=== 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-0087 --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-0087",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0087_ses-04_task-social_acq-mb8_run-05_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0087_ses-04_task-social_acq-mb8_run-05_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-05_session-04_subject-0087_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-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-04_subject-0087_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-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-04_subject-0087_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-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-04_subject-0087_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-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-05_session-04_subject-0087_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-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-05_session-04_subject-0087_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-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-04_subject-0087_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-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0087/ses-04/func/sub-0087_ses-04_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>0ee6a77f792ef68a9533de60e6b2e238</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>11:47:51.697500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999536, 0.0128812, -0.0275963, -0.0071527, 0.980093, 0.198409]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.110491</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4144, -7769, -7245, 599, -45, -65, 110, 63]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>267.882</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>e73eb6c1-aaf7-4d6a-806a-ab0261eedf21||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6816823482513428, -0.01919017918407917, -0.07992730289697647, 114.74190521240234], [-0.034559208899736404, 2.629518508911133, 0.534922182559967, -102.1881332397461], [-0.07403892278671265, -0.5323161482810974, 2.645273208618164, -40.68381118774414], [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': ['114751.697500', '114752.157500', '114752.617500', '114753.077500', '114753.537500', '114753.997500', '114754.457500', '114754.917500', '114755.377500', '114755.837500', '114756.297500', '114756.757500', '114757.217500', '114757.677500', '114758.137500', '114758.597500', '114759.057500', '114759.517500', '114759.977500', '114800.437500', '114800.897500', '114801.357500', '114801.817500', '114802.277500', '114802.737500', '114803.197500', '114803.657500', '114804.117500', '114804.577500', '114805.037500', '114805.497500', '114805.957500', '114806.417500', '114806.877500', '114807.337500', '114807.797500', '114808.257500', '114808.717500', '114809.177500', '114809.637500', '114810.097500', '114810.557500', '114811.017500', '114811.477500', '114811.937500', '114812.397500', '114812.857500', '114813.317500', '114813.777500', '114814.237500', '114814.697500', '114815.157500', '114815.617500', '114816.077500', '114816.537500', '114816.997500', '114817.457500', '114817.917500', '114818.377500', '114818.837500', '114819.297500', '114819.757500', '114820.217500', '114820.677500', '114821.137500', '114821.597500', '114822.057500', '114822.517500', '114822.977500', '114823.437500', '114823.897500', '114824.357500', '114824.817500', '114825.277500', '114825.737500', '114826.197500', '114826.657500', '114827.117500', '114827.577500', '114828.037500', '114828.497500', '114828.957500', '114829.417500', '114829.877500', '114830.337500', '114830.797500', '114831.257500', '114831.717500', '114832.177500', '114832.637500', '114833.097500', '114833.557500', '114834.017500', '114834.477500', '114834.937500', '114835.397500', '114835.857500', '114836.317500', '114836.777500', '114837.237500', '114837.697500', '114838.157500', '114838.617500', '114839.077500', '114839.537500', '114839.997500', '114840.457500', '114840.917500', '114841.377500', '114841.837500', '114842.297500', '114842.757500', '114843.217500', '114843.677500', '114844.137500', '114844.597500', '114845.057500', '114845.517500', '114845.977500', '114846.437500', '114846.897500', '114847.357500', '114847.817500', '114848.277500', '114848.737500', '114849.197500', '114849.657500', '114850.117500', '114850.577500', '114851.037500', '114851.497500', '114851.957500', '114852.417500', '114852.877500', '114853.337500', '114853.797500', '114854.257500', '114854.717500', '114855.177500', '114855.637500', '114856.097500', '114856.557500', '114857.017500', '114857.477500', '114857.937500', '114858.397500', '114858.857500', '114859.317500', '114859.777500', '114900.237500', '114900.697500', '114901.157500', '114901.617500', '114902.077500', '114902.537500', '114902.997500', '114903.457500', '114903.917500', '114904.377500', '114904.837500', '114905.297500', '114905.757500', '114906.217500', '114906.677500', '114907.137500', '114907.597500', '114908.057500', '114908.517500', '114908.977500', '114909.437500', '114909.897500', '114910.357500', '114910.817500', '114911.277500', '114911.737500', '114912.197500', '114912.657500', '114913.117500', '114913.577500', '114914.037500', '114914.497500', '114914.957500', '114915.417500', '114915.877500', '114916.337500', '114916.797500', '114917.257500', '114917.717500', '114918.177500', '114918.637500', '114919.097500', '114919.557500', '114920.017500', '114920.477500', '114920.937500', '114921.397500', '114921.857500', '114922.317500', '114922.777500', '114923.237500', '114923.697500', '114924.157500', '114924.617500', '114925.077500', '114925.537500', '114925.997500', '114926.457500', '114926.917500', '114927.377500', '114927.837500', '114928.297500', '114928.757500', '114929.217500', '114929.677500', '114930.137500', '114930.597500', '114931.057500', '114931.517500', '114931.977500', '114932.437500', '114932.897500', '114933.357500', '114933.817500', '114934.277500', '114934.737500', '114935.197500', '114935.657500', '114936.117500', '114936.577500', '114937.037500', '114937.497500', '114937.957500', '114938.417500', '114938.877500', '114939.337500', '114939.797500', '114940.257500', '114940.717500', '114941.177500', '114941.637500', '114942.097500', '114942.557500', '114943.017500', '114943.477500', '114943.937500', '114944.397500', '114944.857500', '114945.317500', '114945.777500', '114946.237500', '114946.697500', '114947.157500', '114947.617500', '114948.077500', '114948.537500', '114948.997500', '114949.457500', '114949.917500', '114950.377500', '114950.837500', '114951.297500', '114951.757500', '114952.217500', '114952.677500', '114953.137500', '114953.597500', '114954.057500', '114954.517500', '114954.977500', '114955.437500', '114955.897500', '114956.357500', '114956.817500', '114957.277500', '114957.737500', '114958.197500', '114958.657500', '114959.117500', '114959.577500', '115000.037500', '115000.497500', '115000.957500', '115001.417500', '115001.877500', '115002.337500', '115002.797500', '115003.257500', '115003.717500', '115004.177500', '115004.637500', '115005.097500', '115005.557500', '115006.017500', '115006.477500', '115006.937500', '115007.397500', '115007.857500', '115008.317500', '115008.777500', '115009.237500', '115009.697500', '115010.157500', '115010.617500', '115011.077500', '115011.537500', '115011.997500', '115012.457500', '115012.917500', '115013.377500', '115013.837500', '115014.297500', '115014.757500', '115015.217500', '115015.677500', '115016.137500', '115016.597500', '115017.057500', '115017.517500', '115017.977500', '115018.437500', '115018.897500', '115019.357500', '115019.817500', '115020.277500', '115020.737500', '115021.197500', '115021.657500', '115022.117500', '115022.577500', '115023.037500', '115023.497500', '115023.957500', '115024.417500', '115024.877500', '115025.337500', '115025.797500', '115026.257500', '115026.717500', '115027.177500', '115027.637500', '115028.097500', '115028.557500', '115029.017500', '115029.477500', '115029.937500', '115030.397500', '115030.857500', '115031.317500', '115031.777500', '115032.237500', '115032.697500', '115033.157500', '115033.617500', '115034.077500', '115034.537500', '115034.997500', '115035.457500', '115035.917500', '115036.377500', '115036.837500', '115037.297500', '115037.757500', '115038.217500', '115038.677500', '115039.137500', '115039.597500', '115040.057500', '115040.517500', '115040.977500', '115041.437500', '115041.897500', '115042.357500', '115042.817500', '115043.277500', '115043.737500', '115044.197500', '115044.657500', '115045.117500', '115045.577500', '115046.037500', '115046.497500', '115046.957500', '115047.417500', '115047.877500', '115048.337500', '115048.797500', '115049.257500', '115049.717500', '115050.177500', '115050.637500', '115051.097500', '115051.557500', '115052.017500', '115052.477500', '115052.937500', '115053.397500', '115053.857500', '115054.317500', '115054.777500', '115055.237500', '115055.697500', '115056.157500', '115056.617500', '115057.077500', '115057.537500', '115057.997500', '115058.457500', '115058.917500', '115059.377500', '115059.837500', '115100.297500', '115100.757500', '115101.217500', '115101.677500', '115102.137500', '115102.597500', '115103.057500', '115103.517500', '115103.977500', '115104.437500', '115104.897500', '115105.357500', '115105.817500', '115106.277500', '115106.737500', '115107.197500', '115107.657500', '115108.117500', '115108.577500', '115109.037500', '115109.497500', '115109.957500', '115110.417500', '115110.877500', '115111.337500', '115111.797500', '115112.257500', '115112.717500', '115113.177500', '115113.637500', '115114.097500', '115114.557500', '115115.017500', '115115.477500', '115115.937500', '115116.397500', '115116.857500', '115117.317500', '115117.777500', '115118.237500', '115118.697500', '115119.157500', '115119.617500', '115120.077500', '115120.537500', '115120.997500', '115121.457500', '115121.917500', '115122.377500', '115122.837500', '115123.297500', '115123.757500', '115124.217500', '115124.677500', '115125.137500', '115125.597500', '115126.057500', '115126.517500', '115126.977500', '115127.437500', '115127.897500', '115128.357500', '115128.817500', '115129.277500', '115129.737500', '115130.197500', '115130.657500', '115131.117500', '115131.577500', '115132.037500', '115132.497500', '115132.957500', '115133.417500', '115133.877500', '115134.337500', '115134.797500', '115135.257500', '115135.717500', '115136.177500', '115136.637500', '115137.097500', '115137.557500', '115138.017500', '115138.477500', '115138.937500', '115139.397500', '115139.857500', '115140.317500', '115140.777500', '115141.237500', '115141.697500', '115142.157500', '115142.617500', '115143.077500', '115143.537500', '115143.997500', '115144.457500', '115144.917500', '115145.377500', '115145.837500', '115146.297500', '115146.757500', '115147.217500', '115147.677500', '115148.137500', '115148.597500', '115149.057500', '115149.517500', '115149.977500', '115150.437500', '115150.897500', '115151.357500', '115151.817500', '115152.277500', '115152.737500', '115153.197500', '115153.657500', '115154.117500', '115154.577500', '115155.037500', '115155.497500', '115155.957500', '115156.417500', '115156.877500', '115157.337500', '115157.797500', '115158.257500', '115158.717500', '115159.177500', '115159.637500', '115200.097500', '115200.557500', '115201.017500', '115201.477500', '115201.937500', '115202.397500', '115202.857500', '115203.317500', '115203.777500', '115204.237500', '115204.697500', '115205.157500', '115205.617500', '115206.077500', '115206.537500', '115206.997500', '115207.457500', '115207.917500', '115208.377500', '115208.837500', '115209.297500', '115209.757500', '115210.217500', '115210.677500', '115211.137500', '115211.597500', '115212.057500', '115212.517500', '115212.977500', '115213.437500', '115213.897500', '115214.357500', '115214.817500', '115215.277500', '115215.737500', '115216.197500', '115216.657500', '115217.117500', '115217.577500', '115218.037500', '115218.497500', '115218.957500', '115219.417500', '115219.877500', '115220.337500', '115220.797500', '115221.257500', '115221.717500', '115222.177500', '115222.637500', '115223.097500', '115223.557500', '115224.017500', '115224.477500', '115224.937500', '115225.397500', '115225.857500', '115226.317500', '115226.777500', '115227.237500', '115227.697500', '115228.157500', '115228.617500', '115229.077500', '115229.537500', '115229.997500', '115230.457500', '115230.917500', '115231.377500', '115231.837500', '115232.297500', '115232.757500', '115233.217500', '115233.677500', '115234.137500', '115234.597500', '115235.057500', '115235.517500', '115235.977500', '115236.437500', '115236.897500', '115237.357500', '115237.817500', '115238.277500', '115238.737500', '115239.197500', '115239.657500', '115240.117500', '115240.577500', '115241.037500', '115241.497500', '115241.957500', '115242.417500', '115242.877500', '115243.337500', '115243.797500', '115244.257500', '115244.717500', '115245.177500', '115245.637500', '115246.097500', '115246.557500', '115247.017500', '115247.477500', '115247.937500', '115248.397500', '115248.857500', '115249.317500', '115249.777500', '115250.237500', '115250.697500', '115251.157500', '115251.617500', '115252.077500', '115252.537500', '115252.997500', '115253.457500', '115253.917500', '115254.377500', '115254.837500', '115255.297500', '115255.757500', '115256.217500', '115256.677500', '115257.137500', '115257.597500', '115258.057500', '115258.517500', '115258.977500', '115259.437500', '115259.897500', '115300.357500', '115300.817500', '115301.277500', '115301.737500', '115302.197500', '115302.657500', '115303.117500', '115303.577500', '115304.037500', '115304.497500', '115304.957500', '115305.417500', '115305.877500', '115306.337500', '115306.797500', '115307.257500', '115307.717500', '115308.177500', '115308.637500', '115309.097500', '115309.557500', '115310.017500', '115310.477500', '115310.937500', '115311.397500', '115311.857500', '115312.317500', '115312.777500', '115313.237500', '115313.697500', '115314.157500', '115314.617500', '115315.077500', '115315.537500', '115315.997500', '115316.457500', '115316.917500', '115317.377500', '115317.837500', '115318.297500', '115318.757500', '115319.217500', '115319.677500', '115320.137500', '115320.597500', '115321.057500', '115321.517500', '115321.977500', '115322.437500', '115322.897500', '115323.357500', '115323.817500', '115324.277500', '115324.737500', '115325.197500', '115325.657500', '115326.117500', '115326.577500', '115327.037500', '115327.497500', '115327.957500', '115328.417500', '115328.877500', '115329.337500', '115329.797500', '115330.257500', '115330.717500', '115331.177500', '115331.637500', '115332.097500', '115332.557500', '115333.017500', '115333.477500', '115333.937500', '115334.397500', '115334.857500', '115335.317500', '115335.777500', '115336.237500', '115336.697500', '115337.157500', '115337.617500', '115338.077500', '115338.537500', '115338.997500', '115339.457500', '115339.917500', '115340.377500', '115340.837500', '115341.297500', '115341.757500', '115342.217500', '115342.677500', '115343.137500', '115343.597500', '115344.057500', '115344.517500', '115344.977500', '115345.437500', '115345.897500', '115346.357500', '115346.817500', '115347.277500', '115347.737500', '115348.197500', '115348.657500', '115349.117500', '115349.577500', '115350.037500', '115350.497500', '115350.957500', '115351.417500', '115351.877500', '115352.337500', '115352.797500', '115353.257500', '115353.717500', '115354.177500', '115354.637500', '115355.097500', '115355.557500', '115356.017500', '115356.477500', '115356.937500', '115357.397500', '115357.857500', '115358.317500', '115358.777500', '115359.237500', '115359.697500', '115400.157500', '115400.617500', '115401.077500', '115401.537500', '115401.997500', '115402.457500', '115402.917500', '115403.377500', '115403.837500', '115404.297500', '115404.757500', '115405.217500', '115405.677500', '115406.137500', '115406.597500', '115407.057500', '115407.517500', '115407.977500', '115408.437500', '115408.897500', '115409.357500', '115409.817500', '115410.277500', '115410.737500', '115411.197500', '115411.657500', '115412.117500', '115412.577500', '115413.037500', '115413.497500', '115413.957500', '115414.417500', '115414.877500', '115415.337500', '115415.797500', '115416.257500', '115416.717500', '115417.177500', '115417.637500', '115418.097500', '115418.557500', '115419.017500', '115419.477500', '115419.937500', '115420.397500', '115420.857500', '115421.317500', '115421.777500', '115422.237500', '115422.697500', '115423.157500', '115423.617500', '115424.077500', '115424.537500', '115424.997500', '115425.457500', '115425.917500', '115426.377500', '115426.837500', '115427.297500', '115427.757500', '115428.217500', '115428.677500', '115429.137500', '115429.597500', '115430.057500', '115430.517500', '115430.977500', '115431.437500', '115431.897500', '115432.357500'], 'ContentTime': ['114814.645000', '114814.648000', '114814.651000', '114814.653000', '114814.656000', '114814.658000', '114814.661000', '114814.664000', '114814.675000', '114814.678000', '114814.681000', '114814.683000', '114814.686000', '114814.689000', '114814.691000', '114814.694000', '114814.697000', '114814.699000', '114814.702000', '114814.705000', '114814.707000', '114814.710000', '114814.712000', '114814.715000', '114814.718000', '114814.720000', '114814.723000', '114814.726000', '114814.728000', '114814.735000', '114814.737000', '114814.740000', '114814.743000', '114814.745000', '114814.748000', '114814.750000', '114814.753000', '114814.756000', '114814.758000', '114814.761000', '114814.764000', '114814.766000', '114814.769000', '114814.771000', '114814.774000', '114814.777000', '114814.779000', '114814.782000', '114834.602000', '114834.605000', '114834.608000', '114834.610000', '114834.614000', '114834.616000', '114834.619000', '114834.621000', '114834.624000', '114834.627000', '114834.629000', '114834.632000', '114834.635000', '114834.637000', '114834.640000', '114834.642000', '114834.645000', '114834.660000', '114834.662000', '114834.665000', '114834.668000', '114834.698000', '114834.701000', '114834.703000', '114834.706000', '114834.709000', '114834.711000', '114834.714000', '114834.717000', '114834.719000', '114834.722000', '114834.725000', '114834.729000', '114834.731000', '114834.734000', '114834.736000', '114834.739000', '114834.742000', '114834.744000', '114834.747000', '114834.750000', '114834.752000', '114834.755000', '114834.757000', '114854.603000', '114854.606000', '114854.609000', '114854.612000', '114854.614000', '114854.617000', '114854.620000', '114854.622000', '114854.625000', '114854.628000', '114854.630000', '114854.633000', '114854.635000', '114854.638000', '114854.641000', '114854.643000', '114854.646000', '114854.648000', '114854.651000', '114854.654000', '114854.656000', '114854.659000', '114854.662000', '114854.673000', '114854.676000', '114854.678000', '114854.681000', '114854.684000', '114854.686000', '114854.689000', '114854.692000', '114854.695000', '114854.698000', '114854.700000', '114854.703000', '114854.706000', '114854.708000', '114854.711000', '114854.714000', '114854.716000', '114854.719000', '114854.721000', '114854.724000', '114914.603000', '114914.606000', '114914.609000', '114914.612000', '114914.614000', '114914.617000', '114914.619000', '114914.622000', '114914.625000', '114914.636000', '114914.639000', '114914.641000', '114914.644000', '114914.646000', '114914.649000', '114914.651000', '114914.654000', '114914.657000', '114914.659000', '114914.662000', '114914.664000', '114914.667000', '114914.670000', '114914.672000', '114914.675000', '114914.678000', '114914.680000', '114914.683000', '114914.686000', '114914.688000', '114914.691000', '114914.693000', '114914.696000', '114914.699000', '114914.701000', '114914.704000', '114914.707000', '114914.709000', '114914.712000', '114914.715000', '114914.717000', '114914.720000', '114914.722000', '114914.725000', '114934.603000', '114934.606000', '114934.609000', '114934.612000', '114934.614000', '114934.617000', '114934.619000', '114934.622000', '114934.625000', '114934.627000', '114934.630000', '114934.632000', '114934.635000', '114934.637000', '114934.640000', '114934.643000', '114934.645000', '114934.648000', '114934.650000', '114934.653000', '114934.656000', '114934.658000', '114934.661000', '114934.663000', '114934.666000', '114934.668000', '114934.671000', '114934.674000', '114934.676000', '114934.679000', '114934.681000', '114934.684000', '114934.687000', '114934.689000', '114934.692000', '114934.694000', '114934.697000', '114934.699000', '114934.702000', '114934.705000', '114934.718000', '114934.721000', '114934.723000', '114954.603000', '114954.606000', '114954.609000', '114954.612000', '114954.614000', '114954.617000', '114954.619000', '114954.622000', '114954.625000', '114954.627000', '114954.630000', '114954.632000', '114954.635000', '114954.637000', '114954.640000', '114954.643000', '114954.645000', '114954.648000', '114954.651000', '114954.653000', '114954.656000', '114954.658000', '114954.661000', '114954.664000', '114954.674000', '114954.676000', '114954.679000', '114954.682000', '114954.684000', '114954.687000', '114954.689000', '114954.692000', '114954.695000', '114954.697000', '114954.700000', '114954.702000', '114954.705000', '114954.708000', '114954.710000', '114954.713000', '114954.715000', '114954.718000', '114954.720000', '114954.723000', '115014.602000', '115014.605000', '115014.608000', '115014.610000', '115014.613000', '115014.616000', '115014.618000', '115014.621000', '115014.623000', '115014.626000', '115014.628000', '115014.631000', '115014.634000', '115014.636000', '115014.639000', '115014.641000', '115014.655000', '115014.658000', '115014.660000', '115014.663000', '115014.665000', '115014.668000', '115014.671000', '115014.673000', '115014.676000', '115014.678000', '115014.681000', '115014.683000', '115014.686000', '115014.689000', '115014.691000', '115014.694000', '115014.697000', '115014.699000', '115014.702000', '115014.704000', '115014.707000', '115014.710000', '115014.712000', '115014.715000', '115014.717000', '115014.720000', '115014.723000', '115034.602000', '115034.605000', '115034.608000', '115034.611000', '115034.613000', '115034.616000', '115034.618000', '115034.621000', '115034.623000', '115034.626000', '115034.629000', '115034.631000', '115034.634000', '115034.643000', '115034.646000', '115034.649000', '115034.651000', '115034.654000', '115034.656000', '115034.659000', '115034.662000', '115034.664000', '115034.667000', '115034.670000', '115034.672000', '115034.675000', '115034.677000', '115034.680000', '115034.683000', '115034.685000', '115034.688000', '115034.690000', '115034.693000', '115034.696000', '115034.698000', '115034.701000', '115034.703000', '115034.706000', '115034.709000', '115034.711000', '115034.714000', '115034.716000', '115034.719000', '115034.721000', '115054.603000', '115054.605000', '115054.608000', '115054.611000', '115054.613000', '115054.616000', '115054.619000', '115054.621000', '115054.624000', '115054.627000', '115054.629000', '115054.632000', '115054.635000', '115054.637000', '115054.640000', '115054.642000', '115054.645000', '115054.648000', '115054.650000', '115054.653000', '115054.655000', '115054.658000', '115054.660000', '115054.663000', '115054.666000', '115054.668000', '115054.671000', '115054.673000', '115054.676000', '115054.679000', '115054.681000', '115054.684000', '115054.686000', '115054.689000', '115054.692000', '115054.694000', '115054.697000', '115054.699000', '115054.702000', '115054.705000', '115054.707000', '115054.710000', '115054.712000', '115114.604000', '115114.606000', '115114.609000', '115114.612000', '115114.614000', '115114.617000', '115114.619000', '115114.622000', '115114.625000', '115114.627000', '115114.630000', '115114.633000', '115114.635000', '115114.638000', '115114.641000', '115114.643000', '115114.646000', '115114.649000', '115114.651000', '115114.654000', '115114.657000', '115114.659000', '115114.662000', '115114.664000', '115114.667000', '115114.669000', '115114.672000', '115114.675000', '115114.677000', '115114.680000', '115114.683000', '115114.685000', '115114.688000', '115114.690000', '115114.693000', '115114.695000', '115114.698000', '115114.701000', '115114.703000', '115114.706000', '115114.709000', '115114.711000', '115114.714000', '115114.716000', '115134.603000', '115134.606000', '115134.609000', '115134.612000', '115134.614000', '115134.617000', '115134.620000', '115134.623000', '115134.626000', '115134.628000', '115134.631000', '115134.633000', '115134.636000', '115134.639000', '115134.642000', '115134.644000', '115134.647000', '115134.649000', '115134.652000', '115134.655000', '115134.658000', '115134.660000', '115134.663000', '115134.665000', '115134.668000', '115134.671000', '115134.673000', '115134.676000', '115134.678000', '115134.681000', '115134.684000', '115134.686000', '115134.689000', '115134.692000', '115134.694000', '115134.697000', '115134.699000', '115134.702000', '115134.705000', '115134.707000', '115134.710000', '115134.728000', '115134.731000', '115154.603000', '115154.606000', '115154.609000', '115154.612000', '115154.614000', '115154.617000', '115154.620000', '115154.622000', '115154.625000', '115154.628000', '115154.630000', '115154.633000', '115154.636000', '115154.638000', '115154.641000', '115154.644000', '115154.646000', '115154.649000', '115154.652000', '115154.654000', '115154.657000', '115154.660000', '115154.662000', '115154.665000', '115154.667000', '115154.670000', '115154.673000', '115154.676000', '115154.678000', '115154.681000', '115154.683000', '115154.686000', '115154.689000', '115154.691000', '115154.694000', '115154.708000', '115154.710000', '115154.713000', '115154.716000', '115154.718000', '115154.721000', '115154.723000', '115154.726000', '115154.729000', '115214.604000', '115214.607000', '115214.610000', '115214.612000', '115214.615000', '115214.618000', '115214.620000', '115214.623000', '115214.625000', '115214.628000', '115214.631000', '115214.633000', '115214.636000', '115214.639000', '115214.641000', '115214.644000', '115214.647000', '115214.649000', '115214.652000', '115214.655000', '115214.657000', '115214.660000', '115214.663000', '115214.665000', '115214.668000', '115214.671000', '115214.673000', '115214.676000', '115214.679000', '115214.681000', '115214.684000', '115214.687000', '115214.689000', '115214.692000', '115214.694000', '115214.697000', '115214.700000', '115214.702000', '115214.705000', '115214.707000', '115214.710000', '115214.713000', '115214.715000', '115234.602000', '115234.605000', '115234.609000', '115234.613000', '115234.616000', '115234.618000', '115234.621000', '115234.624000', '115234.626000', '115234.629000', '115234.632000', '115234.634000', '115234.637000', '115234.639000', '115234.642000', '115234.645000', '115234.647000', '115234.650000', '115234.653000', '115234.655000', '115234.658000', '115234.660000', '115234.663000', '115234.666000', '115234.669000', '115234.671000', '115234.674000', '115234.677000', '115234.679000', '115234.682000', '115234.684000', '115234.687000', '115234.690000', '115234.692000', '115234.695000', '115234.697000', '115234.700000', '115234.702000', '115234.705000', '115234.708000', '115234.710000', '115234.713000', '115234.715000', '115254.602000', '115254.605000', '115254.608000', '115254.611000', '115254.613000', '115254.616000', '115254.619000', '115254.621000', '115254.624000', '115254.626000', '115254.629000', '115254.632000', '115254.634000', '115254.637000', '115254.640000', '115254.643000', '115254.645000', '115254.648000', '115254.650000', '115254.653000', '115254.656000', '115254.659000', '115254.661000', '115254.664000', '115254.666000', '115254.669000', '115254.672000', '115254.674000', '115254.677000', '115254.680000', '115254.682000', '115254.685000', '115254.688000', '115254.690000', '115254.693000', '115254.696000', '115254.698000', '115254.701000', '115254.704000', '115254.706000', '115254.709000', '115254.712000', '115254.714000', '115254.717000', '115314.602000', '115314.605000', '115314.608000', '115314.611000', '115314.613000', '115314.616000', '115314.619000', '115314.622000', '115314.624000', '115314.627000', '115314.630000', '115314.632000', '115314.635000', '115314.638000', '115314.640000', '115314.643000', '115314.646000', '115314.648000', '115314.651000', '115314.657000', '115314.660000', '115314.663000', '115314.665000', '115314.689000', '115314.692000', '115314.695000', '115314.697000', '115314.700000', '115314.703000', '115314.705000', '115314.708000', '115314.711000', '115314.713000', '115314.716000', '115314.719000', '115314.722000', '115314.724000', '115314.727000', '115314.730000', '115314.732000', '115314.735000', '115314.738000', '115314.740000', '115314.743000', '115334.603000', '115334.606000', '115334.609000', '115334.612000', '115334.614000', '115334.617000', '115334.620000', '115334.622000', '115334.625000', '115334.628000', '115334.630000', '115334.633000', '115334.636000', '115334.639000', '115334.641000', '115334.644000', '115334.647000', '115334.649000', '115334.652000', '115334.655000', '115334.657000', '115334.660000', '115334.664000', '115334.667000', '115334.670000', '115334.672000', '115334.675000', '115334.678000', '115334.680000', '115334.683000', '115334.686000', '115334.688000', '115334.691000', '115334.694000', '115334.696000', '115334.699000', '115334.702000', '115334.704000', '115334.707000', '115334.710000', '115334.712000', '115334.715000', '115334.718000', '115354.603000', '115354.606000', '115354.609000', '115354.612000', '115354.614000', '115354.617000', '115354.620000', '115354.622000', '115354.625000', '115354.628000', '115354.630000', '115354.633000', '115354.636000', '115354.638000', '115354.641000', '115354.644000', '115354.646000', '115354.650000', '115354.653000', '115354.656000', '115354.658000', '115354.661000', '115354.664000', '115354.666000', '115354.669000', '115354.671000', '115354.674000', '115354.677000', '115354.679000', '115354.682000', '115354.685000', '115354.687000', '115354.690000', '115354.693000', '115354.695000', '115354.698000', '115354.701000', '115354.703000', '115354.706000', '115354.709000', '115354.711000', '115354.714000', '115354.717000', '115414.604000', '115414.607000', '115414.609000', '115414.612000', '115414.615000', '115414.617000', '115414.620000', '115414.623000', '115414.626000', '115414.628000', '115414.631000', '115414.633000', '115414.636000', '115414.639000', '115414.641000', '115414.644000', '115414.647000', '115414.650000', '115414.653000', '115414.655000', '115414.658000', '115414.661000', '115414.663000', '115414.666000', '115414.669000', '115414.671000', '115414.674000', '115414.677000', '115414.679000', '115414.682000', '115414.684000', '115414.687000', '115414.690000', '115414.692000', '115414.695000', '115414.698000', '115414.700000', '115414.703000', '115414.706000', '115414.708000', '115414.711000', '115414.714000', '115414.716000', '115414.719000', '115433.250000', '115433.254000', '115433.256000', '115433.259000', '115433.262000', '115433.265000', '115433.268000', '115433.270000', '115433.273000', '115433.276000', '115433.278000', '115433.281000', '115433.284000', '115433.286000', '115433.289000', '115433.291000', '115433.295000', '115433.305000', '115433.318000', '115433.321000', '115433.324000', '115433.327000', '115433.330000', '115433.333000', '115433.336000', '115433.339000', '115433.342000', '115433.344000', '115433.347000', '115433.350000', '115433.353000', '115433.356000', '115433.359000', '115433.362000', '115433.383000', '115433.386000', '115433.388000', '115433.391000', '115433.394000', '115433.397000', '115433.400000'], 'InstanceCreationTime': ['114814.645000', '114814.648000', '114814.651000', '114814.653000', '114814.656000', '114814.658000', '114814.661000', '114814.664000', '114814.675000', '114814.678000', '114814.681000', '114814.683000', '114814.686000', '114814.689000', '114814.691000', '114814.694000', '114814.697000', '114814.699000', '114814.702000', '114814.705000', '114814.707000', '114814.710000', '114814.712000', '114814.715000', '114814.718000', '114814.720000', '114814.723000', '114814.726000', '114814.728000', '114814.735000', '114814.737000', '114814.740000', '114814.743000', '114814.745000', '114814.748000', '114814.750000', '114814.753000', '114814.756000', '114814.758000', '114814.761000', '114814.764000', '114814.766000', '114814.769000', '114814.771000', '114814.774000', '114814.777000', '114814.779000', '114814.782000', '114834.602000', '114834.605000', '114834.608000', '114834.610000', '114834.614000', '114834.616000', '114834.619000', '114834.621000', '114834.624000', '114834.627000', '114834.629000', '114834.632000', '114834.635000', '114834.637000', '114834.640000', '114834.642000', '114834.645000', '114834.660000', '114834.662000', '114834.665000', '114834.668000', '114834.698000', '114834.701000', '114834.703000', '114834.706000', '114834.709000', '114834.711000', '114834.714000', '114834.717000', '114834.719000', '114834.722000', '114834.725000', '114834.729000', '114834.731000', '114834.734000', '114834.736000', '114834.739000', '114834.742000', '114834.744000', '114834.747000', '114834.750000', '114834.752000', '114834.755000', '114834.757000', '114854.603000', '114854.606000', '114854.609000', '114854.612000', '114854.614000', '114854.617000', '114854.620000', '114854.622000', '114854.625000', '114854.628000', '114854.630000', '114854.633000', '114854.635000', '114854.638000', '114854.641000', '114854.643000', '114854.646000', '114854.648000', '114854.651000', '114854.654000', '114854.656000', '114854.659000', '114854.662000', '114854.673000', '114854.676000', '114854.678000', '114854.681000', '114854.684000', '114854.686000', '114854.689000', '114854.692000', '114854.695000', '114854.698000', '114854.700000', '114854.703000', '114854.706000', '114854.708000', '114854.711000', '114854.714000', '114854.716000', '114854.719000', '114854.721000', '114854.724000', '114914.603000', '114914.606000', '114914.609000', '114914.612000', '114914.614000', '114914.617000', '114914.619000', '114914.622000', '114914.625000', '114914.636000', '114914.639000', '114914.641000', '114914.644000', '114914.646000', '114914.649000', '114914.651000', '114914.654000', '114914.657000', '114914.659000', '114914.662000', '114914.664000', '114914.667000', '114914.670000', '114914.672000', '114914.675000', '114914.678000', '114914.680000', '114914.683000', '114914.686000', '114914.688000', '114914.691000', '114914.693000', '114914.696000', '114914.699000', '114914.701000', '114914.704000', '114914.707000', '114914.709000', '114914.712000', '114914.715000', '114914.717000', '114914.720000', '114914.722000', '114914.725000', '114934.603000', '114934.606000', '114934.609000', '114934.612000', '114934.614000', '114934.617000', '114934.619000', '114934.622000', '114934.625000', '114934.627000', '114934.630000', '114934.632000', '114934.635000', '114934.637000', '114934.640000', '114934.643000', '114934.645000', '114934.648000', '114934.650000', '114934.653000', '114934.656000', '114934.658000', '114934.661000', '114934.663000', '114934.666000', '114934.668000', '114934.671000', '114934.674000', '114934.676000', '114934.679000', '114934.681000', '114934.684000', '114934.687000', '114934.689000', '114934.692000', '114934.694000', '114934.697000', '114934.699000', '114934.702000', '114934.705000', '114934.718000', '114934.721000', '114934.723000', '114954.603000', '114954.606000', '114954.609000', '114954.612000', '114954.614000', '114954.617000', '114954.619000', '114954.622000', '114954.625000', '114954.627000', '114954.630000', '114954.632000', '114954.635000', '114954.637000', '114954.640000', '114954.643000', '114954.645000', '114954.648000', '114954.651000', '114954.653000', '114954.656000', '114954.658000', '114954.661000', '114954.664000', '114954.674000', '114954.676000', '114954.679000', '114954.682000', '114954.684000', '114954.687000', '114954.689000', '114954.692000', '114954.695000', '114954.697000', '114954.700000', '114954.702000', '114954.705000', '114954.708000', '114954.710000', '114954.713000', '114954.715000', '114954.718000', '114954.720000', '114954.723000', '115014.602000', '115014.605000', '115014.608000', '115014.610000', '115014.613000', '115014.616000', '115014.618000', '115014.621000', '115014.623000', '115014.626000', '115014.628000', '115014.631000', '115014.634000', '115014.636000', '115014.639000', '115014.641000', '115014.655000', '115014.658000', '115014.660000', '115014.663000', '115014.665000', '115014.668000', '115014.671000', '115014.673000', '115014.676000', '115014.678000', '115014.681000', '115014.683000', '115014.686000', '115014.689000', '115014.691000', '115014.694000', '115014.697000', '115014.699000', '115014.702000', '115014.704000', '115014.707000', '115014.710000', '115014.712000', '115014.715000', '115014.717000', '115014.720000', '115014.723000', '115034.602000', '115034.605000', '115034.608000', '115034.611000', '115034.613000', '115034.616000', '115034.618000', '115034.621000', '115034.623000', '115034.626000', '115034.629000', '115034.631000', '115034.634000', '115034.643000', '115034.646000', '115034.649000', '115034.651000', '115034.654000', '115034.656000', '115034.659000', '115034.662000', '115034.664000', '115034.667000', '115034.670000', '115034.672000', '115034.675000', '115034.677000', '115034.680000', '115034.683000', '115034.685000', '115034.688000', '115034.690000', '115034.693000', '115034.696000', '115034.698000', '115034.701000', '115034.703000', '115034.706000', '115034.709000', '115034.711000', '115034.714000', '115034.716000', '115034.719000', '115034.721000', '115054.603000', '115054.605000', '115054.608000', '115054.611000', '115054.613000', '115054.616000', '115054.619000', '115054.621000', '115054.624000', '115054.627000', '115054.629000', '115054.632000', '115054.635000', '115054.637000', '115054.640000', '115054.642000', '115054.645000', '115054.648000', '115054.650000', '115054.653000', '115054.655000', '115054.658000', '115054.660000', '115054.663000', '115054.666000', '115054.668000', '115054.671000', '115054.673000', '115054.676000', '115054.679000', '115054.681000', '115054.684000', '115054.686000', '115054.689000', '115054.692000', '115054.694000', '115054.697000', '115054.699000', '115054.702000', '115054.705000', '115054.707000', '115054.710000', '115054.712000', '115114.604000', '115114.606000', '115114.609000', '115114.612000', '115114.614000', '115114.617000', '115114.619000', '115114.622000', '115114.625000', '115114.627000', '115114.630000', '115114.633000', '115114.635000', '115114.638000', '115114.641000', '115114.643000', '115114.646000', '115114.649000', '115114.651000', '115114.654000', '115114.657000', '115114.659000', '115114.662000', '115114.664000', '115114.667000', '115114.669000', '115114.672000', '115114.675000', '115114.677000', '115114.680000', '115114.683000', '115114.685000', '115114.688000', '115114.690000', '115114.693000', '115114.695000', '115114.698000', '115114.701000', '115114.703000', '115114.706000', '115114.709000', '115114.711000', '115114.714000', '115114.716000', '115134.603000', '115134.606000', '115134.609000', '115134.612000', '115134.614000', '115134.617000', '115134.620000', '115134.623000', '115134.626000', '115134.628000', '115134.631000', '115134.633000', '115134.636000', '115134.639000', '115134.642000', '115134.644000', '115134.647000', '115134.649000', '115134.652000', '115134.655000', '115134.658000', '115134.660000', '115134.663000', '115134.665000', '115134.668000', '115134.671000', '115134.673000', '115134.676000', '115134.678000', '115134.681000', '115134.684000', '115134.686000', '115134.689000', '115134.692000', '115134.694000', '115134.697000', '115134.699000', '115134.702000', '115134.705000', '115134.707000', '115134.710000', '115134.728000', '115134.731000', '115154.603000', '115154.606000', '115154.609000', '115154.612000', '115154.614000', '115154.617000', '115154.620000', '115154.622000', '115154.625000', '115154.628000', '115154.630000', '115154.633000', '115154.636000', '115154.638000', '115154.641000', '115154.644000', '115154.646000', '115154.649000', '115154.652000', '115154.654000', '115154.657000', '115154.660000', '115154.662000', '115154.665000', '115154.667000', '115154.670000', '115154.673000', '115154.676000', '115154.678000', '115154.681000', '115154.683000', '115154.686000', '115154.689000', '115154.691000', '115154.694000', '115154.708000', '115154.710000', '115154.713000', '115154.716000', '115154.718000', '115154.721000', '115154.723000', '115154.726000', '115154.729000', '115214.604000', '115214.607000', '115214.610000', '115214.612000', '115214.615000', '115214.618000', '115214.620000', '115214.623000', '115214.625000', '115214.628000', '115214.631000', '115214.633000', '115214.636000', '115214.639000', '115214.641000', '115214.644000', '115214.647000', '115214.649000', '115214.652000', '115214.655000', '115214.657000', '115214.660000', '115214.663000', '115214.665000', '115214.668000', '115214.671000', '115214.673000', '115214.676000', '115214.679000', '115214.681000', '115214.684000', '115214.687000', '115214.689000', '115214.692000', '115214.694000', '115214.697000', '115214.700000', '115214.702000', '115214.705000', '115214.707000', '115214.710000', '115214.713000', '115214.715000', '115234.602000', '115234.605000', '115234.609000', '115234.613000', '115234.616000', '115234.618000', '115234.621000', '115234.624000', '115234.626000', '115234.629000', '115234.632000', '115234.634000', '115234.637000', '115234.639000', '115234.642000', '115234.645000', '115234.647000', '115234.650000', '115234.653000', '115234.655000', '115234.658000', '115234.660000', '115234.663000', '115234.666000', '115234.669000', '115234.671000', '115234.674000', '115234.677000', '115234.679000', '115234.682000', '115234.684000', '115234.687000', '115234.690000', '115234.692000', '115234.695000', '115234.697000', '115234.700000', '115234.702000', '115234.705000', '115234.708000', '115234.710000', '115234.713000', '115234.715000', '115254.602000', '115254.605000', '115254.608000', '115254.611000', '115254.613000', '115254.616000', '115254.619000', '115254.621000', '115254.624000', '115254.626000', '115254.629000', '115254.632000', '115254.634000', '115254.637000', '115254.640000', '115254.643000', '115254.645000', '115254.648000', '115254.650000', '115254.653000', '115254.656000', '115254.659000', '115254.661000', '115254.664000', '115254.666000', '115254.669000', '115254.672000', '115254.674000', '115254.677000', '115254.680000', '115254.682000', '115254.685000', '115254.688000', '115254.690000', '115254.693000', '115254.696000', '115254.698000', '115254.701000', '115254.704000', '115254.706000', '115254.709000', '115254.712000', '115254.714000', '115254.717000', '115314.602000', '115314.605000', '115314.608000', '115314.611000', '115314.613000', '115314.616000', '115314.619000', '115314.622000', '115314.624000', '115314.627000', '115314.630000', '115314.632000', '115314.635000', '115314.638000', '115314.640000', '115314.643000', '115314.646000', '115314.648000', '115314.651000', '115314.657000', '115314.660000', '115314.663000', '115314.665000', '115314.689000', '115314.692000', '115314.695000', '115314.697000', '115314.700000', '115314.703000', '115314.705000', '115314.708000', '115314.711000', '115314.713000', '115314.716000', '115314.719000', '115314.722000', '115314.724000', '115314.727000', '115314.730000', '115314.732000', '115314.735000', '115314.738000', '115314.740000', '115314.743000', '115334.603000', '115334.606000', '115334.609000', '115334.612000', '115334.614000', '115334.617000', '115334.620000', '115334.622000', '115334.625000', '115334.628000', '115334.630000', '115334.633000', '115334.636000', '115334.639000', '115334.641000', '115334.644000', '115334.647000', '115334.649000', '115334.652000', '115334.655000', '115334.657000', '115334.660000', '115334.664000', '115334.667000', '115334.670000', '115334.672000', '115334.675000', '115334.678000', '115334.680000', '115334.683000', '115334.686000', '115334.688000', '115334.691000', '115334.694000', '115334.696000', '115334.699000', '115334.702000', '115334.704000', '115334.707000', '115334.710000', '115334.712000', '115334.715000', '115334.718000', '115354.603000', '115354.606000', '115354.609000', '115354.612000', '115354.614000', '115354.617000', '115354.620000', '115354.622000', '115354.625000', '115354.628000', '115354.630000', '115354.633000', '115354.636000', '115354.638000', '115354.641000', '115354.644000', '115354.646000', '115354.650000', '115354.653000', '115354.656000', '115354.658000', '115354.661000', '115354.664000', '115354.666000', '115354.669000', '115354.671000', '115354.674000', '115354.677000', '115354.679000', '115354.682000', '115354.685000', '115354.687000', '115354.690000', '115354.693000', '115354.695000', '115354.698000', '115354.701000', '115354.703000', '115354.706000', '115354.709000', '115354.711000', '115354.714000', '115354.717000', '115414.604000', '115414.607000', '115414.609000', '115414.612000', '115414.615000', '115414.617000', '115414.620000', '115414.623000', '115414.626000', '115414.628000', '115414.631000', '115414.633000', '115414.636000', '115414.639000', '115414.641000', '115414.644000', '115414.647000', '115414.650000', '115414.653000', '115414.655000', '115414.658000', '115414.661000', '115414.663000', '115414.666000', '115414.669000', '115414.671000', '115414.674000', '115414.677000', '115414.679000', '115414.682000', '115414.684000', '115414.687000', '115414.690000', '115414.692000', '115414.695000', '115414.698000', '115414.700000', '115414.703000', '115414.706000', '115414.708000', '115414.711000', '115414.714000', '115414.716000', '115414.719000', '115433.250000', '115433.254000', '115433.256000', '115433.259000', '115433.262000', '115433.265000', '115433.268000', '115433.270000', '115433.273000', '115433.276000', '115433.278000', '115433.281000', '115433.284000', '115433.286000', '115433.289000', '115433.291000', '115433.295000', '115433.305000', '115433.318000', '115433.321000', '115433.324000', '115433.327000', '115433.330000', '115433.333000', '115433.336000', '115433.339000', '115433.342000', '115433.344000', '115433.347000', '115433.350000', '115433.353000', '115433.356000', '115433.359000', '115433.362000', '115433.383000', '115433.386000', '115433.388000', '115433.391000', '115433.394000', '115433.397000', '115433.400000'], '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': [11924, 14976, 11085, 10155, 8536, 10308, 9518, 13829, 10488, 15244, 10947, 17644, 11462, 15473, 11008, 15156, 11035, 9130, 11430, 9246, 13656, 10440, 15949, 11598, 16111, 12168, 15936, 12323, 16167, 11693, 15708, 10362, 14051, 9723, 13085, 11490, 12424, 11118, 13696, 11781, 10961, 11725, 11476, 12297, 11066, 11918, 11144, 11949, 18127, 12298, 15205, 13102, 11209, 9554, 11416, 11967, 8684, 9606, 7698, 9518, 8675, 7985, 11715, 9453, 12069, 10483, 12348, 11015, 14957, 11230, 9975, 12863, 10365, 14524, 10099, 9287, 10663, 12131, 12446, 16880, 11852, 15583, 11908, 9487, 15394, 10265, 16223, 10255, 15242, 9404, 13833, 9551, 12125, 9055, 11067, 14474, 10200, 14636, 9913, 13349, 9250, 12614, 8890, 11635, 8494, 10723, 8696, 9724, 14032, 10081, 12056, 10819, 11633, 10456, 9197, 11022, 9015, 10702, 7774, 11024, 8977, 8073, 10643, 9533, 9474, 13456, 9294, 11390, 8554, 13252, 9183, 12497, 9005, 7224, 9982, 7203, 12024, 8348, 12108, 9295, 11092, 9777, 13044, 10138, 13617, 10960, 13322, 11400, 14965, 11143, 16247, 11698, 17187, 11886, 17064, 12676, 17147, 15754, 13722, 13229, 10244, 16998, 17054, 14848, 20112, 15382, 16037, 12094, 10164, 15367, 12102, 14349, 11825, 14514, 11653, 12046, 10978, 12443, 11308, 16658, 11394, 13511, 10135, 12784, 10370, 12190, 9251, 11838, 8840, 11519, 8003, 11702, 8395, 11241, 8499, 10313, 11732, 10574, 12978, 10317, 12037, 9184, 12158, 9729, 11554, 10694, 10960, 10601, 11156, 12162, 11162, 14977, 10938, 13293, 10877, 13430, 11034, 16117, 11135, 11111, 14631, 12756, 8406, 9488, 12517, 10958, 16328, 10850, 13988, 12507, 9983, 12236, 13551, 17007, 14719, 14248, 17807, 13483, 14612, 15754, 12948, 15720, 15471, 18227, 15410, 12037, 14526, 14360, 19566, 14221, 18037, 13614, 14331, 14075, 12713, 16250, 12941, 19595, 11171, 11853, 11064, 12318, 13871, 10939, 11236, 11768, 11100, 15381, 12428, 10636, 13346, 9831, 13357, 10805, 12870, 11870, 10527, 11924, 10656, 11547, 10097, 11699, 9996, 11589, 10277, 10301, 10962, 10640, 10962, 12659, 11235, 9673, 12737, 10592, 12418, 10143, 12232, 9638, 11969, 8864, 11958, 9234, 13499, 10918, 14333, 11836, 12358, 11920, 15325, 10816, 13946, 11390, 14196, 10672, 13018, 10673, 12844, 9099, 11042, 8735, 10813, 7379, 11341, 10653, 9669, 12466, 10937, 11095, 9659, 10617, 9703, 11622, 11361, 10441, 12596, 11891, 13339, 14769, 12837, 16818, 12461, 17841, 14214, 15663, 18739, 17475, 18475, 12868, 17592, 16286, 11879, 18347, 13302, 16827, 14529, 22156, 16357, 13779, 12749, 11403, 13077, 11381, 11777, 9793, 9276, 13401, 11727, 11692, 12644, 11373, 13548, 11108, 13071, 11349, 13286, 11523, 12991, 10982, 11832, 10743, 10144, 10738, 9749, 10492, 9375, 11830, 10621, 11532, 10147, 11871, 10587, 12185, 10151, 11615, 10221, 11759, 11843, 12035, 8973, 9444, 10661, 9758, 12424, 10479, 12367, 10065, 12515, 10478, 12410, 9459, 12496, 10229, 11856, 9281, 11565, 8997, 11381, 9510, 11035, 8874, 10736, 8970, 10741, 13144, 10851, 11834, 10622, 11638, 10205, 10762, 10360, 11225, 10206, 11523, 9948, 11760, 10286, 11431, 10100, 11028, 10147, 10892, 10072, 11403, 10709, 11156, 10477, 11392, 8305, 11175, 9446, 11429, 9557, 11401, 8998, 11182, 12875, 10149, 12655, 10522, 8388, 11476, 9242, 12346, 8921, 13245, 8367, 12537, 12044, 10380, 12433, 10431, 13456, 9916, 12348, 9676, 11946, 9745, 11813, 9198, 11518, 10167, 11319, 9650, 10892, 14707, 11032, 12987, 10128, 12294, 9546, 11809, 8815, 10681, 20280, 13500, 21431, 16485, 10486, 10762, 9279, 11091, 10965, 9077, 12410, 9635, 9673, 10550, 8865, 12095, 10732, 13928, 11919, 13577, 13398, 16683, 14359, 19072, 13189, 19898, 15251, 14488, 13526, 10741, 15817, 11234, 16508, 13175, 13851, 14000, 11679, 14091, 10996, 15451, 12182, 17379, 13156, 16340, 12402, 11603, 13288, 12589, 13193, 11225, 10641, 10575, 12506, 10557, 13599, 12941, 13033, 12414, 12442, 11508, 11942, 12100, 11185, 12134, 10537, 11903, 11852, 12918, 9466, 12302, 10575, 11823, 14218, 11807, 16841, 12774, 16456, 12495, 17494, 12083, 17202, 12489, 14683, 13117, 9679, 12358, 10421, 11943, 9876, 13159, 11050, 12277, 11021, 9074, 10821, 9690, 9453, 8771, 12301, 9572, 12167, 11955, 11743, 14634, 12474, 16406, 12648, 10286, 12808, 11010, 16005, 12596, 14724, 13632, 11127, 15074, 10630, 14954, 11632, 13715, 12894, 13136, 17511, 12435, 14395, 11460, 14726, 11775, 11215, 13900, 11072, 15909, 12337, 16782, 12754, 16893, 13371, 18977, 11575, 17051, 11586, 15869, 10606, 14057, 9718, 11873, 9441, 11701, 11857, 10962, 14781, 11271, 14842, 10256, 14006, 9917, 14351, 9758, 13632, 9961, 13567, 10433, 13796, 10300, 12798, 10494, 13591, 11460, 9465, 11894, 9541, 13214, 10036, 12639, 9173, 11457, 10252, 11619, 12566, 11334, 10804, 10769, 12787, 11544, 12687, 11087, 12417, 9943, 11856, 9642, 11775, 9596, 11536, 9195, 10906, 16567, 11782, 18092, 12331, 16879, 11757, 15601, 11800, 16186, 10577, 14880, 9859, 13179, 11307, 11684, 20400, 12707, 17551, 12507, 15376, 11562, 13361, 12172, 9413, 13457, 11046, 16269, 11248, 15490, 10497, 14254, 14268, 12355, 16240, 12396, 17983, 12506, 16271, 12141, 15002, 10845, 13985, 9371, 13058, 10280, 11478, 10064, 11212, 12895, 11273, 10812, 12974, 8875, 12486, 11779, 9995, 12974, 10429, 11765, 9813, 13238, 10778, 15738, 11622, 17723, 12889, 17724, 16816, 18020, 19938, 15313, 19512, 17848, 18861, 15656, 16983, 11302, 15465, 11238, 14849, 10207, 14316, 10417, 13779, 10527, 13059, 10769, 12724, 10004, 12344, 10152, 11635, 9159, 11245, 8423, 10825, 10348, 10405, 12497, 10925, 10418, 10798, 11419, 11166, 11084, 10324, 11843, 10981, 10963, 11180, 10131, 10414, 10278, 11324, 9599, 8646, 10754, 10108, 12379, 11514, 10676, 10258, 9841, 11285, 13611, 14516, 14807, 13549, 11732, 16170, 13184, 19648, 14877, 12739, 15176, 11737, 16505, 12331, 13925, 11040, 14752, 10897, 16158, 11180, 15261, 10527, 13068, 8953, 12056, 8758, 13110, 11445, 15460, 12000, 12024, 11685, 12217, 11906, 12031, 11338, 15180, 10836, 12932, 10442, 12230, 11014, 14882, 11484, 13162, 11025, 12632, 10732, 12869, 10840, 13389, 9750, 12160, 12315, 11248, 14818, 11417, 16191, 11574], 'WindowCenter': [4497.0, 4499.0, 4433.0, 4448.0, 4425.0, 4434.0, 4424.0, 4471.0, 4422.0, 4459.0, 4420.0, 4469.0, 4430.0, 4483.0, 4433.0, 4469.0, 4429.0, 4408.0, 4425.0, 4386.0, 4457.0, 4417.0, 4458.0, 4425.0, 4458.0, 4428.0, 4467.0, 4437.0, 4457.0, 4425.0, 4445.0, 4402.0, 4434.0, 4384.0, 4434.0, 4426.0, 4446.0, 4438.0, 4458.0, 4449.0, 4453.0, 4464.0, 4463.0, 4462.0, 4453.0, 4449.0, 4437.0, 4438.0, 4476.0, 4437.0, 4482.0, 4437.0, 4444.0, 4470.0, 4404.0, 4366.0, 4313.0, 4347.0, 4331.0, 4372.0, 4360.0, 4375.0, 4462.0, 4445.0, 4490.0, 4480.0, 4475.0, 4443.0, 4458.0, 4419.0, 4399.0, 4463.0, 4440.0, 4478.0, 4461.0, 4453.0, 4473.0, 4491.0, 4480.0, 4467.0, 4428.0, 4447.0, 4430.0, 4411.0, 4474.0, 4423.0, 4484.0, 4420.0, 4459.0, 4385.0, 4434.0, 4381.0, 4412.0, 4372.0, 4404.0, 4434.0, 4406.0, 4445.0, 4407.0, 4436.0, 4395.0, 4413.0, 4384.0, 4403.0, 4364.0, 4407.0, 4386.0, 4409.0, 4437.0, 4420.0, 4438.0, 4448.0, 4419.0, 4406.0, 4381.0, 4403.0, 4372.0, 4414.0, 4366.0, 4417.0, 4412.0, 4394.0, 4418.0, 4393.0, 4381.0, 4420.0, 4380.0, 4398.0, 4356.0, 4295.0, 4264.0, 4364.0, 4364.0, 4349.0, 4403.0, 4365.0, 4450.0, 4399.0, 4437.0, 4409.0, 4440.0, 4446.0, 4487.0, 4432.0, 4497.0, 4470.0, 4498.0, 4493.0, 4522.0, 4494.0, 4523.0, 4494.0, 4534.0, 4491.0, 4534.0, 4503.0, 4533.0, 4523.0, 4501.0, 4502.0, 4461.0, 4524.0, 4521.0, 4512.0, 4529.0, 4509.0, 4509.0, 4478.0, 4447.0, 4496.0, 4477.0, 4499.0, 4493.0, 4513.0, 4467.0, 4463.0, 4445.0, 4464.0, 4468.0, 4506.0, 4454.0, 4470.0, 4433.0, 4461.0, 4431.0, 4462.0, 4435.0, 4464.0, 4424.0, 4465.0, 4415.0, 4466.0, 4428.0, 4480.0, 4428.0, 4460.0, 4477.0, 4470.0, 4488.0, 4460.0, 4478.0, 4448.0, 4479.0, 4447.0, 4468.0, 4458.0, 4465.0, 4456.0, 4468.0, 4466.0, 4468.0, 4497.0, 4469.0, 4487.0, 4466.0, 4499.0, 4485.0, 4521.0, 4487.0, 4491.0, 4479.0, 4450.0, 4398.0, 4434.0, 4464.0, 4446.0, 4471.0, 4445.0, 4497.0, 4479.0, 4451.0, 4471.0, 4471.0, 4525.0, 4503.0, 4478.0, 4500.0, 4481.0, 4468.0, 4492.0, 4460.0, 4494.0, 4488.0, 4500.0, 4501.0, 4470.0, 4489.0, 4475.0, 4493.0, 4451.0, 4479.0, 4448.0, 4446.0, 4425.0, 4412.0, 4426.0, 4385.0, 4451.0, 4390.0, 4412.0, 4404.0, 4403.0, 4434.0, 4405.0, 4404.0, 4427.0, 4416.0, 4458.0, 4441.0, 4417.0, 4449.0, 4406.0, 4448.0, 4429.0, 4437.0, 4421.0, 4407.0, 4426.0, 4418.0, 4428.0, 4408.0, 4429.0, 4400.0, 4443.0, 4431.0, 4424.0, 4435.0, 4436.0, 4458.0, 4464.0, 4457.0, 4448.0, 4491.0, 4459.0, 4480.0, 4460.0, 4493.0, 4450.0, 4469.0, 4424.0, 4468.0, 4436.0, 4486.0, 4456.0, 4487.0, 4468.0, 4476.0, 4469.0, 4512.0, 4471.0, 4487.0, 4470.0, 4486.0, 4457.0, 4476.0, 4445.0, 4489.0, 4438.0, 4466.0, 4416.0, 4455.0, 4395.0, 4440.0, 4446.0, 4408.0, 4475.0, 4453.0, 4487.0, 4480.0, 4486.0, 4510.0, 4472.0, 4454.0, 4427.0, 4474.0, 4490.0, 4497.0, 4510.0, 4490.0, 4521.0, 4482.0, 4510.0, 4489.0, 4489.0, 4502.0, 4503.0, 4530.0, 4474.0, 4470.0, 4479.0, 4443.0, 4494.0, 4448.0, 4455.0, 4447.0, 4474.0, 4456.0, 4422.0, 4424.0, 4401.0, 4424.0, 4416.0, 4425.0, 4397.0, 4384.0, 4451.0, 4440.0, 4439.0, 4450.0, 4442.0, 4449.0, 4431.0, 4437.0, 4416.0, 4449.0, 4428.0, 4437.0, 4428.0, 4429.0, 4420.0, 4420.0, 4431.0, 4410.0, 4429.0, 4412.0, 4454.0, 4432.0, 4453.0, 4437.0, 4456.0, 4445.0, 4466.0, 4447.0, 4456.0, 4435.0, 4456.0, 4464.0, 4453.0, 4429.0, 4425.0, 4446.0, 4440.0, 4482.0, 4462.0, 4479.0, 4452.0, 4466.0, 4448.0, 4467.0, 4441.0, 4466.0, 4437.0, 4457.0, 4425.0, 4455.0, 4416.0, 4455.0, 4435.0, 4445.0, 4427.0, 4456.0, 4426.0, 4459.0, 4476.0, 4458.0, 4466.0, 4448.0, 4456.0, 4446.0, 4444.0, 4448.0, 4457.0, 4448.0, 4456.0, 4438.0, 4468.0, 4448.0, 4456.0, 4446.0, 4456.0, 4447.0, 4455.0, 4448.0, 4467.0, 4446.0, 4459.0, 4444.0, 4458.0, 4416.0, 4458.0, 4438.0, 4469.0, 4438.0, 4470.0, 4428.0, 4471.0, 4481.0, 4449.0, 4466.0, 4462.0, 4417.0, 4467.0, 4438.0, 4476.0, 4428.0, 4492.0, 4416.0, 4466.0, 4464.0, 4437.0, 4465.0, 4446.0, 4475.0, 4436.0, 4466.0, 4437.0, 4455.0, 4436.0, 4468.0, 4438.0, 4469.0, 4448.0, 4460.0, 4440.0, 4459.0, 4489.0, 4459.0, 4478.0, 4448.0, 4468.0, 4425.0, 4456.0, 4415.0, 4420.0, 4492.0, 4407.0, 4415.0, 4520.0, 4438.0, 4461.0, 4443.0, 4462.0, 4462.0, 4389.0, 4454.0, 4451.0, 4450.0, 4476.0, 4456.0, 4493.0, 4475.0, 4516.0, 4499.0, 4518.0, 4521.0, 4538.0, 4510.0, 4528.0, 4495.0, 4522.0, 4506.0, 4466.0, 4383.0, 4392.0, 4460.0, 4445.0, 4498.0, 4480.0, 4480.0, 4480.0, 4461.0, 4520.0, 4474.0, 4500.0, 4480.0, 4509.0, 4480.0, 4511.0, 4481.0, 4472.0, 4492.0, 4483.0, 4468.0, 4494.0, 4452.0, 4427.0, 4464.0, 4449.0, 4477.0, 4473.0, 4481.0, 4473.0, 4478.0, 4462.0, 4460.0, 4461.0, 4461.0, 4487.0, 4453.0, 4476.0, 4473.0, 4486.0, 4445.0, 4476.0, 4455.0, 4477.0, 4484.0, 4465.0, 4516.0, 4485.0, 4503.0, 4473.0, 4503.0, 4491.0, 4536.0, 4548.0, 4573.0, 4505.0, 4448.0, 4464.0, 4441.0, 4449.0, 4332.0, 4364.0, 4384.0, 4449.0, 4451.0, 4419.0, 4513.0, 4487.0, 4475.0, 4443.0, 4468.0, 4450.0, 4490.0, 4491.0, 4480.0, 4523.0, 4517.0, 4542.0, 4500.0, 4479.0, 4513.0, 4494.0, 4533.0, 4506.0, 4524.0, 4515.0, 4478.0, 4526.0, 4472.0, 4494.0, 4474.0, 4497.0, 4483.0, 4472.0, 4500.0, 4460.0, 4478.0, 4460.0, 4478.0, 4448.0, 4438.0, 4470.0, 4451.0, 4478.0, 4457.0, 4487.0, 4456.0, 4464.0, 4458.0, 4492.0, 4435.0, 4458.0, 4443.0, 4484.0, 4432.0, 4459.0, 4400.0, 4452.0, 4423.0, 4467.0, 4454.0, 4458.0, 4487.0, 4483.0, 4499.0, 4449.0, 4489.0, 4449.0, 4500.0, 4449.0, 4500.0, 4461.0, 4488.0, 4462.0, 4502.0, 4462.0, 4481.0, 4472.0, 4501.0, 4496.0, 4476.0, 4495.0, 4462.0, 4503.0, 4461.0, 4483.0, 4450.0, 4481.0, 4460.0, 4483.0, 4489.0, 4470.0, 4469.0, 4462.0, 4490.0, 4493.0, 4501.0, 4485.0, 4506.0, 4487.0, 4495.0, 4474.0, 4496.0, 4465.0, 4497.0, 4465.0, 4485.0, 4536.0, 4507.0, 4544.0, 4505.0, 4524.0, 4495.0, 4524.0, 4505.0, 4534.0, 4485.0, 4524.0, 4462.0, 4515.0, 4482.0, 4506.0, 4554.0, 4495.0, 4533.0, 4504.0, 4514.0, 4495.0, 4514.0, 4506.0, 4479.0, 4528.0, 4499.0, 4527.0, 4496.0, 4537.0, 4484.0, 4527.0, 4516.0, 4503.0, 4534.0, 4503.0, 4530.0, 4502.0, 4522.0, 4493.0, 4511.0, 4481.0, 4511.0, 4453.0, 4502.0, 4473.0, 4506.0, 4463.0, 4483.0, 4502.0, 4494.0, 4511.0, 4516.0, 4450.0, 4492.0, 4504.0, 4487.0, 4530.0, 4497.0, 4507.0, 4477.0, 4519.0, 4498.0, 4538.0, 4509.0, 4549.0, 4506.0, 4538.0, 4524.0, 4535.0, 4522.0, 4499.0, 4507.0, 4495.0, 4493.0, 4483.0, 4481.0, 4429.0, 4468.0, 4428.0, 4458.0, 4417.0, 4456.0, 4429.0, 4458.0, 4428.0, 4458.0, 4441.0, 4460.0, 4430.0, 4461.0, 4431.0, 4452.0, 4422.0, 4455.0, 4413.0, 4457.0, 4444.0, 4457.0, 4478.0, 4470.0, 4457.0, 4472.0, 4495.0, 4498.0, 4445.0, 4450.0, 4455.0, 4472.0, 4403.0, 4578.0, 4600.0, 4531.0, 4492.0, 4456.0, 4397.0, 4398.0, 4456.0, 4487.0, 4520.0, 4511.0, 4499.0, 4502.0, 4488.0, 4500.0, 4517.0, 4491.0, 4501.0, 4504.0, 4496.0, 4527.0, 4494.0, 4537.0, 4505.0, 4482.0, 4514.0, 4484.0, 4526.0, 4510.0, 4544.0, 4487.0, 4517.0, 4474.0, 4502.0, 4458.0, 4490.0, 4364.0, 4383.0, 4373.0, 4426.0, 4388.0, 4464.0, 4455.0, 4484.0, 4466.0, 4455.0, 4455.0, 4456.0, 4469.0, 4466.0, 4458.0, 4486.0, 4445.0, 4464.0, 4445.0, 4455.0, 4430.0, 4500.0, 4458.0, 4490.0, 4460.0, 4479.0, 4468.0, 4492.0, 4474.0, 4504.0, 4464.0, 4507.0, 4497.0, 4488.0, 4515.0, 4486.0, 4524.0, 4486.0], 'WindowWidth': [9886.0, 9872.0, 9767.0, 9802.0, 9768.0, 9768.0, 9757.0, 9821.0, 9747.0, 9792.0, 9739.0, 9809.0, 9753.0, 9839.0, 9766.0, 9813.0, 9758.0, 9729.0, 9745.0, 9688.0, 9792.0, 9736.0, 9787.0, 9747.0, 9790.0, 9748.0, 9807.0, 9763.0, 9786.0, 9745.0, 9767.0, 9708.0, 9747.0, 9679.0, 9756.0, 9746.0, 9776.0, 9770.0, 9796.0, 9788.0, 9802.0, 9817.0, 9814.0, 9809.0, 9799.0, 9788.0, 9767.0, 9769.0, 9824.0, 9766.0, 9837.0, 9763.0, 9786.0, 9849.0, 9705.0, 9630.0, 9550.0, 9606.0, 9596.0, 9656.0, 9640.0, 9676.0, 9809.0, 9794.0, 9863.0, 9853.0, 9834.0, 9784.0, 9793.0, 9735.0, 9708.0, 9809.0, 9781.0, 9833.0, 9821.0, 9811.0, 9840.0, 9864.0, 9844.0, 9803.0, 9747.0, 9772.0, 9754.0, 9731.0, 9826.0, 9749.0, 9839.0, 9741.0, 9794.0, 9684.0, 9747.0, 9672.0, 9714.0, 9659.0, 9701.0, 9749.0, 9715.0, 9767.0, 9719.0, 9754.0, 9702.0, 9715.0, 9683.0, 9700.0, 9649.0, 9711.0, 9690.0, 9723.0, 9755.0, 9745.0, 9762.0, 9790.0, 9732.0, 9711.0, 9672.0, 9703.0, 9662.0, 9724.0, 9661.0, 9732.0, 9734.0, 9712.0, 9737.0, 9693.0, 9671.0, 9725.0, 9670.0, 9689.0, 9629.0, 9482.0, 9444.0, 9621.0, 9642.0, 9631.0, 9714.0, 9666.0, 9787.0, 9719.0, 9764.0, 9733.0, 9774.0, 9798.0, 9856.0, 9769.0, 9870.0, 9837.0, 9872.0, 9873.0, 9912.0, 9877.0, 9916.0, 9877.0, 9934.0, 9869.0, 9935.0, 9891.0, 9933.0, 9917.0, 9882.0, 9885.0, 9826.0, 9924.0, 9908.0, 9898.0, 9918.0, 9889.0, 9888.0, 9845.0, 9801.0, 9865.0, 9841.0, 9873.0, 9874.0, 9901.0, 9824.0, 9812.0, 9790.0, 9816.0, 9830.0, 9880.0, 9803.0, 9819.0, 9772.0, 9805.0, 9769.0, 9811.0, 9781.0, 9816.0, 9763.0, 9818.0, 9755.0, 9824.0, 9776.0, 9850.0, 9777.0, 9823.0, 9840.0, 9835.0, 9858.0, 9822.0, 9844.0, 9803.0, 9844.0, 9799.0, 9830.0, 9815.0, 9823.0, 9809.0, 9828.0, 9823.0, 9829.0, 9868.0, 9833.0, 9853.0, 9827.0, 9876.0, 9868.0, 9911.0, 9865.0, 9878.0, 9831.0, 9787.0, 9716.0, 9774.0, 9816.0, 9789.0, 9816.0, 9788.0, 9870.0, 9841.0, 9809.0, 9834.0, 9827.0, 9924.0, 9883.0, 9839.0, 9872.0, 9848.0, 9816.0, 9864.0, 9811.0, 9870.0, 9850.0, 9868.0, 9871.0, 9830.0, 9856.0, 9831.0, 9851.0, 9786.0, 9821.0, 9778.0, 9769.0, 9742.0, 9715.0, 9731.0, 9664.0, 9765.0, 9680.0, 9711.0, 9706.0, 9699.0, 9747.0, 9711.0, 9706.0, 9745.0, 9729.0, 9792.0, 9771.0, 9734.0, 9781.0, 9718.0, 9779.0, 9755.0, 9761.0, 9736.0, 9718.0, 9743.0, 9736.0, 9750.0, 9717.0, 9746.0, 9708.0, 9776.0, 9762.0, 9752.0, 9769.0, 9772.0, 9814.0, 9812.0, 9808.0, 9799.0, 9860.0, 9817.0, 9846.0, 9817.0, 9870.0, 9808.0, 9828.0, 9763.0, 9824.0, 9778.0, 9848.0, 9807.0, 9851.0, 9827.0, 9833.0, 9829.0, 9894.0, 9838.0, 9849.0, 9832.0, 9848.0, 9808.0, 9832.0, 9788.0, 9857.0, 9786.0, 9821.0, 9753.0, 9803.0, 9726.0, 9781.0, 9792.0, 9724.0, 9834.0, 9799.0, 9862.0, 9863.0, 9862.0, 9921.0, 9832.0, 9796.0, 9748.0, 9828.0, 9866.0, 9867.0, 9893.0, 9863.0, 9913.0, 9858.0, 9892.0, 9863.0, 9856.0, 9883.0, 9877.0, 9926.0, 9835.0, 9806.0, 9826.0, 9779.0, 9854.0, 9778.0, 9783.0, 9774.0, 9810.0, 9781.0, 9726.0, 9733.0, 9696.0, 9734.0, 9727.0, 9738.0, 9701.0, 9682.0, 9785.0, 9767.0, 9765.0, 9781.0, 9770.0, 9779.0, 9753.0, 9759.0, 9729.0, 9776.0, 9749.0, 9758.0, 9749.0, 9748.0, 9740.0, 9738.0, 9756.0, 9727.0, 9753.0, 9737.0, 9797.0, 9762.0, 9791.0, 9775.0, 9799.0, 9785.0, 9814.0, 9789.0, 9799.0, 9772.0, 9801.0, 9809.0, 9794.0, 9768.0, 9758.0, 9790.0, 9788.0, 9846.0, 9819.0, 9837.0, 9804.0, 9817.0, 9794.0, 9818.0, 9788.0, 9814.0, 9774.0, 9803.0, 9756.0, 9797.0, 9745.0, 9799.0, 9773.0, 9785.0, 9761.0, 9804.0, 9762.0, 9809.0, 9831.0, 9807.0, 9816.0, 9793.0, 9801.0, 9789.0, 9783.0, 9793.0, 9802.0, 9791.0, 9801.0, 9779.0, 9818.0, 9794.0, 9800.0, 9789.0, 9803.0, 9790.0, 9802.0, 9793.0, 9819.0, 9787.0, 9811.0, 9783.0, 9807.0, 9749.0, 9807.0, 9779.0, 9823.0, 9780.0, 9827.0, 9768.0, 9835.0, 9846.0, 9798.0, 9817.0, 9820.0, 9753.0, 9822.0, 9781.0, 9832.0, 9767.0, 9862.0, 9748.0, 9817.0, 9812.0, 9776.0, 9812.0, 9788.0, 9826.0, 9775.0, 9815.0, 9778.0, 9798.0, 9775.0, 9819.0, 9780.0, 9825.0, 9797.0, 9814.0, 9786.0, 9811.0, 9854.0, 9810.0, 9834.0, 9794.0, 9820.0, 9758.0, 9802.0, 9744.0, 9737.0, 9856.0, 9701.0, 9709.0, 9917.0, 9789.0, 9820.0, 9796.0, 9820.0, 9819.0, 9696.0, 9794.0, 9805.0, 9802.0, 9847.0, 9820.0, 9865.0, 9847.0, 9904.0, 9887.0, 9910.0, 9918.0, 9939.0, 9899.0, 9926.0, 9871.0, 9910.0, 9885.0, 9813.0, 9653.0, 9684.0, 9792.0, 9784.0, 9865.0, 9840.0, 9840.0, 9843.0, 9817.0, 9919.0, 9843.0, 9874.0, 9847.0, 9887.0, 9847.0, 9894.0, 9852.0, 9840.0, 9866.0, 9856.0, 9823.0, 9878.0, 9801.0, 9756.0, 9810.0, 9799.0, 9836.0, 9832.0, 9841.0, 9830.0, 9836.0, 9814.0, 9808.0, 9813.0, 9813.0, 9862.0, 9808.0, 9843.0, 9833.0, 9853.0, 9798.0, 9841.0, 9811.0, 9841.0, 9850.0, 9824.0, 9899.0, 9854.0, 9875.0, 9833.0, 9874.0, 9873.0, 9941.0, 9982.0, 10018.0, 9888.0, 9797.0, 9813.0, 9778.0, 9784.0, 9571.0, 9619.0, 9667.0, 9787.0, 9796.0, 9749.0, 9922.0, 9873.0, 9852.0, 9802.0, 9826.0, 9803.0, 9863.0, 9867.0, 9848.0, 9919.0, 9917.0, 9948.0, 9884.0, 9856.0, 9910.0, 9884.0, 9934.0, 9900.0, 9919.0, 9911.0, 9854.0, 9923.0, 9844.0, 9867.0, 9839.0, 9876.0, 9847.0, 9828.0, 9867.0, 9811.0, 9835.0, 9811.0, 9830.0, 9788.0, 9775.0, 9822.0, 9797.0, 9831.0, 9799.0, 9843.0, 9795.0, 9808.0, 9801.0, 9851.0, 9765.0, 9788.0, 9778.0, 9837.0, 9766.0, 9798.0, 9712.0, 9792.0, 9757.0, 9820.0, 9800.0, 9810.0, 9850.0, 9856.0, 9872.0, 9796.0, 9849.0, 9804.0, 9876.0, 9804.0, 9875.0, 9825.0, 9856.0, 9825.0, 9880.0, 9829.0, 9845.0, 9841.0, 9879.0, 9883.0, 9856.0, 9879.0, 9830.0, 9885.0, 9826.0, 9849.0, 9808.0, 9850.0, 9820.0, 9859.0, 9859.0, 9834.0, 9831.0, 9822.0, 9863.0, 9873.0, 9881.0, 9864.0, 9896.0, 9873.0, 9878.0, 9851.0, 9881.0, 9839.0, 9884.0, 9837.0, 9867.0, 9936.0, 9897.0, 9945.0, 9892.0, 9909.0, 9879.0, 9915.0, 9893.0, 9930.0, 9865.0, 9917.0, 9830.0, 9906.0, 9856.0, 9895.0, 9961.0, 9871.0, 9927.0, 9889.0, 9898.0, 9877.0, 9902.0, 9895.0, 9868.0, 9932.0, 9891.0, 9919.0, 9884.0, 9941.0, 9865.0, 9926.0, 9902.0, 9887.0, 9930.0, 9885.0, 9919.0, 9882.0, 9908.0, 9870.0, 9893.0, 9854.0, 9893.0, 9811.0, 9884.0, 9848.0, 9897.0, 9827.0, 9861.0, 9884.0, 9879.0, 9914.0, 9914.0, 9814.0, 9869.0, 9892.0, 9875.0, 9936.0, 9888.0, 9898.0, 9858.0, 9921.0, 9889.0, 9946.0, 9904.0, 9965.0, 9896.0, 9953.0, 9917.0, 9941.0, 9917.0, 9876.0, 9888.0, 9862.0, 9857.0, 9838.0, 9832.0, 9759.0, 9809.0, 9755.0, 9795.0, 9740.0, 9791.0, 9756.0, 9796.0, 9757.0, 9798.0, 9777.0, 9804.0, 9764.0, 9807.0, 9767.0, 9797.0, 9757.0, 9805.0, 9747.0, 9811.0, 9790.0, 9812.0, 9843.0, 9834.0, 9814.0, 9842.0, 9881.0, 9888.0, 9788.0, 9803.0, 9801.0, 9835.0, 9706.0, 10039.0, 10093.0, 9952.0, 9877.0, 9798.0, 9700.0, 9704.0, 9801.0, 9866.0, 9918.0, 9905.0, 9889.0, 9897.0, 9872.0, 9891.0, 9910.0, 9865.0, 9876.0, 9888.0, 9877.0, 9928.0, 9875.0, 9946.0, 9894.0, 9853.0, 9903.0, 9860.0, 9925.0, 9904.0, 9958.0, 9865.0, 9905.0, 9838.0, 9878.0, 9808.0, 9858.0, 9632.0, 9657.0, 9661.0, 9743.0, 9695.0, 9808.0, 9800.0, 9840.0, 9815.0, 9801.0, 9801.0, 9803.0, 9824.0, 9818.0, 9811.0, 9844.0, 9788.0, 9811.0, 9788.0, 9799.0, 9758.0, 9869.0, 9810.0, 9859.0, 9819.0, 9842.0, 9827.0, 9864.0, 9843.0, 9885.0, 9831.0, 9895.0, 9881.0, 9870.0, 9900.0, 9864.0, 9912.0, 9864.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.008486521239954076</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.15047557772675085</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>50.40407862604598</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.0554300157816092</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9803248274597681</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4906</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4019.1594</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.4288339560500657</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>405</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>46.498277841561425</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>3.1616975180252527</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.8816476585688933</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>3.485093098727088</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>3.1183517967797774</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0190794</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.004769747611135244</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.027643581852316856</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>4.058205902340267</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>15.4677</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>60.9824</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>201.4037</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>60.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>298564.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>843.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>330.798</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8727</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>550.4599</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3602.2674</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3834.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>77980.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1360.5</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4699.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>944.7464</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>15.877662438870175</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> |