=== 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-0001 --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-0001",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
123 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
123 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0001_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-0001_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-0001_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-0001/figures/sub-0001_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0001/figures/sub-0001_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-0001/figures/sub-0001_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001/ses-01/func/sub-0001_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>99440730f060bcd74fb194aad7fb994c</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>15:12:35.135000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99818, 0.031205, 0.0516067, -0.0413126, 0.977218, 0.208177]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0823969</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>26</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4161, -7762, -7267, 497, -47, -273, 3, 64]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>236.07</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>19cfc020-9b40-4e28-9096-82356023ac6b||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6780436038970947, -0.11083874106407166, 0.1186240091919899, 112.30502319335938], [-0.08372076600790024, 2.621805429458618, 0.5668109655380249, -102.55542755126953], [0.13845692574977875, -0.558523416519165, 2.6371676921844482, -51.59519577026367], [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': ['151235.135000', '151235.595000', '151236.055000', '151236.515000', '151236.975000', '151237.435000', '151237.895000', '151238.355000', '151238.815000', '151239.275000', '151239.735000', '151240.195000', '151240.655000', '151241.115000', '151241.575000', '151242.035000', '151242.495000', '151242.955000', '151243.415000', '151243.875000', '151244.335000', '151244.795000', '151245.255000', '151245.715000', '151246.175000', '151246.635000', '151247.095000', '151247.555000', '151248.015000', '151248.475000', '151248.935000', '151249.395000', '151249.855000', '151250.315000', '151250.775000', '151251.235000', '151251.695000', '151252.155000', '151252.615000', '151253.075000', '151253.535000', '151253.995000', '151254.455000', '151254.915000', '151255.375000', '151255.835000', '151256.295000', '151256.755000', '151257.215000', '151257.675000', '151258.135000', '151258.595000', '151259.055000', '151259.515000', '151259.975000', '151300.435000', '151300.895000', '151301.355000', '151301.815000', '151302.275000', '151302.735000', '151303.195000', '151303.655000', '151304.115000', '151304.575000', '151305.035000', '151305.495000', '151305.955000', '151306.415000', '151306.875000', '151307.335000', '151307.795000', '151308.255000', '151308.715000', '151309.175000', '151309.635000', '151310.095000', '151310.555000', '151311.015000', '151311.475000', '151311.935000', '151312.395000', '151312.855000', '151313.315000', '151313.775000', '151314.235000', '151314.695000', '151315.155000', '151315.615000', '151316.075000', '151316.535000', '151316.995000', '151317.455000', '151317.915000', '151318.375000', '151318.835000', '151319.295000', '151319.755000', '151320.215000', '151320.675000', '151321.135000', '151321.595000', '151322.055000', '151322.515000', '151322.975000', '151323.435000', '151323.895000', '151324.355000', '151324.815000', '151325.275000', '151325.735000', '151326.195000', '151326.655000', '151327.115000', '151327.575000', '151328.035000', '151328.495000', '151328.955000', '151329.415000', '151329.875000', '151330.335000', '151330.795000', '151331.255000', '151331.715000', '151332.175000', '151332.635000', '151333.095000', '151333.555000', '151334.015000', '151334.475000', '151334.935000', '151335.395000', '151335.855000', '151336.315000', '151336.775000', '151337.235000', '151337.695000', '151338.155000', '151338.615000', '151339.075000', '151339.535000', '151339.995000', '151340.455000', '151340.915000', '151341.375000', '151341.835000', '151342.295000', '151342.755000', '151343.215000', '151343.675000', '151344.135000', '151344.595000', '151345.055000', '151345.515000', '151345.975000', '151346.435000', '151346.895000', '151347.355000', '151347.815000', '151348.275000', '151348.735000', '151349.195000', '151349.655000', '151350.115000', '151350.575000', '151351.035000', '151351.495000', '151351.955000', '151352.415000', '151352.875000', '151353.335000', '151353.795000', '151354.255000', '151354.715000', '151355.175000', '151355.635000', '151356.095000', '151356.555000', '151357.015000', '151357.475000', '151357.935000', '151358.395000', '151358.855000', '151359.315000', '151359.775000', '151400.235000', '151400.695000', '151401.155000', '151401.615000', '151402.075000', '151402.535000', '151402.995000', '151403.455000', '151403.915000', '151404.375000', '151404.835000', '151405.295000', '151405.755000', '151406.215000', '151406.675000', '151407.135000', '151407.595000', '151408.055000', '151408.515000', '151408.975000', '151409.435000', '151409.895000', '151410.355000', '151410.815000', '151411.275000', '151411.735000', '151412.195000', '151412.655000', '151413.115000', '151413.575000', '151414.035000', '151414.495000', '151414.955000', '151415.415000', '151415.875000', '151416.335000', '151416.795000', '151417.255000', '151417.715000', '151418.175000', '151418.635000', '151419.095000', '151419.555000', '151420.015000', '151420.475000', '151420.935000', '151421.395000', '151421.855000', '151422.315000', '151422.775000', '151423.235000', '151423.695000', '151424.155000', '151424.615000', '151425.075000', '151425.535000', '151425.995000', '151426.455000', '151426.915000', '151427.375000', '151427.835000', '151428.295000', '151428.755000', '151429.215000', '151429.675000', '151430.135000', '151430.595000', '151431.055000', '151431.515000', '151431.975000', '151432.435000', '151432.895000', '151433.355000', '151433.815000', '151434.275000', '151434.735000', '151435.195000', '151435.655000', '151436.115000', '151436.575000', '151437.035000', '151437.495000', '151437.955000', '151438.415000', '151438.875000', '151439.335000', '151439.795000', '151440.255000', '151440.715000', '151441.175000', '151441.635000', '151442.095000', '151442.555000', '151443.015000', '151443.475000', '151443.935000', '151444.395000', '151444.855000', '151445.315000', '151445.775000', '151446.235000', '151446.695000', '151447.155000', '151447.615000', '151448.075000', '151448.535000', '151448.995000', '151449.455000', '151449.915000', '151450.375000', '151450.835000', '151451.295000', '151451.755000', '151452.215000', '151452.675000', '151453.135000', '151453.595000', '151454.055000', '151454.515000', '151454.975000', '151455.435000', '151455.895000', '151456.355000', '151456.815000', '151457.275000', '151457.735000', '151458.195000', '151458.655000', '151459.115000', '151459.575000', '151500.035000', '151500.495000', '151500.955000', '151501.415000', '151501.875000', '151502.335000', '151502.795000', '151503.255000', '151503.715000', '151504.175000', '151504.635000', '151505.095000', '151505.555000', '151506.015000', '151506.475000', '151506.935000', '151507.395000', '151507.855000', '151508.315000', '151508.775000', '151509.235000', '151509.695000', '151510.155000', '151510.615000', '151511.075000', '151511.535000', '151511.995000', '151512.455000', '151512.915000', '151513.375000', '151513.835000', '151514.295000', '151514.755000', '151515.215000', '151515.675000', '151516.135000', '151516.595000', '151517.055000', '151517.515000', '151517.975000', '151518.435000', '151518.895000', '151519.355000', '151519.815000', '151520.275000', '151520.735000', '151521.195000', '151521.655000', '151522.115000', '151522.575000', '151523.035000', '151523.495000', '151523.955000', '151524.415000', '151524.875000', '151525.335000', '151525.795000', '151526.255000', '151526.715000', '151527.175000', '151527.635000', '151528.095000', '151528.555000', '151529.015000', '151529.475000', '151529.935000', '151530.395000', '151530.855000', '151531.315000', '151531.775000', '151532.235000', '151532.695000', '151533.155000', '151533.615000', '151534.075000', '151534.535000', '151534.995000', '151535.455000', '151535.915000', '151536.375000', '151536.835000', '151537.295000', '151537.755000', '151538.215000', '151538.675000', '151539.135000', '151539.595000', '151540.055000', '151540.515000', '151540.975000', '151541.435000', '151541.895000', '151542.355000', '151542.815000', '151543.275000', '151543.735000', '151544.195000', '151544.655000', '151545.115000', '151545.575000', '151546.035000', '151546.495000', '151546.955000', '151547.415000', '151547.875000', '151548.335000', '151548.795000', '151549.255000', '151549.715000', '151550.175000', '151550.635000', '151551.095000', '151551.555000', '151552.015000', '151552.475000', '151552.935000', '151553.395000', '151553.855000', '151554.315000', '151554.775000', '151555.235000', '151555.695000', '151556.155000', '151556.615000', '151557.075000', '151557.535000', '151557.995000', '151558.455000', '151558.915000', '151559.375000', '151559.835000', '151600.295000', '151600.755000', '151601.215000', '151601.675000', '151602.135000', '151602.595000', '151603.055000', '151603.515000', '151603.975000', '151604.435000', '151604.895000', '151605.355000', '151605.815000', '151606.275000', '151606.735000', '151607.195000', '151607.655000', '151608.115000', '151608.575000', '151609.035000', '151609.495000', '151609.955000', '151610.415000', '151610.875000', '151611.335000', '151611.795000', '151612.255000', '151612.715000', '151613.175000', '151613.635000', '151614.095000', '151614.555000', '151615.015000', '151615.475000', '151615.935000', '151616.395000', '151616.855000', '151617.315000', '151617.775000', '151618.235000', '151618.695000', '151619.155000', '151619.615000', '151620.075000', '151620.535000', '151620.995000', '151621.455000', '151621.915000', '151622.375000', '151622.835000', '151623.295000', '151623.755000', '151624.215000', '151624.675000', '151625.135000', '151625.595000', '151626.055000', '151626.515000', '151626.975000', '151627.435000', '151627.895000', '151628.355000', '151628.815000', '151629.275000', '151629.735000', '151630.195000', '151630.655000', '151631.115000', '151631.575000', '151632.035000', '151632.495000', '151632.955000', '151633.415000', '151633.875000', '151634.335000', '151634.795000', '151635.255000', '151635.715000', '151636.175000', '151636.635000', '151637.095000', '151637.555000', '151638.015000', '151638.475000', '151638.935000', '151639.395000', '151639.855000', '151640.315000', '151640.775000', '151641.235000', '151641.695000', '151642.155000', '151642.615000', '151643.075000', '151643.535000', '151643.995000', '151644.455000', '151644.915000', '151645.375000', '151645.835000', '151646.295000', '151646.755000', '151647.215000', '151647.675000', '151648.135000', '151648.595000', '151649.055000', '151649.515000', '151649.975000', '151650.435000', '151650.895000', '151651.355000', '151651.815000', '151652.275000', '151652.735000', '151653.195000', '151653.655000', '151654.115000', '151654.575000', '151655.035000', '151655.495000', '151655.955000', '151656.415000', '151656.875000', '151657.335000', '151657.795000', '151658.255000', '151658.715000', '151659.175000', '151659.635000', '151700.095000', '151700.555000', '151701.015000', '151701.475000', '151701.935000', '151702.395000', '151702.855000', '151703.315000', '151703.775000', '151704.235000', '151704.695000', '151705.155000', '151705.615000', '151706.075000', '151706.535000', '151706.995000', '151707.455000', '151707.915000', '151708.375000', '151708.835000', '151709.295000', '151709.755000', '151710.215000', '151710.675000', '151711.135000', '151711.595000', '151712.055000', '151712.515000', '151712.975000', '151713.435000', '151713.895000', '151714.355000', '151714.815000', '151715.275000', '151715.735000', '151716.195000', '151716.655000', '151717.115000', '151717.575000', '151718.035000', '151718.495000', '151718.955000', '151719.415000', '151719.875000', '151720.335000', '151720.795000', '151721.255000', '151721.715000', '151722.175000', '151722.635000', '151723.095000', '151723.555000', '151724.015000', '151724.475000', '151724.935000', '151725.395000', '151725.855000', '151726.315000', '151726.775000', '151727.235000', '151727.695000', '151728.155000', '151728.615000', '151729.075000', '151729.535000', '151729.995000', '151730.455000', '151730.915000', '151731.375000', '151731.835000', '151732.295000', '151732.755000', '151733.215000', '151733.675000', '151734.135000', '151734.595000', '151735.055000', '151735.515000', '151735.975000', '151736.435000', '151736.895000', '151737.355000', '151737.815000', '151738.275000', '151738.735000', '151739.195000', '151739.655000', '151740.115000', '151740.575000', '151741.035000', '151741.495000', '151741.955000', '151742.415000', '151742.875000', '151743.335000', '151743.795000', '151744.255000', '151744.715000', '151745.175000', '151745.635000', '151746.095000', '151746.555000', '151747.015000', '151747.475000', '151747.935000', '151748.395000', '151748.855000', '151749.315000', '151749.775000', '151750.235000', '151750.695000', '151751.155000', '151751.615000', '151752.075000', '151752.535000', '151752.995000', '151753.455000', '151753.915000', '151754.375000', '151754.835000', '151755.295000', '151755.755000', '151756.215000', '151756.675000', '151757.135000', '151757.595000', '151758.055000', '151758.515000', '151758.975000', '151759.435000', '151759.895000', '151800.355000', '151800.815000', '151801.275000', '151801.735000', '151802.195000', '151802.655000', '151803.115000', '151803.575000', '151804.035000', '151804.495000', '151804.955000', '151805.415000', '151805.875000', '151806.335000', '151806.795000', '151807.255000', '151807.715000', '151808.175000', '151808.635000', '151809.095000', '151809.555000', '151810.015000', '151810.475000', '151810.935000', '151811.395000', '151811.855000', '151812.315000', '151812.775000', '151813.235000', '151813.695000', '151814.155000', '151814.615000', '151815.075000', '151815.535000', '151815.995000', '151816.455000', '151816.915000', '151817.375000', '151817.835000', '151818.295000', '151818.755000', '151819.215000', '151819.675000', '151820.135000', '151820.595000', '151821.055000', '151821.515000', '151821.975000', '151822.435000', '151822.895000', '151823.355000', '151823.815000', '151824.275000', '151824.735000', '151825.195000', '151825.655000', '151826.115000', '151826.575000', '151827.035000', '151827.495000', '151827.955000', '151828.415000', '151828.875000', '151829.335000', '151829.795000', '151830.255000', '151830.715000', '151831.175000', '151831.635000', '151832.095000', '151832.555000', '151833.015000', '151833.475000', '151833.935000', '151834.395000', '151834.855000', '151835.315000', '151835.775000', '151836.235000', '151836.695000', '151837.155000', '151837.615000', '151838.075000', '151838.535000', '151838.995000', '151839.455000', '151839.915000', '151840.375000', '151840.835000', '151841.295000', '151841.755000', '151842.215000', '151842.675000', '151843.135000', '151843.595000', '151844.055000', '151844.515000', '151844.975000', '151845.435000', '151845.895000', '151846.355000', '151846.815000', '151847.275000', '151847.735000', '151848.195000', '151848.655000', '151849.115000', '151849.575000', '151850.035000', '151850.495000', '151850.955000', '151851.415000', '151851.875000', '151852.335000', '151852.795000', '151853.255000', '151853.715000', '151854.175000', '151854.635000', '151855.095000', '151855.555000', '151856.015000', '151856.475000', '151856.935000', '151857.395000', '151857.855000', '151858.315000', '151858.775000', '151859.235000', '151859.695000', '151900.155000', '151900.615000', '151901.075000', '151901.535000', '151901.995000', '151902.455000', '151902.915000', '151903.375000', '151903.835000', '151904.295000', '151904.755000', '151905.215000', '151905.675000', '151906.135000', '151906.595000', '151907.055000', '151907.515000', '151907.975000', '151908.435000', '151908.895000', '151909.355000', '151909.815000', '151910.275000', '151910.735000', '151911.195000', '151911.655000', '151912.115000', '151912.575000', '151913.035000', '151913.495000', '151913.955000', '151914.415000', '151914.875000', '151915.335000', '151915.795000', '151916.255000', '151916.715000', '151917.175000', '151917.635000', '151918.095000', '151918.555000', '151919.015000', '151919.475000', '151919.935000', '151920.395000', '151920.855000', '151921.315000', '151921.775000', '151922.235000', '151922.695000', '151923.155000', '151923.615000', '151924.075000', '151924.535000', '151924.995000', '151925.455000', '151925.915000', '151926.375000', '151926.835000', '151927.295000', '151927.755000', '151928.215000', '151928.675000', '151929.135000', '151929.595000', '151930.055000', '151930.515000', '151930.975000', '151931.435000', '151931.895000', '151932.355000', '151932.815000', '151933.275000', '151933.735000', '151934.195000', '151934.655000', '151935.115000', '151935.575000', '151936.035000', '151936.495000', '151936.955000', '151937.415000', '151937.875000', '151938.335000', '151938.795000', '151939.255000', '151939.715000', '151940.175000', '151940.635000', '151941.095000', '151941.555000', '151942.015000', '151942.475000', '151942.935000', '151943.395000', '151943.855000', '151944.315000', '151944.775000', '151945.235000', '151945.695000', '151946.155000', '151946.615000', '151947.075000', '151947.535000', '151947.995000', '151948.455000', '151948.915000', '151949.375000', '151949.835000', '151950.295000', '151950.755000', '151951.215000', '151951.675000', '151952.135000', '151952.595000', '151953.055000', '151953.515000', '151953.975000', '151954.435000', '151954.895000', '151955.355000', '151955.815000', '151956.275000', '151956.735000', '151957.195000', '151957.655000', '151958.115000', '151958.575000', '151959.035000', '151959.495000', '151959.955000', '152000.415000', '152000.875000', '152001.335000', '152001.795000', '152002.255000', '152002.715000', '152003.175000', '152003.635000', '152004.095000', '152004.555000', '152005.015000', '152005.475000', '152005.935000', '152006.395000', '152006.855000', '152007.315000', '152007.775000', '152008.235000', '152008.695000', '152009.155000', '152009.615000', '152010.075000', '152010.535000', '152010.995000', '152011.455000', '152011.915000', '152012.375000', '152012.835000', '152013.295000', '152013.755000', '152014.215000', '152014.675000', '152015.135000', '152015.595000', '152016.055000', '152016.515000', '152016.975000', '152017.435000', '152017.895000', '152018.355000', '152018.815000', '152019.275000', '152019.735000', '152020.195000', '152020.655000', '152021.115000', '152021.575000', '152022.035000', '152022.495000', '152022.955000', '152023.415000', '152023.875000', '152024.335000', '152024.795000', '152025.255000', '152025.715000', '152026.175000', '152026.635000', '152027.095000', '152027.555000', '152028.015000', '152028.475000', '152028.935000', '152029.395000', '152029.855000', '152030.315000', '152030.775000', '152031.235000', '152031.695000', '152032.155000', '152032.615000', '152033.075000', '152033.535000', '152033.995000', '152034.455000', '152034.915000', '152035.375000', '152035.835000', '152036.295000', '152036.755000', '152037.215000', '152037.675000', '152038.135000', '152038.595000', '152039.055000', '152039.515000', '152039.975000', '152040.435000', '152040.895000', '152041.355000', '152041.815000', '152042.275000', '152042.735000', '152043.195000', '152043.655000', '152044.115000', '152044.575000', '152045.035000', '152045.495000', '152045.955000', '152046.415000', '152046.875000', '152047.335000', '152047.795000', '152048.255000'], 'ContentTime': ['151301.891000', '151301.894000', '151301.897000', '151301.900000', '151301.903000', '151301.905000', '151301.908000', '151301.911000', '151301.914000', '151301.917000', '151301.919000', '151301.922000', '151301.925000', '151301.928000', '151301.931000', '151301.933000', '151301.936000', '151301.941000', '151301.945000', '151301.948000', '151301.951000', '151301.954000', '151301.956000', '151301.959000', '151301.962000', '151301.965000', '151301.968000', '151301.971000', '151301.973000', '151301.976000', '151301.979000', '151301.982000', '151301.988000', '151301.991000', '151301.994000', '151301.997000', '151302.000000', '151302.003000', '151302.006000', '151302.009000', '151302.012000', '151302.014000', '151302.017000', '151302.020000', '151302.023000', '151302.026000', '151302.028000', '151302.031000', '151302.034000', '151302.037000', '151302.040000', '151302.042000', '151302.045000', '151302.048000', '151302.051000', '151302.054000', '151302.056000', '151321.852000', '151321.855000', '151321.858000', '151321.860000', '151321.863000', '151321.866000', '151321.869000', '151321.872000', '151321.874000', '151321.877000', '151321.880000', '151321.883000', '151321.886000', '151321.894000', '151321.896000', '151321.899000', '151321.902000', '151321.905000', '151321.907000', '151321.910000', '151321.913000', '151321.916000', '151321.919000', '151321.922000', '151321.924000', '151321.927000', '151321.930000', '151321.933000', '151321.936000', '151321.938000', '151321.941000', '151321.944000', '151321.947000', '151321.950000', '151321.952000', '151321.955000', '151321.958000', '151321.961000', '151321.963000', '151321.966000', '151321.969000', '151321.972000', '151321.975000', '151321.978000', '151341.851000', '151341.854000', '151341.857000', '151341.859000', '151341.862000', '151341.865000', '151341.874000', '151341.877000', '151341.880000', '151341.882000', '151341.885000', '151341.890000', '151341.893000', '151341.896000', '151341.898000', '151341.901000', '151341.904000', '151341.907000', '151341.910000', '151341.912000', '151341.915000', '151341.918000', '151341.921000', '151341.924000', '151341.926000', '151341.929000', '151341.932000', '151341.935000', '151341.938000', '151341.941000', '151341.944000', '151341.946000', '151341.949000', '151341.952000', '151341.956000', '151341.959000', '151341.962000', '151341.965000', '151341.968000', '151341.971000', '151341.973000', '151341.976000', '151341.979000', '151401.851000', '151401.854000', '151401.857000', '151401.859000', '151401.862000', '151401.865000', '151401.868000', '151401.876000', '151401.878000', '151401.881000', '151401.884000', '151401.887000', '151401.890000', '151401.893000', '151401.895000', '151401.898000', '151401.901000', '151401.904000', '151401.907000', '151401.909000', '151401.912000', '151401.915000', '151401.918000', '151401.921000', '151401.924000', '151401.927000', '151401.929000', '151401.932000', '151401.935000', '151401.938000', '151401.941000', '151401.943000', '151401.946000', '151401.949000', '151401.952000', '151401.955000', '151401.958000', '151401.960000', '151401.963000', '151401.966000', '151401.969000', '151401.972000', '151401.975000', '151401.977000', '151421.852000', '151421.855000', '151421.858000', '151421.860000', '151421.863000', '151421.866000', '151421.869000', '151421.872000', '151421.875000', '151421.878000', '151421.880000', '151421.883000', '151421.886000', '151421.889000', '151421.892000', '151421.895000', '151421.897000', '151421.900000', '151421.903000', '151421.906000', '151421.910000', '151421.913000', '151421.916000', '151421.919000', '151421.922000', '151421.925000', '151421.927000', '151421.930000', '151421.933000', '151421.936000', '151421.939000', '151421.942000', '151421.944000', '151421.947000', '151421.950000', '151421.953000', '151421.956000', '151421.959000', '151421.961000', '151421.964000', '151421.967000', '151421.970000', '151421.973000', '151441.852000', '151441.855000', '151441.857000', '151441.860000', '151441.863000', '151441.866000', '151441.869000', '151441.872000', '151441.874000', '151441.877000', '151441.880000', '151441.883000', '151441.886000', '151441.888000', '151441.891000', '151441.894000', '151441.897000', '151441.900000', '151441.903000', '151441.905000', '151441.908000', '151441.911000', '151441.914000', '151441.917000', '151441.920000', '151441.922000', '151441.925000', '151441.928000', '151441.931000', '151441.934000', '151441.936000', '151441.939000', '151441.942000', '151441.945000', '151441.948000', '151441.950000', '151441.953000', '151441.956000', '151441.959000', '151441.962000', '151441.965000', '151441.967000', '151441.970000', '151441.973000', '151501.852000', '151501.855000', '151501.858000', '151501.860000', '151501.863000', '151501.866000', '151501.869000', '151501.872000', '151501.875000', '151501.877000', '151501.880000', '151501.883000', '151501.886000', '151501.889000', '151501.892000', '151501.894000', '151501.897000', '151501.900000', '151501.903000', '151501.906000', '151501.908000', '151501.911000', '151501.914000', '151501.917000', '151501.920000', '151501.923000', '151501.927000', '151501.930000', '151501.933000', '151501.936000', '151501.939000', '151501.942000', '151501.944000', '151501.947000', '151501.950000', '151501.953000', '151501.956000', '151501.959000', '151501.961000', '151501.964000', '151501.967000', '151501.970000', '151501.973000', '151521.852000', '151521.855000', '151521.858000', '151521.860000', '151521.863000', '151521.866000', '151521.869000', '151521.872000', '151521.875000', '151521.877000', '151521.880000', '151521.883000', '151521.886000', '151521.889000', '151521.892000', '151521.895000', '151521.897000', '151521.900000', '151521.903000', '151521.906000', '151521.909000', '151521.912000', '151521.914000', '151521.917000', '151521.920000', '151521.923000', '151521.926000', '151521.929000', '151521.931000', '151521.934000', '151521.937000', '151521.940000', '151521.943000', '151521.945000', '151521.948000', '151521.951000', '151521.967000', '151521.969000', '151521.972000', '151521.975000', '151521.978000', '151521.981000', '151521.983000', '151521.986000', '151541.852000', '151541.855000', '151541.858000', '151541.860000', '151541.863000', '151541.866000', '151541.869000', '151541.872000', '151541.875000', '151541.877000', '151541.880000', '151541.883000', '151541.886000', '151541.889000', '151541.892000', '151541.894000', '151541.897000', '151541.900000', '151541.903000', '151541.906000', '151541.909000', '151541.912000', '151541.914000', '151541.917000', '151541.920000', '151541.923000', '151541.926000', '151541.928000', '151541.931000', '151541.934000', '151541.937000', '151541.940000', '151541.943000', '151541.945000', '151541.948000', '151541.951000', '151541.954000', '151541.957000', '151541.960000', '151541.962000', '151541.965000', '151541.968000', '151541.971000', '151601.851000', '151601.854000', '151601.857000', '151601.860000', '151601.862000', '151601.865000', '151601.868000', '151601.871000', '151601.874000', '151601.877000', '151601.880000', '151601.882000', '151601.885000', '151601.888000', '151601.891000', '151601.894000', '151601.896000', '151601.899000', '151601.902000', '151601.905000', '151601.908000', '151601.911000', '151601.914000', '151601.916000', '151601.919000', '151601.922000', '151601.925000', '151601.928000', '151601.931000', '151601.933000', '151601.936000', '151601.939000', '151601.942000', '151601.945000', '151601.948000', '151601.950000', '151601.953000', '151601.956000', '151601.959000', '151601.962000', '151601.971000', '151601.974000', '151601.977000', '151601.979000', '151621.851000', '151621.854000', '151621.857000', '151621.860000', '151621.863000', '151621.865000', '151621.868000', '151621.871000', '151621.874000', '151621.877000', '151621.880000', '151621.882000', '151621.885000', '151621.888000', '151621.891000', '151621.894000', '151621.896000', '151621.899000', '151621.902000', '151621.905000', '151621.908000', '151621.911000', '151621.913000', '151621.916000', '151621.919000', '151621.922000', '151621.925000', '151621.928000', '151621.930000', '151621.933000', '151621.936000', '151621.939000', '151621.942000', '151621.945000', '151621.947000', '151621.950000', '151621.953000', '151621.956000', '151621.959000', '151621.961000', '151621.966000', '151621.969000', '151621.972000', '151641.852000', '151641.855000', '151641.858000', '151641.861000', '151641.863000', '151641.866000', '151641.869000', '151641.872000', '151641.875000', '151641.878000', '151641.880000', '151641.883000', '151641.886000', '151641.889000', '151641.892000', '151641.894000', '151641.897000', '151641.900000', '151641.903000', '151641.906000', '151641.909000', '151641.912000', '151641.914000', '151641.917000', '151641.920000', '151641.923000', '151641.926000', '151641.928000', '151641.931000', '151641.934000', '151641.937000', '151641.940000', '151641.943000', '151641.946000', '151641.948000', '151641.951000', '151641.954000', '151641.957000', '151641.960000', '151641.962000', '151641.965000', '151641.968000', '151641.971000', '151641.974000', '151701.852000', '151701.855000', '151701.858000', '151701.861000', '151701.863000', '151701.866000', '151701.869000', '151701.872000', '151701.875000', '151701.877000', '151701.880000', '151701.883000', '151701.886000', '151701.889000', '151701.892000', '151701.894000', '151701.909000', '151701.912000', '151701.914000', '151701.917000', '151701.920000', '151701.923000', '151701.926000', '151701.928000', '151701.931000', '151701.934000', '151701.937000', '151701.940000', '151701.942000', '151701.945000', '151701.948000', '151701.951000', '151701.954000', '151701.957000', '151701.959000', '151701.962000', '151701.965000', '151701.968000', '151701.971000', '151701.974000', '151701.976000', '151701.979000', '151701.982000', '151721.852000', '151721.855000', '151721.858000', '151721.861000', '151721.863000', '151721.866000', '151721.869000', '151721.872000', '151721.875000', '151721.878000', '151721.880000', '151721.883000', '151721.886000', '151721.889000', '151721.892000', '151721.895000', '151721.898000', '151721.900000', '151721.903000', '151721.906000', '151721.909000', '151721.912000', '151721.915000', '151721.917000', '151721.920000', '151721.923000', '151721.926000', '151721.929000', '151721.932000', '151721.935000', '151721.937000', '151721.940000', '151721.943000', '151721.946000', '151721.949000', '151721.951000', '151721.954000', '151721.957000', '151721.960000', '151721.963000', '151721.966000', '151721.968000', '151721.971000', '151721.974000', '151741.852000', '151741.855000', '151741.858000', '151741.861000', '151741.863000', '151741.866000', '151741.869000', '151741.872000', '151741.875000', '151741.878000', '151741.880000', '151741.883000', '151741.886000', '151741.889000', '151741.892000', '151741.895000', '151741.898000', '151741.900000', '151741.903000', '151741.906000', '151741.909000', '151741.912000', '151741.914000', '151741.917000', '151741.920000', '151741.923000', '151741.926000', '151741.928000', '151741.931000', '151741.934000', '151741.937000', '151741.940000', '151741.943000', '151741.945000', '151741.948000', '151741.951000', '151741.954000', '151741.957000', '151741.959000', '151741.962000', '151741.965000', '151741.968000', '151741.971000', '151801.852000', '151801.857000', '151801.860000', '151801.863000', '151801.865000', '151801.868000', '151801.871000', '151801.874000', '151801.877000', '151801.880000', '151801.882000', '151801.885000', '151801.888000', '151801.891000', '151801.894000', '151801.897000', '151801.899000', '151801.902000', '151801.905000', '151801.908000', '151801.911000', '151801.913000', '151801.916000', '151801.919000', '151801.922000', '151801.925000', '151801.927000', '151801.930000', '151801.933000', '151801.936000', '151801.939000', '151801.942000', '151801.944000', '151801.947000', '151801.950000', '151801.953000', '151801.956000', '151801.958000', '151801.961000', '151801.964000', '151801.967000', '151801.970000', '151801.972000', '151821.851000', '151821.854000', '151821.857000', '151821.860000', '151821.862000', '151821.865000', '151821.868000', '151821.871000', '151821.874000', '151821.877000', '151821.879000', '151821.882000', '151821.885000', '151821.888000', '151821.891000', '151821.894000', '151821.896000', '151821.899000', '151821.902000', '151821.905000', '151821.909000', '151821.912000', '151821.915000', '151821.918000', '151821.921000', '151821.924000', '151821.926000', '151821.929000', '151821.932000', '151821.935000', '151821.938000', '151821.941000', '151821.943000', '151821.946000', '151821.949000', '151821.952000', '151821.954000', '151821.957000', '151821.960000', '151821.963000', '151821.966000', '151821.969000', '151821.979000', '151821.982000', '151841.851000', '151841.854000', '151841.857000', '151841.860000', '151841.863000', '151841.866000', '151841.868000', '151841.871000', '151841.874000', '151841.877000', '151841.880000', '151841.883000', '151841.886000', '151841.889000', '151841.891000', '151841.894000', '151841.897000', '151841.900000', '151841.903000', '151841.906000', '151841.908000', '151841.911000', '151841.914000', '151841.917000', '151841.920000', '151841.922000', '151841.925000', '151841.928000', '151841.931000', '151841.934000', '151841.937000', '151841.940000', '151841.942000', '151841.945000', '151841.948000', '151841.951000', '151841.954000', '151841.956000', '151841.959000', '151841.962000', '151841.965000', '151841.968000', '151841.971000', '151901.852000', '151901.855000', '151901.858000', '151901.861000', '151901.864000', '151901.866000', '151901.869000', '151901.872000', '151901.875000', '151901.878000', '151901.881000', '151901.883000', '151901.886000', '151901.889000', '151901.892000', '151901.895000', '151901.897000', '151901.900000', '151901.903000', '151901.906000', '151901.909000', '151901.912000', '151901.914000', '151901.917000', '151901.920000', '151901.923000', '151901.926000', '151901.928000', '151901.931000', '151901.934000', '151901.937000', '151901.940000', '151901.943000', '151901.945000', '151901.948000', '151901.951000', '151901.954000', '151901.957000', '151901.960000', '151901.962000', '151901.965000', '151901.968000', '151901.971000', '151901.974000', '151921.852000', '151921.855000', '151921.858000', '151921.861000', '151921.863000', '151921.866000', '151921.869000', '151921.872000', '151921.875000', '151921.878000', '151921.880000', '151921.883000', '151921.886000', '151921.889000', '151921.892000', '151921.895000', '151921.898000', '151921.901000', '151921.903000', '151921.906000', '151921.909000', '151921.912000', '151921.915000', '151921.917000', '151921.920000', '151921.923000', '151921.926000', '151921.929000', '151921.932000', '151921.934000', '151921.937000', '151921.940000', '151921.943000', '151921.946000', '151921.948000', '151921.951000', '151921.954000', '151921.957000', '151921.960000', '151921.963000', '151921.965000', '151921.968000', '151921.971000', '151941.852000', '151941.855000', '151941.858000', '151941.861000', '151941.863000', '151941.866000', '151941.869000', '151941.872000', '151941.875000', '151941.878000', '151941.881000', '151941.883000', '151941.886000', '151941.889000', '151941.892000', '151941.895000', '151941.898000', '151941.900000', '151941.903000', '151941.906000', '151941.909000', '151941.912000', '151941.915000', '151941.917000', '151941.920000', '151941.923000', '151941.926000', '151941.929000', '151941.932000', '151941.934000', '151941.937000', '151941.940000', '151941.943000', '151941.946000', '151941.949000', '151941.951000', '151941.954000', '151941.957000', '151941.960000', '151941.963000', '151941.966000', '151941.968000', '151941.971000', '151941.974000', '152001.852000', '152001.855000', '152001.858000', '152001.861000', '152001.863000', '152001.866000', '152001.869000', '152001.872000', '152001.875000', '152001.878000', '152001.881000', '152001.883000', '152001.886000', '152001.889000', '152001.892000', '152001.895000', '152001.898000', '152001.901000', '152001.904000', '152001.907000', '152001.910000', '152001.912000', '152001.915000', '152001.918000', '152001.921000', '152001.924000', '152001.927000', '152001.930000', '152001.932000', '152001.935000', '152001.938000', '152001.941000', '152001.944000', '152001.946000', '152001.949000', '152001.952000', '152001.955000', '152001.958000', '152001.961000', '152001.963000', '152001.966000', '152001.969000', '152001.972000', '152021.852000', '152021.855000', '152021.858000', '152021.860000', '152021.863000', '152021.866000', '152021.869000', '152021.872000', '152021.875000', '152021.877000', '152021.880000', '152021.883000', '152021.886000', '152021.889000', '152021.892000', '152021.894000', '152021.897000', '152021.900000', '152021.903000', '152021.906000', '152021.909000', '152021.911000', '152021.914000', '152021.917000', '152021.920000', '152021.923000', '152021.926000', '152021.929000', '152021.931000', '152021.934000', '152021.937000', '152021.940000', '152021.943000', '152021.945000', '152021.948000', '152021.951000', '152021.954000', '152021.957000', '152021.960000', '152021.962000', '152021.965000', '152021.968000', '152021.971000', '152021.974000', '152041.851000', '152041.854000', '152041.857000', '152041.860000', '152041.862000', '152041.865000', '152041.868000', '152041.871000', '152041.874000', '152041.877000', '152041.879000', '152041.882000', '152041.885000', '152041.888000', '152041.891000', '152041.894000', '152041.896000', '152041.899000', '152041.902000', '152041.905000', '152041.908000', '152041.910000', '152041.913000', '152041.916000', '152041.919000', '152041.922000', '152041.927000', '152041.930000', '152041.933000', '152041.936000', '152041.938000', '152041.941000', '152041.944000', '152041.947000', '152041.950000', '152041.953000', '152041.955000', '152041.958000', '152041.961000', '152041.964000', '152041.967000', '152041.970000', '152041.972000', '152048.869000', '152048.873000', '152048.876000', '152048.879000', '152048.882000', '152048.885000', '152048.888000', '152048.891000', '152048.894000', '152048.897000', '152048.900000', '152048.903000', '152048.906000', '152048.909000', '152048.912000', '152048.914000'], 'InstanceCreationTime': ['151301.891000', '151301.894000', '151301.897000', '151301.900000', '151301.903000', '151301.905000', '151301.908000', '151301.911000', '151301.914000', '151301.917000', '151301.919000', '151301.922000', '151301.925000', '151301.928000', '151301.931000', '151301.933000', '151301.936000', '151301.941000', '151301.945000', '151301.948000', '151301.951000', '151301.954000', '151301.956000', '151301.959000', '151301.962000', '151301.965000', '151301.968000', '151301.971000', '151301.973000', '151301.976000', '151301.979000', '151301.982000', '151301.988000', '151301.991000', '151301.994000', '151301.997000', '151302.000000', '151302.003000', '151302.006000', '151302.009000', '151302.012000', '151302.014000', '151302.017000', '151302.020000', '151302.023000', '151302.026000', '151302.028000', '151302.031000', '151302.034000', '151302.037000', '151302.040000', '151302.042000', '151302.045000', '151302.048000', '151302.051000', '151302.054000', '151302.056000', '151321.852000', '151321.855000', '151321.858000', '151321.860000', '151321.863000', '151321.866000', '151321.869000', '151321.872000', '151321.874000', '151321.877000', '151321.880000', '151321.883000', '151321.886000', '151321.894000', '151321.896000', '151321.899000', '151321.902000', '151321.905000', '151321.907000', '151321.910000', '151321.913000', '151321.916000', '151321.919000', '151321.922000', '151321.924000', '151321.927000', '151321.930000', '151321.933000', '151321.936000', '151321.938000', '151321.941000', '151321.944000', '151321.947000', '151321.950000', '151321.952000', '151321.955000', '151321.958000', '151321.961000', '151321.963000', '151321.966000', '151321.969000', '151321.972000', '151321.975000', '151321.978000', '151341.851000', '151341.854000', '151341.857000', '151341.859000', '151341.862000', '151341.865000', '151341.874000', '151341.877000', '151341.880000', '151341.882000', '151341.885000', '151341.890000', '151341.893000', '151341.896000', '151341.898000', '151341.901000', '151341.904000', '151341.907000', '151341.910000', '151341.912000', '151341.915000', '151341.918000', '151341.921000', '151341.924000', '151341.926000', '151341.929000', '151341.932000', '151341.935000', '151341.938000', '151341.941000', '151341.944000', '151341.946000', '151341.949000', '151341.952000', '151341.956000', '151341.959000', '151341.962000', '151341.965000', '151341.968000', '151341.971000', '151341.973000', '151341.976000', '151341.979000', '151401.851000', '151401.854000', '151401.857000', '151401.859000', '151401.862000', '151401.865000', '151401.868000', '151401.876000', '151401.878000', '151401.881000', '151401.884000', '151401.887000', '151401.890000', '151401.893000', '151401.895000', '151401.898000', '151401.901000', '151401.904000', '151401.907000', '151401.909000', '151401.912000', '151401.915000', '151401.918000', '151401.921000', '151401.924000', '151401.927000', '151401.929000', '151401.932000', '151401.935000', '151401.938000', '151401.941000', '151401.943000', '151401.946000', '151401.949000', '151401.952000', '151401.955000', '151401.958000', '151401.960000', '151401.963000', '151401.966000', '151401.969000', '151401.972000', '151401.975000', '151401.977000', '151421.852000', '151421.855000', '151421.858000', '151421.860000', '151421.863000', '151421.866000', '151421.869000', '151421.872000', '151421.875000', '151421.878000', '151421.880000', '151421.883000', '151421.886000', '151421.889000', '151421.892000', '151421.895000', '151421.897000', '151421.900000', '151421.903000', '151421.906000', '151421.910000', '151421.913000', '151421.916000', '151421.919000', '151421.922000', '151421.925000', '151421.927000', '151421.930000', '151421.933000', '151421.936000', '151421.939000', '151421.942000', '151421.944000', '151421.947000', '151421.950000', '151421.953000', '151421.956000', '151421.959000', '151421.961000', '151421.964000', '151421.967000', '151421.970000', '151421.973000', '151441.852000', '151441.855000', '151441.857000', '151441.860000', '151441.863000', '151441.866000', '151441.869000', '151441.872000', '151441.874000', '151441.877000', '151441.880000', '151441.883000', '151441.886000', '151441.888000', '151441.891000', '151441.894000', '151441.897000', '151441.900000', '151441.903000', '151441.905000', '151441.908000', '151441.911000', '151441.914000', '151441.917000', '151441.920000', '151441.922000', '151441.925000', '151441.928000', '151441.931000', '151441.934000', '151441.936000', '151441.939000', '151441.942000', '151441.945000', '151441.948000', '151441.950000', '151441.953000', '151441.956000', '151441.959000', '151441.962000', '151441.965000', '151441.967000', '151441.970000', '151441.973000', '151501.852000', '151501.855000', '151501.858000', '151501.860000', '151501.863000', '151501.866000', '151501.869000', '151501.872000', '151501.875000', '151501.877000', '151501.880000', '151501.883000', '151501.886000', '151501.889000', '151501.892000', '151501.894000', '151501.897000', '151501.900000', '151501.903000', '151501.906000', '151501.908000', '151501.911000', '151501.914000', '151501.917000', '151501.920000', '151501.923000', '151501.927000', '151501.930000', '151501.933000', '151501.936000', '151501.939000', '151501.942000', '151501.944000', '151501.947000', '151501.950000', '151501.953000', '151501.956000', '151501.959000', '151501.961000', '151501.964000', '151501.967000', '151501.970000', '151501.973000', '151521.852000', '151521.855000', '151521.858000', '151521.860000', '151521.863000', '151521.866000', '151521.869000', '151521.872000', '151521.875000', '151521.877000', '151521.880000', '151521.883000', '151521.886000', '151521.889000', '151521.892000', '151521.895000', '151521.897000', '151521.900000', '151521.903000', '151521.906000', '151521.909000', '151521.912000', '151521.914000', '151521.917000', '151521.920000', '151521.923000', '151521.926000', '151521.929000', '151521.931000', '151521.934000', '151521.937000', '151521.940000', '151521.943000', '151521.945000', '151521.948000', '151521.951000', '151521.967000', '151521.969000', '151521.972000', '151521.975000', '151521.978000', '151521.981000', '151521.983000', '151521.986000', '151541.852000', '151541.855000', '151541.858000', '151541.860000', '151541.863000', '151541.866000', '151541.869000', '151541.872000', '151541.875000', '151541.877000', '151541.880000', '151541.883000', '151541.886000', '151541.889000', '151541.892000', '151541.894000', '151541.897000', '151541.900000', '151541.903000', '151541.906000', '151541.909000', '151541.912000', '151541.914000', '151541.917000', '151541.920000', '151541.923000', '151541.926000', '151541.928000', '151541.931000', '151541.934000', '151541.937000', '151541.940000', '151541.943000', '151541.945000', '151541.948000', '151541.951000', '151541.954000', '151541.957000', '151541.960000', '151541.962000', '151541.965000', '151541.968000', '151541.971000', '151601.851000', '151601.854000', '151601.857000', '151601.860000', '151601.862000', '151601.865000', '151601.868000', '151601.871000', '151601.874000', '151601.877000', '151601.880000', '151601.882000', '151601.885000', '151601.888000', '151601.891000', '151601.894000', '151601.896000', '151601.899000', '151601.902000', '151601.905000', '151601.908000', '151601.911000', '151601.914000', '151601.916000', '151601.919000', '151601.922000', '151601.925000', '151601.928000', '151601.931000', '151601.933000', '151601.936000', '151601.939000', '151601.942000', '151601.945000', '151601.948000', '151601.950000', '151601.953000', '151601.956000', '151601.959000', '151601.962000', '151601.971000', '151601.974000', '151601.977000', '151601.979000', '151621.851000', '151621.854000', '151621.857000', '151621.860000', '151621.863000', '151621.865000', '151621.868000', '151621.871000', '151621.874000', '151621.877000', '151621.880000', '151621.882000', '151621.885000', '151621.888000', '151621.891000', '151621.894000', '151621.896000', '151621.899000', '151621.902000', '151621.905000', '151621.908000', '151621.911000', '151621.913000', '151621.916000', '151621.919000', '151621.922000', '151621.925000', '151621.928000', '151621.930000', '151621.933000', '151621.936000', '151621.939000', '151621.942000', '151621.945000', '151621.947000', '151621.950000', '151621.953000', '151621.956000', '151621.959000', '151621.961000', '151621.966000', '151621.969000', '151621.972000', '151641.852000', '151641.855000', '151641.858000', '151641.861000', '151641.863000', '151641.866000', '151641.869000', '151641.872000', '151641.875000', '151641.878000', '151641.880000', '151641.883000', '151641.886000', '151641.889000', '151641.892000', '151641.894000', '151641.897000', '151641.900000', '151641.903000', '151641.906000', '151641.909000', '151641.912000', '151641.914000', '151641.917000', '151641.920000', '151641.923000', '151641.926000', '151641.928000', '151641.931000', '151641.934000', '151641.937000', '151641.940000', '151641.943000', '151641.946000', '151641.948000', '151641.951000', '151641.954000', '151641.957000', '151641.960000', '151641.962000', '151641.965000', '151641.968000', '151641.971000', '151641.974000', '151701.852000', '151701.855000', '151701.858000', '151701.861000', '151701.863000', '151701.866000', '151701.869000', '151701.872000', '151701.875000', '151701.877000', '151701.880000', '151701.883000', '151701.886000', '151701.889000', '151701.892000', '151701.894000', '151701.909000', '151701.912000', '151701.914000', '151701.917000', '151701.920000', '151701.923000', '151701.926000', '151701.928000', '151701.931000', '151701.934000', '151701.937000', '151701.940000', '151701.942000', '151701.945000', '151701.948000', '151701.951000', '151701.954000', '151701.957000', '151701.959000', '151701.962000', '151701.965000', '151701.968000', '151701.971000', '151701.974000', '151701.976000', '151701.979000', '151701.982000', '151721.852000', '151721.855000', '151721.858000', '151721.861000', '151721.863000', '151721.866000', '151721.869000', '151721.872000', '151721.875000', '151721.878000', '151721.880000', '151721.883000', '151721.886000', '151721.889000', '151721.892000', '151721.895000', '151721.898000', '151721.900000', '151721.903000', '151721.906000', '151721.909000', '151721.912000', '151721.915000', '151721.917000', '151721.920000', '151721.923000', '151721.926000', '151721.929000', '151721.932000', '151721.935000', '151721.937000', '151721.940000', '151721.943000', '151721.946000', '151721.949000', '151721.951000', '151721.954000', '151721.957000', '151721.960000', '151721.963000', '151721.966000', '151721.968000', '151721.971000', '151721.974000', '151741.852000', '151741.855000', '151741.858000', '151741.861000', '151741.863000', '151741.866000', '151741.869000', '151741.872000', '151741.875000', '151741.878000', '151741.880000', '151741.883000', '151741.886000', '151741.889000', '151741.892000', '151741.895000', '151741.898000', '151741.900000', '151741.903000', '151741.906000', '151741.909000', '151741.912000', '151741.914000', '151741.917000', '151741.920000', '151741.923000', '151741.926000', '151741.928000', '151741.931000', '151741.934000', '151741.937000', '151741.940000', '151741.943000', '151741.945000', '151741.948000', '151741.951000', '151741.954000', '151741.957000', '151741.959000', '151741.962000', '151741.965000', '151741.968000', '151741.971000', '151801.852000', '151801.857000', '151801.860000', '151801.863000', '151801.865000', '151801.868000', '151801.871000', '151801.874000', '151801.877000', '151801.880000', '151801.882000', '151801.885000', '151801.888000', '151801.891000', '151801.894000', '151801.897000', '151801.899000', '151801.902000', '151801.905000', '151801.908000', '151801.911000', '151801.913000', '151801.916000', '151801.919000', '151801.922000', '151801.925000', '151801.927000', '151801.930000', '151801.933000', '151801.936000', '151801.939000', '151801.942000', '151801.944000', '151801.947000', '151801.950000', '151801.953000', '151801.956000', '151801.958000', '151801.961000', '151801.964000', '151801.967000', '151801.970000', '151801.972000', '151821.851000', '151821.854000', '151821.857000', '151821.860000', '151821.862000', '151821.865000', '151821.868000', '151821.871000', '151821.874000', '151821.877000', '151821.879000', '151821.882000', '151821.885000', '151821.888000', '151821.891000', '151821.894000', '151821.896000', '151821.899000', '151821.902000', '151821.905000', '151821.909000', '151821.912000', '151821.915000', '151821.918000', '151821.921000', '151821.924000', '151821.926000', '151821.929000', '151821.932000', '151821.935000', '151821.938000', '151821.941000', '151821.943000', '151821.946000', '151821.949000', '151821.952000', '151821.954000', '151821.957000', '151821.960000', '151821.963000', '151821.966000', '151821.969000', '151821.979000', '151821.982000', '151841.851000', '151841.854000', '151841.857000', '151841.860000', '151841.863000', '151841.866000', '151841.868000', '151841.871000', '151841.874000', '151841.877000', '151841.880000', '151841.883000', '151841.886000', '151841.889000', '151841.891000', '151841.894000', '151841.897000', '151841.900000', '151841.903000', '151841.906000', '151841.908000', '151841.911000', '151841.914000', '151841.917000', '151841.920000', '151841.922000', '151841.925000', '151841.928000', '151841.931000', '151841.934000', '151841.937000', '151841.940000', '151841.942000', '151841.945000', '151841.948000', '151841.951000', '151841.954000', '151841.956000', '151841.959000', '151841.962000', '151841.965000', '151841.968000', '151841.971000', '151901.852000', '151901.855000', '151901.858000', '151901.861000', '151901.864000', '151901.866000', '151901.869000', '151901.872000', '151901.875000', '151901.878000', '151901.881000', '151901.883000', '151901.886000', '151901.889000', '151901.892000', '151901.895000', '151901.897000', '151901.900000', '151901.903000', '151901.906000', '151901.909000', '151901.912000', '151901.914000', '151901.917000', '151901.920000', '151901.923000', '151901.926000', '151901.928000', '151901.931000', '151901.934000', '151901.937000', '151901.940000', '151901.943000', '151901.945000', '151901.948000', '151901.951000', '151901.954000', '151901.957000', '151901.960000', '151901.962000', '151901.965000', '151901.968000', '151901.971000', '151901.974000', '151921.852000', '151921.855000', '151921.858000', '151921.861000', '151921.863000', '151921.866000', '151921.869000', '151921.872000', '151921.875000', '151921.878000', '151921.880000', '151921.883000', '151921.886000', '151921.889000', '151921.892000', '151921.895000', '151921.898000', '151921.901000', '151921.903000', '151921.906000', '151921.909000', '151921.912000', '151921.915000', '151921.917000', '151921.920000', '151921.923000', '151921.926000', '151921.929000', '151921.932000', '151921.934000', '151921.937000', '151921.940000', '151921.943000', '151921.946000', '151921.948000', '151921.951000', '151921.954000', '151921.957000', '151921.960000', '151921.963000', '151921.965000', '151921.968000', '151921.971000', '151941.852000', '151941.855000', '151941.858000', '151941.861000', '151941.863000', '151941.866000', '151941.869000', '151941.872000', '151941.875000', '151941.878000', '151941.881000', '151941.883000', '151941.886000', '151941.889000', '151941.892000', '151941.895000', '151941.898000', '151941.900000', '151941.903000', '151941.906000', '151941.909000', '151941.912000', '151941.915000', '151941.917000', '151941.920000', '151941.923000', '151941.926000', '151941.929000', '151941.932000', '151941.934000', '151941.937000', '151941.940000', '151941.943000', '151941.946000', '151941.949000', '151941.951000', '151941.954000', '151941.957000', '151941.960000', '151941.963000', '151941.966000', '151941.968000', '151941.971000', '151941.974000', '152001.852000', '152001.855000', '152001.858000', '152001.861000', '152001.863000', '152001.866000', '152001.869000', '152001.872000', '152001.875000', '152001.878000', '152001.881000', '152001.883000', '152001.886000', '152001.889000', '152001.892000', '152001.895000', '152001.898000', '152001.901000', '152001.904000', '152001.907000', '152001.910000', '152001.912000', '152001.915000', '152001.918000', '152001.921000', '152001.924000', '152001.927000', '152001.930000', '152001.932000', '152001.935000', '152001.938000', '152001.941000', '152001.944000', '152001.946000', '152001.949000', '152001.952000', '152001.955000', '152001.958000', '152001.961000', '152001.963000', '152001.966000', '152001.969000', '152001.972000', '152021.852000', '152021.855000', '152021.858000', '152021.860000', '152021.863000', '152021.866000', '152021.869000', '152021.872000', '152021.875000', '152021.877000', '152021.880000', '152021.883000', '152021.886000', '152021.889000', '152021.892000', '152021.894000', '152021.897000', '152021.900000', '152021.903000', '152021.906000', '152021.909000', '152021.911000', '152021.914000', '152021.917000', '152021.920000', '152021.923000', '152021.926000', '152021.929000', '152021.931000', '152021.934000', '152021.937000', '152021.940000', '152021.943000', '152021.945000', '152021.948000', '152021.951000', '152021.954000', '152021.957000', '152021.960000', '152021.962000', '152021.965000', '152021.968000', '152021.971000', '152021.974000', '152041.851000', '152041.854000', '152041.857000', '152041.860000', '152041.862000', '152041.865000', '152041.868000', '152041.871000', '152041.874000', '152041.877000', '152041.879000', '152041.882000', '152041.885000', '152041.888000', '152041.891000', '152041.894000', '152041.896000', '152041.899000', '152041.902000', '152041.905000', '152041.908000', '152041.910000', '152041.913000', '152041.916000', '152041.919000', '152041.922000', '152041.927000', '152041.930000', '152041.933000', '152041.936000', '152041.938000', '152041.941000', '152041.944000', '152041.947000', '152041.950000', '152041.953000', '152041.955000', '152041.958000', '152041.961000', '152041.964000', '152041.967000', '152041.970000', '152041.972000', '152048.869000', '152048.873000', '152048.876000', '152048.879000', '152048.882000', '152048.885000', '152048.888000', '152048.891000', '152048.894000', '152048.897000', '152048.900000', '152048.903000', '152048.906000', '152048.909000', '152048.912000', '152048.914000'], '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': [11392, 11320, 10688, 10451, 11316, 11011, 10228, 11623, 10266, 10261, 11493, 10316, 9639, 11537, 10560, 10416, 11170, 10760, 10738, 11357, 10713, 10636, 11036, 10691, 9629, 11136, 10967, 10577, 11216, 10872, 10146, 11138, 11136, 8580, 11420, 11031, 8435, 9893, 11053, 11227, 12466, 10709, 11140, 11798, 9564, 11019, 11624, 10311, 11064, 11403, 10571, 10984, 11295, 9571, 10870, 11733, 11051, 11083, 11032, 10349, 10817, 11754, 9638, 11084, 11130, 9608, 10966, 11204, 9175, 10861, 11612, 10340, 10852, 11294, 8755, 10807, 11504, 10044, 11002, 11028, 9095, 10855, 11158, 10050, 10670, 11360, 10168, 10566, 11559, 10317, 10582, 11705, 10798, 11000, 11151, 10374, 10417, 11463, 9392, 11092, 11533, 10971, 10373, 12082, 10131, 10638, 12052, 10956, 10904, 12402, 10327, 10893, 12931, 10374, 9651, 10726, 10333, 10465, 12661, 10839, 9748, 10959, 10074, 10043, 9206, 10557, 10259, 9164, 10998, 10926, 10392, 10680, 10821, 9389, 10781, 10940, 9893, 10637, 10842, 10813, 10749, 11151, 10105, 10785, 11400, 9912, 10904, 10952, 9722, 10817, 11421, 12114, 10640, 10667, 10472, 10472, 11006, 12742, 10698, 10559, 10732, 10910, 10530, 11334, 10661, 10153, 11078, 10769, 9990, 10300, 10497, 9814, 9844, 10820, 10663, 11015, 11024, 10915, 11217, 10891, 10995, 9490, 11257, 11145, 10908, 10873, 11694, 10529, 10874, 11553, 10804, 11135, 12261, 11394, 9976, 10561, 10850, 10047, 10583, 11146, 10974, 10490, 11265, 10980, 10677, 11112, 11367, 11165, 11127, 11211, 11127, 11479, 11062, 9992, 11012, 12377, 11520, 11303, 11637, 10819, 10932, 11691, 10742, 9396, 9972, 10651, 10236, 10737, 10795, 10533, 10811, 10874, 10861, 8934, 10882, 11132, 9877, 11165, 11151, 11344, 10800, 11821, 10735, 10148, 10578, 10851, 10550, 10505, 10671, 9967, 10658, 10265, 10511, 9424, 11154, 10580, 9991, 10982, 10593, 11016, 11181, 10836, 11254, 10926, 10649, 10683, 11071, 11000, 11289, 11243, 10523, 9989, 11277, 10834, 9852, 11313, 10916, 10044, 10939, 11200, 10364, 11040, 11359, 11486, 8937, 8914, 10674, 9803, 10107, 10576, 9549, 10045, 10712, 10220, 9949, 10898, 10960, 10899, 11251, 10468, 9834, 11219, 11973, 10381, 9405, 9822, 10711, 10573, 10092, 10908, 11070, 10425, 11272, 10940, 10786, 11017, 11363, 10324, 11124, 12005, 10931, 8953, 9201, 10727, 10448, 9464, 10542, 10293, 10164, 10883, 10821, 9460, 11100, 11117, 13062, 10478, 10531, 9689, 10958, 10492, 9300, 10995, 10500, 10001, 11087, 10866, 10399, 11115, 10680, 9875, 10800, 10749, 10925, 10977, 10629, 9549, 10638, 10069, 10761, 10878, 10663, 10731, 11298, 10317, 10380, 11495, 10697, 10841, 11170, 10783, 11114, 11198, 10721, 10696, 11429, 10772, 11128, 11253, 10573, 10367, 10784, 10657, 10930, 11318, 10471, 10818, 10941, 10529, 11002, 11611, 10562, 9518, 10825, 11592, 11095, 11291, 10938, 11030, 10920, 11238, 10901, 11457, 11388, 10216, 11207, 11524, 9524, 11258, 11071, 11472, 11408, 10774, 10802, 11254, 10769, 11080, 11322, 10355, 10987, 10996, 10586, 11088, 11488, 10370, 11039, 10872, 10737, 10149, 10978, 10321, 10723, 10956, 10633, 10503, 10971, 11049, 10012, 11383, 10820, 9854, 10981, 10840, 9360, 11166, 10510, 9606, 11138, 10841, 10609, 11280, 10463, 10701, 10846, 11207, 10659, 11143, 11194, 10926, 9169, 8517, 10742, 9751, 9986, 10362, 9917, 10592, 11231, 10886, 10498, 11138, 10900, 10168, 11059, 11458, 10948, 9279, 10354, 11021, 10501, 10205, 11173, 11311, 10894, 11106, 11047, 9840, 11077, 11395, 9425, 11083, 11136, 9724, 11247, 11386, 10218, 11207, 11024, 10065, 11105, 10222, 10453, 9457, 9997, 10889, 9644, 10094, 11092, 10754, 10401, 10869, 10673, 10537, 10871, 10960, 8927, 11074, 12627, 10953, 9370, 10799, 10867, 10688, 10592, 11359, 10763, 10547, 11015, 11405, 10837, 10964, 11054, 10735, 11010, 11481, 11269, 11501, 11289, 10787, 11150, 11425, 10461, 11420, 11142, 11365, 11077, 11765, 11264, 11079, 11105, 10755, 9579, 9555, 10449, 10997, 11025, 10656, 9166, 9461, 10557, 10100, 9848, 10587, 10112, 9725, 10899, 10752, 10803, 10973, 10476, 9898, 10874, 10713, 10317, 10977, 10932, 10671, 11030, 10869, 8993, 10896, 11230, 9217, 9050, 10950, 11263, 12156, 10951, 10832, 12774, 11109, 11066, 12466, 11359, 11051, 12063, 11300, 11407, 11692, 10372, 8969, 9293, 8670, 8862, 10313, 11201, 12457, 11513, 9792, 10295, 10997, 10192, 10307, 10673, 10404, 11262, 10758, 11111, 11487, 9393, 10540, 11006, 12392, 10566, 10743, 12409, 10218, 11071, 11508, 10639, 11118, 11613, 10653, 10897, 11236, 10596, 9614, 8912, 10857, 9809, 10831, 11137, 10755, 9871, 11317, 10654, 9623, 11184, 11372, 11079, 11306, 11471, 11083, 9172, 10677, 10769, 10674, 10970, 11306, 10836, 10833, 11205, 12030, 9877, 11482, 11827, 11140, 11461, 11519, 11141, 11226, 11115, 11279, 11072, 11070, 10565, 11222, 10750, 10992, 11028, 10472, 9844, 10948, 11224, 9790, 11161, 10675, 11036, 11100, 11928, 11168, 10986, 11914, 11016, 10044, 9496, 11117, 9909, 10239, 10498, 10412, 10754, 11076, 11306, 12577, 10942, 8970, 9485, 10716, 9337, 9999, 10537, 9327, 10219, 10450, 10747, 11364, 10246, 11227, 11443, 10934, 11233, 11424, 11568, 10977, 11627, 10079, 11229, 11083, 10658, 11318, 11457, 10748, 10995, 12212, 11335, 11040, 12818, 11543, 11306, 11341, 11115, 11035, 11334, 10968, 11267, 11190, 10901, 9237, 10747, 11230, 9950, 10786, 10516, 9571, 10808, 10667, 10417, 10425, 10440, 9723, 10444, 10760, 10479, 10627, 11264, 10048, 10297, 10927, 10597, 10998, 11010, 10605, 10730, 10584, 10107, 10488, 10542, 10377, 10575, 10878, 10373, 10262, 10809, 10279, 9364, 11032, 10737, 10639, 11100, 10277, 9130, 11411, 11714, 11034, 11331, 10968, 10354, 11155, 11003, 10681, 11023, 11916, 10345, 10963, 11537, 10263, 11206, 11931, 10399, 10996, 11612, 10427, 9457, 9424, 10343, 11184, 11764, 10167, 9328, 9512, 10744, 10297, 10826, 10464, 9922, 10008, 10337, 10295, 10472, 10644, 9945, 10000, 10449, 10041, 10304, 10991, 9915, 9681, 10739, 9552, 9704, 10218, 11058, 12413, 9715, 11065, 12168, 10552, 11078, 12178, 10833, 11035, 12117, 10591, 11086, 12048, 10332, 11129, 12228, 10386, 11124, 12396, 10932, 9454, 9870, 10235, 9767, 10448, 10895, 10079, 10236, 11275, 10353, 9856, 8921, 10839, 11516, 12250, 10392, 11092, 12499, 10871, 11292, 11530, 10232, 11308, 10973, 9779, 11091, 10570, 10446, 10966, 11329, 10829, 10910, 10101, 10654, 8987, 9526, 10553, 10253, 10500, 11102, 10752, 11070, 11680, 10987, 10521, 11131, 11361, 10253, 11412, 10998, 10399, 11087, 10787, 10243, 10887, 10665, 10084, 9388, 9411, 10025, 9321, 9312, 10033, 9240, 9248, 10633, 10377, 9182, 10243, 10473, 8148, 10511, 11468, 9075, 10970, 11410, 10199, 10991, 12100, 10243, 10019, 10966, 10139, 10133, 9883, 10748, 10893, 9954, 10645, 11000, 10118, 10788, 11110, 9433, 10748, 11309, 9089, 7956, 10220, 11250, 12007, 9449, 10823, 11551, 10152, 11124, 12718, 10593, 10897, 12104, 10730, 11122, 12166, 10768, 10937, 11885, 10129, 9328, 8638, 9987, 9904, 8997, 10351, 9650, 8678, 10232, 9905, 9454, 10393, 9624, 9760, 9781, 10436, 10370, 10852, 10457, 10117, 10352, 10977, 10045, 10724, 11165, 10706, 10519, 11535, 10694, 9366, 9204, 10457, 10625, 9739, 10308, 11035, 9841, 10971, 11918, 10535, 11101, 11760, 10182, 11325, 12787, 10389, 11603, 12687, 10650, 10976, 12107, 10403, 9473, 9980, 10236, 9919, 10428, 10312, 10641, 10317, 10689, 10287, 10731, 10896, 10871, 10136, 10600, 10238, 10673, 10827, 10615, 10682, 10826, 10508, 10393, 11099, 10899, 10787, 11065, 10982, 11178, 9107, 8979, 9754, 9690, 9698, 10341, 9956, 9951, 10674, 10533, 10453, 10722], 'WindowCenter': [3978.0, 3965.0, 3949.0, 3950.0, 3949.0, 3936.0, 3936.0, 3948.0, 3937.0, 3936.0, 3959.0, 3937.0, 3938.0, 3959.0, 3948.0, 3948.0, 3949.0, 3948.0, 3948.0, 3948.0, 3937.0, 3937.0, 3948.0, 3937.0, 3926.0, 3948.0, 3946.0, 3937.0, 3949.0, 3948.0, 3938.0, 3949.0, 3948.0, 3927.0, 3959.0, 3949.0, 3916.0, 3938.0, 3961.0, 3962.0, 3960.0, 3949.0, 3960.0, 3959.0, 3938.0, 3949.0, 3950.0, 3949.0, 3959.0, 3959.0, 3948.0, 3950.0, 3949.0, 3938.0, 3951.0, 3959.0, 3948.0, 3949.0, 3949.0, 3938.0, 3949.0, 3947.0, 3927.0, 3949.0, 3948.0, 3938.0, 3949.0, 3948.0, 3938.0, 3949.0, 3948.0, 3949.0, 3950.0, 3949.0, 3928.0, 3950.0, 3958.0, 3938.0, 3949.0, 3949.0, 3928.0, 3950.0, 3949.0, 3939.0, 3950.0, 3959.0, 3949.0, 3951.0, 3961.0, 3951.0, 3962.0, 3959.0, 3961.0, 3961.0, 3960.0, 3950.0, 3950.0, 3959.0, 3939.0, 3961.0, 3960.0, 3949.0, 3951.0, 3960.0, 3950.0, 3950.0, 3959.0, 3950.0, 3961.0, 3960.0, 3950.0, 3951.0, 3959.0, 3939.0, 3940.0, 3948.0, 3938.0, 3948.0, 3958.0, 3949.0, 3939.0, 3947.0, 3938.0, 3938.0, 3927.0, 3948.0, 3949.0, 3927.0, 3948.0, 3949.0, 3937.0, 3949.0, 3949.0, 3927.0, 3949.0, 3949.0, 3938.0, 3949.0, 3949.0, 3948.0, 3950.0, 3948.0, 3949.0, 3950.0, 3961.0, 3938.0, 3949.0, 3950.0, 3938.0, 3950.0, 3960.0, 3947.0, 3938.0, 3949.0, 3936.0, 3937.0, 3949.0, 3957.0, 3937.0, 3938.0, 3935.0, 3935.0, 3937.0, 3936.0, 3936.0, 3937.0, 3935.0, 3935.0, 3926.0, 3935.0, 3936.0, 3937.0, 3925.0, 3946.0, 3936.0, 3935.0, 3947.0, 3936.0, 3946.0, 3946.0, 3947.0, 3937.0, 3947.0, 3946.0, 3937.0, 3948.0, 3947.0, 3937.0, 3947.0, 3947.0, 3947.0, 3949.0, 3947.0, 3947.0, 3938.0, 3935.0, 3937.0, 3937.0, 3935.0, 3947.0, 3937.0, 3935.0, 3936.0, 3937.0, 3936.0, 3946.0, 3946.0, 3945.0, 3946.0, 3935.0, 3935.0, 3948.0, 3946.0, 3936.0, 3947.0, 3945.0, 3946.0, 3948.0, 3946.0, 3936.0, 3937.0, 3945.0, 3935.0, 3927.0, 3924.0, 3936.0, 3937.0, 3936.0, 3947.0, 3937.0, 3946.0, 3947.0, 3948.0, 3927.0, 3948.0, 3947.0, 3926.0, 3949.0, 3948.0, 3948.0, 3949.0, 3947.0, 3946.0, 3939.0, 3937.0, 3962.0, 3950.0, 3937.0, 3937.0, 3939.0, 3937.0, 3938.0, 3938.0, 3926.0, 3947.0, 3938.0, 3936.0, 3937.0, 3937.0, 3936.0, 3948.0, 3937.0, 3936.0, 3936.0, 3937.0, 3937.0, 3947.0, 3936.0, 3946.0, 3948.0, 3937.0, 3937.0, 3949.0, 3947.0, 3925.0, 3949.0, 3937.0, 3926.0, 3948.0, 3935.0, 3936.0, 3947.0, 3936.0, 3947.0, 3917.0, 3926.0, 3948.0, 3938.0, 3935.0, 3937.0, 3937.0, 3937.0, 3937.0, 3938.0, 3938.0, 3948.0, 3947.0, 3936.0, 3948.0, 3937.0, 3938.0, 3949.0, 3958.0, 3938.0, 3928.0, 3937.0, 3949.0, 3938.0, 3948.0, 3949.0, 3948.0, 3949.0, 3949.0, 3949.0, 3949.0, 3949.0, 3949.0, 3938.0, 3960.0, 3958.0, 3950.0, 3930.0, 3939.0, 3961.0, 3951.0, 3938.0, 3949.0, 3950.0, 3938.0, 3949.0, 3951.0, 3938.0, 3950.0, 3950.0, 3959.0, 3937.0, 3938.0, 3926.0, 3948.0, 3948.0, 3926.0, 3947.0, 3938.0, 3937.0, 3949.0, 3948.0, 3937.0, 3948.0, 3949.0, 3936.0, 3948.0, 3937.0, 3947.0, 3947.0, 3938.0, 3926.0, 3936.0, 3937.0, 3937.0, 3947.0, 3938.0, 3936.0, 3948.0, 3938.0, 3937.0, 3947.0, 3937.0, 3947.0, 3948.0, 3948.0, 3947.0, 3948.0, 3937.0, 3937.0, 3948.0, 3937.0, 3947.0, 3947.0, 3938.0, 3937.0, 3947.0, 3937.0, 3947.0, 3949.0, 3938.0, 3948.0, 3948.0, 3938.0, 3947.0, 3948.0, 3938.0, 3938.0, 3949.0, 3948.0, 3948.0, 3950.0, 3949.0, 3949.0, 3950.0, 3948.0, 3949.0, 3949.0, 3947.0, 3937.0, 3948.0, 3948.0, 3925.0, 3948.0, 3936.0, 3946.0, 3947.0, 3936.0, 3936.0, 3947.0, 3936.0, 3935.0, 3947.0, 3936.0, 3935.0, 3936.0, 3936.0, 3935.0, 3947.0, 3936.0, 3935.0, 3948.0, 3936.0, 3936.0, 3947.0, 3936.0, 3947.0, 3949.0, 3937.0, 3947.0, 3949.0, 3948.0, 3937.0, 3949.0, 3947.0, 3938.0, 3948.0, 3937.0, 3926.0, 3948.0, 3937.0, 3927.0, 3949.0, 3937.0, 3937.0, 3948.0, 3937.0, 3937.0, 3949.0, 3948.0, 3937.0, 3949.0, 3947.0, 3948.0, 3928.0, 3927.0, 3949.0, 3939.0, 3937.0, 3938.0, 3940.0, 3947.0, 3960.0, 3948.0, 3949.0, 3950.0, 3949.0, 3939.0, 3949.0, 3948.0, 3949.0, 3929.0, 3939.0, 3950.0, 3949.0, 3948.0, 3959.0, 3949.0, 3948.0, 3949.0, 3948.0, 3938.0, 3950.0, 3948.0, 3927.0, 3948.0, 3948.0, 3927.0, 3948.0, 3947.0, 3938.0, 3948.0, 3935.0, 3926.0, 3949.0, 3936.0, 3949.0, 3939.0, 3937.0, 3949.0, 3939.0, 3938.0, 3947.0, 3948.0, 3949.0, 3950.0, 3950.0, 3938.0, 3950.0, 3948.0, 3927.0, 3950.0, 3959.0, 3949.0, 3940.0, 3949.0, 3961.0, 3951.0, 3949.0, 3950.0, 3951.0, 3939.0, 3950.0, 3950.0, 3938.0, 3938.0, 3949.0, 3937.0, 3948.0, 3948.0, 3948.0, 3948.0, 3948.0, 3936.0, 3947.0, 3936.0, 3936.0, 3948.0, 3936.0, 3947.0, 3948.0, 3945.0, 3947.0, 3948.0, 3936.0, 3937.0, 3927.0, 3925.0, 3937.0, 3948.0, 3936.0, 3937.0, 3928.0, 3927.0, 3949.0, 3938.0, 3937.0, 3949.0, 3939.0, 3937.0, 3950.0, 3950.0, 3948.0, 3949.0, 3939.0, 3938.0, 3949.0, 3938.0, 3937.0, 3949.0, 3948.0, 3938.0, 3949.0, 3948.0, 3927.0, 3949.0, 3948.0, 3926.0, 3926.0, 3960.0, 3963.0, 3961.0, 3951.0, 3951.0, 3959.0, 3949.0, 3951.0, 3958.0, 3949.0, 3950.0, 3948.0, 3947.0, 3949.0, 3949.0, 3939.0, 3941.0, 3928.0, 3930.0, 3941.0, 3953.0, 3964.0, 3961.0, 3950.0, 3941.0, 3940.0, 3951.0, 3951.0, 3938.0, 3939.0, 3940.0, 3949.0, 3950.0, 3949.0, 3947.0, 3929.0, 3951.0, 3952.0, 3960.0, 3939.0, 3950.0, 3959.0, 3939.0, 3950.0, 3948.0, 3938.0, 3948.0, 3947.0, 3938.0, 3950.0, 3948.0, 3949.0, 3938.0, 3927.0, 3947.0, 3939.0, 3949.0, 3948.0, 3948.0, 3938.0, 3961.0, 3938.0, 3928.0, 3950.0, 3959.0, 3950.0, 3950.0, 3948.0, 3949.0, 3929.0, 3948.0, 3950.0, 3950.0, 3949.0, 3950.0, 3950.0, 3949.0, 3950.0, 3949.0, 3938.0, 3949.0, 3950.0, 3948.0, 3949.0, 3948.0, 3948.0, 3948.0, 3948.0, 3949.0, 3948.0, 3948.0, 3937.0, 3948.0, 3937.0, 3937.0, 3949.0, 3937.0, 3937.0, 3949.0, 3948.0, 3938.0, 3949.0, 3938.0, 3949.0, 3949.0, 3947.0, 3948.0, 3949.0, 3947.0, 3938.0, 3927.0, 3926.0, 3947.0, 3939.0, 3936.0, 3937.0, 3937.0, 3936.0, 3947.0, 3948.0, 3946.0, 3935.0, 3915.0, 3925.0, 3937.0, 3926.0, 3936.0, 3948.0, 3939.0, 3939.0, 3950.0, 3951.0, 3960.0, 3939.0, 3951.0, 3949.0, 3949.0, 3950.0, 3949.0, 3949.0, 3950.0, 3948.0, 3938.0, 3950.0, 3948.0, 3938.0, 3949.0, 3947.0, 3936.0, 3949.0, 3948.0, 3948.0, 3949.0, 3957.0, 3948.0, 3948.0, 3947.0, 3947.0, 3949.0, 3947.0, 3946.0, 3948.0, 3947.0, 3948.0, 3927.0, 3948.0, 3949.0, 3938.0, 3948.0, 3949.0, 3939.0, 3948.0, 3949.0, 3950.0, 3938.0, 3938.0, 3940.0, 3937.0, 3949.0, 3949.0, 3937.0, 3949.0, 3938.0, 3938.0, 3950.0, 3949.0, 3948.0, 3948.0, 3938.0, 3937.0, 3938.0, 3938.0, 3937.0, 3948.0, 3938.0, 3937.0, 3948.0, 3938.0, 3937.0, 3949.0, 3938.0, 3927.0, 3950.0, 3947.0, 3938.0, 3950.0, 3938.0, 3928.0, 3960.0, 3959.0, 3949.0, 3961.0, 3948.0, 3938.0, 3950.0, 3948.0, 3949.0, 3950.0, 3959.0, 3939.0, 3950.0, 3949.0, 3949.0, 3960.0, 3959.0, 3939.0, 3950.0, 3948.0, 3949.0, 3939.0, 3927.0, 3938.0, 3950.0, 3958.0, 3939.0, 3940.0, 3938.0, 3950.0, 3951.0, 3948.0, 3949.0, 3940.0, 3938.0, 3939.0, 3939.0, 3937.0, 3949.0, 3939.0, 3937.0, 3938.0, 3939.0, 3938.0, 3949.0, 3940.0, 3938.0, 3960.0, 3941.0, 3940.0, 3950.0, 3961.0, 3972.0, 3940.0, 3962.0, 3960.0, 3950.0, 3961.0, 3959.0, 3949.0, 3951.0, 3960.0, 3949.0, 3950.0, 3947.0, 3938.0, 3950.0, 3947.0, 3938.0, 3949.0, 3958.0, 3948.0, 3939.0, 3937.0, 3938.0, 3937.0, 3936.0, 3948.0, 3938.0, 3937.0, 3948.0, 3938.0, 3937.0, 3928.0, 3961.0, 3962.0, 3960.0, 3939.0, 3950.0, 3958.0, 3948.0, 3949.0, 3947.0, 3937.0, 3948.0, 3936.0, 3937.0, 3948.0, 3936.0, 3936.0, 3949.0, 3947.0, 3948.0, 3950.0, 3937.0, 3948.0, 3928.0, 3937.0, 3950.0, 3938.0, 3948.0, 3950.0, 3950.0, 3949.0, 3960.0, 3949.0, 3949.0, 3950.0, 3948.0, 3937.0, 3960.0, 3949.0, 3950.0, 3949.0, 3947.0, 3938.0, 3950.0, 3938.0, 3950.0, 3940.0, 3927.0, 3939.0, 3939.0, 3928.0, 3939.0, 3929.0, 3939.0, 3951.0, 3951.0, 3940.0, 3953.0, 3952.0, 3931.0, 3963.0, 3962.0, 3941.0, 3963.0, 3961.0, 3951.0, 3962.0, 3959.0, 3950.0, 3941.0, 3949.0, 3940.0, 3940.0, 3940.0, 3951.0, 3950.0, 3938.0, 3950.0, 3950.0, 3949.0, 3951.0, 3950.0, 3940.0, 3951.0, 3951.0, 3929.0, 3918.0, 3952.0, 3963.0, 3961.0, 3940.0, 3962.0, 3960.0, 3950.0, 3961.0, 3958.0, 3949.0, 3950.0, 3958.0, 3949.0, 3950.0, 3958.0, 3949.0, 3950.0, 3948.0, 3938.0, 3929.0, 3916.0, 3937.0, 3939.0, 3926.0, 3938.0, 3928.0, 3916.0, 3938.0, 3939.0, 3927.0, 3938.0, 3938.0, 3939.0, 3939.0, 3938.0, 3938.0, 3951.0, 3949.0, 3950.0, 3962.0, 3950.0, 3940.0, 3962.0, 3950.0, 3950.0, 3951.0, 3960.0, 3952.0, 3941.0, 3939.0, 3951.0, 3951.0, 3939.0, 3951.0, 3950.0, 3940.0, 3950.0, 3960.0, 3949.0, 3950.0, 3960.0, 3939.0, 3949.0, 3958.0, 3937.0, 3949.0, 3957.0, 3937.0, 3938.0, 3946.0, 3937.0, 3928.0, 3926.0, 3937.0, 3927.0, 3935.0, 3937.0, 3937.0, 3925.0, 3937.0, 3937.0, 3937.0, 3948.0, 3948.0, 3936.0, 3938.0, 3937.0, 3937.0, 3948.0, 3937.0, 3936.0, 3948.0, 3938.0, 3937.0, 3948.0, 3937.0, 3948.0, 3949.0, 3948.0, 3948.0, 3928.0, 3916.0, 3937.0, 3928.0, 3939.0, 3939.0, 3938.0, 3938.0, 3950.0, 3949.0, 3947.0, 3950.0], 'WindowWidth': [8874.0, 8848.0, 8819.0, 8818.0, 8817.0, 8794.0, 8792.0, 8811.0, 8794.0, 8795.0, 8828.0, 8795.0, 8799.0, 8828.0, 8812.0, 8811.0, 8814.0, 8810.0, 8810.0, 8813.0, 8797.0, 8795.0, 8812.0, 8794.0, 8781.0, 8811.0, 8806.0, 8795.0, 8813.0, 8810.0, 8799.0, 8814.0, 8811.0, 8783.0, 8829.0, 8815.0, 8768.0, 8800.0, 8837.0, 8841.0, 8835.0, 8816.0, 8833.0, 8829.0, 8800.0, 8817.0, 8816.0, 8815.0, 8830.0, 8830.0, 8811.0, 8817.0, 8815.0, 8801.0, 8821.0, 8829.0, 8810.0, 8816.0, 8816.0, 8798.0, 8815.0, 8810.0, 8781.0, 8814.0, 8812.0, 8798.0, 8816.0, 8813.0, 8800.0, 8817.0, 8815.0, 8814.0, 8818.0, 8815.0, 8786.0, 8819.0, 8828.0, 8799.0, 8817.0, 8816.0, 8787.0, 8818.0, 8814.0, 8802.0, 8818.0, 8828.0, 8815.0, 8823.0, 8835.0, 8822.0, 8838.0, 8830.0, 8834.0, 8835.0, 8831.0, 8819.0, 8820.0, 8829.0, 8803.0, 8836.0, 8832.0, 8817.0, 8822.0, 8832.0, 8818.0, 8820.0, 8831.0, 8817.0, 8835.0, 8832.0, 8820.0, 8821.0, 8831.0, 8801.0, 8806.0, 8813.0, 8800.0, 8814.0, 8828.0, 8814.0, 8803.0, 8810.0, 8799.0, 8799.0, 8781.0, 8813.0, 8816.0, 8784.0, 8813.0, 8815.0, 8796.0, 8814.0, 8817.0, 8784.0, 8815.0, 8815.0, 8799.0, 8816.0, 8815.0, 8812.0, 8818.0, 8815.0, 8815.0, 8819.0, 8836.0, 8800.0, 8816.0, 8818.0, 8800.0, 8816.0, 8832.0, 8811.0, 8797.0, 8816.0, 8794.0, 8797.0, 8817.0, 8825.0, 8796.0, 8798.0, 8789.0, 8790.0, 8794.0, 8792.0, 8790.0, 8795.0, 8788.0, 8790.0, 8778.0, 8791.0, 8790.0, 8795.0, 8774.0, 8804.0, 8791.0, 8790.0, 8808.0, 8794.0, 8805.0, 8807.0, 8810.0, 8794.0, 8809.0, 8804.0, 8793.0, 8811.0, 8809.0, 8795.0, 8811.0, 8811.0, 8809.0, 8816.0, 8810.0, 8809.0, 8798.0, 8791.0, 8794.0, 8796.0, 8790.0, 8808.0, 8795.0, 8789.0, 8793.0, 8796.0, 8790.0, 8806.0, 8806.0, 8802.0, 8806.0, 8790.0, 8789.0, 8810.0, 8805.0, 8793.0, 8809.0, 8803.0, 8805.0, 8810.0, 8806.0, 8792.0, 8795.0, 8802.0, 8790.0, 8781.0, 8775.0, 8793.0, 8795.0, 8791.0, 8809.0, 8795.0, 8805.0, 8810.0, 8811.0, 8784.0, 8813.0, 8809.0, 8780.0, 8816.0, 8811.0, 8811.0, 8814.0, 8810.0, 8807.0, 8803.0, 8796.0, 8839.0, 8818.0, 8794.0, 8794.0, 8801.0, 8795.0, 8798.0, 8798.0, 8779.0, 8808.0, 8798.0, 8793.0, 8794.0, 8796.0, 8793.0, 8812.0, 8796.0, 8790.0, 8794.0, 8794.0, 8794.0, 8808.0, 8795.0, 8805.0, 8810.0, 8795.0, 8795.0, 8813.0, 8808.0, 8775.0, 8811.0, 8795.0, 8779.0, 8810.0, 8790.0, 8790.0, 8808.0, 8791.0, 8806.0, 8768.0, 8778.0, 8811.0, 8798.0, 8789.0, 8793.0, 8796.0, 8794.0, 8796.0, 8799.0, 8799.0, 8813.0, 8810.0, 8792.0, 8812.0, 8796.0, 8798.0, 8815.0, 8825.0, 8798.0, 8787.0, 8796.0, 8816.0, 8799.0, 8813.0, 8816.0, 8813.0, 8814.0, 8816.0, 8814.0, 8815.0, 8817.0, 8815.0, 8800.0, 8832.0, 8827.0, 8818.0, 8792.0, 8803.0, 8836.0, 8822.0, 8800.0, 8816.0, 8820.0, 8800.0, 8816.0, 8821.0, 8799.0, 8816.0, 8818.0, 8828.0, 8794.0, 8799.0, 8780.0, 8811.0, 8812.0, 8778.0, 8808.0, 8799.0, 8796.0, 8814.0, 8813.0, 8795.0, 8810.0, 8814.0, 8793.0, 8811.0, 8795.0, 8808.0, 8809.0, 8798.0, 8778.0, 8793.0, 8796.0, 8794.0, 8810.0, 8799.0, 8792.0, 8811.0, 8799.0, 8793.0, 8809.0, 8797.0, 8809.0, 8812.0, 8812.0, 8808.0, 8811.0, 8795.0, 8795.0, 8810.0, 8795.0, 8805.0, 8808.0, 8796.0, 8794.0, 8809.0, 8797.0, 8808.0, 8813.0, 8799.0, 8810.0, 8813.0, 8798.0, 8809.0, 8812.0, 8799.0, 8798.0, 8815.0, 8812.0, 8813.0, 8817.0, 8815.0, 8815.0, 8818.0, 8814.0, 8813.0, 8814.0, 8811.0, 8796.0, 8812.0, 8811.0, 8778.0, 8809.0, 8794.0, 8804.0, 8808.0, 8793.0, 8792.0, 8808.0, 8792.0, 8788.0, 8808.0, 8792.0, 8790.0, 8793.0, 8791.0, 8789.0, 8807.0, 8792.0, 8789.0, 8811.0, 8791.0, 8792.0, 8809.0, 8794.0, 8808.0, 8814.0, 8796.0, 8811.0, 8816.0, 8811.0, 8795.0, 8815.0, 8810.0, 8798.0, 8811.0, 8795.0, 8779.0, 8813.0, 8797.0, 8783.0, 8814.0, 8795.0, 8794.0, 8811.0, 8795.0, 8796.0, 8815.0, 8811.0, 8796.0, 8813.0, 8809.0, 8812.0, 8785.0, 8784.0, 8815.0, 8803.0, 8796.0, 8798.0, 8804.0, 8810.0, 8830.0, 8813.0, 8814.0, 8818.0, 8815.0, 8801.0, 8814.0, 8813.0, 8813.0, 8789.0, 8801.0, 8816.0, 8816.0, 8814.0, 8830.0, 8816.0, 8811.0, 8815.0, 8814.0, 8798.0, 8816.0, 8812.0, 8783.0, 8810.0, 8811.0, 8782.0, 8812.0, 8808.0, 8797.0, 8812.0, 8791.0, 8779.0, 8813.0, 8793.0, 8813.0, 8802.0, 8795.0, 8813.0, 8802.0, 8797.0, 8811.0, 8814.0, 8815.0, 8817.0, 8817.0, 8798.0, 8816.0, 8813.0, 8783.0, 8816.0, 8827.0, 8814.0, 8804.0, 8815.0, 8835.0, 8821.0, 8815.0, 8819.0, 8822.0, 8801.0, 8816.0, 8818.0, 8798.0, 8797.0, 8815.0, 8794.0, 8812.0, 8810.0, 8810.0, 8811.0, 8811.0, 8791.0, 8807.0, 8791.0, 8791.0, 8810.0, 8793.0, 8806.0, 8809.0, 8803.0, 8807.0, 8811.0, 8792.0, 8794.0, 8781.0, 8776.0, 8796.0, 8811.0, 8792.0, 8794.0, 8785.0, 8781.0, 8813.0, 8799.0, 8795.0, 8812.0, 8802.0, 8795.0, 8816.0, 8817.0, 8811.0, 8814.0, 8800.0, 8796.0, 8814.0, 8798.0, 8796.0, 8816.0, 8812.0, 8796.0, 8814.0, 8812.0, 8783.0, 8815.0, 8811.0, 8778.0, 8780.0, 8834.0, 8843.0, 8834.0, 8820.0, 8822.0, 8829.0, 8813.0, 8821.0, 8827.0, 8815.0, 8819.0, 8812.0, 8809.0, 8813.0, 8814.0, 8803.0, 8809.0, 8784.0, 8791.0, 8808.0, 8827.0, 8844.0, 8836.0, 8816.0, 8805.0, 8803.0, 8820.0, 8820.0, 8797.0, 8800.0, 8803.0, 8812.0, 8815.0, 8815.0, 8806.0, 8788.0, 8821.0, 8825.0, 8831.0, 8800.0, 8816.0, 8828.0, 8800.0, 8816.0, 8810.0, 8797.0, 8812.0, 8808.0, 8799.0, 8817.0, 8811.0, 8814.0, 8798.0, 8781.0, 8809.0, 8800.0, 8811.0, 8813.0, 8812.0, 8798.0, 8833.0, 8799.0, 8786.0, 8817.0, 8828.0, 8817.0, 8818.0, 8812.0, 8813.0, 8790.0, 8812.0, 8818.0, 8818.0, 8815.0, 8816.0, 8817.0, 8813.0, 8817.0, 8813.0, 8796.0, 8814.0, 8818.0, 8811.0, 8814.0, 8811.0, 8809.0, 8812.0, 8810.0, 8813.0, 8811.0, 8811.0, 8793.0, 8809.0, 8796.0, 8794.0, 8812.0, 8795.0, 8794.0, 8814.0, 8812.0, 8798.0, 8814.0, 8798.0, 8812.0, 8814.0, 8809.0, 8809.0, 8813.0, 8809.0, 8796.0, 8783.0, 8776.0, 8805.0, 8801.0, 8790.0, 8793.0, 8796.0, 8792.0, 8808.0, 8810.0, 8807.0, 8787.0, 8760.0, 8774.0, 8795.0, 8779.0, 8790.0, 8811.0, 8803.0, 8800.0, 8818.0, 8821.0, 8831.0, 8802.0, 8819.0, 8816.0, 8815.0, 8818.0, 8815.0, 8815.0, 8817.0, 8813.0, 8796.0, 8816.0, 8810.0, 8796.0, 8812.0, 8809.0, 8792.0, 8814.0, 8810.0, 8811.0, 8813.0, 8822.0, 8809.0, 8811.0, 8808.0, 8806.0, 8812.0, 8808.0, 8807.0, 8812.0, 8807.0, 8811.0, 8782.0, 8811.0, 8813.0, 8800.0, 8810.0, 8814.0, 8803.0, 8811.0, 8814.0, 8818.0, 8797.0, 8799.0, 8805.0, 8795.0, 8815.0, 8815.0, 8795.0, 8814.0, 8801.0, 8799.0, 8817.0, 8816.0, 8810.0, 8811.0, 8800.0, 8794.0, 8797.0, 8799.0, 8795.0, 8811.0, 8798.0, 8793.0, 8810.0, 8798.0, 8794.0, 8812.0, 8797.0, 8784.0, 8816.0, 8811.0, 8796.0, 8815.0, 8799.0, 8785.0, 8830.0, 8826.0, 8814.0, 8832.0, 8812.0, 8799.0, 8817.0, 8812.0, 8815.0, 8817.0, 8828.0, 8800.0, 8817.0, 8814.0, 8816.0, 8831.0, 8827.0, 8801.0, 8818.0, 8812.0, 8814.0, 8802.0, 8782.0, 8799.0, 8818.0, 8826.0, 8801.0, 8805.0, 8799.0, 8816.0, 8820.0, 8813.0, 8814.0, 8804.0, 8797.0, 8800.0, 8803.0, 8796.0, 8814.0, 8802.0, 8795.0, 8799.0, 8801.0, 8800.0, 8816.0, 8805.0, 8799.0, 8832.0, 8809.0, 8804.0, 8820.0, 8837.0, 8853.0, 8804.0, 8838.0, 8832.0, 8818.0, 8833.0, 8828.0, 8814.0, 8821.0, 8831.0, 8815.0, 8816.0, 8810.0, 8797.0, 8816.0, 8809.0, 8797.0, 8814.0, 8824.0, 8810.0, 8801.0, 8794.0, 8797.0, 8796.0, 8790.0, 8809.0, 8798.0, 8794.0, 8812.0, 8798.0, 8795.0, 8788.0, 8833.0, 8839.0, 8833.0, 8801.0, 8817.0, 8826.0, 8810.0, 8813.0, 8808.0, 8792.0, 8810.0, 8793.0, 8795.0, 8811.0, 8792.0, 8792.0, 8813.0, 8809.0, 8812.0, 8818.0, 8794.0, 8811.0, 8786.0, 8796.0, 8816.0, 8800.0, 8811.0, 8816.0, 8817.0, 8813.0, 8831.0, 8815.0, 8813.0, 8816.0, 8811.0, 8796.0, 8830.0, 8814.0, 8817.0, 8815.0, 8810.0, 8799.0, 8819.0, 8798.0, 8816.0, 8804.0, 8783.0, 8802.0, 8804.0, 8785.0, 8803.0, 8789.0, 8803.0, 8823.0, 8821.0, 8804.0, 8826.0, 8824.0, 8797.0, 8840.0, 8837.0, 8807.0, 8840.0, 8836.0, 8822.0, 8838.0, 8829.0, 8818.0, 8808.0, 8814.0, 8804.0, 8804.0, 8804.0, 8821.0, 8819.0, 8799.0, 8818.0, 8819.0, 8815.0, 8820.0, 8818.0, 8804.0, 8820.0, 8820.0, 8787.0, 8775.0, 8825.0, 8841.0, 8834.0, 8805.0, 8840.0, 8832.0, 8819.0, 8835.0, 8828.0, 8815.0, 8819.0, 8825.0, 8815.0, 8818.0, 8825.0, 8812.0, 8816.0, 8813.0, 8799.0, 8788.0, 8765.0, 8796.0, 8802.0, 8779.0, 8797.0, 8786.0, 8764.0, 8797.0, 8802.0, 8781.0, 8798.0, 8800.0, 8801.0, 8802.0, 8800.0, 8799.0, 8820.0, 8816.0, 8819.0, 8840.0, 8819.0, 8805.0, 8837.0, 8817.0, 8818.0, 8822.0, 8832.0, 8823.0, 8808.0, 8803.0, 8820.0, 8820.0, 8801.0, 8820.0, 8819.0, 8803.0, 8819.0, 8832.0, 8813.0, 8818.0, 8830.0, 8800.0, 8816.0, 8826.0, 8794.0, 8814.0, 8823.0, 8795.0, 8799.0, 8806.0, 8792.0, 8784.0, 8777.0, 8793.0, 8781.0, 8789.0, 8794.0, 8795.0, 8776.0, 8795.0, 8796.0, 8793.0, 8810.0, 8811.0, 8792.0, 8796.0, 8795.0, 8795.0, 8809.0, 8794.0, 8791.0, 8809.0, 8798.0, 8796.0, 8812.0, 8794.0, 8810.0, 8813.0, 8810.0, 8811.0, 8785.0, 8764.0, 8795.0, 8785.0, 8799.0, 8799.0, 8798.0, 8799.0, 8816.0, 8815.0, 8809.0, 8819.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.001512110177404295</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.021194614752567693</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.35314671175703</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2072495438130861</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0252628113457962</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4656</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5757.1826</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.06573381813193274</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>4</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.3734827264239029</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5131063162535585</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.447476305283981</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.769542479423507</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.322300164053187</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00335475</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014803308993577957</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.022763891145586967</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1071</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.5418511673219113</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.6999998092651367</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>37.2313</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.0362</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>171.0781</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>305246.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>821.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>332.1572</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6951</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>513.8996</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3118.9384</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3368.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>71298.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>762.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4152.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>950.9085</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>40.844463700195774</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> |