=== 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-0034 --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-0034",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 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-0034_ses-03_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0034_ses-03_task-social_acq-mb8_run-04_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-03_subject-0034_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-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-03_subject-0034_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-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-03_subject-0034_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-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-03_subject-0034_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-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-03_subject-0034_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-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-03_subject-0034_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-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-03_subject-0034_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-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0034/ses-03/func/sub-0034_ses-03_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>be8f8338186b5cfbb3584eb522a521e8</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>11:33:49.865000</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_VE11C_LATEST_20160120</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.996126, 0.0875468, 0.00822924, -0.0876753, 0.981696, 0.169073]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.101686</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4147, -7813, -7176, 518, -44, -231, 122, -1]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>265.328</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>96a8688d-221f-42d2-b3ae-fa5068e0b0fb||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.672534465789795, -0.23522651195526123, -0.018152572214603424, 123.28961181640625], [-0.2348816990852356, 2.633819103240967, 0.45667657256126404, -76.55280303955078], [0.022078460082411766, -0.4536101818084717, 2.661036729812622, -27.590028762817383], [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': ['113349.865000', '113350.325000', '113350.785000', '113351.245000', '113351.705000', '113352.165000', '113352.625000', '113353.085000', '113353.545000', '113354.005000', '113354.465000', '113354.925000', '113355.385000', '113355.845000', '113356.305000', '113356.765000', '113357.225000', '113357.685000', '113358.145000', '113358.605000', '113359.065000', '113359.525000', '113359.985000', '113400.445000', '113400.905000', '113401.365000', '113401.825000', '113402.285000', '113402.745000', '113403.205000', '113403.665000', '113404.125000', '113404.585000', '113405.045000', '113405.505000', '113405.965000', '113406.425000', '113406.885000', '113407.345000', '113407.805000', '113408.265000', '113408.725000', '113409.185000', '113409.645000', '113410.105000', '113410.565000', '113411.025000', '113411.485000', '113411.945000', '113412.405000', '113412.865000', '113413.325000', '113413.785000', '113414.245000', '113414.705000', '113415.165000', '113415.625000', '113416.085000', '113416.545000', '113417.005000', '113417.465000', '113417.925000', '113418.385000', '113418.845000', '113419.305000', '113419.765000', '113420.225000', '113420.685000', '113421.145000', '113421.605000', '113422.065000', '113422.525000', '113422.985000', '113423.445000', '113423.905000', '113424.365000', '113424.825000', '113425.285000', '113425.745000', '113426.205000', '113426.665000', '113427.125000', '113427.585000', '113428.045000', '113428.505000', '113428.965000', '113429.425000', '113429.885000', '113430.345000', '113430.805000', '113431.265000', '113431.725000', '113432.185000', '113432.645000', '113433.105000', '113433.565000', '113434.025000', '113434.485000', '113434.945000', '113435.405000', '113435.865000', '113436.325000', '113436.785000', '113437.245000', '113437.705000', '113438.165000', '113438.625000', '113439.085000', '113439.545000', '113440.005000', '113440.465000', '113440.925000', '113441.385000', '113441.845000', '113442.305000', '113442.765000', '113443.225000', '113443.685000', '113444.145000', '113444.605000', '113445.065000', '113445.525000', '113445.985000', '113446.445000', '113446.905000', '113447.365000', '113447.825000', '113448.285000', '113448.745000', '113449.205000', '113449.665000', '113450.125000', '113450.585000', '113451.045000', '113451.505000', '113451.965000', '113452.425000', '113452.885000', '113453.345000', '113453.805000', '113454.265000', '113454.725000', '113455.185000', '113455.645000', '113456.105000', '113456.565000', '113457.025000', '113457.485000', '113457.945000', '113458.405000', '113458.865000', '113459.325000', '113459.785000', '113500.245000', '113500.705000', '113501.165000', '113501.625000', '113502.085000', '113502.545000', '113503.005000', '113503.465000', '113503.925000', '113504.385000', '113504.845000', '113505.305000', '113505.765000', '113506.225000', '113506.685000', '113507.145000', '113507.605000', '113508.065000', '113508.525000', '113508.985000', '113509.445000', '113509.905000', '113510.365000', '113510.825000', '113511.285000', '113511.745000', '113512.205000', '113512.665000', '113513.125000', '113513.585000', '113514.045000', '113514.505000', '113514.965000', '113515.425000', '113515.885000', '113516.345000', '113516.805000', '113517.265000', '113517.725000', '113518.185000', '113518.645000', '113519.105000', '113519.565000', '113520.025000', '113520.485000', '113520.945000', '113521.405000', '113521.865000', '113522.325000', '113522.785000', '113523.245000', '113523.705000', '113524.165000', '113524.625000', '113525.085000', '113525.545000', '113526.005000', '113526.465000', '113526.925000', '113527.385000', '113527.845000', '113528.305000', '113528.765000', '113529.225000', '113529.685000', '113530.145000', '113530.605000', '113531.065000', '113531.525000', '113531.985000', '113532.445000', '113532.905000', '113533.365000', '113533.825000', '113534.285000', '113534.745000', '113535.205000', '113535.665000', '113536.125000', '113536.585000', '113537.045000', '113537.505000', '113537.965000', '113538.425000', '113538.885000', '113539.345000', '113539.805000', '113540.265000', '113540.725000', '113541.185000', '113541.645000', '113542.105000', '113542.565000', '113543.025000', '113543.485000', '113543.945000', '113544.405000', '113544.865000', '113545.325000', '113545.785000', '113546.245000', '113546.705000', '113547.165000', '113547.625000', '113548.085000', '113548.545000', '113549.005000', '113549.465000', '113549.925000', '113550.385000', '113550.845000', '113551.305000', '113551.765000', '113552.225000', '113552.685000', '113553.145000', '113553.605000', '113554.065000', '113554.525000', '113554.985000', '113555.445000', '113555.905000', '113556.365000', '113556.825000', '113557.285000', '113557.745000', '113558.205000', '113558.665000', '113559.125000', '113559.585000', '113600.045000', '113600.505000', '113600.965000', '113601.425000', '113601.885000', '113602.345000', '113602.805000', '113603.265000', '113603.725000', '113604.185000', '113604.645000', '113605.105000', '113605.565000', '113606.025000', '113606.485000', '113606.945000', '113607.405000', '113607.865000', '113608.325000', '113608.785000', '113609.245000', '113609.705000', '113610.165000', '113610.625000', '113611.085000', '113611.545000', '113612.005000', '113612.465000', '113612.925000', '113613.385000', '113613.845000', '113614.305000', '113614.765000', '113615.225000', '113615.685000', '113616.145000', '113616.605000', '113617.065000', '113617.525000', '113617.985000', '113618.445000', '113618.905000', '113619.365000', '113619.825000', '113620.285000', '113620.745000', '113621.205000', '113621.665000', '113622.125000', '113622.585000', '113623.045000', '113623.505000', '113623.965000', '113624.425000', '113624.885000', '113625.345000', '113625.805000', '113626.265000', '113626.725000', '113627.185000', '113627.645000', '113628.105000', '113628.565000', '113629.025000', '113629.485000', '113629.945000', '113630.405000', '113630.865000', '113631.325000', '113631.785000', '113632.245000', '113632.705000', '113633.165000', '113633.625000', '113634.085000', '113634.545000', '113635.005000', '113635.465000', '113635.925000', '113636.385000', '113636.845000', '113637.305000', '113637.765000', '113638.225000', '113638.685000', '113639.145000', '113639.605000', '113640.065000', '113640.525000', '113640.985000', '113641.445000', '113641.905000', '113642.365000', '113642.825000', '113643.285000', '113643.745000', '113644.205000', '113644.665000', '113645.125000', '113645.585000', '113646.045000', '113646.505000', '113646.965000', '113647.425000', '113647.885000', '113648.345000', '113648.805000', '113649.265000', '113649.725000', '113650.185000', '113650.645000', '113651.105000', '113651.565000', '113652.025000', '113652.485000', '113652.945000', '113653.405000', '113653.865000', '113654.325000', '113654.785000', '113655.245000', '113655.705000', '113656.165000', '113656.625000', '113657.085000', '113657.545000', '113658.005000', '113658.465000', '113658.925000', '113659.385000', '113659.845000', '113700.305000', '113700.765000', '113701.225000', '113701.685000', '113702.145000', '113702.605000', '113703.065000', '113703.525000', '113703.985000', '113704.445000', '113704.905000', '113705.365000', '113705.825000', '113706.285000', '113706.745000', '113707.205000', '113707.665000', '113708.125000', '113708.585000', '113709.045000', '113709.505000', '113709.965000', '113710.425000', '113710.885000', '113711.345000', '113711.805000', '113712.265000', '113712.725000', '113713.185000', '113713.645000', '113714.105000', '113714.565000', '113715.025000', '113715.485000', '113715.945000', '113716.405000', '113716.865000', '113717.325000', '113717.785000', '113718.245000', '113718.705000', '113719.165000', '113719.625000', '113720.085000', '113720.545000', '113721.005000', '113721.465000', '113721.925000', '113722.385000', '113722.845000', '113723.305000', '113723.765000', '113724.225000', '113724.685000', '113725.145000', '113725.605000', '113726.065000', '113726.525000', '113726.985000', '113727.445000', '113727.905000', '113728.365000', '113728.825000', '113729.285000', '113729.745000', '113730.205000', '113730.665000', '113731.125000', '113731.585000', '113732.045000', '113732.505000', '113732.965000', '113733.425000', '113733.885000', '113734.345000', '113734.805000', '113735.265000', '113735.725000', '113736.185000', '113736.645000', '113737.105000', '113737.565000', '113738.025000', '113738.485000', '113738.945000', '113739.405000', '113739.865000', '113740.325000', '113740.785000', '113741.245000', '113741.705000', '113742.165000', '113742.625000', '113743.085000', '113743.545000', '113744.005000', '113744.465000', '113744.925000', '113745.385000', '113745.845000', '113746.305000', '113746.765000', '113747.225000', '113747.685000', '113748.145000', '113748.605000', '113749.065000', '113749.525000', '113749.985000', '113750.445000', '113750.905000', '113751.365000', '113751.825000', '113752.285000', '113752.745000', '113753.205000', '113753.665000', '113754.125000', '113754.585000', '113755.045000', '113755.505000', '113755.965000', '113756.425000', '113756.885000', '113757.345000', '113757.805000', '113758.265000', '113758.725000', '113759.185000', '113759.645000', '113800.105000', '113800.565000', '113801.025000', '113801.485000', '113801.945000', '113802.405000', '113802.865000', '113803.325000', '113803.785000', '113804.245000', '113804.705000', '113805.165000', '113805.625000', '113806.085000', '113806.545000', '113807.005000', '113807.465000', '113807.925000', '113808.385000', '113808.845000', '113809.305000', '113809.765000', '113810.225000', '113810.685000', '113811.145000', '113811.605000', '113812.065000', '113812.525000', '113812.985000', '113813.445000', '113813.905000', '113814.365000', '113814.825000', '113815.285000', '113815.745000', '113816.205000', '113816.665000', '113817.125000', '113817.585000', '113818.045000', '113818.505000', '113818.965000', '113819.425000', '113819.885000', '113820.345000', '113820.805000', '113821.265000', '113821.725000', '113822.185000', '113822.645000', '113823.105000', '113823.565000', '113824.025000', '113824.485000', '113824.945000', '113825.405000', '113825.865000', '113826.325000', '113826.785000', '113827.245000', '113827.705000', '113828.165000', '113828.625000', '113829.085000', '113829.545000', '113830.005000', '113830.465000', '113830.925000', '113831.385000', '113831.845000', '113832.305000', '113832.765000', '113833.225000', '113833.685000', '113834.145000', '113834.605000', '113835.065000', '113835.525000', '113835.985000', '113836.445000', '113836.905000', '113837.365000', '113837.825000', '113838.285000', '113838.745000', '113839.205000', '113839.665000', '113840.125000', '113840.585000', '113841.045000', '113841.505000', '113841.965000', '113842.425000', '113842.885000', '113843.345000', '113843.805000', '113844.265000', '113844.725000', '113845.185000', '113845.645000', '113846.105000', '113846.565000', '113847.025000', '113847.485000', '113847.945000', '113848.405000', '113848.865000', '113849.325000', '113849.785000', '113850.245000', '113850.705000', '113851.165000', '113851.625000', '113852.085000', '113852.545000', '113853.005000', '113853.465000', '113853.925000', '113854.385000', '113854.845000', '113855.305000', '113855.765000', '113856.225000', '113856.685000', '113857.145000', '113857.605000', '113858.065000', '113858.525000', '113858.985000', '113859.445000', '113859.905000', '113900.365000', '113900.825000', '113901.285000', '113901.745000', '113902.205000', '113902.665000', '113903.125000', '113903.585000', '113904.045000', '113904.505000', '113904.965000', '113905.425000', '113905.885000', '113906.345000', '113906.805000', '113907.265000', '113907.725000', '113908.185000', '113908.645000', '113909.105000', '113909.565000', '113910.025000', '113910.485000', '113910.945000', '113911.405000', '113911.865000', '113912.325000', '113912.785000', '113913.245000', '113913.705000', '113914.165000', '113914.625000', '113915.085000', '113915.545000', '113916.005000', '113916.465000', '113916.925000', '113917.385000', '113917.845000', '113918.305000', '113918.765000', '113919.225000', '113919.685000', '113920.145000', '113920.605000', '113921.065000', '113921.525000', '113921.985000', '113922.445000', '113922.905000', '113923.365000', '113923.825000', '113924.285000', '113924.745000', '113925.205000', '113925.665000', '113926.125000', '113926.585000', '113927.045000', '113927.505000', '113927.965000', '113928.425000', '113928.885000', '113929.345000', '113929.805000', '113930.265000', '113930.725000', '113931.185000', '113931.645000', '113932.105000', '113932.565000', '113933.025000', '113933.485000', '113933.945000', '113934.405000', '113934.865000', '113935.325000', '113935.785000', '113936.245000', '113936.705000', '113937.165000', '113937.625000', '113938.085000', '113938.545000', '113939.005000', '113939.465000', '113939.925000', '113940.385000', '113940.845000', '113941.305000', '113941.765000', '113942.225000', '113942.685000', '113943.145000', '113943.605000', '113944.065000', '113944.525000', '113944.985000', '113945.445000', '113945.905000', '113946.365000', '113946.825000', '113947.285000', '113947.745000', '113948.205000', '113948.665000', '113949.125000', '113949.585000', '113950.045000', '113950.505000', '113950.965000', '113951.425000', '113951.885000', '113952.345000', '113952.805000', '113953.265000', '113953.725000', '113954.185000', '113954.645000', '113955.105000', '113955.565000', '113956.025000', '113956.485000', '113956.945000', '113957.405000', '113957.865000', '113958.325000', '113958.785000', '113959.245000', '113959.705000', '114000.165000', '114000.625000', '114001.085000', '114001.545000', '114002.005000', '114002.465000', '114002.925000', '114003.385000', '114003.845000', '114004.305000', '114004.765000', '114005.225000', '114005.685000', '114006.145000', '114006.605000', '114007.065000', '114007.525000', '114007.985000', '114008.445000', '114008.905000', '114009.365000', '114009.825000', '114010.285000', '114010.745000', '114011.205000', '114011.665000', '114012.125000', '114012.585000', '114013.045000', '114013.505000', '114013.965000', '114014.425000', '114014.885000', '114015.345000', '114015.805000', '114016.265000', '114016.725000', '114017.185000', '114017.645000', '114018.105000', '114018.565000', '114019.025000', '114019.485000', '114019.945000', '114020.405000', '114020.865000', '114021.325000', '114021.785000', '114022.245000', '114022.705000', '114023.165000', '114023.625000', '114024.085000', '114024.545000', '114025.005000', '114025.465000', '114025.925000', '114026.385000', '114026.845000', '114027.305000', '114027.765000', '114028.225000', '114028.685000', '114029.145000', '114029.605000', '114030.065000', '114030.525000'], 'ContentTime': ['113405.706000', '113405.709000', '113405.712000', '113405.715000', '113405.717000', '113405.720000', '113405.723000', '113405.726000', '113405.729000', '113405.732000', '113405.734000', '113405.737000', '113405.740000', '113405.743000', '113405.746000', '113405.749000', '113405.751000', '113405.754000', '113405.757000', '113405.760000', '113405.763000', '113405.766000', '113405.776000', '113405.778000', '113405.781000', '113405.784000', '113405.787000', '113405.790000', '113405.810000', '113405.813000', '113405.816000', '113405.818000', '113425.670000', '113425.673000', '113425.676000', '113425.678000', '113425.681000', '113425.684000', '113425.687000', '113425.690000', '113425.692000', '113425.695000', '113425.698000', '113425.701000', '113425.704000', '113425.707000', '113425.715000', '113425.718000', '113425.720000', '113425.723000', '113425.726000', '113425.729000', '113425.732000', '113425.735000', '113425.737000', '113425.740000', '113425.743000', '113425.746000', '113425.749000', '113425.751000', '113425.754000', '113425.757000', '113425.760000', '113425.763000', '113425.766000', '113425.790000', '113425.792000', '113425.795000', '113425.798000', '113425.801000', '113425.804000', '113425.807000', '113425.809000', '113425.812000', '113425.815000', '113445.670000', '113445.673000', '113445.676000', '113445.678000', '113445.681000', '113445.688000', '113445.691000', '113445.694000', '113445.697000', '113445.700000', '113445.702000', '113445.705000', '113445.708000', '113445.711000', '113445.714000', '113445.716000', '113445.719000', '113445.722000', '113445.725000', '113445.728000', '113445.731000', '113445.733000', '113445.736000', '113445.739000', '113445.742000', '113445.745000', '113445.747000', '113445.750000', '113445.753000', '113445.756000', '113445.759000', '113445.762000', '113445.764000', '113445.767000', '113445.770000', '113445.773000', '113445.776000', '113445.779000', '113445.781000', '113445.784000', '113445.787000', '113445.790000', '113445.793000', '113445.796000', '113505.671000', '113505.674000', '113505.677000', '113505.679000', '113505.682000', '113505.685000', '113505.688000', '113505.691000', '113505.694000', '113505.696000', '113505.699000', '113505.702000', '113505.705000', '113505.708000', '113505.711000', '113505.714000', '113505.717000', '113505.720000', '113505.723000', '113505.725000', '113505.728000', '113505.731000', '113505.734000', '113505.737000', '113505.740000', '113505.743000', '113505.745000', '113505.748000', '113505.751000', '113505.754000', '113505.757000', '113505.760000', '113505.763000', '113505.765000', '113505.768000', '113505.771000', '113505.774000', '113505.777000', '113505.780000', '113505.783000', '113505.786000', '113505.789000', '113505.791000', '113525.671000', '113525.674000', '113525.677000', '113525.680000', '113525.683000', '113525.685000', '113525.688000', '113525.691000', '113525.694000', '113525.697000', '113525.699000', '113525.702000', '113525.705000', '113525.708000', '113525.711000', '113525.714000', '113525.716000', '113525.719000', '113525.722000', '113525.725000', '113525.728000', '113525.730000', '113525.733000', '113525.736000', '113525.739000', '113525.742000', '113525.745000', '113525.748000', '113525.750000', '113525.753000', '113525.756000', '113525.759000', '113525.762000', '113525.765000', '113525.767000', '113525.822000', '113525.825000', '113525.828000', '113525.830000', '113525.833000', '113525.836000', '113525.839000', '113525.842000', '113525.844000', '113545.671000', '113545.674000', '113545.677000', '113545.680000', '113545.682000', '113545.685000', '113545.688000', '113545.691000', '113545.694000', '113545.697000', '113545.700000', '113545.702000', '113545.705000', '113545.708000', '113545.711000', '113545.714000', '113545.716000', '113545.719000', '113545.722000', '113545.725000', '113545.728000', '113545.731000', '113545.734000', '113545.737000', '113545.739000', '113545.742000', '113545.745000', '113545.748000', '113545.751000', '113545.754000', '113545.756000', '113545.759000', '113545.762000', '113545.765000', '113545.768000', '113545.771000', '113545.774000', '113545.776000', '113545.779000', '113545.782000', '113545.785000', '113545.788000', '113545.791000', '113605.671000', '113605.674000', '113605.677000', '113605.679000', '113605.682000', '113605.685000', '113605.688000', '113605.691000', '113605.694000', '113605.696000', '113605.699000', '113605.702000', '113605.705000', '113605.708000', '113605.711000', '113605.713000', '113605.716000', '113605.719000', '113605.722000', '113605.725000', '113605.728000', '113605.730000', '113605.733000', '113605.736000', '113605.739000', '113605.742000', '113605.745000', '113605.747000', '113605.750000', '113605.753000', '113605.756000', '113605.759000', '113605.762000', '113605.765000', '113605.767000', '113605.814000', '113605.816000', '113605.819000', '113605.822000', '113605.825000', '113605.828000', '113605.830000', '113605.833000', '113605.836000', '113625.671000', '113625.674000', '113625.677000', '113625.679000', '113625.682000', '113625.685000', '113625.688000', '113625.691000', '113625.694000', '113625.696000', '113625.699000', '113625.702000', '113625.705000', '113625.708000', '113625.711000', '113625.714000', '113625.716000', '113625.719000', '113625.722000', '113625.725000', '113625.728000', '113625.731000', '113625.733000', '113625.736000', '113625.739000', '113625.742000', '113625.745000', '113625.748000', '113625.752000', '113625.755000', '113625.758000', '113625.761000', '113625.764000', '113625.767000', '113625.792000', '113625.794000', '113625.797000', '113625.800000', '113625.803000', '113625.806000', '113625.809000', '113625.811000', '113625.814000', '113645.670000', '113645.673000', '113645.676000', '113645.678000', '113645.681000', '113645.684000', '113645.687000', '113645.690000', '113645.693000', '113645.695000', '113645.698000', '113645.701000', '113645.704000', '113645.707000', '113645.710000', '113645.712000', '113645.715000', '113645.718000', '113645.721000', '113645.724000', '113645.727000', '113645.730000', '113645.733000', '113645.735000', '113645.738000', '113645.741000', '113645.744000', '113645.747000', '113645.749000', '113645.752000', '113645.755000', '113645.758000', '113645.761000', '113645.764000', '113645.767000', '113645.800000', '113645.803000', '113645.806000', '113645.808000', '113645.811000', '113645.814000', '113645.817000', '113645.820000', '113645.823000', '113705.670000', '113705.673000', '113705.676000', '113705.679000', '113705.681000', '113705.684000', '113705.687000', '113705.690000', '113705.693000', '113705.696000', '113705.698000', '113705.701000', '113705.704000', '113705.707000', '113705.710000', '113705.713000', '113705.716000', '113705.718000', '113705.721000', '113705.724000', '113705.727000', '113705.730000', '113705.733000', '113705.735000', '113705.738000', '113705.741000', '113705.744000', '113705.747000', '113705.750000', '113705.753000', '113705.771000', '113705.801000', '113705.804000', '113705.807000', '113705.810000', '113705.813000', '113705.815000', '113705.818000', '113705.821000', '113705.824000', '113705.827000', '113705.830000', '113705.833000', '113725.671000', '113725.674000', '113725.677000', '113725.680000', '113725.682000', '113725.685000', '113725.688000', '113725.691000', '113725.694000', '113725.697000', '113725.700000', '113725.702000', '113725.705000', '113725.708000', '113725.711000', '113725.714000', '113725.717000', '113725.719000', '113725.722000', '113725.725000', '113725.728000', '113725.731000', '113725.734000', '113725.736000', '113725.739000', '113725.742000', '113725.745000', '113725.748000', '113725.751000', '113725.753000', '113725.756000', '113725.759000', '113725.762000', '113725.765000', '113725.768000', '113725.822000', '113725.825000', '113725.828000', '113725.831000', '113725.834000', '113725.837000', '113725.839000', '113725.842000', '113725.845000', '113745.671000', '113745.674000', '113745.677000', '113745.680000', '113745.683000', '113745.686000', '113745.689000', '113745.691000', '113745.694000', '113745.697000', '113745.700000', '113745.703000', '113745.705000', '113745.708000', '113745.711000', '113745.714000', '113745.717000', '113745.720000', '113745.723000', '113745.725000', '113745.728000', '113745.731000', '113745.734000', '113745.737000', '113745.740000', '113745.743000', '113745.745000', '113745.748000', '113745.751000', '113745.754000', '113745.757000', '113745.760000', '113745.763000', '113745.765000', '113745.768000', '113745.820000', '113745.823000', '113745.826000', '113745.829000', '113745.832000', '113745.834000', '113745.837000', '113745.840000', '113805.671000', '113805.674000', '113805.677000', '113805.679000', '113805.682000', '113805.685000', '113805.688000', '113805.691000', '113805.694000', '113805.696000', '113805.699000', '113805.702000', '113805.705000', '113805.708000', '113805.711000', '113805.714000', '113805.716000', '113805.719000', '113805.722000', '113805.725000', '113805.728000', '113805.731000', '113805.733000', '113805.737000', '113805.740000', '113805.743000', '113805.745000', '113805.748000', '113805.752000', '113805.755000', '113805.758000', '113805.760000', '113805.763000', '113805.766000', '113805.802000', '113805.805000', '113805.808000', '113805.811000', '113805.813000', '113805.816000', '113805.819000', '113805.822000', '113805.825000', '113805.828000', '113825.671000', '113825.674000', '113825.677000', '113825.680000', '113825.682000', '113825.685000', '113825.688000', '113825.691000', '113825.694000', '113825.697000', '113825.699000', '113825.702000', '113825.705000', '113825.708000', '113825.711000', '113825.714000', '113825.717000', '113825.720000', '113825.722000', '113825.725000', '113825.728000', '113825.731000', '113825.734000', '113825.737000', '113825.740000', '113825.742000', '113825.745000', '113825.748000', '113825.751000', '113825.754000', '113825.757000', '113825.759000', '113825.762000', '113825.765000', '113825.768000', '113825.832000', '113825.835000', '113825.837000', '113825.840000', '113825.843000', '113825.846000', '113825.849000', '113825.852000', '113845.671000', '113845.675000', '113845.677000', '113845.680000', '113845.683000', '113845.686000', '113845.689000', '113845.692000', '113845.695000', '113845.697000', '113845.700000', '113845.703000', '113845.706000', '113845.709000', '113845.712000', '113845.715000', '113845.718000', '113845.721000', '113845.724000', '113845.726000', '113845.729000', '113845.732000', '113845.735000', '113845.738000', '113845.741000', '113845.743000', '113845.746000', '113845.749000', '113845.752000', '113845.755000', '113845.758000', '113845.761000', '113845.763000', '113845.766000', '113845.769000', '113845.772000', '113845.775000', '113845.778000', '113845.780000', '113845.783000', '113845.786000', '113845.789000', '113845.792000', '113905.670000', '113905.673000', '113905.676000', '113905.679000', '113905.682000', '113905.684000', '113905.687000', '113905.690000', '113905.693000', '113905.696000', '113905.699000', '113905.702000', '113905.704000', '113905.707000', '113905.710000', '113905.713000', '113905.716000', '113905.719000', '113905.722000', '113905.725000', '113905.727000', '113905.730000', '113905.733000', '113905.736000', '113905.739000', '113905.742000', '113905.745000', '113905.747000', '113905.750000', '113905.753000', '113905.756000', '113905.759000', '113905.762000', '113905.765000', '113905.767000', '113905.830000', '113905.833000', '113905.836000', '113905.838000', '113905.841000', '113905.844000', '113905.847000', '113905.850000', '113905.853000', '113925.670000', '113925.673000', '113925.676000', '113925.679000', '113925.681000', '113925.684000', '113925.687000', '113925.690000', '113925.693000', '113925.696000', '113925.698000', '113925.701000', '113925.704000', '113925.707000', '113925.710000', '113925.713000', '113925.716000', '113925.719000', '113925.721000', '113925.724000', '113925.727000', '113925.730000', '113925.733000', '113925.736000', '113925.738000', '113925.741000', '113925.744000', '113925.747000', '113925.750000', '113925.753000', '113925.755000', '113925.758000', '113925.761000', '113925.764000', '113925.767000', '113925.843000', '113925.845000', '113925.848000', '113925.851000', '113925.854000', '113925.857000', '113925.860000', '113925.862000', '113945.671000', '113945.674000', '113945.677000', '113945.680000', '113945.683000', '113945.685000', '113945.688000', '113945.691000', '113945.694000', '113945.697000', '113945.700000', '113945.703000', '113945.705000', '113945.708000', '113945.711000', '113945.714000', '113945.717000', '113945.720000', '113945.723000', '113945.726000', '113945.729000', '113945.732000', '113945.735000', '113945.737000', '113945.740000', '113945.743000', '113945.746000', '113945.749000', '113945.752000', '113945.754000', '113945.757000', '113945.760000', '113945.763000', '113945.766000', '113945.813000', '113945.816000', '113945.819000', '113945.822000', '113945.824000', '113945.827000', '113945.831000', '113945.834000', '113945.837000', '113945.840000', '114005.671000', '114005.674000', '114005.677000', '114005.680000', '114005.683000', '114005.686000', '114005.689000', '114005.691000', '114005.694000', '114005.708000', '114005.711000', '114005.714000', '114005.716000', '114005.719000', '114005.722000', '114005.725000', '114005.728000', '114005.731000', '114005.733000', '114005.736000', '114005.739000', '114005.742000', '114005.745000', '114005.748000', '114005.751000', '114005.753000', '114005.756000', '114005.759000', '114005.762000', '114005.765000', '114005.768000', '114005.771000', '114005.773000', '114005.776000', '114005.779000', '114005.782000', '114005.785000', '114005.788000', '114005.791000', '114005.793000', '114005.796000', '114005.799000', '114005.817000', '114025.671000', '114025.674000', '114025.677000', '114025.680000', '114025.683000', '114025.685000', '114025.688000', '114025.692000', '114025.695000', '114025.697000', '114025.700000', '114025.703000', '114025.706000', '114025.709000', '114025.712000', '114025.714000', '114025.717000', '114025.720000', '114025.723000', '114025.726000', '114025.729000', '114025.731000', '114025.734000', '114025.737000', '114025.740000', '114025.743000', '114025.746000', '114025.749000', '114025.752000', '114025.754000', '114025.757000', '114025.760000', '114025.763000', '114025.766000', '114025.816000', '114025.824000', '114025.826000', '114025.829000', '114025.832000', '114025.835000', '114025.838000', '114025.841000', '114025.843000', '114025.846000', '114031.962000', '114031.965000', '114031.969000', '114031.972000', '114031.975000', '114031.978000', '114031.982000', '114031.985000', '114031.989000', '114031.991000', '114031.994000', '114031.997000', '114032.001000', '114032.004000'], 'InstanceCreationTime': ['113405.706000', '113405.709000', '113405.712000', '113405.715000', '113405.717000', '113405.720000', '113405.723000', '113405.726000', '113405.729000', '113405.732000', '113405.734000', '113405.737000', '113405.740000', '113405.743000', '113405.746000', '113405.749000', '113405.751000', '113405.754000', '113405.757000', '113405.760000', '113405.763000', '113405.766000', '113405.776000', '113405.778000', '113405.781000', '113405.784000', '113405.787000', '113405.790000', '113405.810000', '113405.813000', '113405.816000', '113405.818000', '113425.670000', '113425.673000', '113425.676000', '113425.678000', '113425.681000', '113425.684000', '113425.687000', '113425.690000', '113425.692000', '113425.695000', '113425.698000', '113425.701000', '113425.704000', '113425.707000', '113425.715000', '113425.718000', '113425.720000', '113425.723000', '113425.726000', '113425.729000', '113425.732000', '113425.735000', '113425.737000', '113425.740000', '113425.743000', '113425.746000', '113425.749000', '113425.751000', '113425.754000', '113425.757000', '113425.760000', '113425.763000', '113425.766000', '113425.790000', '113425.792000', '113425.795000', '113425.798000', '113425.801000', '113425.804000', '113425.807000', '113425.809000', '113425.812000', '113425.815000', '113445.670000', '113445.673000', '113445.676000', '113445.678000', '113445.681000', '113445.688000', '113445.691000', '113445.694000', '113445.697000', '113445.700000', '113445.702000', '113445.705000', '113445.708000', '113445.711000', '113445.714000', '113445.716000', '113445.719000', '113445.722000', '113445.725000', '113445.728000', '113445.731000', '113445.733000', '113445.736000', '113445.739000', '113445.742000', '113445.745000', '113445.747000', '113445.750000', '113445.753000', '113445.756000', '113445.759000', '113445.762000', '113445.764000', '113445.767000', '113445.770000', '113445.773000', '113445.776000', '113445.779000', '113445.781000', '113445.784000', '113445.787000', '113445.790000', '113445.793000', '113445.796000', '113505.671000', '113505.674000', '113505.677000', '113505.679000', '113505.682000', '113505.685000', '113505.688000', '113505.691000', '113505.694000', '113505.696000', '113505.699000', '113505.702000', '113505.705000', '113505.708000', '113505.711000', '113505.714000', '113505.717000', '113505.720000', '113505.723000', '113505.725000', '113505.728000', '113505.731000', '113505.734000', '113505.737000', '113505.740000', '113505.743000', '113505.745000', '113505.748000', '113505.751000', '113505.754000', '113505.757000', '113505.760000', '113505.763000', '113505.765000', '113505.768000', '113505.771000', '113505.774000', '113505.777000', '113505.780000', '113505.783000', '113505.786000', '113505.789000', '113505.791000', '113525.671000', '113525.674000', '113525.677000', '113525.680000', '113525.683000', '113525.685000', '113525.688000', '113525.691000', '113525.694000', '113525.697000', '113525.699000', '113525.702000', '113525.705000', '113525.708000', '113525.711000', '113525.714000', '113525.716000', '113525.719000', '113525.722000', '113525.725000', '113525.728000', '113525.730000', '113525.733000', '113525.736000', '113525.739000', '113525.742000', '113525.745000', '113525.748000', '113525.750000', '113525.753000', '113525.756000', '113525.759000', '113525.762000', '113525.765000', '113525.767000', '113525.822000', '113525.825000', '113525.828000', '113525.830000', '113525.833000', '113525.836000', '113525.839000', '113525.842000', '113525.844000', '113545.671000', '113545.674000', '113545.677000', '113545.680000', '113545.682000', '113545.685000', '113545.688000', '113545.691000', '113545.694000', '113545.697000', '113545.700000', '113545.702000', '113545.705000', '113545.708000', '113545.711000', '113545.714000', '113545.716000', '113545.719000', '113545.722000', '113545.725000', '113545.728000', '113545.731000', '113545.734000', '113545.737000', '113545.739000', '113545.742000', '113545.745000', '113545.748000', '113545.751000', '113545.754000', '113545.756000', '113545.759000', '113545.762000', '113545.765000', '113545.768000', '113545.771000', '113545.774000', '113545.776000', '113545.779000', '113545.782000', '113545.785000', '113545.788000', '113545.791000', '113605.671000', '113605.674000', '113605.677000', '113605.679000', '113605.682000', '113605.685000', '113605.688000', '113605.691000', '113605.694000', '113605.696000', '113605.699000', '113605.702000', '113605.705000', '113605.708000', '113605.711000', '113605.713000', '113605.716000', '113605.719000', '113605.722000', '113605.725000', '113605.728000', '113605.730000', '113605.733000', '113605.736000', '113605.739000', '113605.742000', '113605.745000', '113605.747000', '113605.750000', '113605.753000', '113605.756000', '113605.759000', '113605.762000', '113605.765000', '113605.767000', '113605.814000', '113605.816000', '113605.819000', '113605.822000', '113605.825000', '113605.828000', '113605.830000', '113605.833000', '113605.836000', '113625.671000', '113625.674000', '113625.677000', '113625.679000', '113625.682000', '113625.685000', '113625.688000', '113625.691000', '113625.694000', '113625.696000', '113625.699000', '113625.702000', '113625.705000', '113625.708000', '113625.711000', '113625.714000', '113625.716000', '113625.719000', '113625.722000', '113625.725000', '113625.728000', '113625.731000', '113625.733000', '113625.736000', '113625.739000', '113625.742000', '113625.745000', '113625.748000', '113625.752000', '113625.755000', '113625.758000', '113625.761000', '113625.764000', '113625.767000', '113625.792000', '113625.794000', '113625.797000', '113625.800000', '113625.803000', '113625.806000', '113625.809000', '113625.811000', '113625.814000', '113645.670000', '113645.673000', '113645.676000', '113645.678000', '113645.681000', '113645.684000', '113645.687000', '113645.690000', '113645.693000', '113645.695000', '113645.698000', '113645.701000', '113645.704000', '113645.707000', '113645.710000', '113645.712000', '113645.715000', '113645.718000', '113645.721000', '113645.724000', '113645.727000', '113645.730000', '113645.733000', '113645.735000', '113645.738000', '113645.741000', '113645.744000', '113645.747000', '113645.749000', '113645.752000', '113645.755000', '113645.758000', '113645.761000', '113645.764000', '113645.767000', '113645.800000', '113645.803000', '113645.806000', '113645.808000', '113645.811000', '113645.814000', '113645.817000', '113645.820000', '113645.823000', '113705.670000', '113705.673000', '113705.676000', '113705.679000', '113705.681000', '113705.684000', '113705.687000', '113705.690000', '113705.693000', '113705.696000', '113705.698000', '113705.701000', '113705.704000', '113705.707000', '113705.710000', '113705.713000', '113705.716000', '113705.718000', '113705.721000', '113705.724000', '113705.727000', '113705.730000', '113705.733000', '113705.735000', '113705.738000', '113705.741000', '113705.744000', '113705.747000', '113705.750000', '113705.753000', '113705.771000', '113705.801000', '113705.804000', '113705.807000', '113705.810000', '113705.813000', '113705.815000', '113705.818000', '113705.821000', '113705.824000', '113705.827000', '113705.830000', '113705.833000', '113725.671000', '113725.674000', '113725.677000', '113725.680000', '113725.682000', '113725.685000', '113725.688000', '113725.691000', '113725.694000', '113725.697000', '113725.700000', '113725.702000', '113725.705000', '113725.708000', '113725.711000', '113725.714000', '113725.717000', '113725.719000', '113725.722000', '113725.725000', '113725.728000', '113725.731000', '113725.734000', '113725.736000', '113725.739000', '113725.742000', '113725.745000', '113725.748000', '113725.751000', '113725.753000', '113725.756000', '113725.759000', '113725.762000', '113725.765000', '113725.768000', '113725.822000', '113725.825000', '113725.828000', '113725.831000', '113725.834000', '113725.837000', '113725.839000', '113725.842000', '113725.845000', '113745.671000', '113745.674000', '113745.677000', '113745.680000', '113745.683000', '113745.686000', '113745.689000', '113745.691000', '113745.694000', '113745.697000', '113745.700000', '113745.703000', '113745.705000', '113745.708000', '113745.711000', '113745.714000', '113745.717000', '113745.720000', '113745.723000', '113745.725000', '113745.728000', '113745.731000', '113745.734000', '113745.737000', '113745.740000', '113745.743000', '113745.745000', '113745.748000', '113745.751000', '113745.754000', '113745.757000', '113745.760000', '113745.763000', '113745.765000', '113745.768000', '113745.820000', '113745.823000', '113745.826000', '113745.829000', '113745.832000', '113745.834000', '113745.837000', '113745.840000', '113805.671000', '113805.674000', '113805.677000', '113805.679000', '113805.682000', '113805.685000', '113805.688000', '113805.691000', '113805.694000', '113805.696000', '113805.699000', '113805.702000', '113805.705000', '113805.708000', '113805.711000', '113805.714000', '113805.716000', '113805.719000', '113805.722000', '113805.725000', '113805.728000', '113805.731000', '113805.733000', '113805.737000', '113805.740000', '113805.743000', '113805.745000', '113805.748000', '113805.752000', '113805.755000', '113805.758000', '113805.760000', '113805.763000', '113805.766000', '113805.802000', '113805.805000', '113805.808000', '113805.811000', '113805.813000', '113805.816000', '113805.819000', '113805.822000', '113805.825000', '113805.828000', '113825.671000', '113825.674000', '113825.677000', '113825.680000', '113825.682000', '113825.685000', '113825.688000', '113825.691000', '113825.694000', '113825.697000', '113825.699000', '113825.702000', '113825.705000', '113825.708000', '113825.711000', '113825.714000', '113825.717000', '113825.720000', '113825.722000', '113825.725000', '113825.728000', '113825.731000', '113825.734000', '113825.737000', '113825.740000', '113825.742000', '113825.745000', '113825.748000', '113825.751000', '113825.754000', '113825.757000', '113825.759000', '113825.762000', '113825.765000', '113825.768000', '113825.832000', '113825.835000', '113825.837000', '113825.840000', '113825.843000', '113825.846000', '113825.849000', '113825.852000', '113845.671000', '113845.675000', '113845.677000', '113845.680000', '113845.683000', '113845.686000', '113845.689000', '113845.692000', '113845.695000', '113845.697000', '113845.700000', '113845.703000', '113845.706000', '113845.709000', '113845.712000', '113845.715000', '113845.718000', '113845.721000', '113845.724000', '113845.726000', '113845.729000', '113845.732000', '113845.735000', '113845.738000', '113845.741000', '113845.743000', '113845.746000', '113845.749000', '113845.752000', '113845.755000', '113845.758000', '113845.761000', '113845.763000', '113845.766000', '113845.769000', '113845.772000', '113845.775000', '113845.778000', '113845.780000', '113845.783000', '113845.786000', '113845.789000', '113845.792000', '113905.670000', '113905.673000', '113905.676000', '113905.679000', '113905.682000', '113905.684000', '113905.687000', '113905.690000', '113905.693000', '113905.696000', '113905.699000', '113905.702000', '113905.704000', '113905.707000', '113905.710000', '113905.713000', '113905.716000', '113905.719000', '113905.722000', '113905.725000', '113905.727000', '113905.730000', '113905.733000', '113905.736000', '113905.739000', '113905.742000', '113905.745000', '113905.747000', '113905.750000', '113905.753000', '113905.756000', '113905.759000', '113905.762000', '113905.765000', '113905.767000', '113905.830000', '113905.833000', '113905.836000', '113905.838000', '113905.841000', '113905.844000', '113905.847000', '113905.850000', '113905.853000', '113925.670000', '113925.673000', '113925.676000', '113925.679000', '113925.681000', '113925.684000', '113925.687000', '113925.690000', '113925.693000', '113925.696000', '113925.698000', '113925.701000', '113925.704000', '113925.707000', '113925.710000', '113925.713000', '113925.716000', '113925.719000', '113925.721000', '113925.724000', '113925.727000', '113925.730000', '113925.733000', '113925.736000', '113925.738000', '113925.741000', '113925.744000', '113925.747000', '113925.750000', '113925.753000', '113925.755000', '113925.758000', '113925.761000', '113925.764000', '113925.767000', '113925.843000', '113925.845000', '113925.848000', '113925.851000', '113925.854000', '113925.857000', '113925.860000', '113925.862000', '113945.671000', '113945.674000', '113945.677000', '113945.680000', '113945.683000', '113945.685000', '113945.688000', '113945.691000', '113945.694000', '113945.697000', '113945.700000', '113945.703000', '113945.705000', '113945.708000', '113945.711000', '113945.714000', '113945.717000', '113945.720000', '113945.723000', '113945.726000', '113945.729000', '113945.732000', '113945.735000', '113945.737000', '113945.740000', '113945.743000', '113945.746000', '113945.749000', '113945.752000', '113945.754000', '113945.757000', '113945.760000', '113945.763000', '113945.766000', '113945.813000', '113945.816000', '113945.819000', '113945.822000', '113945.824000', '113945.827000', '113945.831000', '113945.834000', '113945.837000', '113945.840000', '114005.671000', '114005.674000', '114005.677000', '114005.680000', '114005.683000', '114005.686000', '114005.689000', '114005.691000', '114005.694000', '114005.708000', '114005.711000', '114005.714000', '114005.716000', '114005.719000', '114005.722000', '114005.725000', '114005.728000', '114005.731000', '114005.733000', '114005.736000', '114005.739000', '114005.742000', '114005.745000', '114005.748000', '114005.751000', '114005.753000', '114005.756000', '114005.759000', '114005.762000', '114005.765000', '114005.768000', '114005.771000', '114005.773000', '114005.776000', '114005.779000', '114005.782000', '114005.785000', '114005.788000', '114005.791000', '114005.793000', '114005.796000', '114005.799000', '114005.817000', '114025.671000', '114025.674000', '114025.677000', '114025.680000', '114025.683000', '114025.685000', '114025.688000', '114025.692000', '114025.695000', '114025.697000', '114025.700000', '114025.703000', '114025.706000', '114025.709000', '114025.712000', '114025.714000', '114025.717000', '114025.720000', '114025.723000', '114025.726000', '114025.729000', '114025.731000', '114025.734000', '114025.737000', '114025.740000', '114025.743000', '114025.746000', '114025.749000', '114025.752000', '114025.754000', '114025.757000', '114025.760000', '114025.763000', '114025.766000', '114025.816000', '114025.824000', '114025.826000', '114025.829000', '114025.832000', '114025.835000', '114025.838000', '114025.841000', '114025.843000', '114025.846000', '114031.962000', '114031.965000', '114031.969000', '114031.972000', '114031.975000', '114031.978000', '114031.982000', '114031.985000', '114031.989000', '114031.991000', '114031.994000', '114031.997000', '114032.001000', '114032.004000'], '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': [9709, 9106, 7950, 15651, 8968, 11339, 17941, 8234, 14797, 14692, 9051, 13787, 9078, 8007, 14831, 8124, 11132, 13845, 8078, 11883, 8243, 7938, 14056, 8031, 8662, 12826, 8040, 11357, 8350, 8077, 13704, 7909, 10957, 8562, 7972, 13371, 8224, 7972, 13292, 7892, 12745, 8997, 8115, 12411, 7978, 8897, 11709, 7965, 13734, 8494, 8358, 13733, 8000, 8365, 11265, 8061, 11274, 8359, 8043, 13927, 8152, 12767, 8491, 8384, 12327, 8661, 11924, 8381, 8107, 13237, 8263, 12703, 12224, 8139, 10909, 8826, 8392, 13955, 8211, 14273, 9541, 8538, 14135, 8462, 10696, 13470, 8067, 13640, 8511, 8555, 8487, 8279, 12658, 8853, 8504, 13601, 7983, 10835, 8759, 8225, 12908, 8789, 8750, 14199, 8358, 13224, 8727, 8446, 12445, 8774, 8674, 13422, 8524, 10214, 8571, 8549, 10681, 9212, 8438, 9260, 8049, 12720, 8969, 8283, 12458, 8551, 12403, 9054, 8130, 15186, 9640, 8578, 9318, 8477, 8917, 8791, 13285, 10074, 8529, 14385, 10211, 8706, 13482, 8253, 8662, 14917, 9079, 10889, 16209, 8585, 13848, 9307, 8814, 13390, 8493, 8520, 15384, 8340, 12106, 9101, 8697, 12029, 9210, 8870, 13996, 9072, 8654, 11043, 8587, 13208, 10068, 8863, 12940, 9120, 8741, 10547, 8702, 12274, 10244, 8728, 8939, 8845, 11933, 9685, 8504, 10949, 9572, 8702, 9604, 8634, 11893, 9163, 10525, 9562, 8869, 9815, 11823, 9519, 9519, 14194, 10388, 8824, 15316, 8992, 9077, 15804, 9653, 10833, 10596, 8854, 13773, 9444, 8911, 15425, 9485, 10707, 13522, 8900, 12250, 9841, 8718, 12124, 9683, 8782, 9890, 8767, 10096, 9352, 15154, 9914, 9137, 12481, 9915, 13386, 11866, 9287, 14140, 10333, 8954, 12751, 9730, 8858, 14026, 9990, 11163, 12844, 9016, 13433, 10054, 9051, 13723, 9437, 9043, 14043, 9144, 13116, 9902, 9080, 15243, 9832, 8986, 12330, 9813, 9206, 10126, 8888, 11591, 9982, 8727, 11559, 9508, 9983, 9904, 8960, 11413, 9554, 13680, 10492, 9449, 10855, 9812, 8728, 12345, 10098, 13895, 10574, 8951, 13755, 9947, 8783, 13132, 9499, 12573, 10262, 9008, 12891, 9948, 8821, 9809, 9698, 9721, 10331, 8872, 10232, 9544, 14879, 10715, 9413, 13101, 10010, 8991, 9975, 9471, 11770, 10826, 8956, 13360, 10129, 11275, 10094, 9843, 10239, 10968, 10290, 12751, 14335, 10608, 9421, 13938, 10576, 10635, 13622, 9778, 13236, 15565, 9957, 11690, 15160, 9968, 11665, 13682, 9037, 13459, 13421, 8937, 12828, 12940, 8967, 12637, 11753, 9129, 11148, 9839, 8942, 10037, 10069, 8688, 9838, 10152, 8761, 8674, 10017, 8827, 11283, 10111, 9194, 10138, 9159, 9923, 9979, 8821, 12103, 10433, 8599, 9557, 9404, 13704, 10134, 9614, 11218, 9788, 8795, 10194, 11111, 10419, 10508, 10191, 9650, 15154, 10296, 9491, 13680, 9835, 8687, 14187, 9531, 13419, 9828, 8787, 10622, 9993, 8916, 13674, 9846, 8929, 13229, 9959, 11908, 9880, 9023, 9377, 9504, 8908, 13328, 9597, 9099, 9722, 9154, 13572, 10114, 9027, 11981, 9951, 9230, 9862, 9191, 11343, 9654, 8962, 12634, 9926, 11932, 9802, 9311, 10411, 10193, 9164, 12759, 9583, 11802, 10020, 8995, 13290, 9935, 9269, 14379, 9950, 9706, 9486, 8918, 11519, 9690, 9281, 13239, 9721, 9749, 9362, 9373, 11065, 9996, 9171, 12962, 9515, 11358, 9462, 9197, 11597, 9784, 9032, 12793, 9697, 9017, 9775, 9341, 13527, 9566, 8927, 10815, 9408, 8983, 11980, 9537, 9209, 13029, 9594, 9731, 9374, 9086, 10533, 9359, 9320, 9317, 8946, 10019, 9886, 14000, 9996, 9300, 9276, 8642, 10947, 9218, 12917, 13417, 9065, 13018, 9768, 8867, 11973, 9028, 8739, 14179, 9394, 11599, 13748, 8917, 11994, 9416, 8992, 11297, 9664, 8645, 13295, 9045, 9131, 9355, 8922, 8845, 9365, 8874, 13338, 9431, 9934, 9705, 9342, 12275, 10108, 10314, 11504, 9484, 10987, 9743, 9167, 11565, 9229, 8957, 12866, 9950, 9197, 9543, 9285, 11689, 9726, 10233, 9523, 9122, 12360, 9498, 9076, 13538, 9427, 10465, 10986, 8775, 11486, 9645, 9007, 14010, 9317, 10998, 9087, 9065, 14163, 9500, 11786, 11604, 9026, 10875, 9133, 9022, 14058, 9153, 9051, 12525, 9023, 9104, 9319, 9169, 12795, 9046, 10020, 9044, 9576, 9345, 9150, 11436, 9168, 13441, 10405, 9106, 10689, 9306, 9572, 13991, 9200, 9487, 13921, 9157, 9186, 9551, 9055, 15822, 10321, 8955, 15369, 9178, 9248, 13198, 8834, 9316, 9052, 9582, 9263, 10680, 10198, 8888, 9509, 8762, 9404, 14351, 8698, 10434, 9721, 9413, 12559, 9744, 9633, 14268, 9297, 10264, 9467, 9376, 13152, 8399, 9805, 13093, 8911, 10382, 9107, 9376, 13222, 8489, 10388, 12089, 9484, 10238, 9355, 10158, 9107, 13123, 9805, 9927, 14584, 9408, 10166, 13513, 9586, 13182, 10299, 9953, 14502, 11486, 10566, 15726, 9356, 10542, 15793, 9562, 10390, 15838, 9316, 10663, 15210, 9446, 10295, 9439, 9809, 10473, 9218, 10441, 11696, 9799, 10856, 8910, 12432, 9915, 10118, 15172, 9560, 10214, 12005, 9068, 10788, 12247, 9291, 10446, 10249, 10016, 15044, 8833, 9903, 13384, 9335, 13908, 9527, 9602, 10222, 9945, 9970, 11456, 8988, 10877, 10722, 9653, 12011, 8515, 10943, 13757, 9542, 12123, 9719, 10694, 11664, 9708, 14658, 11395, 9849, 14047, 9757, 10405, 12827, 9719, 13813, 10778, 9831, 15345, 11137, 10205, 14822, 9743, 10086, 14203, 9452, 12545, 9941, 9926, 11594, 9289, 10416, 15947, 8539, 10139, 14972, 9698, 10157, 9983, 9927, 10477, 9765, 10095, 11143, 9205, 10333, 9968, 9726, 11585, 9418, 9641, 11236, 9048, 10339, 10372, 9304, 10876, 8955, 9674, 9636, 9125, 10070, 8926, 9616, 15362, 8889, 9827, 9852, 9695, 9813, 9760, 14370, 9709, 12598, 9410, 14941, 11477, 9866, 17737, 12877, 11888, 15508, 8755, 11276, 15985, 9583, 15607, 14198, 10021, 11585, 9597, 10178, 16777, 9058, 9871, 13823, 9833, 10094, 10155, 10007, 16024, 9260, 10213, 13204, 9916, 10441, 9773, 9979, 11899, 9976, 10038, 16075, 9418, 10154, 15648, 9020, 9749, 9550, 9812, 10159, 9450, 10019, 10752, 9361, 14189, 10256, 9895, 12158, 9529, 10111, 16697, 9034, 11351, 15231, 9677, 13380, 9786, 9714, 13219, 10179, 10659, 9077, 10596, 9303, 10027], 'WindowCenter': [4173.0, 4137.0, 4127.0, 4175.0, 4122.0, 4141.0, 4158.0, 4097.0, 4149.0, 4146.0, 4107.0, 4138.0, 4104.0, 4085.0, 4134.0, 4082.0, 4125.0, 4134.0, 4084.0, 4123.0, 4082.0, 4083.0, 4133.0, 4083.0, 4095.0, 4123.0, 4084.0, 4124.0, 4094.0, 4084.0, 4133.0, 4095.0, 4126.0, 4093.0, 4085.0, 4135.0, 4094.0, 4085.0, 4133.0, 4084.0, 4135.0, 4092.0, 4085.0, 4123.0, 4084.0, 4105.0, 4123.0, 4083.0, 4134.0, 4082.0, 4095.0, 4134.0, 4082.0, 4082.0, 4112.0, 4085.0, 4123.0, 4093.0, 4084.0, 4133.0, 4084.0, 4134.0, 4092.0, 4095.0, 4125.0, 4095.0, 4125.0, 4094.0, 4096.0, 4135.0, 4084.0, 4137.0, 4123.0, 4084.0, 4114.0, 4093.0, 4095.0, 4133.0, 4093.0, 4146.0, 4102.0, 4094.0, 4133.0, 4082.0, 4115.0, 4121.0, 4082.0, 4133.0, 4093.0, 4092.0, 4081.0, 4083.0, 4122.0, 4091.0, 4094.0, 4132.0, 4082.0, 4125.0, 4092.0, 4093.0, 4133.0, 4093.0, 4095.0, 4133.0, 4085.0, 4135.0, 4093.0, 4094.0, 4121.0, 4092.0, 4093.0, 4133.0, 4093.0, 4114.0, 4093.0, 4106.0, 4126.0, 4118.0, 4094.0, 4103.0, 4095.0, 4135.0, 4094.0, 4095.0, 4135.0, 4105.0, 4136.0, 4093.0, 4085.0, 4145.0, 4117.0, 4105.0, 4103.0, 4095.0, 4103.0, 4095.0, 4146.0, 4103.0, 4094.0, 4146.0, 4114.0, 4094.0, 4135.0, 4083.0, 4092.0, 4132.0, 4091.0, 4112.0, 4131.0, 4080.0, 4132.0, 4090.0, 4092.0, 4120.0, 4080.0, 4080.0, 4132.0, 4079.0, 4120.0, 4078.0, 4079.0, 4110.0, 4089.0, 4092.0, 4120.0, 4091.0, 4091.0, 4109.0, 4091.0, 4121.0, 4100.0, 4091.0, 4121.0, 4092.0, 4092.0, 4101.0, 4092.0, 4122.0, 4102.0, 4093.0, 4090.0, 4103.0, 4124.0, 4101.0, 4095.0, 4113.0, 4104.0, 4094.0, 4103.0, 4107.0, 4147.0, 4119.0, 4138.0, 4129.0, 4117.0, 4128.0, 4138.0, 4116.0, 4118.0, 4149.0, 4117.0, 4106.0, 4146.0, 4095.0, 4105.0, 4143.0, 4102.0, 4113.0, 4111.0, 4093.0, 4133.0, 4104.0, 4093.0, 4143.0, 4102.0, 4114.0, 4132.0, 4092.0, 4122.0, 4102.0, 4094.0, 4123.0, 4104.0, 4092.0, 4114.0, 4106.0, 4115.0, 4116.0, 4146.0, 4114.0, 4105.0, 4125.0, 4117.0, 4147.0, 4123.0, 4104.0, 4146.0, 4113.0, 4093.0, 4122.0, 4102.0, 4105.0, 4134.0, 4103.0, 4126.0, 4122.0, 4092.0, 4133.0, 4101.0, 4092.0, 4121.0, 4091.0, 4093.0, 4131.0, 4091.0, 4122.0, 4089.0, 4092.0, 4132.0, 4100.0, 4092.0, 4135.0, 4115.0, 4106.0, 4112.0, 4104.0, 4112.0, 4101.0, 4093.0, 4111.0, 4102.0, 4101.0, 4114.0, 4105.0, 4121.0, 4102.0, 4133.0, 4111.0, 4103.0, 4111.0, 4113.0, 4094.0, 4123.0, 4114.0, 4134.0, 4113.0, 4105.0, 4134.0, 4113.0, 4094.0, 4131.0, 4103.0, 4134.0, 4113.0, 4103.0, 4133.0, 4113.0, 4103.0, 4101.0, 4114.0, 4103.0, 4113.0, 4104.0, 4113.0, 4115.0, 4145.0, 4114.0, 4104.0, 4133.0, 4115.0, 4104.0, 4102.0, 4114.0, 4123.0, 4123.0, 4117.0, 4160.0, 4126.0, 4136.0, 4140.0, 4125.0, 4127.0, 4124.0, 4126.0, 4149.0, 4146.0, 4127.0, 4117.0, 4146.0, 4126.0, 4126.0, 4133.0, 4102.0, 4134.0, 4132.0, 4100.0, 4122.0, 4130.0, 4100.0, 4122.0, 4119.0, 4079.0, 4120.0, 4107.0, 4076.0, 4109.0, 4105.0, 4077.0, 4108.0, 4095.0, 4076.0, 4097.0, 4084.0, 4076.0, 4086.0, 4086.0, 4078.0, 4088.0, 4098.0, 4078.0, 4078.0, 4101.0, 4090.0, 4109.0, 4101.0, 4090.0, 4100.0, 4104.0, 4100.0, 4102.0, 4103.0, 4121.0, 4113.0, 4093.0, 4101.0, 4105.0, 4144.0, 4113.0, 4116.0, 4124.0, 4127.0, 4104.0, 4129.0, 4137.0, 4127.0, 4128.0, 4127.0, 4128.0, 4162.0, 4116.0, 4116.0, 4134.0, 4113.0, 4095.0, 4132.0, 4102.0, 4135.0, 4092.0, 4093.0, 4113.0, 4102.0, 4103.0, 4133.0, 4101.0, 4093.0, 4121.0, 4101.0, 4123.0, 4101.0, 4092.0, 4091.0, 4101.0, 4092.0, 4131.0, 4103.0, 4092.0, 4100.0, 4103.0, 4133.0, 4100.0, 4092.0, 4122.0, 4102.0, 4101.0, 4113.0, 4105.0, 4124.0, 4104.0, 4104.0, 4123.0, 4113.0, 4126.0, 4102.0, 4103.0, 4114.0, 4113.0, 4105.0, 4134.0, 4114.0, 4125.0, 4113.0, 4104.0, 4134.0, 4104.0, 4105.0, 4134.0, 4104.0, 4103.0, 4102.0, 4103.0, 4123.0, 4101.0, 4103.0, 4132.0, 4105.0, 4104.0, 4101.0, 4105.0, 4124.0, 4113.0, 4103.0, 4132.0, 4103.0, 4124.0, 4102.0, 4104.0, 4124.0, 4102.0, 4093.0, 4123.0, 4103.0, 4104.0, 4101.0, 4103.0, 4134.0, 4102.0, 4094.0, 4112.0, 4102.0, 4103.0, 4123.0, 4101.0, 4104.0, 4123.0, 4103.0, 4104.0, 4101.0, 4103.0, 4112.0, 4106.0, 4120.0, 4106.0, 4120.0, 4129.0, 4130.0, 4159.0, 4115.0, 4116.0, 4105.0, 4105.0, 4124.0, 4105.0, 4136.0, 4134.0, 4093.0, 4136.0, 4102.0, 4093.0, 4123.0, 4092.0, 4093.0, 4132.0, 4090.0, 4122.0, 4121.0, 4091.0, 4112.0, 4090.0, 4092.0, 4110.0, 4101.0, 4093.0, 4122.0, 4092.0, 4102.0, 4091.0, 4104.0, 4091.0, 4101.0, 4104.0, 4133.0, 4104.0, 4115.0, 4104.0, 4104.0, 4123.0, 4113.0, 4115.0, 4123.0, 4104.0, 4113.0, 4103.0, 4103.0, 4124.0, 4102.0, 4104.0, 4134.0, 4116.0, 4104.0, 4113.0, 4116.0, 4122.0, 4114.0, 4115.0, 4103.0, 4104.0, 4134.0, 4104.0, 4104.0, 4133.0, 4103.0, 4115.0, 4112.0, 4094.0, 4124.0, 4103.0, 4103.0, 4133.0, 4104.0, 4113.0, 4105.0, 4104.0, 4134.0, 4103.0, 4126.0, 4124.0, 4094.0, 4112.0, 4104.0, 4102.0, 4131.0, 4102.0, 4103.0, 4121.0, 4102.0, 4091.0, 4102.0, 4103.0, 4133.0, 4117.0, 4114.0, 4106.0, 4113.0, 4116.0, 4115.0, 4123.0, 4104.0, 4147.0, 4114.0, 4104.0, 4114.0, 4091.0, 4103.0, 4133.0, 4092.0, 4104.0, 4133.0, 4104.0, 4103.0, 4100.0, 4094.0, 4144.0, 4112.0, 4093.0, 4130.0, 4091.0, 4090.0, 4120.0, 4090.0, 4090.0, 4091.0, 4101.0, 4090.0, 4115.0, 4100.0, 4093.0, 4101.0, 4093.0, 4105.0, 4134.0, 4092.0, 4112.0, 4102.0, 4103.0, 4122.0, 4101.0, 4103.0, 4132.0, 4092.0, 4102.0, 4104.0, 4104.0, 4133.0, 4083.0, 4114.0, 4132.0, 4093.0, 4112.0, 4092.0, 4105.0, 4134.0, 4093.0, 4116.0, 4149.0, 4130.0, 4128.0, 4117.0, 4127.0, 4119.0, 4160.0, 4125.0, 4128.0, 4147.0, 4105.0, 4128.0, 4145.0, 4115.0, 4146.0, 4112.0, 4115.0, 4134.0, 4112.0, 4112.0, 4132.0, 4091.0, 4111.0, 4129.0, 4088.0, 4100.0, 4130.0, 4088.0, 4099.0, 4116.0, 4086.0, 4098.0, 4075.0, 4100.0, 4108.0, 4089.0, 4112.0, 4118.0, 4099.0, 4108.0, 4090.0, 4132.0, 4099.0, 4112.0, 4132.0, 4090.0, 4112.0, 4120.0, 4092.0, 4111.0, 4108.0, 4090.0, 4111.0, 4103.0, 4113.0, 4141.0, 4103.0, 4114.0, 4130.0, 4102.0, 4134.0, 4102.0, 4103.0, 4101.0, 4113.0, 4113.0, 4122.0, 4103.0, 4123.0, 4125.0, 4115.0, 4133.0, 4106.0, 4136.0, 4145.0, 4115.0, 4135.0, 4115.0, 4127.0, 4124.0, 4114.0, 4145.0, 4123.0, 4114.0, 4134.0, 4105.0, 4114.0, 4134.0, 4104.0, 4133.0, 4110.0, 4102.0, 4144.0, 4112.0, 4113.0, 4131.0, 4102.0, 4111.0, 4131.0, 4102.0, 4123.0, 4099.0, 4101.0, 4120.0, 4091.0, 4112.0, 4141.0, 4092.0, 4111.0, 4130.0, 4100.0, 4098.0, 4100.0, 4101.0, 4109.0, 4101.0, 4113.0, 4120.0, 4102.0, 4111.0, 4112.0, 4112.0, 4121.0, 4103.0, 4114.0, 4122.0, 4104.0, 4113.0, 4111.0, 4116.0, 4124.0, 4103.0, 4114.0, 4115.0, 4115.0, 4114.0, 4104.0, 4129.0, 4157.0, 4106.0, 4116.0, 4127.0, 4127.0, 4129.0, 4129.0, 4173.0, 4143.0, 4161.0, 4129.0, 4159.0, 4137.0, 4116.0, 4161.0, 4135.0, 4127.0, 4143.0, 4095.0, 4124.0, 4144.0, 4102.0, 4143.0, 4132.0, 4102.0, 4111.0, 4100.0, 4112.0, 4142.0, 4091.0, 4113.0, 4131.0, 4102.0, 4100.0, 4103.0, 4113.0, 4141.0, 4103.0, 4115.0, 4121.0, 4112.0, 4111.0, 4101.0, 4112.0, 4120.0, 4101.0, 4112.0, 4141.0, 4101.0, 4114.0, 4142.0, 4104.0, 4112.0, 4100.0, 4113.0, 4112.0, 4114.0, 4116.0, 4111.0, 4105.0, 4145.0, 4113.0, 4114.0, 4124.0, 4114.0, 4115.0, 4144.0, 4093.0, 4123.0, 4133.0, 4103.0, 4134.0, 4102.0, 4113.0, 4133.0, 4113.0, 4124.0, 4102.0, 4124.0, 4104.0, 4114.0], 'WindowWidth': [9264.0, 9204.0, 9188.0, 9251.0, 9170.0, 9195.0, 9214.0, 9129.0, 9201.0, 9190.0, 9140.0, 9183.0, 9132.0, 9107.0, 9172.0, 9101.0, 9160.0, 9169.0, 9104.0, 9154.0, 9099.0, 9104.0, 9168.0, 9103.0, 9120.0, 9155.0, 9106.0, 9156.0, 9118.0, 9107.0, 9169.0, 9123.0, 9163.0, 9116.0, 9107.0, 9174.0, 9119.0, 9108.0, 9168.0, 9105.0, 9174.0, 9113.0, 9108.0, 9154.0, 9106.0, 9134.0, 9154.0, 9102.0, 9171.0, 9098.0, 9120.0, 9169.0, 9100.0, 9100.0, 9139.0, 9107.0, 9156.0, 9117.0, 9107.0, 9169.0, 9103.0, 9171.0, 9112.0, 9121.0, 9159.0, 9121.0, 9159.0, 9120.0, 9123.0, 9172.0, 9105.0, 9179.0, 9156.0, 9105.0, 9145.0, 9116.0, 9121.0, 9168.0, 9117.0, 9190.0, 9126.0, 9117.0, 9168.0, 9099.0, 9146.0, 9150.0, 9100.0, 9170.0, 9115.0, 9114.0, 9095.0, 9101.0, 9152.0, 9110.0, 9117.0, 9166.0, 9101.0, 9159.0, 9113.0, 9118.0, 9169.0, 9117.0, 9120.0, 9168.0, 9107.0, 9174.0, 9114.0, 9119.0, 9151.0, 9112.0, 9116.0, 9169.0, 9116.0, 9145.0, 9116.0, 9140.0, 9165.0, 9158.0, 9121.0, 9132.0, 9123.0, 9174.0, 9118.0, 9123.0, 9175.0, 9137.0, 9179.0, 9116.0, 9110.0, 9189.0, 9154.0, 9137.0, 9130.0, 9123.0, 9129.0, 9123.0, 9191.0, 9129.0, 9120.0, 9195.0, 9144.0, 9119.0, 9174.0, 9102.0, 9115.0, 9167.0, 9109.0, 9141.0, 9163.0, 9095.0, 9167.0, 9107.0, 9111.0, 9148.0, 9094.0, 9094.0, 9163.0, 9092.0, 9147.0, 9086.0, 9091.0, 9132.0, 9104.0, 9110.0, 9146.0, 9109.0, 9109.0, 9131.0, 9110.0, 9150.0, 9120.0, 9110.0, 9147.0, 9111.0, 9113.0, 9121.0, 9113.0, 9152.0, 9126.0, 9116.0, 9108.0, 9128.0, 9156.0, 9124.0, 9119.0, 9140.0, 9130.0, 9117.0, 9128.0, 9142.0, 9197.0, 9163.0, 9185.0, 9174.0, 9155.0, 9171.0, 9184.0, 9151.0, 9156.0, 9204.0, 9154.0, 9139.0, 9193.0, 9120.0, 9134.0, 9184.0, 9125.0, 9140.0, 9136.0, 9115.0, 9169.0, 9129.0, 9116.0, 9183.0, 9126.0, 9145.0, 9164.0, 9111.0, 9151.0, 9124.0, 9117.0, 9155.0, 9131.0, 9113.0, 9147.0, 9136.0, 9148.0, 9152.0, 9194.0, 9145.0, 9137.0, 9160.0, 9153.0, 9194.0, 9157.0, 9132.0, 9191.0, 9142.0, 9116.0, 9153.0, 9126.0, 9133.0, 9170.0, 9129.0, 9163.0, 9152.0, 9114.0, 9169.0, 9123.0, 9112.0, 9148.0, 9109.0, 9116.0, 9161.0, 9108.0, 9151.0, 9102.0, 9112.0, 9165.0, 9119.0, 9113.0, 9173.0, 9149.0, 9137.0, 9142.0, 9134.0, 9138.0, 9124.0, 9116.0, 9137.0, 9126.0, 9123.0, 9143.0, 9134.0, 9152.0, 9127.0, 9169.0, 9137.0, 9130.0, 9136.0, 9141.0, 9120.0, 9154.0, 9146.0, 9174.0, 9141.0, 9134.0, 9171.0, 9142.0, 9120.0, 9165.0, 9129.0, 9172.0, 9142.0, 9131.0, 9170.0, 9145.0, 9130.0, 9125.0, 9146.0, 9130.0, 9144.0, 9132.0, 9144.0, 9148.0, 9189.0, 9144.0, 9134.0, 9170.0, 9147.0, 9133.0, 9126.0, 9148.0, 9159.0, 9156.0, 9157.0, 9220.0, 9167.0, 9180.0, 9193.0, 9164.0, 9170.0, 9160.0, 9168.0, 9202.0, 9196.0, 9167.0, 9156.0, 9194.0, 9165.0, 9166.0, 9170.0, 9127.0, 9173.0, 9169.0, 9120.0, 9152.0, 9163.0, 9121.0, 9152.0, 9143.0, 9090.0, 9149.0, 9123.0, 9082.0, 9128.0, 9117.0, 9082.0, 9126.0, 9105.0, 9080.0, 9108.0, 9089.0, 9082.0, 9092.0, 9092.0, 9087.0, 9101.0, 9111.0, 9089.0, 9088.0, 9121.0, 9107.0, 9130.0, 9121.0, 9106.0, 9120.0, 9130.0, 9121.0, 9128.0, 9129.0, 9152.0, 9143.0, 9116.0, 9125.0, 9136.0, 9187.0, 9142.0, 9151.0, 9161.0, 9171.0, 9137.0, 9176.0, 9183.0, 9170.0, 9172.0, 9168.0, 9172.0, 9226.0, 9151.0, 9152.0, 9171.0, 9144.0, 9121.0, 9167.0, 9125.0, 9174.0, 9108.0, 9115.0, 9141.0, 9126.0, 9129.0, 9168.0, 9124.0, 9116.0, 9149.0, 9124.0, 9153.0, 9120.0, 9113.0, 9111.0, 9123.0, 9112.0, 9164.0, 9128.0, 9114.0, 9121.0, 9129.0, 9169.0, 9119.0, 9112.0, 9151.0, 9125.0, 9125.0, 9142.0, 9136.0, 9159.0, 9131.0, 9132.0, 9155.0, 9143.0, 9162.0, 9126.0, 9131.0, 9145.0, 9142.0, 9135.0, 9171.0, 9145.0, 9162.0, 9143.0, 9133.0, 9172.0, 9130.0, 9134.0, 9173.0, 9130.0, 9128.0, 9126.0, 9130.0, 9157.0, 9124.0, 9129.0, 9168.0, 9132.0, 9130.0, 9125.0, 9135.0, 9158.0, 9143.0, 9131.0, 9169.0, 9131.0, 9158.0, 9126.0, 9132.0, 9159.0, 9126.0, 9115.0, 9155.0, 9130.0, 9132.0, 9125.0, 9130.0, 9174.0, 9127.0, 9117.0, 9139.0, 9126.0, 9130.0, 9153.0, 9125.0, 9130.0, 9154.0, 9129.0, 9130.0, 9124.0, 9130.0, 9139.0, 9139.0, 9165.0, 9138.0, 9165.0, 9176.0, 9178.0, 9214.0, 9148.0, 9154.0, 9134.0, 9136.0, 9158.0, 9135.0, 9179.0, 9172.0, 9115.0, 9179.0, 9125.0, 9115.0, 9154.0, 9112.0, 9115.0, 9167.0, 9107.0, 9152.0, 9149.0, 9108.0, 9139.0, 9104.0, 9112.0, 9133.0, 9123.0, 9117.0, 9152.0, 9112.0, 9125.0, 9109.0, 9131.0, 9110.0, 9126.0, 9131.0, 9169.0, 9133.0, 9147.0, 9132.0, 9134.0, 9158.0, 9144.0, 9150.0, 9155.0, 9131.0, 9143.0, 9129.0, 9132.0, 9159.0, 9127.0, 9132.0, 9172.0, 9149.0, 9131.0, 9145.0, 9152.0, 9156.0, 9145.0, 9148.0, 9129.0, 9134.0, 9174.0, 9132.0, 9134.0, 9170.0, 9129.0, 9148.0, 9140.0, 9118.0, 9158.0, 9127.0, 9130.0, 9170.0, 9131.0, 9142.0, 9134.0, 9133.0, 9173.0, 9129.0, 9165.0, 9156.0, 9118.0, 9141.0, 9130.0, 9128.0, 9166.0, 9127.0, 9130.0, 9151.0, 9128.0, 9111.0, 9127.0, 9130.0, 9172.0, 9158.0, 9147.0, 9138.0, 9145.0, 9152.0, 9152.0, 9158.0, 9135.0, 9197.0, 9145.0, 9131.0, 9144.0, 9110.0, 9128.0, 9167.0, 9111.0, 9130.0, 9170.0, 9133.0, 9132.0, 9120.0, 9119.0, 9190.0, 9141.0, 9117.0, 9162.0, 9109.0, 9109.0, 9146.0, 9108.0, 9107.0, 9108.0, 9122.0, 9108.0, 9147.0, 9123.0, 9114.0, 9124.0, 9116.0, 9134.0, 9174.0, 9114.0, 9140.0, 9123.0, 9129.0, 9151.0, 9122.0, 9129.0, 9164.0, 9112.0, 9125.0, 9129.0, 9132.0, 9169.0, 9101.0, 9144.0, 9166.0, 9115.0, 9139.0, 9114.0, 9135.0, 9171.0, 9117.0, 9152.0, 9201.0, 9178.0, 9174.0, 9158.0, 9173.0, 9164.0, 9223.0, 9165.0, 9170.0, 9194.0, 9138.0, 9171.0, 9192.0, 9151.0, 9193.0, 9139.0, 9149.0, 9174.0, 9139.0, 9139.0, 9171.0, 9109.0, 9136.0, 9161.0, 9102.0, 9121.0, 9160.0, 9101.0, 9115.0, 9136.0, 9095.0, 9113.0, 9079.0, 9121.0, 9130.0, 9106.0, 9139.0, 9141.0, 9118.0, 9129.0, 9109.0, 9166.0, 9118.0, 9139.0, 9168.0, 9107.0, 9140.0, 9145.0, 9112.0, 9138.0, 9128.0, 9108.0, 9136.0, 9126.0, 9142.0, 9178.0, 9129.0, 9144.0, 9161.0, 9126.0, 9171.0, 9125.0, 9130.0, 9124.0, 9144.0, 9144.0, 9152.0, 9131.0, 9157.0, 9162.0, 9148.0, 9171.0, 9139.0, 9180.0, 9188.0, 9149.0, 9176.0, 9151.0, 9168.0, 9160.0, 9147.0, 9192.0, 9155.0, 9147.0, 9171.0, 9134.0, 9146.0, 9170.0, 9131.0, 9172.0, 9135.0, 9126.0, 9187.0, 9138.0, 9141.0, 9163.0, 9125.0, 9138.0, 9162.0, 9124.0, 9154.0, 9117.0, 9124.0, 9148.0, 9110.0, 9140.0, 9177.0, 9112.0, 9139.0, 9162.0, 9120.0, 9117.0, 9119.0, 9124.0, 9131.0, 9124.0, 9143.0, 9149.0, 9128.0, 9140.0, 9140.0, 9143.0, 9150.0, 9130.0, 9146.0, 9154.0, 9134.0, 9146.0, 9139.0, 9150.0, 9159.0, 9130.0, 9146.0, 9147.0, 9152.0, 9149.0, 9136.0, 9177.0, 9210.0, 9140.0, 9153.0, 9171.0, 9172.0, 9176.0, 9177.0, 9243.0, 9205.0, 9222.0, 9177.0, 9219.0, 9182.0, 9155.0, 9227.0, 9177.0, 9167.0, 9185.0, 9120.0, 9161.0, 9185.0, 9126.0, 9186.0, 9165.0, 9125.0, 9136.0, 9121.0, 9140.0, 9179.0, 9110.0, 9143.0, 9163.0, 9125.0, 9120.0, 9127.0, 9142.0, 9179.0, 9129.0, 9146.0, 9151.0, 9139.0, 9137.0, 9123.0, 9139.0, 9148.0, 9124.0, 9141.0, 9179.0, 9125.0, 9144.0, 9182.0, 9131.0, 9140.0, 9122.0, 9143.0, 9140.0, 9146.0, 9150.0, 9139.0, 9135.0, 9190.0, 9144.0, 9147.0, 9157.0, 9146.0, 9149.0, 9185.0, 9115.0, 9157.0, 9168.0, 9128.0, 9171.0, 9126.0, 9143.0, 9171.0, 9144.0, 9160.0, 9128.0, 9160.0, 9133.0, 9149.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.0032859515570934253</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.05938466032295272</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.563953196997716</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.183135874757505</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9688920887413383</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4779</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4671.6172</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08726987127707417</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.036908881199539</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.436568962874567</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2855635818715543</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6835468451101665</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.34059646164198</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00524495</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.021173367276787758</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02762039378285408</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>867</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.331420490550688</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>42.3254</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.063</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>164.3323</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>300305.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>680.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>298.572</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9587</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>501.9731</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3337.0628</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3477.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>76239.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1442.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4295.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>802.7337</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>29.147083391435444</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> |