=== 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-0026 --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-0026",
"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-0026_ses-03_task-social_acq-mb8_run-05_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-0026_ses-03_task-social_acq-mb8_run-05_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-05_session-03_subject-0026_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-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-03_subject-0026_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-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-03_subject-0026_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-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-03_subject-0026_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-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-05_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-05_session-03_subject-0026_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-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-05_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-05_session-03_subject-0026_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-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-03_subject-0026_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-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-05_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-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-05_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-0026/ses-03/func/sub-0026_ses-03_task-social_acq-mb8_run-05_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>2fe070b25fe1650283085eb4712aeb43</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>10:07:37.980000</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.998484, 0.00086061, 0.0550403, -0.00418251, 0.998174, 0.0602674]</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-05_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.0961385</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-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4163, -7746, -7273, 617, 5, -115, 15, 62]</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.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>260.873</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>4ff74047-74d8-4477-a144-f3b31b6d095d||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.678858995437622, -0.01122137438505888, 0.14819729328155518, 110.10414123535156], [-0.0023089537862688303, 2.6780264377593994, 0.16309668123722076, -90.48316192626953], [0.14766906201839447, -0.16169290244579315, 2.6909918785095215, -60.41552734375], [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': ['100737.980000', '100738.440000', '100738.900000', '100739.360000', '100739.820000', '100740.280000', '100740.740000', '100741.200000', '100741.660000', '100742.120000', '100742.580000', '100743.040000', '100743.500000', '100743.960000', '100744.420000', '100744.880000', '100745.340000', '100745.800000', '100746.260000', '100746.720000', '100747.180000', '100747.640000', '100748.100000', '100748.560000', '100749.020000', '100749.480000', '100749.940000', '100750.400000', '100750.860000', '100751.320000', '100751.780000', '100752.240000', '100752.700000', '100753.160000', '100753.620000', '100754.080000', '100754.540000', '100755.000000', '100755.460000', '100755.920000', '100756.380000', '100756.840000', '100757.300000', '100757.760000', '100758.220000', '100758.680000', '100759.140000', '100759.600000', '100800.060000', '100800.520000', '100800.980000', '100801.440000', '100801.900000', '100802.360000', '100802.820000', '100803.280000', '100803.740000', '100804.200000', '100804.660000', '100805.120000', '100805.580000', '100806.040000', '100806.500000', '100806.960000', '100807.420000', '100807.880000', '100808.340000', '100808.800000', '100809.260000', '100809.720000', '100810.180000', '100810.640000', '100811.100000', '100811.560000', '100812.020000', '100812.480000', '100812.940000', '100813.400000', '100813.860000', '100814.320000', '100814.780000', '100815.240000', '100815.700000', '100816.160000', '100816.620000', '100817.080000', '100817.540000', '100818.000000', '100818.460000', '100818.920000', '100819.380000', '100819.840000', '100820.300000', '100820.760000', '100821.220000', '100821.680000', '100822.140000', '100822.600000', '100823.060000', '100823.520000', '100823.980000', '100824.440000', '100824.900000', '100825.360000', '100825.820000', '100826.280000', '100826.740000', '100827.200000', '100827.660000', '100828.120000', '100828.580000', '100829.040000', '100829.500000', '100829.960000', '100830.420000', '100830.880000', '100831.340000', '100831.800000', '100832.260000', '100832.720000', '100833.180000', '100833.640000', '100834.100000', '100834.560000', '100835.020000', '100835.480000', '100835.940000', '100836.400000', '100836.860000', '100837.320000', '100837.780000', '100838.240000', '100838.700000', '100839.160000', '100839.620000', '100840.080000', '100840.540000', '100841.000000', '100841.460000', '100841.920000', '100842.380000', '100842.840000', '100843.300000', '100843.760000', '100844.220000', '100844.680000', '100845.140000', '100845.600000', '100846.060000', '100846.520000', '100846.980000', '100847.440000', '100847.900000', '100848.360000', '100848.820000', '100849.280000', '100849.740000', '100850.200000', '100850.660000', '100851.120000', '100851.580000', '100852.040000', '100852.500000', '100852.960000', '100853.420000', '100853.880000', '100854.340000', '100854.800000', '100855.260000', '100855.720000', '100856.180000', '100856.640000', '100857.100000', '100857.560000', '100858.020000', '100858.480000', '100858.940000', '100859.400000', '100859.860000', '100900.320000', '100900.780000', '100901.240000', '100901.700000', '100902.160000', '100902.620000', '100903.080000', '100903.540000', '100904.000000', '100904.460000', '100904.920000', '100905.380000', '100905.840000', '100906.300000', '100906.760000', '100907.220000', '100907.680000', '100908.140000', '100908.600000', '100909.060000', '100909.520000', '100909.980000', '100910.440000', '100910.900000', '100911.360000', '100911.820000', '100912.280000', '100912.740000', '100913.200000', '100913.660000', '100914.120000', '100914.580000', '100915.040000', '100915.500000', '100915.960000', '100916.420000', '100916.880000', '100917.340000', '100917.800000', '100918.260000', '100918.720000', '100919.180000', '100919.640000', '100920.100000', '100920.560000', '100921.020000', '100921.480000', '100921.940000', '100922.400000', '100922.860000', '100923.320000', '100923.780000', '100924.240000', '100924.700000', '100925.160000', '100925.620000', '100926.080000', '100926.540000', '100927.000000', '100927.460000', '100927.920000', '100928.380000', '100928.840000', '100929.300000', '100929.760000', '100930.220000', '100930.680000', '100931.140000', '100931.600000', '100932.060000', '100932.520000', '100932.980000', '100933.440000', '100933.900000', '100934.360000', '100934.820000', '100935.280000', '100935.740000', '100936.200000', '100936.660000', '100937.120000', '100937.580000', '100938.040000', '100938.500000', '100938.960000', '100939.420000', '100939.880000', '100940.340000', '100940.800000', '100941.260000', '100941.720000', '100942.180000', '100942.640000', '100943.100000', '100943.560000', '100944.020000', '100944.480000', '100944.940000', '100945.400000', '100945.860000', '100946.320000', '100946.780000', '100947.240000', '100947.700000', '100948.160000', '100948.620000', '100949.080000', '100949.540000', '100950.000000', '100950.460000', '100950.920000', '100951.380000', '100951.840000', '100952.300000', '100952.760000', '100953.220000', '100953.680000', '100954.140000', '100954.600000', '100955.060000', '100955.520000', '100955.980000', '100956.440000', '100956.900000', '100957.360000', '100957.820000', '100958.280000', '100958.740000', '100959.200000', '100959.660000', '101000.120000', '101000.580000', '101001.040000', '101001.500000', '101001.960000', '101002.420000', '101002.880000', '101003.340000', '101003.800000', '101004.260000', '101004.720000', '101005.180000', '101005.640000', '101006.100000', '101006.560000', '101007.020000', '101007.480000', '101007.940000', '101008.400000', '101008.860000', '101009.320000', '101009.780000', '101010.240000', '101010.700000', '101011.160000', '101011.620000', '101012.080000', '101012.540000', '101013.000000', '101013.460000', '101013.920000', '101014.380000', '101014.840000', '101015.300000', '101015.760000', '101016.220000', '101016.680000', '101017.140000', '101017.600000', '101018.060000', '101018.520000', '101018.980000', '101019.440000', '101019.900000', '101020.360000', '101020.820000', '101021.280000', '101021.740000', '101022.200000', '101022.660000', '101023.120000', '101023.580000', '101024.040000', '101024.500000', '101024.960000', '101025.420000', '101025.880000', '101026.340000', '101026.800000', '101027.260000', '101027.720000', '101028.180000', '101028.640000', '101029.100000', '101029.560000', '101030.020000', '101030.480000', '101030.940000', '101031.400000', '101031.860000', '101032.320000', '101032.780000', '101033.240000', '101033.700000', '101034.160000', '101034.620000', '101035.080000', '101035.540000', '101036.000000', '101036.460000', '101036.920000', '101037.380000', '101037.840000', '101038.300000', '101038.760000', '101039.220000', '101039.680000', '101040.140000', '101040.600000', '101041.060000', '101041.520000', '101041.980000', '101042.440000', '101042.900000', '101043.360000', '101043.820000', '101044.280000', '101044.740000', '101045.200000', '101045.660000', '101046.120000', '101046.580000', '101047.040000', '101047.500000', '101047.960000', '101048.420000', '101048.880000', '101049.340000', '101049.800000', '101050.260000', '101050.720000', '101051.180000', '101051.640000', '101052.100000', '101052.560000', '101053.020000', '101053.480000', '101053.940000', '101054.400000', '101054.860000', '101055.320000', '101055.780000', '101056.240000', '101056.700000', '101057.160000', '101057.620000', '101058.080000', '101058.540000', '101059.000000', '101059.460000', '101059.920000', '101100.380000', '101100.840000', '101101.300000', '101101.760000', '101102.220000', '101102.680000', '101103.140000', '101103.600000', '101104.060000', '101104.520000', '101104.980000', '101105.440000', '101105.900000', '101106.360000', '101106.820000', '101107.280000', '101107.740000', '101108.200000', '101108.660000', '101109.120000', '101109.580000', '101110.040000', '101110.500000', '101110.960000', '101111.420000', '101111.880000', '101112.340000', '101112.800000', '101113.260000', '101113.720000', '101114.180000', '101114.640000', '101115.100000', '101115.560000', '101116.020000', '101116.480000', '101116.940000', '101117.400000', '101117.860000', '101118.320000', '101118.780000', '101119.240000', '101119.700000', '101120.160000', '101120.620000', '101121.080000', '101121.540000', '101122.000000', '101122.460000', '101122.920000', '101123.380000', '101123.840000', '101124.300000', '101124.760000', '101125.220000', '101125.680000', '101126.140000', '101126.600000', '101127.060000', '101127.520000', '101127.980000', '101128.440000', '101128.900000', '101129.360000', '101129.820000', '101130.280000', '101130.740000', '101131.200000', '101131.660000', '101132.120000', '101132.580000', '101133.040000', '101133.500000', '101133.960000', '101134.420000', '101134.880000', '101135.340000', '101135.800000', '101136.260000', '101136.720000', '101137.180000', '101137.640000', '101138.100000', '101138.560000', '101139.020000', '101139.480000', '101139.940000', '101140.400000', '101140.860000', '101141.320000', '101141.780000', '101142.240000', '101142.700000', '101143.160000', '101143.620000', '101144.080000', '101144.540000', '101145.000000', '101145.460000', '101145.920000', '101146.380000', '101146.840000', '101147.300000', '101147.760000', '101148.220000', '101148.680000', '101149.140000', '101149.600000', '101150.060000', '101150.520000', '101150.980000', '101151.440000', '101151.900000', '101152.360000', '101152.820000', '101153.280000', '101153.740000', '101154.200000', '101154.660000', '101155.120000', '101155.580000', '101156.040000', '101156.500000', '101156.960000', '101157.420000', '101157.880000', '101158.340000', '101158.800000', '101159.260000', '101159.720000', '101200.180000', '101200.640000', '101201.100000', '101201.560000', '101202.020000', '101202.480000', '101202.940000', '101203.400000', '101203.860000', '101204.320000', '101204.780000', '101205.240000', '101205.700000', '101206.160000', '101206.620000', '101207.080000', '101207.540000', '101208.000000', '101208.460000', '101208.920000', '101209.380000', '101209.840000', '101210.300000', '101210.760000', '101211.220000', '101211.680000', '101212.140000', '101212.600000', '101213.060000', '101213.520000', '101213.980000', '101214.440000', '101214.900000', '101215.360000', '101215.820000', '101216.280000', '101216.740000', '101217.200000', '101217.660000', '101218.120000', '101218.580000', '101219.040000', '101219.500000', '101219.960000', '101220.420000', '101220.880000', '101221.340000', '101221.800000', '101222.260000', '101222.720000', '101223.180000', '101223.640000', '101224.100000', '101224.560000', '101225.020000', '101225.480000', '101225.940000', '101226.400000', '101226.860000', '101227.320000', '101227.780000', '101228.240000', '101228.700000', '101229.160000', '101229.620000', '101230.080000', '101230.540000', '101231.000000', '101231.460000', '101231.920000', '101232.380000', '101232.840000', '101233.300000', '101233.760000', '101234.220000', '101234.680000', '101235.140000', '101235.600000', '101236.060000', '101236.520000', '101236.980000', '101237.440000', '101237.900000', '101238.360000', '101238.820000', '101239.280000', '101239.740000', '101240.200000', '101240.660000', '101241.120000', '101241.580000', '101242.040000', '101242.500000', '101242.960000', '101243.420000', '101243.880000', '101244.340000', '101244.800000', '101245.260000', '101245.720000', '101246.180000', '101246.640000', '101247.100000', '101247.560000', '101248.020000', '101248.480000', '101248.940000', '101249.400000', '101249.860000', '101250.320000', '101250.780000', '101251.240000', '101251.700000', '101252.160000', '101252.620000', '101253.080000', '101253.540000', '101254.000000', '101254.460000', '101254.920000', '101255.380000', '101255.840000', '101256.300000', '101256.760000', '101257.220000', '101257.680000', '101258.140000', '101258.600000', '101259.060000', '101259.520000', '101259.980000', '101300.440000', '101300.900000', '101301.360000', '101301.820000', '101302.280000', '101302.740000', '101303.200000', '101303.660000', '101304.120000', '101304.580000', '101305.040000', '101305.500000', '101305.960000', '101306.420000', '101306.880000', '101307.340000', '101307.800000', '101308.260000', '101308.720000', '101309.180000', '101309.640000', '101310.100000', '101310.560000', '101311.020000', '101311.480000', '101311.940000', '101312.400000', '101312.860000', '101313.320000', '101313.780000', '101314.240000', '101314.700000', '101315.160000', '101315.620000', '101316.080000', '101316.540000', '101317.000000', '101317.460000', '101317.920000', '101318.380000', '101318.840000', '101319.300000', '101319.760000', '101320.220000', '101320.680000', '101321.140000', '101321.600000', '101322.060000', '101322.520000', '101322.980000', '101323.440000', '101323.900000', '101324.360000', '101324.820000', '101325.280000', '101325.740000', '101326.200000', '101326.660000', '101327.120000', '101327.580000', '101328.040000', '101328.500000', '101328.960000', '101329.420000', '101329.880000', '101330.340000', '101330.800000', '101331.260000', '101331.720000', '101332.180000', '101332.640000', '101333.100000', '101333.560000', '101334.020000', '101334.480000', '101334.940000', '101335.400000', '101335.860000', '101336.320000', '101336.780000', '101337.240000', '101337.700000', '101338.160000', '101338.620000', '101339.080000', '101339.540000', '101340.000000', '101340.460000', '101340.920000', '101341.380000', '101341.840000', '101342.300000', '101342.760000', '101343.220000', '101343.680000', '101344.140000', '101344.600000', '101345.060000', '101345.520000', '101345.980000', '101346.440000', '101346.900000', '101347.360000', '101347.820000', '101348.280000', '101348.740000', '101349.200000', '101349.660000', '101350.120000', '101350.580000', '101351.040000', '101351.500000', '101351.960000', '101352.420000', '101352.880000', '101353.340000', '101353.800000', '101354.260000', '101354.720000', '101355.180000', '101355.640000', '101356.100000', '101356.560000', '101357.020000', '101357.480000', '101357.940000', '101358.400000', '101358.860000', '101359.320000', '101359.780000', '101400.240000', '101400.700000', '101401.160000', '101401.620000', '101402.080000', '101402.540000', '101403.000000', '101403.460000', '101403.920000', '101404.380000', '101404.840000', '101405.300000', '101405.760000', '101406.220000', '101406.680000', '101407.140000', '101407.600000', '101408.060000', '101408.520000', '101408.980000', '101409.440000', '101409.900000', '101410.360000', '101410.820000', '101411.280000', '101411.740000', '101412.200000', '101412.660000', '101413.120000', '101413.580000', '101414.040000', '101414.500000', '101414.960000', '101415.420000', '101415.880000', '101416.340000', '101416.800000', '101417.260000', '101417.720000', '101418.180000', '101418.640000'], 'ContentTime': ['100805.341000', '100805.345000', '100805.348000', '100805.351000', '100805.354000', '100805.357000', '100805.360000', '100805.363000', '100805.366000', '100805.374000', '100805.377000', '100805.380000', '100805.383000', '100805.386000', '100805.389000', '100805.392000', '100805.395000', '100805.398000', '100805.401000', '100805.404000', '100805.407000', '100805.410000', '100805.413000', '100805.416000', '100805.418000', '100805.421000', '100805.431000', '100805.434000', '100805.437000', '100805.440000', '100805.443000', '100805.446000', '100805.449000', '100805.451000', '100805.454000', '100805.457000', '100805.460000', '100805.463000', '100805.466000', '100805.469000', '100805.472000', '100805.475000', '100805.478000', '100805.481000', '100805.484000', '100805.487000', '100805.490000', '100805.493000', '100805.495000', '100805.498000', '100805.501000', '100805.504000', '100805.507000', '100805.510000', '100805.513000', '100805.516000', '100805.519000', '100805.522000', '100825.305000', '100825.308000', '100825.311000', '100825.314000', '100825.317000', '100825.320000', '100825.323000', '100825.326000', '100825.329000', '100825.332000', '100825.334000', '100825.337000', '100825.340000', '100825.343000', '100825.346000', '100825.349000', '100825.352000', '100825.355000', '100825.358000', '100825.361000', '100825.364000', '100825.367000', '100825.370000', '100825.373000', '100825.376000', '100825.379000', '100825.383000', '100825.386000', '100825.389000', '100825.392000', '100825.395000', '100825.398000', '100825.401000', '100825.404000', '100825.407000', '100825.410000', '100825.413000', '100825.416000', '100825.419000', '100825.421000', '100825.424000', '100825.427000', '100825.430000', '100845.305000', '100845.308000', '100845.311000', '100845.314000', '100845.317000', '100845.320000', '100845.323000', '100845.326000', '100845.329000', '100845.332000', '100845.335000', '100845.337000', '100845.340000', '100845.343000', '100845.347000', '100845.350000', '100845.353000', '100845.356000', '100845.359000', '100845.362000', '100845.365000', '100845.368000', '100845.371000', '100845.374000', '100845.377000', '100845.380000', '100845.391000', '100845.394000', '100845.397000', '100845.399000', '100845.402000', '100845.405000', '100845.408000', '100845.411000', '100845.414000', '100845.417000', '100845.420000', '100845.423000', '100845.426000', '100845.443000', '100845.446000', '100845.449000', '100845.452000', '100845.455000', '100905.306000', '100905.309000', '100905.312000', '100905.315000', '100905.318000', '100905.321000', '100905.324000', '100905.327000', '100905.338000', '100905.341000', '100905.344000', '100905.347000', '100905.350000', '100905.353000', '100905.356000', '100905.359000', '100905.362000', '100905.365000', '100905.368000', '100905.371000', '100905.374000', '100905.377000', '100905.379000', '100905.382000', '100905.385000', '100905.388000', '100905.392000', '100905.394000', '100905.397000', '100905.400000', '100905.403000', '100905.406000', '100905.411000', '100905.416000', '100905.419000', '100905.441000', '100905.443000', '100905.446000', '100905.450000', '100905.452000', '100905.455000', '100905.458000', '100905.461000', '100925.306000', '100925.309000', '100925.312000', '100925.315000', '100925.318000', '100925.321000', '100925.324000', '100925.327000', '100925.330000', '100925.333000', '100925.336000', '100925.339000', '100925.342000', '100925.345000', '100925.348000', '100925.351000', '100925.354000', '100925.357000', '100925.360000', '100925.363000', '100925.365000', '100925.368000', '100925.371000', '100925.374000', '100925.377000', '100925.380000', '100925.383000', '100925.386000', '100925.389000', '100925.392000', '100925.395000', '100925.398000', '100925.401000', '100925.404000', '100925.407000', '100925.410000', '100925.413000', '100925.416000', '100925.419000', '100925.422000', '100925.425000', '100925.428000', '100925.431000', '100925.434000', '100945.305000', '100945.308000', '100945.311000', '100945.314000', '100945.317000', '100945.320000', '100945.323000', '100945.326000', '100945.329000', '100945.332000', '100945.335000', '100945.338000', '100945.341000', '100945.344000', '100945.347000', '100945.350000', '100945.353000', '100945.356000', '100945.359000', '100945.362000', '100945.365000', '100945.368000', '100945.371000', '100945.374000', '100945.377000', '100945.380000', '100945.383000', '100945.386000', '100945.389000', '100945.392000', '100945.395000', '100945.398000', '100945.401000', '100945.404000', '100945.407000', '100945.410000', '100945.413000', '100945.416000', '100945.419000', '100945.422000', '100945.425000', '100945.428000', '100945.431000', '101005.305000', '101005.308000', '101005.311000', '101005.314000', '101005.317000', '101005.320000', '101005.323000', '101005.326000', '101005.329000', '101005.332000', '101005.335000', '101005.338000', '101005.341000', '101005.344000', '101005.347000', '101005.350000', '101005.353000', '101005.356000', '101005.359000', '101005.362000', '101005.365000', '101005.368000', '101005.371000', '101005.374000', '101005.377000', '101005.380000', '101005.382000', '101005.385000', '101005.388000', '101005.391000', '101005.394000', '101005.397000', '101005.400000', '101005.403000', '101005.406000', '101005.409000', '101005.412000', '101005.415000', '101005.418000', '101005.421000', '101005.424000', '101005.427000', '101005.430000', '101005.433000', '101025.305000', '101025.308000', '101025.311000', '101025.314000', '101025.317000', '101025.320000', '101025.323000', '101025.326000', '101025.329000', '101025.332000', '101025.335000', '101025.338000', '101025.341000', '101025.344000', '101025.347000', '101025.350000', '101025.353000', '101025.356000', '101025.359000', '101025.362000', '101025.365000', '101025.368000', '101025.372000', '101025.376000', '101025.379000', '101025.382000', '101025.384000', '101025.387000', '101025.390000', '101025.393000', '101025.396000', '101025.399000', '101025.402000', '101025.405000', '101025.408000', '101025.425000', '101025.428000', '101025.431000', '101025.434000', '101025.437000', '101025.440000', '101025.443000', '101025.446000', '101045.305000', '101045.308000', '101045.311000', '101045.314000', '101045.317000', '101045.320000', '101045.323000', '101045.326000', '101045.329000', '101045.332000', '101045.335000', '101045.338000', '101045.341000', '101045.344000', '101045.347000', '101045.350000', '101045.353000', '101045.356000', '101045.359000', '101045.362000', '101045.365000', '101045.368000', '101045.371000', '101045.374000', '101045.376000', '101045.379000', '101045.382000', '101045.385000', '101045.388000', '101045.391000', '101045.394000', '101045.398000', '101045.401000', '101045.403000', '101045.407000', '101045.410000', '101045.412000', '101045.415000', '101045.418000', '101045.421000', '101045.424000', '101045.427000', '101045.430000', '101045.433000', '101105.305000', '101105.308000', '101105.311000', '101105.314000', '101105.317000', '101105.320000', '101105.323000', '101105.326000', '101105.329000', '101105.332000', '101105.335000', '101105.338000', '101105.341000', '101105.344000', '101105.347000', '101105.350000', '101105.353000', '101105.356000', '101105.359000', '101105.362000', '101105.365000', '101105.368000', '101105.371000', '101105.374000', '101105.377000', '101105.380000', '101105.383000', '101105.386000', '101105.389000', '101105.392000', '101105.395000', '101105.398000', '101105.401000', '101105.404000', '101105.407000', '101105.410000', '101105.412000', '101105.415000', '101105.418000', '101105.421000', '101105.424000', '101105.427000', '101105.430000', '101125.306000', '101125.309000', '101125.312000', '101125.315000', '101125.318000', '101125.321000', '101125.324000', '101125.327000', '101125.330000', '101125.333000', '101125.336000', '101125.339000', '101125.342000', '101125.345000', '101125.348000', '101125.351000', '101125.354000', '101125.357000', '101125.360000', '101125.363000', '101125.366000', '101125.369000', '101125.372000', '101125.374000', '101125.377000', '101125.380000', '101125.383000', '101125.386000', '101125.389000', '101125.392000', '101125.395000', '101125.398000', '101125.406000', '101125.409000', '101125.412000', '101125.415000', '101125.418000', '101125.421000', '101125.424000', '101125.427000', '101125.430000', '101125.433000', '101125.436000', '101125.439000', '101145.306000', '101145.309000', '101145.312000', '101145.315000', '101145.318000', '101145.321000', '101145.324000', '101145.327000', '101145.330000', '101145.333000', '101145.336000', '101145.339000', '101145.342000', '101145.345000', '101145.348000', '101145.351000', '101145.354000', '101145.357000', '101145.379000', '101145.382000', '101145.384000', '101145.387000', '101145.390000', '101145.393000', '101145.396000', '101145.399000', '101145.402000', '101145.405000', '101145.409000', '101145.413000', '101145.416000', '101145.420000', '101145.423000', '101145.426000', '101145.429000', '101145.432000', '101145.435000', '101145.438000', '101145.441000', '101145.444000', '101145.447000', '101145.450000', '101145.453000', '101205.305000', '101205.308000', '101205.311000', '101205.314000', '101205.317000', '101205.320000', '101205.323000', '101205.326000', '101205.329000', '101205.332000', '101205.335000', '101205.338000', '101205.341000', '101205.344000', '101205.347000', '101205.350000', '101205.362000', '101205.365000', '101205.368000', '101205.371000', '101205.374000', '101205.377000', '101205.380000', '101205.382000', '101205.385000', '101205.388000', '101205.391000', '101205.394000', '101205.397000', '101205.400000', '101205.403000', '101205.406000', '101205.409000', '101205.412000', '101205.415000', '101205.418000', '101205.421000', '101205.424000', '101205.427000', '101205.430000', '101205.433000', '101205.436000', '101205.439000', '101205.442000', '101225.305000', '101225.308000', '101225.311000', '101225.314000', '101225.317000', '101225.320000', '101225.323000', '101225.326000', '101225.329000', '101225.332000', '101225.335000', '101225.338000', '101225.341000', '101225.344000', '101225.347000', '101225.350000', '101225.353000', '101225.356000', '101225.359000', '101225.362000', '101225.365000', '101225.367000', '101225.370000', '101225.373000', '101225.376000', '101225.379000', '101225.382000', '101225.385000', '101225.388000', '101225.391000', '101225.394000', '101225.397000', '101225.400000', '101225.403000', '101225.406000', '101225.409000', '101225.412000', '101225.415000', '101225.418000', '101225.421000', '101225.424000', '101225.427000', '101225.430000', '101245.305000', '101245.308000', '101245.312000', '101245.315000', '101245.318000', '101245.327000', '101245.330000', '101245.333000', '101245.336000', '101245.339000', '101245.342000', '101245.345000', '101245.348000', '101245.351000', '101245.354000', '101245.357000', '101245.360000', '101245.363000', '101245.366000', '101245.369000', '101245.372000', '101245.375000', '101245.378000', '101245.381000', '101245.384000', '101245.387000', '101245.389000', '101245.392000', '101245.395000', '101245.398000', '101245.401000', '101245.404000', '101245.407000', '101245.410000', '101245.413000', '101245.416000', '101245.419000', '101245.422000', '101245.425000', '101245.428000', '101245.431000', '101245.434000', '101245.437000', '101305.305000', '101305.308000', '101305.311000', '101305.314000', '101305.317000', '101305.320000', '101305.323000', '101305.326000', '101305.329000', '101305.332000', '101305.335000', '101305.338000', '101305.341000', '101305.344000', '101305.347000', '101305.350000', '101305.353000', '101305.356000', '101305.359000', '101305.362000', '101305.365000', '101305.368000', '101305.371000', '101305.374000', '101305.377000', '101305.380000', '101305.383000', '101305.386000', '101305.389000', '101305.392000', '101305.395000', '101305.398000', '101305.401000', '101305.404000', '101305.407000', '101305.410000', '101305.413000', '101305.416000', '101305.419000', '101305.422000', '101305.425000', '101305.428000', '101305.431000', '101305.434000', '101325.305000', '101325.308000', '101325.311000', '101325.314000', '101325.317000', '101325.320000', '101325.323000', '101325.326000', '101325.329000', '101325.332000', '101325.335000', '101325.338000', '101325.341000', '101325.344000', '101325.347000', '101325.351000', '101325.354000', '101325.357000', '101325.360000', '101325.363000', '101325.366000', '101325.369000', '101325.372000', '101325.375000', '101325.378000', '101325.381000', '101325.384000', '101325.404000', '101325.407000', '101325.410000', '101325.414000', '101325.417000', '101325.420000', '101325.423000', '101325.426000', '101325.429000', '101325.432000', '101325.434000', '101325.437000', '101325.440000', '101325.443000', '101325.446000', '101325.449000', '101345.306000', '101345.309000', '101345.312000', '101345.315000', '101345.318000', '101345.321000', '101345.324000', '101345.327000', '101345.330000', '101345.333000', '101345.336000', '101345.339000', '101345.342000', '101345.345000', '101345.349000', '101345.352000', '101345.354000', '101345.357000', '101345.361000', '101345.364000', '101345.367000', '101345.370000', '101345.373000', '101345.376000', '101345.378000', '101345.381000', '101345.384000', '101345.387000', '101345.390000', '101345.393000', '101345.396000', '101345.399000', '101345.402000', '101345.405000', '101345.408000', '101345.411000', '101345.414000', '101345.417000', '101345.420000', '101345.423000', '101345.426000', '101345.429000', '101345.432000', '101345.435000', '101405.306000', '101405.309000', '101405.312000', '101405.316000', '101405.322000', '101405.325000', '101405.329000', '101405.332000', '101405.335000', '101405.338000', '101405.341000', '101405.344000', '101405.347000', '101405.350000', '101405.353000', '101405.356000', '101405.359000', '101405.362000', '101405.365000', '101405.368000', '101405.371000', '101405.374000', '101405.377000', '101405.380000', '101405.383000', '101405.386000', '101405.389000', '101405.392000', '101405.395000', '101405.398000', '101405.401000', '101405.404000', '101405.407000', '101405.410000', '101405.413000', '101405.416000', '101405.418000', '101405.421000', '101405.425000', '101405.428000', '101405.431000', '101405.434000', '101405.437000', '101419.624000', '101419.629000', '101419.633000', '101419.637000', '101419.640000', '101419.644000', '101419.647000', '101419.651000', '101419.655000', '101419.659000', '101419.662000', '101419.665000', '101419.668000', '101419.671000', '101419.674000', '101419.677000', '101419.680000', '101419.684000', '101419.687000', '101419.689000', '101419.693000', '101419.696000', '101419.699000', '101419.703000', '101419.706000', '101419.709000', '101419.712000', '101419.715000', '101419.718000', '101419.721000', '101419.724000', '101419.727000'], 'InstanceCreationTime': ['100805.341000', '100805.345000', '100805.348000', '100805.351000', '100805.354000', '100805.357000', '100805.360000', '100805.363000', '100805.366000', '100805.374000', '100805.377000', '100805.380000', '100805.383000', '100805.386000', '100805.389000', '100805.392000', '100805.395000', '100805.398000', '100805.401000', '100805.404000', '100805.407000', '100805.410000', '100805.413000', '100805.416000', '100805.418000', '100805.421000', '100805.431000', '100805.434000', '100805.437000', '100805.440000', '100805.443000', '100805.446000', '100805.449000', '100805.451000', '100805.454000', '100805.457000', '100805.460000', '100805.463000', '100805.466000', '100805.469000', '100805.472000', '100805.475000', '100805.478000', '100805.481000', '100805.484000', '100805.487000', '100805.490000', '100805.493000', '100805.495000', '100805.498000', '100805.501000', '100805.504000', '100805.507000', '100805.510000', '100805.513000', '100805.516000', '100805.519000', '100805.522000', '100825.305000', '100825.308000', '100825.311000', '100825.314000', '100825.317000', '100825.320000', '100825.323000', '100825.326000', '100825.329000', '100825.332000', '100825.334000', '100825.337000', '100825.340000', '100825.343000', '100825.346000', '100825.349000', '100825.352000', '100825.355000', '100825.358000', '100825.361000', '100825.364000', '100825.367000', '100825.370000', '100825.373000', '100825.376000', '100825.379000', '100825.383000', '100825.386000', '100825.389000', '100825.392000', '100825.395000', '100825.398000', '100825.401000', '100825.404000', '100825.407000', '100825.410000', '100825.413000', '100825.416000', '100825.419000', '100825.421000', '100825.424000', '100825.427000', '100825.430000', '100845.305000', '100845.308000', '100845.311000', '100845.314000', '100845.317000', '100845.320000', '100845.323000', '100845.326000', '100845.329000', '100845.332000', '100845.335000', '100845.337000', '100845.340000', '100845.343000', '100845.347000', '100845.350000', '100845.353000', '100845.356000', '100845.359000', '100845.362000', '100845.365000', '100845.368000', '100845.371000', '100845.374000', '100845.377000', '100845.380000', '100845.391000', '100845.394000', '100845.397000', '100845.399000', '100845.402000', '100845.405000', '100845.408000', '100845.411000', '100845.414000', '100845.417000', '100845.420000', '100845.423000', '100845.426000', '100845.443000', '100845.446000', '100845.449000', '100845.452000', '100845.455000', '100905.306000', '100905.309000', '100905.312000', '100905.315000', '100905.318000', '100905.321000', '100905.324000', '100905.327000', '100905.338000', '100905.341000', '100905.344000', '100905.347000', '100905.350000', '100905.353000', '100905.356000', '100905.359000', '100905.362000', '100905.365000', '100905.368000', '100905.371000', '100905.374000', '100905.377000', '100905.379000', '100905.382000', '100905.385000', '100905.388000', '100905.392000', '100905.394000', '100905.397000', '100905.400000', '100905.403000', '100905.406000', '100905.411000', '100905.416000', '100905.419000', '100905.441000', '100905.443000', '100905.446000', '100905.450000', '100905.452000', '100905.455000', '100905.458000', '100905.461000', '100925.306000', '100925.309000', '100925.312000', '100925.315000', '100925.318000', '100925.321000', '100925.324000', '100925.327000', '100925.330000', '100925.333000', '100925.336000', '100925.339000', '100925.342000', '100925.345000', '100925.348000', '100925.351000', '100925.354000', '100925.357000', '100925.360000', '100925.363000', '100925.365000', '100925.368000', '100925.371000', '100925.374000', '100925.377000', '100925.380000', '100925.383000', '100925.386000', '100925.389000', '100925.392000', '100925.395000', '100925.398000', '100925.401000', '100925.404000', '100925.407000', '100925.410000', '100925.413000', '100925.416000', '100925.419000', '100925.422000', '100925.425000', '100925.428000', '100925.431000', '100925.434000', '100945.305000', '100945.308000', '100945.311000', '100945.314000', '100945.317000', '100945.320000', '100945.323000', '100945.326000', '100945.329000', '100945.332000', '100945.335000', '100945.338000', '100945.341000', '100945.344000', '100945.347000', '100945.350000', '100945.353000', '100945.356000', '100945.359000', '100945.362000', '100945.365000', '100945.368000', '100945.371000', '100945.374000', '100945.377000', '100945.380000', '100945.383000', '100945.386000', '100945.389000', '100945.392000', '100945.395000', '100945.398000', '100945.401000', '100945.404000', '100945.407000', '100945.410000', '100945.413000', '100945.416000', '100945.419000', '100945.422000', '100945.425000', '100945.428000', '100945.431000', '101005.305000', '101005.308000', '101005.311000', '101005.314000', '101005.317000', '101005.320000', '101005.323000', '101005.326000', '101005.329000', '101005.332000', '101005.335000', '101005.338000', '101005.341000', '101005.344000', '101005.347000', '101005.350000', '101005.353000', '101005.356000', '101005.359000', '101005.362000', '101005.365000', '101005.368000', '101005.371000', '101005.374000', '101005.377000', '101005.380000', '101005.382000', '101005.385000', '101005.388000', '101005.391000', '101005.394000', '101005.397000', '101005.400000', '101005.403000', '101005.406000', '101005.409000', '101005.412000', '101005.415000', '101005.418000', '101005.421000', '101005.424000', '101005.427000', '101005.430000', '101005.433000', '101025.305000', '101025.308000', '101025.311000', '101025.314000', '101025.317000', '101025.320000', '101025.323000', '101025.326000', '101025.329000', '101025.332000', '101025.335000', '101025.338000', '101025.341000', '101025.344000', '101025.347000', '101025.350000', '101025.353000', '101025.356000', '101025.359000', '101025.362000', '101025.365000', '101025.368000', '101025.372000', '101025.376000', '101025.379000', '101025.382000', '101025.384000', '101025.387000', '101025.390000', '101025.393000', '101025.396000', '101025.399000', '101025.402000', '101025.405000', '101025.408000', '101025.425000', '101025.428000', '101025.431000', '101025.434000', '101025.437000', '101025.440000', '101025.443000', '101025.446000', '101045.305000', '101045.308000', '101045.311000', '101045.314000', '101045.317000', '101045.320000', '101045.323000', '101045.326000', '101045.329000', '101045.332000', '101045.335000', '101045.338000', '101045.341000', '101045.344000', '101045.347000', '101045.350000', '101045.353000', '101045.356000', '101045.359000', '101045.362000', '101045.365000', '101045.368000', '101045.371000', '101045.374000', '101045.376000', '101045.379000', '101045.382000', '101045.385000', '101045.388000', '101045.391000', '101045.394000', '101045.398000', '101045.401000', '101045.403000', '101045.407000', '101045.410000', '101045.412000', '101045.415000', '101045.418000', '101045.421000', '101045.424000', '101045.427000', '101045.430000', '101045.433000', '101105.305000', '101105.308000', '101105.311000', '101105.314000', '101105.317000', '101105.320000', '101105.323000', '101105.326000', '101105.329000', '101105.332000', '101105.335000', '101105.338000', '101105.341000', '101105.344000', '101105.347000', '101105.350000', '101105.353000', '101105.356000', '101105.359000', '101105.362000', '101105.365000', '101105.368000', '101105.371000', '101105.374000', '101105.377000', '101105.380000', '101105.383000', '101105.386000', '101105.389000', '101105.392000', '101105.395000', '101105.398000', '101105.401000', '101105.404000', '101105.407000', '101105.410000', '101105.412000', '101105.415000', '101105.418000', '101105.421000', '101105.424000', '101105.427000', '101105.430000', '101125.306000', '101125.309000', '101125.312000', '101125.315000', '101125.318000', '101125.321000', '101125.324000', '101125.327000', '101125.330000', '101125.333000', '101125.336000', '101125.339000', '101125.342000', '101125.345000', '101125.348000', '101125.351000', '101125.354000', '101125.357000', '101125.360000', '101125.363000', '101125.366000', '101125.369000', '101125.372000', '101125.374000', '101125.377000', '101125.380000', '101125.383000', '101125.386000', '101125.389000', '101125.392000', '101125.395000', '101125.398000', '101125.406000', '101125.409000', '101125.412000', '101125.415000', '101125.418000', '101125.421000', '101125.424000', '101125.427000', '101125.430000', '101125.433000', '101125.436000', '101125.439000', '101145.306000', '101145.309000', '101145.312000', '101145.315000', '101145.318000', '101145.321000', '101145.324000', '101145.327000', '101145.330000', '101145.333000', '101145.336000', '101145.339000', '101145.342000', '101145.345000', '101145.348000', '101145.351000', '101145.354000', '101145.357000', '101145.379000', '101145.382000', '101145.384000', '101145.387000', '101145.390000', '101145.393000', '101145.396000', '101145.399000', '101145.402000', '101145.405000', '101145.409000', '101145.413000', '101145.416000', '101145.420000', '101145.423000', '101145.426000', '101145.429000', '101145.432000', '101145.435000', '101145.438000', '101145.441000', '101145.444000', '101145.447000', '101145.450000', '101145.453000', '101205.305000', '101205.308000', '101205.311000', '101205.314000', '101205.317000', '101205.320000', '101205.323000', '101205.326000', '101205.329000', '101205.332000', '101205.335000', '101205.338000', '101205.341000', '101205.344000', '101205.347000', '101205.350000', '101205.362000', '101205.365000', '101205.368000', '101205.371000', '101205.374000', '101205.377000', '101205.380000', '101205.382000', '101205.385000', '101205.388000', '101205.391000', '101205.394000', '101205.397000', '101205.400000', '101205.403000', '101205.406000', '101205.409000', '101205.412000', '101205.415000', '101205.418000', '101205.421000', '101205.424000', '101205.427000', '101205.430000', '101205.433000', '101205.436000', '101205.439000', '101205.442000', '101225.305000', '101225.308000', '101225.311000', '101225.314000', '101225.317000', '101225.320000', '101225.323000', '101225.326000', '101225.329000', '101225.332000', '101225.335000', '101225.338000', '101225.341000', '101225.344000', '101225.347000', '101225.350000', '101225.353000', '101225.356000', '101225.359000', '101225.362000', '101225.365000', '101225.367000', '101225.370000', '101225.373000', '101225.376000', '101225.379000', '101225.382000', '101225.385000', '101225.388000', '101225.391000', '101225.394000', '101225.397000', '101225.400000', '101225.403000', '101225.406000', '101225.409000', '101225.412000', '101225.415000', '101225.418000', '101225.421000', '101225.424000', '101225.427000', '101225.430000', '101245.305000', '101245.308000', '101245.312000', '101245.315000', '101245.318000', '101245.327000', '101245.330000', '101245.333000', '101245.336000', '101245.339000', '101245.342000', '101245.345000', '101245.348000', '101245.351000', '101245.354000', '101245.357000', '101245.360000', '101245.363000', '101245.366000', '101245.369000', '101245.372000', '101245.375000', '101245.378000', '101245.381000', '101245.384000', '101245.387000', '101245.389000', '101245.392000', '101245.395000', '101245.398000', '101245.401000', '101245.404000', '101245.407000', '101245.410000', '101245.413000', '101245.416000', '101245.419000', '101245.422000', '101245.425000', '101245.428000', '101245.431000', '101245.434000', '101245.437000', '101305.305000', '101305.308000', '101305.311000', '101305.314000', '101305.317000', '101305.320000', '101305.323000', '101305.326000', '101305.329000', '101305.332000', '101305.335000', '101305.338000', '101305.341000', '101305.344000', '101305.347000', '101305.350000', '101305.353000', '101305.356000', '101305.359000', '101305.362000', '101305.365000', '101305.368000', '101305.371000', '101305.374000', '101305.377000', '101305.380000', '101305.383000', '101305.386000', '101305.389000', '101305.392000', '101305.395000', '101305.398000', '101305.401000', '101305.404000', '101305.407000', '101305.410000', '101305.413000', '101305.416000', '101305.419000', '101305.422000', '101305.425000', '101305.428000', '101305.431000', '101305.434000', '101325.305000', '101325.308000', '101325.311000', '101325.314000', '101325.317000', '101325.320000', '101325.323000', '101325.326000', '101325.329000', '101325.332000', '101325.335000', '101325.338000', '101325.341000', '101325.344000', '101325.347000', '101325.351000', '101325.354000', '101325.357000', '101325.360000', '101325.363000', '101325.366000', '101325.369000', '101325.372000', '101325.375000', '101325.378000', '101325.381000', '101325.384000', '101325.404000', '101325.407000', '101325.410000', '101325.414000', '101325.417000', '101325.420000', '101325.423000', '101325.426000', '101325.429000', '101325.432000', '101325.434000', '101325.437000', '101325.440000', '101325.443000', '101325.446000', '101325.449000', '101345.306000', '101345.309000', '101345.312000', '101345.315000', '101345.318000', '101345.321000', '101345.324000', '101345.327000', '101345.330000', '101345.333000', '101345.336000', '101345.339000', '101345.342000', '101345.345000', '101345.349000', '101345.352000', '101345.354000', '101345.357000', '101345.361000', '101345.364000', '101345.367000', '101345.370000', '101345.373000', '101345.376000', '101345.378000', '101345.381000', '101345.384000', '101345.387000', '101345.390000', '101345.393000', '101345.396000', '101345.399000', '101345.402000', '101345.405000', '101345.408000', '101345.411000', '101345.414000', '101345.417000', '101345.420000', '101345.423000', '101345.426000', '101345.429000', '101345.432000', '101345.435000', '101405.306000', '101405.309000', '101405.312000', '101405.316000', '101405.322000', '101405.325000', '101405.329000', '101405.332000', '101405.335000', '101405.338000', '101405.341000', '101405.344000', '101405.347000', '101405.350000', '101405.353000', '101405.356000', '101405.359000', '101405.362000', '101405.365000', '101405.368000', '101405.371000', '101405.374000', '101405.377000', '101405.380000', '101405.383000', '101405.386000', '101405.389000', '101405.392000', '101405.395000', '101405.398000', '101405.401000', '101405.404000', '101405.407000', '101405.410000', '101405.413000', '101405.416000', '101405.418000', '101405.421000', '101405.425000', '101405.428000', '101405.431000', '101405.434000', '101405.437000', '101419.624000', '101419.629000', '101419.633000', '101419.637000', '101419.640000', '101419.644000', '101419.647000', '101419.651000', '101419.655000', '101419.659000', '101419.662000', '101419.665000', '101419.668000', '101419.671000', '101419.674000', '101419.677000', '101419.680000', '101419.684000', '101419.687000', '101419.689000', '101419.693000', '101419.696000', '101419.699000', '101419.703000', '101419.706000', '101419.709000', '101419.712000', '101419.715000', '101419.718000', '101419.721000', '101419.724000', '101419.727000'], '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': [8926, 9092, 8628, 9146, 13275, 15469, 12693, 9995, 13507, 11434, 8911, 10289, 8253, 9394, 8458, 8945, 13669, 8834, 8901, 8176, 8980, 10556, 9590, 12208, 9743, 13855, 11217, 14960, 17015, 15910, 12850, 16110, 12340, 9497, 15035, 13477, 9792, 14574, 12734, 9108, 12776, 11989, 9189, 9164, 9105, 8729, 8880, 8077, 8721, 8828, 8482, 8967, 9712, 8299, 8440, 11690, 8544, 8335, 8783, 8369, 10394, 8269, 8630, 8009, 8349, 11250, 14141, 10967, 9815, 11621, 11887, 8703, 9923, 8721, 8798, 12482, 8709, 8356, 8134, 8417, 11738, 8610, 8990, 15144, 13038, 12509, 16049, 12990, 12747, 12139, 9408, 14641, 12945, 9939, 15479, 13188, 10353, 11170, 8942, 11506, 10265, 9633, 13572, 9044, 8840, 10310, 9030, 13090, 8903, 8722, 11661, 8647, 9689, 11750, 8696, 10053, 8044, 8919, 10711, 8393, 8990, 11628, 8412, 9274, 9539, 8297, 8866, 9746, 8085, 8779, 8496, 8372, 10852, 8075, 8244, 8149, 8276, 9285, 8400, 8657, 12092, 11099, 8174, 10146, 12022, 8468, 9002, 8390, 8480, 8328, 8780, 8173, 8888, 8150, 8851, 14707, 16298, 14982, 13279, 13467, 9653, 10328, 8913, 8960, 10491, 9128, 10537, 13599, 9079, 14571, 13723, 10390, 13674, 9029, 8679, 8117, 9103, 11183, 9100, 8866, 9863, 9170, 11699, 13354, 12373, 15127, 10882, 10069, 8901, 8591, 8165, 9010, 10345, 8366, 9144, 10961, 13497, 8789, 8812, 15117, 9016, 9261, 12973, 8253, 8633, 10790, 8647, 8668, 8370, 9388, 9623, 8578, 9165, 9612, 8692, 10606, 9447, 8972, 13223, 11582, 9265, 8528, 9131, 10560, 12867, 8808, 14043, 12040, 8795, 14856, 11945, 9431, 8113, 8677, 8782, 8437, 8383, 9415, 8602, 8859, 8177, 8328, 11292, 12675, 9618, 11546, 11573, 8204, 8480, 8729, 10972, 9047, 9034, 14306, 15915, 13890, 11802, 15323, 12474, 10480, 12051, 10204, 8954, 10546, 9825, 8618, 10259, 8255, 8679, 10495, 8434, 8837, 12113, 8719, 8640, 8799, 8874, 10036, 9468, 9087, 11708, 13181, 9053, 13429, 14810, 10512, 12209, 15718, 12175, 10627, 15605, 11342, 9659, 8120, 8120, 8232, 8177, 8657, 8277, 8919, 11396, 8218, 8664, 9535, 7924, 9468, 8319, 8153, 10711, 7934, 8716, 7976, 8248, 13076, 16370, 13190, 10168, 13935, 12472, 9371, 12928, 9816, 8494, 12366, 8824, 8806, 14056, 11034, 9296, 15092, 11488, 11843, 13809, 9089, 14387, 15691, 11583, 11676, 13215, 8210, 11596, 12215, 8958, 12924, 8275, 8330, 8281, 8550, 9824, 8115, 9019, 10968, 8199, 8463, 10798, 8284, 8453, 8050, 8251, 10996, 8518, 8492, 10394, 8275, 8668, 10878, 8286, 9493, 10125, 8484, 13565, 9658, 8623, 8602, 8430, 11054, 11586, 8642, 14387, 9500, 8947, 13875, 11057, 9295, 8191, 8257, 8176, 8331, 8480, 8635, 11447, 8681, 9081, 12942, 10344, 13436, 13982, 12111, 15088, 12691, 9527, 15232, 11788, 8919, 13576, 9901, 8999, 12015, 8419, 8300, 8120, 8230, 8534, 8415, 8093, 9479, 8164, 8046, 8161, 8142, 8112, 8104, 10148, 14229, 12606, 9057, 9206, 13182, 8430, 9666, 9688, 8351, 10668, 8172, 8689, 12776, 8573, 9184, 8023, 8886, 14292, 10657, 9300, 15679, 12534, 9174, 15600, 12955, 9598, 11341, 8300, 8460, 8355, 8305, 10412, 8320, 8182, 11071, 8047, 10540, 11462, 9001, 10122, 8237, 8687, 13918, 11364, 8731, 15007, 14882, 10839, 10019, 13780, 8274, 9146, 7881, 8851, 9343, 8128, 8383, 9346, 8406, 10636, 13960, 10370, 14987, 11764, 9104, 14961, 13066, 8701, 12162, 15467, 10912, 10854, 13796, 8562, 8878, 7770, 8878, 10156, 8157, 8342, 10490, 8260, 7949, 7895, 8101, 8243, 8073, 9477, 8286, 8294, 11076, 13623, 11025, 10163, 13862, 10819, 9454, 13904, 10809, 9432, 12080, 10268, 8587, 11979, 8609, 8317, 13135, 8501, 9098, 12620, 8853, 10249, 10520, 8422, 13551, 10289, 8834, 15631, 11359, 8708, 15787, 14680, 15750, 10963, 9123, 8346, 8628, 8668, 8121, 8621, 10535, 11287, 8110, 9390, 10498, 8323, 9143, 8045, 8256, 11597, 8364, 8453, 8290, 8899, 10836, 8490, 10110, 15720, 13908, 9958, 15435, 15603, 10957, 11266, 15958, 10359, 8803, 14605, 10980, 8910, 8421, 8459, 8599, 8520, 8727, 8434, 8326, 8526, 10270, 8526, 9010, 10446, 8356, 9025, 8160, 8422, 8612, 8163, 9264, 8578, 8175, 8013, 7881, 8147, 8818, 12192, 8501, 9368, 15484, 16590, 13959, 9982, 11603, 9307, 8348, 12109, 8333, 8438, 10583, 8313, 8625, 10518, 8549, 8702, 9406, 8133, 8500, 8475, 8253, 9887, 11393, 8015, 8940, 8168, 8255, 9088, 8377, 8340, 12888, 8738, 8024, 11989, 8779, 8544, 8429, 8126, 8349, 8129, 8463, 8465, 8437, 13063, 8350, 8266, 12530, 9102, 8420, 11566, 8596, 8791, 11045, 7909, 11284, 13326, 14868, 15052, 14210, 12757, 8366, 12733, 14303, 9969, 14919, 16579, 13163, 10214, 15641, 10982, 8442, 11901, 8286, 8228, 8424, 8118, 9289, 8312, 8107, 8183, 8459, 11842, 9134, 8844, 15039, 10033, 10395, 13328, 8297, 9964, 16010, 11367, 9693, 7952, 8141, 8715, 8002, 7873, 8132, 7744, 8287, 8039, 8518, 8011, 7776, 11070, 10155, 11398, 8622, 7850, 8193, 8270, 8250, 12504, 8264, 8117, 11686, 8489, 8094, 12433, 8651, 8184, 8152, 8001, 8834, 8161, 9278, 8351, 8366, 14166, 13968, 13133, 16305, 13808, 12138, 16228, 12745, 13155, 15491, 11661, 11021, 8180, 8089, 10329, 8244, 8547, 10800, 8052, 8052, 10666, 8105, 8007, 10128, 8457, 8202, 8615, 8206, 8208, 8196, 8283, 9541, 8495, 8339, 12801, 12253, 8289, 9373, 12964, 7804, 9829, 11838, 7850, 8940, 8267, 8009, 8095, 8098, 8267, 8501, 8325, 11651, 12978, 8840, 9462, 13817, 10920, 9069, 12441, 8506, 8033, 9710, 8208, 8989, 8030, 8125, 10646, 8303, 8533, 8749, 8099, 10715, 8510, 8935, 8275, 8346, 14416, 16215, 13085, 9747, 13971, 8102, 9260, 14828, 11025, 8747, 8043, 8083, 11382, 8407, 8023, 10919, 8191, 9626, 9655, 8003, 12042, 8532, 8645, 14331, 11511, 14805, 10647, 9462, 8155, 8131, 10548, 8519, 8160, 9940, 11688, 7840, 9371, 8225, 7959, 10522, 8739, 8075, 10625, 8195, 7983, 8347, 8074, 10475, 8314, 8349, 15451, 13056, 11114, 15823, 15081, 10158], 'WindowCenter': [4463.0, 4447.0, 4446.0, 4446.0, 4495.0, 4493.0, 4469.0, 4438.0, 4467.0, 4446.0, 4415.0, 4435.0, 4417.0, 4426.0, 4416.0, 4428.0, 4477.0, 4428.0, 4429.0, 4419.0, 4429.0, 4437.0, 4428.0, 4459.0, 4439.0, 4468.0, 4447.0, 4490.0, 4490.0, 4475.0, 4442.0, 4450.0, 4417.0, 4386.0, 4436.0, 4425.0, 4384.0, 4434.0, 4413.0, 4374.0, 4413.0, 4403.0, 4383.0, 4372.0, 4372.0, 4373.0, 4371.0, 4364.0, 4386.0, 4386.0, 4388.0, 4400.0, 4411.0, 4391.0, 4404.0, 4443.0, 4400.0, 4391.0, 4401.0, 4393.0, 4423.0, 4393.0, 4402.0, 4392.0, 4404.0, 4444.0, 4464.0, 4433.0, 4424.0, 4446.0, 4444.0, 4415.0, 4424.0, 4415.0, 4430.0, 4480.0, 4426.0, 4416.0, 4406.0, 4420.0, 4458.0, 4428.0, 4429.0, 4489.0, 4466.0, 4456.0, 4475.0, 4452.0, 4443.0, 4441.0, 4412.0, 4462.0, 4440.0, 4410.0, 4459.0, 4440.0, 4408.0, 4419.0, 4399.0, 4429.0, 4421.0, 4410.0, 4450.0, 4400.0, 4400.0, 4420.0, 4401.0, 4450.0, 4401.0, 4401.0, 4429.0, 4389.0, 4410.0, 4429.0, 4390.0, 4410.0, 4379.0, 4399.0, 4420.0, 4390.0, 4402.0, 4430.0, 4391.0, 4412.0, 4412.0, 4403.0, 4415.0, 4424.0, 4394.0, 4403.0, 4403.0, 4393.0, 4432.0, 4392.0, 4391.0, 4392.0, 4393.0, 4412.0, 4404.0, 4415.0, 4455.0, 4435.0, 4418.0, 4436.0, 4456.0, 4417.0, 4414.0, 4404.0, 4415.0, 4418.0, 4429.0, 4431.0, 4440.0, 4432.0, 4455.0, 4516.0, 4503.0, 4478.0, 4444.0, 4442.0, 4401.0, 4409.0, 4389.0, 4388.0, 4409.0, 4399.0, 4421.0, 4452.0, 4400.0, 4462.0, 4451.0, 4411.0, 4450.0, 4388.0, 4388.0, 4379.0, 4399.0, 4430.0, 4401.0, 4402.0, 4412.0, 4411.0, 4442.0, 4451.0, 4428.0, 4449.0, 4408.0, 4397.0, 4387.0, 4377.0, 4378.0, 4389.0, 4409.0, 4379.0, 4400.0, 4420.0, 4439.0, 4389.0, 4389.0, 4448.0, 4389.0, 4398.0, 4439.0, 4389.0, 4389.0, 4420.0, 4399.0, 4390.0, 4392.0, 4413.0, 4412.0, 4402.0, 4413.0, 4412.0, 4404.0, 4423.0, 4414.0, 4413.0, 4452.0, 4431.0, 4402.0, 4401.0, 4412.0, 4421.0, 4440.0, 4401.0, 4451.0, 4431.0, 4402.0, 4461.0, 4440.0, 4401.0, 4381.0, 4402.0, 4401.0, 4404.0, 4415.0, 4426.0, 4417.0, 4429.0, 4419.0, 4420.0, 4460.0, 4469.0, 4428.0, 4445.0, 4446.0, 4394.0, 4403.0, 4404.0, 4432.0, 4404.0, 4416.0, 4467.0, 4475.0, 4454.0, 4431.0, 4462.0, 4429.0, 4409.0, 4428.0, 4408.0, 4389.0, 4409.0, 4400.0, 4390.0, 4411.0, 4391.0, 4402.0, 4422.0, 4392.0, 4414.0, 4443.0, 4405.0, 4404.0, 4404.0, 4415.0, 4424.0, 4414.0, 4414.0, 4445.0, 4454.0, 4403.0, 4453.0, 4461.0, 4421.0, 4441.0, 4460.0, 4429.0, 4420.0, 4460.0, 4418.0, 4399.0, 4379.0, 4379.0, 4390.0, 4403.0, 4402.0, 4404.0, 4427.0, 4457.0, 4418.0, 4430.0, 4439.0, 4419.0, 4438.0, 4418.0, 4407.0, 4435.0, 4407.0, 4416.0, 4407.0, 4417.0, 4470.0, 4489.0, 4465.0, 4437.0, 4466.0, 4456.0, 4414.0, 4452.0, 4422.0, 4403.0, 4452.0, 4413.0, 4413.0, 4465.0, 4435.0, 4414.0, 4473.0, 4433.0, 4442.0, 4451.0, 4401.0, 4451.0, 4459.0, 4418.0, 4418.0, 4427.0, 4379.0, 4418.0, 4428.0, 4388.0, 4427.0, 4377.0, 4377.0, 4377.0, 4388.0, 4409.0, 4390.0, 4413.0, 4432.0, 4403.0, 4403.0, 4433.0, 4404.0, 4403.0, 4392.0, 4403.0, 4432.0, 4402.0, 4416.0, 4435.0, 4406.0, 4416.0, 4446.0, 4406.0, 4437.0, 4437.0, 4417.0, 4464.0, 4424.0, 4415.0, 4403.0, 4404.0, 4445.0, 4443.0, 4416.0, 4476.0, 4424.0, 4415.0, 4465.0, 4434.0, 4413.0, 4403.0, 4402.0, 4405.0, 4418.0, 4415.0, 4415.0, 4442.0, 4416.0, 4416.0, 4456.0, 4437.0, 4468.0, 4476.0, 4456.0, 4475.0, 4454.0, 4412.0, 4460.0, 4418.0, 4388.0, 4436.0, 4398.0, 4398.0, 4429.0, 4391.0, 4389.0, 4379.0, 4391.0, 4402.0, 4404.0, 4392.0, 4411.0, 4393.0, 4392.0, 4405.0, 4395.0, 4407.0, 4407.0, 4436.0, 4466.0, 4442.0, 4403.0, 4414.0, 4454.0, 4403.0, 4413.0, 4413.0, 4406.0, 4433.0, 4405.0, 4406.0, 4456.0, 4403.0, 4414.0, 4393.0, 4414.0, 4464.0, 4424.0, 4415.0, 4475.0, 4443.0, 4413.0, 4463.0, 4441.0, 4410.0, 4421.0, 4391.0, 4389.0, 4390.0, 4393.0, 4433.0, 4403.0, 4403.0, 4432.0, 4392.0, 4423.0, 4431.0, 4400.0, 4411.0, 4389.0, 4401.0, 4452.0, 4430.0, 4402.0, 4463.0, 4461.0, 4421.0, 4409.0, 4450.0, 4389.0, 4398.0, 4390.0, 4401.0, 4412.0, 4393.0, 4404.0, 4414.0, 4407.0, 4435.0, 4464.0, 4422.0, 4463.0, 4430.0, 4400.0, 4449.0, 4427.0, 4388.0, 4427.0, 4448.0, 4418.0, 4418.0, 4438.0, 4388.0, 4387.0, 4368.0, 4399.0, 4408.0, 4380.0, 4392.0, 4421.0, 4390.0, 4382.0, 4392.0, 4395.0, 4391.0, 4395.0, 4413.0, 4393.0, 4404.0, 4434.0, 4453.0, 4433.0, 4424.0, 4453.0, 4423.0, 4413.0, 4451.0, 4419.0, 4400.0, 4430.0, 4410.0, 4402.0, 4432.0, 4402.0, 4404.0, 4454.0, 4405.0, 4405.0, 4443.0, 4403.0, 4422.0, 4422.0, 4393.0, 4453.0, 4422.0, 4402.0, 4463.0, 4433.0, 4402.0, 4462.0, 4462.0, 4462.0, 4420.0, 4399.0, 4379.0, 4390.0, 4389.0, 4380.0, 4403.0, 4434.0, 4434.0, 4394.0, 4414.0, 4434.0, 4405.0, 4414.0, 4404.0, 4416.0, 4456.0, 4416.0, 4405.0, 4407.0, 4428.0, 4447.0, 4418.0, 4437.0, 4478.0, 4453.0, 4411.0, 4461.0, 4459.0, 4420.0, 4421.0, 4459.0, 4408.0, 4389.0, 4447.0, 4406.0, 4387.0, 4377.0, 4378.0, 4387.0, 4388.0, 4389.0, 4379.0, 4391.0, 4401.0, 4409.0, 4400.0, 4401.0, 4422.0, 4392.0, 4400.0, 4402.0, 4403.0, 4403.0, 4403.0, 4414.0, 4407.0, 4404.0, 4394.0, 4396.0, 4396.0, 4418.0, 4457.0, 4417.0, 4419.0, 4479.0, 4479.0, 4443.0, 4402.0, 4420.0, 4388.0, 4379.0, 4419.0, 4379.0, 4380.0, 4409.0, 4391.0, 4392.0, 4421.0, 4403.0, 4404.0, 4413.0, 4394.0, 4404.0, 4395.0, 4394.0, 4425.0, 4434.0, 4393.0, 4403.0, 4394.0, 4394.0, 4404.0, 4393.0, 4406.0, 4453.0, 4405.0, 4408.0, 4456.0, 4407.0, 4405.0, 4395.0, 4393.0, 4395.0, 4396.0, 4404.0, 4407.0, 4419.0, 4468.0, 4418.0, 4420.0, 4469.0, 4429.0, 4420.0, 4458.0, 4417.0, 4416.0, 4445.0, 4407.0, 4447.0, 4467.0, 4478.0, 4477.0, 4468.0, 4444.0, 4382.0, 4432.0, 4439.0, 4388.0, 4439.0, 4449.0, 4417.0, 4397.0, 4435.0, 4396.0, 4366.0, 4404.0, 4364.0, 4364.0, 4363.0, 4363.0, 4375.0, 4377.0, 4367.0, 4375.0, 4377.0, 4418.0, 4386.0, 4374.0, 4434.0, 4383.0, 4385.0, 4424.0, 4364.0, 4396.0, 4444.0, 4405.0, 4384.0, 4354.0, 4364.0, 4372.0, 4353.0, 4365.0, 4376.0, 4380.0, 4391.0, 4393.0, 4404.0, 4395.0, 4394.0, 4435.0, 4412.0, 4434.0, 4391.0, 4381.0, 4380.0, 4391.0, 4404.0, 4443.0, 4392.0, 4404.0, 4445.0, 4416.0, 4407.0, 4458.0, 4418.0, 4406.0, 4395.0, 4396.0, 4415.0, 4407.0, 4426.0, 4408.0, 4420.0, 4470.0, 4467.0, 4457.0, 4476.0, 4443.0, 4431.0, 4461.0, 4429.0, 4429.0, 4436.0, 4408.0, 4395.0, 4366.0, 4367.0, 4396.0, 4366.0, 4377.0, 4407.0, 4366.0, 4366.0, 4396.0, 4366.0, 4366.0, 4396.0, 4377.0, 4388.0, 4388.0, 4378.0, 4390.0, 4391.0, 4401.0, 4411.0, 4402.0, 4405.0, 4442.0, 4432.0, 4392.0, 4401.0, 4439.0, 4379.0, 4411.0, 4429.0, 4380.0, 4389.0, 4391.0, 4380.0, 4381.0, 4392.0, 4392.0, 4405.0, 4403.0, 4446.0, 4454.0, 4413.0, 4425.0, 4464.0, 4434.0, 4413.0, 4442.0, 4403.0, 4393.0, 4411.0, 4402.0, 4414.0, 4405.0, 4408.0, 4448.0, 4421.0, 4419.0, 4418.0, 4409.0, 4449.0, 4419.0, 4417.0, 4406.0, 4406.0, 4478.0, 4475.0, 4453.0, 4412.0, 4452.0, 4393.0, 4414.0, 4463.0, 4421.0, 4390.0, 4391.0, 4391.0, 4431.0, 4403.0, 4393.0, 4434.0, 4405.0, 4426.0, 4414.0, 4394.0, 4444.0, 4392.0, 4403.0, 4454.0, 4432.0, 4452.0, 4411.0, 4399.0, 4380.0, 4380.0, 4409.0, 4389.0, 4378.0, 4399.0, 4419.0, 4379.0, 4400.0, 4391.0, 4380.0, 4419.0, 4390.0, 4381.0, 4420.0, 4392.0, 4392.0, 4391.0, 4394.0, 4423.0, 4393.0, 4393.0, 4463.0, 4440.0, 4432.0, 4463.0, 4465.0, 4411.0], 'WindowWidth': [9847.0, 9816.0, 9810.0, 9808.0, 9874.0, 9870.0, 9824.0, 9780.0, 9821.0, 9787.0, 9745.0, 9773.0, 9752.0, 9762.0, 9748.0, 9769.0, 9834.0, 9768.0, 9772.0, 9758.0, 9771.0, 9777.0, 9767.0, 9809.0, 9784.0, 9821.0, 9791.0, 9859.0, 9864.0, 9826.0, 9773.0, 9785.0, 9731.0, 9688.0, 9758.0, 9737.0, 9681.0, 9752.0, 9720.0, 9668.0, 9721.0, 9706.0, 9679.0, 9664.0, 9664.0, 9668.0, 9664.0, 9658.0, 9690.0, 9692.0, 9697.0, 9717.0, 9733.0, 9708.0, 9731.0, 9781.0, 9720.0, 9706.0, 9720.0, 9711.0, 9751.0, 9712.0, 9721.0, 9708.0, 9730.0, 9784.0, 9813.0, 9763.0, 9757.0, 9788.0, 9783.0, 9748.0, 9757.0, 9748.0, 9776.0, 9848.0, 9766.0, 9751.0, 9737.0, 9760.0, 9811.0, 9771.0, 9774.0, 9855.0, 9816.0, 9803.0, 9830.0, 9791.0, 9778.0, 9773.0, 9734.0, 9805.0, 9769.0, 9730.0, 9797.0, 9767.0, 9726.0, 9738.0, 9714.0, 9755.0, 9745.0, 9728.0, 9782.0, 9715.0, 9716.0, 9743.0, 9718.0, 9784.0, 9718.0, 9719.0, 9754.0, 9701.0, 9728.0, 9753.0, 9702.0, 9729.0, 9688.0, 9715.0, 9743.0, 9704.0, 9721.0, 9758.0, 9708.0, 9736.0, 9736.0, 9727.0, 9746.0, 9758.0, 9715.0, 9727.0, 9726.0, 9711.0, 9763.0, 9708.0, 9705.0, 9708.0, 9712.0, 9735.0, 9727.0, 9747.0, 9801.0, 9771.0, 9754.0, 9774.0, 9801.0, 9754.0, 9744.0, 9730.0, 9744.0, 9755.0, 9772.0, 9777.0, 9791.0, 9784.0, 9818.0, 9905.0, 9886.0, 9835.0, 9781.0, 9772.0, 9714.0, 9723.0, 9697.0, 9697.0, 9726.0, 9713.0, 9747.0, 9786.0, 9718.0, 9805.0, 9785.0, 9731.0, 9781.0, 9696.0, 9697.0, 9685.0, 9715.0, 9756.0, 9721.0, 9722.0, 9734.0, 9734.0, 9778.0, 9783.0, 9750.0, 9777.0, 9721.0, 9705.0, 9692.0, 9679.0, 9681.0, 9698.0, 9724.0, 9685.0, 9713.0, 9741.0, 9763.0, 9697.0, 9699.0, 9777.0, 9697.0, 9708.0, 9763.0, 9698.0, 9701.0, 9745.0, 9716.0, 9703.0, 9708.0, 9738.0, 9738.0, 9724.0, 9739.0, 9738.0, 9728.0, 9754.0, 9742.0, 9740.0, 9791.0, 9760.0, 9722.0, 9719.0, 9734.0, 9744.0, 9768.0, 9719.0, 9788.0, 9758.0, 9723.0, 9801.0, 9771.0, 9718.0, 9692.0, 9722.0, 9721.0, 9729.0, 9748.0, 9762.0, 9753.0, 9771.0, 9757.0, 9761.0, 9814.0, 9822.0, 9765.0, 9783.0, 9784.0, 9712.0, 9724.0, 9725.0, 9761.0, 9727.0, 9745.0, 9818.0, 9824.0, 9791.0, 9759.0, 9804.0, 9752.0, 9725.0, 9749.0, 9722.0, 9698.0, 9726.0, 9712.0, 9703.0, 9731.0, 9706.0, 9722.0, 9747.0, 9708.0, 9743.0, 9780.0, 9730.0, 9728.0, 9729.0, 9743.0, 9756.0, 9741.0, 9740.0, 9784.0, 9793.0, 9725.0, 9794.0, 9800.0, 9745.0, 9773.0, 9795.0, 9751.0, 9743.0, 9796.0, 9736.0, 9712.0, 9687.0, 9687.0, 9704.0, 9724.0, 9724.0, 9729.0, 9765.0, 9805.0, 9756.0, 9776.0, 9787.0, 9760.0, 9783.0, 9753.0, 9739.0, 9772.0, 9735.0, 9747.0, 9736.0, 9752.0, 9831.0, 9857.0, 9813.0, 9775.0, 9817.0, 9798.0, 9742.0, 9792.0, 9750.0, 9727.0, 9791.0, 9738.0, 9740.0, 9812.0, 9769.0, 9744.0, 9821.0, 9764.0, 9777.0, 9786.0, 9718.0, 9788.0, 9795.0, 9736.0, 9735.0, 9745.0, 9684.0, 9738.0, 9747.0, 9694.0, 9745.0, 9679.0, 9679.0, 9680.0, 9698.0, 9726.0, 9703.0, 9738.0, 9763.0, 9727.0, 9728.0, 9767.0, 9730.0, 9726.0, 9710.0, 9725.0, 9765.0, 9724.0, 9748.0, 9772.0, 9736.0, 9750.0, 9789.0, 9735.0, 9778.0, 9780.0, 9749.0, 9809.0, 9755.0, 9746.0, 9726.0, 9730.0, 9785.0, 9781.0, 9747.0, 9829.0, 9757.0, 9745.0, 9813.0, 9766.0, 9740.0, 9726.0, 9724.0, 9732.0, 9755.0, 9745.0, 9742.0, 9775.0, 9747.0, 9747.0, 9800.0, 9775.0, 9821.0, 9828.0, 9801.0, 9827.0, 9792.0, 9732.0, 9795.0, 9735.0, 9694.0, 9759.0, 9708.0, 9708.0, 9751.0, 9703.0, 9700.0, 9688.0, 9705.0, 9723.0, 9730.0, 9709.0, 9732.0, 9709.0, 9707.0, 9730.0, 9717.0, 9736.0, 9738.0, 9776.0, 9818.0, 9774.0, 9724.0, 9740.0, 9793.0, 9725.0, 9737.0, 9739.0, 9732.0, 9767.0, 9730.0, 9732.0, 9798.0, 9727.0, 9741.0, 9712.0, 9741.0, 9810.0, 9752.0, 9743.0, 9827.0, 9777.0, 9737.0, 9806.0, 9771.0, 9727.0, 9743.0, 9703.0, 9700.0, 9702.0, 9710.0, 9764.0, 9726.0, 9726.0, 9763.0, 9710.0, 9750.0, 9759.0, 9716.0, 9729.0, 9700.0, 9718.0, 9791.0, 9756.0, 9722.0, 9806.0, 9797.0, 9744.0, 9726.0, 9781.0, 9699.0, 9711.0, 9703.0, 9721.0, 9736.0, 9714.0, 9730.0, 9743.0, 9736.0, 9774.0, 9809.0, 9748.0, 9805.0, 9756.0, 9713.0, 9780.0, 9745.0, 9693.0, 9748.0, 9776.0, 9735.0, 9735.0, 9761.0, 9696.0, 9692.0, 9668.0, 9711.0, 9722.0, 9690.0, 9706.0, 9743.0, 9703.0, 9693.0, 9709.0, 9715.0, 9708.0, 9715.0, 9738.0, 9709.0, 9726.0, 9769.0, 9793.0, 9762.0, 9753.0, 9793.0, 9748.0, 9736.0, 9786.0, 9737.0, 9713.0, 9756.0, 9727.0, 9720.0, 9763.0, 9721.0, 9726.0, 9795.0, 9728.0, 9729.0, 9777.0, 9724.0, 9748.0, 9748.0, 9711.0, 9791.0, 9745.0, 9719.0, 9805.0, 9761.0, 9721.0, 9803.0, 9802.0, 9802.0, 9740.0, 9711.0, 9682.0, 9701.0, 9699.0, 9690.0, 9724.0, 9768.0, 9766.0, 9716.0, 9743.0, 9769.0, 9732.0, 9742.0, 9730.0, 9748.0, 9803.0, 9749.0, 9735.0, 9739.0, 9767.0, 9792.0, 9751.0, 9779.0, 9838.0, 9791.0, 9731.0, 9803.0, 9796.0, 9739.0, 9743.0, 9791.0, 9721.0, 9698.0, 9775.0, 9715.0, 9691.0, 9679.0, 9682.0, 9693.0, 9695.0, 9699.0, 9687.0, 9703.0, 9720.0, 9728.0, 9717.0, 9720.0, 9747.0, 9709.0, 9716.0, 9722.0, 9727.0, 9725.0, 9723.0, 9739.0, 9733.0, 9724.0, 9712.0, 9718.0, 9717.0, 9749.0, 9800.0, 9748.0, 9753.0, 9840.0, 9839.0, 9773.0, 9716.0, 9739.0, 9694.0, 9681.0, 9735.0, 9681.0, 9683.0, 9722.0, 9700.0, 9705.0, 9743.0, 9722.0, 9725.0, 9737.0, 9712.0, 9726.0, 9713.0, 9714.0, 9757.0, 9766.0, 9708.0, 9722.0, 9712.0, 9712.0, 9724.0, 9710.0, 9731.0, 9791.0, 9729.0, 9738.0, 9803.0, 9734.0, 9727.0, 9715.0, 9709.0, 9713.0, 9718.0, 9726.0, 9734.0, 9757.0, 9823.0, 9752.0, 9758.0, 9824.0, 9770.0, 9760.0, 9806.0, 9749.0, 9746.0, 9783.0, 9734.0, 9788.0, 9816.0, 9830.0, 9826.0, 9813.0, 9776.0, 9688.0, 9754.0, 9757.0, 9688.0, 9762.0, 9781.0, 9727.0, 9701.0, 9750.0, 9697.0, 9658.0, 9706.0, 9652.0, 9653.0, 9650.0, 9651.0, 9669.0, 9675.0, 9664.0, 9672.0, 9678.0, 9733.0, 9685.0, 9668.0, 9747.0, 9677.0, 9683.0, 9732.0, 9655.0, 9701.0, 9765.0, 9709.0, 9679.0, 9640.0, 9655.0, 9664.0, 9638.0, 9657.0, 9675.0, 9688.0, 9705.0, 9712.0, 9729.0, 9716.0, 9714.0, 9767.0, 9732.0, 9762.0, 9702.0, 9691.0, 9686.0, 9704.0, 9727.0, 9778.0, 9708.0, 9727.0, 9785.0, 9747.0, 9738.0, 9807.0, 9751.0, 9732.0, 9716.0, 9718.0, 9742.0, 9735.0, 9761.0, 9737.0, 9756.0, 9826.0, 9814.0, 9800.0, 9829.0, 9774.0, 9755.0, 9800.0, 9748.0, 9745.0, 9754.0, 9715.0, 9696.0, 9657.0, 9660.0, 9699.0, 9658.0, 9674.0, 9714.0, 9660.0, 9660.0, 9701.0, 9662.0, 9662.0, 9701.0, 9678.0, 9695.0, 9694.0, 9682.0, 9701.0, 9705.0, 9720.0, 9733.0, 9722.0, 9729.0, 9777.0, 9757.0, 9705.0, 9717.0, 9764.0, 9687.0, 9729.0, 9751.0, 9687.0, 9697.0, 9701.0, 9686.0, 9690.0, 9707.0, 9709.0, 9729.0, 9728.0, 9787.0, 9795.0, 9737.0, 9756.0, 9808.0, 9765.0, 9737.0, 9776.0, 9723.0, 9709.0, 9732.0, 9723.0, 9741.0, 9731.0, 9739.0, 9793.0, 9761.0, 9757.0, 9752.0, 9742.0, 9795.0, 9753.0, 9748.0, 9734.0, 9735.0, 9835.0, 9828.0, 9790.0, 9735.0, 9788.0, 9711.0, 9740.0, 9805.0, 9744.0, 9703.0, 9704.0, 9705.0, 9759.0, 9723.0, 9713.0, 9767.0, 9729.0, 9758.0, 9740.0, 9714.0, 9778.0, 9706.0, 9723.0, 9790.0, 9758.0, 9785.0, 9730.0, 9710.0, 9685.0, 9685.0, 9722.0, 9696.0, 9680.0, 9711.0, 9736.0, 9686.0, 9714.0, 9703.0, 9689.0, 9738.0, 9699.0, 9690.0, 9742.0, 9707.0, 9709.0, 9707.0, 9713.0, 9752.0, 9709.0, 9711.0, 9807.0, 9769.0, 9760.0, 9806.0, 9809.0, 9729.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.00046725917431192663</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02122385355504587</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.06255044499427</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1773152537887492</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9736031984845006</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.497</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4919.5684</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07108864325364558</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>8</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.9174311926605505</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.388772796254521</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2694356731651646</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6048827560765737</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.291999959521824</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0159275</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016075488179922104</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.035208746790885925</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>872</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.8013472671489663</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>15.6778</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.0378</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>224.3053</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>296732.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>1094.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>420.4733</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9994</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>647.0981</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3587.2626</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3760.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>79812.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1248.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4816.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>989.1168</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>35.988233036827296</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> |