=== 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-0091 --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-0091",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0091_ses-04_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0091_ses-04_task-social_acq-mb8_run-04_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-04_subject-0091_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-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-04_subject-0091_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-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-04_subject-0091_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-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-04_subject-0091_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-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-04_subject-0091_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-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-04_subject-0091_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-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-04_subject-0091_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-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0091/ses-04/func/sub-0091_ses-04_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>5a5ad703cb740ba7718903594d68f201</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>15:45:22.352500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999752, 0.020132, -0.00951115, -0.0218146, 0.971181, -0.237342]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.113129</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>24</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4223, -7720, -7266, 232, -193, -83, -118, 105]</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>268.45</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>6ce73cc3-66c7-4206-a1ec-7390187febe4||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6822617053985596, -0.058527007699012756, -0.01203901320695877, 115.17770385742188], [-0.05401265621185303, 2.6056084632873535, -0.641223669052124, -75.16514587402344], [-0.025517724454402924, 0.6367701888084412, 2.622725009918213, -118.92366027832031], [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': ['154522.352500', '154522.812500', '154523.272500', '154523.732500', '154524.192500', '154524.652500', '154525.112500', '154525.572500', '154526.032500', '154526.492500', '154526.952500', '154527.412500', '154527.872500', '154528.332500', '154528.792500', '154529.252500', '154529.712500', '154530.172500', '154530.632500', '154531.092500', '154531.552500', '154532.012500', '154532.472500', '154532.932500', '154533.392500', '154533.852500', '154534.312500', '154534.772500', '154535.232500', '154535.692500', '154536.152500', '154536.612500', '154537.072500', '154537.532500', '154537.992500', '154538.452500', '154538.912500', '154539.372500', '154539.832500', '154540.292500', '154540.752500', '154541.212500', '154541.672500', '154542.132500', '154542.592500', '154543.052500', '154543.512500', '154543.972500', '154544.432500', '154544.892500', '154545.352500', '154545.812500', '154546.272500', '154546.732500', '154547.192500', '154547.652500', '154548.112500', '154548.572500', '154549.032500', '154549.492500', '154549.952500', '154550.412500', '154550.872500', '154551.332500', '154551.792500', '154552.252500', '154552.712500', '154553.172500', '154553.632500', '154554.092500', '154554.552500', '154555.012500', '154555.472500', '154555.932500', '154556.392500', '154556.852500', '154557.312500', '154557.772500', '154558.232500', '154558.692500', '154559.152500', '154559.612500', '154600.072500', '154600.532500', '154600.992500', '154601.452500', '154601.912500', '154602.372500', '154602.832500', '154603.292500', '154603.752500', '154604.212500', '154604.672500', '154605.132500', '154605.592500', '154606.052500', '154606.512500', '154606.972500', '154607.432500', '154607.892500', '154608.352500', '154608.812500', '154609.272500', '154609.732500', '154610.192500', '154610.652500', '154611.112500', '154611.572500', '154612.032500', '154612.492500', '154612.952500', '154613.412500', '154613.872500', '154614.332500', '154614.792500', '154615.252500', '154615.712500', '154616.172500', '154616.632500', '154617.092500', '154617.552500', '154618.012500', '154618.472500', '154618.932500', '154619.392500', '154619.852500', '154620.312500', '154620.772500', '154621.232500', '154621.692500', '154622.152500', '154622.612500', '154623.072500', '154623.532500', '154623.992500', '154624.452500', '154624.912500', '154625.372500', '154625.832500', '154626.292500', '154626.752500', '154627.212500', '154627.672500', '154628.132500', '154628.592500', '154629.052500', '154629.512500', '154629.972500', '154630.432500', '154630.892500', '154631.352500', '154631.812500', '154632.272500', '154632.732500', '154633.192500', '154633.652500', '154634.112500', '154634.572500', '154635.032500', '154635.492500', '154635.952500', '154636.412500', '154636.872500', '154637.332500', '154637.792500', '154638.252500', '154638.712500', '154639.172500', '154639.632500', '154640.092500', '154640.552500', '154641.012500', '154641.472500', '154641.932500', '154642.392500', '154642.852500', '154643.312500', '154643.772500', '154644.232500', '154644.692500', '154645.152500', '154645.612500', '154646.072500', '154646.532500', '154646.992500', '154647.452500', '154647.912500', '154648.372500', '154648.832500', '154649.292500', '154649.752500', '154650.212500', '154650.672500', '154651.132500', '154651.592500', '154652.052500', '154652.512500', '154652.972500', '154653.432500', '154653.892500', '154654.352500', '154654.812500', '154655.272500', '154655.732500', '154656.192500', '154656.652500', '154657.112500', '154657.572500', '154658.032500', '154658.492500', '154658.952500', '154659.412500', '154659.872500', '154700.332500', '154700.792500', '154701.252500', '154701.712500', '154702.172500', '154702.632500', '154703.092500', '154703.552500', '154704.012500', '154704.472500', '154704.932500', '154705.392500', '154705.852500', '154706.312500', '154706.772500', '154707.232500', '154707.692500', '154708.152500', '154708.612500', '154709.072500', '154709.532500', '154709.992500', '154710.452500', '154710.912500', '154711.372500', '154711.832500', '154712.292500', '154712.752500', '154713.212500', '154713.672500', '154714.132500', '154714.592500', '154715.052500', '154715.512500', '154715.972500', '154716.432500', '154716.892500', '154717.352500', '154717.812500', '154718.272500', '154718.732500', '154719.192500', '154719.652500', '154720.112500', '154720.572500', '154721.032500', '154721.492500', '154721.952500', '154722.412500', '154722.872500', '154723.332500', '154723.792500', '154724.252500', '154724.712500', '154725.172500', '154725.632500', '154726.092500', '154726.552500', '154727.012500', '154727.472500', '154727.932500', '154728.392500', '154728.852500', '154729.312500', '154729.772500', '154730.232500', '154730.692500', '154731.152500', '154731.612500', '154732.072500', '154732.532500', '154732.992500', '154733.452500', '154733.912500', '154734.372500', '154734.832500', '154735.292500', '154735.752500', '154736.212500', '154736.672500', '154737.132500', '154737.592500', '154738.052500', '154738.512500', '154738.972500', '154739.432500', '154739.892500', '154740.352500', '154740.812500', '154741.272500', '154741.732500', '154742.192500', '154742.652500', '154743.112500', '154743.572500', '154744.032500', '154744.492500', '154744.952500', '154745.412500', '154745.872500', '154746.332500', '154746.792500', '154747.252500', '154747.712500', '154748.172500', '154748.632500', '154749.092500', '154749.552500', '154750.012500', '154750.472500', '154750.932500', '154751.392500', '154751.852500', '154752.312500', '154752.772500', '154753.232500', '154753.692500', '154754.152500', '154754.612500', '154755.072500', '154755.532500', '154755.992500', '154756.452500', '154756.912500', '154757.372500', '154757.832500', '154758.292500', '154758.752500', '154759.212500', '154759.672500', '154800.132500', '154800.592500', '154801.052500', '154801.512500', '154801.972500', '154802.432500', '154802.892500', '154803.352500', '154803.812500', '154804.272500', '154804.732500', '154805.192500', '154805.652500', '154806.112500', '154806.572500', '154807.032500', '154807.492500', '154807.952500', '154808.412500', '154808.872500', '154809.332500', '154809.792500', '154810.252500', '154810.712500', '154811.172500', '154811.632500', '154812.092500', '154812.552500', '154813.012500', '154813.472500', '154813.932500', '154814.392500', '154814.852500', '154815.312500', '154815.772500', '154816.232500', '154816.692500', '154817.152500', '154817.612500', '154818.072500', '154818.532500', '154818.992500', '154819.452500', '154819.912500', '154820.372500', '154820.832500', '154821.292500', '154821.752500', '154822.212500', '154822.672500', '154823.132500', '154823.592500', '154824.052500', '154824.512500', '154824.972500', '154825.432500', '154825.892500', '154826.352500', '154826.812500', '154827.272500', '154827.732500', '154828.192500', '154828.652500', '154829.112500', '154829.572500', '154830.032500', '154830.492500', '154830.952500', '154831.412500', '154831.872500', '154832.332500', '154832.792500', '154833.252500', '154833.712500', '154834.172500', '154834.632500', '154835.092500', '154835.552500', '154836.012500', '154836.472500', '154836.932500', '154837.392500', '154837.852500', '154838.312500', '154838.772500', '154839.232500', '154839.692500', '154840.152500', '154840.612500', '154841.072500', '154841.532500', '154841.992500', '154842.452500', '154842.912500', '154843.372500', '154843.832500', '154844.292500', '154844.752500', '154845.212500', '154845.672500', '154846.132500', '154846.592500', '154847.052500', '154847.512500', '154847.972500', '154848.432500', '154848.892500', '154849.352500', '154849.812500', '154850.272500', '154850.732500', '154851.192500', '154851.652500', '154852.112500', '154852.572500', '154853.032500', '154853.492500', '154853.952500', '154854.412500', '154854.872500', '154855.332500', '154855.792500', '154856.252500', '154856.712500', '154857.172500', '154857.632500', '154858.092500', '154858.552500', '154859.012500', '154859.472500', '154859.932500', '154900.392500', '154900.852500', '154901.312500', '154901.772500', '154902.232500', '154902.692500', '154903.152500', '154903.612500', '154904.072500', '154904.532500', '154904.992500', '154905.452500', '154905.912500', '154906.372500', '154906.832500', '154907.292500', '154907.752500', '154908.212500', '154908.672500', '154909.132500', '154909.592500', '154910.052500', '154910.512500', '154910.972500', '154911.432500', '154911.892500', '154912.352500', '154912.812500', '154913.272500', '154913.732500', '154914.192500', '154914.652500', '154915.112500', '154915.572500', '154916.032500', '154916.492500', '154916.952500', '154917.412500', '154917.872500', '154918.332500', '154918.792500', '154919.252500', '154919.712500', '154920.172500', '154920.632500', '154921.092500', '154921.552500', '154922.012500', '154922.472500', '154922.932500', '154923.392500', '154923.852500', '154924.312500', '154924.772500', '154925.232500', '154925.692500', '154926.152500', '154926.612500', '154927.072500', '154927.532500', '154927.992500', '154928.452500', '154928.912500', '154929.372500', '154929.832500', '154930.292500', '154930.752500', '154931.212500', '154931.672500', '154932.132500', '154932.592500', '154933.052500', '154933.512500', '154933.972500', '154934.432500', '154934.892500', '154935.352500', '154935.812500', '154936.272500', '154936.732500', '154937.192500', '154937.652500', '154938.112500', '154938.572500', '154939.032500', '154939.492500', '154939.952500', '154940.412500', '154940.872500', '154941.332500', '154941.792500', '154942.252500', '154942.712500', '154943.172500', '154943.632500', '154944.092500', '154944.552500', '154945.012500', '154945.472500', '154945.932500', '154946.392500', '154946.852500', '154947.312500', '154947.772500', '154948.232500', '154948.692500', '154949.152500', '154949.612500', '154950.072500', '154950.532500', '154950.992500', '154951.452500', '154951.912500', '154952.372500', '154952.832500', '154953.292500', '154953.752500', '154954.212500', '154954.672500', '154955.132500', '154955.592500', '154956.052500', '154956.512500', '154956.972500', '154957.432500', '154957.892500', '154958.352500', '154958.812500', '154959.272500', '154959.732500', '155000.192500', '155000.652500', '155001.112500', '155001.572500', '155002.032500', '155002.492500', '155002.952500', '155003.412500', '155003.872500', '155004.332500', '155004.792500', '155005.252500', '155005.712500', '155006.172500', '155006.632500', '155007.092500', '155007.552500', '155008.012500', '155008.472500', '155008.932500', '155009.392500', '155009.852500', '155010.312500', '155010.772500', '155011.232500', '155011.692500', '155012.152500', '155012.612500', '155013.072500', '155013.532500', '155013.992500', '155014.452500', '155014.912500', '155015.372500', '155015.832500', '155016.292500', '155016.752500', '155017.212500', '155017.672500', '155018.132500', '155018.592500', '155019.052500', '155019.512500', '155019.972500', '155020.432500', '155020.892500', '155021.352500', '155021.812500', '155022.272500', '155022.732500', '155023.192500', '155023.652500', '155024.112500', '155024.572500', '155025.032500', '155025.492500', '155025.952500', '155026.412500', '155026.872500', '155027.332500', '155027.792500', '155028.252500', '155028.712500', '155029.172500', '155029.632500', '155030.092500', '155030.552500', '155031.012500', '155031.472500', '155031.932500', '155032.392500', '155032.852500', '155033.312500', '155033.772500', '155034.232500', '155034.692500', '155035.152500', '155035.612500', '155036.072500', '155036.532500', '155036.992500', '155037.452500', '155037.912500', '155038.372500', '155038.832500', '155039.292500', '155039.752500', '155040.212500', '155040.672500', '155041.132500', '155041.592500', '155042.052500', '155042.512500', '155042.972500', '155043.432500', '155043.892500', '155044.352500', '155044.812500', '155045.272500', '155045.732500', '155046.192500', '155046.652500', '155047.112500', '155047.572500', '155048.032500', '155048.492500', '155048.952500', '155049.412500', '155049.872500', '155050.332500', '155050.792500', '155051.252500', '155051.712500', '155052.172500', '155052.632500', '155053.092500', '155053.552500', '155054.012500', '155054.472500', '155054.932500', '155055.392500', '155055.852500', '155056.312500', '155056.772500', '155057.232500', '155057.692500', '155058.152500', '155058.612500', '155059.072500', '155059.532500', '155059.992500', '155100.452500', '155100.912500', '155101.372500', '155101.832500', '155102.292500', '155102.752500', '155103.212500', '155103.672500', '155104.132500', '155104.592500', '155105.052500', '155105.512500', '155105.972500', '155106.432500', '155106.892500', '155107.352500', '155107.812500', '155108.272500', '155108.732500', '155109.192500', '155109.652500', '155110.112500', '155110.572500', '155111.032500', '155111.492500', '155111.952500', '155112.412500', '155112.872500', '155113.332500', '155113.792500', '155114.252500', '155114.712500', '155115.172500', '155115.632500', '155116.092500', '155116.552500', '155117.012500', '155117.472500', '155117.932500', '155118.392500', '155118.852500', '155119.312500', '155119.772500', '155120.232500', '155120.692500', '155121.152500', '155121.612500', '155122.072500', '155122.532500', '155122.992500', '155123.452500', '155123.912500', '155124.372500', '155124.832500', '155125.292500', '155125.752500', '155126.212500', '155126.672500', '155127.132500', '155127.592500', '155128.052500', '155128.512500', '155128.972500', '155129.432500', '155129.892500', '155130.352500', '155130.812500', '155131.272500', '155131.732500', '155132.192500', '155132.652500', '155133.112500', '155133.572500', '155134.032500', '155134.492500', '155134.952500', '155135.412500', '155135.872500', '155136.332500', '155136.792500', '155137.252500', '155137.712500', '155138.172500', '155138.632500', '155139.092500', '155139.552500', '155140.012500', '155140.472500', '155140.932500', '155141.392500', '155141.852500', '155142.312500', '155142.772500', '155143.232500', '155143.692500', '155144.152500', '155144.612500', '155145.072500', '155145.532500', '155145.992500', '155146.452500', '155146.912500', '155147.372500', '155147.832500', '155148.292500', '155148.752500', '155149.212500', '155149.672500', '155150.132500', '155150.592500', '155151.052500', '155151.512500', '155151.972500', '155152.432500', '155152.892500', '155153.352500', '155153.812500', '155154.272500', '155154.732500', '155155.192500', '155155.652500', '155156.112500', '155156.572500', '155157.032500', '155157.492500', '155157.952500', '155158.412500', '155158.872500', '155159.332500', '155159.792500', '155200.252500', '155200.712500', '155201.172500', '155201.632500', '155202.092500', '155202.552500', '155203.012500'], 'ContentTime': ['154533.158000', '154533.161000', '154533.164000', '154533.167000', '154533.169000', '154533.172000', '154533.175000', '154533.178000', '154533.181000', '154533.184000', '154533.187000', '154533.189000', '154533.192000', '154533.194000', '154533.228000', '154533.231000', '154533.234000', '154533.237000', '154533.240000', '154533.242000', '154533.246000', '154553.114000', '154553.117000', '154553.120000', '154553.122000', '154553.125000', '154553.127000', '154553.130000', '154553.133000', '154553.135000', '154553.138000', '154553.140000', '154553.143000', '154553.146000', '154553.148000', '154553.151000', '154553.153000', '154553.156000', '154553.159000', '154553.161000', '154553.164000', '154553.170000', '154553.173000', '154553.176000', '154553.178000', '154553.181000', '154553.183000', '154553.186000', '154553.189000', '154553.192000', '154553.194000', '154553.197000', '154553.199000', '154553.202000', '154553.205000', '154553.207000', '154553.210000', '154553.213000', '154553.215000', '154553.218000', '154553.220000', '154553.223000', '154553.226000', '154553.228000', '154553.231000', '154613.115000', '154613.117000', '154613.120000', '154613.123000', '154613.125000', '154613.128000', '154613.131000', '154613.133000', '154613.136000', '154613.139000', '154613.141000', '154613.144000', '154613.146000', '154613.149000', '154613.151000', '154613.154000', '154613.157000', '154613.159000', '154613.162000', '154613.165000', '154613.167000', '154613.170000', '154613.172000', '154613.175000', '154613.178000', '154613.180000', '154613.183000', '154613.185000', '154613.188000', '154613.191000', '154613.193000', '154613.196000', '154613.199000', '154613.201000', '154613.204000', '154613.206000', '154613.209000', '154613.212000', '154613.214000', '154613.217000', '154613.219000', '154613.222000', '154613.225000', '154633.114000', '154633.117000', '154633.120000', '154633.123000', '154633.125000', '154633.128000', '154633.131000', '154633.133000', '154633.136000', '154633.138000', '154633.141000', '154633.144000', '154633.146000', '154633.149000', '154633.151000', '154633.154000', '154633.157000', '154633.159000', '154633.162000', '154633.165000', '154633.167000', '154633.170000', '154633.172000', '154633.175000', '154633.178000', '154633.181000', '154633.183000', '154633.186000', '154633.189000', '154633.191000', '154633.194000', '154633.196000', '154633.199000', '154633.202000', '154633.204000', '154633.207000', '154633.209000', '154633.212000', '154633.215000', '154633.217000', '154633.220000', '154633.223000', '154633.225000', '154633.228000', '154653.114000', '154653.118000', '154653.120000', '154653.123000', '154653.125000', '154653.128000', '154653.131000', '154653.134000', '154653.136000', '154653.139000', '154653.141000', '154653.144000', '154653.147000', '154653.149000', '154653.152000', '154653.154000', '154653.157000', '154653.160000', '154653.162000', '154653.165000', '154653.167000', '154653.170000', '154653.173000', '154653.176000', '154653.179000', '154653.182000', '154653.184000', '154653.187000', '154653.190000', '154653.193000', '154653.195000', '154653.198000', '154653.201000', '154653.203000', '154653.206000', '154653.209000', '154653.211000', '154653.214000', '154653.216000', '154653.219000', '154653.222000', '154653.225000', '154653.228000', '154713.115000', '154713.117000', '154713.120000', '154713.123000', '154713.126000', '154713.128000', '154713.131000', '154713.133000', '154713.136000', '154713.139000', '154713.141000', '154713.144000', '154713.146000', '154713.149000', '154713.152000', '154713.154000', '154713.157000', '154713.160000', '154713.162000', '154713.165000', '154713.168000', '154713.170000', '154713.173000', '154713.175000', '154713.178000', '154713.181000', '154713.183000', '154713.186000', '154713.189000', '154713.191000', '154713.194000', '154713.197000', '154713.199000', '154713.202000', '154713.204000', '154713.207000', '154713.210000', '154713.212000', '154713.215000', '154713.218000', '154713.220000', '154713.223000', '154713.226000', '154713.228000', '154733.114000', '154733.117000', '154733.120000', '154733.122000', '154733.125000', '154733.128000', '154733.130000', '154733.133000', '154733.136000', '154733.138000', '154733.141000', '154733.144000', '154733.146000', '154733.149000', '154733.152000', '154733.154000', '154733.157000', '154733.160000', '154733.162000', '154733.165000', '154733.167000', '154733.170000', '154733.173000', '154733.175000', '154733.178000', '154733.181000', '154733.183000', '154733.186000', '154733.189000', '154733.191000', '154733.194000', '154733.197000', '154733.199000', '154733.202000', '154733.204000', '154733.207000', '154733.210000', '154733.212000', '154733.215000', '154733.218000', '154733.221000', '154733.224000', '154733.226000', '154753.115000', '154753.118000', '154753.123000', '154753.125000', '154753.128000', '154753.131000', '154753.133000', '154753.136000', '154753.139000', '154753.141000', '154753.144000', '154753.147000', '154753.149000', '154753.152000', '154753.154000', '154753.157000', '154753.160000', '154753.162000', '154753.165000', '154753.168000', '154753.170000', '154753.173000', '154753.175000', '154753.178000', '154753.181000', '154753.183000', '154753.186000', '154753.189000', '154753.191000', '154753.194000', '154753.197000', '154753.199000', '154753.202000', '154753.204000', '154753.207000', '154753.210000', '154753.212000', '154753.215000', '154753.217000', '154753.220000', '154753.223000', '154753.225000', '154753.228000', '154813.114000', '154813.117000', '154813.120000', '154813.122000', '154813.125000', '154813.128000', '154813.130000', '154813.133000', '154813.136000', '154813.138000', '154813.141000', '154813.143000', '154813.146000', '154813.149000', '154813.151000', '154813.154000', '154813.157000', '154813.159000', '154813.162000', '154813.164000', '154813.167000', '154813.170000', '154813.172000', '154813.175000', '154813.177000', '154813.180000', '154813.183000', '154813.185000', '154813.188000', '154813.191000', '154813.193000', '154813.196000', '154813.199000', '154813.201000', '154813.204000', '154813.207000', '154813.210000', '154813.213000', '154813.217000', '154813.220000', '154813.222000', '154813.225000', '154813.229000', '154813.232000', '154833.115000', '154833.118000', '154833.120000', '154833.123000', '154833.126000', '154833.128000', '154833.131000', '154833.133000', '154833.136000', '154833.139000', '154833.142000', '154833.144000', '154833.147000', '154833.150000', '154833.152000', '154833.155000', '154833.158000', '154833.160000', '154833.163000', '154833.165000', '154833.168000', '154833.171000', '154833.173000', '154833.176000', '154833.179000', '154833.181000', '154833.184000', '154833.195000', '154833.197000', '154833.200000', '154833.203000', '154833.205000', '154833.208000', '154833.210000', '154833.213000', '154833.216000', '154833.218000', '154833.221000', '154833.223000', '154833.226000', '154833.229000', '154833.231000', '154833.234000', '154833.236000', '154853.114000', '154853.117000', '154853.120000', '154853.123000', '154853.125000', '154853.128000', '154853.131000', '154853.133000', '154853.136000', '154853.138000', '154853.141000', '154853.144000', '154853.146000', '154853.149000', '154853.151000', '154853.154000', '154853.157000', '154853.159000', '154853.162000', '154853.165000', '154853.167000', '154853.170000', '154853.173000', '154853.175000', '154853.178000', '154853.181000', '154853.183000', '154853.186000', '154853.188000', '154853.191000', '154853.194000', '154853.196000', '154853.199000', '154853.201000', '154853.204000', '154853.207000', '154853.209000', '154853.212000', '154853.215000', '154853.217000', '154853.220000', '154853.222000', '154853.233000', '154913.115000', '154913.118000', '154913.120000', '154913.123000', '154913.126000', '154913.128000', '154913.131000', '154913.134000', '154913.136000', '154913.139000', '154913.142000', '154913.144000', '154913.147000', '154913.149000', '154913.152000', '154913.155000', '154913.157000', '154913.160000', '154913.162000', '154913.165000', '154913.168000', '154913.170000', '154913.173000', '154913.176000', '154913.178000', '154913.181000', '154913.183000', '154913.186000', '154913.189000', '154913.192000', '154913.194000', '154913.197000', '154913.200000', '154913.202000', '154913.205000', '154913.208000', '154913.210000', '154913.213000', '154913.215000', '154913.218000', '154913.221000', '154913.224000', '154913.226000', '154913.229000', '154933.114000', '154933.117000', '154933.119000', '154933.122000', '154933.124000', '154933.127000', '154933.130000', '154933.132000', '154933.135000', '154933.138000', '154933.140000', '154933.143000', '154933.145000', '154933.148000', '154933.151000', '154933.153000', '154933.156000', '154933.159000', '154933.161000', '154933.164000', '154933.166000', '154933.169000', '154933.172000', '154933.174000', '154933.177000', '154933.180000', '154933.182000', '154933.185000', '154933.187000', '154933.190000', '154933.193000', '154933.195000', '154933.198000', '154933.201000', '154933.203000', '154933.206000', '154933.208000', '154933.211000', '154933.214000', '154933.216000', '154933.219000', '154933.222000', '154933.224000', '154953.115000', '154953.117000', '154953.120000', '154953.123000', '154953.125000', '154953.128000', '154953.131000', '154953.133000', '154953.136000', '154953.138000', '154953.141000', '154953.144000', '154953.146000', '154953.149000', '154953.152000', '154953.154000', '154953.157000', '154953.160000', '154953.162000', '154953.165000', '154953.167000', '154953.170000', '154953.173000', '154953.175000', '154953.178000', '154953.181000', '154953.183000', '154953.186000', '154953.188000', '154953.191000', '154953.194000', '154953.196000', '154953.199000', '154953.202000', '154953.204000', '154953.207000', '154953.210000', '154953.212000', '154953.215000', '154953.218000', '154953.220000', '154953.223000', '154953.225000', '154953.228000', '155013.114000', '155013.117000', '155013.120000', '155013.122000', '155013.125000', '155013.128000', '155013.130000', '155013.133000', '155013.136000', '155013.138000', '155013.141000', '155013.143000', '155013.146000', '155013.149000', '155013.151000', '155013.154000', '155013.156000', '155013.159000', '155013.162000', '155013.164000', '155013.167000', '155013.169000', '155013.172000', '155013.175000', '155013.177000', '155013.180000', '155013.182000', '155013.185000', '155013.188000', '155013.191000', '155013.193000', '155013.196000', '155013.198000', '155013.201000', '155013.204000', '155013.206000', '155013.209000', '155013.212000', '155013.214000', '155013.217000', '155013.219000', '155013.222000', '155013.225000', '155033.115000', '155033.118000', '155033.120000', '155033.123000', '155033.126000', '155033.128000', '155033.131000', '155033.133000', '155033.136000', '155033.139000', '155033.141000', '155033.144000', '155033.146000', '155033.149000', '155033.152000', '155033.154000', '155033.157000', '155033.160000', '155033.162000', '155033.165000', '155033.167000', '155033.170000', '155033.173000', '155033.175000', '155033.178000', '155033.181000', '155033.183000', '155033.186000', '155033.189000', '155033.191000', '155033.194000', '155033.196000', '155033.199000', '155033.202000', '155033.204000', '155033.207000', '155033.210000', '155033.212000', '155033.215000', '155033.218000', '155033.220000', '155033.223000', '155033.225000', '155033.228000', '155053.115000', '155053.117000', '155053.120000', '155053.123000', '155053.126000', '155053.128000', '155053.131000', '155053.134000', '155053.136000', '155053.139000', '155053.141000', '155053.144000', '155053.147000', '155053.149000', '155053.152000', '155053.155000', '155053.157000', '155053.160000', '155053.162000', '155053.165000', '155053.168000', '155053.170000', '155053.173000', '155053.176000', '155053.178000', '155053.181000', '155053.184000', '155053.186000', '155053.189000', '155053.192000', '155053.194000', '155053.197000', '155053.200000', '155053.202000', '155053.205000', '155053.208000', '155053.210000', '155053.213000', '155053.215000', '155053.218000', '155053.221000', '155053.223000', '155053.226000', '155113.115000', '155113.117000', '155113.120000', '155113.123000', '155113.126000', '155113.128000', '155113.131000', '155113.134000', '155113.136000', '155113.139000', '155113.142000', '155113.146000', '155113.149000', '155113.151000', '155113.154000', '155113.156000', '155113.159000', '155113.162000', '155113.164000', '155113.167000', '155113.170000', '155113.172000', '155113.175000', '155113.178000', '155113.180000', '155113.183000', '155113.185000', '155113.188000', '155113.191000', '155113.193000', '155113.196000', '155113.199000', '155113.201000', '155113.204000', '155113.207000', '155113.209000', '155113.212000', '155113.214000', '155113.217000', '155113.220000', '155113.222000', '155113.225000', '155113.228000', '155133.114000', '155133.117000', '155133.120000', '155133.123000', '155133.125000', '155133.128000', '155133.130000', '155133.133000', '155133.136000', '155133.138000', '155133.141000', '155133.144000', '155133.146000', '155133.149000', '155133.152000', '155133.154000', '155133.157000', '155133.160000', '155133.162000', '155133.165000', '155133.173000', '155133.175000', '155133.178000', '155133.181000', '155133.183000', '155133.186000', '155133.189000', '155133.191000', '155133.194000', '155133.196000', '155133.199000', '155133.202000', '155133.204000', '155133.207000', '155133.209000', '155133.212000', '155133.215000', '155133.217000', '155133.220000', '155133.223000', '155133.225000', '155133.228000', '155133.230000', '155133.233000', '155153.113000', '155153.116000', '155153.119000', '155153.122000', '155153.124000', '155153.127000', '155153.129000', '155153.132000', '155153.135000', '155153.137000', '155153.140000', '155153.144000', '155153.146000', '155153.149000', '155153.152000', '155153.154000', '155153.157000', '155153.160000', '155153.162000', '155153.165000', '155153.168000', '155153.170000', '155153.173000', '155153.175000', '155153.178000', '155153.181000', '155153.183000', '155153.186000', '155153.188000', '155153.191000', '155153.194000', '155153.197000', '155153.199000', '155153.202000', '155153.204000', '155153.207000', '155153.210000', '155153.212000', '155153.215000', '155153.218000', '155153.220000', '155153.223000', '155153.225000', '155153.228000', '155204.146000', '155204.149000', '155204.152000', '155204.155000', '155204.157000', '155204.160000', '155204.163000', '155204.165000', '155204.168000', '155204.171000', '155204.173000', '155204.176000', '155204.179000', '155204.181000', '155204.184000', '155204.187000', '155204.259000', '155204.262000', '155204.265000', '155204.271000', '155204.274000', '155204.277000', '155204.280000', '155204.283000'], 'InstanceCreationTime': ['154533.158000', '154533.161000', '154533.164000', '154533.167000', '154533.169000', '154533.172000', '154533.175000', '154533.178000', '154533.181000', '154533.184000', '154533.187000', '154533.189000', '154533.192000', '154533.194000', '154533.228000', '154533.231000', '154533.234000', '154533.237000', '154533.240000', '154533.242000', '154533.246000', '154553.114000', '154553.117000', '154553.120000', '154553.122000', '154553.125000', '154553.127000', '154553.130000', '154553.133000', '154553.135000', '154553.138000', '154553.140000', '154553.143000', '154553.146000', '154553.148000', '154553.151000', '154553.153000', '154553.156000', '154553.159000', '154553.161000', '154553.164000', '154553.170000', '154553.173000', '154553.176000', '154553.178000', '154553.181000', '154553.183000', '154553.186000', '154553.189000', '154553.192000', '154553.194000', '154553.197000', '154553.199000', '154553.202000', '154553.205000', '154553.207000', '154553.210000', '154553.213000', '154553.215000', '154553.218000', '154553.220000', '154553.223000', '154553.226000', '154553.228000', '154553.231000', '154613.115000', '154613.117000', '154613.120000', '154613.123000', '154613.125000', '154613.128000', '154613.131000', '154613.133000', '154613.136000', '154613.139000', '154613.141000', '154613.144000', '154613.146000', '154613.149000', '154613.151000', '154613.154000', '154613.157000', '154613.159000', '154613.162000', '154613.165000', '154613.167000', '154613.170000', '154613.172000', '154613.175000', '154613.178000', '154613.180000', '154613.183000', '154613.185000', '154613.188000', '154613.191000', '154613.193000', '154613.196000', '154613.199000', '154613.201000', '154613.204000', '154613.206000', '154613.209000', '154613.212000', '154613.214000', '154613.217000', '154613.219000', '154613.222000', '154613.225000', '154633.114000', '154633.117000', '154633.120000', '154633.123000', '154633.125000', '154633.128000', '154633.131000', '154633.133000', '154633.136000', '154633.138000', '154633.141000', '154633.144000', '154633.146000', '154633.149000', '154633.151000', '154633.154000', '154633.157000', '154633.159000', '154633.162000', '154633.165000', '154633.167000', '154633.170000', '154633.172000', '154633.175000', '154633.178000', '154633.181000', '154633.183000', '154633.186000', '154633.189000', '154633.191000', '154633.194000', '154633.196000', '154633.199000', '154633.202000', '154633.204000', '154633.207000', '154633.209000', '154633.212000', '154633.215000', '154633.217000', '154633.220000', '154633.223000', '154633.225000', '154633.228000', '154653.114000', '154653.118000', '154653.120000', '154653.123000', '154653.125000', '154653.128000', '154653.131000', '154653.134000', '154653.136000', '154653.139000', '154653.141000', '154653.144000', '154653.147000', '154653.149000', '154653.152000', '154653.154000', '154653.157000', '154653.160000', '154653.162000', '154653.165000', '154653.167000', '154653.170000', '154653.173000', '154653.176000', '154653.179000', '154653.182000', '154653.184000', '154653.187000', '154653.190000', '154653.193000', '154653.195000', '154653.198000', '154653.201000', '154653.203000', '154653.206000', '154653.209000', '154653.211000', '154653.214000', '154653.216000', '154653.219000', '154653.222000', '154653.225000', '154653.228000', '154713.115000', '154713.117000', '154713.120000', '154713.123000', '154713.126000', '154713.128000', '154713.131000', '154713.133000', '154713.136000', '154713.139000', '154713.141000', '154713.144000', '154713.146000', '154713.149000', '154713.152000', '154713.154000', '154713.157000', '154713.160000', '154713.162000', '154713.165000', '154713.168000', '154713.170000', '154713.173000', '154713.175000', '154713.178000', '154713.181000', '154713.183000', '154713.186000', '154713.189000', '154713.191000', '154713.194000', '154713.197000', '154713.199000', '154713.202000', '154713.204000', '154713.207000', '154713.210000', '154713.212000', '154713.215000', '154713.218000', '154713.220000', '154713.223000', '154713.226000', '154713.228000', '154733.114000', '154733.117000', '154733.120000', '154733.122000', '154733.125000', '154733.128000', '154733.130000', '154733.133000', '154733.136000', '154733.138000', '154733.141000', '154733.144000', '154733.146000', '154733.149000', '154733.152000', '154733.154000', '154733.157000', '154733.160000', '154733.162000', '154733.165000', '154733.167000', '154733.170000', '154733.173000', '154733.175000', '154733.178000', '154733.181000', '154733.183000', '154733.186000', '154733.189000', '154733.191000', '154733.194000', '154733.197000', '154733.199000', '154733.202000', '154733.204000', '154733.207000', '154733.210000', '154733.212000', '154733.215000', '154733.218000', '154733.221000', '154733.224000', '154733.226000', '154753.115000', '154753.118000', '154753.123000', '154753.125000', '154753.128000', '154753.131000', '154753.133000', '154753.136000', '154753.139000', '154753.141000', '154753.144000', '154753.147000', '154753.149000', '154753.152000', '154753.154000', '154753.157000', '154753.160000', '154753.162000', '154753.165000', '154753.168000', '154753.170000', '154753.173000', '154753.175000', '154753.178000', '154753.181000', '154753.183000', '154753.186000', '154753.189000', '154753.191000', '154753.194000', '154753.197000', '154753.199000', '154753.202000', '154753.204000', '154753.207000', '154753.210000', '154753.212000', '154753.215000', '154753.217000', '154753.220000', '154753.223000', '154753.225000', '154753.228000', '154813.114000', '154813.117000', '154813.120000', '154813.122000', '154813.125000', '154813.128000', '154813.130000', '154813.133000', '154813.136000', '154813.138000', '154813.141000', '154813.143000', '154813.146000', '154813.149000', '154813.151000', '154813.154000', '154813.157000', '154813.159000', '154813.162000', '154813.164000', '154813.167000', '154813.170000', '154813.172000', '154813.175000', '154813.177000', '154813.180000', '154813.183000', '154813.185000', '154813.188000', '154813.191000', '154813.193000', '154813.196000', '154813.199000', '154813.201000', '154813.204000', '154813.207000', '154813.210000', '154813.213000', '154813.217000', '154813.220000', '154813.222000', '154813.225000', '154813.229000', '154813.232000', '154833.115000', '154833.118000', '154833.120000', '154833.123000', '154833.126000', '154833.128000', '154833.131000', '154833.133000', '154833.136000', '154833.139000', '154833.142000', '154833.144000', '154833.147000', '154833.150000', '154833.152000', '154833.155000', '154833.158000', '154833.160000', '154833.163000', '154833.165000', '154833.168000', '154833.171000', '154833.173000', '154833.176000', '154833.179000', '154833.181000', '154833.184000', '154833.195000', '154833.197000', '154833.200000', '154833.203000', '154833.205000', '154833.208000', '154833.210000', '154833.213000', '154833.216000', '154833.218000', '154833.221000', '154833.223000', '154833.226000', '154833.229000', '154833.231000', '154833.234000', '154833.236000', '154853.114000', '154853.117000', '154853.120000', '154853.123000', '154853.125000', '154853.128000', '154853.131000', '154853.133000', '154853.136000', '154853.138000', '154853.141000', '154853.144000', '154853.146000', '154853.149000', '154853.151000', '154853.154000', '154853.157000', '154853.159000', '154853.162000', '154853.165000', '154853.167000', '154853.170000', '154853.173000', '154853.175000', '154853.178000', '154853.181000', '154853.183000', '154853.186000', '154853.188000', '154853.191000', '154853.194000', '154853.196000', '154853.199000', '154853.201000', '154853.204000', '154853.207000', '154853.209000', '154853.212000', '154853.215000', '154853.217000', '154853.220000', '154853.222000', '154853.233000', '154913.115000', '154913.118000', '154913.120000', '154913.123000', '154913.126000', '154913.128000', '154913.131000', '154913.134000', '154913.136000', '154913.139000', '154913.142000', '154913.144000', '154913.147000', '154913.149000', '154913.152000', '154913.155000', '154913.157000', '154913.160000', '154913.162000', '154913.165000', '154913.168000', '154913.170000', '154913.173000', '154913.176000', '154913.178000', '154913.181000', '154913.183000', '154913.186000', '154913.189000', '154913.192000', '154913.194000', '154913.197000', '154913.200000', '154913.202000', '154913.205000', '154913.208000', '154913.210000', '154913.213000', '154913.215000', '154913.218000', '154913.221000', '154913.224000', '154913.226000', '154913.229000', '154933.114000', '154933.117000', '154933.119000', '154933.122000', '154933.124000', '154933.127000', '154933.130000', '154933.132000', '154933.135000', '154933.138000', '154933.140000', '154933.143000', '154933.145000', '154933.148000', '154933.151000', '154933.153000', '154933.156000', '154933.159000', '154933.161000', '154933.164000', '154933.166000', '154933.169000', '154933.172000', '154933.174000', '154933.177000', '154933.180000', '154933.182000', '154933.185000', '154933.187000', '154933.190000', '154933.193000', '154933.195000', '154933.198000', '154933.201000', '154933.203000', '154933.206000', '154933.208000', '154933.211000', '154933.214000', '154933.216000', '154933.219000', '154933.222000', '154933.224000', '154953.115000', '154953.117000', '154953.120000', '154953.123000', '154953.125000', '154953.128000', '154953.131000', '154953.133000', '154953.136000', '154953.138000', '154953.141000', '154953.144000', '154953.146000', '154953.149000', '154953.152000', '154953.154000', '154953.157000', '154953.160000', '154953.162000', '154953.165000', '154953.167000', '154953.170000', '154953.173000', '154953.175000', '154953.178000', '154953.181000', '154953.183000', '154953.186000', '154953.188000', '154953.191000', '154953.194000', '154953.196000', '154953.199000', '154953.202000', '154953.204000', '154953.207000', '154953.210000', '154953.212000', '154953.215000', '154953.218000', '154953.220000', '154953.223000', '154953.225000', '154953.228000', '155013.114000', '155013.117000', '155013.120000', '155013.122000', '155013.125000', '155013.128000', '155013.130000', '155013.133000', '155013.136000', '155013.138000', '155013.141000', '155013.143000', '155013.146000', '155013.149000', '155013.151000', '155013.154000', '155013.156000', '155013.159000', '155013.162000', '155013.164000', '155013.167000', '155013.169000', '155013.172000', '155013.175000', '155013.177000', '155013.180000', '155013.182000', '155013.185000', '155013.188000', '155013.191000', '155013.193000', '155013.196000', '155013.198000', '155013.201000', '155013.204000', '155013.206000', '155013.209000', '155013.212000', '155013.214000', '155013.217000', '155013.219000', '155013.222000', '155013.225000', '155033.115000', '155033.118000', '155033.120000', '155033.123000', '155033.126000', '155033.128000', '155033.131000', '155033.133000', '155033.136000', '155033.139000', '155033.141000', '155033.144000', '155033.146000', '155033.149000', '155033.152000', '155033.154000', '155033.157000', '155033.160000', '155033.162000', '155033.165000', '155033.167000', '155033.170000', '155033.173000', '155033.175000', '155033.178000', '155033.181000', '155033.183000', '155033.186000', '155033.189000', '155033.191000', '155033.194000', '155033.196000', '155033.199000', '155033.202000', '155033.204000', '155033.207000', '155033.210000', '155033.212000', '155033.215000', '155033.218000', '155033.220000', '155033.223000', '155033.225000', '155033.228000', '155053.115000', '155053.117000', '155053.120000', '155053.123000', '155053.126000', '155053.128000', '155053.131000', '155053.134000', '155053.136000', '155053.139000', '155053.141000', '155053.144000', '155053.147000', '155053.149000', '155053.152000', '155053.155000', '155053.157000', '155053.160000', '155053.162000', '155053.165000', '155053.168000', '155053.170000', '155053.173000', '155053.176000', '155053.178000', '155053.181000', '155053.184000', '155053.186000', '155053.189000', '155053.192000', '155053.194000', '155053.197000', '155053.200000', '155053.202000', '155053.205000', '155053.208000', '155053.210000', '155053.213000', '155053.215000', '155053.218000', '155053.221000', '155053.223000', '155053.226000', '155113.115000', '155113.117000', '155113.120000', '155113.123000', '155113.126000', '155113.128000', '155113.131000', '155113.134000', '155113.136000', '155113.139000', '155113.142000', '155113.146000', '155113.149000', '155113.151000', '155113.154000', '155113.156000', '155113.159000', '155113.162000', '155113.164000', '155113.167000', '155113.170000', '155113.172000', '155113.175000', '155113.178000', '155113.180000', '155113.183000', '155113.185000', '155113.188000', '155113.191000', '155113.193000', '155113.196000', '155113.199000', '155113.201000', '155113.204000', '155113.207000', '155113.209000', '155113.212000', '155113.214000', '155113.217000', '155113.220000', '155113.222000', '155113.225000', '155113.228000', '155133.114000', '155133.117000', '155133.120000', '155133.123000', '155133.125000', '155133.128000', '155133.130000', '155133.133000', '155133.136000', '155133.138000', '155133.141000', '155133.144000', '155133.146000', '155133.149000', '155133.152000', '155133.154000', '155133.157000', '155133.160000', '155133.162000', '155133.165000', '155133.173000', '155133.175000', '155133.178000', '155133.181000', '155133.183000', '155133.186000', '155133.189000', '155133.191000', '155133.194000', '155133.196000', '155133.199000', '155133.202000', '155133.204000', '155133.207000', '155133.209000', '155133.212000', '155133.215000', '155133.217000', '155133.220000', '155133.223000', '155133.225000', '155133.228000', '155133.230000', '155133.233000', '155153.113000', '155153.116000', '155153.119000', '155153.122000', '155153.124000', '155153.127000', '155153.129000', '155153.132000', '155153.135000', '155153.137000', '155153.140000', '155153.144000', '155153.146000', '155153.149000', '155153.152000', '155153.154000', '155153.157000', '155153.160000', '155153.162000', '155153.165000', '155153.168000', '155153.170000', '155153.173000', '155153.175000', '155153.178000', '155153.181000', '155153.183000', '155153.186000', '155153.188000', '155153.191000', '155153.194000', '155153.197000', '155153.199000', '155153.202000', '155153.204000', '155153.207000', '155153.210000', '155153.212000', '155153.215000', '155153.218000', '155153.220000', '155153.223000', '155153.225000', '155153.228000', '155204.146000', '155204.149000', '155204.152000', '155204.155000', '155204.157000', '155204.160000', '155204.163000', '155204.165000', '155204.168000', '155204.171000', '155204.173000', '155204.176000', '155204.179000', '155204.181000', '155204.184000', '155204.187000', '155204.259000', '155204.262000', '155204.265000', '155204.271000', '155204.274000', '155204.277000', '155204.280000', '155204.283000'], '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': [10715, 11029, 11491, 9369, 9432, 9813, 8990, 9631, 9022, 8444, 9076, 9541, 9846, 8635, 8871, 9007, 9099, 9375, 9076, 9054, 8872, 8237, 9209, 7813, 9406, 8199, 9469, 8187, 9511, 7475, 9577, 9165, 9367, 8929, 9309, 8501, 9287, 9648, 9233, 9188, 9063, 9744, 9220, 9696, 9433, 9245, 9126, 9939, 8919, 10676, 9151, 10066, 8933, 9622, 9219, 9518, 9151, 10900, 9416, 9178, 9437, 8531, 9460, 9312, 9604, 11077, 8381, 9936, 9573, 8856, 8703, 9059, 8608, 9059, 8823, 9073, 8040, 9029, 7881, 9106, 8126, 8998, 7994, 9238, 9085, 9378, 10180, 9497, 11944, 10044, 10467, 9279, 9118, 10149, 8959, 9972, 9111, 8499, 8795, 8858, 8897, 9780, 9019, 9424, 8771, 8930, 8783, 9035, 8905, 9475, 9249, 8416, 9013, 8933, 8949, 8733, 8850, 9847, 9097, 11136, 9518, 10349, 8883, 9466, 8729, 9731, 8865, 10464, 9019, 10419, 9145, 8995, 9647, 8632, 9267, 9043, 9496, 7766, 9894, 7361, 9546, 8131, 9440, 9127, 9145, 9361, 8872, 8711, 9599, 9269, 12088, 9389, 10250, 9105, 8641, 8613, 8039, 9249, 8867, 8995, 9280, 9739, 8678, 9987, 8883, 9595, 9331, 11196, 10140, 8461, 9334, 11166, 9050, 10188, 9564, 8992, 11004, 9311, 8963, 8645, 7857, 7659, 6848, 7126, 7231, 8160, 8315, 7353, 7516, 7641, 7673, 10530, 9547, 11708, 8430, 10730, 7380, 10338, 7718, 11864, 11201, 12317, 8373, 10368, 8054, 8588, 7785, 9778, 8179, 10561, 7755, 9886, 7280, 10181, 7112, 10898, 8347, 9891, 7913, 9631, 7696, 9340, 7987, 10380, 8492, 8071, 7406, 8013, 7331, 8027, 7291, 7947, 7739, 7699, 8282, 7095, 7697, 7615, 7557, 9523, 8066, 9953, 8612, 7988, 7482, 8504, 7365, 10530, 9149, 10520, 8017, 11306, 8096, 9022, 9400, 9739, 7698, 10508, 7950, 8150, 7038, 7433, 7335, 7313, 7204, 7544, 7875, 7937, 8273, 9283, 9045, 9711, 8320, 10302, 8421, 9239, 8551, 9410, 8364, 9781, 8225, 10840, 8637, 10506, 9398, 10100, 9089, 10167, 8348, 11108, 8934, 10297, 9936, 9417, 9685, 9944, 8860, 9040, 8784, 9039, 8449, 8605, 7932, 9207, 10115, 7480, 9155, 7342, 9743, 7822, 11646, 8788, 11154, 8034, 9624, 8686, 8628, 10155, 8708, 11302, 8657, 9176, 7744, 8344, 7662, 8740, 7845, 8649, 8044, 8170, 8758, 8162, 7688, 7472, 7084, 7507, 7182, 7394, 7011, 7547, 6709, 7118, 6774, 8362, 8363, 8248, 11623, 9528, 10976, 10047, 11065, 9141, 9393, 8223, 9893, 8503, 10146, 8503, 9537, 8546, 8884, 8513, 10338, 10232, 10791, 9120, 10919, 9467, 9904, 8979, 9007, 8705, 9177, 8720, 8526, 9522, 8535, 9176, 8882, 8952, 9929, 8659, 9066, 8782, 7939, 8592, 9989, 8763, 9076, 8423, 10156, 8214, 7957, 7978, 8230, 7233, 8357, 7987, 7773, 10080, 8124, 9207, 8581, 9824, 10627, 9420, 10348, 7866, 9314, 11056, 9604, 11179, 10057, 10492, 7730, 8205, 7689, 7928, 7476, 8855, 8023, 8278, 7871, 9188, 8287, 10193, 12315, 9406, 9222, 8601, 8324, 8423, 7943, 7109, 8504, 8062, 8832, 8173, 9168, 7806, 9782, 10546, 9966, 10717, 9275, 8290, 9624, 7818, 8500, 7758, 8474, 8069, 8478, 8091, 8710, 8474, 8186, 9334, 8443, 11612, 9533, 12223, 8505, 11922, 7667, 8409, 10959, 9417, 11136, 9943, 10613, 8676, 9907, 7679, 8825, 7446, 9147, 7473, 8560, 8413, 8382, 7512, 7914, 8301, 7928, 8912, 8493, 7813, 8567, 7804, 8711, 8079, 8138, 8014, 8084, 7958, 8163, 8309, 8295, 10543, 9419, 10192, 8982, 10402, 8722, 10589, 9933, 12030, 12615, 11216, 10831, 8840, 9160, 7625, 8240, 9051, 7997, 8429, 8259, 8442, 9487, 7757, 9529, 7583, 7512, 8545, 9425, 8259, 9374, 8867, 8130, 7806, 7643, 7641, 7707, 8640, 10624, 10821, 9991, 9952, 13225, 10638, 12704, 13023, 11321, 10398, 8151, 8949, 11423, 8703, 9903, 9566, 9560, 9098, 8947, 9358, 8813, 8287, 9167, 8107, 10739, 8365, 9436, 9000, 8659, 9823, 8547, 8474, 9273, 8452, 8075, 7740, 9236, 7738, 8129, 8016, 8864, 8711, 8989, 9063, 9317, 10368, 8866, 12314, 9930, 10066, 11022, 8848, 8605, 9083, 8495, 8980, 8537, 9356, 8876, 8851, 9021, 8698, 8594, 8825, 9268, 8801, 8705, 9351, 8944, 9599, 8567, 10582, 8953, 11028, 9808, 10612, 8761, 9210, 8708, 8753, 8514, 8718, 8630, 8633, 8923, 9122, 8506, 8901, 9991, 8832, 10336, 9661, 9691, 8813, 8703, 9151, 8850, 9628, 9229, 8443, 8931, 7784, 9190, 8640, 9057, 8604, 8853, 8803, 9059, 9465, 9581, 9270, 8955, 9828, 10071, 9947, 10683, 8931, 8796, 8667, 7880, 8582, 9342, 8605, 9572, 9016, 9678, 7809, 9326, 7701, 9555, 9464, 9403, 8952, 9245, 9011, 8956, 10156, 11348, 9746, 9586, 8981, 8602, 8556, 8952, 10473, 9820, 11321, 9878, 9218, 8855, 8358, 9231, 8837, 10169, 9131, 8584, 9738, 8898, 9476, 8904, 9202, 9414, 8919, 9755, 9361, 10252, 8468, 9286, 9781, 9499, 8727, 9646, 8464, 9180, 9551, 9407, 10993, 13303, 10659, 11745, 9037, 8797, 8876, 9204, 8489, 9103, 9362, 9345, 9008, 9400, 8724, 9382, 8769, 9005, 10239, 9416, 9380, 8996, 8922, 9335, 8406, 9425, 8334, 9278, 8568, 9053, 9079, 9464, 8525, 9318, 9012, 9088, 9278, 10864, 9161, 9828, 9301, 10010, 9190, 9122, 9209, 9407, 8912, 9073, 9694, 9269, 8485, 9079, 8857, 9167, 8726, 8896, 8270, 9048, 8247, 9349, 8139, 9370, 7850, 9392, 8963, 9540, 9254, 9621, 8160, 9236, 9062, 10538, 8978, 9109, 8900, 8901, 8679, 8577, 8010, 8975, 8426, 9121, 8642, 9354, 8061, 9019, 9988, 8975, 8320, 8639, 8939, 9654, 8815, 9006, 9080, 8654, 8878, 8664, 8406, 8381, 8571, 9216, 9030, 8787, 8337, 7825, 9380, 7582, 9312, 9440, 8227, 8905, 8190, 8196, 8456, 8298, 8544, 7908, 7285, 9209, 8895, 8995, 8454, 8862, 8536, 9428, 10266, 9373, 10228, 9401, 11467, 9473, 10113, 8675, 10615, 11402, 9784, 10233, 8774, 8729, 8510, 9267, 8375, 8992, 8724, 8541, 8644, 8489, 8386, 8043, 8438, 9322, 9988, 9507, 8914, 8619, 9431, 9061, 9852], 'WindowCenter': [4287.0, 4270.0, 4255.0, 4219.0, 4220.0, 4227.0, 4217.0, 4215.0, 4217.0, 4219.0, 4219.0, 4216.0, 4227.0, 4203.0, 4206.0, 4202.0, 4203.0, 4216.0, 4216.0, 4203.0, 4217.0, 4204.0, 4216.0, 4194.0, 4216.0, 4217.0, 4241.0, 4218.0, 4229.0, 4198.0, 4241.0, 4217.0, 4231.0, 4230.0, 4231.0, 4220.0, 4232.0, 4230.0, 4231.0, 4217.0, 4220.0, 4228.0, 4219.0, 4217.0, 4231.0, 4215.0, 4217.0, 4216.0, 4220.0, 4238.0, 4218.0, 4216.0, 4218.0, 4217.0, 4215.0, 4229.0, 4216.0, 4226.0, 4215.0, 4217.0, 4215.0, 4206.0, 4228.0, 4218.0, 4213.0, 4227.0, 4192.0, 4215.0, 4202.0, 4203.0, 4189.0, 4216.0, 4205.0, 4214.0, 4216.0, 4204.0, 4193.0, 4216.0, 4209.0, 4220.0, 4208.0, 4221.0, 4209.0, 4231.0, 4219.0, 4219.0, 4243.0, 4228.0, 4238.0, 4217.0, 4228.0, 4215.0, 4205.0, 4226.0, 4217.0, 4214.0, 4207.0, 4203.0, 4207.0, 4202.0, 4205.0, 4226.0, 4215.0, 4203.0, 4208.0, 4203.0, 4205.0, 4202.0, 4205.0, 4227.0, 4217.0, 4205.0, 4217.0, 4204.0, 4216.0, 4204.0, 4217.0, 4228.0, 4217.0, 4236.0, 4228.0, 4213.0, 4204.0, 4203.0, 4206.0, 4228.0, 4216.0, 4225.0, 4216.0, 4225.0, 4201.0, 4203.0, 4200.0, 4202.0, 4216.0, 4216.0, 4214.0, 4195.0, 4226.0, 4184.0, 4215.0, 4207.0, 4230.0, 4229.0, 4219.0, 4219.0, 4218.0, 4219.0, 4218.0, 4217.0, 4250.0, 4218.0, 4226.0, 4216.0, 4217.0, 4206.0, 4207.0, 4215.0, 4231.0, 4231.0, 4231.0, 4231.0, 4233.0, 4241.0, 4220.0, 4228.0, 4231.0, 4239.0, 4229.0, 4205.0, 4221.0, 4237.0, 4217.0, 4228.0, 4217.0, 4220.0, 4225.0, 4214.0, 4204.0, 4114.0, 4208.0, 4190.0, 4161.0, 4156.0, 4145.0, 4168.0, 4179.0, 4155.0, 4169.0, 4167.0, 4181.0, 4200.0, 4192.0, 4223.0, 4181.0, 4209.0, 4169.0, 4200.0, 4167.0, 4219.0, 4208.0, 4223.0, 4178.0, 4199.0, 4177.0, 4178.0, 4167.0, 4197.0, 4178.0, 4210.0, 4166.0, 4197.0, 4165.0, 4198.0, 4169.0, 4210.0, 4191.0, 4198.0, 4178.0, 4196.0, 4179.0, 4187.0, 4178.0, 4198.0, 4190.0, 4177.0, 4179.0, 4177.0, 4181.0, 4177.0, 4181.0, 4177.0, 4181.0, 4181.0, 4205.0, 4182.0, 4195.0, 4181.0, 4193.0, 4214.0, 4194.0, 4216.0, 4207.0, 4192.0, 4184.0, 4192.0, 4192.0, 4223.0, 4203.0, 4222.0, 4191.0, 4221.0, 4190.0, 4200.0, 4202.0, 4215.0, 4180.0, 4213.0, 4192.0, 4191.0, 4168.0, 4180.0, 4179.0, 4193.0, 4194.0, 4195.0, 4206.0, 4207.0, 4207.0, 4217.0, 4217.0, 4217.0, 4205.0, 4215.0, 4205.0, 4215.0, 4203.0, 4203.0, 4204.0, 4226.0, 4194.0, 4225.0, 4203.0, 4213.0, 4202.0, 4211.0, 4203.0, 4211.0, 4190.0, 4223.0, 4202.0, 4211.0, 4209.0, 4200.0, 4200.0, 4211.0, 4202.0, 4203.0, 4205.0, 4216.0, 4192.0, 4189.0, 4178.0, 4188.0, 4212.0, 4180.0, 4203.0, 4170.0, 4199.0, 4167.0, 4209.0, 4190.0, 4210.0, 4181.0, 4200.0, 4190.0, 4190.0, 4212.0, 4178.0, 4210.0, 4178.0, 4190.0, 4168.0, 4180.0, 4179.0, 4193.0, 4193.0, 4192.0, 4181.0, 4193.0, 4191.0, 4191.0, 4180.0, 4181.0, 4182.0, 4182.0, 4185.0, 4196.0, 4197.0, 4198.0, 4187.0, 4199.0, 4188.0, 4220.0, 4219.0, 4220.0, 4251.0, 4218.0, 4227.0, 4232.0, 4226.0, 4206.0, 4202.0, 4195.0, 4215.0, 4194.0, 4213.0, 4205.0, 4202.0, 4203.0, 4202.0, 4207.0, 4227.0, 4215.0, 4213.0, 4204.0, 4212.0, 4202.0, 4212.0, 4203.0, 4203.0, 4203.0, 4204.0, 4203.0, 4205.0, 4215.0, 4203.0, 4216.0, 4216.0, 4205.0, 4215.0, 4209.0, 4205.0, 4206.0, 4192.0, 4207.0, 4216.0, 4207.0, 4205.0, 4206.0, 4213.0, 4206.0, 4193.0, 4194.0, 4208.0, 4196.0, 4206.0, 4196.0, 4196.0, 4228.0, 4206.0, 4217.0, 4221.0, 4243.0, 4230.0, 4218.0, 4230.0, 4197.0, 4218.0, 4226.0, 4218.0, 4228.0, 4214.0, 4213.0, 4194.0, 4193.0, 4193.0, 4196.0, 4184.0, 4206.0, 4197.0, 4207.0, 4196.0, 4221.0, 4208.0, 4230.0, 4237.0, 4205.0, 4204.0, 4192.0, 4193.0, 4204.0, 4207.0, 4184.0, 4219.0, 4207.0, 4217.0, 4208.0, 4221.0, 4209.0, 4232.0, 4227.0, 4219.0, 4215.0, 4207.0, 4194.0, 4214.0, 4184.0, 4206.0, 4196.0, 4207.0, 4210.0, 4221.0, 4209.0, 4235.0, 4210.0, 4223.0, 4219.0, 4212.0, 4242.0, 4219.0, 4238.0, 4195.0, 4225.0, 4183.0, 4197.0, 4212.0, 4206.0, 4225.0, 4202.0, 4212.0, 4192.0, 4213.0, 4181.0, 4205.0, 4183.0, 4203.0, 4171.0, 4194.0, 4206.0, 4196.0, 4185.0, 4196.0, 4205.0, 4207.0, 4204.0, 4206.0, 4194.0, 4208.0, 4195.0, 4208.0, 4207.0, 4210.0, 4209.0, 4212.0, 4212.0, 4212.0, 4209.0, 4222.0, 4231.0, 4219.0, 4218.0, 4209.0, 4217.0, 4208.0, 4229.0, 4217.0, 4240.0, 4237.0, 4226.0, 4212.0, 4204.0, 4205.0, 4182.0, 4192.0, 4191.0, 4197.0, 4206.0, 4207.0, 4205.0, 4217.0, 4196.0, 4231.0, 4212.0, 4212.0, 4223.0, 4230.0, 4236.0, 4234.0, 4237.0, 4226.0, 4226.0, 4214.0, 4227.0, 4229.0, 4240.0, 4257.0, 4260.0, 4235.0, 4237.0, 4266.0, 4230.0, 4255.0, 4238.0, 4227.0, 4218.0, 4196.0, 4206.0, 4223.0, 4204.0, 4217.0, 4215.0, 4204.0, 4206.0, 4205.0, 4205.0, 4207.0, 4209.0, 4217.0, 4194.0, 4226.0, 4196.0, 4208.0, 4206.0, 4195.0, 4201.0, 4206.0, 4207.0, 4216.0, 4194.0, 4195.0, 4196.0, 4216.0, 4197.0, 4209.0, 4209.0, 4219.0, 4221.0, 4221.0, 4224.0, 4222.0, 4233.0, 4221.0, 4239.0, 4205.0, 4219.0, 4215.0, 4206.0, 4194.0, 4193.0, 4208.0, 4216.0, 4207.0, 4204.0, 4207.0, 4204.0, 4206.0, 4205.0, 4208.0, 4219.0, 4219.0, 4207.0, 4210.0, 4218.0, 4221.0, 4216.0, 4208.0, 4229.0, 4210.0, 4226.0, 4220.0, 4212.0, 4206.0, 4204.0, 4191.0, 4194.0, 4206.0, 4207.0, 4205.0, 4206.0, 4204.0, 4218.0, 4204.0, 4208.0, 4216.0, 4209.0, 4216.0, 4204.0, 4217.0, 4207.0, 4195.0, 4204.0, 4208.0, 4216.0, 4219.0, 4207.0, 4219.0, 4196.0, 4219.0, 4207.0, 4221.0, 4208.0, 4220.0, 4222.0, 4222.0, 4220.0, 4219.0, 4219.0, 4222.0, 4234.0, 4221.0, 4220.0, 4228.0, 4209.0, 4207.0, 4207.0, 4197.0, 4210.0, 4235.0, 4223.0, 4223.0, 4221.0, 4235.0, 4213.0, 4235.0, 4213.0, 4234.0, 4232.0, 4237.0, 4223.0, 4237.0, 4239.0, 4238.0, 4237.0, 4231.0, 4220.0, 4207.0, 4209.0, 4209.0, 4224.0, 4222.0, 4242.0, 4233.0, 4230.0, 4234.0, 4223.0, 4211.0, 4211.0, 4221.0, 4222.0, 4231.0, 4222.0, 4210.0, 4233.0, 4221.0, 4223.0, 4223.0, 4225.0, 4236.0, 4226.0, 4238.0, 4227.0, 4234.0, 4199.0, 4222.0, 4233.0, 4235.0, 4212.0, 4222.0, 4211.0, 4223.0, 4223.0, 4210.0, 4246.0, 4253.0, 4220.0, 4229.0, 4210.0, 4185.0, 4193.0, 4193.0, 4181.0, 4208.0, 4220.0, 4218.0, 4208.0, 4220.0, 4208.0, 4223.0, 4211.0, 4224.0, 4222.0, 4210.0, 4223.0, 4212.0, 4209.0, 4209.0, 4199.0, 4220.0, 4200.0, 4221.0, 4213.0, 4210.0, 4211.0, 4221.0, 4211.0, 4209.0, 4209.0, 4209.0, 4221.0, 4230.0, 4208.0, 4206.0, 4208.0, 4218.0, 4209.0, 4207.0, 4208.0, 4207.0, 4194.0, 4195.0, 4208.0, 4206.0, 4183.0, 4194.0, 4193.0, 4205.0, 4209.0, 4220.0, 4209.0, 4209.0, 4208.0, 4221.0, 4200.0, 4223.0, 4215.0, 4236.0, 4223.0, 4239.0, 4226.0, 4236.0, 4215.0, 4224.0, 4213.0, 4231.0, 4225.0, 4224.0, 4224.0, 4211.0, 4209.0, 4211.0, 4201.0, 4222.0, 4212.0, 4237.0, 4224.0, 4225.0, 4214.0, 4228.0, 4235.0, 4214.0, 4202.0, 4224.0, 4225.0, 4221.0, 4222.0, 4209.0, 4223.0, 4224.0, 4226.0, 4213.0, 4215.0, 4227.0, 4214.0, 4225.0, 4224.0, 4215.0, 4214.0, 4202.0, 4223.0, 4202.0, 4223.0, 4221.0, 4211.0, 4211.0, 4213.0, 4212.0, 4226.0, 4215.0, 4226.0, 4217.0, 4205.0, 4225.0, 4223.0, 4223.0, 4213.0, 4225.0, 4225.0, 4237.0, 4235.0, 4225.0, 4233.0, 4225.0, 4243.0, 4225.0, 4221.0, 4200.0, 4233.0, 4228.0, 4208.0, 4206.0, 4198.0, 4195.0, 4195.0, 4205.0, 4196.0, 4222.0, 4211.0, 4211.0, 4210.0, 4211.0, 4212.0, 4214.0, 4214.0, 4223.0, 4220.0, 4222.0, 4210.0, 4213.0, 4236.0, 4223.0, 4222.0], 'WindowWidth': [9478.0, 9442.0, 9409.0, 9352.0, 9353.0, 9357.0, 9343.0, 9338.0, 9343.0, 9350.0, 9350.0, 9342.0, 9356.0, 9319.0, 9326.0, 9315.0, 9319.0, 9340.0, 9341.0, 9318.0, 9343.0, 9323.0, 9342.0, 9308.0, 9342.0, 9347.0, 9384.0, 9347.0, 9364.0, 9320.0, 9385.0, 9344.0, 9368.0, 9367.0, 9369.0, 9352.0, 9370.0, 9366.0, 9369.0, 9342.0, 9352.0, 9362.0, 9350.0, 9344.0, 9368.0, 9340.0, 9345.0, 9340.0, 9353.0, 9372.0, 9346.0, 9341.0, 9346.0, 9343.0, 9339.0, 9363.0, 9340.0, 9353.0, 9338.0, 9342.0, 9337.0, 9327.0, 9361.0, 9348.0, 9334.0, 9354.0, 9304.0, 9337.0, 9314.0, 9317.0, 9295.0, 9343.0, 9326.0, 9336.0, 9339.0, 9322.0, 9306.0, 9341.0, 9338.0, 9352.0, 9332.0, 9354.0, 9337.0, 9368.0, 9350.0, 9349.0, 9385.0, 9361.0, 9374.0, 9341.0, 9358.0, 9337.0, 9324.0, 9354.0, 9343.0, 9335.0, 9329.0, 9319.0, 9328.0, 9315.0, 9324.0, 9354.0, 9339.0, 9319.0, 9332.0, 9318.0, 9323.0, 9316.0, 9324.0, 9358.0, 9345.0, 9326.0, 9346.0, 9322.0, 9341.0, 9321.0, 9345.0, 9363.0, 9345.0, 9367.0, 9360.0, 9332.0, 9321.0, 9316.0, 9328.0, 9359.0, 9341.0, 9349.0, 9341.0, 9351.0, 9314.0, 9316.0, 9311.0, 9318.0, 9341.0, 9341.0, 9336.0, 9312.0, 9353.0, 9296.0, 9339.0, 9333.0, 9367.0, 9365.0, 9349.0, 9348.0, 9346.0, 9349.0, 9344.0, 9344.0, 9391.0, 9346.0, 9353.0, 9340.0, 9343.0, 9327.0, 9330.0, 9340.0, 9370.0, 9371.0, 9367.0, 9367.0, 9373.0, 9382.0, 9352.0, 9362.0, 9371.0, 9376.0, 9362.0, 9325.0, 9353.0, 9369.0, 9344.0, 9361.0, 9341.0, 9351.0, 9353.0, 9337.0, 9322.0, 9148.0, 9343.0, 9309.0, 9258.0, 9244.0, 9224.0, 9260.0, 9275.0, 9240.0, 9264.0, 9261.0, 9287.0, 9309.0, 9300.0, 9342.0, 9286.0, 9319.0, 9267.0, 9309.0, 9263.0, 9334.0, 9314.0, 9345.0, 9276.0, 9309.0, 9275.0, 9276.0, 9263.0, 9303.0, 9278.0, 9323.0, 9261.0, 9302.0, 9258.0, 9305.0, 9270.0, 9323.0, 9301.0, 9305.0, 9280.0, 9299.0, 9282.0, 9289.0, 9280.0, 9305.0, 9299.0, 9279.0, 9285.0, 9278.0, 9288.0, 9279.0, 9289.0, 9278.0, 9290.0, 9287.0, 9326.0, 9290.0, 9312.0, 9290.0, 9308.0, 9337.0, 9310.0, 9340.0, 9330.0, 9303.0, 9295.0, 9302.0, 9308.0, 9347.0, 9318.0, 9344.0, 9303.0, 9338.0, 9298.0, 9312.0, 9317.0, 9339.0, 9286.0, 9329.0, 9302.0, 9301.0, 9268.0, 9287.0, 9284.0, 9309.0, 9311.0, 9310.0, 9329.0, 9331.0, 9333.0, 9345.0, 9344.0, 9343.0, 9325.0, 9336.0, 9324.0, 9338.0, 9319.0, 9318.0, 9323.0, 9355.0, 9307.0, 9351.0, 9320.0, 9331.0, 9314.0, 9327.0, 9320.0, 9328.0, 9296.0, 9346.0, 9314.0, 9327.0, 9323.0, 9309.0, 9313.0, 9325.0, 9316.0, 9320.0, 9325.0, 9342.0, 9303.0, 9291.0, 9275.0, 9291.0, 9327.0, 9284.0, 9316.0, 9268.0, 9306.0, 9261.0, 9318.0, 9292.0, 9320.0, 9285.0, 9306.0, 9296.0, 9293.0, 9327.0, 9275.0, 9319.0, 9274.0, 9291.0, 9262.0, 9279.0, 9280.0, 9301.0, 9303.0, 9301.0, 9284.0, 9302.0, 9295.0, 9294.0, 9279.0, 9283.0, 9287.0, 9288.0, 9297.0, 9312.0, 9316.0, 9318.0, 9304.0, 9321.0, 9305.0, 9351.0, 9348.0, 9351.0, 9393.0, 9345.0, 9352.0, 9368.0, 9350.0, 9324.0, 9312.0, 9309.0, 9337.0, 9307.0, 9330.0, 9324.0, 9312.0, 9316.0, 9314.0, 9328.0, 9354.0, 9336.0, 9328.0, 9316.0, 9325.0, 9312.0, 9326.0, 9316.0, 9320.0, 9320.0, 9318.0, 9317.0, 9322.0, 9333.0, 9316.0, 9341.0, 9341.0, 9324.0, 9335.0, 9333.0, 9322.0, 9326.0, 9301.0, 9327.0, 9339.0, 9327.0, 9321.0, 9325.0, 9331.0, 9326.0, 9302.0, 9305.0, 9331.0, 9313.0, 9325.0, 9311.0, 9313.0, 9356.0, 9327.0, 9344.0, 9354.0, 9385.0, 9361.0, 9345.0, 9361.0, 9313.0, 9343.0, 9351.0, 9344.0, 9357.0, 9332.0, 9329.0, 9305.0, 9304.0, 9304.0, 9312.0, 9295.0, 9322.0, 9313.0, 9328.0, 9312.0, 9352.0, 9331.0, 9360.0, 9367.0, 9323.0, 9318.0, 9298.0, 9303.0, 9320.0, 9326.0, 9295.0, 9348.0, 9329.0, 9341.0, 9328.0, 9352.0, 9335.0, 9367.0, 9354.0, 9345.0, 9333.0, 9326.0, 9305.0, 9330.0, 9291.0, 9326.0, 9311.0, 9331.0, 9337.0, 9352.0, 9333.0, 9378.0, 9337.0, 9357.0, 9347.0, 9340.0, 9382.0, 9346.0, 9367.0, 9307.0, 9346.0, 9288.0, 9312.0, 9329.0, 9323.0, 9346.0, 9312.0, 9325.0, 9299.0, 9327.0, 9282.0, 9320.0, 9290.0, 9314.0, 9269.0, 9304.0, 9324.0, 9309.0, 9295.0, 9310.0, 9323.0, 9329.0, 9318.0, 9325.0, 9305.0, 9329.0, 9309.0, 9332.0, 9330.0, 9337.0, 9334.0, 9344.0, 9341.0, 9340.0, 9333.0, 9355.0, 9366.0, 9346.0, 9340.0, 9332.0, 9338.0, 9328.0, 9359.0, 9340.0, 9374.0, 9369.0, 9350.0, 9325.0, 9318.0, 9321.0, 9284.0, 9299.0, 9298.0, 9315.0, 9327.0, 9329.0, 9322.0, 9341.0, 9313.0, 9366.0, 9343.0, 9343.0, 9360.0, 9366.0, 9381.0, 9376.0, 9385.0, 9367.0, 9369.0, 9349.0, 9369.0, 9377.0, 9392.0, 9410.0, 9418.0, 9376.0, 9380.0, 9421.0, 9363.0, 9403.0, 9372.0, 9353.0, 9342.0, 9309.0, 9322.0, 9343.0, 9323.0, 9340.0, 9336.0, 9318.0, 9323.0, 9321.0, 9320.0, 9327.0, 9333.0, 9342.0, 9306.0, 9351.0, 9309.0, 9330.0, 9323.0, 9305.0, 9311.0, 9325.0, 9326.0, 9338.0, 9306.0, 9307.0, 9311.0, 9338.0, 9316.0, 9334.0, 9333.0, 9348.0, 9354.0, 9356.0, 9360.0, 9357.0, 9373.0, 9351.0, 9374.0, 9321.0, 9346.0, 9335.0, 9321.0, 9303.0, 9301.0, 9332.0, 9340.0, 9329.0, 9321.0, 9326.0, 9319.0, 9326.0, 9321.0, 9330.0, 9347.0, 9348.0, 9327.0, 9335.0, 9343.0, 9353.0, 9341.0, 9331.0, 9363.0, 9335.0, 9350.0, 9350.0, 9329.0, 9325.0, 9317.0, 9298.0, 9305.0, 9326.0, 9327.0, 9322.0, 9325.0, 9322.0, 9344.0, 9322.0, 9329.0, 9337.0, 9333.0, 9336.0, 9319.0, 9340.0, 9327.0, 9307.0, 9318.0, 9331.0, 9338.0, 9346.0, 9329.0, 9346.0, 9314.0, 9347.0, 9328.0, 9352.0, 9330.0, 9349.0, 9356.0, 9357.0, 9349.0, 9346.0, 9345.0, 9355.0, 9373.0, 9350.0, 9347.0, 9356.0, 9331.0, 9326.0, 9323.0, 9312.0, 9335.0, 9375.0, 9357.0, 9355.0, 9348.0, 9375.0, 9345.0, 9377.0, 9343.0, 9373.0, 9367.0, 9384.0, 9359.0, 9380.0, 9389.0, 9383.0, 9379.0, 9363.0, 9347.0, 9326.0, 9330.0, 9331.0, 9358.0, 9355.0, 9384.0, 9370.0, 9360.0, 9372.0, 9356.0, 9336.0, 9337.0, 9347.0, 9352.0, 9364.0, 9353.0, 9333.0, 9369.0, 9349.0, 9355.0, 9355.0, 9360.0, 9381.0, 9366.0, 9385.0, 9365.0, 9371.0, 9316.0, 9350.0, 9371.0, 9375.0, 9341.0, 9353.0, 9337.0, 9355.0, 9353.0, 9331.0, 9392.0, 9396.0, 9346.0, 9355.0, 9332.0, 9289.0, 9298.0, 9298.0, 9282.0, 9329.0, 9348.0, 9345.0, 9327.0, 9345.0, 9328.0, 9355.0, 9337.0, 9356.0, 9352.0, 9333.0, 9354.0, 9338.0, 9330.0, 9329.0, 9318.0, 9347.0, 9320.0, 9350.0, 9343.0, 9334.0, 9338.0, 9349.0, 9336.0, 9331.0, 9329.0, 9331.0, 9353.0, 9360.0, 9328.0, 9321.0, 9327.0, 9340.0, 9330.0, 9326.0, 9330.0, 9326.0, 9301.0, 9304.0, 9329.0, 9322.0, 9284.0, 9302.0, 9299.0, 9318.0, 9330.0, 9349.0, 9333.0, 9332.0, 9329.0, 9348.0, 9321.0, 9356.0, 9351.0, 9380.0, 9356.0, 9386.0, 9365.0, 9378.0, 9346.0, 9354.0, 9339.0, 9360.0, 9361.0, 9359.0, 9358.0, 9336.0, 9329.0, 9336.0, 9324.0, 9353.0, 9340.0, 9380.0, 9360.0, 9360.0, 9345.0, 9369.0, 9374.0, 9343.0, 9323.0, 9358.0, 9359.0, 9350.0, 9353.0, 9330.0, 9355.0, 9359.0, 9362.0, 9343.0, 9347.0, 9366.0, 9344.0, 9362.0, 9356.0, 9346.0, 9343.0, 9324.0, 9352.0, 9325.0, 9355.0, 9350.0, 9337.0, 9334.0, 9341.0, 9338.0, 9365.0, 9348.0, 9363.0, 9354.0, 9335.0, 9360.0, 9353.0, 9354.0, 9343.0, 9362.0, 9362.0, 9381.0, 9376.0, 9361.0, 9368.0, 9359.0, 9381.0, 9359.0, 9349.0, 9318.0, 9369.0, 9353.0, 9326.0, 9318.0, 9314.0, 9302.0, 9305.0, 9317.0, 9308.0, 9353.0, 9339.0, 9337.0, 9333.0, 9336.0, 9339.0, 9345.0, 9343.0, 9353.0, 9345.0, 9350.0, 9332.0, 9340.0, 9377.0, 9355.0, 9351.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.005790149425287357</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.12381572839080462</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.45750572104716</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.0708405635903342</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9830940133256622</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5529</td></tr>
|
|
<tr><td colspan=3>fber</td><td>2129.4998</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.2076282708858221</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>313</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>35.97701149425287</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.715848604958188</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5641101206850325</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0174061098776144</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5660295843119165</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0050211</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016604552045464516</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.08235611766576767</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.6583003581953975</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>13.9255</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>81.2483</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>274.3393</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>76.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>284736.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1187.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>443.8249</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.6801</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>420.3545</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3367.092</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3497.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>91808.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1581.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4240.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>750.6989</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>19.440834954264574</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> |