=== 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-0026 --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-0026",
"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-0026_ses-03_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-0026_ses-03_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-03_subject-0026_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-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-03_subject-0026_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-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-03_subject-0026_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-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-03_subject-0026_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-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-03_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-03_subject-0026_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-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-03_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-03_subject-0026_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-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-03_subject-0026_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-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0026/figures/sub-0026_ses-03_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-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-03_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-0026/ses-03/func/sub-0026_ses-03_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>6c9b2c4c012e57ad82722c2a9a4ad9a6</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>09:59:19.227500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998484, 0.00086061, 0.0550403, -0.00418251, 0.998174, 0.0602674]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0961385</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>14</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4163, -7746, -7273, 617, 5, -115, 15, 62]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>260.873</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>539d3696-a243-400a-9f3b-8c9790c3e41f||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.678858995437622, -0.01122137438505888, 0.14819729328155518, 110.10414123535156], [-0.0023089537862688303, 2.6780264377593994, 0.16309668123722076, -90.48316192626953], [0.14766906201839447, -0.16169290244579315, 2.6909918785095215, -60.41552734375], [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': ['095919.227500', '095919.687500', '095920.147500', '095920.607500', '095921.067500', '095921.527500', '095921.987500', '095922.447500', '095922.907500', '095923.367500', '095923.827500', '095924.287500', '095924.747500', '095925.207500', '095925.667500', '095926.127500', '095926.587500', '095927.047500', '095927.507500', '095927.967500', '095928.427500', '095928.887500', '095929.347500', '095929.807500', '095930.267500', '095930.727500', '095931.187500', '095931.647500', '095932.107500', '095932.567500', '095933.027500', '095933.487500', '095933.947500', '095934.407500', '095934.867500', '095935.327500', '095935.787500', '095936.247500', '095936.707500', '095937.167500', '095937.627500', '095938.087500', '095938.547500', '095939.007500', '095939.467500', '095939.927500', '095940.387500', '095940.847500', '095941.307500', '095941.767500', '095942.227500', '095942.687500', '095943.147500', '095943.607500', '095944.067500', '095944.527500', '095944.987500', '095945.447500', '095945.907500', '095946.367500', '095946.827500', '095947.287500', '095947.747500', '095948.207500', '095948.667500', '095949.127500', '095949.587500', '095950.047500', '095950.507500', '095950.967500', '095951.427500', '095951.887500', '095952.347500', '095952.807500', '095953.267500', '095953.727500', '095954.187500', '095954.647500', '095955.107500', '095955.567500', '095956.027500', '095956.487500', '095956.947500', '095957.407500', '095957.867500', '095958.327500', '095958.787500', '095959.247500', '095959.707500', '100000.167500', '100000.627500', '100001.087500', '100001.547500', '100002.007500', '100002.467500', '100002.927500', '100003.387500', '100003.847500', '100004.307500', '100004.767500', '100005.227500', '100005.687500', '100006.147500', '100006.607500', '100007.067500', '100007.527500', '100007.987500', '100008.447500', '100008.907500', '100009.367500', '100009.827500', '100010.287500', '100010.747500', '100011.207500', '100011.667500', '100012.127500', '100012.587500', '100013.047500', '100013.507500', '100013.967500', '100014.427500', '100014.887500', '100015.347500', '100015.807500', '100016.267500', '100016.727500', '100017.187500', '100017.647500', '100018.107500', '100018.567500', '100019.027500', '100019.487500', '100019.947500', '100020.407500', '100020.867500', '100021.327500', '100021.787500', '100022.247500', '100022.707500', '100023.167500', '100023.627500', '100024.087500', '100024.547500', '100025.007500', '100025.467500', '100025.927500', '100026.387500', '100026.847500', '100027.307500', '100027.767500', '100028.227500', '100028.687500', '100029.147500', '100029.607500', '100030.067500', '100030.527500', '100030.987500', '100031.447500', '100031.907500', '100032.367500', '100032.827500', '100033.287500', '100033.747500', '100034.207500', '100034.667500', '100035.127500', '100035.587500', '100036.047500', '100036.507500', '100036.967500', '100037.427500', '100037.887500', '100038.347500', '100038.807500', '100039.267500', '100039.727500', '100040.187500', '100040.647500', '100041.107500', '100041.567500', '100042.027500', '100042.487500', '100042.947500', '100043.407500', '100043.867500', '100044.327500', '100044.787500', '100045.247500', '100045.707500', '100046.167500', '100046.627500', '100047.087500', '100047.547500', '100048.007500', '100048.467500', '100048.927500', '100049.387500', '100049.847500', '100050.307500', '100050.767500', '100051.227500', '100051.687500', '100052.147500', '100052.607500', '100053.067500', '100053.527500', '100053.987500', '100054.447500', '100054.907500', '100055.367500', '100055.827500', '100056.287500', '100056.747500', '100057.207500', '100057.667500', '100058.127500', '100058.587500', '100059.047500', '100059.507500', '100059.967500', '100100.427500', '100100.887500', '100101.347500', '100101.807500', '100102.267500', '100102.727500', '100103.187500', '100103.647500', '100104.107500', '100104.567500', '100105.027500', '100105.487500', '100105.947500', '100106.407500', '100106.867500', '100107.327500', '100107.787500', '100108.247500', '100108.707500', '100109.167500', '100109.627500', '100110.087500', '100110.547500', '100111.007500', '100111.467500', '100111.927500', '100112.387500', '100112.847500', '100113.307500', '100113.767500', '100114.227500', '100114.687500', '100115.147500', '100115.607500', '100116.067500', '100116.527500', '100116.987500', '100117.447500', '100117.907500', '100118.367500', '100118.827500', '100119.287500', '100119.747500', '100120.207500', '100120.667500', '100121.127500', '100121.587500', '100122.047500', '100122.507500', '100122.967500', '100123.427500', '100123.887500', '100124.347500', '100124.807500', '100125.267500', '100125.727500', '100126.187500', '100126.647500', '100127.107500', '100127.567500', '100128.027500', '100128.487500', '100128.947500', '100129.407500', '100129.867500', '100130.327500', '100130.787500', '100131.247500', '100131.707500', '100132.167500', '100132.627500', '100133.087500', '100133.547500', '100134.007500', '100134.467500', '100134.927500', '100135.387500', '100135.847500', '100136.307500', '100136.767500', '100137.227500', '100137.687500', '100138.147500', '100138.607500', '100139.067500', '100139.527500', '100139.987500', '100140.447500', '100140.907500', '100141.367500', '100141.827500', '100142.287500', '100142.747500', '100143.207500', '100143.667500', '100144.127500', '100144.587500', '100145.047500', '100145.507500', '100145.967500', '100146.427500', '100146.887500', '100147.347500', '100147.807500', '100148.267500', '100148.727500', '100149.187500', '100149.647500', '100150.107500', '100150.567500', '100151.027500', '100151.487500', '100151.947500', '100152.407500', '100152.867500', '100153.327500', '100153.787500', '100154.247500', '100154.707500', '100155.167500', '100155.627500', '100156.087500', '100156.547500', '100157.007500', '100157.467500', '100157.927500', '100158.387500', '100158.847500', '100159.307500', '100159.767500', '100200.227500', '100200.687500', '100201.147500', '100201.607500', '100202.067500', '100202.527500', '100202.987500', '100203.447500', '100203.907500', '100204.367500', '100204.827500', '100205.287500', '100205.747500', '100206.207500', '100206.667500', '100207.127500', '100207.587500', '100208.047500', '100208.507500', '100208.967500', '100209.427500', '100209.887500', '100210.347500', '100210.807500', '100211.267500', '100211.727500', '100212.187500', '100212.647500', '100213.107500', '100213.567500', '100214.027500', '100214.487500', '100214.947500', '100215.407500', '100215.867500', '100216.327500', '100216.787500', '100217.247500', '100217.707500', '100218.167500', '100218.627500', '100219.087500', '100219.547500', '100220.007500', '100220.467500', '100220.927500', '100221.387500', '100221.847500', '100222.307500', '100222.767500', '100223.227500', '100223.687500', '100224.147500', '100224.607500', '100225.067500', '100225.527500', '100225.987500', '100226.447500', '100226.907500', '100227.367500', '100227.827500', '100228.287500', '100228.747500', '100229.207500', '100229.667500', '100230.127500', '100230.587500', '100231.047500', '100231.507500', '100231.967500', '100232.427500', '100232.887500', '100233.347500', '100233.807500', '100234.267500', '100234.727500', '100235.187500', '100235.647500', '100236.107500', '100236.567500', '100237.027500', '100237.487500', '100237.947500', '100238.407500', '100238.867500', '100239.327500', '100239.787500', '100240.247500', '100240.707500', '100241.167500', '100241.627500', '100242.087500', '100242.547500', '100243.007500', '100243.467500', '100243.927500', '100244.387500', '100244.847500', '100245.307500', '100245.767500', '100246.227500', '100246.687500', '100247.147500', '100247.607500', '100248.067500', '100248.527500', '100248.987500', '100249.447500', '100249.907500', '100250.367500', '100250.827500', '100251.287500', '100251.747500', '100252.207500', '100252.667500', '100253.127500', '100253.587500', '100254.047500', '100254.507500', '100254.967500', '100255.427500', '100255.887500', '100256.347500', '100256.807500', '100257.267500', '100257.727500', '100258.187500', '100258.647500', '100259.107500', '100259.567500', '100300.027500', '100300.487500', '100300.947500', '100301.407500', '100301.867500', '100302.327500', '100302.787500', '100303.247500', '100303.707500', '100304.167500', '100304.627500', '100305.087500', '100305.547500', '100306.007500', '100306.467500', '100306.927500', '100307.387500', '100307.847500', '100308.307500', '100308.767500', '100309.227500', '100309.687500', '100310.147500', '100310.607500', '100311.067500', '100311.527500', '100311.987500', '100312.447500', '100312.907500', '100313.367500', '100313.827500', '100314.287500', '100314.747500', '100315.207500', '100315.667500', '100316.127500', '100316.587500', '100317.047500', '100317.507500', '100317.967500', '100318.427500', '100318.887500', '100319.347500', '100319.807500', '100320.267500', '100320.727500', '100321.187500', '100321.647500', '100322.107500', '100322.567500', '100323.027500', '100323.487500', '100323.947500', '100324.407500', '100324.867500', '100325.327500', '100325.787500', '100326.247500', '100326.707500', '100327.167500', '100327.627500', '100328.087500', '100328.547500', '100329.007500', '100329.467500', '100329.927500', '100330.387500', '100330.847500', '100331.307500', '100331.767500', '100332.227500', '100332.687500', '100333.147500', '100333.607500', '100334.067500', '100334.527500', '100334.987500', '100335.447500', '100335.907500', '100336.367500', '100336.827500', '100337.287500', '100337.747500', '100338.207500', '100338.667500', '100339.127500', '100339.587500', '100340.047500', '100340.507500', '100340.967500', '100341.427500', '100341.887500', '100342.347500', '100342.807500', '100343.267500', '100343.727500', '100344.187500', '100344.647500', '100345.107500', '100345.567500', '100346.027500', '100346.487500', '100346.947500', '100347.407500', '100347.867500', '100348.327500', '100348.787500', '100349.247500', '100349.707500', '100350.167500', '100350.627500', '100351.087500', '100351.547500', '100352.007500', '100352.467500', '100352.927500', '100353.387500', '100353.847500', '100354.307500', '100354.767500', '100355.227500', '100355.687500', '100356.147500', '100356.607500', '100357.067500', '100357.527500', '100357.987500', '100358.447500', '100358.907500', '100359.367500', '100359.827500', '100400.287500', '100400.747500', '100401.207500', '100401.667500', '100402.127500', '100402.587500', '100403.047500', '100403.507500', '100403.967500', '100404.427500', '100404.887500', '100405.347500', '100405.807500', '100406.267500', '100406.727500', '100407.187500', '100407.647500', '100408.107500', '100408.567500', '100409.027500', '100409.487500', '100409.947500', '100410.407500', '100410.867500', '100411.327500', '100411.787500', '100412.247500', '100412.707500', '100413.167500', '100413.627500', '100414.087500', '100414.547500', '100415.007500', '100415.467500', '100415.927500', '100416.387500', '100416.847500', '100417.307500', '100417.767500', '100418.227500', '100418.687500', '100419.147500', '100419.607500', '100420.067500', '100420.527500', '100420.987500', '100421.447500', '100421.907500', '100422.367500', '100422.827500', '100423.287500', '100423.747500', '100424.207500', '100424.667500', '100425.127500', '100425.587500', '100426.047500', '100426.507500', '100426.967500', '100427.427500', '100427.887500', '100428.347500', '100428.807500', '100429.267500', '100429.727500', '100430.187500', '100430.647500', '100431.107500', '100431.567500', '100432.027500', '100432.487500', '100432.947500', '100433.407500', '100433.867500', '100434.327500', '100434.787500', '100435.247500', '100435.707500', '100436.167500', '100436.627500', '100437.087500', '100437.547500', '100438.007500', '100438.467500', '100438.927500', '100439.387500', '100439.847500', '100440.307500', '100440.767500', '100441.227500', '100441.687500', '100442.147500', '100442.607500', '100443.067500', '100443.527500', '100443.987500', '100444.447500', '100444.907500', '100445.367500', '100445.827500', '100446.287500', '100446.747500', '100447.207500', '100447.667500', '100448.127500', '100448.587500', '100449.047500', '100449.507500', '100449.967500', '100450.427500', '100450.887500', '100451.347500', '100451.807500', '100452.267500', '100452.727500', '100453.187500', '100453.647500', '100454.107500', '100454.567500', '100455.027500', '100455.487500', '100455.947500', '100456.407500', '100456.867500', '100457.327500', '100457.787500', '100458.247500', '100458.707500', '100459.167500', '100459.627500', '100500.087500', '100500.547500', '100501.007500', '100501.467500', '100501.927500', '100502.387500', '100502.847500', '100503.307500', '100503.767500', '100504.227500', '100504.687500', '100505.147500', '100505.607500', '100506.067500', '100506.527500', '100506.987500', '100507.447500', '100507.907500', '100508.367500', '100508.827500', '100509.287500', '100509.747500', '100510.207500', '100510.667500', '100511.127500', '100511.587500', '100512.047500', '100512.507500', '100512.967500', '100513.427500', '100513.887500', '100514.347500', '100514.807500', '100515.267500', '100515.727500', '100516.187500', '100516.647500', '100517.107500', '100517.567500', '100518.027500', '100518.487500', '100518.947500', '100519.407500', '100519.867500', '100520.327500', '100520.787500', '100521.247500', '100521.707500', '100522.167500', '100522.627500', '100523.087500', '100523.547500', '100524.007500', '100524.467500', '100524.927500', '100525.387500', '100525.847500', '100526.307500', '100526.767500', '100527.227500', '100527.687500', '100528.147500', '100528.607500', '100529.067500', '100529.527500', '100529.987500', '100530.447500', '100530.907500', '100531.367500', '100531.827500', '100532.287500', '100532.747500', '100533.207500', '100533.667500', '100534.127500', '100534.587500', '100535.047500', '100535.507500', '100535.967500', '100536.427500', '100536.887500', '100537.347500', '100537.807500', '100538.267500', '100538.727500', '100539.187500', '100539.647500', '100540.107500', '100540.567500', '100541.027500', '100541.487500', '100541.947500', '100542.407500', '100542.867500', '100543.327500', '100543.787500', '100544.247500', '100544.707500', '100545.167500', '100545.627500', '100546.087500', '100546.547500', '100547.007500', '100547.467500', '100547.927500', '100548.387500', '100548.847500', '100549.307500', '100549.767500', '100550.227500', '100550.687500', '100551.147500', '100551.607500', '100552.067500', '100552.527500', '100552.987500', '100553.447500', '100553.907500', '100554.367500', '100554.827500', '100555.287500', '100555.747500', '100556.207500', '100556.667500', '100557.127500', '100557.587500', '100558.047500', '100558.507500', '100558.967500', '100559.427500', '100559.887500'], 'ContentTime': ['095945.273000', '095945.277000', '095945.280000', '095945.283000', '095945.286000', '095945.289000', '095945.292000', '095945.295000', '095945.298000', '095945.301000', '095945.303000', '095945.306000', '095945.309000', '095945.312000', '095945.315000', '095945.318000', '095945.321000', '095945.324000', '095945.327000', '095945.330000', '095945.333000', '095945.336000', '095945.339000', '095945.342000', '095945.345000', '095945.348000', '095945.351000', '095945.354000', '095945.357000', '095945.360000', '095945.363000', '095945.366000', '095945.377000', '095945.380000', '095945.382000', '095945.385000', '095945.388000', '095945.391000', '095945.394000', '095945.397000', '095945.400000', '095945.403000', '095945.406000', '095945.409000', '095945.412000', '095945.415000', '095945.418000', '095945.421000', '095945.424000', '095945.426000', '095945.429000', '095945.432000', '095945.435000', '095945.438000', '095945.441000', '095945.444000', '100005.236000', '100005.239000', '100005.242000', '100005.245000', '100005.248000', '100005.251000', '100005.254000', '100005.263000', '100005.266000', '100005.269000', '100005.272000', '100005.275000', '100005.278000', '100005.281000', '100005.284000', '100005.286000', '100005.289000', '100005.292000', '100005.306000', '100005.308000', '100005.311000', '100005.315000', '100005.317000', '100005.320000', '100005.323000', '100005.326000', '100005.329000', '100005.332000', '100005.335000', '100005.338000', '100005.341000', '100005.344000', '100005.347000', '100005.350000', '100005.353000', '100005.356000', '100005.359000', '100005.362000', '100005.365000', '100005.368000', '100005.370000', '100005.373000', '100005.377000', '100025.235000', '100025.238000', '100025.241000', '100025.244000', '100025.247000', '100025.250000', '100025.253000', '100025.256000', '100025.258000', '100025.261000', '100025.264000', '100025.267000', '100025.270000', '100025.273000', '100025.276000', '100025.279000', '100025.282000', '100025.285000', '100025.288000', '100025.291000', '100025.294000', '100025.297000', '100025.300000', '100025.303000', '100025.306000', '100025.309000', '100025.312000', '100025.315000', '100025.318000', '100025.321000', '100025.324000', '100025.327000', '100025.330000', '100025.333000', '100025.336000', '100025.339000', '100025.342000', '100025.344000', '100025.347000', '100025.350000', '100025.353000', '100025.356000', '100025.359000', '100025.362000', '100045.235000', '100045.238000', '100045.241000', '100045.244000', '100045.247000', '100045.250000', '100045.253000', '100045.256000', '100045.259000', '100045.262000', '100045.265000', '100045.268000', '100045.271000', '100045.274000', '100045.277000', '100045.280000', '100045.283000', '100045.286000', '100045.288000', '100045.291000', '100045.294000', '100045.297000', '100045.300000', '100045.303000', '100045.306000', '100045.309000', '100045.312000', '100045.316000', '100045.320000', '100045.323000', '100045.326000', '100045.329000', '100045.346000', '100045.349000', '100045.352000', '100045.355000', '100045.358000', '100045.361000', '100045.364000', '100045.367000', '100045.370000', '100045.373000', '100045.376000', '100105.235000', '100105.238000', '100105.241000', '100105.244000', '100105.247000', '100105.250000', '100105.253000', '100105.256000', '100105.259000', '100105.262000', '100105.265000', '100105.268000', '100105.272000', '100105.275000', '100105.277000', '100105.280000', '100105.283000', '100105.286000', '100105.289000', '100105.292000', '100105.295000', '100105.298000', '100105.301000', '100105.304000', '100105.307000', '100105.310000', '100105.313000', '100105.316000', '100105.319000', '100105.322000', '100105.330000', '100105.333000', '100105.336000', '100105.339000', '100105.342000', '100105.345000', '100105.348000', '100105.351000', '100105.354000', '100105.357000', '100105.360000', '100105.363000', '100105.366000', '100105.369000', '100125.235000', '100125.238000', '100125.241000', '100125.244000', '100125.247000', '100125.250000', '100125.253000', '100125.256000', '100125.259000', '100125.262000', '100125.265000', '100125.268000', '100125.271000', '100125.274000', '100125.277000', '100125.280000', '100125.283000', '100125.286000', '100125.289000', '100125.292000', '100125.295000', '100125.298000', '100125.301000', '100125.304000', '100125.307000', '100125.310000', '100125.313000', '100125.316000', '100125.319000', '100125.322000', '100125.325000', '100125.328000', '100125.331000', '100125.334000', '100125.337000', '100125.339000', '100125.342000', '100125.345000', '100125.348000', '100125.351000', '100125.354000', '100125.357000', '100125.360000', '100145.235000', '100145.238000', '100145.241000', '100145.244000', '100145.247000', '100145.250000', '100145.253000', '100145.256000', '100145.259000', '100145.262000', '100145.264000', '100145.267000', '100145.270000', '100145.273000', '100145.276000', '100145.279000', '100145.282000', '100145.285000', '100145.288000', '100145.291000', '100145.299000', '100145.302000', '100145.305000', '100145.308000', '100145.312000', '100145.315000', '100145.318000', '100145.321000', '100145.324000', '100145.327000', '100145.330000', '100145.333000', '100145.336000', '100145.339000', '100145.342000', '100145.345000', '100145.348000', '100145.351000', '100145.354000', '100145.357000', '100145.360000', '100145.363000', '100145.366000', '100145.369000', '100205.236000', '100205.239000', '100205.242000', '100205.245000', '100205.248000', '100205.251000', '100205.254000', '100205.257000', '100205.267000', '100205.270000', '100205.273000', '100205.276000', '100205.279000', '100205.282000', '100205.285000', '100205.288000', '100205.291000', '100205.294000', '100205.297000', '100205.300000', '100205.303000', '100205.306000', '100205.309000', '100205.312000', '100205.315000', '100205.318000', '100205.321000', '100205.324000', '100205.327000', '100205.330000', '100205.332000', '100205.335000', '100205.338000', '100205.341000', '100205.344000', '100205.347000', '100205.350000', '100205.354000', '100205.358000', '100205.361000', '100205.364000', '100205.367000', '100205.370000', '100225.236000', '100225.239000', '100225.242000', '100225.245000', '100225.248000', '100225.251000', '100225.254000', '100225.257000', '100225.260000', '100225.263000', '100225.266000', '100225.269000', '100225.272000', '100225.275000', '100225.278000', '100225.281000', '100225.284000', '100225.287000', '100225.290000', '100225.293000', '100225.296000', '100225.299000', '100225.302000', '100225.305000', '100225.308000', '100225.311000', '100225.314000', '100225.317000', '100225.320000', '100225.323000', '100225.326000', '100225.329000', '100225.332000', '100225.335000', '100225.338000', '100225.341000', '100225.344000', '100225.347000', '100225.350000', '100225.353000', '100225.356000', '100225.359000', '100225.362000', '100225.365000', '100245.235000', '100245.238000', '100245.241000', '100245.244000', '100245.247000', '100245.250000', '100245.253000', '100245.256000', '100245.259000', '100245.262000', '100245.265000', '100245.268000', '100245.271000', '100245.274000', '100245.277000', '100245.280000', '100245.283000', '100245.286000', '100245.289000', '100245.299000', '100245.302000', '100245.305000', '100245.308000', '100245.311000', '100245.314000', '100245.317000', '100245.320000', '100245.323000', '100245.326000', '100245.329000', '100245.332000', '100245.335000', '100245.338000', '100245.340000', '100245.343000', '100245.346000', '100245.349000', '100245.352000', '100245.355000', '100245.358000', '100245.361000', '100245.364000', '100245.367000', '100305.235000', '100305.238000', '100305.241000', '100305.244000', '100305.247000', '100305.250000', '100305.253000', '100305.256000', '100305.259000', '100305.262000', '100305.265000', '100305.268000', '100305.271000', '100305.274000', '100305.277000', '100305.280000', '100305.291000', '100305.294000', '100305.297000', '100305.300000', '100305.303000', '100305.306000', '100305.309000', '100305.312000', '100305.315000', '100305.318000', '100305.321000', '100305.324000', '100305.327000', '100305.330000', '100305.333000', '100305.336000', '100305.339000', '100305.342000', '100305.345000', '100305.348000', '100305.351000', '100305.354000', '100305.357000', '100305.360000', '100305.363000', '100305.366000', '100305.369000', '100305.371000', '100325.235000', '100325.238000', '100325.241000', '100325.244000', '100325.247000', '100325.250000', '100325.253000', '100325.256000', '100325.259000', '100325.262000', '100325.265000', '100325.268000', '100325.271000', '100325.274000', '100325.277000', '100325.280000', '100325.283000', '100325.286000', '100325.289000', '100325.292000', '100325.295000', '100325.298000', '100325.301000', '100325.304000', '100325.307000', '100325.310000', '100325.313000', '100325.316000', '100325.319000', '100325.322000', '100325.325000', '100325.328000', '100325.331000', '100325.348000', '100325.351000', '100325.354000', '100325.357000', '100325.360000', '100325.363000', '100325.366000', '100325.369000', '100325.372000', '100325.375000', '100345.235000', '100345.238000', '100345.241000', '100345.244000', '100345.248000', '100345.251000', '100345.254000', '100345.257000', '100345.260000', '100345.263000', '100345.266000', '100345.269000', '100345.272000', '100345.275000', '100345.278000', '100345.281000', '100345.284000', '100345.288000', '100345.291000', '100345.294000', '100345.297000', '100345.300000', '100345.303000', '100345.306000', '100345.309000', '100345.312000', '100345.315000', '100345.318000', '100345.321000', '100345.324000', '100345.327000', '100345.330000', '100345.333000', '100345.336000', '100345.339000', '100345.342000', '100345.345000', '100345.349000', '100345.351000', '100345.354000', '100345.357000', '100345.360000', '100345.363000', '100405.235000', '100405.238000', '100405.241000', '100405.244000', '100405.248000', '100405.251000', '100405.253000', '100405.256000', '100405.260000', '100405.263000', '100405.266000', '100405.269000', '100405.272000', '100405.275000', '100405.278000', '100405.281000', '100405.284000', '100405.287000', '100405.290000', '100405.293000', '100405.296000', '100405.299000', '100405.302000', '100405.304000', '100405.307000', '100405.310000', '100405.313000', '100405.316000', '100405.319000', '100405.322000', '100405.325000', '100405.328000', '100405.331000', '100405.334000', '100405.337000', '100405.340000', '100405.343000', '100405.346000', '100405.349000', '100405.352000', '100405.355000', '100405.358000', '100405.361000', '100405.364000', '100425.236000', '100425.239000', '100425.242000', '100425.245000', '100425.249000', '100425.252000', '100425.255000', '100425.258000', '100425.261000', '100425.264000', '100425.267000', '100425.270000', '100425.273000', '100425.276000', '100425.279000', '100425.282000', '100425.285000', '100425.288000', '100425.291000', '100425.294000', '100425.297000', '100425.300000', '100425.303000', '100425.306000', '100425.309000', '100425.312000', '100425.315000', '100425.318000', '100425.321000', '100425.324000', '100425.327000', '100425.330000', '100425.333000', '100425.336000', '100425.339000', '100425.342000', '100425.345000', '100425.348000', '100425.351000', '100425.354000', '100425.357000', '100425.360000', '100425.363000', '100445.236000', '100445.239000', '100445.242000', '100445.245000', '100445.248000', '100445.251000', '100445.255000', '100445.258000', '100445.261000', '100445.264000', '100445.267000', '100445.270000', '100445.273000', '100445.276000', '100445.279000', '100445.282000', '100445.285000', '100445.288000', '100445.291000', '100445.294000', '100445.297000', '100445.299000', '100445.302000', '100445.305000', '100445.308000', '100445.311000', '100445.314000', '100445.317000', '100445.320000', '100445.323000', '100445.326000', '100445.329000', '100445.332000', '100445.335000', '100445.338000', '100445.341000', '100445.344000', '100445.347000', '100445.350000', '100445.353000', '100445.356000', '100445.359000', '100445.362000', '100445.365000', '100505.235000', '100505.248000', '100505.251000', '100505.254000', '100505.257000', '100505.260000', '100505.263000', '100505.266000', '100505.269000', '100505.272000', '100505.275000', '100505.278000', '100505.281000', '100505.285000', '100505.288000', '100505.291000', '100505.294000', '100505.297000', '100505.300000', '100505.303000', '100505.306000', '100505.309000', '100505.312000', '100505.315000', '100505.318000', '100505.321000', '100505.324000', '100505.327000', '100505.330000', '100505.333000', '100505.336000', '100505.339000', '100505.342000', '100505.345000', '100505.348000', '100505.351000', '100505.354000', '100505.357000', '100505.360000', '100505.363000', '100505.366000', '100505.369000', '100505.372000', '100525.235000', '100525.238000', '100525.241000', '100525.244000', '100525.247000', '100525.250000', '100525.253000', '100525.256000', '100525.259000', '100525.262000', '100525.271000', '100525.274000', '100525.277000', '100525.280000', '100525.284000', '100525.287000', '100525.290000', '100525.293000', '100525.296000', '100525.299000', '100525.302000', '100525.305000', '100525.308000', '100525.311000', '100525.314000', '100525.317000', '100525.320000', '100525.323000', '100525.326000', '100525.329000', '100525.332000', '100525.335000', '100525.338000', '100525.341000', '100525.344000', '100525.347000', '100525.350000', '100525.353000', '100525.356000', '100525.359000', '100525.362000', '100525.365000', '100525.368000', '100525.371000', '100545.235000', '100545.238000', '100545.241000', '100545.244000', '100545.257000', '100545.260000', '100545.263000', '100545.266000', '100545.269000', '100545.272000', '100545.276000', '100545.279000', '100545.282000', '100545.285000', '100545.288000', '100545.291000', '100545.294000', '100545.297000', '100545.300000', '100545.304000', '100545.307000', '100545.310000', '100545.313000', '100545.316000', '100545.319000', '100545.322000', '100545.325000', '100545.328000', '100545.331000', '100545.334000', '100545.337000', '100545.340000', '100545.343000', '100545.346000', '100545.349000', '100545.352000', '100545.355000', '100545.358000', '100545.361000', '100545.364000', '100545.367000', '100545.370000', '100545.373000', '100600.529000', '100600.533000', '100600.537000', '100600.540000', '100600.543000', '100600.546000', '100600.549000', '100600.553000', '100600.556000', '100600.560000', '100600.564000', '100600.567000', '100600.570000', '100600.573000', '100600.576000', '100600.579000', '100600.582000', '100600.586000', '100600.589000', '100600.592000', '100600.595000', '100600.599000', '100600.602000', '100600.605000', '100600.608000', '100600.611000', '100600.614000', '100600.617000', '100600.620000', '100600.623000', '100600.626000', '100600.629000', '100600.632000', '100600.635000'], 'InstanceCreationTime': ['095945.273000', '095945.277000', '095945.280000', '095945.283000', '095945.286000', '095945.289000', '095945.292000', '095945.295000', '095945.298000', '095945.301000', '095945.303000', '095945.306000', '095945.309000', '095945.312000', '095945.315000', '095945.318000', '095945.321000', '095945.324000', '095945.327000', '095945.330000', '095945.333000', '095945.336000', '095945.339000', '095945.342000', '095945.345000', '095945.348000', '095945.351000', '095945.354000', '095945.357000', '095945.360000', '095945.363000', '095945.366000', '095945.377000', '095945.380000', '095945.382000', '095945.385000', '095945.388000', '095945.391000', '095945.394000', '095945.397000', '095945.400000', '095945.403000', '095945.406000', '095945.409000', '095945.412000', '095945.415000', '095945.418000', '095945.421000', '095945.424000', '095945.426000', '095945.429000', '095945.432000', '095945.435000', '095945.438000', '095945.441000', '095945.444000', '100005.236000', '100005.239000', '100005.242000', '100005.245000', '100005.248000', '100005.251000', '100005.254000', '100005.263000', '100005.266000', '100005.269000', '100005.272000', '100005.275000', '100005.278000', '100005.281000', '100005.284000', '100005.286000', '100005.289000', '100005.292000', '100005.306000', '100005.308000', '100005.311000', '100005.315000', '100005.317000', '100005.320000', '100005.323000', '100005.326000', '100005.329000', '100005.332000', '100005.335000', '100005.338000', '100005.341000', '100005.344000', '100005.347000', '100005.350000', '100005.353000', '100005.356000', '100005.359000', '100005.362000', '100005.365000', '100005.368000', '100005.370000', '100005.373000', '100005.377000', '100025.235000', '100025.238000', '100025.241000', '100025.244000', '100025.247000', '100025.250000', '100025.253000', '100025.256000', '100025.258000', '100025.261000', '100025.264000', '100025.267000', '100025.270000', '100025.273000', '100025.276000', '100025.279000', '100025.282000', '100025.285000', '100025.288000', '100025.291000', '100025.294000', '100025.297000', '100025.300000', '100025.303000', '100025.306000', '100025.309000', '100025.312000', '100025.315000', '100025.318000', '100025.321000', '100025.324000', '100025.327000', '100025.330000', '100025.333000', '100025.336000', '100025.339000', '100025.342000', '100025.344000', '100025.347000', '100025.350000', '100025.353000', '100025.356000', '100025.359000', '100025.362000', '100045.235000', '100045.238000', '100045.241000', '100045.244000', '100045.247000', '100045.250000', '100045.253000', '100045.256000', '100045.259000', '100045.262000', '100045.265000', '100045.268000', '100045.271000', '100045.274000', '100045.277000', '100045.280000', '100045.283000', '100045.286000', '100045.288000', '100045.291000', '100045.294000', '100045.297000', '100045.300000', '100045.303000', '100045.306000', '100045.309000', '100045.312000', '100045.316000', '100045.320000', '100045.323000', '100045.326000', '100045.329000', '100045.346000', '100045.349000', '100045.352000', '100045.355000', '100045.358000', '100045.361000', '100045.364000', '100045.367000', '100045.370000', '100045.373000', '100045.376000', '100105.235000', '100105.238000', '100105.241000', '100105.244000', '100105.247000', '100105.250000', '100105.253000', '100105.256000', '100105.259000', '100105.262000', '100105.265000', '100105.268000', '100105.272000', '100105.275000', '100105.277000', '100105.280000', '100105.283000', '100105.286000', '100105.289000', '100105.292000', '100105.295000', '100105.298000', '100105.301000', '100105.304000', '100105.307000', '100105.310000', '100105.313000', '100105.316000', '100105.319000', '100105.322000', '100105.330000', '100105.333000', '100105.336000', '100105.339000', '100105.342000', '100105.345000', '100105.348000', '100105.351000', '100105.354000', '100105.357000', '100105.360000', '100105.363000', '100105.366000', '100105.369000', '100125.235000', '100125.238000', '100125.241000', '100125.244000', '100125.247000', '100125.250000', '100125.253000', '100125.256000', '100125.259000', '100125.262000', '100125.265000', '100125.268000', '100125.271000', '100125.274000', '100125.277000', '100125.280000', '100125.283000', '100125.286000', '100125.289000', '100125.292000', '100125.295000', '100125.298000', '100125.301000', '100125.304000', '100125.307000', '100125.310000', '100125.313000', '100125.316000', '100125.319000', '100125.322000', '100125.325000', '100125.328000', '100125.331000', '100125.334000', '100125.337000', '100125.339000', '100125.342000', '100125.345000', '100125.348000', '100125.351000', '100125.354000', '100125.357000', '100125.360000', '100145.235000', '100145.238000', '100145.241000', '100145.244000', '100145.247000', '100145.250000', '100145.253000', '100145.256000', '100145.259000', '100145.262000', '100145.264000', '100145.267000', '100145.270000', '100145.273000', '100145.276000', '100145.279000', '100145.282000', '100145.285000', '100145.288000', '100145.291000', '100145.299000', '100145.302000', '100145.305000', '100145.308000', '100145.312000', '100145.315000', '100145.318000', '100145.321000', '100145.324000', '100145.327000', '100145.330000', '100145.333000', '100145.336000', '100145.339000', '100145.342000', '100145.345000', '100145.348000', '100145.351000', '100145.354000', '100145.357000', '100145.360000', '100145.363000', '100145.366000', '100145.369000', '100205.236000', '100205.239000', '100205.242000', '100205.245000', '100205.248000', '100205.251000', '100205.254000', '100205.257000', '100205.267000', '100205.270000', '100205.273000', '100205.276000', '100205.279000', '100205.282000', '100205.285000', '100205.288000', '100205.291000', '100205.294000', '100205.297000', '100205.300000', '100205.303000', '100205.306000', '100205.309000', '100205.312000', '100205.315000', '100205.318000', '100205.321000', '100205.324000', '100205.327000', '100205.330000', '100205.332000', '100205.335000', '100205.338000', '100205.341000', '100205.344000', '100205.347000', '100205.350000', '100205.354000', '100205.358000', '100205.361000', '100205.364000', '100205.367000', '100205.370000', '100225.236000', '100225.239000', '100225.242000', '100225.245000', '100225.248000', '100225.251000', '100225.254000', '100225.257000', '100225.260000', '100225.263000', '100225.266000', '100225.269000', '100225.272000', '100225.275000', '100225.278000', '100225.281000', '100225.284000', '100225.287000', '100225.290000', '100225.293000', '100225.296000', '100225.299000', '100225.302000', '100225.305000', '100225.308000', '100225.311000', '100225.314000', '100225.317000', '100225.320000', '100225.323000', '100225.326000', '100225.329000', '100225.332000', '100225.335000', '100225.338000', '100225.341000', '100225.344000', '100225.347000', '100225.350000', '100225.353000', '100225.356000', '100225.359000', '100225.362000', '100225.365000', '100245.235000', '100245.238000', '100245.241000', '100245.244000', '100245.247000', '100245.250000', '100245.253000', '100245.256000', '100245.259000', '100245.262000', '100245.265000', '100245.268000', '100245.271000', '100245.274000', '100245.277000', '100245.280000', '100245.283000', '100245.286000', '100245.289000', '100245.299000', '100245.302000', '100245.305000', '100245.308000', '100245.311000', '100245.314000', '100245.317000', '100245.320000', '100245.323000', '100245.326000', '100245.329000', '100245.332000', '100245.335000', '100245.338000', '100245.340000', '100245.343000', '100245.346000', '100245.349000', '100245.352000', '100245.355000', '100245.358000', '100245.361000', '100245.364000', '100245.367000', '100305.235000', '100305.238000', '100305.241000', '100305.244000', '100305.247000', '100305.250000', '100305.253000', '100305.256000', '100305.259000', '100305.262000', '100305.265000', '100305.268000', '100305.271000', '100305.274000', '100305.277000', '100305.280000', '100305.291000', '100305.294000', '100305.297000', '100305.300000', '100305.303000', '100305.306000', '100305.309000', '100305.312000', '100305.315000', '100305.318000', '100305.321000', '100305.324000', '100305.327000', '100305.330000', '100305.333000', '100305.336000', '100305.339000', '100305.342000', '100305.345000', '100305.348000', '100305.351000', '100305.354000', '100305.357000', '100305.360000', '100305.363000', '100305.366000', '100305.369000', '100305.371000', '100325.235000', '100325.238000', '100325.241000', '100325.244000', '100325.247000', '100325.250000', '100325.253000', '100325.256000', '100325.259000', '100325.262000', '100325.265000', '100325.268000', '100325.271000', '100325.274000', '100325.277000', '100325.280000', '100325.283000', '100325.286000', '100325.289000', '100325.292000', '100325.295000', '100325.298000', '100325.301000', '100325.304000', '100325.307000', '100325.310000', '100325.313000', '100325.316000', '100325.319000', '100325.322000', '100325.325000', '100325.328000', '100325.331000', '100325.348000', '100325.351000', '100325.354000', '100325.357000', '100325.360000', '100325.363000', '100325.366000', '100325.369000', '100325.372000', '100325.375000', '100345.235000', '100345.238000', '100345.241000', '100345.244000', '100345.248000', '100345.251000', '100345.254000', '100345.257000', '100345.260000', '100345.263000', '100345.266000', '100345.269000', '100345.272000', '100345.275000', '100345.278000', '100345.281000', '100345.284000', '100345.288000', '100345.291000', '100345.294000', '100345.297000', '100345.300000', '100345.303000', '100345.306000', '100345.309000', '100345.312000', '100345.315000', '100345.318000', '100345.321000', '100345.324000', '100345.327000', '100345.330000', '100345.333000', '100345.336000', '100345.339000', '100345.342000', '100345.345000', '100345.349000', '100345.351000', '100345.354000', '100345.357000', '100345.360000', '100345.363000', '100405.235000', '100405.238000', '100405.241000', '100405.244000', '100405.248000', '100405.251000', '100405.253000', '100405.256000', '100405.260000', '100405.263000', '100405.266000', '100405.269000', '100405.272000', '100405.275000', '100405.278000', '100405.281000', '100405.284000', '100405.287000', '100405.290000', '100405.293000', '100405.296000', '100405.299000', '100405.302000', '100405.304000', '100405.307000', '100405.310000', '100405.313000', '100405.316000', '100405.319000', '100405.322000', '100405.325000', '100405.328000', '100405.331000', '100405.334000', '100405.337000', '100405.340000', '100405.343000', '100405.346000', '100405.349000', '100405.352000', '100405.355000', '100405.358000', '100405.361000', '100405.364000', '100425.236000', '100425.239000', '100425.242000', '100425.245000', '100425.249000', '100425.252000', '100425.255000', '100425.258000', '100425.261000', '100425.264000', '100425.267000', '100425.270000', '100425.273000', '100425.276000', '100425.279000', '100425.282000', '100425.285000', '100425.288000', '100425.291000', '100425.294000', '100425.297000', '100425.300000', '100425.303000', '100425.306000', '100425.309000', '100425.312000', '100425.315000', '100425.318000', '100425.321000', '100425.324000', '100425.327000', '100425.330000', '100425.333000', '100425.336000', '100425.339000', '100425.342000', '100425.345000', '100425.348000', '100425.351000', '100425.354000', '100425.357000', '100425.360000', '100425.363000', '100445.236000', '100445.239000', '100445.242000', '100445.245000', '100445.248000', '100445.251000', '100445.255000', '100445.258000', '100445.261000', '100445.264000', '100445.267000', '100445.270000', '100445.273000', '100445.276000', '100445.279000', '100445.282000', '100445.285000', '100445.288000', '100445.291000', '100445.294000', '100445.297000', '100445.299000', '100445.302000', '100445.305000', '100445.308000', '100445.311000', '100445.314000', '100445.317000', '100445.320000', '100445.323000', '100445.326000', '100445.329000', '100445.332000', '100445.335000', '100445.338000', '100445.341000', '100445.344000', '100445.347000', '100445.350000', '100445.353000', '100445.356000', '100445.359000', '100445.362000', '100445.365000', '100505.235000', '100505.248000', '100505.251000', '100505.254000', '100505.257000', '100505.260000', '100505.263000', '100505.266000', '100505.269000', '100505.272000', '100505.275000', '100505.278000', '100505.281000', '100505.285000', '100505.288000', '100505.291000', '100505.294000', '100505.297000', '100505.300000', '100505.303000', '100505.306000', '100505.309000', '100505.312000', '100505.315000', '100505.318000', '100505.321000', '100505.324000', '100505.327000', '100505.330000', '100505.333000', '100505.336000', '100505.339000', '100505.342000', '100505.345000', '100505.348000', '100505.351000', '100505.354000', '100505.357000', '100505.360000', '100505.363000', '100505.366000', '100505.369000', '100505.372000', '100525.235000', '100525.238000', '100525.241000', '100525.244000', '100525.247000', '100525.250000', '100525.253000', '100525.256000', '100525.259000', '100525.262000', '100525.271000', '100525.274000', '100525.277000', '100525.280000', '100525.284000', '100525.287000', '100525.290000', '100525.293000', '100525.296000', '100525.299000', '100525.302000', '100525.305000', '100525.308000', '100525.311000', '100525.314000', '100525.317000', '100525.320000', '100525.323000', '100525.326000', '100525.329000', '100525.332000', '100525.335000', '100525.338000', '100525.341000', '100525.344000', '100525.347000', '100525.350000', '100525.353000', '100525.356000', '100525.359000', '100525.362000', '100525.365000', '100525.368000', '100525.371000', '100545.235000', '100545.238000', '100545.241000', '100545.244000', '100545.257000', '100545.260000', '100545.263000', '100545.266000', '100545.269000', '100545.272000', '100545.276000', '100545.279000', '100545.282000', '100545.285000', '100545.288000', '100545.291000', '100545.294000', '100545.297000', '100545.300000', '100545.304000', '100545.307000', '100545.310000', '100545.313000', '100545.316000', '100545.319000', '100545.322000', '100545.325000', '100545.328000', '100545.331000', '100545.334000', '100545.337000', '100545.340000', '100545.343000', '100545.346000', '100545.349000', '100545.352000', '100545.355000', '100545.358000', '100545.361000', '100545.364000', '100545.367000', '100545.370000', '100545.373000', '100600.529000', '100600.533000', '100600.537000', '100600.540000', '100600.543000', '100600.546000', '100600.549000', '100600.553000', '100600.556000', '100600.560000', '100600.564000', '100600.567000', '100600.570000', '100600.573000', '100600.576000', '100600.579000', '100600.582000', '100600.586000', '100600.589000', '100600.592000', '100600.595000', '100600.599000', '100600.602000', '100600.605000', '100600.608000', '100600.611000', '100600.614000', '100600.617000', '100600.620000', '100600.623000', '100600.626000', '100600.629000', '100600.632000', '100600.635000'], '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': [9274, 10715, 9195, 9348, 8523, 8866, 9090, 8671, 9264, 8472, 8290, 8426, 8134, 8531, 8197, 8629, 11582, 14410, 11335, 9180, 13856, 11178, 9681, 11551, 8631, 10027, 8732, 8748, 10033, 8775, 10769, 9375, 10640, 10424, 13582, 13326, 14503, 15148, 12170, 14911, 11796, 13543, 16018, 12002, 11278, 10127, 8943, 10045, 8769, 15463, 13827, 11400, 9045, 8579, 8740, 8862, 8300, 8666, 11227, 8686, 8927, 10914, 8754, 8914, 8509, 8570, 10962, 8616, 9039, 8294, 8505, 9401, 8641, 12370, 11786, 13396, 12999, 11389, 14580, 13236, 11252, 12637, 8811, 15966, 11635, 9944, 10207, 8913, 10342, 8917, 8353, 8387, 8519, 8339, 8333, 9564, 8222, 10044, 8350, 8755, 8657, 8344, 10959, 9827, 8287, 13615, 9389, 8527, 8223, 8284, 10118, 8180, 8283, 8862, 8113, 9469, 8219, 8371, 11947, 8692, 9092, 13833, 10111, 8476, 9188, 7953, 10140, 8315, 8525, 9891, 8327, 9575, 8425, 8899, 14361, 10408, 10108, 16027, 12364, 11837, 16290, 12540, 11203, 9034, 8704, 10377, 8831, 8405, 8096, 8587, 10082, 8383, 9422, 8644, 8261, 9584, 8317, 8204, 8993, 8687, 10309, 8665, 8910, 8813, 8169, 8400, 8207, 7996, 8576, 11347, 8470, 10403, 15816, 12158, 11347, 16091, 12331, 10947, 8323, 8177, 15329, 12172, 13307, 14628, 13730, 15681, 12040, 15523, 12039, 12615, 15608, 11455, 13660, 13604, 9082, 15280, 11098, 8557, 14268, 9355, 8017, 8108, 8502, 8697, 8419, 8305, 8205, 8862, 9496, 8758, 8405, 8763, 8957, 8992, 10051, 8611, 8727, 9090, 8552, 10103, 9142, 8832, 8064, 7959, 8333, 8162, 8734, 8124, 8976, 8713, 7992, 11210, 8108, 9176, 11264, 9106, 14497, 16705, 13602, 11101, 15790, 13951, 10769, 15878, 10074, 10163, 10782, 8627, 10968, 8712, 8937, 8443, 8618, 12242, 9219, 13075, 8544, 9054, 11742, 9086, 8805, 9719, 8862, 9694, 8456, 8478, 8559, 8488, 8521, 8558, 11827, 8482, 8642, 15480, 12356, 10066, 15279, 10399, 9760, 9590, 9113, 8598, 8410, 8353, 8372, 8825, 8226, 9533, 12767, 9843, 8759, 9902, 10389, 8865, 10053, 9071, 8911, 11026, 8601, 9535, 10443, 9061, 11504, 9708, 9997, 10696, 9346, 13801, 10889, 12895, 14321, 10848, 15075, 13360, 10715, 14435, 12046, 12689, 8932, 8351, 8546, 8459, 9346, 8691, 8764, 9022, 9358, 8642, 8844, 8480, 8341, 8368, 8501, 10441, 8331, 9236, 11587, 8152, 11589, 15359, 12318, 13029, 16242, 12849, 12334, 15392, 10809, 13714, 11458, 8544, 14972, 8955, 8988, 8117, 8469, 11465, 8704, 9519, 11565, 13995, 12752, 8351, 8369, 8786, 9231, 8556, 9486, 8204, 8671, 10873, 7941, 8731, 11864, 11702, 9685, 8181, 8539, 9230, 8958, 9290, 8642, 9444, 8969, 9944, 9087, 8707, 13525, 16106, 13966, 14140, 15362, 14606, 15572, 13588, 9247, 8631, 8336, 8229, 8639, 11333, 8410, 8821, 11565, 9036, 8098, 10640, 8553, 8930, 8042, 8916, 10062, 8566, 8485, 8266, 8768, 11002, 8969, 10097, 13072, 10475, 15059, 14339, 10683, 15138, 11439, 8634, 12845, 10110, 9220, 8897, 8446, 8136, 7776, 7915, 7919, 8728, 8030, 8497, 8424, 8289, 8765, 8486, 8045, 7993, 8498, 10784, 8427, 9017, 12557, 9080, 9702, 12602, 10567, 13207, 15124, 11088, 13433, 13521, 10111, 13792, 10732, 9292, 12807, 8943, 8574, 8347, 8126, 8400, 8041, 8159, 7990, 8205, 8139, 7971, 7899, 8499, 8252, 8548, 9228, 12471, 14314, 11202, 9074, 11260, 9046, 8778, 11879, 8567, 8298, 8317, 8819, 9207, 8765, 9734, 8453, 8879, 13549, 11465, 11802, 14931, 11807, 11980, 13869, 10356, 11209, 11374, 8727, 9204, 8473, 8835, 8147, 8917, 9408, 8884, 9547, 8061, 8012, 8199, 8820, 9118, 11258, 8212, 8720, 9683, 8629, 8295, 8774, 8421, 9576, 8258, 7979, 7878, 8279, 8451, 8442, 10736, 8349, 11045, 10819, 12709, 14234, 13291, 15401, 14116, 13987, 15532, 14901, 15190, 11926, 12899, 8726, 8121, 8241, 8343, 11233, 8225, 9210, 15351, 11565, 11352, 10546, 8364, 10232, 8301, 8795, 8268, 8661, 11411, 8343, 8307, 8269, 8483, 9933, 8689, 8724, 8310, 8788, 9533, 8356, 8719, 10422, 8550, 8603, 9008, 8843, 8566, 7826, 8622, 8755, 8240, 8069, 8034, 8528, 9997, 9153, 9155, 8310, 8324, 8085, 8444, 9647, 8043, 8718, 11438, 14842, 11965, 10594, 10178, 8157, 8666, 8004, 7999, 8498, 8441, 9694, 7960, 8139, 10972, 8489, 9989, 14926, 11613, 14502, 12305, 12757, 15522, 11948, 15387, 14314, 12466, 15942, 11897, 14631, 11678, 10677, 15590, 12580, 11182, 11208, 8264, 13426, 8247, 8443, 8617, 8803, 9224, 8793, 8484, 8748, 8476, 8083, 8698, 10559, 8570, 8905, 11773, 8708, 8481, 11681, 9260, 8424, 9893, 8685, 8759, 8043, 8404, 8211, 8454, 9446, 8384, 8495, 8498, 8604, 10531, 8522, 8638, 13145, 13645, 9932, 8616, 8555, 8874, 8241, 9315, 10931, 9190, 8165, 8103, 8219, 8063, 8706, 9768, 8755, 9469, 8691, 9673, 10924, 10015, 11738, 9900, 13599, 11322, 10219, 8948, 9439, 9015, 9054, 13918, 12311, 11990, 16791, 11945, 13270, 11481, 9811, 17014, 14267, 14656, 15392, 12220, 17697, 13779, 13355, 16898, 12835, 14625, 10253, 8528, 13312, 8505, 9119, 8226, 8452, 10862, 8789, 9024, 9171, 9130, 10761, 9210, 9516, 9039, 9029, 9600, 9169, 9396, 11174, 9179, 9418, 12127, 9170, 9104, 11129, 8885, 9395, 11025, 8748, 10186, 12028, 8960, 10624, 9010, 8929, 11134, 9162, 9690, 8623, 8942, 10548, 8460, 8563, 8778, 8971, 9834, 8495, 9215, 12272, 9287, 9443, 14867, 13003, 15254, 11319, 8214, 8569, 8681, 8157, 8856, 10953, 8643, 8580, 10182, 8801, 9088, 8678, 8744, 8045, 8911, 8871, 8913, 13736, 12012, 15007, 17073, 13519, 14299, 15725, 12739, 11902, 15379, 11942, 13256, 12613, 9437, 14856, 11490, 9656, 8614, 8682, 8750, 8585, 8789, 8331, 8804, 9269, 11763, 10485, 9174, 9699, 8861, 9062, 8299, 9513, 9675, 9388, 10010, 9180, 9682, 9484, 8888, 8589, 8994, 9596, 9090, 8938, 11496, 9729, 8620, 9016, 12784, 9022, 9427, 12154, 9163, 9596, 10333, 8953, 10464, 9153, 9080, 12602, 10430, 9755, 16851, 12617, 12026, 16689, 13059, 11762, 9038, 9259, 11327], 'WindowCenter': [4451.0, 4455.0, 4433.0, 4433.0, 4423.0, 4435.0, 4421.0, 4406.0, 4405.0, 4395.0, 4396.0, 4394.0, 4397.0, 4404.0, 4408.0, 4422.0, 4462.0, 4471.0, 4437.0, 4417.0, 4469.0, 4437.0, 4417.0, 4447.0, 4407.0, 4425.0, 4407.0, 4408.0, 4428.0, 4418.0, 4439.0, 4429.0, 4439.0, 4439.0, 4457.0, 4456.0, 4467.0, 4468.0, 4447.0, 4465.0, 4424.0, 4444.0, 4453.0, 4420.0, 4410.0, 4399.0, 4402.0, 4411.0, 4389.0, 4461.0, 4442.0, 4421.0, 4390.0, 4379.0, 4390.0, 4391.0, 4382.0, 4405.0, 4435.0, 4405.0, 4407.0, 4435.0, 4406.0, 4406.0, 4406.0, 4408.0, 4437.0, 4419.0, 4419.0, 4409.0, 4420.0, 4419.0, 4420.0, 4460.0, 4449.0, 4458.0, 4445.0, 4435.0, 4454.0, 4442.0, 4422.0, 4431.0, 4392.0, 4462.0, 4422.0, 4411.0, 4412.0, 4403.0, 4424.0, 4405.0, 4394.0, 4396.0, 4406.0, 4406.0, 4409.0, 4428.0, 4410.0, 4442.0, 4421.0, 4419.0, 4419.0, 4421.0, 4450.0, 4429.0, 4410.0, 4469.0, 4418.0, 4420.0, 4408.0, 4409.0, 4439.0, 4421.0, 4410.0, 4430.0, 4410.0, 4429.0, 4409.0, 4420.0, 4459.0, 4420.0, 4420.0, 4471.0, 4439.0, 4408.0, 4418.0, 4409.0, 4428.0, 4407.0, 4419.0, 4429.0, 4409.0, 4429.0, 4410.0, 4420.0, 4479.0, 4439.0, 4439.0, 4489.0, 4458.0, 4449.0, 4477.0, 4446.0, 4435.0, 4405.0, 4406.0, 4426.0, 4405.0, 4396.0, 4395.0, 4407.0, 4426.0, 4407.0, 4417.0, 4419.0, 4409.0, 4429.0, 4421.0, 4435.0, 4434.0, 4422.0, 4440.0, 4409.0, 4421.0, 4420.0, 4396.0, 4396.0, 4395.0, 4410.0, 4419.0, 4449.0, 4423.0, 4464.0, 4493.0, 4460.0, 4450.0, 4488.0, 4457.0, 4436.0, 4394.0, 4407.0, 4465.0, 4445.0, 4455.0, 4465.0, 4454.0, 4463.0, 4432.0, 4462.0, 4420.0, 4419.0, 4449.0, 4409.0, 4428.0, 4427.0, 4376.0, 4436.0, 4395.0, 4366.0, 4425.0, 4374.0, 4355.0, 4355.0, 4377.0, 4377.0, 4378.0, 4379.0, 4394.0, 4404.0, 4413.0, 4405.0, 4405.0, 4404.0, 4405.0, 4404.0, 4414.0, 4405.0, 4407.0, 4405.0, 4408.0, 4440.0, 4431.0, 4421.0, 4409.0, 4398.0, 4397.0, 4408.0, 4420.0, 4411.0, 4432.0, 4420.0, 4423.0, 4464.0, 4424.0, 4434.0, 4453.0, 4433.0, 4484.0, 4481.0, 4457.0, 4438.0, 4466.0, 4443.0, 4412.0, 4451.0, 4400.0, 4400.0, 4411.0, 4379.0, 4409.0, 4391.0, 4389.0, 4395.0, 4393.0, 4433.0, 4402.0, 4431.0, 4391.0, 4391.0, 4422.0, 4393.0, 4390.0, 4386.0, 4390.0, 4389.0, 4379.0, 4379.0, 4391.0, 4392.0, 4406.0, 4408.0, 4446.0, 4407.0, 4407.0, 4466.0, 4433.0, 4402.0, 4451.0, 4412.0, 4411.0, 4400.0, 4379.0, 4382.0, 4381.0, 4380.0, 4381.0, 4391.0, 4394.0, 4416.0, 4447.0, 4415.0, 4395.0, 4415.0, 4414.0, 4405.0, 4415.0, 4404.0, 4406.0, 4426.0, 4407.0, 4429.0, 4439.0, 4421.0, 4452.0, 4431.0, 4442.0, 4440.0, 4429.0, 4470.0, 4438.0, 4458.0, 4457.0, 4426.0, 4466.0, 4445.0, 4425.0, 4467.0, 4434.0, 4445.0, 4403.0, 4392.0, 4392.0, 4393.0, 4404.0, 4406.0, 4405.0, 4416.0, 4417.0, 4420.0, 4418.0, 4407.0, 4408.0, 4408.0, 4420.0, 4440.0, 4420.0, 4432.0, 4451.0, 4411.0, 4463.0, 4481.0, 4449.0, 4459.0, 4477.0, 4445.0, 4444.0, 4465.0, 4423.0, 4453.0, 4423.0, 4393.0, 4453.0, 4394.0, 4394.0, 4383.0, 4395.0, 4423.0, 4405.0, 4428.0, 4435.0, 4442.0, 4432.0, 4382.0, 4381.0, 4392.0, 4391.0, 4394.0, 4415.0, 4394.0, 4405.0, 4426.0, 4386.0, 4407.0, 4448.0, 4436.0, 4403.0, 4382.0, 4393.0, 4402.0, 4404.0, 4414.0, 4407.0, 4428.0, 4431.0, 4442.0, 4420.0, 4410.0, 4470.0, 4480.0, 4456.0, 4441.0, 4452.0, 4454.0, 4452.0, 4430.0, 4378.0, 4381.0, 4381.0, 4392.0, 4394.0, 4435.0, 4384.0, 4405.0, 4435.0, 4406.0, 4384.0, 4413.0, 4392.0, 4391.0, 4381.0, 4394.0, 4403.0, 4394.0, 4393.0, 4395.0, 4406.0, 4424.0, 4405.0, 4413.0, 4443.0, 4411.0, 4442.0, 4429.0, 4398.0, 4438.0, 4409.0, 4368.0, 4418.0, 4398.0, 4388.0, 4379.0, 4378.0, 4369.0, 4357.0, 4368.0, 4382.0, 4380.0, 4383.0, 4393.0, 4396.0, 4412.0, 4410.0, 4421.0, 4410.0, 4409.0, 4421.0, 4439.0, 4407.0, 4420.0, 4461.0, 4419.0, 4430.0, 4451.0, 4428.0, 4447.0, 4455.0, 4413.0, 4430.0, 4420.0, 4390.0, 4428.0, 4398.0, 4378.0, 4418.0, 4378.0, 4370.0, 4371.0, 4371.0, 4381.0, 4382.0, 4373.0, 4384.0, 4384.0, 4383.0, 4383.0, 4383.0, 4409.0, 4412.0, 4421.0, 4432.0, 4464.0, 4471.0, 4427.0, 4396.0, 4424.0, 4394.0, 4394.0, 4423.0, 4395.0, 4395.0, 4397.0, 4418.0, 4417.0, 4410.0, 4429.0, 4409.0, 4420.0, 4458.0, 4437.0, 4436.0, 4455.0, 4424.0, 4423.0, 4432.0, 4401.0, 4411.0, 4411.0, 4381.0, 4390.0, 4380.0, 4392.0, 4382.0, 4404.0, 4403.0, 4393.0, 4415.0, 4385.0, 4384.0, 4395.0, 4417.0, 4417.0, 4435.0, 4394.0, 4405.0, 4416.0, 4408.0, 4422.0, 4408.0, 4407.0, 4417.0, 4408.0, 4398.0, 4396.0, 4408.0, 4410.0, 4423.0, 4453.0, 4425.0, 4464.0, 4465.0, 4475.0, 4482.0, 4472.0, 4481.0, 4459.0, 4469.0, 4454.0, 4442.0, 4442.0, 4410.0, 4419.0, 4368.0, 4368.0, 4367.0, 4368.0, 4408.0, 4380.0, 4402.0, 4450.0, 4409.0, 4409.0, 4399.0, 4368.0, 4397.0, 4368.0, 4377.0, 4368.0, 4379.0, 4408.0, 4369.0, 4368.0, 4368.0, 4378.0, 4388.0, 4378.0, 4378.0, 4368.0, 4379.0, 4388.0, 4368.0, 4379.0, 4398.0, 4379.0, 4380.0, 4379.0, 4390.0, 4380.0, 4371.0, 4393.0, 4394.0, 4395.0, 4395.0, 4395.0, 4420.0, 4429.0, 4417.0, 4416.0, 4398.0, 4408.0, 4398.0, 4409.0, 4428.0, 4398.0, 4419.0, 4451.0, 4468.0, 4436.0, 4425.0, 4415.0, 4397.0, 4394.0, 4395.0, 4394.0, 4404.0, 4407.0, 4429.0, 4398.0, 4410.0, 4449.0, 4419.0, 4429.0, 4477.0, 4436.0, 4464.0, 4434.0, 4445.0, 4466.0, 4435.0, 4465.0, 4453.0, 4433.0, 4462.0, 4421.0, 4439.0, 4408.0, 4397.0, 4437.0, 4417.0, 4407.0, 4396.0, 4368.0, 4429.0, 4379.0, 4394.0, 4390.0, 4401.0, 4401.0, 4391.0, 4388.0, 4390.0, 4379.0, 4380.0, 4392.0, 4422.0, 4403.0, 4404.0, 4433.0, 4393.0, 4393.0, 4433.0, 4401.0, 4381.0, 4400.0, 4392.0, 4392.0, 4396.0, 4393.0, 4405.0, 4406.0, 4426.0, 4407.0, 4406.0, 4406.0, 4407.0, 4437.0, 4406.0, 4419.0, 4468.0, 4456.0, 4415.0, 4404.0, 4405.0, 4405.0, 4396.0, 4426.0, 4436.0, 4417.0, 4405.0, 4397.0, 4405.0, 4396.0, 4418.0, 4427.0, 4418.0, 4427.0, 4422.0, 4431.0, 4451.0, 4454.0, 4449.0, 4415.0, 4456.0, 4422.0, 4412.0, 4392.0, 4403.0, 4396.0, 4409.0, 4459.0, 4436.0, 4435.0, 4464.0, 4423.0, 4432.0, 4410.0, 4401.0, 4460.0, 4439.0, 4440.0, 4438.0, 4408.0, 4449.0, 4427.0, 4417.0, 4436.0, 4404.0, 4415.0, 4373.0, 4354.0, 4402.0, 4353.0, 4353.0, 4354.0, 4356.0, 4384.0, 4367.0, 4366.0, 4391.0, 4391.0, 4401.0, 4380.0, 4391.0, 4381.0, 4380.0, 4390.0, 4391.0, 4394.0, 4412.0, 4393.0, 4405.0, 4423.0, 4393.0, 4392.0, 4422.0, 4394.0, 4404.0, 4413.0, 4394.0, 4413.0, 4434.0, 4406.0, 4427.0, 4406.0, 4405.0, 4435.0, 4417.0, 4418.0, 4409.0, 4419.0, 4451.0, 4422.0, 4421.0, 4422.0, 4431.0, 4441.0, 4422.0, 4431.0, 4461.0, 4443.0, 4442.0, 4480.0, 4483.0, 4491.0, 4440.0, 4395.0, 4407.0, 4408.0, 4409.0, 4432.0, 4463.0, 4432.0, 4433.0, 4442.0, 4433.0, 4433.0, 4433.0, 4421.0, 4410.0, 4433.0, 4444.0, 4445.0, 4496.0, 4477.0, 4507.0, 4503.0, 4461.0, 4467.0, 4464.0, 4431.0, 4421.0, 4450.0, 4419.0, 4429.0, 4417.0, 4378.0, 4438.0, 4408.0, 4387.0, 4366.0, 4375.0, 4376.0, 4377.0, 4380.0, 4381.0, 4391.0, 4402.0, 4431.0, 4411.0, 4391.0, 4389.0, 4378.0, 4378.0, 4378.0, 4399.0, 4410.0, 4402.0, 4411.0, 4413.0, 4415.0, 4413.0, 4403.0, 4394.0, 4392.0, 4401.0, 4392.0, 4405.0, 4434.0, 4403.0, 4394.0, 4404.0, 4442.0, 4392.0, 4402.0, 4430.0, 4401.0, 4414.0, 4413.0, 4405.0, 4426.0, 4405.0, 4406.0, 4445.0, 4414.0, 4403.0, 4463.0, 4422.0, 4423.0, 4451.0, 4431.0, 4420.0, 4380.0, 4379.0, 4396.0], 'WindowWidth': [9822.0, 9816.0, 9781.0, 9779.0, 9766.0, 9787.0, 9758.0, 9726.0, 9724.0, 9708.0, 9715.0, 9708.0, 9716.0, 9722.0, 9735.0, 9762.0, 9814.0, 9828.0, 9772.0, 9746.0, 9819.0, 9773.0, 9746.0, 9786.0, 9732.0, 9756.0, 9733.0, 9737.0, 9764.0, 9751.0, 9781.0, 9768.0, 9781.0, 9778.0, 9800.0, 9793.0, 9814.0, 9816.0, 9784.0, 9809.0, 9746.0, 9777.0, 9791.0, 9734.0, 9721.0, 9707.0, 9719.0, 9730.0, 9695.0, 9795.0, 9770.0, 9738.0, 9696.0, 9679.0, 9696.0, 9699.0, 9690.0, 9727.0, 9766.0, 9727.0, 9732.0, 9768.0, 9731.0, 9730.0, 9731.0, 9737.0, 9773.0, 9752.0, 9753.0, 9739.0, 9755.0, 9753.0, 9756.0, 9812.0, 9791.0, 9804.0, 9780.0, 9766.0, 9792.0, 9768.0, 9743.0, 9753.0, 9701.0, 9798.0, 9743.0, 9729.0, 9733.0, 9721.0, 9749.0, 9725.0, 9711.0, 9715.0, 9729.0, 9732.0, 9739.0, 9764.0, 9743.0, 9791.0, 9759.0, 9754.0, 9755.0, 9759.0, 9797.0, 9767.0, 9742.0, 9819.0, 9751.0, 9756.0, 9736.0, 9739.0, 9781.0, 9761.0, 9743.0, 9770.0, 9743.0, 9767.0, 9741.0, 9755.0, 9808.0, 9754.0, 9757.0, 9827.0, 9779.0, 9737.0, 9749.0, 9738.0, 9762.0, 9734.0, 9752.0, 9765.0, 9738.0, 9767.0, 9741.0, 9758.0, 9835.0, 9778.0, 9780.0, 9845.0, 9801.0, 9792.0, 9828.0, 9782.0, 9766.0, 9728.0, 9730.0, 9759.0, 9726.0, 9717.0, 9714.0, 9734.0, 9758.0, 9734.0, 9748.0, 9752.0, 9741.0, 9767.0, 9760.0, 9786.0, 9784.0, 9762.0, 9783.0, 9739.0, 9758.0, 9757.0, 9714.0, 9714.0, 9712.0, 9740.0, 9753.0, 9796.0, 9766.0, 9827.0, 9868.0, 9808.0, 9796.0, 9848.0, 9799.0, 9770.0, 9712.0, 9731.0, 9807.0, 9777.0, 9793.0, 9805.0, 9790.0, 9800.0, 9756.0, 9798.0, 9735.0, 9734.0, 9773.0, 9717.0, 9744.0, 9738.0, 9669.0, 9752.0, 9693.0, 9655.0, 9734.0, 9665.0, 9639.0, 9640.0, 9673.0, 9673.0, 9678.0, 9682.0, 9712.0, 9726.0, 9735.0, 9726.0, 9729.0, 9723.0, 9726.0, 9725.0, 9738.0, 9725.0, 9731.0, 9726.0, 9736.0, 9783.0, 9772.0, 9758.0, 9737.0, 9719.0, 9716.0, 9736.0, 9757.0, 9744.0, 9774.0, 9755.0, 9765.0, 9820.0, 9768.0, 9782.0, 9803.0, 9775.0, 9849.0, 9846.0, 9798.0, 9772.0, 9811.0, 9771.0, 9728.0, 9778.0, 9706.0, 9706.0, 9722.0, 9679.0, 9719.0, 9698.0, 9695.0, 9714.0, 9707.0, 9759.0, 9716.0, 9753.0, 9699.0, 9696.0, 9741.0, 9704.0, 9694.0, 9683.0, 9697.0, 9693.0, 9680.0, 9681.0, 9699.0, 9704.0, 9728.0, 9737.0, 9784.0, 9732.0, 9734.0, 9811.0, 9757.0, 9715.0, 9778.0, 9727.0, 9728.0, 9709.0, 9679.0, 9685.0, 9683.0, 9681.0, 9686.0, 9699.0, 9706.0, 9740.0, 9784.0, 9736.0, 9709.0, 9738.0, 9735.0, 9725.0, 9739.0, 9723.0, 9726.0, 9754.0, 9729.0, 9765.0, 9779.0, 9756.0, 9795.0, 9772.0, 9786.0, 9784.0, 9767.0, 9824.0, 9773.0, 9803.0, 9798.0, 9752.0, 9812.0, 9778.0, 9750.0, 9815.0, 9763.0, 9778.0, 9720.0, 9703.0, 9702.0, 9703.0, 9721.0, 9728.0, 9727.0, 9745.0, 9746.0, 9756.0, 9750.0, 9733.0, 9736.0, 9734.0, 9755.0, 9780.0, 9755.0, 9775.0, 9799.0, 9745.0, 9817.0, 9842.0, 9791.0, 9804.0, 9826.0, 9777.0, 9776.0, 9802.0, 9745.0, 9787.0, 9744.0, 9706.0, 9785.0, 9707.0, 9707.0, 9692.0, 9709.0, 9745.0, 9727.0, 9764.0, 9765.0, 9770.0, 9755.0, 9689.0, 9687.0, 9701.0, 9699.0, 9708.0, 9738.0, 9709.0, 9727.0, 9755.0, 9701.0, 9730.0, 9792.0, 9766.0, 9719.0, 9689.0, 9704.0, 9718.0, 9723.0, 9738.0, 9734.0, 9764.0, 9773.0, 9788.0, 9755.0, 9741.0, 9825.0, 9844.0, 9794.0, 9765.0, 9779.0, 9788.0, 9782.0, 9745.0, 9673.0, 9684.0, 9686.0, 9703.0, 9709.0, 9764.0, 9695.0, 9724.0, 9766.0, 9727.0, 9695.0, 9732.0, 9703.0, 9699.0, 9686.0, 9706.0, 9717.0, 9708.0, 9706.0, 9711.0, 9727.0, 9750.0, 9723.0, 9734.0, 9770.0, 9724.0, 9769.0, 9745.0, 9701.0, 9758.0, 9714.0, 9662.0, 9733.0, 9704.0, 9693.0, 9681.0, 9682.0, 9669.0, 9651.0, 9667.0, 9689.0, 9684.0, 9694.0, 9707.0, 9713.0, 9742.0, 9737.0, 9757.0, 9744.0, 9739.0, 9756.0, 9777.0, 9732.0, 9754.0, 9810.0, 9751.0, 9767.0, 9795.0, 9758.0, 9785.0, 9792.0, 9727.0, 9749.0, 9730.0, 9688.0, 9742.0, 9698.0, 9673.0, 9727.0, 9672.0, 9663.0, 9667.0, 9666.0, 9682.0, 9686.0, 9674.0, 9692.0, 9690.0, 9688.0, 9687.0, 9688.0, 9731.0, 9743.0, 9755.0, 9772.0, 9818.0, 9825.0, 9751.0, 9708.0, 9746.0, 9703.0, 9705.0, 9743.0, 9709.0, 9711.0, 9715.0, 9746.0, 9745.0, 9738.0, 9764.0, 9735.0, 9750.0, 9803.0, 9768.0, 9766.0, 9791.0, 9743.0, 9744.0, 9752.0, 9709.0, 9724.0, 9723.0, 9685.0, 9696.0, 9684.0, 9702.0, 9692.0, 9725.0, 9721.0, 9705.0, 9737.0, 9698.0, 9696.0, 9713.0, 9745.0, 9744.0, 9765.0, 9707.0, 9725.0, 9742.0, 9736.0, 9761.0, 9736.0, 9733.0, 9745.0, 9736.0, 9721.0, 9715.0, 9735.0, 9740.0, 9762.0, 9803.0, 9769.0, 9821.0, 9823.0, 9838.0, 9842.0, 9824.0, 9840.0, 9803.0, 9817.0, 9792.0, 9766.0, 9768.0, 9717.0, 9729.0, 9660.0, 9661.0, 9657.0, 9663.0, 9718.0, 9682.0, 9715.0, 9775.0, 9717.0, 9718.0, 9704.0, 9662.0, 9699.0, 9661.0, 9672.0, 9660.0, 9678.0, 9716.0, 9663.0, 9661.0, 9662.0, 9675.0, 9688.0, 9676.0, 9675.0, 9661.0, 9677.0, 9690.0, 9662.0, 9678.0, 9703.0, 9679.0, 9682.0, 9679.0, 9695.0, 9683.0, 9670.0, 9704.0, 9705.0, 9711.0, 9711.0, 9713.0, 9755.0, 9764.0, 9745.0, 9741.0, 9719.0, 9733.0, 9720.0, 9738.0, 9761.0, 9719.0, 9750.0, 9798.0, 9817.0, 9766.0, 9751.0, 9736.0, 9716.0, 9710.0, 9712.0, 9711.0, 9724.0, 9731.0, 9767.0, 9724.0, 9742.0, 9794.0, 9752.0, 9765.0, 9829.0, 9768.0, 9806.0, 9761.0, 9779.0, 9808.0, 9763.0, 9806.0, 9785.0, 9759.0, 9797.0, 9739.0, 9762.0, 9715.0, 9700.0, 9756.0, 9725.0, 9712.0, 9695.0, 9662.0, 9746.0, 9680.0, 9713.0, 9701.0, 9717.0, 9717.0, 9700.0, 9694.0, 9697.0, 9683.0, 9686.0, 9706.0, 9745.0, 9723.0, 9726.0, 9762.0, 9707.0, 9707.0, 9760.0, 9715.0, 9688.0, 9713.0, 9704.0, 9706.0, 9717.0, 9711.0, 9728.0, 9732.0, 9758.0, 9734.0, 9733.0, 9732.0, 9736.0, 9775.0, 9730.0, 9755.0, 9820.0, 9798.0, 9740.0, 9725.0, 9726.0, 9728.0, 9716.0, 9757.0, 9771.0, 9746.0, 9728.0, 9722.0, 9730.0, 9719.0, 9750.0, 9761.0, 9751.0, 9763.0, 9763.0, 9774.0, 9801.0, 9811.0, 9792.0, 9737.0, 9796.0, 9743.0, 9729.0, 9700.0, 9715.0, 9709.0, 9735.0, 9803.0, 9762.0, 9761.0, 9799.0, 9740.0, 9753.0, 9720.0, 9709.0, 9788.0, 9757.0, 9761.0, 9753.0, 9714.0, 9774.0, 9736.0, 9724.0, 9748.0, 9700.0, 9717.0, 9655.0, 9632.0, 9695.0, 9630.0, 9632.0, 9635.0, 9640.0, 9676.0, 9656.0, 9656.0, 9696.0, 9699.0, 9708.0, 9679.0, 9697.0, 9683.0, 9679.0, 9692.0, 9694.0, 9700.0, 9725.0, 9701.0, 9720.0, 9741.0, 9701.0, 9701.0, 9740.0, 9704.0, 9718.0, 9730.0, 9704.0, 9732.0, 9760.0, 9726.0, 9756.0, 9726.0, 9726.0, 9765.0, 9743.0, 9747.0, 9738.0, 9753.0, 9798.0, 9764.0, 9759.0, 9763.0, 9773.0, 9786.0, 9759.0, 9771.0, 9814.0, 9793.0, 9789.0, 9837.0, 9844.0, 9853.0, 9777.0, 9713.0, 9731.0, 9734.0, 9738.0, 9775.0, 9821.0, 9777.0, 9782.0, 9788.0, 9778.0, 9780.0, 9779.0, 9760.0, 9744.0, 9779.0, 9797.0, 9799.0, 9872.0, 9845.0, 9888.0, 9883.0, 9812.0, 9818.0, 9809.0, 9753.0, 9740.0, 9776.0, 9732.0, 9746.0, 9729.0, 9676.0, 9758.0, 9718.0, 9688.0, 9659.0, 9668.0, 9672.0, 9675.0, 9684.0, 9687.0, 9701.0, 9717.0, 9758.0, 9727.0, 9697.0, 9695.0, 9677.0, 9677.0, 9681.0, 9712.0, 9728.0, 9719.0, 9732.0, 9739.0, 9743.0, 9739.0, 9722.0, 9708.0, 9704.0, 9713.0, 9702.0, 9725.0, 9763.0, 9719.0, 9707.0, 9724.0, 9770.0, 9703.0, 9719.0, 9753.0, 9715.0, 9737.0, 9734.0, 9726.0, 9756.0, 9727.0, 9728.0, 9781.0, 9734.0, 9720.0, 9803.0, 9739.0, 9742.0, 9777.0, 9748.0, 9735.0, 9679.0, 9675.0, 9695.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.0007349138920780713</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.017290257290470724</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.894177434724064</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2237221900574702</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0133641673103442</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4987</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4855.7603</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.0873137232546316</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>41</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>4.70723306544202</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3835784360786243</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2530244917382554</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.620455301159841</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2772555153377763</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0257624</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017404837533831596</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.034697841852903366</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.7457616517513848</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>15.3584</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.097</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>227.4837</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>296306.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1114.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>425.4724</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9182</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>655.0718</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3575.0453</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3752.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>80238.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1197.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4816.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1001.6592</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>38.1633424985921</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> |