=== 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-0056 --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-0056",
"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-0056_ses-01_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-0056_ses-01_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-01_subject-0056_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-0056/figures/sub-0056_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-01_subject-0056_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-0056/figures/sub-0056_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-01_subject-0056_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-0056/figures/sub-0056_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-01_subject-0056_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-0056/figures/sub-0056_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-01_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-01_subject-0056_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-0056/figures/sub-0056_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-01_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-01_subject-0056_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-0056/figures/sub-0056_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0056_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-0056/figures/sub-0056_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0056/figures/sub-0056_ses-01_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-0056/figures/sub-0056_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-01_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-0056/ses-01/func/sub-0056_ses-01_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>f91e7f1ffe392d0697de38dcd6c163a7</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>20:26:57.612500</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.999962, 0.0068788, 0.00527075, -0.00680668, 0.999885, -0.013582]</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.0909174</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>[4153, -7753, -7225, 795, -14, -222, 36, 67]</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.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>229.553</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>b84884ae-c38d-46ea-b8c9-bd1b43a22087||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.682826042175293, -0.018261820077896118, 0.014481631107628345, 113.79428100585938], [-0.018455326557159424, 2.6826171875, -0.0365731418132782, -98.05107879638672], [0.014141030609607697, 0.036439500749111176, 2.6997134685516357, -65.28993225097656], [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': ['202657.612500', '202658.072500', '202658.532500', '202658.992500', '202659.452500', '202659.912500', '202700.372500', '202700.832500', '202701.292500', '202701.752500', '202702.212500', '202702.672500', '202703.132500', '202703.592500', '202704.052500', '202704.512500', '202704.972500', '202705.432500', '202705.892500', '202706.352500', '202706.812500', '202707.272500', '202707.732500', '202708.192500', '202708.652500', '202709.112500', '202709.572500', '202710.032500', '202710.492500', '202710.952500', '202711.412500', '202711.872500', '202712.332500', '202712.792500', '202713.252500', '202713.712500', '202714.172500', '202714.632500', '202715.092500', '202715.552500', '202716.012500', '202716.472500', '202716.932500', '202717.392500', '202717.852500', '202718.312500', '202718.772500', '202719.232500', '202719.692500', '202720.152500', '202720.612500', '202721.072500', '202721.532500', '202721.992500', '202722.452500', '202722.912500', '202723.372500', '202723.832500', '202724.292500', '202724.752500', '202725.212500', '202725.672500', '202726.132500', '202726.592500', '202727.052500', '202727.512500', '202727.972500', '202728.432500', '202728.892500', '202729.352500', '202729.812500', '202730.272500', '202730.732500', '202731.192500', '202731.652500', '202732.112500', '202732.572500', '202733.032500', '202733.492500', '202733.952500', '202734.412500', '202734.872500', '202735.332500', '202735.792500', '202736.252500', '202736.712500', '202737.172500', '202737.632500', '202738.092500', '202738.552500', '202739.012500', '202739.472500', '202739.932500', '202740.392500', '202740.852500', '202741.312500', '202741.772500', '202742.232500', '202742.692500', '202743.152500', '202743.612500', '202744.072500', '202744.532500', '202744.992500', '202745.452500', '202745.912500', '202746.372500', '202746.832500', '202747.292500', '202747.752500', '202748.212500', '202748.672500', '202749.132500', '202749.592500', '202750.052500', '202750.512500', '202750.972500', '202751.432500', '202751.892500', '202752.352500', '202752.812500', '202753.272500', '202753.732500', '202754.192500', '202754.652500', '202755.112500', '202755.572500', '202756.032500', '202756.492500', '202756.952500', '202757.412500', '202757.872500', '202758.332500', '202758.792500', '202759.252500', '202759.712500', '202800.172500', '202800.632500', '202801.092500', '202801.552500', '202802.012500', '202802.472500', '202802.932500', '202803.392500', '202803.852500', '202804.312500', '202804.772500', '202805.232500', '202805.692500', '202806.152500', '202806.612500', '202807.072500', '202807.532500', '202807.992500', '202808.452500', '202808.912500', '202809.372500', '202809.832500', '202810.292500', '202810.752500', '202811.212500', '202811.672500', '202812.132500', '202812.592500', '202813.052500', '202813.512500', '202813.972500', '202814.432500', '202814.892500', '202815.352500', '202815.812500', '202816.272500', '202816.732500', '202817.192500', '202817.652500', '202818.112500', '202818.572500', '202819.032500', '202819.492500', '202819.952500', '202820.412500', '202820.872500', '202821.332500', '202821.792500', '202822.252500', '202822.712500', '202823.172500', '202823.632500', '202824.092500', '202824.552500', '202825.012500', '202825.472500', '202825.932500', '202826.392500', '202826.852500', '202827.312500', '202827.772500', '202828.232500', '202828.692500', '202829.152500', '202829.612500', '202830.072500', '202830.532500', '202830.992500', '202831.452500', '202831.912500', '202832.372500', '202832.832500', '202833.292500', '202833.752500', '202834.212500', '202834.672500', '202835.132500', '202835.592500', '202836.052500', '202836.512500', '202836.972500', '202837.432500', '202837.892500', '202838.352500', '202838.812500', '202839.272500', '202839.732500', '202840.192500', '202840.652500', '202841.112500', '202841.572500', '202842.032500', '202842.492500', '202842.952500', '202843.412500', '202843.872500', '202844.332500', '202844.792500', '202845.252500', '202845.712500', '202846.172500', '202846.632500', '202847.092500', '202847.552500', '202848.012500', '202848.472500', '202848.932500', '202849.392500', '202849.852500', '202850.312500', '202850.772500', '202851.232500', '202851.692500', '202852.152500', '202852.612500', '202853.072500', '202853.532500', '202853.992500', '202854.452500', '202854.912500', '202855.372500', '202855.832500', '202856.292500', '202856.752500', '202857.212500', '202857.672500', '202858.132500', '202858.592500', '202859.052500', '202859.512500', '202859.972500', '202900.432500', '202900.892500', '202901.352500', '202901.812500', '202902.272500', '202902.732500', '202903.192500', '202903.652500', '202904.112500', '202904.572500', '202905.032500', '202905.492500', '202905.952500', '202906.412500', '202906.872500', '202907.332500', '202907.792500', '202908.252500', '202908.712500', '202909.172500', '202909.632500', '202910.092500', '202910.552500', '202911.012500', '202911.472500', '202911.932500', '202912.392500', '202912.852500', '202913.312500', '202913.772500', '202914.232500', '202914.692500', '202915.152500', '202915.612500', '202916.072500', '202916.532500', '202916.992500', '202917.452500', '202917.912500', '202918.372500', '202918.832500', '202919.292500', '202919.752500', '202920.212500', '202920.672500', '202921.132500', '202921.592500', '202922.052500', '202922.512500', '202922.972500', '202923.432500', '202923.892500', '202924.352500', '202924.812500', '202925.272500', '202925.732500', '202926.192500', '202926.652500', '202927.112500', '202927.572500', '202928.032500', '202928.492500', '202928.952500', '202929.412500', '202929.872500', '202930.332500', '202930.792500', '202931.252500', '202931.712500', '202932.172500', '202932.632500', '202933.092500', '202933.552500', '202934.012500', '202934.472500', '202934.932500', '202935.392500', '202935.852500', '202936.312500', '202936.772500', '202937.232500', '202937.692500', '202938.152500', '202938.612500', '202939.072500', '202939.532500', '202939.992500', '202940.452500', '202940.912500', '202941.372500', '202941.832500', '202942.292500', '202942.752500', '202943.212500', '202943.672500', '202944.132500', '202944.592500', '202945.052500', '202945.512500', '202945.972500', '202946.432500', '202946.892500', '202947.352500', '202947.812500', '202948.272500', '202948.732500', '202949.192500', '202949.652500', '202950.112500', '202950.572500', '202951.032500', '202951.492500', '202951.952500', '202952.412500', '202952.872500', '202953.332500', '202953.792500', '202954.252500', '202954.712500', '202955.172500', '202955.632500', '202956.092500', '202956.552500', '202957.012500', '202957.472500', '202957.932500', '202958.392500', '202958.852500', '202959.312500', '202959.772500', '203000.232500', '203000.692500', '203001.152500', '203001.612500', '203002.072500', '203002.532500', '203002.992500', '203003.452500', '203003.912500', '203004.372500', '203004.832500', '203005.292500', '203005.752500', '203006.212500', '203006.672500', '203007.132500', '203007.592500', '203008.052500', '203008.512500', '203008.972500', '203009.432500', '203009.892500', '203010.352500', '203010.812500', '203011.272500', '203011.732500', '203012.192500', '203012.652500', '203013.112500', '203013.572500', '203014.032500', '203014.492500', '203014.952500', '203015.412500', '203015.872500', '203016.332500', '203016.792500', '203017.252500', '203017.712500', '203018.172500', '203018.632500', '203019.092500', '203019.552500', '203020.012500', '203020.472500', '203020.932500', '203021.392500', '203021.852500', '203022.312500', '203022.772500', '203023.232500', '203023.692500', '203024.152500', '203024.612500', '203025.072500', '203025.532500', '203025.992500', '203026.452500', '203026.912500', '203027.372500', '203027.832500', '203028.292500', '203028.752500', '203029.212500', '203029.672500', '203030.132500', '203030.592500', '203031.052500', '203031.512500', '203031.972500', '203032.432500', '203032.892500', '203033.352500', '203033.812500', '203034.272500', '203034.732500', '203035.192500', '203035.652500', '203036.112500', '203036.572500', '203037.032500', '203037.492500', '203037.952500', '203038.412500', '203038.872500', '203039.332500', '203039.792500', '203040.252500', '203040.712500', '203041.172500', '203041.632500', '203042.092500', '203042.552500', '203043.012500', '203043.472500', '203043.932500', '203044.392500', '203044.852500', '203045.312500', '203045.772500', '203046.232500', '203046.692500', '203047.152500', '203047.612500', '203048.072500', '203048.532500', '203048.992500', '203049.452500', '203049.912500', '203050.372500', '203050.832500', '203051.292500', '203051.752500', '203052.212500', '203052.672500', '203053.132500', '203053.592500', '203054.052500', '203054.512500', '203054.972500', '203055.432500', '203055.892500', '203056.352500', '203056.812500', '203057.272500', '203057.732500', '203058.192500', '203058.652500', '203059.112500', '203059.572500', '203100.032500', '203100.492500', '203100.952500', '203101.412500', '203101.872500', '203102.332500', '203102.792500', '203103.252500', '203103.712500', '203104.172500', '203104.632500', '203105.092500', '203105.552500', '203106.012500', '203106.472500', '203106.932500', '203107.392500', '203107.852500', '203108.312500', '203108.772500', '203109.232500', '203109.692500', '203110.152500', '203110.612500', '203111.072500', '203111.532500', '203111.992500', '203112.452500', '203112.912500', '203113.372500', '203113.832500', '203114.292500', '203114.752500', '203115.212500', '203115.672500', '203116.132500', '203116.592500', '203117.052500', '203117.512500', '203117.972500', '203118.432500', '203118.892500', '203119.352500', '203119.812500', '203120.272500', '203120.732500', '203121.192500', '203121.652500', '203122.112500', '203122.572500', '203123.032500', '203123.492500', '203123.952500', '203124.412500', '203124.872500', '203125.332500', '203125.792500', '203126.252500', '203126.712500', '203127.172500', '203127.632500', '203128.092500', '203128.552500', '203129.012500', '203129.472500', '203129.932500', '203130.392500', '203130.852500', '203131.312500', '203131.772500', '203132.232500', '203132.692500', '203133.152500', '203133.612500', '203134.072500', '203134.532500', '203134.992500', '203135.452500', '203135.912500', '203136.372500', '203136.832500', '203137.292500', '203137.752500', '203138.212500', '203138.672500', '203139.132500', '203139.592500', '203140.052500', '203140.512500', '203140.972500', '203141.432500', '203141.892500', '203142.352500', '203142.812500', '203143.272500', '203143.732500', '203144.192500', '203144.652500', '203145.112500', '203145.572500', '203146.032500', '203146.492500', '203146.952500', '203147.412500', '203147.872500', '203148.332500', '203148.792500', '203149.252500', '203149.712500', '203150.172500', '203150.632500', '203151.092500', '203151.552500', '203152.012500', '203152.472500', '203152.932500', '203153.392500', '203153.852500', '203154.312500', '203154.772500', '203155.232500', '203155.692500', '203156.152500', '203156.612500', '203157.072500', '203157.532500', '203157.992500', '203158.452500', '203158.912500', '203159.372500', '203159.832500', '203200.292500', '203200.752500', '203201.212500', '203201.672500', '203202.132500', '203202.592500', '203203.052500', '203203.512500', '203203.972500', '203204.432500', '203204.892500', '203205.352500', '203205.812500', '203206.272500', '203206.732500', '203207.192500', '203207.652500', '203208.112500', '203208.572500', '203209.032500', '203209.492500', '203209.952500', '203210.412500', '203210.872500', '203211.332500', '203211.792500', '203212.252500', '203212.712500', '203213.172500', '203213.632500', '203214.092500', '203214.552500', '203215.012500', '203215.472500', '203215.932500', '203216.392500', '203216.852500', '203217.312500', '203217.772500', '203218.232500', '203218.692500', '203219.152500', '203219.612500', '203220.072500', '203220.532500', '203220.992500', '203221.452500', '203221.912500', '203222.372500', '203222.832500', '203223.292500', '203223.752500', '203224.212500', '203224.672500', '203225.132500', '203225.592500', '203226.052500', '203226.512500', '203226.972500', '203227.432500', '203227.892500', '203228.352500', '203228.812500', '203229.272500', '203229.732500', '203230.192500', '203230.652500', '203231.112500', '203231.572500', '203232.032500', '203232.492500', '203232.952500', '203233.412500', '203233.872500', '203234.332500', '203234.792500', '203235.252500', '203235.712500', '203236.172500', '203236.632500', '203237.092500', '203237.552500', '203238.012500', '203238.472500', '203238.932500', '203239.392500', '203239.852500', '203240.312500', '203240.772500', '203241.232500', '203241.692500', '203242.152500', '203242.612500', '203243.072500', '203243.532500', '203243.992500', '203244.452500', '203244.912500', '203245.372500', '203245.832500', '203246.292500', '203246.752500', '203247.212500', '203247.672500', '203248.132500', '203248.592500', '203249.052500', '203249.512500', '203249.972500', '203250.432500', '203250.892500', '203251.352500', '203251.812500', '203252.272500', '203252.732500', '203253.192500', '203253.652500', '203254.112500', '203254.572500', '203255.032500', '203255.492500', '203255.952500', '203256.412500', '203256.872500', '203257.332500', '203257.792500', '203258.252500', '203258.712500', '203259.172500', '203259.632500', '203300.092500', '203300.552500', '203301.012500', '203301.472500', '203301.932500', '203302.392500', '203302.852500', '203303.312500', '203303.772500', '203304.232500', '203304.692500', '203305.152500', '203305.612500', '203306.072500', '203306.532500', '203306.992500', '203307.452500', '203307.912500', '203308.372500', '203308.832500', '203309.292500', '203309.752500', '203310.212500', '203310.672500', '203311.132500', '203311.592500', '203312.052500', '203312.512500', '203312.972500', '203313.432500', '203313.892500', '203314.352500', '203314.812500', '203315.272500', '203315.732500', '203316.192500', '203316.652500', '203317.112500', '203317.572500', '203318.032500', '203318.492500', '203318.952500', '203319.412500', '203319.872500', '203320.332500', '203320.792500', '203321.252500', '203321.712500', '203322.172500', '203322.632500', '203323.092500', '203323.552500', '203324.012500', '203324.472500', '203324.932500', '203325.392500', '203325.852500', '203326.312500', '203326.772500', '203327.232500', '203327.692500', '203328.152500', '203328.612500', '203329.072500', '203329.532500', '203329.992500', '203330.452500', '203330.912500', '203331.372500', '203331.832500', '203332.292500', '203332.752500', '203333.212500', '203333.672500', '203334.132500', '203334.592500', '203335.052500', '203335.512500', '203335.972500', '203336.432500', '203336.892500', '203337.352500', '203337.812500', '203338.272500'], 'ContentTime': ['202713.615000', '202713.618000', '202713.621000', '202713.624000', '202713.626000', '202713.629000', '202713.632000', '202713.634000', '202713.637000', '202713.639000', '202713.642000', '202713.644000', '202713.647000', '202713.654000', '202713.657000', '202713.659000', '202713.662000', '202713.664000', '202713.667000', '202713.669000', '202713.672000', '202713.674000', '202713.677000', '202713.680000', '202713.682000', '202713.685000', '202713.690000', '202713.693000', '202713.695000', '202713.698000', '202713.700000', '202713.703000', '202713.705000', '202733.588000', '202733.591000', '202733.594000', '202733.596000', '202733.599000', '202733.602000', '202733.605000', '202733.608000', '202733.611000', '202733.614000', '202733.616000', '202733.619000', '202733.621000', '202733.624000', '202733.626000', '202733.629000', '202733.631000', '202733.634000', '202733.636000', '202733.639000', '202733.644000', '202733.647000', '202733.649000', '202733.652000', '202733.655000', '202733.657000', '202733.660000', '202733.662000', '202733.665000', '202733.667000', '202733.670000', '202733.672000', '202733.675000', '202733.677000', '202733.680000', '202733.682000', '202733.685000', '202733.688000', '202733.690000', '202733.693000', '202733.695000', '202733.698000', '202733.701000', '202753.588000', '202753.591000', '202753.594000', '202753.601000', '202753.604000', '202753.607000', '202753.609000', '202753.612000', '202753.614000', '202753.617000', '202753.620000', '202753.622000', '202753.625000', '202753.627000', '202753.630000', '202753.632000', '202753.635000', '202753.637000', '202753.640000', '202753.642000', '202753.645000', '202753.647000', '202753.650000', '202753.653000', '202753.655000', '202753.658000', '202753.660000', '202753.663000', '202753.665000', '202753.668000', '202753.670000', '202753.673000', '202753.676000', '202753.678000', '202753.681000', '202753.683000', '202753.686000', '202753.688000', '202753.691000', '202753.694000', '202753.696000', '202753.699000', '202753.701000', '202753.704000', '202813.589000', '202813.591000', '202813.594000', '202813.597000', '202813.599000', '202813.602000', '202813.619000', '202813.622000', '202813.624000', '202813.627000', '202813.629000', '202813.632000', '202813.635000', '202813.637000', '202813.640000', '202813.642000', '202813.645000', '202813.648000', '202813.651000', '202813.654000', '202813.657000', '202813.659000', '202813.662000', '202813.664000', '202813.667000', '202813.670000', '202813.672000', '202813.675000', '202813.677000', '202813.680000', '202813.682000', '202813.685000', '202813.688000', '202813.690000', '202813.693000', '202813.696000', '202813.699000', '202813.701000', '202813.704000', '202813.707000', '202813.709000', '202813.712000', '202813.714000', '202833.589000', '202833.592000', '202833.595000', '202833.597000', '202833.600000', '202833.602000', '202833.605000', '202833.608000', '202833.610000', '202833.613000', '202833.615000', '202833.618000', '202833.620000', '202833.623000', '202833.626000', '202833.628000', '202833.631000', '202833.633000', '202833.636000', '202833.638000', '202833.641000', '202833.644000', '202833.646000', '202833.649000', '202833.651000', '202833.654000', '202833.656000', '202833.659000', '202833.662000', '202833.664000', '202833.667000', '202833.669000', '202833.672000', '202833.675000', '202833.677000', '202833.680000', '202833.682000', '202833.685000', '202833.688000', '202833.690000', '202833.693000', '202833.695000', '202833.698000', '202833.700000', '202853.589000', '202853.591000', '202853.594000', '202853.597000', '202853.599000', '202853.602000', '202853.604000', '202853.607000', '202853.610000', '202853.612000', '202853.615000', '202853.617000', '202853.620000', '202853.622000', '202853.625000', '202853.628000', '202853.630000', '202853.633000', '202853.635000', '202853.638000', '202853.640000', '202853.643000', '202853.646000', '202853.648000', '202853.651000', '202853.654000', '202853.656000', '202853.659000', '202853.662000', '202853.664000', '202853.667000', '202853.669000', '202853.672000', '202853.675000', '202853.677000', '202853.680000', '202853.682000', '202853.685000', '202853.687000', '202853.690000', '202853.692000', '202853.695000', '202853.698000', '202913.588000', '202913.591000', '202913.594000', '202913.596000', '202913.599000', '202913.602000', '202913.604000', '202913.607000', '202913.610000', '202913.612000', '202913.615000', '202913.617000', '202913.620000', '202913.622000', '202913.625000', '202913.628000', '202913.630000', '202913.633000', '202913.635000', '202913.638000', '202913.640000', '202913.643000', '202913.645000', '202913.648000', '202913.651000', '202913.653000', '202913.656000', '202913.658000', '202913.661000', '202913.663000', '202913.666000', '202913.668000', '202913.671000', '202913.674000', '202913.676000', '202913.679000', '202913.681000', '202913.684000', '202913.686000', '202913.689000', '202913.692000', '202913.694000', '202913.697000', '202913.699000', '202933.588000', '202933.591000', '202933.594000', '202933.596000', '202933.599000', '202933.602000', '202933.604000', '202933.607000', '202933.609000', '202933.612000', '202933.614000', '202933.617000', '202933.619000', '202933.622000', '202933.625000', '202933.627000', '202933.630000', '202933.632000', '202933.635000', '202933.638000', '202933.640000', '202933.643000', '202933.645000', '202933.648000', '202933.650000', '202933.653000', '202933.656000', '202933.658000', '202933.661000', '202933.663000', '202933.666000', '202933.668000', '202933.671000', '202933.674000', '202933.676000', '202933.679000', '202933.681000', '202933.684000', '202933.687000', '202933.689000', '202933.692000', '202933.695000', '202933.697000', '202953.588000', '202953.591000', '202953.611000', '202953.614000', '202953.616000', '202953.619000', '202953.621000', '202953.624000', '202953.626000', '202953.629000', '202953.632000', '202953.634000', '202953.637000', '202953.639000', '202953.642000', '202953.645000', '202953.647000', '202953.650000', '202953.652000', '202953.655000', '202953.657000', '202953.660000', '202953.663000', '202953.665000', '202953.668000', '202953.670000', '202953.673000', '202953.675000', '202953.678000', '202953.681000', '202953.683000', '202953.686000', '202953.689000', '202953.691000', '202953.694000', '202953.696000', '202953.699000', '202953.702000', '202953.704000', '202953.707000', '202953.709000', '202953.712000', '202953.714000', '202953.717000', '203013.589000', '203013.591000', '203013.594000', '203013.597000', '203013.599000', '203013.602000', '203013.604000', '203013.607000', '203013.609000', '203013.612000', '203013.615000', '203013.617000', '203013.620000', '203013.622000', '203013.625000', '203013.628000', '203013.630000', '203013.633000', '203013.635000', '203013.638000', '203013.640000', '203013.643000', '203013.645000', '203013.648000', '203013.651000', '203013.653000', '203013.656000', '203013.658000', '203013.661000', '203013.664000', '203013.666000', '203013.669000', '203013.671000', '203013.674000', '203013.676000', '203013.679000', '203013.681000', '203013.684000', '203013.687000', '203013.689000', '203013.692000', '203013.694000', '203013.697000', '203033.589000', '203033.592000', '203033.594000', '203033.597000', '203033.599000', '203033.602000', '203033.605000', '203033.607000', '203033.610000', '203033.613000', '203033.615000', '203033.618000', '203033.620000', '203033.623000', '203033.625000', '203033.628000', '203033.631000', '203033.633000', '203033.636000', '203033.638000', '203033.641000', '203033.644000', '203033.646000', '203033.649000', '203033.651000', '203033.654000', '203033.657000', '203033.659000', '203033.662000', '203033.664000', '203033.667000', '203033.669000', '203033.672000', '203033.675000', '203033.677000', '203033.680000', '203033.682000', '203033.685000', '203033.687000', '203033.690000', '203033.693000', '203033.695000', '203033.698000', '203033.700000', '203053.589000', '203053.591000', '203053.594000', '203053.597000', '203053.599000', '203053.602000', '203053.604000', '203053.607000', '203053.610000', '203053.612000', '203053.615000', '203053.617000', '203053.620000', '203053.623000', '203053.625000', '203053.628000', '203053.630000', '203053.633000', '203053.636000', '203053.638000', '203053.641000', '203053.643000', '203053.646000', '203053.648000', '203053.651000', '203053.654000', '203053.656000', '203053.659000', '203053.661000', '203053.664000', '203053.667000', '203053.669000', '203053.672000', '203053.674000', '203053.677000', '203053.679000', '203053.682000', '203053.685000', '203053.687000', '203053.690000', '203053.692000', '203053.695000', '203053.698000', '203113.589000', '203113.592000', '203113.594000', '203113.597000', '203113.599000', '203113.602000', '203113.605000', '203113.607000', '203113.610000', '203113.612000', '203113.615000', '203113.617000', '203113.620000', '203113.623000', '203113.625000', '203113.628000', '203113.631000', '203113.633000', '203113.636000', '203113.638000', '203113.641000', '203113.644000', '203113.647000', '203113.651000', '203113.653000', '203113.656000', '203113.659000', '203113.672000', '203113.675000', '203113.677000', '203113.680000', '203113.682000', '203113.685000', '203113.687000', '203113.690000', '203113.693000', '203113.695000', '203113.698000', '203113.700000', '203113.703000', '203113.705000', '203113.708000', '203113.711000', '203133.589000', '203133.591000', '203133.594000', '203133.597000', '203133.599000', '203133.602000', '203133.605000', '203133.607000', '203133.610000', '203133.612000', '203133.615000', '203133.617000', '203133.620000', '203133.622000', '203133.625000', '203133.628000', '203133.630000', '203133.633000', '203133.635000', '203133.638000', '203133.641000', '203133.643000', '203133.646000', '203133.648000', '203133.651000', '203133.653000', '203133.656000', '203133.659000', '203133.661000', '203133.664000', '203133.666000', '203133.669000', '203133.671000', '203133.674000', '203133.677000', '203133.679000', '203133.682000', '203133.684000', '203133.687000', '203133.690000', '203133.692000', '203133.695000', '203133.697000', '203133.700000', '203153.589000', '203153.591000', '203153.594000', '203153.597000', '203153.599000', '203153.602000', '203153.604000', '203153.607000', '203153.610000', '203153.612000', '203153.615000', '203153.617000', '203153.620000', '203153.623000', '203153.626000', '203153.628000', '203153.631000', '203153.634000', '203153.636000', '203153.639000', '203153.641000', '203153.644000', '203153.647000', '203153.649000', '203153.652000', '203153.654000', '203153.657000', '203153.659000', '203153.662000', '203153.665000', '203153.667000', '203153.670000', '203153.672000', '203153.675000', '203153.677000', '203153.680000', '203153.683000', '203153.685000', '203153.688000', '203153.690000', '203153.693000', '203153.695000', '203153.698000', '203153.701000', '203213.589000', '203213.592000', '203213.594000', '203213.597000', '203213.599000', '203213.602000', '203213.604000', '203213.607000', '203213.610000', '203213.612000', '203213.615000', '203213.617000', '203213.620000', '203213.623000', '203213.625000', '203213.628000', '203213.631000', '203213.633000', '203213.636000', '203213.638000', '203213.641000', '203213.644000', '203213.646000', '203213.649000', '203213.651000', '203213.654000', '203213.656000', '203213.659000', '203213.662000', '203213.664000', '203213.667000', '203213.669000', '203213.672000', '203213.674000', '203213.677000', '203213.680000', '203213.682000', '203213.685000', '203213.687000', '203213.690000', '203213.693000', '203213.695000', '203213.698000', '203233.589000', '203233.591000', '203233.594000', '203233.597000', '203233.599000', '203233.602000', '203233.605000', '203233.607000', '203233.610000', '203233.613000', '203233.615000', '203233.618000', '203233.620000', '203233.623000', '203233.625000', '203233.628000', '203233.631000', '203233.633000', '203233.636000', '203233.638000', '203233.641000', '203233.644000', '203233.646000', '203233.649000', '203233.651000', '203233.654000', '203233.657000', '203233.659000', '203233.662000', '203233.664000', '203233.667000', '203233.669000', '203233.672000', '203233.675000', '203233.677000', '203233.680000', '203233.682000', '203233.685000', '203233.688000', '203233.690000', '203233.693000', '203233.695000', '203233.698000', '203253.589000', '203253.591000', '203253.594000', '203253.597000', '203253.599000', '203253.602000', '203253.604000', '203253.607000', '203253.610000', '203253.612000', '203253.615000', '203253.617000', '203253.620000', '203253.622000', '203253.625000', '203253.628000', '203253.630000', '203253.633000', '203253.636000', '203253.638000', '203253.641000', '203253.643000', '203253.646000', '203253.648000', '203253.651000', '203253.654000', '203253.656000', '203253.659000', '203253.662000', '203253.664000', '203253.667000', '203253.671000', '203253.673000', '203253.676000', '203253.679000', '203253.681000', '203253.684000', '203253.686000', '203253.689000', '203253.692000', '203253.694000', '203253.697000', '203253.700000', '203253.702000', '203313.589000', '203313.592000', '203313.594000', '203313.597000', '203313.600000', '203313.602000', '203313.605000', '203313.607000', '203313.610000', '203313.613000', '203313.616000', '203313.619000', '203313.621000', '203313.624000', '203313.627000', '203313.629000', '203313.632000', '203313.635000', '203313.637000', '203313.640000', '203313.642000', '203313.645000', '203313.648000', '203313.650000', '203313.653000', '203313.655000', '203313.658000', '203313.660000', '203313.663000', '203313.666000', '203313.668000', '203313.671000', '203313.674000', '203313.676000', '203313.679000', '203313.681000', '203313.684000', '203313.687000', '203313.689000', '203313.692000', '203313.694000', '203313.697000', '203313.700000', '203313.702000', '203333.588000', '203333.591000', '203333.594000', '203333.597000', '203333.599000', '203333.602000', '203333.605000', '203333.607000', '203333.610000', '203333.612000', '203333.615000', '203333.617000', '203333.620000', '203333.623000', '203333.625000', '203333.628000', '203333.631000', '203333.633000', '203333.636000', '203333.638000', '203333.641000', '203333.644000', '203333.646000', '203333.649000', '203333.651000', '203333.654000', '203333.656000', '203333.659000', '203333.662000', '203333.664000', '203333.667000', '203333.669000', '203333.672000', '203333.675000', '203333.677000', '203333.680000', '203333.683000', '203333.685000', '203333.688000', '203333.690000', '203333.693000', '203333.696000', '203333.698000', '203339.351000', '203339.354000', '203339.356000', '203339.359000', '203339.362000', '203339.364000', '203339.367000', '203339.370000', '203339.372000', '203339.375000', '203339.378000', '203339.380000', '203339.383000'], 'InstanceCreationTime': ['202713.615000', '202713.618000', '202713.621000', '202713.624000', '202713.626000', '202713.629000', '202713.632000', '202713.634000', '202713.637000', '202713.639000', '202713.642000', '202713.644000', '202713.647000', '202713.654000', '202713.657000', '202713.659000', '202713.662000', '202713.664000', '202713.667000', '202713.669000', '202713.672000', '202713.674000', '202713.677000', '202713.680000', '202713.682000', '202713.685000', '202713.690000', '202713.693000', '202713.695000', '202713.698000', '202713.700000', '202713.703000', '202713.705000', '202733.588000', '202733.591000', '202733.594000', '202733.596000', '202733.599000', '202733.602000', '202733.605000', '202733.608000', '202733.611000', '202733.614000', '202733.616000', '202733.619000', '202733.621000', '202733.624000', '202733.626000', '202733.629000', '202733.631000', '202733.634000', '202733.636000', '202733.639000', '202733.644000', '202733.647000', '202733.649000', '202733.652000', '202733.655000', '202733.657000', '202733.660000', '202733.662000', '202733.665000', '202733.667000', '202733.670000', '202733.672000', '202733.675000', '202733.677000', '202733.680000', '202733.682000', '202733.685000', '202733.688000', '202733.690000', '202733.693000', '202733.695000', '202733.698000', '202733.701000', '202753.588000', '202753.591000', '202753.594000', '202753.601000', '202753.604000', '202753.607000', '202753.609000', '202753.612000', '202753.614000', '202753.617000', '202753.620000', '202753.622000', '202753.625000', '202753.627000', '202753.630000', '202753.632000', '202753.635000', '202753.637000', '202753.640000', '202753.642000', '202753.645000', '202753.647000', '202753.650000', '202753.653000', '202753.655000', '202753.658000', '202753.660000', '202753.663000', '202753.665000', '202753.668000', '202753.670000', '202753.673000', '202753.676000', '202753.678000', '202753.681000', '202753.683000', '202753.686000', '202753.688000', '202753.691000', '202753.694000', '202753.696000', '202753.699000', '202753.701000', '202753.704000', '202813.589000', '202813.591000', '202813.594000', '202813.597000', '202813.599000', '202813.602000', '202813.619000', '202813.622000', '202813.624000', '202813.627000', '202813.629000', '202813.632000', '202813.635000', '202813.637000', '202813.640000', '202813.642000', '202813.645000', '202813.648000', '202813.651000', '202813.654000', '202813.657000', '202813.659000', '202813.662000', '202813.664000', '202813.667000', '202813.670000', '202813.672000', '202813.675000', '202813.677000', '202813.680000', '202813.682000', '202813.685000', '202813.688000', '202813.690000', '202813.693000', '202813.696000', '202813.699000', '202813.701000', '202813.704000', '202813.707000', '202813.709000', '202813.712000', '202813.714000', '202833.589000', '202833.592000', '202833.595000', '202833.597000', '202833.600000', '202833.602000', '202833.605000', '202833.608000', '202833.610000', '202833.613000', '202833.615000', '202833.618000', '202833.620000', '202833.623000', '202833.626000', '202833.628000', '202833.631000', '202833.633000', '202833.636000', '202833.638000', '202833.641000', '202833.644000', '202833.646000', '202833.649000', '202833.651000', '202833.654000', '202833.656000', '202833.659000', '202833.662000', '202833.664000', '202833.667000', '202833.669000', '202833.672000', '202833.675000', '202833.677000', '202833.680000', '202833.682000', '202833.685000', '202833.688000', '202833.690000', '202833.693000', '202833.695000', '202833.698000', '202833.700000', '202853.589000', '202853.591000', '202853.594000', '202853.597000', '202853.599000', '202853.602000', '202853.604000', '202853.607000', '202853.610000', '202853.612000', '202853.615000', '202853.617000', '202853.620000', '202853.622000', '202853.625000', '202853.628000', '202853.630000', '202853.633000', '202853.635000', '202853.638000', '202853.640000', '202853.643000', '202853.646000', '202853.648000', '202853.651000', '202853.654000', '202853.656000', '202853.659000', '202853.662000', '202853.664000', '202853.667000', '202853.669000', '202853.672000', '202853.675000', '202853.677000', '202853.680000', '202853.682000', '202853.685000', '202853.687000', '202853.690000', '202853.692000', '202853.695000', '202853.698000', '202913.588000', '202913.591000', '202913.594000', '202913.596000', '202913.599000', '202913.602000', '202913.604000', '202913.607000', '202913.610000', '202913.612000', '202913.615000', '202913.617000', '202913.620000', '202913.622000', '202913.625000', '202913.628000', '202913.630000', '202913.633000', '202913.635000', '202913.638000', '202913.640000', '202913.643000', '202913.645000', '202913.648000', '202913.651000', '202913.653000', '202913.656000', '202913.658000', '202913.661000', '202913.663000', '202913.666000', '202913.668000', '202913.671000', '202913.674000', '202913.676000', '202913.679000', '202913.681000', '202913.684000', '202913.686000', '202913.689000', '202913.692000', '202913.694000', '202913.697000', '202913.699000', '202933.588000', '202933.591000', '202933.594000', '202933.596000', '202933.599000', '202933.602000', '202933.604000', '202933.607000', '202933.609000', '202933.612000', '202933.614000', '202933.617000', '202933.619000', '202933.622000', '202933.625000', '202933.627000', '202933.630000', '202933.632000', '202933.635000', '202933.638000', '202933.640000', '202933.643000', '202933.645000', '202933.648000', '202933.650000', '202933.653000', '202933.656000', '202933.658000', '202933.661000', '202933.663000', '202933.666000', '202933.668000', '202933.671000', '202933.674000', '202933.676000', '202933.679000', '202933.681000', '202933.684000', '202933.687000', '202933.689000', '202933.692000', '202933.695000', '202933.697000', '202953.588000', '202953.591000', '202953.611000', '202953.614000', '202953.616000', '202953.619000', '202953.621000', '202953.624000', '202953.626000', '202953.629000', '202953.632000', '202953.634000', '202953.637000', '202953.639000', '202953.642000', '202953.645000', '202953.647000', '202953.650000', '202953.652000', '202953.655000', '202953.657000', '202953.660000', '202953.663000', '202953.665000', '202953.668000', '202953.670000', '202953.673000', '202953.675000', '202953.678000', '202953.681000', '202953.683000', '202953.686000', '202953.689000', '202953.691000', '202953.694000', '202953.696000', '202953.699000', '202953.702000', '202953.704000', '202953.707000', '202953.709000', '202953.712000', '202953.714000', '202953.717000', '203013.589000', '203013.591000', '203013.594000', '203013.597000', '203013.599000', '203013.602000', '203013.604000', '203013.607000', '203013.609000', '203013.612000', '203013.615000', '203013.617000', '203013.620000', '203013.622000', '203013.625000', '203013.628000', '203013.630000', '203013.633000', '203013.635000', '203013.638000', '203013.640000', '203013.643000', '203013.645000', '203013.648000', '203013.651000', '203013.653000', '203013.656000', '203013.658000', '203013.661000', '203013.664000', '203013.666000', '203013.669000', '203013.671000', '203013.674000', '203013.676000', '203013.679000', '203013.681000', '203013.684000', '203013.687000', '203013.689000', '203013.692000', '203013.694000', '203013.697000', '203033.589000', '203033.592000', '203033.594000', '203033.597000', '203033.599000', '203033.602000', '203033.605000', '203033.607000', '203033.610000', '203033.613000', '203033.615000', '203033.618000', '203033.620000', '203033.623000', '203033.625000', '203033.628000', '203033.631000', '203033.633000', '203033.636000', '203033.638000', '203033.641000', '203033.644000', '203033.646000', '203033.649000', '203033.651000', '203033.654000', '203033.657000', '203033.659000', '203033.662000', '203033.664000', '203033.667000', '203033.669000', '203033.672000', '203033.675000', '203033.677000', '203033.680000', '203033.682000', '203033.685000', '203033.687000', '203033.690000', '203033.693000', '203033.695000', '203033.698000', '203033.700000', '203053.589000', '203053.591000', '203053.594000', '203053.597000', '203053.599000', '203053.602000', '203053.604000', '203053.607000', '203053.610000', '203053.612000', '203053.615000', '203053.617000', '203053.620000', '203053.623000', '203053.625000', '203053.628000', '203053.630000', '203053.633000', '203053.636000', '203053.638000', '203053.641000', '203053.643000', '203053.646000', '203053.648000', '203053.651000', '203053.654000', '203053.656000', '203053.659000', '203053.661000', '203053.664000', '203053.667000', '203053.669000', '203053.672000', '203053.674000', '203053.677000', '203053.679000', '203053.682000', '203053.685000', '203053.687000', '203053.690000', '203053.692000', '203053.695000', '203053.698000', '203113.589000', '203113.592000', '203113.594000', '203113.597000', '203113.599000', '203113.602000', '203113.605000', '203113.607000', '203113.610000', '203113.612000', '203113.615000', '203113.617000', '203113.620000', '203113.623000', '203113.625000', '203113.628000', '203113.631000', '203113.633000', '203113.636000', '203113.638000', '203113.641000', '203113.644000', '203113.647000', '203113.651000', '203113.653000', '203113.656000', '203113.659000', '203113.672000', '203113.675000', '203113.677000', '203113.680000', '203113.682000', '203113.685000', '203113.687000', '203113.690000', '203113.693000', '203113.695000', '203113.698000', '203113.700000', '203113.703000', '203113.705000', '203113.708000', '203113.711000', '203133.589000', '203133.591000', '203133.594000', '203133.597000', '203133.599000', '203133.602000', '203133.605000', '203133.607000', '203133.610000', '203133.612000', '203133.615000', '203133.617000', '203133.620000', '203133.622000', '203133.625000', '203133.628000', '203133.630000', '203133.633000', '203133.635000', '203133.638000', '203133.641000', '203133.643000', '203133.646000', '203133.648000', '203133.651000', '203133.653000', '203133.656000', '203133.659000', '203133.661000', '203133.664000', '203133.666000', '203133.669000', '203133.671000', '203133.674000', '203133.677000', '203133.679000', '203133.682000', '203133.684000', '203133.687000', '203133.690000', '203133.692000', '203133.695000', '203133.697000', '203133.700000', '203153.589000', '203153.591000', '203153.594000', '203153.597000', '203153.599000', '203153.602000', '203153.604000', '203153.607000', '203153.610000', '203153.612000', '203153.615000', '203153.617000', '203153.620000', '203153.623000', '203153.626000', '203153.628000', '203153.631000', '203153.634000', '203153.636000', '203153.639000', '203153.641000', '203153.644000', '203153.647000', '203153.649000', '203153.652000', '203153.654000', '203153.657000', '203153.659000', '203153.662000', '203153.665000', '203153.667000', '203153.670000', '203153.672000', '203153.675000', '203153.677000', '203153.680000', '203153.683000', '203153.685000', '203153.688000', '203153.690000', '203153.693000', '203153.695000', '203153.698000', '203153.701000', '203213.589000', '203213.592000', '203213.594000', '203213.597000', '203213.599000', '203213.602000', '203213.604000', '203213.607000', '203213.610000', '203213.612000', '203213.615000', '203213.617000', '203213.620000', '203213.623000', '203213.625000', '203213.628000', '203213.631000', '203213.633000', '203213.636000', '203213.638000', '203213.641000', '203213.644000', '203213.646000', '203213.649000', '203213.651000', '203213.654000', '203213.656000', '203213.659000', '203213.662000', '203213.664000', '203213.667000', '203213.669000', '203213.672000', '203213.674000', '203213.677000', '203213.680000', '203213.682000', '203213.685000', '203213.687000', '203213.690000', '203213.693000', '203213.695000', '203213.698000', '203233.589000', '203233.591000', '203233.594000', '203233.597000', '203233.599000', '203233.602000', '203233.605000', '203233.607000', '203233.610000', '203233.613000', '203233.615000', '203233.618000', '203233.620000', '203233.623000', '203233.625000', '203233.628000', '203233.631000', '203233.633000', '203233.636000', '203233.638000', '203233.641000', '203233.644000', '203233.646000', '203233.649000', '203233.651000', '203233.654000', '203233.657000', '203233.659000', '203233.662000', '203233.664000', '203233.667000', '203233.669000', '203233.672000', '203233.675000', '203233.677000', '203233.680000', '203233.682000', '203233.685000', '203233.688000', '203233.690000', '203233.693000', '203233.695000', '203233.698000', '203253.589000', '203253.591000', '203253.594000', '203253.597000', '203253.599000', '203253.602000', '203253.604000', '203253.607000', '203253.610000', '203253.612000', '203253.615000', '203253.617000', '203253.620000', '203253.622000', '203253.625000', '203253.628000', '203253.630000', '203253.633000', '203253.636000', '203253.638000', '203253.641000', '203253.643000', '203253.646000', '203253.648000', '203253.651000', '203253.654000', '203253.656000', '203253.659000', '203253.662000', '203253.664000', '203253.667000', '203253.671000', '203253.673000', '203253.676000', '203253.679000', '203253.681000', '203253.684000', '203253.686000', '203253.689000', '203253.692000', '203253.694000', '203253.697000', '203253.700000', '203253.702000', '203313.589000', '203313.592000', '203313.594000', '203313.597000', '203313.600000', '203313.602000', '203313.605000', '203313.607000', '203313.610000', '203313.613000', '203313.616000', '203313.619000', '203313.621000', '203313.624000', '203313.627000', '203313.629000', '203313.632000', '203313.635000', '203313.637000', '203313.640000', '203313.642000', '203313.645000', '203313.648000', '203313.650000', '203313.653000', '203313.655000', '203313.658000', '203313.660000', '203313.663000', '203313.666000', '203313.668000', '203313.671000', '203313.674000', '203313.676000', '203313.679000', '203313.681000', '203313.684000', '203313.687000', '203313.689000', '203313.692000', '203313.694000', '203313.697000', '203313.700000', '203313.702000', '203333.588000', '203333.591000', '203333.594000', '203333.597000', '203333.599000', '203333.602000', '203333.605000', '203333.607000', '203333.610000', '203333.612000', '203333.615000', '203333.617000', '203333.620000', '203333.623000', '203333.625000', '203333.628000', '203333.631000', '203333.633000', '203333.636000', '203333.638000', '203333.641000', '203333.644000', '203333.646000', '203333.649000', '203333.651000', '203333.654000', '203333.656000', '203333.659000', '203333.662000', '203333.664000', '203333.667000', '203333.669000', '203333.672000', '203333.675000', '203333.677000', '203333.680000', '203333.683000', '203333.685000', '203333.688000', '203333.690000', '203333.693000', '203333.696000', '203333.698000', '203339.351000', '203339.354000', '203339.356000', '203339.359000', '203339.362000', '203339.364000', '203339.367000', '203339.370000', '203339.372000', '203339.375000', '203339.378000', '203339.380000', '203339.383000'], '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': [8485, 7610, 8610, 7289, 9744, 7128, 9743, 6993, 8378, 7244, 7103, 7630, 7170, 7537, 6879, 7856, 6837, 8835, 6776, 9428, 6776, 9598, 6727, 9919, 6743, 9605, 6907, 9041, 7266, 9027, 7382, 8994, 7631, 6769, 7525, 6918, 7398, 6856, 8552, 6786, 9292, 6729, 8894, 7206, 8931, 7143, 7174, 7369, 7135, 7434, 6972, 7669, 6775, 7517, 6805, 7714, 6796, 8724, 6688, 9805, 6835, 9673, 6776, 9701, 6726, 9542, 7508, 8051, 7963, 6945, 8881, 6886, 9833, 7169, 9359, 7624, 8368, 7719, 7192, 7583, 6955, 7838, 6942, 8014, 6922, 8878, 6736, 8828, 6734, 9229, 6723, 8398, 6945, 7194, 7293, 7930, 7093, 6913, 7410, 6703, 7260, 6986, 7492, 6756, 8870, 6865, 9417, 6776, 9605, 6984, 8993, 7240, 7371, 6884, 6716, 6745, 6679, 9196, 6649, 9188, 7542, 7664, 7633, 6800, 7629, 7094, 8057, 7065, 7849, 6885, 7871, 7014, 7538, 6888, 7909, 6940, 9019, 6946, 9650, 6824, 8076, 7347, 7199, 7672, 7024, 9258, 6840, 9398, 7275, 9240, 7210, 9564, 7950, 9255, 7539, 8553, 7629, 8724, 7678, 7119, 7681, 7092, 7635, 7175, 7395, 6853, 8617, 6803, 8960, 6704, 9644, 6869, 9566, 6946, 8849, 7209, 9184, 7432, 9455, 7237, 9306, 7405, 8340, 7639, 8509, 7650, 7303, 7474, 6925, 7661, 7131, 7730, 6972, 7798, 6991, 8614, 6986, 9212, 7000, 9803, 6950, 9944, 7305, 8929, 7618, 8313, 7951, 7110, 8218, 7289, 7726, 7086, 7679, 7208, 8896, 6920, 9565, 6769, 10093, 7014, 10240, 6987, 9728, 6728, 9551, 7008, 9466, 6986, 8742, 7565, 7425, 7501, 7688, 7486, 8318, 7969, 8709, 7771, 8075, 7915, 8457, 7731, 9098, 7688, 9011, 7574, 8307, 7665, 9464, 7940, 8161, 7843, 8332, 7540, 8282, 7888, 7604, 7733, 7456, 7568, 7503, 7849, 7159, 7820, 7213, 7915, 7302, 7666, 7242, 7676, 7123, 8016, 7170, 8004, 7197, 7833, 7146, 8136, 7150, 8051, 7153, 8235, 7111, 8038, 7262, 8210, 6876, 8704, 7720, 7522, 7093, 7055, 9646, 6961, 8047, 7983, 7453, 7923, 7777, 8146, 7696, 7969, 7163, 8024, 7043, 8101, 7227, 8033, 7631, 9140, 7006, 7067, 7306, 6998, 8293, 7332, 10230, 7819, 9608, 7379, 9183, 8032, 9033, 7970, 9085, 8384, 8924, 8167, 8433, 8097, 8510, 8216, 9162, 8310, 7591, 7870, 7230, 8142, 7351, 7610, 7119, 7592, 7293, 8885, 7151, 9288, 6921, 9266, 6997, 9542, 7062, 9688, 7093, 9579, 6873, 9464, 7022, 9585, 7105, 8823, 7666, 7125, 7452, 7178, 7790, 7025, 9422, 6963, 9905, 7474, 8595, 7903, 8308, 8100, 8416, 8373, 7343, 8279, 7278, 7975, 7118, 8395, 7062, 8328, 6974, 8212, 6875, 9734, 7141, 9628, 7230, 8428, 7561, 8689, 7905, 7471, 7794, 7321, 7672, 7968, 7734, 7191, 7763, 7128, 7789, 7140, 7796, 7114, 7893, 7371, 8084, 7221, 8168, 7176, 7996, 7200, 8266, 7234, 9364, 7203, 9410, 7172, 9731, 7066, 9149, 7649, 7687, 8503, 7062, 9353, 7171, 9566, 7118, 10028, 7742, 8256, 8193, 7405, 8200, 7212, 8021, 7133, 8088, 7042, 8614, 7254, 8981, 6818, 9381, 7174, 9241, 7785, 8991, 7835, 7533, 7800, 7328, 7990, 7130, 7637, 7086, 9046, 7046, 9454, 7134, 9757, 7135, 9603, 6921, 9188, 7495, 8973, 7849, 8117, 7724, 7315, 7709, 7563, 8036, 8317, 7801, 7021, 8208, 7218, 7789, 7071, 7856, 7119, 7900, 7141, 8780, 6830, 9695, 6897, 9868, 6926, 9448, 7578, 8686, 7614, 8169, 8070, 7118, 7895, 7153, 7301, 7043, 8203, 7076, 8472, 6904, 8682, 7190, 9740, 6841, 8472, 7547, 7096, 7728, 7196, 7524, 7151, 7477, 7229, 9264, 7201, 7593, 6995, 7432, 7348, 7600, 7414, 7430, 7618, 7140, 7877, 7234, 9406, 7254, 9640, 7133, 9219, 7376, 8657, 7807, 7481, 7862, 6987, 8987, 7309, 9789, 7164, 8847, 7933, 7426, 8317, 7248, 8230, 7735, 8223, 8999, 8159, 7005, 7946, 7460, 7922, 7153, 7491, 7257, 8086, 7082, 8365, 7103, 8907, 7131, 9469, 7145, 9908, 7016, 9905, 7239, 9556, 7406, 8447, 7603, 8642, 7812, 7259, 7937, 7478, 7911, 7149, 7746, 7170, 8224, 7255, 9460, 7116, 9440, 7018, 9488, 7112, 9712, 7048, 9940, 6925, 9814, 7041, 9931, 7215, 9542, 7375, 8544, 7697, 7038, 7364, 7356, 8588, 7309, 9820, 7071, 9764, 7417, 8646, 8048, 8130, 8578, 7402, 8284, 7201, 7908, 7263, 8004, 7383, 7724, 7165, 7819, 7289, 8178, 7473, 8286, 7728, 8534, 6867, 8017, 7501, 7077, 7780, 7068, 7696, 7086, 8470, 7273, 9790, 7121, 9129, 7660, 7938, 7537, 7424, 7847, 7210, 7476, 7118, 7747, 7046, 8030, 7154, 8734, 7145, 8959, 7048, 9178, 6987, 9293, 7069, 9557, 7038, 9618, 7078, 9824, 7177, 9397, 7029, 9505, 7214, 9515, 7185, 9670, 7255, 9883, 7164, 9832, 7030, 9788, 7182, 9627, 6942, 9196, 6923, 9143, 7145, 9685, 7122, 9238, 7683, 8138, 7647, 8168, 8067, 8816, 7938, 8049, 7829, 7411, 7631, 8536, 7888, 7518, 7626, 7345, 7324, 7301, 7800, 7247, 8460, 7057, 9213, 7120, 9255, 7412, 7378, 7611, 7606, 7827, 7423, 7836, 7158, 7847, 7144, 7855, 7422, 7945, 7019, 8368, 7209, 8812, 7140, 9591, 7022, 9429, 6918, 9111, 6957, 9476, 7078, 9277, 6947, 9001, 7015, 9027, 7119, 9401, 7273, 9718, 6915, 9498, 7133, 9537, 7144, 9601, 7197, 9916, 7062, 9593, 7328, 9916, 7286, 9719, 7141, 9394, 7085, 9034, 7330, 9201, 7262, 9496, 7288, 7253, 7662, 7232, 7676, 7593, 7934, 7232, 7591, 7218, 7797, 7159, 8916, 7118, 9197, 7221, 9070, 7183, 9114, 7485, 7599, 7580, 7257, 7614, 7310, 7812, 7446, 7809, 7747, 7792, 7338, 7804, 8388, 7781, 7498, 7793, 7372, 7771, 7479, 7743, 7942, 7681, 7225, 7631, 7429, 7768, 7954, 7862, 8367, 7767, 7398, 7910, 7305, 7671, 9363, 7931, 8457, 7644, 7474, 7710, 7354, 7749, 7433, 7822, 7014, 7847, 7122, 7792, 7176, 7714, 7185, 7671, 7106, 7878, 7007, 7901, 7141, 7768, 6971, 8077, 6953, 8942, 7091, 9279, 7141], 'WindowCenter': [3981.0, 3944.0, 3950.0, 3928.0, 3958.0, 3914.0, 3957.0, 3916.0, 3936.0, 3915.0, 3913.0, 3922.0, 3912.0, 3922.0, 3905.0, 3923.0, 3902.0, 3933.0, 3904.0, 3944.0, 3903.0, 3944.0, 3903.0, 3954.0, 3916.0, 3946.0, 3915.0, 3933.0, 3926.0, 3933.0, 3914.0, 3946.0, 3924.0, 3901.0, 3924.0, 3913.0, 3912.0, 3913.0, 3934.0, 3914.0, 3947.0, 3915.0, 3947.0, 3927.0, 3946.0, 3916.0, 3914.0, 3926.0, 3914.0, 3924.0, 3912.0, 3925.0, 3905.0, 3925.0, 3902.0, 3926.0, 3916.0, 3934.0, 3903.0, 3944.0, 3904.0, 3943.0, 3901.0, 3944.0, 3905.0, 3943.0, 3910.0, 3922.0, 3923.0, 3912.0, 3932.0, 3913.0, 3955.0, 3914.0, 3943.0, 3922.0, 3932.0, 3923.0, 3910.0, 3912.0, 3900.0, 3921.0, 3911.0, 3920.0, 3910.0, 3934.0, 3901.0, 3931.0, 3902.0, 3945.0, 3913.0, 3934.0, 3915.0, 3912.0, 3922.0, 3934.0, 3913.0, 3913.0, 3924.0, 3914.0, 3924.0, 3926.0, 3923.0, 3915.0, 3946.0, 3917.0, 3945.0, 3913.0, 3957.0, 3928.0, 3946.0, 3927.0, 3925.0, 3927.0, 3917.0, 3915.0, 3918.0, 3958.0, 3916.0, 3958.0, 3937.0, 3926.0, 3925.0, 3917.0, 3926.0, 3916.0, 3926.0, 3914.0, 3923.0, 3901.0, 3924.0, 3899.0, 3911.0, 3913.0, 3922.0, 3903.0, 3932.0, 3912.0, 3942.0, 3904.0, 3924.0, 3913.0, 3914.0, 3923.0, 3916.0, 3944.0, 3914.0, 3944.0, 3925.0, 3942.0, 3913.0, 3944.0, 3923.0, 3933.0, 3921.0, 3931.0, 3913.0, 3934.0, 3925.0, 3914.0, 3923.0, 3912.0, 3922.0, 3915.0, 3924.0, 3913.0, 3935.0, 3913.0, 3944.0, 3914.0, 3955.0, 3917.0, 3946.0, 3915.0, 3946.0, 3926.0, 3947.0, 3924.0, 3946.0, 3926.0, 3943.0, 3913.0, 3934.0, 3924.0, 3934.0, 3921.0, 3925.0, 3926.0, 3914.0, 3924.0, 3914.0, 3925.0, 3915.0, 3925.0, 3915.0, 3936.0, 3911.0, 3942.0, 3916.0, 3945.0, 3915.0, 3940.0, 3914.0, 3936.0, 3926.0, 3934.0, 3924.0, 3913.0, 3932.0, 3915.0, 3923.0, 3914.0, 3924.0, 3914.0, 3934.0, 3913.0, 3943.0, 3904.0, 3954.0, 3913.0, 3954.0, 3914.0, 3945.0, 3905.0, 3945.0, 3913.0, 3945.0, 3915.0, 3933.0, 3926.0, 3913.0, 3924.0, 3923.0, 3925.0, 3935.0, 3937.0, 3934.0, 3924.0, 3922.0, 3925.0, 3924.0, 3923.0, 3935.0, 3923.0, 3935.0, 3924.0, 3923.0, 3924.0, 3945.0, 3924.0, 3934.0, 3923.0, 3934.0, 3924.0, 3936.0, 3935.0, 3923.0, 3924.0, 3914.0, 3923.0, 3914.0, 3926.0, 3913.0, 3924.0, 3914.0, 3926.0, 3915.0, 3923.0, 3913.0, 3924.0, 3911.0, 3923.0, 3902.0, 3922.0, 3900.0, 3910.0, 3901.0, 3922.0, 3902.0, 3921.0, 3901.0, 3922.0, 3901.0, 3922.0, 3912.0, 3922.0, 3904.0, 3933.0, 3925.0, 3923.0, 3916.0, 3917.0, 3958.0, 3916.0, 3935.0, 3937.0, 3923.0, 3935.0, 3923.0, 3926.0, 3922.0, 3924.0, 3912.0, 3924.0, 3913.0, 3924.0, 3915.0, 3923.0, 3925.0, 3945.0, 3915.0, 3915.0, 3925.0, 3925.0, 3938.0, 3925.0, 3954.0, 3925.0, 3947.0, 3927.0, 3947.0, 3927.0, 3935.0, 3925.0, 3934.0, 3924.0, 3933.0, 3924.0, 3923.0, 3923.0, 3923.0, 3924.0, 3933.0, 3923.0, 3912.0, 3923.0, 3912.0, 3923.0, 3912.0, 3924.0, 3914.0, 3924.0, 3926.0, 3934.0, 3913.0, 3945.0, 3913.0, 3944.0, 3914.0, 3944.0, 3914.0, 3944.0, 3915.0, 3944.0, 3903.0, 3945.0, 3913.0, 3945.0, 3914.0, 3934.0, 3924.0, 3914.0, 3913.0, 3915.0, 3926.0, 3916.0, 3945.0, 3916.0, 3958.0, 3923.0, 3936.0, 3927.0, 3935.0, 3923.0, 3924.0, 3923.0, 3914.0, 3925.0, 3914.0, 3924.0, 3913.0, 3932.0, 3914.0, 3921.0, 3911.0, 3923.0, 3902.0, 3945.0, 3914.0, 3946.0, 3922.0, 3935.0, 3925.0, 3936.0, 3937.0, 3924.0, 3925.0, 3914.0, 3925.0, 3924.0, 3925.0, 3915.0, 3926.0, 3915.0, 3926.0, 3915.0, 3925.0, 3915.0, 3926.0, 3925.0, 3924.0, 3914.0, 3935.0, 3915.0, 3925.0, 3914.0, 3935.0, 3914.0, 3943.0, 3913.0, 3944.0, 3914.0, 3943.0, 3914.0, 3935.0, 3925.0, 3924.0, 3935.0, 3914.0, 3941.0, 3914.0, 3942.0, 3915.0, 3944.0, 3914.0, 3924.0, 3924.0, 3912.0, 3924.0, 3910.0, 3925.0, 3901.0, 3923.0, 3904.0, 3923.0, 3913.0, 3933.0, 3904.0, 3944.0, 3914.0, 3942.0, 3925.0, 3934.0, 3925.0, 3925.0, 3925.0, 3924.0, 3925.0, 3914.0, 3925.0, 3916.0, 3944.0, 3916.0, 3946.0, 3916.0, 3947.0, 3916.0, 3946.0, 3914.0, 3944.0, 3926.0, 3946.0, 3926.0, 3925.0, 3926.0, 3912.0, 3924.0, 3923.0, 3925.0, 3935.0, 3923.0, 3903.0, 3934.0, 3914.0, 3924.0, 3914.0, 3925.0, 3914.0, 3923.0, 3914.0, 3931.0, 3904.0, 3944.0, 3915.0, 3944.0, 3914.0, 3943.0, 3926.0, 3935.0, 3925.0, 3936.0, 3923.0, 3914.0, 3925.0, 3914.0, 3914.0, 3914.0, 3932.0, 3914.0, 3935.0, 3915.0, 3934.0, 3915.0, 3945.0, 3916.0, 3936.0, 3925.0, 3915.0, 3927.0, 3916.0, 3926.0, 3915.0, 3924.0, 3927.0, 3948.0, 3928.0, 3937.0, 3928.0, 3928.0, 3938.0, 3941.0, 3938.0, 3928.0, 3939.0, 3926.0, 3936.0, 3926.0, 3946.0, 3927.0, 3945.0, 3916.0, 3948.0, 3927.0, 3936.0, 3926.0, 3925.0, 3935.0, 3915.0, 3946.0, 3926.0, 3957.0, 3915.0, 3947.0, 3926.0, 3916.0, 3935.0, 3913.0, 3923.0, 3913.0, 3924.0, 3933.0, 3911.0, 3901.0, 3912.0, 3901.0, 3912.0, 3903.0, 3913.0, 3912.0, 3924.0, 3915.0, 3925.0, 3914.0, 3934.0, 3914.0, 3945.0, 3915.0, 3945.0, 3915.0, 3945.0, 3914.0, 3945.0, 3913.0, 3924.0, 3925.0, 3934.0, 3923.0, 3914.0, 3925.0, 3914.0, 3924.0, 3915.0, 3925.0, 3917.0, 3936.0, 3926.0, 3945.0, 3914.0, 3942.0, 3916.0, 3946.0, 3916.0, 3943.0, 3916.0, 3945.0, 3916.0, 3943.0, 3904.0, 3945.0, 3915.0, 3945.0, 3915.0, 3935.0, 3925.0, 3915.0, 3915.0, 3915.0, 3933.0, 3915.0, 3946.0, 3915.0, 3946.0, 3915.0, 3933.0, 3922.0, 3923.0, 3935.0, 3913.0, 3923.0, 3912.0, 3923.0, 3913.0, 3923.0, 3913.0, 3911.0, 3903.0, 3925.0, 3914.0, 3925.0, 3913.0, 3925.0, 3925.0, 3934.0, 3904.0, 3923.0, 3925.0, 3916.0, 3928.0, 3916.0, 3926.0, 3914.0, 3935.0, 3926.0, 3956.0, 3916.0, 3947.0, 3925.0, 3925.0, 3926.0, 3916.0, 3936.0, 3916.0, 3917.0, 3916.0, 3926.0, 3914.0, 3927.0, 3915.0, 3934.0, 3915.0, 3935.0, 3915.0, 3944.0, 3912.0, 3934.0, 3905.0, 3943.0, 3904.0, 3935.0, 3903.0, 3943.0, 3904.0, 3935.0, 3903.0, 3943.0, 3914.0, 3943.0, 3915.0, 3944.0, 3913.0, 3945.0, 3903.0, 3943.0, 3902.0, 3943.0, 3901.0, 3933.0, 3902.0, 3932.0, 3901.0, 3934.0, 3902.0, 3944.0, 3904.0, 3934.0, 3915.0, 3924.0, 3914.0, 3923.0, 3925.0, 3934.0, 3924.0, 3923.0, 3914.0, 3915.0, 3912.0, 3934.0, 3925.0, 3913.0, 3914.0, 3913.0, 3914.0, 3924.0, 3927.0, 3927.0, 3937.0, 3916.0, 3946.0, 3916.0, 3947.0, 3927.0, 3926.0, 3927.0, 3926.0, 3927.0, 3925.0, 3927.0, 3913.0, 3923.0, 3915.0, 3927.0, 3926.0, 3923.0, 3916.0, 3936.0, 3915.0, 3945.0, 3915.0, 3946.0, 3917.0, 3946.0, 3915.0, 3936.0, 3916.0, 3943.0, 3903.0, 3934.0, 3903.0, 3932.0, 3904.0, 3932.0, 3903.0, 3935.0, 3914.0, 3944.0, 3904.0, 3943.0, 3903.0, 3933.0, 3903.0, 3933.0, 3903.0, 3942.0, 3902.0, 3931.0, 3901.0, 3930.0, 3903.0, 3932.0, 3903.0, 3932.0, 3902.0, 3921.0, 3912.0, 3933.0, 3913.0, 3943.0, 3912.0, 3912.0, 3925.0, 3914.0, 3926.0, 3924.0, 3925.0, 3916.0, 3925.0, 3915.0, 3926.0, 3916.0, 3947.0, 3916.0, 3944.0, 3916.0, 3937.0, 3915.0, 3936.0, 3915.0, 3926.0, 3925.0, 3915.0, 3922.0, 3924.0, 3926.0, 3916.0, 3915.0, 3915.0, 3925.0, 3913.0, 3924.0, 3925.0, 3914.0, 3914.0, 3913.0, 3913.0, 3926.0, 3913.0, 3925.0, 3924.0, 3914.0, 3913.0, 3912.0, 3913.0, 3915.0, 3924.0, 3925.0, 3924.0, 3914.0, 3913.0, 3923.0, 3913.0, 3914.0, 3934.0, 3924.0, 3921.0, 3915.0, 3913.0, 3913.0, 3914.0, 3925.0, 3914.0, 3915.0, 3914.0, 3926.0, 3904.0, 3913.0, 3902.0, 3915.0, 3904.0, 3915.0, 3903.0, 3924.0, 3903.0, 3924.0, 3902.0, 3914.0, 3914.0, 3923.0, 3916.0, 3935.0, 3915.0, 3946.0, 3915.0], 'WindowWidth': [8902.0, 8838.0, 8838.0, 8804.0, 8840.0, 8779.0, 8838.0, 8780.0, 8804.0, 8776.0, 8770.0, 8781.0, 8767.0, 8782.0, 8761.0, 8784.0, 8754.0, 8797.0, 8760.0, 8811.0, 8758.0, 8810.0, 8757.0, 8824.0, 8777.0, 8814.0, 8775.0, 8795.0, 8789.0, 8795.0, 8773.0, 8817.0, 8785.0, 8752.0, 8785.0, 8771.0, 8768.0, 8770.0, 8799.0, 8774.0, 8820.0, 8776.0, 8820.0, 8794.0, 8818.0, 8780.0, 8774.0, 8791.0, 8772.0, 8786.0, 8768.0, 8789.0, 8760.0, 8789.0, 8755.0, 8791.0, 8777.0, 8798.0, 8757.0, 8811.0, 8758.0, 8808.0, 8753.0, 8810.0, 8760.0, 8807.0, 8763.0, 8781.0, 8782.0, 8767.0, 8792.0, 8769.0, 8827.0, 8773.0, 8809.0, 8782.0, 8792.0, 8781.0, 8762.0, 8766.0, 8747.0, 8776.0, 8765.0, 8775.0, 8761.0, 8796.0, 8751.0, 8790.0, 8753.0, 8812.0, 8771.0, 8799.0, 8776.0, 8767.0, 8783.0, 8799.0, 8771.0, 8771.0, 8788.0, 8773.0, 8787.0, 8791.0, 8785.0, 8778.0, 8817.0, 8780.0, 8816.0, 8774.0, 8833.0, 8799.0, 8818.0, 8797.0, 8791.0, 8794.0, 8780.0, 8777.0, 8784.0, 8837.0, 8782.0, 8838.0, 8810.0, 8793.0, 8791.0, 8779.0, 8792.0, 8776.0, 8790.0, 8771.0, 8782.0, 8750.0, 8782.0, 8745.0, 8764.0, 8766.0, 8779.0, 8755.0, 8791.0, 8768.0, 8807.0, 8758.0, 8785.0, 8769.0, 8774.0, 8784.0, 8776.0, 8812.0, 8774.0, 8812.0, 8788.0, 8807.0, 8770.0, 8810.0, 8782.0, 8794.0, 8778.0, 8789.0, 8769.0, 8798.0, 8787.0, 8772.0, 8784.0, 8766.0, 8780.0, 8775.0, 8786.0, 8771.0, 8803.0, 8773.0, 8813.0, 8773.0, 8828.0, 8780.0, 8816.0, 8776.0, 8817.0, 8791.0, 8818.0, 8787.0, 8816.0, 8790.0, 8809.0, 8770.0, 8798.0, 8785.0, 8798.0, 8780.0, 8788.0, 8791.0, 8773.0, 8786.0, 8774.0, 8791.0, 8776.0, 8789.0, 8774.0, 8802.0, 8766.0, 8808.0, 8775.0, 8813.0, 8775.0, 8803.0, 8773.0, 8801.0, 8790.0, 8799.0, 8785.0, 8770.0, 8795.0, 8775.0, 8782.0, 8770.0, 8785.0, 8773.0, 8796.0, 8770.0, 8807.0, 8759.0, 8823.0, 8770.0, 8822.0, 8772.0, 8812.0, 8760.0, 8814.0, 8770.0, 8814.0, 8775.0, 8796.0, 8788.0, 8770.0, 8785.0, 8783.0, 8788.0, 8801.0, 8805.0, 8797.0, 8784.0, 8780.0, 8786.0, 8783.0, 8782.0, 8799.0, 8783.0, 8797.0, 8784.0, 8780.0, 8784.0, 8812.0, 8785.0, 8796.0, 8782.0, 8796.0, 8785.0, 8801.0, 8801.0, 8781.0, 8785.0, 8771.0, 8783.0, 8772.0, 8789.0, 8768.0, 8785.0, 8772.0, 8789.0, 8773.0, 8783.0, 8769.0, 8785.0, 8764.0, 8782.0, 8751.0, 8779.0, 8747.0, 8762.0, 8749.0, 8777.0, 8749.0, 8774.0, 8748.0, 8778.0, 8747.0, 8778.0, 8765.0, 8778.0, 8757.0, 8794.0, 8787.0, 8784.0, 8777.0, 8780.0, 8834.0, 8779.0, 8801.0, 8806.0, 8784.0, 8802.0, 8783.0, 8788.0, 8780.0, 8784.0, 8766.0, 8783.0, 8767.0, 8784.0, 8772.0, 8781.0, 8786.0, 8813.0, 8773.0, 8774.0, 8789.0, 8790.0, 8808.0, 8790.0, 8827.0, 8790.0, 8819.0, 8794.0, 8819.0, 8791.0, 8798.0, 8785.0, 8797.0, 8783.0, 8793.0, 8782.0, 8779.0, 8779.0, 8778.0, 8781.0, 8793.0, 8780.0, 8763.0, 8778.0, 8764.0, 8780.0, 8766.0, 8783.0, 8770.0, 8784.0, 8788.0, 8798.0, 8770.0, 8812.0, 8769.0, 8811.0, 8771.0, 8809.0, 8770.0, 8809.0, 8772.0, 8809.0, 8756.0, 8810.0, 8768.0, 8810.0, 8771.0, 8796.0, 8785.0, 8770.0, 8769.0, 8774.0, 8791.0, 8777.0, 8815.0, 8779.0, 8833.0, 8784.0, 8803.0, 8792.0, 8798.0, 8783.0, 8784.0, 8781.0, 8770.0, 8787.0, 8770.0, 8783.0, 8767.0, 8792.0, 8771.0, 8778.0, 8763.0, 8781.0, 8754.0, 8811.0, 8772.0, 8815.0, 8782.0, 8801.0, 8788.0, 8804.0, 8806.0, 8785.0, 8787.0, 8772.0, 8788.0, 8787.0, 8786.0, 8773.0, 8789.0, 8774.0, 8790.0, 8774.0, 8788.0, 8773.0, 8790.0, 8787.0, 8785.0, 8772.0, 8801.0, 8773.0, 8786.0, 8771.0, 8798.0, 8772.0, 8808.0, 8769.0, 8809.0, 8770.0, 8807.0, 8771.0, 8798.0, 8787.0, 8785.0, 8800.0, 8771.0, 8805.0, 8771.0, 8806.0, 8774.0, 8809.0, 8770.0, 8782.0, 8782.0, 8765.0, 8783.0, 8760.0, 8784.0, 8749.0, 8780.0, 8755.0, 8779.0, 8769.0, 8794.0, 8756.0, 8809.0, 8770.0, 8805.0, 8787.0, 8798.0, 8786.0, 8787.0, 8787.0, 8785.0, 8787.0, 8772.0, 8788.0, 8777.0, 8812.0, 8776.0, 8815.0, 8777.0, 8818.0, 8778.0, 8815.0, 8772.0, 8812.0, 8789.0, 8815.0, 8789.0, 8787.0, 8790.0, 8766.0, 8786.0, 8781.0, 8787.0, 8799.0, 8782.0, 8755.0, 8797.0, 8770.0, 8783.0, 8771.0, 8785.0, 8770.0, 8782.0, 8771.0, 8791.0, 8758.0, 8810.0, 8775.0, 8810.0, 8772.0, 8808.0, 8787.0, 8798.0, 8785.0, 8800.0, 8782.0, 8769.0, 8785.0, 8769.0, 8771.0, 8771.0, 8793.0, 8771.0, 8800.0, 8774.0, 8797.0, 8773.0, 8812.0, 8776.0, 8803.0, 8789.0, 8776.0, 8793.0, 8778.0, 8791.0, 8776.0, 8788.0, 8794.0, 8823.0, 8797.0, 8807.0, 8798.0, 8797.0, 8812.0, 8820.0, 8812.0, 8796.0, 8812.0, 8793.0, 8806.0, 8791.0, 8817.0, 8794.0, 8814.0, 8777.0, 8820.0, 8792.0, 8802.0, 8790.0, 8786.0, 8802.0, 8774.0, 8817.0, 8790.0, 8832.0, 8776.0, 8819.0, 8789.0, 8775.0, 8801.0, 8767.0, 8782.0, 8767.0, 8782.0, 8794.0, 8762.0, 8746.0, 8763.0, 8747.0, 8763.0, 8752.0, 8767.0, 8765.0, 8783.0, 8772.0, 8785.0, 8770.0, 8797.0, 8772.0, 8811.0, 8773.0, 8811.0, 8774.0, 8814.0, 8772.0, 8811.0, 8770.0, 8782.0, 8785.0, 8798.0, 8781.0, 8770.0, 8787.0, 8772.0, 8785.0, 8775.0, 8788.0, 8779.0, 8802.0, 8791.0, 8814.0, 8773.0, 8807.0, 8776.0, 8814.0, 8776.0, 8808.0, 8774.0, 8812.0, 8773.0, 8807.0, 8756.0, 8811.0, 8772.0, 8811.0, 8773.0, 8798.0, 8786.0, 8773.0, 8772.0, 8774.0, 8795.0, 8775.0, 8815.0, 8775.0, 8815.0, 8773.0, 8795.0, 8780.0, 8781.0, 8798.0, 8766.0, 8780.0, 8763.0, 8779.0, 8767.0, 8780.0, 8767.0, 8763.0, 8753.0, 8785.0, 8770.0, 8785.0, 8768.0, 8786.0, 8785.0, 8796.0, 8759.0, 8783.0, 8788.0, 8777.0, 8795.0, 8779.0, 8789.0, 8771.0, 8800.0, 8789.0, 8829.0, 8778.0, 8817.0, 8789.0, 8786.0, 8789.0, 8776.0, 8802.0, 8777.0, 8778.0, 8775.0, 8790.0, 8771.0, 8791.0, 8774.0, 8797.0, 8773.0, 8799.0, 8773.0, 8809.0, 8768.0, 8795.0, 8760.0, 8806.0, 8756.0, 8796.0, 8755.0, 8806.0, 8757.0, 8795.0, 8755.0, 8805.0, 8770.0, 8807.0, 8772.0, 8808.0, 8766.0, 8809.0, 8754.0, 8806.0, 8751.0, 8805.0, 8750.0, 8791.0, 8751.0, 8788.0, 8749.0, 8795.0, 8753.0, 8808.0, 8757.0, 8794.0, 8771.0, 8781.0, 8770.0, 8780.0, 8786.0, 8796.0, 8782.0, 8778.0, 8769.0, 8770.0, 8764.0, 8796.0, 8784.0, 8765.0, 8769.0, 8768.0, 8771.0, 8784.0, 8791.0, 8792.0, 8803.0, 8776.0, 8816.0, 8777.0, 8818.0, 8793.0, 8790.0, 8792.0, 8789.0, 8791.0, 8787.0, 8792.0, 8771.0, 8784.0, 8774.0, 8792.0, 8791.0, 8783.0, 8776.0, 8803.0, 8774.0, 8812.0, 8775.0, 8816.0, 8779.0, 8814.0, 8772.0, 8799.0, 8774.0, 8805.0, 8754.0, 8795.0, 8755.0, 8789.0, 8757.0, 8789.0, 8755.0, 8796.0, 8770.0, 8809.0, 8756.0, 8805.0, 8755.0, 8793.0, 8753.0, 8791.0, 8752.0, 8802.0, 8751.0, 8787.0, 8748.0, 8784.0, 8751.0, 8789.0, 8753.0, 8788.0, 8751.0, 8772.0, 8764.0, 8792.0, 8767.0, 8806.0, 8766.0, 8765.0, 8785.0, 8769.0, 8788.0, 8785.0, 8787.0, 8774.0, 8787.0, 8773.0, 8789.0, 8776.0, 8817.0, 8775.0, 8811.0, 8776.0, 8803.0, 8774.0, 8801.0, 8774.0, 8788.0, 8787.0, 8773.0, 8781.0, 8786.0, 8789.0, 8774.0, 8773.0, 8772.0, 8787.0, 8767.0, 8784.0, 8784.0, 8771.0, 8769.0, 8768.0, 8768.0, 8787.0, 8767.0, 8786.0, 8781.0, 8769.0, 8767.0, 8766.0, 8767.0, 8773.0, 8783.0, 8785.0, 8782.0, 8769.0, 8765.0, 8781.0, 8766.0, 8770.0, 8794.0, 8782.0, 8774.0, 8770.0, 8767.0, 8767.0, 8769.0, 8785.0, 8770.0, 8773.0, 8771.0, 8788.0, 8757.0, 8769.0, 8751.0, 8772.0, 8757.0, 8770.0, 8752.0, 8782.0, 8754.0, 8783.0, 8751.0, 8769.0, 8770.0, 8781.0, 8774.0, 8798.0, 8774.0, 8815.0, 8775.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.0004066244239631336</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.015662300495391704</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.84772165416378</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.186208178119953</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9904361116147631</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4491</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6216.0054</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.06630644980328487</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>0</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.0</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.407037092173855</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.35141703484694</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5493053937652776</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.320388847909347</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00377648</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013880709186196327</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02006548084318638</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>868</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.7629676461490957</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>29.6573</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.4303</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>150.731</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>308461.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>709.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>314.4598</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1118</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>545.0938</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3184.8252</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3364.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>68083.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1016.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4223.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>893.9687</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>43.80726101761684</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> |