=== 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-0029 --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-0029",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 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-0029_ses-04_task-social_acq-mb8_run-02_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-0029_ses-04_task-social_acq-mb8_run-02_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-02_session-04_subject-0029_suffix-bold_task-social" 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-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0029_suffix-bold_task-social" 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-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0029_suffix-bold_task-social" 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-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0029_suffix-bold_task-social" 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-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-02_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-02_session-04_subject-0029_suffix-bold_task-social" 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-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-02_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-02_session-04_subject-0029_suffix-bold_task-social" 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-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0029_suffix-bold_task-social" 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-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-02_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-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-02_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-0029/ses-04/func/sub-0029_ses-04_task-social_acq-mb8_run-02_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>1ba66d61610b02a04de099187e06eab2</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>11:40:55.955000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997689, -0.0543164, 0.0408135, 0.0477479, 0.987902, 0.147543]</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-02_task-social_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.110622</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-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4142, -7760, -7247, 655, -33, -150, 51, 91]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>251.446</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>18e08b7c-7be9-45e8-a57d-a6b73a9cc711||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.676727533340454, 0.12810412049293518, 0.13050124049186707, 106.7165756225586], [0.14572694897651672, 2.650470018386841, 0.3921830952167511, -108.0225830078125], [0.10949975997209549, -0.39584624767303467, 2.66817569732666, -40.65398025512695], [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, 872]</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], 'AcquisitionTime': ['114055.955000', '114056.415000', '114056.875000', '114057.335000', '114057.795000', '114058.255000', '114058.715000', '114059.175000', '114059.635000', '114100.095000', '114100.555000', '114101.015000', '114101.475000', '114101.935000', '114102.395000', '114102.855000', '114103.315000', '114103.775000', '114104.235000', '114104.695000', '114105.155000', '114105.615000', '114106.075000', '114106.535000', '114106.995000', '114107.455000', '114107.915000', '114108.375000', '114108.835000', '114109.295000', '114109.755000', '114110.215000', '114110.675000', '114111.135000', '114111.595000', '114112.055000', '114112.515000', '114112.975000', '114113.435000', '114113.895000', '114114.355000', '114114.815000', '114115.275000', '114115.735000', '114116.195000', '114116.655000', '114117.115000', '114117.575000', '114118.035000', '114118.495000', '114118.955000', '114119.415000', '114119.875000', '114120.335000', '114120.795000', '114121.255000', '114121.715000', '114122.175000', '114122.635000', '114123.095000', '114123.555000', '114124.015000', '114124.475000', '114124.935000', '114125.395000', '114125.855000', '114126.315000', '114126.775000', '114127.235000', '114127.695000', '114128.155000', '114128.615000', '114129.075000', '114129.535000', '114129.995000', '114130.455000', '114130.915000', '114131.375000', '114131.835000', '114132.295000', '114132.755000', '114133.215000', '114133.675000', '114134.135000', '114134.595000', '114135.055000', '114135.515000', '114135.975000', '114136.435000', '114136.895000', '114137.355000', '114137.815000', '114138.275000', '114138.735000', '114139.195000', '114139.655000', '114140.115000', '114140.575000', '114141.035000', '114141.495000', '114141.955000', '114142.415000', '114142.875000', '114143.335000', '114143.795000', '114144.255000', '114144.715000', '114145.175000', '114145.635000', '114146.095000', '114146.555000', '114147.015000', '114147.475000', '114147.935000', '114148.395000', '114148.855000', '114149.315000', '114149.775000', '114150.235000', '114150.695000', '114151.155000', '114151.615000', '114152.075000', '114152.535000', '114152.995000', '114153.455000', '114153.915000', '114154.375000', '114154.835000', '114155.295000', '114155.755000', '114156.215000', '114156.675000', '114157.135000', '114157.595000', '114158.055000', '114158.515000', '114158.975000', '114159.435000', '114159.895000', '114200.355000', '114200.815000', '114201.275000', '114201.735000', '114202.195000', '114202.655000', '114203.115000', '114203.575000', '114204.035000', '114204.495000', '114204.955000', '114205.415000', '114205.875000', '114206.335000', '114206.795000', '114207.255000', '114207.715000', '114208.175000', '114208.635000', '114209.095000', '114209.555000', '114210.015000', '114210.475000', '114210.935000', '114211.395000', '114211.855000', '114212.315000', '114212.775000', '114213.235000', '114213.695000', '114214.155000', '114214.615000', '114215.075000', '114215.535000', '114215.995000', '114216.455000', '114216.915000', '114217.375000', '114217.835000', '114218.295000', '114218.755000', '114219.215000', '114219.675000', '114220.135000', '114220.595000', '114221.055000', '114221.515000', '114221.975000', '114222.435000', '114222.895000', '114223.355000', '114223.815000', '114224.275000', '114224.735000', '114225.195000', '114225.655000', '114226.115000', '114226.575000', '114227.035000', '114227.495000', '114227.955000', '114228.415000', '114228.875000', '114229.335000', '114229.795000', '114230.255000', '114230.715000', '114231.175000', '114231.635000', '114232.095000', '114232.555000', '114233.015000', '114233.475000', '114233.935000', '114234.395000', '114234.855000', '114235.315000', '114235.775000', '114236.235000', '114236.695000', '114237.155000', '114237.615000', '114238.075000', '114238.535000', '114238.995000', '114239.455000', '114239.915000', '114240.375000', '114240.835000', '114241.295000', '114241.755000', '114242.215000', '114242.675000', '114243.135000', '114243.595000', '114244.055000', '114244.515000', '114244.975000', '114245.435000', '114245.895000', '114246.355000', '114246.815000', '114247.275000', '114247.735000', '114248.195000', '114248.655000', '114249.115000', '114249.575000', '114250.035000', '114250.495000', '114250.955000', '114251.415000', '114251.875000', '114252.335000', '114252.795000', '114253.255000', '114253.715000', '114254.175000', '114254.635000', '114255.095000', '114255.555000', '114256.015000', '114256.475000', '114256.935000', '114257.395000', '114257.855000', '114258.315000', '114258.775000', '114259.235000', '114259.695000', '114300.155000', '114300.615000', '114301.075000', '114301.535000', '114301.995000', '114302.455000', '114302.915000', '114303.375000', '114303.835000', '114304.295000', '114304.755000', '114305.215000', '114305.675000', '114306.135000', '114306.595000', '114307.055000', '114307.515000', '114307.975000', '114308.435000', '114308.895000', '114309.355000', '114309.815000', '114310.275000', '114310.735000', '114311.195000', '114311.655000', '114312.115000', '114312.575000', '114313.035000', '114313.495000', '114313.955000', '114314.415000', '114314.875000', '114315.335000', '114315.795000', '114316.255000', '114316.715000', '114317.175000', '114317.635000', '114318.095000', '114318.555000', '114319.015000', '114319.475000', '114319.935000', '114320.395000', '114320.855000', '114321.315000', '114321.775000', '114322.235000', '114322.695000', '114323.155000', '114323.615000', '114324.075000', '114324.535000', '114324.995000', '114325.455000', '114325.915000', '114326.375000', '114326.835000', '114327.295000', '114327.755000', '114328.215000', '114328.675000', '114329.135000', '114329.595000', '114330.055000', '114330.515000', '114330.975000', '114331.435000', '114331.895000', '114332.355000', '114332.815000', '114333.275000', '114333.735000', '114334.195000', '114334.655000', '114335.115000', '114335.575000', '114336.035000', '114336.495000', '114336.955000', '114337.415000', '114337.875000', '114338.335000', '114338.795000', '114339.255000', '114339.715000', '114340.175000', '114340.635000', '114341.095000', '114341.555000', '114342.015000', '114342.475000', '114342.935000', '114343.395000', '114343.855000', '114344.315000', '114344.775000', '114345.235000', '114345.695000', '114346.155000', '114346.615000', '114347.075000', '114347.535000', '114347.995000', '114348.455000', '114348.915000', '114349.375000', '114349.835000', '114350.295000', '114350.755000', '114351.215000', '114351.675000', '114352.135000', '114352.595000', '114353.055000', '114353.515000', '114353.975000', '114354.435000', '114354.895000', '114355.355000', '114355.815000', '114356.275000', '114356.735000', '114357.195000', '114357.655000', '114358.115000', '114358.575000', '114359.035000', '114359.495000', '114359.955000', '114400.415000', '114400.875000', '114401.335000', '114401.795000', '114402.255000', '114402.715000', '114403.175000', '114403.635000', '114404.095000', '114404.555000', '114405.015000', '114405.475000', '114405.935000', '114406.395000', '114406.855000', '114407.315000', '114407.775000', '114408.235000', '114408.695000', '114409.155000', '114409.615000', '114410.075000', '114410.535000', '114410.995000', '114411.455000', '114411.915000', '114412.375000', '114412.835000', '114413.295000', '114413.755000', '114414.215000', '114414.675000', '114415.135000', '114415.595000', '114416.055000', '114416.515000', '114416.975000', '114417.435000', '114417.895000', '114418.355000', '114418.815000', '114419.275000', '114419.735000', '114420.195000', '114420.655000', '114421.115000', '114421.575000', '114422.035000', '114422.495000', '114422.955000', '114423.415000', '114423.875000', '114424.335000', '114424.795000', '114425.255000', '114425.715000', '114426.175000', '114426.635000', '114427.095000', '114427.555000', '114428.015000', '114428.475000', '114428.935000', '114429.395000', '114429.855000', '114430.315000', '114430.775000', '114431.235000', '114431.695000', '114432.155000', '114432.615000', '114433.075000', '114433.535000', '114433.995000', '114434.455000', '114434.915000', '114435.375000', '114435.835000', '114436.295000', '114436.755000', '114437.215000', '114437.675000', '114438.135000', '114438.595000', '114439.055000', '114439.515000', '114439.975000', '114440.435000', '114440.895000', '114441.355000', '114441.815000', '114442.275000', '114442.735000', '114443.195000', '114443.655000', '114444.115000', '114444.575000', '114445.035000', '114445.495000', '114445.955000', '114446.415000', '114446.875000', '114447.335000', '114447.795000', '114448.255000', '114448.715000', '114449.175000', '114449.635000', '114450.095000', '114450.555000', '114451.015000', '114451.475000', '114451.935000', '114452.395000', '114452.855000', '114453.315000', '114453.775000', '114454.235000', '114454.695000', '114455.155000', '114455.615000', '114456.075000', '114456.535000', '114456.995000', '114457.455000', '114457.915000', '114458.375000', '114458.835000', '114459.295000', '114459.755000', '114500.215000', '114500.675000', '114501.135000', '114501.595000', '114502.055000', '114502.515000', '114502.975000', '114503.435000', '114503.895000', '114504.355000', '114504.815000', '114505.275000', '114505.735000', '114506.195000', '114506.655000', '114507.115000', '114507.575000', '114508.035000', '114508.495000', '114508.955000', '114509.415000', '114509.875000', '114510.335000', '114510.795000', '114511.255000', '114511.715000', '114512.175000', '114512.635000', '114513.095000', '114513.555000', '114514.015000', '114514.475000', '114514.935000', '114515.395000', '114515.855000', '114516.315000', '114516.775000', '114517.235000', '114517.695000', '114518.155000', '114518.615000', '114519.075000', '114519.535000', '114519.995000', '114520.455000', '114520.915000', '114521.375000', '114521.835000', '114522.295000', '114522.755000', '114523.215000', '114523.675000', '114524.135000', '114524.595000', '114525.055000', '114525.515000', '114525.975000', '114526.435000', '114526.895000', '114527.355000', '114527.815000', '114528.275000', '114528.735000', '114529.195000', '114529.655000', '114530.115000', '114530.575000', '114531.035000', '114531.495000', '114531.955000', '114532.415000', '114532.875000', '114533.335000', '114533.795000', '114534.255000', '114534.715000', '114535.175000', '114535.635000', '114536.095000', '114536.555000', '114537.015000', '114537.475000', '114537.935000', '114538.395000', '114538.855000', '114539.315000', '114539.775000', '114540.235000', '114540.695000', '114541.155000', '114541.615000', '114542.075000', '114542.535000', '114542.995000', '114543.455000', '114543.915000', '114544.375000', '114544.835000', '114545.295000', '114545.755000', '114546.215000', '114546.675000', '114547.135000', '114547.595000', '114548.055000', '114548.515000', '114548.975000', '114549.435000', '114549.895000', '114550.355000', '114550.815000', '114551.275000', '114551.735000', '114552.195000', '114552.655000', '114553.115000', '114553.575000', '114554.035000', '114554.495000', '114554.955000', '114555.415000', '114555.875000', '114556.335000', '114556.795000', '114557.255000', '114557.715000', '114558.175000', '114558.635000', '114559.095000', '114559.555000', '114600.015000', '114600.475000', '114600.935000', '114601.395000', '114601.855000', '114602.315000', '114602.775000', '114603.235000', '114603.695000', '114604.155000', '114604.615000', '114605.075000', '114605.535000', '114605.995000', '114606.455000', '114606.915000', '114607.375000', '114607.835000', '114608.295000', '114608.755000', '114609.215000', '114609.675000', '114610.135000', '114610.595000', '114611.055000', '114611.515000', '114611.975000', '114612.435000', '114612.895000', '114613.355000', '114613.815000', '114614.275000', '114614.735000', '114615.195000', '114615.655000', '114616.115000', '114616.575000', '114617.035000', '114617.495000', '114617.955000', '114618.415000', '114618.875000', '114619.335000', '114619.795000', '114620.255000', '114620.715000', '114621.175000', '114621.635000', '114622.095000', '114622.555000', '114623.015000', '114623.475000', '114623.935000', '114624.395000', '114624.855000', '114625.315000', '114625.775000', '114626.235000', '114626.695000', '114627.155000', '114627.615000', '114628.075000', '114628.535000', '114628.995000', '114629.455000', '114629.915000', '114630.375000', '114630.835000', '114631.295000', '114631.755000', '114632.215000', '114632.675000', '114633.135000', '114633.595000', '114634.055000', '114634.515000', '114634.975000', '114635.435000', '114635.895000', '114636.355000', '114636.815000', '114637.275000', '114637.735000', '114638.195000', '114638.655000', '114639.115000', '114639.575000', '114640.035000', '114640.495000', '114640.955000', '114641.415000', '114641.875000', '114642.335000', '114642.795000', '114643.255000', '114643.715000', '114644.175000', '114644.635000', '114645.095000', '114645.555000', '114646.015000', '114646.475000', '114646.935000', '114647.395000', '114647.855000', '114648.315000', '114648.775000', '114649.235000', '114649.695000', '114650.155000', '114650.615000', '114651.075000', '114651.535000', '114651.995000', '114652.455000', '114652.915000', '114653.375000', '114653.835000', '114654.295000', '114654.755000', '114655.215000', '114655.675000', '114656.135000', '114656.595000', '114657.055000', '114657.515000', '114657.975000', '114658.435000', '114658.895000', '114659.355000', '114659.815000', '114700.275000', '114700.735000', '114701.195000', '114701.655000', '114702.115000', '114702.575000', '114703.035000', '114703.495000', '114703.955000', '114704.415000', '114704.875000', '114705.335000', '114705.795000', '114706.255000', '114706.715000', '114707.175000', '114707.635000', '114708.095000', '114708.555000', '114709.015000', '114709.475000', '114709.935000', '114710.395000', '114710.855000', '114711.315000', '114711.775000', '114712.235000', '114712.695000', '114713.155000', '114713.615000', '114714.075000', '114714.535000', '114714.995000', '114715.455000', '114715.915000', '114716.375000', '114716.835000', '114717.295000', '114717.755000', '114718.215000', '114718.675000', '114719.135000', '114719.595000', '114720.055000', '114720.515000', '114720.975000', '114721.435000', '114721.895000', '114722.355000', '114722.815000', '114723.275000', '114723.735000', '114724.195000', '114724.655000', '114725.115000', '114725.575000', '114726.035000', '114726.495000', '114726.955000', '114727.415000', '114727.875000', '114728.335000', '114728.795000', '114729.255000', '114729.715000', '114730.175000', '114730.635000', '114731.095000', '114731.555000', '114732.015000', '114732.475000', '114732.935000', '114733.395000', '114733.855000', '114734.315000', '114734.775000', '114735.235000', '114735.695000', '114736.155000', '114736.615000'], 'ContentTime': ['114109.939000', '114109.943000', '114109.947000', '114109.950000', '114109.953000', '114109.956000', '114109.959000', '114109.963000', '114109.966000', '114109.974000', '114109.977000', '114109.980000', '114109.983000', '114109.986000', '114109.989000', '114109.992000', '114109.995000', '114109.998000', '114110.002000', '114110.006000', '114110.009000', '114110.013000', '114110.023000', '114110.026000', '114110.029000', '114110.032000', '114110.035000', '114110.051000', '114129.904000', '114129.907000', '114129.910000', '114129.913000', '114129.916000', '114129.919000', '114129.922000', '114129.925000', '114129.928000', '114129.930000', '114129.933000', '114129.936000', '114129.939000', '114129.942000', '114129.945000', '114129.948000', '114129.951000', '114129.953000', '114129.956000', '114129.959000', '114129.962000', '114129.965000', '114129.968000', '114129.981000', '114129.984000', '114129.987000', '114129.990000', '114129.993000', '114129.996000', '114130.000000', '114130.002000', '114130.005000', '114130.008000', '114130.011000', '114130.014000', '114130.017000', '114130.020000', '114130.023000', '114130.026000', '114130.028000', '114130.031000', '114130.034000', '114130.037000', '114149.904000', '114149.907000', '114149.910000', '114149.913000', '114149.915000', '114149.918000', '114149.921000', '114149.924000', '114149.927000', '114149.930000', '114149.933000', '114149.936000', '114149.939000', '114149.941000', '114149.944000', '114149.947000', '114149.950000', '114149.953000', '114149.956000', '114149.959000', '114149.961000', '114149.965000', '114149.967000', '114149.970000', '114149.973000', '114149.985000', '114149.988000', '114150.001000', '114150.004000', '114150.007000', '114150.010000', '114150.013000', '114150.015000', '114150.018000', '114150.021000', '114150.024000', '114150.027000', '114150.030000', '114150.033000', '114150.035000', '114150.038000', '114150.041000', '114150.044000', '114150.047000', '114209.905000', '114209.908000', '114209.911000', '114209.914000', '114209.917000', '114209.920000', '114209.923000', '114209.926000', '114209.928000', '114209.931000', '114209.934000', '114209.937000', '114209.940000', '114209.943000', '114209.946000', '114209.949000', '114209.951000', '114209.954000', '114209.957000', '114209.960000', '114209.963000', '114209.966000', '114209.969000', '114209.972000', '114209.974000', '114209.977000', '114209.980000', '114209.983000', '114209.986000', '114209.989000', '114209.992000', '114209.996000', '114210.000000', '114210.003000', '114210.006000', '114210.009000', '114210.012000', '114210.015000', '114210.017000', '114210.020000', '114210.023000', '114210.026000', '114210.029000', '114229.904000', '114229.907000', '114229.910000', '114229.913000', '114229.916000', '114229.919000', '114229.922000', '114229.925000', '114229.928000', '114229.931000', '114229.933000', '114229.937000', '114229.939000', '114229.942000', '114229.945000', '114229.948000', '114229.951000', '114229.954000', '114229.957000', '114229.960000', '114229.963000', '114229.966000', '114229.969000', '114229.972000', '114229.975000', '114229.978000', '114229.981000', '114229.984000', '114229.987000', '114229.989000', '114229.992000', '114229.995000', '114229.998000', '114230.002000', '114230.005000', '114230.008000', '114230.011000', '114230.014000', '114230.017000', '114230.020000', '114230.023000', '114230.026000', '114230.029000', '114230.032000', '114249.904000', '114249.907000', '114249.910000', '114249.913000', '114249.916000', '114249.919000', '114249.922000', '114249.925000', '114249.927000', '114249.930000', '114249.933000', '114249.936000', '114249.939000', '114249.942000', '114249.945000', '114249.948000', '114249.951000', '114249.953000', '114249.956000', '114249.959000', '114249.962000', '114249.965000', '114249.968000', '114249.971000', '114249.974000', '114249.976000', '114249.979000', '114249.982000', '114249.985000', '114249.988000', '114249.991000', '114249.993000', '114249.996000', '114250.000000', '114250.003000', '114250.006000', '114250.009000', '114250.012000', '114250.024000', '114250.027000', '114250.030000', '114250.033000', '114250.036000', '114309.904000', '114309.907000', '114309.910000', '114309.913000', '114309.915000', '114309.918000', '114309.921000', '114309.924000', '114309.927000', '114309.930000', '114309.933000', '114309.936000', '114309.939000', '114309.942000', '114309.945000', '114309.947000', '114309.950000', '114309.953000', '114309.956000', '114309.959000', '114309.962000', '114309.965000', '114309.968000', '114309.971000', '114309.973000', '114309.976000', '114309.979000', '114309.982000', '114309.985000', '114309.988000', '114309.991000', '114309.994000', '114309.997000', '114310.000000', '114310.003000', '114310.006000', '114310.009000', '114310.012000', '114310.015000', '114310.018000', '114310.021000', '114310.024000', '114310.027000', '114310.030000', '114329.904000', '114329.907000', '114329.910000', '114329.913000', '114329.916000', '114329.919000', '114329.921000', '114329.924000', '114329.927000', '114329.930000', '114329.933000', '114329.936000', '114329.939000', '114329.942000', '114329.945000', '114329.948000', '114329.951000', '114329.953000', '114329.956000', '114329.959000', '114329.962000', '114329.965000', '114329.968000', '114329.971000', '114329.974000', '114329.977000', '114329.979000', '114329.982000', '114329.985000', '114329.988000', '114329.991000', '114329.994000', '114329.997000', '114330.001000', '114330.003000', '114330.006000', '114330.009000', '114330.012000', '114330.015000', '114330.018000', '114330.021000', '114330.024000', '114330.027000', '114349.904000', '114349.907000', '114349.910000', '114349.913000', '114349.916000', '114349.927000', '114349.929000', '114349.932000', '114349.935000', '114349.938000', '114349.941000', '114349.944000', '114349.947000', '114349.950000', '114349.953000', '114349.956000', '114349.958000', '114349.962000', '114349.964000', '114349.967000', '114349.970000', '114349.973000', '114349.976000', '114349.979000', '114349.982000', '114349.985000', '114349.988000', '114349.991000', '114349.993000', '114349.996000', '114350.000000', '114350.003000', '114350.006000', '114350.009000', '114350.012000', '114350.015000', '114350.018000', '114350.021000', '114350.024000', '114350.026000', '114350.029000', '114350.032000', '114350.035000', '114350.038000', '114409.904000', '114409.907000', '114409.910000', '114409.913000', '114409.916000', '114409.919000', '114409.922000', '114409.925000', '114409.927000', '114409.930000', '114409.933000', '114409.936000', '114409.939000', '114409.942000', '114409.945000', '114409.948000', '114409.951000', '114409.953000', '114409.956000', '114409.959000', '114409.962000', '114409.965000', '114409.968000', '114409.971000', '114409.974000', '114409.977000', '114409.980000', '114409.983000', '114409.985000', '114409.988000', '114409.991000', '114409.994000', '114409.997000', '114410.001000', '114410.004000', '114410.007000', '114410.010000', '114410.012000', '114410.015000', '114410.018000', '114410.021000', '114410.024000', '114410.027000', '114429.905000', '114429.908000', '114429.911000', '114429.914000', '114429.917000', '114429.920000', '114429.922000', '114429.925000', '114429.928000', '114429.931000', '114429.934000', '114429.937000', '114429.940000', '114429.943000', '114429.946000', '114429.949000', '114429.952000', '114429.955000', '114429.957000', '114429.960000', '114429.963000', '114429.966000', '114429.969000', '114429.972000', '114429.975000', '114429.977000', '114429.980000', '114429.983000', '114429.986000', '114429.989000', '114429.992000', '114429.994000', '114429.997000', '114430.001000', '114430.020000', '114430.024000', '114430.026000', '114430.029000', '114430.032000', '114430.035000', '114430.038000', '114430.041000', '114430.044000', '114430.047000', '114449.904000', '114449.907000', '114449.910000', '114449.913000', '114449.916000', '114449.918000', '114449.921000', '114449.924000', '114449.927000', '114449.930000', '114449.933000', '114449.936000', '114449.939000', '114449.941000', '114449.944000', '114449.947000', '114449.950000', '114449.953000', '114449.956000', '114449.959000', '114449.962000', '114449.964000', '114449.967000', '114449.970000', '114449.973000', '114449.976000', '114449.979000', '114449.982000', '114449.984000', '114449.987000', '114449.990000', '114449.993000', '114449.996000', '114450.000000', '114450.003000', '114450.005000', '114450.008000', '114450.011000', '114450.014000', '114450.017000', '114450.020000', '114450.023000', '114450.025000', '114509.904000', '114509.907000', '114509.910000', '114509.913000', '114509.916000', '114509.918000', '114509.921000', '114509.924000', '114509.927000', '114509.930000', '114509.933000', '114509.936000', '114509.939000', '114509.942000', '114509.945000', '114509.948000', '114509.950000', '114509.953000', '114509.956000', '114509.976000', '114509.979000', '114509.982000', '114509.985000', '114509.988000', '114509.990000', '114509.993000', '114509.996000', '114510.000000', '114510.003000', '114510.006000', '114510.009000', '114510.012000', '114510.015000', '114510.017000', '114510.020000', '114510.023000', '114510.026000', '114510.029000', '114510.032000', '114510.035000', '114510.038000', '114510.041000', '114510.044000', '114529.904000', '114529.907000', '114529.910000', '114529.913000', '114529.916000', '114529.918000', '114529.921000', '114529.924000', '114529.927000', '114529.930000', '114529.933000', '114529.936000', '114529.938000', '114529.941000', '114529.944000', '114529.947000', '114529.950000', '114529.953000', '114529.956000', '114529.959000', '114529.962000', '114529.964000', '114529.967000', '114529.970000', '114529.973000', '114529.976000', '114529.979000', '114529.982000', '114529.985000', '114529.987000', '114529.990000', '114529.993000', '114529.996000', '114530.000000', '114530.003000', '114530.006000', '114530.009000', '114530.012000', '114530.015000', '114530.017000', '114530.020000', '114530.023000', '114530.026000', '114530.029000', '114549.904000', '114549.907000', '114549.910000', '114549.913000', '114549.916000', '114549.919000', '114549.921000', '114549.925000', '114549.927000', '114549.930000', '114549.933000', '114549.936000', '114549.939000', '114549.942000', '114549.945000', '114549.948000', '114549.951000', '114549.954000', '114549.957000', '114549.960000', '114549.962000', '114549.965000', '114549.968000', '114549.971000', '114549.974000', '114549.977000', '114549.980000', '114549.983000', '114549.985000', '114549.988000', '114549.991000', '114549.994000', '114549.997000', '114550.001000', '114550.004000', '114550.006000', '114550.009000', '114550.012000', '114550.016000', '114550.019000', '114550.021000', '114550.024000', '114550.027000', '114609.904000', '114609.907000', '114609.920000', '114609.923000', '114609.926000', '114609.929000', '114609.932000', '114609.934000', '114609.937000', '114609.940000', '114609.943000', '114609.946000', '114609.949000', '114609.952000', '114609.954000', '114609.957000', '114609.960000', '114609.963000', '114609.966000', '114609.969000', '114609.972000', '114609.975000', '114609.977000', '114609.980000', '114609.983000', '114609.986000', '114609.989000', '114609.992000', '114609.995000', '114609.998000', '114610.002000', '114610.004000', '114610.007000', '114610.010000', '114610.013000', '114610.016000', '114610.019000', '114610.022000', '114610.025000', '114610.027000', '114610.030000', '114610.033000', '114610.036000', '114610.039000', '114629.904000', '114629.907000', '114629.910000', '114629.913000', '114629.916000', '114629.919000', '114629.921000', '114629.924000', '114629.927000', '114629.930000', '114629.933000', '114629.936000', '114629.939000', '114629.942000', '114629.945000', '114629.947000', '114629.950000', '114629.953000', '114629.956000', '114629.959000', '114629.962000', '114629.965000', '114629.968000', '114629.971000', '114629.974000', '114629.977000', '114629.980000', '114629.983000', '114629.985000', '114629.988000', '114629.991000', '114629.994000', '114629.997000', '114630.001000', '114630.004000', '114630.007000', '114630.009000', '114630.012000', '114630.015000', '114630.018000', '114630.021000', '114630.024000', '114630.027000', '114649.905000', '114649.908000', '114649.911000', '114649.914000', '114649.917000', '114649.920000', '114649.922000', '114649.925000', '114649.928000', '114649.931000', '114649.934000', '114649.937000', '114649.940000', '114649.942000', '114649.945000', '114649.948000', '114649.951000', '114649.954000', '114649.957000', '114649.960000', '114649.963000', '114649.965000', '114649.968000', '114649.971000', '114649.974000', '114649.977000', '114649.980000', '114649.982000', '114649.985000', '114649.988000', '114649.991000', '114649.994000', '114649.998000', '114650.002000', '114650.005000', '114650.008000', '114650.011000', '114650.014000', '114650.017000', '114650.020000', '114650.023000', '114650.025000', '114650.028000', '114650.031000', '114709.904000', '114709.908000', '114709.911000', '114709.914000', '114709.917000', '114709.920000', '114709.923000', '114709.926000', '114709.928000', '114709.931000', '114709.934000', '114709.937000', '114709.940000', '114709.943000', '114709.946000', '114709.948000', '114709.951000', '114709.954000', '114709.957000', '114709.960000', '114709.963000', '114709.966000', '114709.969000', '114709.972000', '114709.975000', '114709.977000', '114709.980000', '114709.984000', '114709.989000', '114709.992000', '114709.995000', '114709.997000', '114710.001000', '114710.004000', '114710.007000', '114710.010000', '114710.013000', '114710.016000', '114710.019000', '114710.021000', '114710.024000', '114710.027000', '114710.030000', '114729.904000', '114729.907000', '114729.910000', '114729.913000', '114729.916000', '114729.919000', '114729.921000', '114729.924000', '114729.927000', '114729.930000', '114729.933000', '114729.936000', '114729.950000', '114729.953000', '114729.956000', '114729.959000', '114729.961000', '114729.964000', '114729.967000', '114729.970000', '114729.973000', '114729.976000', '114729.979000', '114729.981000', '114729.984000', '114729.987000', '114729.990000', '114729.993000', '114729.996000', '114730.000000', '114730.003000', '114730.005000', '114730.008000', '114730.011000', '114730.014000', '114730.017000', '114730.020000', '114730.023000', '114730.025000', '114730.028000', '114730.031000', '114730.034000', '114730.037000', '114730.040000', '114738.085000', '114738.088000', '114738.091000', '114738.094000', '114738.098000', '114738.101000', '114738.103000', '114738.107000', '114738.110000', '114738.113000', '114738.116000', '114738.119000', '114738.122000', '114738.125000', '114738.128000', '114738.131000', '114738.133000', '114738.136000'], 'InstanceCreationTime': ['114109.939000', '114109.943000', '114109.947000', '114109.950000', '114109.953000', '114109.956000', '114109.959000', '114109.963000', '114109.966000', '114109.974000', '114109.977000', '114109.980000', '114109.983000', '114109.986000', '114109.989000', '114109.992000', '114109.995000', '114109.998000', '114110.002000', '114110.006000', '114110.009000', '114110.013000', '114110.023000', '114110.026000', '114110.029000', '114110.032000', '114110.035000', '114110.051000', '114129.904000', '114129.907000', '114129.910000', '114129.913000', '114129.916000', '114129.919000', '114129.922000', '114129.925000', '114129.928000', '114129.930000', '114129.933000', '114129.936000', '114129.939000', '114129.942000', '114129.945000', '114129.948000', '114129.951000', '114129.953000', '114129.956000', '114129.959000', '114129.962000', '114129.965000', '114129.968000', '114129.981000', '114129.984000', '114129.987000', '114129.990000', '114129.993000', '114129.996000', '114130.000000', '114130.002000', '114130.005000', '114130.008000', '114130.011000', '114130.014000', '114130.017000', '114130.020000', '114130.023000', '114130.026000', '114130.028000', '114130.031000', '114130.034000', '114130.037000', '114149.904000', '114149.907000', '114149.910000', '114149.913000', '114149.915000', '114149.918000', '114149.921000', '114149.924000', '114149.927000', '114149.930000', '114149.933000', '114149.936000', '114149.939000', '114149.941000', '114149.944000', '114149.947000', '114149.950000', '114149.953000', '114149.956000', '114149.959000', '114149.961000', '114149.965000', '114149.967000', '114149.970000', '114149.973000', '114149.985000', '114149.988000', '114150.001000', '114150.004000', '114150.007000', '114150.010000', '114150.013000', '114150.015000', '114150.018000', '114150.021000', '114150.024000', '114150.027000', '114150.030000', '114150.033000', '114150.035000', '114150.038000', '114150.041000', '114150.044000', '114150.047000', '114209.905000', '114209.908000', '114209.911000', '114209.914000', '114209.917000', '114209.920000', '114209.923000', '114209.926000', '114209.928000', '114209.931000', '114209.934000', '114209.937000', '114209.940000', '114209.943000', '114209.946000', '114209.949000', '114209.951000', '114209.954000', '114209.957000', '114209.960000', '114209.963000', '114209.966000', '114209.969000', '114209.972000', '114209.974000', '114209.977000', '114209.980000', '114209.983000', '114209.986000', '114209.989000', '114209.992000', '114209.996000', '114210.000000', '114210.003000', '114210.006000', '114210.009000', '114210.012000', '114210.015000', '114210.017000', '114210.020000', '114210.023000', '114210.026000', '114210.029000', '114229.904000', '114229.907000', '114229.910000', '114229.913000', '114229.916000', '114229.919000', '114229.922000', '114229.925000', '114229.928000', '114229.931000', '114229.933000', '114229.937000', '114229.939000', '114229.942000', '114229.945000', '114229.948000', '114229.951000', '114229.954000', '114229.957000', '114229.960000', '114229.963000', '114229.966000', '114229.969000', '114229.972000', '114229.975000', '114229.978000', '114229.981000', '114229.984000', '114229.987000', '114229.989000', '114229.992000', '114229.995000', '114229.998000', '114230.002000', '114230.005000', '114230.008000', '114230.011000', '114230.014000', '114230.017000', '114230.020000', '114230.023000', '114230.026000', '114230.029000', '114230.032000', '114249.904000', '114249.907000', '114249.910000', '114249.913000', '114249.916000', '114249.919000', '114249.922000', '114249.925000', '114249.927000', '114249.930000', '114249.933000', '114249.936000', '114249.939000', '114249.942000', '114249.945000', '114249.948000', '114249.951000', '114249.953000', '114249.956000', '114249.959000', '114249.962000', '114249.965000', '114249.968000', '114249.971000', '114249.974000', '114249.976000', '114249.979000', '114249.982000', '114249.985000', '114249.988000', '114249.991000', '114249.993000', '114249.996000', '114250.000000', '114250.003000', '114250.006000', '114250.009000', '114250.012000', '114250.024000', '114250.027000', '114250.030000', '114250.033000', '114250.036000', '114309.904000', '114309.907000', '114309.910000', '114309.913000', '114309.915000', '114309.918000', '114309.921000', '114309.924000', '114309.927000', '114309.930000', '114309.933000', '114309.936000', '114309.939000', '114309.942000', '114309.945000', '114309.947000', '114309.950000', '114309.953000', '114309.956000', '114309.959000', '114309.962000', '114309.965000', '114309.968000', '114309.971000', '114309.973000', '114309.976000', '114309.979000', '114309.982000', '114309.985000', '114309.988000', '114309.991000', '114309.994000', '114309.997000', '114310.000000', '114310.003000', '114310.006000', '114310.009000', '114310.012000', '114310.015000', '114310.018000', '114310.021000', '114310.024000', '114310.027000', '114310.030000', '114329.904000', '114329.907000', '114329.910000', '114329.913000', '114329.916000', '114329.919000', '114329.921000', '114329.924000', '114329.927000', '114329.930000', '114329.933000', '114329.936000', '114329.939000', '114329.942000', '114329.945000', '114329.948000', '114329.951000', '114329.953000', '114329.956000', '114329.959000', '114329.962000', '114329.965000', '114329.968000', '114329.971000', '114329.974000', '114329.977000', '114329.979000', '114329.982000', '114329.985000', '114329.988000', '114329.991000', '114329.994000', '114329.997000', '114330.001000', '114330.003000', '114330.006000', '114330.009000', '114330.012000', '114330.015000', '114330.018000', '114330.021000', '114330.024000', '114330.027000', '114349.904000', '114349.907000', '114349.910000', '114349.913000', '114349.916000', '114349.927000', '114349.929000', '114349.932000', '114349.935000', '114349.938000', '114349.941000', '114349.944000', '114349.947000', '114349.950000', '114349.953000', '114349.956000', '114349.958000', '114349.962000', '114349.964000', '114349.967000', '114349.970000', '114349.973000', '114349.976000', '114349.979000', '114349.982000', '114349.985000', '114349.988000', '114349.991000', '114349.993000', '114349.996000', '114350.000000', '114350.003000', '114350.006000', '114350.009000', '114350.012000', '114350.015000', '114350.018000', '114350.021000', '114350.024000', '114350.026000', '114350.029000', '114350.032000', '114350.035000', '114350.038000', '114409.904000', '114409.907000', '114409.910000', '114409.913000', '114409.916000', '114409.919000', '114409.922000', '114409.925000', '114409.927000', '114409.930000', '114409.933000', '114409.936000', '114409.939000', '114409.942000', '114409.945000', '114409.948000', '114409.951000', '114409.953000', '114409.956000', '114409.959000', '114409.962000', '114409.965000', '114409.968000', '114409.971000', '114409.974000', '114409.977000', '114409.980000', '114409.983000', '114409.985000', '114409.988000', '114409.991000', '114409.994000', '114409.997000', '114410.001000', '114410.004000', '114410.007000', '114410.010000', '114410.012000', '114410.015000', '114410.018000', '114410.021000', '114410.024000', '114410.027000', '114429.905000', '114429.908000', '114429.911000', '114429.914000', '114429.917000', '114429.920000', '114429.922000', '114429.925000', '114429.928000', '114429.931000', '114429.934000', '114429.937000', '114429.940000', '114429.943000', '114429.946000', '114429.949000', '114429.952000', '114429.955000', '114429.957000', '114429.960000', '114429.963000', '114429.966000', '114429.969000', '114429.972000', '114429.975000', '114429.977000', '114429.980000', '114429.983000', '114429.986000', '114429.989000', '114429.992000', '114429.994000', '114429.997000', '114430.001000', '114430.020000', '114430.024000', '114430.026000', '114430.029000', '114430.032000', '114430.035000', '114430.038000', '114430.041000', '114430.044000', '114430.047000', '114449.904000', '114449.907000', '114449.910000', '114449.913000', '114449.916000', '114449.918000', '114449.921000', '114449.924000', '114449.927000', '114449.930000', '114449.933000', '114449.936000', '114449.939000', '114449.941000', '114449.944000', '114449.947000', '114449.950000', '114449.953000', '114449.956000', '114449.959000', '114449.962000', '114449.964000', '114449.967000', '114449.970000', '114449.973000', '114449.976000', '114449.979000', '114449.982000', '114449.984000', '114449.987000', '114449.990000', '114449.993000', '114449.996000', '114450.000000', '114450.003000', '114450.005000', '114450.008000', '114450.011000', '114450.014000', '114450.017000', '114450.020000', '114450.023000', '114450.025000', '114509.904000', '114509.907000', '114509.910000', '114509.913000', '114509.916000', '114509.918000', '114509.921000', '114509.924000', '114509.927000', '114509.930000', '114509.933000', '114509.936000', '114509.939000', '114509.942000', '114509.945000', '114509.948000', '114509.950000', '114509.953000', '114509.956000', '114509.976000', '114509.979000', '114509.982000', '114509.985000', '114509.988000', '114509.990000', '114509.993000', '114509.996000', '114510.000000', '114510.003000', '114510.006000', '114510.009000', '114510.012000', '114510.015000', '114510.017000', '114510.020000', '114510.023000', '114510.026000', '114510.029000', '114510.032000', '114510.035000', '114510.038000', '114510.041000', '114510.044000', '114529.904000', '114529.907000', '114529.910000', '114529.913000', '114529.916000', '114529.918000', '114529.921000', '114529.924000', '114529.927000', '114529.930000', '114529.933000', '114529.936000', '114529.938000', '114529.941000', '114529.944000', '114529.947000', '114529.950000', '114529.953000', '114529.956000', '114529.959000', '114529.962000', '114529.964000', '114529.967000', '114529.970000', '114529.973000', '114529.976000', '114529.979000', '114529.982000', '114529.985000', '114529.987000', '114529.990000', '114529.993000', '114529.996000', '114530.000000', '114530.003000', '114530.006000', '114530.009000', '114530.012000', '114530.015000', '114530.017000', '114530.020000', '114530.023000', '114530.026000', '114530.029000', '114549.904000', '114549.907000', '114549.910000', '114549.913000', '114549.916000', '114549.919000', '114549.921000', '114549.925000', '114549.927000', '114549.930000', '114549.933000', '114549.936000', '114549.939000', '114549.942000', '114549.945000', '114549.948000', '114549.951000', '114549.954000', '114549.957000', '114549.960000', '114549.962000', '114549.965000', '114549.968000', '114549.971000', '114549.974000', '114549.977000', '114549.980000', '114549.983000', '114549.985000', '114549.988000', '114549.991000', '114549.994000', '114549.997000', '114550.001000', '114550.004000', '114550.006000', '114550.009000', '114550.012000', '114550.016000', '114550.019000', '114550.021000', '114550.024000', '114550.027000', '114609.904000', '114609.907000', '114609.920000', '114609.923000', '114609.926000', '114609.929000', '114609.932000', '114609.934000', '114609.937000', '114609.940000', '114609.943000', '114609.946000', '114609.949000', '114609.952000', '114609.954000', '114609.957000', '114609.960000', '114609.963000', '114609.966000', '114609.969000', '114609.972000', '114609.975000', '114609.977000', '114609.980000', '114609.983000', '114609.986000', '114609.989000', '114609.992000', '114609.995000', '114609.998000', '114610.002000', '114610.004000', '114610.007000', '114610.010000', '114610.013000', '114610.016000', '114610.019000', '114610.022000', '114610.025000', '114610.027000', '114610.030000', '114610.033000', '114610.036000', '114610.039000', '114629.904000', '114629.907000', '114629.910000', '114629.913000', '114629.916000', '114629.919000', '114629.921000', '114629.924000', '114629.927000', '114629.930000', '114629.933000', '114629.936000', '114629.939000', '114629.942000', '114629.945000', '114629.947000', '114629.950000', '114629.953000', '114629.956000', '114629.959000', '114629.962000', '114629.965000', '114629.968000', '114629.971000', '114629.974000', '114629.977000', '114629.980000', '114629.983000', '114629.985000', '114629.988000', '114629.991000', '114629.994000', '114629.997000', '114630.001000', '114630.004000', '114630.007000', '114630.009000', '114630.012000', '114630.015000', '114630.018000', '114630.021000', '114630.024000', '114630.027000', '114649.905000', '114649.908000', '114649.911000', '114649.914000', '114649.917000', '114649.920000', '114649.922000', '114649.925000', '114649.928000', '114649.931000', '114649.934000', '114649.937000', '114649.940000', '114649.942000', '114649.945000', '114649.948000', '114649.951000', '114649.954000', '114649.957000', '114649.960000', '114649.963000', '114649.965000', '114649.968000', '114649.971000', '114649.974000', '114649.977000', '114649.980000', '114649.982000', '114649.985000', '114649.988000', '114649.991000', '114649.994000', '114649.998000', '114650.002000', '114650.005000', '114650.008000', '114650.011000', '114650.014000', '114650.017000', '114650.020000', '114650.023000', '114650.025000', '114650.028000', '114650.031000', '114709.904000', '114709.908000', '114709.911000', '114709.914000', '114709.917000', '114709.920000', '114709.923000', '114709.926000', '114709.928000', '114709.931000', '114709.934000', '114709.937000', '114709.940000', '114709.943000', '114709.946000', '114709.948000', '114709.951000', '114709.954000', '114709.957000', '114709.960000', '114709.963000', '114709.966000', '114709.969000', '114709.972000', '114709.975000', '114709.977000', '114709.980000', '114709.984000', '114709.989000', '114709.992000', '114709.995000', '114709.997000', '114710.001000', '114710.004000', '114710.007000', '114710.010000', '114710.013000', '114710.016000', '114710.019000', '114710.021000', '114710.024000', '114710.027000', '114710.030000', '114729.904000', '114729.907000', '114729.910000', '114729.913000', '114729.916000', '114729.919000', '114729.921000', '114729.924000', '114729.927000', '114729.930000', '114729.933000', '114729.936000', '114729.950000', '114729.953000', '114729.956000', '114729.959000', '114729.961000', '114729.964000', '114729.967000', '114729.970000', '114729.973000', '114729.976000', '114729.979000', '114729.981000', '114729.984000', '114729.987000', '114729.990000', '114729.993000', '114729.996000', '114730.000000', '114730.003000', '114730.005000', '114730.008000', '114730.011000', '114730.014000', '114730.017000', '114730.020000', '114730.023000', '114730.025000', '114730.028000', '114730.031000', '114730.034000', '114730.037000', '114730.040000', '114738.085000', '114738.088000', '114738.091000', '114738.094000', '114738.098000', '114738.101000', '114738.103000', '114738.107000', '114738.110000', '114738.113000', '114738.116000', '114738.119000', '114738.122000', '114738.125000', '114738.128000', '114738.131000', '114738.133000', '114738.136000'], '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], 'LargestImagePixelValue': [8884, 13310, 8932, 10892, 7766, 8803, 12523, 8664, 9922, 7934, 8685, 8855, 8800, 11974, 8424, 9608, 7718, 8725, 12984, 8397, 8904, 12530, 8879, 10448, 8056, 8684, 12599, 9032, 10857, 7994, 8673, 11562, 9119, 10612, 7877, 8770, 12108, 8793, 9999, 7858, 8290, 12037, 8752, 10624, 7741, 7944, 7538, 8337, 7381, 8757, 8376, 8682, 10686, 8780, 12561, 12064, 8956, 11431, 11014, 8671, 11022, 7984, 8703, 11558, 8582, 8887, 7869, 8872, 12323, 9074, 10941, 9036, 8541, 11734, 8554, 9929, 12489, 9110, 10225, 8356, 9048, 8106, 7593, 10370, 9187, 8519, 8033, 9121, 10312, 9084, 10205, 13576, 9229, 10830, 14585, 9998, 9551, 8680, 9344, 11697, 8440, 8858, 11773, 9218, 8761, 9031, 9207, 7971, 9127, 9064, 9322, 11321, 9280, 10994, 8219, 8830, 12784, 8322, 8632, 11910, 8997, 10200, 7594, 8984, 10419, 9055, 9491, 8323, 8902, 8031, 9063, 12823, 9426, 11064, 8637, 9768, 13102, 9390, 11374, 14505, 9276, 9561, 12666, 8984, 9890, 7437, 8932, 10598, 8856, 8853, 7881, 8875, 11550, 8216, 8932, 12094, 9215, 10891, 8996, 8967, 12070, 8436, 9018, 11444, 9357, 11156, 8581, 8583, 10784, 9248, 11806, 8251, 8903, 12659, 9172, 10153, 8833, 8792, 12730, 8604, 10095, 9530, 9209, 11641, 8414, 9572, 7818, 8997, 12531, 8946, 10413, 8537, 8900, 12389, 8832, 10829, 8783, 9062, 11756, 9596, 11918, 8940, 9131, 8433, 9073, 10102, 9194, 11534, 8772, 8808, 12967, 9103, 10744, 9159, 9403, 11754, 9076, 9697, 8455, 9242, 12618, 9102, 10403, 10671, 9067, 11500, 9037, 8723, 12489, 9129, 9898, 8272, 8724, 11884, 9296, 10668, 8321, 8948, 12157, 9554, 10463, 8432, 9199, 11691, 8596, 9711, 7494, 9057, 12365, 9386, 10338, 8494, 9323, 8128, 9119, 11667, 9244, 11997, 11137, 8916, 10978, 8089, 8955, 12234, 8013, 9474, 12255, 9243, 9176, 7352, 8170, 7246, 9301, 12676, 8866, 10794, 8606, 9498, 12181, 8544, 10592, 8063, 9018, 12880, 8457, 9506, 8097, 9016, 12652, 7549, 9319, 6696, 9464, 8050, 9279, 11853, 8846, 11522, 7995, 9612, 7184, 8962, 13155, 8369, 10445, 7992, 8857, 9894, 9135, 12433, 8701, 11178, 8480, 9960, 10187, 9405, 12424, 8352, 10437, 8292, 9451, 9920, 9307, 12221, 8810, 9372, 11739, 8735, 9446, 6752, 8541, 11391, 7882, 8730, 10168, 8573, 11412, 7069, 9154, 12573, 8170, 9644, 11717, 9131, 11550, 7777, 9094, 7757, 9196, 12679, 8192, 9666, 12193, 8608, 10344, 7340, 9194, 12824, 7664, 8915, 8029, 9247, 11473, 8423, 11561, 8032, 9135, 8811, 8949, 12960, 8283, 9201, 12628, 8768, 9663, 8833, 8871, 11861, 8263, 9242, 11991, 9442, 10370, 7826, 9307, 12427, 8823, 9966, 8128, 9348, 9422, 9479, 12536, 9039, 10670, 8381, 9321, 13110, 8960, 10542, 9190, 9503, 12350, 8895, 9141, 7603, 9567, 12743, 9054, 10413, 8024, 9492, 12268, 8352, 9162, 12858, 9177, 9773, 8887, 9069, 10991, 8495, 9162, 11508, 9009, 10533, 8064, 9185, 11278, 9454, 11371, 8867, 9083, 12437, 9128, 10202, 9948, 9654, 11234, 8728, 9182, 9168, 9762, 12190, 8942, 9823, 11273, 9525, 11147, 8181, 9444, 12192, 9144, 9879, 8076, 9181, 11326, 8400, 9302, 11558, 9245, 10409, 8524, 9326, 6949, 9288, 8647, 9159, 12607, 8761, 10565, 9166, 11066, 8143, 9893, 12196, 9125, 11405, 8653, 10217, 10919, 9184, 11986, 11104, 9292, 11088, 7998, 9035, 12146, 8967, 9946, 7829, 8871, 11125, 9276, 9783, 8533, 8847, 11641, 8008, 9154, 9682, 8944, 11674, 7707, 9050, 12354, 8181, 9531, 8641, 9060, 11645, 7529, 9298, 11545, 8994, 10242, 8761, 9151, 11801, 7983, 9278, 12757, 8885, 9868, 10334, 9457, 10391, 8973, 10748, 8159, 9153, 12247, 8351, 8919, 12892, 8856, 10118, 13266, 8713, 9380, 10079, 9139, 10638, 7917, 9119, 12533, 8597, 9209, 8012, 8965, 12861, 8713, 10008, 11579, 9352, 10548, 8754, 9544, 12622, 8628, 10077, 12402, 10640, 9697, 9020, 9654, 9421, 9165, 9539, 11114, 9782, 11964, 9652, 10643, 15889, 11900, 12512, 9058, 9189, 7841, 9577, 10211, 9374, 9770, 9509, 10231, 8916, 8922, 8526, 9362, 12766, 9106, 10554, 10264, 9347, 10326, 9435, 10738, 11066, 9413, 11029, 9033, 9235, 10331, 9388, 10685, 8465, 9021, 11242, 9209, 9893, 8641, 9055, 12434, 8658, 9863, 11671, 9492, 10933, 8747, 9476, 11335, 8912, 9202, 11960, 9379, 9730, 8317, 8998, 12310, 8934, 9346, 7537, 9166, 12431, 8213, 8825, 12287, 9143, 10110, 8633, 9341, 11917, 9243, 10915, 8749, 9882, 12038, 8910, 10591, 7593, 9050, 12016, 8691, 8835, 7636, 9438, 12155, 9033, 9957, 8187, 7337, 6955, 8856, 7440, 8978, 7987, 9150, 12049, 9313, 12459, 14769, 9693, 11319, 10396, 9002, 10929, 7988, 9009, 11205, 8461, 9168, 11796, 8995, 9652, 7764, 9033, 11958, 7962, 8944, 10433, 9106, 10922, 7892, 8761, 12960, 8913, 9877, 8642, 9171, 11711, 7616, 9363, 12306, 9058, 9674, 7469, 9131, 11689, 9339, 11169, 7843, 9207, 12793, 8437, 9736, 7947, 9087, 12440, 7479, 9301, 12542, 8660, 9548, 11828, 9081, 10283, 7275, 9119, 11746, 8659, 9154, 7411, 9310, 11395, 9360, 11600, 8536, 10474, 12795, 9540, 11031, 9649, 9183, 12434, 8650, 9507, 14020, 9361, 10207, 9832, 9138, 11338, 7784, 9164, 12598, 8783, 9409, 12431, 9310, 10038, 8147, 9361, 10486, 8303, 9288, 11872, 9085, 10265, 8111, 9087, 12716, 9420, 10394, 8156, 9506, 12900, 8230, 9946, 12878, 9295, 10646, 10896, 9723, 10986, 8731, 9345, 11439, 9503, 11365, 8443, 9256, 11026, 9636, 10254, 8333, 9883, 7335, 9134, 12574, 8118, 9712, 9737, 9573, 11695, 8646, 9752, 11137, 9700, 11535, 8391, 9813, 8161, 9166, 12342, 8750, 10127, 8528, 9060, 12616, 8899, 11212, 9831, 9306, 11175, 8142, 8858, 12797, 8970, 10559, 8095, 9110, 12368, 8928, 10602, 7911, 9066, 7103, 9174, 8301, 8955, 12493, 9296, 11615, 8874, 9198, 9792, 9422, 13039, 12114, 9330, 12287, 8335, 8930, 12283, 8969, 9311, 7255, 8926, 10920, 9228, 10507, 8627, 10290, 7353, 8911, 10768, 9324, 11836, 9027, 11201], 'WindowCenter': [4166.0, 4190.0, 4146.0, 4155.0, 4111.0, 4133.0, 4152.0, 4118.0, 4140.0, 4108.0, 4131.0, 4128.0, 4133.0, 4163.0, 4121.0, 4141.0, 4111.0, 4133.0, 4163.0, 4120.0, 4134.0, 4152.0, 4130.0, 4141.0, 4107.0, 4121.0, 4150.0, 4130.0, 4152.0, 4120.0, 4120.0, 4148.0, 4130.0, 4140.0, 4108.0, 4131.0, 4151.0, 4132.0, 4142.0, 4121.0, 4133.0, 4151.0, 4133.0, 4153.0, 4121.0, 4122.0, 4122.0, 4135.0, 4123.0, 4147.0, 4147.0, 4147.0, 4154.0, 4145.0, 4177.0, 4153.0, 4132.0, 4153.0, 4139.0, 4120.0, 4138.0, 4108.0, 4132.0, 4151.0, 4131.0, 4131.0, 4119.0, 4142.0, 4162.0, 4143.0, 4154.0, 4130.0, 4131.0, 4151.0, 4120.0, 4131.0, 4151.0, 4131.0, 4142.0, 4120.0, 4131.0, 4118.0, 4121.0, 4141.0, 4143.0, 4145.0, 4137.0, 4144.0, 4157.0, 4144.0, 4156.0, 4166.0, 4132.0, 4142.0, 4163.0, 4131.0, 4118.0, 4105.0, 4117.0, 4137.0, 4104.0, 4115.0, 4136.0, 4129.0, 4116.0, 4130.0, 4130.0, 4121.0, 4144.0, 4144.0, 4145.0, 4153.0, 4143.0, 4155.0, 4122.0, 4144.0, 4165.0, 4121.0, 4132.0, 4150.0, 4120.0, 4141.0, 4111.0, 4133.0, 4140.0, 4132.0, 4143.0, 4132.0, 4144.0, 4123.0, 4147.0, 4177.0, 4145.0, 4165.0, 4134.0, 4144.0, 4164.0, 4132.0, 4156.0, 4163.0, 4131.0, 4129.0, 4148.0, 4118.0, 4129.0, 4108.0, 4131.0, 4137.0, 4128.0, 4130.0, 4109.0, 4131.0, 4164.0, 4132.0, 4131.0, 4150.0, 4132.0, 4152.0, 4129.0, 4132.0, 4163.0, 4121.0, 4132.0, 4150.0, 4130.0, 4152.0, 4132.0, 4132.0, 4140.0, 4131.0, 4152.0, 4118.0, 4133.0, 4162.0, 4131.0, 4141.0, 4118.0, 4121.0, 4150.0, 4121.0, 4141.0, 4128.0, 4130.0, 4138.0, 4119.0, 4130.0, 4107.0, 4132.0, 4162.0, 4131.0, 4151.0, 4118.0, 4144.0, 4163.0, 4131.0, 4139.0, 4118.0, 4131.0, 4150.0, 4131.0, 4152.0, 4130.0, 4129.0, 4119.0, 4129.0, 4128.0, 4130.0, 4151.0, 4118.0, 4132.0, 4161.0, 4131.0, 4153.0, 4142.0, 4131.0, 4150.0, 4118.0, 4129.0, 4118.0, 4130.0, 4151.0, 4130.0, 4140.0, 4128.0, 4118.0, 4138.0, 4115.0, 4116.0, 4137.0, 4130.0, 4128.0, 4107.0, 4118.0, 4137.0, 4118.0, 4138.0, 4120.0, 4131.0, 4148.0, 4129.0, 4139.0, 4119.0, 4132.0, 4148.0, 4120.0, 4129.0, 4096.0, 4131.0, 4150.0, 4143.0, 4153.0, 4133.0, 4142.0, 4122.0, 4144.0, 4153.0, 4145.0, 4166.0, 4152.0, 4132.0, 4151.0, 4110.0, 4131.0, 4151.0, 4119.0, 4131.0, 4151.0, 4144.0, 4144.0, 4123.0, 4133.0, 4122.0, 4146.0, 4176.0, 4145.0, 4168.0, 4134.0, 4145.0, 4163.0, 4134.0, 4154.0, 4122.0, 4145.0, 4176.0, 4133.0, 4143.0, 4120.0, 4144.0, 4164.0, 4122.0, 4145.0, 4113.0, 4145.0, 4132.0, 4146.0, 4165.0, 4147.0, 4167.0, 4135.0, 4145.0, 4114.0, 4147.0, 4177.0, 4135.0, 4156.0, 4124.0, 4145.0, 4143.0, 4143.0, 4165.0, 4145.0, 4166.0, 4133.0, 4156.0, 4154.0, 4147.0, 4165.0, 4123.0, 4142.0, 4122.0, 4143.0, 4141.0, 4131.0, 4165.0, 4131.0, 4131.0, 4150.0, 4120.0, 4130.0, 4088.0, 4132.0, 4164.0, 4135.0, 4136.0, 4153.0, 4134.0, 4166.0, 4113.0, 4147.0, 4165.0, 4134.0, 4146.0, 4153.0, 4131.0, 4154.0, 4124.0, 4133.0, 4111.0, 4132.0, 4163.0, 4122.0, 4143.0, 4164.0, 4132.0, 4143.0, 4111.0, 4133.0, 4163.0, 4123.0, 4134.0, 4121.0, 4145.0, 4164.0, 4133.0, 4166.0, 4124.0, 4145.0, 4132.0, 4145.0, 4175.0, 4121.0, 4146.0, 4163.0, 4121.0, 4142.0, 4130.0, 4131.0, 4152.0, 4121.0, 4144.0, 4151.0, 4131.0, 4141.0, 4111.0, 4143.0, 4163.0, 4132.0, 4141.0, 4122.0, 4144.0, 4143.0, 4156.0, 4164.0, 4145.0, 4155.0, 4131.0, 4145.0, 4177.0, 4133.0, 4154.0, 4131.0, 4141.0, 4164.0, 4132.0, 4131.0, 4109.0, 4142.0, 4162.0, 4130.0, 4139.0, 4107.0, 4130.0, 4149.0, 4118.0, 4129.0, 4149.0, 4130.0, 4143.0, 4129.0, 4130.0, 4138.0, 4118.0, 4130.0, 4149.0, 4132.0, 4153.0, 4120.0, 4132.0, 4150.0, 4142.0, 4152.0, 4119.0, 4131.0, 4150.0, 4130.0, 4143.0, 4141.0, 4130.0, 4140.0, 4119.0, 4129.0, 4128.0, 4141.0, 4152.0, 4129.0, 4131.0, 4139.0, 4130.0, 4140.0, 4120.0, 4143.0, 4150.0, 4129.0, 4130.0, 4108.0, 4130.0, 4140.0, 4119.0, 4144.0, 4151.0, 4132.0, 4152.0, 4132.0, 4145.0, 4112.0, 4144.0, 4132.0, 4143.0, 4165.0, 4135.0, 4153.0, 4145.0, 4165.0, 4124.0, 4156.0, 4166.0, 4145.0, 4154.0, 4133.0, 4143.0, 4151.0, 4132.0, 4152.0, 4152.0, 4132.0, 4140.0, 4120.0, 4131.0, 4150.0, 4132.0, 4155.0, 4121.0, 4133.0, 4150.0, 4142.0, 4143.0, 4132.0, 4146.0, 4163.0, 4121.0, 4144.0, 4141.0, 4133.0, 4153.0, 4122.0, 4147.0, 4163.0, 4122.0, 4141.0, 4120.0, 4133.0, 4165.0, 4122.0, 4131.0, 4152.0, 4133.0, 4153.0, 4132.0, 4146.0, 4165.0, 4122.0, 4144.0, 4162.0, 4132.0, 4156.0, 4154.0, 4143.0, 4142.0, 4143.0, 4154.0, 4123.0, 4144.0, 4163.0, 4121.0, 4133.0, 4150.0, 4130.0, 4141.0, 4150.0, 4131.0, 4144.0, 4140.0, 4130.0, 4139.0, 4109.0, 4144.0, 4163.0, 4120.0, 4131.0, 4119.0, 4130.0, 4148.0, 4130.0, 4144.0, 4150.0, 4131.0, 4140.0, 4118.0, 4131.0, 4150.0, 4118.0, 4130.0, 4151.0, 4139.0, 4116.0, 4117.0, 4128.0, 4130.0, 4130.0, 4141.0, 4165.0, 4144.0, 4154.0, 4130.0, 4140.0, 4160.0, 4140.0, 4137.0, 4103.0, 4113.0, 4092.0, 4128.0, 4138.0, 4129.0, 4127.0, 4127.0, 4139.0, 4117.0, 4130.0, 4118.0, 4130.0, 4149.0, 4134.0, 4154.0, 4140.0, 4131.0, 4128.0, 4129.0, 4152.0, 4138.0, 4129.0, 4137.0, 4118.0, 4131.0, 4128.0, 4129.0, 4139.0, 4120.0, 4131.0, 4137.0, 4129.0, 4140.0, 4119.0, 4131.0, 4150.0, 4120.0, 4142.0, 4139.0, 4130.0, 4151.0, 4132.0, 4144.0, 4140.0, 4119.0, 4129.0, 4149.0, 4141.0, 4141.0, 4119.0, 4132.0, 4151.0, 4132.0, 4131.0, 4109.0, 4132.0, 4150.0, 4120.0, 4132.0, 4164.0, 4142.0, 4142.0, 4130.0, 4145.0, 4152.0, 4132.0, 4141.0, 4120.0, 4142.0, 4149.0, 4132.0, 4141.0, 4109.0, 4130.0, 4150.0, 4121.0, 4120.0, 4106.0, 4129.0, 4150.0, 4130.0, 4140.0, 4118.0, 4109.0, 4099.0, 4132.0, 4110.0, 4142.0, 4133.0, 4145.0, 4164.0, 4145.0, 4177.0, 4163.0, 4130.0, 4140.0, 4125.0, 4117.0, 4126.0, 4093.0, 4116.0, 4137.0, 4105.0, 4128.0, 4136.0, 4118.0, 4127.0, 4095.0, 4128.0, 4161.0, 4120.0, 4131.0, 4138.0, 4118.0, 4138.0, 4107.0, 4120.0, 4148.0, 4130.0, 4144.0, 4118.0, 4129.0, 4150.0, 4111.0, 4144.0, 4163.0, 4132.0, 4143.0, 4112.0, 4146.0, 4177.0, 4157.0, 4166.0, 4134.0, 4146.0, 4177.0, 4134.0, 4144.0, 4120.0, 4132.0, 4162.0, 4109.0, 4144.0, 4163.0, 4131.0, 4144.0, 4151.0, 4132.0, 4142.0, 4112.0, 4147.0, 4164.0, 4135.0, 4144.0, 4124.0, 4159.0, 4169.0, 4157.0, 4166.0, 4134.0, 4169.0, 4177.0, 4145.0, 4155.0, 4131.0, 4132.0, 4151.0, 4120.0, 4144.0, 4161.0, 4131.0, 4142.0, 4129.0, 4129.0, 4149.0, 4109.0, 4143.0, 4163.0, 4130.0, 4131.0, 4149.0, 4128.0, 4130.0, 4120.0, 4143.0, 4140.0, 4121.0, 4141.0, 4150.0, 4144.0, 4154.0, 4122.0, 4132.0, 4175.0, 4143.0, 4141.0, 4120.0, 4141.0, 4162.0, 4120.0, 4141.0, 4149.0, 4132.0, 4154.0, 4142.0, 4141.0, 4142.0, 4131.0, 4133.0, 4151.0, 4131.0, 4151.0, 4119.0, 4144.0, 4153.0, 4142.0, 4141.0, 4121.0, 4142.0, 4107.0, 4132.0, 4162.0, 4135.0, 4156.0, 4142.0, 4143.0, 4151.0, 4131.0, 4143.0, 4153.0, 4145.0, 4154.0, 4122.0, 4142.0, 4130.0, 4144.0, 4164.0, 4131.0, 4153.0, 4132.0, 4134.0, 4162.0, 4133.0, 4152.0, 4141.0, 4144.0, 4150.0, 4120.0, 4132.0, 4159.0, 4144.0, 4155.0, 4120.0, 4134.0, 4161.0, 4132.0, 4151.0, 4121.0, 4146.0, 4125.0, 4146.0, 4134.0, 4145.0, 4174.0, 4158.0, 4166.0, 4134.0, 4144.0, 4143.0, 4143.0, 4165.0, 4152.0, 4144.0, 4163.0, 4109.0, 4120.0, 4149.0, 4119.0, 4132.0, 4108.0, 4129.0, 4140.0, 4130.0, 4151.0, 4133.0, 4155.0, 4126.0, 4147.0, 4155.0, 4145.0, 4162.0, 4134.0, 4167.0], 'WindowWidth': [9265.0, 9285.0, 9216.0, 9225.0, 9158.0, 9191.0, 9212.0, 9162.0, 9193.0, 9148.0, 9182.0, 9173.0, 9189.0, 9230.0, 9170.0, 9197.0, 9156.0, 9189.0, 9229.0, 9167.0, 9191.0, 9213.0, 9179.0, 9194.0, 9145.0, 9168.0, 9205.0, 9179.0, 9213.0, 9166.0, 9167.0, 9200.0, 9178.0, 9192.0, 9147.0, 9182.0, 9208.0, 9184.0, 9199.0, 9169.0, 9189.0, 9208.0, 9190.0, 9217.0, 9171.0, 9172.0, 9174.0, 9195.0, 9177.0, 9217.0, 9216.0, 9215.0, 9222.0, 9210.0, 9256.0, 9217.0, 9185.0, 9217.0, 9189.0, 9165.0, 9188.0, 9146.0, 9185.0, 9210.0, 9181.0, 9182.0, 9166.0, 9202.0, 9227.0, 9203.0, 9219.0, 9180.0, 9182.0, 9208.0, 9164.0, 9182.0, 9209.0, 9181.0, 9197.0, 9164.0, 9182.0, 9162.0, 9171.0, 9197.0, 9203.0, 9209.0, 9203.0, 9207.0, 9227.0, 9206.0, 9225.0, 9240.0, 9183.0, 9196.0, 9232.0, 9180.0, 9159.0, 9135.0, 9153.0, 9180.0, 9133.0, 9150.0, 9179.0, 9174.0, 9154.0, 9178.0, 9180.0, 9169.0, 9205.0, 9207.0, 9209.0, 9216.0, 9203.0, 9221.0, 9171.0, 9205.0, 9236.0, 9169.0, 9185.0, 9205.0, 9164.0, 9195.0, 9155.0, 9188.0, 9193.0, 9185.0, 9200.0, 9185.0, 9205.0, 9176.0, 9216.0, 9255.0, 9209.0, 9234.0, 9190.0, 9207.0, 9233.0, 9186.0, 9224.0, 9231.0, 9179.0, 9176.0, 9199.0, 9158.0, 9174.0, 9146.0, 9181.0, 9185.0, 9173.0, 9180.0, 9148.0, 9183.0, 9231.0, 9185.0, 9184.0, 9207.0, 9185.0, 9213.0, 9177.0, 9184.0, 9230.0, 9169.0, 9186.0, 9205.0, 9179.0, 9212.0, 9183.0, 9186.0, 9193.0, 9183.0, 9213.0, 9161.0, 9189.0, 9226.0, 9181.0, 9195.0, 9160.0, 9169.0, 9207.0, 9168.0, 9197.0, 9174.0, 9177.0, 9186.0, 9162.0, 9180.0, 9146.0, 9186.0, 9226.0, 9182.0, 9210.0, 9161.0, 9205.0, 9229.0, 9182.0, 9191.0, 9160.0, 9184.0, 9207.0, 9182.0, 9213.0, 9180.0, 9174.0, 9161.0, 9176.0, 9172.0, 9180.0, 9209.0, 9161.0, 9185.0, 9221.0, 9181.0, 9216.0, 9201.0, 9181.0, 9204.0, 9159.0, 9177.0, 9158.0, 9178.0, 9209.0, 9178.0, 9191.0, 9172.0, 9158.0, 9184.0, 9149.0, 9154.0, 9183.0, 9178.0, 9173.0, 9141.0, 9161.0, 9182.0, 9158.0, 9187.0, 9166.0, 9180.0, 9200.0, 9175.0, 9189.0, 9161.0, 9183.0, 9200.0, 9164.0, 9177.0, 9128.0, 9181.0, 9205.0, 9203.0, 9217.0, 9188.0, 9201.0, 9174.0, 9207.0, 9217.0, 9208.0, 9239.0, 9212.0, 9183.0, 9210.0, 9150.0, 9182.0, 9208.0, 9162.0, 9183.0, 9208.0, 9207.0, 9206.0, 9175.0, 9191.0, 9174.0, 9211.0, 9250.0, 9207.0, 9244.0, 9194.0, 9207.0, 9230.0, 9191.0, 9219.0, 9170.0, 9209.0, 9251.0, 9190.0, 9203.0, 9168.0, 9203.0, 9231.0, 9173.0, 9210.0, 9164.0, 9207.0, 9188.0, 9211.0, 9236.0, 9216.0, 9244.0, 9196.0, 9209.0, 9165.0, 9215.0, 9256.0, 9194.0, 9226.0, 9179.0, 9207.0, 9201.0, 9204.0, 9236.0, 9209.0, 9237.0, 9190.0, 9223.0, 9219.0, 9214.0, 9236.0, 9175.0, 9199.0, 9170.0, 9202.0, 9195.0, 9183.0, 9235.0, 9183.0, 9181.0, 9204.0, 9164.0, 9179.0, 9120.0, 9184.0, 9231.0, 9194.0, 9197.0, 9215.0, 9192.0, 9237.0, 9161.0, 9215.0, 9234.0, 9190.0, 9210.0, 9214.0, 9182.0, 9217.0, 9179.0, 9189.0, 9155.0, 9185.0, 9227.0, 9170.0, 9204.0, 9233.0, 9185.0, 9202.0, 9153.0, 9188.0, 9227.0, 9176.0, 9193.0, 9170.0, 9206.0, 9230.0, 9190.0, 9237.0, 9179.0, 9208.0, 9187.0, 9206.0, 9249.0, 9171.0, 9211.0, 9231.0, 9169.0, 9199.0, 9178.0, 9182.0, 9210.0, 9167.0, 9205.0, 9210.0, 9182.0, 9197.0, 9154.0, 9202.0, 9229.0, 9185.0, 9197.0, 9171.0, 9206.0, 9202.0, 9224.0, 9231.0, 9207.0, 9221.0, 9184.0, 9208.0, 9257.0, 9190.0, 9218.0, 9182.0, 9196.0, 9232.0, 9184.0, 9182.0, 9148.0, 9198.0, 9229.0, 9179.0, 9190.0, 9143.0, 9177.0, 9202.0, 9160.0, 9177.0, 9203.0, 9180.0, 9201.0, 9175.0, 9178.0, 9187.0, 9160.0, 9179.0, 9202.0, 9185.0, 9216.0, 9166.0, 9186.0, 9205.0, 9199.0, 9212.0, 9163.0, 9180.0, 9205.0, 9176.0, 9203.0, 9194.0, 9177.0, 9191.0, 9160.0, 9176.0, 9172.0, 9197.0, 9212.0, 9176.0, 9182.0, 9188.0, 9177.0, 9191.0, 9164.0, 9201.0, 9207.0, 9176.0, 9178.0, 9145.0, 9177.0, 9191.0, 9162.0, 9205.0, 9211.0, 9185.0, 9212.0, 9186.0, 9211.0, 9161.0, 9206.0, 9186.0, 9204.0, 9235.0, 9194.0, 9216.0, 9207.0, 9235.0, 9178.0, 9225.0, 9241.0, 9206.0, 9217.0, 9187.0, 9204.0, 9209.0, 9184.0, 9215.0, 9213.0, 9185.0, 9193.0, 9164.0, 9183.0, 9206.0, 9184.0, 9223.0, 9171.0, 9187.0, 9207.0, 9199.0, 9203.0, 9187.0, 9212.0, 9229.0, 9170.0, 9203.0, 9196.0, 9187.0, 9216.0, 9172.0, 9214.0, 9229.0, 9171.0, 9198.0, 9167.0, 9188.0, 9237.0, 9173.0, 9185.0, 9211.0, 9188.0, 9218.0, 9184.0, 9213.0, 9234.0, 9172.0, 9205.0, 9226.0, 9184.0, 9227.0, 9218.0, 9201.0, 9200.0, 9202.0, 9219.0, 9176.0, 9208.0, 9231.0, 9168.0, 9187.0, 9209.0, 9178.0, 9196.0, 9206.0, 9183.0, 9207.0, 9193.0, 9180.0, 9192.0, 9148.0, 9207.0, 9231.0, 9168.0, 9183.0, 9162.0, 9180.0, 9201.0, 9181.0, 9206.0, 9208.0, 9180.0, 9191.0, 9159.0, 9181.0, 9205.0, 9159.0, 9179.0, 9210.0, 9188.0, 9154.0, 9155.0, 9172.0, 9180.0, 9179.0, 9198.0, 9236.0, 9206.0, 9220.0, 9179.0, 9192.0, 9220.0, 9191.0, 9182.0, 9130.0, 9143.0, 9112.0, 9175.0, 9187.0, 9176.0, 9171.0, 9171.0, 9189.0, 9158.0, 9179.0, 9160.0, 9180.0, 9204.0, 9191.0, 9221.0, 9193.0, 9181.0, 9172.0, 9174.0, 9214.0, 9189.0, 9175.0, 9184.0, 9160.0, 9184.0, 9171.0, 9175.0, 9187.0, 9165.0, 9183.0, 9184.0, 9174.0, 9191.0, 9162.0, 9183.0, 9207.0, 9166.0, 9197.0, 9191.0, 9179.0, 9210.0, 9188.0, 9203.0, 9192.0, 9160.0, 9177.0, 9204.0, 9196.0, 9195.0, 9164.0, 9188.0, 9208.0, 9186.0, 9181.0, 9148.0, 9184.0, 9205.0, 9164.0, 9188.0, 9233.0, 9199.0, 9198.0, 9180.0, 9208.0, 9215.0, 9185.0, 9194.0, 9165.0, 9198.0, 9207.0, 9187.0, 9195.0, 9147.0, 9178.0, 9205.0, 9167.0, 9164.0, 9142.0, 9179.0, 9206.0, 9179.0, 9193.0, 9161.0, 9151.0, 9137.0, 9187.0, 9154.0, 9201.0, 9188.0, 9211.0, 9233.0, 9207.0, 9257.0, 9230.0, 9178.0, 9191.0, 9163.0, 9154.0, 9166.0, 9117.0, 9152.0, 9179.0, 9138.0, 9176.0, 9180.0, 9158.0, 9170.0, 9122.0, 9175.0, 9224.0, 9165.0, 9183.0, 9186.0, 9160.0, 9186.0, 9143.0, 9166.0, 9200.0, 9179.0, 9205.0, 9161.0, 9177.0, 9205.0, 9156.0, 9208.0, 9228.0, 9187.0, 9202.0, 9160.0, 9210.0, 9256.0, 9227.0, 9241.0, 9193.0, 9211.0, 9256.0, 9191.0, 9203.0, 9165.0, 9184.0, 9227.0, 9150.0, 9205.0, 9230.0, 9183.0, 9203.0, 9210.0, 9185.0, 9201.0, 9159.0, 9215.0, 9233.0, 9194.0, 9207.0, 9178.0, 9235.0, 9248.0, 9227.0, 9238.0, 9193.0, 9249.0, 9256.0, 9206.0, 9221.0, 9181.0, 9184.0, 9209.0, 9166.0, 9204.0, 9223.0, 9181.0, 9198.0, 9176.0, 9177.0, 9206.0, 9148.0, 9202.0, 9230.0, 9179.0, 9181.0, 9204.0, 9172.0, 9180.0, 9167.0, 9202.0, 9194.0, 9168.0, 9198.0, 9210.0, 9205.0, 9216.0, 9172.0, 9188.0, 9248.0, 9202.0, 9197.0, 9166.0, 9197.0, 9226.0, 9165.0, 9197.0, 9206.0, 9184.0, 9220.0, 9198.0, 9197.0, 9199.0, 9183.0, 9188.0, 9208.0, 9183.0, 9208.0, 9164.0, 9205.0, 9216.0, 9199.0, 9195.0, 9168.0, 9199.0, 9146.0, 9186.0, 9226.0, 9197.0, 9224.0, 9199.0, 9202.0, 9211.0, 9182.0, 9202.0, 9217.0, 9208.0, 9217.0, 9171.0, 9200.0, 9182.0, 9206.0, 9233.0, 9185.0, 9215.0, 9185.0, 9191.0, 9227.0, 9187.0, 9214.0, 9196.0, 9205.0, 9207.0, 9166.0, 9185.0, 9218.0, 9205.0, 9222.0, 9168.0, 9191.0, 9223.0, 9184.0, 9209.0, 9170.0, 9211.0, 9183.0, 9211.0, 9193.0, 9208.0, 9248.0, 9231.0, 9240.0, 9190.0, 9204.0, 9201.0, 9201.0, 9237.0, 9211.0, 9206.0, 9230.0, 9148.0, 9166.0, 9202.0, 9162.0, 9185.0, 9146.0, 9179.0, 9192.0, 9181.0, 9210.0, 9189.0, 9223.0, 9186.0, 9214.0, 9221.0, 9208.0, 9227.0, 9192.0, 9240.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.00047762342135476465</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.018195541676234214</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.836981420425346</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2782064745747126</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0003473778505745</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4573</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7106.5107</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07696690712884037</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>1</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.1148105625717566</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5391242149408897</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4075982153256583</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7851448426878815</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.42462958680913</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0126127</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009696491062641144</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.026325056329369545</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>871</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.8125385264403477</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>25.911</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.6981</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>151.6256</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>303979.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>711.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>298.955</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2236</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>528.4652</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3343.1707</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3573.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>72565.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1046.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4388.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>937.1644</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>44.32690740097314</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> |