=== 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-0038 --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-0038",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0038_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-0038_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-0038_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-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038_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-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038_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-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038_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-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038_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-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038_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-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038_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-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0038/figures/sub-0038_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-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038/ses-01/func/sub-0038_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>7c04610ab63ef7376b69317331292f99</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>13:26:1.867500</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.999291, -0.0017273, 0.0376102, -0.00174414, 0.995751, 0.0920724]</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.0990316</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>[4150, -7762, -7152, 561, -100, -91, -88, 54]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>256.254</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>c70fdfab-2d6f-4ad5-b6f8-6927f5ad39eb||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.6810247898101807, -0.004679391160607338, 0.10154540836811066, 109.68830108642578], [0.0046342164278030396, 2.6715266704559326, 0.24859626591205597, -98.03394317626953], [0.10090538114309311, -0.24702343344688416, 2.686612844467163, -24.633638381958008], [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': ['132601.867500', '132602.327500', '132602.787500', '132603.247500', '132603.707500', '132604.167500', '132604.627500', '132605.087500', '132605.547500', '132606.007500', '132606.467500', '132606.927500', '132607.387500', '132607.847500', '132608.307500', '132608.767500', '132609.227500', '132609.687500', '132610.147500', '132610.607500', '132611.067500', '132611.527500', '132611.987500', '132612.447500', '132612.907500', '132613.367500', '132613.827500', '132614.287500', '132614.747500', '132615.207500', '132615.667500', '132616.127500', '132616.587500', '132617.047500', '132617.507500', '132617.967500', '132618.427500', '132618.887500', '132619.347500', '132619.807500', '132620.267500', '132620.727500', '132621.187500', '132621.647500', '132622.107500', '132622.567500', '132623.027500', '132623.487500', '132623.947500', '132624.407500', '132624.867500', '132625.327500', '132625.787500', '132626.247500', '132626.707500', '132627.167500', '132627.627500', '132628.087500', '132628.547500', '132629.007500', '132629.467500', '132629.927500', '132630.387500', '132630.847500', '132631.307500', '132631.767500', '132632.227500', '132632.687500', '132633.147500', '132633.607500', '132634.067500', '132634.527500', '132634.987500', '132635.447500', '132635.907500', '132636.367500', '132636.827500', '132637.287500', '132637.747500', '132638.207500', '132638.667500', '132639.127500', '132639.587500', '132640.047500', '132640.507500', '132640.967500', '132641.427500', '132641.887500', '132642.347500', '132642.807500', '132643.267500', '132643.727500', '132644.187500', '132644.647500', '132645.107500', '132645.567500', '132646.027500', '132646.487500', '132646.947500', '132647.407500', '132647.867500', '132648.327500', '132648.787500', '132649.247500', '132649.707500', '132650.167500', '132650.627500', '132651.087500', '132651.547500', '132652.007500', '132652.467500', '132652.927500', '132653.387500', '132653.847500', '132654.307500', '132654.767500', '132655.227500', '132655.687500', '132656.147500', '132656.607500', '132657.067500', '132657.527500', '132657.987500', '132658.447500', '132658.907500', '132659.367500', '132659.827500', '132700.287500', '132700.747500', '132701.207500', '132701.667500', '132702.127500', '132702.587500', '132703.047500', '132703.507500', '132703.967500', '132704.427500', '132704.887500', '132705.347500', '132705.807500', '132706.267500', '132706.727500', '132707.187500', '132707.647500', '132708.107500', '132708.567500', '132709.027500', '132709.487500', '132709.947500', '132710.407500', '132710.867500', '132711.327500', '132711.787500', '132712.247500', '132712.707500', '132713.167500', '132713.627500', '132714.087500', '132714.547500', '132715.007500', '132715.467500', '132715.927500', '132716.387500', '132716.847500', '132717.307500', '132717.767500', '132718.227500', '132718.687500', '132719.147500', '132719.607500', '132720.067500', '132720.527500', '132720.987500', '132721.447500', '132721.907500', '132722.367500', '132722.827500', '132723.287500', '132723.747500', '132724.207500', '132724.667500', '132725.127500', '132725.587500', '132726.047500', '132726.507500', '132726.967500', '132727.427500', '132727.887500', '132728.347500', '132728.807500', '132729.267500', '132729.727500', '132730.187500', '132730.647500', '132731.107500', '132731.567500', '132732.027500', '132732.487500', '132732.947500', '132733.407500', '132733.867500', '132734.327500', '132734.787500', '132735.247500', '132735.707500', '132736.167500', '132736.627500', '132737.087500', '132737.547500', '132738.007500', '132738.467500', '132738.927500', '132739.387500', '132739.847500', '132740.307500', '132740.767500', '132741.227500', '132741.687500', '132742.147500', '132742.607500', '132743.067500', '132743.527500', '132743.987500', '132744.447500', '132744.907500', '132745.367500', '132745.827500', '132746.287500', '132746.747500', '132747.207500', '132747.667500', '132748.127500', '132748.587500', '132749.047500', '132749.507500', '132749.967500', '132750.427500', '132750.887500', '132751.347500', '132751.807500', '132752.267500', '132752.727500', '132753.187500', '132753.647500', '132754.107500', '132754.567500', '132755.027500', '132755.487500', '132755.947500', '132756.407500', '132756.867500', '132757.327500', '132757.787500', '132758.247500', '132758.707500', '132759.167500', '132759.627500', '132800.087500', '132800.547500', '132801.007500', '132801.467500', '132801.927500', '132802.387500', '132802.847500', '132803.307500', '132803.767500', '132804.227500', '132804.687500', '132805.147500', '132805.607500', '132806.067500', '132806.527500', '132806.987500', '132807.447500', '132807.907500', '132808.367500', '132808.827500', '132809.287500', '132809.747500', '132810.207500', '132810.667500', '132811.127500', '132811.587500', '132812.047500', '132812.507500', '132812.967500', '132813.427500', '132813.887500', '132814.347500', '132814.807500', '132815.267500', '132815.727500', '132816.187500', '132816.647500', '132817.107500', '132817.567500', '132818.027500', '132818.487500', '132818.947500', '132819.407500', '132819.867500', '132820.327500', '132820.787500', '132821.247500', '132821.707500', '132822.167500', '132822.627500', '132823.087500', '132823.547500', '132824.007500', '132824.467500', '132824.927500', '132825.387500', '132825.847500', '132826.307500', '132826.767500', '132827.227500', '132827.687500', '132828.147500', '132828.607500', '132829.067500', '132829.527500', '132829.987500', '132830.447500', '132830.907500', '132831.367500', '132831.827500', '132832.287500', '132832.747500', '132833.207500', '132833.667500', '132834.127500', '132834.587500', '132835.047500', '132835.507500', '132835.967500', '132836.427500', '132836.887500', '132837.347500', '132837.807500', '132838.267500', '132838.727500', '132839.187500', '132839.647500', '132840.107500', '132840.567500', '132841.027500', '132841.487500', '132841.947500', '132842.407500', '132842.867500', '132843.327500', '132843.787500', '132844.247500', '132844.707500', '132845.167500', '132845.627500', '132846.087500', '132846.547500', '132847.007500', '132847.467500', '132847.927500', '132848.387500', '132848.847500', '132849.307500', '132849.767500', '132850.227500', '132850.687500', '132851.147500', '132851.607500', '132852.067500', '132852.527500', '132852.987500', '132853.447500', '132853.907500', '132854.367500', '132854.827500', '132855.287500', '132855.747500', '132856.207500', '132856.667500', '132857.127500', '132857.587500', '132858.047500', '132858.507500', '132858.967500', '132859.427500', '132859.887500', '132900.347500', '132900.807500', '132901.267500', '132901.727500', '132902.187500', '132902.647500', '132903.107500', '132903.567500', '132904.027500', '132904.487500', '132904.947500', '132905.407500', '132905.867500', '132906.327500', '132906.787500', '132907.247500', '132907.707500', '132908.167500', '132908.627500', '132909.087500', '132909.547500', '132910.007500', '132910.467500', '132910.927500', '132911.387500', '132911.847500', '132912.307500', '132912.767500', '132913.227500', '132913.687500', '132914.147500', '132914.607500', '132915.067500', '132915.527500', '132915.987500', '132916.447500', '132916.907500', '132917.367500', '132917.827500', '132918.287500', '132918.747500', '132919.207500', '132919.667500', '132920.127500', '132920.587500', '132921.047500', '132921.507500', '132921.967500', '132922.427500', '132922.887500', '132923.347500', '132923.807500', '132924.267500', '132924.727500', '132925.187500', '132925.647500', '132926.107500', '132926.567500', '132927.027500', '132927.487500', '132927.947500', '132928.407500', '132928.867500', '132929.327500', '132929.787500', '132930.247500', '132930.707500', '132931.167500', '132931.627500', '132932.087500', '132932.547500', '132933.007500', '132933.467500', '132933.927500', '132934.387500', '132934.847500', '132935.307500', '132935.767500', '132936.227500', '132936.687500', '132937.147500', '132937.607500', '132938.067500', '132938.527500', '132938.987500', '132939.447500', '132939.907500', '132940.367500', '132940.827500', '132941.287500', '132941.747500', '132942.207500', '132942.667500', '132943.127500', '132943.587500', '132944.047500', '132944.507500', '132944.967500', '132945.427500', '132945.887500', '132946.347500', '132946.807500', '132947.267500', '132947.727500', '132948.187500', '132948.647500', '132949.107500', '132949.567500', '132950.027500', '132950.487500', '132950.947500', '132951.407500', '132951.867500', '132952.327500', '132952.787500', '132953.247500', '132953.707500', '132954.167500', '132954.627500', '132955.087500', '132955.547500', '132956.007500', '132956.467500', '132956.927500', '132957.387500', '132957.847500', '132958.307500', '132958.767500', '132959.227500', '132959.687500', '133000.147500', '133000.607500', '133001.067500', '133001.527500', '133001.987500', '133002.447500', '133002.907500', '133003.367500', '133003.827500', '133004.287500', '133004.747500', '133005.207500', '133005.667500', '133006.127500', '133006.587500', '133007.047500', '133007.507500', '133007.967500', '133008.427500', '133008.887500', '133009.347500', '133009.807500', '133010.267500', '133010.727500', '133011.187500', '133011.647500', '133012.107500', '133012.567500', '133013.027500', '133013.487500', '133013.947500', '133014.407500', '133014.867500', '133015.327500', '133015.787500', '133016.247500', '133016.707500', '133017.167500', '133017.627500', '133018.087500', '133018.547500', '133019.007500', '133019.467500', '133019.927500', '133020.387500', '133020.847500', '133021.307500', '133021.767500', '133022.227500', '133022.687500', '133023.147500', '133023.607500', '133024.067500', '133024.527500', '133024.987500', '133025.447500', '133025.907500', '133026.367500', '133026.827500', '133027.287500', '133027.747500', '133028.207500', '133028.667500', '133029.127500', '133029.587500', '133030.047500', '133030.507500', '133030.967500', '133031.427500', '133031.887500', '133032.347500', '133032.807500', '133033.267500', '133033.727500', '133034.187500', '133034.647500', '133035.107500', '133035.567500', '133036.027500', '133036.487500', '133036.947500', '133037.407500', '133037.867500', '133038.327500', '133038.787500', '133039.247500', '133039.707500', '133040.167500', '133040.627500', '133041.087500', '133041.547500', '133042.007500', '133042.467500', '133042.927500', '133043.387500', '133043.847500', '133044.307500', '133044.767500', '133045.227500', '133045.687500', '133046.147500', '133046.607500', '133047.067500', '133047.527500', '133047.987500', '133048.447500', '133048.907500', '133049.367500', '133049.827500', '133050.287500', '133050.747500', '133051.207500', '133051.667500', '133052.127500', '133052.587500', '133053.047500', '133053.507500', '133053.967500', '133054.427500', '133054.887500', '133055.347500', '133055.807500', '133056.267500', '133056.727500', '133057.187500', '133057.647500', '133058.107500', '133058.567500', '133059.027500', '133059.487500', '133059.947500', '133100.407500', '133100.867500', '133101.327500', '133101.787500', '133102.247500', '133102.707500', '133103.167500', '133103.627500', '133104.087500', '133104.547500', '133105.007500', '133105.467500', '133105.927500', '133106.387500', '133106.847500', '133107.307500', '133107.767500', '133108.227500', '133108.687500', '133109.147500', '133109.607500', '133110.067500', '133110.527500', '133110.987500', '133111.447500', '133111.907500', '133112.367500', '133112.827500', '133113.287500', '133113.747500', '133114.207500', '133114.667500', '133115.127500', '133115.587500', '133116.047500', '133116.507500', '133116.967500', '133117.427500', '133117.887500', '133118.347500', '133118.807500', '133119.267500', '133119.727500', '133120.187500', '133120.647500', '133121.107500', '133121.567500', '133122.027500', '133122.487500', '133122.947500', '133123.407500', '133123.867500', '133124.327500', '133124.787500', '133125.247500', '133125.707500', '133126.167500', '133126.627500', '133127.087500', '133127.547500', '133128.007500', '133128.467500', '133128.927500', '133129.387500', '133129.847500', '133130.307500', '133130.767500', '133131.227500', '133131.687500', '133132.147500', '133132.607500', '133133.067500', '133133.527500', '133133.987500', '133134.447500', '133134.907500', '133135.367500', '133135.827500', '133136.287500', '133136.747500', '133137.207500', '133137.667500', '133138.127500', '133138.587500', '133139.047500', '133139.507500', '133139.967500', '133140.427500', '133140.887500', '133141.347500', '133141.807500', '133142.267500', '133142.727500', '133143.187500', '133143.647500', '133144.107500', '133144.567500', '133145.027500', '133145.487500', '133145.947500', '133146.407500', '133146.867500', '133147.327500', '133147.787500', '133148.247500', '133148.707500', '133149.167500', '133149.627500', '133150.087500', '133150.547500', '133151.007500', '133151.467500', '133151.927500', '133152.387500', '133152.847500', '133153.307500', '133153.767500', '133154.227500', '133154.687500', '133155.147500', '133155.607500', '133156.067500', '133156.527500', '133156.987500', '133157.447500', '133157.907500', '133158.367500', '133158.827500', '133159.287500', '133159.747500', '133200.207500', '133200.667500', '133201.127500', '133201.587500', '133202.047500', '133202.507500', '133202.967500', '133203.427500', '133203.887500', '133204.347500', '133204.807500', '133205.267500', '133205.727500', '133206.187500', '133206.647500', '133207.107500', '133207.567500', '133208.027500', '133208.487500', '133208.947500', '133209.407500', '133209.867500', '133210.327500', '133210.787500', '133211.247500', '133211.707500', '133212.167500', '133212.627500', '133213.087500', '133213.547500', '133214.007500', '133214.467500', '133214.927500', '133215.387500', '133215.847500', '133216.307500', '133216.767500', '133217.227500', '133217.687500', '133218.147500', '133218.607500', '133219.067500', '133219.527500', '133219.987500', '133220.447500', '133220.907500', '133221.367500', '133221.827500', '133222.287500', '133222.747500', '133223.207500', '133223.667500', '133224.127500', '133224.587500', '133225.047500', '133225.507500', '133225.967500', '133226.427500', '133226.887500', '133227.347500', '133227.807500', '133228.267500', '133228.727500', '133229.187500', '133229.647500', '133230.107500', '133230.567500', '133231.027500', '133231.487500', '133231.947500', '133232.407500', '133232.867500', '133233.327500', '133233.787500', '133234.247500', '133234.707500', '133235.167500', '133235.627500', '133236.087500', '133236.547500', '133237.007500', '133237.467500', '133237.927500', '133238.387500', '133238.847500', '133239.307500', '133239.767500', '133240.227500', '133240.687500', '133241.147500', '133241.607500', '133242.067500', '133242.527500'], 'ContentTime': ['132615.084000', '132615.088000', '132615.091000', '132615.093000', '132615.096000', '132615.099000', '132615.102000', '132615.105000', '132615.108000', '132615.111000', '132615.121000', '132615.124000', '132615.127000', '132615.130000', '132615.133000', '132615.135000', '132615.138000', '132615.141000', '132615.144000', '132615.147000', '132615.150000', '132615.153000', '132615.156000', '132615.159000', '132615.162000', '132615.165000', '132615.168000', '132635.052000', '132635.055000', '132635.058000', '132635.061000', '132635.063000', '132635.066000', '132635.069000', '132635.072000', '132635.075000', '132635.077000', '132635.080000', '132635.083000', '132635.086000', '132635.089000', '132635.092000', '132635.096000', '132635.099000', '132635.101000', '132635.104000', '132635.107000', '132635.110000', '132635.113000', '132635.115000', '132635.118000', '132635.121000', '132635.124000', '132635.127000', '132635.130000', '132635.133000', '132635.135000', '132635.138000', '132635.141000', '132635.144000', '132635.147000', '132635.150000', '132635.153000', '132635.155000', '132635.160000', '132635.163000', '132635.166000', '132635.168000', '132635.171000', '132635.174000', '132655.052000', '132655.055000', '132655.058000', '132655.061000', '132655.064000', '132655.066000', '132655.069000', '132655.072000', '132655.075000', '132655.078000', '132655.080000', '132655.083000', '132655.086000', '132655.089000', '132655.092000', '132655.095000', '132655.098000', '132655.100000', '132655.103000', '132655.106000', '132655.116000', '132655.119000', '132655.122000', '132655.124000', '132655.127000', '132655.130000', '132655.133000', '132655.136000', '132655.139000', '132655.142000', '132655.144000', '132655.147000', '132655.150000', '132655.153000', '132655.156000', '132655.159000', '132655.162000', '132655.164000', '132655.174000', '132655.177000', '132655.180000', '132655.182000', '132655.185000', '132655.188000', '132715.052000', '132715.055000', '132715.058000', '132715.061000', '132715.063000', '132715.066000', '132715.069000', '132715.072000', '132715.075000', '132715.077000', '132715.080000', '132715.083000', '132715.086000', '132715.089000', '132715.092000', '132715.094000', '132715.097000', '132715.100000', '132715.103000', '132715.106000', '132715.108000', '132715.111000', '132715.114000', '132715.117000', '132715.120000', '132715.122000', '132715.125000', '132715.128000', '132715.131000', '132715.140000', '132715.143000', '132715.146000', '132715.148000', '132715.151000', '132715.154000', '132715.157000', '132715.160000', '132715.163000', '132715.166000', '132715.169000', '132715.171000', '132715.174000', '132715.177000', '132735.052000', '132735.055000', '132735.058000', '132735.061000', '132735.063000', '132735.066000', '132735.069000', '132735.072000', '132735.074000', '132735.077000', '132735.080000', '132735.083000', '132735.086000', '132735.089000', '132735.091000', '132735.094000', '132735.097000', '132735.100000', '132735.103000', '132735.106000', '132735.108000', '132735.111000', '132735.114000', '132735.117000', '132735.120000', '132735.122000', '132735.137000', '132735.140000', '132735.143000', '132735.145000', '132735.148000', '132735.151000', '132735.154000', '132735.157000', '132735.160000', '132735.163000', '132735.165000', '132735.168000', '132735.171000', '132735.174000', '132735.177000', '132735.179000', '132735.182000', '132735.185000', '132755.052000', '132755.055000', '132755.058000', '132755.061000', '132755.063000', '132755.066000', '132755.069000', '132755.073000', '132755.075000', '132755.078000', '132755.081000', '132755.084000', '132755.087000', '132755.090000', '132755.093000', '132755.096000', '132755.098000', '132755.101000', '132755.104000', '132755.107000', '132755.110000', '132755.113000', '132755.115000', '132755.118000', '132755.121000', '132755.124000', '132755.127000', '132755.130000', '132755.133000', '132755.136000', '132755.139000', '132755.142000', '132755.144000', '132755.147000', '132755.150000', '132755.153000', '132755.156000', '132755.159000', '132755.162000', '132755.164000', '132755.167000', '132755.170000', '132755.173000', '132815.052000', '132815.055000', '132815.058000', '132815.061000', '132815.063000', '132815.066000', '132815.069000', '132815.072000', '132815.075000', '132815.078000', '132815.081000', '132815.083000', '132815.086000', '132815.089000', '132815.092000', '132815.095000', '132815.098000', '132815.101000', '132815.104000', '132815.107000', '132815.109000', '132815.112000', '132815.115000', '132815.118000', '132815.121000', '132815.124000', '132815.127000', '132815.130000', '132815.133000', '132815.136000', '132815.139000', '132815.142000', '132815.144000', '132815.147000', '132815.150000', '132815.153000', '132815.156000', '132815.158000', '132815.161000', '132815.164000', '132815.167000', '132815.170000', '132815.173000', '132815.176000', '132835.052000', '132835.055000', '132835.058000', '132835.060000', '132835.063000', '132835.066000', '132835.069000', '132835.072000', '132835.075000', '132835.078000', '132835.080000', '132835.083000', '132835.086000', '132835.089000', '132835.092000', '132835.095000', '132835.098000', '132835.100000', '132835.103000', '132835.106000', '132835.109000', '132835.112000', '132835.115000', '132835.117000', '132835.120000', '132835.123000', '132835.126000', '132835.129000', '132835.132000', '132835.135000', '132835.137000', '132835.140000', '132835.143000', '132835.146000', '132835.149000', '132835.151000', '132835.154000', '132835.157000', '132835.160000', '132835.163000', '132835.166000', '132835.168000', '132835.171000', '132855.052000', '132855.055000', '132855.058000', '132855.061000', '132855.063000', '132855.066000', '132855.069000', '132855.072000', '132855.075000', '132855.078000', '132855.081000', '132855.083000', '132855.086000', '132855.089000', '132855.092000', '132855.095000', '132855.098000', '132855.101000', '132855.104000', '132855.107000', '132855.110000', '132855.113000', '132855.115000', '132855.118000', '132855.121000', '132855.124000', '132855.127000', '132855.129000', '132855.132000', '132855.135000', '132855.138000', '132855.141000', '132855.144000', '132855.147000', '132855.149000', '132855.152000', '132855.155000', '132855.158000', '132855.161000', '132855.164000', '132855.166000', '132855.169000', '132855.172000', '132855.175000', '132915.052000', '132915.055000', '132915.058000', '132915.061000', '132915.064000', '132915.066000', '132915.069000', '132915.072000', '132915.075000', '132915.078000', '132915.081000', '132915.084000', '132915.086000', '132915.089000', '132915.092000', '132915.095000', '132915.098000', '132915.101000', '132915.103000', '132915.106000', '132915.109000', '132915.126000', '132915.129000', '132915.132000', '132915.135000', '132915.138000', '132915.141000', '132915.144000', '132915.146000', '132915.149000', '132915.152000', '132915.155000', '132915.158000', '132915.161000', '132915.163000', '132915.167000', '132915.171000', '132915.174000', '132915.176000', '132915.179000', '132915.182000', '132915.185000', '132915.188000', '132935.052000', '132935.055000', '132935.057000', '132935.060000', '132935.063000', '132935.066000', '132935.069000', '132935.072000', '132935.075000', '132935.077000', '132935.080000', '132935.083000', '132935.086000', '132935.089000', '132935.092000', '132935.094000', '132935.097000', '132935.100000', '132935.103000', '132935.106000', '132935.109000', '132935.112000', '132935.115000', '132935.117000', '132935.120000', '132935.123000', '132935.126000', '132935.129000', '132935.132000', '132935.135000', '132935.138000', '132935.140000', '132935.143000', '132935.146000', '132935.149000', '132935.152000', '132935.155000', '132935.158000', '132935.160000', '132935.163000', '132935.166000', '132935.169000', '132935.172000', '132935.175000', '132955.052000', '132955.055000', '132955.058000', '132955.061000', '132955.063000', '132955.066000', '132955.069000', '132955.072000', '132955.075000', '132955.078000', '132955.081000', '132955.084000', '132955.086000', '132955.089000', '132955.092000', '132955.095000', '132955.098000', '132955.100000', '132955.104000', '132955.106000', '132955.109000', '132955.112000', '132955.115000', '132955.118000', '132955.121000', '132955.124000', '132955.127000', '132955.130000', '132955.133000', '132955.136000', '132955.139000', '132955.141000', '132955.144000', '132955.147000', '132955.150000', '132955.153000', '132955.156000', '132955.159000', '132955.162000', '132955.165000', '132955.167000', '132955.170000', '132955.173000', '133015.052000', '133015.055000', '133015.058000', '133015.061000', '133015.064000', '133015.066000', '133015.069000', '133015.072000', '133015.075000', '133015.078000', '133015.081000', '133015.084000', '133015.086000', '133015.089000', '133015.092000', '133015.095000', '133015.098000', '133015.100000', '133015.103000', '133015.106000', '133015.109000', '133015.112000', '133015.115000', '133015.118000', '133015.121000', '133015.123000', '133015.126000', '133015.129000', '133015.132000', '133015.135000', '133015.138000', '133015.141000', '133015.143000', '133015.146000', '133015.149000', '133015.152000', '133015.155000', '133015.158000', '133015.160000', '133015.163000', '133015.166000', '133015.169000', '133015.172000', '133015.175000', '133035.052000', '133035.055000', '133035.058000', '133035.061000', '133035.064000', '133035.067000', '133035.069000', '133035.072000', '133035.075000', '133035.078000', '133035.081000', '133035.084000', '133035.086000', '133035.089000', '133035.092000', '133035.095000', '133035.098000', '133035.101000', '133035.104000', '133035.106000', '133035.109000', '133035.112000', '133035.115000', '133035.118000', '133035.120000', '133035.123000', '133035.126000', '133035.129000', '133035.132000', '133035.135000', '133035.138000', '133035.140000', '133035.143000', '133035.146000', '133035.149000', '133035.152000', '133035.155000', '133035.158000', '133035.160000', '133035.163000', '133035.166000', '133035.169000', '133035.172000', '133055.052000', '133055.055000', '133055.058000', '133055.060000', '133055.064000', '133055.066000', '133055.069000', '133055.072000', '133055.075000', '133055.078000', '133055.081000', '133055.084000', '133055.094000', '133055.097000', '133055.100000', '133055.103000', '133055.105000', '133055.108000', '133055.111000', '133055.114000', '133055.117000', '133055.120000', '133055.123000', '133055.126000', '133055.128000', '133055.131000', '133055.134000', '133055.137000', '133055.140000', '133055.143000', '133055.146000', '133055.149000', '133055.152000', '133055.155000', '133055.158000', '133055.161000', '133055.163000', '133055.166000', '133055.169000', '133055.172000', '133055.175000', '133055.178000', '133055.181000', '133115.052000', '133115.055000', '133115.058000', '133115.061000', '133115.064000', '133115.067000', '133115.069000', '133115.072000', '133115.075000', '133115.078000', '133115.081000', '133115.084000', '133115.086000', '133115.089000', '133115.092000', '133115.095000', '133115.098000', '133115.101000', '133115.104000', '133115.107000', '133115.109000', '133115.112000', '133115.115000', '133115.118000', '133115.121000', '133115.124000', '133115.127000', '133115.129000', '133115.132000', '133115.135000', '133115.138000', '133115.141000', '133115.144000', '133115.147000', '133115.150000', '133115.152000', '133115.155000', '133115.158000', '133115.161000', '133115.164000', '133115.167000', '133115.170000', '133115.172000', '133115.175000', '133135.052000', '133135.055000', '133135.058000', '133135.061000', '133135.064000', '133135.067000', '133135.070000', '133135.073000', '133135.076000', '133135.079000', '133135.082000', '133135.085000', '133135.088000', '133135.091000', '133135.093000', '133135.096000', '133135.099000', '133135.102000', '133135.105000', '133135.108000', '133135.111000', '133135.114000', '133135.117000', '133135.119000', '133135.122000', '133135.125000', '133135.128000', '133135.131000', '133135.133000', '133135.136000', '133135.139000', '133135.142000', '133135.145000', '133135.148000', '133135.151000', '133135.154000', '133135.156000', '133135.159000', '133135.162000', '133135.165000', '133135.168000', '133135.171000', '133135.174000', '133155.052000', '133155.055000', '133155.058000', '133155.061000', '133155.064000', '133155.066000', '133155.069000', '133155.072000', '133155.075000', '133155.078000', '133155.081000', '133155.083000', '133155.086000', '133155.089000', '133155.092000', '133155.095000', '133155.098000', '133155.101000', '133155.103000', '133155.106000', '133155.109000', '133155.112000', '133155.115000', '133155.118000', '133155.121000', '133155.123000', '133155.126000', '133155.129000', '133155.132000', '133155.135000', '133155.138000', '133155.141000', '133155.144000', '133155.146000', '133155.149000', '133155.152000', '133155.155000', '133155.158000', '133155.163000', '133155.166000', '133155.169000', '133155.172000', '133155.175000', '133155.177000', '133215.052000', '133215.055000', '133215.058000', '133215.061000', '133215.063000', '133215.066000', '133215.069000', '133215.072000', '133215.075000', '133215.078000', '133215.082000', '133215.086000', '133215.089000', '133215.092000', '133215.095000', '133215.098000', '133215.101000', '133215.104000', '133215.106000', '133215.109000', '133215.112000', '133215.115000', '133215.118000', '133215.121000', '133215.124000', '133215.127000', '133215.129000', '133215.132000', '133215.135000', '133215.138000', '133215.141000', '133215.144000', '133215.147000', '133215.149000', '133215.152000', '133215.161000', '133215.164000', '133215.167000', '133215.170000', '133215.172000', '133215.175000', '133215.178000', '133215.181000', '133235.052000', '133235.055000', '133235.058000', '133235.061000', '133235.064000', '133235.066000', '133235.069000', '133235.072000', '133235.075000', '133235.078000', '133235.081000', '133235.084000', '133235.086000', '133235.089000', '133235.092000', '133235.095000', '133235.098000', '133235.101000', '133235.103000', '133235.106000', '133235.109000', '133235.112000', '133235.115000', '133235.118000', '133235.121000', '133235.123000', '133235.126000', '133235.129000', '133235.132000', '133235.135000', '133235.138000', '133235.141000', '133235.143000', '133235.146000', '133235.149000', '133235.152000', '133235.155000', '133235.158000', '133235.160000', '133235.163000', '133235.166000', '133235.169000', '133235.172000', '133235.175000', '133243.677000', '133243.680000', '133243.683000', '133243.686000', '133243.689000', '133243.692000', '133243.695000', '133243.698000', '133243.701000', '133243.704000', '133243.707000', '133243.710000', '133243.713000', '133243.716000', '133243.719000', '133243.722000', '133243.725000', '133243.728000', '133243.730000'], 'InstanceCreationTime': ['132615.084000', '132615.088000', '132615.091000', '132615.093000', '132615.096000', '132615.099000', '132615.102000', '132615.105000', '132615.108000', '132615.111000', '132615.121000', '132615.124000', '132615.127000', '132615.130000', '132615.133000', '132615.135000', '132615.138000', '132615.141000', '132615.144000', '132615.147000', '132615.150000', '132615.153000', '132615.156000', '132615.159000', '132615.162000', '132615.165000', '132615.168000', '132635.052000', '132635.055000', '132635.058000', '132635.061000', '132635.063000', '132635.066000', '132635.069000', '132635.072000', '132635.075000', '132635.077000', '132635.080000', '132635.083000', '132635.086000', '132635.089000', '132635.092000', '132635.096000', '132635.099000', '132635.101000', '132635.104000', '132635.107000', '132635.110000', '132635.113000', '132635.115000', '132635.118000', '132635.121000', '132635.124000', '132635.127000', '132635.130000', '132635.133000', '132635.135000', '132635.138000', '132635.141000', '132635.144000', '132635.147000', '132635.150000', '132635.153000', '132635.155000', '132635.160000', '132635.163000', '132635.166000', '132635.168000', '132635.171000', '132635.174000', '132655.052000', '132655.055000', '132655.058000', '132655.061000', '132655.064000', '132655.066000', '132655.069000', '132655.072000', '132655.075000', '132655.078000', '132655.080000', '132655.083000', '132655.086000', '132655.089000', '132655.092000', '132655.095000', '132655.098000', '132655.100000', '132655.103000', '132655.106000', '132655.116000', '132655.119000', '132655.122000', '132655.124000', '132655.127000', '132655.130000', '132655.133000', '132655.136000', '132655.139000', '132655.142000', '132655.144000', '132655.147000', '132655.150000', '132655.153000', '132655.156000', '132655.159000', '132655.162000', '132655.164000', '132655.174000', '132655.177000', '132655.180000', '132655.182000', '132655.185000', '132655.188000', '132715.052000', '132715.055000', '132715.058000', '132715.061000', '132715.063000', '132715.066000', '132715.069000', '132715.072000', '132715.075000', '132715.077000', '132715.080000', '132715.083000', '132715.086000', '132715.089000', '132715.092000', '132715.094000', '132715.097000', '132715.100000', '132715.103000', '132715.106000', '132715.108000', '132715.111000', '132715.114000', '132715.117000', '132715.120000', '132715.122000', '132715.125000', '132715.128000', '132715.131000', '132715.140000', '132715.143000', '132715.146000', '132715.148000', '132715.151000', '132715.154000', '132715.157000', '132715.160000', '132715.163000', '132715.166000', '132715.169000', '132715.171000', '132715.174000', '132715.177000', '132735.052000', '132735.055000', '132735.058000', '132735.061000', '132735.063000', '132735.066000', '132735.069000', '132735.072000', '132735.074000', '132735.077000', '132735.080000', '132735.083000', '132735.086000', '132735.089000', '132735.091000', '132735.094000', '132735.097000', '132735.100000', '132735.103000', '132735.106000', '132735.108000', '132735.111000', '132735.114000', '132735.117000', '132735.120000', '132735.122000', '132735.137000', '132735.140000', '132735.143000', '132735.145000', '132735.148000', '132735.151000', '132735.154000', '132735.157000', '132735.160000', '132735.163000', '132735.165000', '132735.168000', '132735.171000', '132735.174000', '132735.177000', '132735.179000', '132735.182000', '132735.185000', '132755.052000', '132755.055000', '132755.058000', '132755.061000', '132755.063000', '132755.066000', '132755.069000', '132755.073000', '132755.075000', '132755.078000', '132755.081000', '132755.084000', '132755.087000', '132755.090000', '132755.093000', '132755.096000', '132755.098000', '132755.101000', '132755.104000', '132755.107000', '132755.110000', '132755.113000', '132755.115000', '132755.118000', '132755.121000', '132755.124000', '132755.127000', '132755.130000', '132755.133000', '132755.136000', '132755.139000', '132755.142000', '132755.144000', '132755.147000', '132755.150000', '132755.153000', '132755.156000', '132755.159000', '132755.162000', '132755.164000', '132755.167000', '132755.170000', '132755.173000', '132815.052000', '132815.055000', '132815.058000', '132815.061000', '132815.063000', '132815.066000', '132815.069000', '132815.072000', '132815.075000', '132815.078000', '132815.081000', '132815.083000', '132815.086000', '132815.089000', '132815.092000', '132815.095000', '132815.098000', '132815.101000', '132815.104000', '132815.107000', '132815.109000', '132815.112000', '132815.115000', '132815.118000', '132815.121000', '132815.124000', '132815.127000', '132815.130000', '132815.133000', '132815.136000', '132815.139000', '132815.142000', '132815.144000', '132815.147000', '132815.150000', '132815.153000', '132815.156000', '132815.158000', '132815.161000', '132815.164000', '132815.167000', '132815.170000', '132815.173000', '132815.176000', '132835.052000', '132835.055000', '132835.058000', '132835.060000', '132835.063000', '132835.066000', '132835.069000', '132835.072000', '132835.075000', '132835.078000', '132835.080000', '132835.083000', '132835.086000', '132835.089000', '132835.092000', '132835.095000', '132835.098000', '132835.100000', '132835.103000', '132835.106000', '132835.109000', '132835.112000', '132835.115000', '132835.117000', '132835.120000', '132835.123000', '132835.126000', '132835.129000', '132835.132000', '132835.135000', '132835.137000', '132835.140000', '132835.143000', '132835.146000', '132835.149000', '132835.151000', '132835.154000', '132835.157000', '132835.160000', '132835.163000', '132835.166000', '132835.168000', '132835.171000', '132855.052000', '132855.055000', '132855.058000', '132855.061000', '132855.063000', '132855.066000', '132855.069000', '132855.072000', '132855.075000', '132855.078000', '132855.081000', '132855.083000', '132855.086000', '132855.089000', '132855.092000', '132855.095000', '132855.098000', '132855.101000', '132855.104000', '132855.107000', '132855.110000', '132855.113000', '132855.115000', '132855.118000', '132855.121000', '132855.124000', '132855.127000', '132855.129000', '132855.132000', '132855.135000', '132855.138000', '132855.141000', '132855.144000', '132855.147000', '132855.149000', '132855.152000', '132855.155000', '132855.158000', '132855.161000', '132855.164000', '132855.166000', '132855.169000', '132855.172000', '132855.175000', '132915.052000', '132915.055000', '132915.058000', '132915.061000', '132915.064000', '132915.066000', '132915.069000', '132915.072000', '132915.075000', '132915.078000', '132915.081000', '132915.084000', '132915.086000', '132915.089000', '132915.092000', '132915.095000', '132915.098000', '132915.101000', '132915.103000', '132915.106000', '132915.109000', '132915.126000', '132915.129000', '132915.132000', '132915.135000', '132915.138000', '132915.141000', '132915.144000', '132915.146000', '132915.149000', '132915.152000', '132915.155000', '132915.158000', '132915.161000', '132915.163000', '132915.167000', '132915.171000', '132915.174000', '132915.176000', '132915.179000', '132915.182000', '132915.185000', '132915.188000', '132935.052000', '132935.055000', '132935.057000', '132935.060000', '132935.063000', '132935.066000', '132935.069000', '132935.072000', '132935.075000', '132935.077000', '132935.080000', '132935.083000', '132935.086000', '132935.089000', '132935.092000', '132935.094000', '132935.097000', '132935.100000', '132935.103000', '132935.106000', '132935.109000', '132935.112000', '132935.115000', '132935.117000', '132935.120000', '132935.123000', '132935.126000', '132935.129000', '132935.132000', '132935.135000', '132935.138000', '132935.140000', '132935.143000', '132935.146000', '132935.149000', '132935.152000', '132935.155000', '132935.158000', '132935.160000', '132935.163000', '132935.166000', '132935.169000', '132935.172000', '132935.175000', '132955.052000', '132955.055000', '132955.058000', '132955.061000', '132955.063000', '132955.066000', '132955.069000', '132955.072000', '132955.075000', '132955.078000', '132955.081000', '132955.084000', '132955.086000', '132955.089000', '132955.092000', '132955.095000', '132955.098000', '132955.100000', '132955.104000', '132955.106000', '132955.109000', '132955.112000', '132955.115000', '132955.118000', '132955.121000', '132955.124000', '132955.127000', '132955.130000', '132955.133000', '132955.136000', '132955.139000', '132955.141000', '132955.144000', '132955.147000', '132955.150000', '132955.153000', '132955.156000', '132955.159000', '132955.162000', '132955.165000', '132955.167000', '132955.170000', '132955.173000', '133015.052000', '133015.055000', '133015.058000', '133015.061000', '133015.064000', '133015.066000', '133015.069000', '133015.072000', '133015.075000', '133015.078000', '133015.081000', '133015.084000', '133015.086000', '133015.089000', '133015.092000', '133015.095000', '133015.098000', '133015.100000', '133015.103000', '133015.106000', '133015.109000', '133015.112000', '133015.115000', '133015.118000', '133015.121000', '133015.123000', '133015.126000', '133015.129000', '133015.132000', '133015.135000', '133015.138000', '133015.141000', '133015.143000', '133015.146000', '133015.149000', '133015.152000', '133015.155000', '133015.158000', '133015.160000', '133015.163000', '133015.166000', '133015.169000', '133015.172000', '133015.175000', '133035.052000', '133035.055000', '133035.058000', '133035.061000', '133035.064000', '133035.067000', '133035.069000', '133035.072000', '133035.075000', '133035.078000', '133035.081000', '133035.084000', '133035.086000', '133035.089000', '133035.092000', '133035.095000', '133035.098000', '133035.101000', '133035.104000', '133035.106000', '133035.109000', '133035.112000', '133035.115000', '133035.118000', '133035.120000', '133035.123000', '133035.126000', '133035.129000', '133035.132000', '133035.135000', '133035.138000', '133035.140000', '133035.143000', '133035.146000', '133035.149000', '133035.152000', '133035.155000', '133035.158000', '133035.160000', '133035.163000', '133035.166000', '133035.169000', '133035.172000', '133055.052000', '133055.055000', '133055.058000', '133055.060000', '133055.064000', '133055.066000', '133055.069000', '133055.072000', '133055.075000', '133055.078000', '133055.081000', '133055.084000', '133055.094000', '133055.097000', '133055.100000', '133055.103000', '133055.105000', '133055.108000', '133055.111000', '133055.114000', '133055.117000', '133055.120000', '133055.123000', '133055.126000', '133055.128000', '133055.131000', '133055.134000', '133055.137000', '133055.140000', '133055.143000', '133055.146000', '133055.149000', '133055.152000', '133055.155000', '133055.158000', '133055.161000', '133055.163000', '133055.166000', '133055.169000', '133055.172000', '133055.175000', '133055.178000', '133055.181000', '133115.052000', '133115.055000', '133115.058000', '133115.061000', '133115.064000', '133115.067000', '133115.069000', '133115.072000', '133115.075000', '133115.078000', '133115.081000', '133115.084000', '133115.086000', '133115.089000', '133115.092000', '133115.095000', '133115.098000', '133115.101000', '133115.104000', '133115.107000', '133115.109000', '133115.112000', '133115.115000', '133115.118000', '133115.121000', '133115.124000', '133115.127000', '133115.129000', '133115.132000', '133115.135000', '133115.138000', '133115.141000', '133115.144000', '133115.147000', '133115.150000', '133115.152000', '133115.155000', '133115.158000', '133115.161000', '133115.164000', '133115.167000', '133115.170000', '133115.172000', '133115.175000', '133135.052000', '133135.055000', '133135.058000', '133135.061000', '133135.064000', '133135.067000', '133135.070000', '133135.073000', '133135.076000', '133135.079000', '133135.082000', '133135.085000', '133135.088000', '133135.091000', '133135.093000', '133135.096000', '133135.099000', '133135.102000', '133135.105000', '133135.108000', '133135.111000', '133135.114000', '133135.117000', '133135.119000', '133135.122000', '133135.125000', '133135.128000', '133135.131000', '133135.133000', '133135.136000', '133135.139000', '133135.142000', '133135.145000', '133135.148000', '133135.151000', '133135.154000', '133135.156000', '133135.159000', '133135.162000', '133135.165000', '133135.168000', '133135.171000', '133135.174000', '133155.052000', '133155.055000', '133155.058000', '133155.061000', '133155.064000', '133155.066000', '133155.069000', '133155.072000', '133155.075000', '133155.078000', '133155.081000', '133155.083000', '133155.086000', '133155.089000', '133155.092000', '133155.095000', '133155.098000', '133155.101000', '133155.103000', '133155.106000', '133155.109000', '133155.112000', '133155.115000', '133155.118000', '133155.121000', '133155.123000', '133155.126000', '133155.129000', '133155.132000', '133155.135000', '133155.138000', '133155.141000', '133155.144000', '133155.146000', '133155.149000', '133155.152000', '133155.155000', '133155.158000', '133155.163000', '133155.166000', '133155.169000', '133155.172000', '133155.175000', '133155.177000', '133215.052000', '133215.055000', '133215.058000', '133215.061000', '133215.063000', '133215.066000', '133215.069000', '133215.072000', '133215.075000', '133215.078000', '133215.082000', '133215.086000', '133215.089000', '133215.092000', '133215.095000', '133215.098000', '133215.101000', '133215.104000', '133215.106000', '133215.109000', '133215.112000', '133215.115000', '133215.118000', '133215.121000', '133215.124000', '133215.127000', '133215.129000', '133215.132000', '133215.135000', '133215.138000', '133215.141000', '133215.144000', '133215.147000', '133215.149000', '133215.152000', '133215.161000', '133215.164000', '133215.167000', '133215.170000', '133215.172000', '133215.175000', '133215.178000', '133215.181000', '133235.052000', '133235.055000', '133235.058000', '133235.061000', '133235.064000', '133235.066000', '133235.069000', '133235.072000', '133235.075000', '133235.078000', '133235.081000', '133235.084000', '133235.086000', '133235.089000', '133235.092000', '133235.095000', '133235.098000', '133235.101000', '133235.103000', '133235.106000', '133235.109000', '133235.112000', '133235.115000', '133235.118000', '133235.121000', '133235.123000', '133235.126000', '133235.129000', '133235.132000', '133235.135000', '133235.138000', '133235.141000', '133235.143000', '133235.146000', '133235.149000', '133235.152000', '133235.155000', '133235.158000', '133235.160000', '133235.163000', '133235.166000', '133235.169000', '133235.172000', '133235.175000', '133243.677000', '133243.680000', '133243.683000', '133243.686000', '133243.689000', '133243.692000', '133243.695000', '133243.698000', '133243.701000', '133243.704000', '133243.707000', '133243.710000', '133243.713000', '133243.716000', '133243.719000', '133243.722000', '133243.725000', '133243.728000', '133243.730000'], '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': [8187, 14642, 8718, 11741, 9137, 9243, 8768, 9762, 8888, 9602, 10870, 8675, 8843, 8450, 13983, 8773, 13012, 8704, 9648, 8551, 8160, 14584, 9055, 12686, 8753, 9805, 8703, 7970, 8538, 8495, 11201, 8335, 8846, 8068, 13783, 8810, 13088, 9306, 11699, 8238, 10229, 8984, 9704, 8914, 8518, 8588, 8240, 10227, 8718, 10151, 8333, 14731, 8379, 13363, 9025, 10507, 8561, 8451, 14576, 8748, 13107, 8665, 12116, 8326, 12870, 8943, 12802, 9393, 12768, 8353, 12453, 9044, 9520, 11907, 8349, 13921, 8287, 12740, 8836, 11695, 8533, 10380, 8310, 8436, 14121, 8476, 13427, 8384, 12385, 8976, 12063, 8475, 12407, 8832, 9644, 8896, 8814, 8504, 7955, 8545, 8531, 14154, 8664, 13325, 8514, 12559, 8576, 12345, 8563, 10950, 8883, 9763, 8724, 9177, 9461, 8004, 13927, 8640, 12635, 8578, 9374, 8568, 8233, 13457, 8663, 11881, 8453, 10850, 8802, 10174, 8715, 9186, 8333, 8063, 13306, 8642, 13338, 8909, 12935, 8464, 11370, 9077, 10518, 8158, 9095, 9363, 8289, 13710, 8650, 12900, 8301, 12600, 8690, 11264, 8608, 9660, 8769, 8732, 8263, 8350, 13400, 8229, 13028, 8130, 11982, 8782, 10536, 8708, 8633, 8330, 8015, 11705, 8710, 12657, 8214, 12848, 8498, 12120, 8837, 12150, 8398, 12416, 8688, 9625, 8609, 8957, 8260, 8320, 14207, 8520, 13119, 8488, 12383, 8521, 11460, 8531, 9583, 8612, 8035, 8674, 8197, 13155, 8784, 12094, 8798, 11578, 8695, 8530, 8671, 8353, 8883, 8055, 14125, 8369, 12626, 8692, 9658, 8566, 8772, 8663, 8780, 8592, 8827, 8310, 8048, 12152, 8427, 13391, 8279, 12879, 8537, 11517, 8823, 9544, 8428, 8171, 10018, 8343, 12965, 8444, 12611, 8304, 11864, 8739, 10968, 8415, 9079, 8487, 8110, 8651, 8357, 8472, 7914, 8245, 7858, 12104, 8479, 12521, 8630, 12310, 8238, 11601, 8588, 11400, 8416, 10260, 8390, 8783, 8377, 8174, 13352, 8184, 12902, 8102, 11169, 8890, 9388, 8468, 9058, 8323, 8122, 10914, 8258, 11350, 7874, 13139, 8098, 12429, 8279, 11925, 8418, 9899, 8353, 8280, 12342, 7844, 13223, 7959, 12338, 8455, 11558, 8288, 11971, 8319, 9714, 8682, 9444, 8354, 8997, 8060, 7658, 13403, 8272, 12491, 8417, 12250, 7962, 10368, 8585, 9809, 8316, 8620, 8323, 7744, 8112, 8340, 13128, 8147, 12766, 8164, 11728, 8482, 11863, 8276, 11913, 8492, 11254, 8632, 9699, 8247, 9127, 8166, 8082, 13100, 8042, 12595, 7672, 11390, 8633, 9856, 8449, 7698, 8225, 7636, 9012, 8403, 12480, 7903, 12926, 8096, 12083, 8386, 11458, 8190, 10568, 7990, 7991, 13378, 8449, 12911, 7906, 12060, 8282, 10903, 8293, 11308, 8196, 10305, 8645, 9714, 8384, 9053, 8262, 7826, 9075, 8057, 11882, 7896, 12927, 8173, 11959, 8441, 11272, 8020, 10836, 8357, 11177, 8539, 9154, 8327, 7731, 8230, 8141, 11472, 7951, 13164, 7769, 11744, 8678, 10716, 8364, 9098, 8372, 8930, 8409, 9529, 8342, 9377, 8311, 9351, 10967, 11220, 10566, 9134, 8224, 11451, 7960, 13349, 8899, 10605, 11695, 8069, 13464, 10088, 12649, 7961, 11729, 7897, 11352, 6839, 11693, 7177, 11917, 7373, 7248, 9223, 7302, 10522, 7498, 9552, 7944, 10432, 7436, 11275, 7589, 10746, 7796, 8112, 8437, 7325, 7817, 7276, 7827, 7721, 7822, 7650, 7862, 8483, 7841, 9170, 7863, 9265, 7436, 8852, 10629, 7950, 13796, 9638, 12402, 7532, 11731, 7988, 9804, 7777, 7502, 7797, 7722, 12730, 7779, 12299, 7723, 12222, 7944, 11545, 7978, 9337, 7828, 9783, 7672, 8932, 11798, 7678, 11115, 7504, 12925, 8053, 11878, 8739, 12582, 8036, 9440, 8237, 9636, 7945, 10251, 7759, 11563, 8223, 12194, 8257, 12463, 7911, 9120, 9570, 7773, 11027, 7384, 12847, 8124, 10842, 7869, 10719, 7806, 10862, 7834, 11378, 7522, 12211, 7660, 11574, 8279, 8688, 11977, 7261, 12382, 7981, 11202, 7657, 8852, 7588, 7760, 12836, 7698, 12572, 7637, 12210, 7785, 11592, 7765, 11118, 7589, 11251, 8216, 10648, 8016, 9292, 7686, 8927, 8824, 8306, 11707, 8323, 13369, 7507, 12223, 7712, 11862, 7312, 12263, 7543, 11462, 7785, 11204, 7438, 11421, 7900, 10863, 7969, 8525, 7388, 7418, 12629, 7592, 12190, 7949, 12057, 7687, 10687, 7618, 10362, 7584, 11386, 7852, 11396, 7905, 10536, 7431, 10018, 7643, 9277, 7807, 8905, 7168, 7671, 10835, 7387, 12646, 7489, 12082, 7544, 9261, 7971, 7781, 7584, 7309, 12957, 7476, 12113, 7802, 10772, 7607, 10772, 8021, 9745, 7845, 8996, 7567, 9103, 7811, 9039, 7865, 8294, 8043, 7358, 13516, 7824, 12523, 8339, 12278, 7326, 11491, 7868, 11227, 7434, 10291, 7653, 8802, 7951, 8841, 7647, 8250, 9323, 7358, 12401, 7375, 12201, 7201, 11958, 7556, 11192, 8200, 11294, 7505, 10545, 7745, 10460, 7636, 8929, 7264, 7960, 11953, 7771, 12511, 8687, 12024, 7137, 11613, 7848, 10786, 7359, 8996, 7664, 7684, 9410, 7780, 12458, 7153, 12133, 7479, 11102, 7797, 8332, 7524, 7212, 8458, 7484, 12275, 7268, 11840, 7139, 9841, 7889, 8047, 7413, 7442, 12879, 7371, 11703, 8639, 11036, 7359, 9185, 7536, 7677, 13025, 7387, 12252, 7187, 10801, 7427, 10732, 7291, 10397, 7433, 8086, 11020, 7614, 12406, 6929, 11882, 7418, 11370, 7376, 9748, 7428, 7593, 7545, 7427, 7194, 7976, 9995, 7214, 12611, 8060, 11848, 7154, 11272, 7368, 8987, 7297, 7536, 13392, 7179, 11278, 7696, 10483, 7417, 10449, 7320, 9063, 7786, 8976, 7537, 8771, 7351, 7744, 10312, 8533, 11960, 7036, 12129, 7100, 11441, 7409, 10259, 7193, 8486, 7946, 7271, 13242, 7193, 12650, 7276, 10049, 7372, 10491, 7235, 10803, 7252, 10641, 7488, 10201, 7102, 11105, 7572, 10378, 7505, 9102, 7960, 7602, 13295, 7440, 11376, 7650, 9420, 7332, 7886, 7541, 7373, 9384, 7108, 12785, 7160, 11427, 7438, 10048, 7570, 8076, 13108, 7112, 11575, 7607, 9839, 7584, 7763, 13007, 7279, 11405, 7767, 8941, 7482, 7258, 10570, 7612, 11312, 7230, 11939, 7339, 11246, 7626, 10529, 7563, 9811, 8637, 7199, 12613, 7499, 11566, 7208, 11446, 7594, 9313, 7424, 7868, 11216, 7328, 12299, 7584, 10953, 7382, 11104, 7426], 'WindowCenter': [3936.0, 3972.0, 3918.0, 3948.0, 3927.0, 3915.0, 3905.0, 3924.0, 3913.0, 3926.0, 3936.0, 3915.0, 3914.0, 3905.0, 3945.0, 3916.0, 3946.0, 3904.0, 3914.0, 3902.0, 3903.0, 3942.0, 3904.0, 3933.0, 3890.0, 3900.0, 3890.0, 3891.0, 3900.0, 3903.0, 3923.0, 3903.0, 3902.0, 3892.0, 3943.0, 3915.0, 3946.0, 3915.0, 3934.0, 3904.0, 3923.0, 3915.0, 3926.0, 3915.0, 3915.0, 3903.0, 3904.0, 3924.0, 3916.0, 3925.0, 3905.0, 3944.0, 3904.0, 3944.0, 3915.0, 3924.0, 3902.0, 3904.0, 3944.0, 3903.0, 3944.0, 3904.0, 3933.0, 3904.0, 3945.0, 3927.0, 3959.0, 3928.0, 3947.0, 3917.0, 3948.0, 3915.0, 3927.0, 3936.0, 3905.0, 3944.0, 3893.0, 3931.0, 3915.0, 3932.0, 3902.0, 3924.0, 3891.0, 3904.0, 3944.0, 3893.0, 3931.0, 3891.0, 3933.0, 3915.0, 3934.0, 3904.0, 3933.0, 3903.0, 3925.0, 3915.0, 3914.0, 3902.0, 3894.0, 3904.0, 3916.0, 3957.0, 3916.0, 3934.0, 3904.0, 3935.0, 3916.0, 3934.0, 3904.0, 3924.0, 3904.0, 3926.0, 3914.0, 3916.0, 3913.0, 3893.0, 3944.0, 3903.0, 3935.0, 3902.0, 3916.0, 3902.0, 3891.0, 3933.0, 3903.0, 3934.0, 3903.0, 3924.0, 3914.0, 3925.0, 3914.0, 3917.0, 3904.0, 3904.0, 3944.0, 3916.0, 3945.0, 3915.0, 3934.0, 3893.0, 3923.0, 3902.0, 3925.0, 3892.0, 3902.0, 3901.0, 3892.0, 3933.0, 3903.0, 3933.0, 3892.0, 3931.0, 3903.0, 3923.0, 3903.0, 3913.0, 3903.0, 3904.0, 3891.0, 3904.0, 3944.0, 3904.0, 3933.0, 3893.0, 3923.0, 3904.0, 3925.0, 3903.0, 3903.0, 3892.0, 3893.0, 3935.0, 3916.0, 3945.0, 3906.0, 3946.0, 3916.0, 3947.0, 3929.0, 3948.0, 3917.0, 3947.0, 3916.0, 3927.0, 3917.0, 3916.0, 3905.0, 3904.0, 3945.0, 3905.0, 3947.0, 3916.0, 3935.0, 3904.0, 3934.0, 3905.0, 3927.0, 3905.0, 3894.0, 3903.0, 3904.0, 3946.0, 3916.0, 3935.0, 3905.0, 3924.0, 3903.0, 3903.0, 3905.0, 3905.0, 3914.0, 3892.0, 3944.0, 3903.0, 3934.0, 3904.0, 3913.0, 3903.0, 3902.0, 3905.0, 3915.0, 3904.0, 3916.0, 3904.0, 3905.0, 3947.0, 3906.0, 3945.0, 3906.0, 3934.0, 3902.0, 3935.0, 3914.0, 3915.0, 3893.0, 3903.0, 3911.0, 3903.0, 3935.0, 3904.0, 3933.0, 3903.0, 3922.0, 3903.0, 3935.0, 3904.0, 3913.0, 3903.0, 3904.0, 3915.0, 3917.0, 3905.0, 3906.0, 3905.0, 3906.0, 3935.0, 3917.0, 3946.0, 3917.0, 3935.0, 3905.0, 3923.0, 3915.0, 3936.0, 3905.0, 3914.0, 3904.0, 3903.0, 3903.0, 3906.0, 3944.0, 3903.0, 3935.0, 3904.0, 3924.0, 3915.0, 3914.0, 3904.0, 3915.0, 3903.0, 3905.0, 3934.0, 3906.0, 3935.0, 3906.0, 3944.0, 3904.0, 3946.0, 3907.0, 3935.0, 3905.0, 3927.0, 3903.0, 3905.0, 3935.0, 3894.0, 3932.0, 3893.0, 3933.0, 3906.0, 3935.0, 3905.0, 3935.0, 3905.0, 3913.0, 3915.0, 3926.0, 3904.0, 3915.0, 3893.0, 3893.0, 3944.0, 3905.0, 3934.0, 3904.0, 3922.0, 3892.0, 3911.0, 3903.0, 3924.0, 3904.0, 3902.0, 3902.0, 3893.0, 3893.0, 3918.0, 3945.0, 3905.0, 3936.0, 3904.0, 3936.0, 3917.0, 3936.0, 3906.0, 3936.0, 3916.0, 3937.0, 3918.0, 3927.0, 3905.0, 3915.0, 3904.0, 3905.0, 3946.0, 3894.0, 3934.0, 3894.0, 3924.0, 3903.0, 3925.0, 3904.0, 3894.0, 3903.0, 3894.0, 3914.0, 3917.0, 3946.0, 3906.0, 3945.0, 3906.0, 3936.0, 3916.0, 3935.0, 3905.0, 3926.0, 3892.0, 3892.0, 3945.0, 3904.0, 3933.0, 3892.0, 3922.0, 3903.0, 3924.0, 3904.0, 3922.0, 3903.0, 3912.0, 3916.0, 3925.0, 3903.0, 3914.0, 3903.0, 3893.0, 3914.0, 3905.0, 3934.0, 3894.0, 3933.0, 3905.0, 3935.0, 3905.0, 3924.0, 3893.0, 3923.0, 3902.0, 3935.0, 3905.0, 3915.0, 3893.0, 3893.0, 3903.0, 3906.0, 3935.0, 3893.0, 3934.0, 3895.0, 3935.0, 3906.0, 3924.0, 3904.0, 3905.0, 3904.0, 3916.0, 3915.0, 3927.0, 3905.0, 3917.0, 3903.0, 3928.0, 3939.0, 3937.0, 3925.0, 3914.0, 3905.0, 3923.0, 3905.0, 3945.0, 3903.0, 3925.0, 3935.0, 3894.0, 3946.0, 3924.0, 3933.0, 3891.0, 3922.0, 3879.0, 3923.0, 3860.0, 3920.0, 3869.0, 3909.0, 3868.0, 3868.0, 3902.0, 3881.0, 3910.0, 3868.0, 3898.0, 3890.0, 3910.0, 3869.0, 3910.0, 3879.0, 3912.0, 3881.0, 3892.0, 3890.0, 3880.0, 3878.0, 3880.0, 3880.0, 3894.0, 3895.0, 3896.0, 3906.0, 3917.0, 3906.0, 3929.0, 3920.0, 3930.0, 3898.0, 3919.0, 3927.0, 3903.0, 3949.0, 3929.0, 3936.0, 3896.0, 3935.0, 3894.0, 3928.0, 3895.0, 3895.0, 3893.0, 3896.0, 3949.0, 3908.0, 3948.0, 3909.0, 3948.0, 3909.0, 3949.0, 3908.0, 3929.0, 3897.0, 3929.0, 3896.0, 3929.0, 3938.0, 3895.0, 3926.0, 3896.0, 3947.0, 3907.0, 3938.0, 3908.0, 3937.0, 3896.0, 3916.0, 3906.0, 3917.0, 3905.0, 3927.0, 3907.0, 3949.0, 3920.0, 3948.0, 3919.0, 3948.0, 3895.0, 3918.0, 3916.0, 3892.0, 3923.0, 3895.0, 3935.0, 3895.0, 3925.0, 3894.0, 3924.0, 3895.0, 3936.0, 3909.0, 3947.0, 3908.0, 3949.0, 3908.0, 3940.0, 3918.0, 3918.0, 3937.0, 3897.0, 3936.0, 3906.0, 3936.0, 3894.0, 3916.0, 3893.0, 3895.0, 3946.0, 3907.0, 3946.0, 3895.0, 3936.0, 3907.0, 3948.0, 3906.0, 3936.0, 3907.0, 3937.0, 3906.0, 3938.0, 3906.0, 3917.0, 3894.0, 3917.0, 3916.0, 3904.0, 3936.0, 3905.0, 3934.0, 3884.0, 3936.0, 3896.0, 3935.0, 3896.0, 3934.0, 3895.0, 3936.0, 3907.0, 3937.0, 3897.0, 3937.0, 3906.0, 3939.0, 3908.0, 3917.0, 3893.0, 3896.0, 3946.0, 3897.0, 3936.0, 3905.0, 3934.0, 3895.0, 3937.0, 3896.0, 3925.0, 3896.0, 3936.0, 3904.0, 3938.0, 3906.0, 3927.0, 3895.0, 3916.0, 3893.0, 3917.0, 3895.0, 3916.0, 3883.0, 3895.0, 3923.0, 3894.0, 3935.0, 3884.0, 3934.0, 3894.0, 3914.0, 3893.0, 3895.0, 3893.0, 3895.0, 3935.0, 3884.0, 3936.0, 3895.0, 3926.0, 3896.0, 3936.0, 3908.0, 3929.0, 3908.0, 3918.0, 3897.0, 3919.0, 3907.0, 3930.0, 3907.0, 3908.0, 3904.0, 3897.0, 3948.0, 3908.0, 3937.0, 3906.0, 3935.0, 3885.0, 3925.0, 3906.0, 3926.0, 3885.0, 3915.0, 3894.0, 3904.0, 3907.0, 3917.0, 3894.0, 3907.0, 3914.0, 3896.0, 3947.0, 3897.0, 3936.0, 3896.0, 3935.0, 3906.0, 3938.0, 3907.0, 3926.0, 3896.0, 3925.0, 3895.0, 3938.0, 3896.0, 3917.0, 3884.0, 3895.0, 3937.0, 3897.0, 3936.0, 3905.0, 3935.0, 3884.0, 3924.0, 3895.0, 3925.0, 3883.0, 3904.0, 3881.0, 3893.0, 3915.0, 3894.0, 3932.0, 3873.0, 3922.0, 3883.0, 3925.0, 3894.0, 3894.0, 3881.0, 3883.0, 3901.0, 3895.0, 3934.0, 3896.0, 3935.0, 3886.0, 3927.0, 3908.0, 3909.0, 3897.0, 3897.0, 3948.0, 3897.0, 3949.0, 3917.0, 3937.0, 3895.0, 3917.0, 3894.0, 3897.0, 3946.0, 3896.0, 3934.0, 3883.0, 3925.0, 3896.0, 3925.0, 3894.0, 3925.0, 3883.0, 3907.0, 3937.0, 3896.0, 3935.0, 3885.0, 3935.0, 3893.0, 3937.0, 3895.0, 3916.0, 3884.0, 3895.0, 3906.0, 3896.0, 3884.0, 3907.0, 3926.0, 3896.0, 3948.0, 3907.0, 3935.0, 3884.0, 3925.0, 3883.0, 3915.0, 3882.0, 3883.0, 3933.0, 3873.0, 3924.0, 3895.0, 3921.0, 3894.0, 3924.0, 3884.0, 3916.0, 3908.0, 3917.0, 3896.0, 3916.0, 3895.0, 3897.0, 3927.0, 3917.0, 3935.0, 3884.0, 3935.0, 3885.0, 3936.0, 3895.0, 3914.0, 3872.0, 3904.0, 3892.0, 3884.0, 3933.0, 3883.0, 3923.0, 3881.0, 3914.0, 3895.0, 3924.0, 3895.0, 3926.0, 3896.0, 3937.0, 3909.0, 3928.0, 3897.0, 3937.0, 3906.0, 3939.0, 3897.0, 3918.0, 3906.0, 3895.0, 3949.0, 3897.0, 3936.0, 3894.0, 3915.0, 3884.0, 3904.0, 3895.0, 3896.0, 3916.0, 3886.0, 3946.0, 3885.0, 3935.0, 3896.0, 3928.0, 3896.0, 3907.0, 3935.0, 3885.0, 3935.0, 3896.0, 3926.0, 3894.0, 3895.0, 3933.0, 3883.0, 3935.0, 3895.0, 3904.0, 3895.0, 3897.0, 3926.0, 3907.0, 3936.0, 3909.0, 3938.0, 3909.0, 3939.0, 3921.0, 3951.0, 3910.0, 3941.0, 3916.0, 3898.0, 3950.0, 3898.0, 3937.0, 3897.0, 3936.0, 3895.0, 3918.0, 3885.0, 3906.0, 3924.0, 3895.0, 3936.0, 3907.0, 3937.0, 3897.0, 3936.0, 3894.0], 'WindowWidth': [8810.0, 8849.0, 8770.0, 8808.0, 8780.0, 8759.0, 8745.0, 8768.0, 8754.0, 8776.0, 8787.0, 8758.0, 8756.0, 8746.0, 8798.0, 8762.0, 8802.0, 8742.0, 8755.0, 8735.0, 8738.0, 8788.0, 8741.0, 8777.0, 8718.0, 8728.0, 8714.0, 8717.0, 8729.0, 8739.0, 8764.0, 8738.0, 8735.0, 8724.0, 8791.0, 8759.0, 8802.0, 8760.0, 8780.0, 8742.0, 8767.0, 8759.0, 8776.0, 8757.0, 8758.0, 8740.0, 8743.0, 8770.0, 8762.0, 8771.0, 8746.0, 8795.0, 8741.0, 8795.0, 8759.0, 8767.0, 8735.0, 8744.0, 8794.0, 8740.0, 8794.0, 8744.0, 8777.0, 8744.0, 8799.0, 8780.0, 8825.0, 8783.0, 8804.0, 8766.0, 8808.0, 8760.0, 8779.0, 8787.0, 8743.0, 8793.0, 8725.0, 8774.0, 8757.0, 8777.0, 8736.0, 8767.0, 8719.0, 8740.0, 8794.0, 8724.0, 8773.0, 8721.0, 8777.0, 8760.0, 8781.0, 8744.0, 8777.0, 8739.0, 8773.0, 8759.0, 8756.0, 8738.0, 8730.0, 8741.0, 8761.0, 8819.0, 8762.0, 8782.0, 8742.0, 8785.0, 8763.0, 8782.0, 8743.0, 8766.0, 8742.0, 8776.0, 8758.0, 8760.0, 8752.0, 8726.0, 8793.0, 8741.0, 8784.0, 8735.0, 8760.0, 8737.0, 8719.0, 8777.0, 8739.0, 8778.0, 8739.0, 8766.0, 8755.0, 8773.0, 8757.0, 8764.0, 8743.0, 8744.0, 8796.0, 8761.0, 8797.0, 8759.0, 8779.0, 8725.0, 8764.0, 8737.0, 8771.0, 8723.0, 8736.0, 8731.0, 8721.0, 8779.0, 8740.0, 8776.0, 8723.0, 8772.0, 8736.0, 8765.0, 8740.0, 8751.0, 8738.0, 8740.0, 8719.0, 8742.0, 8796.0, 8742.0, 8777.0, 8725.0, 8763.0, 8744.0, 8772.0, 8740.0, 8738.0, 8721.0, 8726.0, 8785.0, 8762.0, 8799.0, 8748.0, 8801.0, 8762.0, 8804.0, 8786.0, 8806.0, 8767.0, 8804.0, 8760.0, 8778.0, 8766.0, 8762.0, 8745.0, 8742.0, 8798.0, 8745.0, 8803.0, 8762.0, 8783.0, 8743.0, 8779.0, 8744.0, 8777.0, 8746.0, 8729.0, 8738.0, 8741.0, 8800.0, 8762.0, 8784.0, 8744.0, 8766.0, 8739.0, 8740.0, 8745.0, 8745.0, 8754.0, 8724.0, 8793.0, 8737.0, 8782.0, 8742.0, 8749.0, 8739.0, 8737.0, 8744.0, 8760.0, 8744.0, 8761.0, 8743.0, 8746.0, 8803.0, 8748.0, 8799.0, 8747.0, 8782.0, 8738.0, 8784.0, 8757.0, 8756.0, 8724.0, 8739.0, 8746.0, 8737.0, 8783.0, 8742.0, 8778.0, 8738.0, 8761.0, 8739.0, 8785.0, 8742.0, 8753.0, 8740.0, 8743.0, 8759.0, 8766.0, 8746.0, 8749.0, 8745.0, 8748.0, 8784.0, 8764.0, 8801.0, 8763.0, 8782.0, 8744.0, 8764.0, 8758.0, 8786.0, 8744.0, 8753.0, 8740.0, 8740.0, 8740.0, 8747.0, 8796.0, 8740.0, 8782.0, 8742.0, 8766.0, 8757.0, 8755.0, 8743.0, 8757.0, 8738.0, 8745.0, 8785.0, 8749.0, 8785.0, 8747.0, 8794.0, 8743.0, 8800.0, 8750.0, 8784.0, 8743.0, 8775.0, 8739.0, 8746.0, 8784.0, 8729.0, 8777.0, 8725.0, 8778.0, 8748.0, 8785.0, 8745.0, 8782.0, 8743.0, 8751.0, 8758.0, 8775.0, 8742.0, 8758.0, 8724.0, 8724.0, 8794.0, 8743.0, 8781.0, 8740.0, 8760.0, 8722.0, 8745.0, 8741.0, 8768.0, 8741.0, 8738.0, 8737.0, 8727.0, 8726.0, 8767.0, 8799.0, 8747.0, 8785.0, 8743.0, 8787.0, 8766.0, 8787.0, 8750.0, 8786.0, 8761.0, 8789.0, 8767.0, 8775.0, 8745.0, 8758.0, 8740.0, 8745.0, 8801.0, 8727.0, 8780.0, 8726.0, 8766.0, 8739.0, 8770.0, 8740.0, 8729.0, 8738.0, 8729.0, 8756.0, 8766.0, 8802.0, 8750.0, 8799.0, 8747.0, 8786.0, 8764.0, 8786.0, 8745.0, 8772.0, 8723.0, 8724.0, 8798.0, 8742.0, 8778.0, 8722.0, 8761.0, 8739.0, 8766.0, 8741.0, 8762.0, 8738.0, 8749.0, 8760.0, 8771.0, 8741.0, 8756.0, 8738.0, 8725.0, 8758.0, 8746.0, 8781.0, 8727.0, 8779.0, 8743.0, 8786.0, 8746.0, 8765.0, 8727.0, 8762.0, 8737.0, 8784.0, 8744.0, 8757.0, 8725.0, 8726.0, 8741.0, 8747.0, 8782.0, 8727.0, 8781.0, 8730.0, 8784.0, 8747.0, 8769.0, 8743.0, 8742.0, 8743.0, 8762.0, 8761.0, 8778.0, 8744.0, 8762.0, 8741.0, 8783.0, 8798.0, 8792.0, 8773.0, 8756.0, 8744.0, 8764.0, 8746.0, 8798.0, 8739.0, 8770.0, 8781.0, 8727.0, 8798.0, 8770.0, 8778.0, 8719.0, 8761.0, 8700.0, 8764.0, 8674.0, 8754.0, 8685.0, 8738.0, 8683.0, 8685.0, 8734.0, 8704.0, 8740.0, 8681.0, 8720.0, 8717.0, 8740.0, 8685.0, 8738.0, 8698.0, 8744.0, 8703.0, 8722.0, 8714.0, 8702.0, 8697.0, 8702.0, 8703.0, 8729.0, 8733.0, 8734.0, 8748.0, 8763.0, 8750.0, 8784.0, 8774.0, 8786.0, 8740.0, 8769.0, 8775.0, 8742.0, 8809.0, 8780.0, 8784.0, 8732.0, 8781.0, 8728.0, 8778.0, 8731.0, 8730.0, 8725.0, 8734.0, 8807.0, 8753.0, 8806.0, 8756.0, 8805.0, 8756.0, 8810.0, 8754.0, 8780.0, 8737.0, 8782.0, 8736.0, 8783.0, 8794.0, 8733.0, 8773.0, 8733.0, 8802.0, 8753.0, 8791.0, 8752.0, 8787.0, 8732.0, 8760.0, 8748.0, 8763.0, 8745.0, 8775.0, 8752.0, 8807.0, 8775.0, 8806.0, 8769.0, 8804.0, 8731.0, 8767.0, 8760.0, 8724.0, 8764.0, 8731.0, 8781.0, 8731.0, 8767.0, 8727.0, 8765.0, 8731.0, 8787.0, 8757.0, 8804.0, 8755.0, 8808.0, 8754.0, 8798.0, 8769.0, 8768.0, 8789.0, 8736.0, 8784.0, 8747.0, 8786.0, 8729.0, 8761.0, 8724.0, 8731.0, 8801.0, 8749.0, 8800.0, 8733.0, 8786.0, 8750.0, 8807.0, 8751.0, 8787.0, 8751.0, 8789.0, 8749.0, 8793.0, 8749.0, 8763.0, 8730.0, 8762.0, 8760.0, 8743.0, 8786.0, 8745.0, 8781.0, 8714.0, 8785.0, 8736.0, 8782.0, 8733.0, 8781.0, 8732.0, 8788.0, 8753.0, 8789.0, 8738.0, 8790.0, 8749.0, 8796.0, 8754.0, 8764.0, 8728.0, 8735.0, 8801.0, 8737.0, 8785.0, 8745.0, 8780.0, 8731.0, 8790.0, 8736.0, 8769.0, 8735.0, 8785.0, 8745.0, 8793.0, 8751.0, 8775.0, 8733.0, 8759.0, 8727.0, 8764.0, 8733.0, 8760.0, 8711.0, 8729.0, 8765.0, 8729.0, 8784.0, 8716.0, 8778.0, 8725.0, 8754.0, 8725.0, 8730.0, 8724.0, 8730.0, 8781.0, 8713.0, 8786.0, 8731.0, 8773.0, 8734.0, 8786.0, 8753.0, 8784.0, 8753.0, 8767.0, 8738.0, 8769.0, 8752.0, 8787.0, 8750.0, 8754.0, 8743.0, 8736.0, 8805.0, 8754.0, 8790.0, 8748.0, 8781.0, 8716.0, 8768.0, 8747.0, 8772.0, 8718.0, 8755.0, 8727.0, 8741.0, 8750.0, 8764.0, 8730.0, 8751.0, 8755.0, 8733.0, 8803.0, 8736.0, 8786.0, 8735.0, 8784.0, 8749.0, 8793.0, 8750.0, 8773.0, 8735.0, 8771.0, 8732.0, 8792.0, 8735.0, 8763.0, 8714.0, 8730.0, 8789.0, 8737.0, 8785.0, 8744.0, 8781.0, 8713.0, 8766.0, 8732.0, 8767.0, 8712.0, 8739.0, 8704.0, 8726.0, 8756.0, 8727.0, 8774.0, 8696.0, 8760.0, 8710.0, 8768.0, 8727.0, 8726.0, 8706.0, 8712.0, 8735.0, 8733.0, 8782.0, 8733.0, 8782.0, 8723.0, 8779.0, 8756.0, 8756.0, 8739.0, 8740.0, 8805.0, 8739.0, 8810.0, 8765.0, 8789.0, 8732.0, 8762.0, 8729.0, 8737.0, 8800.0, 8734.0, 8781.0, 8713.0, 8770.0, 8735.0, 8770.0, 8729.0, 8770.0, 8711.0, 8749.0, 8791.0, 8734.0, 8783.0, 8716.0, 8781.0, 8728.0, 8787.0, 8731.0, 8760.0, 8714.0, 8731.0, 8750.0, 8735.0, 8717.0, 8750.0, 8773.0, 8733.0, 8805.0, 8749.0, 8782.0, 8714.0, 8768.0, 8713.0, 8756.0, 8709.0, 8711.0, 8776.0, 8697.0, 8765.0, 8731.0, 8761.0, 8730.0, 8767.0, 8716.0, 8761.0, 8755.0, 8764.0, 8735.0, 8761.0, 8731.0, 8738.0, 8778.0, 8763.0, 8783.0, 8717.0, 8782.0, 8718.0, 8787.0, 8732.0, 8755.0, 8697.0, 8741.0, 8721.0, 8714.0, 8778.0, 8711.0, 8762.0, 8706.0, 8752.0, 8734.0, 8767.0, 8731.0, 8771.0, 8735.0, 8792.0, 8759.0, 8778.0, 8738.0, 8789.0, 8750.0, 8798.0, 8739.0, 8768.0, 8747.0, 8731.0, 8808.0, 8737.0, 8786.0, 8730.0, 8756.0, 8713.0, 8742.0, 8731.0, 8737.0, 8760.0, 8723.0, 8801.0, 8719.0, 8785.0, 8738.0, 8780.0, 8734.0, 8750.0, 8782.0, 8716.0, 8783.0, 8737.0, 8773.0, 8729.0, 8730.0, 8777.0, 8712.0, 8781.0, 8734.0, 8742.0, 8734.0, 8736.0, 8772.0, 8751.0, 8788.0, 8757.0, 8793.0, 8757.0, 8796.0, 8778.0, 8817.0, 8761.0, 8803.0, 8764.0, 8741.0, 8813.0, 8742.0, 8789.0, 8738.0, 8787.0, 8731.0, 8766.0, 8718.0, 8747.0, 8768.0, 8731.0, 8786.0, 8753.0, 8788.0, 8737.0, 8787.0, 8729.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.0003041905855338691</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.019234739839265214</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.63898258012645</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.207185049172413</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9948286805517229</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4503</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6239.7725</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09911554896582078</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>24</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.7554535017221586</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3681615619095506</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2667334005023188</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.676055027106967</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1616962581193664</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00780959</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.021341152489185333</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.026385242119431496</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.800941806252215</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>35.6996</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.1203</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>155.832</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>309488.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>708.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>316.3244</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0615</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>464.0449</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3174.2838</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3397.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>67056.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>982.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4172.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>893.7192</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>45.600840765051544</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> |