=== 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-0006 --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-0006",
"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-0006_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-0006_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-0006_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-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006_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-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006_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-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006_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-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006_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-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006_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-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006_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-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0006/figures/sub-0006_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-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006/ses-03/func/sub-0006_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>807a5320c03b04bb669cc33d8eeb9672</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:34:22.945000</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.99441, -0.0728334, 0.0764442, 0.0831534, 0.986383, -0.141894]</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.0881417</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>20</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4144, -7698, -7356, 569, -70, -88, -41, 104]</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>241.983</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>b0a5ea37-62b9-42e1-a102-77b213d7f7b1||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.6679298877716064, 0.22309450805187225, 0.1756853610277176, 99.65391540527344], [0.19540666043758392, 2.6463937759399414, -0.39813491702079773, -103.42015838623047], [0.20509420335292816, 0.3806910812854767, 2.6646995544433594, -119.4517822265625], [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': ['103422.945000', '103423.405000', '103423.865000', '103424.325000', '103424.785000', '103425.245000', '103425.705000', '103426.165000', '103426.625000', '103427.085000', '103427.545000', '103428.005000', '103428.465000', '103428.925000', '103429.385000', '103429.845000', '103430.305000', '103430.765000', '103431.225000', '103431.685000', '103432.145000', '103432.605000', '103433.065000', '103433.525000', '103433.985000', '103434.445000', '103434.905000', '103435.365000', '103435.825000', '103436.285000', '103436.745000', '103437.205000', '103437.665000', '103438.125000', '103438.585000', '103439.045000', '103439.505000', '103439.965000', '103440.425000', '103440.885000', '103441.345000', '103441.805000', '103442.265000', '103442.725000', '103443.185000', '103443.645000', '103444.105000', '103444.565000', '103445.025000', '103445.485000', '103445.945000', '103446.405000', '103446.865000', '103447.325000', '103447.785000', '103448.245000', '103448.705000', '103449.165000', '103449.625000', '103450.085000', '103450.545000', '103451.005000', '103451.465000', '103451.925000', '103452.385000', '103452.845000', '103453.305000', '103453.765000', '103454.225000', '103454.685000', '103455.145000', '103455.605000', '103456.065000', '103456.525000', '103456.985000', '103457.445000', '103457.905000', '103458.365000', '103458.825000', '103459.285000', '103459.745000', '103500.205000', '103500.665000', '103501.125000', '103501.585000', '103502.045000', '103502.505000', '103502.965000', '103503.425000', '103503.885000', '103504.345000', '103504.805000', '103505.265000', '103505.725000', '103506.185000', '103506.645000', '103507.105000', '103507.565000', '103508.025000', '103508.485000', '103508.945000', '103509.405000', '103509.865000', '103510.325000', '103510.785000', '103511.245000', '103511.705000', '103512.165000', '103512.625000', '103513.085000', '103513.545000', '103514.005000', '103514.465000', '103514.925000', '103515.385000', '103515.845000', '103516.305000', '103516.765000', '103517.225000', '103517.685000', '103518.145000', '103518.605000', '103519.065000', '103519.525000', '103519.985000', '103520.445000', '103520.905000', '103521.365000', '103521.825000', '103522.285000', '103522.745000', '103523.205000', '103523.665000', '103524.125000', '103524.585000', '103525.045000', '103525.505000', '103525.965000', '103526.425000', '103526.885000', '103527.345000', '103527.805000', '103528.265000', '103528.725000', '103529.185000', '103529.645000', '103530.105000', '103530.565000', '103531.025000', '103531.485000', '103531.945000', '103532.405000', '103532.865000', '103533.325000', '103533.785000', '103534.245000', '103534.705000', '103535.165000', '103535.625000', '103536.085000', '103536.545000', '103537.005000', '103537.465000', '103537.925000', '103538.385000', '103538.845000', '103539.305000', '103539.765000', '103540.225000', '103540.685000', '103541.145000', '103541.605000', '103542.065000', '103542.525000', '103542.985000', '103543.445000', '103543.905000', '103544.365000', '103544.825000', '103545.285000', '103545.745000', '103546.205000', '103546.665000', '103547.125000', '103547.585000', '103548.045000', '103548.505000', '103548.965000', '103549.425000', '103549.885000', '103550.345000', '103550.805000', '103551.265000', '103551.725000', '103552.185000', '103552.645000', '103553.105000', '103553.565000', '103554.025000', '103554.485000', '103554.945000', '103555.405000', '103555.865000', '103556.325000', '103556.785000', '103557.245000', '103557.705000', '103558.165000', '103558.625000', '103559.085000', '103559.545000', '103600.005000', '103600.465000', '103600.925000', '103601.385000', '103601.845000', '103602.305000', '103602.765000', '103603.225000', '103603.685000', '103604.145000', '103604.605000', '103605.065000', '103605.525000', '103605.985000', '103606.445000', '103606.905000', '103607.365000', '103607.825000', '103608.285000', '103608.745000', '103609.205000', '103609.665000', '103610.125000', '103610.585000', '103611.045000', '103611.505000', '103611.965000', '103612.425000', '103612.885000', '103613.345000', '103613.805000', '103614.265000', '103614.725000', '103615.185000', '103615.645000', '103616.105000', '103616.565000', '103617.025000', '103617.485000', '103617.945000', '103618.405000', '103618.865000', '103619.325000', '103619.785000', '103620.245000', '103620.705000', '103621.165000', '103621.625000', '103622.085000', '103622.545000', '103623.005000', '103623.465000', '103623.925000', '103624.385000', '103624.845000', '103625.305000', '103625.765000', '103626.225000', '103626.685000', '103627.145000', '103627.605000', '103628.065000', '103628.525000', '103628.985000', '103629.445000', '103629.905000', '103630.365000', '103630.825000', '103631.285000', '103631.745000', '103632.205000', '103632.665000', '103633.125000', '103633.585000', '103634.045000', '103634.505000', '103634.965000', '103635.425000', '103635.885000', '103636.345000', '103636.805000', '103637.265000', '103637.725000', '103638.185000', '103638.645000', '103639.105000', '103639.565000', '103640.025000', '103640.485000', '103640.945000', '103641.405000', '103641.865000', '103642.325000', '103642.785000', '103643.245000', '103643.705000', '103644.165000', '103644.625000', '103645.085000', '103645.545000', '103646.005000', '103646.465000', '103646.925000', '103647.385000', '103647.845000', '103648.305000', '103648.765000', '103649.225000', '103649.685000', '103650.145000', '103650.605000', '103651.065000', '103651.525000', '103651.985000', '103652.445000', '103652.905000', '103653.365000', '103653.825000', '103654.285000', '103654.745000', '103655.205000', '103655.665000', '103656.125000', '103656.585000', '103657.045000', '103657.505000', '103657.965000', '103658.425000', '103658.885000', '103659.345000', '103659.805000', '103700.265000', '103700.725000', '103701.185000', '103701.645000', '103702.105000', '103702.565000', '103703.025000', '103703.485000', '103703.945000', '103704.405000', '103704.865000', '103705.325000', '103705.785000', '103706.245000', '103706.705000', '103707.165000', '103707.625000', '103708.085000', '103708.545000', '103709.005000', '103709.465000', '103709.925000', '103710.385000', '103710.845000', '103711.305000', '103711.765000', '103712.225000', '103712.685000', '103713.145000', '103713.605000', '103714.065000', '103714.525000', '103714.985000', '103715.445000', '103715.905000', '103716.365000', '103716.825000', '103717.285000', '103717.745000', '103718.205000', '103718.665000', '103719.125000', '103719.585000', '103720.045000', '103720.505000', '103720.965000', '103721.425000', '103721.885000', '103722.345000', '103722.805000', '103723.265000', '103723.725000', '103724.185000', '103724.645000', '103725.105000', '103725.565000', '103726.025000', '103726.485000', '103726.945000', '103727.405000', '103727.865000', '103728.325000', '103728.785000', '103729.245000', '103729.705000', '103730.165000', '103730.625000', '103731.085000', '103731.545000', '103732.005000', '103732.465000', '103732.925000', '103733.385000', '103733.845000', '103734.305000', '103734.765000', '103735.225000', '103735.685000', '103736.145000', '103736.605000', '103737.065000', '103737.525000', '103737.985000', '103738.445000', '103738.905000', '103739.365000', '103739.825000', '103740.285000', '103740.745000', '103741.205000', '103741.665000', '103742.125000', '103742.585000', '103743.045000', '103743.505000', '103743.965000', '103744.425000', '103744.885000', '103745.345000', '103745.805000', '103746.265000', '103746.725000', '103747.185000', '103747.645000', '103748.105000', '103748.565000', '103749.025000', '103749.485000', '103749.945000', '103750.405000', '103750.865000', '103751.325000', '103751.785000', '103752.245000', '103752.705000', '103753.165000', '103753.625000', '103754.085000', '103754.545000', '103755.005000', '103755.465000', '103755.925000', '103756.385000', '103756.845000', '103757.305000', '103757.765000', '103758.225000', '103758.685000', '103759.145000', '103759.605000', '103800.065000', '103800.525000', '103800.985000', '103801.445000', '103801.905000', '103802.365000', '103802.825000', '103803.285000', '103803.745000', '103804.205000', '103804.665000', '103805.125000', '103805.585000', '103806.045000', '103806.505000', '103806.965000', '103807.425000', '103807.885000', '103808.345000', '103808.805000', '103809.265000', '103809.725000', '103810.185000', '103810.645000', '103811.105000', '103811.565000', '103812.025000', '103812.485000', '103812.945000', '103813.405000', '103813.865000', '103814.325000', '103814.785000', '103815.245000', '103815.705000', '103816.165000', '103816.625000', '103817.085000', '103817.545000', '103818.005000', '103818.465000', '103818.925000', '103819.385000', '103819.845000', '103820.305000', '103820.765000', '103821.225000', '103821.685000', '103822.145000', '103822.605000', '103823.065000', '103823.525000', '103823.985000', '103824.445000', '103824.905000', '103825.365000', '103825.825000', '103826.285000', '103826.745000', '103827.205000', '103827.665000', '103828.125000', '103828.585000', '103829.045000', '103829.505000', '103829.965000', '103830.425000', '103830.885000', '103831.345000', '103831.805000', '103832.265000', '103832.725000', '103833.185000', '103833.645000', '103834.105000', '103834.565000', '103835.025000', '103835.485000', '103835.945000', '103836.405000', '103836.865000', '103837.325000', '103837.785000', '103838.245000', '103838.705000', '103839.165000', '103839.625000', '103840.085000', '103840.545000', '103841.005000', '103841.465000', '103841.925000', '103842.385000', '103842.845000', '103843.305000', '103843.765000', '103844.225000', '103844.685000', '103845.145000', '103845.605000', '103846.065000', '103846.525000', '103846.985000', '103847.445000', '103847.905000', '103848.365000', '103848.825000', '103849.285000', '103849.745000', '103850.205000', '103850.665000', '103851.125000', '103851.585000', '103852.045000', '103852.505000', '103852.965000', '103853.425000', '103853.885000', '103854.345000', '103854.805000', '103855.265000', '103855.725000', '103856.185000', '103856.645000', '103857.105000', '103857.565000', '103858.025000', '103858.485000', '103858.945000', '103859.405000', '103859.865000', '103900.325000', '103900.785000', '103901.245000', '103901.705000', '103902.165000', '103902.625000', '103903.085000', '103903.545000', '103904.005000', '103904.465000', '103904.925000', '103905.385000', '103905.845000', '103906.305000', '103906.765000', '103907.225000', '103907.685000', '103908.145000', '103908.605000', '103909.065000', '103909.525000', '103909.985000', '103910.445000', '103910.905000', '103911.365000', '103911.825000', '103912.285000', '103912.745000', '103913.205000', '103913.665000', '103914.125000', '103914.585000', '103915.045000', '103915.505000', '103915.965000', '103916.425000', '103916.885000', '103917.345000', '103917.805000', '103918.265000', '103918.725000', '103919.185000', '103919.645000', '103920.105000', '103920.565000', '103921.025000', '103921.485000', '103921.945000', '103922.405000', '103922.865000', '103923.325000', '103923.785000', '103924.245000', '103924.705000', '103925.165000', '103925.625000', '103926.085000', '103926.545000', '103927.005000', '103927.465000', '103927.925000', '103928.385000', '103928.845000', '103929.305000', '103929.765000', '103930.225000', '103930.685000', '103931.145000', '103931.605000', '103932.065000', '103932.525000', '103932.985000', '103933.445000', '103933.905000', '103934.365000', '103934.825000', '103935.285000', '103935.745000', '103936.205000', '103936.665000', '103937.125000', '103937.585000', '103938.045000', '103938.505000', '103938.965000', '103939.425000', '103939.885000', '103940.345000', '103940.805000', '103941.265000', '103941.725000', '103942.185000', '103942.645000', '103943.105000', '103943.565000', '103944.025000', '103944.485000', '103944.945000', '103945.405000', '103945.865000', '103946.325000', '103946.785000', '103947.245000', '103947.705000', '103948.165000', '103948.625000', '103949.085000', '103949.545000', '103950.005000', '103950.465000', '103950.925000', '103951.385000', '103951.845000', '103952.305000', '103952.765000', '103953.225000', '103953.685000', '103954.145000', '103954.605000', '103955.065000', '103955.525000', '103955.985000', '103956.445000', '103956.905000', '103957.365000', '103957.825000', '103958.285000', '103958.745000', '103959.205000', '103959.665000', '104000.125000', '104000.585000', '104001.045000', '104001.505000', '104001.965000', '104002.425000', '104002.885000', '104003.345000', '104003.805000', '104004.265000', '104004.725000', '104005.185000', '104005.645000', '104006.105000', '104006.565000', '104007.025000', '104007.485000', '104007.945000', '104008.405000', '104008.865000', '104009.325000', '104009.785000', '104010.245000', '104010.705000', '104011.165000', '104011.625000', '104012.085000', '104012.545000', '104013.005000', '104013.465000', '104013.925000', '104014.385000', '104014.845000', '104015.305000', '104015.765000', '104016.225000', '104016.685000', '104017.145000', '104017.605000', '104018.065000', '104018.525000', '104018.985000', '104019.445000', '104019.905000', '104020.365000', '104020.825000', '104021.285000', '104021.745000', '104022.205000', '104022.665000', '104023.125000', '104023.585000', '104024.045000', '104024.505000', '104024.965000', '104025.425000', '104025.885000', '104026.345000', '104026.805000', '104027.265000', '104027.725000', '104028.185000', '104028.645000', '104029.105000', '104029.565000', '104030.025000', '104030.485000', '104030.945000', '104031.405000', '104031.865000', '104032.325000', '104032.785000', '104033.245000', '104033.705000', '104034.165000', '104034.625000', '104035.085000', '104035.545000', '104036.005000', '104036.465000', '104036.925000', '104037.385000', '104037.845000', '104038.305000', '104038.765000', '104039.225000', '104039.685000', '104040.145000', '104040.605000', '104041.065000', '104041.525000', '104041.985000', '104042.445000', '104042.905000', '104043.365000', '104043.825000', '104044.285000', '104044.745000', '104045.205000', '104045.665000', '104046.125000', '104046.585000', '104047.045000', '104047.505000', '104047.965000', '104048.425000', '104048.885000', '104049.345000', '104049.805000', '104050.265000', '104050.725000', '104051.185000', '104051.645000', '104052.105000', '104052.565000', '104053.025000', '104053.485000', '104053.945000', '104054.405000', '104054.865000', '104055.325000', '104055.785000', '104056.245000', '104056.705000', '104057.165000', '104057.625000', '104058.085000', '104058.545000', '104059.005000', '104059.465000', '104059.925000', '104100.385000', '104100.845000', '104101.305000', '104101.765000', '104102.225000', '104102.685000', '104103.145000', '104103.605000'], 'ContentTime': ['103445.275000', '103445.278000', '103445.284000', '103445.287000', '103445.290000', '103445.293000', '103445.296000', '103445.299000', '103445.301000', '103445.304000', '103445.307000', '103445.310000', '103445.313000', '103445.316000', '103445.319000', '103445.321000', '103445.324000', '103445.327000', '103445.330000', '103445.333000', '103445.335000', '103445.338000', '103445.341000', '103445.344000', '103445.347000', '103445.350000', '103445.353000', '103445.356000', '103445.359000', '103445.361000', '103445.364000', '103445.367000', '103445.370000', '103445.373000', '103445.375000', '103445.378000', '103445.381000', '103445.384000', '103445.387000', '103445.390000', '103445.393000', '103445.395000', '103445.398000', '103445.401000', '103445.404000', '103445.407000', '103445.409000', '103505.240000', '103505.243000', '103505.246000', '103505.248000', '103505.251000', '103505.254000', '103505.257000', '103505.260000', '103505.263000', '103505.265000', '103505.268000', '103505.271000', '103505.274000', '103505.277000', '103505.280000', '103505.282000', '103505.285000', '103505.288000', '103505.291000', '103505.294000', '103505.296000', '103505.299000', '103505.302000', '103505.305000', '103505.308000', '103505.310000', '103505.313000', '103505.316000', '103505.319000', '103505.322000', '103505.325000', '103505.327000', '103505.330000', '103505.333000', '103505.336000', '103505.338000', '103505.341000', '103505.344000', '103505.347000', '103505.350000', '103505.352000', '103505.355000', '103505.358000', '103505.361000', '103525.239000', '103525.242000', '103525.244000', '103525.247000', '103525.250000', '103525.253000', '103525.256000', '103525.259000', '103525.262000', '103525.264000', '103525.267000', '103525.270000', '103525.273000', '103525.276000', '103525.279000', '103525.281000', '103525.284000', '103525.287000', '103525.290000', '103525.293000', '103525.297000', '103525.300000', '103525.302000', '103525.305000', '103525.308000', '103525.311000', '103525.314000', '103525.316000', '103525.321000', '103525.323000', '103525.326000', '103525.329000', '103525.332000', '103525.335000', '103525.337000', '103525.340000', '103525.343000', '103525.346000', '103525.349000', '103525.352000', '103525.355000', '103525.357000', '103525.361000', '103545.239000', '103545.242000', '103545.245000', '103545.247000', '103545.250000', '103545.253000', '103545.256000', '103545.259000', '103545.262000', '103545.265000', '103545.268000', '103545.270000', '103545.273000', '103545.276000', '103545.279000', '103545.282000', '103545.284000', '103545.287000', '103545.290000', '103545.293000', '103545.300000', '103545.303000', '103545.306000', '103545.308000', '103545.311000', '103545.314000', '103545.317000', '103545.320000', '103545.322000', '103545.325000', '103545.328000', '103545.331000', '103545.334000', '103545.337000', '103545.340000', '103545.342000', '103545.345000', '103545.348000', '103545.351000', '103545.354000', '103545.356000', '103545.359000', '103545.362000', '103545.365000', '103605.239000', '103605.242000', '103605.245000', '103605.247000', '103605.250000', '103605.253000', '103605.256000', '103605.259000', '103605.262000', '103605.264000', '103605.267000', '103605.270000', '103605.273000', '103605.276000', '103605.279000', '103605.282000', '103605.284000', '103605.287000', '103605.290000', '103605.293000', '103605.296000', '103605.299000', '103605.301000', '103605.304000', '103605.307000', '103605.310000', '103605.313000', '103605.316000', '103605.319000', '103605.328000', '103605.331000', '103605.334000', '103605.337000', '103605.351000', '103605.354000', '103605.357000', '103605.359000', '103605.362000', '103605.365000', '103605.368000', '103605.371000', '103605.374000', '103605.376000', '103625.239000', '103625.242000', '103625.245000', '103625.247000', '103625.250000', '103625.253000', '103625.256000', '103625.259000', '103625.262000', '103625.265000', '103625.268000', '103625.271000', '103625.274000', '103625.276000', '103625.279000', '103625.282000', '103625.285000', '103625.288000', '103625.290000', '103625.293000', '103625.296000', '103625.299000', '103625.302000', '103625.305000', '103625.307000', '103625.310000', '103625.313000', '103625.316000', '103625.319000', '103625.321000', '103625.324000', '103625.327000', '103625.339000', '103625.342000', '103625.345000', '103625.348000', '103625.350000', '103625.353000', '103625.356000', '103625.359000', '103625.362000', '103625.364000', '103625.367000', '103625.370000', '103645.239000', '103645.242000', '103645.245000', '103645.248000', '103645.250000', '103645.253000', '103645.256000', '103645.259000', '103645.262000', '103645.264000', '103645.267000', '103645.270000', '103645.273000', '103645.276000', '103645.279000', '103645.282000', '103645.284000', '103645.287000', '103645.290000', '103645.293000', '103645.296000', '103645.299000', '103645.301000', '103645.304000', '103645.307000', '103645.310000', '103645.313000', '103645.315000', '103645.318000', '103645.321000', '103645.324000', '103645.327000', '103645.330000', '103645.333000', '103645.336000', '103645.339000', '103645.342000', '103645.345000', '103645.348000', '103645.350000', '103645.353000', '103645.356000', '103645.359000', '103705.239000', '103705.242000', '103705.244000', '103705.247000', '103705.250000', '103705.253000', '103705.256000', '103705.259000', '103705.261000', '103705.264000', '103705.267000', '103705.270000', '103705.273000', '103705.275000', '103705.278000', '103705.281000', '103705.284000', '103705.287000', '103705.290000', '103705.292000', '103705.295000', '103705.298000', '103705.301000', '103705.327000', '103705.330000', '103705.333000', '103705.336000', '103705.343000', '103705.346000', '103705.348000', '103705.351000', '103705.354000', '103705.357000', '103705.360000', '103705.362000', '103705.365000', '103705.368000', '103705.371000', '103705.374000', '103705.377000', '103705.379000', '103705.382000', '103705.385000', '103705.388000', '103725.240000', '103725.243000', '103725.245000', '103725.248000', '103725.251000', '103725.254000', '103725.257000', '103725.260000', '103725.262000', '103725.265000', '103725.268000', '103725.271000', '103725.274000', '103725.277000', '103725.280000', '103725.282000', '103725.285000', '103725.288000', '103725.291000', '103725.294000', '103725.297000', '103725.299000', '103725.302000', '103725.305000', '103725.308000', '103725.311000', '103725.313000', '103725.316000', '103725.319000', '103725.322000', '103725.325000', '103725.328000', '103725.330000', '103725.333000', '103725.336000', '103725.339000', '103725.342000', '103725.345000', '103725.347000', '103725.350000', '103725.353000', '103725.356000', '103725.359000', '103745.239000', '103745.242000', '103745.245000', '103745.247000', '103745.255000', '103745.258000', '103745.261000', '103745.263000', '103745.266000', '103745.269000', '103745.272000', '103745.275000', '103745.278000', '103745.280000', '103745.283000', '103745.297000', '103745.299000', '103745.302000', '103745.305000', '103745.308000', '103745.310000', '103745.313000', '103745.316000', '103745.319000', '103745.322000', '103745.324000', '103745.327000', '103745.330000', '103745.333000', '103745.336000', '103745.338000', '103745.341000', '103745.344000', '103745.347000', '103745.350000', '103745.353000', '103745.355000', '103745.358000', '103745.361000', '103745.364000', '103745.367000', '103745.370000', '103745.372000', '103745.375000', '103805.239000', '103805.242000', '103805.245000', '103805.247000', '103805.250000', '103805.253000', '103805.256000', '103805.259000', '103805.261000', '103805.264000', '103805.267000', '103805.270000', '103805.273000', '103805.275000', '103805.278000', '103805.281000', '103805.284000', '103805.287000', '103805.289000', '103805.292000', '103805.295000', '103805.298000', '103805.301000', '103805.303000', '103805.306000', '103805.309000', '103805.312000', '103805.315000', '103805.318000', '103805.320000', '103805.323000', '103805.326000', '103805.329000', '103805.331000', '103805.334000', '103805.337000', '103805.340000', '103805.343000', '103805.345000', '103805.348000', '103805.351000', '103805.354000', '103805.357000', '103825.239000', '103825.242000', '103825.245000', '103825.247000', '103825.250000', '103825.253000', '103825.256000', '103825.259000', '103825.261000', '103825.264000', '103825.267000', '103825.270000', '103825.273000', '103825.275000', '103825.278000', '103825.281000', '103825.284000', '103825.287000', '103825.289000', '103825.292000', '103825.295000', '103825.298000', '103825.301000', '103825.304000', '103825.306000', '103825.309000', '103825.312000', '103825.315000', '103825.318000', '103825.320000', '103825.323000', '103825.326000', '103825.329000', '103825.331000', '103825.334000', '103825.337000', '103825.340000', '103825.343000', '103825.346000', '103825.348000', '103825.351000', '103825.354000', '103825.357000', '103825.360000', '103845.239000', '103845.242000', '103845.245000', '103845.248000', '103845.250000', '103845.253000', '103845.256000', '103845.259000', '103845.262000', '103845.265000', '103845.267000', '103845.270000', '103845.273000', '103845.276000', '103845.279000', '103845.282000', '103845.285000', '103845.287000', '103845.290000', '103845.293000', '103845.296000', '103845.299000', '103845.301000', '103845.304000', '103845.307000', '103845.310000', '103845.313000', '103845.316000', '103845.318000', '103845.321000', '103845.324000', '103845.327000', '103845.329000', '103845.332000', '103845.335000', '103845.338000', '103845.341000', '103845.343000', '103845.346000', '103845.349000', '103845.352000', '103845.355000', '103845.357000', '103905.239000', '103905.242000', '103905.244000', '103905.247000', '103905.250000', '103905.253000', '103905.255000', '103905.258000', '103905.261000', '103905.264000', '103905.267000', '103905.270000', '103905.273000', '103905.275000', '103905.278000', '103905.281000', '103905.284000', '103905.287000', '103905.289000', '103905.292000', '103905.295000', '103905.298000', '103905.301000', '103905.303000', '103905.314000', '103905.317000', '103905.320000', '103905.322000', '103905.325000', '103905.328000', '103905.331000', '103905.334000', '103905.337000', '103905.339000', '103905.342000', '103905.345000', '103905.348000', '103905.351000', '103905.354000', '103905.356000', '103905.372000', '103905.375000', '103905.378000', '103905.381000', '103925.239000', '103925.242000', '103925.245000', '103925.248000', '103925.251000', '103925.253000', '103925.256000', '103925.259000', '103925.262000', '103925.265000', '103925.268000', '103925.271000', '103925.273000', '103925.276000', '103925.279000', '103925.282000', '103925.285000', '103925.288000', '103925.291000', '103925.293000', '103925.296000', '103925.299000', '103925.302000', '103925.305000', '103925.308000', '103925.310000', '103925.313000', '103925.316000', '103925.319000', '103925.322000', '103925.325000', '103925.328000', '103925.330000', '103925.333000', '103925.336000', '103925.339000', '103925.342000', '103925.345000', '103925.347000', '103925.350000', '103925.353000', '103925.356000', '103925.359000', '103945.240000', '103945.243000', '103945.246000', '103945.249000', '103945.255000', '103945.258000', '103945.261000', '103945.264000', '103945.267000', '103945.269000', '103945.272000', '103945.275000', '103945.278000', '103945.281000', '103945.284000', '103945.287000', '103945.289000', '103945.292000', '103945.295000', '103945.298000', '103945.301000', '103945.303000', '103945.306000', '103945.309000', '103945.312000', '103945.315000', '103945.318000', '103945.321000', '103945.323000', '103945.326000', '103945.329000', '103945.332000', '103945.335000', '103945.337000', '103945.340000', '103945.343000', '103945.346000', '103945.349000', '103945.351000', '103945.354000', '103945.357000', '103945.360000', '103945.363000', '104005.239000', '104005.242000', '104005.245000', '104005.247000', '104005.250000', '104005.253000', '104005.256000', '104005.259000', '104005.262000', '104005.264000', '104005.267000', '104005.270000', '104005.273000', '104005.276000', '104005.279000', '104005.282000', '104005.284000', '104005.287000', '104005.290000', '104005.293000', '104005.296000', '104005.299000', '104005.302000', '104005.304000', '104005.307000', '104005.310000', '104005.313000', '104005.316000', '104005.318000', '104005.321000', '104005.324000', '104005.327000', '104005.330000', '104005.333000', '104005.335000', '104005.338000', '104005.341000', '104005.344000', '104005.347000', '104005.350000', '104005.352000', '104005.355000', '104005.358000', '104005.361000', '104025.239000', '104025.242000', '104025.245000', '104025.248000', '104025.251000', '104025.255000', '104025.258000', '104025.261000', '104025.264000', '104025.267000', '104025.270000', '104025.275000', '104025.279000', '104025.282000', '104025.285000', '104025.288000', '104025.291000', '104025.293000', '104025.297000', '104025.299000', '104025.302000', '104025.305000', '104025.308000', '104025.311000', '104025.313000', '104025.316000', '104025.319000', '104025.322000', '104025.325000', '104025.328000', '104025.331000', '104025.333000', '104025.336000', '104025.339000', '104025.342000', '104025.345000', '104025.347000', '104025.350000', '104025.353000', '104025.356000', '104025.359000', '104025.361000', '104025.364000', '104045.239000', '104045.242000', '104045.245000', '104045.248000', '104045.250000', '104045.253000', '104045.256000', '104045.259000', '104045.271000', '104045.274000', '104045.277000', '104045.280000', '104045.283000', '104045.286000', '104045.289000', '104045.291000', '104045.294000', '104045.297000', '104045.300000', '104045.303000', '104045.306000', '104045.309000', '104045.312000', '104045.314000', '104045.317000', '104045.320000', '104045.323000', '104045.326000', '104045.328000', '104045.331000', '104045.334000', '104045.337000', '104045.340000', '104045.343000', '104045.345000', '104045.348000', '104045.351000', '104045.354000', '104045.357000', '104045.360000', '104045.362000', '104045.365000', '104045.368000', '104045.371000', '104104.435000', '104104.439000', '104104.442000', '104104.445000', '104104.448000', '104104.452000', '104104.456000', '104104.459000', '104104.462000', '104104.465000', '104104.468000', '104104.470000', '104104.473000', '104104.476000', '104104.479000', '104104.482000', '104104.485000', '104104.495000', '104104.498000', '104104.501000', '104104.504000', '104104.507000', '104104.509000', '104104.512000', '104104.515000', '104104.518000', '104104.521000', '104104.524000', '104104.526000', '104104.529000', '104104.532000', '104104.535000', '104104.538000', '104104.541000', '104104.544000', '104104.546000', '104104.549000', '104104.552000', '104104.555000', '104104.558000', '104104.561000', '104104.564000'], 'InstanceCreationTime': ['103445.275000', '103445.278000', '103445.284000', '103445.287000', '103445.290000', '103445.293000', '103445.296000', '103445.299000', '103445.301000', '103445.304000', '103445.307000', '103445.310000', '103445.313000', '103445.316000', '103445.319000', '103445.321000', '103445.324000', '103445.327000', '103445.330000', '103445.333000', '103445.335000', '103445.338000', '103445.341000', '103445.344000', '103445.347000', '103445.350000', '103445.353000', '103445.356000', '103445.359000', '103445.361000', '103445.364000', '103445.367000', '103445.370000', '103445.373000', '103445.375000', '103445.378000', '103445.381000', '103445.384000', '103445.387000', '103445.390000', '103445.393000', '103445.395000', '103445.398000', '103445.401000', '103445.404000', '103445.407000', '103445.409000', '103505.240000', '103505.243000', '103505.246000', '103505.248000', '103505.251000', '103505.254000', '103505.257000', '103505.260000', '103505.263000', '103505.265000', '103505.268000', '103505.271000', '103505.274000', '103505.277000', '103505.280000', '103505.282000', '103505.285000', '103505.288000', '103505.291000', '103505.294000', '103505.296000', '103505.299000', '103505.302000', '103505.305000', '103505.308000', '103505.310000', '103505.313000', '103505.316000', '103505.319000', '103505.322000', '103505.325000', '103505.327000', '103505.330000', '103505.333000', '103505.336000', '103505.338000', '103505.341000', '103505.344000', '103505.347000', '103505.350000', '103505.352000', '103505.355000', '103505.358000', '103505.361000', '103525.239000', '103525.242000', '103525.244000', '103525.247000', '103525.250000', '103525.253000', '103525.256000', '103525.259000', '103525.262000', '103525.264000', '103525.267000', '103525.270000', '103525.273000', '103525.276000', '103525.279000', '103525.281000', '103525.284000', '103525.287000', '103525.290000', '103525.293000', '103525.297000', '103525.300000', '103525.302000', '103525.305000', '103525.308000', '103525.311000', '103525.314000', '103525.316000', '103525.321000', '103525.323000', '103525.326000', '103525.329000', '103525.332000', '103525.335000', '103525.337000', '103525.340000', '103525.343000', '103525.346000', '103525.349000', '103525.352000', '103525.355000', '103525.357000', '103525.361000', '103545.239000', '103545.242000', '103545.245000', '103545.247000', '103545.250000', '103545.253000', '103545.256000', '103545.259000', '103545.262000', '103545.265000', '103545.268000', '103545.270000', '103545.273000', '103545.276000', '103545.279000', '103545.282000', '103545.284000', '103545.287000', '103545.290000', '103545.293000', '103545.300000', '103545.303000', '103545.306000', '103545.308000', '103545.311000', '103545.314000', '103545.317000', '103545.320000', '103545.322000', '103545.325000', '103545.328000', '103545.331000', '103545.334000', '103545.337000', '103545.340000', '103545.342000', '103545.345000', '103545.348000', '103545.351000', '103545.354000', '103545.356000', '103545.359000', '103545.362000', '103545.365000', '103605.239000', '103605.242000', '103605.245000', '103605.247000', '103605.250000', '103605.253000', '103605.256000', '103605.259000', '103605.262000', '103605.264000', '103605.267000', '103605.270000', '103605.273000', '103605.276000', '103605.279000', '103605.282000', '103605.284000', '103605.287000', '103605.290000', '103605.293000', '103605.296000', '103605.299000', '103605.301000', '103605.304000', '103605.307000', '103605.310000', '103605.313000', '103605.316000', '103605.319000', '103605.328000', '103605.331000', '103605.334000', '103605.337000', '103605.351000', '103605.354000', '103605.357000', '103605.359000', '103605.362000', '103605.365000', '103605.368000', '103605.371000', '103605.374000', '103605.376000', '103625.239000', '103625.242000', '103625.245000', '103625.247000', '103625.250000', '103625.253000', '103625.256000', '103625.259000', '103625.262000', '103625.265000', '103625.268000', '103625.271000', '103625.274000', '103625.276000', '103625.279000', '103625.282000', '103625.285000', '103625.288000', '103625.290000', '103625.293000', '103625.296000', '103625.299000', '103625.302000', '103625.305000', '103625.307000', '103625.310000', '103625.313000', '103625.316000', '103625.319000', '103625.321000', '103625.324000', '103625.327000', '103625.339000', '103625.342000', '103625.345000', '103625.348000', '103625.350000', '103625.353000', '103625.356000', '103625.359000', '103625.362000', '103625.364000', '103625.367000', '103625.370000', '103645.239000', '103645.242000', '103645.245000', '103645.248000', '103645.250000', '103645.253000', '103645.256000', '103645.259000', '103645.262000', '103645.264000', '103645.267000', '103645.270000', '103645.273000', '103645.276000', '103645.279000', '103645.282000', '103645.284000', '103645.287000', '103645.290000', '103645.293000', '103645.296000', '103645.299000', '103645.301000', '103645.304000', '103645.307000', '103645.310000', '103645.313000', '103645.315000', '103645.318000', '103645.321000', '103645.324000', '103645.327000', '103645.330000', '103645.333000', '103645.336000', '103645.339000', '103645.342000', '103645.345000', '103645.348000', '103645.350000', '103645.353000', '103645.356000', '103645.359000', '103705.239000', '103705.242000', '103705.244000', '103705.247000', '103705.250000', '103705.253000', '103705.256000', '103705.259000', '103705.261000', '103705.264000', '103705.267000', '103705.270000', '103705.273000', '103705.275000', '103705.278000', '103705.281000', '103705.284000', '103705.287000', '103705.290000', '103705.292000', '103705.295000', '103705.298000', '103705.301000', '103705.327000', '103705.330000', '103705.333000', '103705.336000', '103705.343000', '103705.346000', '103705.348000', '103705.351000', '103705.354000', '103705.357000', '103705.360000', '103705.362000', '103705.365000', '103705.368000', '103705.371000', '103705.374000', '103705.377000', '103705.379000', '103705.382000', '103705.385000', '103705.388000', '103725.240000', '103725.243000', '103725.245000', '103725.248000', '103725.251000', '103725.254000', '103725.257000', '103725.260000', '103725.262000', '103725.265000', '103725.268000', '103725.271000', '103725.274000', '103725.277000', '103725.280000', '103725.282000', '103725.285000', '103725.288000', '103725.291000', '103725.294000', '103725.297000', '103725.299000', '103725.302000', '103725.305000', '103725.308000', '103725.311000', '103725.313000', '103725.316000', '103725.319000', '103725.322000', '103725.325000', '103725.328000', '103725.330000', '103725.333000', '103725.336000', '103725.339000', '103725.342000', '103725.345000', '103725.347000', '103725.350000', '103725.353000', '103725.356000', '103725.359000', '103745.239000', '103745.242000', '103745.245000', '103745.247000', '103745.255000', '103745.258000', '103745.261000', '103745.263000', '103745.266000', '103745.269000', '103745.272000', '103745.275000', '103745.278000', '103745.280000', '103745.283000', '103745.297000', '103745.299000', '103745.302000', '103745.305000', '103745.308000', '103745.310000', '103745.313000', '103745.316000', '103745.319000', '103745.322000', '103745.324000', '103745.327000', '103745.330000', '103745.333000', '103745.336000', '103745.338000', '103745.341000', '103745.344000', '103745.347000', '103745.350000', '103745.353000', '103745.355000', '103745.358000', '103745.361000', '103745.364000', '103745.367000', '103745.370000', '103745.372000', '103745.375000', '103805.239000', '103805.242000', '103805.245000', '103805.247000', '103805.250000', '103805.253000', '103805.256000', '103805.259000', '103805.261000', '103805.264000', '103805.267000', '103805.270000', '103805.273000', '103805.275000', '103805.278000', '103805.281000', '103805.284000', '103805.287000', '103805.289000', '103805.292000', '103805.295000', '103805.298000', '103805.301000', '103805.303000', '103805.306000', '103805.309000', '103805.312000', '103805.315000', '103805.318000', '103805.320000', '103805.323000', '103805.326000', '103805.329000', '103805.331000', '103805.334000', '103805.337000', '103805.340000', '103805.343000', '103805.345000', '103805.348000', '103805.351000', '103805.354000', '103805.357000', '103825.239000', '103825.242000', '103825.245000', '103825.247000', '103825.250000', '103825.253000', '103825.256000', '103825.259000', '103825.261000', '103825.264000', '103825.267000', '103825.270000', '103825.273000', '103825.275000', '103825.278000', '103825.281000', '103825.284000', '103825.287000', '103825.289000', '103825.292000', '103825.295000', '103825.298000', '103825.301000', '103825.304000', '103825.306000', '103825.309000', '103825.312000', '103825.315000', '103825.318000', '103825.320000', '103825.323000', '103825.326000', '103825.329000', '103825.331000', '103825.334000', '103825.337000', '103825.340000', '103825.343000', '103825.346000', '103825.348000', '103825.351000', '103825.354000', '103825.357000', '103825.360000', '103845.239000', '103845.242000', '103845.245000', '103845.248000', '103845.250000', '103845.253000', '103845.256000', '103845.259000', '103845.262000', '103845.265000', '103845.267000', '103845.270000', '103845.273000', '103845.276000', '103845.279000', '103845.282000', '103845.285000', '103845.287000', '103845.290000', '103845.293000', '103845.296000', '103845.299000', '103845.301000', '103845.304000', '103845.307000', '103845.310000', '103845.313000', '103845.316000', '103845.318000', '103845.321000', '103845.324000', '103845.327000', '103845.329000', '103845.332000', '103845.335000', '103845.338000', '103845.341000', '103845.343000', '103845.346000', '103845.349000', '103845.352000', '103845.355000', '103845.357000', '103905.239000', '103905.242000', '103905.244000', '103905.247000', '103905.250000', '103905.253000', '103905.255000', '103905.258000', '103905.261000', '103905.264000', '103905.267000', '103905.270000', '103905.273000', '103905.275000', '103905.278000', '103905.281000', '103905.284000', '103905.287000', '103905.289000', '103905.292000', '103905.295000', '103905.298000', '103905.301000', '103905.303000', '103905.314000', '103905.317000', '103905.320000', '103905.322000', '103905.325000', '103905.328000', '103905.331000', '103905.334000', '103905.337000', '103905.339000', '103905.342000', '103905.345000', '103905.348000', '103905.351000', '103905.354000', '103905.356000', '103905.372000', '103905.375000', '103905.378000', '103905.381000', '103925.239000', '103925.242000', '103925.245000', '103925.248000', '103925.251000', '103925.253000', '103925.256000', '103925.259000', '103925.262000', '103925.265000', '103925.268000', '103925.271000', '103925.273000', '103925.276000', '103925.279000', '103925.282000', '103925.285000', '103925.288000', '103925.291000', '103925.293000', '103925.296000', '103925.299000', '103925.302000', '103925.305000', '103925.308000', '103925.310000', '103925.313000', '103925.316000', '103925.319000', '103925.322000', '103925.325000', '103925.328000', '103925.330000', '103925.333000', '103925.336000', '103925.339000', '103925.342000', '103925.345000', '103925.347000', '103925.350000', '103925.353000', '103925.356000', '103925.359000', '103945.240000', '103945.243000', '103945.246000', '103945.249000', '103945.255000', '103945.258000', '103945.261000', '103945.264000', '103945.267000', '103945.269000', '103945.272000', '103945.275000', '103945.278000', '103945.281000', '103945.284000', '103945.287000', '103945.289000', '103945.292000', '103945.295000', '103945.298000', '103945.301000', '103945.303000', '103945.306000', '103945.309000', '103945.312000', '103945.315000', '103945.318000', '103945.321000', '103945.323000', '103945.326000', '103945.329000', '103945.332000', '103945.335000', '103945.337000', '103945.340000', '103945.343000', '103945.346000', '103945.349000', '103945.351000', '103945.354000', '103945.357000', '103945.360000', '103945.363000', '104005.239000', '104005.242000', '104005.245000', '104005.247000', '104005.250000', '104005.253000', '104005.256000', '104005.259000', '104005.262000', '104005.264000', '104005.267000', '104005.270000', '104005.273000', '104005.276000', '104005.279000', '104005.282000', '104005.284000', '104005.287000', '104005.290000', '104005.293000', '104005.296000', '104005.299000', '104005.302000', '104005.304000', '104005.307000', '104005.310000', '104005.313000', '104005.316000', '104005.318000', '104005.321000', '104005.324000', '104005.327000', '104005.330000', '104005.333000', '104005.335000', '104005.338000', '104005.341000', '104005.344000', '104005.347000', '104005.350000', '104005.352000', '104005.355000', '104005.358000', '104005.361000', '104025.239000', '104025.242000', '104025.245000', '104025.248000', '104025.251000', '104025.255000', '104025.258000', '104025.261000', '104025.264000', '104025.267000', '104025.270000', '104025.275000', '104025.279000', '104025.282000', '104025.285000', '104025.288000', '104025.291000', '104025.293000', '104025.297000', '104025.299000', '104025.302000', '104025.305000', '104025.308000', '104025.311000', '104025.313000', '104025.316000', '104025.319000', '104025.322000', '104025.325000', '104025.328000', '104025.331000', '104025.333000', '104025.336000', '104025.339000', '104025.342000', '104025.345000', '104025.347000', '104025.350000', '104025.353000', '104025.356000', '104025.359000', '104025.361000', '104025.364000', '104045.239000', '104045.242000', '104045.245000', '104045.248000', '104045.250000', '104045.253000', '104045.256000', '104045.259000', '104045.271000', '104045.274000', '104045.277000', '104045.280000', '104045.283000', '104045.286000', '104045.289000', '104045.291000', '104045.294000', '104045.297000', '104045.300000', '104045.303000', '104045.306000', '104045.309000', '104045.312000', '104045.314000', '104045.317000', '104045.320000', '104045.323000', '104045.326000', '104045.328000', '104045.331000', '104045.334000', '104045.337000', '104045.340000', '104045.343000', '104045.345000', '104045.348000', '104045.351000', '104045.354000', '104045.357000', '104045.360000', '104045.362000', '104045.365000', '104045.368000', '104045.371000', '104104.435000', '104104.439000', '104104.442000', '104104.445000', '104104.448000', '104104.452000', '104104.456000', '104104.459000', '104104.462000', '104104.465000', '104104.468000', '104104.470000', '104104.473000', '104104.476000', '104104.479000', '104104.482000', '104104.485000', '104104.495000', '104104.498000', '104104.501000', '104104.504000', '104104.507000', '104104.509000', '104104.512000', '104104.515000', '104104.518000', '104104.521000', '104104.524000', '104104.526000', '104104.529000', '104104.532000', '104104.535000', '104104.538000', '104104.541000', '104104.544000', '104104.546000', '104104.549000', '104104.552000', '104104.555000', '104104.558000', '104104.561000', '104104.564000'], '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': [11641, 8851, 10387, 8569, 9425, 8567, 8205, 8681, 8600, 10337, 8909, 8261, 10599, 8764, 8392, 9009, 8575, 10711, 8939, 8377, 9322, 8241, 9226, 8503, 8582, 10219, 8655, 8440, 9012, 8455, 8925, 8532, 8600, 10729, 8898, 9625, 10785, 8679, 13988, 9846, 14504, 10915, 12089, 11814, 8911, 9488, 9179, 9948, 13316, 9056, 8959, 7832, 8630, 8520, 8233, 10182, 8402, 8993, 12310, 12199, 15618, 11776, 15745, 11637, 10644, 13370, 14127, 13559, 14479, 11761, 13589, 11666, 12366, 11346, 9305, 11270, 8314, 11539, 8622, 12351, 8588, 11716, 8689, 9021, 9101, 8932, 9063, 8495, 8607, 8299, 8721, 8528, 8548, 9091, 9227, 8794, 9260, 8490, 9746, 8772, 8767, 8860, 8916, 9568, 8554, 8650, 8655, 8576, 9873, 8631, 10081, 8581, 9508, 9027, 8600, 9416, 9173, 8744, 10367, 8616, 8134, 8944, 8634, 11152, 8672, 12215, 9003, 13672, 10435, 13814, 11176, 12579, 11250, 11429, 13875, 9307, 13599, 11351, 11079, 9479, 8478, 11966, 8534, 13719, 9655, 11643, 9676, 8758, 10415, 9336, 9562, 8518, 9006, 9929, 9253, 8753, 9268, 8780, 9457, 8657, 9218, 8923, 10572, 9371, 8418, 8537, 8870, 9355, 9274, 8647, 9197, 8940, 8956, 9509, 8365, 8612, 10510, 9104, 9213, 9122, 8547, 10966, 8433, 13145, 10504, 11652, 9365, 8746, 12045, 8996, 8500, 10243, 8267, 8650, 8318, 8183, 8578, 8227, 9750, 8595, 11941, 10577, 13174, 10820, 13572, 11716, 13816, 12073, 14072, 11405, 14781, 11266, 8546, 11224, 9532, 11151, 9015, 8801, 8705, 9751, 8598, 13856, 10220, 13713, 11008, 12863, 9343, 12990, 9428, 13407, 8971, 12100, 8437, 8924, 8340, 8768, 8608, 8668, 8516, 8725, 8803, 8639, 8998, 8598, 8316, 8744, 9108, 8686, 8448, 8798, 8594, 9979, 8619, 10469, 8770, 11182, 8974, 12230, 8718, 12583, 9095, 10978, 8959, 9728, 8995, 7538, 8859, 9183, 7956, 8325, 8680, 10064, 8294, 11602, 8607, 10153, 8707, 9339, 8918, 10346, 12484, 12362, 8609, 12505, 10040, 8367, 12444, 9628, 8064, 13035, 9621, 11088, 11525, 8520, 12488, 10746, 9292, 13484, 13409, 13377, 15984, 14482, 15852, 12861, 8229, 8200, 11395, 9871, 8817, 7764, 9483, 9233, 8466, 7885, 9823, 9008, 8546, 9428, 8064, 10915, 8728, 12198, 9732, 12060, 9208, 10603, 9352, 11115, 9357, 9216, 9053, 8782, 8938, 7495, 8816, 8343, 8763, 8132, 8394, 7021, 8080, 7535, 7500, 7938, 7569, 7808, 8915, 10185, 8590, 11346, 9354, 14928, 13996, 14809, 14685, 12078, 14632, 11711, 14607, 12018, 12951, 13360, 9705, 7642, 8026, 7978, 7651, 7892, 9442, 8954, 9614, 7875, 9341, 9752, 11790, 11802, 10274, 10142, 9192, 9743, 9429, 8781, 8937, 13453, 13598, 12060, 11041, 16372, 11167, 9455, 10602, 9591, 9013, 12111, 9429, 12718, 10605, 11953, 9471, 10520, 9537, 8508, 9783, 8696, 9709, 8367, 8410, 8719, 8475, 8760, 9036, 8626, 8195, 8299, 8286, 8453, 8652, 8035, 10745, 10168, 9088, 8197, 11221, 9177, 12401, 9238, 11820, 9341, 11700, 8585, 10968, 8229, 10966, 8357, 9832, 8635, 9467, 8671, 8237, 8924, 8296, 9082, 8192, 8817, 8791, 7688, 8323, 8325, 7827, 9084, 8682, 7225, 8968, 8084, 8540, 7804, 9670, 8170, 8423, 11144, 10822, 9522, 14889, 11929, 9130, 11949, 10336, 8513, 12674, 8943, 8790, 9503, 8927, 8221, 8392, 7962, 8492, 7926, 8485, 8339, 8952, 9244, 9157, 9996, 11133, 13469, 12566, 13021, 14184, 13728, 14541, 14491, 14294, 14090, 12749, 10521, 12407, 9532, 8683, 8487, 9328, 8623, 9345, 9221, 9112, 9399, 10694, 9189, 11444, 9585, 11586, 9477, 11828, 9421, 11338, 9314, 9508, 9361, 8685, 8243, 8657, 8120, 8419, 8663, 8337, 8416, 8041, 8453, 8111, 8632, 7956, 10052, 8504, 10190, 8632, 10559, 8492, 10459, 8532, 9388, 8319, 10517, 8599, 10322, 8976, 7531, 8370, 8392, 9756, 8350, 8272, 8933, 8517, 7815, 9472, 8342, 7910, 8882, 8652, 10479, 8884, 11231, 9057, 12472, 8633, 11936, 10200, 10934, 10876, 10403, 12949, 11488, 10266, 9135, 8593, 9360, 8921, 9627, 8712, 8687, 9525, 8832, 8424, 9114, 9150, 8986, 11510, 9594, 11765, 11606, 9499, 9607, 10650, 9411, 10381, 9362, 8528, 8634, 8796, 9815, 11714, 8711, 7711, 8442, 8580, 9099, 8051, 8435, 9277, 8645, 9942, 8393, 10273, 8657, 10554, 8403, 11327, 9257, 11294, 8838, 10185, 9046, 10085, 8831, 7882, 9104, 8421, 8869, 8483, 8672, 8677, 7748, 8352, 8550, 8172, 8344, 8462, 10007, 8637, 11048, 8807, 10738, 8462, 10965, 9487, 10972, 12105, 10601, 12975, 9331, 12315, 8588, 9358, 9157, 11368, 8741, 7746, 8094, 8388, 8977, 8559, 9212, 8252, 10652, 8479, 8385, 8205, 8712, 11975, 10121, 9878, 11107, 10403, 14027, 9908, 10770, 9098, 8852, 9137, 8606, 8636, 7820, 7892, 7982, 9620, 7695, 8295, 8293, 9050, 10420, 11658, 11802, 13842, 12725, 13190, 13677, 12916, 13658, 12519, 10716, 10030, 8670, 12743, 9358, 8670, 8293, 9136, 9224, 9111, 9047, 8683, 8540, 8838, 8606, 8870, 8162, 8818, 8426, 8361, 7921, 9137, 7972, 8677, 8717, 8693, 12321, 13292, 10474, 11282, 15767, 12834, 13721, 13796, 11995, 14155, 11691, 13695, 11396, 9558, 10755, 8582, 9164, 8473, 8895, 8535, 8562, 8455, 8839, 8353, 8268, 8500, 8327, 8729, 8430, 8122, 9613, 8272, 10386, 8196, 10722, 8217, 10966, 8401, 10848, 9066, 10972, 9629, 11592, 10058, 12040, 9261, 12827, 8541, 11827, 8483, 10640, 8400, 9933, 8345, 8489, 8291, 8362, 8738, 8366, 9990, 8355, 10171, 8315, 8798, 8295, 7932, 8528, 8611, 9460, 8276, 7913, 8576, 7819, 7924, 9518, 8330, 9494, 8172, 7957, 8713, 8561, 8521, 8117, 8412, 8765, 8010, 8674, 8629, 9377, 8454, 9880, 10248, 9003, 12656, 9596, 12538, 10883, 9610, 18238, 11536, 11041, 14256, 13267, 10576, 13717, 10618, 12866, 11485, 9641, 12581, 9410, 13249, 9348, 8760, 9106, 9201, 8713, 8681, 8772, 8708, 8476, 8728, 9118, 8897, 8570, 8832, 8633, 10365, 8684, 9496, 8982, 8619, 10901, 8726, 12512, 9801, 11377, 9871, 10436, 8714, 8486, 9436, 8572, 10493, 8677, 8655, 8472], 'WindowCenter': [4564.0, 4520.0, 4525.0, 4502.0, 4501.0, 4503.0, 4503.0, 4485.0, 4487.0, 4509.0, 4485.0, 4476.0, 4493.0, 4486.0, 4476.0, 4484.0, 4484.0, 4506.0, 4500.0, 4488.0, 4496.0, 4486.0, 4496.0, 4486.0, 4485.0, 4517.0, 4501.0, 4501.0, 4510.0, 4502.0, 4513.0, 4503.0, 4502.0, 4531.0, 4513.0, 4524.0, 4532.0, 4503.0, 4550.0, 4521.0, 4551.0, 4520.0, 4530.0, 4530.0, 4501.0, 4522.0, 4498.0, 4500.0, 4525.0, 4474.0, 4472.0, 4439.0, 4457.0, 4482.0, 4486.0, 4504.0, 4487.0, 4497.0, 4540.0, 4531.0, 4564.0, 4535.0, 4495.0, 4508.0, 4493.0, 4499.0, 4511.0, 4499.0, 4509.0, 4488.0, 4496.0, 4473.0, 4473.0, 4463.0, 4442.0, 4461.0, 4431.0, 4461.0, 4430.0, 4469.0, 4430.0, 4457.0, 4430.0, 4427.0, 4440.0, 4441.0, 4442.0, 4440.0, 4445.0, 4445.0, 4455.0, 4457.0, 4455.0, 4468.0, 4467.0, 4469.0, 4468.0, 4473.0, 4480.0, 4470.0, 4469.0, 4496.0, 4496.0, 4493.0, 4483.0, 4483.0, 4482.0, 4484.0, 4504.0, 4497.0, 4506.0, 4487.0, 4496.0, 4497.0, 4498.0, 4508.0, 4509.0, 4486.0, 4503.0, 4484.0, 4475.0, 4496.0, 4497.0, 4527.0, 4499.0, 4536.0, 4499.0, 4549.0, 4520.0, 4537.0, 4515.0, 4513.0, 4501.0, 4501.0, 4521.0, 4481.0, 4510.0, 4501.0, 4501.0, 4479.0, 4460.0, 4512.0, 4470.0, 4510.0, 4479.0, 4498.0, 4479.0, 4472.0, 4502.0, 4481.0, 4479.0, 4468.0, 4469.0, 4479.0, 4469.0, 4468.0, 4469.0, 4468.0, 4479.0, 4469.0, 4480.0, 4470.0, 4491.0, 4479.0, 4460.0, 4468.0, 4495.0, 4497.0, 4507.0, 4507.0, 4509.0, 4497.0, 4497.0, 4508.0, 4487.0, 4497.0, 4517.0, 4496.0, 4498.0, 4498.0, 4486.0, 4507.0, 4477.0, 4526.0, 4496.0, 4504.0, 4472.0, 4472.0, 4511.0, 4483.0, 4474.0, 4494.0, 4473.0, 4471.0, 4458.0, 4469.0, 4470.0, 4469.0, 4490.0, 4473.0, 4514.0, 4509.0, 4526.0, 4507.0, 4525.0, 4502.0, 4511.0, 4500.0, 4497.0, 4487.0, 4520.0, 4490.0, 4457.0, 4478.0, 4455.0, 4470.0, 4453.0, 4453.0, 4444.0, 4463.0, 4443.0, 4494.0, 4463.0, 4481.0, 4461.0, 4470.0, 4440.0, 4469.0, 4439.0, 4469.0, 4428.0, 4457.0, 4417.0, 4425.0, 4416.0, 4426.0, 4427.0, 4426.0, 4441.0, 4438.0, 4452.0, 4452.0, 4465.0, 4468.0, 4470.0, 4484.0, 4493.0, 4483.0, 4484.0, 4495.0, 4496.0, 4503.0, 4496.0, 4503.0, 4484.0, 4514.0, 4496.0, 4523.0, 4484.0, 4522.0, 4483.0, 4502.0, 4481.0, 4492.0, 4486.0, 4477.0, 4496.0, 4506.0, 4473.0, 4469.0, 4482.0, 4503.0, 4497.0, 4537.0, 4523.0, 4527.0, 4509.0, 4504.0, 4488.0, 4487.0, 4507.0, 4510.0, 4469.0, 4498.0, 4482.0, 4461.0, 4511.0, 4495.0, 4476.0, 4534.0, 4495.0, 4502.0, 4500.0, 4456.0, 4495.0, 4487.0, 4466.0, 4505.0, 4505.0, 4492.0, 4500.0, 4475.0, 4479.0, 4461.0, 4425.0, 4421.0, 4451.0, 4445.0, 4433.0, 4425.0, 4459.0, 4460.0, 4452.0, 4452.0, 4471.0, 4463.0, 4451.0, 4462.0, 4456.0, 4482.0, 4453.0, 4492.0, 4464.0, 4495.0, 4462.0, 4481.0, 4462.0, 4481.0, 4461.0, 4461.0, 4462.0, 4454.0, 4461.0, 4444.0, 4480.0, 4483.0, 4481.0, 4467.0, 4475.0, 4454.0, 4465.0, 4464.0, 4457.0, 4480.0, 4481.0, 4495.0, 4517.0, 4539.0, 4517.0, 4551.0, 4517.0, 4568.0, 4556.0, 4544.0, 4541.0, 4507.0, 4532.0, 4510.0, 4529.0, 4507.0, 4501.0, 4483.0, 4452.0, 4431.0, 4434.0, 4434.0, 4423.0, 4423.0, 4444.0, 4445.0, 4456.0, 4443.0, 4448.0, 4459.0, 4482.0, 4478.0, 4446.0, 4446.0, 4426.0, 4437.0, 4433.0, 4426.0, 4423.0, 4467.0, 4466.0, 4470.0, 4473.0, 4502.0, 4460.0, 4437.0, 4435.0, 4425.0, 4415.0, 4447.0, 4417.0, 4444.0, 4437.0, 4432.0, 4415.0, 4422.0, 4414.0, 4401.0, 4419.0, 4402.0, 4424.0, 4415.0, 4441.0, 4441.0, 4430.0, 4443.0, 4467.0, 4455.0, 4456.0, 4457.0, 4493.0, 4484.0, 4500.0, 4499.0, 4504.0, 4504.0, 4485.0, 4471.0, 4503.0, 4484.0, 4513.0, 4483.0, 4500.0, 4479.0, 4512.0, 4471.0, 4502.0, 4472.0, 4503.0, 4472.0, 4490.0, 4481.0, 4476.0, 4467.0, 4468.0, 4468.0, 4470.0, 4465.0, 4467.0, 4480.0, 4482.0, 4475.0, 4495.0, 4495.0, 4485.0, 4506.0, 4498.0, 4474.0, 4494.0, 4497.0, 4506.0, 4497.0, 4518.0, 4511.0, 4509.0, 4527.0, 4526.0, 4507.0, 4547.0, 4524.0, 4494.0, 4509.0, 4490.0, 4481.0, 4523.0, 4482.0, 4481.0, 4501.0, 4492.0, 4470.0, 4465.0, 4451.0, 4451.0, 4455.0, 4478.0, 4481.0, 4477.0, 4489.0, 4491.0, 4499.0, 4496.0, 4519.0, 4508.0, 4518.0, 4516.0, 4523.0, 4532.0, 4520.0, 4510.0, 4482.0, 4458.0, 4437.0, 4457.0, 4437.0, 4428.0, 4440.0, 4449.0, 4441.0, 4450.0, 4452.0, 4442.0, 4452.0, 4458.0, 4442.0, 4459.0, 4439.0, 4459.0, 4438.0, 4458.0, 4436.0, 4447.0, 4438.0, 4436.0, 4437.0, 4428.0, 4429.0, 4441.0, 4441.0, 4455.0, 4467.0, 4468.0, 4473.0, 4473.0, 4485.0, 4485.0, 4494.0, 4484.0, 4506.0, 4497.0, 4507.0, 4486.0, 4504.0, 4481.0, 4491.0, 4471.0, 4481.0, 4471.0, 4489.0, 4471.0, 4489.0, 4468.0, 4461.0, 4472.0, 4474.0, 4490.0, 4482.0, 4484.0, 4508.0, 4522.0, 4498.0, 4515.0, 4498.0, 4485.0, 4495.0, 4486.0, 4516.0, 4511.0, 4514.0, 4494.0, 4511.0, 4482.0, 4510.0, 4490.0, 4487.0, 4488.0, 4488.0, 4507.0, 4501.0, 4489.0, 4477.0, 4456.0, 4479.0, 4479.0, 4477.0, 4465.0, 4467.0, 4474.0, 4469.0, 4469.0, 4477.0, 4477.0, 4468.0, 4499.0, 4479.0, 4487.0, 4487.0, 4465.0, 4464.0, 4474.0, 4463.0, 4476.0, 4463.0, 4454.0, 4456.0, 4466.0, 4488.0, 4495.0, 4452.0, 4445.0, 4453.0, 4467.0, 4490.0, 4468.0, 4470.0, 4491.0, 4481.0, 4489.0, 4470.0, 4488.0, 4468.0, 4486.0, 4456.0, 4483.0, 4465.0, 4473.0, 4453.0, 4461.0, 4453.0, 4461.0, 4451.0, 4429.0, 4448.0, 4445.0, 4465.0, 4466.0, 4455.0, 4469.0, 4448.0, 4455.0, 4470.0, 4469.0, 4485.0, 4483.0, 4500.0, 4496.0, 4513.0, 4493.0, 4504.0, 4473.0, 4503.0, 4481.0, 4491.0, 4499.0, 4486.0, 4496.0, 4467.0, 4486.0, 4468.0, 4466.0, 4466.0, 4484.0, 4455.0, 4443.0, 4444.0, 4457.0, 4468.0, 4466.0, 4494.0, 4483.0, 4502.0, 4498.0, 4495.0, 4497.0, 4500.0, 4527.0, 4506.0, 4494.0, 4502.0, 4493.0, 4521.0, 4482.0, 4503.0, 4471.0, 4468.0, 4466.0, 4455.0, 4454.0, 4446.0, 4470.0, 4467.0, 4477.0, 4457.0, 4470.0, 4464.0, 4467.0, 4504.0, 4511.0, 4518.0, 4512.0, 4489.0, 4486.0, 4486.0, 4474.0, 4483.0, 4472.0, 4450.0, 4451.0, 4429.0, 4458.0, 4426.0, 4442.0, 4446.0, 4481.0, 4452.0, 4455.0, 4455.0, 4453.0, 4442.0, 4452.0, 4441.0, 4466.0, 4456.0, 4480.0, 4470.0, 4470.0, 4458.0, 4495.0, 4471.0, 4481.0, 4467.0, 4473.0, 4522.0, 4523.0, 4494.0, 4503.0, 4521.0, 4499.0, 4498.0, 4498.0, 4475.0, 4484.0, 4449.0, 4457.0, 4436.0, 4415.0, 4421.0, 4404.0, 4401.0, 4391.0, 4401.0, 4403.0, 4400.0, 4402.0, 4414.0, 4415.0, 4419.0, 4432.0, 4432.0, 4445.0, 4446.0, 4448.0, 4468.0, 4460.0, 4477.0, 4459.0, 4486.0, 4460.0, 4486.0, 4458.0, 4488.0, 4468.0, 4487.0, 4468.0, 4487.0, 4477.0, 4487.0, 4467.0, 4495.0, 4455.0, 4486.0, 4455.0, 4475.0, 4446.0, 4466.0, 4457.0, 4456.0, 4457.0, 4457.0, 4469.0, 4459.0, 4477.0, 4472.0, 4489.0, 4469.0, 4469.0, 4472.0, 4483.0, 4482.0, 4481.0, 4494.0, 4472.0, 4468.0, 4479.0, 4469.0, 4471.0, 4492.0, 4481.0, 4505.0, 4495.0, 4496.0, 4506.0, 4506.0, 4494.0, 4481.0, 4481.0, 4479.0, 4467.0, 4481.0, 4493.0, 4517.0, 4511.0, 4518.0, 4514.0, 4508.0, 4537.0, 4507.0, 4548.0, 4517.0, 4520.0, 4551.0, 4505.0, 4502.0, 4522.0, 4510.0, 4479.0, 4508.0, 4477.0, 4496.0, 4484.0, 4454.0, 4486.0, 4454.0, 4482.0, 4454.0, 4456.0, 4456.0, 4466.0, 4454.0, 4456.0, 4454.0, 4458.0, 4459.0, 4470.0, 4481.0, 4483.0, 4483.0, 4484.0, 4483.0, 4504.0, 4485.0, 4496.0, 4486.0, 4484.0, 4502.0, 4474.0, 4513.0, 4493.0, 4502.0, 4492.0, 4492.0, 4472.0, 4471.0, 4469.0, 4470.0, 4491.0, 4469.0, 4471.0, 4472.0], 'WindowWidth': [10018.0, 9948.0, 9945.0, 9910.0, 9904.0, 9910.0, 9911.0, 9877.0, 9878.0, 9906.0, 9871.0, 9857.0, 9876.0, 9872.0, 9858.0, 9868.0, 9869.0, 9902.0, 9899.0, 9879.0, 9890.0, 9876.0, 9888.0, 9876.0, 9875.0, 9921.0, 9906.0, 9906.0, 9918.0, 9910.0, 9924.0, 9911.0, 9909.0, 9948.0, 9925.0, 9939.0, 9950.0, 9911.0, 9972.0, 9934.0, 9972.0, 9929.0, 9940.0, 9941.0, 9906.0, 9935.0, 9898.0, 9897.0, 9924.0, 9854.0, 9845.0, 9795.0, 9819.0, 9864.0, 9879.0, 9897.0, 9883.0, 9894.0, 9959.0, 9945.0, 9996.0, 9956.0, 9863.0, 9909.0, 9877.0, 9877.0, 9900.0, 9879.0, 9893.0, 9862.0, 9869.0, 9834.0, 9832.0, 9819.0, 9788.0, 9812.0, 9773.0, 9812.0, 9768.0, 9819.0, 9769.0, 9802.0, 9768.0, 9763.0, 9784.0, 9787.0, 9790.0, 9787.0, 9798.0, 9801.0, 9815.0, 9819.0, 9817.0, 9837.0, 9836.0, 9842.0, 9839.0, 9853.0, 9858.0, 9846.0, 9844.0, 9895.0, 9897.0, 9883.0, 9871.0, 9869.0, 9867.0, 9873.0, 9900.0, 9893.0, 9904.0, 9880.0, 9890.0, 9895.0, 9899.0, 9915.0, 9916.0, 9878.0, 9896.0, 9872.0, 9861.0, 9893.0, 9896.0, 9936.0, 9902.0, 9949.0, 9902.0, 9970.0, 9932.0, 9950.0, 9915.0, 9909.0, 9891.0, 9888.0, 9915.0, 9861.0, 9900.0, 9889.0, 9886.0, 9857.0, 9830.0, 9905.0, 9845.0, 9898.0, 9856.0, 9879.0, 9856.0, 9853.0, 9892.0, 9861.0, 9855.0, 9840.0, 9841.0, 9855.0, 9843.0, 9840.0, 9842.0, 9840.0, 9854.0, 9843.0, 9858.0, 9844.0, 9876.0, 9855.0, 9830.0, 9841.0, 9887.0, 9895.0, 9909.0, 9914.0, 9918.0, 9893.0, 9894.0, 9910.0, 9878.0, 9895.0, 9919.0, 9891.0, 9895.0, 9895.0, 9877.0, 9906.0, 9865.0, 9929.0, 9886.0, 9893.0, 9848.0, 9848.0, 9901.0, 9869.0, 9856.0, 9882.0, 9854.0, 9847.0, 9825.0, 9844.0, 9847.0, 9844.0, 9877.0, 9854.0, 9909.0, 9911.0, 9933.0, 9905.0, 9927.0, 9890.0, 9900.0, 9882.0, 9876.0, 9860.0, 9913.0, 9869.0, 9822.0, 9847.0, 9813.0, 9828.0, 9810.0, 9807.0, 9795.0, 9822.0, 9795.0, 9864.0, 9819.0, 9842.0, 9814.0, 9823.0, 9785.0, 9822.0, 9783.0, 9821.0, 9764.0, 9801.0, 9748.0, 9757.0, 9746.0, 9759.0, 9763.0, 9762.0, 9787.0, 9783.0, 9807.0, 9810.0, 9832.0, 9842.0, 9848.0, 9874.0, 9885.0, 9870.0, 9877.0, 9892.0, 9893.0, 9898.0, 9892.0, 9898.0, 9876.0, 9913.0, 9891.0, 9924.0, 9872.0, 9920.0, 9870.0, 9891.0, 9864.0, 9879.0, 9876.0, 9869.0, 9896.0, 9907.0, 9859.0, 9849.0, 9869.0, 9898.0, 9898.0, 9955.0, 9946.0, 9944.0, 9921.0, 9907.0, 9876.0, 9869.0, 9896.0, 9900.0, 9843.0, 9879.0, 9861.0, 9829.0, 9900.0, 9887.0, 9862.0, 9941.0, 9888.0, 9893.0, 9887.0, 9820.0, 9874.0, 9868.0, 9834.0, 9889.0, 9890.0, 9867.0, 9880.0, 9835.0, 9835.0, 9809.0, 9766.0, 9754.0, 9791.0, 9791.0, 9775.0, 9766.0, 9819.0, 9822.0, 9815.0, 9816.0, 9840.0, 9832.0, 9813.0, 9827.0, 9822.0, 9853.0, 9816.0, 9867.0, 9832.0, 9872.0, 9827.0, 9850.0, 9827.0, 9850.0, 9823.0, 9823.0, 9825.0, 9816.0, 9826.0, 9806.0, 9867.0, 9875.0, 9870.0, 9846.0, 9855.0, 9824.0, 9839.0, 9840.0, 9835.0, 9870.0, 9876.0, 9901.0, 9935.0, 9966.0, 9937.0, 9986.0, 9933.0, 10005.0, 9983.0, 9961.0, 9953.0, 9899.0, 9940.0, 9908.0, 9937.0, 9900.0, 9883.0, 9846.0, 9805.0, 9777.0, 9781.0, 9783.0, 9763.0, 9759.0, 9787.0, 9796.0, 9808.0, 9798.0, 9797.0, 9816.0, 9855.0, 9846.0, 9795.0, 9792.0, 9762.0, 9778.0, 9769.0, 9763.0, 9751.0, 9815.0, 9813.0, 9827.0, 9835.0, 9874.0, 9812.0, 9771.0, 9766.0, 9752.0, 9738.0, 9783.0, 9741.0, 9776.0, 9771.0, 9756.0, 9736.0, 9740.0, 9732.0, 9712.0, 9736.0, 9717.0, 9750.0, 9740.0, 9789.0, 9789.0, 9772.0, 9793.0, 9836.0, 9817.0, 9820.0, 9825.0, 9888.0, 9877.0, 9903.0, 9905.0, 9895.0, 9899.0, 9873.0, 9849.0, 9895.0, 9870.0, 9908.0, 9867.0, 9887.0, 9859.0, 9908.0, 9848.0, 9893.0, 9850.0, 9895.0, 9850.0, 9873.0, 9863.0, 9848.0, 9836.0, 9842.0, 9840.0, 9845.0, 9833.0, 9838.0, 9860.0, 9869.0, 9865.0, 9895.0, 9894.0, 9880.0, 9908.0, 9900.0, 9867.0, 9890.0, 9900.0, 9911.0, 9903.0, 9931.0, 9928.0, 9920.0, 9942.0, 9939.0, 9912.0, 9968.0, 9932.0, 9887.0, 9905.0, 9877.0, 9864.0, 9924.0, 9870.0, 9866.0, 9897.0, 9888.0, 9850.0, 9837.0, 9813.0, 9812.0, 9825.0, 9862.0, 9872.0, 9860.0, 9877.0, 9885.0, 9891.0, 9883.0, 9916.0, 9901.0, 9913.0, 9910.0, 9926.0, 9940.0, 9918.0, 9899.0, 9845.0, 9804.0, 9773.0, 9803.0, 9776.0, 9767.0, 9787.0, 9797.0, 9788.0, 9798.0, 9804.0, 9791.0, 9804.0, 9809.0, 9789.0, 9808.0, 9781.0, 9806.0, 9777.0, 9804.0, 9773.0, 9788.0, 9777.0, 9773.0, 9776.0, 9764.0, 9769.0, 9790.0, 9792.0, 9816.0, 9838.0, 9842.0, 9855.0, 9857.0, 9880.0, 9878.0, 9890.0, 9875.0, 9906.0, 9894.0, 9908.0, 9876.0, 9899.0, 9863.0, 9875.0, 9849.0, 9864.0, 9849.0, 9869.0, 9849.0, 9871.0, 9841.0, 9835.0, 9852.0, 9856.0, 9876.0, 9868.0, 9875.0, 9916.0, 9945.0, 9906.0, 9922.0, 9900.0, 9879.0, 9891.0, 9880.0, 9920.0, 9923.0, 9919.0, 9888.0, 9905.0, 9871.0, 9904.0, 9875.0, 9862.0, 9866.0, 9865.0, 9893.0, 9889.0, 9870.0, 9851.0, 9822.0, 9856.0, 9860.0, 9851.0, 9834.0, 9838.0, 9844.0, 9844.0, 9844.0, 9855.0, 9853.0, 9841.0, 9883.0, 9854.0, 9862.0, 9862.0, 9831.0, 9827.0, 9839.0, 9825.0, 9847.0, 9825.0, 9810.0, 9818.0, 9835.0, 9872.0, 9875.0, 9810.0, 9803.0, 9818.0, 9839.0, 9878.0, 9844.0, 9849.0, 9883.0, 9867.0, 9874.0, 9850.0, 9871.0, 9842.0, 9866.0, 9824.0, 9854.0, 9832.0, 9839.0, 9812.0, 9821.0, 9811.0, 9819.0, 9806.0, 9775.0, 9800.0, 9800.0, 9831.0, 9837.0, 9818.0, 9842.0, 9812.0, 9817.0, 9844.0, 9846.0, 9875.0, 9870.0, 9892.0, 9893.0, 9912.0, 9885.0, 9899.0, 9855.0, 9895.0, 9861.0, 9875.0, 9884.0, 9862.0, 9876.0, 9833.0, 9859.0, 9839.0, 9831.0, 9838.0, 9855.0, 9818.0, 9800.0, 9801.0, 9822.0, 9840.0, 9836.0, 9886.0, 9873.0, 9894.0, 9898.0, 9893.0, 9898.0, 9904.0, 9933.0, 9902.0, 9883.0, 9892.0, 9879.0, 9916.0, 9861.0, 9895.0, 9847.0, 9838.0, 9829.0, 9818.0, 9814.0, 9803.0, 9847.0, 9842.0, 9853.0, 9826.0, 9848.0, 9833.0, 9837.0, 9898.0, 9906.0, 9920.0, 9901.0, 9862.0, 9856.0, 9855.0, 9833.0, 9846.0, 9829.0, 9795.0, 9799.0, 9766.0, 9802.0, 9758.0, 9788.0, 9803.0, 9860.0, 9802.0, 9815.0, 9813.0, 9808.0, 9793.0, 9807.0, 9790.0, 9834.0, 9822.0, 9859.0, 9849.0, 9848.0, 9832.0, 9888.0, 9856.0, 9865.0, 9838.0, 9850.0, 9922.0, 9923.0, 9881.0, 9893.0, 9915.0, 9881.0, 9876.0, 9876.0, 9836.0, 9848.0, 9791.0, 9800.0, 9764.0, 9735.0, 9738.0, 9716.0, 9708.0, 9696.0, 9708.0, 9713.0, 9710.0, 9715.0, 9736.0, 9740.0, 9752.0, 9773.0, 9775.0, 9798.0, 9801.0, 9808.0, 9835.0, 9828.0, 9849.0, 9827.0, 9860.0, 9829.0, 9860.0, 9824.0, 9863.0, 9839.0, 9863.0, 9837.0, 9861.0, 9849.0, 9861.0, 9833.0, 9871.0, 9818.0, 9857.0, 9817.0, 9842.0, 9805.0, 9832.0, 9820.0, 9820.0, 9822.0, 9824.0, 9841.0, 9829.0, 9851.0, 9850.0, 9870.0, 9845.0, 9845.0, 9851.0, 9874.0, 9869.0, 9863.0, 9888.0, 9854.0, 9844.0, 9863.0, 9850.0, 9854.0, 9883.0, 9866.0, 9905.0, 9892.0, 9899.0, 9913.0, 9914.0, 9893.0, 9870.0, 9869.0, 9863.0, 9848.0, 9869.0, 9890.0, 9931.0, 9927.0, 9927.0, 9918.0, 9915.0, 9954.0, 9914.0, 9973.0, 9924.0, 9933.0, 9960.0, 9900.0, 9892.0, 9920.0, 9898.0, 9854.0, 9892.0, 9846.0, 9871.0, 9851.0, 9810.0, 9854.0, 9808.0, 9845.0, 9810.0, 9814.0, 9818.0, 9831.0, 9811.0, 9815.0, 9814.0, 9823.0, 9826.0, 9846.0, 9861.0, 9865.0, 9866.0, 9870.0, 9870.0, 9898.0, 9872.0, 9891.0, 9875.0, 9868.0, 9891.0, 9856.0, 9907.0, 9880.0, 9890.0, 9876.0, 9874.0, 9847.0, 9844.0, 9841.0, 9844.0, 9871.0, 9842.0, 9848.0, 9847.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.008241811926605504</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.05879373314220184</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.88344982592424</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2160677587944875</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0949170795407561</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4996</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4361.8403</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.22371747169800874</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>283</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>32.45412844036697</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.697176614569909</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5440685757083146</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.890250203818338</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.657211064183075</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0239323</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005214588716626167</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.04744161292910576</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.8355056234001856</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>11.5575</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>57.257</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>236.1937</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>59.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>297452.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1161.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>423.1134</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0717</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>574.8374</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3643.9602</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3882.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>79092.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1166.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4767.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1012.1157</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>25.62837888620561</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> |