=== 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-0098 --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-0098",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
124 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
124 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-0098_ses-01_task-alignvideo_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0098_ses-01_task-alignvideo_acq-mb8_run-01_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-01_subject-0098_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-0098/figures/sub-0098_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0098/figures/sub-0098_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0098_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-0098/figures/sub-0098_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0098/figures/sub-0098_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0098_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-0098/figures/sub-0098_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0098/figures/sub-0098_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0098_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-0098/figures/sub-0098_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0098/figures/sub-0098_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-01_subject-0098_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-0098/figures/sub-0098_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0098/figures/sub-0098_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-01_subject-0098_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-0098/figures/sub-0098_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0098/figures/sub-0098_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0098_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-0098/figures/sub-0098_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0098/figures/sub-0098_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0098/figures/sub-0098_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0098/ses-01/func/sub-0098_ses-01_task-alignvideo_acq-mb8_run-01_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>907056a4800883d48c5cb06152be24f5</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>14:51:38.395000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.995876, -0.0832133, -0.0361561, 0.0888795, 0.974814, 0.204544]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0897972</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4216, -7815, -7158, 234, -135, 68, -50, 94]</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>246.026</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>8f31a54a-9b7b-465e-810c-7147b7b55654||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6718616485595703, 0.23845729231834412, -0.04920675978064537, 105.46257019042969], [0.22325512766838074, 2.6153547763824463, 0.5586665868759155, -110.32652282714844], [-0.09700416028499603, -0.5487755537033081, 2.6411116123199463, -26.136022567749023], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1073]</td></tr>
|
|
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
|
|
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
|
|
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073], 'AcquisitionTime': ['145138.395000', '145138.855000', '145139.315000', '145139.775000', '145140.235000', '145140.695000', '145141.155000', '145141.615000', '145142.075000', '145142.535000', '145142.995000', '145143.455000', '145143.915000', '145144.375000', '145144.835000', '145145.295000', '145145.755000', '145146.215000', '145146.675000', '145147.135000', '145147.595000', '145148.055000', '145148.515000', '145148.975000', '145149.435000', '145149.895000', '145150.355000', '145150.815000', '145151.275000', '145151.735000', '145152.195000', '145152.655000', '145153.115000', '145153.575000', '145154.035000', '145154.495000', '145154.955000', '145155.415000', '145155.875000', '145156.335000', '145156.795000', '145157.255000', '145157.715000', '145158.175000', '145158.635000', '145159.095000', '145159.555000', '145200.015000', '145200.475000', '145200.935000', '145201.395000', '145201.855000', '145202.315000', '145202.775000', '145203.235000', '145203.695000', '145204.155000', '145204.615000', '145205.075000', '145205.535000', '145205.995000', '145206.455000', '145206.915000', '145207.375000', '145207.835000', '145208.295000', '145208.755000', '145209.215000', '145209.675000', '145210.135000', '145210.595000', '145211.055000', '145211.515000', '145211.975000', '145212.435000', '145212.895000', '145213.355000', '145213.815000', '145214.275000', '145214.735000', '145215.195000', '145215.655000', '145216.115000', '145216.575000', '145217.035000', '145217.495000', '145217.955000', '145218.415000', '145218.875000', '145219.335000', '145219.795000', '145220.255000', '145220.715000', '145221.175000', '145221.635000', '145222.095000', '145222.555000', '145223.015000', '145223.475000', '145223.935000', '145224.395000', '145224.855000', '145225.315000', '145225.775000', '145226.235000', '145226.695000', '145227.155000', '145227.615000', '145228.075000', '145228.535000', '145228.995000', '145229.455000', '145229.915000', '145230.375000', '145230.835000', '145231.295000', '145231.755000', '145232.215000', '145232.675000', '145233.135000', '145233.595000', '145234.055000', '145234.515000', '145234.975000', '145235.435000', '145235.895000', '145236.355000', '145236.815000', '145237.275000', '145237.735000', '145238.195000', '145238.655000', '145239.115000', '145239.575000', '145240.035000', '145240.495000', '145240.955000', '145241.415000', '145241.875000', '145242.335000', '145242.795000', '145243.255000', '145243.715000', '145244.175000', '145244.635000', '145245.095000', '145245.555000', '145246.015000', '145246.475000', '145246.935000', '145247.395000', '145247.855000', '145248.315000', '145248.775000', '145249.235000', '145249.695000', '145250.155000', '145250.615000', '145251.075000', '145251.535000', '145251.995000', '145252.455000', '145252.915000', '145253.375000', '145253.835000', '145254.295000', '145254.755000', '145255.215000', '145255.675000', '145256.135000', '145256.595000', '145257.055000', '145257.515000', '145257.975000', '145258.435000', '145258.895000', '145259.355000', '145259.815000', '145300.275000', '145300.735000', '145301.195000', '145301.655000', '145302.115000', '145302.575000', '145303.035000', '145303.495000', '145303.955000', '145304.415000', '145304.875000', '145305.335000', '145305.795000', '145306.255000', '145306.715000', '145307.175000', '145307.635000', '145308.095000', '145308.555000', '145309.015000', '145309.475000', '145309.935000', '145310.395000', '145310.855000', '145311.315000', '145311.775000', '145312.235000', '145312.695000', '145313.155000', '145313.615000', '145314.075000', '145314.535000', '145314.995000', '145315.455000', '145315.915000', '145316.375000', '145316.835000', '145317.295000', '145317.755000', '145318.215000', '145318.675000', '145319.135000', '145319.595000', '145320.055000', '145320.515000', '145320.975000', '145321.435000', '145321.895000', '145322.355000', '145322.815000', '145323.275000', '145323.735000', '145324.195000', '145324.655000', '145325.115000', '145325.575000', '145326.035000', '145326.495000', '145326.955000', '145327.415000', '145327.875000', '145328.335000', '145328.795000', '145329.255000', '145329.715000', '145330.175000', '145330.635000', '145331.095000', '145331.555000', '145332.015000', '145332.475000', '145332.935000', '145333.395000', '145333.855000', '145334.315000', '145334.775000', '145335.235000', '145335.695000', '145336.155000', '145336.615000', '145337.075000', '145337.535000', '145337.995000', '145338.455000', '145338.915000', '145339.375000', '145339.835000', '145340.295000', '145340.755000', '145341.215000', '145341.675000', '145342.135000', '145342.595000', '145343.055000', '145343.515000', '145343.975000', '145344.435000', '145344.895000', '145345.355000', '145345.815000', '145346.275000', '145346.735000', '145347.195000', '145347.655000', '145348.115000', '145348.575000', '145349.035000', '145349.495000', '145349.955000', '145350.415000', '145350.875000', '145351.335000', '145351.795000', '145352.255000', '145352.715000', '145353.175000', '145353.635000', '145354.095000', '145354.555000', '145355.015000', '145355.475000', '145355.935000', '145356.395000', '145356.855000', '145357.315000', '145357.775000', '145358.235000', '145358.695000', '145359.155000', '145359.615000', '145400.075000', '145400.535000', '145400.995000', '145401.455000', '145401.915000', '145402.375000', '145402.835000', '145403.295000', '145403.755000', '145404.215000', '145404.675000', '145405.135000', '145405.595000', '145406.055000', '145406.515000', '145406.975000', '145407.435000', '145407.895000', '145408.355000', '145408.815000', '145409.275000', '145409.735000', '145410.195000', '145410.655000', '145411.115000', '145411.575000', '145412.035000', '145412.495000', '145412.955000', '145413.415000', '145413.875000', '145414.335000', '145414.795000', '145415.255000', '145415.715000', '145416.175000', '145416.635000', '145417.095000', '145417.555000', '145418.015000', '145418.475000', '145418.935000', '145419.395000', '145419.855000', '145420.315000', '145420.775000', '145421.235000', '145421.695000', '145422.155000', '145422.615000', '145423.075000', '145423.535000', '145423.995000', '145424.455000', '145424.915000', '145425.375000', '145425.835000', '145426.295000', '145426.755000', '145427.215000', '145427.675000', '145428.135000', '145428.595000', '145429.055000', '145429.515000', '145429.975000', '145430.435000', '145430.895000', '145431.355000', '145431.815000', '145432.275000', '145432.735000', '145433.195000', '145433.655000', '145434.115000', '145434.575000', '145435.035000', '145435.495000', '145435.955000', '145436.415000', '145436.875000', '145437.335000', '145437.795000', '145438.255000', '145438.715000', '145439.175000', '145439.635000', '145440.095000', '145440.555000', '145441.015000', '145441.475000', '145441.935000', '145442.395000', '145442.855000', '145443.315000', '145443.775000', '145444.235000', '145444.695000', '145445.155000', '145445.615000', '145446.075000', '145446.535000', '145446.995000', '145447.455000', '145447.915000', '145448.375000', '145448.835000', '145449.295000', '145449.755000', '145450.215000', '145450.675000', '145451.135000', '145451.595000', '145452.055000', '145452.515000', '145452.975000', '145453.435000', '145453.895000', '145454.355000', '145454.815000', '145455.275000', '145455.735000', '145456.195000', '145456.655000', '145457.115000', '145457.575000', '145458.035000', '145458.495000', '145458.955000', '145459.415000', '145459.875000', '145500.335000', '145500.795000', '145501.255000', '145501.715000', '145502.175000', '145502.635000', '145503.095000', '145503.555000', '145504.015000', '145504.475000', '145504.935000', '145505.395000', '145505.855000', '145506.315000', '145506.775000', '145507.235000', '145507.695000', '145508.155000', '145508.615000', '145509.075000', '145509.535000', '145509.995000', '145510.455000', '145510.915000', '145511.375000', '145511.835000', '145512.295000', '145512.755000', '145513.215000', '145513.675000', '145514.135000', '145514.595000', '145515.055000', '145515.515000', '145515.975000', '145516.435000', '145516.895000', '145517.355000', '145517.815000', '145518.275000', '145518.735000', '145519.195000', '145519.655000', '145520.115000', '145520.575000', '145521.035000', '145521.495000', '145521.955000', '145522.415000', '145522.875000', '145523.335000', '145523.795000', '145524.255000', '145524.715000', '145525.175000', '145525.635000', '145526.095000', '145526.555000', '145527.015000', '145527.475000', '145527.935000', '145528.395000', '145528.855000', '145529.315000', '145529.775000', '145530.235000', '145530.695000', '145531.155000', '145531.615000', '145532.075000', '145532.535000', '145532.995000', '145533.455000', '145533.915000', '145534.375000', '145534.835000', '145535.295000', '145535.755000', '145536.215000', '145536.675000', '145537.135000', '145537.595000', '145538.055000', '145538.515000', '145538.975000', '145539.435000', '145539.895000', '145540.355000', '145540.815000', '145541.275000', '145541.735000', '145542.195000', '145542.655000', '145543.115000', '145543.575000', '145544.035000', '145544.495000', '145544.955000', '145545.415000', '145545.875000', '145546.335000', '145546.795000', '145547.255000', '145547.715000', '145548.175000', '145548.635000', '145549.095000', '145549.555000', '145550.015000', '145550.475000', '145550.935000', '145551.395000', '145551.855000', '145552.315000', '145552.775000', '145553.235000', '145553.695000', '145554.155000', '145554.615000', '145555.075000', '145555.535000', '145555.995000', '145556.455000', '145556.915000', '145557.375000', '145557.835000', '145558.295000', '145558.755000', '145559.215000', '145559.675000', '145600.135000', '145600.595000', '145601.055000', '145601.515000', '145601.975000', '145602.435000', '145602.895000', '145603.355000', '145603.815000', '145604.275000', '145604.735000', '145605.195000', '145605.655000', '145606.115000', '145606.575000', '145607.035000', '145607.495000', '145607.955000', '145608.415000', '145608.875000', '145609.335000', '145609.795000', '145610.255000', '145610.715000', '145611.175000', '145611.635000', '145612.095000', '145612.555000', '145613.015000', '145613.475000', '145613.935000', '145614.395000', '145614.855000', '145615.315000', '145615.775000', '145616.235000', '145616.695000', '145617.155000', '145617.615000', '145618.075000', '145618.535000', '145618.995000', '145619.455000', '145619.915000', '145620.375000', '145620.835000', '145621.295000', '145621.755000', '145622.215000', '145622.675000', '145623.135000', '145623.595000', '145624.055000', '145624.515000', '145624.975000', '145625.435000', '145625.895000', '145626.355000', '145626.815000', '145627.275000', '145627.735000', '145628.195000', '145628.655000', '145629.115000', '145629.575000', '145630.035000', '145630.495000', '145630.955000', '145631.415000', '145631.875000', '145632.335000', '145632.795000', '145633.255000', '145633.715000', '145634.175000', '145634.635000', '145635.095000', '145635.555000', '145636.015000', '145636.475000', '145636.935000', '145637.395000', '145637.855000', '145638.315000', '145638.775000', '145639.235000', '145639.695000', '145640.155000', '145640.615000', '145641.075000', '145641.535000', '145641.995000', '145642.455000', '145642.915000', '145643.375000', '145643.835000', '145644.295000', '145644.755000', '145645.215000', '145645.675000', '145646.135000', '145646.595000', '145647.055000', '145647.515000', '145647.975000', '145648.435000', '145648.895000', '145649.355000', '145649.815000', '145650.275000', '145650.735000', '145651.195000', '145651.655000', '145652.115000', '145652.575000', '145653.035000', '145653.495000', '145653.955000', '145654.415000', '145654.875000', '145655.335000', '145655.795000', '145656.255000', '145656.715000', '145657.175000', '145657.635000', '145658.095000', '145658.555000', '145659.015000', '145659.475000', '145659.935000', '145700.395000', '145700.855000', '145701.315000', '145701.775000', '145702.235000', '145702.695000', '145703.155000', '145703.615000', '145704.075000', '145704.535000', '145704.995000', '145705.455000', '145705.915000', '145706.375000', '145706.835000', '145707.295000', '145707.755000', '145708.215000', '145708.675000', '145709.135000', '145709.595000', '145710.055000', '145710.515000', '145710.975000', '145711.435000', '145711.895000', '145712.355000', '145712.815000', '145713.275000', '145713.735000', '145714.195000', '145714.655000', '145715.115000', '145715.575000', '145716.035000', '145716.495000', '145716.955000', '145717.415000', '145717.875000', '145718.335000', '145718.795000', '145719.255000', '145719.715000', '145720.175000', '145720.635000', '145721.095000', '145721.555000', '145722.015000', '145722.475000', '145722.935000', '145723.395000', '145723.855000', '145724.315000', '145724.775000', '145725.235000', '145725.695000', '145726.155000', '145726.615000', '145727.075000', '145727.535000', '145727.995000', '145728.455000', '145728.915000', '145729.375000', '145729.835000', '145730.295000', '145730.755000', '145731.215000', '145731.675000', '145732.135000', '145732.595000', '145733.055000', '145733.515000', '145733.975000', '145734.435000', '145734.895000', '145735.355000', '145735.815000', '145736.275000', '145736.735000', '145737.195000', '145737.655000', '145738.115000', '145738.575000', '145739.035000', '145739.495000', '145739.955000', '145740.415000', '145740.875000', '145741.335000', '145741.795000', '145742.255000', '145742.715000', '145743.175000', '145743.635000', '145744.095000', '145744.555000', '145745.015000', '145745.475000', '145745.935000', '145746.395000', '145746.855000', '145747.315000', '145747.775000', '145748.235000', '145748.695000', '145749.155000', '145749.615000', '145750.075000', '145750.535000', '145750.995000', '145751.455000', '145751.915000', '145752.375000', '145752.835000', '145753.295000', '145753.755000', '145754.215000', '145754.675000', '145755.135000', '145755.595000', '145756.055000', '145756.515000', '145756.975000', '145757.435000', '145757.895000', '145758.355000', '145758.815000', '145759.275000', '145759.735000', '145800.195000', '145800.655000', '145801.115000', '145801.575000', '145802.035000', '145802.495000', '145802.955000', '145803.415000', '145803.875000', '145804.335000', '145804.795000', '145805.255000', '145805.715000', '145806.175000', '145806.635000', '145807.095000', '145807.555000', '145808.015000', '145808.475000', '145808.935000', '145809.395000', '145809.855000', '145810.315000', '145810.775000', '145811.235000', '145811.695000', '145812.155000', '145812.615000', '145813.075000', '145813.535000', '145813.995000', '145814.455000', '145814.915000', '145815.375000', '145815.835000', '145816.295000', '145816.755000', '145817.215000', '145817.675000', '145818.135000', '145818.595000', '145819.055000', '145819.515000', '145819.975000', '145820.435000', '145820.895000', '145821.355000', '145821.815000', '145822.275000', '145822.735000', '145823.195000', '145823.655000', '145824.115000', '145824.575000', '145825.035000', '145825.495000', '145825.955000', '145826.415000', '145826.875000', '145827.335000', '145827.795000', '145828.255000', '145828.715000', '145829.175000', '145829.635000', '145830.095000', '145830.555000', '145831.015000', '145831.475000', '145831.935000', '145832.395000', '145832.855000', '145833.315000', '145833.775000', '145834.235000', '145834.695000', '145835.155000', '145835.615000', '145836.075000', '145836.535000', '145836.995000', '145837.455000', '145837.915000', '145838.375000', '145838.835000', '145839.295000', '145839.755000', '145840.215000', '145840.675000', '145841.135000', '145841.595000', '145842.055000', '145842.515000', '145842.975000', '145843.435000', '145843.895000', '145844.355000', '145844.815000', '145845.275000', '145845.735000', '145846.195000', '145846.655000', '145847.115000', '145847.575000', '145848.035000', '145848.495000', '145848.955000', '145849.415000', '145849.875000', '145850.335000', '145850.795000', '145851.255000', '145851.715000', '145852.175000', '145852.635000', '145853.095000', '145853.555000', '145854.015000', '145854.475000', '145854.935000', '145855.395000', '145855.855000', '145856.315000', '145856.775000', '145857.235000', '145857.695000', '145858.155000', '145858.615000', '145859.075000', '145859.535000', '145859.995000', '145900.455000', '145900.915000', '145901.375000', '145901.835000', '145902.295000', '145902.755000', '145903.215000', '145903.675000', '145904.135000', '145904.595000', '145905.055000', '145905.515000', '145905.975000', '145906.435000', '145906.895000', '145907.355000', '145907.815000', '145908.275000', '145908.735000', '145909.195000', '145909.655000', '145910.115000', '145910.575000', '145911.035000', '145911.495000', '145911.955000', '145912.415000', '145912.875000', '145913.335000', '145913.795000', '145914.255000', '145914.715000', '145915.175000', '145915.635000', '145916.095000', '145916.555000', '145917.015000', '145917.475000', '145917.935000', '145918.395000', '145918.855000', '145919.315000', '145919.775000', '145920.235000', '145920.695000', '145921.155000', '145921.615000', '145922.075000', '145922.535000', '145922.995000', '145923.455000', '145923.915000', '145924.375000', '145924.835000', '145925.295000', '145925.755000', '145926.215000', '145926.675000', '145927.135000', '145927.595000', '145928.055000', '145928.515000', '145928.975000', '145929.435000', '145929.895000', '145930.355000', '145930.815000', '145931.275000', '145931.735000', '145932.195000', '145932.655000', '145933.115000', '145933.575000', '145934.035000', '145934.495000', '145934.955000', '145935.415000', '145935.875000', '145936.335000', '145936.795000', '145937.255000', '145937.715000', '145938.175000', '145938.635000', '145939.095000', '145939.555000', '145940.015000', '145940.475000', '145940.935000', '145941.395000', '145941.855000', '145942.315000', '145942.775000', '145943.235000', '145943.695000', '145944.155000', '145944.615000', '145945.075000', '145945.535000', '145945.995000', '145946.455000', '145946.915000', '145947.375000', '145947.835000', '145948.295000', '145948.755000', '145949.215000', '145949.675000', '145950.135000', '145950.595000', '145951.055000', '145951.515000'], 'ContentTime': ['145205.443000', '145205.446000', '145205.449000', '145205.452000', '145205.454000', '145205.457000', '145205.459000', '145205.462000', '145205.464000', '145205.467000', '145205.469000', '145205.472000', '145205.475000', '145205.477000', '145205.480000', '145205.483000', '145205.493000', '145205.496000', '145205.498000', '145205.501000', '145205.503000', '145205.506000', '145205.509000', '145205.511000', '145205.514000', '145205.517000', '145205.519000', '145205.522000', '145205.524000', '145205.527000', '145205.529000', '145205.532000', '145205.535000', '145205.537000', '145205.540000', '145205.542000', '145205.545000', '145205.547000', '145205.550000', '145205.553000', '145205.555000', '145205.558000', '145205.560000', '145205.563000', '145205.565000', '145205.568000', '145205.571000', '145205.574000', '145205.576000', '145205.579000', '145205.581000', '145205.584000', '145205.587000', '145205.589000', '145205.592000', '145225.389000', '145225.391000', '145225.394000', '145225.397000', '145225.400000', '145225.402000', '145225.411000', '145225.414000', '145225.417000', '145225.419000', '145225.422000', '145225.424000', '145225.427000', '145225.429000', '145225.432000', '145225.435000', '145225.437000', '145225.440000', '145225.442000', '145225.445000', '145225.448000', '145225.450000', '145225.453000', '145225.455000', '145225.458000', '145225.461000', '145225.463000', '145225.466000', '145225.468000', '145225.471000', '145225.474000', '145225.476000', '145225.479000', '145225.481000', '145225.484000', '145225.486000', '145225.489000', '145225.492000', '145225.494000', '145225.497000', '145225.499000', '145225.502000', '145225.504000', '145225.507000', '145245.390000', '145245.392000', '145245.395000', '145245.397000', '145245.400000', '145245.403000', '145245.405000', '145245.408000', '145245.410000', '145245.413000', '145245.415000', '145245.418000', '145245.420000', '145245.423000', '145245.426000', '145245.428000', '145245.437000', '145245.440000', '145245.442000', '145245.445000', '145245.447000', '145245.450000', '145245.453000', '145245.455000', '145245.458000', '145245.460000', '145245.463000', '145245.466000', '145245.468000', '145245.471000', '145245.474000', '145245.476000', '145245.479000', '145245.481000', '145245.484000', '145245.486000', '145245.489000', '145245.492000', '145245.494000', '145245.497000', '145245.499000', '145245.502000', '145245.504000', '145305.389000', '145305.391000', '145305.394000', '145305.396000', '145305.399000', '145305.402000', '145305.404000', '145305.407000', '145305.410000', '145305.412000', '145305.415000', '145305.417000', '145305.420000', '145305.423000', '145305.425000', '145305.428000', '145305.430000', '145305.433000', '145305.435000', '145305.438000', '145305.441000', '145305.443000', '145305.446000', '145305.448000', '145305.451000', '145305.453000', '145305.456000', '145305.511000', '145305.514000', '145305.517000', '145305.519000', '145305.522000', '145305.525000', '145305.527000', '145305.530000', '145305.532000', '145305.535000', '145305.537000', '145305.540000', '145305.543000', '145305.545000', '145305.548000', '145305.550000', '145305.553000', '145325.388000', '145325.391000', '145325.394000', '145325.396000', '145325.399000', '145325.401000', '145325.404000', '145325.407000', '145325.409000', '145325.412000', '145325.414000', '145325.417000', '145325.420000', '145325.422000', '145325.425000', '145325.428000', '145325.430000', '145325.433000', '145325.435000', '145325.438000', '145325.440000', '145325.443000', '145325.453000', '145325.455000', '145325.458000', '145325.461000', '145325.463000', '145325.466000', '145325.468000', '145325.471000', '145325.474000', '145325.476000', '145325.479000', '145325.483000', '145325.486000', '145325.489000', '145325.492000', '145325.494000', '145325.497000', '145325.500000', '145325.503000', '145325.505000', '145325.508000', '145345.388000', '145345.391000', '145345.394000', '145345.396000', '145345.399000', '145345.401000', '145345.404000', '145345.407000', '145345.409000', '145345.412000', '145345.414000', '145345.417000', '145345.419000', '145345.422000', '145345.425000', '145345.432000', '145345.435000', '145345.437000', '145345.440000', '145345.442000', '145345.445000', '145345.448000', '145345.450000', '145345.453000', '145345.456000', '145345.458000', '145345.461000', '145345.463000', '145345.466000', '145345.469000', '145345.471000', '145345.474000', '145345.476000', '145345.479000', '145345.481000', '145345.484000', '145345.487000', '145345.489000', '145345.492000', '145345.494000', '145345.497000', '145345.500000', '145345.502000', '145345.505000', '145405.388000', '145405.391000', '145405.394000', '145405.396000', '145405.399000', '145405.402000', '145405.404000', '145405.407000', '145405.409000', '145405.412000', '145405.415000', '145405.417000', '145405.420000', '145405.422000', '145405.425000', '145405.427000', '145405.430000', '145405.433000', '145405.435000', '145405.438000', '145405.440000', '145405.443000', '145405.446000', '145405.448000', '145405.451000', '145405.453000', '145405.456000', '145405.459000', '145405.461000', '145405.464000', '145405.467000', '145405.469000', '145405.472000', '145405.474000', '145405.477000', '145405.480000', '145405.482000', '145405.485000', '145405.488000', '145405.490000', '145405.493000', '145405.495000', '145405.498000', '145425.389000', '145425.392000', '145425.394000', '145425.397000', '145425.399000', '145425.402000', '145425.405000', '145425.407000', '145425.410000', '145425.413000', '145425.415000', '145425.418000', '145425.420000', '145425.423000', '145425.426000', '145425.428000', '145425.431000', '145425.433000', '145425.436000', '145425.439000', '145425.441000', '145425.444000', '145425.446000', '145425.449000', '145425.452000', '145425.461000', '145425.464000', '145425.467000', '145425.469000', '145425.472000', '145425.474000', '145425.477000', '145425.480000', '145425.482000', '145425.485000', '145425.487000', '145425.490000', '145425.492000', '145425.495000', '145425.498000', '145425.500000', '145425.503000', '145425.505000', '145425.508000', '145445.388000', '145445.391000', '145445.394000', '145445.396000', '145445.399000', '145445.402000', '145445.404000', '145445.407000', '145445.427000', '145445.429000', '145445.432000', '145445.434000', '145445.437000', '145445.440000', '145445.442000', '145445.445000', '145445.447000', '145445.450000', '145445.452000', '145445.455000', '145445.458000', '145445.460000', '145445.463000', '145445.465000', '145445.468000', '145445.470000', '145445.473000', '145445.476000', '145445.478000', '145445.481000', '145445.483000', '145445.486000', '145445.489000', '145445.491000', '145445.494000', '145445.496000', '145445.499000', '145445.502000', '145445.504000', '145445.507000', '145445.509000', '145445.512000', '145445.514000', '145505.390000', '145505.392000', '145505.395000', '145505.397000', '145505.400000', '145505.403000', '145505.405000', '145505.408000', '145505.410000', '145505.413000', '145505.416000', '145505.418000', '145505.428000', '145505.431000', '145505.433000', '145505.436000', '145505.438000', '145505.441000', '145505.443000', '145505.446000', '145505.449000', '145505.451000', '145505.454000', '145505.456000', '145505.459000', '145505.462000', '145505.464000', '145505.467000', '145505.470000', '145505.472000', '145505.475000', '145505.477000', '145505.480000', '145505.483000', '145505.485000', '145505.488000', '145505.491000', '145505.493000', '145505.496000', '145505.498000', '145505.501000', '145505.504000', '145505.506000', '145505.509000', '145525.388000', '145525.391000', '145525.394000', '145525.396000', '145525.399000', '145525.402000', '145525.404000', '145525.407000', '145525.409000', '145525.412000', '145525.415000', '145525.417000', '145525.420000', '145525.422000', '145525.425000', '145525.427000', '145525.430000', '145525.433000', '145525.435000', '145525.438000', '145525.440000', '145525.443000', '145525.446000', '145525.448000', '145525.451000', '145525.453000', '145525.456000', '145525.458000', '145525.461000', '145525.463000', '145525.466000', '145525.469000', '145525.471000', '145525.474000', '145525.476000', '145525.479000', '145525.481000', '145525.484000', '145525.487000', '145525.489000', '145525.492000', '145525.494000', '145525.497000', '145545.389000', '145545.392000', '145545.394000', '145545.397000', '145545.399000', '145545.402000', '145545.405000', '145545.407000', '145545.410000', '145545.412000', '145545.415000', '145545.418000', '145545.420000', '145545.423000', '145545.426000', '145545.428000', '145545.431000', '145545.433000', '145545.436000', '145545.438000', '145545.441000', '145545.444000', '145545.446000', '145545.449000', '145545.452000', '145545.454000', '145545.457000', '145545.459000', '145545.462000', '145545.464000', '145545.467000', '145545.470000', '145545.472000', '145545.475000', '145545.488000', '145545.490000', '145545.493000', '145545.495000', '145545.498000', '145545.500000', '145545.503000', '145545.506000', '145545.508000', '145545.511000', '145605.389000', '145605.391000', '145605.394000', '145605.396000', '145605.399000', '145605.402000', '145605.404000', '145605.407000', '145605.409000', '145605.412000', '145605.415000', '145605.417000', '145605.420000', '145605.422000', '145605.425000', '145605.428000', '145605.430000', '145605.433000', '145605.436000', '145605.438000', '145605.441000', '145605.443000', '145605.446000', '145605.448000', '145605.451000', '145605.454000', '145605.456000', '145605.459000', '145605.461000', '145605.464000', '145605.466000', '145605.469000', '145605.472000', '145605.529000', '145605.532000', '145605.534000', '145605.537000', '145605.539000', '145605.542000', '145605.544000', '145605.547000', '145605.550000', '145605.552000', '145625.389000', '145625.391000', '145625.394000', '145625.397000', '145625.399000', '145625.402000', '145625.404000', '145625.407000', '145625.410000', '145625.412000', '145625.415000', '145625.417000', '145625.420000', '145625.423000', '145625.425000', '145625.428000', '145625.430000', '145625.433000', '145625.436000', '145625.438000', '145625.441000', '145625.443000', '145625.446000', '145625.448000', '145625.451000', '145625.454000', '145625.456000', '145625.459000', '145625.461000', '145625.464000', '145625.466000', '145625.469000', '145625.472000', '145625.474000', '145625.477000', '145625.479000', '145625.482000', '145625.485000', '145625.487000', '145625.490000', '145625.492000', '145625.495000', '145625.497000', '145625.500000', '145645.389000', '145645.392000', '145645.394000', '145645.397000', '145645.399000', '145645.402000', '145645.405000', '145645.407000', '145645.410000', '145645.412000', '145645.415000', '145645.417000', '145645.420000', '145645.423000', '145645.425000', '145645.428000', '145645.430000', '145645.433000', '145645.436000', '145645.438000', '145645.441000', '145645.443000', '145645.446000', '145645.449000', '145645.451000', '145645.454000', '145645.456000', '145645.459000', '145645.461000', '145645.464000', '145645.467000', '145645.469000', '145645.472000', '145645.475000', '145645.477000', '145645.480000', '145645.482000', '145645.485000', '145645.488000', '145645.490000', '145645.493000', '145645.495000', '145645.498000', '145705.389000', '145705.391000', '145705.394000', '145705.397000', '145705.399000', '145705.402000', '145705.405000', '145705.407000', '145705.410000', '145705.413000', '145705.415000', '145705.418000', '145705.421000', '145705.423000', '145705.426000', '145705.429000', '145705.431000', '145705.434000', '145705.437000', '145705.439000', '145705.442000', '145705.444000', '145705.447000', '145705.450000', '145705.452000', '145705.455000', '145705.457000', '145705.460000', '145705.463000', '145705.465000', '145705.468000', '145705.470000', '145705.473000', '145705.476000', '145705.478000', '145705.481000', '145705.483000', '145705.486000', '145705.489000', '145705.491000', '145705.494000', '145705.496000', '145705.499000', '145705.501000', '145725.389000', '145725.392000', '145725.395000', '145725.398000', '145725.400000', '145725.403000', '145725.405000', '145725.408000', '145725.411000', '145725.413000', '145725.416000', '145725.418000', '145725.421000', '145725.423000', '145725.428000', '145725.430000', '145725.433000', '145725.436000', '145725.438000', '145725.441000', '145725.443000', '145725.446000', '145725.449000', '145725.451000', '145725.454000', '145725.456000', '145725.459000', '145725.461000', '145725.464000', '145725.467000', '145725.469000', '145725.472000', '145725.475000', '145725.477000', '145725.480000', '145725.482000', '145725.485000', '145725.488000', '145725.490000', '145725.493000', '145725.495000', '145725.498000', '145725.501000', '145745.414000', '145745.417000', '145745.419000', '145745.422000', '145745.425000', '145745.427000', '145745.430000', '145745.432000', '145745.435000', '145745.438000', '145745.440000', '145745.443000', '145745.445000', '145745.448000', '145745.451000', '145745.453000', '145745.456000', '145745.458000', '145745.461000', '145745.463000', '145745.466000', '145745.469000', '145745.471000', '145745.474000', '145745.476000', '145745.479000', '145745.482000', '145745.484000', '145745.487000', '145745.489000', '145745.492000', '145745.495000', '145745.497000', '145745.500000', '145745.502000', '145745.505000', '145745.507000', '145745.510000', '145745.512000', '145745.515000', '145745.518000', '145745.520000', '145745.523000', '145805.389000', '145805.391000', '145805.394000', '145805.397000', '145805.399000', '145805.402000', '145805.404000', '145805.407000', '145805.410000', '145805.412000', '145805.415000', '145805.417000', '145805.420000', '145805.422000', '145805.425000', '145805.428000', '145805.430000', '145805.433000', '145805.435000', '145805.438000', '145805.440000', '145805.443000', '145805.445000', '145805.448000', '145805.451000', '145805.453000', '145805.456000', '145805.458000', '145805.461000', '145805.464000', '145805.466000', '145805.469000', '145805.471000', '145805.474000', '145805.476000', '145805.479000', '145805.482000', '145805.484000', '145805.487000', '145805.522000', '145805.525000', '145805.527000', '145805.530000', '145805.533000', '145825.388000', '145825.391000', '145825.394000', '145825.396000', '145825.399000', '145825.402000', '145825.405000', '145825.407000', '145825.410000', '145825.413000', '145825.415000', '145825.418000', '145825.420000', '145825.423000', '145825.426000', '145825.428000', '145825.431000', '145825.433000', '145825.436000', '145825.438000', '145825.441000', '145825.444000', '145825.446000', '145825.449000', '145825.451000', '145825.454000', '145825.457000', '145825.459000', '145825.462000', '145825.465000', '145825.467000', '145825.470000', '145825.472000', '145825.475000', '145825.477000', '145825.480000', '145825.483000', '145825.485000', '145825.488000', '145825.490000', '145825.493000', '145825.495000', '145825.498000', '145825.501000', '145845.389000', '145845.391000', '145845.394000', '145845.397000', '145845.399000', '145845.402000', '145845.404000', '145845.407000', '145845.409000', '145845.412000', '145845.415000', '145845.417000', '145845.420000', '145845.422000', '145845.425000', '145845.427000', '145845.430000', '145845.433000', '145845.435000', '145845.438000', '145845.441000', '145845.443000', '145845.446000', '145845.449000', '145845.451000', '145845.454000', '145845.456000', '145845.459000', '145845.462000', '145845.464000', '145845.467000', '145845.469000', '145845.472000', '145845.474000', '145845.477000', '145845.480000', '145845.482000', '145845.485000', '145845.487000', '145845.490000', '145845.493000', '145845.495000', '145845.498000', '145905.389000', '145905.391000', '145905.394000', '145905.396000', '145905.399000', '145905.402000', '145905.404000', '145905.407000', '145905.409000', '145905.412000', '145905.414000', '145905.445000', '145905.447000', '145905.450000', '145905.453000', '145905.455000', '145905.458000', '145905.460000', '145905.463000', '145905.466000', '145905.468000', '145905.471000', '145905.473000', '145905.476000', '145905.479000', '145905.481000', '145905.484000', '145905.486000', '145905.489000', '145905.492000', '145905.494000', '145905.497000', '145905.499000', '145905.502000', '145905.504000', '145905.507000', '145905.510000', '145905.512000', '145905.515000', '145905.517000', '145905.520000', '145905.522000', '145905.525000', '145905.528000', '145925.389000', '145925.391000', '145925.394000', '145925.397000', '145925.400000', '145925.402000', '145925.405000', '145925.407000', '145925.410000', '145925.413000', '145925.416000', '145925.418000', '145925.421000', '145925.423000', '145925.426000', '145925.429000', '145925.431000', '145925.434000', '145925.436000', '145925.439000', '145925.441000', '145925.444000', '145925.446000', '145925.449000', '145925.452000', '145925.454000', '145925.457000', '145925.460000', '145925.462000', '145925.465000', '145925.467000', '145925.470000', '145925.472000', '145925.475000', '145925.478000', '145925.480000', '145925.483000', '145925.486000', '145925.488000', '145925.491000', '145925.493000', '145925.496000', '145925.499000', '145945.389000', '145945.392000', '145945.395000', '145945.397000', '145945.400000', '145945.403000', '145945.406000', '145945.409000', '145945.411000', '145945.415000', '145945.417000', '145945.420000', '145945.423000', '145945.425000', '145945.428000', '145945.430000', '145945.433000', '145945.436000', '145945.439000', '145945.442000', '145945.445000', '145945.447000', '145945.450000', '145945.452000', '145945.455000', '145945.458000', '145945.460000', '145945.463000', '145945.465000', '145945.468000', '145945.471000', '145945.473000', '145945.476000', '145945.479000', '145945.481000', '145945.484000', '145945.487000', '145945.489000', '145945.492000', '145945.495000', '145945.497000', '145945.500000', '145945.503000', '145953.216000', '145953.219000', '145953.222000', '145953.225000', '145953.228000', '145953.231000', '145953.234000', '145953.236000', '145953.240000', '145953.242000', '145953.246000', '145953.248000', '145953.251000', '145953.254000', '145953.256000', '145953.259000', '145953.262000', '145953.265000'], 'InstanceCreationTime': ['145205.443000', '145205.446000', '145205.449000', '145205.452000', '145205.454000', '145205.457000', '145205.459000', '145205.462000', '145205.464000', '145205.467000', '145205.469000', '145205.472000', '145205.475000', '145205.477000', '145205.480000', '145205.483000', '145205.493000', '145205.496000', '145205.498000', '145205.501000', '145205.503000', '145205.506000', '145205.509000', '145205.511000', '145205.514000', '145205.517000', '145205.519000', '145205.522000', '145205.524000', '145205.527000', '145205.529000', '145205.532000', '145205.535000', '145205.537000', '145205.540000', '145205.542000', '145205.545000', '145205.547000', '145205.550000', '145205.553000', '145205.555000', '145205.558000', '145205.560000', '145205.563000', '145205.565000', '145205.568000', '145205.571000', '145205.574000', '145205.576000', '145205.579000', '145205.581000', '145205.584000', '145205.587000', '145205.589000', '145205.592000', '145225.389000', '145225.391000', '145225.394000', '145225.397000', '145225.400000', '145225.402000', '145225.411000', '145225.414000', '145225.417000', '145225.419000', '145225.422000', '145225.424000', '145225.427000', '145225.429000', '145225.432000', '145225.435000', '145225.437000', '145225.440000', '145225.442000', '145225.445000', '145225.448000', '145225.450000', '145225.453000', '145225.455000', '145225.458000', '145225.461000', '145225.463000', '145225.466000', '145225.468000', '145225.471000', '145225.474000', '145225.476000', '145225.479000', '145225.481000', '145225.484000', '145225.486000', '145225.489000', '145225.492000', '145225.494000', '145225.497000', '145225.499000', '145225.502000', '145225.504000', '145225.507000', '145245.390000', '145245.392000', '145245.395000', '145245.397000', '145245.400000', '145245.403000', '145245.405000', '145245.408000', '145245.410000', '145245.413000', '145245.415000', '145245.418000', '145245.420000', '145245.423000', '145245.426000', '145245.428000', '145245.437000', '145245.440000', '145245.442000', '145245.445000', '145245.447000', '145245.450000', '145245.453000', '145245.455000', '145245.458000', '145245.460000', '145245.463000', '145245.466000', '145245.468000', '145245.471000', '145245.474000', '145245.476000', '145245.479000', '145245.481000', '145245.484000', '145245.486000', '145245.489000', '145245.492000', '145245.494000', '145245.497000', '145245.499000', '145245.502000', '145245.504000', '145305.389000', '145305.391000', '145305.394000', '145305.396000', '145305.399000', '145305.402000', '145305.404000', '145305.407000', '145305.410000', '145305.412000', '145305.415000', '145305.417000', '145305.420000', '145305.423000', '145305.425000', '145305.428000', '145305.430000', '145305.433000', '145305.435000', '145305.438000', '145305.441000', '145305.443000', '145305.446000', '145305.448000', '145305.451000', '145305.453000', '145305.456000', '145305.511000', '145305.514000', '145305.517000', '145305.519000', '145305.522000', '145305.525000', '145305.527000', '145305.530000', '145305.532000', '145305.535000', '145305.537000', '145305.540000', '145305.543000', '145305.545000', '145305.548000', '145305.550000', '145305.553000', '145325.388000', '145325.391000', '145325.394000', '145325.396000', '145325.399000', '145325.401000', '145325.404000', '145325.407000', '145325.409000', '145325.412000', '145325.414000', '145325.417000', '145325.420000', '145325.422000', '145325.425000', '145325.428000', '145325.430000', '145325.433000', '145325.435000', '145325.438000', '145325.440000', '145325.443000', '145325.453000', '145325.455000', '145325.458000', '145325.461000', '145325.463000', '145325.466000', '145325.468000', '145325.471000', '145325.474000', '145325.476000', '145325.479000', '145325.483000', '145325.486000', '145325.489000', '145325.492000', '145325.494000', '145325.497000', '145325.500000', '145325.503000', '145325.505000', '145325.508000', '145345.388000', '145345.391000', '145345.394000', '145345.396000', '145345.399000', '145345.401000', '145345.404000', '145345.407000', '145345.409000', '145345.412000', '145345.414000', '145345.417000', '145345.419000', '145345.422000', '145345.425000', '145345.432000', '145345.435000', '145345.437000', '145345.440000', '145345.442000', '145345.445000', '145345.448000', '145345.450000', '145345.453000', '145345.456000', '145345.458000', '145345.461000', '145345.463000', '145345.466000', '145345.469000', '145345.471000', '145345.474000', '145345.476000', '145345.479000', '145345.481000', '145345.484000', '145345.487000', '145345.489000', '145345.492000', '145345.494000', '145345.497000', '145345.500000', '145345.502000', '145345.505000', '145405.388000', '145405.391000', '145405.394000', '145405.396000', '145405.399000', '145405.402000', '145405.404000', '145405.407000', '145405.409000', '145405.412000', '145405.415000', '145405.417000', '145405.420000', '145405.422000', '145405.425000', '145405.427000', '145405.430000', '145405.433000', '145405.435000', '145405.438000', '145405.440000', '145405.443000', '145405.446000', '145405.448000', '145405.451000', '145405.453000', '145405.456000', '145405.459000', '145405.461000', '145405.464000', '145405.467000', '145405.469000', '145405.472000', '145405.474000', '145405.477000', '145405.480000', '145405.482000', '145405.485000', '145405.488000', '145405.490000', '145405.493000', '145405.495000', '145405.498000', '145425.389000', '145425.392000', '145425.394000', '145425.397000', '145425.399000', '145425.402000', '145425.405000', '145425.407000', '145425.410000', '145425.413000', '145425.415000', '145425.418000', '145425.420000', '145425.423000', '145425.426000', '145425.428000', '145425.431000', '145425.433000', '145425.436000', '145425.439000', '145425.441000', '145425.444000', '145425.446000', '145425.449000', '145425.452000', '145425.461000', '145425.464000', '145425.467000', '145425.469000', '145425.472000', '145425.474000', '145425.477000', '145425.480000', '145425.482000', '145425.485000', '145425.487000', '145425.490000', '145425.492000', '145425.495000', '145425.498000', '145425.500000', '145425.503000', '145425.505000', '145425.508000', '145445.388000', '145445.391000', '145445.394000', '145445.396000', '145445.399000', '145445.402000', '145445.404000', '145445.407000', '145445.427000', '145445.429000', '145445.432000', '145445.434000', '145445.437000', '145445.440000', '145445.442000', '145445.445000', '145445.447000', '145445.450000', '145445.452000', '145445.455000', '145445.458000', '145445.460000', '145445.463000', '145445.465000', '145445.468000', '145445.470000', '145445.473000', '145445.476000', '145445.478000', '145445.481000', '145445.483000', '145445.486000', '145445.489000', '145445.491000', '145445.494000', '145445.496000', '145445.499000', '145445.502000', '145445.504000', '145445.507000', '145445.509000', '145445.512000', '145445.514000', '145505.390000', '145505.392000', '145505.395000', '145505.397000', '145505.400000', '145505.403000', '145505.405000', '145505.408000', '145505.410000', '145505.413000', '145505.416000', '145505.418000', '145505.428000', '145505.431000', '145505.433000', '145505.436000', '145505.438000', '145505.441000', '145505.443000', '145505.446000', '145505.449000', '145505.451000', '145505.454000', '145505.456000', '145505.459000', '145505.462000', '145505.464000', '145505.467000', '145505.470000', '145505.472000', '145505.475000', '145505.477000', '145505.480000', '145505.483000', '145505.485000', '145505.488000', '145505.491000', '145505.493000', '145505.496000', '145505.498000', '145505.501000', '145505.504000', '145505.506000', '145505.509000', '145525.388000', '145525.391000', '145525.394000', '145525.396000', '145525.399000', '145525.402000', '145525.404000', '145525.407000', '145525.409000', '145525.412000', '145525.415000', '145525.417000', '145525.420000', '145525.422000', '145525.425000', '145525.427000', '145525.430000', '145525.433000', '145525.435000', '145525.438000', '145525.440000', '145525.443000', '145525.446000', '145525.448000', '145525.451000', '145525.453000', '145525.456000', '145525.458000', '145525.461000', '145525.463000', '145525.466000', '145525.469000', '145525.471000', '145525.474000', '145525.476000', '145525.479000', '145525.481000', '145525.484000', '145525.487000', '145525.489000', '145525.492000', '145525.494000', '145525.497000', '145545.389000', '145545.392000', '145545.394000', '145545.397000', '145545.399000', '145545.402000', '145545.405000', '145545.407000', '145545.410000', '145545.412000', '145545.415000', '145545.418000', '145545.420000', '145545.423000', '145545.426000', '145545.428000', '145545.431000', '145545.433000', '145545.436000', '145545.438000', '145545.441000', '145545.444000', '145545.446000', '145545.449000', '145545.452000', '145545.454000', '145545.457000', '145545.459000', '145545.462000', '145545.464000', '145545.467000', '145545.470000', '145545.472000', '145545.475000', '145545.488000', '145545.490000', '145545.493000', '145545.495000', '145545.498000', '145545.500000', '145545.503000', '145545.506000', '145545.508000', '145545.511000', '145605.389000', '145605.391000', '145605.394000', '145605.396000', '145605.399000', '145605.402000', '145605.404000', '145605.407000', '145605.409000', '145605.412000', '145605.415000', '145605.417000', '145605.420000', '145605.422000', '145605.425000', '145605.428000', '145605.430000', '145605.433000', '145605.436000', '145605.438000', '145605.441000', '145605.443000', '145605.446000', '145605.448000', '145605.451000', '145605.454000', '145605.456000', '145605.459000', '145605.461000', '145605.464000', '145605.466000', '145605.469000', '145605.472000', '145605.529000', '145605.532000', '145605.534000', '145605.537000', '145605.539000', '145605.542000', '145605.544000', '145605.547000', '145605.550000', '145605.552000', '145625.389000', '145625.391000', '145625.394000', '145625.397000', '145625.399000', '145625.402000', '145625.404000', '145625.407000', '145625.410000', '145625.412000', '145625.415000', '145625.417000', '145625.420000', '145625.423000', '145625.425000', '145625.428000', '145625.430000', '145625.433000', '145625.436000', '145625.438000', '145625.441000', '145625.443000', '145625.446000', '145625.448000', '145625.451000', '145625.454000', '145625.456000', '145625.459000', '145625.461000', '145625.464000', '145625.466000', '145625.469000', '145625.472000', '145625.474000', '145625.477000', '145625.479000', '145625.482000', '145625.485000', '145625.487000', '145625.490000', '145625.492000', '145625.495000', '145625.497000', '145625.500000', '145645.389000', '145645.392000', '145645.394000', '145645.397000', '145645.399000', '145645.402000', '145645.405000', '145645.407000', '145645.410000', '145645.412000', '145645.415000', '145645.417000', '145645.420000', '145645.423000', '145645.425000', '145645.428000', '145645.430000', '145645.433000', '145645.436000', '145645.438000', '145645.441000', '145645.443000', '145645.446000', '145645.449000', '145645.451000', '145645.454000', '145645.456000', '145645.459000', '145645.461000', '145645.464000', '145645.467000', '145645.469000', '145645.472000', '145645.475000', '145645.477000', '145645.480000', '145645.482000', '145645.485000', '145645.488000', '145645.490000', '145645.493000', '145645.495000', '145645.498000', '145705.389000', '145705.391000', '145705.394000', '145705.397000', '145705.399000', '145705.402000', '145705.405000', '145705.407000', '145705.410000', '145705.413000', '145705.415000', '145705.418000', '145705.421000', '145705.423000', '145705.426000', '145705.429000', '145705.431000', '145705.434000', '145705.437000', '145705.439000', '145705.442000', '145705.444000', '145705.447000', '145705.450000', '145705.452000', '145705.455000', '145705.457000', '145705.460000', '145705.463000', '145705.465000', '145705.468000', '145705.470000', '145705.473000', '145705.476000', '145705.478000', '145705.481000', '145705.483000', '145705.486000', '145705.489000', '145705.491000', '145705.494000', '145705.496000', '145705.499000', '145705.501000', '145725.389000', '145725.392000', '145725.395000', '145725.398000', '145725.400000', '145725.403000', '145725.405000', '145725.408000', '145725.411000', '145725.413000', '145725.416000', '145725.418000', '145725.421000', '145725.423000', '145725.428000', '145725.430000', '145725.433000', '145725.436000', '145725.438000', '145725.441000', '145725.443000', '145725.446000', '145725.449000', '145725.451000', '145725.454000', '145725.456000', '145725.459000', '145725.461000', '145725.464000', '145725.467000', '145725.469000', '145725.472000', '145725.475000', '145725.477000', '145725.480000', '145725.482000', '145725.485000', '145725.488000', '145725.490000', '145725.493000', '145725.495000', '145725.498000', '145725.501000', '145745.414000', '145745.417000', '145745.419000', '145745.422000', '145745.425000', '145745.427000', '145745.430000', '145745.432000', '145745.435000', '145745.438000', '145745.440000', '145745.443000', '145745.445000', '145745.448000', '145745.451000', '145745.453000', '145745.456000', '145745.458000', '145745.461000', '145745.463000', '145745.466000', '145745.469000', '145745.471000', '145745.474000', '145745.476000', '145745.479000', '145745.482000', '145745.484000', '145745.487000', '145745.489000', '145745.492000', '145745.495000', '145745.497000', '145745.500000', '145745.502000', '145745.505000', '145745.507000', '145745.510000', '145745.512000', '145745.515000', '145745.518000', '145745.520000', '145745.523000', '145805.389000', '145805.391000', '145805.394000', '145805.397000', '145805.399000', '145805.402000', '145805.404000', '145805.407000', '145805.410000', '145805.412000', '145805.415000', '145805.417000', '145805.420000', '145805.422000', '145805.425000', '145805.428000', '145805.430000', '145805.433000', '145805.435000', '145805.438000', '145805.440000', '145805.443000', '145805.445000', '145805.448000', '145805.451000', '145805.453000', '145805.456000', '145805.458000', '145805.461000', '145805.464000', '145805.466000', '145805.469000', '145805.471000', '145805.474000', '145805.476000', '145805.479000', '145805.482000', '145805.484000', '145805.487000', '145805.522000', '145805.525000', '145805.527000', '145805.530000', '145805.533000', '145825.388000', '145825.391000', '145825.394000', '145825.396000', '145825.399000', '145825.402000', '145825.405000', '145825.407000', '145825.410000', '145825.413000', '145825.415000', '145825.418000', '145825.420000', '145825.423000', '145825.426000', '145825.428000', '145825.431000', '145825.433000', '145825.436000', '145825.438000', '145825.441000', '145825.444000', '145825.446000', '145825.449000', '145825.451000', '145825.454000', '145825.457000', '145825.459000', '145825.462000', '145825.465000', '145825.467000', '145825.470000', '145825.472000', '145825.475000', '145825.477000', '145825.480000', '145825.483000', '145825.485000', '145825.488000', '145825.490000', '145825.493000', '145825.495000', '145825.498000', '145825.501000', '145845.389000', '145845.391000', '145845.394000', '145845.397000', '145845.399000', '145845.402000', '145845.404000', '145845.407000', '145845.409000', '145845.412000', '145845.415000', '145845.417000', '145845.420000', '145845.422000', '145845.425000', '145845.427000', '145845.430000', '145845.433000', '145845.435000', '145845.438000', '145845.441000', '145845.443000', '145845.446000', '145845.449000', '145845.451000', '145845.454000', '145845.456000', '145845.459000', '145845.462000', '145845.464000', '145845.467000', '145845.469000', '145845.472000', '145845.474000', '145845.477000', '145845.480000', '145845.482000', '145845.485000', '145845.487000', '145845.490000', '145845.493000', '145845.495000', '145845.498000', '145905.389000', '145905.391000', '145905.394000', '145905.396000', '145905.399000', '145905.402000', '145905.404000', '145905.407000', '145905.409000', '145905.412000', '145905.414000', '145905.445000', '145905.447000', '145905.450000', '145905.453000', '145905.455000', '145905.458000', '145905.460000', '145905.463000', '145905.466000', '145905.468000', '145905.471000', '145905.473000', '145905.476000', '145905.479000', '145905.481000', '145905.484000', '145905.486000', '145905.489000', '145905.492000', '145905.494000', '145905.497000', '145905.499000', '145905.502000', '145905.504000', '145905.507000', '145905.510000', '145905.512000', '145905.515000', '145905.517000', '145905.520000', '145905.522000', '145905.525000', '145905.528000', '145925.389000', '145925.391000', '145925.394000', '145925.397000', '145925.400000', '145925.402000', '145925.405000', '145925.407000', '145925.410000', '145925.413000', '145925.416000', '145925.418000', '145925.421000', '145925.423000', '145925.426000', '145925.429000', '145925.431000', '145925.434000', '145925.436000', '145925.439000', '145925.441000', '145925.444000', '145925.446000', '145925.449000', '145925.452000', '145925.454000', '145925.457000', '145925.460000', '145925.462000', '145925.465000', '145925.467000', '145925.470000', '145925.472000', '145925.475000', '145925.478000', '145925.480000', '145925.483000', '145925.486000', '145925.488000', '145925.491000', '145925.493000', '145925.496000', '145925.499000', '145945.389000', '145945.392000', '145945.395000', '145945.397000', '145945.400000', '145945.403000', '145945.406000', '145945.409000', '145945.411000', '145945.415000', '145945.417000', '145945.420000', '145945.423000', '145945.425000', '145945.428000', '145945.430000', '145945.433000', '145945.436000', '145945.439000', '145945.442000', '145945.445000', '145945.447000', '145945.450000', '145945.452000', '145945.455000', '145945.458000', '145945.460000', '145945.463000', '145945.465000', '145945.468000', '145945.471000', '145945.473000', '145945.476000', '145945.479000', '145945.481000', '145945.484000', '145945.487000', '145945.489000', '145945.492000', '145945.495000', '145945.497000', '145945.500000', '145945.503000', '145953.216000', '145953.219000', '145953.222000', '145953.225000', '145953.228000', '145953.231000', '145953.234000', '145953.236000', '145953.240000', '145953.242000', '145953.246000', '145953.248000', '145953.251000', '145953.254000', '145953.256000', '145953.259000', '145953.262000', '145953.265000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073], 'LargestImagePixelValue': [11726, 15696, 11749, 15712, 10788, 14447, 9331, 14222, 9162, 14737, 8842, 13665, 8428, 13456, 9219, 13199, 8433, 12848, 8472, 12230, 10708, 12526, 8403, 13139, 8418, 12334, 11273, 12426, 8490, 12712, 8989, 12420, 11783, 12483, 9876, 12715, 11164, 11987, 14112, 11978, 12400, 11681, 14331, 11503, 15137, 11555, 14800, 11095, 13104, 10713, 13413, 10573, 13506, 9941, 12182, 10068, 13635, 10468, 15013, 9206, 14546, 11776, 14759, 15356, 12785, 17211, 11539, 15053, 11458, 14324, 10001, 13219, 8440, 13480, 9668, 13437, 8780, 13362, 9241, 12745, 12675, 11437, 11627, 11335, 13872, 10912, 13740, 11664, 13320, 10430, 13612, 10890, 15104, 11405, 14322, 10799, 13507, 10777, 14137, 9826, 13016, 9288, 14022, 9954, 13642, 9514, 12969, 9628, 13726, 9987, 13319, 9159, 13699, 8897, 14139, 9553, 13817, 9946, 13882, 13580, 13265, 14703, 12177, 13859, 11172, 12463, 10584, 12081, 10761, 12104, 10248, 12216, 10184, 12949, 10453, 13220, 10472, 12763, 10329, 13788, 11358, 14801, 11391, 13697, 12187, 14043, 12310, 14112, 11880, 13483, 12235, 14253, 12234, 14286, 12118, 13582, 12423, 14695, 12206, 15175, 12190, 16469, 17277, 15333, 11331, 12835, 11182, 13022, 12112, 10737, 12265, 9234, 12469, 12105, 14041, 10675, 14519, 11046, 14340, 14018, 14775, 11901, 14396, 11184, 13858, 13453, 13857, 12177, 13618, 12306, 12804, 13464, 13086, 9969, 12990, 10680, 12897, 13599, 13607, 11148, 13514, 12220, 13287, 14468, 13943, 12038, 13892, 12465, 13219, 14715, 13191, 12499, 13321, 13536, 13019, 15229, 13403, 10064, 13244, 8980, 12424, 9227, 14099, 9554, 14375, 11997, 15306, 11846, 8495, 13026, 10693, 16541, 13660, 15748, 13150, 14757, 12578, 15033, 11847, 14244, 10378, 13941, 10524, 14770, 12141, 13782, 11094, 13294, 10781, 13834, 11793, 13224, 11260, 12879, 11479, 13728, 11959, 13559, 11107, 13028, 10359, 14431, 11279, 14157, 9927, 13881, 10186, 15130, 10298, 14603, 9732, 14678, 10389, 15647, 10129, 15189, 10492, 15292, 13028, 15105, 13112, 14526, 14907, 13576, 16888, 13722, 14180, 12200, 14464, 11952, 14309, 12512, 15300, 12819, 14718, 11958, 13984, 10236, 15195, 10273, 14270, 9452, 14331, 12122, 13826, 14368, 13514, 14569, 12560, 14518, 12599, 14558, 12907, 14120, 11877, 13058, 11715, 14071, 12008, 14935, 11489, 13668, 10083, 13687, 9868, 15238, 10061, 14034, 9085, 13769, 8861, 13606, 10376, 13871, 8951, 13354, 10418, 12958, 13619, 13539, 11774, 13585, 12634, 12590, 16201, 12801, 14799, 12520, 14541, 12189, 13964, 12199, 14351, 11425, 13769, 9702, 14065, 9435, 14975, 9642, 14233, 8878, 11976, 10809, 12300, 12772, 11988, 9390, 12140, 9085, 11931, 9259, 13139, 9143, 12570, 9418, 12456, 14702, 12103, 14922, 11509, 14961, 11469, 14176, 10800, 14771, 9192, 12633, 9356, 12626, 10409, 12379, 12444, 11865, 13686, 11282, 13062, 11276, 13233, 11435, 12431, 10446, 12165, 9269, 12089, 9249, 12712, 9206, 12256, 9837, 11418, 14216, 11443, 13796, 11125, 12834, 11489, 12992, 10891, 13423, 10340, 13045, 8991, 13029, 9185, 13105, 9581, 12553, 10338, 12120, 13843, 11494, 14536, 11845, 13385, 11392, 12734, 10598, 12995, 9608, 13205, 8793, 12943, 9060, 12542, 9075, 13294, 9164, 12719, 9089, 12623, 10716, 12048, 10716, 12245, 12899, 11588, 13843, 11654, 14029, 11472, 13776, 11243, 13096, 10307, 14177, 10002, 13275, 9002, 12810, 9043, 12885, 9362, 12744, 8865, 12724, 9853, 12130, 14498, 11737, 13404, 11575, 12606, 9648, 13192, 9238, 13294, 9167, 12902, 13194, 11673, 14749, 11786, 13475, 11383, 12491, 10791, 12741, 9722, 13390, 8634, 12712, 9055, 12605, 13310, 11813, 14514, 11671, 13023, 11617, 12709, 10251, 13141, 9180, 12791, 9178, 12935, 8923, 12829, 9391, 12880, 9522, 12610, 10672, 12312, 11949, 11924, 9008, 12199, 10596, 12865, 11803, 13579, 10016, 14444, 13334, 13439, 17012, 13342, 15508, 12329, 14675, 12067, 14850, 10565, 15169, 9463, 12952, 8744, 13176, 8799, 14095, 8887, 13155, 8860, 12424, 12723, 12314, 11847, 11382, 12933, 11016, 14233, 11448, 13584, 11449, 12919, 10804, 12865, 9645, 13457, 10162, 13898, 9607, 13448, 8787, 13317, 9153, 14000, 9258, 13773, 9024, 12665, 9674, 13284, 12157, 12761, 12052, 9439, 12819, 9573, 14729, 12050, 15080, 11992, 15209, 11828, 14696, 17743, 13465, 16433, 13363, 15145, 10650, 14094, 9411, 14468, 9932, 14343, 11293, 13112, 11218, 12882, 11623, 14351, 11873, 13696, 9970, 13719, 10060, 14890, 10136, 14435, 9529, 14169, 14725, 13961, 16532, 13626, 14952, 12844, 13448, 12807, 13981, 11935, 13586, 11792, 13466, 12606, 9187, 14090, 9080, 13604, 9550, 14500, 10464, 15262, 10094, 14508, 10424, 15027, 11666, 15756, 12873, 14439, 12503, 14902, 12973, 16047, 13083, 15125, 12067, 12640, 11953, 12232, 13874, 9486, 14318, 9169, 13690, 15926, 13507, 15431, 12821, 15407, 12418, 15319, 13080, 15469, 12529, 10875, 11363, 9481, 12963, 9173, 13430, 9271, 13336, 8824, 12665, 8714, 14157, 11572, 16079, 12763, 8895, 12154, 10936, 9056, 12595, 10336, 14558, 9928, 14834, 10685, 15042, 11559, 15556, 12318, 15939, 12583, 13709, 11267, 13588, 9849, 14458, 10048, 13819, 10369, 13387, 12046, 11095, 12009, 9170, 13765, 9676, 13161, 10938, 13601, 9862, 14103, 10195, 14053, 9684, 13519, 9400, 13723, 9511, 14466, 9939, 13938, 10046, 12979, 9573, 13723, 9767, 14812, 9062, 13898, 11300, 13614, 15292, 13224, 13943, 13069, 14833, 12790, 14557, 12940, 14805, 13195, 15101, 12458, 14571, 12018, 14820, 13222, 14619, 12556, 14248, 10427, 13773, 10512, 14708, 10812, 14194, 10754, 13545, 9639, 14683, 9099, 14097, 12561, 12933, 15961, 13304, 15468, 12582, 14234, 12233, 14558, 11122, 14751, 10093, 13775, 9181, 13445, 11433, 14146, 10835, 13899, 10566, 13340, 13024, 13710, 12164, 13376, 15079, 13201, 15923, 13234, 15230, 11290, 14992, 9686, 13938, 13404, 12907, 15767, 13389, 14416, 10523, 13917, 9305, 12860, 8863, 12890, 15185, 12768, 14953, 12376, 13764, 12209, 13846, 12138, 13125, 11863, 16021, 13184, 15145, 12417, 13180, 9877, 14187, 9778, 14163, 8869, 13687, 10812, 13223, 11584, 14104, 9109, 13191, 8974, 14015, 11976, 15779, 13029, 13491, 14469, 8900, 13241, 8746, 15630, 13630, 13962, 17892, 16688, 13965, 13332, 8898, 8854, 10956, 9104, 13707, 10499, 14889, 11453, 15404, 11067, 15728, 11526, 16933, 11534, 16258, 12096, 16625, 10972, 15602, 12294, 11569, 11383, 8746, 12846, 11148, 9006, 14282, 11678, 9371, 14173, 11697, 15131, 12872, 11986, 12799, 9021, 12570, 9286, 13160, 11554, 14544, 12217, 13335, 11377, 8883, 11757, 9794, 12897, 11320, 14462, 10951, 13837, 10810, 13762, 11930, 13696, 11966, 12778, 11513, 14054, 11496, 14311, 11457, 13340, 11880, 14673, 11475, 14852, 11511, 13586, 12015, 15434, 11976, 14586, 12038, 14186, 13094, 14951, 12644, 14451, 12550, 14725, 13153, 15046, 12624, 14297, 12333, 14198, 11480, 15354, 11279, 14638, 9975, 14442, 10495, 14846, 10070, 14313, 11143, 13744, 14390, 13198, 13000, 12907, 14486, 12474, 14996, 12373, 11099, 12512, 12360, 11899, 13786, 12153, 13769, 12626, 15946, 12550, 14824, 13159, 15358, 13123, 14896, 12895, 14876, 10940, 14870, 10168, 14420, 9697, 14075, 9638, 14540, 9184, 13584, 9376, 13377, 9253, 13706, 9271, 13361, 9260, 13517, 10201, 14375, 11349, 14151, 11508, 14222, 14654, 13088, 16515, 13255, 16626, 12584, 14640, 12707, 14482, 13082, 14629, 12640, 14107, 12452, 14222, 12595, 14791, 12851, 15149, 12008, 13692, 11757, 13585, 12160, 14904, 12597, 14153, 12082, 13593, 12085, 14284, 12094, 14465, 11960, 13912, 11612, 14445, 11687, 15751, 12289, 15458, 12233, 14815, 11590, 15025, 11658, 11885, 13201, 8915, 12627, 9021, 11864, 10397], 'WindowCenter': [4933.0, 4945.0, 4892.0, 4917.0, 4866.0, 4893.0, 4833.0, 4881.0, 4831.0, 4880.0, 4821.0, 4869.0, 4810.0, 4869.0, 4820.0, 4869.0, 4810.0, 4869.0, 4810.0, 4870.0, 4839.0, 4870.0, 4809.0, 4869.0, 4810.0, 4871.0, 4848.0, 4871.0, 4821.0, 4871.0, 4821.0, 4871.0, 4859.0, 4872.0, 4841.0, 4872.0, 4861.0, 4872.0, 4879.0, 4873.0, 4871.0, 4872.0, 4890.0, 4863.0, 4891.0, 4863.0, 4890.0, 4862.0, 4870.0, 4853.0, 4881.0, 4854.0, 4882.0, 4855.0, 4871.0, 4856.0, 4893.0, 4865.0, 4904.0, 4843.0, 4892.0, 4873.0, 4893.0, 4891.0, 4872.0, 4900.0, 4861.0, 4889.0, 4860.0, 4878.0, 4840.0, 4868.0, 4810.0, 4879.0, 4830.0, 4869.0, 4820.0, 4870.0, 4829.0, 4870.0, 4869.0, 4860.0, 4859.0, 4861.0, 4878.0, 4862.0, 4892.0, 4862.0, 4870.0, 4852.0, 4879.0, 4852.0, 4888.0, 4861.0, 4878.0, 4840.0, 4868.0, 4839.0, 4868.0, 4827.0, 4857.0, 4818.0, 4877.0, 4829.0, 4865.0, 4829.0, 4868.0, 4830.0, 4867.0, 4840.0, 4868.0, 4830.0, 4869.0, 4821.0, 4880.0, 4829.0, 4868.0, 4827.0, 4868.0, 4856.0, 4857.0, 4866.0, 4847.0, 4855.0, 4849.0, 4858.0, 4838.0, 4845.0, 4838.0, 4846.0, 4840.0, 4858.0, 4851.0, 4868.0, 4851.0, 4869.0, 4851.0, 4868.0, 4841.0, 4877.0, 4873.0, 4901.0, 4871.0, 4879.0, 4868.0, 4889.0, 4869.0, 4887.0, 4869.0, 4878.0, 4871.0, 4887.0, 4871.0, 4889.0, 4882.0, 4892.0, 4881.0, 4899.0, 4870.0, 4898.0, 4879.0, 4890.0, 4934.0, 4912.0, 4883.0, 4891.0, 4872.0, 4889.0, 4881.0, 4885.0, 4898.0, 4854.0, 4880.0, 4870.0, 4900.0, 4862.0, 4900.0, 4860.0, 4889.0, 4890.0, 4900.0, 4870.0, 4888.0, 4858.0, 4889.0, 4878.0, 4889.0, 4868.0, 4889.0, 4867.0, 4878.0, 4879.0, 4880.0, 4850.0, 4891.0, 4861.0, 4891.0, 4891.0, 4892.0, 4871.0, 4892.0, 4881.0, 4893.0, 4899.0, 4902.0, 4871.0, 4892.0, 4870.0, 4880.0, 4889.0, 4880.0, 4881.0, 4894.0, 4893.0, 4892.0, 4901.0, 4891.0, 4865.0, 4904.0, 4853.0, 4881.0, 4841.0, 4890.0, 4852.0, 4902.0, 4885.0, 4901.0, 4871.0, 4833.0, 4891.0, 4861.0, 4911.0, 4890.0, 4901.0, 4882.0, 4890.0, 4870.0, 4889.0, 4861.0, 4887.0, 4849.0, 4887.0, 4848.0, 4888.0, 4869.0, 4878.0, 4859.0, 4877.0, 4849.0, 4877.0, 4871.0, 4880.0, 4861.0, 4878.0, 4872.0, 4890.0, 4873.0, 4891.0, 4873.0, 4881.0, 4851.0, 4899.0, 4873.0, 4890.0, 4853.0, 4892.0, 4862.0, 4902.0, 4863.0, 4902.0, 4853.0, 4902.0, 4851.0, 4911.0, 4862.0, 4901.0, 4861.0, 4902.0, 4881.0, 4901.0, 4881.0, 4890.0, 4889.0, 4880.0, 4908.0, 4881.0, 4878.0, 4872.0, 4887.0, 4871.0, 4888.0, 4883.0, 4900.0, 4882.0, 4902.0, 4873.0, 4892.0, 4850.0, 4900.0, 4850.0, 4890.0, 4840.0, 4888.0, 4869.0, 4888.0, 4888.0, 4879.0, 4888.0, 4867.0, 4886.0, 4865.0, 4887.0, 4880.0, 4878.0, 4867.0, 4878.0, 4869.0, 4885.0, 4868.0, 4888.0, 4858.0, 4878.0, 4849.0, 4888.0, 4850.0, 4897.0, 4837.0, 4888.0, 4830.0, 4877.0, 4830.0, 4889.0, 4849.0, 4890.0, 4831.0, 4890.0, 4858.0, 4882.0, 4888.0, 4892.0, 4872.0, 4893.0, 4880.0, 4882.0, 4909.0, 4882.0, 4898.0, 4883.0, 4888.0, 4883.0, 4889.0, 4881.0, 4900.0, 4871.0, 4890.0, 4840.0, 4889.0, 4839.0, 4898.0, 4840.0, 4890.0, 4842.0, 4884.0, 4861.0, 4882.0, 4872.0, 4862.0, 4831.0, 4871.0, 4830.0, 4872.0, 4842.0, 4883.0, 4843.0, 4873.0, 4843.0, 4880.0, 4891.0, 4871.0, 4890.0, 4861.0, 4890.0, 4860.0, 4880.0, 4850.0, 4877.0, 4817.0, 4856.0, 4818.0, 4858.0, 4835.0, 4856.0, 4855.0, 4847.0, 4865.0, 4847.0, 4854.0, 4845.0, 4864.0, 4846.0, 4855.0, 4838.0, 4856.0, 4828.0, 4858.0, 4829.0, 4867.0, 4829.0, 4868.0, 4837.0, 4860.0, 4875.0, 4861.0, 4879.0, 4862.0, 4871.0, 4862.0, 4871.0, 4847.0, 4869.0, 4839.0, 4868.0, 4818.0, 4867.0, 4817.0, 4870.0, 4826.0, 4860.0, 4838.0, 4859.0, 4879.0, 4848.0, 4878.0, 4859.0, 4866.0, 4849.0, 4867.0, 4839.0, 4867.0, 4829.0, 4869.0, 4821.0, 4868.0, 4817.0, 4857.0, 4817.0, 4865.0, 4820.0, 4868.0, 4817.0, 4870.0, 4839.0, 4859.0, 4838.0, 4860.0, 4868.0, 4874.0, 4880.0, 4862.0, 4879.0, 4863.0, 4878.0, 4850.0, 4870.0, 4839.0, 4877.0, 4828.0, 4867.0, 4819.0, 4869.0, 4818.0, 4867.0, 4816.0, 4865.0, 4820.0, 4869.0, 4840.0, 4860.0, 4887.0, 4860.0, 4866.0, 4858.0, 4858.0, 4830.0, 4870.0, 4819.0, 4868.0, 4818.0, 4869.0, 4867.0, 4849.0, 4876.0, 4859.0, 4865.0, 4849.0, 4855.0, 4846.0, 4869.0, 4829.0, 4868.0, 4807.0, 4867.0, 4817.0, 4856.0, 4864.0, 4847.0, 4875.0, 4846.0, 4863.0, 4846.0, 4854.0, 4825.0, 4857.0, 4817.0, 4856.0, 4818.0, 4856.0, 4815.0, 4857.0, 4818.0, 4859.0, 4828.0, 4870.0, 4839.0, 4858.0, 4862.0, 4872.0, 4833.0, 4884.0, 4875.0, 4892.0, 4873.0, 4891.0, 4853.0, 4901.0, 4893.0, 4893.0, 4914.0, 4893.0, 4900.0, 4881.0, 4890.0, 4870.0, 4890.0, 4849.0, 4901.0, 4843.0, 4881.0, 4823.0, 4881.0, 4822.0, 4878.0, 4821.0, 4879.0, 4819.0, 4869.0, 4869.0, 4871.0, 4857.0, 4861.0, 4868.0, 4850.0, 4879.0, 4860.0, 4878.0, 4863.0, 4872.0, 4850.0, 4871.0, 4842.0, 4881.0, 4853.0, 4882.0, 4832.0, 4881.0, 4821.0, 4881.0, 4832.0, 4891.0, 4830.0, 4878.0, 4819.0, 4869.0, 4842.0, 4883.0, 4874.0, 4873.0, 4874.0, 4833.0, 4873.0, 4847.0, 4904.0, 4875.0, 4906.0, 4864.0, 4894.0, 4851.0, 4881.0, 4898.0, 4869.0, 4888.0, 4858.0, 4866.0, 4828.0, 4867.0, 4808.0, 4866.0, 4816.0, 4865.0, 4836.0, 4855.0, 4837.0, 4847.0, 4838.0, 4867.0, 4849.0, 4867.0, 4830.0, 4867.0, 4819.0, 4867.0, 4827.0, 4867.0, 4805.0, 4856.0, 4865.0, 4855.0, 4875.0, 4856.0, 4854.0, 4844.0, 4844.0, 4846.0, 4865.0, 4849.0, 4866.0, 4859.0, 4870.0, 4873.0, 4833.0, 4880.0, 4822.0, 4871.0, 4831.0, 4879.0, 4842.0, 4880.0, 4831.0, 4868.0, 4829.0, 4876.0, 4849.0, 4876.0, 4859.0, 4865.0, 4859.0, 4878.0, 4858.0, 4878.0, 4871.0, 4877.0, 4860.0, 4857.0, 4849.0, 4859.0, 4870.0, 4820.0, 4869.0, 4821.0, 4870.0, 4888.0, 4857.0, 4876.0, 4848.0, 4865.0, 4847.0, 4866.0, 4857.0, 4865.0, 4845.0, 4827.0, 4836.0, 4808.0, 4857.0, 4807.0, 4858.0, 4820.0, 4869.0, 4821.0, 4870.0, 4810.0, 4881.0, 4865.0, 4903.0, 4873.0, 4822.0, 4858.0, 4850.0, 4822.0, 4875.0, 4856.0, 4895.0, 4844.0, 4881.0, 4832.0, 4880.0, 4851.0, 4890.0, 4860.0, 4889.0, 4870.0, 4881.0, 4848.0, 4856.0, 4817.0, 4866.0, 4826.0, 4866.0, 4825.0, 4853.0, 4846.0, 4837.0, 4857.0, 4818.0, 4868.0, 4826.0, 4867.0, 4848.0, 4869.0, 4829.0, 4879.0, 4828.0, 4877.0, 4819.0, 4867.0, 4817.0, 4868.0, 4830.0, 4878.0, 4828.0, 4867.0, 4826.0, 4868.0, 4828.0, 4869.0, 4829.0, 4878.0, 4808.0, 4869.0, 4837.0, 4869.0, 4878.0, 4861.0, 4867.0, 4858.0, 4867.0, 4859.0, 4867.0, 4858.0, 4877.0, 4869.0, 4877.0, 4858.0, 4877.0, 4860.0, 4877.0, 4870.0, 4878.0, 4860.0, 4879.0, 4840.0, 4877.0, 4842.0, 4890.0, 4850.0, 4868.0, 4839.0, 4868.0, 4827.0, 4879.0, 4820.0, 4882.0, 4861.0, 4871.0, 4887.0, 4869.0, 4887.0, 4861.0, 4868.0, 4859.0, 4878.0, 4850.0, 4877.0, 4839.0, 4868.0, 4818.0, 4869.0, 4846.0, 4878.0, 4837.0, 4868.0, 4827.0, 4868.0, 4857.0, 4869.0, 4860.0, 4869.0, 4876.0, 4856.0, 4875.0, 4857.0, 4876.0, 4836.0, 4865.0, 4805.0, 4854.0, 4842.0, 4844.0, 4861.0, 4854.0, 4853.0, 4824.0, 4851.0, 4804.0, 4844.0, 4795.0, 4855.0, 4863.0, 4855.0, 4865.0, 4857.0, 4854.0, 4846.0, 4856.0, 4859.0, 4869.0, 4860.0, 4889.0, 4871.0, 4878.0, 4860.0, 4870.0, 4829.0, 4869.0, 4830.0, 4867.0, 4810.0, 4869.0, 4839.0, 4869.0, 4849.0, 4893.0, 4823.0, 4869.0, 4820.0, 4878.0, 4872.0, 4899.0, 4882.0, 4869.0, 4881.0, 4824.0, 4883.0, 4823.0, 4876.0, 4868.0, 4864.0, 4896.0, 4885.0, 4867.0, 4869.0, 4823.0, 4822.0, 4839.0, 4822.0, 4869.0, 4839.0, 4877.0, 4837.0, 4866.0, 4825.0, 4863.0, 4821.0, 4859.0, 4797.0, 4836.0, 4794.0, 4833.0, 4771.0, 4819.0, 4789.0, 4777.0, 4779.0, 4752.0, 4801.0, 4792.0, 4764.0, 4833.0, 4805.0, 4788.0, 4837.0, 4819.0, 4847.0, 4829.0, 4817.0, 4827.0, 4778.0, 4818.0, 4790.0, 4838.0, 4821.0, 4850.0, 4832.0, 4840.0, 4831.0, 4793.0, 4832.0, 4815.0, 4844.0, 4836.0, 4864.0, 4837.0, 4863.0, 4838.0, 4865.0, 4848.0, 4865.0, 4848.0, 4856.0, 4848.0, 4867.0, 4849.0, 4876.0, 4850.0, 4867.0, 4860.0, 4878.0, 4851.0, 4878.0, 4860.0, 4867.0, 4861.0, 4888.0, 4861.0, 4878.0, 4861.0, 4879.0, 4871.0, 4888.0, 4870.0, 4878.0, 4870.0, 4879.0, 4870.0, 4888.0, 4860.0, 4878.0, 4870.0, 4879.0, 4860.0, 4888.0, 4849.0, 4878.0, 4829.0, 4878.0, 4838.0, 4876.0, 4828.0, 4877.0, 4836.0, 4867.0, 4866.0, 4857.0, 4855.0, 4855.0, 4865.0, 4857.0, 4875.0, 4858.0, 4845.0, 4858.0, 4857.0, 4860.0, 4878.0, 4870.0, 4878.0, 4870.0, 4898.0, 4871.0, 4887.0, 4880.0, 4888.0, 4870.0, 4887.0, 4869.0, 4878.0, 4838.0, 4877.0, 4838.0, 4876.0, 4827.0, 4877.0, 4827.0, 4876.0, 4817.0, 4866.0, 4817.0, 4877.0, 4829.0, 4878.0, 4829.0, 4879.0, 4830.0, 4880.0, 4840.0, 4890.0, 4850.0, 4881.0, 4850.0, 4880.0, 4879.0, 4869.0, 4897.0, 4870.0, 4898.0, 4859.0, 4876.0, 4868.0, 4878.0, 4868.0, 4875.0, 4868.0, 4866.0, 4856.0, 4865.0, 4857.0, 4875.0, 4857.0, 4876.0, 4858.0, 4866.0, 4859.0, 4866.0, 4859.0, 4877.0, 4860.0, 4867.0, 4860.0, 4867.0, 4860.0, 4878.0, 4860.0, 4877.0, 4860.0, 4867.0, 4860.0, 4879.0, 4861.0, 4899.0, 4872.0, 4890.0, 4872.0, 4890.0, 4864.0, 4890.0, 4862.0, 4860.0, 4871.0, 4822.0, 4871.0, 4832.0, 4873.0, 4853.0], 'WindowWidth': [10740.0, 10742.0, 10659.0, 10687.0, 10611.0, 10644.0, 10562.0, 10624.0, 10555.0, 10620.0, 10539.0, 10604.0, 10523.0, 10602.0, 10536.0, 10602.0, 10523.0, 10603.0, 10523.0, 10606.0, 10563.0, 10605.0, 10523.0, 10604.0, 10526.0, 10608.0, 10575.0, 10608.0, 10539.0, 10609.0, 10540.0, 10610.0, 10590.0, 10612.0, 10569.0, 10613.0, 10596.0, 10614.0, 10622.0, 10615.0, 10609.0, 10613.0, 10636.0, 10602.0, 10637.0, 10602.0, 10636.0, 10601.0, 10608.0, 10589.0, 10625.0, 10591.0, 10626.0, 10594.0, 10614.0, 10598.0, 10645.0, 10609.0, 10660.0, 10575.0, 10642.0, 10614.0, 10644.0, 10639.0, 10613.0, 10649.0, 10595.0, 10632.0, 10593.0, 10616.0, 10565.0, 10603.0, 10526.0, 10618.0, 10551.0, 10604.0, 10538.0, 10606.0, 10550.0, 10607.0, 10604.0, 10594.0, 10590.0, 10596.0, 10617.0, 10599.0, 10640.0, 10600.0, 10606.0, 10584.0, 10618.0, 10584.0, 10631.0, 10594.0, 10614.0, 10565.0, 10601.0, 10562.0, 10600.0, 10546.0, 10585.0, 10533.0, 10612.0, 10550.0, 10596.0, 10550.0, 10601.0, 10551.0, 10599.0, 10566.0, 10602.0, 10551.0, 10605.0, 10540.0, 10623.0, 10549.0, 10602.0, 10542.0, 10600.0, 10581.0, 10584.0, 10594.0, 10569.0, 10578.0, 10575.0, 10589.0, 10560.0, 10565.0, 10558.0, 10568.0, 10567.0, 10588.0, 10582.0, 10603.0, 10583.0, 10603.0, 10582.0, 10602.0, 10569.0, 10614.0, 10620.0, 10658.0, 10616.0, 10623.0, 10607.0, 10634.0, 10607.0, 10630.0, 10609.0, 10619.0, 10612.0, 10632.0, 10612.0, 10635.0, 10629.0, 10644.0, 10628.0, 10651.0, 10613.0, 10648.0, 10624.0, 10630.0, 10711.0, 10676.0, 10635.0, 10642.0, 10619.0, 10640.0, 10633.0, 10644.0, 10665.0, 10595.0, 10625.0, 10613.0, 10656.0, 10603.0, 10656.0, 10597.0, 10638.0, 10639.0, 10654.0, 10610.0, 10636.0, 10592.0, 10637.0, 10619.0, 10638.0, 10607.0, 10636.0, 10606.0, 10622.0, 10622.0, 10628.0, 10586.0, 10645.0, 10603.0, 10645.0, 10643.0, 10645.0, 10615.0, 10645.0, 10630.0, 10647.0, 10653.0, 10658.0, 10614.0, 10644.0, 10612.0, 10626.0, 10638.0, 10628.0, 10629.0, 10651.0, 10647.0, 10646.0, 10657.0, 10644.0, 10614.0, 10668.0, 10596.0, 10630.0, 10576.0, 10639.0, 10591.0, 10663.0, 10641.0, 10656.0, 10615.0, 10567.0, 10645.0, 10603.0, 10672.0, 10642.0, 10657.0, 10630.0, 10639.0, 10612.0, 10637.0, 10598.0, 10631.0, 10580.0, 10631.0, 10578.0, 10633.0, 10607.0, 10618.0, 10593.0, 10617.0, 10582.0, 10618.0, 10613.0, 10625.0, 10602.0, 10621.0, 10616.0, 10639.0, 10620.0, 10641.0, 10620.0, 10629.0, 10589.0, 10652.0, 10619.0, 10642.0, 10592.0, 10645.0, 10606.0, 10659.0, 10607.0, 10659.0, 10595.0, 10660.0, 10590.0, 10672.0, 10605.0, 10658.0, 10603.0, 10659.0, 10630.0, 10658.0, 10629.0, 10640.0, 10638.0, 10626.0, 10664.0, 10627.0, 10622.0, 10616.0, 10632.0, 10616.0, 10638.0, 10634.0, 10656.0, 10634.0, 10660.0, 10619.0, 10646.0, 10586.0, 10657.0, 10586.0, 10641.0, 10571.0, 10637.0, 10609.0, 10635.0, 10634.0, 10622.0, 10633.0, 10604.0, 10629.0, 10602.0, 10630.0, 10624.0, 10620.0, 10606.0, 10620.0, 10609.0, 10630.0, 10608.0, 10635.0, 10595.0, 10621.0, 10583.0, 10636.0, 10585.0, 10648.0, 10566.0, 10635.0, 10557.0, 10620.0, 10558.0, 10637.0, 10582.0, 10639.0, 10560.0, 10640.0, 10596.0, 10632.0, 10637.0, 10646.0, 10617.0, 10648.0, 10627.0, 10632.0, 10668.0, 10633.0, 10652.0, 10635.0, 10638.0, 10635.0, 10639.0, 10630.0, 10655.0, 10617.0, 10642.0, 10573.0, 10638.0, 10570.0, 10651.0, 10571.0, 10640.0, 10578.0, 10639.0, 10602.0, 10632.0, 10616.0, 10601.0, 10557.0, 10613.0, 10556.0, 10618.0, 10576.0, 10634.0, 10577.0, 10619.0, 10577.0, 10628.0, 10641.0, 10616.0, 10640.0, 10602.0, 10639.0, 10597.0, 10625.0, 10581.0, 10617.0, 10534.0, 10586.0, 10533.0, 10588.0, 10554.0, 10585.0, 10582.0, 10573.0, 10597.0, 10573.0, 10580.0, 10570.0, 10595.0, 10573.0, 10583.0, 10564.0, 10585.0, 10551.0, 10592.0, 10552.0, 10604.0, 10554.0, 10607.0, 10564.0, 10598.0, 10614.0, 10599.0, 10623.0, 10605.0, 10614.0, 10602.0, 10609.0, 10577.0, 10606.0, 10567.0, 10605.0, 10536.0, 10602.0, 10534.0, 10607.0, 10545.0, 10595.0, 10563.0, 10593.0, 10620.0, 10577.0, 10617.0, 10594.0, 10599.0, 10578.0, 10602.0, 10565.0, 10601.0, 10551.0, 10606.0, 10542.0, 10603.0, 10533.0, 10588.0, 10533.0, 10598.0, 10539.0, 10604.0, 10535.0, 10608.0, 10566.0, 10593.0, 10565.0, 10596.0, 10607.0, 10620.0, 10624.0, 10604.0, 10622.0, 10602.0, 10619.0, 10583.0, 10611.0, 10567.0, 10616.0, 10551.0, 10602.0, 10539.0, 10607.0, 10537.0, 10603.0, 10534.0, 10599.0, 10541.0, 10608.0, 10569.0, 10597.0, 10633.0, 10596.0, 10602.0, 10592.0, 10593.0, 10555.0, 10609.0, 10538.0, 10604.0, 10536.0, 10606.0, 10602.0, 10579.0, 10614.0, 10592.0, 10598.0, 10579.0, 10583.0, 10574.0, 10607.0, 10552.0, 10603.0, 10521.0, 10601.0, 10533.0, 10587.0, 10596.0, 10575.0, 10610.0, 10572.0, 10592.0, 10572.0, 10580.0, 10541.0, 10587.0, 10534.0, 10585.0, 10534.0, 10584.0, 10529.0, 10586.0, 10534.0, 10591.0, 10547.0, 10610.0, 10567.0, 10592.0, 10599.0, 10616.0, 10566.0, 10639.0, 10625.0, 10647.0, 10621.0, 10644.0, 10593.0, 10658.0, 10647.0, 10649.0, 10679.0, 10648.0, 10656.0, 10629.0, 10641.0, 10610.0, 10640.0, 10582.0, 10657.0, 10576.0, 10629.0, 10548.0, 10625.0, 10546.0, 10619.0, 10542.0, 10622.0, 10538.0, 10608.0, 10608.0, 10611.0, 10591.0, 10599.0, 10605.0, 10584.0, 10620.0, 10596.0, 10619.0, 10604.0, 10613.0, 10582.0, 10613.0, 10574.0, 10627.0, 10591.0, 10629.0, 10560.0, 10625.0, 10545.0, 10628.0, 10561.0, 10641.0, 10556.0, 10618.0, 10540.0, 10607.0, 10577.0, 10633.0, 10620.0, 10618.0, 10617.0, 10561.0, 10618.0, 10587.0, 10665.0, 10624.0, 10667.0, 10606.0, 10646.0, 10581.0, 10622.0, 10646.0, 10602.0, 10630.0, 10586.0, 10595.0, 10547.0, 10598.0, 10520.0, 10596.0, 10527.0, 10592.0, 10553.0, 10577.0, 10556.0, 10570.0, 10560.0, 10597.0, 10575.0, 10597.0, 10550.0, 10599.0, 10534.0, 10598.0, 10542.0, 10597.0, 10510.0, 10581.0, 10591.0, 10577.0, 10605.0, 10578.0, 10574.0, 10562.0, 10561.0, 10567.0, 10593.0, 10579.0, 10598.0, 10593.0, 10609.0, 10616.0, 10562.0, 10623.0, 10544.0, 10608.0, 10553.0, 10618.0, 10568.0, 10621.0, 10552.0, 10600.0, 10548.0, 10610.0, 10575.0, 10609.0, 10588.0, 10592.0, 10587.0, 10612.0, 10588.0, 10615.0, 10608.0, 10614.0, 10593.0, 10585.0, 10577.0, 10588.0, 10606.0, 10538.0, 10603.0, 10539.0, 10605.0, 10628.0, 10584.0, 10607.0, 10570.0, 10592.0, 10569.0, 10595.0, 10582.0, 10591.0, 10564.0, 10539.0, 10553.0, 10516.0, 10582.0, 10517.0, 10585.0, 10536.0, 10602.0, 10539.0, 10605.0, 10525.0, 10623.0, 10609.0, 10661.0, 10616.0, 10545.0, 10588.0, 10582.0, 10546.0, 10623.0, 10597.0, 10651.0, 10575.0, 10626.0, 10556.0, 10622.0, 10583.0, 10637.0, 10594.0, 10636.0, 10613.0, 10625.0, 10578.0, 10584.0, 10529.0, 10598.0, 10542.0, 10594.0, 10541.0, 10574.0, 10570.0, 10557.0, 10587.0, 10536.0, 10602.0, 10546.0, 10600.0, 10575.0, 10605.0, 10554.0, 10620.0, 10549.0, 10614.0, 10535.0, 10598.0, 10530.0, 10604.0, 10552.0, 10616.0, 10547.0, 10599.0, 10545.0, 10602.0, 10549.0, 10606.0, 10551.0, 10617.0, 10521.0, 10605.0, 10560.0, 10605.0, 10617.0, 10594.0, 10600.0, 10587.0, 10598.0, 10589.0, 10600.0, 10589.0, 10612.0, 10605.0, 10613.0, 10590.0, 10613.0, 10594.0, 10615.0, 10609.0, 10617.0, 10593.0, 10619.0, 10568.0, 10617.0, 10573.0, 10635.0, 10581.0, 10604.0, 10565.0, 10603.0, 10546.0, 10620.0, 10542.0, 10628.0, 10597.0, 10609.0, 10629.0, 10606.0, 10626.0, 10595.0, 10603.0, 10592.0, 10618.0, 10580.0, 10614.0, 10563.0, 10601.0, 10535.0, 10606.0, 10572.0, 10615.0, 10559.0, 10601.0, 10544.0, 10602.0, 10586.0, 10606.0, 10593.0, 10604.0, 10610.0, 10583.0, 10610.0, 10585.0, 10612.0, 10553.0, 10593.0, 10508.0, 10574.0, 10557.0, 10560.0, 10583.0, 10573.0, 10572.0, 10534.0, 10567.0, 10507.0, 10563.0, 10497.0, 10580.0, 10590.0, 10580.0, 10593.0, 10585.0, 10577.0, 10567.0, 10581.0, 10591.0, 10605.0, 10596.0, 10633.0, 10611.0, 10617.0, 10592.0, 10607.0, 10550.0, 10603.0, 10552.0, 10601.0, 10524.0, 10605.0, 10565.0, 10605.0, 10578.0, 10646.0, 10551.0, 10604.0, 10538.0, 10620.0, 10617.0, 10648.0, 10628.0, 10608.0, 10624.0, 10552.0, 10634.0, 10551.0, 10611.0, 10599.0, 10591.0, 10638.0, 10624.0, 10599.0, 10603.0, 10548.0, 10546.0, 10564.0, 10544.0, 10604.0, 10562.0, 10612.0, 10557.0, 10596.0, 10536.0, 10588.0, 10523.0, 10577.0, 10484.0, 10538.0, 10473.0, 10530.0, 10438.0, 10503.0, 10460.0, 10441.0, 10448.0, 10417.0, 10481.0, 10472.0, 10437.0, 10530.0, 10497.0, 10477.0, 10543.0, 10522.0, 10557.0, 10534.0, 10515.0, 10529.0, 10463.0, 10517.0, 10482.0, 10546.0, 10526.0, 10563.0, 10542.0, 10551.0, 10541.0, 10493.0, 10544.0, 10524.0, 10561.0, 10554.0, 10589.0, 10559.0, 10590.0, 10562.0, 10594.0, 10576.0, 10594.0, 10575.0, 10584.0, 10576.0, 10598.0, 10578.0, 10611.0, 10580.0, 10600.0, 10594.0, 10615.0, 10583.0, 10616.0, 10596.0, 10602.0, 10598.0, 10631.0, 10598.0, 10617.0, 10599.0, 10620.0, 10611.0, 10631.0, 10609.0, 10617.0, 10609.0, 10619.0, 10609.0, 10629.0, 10595.0, 10618.0, 10609.0, 10623.0, 10597.0, 10634.0, 10580.0, 10620.0, 10550.0, 10617.0, 10561.0, 10614.0, 10547.0, 10613.0, 10558.0, 10602.0, 10598.0, 10587.0, 10581.0, 10582.0, 10596.0, 10586.0, 10609.0, 10589.0, 10570.0, 10592.0, 10590.0, 10597.0, 10619.0, 10611.0, 10620.0, 10613.0, 10647.0, 10613.0, 10633.0, 10624.0, 10633.0, 10609.0, 10631.0, 10607.0, 10620.0, 10564.0, 10615.0, 10562.0, 10614.0, 10548.0, 10615.0, 10547.0, 10613.0, 10534.0, 10600.0, 10535.0, 10617.0, 10553.0, 10618.0, 10555.0, 10622.0, 10556.0, 10625.0, 10571.0, 10639.0, 10584.0, 10627.0, 10584.0, 10622.0, 10622.0, 10608.0, 10646.0, 10608.0, 10648.0, 10593.0, 10612.0, 10605.0, 10619.0, 10605.0, 10611.0, 10604.0, 10598.0, 10585.0, 10595.0, 10586.0, 10609.0, 10588.0, 10611.0, 10590.0, 10599.0, 10593.0, 10600.0, 10594.0, 10615.0, 10595.0, 10601.0, 10595.0, 10601.0, 10595.0, 10616.0, 10594.0, 10614.0, 10595.0, 10603.0, 10598.0, 10621.0, 10601.0, 10650.0, 10616.0, 10637.0, 10615.0, 10637.0, 10607.0, 10639.0, 10601.0, 10597.0, 10613.0, 10547.0, 10613.0, 10563.0, 10620.0, 10591.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.003920318054256315</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.06041676894293733</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.723975749325845</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.0793536738202254</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9513853360112344</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.506</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3808.3945</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.11416897293360684</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>80</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>7.483629560336763</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.720176520622662</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.547203211997216</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>3.075085653956972</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.538240695913797</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0058303</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012118703685700893</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.027171678841114044</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1069</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.6763193987814424</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>16.7602</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>67.2788</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>251.0478</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>68.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>292714.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1161.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>450.2176</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9391</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>645.5998</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3960.612</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4182.5</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>83830.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1226.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5334.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1137.68</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>25.123137342277914</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> |