=== 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-0074 --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-0074",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
121 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
121 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-0074_ses-03_task-alignvideo_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0074_ses-03_task-alignvideo_acq-mb8_run-03_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-03_subject-0074_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-0074/figures/sub-0074_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-03_subject-0074_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-0074/figures/sub-0074_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-03_subject-0074_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-0074/figures/sub-0074_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-03_subject-0074_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-0074/figures/sub-0074_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-03_subject-0074_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-0074/figures/sub-0074_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-03_subject-0074_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-0074/figures/sub-0074_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0074_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-0074/figures/sub-0074_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0074/figures/sub-0074_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0074/ses-03/func/sub-0074_ses-03_task-alignvideo_acq-mb8_run-03_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>1e9521ed9c71d33b7fa9078b9f264051</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>20:24:0.812500</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.993865, -0.110603, -0.000144262, 0.110602, 0.993848, 0.00571949]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0857532</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4179, -7748, -7273, 644, -127, -276, -151, 58]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>228.088</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>079b0cf4-6a98-4b59-896e-a6890818e283||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.666466236114502, 0.29673612117767334, 0.0013208851451054215, 92.15119171142578], [0.29673877358436584, 2.6664226055145264, 0.015390963293612003, -107.32113647460938], [-0.0003870431683026254, -0.015344979241490364, 2.699955701828003, -79.9396743774414], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1065]</td></tr>
|
|
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
|
|
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
|
|
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065], 'AcquisitionTime': ['202400.812500', '202401.272500', '202401.732500', '202402.192500', '202402.652500', '202403.112500', '202403.572500', '202404.032500', '202404.492500', '202404.952500', '202405.412500', '202405.872500', '202406.332500', '202406.792500', '202407.252500', '202407.712500', '202408.172500', '202408.632500', '202409.092500', '202409.552500', '202410.012500', '202410.472500', '202410.932500', '202411.392500', '202411.852500', '202412.312500', '202412.772500', '202413.232500', '202413.692500', '202414.152500', '202414.612500', '202415.072500', '202415.532500', '202415.992500', '202416.452500', '202416.912500', '202417.372500', '202417.832500', '202418.292500', '202418.752500', '202419.212500', '202419.672500', '202420.132500', '202420.592500', '202421.052500', '202421.512500', '202421.972500', '202422.432500', '202422.892500', '202423.352500', '202423.812500', '202424.272500', '202424.732500', '202425.192500', '202425.652500', '202426.112500', '202426.572500', '202427.032500', '202427.492500', '202427.952500', '202428.412500', '202428.872500', '202429.332500', '202429.792500', '202430.252500', '202430.712500', '202431.172500', '202431.632500', '202432.092500', '202432.552500', '202433.012500', '202433.472500', '202433.932500', '202434.392500', '202434.852500', '202435.312500', '202435.772500', '202436.232500', '202436.692500', '202437.152500', '202437.612500', '202438.072500', '202438.532500', '202438.992500', '202439.452500', '202439.912500', '202440.372500', '202440.832500', '202441.292500', '202441.752500', '202442.212500', '202442.672500', '202443.132500', '202443.592500', '202444.052500', '202444.512500', '202444.972500', '202445.432500', '202445.892500', '202446.352500', '202446.812500', '202447.272500', '202447.732500', '202448.192500', '202448.652500', '202449.112500', '202449.572500', '202450.032500', '202450.492500', '202450.952500', '202451.412500', '202451.872500', '202452.332500', '202452.792500', '202453.252500', '202453.712500', '202454.172500', '202454.632500', '202455.092500', '202455.552500', '202456.012500', '202456.472500', '202456.932500', '202457.392500', '202457.852500', '202458.312500', '202458.772500', '202459.232500', '202459.692500', '202500.152500', '202500.612500', '202501.072500', '202501.532500', '202501.992500', '202502.452500', '202502.912500', '202503.372500', '202503.832500', '202504.292500', '202504.752500', '202505.212500', '202505.672500', '202506.132500', '202506.592500', '202507.052500', '202507.512500', '202507.972500', '202508.432500', '202508.892500', '202509.352500', '202509.812500', '202510.272500', '202510.732500', '202511.192500', '202511.652500', '202512.112500', '202512.572500', '202513.032500', '202513.492500', '202513.952500', '202514.412500', '202514.872500', '202515.332500', '202515.792500', '202516.252500', '202516.712500', '202517.172500', '202517.632500', '202518.092500', '202518.552500', '202519.012500', '202519.472500', '202519.932500', '202520.392500', '202520.852500', '202521.312500', '202521.772500', '202522.232500', '202522.692500', '202523.152500', '202523.612500', '202524.072500', '202524.532500', '202524.992500', '202525.452500', '202525.912500', '202526.372500', '202526.832500', '202527.292500', '202527.752500', '202528.212500', '202528.672500', '202529.132500', '202529.592500', '202530.052500', '202530.512500', '202530.972500', '202531.432500', '202531.892500', '202532.352500', '202532.812500', '202533.272500', '202533.732500', '202534.192500', '202534.652500', '202535.112500', '202535.572500', '202536.032500', '202536.492500', '202536.952500', '202537.412500', '202537.872500', '202538.332500', '202538.792500', '202539.252500', '202539.712500', '202540.172500', '202540.632500', '202541.092500', '202541.552500', '202542.012500', '202542.472500', '202542.932500', '202543.392500', '202543.852500', '202544.312500', '202544.772500', '202545.232500', '202545.692500', '202546.152500', '202546.612500', '202547.072500', '202547.532500', '202547.992500', '202548.452500', '202548.912500', '202549.372500', '202549.832500', '202550.292500', '202550.752500', '202551.212500', '202551.672500', '202552.132500', '202552.592500', '202553.052500', '202553.512500', '202553.972500', '202554.432500', '202554.892500', '202555.352500', '202555.812500', '202556.272500', '202556.732500', '202557.192500', '202557.652500', '202558.112500', '202558.572500', '202559.032500', '202559.492500', '202559.952500', '202600.412500', '202600.872500', '202601.332500', '202601.792500', '202602.252500', '202602.712500', '202603.172500', '202603.632500', '202604.092500', '202604.552500', '202605.012500', '202605.472500', '202605.932500', '202606.392500', '202606.852500', '202607.312500', '202607.772500', '202608.232500', '202608.692500', '202609.152500', '202609.612500', '202610.072500', '202610.532500', '202610.992500', '202611.452500', '202611.912500', '202612.372500', '202612.832500', '202613.292500', '202613.752500', '202614.212500', '202614.672500', '202615.132500', '202615.592500', '202616.052500', '202616.512500', '202616.972500', '202617.432500', '202617.892500', '202618.352500', '202618.812500', '202619.272500', '202619.732500', '202620.192500', '202620.652500', '202621.112500', '202621.572500', '202622.032500', '202622.492500', '202622.952500', '202623.412500', '202623.872500', '202624.332500', '202624.792500', '202625.252500', '202625.712500', '202626.172500', '202626.632500', '202627.092500', '202627.552500', '202628.012500', '202628.472500', '202628.932500', '202629.392500', '202629.852500', '202630.312500', '202630.772500', '202631.232500', '202631.692500', '202632.152500', '202632.612500', '202633.072500', '202633.532500', '202633.992500', '202634.452500', '202634.912500', '202635.372500', '202635.832500', '202636.292500', '202636.752500', '202637.212500', '202637.672500', '202638.132500', '202638.592500', '202639.052500', '202639.512500', '202639.972500', '202640.432500', '202640.892500', '202641.352500', '202641.812500', '202642.272500', '202642.732500', '202643.192500', '202643.652500', '202644.112500', '202644.572500', '202645.032500', '202645.492500', '202645.952500', '202646.412500', '202646.872500', '202647.332500', '202647.792500', '202648.252500', '202648.712500', '202649.172500', '202649.632500', '202650.092500', '202650.552500', '202651.012500', '202651.472500', '202651.932500', '202652.392500', '202652.852500', '202653.312500', '202653.772500', '202654.232500', '202654.692500', '202655.152500', '202655.612500', '202656.072500', '202656.532500', '202656.992500', '202657.452500', '202657.912500', '202658.372500', '202658.832500', '202659.292500', '202659.752500', '202700.212500', '202700.672500', '202701.132500', '202701.592500', '202702.052500', '202702.512500', '202702.972500', '202703.432500', '202703.892500', '202704.352500', '202704.812500', '202705.272500', '202705.732500', '202706.192500', '202706.652500', '202707.112500', '202707.572500', '202708.032500', '202708.492500', '202708.952500', '202709.412500', '202709.872500', '202710.332500', '202710.792500', '202711.252500', '202711.712500', '202712.172500', '202712.632500', '202713.092500', '202713.552500', '202714.012500', '202714.472500', '202714.932500', '202715.392500', '202715.852500', '202716.312500', '202716.772500', '202717.232500', '202717.692500', '202718.152500', '202718.612500', '202719.072500', '202719.532500', '202719.992500', '202720.452500', '202720.912500', '202721.372500', '202721.832500', '202722.292500', '202722.752500', '202723.212500', '202723.672500', '202724.132500', '202724.592500', '202725.052500', '202725.512500', '202725.972500', '202726.432500', '202726.892500', '202727.352500', '202727.812500', '202728.272500', '202728.732500', '202729.192500', '202729.652500', '202730.112500', '202730.572500', '202731.032500', '202731.492500', '202731.952500', '202732.412500', '202732.872500', '202733.332500', '202733.792500', '202734.252500', '202734.712500', '202735.172500', '202735.632500', '202736.092500', '202736.552500', '202737.012500', '202737.472500', '202737.932500', '202738.392500', '202738.852500', '202739.312500', '202739.772500', '202740.232500', '202740.692500', '202741.152500', '202741.612500', '202742.072500', '202742.532500', '202742.992500', '202743.452500', '202743.912500', '202744.372500', '202744.832500', '202745.292500', '202745.752500', '202746.212500', '202746.672500', '202747.132500', '202747.592500', '202748.052500', '202748.512500', '202748.972500', '202749.432500', '202749.892500', '202750.352500', '202750.812500', '202751.272500', '202751.732500', '202752.192500', '202752.652500', '202753.112500', '202753.572500', '202754.032500', '202754.492500', '202754.952500', '202755.412500', '202755.872500', '202756.332500', '202756.792500', '202757.252500', '202757.712500', '202758.172500', '202758.632500', '202759.092500', '202759.552500', '202800.012500', '202800.472500', '202800.932500', '202801.392500', '202801.852500', '202802.312500', '202802.772500', '202803.232500', '202803.692500', '202804.152500', '202804.612500', '202805.072500', '202805.532500', '202805.992500', '202806.452500', '202806.912500', '202807.372500', '202807.832500', '202808.292500', '202808.752500', '202809.212500', '202809.672500', '202810.132500', '202810.592500', '202811.052500', '202811.512500', '202811.972500', '202812.432500', '202812.892500', '202813.352500', '202813.812500', '202814.272500', '202814.732500', '202815.192500', '202815.652500', '202816.112500', '202816.572500', '202817.032500', '202817.492500', '202817.952500', '202818.412500', '202818.872500', '202819.332500', '202819.792500', '202820.252500', '202820.712500', '202821.172500', '202821.632500', '202822.092500', '202822.552500', '202823.012500', '202823.472500', '202823.932500', '202824.392500', '202824.852500', '202825.312500', '202825.772500', '202826.232500', '202826.692500', '202827.152500', '202827.612500', '202828.072500', '202828.532500', '202828.992500', '202829.452500', '202829.912500', '202830.372500', '202830.832500', '202831.292500', '202831.752500', '202832.212500', '202832.672500', '202833.132500', '202833.592500', '202834.052500', '202834.512500', '202834.972500', '202835.432500', '202835.892500', '202836.352500', '202836.812500', '202837.272500', '202837.732500', '202838.192500', '202838.652500', '202839.112500', '202839.572500', '202840.032500', '202840.492500', '202840.952500', '202841.412500', '202841.872500', '202842.332500', '202842.792500', '202843.252500', '202843.712500', '202844.172500', '202844.632500', '202845.092500', '202845.552500', '202846.012500', '202846.472500', '202846.932500', '202847.392500', '202847.852500', '202848.312500', '202848.772500', '202849.232500', '202849.692500', '202850.152500', '202850.612500', '202851.072500', '202851.532500', '202851.992500', '202852.452500', '202852.912500', '202853.372500', '202853.832500', '202854.292500', '202854.752500', '202855.212500', '202855.672500', '202856.132500', '202856.592500', '202857.052500', '202857.512500', '202857.972500', '202858.432500', '202858.892500', '202859.352500', '202859.812500', '202900.272500', '202900.732500', '202901.192500', '202901.652500', '202902.112500', '202902.572500', '202903.032500', '202903.492500', '202903.952500', '202904.412500', '202904.872500', '202905.332500', '202905.792500', '202906.252500', '202906.712500', '202907.172500', '202907.632500', '202908.092500', '202908.552500', '202909.012500', '202909.472500', '202909.932500', '202910.392500', '202910.852500', '202911.312500', '202911.772500', '202912.232500', '202912.692500', '202913.152500', '202913.612500', '202914.072500', '202914.532500', '202914.992500', '202915.452500', '202915.912500', '202916.372500', '202916.832500', '202917.292500', '202917.752500', '202918.212500', '202918.672500', '202919.132500', '202919.592500', '202920.052500', '202920.512500', '202920.972500', '202921.432500', '202921.892500', '202922.352500', '202922.812500', '202923.272500', '202923.732500', '202924.192500', '202924.652500', '202925.112500', '202925.572500', '202926.032500', '202926.492500', '202926.952500', '202927.412500', '202927.872500', '202928.332500', '202928.792500', '202929.252500', '202929.712500', '202930.172500', '202930.632500', '202931.092500', '202931.552500', '202932.012500', '202932.472500', '202932.932500', '202933.392500', '202933.852500', '202934.312500', '202934.772500', '202935.232500', '202935.692500', '202936.152500', '202936.612500', '202937.072500', '202937.532500', '202937.992500', '202938.452500', '202938.912500', '202939.372500', '202939.832500', '202940.292500', '202940.752500', '202941.212500', '202941.672500', '202942.132500', '202942.592500', '202943.052500', '202943.512500', '202943.972500', '202944.432500', '202944.892500', '202945.352500', '202945.812500', '202946.272500', '202946.732500', '202947.192500', '202947.652500', '202948.112500', '202948.572500', '202949.032500', '202949.492500', '202949.952500', '202950.412500', '202950.872500', '202951.332500', '202951.792500', '202952.252500', '202952.712500', '202953.172500', '202953.632500', '202954.092500', '202954.552500', '202955.012500', '202955.472500', '202955.932500', '202956.392500', '202956.852500', '202957.312500', '202957.772500', '202958.232500', '202958.692500', '202959.152500', '202959.612500', '203000.072500', '203000.532500', '203000.992500', '203001.452500', '203001.912500', '203002.372500', '203002.832500', '203003.292500', '203003.752500', '203004.212500', '203004.672500', '203005.132500', '203005.592500', '203006.052500', '203006.512500', '203006.972500', '203007.432500', '203007.892500', '203008.352500', '203008.812500', '203009.272500', '203009.732500', '203010.192500', '203010.652500', '203011.112500', '203011.572500', '203012.032500', '203012.492500', '203012.952500', '203013.412500', '203013.872500', '203014.332500', '203014.792500', '203015.252500', '203015.712500', '203016.172500', '203016.632500', '203017.092500', '203017.552500', '203018.012500', '203018.472500', '203018.932500', '203019.392500', '203019.852500', '203020.312500', '203020.772500', '203021.232500', '203021.692500', '203022.152500', '203022.612500', '203023.072500', '203023.532500', '203023.992500', '203024.452500', '203024.912500', '203025.372500', '203025.832500', '203026.292500', '203026.752500', '203027.212500', '203027.672500', '203028.132500', '203028.592500', '203029.052500', '203029.512500', '203029.972500', '203030.432500', '203030.892500', '203031.352500', '203031.812500', '203032.272500', '203032.732500', '203033.192500', '203033.652500', '203034.112500', '203034.572500', '203035.032500', '203035.492500', '203035.952500', '203036.412500', '203036.872500', '203037.332500', '203037.792500', '203038.252500', '203038.712500', '203039.172500', '203039.632500', '203040.092500', '203040.552500', '203041.012500', '203041.472500', '203041.932500', '203042.392500', '203042.852500', '203043.312500', '203043.772500', '203044.232500', '203044.692500', '203045.152500', '203045.612500', '203046.072500', '203046.532500', '203046.992500', '203047.452500', '203047.912500', '203048.372500', '203048.832500', '203049.292500', '203049.752500', '203050.212500', '203050.672500', '203051.132500', '203051.592500', '203052.052500', '203052.512500', '203052.972500', '203053.432500', '203053.892500', '203054.352500', '203054.812500', '203055.272500', '203055.732500', '203056.192500', '203056.652500', '203057.112500', '203057.572500', '203058.032500', '203058.492500', '203058.952500', '203059.412500', '203059.872500', '203100.332500', '203100.792500', '203101.252500', '203101.712500', '203102.172500', '203102.632500', '203103.092500', '203103.552500', '203104.012500', '203104.472500', '203104.932500', '203105.392500', '203105.852500', '203106.312500', '203106.772500', '203107.232500', '203107.692500', '203108.152500', '203108.612500', '203109.072500', '203109.532500', '203109.992500', '203110.452500', '203110.912500', '203111.372500', '203111.832500', '203112.292500', '203112.752500', '203113.212500', '203113.672500', '203114.132500', '203114.592500', '203115.052500', '203115.512500', '203115.972500', '203116.432500', '203116.892500', '203117.352500', '203117.812500', '203118.272500', '203118.732500', '203119.192500', '203119.652500', '203120.112500', '203120.572500', '203121.032500', '203121.492500', '203121.952500', '203122.412500', '203122.872500', '203123.332500', '203123.792500', '203124.252500', '203124.712500', '203125.172500', '203125.632500', '203126.092500', '203126.552500', '203127.012500', '203127.472500', '203127.932500', '203128.392500', '203128.852500', '203129.312500', '203129.772500', '203130.232500', '203130.692500', '203131.152500', '203131.612500', '203132.072500', '203132.532500', '203132.992500', '203133.452500', '203133.912500', '203134.372500', '203134.832500', '203135.292500', '203135.752500', '203136.212500', '203136.672500', '203137.132500', '203137.592500', '203138.052500', '203138.512500', '203138.972500', '203139.432500', '203139.892500', '203140.352500', '203140.812500', '203141.272500', '203141.732500', '203142.192500', '203142.652500', '203143.112500', '203143.572500', '203144.032500', '203144.492500', '203144.952500', '203145.412500', '203145.872500', '203146.332500', '203146.792500', '203147.252500', '203147.712500', '203148.172500', '203148.632500', '203149.092500', '203149.552500', '203150.012500', '203150.472500', '203150.932500', '203151.392500', '203151.852500', '203152.312500', '203152.772500', '203153.232500', '203153.692500', '203154.152500', '203154.612500', '203155.072500', '203155.532500', '203155.992500', '203156.452500', '203156.912500', '203157.372500', '203157.832500', '203158.292500', '203158.752500', '203159.212500', '203159.672500', '203200.132500', '203200.592500', '203201.052500', '203201.512500', '203201.972500', '203202.432500', '203202.892500', '203203.352500', '203203.812500', '203204.272500', '203204.732500', '203205.192500', '203205.652500', '203206.112500', '203206.572500', '203207.032500', '203207.492500', '203207.952500', '203208.412500', '203208.872500', '203209.332500', '203209.792500', '203210.252500'], 'ContentTime': ['202424.885000', '202424.888000', '202424.891000', '202424.894000', '202424.896000', '202424.899000', '202424.902000', '202424.904000', '202424.907000', '202424.909000', '202424.912000', '202424.914000', '202424.919000', '202424.921000', '202424.924000', '202424.926000', '202424.929000', '202424.931000', '202424.934000', '202424.937000', '202424.939000', '202424.942000', '202424.944000', '202424.947000', '202424.955000', '202424.957000', '202424.960000', '202424.962000', '202424.965000', '202424.967000', '202424.970000', '202424.972000', '202424.975000', '202424.977000', '202424.980000', '202424.983000', '202424.985000', '202424.988000', '202424.990000', '202424.993000', '202424.995000', '202424.998000', '202425.000000', '202425.003000', '202425.005000', '202425.008000', '202425.011000', '202425.013000', '202425.016000', '202444.831000', '202444.834000', '202444.837000', '202444.839000', '202444.842000', '202444.844000', '202444.847000', '202444.850000', '202444.852000', '202444.855000', '202444.857000', '202444.860000', '202444.862000', '202444.865000', '202444.867000', '202444.870000', '202444.873000', '202444.875000', '202444.878000', '202444.880000', '202444.883000', '202444.885000', '202444.888000', '202444.890000', '202444.893000', '202444.895000', '202444.898000', '202444.900000', '202444.903000', '202444.906000', '202444.908000', '202444.911000', '202444.917000', '202444.919000', '202444.922000', '202444.926000', '202444.929000', '202444.931000', '202444.934000', '202444.936000', '202444.939000', '202444.942000', '202444.944000', '202504.832000', '202504.836000', '202504.839000', '202504.841000', '202504.844000', '202504.846000', '202504.849000', '202504.851000', '202504.854000', '202504.857000', '202504.859000', '202504.862000', '202504.864000', '202504.867000', '202504.869000', '202504.872000', '202504.875000', '202504.877000', '202504.880000', '202504.882000', '202504.885000', '202504.888000', '202504.890000', '202504.893000', '202504.895000', '202504.898000', '202504.900000', '202504.903000', '202504.906000', '202504.908000', '202504.912000', '202504.915000', '202504.917000', '202504.920000', '202504.938000', '202504.940000', '202504.943000', '202504.945000', '202504.948000', '202504.950000', '202504.953000', '202504.956000', '202504.958000', '202524.831000', '202524.833000', '202524.836000', '202524.838000', '202524.841000', '202524.844000', '202524.846000', '202524.849000', '202524.851000', '202524.854000', '202524.857000', '202524.859000', '202524.862000', '202524.864000', '202524.867000', '202524.870000', '202524.872000', '202524.875000', '202524.877000', '202524.880000', '202524.883000', '202524.885000', '202524.892000', '202524.895000', '202524.897000', '202524.900000', '202524.903000', '202524.905000', '202524.908000', '202524.910000', '202524.913000', '202524.916000', '202524.918000', '202524.921000', '202524.923000', '202524.926000', '202524.929000', '202524.931000', '202524.934000', '202524.936000', '202524.939000', '202524.941000', '202524.944000', '202524.946000', '202544.830000', '202544.833000', '202544.836000', '202544.838000', '202544.841000', '202544.844000', '202544.846000', '202544.849000', '202544.851000', '202544.854000', '202544.856000', '202544.859000', '202544.862000', '202544.864000', '202544.867000', '202544.869000', '202544.872000', '202544.875000', '202544.877000', '202544.880000', '202544.882000', '202544.885000', '202544.888000', '202544.890000', '202544.893000', '202544.896000', '202544.898000', '202544.901000', '202544.904000', '202544.906000', '202544.909000', '202544.916000', '202544.918000', '202544.921000', '202544.924000', '202544.926000', '202544.929000', '202544.931000', '202544.934000', '202544.936000', '202544.939000', '202544.941000', '202544.944000', '202604.831000', '202604.833000', '202604.836000', '202604.838000', '202604.841000', '202604.844000', '202604.846000', '202604.849000', '202604.851000', '202604.854000', '202604.856000', '202604.859000', '202604.862000', '202604.864000', '202604.867000', '202604.869000', '202604.872000', '202604.875000', '202604.877000', '202604.880000', '202604.883000', '202604.885000', '202604.888000', '202604.890000', '202604.893000', '202604.895000', '202604.898000', '202604.901000', '202604.903000', '202604.906000', '202604.908000', '202604.911000', '202604.917000', '202604.920000', '202604.922000', '202604.925000', '202604.928000', '202604.930000', '202604.933000', '202604.935000', '202604.938000', '202604.940000', '202604.943000', '202604.946000', '202624.831000', '202624.834000', '202624.837000', '202624.840000', '202624.842000', '202624.845000', '202624.848000', '202624.851000', '202624.853000', '202624.856000', '202624.858000', '202624.861000', '202624.864000', '202624.866000', '202624.869000', '202624.871000', '202624.874000', '202624.877000', '202624.879000', '202624.882000', '202624.885000', '202624.887000', '202624.890000', '202624.893000', '202624.895000', '202624.898000', '202624.900000', '202624.903000', '202624.906000', '202624.908000', '202624.911000', '202624.913000', '202624.916000', '202624.919000', '202624.921000', '202624.924000', '202624.927000', '202624.929000', '202624.932000', '202624.934000', '202624.937000', '202624.940000', '202624.942000', '202644.830000', '202644.833000', '202644.836000', '202644.838000', '202644.841000', '202644.844000', '202644.846000', '202644.849000', '202644.851000', '202644.854000', '202644.856000', '202644.859000', '202644.862000', '202644.864000', '202644.867000', '202644.869000', '202644.883000', '202644.885000', '202644.888000', '202644.890000', '202644.893000', '202644.895000', '202644.898000', '202644.908000', '202644.911000', '202644.913000', '202644.916000', '202644.918000', '202644.921000', '202644.924000', '202644.926000', '202644.929000', '202644.931000', '202644.934000', '202644.936000', '202644.939000', '202644.941000', '202644.944000', '202644.947000', '202644.949000', '202644.952000', '202644.954000', '202644.957000', '202644.959000', '202704.831000', '202704.834000', '202704.837000', '202704.839000', '202704.842000', '202704.845000', '202704.847000', '202704.850000', '202704.852000', '202704.855000', '202704.858000', '202704.860000', '202704.863000', '202704.865000', '202704.868000', '202704.871000', '202704.873000', '202704.876000', '202704.878000', '202704.881000', '202704.883000', '202704.886000', '202704.889000', '202704.891000', '202704.894000', '202704.896000', '202704.899000', '202704.902000', '202704.904000', '202704.907000', '202704.909000', '202704.912000', '202704.914000', '202704.917000', '202704.920000', '202704.922000', '202704.925000', '202704.927000', '202704.930000', '202704.933000', '202704.935000', '202704.938000', '202704.941000', '202704.943000', '202724.832000', '202724.834000', '202724.837000', '202724.840000', '202724.842000', '202724.845000', '202724.847000', '202724.850000', '202724.853000', '202724.855000', '202724.858000', '202724.860000', '202724.863000', '202724.866000', '202724.868000', '202724.871000', '202724.873000', '202724.876000', '202724.878000', '202724.881000', '202724.884000', '202724.886000', '202724.889000', '202724.891000', '202724.894000', '202724.897000', '202724.899000', '202724.902000', '202724.904000', '202724.907000', '202724.910000', '202724.912000', '202724.915000', '202724.917000', '202724.920000', '202724.922000', '202724.925000', '202724.928000', '202724.930000', '202724.933000', '202724.935000', '202724.938000', '202724.941000', '202744.831000', '202744.833000', '202744.836000', '202744.839000', '202744.841000', '202744.844000', '202744.846000', '202744.849000', '202744.852000', '202744.854000', '202744.857000', '202744.859000', '202744.862000', '202744.865000', '202744.867000', '202744.870000', '202744.872000', '202744.875000', '202744.878000', '202744.880000', '202744.883000', '202744.885000', '202744.889000', '202744.892000', '202744.894000', '202744.897000', '202744.900000', '202744.902000', '202744.905000', '202744.907000', '202744.910000', '202744.912000', '202744.915000', '202744.918000', '202744.920000', '202744.923000', '202744.925000', '202744.928000', '202744.930000', '202744.933000', '202744.936000', '202744.938000', '202744.941000', '202804.830000', '202804.833000', '202804.836000', '202804.838000', '202804.841000', '202804.843000', '202804.846000', '202804.849000', '202804.851000', '202804.854000', '202804.856000', '202804.859000', '202804.862000', '202804.864000', '202804.867000', '202804.870000', '202804.872000', '202804.875000', '202804.877000', '202804.880000', '202804.882000', '202804.885000', '202804.887000', '202804.890000', '202804.893000', '202804.895000', '202804.898000', '202804.900000', '202804.903000', '202804.906000', '202804.908000', '202804.911000', '202804.913000', '202804.916000', '202804.918000', '202804.921000', '202804.924000', '202804.926000', '202804.929000', '202804.931000', '202804.934000', '202804.944000', '202804.946000', '202804.949000', '202824.830000', '202824.833000', '202824.836000', '202824.838000', '202824.841000', '202824.844000', '202824.846000', '202824.849000', '202824.851000', '202824.854000', '202824.856000', '202824.859000', '202824.862000', '202824.864000', '202824.867000', '202824.869000', '202824.872000', '202824.876000', '202824.879000', '202824.881000', '202824.884000', '202824.887000', '202824.889000', '202824.892000', '202824.894000', '202824.897000', '202824.900000', '202824.902000', '202824.905000', '202824.907000', '202824.910000', '202824.913000', '202824.915000', '202824.918000', '202824.920000', '202824.923000', '202824.925000', '202824.928000', '202824.931000', '202824.933000', '202824.936000', '202824.939000', '202824.941000', '202844.831000', '202844.834000', '202844.836000', '202844.839000', '202844.841000', '202844.844000', '202844.846000', '202844.849000', '202844.852000', '202844.854000', '202844.857000', '202844.859000', '202844.862000', '202844.864000', '202844.867000', '202844.870000', '202844.872000', '202844.875000', '202844.877000', '202844.880000', '202844.882000', '202844.885000', '202844.887000', '202844.890000', '202844.893000', '202844.895000', '202844.898000', '202844.900000', '202844.903000', '202844.906000', '202844.908000', '202844.911000', '202844.913000', '202844.916000', '202844.919000', '202844.921000', '202844.924000', '202844.926000', '202844.929000', '202844.932000', '202844.934000', '202844.937000', '202844.939000', '202844.942000', '202904.830000', '202904.833000', '202904.836000', '202904.838000', '202904.841000', '202904.844000', '202904.846000', '202904.849000', '202904.851000', '202904.854000', '202904.857000', '202904.859000', '202904.862000', '202904.864000', '202904.867000', '202904.870000', '202904.872000', '202904.876000', '202904.879000', '202904.881000', '202904.884000', '202904.886000', '202904.889000', '202904.892000', '202904.894000', '202904.897000', '202904.899000', '202904.902000', '202904.905000', '202904.907000', '202904.910000', '202904.913000', '202904.915000', '202904.918000', '202904.920000', '202904.923000', '202904.926000', '202904.929000', '202904.932000', '202904.935000', '202904.938000', '202904.940000', '202904.943000', '202924.831000', '202924.834000', '202924.837000', '202924.839000', '202924.842000', '202924.845000', '202924.847000', '202924.850000', '202924.852000', '202924.855000', '202924.858000', '202924.860000', '202924.863000', '202924.865000', '202924.868000', '202924.871000', '202924.873000', '202924.876000', '202924.878000', '202924.881000', '202924.883000', '202924.886000', '202924.889000', '202924.891000', '202924.894000', '202924.896000', '202924.901000', '202924.904000', '202924.907000', '202924.909000', '202924.912000', '202924.915000', '202924.917000', '202924.920000', '202924.922000', '202924.925000', '202924.927000', '202924.930000', '202924.933000', '202924.935000', '202924.938000', '202924.940000', '202924.943000', '202924.945000', '202944.832000', '202944.834000', '202944.837000', '202944.840000', '202944.842000', '202944.845000', '202944.847000', '202944.850000', '202944.887000', '202944.890000', '202944.893000', '202944.895000', '202944.898000', '202944.900000', '202944.903000', '202944.905000', '202944.908000', '202944.911000', '202944.913000', '202944.916000', '202944.920000', '202944.922000', '202944.925000', '202944.928000', '202944.930000', '202944.933000', '202944.936000', '202944.938000', '202944.941000', '202944.943000', '202944.946000', '202944.948000', '202944.951000', '202944.953000', '202944.956000', '202944.958000', '202944.961000', '202944.964000', '202944.967000', '202944.969000', '202944.972000', '202944.974000', '202944.977000', '203004.831000', '203004.834000', '203004.837000', '203004.839000', '203004.842000', '203004.844000', '203004.847000', '203004.850000', '203004.852000', '203004.855000', '203004.857000', '203004.860000', '203004.863000', '203004.865000', '203004.868000', '203004.870000', '203004.873000', '203004.876000', '203004.878000', '203004.881000', '203004.883000', '203004.886000', '203004.889000', '203004.891000', '203004.894000', '203004.896000', '203004.899000', '203004.902000', '203004.904000', '203004.907000', '203004.909000', '203004.912000', '203004.915000', '203004.917000', '203004.920000', '203004.923000', '203004.925000', '203004.928000', '203004.930000', '203004.933000', '203004.936000', '203004.938000', '203004.941000', '203004.943000', '203024.831000', '203024.833000', '203024.836000', '203024.839000', '203024.841000', '203024.844000', '203024.846000', '203024.849000', '203024.852000', '203024.854000', '203024.857000', '203024.859000', '203024.862000', '203024.864000', '203024.867000', '203024.870000', '203024.872000', '203024.875000', '203024.877000', '203024.880000', '203024.883000', '203024.885000', '203024.888000', '203024.890000', '203024.893000', '203024.895000', '203024.898000', '203024.901000', '203024.903000', '203024.906000', '203024.908000', '203024.911000', '203024.914000', '203024.916000', '203024.919000', '203024.922000', '203024.924000', '203024.927000', '203024.929000', '203024.932000', '203024.935000', '203024.937000', '203024.940000', '203044.830000', '203044.833000', '203044.836000', '203044.838000', '203044.841000', '203044.844000', '203044.846000', '203044.849000', '203044.851000', '203044.854000', '203044.857000', '203044.859000', '203044.862000', '203044.864000', '203044.867000', '203044.869000', '203044.872000', '203044.875000', '203044.877000', '203044.880000', '203044.882000', '203044.885000', '203044.887000', '203044.890000', '203044.893000', '203044.895000', '203044.898000', '203044.900000', '203044.903000', '203044.905000', '203044.908000', '203044.910000', '203044.913000', '203044.916000', '203044.918000', '203044.921000', '203044.923000', '203044.926000', '203044.929000', '203044.931000', '203044.934000', '203044.936000', '203044.939000', '203044.942000', '203104.830000', '203104.833000', '203104.836000', '203104.838000', '203104.841000', '203104.844000', '203104.846000', '203104.849000', '203104.851000', '203104.854000', '203104.856000', '203104.859000', '203104.861000', '203104.864000', '203104.867000', '203104.869000', '203104.872000', '203104.874000', '203104.888000', '203104.890000', '203104.893000', '203104.895000', '203104.898000', '203104.900000', '203104.903000', '203104.906000', '203104.908000', '203104.911000', '203104.913000', '203104.916000', '203104.919000', '203104.921000', '203104.924000', '203104.926000', '203104.929000', '203104.931000', '203104.934000', '203104.937000', '203104.939000', '203104.942000', '203104.944000', '203104.947000', '203104.950000', '203124.831000', '203124.833000', '203124.836000', '203124.839000', '203124.841000', '203124.844000', '203124.846000', '203124.849000', '203124.852000', '203124.854000', '203124.857000', '203124.860000', '203124.862000', '203124.865000', '203124.867000', '203124.870000', '203124.873000', '203124.875000', '203124.878000', '203124.881000', '203124.883000', '203124.886000', '203124.888000', '203124.891000', '203124.893000', '203124.896000', '203124.898000', '203124.901000', '203124.904000', '203124.906000', '203124.909000', '203124.911000', '203124.914000', '203124.917000', '203124.919000', '203124.922000', '203124.924000', '203124.927000', '203124.930000', '203124.932000', '203124.935000', '203124.938000', '203124.940000', '203124.943000', '203144.832000', '203144.834000', '203144.837000', '203144.840000', '203144.842000', '203144.845000', '203144.847000', '203144.850000', '203144.853000', '203144.855000', '203144.858000', '203144.860000', '203144.863000', '203144.865000', '203144.868000', '203144.871000', '203144.873000', '203144.876000', '203144.878000', '203144.881000', '203144.884000', '203144.886000', '203144.889000', '203144.892000', '203144.894000', '203144.897000', '203144.899000', '203144.902000', '203144.905000', '203144.907000', '203144.910000', '203144.912000', '203144.915000', '203144.917000', '203144.920000', '203144.923000', '203144.925000', '203144.928000', '203144.930000', '203144.933000', '203144.936000', '203144.938000', '203144.941000', '203204.832000', '203204.834000', '203204.837000', '203204.840000', '203204.842000', '203204.845000', '203204.847000', '203204.850000', '203204.853000', '203204.855000', '203204.858000', '203204.860000', '203204.863000', '203204.866000', '203204.868000', '203204.871000', '203204.873000', '203204.876000', '203204.879000', '203204.881000', '203204.884000', '203204.886000', '203204.889000', '203204.892000', '203204.894000', '203204.897000', '203204.899000', '203204.902000', '203204.904000', '203204.907000', '203204.910000', '203204.912000', '203204.915000', '203204.918000', '203204.920000', '203204.923000', '203204.925000', '203204.928000', '203204.931000', '203204.933000', '203204.936000', '203204.938000', '203204.941000', '203204.943000', '203212.089000', '203212.092000', '203212.094000', '203212.097000', '203212.100000', '203212.102000', '203212.105000', '203212.107000', '203212.110000', '203212.113000', '203212.115000', '203212.118000', '203212.120000', '203212.123000', '203212.126000', '203212.128000'], 'InstanceCreationTime': ['202424.885000', '202424.888000', '202424.891000', '202424.894000', '202424.896000', '202424.899000', '202424.902000', '202424.904000', '202424.907000', '202424.909000', '202424.912000', '202424.914000', '202424.919000', '202424.921000', '202424.924000', '202424.926000', '202424.929000', '202424.931000', '202424.934000', '202424.937000', '202424.939000', '202424.942000', '202424.944000', '202424.947000', '202424.955000', '202424.957000', '202424.960000', '202424.962000', '202424.965000', '202424.967000', '202424.970000', '202424.972000', '202424.975000', '202424.977000', '202424.980000', '202424.983000', '202424.985000', '202424.988000', '202424.990000', '202424.993000', '202424.995000', '202424.998000', '202425.000000', '202425.003000', '202425.005000', '202425.008000', '202425.011000', '202425.013000', '202425.016000', '202444.831000', '202444.834000', '202444.837000', '202444.839000', '202444.842000', '202444.844000', '202444.847000', '202444.850000', '202444.852000', '202444.855000', '202444.857000', '202444.860000', '202444.862000', '202444.865000', '202444.867000', '202444.870000', '202444.873000', '202444.875000', '202444.878000', '202444.880000', '202444.883000', '202444.885000', '202444.888000', '202444.890000', '202444.893000', '202444.895000', '202444.898000', '202444.900000', '202444.903000', '202444.906000', '202444.908000', '202444.911000', '202444.917000', '202444.919000', '202444.922000', '202444.926000', '202444.929000', '202444.931000', '202444.934000', '202444.936000', '202444.939000', '202444.942000', '202444.944000', '202504.832000', '202504.836000', '202504.839000', '202504.841000', '202504.844000', '202504.846000', '202504.849000', '202504.851000', '202504.854000', '202504.857000', '202504.859000', '202504.862000', '202504.864000', '202504.867000', '202504.869000', '202504.872000', '202504.875000', '202504.877000', '202504.880000', '202504.882000', '202504.885000', '202504.888000', '202504.890000', '202504.893000', '202504.895000', '202504.898000', '202504.900000', '202504.903000', '202504.906000', '202504.908000', '202504.912000', '202504.915000', '202504.917000', '202504.920000', '202504.938000', '202504.940000', '202504.943000', '202504.945000', '202504.948000', '202504.950000', '202504.953000', '202504.956000', '202504.958000', '202524.831000', '202524.833000', '202524.836000', '202524.838000', '202524.841000', '202524.844000', '202524.846000', '202524.849000', '202524.851000', '202524.854000', '202524.857000', '202524.859000', '202524.862000', '202524.864000', '202524.867000', '202524.870000', '202524.872000', '202524.875000', '202524.877000', '202524.880000', '202524.883000', '202524.885000', '202524.892000', '202524.895000', '202524.897000', '202524.900000', '202524.903000', '202524.905000', '202524.908000', '202524.910000', '202524.913000', '202524.916000', '202524.918000', '202524.921000', '202524.923000', '202524.926000', '202524.929000', '202524.931000', '202524.934000', '202524.936000', '202524.939000', '202524.941000', '202524.944000', '202524.946000', '202544.830000', '202544.833000', '202544.836000', '202544.838000', '202544.841000', '202544.844000', '202544.846000', '202544.849000', '202544.851000', '202544.854000', '202544.856000', '202544.859000', '202544.862000', '202544.864000', '202544.867000', '202544.869000', '202544.872000', '202544.875000', '202544.877000', '202544.880000', '202544.882000', '202544.885000', '202544.888000', '202544.890000', '202544.893000', '202544.896000', '202544.898000', '202544.901000', '202544.904000', '202544.906000', '202544.909000', '202544.916000', '202544.918000', '202544.921000', '202544.924000', '202544.926000', '202544.929000', '202544.931000', '202544.934000', '202544.936000', '202544.939000', '202544.941000', '202544.944000', '202604.831000', '202604.833000', '202604.836000', '202604.838000', '202604.841000', '202604.844000', '202604.846000', '202604.849000', '202604.851000', '202604.854000', '202604.856000', '202604.859000', '202604.862000', '202604.864000', '202604.867000', '202604.869000', '202604.872000', '202604.875000', '202604.877000', '202604.880000', '202604.883000', '202604.885000', '202604.888000', '202604.890000', '202604.893000', '202604.895000', '202604.898000', '202604.901000', '202604.903000', '202604.906000', '202604.908000', '202604.911000', '202604.917000', '202604.920000', '202604.922000', '202604.925000', '202604.928000', '202604.930000', '202604.933000', '202604.935000', '202604.938000', '202604.940000', '202604.943000', '202604.946000', '202624.831000', '202624.834000', '202624.837000', '202624.840000', '202624.842000', '202624.845000', '202624.848000', '202624.851000', '202624.853000', '202624.856000', '202624.858000', '202624.861000', '202624.864000', '202624.866000', '202624.869000', '202624.871000', '202624.874000', '202624.877000', '202624.879000', '202624.882000', '202624.885000', '202624.887000', '202624.890000', '202624.893000', '202624.895000', '202624.898000', '202624.900000', '202624.903000', '202624.906000', '202624.908000', '202624.911000', '202624.913000', '202624.916000', '202624.919000', '202624.921000', '202624.924000', '202624.927000', '202624.929000', '202624.932000', '202624.934000', '202624.937000', '202624.940000', '202624.942000', '202644.830000', '202644.833000', '202644.836000', '202644.838000', '202644.841000', '202644.844000', '202644.846000', '202644.849000', '202644.851000', '202644.854000', '202644.856000', '202644.859000', '202644.862000', '202644.864000', '202644.867000', '202644.869000', '202644.883000', '202644.885000', '202644.888000', '202644.890000', '202644.893000', '202644.895000', '202644.898000', '202644.908000', '202644.911000', '202644.913000', '202644.916000', '202644.918000', '202644.921000', '202644.924000', '202644.926000', '202644.929000', '202644.931000', '202644.934000', '202644.936000', '202644.939000', '202644.941000', '202644.944000', '202644.947000', '202644.949000', '202644.952000', '202644.954000', '202644.957000', '202644.959000', '202704.831000', '202704.834000', '202704.837000', '202704.839000', '202704.842000', '202704.845000', '202704.847000', '202704.850000', '202704.852000', '202704.855000', '202704.858000', '202704.860000', '202704.863000', '202704.865000', '202704.868000', '202704.871000', '202704.873000', '202704.876000', '202704.878000', '202704.881000', '202704.883000', '202704.886000', '202704.889000', '202704.891000', '202704.894000', '202704.896000', '202704.899000', '202704.902000', '202704.904000', '202704.907000', '202704.909000', '202704.912000', '202704.914000', '202704.917000', '202704.920000', '202704.922000', '202704.925000', '202704.927000', '202704.930000', '202704.933000', '202704.935000', '202704.938000', '202704.941000', '202704.943000', '202724.832000', '202724.834000', '202724.837000', '202724.840000', '202724.842000', '202724.845000', '202724.847000', '202724.850000', '202724.853000', '202724.855000', '202724.858000', '202724.860000', '202724.863000', '202724.866000', '202724.868000', '202724.871000', '202724.873000', '202724.876000', '202724.878000', '202724.881000', '202724.884000', '202724.886000', '202724.889000', '202724.891000', '202724.894000', '202724.897000', '202724.899000', '202724.902000', '202724.904000', '202724.907000', '202724.910000', '202724.912000', '202724.915000', '202724.917000', '202724.920000', '202724.922000', '202724.925000', '202724.928000', '202724.930000', '202724.933000', '202724.935000', '202724.938000', '202724.941000', '202744.831000', '202744.833000', '202744.836000', '202744.839000', '202744.841000', '202744.844000', '202744.846000', '202744.849000', '202744.852000', '202744.854000', '202744.857000', '202744.859000', '202744.862000', '202744.865000', '202744.867000', '202744.870000', '202744.872000', '202744.875000', '202744.878000', '202744.880000', '202744.883000', '202744.885000', '202744.889000', '202744.892000', '202744.894000', '202744.897000', '202744.900000', '202744.902000', '202744.905000', '202744.907000', '202744.910000', '202744.912000', '202744.915000', '202744.918000', '202744.920000', '202744.923000', '202744.925000', '202744.928000', '202744.930000', '202744.933000', '202744.936000', '202744.938000', '202744.941000', '202804.830000', '202804.833000', '202804.836000', '202804.838000', '202804.841000', '202804.843000', '202804.846000', '202804.849000', '202804.851000', '202804.854000', '202804.856000', '202804.859000', '202804.862000', '202804.864000', '202804.867000', '202804.870000', '202804.872000', '202804.875000', '202804.877000', '202804.880000', '202804.882000', '202804.885000', '202804.887000', '202804.890000', '202804.893000', '202804.895000', '202804.898000', '202804.900000', '202804.903000', '202804.906000', '202804.908000', '202804.911000', '202804.913000', '202804.916000', '202804.918000', '202804.921000', '202804.924000', '202804.926000', '202804.929000', '202804.931000', '202804.934000', '202804.944000', '202804.946000', '202804.949000', '202824.830000', '202824.833000', '202824.836000', '202824.838000', '202824.841000', '202824.844000', '202824.846000', '202824.849000', '202824.851000', '202824.854000', '202824.856000', '202824.859000', '202824.862000', '202824.864000', '202824.867000', '202824.869000', '202824.872000', '202824.876000', '202824.879000', '202824.881000', '202824.884000', '202824.887000', '202824.889000', '202824.892000', '202824.894000', '202824.897000', '202824.900000', '202824.902000', '202824.905000', '202824.907000', '202824.910000', '202824.913000', '202824.915000', '202824.918000', '202824.920000', '202824.923000', '202824.925000', '202824.928000', '202824.931000', '202824.933000', '202824.936000', '202824.939000', '202824.941000', '202844.831000', '202844.834000', '202844.836000', '202844.839000', '202844.841000', '202844.844000', '202844.846000', '202844.849000', '202844.852000', '202844.854000', '202844.857000', '202844.859000', '202844.862000', '202844.864000', '202844.867000', '202844.870000', '202844.872000', '202844.875000', '202844.877000', '202844.880000', '202844.882000', '202844.885000', '202844.887000', '202844.890000', '202844.893000', '202844.895000', '202844.898000', '202844.900000', '202844.903000', '202844.906000', '202844.908000', '202844.911000', '202844.913000', '202844.916000', '202844.919000', '202844.921000', '202844.924000', '202844.926000', '202844.929000', '202844.932000', '202844.934000', '202844.937000', '202844.939000', '202844.942000', '202904.830000', '202904.833000', '202904.836000', '202904.838000', '202904.841000', '202904.844000', '202904.846000', '202904.849000', '202904.851000', '202904.854000', '202904.857000', '202904.859000', '202904.862000', '202904.864000', '202904.867000', '202904.870000', '202904.872000', '202904.876000', '202904.879000', '202904.881000', '202904.884000', '202904.886000', '202904.889000', '202904.892000', '202904.894000', '202904.897000', '202904.899000', '202904.902000', '202904.905000', '202904.907000', '202904.910000', '202904.913000', '202904.915000', '202904.918000', '202904.920000', '202904.923000', '202904.926000', '202904.929000', '202904.932000', '202904.935000', '202904.938000', '202904.940000', '202904.943000', '202924.831000', '202924.834000', '202924.837000', '202924.839000', '202924.842000', '202924.845000', '202924.847000', '202924.850000', '202924.852000', '202924.855000', '202924.858000', '202924.860000', '202924.863000', '202924.865000', '202924.868000', '202924.871000', '202924.873000', '202924.876000', '202924.878000', '202924.881000', '202924.883000', '202924.886000', '202924.889000', '202924.891000', '202924.894000', '202924.896000', '202924.901000', '202924.904000', '202924.907000', '202924.909000', '202924.912000', '202924.915000', '202924.917000', '202924.920000', '202924.922000', '202924.925000', '202924.927000', '202924.930000', '202924.933000', '202924.935000', '202924.938000', '202924.940000', '202924.943000', '202924.945000', '202944.832000', '202944.834000', '202944.837000', '202944.840000', '202944.842000', '202944.845000', '202944.847000', '202944.850000', '202944.887000', '202944.890000', '202944.893000', '202944.895000', '202944.898000', '202944.900000', '202944.903000', '202944.905000', '202944.908000', '202944.911000', '202944.913000', '202944.916000', '202944.920000', '202944.922000', '202944.925000', '202944.928000', '202944.930000', '202944.933000', '202944.936000', '202944.938000', '202944.941000', '202944.943000', '202944.946000', '202944.948000', '202944.951000', '202944.953000', '202944.956000', '202944.958000', '202944.961000', '202944.964000', '202944.967000', '202944.969000', '202944.972000', '202944.974000', '202944.977000', '203004.831000', '203004.834000', '203004.837000', '203004.839000', '203004.842000', '203004.844000', '203004.847000', '203004.850000', '203004.852000', '203004.855000', '203004.857000', '203004.860000', '203004.863000', '203004.865000', '203004.868000', '203004.870000', '203004.873000', '203004.876000', '203004.878000', '203004.881000', '203004.883000', '203004.886000', '203004.889000', '203004.891000', '203004.894000', '203004.896000', '203004.899000', '203004.902000', '203004.904000', '203004.907000', '203004.909000', '203004.912000', '203004.915000', '203004.917000', '203004.920000', '203004.923000', '203004.925000', '203004.928000', '203004.930000', '203004.933000', '203004.936000', '203004.938000', '203004.941000', '203004.943000', '203024.831000', '203024.833000', '203024.836000', '203024.839000', '203024.841000', '203024.844000', '203024.846000', '203024.849000', '203024.852000', '203024.854000', '203024.857000', '203024.859000', '203024.862000', '203024.864000', '203024.867000', '203024.870000', '203024.872000', '203024.875000', '203024.877000', '203024.880000', '203024.883000', '203024.885000', '203024.888000', '203024.890000', '203024.893000', '203024.895000', '203024.898000', '203024.901000', '203024.903000', '203024.906000', '203024.908000', '203024.911000', '203024.914000', '203024.916000', '203024.919000', '203024.922000', '203024.924000', '203024.927000', '203024.929000', '203024.932000', '203024.935000', '203024.937000', '203024.940000', '203044.830000', '203044.833000', '203044.836000', '203044.838000', '203044.841000', '203044.844000', '203044.846000', '203044.849000', '203044.851000', '203044.854000', '203044.857000', '203044.859000', '203044.862000', '203044.864000', '203044.867000', '203044.869000', '203044.872000', '203044.875000', '203044.877000', '203044.880000', '203044.882000', '203044.885000', '203044.887000', '203044.890000', '203044.893000', '203044.895000', '203044.898000', '203044.900000', '203044.903000', '203044.905000', '203044.908000', '203044.910000', '203044.913000', '203044.916000', '203044.918000', '203044.921000', '203044.923000', '203044.926000', '203044.929000', '203044.931000', '203044.934000', '203044.936000', '203044.939000', '203044.942000', '203104.830000', '203104.833000', '203104.836000', '203104.838000', '203104.841000', '203104.844000', '203104.846000', '203104.849000', '203104.851000', '203104.854000', '203104.856000', '203104.859000', '203104.861000', '203104.864000', '203104.867000', '203104.869000', '203104.872000', '203104.874000', '203104.888000', '203104.890000', '203104.893000', '203104.895000', '203104.898000', '203104.900000', '203104.903000', '203104.906000', '203104.908000', '203104.911000', '203104.913000', '203104.916000', '203104.919000', '203104.921000', '203104.924000', '203104.926000', '203104.929000', '203104.931000', '203104.934000', '203104.937000', '203104.939000', '203104.942000', '203104.944000', '203104.947000', '203104.950000', '203124.831000', '203124.833000', '203124.836000', '203124.839000', '203124.841000', '203124.844000', '203124.846000', '203124.849000', '203124.852000', '203124.854000', '203124.857000', '203124.860000', '203124.862000', '203124.865000', '203124.867000', '203124.870000', '203124.873000', '203124.875000', '203124.878000', '203124.881000', '203124.883000', '203124.886000', '203124.888000', '203124.891000', '203124.893000', '203124.896000', '203124.898000', '203124.901000', '203124.904000', '203124.906000', '203124.909000', '203124.911000', '203124.914000', '203124.917000', '203124.919000', '203124.922000', '203124.924000', '203124.927000', '203124.930000', '203124.932000', '203124.935000', '203124.938000', '203124.940000', '203124.943000', '203144.832000', '203144.834000', '203144.837000', '203144.840000', '203144.842000', '203144.845000', '203144.847000', '203144.850000', '203144.853000', '203144.855000', '203144.858000', '203144.860000', '203144.863000', '203144.865000', '203144.868000', '203144.871000', '203144.873000', '203144.876000', '203144.878000', '203144.881000', '203144.884000', '203144.886000', '203144.889000', '203144.892000', '203144.894000', '203144.897000', '203144.899000', '203144.902000', '203144.905000', '203144.907000', '203144.910000', '203144.912000', '203144.915000', '203144.917000', '203144.920000', '203144.923000', '203144.925000', '203144.928000', '203144.930000', '203144.933000', '203144.936000', '203144.938000', '203144.941000', '203204.832000', '203204.834000', '203204.837000', '203204.840000', '203204.842000', '203204.845000', '203204.847000', '203204.850000', '203204.853000', '203204.855000', '203204.858000', '203204.860000', '203204.863000', '203204.866000', '203204.868000', '203204.871000', '203204.873000', '203204.876000', '203204.879000', '203204.881000', '203204.884000', '203204.886000', '203204.889000', '203204.892000', '203204.894000', '203204.897000', '203204.899000', '203204.902000', '203204.904000', '203204.907000', '203204.910000', '203204.912000', '203204.915000', '203204.918000', '203204.920000', '203204.923000', '203204.925000', '203204.928000', '203204.931000', '203204.933000', '203204.936000', '203204.938000', '203204.941000', '203204.943000', '203212.089000', '203212.092000', '203212.094000', '203212.097000', '203212.100000', '203212.102000', '203212.105000', '203212.107000', '203212.110000', '203212.113000', '203212.115000', '203212.118000', '203212.120000', '203212.123000', '203212.126000', '203212.128000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065], 'LargestImagePixelValue': [9423, 9907, 6554, 9133, 6210, 10858, 6419, 10199, 6503, 9117, 7519, 6275, 6652, 6271, 6873, 6572, 11445, 6508, 10993, 6613, 9214, 6350, 9248, 6449, 9171, 6438, 8463, 6260, 8237, 6218, 8426, 6345, 7784, 6230, 7239, 6485, 8624, 6334, 9122, 6159, 8640, 6243, 8644, 6476, 8337, 6342, 8374, 6231, 8714, 6555, 8635, 6194, 8976, 6279, 8738, 6264, 8895, 6402, 9008, 6234, 8870, 6155, 9326, 6442, 9109, 6570, 8093, 6222, 8227, 6563, 8247, 6282, 7906, 6377, 6076, 6256, 5821, 6571, 6093, 7578, 6191, 7373, 6075, 6767, 6101, 8567, 6101, 9632, 6447, 8554, 6525, 8699, 6471, 9037, 6226, 9772, 6311, 8898, 6455, 9443, 7430, 10787, 6547, 8237, 6428, 6170, 7480, 6113, 9976, 6448, 11411, 6325, 10215, 6407, 9632, 5980, 9160, 6351, 8718, 6300, 9163, 6295, 8654, 6185, 8609, 6414, 9072, 6191, 9281, 6099, 9498, 7002, 6426, 6374, 6177, 6192, 6100, 6349, 6249, 8195, 6367, 8130, 6246, 8095, 6281, 9926, 6432, 10860, 6426, 10035, 6360, 10632, 7378, 11781, 6549, 11355, 6224, 10002, 6323, 9897, 7864, 9850, 6270, 9579, 6514, 9348, 6463, 8915, 6498, 9093, 6458, 8661, 6468, 8980, 6378, 9252, 6302, 9058, 6207, 8921, 6733, 9104, 6156, 9648, 6327, 9910, 8040, 9076, 6047, 9437, 6186, 8976, 6260, 7126, 6463, 6078, 6242, 6108, 6416, 6190, 8138, 6318, 7605, 6477, 7860, 6543, 10163, 6314, 8748, 6529, 6888, 6276, 8691, 6267, 9724, 6336, 8735, 6390, 8877, 6171, 10438, 6616, 9936, 6401, 9684, 6160, 9896, 7634, 8563, 6420, 8185, 6189, 8499, 6357, 8110, 6571, 6035, 6440, 6069, 6452, 6222, 8202, 6245, 6563, 5828, 6375, 7766, 6328, 10478, 6788, 6106, 6768, 6431, 6915, 6834, 6979, 6721, 6573, 6787, 6285, 6118, 6555, 6215, 9167, 6735, 10683, 6453, 8594, 6278, 9482, 6483, 9935, 6404, 9315, 6436, 9365, 6161, 10367, 6432, 11800, 7849, 11832, 7212, 9533, 6420, 7272, 6970, 7519, 10466, 7368, 10046, 6870, 8197, 6817, 8151, 6806, 7446, 6654, 6391, 6657, 6282, 6670, 6382, 6979, 6260, 6848, 6508, 6845, 6647, 8147, 6290, 7592, 6552, 8146, 6487, 9215, 6412, 9844, 6174, 9149, 5873, 8080, 6299, 6056, 6431, 6041, 6439, 6312, 8568, 6411, 8518, 6269, 8762, 6317, 8523, 6228, 7970, 6104, 9074, 6192, 8686, 6028, 6843, 6245, 6251, 6299, 6006, 7285, 6377, 9269, 6191, 9058, 6213, 9880, 6290, 11526, 6298, 11039, 6306, 9696, 6329, 10509, 7498, 11308, 6066, 9965, 6330, 9572, 6694, 9413, 6229, 9171, 6179, 8833, 6313, 8941, 6313, 9039, 6091, 9043, 6198, 8208, 6284, 8369, 6265, 7763, 6215, 6836, 6186, 6164, 6290, 6002, 6285, 6049, 7394, 6107, 6895, 6053, 6301, 6155, 6290, 6271, 6402, 6094, 6192, 6081, 6303, 5965, 6506, 5878, 6305, 6022, 6273, 6033, 6836, 6157, 8401, 6048, 7942, 6149, 8625, 6265, 9578, 6328, 9637, 6397, 9107, 6386, 9068, 6326, 9962, 6346, 9582, 6560, 9495, 6505, 9475, 6262, 8783, 6539, 8798, 6106, 7554, 6381, 6063, 6315, 5963, 6217, 6513, 6228, 5866, 6350, 6011, 6340, 6285, 7473, 6073, 9037, 6561, 8989, 6444, 9121, 6377, 8722, 7193, 7401, 6376, 5949, 6684, 6274, 10023, 6423, 9884, 6330, 9392, 6400, 9153, 7089, 8289, 6455, 9086, 6381, 9826, 6190, 8768, 6606, 6294, 6372, 6252, 7557, 6347, 9454, 6296, 10211, 6357, 9295, 6402, 9649, 7599, 11859, 6349, 9879, 6502, 9509, 6375, 10403, 8467, 10902, 6535, 9111, 6414, 9585, 6626, 6885, 6853, 6501, 10991, 6371, 9696, 6308, 9812, 6445, 12446, 6454, 10517, 6417, 7684, 6402, 7704, 6649, 8888, 6332, 6999, 6217, 7590, 6420, 8163, 6489, 6562, 6626, 6373, 6201, 6649, 6603, 6582, 6391, 6435, 6384, 6658, 6270, 8762, 6281, 8072, 6126, 8450, 6305, 9871, 6476, 10273, 6406, 9607, 6324, 9037, 6526, 8057, 6224, 7383, 6281, 8329, 6616, 8454, 6357, 6524, 6531, 6373, 6468, 8049, 6899, 6474, 6553, 6410, 6473, 6184, 7713, 6445, 9623, 6079, 9129, 6324, 9126, 6324, 10942, 6517, 10097, 6269, 9358, 6191, 9069, 6638, 6847, 6218, 7578, 6441, 9454, 6326, 8788, 6372, 7772, 6518, 8151, 6320, 8540, 6437, 6424, 6387, 6505, 6367, 7397, 6346, 6820, 6384, 6702, 6369, 7642, 6254, 9534, 6399, 6923, 6415, 7621, 6317, 7222, 6419, 6530, 6333, 6142, 6447, 6257, 6808, 7549, 7457, 7603, 6980, 6658, 6501, 6659, 6467, 8941, 7028, 6770, 6619, 6594, 6516, 6511, 6393, 6513, 6420, 5966, 6484, 6041, 6536, 6296, 8694, 6493, 7695, 6572, 7708, 6535, 9428, 6305, 9328, 6439, 8060, 6266, 9636, 6435, 10628, 6334, 9397, 6212, 9258, 6344, 10603, 6442, 9176, 6424, 7481, 6308, 6683, 6790, 6167, 6442, 6633, 8369, 6387, 10517, 6825, 12880, 6576, 10011, 6349, 10316, 6628, 9921, 7456, 6229, 6626, 6468, 6896, 6207, 7753, 6465, 9917, 7396, 9774, 6596, 6495, 6660, 6933, 11974, 6505, 13211, 6340, 11245, 6337, 12175, 8528, 12227, 6581, 10992, 6566, 10279, 6714, 10911, 7125, 9528, 6629, 9927, 6375, 9462, 6608, 9208, 6562, 9369, 6554, 9102, 6431, 9059, 6234, 9095, 6303, 8085, 6601, 7656, 6735, 6837, 7153, 6664, 8301, 6375, 7851, 6549, 6739, 7519, 6926, 6922, 6875, 7014, 6379, 9010, 6263, 9676, 6224, 6665, 6159, 6814, 6544, 7655, 6112, 7289, 6205, 6821, 6147, 8135, 6359, 9361, 6464, 9024, 6336, 9542, 6206, 9366, 6322, 8661, 6315, 8700, 6461, 8140, 6642, 6665, 6462, 6279, 6736, 6471, 8239, 6284, 7787, 6334, 8386, 6419, 9558, 6896, 10499, 6446, 10352, 6363, 10481, 7526, 11201, 7402, 9075, 6513, 8503, 6431, 7231, 6611, 6505, 6372, 6624, 6453, 6707, 6711, 6308, 7219, 6457, 6637, 6216, 8682, 6376, 10822, 6156, 8935, 6365, 8671, 6176, 10028, 6382, 9461, 6371, 9100, 6529, 9510, 6878, 10169, 6307, 9378, 6390, 9042, 6560, 9339, 6533, 9095, 6395, 9060, 6355, 8826, 6347, 8849, 6354, 9091, 6338, 8904, 6460, 9147, 6569, 8429, 6423, 8282, 6226, 8851, 6547, 8380, 6365, 8019, 6251, 8507, 6257, 9199, 6470, 8352, 6423, 7777, 6212, 10030, 6940, 9345, 6410, 9100, 6178, 8725, 6701, 6910, 6338, 6013, 6439, 6262, 8909, 6595, 10963, 6975, 9224, 6810, 6724, 6377, 6516, 6708, 7098, 8881, 6655, 6513, 6402, 6828, 6271, 8788, 6257, 8103, 6441, 8667, 6262, 9183, 6821, 9183, 6377, 9956, 6480, 9670, 7629, 9865, 6410, 9887, 6379, 9389, 6496, 9563, 6428, 9155, 6543, 8008, 6299, 7980, 6218, 6732, 6283, 6572, 6323, 8410, 6661, 6996, 6368, 9558, 6478, 12938, 6136, 11937, 6288, 10439, 6359, 9958, 6313, 9138, 6351, 8628, 6421, 8925, 6648, 8732, 6216, 9376, 6243, 9061, 6285, 8759, 6274, 9261, 6350, 9389, 6382, 8894, 6221, 9100, 7222, 9962, 6170, 8886, 6337, 8123, 6305, 8433, 6664, 6695, 6276, 6580, 6503, 7176, 6329, 9342, 6369, 7856, 6383, 8611, 6376, 9358, 6310, 10465, 7164, 10737, 6432, 9656, 6315, 9772, 6871, 10237, 6262, 8801, 6485, 8447, 6493, 10526, 6154, 10813, 6177, 8704, 6097, 9747, 6191, 11304, 6440, 9850, 6511, 9399, 6315, 9195, 7046, 9671, 6438, 9567, 6272, 9420, 7007, 8489, 6378, 8414, 6301, 9218, 6371, 9089, 6857, 6901, 6483, 6922, 6559, 7052, 6587, 6725, 6515], 'WindowCenter': [3833.0, 3816.0, 3750.0, 3787.0, 3735.0, 3795.0, 3732.0, 3783.0, 3731.0, 3771.0, 3740.0, 3718.0, 3728.0, 3717.0, 3727.0, 3728.0, 3791.0, 3728.0, 3790.0, 3728.0, 3770.0, 3728.0, 3769.0, 3728.0, 3769.0, 3728.0, 3758.0, 3728.0, 3759.0, 3718.0, 3760.0, 3729.0, 3749.0, 3719.0, 3750.0, 3741.0, 3771.0, 3731.0, 3782.0, 3731.0, 3771.0, 3731.0, 3772.0, 3742.0, 3761.0, 3742.0, 3772.0, 3731.0, 3773.0, 3742.0, 3772.0, 3732.0, 3772.0, 3731.0, 3772.0, 3731.0, 3783.0, 3743.0, 3782.0, 3732.0, 3783.0, 3732.0, 3783.0, 3743.0, 3784.0, 3743.0, 3763.0, 3732.0, 3772.0, 3753.0, 3773.0, 3743.0, 3761.0, 3743.0, 3731.0, 3742.0, 3721.0, 3754.0, 3732.0, 3764.0, 3731.0, 3763.0, 3732.0, 3754.0, 3744.0, 3786.0, 3732.0, 3795.0, 3743.0, 3784.0, 3742.0, 3783.0, 3743.0, 3784.0, 3733.0, 3795.0, 3743.0, 3784.0, 3744.0, 3795.0, 3766.0, 3805.0, 3743.0, 3773.0, 3742.0, 3732.0, 3763.0, 3733.0, 3795.0, 3743.0, 3805.0, 3743.0, 3792.0, 3742.0, 3793.0, 3732.0, 3782.0, 3742.0, 3772.0, 3742.0, 3782.0, 3742.0, 3773.0, 3732.0, 3772.0, 3742.0, 3783.0, 3732.0, 3794.0, 3744.0, 3794.0, 3755.0, 3743.0, 3743.0, 3731.0, 3733.0, 3744.0, 3744.0, 3743.0, 3786.0, 3743.0, 3774.0, 3743.0, 3774.0, 3744.0, 3795.0, 3743.0, 3805.0, 3743.0, 3794.0, 3743.0, 3805.0, 3763.0, 3804.0, 3731.0, 3803.0, 3730.0, 3782.0, 3730.0, 3781.0, 3762.0, 3781.0, 3730.0, 3781.0, 3730.0, 3781.0, 3730.0, 3771.0, 3730.0, 3770.0, 3730.0, 3771.0, 3731.0, 3771.0, 3741.0, 3781.0, 3741.0, 3783.0, 3732.0, 3783.0, 3754.0, 3783.0, 3732.0, 3783.0, 3742.0, 3793.0, 3774.0, 3782.0, 3731.0, 3781.0, 3732.0, 3782.0, 3742.0, 3750.0, 3742.0, 3730.0, 3742.0, 3732.0, 3743.0, 3732.0, 3775.0, 3743.0, 3763.0, 3742.0, 3774.0, 3742.0, 3794.0, 3731.0, 3772.0, 3730.0, 3751.0, 3742.0, 3772.0, 3742.0, 3794.0, 3742.0, 3772.0, 3742.0, 3783.0, 3733.0, 3803.0, 3753.0, 3794.0, 3742.0, 3781.0, 3732.0, 3793.0, 3764.0, 3771.0, 3731.0, 3772.0, 3731.0, 3773.0, 3742.0, 3761.0, 3741.0, 3729.0, 3730.0, 3719.0, 3742.0, 3732.0, 3773.0, 3730.0, 3741.0, 3719.0, 3742.0, 3763.0, 3744.0, 3805.0, 3755.0, 3744.0, 3753.0, 3742.0, 3753.0, 3752.0, 3751.0, 3740.0, 3741.0, 3751.0, 3746.0, 3732.0, 3743.0, 3734.0, 3785.0, 3742.0, 3793.0, 3743.0, 3772.0, 3731.0, 3780.0, 3731.0, 3783.0, 3731.0, 3782.0, 3731.0, 3782.0, 3720.0, 3782.0, 3729.0, 3804.0, 3748.0, 3790.0, 3724.0, 3756.0, 3690.0, 3711.0, 3711.0, 3723.0, 3752.0, 3721.0, 3741.0, 3698.0, 3719.0, 3698.0, 3718.0, 3699.0, 3709.0, 3700.0, 3688.0, 3711.0, 3700.0, 3711.0, 3701.0, 3712.0, 3701.0, 3712.0, 3702.0, 3715.0, 3725.0, 3746.0, 3715.0, 3746.0, 3716.0, 3748.0, 3729.0, 3769.0, 3729.0, 3780.0, 3730.0, 3783.0, 3734.0, 3774.0, 3741.0, 3732.0, 3742.0, 3731.0, 3744.0, 3743.0, 3785.0, 3744.0, 3785.0, 3744.0, 3785.0, 3756.0, 3785.0, 3734.0, 3773.0, 3734.0, 3785.0, 3745.0, 3785.0, 3744.0, 3755.0, 3745.0, 3744.0, 3744.0, 3733.0, 3765.0, 3743.0, 3785.0, 3732.0, 3784.0, 3732.0, 3795.0, 3743.0, 3805.0, 3743.0, 3804.0, 3731.0, 3783.0, 3742.0, 3793.0, 3753.0, 3803.0, 3731.0, 3794.0, 3742.0, 3782.0, 3741.0, 3782.0, 3731.0, 3782.0, 3731.0, 3782.0, 3742.0, 3772.0, 3742.0, 3772.0, 3732.0, 3783.0, 3733.0, 3772.0, 3743.0, 3772.0, 3742.0, 3763.0, 3733.0, 3742.0, 3733.0, 3732.0, 3743.0, 3731.0, 3743.0, 3732.0, 3764.0, 3732.0, 3753.0, 3731.0, 3742.0, 3731.0, 3742.0, 3730.0, 3731.0, 3730.0, 3731.0, 3720.0, 3732.0, 3731.0, 3742.0, 3720.0, 3742.0, 3731.0, 3742.0, 3732.0, 3743.0, 3732.0, 3775.0, 3732.0, 3774.0, 3731.0, 3774.0, 3743.0, 3783.0, 3732.0, 3783.0, 3731.0, 3772.0, 3743.0, 3783.0, 3732.0, 3794.0, 3732.0, 3782.0, 3742.0, 3783.0, 3732.0, 3782.0, 3731.0, 3771.0, 3731.0, 3771.0, 3732.0, 3762.0, 3743.0, 3731.0, 3742.0, 3720.0, 3732.0, 3731.0, 3732.0, 3720.0, 3732.0, 3731.0, 3731.0, 3741.0, 3753.0, 3732.0, 3785.0, 3743.0, 3784.0, 3743.0, 3785.0, 3744.0, 3773.0, 3754.0, 3752.0, 3743.0, 3732.0, 3744.0, 3743.0, 3795.0, 3743.0, 3794.0, 3732.0, 3784.0, 3743.0, 3784.0, 3754.0, 3774.0, 3743.0, 3772.0, 3744.0, 3795.0, 3746.0, 3786.0, 3755.0, 3744.0, 3743.0, 3743.0, 3764.0, 3745.0, 3796.0, 3745.0, 3806.0, 3745.0, 3785.0, 3746.0, 3797.0, 3776.0, 3817.0, 3743.0, 3783.0, 3731.0, 3783.0, 3743.0, 3793.0, 3763.0, 3793.0, 3731.0, 3770.0, 3731.0, 3781.0, 3740.0, 3740.0, 3742.0, 3731.0, 3793.0, 3729.0, 3782.0, 3729.0, 3781.0, 3718.0, 3802.0, 3717.0, 3779.0, 3717.0, 3737.0, 3728.0, 3748.0, 3727.0, 3769.0, 3717.0, 3737.0, 3717.0, 3749.0, 3729.0, 3759.0, 3728.0, 3728.0, 3727.0, 3728.0, 3717.0, 3728.0, 3728.0, 3728.0, 3717.0, 3728.0, 3728.0, 3740.0, 3730.0, 3773.0, 3731.0, 3761.0, 3719.0, 3761.0, 3731.0, 3782.0, 3731.0, 3792.0, 3731.0, 3781.0, 3731.0, 3772.0, 3731.0, 3761.0, 3731.0, 3751.0, 3731.0, 3773.0, 3742.0, 3761.0, 3730.0, 3728.0, 3729.0, 3717.0, 3729.0, 3749.0, 3739.0, 3728.0, 3717.0, 3717.0, 3728.0, 3718.0, 3750.0, 3730.0, 3782.0, 3719.0, 3781.0, 3730.0, 3782.0, 3731.0, 3793.0, 3731.0, 3781.0, 3730.0, 3770.0, 3719.0, 3770.0, 3730.0, 3728.0, 3718.0, 3749.0, 3730.0, 3781.0, 3729.0, 3760.0, 3729.0, 3749.0, 3729.0, 3749.0, 3730.0, 3760.0, 3729.0, 3729.0, 3729.0, 3728.0, 3730.0, 3750.0, 3730.0, 3740.0, 3731.0, 3729.0, 3731.0, 3751.0, 3731.0, 3783.0, 3731.0, 3740.0, 3730.0, 3750.0, 3730.0, 3751.0, 3731.0, 3731.0, 3732.0, 3731.0, 3732.0, 3731.0, 3742.0, 3763.0, 3752.0, 3751.0, 3741.0, 3729.0, 3730.0, 3729.0, 3730.0, 3770.0, 3740.0, 3727.0, 3728.0, 3727.0, 3729.0, 3728.0, 3729.0, 3718.0, 3729.0, 3718.0, 3729.0, 3719.0, 3730.0, 3730.0, 3773.0, 3731.0, 3751.0, 3741.0, 3762.0, 3731.0, 3783.0, 3731.0, 3782.0, 3730.0, 3762.0, 3732.0, 3782.0, 3731.0, 3793.0, 3730.0, 3771.0, 3720.0, 3772.0, 3731.0, 3792.0, 3730.0, 3771.0, 3730.0, 3751.0, 3731.0, 3741.0, 3742.0, 3720.0, 3731.0, 3743.0, 3787.0, 3745.0, 3805.0, 3744.0, 3815.0, 3744.0, 3793.0, 3729.0, 3794.0, 3743.0, 3795.0, 3752.0, 3718.0, 3728.0, 3717.0, 3738.0, 3719.0, 3750.0, 3730.0, 3782.0, 3767.0, 3795.0, 3730.0, 3729.0, 3729.0, 3740.0, 3791.0, 3717.0, 3790.0, 3705.0, 3777.0, 3715.0, 3788.0, 3746.0, 3777.0, 3713.0, 3765.0, 3712.0, 3766.0, 3713.0, 3765.0, 3713.0, 3754.0, 3712.0, 3753.0, 3703.0, 3754.0, 3714.0, 3756.0, 3714.0, 3754.0, 3715.0, 3756.0, 3716.0, 3758.0, 3706.0, 3756.0, 3716.0, 3747.0, 3727.0, 3737.0, 3727.0, 3728.0, 3727.0, 3728.0, 3759.0, 3729.0, 3749.0, 3730.0, 3729.0, 3739.0, 3728.0, 3728.0, 3727.0, 3727.0, 3717.0, 3759.0, 3717.0, 3769.0, 3705.0, 3716.0, 3705.0, 3727.0, 3717.0, 3738.0, 3705.0, 3737.0, 3706.0, 3727.0, 3719.0, 3760.0, 3729.0, 3770.0, 3729.0, 3770.0, 3730.0, 3783.0, 3721.0, 3771.0, 3730.0, 3760.0, 3730.0, 3761.0, 3731.0, 3761.0, 3730.0, 3729.0, 3729.0, 3729.0, 3740.0, 3731.0, 3762.0, 3730.0, 3750.0, 3730.0, 3761.0, 3732.0, 3783.0, 3742.0, 3793.0, 3731.0, 3781.0, 3730.0, 3782.0, 3752.0, 3792.0, 3740.0, 3758.0, 3717.0, 3759.0, 3719.0, 3738.0, 3729.0, 3728.0, 3729.0, 3729.0, 3729.0, 3741.0, 3740.0, 3718.0, 3740.0, 3717.0, 3728.0, 3718.0, 3760.0, 3718.0, 3791.0, 3718.0, 3759.0, 3718.0, 3760.0, 3719.0, 3780.0, 3718.0, 3769.0, 3718.0, 3759.0, 3729.0, 3770.0, 3729.0, 3780.0, 3718.0, 3769.0, 3718.0, 3770.0, 3728.0, 3770.0, 3718.0, 3759.0, 3718.0, 3759.0, 3729.0, 3770.0, 3729.0, 3770.0, 3729.0, 3770.0, 3729.0, 3772.0, 3729.0, 3771.0, 3729.0, 3760.0, 3718.0, 3760.0, 3719.0, 3770.0, 3729.0, 3759.0, 3729.0, 3749.0, 3730.0, 3772.0, 3731.0, 3772.0, 3730.0, 3760.0, 3730.0, 3752.0, 3733.0, 3783.0, 3753.0, 3783.0, 3731.0, 3772.0, 3732.0, 3772.0, 3742.0, 3741.0, 3731.0, 3720.0, 3730.0, 3730.0, 3772.0, 3743.0, 3805.0, 3754.0, 3783.0, 3742.0, 3730.0, 3730.0, 3730.0, 3731.0, 3740.0, 3772.0, 3728.0, 3718.0, 3718.0, 3729.0, 3718.0, 3760.0, 3730.0, 3750.0, 3731.0, 3773.0, 3733.0, 3783.0, 3743.0, 3783.0, 3732.0, 3783.0, 3732.0, 3783.0, 3752.0, 3783.0, 3731.0, 3781.0, 3730.0, 3772.0, 3731.0, 3771.0, 3731.0, 3771.0, 3730.0, 3760.0, 3732.0, 3762.0, 3733.0, 3742.0, 3732.0, 3741.0, 3733.0, 3763.0, 3743.0, 3741.0, 3731.0, 3782.0, 3731.0, 3814.0, 3720.0, 3792.0, 3730.0, 3780.0, 3719.0, 3781.0, 3730.0, 3771.0, 3730.0, 3760.0, 3730.0, 3771.0, 3730.0, 3760.0, 3720.0, 3771.0, 3730.0, 3771.0, 3731.0, 3772.0, 3732.0, 3773.0, 3731.0, 3772.0, 3731.0, 3772.0, 3721.0, 3772.0, 3752.0, 3782.0, 3720.0, 3771.0, 3729.0, 3761.0, 3719.0, 3761.0, 3729.0, 3729.0, 3729.0, 3729.0, 3730.0, 3741.0, 3731.0, 3772.0, 3731.0, 3762.0, 3731.0, 3772.0, 3731.0, 3783.0, 3733.0, 3794.0, 3743.0, 3793.0, 3731.0, 3784.0, 3730.0, 3781.0, 3728.0, 3780.0, 3717.0, 3759.0, 3716.0, 3748.0, 3717.0, 3779.0, 3706.0, 3780.0, 3706.0, 3747.0, 3706.0, 3758.0, 3706.0, 3779.0, 3716.0, 3767.0, 3716.0, 3758.0, 3717.0, 3757.0, 3728.0, 3769.0, 3717.0, 3769.0, 3718.0, 3770.0, 3729.0, 3759.0, 3718.0, 3748.0, 3718.0, 3769.0, 3730.0, 3771.0, 3730.0, 3739.0, 3729.0, 3739.0, 3730.0, 3741.0, 3742.0, 3740.0, 3731.0], 'WindowWidth': [8615.0, 8573.0, 8477.0, 8516.0, 8445.0, 8520.0, 8434.0, 8501.0, 8430.0, 8480.0, 8439.0, 8407.0, 8421.0, 8406.0, 8420.0, 8421.0, 8506.0, 8422.0, 8505.0, 8421.0, 8476.0, 8423.0, 8476.0, 8422.0, 8476.0, 8422.0, 8460.0, 8422.0, 8464.0, 8411.0, 8464.0, 8425.0, 8450.0, 8411.0, 8452.0, 8446.0, 8483.0, 8432.0, 8498.0, 8432.0, 8484.0, 8432.0, 8486.0, 8447.0, 8470.0, 8448.0, 8484.0, 8432.0, 8486.0, 8447.0, 8485.0, 8435.0, 8486.0, 8432.0, 8484.0, 8432.0, 8502.0, 8451.0, 8499.0, 8436.0, 8500.0, 8435.0, 8503.0, 8453.0, 8504.0, 8453.0, 8476.0, 8436.0, 8487.0, 8464.0, 8491.0, 8451.0, 8472.0, 8451.0, 8432.0, 8449.0, 8421.0, 8468.0, 8436.0, 8482.0, 8434.0, 8477.0, 8437.0, 8467.0, 8455.0, 8511.0, 8437.0, 8522.0, 8451.0, 8505.0, 8450.0, 8505.0, 8453.0, 8506.0, 8440.0, 8521.0, 8451.0, 8505.0, 8456.0, 8523.0, 8488.0, 8535.0, 8453.0, 8488.0, 8449.0, 8436.0, 8479.0, 8440.0, 8524.0, 8452.0, 8534.0, 8450.0, 8514.0, 8448.0, 8516.0, 8435.0, 8500.0, 8449.0, 8486.0, 8447.0, 8500.0, 8450.0, 8490.0, 8438.0, 8488.0, 8450.0, 8501.0, 8436.0, 8520.0, 8456.0, 8521.0, 8470.0, 8452.0, 8453.0, 8435.0, 8438.0, 8455.0, 8457.0, 8452.0, 8513.0, 8453.0, 8494.0, 8452.0, 8496.0, 8456.0, 8522.0, 8454.0, 8535.0, 8451.0, 8518.0, 8451.0, 8533.0, 8479.0, 8532.0, 8434.0, 8526.0, 8429.0, 8498.0, 8431.0, 8496.0, 8474.0, 8495.0, 8428.0, 8495.0, 8430.0, 8496.0, 8430.0, 8482.0, 8428.0, 8480.0, 8429.0, 8485.0, 8431.0, 8484.0, 8446.0, 8497.0, 8446.0, 8504.0, 8438.0, 8503.0, 8469.0, 8502.0, 8435.0, 8501.0, 8450.0, 8516.0, 8493.0, 8499.0, 8432.0, 8498.0, 8435.0, 8501.0, 8447.0, 8457.0, 8447.0, 8431.0, 8450.0, 8436.0, 8455.0, 8438.0, 8499.0, 8452.0, 8480.0, 8450.0, 8495.0, 8451.0, 8521.0, 8432.0, 8487.0, 8429.0, 8458.0, 8450.0, 8489.0, 8449.0, 8518.0, 8449.0, 8489.0, 8449.0, 8505.0, 8438.0, 8530.0, 8464.0, 8517.0, 8448.0, 8499.0, 8437.0, 8516.0, 8481.0, 8485.0, 8433.0, 8485.0, 8433.0, 8489.0, 8447.0, 8471.0, 8446.0, 8427.0, 8429.0, 8414.0, 8450.0, 8434.0, 8491.0, 8430.0, 8445.0, 8414.0, 8448.0, 8476.0, 8458.0, 8537.0, 8472.0, 8457.0, 8466.0, 8451.0, 8465.0, 8462.0, 8460.0, 8444.0, 8445.0, 8459.0, 8461.0, 8437.0, 8455.0, 8441.0, 8509.0, 8448.0, 8515.0, 8448.0, 8485.0, 8429.0, 8491.0, 8430.0, 8499.0, 8430.0, 8499.0, 8430.0, 8498.0, 8413.0, 8498.0, 8422.0, 8529.0, 8445.0, 8502.0, 8404.0, 8448.0, 8353.0, 8385.0, 8382.0, 8401.0, 8438.0, 8397.0, 8419.0, 8360.0, 8387.0, 8360.0, 8387.0, 8364.0, 8377.0, 8366.0, 8349.0, 8383.0, 8371.0, 8387.0, 8371.0, 8388.0, 8372.0, 8389.0, 8376.0, 8397.0, 8412.0, 8441.0, 8398.0, 8441.0, 8401.0, 8446.0, 8425.0, 8475.0, 8424.0, 8492.0, 8429.0, 8503.0, 8444.0, 8494.0, 8448.0, 8434.0, 8448.0, 8432.0, 8455.0, 8452.0, 8508.0, 8455.0, 8509.0, 8454.0, 8511.0, 8475.0, 8510.0, 8442.0, 8492.0, 8442.0, 8509.0, 8459.0, 8509.0, 8457.0, 8472.0, 8459.0, 8455.0, 8455.0, 8440.0, 8484.0, 8452.0, 8508.0, 8436.0, 8506.0, 8435.0, 8520.0, 8450.0, 8532.0, 8449.0, 8530.0, 8432.0, 8501.0, 8449.0, 8515.0, 8462.0, 8528.0, 8431.0, 8514.0, 8447.0, 8499.0, 8445.0, 8497.0, 8430.0, 8496.0, 8432.0, 8498.0, 8448.0, 8486.0, 8447.0, 8485.0, 8434.0, 8503.0, 8437.0, 8487.0, 8450.0, 8486.0, 8448.0, 8476.0, 8439.0, 8449.0, 8438.0, 8435.0, 8452.0, 8434.0, 8453.0, 8436.0, 8481.0, 8434.0, 8464.0, 8432.0, 8449.0, 8433.0, 8448.0, 8429.0, 8432.0, 8429.0, 8431.0, 8415.0, 8434.0, 8431.0, 8447.0, 8415.0, 8447.0, 8432.0, 8449.0, 8437.0, 8451.0, 8436.0, 8494.0, 8436.0, 8491.0, 8433.0, 8492.0, 8450.0, 8503.0, 8433.0, 8501.0, 8431.0, 8486.0, 8451.0, 8502.0, 8435.0, 8515.0, 8433.0, 8499.0, 8447.0, 8500.0, 8434.0, 8497.0, 8432.0, 8483.0, 8431.0, 8484.0, 8434.0, 8472.0, 8449.0, 8430.0, 8448.0, 8415.0, 8435.0, 8433.0, 8434.0, 8416.0, 8435.0, 8431.0, 8431.0, 8446.0, 8462.0, 8436.0, 8506.0, 8450.0, 8503.0, 8451.0, 8509.0, 8454.0, 8490.0, 8468.0, 8461.0, 8450.0, 8435.0, 8454.0, 8452.0, 8520.0, 8449.0, 8517.0, 8434.0, 8504.0, 8451.0, 8504.0, 8467.0, 8490.0, 8451.0, 8486.0, 8452.0, 8522.0, 8460.0, 8511.0, 8471.0, 8454.0, 8451.0, 8450.0, 8480.0, 8458.0, 8524.0, 8456.0, 8537.0, 8457.0, 8509.0, 8460.0, 8528.0, 8499.0, 8552.0, 8451.0, 8501.0, 8433.0, 8501.0, 8451.0, 8513.0, 8476.0, 8512.0, 8432.0, 8477.0, 8429.0, 8495.0, 8442.0, 8441.0, 8447.0, 8430.0, 8515.0, 8425.0, 8496.0, 8424.0, 8492.0, 8406.0, 8522.0, 8403.0, 8487.0, 8403.0, 8430.0, 8420.0, 8447.0, 8417.0, 8476.0, 8404.0, 8431.0, 8405.0, 8449.0, 8423.0, 8462.0, 8421.0, 8420.0, 8416.0, 8421.0, 8406.0, 8421.0, 8419.0, 8420.0, 8405.0, 8420.0, 8422.0, 8441.0, 8428.0, 8489.0, 8429.0, 8468.0, 8412.0, 8468.0, 8432.0, 8498.0, 8432.0, 8511.0, 8429.0, 8496.0, 8430.0, 8484.0, 8431.0, 8470.0, 8430.0, 8455.0, 8431.0, 8487.0, 8445.0, 8467.0, 8428.0, 8421.0, 8423.0, 8406.0, 8424.0, 8448.0, 8436.0, 8418.0, 8406.0, 8403.0, 8422.0, 8409.0, 8452.0, 8426.0, 8496.0, 8412.0, 8494.0, 8429.0, 8499.0, 8432.0, 8512.0, 8430.0, 8494.0, 8426.0, 8480.0, 8413.0, 8479.0, 8426.0, 8421.0, 8409.0, 8448.0, 8426.0, 8495.0, 8425.0, 8464.0, 8424.0, 8447.0, 8422.0, 8449.0, 8426.0, 8465.0, 8425.0, 8424.0, 8426.0, 8422.0, 8427.0, 8454.0, 8428.0, 8441.0, 8431.0, 8425.0, 8430.0, 8455.0, 8432.0, 8500.0, 8431.0, 8440.0, 8428.0, 8451.0, 8427.0, 8456.0, 8431.0, 8429.0, 8433.0, 8431.0, 8433.0, 8430.0, 8449.0, 8475.0, 8461.0, 8456.0, 8443.0, 8423.0, 8425.0, 8424.0, 8427.0, 8477.0, 8438.0, 8418.0, 8421.0, 8416.0, 8423.0, 8422.0, 8423.0, 8406.0, 8423.0, 8409.0, 8424.0, 8413.0, 8429.0, 8428.0, 8487.0, 8430.0, 8457.0, 8442.0, 8473.0, 8432.0, 8501.0, 8430.0, 8499.0, 8428.0, 8470.0, 8433.0, 8499.0, 8431.0, 8512.0, 8427.0, 8480.0, 8414.0, 8483.0, 8429.0, 8508.0, 8428.0, 8480.0, 8426.0, 8457.0, 8433.0, 8444.0, 8447.0, 8415.0, 8430.0, 8450.0, 8514.0, 8458.0, 8535.0, 8453.0, 8547.0, 8453.0, 8514.0, 8425.0, 8516.0, 8451.0, 8520.0, 8460.0, 8409.0, 8420.0, 8403.0, 8433.0, 8410.0, 8453.0, 8426.0, 8498.0, 8488.0, 8518.0, 8428.0, 8422.0, 8424.0, 8439.0, 8506.0, 8402.0, 8502.0, 8382.0, 8479.0, 8397.0, 8494.0, 8436.0, 8478.0, 8390.0, 8457.0, 8388.0, 8461.0, 8391.0, 8458.0, 8388.0, 8441.0, 8386.0, 8440.0, 8378.0, 8446.0, 8393.0, 8447.0, 8393.0, 8445.0, 8395.0, 8452.0, 8399.0, 8455.0, 8387.0, 8451.0, 8398.0, 8439.0, 8417.0, 8430.0, 8416.0, 8418.0, 8415.0, 8419.0, 8460.0, 8422.0, 8448.0, 8426.0, 8423.0, 8436.0, 8417.0, 8419.0, 8416.0, 8416.0, 8404.0, 8460.0, 8403.0, 8473.0, 8385.0, 8399.0, 8385.0, 8415.0, 8404.0, 8432.0, 8385.0, 8428.0, 8387.0, 8416.0, 8412.0, 8464.0, 8423.0, 8477.0, 8424.0, 8477.0, 8426.0, 8498.0, 8416.0, 8481.0, 8428.0, 8463.0, 8426.0, 8467.0, 8429.0, 8466.0, 8426.0, 8422.0, 8424.0, 8423.0, 8441.0, 8430.0, 8471.0, 8426.0, 8452.0, 8426.0, 8468.0, 8434.0, 8499.0, 8447.0, 8511.0, 8429.0, 8493.0, 8427.0, 8495.0, 8457.0, 8506.0, 8437.0, 8458.0, 8405.0, 8459.0, 8408.0, 8432.0, 8423.0, 8421.0, 8424.0, 8422.0, 8425.0, 8442.0, 8441.0, 8408.0, 8438.0, 8405.0, 8420.0, 8407.0, 8465.0, 8406.0, 8507.0, 8407.0, 8462.0, 8406.0, 8463.0, 8410.0, 8490.0, 8407.0, 8474.0, 8407.0, 8461.0, 8424.0, 8477.0, 8422.0, 8489.0, 8406.0, 8472.0, 8406.0, 8475.0, 8421.0, 8476.0, 8407.0, 8460.0, 8406.0, 8461.0, 8424.0, 8476.0, 8424.0, 8476.0, 8423.0, 8477.0, 8425.0, 8483.0, 8424.0, 8480.0, 8424.0, 8463.0, 8407.0, 8465.0, 8412.0, 8478.0, 8423.0, 8462.0, 8423.0, 8449.0, 8427.0, 8483.0, 8428.0, 8482.0, 8427.0, 8464.0, 8427.0, 8457.0, 8436.0, 8499.0, 8462.0, 8498.0, 8430.0, 8482.0, 8432.0, 8485.0, 8444.0, 8443.0, 8430.0, 8412.0, 8428.0, 8428.0, 8485.0, 8448.0, 8534.0, 8464.0, 8499.0, 8444.0, 8425.0, 8427.0, 8427.0, 8428.0, 8437.0, 8484.0, 8420.0, 8407.0, 8406.0, 8423.0, 8408.0, 8465.0, 8425.0, 8452.0, 8428.0, 8487.0, 8436.0, 8501.0, 8450.0, 8500.0, 8434.0, 8498.0, 8434.0, 8499.0, 8459.0, 8497.0, 8427.0, 8493.0, 8426.0, 8483.0, 8429.0, 8479.0, 8429.0, 8479.0, 8426.0, 8467.0, 8434.0, 8470.0, 8435.0, 8445.0, 8432.0, 8443.0, 8436.0, 8474.0, 8447.0, 8441.0, 8429.0, 8494.0, 8429.0, 8542.0, 8412.0, 8508.0, 8425.0, 8489.0, 8408.0, 8491.0, 8426.0, 8477.0, 8425.0, 8463.0, 8424.0, 8478.0, 8428.0, 8465.0, 8413.0, 8480.0, 8426.0, 8479.0, 8430.0, 8484.0, 8432.0, 8486.0, 8430.0, 8482.0, 8430.0, 8485.0, 8419.0, 8484.0, 8458.0, 8496.0, 8412.0, 8479.0, 8422.0, 8468.0, 8410.0, 8467.0, 8421.0, 8423.0, 8424.0, 8422.0, 8426.0, 8444.0, 8432.0, 8483.0, 8431.0, 8472.0, 8430.0, 8482.0, 8431.0, 8499.0, 8435.0, 8515.0, 8448.0, 8513.0, 8428.0, 8501.0, 8427.0, 8492.0, 8419.0, 8488.0, 8401.0, 8457.0, 8399.0, 8442.0, 8403.0, 8483.0, 8385.0, 8486.0, 8384.0, 8437.0, 8384.0, 8453.0, 8385.0, 8483.0, 8399.0, 8465.0, 8399.0, 8456.0, 8403.0, 8453.0, 8418.0, 8470.0, 8401.0, 8471.0, 8407.0, 8474.0, 8421.0, 8459.0, 8406.0, 8444.0, 8407.0, 8473.0, 8425.0, 8479.0, 8427.0, 8435.0, 8424.0, 8436.0, 8427.0, 8444.0, 8445.0, 8440.0, 8428.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.0007732203389830507</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.020326364689265537</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.044134310857594</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1666967539773814</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.999556840537229</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4606</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4997.1753</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08524091918510719</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>37</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>3.4839924670433144</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3652132782452564</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2668601277720244</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5622353025479137</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.26654440441583</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0127862</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015153797343373299</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03149385750293732</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1062</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.8329681927609034</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>30.3946</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.186</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>142.6357</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>305068.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>628.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>268.6392</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1933</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>524.7252</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3001.2708</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3145.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>71476.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1049.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3993.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>820.5072</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>38.13558214344084</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> |