=== 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-0035 --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-0035",
"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-0035_ses-03_task-alignvideo_acq-mb8_run-03_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-0035_ses-03_task-alignvideo_acq-mb8_run-03_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-03_session-03_subject-0035_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-0035/figures/sub-0035_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-03_subject-0035_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-0035/figures/sub-0035_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-03_subject-0035_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-0035/figures/sub-0035_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-03_subject-0035_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-0035/figures/sub-0035_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-03_task-alignvideo_acq-mb8_run-03_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-03_session-03_subject-0035_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-0035/figures/sub-0035_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-03_task-alignvideo_acq-mb8_run-03_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-03_session-03_subject-0035_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-0035/figures/sub-0035_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0035_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-0035/figures/sub-0035_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0035/figures/sub-0035_ses-03_task-alignvideo_acq-mb8_run-03_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-0035/figures/sub-0035_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-03_task-alignvideo_acq-mb8_run-03_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-0035/ses-03/func/sub-0035_ses-03_task-alignvideo_acq-mb8_run-03_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>a1bd17902d388fb9a9bd71864501e659</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>18:36:16.295000</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.997967, 0.0266851, 0.0578761, -0.0329316, 0.993407, 0.109812]</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-03_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.104982</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-03_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4159, -7733, -7203, 641, -14, -48, 97, 49]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>258.164</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>4b3cf12f-09fa-4e89-a4ad-3df83c5fa934||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.6774725914001465, -0.08835303038358688, 0.14732317626476288, 113.32148742675781], [-0.07159408181905746, 2.6652374267578125, 0.3010369539260864, -103.45694732666016], [0.1552773118019104, -0.2946188151836395, 2.6791179180145264, -45.13510513305664], [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, 1065]</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], 'AcquisitionTime': ['183616.295000', '183616.755000', '183617.215000', '183617.675000', '183618.135000', '183618.595000', '183619.055000', '183619.515000', '183619.975000', '183620.435000', '183620.895000', '183621.355000', '183621.815000', '183622.275000', '183622.735000', '183623.195000', '183623.655000', '183624.115000', '183624.575000', '183625.035000', '183625.495000', '183625.955000', '183626.415000', '183626.875000', '183627.335000', '183627.795000', '183628.255000', '183628.715000', '183629.175000', '183629.635000', '183630.095000', '183630.555000', '183631.015000', '183631.475000', '183631.935000', '183632.395000', '183632.855000', '183633.315000', '183633.775000', '183634.235000', '183634.695000', '183635.155000', '183635.615000', '183636.075000', '183636.535000', '183636.995000', '183637.455000', '183637.915000', '183638.375000', '183638.835000', '183639.295000', '183639.755000', '183640.215000', '183640.675000', '183641.135000', '183641.595000', '183642.055000', '183642.515000', '183642.975000', '183643.435000', '183643.895000', '183644.355000', '183644.815000', '183645.275000', '183645.735000', '183646.195000', '183646.655000', '183647.115000', '183647.575000', '183648.035000', '183648.495000', '183648.955000', '183649.415000', '183649.875000', '183650.335000', '183650.795000', '183651.255000', '183651.715000', '183652.175000', '183652.635000', '183653.095000', '183653.555000', '183654.015000', '183654.475000', '183654.935000', '183655.395000', '183655.855000', '183656.315000', '183656.775000', '183657.235000', '183657.695000', '183658.155000', '183658.615000', '183659.075000', '183659.535000', '183659.995000', '183700.455000', '183700.915000', '183701.375000', '183701.835000', '183702.295000', '183702.755000', '183703.215000', '183703.675000', '183704.135000', '183704.595000', '183705.055000', '183705.515000', '183705.975000', '183706.435000', '183706.895000', '183707.355000', '183707.815000', '183708.275000', '183708.735000', '183709.195000', '183709.655000', '183710.115000', '183710.575000', '183711.035000', '183711.495000', '183711.955000', '183712.415000', '183712.875000', '183713.335000', '183713.795000', '183714.255000', '183714.715000', '183715.175000', '183715.635000', '183716.095000', '183716.555000', '183717.015000', '183717.475000', '183717.935000', '183718.395000', '183718.855000', '183719.315000', '183719.775000', '183720.235000', '183720.695000', '183721.155000', '183721.615000', '183722.075000', '183722.535000', '183722.995000', '183723.455000', '183723.915000', '183724.375000', '183724.835000', '183725.295000', '183725.755000', '183726.215000', '183726.675000', '183727.135000', '183727.595000', '183728.055000', '183728.515000', '183728.975000', '183729.435000', '183729.895000', '183730.355000', '183730.815000', '183731.275000', '183731.735000', '183732.195000', '183732.655000', '183733.115000', '183733.575000', '183734.035000', '183734.495000', '183734.955000', '183735.415000', '183735.875000', '183736.335000', '183736.795000', '183737.255000', '183737.715000', '183738.175000', '183738.635000', '183739.095000', '183739.555000', '183740.015000', '183740.475000', '183740.935000', '183741.395000', '183741.855000', '183742.315000', '183742.775000', '183743.235000', '183743.695000', '183744.155000', '183744.615000', '183745.075000', '183745.535000', '183745.995000', '183746.455000', '183746.915000', '183747.375000', '183747.835000', '183748.295000', '183748.755000', '183749.215000', '183749.675000', '183750.135000', '183750.595000', '183751.055000', '183751.515000', '183751.975000', '183752.435000', '183752.895000', '183753.355000', '183753.815000', '183754.275000', '183754.735000', '183755.195000', '183755.655000', '183756.115000', '183756.575000', '183757.035000', '183757.495000', '183757.955000', '183758.415000', '183758.875000', '183759.335000', '183759.795000', '183800.255000', '183800.715000', '183801.175000', '183801.635000', '183802.095000', '183802.555000', '183803.015000', '183803.475000', '183803.935000', '183804.395000', '183804.855000', '183805.315000', '183805.775000', '183806.235000', '183806.695000', '183807.155000', '183807.615000', '183808.075000', '183808.535000', '183808.995000', '183809.455000', '183809.915000', '183810.375000', '183810.835000', '183811.295000', '183811.755000', '183812.215000', '183812.675000', '183813.135000', '183813.595000', '183814.055000', '183814.515000', '183814.975000', '183815.435000', '183815.895000', '183816.355000', '183816.815000', '183817.275000', '183817.735000', '183818.195000', '183818.655000', '183819.115000', '183819.575000', '183820.035000', '183820.495000', '183820.955000', '183821.415000', '183821.875000', '183822.335000', '183822.795000', '183823.255000', '183823.715000', '183824.175000', '183824.635000', '183825.095000', '183825.555000', '183826.015000', '183826.475000', '183826.935000', '183827.395000', '183827.855000', '183828.315000', '183828.775000', '183829.235000', '183829.695000', '183830.155000', '183830.615000', '183831.075000', '183831.535000', '183831.995000', '183832.455000', '183832.915000', '183833.375000', '183833.835000', '183834.295000', '183834.755000', '183835.215000', '183835.675000', '183836.135000', '183836.595000', '183837.055000', '183837.515000', '183837.975000', '183838.435000', '183838.895000', '183839.355000', '183839.815000', '183840.275000', '183840.735000', '183841.195000', '183841.655000', '183842.115000', '183842.575000', '183843.035000', '183843.495000', '183843.955000', '183844.415000', '183844.875000', '183845.335000', '183845.795000', '183846.255000', '183846.715000', '183847.175000', '183847.635000', '183848.095000', '183848.555000', '183849.015000', '183849.475000', '183849.935000', '183850.395000', '183850.855000', '183851.315000', '183851.775000', '183852.235000', '183852.695000', '183853.155000', '183853.615000', '183854.075000', '183854.535000', '183854.995000', '183855.455000', '183855.915000', '183856.375000', '183856.835000', '183857.295000', '183857.755000', '183858.215000', '183858.675000', '183859.135000', '183859.595000', '183900.055000', '183900.515000', '183900.975000', '183901.435000', '183901.895000', '183902.355000', '183902.815000', '183903.275000', '183903.735000', '183904.195000', '183904.655000', '183905.115000', '183905.575000', '183906.035000', '183906.495000', '183906.955000', '183907.415000', '183907.875000', '183908.335000', '183908.795000', '183909.255000', '183909.715000', '183910.175000', '183910.635000', '183911.095000', '183911.555000', '183912.015000', '183912.475000', '183912.935000', '183913.395000', '183913.855000', '183914.315000', '183914.775000', '183915.235000', '183915.695000', '183916.155000', '183916.615000', '183917.075000', '183917.535000', '183917.995000', '183918.455000', '183918.915000', '183919.375000', '183919.835000', '183920.295000', '183920.755000', '183921.215000', '183921.675000', '183922.135000', '183922.595000', '183923.055000', '183923.515000', '183923.975000', '183924.435000', '183924.895000', '183925.355000', '183925.815000', '183926.275000', '183926.735000', '183927.195000', '183927.655000', '183928.115000', '183928.575000', '183929.035000', '183929.495000', '183929.955000', '183930.415000', '183930.875000', '183931.335000', '183931.795000', '183932.255000', '183932.715000', '183933.175000', '183933.635000', '183934.095000', '183934.555000', '183935.015000', '183935.475000', '183935.935000', '183936.395000', '183936.855000', '183937.315000', '183937.775000', '183938.235000', '183938.695000', '183939.155000', '183939.615000', '183940.075000', '183940.535000', '183940.995000', '183941.455000', '183941.915000', '183942.375000', '183942.835000', '183943.295000', '183943.755000', '183944.215000', '183944.675000', '183945.135000', '183945.595000', '183946.055000', '183946.515000', '183946.975000', '183947.435000', '183947.895000', '183948.355000', '183948.815000', '183949.275000', '183949.735000', '183950.195000', '183950.655000', '183951.115000', '183951.575000', '183952.035000', '183952.495000', '183952.955000', '183953.415000', '183953.875000', '183954.335000', '183954.795000', '183955.255000', '183955.715000', '183956.175000', '183956.635000', '183957.095000', '183957.555000', '183958.015000', '183958.475000', '183958.935000', '183959.395000', '183959.855000', '184000.315000', '184000.775000', '184001.235000', '184001.695000', '184002.155000', '184002.615000', '184003.075000', '184003.535000', '184003.995000', '184004.455000', '184004.915000', '184005.375000', '184005.835000', '184006.295000', '184006.755000', '184007.215000', '184007.675000', '184008.135000', '184008.595000', '184009.055000', '184009.515000', '184009.975000', '184010.435000', '184010.895000', '184011.355000', '184011.815000', '184012.275000', '184012.735000', '184013.195000', '184013.655000', '184014.115000', '184014.575000', '184015.035000', '184015.495000', '184015.955000', '184016.415000', '184016.875000', '184017.335000', '184017.795000', '184018.255000', '184018.715000', '184019.175000', '184019.635000', '184020.095000', '184020.555000', '184021.015000', '184021.475000', '184021.935000', '184022.395000', '184022.855000', '184023.315000', '184023.775000', '184024.235000', '184024.695000', '184025.155000', '184025.615000', '184026.075000', '184026.535000', '184026.995000', '184027.455000', '184027.915000', '184028.375000', '184028.835000', '184029.295000', '184029.755000', '184030.215000', '184030.675000', '184031.135000', '184031.595000', '184032.055000', '184032.515000', '184032.975000', '184033.435000', '184033.895000', '184034.355000', '184034.815000', '184035.275000', '184035.735000', '184036.195000', '184036.655000', '184037.115000', '184037.575000', '184038.035000', '184038.495000', '184038.955000', '184039.415000', '184039.875000', '184040.335000', '184040.795000', '184041.255000', '184041.715000', '184042.175000', '184042.635000', '184043.095000', '184043.555000', '184044.015000', '184044.475000', '184044.935000', '184045.395000', '184045.855000', '184046.315000', '184046.775000', '184047.235000', '184047.695000', '184048.155000', '184048.615000', '184049.075000', '184049.535000', '184049.995000', '184050.455000', '184050.915000', '184051.375000', '184051.835000', '184052.295000', '184052.755000', '184053.215000', '184053.675000', '184054.135000', '184054.595000', '184055.055000', '184055.515000', '184055.975000', '184056.435000', '184056.895000', '184057.355000', '184057.815000', '184058.275000', '184058.735000', '184059.195000', '184059.655000', '184100.115000', '184100.575000', '184101.035000', '184101.495000', '184101.955000', '184102.415000', '184102.875000', '184103.335000', '184103.795000', '184104.255000', '184104.715000', '184105.175000', '184105.635000', '184106.095000', '184106.555000', '184107.015000', '184107.475000', '184107.935000', '184108.395000', '184108.855000', '184109.315000', '184109.775000', '184110.235000', '184110.695000', '184111.155000', '184111.615000', '184112.075000', '184112.535000', '184112.995000', '184113.455000', '184113.915000', '184114.375000', '184114.835000', '184115.295000', '184115.755000', '184116.215000', '184116.675000', '184117.135000', '184117.595000', '184118.055000', '184118.515000', '184118.975000', '184119.435000', '184119.895000', '184120.355000', '184120.815000', '184121.275000', '184121.735000', '184122.195000', '184122.655000', '184123.115000', '184123.575000', '184124.035000', '184124.495000', '184124.955000', '184125.415000', '184125.875000', '184126.335000', '184126.795000', '184127.255000', '184127.715000', '184128.175000', '184128.635000', '184129.095000', '184129.555000', '184130.015000', '184130.475000', '184130.935000', '184131.395000', '184131.855000', '184132.315000', '184132.775000', '184133.235000', '184133.695000', '184134.155000', '184134.615000', '184135.075000', '184135.535000', '184135.995000', '184136.455000', '184136.915000', '184137.375000', '184137.835000', '184138.295000', '184138.755000', '184139.215000', '184139.675000', '184140.135000', '184140.595000', '184141.055000', '184141.515000', '184141.975000', '184142.435000', '184142.895000', '184143.355000', '184143.815000', '184144.275000', '184144.735000', '184145.195000', '184145.655000', '184146.115000', '184146.575000', '184147.035000', '184147.495000', '184147.955000', '184148.415000', '184148.875000', '184149.335000', '184149.795000', '184150.255000', '184150.715000', '184151.175000', '184151.635000', '184152.095000', '184152.555000', '184153.015000', '184153.475000', '184153.935000', '184154.395000', '184154.855000', '184155.315000', '184155.775000', '184156.235000', '184156.695000', '184157.155000', '184157.615000', '184158.075000', '184158.535000', '184158.995000', '184159.455000', '184159.915000', '184200.375000', '184200.835000', '184201.295000', '184201.755000', '184202.215000', '184202.675000', '184203.135000', '184203.595000', '184204.055000', '184204.515000', '184204.975000', '184205.435000', '184205.895000', '184206.355000', '184206.815000', '184207.275000', '184207.735000', '184208.195000', '184208.655000', '184209.115000', '184209.575000', '184210.035000', '184210.495000', '184210.955000', '184211.415000', '184211.875000', '184212.335000', '184212.795000', '184213.255000', '184213.715000', '184214.175000', '184214.635000', '184215.095000', '184215.555000', '184216.015000', '184216.475000', '184216.935000', '184217.395000', '184217.855000', '184218.315000', '184218.775000', '184219.235000', '184219.695000', '184220.155000', '184220.615000', '184221.075000', '184221.535000', '184221.995000', '184222.455000', '184222.915000', '184223.375000', '184223.835000', '184224.295000', '184224.755000', '184225.215000', '184225.675000', '184226.135000', '184226.595000', '184227.055000', '184227.515000', '184227.975000', '184228.435000', '184228.895000', '184229.355000', '184229.815000', '184230.275000', '184230.735000', '184231.195000', '184231.655000', '184232.115000', '184232.575000', '184233.035000', '184233.495000', '184233.955000', '184234.415000', '184234.875000', '184235.335000', '184235.795000', '184236.255000', '184236.715000', '184237.175000', '184237.635000', '184238.095000', '184238.555000', '184239.015000', '184239.475000', '184239.935000', '184240.395000', '184240.855000', '184241.315000', '184241.775000', '184242.235000', '184242.695000', '184243.155000', '184243.615000', '184244.075000', '184244.535000', '184244.995000', '184245.455000', '184245.915000', '184246.375000', '184246.835000', '184247.295000', '184247.755000', '184248.215000', '184248.675000', '184249.135000', '184249.595000', '184250.055000', '184250.515000', '184250.975000', '184251.435000', '184251.895000', '184252.355000', '184252.815000', '184253.275000', '184253.735000', '184254.195000', '184254.655000', '184255.115000', '184255.575000', '184256.035000', '184256.495000', '184256.955000', '184257.415000', '184257.875000', '184258.335000', '184258.795000', '184259.255000', '184259.715000', '184300.175000', '184300.635000', '184301.095000', '184301.555000', '184302.015000', '184302.475000', '184302.935000', '184303.395000', '184303.855000', '184304.315000', '184304.775000', '184305.235000', '184305.695000', '184306.155000', '184306.615000', '184307.075000', '184307.535000', '184307.995000', '184308.455000', '184308.915000', '184309.375000', '184309.835000', '184310.295000', '184310.755000', '184311.215000', '184311.675000', '184312.135000', '184312.595000', '184313.055000', '184313.515000', '184313.975000', '184314.435000', '184314.895000', '184315.355000', '184315.815000', '184316.275000', '184316.735000', '184317.195000', '184317.655000', '184318.115000', '184318.575000', '184319.035000', '184319.495000', '184319.955000', '184320.415000', '184320.875000', '184321.335000', '184321.795000', '184322.255000', '184322.715000', '184323.175000', '184323.635000', '184324.095000', '184324.555000', '184325.015000', '184325.475000', '184325.935000', '184326.395000', '184326.855000', '184327.315000', '184327.775000', '184328.235000', '184328.695000', '184329.155000', '184329.615000', '184330.075000', '184330.535000', '184330.995000', '184331.455000', '184331.915000', '184332.375000', '184332.835000', '184333.295000', '184333.755000', '184334.215000', '184334.675000', '184335.135000', '184335.595000', '184336.055000', '184336.515000', '184336.975000', '184337.435000', '184337.895000', '184338.355000', '184338.815000', '184339.275000', '184339.735000', '184340.195000', '184340.655000', '184341.115000', '184341.575000', '184342.035000', '184342.495000', '184342.955000', '184343.415000', '184343.875000', '184344.335000', '184344.795000', '184345.255000', '184345.715000', '184346.175000', '184346.635000', '184347.095000', '184347.555000', '184348.015000', '184348.475000', '184348.935000', '184349.395000', '184349.855000', '184350.315000', '184350.775000', '184351.235000', '184351.695000', '184352.155000', '184352.615000', '184353.075000', '184353.535000', '184353.995000', '184354.455000', '184354.915000', '184355.375000', '184355.835000', '184356.295000', '184356.755000', '184357.215000', '184357.675000', '184358.135000', '184358.595000', '184359.055000', '184359.515000', '184359.975000', '184400.435000', '184400.895000', '184401.355000', '184401.815000', '184402.275000', '184402.735000', '184403.195000', '184403.655000', '184404.115000', '184404.575000', '184405.035000', '184405.495000', '184405.955000', '184406.415000', '184406.875000', '184407.335000', '184407.795000', '184408.255000', '184408.715000', '184409.175000', '184409.635000', '184410.095000', '184410.555000', '184411.015000', '184411.475000', '184411.935000', '184412.395000', '184412.855000', '184413.315000', '184413.775000', '184414.235000', '184414.695000', '184415.155000', '184415.615000', '184416.075000', '184416.535000', '184416.995000', '184417.455000', '184417.915000', '184418.375000', '184418.835000', '184419.295000', '184419.755000', '184420.215000', '184420.675000', '184421.135000', '184421.595000', '184422.055000', '184422.515000', '184422.975000', '184423.435000', '184423.895000', '184424.355000', '184424.815000', '184425.275000', '184425.735000'], 'ContentTime': ['183640.412000', '183640.415000', '183640.419000', '183640.421000', '183640.424000', '183640.427000', '183640.430000', '183640.433000', '183640.436000', '183640.439000', '183640.441000', '183640.445000', '183640.448000', '183640.452000', '183640.455000', '183640.457000', '183640.460000', '183640.463000', '183640.466000', '183640.469000', '183640.472000', '183640.474000', '183640.477000', '183640.480000', '183640.483000', '183640.486000', '183640.489000', '183640.492000', '183640.495000', '183640.497000', '183640.500000', '183640.503000', '183640.506000', '183640.509000', '183640.517000', '183640.520000', '183640.523000', '183640.526000', '183640.529000', '183640.532000', '183640.535000', '183640.538000', '183640.540000', '183640.543000', '183640.546000', '183640.549000', '183640.552000', '183640.555000', '183640.558000', '183640.561000', '183640.564000', '183700.375000', '183700.378000', '183700.381000', '183700.385000', '183700.387000', '183700.390000', '183700.393000', '183700.396000', '183700.399000', '183700.402000', '183700.404000', '183700.407000', '183700.410000', '183700.413000', '183700.416000', '183700.418000', '183700.421000', '183700.424000', '183700.432000', '183700.435000', '183700.438000', '183700.441000', '183700.444000', '183700.446000', '183700.449000', '183700.452000', '183700.455000', '183700.458000', '183700.460000', '183700.463000', '183700.466000', '183700.469000', '183700.472000', '183700.474000', '183700.477000', '183700.480000', '183700.483000', '183700.486000', '183700.489000', '183700.491000', '183700.494000', '183700.497000', '183700.500000', '183700.503000', '183720.375000', '183720.378000', '183720.381000', '183720.384000', '183720.387000', '183720.390000', '183720.393000', '183720.408000', '183720.411000', '183720.414000', '183720.416000', '183720.419000', '183720.422000', '183720.425000', '183720.428000', '183720.430000', '183720.433000', '183720.436000', '183720.439000', '183720.442000', '183720.445000', '183720.448000', '183720.451000', '183720.453000', '183720.456000', '183720.459000', '183720.462000', '183720.465000', '183720.467000', '183720.470000', '183720.473000', '183720.494000', '183720.497000', '183720.499000', '183720.502000', '183720.505000', '183720.508000', '183720.511000', '183720.513000', '183720.516000', '183720.519000', '183720.522000', '183720.525000', '183740.375000', '183740.378000', '183740.381000', '183740.384000', '183740.386000', '183740.389000', '183740.392000', '183740.395000', '183740.398000', '183740.401000', '183740.403000', '183740.406000', '183740.409000', '183740.412000', '183740.415000', '183740.417000', '183740.430000', '183740.433000', '183740.436000', '183740.438000', '183740.441000', '183740.444000', '183740.447000', '183740.450000', '183740.452000', '183740.455000', '183740.458000', '183740.461000', '183740.464000', '183740.466000', '183740.469000', '183740.472000', '183740.475000', '183740.478000', '183740.480000', '183740.483000', '183740.486000', '183740.489000', '183740.492000', '183740.495000', '183740.497000', '183740.500000', '183740.503000', '183740.506000', '183800.376000', '183800.379000', '183800.382000', '183800.385000', '183800.388000', '183800.390000', '183800.393000', '183800.396000', '183800.399000', '183800.402000', '183800.405000', '183800.407000', '183800.410000', '183800.413000', '183800.416000', '183800.419000', '183800.422000', '183800.424000', '183800.427000', '183800.430000', '183800.433000', '183800.436000', '183800.438000', '183800.441000', '183800.444000', '183800.447000', '183800.450000', '183800.453000', '183800.455000', '183800.458000', '183800.461000', '183800.464000', '183800.467000', '183800.469000', '183800.473000', '183800.476000', '183800.482000', '183800.485000', '183800.488000', '183800.491000', '183800.494000', '183800.497000', '183800.499000', '183820.376000', '183820.379000', '183820.382000', '183820.385000', '183820.387000', '183820.390000', '183820.393000', '183820.396000', '183820.399000', '183820.402000', '183820.404000', '183820.407000', '183820.410000', '183820.413000', '183820.416000', '183820.419000', '183820.422000', '183820.424000', '183820.427000', '183820.430000', '183820.433000', '183820.436000', '183820.439000', '183820.441000', '183820.444000', '183820.447000', '183820.450000', '183820.453000', '183820.455000', '183820.458000', '183820.461000', '183820.464000', '183820.467000', '183820.470000', '183820.473000', '183820.475000', '183820.478000', '183820.481000', '183820.484000', '183820.487000', '183820.489000', '183820.492000', '183820.495000', '183820.498000', '183840.376000', '183840.379000', '183840.382000', '183840.385000', '183840.387000', '183840.390000', '183840.393000', '183840.396000', '183840.399000', '183840.402000', '183840.404000', '183840.407000', '183840.410000', '183840.413000', '183840.416000', '183840.419000', '183840.422000', '183840.424000', '183840.428000', '183840.431000', '183840.434000', '183840.437000', '183840.440000', '183840.443000', '183840.445000', '183840.448000', '183840.451000', '183840.454000', '183840.457000', '183840.459000', '183840.462000', '183840.465000', '183840.468000', '183840.471000', '183840.474000', '183840.477000', '183840.479000', '183840.482000', '183840.485000', '183840.488000', '183840.491000', '183840.494000', '183840.497000', '183900.375000', '183900.378000', '183900.381000', '183900.384000', '183900.386000', '183900.389000', '183900.392000', '183900.395000', '183900.398000', '183900.401000', '183900.404000', '183900.406000', '183900.409000', '183900.412000', '183900.415000', '183900.418000', '183900.421000', '183900.424000', '183900.426000', '183900.429000', '183900.432000', '183900.435000', '183900.438000', '183900.441000', '183900.443000', '183900.446000', '183900.449000', '183900.461000', '183900.464000', '183900.467000', '183900.470000', '183900.473000', '183900.476000', '183900.478000', '183900.481000', '183900.484000', '183900.487000', '183900.490000', '183900.492000', '183900.495000', '183900.498000', '183900.501000', '183900.504000', '183900.507000', '183920.375000', '183920.378000', '183920.381000', '183920.384000', '183920.387000', '183920.389000', '183920.392000', '183920.395000', '183920.398000', '183920.401000', '183920.404000', '183920.406000', '183920.409000', '183920.412000', '183920.415000', '183920.418000', '183920.421000', '183920.424000', '183920.427000', '183920.429000', '183920.432000', '183920.435000', '183920.438000', '183920.441000', '183920.444000', '183920.446000', '183920.449000', '183920.452000', '183920.455000', '183920.458000', '183920.461000', '183920.464000', '183920.466000', '183920.469000', '183920.472000', '183920.475000', '183920.478000', '183920.480000', '183920.483000', '183920.486000', '183920.489000', '183920.492000', '183920.495000', '183940.375000', '183940.378000', '183940.381000', '183940.384000', '183940.386000', '183940.389000', '183940.392000', '183940.395000', '183940.398000', '183940.400000', '183940.403000', '183940.406000', '183940.409000', '183940.412000', '183940.414000', '183940.417000', '183940.420000', '183940.423000', '183940.426000', '183940.429000', '183940.432000', '183940.434000', '183940.437000', '183940.447000', '183940.450000', '183940.452000', '183940.455000', '183940.458000', '183940.461000', '183940.464000', '183940.467000', '183940.469000', '183940.472000', '183940.475000', '183940.478000', '183940.481000', '183940.483000', '183940.486000', '183940.489000', '183940.492000', '183940.495000', '183940.498000', '183940.500000', '183940.503000', '184000.375000', '184000.378000', '184000.381000', '184000.384000', '184000.387000', '184000.389000', '184000.392000', '184000.395000', '184000.398000', '184000.401000', '184000.404000', '184000.407000', '184000.409000', '184000.412000', '184000.415000', '184000.418000', '184000.421000', '184000.423000', '184000.426000', '184000.429000', '184000.432000', '184000.435000', '184000.438000', '184000.440000', '184000.443000', '184000.446000', '184000.449000', '184000.452000', '184000.455000', '184000.457000', '184000.460000', '184000.464000', '184000.467000', '184000.470000', '184000.473000', '184000.476000', '184000.478000', '184000.481000', '184000.484000', '184000.487000', '184000.490000', '184000.493000', '184000.496000', '184020.376000', '184020.379000', '184020.382000', '184020.385000', '184020.387000', '184020.390000', '184020.393000', '184020.396000', '184020.399000', '184020.402000', '184020.405000', '184020.407000', '184020.410000', '184020.413000', '184020.416000', '184020.419000', '184020.421000', '184020.424000', '184020.427000', '184020.431000', '184020.434000', '184020.437000', '184020.440000', '184020.442000', '184020.445000', '184020.448000', '184020.451000', '184020.454000', '184020.457000', '184020.459000', '184020.462000', '184020.465000', '184020.468000', '184020.471000', '184020.474000', '184020.477000', '184020.479000', '184020.492000', '184020.494000', '184020.497000', '184020.500000', '184020.503000', '184020.506000', '184020.509000', '184040.376000', '184040.379000', '184040.382000', '184040.385000', '184040.388000', '184040.390000', '184040.393000', '184040.396000', '184040.412000', '184040.415000', '184040.418000', '184040.420000', '184040.423000', '184040.426000', '184040.429000', '184040.432000', '184040.435000', '184040.438000', '184040.440000', '184040.443000', '184040.446000', '184040.449000', '184040.452000', '184040.455000', '184040.457000', '184040.460000', '184040.463000', '184040.466000', '184040.469000', '184040.471000', '184040.474000', '184040.477000', '184040.480000', '184040.483000', '184040.486000', '184040.488000', '184040.491000', '184040.494000', '184040.497000', '184040.500000', '184040.503000', '184040.505000', '184040.508000', '184100.376000', '184100.379000', '184100.382000', '184100.385000', '184100.388000', '184100.390000', '184100.393000', '184100.396000', '184100.399000', '184100.402000', '184100.405000', '184100.407000', '184100.410000', '184100.413000', '184100.416000', '184100.419000', '184100.421000', '184100.424000', '184100.427000', '184100.430000', '184100.433000', '184100.435000', '184100.438000', '184100.441000', '184100.444000', '184100.447000', '184100.450000', '184100.453000', '184100.456000', '184100.458000', '184100.461000', '184100.464000', '184100.467000', '184100.470000', '184100.473000', '184100.475000', '184100.478000', '184100.481000', '184100.484000', '184100.487000', '184100.490000', '184100.493000', '184100.495000', '184100.498000', '184120.375000', '184120.378000', '184120.381000', '184120.384000', '184120.387000', '184120.389000', '184120.392000', '184120.395000', '184120.398000', '184120.401000', '184120.404000', '184120.406000', '184120.409000', '184120.412000', '184120.415000', '184120.418000', '184120.421000', '184120.423000', '184120.426000', '184120.429000', '184120.432000', '184120.435000', '184120.438000', '184120.441000', '184120.444000', '184120.446000', '184120.449000', '184120.452000', '184120.455000', '184120.458000', '184120.461000', '184120.464000', '184120.466000', '184120.469000', '184120.472000', '184120.475000', '184120.478000', '184120.481000', '184120.484000', '184120.486000', '184120.489000', '184120.492000', '184120.495000', '184140.375000', '184140.378000', '184140.381000', '184140.384000', '184140.386000', '184140.389000', '184140.392000', '184140.395000', '184140.398000', '184140.411000', '184140.414000', '184140.416000', '184140.419000', '184140.422000', '184140.425000', '184140.428000', '184140.431000', '184140.433000', '184140.436000', '184140.439000', '184140.442000', '184140.445000', '184140.448000', '184140.451000', '184140.453000', '184140.456000', '184140.459000', '184140.462000', '184140.465000', '184140.468000', '184140.471000', '184140.474000', '184140.477000', '184140.480000', '184140.483000', '184140.485000', '184140.488000', '184140.491000', '184140.494000', '184140.497000', '184140.500000', '184140.502000', '184140.505000', '184140.508000', '184200.375000', '184200.378000', '184200.381000', '184200.384000', '184200.386000', '184200.389000', '184200.392000', '184200.395000', '184200.398000', '184200.401000', '184200.403000', '184200.406000', '184200.409000', '184200.412000', '184200.415000', '184200.417000', '184200.420000', '184200.423000', '184200.426000', '184200.429000', '184200.432000', '184200.435000', '184200.437000', '184200.440000', '184200.443000', '184200.446000', '184200.448000', '184200.451000', '184200.454000', '184200.457000', '184200.460000', '184200.463000', '184200.465000', '184200.482000', '184200.485000', '184200.488000', '184200.491000', '184200.494000', '184200.497000', '184200.499000', '184200.502000', '184200.505000', '184200.508000', '184220.375000', '184220.378000', '184220.381000', '184220.384000', '184220.386000', '184220.389000', '184220.392000', '184220.395000', '184220.398000', '184220.400000', '184220.403000', '184220.406000', '184220.409000', '184220.412000', '184220.415000', '184220.417000', '184220.420000', '184220.423000', '184220.426000', '184220.429000', '184220.432000', '184220.434000', '184220.437000', '184220.440000', '184220.443000', '184220.446000', '184220.449000', '184220.451000', '184220.454000', '184220.457000', '184220.460000', '184220.463000', '184220.466000', '184220.468000', '184220.471000', '184220.474000', '184220.477000', '184220.480000', '184220.483000', '184220.485000', '184220.488000', '184220.491000', '184220.494000', '184220.497000', '184240.376000', '184240.379000', '184240.382000', '184240.385000', '184240.388000', '184240.390000', '184240.393000', '184240.396000', '184240.399000', '184240.402000', '184240.405000', '184240.407000', '184240.410000', '184240.413000', '184240.416000', '184240.419000', '184240.421000', '184240.424000', '184240.427000', '184240.430000', '184240.433000', '184240.436000', '184240.438000', '184240.441000', '184240.444000', '184240.447000', '184240.450000', '184240.452000', '184240.455000', '184240.458000', '184240.461000', '184240.464000', '184240.467000', '184240.470000', '184240.472000', '184240.475000', '184240.478000', '184240.481000', '184240.484000', '184240.486000', '184240.489000', '184240.492000', '184240.495000', '184300.376000', '184300.379000', '184300.382000', '184300.385000', '184300.388000', '184300.391000', '184300.394000', '184300.397000', '184300.400000', '184300.402000', '184300.405000', '184300.408000', '184300.411000', '184300.414000', '184300.417000', '184300.419000', '184300.422000', '184300.425000', '184300.428000', '184300.431000', '184300.433000', '184300.436000', '184300.439000', '184300.442000', '184300.445000', '184300.448000', '184300.450000', '184300.453000', '184300.456000', '184300.459000', '184300.462000', '184300.465000', '184300.467000', '184300.470000', '184300.473000', '184300.476000', '184300.479000', '184300.482000', '184300.484000', '184300.487000', '184300.490000', '184300.493000', '184300.496000', '184320.376000', '184320.379000', '184320.382000', '184320.385000', '184320.387000', '184320.390000', '184320.393000', '184320.396000', '184320.399000', '184320.402000', '184320.405000', '184320.407000', '184320.410000', '184320.413000', '184320.416000', '184320.419000', '184320.422000', '184320.424000', '184320.427000', '184320.430000', '184320.433000', '184320.436000', '184320.438000', '184320.441000', '184320.444000', '184320.447000', '184320.450000', '184320.453000', '184320.456000', '184320.458000', '184320.461000', '184320.475000', '184320.478000', '184320.481000', '184320.484000', '184320.487000', '184320.490000', '184320.493000', '184320.495000', '184320.498000', '184320.501000', '184320.504000', '184320.507000', '184320.509000', '184340.375000', '184340.378000', '184340.381000', '184340.384000', '184340.387000', '184340.389000', '184340.392000', '184340.395000', '184340.398000', '184340.401000', '184340.405000', '184340.407000', '184340.410000', '184340.413000', '184340.416000', '184340.419000', '184340.422000', '184340.425000', '184340.428000', '184340.430000', '184340.433000', '184340.436000', '184340.439000', '184340.442000', '184340.445000', '184340.447000', '184340.450000', '184340.453000', '184340.456000', '184340.459000', '184340.462000', '184340.464000', '184340.467000', '184340.470000', '184340.473000', '184340.476000', '184340.479000', '184340.481000', '184340.484000', '184340.487000', '184340.490000', '184340.493000', '184340.496000', '184400.375000', '184400.378000', '184400.381000', '184400.384000', '184400.387000', '184400.389000', '184400.392000', '184400.395000', '184400.398000', '184400.401000', '184400.404000', '184400.406000', '184400.409000', '184400.412000', '184400.415000', '184400.418000', '184400.421000', '184400.423000', '184400.426000', '184400.429000', '184400.432000', '184400.435000', '184400.437000', '184400.440000', '184400.443000', '184400.446000', '184400.449000', '184400.452000', '184400.455000', '184400.458000', '184400.460000', '184400.463000', '184400.466000', '184400.469000', '184400.472000', '184400.474000', '184400.477000', '184400.480000', '184400.483000', '184400.486000', '184400.489000', '184400.491000', '184400.494000', '184400.497000', '184420.375000', '184420.378000', '184420.381000', '184420.384000', '184420.387000', '184420.390000', '184420.392000', '184420.395000', '184420.398000', '184420.401000', '184420.404000', '184420.407000', '184420.410000', '184420.413000', '184420.415000', '184420.418000', '184420.421000', '184420.424000', '184420.427000', '184420.430000', '184420.433000', '184420.435000', '184420.438000', '184420.441000', '184420.444000', '184420.447000', '184420.450000', '184420.452000', '184420.455000', '184420.458000', '184420.461000', '184420.464000', '184420.467000', '184420.469000', '184420.472000', '184420.475000', '184420.478000', '184420.481000', '184420.484000', '184420.486000', '184420.489000', '184420.492000', '184420.495000', '184426.470000', '184426.473000', '184426.476000', '184426.479000', '184426.482000', '184426.484000', '184426.487000', '184426.490000', '184426.493000', '184426.496000', '184426.499000', '184426.502000', '184426.505000', '184426.508000'], 'InstanceCreationTime': ['183640.412000', '183640.415000', '183640.419000', '183640.421000', '183640.424000', '183640.427000', '183640.430000', '183640.433000', '183640.436000', '183640.439000', '183640.441000', '183640.445000', '183640.448000', '183640.452000', '183640.455000', '183640.457000', '183640.460000', '183640.463000', '183640.466000', '183640.469000', '183640.472000', '183640.474000', '183640.477000', '183640.480000', '183640.483000', '183640.486000', '183640.489000', '183640.492000', '183640.495000', '183640.497000', '183640.500000', '183640.503000', '183640.506000', '183640.509000', '183640.517000', '183640.520000', '183640.523000', '183640.526000', '183640.529000', '183640.532000', '183640.535000', '183640.538000', '183640.540000', '183640.543000', '183640.546000', '183640.549000', '183640.552000', '183640.555000', '183640.558000', '183640.561000', '183640.564000', '183700.375000', '183700.378000', '183700.381000', '183700.385000', '183700.387000', '183700.390000', '183700.393000', '183700.396000', '183700.399000', '183700.402000', '183700.404000', '183700.407000', '183700.410000', '183700.413000', '183700.416000', '183700.418000', '183700.421000', '183700.424000', '183700.432000', '183700.435000', '183700.438000', '183700.441000', '183700.444000', '183700.446000', '183700.449000', '183700.452000', '183700.455000', '183700.458000', '183700.460000', '183700.463000', '183700.466000', '183700.469000', '183700.472000', '183700.474000', '183700.477000', '183700.480000', '183700.483000', '183700.486000', '183700.489000', '183700.491000', '183700.494000', '183700.497000', '183700.500000', '183700.503000', '183720.375000', '183720.378000', '183720.381000', '183720.384000', '183720.387000', '183720.390000', '183720.393000', '183720.408000', '183720.411000', '183720.414000', '183720.416000', '183720.419000', '183720.422000', '183720.425000', '183720.428000', '183720.430000', '183720.433000', '183720.436000', '183720.439000', '183720.442000', '183720.445000', '183720.448000', '183720.451000', '183720.453000', '183720.456000', '183720.459000', '183720.462000', '183720.465000', '183720.467000', '183720.470000', '183720.473000', '183720.494000', '183720.497000', '183720.499000', '183720.502000', '183720.505000', '183720.508000', '183720.511000', '183720.513000', '183720.516000', '183720.519000', '183720.522000', '183720.525000', '183740.375000', '183740.378000', '183740.381000', '183740.384000', '183740.386000', '183740.389000', '183740.392000', '183740.395000', '183740.398000', '183740.401000', '183740.403000', '183740.406000', '183740.409000', '183740.412000', '183740.415000', '183740.417000', '183740.430000', '183740.433000', '183740.436000', '183740.438000', '183740.441000', '183740.444000', '183740.447000', '183740.450000', '183740.452000', '183740.455000', '183740.458000', '183740.461000', '183740.464000', '183740.466000', '183740.469000', '183740.472000', '183740.475000', '183740.478000', '183740.480000', '183740.483000', '183740.486000', '183740.489000', '183740.492000', '183740.495000', '183740.497000', '183740.500000', '183740.503000', '183740.506000', '183800.376000', '183800.379000', '183800.382000', '183800.385000', '183800.388000', '183800.390000', '183800.393000', '183800.396000', '183800.399000', '183800.402000', '183800.405000', '183800.407000', '183800.410000', '183800.413000', '183800.416000', '183800.419000', '183800.422000', '183800.424000', '183800.427000', '183800.430000', '183800.433000', '183800.436000', '183800.438000', '183800.441000', '183800.444000', '183800.447000', '183800.450000', '183800.453000', '183800.455000', '183800.458000', '183800.461000', '183800.464000', '183800.467000', '183800.469000', '183800.473000', '183800.476000', '183800.482000', '183800.485000', '183800.488000', '183800.491000', '183800.494000', '183800.497000', '183800.499000', '183820.376000', '183820.379000', '183820.382000', '183820.385000', '183820.387000', '183820.390000', '183820.393000', '183820.396000', '183820.399000', '183820.402000', '183820.404000', '183820.407000', '183820.410000', '183820.413000', '183820.416000', '183820.419000', '183820.422000', '183820.424000', '183820.427000', '183820.430000', '183820.433000', '183820.436000', '183820.439000', '183820.441000', '183820.444000', '183820.447000', '183820.450000', '183820.453000', '183820.455000', '183820.458000', '183820.461000', '183820.464000', '183820.467000', '183820.470000', '183820.473000', '183820.475000', '183820.478000', '183820.481000', '183820.484000', '183820.487000', '183820.489000', '183820.492000', '183820.495000', '183820.498000', '183840.376000', '183840.379000', '183840.382000', '183840.385000', '183840.387000', '183840.390000', '183840.393000', '183840.396000', '183840.399000', '183840.402000', '183840.404000', '183840.407000', '183840.410000', '183840.413000', '183840.416000', '183840.419000', '183840.422000', '183840.424000', '183840.428000', '183840.431000', '183840.434000', '183840.437000', '183840.440000', '183840.443000', '183840.445000', '183840.448000', '183840.451000', '183840.454000', '183840.457000', '183840.459000', '183840.462000', '183840.465000', '183840.468000', '183840.471000', '183840.474000', '183840.477000', '183840.479000', '183840.482000', '183840.485000', '183840.488000', '183840.491000', '183840.494000', '183840.497000', '183900.375000', '183900.378000', '183900.381000', '183900.384000', '183900.386000', '183900.389000', '183900.392000', '183900.395000', '183900.398000', '183900.401000', '183900.404000', '183900.406000', '183900.409000', '183900.412000', '183900.415000', '183900.418000', '183900.421000', '183900.424000', '183900.426000', '183900.429000', '183900.432000', '183900.435000', '183900.438000', '183900.441000', '183900.443000', '183900.446000', '183900.449000', '183900.461000', '183900.464000', '183900.467000', '183900.470000', '183900.473000', '183900.476000', '183900.478000', '183900.481000', '183900.484000', '183900.487000', '183900.490000', '183900.492000', '183900.495000', '183900.498000', '183900.501000', '183900.504000', '183900.507000', '183920.375000', '183920.378000', '183920.381000', '183920.384000', '183920.387000', '183920.389000', '183920.392000', '183920.395000', '183920.398000', '183920.401000', '183920.404000', '183920.406000', '183920.409000', '183920.412000', '183920.415000', '183920.418000', '183920.421000', '183920.424000', '183920.427000', '183920.429000', '183920.432000', '183920.435000', '183920.438000', '183920.441000', '183920.444000', '183920.446000', '183920.449000', '183920.452000', '183920.455000', '183920.458000', '183920.461000', '183920.464000', '183920.466000', '183920.469000', '183920.472000', '183920.475000', '183920.478000', '183920.480000', '183920.483000', '183920.486000', '183920.489000', '183920.492000', '183920.495000', '183940.375000', '183940.378000', '183940.381000', '183940.384000', '183940.386000', '183940.389000', '183940.392000', '183940.395000', '183940.398000', '183940.400000', '183940.403000', '183940.406000', '183940.409000', '183940.412000', '183940.414000', '183940.417000', '183940.420000', '183940.423000', '183940.426000', '183940.429000', '183940.432000', '183940.434000', '183940.437000', '183940.447000', '183940.450000', '183940.452000', '183940.455000', '183940.458000', '183940.461000', '183940.464000', '183940.467000', '183940.469000', '183940.472000', '183940.475000', '183940.478000', '183940.481000', '183940.483000', '183940.486000', '183940.489000', '183940.492000', '183940.495000', '183940.498000', '183940.500000', '183940.503000', '184000.375000', '184000.378000', '184000.381000', '184000.384000', '184000.387000', '184000.389000', '184000.392000', '184000.395000', '184000.398000', '184000.401000', '184000.404000', '184000.407000', '184000.409000', '184000.412000', '184000.415000', '184000.418000', '184000.421000', '184000.423000', '184000.426000', '184000.429000', '184000.432000', '184000.435000', '184000.438000', '184000.440000', '184000.443000', '184000.446000', '184000.449000', '184000.452000', '184000.455000', '184000.457000', '184000.460000', '184000.464000', '184000.467000', '184000.470000', '184000.473000', '184000.476000', '184000.478000', '184000.481000', '184000.484000', '184000.487000', '184000.490000', '184000.493000', '184000.496000', '184020.376000', '184020.379000', '184020.382000', '184020.385000', '184020.387000', '184020.390000', '184020.393000', '184020.396000', '184020.399000', '184020.402000', '184020.405000', '184020.407000', '184020.410000', '184020.413000', '184020.416000', '184020.419000', '184020.421000', '184020.424000', '184020.427000', '184020.431000', '184020.434000', '184020.437000', '184020.440000', '184020.442000', '184020.445000', '184020.448000', '184020.451000', '184020.454000', '184020.457000', '184020.459000', '184020.462000', '184020.465000', '184020.468000', '184020.471000', '184020.474000', '184020.477000', '184020.479000', '184020.492000', '184020.494000', '184020.497000', '184020.500000', '184020.503000', '184020.506000', '184020.509000', '184040.376000', '184040.379000', '184040.382000', '184040.385000', '184040.388000', '184040.390000', '184040.393000', '184040.396000', '184040.412000', '184040.415000', '184040.418000', '184040.420000', '184040.423000', '184040.426000', '184040.429000', '184040.432000', '184040.435000', '184040.438000', '184040.440000', '184040.443000', '184040.446000', '184040.449000', '184040.452000', '184040.455000', '184040.457000', '184040.460000', '184040.463000', '184040.466000', '184040.469000', '184040.471000', '184040.474000', '184040.477000', '184040.480000', '184040.483000', '184040.486000', '184040.488000', '184040.491000', '184040.494000', '184040.497000', '184040.500000', '184040.503000', '184040.505000', '184040.508000', '184100.376000', '184100.379000', '184100.382000', '184100.385000', '184100.388000', '184100.390000', '184100.393000', '184100.396000', '184100.399000', '184100.402000', '184100.405000', '184100.407000', '184100.410000', '184100.413000', '184100.416000', '184100.419000', '184100.421000', '184100.424000', '184100.427000', '184100.430000', '184100.433000', '184100.435000', '184100.438000', '184100.441000', '184100.444000', '184100.447000', '184100.450000', '184100.453000', '184100.456000', '184100.458000', '184100.461000', '184100.464000', '184100.467000', '184100.470000', '184100.473000', '184100.475000', '184100.478000', '184100.481000', '184100.484000', '184100.487000', '184100.490000', '184100.493000', '184100.495000', '184100.498000', '184120.375000', '184120.378000', '184120.381000', '184120.384000', '184120.387000', '184120.389000', '184120.392000', '184120.395000', '184120.398000', '184120.401000', '184120.404000', '184120.406000', '184120.409000', '184120.412000', '184120.415000', '184120.418000', '184120.421000', '184120.423000', '184120.426000', '184120.429000', '184120.432000', '184120.435000', '184120.438000', '184120.441000', '184120.444000', '184120.446000', '184120.449000', '184120.452000', '184120.455000', '184120.458000', '184120.461000', '184120.464000', '184120.466000', '184120.469000', '184120.472000', '184120.475000', '184120.478000', '184120.481000', '184120.484000', '184120.486000', '184120.489000', '184120.492000', '184120.495000', '184140.375000', '184140.378000', '184140.381000', '184140.384000', '184140.386000', '184140.389000', '184140.392000', '184140.395000', '184140.398000', '184140.411000', '184140.414000', '184140.416000', '184140.419000', '184140.422000', '184140.425000', '184140.428000', '184140.431000', '184140.433000', '184140.436000', '184140.439000', '184140.442000', '184140.445000', '184140.448000', '184140.451000', '184140.453000', '184140.456000', '184140.459000', '184140.462000', '184140.465000', '184140.468000', '184140.471000', '184140.474000', '184140.477000', '184140.480000', '184140.483000', '184140.485000', '184140.488000', '184140.491000', '184140.494000', '184140.497000', '184140.500000', '184140.502000', '184140.505000', '184140.508000', '184200.375000', '184200.378000', '184200.381000', '184200.384000', '184200.386000', '184200.389000', '184200.392000', '184200.395000', '184200.398000', '184200.401000', '184200.403000', '184200.406000', '184200.409000', '184200.412000', '184200.415000', '184200.417000', '184200.420000', '184200.423000', '184200.426000', '184200.429000', '184200.432000', '184200.435000', '184200.437000', '184200.440000', '184200.443000', '184200.446000', '184200.448000', '184200.451000', '184200.454000', '184200.457000', '184200.460000', '184200.463000', '184200.465000', '184200.482000', '184200.485000', '184200.488000', '184200.491000', '184200.494000', '184200.497000', '184200.499000', '184200.502000', '184200.505000', '184200.508000', '184220.375000', '184220.378000', '184220.381000', '184220.384000', '184220.386000', '184220.389000', '184220.392000', '184220.395000', '184220.398000', '184220.400000', '184220.403000', '184220.406000', '184220.409000', '184220.412000', '184220.415000', '184220.417000', '184220.420000', '184220.423000', '184220.426000', '184220.429000', '184220.432000', '184220.434000', '184220.437000', '184220.440000', '184220.443000', '184220.446000', '184220.449000', '184220.451000', '184220.454000', '184220.457000', '184220.460000', '184220.463000', '184220.466000', '184220.468000', '184220.471000', '184220.474000', '184220.477000', '184220.480000', '184220.483000', '184220.485000', '184220.488000', '184220.491000', '184220.494000', '184220.497000', '184240.376000', '184240.379000', '184240.382000', '184240.385000', '184240.388000', '184240.390000', '184240.393000', '184240.396000', '184240.399000', '184240.402000', '184240.405000', '184240.407000', '184240.410000', '184240.413000', '184240.416000', '184240.419000', '184240.421000', '184240.424000', '184240.427000', '184240.430000', '184240.433000', '184240.436000', '184240.438000', '184240.441000', '184240.444000', '184240.447000', '184240.450000', '184240.452000', '184240.455000', '184240.458000', '184240.461000', '184240.464000', '184240.467000', '184240.470000', '184240.472000', '184240.475000', '184240.478000', '184240.481000', '184240.484000', '184240.486000', '184240.489000', '184240.492000', '184240.495000', '184300.376000', '184300.379000', '184300.382000', '184300.385000', '184300.388000', '184300.391000', '184300.394000', '184300.397000', '184300.400000', '184300.402000', '184300.405000', '184300.408000', '184300.411000', '184300.414000', '184300.417000', '184300.419000', '184300.422000', '184300.425000', '184300.428000', '184300.431000', '184300.433000', '184300.436000', '184300.439000', '184300.442000', '184300.445000', '184300.448000', '184300.450000', '184300.453000', '184300.456000', '184300.459000', '184300.462000', '184300.465000', '184300.467000', '184300.470000', '184300.473000', '184300.476000', '184300.479000', '184300.482000', '184300.484000', '184300.487000', '184300.490000', '184300.493000', '184300.496000', '184320.376000', '184320.379000', '184320.382000', '184320.385000', '184320.387000', '184320.390000', '184320.393000', '184320.396000', '184320.399000', '184320.402000', '184320.405000', '184320.407000', '184320.410000', '184320.413000', '184320.416000', '184320.419000', '184320.422000', '184320.424000', '184320.427000', '184320.430000', '184320.433000', '184320.436000', '184320.438000', '184320.441000', '184320.444000', '184320.447000', '184320.450000', '184320.453000', '184320.456000', '184320.458000', '184320.461000', '184320.475000', '184320.478000', '184320.481000', '184320.484000', '184320.487000', '184320.490000', '184320.493000', '184320.495000', '184320.498000', '184320.501000', '184320.504000', '184320.507000', '184320.509000', '184340.375000', '184340.378000', '184340.381000', '184340.384000', '184340.387000', '184340.389000', '184340.392000', '184340.395000', '184340.398000', '184340.401000', '184340.405000', '184340.407000', '184340.410000', '184340.413000', '184340.416000', '184340.419000', '184340.422000', '184340.425000', '184340.428000', '184340.430000', '184340.433000', '184340.436000', '184340.439000', '184340.442000', '184340.445000', '184340.447000', '184340.450000', '184340.453000', '184340.456000', '184340.459000', '184340.462000', '184340.464000', '184340.467000', '184340.470000', '184340.473000', '184340.476000', '184340.479000', '184340.481000', '184340.484000', '184340.487000', '184340.490000', '184340.493000', '184340.496000', '184400.375000', '184400.378000', '184400.381000', '184400.384000', '184400.387000', '184400.389000', '184400.392000', '184400.395000', '184400.398000', '184400.401000', '184400.404000', '184400.406000', '184400.409000', '184400.412000', '184400.415000', '184400.418000', '184400.421000', '184400.423000', '184400.426000', '184400.429000', '184400.432000', '184400.435000', '184400.437000', '184400.440000', '184400.443000', '184400.446000', '184400.449000', '184400.452000', '184400.455000', '184400.458000', '184400.460000', '184400.463000', '184400.466000', '184400.469000', '184400.472000', '184400.474000', '184400.477000', '184400.480000', '184400.483000', '184400.486000', '184400.489000', '184400.491000', '184400.494000', '184400.497000', '184420.375000', '184420.378000', '184420.381000', '184420.384000', '184420.387000', '184420.390000', '184420.392000', '184420.395000', '184420.398000', '184420.401000', '184420.404000', '184420.407000', '184420.410000', '184420.413000', '184420.415000', '184420.418000', '184420.421000', '184420.424000', '184420.427000', '184420.430000', '184420.433000', '184420.435000', '184420.438000', '184420.441000', '184420.444000', '184420.447000', '184420.450000', '184420.452000', '184420.455000', '184420.458000', '184420.461000', '184420.464000', '184420.467000', '184420.469000', '184420.472000', '184420.475000', '184420.478000', '184420.481000', '184420.484000', '184420.486000', '184420.489000', '184420.492000', '184420.495000', '184426.470000', '184426.473000', '184426.476000', '184426.479000', '184426.482000', '184426.484000', '184426.487000', '184426.490000', '184426.493000', '184426.496000', '184426.499000', '184426.502000', '184426.505000', '184426.508000'], '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], 'LargestImagePixelValue': [10972, 7669, 10997, 7640, 10550, 7208, 9996, 7269, 9621, 7212, 9724, 8186, 12739, 8102, 10002, 7255, 8754, 7239, 8668, 7309, 8814, 13778, 9219, 14036, 8258, 10940, 7357, 9916, 9878, 9234, 10094, 8180, 11853, 7711, 10979, 7798, 10844, 7389, 9543, 8366, 8000, 13461, 8487, 12055, 7888, 10254, 7940, 9023, 9865, 8348, 13937, 9060, 11838, 7628, 9844, 8631, 9176, 15901, 10183, 14142, 7918, 13537, 10234, 9238, 15255, 10212, 14865, 8367, 13566, 7528, 11263, 8441, 8809, 11192, 8186, 13184, 8424, 11606, 7421, 9661, 7997, 8391, 13468, 8094, 13600, 8642, 10688, 7545, 9827, 7543, 10005, 10523, 9301, 12607, 8329, 14905, 8613, 13443, 10964, 12857, 7856, 9715, 7541, 10150, 7533, 12779, 7424, 10171, 7305, 10387, 7535, 10589, 11340, 9935, 16356, 8706, 14179, 8415, 12317, 7718, 10480, 7551, 9784, 9103, 9292, 15194, 9084, 13693, 8431, 11479, 7603, 10585, 7972, 10207, 7688, 9408, 8742, 9350, 13841, 9676, 13305, 8643, 12885, 8445, 12422, 8797, 12831, 7609, 10893, 7490, 10984, 7844, 10918, 8210, 10269, 7847, 9759, 13824, 9690, 15701, 8718, 14607, 8572, 14237, 9133, 14375, 8776, 13667, 8443, 12774, 8353, 14059, 8071, 11275, 7624, 10350, 7786, 10786, 7806, 9830, 7870, 9982, 11718, 10072, 15729, 8827, 13077, 8883, 13092, 8874, 14423, 8639, 11956, 8399, 10959, 8028, 12477, 8127, 10906, 7809, 11033, 7785, 10897, 8161, 10021, 7657, 9757, 8254, 10697, 7747, 10520, 7859, 10825, 12394, 10589, 15710, 9565, 15857, 9049, 14283, 11246, 14773, 8912, 12970, 7976, 11378, 8209, 14514, 8376, 12466, 8142, 10778, 7820, 12476, 8444, 14291, 7740, 11008, 7304, 12030, 10820, 12811, 7729, 9532, 7780, 11756, 7912, 8993, 12608, 7997, 7740, 11844, 8152, 16125, 11410, 15794, 11958, 10115, 14616, 14660, 13751, 18245, 15264, 12898, 10378, 7956, 9991, 9104, 13848, 8126, 11807, 8261, 11851, 8061, 11100, 8460, 10564, 8615, 10985, 8992, 14501, 9924, 14113, 9605, 13494, 9327, 15802, 9657, 16355, 8888, 12778, 8754, 11584, 8026, 12915, 8831, 11299, 9113, 7597, 9253, 9570, 9889, 7519, 9653, 7526, 10367, 7748, 11035, 8235, 14876, 13450, 10270, 9461, 7815, 9731, 9170, 9442, 10550, 7764, 11732, 9340, 10287, 11752, 10849, 18518, 13497, 18608, 9569, 14150, 9070, 10363, 7548, 11012, 7457, 9795, 7626, 9120, 10727, 8434, 13134, 7898, 11667, 7724, 10583, 7540, 9975, 7442, 13585, 8700, 10934, 8041, 7993, 9386, 14488, 9681, 13869, 13496, 12896, 12300, 9267, 16331, 9910, 13816, 12366, 13368, 10110, 9017, 10490, 8745, 13083, 8953, 14426, 8975, 11034, 8321, 9810, 7649, 10302, 8670, 8865, 11423, 8884, 13504, 9071, 12518, 8123, 10325, 7724, 9872, 8002, 10474, 8186, 8806, 10715, 8631, 14402, 9349, 14191, 8816, 10810, 7680, 10794, 7623, 11751, 7875, 10010, 8265, 9054, 15439, 9582, 13632, 8489, 10481, 7695, 9888, 8135, 9884, 10916, 8948, 13660, 8667, 11600, 8434, 11120, 7678, 10195, 8103, 10100, 9138, 10050, 9092, 9158, 12896, 8598, 13297, 9170, 12806, 8052, 10471, 8057, 10257, 14238, 10199, 16572, 9120, 13611, 8701, 10755, 7893, 11825, 8344, 9730, 8110, 9325, 12020, 9405, 12075, 8551, 12710, 8584, 12384, 8613, 12302, 7845, 10524, 7505, 11320, 9115, 11751, 8847, 10106, 8666, 10081, 12047, 10397, 10933, 9347, 11083, 8863, 14979, 9137, 14617, 9403, 13406, 9257, 11800, 8368, 11385, 9040, 7852, 10305, 7538, 10043, 8369, 8199, 9728, 15384, 9704, 15816, 12108, 17082, 12193, 16096, 9697, 15230, 11411, 16920, 11648, 15318, 9136, 13887, 8995, 12900, 9205, 7781, 8665, 7845, 10085, 7697, 10737, 7617, 10656, 7638, 10997, 10793, 14394, 8935, 9798, 8296, 9845, 8096, 13624, 7308, 10268, 7384, 10235, 7942, 13361, 7810, 11021, 7323, 9856, 8639, 13787, 8640, 10387, 8240, 9630, 8488, 10510, 8346, 9745, 7910, 10042, 7976, 10115, 9925, 10531, 7991, 9298, 7826, 9271, 13989, 10716, 14355, 9461, 13993, 9009, 15004, 10054, 16057, 8870, 13156, 8436, 10950, 7923, 12768, 7547, 9356, 7394, 9402, 7605, 10083, 7954, 9499, 7699, 8860, 10683, 9230, 15627, 8979, 14594, 8617, 12606, 8417, 13434, 7765, 10000, 7354, 9306, 7242, 10464, 7668, 9995, 7727, 10235, 7689, 10287, 12827, 10956, 11059, 8921, 13168, 8667, 15850, 11050, 15879, 8158, 13350, 7995, 10921, 8001, 12875, 8412, 9359, 7459, 9279, 8106, 9301, 8252, 9037, 14522, 8231, 12669, 8159, 13676, 10991, 9113, 13468, 8839, 15337, 8475, 13184, 8268, 10620, 7354, 9730, 7435, 9609, 13388, 9180, 11593, 8589, 12844, 8184, 11743, 8624, 11605, 7589, 9917, 7892, 9762, 11085, 9349, 10736, 8720, 12434, 8118, 11679, 8317, 11434, 7560, 10218, 7679, 9730, 7583, 9428, 12729, 9028, 13918, 8212, 11855, 8231, 12018, 8737, 10876, 8417, 9215, 8721, 9416, 11522, 9819, 7656, 9293, 7312, 11331, 7529, 12136, 10053, 12699, 8676, 9557, 16397, 10722, 15634, 13268, 14252, 9810, 12377, 8110, 10618, 9461, 14905, 8905, 9794, 7404, 9813, 7575, 11143, 7989, 12209, 7522, 10818, 7490, 10580, 10828, 13722, 9093, 8717, 10144, 8494, 14703, 9260, 15172, 8984, 11404, 8448, 10591, 7853, 12147, 8097, 11212, 7447, 10629, 7805, 10036, 13043, 11009, 14590, 8645, 14710, 8191, 12639, 9528, 13143, 7738, 10025, 7316, 9930, 7668, 10639, 7413, 10003, 7346, 9975, 7741, 11325, 8325, 14393, 7639, 10644, 8421, 9043, 8869, 13383, 10896, 8021, 9518, 7511, 10484, 8365, 14639, 12918, 13183, 8595, 10842, 12535, 9291, 16673, 12415, 12985, 8891, 9292, 8968, 10176, 8591, 10860, 8760, 9961, 8840, 10068, 8112, 13369, 9918, 13952, 7754, 11019, 7645, 9966, 8265, 10180, 9137, 8610, 7582, 8460, 9809, 7835, 12160, 7863, 11928, 7605, 10983, 7725, 10920, 7674, 9908, 7227, 9644, 7482, 9895, 10168, 9155, 9077, 8765, 15025, 8069, 14561, 10658, 14023, 7863, 11845, 7915, 12245, 9699, 13957, 7847, 11139, 7468, 10362, 7728, 12558, 9305, 10575, 8074, 8986, 7710, 10082, 9149, 11121, 7909, 9341, 7667, 9136, 8092, 10076, 10207, 9845, 7727, 10103, 7551, 11020, 8033, 12329, 8707, 9708, 7840, 9068, 11795, 9396, 16232, 9133, 13438, 8405, 11189, 8126, 11044, 9148, 9174, 7588, 8927, 13953, 8324, 12098, 8974, 11052, 7649, 9841, 7378, 9912, 7867, 9864, 9474, 8901, 13222, 8680, 12918, 8778, 11881, 7969, 10842, 8186, 9936, 13083, 9273, 16317, 8870, 13759, 8187, 11170, 8146, 10463, 9008, 9237, 7694, 8860, 8059, 9486, 12187, 8991, 12946, 8052, 12571, 8246, 11141, 9102, 12584, 9154, 9275, 11552, 8572, 14702, 9667, 14143, 8259, 11823, 8202, 10686, 7886, 12356, 8251, 11192, 7849, 10736, 7599, 10396, 8034, 11295, 8552, 9057, 14535, 8356, 13209, 8599, 12906, 8389, 9998, 7925, 9192, 10980, 8763, 15322, 8883, 11775, 7823, 11003, 7726, 10516, 8313, 9809, 7282, 8926, 7880, 8886, 11560, 9249, 15240, 9215, 11646, 8386, 9911, 8910, 8155, 9348, 7209, 8299, 9141, 7802, 11829, 7459, 11605, 8959, 15752, 9773, 14291, 9270, 10829, 10600, 12199, 16238, 13796, 15913, 10452, 15156, 11637, 11057, 12548, 8912, 11145, 7322, 9613, 7748, 9496, 8162, 7306, 7566, 8434, 10723, 15739, 16008, 16976, 18368, 13495, 10568, 13098, 9067, 10443, 16060, 13528, 13216, 18943, 15775, 14849, 17659, 18040, 14631, 13470, 18682, 14994, 10045, 13099, 10122, 16254, 8972, 7331, 10538, 7819, 7400, 9640, 8157, 7143, 7495, 8670, 7443, 7702, 8986], 'WindowCenter': [4199.0, 4143.0, 4169.0, 4126.0, 4154.0, 4113.0, 4143.0, 4113.0, 4142.0, 4112.0, 4143.0, 4135.0, 4175.0, 4124.0, 4144.0, 4113.0, 4133.0, 4113.0, 4134.0, 4125.0, 4145.0, 4186.0, 4144.0, 4185.0, 4134.0, 4154.0, 4138.0, 4167.0, 4154.0, 4156.0, 4154.0, 4135.0, 4165.0, 4138.0, 4179.0, 4138.0, 4180.0, 4127.0, 4158.0, 4147.0, 4138.0, 4189.0, 4159.0, 4190.0, 4138.0, 4168.0, 4137.0, 4158.0, 4168.0, 4149.0, 4200.0, 4160.0, 4179.0, 4137.0, 4168.0, 4147.0, 4159.0, 4209.0, 4169.0, 4199.0, 4136.0, 4201.0, 4169.0, 4158.0, 4196.0, 4155.0, 4197.0, 4135.0, 4186.0, 4125.0, 4167.0, 4135.0, 4145.0, 4165.0, 4134.0, 4175.0, 4135.0, 4166.0, 4124.0, 4155.0, 4135.0, 4135.0, 4187.0, 4137.0, 4188.0, 4146.0, 4167.0, 4136.0, 4156.0, 4137.0, 4157.0, 4167.0, 4157.0, 4188.0, 4136.0, 4199.0, 4147.0, 4189.0, 4167.0, 4176.0, 4124.0, 4143.0, 4125.0, 4156.0, 4136.0, 4188.0, 4125.0, 4154.0, 4125.0, 4166.0, 4125.0, 4167.0, 4165.0, 4154.0, 4206.0, 4133.0, 4186.0, 4134.0, 4176.0, 4123.0, 4153.0, 4123.0, 4155.0, 4144.0, 4155.0, 4196.0, 4144.0, 4185.0, 4133.0, 4164.0, 4136.0, 4166.0, 4135.0, 4155.0, 4124.0, 4144.0, 4145.0, 4156.0, 4187.0, 4156.0, 4186.0, 4146.0, 4187.0, 4148.0, 4188.0, 4147.0, 4187.0, 4124.0, 4164.0, 4125.0, 4166.0, 4136.0, 4166.0, 4133.0, 4154.0, 4133.0, 4156.0, 4185.0, 4157.0, 4196.0, 4134.0, 4196.0, 4147.0, 4196.0, 4157.0, 4196.0, 4145.0, 4186.0, 4147.0, 4187.0, 4148.0, 4197.0, 4134.0, 4164.0, 4124.0, 4166.0, 4135.0, 4166.0, 4123.0, 4154.0, 4133.0, 4155.0, 4176.0, 4167.0, 4195.0, 4133.0, 4173.0, 4144.0, 4187.0, 4146.0, 4186.0, 4134.0, 4174.0, 4135.0, 4166.0, 4135.0, 4187.0, 4135.0, 4165.0, 4135.0, 4168.0, 4135.0, 4166.0, 4133.0, 4154.0, 4123.0, 4155.0, 4134.0, 4167.0, 4134.0, 4166.0, 4147.0, 4180.0, 4189.0, 4180.0, 4208.0, 4156.0, 4208.0, 4157.0, 4198.0, 4165.0, 4198.0, 4144.0, 4174.0, 4135.0, 4177.0, 4134.0, 4196.0, 4134.0, 4174.0, 4133.0, 4165.0, 4136.0, 4175.0, 4146.0, 4195.0, 4125.0, 4163.0, 4124.0, 4176.0, 4166.0, 4188.0, 4123.0, 4143.0, 4138.0, 4189.0, 4159.0, 4182.0, 4213.0, 4162.0, 4176.0, 4217.0, 4175.0, 4249.0, 4204.0, 4235.0, 4193.0, 4195.0, 4224.0, 4224.0, 4201.0, 4222.0, 4210.0, 4189.0, 4155.0, 4123.0, 4154.0, 4145.0, 4186.0, 4134.0, 4175.0, 4133.0, 4173.0, 4134.0, 4177.0, 4134.0, 4167.0, 4146.0, 4165.0, 4144.0, 4196.0, 4156.0, 4186.0, 4143.0, 4185.0, 4143.0, 4194.0, 4154.0, 4194.0, 4132.0, 4172.0, 4132.0, 4163.0, 4123.0, 4185.0, 4143.0, 4164.0, 4143.0, 4122.0, 4156.0, 4156.0, 4168.0, 4125.0, 4155.0, 4135.0, 4166.0, 4136.0, 4180.0, 4162.0, 4222.0, 4199.0, 4179.0, 4168.0, 4148.0, 4169.0, 4158.0, 4169.0, 4193.0, 4139.0, 4190.0, 4158.0, 4155.0, 4174.0, 4163.0, 4216.0, 4186.0, 4205.0, 4141.0, 4183.0, 4131.0, 4140.0, 4110.0, 4150.0, 4110.0, 4140.0, 4109.0, 4141.0, 4151.0, 4134.0, 4186.0, 4133.0, 4174.0, 4124.0, 4180.0, 4149.0, 4168.0, 4139.0, 4212.0, 4172.0, 4202.0, 4161.0, 4173.0, 4183.0, 4223.0, 4170.0, 4212.0, 4200.0, 4190.0, 4189.0, 4159.0, 4210.0, 4157.0, 4188.0, 4187.0, 4186.0, 4155.0, 4143.0, 4153.0, 4144.0, 4185.0, 4145.0, 4196.0, 4142.0, 4163.0, 4133.0, 4152.0, 4124.0, 4166.0, 4145.0, 4145.0, 4175.0, 4145.0, 4187.0, 4158.0, 4188.0, 4134.0, 4154.0, 4123.0, 4154.0, 4136.0, 4166.0, 4145.0, 4157.0, 4166.0, 4147.0, 4198.0, 4169.0, 4199.0, 4156.0, 4176.0, 4134.0, 4176.0, 4136.0, 4186.0, 4135.0, 4165.0, 4146.0, 4155.0, 4207.0, 4157.0, 4197.0, 4146.0, 4165.0, 4134.0, 4166.0, 4135.0, 4166.0, 4165.0, 4156.0, 4197.0, 4146.0, 4177.0, 4147.0, 4176.0, 4136.0, 4165.0, 4134.0, 4167.0, 4157.0, 4168.0, 4157.0, 4158.0, 4187.0, 4157.0, 4198.0, 4170.0, 4188.0, 4146.0, 4166.0, 4135.0, 4167.0, 4198.0, 4179.0, 4220.0, 4156.0, 4197.0, 4145.0, 4167.0, 4148.0, 4187.0, 4145.0, 4155.0, 4134.0, 4156.0, 4187.0, 4169.0, 4188.0, 4157.0, 4188.0, 4158.0, 4189.0, 4172.0, 4189.0, 4148.0, 4178.0, 4138.0, 4178.0, 4158.0, 4188.0, 4156.0, 4167.0, 4145.0, 4167.0, 4187.0, 4180.0, 4176.0, 4156.0, 4175.0, 4156.0, 4211.0, 4169.0, 4223.0, 4169.0, 4210.0, 4169.0, 4189.0, 4159.0, 4201.0, 4170.0, 4161.0, 4192.0, 4175.0, 4195.0, 4175.0, 4173.0, 4184.0, 4234.0, 4182.0, 4234.0, 4203.0, 4222.0, 4190.0, 4209.0, 4156.0, 4208.0, 4177.0, 4209.0, 4164.0, 4194.0, 4142.0, 4183.0, 4144.0, 4174.0, 4143.0, 4123.0, 4143.0, 4133.0, 4165.0, 4135.0, 4177.0, 4136.0, 4166.0, 4135.0, 4166.0, 4177.0, 4198.0, 4145.0, 4154.0, 4134.0, 4153.0, 4134.0, 4186.0, 4124.0, 4154.0, 4123.0, 4153.0, 4134.0, 4186.0, 4134.0, 4164.0, 4124.0, 4154.0, 4143.0, 4186.0, 4132.0, 4152.0, 4131.0, 4153.0, 4132.0, 4165.0, 4132.0, 4153.0, 4134.0, 4152.0, 4132.0, 4154.0, 4156.0, 4165.0, 4135.0, 4144.0, 4123.0, 4144.0, 4185.0, 4167.0, 4185.0, 4155.0, 4184.0, 4131.0, 4184.0, 4156.0, 4196.0, 4143.0, 4172.0, 4122.0, 4151.0, 4122.0, 4173.0, 4123.0, 4144.0, 4111.0, 4141.0, 4121.0, 4165.0, 4134.0, 4155.0, 4134.0, 4145.0, 4165.0, 4157.0, 4207.0, 4145.0, 4196.0, 4134.0, 4174.0, 4133.0, 4187.0, 4123.0, 4153.0, 4112.0, 4142.0, 4122.0, 4165.0, 4123.0, 4155.0, 4125.0, 4154.0, 4124.0, 4156.0, 4187.0, 4168.0, 4165.0, 4144.0, 4174.0, 4145.0, 4198.0, 4166.0, 4196.0, 4123.0, 4173.0, 4121.0, 4152.0, 4122.0, 4175.0, 4132.0, 4142.0, 4111.0, 4142.0, 4122.0, 4145.0, 4133.0, 4144.0, 4185.0, 4134.0, 4175.0, 4123.0, 4187.0, 4153.0, 4132.0, 4172.0, 4131.0, 4183.0, 4120.0, 4174.0, 4120.0, 4140.0, 4109.0, 4129.0, 4111.0, 4142.0, 4184.0, 4141.0, 4162.0, 4132.0, 4163.0, 4132.0, 4164.0, 4135.0, 4163.0, 4122.0, 4141.0, 4122.0, 4144.0, 4151.0, 4146.0, 4153.0, 4133.0, 4163.0, 4122.0, 4165.0, 4134.0, 4177.0, 4124.0, 4154.0, 4124.0, 4145.0, 4125.0, 4147.0, 4188.0, 4146.0, 4187.0, 4136.0, 4177.0, 4135.0, 4178.0, 4136.0, 4156.0, 4135.0, 4144.0, 4133.0, 4145.0, 4164.0, 4170.0, 4125.0, 4157.0, 4128.0, 4180.0, 4150.0, 4193.0, 4172.0, 4191.0, 4161.0, 4160.0, 4211.0, 4169.0, 4200.0, 4189.0, 4188.0, 4156.0, 4175.0, 4135.0, 4155.0, 4143.0, 4197.0, 4132.0, 4142.0, 4111.0, 4142.0, 4121.0, 4164.0, 4123.0, 4175.0, 4124.0, 4154.0, 4125.0, 4155.0, 4166.0, 4175.0, 4132.0, 4132.0, 4140.0, 4133.0, 4172.0, 4143.0, 4183.0, 4131.0, 4151.0, 4121.0, 4153.0, 4123.0, 4165.0, 4124.0, 4164.0, 4114.0, 4154.0, 4125.0, 4156.0, 4174.0, 4167.0, 4183.0, 4132.0, 4173.0, 4134.0, 4164.0, 4143.0, 4174.0, 4112.0, 4130.0, 4111.0, 4143.0, 4123.0, 4166.0, 4124.0, 4155.0, 4129.0, 4171.0, 4150.0, 4178.0, 4147.0, 4187.0, 4138.0, 4169.0, 4147.0, 4146.0, 4147.0, 4201.0, 4169.0, 4138.0, 4159.0, 4127.0, 4168.0, 4138.0, 4202.0, 4177.0, 4177.0, 4136.0, 4154.0, 4164.0, 4133.0, 4196.0, 4164.0, 4162.0, 4119.0, 4130.0, 4119.0, 4140.0, 4122.0, 4153.0, 4132.0, 4143.0, 4133.0, 4142.0, 4123.0, 4174.0, 4156.0, 4175.0, 4112.0, 4152.0, 4112.0, 4143.0, 4121.0, 4145.0, 4130.0, 4120.0, 4110.0, 4121.0, 4142.0, 4123.0, 4164.0, 4123.0, 4164.0, 4125.0, 4166.0, 4125.0, 4167.0, 4125.0, 4155.0, 4125.0, 4156.0, 4126.0, 4158.0, 4168.0, 4146.0, 4146.0, 4147.0, 4199.0, 4137.0, 4200.0, 4169.0, 4188.0, 4135.0, 4166.0, 4137.0, 4176.0, 4158.0, 4187.0, 4124.0, 4165.0, 4125.0, 4155.0, 4124.0, 4177.0, 4146.0, 4155.0, 4135.0, 4133.0, 4126.0, 4155.0, 4146.0, 4167.0, 4124.0, 4144.0, 4124.0, 4145.0, 4123.0, 4156.0, 4155.0, 4155.0, 4125.0, 4154.0, 4124.0, 4155.0, 4124.0, 4179.0, 4135.0, 4145.0, 4124.0, 4145.0, 4165.0, 4145.0, 4195.0, 4133.0, 4163.0, 4121.0, 4153.0, 4111.0, 4154.0, 4131.0, 4130.0, 4110.0, 4131.0, 4172.0, 4122.0, 4162.0, 4134.0, 4153.0, 4112.0, 4142.0, 4114.0, 4155.0, 4125.0, 4158.0, 4146.0, 4147.0, 4176.0, 4136.0, 4179.0, 4137.0, 4168.0, 4125.0, 4155.0, 4134.0, 4157.0, 4176.0, 4147.0, 4198.0, 4134.0, 4176.0, 4124.0, 4170.0, 4125.0, 4156.0, 4134.0, 4133.0, 4113.0, 4134.0, 4125.0, 4145.0, 4179.0, 4147.0, 4178.0, 4126.0, 4178.0, 4138.0, 4167.0, 4147.0, 4179.0, 4146.0, 4135.0, 4165.0, 4137.0, 4187.0, 4146.0, 4176.0, 4123.0, 4165.0, 4133.0, 4157.0, 4126.0, 4177.0, 4136.0, 4166.0, 4137.0, 4167.0, 4138.0, 4157.0, 4137.0, 4171.0, 4136.0, 4146.0, 4188.0, 4138.0, 4188.0, 4135.0, 4180.0, 4135.0, 4144.0, 4125.0, 4148.0, 4166.0, 4134.0, 4198.0, 4134.0, 4165.0, 4114.0, 4156.0, 4128.0, 4155.0, 4136.0, 4156.0, 4114.0, 4135.0, 4124.0, 4148.0, 4167.0, 4146.0, 4201.0, 4146.0, 4168.0, 4153.0, 4171.0, 4161.0, 4137.0, 4146.0, 4127.0, 4135.0, 4158.0, 4152.0, 4181.0, 4129.0, 4180.0, 4161.0, 4211.0, 4170.0, 4201.0, 4147.0, 4167.0, 4158.0, 4180.0, 4200.0, 4177.0, 4197.0, 4144.0, 4174.0, 4151.0, 4152.0, 4163.0, 4121.0, 4141.0, 4101.0, 4131.0, 4110.0, 4144.0, 4137.0, 4129.0, 4139.0, 4149.0, 4170.0, 4203.0, 4224.0, 4222.0, 4204.0, 4186.0, 4181.0, 4201.0, 4171.0, 4182.0, 4236.0, 4215.0, 4202.0, 4233.0, 4212.0, 4198.0, 4207.0, 4208.0, 4185.0, 4173.0, 4195.0, 4172.0, 4127.0, 4148.0, 4116.0, 4154.0, 4091.0, 4081.0, 4124.0, 4121.0, 4098.0, 4128.0, 4104.0, 4086.0, 4108.0, 4118.0, 4123.0, 4120.0, 4131.0], 'WindowWidth': [9329.0, 9242.0, 9267.0, 9203.0, 9237.0, 9179.0, 9219.0, 9179.0, 9215.0, 9174.0, 9218.0, 9210.0, 9264.0, 9195.0, 9219.0, 9178.0, 9202.0, 9178.0, 9207.0, 9198.0, 9223.0, 9277.0, 9220.0, 9277.0, 9204.0, 9232.0, 9222.0, 9258.0, 9234.0, 9240.0, 9233.0, 9209.0, 9252.0, 9222.0, 9276.0, 9220.0, 9279.0, 9204.0, 9245.0, 9231.0, 9219.0, 9292.0, 9251.0, 9292.0, 9219.0, 9259.0, 9218.0, 9245.0, 9259.0, 9237.0, 9308.0, 9254.0, 9276.0, 9218.0, 9259.0, 9229.0, 9250.0, 9319.0, 9264.0, 9303.0, 9213.0, 9310.0, 9264.0, 9245.0, 9295.0, 9237.0, 9301.0, 9209.0, 9280.0, 9198.0, 9257.0, 9211.0, 9224.0, 9249.0, 9208.0, 9267.0, 9212.0, 9256.0, 9196.0, 9237.0, 9210.0, 9212.0, 9285.0, 9218.0, 9288.0, 9226.0, 9256.0, 9216.0, 9240.0, 9219.0, 9244.0, 9257.0, 9242.0, 9288.0, 9215.0, 9308.0, 9232.0, 9291.0, 9257.0, 9266.0, 9194.0, 9219.0, 9198.0, 9240.0, 9215.0, 9288.0, 9197.0, 9235.0, 9197.0, 9255.0, 9198.0, 9258.0, 9250.0, 9237.0, 9310.0, 9207.0, 9283.0, 9208.0, 9270.0, 9192.0, 9231.0, 9191.0, 9237.0, 9223.0, 9240.0, 9297.0, 9221.0, 9279.0, 9207.0, 9250.0, 9218.0, 9255.0, 9212.0, 9238.0, 9196.0, 9222.0, 9227.0, 9243.0, 9286.0, 9241.0, 9284.0, 9228.0, 9287.0, 9235.0, 9288.0, 9231.0, 9285.0, 9197.0, 9249.0, 9200.0, 9257.0, 9216.0, 9257.0, 9207.0, 9235.0, 9208.0, 9240.0, 9279.0, 9245.0, 9296.0, 9208.0, 9297.0, 9231.0, 9299.0, 9246.0, 9295.0, 9226.0, 9283.0, 9232.0, 9288.0, 9236.0, 9301.0, 9209.0, 9248.0, 9197.0, 9254.0, 9213.0, 9255.0, 9192.0, 9234.0, 9206.0, 9240.0, 9268.0, 9257.0, 9291.0, 9205.0, 9262.0, 9223.0, 9285.0, 9228.0, 9283.0, 9208.0, 9264.0, 9213.0, 9255.0, 9214.0, 9284.0, 9211.0, 9252.0, 9214.0, 9261.0, 9213.0, 9257.0, 9207.0, 9233.0, 9194.0, 9238.0, 9211.0, 9259.0, 9211.0, 9254.0, 9231.0, 9282.0, 9291.0, 9280.0, 9314.0, 9241.0, 9317.0, 9246.0, 9305.0, 9253.0, 9304.0, 9221.0, 9263.0, 9213.0, 9272.0, 9209.0, 9297.0, 9209.0, 9262.0, 9206.0, 9252.0, 9216.0, 9267.0, 9230.0, 9293.0, 9197.0, 9247.0, 9197.0, 9270.0, 9255.0, 9292.0, 9193.0, 9219.0, 9223.0, 9295.0, 9259.0, 9295.0, 9338.0, 9268.0, 9294.0, 9348.0, 9288.0, 9394.0, 9323.0, 9366.0, 9307.0, 9311.0, 9347.0, 9347.0, 9311.0, 9343.0, 9324.0, 9291.0, 9238.0, 9191.0, 9234.0, 9223.0, 9282.0, 9209.0, 9265.0, 9205.0, 9260.0, 9208.0, 9271.0, 9210.0, 9257.0, 9229.0, 9251.0, 9223.0, 9295.0, 9242.0, 9279.0, 9218.0, 9280.0, 9219.0, 9292.0, 9235.0, 9292.0, 9201.0, 9257.0, 9201.0, 9245.0, 9191.0, 9280.0, 9219.0, 9248.0, 9218.0, 9190.0, 9242.0, 9240.0, 9260.0, 9197.0, 9237.0, 9212.0, 9255.0, 9215.0, 9282.0, 9265.0, 9347.0, 9307.0, 9281.0, 9265.0, 9237.0, 9263.0, 9249.0, 9266.0, 9306.0, 9224.0, 9296.0, 9246.0, 9239.0, 9262.0, 9246.0, 9325.0, 9282.0, 9311.0, 9211.0, 9273.0, 9198.0, 9210.0, 9170.0, 9222.0, 9169.0, 9208.0, 9167.0, 9212.0, 9226.0, 9208.0, 9280.0, 9208.0, 9262.0, 9196.0, 9281.0, 9238.0, 9262.0, 9227.0, 9330.0, 9278.0, 9320.0, 9265.0, 9282.0, 9294.0, 9348.0, 9270.0, 9335.0, 9308.0, 9296.0, 9291.0, 9251.0, 9326.0, 9244.0, 9290.0, 9284.0, 9283.0, 9238.0, 9220.0, 9232.0, 9221.0, 9281.0, 9228.0, 9299.0, 9218.0, 9247.0, 9206.0, 9232.0, 9196.0, 9259.0, 9224.0, 9225.0, 9265.0, 9225.0, 9290.0, 9249.0, 9290.0, 9212.0, 9237.0, 9196.0, 9237.0, 9217.0, 9259.0, 9228.0, 9245.0, 9257.0, 9233.0, 9306.0, 9266.0, 9308.0, 9244.0, 9271.0, 9213.0, 9269.0, 9218.0, 9285.0, 9215.0, 9254.0, 9229.0, 9241.0, 9319.0, 9247.0, 9302.0, 9228.0, 9254.0, 9212.0, 9256.0, 9214.0, 9257.0, 9254.0, 9244.0, 9302.0, 9230.0, 9275.0, 9234.0, 9271.0, 9219.0, 9255.0, 9213.0, 9259.0, 9247.0, 9265.0, 9247.0, 9249.0, 9288.0, 9247.0, 9307.0, 9272.0, 9293.0, 9233.0, 9259.0, 9217.0, 9261.0, 9303.0, 9282.0, 9339.0, 9243.0, 9301.0, 9229.0, 9259.0, 9235.0, 9287.0, 9229.0, 9241.0, 9211.0, 9244.0, 9286.0, 9267.0, 9292.0, 9248.0, 9293.0, 9251.0, 9295.0, 9277.0, 9296.0, 9239.0, 9278.0, 9225.0, 9280.0, 9252.0, 9293.0, 9246.0, 9260.0, 9228.0, 9260.0, 9286.0, 9282.0, 9271.0, 9243.0, 9268.0, 9246.0, 9332.0, 9269.0, 9351.0, 9268.0, 9327.0, 9266.0, 9295.0, 9256.0, 9313.0, 9272.0, 9260.0, 9305.0, 9289.0, 9313.0, 9289.0, 9281.0, 9296.0, 9362.0, 9289.0, 9365.0, 9319.0, 9347.0, 9297.0, 9323.0, 9244.0, 9320.0, 9273.0, 9328.0, 9251.0, 9294.0, 9217.0, 9276.0, 9223.0, 9262.0, 9219.0, 9193.0, 9219.0, 9207.0, 9254.0, 9213.0, 9274.0, 9219.0, 9256.0, 9214.0, 9257.0, 9274.0, 9305.0, 9227.0, 9237.0, 9209.0, 9234.0, 9211.0, 9285.0, 9198.0, 9236.0, 9195.0, 9233.0, 9211.0, 9285.0, 9211.0, 9252.0, 9196.0, 9235.0, 9220.0, 9284.0, 9204.0, 9230.0, 9201.0, 9233.0, 9202.0, 9255.0, 9204.0, 9233.0, 9210.0, 9230.0, 9205.0, 9237.0, 9241.0, 9253.0, 9214.0, 9223.0, 9193.0, 9221.0, 9278.0, 9259.0, 9278.0, 9236.0, 9274.0, 9201.0, 9278.0, 9243.0, 9298.0, 9218.0, 9259.0, 9188.0, 9226.0, 9191.0, 9259.0, 9193.0, 9221.0, 9174.0, 9213.0, 9185.0, 9254.0, 9208.0, 9237.0, 9210.0, 9224.0, 9251.0, 9243.0, 9312.0, 9225.0, 9298.0, 9207.0, 9262.0, 9203.0, 9284.0, 9191.0, 9232.0, 9176.0, 9214.0, 9189.0, 9251.0, 9192.0, 9236.0, 9197.0, 9233.0, 9195.0, 9241.0, 9281.0, 9261.0, 9249.0, 9221.0, 9261.0, 9224.0, 9303.0, 9252.0, 9299.0, 9189.0, 9259.0, 9186.0, 9228.0, 9190.0, 9263.0, 9201.0, 9213.0, 9173.0, 9215.0, 9188.0, 9223.0, 9203.0, 9219.0, 9277.0, 9205.0, 9265.0, 9191.0, 9286.0, 9229.0, 9200.0, 9253.0, 9196.0, 9274.0, 9181.0, 9263.0, 9181.0, 9208.0, 9165.0, 9191.0, 9172.0, 9213.0, 9274.0, 9211.0, 9241.0, 9200.0, 9243.0, 9201.0, 9245.0, 9209.0, 9242.0, 9189.0, 9211.0, 9187.0, 9217.0, 9226.0, 9225.0, 9229.0, 9202.0, 9245.0, 9187.0, 9247.0, 9207.0, 9269.0, 9193.0, 9232.0, 9193.0, 9220.0, 9196.0, 9226.0, 9282.0, 9225.0, 9284.0, 9210.0, 9271.0, 9210.0, 9273.0, 9210.0, 9237.0, 9206.0, 9216.0, 9201.0, 9221.0, 9246.0, 9263.0, 9196.0, 9242.0, 9204.0, 9276.0, 9239.0, 9302.0, 9271.0, 9297.0, 9254.0, 9249.0, 9321.0, 9260.0, 9312.0, 9290.0, 9288.0, 9237.0, 9262.0, 9209.0, 9234.0, 9215.0, 9297.0, 9199.0, 9212.0, 9170.0, 9211.0, 9185.0, 9247.0, 9190.0, 9261.0, 9191.0, 9231.0, 9196.0, 9236.0, 9250.0, 9263.0, 9200.0, 9199.0, 9208.0, 9201.0, 9254.0, 9216.0, 9270.0, 9194.0, 9224.0, 9183.0, 9230.0, 9188.0, 9249.0, 9192.0, 9246.0, 9178.0, 9231.0, 9197.0, 9238.0, 9258.0, 9253.0, 9269.0, 9199.0, 9257.0, 9203.0, 9245.0, 9214.0, 9260.0, 9169.0, 9193.0, 9171.0, 9214.0, 9190.0, 9252.0, 9192.0, 9235.0, 9208.0, 9268.0, 9241.0, 9271.0, 9230.0, 9283.0, 9218.0, 9261.0, 9228.0, 9226.0, 9228.0, 9307.0, 9261.0, 9218.0, 9246.0, 9201.0, 9255.0, 9214.0, 9312.0, 9268.0, 9269.0, 9211.0, 9232.0, 9242.0, 9200.0, 9290.0, 9245.0, 9236.0, 9176.0, 9191.0, 9176.0, 9204.0, 9185.0, 9229.0, 9197.0, 9214.0, 9201.0, 9211.0, 9187.0, 9260.0, 9236.0, 9263.0, 9172.0, 9226.0, 9171.0, 9214.0, 9181.0, 9218.0, 9192.0, 9178.0, 9165.0, 9183.0, 9213.0, 9189.0, 9246.0, 9187.0, 9245.0, 9192.0, 9250.0, 9195.0, 9255.0, 9195.0, 9233.0, 9193.0, 9237.0, 9197.0, 9243.0, 9255.0, 9225.0, 9226.0, 9226.0, 9303.0, 9214.0, 9305.0, 9261.0, 9285.0, 9208.0, 9253.0, 9213.0, 9265.0, 9242.0, 9281.0, 9193.0, 9247.0, 9195.0, 9235.0, 9190.0, 9268.0, 9225.0, 9234.0, 9209.0, 9202.0, 9197.0, 9234.0, 9222.0, 9255.0, 9191.0, 9218.0, 9189.0, 9219.0, 9188.0, 9238.0, 9234.0, 9234.0, 9195.0, 9230.0, 9191.0, 9234.0, 9191.0, 9275.0, 9206.0, 9221.0, 9191.0, 9221.0, 9246.0, 9221.0, 9291.0, 9199.0, 9243.0, 9181.0, 9227.0, 9167.0, 9231.0, 9192.0, 9191.0, 9164.0, 9192.0, 9252.0, 9184.0, 9238.0, 9203.0, 9227.0, 9171.0, 9210.0, 9176.0, 9235.0, 9193.0, 9242.0, 9222.0, 9223.0, 9263.0, 9211.0, 9272.0, 9213.0, 9256.0, 9193.0, 9233.0, 9204.0, 9238.0, 9263.0, 9223.0, 9297.0, 9202.0, 9265.0, 9188.0, 9262.0, 9192.0, 9237.0, 9202.0, 9199.0, 9173.0, 9202.0, 9192.0, 9220.0, 9273.0, 9224.0, 9270.0, 9197.0, 9270.0, 9217.0, 9256.0, 9225.0, 9271.0, 9220.0, 9206.0, 9247.0, 9211.0, 9280.0, 9222.0, 9265.0, 9187.0, 9247.0, 9204.0, 9239.0, 9196.0, 9267.0, 9211.0, 9251.0, 9213.0, 9251.0, 9218.0, 9242.0, 9212.0, 9264.0, 9210.0, 9224.0, 9281.0, 9214.0, 9287.0, 9208.0, 9275.0, 9207.0, 9218.0, 9192.0, 9228.0, 9249.0, 9205.0, 9299.0, 9203.0, 9248.0, 9176.0, 9237.0, 9203.0, 9233.0, 9208.0, 9236.0, 9177.0, 9206.0, 9190.0, 9227.0, 9251.0, 9224.0, 9304.0, 9224.0, 9257.0, 9247.0, 9268.0, 9255.0, 9215.0, 9225.0, 9202.0, 9209.0, 9244.0, 9242.0, 9279.0, 9205.0, 9275.0, 9254.0, 9319.0, 9264.0, 9305.0, 9227.0, 9253.0, 9244.0, 9273.0, 9309.0, 9265.0, 9295.0, 9215.0, 9257.0, 9220.0, 9221.0, 9241.0, 9179.0, 9207.0, 9153.0, 9195.0, 9167.0, 9218.0, 9214.0, 9207.0, 9223.0, 9236.0, 9260.0, 9316.0, 9355.0, 9343.0, 9312.0, 9285.0, 9287.0, 9316.0, 9273.0, 9287.0, 9375.0, 9341.0, 9316.0, 9366.0, 9331.0, 9303.0, 9313.0, 9321.0, 9281.0, 9255.0, 9298.0, 9256.0, 9182.0, 9216.0, 9166.0, 9216.0, 9125.0, 9112.0, 9177.0, 9184.0, 9149.0, 9188.0, 9148.0, 9127.0, 9162.0, 9175.0, 9191.0, 9184.0, 9199.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.002894078947368421</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.030637779417293235</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.38945666557853</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.3146003252022591</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.022475008777047</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4958</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5480.5454</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10230184324855893</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>63</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>5.921052631578948</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.392117614364834</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3042483996078915</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5761044840354286</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2959999594511817</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.011274</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01596231386065483</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.04896096885204315</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1064</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.210030923110192</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>19.0204</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.2128</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>197.5913</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>296306.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>975.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>378.7048</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9368</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>544.0649</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3370.6866</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3495.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>80238.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1460.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4407.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>830.155</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>34.661285625072196</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> |