=== 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-0037 --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-0037",
"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-0037_ses-03_task-social_acq-mb8_run-05_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0037_ses-03_task-social_acq-mb8_run-05_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-05_session-03_subject-0037_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-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-03_subject-0037_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-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-03_subject-0037_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-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-03_subject-0037_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-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-05_session-03_subject-0037_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-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-05_session-03_subject-0037_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-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-03_subject-0037_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-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0037/ses-03/func/sub-0037_ses-03_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>a74513d53fdb5a8bffaa7e26cb9d71fd</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>17:47:8.410000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999551, 0.0294697, -0.00550875, -0.029666, 0.998768, -0.0397899]</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.096222</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>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4151, -7741, -7226, 510, -44, -161, 39, 49]</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.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>262.993</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>dca746d5-c99c-4840-8332-398231f15b0f||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6817209720611572, -0.07959159463644028, -0.01168928574770689, 116.74121856689453], [-0.07906518131494522, 2.6796205043792725, -0.10782559961080551, -87.05282592773438], [-0.014779577031731606, 0.10675331205129623, 2.6978209018707275, -55.5608024597168], [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': ['174708.410000', '174708.870000', '174709.330000', '174709.790000', '174710.250000', '174710.710000', '174711.170000', '174711.630000', '174712.090000', '174712.550000', '174713.010000', '174713.470000', '174713.930000', '174714.390000', '174714.850000', '174715.310000', '174715.770000', '174716.230000', '174716.690000', '174717.150000', '174717.610000', '174718.070000', '174718.530000', '174718.990000', '174719.450000', '174719.910000', '174720.370000', '174720.830000', '174721.290000', '174721.750000', '174722.210000', '174722.670000', '174723.130000', '174723.590000', '174724.050000', '174724.510000', '174724.970000', '174725.430000', '174725.890000', '174726.350000', '174726.810000', '174727.270000', '174727.730000', '174728.190000', '174728.650000', '174729.110000', '174729.570000', '174730.030000', '174730.490000', '174730.950000', '174731.410000', '174731.870000', '174732.330000', '174732.790000', '174733.250000', '174733.710000', '174734.170000', '174734.630000', '174735.090000', '174735.550000', '174736.010000', '174736.470000', '174736.930000', '174737.390000', '174737.850000', '174738.310000', '174738.770000', '174739.230000', '174739.690000', '174740.150000', '174740.610000', '174741.070000', '174741.530000', '174741.990000', '174742.450000', '174742.910000', '174743.370000', '174743.830000', '174744.290000', '174744.750000', '174745.210000', '174745.670000', '174746.130000', '174746.590000', '174747.050000', '174747.510000', '174747.970000', '174748.430000', '174748.890000', '174749.350000', '174749.810000', '174750.270000', '174750.730000', '174751.190000', '174751.650000', '174752.110000', '174752.570000', '174753.030000', '174753.490000', '174753.950000', '174754.410000', '174754.870000', '174755.330000', '174755.790000', '174756.250000', '174756.710000', '174757.170000', '174757.630000', '174758.090000', '174758.550000', '174759.010000', '174759.470000', '174759.930000', '174800.390000', '174800.850000', '174801.310000', '174801.770000', '174802.230000', '174802.690000', '174803.150000', '174803.610000', '174804.070000', '174804.530000', '174804.990000', '174805.450000', '174805.910000', '174806.370000', '174806.830000', '174807.290000', '174807.750000', '174808.210000', '174808.670000', '174809.130000', '174809.590000', '174810.050000', '174810.510000', '174810.970000', '174811.430000', '174811.890000', '174812.350000', '174812.810000', '174813.270000', '174813.730000', '174814.190000', '174814.650000', '174815.110000', '174815.570000', '174816.030000', '174816.490000', '174816.950000', '174817.410000', '174817.870000', '174818.330000', '174818.790000', '174819.250000', '174819.710000', '174820.170000', '174820.630000', '174821.090000', '174821.550000', '174822.010000', '174822.470000', '174822.930000', '174823.390000', '174823.850000', '174824.310000', '174824.770000', '174825.230000', '174825.690000', '174826.150000', '174826.610000', '174827.070000', '174827.530000', '174827.990000', '174828.450000', '174828.910000', '174829.370000', '174829.830000', '174830.290000', '174830.750000', '174831.210000', '174831.670000', '174832.130000', '174832.590000', '174833.050000', '174833.510000', '174833.970000', '174834.430000', '174834.890000', '174835.350000', '174835.810000', '174836.270000', '174836.730000', '174837.190000', '174837.650000', '174838.110000', '174838.570000', '174839.030000', '174839.490000', '174839.950000', '174840.410000', '174840.870000', '174841.330000', '174841.790000', '174842.250000', '174842.710000', '174843.170000', '174843.630000', '174844.090000', '174844.550000', '174845.010000', '174845.470000', '174845.930000', '174846.390000', '174846.850000', '174847.310000', '174847.770000', '174848.230000', '174848.690000', '174849.150000', '174849.610000', '174850.070000', '174850.530000', '174850.990000', '174851.450000', '174851.910000', '174852.370000', '174852.830000', '174853.290000', '174853.750000', '174854.210000', '174854.670000', '174855.130000', '174855.590000', '174856.050000', '174856.510000', '174856.970000', '174857.430000', '174857.890000', '174858.350000', '174858.810000', '174859.270000', '174859.730000', '174900.190000', '174900.650000', '174901.110000', '174901.570000', '174902.030000', '174902.490000', '174902.950000', '174903.410000', '174903.870000', '174904.330000', '174904.790000', '174905.250000', '174905.710000', '174906.170000', '174906.630000', '174907.090000', '174907.550000', '174908.010000', '174908.470000', '174908.930000', '174909.390000', '174909.850000', '174910.310000', '174910.770000', '174911.230000', '174911.690000', '174912.150000', '174912.610000', '174913.070000', '174913.530000', '174913.990000', '174914.450000', '174914.910000', '174915.370000', '174915.830000', '174916.290000', '174916.750000', '174917.210000', '174917.670000', '174918.130000', '174918.590000', '174919.050000', '174919.510000', '174919.970000', '174920.430000', '174920.890000', '174921.350000', '174921.810000', '174922.270000', '174922.730000', '174923.190000', '174923.650000', '174924.110000', '174924.570000', '174925.030000', '174925.490000', '174925.950000', '174926.410000', '174926.870000', '174927.330000', '174927.790000', '174928.250000', '174928.710000', '174929.170000', '174929.630000', '174930.090000', '174930.550000', '174931.010000', '174931.470000', '174931.930000', '174932.390000', '174932.850000', '174933.310000', '174933.770000', '174934.230000', '174934.690000', '174935.150000', '174935.610000', '174936.070000', '174936.530000', '174936.990000', '174937.450000', '174937.910000', '174938.370000', '174938.830000', '174939.290000', '174939.750000', '174940.210000', '174940.670000', '174941.130000', '174941.590000', '174942.050000', '174942.510000', '174942.970000', '174943.430000', '174943.890000', '174944.350000', '174944.810000', '174945.270000', '174945.730000', '174946.190000', '174946.650000', '174947.110000', '174947.570000', '174948.030000', '174948.490000', '174948.950000', '174949.410000', '174949.870000', '174950.330000', '174950.790000', '174951.250000', '174951.710000', '174952.170000', '174952.630000', '174953.090000', '174953.550000', '174954.010000', '174954.470000', '174954.930000', '174955.390000', '174955.850000', '174956.310000', '174956.770000', '174957.230000', '174957.690000', '174958.150000', '174958.610000', '174959.070000', '174959.530000', '174959.990000', '175000.450000', '175000.910000', '175001.370000', '175001.830000', '175002.290000', '175002.750000', '175003.210000', '175003.670000', '175004.130000', '175004.590000', '175005.050000', '175005.510000', '175005.970000', '175006.430000', '175006.890000', '175007.350000', '175007.810000', '175008.270000', '175008.730000', '175009.190000', '175009.650000', '175010.110000', '175010.570000', '175011.030000', '175011.490000', '175011.950000', '175012.410000', '175012.870000', '175013.330000', '175013.790000', '175014.250000', '175014.710000', '175015.170000', '175015.630000', '175016.090000', '175016.550000', '175017.010000', '175017.470000', '175017.930000', '175018.390000', '175018.850000', '175019.310000', '175019.770000', '175020.230000', '175020.690000', '175021.150000', '175021.610000', '175022.070000', '175022.530000', '175022.990000', '175023.450000', '175023.910000', '175024.370000', '175024.830000', '175025.290000', '175025.750000', '175026.210000', '175026.670000', '175027.130000', '175027.590000', '175028.050000', '175028.510000', '175028.970000', '175029.430000', '175029.890000', '175030.350000', '175030.810000', '175031.270000', '175031.730000', '175032.190000', '175032.650000', '175033.110000', '175033.570000', '175034.030000', '175034.490000', '175034.950000', '175035.410000', '175035.870000', '175036.330000', '175036.790000', '175037.250000', '175037.710000', '175038.170000', '175038.630000', '175039.090000', '175039.550000', '175040.010000', '175040.470000', '175040.930000', '175041.390000', '175041.850000', '175042.310000', '175042.770000', '175043.230000', '175043.690000', '175044.150000', '175044.610000', '175045.070000', '175045.530000', '175045.990000', '175046.450000', '175046.910000', '175047.370000', '175047.830000', '175048.290000', '175048.750000', '175049.210000', '175049.670000', '175050.130000', '175050.590000', '175051.050000', '175051.510000', '175051.970000', '175052.430000', '175052.890000', '175053.350000', '175053.810000', '175054.270000', '175054.730000', '175055.190000', '175055.650000', '175056.110000', '175056.570000', '175057.030000', '175057.490000', '175057.950000', '175058.410000', '175058.870000', '175059.330000', '175059.790000', '175100.250000', '175100.710000', '175101.170000', '175101.630000', '175102.090000', '175102.550000', '175103.010000', '175103.470000', '175103.930000', '175104.390000', '175104.850000', '175105.310000', '175105.770000', '175106.230000', '175106.690000', '175107.150000', '175107.610000', '175108.070000', '175108.530000', '175108.990000', '175109.450000', '175109.910000', '175110.370000', '175110.830000', '175111.290000', '175111.750000', '175112.210000', '175112.670000', '175113.130000', '175113.590000', '175114.050000', '175114.510000', '175114.970000', '175115.430000', '175115.890000', '175116.350000', '175116.810000', '175117.270000', '175117.730000', '175118.190000', '175118.650000', '175119.110000', '175119.570000', '175120.030000', '175120.490000', '175120.950000', '175121.410000', '175121.870000', '175122.330000', '175122.790000', '175123.250000', '175123.710000', '175124.170000', '175124.630000', '175125.090000', '175125.550000', '175126.010000', '175126.470000', '175126.930000', '175127.390000', '175127.850000', '175128.310000', '175128.770000', '175129.230000', '175129.690000', '175130.150000', '175130.610000', '175131.070000', '175131.530000', '175131.990000', '175132.450000', '175132.910000', '175133.370000', '175133.830000', '175134.290000', '175134.750000', '175135.210000', '175135.670000', '175136.130000', '175136.590000', '175137.050000', '175137.510000', '175137.970000', '175138.430000', '175138.890000', '175139.350000', '175139.810000', '175140.270000', '175140.730000', '175141.190000', '175141.650000', '175142.110000', '175142.570000', '175143.030000', '175143.490000', '175143.950000', '175144.410000', '175144.870000', '175145.330000', '175145.790000', '175146.250000', '175146.710000', '175147.170000', '175147.630000', '175148.090000', '175148.550000', '175149.010000', '175149.470000', '175149.930000', '175150.390000', '175150.850000', '175151.310000', '175151.770000', '175152.230000', '175152.690000', '175153.150000', '175153.610000', '175154.070000', '175154.530000', '175154.990000', '175155.450000', '175155.910000', '175156.370000', '175156.830000', '175157.290000', '175157.750000', '175158.210000', '175158.670000', '175159.130000', '175159.590000', '175200.050000', '175200.510000', '175200.970000', '175201.430000', '175201.890000', '175202.350000', '175202.810000', '175203.270000', '175203.730000', '175204.190000', '175204.650000', '175205.110000', '175205.570000', '175206.030000', '175206.490000', '175206.950000', '175207.410000', '175207.870000', '175208.330000', '175208.790000', '175209.250000', '175209.710000', '175210.170000', '175210.630000', '175211.090000', '175211.550000', '175212.010000', '175212.470000', '175212.930000', '175213.390000', '175213.850000', '175214.310000', '175214.770000', '175215.230000', '175215.690000', '175216.150000', '175216.610000', '175217.070000', '175217.530000', '175217.990000', '175218.450000', '175218.910000', '175219.370000', '175219.830000', '175220.290000', '175220.750000', '175221.210000', '175221.670000', '175222.130000', '175222.590000', '175223.050000', '175223.510000', '175223.970000', '175224.430000', '175224.890000', '175225.350000', '175225.810000', '175226.270000', '175226.730000', '175227.190000', '175227.650000', '175228.110000', '175228.570000', '175229.030000', '175229.490000', '175229.950000', '175230.410000', '175230.870000', '175231.330000', '175231.790000', '175232.250000', '175232.710000', '175233.170000', '175233.630000', '175234.090000', '175234.550000', '175235.010000', '175235.470000', '175235.930000', '175236.390000', '175236.850000', '175237.310000', '175237.770000', '175238.230000', '175238.690000', '175239.150000', '175239.610000', '175240.070000', '175240.530000', '175240.990000', '175241.450000', '175241.910000', '175242.370000', '175242.830000', '175243.290000', '175243.750000', '175244.210000', '175244.670000', '175245.130000', '175245.590000', '175246.050000', '175246.510000', '175246.970000', '175247.430000', '175247.890000', '175248.350000', '175248.810000', '175249.270000', '175249.730000', '175250.190000', '175250.650000', '175251.110000', '175251.570000', '175252.030000', '175252.490000', '175252.950000', '175253.410000', '175253.870000', '175254.330000', '175254.790000', '175255.250000', '175255.710000', '175256.170000', '175256.630000', '175257.090000', '175257.550000', '175258.010000', '175258.470000', '175258.930000', '175259.390000', '175259.850000', '175300.310000', '175300.770000', '175301.230000', '175301.690000', '175302.150000', '175302.610000', '175303.070000', '175303.530000', '175303.990000', '175304.450000', '175304.910000', '175305.370000', '175305.830000', '175306.290000', '175306.750000', '175307.210000', '175307.670000', '175308.130000', '175308.590000', '175309.050000', '175309.510000', '175309.970000', '175310.430000', '175310.890000', '175311.350000', '175311.810000', '175312.270000', '175312.730000', '175313.190000', '175313.650000', '175314.110000', '175314.570000', '175315.030000', '175315.490000', '175315.950000', '175316.410000', '175316.870000', '175317.330000', '175317.790000', '175318.250000', '175318.710000', '175319.170000', '175319.630000', '175320.090000', '175320.550000', '175321.010000', '175321.470000', '175321.930000', '175322.390000', '175322.850000', '175323.310000', '175323.770000', '175324.230000', '175324.690000', '175325.150000', '175325.610000', '175326.070000', '175326.530000', '175326.990000', '175327.450000', '175327.910000', '175328.370000', '175328.830000', '175329.290000', '175329.750000', '175330.210000', '175330.670000', '175331.130000', '175331.590000', '175332.050000', '175332.510000', '175332.970000', '175333.430000', '175333.890000', '175334.350000', '175334.810000', '175335.270000', '175335.730000', '175336.190000', '175336.650000', '175337.110000', '175337.570000', '175338.030000', '175338.490000', '175338.950000', '175339.410000', '175339.870000', '175340.330000', '175340.790000', '175341.250000', '175341.710000', '175342.170000', '175342.630000', '175343.090000', '175343.550000', '175344.010000', '175344.470000', '175344.930000', '175345.390000', '175345.850000', '175346.310000', '175346.770000', '175347.230000', '175347.690000', '175348.150000', '175348.610000', '175349.070000'], 'ContentTime': ['174727.071000', '174727.074000', '174727.077000', '174727.080000', '174727.083000', '174727.086000', '174727.088000', '174727.091000', '174727.094000', '174727.097000', '174727.103000', '174727.106000', '174727.109000', '174727.112000', '174727.116000', '174727.120000', '174727.124000', '174727.131000', '174727.134000', '174727.137000', '174727.156000', '174727.158000', '174727.161000', '174727.164000', '174727.167000', '174727.170000', '174727.172000', '174727.175000', '174727.178000', '174727.181000', '174727.184000', '174727.186000', '174727.189000', '174727.192000', '174727.195000', '174727.198000', '174727.200000', '174727.203000', '174747.034000', '174747.037000', '174747.042000', '174747.058000', '174747.060000', '174747.063000', '174747.066000', '174747.069000', '174747.072000', '174747.075000', '174747.077000', '174747.080000', '174747.083000', '174747.086000', '174747.089000', '174747.091000', '174747.094000', '174747.097000', '174747.100000', '174747.103000', '174747.106000', '174747.109000', '174747.111000', '174747.114000', '174747.117000', '174747.120000', '174747.122000', '174747.125000', '174747.128000', '174747.131000', '174747.134000', '174747.136000', '174747.139000', '174747.142000', '174747.145000', '174747.148000', '174747.150000', '174747.153000', '174747.156000', '174747.159000', '174747.162000', '174747.164000', '174747.167000', '174747.170000', '174807.034000', '174807.037000', '174807.039000', '174807.042000', '174807.045000', '174807.048000', '174807.051000', '174807.054000', '174807.061000', '174807.064000', '174807.067000', '174807.070000', '174807.072000', '174807.075000', '174807.078000', '174807.081000', '174807.084000', '174807.087000', '174807.089000', '174807.092000', '174807.095000', '174807.098000', '174807.101000', '174807.104000', '174807.106000', '174807.109000', '174807.112000', '174807.115000', '174807.118000', '174807.120000', '174807.123000', '174807.126000', '174807.129000', '174807.132000', '174807.134000', '174807.137000', '174807.140000', '174807.143000', '174807.146000', '174807.149000', '174807.151000', '174807.154000', '174807.157000', '174827.034000', '174827.037000', '174827.040000', '174827.042000', '174827.045000', '174827.048000', '174827.051000', '174827.054000', '174827.057000', '174827.059000', '174827.062000', '174827.065000', '174827.068000', '174827.071000', '174827.073000', '174827.076000', '174827.079000', '174827.082000', '174827.085000', '174827.088000', '174827.091000', '174827.094000', '174827.096000', '174827.099000', '174827.102000', '174827.105000', '174827.108000', '174827.110000', '174827.113000', '174827.116000', '174827.119000', '174827.122000', '174827.125000', '174827.128000', '174827.130000', '174827.133000', '174827.136000', '174827.139000', '174827.142000', '174827.144000', '174827.147000', '174827.150000', '174827.159000', '174827.161000', '174847.035000', '174847.038000', '174847.041000', '174847.043000', '174847.046000', '174847.049000', '174847.052000', '174847.055000', '174847.058000', '174847.061000', '174847.064000', '174847.066000', '174847.069000', '174847.072000', '174847.075000', '174847.078000', '174847.080000', '174847.083000', '174847.086000', '174847.089000', '174847.092000', '174847.096000', '174847.099000', '174847.102000', '174847.105000', '174847.107000', '174847.110000', '174847.113000', '174847.116000', '174847.119000', '174847.122000', '174847.124000', '174847.127000', '174847.130000', '174847.133000', '174847.136000', '174847.138000', '174847.141000', '174847.144000', '174847.148000', '174847.153000', '174847.156000', '174847.159000', '174907.035000', '174907.038000', '174907.040000', '174907.043000', '174907.046000', '174907.049000', '174907.052000', '174907.055000', '174907.058000', '174907.062000', '174907.065000', '174907.068000', '174907.070000', '174907.073000', '174907.076000', '174907.079000', '174907.082000', '174907.085000', '174907.087000', '174907.090000', '174907.093000', '174907.096000', '174907.099000', '174907.102000', '174907.105000', '174907.107000', '174907.110000', '174907.116000', '174907.118000', '174907.121000', '174907.124000', '174907.127000', '174907.130000', '174907.132000', '174907.135000', '174907.138000', '174907.141000', '174907.144000', '174907.146000', '174907.156000', '174907.159000', '174907.162000', '174907.175000', '174907.178000', '174927.035000', '174927.038000', '174927.047000', '174927.050000', '174927.053000', '174927.056000', '174927.059000', '174927.061000', '174927.064000', '174927.067000', '174927.070000', '174927.073000', '174927.076000', '174927.079000', '174927.081000', '174927.084000', '174927.087000', '174927.090000', '174927.093000', '174927.095000', '174927.098000', '174927.101000', '174927.104000', '174927.107000', '174927.110000', '174927.113000', '174927.116000', '174927.119000', '174927.121000', '174927.124000', '174927.127000', '174927.130000', '174927.133000', '174927.136000', '174927.138000', '174927.141000', '174927.144000', '174927.147000', '174927.150000', '174927.152000', '174927.155000', '174927.158000', '174927.161000', '174947.034000', '174947.037000', '174947.040000', '174947.042000', '174947.045000', '174947.048000', '174947.051000', '174947.054000', '174947.057000', '174947.060000', '174947.063000', '174947.065000', '174947.068000', '174947.071000', '174947.074000', '174947.077000', '174947.080000', '174947.082000', '174947.085000', '174947.088000', '174947.091000', '174947.094000', '174947.097000', '174947.100000', '174947.102000', '174947.105000', '174947.108000', '174947.111000', '174947.114000', '174947.122000', '174947.125000', '174947.128000', '174947.131000', '174947.133000', '174947.136000', '174947.139000', '174947.142000', '174947.145000', '174947.148000', '174947.151000', '174947.153000', '174947.156000', '174947.159000', '174947.162000', '175007.034000', '175007.037000', '175007.040000', '175007.043000', '175007.046000', '175007.048000', '175007.051000', '175007.054000', '175007.057000', '175007.060000', '175007.063000', '175007.065000', '175007.069000', '175007.071000', '175007.074000', '175007.077000', '175007.080000', '175007.083000', '175007.086000', '175007.088000', '175007.091000', '175007.094000', '175007.097000', '175007.100000', '175007.103000', '175007.106000', '175007.109000', '175007.111000', '175007.114000', '175007.117000', '175007.120000', '175007.123000', '175007.126000', '175007.129000', '175007.133000', '175007.136000', '175007.139000', '175007.142000', '175007.144000', '175007.147000', '175007.150000', '175007.153000', '175007.156000', '175027.034000', '175027.037000', '175027.040000', '175027.043000', '175027.046000', '175027.048000', '175027.051000', '175027.054000', '175027.057000', '175027.060000', '175027.063000', '175027.065000', '175027.068000', '175027.071000', '175027.074000', '175027.077000', '175027.080000', '175027.083000', '175027.085000', '175027.088000', '175027.091000', '175027.094000', '175027.098000', '175027.101000', '175027.104000', '175027.107000', '175027.109000', '175027.112000', '175027.115000', '175027.118000', '175027.121000', '175027.124000', '175027.126000', '175027.129000', '175027.132000', '175027.135000', '175027.138000', '175027.141000', '175027.143000', '175027.146000', '175027.149000', '175027.152000', '175027.155000', '175027.158000', '175047.034000', '175047.037000', '175047.040000', '175047.043000', '175047.045000', '175047.048000', '175047.051000', '175047.054000', '175047.057000', '175047.060000', '175047.063000', '175047.066000', '175047.068000', '175047.071000', '175047.074000', '175047.077000', '175047.080000', '175047.083000', '175047.085000', '175047.088000', '175047.091000', '175047.094000', '175047.097000', '175047.100000', '175047.103000', '175047.106000', '175047.109000', '175047.112000', '175047.114000', '175047.117000', '175047.120000', '175047.123000', '175047.126000', '175047.128000', '175047.131000', '175047.134000', '175047.137000', '175047.153000', '175047.156000', '175047.159000', '175047.162000', '175047.164000', '175047.167000', '175107.035000', '175107.038000', '175107.041000', '175107.043000', '175107.046000', '175107.049000', '175107.052000', '175107.055000', '175107.058000', '175107.061000', '175107.063000', '175107.066000', '175107.069000', '175107.072000', '175107.075000', '175107.078000', '175107.081000', '175107.083000', '175107.086000', '175107.089000', '175107.092000', '175107.095000', '175107.098000', '175107.101000', '175107.104000', '175107.106000', '175107.109000', '175107.112000', '175107.115000', '175107.118000', '175107.121000', '175107.123000', '175107.126000', '175107.129000', '175107.132000', '175107.135000', '175107.138000', '175107.141000', '175107.143000', '175107.146000', '175107.149000', '175107.152000', '175107.155000', '175107.158000', '175127.035000', '175127.038000', '175127.041000', '175127.044000', '175127.046000', '175127.049000', '175127.052000', '175127.055000', '175127.058000', '175127.061000', '175127.064000', '175127.067000', '175127.069000', '175127.072000', '175127.075000', '175127.079000', '175127.082000', '175127.084000', '175127.087000', '175127.090000', '175127.093000', '175127.096000', '175127.099000', '175127.102000', '175127.105000', '175127.107000', '175127.110000', '175127.113000', '175127.116000', '175127.119000', '175127.122000', '175127.125000', '175127.127000', '175127.130000', '175127.133000', '175127.136000', '175127.139000', '175127.142000', '175127.145000', '175127.147000', '175127.150000', '175127.153000', '175127.156000', '175147.035000', '175147.038000', '175147.040000', '175147.043000', '175147.046000', '175147.049000', '175147.052000', '175147.055000', '175147.058000', '175147.061000', '175147.063000', '175147.066000', '175147.069000', '175147.072000', '175147.075000', '175147.078000', '175147.081000', '175147.083000', '175147.086000', '175147.089000', '175147.092000', '175147.095000', '175147.098000', '175147.101000', '175147.104000', '175147.107000', '175147.109000', '175147.112000', '175147.115000', '175147.118000', '175147.121000', '175147.124000', '175147.127000', '175147.129000', '175147.132000', '175147.135000', '175147.138000', '175147.141000', '175147.144000', '175147.147000', '175147.150000', '175147.153000', '175147.155000', '175147.158000', '175207.034000', '175207.037000', '175207.040000', '175207.043000', '175207.046000', '175207.049000', '175207.052000', '175207.054000', '175207.057000', '175207.060000', '175207.063000', '175207.066000', '175207.069000', '175207.072000', '175207.074000', '175207.077000', '175207.080000', '175207.083000', '175207.086000', '175207.089000', '175207.092000', '175207.095000', '175207.098000', '175207.100000', '175207.103000', '175207.106000', '175207.109000', '175207.112000', '175207.115000', '175207.118000', '175207.120000', '175207.123000', '175207.126000', '175207.129000', '175207.132000', '175207.135000', '175207.137000', '175207.140000', '175207.143000', '175207.146000', '175207.149000', '175207.152000', '175207.154000', '175227.034000', '175227.038000', '175227.040000', '175227.043000', '175227.046000', '175227.058000', '175227.061000', '175227.064000', '175227.067000', '175227.070000', '175227.073000', '175227.075000', '175227.078000', '175227.081000', '175227.084000', '175227.087000', '175227.090000', '175227.093000', '175227.095000', '175227.098000', '175227.101000', '175227.104000', '175227.107000', '175227.110000', '175227.113000', '175227.115000', '175227.118000', '175227.121000', '175227.124000', '175227.127000', '175227.130000', '175227.133000', '175227.135000', '175227.138000', '175227.141000', '175227.144000', '175227.147000', '175227.150000', '175227.152000', '175227.155000', '175227.158000', '175227.161000', '175227.164000', '175247.034000', '175247.037000', '175247.040000', '175247.043000', '175247.046000', '175247.049000', '175247.051000', '175247.054000', '175247.057000', '175247.060000', '175247.063000', '175247.066000', '175247.069000', '175247.072000', '175247.074000', '175247.077000', '175247.080000', '175247.083000', '175247.086000', '175247.089000', '175247.092000', '175247.095000', '175247.098000', '175247.100000', '175247.103000', '175247.106000', '175247.109000', '175247.112000', '175247.115000', '175247.118000', '175247.120000', '175247.123000', '175247.126000', '175247.129000', '175247.132000', '175247.135000', '175247.137000', '175247.140000', '175247.143000', '175247.146000', '175247.149000', '175247.152000', '175247.155000', '175247.158000', '175307.034000', '175307.037000', '175307.040000', '175307.043000', '175307.048000', '175307.052000', '175307.055000', '175307.058000', '175307.060000', '175307.063000', '175307.066000', '175307.069000', '175307.072000', '175307.075000', '175307.077000', '175307.080000', '175307.083000', '175307.086000', '175307.089000', '175307.093000', '175307.096000', '175307.099000', '175307.102000', '175307.105000', '175307.108000', '175307.111000', '175307.114000', '175307.117000', '175307.119000', '175307.122000', '175307.125000', '175307.128000', '175307.131000', '175307.134000', '175307.137000', '175307.139000', '175307.142000', '175307.145000', '175307.148000', '175307.151000', '175307.153000', '175307.156000', '175307.159000', '175327.035000', '175327.038000', '175327.041000', '175327.043000', '175327.046000', '175327.049000', '175327.052000', '175327.055000', '175327.058000', '175327.061000', '175327.063000', '175327.066000', '175327.069000', '175327.072000', '175327.075000', '175327.078000', '175327.081000', '175327.083000', '175327.086000', '175327.089000', '175327.092000', '175327.095000', '175327.098000', '175327.101000', '175327.104000', '175327.106000', '175327.109000', '175327.112000', '175327.115000', '175327.118000', '175327.120000', '175327.123000', '175327.126000', '175327.129000', '175327.132000', '175327.135000', '175327.137000', '175327.140000', '175327.143000', '175327.146000', '175327.154000', '175327.156000', '175327.159000', '175327.162000', '175347.035000', '175347.038000', '175347.041000', '175347.044000', '175347.047000', '175347.049000', '175347.052000', '175347.055000', '175347.058000', '175347.061000', '175347.064000', '175347.067000', '175347.069000', '175347.072000', '175347.076000', '175347.080000', '175347.103000', '175347.106000', '175347.109000', '175347.112000', '175347.115000', '175347.118000', '175347.120000', '175347.123000', '175347.126000', '175347.129000', '175347.132000', '175347.135000', '175347.138000', '175347.140000', '175347.143000', '175347.146000', '175347.149000', '175347.152000', '175347.155000', '175347.157000', '175347.160000', '175347.163000', '175347.167000', '175347.170000', '175347.172000', '175347.175000', '175347.178000', '175350.339000', '175350.342000', '175350.346000', '175350.349000', '175350.352000', '175350.357000', '175350.360000', '175350.363000'], 'InstanceCreationTime': ['174727.071000', '174727.074000', '174727.077000', '174727.080000', '174727.083000', '174727.086000', '174727.088000', '174727.091000', '174727.094000', '174727.097000', '174727.103000', '174727.106000', '174727.109000', '174727.112000', '174727.116000', '174727.120000', '174727.124000', '174727.131000', '174727.134000', '174727.137000', '174727.156000', '174727.158000', '174727.161000', '174727.164000', '174727.167000', '174727.170000', '174727.172000', '174727.175000', '174727.178000', '174727.181000', '174727.184000', '174727.186000', '174727.189000', '174727.192000', '174727.195000', '174727.198000', '174727.200000', '174727.203000', '174747.034000', '174747.037000', '174747.042000', '174747.058000', '174747.060000', '174747.063000', '174747.066000', '174747.069000', '174747.072000', '174747.075000', '174747.077000', '174747.080000', '174747.083000', '174747.086000', '174747.089000', '174747.091000', '174747.094000', '174747.097000', '174747.100000', '174747.103000', '174747.106000', '174747.109000', '174747.111000', '174747.114000', '174747.117000', '174747.120000', '174747.122000', '174747.125000', '174747.128000', '174747.131000', '174747.134000', '174747.136000', '174747.139000', '174747.142000', '174747.145000', '174747.148000', '174747.150000', '174747.153000', '174747.156000', '174747.159000', '174747.162000', '174747.164000', '174747.167000', '174747.170000', '174807.034000', '174807.037000', '174807.039000', '174807.042000', '174807.045000', '174807.048000', '174807.051000', '174807.054000', '174807.061000', '174807.064000', '174807.067000', '174807.070000', '174807.072000', '174807.075000', '174807.078000', '174807.081000', '174807.084000', '174807.087000', '174807.089000', '174807.092000', '174807.095000', '174807.098000', '174807.101000', '174807.104000', '174807.106000', '174807.109000', '174807.112000', '174807.115000', '174807.118000', '174807.120000', '174807.123000', '174807.126000', '174807.129000', '174807.132000', '174807.134000', '174807.137000', '174807.140000', '174807.143000', '174807.146000', '174807.149000', '174807.151000', '174807.154000', '174807.157000', '174827.034000', '174827.037000', '174827.040000', '174827.042000', '174827.045000', '174827.048000', '174827.051000', '174827.054000', '174827.057000', '174827.059000', '174827.062000', '174827.065000', '174827.068000', '174827.071000', '174827.073000', '174827.076000', '174827.079000', '174827.082000', '174827.085000', '174827.088000', '174827.091000', '174827.094000', '174827.096000', '174827.099000', '174827.102000', '174827.105000', '174827.108000', '174827.110000', '174827.113000', '174827.116000', '174827.119000', '174827.122000', '174827.125000', '174827.128000', '174827.130000', '174827.133000', '174827.136000', '174827.139000', '174827.142000', '174827.144000', '174827.147000', '174827.150000', '174827.159000', '174827.161000', '174847.035000', '174847.038000', '174847.041000', '174847.043000', '174847.046000', '174847.049000', '174847.052000', '174847.055000', '174847.058000', '174847.061000', '174847.064000', '174847.066000', '174847.069000', '174847.072000', '174847.075000', '174847.078000', '174847.080000', '174847.083000', '174847.086000', '174847.089000', '174847.092000', '174847.096000', '174847.099000', '174847.102000', '174847.105000', '174847.107000', '174847.110000', '174847.113000', '174847.116000', '174847.119000', '174847.122000', '174847.124000', '174847.127000', '174847.130000', '174847.133000', '174847.136000', '174847.138000', '174847.141000', '174847.144000', '174847.148000', '174847.153000', '174847.156000', '174847.159000', '174907.035000', '174907.038000', '174907.040000', '174907.043000', '174907.046000', '174907.049000', '174907.052000', '174907.055000', '174907.058000', '174907.062000', '174907.065000', '174907.068000', '174907.070000', '174907.073000', '174907.076000', '174907.079000', '174907.082000', '174907.085000', '174907.087000', '174907.090000', '174907.093000', '174907.096000', '174907.099000', '174907.102000', '174907.105000', '174907.107000', '174907.110000', '174907.116000', '174907.118000', '174907.121000', '174907.124000', '174907.127000', '174907.130000', '174907.132000', '174907.135000', '174907.138000', '174907.141000', '174907.144000', '174907.146000', '174907.156000', '174907.159000', '174907.162000', '174907.175000', '174907.178000', '174927.035000', '174927.038000', '174927.047000', '174927.050000', '174927.053000', '174927.056000', '174927.059000', '174927.061000', '174927.064000', '174927.067000', '174927.070000', '174927.073000', '174927.076000', '174927.079000', '174927.081000', '174927.084000', '174927.087000', '174927.090000', '174927.093000', '174927.095000', '174927.098000', '174927.101000', '174927.104000', '174927.107000', '174927.110000', '174927.113000', '174927.116000', '174927.119000', '174927.121000', '174927.124000', '174927.127000', '174927.130000', '174927.133000', '174927.136000', '174927.138000', '174927.141000', '174927.144000', '174927.147000', '174927.150000', '174927.152000', '174927.155000', '174927.158000', '174927.161000', '174947.034000', '174947.037000', '174947.040000', '174947.042000', '174947.045000', '174947.048000', '174947.051000', '174947.054000', '174947.057000', '174947.060000', '174947.063000', '174947.065000', '174947.068000', '174947.071000', '174947.074000', '174947.077000', '174947.080000', '174947.082000', '174947.085000', '174947.088000', '174947.091000', '174947.094000', '174947.097000', '174947.100000', '174947.102000', '174947.105000', '174947.108000', '174947.111000', '174947.114000', '174947.122000', '174947.125000', '174947.128000', '174947.131000', '174947.133000', '174947.136000', '174947.139000', '174947.142000', '174947.145000', '174947.148000', '174947.151000', '174947.153000', '174947.156000', '174947.159000', '174947.162000', '175007.034000', '175007.037000', '175007.040000', '175007.043000', '175007.046000', '175007.048000', '175007.051000', '175007.054000', '175007.057000', '175007.060000', '175007.063000', '175007.065000', '175007.069000', '175007.071000', '175007.074000', '175007.077000', '175007.080000', '175007.083000', '175007.086000', '175007.088000', '175007.091000', '175007.094000', '175007.097000', '175007.100000', '175007.103000', '175007.106000', '175007.109000', '175007.111000', '175007.114000', '175007.117000', '175007.120000', '175007.123000', '175007.126000', '175007.129000', '175007.133000', '175007.136000', '175007.139000', '175007.142000', '175007.144000', '175007.147000', '175007.150000', '175007.153000', '175007.156000', '175027.034000', '175027.037000', '175027.040000', '175027.043000', '175027.046000', '175027.048000', '175027.051000', '175027.054000', '175027.057000', '175027.060000', '175027.063000', '175027.065000', '175027.068000', '175027.071000', '175027.074000', '175027.077000', '175027.080000', '175027.083000', '175027.085000', '175027.088000', '175027.091000', '175027.094000', '175027.098000', '175027.101000', '175027.104000', '175027.107000', '175027.109000', '175027.112000', '175027.115000', '175027.118000', '175027.121000', '175027.124000', '175027.126000', '175027.129000', '175027.132000', '175027.135000', '175027.138000', '175027.141000', '175027.143000', '175027.146000', '175027.149000', '175027.152000', '175027.155000', '175027.158000', '175047.034000', '175047.037000', '175047.040000', '175047.043000', '175047.045000', '175047.048000', '175047.051000', '175047.054000', '175047.057000', '175047.060000', '175047.063000', '175047.066000', '175047.068000', '175047.071000', '175047.074000', '175047.077000', '175047.080000', '175047.083000', '175047.085000', '175047.088000', '175047.091000', '175047.094000', '175047.097000', '175047.100000', '175047.103000', '175047.106000', '175047.109000', '175047.112000', '175047.114000', '175047.117000', '175047.120000', '175047.123000', '175047.126000', '175047.128000', '175047.131000', '175047.134000', '175047.137000', '175047.153000', '175047.156000', '175047.159000', '175047.162000', '175047.164000', '175047.167000', '175107.035000', '175107.038000', '175107.041000', '175107.043000', '175107.046000', '175107.049000', '175107.052000', '175107.055000', '175107.058000', '175107.061000', '175107.063000', '175107.066000', '175107.069000', '175107.072000', '175107.075000', '175107.078000', '175107.081000', '175107.083000', '175107.086000', '175107.089000', '175107.092000', '175107.095000', '175107.098000', '175107.101000', '175107.104000', '175107.106000', '175107.109000', '175107.112000', '175107.115000', '175107.118000', '175107.121000', '175107.123000', '175107.126000', '175107.129000', '175107.132000', '175107.135000', '175107.138000', '175107.141000', '175107.143000', '175107.146000', '175107.149000', '175107.152000', '175107.155000', '175107.158000', '175127.035000', '175127.038000', '175127.041000', '175127.044000', '175127.046000', '175127.049000', '175127.052000', '175127.055000', '175127.058000', '175127.061000', '175127.064000', '175127.067000', '175127.069000', '175127.072000', '175127.075000', '175127.079000', '175127.082000', '175127.084000', '175127.087000', '175127.090000', '175127.093000', '175127.096000', '175127.099000', '175127.102000', '175127.105000', '175127.107000', '175127.110000', '175127.113000', '175127.116000', '175127.119000', '175127.122000', '175127.125000', '175127.127000', '175127.130000', '175127.133000', '175127.136000', '175127.139000', '175127.142000', '175127.145000', '175127.147000', '175127.150000', '175127.153000', '175127.156000', '175147.035000', '175147.038000', '175147.040000', '175147.043000', '175147.046000', '175147.049000', '175147.052000', '175147.055000', '175147.058000', '175147.061000', '175147.063000', '175147.066000', '175147.069000', '175147.072000', '175147.075000', '175147.078000', '175147.081000', '175147.083000', '175147.086000', '175147.089000', '175147.092000', '175147.095000', '175147.098000', '175147.101000', '175147.104000', '175147.107000', '175147.109000', '175147.112000', '175147.115000', '175147.118000', '175147.121000', '175147.124000', '175147.127000', '175147.129000', '175147.132000', '175147.135000', '175147.138000', '175147.141000', '175147.144000', '175147.147000', '175147.150000', '175147.153000', '175147.155000', '175147.158000', '175207.034000', '175207.037000', '175207.040000', '175207.043000', '175207.046000', '175207.049000', '175207.052000', '175207.054000', '175207.057000', '175207.060000', '175207.063000', '175207.066000', '175207.069000', '175207.072000', '175207.074000', '175207.077000', '175207.080000', '175207.083000', '175207.086000', '175207.089000', '175207.092000', '175207.095000', '175207.098000', '175207.100000', '175207.103000', '175207.106000', '175207.109000', '175207.112000', '175207.115000', '175207.118000', '175207.120000', '175207.123000', '175207.126000', '175207.129000', '175207.132000', '175207.135000', '175207.137000', '175207.140000', '175207.143000', '175207.146000', '175207.149000', '175207.152000', '175207.154000', '175227.034000', '175227.038000', '175227.040000', '175227.043000', '175227.046000', '175227.058000', '175227.061000', '175227.064000', '175227.067000', '175227.070000', '175227.073000', '175227.075000', '175227.078000', '175227.081000', '175227.084000', '175227.087000', '175227.090000', '175227.093000', '175227.095000', '175227.098000', '175227.101000', '175227.104000', '175227.107000', '175227.110000', '175227.113000', '175227.115000', '175227.118000', '175227.121000', '175227.124000', '175227.127000', '175227.130000', '175227.133000', '175227.135000', '175227.138000', '175227.141000', '175227.144000', '175227.147000', '175227.150000', '175227.152000', '175227.155000', '175227.158000', '175227.161000', '175227.164000', '175247.034000', '175247.037000', '175247.040000', '175247.043000', '175247.046000', '175247.049000', '175247.051000', '175247.054000', '175247.057000', '175247.060000', '175247.063000', '175247.066000', '175247.069000', '175247.072000', '175247.074000', '175247.077000', '175247.080000', '175247.083000', '175247.086000', '175247.089000', '175247.092000', '175247.095000', '175247.098000', '175247.100000', '175247.103000', '175247.106000', '175247.109000', '175247.112000', '175247.115000', '175247.118000', '175247.120000', '175247.123000', '175247.126000', '175247.129000', '175247.132000', '175247.135000', '175247.137000', '175247.140000', '175247.143000', '175247.146000', '175247.149000', '175247.152000', '175247.155000', '175247.158000', '175307.034000', '175307.037000', '175307.040000', '175307.043000', '175307.048000', '175307.052000', '175307.055000', '175307.058000', '175307.060000', '175307.063000', '175307.066000', '175307.069000', '175307.072000', '175307.075000', '175307.077000', '175307.080000', '175307.083000', '175307.086000', '175307.089000', '175307.093000', '175307.096000', '175307.099000', '175307.102000', '175307.105000', '175307.108000', '175307.111000', '175307.114000', '175307.117000', '175307.119000', '175307.122000', '175307.125000', '175307.128000', '175307.131000', '175307.134000', '175307.137000', '175307.139000', '175307.142000', '175307.145000', '175307.148000', '175307.151000', '175307.153000', '175307.156000', '175307.159000', '175327.035000', '175327.038000', '175327.041000', '175327.043000', '175327.046000', '175327.049000', '175327.052000', '175327.055000', '175327.058000', '175327.061000', '175327.063000', '175327.066000', '175327.069000', '175327.072000', '175327.075000', '175327.078000', '175327.081000', '175327.083000', '175327.086000', '175327.089000', '175327.092000', '175327.095000', '175327.098000', '175327.101000', '175327.104000', '175327.106000', '175327.109000', '175327.112000', '175327.115000', '175327.118000', '175327.120000', '175327.123000', '175327.126000', '175327.129000', '175327.132000', '175327.135000', '175327.137000', '175327.140000', '175327.143000', '175327.146000', '175327.154000', '175327.156000', '175327.159000', '175327.162000', '175347.035000', '175347.038000', '175347.041000', '175347.044000', '175347.047000', '175347.049000', '175347.052000', '175347.055000', '175347.058000', '175347.061000', '175347.064000', '175347.067000', '175347.069000', '175347.072000', '175347.076000', '175347.080000', '175347.103000', '175347.106000', '175347.109000', '175347.112000', '175347.115000', '175347.118000', '175347.120000', '175347.123000', '175347.126000', '175347.129000', '175347.132000', '175347.135000', '175347.138000', '175347.140000', '175347.143000', '175347.146000', '175347.149000', '175347.152000', '175347.155000', '175347.157000', '175347.160000', '175347.163000', '175347.167000', '175347.170000', '175347.172000', '175347.175000', '175347.178000', '175350.339000', '175350.342000', '175350.346000', '175350.349000', '175350.352000', '175350.357000', '175350.360000', '175350.363000'], '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': [16149, 13284, 13173, 13591, 11798, 13909, 13368, 16683, 13380, 12459, 13461, 13249, 13544, 13578, 13531, 13592, 12734, 13929, 13350, 14855, 13828, 13907, 18704, 13312, 14595, 13827, 13669, 17766, 13508, 13139, 13631, 13178, 12933, 13563, 13039, 13455, 13711, 14004, 13827, 13107, 13672, 13662, 12936, 13615, 14107, 14485, 13748, 12719, 16102, 13638, 12673, 13837, 13209, 13509, 13629, 11171, 13541, 12702, 14381, 13864, 13122, 13476, 12481, 14186, 13677, 15808, 13732, 14268, 14495, 13835, 18458, 13601, 15872, 13908, 13687, 16091, 13716, 13796, 13625, 13134, 14088, 12866, 14043, 12895, 13932, 13268, 13643, 13482, 13521, 13664, 11640, 14167, 11054, 14145, 13675, 17306, 13814, 13952, 17286, 13572, 12565, 15618, 13375, 13627, 13870, 11447, 13641, 14282, 14647, 13685, 13211, 13658, 11312, 13629, 12563, 13470, 11467, 14127, 12383, 14228, 13474, 14091, 14370, 17544, 14701, 13686, 14622, 13735, 15190, 13727, 13364, 13582, 13268, 11770, 13765, 13914, 16250, 13829, 13048, 13803, 13296, 13387, 13629, 13354, 14211, 13279, 13343, 13565, 11885, 13712, 13329, 14303, 13776, 14257, 13888, 15889, 14199, 14247, 17703, 13793, 13783, 14106, 13922, 17299, 13749, 14364, 15911, 14070, 12755, 15065, 13421, 12188, 13928, 13695, 13897, 13697, 12622, 14778, 13900, 13197, 14089, 13143, 14854, 13503, 12525, 13842, 13896, 14420, 14044, 12812, 16126, 13850, 13276, 13982, 13020, 15825, 13468, 14722, 14103, 14086, 17055, 13870, 12881, 13367, 13936, 14896, 14193, 11906, 14271, 13756, 13873, 13903, 13467, 14815, 13846, 13025, 14131, 14283, 16716, 14170, 10518, 14011, 13666, 14239, 14068, 13880, 13558, 13826, 14120, 15678, 13576, 12471, 13166, 13682, 10629, 13648, 13589, 13142, 13465, 13632, 12902, 13688, 14488, 16619, 13587, 12082, 13530, 13695, 13634, 13349, 13770, 14462, 13858, 14328, 17812, 13770, 13076, 16293, 13793, 12855, 14046, 14877, 16693, 13848, 13331, 14236, 13637, 14888, 13701, 14759, 15444, 14262, 11463, 13866, 14557, 16484, 13858, 13256, 15400, 13961, 12523, 13957, 14622, 16933, 14007, 13405, 14234, 13865, 14056, 13640, 14280, 14975, 14076, 12172, 13881, 14055, 14490, 14154, 14196, 15561, 14110, 13157, 16223, 13948, 13186, 14078, 13969, 16030, 14043, 14137, 15793, 14125, 14164, 17057, 13671, 13179, 17273, 13758, 12255, 13809, 13763, 14660, 14004, 13371, 13640, 13719, 13190, 13447, 13853, 12913, 13808, 12904, 14825, 13694, 12190, 13955, 14360, 16762, 13755, 13352, 15097, 14140, 11012, 13821, 13911, 15642, 13758, 10767, 13484, 13956, 15188, 13788, 13746, 15228, 14043, 14349, 15793, 13926, 14594, 17218, 13889, 12173, 14015, 14288, 14205, 13942, 14508, 15682, 13827, 12970, 14896, 13859, 14569, 14135, 14628, 17089, 14034, 14728, 16656, 14059, 13721, 13957, 13265, 13910, 13748, 13443, 14167, 13670, 14207, 13910, 14360, 14170, 11863, 13690, 11920, 13987, 12513, 14494, 13815, 17419, 15054, 13655, 14689, 14136, 13895, 17051, 13516, 13761, 16139, 14042, 12932, 13495, 13613, 10995, 13987, 13768, 13300, 13940, 13088, 13130, 13629, 13101, 13772, 11780, 13988, 13585, 14743, 13577, 13795, 14050, 13730, 16664, 13854, 13976, 17144, 13882, 13381, 13780, 12811, 13952, 14367, 17073, 13968, 13398, 14039, 13729, 16094, 13996, 12938, 15960, 13732, 12100, 13980, 13582, 14567, 14010, 14204, 14544, 13756, 14363, 15980, 13801, 13227, 13876, 13557, 10997, 13640, 13395, 13237, 13746, 13076, 15253, 13704, 12289, 13705, 14127, 14106, 13706, 12796, 13844, 13917, 12853, 13584, 13004, 15905, 13182, 13504, 13960, 14357, 15619, 13660, 14136, 17699, 13855, 13591, 13868, 13125, 14627, 13671, 13120, 14119, 13347, 13751, 13959, 12175, 13581, 13521, 13238, 13735, 11571, 13637, 14324, 15506, 13573, 12618, 13865, 14326, 16375, 13822, 14355, 17684, 13962, 13275, 13915, 14431, 17151, 13412, 12256, 13952, 12624, 14030, 13317, 13734, 14345, 17565, 13714, 13310, 13797, 14058, 16807, 13607, 13049, 13746, 13286, 13093, 13530, 12711, 15506, 13385, 12997, 13570, 12995, 13467, 13457, 12028, 13765, 13369, 13369, 13625, 11675, 13659, 12974, 16223, 13640, 12856, 13746, 12237, 13830, 13118, 16909, 13831, 13208, 14136, 14001, 16610, 13579, 13780, 14135, 13751, 16699, 13684, 13561, 13945, 13696, 14825, 13797, 13940, 16535, 13490, 13482, 13735, 13803, 12465, 13115, 13505, 13546, 13982, 13812, 15010, 13615, 13267, 16844, 13733, 12462, 13502, 13952, 14973, 13382, 11932, 13487, 13714, 12846, 14087, 12924, 15298, 13367, 15811, 13988, 12600, 14017, 14195, 17524, 14401, 14203, 14396, 13908, 17290, 13985, 13679, 15047, 13760, 13886, 14217, 12964, 17316, 13680, 13382, 14072, 14117, 15188, 14047, 13694, 17721, 13902, 12051, 13940, 13880, 14129, 13748, 13375, 13635, 13548, 12849, 13863, 13321, 13981, 14100, 13405, 13400, 13736, 12496, 13943, 10728, 13711, 13967, 15016, 13845, 13027, 14827, 13665, 14000, 13872, 12977, 14165, 13542, 16878, 14250, 13133, 14011, 13325, 14220, 13629, 16415, 14270, 13454, 13989, 13681, 15209, 13534, 13341, 13372, 13742, 13163, 13988, 13381, 16055, 13542, 13053, 14086, 13436, 13147, 13662, 10433, 13612, 13635, 13444, 13982, 13185, 16154, 13567, 13880, 14031, 13848, 15600, 13893, 13677, 17232, 14077, 11939, 13613, 13507, 14509, 13982, 13500, 13357, 13672, 11900, 13975, 10838, 13578, 13739, 15426, 13528, 13289, 13149, 13037, 17342, 14400, 13680, 11361, 13232, 13265, 15898, 14071, 13547, 14349, 13161, 14056, 14359, 17333, 13961, 14238, 14246, 14016, 16718, 13972, 14440, 17591, 14250, 13119, 13966, 14251, 16244, 13874, 11898, 13874, 14400, 13987, 13670, 12819, 13940, 14347, 13748, 13947, 13189, 13423, 13952, 12818, 13949, 10418, 13884, 13583, 14513, 13826, 12876, 13738, 13960, 13934, 14155, 14259, 16441, 13823, 13999, 13984, 13925, 15108, 13879, 13550, 13461, 14218, 13680, 13869, 13568, 16188, 14089, 13505, 13750, 13861, 14740, 13430, 13435, 13676, 13836, 14907, 14240, 13325, 14705, 14012, 17237, 14122, 14854, 13749, 12472, 18371, 14780, 13797, 13605, 11410, 13698, 13109, 16078, 13220, 15120, 13828, 13882, 16645, 13565, 14056, 13855, 14065, 15306, 13539, 12650, 13437, 14045, 16571, 13554, 10881, 13554, 13421, 14535, 14084, 13881, 13083, 13989, 13610, 14175, 14378, 16684, 14271, 13630, 18118, 13659, 13803, 14069, 13356, 13860, 13456, 12788, 13979, 13483, 13024], 'WindowCenter': [4508.0, 4472.0, 4447.0, 4447.0, 4421.0, 4454.0, 4444.0, 4463.0, 4431.0, 4420.0, 4431.0, 4433.0, 4440.0, 4441.0, 4430.0, 4431.0, 4419.0, 4442.0, 4432.0, 4440.0, 4440.0, 4440.0, 4461.0, 4428.0, 4441.0, 4431.0, 4441.0, 4459.0, 4429.0, 4419.0, 4427.0, 4431.0, 4417.0, 4429.0, 4428.0, 4427.0, 4430.0, 4428.0, 4428.0, 4429.0, 4429.0, 4441.0, 4418.0, 4428.0, 4426.0, 4427.0, 4428.0, 4420.0, 4436.0, 4427.0, 4416.0, 4426.0, 4417.0, 4427.0, 4440.0, 4406.0, 4428.0, 4429.0, 4439.0, 4440.0, 4428.0, 4440.0, 4431.0, 4430.0, 4429.0, 4449.0, 4440.0, 4441.0, 4428.0, 4429.0, 4460.0, 4428.0, 4436.0, 4426.0, 4427.0, 4436.0, 4426.0, 4426.0, 4430.0, 4417.0, 4439.0, 4419.0, 4426.0, 4420.0, 4440.0, 4431.0, 4442.0, 4441.0, 4428.0, 4430.0, 4409.0, 4441.0, 4410.0, 4442.0, 4441.0, 4462.0, 4429.0, 4431.0, 4447.0, 4429.0, 4416.0, 4437.0, 4418.0, 4426.0, 4428.0, 4408.0, 4440.0, 4438.0, 4439.0, 4431.0, 4429.0, 4443.0, 4421.0, 4442.0, 4433.0, 4443.0, 4425.0, 4455.0, 4446.0, 4469.0, 4455.0, 4470.0, 4472.0, 4478.0, 4457.0, 4445.0, 4441.0, 4431.0, 4441.0, 4418.0, 4430.0, 4418.0, 4433.0, 4409.0, 4417.0, 4416.0, 4437.0, 4417.0, 4416.0, 4414.0, 4417.0, 4416.0, 4415.0, 4417.0, 4427.0, 4417.0, 4416.0, 4428.0, 4407.0, 4427.0, 4417.0, 4428.0, 4429.0, 4439.0, 4430.0, 4438.0, 4428.0, 4438.0, 4447.0, 4428.0, 4428.0, 4439.0, 4439.0, 4449.0, 4425.0, 4428.0, 4437.0, 4426.0, 4417.0, 4425.0, 4418.0, 4406.0, 4427.0, 4428.0, 4426.0, 4427.0, 4419.0, 4437.0, 4430.0, 4428.0, 4442.0, 4431.0, 4437.0, 4430.0, 4419.0, 4429.0, 4431.0, 4439.0, 4440.0, 4432.0, 4450.0, 4431.0, 4418.0, 4440.0, 4431.0, 4438.0, 4430.0, 4439.0, 4428.0, 4429.0, 4446.0, 4429.0, 4418.0, 4416.0, 4426.0, 4438.0, 4428.0, 4406.0, 4427.0, 4428.0, 4414.0, 4426.0, 4426.0, 4438.0, 4428.0, 4417.0, 4425.0, 4428.0, 4436.0, 4428.0, 4384.0, 4428.0, 4429.0, 4426.0, 4428.0, 4427.0, 4415.0, 4429.0, 4437.0, 4437.0, 4427.0, 4417.0, 4417.0, 4429.0, 4397.0, 4426.0, 4429.0, 4427.0, 4427.0, 4428.0, 4417.0, 4440.0, 4440.0, 4449.0, 4430.0, 4418.0, 4429.0, 4441.0, 4429.0, 4418.0, 4428.0, 4437.0, 4428.0, 4440.0, 4459.0, 4429.0, 4418.0, 4447.0, 4429.0, 4416.0, 4439.0, 4439.0, 4447.0, 4429.0, 4429.0, 4426.0, 4429.0, 4439.0, 4428.0, 4439.0, 4437.0, 4438.0, 4408.0, 4430.0, 4438.0, 4447.0, 4428.0, 4418.0, 4437.0, 4438.0, 4418.0, 4427.0, 4439.0, 4448.0, 4428.0, 4417.0, 4427.0, 4428.0, 4427.0, 4415.0, 4427.0, 4435.0, 4426.0, 4405.0, 4417.0, 4429.0, 4425.0, 4427.0, 4427.0, 4437.0, 4427.0, 4417.0, 4446.0, 4427.0, 4416.0, 4441.0, 4440.0, 4447.0, 4428.0, 4430.0, 4437.0, 4428.0, 4429.0, 4447.0, 4428.0, 4418.0, 4446.0, 4427.0, 4404.0, 4427.0, 4428.0, 4426.0, 4427.0, 4426.0, 4438.0, 4441.0, 4427.0, 4428.0, 4429.0, 4418.0, 4441.0, 4429.0, 4439.0, 4429.0, 4417.0, 4441.0, 4440.0, 4449.0, 4428.0, 4429.0, 4439.0, 4439.0, 4410.0, 4427.0, 4428.0, 4438.0, 4428.0, 4396.0, 4428.0, 4438.0, 4439.0, 4428.0, 4427.0, 4436.0, 4427.0, 4428.0, 4437.0, 4425.0, 4425.0, 4444.0, 4415.0, 4405.0, 4426.0, 4427.0, 4415.0, 4425.0, 4425.0, 4435.0, 4425.0, 4416.0, 4425.0, 4414.0, 4424.0, 4413.0, 4424.0, 4434.0, 4414.0, 4424.0, 4434.0, 4413.0, 4412.0, 4427.0, 4414.0, 4426.0, 4425.0, 4427.0, 4427.0, 4427.0, 4428.0, 4439.0, 4439.0, 4428.0, 4409.0, 4442.0, 4420.0, 4453.0, 4443.0, 4465.0, 4458.0, 4478.0, 4455.0, 4434.0, 4439.0, 4429.0, 4429.0, 4446.0, 4416.0, 4427.0, 4436.0, 4428.0, 4417.0, 4413.0, 4428.0, 4396.0, 4424.0, 4428.0, 4427.0, 4439.0, 4429.0, 4428.0, 4430.0, 4429.0, 4442.0, 4422.0, 4440.0, 4442.0, 4441.0, 4430.0, 4431.0, 4441.0, 4442.0, 4460.0, 4429.0, 4430.0, 4449.0, 4430.0, 4418.0, 4429.0, 4417.0, 4442.0, 4440.0, 4449.0, 4429.0, 4419.0, 4426.0, 4429.0, 4437.0, 4427.0, 4418.0, 4437.0, 4426.0, 4404.0, 4411.0, 4415.0, 4426.0, 4425.0, 4426.0, 4424.0, 4416.0, 4426.0, 4424.0, 4415.0, 4403.0, 4414.0, 4416.0, 4383.0, 4415.0, 4428.0, 4414.0, 4429.0, 4417.0, 4425.0, 4425.0, 4406.0, 4416.0, 4426.0, 4426.0, 4428.0, 4417.0, 4428.0, 4429.0, 4418.0, 4429.0, 4429.0, 4437.0, 4418.0, 4428.0, 4426.0, 4427.0, 4436.0, 4425.0, 4426.0, 4446.0, 4415.0, 4414.0, 4426.0, 4415.0, 4424.0, 4426.0, 4415.0, 4427.0, 4416.0, 4427.0, 4437.0, 4406.0, 4416.0, 4429.0, 4417.0, 4440.0, 4406.0, 4426.0, 4440.0, 4438.0, 4429.0, 4418.0, 4441.0, 4441.0, 4448.0, 4429.0, 4439.0, 4458.0, 4429.0, 4418.0, 4429.0, 4441.0, 4458.0, 4430.0, 4408.0, 4428.0, 4420.0, 4455.0, 4441.0, 4453.0, 4457.0, 4463.0, 4431.0, 4419.0, 4430.0, 4429.0, 4446.0, 4416.0, 4417.0, 4416.0, 4418.0, 4416.0, 4428.0, 4418.0, 4436.0, 4417.0, 4415.0, 4428.0, 4426.0, 4425.0, 4429.0, 4408.0, 4428.0, 4417.0, 4428.0, 4430.0, 4409.0, 4428.0, 4428.0, 4449.0, 4430.0, 4420.0, 4440.0, 4419.0, 4440.0, 4431.0, 4461.0, 4431.0, 4418.0, 4440.0, 4441.0, 4449.0, 4430.0, 4428.0, 4439.0, 4441.0, 4447.0, 4428.0, 4428.0, 4429.0, 4430.0, 4438.0, 4429.0, 4438.0, 4448.0, 4428.0, 4418.0, 4428.0, 4440.0, 4417.0, 4417.0, 4416.0, 4415.0, 4427.0, 4427.0, 4435.0, 4429.0, 4428.0, 4447.0, 4430.0, 4417.0, 4439.0, 4440.0, 4438.0, 4430.0, 4420.0, 4430.0, 4442.0, 4429.0, 4453.0, 4431.0, 4451.0, 4431.0, 4451.0, 4442.0, 4419.0, 4439.0, 4441.0, 4461.0, 4431.0, 4430.0, 4429.0, 4430.0, 4447.0, 4428.0, 4429.0, 4436.0, 4416.0, 4416.0, 4427.0, 4416.0, 4445.0, 4415.0, 4415.0, 4425.0, 4427.0, 4425.0, 4423.0, 4424.0, 4444.0, 4416.0, 4403.0, 4424.0, 4426.0, 4425.0, 4415.0, 4417.0, 4414.0, 4427.0, 4416.0, 4415.0, 4415.0, 4425.0, 4427.0, 4427.0, 4415.0, 4429.0, 4415.0, 4440.0, 4397.0, 4441.0, 4441.0, 4440.0, 4428.0, 4429.0, 4440.0, 4439.0, 4438.0, 4441.0, 4431.0, 4429.0, 4429.0, 4458.0, 4441.0, 4429.0, 4441.0, 4430.0, 4439.0, 4431.0, 4450.0, 4431.0, 4419.0, 4427.0, 4428.0, 4435.0, 4416.0, 4415.0, 4415.0, 4417.0, 4415.0, 4427.0, 4417.0, 4436.0, 4428.0, 4417.0, 4426.0, 4427.0, 4416.0, 4428.0, 4395.0, 4428.0, 4428.0, 4428.0, 4441.0, 4430.0, 4449.0, 4428.0, 4428.0, 4428.0, 4430.0, 4437.0, 4428.0, 4428.0, 4447.0, 4427.0, 4407.0, 4427.0, 4429.0, 4426.0, 4429.0, 4429.0, 4427.0, 4441.0, 4419.0, 4440.0, 4408.0, 4442.0, 4442.0, 4449.0, 4431.0, 4430.0, 4432.0, 4433.0, 4473.0, 4455.0, 4443.0, 4423.0, 4432.0, 4433.0, 4451.0, 4441.0, 4430.0, 4442.0, 4433.0, 4456.0, 4455.0, 4464.0, 4431.0, 4429.0, 4428.0, 4417.0, 4435.0, 4416.0, 4416.0, 4434.0, 4416.0, 4404.0, 4413.0, 4413.0, 4421.0, 4401.0, 4381.0, 4401.0, 4413.0, 4401.0, 4414.0, 4400.0, 4412.0, 4425.0, 4413.0, 4426.0, 4416.0, 4414.0, 4429.0, 4419.0, 4429.0, 4397.0, 4442.0, 4441.0, 4439.0, 4431.0, 4420.0, 4430.0, 4441.0, 4440.0, 4442.0, 4453.0, 4450.0, 4442.0, 4441.0, 4441.0, 4443.0, 4441.0, 4442.0, 4443.0, 4432.0, 4453.0, 4441.0, 4443.0, 4444.0, 4463.0, 4442.0, 4443.0, 4441.0, 4443.0, 4440.0, 4443.0, 4443.0, 4442.0, 4444.0, 4450.0, 4442.0, 4431.0, 4442.0, 4444.0, 4461.0, 4454.0, 4453.0, 4442.0, 4445.0, 4489.0, 4455.0, 4441.0, 4441.0, 4408.0, 4431.0, 4431.0, 4449.0, 4431.0, 4453.0, 4443.0, 4442.0, 4450.0, 4428.0, 4429.0, 4429.0, 4428.0, 4437.0, 4427.0, 4417.0, 4418.0, 4428.0, 4438.0, 4418.0, 4387.0, 4420.0, 4418.0, 4427.0, 4427.0, 4440.0, 4431.0, 4454.0, 4445.0, 4443.0, 4455.0, 4454.0, 4431.0, 4421.0, 4448.0, 4418.0, 4418.0, 4428.0, 4419.0, 4428.0, 4429.0, 4417.0, 4426.0, 4419.0, 4415.0], 'WindowWidth': [9900.0, 9838.0, 9794.0, 9792.0, 9747.0, 9798.0, 9783.0, 9808.0, 9759.0, 9745.0, 9759.0, 9761.0, 9769.0, 9775.0, 9759.0, 9758.0, 9739.0, 9775.0, 9759.0, 9770.0, 9769.0, 9767.0, 9804.0, 9749.0, 9770.0, 9757.0, 9770.0, 9795.0, 9750.0, 9739.0, 9746.0, 9755.0, 9732.0, 9752.0, 9750.0, 9746.0, 9753.0, 9749.0, 9750.0, 9750.0, 9751.0, 9771.0, 9739.0, 9747.0, 9745.0, 9749.0, 9750.0, 9740.0, 9759.0, 9745.0, 9731.0, 9743.0, 9731.0, 9745.0, 9767.0, 9718.0, 9750.0, 9751.0, 9769.0, 9768.0, 9752.0, 9771.0, 9760.0, 9757.0, 9753.0, 9782.0, 9769.0, 9772.0, 9753.0, 9753.0, 9800.0, 9748.0, 9759.0, 9743.0, 9745.0, 9760.0, 9744.0, 9745.0, 9753.0, 9732.0, 9766.0, 9737.0, 9744.0, 9738.0, 9768.0, 9756.0, 9775.0, 9771.0, 9750.0, 9754.0, 9724.0, 9770.0, 9728.0, 9772.0, 9771.0, 9807.0, 9753.0, 9755.0, 9777.0, 9751.0, 9731.0, 9758.0, 9731.0, 9742.0, 9748.0, 9719.0, 9768.0, 9764.0, 9764.0, 9756.0, 9751.0, 9778.0, 9743.0, 9775.0, 9763.0, 9775.0, 9753.0, 9799.0, 9785.0, 9821.0, 9799.0, 9825.0, 9833.0, 9842.0, 9805.0, 9783.0, 9771.0, 9753.0, 9773.0, 9736.0, 9752.0, 9733.0, 9761.0, 9724.0, 9729.0, 9727.0, 9758.0, 9731.0, 9726.0, 9723.0, 9729.0, 9727.0, 9724.0, 9727.0, 9742.0, 9729.0, 9728.0, 9747.0, 9717.0, 9744.0, 9730.0, 9748.0, 9748.0, 9763.0, 9753.0, 9762.0, 9749.0, 9763.0, 9779.0, 9747.0, 9748.0, 9766.0, 9764.0, 9783.0, 9742.0, 9746.0, 9760.0, 9743.0, 9730.0, 9741.0, 9731.0, 9715.0, 9746.0, 9749.0, 9743.0, 9746.0, 9736.0, 9761.0, 9752.0, 9749.0, 9775.0, 9758.0, 9761.0, 9753.0, 9738.0, 9751.0, 9755.0, 9765.0, 9768.0, 9759.0, 9784.0, 9755.0, 9736.0, 9769.0, 9758.0, 9766.0, 9752.0, 9767.0, 9748.0, 9749.0, 9774.0, 9749.0, 9732.0, 9729.0, 9740.0, 9760.0, 9748.0, 9714.0, 9743.0, 9748.0, 9724.0, 9743.0, 9742.0, 9761.0, 9747.0, 9731.0, 9741.0, 9747.0, 9758.0, 9747.0, 9683.0, 9749.0, 9750.0, 9747.0, 9749.0, 9746.0, 9727.0, 9749.0, 9760.0, 9760.0, 9746.0, 9732.0, 9733.0, 9750.0, 9703.0, 9743.0, 9752.0, 9747.0, 9748.0, 9750.0, 9733.0, 9770.0, 9770.0, 9780.0, 9753.0, 9736.0, 9751.0, 9769.0, 9753.0, 9735.0, 9750.0, 9762.0, 9750.0, 9767.0, 9793.0, 9749.0, 9734.0, 9775.0, 9750.0, 9731.0, 9766.0, 9765.0, 9780.0, 9753.0, 9749.0, 9744.0, 9752.0, 9767.0, 9746.0, 9763.0, 9760.0, 9762.0, 9719.0, 9753.0, 9763.0, 9775.0, 9750.0, 9736.0, 9762.0, 9762.0, 9735.0, 9745.0, 9762.0, 9779.0, 9749.0, 9729.0, 9745.0, 9749.0, 9745.0, 9728.0, 9744.0, 9755.0, 9742.0, 9711.0, 9729.0, 9746.0, 9739.0, 9743.0, 9745.0, 9758.0, 9745.0, 9730.0, 9771.0, 9747.0, 9730.0, 9771.0, 9769.0, 9775.0, 9748.0, 9753.0, 9764.0, 9749.0, 9751.0, 9776.0, 9745.0, 9736.0, 9771.0, 9743.0, 9710.0, 9744.0, 9745.0, 9744.0, 9747.0, 9743.0, 9763.0, 9771.0, 9750.0, 9749.0, 9750.0, 9736.0, 9772.0, 9754.0, 9766.0, 9753.0, 9734.0, 9769.0, 9767.0, 9781.0, 9750.0, 9750.0, 9766.0, 9766.0, 9728.0, 9747.0, 9748.0, 9763.0, 9748.0, 9703.0, 9748.0, 9764.0, 9768.0, 9747.0, 9746.0, 9759.0, 9745.0, 9748.0, 9759.0, 9740.0, 9740.0, 9766.0, 9726.0, 9713.0, 9742.0, 9745.0, 9727.0, 9739.0, 9740.0, 9755.0, 9740.0, 9729.0, 9739.0, 9724.0, 9740.0, 9721.0, 9736.0, 9754.0, 9721.0, 9735.0, 9751.0, 9721.0, 9718.0, 9744.0, 9725.0, 9741.0, 9741.0, 9746.0, 9747.0, 9743.0, 9749.0, 9765.0, 9766.0, 9749.0, 9724.0, 9772.0, 9739.0, 9790.0, 9777.0, 9812.0, 9805.0, 9843.0, 9801.0, 9765.0, 9766.0, 9750.0, 9748.0, 9772.0, 9728.0, 9745.0, 9756.0, 9746.0, 9729.0, 9720.0, 9745.0, 9699.0, 9737.0, 9745.0, 9743.0, 9766.0, 9752.0, 9747.0, 9755.0, 9751.0, 9773.0, 9748.0, 9768.0, 9774.0, 9773.0, 9754.0, 9754.0, 9769.0, 9774.0, 9800.0, 9754.0, 9754.0, 9785.0, 9754.0, 9735.0, 9750.0, 9733.0, 9774.0, 9767.0, 9784.0, 9752.0, 9739.0, 9742.0, 9749.0, 9760.0, 9744.0, 9736.0, 9759.0, 9740.0, 9711.0, 9716.0, 9726.0, 9744.0, 9738.0, 9741.0, 9737.0, 9727.0, 9740.0, 9739.0, 9726.0, 9705.0, 9721.0, 9727.0, 9682.0, 9725.0, 9747.0, 9725.0, 9751.0, 9733.0, 9740.0, 9739.0, 9714.0, 9727.0, 9743.0, 9742.0, 9746.0, 9731.0, 9746.0, 9749.0, 9734.0, 9752.0, 9752.0, 9760.0, 9733.0, 9749.0, 9742.0, 9745.0, 9758.0, 9741.0, 9743.0, 9770.0, 9726.0, 9722.0, 9742.0, 9726.0, 9738.0, 9742.0, 9727.0, 9745.0, 9727.0, 9744.0, 9760.0, 9716.0, 9729.0, 9749.0, 9732.0, 9766.0, 9717.0, 9745.0, 9766.0, 9764.0, 9752.0, 9733.0, 9769.0, 9769.0, 9780.0, 9753.0, 9764.0, 9794.0, 9752.0, 9735.0, 9752.0, 9770.0, 9794.0, 9752.0, 9720.0, 9746.0, 9740.0, 9797.0, 9774.0, 9792.0, 9805.0, 9812.0, 9759.0, 9735.0, 9753.0, 9750.0, 9772.0, 9729.0, 9731.0, 9728.0, 9733.0, 9729.0, 9747.0, 9734.0, 9756.0, 9731.0, 9725.0, 9748.0, 9744.0, 9739.0, 9748.0, 9719.0, 9746.0, 9732.0, 9747.0, 9753.0, 9723.0, 9749.0, 9749.0, 9778.0, 9752.0, 9740.0, 9769.0, 9738.0, 9768.0, 9757.0, 9799.0, 9757.0, 9736.0, 9768.0, 9769.0, 9782.0, 9754.0, 9750.0, 9766.0, 9770.0, 9777.0, 9748.0, 9750.0, 9751.0, 9753.0, 9762.0, 9750.0, 9762.0, 9778.0, 9747.0, 9732.0, 9746.0, 9767.0, 9732.0, 9729.0, 9729.0, 9726.0, 9745.0, 9746.0, 9755.0, 9750.0, 9749.0, 9774.0, 9751.0, 9731.0, 9767.0, 9768.0, 9763.0, 9754.0, 9741.0, 9754.0, 9773.0, 9754.0, 9790.0, 9761.0, 9784.0, 9757.0, 9786.0, 9773.0, 9738.0, 9765.0, 9770.0, 9803.0, 9758.0, 9755.0, 9750.0, 9751.0, 9776.0, 9747.0, 9753.0, 9757.0, 9727.0, 9728.0, 9743.0, 9729.0, 9769.0, 9725.0, 9726.0, 9738.0, 9745.0, 9740.0, 9736.0, 9736.0, 9765.0, 9726.0, 9706.0, 9736.0, 9741.0, 9738.0, 9725.0, 9729.0, 9722.0, 9745.0, 9727.0, 9724.0, 9727.0, 9738.0, 9744.0, 9743.0, 9726.0, 9749.0, 9727.0, 9769.0, 9707.0, 9769.0, 9771.0, 9768.0, 9751.0, 9750.0, 9768.0, 9765.0, 9763.0, 9770.0, 9757.0, 9752.0, 9749.0, 9791.0, 9769.0, 9752.0, 9772.0, 9758.0, 9767.0, 9755.0, 9787.0, 9758.0, 9737.0, 9745.0, 9746.0, 9756.0, 9728.0, 9726.0, 9724.0, 9730.0, 9725.0, 9744.0, 9728.0, 9757.0, 9747.0, 9730.0, 9742.0, 9744.0, 9728.0, 9747.0, 9701.0, 9746.0, 9750.0, 9749.0, 9771.0, 9756.0, 9779.0, 9748.0, 9749.0, 9747.0, 9751.0, 9759.0, 9745.0, 9746.0, 9772.0, 9742.0, 9716.0, 9743.0, 9750.0, 9743.0, 9749.0, 9748.0, 9745.0, 9769.0, 9736.0, 9767.0, 9722.0, 9773.0, 9773.0, 9781.0, 9758.0, 9754.0, 9758.0, 9760.0, 9820.0, 9799.0, 9779.0, 9747.0, 9756.0, 9755.0, 9782.0, 9769.0, 9752.0, 9773.0, 9761.0, 9799.0, 9799.0, 9815.0, 9759.0, 9750.0, 9744.0, 9727.0, 9755.0, 9725.0, 9729.0, 9750.0, 9723.0, 9707.0, 9717.0, 9716.0, 9725.0, 9695.0, 9668.0, 9698.0, 9717.0, 9697.0, 9718.0, 9698.0, 9715.0, 9736.0, 9716.0, 9740.0, 9725.0, 9721.0, 9748.0, 9733.0, 9747.0, 9703.0, 9773.0, 9769.0, 9764.0, 9755.0, 9741.0, 9753.0, 9770.0, 9766.0, 9773.0, 9789.0, 9786.0, 9772.0, 9770.0, 9770.0, 9775.0, 9772.0, 9773.0, 9773.0, 9758.0, 9789.0, 9770.0, 9777.0, 9777.0, 9806.0, 9774.0, 9776.0, 9769.0, 9774.0, 9770.0, 9777.0, 9776.0, 9773.0, 9779.0, 9783.0, 9772.0, 9758.0, 9772.0, 9779.0, 9801.0, 9791.0, 9791.0, 9773.0, 9785.0, 9860.0, 9797.0, 9771.0, 9772.0, 9721.0, 9755.0, 9756.0, 9780.0, 9755.0, 9791.0, 9774.0, 9773.0, 9782.0, 9748.0, 9752.0, 9747.0, 9745.0, 9756.0, 9744.0, 9732.0, 9732.0, 9745.0, 9763.0, 9734.0, 9689.0, 9734.0, 9729.0, 9744.0, 9743.0, 9768.0, 9756.0, 9792.0, 9780.0, 9777.0, 9794.0, 9795.0, 9755.0, 9739.0, 9776.0, 9731.0, 9733.0, 9747.0, 9735.0, 9745.0, 9750.0, 9731.0, 9743.0, 9734.0, 9726.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.00024152873563218388</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02105884988505747</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.335723402796326</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2292644319102415</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9857947654315313</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4993</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4438.1523</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09618128266083041</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>21</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.413793103448276</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3134761703082827</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3045018541473032</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5169452127186225</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1189814440589227</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00908655</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.022755378857254982</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03605690971016884</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</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.0950909444653085</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>25.9896</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>54.7336</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>244.0664</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>299813.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1185.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>453.3153</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.661</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>541.62</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3641.8054</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3796.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>76731.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1446.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4786.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>926.9575</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>39.9375417875126</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> |