=== 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-0075 --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-0075",
"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-0075_ses-04_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0075_ses-04_task-social_acq-mb8_run-04_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-04_subject-0075_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-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-04_subject-0075_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-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-04_subject-0075_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-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-04_subject-0075_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-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-04_subject-0075_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-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-04_subject-0075_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-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-04_subject-0075_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-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0075/ses-04/func/sub-0075_ses-04_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>338a8a97df3a21e49a5f3b587672bbd5</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>13:08:30.942500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997668, 0.0248219, 0.0635729, -0.0221176, 0.998835, -0.0428955]</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.0874926</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4168, -7691, -7245, 519, 0, 6, 26, 26]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>229.189</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>1b35d534-d991-45d8-9cae-5bff80a785a2||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6766715049743652, -0.05933988839387894, 0.17432165145874023, 109.3919448852539], [-0.06659546494483948, 2.679800510406494, -0.11175147444009781, -82.46585845947266], [0.17056146264076233, 0.11508557200431824, 2.6920480728149414, -85.70490264892578], [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': ['130830.942500', '130831.402500', '130831.862500', '130832.322500', '130832.782500', '130833.242500', '130833.702500', '130834.162500', '130834.622500', '130835.082500', '130835.542500', '130836.002500', '130836.462500', '130836.922500', '130837.382500', '130837.842500', '130838.302500', '130838.762500', '130839.222500', '130839.682500', '130840.142500', '130840.602500', '130841.062500', '130841.522500', '130841.982500', '130842.442500', '130842.902500', '130843.362500', '130843.822500', '130844.282500', '130844.742500', '130845.202500', '130845.662500', '130846.122500', '130846.582500', '130847.042500', '130847.502500', '130847.962500', '130848.422500', '130848.882500', '130849.342500', '130849.802500', '130850.262500', '130850.722500', '130851.182500', '130851.642500', '130852.102500', '130852.562500', '130853.022500', '130853.482500', '130853.942500', '130854.402500', '130854.862500', '130855.322500', '130855.782500', '130856.242500', '130856.702500', '130857.162500', '130857.622500', '130858.082500', '130858.542500', '130859.002500', '130859.462500', '130859.922500', '130900.382500', '130900.842500', '130901.302500', '130901.762500', '130902.222500', '130902.682500', '130903.142500', '130903.602500', '130904.062500', '130904.522500', '130904.982500', '130905.442500', '130905.902500', '130906.362500', '130906.822500', '130907.282500', '130907.742500', '130908.202500', '130908.662500', '130909.122500', '130909.582500', '130910.042500', '130910.502500', '130910.962500', '130911.422500', '130911.882500', '130912.342500', '130912.802500', '130913.262500', '130913.722500', '130914.182500', '130914.642500', '130915.102500', '130915.562500', '130916.022500', '130916.482500', '130916.942500', '130917.402500', '130917.862500', '130918.322500', '130918.782500', '130919.242500', '130919.702500', '130920.162500', '130920.622500', '130921.082500', '130921.542500', '130922.002500', '130922.462500', '130922.922500', '130923.382500', '130923.842500', '130924.302500', '130924.762500', '130925.222500', '130925.682500', '130926.142500', '130926.602500', '130927.062500', '130927.522500', '130927.982500', '130928.442500', '130928.902500', '130929.362500', '130929.822500', '130930.282500', '130930.742500', '130931.202500', '130931.662500', '130932.122500', '130932.582500', '130933.042500', '130933.502500', '130933.962500', '130934.422500', '130934.882500', '130935.342500', '130935.802500', '130936.262500', '130936.722500', '130937.182500', '130937.642500', '130938.102500', '130938.562500', '130939.022500', '130939.482500', '130939.942500', '130940.402500', '130940.862500', '130941.322500', '130941.782500', '130942.242500', '130942.702500', '130943.162500', '130943.622500', '130944.082500', '130944.542500', '130945.002500', '130945.462500', '130945.922500', '130946.382500', '130946.842500', '130947.302500', '130947.762500', '130948.222500', '130948.682500', '130949.142500', '130949.602500', '130950.062500', '130950.522500', '130950.982500', '130951.442500', '130951.902500', '130952.362500', '130952.822500', '130953.282500', '130953.742500', '130954.202500', '130954.662500', '130955.122500', '130955.582500', '130956.042500', '130956.502500', '130956.962500', '130957.422500', '130957.882500', '130958.342500', '130958.802500', '130959.262500', '130959.722500', '131000.182500', '131000.642500', '131001.102500', '131001.562500', '131002.022500', '131002.482500', '131002.942500', '131003.402500', '131003.862500', '131004.322500', '131004.782500', '131005.242500', '131005.702500', '131006.162500', '131006.622500', '131007.082500', '131007.542500', '131008.002500', '131008.462500', '131008.922500', '131009.382500', '131009.842500', '131010.302500', '131010.762500', '131011.222500', '131011.682500', '131012.142500', '131012.602500', '131013.062500', '131013.522500', '131013.982500', '131014.442500', '131014.902500', '131015.362500', '131015.822500', '131016.282500', '131016.742500', '131017.202500', '131017.662500', '131018.122500', '131018.582500', '131019.042500', '131019.502500', '131019.962500', '131020.422500', '131020.882500', '131021.342500', '131021.802500', '131022.262500', '131022.722500', '131023.182500', '131023.642500', '131024.102500', '131024.562500', '131025.022500', '131025.482500', '131025.942500', '131026.402500', '131026.862500', '131027.322500', '131027.782500', '131028.242500', '131028.702500', '131029.162500', '131029.622500', '131030.082500', '131030.542500', '131031.002500', '131031.462500', '131031.922500', '131032.382500', '131032.842500', '131033.302500', '131033.762500', '131034.222500', '131034.682500', '131035.142500', '131035.602500', '131036.062500', '131036.522500', '131036.982500', '131037.442500', '131037.902500', '131038.362500', '131038.822500', '131039.282500', '131039.742500', '131040.202500', '131040.662500', '131041.122500', '131041.582500', '131042.042500', '131042.502500', '131042.962500', '131043.422500', '131043.882500', '131044.342500', '131044.802500', '131045.262500', '131045.722500', '131046.182500', '131046.642500', '131047.102500', '131047.562500', '131048.022500', '131048.482500', '131048.942500', '131049.402500', '131049.862500', '131050.322500', '131050.782500', '131051.242500', '131051.702500', '131052.162500', '131052.622500', '131053.082500', '131053.542500', '131054.002500', '131054.462500', '131054.922500', '131055.382500', '131055.842500', '131056.302500', '131056.762500', '131057.222500', '131057.682500', '131058.142500', '131058.602500', '131059.062500', '131059.522500', '131059.982500', '131100.442500', '131100.902500', '131101.362500', '131101.822500', '131102.282500', '131102.742500', '131103.202500', '131103.662500', '131104.122500', '131104.582500', '131105.042500', '131105.502500', '131105.962500', '131106.422500', '131106.882500', '131107.342500', '131107.802500', '131108.262500', '131108.722500', '131109.182500', '131109.642500', '131110.102500', '131110.562500', '131111.022500', '131111.482500', '131111.942500', '131112.402500', '131112.862500', '131113.322500', '131113.782500', '131114.242500', '131114.702500', '131115.162500', '131115.622500', '131116.082500', '131116.542500', '131117.002500', '131117.462500', '131117.922500', '131118.382500', '131118.842500', '131119.302500', '131119.762500', '131120.222500', '131120.682500', '131121.142500', '131121.602500', '131122.062500', '131122.522500', '131122.982500', '131123.442500', '131123.902500', '131124.362500', '131124.822500', '131125.282500', '131125.742500', '131126.202500', '131126.662500', '131127.122500', '131127.582500', '131128.042500', '131128.502500', '131128.962500', '131129.422500', '131129.882500', '131130.342500', '131130.802500', '131131.262500', '131131.722500', '131132.182500', '131132.642500', '131133.102500', '131133.562500', '131134.022500', '131134.482500', '131134.942500', '131135.402500', '131135.862500', '131136.322500', '131136.782500', '131137.242500', '131137.702500', '131138.162500', '131138.622500', '131139.082500', '131139.542500', '131140.002500', '131140.462500', '131140.922500', '131141.382500', '131141.842500', '131142.302500', '131142.762500', '131143.222500', '131143.682500', '131144.142500', '131144.602500', '131145.062500', '131145.522500', '131145.982500', '131146.442500', '131146.902500', '131147.362500', '131147.822500', '131148.282500', '131148.742500', '131149.202500', '131149.662500', '131150.122500', '131150.582500', '131151.042500', '131151.502500', '131151.962500', '131152.422500', '131152.882500', '131153.342500', '131153.802500', '131154.262500', '131154.722500', '131155.182500', '131155.642500', '131156.102500', '131156.562500', '131157.022500', '131157.482500', '131157.942500', '131158.402500', '131158.862500', '131159.322500', '131159.782500', '131200.242500', '131200.702500', '131201.162500', '131201.622500', '131202.082500', '131202.542500', '131203.002500', '131203.462500', '131203.922500', '131204.382500', '131204.842500', '131205.302500', '131205.762500', '131206.222500', '131206.682500', '131207.142500', '131207.602500', '131208.062500', '131208.522500', '131208.982500', '131209.442500', '131209.902500', '131210.362500', '131210.822500', '131211.282500', '131211.742500', '131212.202500', '131212.662500', '131213.122500', '131213.582500', '131214.042500', '131214.502500', '131214.962500', '131215.422500', '131215.882500', '131216.342500', '131216.802500', '131217.262500', '131217.722500', '131218.182500', '131218.642500', '131219.102500', '131219.562500', '131220.022500', '131220.482500', '131220.942500', '131221.402500', '131221.862500', '131222.322500', '131222.782500', '131223.242500', '131223.702500', '131224.162500', '131224.622500', '131225.082500', '131225.542500', '131226.002500', '131226.462500', '131226.922500', '131227.382500', '131227.842500', '131228.302500', '131228.762500', '131229.222500', '131229.682500', '131230.142500', '131230.602500', '131231.062500', '131231.522500', '131231.982500', '131232.442500', '131232.902500', '131233.362500', '131233.822500', '131234.282500', '131234.742500', '131235.202500', '131235.662500', '131236.122500', '131236.582500', '131237.042500', '131237.502500', '131237.962500', '131238.422500', '131238.882500', '131239.342500', '131239.802500', '131240.262500', '131240.722500', '131241.182500', '131241.642500', '131242.102500', '131242.562500', '131243.022500', '131243.482500', '131243.942500', '131244.402500', '131244.862500', '131245.322500', '131245.782500', '131246.242500', '131246.702500', '131247.162500', '131247.622500', '131248.082500', '131248.542500', '131249.002500', '131249.462500', '131249.922500', '131250.382500', '131250.842500', '131251.302500', '131251.762500', '131252.222500', '131252.682500', '131253.142500', '131253.602500', '131254.062500', '131254.522500', '131254.982500', '131255.442500', '131255.902500', '131256.362500', '131256.822500', '131257.282500', '131257.742500', '131258.202500', '131258.662500', '131259.122500', '131259.582500', '131300.042500', '131300.502500', '131300.962500', '131301.422500', '131301.882500', '131302.342500', '131302.802500', '131303.262500', '131303.722500', '131304.182500', '131304.642500', '131305.102500', '131305.562500', '131306.022500', '131306.482500', '131306.942500', '131307.402500', '131307.862500', '131308.322500', '131308.782500', '131309.242500', '131309.702500', '131310.162500', '131310.622500', '131311.082500', '131311.542500', '131312.002500', '131312.462500', '131312.922500', '131313.382500', '131313.842500', '131314.302500', '131314.762500', '131315.222500', '131315.682500', '131316.142500', '131316.602500', '131317.062500', '131317.522500', '131317.982500', '131318.442500', '131318.902500', '131319.362500', '131319.822500', '131320.282500', '131320.742500', '131321.202500', '131321.662500', '131322.122500', '131322.582500', '131323.042500', '131323.502500', '131323.962500', '131324.422500', '131324.882500', '131325.342500', '131325.802500', '131326.262500', '131326.722500', '131327.182500', '131327.642500', '131328.102500', '131328.562500', '131329.022500', '131329.482500', '131329.942500', '131330.402500', '131330.862500', '131331.322500', '131331.782500', '131332.242500', '131332.702500', '131333.162500', '131333.622500', '131334.082500', '131334.542500', '131335.002500', '131335.462500', '131335.922500', '131336.382500', '131336.842500', '131337.302500', '131337.762500', '131338.222500', '131338.682500', '131339.142500', '131339.602500', '131340.062500', '131340.522500', '131340.982500', '131341.442500', '131341.902500', '131342.362500', '131342.822500', '131343.282500', '131343.742500', '131344.202500', '131344.662500', '131345.122500', '131345.582500', '131346.042500', '131346.502500', '131346.962500', '131347.422500', '131347.882500', '131348.342500', '131348.802500', '131349.262500', '131349.722500', '131350.182500', '131350.642500', '131351.102500', '131351.562500', '131352.022500', '131352.482500', '131352.942500', '131353.402500', '131353.862500', '131354.322500', '131354.782500', '131355.242500', '131355.702500', '131356.162500', '131356.622500', '131357.082500', '131357.542500', '131358.002500', '131358.462500', '131358.922500', '131359.382500', '131359.842500', '131400.302500', '131400.762500', '131401.222500', '131401.682500', '131402.142500', '131402.602500', '131403.062500', '131403.522500', '131403.982500', '131404.442500', '131404.902500', '131405.362500', '131405.822500', '131406.282500', '131406.742500', '131407.202500', '131407.662500', '131408.122500', '131408.582500', '131409.042500', '131409.502500', '131409.962500', '131410.422500', '131410.882500', '131411.342500', '131411.802500', '131412.262500', '131412.722500', '131413.182500', '131413.642500', '131414.102500', '131414.562500', '131415.022500', '131415.482500', '131415.942500', '131416.402500', '131416.862500', '131417.322500', '131417.782500', '131418.242500', '131418.702500', '131419.162500', '131419.622500', '131420.082500', '131420.542500', '131421.002500', '131421.462500', '131421.922500', '131422.382500', '131422.842500', '131423.302500', '131423.762500', '131424.222500', '131424.682500', '131425.142500', '131425.602500', '131426.062500', '131426.522500', '131426.982500', '131427.442500', '131427.902500', '131428.362500', '131428.822500', '131429.282500', '131429.742500', '131430.202500', '131430.662500', '131431.122500', '131431.582500', '131432.042500', '131432.502500', '131432.962500', '131433.422500', '131433.882500', '131434.342500', '131434.802500', '131435.262500', '131435.722500', '131436.182500', '131436.642500', '131437.102500', '131437.562500', '131438.022500', '131438.482500', '131438.942500', '131439.402500', '131439.862500', '131440.322500', '131440.782500', '131441.242500', '131441.702500', '131442.162500', '131442.622500', '131443.082500', '131443.542500', '131444.002500', '131444.462500', '131444.922500', '131445.382500', '131445.842500', '131446.302500', '131446.762500', '131447.222500', '131447.682500', '131448.142500', '131448.602500', '131449.062500', '131449.522500', '131449.982500', '131450.442500', '131450.902500', '131451.362500', '131451.822500', '131452.282500', '131452.742500', '131453.202500', '131453.662500', '131454.122500', '131454.582500', '131455.042500', '131455.502500', '131455.962500', '131456.422500', '131456.882500', '131457.342500', '131457.802500', '131458.262500', '131458.722500', '131459.182500', '131459.642500', '131500.102500', '131500.562500', '131501.022500', '131501.482500', '131501.942500', '131502.402500', '131502.862500', '131503.322500', '131503.782500', '131504.242500', '131504.702500', '131505.162500', '131505.622500', '131506.082500', '131506.542500', '131507.002500', '131507.462500', '131507.922500', '131508.382500', '131508.842500', '131509.302500', '131509.762500', '131510.222500', '131510.682500', '131511.142500', '131511.602500'], 'ContentTime': ['130857.773000', '130857.777000', '130857.779000', '130857.782000', '130857.785000', '130857.787000', '130857.790000', '130857.793000', '130857.795000', '130857.798000', '130857.801000', '130857.803000', '130857.806000', '130857.809000', '130857.811000', '130857.814000', '130857.817000', '130857.819000', '130857.822000', '130857.824000', '130857.827000', '130857.830000', '130857.832000', '130857.835000', '130857.838000', '130857.840000', '130857.843000', '130857.845000', '130857.848000', '130857.851000', '130857.853000', '130857.856000', '130857.862000', '130857.865000', '130857.867000', '130857.878000', '130857.881000', '130857.884000', '130857.886000', '130857.889000', '130857.892000', '130857.894000', '130857.897000', '130857.899000', '130857.902000', '130857.905000', '130857.907000', '130857.910000', '130857.913000', '130857.915000', '130857.918000', '130857.920000', '130857.923000', '130857.926000', '130857.928000', '130857.931000', '130857.939000', '130917.744000', '130917.747000', '130917.750000', '130917.753000', '130917.755000', '130917.765000', '130917.767000', '130917.770000', '130917.773000', '130917.775000', '130917.778000', '130917.780000', '130917.783000', '130917.786000', '130917.788000', '130917.791000', '130917.794000', '130917.796000', '130917.799000', '130917.801000', '130917.804000', '130917.807000', '130917.809000', '130917.812000', '130917.815000', '130917.817000', '130917.820000', '130917.822000', '130917.825000', '130917.828000', '130917.830000', '130917.833000', '130917.836000', '130917.838000', '130917.841000', '130917.843000', '130917.846000', '130917.849000', '130917.851000', '130917.854000', '130917.857000', '130917.859000', '130917.862000', '130937.744000', '130937.747000', '130937.750000', '130937.753000', '130937.755000', '130937.759000', '130937.762000', '130937.765000', '130937.776000', '130937.778000', '130937.781000', '130937.784000', '130937.795000', '130937.798000', '130937.801000', '130937.803000', '130937.806000', '130937.809000', '130937.811000', '130937.814000', '130937.816000', '130937.819000', '130937.822000', '130937.824000', '130937.827000', '130937.830000', '130937.832000', '130937.835000', '130937.837000', '130937.840000', '130937.843000', '130937.846000', '130937.848000', '130937.851000', '130937.853000', '130937.856000', '130937.859000', '130937.861000', '130937.864000', '130937.867000', '130937.869000', '130937.872000', '130937.875000', '130957.744000', '130957.747000', '130957.750000', '130957.753000', '130957.755000', '130957.758000', '130957.760000', '130957.763000', '130957.766000', '130957.768000', '130957.771000', '130957.773000', '130957.776000', '130957.779000', '130957.781000', '130957.784000', '130957.787000', '130957.789000', '130957.792000', '130957.794000', '130957.797000', '130957.800000', '130957.802000', '130957.805000', '130957.808000', '130957.810000', '130957.813000', '130957.816000', '130957.818000', '130957.821000', '130957.823000', '130957.826000', '130957.829000', '130957.831000', '130957.834000', '130957.837000', '130957.839000', '130957.842000', '130957.844000', '130957.847000', '130957.850000', '130957.852000', '130957.855000', '130957.858000', '131017.744000', '131017.748000', '131017.750000', '131017.754000', '131017.756000', '131017.759000', '131017.762000', '131017.764000', '131017.767000', '131017.770000', '131017.772000', '131017.775000', '131017.778000', '131017.780000', '131017.783000', '131017.786000', '131017.789000', '131017.791000', '131017.794000', '131017.797000', '131017.799000', '131017.802000', '131017.805000', '131017.807000', '131017.810000', '131017.813000', '131017.823000', '131017.826000', '131017.828000', '131017.831000', '131017.833000', '131017.836000', '131017.839000', '131017.841000', '131017.844000', '131017.847000', '131017.849000', '131017.852000', '131017.855000', '131017.857000', '131017.860000', '131017.863000', '131017.865000', '131037.744000', '131037.746000', '131037.749000', '131037.752000', '131037.754000', '131037.757000', '131037.760000', '131037.762000', '131037.765000', '131037.772000', '131037.775000', '131037.777000', '131037.780000', '131037.783000', '131037.785000', '131037.788000', '131037.791000', '131037.793000', '131037.796000', '131037.799000', '131037.801000', '131037.804000', '131037.807000', '131037.809000', '131037.812000', '131037.815000', '131037.817000', '131037.820000', '131037.823000', '131037.825000', '131037.828000', '131037.831000', '131037.833000', '131037.836000', '131037.839000', '131037.841000', '131037.844000', '131037.846000', '131037.849000', '131037.852000', '131037.854000', '131037.857000', '131037.860000', '131037.862000', '131057.744000', '131057.747000', '131057.750000', '131057.752000', '131057.755000', '131057.758000', '131057.761000', '131057.763000', '131057.766000', '131057.769000', '131057.771000', '131057.774000', '131057.776000', '131057.779000', '131057.782000', '131057.784000', '131057.787000', '131057.790000', '131057.792000', '131057.795000', '131057.798000', '131057.800000', '131057.803000', '131057.806000', '131057.809000', '131057.812000', '131057.815000', '131057.817000', '131057.820000', '131057.822000', '131057.825000', '131057.828000', '131057.831000', '131057.834000', '131057.836000', '131057.839000', '131057.842000', '131057.844000', '131057.847000', '131057.850000', '131057.852000', '131057.855000', '131057.858000', '131117.745000', '131117.747000', '131117.750000', '131117.753000', '131117.756000', '131117.758000', '131117.761000', '131117.764000', '131117.767000', '131117.769000', '131117.772000', '131117.775000', '131117.777000', '131117.780000', '131117.782000', '131117.785000', '131117.788000', '131117.790000', '131117.793000', '131117.796000', '131117.799000', '131117.801000', '131117.804000', '131117.807000', '131117.809000', '131117.812000', '131117.815000', '131117.817000', '131117.820000', '131117.823000', '131117.825000', '131117.828000', '131117.831000', '131117.833000', '131117.836000', '131117.838000', '131117.841000', '131117.844000', '131117.846000', '131117.849000', '131117.852000', '131117.854000', '131117.857000', '131117.860000', '131137.744000', '131137.747000', '131137.750000', '131137.753000', '131137.755000', '131137.758000', '131137.761000', '131137.764000', '131137.766000', '131137.769000', '131137.772000', '131137.774000', '131137.777000', '131137.779000', '131137.782000', '131137.785000', '131137.788000', '131137.791000', '131137.794000', '131137.797000', '131137.799000', '131137.802000', '131137.805000', '131137.807000', '131137.810000', '131137.813000', '131137.815000', '131137.818000', '131137.821000', '131137.823000', '131137.826000', '131137.829000', '131137.831000', '131137.834000', '131137.837000', '131137.839000', '131137.842000', '131137.845000', '131137.847000', '131137.850000', '131137.853000', '131137.855000', '131137.858000', '131157.745000', '131157.747000', '131157.750000', '131157.753000', '131157.756000', '131157.758000', '131157.761000', '131157.764000', '131157.766000', '131157.769000', '131157.771000', '131157.774000', '131157.777000', '131157.779000', '131157.791000', '131157.794000', '131157.797000', '131157.799000', '131157.802000', '131157.805000', '131157.807000', '131157.810000', '131157.813000', '131157.816000', '131157.818000', '131157.821000', '131157.823000', '131157.826000', '131157.829000', '131157.831000', '131157.834000', '131157.837000', '131157.839000', '131157.842000', '131157.844000', '131157.847000', '131157.850000', '131157.853000', '131157.855000', '131157.858000', '131157.860000', '131157.863000', '131157.866000', '131157.869000', '131217.745000', '131217.747000', '131217.750000', '131217.753000', '131217.755000', '131217.758000', '131217.761000', '131217.764000', '131217.766000', '131217.769000', '131217.771000', '131217.774000', '131217.777000', '131217.779000', '131217.782000', '131217.785000', '131217.787000', '131217.790000', '131217.793000', '131217.795000', '131217.798000', '131217.801000', '131217.804000', '131217.806000', '131217.809000', '131217.812000', '131217.815000', '131217.818000', '131217.820000', '131217.824000', '131217.827000', '131217.830000', '131217.832000', '131217.835000', '131217.838000', '131217.840000', '131217.843000', '131217.846000', '131217.848000', '131217.851000', '131217.854000', '131217.856000', '131217.859000', '131237.745000', '131237.748000', '131237.750000', '131237.753000', '131237.756000', '131237.758000', '131237.761000', '131237.764000', '131237.766000', '131237.769000', '131237.772000', '131237.774000', '131237.777000', '131237.780000', '131237.782000', '131237.785000', '131237.788000', '131237.790000', '131237.793000', '131237.796000', '131237.799000', '131237.801000', '131237.804000', '131237.807000', '131237.809000', '131237.812000', '131237.815000', '131237.817000', '131237.820000', '131237.823000', '131237.825000', '131237.828000', '131237.831000', '131237.847000', '131237.850000', '131237.852000', '131237.855000', '131237.858000', '131237.860000', '131237.863000', '131237.866000', '131237.868000', '131237.871000', '131237.874000', '131257.744000', '131257.747000', '131257.749000', '131257.752000', '131257.755000', '131257.757000', '131257.760000', '131257.763000', '131257.765000', '131257.768000', '131257.771000', '131257.773000', '131257.776000', '131257.779000', '131257.781000', '131257.784000', '131257.786000', '131257.789000', '131257.792000', '131257.794000', '131257.797000', '131257.800000', '131257.802000', '131257.805000', '131257.808000', '131257.817000', '131257.819000', '131257.822000', '131257.825000', '131257.828000', '131257.831000', '131257.833000', '131257.837000', '131257.840000', '131257.842000', '131257.845000', '131257.848000', '131257.850000', '131257.853000', '131257.856000', '131257.858000', '131257.861000', '131257.864000', '131317.745000', '131317.747000', '131317.751000', '131317.754000', '131317.756000', '131317.759000', '131317.762000', '131317.764000', '131317.767000', '131317.770000', '131317.772000', '131317.775000', '131317.778000', '131317.780000', '131317.783000', '131317.786000', '131317.788000', '131317.791000', '131317.794000', '131317.797000', '131317.799000', '131317.802000', '131317.805000', '131317.807000', '131317.810000', '131317.813000', '131317.816000', '131317.818000', '131317.821000', '131317.823000', '131317.826000', '131317.829000', '131317.832000', '131317.834000', '131317.837000', '131317.840000', '131317.842000', '131317.845000', '131317.848000', '131317.850000', '131317.853000', '131317.855000', '131317.858000', '131317.861000', '131337.745000', '131337.748000', '131337.750000', '131337.753000', '131337.756000', '131337.758000', '131337.761000', '131337.764000', '131337.766000', '131337.769000', '131337.772000', '131337.774000', '131337.777000', '131337.779000', '131337.782000', '131337.785000', '131337.788000', '131337.790000', '131337.793000', '131337.795000', '131337.798000', '131337.801000', '131337.804000', '131337.806000', '131337.809000', '131337.811000', '131337.814000', '131337.817000', '131337.820000', '131337.822000', '131337.825000', '131337.828000', '131337.830000', '131337.833000', '131337.836000', '131337.838000', '131337.841000', '131337.844000', '131337.846000', '131337.849000', '131337.852000', '131337.855000', '131337.857000', '131357.745000', '131357.748000', '131357.750000', '131357.753000', '131357.755000', '131357.758000', '131357.761000', '131357.763000', '131357.766000', '131357.769000', '131357.771000', '131357.774000', '131357.777000', '131357.779000', '131357.782000', '131357.785000', '131357.787000', '131357.790000', '131357.793000', '131357.795000', '131357.798000', '131357.801000', '131357.803000', '131357.806000', '131357.808000', '131357.819000', '131357.822000', '131357.824000', '131357.827000', '131357.830000', '131357.833000', '131357.835000', '131357.838000', '131357.840000', '131357.843000', '131357.846000', '131357.848000', '131357.851000', '131357.854000', '131357.856000', '131357.859000', '131357.862000', '131357.864000', '131357.867000', '131417.754000', '131417.757000', '131417.760000', '131417.763000', '131417.766000', '131417.768000', '131417.771000', '131417.774000', '131417.776000', '131417.779000', '131417.782000', '131417.784000', '131417.787000', '131417.790000', '131417.792000', '131417.795000', '131417.798000', '131417.801000', '131417.803000', '131417.806000', '131417.809000', '131417.811000', '131417.814000', '131417.817000', '131417.819000', '131417.824000', '131417.826000', '131417.829000', '131417.832000', '131417.834000', '131417.837000', '131417.840000', '131417.842000', '131417.845000', '131417.848000', '131417.850000', '131417.853000', '131417.856000', '131417.858000', '131417.861000', '131417.864000', '131417.866000', '131417.869000', '131437.744000', '131437.747000', '131437.750000', '131437.753000', '131437.755000', '131437.758000', '131437.761000', '131437.763000', '131437.766000', '131437.769000', '131437.771000', '131437.774000', '131437.776000', '131437.779000', '131437.782000', '131437.784000', '131437.787000', '131437.790000', '131437.793000', '131437.795000', '131437.798000', '131437.801000', '131437.803000', '131437.806000', '131437.809000', '131437.811000', '131437.814000', '131437.817000', '131437.820000', '131437.822000', '131437.825000', '131437.827000', '131437.830000', '131437.833000', '131437.835000', '131437.838000', '131437.841000', '131437.843000', '131437.846000', '131437.848000', '131437.851000', '131437.854000', '131437.856000', '131437.859000', '131457.745000', '131457.748000', '131457.751000', '131457.753000', '131457.756000', '131457.759000', '131457.761000', '131457.764000', '131457.767000', '131457.769000', '131457.772000', '131457.775000', '131457.777000', '131457.780000', '131457.783000', '131457.785000', '131457.788000', '131457.791000', '131457.793000', '131457.796000', '131457.798000', '131457.801000', '131457.804000', '131457.807000', '131457.809000', '131457.812000', '131457.815000', '131457.817000', '131457.820000', '131457.823000', '131457.826000', '131457.828000', '131457.831000', '131457.834000', '131457.836000', '131457.839000', '131457.841000', '131457.844000', '131457.847000', '131457.850000', '131457.860000', '131457.863000', '131457.865000', '131512.606000', '131512.609000', '131512.612000', '131512.615000', '131512.618000', '131512.621000', '131512.624000', '131512.627000', '131512.630000', '131512.633000', '131512.635000', '131512.638000', '131512.642000', '131512.644000', '131512.647000', '131512.650000', '131512.653000', '131512.656000', '131512.659000', '131512.662000', '131512.665000', '131512.668000', '131512.671000', '131512.674000', '131512.680000', '131512.684000', '131512.687000', '131512.690000', '131512.693000', '131512.696000', '131512.698000', '131512.701000', '131512.705000'], 'InstanceCreationTime': ['130857.773000', '130857.777000', '130857.779000', '130857.782000', '130857.785000', '130857.787000', '130857.790000', '130857.793000', '130857.795000', '130857.798000', '130857.801000', '130857.803000', '130857.806000', '130857.809000', '130857.811000', '130857.814000', '130857.817000', '130857.819000', '130857.822000', '130857.824000', '130857.827000', '130857.830000', '130857.832000', '130857.835000', '130857.838000', '130857.840000', '130857.843000', '130857.845000', '130857.848000', '130857.851000', '130857.853000', '130857.856000', '130857.862000', '130857.865000', '130857.867000', '130857.878000', '130857.881000', '130857.884000', '130857.886000', '130857.889000', '130857.892000', '130857.894000', '130857.897000', '130857.899000', '130857.902000', '130857.905000', '130857.907000', '130857.910000', '130857.913000', '130857.915000', '130857.918000', '130857.920000', '130857.923000', '130857.926000', '130857.928000', '130857.931000', '130857.939000', '130917.744000', '130917.747000', '130917.750000', '130917.753000', '130917.755000', '130917.765000', '130917.767000', '130917.770000', '130917.773000', '130917.775000', '130917.778000', '130917.780000', '130917.783000', '130917.786000', '130917.788000', '130917.791000', '130917.794000', '130917.796000', '130917.799000', '130917.801000', '130917.804000', '130917.807000', '130917.809000', '130917.812000', '130917.815000', '130917.817000', '130917.820000', '130917.822000', '130917.825000', '130917.828000', '130917.830000', '130917.833000', '130917.836000', '130917.838000', '130917.841000', '130917.843000', '130917.846000', '130917.849000', '130917.851000', '130917.854000', '130917.857000', '130917.859000', '130917.862000', '130937.744000', '130937.747000', '130937.750000', '130937.753000', '130937.755000', '130937.759000', '130937.762000', '130937.765000', '130937.776000', '130937.778000', '130937.781000', '130937.784000', '130937.795000', '130937.798000', '130937.801000', '130937.803000', '130937.806000', '130937.809000', '130937.811000', '130937.814000', '130937.816000', '130937.819000', '130937.822000', '130937.824000', '130937.827000', '130937.830000', '130937.832000', '130937.835000', '130937.837000', '130937.840000', '130937.843000', '130937.846000', '130937.848000', '130937.851000', '130937.853000', '130937.856000', '130937.859000', '130937.861000', '130937.864000', '130937.867000', '130937.869000', '130937.872000', '130937.875000', '130957.744000', '130957.747000', '130957.750000', '130957.753000', '130957.755000', '130957.758000', '130957.760000', '130957.763000', '130957.766000', '130957.768000', '130957.771000', '130957.773000', '130957.776000', '130957.779000', '130957.781000', '130957.784000', '130957.787000', '130957.789000', '130957.792000', '130957.794000', '130957.797000', '130957.800000', '130957.802000', '130957.805000', '130957.808000', '130957.810000', '130957.813000', '130957.816000', '130957.818000', '130957.821000', '130957.823000', '130957.826000', '130957.829000', '130957.831000', '130957.834000', '130957.837000', '130957.839000', '130957.842000', '130957.844000', '130957.847000', '130957.850000', '130957.852000', '130957.855000', '130957.858000', '131017.744000', '131017.748000', '131017.750000', '131017.754000', '131017.756000', '131017.759000', '131017.762000', '131017.764000', '131017.767000', '131017.770000', '131017.772000', '131017.775000', '131017.778000', '131017.780000', '131017.783000', '131017.786000', '131017.789000', '131017.791000', '131017.794000', '131017.797000', '131017.799000', '131017.802000', '131017.805000', '131017.807000', '131017.810000', '131017.813000', '131017.823000', '131017.826000', '131017.828000', '131017.831000', '131017.833000', '131017.836000', '131017.839000', '131017.841000', '131017.844000', '131017.847000', '131017.849000', '131017.852000', '131017.855000', '131017.857000', '131017.860000', '131017.863000', '131017.865000', '131037.744000', '131037.746000', '131037.749000', '131037.752000', '131037.754000', '131037.757000', '131037.760000', '131037.762000', '131037.765000', '131037.772000', '131037.775000', '131037.777000', '131037.780000', '131037.783000', '131037.785000', '131037.788000', '131037.791000', '131037.793000', '131037.796000', '131037.799000', '131037.801000', '131037.804000', '131037.807000', '131037.809000', '131037.812000', '131037.815000', '131037.817000', '131037.820000', '131037.823000', '131037.825000', '131037.828000', '131037.831000', '131037.833000', '131037.836000', '131037.839000', '131037.841000', '131037.844000', '131037.846000', '131037.849000', '131037.852000', '131037.854000', '131037.857000', '131037.860000', '131037.862000', '131057.744000', '131057.747000', '131057.750000', '131057.752000', '131057.755000', '131057.758000', '131057.761000', '131057.763000', '131057.766000', '131057.769000', '131057.771000', '131057.774000', '131057.776000', '131057.779000', '131057.782000', '131057.784000', '131057.787000', '131057.790000', '131057.792000', '131057.795000', '131057.798000', '131057.800000', '131057.803000', '131057.806000', '131057.809000', '131057.812000', '131057.815000', '131057.817000', '131057.820000', '131057.822000', '131057.825000', '131057.828000', '131057.831000', '131057.834000', '131057.836000', '131057.839000', '131057.842000', '131057.844000', '131057.847000', '131057.850000', '131057.852000', '131057.855000', '131057.858000', '131117.745000', '131117.747000', '131117.750000', '131117.753000', '131117.756000', '131117.758000', '131117.761000', '131117.764000', '131117.767000', '131117.769000', '131117.772000', '131117.775000', '131117.777000', '131117.780000', '131117.782000', '131117.785000', '131117.788000', '131117.790000', '131117.793000', '131117.796000', '131117.799000', '131117.801000', '131117.804000', '131117.807000', '131117.809000', '131117.812000', '131117.815000', '131117.817000', '131117.820000', '131117.823000', '131117.825000', '131117.828000', '131117.831000', '131117.833000', '131117.836000', '131117.838000', '131117.841000', '131117.844000', '131117.846000', '131117.849000', '131117.852000', '131117.854000', '131117.857000', '131117.860000', '131137.744000', '131137.747000', '131137.750000', '131137.753000', '131137.755000', '131137.758000', '131137.761000', '131137.764000', '131137.766000', '131137.769000', '131137.772000', '131137.774000', '131137.777000', '131137.779000', '131137.782000', '131137.785000', '131137.788000', '131137.791000', '131137.794000', '131137.797000', '131137.799000', '131137.802000', '131137.805000', '131137.807000', '131137.810000', '131137.813000', '131137.815000', '131137.818000', '131137.821000', '131137.823000', '131137.826000', '131137.829000', '131137.831000', '131137.834000', '131137.837000', '131137.839000', '131137.842000', '131137.845000', '131137.847000', '131137.850000', '131137.853000', '131137.855000', '131137.858000', '131157.745000', '131157.747000', '131157.750000', '131157.753000', '131157.756000', '131157.758000', '131157.761000', '131157.764000', '131157.766000', '131157.769000', '131157.771000', '131157.774000', '131157.777000', '131157.779000', '131157.791000', '131157.794000', '131157.797000', '131157.799000', '131157.802000', '131157.805000', '131157.807000', '131157.810000', '131157.813000', '131157.816000', '131157.818000', '131157.821000', '131157.823000', '131157.826000', '131157.829000', '131157.831000', '131157.834000', '131157.837000', '131157.839000', '131157.842000', '131157.844000', '131157.847000', '131157.850000', '131157.853000', '131157.855000', '131157.858000', '131157.860000', '131157.863000', '131157.866000', '131157.869000', '131217.745000', '131217.747000', '131217.750000', '131217.753000', '131217.755000', '131217.758000', '131217.761000', '131217.764000', '131217.766000', '131217.769000', '131217.771000', '131217.774000', '131217.777000', '131217.779000', '131217.782000', '131217.785000', '131217.787000', '131217.790000', '131217.793000', '131217.795000', '131217.798000', '131217.801000', '131217.804000', '131217.806000', '131217.809000', '131217.812000', '131217.815000', '131217.818000', '131217.820000', '131217.824000', '131217.827000', '131217.830000', '131217.832000', '131217.835000', '131217.838000', '131217.840000', '131217.843000', '131217.846000', '131217.848000', '131217.851000', '131217.854000', '131217.856000', '131217.859000', '131237.745000', '131237.748000', '131237.750000', '131237.753000', '131237.756000', '131237.758000', '131237.761000', '131237.764000', '131237.766000', '131237.769000', '131237.772000', '131237.774000', '131237.777000', '131237.780000', '131237.782000', '131237.785000', '131237.788000', '131237.790000', '131237.793000', '131237.796000', '131237.799000', '131237.801000', '131237.804000', '131237.807000', '131237.809000', '131237.812000', '131237.815000', '131237.817000', '131237.820000', '131237.823000', '131237.825000', '131237.828000', '131237.831000', '131237.847000', '131237.850000', '131237.852000', '131237.855000', '131237.858000', '131237.860000', '131237.863000', '131237.866000', '131237.868000', '131237.871000', '131237.874000', '131257.744000', '131257.747000', '131257.749000', '131257.752000', '131257.755000', '131257.757000', '131257.760000', '131257.763000', '131257.765000', '131257.768000', '131257.771000', '131257.773000', '131257.776000', '131257.779000', '131257.781000', '131257.784000', '131257.786000', '131257.789000', '131257.792000', '131257.794000', '131257.797000', '131257.800000', '131257.802000', '131257.805000', '131257.808000', '131257.817000', '131257.819000', '131257.822000', '131257.825000', '131257.828000', '131257.831000', '131257.833000', '131257.837000', '131257.840000', '131257.842000', '131257.845000', '131257.848000', '131257.850000', '131257.853000', '131257.856000', '131257.858000', '131257.861000', '131257.864000', '131317.745000', '131317.747000', '131317.751000', '131317.754000', '131317.756000', '131317.759000', '131317.762000', '131317.764000', '131317.767000', '131317.770000', '131317.772000', '131317.775000', '131317.778000', '131317.780000', '131317.783000', '131317.786000', '131317.788000', '131317.791000', '131317.794000', '131317.797000', '131317.799000', '131317.802000', '131317.805000', '131317.807000', '131317.810000', '131317.813000', '131317.816000', '131317.818000', '131317.821000', '131317.823000', '131317.826000', '131317.829000', '131317.832000', '131317.834000', '131317.837000', '131317.840000', '131317.842000', '131317.845000', '131317.848000', '131317.850000', '131317.853000', '131317.855000', '131317.858000', '131317.861000', '131337.745000', '131337.748000', '131337.750000', '131337.753000', '131337.756000', '131337.758000', '131337.761000', '131337.764000', '131337.766000', '131337.769000', '131337.772000', '131337.774000', '131337.777000', '131337.779000', '131337.782000', '131337.785000', '131337.788000', '131337.790000', '131337.793000', '131337.795000', '131337.798000', '131337.801000', '131337.804000', '131337.806000', '131337.809000', '131337.811000', '131337.814000', '131337.817000', '131337.820000', '131337.822000', '131337.825000', '131337.828000', '131337.830000', '131337.833000', '131337.836000', '131337.838000', '131337.841000', '131337.844000', '131337.846000', '131337.849000', '131337.852000', '131337.855000', '131337.857000', '131357.745000', '131357.748000', '131357.750000', '131357.753000', '131357.755000', '131357.758000', '131357.761000', '131357.763000', '131357.766000', '131357.769000', '131357.771000', '131357.774000', '131357.777000', '131357.779000', '131357.782000', '131357.785000', '131357.787000', '131357.790000', '131357.793000', '131357.795000', '131357.798000', '131357.801000', '131357.803000', '131357.806000', '131357.808000', '131357.819000', '131357.822000', '131357.824000', '131357.827000', '131357.830000', '131357.833000', '131357.835000', '131357.838000', '131357.840000', '131357.843000', '131357.846000', '131357.848000', '131357.851000', '131357.854000', '131357.856000', '131357.859000', '131357.862000', '131357.864000', '131357.867000', '131417.754000', '131417.757000', '131417.760000', '131417.763000', '131417.766000', '131417.768000', '131417.771000', '131417.774000', '131417.776000', '131417.779000', '131417.782000', '131417.784000', '131417.787000', '131417.790000', '131417.792000', '131417.795000', '131417.798000', '131417.801000', '131417.803000', '131417.806000', '131417.809000', '131417.811000', '131417.814000', '131417.817000', '131417.819000', '131417.824000', '131417.826000', '131417.829000', '131417.832000', '131417.834000', '131417.837000', '131417.840000', '131417.842000', '131417.845000', '131417.848000', '131417.850000', '131417.853000', '131417.856000', '131417.858000', '131417.861000', '131417.864000', '131417.866000', '131417.869000', '131437.744000', '131437.747000', '131437.750000', '131437.753000', '131437.755000', '131437.758000', '131437.761000', '131437.763000', '131437.766000', '131437.769000', '131437.771000', '131437.774000', '131437.776000', '131437.779000', '131437.782000', '131437.784000', '131437.787000', '131437.790000', '131437.793000', '131437.795000', '131437.798000', '131437.801000', '131437.803000', '131437.806000', '131437.809000', '131437.811000', '131437.814000', '131437.817000', '131437.820000', '131437.822000', '131437.825000', '131437.827000', '131437.830000', '131437.833000', '131437.835000', '131437.838000', '131437.841000', '131437.843000', '131437.846000', '131437.848000', '131437.851000', '131437.854000', '131437.856000', '131437.859000', '131457.745000', '131457.748000', '131457.751000', '131457.753000', '131457.756000', '131457.759000', '131457.761000', '131457.764000', '131457.767000', '131457.769000', '131457.772000', '131457.775000', '131457.777000', '131457.780000', '131457.783000', '131457.785000', '131457.788000', '131457.791000', '131457.793000', '131457.796000', '131457.798000', '131457.801000', '131457.804000', '131457.807000', '131457.809000', '131457.812000', '131457.815000', '131457.817000', '131457.820000', '131457.823000', '131457.826000', '131457.828000', '131457.831000', '131457.834000', '131457.836000', '131457.839000', '131457.841000', '131457.844000', '131457.847000', '131457.850000', '131457.860000', '131457.863000', '131457.865000', '131512.606000', '131512.609000', '131512.612000', '131512.615000', '131512.618000', '131512.621000', '131512.624000', '131512.627000', '131512.630000', '131512.633000', '131512.635000', '131512.638000', '131512.642000', '131512.644000', '131512.647000', '131512.650000', '131512.653000', '131512.656000', '131512.659000', '131512.662000', '131512.665000', '131512.668000', '131512.671000', '131512.674000', '131512.680000', '131512.684000', '131512.687000', '131512.690000', '131512.693000', '131512.696000', '131512.698000', '131512.701000', '131512.705000'], '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': [10883, 9381, 10166, 9193, 9518, 9385, 9153, 9475, 8185, 9278, 9391, 9142, 9584, 9389, 9090, 9140, 9245, 9212, 10033, 9245, 10075, 10066, 9459, 9055, 9482, 8572, 9630, 9922, 9309, 9005, 9113, 9120, 9338, 10263, 9527, 9665, 7375, 10249, 8444, 9901, 9745, 9506, 9682, 9063, 9407, 8920, 9875, 9215, 9637, 9981, 9634, 9455, 8697, 9778, 10430, 9664, 9152, 9649, 8596, 9877, 8828, 9883, 8708, 9740, 9715, 9456, 10027, 8587, 9767, 9293, 9796, 9051, 9708, 8709, 9823, 8771, 9641, 8918, 9678, 9670, 9551, 9901, 8897, 9620, 8945, 9825, 8567, 9483, 8409, 9767, 9526, 9371, 9871, 10326, 9795, 9677, 9806, 9074, 10046, 8515, 9613, 8637, 9884, 9794, 9487, 9789, 9813, 9788, 8720, 9932, 9136, 9747, 9058, 9643, 8883, 9607, 9186, 9895, 9817, 9505, 9863, 9573, 9665, 9666, 9865, 9147, 9650, 9359, 9914, 10057, 9829, 9353, 9940, 8311, 9911, 8352, 9849, 8769, 9902, 8139, 9566, 8734, 9994, 9220, 9539, 9841, 9246, 9151, 9382, 9685, 8246, 9838, 9457, 8350, 9536, 12141, 10363, 8536, 10190, 9622, 7802, 9924, 8751, 9809, 9351, 10308, 9999, 11087, 9847, 11905, 10003, 10427, 9749, 9691, 9497, 9525, 9546, 9855, 9270, 9697, 7589, 9893, 8913, 9734, 8939, 9713, 9278, 9812, 9135, 9311, 9547, 9696, 9434, 9689, 9169, 9596, 9662, 9573, 9626, 9557, 9236, 7597, 9538, 9743, 9612, 9288, 9721, 8759, 9541, 8707, 9567, 8518, 9443, 8493, 9501, 9148, 9521, 9492, 9175, 9802, 9487, 9761, 9447, 9496, 9182, 9638, 10000, 9508, 9505, 9547, 8447, 9793, 8283, 9717, 8478, 9689, 8561, 9750, 8631, 9840, 9416, 9853, 9810, 9931, 9860, 9612, 9553, 9504, 9277, 9635, 9335, 9541, 8815, 9635, 8934, 9851, 9874, 9685, 9886, 8084, 10239, 7933, 10166, 10126, 9749, 9790, 8712, 9569, 8592, 9469, 9171, 9934, 9510, 10369, 9814, 8854, 9581, 10184, 9457, 9228, 9068, 8730, 8691, 8786, 9297, 9514, 9375, 10549, 10209, 10066, 9808, 10243, 10027, 10009, 9521, 9962, 10307, 9763, 10610, 10059, 9890, 10457, 9862, 10366, 10072, 10010, 10243, 9366, 10112, 9228, 10234, 9959, 10149, 9903, 10173, 10176, 9856, 10175, 10315, 9142, 9100, 9307, 8988, 9490, 8527, 9342, 8465, 9128, 8655, 9483, 8936, 9457, 9642, 8917, 10043, 9362, 9351, 10619, 9419, 9154, 9141, 8779, 9465, 9106, 9532, 8851, 9279, 8727, 9323, 8903, 9309, 9082, 8905, 9544, 9112, 9381, 9121, 9654, 10153, 9412, 9889, 8786, 9474, 9356, 9492, 9187, 9493, 9376, 8998, 9356, 9191, 9086, 8300, 9128, 8357, 9671, 8665, 9700, 9393, 9546, 9248, 9735, 9417, 9829, 9229, 9234, 8762, 9419, 8511, 10004, 9252, 9586, 8723, 9723, 8626, 9777, 9060, 9647, 8866, 9457, 8611, 9555, 9969, 10072, 9815, 9460, 10290, 9687, 10325, 8804, 9867, 8893, 9779, 9953, 11080, 9628, 9070, 9496, 8804, 9835, 8940, 9663, 9457, 9428, 9778, 9348, 9844, 9991, 9817, 8557, 9786, 8603, 9636, 8706, 9623, 9822, 9185, 9889, 9052, 10041, 9599, 9381, 9160, 9207, 8924, 9479, 9195, 9521, 9614, 9377, 8156, 9431, 7854, 9496, 8632, 9641, 8350, 9378, 8296, 9453, 8723, 9463, 9210, 9112, 9348, 9259, 9179, 9226, 9499, 9730, 9272, 9767, 9528, 9526, 9425, 8149, 9198, 8161, 9421, 8215, 9425, 8410, 9518, 7440, 9402, 8380, 9457, 9562, 8154, 9107, 7797, 9504, 7397, 9522, 9432, 10205, 9259, 8462, 9550, 9131, 9397, 9599, 9708, 9265, 11690, 8858, 7781, 8614, 8085, 8723, 9373, 9501, 9411, 9306, 8791, 9963, 8971, 9327, 9176, 8272, 9063, 8070, 9172, 9461, 7717, 10215, 13210, 8617, 8760, 9047, 8478, 8811, 8365, 8601, 9254, 8604, 9271, 8893, 9148, 8572, 8807, 8545, 7980, 9050, 9010, 9676, 8681, 8177, 8747, 8806, 9336, 8653, 9055, 8162, 8374, 8896, 8596, 8864, 8519, 7401, 8294, 7905, 8516, 7979, 8587, 7769, 9817, 8328, 8109, 8837, 8618, 8900, 10433, 8512, 9261, 8520, 9221, 8623, 7955, 9401, 9074, 9494, 9395, 9210, 9505, 10345, 8939, 8333, 8887, 8630, 9339, 8786, 9306, 9067, 8700, 9121, 8677, 9067, 8638, 9166, 8339, 9150, 7326, 9324, 7612, 9258, 7222, 9016, 7025, 9160, 7775, 9071, 7286, 9124, 7475, 9188, 8481, 9157, 8660, 8971, 8636, 9805, 9130, 6396, 9057, 7660, 8922, 8914, 8827, 8116, 8540, 9555, 7786, 9081, 7860, 8938, 7348, 10006, 7577, 12326, 7550, 8584, 7828, 8907, 8212, 8225, 8824, 7180, 9208, 7980, 9035, 9178, 10753, 8582, 9671, 9123, 8397, 9023, 7941, 8976, 8552, 9006, 8831, 11075, 9186, 9451, 8939, 8956, 9081, 9112, 9038, 8901, 8692, 8965, 8449, 9101, 9025, 8963, 8804, 8845, 8962, 8750, 8646, 8876, 8322, 9206, 8716, 8051, 8835, 7028, 8724, 7554, 9240, 8816, 10490, 8533, 8486, 9586, 7502, 8917, 9091, 8552, 9058, 7900, 10218, 8906, 10032, 9185, 10723, 9239, 10496, 9003, 9226, 8901, 9256, 9262, 9166, 9063, 7780, 9199, 11132, 8705, 10846, 9101, 6387, 9321, 6363, 9427, 6845, 9343, 6583, 9241, 8955, 9402, 10485, 9236, 11220, 9367, 12557, 9079, 11515, 8997, 10064, 9031, 9527, 8978, 9423, 8895, 10110, 8891, 9328, 8894, 9499, 8825, 9418, 9010, 9184, 8788, 9425, 9038, 9477, 9057, 9370, 8871, 9599, 8817, 9676, 9125, 9111, 9347, 9177, 9180, 9126, 9232, 9352, 9113, 8881, 9034, 8855, 9068, 9323, 9096, 9176, 8563, 9542, 8896, 10265, 9049, 9865, 9185, 10050, 8882, 9631, 8733, 7758, 8272, 7799, 8250, 7911, 8885, 8456, 9241, 8594, 8110, 8716, 9208, 8882, 11542, 8144, 10971, 9057, 9925, 9269, 8870, 9488, 8788, 9727, 9055, 8048, 8988, 8184, 9954, 9123, 11284, 8837, 8595, 9083, 8169, 9109, 8101, 9054, 7920, 8953, 8480, 9064, 9072, 8803, 8584, 7886, 8615, 8875, 8887, 8597, 8853, 9704, 8880, 9085, 8745, 9308, 8533, 8891, 8808, 9151, 8820, 9241, 8766, 8932, 8529, 9381, 8826, 7621, 9114, 7034, 8348, 8132, 10157, 7942, 9506, 8414, 7804, 11900, 7755], 'WindowCenter': [3557.0, 3533.0, 3518.0, 3506.0, 3503.0, 3504.0, 3503.0, 3503.0, 3491.0, 3502.0, 3501.0, 3502.0, 3502.0, 3502.0, 3491.0, 3501.0, 3501.0, 3501.0, 3513.0, 3502.0, 3513.0, 3501.0, 3502.0, 3501.0, 3502.0, 3504.0, 3503.0, 3502.0, 3503.0, 3502.0, 3502.0, 3502.0, 3503.0, 3513.0, 3502.0, 3515.0, 3495.0, 3526.0, 3505.0, 3526.0, 3515.0, 3514.0, 3514.0, 3502.0, 3503.0, 3503.0, 3514.0, 3502.0, 3503.0, 3503.0, 3501.0, 3501.0, 3490.0, 3512.0, 3511.0, 3501.0, 3488.0, 3500.0, 3489.0, 3511.0, 3501.0, 3501.0, 3491.0, 3500.0, 3513.0, 3513.0, 3513.0, 3503.0, 3514.0, 3502.0, 3514.0, 3503.0, 3514.0, 3503.0, 3514.0, 3491.0, 3501.0, 3503.0, 3513.0, 3503.0, 3503.0, 3513.0, 3501.0, 3514.0, 3503.0, 3516.0, 3504.0, 3515.0, 3504.0, 3515.0, 3528.0, 3515.0, 3527.0, 3515.0, 3527.0, 3515.0, 3516.0, 3504.0, 3515.0, 3504.0, 3514.0, 3504.0, 3515.0, 3515.0, 3513.0, 3515.0, 3513.0, 3513.0, 3502.0, 3514.0, 3503.0, 3514.0, 3502.0, 3502.0, 3503.0, 3501.0, 3503.0, 3501.0, 3501.0, 3501.0, 3501.0, 3502.0, 3514.0, 3502.0, 3513.0, 3501.0, 3502.0, 3502.0, 3515.0, 3513.0, 3514.0, 3502.0, 3514.0, 3491.0, 3514.0, 3504.0, 3515.0, 3504.0, 3514.0, 3492.0, 3515.0, 3505.0, 3515.0, 3515.0, 3514.0, 3514.0, 3516.0, 3529.0, 3528.0, 3528.0, 3518.0, 3526.0, 3526.0, 3505.0, 3516.0, 3523.0, 3501.0, 3490.0, 3511.0, 3512.0, 3492.0, 3514.0, 3503.0, 3513.0, 3502.0, 3501.0, 3500.0, 3499.0, 3499.0, 3509.0, 3487.0, 3486.0, 3485.0, 3483.0, 3483.0, 3484.0, 3484.0, 3483.0, 3472.0, 3485.0, 3462.0, 3484.0, 3485.0, 3485.0, 3485.0, 3487.0, 3497.0, 3498.0, 3497.0, 3498.0, 3498.0, 3497.0, 3498.0, 3498.0, 3498.0, 3498.0, 3500.0, 3499.0, 3512.0, 3512.0, 3513.0, 3493.0, 3515.0, 3515.0, 3515.0, 3513.0, 3514.0, 3504.0, 3526.0, 3516.0, 3516.0, 3504.0, 3515.0, 3516.0, 3527.0, 3516.0, 3515.0, 3515.0, 3516.0, 3526.0, 3515.0, 3527.0, 3515.0, 3515.0, 3514.0, 3516.0, 3514.0, 3527.0, 3527.0, 3527.0, 3506.0, 3527.0, 3506.0, 3527.0, 3506.0, 3517.0, 3504.0, 3515.0, 3515.0, 3525.0, 3516.0, 3527.0, 3526.0, 3515.0, 3515.0, 3513.0, 3514.0, 3514.0, 3514.0, 3512.0, 3502.0, 3501.0, 3501.0, 3512.0, 3513.0, 3526.0, 3528.0, 3515.0, 3527.0, 3504.0, 3527.0, 3506.0, 3528.0, 3529.0, 3529.0, 3530.0, 3518.0, 3528.0, 3517.0, 3517.0, 3515.0, 3516.0, 3515.0, 3514.0, 3513.0, 3502.0, 3502.0, 3513.0, 3503.0, 3502.0, 3502.0, 3502.0, 3502.0, 3501.0, 3503.0, 3513.0, 3500.0, 3512.0, 3501.0, 3512.0, 3501.0, 3513.0, 3501.0, 3500.0, 3500.0, 3499.0, 3500.0, 3499.0, 3511.0, 3499.0, 3500.0, 3498.0, 3499.0, 3498.0, 3500.0, 3499.0, 3499.0, 3487.0, 3499.0, 3488.0, 3510.0, 3500.0, 3501.0, 3499.0, 3500.0, 3511.0, 3511.0, 3513.0, 3513.0, 3503.0, 3502.0, 3514.0, 3514.0, 3514.0, 3503.0, 3515.0, 3503.0, 3503.0, 3503.0, 3515.0, 3504.0, 3514.0, 3515.0, 3504.0, 3514.0, 3514.0, 3515.0, 3525.0, 3515.0, 3516.0, 3516.0, 3503.0, 3514.0, 3504.0, 3514.0, 3502.0, 3503.0, 3503.0, 3503.0, 3503.0, 3503.0, 3502.0, 3502.0, 3501.0, 3501.0, 3501.0, 3502.0, 3513.0, 3512.0, 3501.0, 3500.0, 3501.0, 3501.0, 3501.0, 3500.0, 3501.0, 3499.0, 3501.0, 3500.0, 3501.0, 3499.0, 3501.0, 3489.0, 3500.0, 3489.0, 3500.0, 3489.0, 3500.0, 3499.0, 3500.0, 3499.0, 3501.0, 3500.0, 3500.0, 3500.0, 3500.0, 3489.0, 3501.0, 3501.0, 3512.0, 3501.0, 3501.0, 3502.0, 3514.0, 3503.0, 3516.0, 3504.0, 3515.0, 3504.0, 3514.0, 3505.0, 3514.0, 3515.0, 3515.0, 3515.0, 3514.0, 3527.0, 3514.0, 3528.0, 3519.0, 3526.0, 3515.0, 3514.0, 3515.0, 3524.0, 3514.0, 3503.0, 3514.0, 3503.0, 3512.0, 3503.0, 3513.0, 3502.0, 3501.0, 3512.0, 3500.0, 3512.0, 3501.0, 3501.0, 3491.0, 3513.0, 3503.0, 3514.0, 3503.0, 3503.0, 3513.0, 3501.0, 3513.0, 3501.0, 3513.0, 3501.0, 3502.0, 3501.0, 3502.0, 3502.0, 3513.0, 3500.0, 3500.0, 3499.0, 3500.0, 3489.0, 3501.0, 3491.0, 3513.0, 3502.0, 3513.0, 3502.0, 3502.0, 3502.0, 3512.0, 3503.0, 3513.0, 3502.0, 3502.0, 3514.0, 3502.0, 3514.0, 3503.0, 3514.0, 3513.0, 3513.0, 3512.0, 3513.0, 3502.0, 3503.0, 3491.0, 3501.0, 3490.0, 3502.0, 3490.0, 3501.0, 3491.0, 3513.0, 3492.0, 3514.0, 3504.0, 3515.0, 3514.0, 3492.0, 3515.0, 3493.0, 3516.0, 3494.0, 3515.0, 3516.0, 3525.0, 3515.0, 3504.0, 3514.0, 3502.0, 3502.0, 3514.0, 3501.0, 3502.0, 3523.0, 3502.0, 3490.0, 3491.0, 3491.0, 3500.0, 3502.0, 3502.0, 3514.0, 3502.0, 3502.0, 3512.0, 3503.0, 3513.0, 3514.0, 3503.0, 3503.0, 3503.0, 3513.0, 3514.0, 3493.0, 3526.0, 3523.0, 3490.0, 3488.0, 3500.0, 3491.0, 3501.0, 3501.0, 3502.0, 3513.0, 3503.0, 3515.0, 3503.0, 3514.0, 3502.0, 3501.0, 3490.0, 3490.0, 3502.0, 3490.0, 3499.0, 3489.0, 3488.0, 3489.0, 3489.0, 3500.0, 3488.0, 3500.0, 3489.0, 3503.0, 3503.0, 3503.0, 3503.0, 3503.0, 3481.0, 3503.0, 3491.0, 3503.0, 3491.0, 3503.0, 3480.0, 3500.0, 3489.0, 3478.0, 3489.0, 3488.0, 3489.0, 3498.0, 3488.0, 3487.0, 3488.0, 3487.0, 3488.0, 3476.0, 3488.0, 3488.0, 3500.0, 3502.0, 3500.0, 3501.0, 3499.0, 3500.0, 3490.0, 3489.0, 3488.0, 3499.0, 3488.0, 3488.0, 3500.0, 3489.0, 3499.0, 3488.0, 3500.0, 3488.0, 3499.0, 3488.0, 3500.0, 3478.0, 3500.0, 3479.0, 3500.0, 3478.0, 3500.0, 3479.0, 3501.0, 3491.0, 3501.0, 3491.0, 3513.0, 3493.0, 3513.0, 3504.0, 3514.0, 3515.0, 3515.0, 3516.0, 3526.0, 3517.0, 3483.0, 3515.0, 3494.0, 3515.0, 3516.0, 3517.0, 3507.0, 3517.0, 3527.0, 3505.0, 3515.0, 3503.0, 3502.0, 3491.0, 3513.0, 3492.0, 3523.0, 3491.0, 3501.0, 3492.0, 3502.0, 3502.0, 3501.0, 3502.0, 3481.0, 3514.0, 3504.0, 3514.0, 3516.0, 3525.0, 3505.0, 3514.0, 3514.0, 3504.0, 3503.0, 3492.0, 3502.0, 3490.0, 3489.0, 3489.0, 3510.0, 3499.0, 3498.0, 3488.0, 3488.0, 3487.0, 3487.0, 3487.0, 3486.0, 3487.0, 3488.0, 3488.0, 3488.0, 3488.0, 3499.0, 3500.0, 3500.0, 3502.0, 3501.0, 3502.0, 3501.0, 3502.0, 3502.0, 3503.0, 3491.0, 3502.0, 3481.0, 3502.0, 3492.0, 3514.0, 3515.0, 3526.0, 3505.0, 3504.0, 3514.0, 3493.0, 3504.0, 3515.0, 3504.0, 3515.0, 3504.0, 3514.0, 3503.0, 3501.0, 3501.0, 3512.0, 3500.0, 3499.0, 3488.0, 3487.0, 3489.0, 3499.0, 3499.0, 3499.0, 3500.0, 3490.0, 3501.0, 3511.0, 3490.0, 3511.0, 3501.0, 3470.0, 3514.0, 3483.0, 3517.0, 3496.0, 3528.0, 3496.0, 3529.0, 3517.0, 3518.0, 3526.0, 3516.0, 3525.0, 3515.0, 3537.0, 3504.0, 3524.0, 3502.0, 3512.0, 3502.0, 3501.0, 3501.0, 3500.0, 3503.0, 3513.0, 3503.0, 3502.0, 3503.0, 3501.0, 3503.0, 3502.0, 3503.0, 3502.0, 3502.0, 3501.0, 3504.0, 3513.0, 3504.0, 3502.0, 3502.0, 3502.0, 3503.0, 3502.0, 3502.0, 3501.0, 3502.0, 3500.0, 3502.0, 3501.0, 3513.0, 3502.0, 3502.0, 3501.0, 3503.0, 3502.0, 3503.0, 3502.0, 3503.0, 3502.0, 3503.0, 3513.0, 3503.0, 3513.0, 3503.0, 3513.0, 3503.0, 3513.0, 3514.0, 3514.0, 3503.0, 3492.0, 3503.0, 3493.0, 3502.0, 3492.0, 3503.0, 3503.0, 3503.0, 3502.0, 3492.0, 3503.0, 3501.0, 3502.0, 3512.0, 3490.0, 3510.0, 3489.0, 3500.0, 3501.0, 3489.0, 3500.0, 3488.0, 3499.0, 3500.0, 3491.0, 3503.0, 3502.0, 3501.0, 3501.0, 3509.0, 3488.0, 3487.0, 3487.0, 3476.0, 3487.0, 3476.0, 3486.0, 3476.0, 3487.0, 3487.0, 3486.0, 3487.0, 3486.0, 3488.0, 3478.0, 3489.0, 3488.0, 3500.0, 3488.0, 3500.0, 3500.0, 3502.0, 3500.0, 3501.0, 3500.0, 3502.0, 3500.0, 3502.0, 3501.0, 3502.0, 3502.0, 3502.0, 3501.0, 3503.0, 3502.0, 3514.0, 3492.0, 3515.0, 3495.0, 3517.0, 3520.0, 3539.0, 3519.0, 3529.0, 3518.0, 3506.0, 3526.0, 3481.0], 'WindowWidth': [8051.0, 8011.0, 7981.0, 7960.0, 7952.0, 7953.0, 7950.0, 7951.0, 7932.0, 7947.0, 7944.0, 7946.0, 7949.0, 7947.0, 7930.0, 7943.0, 7944.0, 7943.0, 7962.0, 7947.0, 7963.0, 7945.0, 7947.0, 7945.0, 7949.0, 7952.0, 7949.0, 7947.0, 7949.0, 7946.0, 7949.0, 7949.0, 7950.0, 7965.0, 7949.0, 7969.0, 7945.0, 7988.0, 7961.0, 7988.0, 7971.0, 7968.0, 7966.0, 7950.0, 7951.0, 7952.0, 7967.0, 7949.0, 7950.0, 7948.0, 7945.0, 7945.0, 7930.0, 7962.0, 7956.0, 7944.0, 7921.0, 7941.0, 7926.0, 7957.0, 7944.0, 7945.0, 7931.0, 7944.0, 7964.0, 7965.0, 7966.0, 7950.0, 7966.0, 7948.0, 7965.0, 7952.0, 7969.0, 7950.0, 7966.0, 7931.0, 7945.0, 7951.0, 7964.0, 7950.0, 7949.0, 7963.0, 7946.0, 7967.0, 7953.0, 7972.0, 7956.0, 7970.0, 7956.0, 7972.0, 7994.0, 7973.0, 7991.0, 7971.0, 7990.0, 7970.0, 7973.0, 7956.0, 7971.0, 7953.0, 7966.0, 7953.0, 7969.0, 7970.0, 7965.0, 7971.0, 7964.0, 7963.0, 7949.0, 7968.0, 7952.0, 7966.0, 7948.0, 7948.0, 7949.0, 7947.0, 7950.0, 7945.0, 7945.0, 7943.0, 7945.0, 7947.0, 7967.0, 7947.0, 7965.0, 7945.0, 7948.0, 7947.0, 7971.0, 7965.0, 7967.0, 7948.0, 7966.0, 7934.0, 7968.0, 7955.0, 7970.0, 7954.0, 7968.0, 7937.0, 7970.0, 7957.0, 7969.0, 7969.0, 7967.0, 7970.0, 7973.0, 7999.0, 7998.0, 8000.0, 7984.0, 7993.0, 7990.0, 7961.0, 7977.0, 7978.0, 7948.0, 7928.0, 7958.0, 7964.0, 7937.0, 7971.0, 7954.0, 7965.0, 7950.0, 7946.0, 7942.0, 7938.0, 7940.0, 7951.0, 7919.0, 7914.0, 7912.0, 7907.0, 7907.0, 7910.0, 7908.0, 7907.0, 7891.0, 7911.0, 7879.0, 7911.0, 7913.0, 7914.0, 7912.0, 7918.0, 7934.0, 7934.0, 7933.0, 7936.0, 7937.0, 7933.0, 7937.0, 7936.0, 7937.0, 7939.0, 7944.0, 7942.0, 7963.0, 7963.0, 7967.0, 7940.0, 7973.0, 7974.0, 7972.0, 7967.0, 7971.0, 7957.0, 7989.0, 7975.0, 7975.0, 7958.0, 7973.0, 7977.0, 7991.0, 7977.0, 7973.0, 7974.0, 7974.0, 7988.0, 7974.0, 7990.0, 7971.0, 7973.0, 7969.0, 7975.0, 7972.0, 7994.0, 7994.0, 7993.0, 7964.0, 7993.0, 7963.0, 7993.0, 7963.0, 7980.0, 7959.0, 7973.0, 7974.0, 7986.0, 7978.0, 7992.0, 7990.0, 7973.0, 7973.0, 7968.0, 7970.0, 7969.0, 7970.0, 7964.0, 7950.0, 7946.0, 7948.0, 7963.0, 7967.0, 7989.0, 7995.0, 7971.0, 7989.0, 7956.0, 7991.0, 7964.0, 7995.0, 7999.0, 7998.0, 8002.0, 7983.0, 7995.0, 7977.0, 7976.0, 7973.0, 7975.0, 7970.0, 7968.0, 7964.0, 7948.0, 7950.0, 7963.0, 7952.0, 7948.0, 7949.0, 7947.0, 7948.0, 7948.0, 7952.0, 7964.0, 7943.0, 7958.0, 7944.0, 7961.0, 7946.0, 7963.0, 7943.0, 7942.0, 7940.0, 7939.0, 7940.0, 7939.0, 7956.0, 7939.0, 7940.0, 7934.0, 7936.0, 7934.0, 7939.0, 7937.0, 7937.0, 7919.0, 7936.0, 7922.0, 7956.0, 7941.0, 7945.0, 7939.0, 7941.0, 7960.0, 7958.0, 7964.0, 7964.0, 7952.0, 7950.0, 7969.0, 7970.0, 7970.0, 7954.0, 7970.0, 7954.0, 7953.0, 7952.0, 7970.0, 7955.0, 7969.0, 7970.0, 7954.0, 7970.0, 7968.0, 7973.0, 7985.0, 7972.0, 7973.0, 7973.0, 7953.0, 7969.0, 7956.0, 7969.0, 7949.0, 7951.0, 7951.0, 7952.0, 7952.0, 7952.0, 7948.0, 7948.0, 7946.0, 7944.0, 7946.0, 7948.0, 7964.0, 7961.0, 7947.0, 7944.0, 7947.0, 7946.0, 7946.0, 7942.0, 7944.0, 7939.0, 7944.0, 7944.0, 7945.0, 7940.0, 7943.0, 7926.0, 7943.0, 7927.0, 7943.0, 7928.0, 7941.0, 7939.0, 7941.0, 7940.0, 7944.0, 7944.0, 7942.0, 7943.0, 7942.0, 7926.0, 7947.0, 7945.0, 7961.0, 7946.0, 7948.0, 7950.0, 7967.0, 7954.0, 7972.0, 7956.0, 7971.0, 7957.0, 7969.0, 7958.0, 7970.0, 7972.0, 7971.0, 7972.0, 7969.0, 7987.0, 7967.0, 7994.0, 7986.0, 7990.0, 7972.0, 7969.0, 7972.0, 7981.0, 7967.0, 7951.0, 7968.0, 7950.0, 7962.0, 7951.0, 7966.0, 7948.0, 7945.0, 7960.0, 7942.0, 7962.0, 7944.0, 7945.0, 7933.0, 7962.0, 7952.0, 7968.0, 7952.0, 7951.0, 7964.0, 7947.0, 7965.0, 7946.0, 7966.0, 7945.0, 7949.0, 7946.0, 7950.0, 7949.0, 7965.0, 7944.0, 7944.0, 7941.0, 7943.0, 7929.0, 7948.0, 7935.0, 7965.0, 7949.0, 7966.0, 7951.0, 7949.0, 7950.0, 7963.0, 7951.0, 7964.0, 7949.0, 7948.0, 7966.0, 7950.0, 7969.0, 7952.0, 7969.0, 7964.0, 7967.0, 7964.0, 7967.0, 7950.0, 7952.0, 7932.0, 7947.0, 7929.0, 7949.0, 7932.0, 7946.0, 7934.0, 7967.0, 7938.0, 7969.0, 7958.0, 7971.0, 7970.0, 7938.0, 7971.0, 7941.0, 7975.0, 7944.0, 7973.0, 7977.0, 7986.0, 7972.0, 7956.0, 7971.0, 7950.0, 7950.0, 7966.0, 7947.0, 7950.0, 7978.0, 7951.0, 7929.0, 7932.0, 7932.0, 7943.0, 7949.0, 7949.0, 7967.0, 7949.0, 7950.0, 7962.0, 7952.0, 7965.0, 7970.0, 7952.0, 7951.0, 7952.0, 7966.0, 7970.0, 7941.0, 7988.0, 7979.0, 7929.0, 7925.0, 7944.0, 7932.0, 7947.0, 7948.0, 7950.0, 7967.0, 7954.0, 7973.0, 7953.0, 7968.0, 7950.0, 7947.0, 7930.0, 7932.0, 7949.0, 7931.0, 7940.0, 7928.0, 7924.0, 7927.0, 7927.0, 7943.0, 7925.0, 7943.0, 7928.0, 7951.0, 7952.0, 7954.0, 7952.0, 7953.0, 7923.0, 7953.0, 7935.0, 7951.0, 7933.0, 7953.0, 7917.0, 7944.0, 7928.0, 7910.0, 7927.0, 7923.0, 7927.0, 7936.0, 7922.0, 7919.0, 7922.0, 7922.0, 7924.0, 7905.0, 7922.0, 7923.0, 7941.0, 7949.0, 7944.0, 7945.0, 7940.0, 7942.0, 7929.0, 7926.0, 7925.0, 7939.0, 7923.0, 7923.0, 7943.0, 7927.0, 7940.0, 7923.0, 7942.0, 7926.0, 7941.0, 7925.0, 7942.0, 7912.0, 7943.0, 7915.0, 7942.0, 7913.0, 7944.0, 7913.0, 7946.0, 7932.0, 7946.0, 7934.0, 7966.0, 7941.0, 7968.0, 7957.0, 7970.0, 7972.0, 7971.0, 7976.0, 7987.0, 7978.0, 7927.0, 7972.0, 7943.0, 7972.0, 7975.0, 7979.0, 7967.0, 7981.0, 7996.0, 7962.0, 7975.0, 7955.0, 7951.0, 7937.0, 7969.0, 7937.0, 7978.0, 7933.0, 7946.0, 7938.0, 7952.0, 7951.0, 7948.0, 7951.0, 7923.0, 7968.0, 7956.0, 7971.0, 7974.0, 7985.0, 7959.0, 7969.0, 7970.0, 7954.0, 7954.0, 7935.0, 7947.0, 7930.0, 7927.0, 7928.0, 7956.0, 7938.0, 7936.0, 7922.0, 7922.0, 7921.0, 7919.0, 7920.0, 7917.0, 7921.0, 7923.0, 7922.0, 7922.0, 7924.0, 7938.0, 7943.0, 7944.0, 7950.0, 7946.0, 7949.0, 7947.0, 7950.0, 7949.0, 7953.0, 7936.0, 7950.0, 7923.0, 7951.0, 7939.0, 7970.0, 7972.0, 7988.0, 7959.0, 7956.0, 7969.0, 7940.0, 7955.0, 7971.0, 7956.0, 7973.0, 7955.0, 7969.0, 7952.0, 7947.0, 7946.0, 7962.0, 7942.0, 7938.0, 7922.0, 7921.0, 7926.0, 7939.0, 7941.0, 7940.0, 7943.0, 7932.0, 7947.0, 7958.0, 7928.0, 7959.0, 7948.0, 7906.0, 7970.0, 7930.0, 7979.0, 7951.0, 7997.0, 7951.0, 7996.0, 7979.0, 7980.0, 7989.0, 7973.0, 7985.0, 7973.0, 8002.0, 7957.0, 7980.0, 7950.0, 7964.0, 7948.0, 7946.0, 7947.0, 7944.0, 7950.0, 7965.0, 7952.0, 7948.0, 7950.0, 7948.0, 7952.0, 7948.0, 7953.0, 7949.0, 7951.0, 7947.0, 7954.0, 7964.0, 7955.0, 7948.0, 7951.0, 7948.0, 7952.0, 7950.0, 7949.0, 7944.0, 7950.0, 7944.0, 7948.0, 7947.0, 7965.0, 7949.0, 7951.0, 7946.0, 7952.0, 7951.0, 7953.0, 7950.0, 7954.0, 7948.0, 7952.0, 7966.0, 7953.0, 7965.0, 7952.0, 7964.0, 7952.0, 7966.0, 7970.0, 7968.0, 7954.0, 7938.0, 7954.0, 7939.0, 7951.0, 7936.0, 7953.0, 7954.0, 7952.0, 7951.0, 7936.0, 7953.0, 7947.0, 7949.0, 7962.0, 7930.0, 7953.0, 7927.0, 7942.0, 7945.0, 7926.0, 7942.0, 7924.0, 7937.0, 7943.0, 7935.0, 7953.0, 7951.0, 7946.0, 7946.0, 7952.0, 7922.0, 7920.0, 7921.0, 7904.0, 7920.0, 7902.0, 7916.0, 7903.0, 7918.0, 7921.0, 7918.0, 7920.0, 7918.0, 7924.0, 7911.0, 7926.0, 7925.0, 7941.0, 7925.0, 7944.0, 7943.0, 7948.0, 7942.0, 7945.0, 7942.0, 7947.0, 7943.0, 7951.0, 7947.0, 7949.0, 7948.0, 7949.0, 7947.0, 7952.0, 7948.0, 7968.0, 7939.0, 7971.0, 7948.0, 7982.0, 7988.0, 8013.0, 7985.0, 7998.0, 7981.0, 7963.0, 7989.0, 7920.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.00023039125431530494</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03024410943613349</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.373529535218914</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1887324536059916</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.989042943352534</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4446</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5508.8994</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07951888858758692</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>13</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.4959723820483315</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5184694886785244</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.458475486839922</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7480994799347482</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3488334992609023</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0130751</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015394109301269054</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.0289717148989439</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</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.7249633336971626</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.6999998092651367</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>34.027</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.6701</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>128.2363</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>310392.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>565.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>250.0362</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2068</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>389.4415</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2762.1938</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>2976.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>66152.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>777.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3609.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>798.928</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>37.458781281486154</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> |