=== 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-0106 --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-0106",
"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-0106_ses-03_task-social_acq-mb8_run-04_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-0106_ses-03_task-social_acq-mb8_run-04_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-04_session-03_subject-0106_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-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-03_subject-0106_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-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-03_subject-0106_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-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-03_subject-0106_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-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-04_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-04_session-03_subject-0106_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-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-04_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-04_session-03_subject-0106_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-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-03_subject-0106_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-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-04_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-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-04_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-0106/ses-03/func/sub-0106_ses-03_task-social_acq-mb8_run-04_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>138b28629af442c57483abe3adb94b5f</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>19:09:18.565000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998717, -0.0133422, 0.0488426, 0.00435783, 0.983727, 0.179614]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-04_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.085361</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-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4241, -7815, -7240, 397, -77, -90, 93, 56]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>231.217</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>1c21df2e-e640-4901-95fe-fbcc8089d300||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.67948579788208, 0.011691738851368427, 0.13619960844516754, 109.97077178955078], [0.035796139389276505, 2.6392688751220703, 0.48376232385635376, -113.89017486572266], [0.1310412436723709, -0.481892466545105, 2.6528143882751465, -55.20155334472656], [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': ['190918.565000', '190919.025000', '190919.485000', '190919.945000', '190920.405000', '190920.865000', '190921.325000', '190921.785000', '190922.245000', '190922.705000', '190923.165000', '190923.625000', '190924.085000', '190924.545000', '190925.005000', '190925.465000', '190925.925000', '190926.385000', '190926.845000', '190927.305000', '190927.765000', '190928.225000', '190928.685000', '190929.145000', '190929.605000', '190930.065000', '190930.525000', '190930.985000', '190931.445000', '190931.905000', '190932.365000', '190932.825000', '190933.285000', '190933.745000', '190934.205000', '190934.665000', '190935.125000', '190935.585000', '190936.045000', '190936.505000', '190936.965000', '190937.425000', '190937.885000', '190938.345000', '190938.805000', '190939.265000', '190939.725000', '190940.185000', '190940.645000', '190941.105000', '190941.565000', '190942.025000', '190942.485000', '190942.945000', '190943.405000', '190943.865000', '190944.325000', '190944.785000', '190945.245000', '190945.705000', '190946.165000', '190946.625000', '190947.085000', '190947.545000', '190948.005000', '190948.465000', '190948.925000', '190949.385000', '190949.845000', '190950.305000', '190950.765000', '190951.225000', '190951.685000', '190952.145000', '190952.605000', '190953.065000', '190953.525000', '190953.985000', '190954.445000', '190954.905000', '190955.365000', '190955.825000', '190956.285000', '190956.745000', '190957.205000', '190957.665000', '190958.125000', '190958.585000', '190959.045000', '190959.505000', '190959.965000', '191000.425000', '191000.885000', '191001.345000', '191001.805000', '191002.265000', '191002.725000', '191003.185000', '191003.645000', '191004.105000', '191004.565000', '191005.025000', '191005.485000', '191005.945000', '191006.405000', '191006.865000', '191007.325000', '191007.785000', '191008.245000', '191008.705000', '191009.165000', '191009.625000', '191010.085000', '191010.545000', '191011.005000', '191011.465000', '191011.925000', '191012.385000', '191012.845000', '191013.305000', '191013.765000', '191014.225000', '191014.685000', '191015.145000', '191015.605000', '191016.065000', '191016.525000', '191016.985000', '191017.445000', '191017.905000', '191018.365000', '191018.825000', '191019.285000', '191019.745000', '191020.205000', '191020.665000', '191021.125000', '191021.585000', '191022.045000', '191022.505000', '191022.965000', '191023.425000', '191023.885000', '191024.345000', '191024.805000', '191025.265000', '191025.725000', '191026.185000', '191026.645000', '191027.105000', '191027.565000', '191028.025000', '191028.485000', '191028.945000', '191029.405000', '191029.865000', '191030.325000', '191030.785000', '191031.245000', '191031.705000', '191032.165000', '191032.625000', '191033.085000', '191033.545000', '191034.005000', '191034.465000', '191034.925000', '191035.385000', '191035.845000', '191036.305000', '191036.765000', '191037.225000', '191037.685000', '191038.145000', '191038.605000', '191039.065000', '191039.525000', '191039.985000', '191040.445000', '191040.905000', '191041.365000', '191041.825000', '191042.285000', '191042.745000', '191043.205000', '191043.665000', '191044.125000', '191044.585000', '191045.045000', '191045.505000', '191045.965000', '191046.425000', '191046.885000', '191047.345000', '191047.805000', '191048.265000', '191048.725000', '191049.185000', '191049.645000', '191050.105000', '191050.565000', '191051.025000', '191051.485000', '191051.945000', '191052.405000', '191052.865000', '191053.325000', '191053.785000', '191054.245000', '191054.705000', '191055.165000', '191055.625000', '191056.085000', '191056.545000', '191057.005000', '191057.465000', '191057.925000', '191058.385000', '191058.845000', '191059.305000', '191059.765000', '191100.225000', '191100.685000', '191101.145000', '191101.605000', '191102.065000', '191102.525000', '191102.985000', '191103.445000', '191103.905000', '191104.365000', '191104.825000', '191105.285000', '191105.745000', '191106.205000', '191106.665000', '191107.125000', '191107.585000', '191108.045000', '191108.505000', '191108.965000', '191109.425000', '191109.885000', '191110.345000', '191110.805000', '191111.265000', '191111.725000', '191112.185000', '191112.645000', '191113.105000', '191113.565000', '191114.025000', '191114.485000', '191114.945000', '191115.405000', '191115.865000', '191116.325000', '191116.785000', '191117.245000', '191117.705000', '191118.165000', '191118.625000', '191119.085000', '191119.545000', '191120.005000', '191120.465000', '191120.925000', '191121.385000', '191121.845000', '191122.305000', '191122.765000', '191123.225000', '191123.685000', '191124.145000', '191124.605000', '191125.065000', '191125.525000', '191125.985000', '191126.445000', '191126.905000', '191127.365000', '191127.825000', '191128.285000', '191128.745000', '191129.205000', '191129.665000', '191130.125000', '191130.585000', '191131.045000', '191131.505000', '191131.965000', '191132.425000', '191132.885000', '191133.345000', '191133.805000', '191134.265000', '191134.725000', '191135.185000', '191135.645000', '191136.105000', '191136.565000', '191137.025000', '191137.485000', '191137.945000', '191138.405000', '191138.865000', '191139.325000', '191139.785000', '191140.245000', '191140.705000', '191141.165000', '191141.625000', '191142.085000', '191142.545000', '191143.005000', '191143.465000', '191143.925000', '191144.385000', '191144.845000', '191145.305000', '191145.765000', '191146.225000', '191146.685000', '191147.145000', '191147.605000', '191148.065000', '191148.525000', '191148.985000', '191149.445000', '191149.905000', '191150.365000', '191150.825000', '191151.285000', '191151.745000', '191152.205000', '191152.665000', '191153.125000', '191153.585000', '191154.045000', '191154.505000', '191154.965000', '191155.425000', '191155.885000', '191156.345000', '191156.805000', '191157.265000', '191157.725000', '191158.185000', '191158.645000', '191159.105000', '191159.565000', '191200.025000', '191200.485000', '191200.945000', '191201.405000', '191201.865000', '191202.325000', '191202.785000', '191203.245000', '191203.705000', '191204.165000', '191204.625000', '191205.085000', '191205.545000', '191206.005000', '191206.465000', '191206.925000', '191207.385000', '191207.845000', '191208.305000', '191208.765000', '191209.225000', '191209.685000', '191210.145000', '191210.605000', '191211.065000', '191211.525000', '191211.985000', '191212.445000', '191212.905000', '191213.365000', '191213.825000', '191214.285000', '191214.745000', '191215.205000', '191215.665000', '191216.125000', '191216.585000', '191217.045000', '191217.505000', '191217.965000', '191218.425000', '191218.885000', '191219.345000', '191219.805000', '191220.265000', '191220.725000', '191221.185000', '191221.645000', '191222.105000', '191222.565000', '191223.025000', '191223.485000', '191223.945000', '191224.405000', '191224.865000', '191225.325000', '191225.785000', '191226.245000', '191226.705000', '191227.165000', '191227.625000', '191228.085000', '191228.545000', '191229.005000', '191229.465000', '191229.925000', '191230.385000', '191230.845000', '191231.305000', '191231.765000', '191232.225000', '191232.685000', '191233.145000', '191233.605000', '191234.065000', '191234.525000', '191234.985000', '191235.445000', '191235.905000', '191236.365000', '191236.825000', '191237.285000', '191237.745000', '191238.205000', '191238.665000', '191239.125000', '191239.585000', '191240.045000', '191240.505000', '191240.965000', '191241.425000', '191241.885000', '191242.345000', '191242.805000', '191243.265000', '191243.725000', '191244.185000', '191244.645000', '191245.105000', '191245.565000', '191246.025000', '191246.485000', '191246.945000', '191247.405000', '191247.865000', '191248.325000', '191248.785000', '191249.245000', '191249.705000', '191250.165000', '191250.625000', '191251.085000', '191251.545000', '191252.005000', '191252.465000', '191252.925000', '191253.385000', '191253.845000', '191254.305000', '191254.765000', '191255.225000', '191255.685000', '191256.145000', '191256.605000', '191257.065000', '191257.525000', '191257.985000', '191258.445000', '191258.905000', '191259.365000', '191259.825000', '191300.285000', '191300.745000', '191301.205000', '191301.665000', '191302.125000', '191302.585000', '191303.045000', '191303.505000', '191303.965000', '191304.425000', '191304.885000', '191305.345000', '191305.805000', '191306.265000', '191306.725000', '191307.185000', '191307.645000', '191308.105000', '191308.565000', '191309.025000', '191309.485000', '191309.945000', '191310.405000', '191310.865000', '191311.325000', '191311.785000', '191312.245000', '191312.705000', '191313.165000', '191313.625000', '191314.085000', '191314.545000', '191315.005000', '191315.465000', '191315.925000', '191316.385000', '191316.845000', '191317.305000', '191317.765000', '191318.225000', '191318.685000', '191319.145000', '191319.605000', '191320.065000', '191320.525000', '191320.985000', '191321.445000', '191321.905000', '191322.365000', '191322.825000', '191323.285000', '191323.745000', '191324.205000', '191324.665000', '191325.125000', '191325.585000', '191326.045000', '191326.505000', '191326.965000', '191327.425000', '191327.885000', '191328.345000', '191328.805000', '191329.265000', '191329.725000', '191330.185000', '191330.645000', '191331.105000', '191331.565000', '191332.025000', '191332.485000', '191332.945000', '191333.405000', '191333.865000', '191334.325000', '191334.785000', '191335.245000', '191335.705000', '191336.165000', '191336.625000', '191337.085000', '191337.545000', '191338.005000', '191338.465000', '191338.925000', '191339.385000', '191339.845000', '191340.305000', '191340.765000', '191341.225000', '191341.685000', '191342.145000', '191342.605000', '191343.065000', '191343.525000', '191343.985000', '191344.445000', '191344.905000', '191345.365000', '191345.825000', '191346.285000', '191346.745000', '191347.205000', '191347.665000', '191348.125000', '191348.585000', '191349.045000', '191349.505000', '191349.965000', '191350.425000', '191350.885000', '191351.345000', '191351.805000', '191352.265000', '191352.725000', '191353.185000', '191353.645000', '191354.105000', '191354.565000', '191355.025000', '191355.485000', '191355.945000', '191356.405000', '191356.865000', '191357.325000', '191357.785000', '191358.245000', '191358.705000', '191359.165000', '191359.625000', '191400.085000', '191400.545000', '191401.005000', '191401.465000', '191401.925000', '191402.385000', '191402.845000', '191403.305000', '191403.765000', '191404.225000', '191404.685000', '191405.145000', '191405.605000', '191406.065000', '191406.525000', '191406.985000', '191407.445000', '191407.905000', '191408.365000', '191408.825000', '191409.285000', '191409.745000', '191410.205000', '191410.665000', '191411.125000', '191411.585000', '191412.045000', '191412.505000', '191412.965000', '191413.425000', '191413.885000', '191414.345000', '191414.805000', '191415.265000', '191415.725000', '191416.185000', '191416.645000', '191417.105000', '191417.565000', '191418.025000', '191418.485000', '191418.945000', '191419.405000', '191419.865000', '191420.325000', '191420.785000', '191421.245000', '191421.705000', '191422.165000', '191422.625000', '191423.085000', '191423.545000', '191424.005000', '191424.465000', '191424.925000', '191425.385000', '191425.845000', '191426.305000', '191426.765000', '191427.225000', '191427.685000', '191428.145000', '191428.605000', '191429.065000', '191429.525000', '191429.985000', '191430.445000', '191430.905000', '191431.365000', '191431.825000', '191432.285000', '191432.745000', '191433.205000', '191433.665000', '191434.125000', '191434.585000', '191435.045000', '191435.505000', '191435.965000', '191436.425000', '191436.885000', '191437.345000', '191437.805000', '191438.265000', '191438.725000', '191439.185000', '191439.645000', '191440.105000', '191440.565000', '191441.025000', '191441.485000', '191441.945000', '191442.405000', '191442.865000', '191443.325000', '191443.785000', '191444.245000', '191444.705000', '191445.165000', '191445.625000', '191446.085000', '191446.545000', '191447.005000', '191447.465000', '191447.925000', '191448.385000', '191448.845000', '191449.305000', '191449.765000', '191450.225000', '191450.685000', '191451.145000', '191451.605000', '191452.065000', '191452.525000', '191452.985000', '191453.445000', '191453.905000', '191454.365000', '191454.825000', '191455.285000', '191455.745000', '191456.205000', '191456.665000', '191457.125000', '191457.585000', '191458.045000', '191458.505000', '191458.965000', '191459.425000', '191459.885000', '191500.345000', '191500.805000', '191501.265000', '191501.725000', '191502.185000', '191502.645000', '191503.105000', '191503.565000', '191504.025000', '191504.485000', '191504.945000', '191505.405000', '191505.865000', '191506.325000', '191506.785000', '191507.245000', '191507.705000', '191508.165000', '191508.625000', '191509.085000', '191509.545000', '191510.005000', '191510.465000', '191510.925000', '191511.385000', '191511.845000', '191512.305000', '191512.765000', '191513.225000', '191513.685000', '191514.145000', '191514.605000', '191515.065000', '191515.525000', '191515.985000', '191516.445000', '191516.905000', '191517.365000', '191517.825000', '191518.285000', '191518.745000', '191519.205000', '191519.665000', '191520.125000', '191520.585000', '191521.045000', '191521.505000', '191521.965000', '191522.425000', '191522.885000', '191523.345000', '191523.805000', '191524.265000', '191524.725000', '191525.185000', '191525.645000', '191526.105000', '191526.565000', '191527.025000', '191527.485000', '191527.945000', '191528.405000', '191528.865000', '191529.325000', '191529.785000', '191530.245000', '191530.705000', '191531.165000', '191531.625000', '191532.085000', '191532.545000', '191533.005000', '191533.465000', '191533.925000', '191534.385000', '191534.845000', '191535.305000', '191535.765000', '191536.225000', '191536.685000', '191537.145000', '191537.605000', '191538.065000', '191538.525000', '191538.985000', '191539.445000', '191539.905000', '191540.365000', '191540.825000', '191541.285000', '191541.745000', '191542.205000', '191542.665000', '191543.125000', '191543.585000', '191544.045000', '191544.505000', '191544.965000', '191545.425000', '191545.885000', '191546.345000', '191546.805000', '191547.265000', '191547.725000', '191548.185000', '191548.645000', '191549.105000', '191549.565000', '191550.025000', '191550.485000', '191550.945000', '191551.405000', '191551.865000', '191552.325000', '191552.785000', '191553.245000', '191553.705000', '191554.165000', '191554.625000', '191555.085000', '191555.545000', '191556.005000', '191556.465000', '191556.925000', '191557.385000', '191557.845000', '191558.305000', '191558.765000', '191559.225000'], 'ContentTime': ['190935.891000', '190935.894000', '190935.896000', '190935.899000', '190935.902000', '190935.904000', '190935.907000', '190935.909000', '190935.912000', '190935.914000', '190935.917000', '190935.919000', '190935.922000', '190935.925000', '190935.933000', '190935.936000', '190935.938000', '190935.941000', '190935.943000', '190935.946000', '190935.948000', '190935.951000', '190935.953000', '190935.956000', '190935.958000', '190935.961000', '190935.964000', '190935.966000', '190935.969000', '190935.971000', '190935.974000', '190935.976000', '190935.979000', '190935.981000', '190955.847000', '190955.850000', '190955.853000', '190955.855000', '190955.858000', '190955.860000', '190955.871000', '190955.874000', '190955.876000', '190955.879000', '190955.881000', '190955.884000', '190955.887000', '190955.889000', '190955.892000', '190955.894000', '190955.897000', '190955.899000', '190955.902000', '190955.904000', '190955.907000', '190955.909000', '190955.912000', '190955.914000', '190955.917000', '190955.919000', '190955.922000', '190955.924000', '190955.927000', '190955.929000', '190955.932000', '190955.934000', '190955.937000', '190955.940000', '190955.942000', '190955.945000', '190955.947000', '190955.950000', '190955.952000', '190955.955000', '190955.957000', '190955.960000', '190955.963000', '190955.965000', '191015.846000', '191015.849000', '191015.852000', '191015.854000', '191015.857000', '191015.860000', '191015.862000', '191015.865000', '191015.867000', '191015.870000', '191015.872000', '191015.875000', '191015.878000', '191015.880000', '191015.883000', '191015.885000', '191015.888000', '191015.890000', '191015.893000', '191015.896000', '191015.898000', '191015.901000', '191015.903000', '191015.906000', '191015.908000', '191015.911000', '191015.913000', '191015.916000', '191015.919000', '191015.921000', '191015.924000', '191015.926000', '191015.929000', '191015.934000', '191015.945000', '191015.948000', '191015.950000', '191015.953000', '191015.956000', '191015.958000', '191015.961000', '191015.963000', '191015.966000', '191035.846000', '191035.849000', '191035.852000', '191035.854000', '191035.857000', '191035.859000', '191035.862000', '191035.865000', '191035.867000', '191035.870000', '191035.872000', '191035.875000', '191035.877000', '191035.880000', '191035.882000', '191035.885000', '191035.888000', '191035.890000', '191035.893000', '191035.895000', '191035.898000', '191035.901000', '191035.903000', '191035.906000', '191035.908000', '191035.911000', '191035.913000', '191035.916000', '191035.919000', '191035.921000', '191035.924000', '191035.926000', '191035.929000', '191035.932000', '191035.934000', '191035.937000', '191035.939000', '191035.942000', '191035.944000', '191035.947000', '191035.949000', '191035.952000', '191035.955000', '191035.957000', '191055.846000', '191055.849000', '191055.852000', '191055.854000', '191055.857000', '191055.859000', '191055.862000', '191055.865000', '191055.867000', '191055.870000', '191055.872000', '191055.875000', '191055.877000', '191055.880000', '191055.883000', '191055.885000', '191055.888000', '191055.890000', '191055.893000', '191055.896000', '191055.898000', '191055.901000', '191055.903000', '191055.906000', '191055.908000', '191055.911000', '191055.914000', '191055.916000', '191055.919000', '191055.921000', '191055.924000', '191055.926000', '191055.929000', '191055.932000', '191055.934000', '191055.937000', '191055.939000', '191055.942000', '191055.944000', '191055.947000', '191055.950000', '191055.952000', '191055.955000', '191115.848000', '191115.850000', '191115.853000', '191115.856000', '191115.858000', '191115.861000', '191115.863000', '191115.866000', '191115.868000', '191115.871000', '191115.873000', '191115.876000', '191115.879000', '191115.881000', '191115.884000', '191115.886000', '191115.889000', '191115.891000', '191115.894000', '191115.905000', '191115.908000', '191115.910000', '191115.913000', '191115.915000', '191115.918000', '191115.920000', '191115.923000', '191115.925000', '191115.928000', '191115.931000', '191115.933000', '191115.936000', '191115.938000', '191115.941000', '191115.943000', '191115.946000', '191115.949000', '191115.951000', '191115.954000', '191115.956000', '191115.959000', '191115.961000', '191115.964000', '191115.967000', '191135.847000', '191135.850000', '191135.853000', '191135.856000', '191135.858000', '191135.861000', '191135.863000', '191135.866000', '191135.868000', '191135.871000', '191135.874000', '191135.876000', '191135.879000', '191135.881000', '191135.884000', '191135.886000', '191135.889000', '191135.891000', '191135.894000', '191135.897000', '191135.899000', '191135.902000', '191135.905000', '191135.907000', '191135.910000', '191135.912000', '191135.915000', '191135.918000', '191135.920000', '191135.923000', '191135.925000', '191135.928000', '191135.930000', '191135.933000', '191135.935000', '191135.938000', '191135.940000', '191135.943000', '191135.946000', '191135.948000', '191135.951000', '191135.953000', '191135.956000', '191155.847000', '191155.850000', '191155.853000', '191155.855000', '191155.858000', '191155.860000', '191155.863000', '191155.865000', '191155.868000', '191155.871000', '191155.873000', '191155.876000', '191155.878000', '191155.881000', '191155.883000', '191155.886000', '191155.889000', '191155.891000', '191155.894000', '191155.896000', '191155.899000', '191155.901000', '191155.904000', '191155.906000', '191155.909000', '191155.912000', '191155.914000', '191155.917000', '191155.919000', '191155.922000', '191155.948000', '191155.951000', '191155.954000', '191155.956000', '191155.959000', '191155.961000', '191155.964000', '191155.966000', '191155.969000', '191155.971000', '191155.974000', '191155.977000', '191155.985000', '191155.987000', '191215.848000', '191215.850000', '191215.853000', '191215.856000', '191215.858000', '191215.861000', '191215.863000', '191215.866000', '191215.868000', '191215.871000', '191215.874000', '191215.876000', '191215.879000', '191215.881000', '191215.884000', '191215.886000', '191215.889000', '191215.891000', '191215.894000', '191215.897000', '191215.899000', '191215.902000', '191215.904000', '191215.907000', '191215.909000', '191215.912000', '191215.914000', '191215.917000', '191215.920000', '191215.922000', '191215.925000', '191215.928000', '191215.931000', '191215.934000', '191215.936000', '191215.939000', '191215.941000', '191215.944000', '191215.946000', '191215.949000', '191215.952000', '191215.954000', '191215.957000', '191235.846000', '191235.849000', '191235.852000', '191235.854000', '191235.857000', '191235.859000', '191235.862000', '191235.865000', '191235.867000', '191235.870000', '191235.873000', '191235.875000', '191235.878000', '191235.880000', '191235.883000', '191235.885000', '191235.888000', '191235.891000', '191235.893000', '191235.896000', '191235.898000', '191235.901000', '191235.903000', '191235.906000', '191235.908000', '191235.911000', '191235.914000', '191235.916000', '191235.919000', '191235.921000', '191235.924000', '191235.927000', '191235.929000', '191235.932000', '191235.934000', '191235.937000', '191235.939000', '191235.942000', '191235.945000', '191235.947000', '191235.950000', '191235.952000', '191235.955000', '191235.957000', '191255.846000', '191255.849000', '191255.852000', '191255.854000', '191255.857000', '191255.860000', '191255.862000', '191255.865000', '191255.867000', '191255.870000', '191255.872000', '191255.875000', '191255.878000', '191255.880000', '191255.883000', '191255.885000', '191255.888000', '191255.890000', '191255.893000', '191255.895000', '191255.898000', '191255.901000', '191255.903000', '191255.906000', '191255.908000', '191255.911000', '191255.913000', '191255.916000', '191255.919000', '191255.921000', '191255.924000', '191255.926000', '191255.929000', '191255.932000', '191255.934000', '191255.937000', '191255.939000', '191255.942000', '191255.944000', '191255.947000', '191255.949000', '191255.952000', '191255.955000', '191315.846000', '191315.849000', '191315.852000', '191315.854000', '191315.857000', '191315.860000', '191315.862000', '191315.865000', '191315.867000', '191315.870000', '191315.873000', '191315.875000', '191315.878000', '191315.880000', '191315.883000', '191315.885000', '191315.888000', '191315.891000', '191315.893000', '191315.896000', '191315.898000', '191315.901000', '191315.903000', '191315.906000', '191315.908000', '191315.911000', '191315.914000', '191315.916000', '191315.919000', '191315.921000', '191315.924000', '191315.926000', '191315.929000', '191315.931000', '191315.934000', '191315.937000', '191315.939000', '191315.942000', '191315.944000', '191315.947000', '191315.978000', '191315.991000', '191315.994000', '191315.997000', '191335.847000', '191335.850000', '191335.853000', '191335.855000', '191335.858000', '191335.861000', '191335.863000', '191335.866000', '191335.868000', '191335.871000', '191335.873000', '191335.876000', '191335.879000', '191335.881000', '191335.884000', '191335.886000', '191335.889000', '191335.891000', '191335.894000', '191335.896000', '191335.899000', '191335.902000', '191335.904000', '191335.907000', '191335.909000', '191335.912000', '191335.915000', '191335.917000', '191335.920000', '191335.922000', '191335.925000', '191335.927000', '191335.930000', '191335.933000', '191335.936000', '191335.939000', '191335.942000', '191335.944000', '191335.947000', '191335.949000', '191335.952000', '191335.954000', '191335.957000', '191355.847000', '191355.850000', '191355.853000', '191355.856000', '191355.858000', '191355.861000', '191355.863000', '191355.866000', '191355.869000', '191355.871000', '191355.874000', '191355.876000', '191355.879000', '191355.882000', '191355.884000', '191355.887000', '191355.889000', '191355.892000', '191355.894000', '191355.897000', '191355.899000', '191355.902000', '191355.905000', '191355.907000', '191355.910000', '191355.912000', '191355.915000', '191355.917000', '191355.920000', '191355.922000', '191355.925000', '191355.928000', '191355.930000', '191355.933000', '191355.935000', '191355.938000', '191355.941000', '191355.943000', '191355.946000', '191355.948000', '191355.951000', '191355.953000', '191355.956000', '191355.959000', '191415.847000', '191415.850000', '191415.853000', '191415.855000', '191415.858000', '191415.861000', '191415.863000', '191415.866000', '191415.868000', '191415.871000', '191415.874000', '191415.876000', '191415.879000', '191415.881000', '191415.884000', '191415.887000', '191415.889000', '191415.892000', '191415.894000', '191415.897000', '191415.900000', '191415.902000', '191415.905000', '191415.907000', '191415.910000', '191415.913000', '191415.915000', '191415.918000', '191415.920000', '191415.923000', '191415.925000', '191415.928000', '191415.931000', '191415.933000', '191415.936000', '191415.938000', '191415.941000', '191415.943000', '191415.946000', '191415.949000', '191415.951000', '191415.954000', '191415.956000', '191435.847000', '191435.850000', '191435.853000', '191435.855000', '191435.858000', '191435.861000', '191435.863000', '191435.866000', '191435.868000', '191435.871000', '191435.874000', '191435.876000', '191435.879000', '191435.881000', '191435.884000', '191435.886000', '191435.889000', '191435.891000', '191435.894000', '191435.896000', '191435.899000', '191435.902000', '191435.904000', '191435.907000', '191435.909000', '191435.912000', '191435.915000', '191435.917000', '191435.920000', '191435.922000', '191435.925000', '191435.927000', '191435.930000', '191435.932000', '191435.935000', '191435.938000', '191435.940000', '191435.943000', '191435.945000', '191435.948000', '191435.951000', '191435.953000', '191435.956000', '191435.958000', '191455.847000', '191455.849000', '191455.852000', '191455.854000', '191455.857000', '191455.860000', '191455.862000', '191455.865000', '191455.867000', '191455.870000', '191455.873000', '191455.875000', '191455.878000', '191455.880000', '191455.883000', '191455.885000', '191455.888000', '191455.890000', '191455.893000', '191455.896000', '191455.898000', '191455.901000', '191455.910000', '191455.913000', '191455.915000', '191455.918000', '191455.920000', '191455.923000', '191455.926000', '191455.928000', '191455.931000', '191455.933000', '191455.936000', '191455.939000', '191455.941000', '191455.944000', '191455.946000', '191455.949000', '191455.952000', '191455.954000', '191455.967000', '191455.969000', '191455.972000', '191515.847000', '191515.850000', '191515.854000', '191515.857000', '191515.859000', '191515.862000', '191515.864000', '191515.867000', '191515.869000', '191515.872000', '191515.875000', '191515.877000', '191515.880000', '191515.882000', '191515.885000', '191515.887000', '191515.890000', '191515.892000', '191515.895000', '191515.898000', '191515.900000', '191515.903000', '191515.905000', '191515.908000', '191515.911000', '191515.913000', '191515.916000', '191515.918000', '191515.921000', '191515.924000', '191515.926000', '191515.929000', '191515.931000', '191515.942000', '191515.945000', '191515.947000', '191515.951000', '191515.954000', '191515.956000', '191515.959000', '191515.962000', '191515.964000', '191515.967000', '191535.846000', '191535.849000', '191535.852000', '191535.854000', '191535.857000', '191535.860000', '191535.862000', '191535.865000', '191535.867000', '191535.870000', '191535.872000', '191535.875000', '191535.878000', '191535.880000', '191535.883000', '191535.885000', '191535.888000', '191535.891000', '191535.893000', '191535.896000', '191535.898000', '191535.901000', '191535.903000', '191535.906000', '191535.908000', '191535.911000', '191535.914000', '191535.917000', '191535.919000', '191535.922000', '191535.924000', '191535.927000', '191535.929000', '191535.932000', '191535.935000', '191535.937000', '191535.940000', '191535.942000', '191535.945000', '191535.948000', '191535.950000', '191535.953000', '191535.955000', '191535.958000', '191555.848000', '191555.850000', '191555.853000', '191555.856000', '191555.858000', '191555.861000', '191555.863000', '191555.866000', '191555.868000', '191555.871000', '191555.874000', '191555.876000', '191555.879000', '191555.881000', '191555.884000', '191555.886000', '191555.889000', '191555.892000', '191555.894000', '191555.897000', '191555.899000', '191555.902000', '191555.905000', '191555.907000', '191555.910000', '191555.912000', '191555.915000', '191555.917000', '191555.920000', '191555.923000', '191555.925000', '191555.928000', '191555.930000', '191555.933000', '191555.935000', '191555.938000', '191555.940000', '191555.943000', '191555.946000', '191555.948000', '191555.951000', '191555.953000', '191555.956000', '191555.958000', '191600.920000', '191600.923000', '191600.926000', '191600.928000', '191600.931000', '191600.934000', '191600.936000', '191600.939000', '191600.942000', '191600.944000', '191600.947000'], 'InstanceCreationTime': ['190935.891000', '190935.894000', '190935.896000', '190935.899000', '190935.902000', '190935.904000', '190935.907000', '190935.909000', '190935.912000', '190935.914000', '190935.917000', '190935.919000', '190935.922000', '190935.925000', '190935.933000', '190935.936000', '190935.938000', '190935.941000', '190935.943000', '190935.946000', '190935.948000', '190935.951000', '190935.953000', '190935.956000', '190935.958000', '190935.961000', '190935.964000', '190935.966000', '190935.969000', '190935.971000', '190935.974000', '190935.976000', '190935.979000', '190935.981000', '190955.847000', '190955.850000', '190955.853000', '190955.855000', '190955.858000', '190955.860000', '190955.871000', '190955.874000', '190955.876000', '190955.879000', '190955.881000', '190955.884000', '190955.887000', '190955.889000', '190955.892000', '190955.894000', '190955.897000', '190955.899000', '190955.902000', '190955.904000', '190955.907000', '190955.909000', '190955.912000', '190955.914000', '190955.917000', '190955.919000', '190955.922000', '190955.924000', '190955.927000', '190955.929000', '190955.932000', '190955.934000', '190955.937000', '190955.940000', '190955.942000', '190955.945000', '190955.947000', '190955.950000', '190955.952000', '190955.955000', '190955.957000', '190955.960000', '190955.963000', '190955.965000', '191015.846000', '191015.849000', '191015.852000', '191015.854000', '191015.857000', '191015.860000', '191015.862000', '191015.865000', '191015.867000', '191015.870000', '191015.872000', '191015.875000', '191015.878000', '191015.880000', '191015.883000', '191015.885000', '191015.888000', '191015.890000', '191015.893000', '191015.896000', '191015.898000', '191015.901000', '191015.903000', '191015.906000', '191015.908000', '191015.911000', '191015.913000', '191015.916000', '191015.919000', '191015.921000', '191015.924000', '191015.926000', '191015.929000', '191015.934000', '191015.945000', '191015.948000', '191015.950000', '191015.953000', '191015.956000', '191015.958000', '191015.961000', '191015.963000', '191015.966000', '191035.846000', '191035.849000', '191035.852000', '191035.854000', '191035.857000', '191035.859000', '191035.862000', '191035.865000', '191035.867000', '191035.870000', '191035.872000', '191035.875000', '191035.877000', '191035.880000', '191035.882000', '191035.885000', '191035.888000', '191035.890000', '191035.893000', '191035.895000', '191035.898000', '191035.901000', '191035.903000', '191035.906000', '191035.908000', '191035.911000', '191035.913000', '191035.916000', '191035.919000', '191035.921000', '191035.924000', '191035.926000', '191035.929000', '191035.932000', '191035.934000', '191035.937000', '191035.939000', '191035.942000', '191035.944000', '191035.947000', '191035.949000', '191035.952000', '191035.955000', '191035.957000', '191055.846000', '191055.849000', '191055.852000', '191055.854000', '191055.857000', '191055.859000', '191055.862000', '191055.865000', '191055.867000', '191055.870000', '191055.872000', '191055.875000', '191055.877000', '191055.880000', '191055.883000', '191055.885000', '191055.888000', '191055.890000', '191055.893000', '191055.896000', '191055.898000', '191055.901000', '191055.903000', '191055.906000', '191055.908000', '191055.911000', '191055.914000', '191055.916000', '191055.919000', '191055.921000', '191055.924000', '191055.926000', '191055.929000', '191055.932000', '191055.934000', '191055.937000', '191055.939000', '191055.942000', '191055.944000', '191055.947000', '191055.950000', '191055.952000', '191055.955000', '191115.848000', '191115.850000', '191115.853000', '191115.856000', '191115.858000', '191115.861000', '191115.863000', '191115.866000', '191115.868000', '191115.871000', '191115.873000', '191115.876000', '191115.879000', '191115.881000', '191115.884000', '191115.886000', '191115.889000', '191115.891000', '191115.894000', '191115.905000', '191115.908000', '191115.910000', '191115.913000', '191115.915000', '191115.918000', '191115.920000', '191115.923000', '191115.925000', '191115.928000', '191115.931000', '191115.933000', '191115.936000', '191115.938000', '191115.941000', '191115.943000', '191115.946000', '191115.949000', '191115.951000', '191115.954000', '191115.956000', '191115.959000', '191115.961000', '191115.964000', '191115.967000', '191135.847000', '191135.850000', '191135.853000', '191135.856000', '191135.858000', '191135.861000', '191135.863000', '191135.866000', '191135.868000', '191135.871000', '191135.874000', '191135.876000', '191135.879000', '191135.881000', '191135.884000', '191135.886000', '191135.889000', '191135.891000', '191135.894000', '191135.897000', '191135.899000', '191135.902000', '191135.905000', '191135.907000', '191135.910000', '191135.912000', '191135.915000', '191135.918000', '191135.920000', '191135.923000', '191135.925000', '191135.928000', '191135.930000', '191135.933000', '191135.935000', '191135.938000', '191135.940000', '191135.943000', '191135.946000', '191135.948000', '191135.951000', '191135.953000', '191135.956000', '191155.847000', '191155.850000', '191155.853000', '191155.855000', '191155.858000', '191155.860000', '191155.863000', '191155.865000', '191155.868000', '191155.871000', '191155.873000', '191155.876000', '191155.878000', '191155.881000', '191155.883000', '191155.886000', '191155.889000', '191155.891000', '191155.894000', '191155.896000', '191155.899000', '191155.901000', '191155.904000', '191155.906000', '191155.909000', '191155.912000', '191155.914000', '191155.917000', '191155.919000', '191155.922000', '191155.948000', '191155.951000', '191155.954000', '191155.956000', '191155.959000', '191155.961000', '191155.964000', '191155.966000', '191155.969000', '191155.971000', '191155.974000', '191155.977000', '191155.985000', '191155.987000', '191215.848000', '191215.850000', '191215.853000', '191215.856000', '191215.858000', '191215.861000', '191215.863000', '191215.866000', '191215.868000', '191215.871000', '191215.874000', '191215.876000', '191215.879000', '191215.881000', '191215.884000', '191215.886000', '191215.889000', '191215.891000', '191215.894000', '191215.897000', '191215.899000', '191215.902000', '191215.904000', '191215.907000', '191215.909000', '191215.912000', '191215.914000', '191215.917000', '191215.920000', '191215.922000', '191215.925000', '191215.928000', '191215.931000', '191215.934000', '191215.936000', '191215.939000', '191215.941000', '191215.944000', '191215.946000', '191215.949000', '191215.952000', '191215.954000', '191215.957000', '191235.846000', '191235.849000', '191235.852000', '191235.854000', '191235.857000', '191235.859000', '191235.862000', '191235.865000', '191235.867000', '191235.870000', '191235.873000', '191235.875000', '191235.878000', '191235.880000', '191235.883000', '191235.885000', '191235.888000', '191235.891000', '191235.893000', '191235.896000', '191235.898000', '191235.901000', '191235.903000', '191235.906000', '191235.908000', '191235.911000', '191235.914000', '191235.916000', '191235.919000', '191235.921000', '191235.924000', '191235.927000', '191235.929000', '191235.932000', '191235.934000', '191235.937000', '191235.939000', '191235.942000', '191235.945000', '191235.947000', '191235.950000', '191235.952000', '191235.955000', '191235.957000', '191255.846000', '191255.849000', '191255.852000', '191255.854000', '191255.857000', '191255.860000', '191255.862000', '191255.865000', '191255.867000', '191255.870000', '191255.872000', '191255.875000', '191255.878000', '191255.880000', '191255.883000', '191255.885000', '191255.888000', '191255.890000', '191255.893000', '191255.895000', '191255.898000', '191255.901000', '191255.903000', '191255.906000', '191255.908000', '191255.911000', '191255.913000', '191255.916000', '191255.919000', '191255.921000', '191255.924000', '191255.926000', '191255.929000', '191255.932000', '191255.934000', '191255.937000', '191255.939000', '191255.942000', '191255.944000', '191255.947000', '191255.949000', '191255.952000', '191255.955000', '191315.846000', '191315.849000', '191315.852000', '191315.854000', '191315.857000', '191315.860000', '191315.862000', '191315.865000', '191315.867000', '191315.870000', '191315.873000', '191315.875000', '191315.878000', '191315.880000', '191315.883000', '191315.885000', '191315.888000', '191315.891000', '191315.893000', '191315.896000', '191315.898000', '191315.901000', '191315.903000', '191315.906000', '191315.908000', '191315.911000', '191315.914000', '191315.916000', '191315.919000', '191315.921000', '191315.924000', '191315.926000', '191315.929000', '191315.931000', '191315.934000', '191315.937000', '191315.939000', '191315.942000', '191315.944000', '191315.947000', '191315.978000', '191315.991000', '191315.994000', '191315.997000', '191335.847000', '191335.850000', '191335.853000', '191335.855000', '191335.858000', '191335.861000', '191335.863000', '191335.866000', '191335.868000', '191335.871000', '191335.873000', '191335.876000', '191335.879000', '191335.881000', '191335.884000', '191335.886000', '191335.889000', '191335.891000', '191335.894000', '191335.896000', '191335.899000', '191335.902000', '191335.904000', '191335.907000', '191335.909000', '191335.912000', '191335.915000', '191335.917000', '191335.920000', '191335.922000', '191335.925000', '191335.927000', '191335.930000', '191335.933000', '191335.936000', '191335.939000', '191335.942000', '191335.944000', '191335.947000', '191335.949000', '191335.952000', '191335.954000', '191335.957000', '191355.847000', '191355.850000', '191355.853000', '191355.856000', '191355.858000', '191355.861000', '191355.863000', '191355.866000', '191355.869000', '191355.871000', '191355.874000', '191355.876000', '191355.879000', '191355.882000', '191355.884000', '191355.887000', '191355.889000', '191355.892000', '191355.894000', '191355.897000', '191355.899000', '191355.902000', '191355.905000', '191355.907000', '191355.910000', '191355.912000', '191355.915000', '191355.917000', '191355.920000', '191355.922000', '191355.925000', '191355.928000', '191355.930000', '191355.933000', '191355.935000', '191355.938000', '191355.941000', '191355.943000', '191355.946000', '191355.948000', '191355.951000', '191355.953000', '191355.956000', '191355.959000', '191415.847000', '191415.850000', '191415.853000', '191415.855000', '191415.858000', '191415.861000', '191415.863000', '191415.866000', '191415.868000', '191415.871000', '191415.874000', '191415.876000', '191415.879000', '191415.881000', '191415.884000', '191415.887000', '191415.889000', '191415.892000', '191415.894000', '191415.897000', '191415.900000', '191415.902000', '191415.905000', '191415.907000', '191415.910000', '191415.913000', '191415.915000', '191415.918000', '191415.920000', '191415.923000', '191415.925000', '191415.928000', '191415.931000', '191415.933000', '191415.936000', '191415.938000', '191415.941000', '191415.943000', '191415.946000', '191415.949000', '191415.951000', '191415.954000', '191415.956000', '191435.847000', '191435.850000', '191435.853000', '191435.855000', '191435.858000', '191435.861000', '191435.863000', '191435.866000', '191435.868000', '191435.871000', '191435.874000', '191435.876000', '191435.879000', '191435.881000', '191435.884000', '191435.886000', '191435.889000', '191435.891000', '191435.894000', '191435.896000', '191435.899000', '191435.902000', '191435.904000', '191435.907000', '191435.909000', '191435.912000', '191435.915000', '191435.917000', '191435.920000', '191435.922000', '191435.925000', '191435.927000', '191435.930000', '191435.932000', '191435.935000', '191435.938000', '191435.940000', '191435.943000', '191435.945000', '191435.948000', '191435.951000', '191435.953000', '191435.956000', '191435.958000', '191455.847000', '191455.849000', '191455.852000', '191455.854000', '191455.857000', '191455.860000', '191455.862000', '191455.865000', '191455.867000', '191455.870000', '191455.873000', '191455.875000', '191455.878000', '191455.880000', '191455.883000', '191455.885000', '191455.888000', '191455.890000', '191455.893000', '191455.896000', '191455.898000', '191455.901000', '191455.910000', '191455.913000', '191455.915000', '191455.918000', '191455.920000', '191455.923000', '191455.926000', '191455.928000', '191455.931000', '191455.933000', '191455.936000', '191455.939000', '191455.941000', '191455.944000', '191455.946000', '191455.949000', '191455.952000', '191455.954000', '191455.967000', '191455.969000', '191455.972000', '191515.847000', '191515.850000', '191515.854000', '191515.857000', '191515.859000', '191515.862000', '191515.864000', '191515.867000', '191515.869000', '191515.872000', '191515.875000', '191515.877000', '191515.880000', '191515.882000', '191515.885000', '191515.887000', '191515.890000', '191515.892000', '191515.895000', '191515.898000', '191515.900000', '191515.903000', '191515.905000', '191515.908000', '191515.911000', '191515.913000', '191515.916000', '191515.918000', '191515.921000', '191515.924000', '191515.926000', '191515.929000', '191515.931000', '191515.942000', '191515.945000', '191515.947000', '191515.951000', '191515.954000', '191515.956000', '191515.959000', '191515.962000', '191515.964000', '191515.967000', '191535.846000', '191535.849000', '191535.852000', '191535.854000', '191535.857000', '191535.860000', '191535.862000', '191535.865000', '191535.867000', '191535.870000', '191535.872000', '191535.875000', '191535.878000', '191535.880000', '191535.883000', '191535.885000', '191535.888000', '191535.891000', '191535.893000', '191535.896000', '191535.898000', '191535.901000', '191535.903000', '191535.906000', '191535.908000', '191535.911000', '191535.914000', '191535.917000', '191535.919000', '191535.922000', '191535.924000', '191535.927000', '191535.929000', '191535.932000', '191535.935000', '191535.937000', '191535.940000', '191535.942000', '191535.945000', '191535.948000', '191535.950000', '191535.953000', '191535.955000', '191535.958000', '191555.848000', '191555.850000', '191555.853000', '191555.856000', '191555.858000', '191555.861000', '191555.863000', '191555.866000', '191555.868000', '191555.871000', '191555.874000', '191555.876000', '191555.879000', '191555.881000', '191555.884000', '191555.886000', '191555.889000', '191555.892000', '191555.894000', '191555.897000', '191555.899000', '191555.902000', '191555.905000', '191555.907000', '191555.910000', '191555.912000', '191555.915000', '191555.917000', '191555.920000', '191555.923000', '191555.925000', '191555.928000', '191555.930000', '191555.933000', '191555.935000', '191555.938000', '191555.940000', '191555.943000', '191555.946000', '191555.948000', '191555.951000', '191555.953000', '191555.956000', '191555.958000', '191600.920000', '191600.923000', '191600.926000', '191600.928000', '191600.931000', '191600.934000', '191600.936000', '191600.939000', '191600.942000', '191600.944000', '191600.947000'], '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': [12293, 10425, 8999, 9542, 8806, 9142, 11345, 9344, 10651, 10479, 9928, 9157, 7977, 9150, 10330, 9433, 9704, 8107, 9216, 11191, 9247, 8191, 9177, 8204, 8936, 10713, 9669, 10962, 9111, 10177, 8852, 9415, 8230, 9282, 12510, 9498, 8049, 8931, 10638, 9107, 9378, 8957, 9507, 9248, 9410, 8798, 8979, 12020, 10454, 10428, 11599, 10111, 8915, 9217, 8088, 8994, 11808, 9714, 10311, 8989, 9492, 9084, 9271, 9044, 9531, 8256, 10599, 8819, 9470, 8645, 9368, 11761, 9404, 10845, 10133, 9305, 8582, 9100, 11350, 9143, 10604, 10354, 9975, 8890, 9414, 8465, 9117, 11985, 9321, 8273, 8950, 11657, 9029, 9791, 9221, 10492, 9325, 10939, 8759, 9576, 8735, 9804, 9160, 10404, 8963, 10370, 9089, 8894, 8855, 8836, 9850, 8787, 11223, 9497, 10610, 9010, 9599, 9127, 9529, 14200, 10128, 10554, 10207, 8835, 9341, 8265, 9452, 8946, 9249, 9577, 9107, 8325, 10146, 8599, 8238, 8618, 8103, 10626, 11852, 11070, 9219, 9080, 8222, 9389, 9400, 9362, 11485, 9604, 8465, 8670, 7809, 8755, 8485, 9468, 9133, 10304, 8664, 7964, 8629, 10283, 9411, 10273, 8807, 10160, 8515, 9580, 8751, 10112, 8824, 10641, 9039, 9586, 8493, 9354, 9030, 9014, 10787, 10385, 9753, 8720, 9897, 8656, 10320, 9219, 10577, 8537, 9563, 8486, 10175, 8071, 11033, 8986, 9901, 8094, 9081, 10752, 9117, 8118, 9159, 8015, 9039, 11303, 8940, 10170, 9756, 9341, 8614, 8555, 8753, 10141, 10015, 9646, 8851, 10854, 8892, 10144, 9198, 10342, 8932, 9935, 8491, 8706, 8003, 8985, 12097, 10595, 10306, 8938, 8802, 8810, 9893, 8601, 9065, 7696, 8754, 7451, 8591, 10022, 8818, 9835, 7934, 9747, 7659, 8795, 11560, 8907, 9977, 9135, 9399, 8515, 9150, 8639, 9041, 7754, 9032, 7856, 8691, 8338, 9062, 9905, 9005, 11413, 9024, 8489, 8749, 10428, 9006, 10326, 8019, 10031, 8378, 9305, 9933, 9163, 10758, 10795, 9628, 8708, 9483, 8796, 10107, 8064, 10578, 8195, 9456, 8541, 9247, 10628, 9280, 10449, 10081, 8230, 9105, 9940, 8900, 9307, 7996, 9078, 8135, 9294, 11269, 9581, 10147, 10865, 9523, 8907, 9436, 8785, 9748, 8343, 9738, 8294, 8757, 8052, 9051, 11078, 9324, 10128, 10300, 8688, 8748, 8866, 8769, 8933, 8829, 10571, 8654, 9802, 8508, 9010, 8335, 9327, 10568, 9628, 11883, 9965, 7815, 8567, 8522, 8079, 8790, 8068, 9187, 10006, 10770, 10033, 9776, 9864, 8864, 8373, 9085, 9851, 9208, 10501, 8864, 9882, 8633, 8007, 8775, 10225, 8840, 10532, 9106, 10445, 8586, 8251, 8458, 8045, 9370, 8802, 10529, 9383, 10690, 8870, 10224, 8999, 9895, 8661, 10093, 11695, 9622, 11945, 10729, 8663, 8603, 7794, 8793, 10848, 8751, 10472, 8732, 10203, 8578, 8763, 8661, 10074, 8940, 9844, 7914, 10111, 8151, 9507, 8774, 9331, 7873, 9460, 8243, 9095, 8556, 9666, 8676, 10228, 9084, 10432, 7957, 10092, 8868, 10034, 8725, 9790, 8776, 9735, 10366, 9708, 8145, 8860, 10305, 9477, 9842, 8266, 9496, 12452, 10726, 8304, 9196, 8670, 9403, 10516, 9358, 10259, 9453, 9905, 8933, 8301, 9194, 10075, 9372, 9365, 8981, 7814, 9273, 10360, 9252, 10801, 10002, 8772, 9001, 8115, 8784, 8337, 9868, 8905, 10467, 8340, 9762, 8774, 8281, 8279, 9220, 10874, 9080, 11402, 10377, 8204, 9086, 12306, 9338, 10248, 10396, 8399, 8532, 8036, 9072, 8798, 10159, 9447, 11188, 8907, 9757, 8771, 9976, 9076, 10512, 10095, 11402, 8725, 8143, 9213, 8813, 9397, 10709, 9974, 8332, 9828, 8803, 10124, 9081, 10594, 10367, 10662, 8931, 10205, 8897, 10220, 8966, 10148, 8770, 10694, 8755, 8223, 9076, 8195, 8637, 8846, 10535, 9056, 8121, 8793, 10196, 9153, 9690, 10617, 9248, 8282, 8756, 8319, 8331, 8987, 10011, 8503, 10860, 8612, 10232, 8801, 9253, 8371, 9391, 12628, 9878, 9849, 8579, 8320, 9166, 10941, 9278, 10416, 9744, 8655, 9310, 8376, 9240, 10358, 8961, 9688, 8888, 9596, 8775, 9343, 10612, 9262, 10661, 10196, 9564, 8331, 9339, 11805, 9256, 10529, 9364, 9460, 8778, 9251, 9168, 10351, 8526, 9738, 10415, 8876, 8490, 8908, 8744, 9225, 10107, 9146, 10571, 9247, 8999, 8689, 9296, 8519, 9343, 12854, 10602, 10273, 8926, 9520, 8623, 9002, 8310, 9763, 8082, 8552, 7905, 8853, 11636, 9032, 9882, 9198, 9937, 8525, 9208, 8812, 9692, 8916, 10137, 8442, 9845, 8671, 8770, 8369, 9350, 12636, 9013, 7942, 8634, 8085, 8833, 10228, 8718, 7833, 8721, 7798, 8784, 10290, 9625, 10498, 8599, 9568, 8739, 8849, 7951, 9109, 12923, 8936, 8513, 8668, 9835, 8695, 10253, 8273, 10289, 8716, 9426, 8706, 9586, 8398, 9172, 13061, 9796, 7921, 8736, 7852, 8924, 10942, 9107, 11335, 8798, 7695, 8009, 7729, 9062, 11020, 9421, 10381, 10114, 10489, 8525, 9051, 8834, 10112, 8798, 9795, 8099, 10618, 8540, 9407, 8621, 8958, 8226, 8912, 7685, 8589, 7687, 8165, 8619, 9031, 8491, 10022, 8709, 10302, 8692, 11280, 8874, 11677, 9005, 9294, 10435, 9074, 7894, 8795, 8564, 8655, 10202, 8887, 10299, 8621, 8286, 8623, 7677, 8653, 10256, 8925, 10063, 8087, 9534, 7640, 8634, 10875, 8554, 10242, 8504, 9070, 9200, 8911, 9537, 7626, 9073, 8783, 9059, 8850, 10085, 9180, 11770, 10446, 11744, 9406, 8721, 9874, 8994, 14257, 12137, 8115, 8627, 7993, 8781, 12193, 9009, 10483, 10239, 8291, 8222, 7700, 8794, 10248, 9049, 9807, 9241, 9017, 8525, 8077, 8536, 7771, 9312, 11047, 9445, 8397, 9068, 8593, 8239, 8636, 10385, 8988, 10020, 8838, 10038, 8508, 8170, 8509, 9901, 8728, 9858, 8749, 9477, 8348, 7740, 8419, 8194, 8698, 11565, 9881, 10485, 8500, 10016, 8992, 10567, 8998, 9442, 8178, 8617, 9409, 8607, 11578, 8644, 8168, 8560, 9860, 8653, 9523, 8838, 8684, 8521, 8843, 8339, 8486, 11907, 8611, 10606, 8466, 9204, 8739, 9354, 8525, 9983, 8220, 8316, 12814, 8484, 10372, 10384, 10632, 8526, 9122, 8563, 8703, 8364, 8636, 12897, 8308, 8211, 8191, 9616, 8400, 8667, 8241, 8741, 8306, 8411, 7942, 8212, 9838, 8621, 8706], 'WindowCenter': [4396.0, 4359.0, 4336.0, 4333.0, 4321.0, 4321.0, 4339.0, 4319.0, 4330.0, 4329.0, 4318.0, 4318.0, 4296.0, 4318.0, 4328.0, 4318.0, 4318.0, 4297.0, 4319.0, 4328.0, 4318.0, 4308.0, 4318.0, 4308.0, 4319.0, 4328.0, 4319.0, 4329.0, 4308.0, 4328.0, 4308.0, 4319.0, 4297.0, 4318.0, 4338.0, 4318.0, 4295.0, 4308.0, 4328.0, 4321.0, 4320.0, 4321.0, 4330.0, 4320.0, 4319.0, 4319.0, 4321.0, 4350.0, 4330.0, 4329.0, 4339.0, 4328.0, 4308.0, 4318.0, 4297.0, 4308.0, 4338.0, 4319.0, 4318.0, 4308.0, 4317.0, 4308.0, 4318.0, 4308.0, 4318.0, 4298.0, 4329.0, 4308.0, 4319.0, 4309.0, 4320.0, 4337.0, 4319.0, 4329.0, 4329.0, 4318.0, 4308.0, 4319.0, 4327.0, 4318.0, 4328.0, 4329.0, 4317.0, 4307.0, 4317.0, 4297.0, 4307.0, 4339.0, 4318.0, 4308.0, 4319.0, 4339.0, 4308.0, 4318.0, 4307.0, 4328.0, 4318.0, 4327.0, 4295.0, 4316.0, 4309.0, 4318.0, 4317.0, 4341.0, 4319.0, 4317.0, 4307.0, 4306.0, 4308.0, 4319.0, 4342.0, 4333.0, 4353.0, 4331.0, 4339.0, 4318.0, 4318.0, 4317.0, 4317.0, 4344.0, 4315.0, 4315.0, 4315.0, 4305.0, 4316.0, 4294.0, 4315.0, 4304.0, 4315.0, 4316.0, 4306.0, 4295.0, 4316.0, 4307.0, 4307.0, 4308.0, 4297.0, 4329.0, 4338.0, 4328.0, 4305.0, 4294.0, 4283.0, 4305.0, 4303.0, 4304.0, 4325.0, 4305.0, 4294.0, 4295.0, 4285.0, 4306.0, 4308.0, 4319.0, 4318.0, 4328.0, 4309.0, 4309.0, 4321.0, 4330.0, 4320.0, 4330.0, 4309.0, 4327.0, 4308.0, 4317.0, 4308.0, 4317.0, 4307.0, 4326.0, 4307.0, 4318.0, 4308.0, 4331.0, 4307.0, 4306.0, 4329.0, 4328.0, 4316.0, 4306.0, 4316.0, 4307.0, 4328.0, 4317.0, 4326.0, 4307.0, 4317.0, 4307.0, 4317.0, 4296.0, 4327.0, 4306.0, 4316.0, 4284.0, 4305.0, 4325.0, 4304.0, 4294.0, 4305.0, 4284.0, 4305.0, 4325.0, 4305.0, 4315.0, 4305.0, 4302.0, 4305.0, 4294.0, 4306.0, 4326.0, 4318.0, 4315.0, 4307.0, 4326.0, 4305.0, 4316.0, 4305.0, 4317.0, 4305.0, 4315.0, 4305.0, 4306.0, 4295.0, 4306.0, 4336.0, 4327.0, 4315.0, 4304.0, 4304.0, 4306.0, 4314.0, 4296.0, 4307.0, 4297.0, 4308.0, 4287.0, 4309.0, 4317.0, 4307.0, 4318.0, 4297.0, 4317.0, 4286.0, 4307.0, 4326.0, 4307.0, 4317.0, 4307.0, 4306.0, 4307.0, 4317.0, 4306.0, 4307.0, 4299.0, 4319.0, 4297.0, 4308.0, 4308.0, 4319.0, 4318.0, 4319.0, 4338.0, 4318.0, 4308.0, 4309.0, 4328.0, 4308.0, 4328.0, 4297.0, 4317.0, 4296.0, 4318.0, 4316.0, 4305.0, 4326.0, 4315.0, 4305.0, 4295.0, 4315.0, 4295.0, 4315.0, 4285.0, 4316.0, 4295.0, 4304.0, 4295.0, 4306.0, 4315.0, 4304.0, 4316.0, 4316.0, 4294.0, 4306.0, 4315.0, 4304.0, 4307.0, 4296.0, 4307.0, 4297.0, 4318.0, 4327.0, 4317.0, 4317.0, 4327.0, 4305.0, 4304.0, 4304.0, 4296.0, 4316.0, 4295.0, 4316.0, 4295.0, 4296.0, 4295.0, 4307.0, 4339.0, 4307.0, 4317.0, 4316.0, 4306.0, 4319.0, 4318.0, 4322.0, 4318.0, 4317.0, 4328.0, 4307.0, 4329.0, 4307.0, 4307.0, 4296.0, 4317.0, 4326.0, 4317.0, 4338.0, 4317.0, 4286.0, 4296.0, 4307.0, 4307.0, 4308.0, 4309.0, 4331.0, 4330.0, 4328.0, 4317.0, 4316.0, 4315.0, 4306.0, 4295.0, 4306.0, 4316.0, 4306.0, 4316.0, 4305.0, 4315.0, 4306.0, 4295.0, 4307.0, 4326.0, 4306.0, 4327.0, 4307.0, 4327.0, 4309.0, 4308.0, 4309.0, 4310.0, 4345.0, 4334.0, 4342.0, 4332.0, 4342.0, 4321.0, 4329.0, 4319.0, 4318.0, 4296.0, 4316.0, 4326.0, 4306.0, 4326.0, 4316.0, 4295.0, 4295.0, 4285.0, 4305.0, 4315.0, 4296.0, 4316.0, 4307.0, 4317.0, 4308.0, 4307.0, 4319.0, 4328.0, 4307.0, 4318.0, 4297.0, 4328.0, 4297.0, 4317.0, 4306.0, 4318.0, 4298.0, 4319.0, 4308.0, 4307.0, 4307.0, 4316.0, 4308.0, 4329.0, 4307.0, 4329.0, 4299.0, 4329.0, 4308.0, 4318.0, 4309.0, 4327.0, 4308.0, 4318.0, 4329.0, 4319.0, 4297.0, 4309.0, 4318.0, 4317.0, 4316.0, 4295.0, 4317.0, 4336.0, 4326.0, 4295.0, 4306.0, 4295.0, 4306.0, 4315.0, 4306.0, 4315.0, 4306.0, 4315.0, 4306.0, 4295.0, 4306.0, 4316.0, 4306.0, 4306.0, 4306.0, 4297.0, 4319.0, 4317.0, 4318.0, 4327.0, 4317.0, 4307.0, 4308.0, 4297.0, 4308.0, 4308.0, 4329.0, 4307.0, 4328.0, 4309.0, 4330.0, 4309.0, 4308.0, 4310.0, 4330.0, 4342.0, 4333.0, 4352.0, 4331.0, 4309.0, 4309.0, 4336.0, 4307.0, 4317.0, 4318.0, 4296.0, 4309.0, 4297.0, 4308.0, 4308.0, 4329.0, 4320.0, 4339.0, 4319.0, 4319.0, 4310.0, 4329.0, 4318.0, 4330.0, 4329.0, 4328.0, 4308.0, 4296.0, 4318.0, 4306.0, 4307.0, 4317.0, 4316.0, 4296.0, 4317.0, 4307.0, 4317.0, 4307.0, 4327.0, 4328.0, 4327.0, 4307.0, 4315.0, 4295.0, 4315.0, 4294.0, 4315.0, 4295.0, 4314.0, 4293.0, 4293.0, 4305.0, 4295.0, 4306.0, 4308.0, 4329.0, 4320.0, 4298.0, 4310.0, 4330.0, 4308.0, 4319.0, 4317.0, 4305.0, 4296.0, 4296.0, 4296.0, 4296.0, 4308.0, 4329.0, 4310.0, 4330.0, 4308.0, 4317.0, 4306.0, 4305.0, 4295.0, 4306.0, 4336.0, 4317.0, 4316.0, 4296.0, 4296.0, 4317.0, 4315.0, 4304.0, 4315.0, 4306.0, 4295.0, 4318.0, 4311.0, 4321.0, 4329.0, 4308.0, 4317.0, 4308.0, 4317.0, 4306.0, 4318.0, 4316.0, 4306.0, 4316.0, 4316.0, 4306.0, 4284.0, 4305.0, 4323.0, 4294.0, 4314.0, 4305.0, 4304.0, 4293.0, 4304.0, 4304.0, 4316.0, 4294.0, 4304.0, 4314.0, 4294.0, 4293.0, 4294.0, 4294.0, 4306.0, 4314.0, 4306.0, 4316.0, 4306.0, 4305.0, 4307.0, 4307.0, 4295.0, 4307.0, 4336.0, 4316.0, 4315.0, 4306.0, 4305.0, 4294.0, 4295.0, 4294.0, 4305.0, 4284.0, 4293.0, 4283.0, 4306.0, 4325.0, 4305.0, 4316.0, 4305.0, 4316.0, 4310.0, 4306.0, 4307.0, 4306.0, 4305.0, 4317.0, 4296.0, 4315.0, 4296.0, 4296.0, 4295.0, 4306.0, 4335.0, 4306.0, 4285.0, 4293.0, 4295.0, 4307.0, 4328.0, 4308.0, 4297.0, 4309.0, 4298.0, 4308.0, 4329.0, 4318.0, 4328.0, 4307.0, 4305.0, 4295.0, 4306.0, 4285.0, 4306.0, 4336.0, 4306.0, 4294.0, 4294.0, 4316.0, 4296.0, 4316.0, 4296.0, 4315.0, 4294.0, 4306.0, 4306.0, 4305.0, 4295.0, 4306.0, 4335.0, 4304.0, 4284.0, 4294.0, 4295.0, 4306.0, 4325.0, 4305.0, 4328.0, 4307.0, 4285.0, 4297.0, 4285.0, 4307.0, 4327.0, 4307.0, 4317.0, 4316.0, 4316.0, 4296.0, 4305.0, 4306.0, 4316.0, 4296.0, 4316.0, 4286.0, 4316.0, 4295.0, 4305.0, 4306.0, 4306.0, 4296.0, 4304.0, 4287.0, 4309.0, 4287.0, 4309.0, 4310.0, 4307.0, 4320.0, 4331.0, 4322.0, 4331.0, 4310.0, 4340.0, 4336.0, 4342.0, 4308.0, 4308.0, 4317.0, 4305.0, 4285.0, 4306.0, 4294.0, 4293.0, 4315.0, 4306.0, 4316.0, 4306.0, 4295.0, 4307.0, 4285.0, 4307.0, 4328.0, 4305.0, 4318.0, 4286.0, 4305.0, 4285.0, 4307.0, 4315.0, 4295.0, 4304.0, 4308.0, 4317.0, 4332.0, 4333.0, 4343.0, 4313.0, 4334.0, 4334.0, 4334.0, 4334.0, 4356.0, 4336.0, 4355.0, 4343.0, 4354.0, 4320.0, 4308.0, 4319.0, 4308.0, 4347.0, 4327.0, 4285.0, 4296.0, 4296.0, 4293.0, 4334.0, 4305.0, 4316.0, 4328.0, 4296.0, 4295.0, 4299.0, 4320.0, 4328.0, 4319.0, 4318.0, 4318.0, 4319.0, 4309.0, 4298.0, 4309.0, 4298.0, 4320.0, 4354.0, 4331.0, 4298.0, 4306.0, 4308.0, 4298.0, 4310.0, 4328.0, 4309.0, 4319.0, 4308.0, 4317.0, 4296.0, 4295.0, 4307.0, 4315.0, 4295.0, 4305.0, 4310.0, 4307.0, 4297.0, 4285.0, 4296.0, 4297.0, 4310.0, 4340.0, 4317.0, 4328.0, 4308.0, 4318.0, 4307.0, 4328.0, 4306.0, 4306.0, 4293.0, 4294.0, 4304.0, 4295.0, 4325.0, 4295.0, 4309.0, 4307.0, 4317.0, 4295.0, 4317.0, 4307.0, 4296.0, 4307.0, 4307.0, 4297.0, 4307.0, 4337.0, 4308.0, 4328.0, 4298.0, 4306.0, 4297.0, 4307.0, 4307.0, 4316.0, 4295.0, 4296.0, 4334.0, 4295.0, 4314.0, 4316.0, 4313.0, 4294.0, 4304.0, 4294.0, 4294.0, 4282.0, 4295.0, 4335.0, 4295.0, 4294.0, 4295.0, 4302.0, 4295.0, 4293.0, 4295.0, 4306.0, 4297.0, 4296.0, 4294.0, 4296.0, 4314.0, 4305.0, 4295.0], 'WindowWidth': [9691.0, 9626.0, 9586.0, 9577.0, 9554.0, 9555.0, 9575.0, 9549.0, 9563.0, 9561.0, 9543.0, 9544.0, 9512.0, 9545.0, 9557.0, 9542.0, 9543.0, 9513.0, 9545.0, 9557.0, 9544.0, 9531.0, 9544.0, 9532.0, 9548.0, 9559.0, 9545.0, 9558.0, 9530.0, 9555.0, 9530.0, 9545.0, 9512.0, 9542.0, 9570.0, 9541.0, 9509.0, 9529.0, 9556.0, 9554.0, 9548.0, 9551.0, 9563.0, 9550.0, 9549.0, 9548.0, 9554.0, 9590.0, 9562.0, 9560.0, 9573.0, 9555.0, 9529.0, 9544.0, 9513.0, 9530.0, 9570.0, 9544.0, 9541.0, 9529.0, 9541.0, 9530.0, 9543.0, 9528.0, 9543.0, 9515.0, 9558.0, 9529.0, 9546.0, 9534.0, 9550.0, 9568.0, 9545.0, 9559.0, 9557.0, 9541.0, 9529.0, 9546.0, 9555.0, 9542.0, 9556.0, 9558.0, 9541.0, 9528.0, 9541.0, 9512.0, 9529.0, 9573.0, 9543.0, 9528.0, 9547.0, 9572.0, 9530.0, 9543.0, 9527.0, 9556.0, 9541.0, 9555.0, 9509.0, 9535.0, 9532.0, 9543.0, 9541.0, 9582.0, 9546.0, 9540.0, 9526.0, 9524.0, 9530.0, 9549.0, 9588.0, 9579.0, 9606.0, 9570.0, 9579.0, 9547.0, 9546.0, 9542.0, 9541.0, 9573.0, 9535.0, 9536.0, 9537.0, 9523.0, 9541.0, 9510.0, 9538.0, 9520.0, 9537.0, 9539.0, 9524.0, 9505.0, 9536.0, 9529.0, 9529.0, 9532.0, 9515.0, 9561.0, 9573.0, 9557.0, 9518.0, 9503.0, 9487.0, 9517.0, 9515.0, 9517.0, 9546.0, 9520.0, 9503.0, 9507.0, 9493.0, 9524.0, 9531.0, 9544.0, 9544.0, 9557.0, 9534.0, 9533.0, 9552.0, 9562.0, 9548.0, 9562.0, 9532.0, 9554.0, 9528.0, 9538.0, 9529.0, 9539.0, 9527.0, 9551.0, 9528.0, 9542.0, 9531.0, 9566.0, 9525.0, 9527.0, 9561.0, 9555.0, 9538.0, 9525.0, 9538.0, 9527.0, 9556.0, 9540.0, 9551.0, 9525.0, 9538.0, 9526.0, 9540.0, 9509.0, 9554.0, 9523.0, 9536.0, 9492.0, 9520.0, 9546.0, 9517.0, 9505.0, 9520.0, 9492.0, 9522.0, 9549.0, 9521.0, 9533.0, 9520.0, 9513.0, 9520.0, 9505.0, 9524.0, 9551.0, 9542.0, 9536.0, 9527.0, 9551.0, 9521.0, 9536.0, 9520.0, 9539.0, 9519.0, 9531.0, 9523.0, 9523.0, 9508.0, 9525.0, 9564.0, 9552.0, 9533.0, 9519.0, 9518.0, 9525.0, 9533.0, 9510.0, 9526.0, 9515.0, 9529.0, 9500.0, 9533.0, 9542.0, 9527.0, 9541.0, 9512.0, 9540.0, 9496.0, 9528.0, 9551.0, 9525.0, 9540.0, 9526.0, 9523.0, 9525.0, 9538.0, 9524.0, 9527.0, 9521.0, 9545.0, 9514.0, 9530.0, 9530.0, 9546.0, 9542.0, 9546.0, 9571.0, 9544.0, 9529.0, 9531.0, 9557.0, 9528.0, 9555.0, 9512.0, 9540.0, 9511.0, 9541.0, 9536.0, 9517.0, 9550.0, 9533.0, 9519.0, 9507.0, 9534.0, 9506.0, 9533.0, 9491.0, 9536.0, 9505.0, 9519.0, 9507.0, 9523.0, 9532.0, 9518.0, 9535.0, 9536.0, 9506.0, 9523.0, 9535.0, 9519.0, 9525.0, 9511.0, 9525.0, 9513.0, 9543.0, 9552.0, 9538.0, 9540.0, 9551.0, 9521.0, 9518.0, 9517.0, 9509.0, 9535.0, 9505.0, 9537.0, 9506.0, 9509.0, 9507.0, 9527.0, 9572.0, 9524.0, 9538.0, 9537.0, 9524.0, 9550.0, 9548.0, 9558.0, 9548.0, 9545.0, 9560.0, 9530.0, 9561.0, 9528.0, 9528.0, 9513.0, 9543.0, 9551.0, 9542.0, 9573.0, 9539.0, 9496.0, 9507.0, 9527.0, 9531.0, 9533.0, 9535.0, 9568.0, 9564.0, 9555.0, 9541.0, 9537.0, 9534.0, 9523.0, 9507.0, 9522.0, 9536.0, 9523.0, 9537.0, 9519.0, 9533.0, 9524.0, 9509.0, 9527.0, 9551.0, 9525.0, 9552.0, 9526.0, 9552.0, 9533.0, 9531.0, 9534.0, 9537.0, 9592.0, 9575.0, 9584.0, 9569.0, 9582.0, 9551.0, 9560.0, 9545.0, 9543.0, 9509.0, 9538.0, 9549.0, 9522.0, 9551.0, 9535.0, 9504.0, 9506.0, 9492.0, 9521.0, 9532.0, 9508.0, 9535.0, 9527.0, 9539.0, 9529.0, 9528.0, 9546.0, 9556.0, 9528.0, 9541.0, 9513.0, 9555.0, 9511.0, 9541.0, 9524.0, 9542.0, 9517.0, 9547.0, 9530.0, 9527.0, 9527.0, 9538.0, 9531.0, 9559.0, 9527.0, 9560.0, 9517.0, 9558.0, 9529.0, 9542.0, 9532.0, 9555.0, 9528.0, 9542.0, 9557.0, 9544.0, 9514.0, 9531.0, 9543.0, 9540.0, 9538.0, 9505.0, 9538.0, 9563.0, 9549.0, 9507.0, 9523.0, 9506.0, 9522.0, 9534.0, 9522.0, 9534.0, 9522.0, 9532.0, 9521.0, 9506.0, 9523.0, 9536.0, 9521.0, 9523.0, 9523.0, 9513.0, 9544.0, 9540.0, 9540.0, 9553.0, 9539.0, 9527.0, 9528.0, 9514.0, 9529.0, 9528.0, 9559.0, 9527.0, 9556.0, 9531.0, 9561.0, 9530.0, 9531.0, 9535.0, 9564.0, 9583.0, 9574.0, 9596.0, 9567.0, 9531.0, 9533.0, 9565.0, 9526.0, 9541.0, 9541.0, 9509.0, 9533.0, 9514.0, 9529.0, 9528.0, 9558.0, 9547.0, 9572.0, 9547.0, 9545.0, 9534.0, 9560.0, 9545.0, 9561.0, 9559.0, 9555.0, 9528.0, 9511.0, 9542.0, 9523.0, 9526.0, 9539.0, 9537.0, 9508.0, 9538.0, 9525.0, 9538.0, 9527.0, 9555.0, 9557.0, 9552.0, 9525.0, 9534.0, 9506.0, 9531.0, 9502.0, 9533.0, 9505.0, 9530.0, 9502.0, 9502.0, 9519.0, 9505.0, 9522.0, 9529.0, 9559.0, 9548.0, 9518.0, 9536.0, 9562.0, 9528.0, 9543.0, 9540.0, 9521.0, 9508.0, 9508.0, 9508.0, 9511.0, 9529.0, 9560.0, 9534.0, 9562.0, 9528.0, 9540.0, 9522.0, 9520.0, 9504.0, 9522.0, 9563.0, 9538.0, 9534.0, 9509.0, 9508.0, 9539.0, 9533.0, 9517.0, 9533.0, 9521.0, 9505.0, 9542.0, 9539.0, 9552.0, 9559.0, 9528.0, 9540.0, 9527.0, 9538.0, 9524.0, 9542.0, 9535.0, 9522.0, 9537.0, 9535.0, 9521.0, 9487.0, 9517.0, 9540.0, 9501.0, 9528.0, 9518.0, 9514.0, 9501.0, 9516.0, 9516.0, 9535.0, 9501.0, 9516.0, 9528.0, 9500.0, 9500.0, 9502.0, 9504.0, 9521.0, 9531.0, 9521.0, 9536.0, 9523.0, 9520.0, 9525.0, 9525.0, 9506.0, 9524.0, 9563.0, 9536.0, 9532.0, 9521.0, 9520.0, 9502.0, 9505.0, 9503.0, 9519.0, 9489.0, 9500.0, 9488.0, 9522.0, 9546.0, 9519.0, 9535.0, 9521.0, 9535.0, 9534.0, 9525.0, 9526.0, 9522.0, 9519.0, 9537.0, 9508.0, 9532.0, 9508.0, 9508.0, 9504.0, 9522.0, 9560.0, 9520.0, 9492.0, 9504.0, 9507.0, 9527.0, 9556.0, 9529.0, 9513.0, 9531.0, 9515.0, 9530.0, 9557.0, 9542.0, 9554.0, 9525.0, 9518.0, 9507.0, 9522.0, 9491.0, 9522.0, 9561.0, 9521.0, 9504.0, 9500.0, 9534.0, 9507.0, 9534.0, 9506.0, 9533.0, 9502.0, 9521.0, 9523.0, 9521.0, 9504.0, 9519.0, 9559.0, 9516.0, 9490.0, 9501.0, 9506.0, 9522.0, 9547.0, 9520.0, 9554.0, 9524.0, 9494.0, 9511.0, 9496.0, 9527.0, 9550.0, 9526.0, 9539.0, 9536.0, 9534.0, 9509.0, 9520.0, 9523.0, 9535.0, 9507.0, 9535.0, 9493.0, 9533.0, 9506.0, 9520.0, 9523.0, 9522.0, 9507.0, 9518.0, 9498.0, 9531.0, 9500.0, 9531.0, 9533.0, 9523.0, 9549.0, 9563.0, 9553.0, 9565.0, 9534.0, 9574.0, 9582.0, 9583.0, 9526.0, 9528.0, 9536.0, 9520.0, 9493.0, 9522.0, 9503.0, 9499.0, 9533.0, 9521.0, 9535.0, 9522.0, 9507.0, 9526.0, 9494.0, 9527.0, 9557.0, 9519.0, 9541.0, 9496.0, 9518.0, 9493.0, 9525.0, 9532.0, 9507.0, 9515.0, 9527.0, 9542.0, 9570.0, 9573.0, 9586.0, 9545.0, 9574.0, 9577.0, 9577.0, 9576.0, 9607.0, 9579.0, 9602.0, 9584.0, 9600.0, 9546.0, 9527.0, 9542.0, 9527.0, 9577.0, 9549.0, 9491.0, 9508.0, 9508.0, 9504.0, 9558.0, 9518.0, 9535.0, 9555.0, 9512.0, 9506.0, 9524.0, 9551.0, 9559.0, 9549.0, 9544.0, 9545.0, 9548.0, 9532.0, 9518.0, 9532.0, 9516.0, 9548.0, 9602.0, 9566.0, 9515.0, 9525.0, 9530.0, 9515.0, 9535.0, 9557.0, 9531.0, 9544.0, 9527.0, 9537.0, 9508.0, 9505.0, 9527.0, 9535.0, 9507.0, 9518.0, 9534.0, 9525.0, 9512.0, 9494.0, 9508.0, 9513.0, 9534.0, 9574.0, 9541.0, 9553.0, 9529.0, 9541.0, 9525.0, 9555.0, 9523.0, 9522.0, 9501.0, 9503.0, 9517.0, 9507.0, 9548.0, 9507.0, 9532.0, 9526.0, 9540.0, 9506.0, 9539.0, 9525.0, 9508.0, 9527.0, 9526.0, 9512.0, 9527.0, 9566.0, 9530.0, 9554.0, 9515.0, 9524.0, 9511.0, 9527.0, 9525.0, 9538.0, 9507.0, 9510.0, 9558.0, 9506.0, 9531.0, 9535.0, 9527.0, 9503.0, 9515.0, 9501.0, 9504.0, 9483.0, 9505.0, 9558.0, 9507.0, 9504.0, 9508.0, 9515.0, 9507.0, 9500.0, 9505.0, 9525.0, 9511.0, 9511.0, 9506.0, 9511.0, 9533.0, 9520.0, 9506.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.0024568469505178363</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.017567382968929804</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.53949493870967</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2323496728225791</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.044782248917052</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4649</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7166.6733</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07571113148412666</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>23</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.6467203682393556</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.456358713791111</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.334070307987791</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7643392068202903</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.270666626565251</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00704865</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015386069193482399</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02929653413593769</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</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.9097450018326825</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>35.1101</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.494</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>157.0185</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>300707.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>720.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>310.9739</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1724</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>592.128</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3505.7484</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3698.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>75837.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1243.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4630.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>945.8355</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>43.22803008183837</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> |