=== 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-0040 --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-0040",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 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-0040_ses-01_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-0040_ses-01_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-01_subject-0040_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-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-01_subject-0040_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-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-01_subject-0040_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-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-01_subject-0040_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-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-01_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-01_subject-0040_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-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-01_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-01_subject-0040_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-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0040_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-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0040/figures/sub-0040_ses-01_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-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-01_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-0040/ses-01/func/sub-0040_ses-01_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>3b4727566444a7b048c4daaf09c006cd</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>17:07:38.837500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999497, -0.00364085, -0.0315144, 0.00680347, 0.99488, 0.100838]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0782851</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>18</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4136, -7741, -7224, 601, -32, -68, 42, 81]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>241.162</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>b0d84862-2cb0-44b1-9be2-0634d0caef1a||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6815764904022217, 0.018253199756145477, -0.08366191387176514, 115.93814849853516], [0.00976813118904829, 2.669189453125, 0.27270326018333435, -101.13042449951172], [-0.08455082029104233, -0.270539790391922, 2.684889793395996, -41.494606018066406], [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': ['170738.837500', '170739.297500', '170739.757500', '170740.217500', '170740.677500', '170741.137500', '170741.597500', '170742.057500', '170742.517500', '170742.977500', '170743.437500', '170743.897500', '170744.357500', '170744.817500', '170745.277500', '170745.737500', '170746.197500', '170746.657500', '170747.117500', '170747.577500', '170748.037500', '170748.497500', '170748.957500', '170749.417500', '170749.877500', '170750.337500', '170750.797500', '170751.257500', '170751.717500', '170752.177500', '170752.637500', '170753.097500', '170753.557500', '170754.017500', '170754.477500', '170754.937500', '170755.397500', '170755.857500', '170756.317500', '170756.777500', '170757.237500', '170757.697500', '170758.157500', '170758.617500', '170759.077500', '170759.537500', '170759.997500', '170800.457500', '170800.917500', '170801.377500', '170801.837500', '170802.297500', '170802.757500', '170803.217500', '170803.677500', '170804.137500', '170804.597500', '170805.057500', '170805.517500', '170805.977500', '170806.437500', '170806.897500', '170807.357500', '170807.817500', '170808.277500', '170808.737500', '170809.197500', '170809.657500', '170810.117500', '170810.577500', '170811.037500', '170811.497500', '170811.957500', '170812.417500', '170812.877500', '170813.337500', '170813.797500', '170814.257500', '170814.717500', '170815.177500', '170815.637500', '170816.097500', '170816.557500', '170817.017500', '170817.477500', '170817.937500', '170818.397500', '170818.857500', '170819.317500', '170819.777500', '170820.237500', '170820.697500', '170821.157500', '170821.617500', '170822.077500', '170822.537500', '170822.997500', '170823.457500', '170823.917500', '170824.377500', '170824.837500', '170825.297500', '170825.757500', '170826.217500', '170826.677500', '170827.137500', '170827.597500', '170828.057500', '170828.517500', '170828.977500', '170829.437500', '170829.897500', '170830.357500', '170830.817500', '170831.277500', '170831.737500', '170832.197500', '170832.657500', '170833.117500', '170833.577500', '170834.037500', '170834.497500', '170834.957500', '170835.417500', '170835.877500', '170836.337500', '170836.797500', '170837.257500', '170837.717500', '170838.177500', '170838.637500', '170839.097500', '170839.557500', '170840.017500', '170840.477500', '170840.937500', '170841.397500', '170841.857500', '170842.317500', '170842.777500', '170843.237500', '170843.697500', '170844.157500', '170844.617500', '170845.077500', '170845.537500', '170845.997500', '170846.457500', '170846.917500', '170847.377500', '170847.837500', '170848.297500', '170848.757500', '170849.217500', '170849.677500', '170850.137500', '170850.597500', '170851.057500', '170851.517500', '170851.977500', '170852.437500', '170852.897500', '170853.357500', '170853.817500', '170854.277500', '170854.737500', '170855.197500', '170855.657500', '170856.117500', '170856.577500', '170857.037500', '170857.497500', '170857.957500', '170858.417500', '170858.877500', '170859.337500', '170859.797500', '170900.257500', '170900.717500', '170901.177500', '170901.637500', '170902.097500', '170902.557500', '170903.017500', '170903.477500', '170903.937500', '170904.397500', '170904.857500', '170905.317500', '170905.777500', '170906.237500', '170906.697500', '170907.157500', '170907.617500', '170908.077500', '170908.537500', '170908.997500', '170909.457500', '170909.917500', '170910.377500', '170910.837500', '170911.297500', '170911.757500', '170912.217500', '170912.677500', '170913.137500', '170913.597500', '170914.057500', '170914.517500', '170914.977500', '170915.437500', '170915.897500', '170916.357500', '170916.817500', '170917.277500', '170917.737500', '170918.197500', '170918.657500', '170919.117500', '170919.577500', '170920.037500', '170920.497500', '170920.957500', '170921.417500', '170921.877500', '170922.337500', '170922.797500', '170923.257500', '170923.717500', '170924.177500', '170924.637500', '170925.097500', '170925.557500', '170926.017500', '170926.477500', '170926.937500', '170927.397500', '170927.857500', '170928.317500', '170928.777500', '170929.237500', '170929.697500', '170930.157500', '170930.617500', '170931.077500', '170931.537500', '170931.997500', '170932.457500', '170932.917500', '170933.377500', '170933.837500', '170934.297500', '170934.757500', '170935.217500', '170935.677500', '170936.137500', '170936.597500', '170937.057500', '170937.517500', '170937.977500', '170938.437500', '170938.897500', '170939.357500', '170939.817500', '170940.277500', '170940.737500', '170941.197500', '170941.657500', '170942.117500', '170942.577500', '170943.037500', '170943.497500', '170943.957500', '170944.417500', '170944.877500', '170945.337500', '170945.797500', '170946.257500', '170946.717500', '170947.177500', '170947.637500', '170948.097500', '170948.557500', '170949.017500', '170949.477500', '170949.937500', '170950.397500', '170950.857500', '170951.317500', '170951.777500', '170952.237500', '170952.697500', '170953.157500', '170953.617500', '170954.077500', '170954.537500', '170954.997500', '170955.457500', '170955.917500', '170956.377500', '170956.837500', '170957.297500', '170957.757500', '170958.217500', '170958.677500', '170959.137500', '170959.597500', '171000.057500', '171000.517500', '171000.977500', '171001.437500', '171001.897500', '171002.357500', '171002.817500', '171003.277500', '171003.737500', '171004.197500', '171004.657500', '171005.117500', '171005.577500', '171006.037500', '171006.497500', '171006.957500', '171007.417500', '171007.877500', '171008.337500', '171008.797500', '171009.257500', '171009.717500', '171010.177500', '171010.637500', '171011.097500', '171011.557500', '171012.017500', '171012.477500', '171012.937500', '171013.397500', '171013.857500', '171014.317500', '171014.777500', '171015.237500', '171015.697500', '171016.157500', '171016.617500', '171017.077500', '171017.537500', '171017.997500', '171018.457500', '171018.917500', '171019.377500', '171019.837500', '171020.297500', '171020.757500', '171021.217500', '171021.677500', '171022.137500', '171022.597500', '171023.057500', '171023.517500', '171023.977500', '171024.437500', '171024.897500', '171025.357500', '171025.817500', '171026.277500', '171026.737500', '171027.197500', '171027.657500', '171028.117500', '171028.577500', '171029.037500', '171029.497500', '171029.957500', '171030.417500', '171030.877500', '171031.337500', '171031.797500', '171032.257500', '171032.717500', '171033.177500', '171033.637500', '171034.097500', '171034.557500', '171035.017500', '171035.477500', '171035.937500', '171036.397500', '171036.857500', '171037.317500', '171037.777500', '171038.237500', '171038.697500', '171039.157500', '171039.617500', '171040.077500', '171040.537500', '171040.997500', '171041.457500', '171041.917500', '171042.377500', '171042.837500', '171043.297500', '171043.757500', '171044.217500', '171044.677500', '171045.137500', '171045.597500', '171046.057500', '171046.517500', '171046.977500', '171047.437500', '171047.897500', '171048.357500', '171048.817500', '171049.277500', '171049.737500', '171050.197500', '171050.657500', '171051.117500', '171051.577500', '171052.037500', '171052.497500', '171052.957500', '171053.417500', '171053.877500', '171054.337500', '171054.797500', '171055.257500', '171055.717500', '171056.177500', '171056.637500', '171057.097500', '171057.557500', '171058.017500', '171058.477500', '171058.937500', '171059.397500', '171059.857500', '171100.317500', '171100.777500', '171101.237500', '171101.697500', '171102.157500', '171102.617500', '171103.077500', '171103.537500', '171103.997500', '171104.457500', '171104.917500', '171105.377500', '171105.837500', '171106.297500', '171106.757500', '171107.217500', '171107.677500', '171108.137500', '171108.597500', '171109.057500', '171109.517500', '171109.977500', '171110.437500', '171110.897500', '171111.357500', '171111.817500', '171112.277500', '171112.737500', '171113.197500', '171113.657500', '171114.117500', '171114.577500', '171115.037500', '171115.497500', '171115.957500', '171116.417500', '171116.877500', '171117.337500', '171117.797500', '171118.257500', '171118.717500', '171119.177500', '171119.637500', '171120.097500', '171120.557500', '171121.017500', '171121.477500', '171121.937500', '171122.397500', '171122.857500', '171123.317500', '171123.777500', '171124.237500', '171124.697500', '171125.157500', '171125.617500', '171126.077500', '171126.537500', '171126.997500', '171127.457500', '171127.917500', '171128.377500', '171128.837500', '171129.297500', '171129.757500', '171130.217500', '171130.677500', '171131.137500', '171131.597500', '171132.057500', '171132.517500', '171132.977500', '171133.437500', '171133.897500', '171134.357500', '171134.817500', '171135.277500', '171135.737500', '171136.197500', '171136.657500', '171137.117500', '171137.577500', '171138.037500', '171138.497500', '171138.957500', '171139.417500', '171139.877500', '171140.337500', '171140.797500', '171141.257500', '171141.717500', '171142.177500', '171142.637500', '171143.097500', '171143.557500', '171144.017500', '171144.477500', '171144.937500', '171145.397500', '171145.857500', '171146.317500', '171146.777500', '171147.237500', '171147.697500', '171148.157500', '171148.617500', '171149.077500', '171149.537500', '171149.997500', '171150.457500', '171150.917500', '171151.377500', '171151.837500', '171152.297500', '171152.757500', '171153.217500', '171153.677500', '171154.137500', '171154.597500', '171155.057500', '171155.517500', '171155.977500', '171156.437500', '171156.897500', '171157.357500', '171157.817500', '171158.277500', '171158.737500', '171159.197500', '171159.657500', '171200.117500', '171200.577500', '171201.037500', '171201.497500', '171201.957500', '171202.417500', '171202.877500', '171203.337500', '171203.797500', '171204.257500', '171204.717500', '171205.177500', '171205.637500', '171206.097500', '171206.557500', '171207.017500', '171207.477500', '171207.937500', '171208.397500', '171208.857500', '171209.317500', '171209.777500', '171210.237500', '171210.697500', '171211.157500', '171211.617500', '171212.077500', '171212.537500', '171212.997500', '171213.457500', '171213.917500', '171214.377500', '171214.837500', '171215.297500', '171215.757500', '171216.217500', '171216.677500', '171217.137500', '171217.597500', '171218.057500', '171218.517500', '171218.977500', '171219.437500', '171219.897500', '171220.357500', '171220.817500', '171221.277500', '171221.737500', '171222.197500', '171222.657500', '171223.117500', '171223.577500', '171224.037500', '171224.497500', '171224.957500', '171225.417500', '171225.877500', '171226.337500', '171226.797500', '171227.257500', '171227.717500', '171228.177500', '171228.637500', '171229.097500', '171229.557500', '171230.017500', '171230.477500', '171230.937500', '171231.397500', '171231.857500', '171232.317500', '171232.777500', '171233.237500', '171233.697500', '171234.157500', '171234.617500', '171235.077500', '171235.537500', '171235.997500', '171236.457500', '171236.917500', '171237.377500', '171237.837500', '171238.297500', '171238.757500', '171239.217500', '171239.677500', '171240.137500', '171240.597500', '171241.057500', '171241.517500', '171241.977500', '171242.437500', '171242.897500', '171243.357500', '171243.817500', '171244.277500', '171244.737500', '171245.197500', '171245.657500', '171246.117500', '171246.577500', '171247.037500', '171247.497500', '171247.957500', '171248.417500', '171248.877500', '171249.337500', '171249.797500', '171250.257500', '171250.717500', '171251.177500', '171251.637500', '171252.097500', '171252.557500', '171253.017500', '171253.477500', '171253.937500', '171254.397500', '171254.857500', '171255.317500', '171255.777500', '171256.237500', '171256.697500', '171257.157500', '171257.617500', '171258.077500', '171258.537500', '171258.997500', '171259.457500', '171259.917500', '171300.377500', '171300.837500', '171301.297500', '171301.757500', '171302.217500', '171302.677500', '171303.137500', '171303.597500', '171304.057500', '171304.517500', '171304.977500', '171305.437500', '171305.897500', '171306.357500', '171306.817500', '171307.277500', '171307.737500', '171308.197500', '171308.657500', '171309.117500', '171309.577500', '171310.037500', '171310.497500', '171310.957500', '171311.417500', '171311.877500', '171312.337500', '171312.797500', '171313.257500', '171313.717500', '171314.177500', '171314.637500', '171315.097500', '171315.557500', '171316.017500', '171316.477500', '171316.937500', '171317.397500', '171317.857500', '171318.317500', '171318.777500', '171319.237500', '171319.697500', '171320.157500', '171320.617500', '171321.077500', '171321.537500', '171321.997500', '171322.457500', '171322.917500', '171323.377500', '171323.837500', '171324.297500', '171324.757500', '171325.217500', '171325.677500', '171326.137500', '171326.597500', '171327.057500', '171327.517500', '171327.977500', '171328.437500', '171328.897500', '171329.357500', '171329.817500', '171330.277500', '171330.737500', '171331.197500', '171331.657500', '171332.117500', '171332.577500', '171333.037500', '171333.497500', '171333.957500', '171334.417500', '171334.877500', '171335.337500', '171335.797500', '171336.257500', '171336.717500', '171337.177500', '171337.637500', '171338.097500', '171338.557500', '171339.017500', '171339.477500', '171339.937500', '171340.397500', '171340.857500', '171341.317500', '171341.777500', '171342.237500', '171342.697500', '171343.157500', '171343.617500', '171344.077500', '171344.537500', '171344.997500', '171345.457500', '171345.917500', '171346.377500', '171346.837500', '171347.297500', '171347.757500', '171348.217500', '171348.677500', '171349.137500', '171349.597500', '171350.057500', '171350.517500', '171350.977500', '171351.437500', '171351.897500', '171352.357500', '171352.817500', '171353.277500', '171353.737500', '171354.197500', '171354.657500', '171355.117500', '171355.577500', '171356.037500', '171356.497500', '171356.957500', '171357.417500', '171357.877500', '171358.337500', '171358.797500', '171359.257500', '171359.717500', '171400.177500', '171400.637500', '171401.097500', '171401.557500', '171402.017500', '171402.477500', '171402.937500', '171403.397500', '171403.857500', '171404.317500', '171404.777500', '171405.237500', '171405.697500', '171406.157500', '171406.617500', '171407.077500', '171407.537500', '171407.997500', '171408.457500', '171408.917500', '171409.377500', '171409.837500', '171410.297500', '171410.757500', '171411.217500', '171411.677500', '171412.137500', '171412.597500', '171413.057500', '171413.517500', '171413.977500', '171414.437500', '171414.897500', '171415.357500', '171415.817500', '171416.277500', '171416.737500', '171417.197500', '171417.657500', '171418.117500', '171418.577500', '171419.037500', '171419.497500'], 'ContentTime': ['170755.093000', '170755.097000', '170755.100000', '170755.135000', '170755.138000', '170755.141000', '170755.144000', '170755.147000', '170755.150000', '170755.153000', '170755.156000', '170755.159000', '170755.162000', '170755.165000', '170755.168000', '170755.170000', '170755.173000', '170755.176000', '170755.179000', '170755.182000', '170755.185000', '170755.188000', '170755.190000', '170755.193000', '170755.196000', '170755.199000', '170755.202000', '170755.205000', '170755.208000', '170755.211000', '170755.214000', '170755.216000', '170755.219000', '170815.052000', '170815.055000', '170815.058000', '170815.060000', '170815.063000', '170815.066000', '170815.069000', '170815.072000', '170815.075000', '170815.079000', '170815.082000', '170815.084000', '170815.092000', '170815.095000', '170815.098000', '170815.101000', '170815.104000', '170815.107000', '170815.109000', '170815.112000', '170815.115000', '170815.118000', '170815.121000', '170815.123000', '170815.126000', '170815.129000', '170815.134000', '170815.138000', '170815.141000', '170815.144000', '170815.147000', '170815.150000', '170815.153000', '170815.155000', '170815.158000', '170815.161000', '170815.164000', '170815.167000', '170815.170000', '170815.172000', '170815.175000', '170815.178000', '170815.181000', '170835.052000', '170835.055000', '170835.058000', '170835.061000', '170835.063000', '170835.066000', '170835.069000', '170835.072000', '170835.075000', '170835.081000', '170835.084000', '170835.087000', '170835.090000', '170835.093000', '170835.096000', '170835.098000', '170835.101000', '170835.104000', '170835.107000', '170835.110000', '170835.112000', '170835.115000', '170835.118000', '170835.121000', '170835.124000', '170835.126000', '170835.129000', '170835.132000', '170835.135000', '170835.137000', '170835.140000', '170835.143000', '170835.146000', '170835.149000', '170835.152000', '170835.155000', '170835.157000', '170835.160000', '170835.163000', '170835.166000', '170835.169000', '170835.172000', '170835.175000', '170835.177000', '170855.052000', '170855.055000', '170855.058000', '170855.060000', '170855.063000', '170855.066000', '170855.069000', '170855.072000', '170855.075000', '170855.078000', '170855.080000', '170855.083000', '170855.086000', '170855.089000', '170855.092000', '170855.095000', '170855.097000', '170855.100000', '170855.103000', '170855.106000', '170855.109000', '170855.112000', '170855.114000', '170855.117000', '170855.120000', '170855.123000', '170855.126000', '170855.129000', '170855.132000', '170855.134000', '170855.137000', '170855.140000', '170855.143000', '170855.146000', '170855.148000', '170855.151000', '170855.154000', '170855.157000', '170855.160000', '170855.163000', '170855.166000', '170855.169000', '170855.172000', '170915.052000', '170915.055000', '170915.058000', '170915.061000', '170915.063000', '170915.066000', '170915.069000', '170915.072000', '170915.075000', '170915.078000', '170915.081000', '170915.083000', '170915.086000', '170915.093000', '170915.096000', '170915.099000', '170915.101000', '170915.104000', '170915.107000', '170915.110000', '170915.127000', '170915.130000', '170915.133000', '170915.135000', '170915.138000', '170915.141000', '170915.144000', '170915.147000', '170915.150000', '170915.152000', '170915.155000', '170915.158000', '170915.161000', '170915.164000', '170915.167000', '170915.170000', '170915.172000', '170915.175000', '170915.178000', '170915.181000', '170915.184000', '170915.187000', '170915.189000', '170915.192000', '170935.052000', '170935.055000', '170935.058000', '170935.061000', '170935.063000', '170935.066000', '170935.069000', '170935.072000', '170935.075000', '170935.078000', '170935.080000', '170935.083000', '170935.086000', '170935.089000', '170935.092000', '170935.095000', '170935.098000', '170935.101000', '170935.103000', '170935.107000', '170935.109000', '170935.113000', '170935.117000', '170935.120000', '170935.122000', '170935.125000', '170935.128000', '170935.131000', '170935.134000', '170935.137000', '170935.139000', '170935.142000', '170935.145000', '170935.148000', '170935.151000', '170935.154000', '170935.157000', '170935.160000', '170935.162000', '170935.166000', '170935.171000', '170935.174000', '170935.177000', '170955.052000', '170955.055000', '170955.058000', '170955.061000', '170955.064000', '170955.066000', '170955.069000', '170955.072000', '170955.075000', '170955.078000', '170955.081000', '170955.084000', '170955.087000', '170955.090000', '170955.092000', '170955.095000', '170955.098000', '170955.101000', '170955.104000', '170955.107000', '170955.110000', '170955.112000', '170955.115000', '170955.118000', '170955.121000', '170955.124000', '170955.126000', '170955.129000', '170955.132000', '170955.135000', '170955.138000', '170955.141000', '170955.144000', '170955.146000', '170955.149000', '170955.152000', '170955.155000', '170955.158000', '170955.160000', '170955.163000', '170955.166000', '170955.169000', '170955.172000', '170955.174000', '171015.052000', '171015.055000', '171015.058000', '171015.061000', '171015.064000', '171015.066000', '171015.069000', '171015.072000', '171015.075000', '171015.078000', '171015.081000', '171015.084000', '171015.086000', '171015.089000', '171015.092000', '171015.095000', '171015.098000', '171015.101000', '171015.103000', '171015.106000', '171015.109000', '171015.112000', '171015.115000', '171015.118000', '171015.120000', '171015.123000', '171015.126000', '171015.129000', '171015.132000', '171015.135000', '171015.138000', '171015.140000', '171015.143000', '171015.146000', '171015.149000', '171015.152000', '171015.155000', '171015.157000', '171015.160000', '171015.163000', '171015.166000', '171015.169000', '171015.172000', '171035.052000', '171035.055000', '171035.058000', '171035.061000', '171035.063000', '171035.066000', '171035.069000', '171035.072000', '171035.075000', '171035.078000', '171035.080000', '171035.083000', '171035.086000', '171035.089000', '171035.092000', '171035.095000', '171035.098000', '171035.100000', '171035.103000', '171035.106000', '171035.109000', '171035.112000', '171035.115000', '171035.118000', '171035.120000', '171035.123000', '171035.126000', '171035.129000', '171035.132000', '171035.135000', '171035.137000', '171035.140000', '171035.143000', '171035.146000', '171035.149000', '171035.152000', '171035.154000', '171035.157000', '171035.160000', '171035.163000', '171035.166000', '171035.169000', '171035.172000', '171035.174000', '171055.052000', '171055.072000', '171055.074000', '171055.077000', '171055.080000', '171055.083000', '171055.086000', '171055.089000', '171055.091000', '171055.094000', '171055.097000', '171055.100000', '171055.103000', '171055.106000', '171055.109000', '171055.112000', '171055.114000', '171055.117000', '171055.120000', '171055.123000', '171055.126000', '171055.129000', '171055.131000', '171055.134000', '171055.137000', '171055.140000', '171055.143000', '171055.146000', '171055.148000', '171055.153000', '171055.156000', '171055.159000', '171055.162000', '171055.165000', '171055.168000', '171055.170000', '171055.173000', '171055.176000', '171055.179000', '171055.182000', '171055.184000', '171055.187000', '171055.190000', '171115.052000', '171115.055000', '171115.058000', '171115.061000', '171115.063000', '171115.066000', '171115.069000', '171115.072000', '171115.075000', '171115.077000', '171115.080000', '171115.083000', '171115.086000', '171115.089000', '171115.092000', '171115.095000', '171115.098000', '171115.100000', '171115.103000', '171115.106000', '171115.109000', '171115.112000', '171115.115000', '171115.118000', '171115.120000', '171115.123000', '171115.126000', '171115.129000', '171115.132000', '171115.135000', '171115.138000', '171115.140000', '171115.143000', '171115.146000', '171115.149000', '171115.152000', '171115.155000', '171115.158000', '171115.161000', '171115.163000', '171115.166000', '171115.169000', '171115.172000', '171115.175000', '171135.052000', '171135.055000', '171135.058000', '171135.060000', '171135.063000', '171135.066000', '171135.069000', '171135.072000', '171135.075000', '171135.078000', '171135.081000', '171135.083000', '171135.086000', '171135.089000', '171135.092000', '171135.095000', '171135.098000', '171135.101000', '171135.103000', '171135.106000', '171135.109000', '171135.112000', '171135.115000', '171135.118000', '171135.121000', '171135.123000', '171135.126000', '171135.129000', '171135.132000', '171135.135000', '171135.138000', '171135.140000', '171135.143000', '171135.146000', '171135.149000', '171135.152000', '171135.155000', '171135.158000', '171135.160000', '171135.163000', '171135.166000', '171135.169000', '171135.172000', '171155.052000', '171155.055000', '171155.058000', '171155.061000', '171155.064000', '171155.067000', '171155.069000', '171155.072000', '171155.075000', '171155.086000', '171155.089000', '171155.091000', '171155.094000', '171155.097000', '171155.100000', '171155.103000', '171155.106000', '171155.109000', '171155.112000', '171155.114000', '171155.117000', '171155.120000', '171155.123000', '171155.126000', '171155.129000', '171155.131000', '171155.134000', '171155.137000', '171155.140000', '171155.143000', '171155.146000', '171155.149000', '171155.152000', '171155.154000', '171155.157000', '171155.160000', '171155.163000', '171155.166000', '171155.169000', '171155.171000', '171155.174000', '171155.177000', '171155.180000', '171155.183000', '171215.052000', '171215.055000', '171215.058000', '171215.061000', '171215.064000', '171215.067000', '171215.069000', '171215.072000', '171215.075000', '171215.078000', '171215.081000', '171215.084000', '171215.087000', '171215.089000', '171215.092000', '171215.095000', '171215.098000', '171215.101000', '171215.104000', '171215.107000', '171215.109000', '171215.112000', '171215.115000', '171215.118000', '171215.121000', '171215.123000', '171215.137000', '171215.140000', '171215.143000', '171215.146000', '171215.149000', '171215.152000', '171215.154000', '171215.157000', '171215.160000', '171215.163000', '171215.166000', '171215.169000', '171215.171000', '171215.174000', '171215.177000', '171215.180000', '171215.183000', '171235.052000', '171235.055000', '171235.057000', '171235.060000', '171235.063000', '171235.066000', '171235.069000', '171235.072000', '171235.075000', '171235.077000', '171235.080000', '171235.083000', '171235.086000', '171235.089000', '171235.092000', '171235.095000', '171235.098000', '171235.101000', '171235.104000', '171235.107000', '171235.110000', '171235.113000', '171235.115000', '171235.118000', '171235.121000', '171235.124000', '171235.127000', '171235.130000', '171235.133000', '171235.135000', '171235.138000', '171235.141000', '171235.144000', '171235.147000', '171235.150000', '171235.152000', '171235.155000', '171235.158000', '171235.161000', '171235.164000', '171235.167000', '171235.170000', '171235.173000', '171235.175000', '171255.052000', '171255.055000', '171255.058000', '171255.061000', '171255.064000', '171255.066000', '171255.069000', '171255.072000', '171255.075000', '171255.078000', '171255.081000', '171255.084000', '171255.087000', '171255.089000', '171255.092000', '171255.095000', '171255.098000', '171255.101000', '171255.104000', '171255.107000', '171255.109000', '171255.112000', '171255.115000', '171255.118000', '171255.121000', '171255.124000', '171255.127000', '171255.129000', '171255.132000', '171255.135000', '171255.138000', '171255.141000', '171255.144000', '171255.147000', '171255.150000', '171255.152000', '171255.155000', '171255.158000', '171255.161000', '171255.164000', '171255.167000', '171255.169000', '171255.173000', '171315.052000', '171315.055000', '171315.058000', '171315.061000', '171315.064000', '171315.067000', '171315.069000', '171315.072000', '171315.075000', '171315.078000', '171315.081000', '171315.084000', '171315.087000', '171315.089000', '171315.092000', '171315.095000', '171315.098000', '171315.101000', '171315.104000', '171315.106000', '171315.109000', '171315.112000', '171315.115000', '171315.118000', '171315.121000', '171315.124000', '171315.127000', '171315.130000', '171315.132000', '171315.135000', '171315.138000', '171315.141000', '171315.144000', '171315.147000', '171315.149000', '171315.152000', '171315.155000', '171315.158000', '171315.161000', '171315.164000', '171315.167000', '171315.169000', '171315.172000', '171335.052000', '171335.055000', '171335.058000', '171335.061000', '171335.063000', '171335.066000', '171335.069000', '171335.072000', '171335.075000', '171335.078000', '171335.081000', '171335.084000', '171335.086000', '171335.089000', '171335.092000', '171335.095000', '171335.098000', '171335.101000', '171335.104000', '171335.106000', '171335.109000', '171335.112000', '171335.115000', '171335.118000', '171335.121000', '171335.123000', '171335.126000', '171335.129000', '171335.132000', '171335.135000', '171335.138000', '171335.142000', '171335.145000', '171335.148000', '171335.151000', '171335.154000', '171335.156000', '171335.159000', '171335.162000', '171335.165000', '171335.168000', '171335.171000', '171335.174000', '171335.176000', '171355.052000', '171355.055000', '171355.058000', '171355.061000', '171355.064000', '171355.067000', '171355.070000', '171355.072000', '171355.075000', '171355.078000', '171355.081000', '171355.084000', '171355.087000', '171355.090000', '171355.092000', '171355.095000', '171355.098000', '171355.101000', '171355.104000', '171355.107000', '171355.110000', '171355.112000', '171355.116000', '171355.119000', '171355.122000', '171355.125000', '171355.128000', '171355.131000', '171355.133000', '171355.136000', '171355.139000', '171355.142000', '171355.145000', '171355.148000', '171355.151000', '171355.154000', '171355.157000', '171355.160000', '171355.163000', '171355.166000', '171355.168000', '171355.171000', '171355.174000', '171415.052000', '171415.055000', '171415.058000', '171415.061000', '171415.064000', '171415.067000', '171415.069000', '171415.072000', '171415.075000', '171415.078000', '171415.081000', '171415.084000', '171415.086000', '171415.089000', '171415.092000', '171415.095000', '171415.098000', '171415.101000', '171415.104000', '171415.106000', '171415.109000', '171415.112000', '171415.115000', '171415.118000', '171415.121000', '171415.124000', '171415.127000', '171415.129000', '171415.132000', '171415.135000', '171415.138000', '171415.141000', '171415.144000', '171415.147000', '171415.149000', '171415.152000', '171415.155000', '171415.158000', '171415.161000', '171415.164000', '171415.166000', '171415.169000', '171415.172000', '171415.175000', '171420.881000', '171420.886000', '171420.891000', '171420.896000', '171420.899000', '171420.902000', '171420.906000', '171420.909000', '171420.913000', '171420.916000', '171420.919000', '171420.923000', '171420.926000'], 'InstanceCreationTime': ['170755.093000', '170755.097000', '170755.100000', '170755.135000', '170755.138000', '170755.141000', '170755.144000', '170755.147000', '170755.150000', '170755.153000', '170755.156000', '170755.159000', '170755.162000', '170755.165000', '170755.168000', '170755.170000', '170755.173000', '170755.176000', '170755.179000', '170755.182000', '170755.185000', '170755.188000', '170755.190000', '170755.193000', '170755.196000', '170755.199000', '170755.202000', '170755.205000', '170755.208000', '170755.211000', '170755.214000', '170755.216000', '170755.219000', '170815.052000', '170815.055000', '170815.058000', '170815.060000', '170815.063000', '170815.066000', '170815.069000', '170815.072000', '170815.075000', '170815.079000', '170815.082000', '170815.084000', '170815.092000', '170815.095000', '170815.098000', '170815.101000', '170815.104000', '170815.107000', '170815.109000', '170815.112000', '170815.115000', '170815.118000', '170815.121000', '170815.123000', '170815.126000', '170815.129000', '170815.134000', '170815.138000', '170815.141000', '170815.144000', '170815.147000', '170815.150000', '170815.153000', '170815.155000', '170815.158000', '170815.161000', '170815.164000', '170815.167000', '170815.170000', '170815.172000', '170815.175000', '170815.178000', '170815.181000', '170835.052000', '170835.055000', '170835.058000', '170835.061000', '170835.063000', '170835.066000', '170835.069000', '170835.072000', '170835.075000', '170835.081000', '170835.084000', '170835.087000', '170835.090000', '170835.093000', '170835.096000', '170835.098000', '170835.101000', '170835.104000', '170835.107000', '170835.110000', '170835.112000', '170835.115000', '170835.118000', '170835.121000', '170835.124000', '170835.126000', '170835.129000', '170835.132000', '170835.135000', '170835.137000', '170835.140000', '170835.143000', '170835.146000', '170835.149000', '170835.152000', '170835.155000', '170835.157000', '170835.160000', '170835.163000', '170835.166000', '170835.169000', '170835.172000', '170835.175000', '170835.177000', '170855.052000', '170855.055000', '170855.058000', '170855.060000', '170855.063000', '170855.066000', '170855.069000', '170855.072000', '170855.075000', '170855.078000', '170855.080000', '170855.083000', '170855.086000', '170855.089000', '170855.092000', '170855.095000', '170855.097000', '170855.100000', '170855.103000', '170855.106000', '170855.109000', '170855.112000', '170855.114000', '170855.117000', '170855.120000', '170855.123000', '170855.126000', '170855.129000', '170855.132000', '170855.134000', '170855.137000', '170855.140000', '170855.143000', '170855.146000', '170855.148000', '170855.151000', '170855.154000', '170855.157000', '170855.160000', '170855.163000', '170855.166000', '170855.169000', '170855.172000', '170915.052000', '170915.055000', '170915.058000', '170915.061000', '170915.063000', '170915.066000', '170915.069000', '170915.072000', '170915.075000', '170915.078000', '170915.081000', '170915.083000', '170915.086000', '170915.093000', '170915.096000', '170915.099000', '170915.101000', '170915.104000', '170915.107000', '170915.110000', '170915.127000', '170915.130000', '170915.133000', '170915.135000', '170915.138000', '170915.141000', '170915.144000', '170915.147000', '170915.150000', '170915.152000', '170915.155000', '170915.158000', '170915.161000', '170915.164000', '170915.167000', '170915.170000', '170915.172000', '170915.175000', '170915.178000', '170915.181000', '170915.184000', '170915.187000', '170915.189000', '170915.192000', '170935.052000', '170935.055000', '170935.058000', '170935.061000', '170935.063000', '170935.066000', '170935.069000', '170935.072000', '170935.075000', '170935.078000', '170935.080000', '170935.083000', '170935.086000', '170935.089000', '170935.092000', '170935.095000', '170935.098000', '170935.101000', '170935.103000', '170935.107000', '170935.109000', '170935.113000', '170935.117000', '170935.120000', '170935.122000', '170935.125000', '170935.128000', '170935.131000', '170935.134000', '170935.137000', '170935.139000', '170935.142000', '170935.145000', '170935.148000', '170935.151000', '170935.154000', '170935.157000', '170935.160000', '170935.162000', '170935.166000', '170935.171000', '170935.174000', '170935.177000', '170955.052000', '170955.055000', '170955.058000', '170955.061000', '170955.064000', '170955.066000', '170955.069000', '170955.072000', '170955.075000', '170955.078000', '170955.081000', '170955.084000', '170955.087000', '170955.090000', '170955.092000', '170955.095000', '170955.098000', '170955.101000', '170955.104000', '170955.107000', '170955.110000', '170955.112000', '170955.115000', '170955.118000', '170955.121000', '170955.124000', '170955.126000', '170955.129000', '170955.132000', '170955.135000', '170955.138000', '170955.141000', '170955.144000', '170955.146000', '170955.149000', '170955.152000', '170955.155000', '170955.158000', '170955.160000', '170955.163000', '170955.166000', '170955.169000', '170955.172000', '170955.174000', '171015.052000', '171015.055000', '171015.058000', '171015.061000', '171015.064000', '171015.066000', '171015.069000', '171015.072000', '171015.075000', '171015.078000', '171015.081000', '171015.084000', '171015.086000', '171015.089000', '171015.092000', '171015.095000', '171015.098000', '171015.101000', '171015.103000', '171015.106000', '171015.109000', '171015.112000', '171015.115000', '171015.118000', '171015.120000', '171015.123000', '171015.126000', '171015.129000', '171015.132000', '171015.135000', '171015.138000', '171015.140000', '171015.143000', '171015.146000', '171015.149000', '171015.152000', '171015.155000', '171015.157000', '171015.160000', '171015.163000', '171015.166000', '171015.169000', '171015.172000', '171035.052000', '171035.055000', '171035.058000', '171035.061000', '171035.063000', '171035.066000', '171035.069000', '171035.072000', '171035.075000', '171035.078000', '171035.080000', '171035.083000', '171035.086000', '171035.089000', '171035.092000', '171035.095000', '171035.098000', '171035.100000', '171035.103000', '171035.106000', '171035.109000', '171035.112000', '171035.115000', '171035.118000', '171035.120000', '171035.123000', '171035.126000', '171035.129000', '171035.132000', '171035.135000', '171035.137000', '171035.140000', '171035.143000', '171035.146000', '171035.149000', '171035.152000', '171035.154000', '171035.157000', '171035.160000', '171035.163000', '171035.166000', '171035.169000', '171035.172000', '171035.174000', '171055.052000', '171055.072000', '171055.074000', '171055.077000', '171055.080000', '171055.083000', '171055.086000', '171055.089000', '171055.091000', '171055.094000', '171055.097000', '171055.100000', '171055.103000', '171055.106000', '171055.109000', '171055.112000', '171055.114000', '171055.117000', '171055.120000', '171055.123000', '171055.126000', '171055.129000', '171055.131000', '171055.134000', '171055.137000', '171055.140000', '171055.143000', '171055.146000', '171055.148000', '171055.153000', '171055.156000', '171055.159000', '171055.162000', '171055.165000', '171055.168000', '171055.170000', '171055.173000', '171055.176000', '171055.179000', '171055.182000', '171055.184000', '171055.187000', '171055.190000', '171115.052000', '171115.055000', '171115.058000', '171115.061000', '171115.063000', '171115.066000', '171115.069000', '171115.072000', '171115.075000', '171115.077000', '171115.080000', '171115.083000', '171115.086000', '171115.089000', '171115.092000', '171115.095000', '171115.098000', '171115.100000', '171115.103000', '171115.106000', '171115.109000', '171115.112000', '171115.115000', '171115.118000', '171115.120000', '171115.123000', '171115.126000', '171115.129000', '171115.132000', '171115.135000', '171115.138000', '171115.140000', '171115.143000', '171115.146000', '171115.149000', '171115.152000', '171115.155000', '171115.158000', '171115.161000', '171115.163000', '171115.166000', '171115.169000', '171115.172000', '171115.175000', '171135.052000', '171135.055000', '171135.058000', '171135.060000', '171135.063000', '171135.066000', '171135.069000', '171135.072000', '171135.075000', '171135.078000', '171135.081000', '171135.083000', '171135.086000', '171135.089000', '171135.092000', '171135.095000', '171135.098000', '171135.101000', '171135.103000', '171135.106000', '171135.109000', '171135.112000', '171135.115000', '171135.118000', '171135.121000', '171135.123000', '171135.126000', '171135.129000', '171135.132000', '171135.135000', '171135.138000', '171135.140000', '171135.143000', '171135.146000', '171135.149000', '171135.152000', '171135.155000', '171135.158000', '171135.160000', '171135.163000', '171135.166000', '171135.169000', '171135.172000', '171155.052000', '171155.055000', '171155.058000', '171155.061000', '171155.064000', '171155.067000', '171155.069000', '171155.072000', '171155.075000', '171155.086000', '171155.089000', '171155.091000', '171155.094000', '171155.097000', '171155.100000', '171155.103000', '171155.106000', '171155.109000', '171155.112000', '171155.114000', '171155.117000', '171155.120000', '171155.123000', '171155.126000', '171155.129000', '171155.131000', '171155.134000', '171155.137000', '171155.140000', '171155.143000', '171155.146000', '171155.149000', '171155.152000', '171155.154000', '171155.157000', '171155.160000', '171155.163000', '171155.166000', '171155.169000', '171155.171000', '171155.174000', '171155.177000', '171155.180000', '171155.183000', '171215.052000', '171215.055000', '171215.058000', '171215.061000', '171215.064000', '171215.067000', '171215.069000', '171215.072000', '171215.075000', '171215.078000', '171215.081000', '171215.084000', '171215.087000', '171215.089000', '171215.092000', '171215.095000', '171215.098000', '171215.101000', '171215.104000', '171215.107000', '171215.109000', '171215.112000', '171215.115000', '171215.118000', '171215.121000', '171215.123000', '171215.137000', '171215.140000', '171215.143000', '171215.146000', '171215.149000', '171215.152000', '171215.154000', '171215.157000', '171215.160000', '171215.163000', '171215.166000', '171215.169000', '171215.171000', '171215.174000', '171215.177000', '171215.180000', '171215.183000', '171235.052000', '171235.055000', '171235.057000', '171235.060000', '171235.063000', '171235.066000', '171235.069000', '171235.072000', '171235.075000', '171235.077000', '171235.080000', '171235.083000', '171235.086000', '171235.089000', '171235.092000', '171235.095000', '171235.098000', '171235.101000', '171235.104000', '171235.107000', '171235.110000', '171235.113000', '171235.115000', '171235.118000', '171235.121000', '171235.124000', '171235.127000', '171235.130000', '171235.133000', '171235.135000', '171235.138000', '171235.141000', '171235.144000', '171235.147000', '171235.150000', '171235.152000', '171235.155000', '171235.158000', '171235.161000', '171235.164000', '171235.167000', '171235.170000', '171235.173000', '171235.175000', '171255.052000', '171255.055000', '171255.058000', '171255.061000', '171255.064000', '171255.066000', '171255.069000', '171255.072000', '171255.075000', '171255.078000', '171255.081000', '171255.084000', '171255.087000', '171255.089000', '171255.092000', '171255.095000', '171255.098000', '171255.101000', '171255.104000', '171255.107000', '171255.109000', '171255.112000', '171255.115000', '171255.118000', '171255.121000', '171255.124000', '171255.127000', '171255.129000', '171255.132000', '171255.135000', '171255.138000', '171255.141000', '171255.144000', '171255.147000', '171255.150000', '171255.152000', '171255.155000', '171255.158000', '171255.161000', '171255.164000', '171255.167000', '171255.169000', '171255.173000', '171315.052000', '171315.055000', '171315.058000', '171315.061000', '171315.064000', '171315.067000', '171315.069000', '171315.072000', '171315.075000', '171315.078000', '171315.081000', '171315.084000', '171315.087000', '171315.089000', '171315.092000', '171315.095000', '171315.098000', '171315.101000', '171315.104000', '171315.106000', '171315.109000', '171315.112000', '171315.115000', '171315.118000', '171315.121000', '171315.124000', '171315.127000', '171315.130000', '171315.132000', '171315.135000', '171315.138000', '171315.141000', '171315.144000', '171315.147000', '171315.149000', '171315.152000', '171315.155000', '171315.158000', '171315.161000', '171315.164000', '171315.167000', '171315.169000', '171315.172000', '171335.052000', '171335.055000', '171335.058000', '171335.061000', '171335.063000', '171335.066000', '171335.069000', '171335.072000', '171335.075000', '171335.078000', '171335.081000', '171335.084000', '171335.086000', '171335.089000', '171335.092000', '171335.095000', '171335.098000', '171335.101000', '171335.104000', '171335.106000', '171335.109000', '171335.112000', '171335.115000', '171335.118000', '171335.121000', '171335.123000', '171335.126000', '171335.129000', '171335.132000', '171335.135000', '171335.138000', '171335.142000', '171335.145000', '171335.148000', '171335.151000', '171335.154000', '171335.156000', '171335.159000', '171335.162000', '171335.165000', '171335.168000', '171335.171000', '171335.174000', '171335.176000', '171355.052000', '171355.055000', '171355.058000', '171355.061000', '171355.064000', '171355.067000', '171355.070000', '171355.072000', '171355.075000', '171355.078000', '171355.081000', '171355.084000', '171355.087000', '171355.090000', '171355.092000', '171355.095000', '171355.098000', '171355.101000', '171355.104000', '171355.107000', '171355.110000', '171355.112000', '171355.116000', '171355.119000', '171355.122000', '171355.125000', '171355.128000', '171355.131000', '171355.133000', '171355.136000', '171355.139000', '171355.142000', '171355.145000', '171355.148000', '171355.151000', '171355.154000', '171355.157000', '171355.160000', '171355.163000', '171355.166000', '171355.168000', '171355.171000', '171355.174000', '171415.052000', '171415.055000', '171415.058000', '171415.061000', '171415.064000', '171415.067000', '171415.069000', '171415.072000', '171415.075000', '171415.078000', '171415.081000', '171415.084000', '171415.086000', '171415.089000', '171415.092000', '171415.095000', '171415.098000', '171415.101000', '171415.104000', '171415.106000', '171415.109000', '171415.112000', '171415.115000', '171415.118000', '171415.121000', '171415.124000', '171415.127000', '171415.129000', '171415.132000', '171415.135000', '171415.138000', '171415.141000', '171415.144000', '171415.147000', '171415.149000', '171415.152000', '171415.155000', '171415.158000', '171415.161000', '171415.164000', '171415.166000', '171415.169000', '171415.172000', '171415.175000', '171420.881000', '171420.886000', '171420.891000', '171420.896000', '171420.899000', '171420.902000', '171420.906000', '171420.909000', '171420.913000', '171420.916000', '171420.919000', '171420.923000', '171420.926000'], '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': [11034, 13350, 10359, 12271, 10328, 13603, 10351, 12445, 11264, 12345, 9766, 9296, 10304, 12659, 10533, 13139, 10433, 10670, 9801, 7666, 10433, 9165, 10215, 11697, 9923, 8312, 10212, 7755, 10741, 8199, 10894, 11994, 10337, 7497, 10968, 7766, 11301, 8382, 11348, 9852, 11229, 10447, 12140, 10184, 13139, 11190, 10146, 10418, 7561, 11267, 10996, 11568, 7995, 11396, 9653, 11128, 10113, 11074, 9048, 12694, 8994, 11317, 8139, 11541, 8153, 10657, 9339, 10931, 10084, 11129, 9761, 12010, 8158, 11374, 8027, 12843, 9468, 10979, 9437, 11219, 7965, 10988, 10490, 10801, 11258, 10404, 7714, 10441, 8351, 10693, 9303, 10135, 12351, 10003, 10161, 9492, 8415, 10471, 12462, 10081, 12631, 10952, 12630, 9389, 11370, 9225, 11047, 9202, 11225, 9247, 12949, 9755, 11246, 10074, 11138, 9778, 11320, 9970, 13209, 9627, 12020, 9989, 11800, 10353, 12114, 9866, 11497, 9419, 10545, 9884, 10551, 10051, 10710, 10290, 7327, 10945, 7670, 10950, 7943, 11032, 7877, 10773, 7997, 11177, 8168, 10923, 8452, 10876, 8811, 12278, 9750, 12992, 10166, 11754, 10474, 11468, 10081, 12522, 9937, 12804, 10163, 11866, 10163, 12359, 10227, 11977, 9958, 11636, 10019, 11832, 9911, 11431, 9948, 8723, 10329, 8768, 10695, 9730, 10728, 7533, 11074, 7938, 11069, 8030, 11016, 7830, 11628, 8137, 12391, 8742, 11388, 8878, 10982, 9759, 11782, 10065, 10928, 9944, 11037, 9852, 11250, 9714, 12744, 9799, 11867, 9902, 11996, 10137, 12354, 10349, 12769, 9844, 11833, 10151, 11831, 10365, 10580, 10177, 7722, 10749, 8082, 11481, 8374, 11160, 8195, 11171, 8287, 11150, 9146, 12194, 9642, 13705, 11255, 13529, 10375, 12893, 10457, 12735, 10241, 11995, 10085, 11107, 10450, 10589, 10591, 7934, 11243, 7735, 11242, 8175, 10938, 8037, 12501, 8451, 11035, 8556, 11081, 8396, 10843, 8304, 12099, 9132, 11114, 9782, 10936, 10131, 10851, 9941, 12328, 9789, 12047, 9916, 12440, 10075, 12692, 10009, 13237, 11218, 14212, 10220, 11411, 9749, 10988, 10243, 9846, 10471, 7918, 10892, 8030, 10972, 7937, 11180, 8257, 11072, 8000, 11031, 8110, 10709, 8369, 11891, 9144, 10939, 9952, 10858, 9825, 11336, 9613, 12896, 9926, 11780, 10215, 11736, 10221, 11932, 10031, 11306, 9564, 9033, 10510, 8206, 11094, 12277, 10317, 9230, 10908, 7779, 11137, 7839, 11061, 8501, 13010, 8517, 12107, 8443, 11528, 9402, 11233, 9914, 11004, 10051, 11330, 9880, 11497, 9818, 11586, 9740, 11047, 10423, 10475, 11455, 10177, 11720, 9649, 13219, 8461, 12124, 8973, 11637, 10293, 11424, 10040, 13684, 9967, 13169, 10278, 11641, 10097, 10630, 10014, 7953, 10657, 7551, 11122, 7812, 11055, 8401, 10725, 7728, 11133, 7481, 10868, 7843, 10849, 8012, 10938, 8586, 10876, 8778, 10732, 8780, 11314, 9292, 12341, 9782, 10691, 9714, 11267, 9965, 13122, 9610, 12531, 9622, 12646, 10029, 12555, 10906, 14031, 10664, 11234, 10196, 10025, 10924, 8857, 10662, 9407, 10961, 8124, 11293, 8404, 11245, 9702, 10919, 9846, 12008, 9923, 11027, 9716, 10740, 10012, 7784, 10499, 9398, 10866, 9762, 11607, 10674, 9845, 11014, 12886, 11035, 15046, 11862, 13991, 15017, 8716, 9579, 9945, 12492, 10096, 11571, 8935, 11255, 8303, 10833, 11028, 10779, 10094, 11200, 9475, 11807, 8625, 12035, 10155, 12648, 10082, 13998, 11754, 14208, 11760, 12525, 9686, 11580, 10478, 12041, 9551, 9574, 9614, 8911, 10015, 10670, 9892, 8676, 9864, 7588, 10655, 9118, 10757, 10022, 10692, 9556, 11030, 9688, 11321, 9503, 11588, 9679, 12045, 9137, 11925, 8153, 11406, 8509, 12423, 9856, 10804, 9577, 10107, 9910, 11448, 9762, 11583, 9369, 11379, 9961, 10919, 10019, 11192, 9967, 10375, 9623, 10587, 9824, 12603, 9906, 11777, 9554, 7535, 10596, 10248, 10470, 13036, 10794, 12248, 9689, 11650, 9498, 10875, 9685, 10004, 9330, 8826, 10013, 12591, 9845, 12262, 11236, 12664, 9385, 11040, 10083, 13469, 10402, 10025, 10418, 7675, 11215, 7911, 11988, 12577, 13192, 8646, 10017, 9360, 11246, 9813, 13002, 10011, 12530, 10002, 13692, 10031, 13192, 10496, 7822, 10735, 7813, 10992, 8120, 10946, 8334, 11322, 8500, 11601, 9971, 10775, 9816, 10856, 10150, 11851, 9864, 10569, 9516, 12544, 9951, 12078, 10022, 7737, 10365, 7769, 10549, 10122, 10414, 7715, 10896, 8906, 11299, 9382, 12321, 8474, 13385, 9757, 12167, 10654, 12587, 10383, 12534, 10881, 13469, 10196, 10574, 10113, 9180, 10721, 13938, 10232, 10733, 10338, 7544, 10668, 7863, 10534, 8168, 10420, 10280, 10221, 7313, 10275, 7569, 10737, 9917, 10482, 14080, 10261, 8388, 10315, 7679, 10585, 7684, 10631, 7814, 10648, 7935, 10934, 8331, 11490, 8645, 12421, 8452, 12088, 9640, 11607, 10211, 12028, 9979, 12694, 10321, 12972, 9844, 12723, 9914, 12635, 10003, 7594, 10603, 9924, 10371, 14125, 10672, 13712, 9847, 12986, 10129, 12161, 9936, 7292, 10015, 7938, 10707, 7860, 11295, 7904, 11178, 8240, 11107, 8593, 10575, 13953, 11063, 8247, 11075, 7885, 11391, 10343, 10629, 13243, 10221, 10632, 10322, 10333, 10128, 8533, 10487, 8208, 10742, 7920, 10768, 7955, 10994, 10440, 12627, 8558, 10923, 7597, 11874, 9436, 13012, 9849, 11891, 9474, 12495, 10405, 12929, 9778, 12209, 9798, 13291, 10878, 12891, 11377, 13328, 9658, 11420, 9746, 12284, 9635, 12849, 10470, 8828, 9722, 7570, 10127, 10794, 10530, 10883, 10236, 7453, 10392, 10637, 9982, 12287, 10718, 7508, 10546, 7971, 10778, 8365, 11299, 8957, 12138, 9732, 11997, 10021, 12647, 10317, 12677, 10729, 12650, 9549, 11746, 9769, 12289, 8404, 11660, 8412, 10831, 8324, 10838, 9379, 10907, 8432, 11326, 9386, 11321, 9504, 11283, 8521, 10248, 13486, 9857, 15674, 11988, 14580, 10289, 12373, 10057, 12140, 10547, 12447, 10597, 12343, 9466, 12095, 9615, 11724, 8920, 12076, 9478, 11685, 9301, 10276, 9195, 10519, 9406, 11072, 9263, 11511, 9432, 11723, 8509, 12268, 7844, 11454, 7761, 10286, 9411, 10273, 10786, 10302, 7370, 10119, 8035, 9756, 11683, 9538, 8427, 10063, 7528, 9847, 7656, 11073, 9399, 9196, 9458, 7611, 11127, 8089, 12116, 13552, 12795, 8326, 10640, 8008, 10507, 8971, 10220, 11004, 10722, 7680, 10243, 8341, 11634, 9753], 'WindowCenter': [4245.0, 4248.0, 4215.0, 4222.0, 4201.0, 4220.0, 4200.0, 4209.0, 4199.0, 4207.0, 4187.0, 4175.0, 4188.0, 4206.0, 4187.0, 4208.0, 4187.0, 4185.0, 4186.0, 4155.0, 4188.0, 4177.0, 4200.0, 4210.0, 4200.0, 4178.0, 4199.0, 4167.0, 4199.0, 4178.0, 4199.0, 4208.0, 4199.0, 4157.0, 4198.0, 4168.0, 4210.0, 4178.0, 4210.0, 4199.0, 4199.0, 4199.0, 4210.0, 4201.0, 4220.0, 4211.0, 4188.0, 4198.0, 4156.0, 4200.0, 4198.0, 4198.0, 4167.0, 4198.0, 4189.0, 4198.0, 4198.0, 4200.0, 4178.0, 4208.0, 4176.0, 4197.0, 4167.0, 4208.0, 4168.0, 4198.0, 4188.0, 4198.0, 4198.0, 4198.0, 4189.0, 4208.0, 4168.0, 4198.0, 4167.0, 4208.0, 4177.0, 4186.0, 4175.0, 4196.0, 4154.0, 4196.0, 4186.0, 4198.0, 4196.0, 4188.0, 4156.0, 4197.0, 4166.0, 4198.0, 4177.0, 4199.0, 4209.0, 4200.0, 4198.0, 4189.0, 4180.0, 4210.0, 4211.0, 4200.0, 4211.0, 4200.0, 4209.0, 4188.0, 4198.0, 4177.0, 4197.0, 4188.0, 4198.0, 4178.0, 4208.0, 4188.0, 4197.0, 4188.0, 4198.0, 4201.0, 4198.0, 4190.0, 4209.0, 4188.0, 4208.0, 4189.0, 4209.0, 4200.0, 4210.0, 4200.0, 4209.0, 4189.0, 4199.0, 4200.0, 4200.0, 4201.0, 4201.0, 4201.0, 4169.0, 4200.0, 4168.0, 4201.0, 4169.0, 4210.0, 4182.0, 4211.0, 4169.0, 4211.0, 4179.0, 4200.0, 4180.0, 4201.0, 4191.0, 4211.0, 4190.0, 4220.0, 4200.0, 4209.0, 4200.0, 4211.0, 4201.0, 4222.0, 4201.0, 4220.0, 4200.0, 4210.0, 4201.0, 4221.0, 4202.0, 4210.0, 4201.0, 4211.0, 4202.0, 4223.0, 4202.0, 4211.0, 4202.0, 4179.0, 4200.0, 4191.0, 4213.0, 4191.0, 4202.0, 4169.0, 4210.0, 4169.0, 4201.0, 4168.0, 4200.0, 4170.0, 4213.0, 4170.0, 4223.0, 4181.0, 4210.0, 4191.0, 4212.0, 4201.0, 4211.0, 4201.0, 4212.0, 4203.0, 4212.0, 4204.0, 4212.0, 4203.0, 4222.0, 4202.0, 4211.0, 4202.0, 4211.0, 4202.0, 4223.0, 4203.0, 4221.0, 4203.0, 4212.0, 4201.0, 4213.0, 4202.0, 4202.0, 4202.0, 4170.0, 4212.0, 4181.0, 4223.0, 4194.0, 4215.0, 4182.0, 4212.0, 4182.0, 4212.0, 4192.0, 4222.0, 4202.0, 4222.0, 4213.0, 4221.0, 4202.0, 4210.0, 4200.0, 4221.0, 4213.0, 4211.0, 4200.0, 4200.0, 4201.0, 4200.0, 4200.0, 4169.0, 4210.0, 4169.0, 4211.0, 4178.0, 4202.0, 4170.0, 4211.0, 4168.0, 4199.0, 4178.0, 4198.0, 4168.0, 4199.0, 4179.0, 4210.0, 4189.0, 4199.0, 4190.0, 4199.0, 4200.0, 4211.0, 4202.0, 4221.0, 4202.0, 4211.0, 4201.0, 4210.0, 4190.0, 4210.0, 4201.0, 4221.0, 4201.0, 4221.0, 4189.0, 4198.0, 4189.0, 4199.0, 4190.0, 4188.0, 4199.0, 4167.0, 4200.0, 4168.0, 4211.0, 4169.0, 4211.0, 4170.0, 4200.0, 4168.0, 4199.0, 4180.0, 4200.0, 4179.0, 4211.0, 4190.0, 4201.0, 4200.0, 4200.0, 4201.0, 4211.0, 4202.0, 4222.0, 4201.0, 4211.0, 4200.0, 4210.0, 4201.0, 4211.0, 4201.0, 4210.0, 4192.0, 4179.0, 4200.0, 4168.0, 4212.0, 4211.0, 4200.0, 4190.0, 4200.0, 4169.0, 4200.0, 4168.0, 4210.0, 4179.0, 4210.0, 4178.0, 4209.0, 4167.0, 4198.0, 4188.0, 4200.0, 4201.0, 4202.0, 4202.0, 4210.0, 4201.0, 4213.0, 4204.0, 4212.0, 4202.0, 4211.0, 4200.0, 4199.0, 4200.0, 4201.0, 4210.0, 4190.0, 4210.0, 4168.0, 4208.0, 4177.0, 4198.0, 4189.0, 4199.0, 4190.0, 4219.0, 4189.0, 4208.0, 4189.0, 4198.0, 4189.0, 4198.0, 4189.0, 4167.0, 4198.0, 4157.0, 4199.0, 4156.0, 4199.0, 4168.0, 4199.0, 4156.0, 4199.0, 4156.0, 4198.0, 4168.0, 4199.0, 4168.0, 4200.0, 4180.0, 4199.0, 4178.0, 4200.0, 4180.0, 4200.0, 4190.0, 4210.0, 4200.0, 4199.0, 4201.0, 4211.0, 4201.0, 4220.0, 4190.0, 4209.0, 4189.0, 4209.0, 4189.0, 4210.0, 4200.0, 4220.0, 4199.0, 4198.0, 4188.0, 4187.0, 4199.0, 4178.0, 4199.0, 4178.0, 4199.0, 4169.0, 4200.0, 4178.0, 4198.0, 4189.0, 4200.0, 4190.0, 4210.0, 4189.0, 4200.0, 4214.0, 4224.0, 4202.0, 4183.0, 4212.0, 4203.0, 4226.0, 4215.0, 4224.0, 4213.0, 4202.0, 4201.0, 4211.0, 4200.0, 4221.0, 4200.0, 4221.0, 4246.0, 4191.0, 4189.0, 4200.0, 4208.0, 4187.0, 4198.0, 4177.0, 4199.0, 4168.0, 4200.0, 4199.0, 4200.0, 4186.0, 4196.0, 4175.0, 4196.0, 4153.0, 4195.0, 4185.0, 4195.0, 4186.0, 4207.0, 4196.0, 4195.0, 4184.0, 4182.0, 4163.0, 4182.0, 4172.0, 4183.0, 4162.0, 4172.0, 4174.0, 4163.0, 4175.0, 4184.0, 4187.0, 4167.0, 4186.0, 4156.0, 4198.0, 4189.0, 4209.0, 4201.0, 4212.0, 4202.0, 4201.0, 4191.0, 4200.0, 4190.0, 4200.0, 4190.0, 4198.0, 4177.0, 4197.0, 4157.0, 4198.0, 4167.0, 4197.0, 4189.0, 4188.0, 4189.0, 4187.0, 4189.0, 4210.0, 4190.0, 4199.0, 4179.0, 4198.0, 4189.0, 4200.0, 4202.0, 4199.0, 4201.0, 4199.0, 4190.0, 4200.0, 4202.0, 4222.0, 4201.0, 4211.0, 4190.0, 4169.0, 4200.0, 4190.0, 4200.0, 4221.0, 4200.0, 4209.0, 4189.0, 4210.0, 4201.0, 4211.0, 4202.0, 4201.0, 4202.0, 4191.0, 4203.0, 4224.0, 4203.0, 4212.0, 4214.0, 4221.0, 4191.0, 4211.0, 4202.0, 4222.0, 4201.0, 4201.0, 4201.0, 4169.0, 4213.0, 4198.0, 4240.0, 4226.0, 4239.0, 4183.0, 4204.0, 4204.0, 4213.0, 4203.0, 4210.0, 4202.0, 4210.0, 4190.0, 4220.0, 4191.0, 4210.0, 4201.0, 4169.0, 4201.0, 4169.0, 4200.0, 4169.0, 4199.0, 4168.0, 4199.0, 4169.0, 4200.0, 4189.0, 4199.0, 4201.0, 4212.0, 4204.0, 4212.0, 4202.0, 4201.0, 4202.0, 4222.0, 4203.0, 4213.0, 4203.0, 4171.0, 4204.0, 4171.0, 4214.0, 4203.0, 4204.0, 4171.0, 4212.0, 4192.0, 4212.0, 4192.0, 4223.0, 4183.0, 4223.0, 4192.0, 4213.0, 4201.0, 4211.0, 4191.0, 4211.0, 4203.0, 4212.0, 4190.0, 4189.0, 4189.0, 4178.0, 4200.0, 4221.0, 4190.0, 4199.0, 4190.0, 4157.0, 4199.0, 4168.0, 4200.0, 4180.0, 4201.0, 4190.0, 4192.0, 4159.0, 4190.0, 4158.0, 4200.0, 4189.0, 4201.0, 4220.0, 4202.0, 4168.0, 4189.0, 4169.0, 4201.0, 4172.0, 4203.0, 4171.0, 4203.0, 4171.0, 4203.0, 4181.0, 4213.0, 4181.0, 4211.0, 4169.0, 4210.0, 4190.0, 4199.0, 4201.0, 4211.0, 4202.0, 4211.0, 4201.0, 4212.0, 4190.0, 4221.0, 4201.0, 4212.0, 4191.0, 4159.0, 4201.0, 4190.0, 4203.0, 4221.0, 4201.0, 4209.0, 4189.0, 4209.0, 4201.0, 4209.0, 4191.0, 4159.0, 4190.0, 4170.0, 4213.0, 4183.0, 4215.0, 4173.0, 4213.0, 4181.0, 4212.0, 4181.0, 4202.0, 4221.0, 4201.0, 4168.0, 4199.0, 4157.0, 4199.0, 4188.0, 4199.0, 4210.0, 4189.0, 4189.0, 4189.0, 4189.0, 4200.0, 4179.0, 4200.0, 4180.0, 4211.0, 4181.0, 4212.0, 4182.0, 4228.0, 4217.0, 4229.0, 4185.0, 4216.0, 4173.0, 4212.0, 4192.0, 4224.0, 4203.0, 4225.0, 4219.0, 4224.0, 4203.0, 4212.0, 4191.0, 4212.0, 4191.0, 4212.0, 4203.0, 4211.0, 4201.0, 4209.0, 4180.0, 4199.0, 4190.0, 4211.0, 4192.0, 4211.0, 4202.0, 4180.0, 4191.0, 4159.0, 4190.0, 4202.0, 4202.0, 4201.0, 4190.0, 4159.0, 4190.0, 4200.0, 4192.0, 4211.0, 4201.0, 4160.0, 4202.0, 4172.0, 4202.0, 4184.0, 4212.0, 4192.0, 4213.0, 4194.0, 4213.0, 4203.0, 4212.0, 4204.0, 4212.0, 4201.0, 4210.0, 4180.0, 4200.0, 4189.0, 4213.0, 4170.0, 4200.0, 4168.0, 4189.0, 4169.0, 4199.0, 4190.0, 4201.0, 4182.0, 4212.0, 4193.0, 4213.0, 4192.0, 4213.0, 4171.0, 4193.0, 4222.0, 4192.0, 4223.0, 4203.0, 4210.0, 4190.0, 4199.0, 4179.0, 4199.0, 4189.0, 4198.0, 4189.0, 4198.0, 4177.0, 4197.0, 4177.0, 4198.0, 4178.0, 4199.0, 4179.0, 4198.0, 4178.0, 4189.0, 4191.0, 4202.0, 4194.0, 4202.0, 4193.0, 4202.0, 4181.0, 4212.0, 4181.0, 4211.0, 4159.0, 4202.0, 4157.0, 4189.0, 4178.0, 4189.0, 4188.0, 4188.0, 4147.0, 4201.0, 4168.0, 4191.0, 4210.0, 4190.0, 4169.0, 4192.0, 4160.0, 4217.0, 4184.0, 4213.0, 4206.0, 4192.0, 4191.0, 4171.0, 4201.0, 4170.0, 4213.0, 4222.0, 4212.0, 4168.0, 4189.0, 4158.0, 4189.0, 4167.0, 4188.0, 4187.0, 4188.0, 4156.0, 4191.0, 4169.0, 4200.0, 4191.0], 'WindowWidth': [9406.0, 9397.0, 9343.0, 9348.0, 9317.0, 9343.0, 9313.0, 9325.0, 9310.0, 9317.0, 9289.0, 9271.0, 9289.0, 9313.0, 9287.0, 9320.0, 9289.0, 9283.0, 9284.0, 9242.0, 9290.0, 9276.0, 9312.0, 9328.0, 9311.0, 9279.0, 9307.0, 9263.0, 9307.0, 9281.0, 9310.0, 9320.0, 9310.0, 9249.0, 9306.0, 9267.0, 9324.0, 9281.0, 9326.0, 9310.0, 9309.0, 9309.0, 9327.0, 9314.0, 9339.0, 9327.0, 9291.0, 9306.0, 9248.0, 9309.0, 9307.0, 9307.0, 9261.0, 9306.0, 9292.0, 9304.0, 9304.0, 9311.0, 9280.0, 9319.0, 9274.0, 9303.0, 9264.0, 9319.0, 9268.0, 9307.0, 9291.0, 9305.0, 9307.0, 9306.0, 9293.0, 9319.0, 9265.0, 9305.0, 9262.0, 9318.0, 9274.0, 9284.0, 9270.0, 9299.0, 9239.0, 9299.0, 9288.0, 9303.0, 9298.0, 9290.0, 9246.0, 9303.0, 9258.0, 9304.0, 9277.0, 9309.0, 9324.0, 9311.0, 9307.0, 9296.0, 9284.0, 9326.0, 9328.0, 9312.0, 9330.0, 9313.0, 9324.0, 9293.0, 9306.0, 9276.0, 9303.0, 9294.0, 9307.0, 9278.0, 9320.0, 9290.0, 9303.0, 9291.0, 9305.0, 9312.0, 9308.0, 9298.0, 9322.0, 9293.0, 9321.0, 9294.0, 9322.0, 9310.0, 9325.0, 9314.0, 9322.0, 9295.0, 9309.0, 9310.0, 9313.0, 9314.0, 9315.0, 9313.0, 9270.0, 9312.0, 9267.0, 9313.0, 9268.0, 9326.0, 9290.0, 9328.0, 9270.0, 9328.0, 9281.0, 9312.0, 9282.0, 9313.0, 9301.0, 9328.0, 9297.0, 9339.0, 9309.0, 9323.0, 9310.0, 9328.0, 9315.0, 9345.0, 9316.0, 9340.0, 9311.0, 9326.0, 9315.0, 9342.0, 9318.0, 9327.0, 9314.0, 9328.0, 9317.0, 9348.0, 9317.0, 9327.0, 9315.0, 9284.0, 9312.0, 9302.0, 9334.0, 9300.0, 9317.0, 9269.0, 9325.0, 9268.0, 9314.0, 9266.0, 9312.0, 9274.0, 9333.0, 9271.0, 9347.0, 9286.0, 9324.0, 9302.0, 9330.0, 9315.0, 9329.0, 9316.0, 9332.0, 9318.0, 9331.0, 9324.0, 9333.0, 9321.0, 9345.0, 9317.0, 9330.0, 9316.0, 9330.0, 9318.0, 9348.0, 9320.0, 9344.0, 9318.0, 9329.0, 9315.0, 9335.0, 9317.0, 9318.0, 9317.0, 9274.0, 9332.0, 9289.0, 9349.0, 9310.0, 9339.0, 9290.0, 9332.0, 9290.0, 9331.0, 9303.0, 9345.0, 9317.0, 9346.0, 9334.0, 9344.0, 9315.0, 9326.0, 9312.0, 9343.0, 9336.0, 9328.0, 9312.0, 9310.0, 9315.0, 9314.0, 9312.0, 9268.0, 9325.0, 9268.0, 9326.0, 9279.0, 9316.0, 9272.0, 9328.0, 9266.0, 9309.0, 9277.0, 9304.0, 9264.0, 9309.0, 9282.0, 9324.0, 9294.0, 9309.0, 9298.0, 9309.0, 9312.0, 9330.0, 9318.0, 9343.0, 9317.0, 9329.0, 9314.0, 9327.0, 9298.0, 9326.0, 9314.0, 9343.0, 9314.0, 9344.0, 9293.0, 9304.0, 9294.0, 9310.0, 9295.0, 9292.0, 9306.0, 9262.0, 9309.0, 9268.0, 9326.0, 9270.0, 9327.0, 9270.0, 9311.0, 9266.0, 9308.0, 9286.0, 9312.0, 9283.0, 9327.0, 9298.0, 9313.0, 9312.0, 9311.0, 9316.0, 9328.0, 9317.0, 9343.0, 9312.0, 9327.0, 9311.0, 9326.0, 9314.0, 9329.0, 9315.0, 9326.0, 9302.0, 9282.0, 9311.0, 9267.0, 9328.0, 9326.0, 9312.0, 9298.0, 9312.0, 9269.0, 9310.0, 9266.0, 9325.0, 9283.0, 9327.0, 9278.0, 9322.0, 9263.0, 9304.0, 9292.0, 9310.0, 9313.0, 9316.0, 9317.0, 9327.0, 9313.0, 9335.0, 9322.0, 9332.0, 9319.0, 9326.0, 9311.0, 9308.0, 9310.0, 9312.0, 9325.0, 9294.0, 9327.0, 9265.0, 9318.0, 9275.0, 9304.0, 9295.0, 9310.0, 9298.0, 9335.0, 9296.0, 9321.0, 9292.0, 9304.0, 9294.0, 9307.0, 9293.0, 9262.0, 9305.0, 9248.0, 9307.0, 9246.0, 9308.0, 9267.0, 9306.0, 9246.0, 9305.0, 9246.0, 9305.0, 9267.0, 9308.0, 9267.0, 9311.0, 9283.0, 9308.0, 9280.0, 9310.0, 9286.0, 9310.0, 9297.0, 9325.0, 9311.0, 9309.0, 9314.0, 9327.0, 9315.0, 9341.0, 9299.0, 9323.0, 9295.0, 9322.0, 9296.0, 9326.0, 9313.0, 9339.0, 9308.0, 9304.0, 9290.0, 9288.0, 9305.0, 9280.0, 9309.0, 9280.0, 9309.0, 9266.0, 9310.0, 9279.0, 9306.0, 9296.0, 9310.0, 9298.0, 9324.0, 9295.0, 9311.0, 9339.0, 9354.0, 9319.0, 9295.0, 9333.0, 9322.0, 9359.0, 9340.0, 9350.0, 9335.0, 9315.0, 9314.0, 9327.0, 9312.0, 9343.0, 9310.0, 9342.0, 9390.0, 9303.0, 9296.0, 9312.0, 9321.0, 9289.0, 9305.0, 9276.0, 9309.0, 9265.0, 9311.0, 9307.0, 9308.0, 9286.0, 9299.0, 9270.0, 9298.0, 9236.0, 9294.0, 9282.0, 9298.0, 9285.0, 9317.0, 9298.0, 9299.0, 9276.0, 9274.0, 9247.0, 9272.0, 9260.0, 9274.0, 9247.0, 9261.0, 9265.0, 9250.0, 9268.0, 9280.0, 9287.0, 9261.0, 9286.0, 9247.0, 9305.0, 9296.0, 9323.0, 9313.0, 9330.0, 9318.0, 9313.0, 9301.0, 9310.0, 9296.0, 9309.0, 9294.0, 9304.0, 9273.0, 9301.0, 9249.0, 9305.0, 9261.0, 9303.0, 9292.0, 9291.0, 9294.0, 9290.0, 9294.0, 9325.0, 9299.0, 9309.0, 9280.0, 9306.0, 9294.0, 9311.0, 9316.0, 9309.0, 9312.0, 9309.0, 9298.0, 9310.0, 9315.0, 9346.0, 9315.0, 9326.0, 9298.0, 9267.0, 9310.0, 9296.0, 9311.0, 9345.0, 9312.0, 9323.0, 9295.0, 9324.0, 9315.0, 9328.0, 9316.0, 9316.0, 9318.0, 9303.0, 9322.0, 9352.0, 9322.0, 9334.0, 9337.0, 9342.0, 9301.0, 9327.0, 9317.0, 9348.0, 9316.0, 9313.0, 9313.0, 9270.0, 9335.0, 9326.0, 9382.0, 9354.0, 9376.0, 9291.0, 9322.0, 9323.0, 9334.0, 9319.0, 9325.0, 9315.0, 9325.0, 9295.0, 9340.0, 9300.0, 9326.0, 9315.0, 9268.0, 9313.0, 9268.0, 9310.0, 9267.0, 9307.0, 9266.0, 9307.0, 9266.0, 9309.0, 9294.0, 9309.0, 9314.0, 9330.0, 9322.0, 9331.0, 9318.0, 9315.0, 9316.0, 9343.0, 9319.0, 9335.0, 9321.0, 9276.0, 9322.0, 9276.0, 9334.0, 9320.0, 9322.0, 9274.0, 9332.0, 9303.0, 9331.0, 9304.0, 9350.0, 9294.0, 9348.0, 9302.0, 9332.0, 9315.0, 9326.0, 9299.0, 9328.0, 9317.0, 9330.0, 9296.0, 9294.0, 9295.0, 9279.0, 9309.0, 9342.0, 9297.0, 9308.0, 9297.0, 9249.0, 9306.0, 9265.0, 9310.0, 9285.0, 9314.0, 9296.0, 9301.0, 9253.0, 9296.0, 9251.0, 9309.0, 9293.0, 9311.0, 9340.0, 9315.0, 9265.0, 9294.0, 9268.0, 9312.0, 9277.0, 9319.0, 9274.0, 9320.0, 9273.0, 9317.0, 9286.0, 9333.0, 9289.0, 9328.0, 9268.0, 9325.0, 9296.0, 9309.0, 9312.0, 9329.0, 9317.0, 9327.0, 9314.0, 9329.0, 9296.0, 9342.0, 9314.0, 9330.0, 9298.0, 9254.0, 9311.0, 9299.0, 9316.0, 9341.0, 9312.0, 9323.0, 9292.0, 9323.0, 9312.0, 9322.0, 9299.0, 9255.0, 9298.0, 9271.0, 9333.0, 9293.0, 9338.0, 9278.0, 9333.0, 9285.0, 9330.0, 9285.0, 9315.0, 9340.0, 9313.0, 9264.0, 9307.0, 9248.0, 9305.0, 9289.0, 9307.0, 9324.0, 9292.0, 9293.0, 9293.0, 9294.0, 9311.0, 9280.0, 9310.0, 9284.0, 9327.0, 9288.0, 9331.0, 9291.0, 9364.0, 9346.0, 9363.0, 9295.0, 9339.0, 9279.0, 9328.0, 9302.0, 9349.0, 9318.0, 9354.0, 9351.0, 9350.0, 9318.0, 9330.0, 9298.0, 9328.0, 9299.0, 9331.0, 9316.0, 9326.0, 9312.0, 9320.0, 9281.0, 9305.0, 9294.0, 9326.0, 9304.0, 9327.0, 9315.0, 9282.0, 9297.0, 9253.0, 9296.0, 9315.0, 9314.0, 9312.0, 9297.0, 9252.0, 9296.0, 9310.0, 9301.0, 9327.0, 9312.0, 9256.0, 9313.0, 9274.0, 9314.0, 9295.0, 9330.0, 9302.0, 9331.0, 9307.0, 9331.0, 9317.0, 9331.0, 9321.0, 9330.0, 9311.0, 9324.0, 9282.0, 9308.0, 9291.0, 9331.0, 9269.0, 9308.0, 9262.0, 9292.0, 9266.0, 9306.0, 9296.0, 9313.0, 9290.0, 9330.0, 9306.0, 9332.0, 9303.0, 9332.0, 9272.0, 9302.0, 9343.0, 9301.0, 9345.0, 9317.0, 9327.0, 9293.0, 9305.0, 9276.0, 9306.0, 9294.0, 9302.0, 9291.0, 9302.0, 9274.0, 9299.0, 9272.0, 9302.0, 9277.0, 9304.0, 9278.0, 9301.0, 9276.0, 9292.0, 9301.0, 9316.0, 9307.0, 9315.0, 9305.0, 9316.0, 9284.0, 9328.0, 9286.0, 9326.0, 9252.0, 9312.0, 9247.0, 9290.0, 9275.0, 9292.0, 9289.0, 9290.0, 9233.0, 9311.0, 9263.0, 9298.0, 9324.0, 9295.0, 9267.0, 9299.0, 9257.0, 9346.0, 9296.0, 9336.0, 9327.0, 9302.0, 9299.0, 9272.0, 9313.0, 9267.0, 9332.0, 9341.0, 9328.0, 9263.0, 9292.0, 9248.0, 9291.0, 9257.0, 9289.0, 9285.0, 9290.0, 9244.0, 9297.0, 9267.0, 9309.0, 9300.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.00381608745684695</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.023746213808975833</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.560978019147484</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2433151248963155</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0190954150460831</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4667</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6748.8687</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07965795680763628</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>20</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.3014959723820483</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6679165083148653</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6145662103911564</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.892564840126789</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4966184744266497</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00633143</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015915410593152046</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.027882525697350502</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.873271182541662</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>22.8098</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.4372</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>150.758</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>299639.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>673.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>295.8781</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5415</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>553.7715</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3378.5783</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3572.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>76905.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1120.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4437.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>922.2119</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>39.603585914941505</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> |