=== 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-0093 --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-0093",
"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-0093_ses-01_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-0093_ses-01_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-01_subject-0093_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-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-01_subject-0093_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-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-01_subject-0093_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-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-01_subject-0093_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-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-01_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-01_subject-0093_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-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-01_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-01_subject-0093_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-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-01_subject-0093_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-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0093/figures/sub-0093_ses-01_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-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-01_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-0093/ses-01/func/sub-0093_ses-01_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>305fc2c79dc5bd79b59e47b0ce672836</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>13:36:11.732500</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.999884, -0.010536, 0.0109709, 0.00802779, 0.978154, 0.207727]</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.106268</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>20</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4125, -7778, -7260, 629, -107, -325, 14, 85]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>231.232</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>b88886ab-2209-4e7e-9b80-b11f6502c85e||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.6826164722442627, 0.021537980064749718, 0.03488349914550781, 113.056396484375], [0.028267253190279007, 2.6243157386779785, 0.5605589747428894, -102.71626281738281], [0.029434073716402054, -0.5573151111602783, 2.6409385204315186, -45.00347137451172], [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': ['133611.732500', '133612.192500', '133612.652500', '133613.112500', '133613.572500', '133614.032500', '133614.492500', '133614.952500', '133615.412500', '133615.872500', '133616.332500', '133616.792500', '133617.252500', '133617.712500', '133618.172500', '133618.632500', '133619.092500', '133619.552500', '133620.012500', '133620.472500', '133620.932500', '133621.392500', '133621.852500', '133622.312500', '133622.772500', '133623.232500', '133623.692500', '133624.152500', '133624.612500', '133625.072500', '133625.532500', '133625.992500', '133626.452500', '133626.912500', '133627.372500', '133627.832500', '133628.292500', '133628.752500', '133629.212500', '133629.672500', '133630.132500', '133630.592500', '133631.052500', '133631.512500', '133631.972500', '133632.432500', '133632.892500', '133633.352500', '133633.812500', '133634.272500', '133634.732500', '133635.192500', '133635.652500', '133636.112500', '133636.572500', '133637.032500', '133637.492500', '133637.952500', '133638.412500', '133638.872500', '133639.332500', '133639.792500', '133640.252500', '133640.712500', '133641.172500', '133641.632500', '133642.092500', '133642.552500', '133643.012500', '133643.472500', '133643.932500', '133644.392500', '133644.852500', '133645.312500', '133645.772500', '133646.232500', '133646.692500', '133647.152500', '133647.612500', '133648.072500', '133648.532500', '133648.992500', '133649.452500', '133649.912500', '133650.372500', '133650.832500', '133651.292500', '133651.752500', '133652.212500', '133652.672500', '133653.132500', '133653.592500', '133654.052500', '133654.512500', '133654.972500', '133655.432500', '133655.892500', '133656.352500', '133656.812500', '133657.272500', '133657.732500', '133658.192500', '133658.652500', '133659.112500', '133659.572500', '133700.032500', '133700.492500', '133700.952500', '133701.412500', '133701.872500', '133702.332500', '133702.792500', '133703.252500', '133703.712500', '133704.172500', '133704.632500', '133705.092500', '133705.552500', '133706.012500', '133706.472500', '133706.932500', '133707.392500', '133707.852500', '133708.312500', '133708.772500', '133709.232500', '133709.692500', '133710.152500', '133710.612500', '133711.072500', '133711.532500', '133711.992500', '133712.452500', '133712.912500', '133713.372500', '133713.832500', '133714.292500', '133714.752500', '133715.212500', '133715.672500', '133716.132500', '133716.592500', '133717.052500', '133717.512500', '133717.972500', '133718.432500', '133718.892500', '133719.352500', '133719.812500', '133720.272500', '133720.732500', '133721.192500', '133721.652500', '133722.112500', '133722.572500', '133723.032500', '133723.492500', '133723.952500', '133724.412500', '133724.872500', '133725.332500', '133725.792500', '133726.252500', '133726.712500', '133727.172500', '133727.632500', '133728.092500', '133728.552500', '133729.012500', '133729.472500', '133729.932500', '133730.392500', '133730.852500', '133731.312500', '133731.772500', '133732.232500', '133732.692500', '133733.152500', '133733.612500', '133734.072500', '133734.532500', '133734.992500', '133735.452500', '133735.912500', '133736.372500', '133736.832500', '133737.292500', '133737.752500', '133738.212500', '133738.672500', '133739.132500', '133739.592500', '133740.052500', '133740.512500', '133740.972500', '133741.432500', '133741.892500', '133742.352500', '133742.812500', '133743.272500', '133743.732500', '133744.192500', '133744.652500', '133745.112500', '133745.572500', '133746.032500', '133746.492500', '133746.952500', '133747.412500', '133747.872500', '133748.332500', '133748.792500', '133749.252500', '133749.712500', '133750.172500', '133750.632500', '133751.092500', '133751.552500', '133752.012500', '133752.472500', '133752.932500', '133753.392500', '133753.852500', '133754.312500', '133754.772500', '133755.232500', '133755.692500', '133756.152500', '133756.612500', '133757.072500', '133757.532500', '133757.992500', '133758.452500', '133758.912500', '133759.372500', '133759.832500', '133800.292500', '133800.752500', '133801.212500', '133801.672500', '133802.132500', '133802.592500', '133803.052500', '133803.512500', '133803.972500', '133804.432500', '133804.892500', '133805.352500', '133805.812500', '133806.272500', '133806.732500', '133807.192500', '133807.652500', '133808.112500', '133808.572500', '133809.032500', '133809.492500', '133809.952500', '133810.412500', '133810.872500', '133811.332500', '133811.792500', '133812.252500', '133812.712500', '133813.172500', '133813.632500', '133814.092500', '133814.552500', '133815.012500', '133815.472500', '133815.932500', '133816.392500', '133816.852500', '133817.312500', '133817.772500', '133818.232500', '133818.692500', '133819.152500', '133819.612500', '133820.072500', '133820.532500', '133820.992500', '133821.452500', '133821.912500', '133822.372500', '133822.832500', '133823.292500', '133823.752500', '133824.212500', '133824.672500', '133825.132500', '133825.592500', '133826.052500', '133826.512500', '133826.972500', '133827.432500', '133827.892500', '133828.352500', '133828.812500', '133829.272500', '133829.732500', '133830.192500', '133830.652500', '133831.112500', '133831.572500', '133832.032500', '133832.492500', '133832.952500', '133833.412500', '133833.872500', '133834.332500', '133834.792500', '133835.252500', '133835.712500', '133836.172500', '133836.632500', '133837.092500', '133837.552500', '133838.012500', '133838.472500', '133838.932500', '133839.392500', '133839.852500', '133840.312500', '133840.772500', '133841.232500', '133841.692500', '133842.152500', '133842.612500', '133843.072500', '133843.532500', '133843.992500', '133844.452500', '133844.912500', '133845.372500', '133845.832500', '133846.292500', '133846.752500', '133847.212500', '133847.672500', '133848.132500', '133848.592500', '133849.052500', '133849.512500', '133849.972500', '133850.432500', '133850.892500', '133851.352500', '133851.812500', '133852.272500', '133852.732500', '133853.192500', '133853.652500', '133854.112500', '133854.572500', '133855.032500', '133855.492500', '133855.952500', '133856.412500', '133856.872500', '133857.332500', '133857.792500', '133858.252500', '133858.712500', '133859.172500', '133859.632500', '133900.092500', '133900.552500', '133901.012500', '133901.472500', '133901.932500', '133902.392500', '133902.852500', '133903.312500', '133903.772500', '133904.232500', '133904.692500', '133905.152500', '133905.612500', '133906.072500', '133906.532500', '133906.992500', '133907.452500', '133907.912500', '133908.372500', '133908.832500', '133909.292500', '133909.752500', '133910.212500', '133910.672500', '133911.132500', '133911.592500', '133912.052500', '133912.512500', '133912.972500', '133913.432500', '133913.892500', '133914.352500', '133914.812500', '133915.272500', '133915.732500', '133916.192500', '133916.652500', '133917.112500', '133917.572500', '133918.032500', '133918.492500', '133918.952500', '133919.412500', '133919.872500', '133920.332500', '133920.792500', '133921.252500', '133921.712500', '133922.172500', '133922.632500', '133923.092500', '133923.552500', '133924.012500', '133924.472500', '133924.932500', '133925.392500', '133925.852500', '133926.312500', '133926.772500', '133927.232500', '133927.692500', '133928.152500', '133928.612500', '133929.072500', '133929.532500', '133929.992500', '133930.452500', '133930.912500', '133931.372500', '133931.832500', '133932.292500', '133932.752500', '133933.212500', '133933.672500', '133934.132500', '133934.592500', '133935.052500', '133935.512500', '133935.972500', '133936.432500', '133936.892500', '133937.352500', '133937.812500', '133938.272500', '133938.732500', '133939.192500', '133939.652500', '133940.112500', '133940.572500', '133941.032500', '133941.492500', '133941.952500', '133942.412500', '133942.872500', '133943.332500', '133943.792500', '133944.252500', '133944.712500', '133945.172500', '133945.632500', '133946.092500', '133946.552500', '133947.012500', '133947.472500', '133947.932500', '133948.392500', '133948.852500', '133949.312500', '133949.772500', '133950.232500', '133950.692500', '133951.152500', '133951.612500', '133952.072500', '133952.532500', '133952.992500', '133953.452500', '133953.912500', '133954.372500', '133954.832500', '133955.292500', '133955.752500', '133956.212500', '133956.672500', '133957.132500', '133957.592500', '133958.052500', '133958.512500', '133958.972500', '133959.432500', '133959.892500', '134000.352500', '134000.812500', '134001.272500', '134001.732500', '134002.192500', '134002.652500', '134003.112500', '134003.572500', '134004.032500', '134004.492500', '134004.952500', '134005.412500', '134005.872500', '134006.332500', '134006.792500', '134007.252500', '134007.712500', '134008.172500', '134008.632500', '134009.092500', '134009.552500', '134010.012500', '134010.472500', '134010.932500', '134011.392500', '134011.852500', '134012.312500', '134012.772500', '134013.232500', '134013.692500', '134014.152500', '134014.612500', '134015.072500', '134015.532500', '134015.992500', '134016.452500', '134016.912500', '134017.372500', '134017.832500', '134018.292500', '134018.752500', '134019.212500', '134019.672500', '134020.132500', '134020.592500', '134021.052500', '134021.512500', '134021.972500', '134022.432500', '134022.892500', '134023.352500', '134023.812500', '134024.272500', '134024.732500', '134025.192500', '134025.652500', '134026.112500', '134026.572500', '134027.032500', '134027.492500', '134027.952500', '134028.412500', '134028.872500', '134029.332500', '134029.792500', '134030.252500', '134030.712500', '134031.172500', '134031.632500', '134032.092500', '134032.552500', '134033.012500', '134033.472500', '134033.932500', '134034.392500', '134034.852500', '134035.312500', '134035.772500', '134036.232500', '134036.692500', '134037.152500', '134037.612500', '134038.072500', '134038.532500', '134038.992500', '134039.452500', '134039.912500', '134040.372500', '134040.832500', '134041.292500', '134041.752500', '134042.212500', '134042.672500', '134043.132500', '134043.592500', '134044.052500', '134044.512500', '134044.972500', '134045.432500', '134045.892500', '134046.352500', '134046.812500', '134047.272500', '134047.732500', '134048.192500', '134048.652500', '134049.112500', '134049.572500', '134050.032500', '134050.492500', '134050.952500', '134051.412500', '134051.872500', '134052.332500', '134052.792500', '134053.252500', '134053.712500', '134054.172500', '134054.632500', '134055.092500', '134055.552500', '134056.012500', '134056.472500', '134056.932500', '134057.392500', '134057.852500', '134058.312500', '134058.772500', '134059.232500', '134059.692500', '134100.152500', '134100.612500', '134101.072500', '134101.532500', '134101.992500', '134102.452500', '134102.912500', '134103.372500', '134103.832500', '134104.292500', '134104.752500', '134105.212500', '134105.672500', '134106.132500', '134106.592500', '134107.052500', '134107.512500', '134107.972500', '134108.432500', '134108.892500', '134109.352500', '134109.812500', '134110.272500', '134110.732500', '134111.192500', '134111.652500', '134112.112500', '134112.572500', '134113.032500', '134113.492500', '134113.952500', '134114.412500', '134114.872500', '134115.332500', '134115.792500', '134116.252500', '134116.712500', '134117.172500', '134117.632500', '134118.092500', '134118.552500', '134119.012500', '134119.472500', '134119.932500', '134120.392500', '134120.852500', '134121.312500', '134121.772500', '134122.232500', '134122.692500', '134123.152500', '134123.612500', '134124.072500', '134124.532500', '134124.992500', '134125.452500', '134125.912500', '134126.372500', '134126.832500', '134127.292500', '134127.752500', '134128.212500', '134128.672500', '134129.132500', '134129.592500', '134130.052500', '134130.512500', '134130.972500', '134131.432500', '134131.892500', '134132.352500', '134132.812500', '134133.272500', '134133.732500', '134134.192500', '134134.652500', '134135.112500', '134135.572500', '134136.032500', '134136.492500', '134136.952500', '134137.412500', '134137.872500', '134138.332500', '134138.792500', '134139.252500', '134139.712500', '134140.172500', '134140.632500', '134141.092500', '134141.552500', '134142.012500', '134142.472500', '134142.932500', '134143.392500', '134143.852500', '134144.312500', '134144.772500', '134145.232500', '134145.692500', '134146.152500', '134146.612500', '134147.072500', '134147.532500', '134147.992500', '134148.452500', '134148.912500', '134149.372500', '134149.832500', '134150.292500', '134150.752500', '134151.212500', '134151.672500', '134152.132500', '134152.592500', '134153.052500', '134153.512500', '134153.972500', '134154.432500', '134154.892500', '134155.352500', '134155.812500', '134156.272500', '134156.732500', '134157.192500', '134157.652500', '134158.112500', '134158.572500', '134159.032500', '134159.492500', '134159.952500', '134200.412500', '134200.872500', '134201.332500', '134201.792500', '134202.252500', '134202.712500', '134203.172500', '134203.632500', '134204.092500', '134204.552500', '134205.012500', '134205.472500', '134205.932500', '134206.392500', '134206.852500', '134207.312500', '134207.772500', '134208.232500', '134208.692500', '134209.152500', '134209.612500', '134210.072500', '134210.532500', '134210.992500', '134211.452500', '134211.912500', '134212.372500', '134212.832500', '134213.292500', '134213.752500', '134214.212500', '134214.672500', '134215.132500', '134215.592500', '134216.052500', '134216.512500', '134216.972500', '134217.432500', '134217.892500', '134218.352500', '134218.812500', '134219.272500', '134219.732500', '134220.192500', '134220.652500', '134221.112500', '134221.572500', '134222.032500', '134222.492500', '134222.952500', '134223.412500', '134223.872500', '134224.332500', '134224.792500', '134225.252500', '134225.712500', '134226.172500', '134226.632500', '134227.092500', '134227.552500', '134228.012500', '134228.472500', '134228.932500', '134229.392500', '134229.852500', '134230.312500', '134230.772500', '134231.232500', '134231.692500', '134232.152500', '134232.612500', '134233.072500', '134233.532500', '134233.992500', '134234.452500', '134234.912500', '134235.372500', '134235.832500', '134236.292500', '134236.752500', '134237.212500', '134237.672500', '134238.132500', '134238.592500', '134239.052500', '134239.512500', '134239.972500', '134240.432500', '134240.892500', '134241.352500', '134241.812500', '134242.272500', '134242.732500', '134243.192500', '134243.652500', '134244.112500', '134244.572500', '134245.032500', '134245.492500', '134245.952500', '134246.412500', '134246.872500', '134247.332500', '134247.792500', '134248.252500', '134248.712500', '134249.172500', '134249.632500', '134250.092500', '134250.552500', '134251.012500', '134251.472500', '134251.932500', '134252.392500'], 'ContentTime': ['133627.723000', '133627.726000', '133627.729000', '133627.732000', '133627.735000', '133627.737000', '133627.740000', '133627.742000', '133627.745000', '133627.748000', '133627.750000', '133627.753000', '133627.755000', '133627.774000', '133627.777000', '133627.780000', '133627.783000', '133627.786000', '133627.788000', '133627.791000', '133627.793000', '133627.796000', '133627.799000', '133627.801000', '133627.811000', '133627.814000', '133627.817000', '133627.819000', '133627.822000', '133627.825000', '133627.827000', '133627.830000', '133627.832000', '133647.692000', '133647.694000', '133647.697000', '133647.700000', '133647.702000', '133647.705000', '133647.707000', '133647.710000', '133647.713000', '133647.715000', '133647.718000', '133647.720000', '133647.723000', '133647.725000', '133647.728000', '133647.730000', '133647.733000', '133647.736000', '133647.738000', '133647.741000', '133647.743000', '133647.746000', '133647.748000', '133647.753000', '133647.756000', '133647.758000', '133647.761000', '133647.763000', '133647.766000', '133647.768000', '133647.771000', '133647.773000', '133647.776000', '133647.779000', '133647.781000', '133647.784000', '133647.787000', '133647.789000', '133647.792000', '133647.794000', '133647.797000', '133647.800000', '133647.802000', '133647.805000', '133707.691000', '133707.694000', '133707.697000', '133707.699000', '133707.702000', '133707.705000', '133707.707000', '133707.710000', '133707.712000', '133707.715000', '133707.718000', '133707.720000', '133707.723000', '133707.726000', '133707.728000', '133707.731000', '133707.734000', '133707.736000', '133707.739000', '133707.741000', '133707.744000', '133707.747000', '133707.749000', '133707.752000', '133707.754000', '133707.757000', '133707.760000', '133707.764000', '133707.767000', '133707.770000', '133707.772000', '133707.775000', '133707.778000', '133707.780000', '133707.783000', '133707.785000', '133707.788000', '133707.791000', '133707.793000', '133707.796000', '133707.798000', '133707.801000', '133707.804000', '133727.691000', '133727.694000', '133727.697000', '133727.700000', '133727.702000', '133727.705000', '133727.707000', '133727.710000', '133727.713000', '133727.715000', '133727.718000', '133727.721000', '133727.723000', '133727.726000', '133727.729000', '133727.731000', '133727.734000', '133727.736000', '133727.739000', '133727.741000', '133727.744000', '133727.747000', '133727.749000', '133727.752000', '133727.755000', '133727.758000', '133727.761000', '133727.763000', '133727.766000', '133727.769000', '133727.771000', '133727.774000', '133727.777000', '133727.779000', '133727.782000', '133727.785000', '133727.787000', '133727.790000', '133727.792000', '133727.795000', '133727.798000', '133727.800000', '133727.803000', '133747.691000', '133747.693000', '133747.696000', '133747.699000', '133747.701000', '133747.704000', '133747.707000', '133747.709000', '133747.712000', '133747.714000', '133747.717000', '133747.720000', '133747.722000', '133747.725000', '133747.728000', '133747.730000', '133747.733000', '133747.736000', '133747.738000', '133747.741000', '133747.743000', '133747.746000', '133747.749000', '133747.751000', '133747.754000', '133747.757000', '133747.759000', '133747.762000', '133747.764000', '133747.767000', '133747.769000', '133747.772000', '133747.775000', '133747.777000', '133747.780000', '133747.782000', '133747.785000', '133747.788000', '133747.790000', '133747.793000', '133747.795000', '133747.798000', '133747.801000', '133747.803000', '133807.690000', '133807.693000', '133807.696000', '133807.699000', '133807.701000', '133807.704000', '133807.707000', '133807.709000', '133807.712000', '133807.714000', '133807.717000', '133807.720000', '133807.722000', '133807.725000', '133807.728000', '133807.731000', '133807.734000', '133807.737000', '133807.739000', '133807.742000', '133807.745000', '133807.747000', '133807.750000', '133807.753000', '133807.755000', '133807.758000', '133807.760000', '133807.763000', '133807.766000', '133807.768000', '133807.771000', '133807.773000', '133807.776000', '133807.790000', '133807.793000', '133807.795000', '133807.798000', '133807.801000', '133807.803000', '133807.806000', '133807.808000', '133807.811000', '133807.814000', '133827.690000', '133827.693000', '133827.696000', '133827.698000', '133827.701000', '133827.704000', '133827.706000', '133827.709000', '133827.712000', '133827.714000', '133827.717000', '133827.720000', '133827.722000', '133827.725000', '133827.727000', '133827.730000', '133827.733000', '133827.735000', '133827.738000', '133827.740000', '133827.743000', '133827.746000', '133827.749000', '133827.751000', '133827.754000', '133827.757000', '133827.759000', '133827.762000', '133827.765000', '133827.767000', '133827.770000', '133827.773000', '133827.775000', '133827.778000', '133827.781000', '133827.783000', '133827.786000', '133827.789000', '133827.791000', '133827.794000', '133827.797000', '133827.800000', '133827.802000', '133827.805000', '133847.691000', '133847.693000', '133847.696000', '133847.699000', '133847.701000', '133847.704000', '133847.707000', '133847.709000', '133847.712000', '133847.714000', '133847.717000', '133847.719000', '133847.722000', '133847.725000', '133847.727000', '133847.730000', '133847.732000', '133847.735000', '133847.738000', '133847.740000', '133847.743000', '133847.745000', '133847.748000', '133847.751000', '133847.753000', '133847.756000', '133847.758000', '133847.761000', '133847.764000', '133847.766000', '133847.769000', '133847.771000', '133847.774000', '133847.777000', '133847.779000', '133847.782000', '133847.784000', '133847.787000', '133847.790000', '133847.793000', '133847.796000', '133847.799000', '133847.802000', '133907.691000', '133907.694000', '133907.697000', '133907.700000', '133907.702000', '133907.705000', '133907.708000', '133907.710000', '133907.713000', '133907.715000', '133907.718000', '133907.720000', '133907.723000', '133907.726000', '133907.728000', '133907.731000', '133907.733000', '133907.736000', '133907.739000', '133907.741000', '133907.744000', '133907.747000', '133907.749000', '133907.752000', '133907.754000', '133907.757000', '133907.760000', '133907.762000', '133907.765000', '133907.767000', '133907.770000', '133907.773000', '133907.775000', '133907.778000', '133907.781000', '133907.783000', '133907.786000', '133907.789000', '133907.791000', '133907.794000', '133907.796000', '133907.799000', '133907.802000', '133907.804000', '133927.692000', '133927.694000', '133927.697000', '133927.700000', '133927.702000', '133927.705000', '133927.708000', '133927.710000', '133927.713000', '133927.715000', '133927.718000', '133927.720000', '133927.723000', '133927.726000', '133927.728000', '133927.731000', '133927.733000', '133927.736000', '133927.739000', '133927.741000', '133927.744000', '133927.746000', '133927.749000', '133927.752000', '133927.754000', '133927.757000', '133927.760000', '133927.763000', '133927.766000', '133927.769000', '133927.771000', '133927.774000', '133927.777000', '133927.779000', '133927.782000', '133927.784000', '133927.787000', '133927.789000', '133927.792000', '133927.795000', '133927.797000', '133927.800000', '133927.802000', '133947.692000', '133947.695000', '133947.697000', '133947.700000', '133947.702000', '133947.705000', '133947.708000', '133947.710000', '133947.713000', '133947.716000', '133947.718000', '133947.721000', '133947.723000', '133947.726000', '133947.728000', '133947.742000', '133947.745000', '133947.747000', '133947.750000', '133947.753000', '133947.755000', '133947.758000', '133947.760000', '133947.763000', '133947.765000', '133947.768000', '133947.771000', '133947.773000', '133947.776000', '133947.778000', '133947.781000', '133947.784000', '133947.786000', '133947.789000', '133947.792000', '133947.794000', '133947.797000', '133947.799000', '133947.802000', '133947.805000', '133947.807000', '133947.810000', '133947.813000', '133947.815000', '134007.691000', '134007.694000', '134007.696000', '134007.699000', '134007.702000', '134007.704000', '134007.707000', '134007.709000', '134007.712000', '134007.715000', '134007.717000', '134007.720000', '134007.722000', '134007.725000', '134007.728000', '134007.730000', '134007.733000', '134007.735000', '134007.738000', '134007.741000', '134007.743000', '134007.746000', '134007.748000', '134007.751000', '134007.754000', '134007.756000', '134007.759000', '134007.761000', '134007.764000', '134007.767000', '134007.769000', '134007.772000', '134007.774000', '134007.777000', '134007.779000', '134007.782000', '134007.785000', '134007.787000', '134007.790000', '134007.792000', '134007.795000', '134007.798000', '134007.801000', '134027.691000', '134027.694000', '134027.696000', '134027.699000', '134027.701000', '134027.704000', '134027.707000', '134027.709000', '134027.712000', '134027.714000', '134027.717000', '134027.720000', '134027.722000', '134027.725000', '134027.728000', '134027.730000', '134027.733000', '134027.735000', '134027.738000', '134027.741000', '134027.743000', '134027.746000', '134027.748000', '134027.751000', '134027.754000', '134027.756000', '134027.759000', '134027.761000', '134027.764000', '134027.767000', '134027.769000', '134027.772000', '134027.774000', '134027.777000', '134027.779000', '134027.782000', '134027.785000', '134027.787000', '134027.790000', '134027.792000', '134027.795000', '134027.798000', '134027.800000', '134027.803000', '134047.691000', '134047.693000', '134047.696000', '134047.699000', '134047.701000', '134047.704000', '134047.707000', '134047.709000', '134047.712000', '134047.714000', '134047.717000', '134047.719000', '134047.722000', '134047.725000', '134047.727000', '134047.730000', '134047.733000', '134047.735000', '134047.738000', '134047.740000', '134047.743000', '134047.746000', '134047.748000', '134047.751000', '134047.753000', '134047.756000', '134047.759000', '134047.761000', '134047.764000', '134047.766000', '134047.769000', '134047.772000', '134047.774000', '134047.777000', '134047.779000', '134047.782000', '134047.784000', '134047.787000', '134047.790000', '134047.792000', '134047.795000', '134047.797000', '134047.800000', '134107.691000', '134107.694000', '134107.696000', '134107.699000', '134107.702000', '134107.704000', '134107.707000', '134107.709000', '134107.712000', '134107.715000', '134107.717000', '134107.720000', '134107.723000', '134107.725000', '134107.728000', '134107.731000', '134107.733000', '134107.736000', '134107.738000', '134107.741000', '134107.743000', '134107.746000', '134107.749000', '134107.751000', '134107.754000', '134107.756000', '134107.759000', '134107.762000', '134107.765000', '134107.767000', '134107.770000', '134107.772000', '134107.775000', '134107.778000', '134107.780000', '134107.783000', '134107.785000', '134107.788000', '134107.790000', '134107.793000', '134107.816000', '134107.819000', '134107.822000', '134107.824000', '134127.692000', '134127.695000', '134127.697000', '134127.700000', '134127.702000', '134127.705000', '134127.708000', '134127.710000', '134127.713000', '134127.716000', '134127.718000', '134127.721000', '134127.723000', '134127.726000', '134127.729000', '134127.731000', '134127.734000', '134127.737000', '134127.739000', '134127.742000', '134127.744000', '134127.747000', '134127.750000', '134127.752000', '134127.755000', '134127.758000', '134127.760000', '134127.763000', '134127.765000', '134127.768000', '134127.771000', '134127.773000', '134127.776000', '134127.778000', '134127.781000', '134127.783000', '134127.786000', '134127.789000', '134127.791000', '134127.794000', '134127.796000', '134127.799000', '134127.802000', '134147.692000', '134147.695000', '134147.697000', '134147.700000', '134147.703000', '134147.705000', '134147.708000', '134147.710000', '134147.713000', '134147.716000', '134147.718000', '134147.721000', '134147.724000', '134147.726000', '134147.729000', '134147.731000', '134147.742000', '134147.745000', '134147.747000', '134147.750000', '134147.753000', '134147.755000', '134147.758000', '134147.761000', '134147.763000', '134147.766000', '134147.768000', '134147.771000', '134147.774000', '134147.776000', '134147.779000', '134147.781000', '134147.784000', '134147.787000', '134147.789000', '134147.792000', '134147.794000', '134147.797000', '134147.800000', '134147.803000', '134147.805000', '134147.808000', '134147.810000', '134147.813000', '134207.692000', '134207.695000', '134207.697000', '134207.700000', '134207.702000', '134207.705000', '134207.708000', '134207.710000', '134207.713000', '134207.716000', '134207.718000', '134207.721000', '134207.723000', '134207.726000', '134207.729000', '134207.731000', '134207.734000', '134207.737000', '134207.741000', '134207.743000', '134207.746000', '134207.749000', '134207.751000', '134207.754000', '134207.756000', '134207.759000', '134207.762000', '134207.764000', '134207.767000', '134207.769000', '134207.772000', '134207.775000', '134207.777000', '134207.780000', '134207.782000', '134207.785000', '134207.787000', '134207.790000', '134207.793000', '134207.796000', '134207.798000', '134207.801000', '134207.804000', '134227.691000', '134227.694000', '134227.696000', '134227.699000', '134227.701000', '134227.704000', '134227.707000', '134227.709000', '134227.712000', '134227.715000', '134227.717000', '134227.720000', '134227.723000', '134227.725000', '134227.728000', '134227.731000', '134227.733000', '134227.736000', '134227.738000', '134227.741000', '134227.744000', '134227.746000', '134227.749000', '134227.751000', '134227.754000', '134227.757000', '134227.759000', '134227.762000', '134227.764000', '134227.767000', '134227.770000', '134227.772000', '134227.775000', '134227.777000', '134227.780000', '134227.783000', '134227.785000', '134227.788000', '134227.790000', '134227.793000', '134227.796000', '134227.798000', '134227.801000', '134227.804000', '134247.691000', '134247.693000', '134247.696000', '134247.699000', '134247.701000', '134247.704000', '134247.707000', '134247.709000', '134247.712000', '134247.715000', '134247.717000', '134247.720000', '134247.722000', '134247.725000', '134247.727000', '134247.730000', '134247.733000', '134247.735000', '134247.738000', '134247.740000', '134247.743000', '134247.746000', '134247.748000', '134247.751000', '134247.753000', '134247.756000', '134247.766000', '134247.769000', '134247.772000', '134247.774000', '134247.777000', '134247.779000', '134247.782000', '134247.784000', '134247.787000', '134247.790000', '134247.793000', '134247.795000', '134247.798000', '134247.800000', '134247.803000', '134247.806000', '134247.808000', '134253.415000', '134253.418000', '134253.421000', '134253.423000', '134253.426000', '134253.429000', '134253.432000', '134253.435000', '134253.438000', '134253.441000', '134253.444000', '134253.447000', '134253.449000'], 'InstanceCreationTime': ['133627.723000', '133627.726000', '133627.729000', '133627.732000', '133627.735000', '133627.737000', '133627.740000', '133627.742000', '133627.745000', '133627.748000', '133627.750000', '133627.753000', '133627.755000', '133627.774000', '133627.777000', '133627.780000', '133627.783000', '133627.786000', '133627.788000', '133627.791000', '133627.793000', '133627.796000', '133627.799000', '133627.801000', '133627.811000', '133627.814000', '133627.817000', '133627.819000', '133627.822000', '133627.825000', '133627.827000', '133627.830000', '133627.832000', '133647.692000', '133647.694000', '133647.697000', '133647.700000', '133647.702000', '133647.705000', '133647.707000', '133647.710000', '133647.713000', '133647.715000', '133647.718000', '133647.720000', '133647.723000', '133647.725000', '133647.728000', '133647.730000', '133647.733000', '133647.736000', '133647.738000', '133647.741000', '133647.743000', '133647.746000', '133647.748000', '133647.753000', '133647.756000', '133647.758000', '133647.761000', '133647.763000', '133647.766000', '133647.768000', '133647.771000', '133647.773000', '133647.776000', '133647.779000', '133647.781000', '133647.784000', '133647.787000', '133647.789000', '133647.792000', '133647.794000', '133647.797000', '133647.800000', '133647.802000', '133647.805000', '133707.691000', '133707.694000', '133707.697000', '133707.699000', '133707.702000', '133707.705000', '133707.707000', '133707.710000', '133707.712000', '133707.715000', '133707.718000', '133707.720000', '133707.723000', '133707.726000', '133707.728000', '133707.731000', '133707.734000', '133707.736000', '133707.739000', '133707.741000', '133707.744000', '133707.747000', '133707.749000', '133707.752000', '133707.754000', '133707.757000', '133707.760000', '133707.764000', '133707.767000', '133707.770000', '133707.772000', '133707.775000', '133707.778000', '133707.780000', '133707.783000', '133707.785000', '133707.788000', '133707.791000', '133707.793000', '133707.796000', '133707.798000', '133707.801000', '133707.804000', '133727.691000', '133727.694000', '133727.697000', '133727.700000', '133727.702000', '133727.705000', '133727.707000', '133727.710000', '133727.713000', '133727.715000', '133727.718000', '133727.721000', '133727.723000', '133727.726000', '133727.729000', '133727.731000', '133727.734000', '133727.736000', '133727.739000', '133727.741000', '133727.744000', '133727.747000', '133727.749000', '133727.752000', '133727.755000', '133727.758000', '133727.761000', '133727.763000', '133727.766000', '133727.769000', '133727.771000', '133727.774000', '133727.777000', '133727.779000', '133727.782000', '133727.785000', '133727.787000', '133727.790000', '133727.792000', '133727.795000', '133727.798000', '133727.800000', '133727.803000', '133747.691000', '133747.693000', '133747.696000', '133747.699000', '133747.701000', '133747.704000', '133747.707000', '133747.709000', '133747.712000', '133747.714000', '133747.717000', '133747.720000', '133747.722000', '133747.725000', '133747.728000', '133747.730000', '133747.733000', '133747.736000', '133747.738000', '133747.741000', '133747.743000', '133747.746000', '133747.749000', '133747.751000', '133747.754000', '133747.757000', '133747.759000', '133747.762000', '133747.764000', '133747.767000', '133747.769000', '133747.772000', '133747.775000', '133747.777000', '133747.780000', '133747.782000', '133747.785000', '133747.788000', '133747.790000', '133747.793000', '133747.795000', '133747.798000', '133747.801000', '133747.803000', '133807.690000', '133807.693000', '133807.696000', '133807.699000', '133807.701000', '133807.704000', '133807.707000', '133807.709000', '133807.712000', '133807.714000', '133807.717000', '133807.720000', '133807.722000', '133807.725000', '133807.728000', '133807.731000', '133807.734000', '133807.737000', '133807.739000', '133807.742000', '133807.745000', '133807.747000', '133807.750000', '133807.753000', '133807.755000', '133807.758000', '133807.760000', '133807.763000', '133807.766000', '133807.768000', '133807.771000', '133807.773000', '133807.776000', '133807.790000', '133807.793000', '133807.795000', '133807.798000', '133807.801000', '133807.803000', '133807.806000', '133807.808000', '133807.811000', '133807.814000', '133827.690000', '133827.693000', '133827.696000', '133827.698000', '133827.701000', '133827.704000', '133827.706000', '133827.709000', '133827.712000', '133827.714000', '133827.717000', '133827.720000', '133827.722000', '133827.725000', '133827.727000', '133827.730000', '133827.733000', '133827.735000', '133827.738000', '133827.740000', '133827.743000', '133827.746000', '133827.749000', '133827.751000', '133827.754000', '133827.757000', '133827.759000', '133827.762000', '133827.765000', '133827.767000', '133827.770000', '133827.773000', '133827.775000', '133827.778000', '133827.781000', '133827.783000', '133827.786000', '133827.789000', '133827.791000', '133827.794000', '133827.797000', '133827.800000', '133827.802000', '133827.805000', '133847.691000', '133847.693000', '133847.696000', '133847.699000', '133847.701000', '133847.704000', '133847.707000', '133847.709000', '133847.712000', '133847.714000', '133847.717000', '133847.719000', '133847.722000', '133847.725000', '133847.727000', '133847.730000', '133847.732000', '133847.735000', '133847.738000', '133847.740000', '133847.743000', '133847.745000', '133847.748000', '133847.751000', '133847.753000', '133847.756000', '133847.758000', '133847.761000', '133847.764000', '133847.766000', '133847.769000', '133847.771000', '133847.774000', '133847.777000', '133847.779000', '133847.782000', '133847.784000', '133847.787000', '133847.790000', '133847.793000', '133847.796000', '133847.799000', '133847.802000', '133907.691000', '133907.694000', '133907.697000', '133907.700000', '133907.702000', '133907.705000', '133907.708000', '133907.710000', '133907.713000', '133907.715000', '133907.718000', '133907.720000', '133907.723000', '133907.726000', '133907.728000', '133907.731000', '133907.733000', '133907.736000', '133907.739000', '133907.741000', '133907.744000', '133907.747000', '133907.749000', '133907.752000', '133907.754000', '133907.757000', '133907.760000', '133907.762000', '133907.765000', '133907.767000', '133907.770000', '133907.773000', '133907.775000', '133907.778000', '133907.781000', '133907.783000', '133907.786000', '133907.789000', '133907.791000', '133907.794000', '133907.796000', '133907.799000', '133907.802000', '133907.804000', '133927.692000', '133927.694000', '133927.697000', '133927.700000', '133927.702000', '133927.705000', '133927.708000', '133927.710000', '133927.713000', '133927.715000', '133927.718000', '133927.720000', '133927.723000', '133927.726000', '133927.728000', '133927.731000', '133927.733000', '133927.736000', '133927.739000', '133927.741000', '133927.744000', '133927.746000', '133927.749000', '133927.752000', '133927.754000', '133927.757000', '133927.760000', '133927.763000', '133927.766000', '133927.769000', '133927.771000', '133927.774000', '133927.777000', '133927.779000', '133927.782000', '133927.784000', '133927.787000', '133927.789000', '133927.792000', '133927.795000', '133927.797000', '133927.800000', '133927.802000', '133947.692000', '133947.695000', '133947.697000', '133947.700000', '133947.702000', '133947.705000', '133947.708000', '133947.710000', '133947.713000', '133947.716000', '133947.718000', '133947.721000', '133947.723000', '133947.726000', '133947.728000', '133947.742000', '133947.745000', '133947.747000', '133947.750000', '133947.753000', '133947.755000', '133947.758000', '133947.760000', '133947.763000', '133947.765000', '133947.768000', '133947.771000', '133947.773000', '133947.776000', '133947.778000', '133947.781000', '133947.784000', '133947.786000', '133947.789000', '133947.792000', '133947.794000', '133947.797000', '133947.799000', '133947.802000', '133947.805000', '133947.807000', '133947.810000', '133947.813000', '133947.815000', '134007.691000', '134007.694000', '134007.696000', '134007.699000', '134007.702000', '134007.704000', '134007.707000', '134007.709000', '134007.712000', '134007.715000', '134007.717000', '134007.720000', '134007.722000', '134007.725000', '134007.728000', '134007.730000', '134007.733000', '134007.735000', '134007.738000', '134007.741000', '134007.743000', '134007.746000', '134007.748000', '134007.751000', '134007.754000', '134007.756000', '134007.759000', '134007.761000', '134007.764000', '134007.767000', '134007.769000', '134007.772000', '134007.774000', '134007.777000', '134007.779000', '134007.782000', '134007.785000', '134007.787000', '134007.790000', '134007.792000', '134007.795000', '134007.798000', '134007.801000', '134027.691000', '134027.694000', '134027.696000', '134027.699000', '134027.701000', '134027.704000', '134027.707000', '134027.709000', '134027.712000', '134027.714000', '134027.717000', '134027.720000', '134027.722000', '134027.725000', '134027.728000', '134027.730000', '134027.733000', '134027.735000', '134027.738000', '134027.741000', '134027.743000', '134027.746000', '134027.748000', '134027.751000', '134027.754000', '134027.756000', '134027.759000', '134027.761000', '134027.764000', '134027.767000', '134027.769000', '134027.772000', '134027.774000', '134027.777000', '134027.779000', '134027.782000', '134027.785000', '134027.787000', '134027.790000', '134027.792000', '134027.795000', '134027.798000', '134027.800000', '134027.803000', '134047.691000', '134047.693000', '134047.696000', '134047.699000', '134047.701000', '134047.704000', '134047.707000', '134047.709000', '134047.712000', '134047.714000', '134047.717000', '134047.719000', '134047.722000', '134047.725000', '134047.727000', '134047.730000', '134047.733000', '134047.735000', '134047.738000', '134047.740000', '134047.743000', '134047.746000', '134047.748000', '134047.751000', '134047.753000', '134047.756000', '134047.759000', '134047.761000', '134047.764000', '134047.766000', '134047.769000', '134047.772000', '134047.774000', '134047.777000', '134047.779000', '134047.782000', '134047.784000', '134047.787000', '134047.790000', '134047.792000', '134047.795000', '134047.797000', '134047.800000', '134107.691000', '134107.694000', '134107.696000', '134107.699000', '134107.702000', '134107.704000', '134107.707000', '134107.709000', '134107.712000', '134107.715000', '134107.717000', '134107.720000', '134107.723000', '134107.725000', '134107.728000', '134107.731000', '134107.733000', '134107.736000', '134107.738000', '134107.741000', '134107.743000', '134107.746000', '134107.749000', '134107.751000', '134107.754000', '134107.756000', '134107.759000', '134107.762000', '134107.765000', '134107.767000', '134107.770000', '134107.772000', '134107.775000', '134107.778000', '134107.780000', '134107.783000', '134107.785000', '134107.788000', '134107.790000', '134107.793000', '134107.816000', '134107.819000', '134107.822000', '134107.824000', '134127.692000', '134127.695000', '134127.697000', '134127.700000', '134127.702000', '134127.705000', '134127.708000', '134127.710000', '134127.713000', '134127.716000', '134127.718000', '134127.721000', '134127.723000', '134127.726000', '134127.729000', '134127.731000', '134127.734000', '134127.737000', '134127.739000', '134127.742000', '134127.744000', '134127.747000', '134127.750000', '134127.752000', '134127.755000', '134127.758000', '134127.760000', '134127.763000', '134127.765000', '134127.768000', '134127.771000', '134127.773000', '134127.776000', '134127.778000', '134127.781000', '134127.783000', '134127.786000', '134127.789000', '134127.791000', '134127.794000', '134127.796000', '134127.799000', '134127.802000', '134147.692000', '134147.695000', '134147.697000', '134147.700000', '134147.703000', '134147.705000', '134147.708000', '134147.710000', '134147.713000', '134147.716000', '134147.718000', '134147.721000', '134147.724000', '134147.726000', '134147.729000', '134147.731000', '134147.742000', '134147.745000', '134147.747000', '134147.750000', '134147.753000', '134147.755000', '134147.758000', '134147.761000', '134147.763000', '134147.766000', '134147.768000', '134147.771000', '134147.774000', '134147.776000', '134147.779000', '134147.781000', '134147.784000', '134147.787000', '134147.789000', '134147.792000', '134147.794000', '134147.797000', '134147.800000', '134147.803000', '134147.805000', '134147.808000', '134147.810000', '134147.813000', '134207.692000', '134207.695000', '134207.697000', '134207.700000', '134207.702000', '134207.705000', '134207.708000', '134207.710000', '134207.713000', '134207.716000', '134207.718000', '134207.721000', '134207.723000', '134207.726000', '134207.729000', '134207.731000', '134207.734000', '134207.737000', '134207.741000', '134207.743000', '134207.746000', '134207.749000', '134207.751000', '134207.754000', '134207.756000', '134207.759000', '134207.762000', '134207.764000', '134207.767000', '134207.769000', '134207.772000', '134207.775000', '134207.777000', '134207.780000', '134207.782000', '134207.785000', '134207.787000', '134207.790000', '134207.793000', '134207.796000', '134207.798000', '134207.801000', '134207.804000', '134227.691000', '134227.694000', '134227.696000', '134227.699000', '134227.701000', '134227.704000', '134227.707000', '134227.709000', '134227.712000', '134227.715000', '134227.717000', '134227.720000', '134227.723000', '134227.725000', '134227.728000', '134227.731000', '134227.733000', '134227.736000', '134227.738000', '134227.741000', '134227.744000', '134227.746000', '134227.749000', '134227.751000', '134227.754000', '134227.757000', '134227.759000', '134227.762000', '134227.764000', '134227.767000', '134227.770000', '134227.772000', '134227.775000', '134227.777000', '134227.780000', '134227.783000', '134227.785000', '134227.788000', '134227.790000', '134227.793000', '134227.796000', '134227.798000', '134227.801000', '134227.804000', '134247.691000', '134247.693000', '134247.696000', '134247.699000', '134247.701000', '134247.704000', '134247.707000', '134247.709000', '134247.712000', '134247.715000', '134247.717000', '134247.720000', '134247.722000', '134247.725000', '134247.727000', '134247.730000', '134247.733000', '134247.735000', '134247.738000', '134247.740000', '134247.743000', '134247.746000', '134247.748000', '134247.751000', '134247.753000', '134247.756000', '134247.766000', '134247.769000', '134247.772000', '134247.774000', '134247.777000', '134247.779000', '134247.782000', '134247.784000', '134247.787000', '134247.790000', '134247.793000', '134247.795000', '134247.798000', '134247.800000', '134247.803000', '134247.806000', '134247.808000', '134253.415000', '134253.418000', '134253.421000', '134253.423000', '134253.426000', '134253.429000', '134253.432000', '134253.435000', '134253.438000', '134253.441000', '134253.444000', '134253.447000', '134253.449000'], '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': [11187, 8070, 9494, 7073, 9355, 6759, 9329, 6982, 10037, 7517, 12284, 8019, 10246, 7633, 10408, 8137, 7945, 7843, 6574, 8569, 7422, 8513, 8577, 6950, 11527, 9096, 11215, 7947, 8696, 8091, 7251, 9953, 8339, 12241, 8554, 11579, 7270, 10384, 6962, 10499, 7149, 11162, 9398, 9820, 9759, 7102, 9063, 6768, 9400, 6941, 10302, 7392, 11529, 8673, 11645, 8830, 11487, 8166, 11257, 8588, 10617, 9641, 8632, 8066, 6858, 8061, 7626, 8412, 8334, 9255, 9267, 10768, 8050, 8889, 6930, 8314, 8330, 8215, 9594, 8063, 10581, 7882, 10896, 7539, 10834, 7833, 11038, 8112, 10037, 7009, 9869, 7121, 9927, 7139, 10691, 8879, 9771, 7718, 8350, 7646, 9536, 7693, 11178, 7777, 10825, 8648, 10880, 7369, 10591, 7114, 10800, 7436, 10890, 7890, 10660, 6997, 9898, 7092, 9911, 6909, 9679, 6690, 9359, 7054, 9239, 6548, 8705, 6586, 8791, 7401, 8903, 7328, 10535, 6955, 8840, 6962, 9134, 6991, 9969, 7224, 10836, 7596, 9816, 6891, 10017, 6969, 10297, 7419, 11145, 8237, 11374, 7308, 9952, 6923, 9556, 6849, 9506, 7251, 10162, 8040, 9948, 7130, 9282, 6786, 8427, 6772, 8221, 7137, 9193, 7891, 11356, 7768, 10061, 7025, 9571, 7035, 10389, 7404, 8771, 8177, 7764, 9630, 8141, 11917, 7770, 10375, 7248, 10539, 7111, 11449, 8920, 11902, 7644, 9926, 6871, 9410, 7052, 10551, 8432, 9647, 8249, 8216, 7601, 8609, 7866, 9404, 8865, 9219, 9750, 6985, 8319, 6754, 8272, 7230, 9404, 7458, 9306, 6743, 9050, 8472, 11051, 7731, 9564, 6741, 8584, 6903, 8670, 8029, 9609, 8734, 10297, 7321, 8425, 6706, 8134, 6897, 8672, 7270, 10017, 7200, 9539, 6916, 8790, 6858, 8832, 6977, 8912, 7174, 9298, 7954, 11194, 8434, 9704, 6834, 8556, 6900, 8367, 6932, 8987, 6944, 9253, 7605, 11719, 7571, 9497, 6912, 9207, 6854, 9411, 7229, 9125, 6940, 8721, 7252, 8230, 7241, 8437, 7556, 9210, 6971, 7942, 6891, 7733, 8044, 7919, 9160, 9885, 7986, 8791, 6594, 7832, 6855, 8489, 6895, 10503, 7657, 10148, 6892, 9100, 6656, 9171, 6672, 8520, 6900, 9043, 6862, 7642, 8477, 8064, 11852, 8779, 12291, 7538, 10661, 7167, 10593, 7258, 9785, 8106, 9525, 9916, 7645, 9043, 6708, 8323, 6681, 8276, 6840, 9246, 7395, 10004, 6529, 8956, 6895, 9119, 6966, 10476, 7221, 10387, 6998, 9999, 7112, 10229, 7611, 11071, 8125, 10610, 6835, 10203, 6814, 10145, 7107, 10348, 7456, 10980, 7119, 9556, 6821, 9558, 6693, 9610, 6794, 9729, 7285, 7818, 7102, 6748, 7857, 7029, 8534, 7262, 10912, 7963, 12118, 7153, 10107, 6846, 9712, 6971, 10067, 7041, 10850, 7732, 10453, 6833, 9661, 6827, 9589, 7000, 10723, 7490, 9297, 6731, 8724, 6779, 8446, 6822, 8323, 8233, 8757, 9497, 8810, 6776, 7348, 8891, 7121, 10645, 7251, 10812, 7186, 10719, 7029, 10232, 7141, 9927, 6925, 9748, 6860, 9770, 7039, 9321, 6829, 9310, 6851, 8384, 8403, 6957, 8333, 6862, 8087, 6788, 8396, 6897, 8780, 6845, 9302, 6748, 9019, 6694, 8714, 6853, 8917, 6900, 10144, 6966, 10041, 6794, 9088, 6875, 9974, 7053, 10230, 8550, 10625, 7806, 9426, 6963, 10377, 6797, 10263, 7361, 10565, 7776, 10604, 6698, 10008, 6827, 10119, 6927, 10816, 7860, 10638, 6999, 9099, 7024, 8900, 6875, 9262, 8242, 9379, 6808, 7410, 8785, 6935, 10325, 7005, 10831, 8000, 10183, 6856, 9547, 6866, 10052, 7062, 10446, 7482, 10454, 6981, 9779, 6924, 9669, 6849, 9400, 6821, 9344, 7188, 9764, 6951, 8311, 6902, 8223, 6761, 9308, 7260, 9127, 6840, 8371, 7824, 8309, 9985, 7875, 10660, 6879, 9032, 6943, 8992, 6803, 8508, 7036, 10728, 7913, 9607, 6910, 8540, 6494, 8157, 7533, 8562, 8510, 8615, 7707, 7386, 9134, 6889, 10240, 6733, 10499, 6866, 10771, 7668, 10045, 6723, 9311, 6813, 9303, 6829, 9597, 6695, 9367, 6748, 9239, 6718, 9371, 6747, 8803, 6654, 8380, 6653, 8312, 6865, 8403, 6805, 8333, 6628, 8520, 6761, 9438, 8104, 9978, 8892, 10220, 7787, 8227, 7436, 9140, 7929, 8812, 9107, 7498, 7465, 7719, 6873, 8079, 6800, 8487, 8897, 6771, 9787, 7025, 10600, 7766, 11671, 9973, 10061, 8222, 6627, 8108, 7178, 8219, 7160, 9088, 7431, 10500, 6858, 8712, 6876, 8918, 6956, 9514, 7296, 10568, 7221, 9208, 6783, 9331, 6961, 9322, 6877, 9787, 7329, 9585, 6838, 8671, 6639, 8385, 8436, 8926, 9938, 9525, 9843, 7021, 8816, 6733, 9594, 6744, 10015, 6760, 9937, 7207, 10723, 6989, 9573, 6594, 9763, 6811, 9804, 6814, 9998, 7190, 11419, 7852, 10671, 6714, 9381, 6837, 9871, 6858, 9736, 6843, 10589, 6916, 9026, 6716, 9358, 6918, 9502, 8407, 7801, 7488, 6780, 7272, 6916, 8473, 6984, 8768, 6701, 8392, 6924, 8106, 6745, 8271, 6884, 10845, 7412, 10660, 6681, 9229, 6907, 9981, 6600, 9810, 6754, 10206, 7437, 11246, 8021, 10548, 6562, 8193, 6713, 10195, 6604, 10333, 7726, 10077, 7807, 9812, 6639, 10010, 6785, 10443, 6653, 10218, 6709, 9561, 6755, 9007, 6710, 8912, 6628, 8528, 6874, 8920, 6900, 8381, 6660, 8385, 6691, 9434, 6892, 10591, 6712, 9103, 6659, 8949, 6526, 9203, 6740, 9757, 7292, 9371, 7183, 9348, 6931, 9110, 7584, 8311, 7137, 6901, 6872, 8298, 6667, 9573, 8363, 9663, 7708, 9926, 6738, 9883, 6577, 9804, 6980, 9132, 6867, 10461, 7395, 9294, 6682, 7681, 6704, 7910, 6520, 8057, 7080, 8164, 6822, 9139, 6822, 10859, 7746, 11714, 7208, 10004, 6778, 9631, 6757, 10178, 6963, 11015, 7808, 9824, 7070, 8063, 6783, 7383, 6754, 7370, 7512, 7570, 8045, 8493, 7036, 7143, 6613, 6991, 7852, 7219, 8093, 7547, 8316, 7941, 6821, 6879, 6572, 7353, 6724, 7872, 6902, 8444, 6734, 9017, 6901, 8945, 6571, 8910, 6719, 10016, 6687, 9718, 7034, 10430, 8244, 8093, 6923, 6873, 7083, 6894, 7862, 7003, 9451, 7436, 10576, 6990, 9151, 6443, 8728, 6701, 9217, 6867, 10914, 7581, 10260, 6687, 8864, 6653, 8269, 6757, 8661, 6843, 10415, 7623, 8793], 'WindowCenter': [4120.0, 4074.0, 4081.0, 4049.0, 4078.0, 4037.0, 4066.0, 4035.0, 4076.0, 4046.0, 4100.0, 4059.0, 4075.0, 4046.0, 4090.0, 4059.0, 4058.0, 4056.0, 4033.0, 4056.0, 4047.0, 4068.0, 4069.0, 4075.0, 4112.0, 4093.0, 4100.0, 4059.0, 4067.0, 4058.0, 4047.0, 4079.0, 4069.0, 4101.0, 4070.0, 4099.0, 4060.0, 4089.0, 4048.0, 4077.0, 4047.0, 4088.0, 4080.0, 4089.0, 4081.0, 4050.0, 4081.0, 4049.0, 4078.0, 4048.0, 4089.0, 4049.0, 4100.0, 4070.0, 4100.0, 4081.0, 4100.0, 4070.0, 4088.0, 4067.0, 4077.0, 4079.0, 4067.0, 4059.0, 4037.0, 4058.0, 4057.0, 4068.0, 4056.0, 4067.0, 4066.0, 4088.0, 4056.0, 4066.0, 4034.0, 4054.0, 4042.0, 4052.0, 4063.0, 4045.0, 4074.0, 4045.0, 4075.0, 4046.0, 4074.0, 4045.0, 4075.0, 4056.0, 4075.0, 4036.0, 4076.0, 4048.0, 4077.0, 4048.0, 4089.0, 4079.0, 4090.0, 4071.0, 4071.0, 4060.0, 4078.0, 4059.0, 4089.0, 4060.0, 4089.0, 4070.0, 4089.0, 4059.0, 4089.0, 4038.0, 4087.0, 4046.0, 4088.0, 4058.0, 4088.0, 4048.0, 4079.0, 4048.0, 4089.0, 4046.0, 4080.0, 4039.0, 4080.0, 4049.0, 4081.0, 4039.0, 4070.0, 4050.0, 4082.0, 4060.0, 4083.0, 4061.0, 4104.0, 4063.0, 4094.0, 4063.0, 4092.0, 4061.0, 4093.0, 4073.0, 4116.0, 4074.0, 4104.0, 4063.0, 4093.0, 4051.0, 4091.0, 4060.0, 4102.0, 4071.0, 4102.0, 4060.0, 4090.0, 4049.0, 4078.0, 4037.0, 4079.0, 4047.0, 4090.0, 4057.0, 4079.0, 4048.0, 4080.0, 4036.0, 4070.0, 4037.0, 4067.0, 4048.0, 4080.0, 4070.0, 4103.0, 4058.0, 4092.0, 4050.0, 4078.0, 4037.0, 4077.0, 4047.0, 4068.0, 4069.0, 4059.0, 4081.0, 4058.0, 4101.0, 4060.0, 4089.0, 4047.0, 4076.0, 4036.0, 4088.0, 4069.0, 4099.0, 4059.0, 4089.0, 4038.0, 4077.0, 4037.0, 4077.0, 4069.0, 4078.0, 4069.0, 4068.0, 4059.0, 4068.0, 4058.0, 4067.0, 4068.0, 4078.0, 4078.0, 4048.0, 4069.0, 4037.0, 4058.0, 4047.0, 4081.0, 4047.0, 4080.0, 4037.0, 4080.0, 4058.0, 4100.0, 4057.0, 4079.0, 4037.0, 4067.0, 4034.0, 4067.0, 4055.0, 4079.0, 4067.0, 4078.0, 4047.0, 4068.0, 4036.0, 4056.0, 4035.0, 4069.0, 4047.0, 4079.0, 4060.0, 4092.0, 4059.0, 4079.0, 4038.0, 4079.0, 4046.0, 4069.0, 4049.0, 4080.0, 4058.0, 4101.0, 4069.0, 4079.0, 4037.0, 4066.0, 4035.0, 4056.0, 4035.0, 4079.0, 4046.0, 4079.0, 4056.0, 4100.0, 4059.0, 4078.0, 4036.0, 4066.0, 4024.0, 4066.0, 4035.0, 4066.0, 4035.0, 4056.0, 4034.0, 4056.0, 4034.0, 4055.0, 4044.0, 4066.0, 4034.0, 4045.0, 4035.0, 4047.0, 4045.0, 4057.0, 4066.0, 4078.0, 4056.0, 4069.0, 4037.0, 4047.0, 4035.0, 4068.0, 4047.0, 4090.0, 4059.0, 4090.0, 4049.0, 4069.0, 4038.0, 4079.0, 4038.0, 4068.0, 4047.0, 4079.0, 4048.0, 4060.0, 4082.0, 4072.0, 4115.0, 4083.0, 4113.0, 4061.0, 4089.0, 4048.0, 4087.0, 4048.0, 4077.0, 4060.0, 4079.0, 4090.0, 4058.0, 4080.0, 4037.0, 4056.0, 4035.0, 4056.0, 4035.0, 4068.0, 4047.0, 4079.0, 4038.0, 4068.0, 4047.0, 4068.0, 4047.0, 4090.0, 4048.0, 4079.0, 4049.0, 4078.0, 4049.0, 4089.0, 4060.0, 4089.0, 4059.0, 4088.0, 4036.0, 4077.0, 4037.0, 4077.0, 4035.0, 4078.0, 4049.0, 4087.0, 4048.0, 4078.0, 4035.0, 4074.0, 4037.0, 4078.0, 4049.0, 4080.0, 4061.0, 4071.0, 4062.0, 4052.0, 4074.0, 4064.0, 4084.0, 4064.0, 4117.0, 4075.0, 4116.0, 4075.0, 4105.0, 4053.0, 4092.0, 4048.0, 4092.0, 4063.0, 4104.0, 4073.0, 4104.0, 4052.0, 4081.0, 4038.0, 4068.0, 4038.0, 4089.0, 4047.0, 4069.0, 4038.0, 4069.0, 4037.0, 4057.0, 4036.0, 4057.0, 4056.0, 4069.0, 4078.0, 4068.0, 4036.0, 4047.0, 4055.0, 4036.0, 4076.0, 4047.0, 4076.0, 4035.0, 4076.0, 4036.0, 4076.0, 4035.0, 4065.0, 4034.0, 4066.0, 4036.0, 4077.0, 4048.0, 4068.0, 4039.0, 4078.0, 4051.0, 4071.0, 4073.0, 4062.0, 4083.0, 4050.0, 4072.0, 4050.0, 4071.0, 4051.0, 4083.0, 4050.0, 4081.0, 4052.0, 4083.0, 4051.0, 4071.0, 4039.0, 4079.0, 4060.0, 4102.0, 4061.0, 4105.0, 4064.0, 4082.0, 4053.0, 4090.0, 4063.0, 4094.0, 4085.0, 4104.0, 4074.0, 4094.0, 4062.0, 4088.0, 4049.0, 4080.0, 4050.0, 4092.0, 4060.0, 4092.0, 4051.0, 4090.0, 4039.0, 4079.0, 4049.0, 4090.0, 4057.0, 4088.0, 4047.0, 4067.0, 4036.0, 4066.0, 4024.0, 4067.0, 4044.0, 4067.0, 4023.0, 4034.0, 4055.0, 4034.0, 4064.0, 4035.0, 4076.0, 4056.0, 4076.0, 4036.0, 4067.0, 4034.0, 4066.0, 4036.0, 4077.0, 4047.0, 4077.0, 4036.0, 4066.0, 4036.0, 4065.0, 4024.0, 4065.0, 4025.0, 4066.0, 4036.0, 4077.0, 4036.0, 4071.0, 4050.0, 4056.0, 4037.0, 4081.0, 4060.0, 4093.0, 4054.0, 4083.0, 4076.0, 4086.0, 4107.0, 4076.0, 4106.0, 4053.0, 4083.0, 4050.0, 4071.0, 4038.0, 4071.0, 4049.0, 4093.0, 4060.0, 4081.0, 4048.0, 4069.0, 4026.0, 4047.0, 4045.0, 4067.0, 4056.0, 4058.0, 4048.0, 4048.0, 4066.0, 4037.0, 4076.0, 4037.0, 4076.0, 4037.0, 4087.0, 4047.0, 4077.0, 4037.0, 4068.0, 4037.0, 4067.0, 4037.0, 4079.0, 4038.0, 4077.0, 4047.0, 4079.0, 4039.0, 4079.0, 4038.0, 4068.0, 4037.0, 4058.0, 4038.0, 4069.0, 4038.0, 4068.0, 4049.0, 4072.0, 4051.0, 4081.0, 4050.0, 4082.0, 4075.0, 4094.0, 4096.0, 4106.0, 4076.0, 4083.0, 4063.0, 4081.0, 4073.0, 4082.0, 4083.0, 4062.0, 4062.0, 4060.0, 4050.0, 4058.0, 4039.0, 4070.0, 4081.0, 4050.0, 4091.0, 4051.0, 4091.0, 4062.0, 4102.0, 4092.0, 4080.0, 4071.0, 4038.0, 4057.0, 4037.0, 4058.0, 4038.0, 4069.0, 4049.0, 4091.0, 4050.0, 4069.0, 4037.0, 4069.0, 4037.0, 4079.0, 4049.0, 4091.0, 4062.0, 4092.0, 4051.0, 4080.0, 4048.0, 4079.0, 4037.0, 4090.0, 4048.0, 4080.0, 4038.0, 4069.0, 4036.0, 4057.0, 4055.0, 4068.0, 4076.0, 4067.0, 4076.0, 4046.0, 4065.0, 4036.0, 4065.0, 4037.0, 4076.0, 4036.0, 4077.0, 4049.0, 4088.0, 4049.0, 4079.0, 4038.0, 4078.0, 4035.0, 4078.0, 4037.0, 4078.0, 4048.0, 4089.0, 4058.0, 4088.0, 4036.0, 4066.0, 4022.0, 4064.0, 4035.0, 4078.0, 4039.0, 4088.0, 4047.0, 4066.0, 4037.0, 4067.0, 4048.0, 4078.0, 4070.0, 4058.0, 4060.0, 4050.0, 4061.0, 4049.0, 4071.0, 4050.0, 4071.0, 4049.0, 4069.0, 4048.0, 4059.0, 4037.0, 4070.0, 4049.0, 4102.0, 4060.0, 4091.0, 4049.0, 4080.0, 4049.0, 4078.0, 4038.0, 4079.0, 4049.0, 4092.0, 4061.0, 4102.0, 4072.0, 4091.0, 4050.0, 4068.0, 4038.0, 4078.0, 4039.0, 4088.0, 4061.0, 4090.0, 4061.0, 4077.0, 4038.0, 4077.0, 4025.0, 4075.0, 4024.0, 4065.0, 4024.0, 4065.0, 4036.0, 4066.0, 4035.0, 4065.0, 4035.0, 4056.0, 4025.0, 4066.0, 4036.0, 4057.0, 4037.0, 4058.0, 4038.0, 4080.0, 4050.0, 4091.0, 4052.0, 4082.0, 4049.0, 4081.0, 4041.0, 4081.0, 4052.0, 4092.0, 4061.0, 4095.0, 4073.0, 4093.0, 4052.0, 4080.0, 4062.0, 4071.0, 4062.0, 4051.0, 4052.0, 4069.0, 4052.0, 4093.0, 4085.0, 4094.0, 4074.0, 4092.0, 4052.0, 4092.0, 4040.0, 4080.0, 4050.0, 4081.0, 4040.0, 4092.0, 4048.0, 4081.0, 4039.0, 4058.0, 4038.0, 4059.0, 4027.0, 4060.0, 4049.0, 4070.0, 4051.0, 4082.0, 4051.0, 4103.0, 4061.0, 4102.0, 4050.0, 4079.0, 4037.0, 4067.0, 4036.0, 4077.0, 4046.0, 4090.0, 4059.0, 4079.0, 4048.0, 4057.0, 4035.0, 4036.0, 4024.0, 4035.0, 4034.0, 4047.0, 4055.0, 4069.0, 4048.0, 4048.0, 4036.0, 4037.0, 4056.0, 4046.0, 4057.0, 4060.0, 4069.0, 4060.0, 4038.0, 4050.0, 4049.0, 4059.0, 4039.0, 4071.0, 4049.0, 4072.0, 4051.0, 4084.0, 4062.0, 4083.0, 4051.0, 4079.0, 4050.0, 4091.0, 4052.0, 4104.0, 4076.0, 4104.0, 4086.0, 4074.0, 4064.0, 4052.0, 4063.0, 4061.0, 4074.0, 4063.0, 4106.0, 4075.0, 4106.0, 4065.0, 4095.0, 4052.0, 4071.0, 4039.0, 4080.0, 4039.0, 4091.0, 4060.0, 4092.0, 4039.0, 4069.0, 4038.0, 4057.0, 4035.0, 4056.0, 4035.0, 4088.0, 4046.0, 4068.0], 'WindowWidth': [9147.0, 9072.0, 9078.0, 9031.0, 9065.0, 9010.0, 9045.0, 9003.0, 9057.0, 9019.0, 9097.0, 9042.0, 9057.0, 9018.0, 9084.0, 9041.0, 9039.0, 9033.0, 9000.0, 9031.0, 9022.0, 9052.0, 9056.0, 9077.0, 9121.0, 9095.0, 9098.0, 9041.0, 9049.0, 9038.0, 9021.0, 9068.0, 9055.0, 9101.0, 9058.0, 9097.0, 9043.0, 9082.0, 9025.0, 9062.0, 9022.0, 9077.0, 9073.0, 9083.0, 9075.0, 9033.0, 9075.0, 9030.0, 9067.0, 9027.0, 9080.0, 9029.0, 9098.0, 9060.0, 9099.0, 9075.0, 9098.0, 9058.0, 9079.0, 9049.0, 9061.0, 9066.0, 9048.0, 9041.0, 9010.0, 9038.0, 9035.0, 9051.0, 9031.0, 9049.0, 9046.0, 9078.0, 9032.0, 9047.0, 8999.0, 9026.0, 9007.0, 9021.0, 9035.0, 9016.0, 9051.0, 9015.0, 9054.0, 9017.0, 9052.0, 9017.0, 9055.0, 9031.0, 9057.0, 9006.0, 9058.0, 9030.0, 9063.0, 9027.0, 9083.0, 9070.0, 9086.0, 9063.0, 9061.0, 9046.0, 9065.0, 9044.0, 9081.0, 9046.0, 9082.0, 9059.0, 9083.0, 9044.0, 9081.0, 9012.0, 9075.0, 9021.0, 9078.0, 9040.0, 9077.0, 9026.0, 9069.0, 9028.0, 9082.0, 9025.0, 9072.0, 9016.0, 9073.0, 9030.0, 9075.0, 9018.0, 9060.0, 9033.0, 9077.0, 9045.0, 9082.0, 9050.0, 9110.0, 9056.0, 9097.0, 9057.0, 9091.0, 9049.0, 9095.0, 9069.0, 9129.0, 9071.0, 9113.0, 9058.0, 9095.0, 9035.0, 9087.0, 9045.0, 9106.0, 9060.0, 9105.0, 9047.0, 9086.0, 9028.0, 9066.0, 9010.0, 9067.0, 9022.0, 9084.0, 9037.0, 9068.0, 9028.0, 9071.0, 9007.0, 9058.0, 9010.0, 9050.0, 9025.0, 9073.0, 9059.0, 9106.0, 9042.0, 9092.0, 9033.0, 9063.0, 9007.0, 9060.0, 9022.0, 9050.0, 9054.0, 9040.0, 9073.0, 9039.0, 9102.0, 9044.0, 9081.0, 9022.0, 9057.0, 9004.0, 9077.0, 9053.0, 9094.0, 9041.0, 9083.0, 9013.0, 9062.0, 9008.0, 9060.0, 9055.0, 9066.0, 9054.0, 9053.0, 9042.0, 9050.0, 9039.0, 9047.0, 9053.0, 9065.0, 9066.0, 9024.0, 9054.0, 9009.0, 9039.0, 9021.0, 9075.0, 9025.0, 9070.0, 9009.0, 9071.0, 9039.0, 9099.0, 9038.0, 9068.0, 9010.0, 9049.0, 9002.0, 9047.0, 9029.0, 9067.0, 9049.0, 9065.0, 9023.0, 9053.0, 9007.0, 9033.0, 9004.0, 9058.0, 9021.0, 9069.0, 9046.0, 9092.0, 9045.0, 9070.0, 9012.0, 9070.0, 9021.0, 9053.0, 9030.0, 9072.0, 9037.0, 9100.0, 9055.0, 9070.0, 9010.0, 9047.0, 9002.0, 9031.0, 9003.0, 9069.0, 9020.0, 9069.0, 9036.0, 9098.0, 9043.0, 9067.0, 9008.0, 9044.0, 8986.0, 9044.0, 9001.0, 9043.0, 9000.0, 9031.0, 9000.0, 9029.0, 8998.0, 9027.0, 9012.0, 9043.0, 8999.0, 9016.0, 9000.0, 9021.0, 9016.0, 9035.0, 9046.0, 9064.0, 9034.0, 9053.0, 9008.0, 9022.0, 9004.0, 9050.0, 9023.0, 9084.0, 9041.0, 9084.0, 9029.0, 9054.0, 9011.0, 9069.0, 9013.0, 9050.0, 9025.0, 9068.0, 9029.0, 9046.0, 9078.0, 9065.0, 9127.0, 9081.0, 9121.0, 9048.0, 9082.0, 9024.0, 9075.0, 9023.0, 9061.0, 9043.0, 9067.0, 9085.0, 9041.0, 9070.0, 9009.0, 9032.0, 9002.0, 9032.0, 9002.0, 9051.0, 9021.0, 9066.0, 9013.0, 9052.0, 9024.0, 9050.0, 9024.0, 9084.0, 9026.0, 9066.0, 9028.0, 9065.0, 9029.0, 9081.0, 9043.0, 9081.0, 9042.0, 9079.0, 9007.0, 9060.0, 9007.0, 9060.0, 9004.0, 9062.0, 9026.0, 9075.0, 9026.0, 9063.0, 9005.0, 9055.0, 9009.0, 9064.0, 9028.0, 9071.0, 9050.0, 9064.0, 9053.0, 9041.0, 9071.0, 9058.0, 9084.0, 9059.0, 9134.0, 9075.0, 9133.0, 9075.0, 9114.0, 9040.0, 9089.0, 9027.0, 9089.0, 9053.0, 9108.0, 9068.0, 9109.0, 9039.0, 9074.0, 9013.0, 9050.0, 9010.0, 9079.0, 9023.0, 9053.0, 9010.0, 9053.0, 9009.0, 9035.0, 9004.0, 9034.0, 9031.0, 9052.0, 9062.0, 9051.0, 9006.0, 9021.0, 9028.0, 9004.0, 9056.0, 9020.0, 9057.0, 9004.0, 9058.0, 9004.0, 9057.0, 9003.0, 9041.0, 9001.0, 9044.0, 9006.0, 9063.0, 9025.0, 9052.0, 9015.0, 9067.0, 9035.0, 9061.0, 9067.0, 9051.0, 9080.0, 9034.0, 9064.0, 9033.0, 9063.0, 9035.0, 9080.0, 9035.0, 9077.0, 9037.0, 9081.0, 9035.0, 9060.0, 9017.0, 9070.0, 9048.0, 9106.0, 9052.0, 9113.0, 9059.0, 9080.0, 9040.0, 9085.0, 9054.0, 9095.0, 9087.0, 9111.0, 9071.0, 9097.0, 9052.0, 9081.0, 9030.0, 9068.0, 9031.0, 9089.0, 9046.0, 9090.0, 9035.0, 9086.0, 9016.0, 9066.0, 9026.0, 9083.0, 9036.0, 9080.0, 9024.0, 9049.0, 9006.0, 9046.0, 8986.0, 9047.0, 9013.0, 9045.0, 8984.0, 9000.0, 9028.0, 9001.0, 9037.0, 9002.0, 9057.0, 9032.0, 9057.0, 9006.0, 9045.0, 9000.0, 9043.0, 9004.0, 9059.0, 9022.0, 9061.0, 9005.0, 9044.0, 9005.0, 9042.0, 8987.0, 9042.0, 8988.0, 9044.0, 9005.0, 9062.0, 9008.0, 9063.0, 9031.0, 9034.0, 9010.0, 9074.0, 9047.0, 9094.0, 9045.0, 9081.0, 9077.0, 9089.0, 9121.0, 9074.0, 9117.0, 9041.0, 9078.0, 9029.0, 9059.0, 9010.0, 9057.0, 9026.0, 9091.0, 9043.0, 9074.0, 9027.0, 9053.0, 8992.0, 9019.0, 9014.0, 9048.0, 9032.0, 9036.0, 9023.0, 9025.0, 9046.0, 9008.0, 9057.0, 9009.0, 9056.0, 9008.0, 9074.0, 9022.0, 9063.0, 9010.0, 9050.0, 9009.0, 9049.0, 9010.0, 9068.0, 9013.0, 9065.0, 9025.0, 9068.0, 9015.0, 9069.0, 9012.0, 9052.0, 9010.0, 9039.0, 9011.0, 9055.0, 9012.0, 9052.0, 9031.0, 9064.0, 9035.0, 9077.0, 9035.0, 9078.0, 9072.0, 9098.0, 9103.0, 9116.0, 9076.0, 9082.0, 9051.0, 9071.0, 9066.0, 9077.0, 9080.0, 9050.0, 9049.0, 9042.0, 9031.0, 9038.0, 9014.0, 9055.0, 9071.0, 9031.0, 9087.0, 9035.0, 9087.0, 9051.0, 9105.0, 9091.0, 9071.0, 9059.0, 9012.0, 9035.0, 9008.0, 9038.0, 9010.0, 9056.0, 9028.0, 9086.0, 9031.0, 9055.0, 9010.0, 9053.0, 9008.0, 9068.0, 9028.0, 9088.0, 9052.0, 9092.0, 9036.0, 9073.0, 9027.0, 9067.0, 9010.0, 9085.0, 9027.0, 9071.0, 9014.0, 9055.0, 9008.0, 9036.0, 9030.0, 9051.0, 9060.0, 9049.0, 9057.0, 9020.0, 9043.0, 9005.0, 9043.0, 9011.0, 9058.0, 9006.0, 9060.0, 9027.0, 9077.0, 9028.0, 9066.0, 9013.0, 9064.0, 9005.0, 9062.0, 9008.0, 9064.0, 9024.0, 9080.0, 9037.0, 9078.0, 9006.0, 9044.0, 8983.0, 9038.0, 9002.0, 9063.0, 9015.0, 9080.0, 9024.0, 9048.0, 9011.0, 9047.0, 9026.0, 9066.0, 9058.0, 9040.0, 9046.0, 9032.0, 9047.0, 9029.0, 9061.0, 9031.0, 9063.0, 9030.0, 9056.0, 9026.0, 9041.0, 9009.0, 9056.0, 9029.0, 9103.0, 9045.0, 9090.0, 9033.0, 9074.0, 9028.0, 9066.0, 9013.0, 9068.0, 9031.0, 9091.0, 9050.0, 9103.0, 9064.0, 9089.0, 9033.0, 9054.0, 9013.0, 9064.0, 9014.0, 9077.0, 9048.0, 9085.0, 9047.0, 9064.0, 9013.0, 9060.0, 8990.0, 9054.0, 8985.0, 9041.0, 8987.0, 9042.0, 9006.0, 9044.0, 9002.0, 9043.0, 9003.0, 9031.0, 8990.0, 9046.0, 9007.0, 9037.0, 9009.0, 9039.0, 9014.0, 9071.0, 9034.0, 9089.0, 9040.0, 9078.0, 9033.0, 9075.0, 9023.0, 9074.0, 9040.0, 9090.0, 9051.0, 9100.0, 9073.0, 9094.0, 9037.0, 9071.0, 9053.0, 9061.0, 9053.0, 9035.0, 9039.0, 9057.0, 9041.0, 9094.0, 9088.0, 9098.0, 9073.0, 9094.0, 9041.0, 9090.0, 9018.0, 9072.0, 9030.0, 9075.0, 9018.0, 9091.0, 9027.0, 9075.0, 9015.0, 9039.0, 9012.0, 9040.0, 8995.0, 9045.0, 9028.0, 9059.0, 9036.0, 9076.0, 9035.0, 9106.0, 9047.0, 9104.0, 9030.0, 9066.0, 9007.0, 9047.0, 9007.0, 9063.0, 9022.0, 9085.0, 9041.0, 9070.0, 9026.0, 9037.0, 9003.0, 9004.0, 8985.0, 9002.0, 9000.0, 9023.0, 9030.0, 9054.0, 9026.0, 9027.0, 9008.0, 9009.0, 9031.0, 9021.0, 9034.0, 9045.0, 9056.0, 9045.0, 9013.0, 9032.0, 9028.0, 9044.0, 9015.0, 9061.0, 9029.0, 9064.0, 9037.0, 9083.0, 9053.0, 9082.0, 9038.0, 9072.0, 9035.0, 9088.0, 9038.0, 9114.0, 9078.0, 9111.0, 9090.0, 9071.0, 9059.0, 9038.0, 9055.0, 9049.0, 9069.0, 9055.0, 9119.0, 9074.0, 9119.0, 9062.0, 9101.0, 9039.0, 9060.0, 9014.0, 9070.0, 9016.0, 9088.0, 9045.0, 9089.0, 9016.0, 9055.0, 9010.0, 9036.0, 9001.0, 9031.0, 9003.0, 9078.0, 9019.0, 9049.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.001731320321469575</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.04235933972445465</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.82205768006904</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.0965107695402294</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9595937424482753</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4513</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5891.9253</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09429496293278357</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>35</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>4.018369690011481</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.557564900251802</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4689938502255084</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7770231156087912</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.426677734921107</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00635975</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013745389878749847</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.014226884581148624</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.6141941028592575</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>32.6671</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.5613</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>147.852</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>306061.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>674.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>282.9636</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6423</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>546.4265</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3266.3348</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3528.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>70483.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>888.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4325.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>976.1443</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>32.548475180752575</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> |