=== 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-0078 --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-0078",
"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-0078_ses-01_task-social_acq-mb8_run-06_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-0078_ses-01_task-social_acq-mb8_run-06_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-06_session-01_subject-0078_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-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-01_subject-0078_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-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-01_subject-0078_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-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-01_subject-0078_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-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-06_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-06_session-01_subject-0078_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-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-06_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-06_session-01_subject-0078_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-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0078_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-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-06_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-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-06_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-0078/ses-01/func/sub-0078_ses-01_task-social_acq-mb8_run-06_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>5ec40d5ce8006d0cbcfdfb9abf48f8c1</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>21:28:47.582500</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.993328, 0.113962, -0.0176507, -0.112473, 0.991189, 0.0699636]</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-06_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.0770008</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-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4144, -7754, -7331, 799, -83, -238, -83, 131]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>234.052</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>b466f45d-7af0-4281-a85d-cf013ddf05ae||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.665027379989624, -0.301756888628006, -0.06876460462808609, 122.1244888305664], [-0.30575090646743774, 2.6592867374420166, 0.18228138983249664, -97.98878479003906], [-0.04735560342669487, -0.1877073049545288, 2.692962169647217, -80.58750915527344], [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': ['212847.582500', '212848.042500', '212848.502500', '212848.962500', '212849.422500', '212849.882500', '212850.342500', '212850.802500', '212851.262500', '212851.722500', '212852.182500', '212852.642500', '212853.102500', '212853.562500', '212854.022500', '212854.482500', '212854.942500', '212855.402500', '212855.862500', '212856.322500', '212856.782500', '212857.242500', '212857.702500', '212858.162500', '212858.622500', '212859.082500', '212859.542500', '212900.002500', '212900.462500', '212900.922500', '212901.382500', '212901.842500', '212902.302500', '212902.762500', '212903.222500', '212903.682500', '212904.142500', '212904.602500', '212905.062500', '212905.522500', '212905.982500', '212906.442500', '212906.902500', '212907.362500', '212907.822500', '212908.282500', '212908.742500', '212909.202500', '212909.662500', '212910.122500', '212910.582500', '212911.042500', '212911.502500', '212911.962500', '212912.422500', '212912.882500', '212913.342500', '212913.802500', '212914.262500', '212914.722500', '212915.182500', '212915.642500', '212916.102500', '212916.562500', '212917.022500', '212917.482500', '212917.942500', '212918.402500', '212918.862500', '212919.322500', '212919.782500', '212920.242500', '212920.702500', '212921.162500', '212921.622500', '212922.082500', '212922.542500', '212923.002500', '212923.462500', '212923.922500', '212924.382500', '212924.842500', '212925.302500', '212925.762500', '212926.222500', '212926.682500', '212927.142500', '212927.602500', '212928.062500', '212928.522500', '212928.982500', '212929.442500', '212929.902500', '212930.362500', '212930.822500', '212931.282500', '212931.742500', '212932.202500', '212932.662500', '212933.122500', '212933.582500', '212934.042500', '212934.502500', '212934.962500', '212935.422500', '212935.882500', '212936.342500', '212936.802500', '212937.262500', '212937.722500', '212938.182500', '212938.642500', '212939.102500', '212939.562500', '212940.022500', '212940.482500', '212940.942500', '212941.402500', '212941.862500', '212942.322500', '212942.782500', '212943.242500', '212943.702500', '212944.162500', '212944.622500', '212945.082500', '212945.542500', '212946.002500', '212946.462500', '212946.922500', '212947.382500', '212947.842500', '212948.302500', '212948.762500', '212949.222500', '212949.682500', '212950.142500', '212950.602500', '212951.062500', '212951.522500', '212951.982500', '212952.442500', '212952.902500', '212953.362500', '212953.822500', '212954.282500', '212954.742500', '212955.202500', '212955.662500', '212956.122500', '212956.582500', '212957.042500', '212957.502500', '212957.962500', '212958.422500', '212958.882500', '212959.342500', '212959.802500', '213000.262500', '213000.722500', '213001.182500', '213001.642500', '213002.102500', '213002.562500', '213003.022500', '213003.482500', '213003.942500', '213004.402500', '213004.862500', '213005.322500', '213005.782500', '213006.242500', '213006.702500', '213007.162500', '213007.622500', '213008.082500', '213008.542500', '213009.002500', '213009.462500', '213009.922500', '213010.382500', '213010.842500', '213011.302500', '213011.762500', '213012.222500', '213012.682500', '213013.142500', '213013.602500', '213014.062500', '213014.522500', '213014.982500', '213015.442500', '213015.902500', '213016.362500', '213016.822500', '213017.282500', '213017.742500', '213018.202500', '213018.662500', '213019.122500', '213019.582500', '213020.042500', '213020.502500', '213020.962500', '213021.422500', '213021.882500', '213022.342500', '213022.802500', '213023.262500', '213023.722500', '213024.182500', '213024.642500', '213025.102500', '213025.562500', '213026.022500', '213026.482500', '213026.942500', '213027.402500', '213027.862500', '213028.322500', '213028.782500', '213029.242500', '213029.702500', '213030.162500', '213030.622500', '213031.082500', '213031.542500', '213032.002500', '213032.462500', '213032.922500', '213033.382500', '213033.842500', '213034.302500', '213034.762500', '213035.222500', '213035.682500', '213036.142500', '213036.602500', '213037.062500', '213037.522500', '213037.982500', '213038.442500', '213038.902500', '213039.362500', '213039.822500', '213040.282500', '213040.742500', '213041.202500', '213041.662500', '213042.122500', '213042.582500', '213043.042500', '213043.502500', '213043.962500', '213044.422500', '213044.882500', '213045.342500', '213045.802500', '213046.262500', '213046.722500', '213047.182500', '213047.642500', '213048.102500', '213048.562500', '213049.022500', '213049.482500', '213049.942500', '213050.402500', '213050.862500', '213051.322500', '213051.782500', '213052.242500', '213052.702500', '213053.162500', '213053.622500', '213054.082500', '213054.542500', '213055.002500', '213055.462500', '213055.922500', '213056.382500', '213056.842500', '213057.302500', '213057.762500', '213058.222500', '213058.682500', '213059.142500', '213059.602500', '213100.062500', '213100.522500', '213100.982500', '213101.442500', '213101.902500', '213102.362500', '213102.822500', '213103.282500', '213103.742500', '213104.202500', '213104.662500', '213105.122500', '213105.582500', '213106.042500', '213106.502500', '213106.962500', '213107.422500', '213107.882500', '213108.342500', '213108.802500', '213109.262500', '213109.722500', '213110.182500', '213110.642500', '213111.102500', '213111.562500', '213112.022500', '213112.482500', '213112.942500', '213113.402500', '213113.862500', '213114.322500', '213114.782500', '213115.242500', '213115.702500', '213116.162500', '213116.622500', '213117.082500', '213117.542500', '213118.002500', '213118.462500', '213118.922500', '213119.382500', '213119.842500', '213120.302500', '213120.762500', '213121.222500', '213121.682500', '213122.142500', '213122.602500', '213123.062500', '213123.522500', '213123.982500', '213124.442500', '213124.902500', '213125.362500', '213125.822500', '213126.282500', '213126.742500', '213127.202500', '213127.662500', '213128.122500', '213128.582500', '213129.042500', '213129.502500', '213129.962500', '213130.422500', '213130.882500', '213131.342500', '213131.802500', '213132.262500', '213132.722500', '213133.182500', '213133.642500', '213134.102500', '213134.562500', '213135.022500', '213135.482500', '213135.942500', '213136.402500', '213136.862500', '213137.322500', '213137.782500', '213138.242500', '213138.702500', '213139.162500', '213139.622500', '213140.082500', '213140.542500', '213141.002500', '213141.462500', '213141.922500', '213142.382500', '213142.842500', '213143.302500', '213143.762500', '213144.222500', '213144.682500', '213145.142500', '213145.602500', '213146.062500', '213146.522500', '213146.982500', '213147.442500', '213147.902500', '213148.362500', '213148.822500', '213149.282500', '213149.742500', '213150.202500', '213150.662500', '213151.122500', '213151.582500', '213152.042500', '213152.502500', '213152.962500', '213153.422500', '213153.882500', '213154.342500', '213154.802500', '213155.262500', '213155.722500', '213156.182500', '213156.642500', '213157.102500', '213157.562500', '213158.022500', '213158.482500', '213158.942500', '213159.402500', '213159.862500', '213200.322500', '213200.782500', '213201.242500', '213201.702500', '213202.162500', '213202.622500', '213203.082500', '213203.542500', '213204.002500', '213204.462500', '213204.922500', '213205.382500', '213205.842500', '213206.302500', '213206.762500', '213207.222500', '213207.682500', '213208.142500', '213208.602500', '213209.062500', '213209.522500', '213209.982500', '213210.442500', '213210.902500', '213211.362500', '213211.822500', '213212.282500', '213212.742500', '213213.202500', '213213.662500', '213214.122500', '213214.582500', '213215.042500', '213215.502500', '213215.962500', '213216.422500', '213216.882500', '213217.342500', '213217.802500', '213218.262500', '213218.722500', '213219.182500', '213219.642500', '213220.102500', '213220.562500', '213221.022500', '213221.482500', '213221.942500', '213222.402500', '213222.862500', '213223.322500', '213223.782500', '213224.242500', '213224.702500', '213225.162500', '213225.622500', '213226.082500', '213226.542500', '213227.002500', '213227.462500', '213227.922500', '213228.382500', '213228.842500', '213229.302500', '213229.762500', '213230.222500', '213230.682500', '213231.142500', '213231.602500', '213232.062500', '213232.522500', '213232.982500', '213233.442500', '213233.902500', '213234.362500', '213234.822500', '213235.282500', '213235.742500', '213236.202500', '213236.662500', '213237.122500', '213237.582500', '213238.042500', '213238.502500', '213238.962500', '213239.422500', '213239.882500', '213240.342500', '213240.802500', '213241.262500', '213241.722500', '213242.182500', '213242.642500', '213243.102500', '213243.562500', '213244.022500', '213244.482500', '213244.942500', '213245.402500', '213245.862500', '213246.322500', '213246.782500', '213247.242500', '213247.702500', '213248.162500', '213248.622500', '213249.082500', '213249.542500', '213250.002500', '213250.462500', '213250.922500', '213251.382500', '213251.842500', '213252.302500', '213252.762500', '213253.222500', '213253.682500', '213254.142500', '213254.602500', '213255.062500', '213255.522500', '213255.982500', '213256.442500', '213256.902500', '213257.362500', '213257.822500', '213258.282500', '213258.742500', '213259.202500', '213259.662500', '213300.122500', '213300.582500', '213301.042500', '213301.502500', '213301.962500', '213302.422500', '213302.882500', '213303.342500', '213303.802500', '213304.262500', '213304.722500', '213305.182500', '213305.642500', '213306.102500', '213306.562500', '213307.022500', '213307.482500', '213307.942500', '213308.402500', '213308.862500', '213309.322500', '213309.782500', '213310.242500', '213310.702500', '213311.162500', '213311.622500', '213312.082500', '213312.542500', '213313.002500', '213313.462500', '213313.922500', '213314.382500', '213314.842500', '213315.302500', '213315.762500', '213316.222500', '213316.682500', '213317.142500', '213317.602500', '213318.062500', '213318.522500', '213318.982500', '213319.442500', '213319.902500', '213320.362500', '213320.822500', '213321.282500', '213321.742500', '213322.202500', '213322.662500', '213323.122500', '213323.582500', '213324.042500', '213324.502500', '213324.962500', '213325.422500', '213325.882500', '213326.342500', '213326.802500', '213327.262500', '213327.722500', '213328.182500', '213328.642500', '213329.102500', '213329.562500', '213330.022500', '213330.482500', '213330.942500', '213331.402500', '213331.862500', '213332.322500', '213332.782500', '213333.242500', '213333.702500', '213334.162500', '213334.622500', '213335.082500', '213335.542500', '213336.002500', '213336.462500', '213336.922500', '213337.382500', '213337.842500', '213338.302500', '213338.762500', '213339.222500', '213339.682500', '213340.142500', '213340.602500', '213341.062500', '213341.522500', '213341.982500', '213342.442500', '213342.902500', '213343.362500', '213343.822500', '213344.282500', '213344.742500', '213345.202500', '213345.662500', '213346.122500', '213346.582500', '213347.042500', '213347.502500', '213347.962500', '213348.422500', '213348.882500', '213349.342500', '213349.802500', '213350.262500', '213350.722500', '213351.182500', '213351.642500', '213352.102500', '213352.562500', '213353.022500', '213353.482500', '213353.942500', '213354.402500', '213354.862500', '213355.322500', '213355.782500', '213356.242500', '213356.702500', '213357.162500', '213357.622500', '213358.082500', '213358.542500', '213359.002500', '213359.462500', '213359.922500', '213400.382500', '213400.842500', '213401.302500', '213401.762500', '213402.222500', '213402.682500', '213403.142500', '213403.602500', '213404.062500', '213404.522500', '213404.982500', '213405.442500', '213405.902500', '213406.362500', '213406.822500', '213407.282500', '213407.742500', '213408.202500', '213408.662500', '213409.122500', '213409.582500', '213410.042500', '213410.502500', '213410.962500', '213411.422500', '213411.882500', '213412.342500', '213412.802500', '213413.262500', '213413.722500', '213414.182500', '213414.642500', '213415.102500', '213415.562500', '213416.022500', '213416.482500', '213416.942500', '213417.402500', '213417.862500', '213418.322500', '213418.782500', '213419.242500', '213419.702500', '213420.162500', '213420.622500', '213421.082500', '213421.542500', '213422.002500', '213422.462500', '213422.922500', '213423.382500', '213423.842500', '213424.302500', '213424.762500', '213425.222500', '213425.682500', '213426.142500', '213426.602500', '213427.062500', '213427.522500', '213427.982500', '213428.442500', '213428.902500', '213429.362500', '213429.822500', '213430.282500', '213430.742500', '213431.202500', '213431.662500', '213432.122500', '213432.582500', '213433.042500', '213433.502500', '213433.962500', '213434.422500', '213434.882500', '213435.342500', '213435.802500', '213436.262500', '213436.722500', '213437.182500', '213437.642500', '213438.102500', '213438.562500', '213439.022500', '213439.482500', '213439.942500', '213440.402500', '213440.862500', '213441.322500', '213441.782500', '213442.242500', '213442.702500', '213443.162500', '213443.622500', '213444.082500', '213444.542500', '213445.002500', '213445.462500', '213445.922500', '213446.382500', '213446.842500', '213447.302500', '213447.762500', '213448.222500', '213448.682500', '213449.142500', '213449.602500', '213450.062500', '213450.522500', '213450.982500', '213451.442500', '213451.902500', '213452.362500', '213452.822500', '213453.282500', '213453.742500', '213454.202500', '213454.662500', '213455.122500', '213455.582500', '213456.042500', '213456.502500', '213456.962500', '213457.422500', '213457.882500', '213458.342500', '213458.802500', '213459.262500', '213459.722500', '213500.182500', '213500.642500', '213501.102500', '213501.562500', '213502.022500', '213502.482500', '213502.942500', '213503.402500', '213503.862500', '213504.322500', '213504.782500', '213505.242500', '213505.702500', '213506.162500', '213506.622500', '213507.082500', '213507.542500', '213508.002500', '213508.462500', '213508.922500', '213509.382500', '213509.842500', '213510.302500', '213510.762500', '213511.222500', '213511.682500', '213512.142500', '213512.602500', '213513.062500', '213513.522500', '213513.982500', '213514.442500', '213514.902500', '213515.362500', '213515.822500', '213516.282500', '213516.742500', '213517.202500', '213517.662500', '213518.122500', '213518.582500', '213519.042500', '213519.502500', '213519.962500', '213520.422500', '213520.882500', '213521.342500', '213521.802500', '213522.262500', '213522.722500', '213523.182500', '213523.642500', '213524.102500', '213524.562500', '213525.022500', '213525.482500', '213525.942500', '213526.402500', '213526.862500', '213527.322500', '213527.782500', '213528.242500'], 'ContentTime': ['212912.640000', '212912.643000', '212912.646000', '212912.649000', '212912.651000', '212912.654000', '212912.657000', '212912.659000', '212912.662000', '212912.664000', '212912.667000', '212912.670000', '212912.672000', '212912.701000', '212912.704000', '212912.706000', '212912.709000', '212912.711000', '212912.714000', '212912.716000', '212912.719000', '212912.722000', '212912.724000', '212912.727000', '212912.730000', '212912.732000', '212912.735000', '212912.737000', '212912.740000', '212912.743000', '212912.745000', '212912.749000', '212912.752000', '212912.754000', '212912.757000', '212912.760000', '212912.762000', '212912.765000', '212912.767000', '212912.777000', '212912.780000', '212912.783000', '212912.785000', '212912.788000', '212912.790000', '212912.793000', '212912.796000', '212912.798000', '212912.801000', '212912.804000', '212912.806000', '212912.809000', '212912.812000', '212932.596000', '212932.599000', '212932.602000', '212932.605000', '212932.607000', '212932.610000', '212932.613000', '212932.615000', '212932.618000', '212932.620000', '212932.623000', '212932.637000', '212932.640000', '212932.643000', '212932.645000', '212932.648000', '212932.651000', '212932.653000', '212932.656000', '212932.658000', '212932.661000', '212932.664000', '212932.666000', '212932.669000', '212932.671000', '212932.674000', '212932.676000', '212932.679000', '212932.682000', '212932.684000', '212932.687000', '212932.690000', '212932.692000', '212932.695000', '212932.697000', '212932.700000', '212932.703000', '212932.705000', '212932.708000', '212932.710000', '212932.713000', '212932.716000', '212932.718000', '212952.596000', '212952.599000', '212952.602000', '212952.605000', '212952.607000', '212952.610000', '212952.613000', '212952.615000', '212952.618000', '212952.621000', '212952.623000', '212952.626000', '212952.634000', '212952.636000', '212952.639000', '212952.642000', '212952.644000', '212952.647000', '212952.650000', '212952.652000', '212952.655000', '212952.657000', '212952.660000', '212952.663000', '212952.665000', '212952.668000', '212952.671000', '212952.673000', '212952.676000', '212952.678000', '212952.681000', '212952.684000', '212952.687000', '212952.689000', '212952.692000', '212952.695000', '212952.697000', '212952.700000', '212952.702000', '212952.705000', '212952.708000', '212952.710000', '212952.713000', '212952.715000', '213012.595000', '213012.598000', '213012.601000', '213012.604000', '213012.607000', '213012.609000', '213012.612000', '213012.618000', '213012.620000', '213012.623000', '213012.626000', '213012.628000', '213012.631000', '213012.633000', '213012.636000', '213012.639000', '213012.641000', '213012.644000', '213012.647000', '213012.649000', '213012.652000', '213012.654000', '213012.657000', '213012.660000', '213012.662000', '213012.665000', '213012.668000', '213012.670000', '213012.673000', '213012.676000', '213012.678000', '213012.681000', '213012.683000', '213012.686000', '213012.689000', '213012.691000', '213012.694000', '213012.696000', '213012.699000', '213012.702000', '213012.704000', '213012.707000', '213012.710000', '213032.595000', '213032.599000', '213032.602000', '213032.604000', '213032.607000', '213032.610000', '213032.612000', '213032.615000', '213032.618000', '213032.620000', '213032.623000', '213032.625000', '213032.628000', '213032.639000', '213032.641000', '213032.644000', '213032.647000', '213032.649000', '213032.652000', '213032.655000', '213032.657000', '213032.660000', '213032.662000', '213032.665000', '213032.668000', '213032.670000', '213032.673000', '213032.676000', '213032.678000', '213032.681000', '213032.684000', '213032.686000', '213032.689000', '213032.692000', '213032.694000', '213032.697000', '213032.699000', '213032.702000', '213032.705000', '213032.707000', '213032.710000', '213032.712000', '213032.715000', '213052.596000', '213052.599000', '213052.602000', '213052.604000', '213052.607000', '213052.610000', '213052.612000', '213052.615000', '213052.618000', '213052.620000', '213052.623000', '213052.626000', '213052.628000', '213052.631000', '213052.657000', '213052.660000', '213052.662000', '213052.665000', '213052.668000', '213052.670000', '213052.673000', '213052.675000', '213052.678000', '213052.681000', '213052.683000', '213052.686000', '213052.688000', '213052.691000', '213052.694000', '213052.696000', '213052.699000', '213052.702000', '213052.704000', '213052.707000', '213052.709000', '213052.712000', '213052.715000', '213052.717000', '213052.720000', '213052.722000', '213052.725000', '213052.728000', '213052.730000', '213052.733000', '213112.595000', '213112.598000', '213112.601000', '213112.604000', '213112.606000', '213112.609000', '213112.612000', '213112.615000', '213112.618000', '213112.620000', '213112.623000', '213112.626000', '213112.628000', '213112.631000', '213112.634000', '213112.636000', '213112.639000', '213112.642000', '213112.644000', '213112.647000', '213112.649000', '213112.652000', '213112.655000', '213112.657000', '213112.660000', '213112.662000', '213112.666000', '213112.668000', '213112.671000', '213112.673000', '213112.676000', '213112.679000', '213112.681000', '213112.684000', '213112.687000', '213112.689000', '213112.692000', '213112.694000', '213112.697000', '213112.700000', '213112.702000', '213112.705000', '213112.707000', '213132.595000', '213132.598000', '213132.601000', '213132.604000', '213132.606000', '213132.616000', '213132.619000', '213132.621000', '213132.624000', '213132.626000', '213132.629000', '213132.632000', '213132.634000', '213132.637000', '213132.640000', '213132.642000', '213132.645000', '213132.648000', '213132.650000', '213132.653000', '213132.655000', '213132.658000', '213132.661000', '213132.663000', '213132.666000', '213132.669000', '213132.671000', '213132.674000', '213132.676000', '213132.679000', '213132.682000', '213132.684000', '213132.687000', '213132.690000', '213132.692000', '213132.695000', '213132.697000', '213132.700000', '213132.703000', '213132.705000', '213132.708000', '213132.711000', '213132.713000', '213132.716000', '213152.596000', '213152.599000', '213152.602000', '213152.605000', '213152.608000', '213152.610000', '213152.613000', '213152.616000', '213152.618000', '213152.621000', '213152.624000', '213152.627000', '213152.630000', '213152.632000', '213152.635000', '213152.637000', '213152.640000', '213152.643000', '213152.645000', '213152.648000', '213152.651000', '213152.653000', '213152.656000', '213152.658000', '213152.661000', '213152.664000', '213152.666000', '213152.669000', '213152.672000', '213152.675000', '213152.677000', '213152.680000', '213152.682000', '213152.685000', '213152.688000', '213152.690000', '213152.693000', '213152.696000', '213152.698000', '213152.701000', '213152.703000', '213152.706000', '213152.709000', '213212.596000', '213212.599000', '213212.602000', '213212.605000', '213212.607000', '213212.610000', '213212.612000', '213212.615000', '213212.618000', '213212.620000', '213212.629000', '213212.632000', '213212.634000', '213212.637000', '213212.640000', '213212.642000', '213212.645000', '213212.647000', '213212.650000', '213212.653000', '213212.655000', '213212.658000', '213212.660000', '213212.663000', '213212.666000', '213212.668000', '213212.671000', '213212.674000', '213212.676000', '213212.679000', '213212.681000', '213212.684000', '213212.687000', '213212.689000', '213212.692000', '213212.694000', '213212.697000', '213212.699000', '213212.702000', '213212.738000', '213212.741000', '213212.743000', '213212.746000', '213212.749000', '213232.596000', '213232.598000', '213232.601000', '213232.604000', '213232.606000', '213232.609000', '213232.612000', '213232.614000', '213232.617000', '213232.620000', '213232.623000', '213232.625000', '213232.628000', '213232.630000', '213232.633000', '213232.636000', '213232.638000', '213232.641000', '213232.644000', '213232.646000', '213232.649000', '213232.653000', '213232.656000', '213232.658000', '213232.661000', '213232.664000', '213232.666000', '213232.669000', '213232.672000', '213232.674000', '213232.677000', '213232.679000', '213232.682000', '213232.685000', '213232.687000', '213232.690000', '213232.693000', '213232.695000', '213232.698000', '213232.701000', '213232.703000', '213232.706000', '213232.709000', '213252.595000', '213252.598000', '213252.601000', '213252.604000', '213252.607000', '213252.609000', '213252.612000', '213252.615000', '213252.617000', '213252.620000', '213252.623000', '213252.625000', '213252.628000', '213252.631000', '213252.633000', '213252.636000', '213252.638000', '213252.641000', '213252.644000', '213252.646000', '213252.649000', '213252.652000', '213252.654000', '213252.657000', '213252.660000', '213252.662000', '213252.665000', '213252.668000', '213252.670000', '213252.673000', '213252.675000', '213252.678000', '213252.681000', '213252.684000', '213252.686000', '213252.689000', '213252.692000', '213252.695000', '213252.697000', '213252.700000', '213252.703000', '213252.705000', '213252.708000', '213252.710000', '213312.596000', '213312.599000', '213312.601000', '213312.604000', '213312.606000', '213312.609000', '213312.612000', '213312.615000', '213312.617000', '213312.620000', '213312.622000', '213312.625000', '213312.628000', '213312.630000', '213312.633000', '213312.636000', '213312.638000', '213312.641000', '213312.644000', '213312.646000', '213312.649000', '213312.652000', '213312.654000', '213312.659000', '213312.662000', '213312.664000', '213312.667000', '213312.670000', '213312.672000', '213312.675000', '213312.677000', '213312.680000', '213312.683000', '213312.686000', '213312.688000', '213312.691000', '213312.694000', '213312.696000', '213312.699000', '213312.701000', '213312.704000', '213312.707000', '213312.709000', '213332.596000', '213332.599000', '213332.601000', '213332.604000', '213332.607000', '213332.609000', '213332.612000', '213332.615000', '213332.617000', '213332.620000', '213332.622000', '213332.625000', '213332.628000', '213332.630000', '213332.633000', '213332.636000', '213332.638000', '213332.641000', '213332.643000', '213332.646000', '213332.649000', '213332.651000', '213332.654000', '213332.657000', '213332.659000', '213332.662000', '213332.665000', '213332.667000', '213332.670000', '213332.672000', '213332.675000', '213332.678000', '213332.680000', '213332.683000', '213332.686000', '213332.689000', '213332.691000', '213332.694000', '213332.696000', '213332.699000', '213332.702000', '213332.704000', '213332.707000', '213332.709000', '213352.595000', '213352.598000', '213352.601000', '213352.604000', '213352.606000', '213352.651000', '213352.654000', '213352.657000', '213352.660000', '213352.662000', '213352.665000', '213352.675000', '213352.678000', '213352.680000', '213352.683000', '213352.686000', '213352.688000', '213352.692000', '213352.694000', '213352.697000', '213352.700000', '213352.702000', '213352.705000', '213352.708000', '213352.710000', '213352.713000', '213352.716000', '213352.718000', '213352.721000', '213352.724000', '213352.727000', '213352.729000', '213352.732000', '213352.735000', '213352.737000', '213352.740000', '213352.743000', '213352.746000', '213352.748000', '213352.751000', '213352.754000', '213352.756000', '213352.759000', '213412.596000', '213412.599000', '213412.602000', '213412.605000', '213412.607000', '213412.610000', '213412.612000', '213412.615000', '213412.618000', '213412.620000', '213412.623000', '213412.625000', '213412.628000', '213412.630000', '213412.633000', '213412.636000', '213412.638000', '213412.641000', '213412.644000', '213412.646000', '213412.649000', '213412.651000', '213412.654000', '213412.657000', '213412.659000', '213412.662000', '213412.664000', '213412.667000', '213412.670000', '213412.672000', '213412.675000', '213412.678000', '213412.680000', '213412.683000', '213412.685000', '213412.688000', '213412.691000', '213412.694000', '213412.696000', '213412.699000', '213412.701000', '213412.704000', '213412.707000', '213412.709000', '213432.596000', '213432.599000', '213432.601000', '213432.604000', '213432.607000', '213432.610000', '213432.613000', '213432.616000', '213432.619000', '213432.622000', '213432.625000', '213432.627000', '213432.630000', '213432.633000', '213432.635000', '213432.638000', '213432.640000', '213432.643000', '213432.646000', '213432.648000', '213432.651000', '213432.654000', '213432.656000', '213432.659000', '213432.661000', '213432.664000', '213432.667000', '213432.669000', '213432.672000', '213432.675000', '213432.677000', '213432.680000', '213432.683000', '213432.685000', '213432.690000', '213432.692000', '213432.695000', '213432.697000', '213432.700000', '213432.703000', '213432.705000', '213432.708000', '213432.711000', '213452.595000', '213452.598000', '213452.601000', '213452.604000', '213452.606000', '213452.609000', '213452.611000', '213452.614000', '213452.617000', '213452.619000', '213452.622000', '213452.624000', '213452.628000', '213452.630000', '213452.633000', '213452.635000', '213452.638000', '213452.641000', '213452.643000', '213452.646000', '213452.649000', '213452.651000', '213452.654000', '213452.656000', '213452.659000', '213452.662000', '213452.664000', '213452.667000', '213452.670000', '213452.672000', '213452.675000', '213452.677000', '213452.680000', '213452.683000', '213452.685000', '213452.688000', '213452.691000', '213452.693000', '213452.696000', '213452.698000', '213452.701000', '213452.704000', '213452.707000', '213452.709000', '213512.596000', '213512.599000', '213512.602000', '213512.604000', '213512.607000', '213512.609000', '213512.612000', '213512.615000', '213512.617000', '213512.620000', '213512.623000', '213512.625000', '213512.628000', '213512.630000', '213512.633000', '213512.636000', '213512.661000', '213512.664000', '213512.666000', '213512.669000', '213512.672000', '213512.674000', '213512.677000', '213512.680000', '213512.683000', '213512.685000', '213512.688000', '213512.690000', '213512.693000', '213512.696000', '213512.698000', '213512.701000', '213512.704000', '213512.706000', '213512.709000', '213512.712000', '213512.714000', '213512.717000', '213512.720000', '213512.722000', '213512.725000', '213512.728000', '213512.731000', '213529.236000', '213529.239000', '213529.242000', '213529.244000', '213529.247000', '213529.250000', '213529.252000', '213529.255000', '213529.257000', '213529.260000', '213529.263000', '213529.265000', '213529.268000', '213529.271000', '213529.273000', '213529.276000', '213529.279000', '213529.281000', '213529.284000', '213529.287000', '213529.289000', '213529.292000', '213529.294000', '213529.297000', '213529.300000', '213529.302000', '213529.305000', '213529.308000', '213529.310000', '213529.313000', '213529.316000', '213529.318000', '213529.321000', '213529.324000', '213529.326000', '213529.329000', '213529.331000'], 'InstanceCreationTime': ['212912.640000', '212912.643000', '212912.646000', '212912.649000', '212912.651000', '212912.654000', '212912.657000', '212912.659000', '212912.662000', '212912.664000', '212912.667000', '212912.670000', '212912.672000', '212912.701000', '212912.704000', '212912.706000', '212912.709000', '212912.711000', '212912.714000', '212912.716000', '212912.719000', '212912.722000', '212912.724000', '212912.727000', '212912.730000', '212912.732000', '212912.735000', '212912.737000', '212912.740000', '212912.743000', '212912.745000', '212912.749000', '212912.752000', '212912.754000', '212912.757000', '212912.760000', '212912.762000', '212912.765000', '212912.767000', '212912.777000', '212912.780000', '212912.783000', '212912.785000', '212912.788000', '212912.790000', '212912.793000', '212912.796000', '212912.798000', '212912.801000', '212912.804000', '212912.806000', '212912.809000', '212912.812000', '212932.596000', '212932.599000', '212932.602000', '212932.605000', '212932.607000', '212932.610000', '212932.613000', '212932.615000', '212932.618000', '212932.620000', '212932.623000', '212932.637000', '212932.640000', '212932.643000', '212932.645000', '212932.648000', '212932.651000', '212932.653000', '212932.656000', '212932.658000', '212932.661000', '212932.664000', '212932.666000', '212932.669000', '212932.671000', '212932.674000', '212932.676000', '212932.679000', '212932.682000', '212932.684000', '212932.687000', '212932.690000', '212932.692000', '212932.695000', '212932.697000', '212932.700000', '212932.703000', '212932.705000', '212932.708000', '212932.710000', '212932.713000', '212932.716000', '212932.718000', '212952.596000', '212952.599000', '212952.602000', '212952.605000', '212952.607000', '212952.610000', '212952.613000', '212952.615000', '212952.618000', '212952.621000', '212952.623000', '212952.626000', '212952.634000', '212952.636000', '212952.639000', '212952.642000', '212952.644000', '212952.647000', '212952.650000', '212952.652000', '212952.655000', '212952.657000', '212952.660000', '212952.663000', '212952.665000', '212952.668000', '212952.671000', '212952.673000', '212952.676000', '212952.678000', '212952.681000', '212952.684000', '212952.687000', '212952.689000', '212952.692000', '212952.695000', '212952.697000', '212952.700000', '212952.702000', '212952.705000', '212952.708000', '212952.710000', '212952.713000', '212952.715000', '213012.595000', '213012.598000', '213012.601000', '213012.604000', '213012.607000', '213012.609000', '213012.612000', '213012.618000', '213012.620000', '213012.623000', '213012.626000', '213012.628000', '213012.631000', '213012.633000', '213012.636000', '213012.639000', '213012.641000', '213012.644000', '213012.647000', '213012.649000', '213012.652000', '213012.654000', '213012.657000', '213012.660000', '213012.662000', '213012.665000', '213012.668000', '213012.670000', '213012.673000', '213012.676000', '213012.678000', '213012.681000', '213012.683000', '213012.686000', '213012.689000', '213012.691000', '213012.694000', '213012.696000', '213012.699000', '213012.702000', '213012.704000', '213012.707000', '213012.710000', '213032.595000', '213032.599000', '213032.602000', '213032.604000', '213032.607000', '213032.610000', '213032.612000', '213032.615000', '213032.618000', '213032.620000', '213032.623000', '213032.625000', '213032.628000', '213032.639000', '213032.641000', '213032.644000', '213032.647000', '213032.649000', '213032.652000', '213032.655000', '213032.657000', '213032.660000', '213032.662000', '213032.665000', '213032.668000', '213032.670000', '213032.673000', '213032.676000', '213032.678000', '213032.681000', '213032.684000', '213032.686000', '213032.689000', '213032.692000', '213032.694000', '213032.697000', '213032.699000', '213032.702000', '213032.705000', '213032.707000', '213032.710000', '213032.712000', '213032.715000', '213052.596000', '213052.599000', '213052.602000', '213052.604000', '213052.607000', '213052.610000', '213052.612000', '213052.615000', '213052.618000', '213052.620000', '213052.623000', '213052.626000', '213052.628000', '213052.631000', '213052.657000', '213052.660000', '213052.662000', '213052.665000', '213052.668000', '213052.670000', '213052.673000', '213052.675000', '213052.678000', '213052.681000', '213052.683000', '213052.686000', '213052.688000', '213052.691000', '213052.694000', '213052.696000', '213052.699000', '213052.702000', '213052.704000', '213052.707000', '213052.709000', '213052.712000', '213052.715000', '213052.717000', '213052.720000', '213052.722000', '213052.725000', '213052.728000', '213052.730000', '213052.733000', '213112.595000', '213112.598000', '213112.601000', '213112.604000', '213112.606000', '213112.609000', '213112.612000', '213112.615000', '213112.618000', '213112.620000', '213112.623000', '213112.626000', '213112.628000', '213112.631000', '213112.634000', '213112.636000', '213112.639000', '213112.642000', '213112.644000', '213112.647000', '213112.649000', '213112.652000', '213112.655000', '213112.657000', '213112.660000', '213112.662000', '213112.666000', '213112.668000', '213112.671000', '213112.673000', '213112.676000', '213112.679000', '213112.681000', '213112.684000', '213112.687000', '213112.689000', '213112.692000', '213112.694000', '213112.697000', '213112.700000', '213112.702000', '213112.705000', '213112.707000', '213132.595000', '213132.598000', '213132.601000', '213132.604000', '213132.606000', '213132.616000', '213132.619000', '213132.621000', '213132.624000', '213132.626000', '213132.629000', '213132.632000', '213132.634000', '213132.637000', '213132.640000', '213132.642000', '213132.645000', '213132.648000', '213132.650000', '213132.653000', '213132.655000', '213132.658000', '213132.661000', '213132.663000', '213132.666000', '213132.669000', '213132.671000', '213132.674000', '213132.676000', '213132.679000', '213132.682000', '213132.684000', '213132.687000', '213132.690000', '213132.692000', '213132.695000', '213132.697000', '213132.700000', '213132.703000', '213132.705000', '213132.708000', '213132.711000', '213132.713000', '213132.716000', '213152.596000', '213152.599000', '213152.602000', '213152.605000', '213152.608000', '213152.610000', '213152.613000', '213152.616000', '213152.618000', '213152.621000', '213152.624000', '213152.627000', '213152.630000', '213152.632000', '213152.635000', '213152.637000', '213152.640000', '213152.643000', '213152.645000', '213152.648000', '213152.651000', '213152.653000', '213152.656000', '213152.658000', '213152.661000', '213152.664000', '213152.666000', '213152.669000', '213152.672000', '213152.675000', '213152.677000', '213152.680000', '213152.682000', '213152.685000', '213152.688000', '213152.690000', '213152.693000', '213152.696000', '213152.698000', '213152.701000', '213152.703000', '213152.706000', '213152.709000', '213212.596000', '213212.599000', '213212.602000', '213212.605000', '213212.607000', '213212.610000', '213212.612000', '213212.615000', '213212.618000', '213212.620000', '213212.629000', '213212.632000', '213212.634000', '213212.637000', '213212.640000', '213212.642000', '213212.645000', '213212.647000', '213212.650000', '213212.653000', '213212.655000', '213212.658000', '213212.660000', '213212.663000', '213212.666000', '213212.668000', '213212.671000', '213212.674000', '213212.676000', '213212.679000', '213212.681000', '213212.684000', '213212.687000', '213212.689000', '213212.692000', '213212.694000', '213212.697000', '213212.699000', '213212.702000', '213212.738000', '213212.741000', '213212.743000', '213212.746000', '213212.749000', '213232.596000', '213232.598000', '213232.601000', '213232.604000', '213232.606000', '213232.609000', '213232.612000', '213232.614000', '213232.617000', '213232.620000', '213232.623000', '213232.625000', '213232.628000', '213232.630000', '213232.633000', '213232.636000', '213232.638000', '213232.641000', '213232.644000', '213232.646000', '213232.649000', '213232.653000', '213232.656000', '213232.658000', '213232.661000', '213232.664000', '213232.666000', '213232.669000', '213232.672000', '213232.674000', '213232.677000', '213232.679000', '213232.682000', '213232.685000', '213232.687000', '213232.690000', '213232.693000', '213232.695000', '213232.698000', '213232.701000', '213232.703000', '213232.706000', '213232.709000', '213252.595000', '213252.598000', '213252.601000', '213252.604000', '213252.607000', '213252.609000', '213252.612000', '213252.615000', '213252.617000', '213252.620000', '213252.623000', '213252.625000', '213252.628000', '213252.631000', '213252.633000', '213252.636000', '213252.638000', '213252.641000', '213252.644000', '213252.646000', '213252.649000', '213252.652000', '213252.654000', '213252.657000', '213252.660000', '213252.662000', '213252.665000', '213252.668000', '213252.670000', '213252.673000', '213252.675000', '213252.678000', '213252.681000', '213252.684000', '213252.686000', '213252.689000', '213252.692000', '213252.695000', '213252.697000', '213252.700000', '213252.703000', '213252.705000', '213252.708000', '213252.710000', '213312.596000', '213312.599000', '213312.601000', '213312.604000', '213312.606000', '213312.609000', '213312.612000', '213312.615000', '213312.617000', '213312.620000', '213312.622000', '213312.625000', '213312.628000', '213312.630000', '213312.633000', '213312.636000', '213312.638000', '213312.641000', '213312.644000', '213312.646000', '213312.649000', '213312.652000', '213312.654000', '213312.659000', '213312.662000', '213312.664000', '213312.667000', '213312.670000', '213312.672000', '213312.675000', '213312.677000', '213312.680000', '213312.683000', '213312.686000', '213312.688000', '213312.691000', '213312.694000', '213312.696000', '213312.699000', '213312.701000', '213312.704000', '213312.707000', '213312.709000', '213332.596000', '213332.599000', '213332.601000', '213332.604000', '213332.607000', '213332.609000', '213332.612000', '213332.615000', '213332.617000', '213332.620000', '213332.622000', '213332.625000', '213332.628000', '213332.630000', '213332.633000', '213332.636000', '213332.638000', '213332.641000', '213332.643000', '213332.646000', '213332.649000', '213332.651000', '213332.654000', '213332.657000', '213332.659000', '213332.662000', '213332.665000', '213332.667000', '213332.670000', '213332.672000', '213332.675000', '213332.678000', '213332.680000', '213332.683000', '213332.686000', '213332.689000', '213332.691000', '213332.694000', '213332.696000', '213332.699000', '213332.702000', '213332.704000', '213332.707000', '213332.709000', '213352.595000', '213352.598000', '213352.601000', '213352.604000', '213352.606000', '213352.651000', '213352.654000', '213352.657000', '213352.660000', '213352.662000', '213352.665000', '213352.675000', '213352.678000', '213352.680000', '213352.683000', '213352.686000', '213352.688000', '213352.692000', '213352.694000', '213352.697000', '213352.700000', '213352.702000', '213352.705000', '213352.708000', '213352.710000', '213352.713000', '213352.716000', '213352.718000', '213352.721000', '213352.724000', '213352.727000', '213352.729000', '213352.732000', '213352.735000', '213352.737000', '213352.740000', '213352.743000', '213352.746000', '213352.748000', '213352.751000', '213352.754000', '213352.756000', '213352.759000', '213412.596000', '213412.599000', '213412.602000', '213412.605000', '213412.607000', '213412.610000', '213412.612000', '213412.615000', '213412.618000', '213412.620000', '213412.623000', '213412.625000', '213412.628000', '213412.630000', '213412.633000', '213412.636000', '213412.638000', '213412.641000', '213412.644000', '213412.646000', '213412.649000', '213412.651000', '213412.654000', '213412.657000', '213412.659000', '213412.662000', '213412.664000', '213412.667000', '213412.670000', '213412.672000', '213412.675000', '213412.678000', '213412.680000', '213412.683000', '213412.685000', '213412.688000', '213412.691000', '213412.694000', '213412.696000', '213412.699000', '213412.701000', '213412.704000', '213412.707000', '213412.709000', '213432.596000', '213432.599000', '213432.601000', '213432.604000', '213432.607000', '213432.610000', '213432.613000', '213432.616000', '213432.619000', '213432.622000', '213432.625000', '213432.627000', '213432.630000', '213432.633000', '213432.635000', '213432.638000', '213432.640000', '213432.643000', '213432.646000', '213432.648000', '213432.651000', '213432.654000', '213432.656000', '213432.659000', '213432.661000', '213432.664000', '213432.667000', '213432.669000', '213432.672000', '213432.675000', '213432.677000', '213432.680000', '213432.683000', '213432.685000', '213432.690000', '213432.692000', '213432.695000', '213432.697000', '213432.700000', '213432.703000', '213432.705000', '213432.708000', '213432.711000', '213452.595000', '213452.598000', '213452.601000', '213452.604000', '213452.606000', '213452.609000', '213452.611000', '213452.614000', '213452.617000', '213452.619000', '213452.622000', '213452.624000', '213452.628000', '213452.630000', '213452.633000', '213452.635000', '213452.638000', '213452.641000', '213452.643000', '213452.646000', '213452.649000', '213452.651000', '213452.654000', '213452.656000', '213452.659000', '213452.662000', '213452.664000', '213452.667000', '213452.670000', '213452.672000', '213452.675000', '213452.677000', '213452.680000', '213452.683000', '213452.685000', '213452.688000', '213452.691000', '213452.693000', '213452.696000', '213452.698000', '213452.701000', '213452.704000', '213452.707000', '213452.709000', '213512.596000', '213512.599000', '213512.602000', '213512.604000', '213512.607000', '213512.609000', '213512.612000', '213512.615000', '213512.617000', '213512.620000', '213512.623000', '213512.625000', '213512.628000', '213512.630000', '213512.633000', '213512.636000', '213512.661000', '213512.664000', '213512.666000', '213512.669000', '213512.672000', '213512.674000', '213512.677000', '213512.680000', '213512.683000', '213512.685000', '213512.688000', '213512.690000', '213512.693000', '213512.696000', '213512.698000', '213512.701000', '213512.704000', '213512.706000', '213512.709000', '213512.712000', '213512.714000', '213512.717000', '213512.720000', '213512.722000', '213512.725000', '213512.728000', '213512.731000', '213529.236000', '213529.239000', '213529.242000', '213529.244000', '213529.247000', '213529.250000', '213529.252000', '213529.255000', '213529.257000', '213529.260000', '213529.263000', '213529.265000', '213529.268000', '213529.271000', '213529.273000', '213529.276000', '213529.279000', '213529.281000', '213529.284000', '213529.287000', '213529.289000', '213529.292000', '213529.294000', '213529.297000', '213529.300000', '213529.302000', '213529.305000', '213529.308000', '213529.310000', '213529.313000', '213529.316000', '213529.318000', '213529.321000', '213529.324000', '213529.326000', '213529.329000', '213529.331000'], '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': [8271, 11025, 8654, 11505, 8336, 10872, 7451, 9821, 8298, 9125, 7660, 9637, 10599, 11372, 10946, 10343, 11477, 9525, 9853, 10570, 8716, 10098, 7575, 8587, 8795, 9200, 9894, 10707, 10587, 9721, 10469, 8300, 9297, 8618, 9123, 9546, 9815, 9748, 9486, 9161, 9470, 9123, 9476, 9141, 9205, 8561, 8879, 8845, 10604, 8315, 9404, 7423, 9261, 7609, 9080, 9356, 8491, 9701, 8267, 8147, 7409, 8604, 7294, 8427, 8269, 8448, 9069, 8850, 9283, 9313, 8966, 9108, 8747, 8667, 8637, 9024, 8926, 8938, 9034, 8933, 10388, 11851, 11191, 10855, 9171, 10106, 8297, 9281, 9035, 8392, 8776, 8378, 8453, 7795, 7965, 6815, 8954, 7414, 9915, 8887, 10239, 8076, 9506, 7917, 7745, 9016, 8538, 8458, 7174, 10964, 7572, 11932, 8966, 11022, 9648, 10213, 10297, 9379, 10073, 8176, 9330, 8793, 9106, 8624, 9109, 8749, 8736, 8428, 8209, 8196, 9376, 9229, 7840, 10078, 7715, 10053, 8766, 8098, 8374, 8087, 9921, 7964, 9798, 7923, 7930, 7827, 7824, 8253, 8322, 9626, 9501, 11076, 8141, 11168, 7950, 10804, 7864, 11245, 8193, 10330, 8633, 7655, 8794, 8287, 8418, 8004, 8092, 7408, 9695, 7539, 10977, 7626, 10294, 8508, 7957, 8395, 8278, 8396, 8883, 8759, 10319, 8764, 8780, 8798, 10428, 8337, 11105, 8076, 10627, 8360, 8015, 8658, 7743, 8480, 7258, 8937, 8832, 10690, 10272, 10308, 9639, 9508, 9558, 8448, 8745, 8701, 8849, 8801, 8924, 8674, 7334, 8046, 7476, 9783, 7641, 10089, 7542, 9739, 7515, 9634, 7559, 9481, 7470, 9409, 8657, 10342, 9496, 9476, 9358, 7483, 9120, 7581, 8834, 7464, 9063, 7954, 7762, 7949, 7920, 8324, 8444, 7556, 9575, 7807, 9078, 8660, 8420, 9219, 7753, 8911, 8082, 8554, 7918, 7385, 9452, 7745, 9981, 8201, 9805, 8164, 10105, 7601, 9851, 7715, 8793, 7411, 9566, 7667, 10486, 8100, 8807, 7797, 9420, 7834, 9413, 8445, 10620, 10327, 9237, 8980, 7950, 7639, 8042, 8431, 8307, 9238, 8023, 10884, 8805, 10320, 9155, 10733, 10421, 9644, 9615, 7705, 9378, 8389, 10167, 8219, 8980, 8051, 8811, 8058, 9089, 8212, 8555, 7977, 8731, 7490, 7877, 9100, 8217, 8814, 8442, 9150, 7565, 8082, 7902, 8305, 8164, 9471, 10226, 10766, 10841, 11534, 10505, 11066, 9400, 10709, 8141, 9607, 7948, 9554, 7977, 8531, 7956, 8040, 7793, 8738, 8195, 9986, 8268, 7893, 7417, 8371, 8543, 8133, 9714, 8501, 9613, 8288, 8981, 8231, 8650, 8068, 8289, 8215, 9167, 8693, 12204, 9926, 7751, 7523, 8157, 9551, 8422, 9312, 10184, 9933, 9825, 10463, 9788, 10930, 10097, 10040, 10311, 7948, 9556, 7747, 10298, 7850, 10819, 7575, 9560, 7646, 9276, 7924, 9716, 7912, 9370, 8238, 8352, 8106, 8121, 8214, 9026, 8314, 10681, 8553, 7281, 8520, 7583, 9121, 7767, 9686, 7543, 9796, 7835, 9382, 7896, 10036, 7786, 9148, 7883, 9570, 8248, 10167, 7861, 9664, 8316, 10048, 8068, 10304, 7729, 10180, 8108, 9019, 7998, 10017, 8362, 10631, 8518, 8920, 8015, 8787, 7811, 9700, 8805, 10002, 10405, 8026, 9588, 7642, 9023, 8130, 10259, 7808, 9690, 8032, 10291, 8138, 8688, 8040, 9638, 7820, 8452, 7709, 8765, 7904, 9630, 8647, 10700, 8557, 7717, 9091, 8087, 10466, 8050, 10393, 7846, 9208, 7941, 9138, 10719, 9162, 10809, 9570, 9057, 8408, 7808, 9106, 8048, 9122, 7926, 9048, 7813, 9265, 9831, 10719, 9077, 9693, 7895, 7826, 8302, 7951, 8749, 9826, 8371, 10200, 9342, 7785, 10183, 8137, 10160, 7835, 10405, 7843, 10104, 7744, 9319, 7418, 9048, 7524, 9094, 9717, 9791, 10302, 9271, 8592, 8143, 7737, 8486, 7824, 8171, 7906, 8174, 8724, 9009, 9011, 7792, 7775, 7547, 7609, 7342, 7808, 9049, 7825, 10006, 8410, 11147, 7730, 9899, 7813, 8724, 8474, 8558, 10027, 7580, 9351, 8372, 7552, 8137, 7946, 8177, 9272, 8086, 10921, 8786, 11296, 9335, 10093, 9386, 10144, 8641, 9384, 7577, 8929, 7909, 9714, 9382, 8113, 7577, 7955, 8803, 7979, 9976, 10167, 7494, 9360, 8196, 8337, 7930, 9071, 8170, 10656, 9034, 11126, 9128, 9612, 9857, 8596, 10009, 7757, 9147, 7376, 9644, 7496, 10533, 8028, 8373, 7823, 7770, 7870, 8886, 7840, 9498, 9028, 9583, 8934, 7609, 9413, 9666, 9626, 11264, 9722, 7337, 8356, 7408, 7570, 7617, 8344, 8122, 9535, 7698, 8966, 7782, 9076, 7757, 10567, 8462, 8031, 8023, 8337, 7927, 10601, 10465, 7669, 8233, 7908, 8420, 7829, 9483, 9518, 11319, 9961, 11261, 9683, 8955, 10042, 8397, 10848, 7941, 9116, 7863, 7894, 8769, 7617, 9789, 7752, 9836, 7445, 9884, 7901, 8616, 8144, 7972, 7598, 8874, 8448, 10328, 9755, 11046, 10556, 8664, 9583, 7762, 9118, 7496, 8944, 8139, 8102, 7747, 8364, 8049, 7886, 9032, 7741, 8694, 7931, 10342, 8028, 10158, 8835, 10392, 9976, 10684, 10425, 9093, 9415, 8210, 8569, 10073, 8810, 10894, 9661, 7831, 8379, 7974, 7620, 8361, 9056, 7727, 10474, 8457, 9010, 9706, 10793, 9822, 9453, 9324, 10214, 8672, 10527, 10359, 8346, 9431, 7454, 9426, 7482, 10420, 8134, 9440, 7643, 8690, 7550, 9058, 8195, 9751, 8898, 9760, 7530, 9019, 7615, 10124, 9948, 8126, 8534, 8436, 8517, 8426, 7972, 9728, 10777, 10015, 10565, 9316, 10044, 9925, 10884, 9305, 7804, 8505, 6978, 8039, 10465, 7750, 10797, 7742, 10894, 7983, 8640, 7847, 8751, 7868, 8880, 8023, 8877, 7944, 8665, 7855, 7911, 8077, 8882, 8045, 9187, 8274, 8218, 7976, 7970, 7895, 8955, 7893, 9751, 8171, 9986, 8275, 9876, 7929, 10016, 7669, 9927, 7980, 9623, 7586, 8508, 7666, 9305, 8389, 10075, 9036, 7808, 8014, 7565, 8877, 7571, 10681, 7939, 10256, 7547, 9539, 7696, 9232, 7763, 9296, 7462, 8429, 7484, 8476, 7664, 9779, 7823, 9712, 7843, 8086, 7880, 8271, 7504, 8125, 7836, 8477, 7742, 9230, 7468, 8504, 7674, 8325, 7695, 8553, 7601, 9416, 7599, 9005, 7758, 9206, 7906, 8171, 7895, 8051, 7355, 8412, 7671, 9663, 7739, 9982, 7327, 8703, 7440, 10102, 8981, 7442, 7720], 'WindowCenter': [4285.0, 4299.0, 4264.0, 4294.0, 4251.0, 4270.0, 4217.0, 4256.0, 4222.0, 4244.0, 4211.0, 4245.0, 4253.0, 4263.0, 4250.0, 4243.0, 4264.0, 4245.0, 4244.0, 4266.0, 4233.0, 4243.0, 4211.0, 4222.0, 4220.0, 4243.0, 4242.0, 4251.0, 4242.0, 4242.0, 4242.0, 4221.0, 4229.0, 4220.0, 4232.0, 4232.0, 4239.0, 4232.0, 4230.0, 4230.0, 4230.0, 4232.0, 4232.0, 4231.0, 4231.0, 4219.0, 4218.0, 4218.0, 4239.0, 4207.0, 4229.0, 4197.0, 4218.0, 4197.0, 4220.0, 4230.0, 4233.0, 4245.0, 4232.0, 4210.0, 4201.0, 4236.0, 4213.0, 4234.0, 4222.0, 4235.0, 4234.0, 4235.0, 4244.0, 4243.0, 4235.0, 4232.0, 4223.0, 4237.0, 4223.0, 4233.0, 4221.0, 4220.0, 4232.0, 4232.0, 4244.0, 4251.0, 4251.0, 4237.0, 4217.0, 4227.0, 4197.0, 4218.0, 4219.0, 4206.0, 4218.0, 4207.0, 4208.0, 4196.0, 4206.0, 4188.0, 4230.0, 4202.0, 4244.0, 4234.0, 4256.0, 4226.0, 4246.0, 4223.0, 4226.0, 4247.0, 4233.0, 4224.0, 4204.0, 4266.0, 4224.0, 4264.0, 4232.0, 4255.0, 4229.0, 4241.0, 4243.0, 4229.0, 4230.0, 4208.0, 4217.0, 4205.0, 4207.0, 4204.0, 4204.0, 4209.0, 4205.0, 4209.0, 4197.0, 4206.0, 4215.0, 4216.0, 4198.0, 4229.0, 4199.0, 4229.0, 4219.0, 4209.0, 4220.0, 4210.0, 4241.0, 4221.0, 4242.0, 4225.0, 4223.0, 4213.0, 4226.0, 4233.0, 4235.0, 4258.0, 4246.0, 4264.0, 4226.0, 4253.0, 4210.0, 4239.0, 4211.0, 4240.0, 4220.0, 4241.0, 4222.0, 4211.0, 4221.0, 4221.0, 4224.0, 4212.0, 4212.0, 4201.0, 4246.0, 4213.0, 4266.0, 4224.0, 4254.0, 4234.0, 4223.0, 4234.0, 4223.0, 4222.0, 4233.0, 4232.0, 4242.0, 4222.0, 4220.0, 4209.0, 4238.0, 4210.0, 4252.0, 4209.0, 4241.0, 4221.0, 4209.0, 4221.0, 4211.0, 4221.0, 4198.0, 4232.0, 4232.0, 4254.0, 4244.0, 4254.0, 4234.0, 4232.0, 4230.0, 4210.0, 4219.0, 4222.0, 4232.0, 4231.0, 4231.0, 4236.0, 4215.0, 4212.0, 4212.0, 4231.0, 4213.0, 4242.0, 4213.0, 4233.0, 4202.0, 4230.0, 4212.0, 4231.0, 4201.0, 4230.0, 4220.0, 4229.0, 4231.0, 4220.0, 4219.0, 4187.0, 4220.0, 4200.0, 4219.0, 4198.0, 4219.0, 4208.0, 4199.0, 4212.0, 4213.0, 4223.0, 4220.0, 4214.0, 4243.0, 4213.0, 4231.0, 4236.0, 4223.0, 4245.0, 4213.0, 4235.0, 4223.0, 4223.0, 4224.0, 4215.0, 4257.0, 4225.0, 4256.0, 4224.0, 4258.0, 4225.0, 4256.0, 4214.0, 4244.0, 4212.0, 4223.0, 4200.0, 4242.0, 4211.0, 4256.0, 4224.0, 4233.0, 4212.0, 4232.0, 4212.0, 4231.0, 4225.0, 4253.0, 4255.0, 4232.0, 4231.0, 4211.0, 4214.0, 4210.0, 4222.0, 4223.0, 4234.0, 4221.0, 4253.0, 4231.0, 4241.0, 4232.0, 4251.0, 4254.0, 4229.0, 4229.0, 4199.0, 4219.0, 4209.0, 4241.0, 4210.0, 4220.0, 4207.0, 4218.0, 4198.0, 4217.0, 4210.0, 4208.0, 4208.0, 4208.0, 4200.0, 4209.0, 4231.0, 4221.0, 4233.0, 4233.0, 4246.0, 4212.0, 4224.0, 4214.0, 4223.0, 4225.0, 4244.0, 4254.0, 4256.0, 4253.0, 4251.0, 4243.0, 4237.0, 4218.0, 4227.0, 4196.0, 4217.0, 4197.0, 4218.0, 4197.0, 4193.0, 4197.0, 4195.0, 4198.0, 4220.0, 4220.0, 4230.0, 4219.0, 4211.0, 4201.0, 4223.0, 4232.0, 4224.0, 4243.0, 4233.0, 4245.0, 4221.0, 4221.0, 4221.0, 4221.0, 4211.0, 4210.0, 4223.0, 4233.0, 4234.0, 4264.0, 4243.0, 4210.0, 4212.0, 4223.0, 4243.0, 4235.0, 4244.0, 4256.0, 4246.0, 4244.0, 4241.0, 4243.0, 4254.0, 4244.0, 4241.0, 4244.0, 4208.0, 4233.0, 4198.0, 4241.0, 4209.0, 4240.0, 4198.0, 4228.0, 4197.0, 4217.0, 4210.0, 4229.0, 4209.0, 4228.0, 4209.0, 4209.0, 4209.0, 4211.0, 4220.0, 4231.0, 4222.0, 4242.0, 4223.0, 4201.0, 4231.0, 4212.0, 4244.0, 4211.0, 4245.0, 4212.0, 4241.0, 4200.0, 4233.0, 4212.0, 4242.0, 4201.0, 4231.0, 4212.0, 4231.0, 4221.0, 4243.0, 4211.0, 4232.0, 4221.0, 4242.0, 4210.0, 4242.0, 4210.0, 4241.0, 4209.0, 4221.0, 4209.0, 4230.0, 4210.0, 4242.0, 4219.0, 4220.0, 4211.0, 4220.0, 4211.0, 4228.0, 4233.0, 4241.0, 4243.0, 4212.0, 4231.0, 4200.0, 4232.0, 4210.0, 4242.0, 4199.0, 4231.0, 4210.0, 4241.0, 4210.0, 4220.0, 4209.0, 4231.0, 4198.0, 4210.0, 4199.0, 4219.0, 4211.0, 4230.0, 4222.0, 4239.0, 4221.0, 4199.0, 4229.0, 4210.0, 4254.0, 4211.0, 4241.0, 4200.0, 4229.0, 4197.0, 4220.0, 4227.0, 4218.0, 4227.0, 4219.0, 4217.0, 4210.0, 4210.0, 4230.0, 4209.0, 4231.0, 4208.0, 4220.0, 4199.0, 4231.0, 4228.0, 4240.0, 4218.0, 4229.0, 4199.0, 4199.0, 4209.0, 4222.0, 4233.0, 4243.0, 4236.0, 4255.0, 4246.0, 4212.0, 4255.0, 4212.0, 4243.0, 4201.0, 4244.0, 4212.0, 4243.0, 4200.0, 4220.0, 4188.0, 4222.0, 4198.0, 4218.0, 4217.0, 4230.0, 4227.0, 4218.0, 4208.0, 4209.0, 4199.0, 4223.0, 4200.0, 4210.0, 4212.0, 4211.0, 4225.0, 4233.0, 4233.0, 4215.0, 4213.0, 4215.0, 4215.0, 4214.0, 4225.0, 4236.0, 4224.0, 4245.0, 4225.0, 4252.0, 4214.0, 4242.0, 4213.0, 4223.0, 4223.0, 4233.0, 4244.0, 4212.0, 4233.0, 4223.0, 4214.0, 4212.0, 4225.0, 4225.0, 4234.0, 4225.0, 4253.0, 4223.0, 4253.0, 4236.0, 4245.0, 4233.0, 4244.0, 4221.0, 4231.0, 4211.0, 4233.0, 4222.0, 4243.0, 4235.0, 4223.0, 4212.0, 4223.0, 4233.0, 4229.0, 4256.0, 4257.0, 4217.0, 4246.0, 4224.0, 4223.0, 4224.0, 4234.0, 4225.0, 4242.0, 4233.0, 4250.0, 4232.0, 4231.0, 4243.0, 4221.0, 4232.0, 4200.0, 4231.0, 4200.0, 4231.0, 4202.0, 4242.0, 4212.0, 4211.0, 4211.0, 4200.0, 4211.0, 4231.0, 4224.0, 4232.0, 4234.0, 4231.0, 4232.0, 4212.0, 4234.0, 4233.0, 4233.0, 4239.0, 4231.0, 4202.0, 4213.0, 4199.0, 4211.0, 4213.0, 4222.0, 4211.0, 4245.0, 4213.0, 4233.0, 4212.0, 4247.0, 4226.0, 4252.0, 4222.0, 4225.0, 4222.0, 4223.0, 4223.0, 4255.0, 4255.0, 4214.0, 4224.0, 4212.0, 4222.0, 4213.0, 4232.0, 4243.0, 4254.0, 4240.0, 4242.0, 4231.0, 4221.0, 4242.0, 4219.0, 4251.0, 4210.0, 4220.0, 4213.0, 4209.0, 4221.0, 4199.0, 4232.0, 4200.0, 4241.0, 4199.0, 4242.0, 4210.0, 4222.0, 4223.0, 4209.0, 4211.0, 4222.0, 4223.0, 4241.0, 4231.0, 4253.0, 4241.0, 4210.0, 4230.0, 4199.0, 4219.0, 4199.0, 4219.0, 4209.0, 4209.0, 4200.0, 4219.0, 4210.0, 4211.0, 4236.0, 4214.0, 4235.0, 4222.0, 4242.0, 4213.0, 4241.0, 4235.0, 4240.0, 4243.0, 4242.0, 4242.0, 4220.0, 4234.0, 4211.0, 4223.0, 4242.0, 4232.0, 4241.0, 4230.0, 4201.0, 4210.0, 4213.0, 4212.0, 4223.0, 4234.0, 4215.0, 4252.0, 4225.0, 4232.0, 4245.0, 4253.0, 4245.0, 4230.0, 4233.0, 4240.0, 4223.0, 4242.0, 4241.0, 4210.0, 4232.0, 4199.0, 4220.0, 4200.0, 4241.0, 4211.0, 4230.0, 4199.0, 4220.0, 4212.0, 4220.0, 4222.0, 4230.0, 4232.0, 4229.0, 4200.0, 4221.0, 4211.0, 4242.0, 4241.0, 4223.0, 4233.0, 4221.0, 4220.0, 4223.0, 4211.0, 4243.0, 4240.0, 4231.0, 4239.0, 4219.0, 4232.0, 4230.0, 4242.0, 4221.0, 4198.0, 4207.0, 4189.0, 4208.0, 4242.0, 4199.0, 4240.0, 4199.0, 4229.0, 4195.0, 4195.0, 4183.0, 4193.0, 4182.0, 4204.0, 4196.0, 4205.0, 4194.0, 4208.0, 4196.0, 4196.0, 4197.0, 4217.0, 4210.0, 4218.0, 4208.0, 4208.0, 4211.0, 4209.0, 4220.0, 4233.0, 4225.0, 4245.0, 4235.0, 4244.0, 4236.0, 4244.0, 4224.0, 4243.0, 4215.0, 4245.0, 4213.0, 4232.0, 4211.0, 4221.0, 4212.0, 4243.0, 4235.0, 4254.0, 4234.0, 4213.0, 4225.0, 4226.0, 4233.0, 4225.0, 4255.0, 4225.0, 4255.0, 4213.0, 4243.0, 4212.0, 4231.0, 4211.0, 4232.0, 4198.0, 4210.0, 4199.0, 4209.0, 4198.0, 4232.0, 4199.0, 4230.0, 4209.0, 4198.0, 4198.0, 4209.0, 4188.0, 4200.0, 4200.0, 4211.0, 4199.0, 4219.0, 4190.0, 4209.0, 4199.0, 4209.0, 4210.0, 4210.0, 4198.0, 4219.0, 4199.0, 4218.0, 4199.0, 4230.0, 4209.0, 4210.0, 4209.0, 4208.0, 4202.0, 4221.0, 4213.0, 4231.0, 4211.0, 4240.0, 4202.0, 4223.0, 4203.0, 4242.0, 4232.0, 4213.0, 4214.0], 'WindowWidth': [9497.0, 9500.0, 9443.0, 9481.0, 9417.0, 9438.0, 9361.0, 9411.0, 9359.0, 9392.0, 9343.0, 9394.0, 9401.0, 9415.0, 9394.0, 9387.0, 9418.0, 9394.0, 9390.0, 9426.0, 9376.0, 9388.0, 9342.0, 9358.0, 9353.0, 9389.0, 9386.0, 9397.0, 9384.0, 9384.0, 9382.0, 9356.0, 9362.0, 9353.0, 9371.0, 9371.0, 9375.0, 9371.0, 9364.0, 9367.0, 9364.0, 9371.0, 9369.0, 9366.0, 9365.0, 9348.0, 9346.0, 9346.0, 9375.0, 9331.0, 9361.0, 9315.0, 9346.0, 9315.0, 9350.0, 9364.0, 9375.0, 9394.0, 9374.0, 9341.0, 9330.0, 9383.0, 9348.0, 9378.0, 9361.0, 9381.0, 9378.0, 9382.0, 9391.0, 9390.0, 9378.0, 9372.0, 9359.0, 9387.0, 9362.0, 9373.0, 9354.0, 9352.0, 9368.0, 9370.0, 9388.0, 9393.0, 9392.0, 9368.0, 9341.0, 9351.0, 9313.0, 9342.0, 9345.0, 9326.0, 9344.0, 9329.0, 9332.0, 9313.0, 9330.0, 9307.0, 9367.0, 9330.0, 9391.0, 9379.0, 9409.0, 9372.0, 9394.0, 9361.0, 9372.0, 9400.0, 9378.0, 9364.0, 9339.0, 9427.0, 9364.0, 9419.0, 9369.0, 9403.0, 9362.0, 9380.0, 9383.0, 9362.0, 9361.0, 9330.0, 9339.0, 9321.0, 9325.0, 9318.0, 9319.0, 9332.0, 9324.0, 9330.0, 9312.0, 9324.0, 9335.0, 9339.0, 9314.0, 9359.0, 9319.0, 9361.0, 9347.0, 9334.0, 9352.0, 9338.0, 9382.0, 9357.0, 9384.0, 9370.0, 9362.0, 9349.0, 9370.0, 9376.0, 9384.0, 9417.0, 9396.0, 9419.0, 9366.0, 9400.0, 9336.0, 9374.0, 9336.0, 9376.0, 9352.0, 9383.0, 9356.0, 9341.0, 9356.0, 9354.0, 9361.0, 9343.0, 9346.0, 9329.0, 9395.0, 9348.0, 9423.0, 9366.0, 9406.0, 9377.0, 9363.0, 9378.0, 9360.0, 9360.0, 9374.0, 9373.0, 9384.0, 9356.0, 9351.0, 9334.0, 9372.0, 9335.0, 9396.0, 9335.0, 9380.0, 9355.0, 9335.0, 9355.0, 9341.0, 9356.0, 9322.0, 9373.0, 9371.0, 9403.0, 9389.0, 9403.0, 9373.0, 9369.0, 9364.0, 9337.0, 9349.0, 9359.0, 9371.0, 9369.0, 9369.0, 9383.0, 9354.0, 9345.0, 9345.0, 9368.0, 9346.0, 9382.0, 9347.0, 9370.0, 9332.0, 9366.0, 9342.0, 9364.0, 9325.0, 9363.0, 9352.0, 9361.0, 9365.0, 9347.0, 9347.0, 9302.0, 9348.0, 9322.0, 9348.0, 9317.0, 9348.0, 9332.0, 9322.0, 9342.0, 9345.0, 9361.0, 9353.0, 9348.0, 9386.0, 9347.0, 9369.0, 9383.0, 9363.0, 9395.0, 9349.0, 9378.0, 9363.0, 9362.0, 9364.0, 9354.0, 9414.0, 9367.0, 9411.0, 9366.0, 9415.0, 9366.0, 9409.0, 9351.0, 9392.0, 9346.0, 9360.0, 9326.0, 9386.0, 9341.0, 9408.0, 9364.0, 9373.0, 9346.0, 9371.0, 9345.0, 9369.0, 9367.0, 9401.0, 9406.0, 9372.0, 9370.0, 9342.0, 9349.0, 9340.0, 9356.0, 9361.0, 9376.0, 9358.0, 9399.0, 9370.0, 9381.0, 9370.0, 9395.0, 9402.0, 9361.0, 9362.0, 9319.0, 9348.0, 9333.0, 9380.0, 9337.0, 9349.0, 9329.0, 9346.0, 9318.0, 9343.0, 9335.0, 9330.0, 9331.0, 9331.0, 9325.0, 9334.0, 9369.0, 9357.0, 9375.0, 9377.0, 9397.0, 9347.0, 9363.0, 9349.0, 9363.0, 9367.0, 9389.0, 9404.0, 9408.0, 9399.0, 9392.0, 9382.0, 9367.0, 9342.0, 9352.0, 9309.0, 9339.0, 9313.0, 9338.0, 9311.0, 9303.0, 9312.0, 9308.0, 9318.0, 9350.0, 9351.0, 9364.0, 9350.0, 9341.0, 9329.0, 9362.0, 9371.0, 9363.0, 9388.0, 9374.0, 9392.0, 9356.0, 9353.0, 9353.0, 9353.0, 9340.0, 9337.0, 9359.0, 9373.0, 9377.0, 9418.0, 9386.0, 9338.0, 9345.0, 9362.0, 9386.0, 9380.0, 9389.0, 9409.0, 9394.0, 9392.0, 9382.0, 9386.0, 9402.0, 9389.0, 9380.0, 9386.0, 9332.0, 9371.0, 9318.0, 9380.0, 9334.0, 9378.0, 9318.0, 9358.0, 9314.0, 9344.0, 9336.0, 9362.0, 9334.0, 9360.0, 9335.0, 9335.0, 9335.0, 9339.0, 9354.0, 9368.0, 9356.0, 9382.0, 9359.0, 9327.0, 9370.0, 9346.0, 9391.0, 9344.0, 9392.0, 9343.0, 9382.0, 9325.0, 9374.0, 9344.0, 9384.0, 9326.0, 9367.0, 9340.0, 9367.0, 9355.0, 9386.0, 9341.0, 9372.0, 9353.0, 9382.0, 9338.0, 9384.0, 9338.0, 9380.0, 9335.0, 9354.0, 9335.0, 9363.0, 9338.0, 9383.0, 9350.0, 9350.0, 9340.0, 9352.0, 9341.0, 9360.0, 9374.0, 9383.0, 9386.0, 9341.0, 9367.0, 9324.0, 9369.0, 9340.0, 9383.0, 9323.0, 9367.0, 9336.0, 9380.0, 9338.0, 9350.0, 9334.0, 9365.0, 9318.0, 9334.0, 9320.0, 9347.0, 9342.0, 9365.0, 9356.0, 9375.0, 9354.0, 9323.0, 9364.0, 9339.0, 9402.0, 9341.0, 9379.0, 9322.0, 9361.0, 9314.0, 9347.0, 9352.0, 9343.0, 9353.0, 9346.0, 9340.0, 9336.0, 9338.0, 9366.0, 9335.0, 9368.0, 9332.0, 9352.0, 9322.0, 9366.0, 9360.0, 9377.0, 9344.0, 9361.0, 9319.0, 9321.0, 9334.0, 9358.0, 9376.0, 9388.0, 9384.0, 9406.0, 9398.0, 9348.0, 9406.0, 9343.0, 9387.0, 9326.0, 9387.0, 9344.0, 9384.0, 9322.0, 9349.0, 9304.0, 9352.0, 9316.0, 9343.0, 9340.0, 9362.0, 9353.0, 9342.0, 9329.0, 9332.0, 9320.0, 9356.0, 9323.0, 9336.0, 9342.0, 9340.0, 9363.0, 9372.0, 9372.0, 9352.0, 9348.0, 9353.0, 9353.0, 9353.0, 9367.0, 9381.0, 9365.0, 9393.0, 9367.0, 9398.0, 9350.0, 9383.0, 9346.0, 9358.0, 9360.0, 9374.0, 9390.0, 9342.0, 9373.0, 9359.0, 9349.0, 9346.0, 9366.0, 9367.0, 9377.0, 9365.0, 9399.0, 9360.0, 9398.0, 9381.0, 9391.0, 9373.0, 9385.0, 9354.0, 9366.0, 9342.0, 9373.0, 9359.0, 9388.0, 9379.0, 9360.0, 9347.0, 9364.0, 9376.0, 9379.0, 9410.0, 9414.0, 9359.0, 9399.0, 9365.0, 9361.0, 9364.0, 9378.0, 9364.0, 9383.0, 9371.0, 9390.0, 9369.0, 9366.0, 9386.0, 9353.0, 9369.0, 9322.0, 9366.0, 9323.0, 9367.0, 9331.0, 9384.0, 9343.0, 9340.0, 9341.0, 9325.0, 9340.0, 9368.0, 9363.0, 9369.0, 9374.0, 9367.0, 9371.0, 9344.0, 9375.0, 9373.0, 9373.0, 9376.0, 9367.0, 9327.0, 9345.0, 9323.0, 9342.0, 9348.0, 9360.0, 9342.0, 9392.0, 9345.0, 9373.0, 9343.0, 9400.0, 9369.0, 9399.0, 9359.0, 9365.0, 9359.0, 9361.0, 9364.0, 9407.0, 9407.0, 9350.0, 9363.0, 9346.0, 9359.0, 9348.0, 9372.0, 9386.0, 9400.0, 9380.0, 9381.0, 9366.0, 9353.0, 9384.0, 9351.0, 9395.0, 9338.0, 9352.0, 9345.0, 9336.0, 9353.0, 9321.0, 9368.0, 9323.0, 9380.0, 9322.0, 9383.0, 9338.0, 9358.0, 9359.0, 9336.0, 9340.0, 9356.0, 9359.0, 9378.0, 9368.0, 9396.0, 9379.0, 9334.0, 9362.0, 9318.0, 9345.0, 9320.0, 9349.0, 9335.0, 9336.0, 9326.0, 9349.0, 9341.0, 9341.0, 9381.0, 9350.0, 9379.0, 9358.0, 9384.0, 9346.0, 9380.0, 9377.0, 9378.0, 9388.0, 9382.0, 9383.0, 9351.0, 9373.0, 9339.0, 9358.0, 9383.0, 9371.0, 9379.0, 9366.0, 9325.0, 9339.0, 9344.0, 9345.0, 9363.0, 9375.0, 9353.0, 9399.0, 9365.0, 9371.0, 9393.0, 9400.0, 9390.0, 9363.0, 9370.0, 9376.0, 9360.0, 9384.0, 9380.0, 9337.0, 9370.0, 9322.0, 9351.0, 9325.0, 9382.0, 9341.0, 9363.0, 9323.0, 9351.0, 9343.0, 9352.0, 9357.0, 9365.0, 9371.0, 9360.0, 9324.0, 9352.0, 9343.0, 9382.0, 9383.0, 9361.0, 9374.0, 9356.0, 9352.0, 9360.0, 9340.0, 9388.0, 9375.0, 9366.0, 9373.0, 9349.0, 9369.0, 9365.0, 9380.0, 9351.0, 9316.0, 9326.0, 9305.0, 9332.0, 9380.0, 9321.0, 9379.0, 9320.0, 9360.0, 9306.0, 9305.0, 9286.0, 9301.0, 9284.0, 9316.0, 9309.0, 9322.0, 9305.0, 9327.0, 9309.0, 9310.0, 9313.0, 9343.0, 9336.0, 9345.0, 9332.0, 9331.0, 9339.0, 9335.0, 9354.0, 9374.0, 9368.0, 9395.0, 9383.0, 9392.0, 9382.0, 9391.0, 9365.0, 9389.0, 9354.0, 9392.0, 9345.0, 9369.0, 9340.0, 9353.0, 9346.0, 9388.0, 9383.0, 9406.0, 9379.0, 9348.0, 9368.0, 9369.0, 9375.0, 9368.0, 9408.0, 9370.0, 9406.0, 9348.0, 9387.0, 9343.0, 9368.0, 9342.0, 9371.0, 9321.0, 9337.0, 9322.0, 9334.0, 9319.0, 9366.0, 9321.0, 9364.0, 9334.0, 9318.0, 9318.0, 9332.0, 9305.0, 9322.0, 9323.0, 9339.0, 9323.0, 9346.0, 9310.0, 9332.0, 9320.0, 9335.0, 9339.0, 9336.0, 9317.0, 9348.0, 9317.0, 9344.0, 9320.0, 9364.0, 9335.0, 9338.0, 9334.0, 9333.0, 9329.0, 9354.0, 9347.0, 9369.0, 9342.0, 9379.0, 9331.0, 9358.0, 9334.0, 9385.0, 9373.0, 9347.0, 9350.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.0014642906574394462</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.01796522064590542</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.155547487794415</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2451607241570442</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0265057401963045</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4534</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6776.2422</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08177408361311328</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>19</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.1914648212226067</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5476022641024105</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.47828221364042</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7491468435461406</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4153777351206718</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0115079</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013224825263023376</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.030121268704533577</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>867</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.7465154074682707</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>22.7442</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.9833</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>172.6405</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>308307.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>803.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>343.8727</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9611</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>542.383</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3471.5258</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3730.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>68237.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1010.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4546.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>995.5845</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>44.70786423236132</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> |