=== 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-0119 --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-0119",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
122 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
122 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0119_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-0119_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-0119_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-0119/figures/sub-0119_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0119/figures/sub-0119_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0119/figures/sub-0119_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-0119_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-0119/figures/sub-0119_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0119/figures/sub-0119_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0119/figures/sub-0119_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-0119_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-0119/figures/sub-0119_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0119/figures/sub-0119_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0119/figures/sub-0119_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-0119_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-0119/figures/sub-0119_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0119/figures/sub-0119_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0119/figures/sub-0119_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-0119_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-0119/figures/sub-0119_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0119/figures/sub-0119_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0119/figures/sub-0119_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-0119_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-0119/figures/sub-0119_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0119/figures/sub-0119_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0119/figures/sub-0119_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-0119_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-0119/figures/sub-0119_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0119/figures/sub-0119_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-0119/figures/sub-0119_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0119/figures/sub-0119_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-0119/ses-01/func/sub-0119_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>0de6727538e5e171b507a000d425be7d</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>14:13:21.647500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.995992, 0.0682628, 0.057787, -0.060743, 0.990527, -0.123151]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0834853</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4220, -7722, -7261, 286, -204, -19, -23, 128]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 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>228.948</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>245ed460-4d15-44b8-9fb6-3a0565dbd401||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6721746921539307, -0.16296908259391785, 0.17724478244781494, 110.4969253540039], [-0.1831439882516861, 2.6575119495391846, -0.32169803977012634, -91.30328369140625], [0.1550382524728775, 0.33040544390678406, 2.674900770187378, -110.76958465576172], [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': ['141321.647500', '141322.107500', '141322.567500', '141323.027500', '141323.487500', '141323.947500', '141324.407500', '141324.867500', '141325.327500', '141325.787500', '141326.247500', '141326.707500', '141327.167500', '141327.627500', '141328.087500', '141328.547500', '141329.007500', '141329.467500', '141329.927500', '141330.387500', '141330.847500', '141331.307500', '141331.767500', '141332.227500', '141332.687500', '141333.147500', '141333.607500', '141334.067500', '141334.527500', '141334.987500', '141335.447500', '141335.907500', '141336.367500', '141336.827500', '141337.287500', '141337.747500', '141338.207500', '141338.667500', '141339.127500', '141339.587500', '141340.047500', '141340.507500', '141340.967500', '141341.427500', '141341.887500', '141342.347500', '141342.807500', '141343.267500', '141343.727500', '141344.187500', '141344.647500', '141345.107500', '141345.567500', '141346.027500', '141346.487500', '141346.947500', '141347.407500', '141347.867500', '141348.327500', '141348.787500', '141349.247500', '141349.707500', '141350.167500', '141350.627500', '141351.087500', '141351.547500', '141352.007500', '141352.467500', '141352.927500', '141353.387500', '141353.847500', '141354.307500', '141354.767500', '141355.227500', '141355.687500', '141356.147500', '141356.607500', '141357.067500', '141357.527500', '141357.987500', '141358.447500', '141358.907500', '141359.367500', '141359.827500', '141400.287500', '141400.747500', '141401.207500', '141401.667500', '141402.127500', '141402.587500', '141403.047500', '141403.507500', '141403.967500', '141404.427500', '141404.887500', '141405.347500', '141405.807500', '141406.267500', '141406.727500', '141407.187500', '141407.647500', '141408.107500', '141408.567500', '141409.027500', '141409.487500', '141409.947500', '141410.407500', '141410.867500', '141411.327500', '141411.787500', '141412.247500', '141412.707500', '141413.167500', '141413.627500', '141414.087500', '141414.547500', '141415.007500', '141415.467500', '141415.927500', '141416.387500', '141416.847500', '141417.307500', '141417.767500', '141418.227500', '141418.687500', '141419.147500', '141419.607500', '141420.067500', '141420.527500', '141420.987500', '141421.447500', '141421.907500', '141422.367500', '141422.827500', '141423.287500', '141423.747500', '141424.207500', '141424.667500', '141425.127500', '141425.587500', '141426.047500', '141426.507500', '141426.967500', '141427.427500', '141427.887500', '141428.347500', '141428.807500', '141429.267500', '141429.727500', '141430.187500', '141430.647500', '141431.107500', '141431.567500', '141432.027500', '141432.487500', '141432.947500', '141433.407500', '141433.867500', '141434.327500', '141434.787500', '141435.247500', '141435.707500', '141436.167500', '141436.627500', '141437.087500', '141437.547500', '141438.007500', '141438.467500', '141438.927500', '141439.387500', '141439.847500', '141440.307500', '141440.767500', '141441.227500', '141441.687500', '141442.147500', '141442.607500', '141443.067500', '141443.527500', '141443.987500', '141444.447500', '141444.907500', '141445.367500', '141445.827500', '141446.287500', '141446.747500', '141447.207500', '141447.667500', '141448.127500', '141448.587500', '141449.047500', '141449.507500', '141449.967500', '141450.427500', '141450.887500', '141451.347500', '141451.807500', '141452.267500', '141452.727500', '141453.187500', '141453.647500', '141454.107500', '141454.567500', '141455.027500', '141455.487500', '141455.947500', '141456.407500', '141456.867500', '141457.327500', '141457.787500', '141458.247500', '141458.707500', '141459.167500', '141459.627500', '141500.087500', '141500.547500', '141501.007500', '141501.467500', '141501.927500', '141502.387500', '141502.847500', '141503.307500', '141503.767500', '141504.227500', '141504.687500', '141505.147500', '141505.607500', '141506.067500', '141506.527500', '141506.987500', '141507.447500', '141507.907500', '141508.367500', '141508.827500', '141509.287500', '141509.747500', '141510.207500', '141510.667500', '141511.127500', '141511.587500', '141512.047500', '141512.507500', '141512.967500', '141513.427500', '141513.887500', '141514.347500', '141514.807500', '141515.267500', '141515.727500', '141516.187500', '141516.647500', '141517.107500', '141517.567500', '141518.027500', '141518.487500', '141518.947500', '141519.407500', '141519.867500', '141520.327500', '141520.787500', '141521.247500', '141521.707500', '141522.167500', '141522.627500', '141523.087500', '141523.547500', '141524.007500', '141524.467500', '141524.927500', '141525.387500', '141525.847500', '141526.307500', '141526.767500', '141527.227500', '141527.687500', '141528.147500', '141528.607500', '141529.067500', '141529.527500', '141529.987500', '141530.447500', '141530.907500', '141531.367500', '141531.827500', '141532.287500', '141532.747500', '141533.207500', '141533.667500', '141534.127500', '141534.587500', '141535.047500', '141535.507500', '141535.967500', '141536.427500', '141536.887500', '141537.347500', '141537.807500', '141538.267500', '141538.727500', '141539.187500', '141539.647500', '141540.107500', '141540.567500', '141541.027500', '141541.487500', '141541.947500', '141542.407500', '141542.867500', '141543.327500', '141543.787500', '141544.247500', '141544.707500', '141545.167500', '141545.627500', '141546.087500', '141546.547500', '141547.007500', '141547.467500', '141547.927500', '141548.387500', '141548.847500', '141549.307500', '141549.767500', '141550.227500', '141550.687500', '141551.147500', '141551.607500', '141552.067500', '141552.527500', '141552.987500', '141553.447500', '141553.907500', '141554.367500', '141554.827500', '141555.287500', '141555.747500', '141556.207500', '141556.667500', '141557.127500', '141557.587500', '141558.047500', '141558.507500', '141558.967500', '141559.427500', '141559.887500', '141600.347500', '141600.807500', '141601.267500', '141601.727500', '141602.187500', '141602.647500', '141603.107500', '141603.567500', '141604.027500', '141604.487500', '141604.947500', '141605.407500', '141605.867500', '141606.327500', '141606.787500', '141607.247500', '141607.707500', '141608.167500', '141608.627500', '141609.087500', '141609.547500', '141610.007500', '141610.467500', '141610.927500', '141611.387500', '141611.847500', '141612.307500', '141612.767500', '141613.227500', '141613.687500', '141614.147500', '141614.607500', '141615.067500', '141615.527500', '141615.987500', '141616.447500', '141616.907500', '141617.367500', '141617.827500', '141618.287500', '141618.747500', '141619.207500', '141619.667500', '141620.127500', '141620.587500', '141621.047500', '141621.507500', '141621.967500', '141622.427500', '141622.887500', '141623.347500', '141623.807500', '141624.267500', '141624.727500', '141625.187500', '141625.647500', '141626.107500', '141626.567500', '141627.027500', '141627.487500', '141627.947500', '141628.407500', '141628.867500', '141629.327500', '141629.787500', '141630.247500', '141630.707500', '141631.167500', '141631.627500', '141632.087500', '141632.547500', '141633.007500', '141633.467500', '141633.927500', '141634.387500', '141634.847500', '141635.307500', '141635.767500', '141636.227500', '141636.687500', '141637.147500', '141637.607500', '141638.067500', '141638.527500', '141638.987500', '141639.447500', '141639.907500', '141640.367500', '141640.827500', '141641.287500', '141641.747500', '141642.207500', '141642.667500', '141643.127500', '141643.587500', '141644.047500', '141644.507500', '141644.967500', '141645.427500', '141645.887500', '141646.347500', '141646.807500', '141647.267500', '141647.727500', '141648.187500', '141648.647500', '141649.107500', '141649.567500', '141650.027500', '141650.487500', '141650.947500', '141651.407500', '141651.867500', '141652.327500', '141652.787500', '141653.247500', '141653.707500', '141654.167500', '141654.627500', '141655.087500', '141655.547500', '141656.007500', '141656.467500', '141656.927500', '141657.387500', '141657.847500', '141658.307500', '141658.767500', '141659.227500', '141659.687500', '141700.147500', '141700.607500', '141701.067500', '141701.527500', '141701.987500', '141702.447500', '141702.907500', '141703.367500', '141703.827500', '141704.287500', '141704.747500', '141705.207500', '141705.667500', '141706.127500', '141706.587500', '141707.047500', '141707.507500', '141707.967500', '141708.427500', '141708.887500', '141709.347500', '141709.807500', '141710.267500', '141710.727500', '141711.187500', '141711.647500', '141712.107500', '141712.567500', '141713.027500', '141713.487500', '141713.947500', '141714.407500', '141714.867500', '141715.327500', '141715.787500', '141716.247500', '141716.707500', '141717.167500', '141717.627500', '141718.087500', '141718.547500', '141719.007500', '141719.467500', '141719.927500', '141720.387500', '141720.847500', '141721.307500', '141721.767500', '141722.227500', '141722.687500', '141723.147500', '141723.607500', '141724.067500', '141724.527500', '141724.987500', '141725.447500', '141725.907500', '141726.367500', '141726.827500', '141727.287500', '141727.747500', '141728.207500', '141728.667500', '141729.127500', '141729.587500', '141730.047500', '141730.507500', '141730.967500', '141731.427500', '141731.887500', '141732.347500', '141732.807500', '141733.267500', '141733.727500', '141734.187500', '141734.647500', '141735.107500', '141735.567500', '141736.027500', '141736.487500', '141736.947500', '141737.407500', '141737.867500', '141738.327500', '141738.787500', '141739.247500', '141739.707500', '141740.167500', '141740.627500', '141741.087500', '141741.547500', '141742.007500', '141742.467500', '141742.927500', '141743.387500', '141743.847500', '141744.307500', '141744.767500', '141745.227500', '141745.687500', '141746.147500', '141746.607500', '141747.067500', '141747.527500', '141747.987500', '141748.447500', '141748.907500', '141749.367500', '141749.827500', '141750.287500', '141750.747500', '141751.207500', '141751.667500', '141752.127500', '141752.587500', '141753.047500', '141753.507500', '141753.967500', '141754.427500', '141754.887500', '141755.347500', '141755.807500', '141756.267500', '141756.727500', '141757.187500', '141757.647500', '141758.107500', '141758.567500', '141759.027500', '141759.487500', '141759.947500', '141800.407500', '141800.867500', '141801.327500', '141801.787500', '141802.247500', '141802.707500', '141803.167500', '141803.627500', '141804.087500', '141804.547500', '141805.007500', '141805.467500', '141805.927500', '141806.387500', '141806.847500', '141807.307500', '141807.767500', '141808.227500', '141808.687500', '141809.147500', '141809.607500', '141810.067500', '141810.527500', '141810.987500', '141811.447500', '141811.907500', '141812.367500', '141812.827500', '141813.287500', '141813.747500', '141814.207500', '141814.667500', '141815.127500', '141815.587500', '141816.047500', '141816.507500', '141816.967500', '141817.427500', '141817.887500', '141818.347500', '141818.807500', '141819.267500', '141819.727500', '141820.187500', '141820.647500', '141821.107500', '141821.567500', '141822.027500', '141822.487500', '141822.947500', '141823.407500', '141823.867500', '141824.327500', '141824.787500', '141825.247500', '141825.707500', '141826.167500', '141826.627500', '141827.087500', '141827.547500', '141828.007500', '141828.467500', '141828.927500', '141829.387500', '141829.847500', '141830.307500', '141830.767500', '141831.227500', '141831.687500', '141832.147500', '141832.607500', '141833.067500', '141833.527500', '141833.987500', '141834.447500', '141834.907500', '141835.367500', '141835.827500', '141836.287500', '141836.747500', '141837.207500', '141837.667500', '141838.127500', '141838.587500', '141839.047500', '141839.507500', '141839.967500', '141840.427500', '141840.887500', '141841.347500', '141841.807500', '141842.267500', '141842.727500', '141843.187500', '141843.647500', '141844.107500', '141844.567500', '141845.027500', '141845.487500', '141845.947500', '141846.407500', '141846.867500', '141847.327500', '141847.787500', '141848.247500', '141848.707500', '141849.167500', '141849.627500', '141850.087500', '141850.547500', '141851.007500', '141851.467500', '141851.927500', '141852.387500', '141852.847500', '141853.307500', '141853.767500', '141854.227500', '141854.687500', '141855.147500', '141855.607500', '141856.067500', '141856.527500', '141856.987500', '141857.447500', '141857.907500', '141858.367500', '141858.827500', '141859.287500', '141859.747500', '141900.207500', '141900.667500', '141901.127500', '141901.587500', '141902.047500', '141902.507500', '141902.967500', '141903.427500', '141903.887500', '141904.347500', '141904.807500', '141905.267500', '141905.727500', '141906.187500', '141906.647500', '141907.107500', '141907.567500', '141908.027500', '141908.487500', '141908.947500', '141909.407500', '141909.867500', '141910.327500', '141910.787500', '141911.247500', '141911.707500', '141912.167500', '141912.627500', '141913.087500', '141913.547500', '141914.007500', '141914.467500', '141914.927500', '141915.387500', '141915.847500', '141916.307500', '141916.767500', '141917.227500', '141917.687500', '141918.147500', '141918.607500', '141919.067500', '141919.527500', '141919.987500', '141920.447500', '141920.907500', '141921.367500', '141921.827500', '141922.287500', '141922.747500', '141923.207500', '141923.667500', '141924.127500', '141924.587500', '141925.047500', '141925.507500', '141925.967500', '141926.427500', '141926.887500', '141927.347500', '141927.807500', '141928.267500', '141928.727500', '141929.187500', '141929.647500', '141930.107500', '141930.567500', '141931.027500', '141931.487500', '141931.947500', '141932.407500', '141932.867500', '141933.327500', '141933.787500', '141934.247500', '141934.707500', '141935.167500', '141935.627500', '141936.087500', '141936.547500', '141937.007500', '141937.467500', '141937.927500', '141938.387500', '141938.847500', '141939.307500', '141939.767500', '141940.227500', '141940.687500', '141941.147500', '141941.607500', '141942.067500', '141942.527500', '141942.987500', '141943.447500', '141943.907500', '141944.367500', '141944.827500', '141945.287500', '141945.747500', '141946.207500', '141946.667500', '141947.127500', '141947.587500', '141948.047500', '141948.507500', '141948.967500', '141949.427500', '141949.887500', '141950.347500', '141950.807500', '141951.267500', '141951.727500', '141952.187500', '141952.647500', '141953.107500', '141953.567500', '141954.027500', '141954.487500', '141954.947500', '141955.407500', '141955.867500', '141956.327500', '141956.787500', '141957.247500', '141957.707500', '141958.167500', '141958.627500', '141959.087500', '141959.547500', '142000.007500', '142000.467500', '142000.927500', '142001.387500', '142001.847500', '142002.307500', '142002.767500', '142003.227500', '142003.687500', '142004.147500', '142004.607500', '142005.067500', '142005.527500', '142005.987500', '142006.447500', '142006.907500', '142007.367500', '142007.827500', '142008.287500', '142008.747500', '142009.207500', '142009.667500', '142010.127500', '142010.587500', '142011.047500', '142011.507500', '142011.967500', '142012.427500', '142012.887500', '142013.347500', '142013.807500', '142014.267500', '142014.727500', '142015.187500', '142015.647500', '142016.107500', '142016.567500', '142017.027500', '142017.487500', '142017.947500', '142018.407500', '142018.867500', '142019.327500', '142019.787500', '142020.247500', '142020.707500', '142021.167500', '142021.627500', '142022.087500', '142022.547500', '142023.007500', '142023.467500', '142023.927500', '142024.387500', '142024.847500', '142025.307500', '142025.767500', '142026.227500', '142026.687500', '142027.147500', '142027.607500', '142028.067500', '142028.527500', '142028.987500', '142029.447500', '142029.907500', '142030.367500', '142030.827500', '142031.287500', '142031.747500', '142032.207500', '142032.667500', '142033.127500', '142033.587500', '142034.047500', '142034.507500', '142034.967500', '142035.427500', '142035.887500', '142036.347500', '142036.807500', '142037.267500', '142037.727500', '142038.187500', '142038.647500', '142039.107500', '142039.567500', '142040.027500', '142040.487500', '142040.947500', '142041.407500', '142041.867500', '142042.327500', '142042.787500', '142043.247500', '142043.707500', '142044.167500', '142044.627500', '142045.087500', '142045.547500', '142046.007500', '142046.467500', '142046.927500', '142047.387500', '142047.847500', '142048.307500', '142048.767500', '142049.227500', '142049.687500', '142050.147500', '142050.607500', '142051.067500', '142051.527500', '142051.987500', '142052.447500', '142052.907500', '142053.367500', '142053.827500', '142054.287500', '142054.747500', '142055.207500', '142055.667500', '142056.127500', '142056.587500', '142057.047500', '142057.507500', '142057.967500', '142058.427500', '142058.887500', '142059.347500', '142059.807500', '142100.267500', '142100.727500', '142101.187500', '142101.647500', '142102.107500', '142102.567500', '142103.027500', '142103.487500', '142103.947500', '142104.407500', '142104.867500', '142105.327500', '142105.787500', '142106.247500', '142106.707500', '142107.167500', '142107.627500', '142108.087500', '142108.547500', '142109.007500', '142109.467500', '142109.927500', '142110.387500', '142110.847500', '142111.307500', '142111.767500', '142112.227500', '142112.687500', '142113.147500', '142113.607500', '142114.067500', '142114.527500', '142114.987500', '142115.447500', '142115.907500', '142116.367500', '142116.827500', '142117.287500', '142117.747500', '142118.207500', '142118.667500', '142119.127500', '142119.587500', '142120.047500', '142120.507500', '142120.967500', '142121.427500', '142121.887500', '142122.347500', '142122.807500', '142123.267500', '142123.727500', '142124.187500', '142124.647500', '142125.107500', '142125.567500', '142126.027500', '142126.487500', '142126.947500', '142127.407500', '142127.867500', '142128.327500', '142128.787500', '142129.247500', '142129.707500', '142130.167500', '142130.627500', '142131.087500', '142131.547500', '142132.007500', '142132.467500', '142132.927500', '142133.387500', '142133.847500', '142134.307500', '142134.767500'], 'ContentTime': ['141344.911000', '141344.914000', '141344.917000', '141344.919000', '141344.922000', '141344.924000', '141344.927000', '141344.930000', '141344.932000', '141344.935000', '141344.937000', '141344.940000', '141344.942000', '141344.945000', '141344.948000', '141344.950000', '141344.953000', '141344.955000', '141344.958000', '141344.961000', '141344.963000', '141344.966000', '141344.968000', '141344.971000', '141344.974000', '141344.977000', '141344.979000', '141344.982000', '141344.985000', '141344.990000', '141344.993000', '141344.995000', '141344.998000', '141345.001000', '141345.004000', '141345.007000', '141345.009000', '141345.012000', '141345.014000', '141345.017000', '141345.019000', '141345.022000', '141345.025000', '141345.027000', '141345.030000', '141345.032000', '141345.035000', '141345.037000', '141404.881000', '141404.883000', '141404.886000', '141404.890000', '141404.892000', '141404.895000', '141404.897000', '141404.900000', '141404.903000', '141404.905000', '141404.908000', '141404.911000', '141404.913000', '141404.916000', '141404.918000', '141404.921000', '141404.924000', '141404.926000', '141404.929000', '141404.931000', '141404.934000', '141404.941000', '141404.944000', '141404.947000', '141404.949000', '141404.952000', '141404.954000', '141404.957000', '141404.960000', '141404.962000', '141404.965000', '141404.967000', '141404.970000', '141404.973000', '141404.975000', '141404.978000', '141404.980000', '141404.983000', '141404.986000', '141404.988000', '141404.991000', '141404.993000', '141404.996000', '141404.998000', '141424.881000', '141424.884000', '141424.887000', '141424.890000', '141424.892000', '141424.895000', '141424.897000', '141424.900000', '141424.903000', '141424.905000', '141424.908000', '141424.910000', '141424.913000', '141424.915000', '141424.918000', '141424.921000', '141424.923000', '141424.926000', '141424.928000', '141424.931000', '141424.934000', '141424.936000', '141424.939000', '141424.941000', '141424.944000', '141424.947000', '141424.949000', '141424.952000', '141424.958000', '141424.960000', '141424.963000', '141424.965000', '141424.968000', '141424.971000', '141424.973000', '141424.976000', '141424.978000', '141424.981000', '141424.984000', '141424.986000', '141424.989000', '141424.991000', '141424.994000', '141444.882000', '141444.884000', '141444.887000', '141444.890000', '141444.892000', '141444.895000', '141444.898000', '141444.900000', '141444.903000', '141444.905000', '141444.908000', '141444.910000', '141444.913000', '141444.916000', '141444.918000', '141444.921000', '141444.923000', '141444.926000', '141444.928000', '141444.931000', '141444.934000', '141444.936000', '141444.939000', '141444.941000', '141444.944000', '141444.947000', '141444.949000', '141444.952000', '141444.954000', '141444.957000', '141444.968000', '141444.971000', '141444.973000', '141444.976000', '141444.979000', '141444.981000', '141444.991000', '141444.994000', '141444.997000', '141445.000000', '141445.003000', '141445.006000', '141445.008000', '141504.881000', '141504.884000', '141504.887000', '141504.889000', '141504.892000', '141504.895000', '141504.898000', '141504.900000', '141504.903000', '141504.905000', '141504.908000', '141504.910000', '141504.913000', '141504.916000', '141504.918000', '141504.921000', '141504.923000', '141504.926000', '141504.928000', '141504.931000', '141504.934000', '141504.936000', '141504.939000', '141504.941000', '141504.944000', '141504.947000', '141504.949000', '141504.952000', '141504.958000', '141504.960000', '141504.963000', '141504.966000', '141504.968000', '141504.983000', '141504.986000', '141504.989000', '141504.991000', '141504.994000', '141504.996000', '141505.000000', '141505.003000', '141505.006000', '141505.008000', '141505.011000', '141524.881000', '141524.884000', '141524.887000', '141524.889000', '141524.892000', '141524.895000', '141524.898000', '141524.900000', '141524.903000', '141524.906000', '141524.908000', '141524.911000', '141524.913000', '141524.916000', '141524.918000', '141524.921000', '141524.924000', '141524.926000', '141524.930000', '141524.933000', '141524.936000', '141524.938000', '141524.941000', '141524.944000', '141524.946000', '141524.949000', '141524.951000', '141524.954000', '141524.956000', '141524.959000', '141524.962000', '141524.964000', '141524.967000', '141524.969000', '141524.972000', '141524.975000', '141524.977000', '141524.980000', '141524.983000', '141524.985000', '141524.988000', '141524.990000', '141524.997000', '141544.882000', '141544.884000', '141544.887000', '141544.890000', '141544.892000', '141544.895000', '141544.898000', '141544.900000', '141544.903000', '141544.905000', '141544.908000', '141544.911000', '141544.913000', '141544.916000', '141544.918000', '141544.921000', '141544.924000', '141544.926000', '141544.929000', '141544.932000', '141544.934000', '141544.937000', '141544.939000', '141544.942000', '141544.945000', '141544.947000', '141544.950000', '141544.952000', '141544.955000', '141544.958000', '141544.960000', '141544.963000', '141544.966000', '141544.968000', '141544.971000', '141544.974000', '141544.976000', '141544.979000', '141544.982000', '141544.984000', '141544.987000', '141544.990000', '141544.992000', '141544.995000', '141604.881000', '141604.884000', '141604.887000', '141604.890000', '141604.892000', '141604.895000', '141604.897000', '141604.900000', '141604.903000', '141604.905000', '141604.908000', '141604.910000', '141604.913000', '141604.916000', '141604.918000', '141604.921000', '141604.924000', '141604.926000', '141604.929000', '141604.931000', '141604.934000', '141604.937000', '141604.939000', '141604.943000', '141604.946000', '141604.949000', '141604.951000', '141604.954000', '141604.956000', '141604.959000', '141604.962000', '141604.964000', '141604.967000', '141604.970000', '141604.972000', '141604.975000', '141604.977000', '141604.980000', '141604.983000', '141604.985000', '141604.988000', '141604.990000', '141604.993000', '141624.881000', '141624.884000', '141624.886000', '141624.889000', '141624.892000', '141624.894000', '141624.897000', '141624.899000', '141624.902000', '141624.905000', '141624.907000', '141624.910000', '141624.912000', '141624.915000', '141624.918000', '141624.920000', '141624.923000', '141624.925000', '141624.928000', '141624.931000', '141624.933000', '141624.936000', '141624.939000', '141624.941000', '141624.944000', '141624.946000', '141624.949000', '141624.951000', '141624.954000', '141624.957000', '141624.959000', '141624.962000', '141624.965000', '141624.967000', '141624.970000', '141624.972000', '141624.975000', '141624.978000', '141624.980000', '141624.983000', '141624.985000', '141624.988000', '141624.991000', '141624.993000', '141644.882000', '141644.884000', '141644.887000', '141644.890000', '141644.892000', '141644.895000', '141644.897000', '141644.900000', '141644.903000', '141644.905000', '141644.908000', '141644.910000', '141644.913000', '141644.915000', '141644.918000', '141644.921000', '141644.923000', '141644.926000', '141644.929000', '141644.931000', '141644.934000', '141644.936000', '141644.939000', '141644.942000', '141644.944000', '141644.947000', '141644.949000', '141644.952000', '141644.955000', '141644.966000', '141644.971000', '141644.974000', '141644.977000', '141644.980000', '141644.982000', '141644.985000', '141644.988000', '141644.990000', '141644.993000', '141644.995000', '141644.998000', '141645.001000', '141645.004000', '141704.881000', '141704.884000', '141704.887000', '141704.890000', '141704.892000', '141704.895000', '141704.897000', '141704.900000', '141704.902000', '141704.905000', '141704.908000', '141704.910000', '141704.913000', '141704.915000', '141704.918000', '141704.921000', '141704.923000', '141704.926000', '141704.928000', '141704.931000', '141704.934000', '141704.936000', '141704.939000', '141704.942000', '141704.944000', '141704.947000', '141704.949000', '141704.952000', '141704.955000', '141704.957000', '141704.960000', '141704.962000', '141704.965000', '141704.968000', '141704.970000', '141704.973000', '141704.975000', '141704.978000', '141704.981000', '141704.983000', '141704.986000', '141704.989000', '141704.992000', '141704.994000', '141724.882000', '141724.884000', '141724.887000', '141724.890000', '141724.892000', '141724.895000', '141724.897000', '141724.900000', '141724.903000', '141724.905000', '141724.908000', '141724.910000', '141724.913000', '141724.916000', '141724.918000', '141724.921000', '141724.924000', '141724.926000', '141724.929000', '141724.931000', '141724.934000', '141724.937000', '141724.939000', '141724.942000', '141724.944000', '141724.947000', '141724.950000', '141724.952000', '141724.955000', '141724.957000', '141724.960000', '141724.963000', '141724.966000', '141724.968000', '141724.977000', '141724.980000', '141724.982000', '141724.985000', '141724.987000', '141724.990000', '141724.993000', '141724.995000', '141724.998000', '141744.882000', '141744.884000', '141744.887000', '141744.890000', '141744.892000', '141744.895000', '141744.897000', '141744.900000', '141744.903000', '141744.905000', '141744.908000', '141744.910000', '141744.913000', '141744.916000', '141744.918000', '141744.921000', '141744.923000', '141744.926000', '141744.929000', '141744.931000', '141744.934000', '141744.936000', '141744.939000', '141744.942000', '141744.944000', '141744.947000', '141744.950000', '141744.952000', '141744.955000', '141744.958000', '141744.960000', '141744.963000', '141744.966000', '141744.968000', '141744.971000', '141744.973000', '141744.976000', '141744.978000', '141744.981000', '141744.984000', '141744.986000', '141744.989000', '141744.991000', '141744.994000', '141804.882000', '141804.885000', '141804.887000', '141804.890000', '141804.893000', '141804.896000', '141804.899000', '141804.901000', '141804.904000', '141804.906000', '141804.909000', '141804.912000', '141804.914000', '141804.917000', '141804.920000', '141804.922000', '141804.925000', '141804.928000', '141804.930000', '141804.933000', '141804.935000', '141804.938000', '141804.941000', '141804.943000', '141804.946000', '141804.949000', '141804.951000', '141804.954000', '141804.957000', '141804.960000', '141804.963000', '141804.966000', '141804.968000', '141804.971000', '141804.974000', '141804.976000', '141804.979000', '141804.982000', '141804.984000', '141804.987000', '141804.989000', '141804.992000', '141804.995000', '141824.882000', '141824.884000', '141824.887000', '141824.890000', '141824.892000', '141824.895000', '141824.897000', '141824.900000', '141824.903000', '141824.905000', '141824.925000', '141824.927000', '141824.930000', '141824.932000', '141824.935000', '141824.938000', '141824.940000', '141824.943000', '141824.945000', '141824.948000', '141824.951000', '141824.953000', '141824.956000', '141824.958000', '141824.961000', '141824.964000', '141824.966000', '141824.969000', '141824.971000', '141824.974000', '141824.977000', '141824.979000', '141824.982000', '141824.985000', '141824.987000', '141824.990000', '141824.992000', '141824.995000', '141824.998000', '141825.001000', '141825.004000', '141825.007000', '141825.009000', '141825.012000', '141844.881000', '141844.883000', '141844.886000', '141844.889000', '141844.891000', '141844.894000', '141844.897000', '141844.899000', '141844.902000', '141844.904000', '141844.907000', '141844.910000', '141844.912000', '141844.915000', '141844.918000', '141844.920000', '141844.923000', '141844.925000', '141844.928000', '141844.931000', '141844.933000', '141844.936000', '141844.938000', '141844.941000', '141844.944000', '141844.946000', '141844.949000', '141844.952000', '141844.955000', '141844.957000', '141844.960000', '141844.963000', '141844.965000', '141844.968000', '141844.971000', '141844.973000', '141844.976000', '141844.978000', '141844.981000', '141844.984000', '141844.986000', '141844.989000', '141844.992000', '141904.882000', '141904.885000', '141904.889000', '141904.892000', '141904.894000', '141904.897000', '141904.900000', '141904.902000', '141904.905000', '141904.908000', '141904.910000', '141904.913000', '141904.915000', '141904.918000', '141904.921000', '141904.923000', '141904.926000', '141904.928000', '141904.931000', '141904.934000', '141904.936000', '141904.939000', '141904.941000', '141904.944000', '141904.947000', '141904.951000', '141904.954000', '141904.956000', '141904.959000', '141904.962000', '141904.964000', '141904.967000', '141904.969000', '141904.972000', '141904.974000', '141904.977000', '141904.980000', '141904.982000', '141904.985000', '141904.988000', '141904.990000', '141904.993000', '141904.996000', '141924.882000', '141924.885000', '141924.888000', '141924.890000', '141924.893000', '141924.896000', '141924.898000', '141924.901000', '141924.904000', '141924.906000', '141924.909000', '141924.911000', '141924.914000', '141924.917000', '141924.919000', '141924.922000', '141924.925000', '141924.927000', '141924.930000', '141924.933000', '141924.935000', '141924.938000', '141924.940000', '141924.943000', '141924.946000', '141924.949000', '141924.951000', '141924.954000', '141924.957000', '141924.959000', '141924.962000', '141924.965000', '141924.967000', '141924.970000', '141924.972000', '141924.975000', '141924.978000', '141924.980000', '141924.983000', '141924.986000', '141924.988000', '141924.991000', '141924.993000', '141924.996000', '141944.881000', '141944.884000', '141944.887000', '141944.890000', '141944.892000', '141944.895000', '141944.897000', '141944.900000', '141944.903000', '141944.905000', '141944.908000', '141944.911000', '141944.913000', '141944.916000', '141944.918000', '141944.921000', '141944.924000', '141944.926000', '141944.929000', '141944.931000', '141944.934000', '141944.948000', '141944.950000', '141944.953000', '141944.955000', '141944.958000', '141944.961000', '141944.963000', '141944.966000', '141944.968000', '141944.971000', '141944.974000', '141944.976000', '141944.979000', '141944.981000', '141944.984000', '141944.987000', '141944.989000', '141944.992000', '141944.995000', '141944.997000', '141945.001000', '141945.003000', '141945.006000', '142004.882000', '142004.885000', '142004.887000', '142004.890000', '142004.893000', '142004.895000', '142004.898000', '142004.901000', '142004.903000', '142004.906000', '142004.908000', '142004.911000', '142004.914000', '142004.916000', '142004.919000', '142004.921000', '142004.924000', '142004.927000', '142004.929000', '142004.932000', '142004.934000', '142004.937000', '142004.940000', '142004.942000', '142004.945000', '142004.948000', '142004.950000', '142004.953000', '142004.955000', '142004.958000', '142004.961000', '142004.963000', '142004.966000', '142004.968000', '142004.971000', '142004.974000', '142004.976000', '142004.979000', '142004.981000', '142004.984000', '142004.987000', '142004.990000', '142004.992000', '142024.882000', '142024.884000', '142024.887000', '142024.890000', '142024.893000', '142024.895000', '142024.898000', '142024.906000', '142024.909000', '142024.912000', '142024.914000', '142024.917000', '142024.920000', '142024.922000', '142024.925000', '142024.928000', '142024.930000', '142024.933000', '142024.935000', '142024.938000', '142024.941000', '142024.943000', '142024.946000', '142024.949000', '142024.951000', '142024.954000', '142024.956000', '142024.959000', '142024.962000', '142024.964000', '142024.967000', '142024.969000', '142024.972000', '142024.975000', '142024.977000', '142024.980000', '142024.983000', '142024.985000', '142024.988000', '142024.991000', '142024.993000', '142024.996000', '142024.998000', '142025.002000', '142044.882000', '142044.884000', '142044.887000', '142044.890000', '142044.892000', '142044.895000', '142044.898000', '142044.900000', '142044.903000', '142044.905000', '142044.908000', '142044.911000', '142044.913000', '142044.916000', '142044.918000', '142044.921000', '142044.924000', '142044.926000', '142044.929000', '142044.931000', '142044.934000', '142044.937000', '142044.939000', '142044.942000', '142044.944000', '142044.947000', '142044.950000', '142044.952000', '142044.955000', '142044.957000', '142044.960000', '142044.963000', '142044.965000', '142044.968000', '142044.971000', '142044.973000', '142044.976000', '142044.978000', '142044.981000', '142044.984000', '142044.986000', '142044.989000', '142044.991000', '142104.881000', '142104.883000', '142104.886000', '142104.889000', '142104.891000', '142104.894000', '142104.897000', '142104.899000', '142104.902000', '142104.904000', '142104.907000', '142104.910000', '142104.912000', '142104.915000', '142104.917000', '142104.920000', '142104.922000', '142104.925000', '142104.941000', '142104.943000', '142104.946000', '142104.949000', '142104.951000', '142104.954000', '142104.956000', '142104.959000', '142104.962000', '142104.964000', '142104.967000', '142104.969000', '142104.972000', '142104.975000', '142104.977000', '142104.980000', '142104.983000', '142104.985000', '142104.988000', '142104.990000', '142104.993000', '142104.996000', '142104.998000', '142105.002000', '142105.004000', '142105.007000', '142124.882000', '142124.885000', '142124.887000', '142124.890000', '142124.893000', '142124.895000', '142124.898000', '142124.900000', '142124.903000', '142124.906000', '142124.908000', '142124.911000', '142124.913000', '142124.916000', '142124.919000', '142124.921000', '142124.924000', '142124.926000', '142124.929000', '142124.932000', '142124.934000', '142124.937000', '142124.939000', '142124.942000', '142124.945000', '142124.947000', '142124.950000', '142124.952000', '142124.955000', '142124.957000', '142124.960000', '142124.963000', '142124.965000', '142124.968000', '142124.971000', '142124.973000', '142124.976000', '142124.978000', '142124.981000', '142124.984000', '142124.986000', '142124.989000', '142124.991000', '142136.085000', '142136.088000', '142136.091000', '142136.093000', '142136.096000', '142136.099000', '142136.101000', '142136.104000', '142136.107000', '142136.110000', '142136.112000', '142136.116000', '142136.119000', '142136.121000', '142136.124000', '142136.127000', '142136.130000', '142136.133000', '142136.135000', '142136.138000', '142136.141000', '142136.144000', '142136.146000', '142136.149000', '142136.152000'], 'InstanceCreationTime': ['141344.911000', '141344.914000', '141344.917000', '141344.919000', '141344.922000', '141344.924000', '141344.927000', '141344.930000', '141344.932000', '141344.935000', '141344.937000', '141344.940000', '141344.942000', '141344.945000', '141344.948000', '141344.950000', '141344.953000', '141344.955000', '141344.958000', '141344.961000', '141344.963000', '141344.966000', '141344.968000', '141344.971000', '141344.974000', '141344.977000', '141344.979000', '141344.982000', '141344.985000', '141344.990000', '141344.993000', '141344.995000', '141344.998000', '141345.001000', '141345.004000', '141345.007000', '141345.009000', '141345.012000', '141345.014000', '141345.017000', '141345.019000', '141345.022000', '141345.025000', '141345.027000', '141345.030000', '141345.032000', '141345.035000', '141345.037000', '141404.881000', '141404.883000', '141404.886000', '141404.890000', '141404.892000', '141404.895000', '141404.897000', '141404.900000', '141404.903000', '141404.905000', '141404.908000', '141404.911000', '141404.913000', '141404.916000', '141404.918000', '141404.921000', '141404.924000', '141404.926000', '141404.929000', '141404.931000', '141404.934000', '141404.941000', '141404.944000', '141404.947000', '141404.949000', '141404.952000', '141404.954000', '141404.957000', '141404.960000', '141404.962000', '141404.965000', '141404.967000', '141404.970000', '141404.973000', '141404.975000', '141404.978000', '141404.980000', '141404.983000', '141404.986000', '141404.988000', '141404.991000', '141404.993000', '141404.996000', '141404.998000', '141424.881000', '141424.884000', '141424.887000', '141424.890000', '141424.892000', '141424.895000', '141424.897000', '141424.900000', '141424.903000', '141424.905000', '141424.908000', '141424.910000', '141424.913000', '141424.915000', '141424.918000', '141424.921000', '141424.923000', '141424.926000', '141424.928000', '141424.931000', '141424.934000', '141424.936000', '141424.939000', '141424.941000', '141424.944000', '141424.947000', '141424.949000', '141424.952000', '141424.958000', '141424.960000', '141424.963000', '141424.965000', '141424.968000', '141424.971000', '141424.973000', '141424.976000', '141424.978000', '141424.981000', '141424.984000', '141424.986000', '141424.989000', '141424.991000', '141424.994000', '141444.882000', '141444.884000', '141444.887000', '141444.890000', '141444.892000', '141444.895000', '141444.898000', '141444.900000', '141444.903000', '141444.905000', '141444.908000', '141444.910000', '141444.913000', '141444.916000', '141444.918000', '141444.921000', '141444.923000', '141444.926000', '141444.928000', '141444.931000', '141444.934000', '141444.936000', '141444.939000', '141444.941000', '141444.944000', '141444.947000', '141444.949000', '141444.952000', '141444.954000', '141444.957000', '141444.968000', '141444.971000', '141444.973000', '141444.976000', '141444.979000', '141444.981000', '141444.991000', '141444.994000', '141444.997000', '141445.000000', '141445.003000', '141445.006000', '141445.008000', '141504.881000', '141504.884000', '141504.887000', '141504.889000', '141504.892000', '141504.895000', '141504.898000', '141504.900000', '141504.903000', '141504.905000', '141504.908000', '141504.910000', '141504.913000', '141504.916000', '141504.918000', '141504.921000', '141504.923000', '141504.926000', '141504.928000', '141504.931000', '141504.934000', '141504.936000', '141504.939000', '141504.941000', '141504.944000', '141504.947000', '141504.949000', '141504.952000', '141504.958000', '141504.960000', '141504.963000', '141504.966000', '141504.968000', '141504.983000', '141504.986000', '141504.989000', '141504.991000', '141504.994000', '141504.996000', '141505.000000', '141505.003000', '141505.006000', '141505.008000', '141505.011000', '141524.881000', '141524.884000', '141524.887000', '141524.889000', '141524.892000', '141524.895000', '141524.898000', '141524.900000', '141524.903000', '141524.906000', '141524.908000', '141524.911000', '141524.913000', '141524.916000', '141524.918000', '141524.921000', '141524.924000', '141524.926000', '141524.930000', '141524.933000', '141524.936000', '141524.938000', '141524.941000', '141524.944000', '141524.946000', '141524.949000', '141524.951000', '141524.954000', '141524.956000', '141524.959000', '141524.962000', '141524.964000', '141524.967000', '141524.969000', '141524.972000', '141524.975000', '141524.977000', '141524.980000', '141524.983000', '141524.985000', '141524.988000', '141524.990000', '141524.997000', '141544.882000', '141544.884000', '141544.887000', '141544.890000', '141544.892000', '141544.895000', '141544.898000', '141544.900000', '141544.903000', '141544.905000', '141544.908000', '141544.911000', '141544.913000', '141544.916000', '141544.918000', '141544.921000', '141544.924000', '141544.926000', '141544.929000', '141544.932000', '141544.934000', '141544.937000', '141544.939000', '141544.942000', '141544.945000', '141544.947000', '141544.950000', '141544.952000', '141544.955000', '141544.958000', '141544.960000', '141544.963000', '141544.966000', '141544.968000', '141544.971000', '141544.974000', '141544.976000', '141544.979000', '141544.982000', '141544.984000', '141544.987000', '141544.990000', '141544.992000', '141544.995000', '141604.881000', '141604.884000', '141604.887000', '141604.890000', '141604.892000', '141604.895000', '141604.897000', '141604.900000', '141604.903000', '141604.905000', '141604.908000', '141604.910000', '141604.913000', '141604.916000', '141604.918000', '141604.921000', '141604.924000', '141604.926000', '141604.929000', '141604.931000', '141604.934000', '141604.937000', '141604.939000', '141604.943000', '141604.946000', '141604.949000', '141604.951000', '141604.954000', '141604.956000', '141604.959000', '141604.962000', '141604.964000', '141604.967000', '141604.970000', '141604.972000', '141604.975000', '141604.977000', '141604.980000', '141604.983000', '141604.985000', '141604.988000', '141604.990000', '141604.993000', '141624.881000', '141624.884000', '141624.886000', '141624.889000', '141624.892000', '141624.894000', '141624.897000', '141624.899000', '141624.902000', '141624.905000', '141624.907000', '141624.910000', '141624.912000', '141624.915000', '141624.918000', '141624.920000', '141624.923000', '141624.925000', '141624.928000', '141624.931000', '141624.933000', '141624.936000', '141624.939000', '141624.941000', '141624.944000', '141624.946000', '141624.949000', '141624.951000', '141624.954000', '141624.957000', '141624.959000', '141624.962000', '141624.965000', '141624.967000', '141624.970000', '141624.972000', '141624.975000', '141624.978000', '141624.980000', '141624.983000', '141624.985000', '141624.988000', '141624.991000', '141624.993000', '141644.882000', '141644.884000', '141644.887000', '141644.890000', '141644.892000', '141644.895000', '141644.897000', '141644.900000', '141644.903000', '141644.905000', '141644.908000', '141644.910000', '141644.913000', '141644.915000', '141644.918000', '141644.921000', '141644.923000', '141644.926000', '141644.929000', '141644.931000', '141644.934000', '141644.936000', '141644.939000', '141644.942000', '141644.944000', '141644.947000', '141644.949000', '141644.952000', '141644.955000', '141644.966000', '141644.971000', '141644.974000', '141644.977000', '141644.980000', '141644.982000', '141644.985000', '141644.988000', '141644.990000', '141644.993000', '141644.995000', '141644.998000', '141645.001000', '141645.004000', '141704.881000', '141704.884000', '141704.887000', '141704.890000', '141704.892000', '141704.895000', '141704.897000', '141704.900000', '141704.902000', '141704.905000', '141704.908000', '141704.910000', '141704.913000', '141704.915000', '141704.918000', '141704.921000', '141704.923000', '141704.926000', '141704.928000', '141704.931000', '141704.934000', '141704.936000', '141704.939000', '141704.942000', '141704.944000', '141704.947000', '141704.949000', '141704.952000', '141704.955000', '141704.957000', '141704.960000', '141704.962000', '141704.965000', '141704.968000', '141704.970000', '141704.973000', '141704.975000', '141704.978000', '141704.981000', '141704.983000', '141704.986000', '141704.989000', '141704.992000', '141704.994000', '141724.882000', '141724.884000', '141724.887000', '141724.890000', '141724.892000', '141724.895000', '141724.897000', '141724.900000', '141724.903000', '141724.905000', '141724.908000', '141724.910000', '141724.913000', '141724.916000', '141724.918000', '141724.921000', '141724.924000', '141724.926000', '141724.929000', '141724.931000', '141724.934000', '141724.937000', '141724.939000', '141724.942000', '141724.944000', '141724.947000', '141724.950000', '141724.952000', '141724.955000', '141724.957000', '141724.960000', '141724.963000', '141724.966000', '141724.968000', '141724.977000', '141724.980000', '141724.982000', '141724.985000', '141724.987000', '141724.990000', '141724.993000', '141724.995000', '141724.998000', '141744.882000', '141744.884000', '141744.887000', '141744.890000', '141744.892000', '141744.895000', '141744.897000', '141744.900000', '141744.903000', '141744.905000', '141744.908000', '141744.910000', '141744.913000', '141744.916000', '141744.918000', '141744.921000', '141744.923000', '141744.926000', '141744.929000', '141744.931000', '141744.934000', '141744.936000', '141744.939000', '141744.942000', '141744.944000', '141744.947000', '141744.950000', '141744.952000', '141744.955000', '141744.958000', '141744.960000', '141744.963000', '141744.966000', '141744.968000', '141744.971000', '141744.973000', '141744.976000', '141744.978000', '141744.981000', '141744.984000', '141744.986000', '141744.989000', '141744.991000', '141744.994000', '141804.882000', '141804.885000', '141804.887000', '141804.890000', '141804.893000', '141804.896000', '141804.899000', '141804.901000', '141804.904000', '141804.906000', '141804.909000', '141804.912000', '141804.914000', '141804.917000', '141804.920000', '141804.922000', '141804.925000', '141804.928000', '141804.930000', '141804.933000', '141804.935000', '141804.938000', '141804.941000', '141804.943000', '141804.946000', '141804.949000', '141804.951000', '141804.954000', '141804.957000', '141804.960000', '141804.963000', '141804.966000', '141804.968000', '141804.971000', '141804.974000', '141804.976000', '141804.979000', '141804.982000', '141804.984000', '141804.987000', '141804.989000', '141804.992000', '141804.995000', '141824.882000', '141824.884000', '141824.887000', '141824.890000', '141824.892000', '141824.895000', '141824.897000', '141824.900000', '141824.903000', '141824.905000', '141824.925000', '141824.927000', '141824.930000', '141824.932000', '141824.935000', '141824.938000', '141824.940000', '141824.943000', '141824.945000', '141824.948000', '141824.951000', '141824.953000', '141824.956000', '141824.958000', '141824.961000', '141824.964000', '141824.966000', '141824.969000', '141824.971000', '141824.974000', '141824.977000', '141824.979000', '141824.982000', '141824.985000', '141824.987000', '141824.990000', '141824.992000', '141824.995000', '141824.998000', '141825.001000', '141825.004000', '141825.007000', '141825.009000', '141825.012000', '141844.881000', '141844.883000', '141844.886000', '141844.889000', '141844.891000', '141844.894000', '141844.897000', '141844.899000', '141844.902000', '141844.904000', '141844.907000', '141844.910000', '141844.912000', '141844.915000', '141844.918000', '141844.920000', '141844.923000', '141844.925000', '141844.928000', '141844.931000', '141844.933000', '141844.936000', '141844.938000', '141844.941000', '141844.944000', '141844.946000', '141844.949000', '141844.952000', '141844.955000', '141844.957000', '141844.960000', '141844.963000', '141844.965000', '141844.968000', '141844.971000', '141844.973000', '141844.976000', '141844.978000', '141844.981000', '141844.984000', '141844.986000', '141844.989000', '141844.992000', '141904.882000', '141904.885000', '141904.889000', '141904.892000', '141904.894000', '141904.897000', '141904.900000', '141904.902000', '141904.905000', '141904.908000', '141904.910000', '141904.913000', '141904.915000', '141904.918000', '141904.921000', '141904.923000', '141904.926000', '141904.928000', '141904.931000', '141904.934000', '141904.936000', '141904.939000', '141904.941000', '141904.944000', '141904.947000', '141904.951000', '141904.954000', '141904.956000', '141904.959000', '141904.962000', '141904.964000', '141904.967000', '141904.969000', '141904.972000', '141904.974000', '141904.977000', '141904.980000', '141904.982000', '141904.985000', '141904.988000', '141904.990000', '141904.993000', '141904.996000', '141924.882000', '141924.885000', '141924.888000', '141924.890000', '141924.893000', '141924.896000', '141924.898000', '141924.901000', '141924.904000', '141924.906000', '141924.909000', '141924.911000', '141924.914000', '141924.917000', '141924.919000', '141924.922000', '141924.925000', '141924.927000', '141924.930000', '141924.933000', '141924.935000', '141924.938000', '141924.940000', '141924.943000', '141924.946000', '141924.949000', '141924.951000', '141924.954000', '141924.957000', '141924.959000', '141924.962000', '141924.965000', '141924.967000', '141924.970000', '141924.972000', '141924.975000', '141924.978000', '141924.980000', '141924.983000', '141924.986000', '141924.988000', '141924.991000', '141924.993000', '141924.996000', '141944.881000', '141944.884000', '141944.887000', '141944.890000', '141944.892000', '141944.895000', '141944.897000', '141944.900000', '141944.903000', '141944.905000', '141944.908000', '141944.911000', '141944.913000', '141944.916000', '141944.918000', '141944.921000', '141944.924000', '141944.926000', '141944.929000', '141944.931000', '141944.934000', '141944.948000', '141944.950000', '141944.953000', '141944.955000', '141944.958000', '141944.961000', '141944.963000', '141944.966000', '141944.968000', '141944.971000', '141944.974000', '141944.976000', '141944.979000', '141944.981000', '141944.984000', '141944.987000', '141944.989000', '141944.992000', '141944.995000', '141944.997000', '141945.001000', '141945.003000', '141945.006000', '142004.882000', '142004.885000', '142004.887000', '142004.890000', '142004.893000', '142004.895000', '142004.898000', '142004.901000', '142004.903000', '142004.906000', '142004.908000', '142004.911000', '142004.914000', '142004.916000', '142004.919000', '142004.921000', '142004.924000', '142004.927000', '142004.929000', '142004.932000', '142004.934000', '142004.937000', '142004.940000', '142004.942000', '142004.945000', '142004.948000', '142004.950000', '142004.953000', '142004.955000', '142004.958000', '142004.961000', '142004.963000', '142004.966000', '142004.968000', '142004.971000', '142004.974000', '142004.976000', '142004.979000', '142004.981000', '142004.984000', '142004.987000', '142004.990000', '142004.992000', '142024.882000', '142024.884000', '142024.887000', '142024.890000', '142024.893000', '142024.895000', '142024.898000', '142024.906000', '142024.909000', '142024.912000', '142024.914000', '142024.917000', '142024.920000', '142024.922000', '142024.925000', '142024.928000', '142024.930000', '142024.933000', '142024.935000', '142024.938000', '142024.941000', '142024.943000', '142024.946000', '142024.949000', '142024.951000', '142024.954000', '142024.956000', '142024.959000', '142024.962000', '142024.964000', '142024.967000', '142024.969000', '142024.972000', '142024.975000', '142024.977000', '142024.980000', '142024.983000', '142024.985000', '142024.988000', '142024.991000', '142024.993000', '142024.996000', '142024.998000', '142025.002000', '142044.882000', '142044.884000', '142044.887000', '142044.890000', '142044.892000', '142044.895000', '142044.898000', '142044.900000', '142044.903000', '142044.905000', '142044.908000', '142044.911000', '142044.913000', '142044.916000', '142044.918000', '142044.921000', '142044.924000', '142044.926000', '142044.929000', '142044.931000', '142044.934000', '142044.937000', '142044.939000', '142044.942000', '142044.944000', '142044.947000', '142044.950000', '142044.952000', '142044.955000', '142044.957000', '142044.960000', '142044.963000', '142044.965000', '142044.968000', '142044.971000', '142044.973000', '142044.976000', '142044.978000', '142044.981000', '142044.984000', '142044.986000', '142044.989000', '142044.991000', '142104.881000', '142104.883000', '142104.886000', '142104.889000', '142104.891000', '142104.894000', '142104.897000', '142104.899000', '142104.902000', '142104.904000', '142104.907000', '142104.910000', '142104.912000', '142104.915000', '142104.917000', '142104.920000', '142104.922000', '142104.925000', '142104.941000', '142104.943000', '142104.946000', '142104.949000', '142104.951000', '142104.954000', '142104.956000', '142104.959000', '142104.962000', '142104.964000', '142104.967000', '142104.969000', '142104.972000', '142104.975000', '142104.977000', '142104.980000', '142104.983000', '142104.985000', '142104.988000', '142104.990000', '142104.993000', '142104.996000', '142104.998000', '142105.002000', '142105.004000', '142105.007000', '142124.882000', '142124.885000', '142124.887000', '142124.890000', '142124.893000', '142124.895000', '142124.898000', '142124.900000', '142124.903000', '142124.906000', '142124.908000', '142124.911000', '142124.913000', '142124.916000', '142124.919000', '142124.921000', '142124.924000', '142124.926000', '142124.929000', '142124.932000', '142124.934000', '142124.937000', '142124.939000', '142124.942000', '142124.945000', '142124.947000', '142124.950000', '142124.952000', '142124.955000', '142124.957000', '142124.960000', '142124.963000', '142124.965000', '142124.968000', '142124.971000', '142124.973000', '142124.976000', '142124.978000', '142124.981000', '142124.984000', '142124.986000', '142124.989000', '142124.991000', '142136.085000', '142136.088000', '142136.091000', '142136.093000', '142136.096000', '142136.099000', '142136.101000', '142136.104000', '142136.107000', '142136.110000', '142136.112000', '142136.116000', '142136.119000', '142136.121000', '142136.124000', '142136.127000', '142136.130000', '142136.133000', '142136.135000', '142136.138000', '142136.141000', '142136.144000', '142136.146000', '142136.149000', '142136.152000'], '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': [8713, 9768, 10200, 8385, 10062, 8377, 10694, 8407, 8992, 10555, 8697, 9075, 8179, 8311, 9323, 8622, 8740, 9994, 8553, 9242, 8223, 8714, 9152, 8611, 8912, 8782, 8740, 9283, 8231, 9786, 8633, 8779, 8978, 8633, 10215, 8463, 8922, 9678, 8379, 9690, 8495, 8799, 10649, 8879, 9267, 10233, 8044, 9431, 8359, 8322, 10056, 8122, 8610, 8248, 8765, 9657, 8501, 9676, 9235, 8539, 9625, 8204, 8471, 9214, 8503, 9488, 8967, 8724, 8759, 8302, 8462, 9181, 8194, 9474, 8499, 8935, 8795, 8542, 10035, 8417, 8936, 9876, 8695, 9822, 10165, 8466, 9790, 9052, 8044, 9024, 8205, 8437, 9789, 8294, 9184, 8825, 8406, 10616, 8196, 8977, 8673, 8200, 10784, 8519, 9062, 10408, 8011, 10497, 8611, 9352, 8770, 8314, 9179, 8699, 9710, 10225, 8475, 9413, 8246, 9638, 8876, 8290, 10672, 8178, 9073, 9561, 8143, 9751, 8330, 8533, 9687, 8325, 8999, 8459, 8877, 9818, 8154, 8625, 8157, 9061, 10113, 8046, 8819, 7857, 9308, 8474, 8298, 9427, 8005, 9574, 8329, 9040, 9479, 7744, 8730, 8546, 9173, 9612, 7918, 10570, 8450, 9154, 9548, 7819, 10122, 8328, 9626, 9473, 7970, 9261, 8234, 9668, 9987, 8045, 10604, 8461, 9769, 9925, 8116, 10107, 8594, 7932, 9731, 8404, 9076, 9522, 7835, 9478, 8628, 8467, 9465, 8106, 8210, 8940, 8663, 9349, 8010, 10311, 8893, 9296, 10425, 7842, 9570, 8555, 7858, 9603, 8211, 9715, 8986, 9210, 9260, 8211, 8425, 8578, 9265, 9993, 8066, 9719, 9432, 7932, 9545, 8289, 7867, 8940, 8231, 9024, 8758, 7895, 9188, 8138, 9188, 7629, 9107, 7656, 7721, 9413, 8188, 9262, 11916, 7798, 9177, 11223, 8087, 10068, 11789, 8179, 10126, 11310, 7710, 10160, 9789, 7686, 10399, 7521, 9340, 10051, 7634, 10390, 11336, 7854, 10108, 7727, 8484, 9734, 8031, 10504, 7638, 8663, 8607, 7801, 10068, 7718, 9201, 9827, 7978, 10631, 8088, 9843, 8956, 7795, 9261, 7916, 10144, 7611, 8343, 9250, 7848, 9198, 7630, 9457, 9567, 7626, 8794, 8168, 9512, 7530, 8076, 9296, 7718, 10169, 7530, 8867, 9461, 7857, 10299, 7966, 9526, 9875, 7780, 11052, 7870, 10257, 7525, 8150, 9695, 7354, 9523, 7532, 9165, 9854, 7667, 10168, 7683, 9723, 10273, 7589, 10511, 8232, 9330, 10603, 7883, 9403, 10325, 7402, 10665, 7722, 8923, 9400, 7926, 10440, 7228, 8864, 9794, 7382, 10180, 7751, 9298, 9630, 8191, 10235, 8731, 7497, 10568, 7633, 9193, 9421, 7732, 10527, 10037, 7866, 9151, 7534, 9926, 7598, 8486, 9115, 7969, 10216, 7486, 9261, 9451, 7578, 10254, 7770, 8684, 9424, 7928, 10519, 7733, 8722, 9733, 7275, 9703, 7908, 9600, 9880, 7900, 9815, 8001, 10046, 9847, 7522, 9517, 7744, 10009, 10092, 8001, 10524, 7077, 8929, 9726, 8058, 10182, 9722, 7765, 9087, 7867, 8969, 7717, 7400, 9347, 8010, 9825, 9491, 7905, 9246, 7598, 10499, 7244, 9667, 9479, 7864, 10437, 8327, 8769, 10054, 7532, 9451, 7626, 10044, 9783, 8652, 11135, 7725, 9610, 7308, 8685, 9458, 7717, 9709, 10229, 8156, 10234, 8648, 8300, 10941, 8362, 9906, 10035, 7703, 10223, 7400, 8160, 9955, 7721, 8348, 7996, 9165, 7986, 8334, 9749, 7893, 9997, 9463, 8498, 11227, 8193, 9794, 11222, 8020, 9394, 8180, 8910, 10018, 8105, 9733, 8003, 9508, 8193, 7934, 8766, 8113, 9306, 9477, 8141, 10867, 8502, 9263, 7490, 8158, 9233, 7933, 10017, 10311, 7732, 10660, 8250, 9433, 7670, 7844, 9321, 7374, 9557, 8450, 7605, 9237, 7775, 9346, 7173, 8706, 9331, 7164, 10116, 7783, 9572, 9217, 7640, 9375, 7393, 10575, 7656, 9056, 9348, 7694, 9062, 7772, 10116, 8530, 8734, 9243, 8006, 10084, 7589, 9738, 10109, 7491, 10511, 7981, 10839, 10609, 7854, 9761, 7541, 9971, 9507, 8009, 10648, 8003, 10170, 10361, 7290, 10452, 7826, 8632, 9560, 7351, 10183, 7919, 7947, 9667, 7388, 9773, 7429, 9409, 9635, 7670, 10141, 10572, 7719, 9079, 7348, 9414, 9603, 7505, 9953, 10152, 7676, 9995, 7333, 9134, 9484, 7380, 10061, 10400, 7823, 10177, 7682, 8083, 9656, 7386, 9363, 9786, 7551, 9157, 8133, 8501, 9121, 7396, 10004, 7490, 9429, 10091, 8026, 10273, 7429, 8821, 9781, 7459, 10135, 10382, 7797, 10890, 8272, 9931, 7565, 8849, 9478, 7427, 10536, 9357, 8939, 9845, 7866, 10107, 7312, 9344, 10180, 7830, 10851, 9887, 8076, 9994, 7430, 8352, 9939, 7609, 10523, 7530, 8978, 9153, 7809, 10010, 7877, 8660, 8514, 7313, 8661, 7599, 9796, 8911, 8184, 9522, 7638, 9968, 7658, 9714, 9843, 7799, 10524, 7915, 10069, 9638, 8045, 10868, 7671, 10252, 8625, 8594, 9530, 7568, 10167, 7214, 9573, 9419, 8351, 10270, 7394, 9441, 9834, 7637, 10473, 7160, 9491, 9634, 7916, 10469, 8060, 7929, 9280, 7560, 9774, 9730, 7972, 8822, 7817, 9614, 9429, 7642, 10928, 8309, 9463, 7496, 8852, 9666, 7537, 10678, 10583, 7876, 10938, 7579, 9371, 9944, 7255, 10654, 7547, 8870, 9516, 7638, 9932, 7512, 9853, 9735, 7941, 10380, 8078, 9320, 7553, 8900, 10042, 7774, 9655, 7641, 9969, 10006, 7961, 10093, 7605, 10115, 8332, 9205, 9591, 8187, 10043, 7481, 9082, 9342, 7773, 8912, 7625, 9638, 7143, 8586, 9772, 7648, 8102, 7486, 9372, 10188, 7790, 9065, 7719, 9884, 8099, 8473, 9219, 7425, 10238, 7124, 8983, 9804, 7546, 10177, 7719, 9463, 10744, 8544, 10236, 9928, 8161, 10756, 7225, 8713, 8786, 8102, 10253, 7965, 8374, 9364, 8151, 10167, 7992, 9494, 9127, 8004, 10448, 8255, 9011, 9546, 8138, 10296, 8035, 9740, 9492, 8287, 10548, 10671, 8438, 10784, 8133, 8564, 9337, 7875, 9715, 9297, 8458, 9939, 7971, 7915, 10710, 7971, 9119, 10844, 7908, 10139, 9365, 8496, 9014, 7938, 9478, 9625, 7741, 10103, 7973, 9325, 9489, 8244, 8846, 7750, 9368, 9819, 7805, 10081, 9000, 8545, 9648, 7643, 10052, 10517, 7764, 10446, 7655, 9720, 9445, 8083, 9358, 7637, 9423, 9920, 7709, 8879, 7849, 10334, 9954, 8281, 9062, 7775, 10476, 8047, 9425, 9968, 7918, 10645, 7994, 9069, 9916, 7728, 10593, 7728, 9973, 9447, 8183, 9415, 8089, 9611, 7607, 9284, 9630, 7573, 8801, 8205, 9454, 8584, 7987, 9637, 7792, 10211, 9139, 8543, 9427, 8090, 8816, 8085, 9856, 9795, 7564, 10346, 8041, 10336, 8495, 9066, 10118, 7549, 9011, 7648, 10067, 10081, 8478, 9798, 7957, 8688, 10011, 7581, 10558, 8066, 8189, 9953, 8062, 10423, 7955, 10116, 10110, 8336, 9467, 8533, 10503, 7951, 9336, 9470, 8048, 9913, 8364, 10078, 8298, 8602, 9951, 7979, 10408, 10282, 8549, 10374, 8371, 9501, 9514, 7941, 10359, 7991, 8945, 9119, 10598, 10588, 8289, 9094, 8546, 9241, 9927, 9030, 10065, 12318, 9237, 11301, 8828, 9198, 11304, 8842, 10306, 8328, 8510, 10250, 8486, 8729, 7817, 9010, 9790, 8856, 8752, 8146, 8667, 8935, 8750, 8978, 11311, 9102, 9563, 8801, 9066, 10907, 9007, 9034, 12080, 8927, 9023, 8315, 9034, 9785, 8285, 8973, 8885, 9008, 8793, 8417, 8842, 7983, 8851, 9489, 8789, 8966, 8000, 8835, 9755, 8895, 9446, 8693, 8812, 10391, 9252, 9138, 8908, 8947, 9959, 9031, 10032, 9204, 9055, 10221, 9417, 9759, 9208, 9489, 8692, 9074, 9595, 9340, 9410, 8909, 8908, 10024, 8971, 8992, 10296, 9305, 9309, 9059, 8798, 10458, 8886, 8484, 9144, 9089, 10160, 9087, 8792, 8878, 8698, 8748, 8960, 8506, 8768, 8842, 10832, 9140, 9732, 9115, 8836], 'WindowCenter': [4358.0, 4367.0, 4364.0, 4331.0, 4338.0, 4317.0, 4337.0, 4314.0, 4326.0, 4335.0, 4327.0, 4337.0, 4312.0, 4316.0, 4324.0, 4324.0, 4326.0, 4322.0, 4323.0, 4336.0, 4314.0, 4312.0, 4324.0, 4313.0, 4323.0, 4312.0, 4313.0, 4337.0, 4329.0, 4349.0, 4324.0, 4328.0, 4327.0, 4326.0, 4335.0, 4316.0, 4340.0, 4339.0, 4317.0, 4325.0, 4312.0, 4312.0, 4324.0, 4310.0, 4312.0, 4323.0, 4314.0, 4313.0, 4302.0, 4303.0, 4322.0, 4301.0, 4312.0, 4300.0, 4325.0, 4336.0, 4313.0, 4326.0, 4313.0, 4313.0, 4323.0, 4302.0, 4314.0, 4313.0, 4313.0, 4324.0, 4309.0, 4312.0, 4297.0, 4313.0, 4313.0, 4337.0, 4314.0, 4336.0, 4325.0, 4327.0, 4326.0, 4315.0, 4335.0, 4315.0, 4339.0, 4336.0, 4326.0, 4322.0, 4324.0, 4311.0, 4324.0, 4299.0, 4303.0, 4324.0, 4313.0, 4315.0, 4321.0, 4312.0, 4311.0, 4313.0, 4315.0, 4346.0, 4315.0, 4325.0, 4314.0, 4315.0, 4322.0, 4311.0, 4314.0, 4337.0, 4316.0, 4334.0, 4312.0, 4326.0, 4312.0, 4313.0, 4313.0, 4312.0, 4336.0, 4333.0, 4314.0, 4313.0, 4302.0, 4323.0, 4311.0, 4300.0, 4321.0, 4313.0, 4312.0, 4311.0, 4303.0, 4325.0, 4312.0, 4311.0, 4310.0, 4313.0, 4325.0, 4314.0, 4325.0, 4333.0, 4314.0, 4311.0, 4301.0, 4326.0, 4335.0, 4303.0, 4322.0, 4313.0, 4324.0, 4313.0, 4324.0, 4325.0, 4315.0, 4324.0, 4314.0, 4325.0, 4322.0, 4304.0, 4314.0, 4312.0, 4326.0, 4320.0, 4303.0, 4333.0, 4314.0, 4324.0, 4322.0, 4304.0, 4321.0, 4313.0, 4323.0, 4323.0, 4313.0, 4323.0, 4311.0, 4325.0, 4323.0, 4313.0, 4334.0, 4326.0, 4334.0, 4334.0, 4313.0, 4323.0, 4299.0, 4300.0, 4310.0, 4312.0, 4324.0, 4323.0, 4303.0, 4322.0, 4311.0, 4312.0, 4309.0, 4316.0, 4326.0, 4337.0, 4326.0, 4324.0, 4316.0, 4323.0, 4325.0, 4326.0, 4335.0, 4316.0, 4337.0, 4325.0, 4315.0, 4323.0, 4314.0, 4324.0, 4311.0, 4325.0, 4324.0, 4325.0, 4315.0, 4313.0, 4324.0, 4320.0, 4300.0, 4309.0, 4312.0, 4314.0, 4325.0, 4300.0, 4303.0, 4310.0, 4301.0, 4298.0, 4311.0, 4311.0, 4325.0, 4314.0, 4337.0, 4318.0, 4315.0, 4304.0, 4304.0, 4311.0, 4315.0, 4323.0, 4345.0, 4291.0, 4314.0, 4320.0, 4301.0, 4322.0, 4330.0, 4299.0, 4320.0, 4320.0, 4276.0, 4295.0, 4293.0, 4272.0, 4294.0, 4272.0, 4293.0, 4281.0, 4274.0, 4295.0, 4293.0, 4270.0, 4282.0, 4261.0, 4285.0, 4282.0, 4270.0, 4292.0, 4261.0, 4281.0, 4270.0, 4274.0, 4295.0, 4273.0, 4296.0, 4307.0, 4285.0, 4295.0, 4273.0, 4296.0, 4297.0, 4275.0, 4297.0, 4274.0, 4320.0, 4300.0, 4311.0, 4309.0, 4300.0, 4310.0, 4288.0, 4322.0, 4310.0, 4303.0, 4313.0, 4312.0, 4321.0, 4301.0, 4313.0, 4310.0, 4289.0, 4308.0, 4315.0, 4326.0, 4323.0, 4315.0, 4334.0, 4302.0, 4334.0, 4324.0, 4305.0, 4347.0, 4316.0, 4335.0, 4304.0, 4315.0, 4324.0, 4302.0, 4324.0, 4316.0, 4338.0, 4336.0, 4316.0, 4337.0, 4304.0, 4337.0, 4334.0, 4305.0, 4335.0, 4313.0, 4326.0, 4334.0, 4301.0, 4311.0, 4309.0, 4290.0, 4320.0, 4288.0, 4298.0, 4321.0, 4302.0, 4321.0, 4289.0, 4311.0, 4319.0, 4290.0, 4322.0, 4300.0, 4325.0, 4325.0, 4314.0, 4322.0, 4301.0, 4291.0, 4322.0, 4288.0, 4311.0, 4299.0, 4301.0, 4333.0, 4321.0, 4302.0, 4310.0, 4299.0, 4308.0, 4312.0, 4312.0, 4325.0, 4314.0, 4333.0, 4292.0, 4322.0, 4321.0, 4302.0, 4324.0, 4301.0, 4313.0, 4311.0, 4316.0, 4335.0, 4301.0, 4311.0, 4309.0, 4291.0, 4310.0, 4299.0, 4322.0, 4334.0, 4316.0, 4336.0, 4315.0, 4325.0, 4323.0, 4303.0, 4311.0, 4300.0, 4334.0, 4323.0, 4300.0, 4334.0, 4291.0, 4312.0, 4310.0, 4299.0, 4321.0, 4321.0, 4313.0, 4312.0, 4299.0, 4323.0, 4302.0, 4302.0, 4324.0, 4313.0, 4338.0, 4337.0, 4315.0, 4326.0, 4305.0, 4335.0, 4304.0, 4323.0, 4324.0, 4315.0, 4323.0, 4302.0, 4312.0, 4310.0, 4302.0, 4321.0, 4301.0, 4336.0, 4321.0, 4324.0, 4332.0, 4302.0, 4311.0, 4289.0, 4311.0, 4322.0, 4290.0, 4324.0, 4321.0, 4303.0, 4322.0, 4300.0, 4301.0, 4319.0, 4299.0, 4310.0, 4307.0, 4290.0, 4323.0, 4276.0, 4297.0, 4308.0, 4289.0, 4313.0, 4301.0, 4311.0, 4300.0, 4313.0, 4323.0, 4303.0, 4322.0, 4336.0, 4314.0, 4334.0, 4301.0, 4308.0, 4317.0, 4288.0, 4298.0, 4287.0, 4298.0, 4322.0, 4301.0, 4311.0, 4288.0, 4311.0, 4300.0, 4298.0, 4299.0, 4289.0, 4323.0, 4310.0, 4315.0, 4335.0, 4314.0, 4312.0, 4290.0, 4299.0, 4312.0, 4300.0, 4321.0, 4319.0, 4302.0, 4334.0, 4313.0, 4312.0, 4287.0, 4301.0, 4309.0, 4290.0, 4322.0, 4301.0, 4303.0, 4322.0, 4304.0, 4312.0, 4291.0, 4310.0, 4311.0, 4291.0, 4333.0, 4316.0, 4324.0, 4323.0, 4303.0, 4312.0, 4303.0, 4333.0, 4312.0, 4325.0, 4309.0, 4303.0, 4313.0, 4303.0, 4321.0, 4312.0, 4313.0, 4321.0, 4314.0, 4334.0, 4302.0, 4324.0, 4322.0, 4292.0, 4322.0, 4302.0, 4321.0, 4333.0, 4302.0, 4323.0, 4291.0, 4311.0, 4309.0, 4302.0, 4332.0, 4303.0, 4322.0, 4320.0, 4291.0, 4320.0, 4290.0, 4300.0, 4308.0, 4289.0, 4323.0, 4300.0, 4289.0, 4311.0, 4290.0, 4320.0, 4290.0, 4324.0, 4323.0, 4304.0, 4336.0, 4322.0, 4303.0, 4313.0, 4302.0, 4323.0, 4319.0, 4302.0, 4334.0, 4334.0, 4304.0, 4323.0, 4290.0, 4323.0, 4323.0, 4291.0, 4325.0, 4335.0, 4315.0, 4334.0, 4301.0, 4303.0, 4321.0, 4291.0, 4324.0, 4324.0, 4316.0, 4327.0, 4315.0, 4327.0, 4325.0, 4306.0, 4324.0, 4305.0, 4338.0, 4349.0, 4317.0, 4336.0, 4304.0, 4324.0, 4325.0, 4290.0, 4335.0, 4334.0, 4305.0, 4333.0, 4314.0, 4323.0, 4301.0, 4311.0, 4311.0, 4291.0, 4337.0, 4324.0, 4314.0, 4323.0, 4303.0, 4323.0, 4289.0, 4311.0, 4321.0, 4290.0, 4319.0, 4310.0, 4288.0, 4322.0, 4291.0, 4301.0, 4310.0, 4291.0, 4318.0, 4286.0, 4297.0, 4308.0, 4301.0, 4322.0, 4299.0, 4312.0, 4311.0, 4289.0, 4300.0, 4302.0, 4323.0, 4321.0, 4313.0, 4322.0, 4303.0, 4323.0, 4301.0, 4323.0, 4334.0, 4304.0, 4332.0, 4303.0, 4325.0, 4322.0, 4301.0, 4332.0, 4303.0, 4334.0, 4313.0, 4311.0, 4311.0, 4301.0, 4322.0, 4290.0, 4324.0, 4311.0, 4312.0, 4321.0, 4301.0, 4323.0, 4322.0, 4301.0, 4333.0, 4293.0, 4336.0, 4323.0, 4300.0, 4334.0, 4302.0, 4314.0, 4323.0, 4315.0, 4335.0, 4324.0, 4314.0, 4315.0, 4302.0, 4323.0, 4323.0, 4316.0, 4334.0, 4313.0, 4324.0, 4304.0, 4325.0, 4324.0, 4300.0, 4335.0, 4335.0, 4303.0, 4322.0, 4302.0, 4311.0, 4308.0, 4291.0, 4334.0, 4299.0, 4313.0, 4321.0, 4290.0, 4323.0, 4301.0, 4321.0, 4325.0, 4314.0, 4322.0, 4304.0, 4324.0, 4302.0, 4325.0, 4321.0, 4317.0, 4324.0, 4302.0, 4323.0, 4311.0, 4302.0, 4310.0, 4289.0, 4321.0, 4299.0, 4324.0, 4322.0, 4301.0, 4309.0, 4289.0, 4311.0, 4309.0, 4299.0, 4311.0, 4302.0, 4310.0, 4288.0, 4310.0, 4310.0, 4291.0, 4301.0, 4300.0, 4324.0, 4334.0, 4303.0, 4312.0, 4302.0, 4323.0, 4301.0, 4302.0, 4312.0, 4290.0, 4322.0, 4292.0, 4312.0, 4322.0, 4290.0, 4334.0, 4304.0, 4324.0, 4322.0, 4312.0, 4323.0, 4295.0, 4300.0, 4331.0, 4288.0, 4298.0, 4298.0, 4300.0, 4323.0, 4313.0, 4312.0, 4311.0, 4300.0, 4323.0, 4287.0, 4320.0, 4322.0, 4316.0, 4334.0, 4312.0, 4313.0, 4310.0, 4314.0, 4322.0, 4302.0, 4311.0, 4323.0, 4326.0, 4336.0, 4332.0, 4312.0, 4322.0, 4288.0, 4300.0, 4309.0, 4299.0, 4322.0, 4311.0, 4313.0, 4335.0, 4313.0, 4315.0, 4334.0, 4312.0, 4313.0, 4334.0, 4313.0, 4335.0, 4322.0, 4313.0, 4315.0, 4301.0, 4322.0, 4322.0, 4303.0, 4333.0, 4314.0, 4336.0, 4325.0, 4314.0, 4323.0, 4302.0, 4325.0, 4322.0, 4303.0, 4334.0, 4325.0, 4313.0, 4326.0, 4304.0, 4334.0, 4331.0, 4300.0, 4333.0, 4314.0, 4322.0, 4320.0, 4300.0, 4323.0, 4303.0, 4324.0, 4323.0, 4303.0, 4313.0, 4314.0, 4336.0, 4336.0, 4314.0, 4313.0, 4290.0, 4322.0, 4300.0, 4322.0, 4323.0, 4312.0, 4322.0, 4301.0, 4313.0, 4321.0, 4289.0, 4321.0, 4302.0, 4322.0, 4323.0, 4300.0, 4308.0, 4301.0, 4326.0, 4303.0, 4323.0, 4324.0, 4305.0, 4325.0, 4327.0, 4337.0, 4314.0, 4313.0, 4324.0, 4301.0, 4334.0, 4338.0, 4327.0, 4325.0, 4315.0, 4315.0, 4303.0, 4324.0, 4323.0, 4301.0, 4334.0, 4301.0, 4335.0, 4326.0, 4312.0, 4334.0, 4299.0, 4312.0, 4301.0, 4336.0, 4334.0, 4314.0, 4309.0, 4302.0, 4314.0, 4311.0, 4302.0, 4334.0, 4302.0, 4312.0, 4322.0, 4304.0, 4323.0, 4303.0, 4323.0, 4333.0, 4315.0, 4324.0, 4312.0, 4334.0, 4302.0, 4311.0, 4311.0, 4303.0, 4323.0, 4299.0, 4324.0, 4299.0, 4299.0, 4322.0, 4300.0, 4333.0, 4321.0, 4312.0, 4308.0, 4300.0, 4323.0, 4310.0, 4288.0, 4323.0, 4313.0, 4313.0, 4324.0, 4371.0, 4355.0, 4334.0, 4336.0, 4335.0, 4350.0, 4359.0, 4351.0, 4350.0, 4358.0, 4336.0, 4330.0, 4309.0, 4311.0, 4330.0, 4323.0, 4332.0, 4312.0, 4323.0, 4345.0, 4335.0, 4310.0, 4302.0, 4321.0, 4331.0, 4322.0, 4323.0, 4312.0, 4326.0, 4336.0, 4339.0, 4349.0, 4358.0, 4338.0, 4336.0, 4324.0, 4325.0, 4332.0, 4324.0, 4324.0, 4355.0, 4337.0, 4324.0, 4312.0, 4335.0, 4333.0, 4322.0, 4323.0, 4309.0, 4335.0, 4338.0, 4338.0, 4337.0, 4326.0, 4350.0, 4346.0, 4338.0, 4349.0, 4340.0, 4339.0, 4349.0, 4339.0, 4349.0, 4337.0, 4336.0, 4349.0, 4351.0, 4350.0, 4339.0, 4336.0, 4334.0, 4350.0, 4347.0, 4335.0, 4350.0, 4348.0, 4348.0, 4336.0, 4324.0, 4336.0, 4325.0, 4338.0, 4349.0, 4350.0, 4338.0, 4336.0, 4338.0, 4322.0, 4324.0, 4313.0, 4332.0, 4321.0, 4334.0, 4324.0, 4323.0, 4318.0, 4324.0, 4312.0, 4307.0, 4335.0, 4335.0, 4337.0, 4336.0, 4337.0, 4326.0, 4327.0, 4338.0, 4327.0, 4326.0, 4338.0, 4358.0, 4339.0, 4335.0, 4337.0, 4338.0], 'WindowWidth': [9633.0, 9642.0, 9634.0, 9583.0, 9586.0, 9557.0, 9582.0, 9547.0, 9568.0, 9576.0, 9569.0, 9585.0, 9545.0, 9555.0, 9561.0, 9561.0, 9567.0, 9556.0, 9561.0, 9581.0, 9548.0, 9543.0, 9559.0, 9546.0, 9559.0, 9540.0, 9546.0, 9586.0, 9578.0, 9602.0, 9564.0, 9576.0, 9568.0, 9565.0, 9577.0, 9551.0, 9592.0, 9591.0, 9557.0, 9564.0, 9541.0, 9539.0, 9559.0, 9535.0, 9539.0, 9558.0, 9547.0, 9543.0, 9524.0, 9529.0, 9552.0, 9524.0, 9540.0, 9522.0, 9564.0, 9580.0, 9545.0, 9565.0, 9542.0, 9542.0, 9556.0, 9524.0, 9547.0, 9541.0, 9542.0, 9557.0, 9533.0, 9539.0, 9513.0, 9542.0, 9545.0, 9584.0, 9549.0, 9580.0, 9563.0, 9571.0, 9565.0, 9549.0, 9577.0, 9550.0, 9588.0, 9581.0, 9566.0, 9554.0, 9558.0, 9540.0, 9559.0, 9517.0, 9529.0, 9563.0, 9545.0, 9549.0, 9553.0, 9541.0, 9537.0, 9543.0, 9552.0, 9594.0, 9550.0, 9563.0, 9547.0, 9550.0, 9552.0, 9535.0, 9545.0, 9581.0, 9553.0, 9575.0, 9543.0, 9565.0, 9540.0, 9542.0, 9541.0, 9540.0, 9580.0, 9572.0, 9545.0, 9542.0, 9526.0, 9556.0, 9536.0, 9521.0, 9551.0, 9543.0, 9542.0, 9538.0, 9531.0, 9564.0, 9541.0, 9539.0, 9535.0, 9544.0, 9564.0, 9550.0, 9564.0, 9573.0, 9547.0, 9540.0, 9527.0, 9567.0, 9578.0, 9532.0, 9557.0, 9545.0, 9561.0, 9543.0, 9565.0, 9564.0, 9551.0, 9563.0, 9548.0, 9562.0, 9552.0, 9533.0, 9547.0, 9540.0, 9565.0, 9552.0, 9532.0, 9571.0, 9548.0, 9559.0, 9555.0, 9533.0, 9553.0, 9546.0, 9561.0, 9558.0, 9544.0, 9558.0, 9539.0, 9562.0, 9558.0, 9544.0, 9574.0, 9568.0, 9577.0, 9575.0, 9545.0, 9558.0, 9518.0, 9520.0, 9535.0, 9541.0, 9563.0, 9557.0, 9533.0, 9556.0, 9541.0, 9544.0, 9533.0, 9554.0, 9568.0, 9585.0, 9568.0, 9562.0, 9553.0, 9555.0, 9563.0, 9567.0, 9577.0, 9556.0, 9584.0, 9565.0, 9550.0, 9559.0, 9546.0, 9561.0, 9540.0, 9565.0, 9562.0, 9567.0, 9552.0, 9545.0, 9561.0, 9549.0, 9520.0, 9529.0, 9540.0, 9548.0, 9565.0, 9522.0, 9529.0, 9537.0, 9526.0, 9515.0, 9538.0, 9541.0, 9564.0, 9552.0, 9588.0, 9561.0, 9548.0, 9533.0, 9532.0, 9538.0, 9549.0, 9559.0, 9590.0, 9510.0, 9545.0, 9548.0, 9524.0, 9554.0, 9565.0, 9517.0, 9549.0, 9546.0, 9482.0, 9502.0, 9500.0, 9471.0, 9502.0, 9469.0, 9501.0, 9480.0, 9475.0, 9505.0, 9499.0, 9463.0, 9480.0, 9452.0, 9492.0, 9483.0, 9463.0, 9496.0, 9452.0, 9481.0, 9463.0, 9475.0, 9505.0, 9474.0, 9509.0, 9526.0, 9492.0, 9502.0, 9474.0, 9508.0, 9510.0, 9478.0, 9512.0, 9474.0, 9548.0, 9522.0, 9539.0, 9531.0, 9521.0, 9534.0, 9503.0, 9552.0, 9535.0, 9530.0, 9546.0, 9544.0, 9552.0, 9524.0, 9544.0, 9534.0, 9505.0, 9527.0, 9552.0, 9568.0, 9558.0, 9549.0, 9573.0, 9528.0, 9576.0, 9559.0, 9536.0, 9595.0, 9556.0, 9576.0, 9532.0, 9550.0, 9561.0, 9527.0, 9560.0, 9557.0, 9589.0, 9581.0, 9553.0, 9581.0, 9536.0, 9582.0, 9574.0, 9534.0, 9576.0, 9543.0, 9566.0, 9574.0, 9525.0, 9536.0, 9531.0, 9506.0, 9546.0, 9501.0, 9516.0, 9553.0, 9528.0, 9552.0, 9506.0, 9537.0, 9546.0, 9507.0, 9554.0, 9521.0, 9562.0, 9563.0, 9546.0, 9553.0, 9524.0, 9511.0, 9554.0, 9501.0, 9537.0, 9515.0, 9524.0, 9572.0, 9554.0, 9526.0, 9532.0, 9521.0, 9528.0, 9545.0, 9543.0, 9565.0, 9547.0, 9572.0, 9514.0, 9556.0, 9552.0, 9527.0, 9558.0, 9524.0, 9542.0, 9540.0, 9553.0, 9577.0, 9526.0, 9538.0, 9529.0, 9512.0, 9537.0, 9517.0, 9553.0, 9575.0, 9554.0, 9578.0, 9549.0, 9563.0, 9554.0, 9530.0, 9536.0, 9522.0, 9574.0, 9556.0, 9526.0, 9573.0, 9511.0, 9538.0, 9534.0, 9517.0, 9549.0, 9554.0, 9546.0, 9543.0, 9522.0, 9558.0, 9528.0, 9529.0, 9559.0, 9545.0, 9587.0, 9584.0, 9551.0, 9565.0, 9537.0, 9577.0, 9535.0, 9559.0, 9561.0, 9550.0, 9556.0, 9529.0, 9540.0, 9535.0, 9527.0, 9553.0, 9526.0, 9580.0, 9553.0, 9563.0, 9568.0, 9529.0, 9538.0, 9507.0, 9540.0, 9555.0, 9506.0, 9560.0, 9552.0, 9531.0, 9555.0, 9521.0, 9524.0, 9543.0, 9516.0, 9532.0, 9525.0, 9508.0, 9557.0, 9483.0, 9514.0, 9531.0, 9505.0, 9545.0, 9525.0, 9536.0, 9523.0, 9545.0, 9556.0, 9531.0, 9556.0, 9583.0, 9548.0, 9571.0, 9522.0, 9528.0, 9540.0, 9499.0, 9515.0, 9497.0, 9512.0, 9554.0, 9525.0, 9536.0, 9499.0, 9537.0, 9520.0, 9516.0, 9514.0, 9501.0, 9555.0, 9534.0, 9553.0, 9578.0, 9548.0, 9540.0, 9509.0, 9518.0, 9539.0, 9521.0, 9550.0, 9543.0, 9526.0, 9573.0, 9542.0, 9539.0, 9502.0, 9522.0, 9531.0, 9507.0, 9553.0, 9525.0, 9533.0, 9556.0, 9533.0, 9541.0, 9509.0, 9538.0, 9535.0, 9512.0, 9572.0, 9554.0, 9560.0, 9558.0, 9530.0, 9540.0, 9529.0, 9570.0, 9546.0, 9562.0, 9532.0, 9531.0, 9543.0, 9529.0, 9551.0, 9538.0, 9545.0, 9553.0, 9549.0, 9575.0, 9528.0, 9560.0, 9556.0, 9515.0, 9555.0, 9528.0, 9551.0, 9572.0, 9528.0, 9557.0, 9508.0, 9534.0, 9531.0, 9526.0, 9569.0, 9531.0, 9554.0, 9548.0, 9510.0, 9547.0, 9507.0, 9519.0, 9527.0, 9505.0, 9557.0, 9521.0, 9505.0, 9537.0, 9507.0, 9549.0, 9511.0, 9559.0, 9556.0, 9532.0, 9579.0, 9555.0, 9531.0, 9545.0, 9528.0, 9557.0, 9549.0, 9531.0, 9577.0, 9577.0, 9535.0, 9559.0, 9509.0, 9558.0, 9558.0, 9511.0, 9563.0, 9577.0, 9551.0, 9574.0, 9525.0, 9530.0, 9550.0, 9512.0, 9561.0, 9560.0, 9554.0, 9569.0, 9552.0, 9568.0, 9563.0, 9538.0, 9560.0, 9539.0, 9587.0, 9602.0, 9557.0, 9580.0, 9535.0, 9562.0, 9560.0, 9511.0, 9576.0, 9575.0, 9537.0, 9569.0, 9545.0, 9556.0, 9529.0, 9539.0, 9536.0, 9512.0, 9581.0, 9564.0, 9547.0, 9556.0, 9532.0, 9557.0, 9506.0, 9538.0, 9551.0, 9509.0, 9545.0, 9533.0, 9501.0, 9554.0, 9511.0, 9521.0, 9534.0, 9510.0, 9541.0, 9495.0, 9512.0, 9529.0, 9528.0, 9554.0, 9520.0, 9541.0, 9540.0, 9506.0, 9522.0, 9529.0, 9557.0, 9556.0, 9544.0, 9553.0, 9531.0, 9557.0, 9525.0, 9559.0, 9575.0, 9536.0, 9569.0, 9531.0, 9564.0, 9554.0, 9526.0, 9567.0, 9531.0, 9574.0, 9545.0, 9539.0, 9538.0, 9526.0, 9555.0, 9509.0, 9560.0, 9538.0, 9543.0, 9554.0, 9525.0, 9557.0, 9553.0, 9523.0, 9570.0, 9517.0, 9579.0, 9558.0, 9521.0, 9573.0, 9528.0, 9546.0, 9560.0, 9552.0, 9581.0, 9561.0, 9546.0, 9547.0, 9528.0, 9555.0, 9557.0, 9554.0, 9576.0, 9543.0, 9563.0, 9533.0, 9563.0, 9560.0, 9525.0, 9577.0, 9577.0, 9531.0, 9553.0, 9527.0, 9537.0, 9530.0, 9511.0, 9573.0, 9521.0, 9545.0, 9551.0, 9506.0, 9555.0, 9526.0, 9550.0, 9560.0, 9546.0, 9552.0, 9533.0, 9558.0, 9527.0, 9565.0, 9552.0, 9554.0, 9558.0, 9528.0, 9556.0, 9537.0, 9526.0, 9534.0, 9504.0, 9548.0, 9518.0, 9561.0, 9555.0, 9522.0, 9531.0, 9507.0, 9537.0, 9532.0, 9519.0, 9540.0, 9528.0, 9536.0, 9504.0, 9536.0, 9534.0, 9511.0, 9523.0, 9524.0, 9562.0, 9573.0, 9530.0, 9540.0, 9527.0, 9555.0, 9524.0, 9526.0, 9539.0, 9507.0, 9555.0, 9513.0, 9542.0, 9554.0, 9508.0, 9574.0, 9534.0, 9561.0, 9554.0, 9541.0, 9559.0, 9505.0, 9519.0, 9566.0, 9503.0, 9515.0, 9518.0, 9523.0, 9557.0, 9545.0, 9542.0, 9538.0, 9519.0, 9557.0, 9497.0, 9548.0, 9555.0, 9555.0, 9573.0, 9542.0, 9544.0, 9536.0, 9546.0, 9553.0, 9529.0, 9537.0, 9557.0, 9567.0, 9582.0, 9569.0, 9540.0, 9552.0, 9502.0, 9519.0, 9530.0, 9519.0, 9556.0, 9538.0, 9549.0, 9578.0, 9546.0, 9550.0, 9574.0, 9544.0, 9542.0, 9575.0, 9546.0, 9578.0, 9556.0, 9547.0, 9548.0, 9525.0, 9552.0, 9556.0, 9531.0, 9572.0, 9549.0, 9582.0, 9563.0, 9547.0, 9559.0, 9526.0, 9564.0, 9552.0, 9531.0, 9574.0, 9566.0, 9543.0, 9565.0, 9534.0, 9574.0, 9568.0, 9524.0, 9571.0, 9549.0, 9557.0, 9551.0, 9520.0, 9559.0, 9531.0, 9561.0, 9559.0, 9533.0, 9545.0, 9549.0, 9579.0, 9579.0, 9548.0, 9546.0, 9506.0, 9552.0, 9521.0, 9555.0, 9557.0, 9542.0, 9554.0, 9525.0, 9544.0, 9553.0, 9505.0, 9552.0, 9527.0, 9553.0, 9558.0, 9522.0, 9528.0, 9525.0, 9566.0, 9530.0, 9556.0, 9559.0, 9537.0, 9565.0, 9573.0, 9583.0, 9548.0, 9546.0, 9560.0, 9525.0, 9575.0, 9589.0, 9571.0, 9566.0, 9550.0, 9549.0, 9529.0, 9559.0, 9557.0, 9525.0, 9573.0, 9522.0, 9577.0, 9570.0, 9543.0, 9576.0, 9522.0, 9542.0, 9525.0, 9580.0, 9575.0, 9546.0, 9531.0, 9531.0, 9546.0, 9536.0, 9528.0, 9577.0, 9529.0, 9542.0, 9556.0, 9533.0, 9556.0, 9530.0, 9559.0, 9574.0, 9551.0, 9560.0, 9539.0, 9573.0, 9527.0, 9539.0, 9539.0, 9532.0, 9558.0, 9518.0, 9560.0, 9519.0, 9518.0, 9554.0, 9522.0, 9571.0, 9552.0, 9541.0, 9528.0, 9522.0, 9557.0, 9534.0, 9499.0, 9555.0, 9545.0, 9543.0, 9564.0, 9646.0, 9612.0, 9585.0, 9590.0, 9585.0, 9613.0, 9624.0, 9615.0, 9611.0, 9619.0, 9586.0, 9566.0, 9533.0, 9540.0, 9567.0, 9562.0, 9573.0, 9546.0, 9564.0, 9596.0, 9584.0, 9541.0, 9532.0, 9557.0, 9570.0, 9559.0, 9563.0, 9547.0, 9571.0, 9586.0, 9595.0, 9609.0, 9621.0, 9591.0, 9586.0, 9566.0, 9568.0, 9572.0, 9566.0, 9565.0, 9610.0, 9590.0, 9567.0, 9546.0, 9582.0, 9575.0, 9561.0, 9564.0, 9537.0, 9584.0, 9594.0, 9594.0, 9587.0, 9571.0, 9612.0, 9599.0, 9594.0, 9610.0, 9601.0, 9595.0, 9608.0, 9595.0, 9608.0, 9587.0, 9586.0, 9607.0, 9614.0, 9610.0, 9594.0, 9586.0, 9579.0, 9612.0, 9602.0, 9581.0, 9611.0, 9605.0, 9606.0, 9584.0, 9565.0, 9584.0, 9568.0, 9593.0, 9608.0, 9613.0, 9591.0, 9585.0, 9587.0, 9553.0, 9564.0, 9545.0, 9571.0, 9554.0, 9579.0, 9562.0, 9564.0, 9546.0, 9565.0, 9545.0, 9528.0, 9583.0, 9581.0, 9587.0, 9587.0, 9588.0, 9571.0, 9573.0, 9589.0, 9572.0, 9571.0, 9590.0, 9619.0, 9592.0, 9581.0, 9587.0, 9591.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.007204631185807655</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.036465832866479926</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.81433527930835</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2223559274953268</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.096199385607476</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4753</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5798.8979</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.11917753748992162</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>110</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>10.27077497665733</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5778342610632534</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.581680483902486</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7722149339052455</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.379607365382029</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00988709</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0015961587196215987</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.026344189420342445</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>4.385701693627626</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>38.4786</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.2978</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>175.3433</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>299152.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>771.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>389.6846</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.8121</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>471.9375</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3556.0883</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3718.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>77392.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1475.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4492.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>847.7494</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>36.446891696657985</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> |