=== 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-0065 --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-0065",
"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-0065_ses-03_task-social_acq-mb8_run-05_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-0065_ses-03_task-social_acq-mb8_run-05_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-05_session-03_subject-0065_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-0065/figures/sub-0065_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-03_subject-0065_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-0065/figures/sub-0065_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-03_subject-0065_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-0065/figures/sub-0065_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-03_subject-0065_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-0065/figures/sub-0065_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-03_task-social_acq-mb8_run-05_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-05_session-03_subject-0065_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-0065/figures/sub-0065_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-03_task-social_acq-mb8_run-05_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-05_session-03_subject-0065_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-0065/figures/sub-0065_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-03_subject-0065_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-0065/figures/sub-0065_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0065/figures/sub-0065_ses-03_task-social_acq-mb8_run-05_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-0065/figures/sub-0065_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-03_task-social_acq-mb8_run-05_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-0065/ses-03/func/sub-0065_ses-03_task-social_acq-mb8_run-05_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>8737dcc8ae7ace790f870d8a2e9c5631</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>11:31:18.045000</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.999729, -0.0132208, 0.0191457, 0.0129127, 0.999786, 0.0161323]</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-05_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.0969841</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-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4166, -7803, -7239, 643, -1, -548, 399, 76]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>246.355</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>8ad29751-83ae-42df-9ed2-605b59cb8ec0||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.6822006702423096, 0.03464370593428612, 0.052258171141147614, 108.09440612792969], [0.03547056019306183, 2.682353973388672, 0.042878009378910065, -90.33792877197266], [0.051366470754146576, -0.04328187182545662, 2.6991536617279053, -57.19270706176758], [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': ['113118.045000', '113118.505000', '113118.965000', '113119.425000', '113119.885000', '113120.345000', '113120.805000', '113121.265000', '113121.725000', '113122.185000', '113122.645000', '113123.105000', '113123.565000', '113124.025000', '113124.485000', '113124.945000', '113125.405000', '113125.865000', '113126.325000', '113126.785000', '113127.245000', '113127.705000', '113128.165000', '113128.625000', '113129.085000', '113129.545000', '113130.005000', '113130.465000', '113130.925000', '113131.385000', '113131.845000', '113132.305000', '113132.765000', '113133.225000', '113133.685000', '113134.145000', '113134.605000', '113135.065000', '113135.525000', '113135.985000', '113136.445000', '113136.905000', '113137.365000', '113137.825000', '113138.285000', '113138.745000', '113139.205000', '113139.665000', '113140.125000', '113140.585000', '113141.045000', '113141.505000', '113141.965000', '113142.425000', '113142.885000', '113143.345000', '113143.805000', '113144.265000', '113144.725000', '113145.185000', '113145.645000', '113146.105000', '113146.565000', '113147.025000', '113147.485000', '113147.945000', '113148.405000', '113148.865000', '113149.325000', '113149.785000', '113150.245000', '113150.705000', '113151.165000', '113151.625000', '113152.085000', '113152.545000', '113153.005000', '113153.465000', '113153.925000', '113154.385000', '113154.845000', '113155.305000', '113155.765000', '113156.225000', '113156.685000', '113157.145000', '113157.605000', '113158.065000', '113158.525000', '113158.985000', '113159.445000', '113159.905000', '113200.365000', '113200.825000', '113201.285000', '113201.745000', '113202.205000', '113202.665000', '113203.125000', '113203.585000', '113204.045000', '113204.505000', '113204.965000', '113205.425000', '113205.885000', '113206.345000', '113206.805000', '113207.265000', '113207.725000', '113208.185000', '113208.645000', '113209.105000', '113209.565000', '113210.025000', '113210.485000', '113210.945000', '113211.405000', '113211.865000', '113212.325000', '113212.785000', '113213.245000', '113213.705000', '113214.165000', '113214.625000', '113215.085000', '113215.545000', '113216.005000', '113216.465000', '113216.925000', '113217.385000', '113217.845000', '113218.305000', '113218.765000', '113219.225000', '113219.685000', '113220.145000', '113220.605000', '113221.065000', '113221.525000', '113221.985000', '113222.445000', '113222.905000', '113223.365000', '113223.825000', '113224.285000', '113224.745000', '113225.205000', '113225.665000', '113226.125000', '113226.585000', '113227.045000', '113227.505000', '113227.965000', '113228.425000', '113228.885000', '113229.345000', '113229.805000', '113230.265000', '113230.725000', '113231.185000', '113231.645000', '113232.105000', '113232.565000', '113233.025000', '113233.485000', '113233.945000', '113234.405000', '113234.865000', '113235.325000', '113235.785000', '113236.245000', '113236.705000', '113237.165000', '113237.625000', '113238.085000', '113238.545000', '113239.005000', '113239.465000', '113239.925000', '113240.385000', '113240.845000', '113241.305000', '113241.765000', '113242.225000', '113242.685000', '113243.145000', '113243.605000', '113244.065000', '113244.525000', '113244.985000', '113245.445000', '113245.905000', '113246.365000', '113246.825000', '113247.285000', '113247.745000', '113248.205000', '113248.665000', '113249.125000', '113249.585000', '113250.045000', '113250.505000', '113250.965000', '113251.425000', '113251.885000', '113252.345000', '113252.805000', '113253.265000', '113253.725000', '113254.185000', '113254.645000', '113255.105000', '113255.565000', '113256.025000', '113256.485000', '113256.945000', '113257.405000', '113257.865000', '113258.325000', '113258.785000', '113259.245000', '113259.705000', '113300.165000', '113300.625000', '113301.085000', '113301.545000', '113302.005000', '113302.465000', '113302.925000', '113303.385000', '113303.845000', '113304.305000', '113304.765000', '113305.225000', '113305.685000', '113306.145000', '113306.605000', '113307.065000', '113307.525000', '113307.985000', '113308.445000', '113308.905000', '113309.365000', '113309.825000', '113310.285000', '113310.745000', '113311.205000', '113311.665000', '113312.125000', '113312.585000', '113313.045000', '113313.505000', '113313.965000', '113314.425000', '113314.885000', '113315.345000', '113315.805000', '113316.265000', '113316.725000', '113317.185000', '113317.645000', '113318.105000', '113318.565000', '113319.025000', '113319.485000', '113319.945000', '113320.405000', '113320.865000', '113321.325000', '113321.785000', '113322.245000', '113322.705000', '113323.165000', '113323.625000', '113324.085000', '113324.545000', '113325.005000', '113325.465000', '113325.925000', '113326.385000', '113326.845000', '113327.305000', '113327.765000', '113328.225000', '113328.685000', '113329.145000', '113329.605000', '113330.065000', '113330.525000', '113330.985000', '113331.445000', '113331.905000', '113332.365000', '113332.825000', '113333.285000', '113333.745000', '113334.205000', '113334.665000', '113335.125000', '113335.585000', '113336.045000', '113336.505000', '113336.965000', '113337.425000', '113337.885000', '113338.345000', '113338.805000', '113339.265000', '113339.725000', '113340.185000', '113340.645000', '113341.105000', '113341.565000', '113342.025000', '113342.485000', '113342.945000', '113343.405000', '113343.865000', '113344.325000', '113344.785000', '113345.245000', '113345.705000', '113346.165000', '113346.625000', '113347.085000', '113347.545000', '113348.005000', '113348.465000', '113348.925000', '113349.385000', '113349.845000', '113350.305000', '113350.765000', '113351.225000', '113351.685000', '113352.145000', '113352.605000', '113353.065000', '113353.525000', '113353.985000', '113354.445000', '113354.905000', '113355.365000', '113355.825000', '113356.285000', '113356.745000', '113357.205000', '113357.665000', '113358.125000', '113358.585000', '113359.045000', '113359.505000', '113359.965000', '113400.425000', '113400.885000', '113401.345000', '113401.805000', '113402.265000', '113402.725000', '113403.185000', '113403.645000', '113404.105000', '113404.565000', '113405.025000', '113405.485000', '113405.945000', '113406.405000', '113406.865000', '113407.325000', '113407.785000', '113408.245000', '113408.705000', '113409.165000', '113409.625000', '113410.085000', '113410.545000', '113411.005000', '113411.465000', '113411.925000', '113412.385000', '113412.845000', '113413.305000', '113413.765000', '113414.225000', '113414.685000', '113415.145000', '113415.605000', '113416.065000', '113416.525000', '113416.985000', '113417.445000', '113417.905000', '113418.365000', '113418.825000', '113419.285000', '113419.745000', '113420.205000', '113420.665000', '113421.125000', '113421.585000', '113422.045000', '113422.505000', '113422.965000', '113423.425000', '113423.885000', '113424.345000', '113424.805000', '113425.265000', '113425.725000', '113426.185000', '113426.645000', '113427.105000', '113427.565000', '113428.025000', '113428.485000', '113428.945000', '113429.405000', '113429.865000', '113430.325000', '113430.785000', '113431.245000', '113431.705000', '113432.165000', '113432.625000', '113433.085000', '113433.545000', '113434.005000', '113434.465000', '113434.925000', '113435.385000', '113435.845000', '113436.305000', '113436.765000', '113437.225000', '113437.685000', '113438.145000', '113438.605000', '113439.065000', '113439.525000', '113439.985000', '113440.445000', '113440.905000', '113441.365000', '113441.825000', '113442.285000', '113442.745000', '113443.205000', '113443.665000', '113444.125000', '113444.585000', '113445.045000', '113445.505000', '113445.965000', '113446.425000', '113446.885000', '113447.345000', '113447.805000', '113448.265000', '113448.725000', '113449.185000', '113449.645000', '113450.105000', '113450.565000', '113451.025000', '113451.485000', '113451.945000', '113452.405000', '113452.865000', '113453.325000', '113453.785000', '113454.245000', '113454.705000', '113455.165000', '113455.625000', '113456.085000', '113456.545000', '113457.005000', '113457.465000', '113457.925000', '113458.385000', '113458.845000', '113459.305000', '113459.765000', '113500.225000', '113500.685000', '113501.145000', '113501.605000', '113502.065000', '113502.525000', '113502.985000', '113503.445000', '113503.905000', '113504.365000', '113504.825000', '113505.285000', '113505.745000', '113506.205000', '113506.665000', '113507.125000', '113507.585000', '113508.045000', '113508.505000', '113508.965000', '113509.425000', '113509.885000', '113510.345000', '113510.805000', '113511.265000', '113511.725000', '113512.185000', '113512.645000', '113513.105000', '113513.565000', '113514.025000', '113514.485000', '113514.945000', '113515.405000', '113515.865000', '113516.325000', '113516.785000', '113517.245000', '113517.705000', '113518.165000', '113518.625000', '113519.085000', '113519.545000', '113520.005000', '113520.465000', '113520.925000', '113521.385000', '113521.845000', '113522.305000', '113522.765000', '113523.225000', '113523.685000', '113524.145000', '113524.605000', '113525.065000', '113525.525000', '113525.985000', '113526.445000', '113526.905000', '113527.365000', '113527.825000', '113528.285000', '113528.745000', '113529.205000', '113529.665000', '113530.125000', '113530.585000', '113531.045000', '113531.505000', '113531.965000', '113532.425000', '113532.885000', '113533.345000', '113533.805000', '113534.265000', '113534.725000', '113535.185000', '113535.645000', '113536.105000', '113536.565000', '113537.025000', '113537.485000', '113537.945000', '113538.405000', '113538.865000', '113539.325000', '113539.785000', '113540.245000', '113540.705000', '113541.165000', '113541.625000', '113542.085000', '113542.545000', '113543.005000', '113543.465000', '113543.925000', '113544.385000', '113544.845000', '113545.305000', '113545.765000', '113546.225000', '113546.685000', '113547.145000', '113547.605000', '113548.065000', '113548.525000', '113548.985000', '113549.445000', '113549.905000', '113550.365000', '113550.825000', '113551.285000', '113551.745000', '113552.205000', '113552.665000', '113553.125000', '113553.585000', '113554.045000', '113554.505000', '113554.965000', '113555.425000', '113555.885000', '113556.345000', '113556.805000', '113557.265000', '113557.725000', '113558.185000', '113558.645000', '113559.105000', '113559.565000', '113600.025000', '113600.485000', '113600.945000', '113601.405000', '113601.865000', '113602.325000', '113602.785000', '113603.245000', '113603.705000', '113604.165000', '113604.625000', '113605.085000', '113605.545000', '113606.005000', '113606.465000', '113606.925000', '113607.385000', '113607.845000', '113608.305000', '113608.765000', '113609.225000', '113609.685000', '113610.145000', '113610.605000', '113611.065000', '113611.525000', '113611.985000', '113612.445000', '113612.905000', '113613.365000', '113613.825000', '113614.285000', '113614.745000', '113615.205000', '113615.665000', '113616.125000', '113616.585000', '113617.045000', '113617.505000', '113617.965000', '113618.425000', '113618.885000', '113619.345000', '113619.805000', '113620.265000', '113620.725000', '113621.185000', '113621.645000', '113622.105000', '113622.565000', '113623.025000', '113623.485000', '113623.945000', '113624.405000', '113624.865000', '113625.325000', '113625.785000', '113626.245000', '113626.705000', '113627.165000', '113627.625000', '113628.085000', '113628.545000', '113629.005000', '113629.465000', '113629.925000', '113630.385000', '113630.845000', '113631.305000', '113631.765000', '113632.225000', '113632.685000', '113633.145000', '113633.605000', '113634.065000', '113634.525000', '113634.985000', '113635.445000', '113635.905000', '113636.365000', '113636.825000', '113637.285000', '113637.745000', '113638.205000', '113638.665000', '113639.125000', '113639.585000', '113640.045000', '113640.505000', '113640.965000', '113641.425000', '113641.885000', '113642.345000', '113642.805000', '113643.265000', '113643.725000', '113644.185000', '113644.645000', '113645.105000', '113645.565000', '113646.025000', '113646.485000', '113646.945000', '113647.405000', '113647.865000', '113648.325000', '113648.785000', '113649.245000', '113649.705000', '113650.165000', '113650.625000', '113651.085000', '113651.545000', '113652.005000', '113652.465000', '113652.925000', '113653.385000', '113653.845000', '113654.305000', '113654.765000', '113655.225000', '113655.685000', '113656.145000', '113656.605000', '113657.065000', '113657.525000', '113657.985000', '113658.445000', '113658.905000', '113659.365000', '113659.825000', '113700.285000', '113700.745000', '113701.205000', '113701.665000', '113702.125000', '113702.585000', '113703.045000', '113703.505000', '113703.965000', '113704.425000', '113704.885000', '113705.345000', '113705.805000', '113706.265000', '113706.725000', '113707.185000', '113707.645000', '113708.105000', '113708.565000', '113709.025000', '113709.485000', '113709.945000', '113710.405000', '113710.865000', '113711.325000', '113711.785000', '113712.245000', '113712.705000', '113713.165000', '113713.625000', '113714.085000', '113714.545000', '113715.005000', '113715.465000', '113715.925000', '113716.385000', '113716.845000', '113717.305000', '113717.765000', '113718.225000', '113718.685000', '113719.145000', '113719.605000', '113720.065000', '113720.525000', '113720.985000', '113721.445000', '113721.905000', '113722.365000', '113722.825000', '113723.285000', '113723.745000', '113724.205000', '113724.665000', '113725.125000', '113725.585000', '113726.045000', '113726.505000', '113726.965000', '113727.425000', '113727.885000', '113728.345000', '113728.805000', '113729.265000', '113729.725000', '113730.185000', '113730.645000', '113731.105000', '113731.565000', '113732.025000', '113732.485000', '113732.945000', '113733.405000', '113733.865000', '113734.325000', '113734.785000', '113735.245000', '113735.705000', '113736.165000', '113736.625000', '113737.085000', '113737.545000', '113738.005000', '113738.465000', '113738.925000', '113739.385000', '113739.845000', '113740.305000', '113740.765000', '113741.225000', '113741.685000', '113742.145000', '113742.605000', '113743.065000', '113743.525000', '113743.985000', '113744.445000', '113744.905000', '113745.365000', '113745.825000', '113746.285000', '113746.745000', '113747.205000', '113747.665000', '113748.125000', '113748.585000', '113749.045000', '113749.505000', '113749.965000', '113750.425000', '113750.885000', '113751.345000', '113751.805000', '113752.265000', '113752.725000', '113753.185000', '113753.645000', '113754.105000', '113754.565000', '113755.025000', '113755.485000', '113755.945000', '113756.405000', '113756.865000', '113757.325000', '113757.785000', '113758.245000', '113758.705000'], 'ContentTime': ['113129.643000', '113129.646000', '113129.648000', '113129.651000', '113129.654000', '113129.662000', '113129.664000', '113129.667000', '113129.670000', '113129.672000', '113129.675000', '113129.677000', '113129.680000', '113129.682000', '113129.685000', '113129.687000', '113129.690000', '113129.692000', '113129.700000', '113129.702000', '113129.705000', '113129.716000', '113149.611000', '113149.614000', '113149.617000', '113149.619000', '113149.623000', '113149.626000', '113149.629000', '113149.631000', '113149.634000', '113149.637000', '113149.639000', '113149.642000', '113149.644000', '113149.647000', '113149.650000', '113149.652000', '113149.655000', '113149.657000', '113149.660000', '113149.670000', '113149.673000', '113149.675000', '113149.678000', '113149.680000', '113149.683000', '113149.685000', '113149.688000', '113149.691000', '113149.693000', '113149.696000', '113149.698000', '113149.701000', '113149.704000', '113149.706000', '113149.709000', '113149.711000', '113149.714000', '113149.716000', '113149.724000', '113149.727000', '113149.729000', '113149.732000', '113149.734000', '113149.737000', '113209.611000', '113209.614000', '113209.617000', '113209.619000', '113209.622000', '113209.625000', '113209.627000', '113209.630000', '113209.632000', '113209.635000', '113209.638000', '113209.640000', '113209.643000', '113209.645000', '113209.648000', '113209.650000', '113209.653000', '113209.656000', '113209.658000', '113209.661000', '113209.663000', '113209.666000', '113209.668000', '113209.671000', '113209.673000', '113209.676000', '113209.679000', '113209.681000', '113209.684000', '113209.686000', '113209.689000', '113209.692000', '113209.694000', '113209.697000', '113209.699000', '113209.702000', '113209.704000', '113209.707000', '113209.710000', '113209.712000', '113209.715000', '113209.717000', '113209.720000', '113229.611000', '113229.614000', '113229.617000', '113229.620000', '113229.622000', '113229.625000', '113229.627000', '113229.630000', '113229.633000', '113229.635000', '113229.638000', '113229.640000', '113229.643000', '113229.646000', '113229.648000', '113229.651000', '113229.654000', '113229.656000', '113229.659000', '113229.661000', '113229.664000', '113229.667000', '113229.669000', '113229.672000', '113229.674000', '113229.677000', '113229.679000', '113229.682000', '113229.685000', '113229.687000', '113229.690000', '113229.692000', '113229.695000', '113229.698000', '113229.700000', '113229.703000', '113229.705000', '113229.708000', '113229.710000', '113229.713000', '113229.716000', '113229.718000', '113229.721000', '113229.723000', '113249.611000', '113249.614000', '113249.617000', '113249.619000', '113249.622000', '113249.625000', '113249.627000', '113249.630000', '113249.632000', '113249.635000', '113249.638000', '113249.640000', '113249.643000', '113249.645000', '113249.648000', '113249.650000', '113249.653000', '113249.656000', '113249.658000', '113249.661000', '113249.664000', '113249.666000', '113249.669000', '113249.671000', '113249.674000', '113249.676000', '113249.679000', '113249.682000', '113249.684000', '113249.687000', '113249.690000', '113249.692000', '113249.695000', '113249.697000', '113249.700000', '113249.702000', '113249.705000', '113249.708000', '113249.710000', '113249.713000', '113249.715000', '113249.718000', '113249.721000', '113309.611000', '113309.614000', '113309.617000', '113309.620000', '113309.623000', '113309.626000', '113309.628000', '113309.631000', '113309.634000', '113309.636000', '113309.639000', '113309.641000', '113309.644000', '113309.647000', '113309.649000', '113309.652000', '113309.654000', '113309.657000', '113309.660000', '113309.662000', '113309.665000', '113309.667000', '113309.670000', '113309.673000', '113309.675000', '113309.678000', '113309.681000', '113309.683000', '113309.686000', '113309.689000', '113309.691000', '113309.694000', '113309.696000', '113309.699000', '113309.702000', '113309.704000', '113309.707000', '113309.709000', '113309.712000', '113309.715000', '113309.717000', '113309.720000', '113309.722000', '113329.610000', '113329.613000', '113329.616000', '113329.619000', '113329.621000', '113329.624000', '113329.626000', '113329.629000', '113329.632000', '113329.634000', '113329.637000', '113329.639000', '113329.642000', '113329.645000', '113329.647000', '113329.661000', '113329.664000', '113329.666000', '113329.669000', '113329.671000', '113329.674000', '113329.677000', '113329.679000', '113329.682000', '113329.684000', '113329.687000', '113329.690000', '113329.692000', '113329.695000', '113329.697000', '113329.700000', '113329.703000', '113329.705000', '113329.708000', '113329.711000', '113329.713000', '113329.716000', '113329.718000', '113329.721000', '113329.723000', '113329.726000', '113329.729000', '113329.731000', '113329.734000', '113349.611000', '113349.614000', '113349.617000', '113349.620000', '113349.622000', '113349.625000', '113349.627000', '113349.630000', '113349.633000', '113349.635000', '113349.638000', '113349.640000', '113349.643000', '113349.646000', '113349.648000', '113349.651000', '113349.654000', '113349.656000', '113349.659000', '113349.661000', '113349.664000', '113349.666000', '113349.669000', '113349.672000', '113349.674000', '113349.677000', '113349.680000', '113349.682000', '113349.685000', '113349.687000', '113349.690000', '113349.693000', '113349.695000', '113349.698000', '113349.700000', '113349.703000', '113349.706000', '113349.708000', '113349.711000', '113349.713000', '113349.716000', '113349.719000', '113349.721000', '113409.611000', '113409.614000', '113409.617000', '113409.619000', '113409.622000', '113409.625000', '113409.627000', '113409.630000', '113409.632000', '113409.635000', '113409.637000', '113409.640000', '113409.643000', '113409.645000', '113409.648000', '113409.651000', '113409.653000', '113409.656000', '113409.658000', '113409.661000', '113409.663000', '113409.666000', '113409.669000', '113409.671000', '113409.674000', '113409.676000', '113409.679000', '113409.681000', '113409.684000', '113409.687000', '113409.689000', '113409.692000', '113409.695000', '113409.697000', '113409.700000', '113409.702000', '113409.705000', '113409.708000', '113409.710000', '113409.713000', '113409.716000', '113409.718000', '113409.721000', '113409.723000', '113429.611000', '113429.614000', '113429.617000', '113429.619000', '113429.622000', '113429.625000', '113429.627000', '113429.630000', '113429.633000', '113429.636000', '113429.639000', '113429.642000', '113429.645000', '113429.647000', '113429.650000', '113429.652000', '113429.655000', '113429.658000', '113429.661000', '113429.664000', '113429.666000', '113429.669000', '113429.671000', '113429.674000', '113429.677000', '113429.679000', '113429.682000', '113429.684000', '113429.687000', '113429.690000', '113429.692000', '113429.695000', '113429.697000', '113429.700000', '113429.703000', '113429.705000', '113429.708000', '113429.711000', '113429.714000', '113429.716000', '113429.719000', '113429.721000', '113429.724000', '113449.612000', '113449.614000', '113449.617000', '113449.620000', '113449.622000', '113449.625000', '113449.627000', '113449.630000', '113449.633000', '113449.636000', '113449.638000', '113449.641000', '113449.643000', '113449.646000', '113449.649000', '113449.651000', '113449.654000', '113449.657000', '113449.659000', '113449.662000', '113449.664000', '113449.667000', '113449.669000', '113449.672000', '113449.675000', '113449.677000', '113449.680000', '113449.682000', '113449.685000', '113449.688000', '113449.691000', '113449.693000', '113449.696000', '113449.698000', '113449.701000', '113449.703000', '113449.706000', '113449.709000', '113449.711000', '113449.714000', '113449.716000', '113449.719000', '113449.722000', '113449.725000', '113509.612000', '113509.614000', '113509.617000', '113509.620000', '113509.622000', '113509.625000', '113509.627000', '113509.630000', '113509.633000', '113509.635000', '113509.638000', '113509.640000', '113509.643000', '113509.646000', '113509.648000', '113509.651000', '113509.653000', '113509.656000', '113509.659000', '113509.661000', '113509.664000', '113509.666000', '113509.669000', '113509.672000', '113509.674000', '113509.677000', '113509.680000', '113509.682000', '113509.685000', '113509.687000', '113509.690000', '113509.693000', '113509.696000', '113509.699000', '113509.701000', '113509.704000', '113509.707000', '113509.709000', '113509.712000', '113509.714000', '113509.717000', '113509.755000', '113509.758000', '113529.612000', '113529.614000', '113529.617000', '113529.619000', '113529.622000', '113529.625000', '113529.627000', '113529.630000', '113529.632000', '113529.635000', '113529.638000', '113529.640000', '113529.643000', '113529.645000', '113529.648000', '113529.651000', '113529.653000', '113529.656000', '113529.659000', '113529.661000', '113529.664000', '113529.666000', '113529.669000', '113529.672000', '113529.675000', '113529.677000', '113529.680000', '113529.682000', '113529.685000', '113529.688000', '113529.690000', '113529.693000', '113529.695000', '113529.698000', '113529.701000', '113529.703000', '113529.706000', '113529.708000', '113529.711000', '113529.714000', '113529.716000', '113529.719000', '113529.721000', '113529.724000', '113549.610000', '113549.613000', '113549.616000', '113549.619000', '113549.621000', '113549.624000', '113549.626000', '113549.629000', '113549.632000', '113549.634000', '113549.637000', '113549.640000', '113549.642000', '113549.645000', '113549.647000', '113549.650000', '113549.653000', '113549.655000', '113549.658000', '113549.660000', '113549.663000', '113549.666000', '113549.668000', '113549.671000', '113549.674000', '113549.676000', '113549.679000', '113549.682000', '113549.684000', '113549.687000', '113549.690000', '113549.692000', '113549.695000', '113549.698000', '113549.701000', '113549.704000', '113549.706000', '113549.709000', '113549.712000', '113549.714000', '113549.717000', '113549.719000', '113549.722000', '113609.612000', '113609.615000', '113609.617000', '113609.620000', '113609.622000', '113609.625000', '113609.628000', '113609.630000', '113609.633000', '113609.635000', '113609.638000', '113609.641000', '113609.643000', '113609.646000', '113609.648000', '113609.651000', '113609.654000', '113609.656000', '113609.659000', '113609.662000', '113609.664000', '113609.667000', '113609.670000', '113609.672000', '113609.675000', '113609.678000', '113609.680000', '113609.683000', '113609.685000', '113609.688000', '113609.691000', '113609.693000', '113609.696000', '113609.698000', '113609.701000', '113609.704000', '113609.706000', '113609.709000', '113609.711000', '113609.714000', '113609.717000', '113609.719000', '113609.722000', '113609.724000', '113629.611000', '113629.614000', '113629.617000', '113629.620000', '113629.622000', '113629.625000', '113629.627000', '113629.630000', '113629.633000', '113629.635000', '113629.638000', '113629.640000', '113629.643000', '113629.646000', '113629.648000', '113629.651000', '113629.653000', '113629.656000', '113629.659000', '113629.661000', '113629.664000', '113629.679000', '113629.682000', '113629.685000', '113629.687000', '113629.690000', '113629.693000', '113629.695000', '113629.698000', '113629.701000', '113629.704000', '113629.707000', '113629.710000', '113629.712000', '113629.715000', '113629.718000', '113629.720000', '113629.723000', '113629.726000', '113629.728000', '113629.731000', '113629.733000', '113629.736000', '113649.612000', '113649.614000', '113649.617000', '113649.620000', '113649.622000', '113649.625000', '113649.628000', '113649.630000', '113649.633000', '113649.635000', '113649.638000', '113649.641000', '113649.643000', '113649.646000', '113649.648000', '113649.651000', '113649.654000', '113649.656000', '113649.659000', '113649.661000', '113649.664000', '113649.667000', '113649.669000', '113649.672000', '113649.675000', '113649.677000', '113649.680000', '113649.682000', '113649.685000', '113649.687000', '113649.690000', '113649.693000', '113649.695000', '113649.698000', '113649.700000', '113649.703000', '113649.706000', '113649.708000', '113649.711000', '113649.714000', '113649.716000', '113649.719000', '113649.721000', '113649.724000', '113709.612000', '113709.614000', '113709.617000', '113709.620000', '113709.622000', '113709.625000', '113709.628000', '113709.630000', '113709.633000', '113709.636000', '113709.638000', '113709.641000', '113709.643000', '113709.646000', '113709.649000', '113709.651000', '113709.654000', '113709.656000', '113709.659000', '113709.662000', '113709.664000', '113709.667000', '113709.670000', '113709.672000', '113709.675000', '113709.678000', '113709.680000', '113709.683000', '113709.686000', '113709.688000', '113709.691000', '113709.694000', '113709.696000', '113709.699000', '113709.702000', '113709.704000', '113709.707000', '113709.709000', '113709.713000', '113709.716000', '113709.719000', '113709.721000', '113709.724000', '113729.612000', '113729.615000', '113729.617000', '113729.620000', '113729.622000', '113729.625000', '113729.628000', '113729.630000', '113729.633000', '113729.635000', '113729.638000', '113729.640000', '113729.643000', '113729.646000', '113729.648000', '113729.651000', '113729.654000', '113729.656000', '113729.659000', '113729.661000', '113729.664000', '113729.667000', '113729.669000', '113729.672000', '113729.674000', '113729.677000', '113729.680000', '113729.682000', '113729.685000', '113729.687000', '113729.690000', '113729.693000', '113729.696000', '113729.698000', '113729.701000', '113729.704000', '113729.706000', '113729.709000', '113729.711000', '113729.714000', '113729.717000', '113729.719000', '113729.722000', '113729.724000', '113749.612000', '113749.614000', '113749.617000', '113749.620000', '113749.622000', '113749.625000', '113749.628000', '113749.630000', '113749.633000', '113749.635000', '113749.638000', '113749.641000', '113749.643000', '113749.646000', '113749.649000', '113749.651000', '113749.654000', '113749.656000', '113749.659000', '113749.662000', '113749.664000', '113749.667000', '113749.669000', '113749.672000', '113749.674000', '113749.677000', '113749.680000', '113749.682000', '113749.685000', '113749.687000', '113749.690000', '113749.693000', '113749.708000', '113749.711000', '113749.715000', '113749.717000', '113749.720000', '113749.723000', '113749.725000', '113749.728000', '113749.731000', '113749.733000', '113749.736000', '113800.281000', '113800.284000', '113800.287000', '113800.290000', '113800.292000', '113800.295000', '113800.298000', '113800.301000', '113800.303000', '113800.306000', '113800.308000', '113800.311000', '113800.314000', '113800.317000', '113800.320000', '113800.324000', '113800.327000', '113800.330000', '113800.333000', '113800.336000', '113800.338000', '113800.341000', '113800.344000', '113800.346000'], 'InstanceCreationTime': ['113129.643000', '113129.646000', '113129.648000', '113129.651000', '113129.654000', '113129.662000', '113129.664000', '113129.667000', '113129.670000', '113129.672000', '113129.675000', '113129.677000', '113129.680000', '113129.682000', '113129.685000', '113129.687000', '113129.690000', '113129.692000', '113129.700000', '113129.702000', '113129.705000', '113129.716000', '113149.611000', '113149.614000', '113149.617000', '113149.619000', '113149.623000', '113149.626000', '113149.629000', '113149.631000', '113149.634000', '113149.637000', '113149.639000', '113149.642000', '113149.644000', '113149.647000', '113149.650000', '113149.652000', '113149.655000', '113149.657000', '113149.660000', '113149.670000', '113149.673000', '113149.675000', '113149.678000', '113149.680000', '113149.683000', '113149.685000', '113149.688000', '113149.691000', '113149.693000', '113149.696000', '113149.698000', '113149.701000', '113149.704000', '113149.706000', '113149.709000', '113149.711000', '113149.714000', '113149.716000', '113149.724000', '113149.727000', '113149.729000', '113149.732000', '113149.734000', '113149.737000', '113209.611000', '113209.614000', '113209.617000', '113209.619000', '113209.622000', '113209.625000', '113209.627000', '113209.630000', '113209.632000', '113209.635000', '113209.638000', '113209.640000', '113209.643000', '113209.645000', '113209.648000', '113209.650000', '113209.653000', '113209.656000', '113209.658000', '113209.661000', '113209.663000', '113209.666000', '113209.668000', '113209.671000', '113209.673000', '113209.676000', '113209.679000', '113209.681000', '113209.684000', '113209.686000', '113209.689000', '113209.692000', '113209.694000', '113209.697000', '113209.699000', '113209.702000', '113209.704000', '113209.707000', '113209.710000', '113209.712000', '113209.715000', '113209.717000', '113209.720000', '113229.611000', '113229.614000', '113229.617000', '113229.620000', '113229.622000', '113229.625000', '113229.627000', '113229.630000', '113229.633000', '113229.635000', '113229.638000', '113229.640000', '113229.643000', '113229.646000', '113229.648000', '113229.651000', '113229.654000', '113229.656000', '113229.659000', '113229.661000', '113229.664000', '113229.667000', '113229.669000', '113229.672000', '113229.674000', '113229.677000', '113229.679000', '113229.682000', '113229.685000', '113229.687000', '113229.690000', '113229.692000', '113229.695000', '113229.698000', '113229.700000', '113229.703000', '113229.705000', '113229.708000', '113229.710000', '113229.713000', '113229.716000', '113229.718000', '113229.721000', '113229.723000', '113249.611000', '113249.614000', '113249.617000', '113249.619000', '113249.622000', '113249.625000', '113249.627000', '113249.630000', '113249.632000', '113249.635000', '113249.638000', '113249.640000', '113249.643000', '113249.645000', '113249.648000', '113249.650000', '113249.653000', '113249.656000', '113249.658000', '113249.661000', '113249.664000', '113249.666000', '113249.669000', '113249.671000', '113249.674000', '113249.676000', '113249.679000', '113249.682000', '113249.684000', '113249.687000', '113249.690000', '113249.692000', '113249.695000', '113249.697000', '113249.700000', '113249.702000', '113249.705000', '113249.708000', '113249.710000', '113249.713000', '113249.715000', '113249.718000', '113249.721000', '113309.611000', '113309.614000', '113309.617000', '113309.620000', '113309.623000', '113309.626000', '113309.628000', '113309.631000', '113309.634000', '113309.636000', '113309.639000', '113309.641000', '113309.644000', '113309.647000', '113309.649000', '113309.652000', '113309.654000', '113309.657000', '113309.660000', '113309.662000', '113309.665000', '113309.667000', '113309.670000', '113309.673000', '113309.675000', '113309.678000', '113309.681000', '113309.683000', '113309.686000', '113309.689000', '113309.691000', '113309.694000', '113309.696000', '113309.699000', '113309.702000', '113309.704000', '113309.707000', '113309.709000', '113309.712000', '113309.715000', '113309.717000', '113309.720000', '113309.722000', '113329.610000', '113329.613000', '113329.616000', '113329.619000', '113329.621000', '113329.624000', '113329.626000', '113329.629000', '113329.632000', '113329.634000', '113329.637000', '113329.639000', '113329.642000', '113329.645000', '113329.647000', '113329.661000', '113329.664000', '113329.666000', '113329.669000', '113329.671000', '113329.674000', '113329.677000', '113329.679000', '113329.682000', '113329.684000', '113329.687000', '113329.690000', '113329.692000', '113329.695000', '113329.697000', '113329.700000', '113329.703000', '113329.705000', '113329.708000', '113329.711000', '113329.713000', '113329.716000', '113329.718000', '113329.721000', '113329.723000', '113329.726000', '113329.729000', '113329.731000', '113329.734000', '113349.611000', '113349.614000', '113349.617000', '113349.620000', '113349.622000', '113349.625000', '113349.627000', '113349.630000', '113349.633000', '113349.635000', '113349.638000', '113349.640000', '113349.643000', '113349.646000', '113349.648000', '113349.651000', '113349.654000', '113349.656000', '113349.659000', '113349.661000', '113349.664000', '113349.666000', '113349.669000', '113349.672000', '113349.674000', '113349.677000', '113349.680000', '113349.682000', '113349.685000', '113349.687000', '113349.690000', '113349.693000', '113349.695000', '113349.698000', '113349.700000', '113349.703000', '113349.706000', '113349.708000', '113349.711000', '113349.713000', '113349.716000', '113349.719000', '113349.721000', '113409.611000', '113409.614000', '113409.617000', '113409.619000', '113409.622000', '113409.625000', '113409.627000', '113409.630000', '113409.632000', '113409.635000', '113409.637000', '113409.640000', '113409.643000', '113409.645000', '113409.648000', '113409.651000', '113409.653000', '113409.656000', '113409.658000', '113409.661000', '113409.663000', '113409.666000', '113409.669000', '113409.671000', '113409.674000', '113409.676000', '113409.679000', '113409.681000', '113409.684000', '113409.687000', '113409.689000', '113409.692000', '113409.695000', '113409.697000', '113409.700000', '113409.702000', '113409.705000', '113409.708000', '113409.710000', '113409.713000', '113409.716000', '113409.718000', '113409.721000', '113409.723000', '113429.611000', '113429.614000', '113429.617000', '113429.619000', '113429.622000', '113429.625000', '113429.627000', '113429.630000', '113429.633000', '113429.636000', '113429.639000', '113429.642000', '113429.645000', '113429.647000', '113429.650000', '113429.652000', '113429.655000', '113429.658000', '113429.661000', '113429.664000', '113429.666000', '113429.669000', '113429.671000', '113429.674000', '113429.677000', '113429.679000', '113429.682000', '113429.684000', '113429.687000', '113429.690000', '113429.692000', '113429.695000', '113429.697000', '113429.700000', '113429.703000', '113429.705000', '113429.708000', '113429.711000', '113429.714000', '113429.716000', '113429.719000', '113429.721000', '113429.724000', '113449.612000', '113449.614000', '113449.617000', '113449.620000', '113449.622000', '113449.625000', '113449.627000', '113449.630000', '113449.633000', '113449.636000', '113449.638000', '113449.641000', '113449.643000', '113449.646000', '113449.649000', '113449.651000', '113449.654000', '113449.657000', '113449.659000', '113449.662000', '113449.664000', '113449.667000', '113449.669000', '113449.672000', '113449.675000', '113449.677000', '113449.680000', '113449.682000', '113449.685000', '113449.688000', '113449.691000', '113449.693000', '113449.696000', '113449.698000', '113449.701000', '113449.703000', '113449.706000', '113449.709000', '113449.711000', '113449.714000', '113449.716000', '113449.719000', '113449.722000', '113449.725000', '113509.612000', '113509.614000', '113509.617000', '113509.620000', '113509.622000', '113509.625000', '113509.627000', '113509.630000', '113509.633000', '113509.635000', '113509.638000', '113509.640000', '113509.643000', '113509.646000', '113509.648000', '113509.651000', '113509.653000', '113509.656000', '113509.659000', '113509.661000', '113509.664000', '113509.666000', '113509.669000', '113509.672000', '113509.674000', '113509.677000', '113509.680000', '113509.682000', '113509.685000', '113509.687000', '113509.690000', '113509.693000', '113509.696000', '113509.699000', '113509.701000', '113509.704000', '113509.707000', '113509.709000', '113509.712000', '113509.714000', '113509.717000', '113509.755000', '113509.758000', '113529.612000', '113529.614000', '113529.617000', '113529.619000', '113529.622000', '113529.625000', '113529.627000', '113529.630000', '113529.632000', '113529.635000', '113529.638000', '113529.640000', '113529.643000', '113529.645000', '113529.648000', '113529.651000', '113529.653000', '113529.656000', '113529.659000', '113529.661000', '113529.664000', '113529.666000', '113529.669000', '113529.672000', '113529.675000', '113529.677000', '113529.680000', '113529.682000', '113529.685000', '113529.688000', '113529.690000', '113529.693000', '113529.695000', '113529.698000', '113529.701000', '113529.703000', '113529.706000', '113529.708000', '113529.711000', '113529.714000', '113529.716000', '113529.719000', '113529.721000', '113529.724000', '113549.610000', '113549.613000', '113549.616000', '113549.619000', '113549.621000', '113549.624000', '113549.626000', '113549.629000', '113549.632000', '113549.634000', '113549.637000', '113549.640000', '113549.642000', '113549.645000', '113549.647000', '113549.650000', '113549.653000', '113549.655000', '113549.658000', '113549.660000', '113549.663000', '113549.666000', '113549.668000', '113549.671000', '113549.674000', '113549.676000', '113549.679000', '113549.682000', '113549.684000', '113549.687000', '113549.690000', '113549.692000', '113549.695000', '113549.698000', '113549.701000', '113549.704000', '113549.706000', '113549.709000', '113549.712000', '113549.714000', '113549.717000', '113549.719000', '113549.722000', '113609.612000', '113609.615000', '113609.617000', '113609.620000', '113609.622000', '113609.625000', '113609.628000', '113609.630000', '113609.633000', '113609.635000', '113609.638000', '113609.641000', '113609.643000', '113609.646000', '113609.648000', '113609.651000', '113609.654000', '113609.656000', '113609.659000', '113609.662000', '113609.664000', '113609.667000', '113609.670000', '113609.672000', '113609.675000', '113609.678000', '113609.680000', '113609.683000', '113609.685000', '113609.688000', '113609.691000', '113609.693000', '113609.696000', '113609.698000', '113609.701000', '113609.704000', '113609.706000', '113609.709000', '113609.711000', '113609.714000', '113609.717000', '113609.719000', '113609.722000', '113609.724000', '113629.611000', '113629.614000', '113629.617000', '113629.620000', '113629.622000', '113629.625000', '113629.627000', '113629.630000', '113629.633000', '113629.635000', '113629.638000', '113629.640000', '113629.643000', '113629.646000', '113629.648000', '113629.651000', '113629.653000', '113629.656000', '113629.659000', '113629.661000', '113629.664000', '113629.679000', '113629.682000', '113629.685000', '113629.687000', '113629.690000', '113629.693000', '113629.695000', '113629.698000', '113629.701000', '113629.704000', '113629.707000', '113629.710000', '113629.712000', '113629.715000', '113629.718000', '113629.720000', '113629.723000', '113629.726000', '113629.728000', '113629.731000', '113629.733000', '113629.736000', '113649.612000', '113649.614000', '113649.617000', '113649.620000', '113649.622000', '113649.625000', '113649.628000', '113649.630000', '113649.633000', '113649.635000', '113649.638000', '113649.641000', '113649.643000', '113649.646000', '113649.648000', '113649.651000', '113649.654000', '113649.656000', '113649.659000', '113649.661000', '113649.664000', '113649.667000', '113649.669000', '113649.672000', '113649.675000', '113649.677000', '113649.680000', '113649.682000', '113649.685000', '113649.687000', '113649.690000', '113649.693000', '113649.695000', '113649.698000', '113649.700000', '113649.703000', '113649.706000', '113649.708000', '113649.711000', '113649.714000', '113649.716000', '113649.719000', '113649.721000', '113649.724000', '113709.612000', '113709.614000', '113709.617000', '113709.620000', '113709.622000', '113709.625000', '113709.628000', '113709.630000', '113709.633000', '113709.636000', '113709.638000', '113709.641000', '113709.643000', '113709.646000', '113709.649000', '113709.651000', '113709.654000', '113709.656000', '113709.659000', '113709.662000', '113709.664000', '113709.667000', '113709.670000', '113709.672000', '113709.675000', '113709.678000', '113709.680000', '113709.683000', '113709.686000', '113709.688000', '113709.691000', '113709.694000', '113709.696000', '113709.699000', '113709.702000', '113709.704000', '113709.707000', '113709.709000', '113709.713000', '113709.716000', '113709.719000', '113709.721000', '113709.724000', '113729.612000', '113729.615000', '113729.617000', '113729.620000', '113729.622000', '113729.625000', '113729.628000', '113729.630000', '113729.633000', '113729.635000', '113729.638000', '113729.640000', '113729.643000', '113729.646000', '113729.648000', '113729.651000', '113729.654000', '113729.656000', '113729.659000', '113729.661000', '113729.664000', '113729.667000', '113729.669000', '113729.672000', '113729.674000', '113729.677000', '113729.680000', '113729.682000', '113729.685000', '113729.687000', '113729.690000', '113729.693000', '113729.696000', '113729.698000', '113729.701000', '113729.704000', '113729.706000', '113729.709000', '113729.711000', '113729.714000', '113729.717000', '113729.719000', '113729.722000', '113729.724000', '113749.612000', '113749.614000', '113749.617000', '113749.620000', '113749.622000', '113749.625000', '113749.628000', '113749.630000', '113749.633000', '113749.635000', '113749.638000', '113749.641000', '113749.643000', '113749.646000', '113749.649000', '113749.651000', '113749.654000', '113749.656000', '113749.659000', '113749.662000', '113749.664000', '113749.667000', '113749.669000', '113749.672000', '113749.674000', '113749.677000', '113749.680000', '113749.682000', '113749.685000', '113749.687000', '113749.690000', '113749.693000', '113749.708000', '113749.711000', '113749.715000', '113749.717000', '113749.720000', '113749.723000', '113749.725000', '113749.728000', '113749.731000', '113749.733000', '113749.736000', '113800.281000', '113800.284000', '113800.287000', '113800.290000', '113800.292000', '113800.295000', '113800.298000', '113800.301000', '113800.303000', '113800.306000', '113800.308000', '113800.311000', '113800.314000', '113800.317000', '113800.320000', '113800.324000', '113800.327000', '113800.330000', '113800.333000', '113800.336000', '113800.338000', '113800.341000', '113800.344000', '113800.346000'], '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': [7277, 6873, 7085, 6517, 6724, 6963, 7012, 6676, 7063, 6520, 6805, 6851, 6754, 7098, 6813, 7003, 6809, 7023, 7213, 6542, 7225, 6746, 7140, 7360, 6645, 6879, 7614, 6782, 6778, 6664, 6558, 6964, 6561, 7402, 6396, 6847, 6458, 6340, 6936, 6369, 6836, 6562, 6421, 6678, 6744, 7018, 6634, 6514, 6984, 6591, 6902, 6919, 6506, 6824, 6539, 6735, 6646, 7046, 6675, 6451, 6622, 6706, 6711, 6862, 6809, 6527, 6377, 6442, 6706, 6444, 6630, 6740, 6488, 6554, 6494, 6664, 6710, 6709, 7145, 6714, 6936, 6942, 6682, 6809, 6406, 6833, 6482, 6678, 6793, 6662, 6869, 6519, 6554, 6556, 6803, 6517, 6745, 6563, 6542, 7016, 6656, 6363, 6495, 6473, 6751, 6670, 6794, 6597, 6826, 6954, 6744, 6639, 6826, 7007, 6555, 6575, 6578, 6748, 6906, 6703, 6619, 7207, 6816, 6886, 6565, 6431, 7049, 6855, 6768, 7159, 6736, 6643, 6897, 6549, 6683, 7018, 6889, 6582, 6726, 6584, 6827, 6631, 6451, 6560, 6725, 6714, 6755, 6941, 6727, 6652, 6679, 6599, 6786, 6694, 6893, 6646, 6501, 6516, 6472, 6616, 6807, 6571, 7313, 6501, 6783, 6648, 6604, 6810, 6490, 6564, 6639, 6694, 6940, 6898, 6503, 6473, 6731, 6596, 6838, 6464, 7162, 6675, 6883, 6829, 6569, 6822, 6671, 6669, 6445, 6642, 6746, 6888, 6735, 6563, 6652, 6845, 6789, 6688, 6601, 6669, 6752, 6747, 7153, 6750, 6671, 6581, 6608, 6984, 6525, 6682, 6679, 6840, 7019, 8046, 6634, 6810, 6837, 6674, 6296, 6924, 6341, 6705, 6574, 6867, 7337, 6802, 6952, 6474, 6447, 6695, 6689, 6444, 7614, 6718, 6646, 6450, 6576, 6535, 6685, 6412, 7280, 6691, 6623, 6958, 6190, 6862, 6519, 6544, 6792, 6443, 7046, 6676, 7648, 6625, 6637, 6523, 6695, 6409, 6952, 6691, 6797, 7120, 6734, 7291, 6878, 6857, 7661, 6477, 6561, 6556, 6639, 6691, 6545, 6401, 6518, 6356, 6455, 6773, 6719, 6561, 6789, 6395, 6283, 6670, 6597, 6756, 6599, 6515, 6979, 6712, 6680, 7116, 6478, 6972, 6631, 6949, 6764, 6992, 6721, 6450, 6752, 6753, 6661, 6699, 6390, 6516, 6656, 6914, 6855, 6497, 6558, 6408, 6956, 6434, 6522, 6759, 6560, 6610, 6589, 6610, 6443, 6464, 6564, 6459, 6900, 6807, 6827, 6569, 7433, 6679, 6960, 6504, 6734, 7606, 6675, 6572, 8002, 6844, 7358, 6781, 6488, 7459, 6527, 6973, 6585, 6680, 6734, 6835, 6444, 7448, 6807, 6620, 6888, 6539, 7143, 6656, 6615, 6887, 6573, 7369, 6753, 6669, 6789, 6394, 7007, 6655, 6667, 6861, 6707, 6770, 6623, 6483, 6845, 6608, 6717, 6530, 6428, 7346, 6722, 6744, 6534, 6639, 6808, 6735, 6749, 7302, 6696, 6750, 6736, 6467, 7136, 6569, 6668, 7258, 6700, 6916, 6595, 6680, 6758, 6680, 6706, 6506, 6649, 6708, 6844, 6541, 7150, 6759, 6800, 6748, 6521, 6713, 6620, 6799, 6670, 6519, 6704, 6561, 6815, 6624, 6732, 7057, 6421, 7002, 6666, 6728, 7112, 6787, 6518, 7105, 6340, 6794, 7081, 6701, 6693, 6780, 6411, 7152, 6645, 6559, 6517, 6748, 6763, 6484, 6336, 7269, 6985, 7023, 6826, 6501, 6840, 6420, 6772, 6604, 6790, 7187, 6908, 6955, 7574, 6695, 7390, 6920, 7019, 8034, 6435, 6941, 6697, 6667, 7731, 6505, 6708, 7004, 6821, 7234, 6553, 6439, 7202, 6565, 6777, 6531, 6530, 7176, 6465, 6990, 6622, 6666, 6581, 6803, 6498, 7421, 6515, 6597, 6728, 6653, 7130, 6905, 6496, 7736, 6540, 7348, 6484, 6483, 7147, 6812, 6854, 7520, 6697, 6834, 6674, 6709, 7371, 6647, 6572, 7947, 6867, 6990, 6713, 6709, 7481, 6420, 6909, 6631, 6686, 6640, 6624, 6462, 7045, 6740, 6776, 6643, 6638, 7253, 6593, 6644, 6731, 6827, 6882, 6668, 6717, 6795, 7028, 7221, 6623, 6616, 6678, 6304, 6646, 6783, 6818, 7429, 6712, 6501, 7248, 6683, 7060, 7492, 6494, 6726, 6799, 6843, 6956, 6552, 6543, 7401, 6639, 6837, 6663, 6448, 6733, 6673, 6527, 7582, 6769, 6910, 6938, 6657, 7069, 6911, 6409, 6969, 6587, 6973, 6553, 6698, 6688, 6775, 6472, 6400, 6777, 6631, 6664, 6471, 6602, 6681, 6670, 6741, 6666, 6998, 6469, 7119, 7935, 6569, 7235, 6602, 6552, 7123, 6985, 6582, 7522, 6772, 6801, 6591, 6795, 7333, 6679, 6469, 7789, 6565, 7204, 6541, 6603, 7527, 6799, 6694, 6547, 6476, 7266, 6709, 6794, 7750, 6564, 6556, 7383, 6919, 6843, 6613, 6376, 6694, 7070, 7589, 6646, 6457, 6610, 6625, 6692, 6622, 7026, 7254, 7351, 7173, 7039, 6983, 6738, 7160, 6469, 6732, 6815, 6631, 6901, 6819, 6901, 7469, 6702, 6943, 6557, 6460, 7257, 6561, 6744, 7882, 6664, 7056, 6893, 6567, 7871, 6541, 7164, 6615, 6826, 7223, 6780, 6742, 8152, 6647, 7092, 6762, 6701, 7288, 6693, 6696, 6620, 6630, 7266, 6775, 7195, 7460, 6730, 7284, 6730, 6614, 7050, 6853, 6735, 7007, 6523, 6799, 6573, 6703, 7058, 6615, 6905, 6636, 6370, 6955, 6562, 6743, 6911, 6653, 7148, 6780, 6646, 6496, 6458, 6517, 6591, 6796, 6721, 6987, 6429, 6773, 6612, 6720, 6933, 6663, 6849, 6793, 6519, 7080, 6538, 6918, 6624, 6639, 6620, 6437, 6609, 6325, 6616, 6578, 6524, 6594, 7173, 6506, 7080, 6734, 6750, 7490, 6780, 7120, 6286, 6628, 7081, 6804, 6961, 6269, 6521, 7959, 6809, 7047, 6463, 6679, 8251, 6525, 7104, 8377, 6411, 7271, 6667, 6644, 7396, 6802, 6763, 8173, 6462, 7106, 6515, 6588, 7171, 6285, 6803, 6409, 6462, 6682, 6680, 6685, 7654, 6444, 6696, 6653, 6710, 7396, 6537, 6952, 7881, 6676, 7085, 6437, 6603, 6286, 6578, 6390, 6766, 6779, 6917, 7052, 6902, 6740, 6559, 6593, 6653, 6795, 6536, 7126, 6939, 6582, 7621, 6369, 7100, 6725, 6723, 7385, 6565, 6914, 8257, 6518, 7228, 8584, 6710, 7154, 8583, 6580, 7043, 6644, 6605, 7342, 6850, 8386, 6743, 6498, 6462, 6893, 6712, 7073, 8318, 6437, 7240, 6703, 7086, 7594, 6584, 7026, 7789, 6448, 6963, 7823, 6620, 7228, 6558, 6685, 7263, 6291, 6462, 7252], 'WindowCenter': [4075.0, 4051.0, 4047.0, 4023.0, 4021.0, 4031.0, 4019.0, 4021.0, 4019.0, 4009.0, 4020.0, 4017.0, 4020.0, 4019.0, 4019.0, 4031.0, 4018.0, 4028.0, 4029.0, 4009.0, 4031.0, 4007.0, 4018.0, 4028.0, 4006.0, 4018.0, 4027.0, 4007.0, 4018.0, 4006.0, 4008.0, 4017.0, 4019.0, 4029.0, 4019.0, 4033.0, 4019.0, 4019.0, 4029.0, 4023.0, 4032.0, 4034.0, 4020.0, 4021.0, 4019.0, 4016.0, 4018.0, 4007.0, 4016.0, 4017.0, 4016.0, 4016.0, 4006.0, 4003.0, 4006.0, 4003.0, 4004.0, 4015.0, 4004.0, 4008.0, 4017.0, 4018.0, 4018.0, 4015.0, 4018.0, 4007.0, 4008.0, 4008.0, 4017.0, 4008.0, 4016.0, 4007.0, 4008.0, 4005.0, 4007.0, 4006.0, 4004.0, 4007.0, 4005.0, 4005.0, 4016.0, 4004.0, 4005.0, 4004.0, 3994.0, 4005.0, 3992.0, 4005.0, 4017.0, 4003.0, 4018.0, 4006.0, 3994.0, 3992.0, 4003.0, 3994.0, 4004.0, 4003.0, 3994.0, 4003.0, 4004.0, 4004.0, 3993.0, 4004.0, 4003.0, 4005.0, 4005.0, 4016.0, 4017.0, 4017.0, 4018.0, 4017.0, 4019.0, 4016.0, 4005.0, 4007.0, 4004.0, 4018.0, 4017.0, 4006.0, 4018.0, 4016.0, 4005.0, 4016.0, 4003.0, 3994.0, 4003.0, 3993.0, 4004.0, 4001.0, 4003.0, 4004.0, 4003.0, 3994.0, 4001.0, 4003.0, 4016.0, 4004.0, 4005.0, 4005.0, 4006.0, 4018.0, 4004.0, 4007.0, 4017.0, 4005.0, 4017.0, 4016.0, 4005.0, 4007.0, 4004.0, 4006.0, 4005.0, 4005.0, 4017.0, 4007.0, 4008.0, 4006.0, 4008.0, 4019.0, 4018.0, 4019.0, 4028.0, 4007.0, 4019.0, 4007.0, 4017.0, 4017.0, 4007.0, 4018.0, 4005.0, 4017.0, 4018.0, 4019.0, 4009.0, 4007.0, 4019.0, 4017.0, 4018.0, 4008.0, 4017.0, 4019.0, 4030.0, 4017.0, 4019.0, 4018.0, 4018.0, 4020.0, 4007.0, 4018.0, 4019.0, 4030.0, 4032.0, 4019.0, 4020.0, 4019.0, 4020.0, 4032.0, 4029.0, 4030.0, 4021.0, 4020.0, 4032.0, 4019.0, 4021.0, 4020.0, 4019.0, 4030.0, 4009.0, 4019.0, 4018.0, 4018.0, 4029.0, 4037.0, 4018.0, 4017.0, 4005.0, 4020.0, 4007.0, 4029.0, 4020.0, 4031.0, 4032.0, 4034.0, 4040.0, 4019.0, 4018.0, 4004.0, 4008.0, 4005.0, 4002.0, 3994.0, 4014.0, 4004.0, 4004.0, 3992.0, 4003.0, 3996.0, 4004.0, 3995.0, 4011.0, 4003.0, 4004.0, 4002.0, 3994.0, 4003.0, 3994.0, 3995.0, 4001.0, 4005.0, 4014.0, 4002.0, 4026.0, 4006.0, 4021.0, 4007.0, 4019.0, 4006.0, 4028.0, 4028.0, 4030.0, 4028.0, 4029.0, 4042.0, 4017.0, 4008.0, 4028.0, 4005.0, 4005.0, 3993.0, 4002.0, 4004.0, 3992.0, 3994.0, 3994.0, 3991.0, 3992.0, 4004.0, 4003.0, 4007.0, 4005.0, 4007.0, 4005.0, 4016.0, 4016.0, 4005.0, 4019.0, 4007.0, 4017.0, 4019.0, 4005.0, 4016.0, 4005.0, 4005.0, 4005.0, 4014.0, 4004.0, 4017.0, 4003.0, 4008.0, 4006.0, 4018.0, 4018.0, 4015.0, 4008.0, 4006.0, 4016.0, 4018.0, 4004.0, 4007.0, 4020.0, 4022.0, 4043.0, 4017.0, 4017.0, 4017.0, 4016.0, 4016.0, 4016.0, 4016.0, 4007.0, 4007.0, 4019.0, 4006.0, 4027.0, 4018.0, 4015.0, 4018.0, 4027.0, 4018.0, 4016.0, 4004.0, 4006.0, 4026.0, 4005.0, 4007.0, 4025.0, 4004.0, 4015.0, 4003.0, 3994.0, 4015.0, 3992.0, 4014.0, 4003.0, 4002.0, 4003.0, 4014.0, 4007.0, 4025.0, 4014.0, 4016.0, 4014.0, 4018.0, 4017.0, 4017.0, 4017.0, 4028.0, 4019.0, 4027.0, 4017.0, 4019.0, 4016.0, 4008.0, 4018.0, 4018.0, 4017.0, 4017.0, 4018.0, 4016.0, 4016.0, 4006.0, 4015.0, 4020.0, 4019.0, 4007.0, 4008.0, 4027.0, 4006.0, 4017.0, 4004.0, 4005.0, 4006.0, 4006.0, 4017.0, 4026.0, 4015.0, 4016.0, 4003.0, 4005.0, 4017.0, 4005.0, 4017.0, 4013.0, 4004.0, 4017.0, 4003.0, 4007.0, 4003.0, 4008.0, 4017.0, 4004.0, 4019.0, 4017.0, 4018.0, 4018.0, 4018.0, 4017.0, 4019.0, 4016.0, 4019.0, 4017.0, 4017.0, 4019.0, 4018.0, 4021.0, 4019.0, 4018.0, 4020.0, 4017.0, 4018.0, 4028.0, 4007.0, 4019.0, 4014.0, 4007.0, 4017.0, 4004.0, 4006.0, 4017.0, 3993.0, 4005.0, 4014.0, 4004.0, 4006.0, 4003.0, 4005.0, 4015.0, 4005.0, 4007.0, 4004.0, 4018.0, 4008.0, 4005.0, 4009.0, 4015.0, 4018.0, 4018.0, 4004.0, 4006.0, 4008.0, 4005.0, 4007.0, 4004.0, 4007.0, 4017.0, 4016.0, 4017.0, 4024.0, 4004.0, 4017.0, 4014.0, 4015.0, 4024.0, 3993.0, 4003.0, 4002.0, 4006.0, 4024.0, 3995.0, 4007.0, 4003.0, 4004.0, 4015.0, 3993.0, 3992.0, 4013.0, 4003.0, 4005.0, 3991.0, 4005.0, 4014.0, 4004.0, 4019.0, 4004.0, 4007.0, 4017.0, 4004.0, 4009.0, 4015.0, 4004.0, 4006.0, 4004.0, 4005.0, 4017.0, 4014.0, 4005.0, 4025.0, 4006.0, 4027.0, 3994.0, 3996.0, 4015.0, 4003.0, 4005.0, 4024.0, 4004.0, 4005.0, 4003.0, 4005.0, 4026.0, 4003.0, 4006.0, 4026.0, 4006.0, 4018.0, 4004.0, 4017.0, 4026.0, 4008.0, 4029.0, 4017.0, 4018.0, 4017.0, 4017.0, 4006.0, 4015.0, 4017.0, 4020.0, 4019.0, 4021.0, 4030.0, 4017.0, 4019.0, 4015.0, 4018.0, 4017.0, 4018.0, 4018.0, 4005.0, 4016.0, 4030.0, 4019.0, 4019.0, 4029.0, 4021.0, 4044.0, 4035.0, 4034.0, 4046.0, 4031.0, 4010.0, 4031.0, 4005.0, 4018.0, 4018.0, 3995.0, 4007.0, 4003.0, 4004.0, 4015.0, 3995.0, 3996.0, 4014.0, 4006.0, 4004.0, 4003.0, 3996.0, 4006.0, 4004.0, 4006.0, 4026.0, 4007.0, 4017.0, 4005.0, 4007.0, 4004.0, 4014.0, 4005.0, 4014.0, 4004.0, 4018.0, 3992.0, 4005.0, 4006.0, 4004.0, 4018.0, 4018.0, 4018.0, 4019.0, 4017.0, 4018.0, 4017.0, 4020.0, 4021.0, 4016.0, 4019.0, 4020.0, 4007.0, 4020.0, 4035.0, 4006.0, 4027.0, 4003.0, 3995.0, 4017.0, 4004.0, 4006.0, 4026.0, 4004.0, 4017.0, 4002.0, 4005.0, 4015.0, 3992.0, 3994.0, 4013.0, 4002.0, 4015.0, 3992.0, 4005.0, 4028.0, 4006.0, 4007.0, 4004.0, 4005.0, 4029.0, 4006.0, 4020.0, 4027.0, 4003.0, 4006.0, 4026.0, 4016.0, 4006.0, 4004.0, 4007.0, 4018.0, 4019.0, 4031.0, 4023.0, 4021.0, 4030.0, 4029.0, 4032.0, 4032.0, 4042.0, 4046.0, 4041.0, 4030.0, 4020.0, 4017.0, 4019.0, 4018.0, 4007.0, 4007.0, 4003.0, 4005.0, 4014.0, 4005.0, 4018.0, 4016.0, 4005.0, 4019.0, 3993.0, 4007.0, 4016.0, 4006.0, 4008.0, 4028.0, 4007.0, 4017.0, 4004.0, 4006.0, 4024.0, 3994.0, 4006.0, 3994.0, 4005.0, 4018.0, 4004.0, 4006.0, 4026.0, 4007.0, 4018.0, 4006.0, 4008.0, 4017.0, 4005.0, 4006.0, 4003.0, 4006.0, 4019.0, 4004.0, 4016.0, 4016.0, 4003.0, 4017.0, 4003.0, 4005.0, 4017.0, 4003.0, 4017.0, 4016.0, 4006.0, 4007.0, 4016.0, 4019.0, 4017.0, 4017.0, 4019.0, 4016.0, 4010.0, 4019.0, 4017.0, 4021.0, 4018.0, 4017.0, 4029.0, 4016.0, 4019.0, 4020.0, 4019.0, 4021.0, 4030.0, 4030.0, 4031.0, 4031.0, 4021.0, 4030.0, 4021.0, 4022.0, 4029.0, 4021.0, 4020.0, 4020.0, 4011.0, 4030.0, 4024.0, 4048.0, 4020.0, 4021.0, 4009.0, 4020.0, 4024.0, 4024.0, 4018.0, 4018.0, 4009.0, 4019.0, 4017.0, 4009.0, 4020.0, 4005.0, 4008.0, 4029.0, 4007.0, 4020.0, 3995.0, 4009.0, 4019.0, 4007.0, 4017.0, 4006.0, 4007.0, 4029.0, 4006.0, 4018.0, 3995.0, 4006.0, 4037.0, 3992.0, 4016.0, 4025.0, 3994.0, 4016.0, 3990.0, 3992.0, 4014.0, 3991.0, 4005.0, 4023.0, 3993.0, 4006.0, 3994.0, 4005.0, 4005.0, 3993.0, 4006.0, 4004.0, 4006.0, 4017.0, 4008.0, 4020.0, 4028.0, 4007.0, 4020.0, 4005.0, 4009.0, 4018.0, 3994.0, 4016.0, 4027.0, 4005.0, 4017.0, 4006.0, 4018.0, 4007.0, 4019.0, 4007.0, 4020.0, 4021.0, 4032.0, 4030.0, 4029.0, 4034.0, 4008.0, 4031.0, 4034.0, 4021.0, 4021.0, 4032.0, 4018.0, 4019.0, 4026.0, 3995.0, 4018.0, 3994.0, 4004.0, 4016.0, 3991.0, 3990.0, 4011.0, 3967.0, 3990.0, 4008.0, 3976.0, 3976.0, 4006.0, 3976.0, 3987.0, 3986.0, 3989.0, 3989.0, 3988.0, 4024.0, 3992.0, 3983.0, 3991.0, 4014.0, 4004.0, 4020.0, 4038.0, 4008.0, 4019.0, 3993.0, 4003.0, 4013.0, 3991.0, 4002.0, 4000.0, 3980.0, 4003.0, 4001.0, 3991.0, 4003.0, 3981.0, 3990.0, 4003.0, 3992.0, 4007.0, 4029.0], 'WindowWidth': [9095.0, 9052.0, 9040.0, 8998.0, 8993.0, 9005.0, 8985.0, 8990.0, 8983.0, 8970.0, 8985.0, 8978.0, 8984.0, 8983.0, 8982.0, 9001.0, 8979.0, 8995.0, 8996.0, 8968.0, 9000.0, 8962.0, 8981.0, 8992.0, 8960.0, 8979.0, 8989.0, 8962.0, 8978.0, 8960.0, 8966.0, 8978.0, 8982.0, 8994.0, 8985.0, 9009.0, 8985.0, 8987.0, 9001.0, 8997.0, 9009.0, 9013.0, 8989.0, 8990.0, 8985.0, 8977.0, 8980.0, 8964.0, 8974.0, 8978.0, 8974.0, 8974.0, 8961.0, 8954.0, 8960.0, 8951.0, 8954.0, 8972.0, 8955.0, 8967.0, 8978.0, 8980.0, 8981.0, 8973.0, 8982.0, 8965.0, 8970.0, 8970.0, 8978.0, 8969.0, 8975.0, 8964.0, 8968.0, 8957.0, 8963.0, 8962.0, 8955.0, 8962.0, 8956.0, 8957.0, 8973.0, 8952.0, 8957.0, 8954.0, 8940.0, 8957.0, 8936.0, 8956.0, 8977.0, 8954.0, 8983.0, 8960.0, 8940.0, 8936.0, 8950.0, 8942.0, 8955.0, 8953.0, 8941.0, 8951.0, 8956.0, 8956.0, 8939.0, 8955.0, 8954.0, 8960.0, 8960.0, 8974.0, 8979.0, 8976.0, 8980.0, 8980.0, 8984.0, 8975.0, 8958.0, 8964.0, 8956.0, 8978.0, 8977.0, 8960.0, 8979.0, 8974.0, 8958.0, 8974.0, 8951.0, 8940.0, 8952.0, 8936.0, 8953.0, 8947.0, 8951.0, 8953.0, 8952.0, 8941.0, 8948.0, 8952.0, 8972.0, 8953.0, 8959.0, 8959.0, 8961.0, 8979.0, 8957.0, 8963.0, 8976.0, 8959.0, 8978.0, 8974.0, 8960.0, 8963.0, 8956.0, 8962.0, 8956.0, 8958.0, 8975.0, 8961.0, 8967.0, 8961.0, 8969.0, 8983.0, 8979.0, 8984.0, 8994.0, 8965.0, 8982.0, 8963.0, 8977.0, 8977.0, 8964.0, 8981.0, 8959.0, 8978.0, 8982.0, 8982.0, 8968.0, 8963.0, 8982.0, 8979.0, 8979.0, 8968.0, 8978.0, 8982.0, 8999.0, 8977.0, 8985.0, 8981.0, 8982.0, 8985.0, 8965.0, 8982.0, 8984.0, 9001.0, 9011.0, 8984.0, 8988.0, 8984.0, 8988.0, 9007.0, 8999.0, 9003.0, 8990.0, 8987.0, 9005.0, 8985.0, 8990.0, 8989.0, 8986.0, 9002.0, 8970.0, 8985.0, 8984.0, 8981.0, 8998.0, 9005.0, 8981.0, 8978.0, 8957.0, 8983.0, 8965.0, 8996.0, 8990.0, 9006.0, 9008.0, 9014.0, 9015.0, 8985.0, 8982.0, 8957.0, 8964.0, 8957.0, 8949.0, 8941.0, 8966.0, 8952.0, 8955.0, 8935.0, 8952.0, 8946.0, 8953.0, 8943.0, 8961.0, 8951.0, 8954.0, 8950.0, 8943.0, 8951.0, 8942.0, 8945.0, 8948.0, 8957.0, 8967.0, 8950.0, 8985.0, 8961.0, 8988.0, 8963.0, 8983.0, 8963.0, 8997.0, 8998.0, 9003.0, 8997.0, 9001.0, 9020.0, 8978.0, 8966.0, 8992.0, 8960.0, 8956.0, 8938.0, 8948.0, 8953.0, 8935.0, 8941.0, 8941.0, 8932.0, 8938.0, 8953.0, 8952.0, 8963.0, 8957.0, 8963.0, 8958.0, 8976.0, 8976.0, 8959.0, 8983.0, 8964.0, 8977.0, 8982.0, 8957.0, 8973.0, 8959.0, 8957.0, 8959.0, 8970.0, 8957.0, 8979.0, 8954.0, 8964.0, 8962.0, 8981.0, 8982.0, 8974.0, 8969.0, 8963.0, 8976.0, 8981.0, 8957.0, 8965.0, 8988.0, 8995.0, 9025.0, 8982.0, 8979.0, 8977.0, 8976.0, 8978.0, 8977.0, 8977.0, 8966.0, 8965.0, 8984.0, 8964.0, 8991.0, 8981.0, 8975.0, 8982.0, 8992.0, 8979.0, 8976.0, 8956.0, 8961.0, 8986.0, 8957.0, 8963.0, 8983.0, 8956.0, 8972.0, 8953.0, 8942.0, 8969.0, 8936.0, 8969.0, 8952.0, 8952.0, 8954.0, 8971.0, 8965.0, 8985.0, 8972.0, 8976.0, 8972.0, 8982.0, 8979.0, 8980.0, 8981.0, 8995.0, 8986.0, 8992.0, 8980.0, 8984.0, 8975.0, 8968.0, 8979.0, 8980.0, 8979.0, 8977.0, 8982.0, 8976.0, 8977.0, 8964.0, 8972.0, 8984.0, 8982.0, 8962.0, 8966.0, 8989.0, 8961.0, 8976.0, 8955.0, 8959.0, 8961.0, 8961.0, 8978.0, 8988.0, 8972.0, 8975.0, 8955.0, 8960.0, 8977.0, 8958.0, 8977.0, 8967.0, 8956.0, 8977.0, 8954.0, 8963.0, 8956.0, 8965.0, 8978.0, 8958.0, 8984.0, 8980.0, 8980.0, 8982.0, 8983.0, 8980.0, 8984.0, 8976.0, 8985.0, 8980.0, 8980.0, 8986.0, 8982.0, 8990.0, 8985.0, 8981.0, 8987.0, 8978.0, 8983.0, 8994.0, 8965.0, 8983.0, 8971.0, 8965.0, 8978.0, 8955.0, 8961.0, 8974.0, 8940.0, 8959.0, 8968.0, 8957.0, 8961.0, 8954.0, 8961.0, 8973.0, 8959.0, 8964.0, 8957.0, 8980.0, 8965.0, 8960.0, 8968.0, 8972.0, 8979.0, 8981.0, 8957.0, 8963.0, 8965.0, 8960.0, 8964.0, 8957.0, 8963.0, 8976.0, 8973.0, 8977.0, 8982.0, 8955.0, 8976.0, 8968.0, 8972.0, 8979.0, 8938.0, 8953.0, 8950.0, 8961.0, 8982.0, 8945.0, 8962.0, 8951.0, 8954.0, 8970.0, 8938.0, 8938.0, 8964.0, 8950.0, 8958.0, 8936.0, 8957.0, 8969.0, 8956.0, 8981.0, 8956.0, 8964.0, 8977.0, 8956.0, 8967.0, 8972.0, 8956.0, 8960.0, 8955.0, 8958.0, 8975.0, 8969.0, 8959.0, 8985.0, 8961.0, 8991.0, 8942.0, 8946.0, 8971.0, 8952.0, 8957.0, 8981.0, 8956.0, 8959.0, 8954.0, 8961.0, 8988.0, 8954.0, 8962.0, 8986.0, 8961.0, 8980.0, 8956.0, 8977.0, 8988.0, 8968.0, 8997.0, 8977.0, 8982.0, 8978.0, 8978.0, 8966.0, 8974.0, 8980.0, 8987.0, 8983.0, 8990.0, 8999.0, 8979.0, 8985.0, 8974.0, 8981.0, 8979.0, 8981.0, 8982.0, 8960.0, 8977.0, 8998.0, 8983.0, 8985.0, 9001.0, 8993.0, 9029.0, 9017.0, 9016.0, 9033.0, 9004.0, 8973.0, 9002.0, 8960.0, 8978.0, 8976.0, 8944.0, 8961.0, 8951.0, 8956.0, 8971.0, 8945.0, 8947.0, 8968.0, 8961.0, 8956.0, 8952.0, 8946.0, 8959.0, 8955.0, 8962.0, 8986.0, 8963.0, 8977.0, 8956.0, 8960.0, 8955.0, 8967.0, 8959.0, 8969.0, 8955.0, 8977.0, 8938.0, 8958.0, 8960.0, 8956.0, 8983.0, 8985.0, 8985.0, 8985.0, 8979.0, 8982.0, 8979.0, 8987.0, 8990.0, 8977.0, 8982.0, 8986.0, 8964.0, 8987.0, 8999.0, 8960.0, 8989.0, 8952.0, 8944.0, 8976.0, 8953.0, 8960.0, 8986.0, 8956.0, 8978.0, 8950.0, 8957.0, 8971.0, 8936.0, 8940.0, 8964.0, 8949.0, 8969.0, 8936.0, 8957.0, 8990.0, 8958.0, 8962.0, 8957.0, 8959.0, 8995.0, 8962.0, 8986.0, 8989.0, 8954.0, 8962.0, 8989.0, 8973.0, 8960.0, 8956.0, 8966.0, 8981.0, 8982.0, 9000.0, 8995.0, 8989.0, 9002.0, 9000.0, 9009.0, 9009.0, 9024.0, 9032.0, 9017.0, 9000.0, 8985.0, 8974.0, 8982.0, 8980.0, 8963.0, 8962.0, 8953.0, 8957.0, 8970.0, 8957.0, 8978.0, 8972.0, 8957.0, 8980.0, 8940.0, 8964.0, 8974.0, 8961.0, 8966.0, 8989.0, 8961.0, 8974.0, 8954.0, 8958.0, 8979.0, 8941.0, 8959.0, 8939.0, 8955.0, 8976.0, 8954.0, 8962.0, 8985.0, 8961.0, 8979.0, 8959.0, 8965.0, 8973.0, 8956.0, 8962.0, 8954.0, 8960.0, 8980.0, 8953.0, 8973.0, 8971.0, 8952.0, 8976.0, 8953.0, 8956.0, 8975.0, 8953.0, 8977.0, 8973.0, 8961.0, 8962.0, 8974.0, 8983.0, 8979.0, 8979.0, 8983.0, 8976.0, 8972.0, 8982.0, 8978.0, 8990.0, 8980.0, 8979.0, 8998.0, 8978.0, 8984.0, 8987.0, 8988.0, 8993.0, 9002.0, 9002.0, 9006.0, 9002.0, 8992.0, 9002.0, 8991.0, 8994.0, 8998.0, 8989.0, 8987.0, 8985.0, 8977.0, 9000.0, 8997.0, 9038.0, 8988.0, 8989.0, 8967.0, 8986.0, 8996.0, 9002.0, 8980.0, 8980.0, 8968.0, 8983.0, 8977.0, 8970.0, 8985.0, 8959.0, 8968.0, 8995.0, 8965.0, 8985.0, 8945.0, 8968.0, 8981.0, 8964.0, 8977.0, 8961.0, 8964.0, 8994.0, 8962.0, 8979.0, 8945.0, 8962.0, 9002.0, 8938.0, 8973.0, 8983.0, 8941.0, 8971.0, 8931.0, 8936.0, 8967.0, 8932.0, 8956.0, 8976.0, 8936.0, 8960.0, 8941.0, 8956.0, 8955.0, 8940.0, 8962.0, 8956.0, 8961.0, 8978.0, 8965.0, 8985.0, 8993.0, 8963.0, 8984.0, 8958.0, 8968.0, 8978.0, 8943.0, 8975.0, 8986.0, 8956.0, 8976.0, 8959.0, 8981.0, 8965.0, 8983.0, 8963.0, 8986.0, 8992.0, 9009.0, 9004.0, 8999.0, 9012.0, 8968.0, 9003.0, 9011.0, 8989.0, 8991.0, 9004.0, 8978.0, 8982.0, 8988.0, 8945.0, 8976.0, 8939.0, 8951.0, 8970.0, 8930.0, 8928.0, 8954.0, 8891.0, 8924.0, 8944.0, 8900.0, 8902.0, 8939.0, 8901.0, 8917.0, 8919.0, 8927.0, 8923.0, 8921.0, 8978.0, 8933.0, 8921.0, 8933.0, 8969.0, 8957.0, 8986.0, 9007.0, 8964.0, 8981.0, 8938.0, 8951.0, 8963.0, 8929.0, 8946.0, 8941.0, 8913.0, 8949.0, 8944.0, 8932.0, 8950.0, 8917.0, 8930.0, 8948.0, 8933.0, 8965.0, 8996.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.0014657882623705409</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.019100012313003453</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.33128123129032</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1867176636175125</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0222366714285702</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4534</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6804.5957</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07308739423044917</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>20</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.3014959723820483</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4264974350522652</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3129217630374663</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6908150267550615</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.275755515364267</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0113379</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014724292792379856</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.025810757651925087</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.7399435563296453</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>28.5649</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.6663</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>146.6405</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>305352.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>652.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>290.6327</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9349</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>571.2822</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3253.3915</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3463.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>71192.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1004.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4312.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>925.9433</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>40.1366634760052</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> |