=== 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-0061 --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-0061",
"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-0061_ses-01_task-social_acq-mb8_run-01_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-0061_ses-01_task-social_acq-mb8_run-01_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-01_session-01_subject-0061_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-0061/figures/sub-0061_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0061/figures/sub-0061_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0061_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-0061/figures/sub-0061_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0061/figures/sub-0061_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0061_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-0061/figures/sub-0061_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0061/figures/sub-0061_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0061_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-0061/figures/sub-0061_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0061/figures/sub-0061_ses-01_task-social_acq-mb8_run-01_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-01_session-01_subject-0061_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-0061/figures/sub-0061_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0061/figures/sub-0061_ses-01_task-social_acq-mb8_run-01_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-01_session-01_subject-0061_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-0061/figures/sub-0061_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0061/figures/sub-0061_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0061_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-0061/figures/sub-0061_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0061/figures/sub-0061_ses-01_task-social_acq-mb8_run-01_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-0061/figures/sub-0061_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0061/figures/sub-0061_ses-01_task-social_acq-mb8_run-01_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-0061/ses-01/func/sub-0061_ses-01_task-social_acq-mb8_run-01_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>e8926b039d7d59df88d1f02b53d8d718</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>12:33:13.910000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997447, -0.0639716, 0.0317373, 0.0597834, 0.99111, 0.118855]</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-01_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.0785377</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-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4149, -7769, -7271, 598, -85, -165, -15, 59]</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>231.122</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>319751e9-5683-454e-a33d-542b6ecc7e5d||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.676077127456665, 0.1603945940732956, 0.10545793175697327, 99.88825988769531], [0.17163123190402985, 2.65907621383667, 0.3149668574333191, -110.63965606689453], [0.08514877408742905, -0.3188798129558563, 2.6794915199279785, -56.033790588378906], [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': ['123313.910000', '123314.370000', '123314.830000', '123315.290000', '123315.750000', '123316.210000', '123316.670000', '123317.130000', '123317.590000', '123318.050000', '123318.510000', '123318.970000', '123319.430000', '123319.890000', '123320.350000', '123320.810000', '123321.270000', '123321.730000', '123322.190000', '123322.650000', '123323.110000', '123323.570000', '123324.030000', '123324.490000', '123324.950000', '123325.410000', '123325.870000', '123326.330000', '123326.790000', '123327.250000', '123327.710000', '123328.170000', '123328.630000', '123329.090000', '123329.550000', '123330.010000', '123330.470000', '123330.930000', '123331.390000', '123331.850000', '123332.310000', '123332.770000', '123333.230000', '123333.690000', '123334.150000', '123334.610000', '123335.070000', '123335.530000', '123335.990000', '123336.450000', '123336.910000', '123337.370000', '123337.830000', '123338.290000', '123338.750000', '123339.210000', '123339.670000', '123340.130000', '123340.590000', '123341.050000', '123341.510000', '123341.970000', '123342.430000', '123342.890000', '123343.350000', '123343.810000', '123344.270000', '123344.730000', '123345.190000', '123345.650000', '123346.110000', '123346.570000', '123347.030000', '123347.490000', '123347.950000', '123348.410000', '123348.870000', '123349.330000', '123349.790000', '123350.250000', '123350.710000', '123351.170000', '123351.630000', '123352.090000', '123352.550000', '123353.010000', '123353.470000', '123353.930000', '123354.390000', '123354.850000', '123355.310000', '123355.770000', '123356.230000', '123356.690000', '123357.150000', '123357.610000', '123358.070000', '123358.530000', '123358.990000', '123359.450000', '123359.910000', '123400.370000', '123400.830000', '123401.290000', '123401.750000', '123402.210000', '123402.670000', '123403.130000', '123403.590000', '123404.050000', '123404.510000', '123404.970000', '123405.430000', '123405.890000', '123406.350000', '123406.810000', '123407.270000', '123407.730000', '123408.190000', '123408.650000', '123409.110000', '123409.570000', '123410.030000', '123410.490000', '123410.950000', '123411.410000', '123411.870000', '123412.330000', '123412.790000', '123413.250000', '123413.710000', '123414.170000', '123414.630000', '123415.090000', '123415.550000', '123416.010000', '123416.470000', '123416.930000', '123417.390000', '123417.850000', '123418.310000', '123418.770000', '123419.230000', '123419.690000', '123420.150000', '123420.610000', '123421.070000', '123421.530000', '123421.990000', '123422.450000', '123422.910000', '123423.370000', '123423.830000', '123424.290000', '123424.750000', '123425.210000', '123425.670000', '123426.130000', '123426.590000', '123427.050000', '123427.510000', '123427.970000', '123428.430000', '123428.890000', '123429.350000', '123429.810000', '123430.270000', '123430.730000', '123431.190000', '123431.650000', '123432.110000', '123432.570000', '123433.030000', '123433.490000', '123433.950000', '123434.410000', '123434.870000', '123435.330000', '123435.790000', '123436.250000', '123436.710000', '123437.170000', '123437.630000', '123438.090000', '123438.550000', '123439.010000', '123439.470000', '123439.930000', '123440.390000', '123440.850000', '123441.310000', '123441.770000', '123442.230000', '123442.690000', '123443.150000', '123443.610000', '123444.070000', '123444.530000', '123444.990000', '123445.450000', '123445.910000', '123446.370000', '123446.830000', '123447.290000', '123447.750000', '123448.210000', '123448.670000', '123449.130000', '123449.590000', '123450.050000', '123450.510000', '123450.970000', '123451.430000', '123451.890000', '123452.350000', '123452.810000', '123453.270000', '123453.730000', '123454.190000', '123454.650000', '123455.110000', '123455.570000', '123456.030000', '123456.490000', '123456.950000', '123457.410000', '123457.870000', '123458.330000', '123458.790000', '123459.250000', '123459.710000', '123500.170000', '123500.630000', '123501.090000', '123501.550000', '123502.010000', '123502.470000', '123502.930000', '123503.390000', '123503.850000', '123504.310000', '123504.770000', '123505.230000', '123505.690000', '123506.150000', '123506.610000', '123507.070000', '123507.530000', '123507.990000', '123508.450000', '123508.910000', '123509.370000', '123509.830000', '123510.290000', '123510.750000', '123511.210000', '123511.670000', '123512.130000', '123512.590000', '123513.050000', '123513.510000', '123513.970000', '123514.430000', '123514.890000', '123515.350000', '123515.810000', '123516.270000', '123516.730000', '123517.190000', '123517.650000', '123518.110000', '123518.570000', '123519.030000', '123519.490000', '123519.950000', '123520.410000', '123520.870000', '123521.330000', '123521.790000', '123522.250000', '123522.710000', '123523.170000', '123523.630000', '123524.090000', '123524.550000', '123525.010000', '123525.470000', '123525.930000', '123526.390000', '123526.850000', '123527.310000', '123527.770000', '123528.230000', '123528.690000', '123529.150000', '123529.610000', '123530.070000', '123530.530000', '123530.990000', '123531.450000', '123531.910000', '123532.370000', '123532.830000', '123533.290000', '123533.750000', '123534.210000', '123534.670000', '123535.130000', '123535.590000', '123536.050000', '123536.510000', '123536.970000', '123537.430000', '123537.890000', '123538.350000', '123538.810000', '123539.270000', '123539.730000', '123540.190000', '123540.650000', '123541.110000', '123541.570000', '123542.030000', '123542.490000', '123542.950000', '123543.410000', '123543.870000', '123544.330000', '123544.790000', '123545.250000', '123545.710000', '123546.170000', '123546.630000', '123547.090000', '123547.550000', '123548.010000', '123548.470000', '123548.930000', '123549.390000', '123549.850000', '123550.310000', '123550.770000', '123551.230000', '123551.690000', '123552.150000', '123552.610000', '123553.070000', '123553.530000', '123553.990000', '123554.450000', '123554.910000', '123555.370000', '123555.830000', '123556.290000', '123556.750000', '123557.210000', '123557.670000', '123558.130000', '123558.590000', '123559.050000', '123559.510000', '123559.970000', '123600.430000', '123600.890000', '123601.350000', '123601.810000', '123602.270000', '123602.730000', '123603.190000', '123603.650000', '123604.110000', '123604.570000', '123605.030000', '123605.490000', '123605.950000', '123606.410000', '123606.870000', '123607.330000', '123607.790000', '123608.250000', '123608.710000', '123609.170000', '123609.630000', '123610.090000', '123610.550000', '123611.010000', '123611.470000', '123611.930000', '123612.390000', '123612.850000', '123613.310000', '123613.770000', '123614.230000', '123614.690000', '123615.150000', '123615.610000', '123616.070000', '123616.530000', '123616.990000', '123617.450000', '123617.910000', '123618.370000', '123618.830000', '123619.290000', '123619.750000', '123620.210000', '123620.670000', '123621.130000', '123621.590000', '123622.050000', '123622.510000', '123622.970000', '123623.430000', '123623.890000', '123624.350000', '123624.810000', '123625.270000', '123625.730000', '123626.190000', '123626.650000', '123627.110000', '123627.570000', '123628.030000', '123628.490000', '123628.950000', '123629.410000', '123629.870000', '123630.330000', '123630.790000', '123631.250000', '123631.710000', '123632.170000', '123632.630000', '123633.090000', '123633.550000', '123634.010000', '123634.470000', '123634.930000', '123635.390000', '123635.850000', '123636.310000', '123636.770000', '123637.230000', '123637.690000', '123638.150000', '123638.610000', '123639.070000', '123639.530000', '123639.990000', '123640.450000', '123640.910000', '123641.370000', '123641.830000', '123642.290000', '123642.750000', '123643.210000', '123643.670000', '123644.130000', '123644.590000', '123645.050000', '123645.510000', '123645.970000', '123646.430000', '123646.890000', '123647.350000', '123647.810000', '123648.270000', '123648.730000', '123649.190000', '123649.650000', '123650.110000', '123650.570000', '123651.030000', '123651.490000', '123651.950000', '123652.410000', '123652.870000', '123653.330000', '123653.790000', '123654.250000', '123654.710000', '123655.170000', '123655.630000', '123656.090000', '123656.550000', '123657.010000', '123657.470000', '123657.930000', '123658.390000', '123658.850000', '123659.310000', '123659.770000', '123700.230000', '123700.690000', '123701.150000', '123701.610000', '123702.070000', '123702.530000', '123702.990000', '123703.450000', '123703.910000', '123704.370000', '123704.830000', '123705.290000', '123705.750000', '123706.210000', '123706.670000', '123707.130000', '123707.590000', '123708.050000', '123708.510000', '123708.970000', '123709.430000', '123709.890000', '123710.350000', '123710.810000', '123711.270000', '123711.730000', '123712.190000', '123712.650000', '123713.110000', '123713.570000', '123714.030000', '123714.490000', '123714.950000', '123715.410000', '123715.870000', '123716.330000', '123716.790000', '123717.250000', '123717.710000', '123718.170000', '123718.630000', '123719.090000', '123719.550000', '123720.010000', '123720.470000', '123720.930000', '123721.390000', '123721.850000', '123722.310000', '123722.770000', '123723.230000', '123723.690000', '123724.150000', '123724.610000', '123725.070000', '123725.530000', '123725.990000', '123726.450000', '123726.910000', '123727.370000', '123727.830000', '123728.290000', '123728.750000', '123729.210000', '123729.670000', '123730.130000', '123730.590000', '123731.050000', '123731.510000', '123731.970000', '123732.430000', '123732.890000', '123733.350000', '123733.810000', '123734.270000', '123734.730000', '123735.190000', '123735.650000', '123736.110000', '123736.570000', '123737.030000', '123737.490000', '123737.950000', '123738.410000', '123738.870000', '123739.330000', '123739.790000', '123740.250000', '123740.710000', '123741.170000', '123741.630000', '123742.090000', '123742.550000', '123743.010000', '123743.470000', '123743.930000', '123744.390000', '123744.850000', '123745.310000', '123745.770000', '123746.230000', '123746.690000', '123747.150000', '123747.610000', '123748.070000', '123748.530000', '123748.990000', '123749.450000', '123749.910000', '123750.370000', '123750.830000', '123751.290000', '123751.750000', '123752.210000', '123752.670000', '123753.130000', '123753.590000', '123754.050000', '123754.510000', '123754.970000', '123755.430000', '123755.890000', '123756.350000', '123756.810000', '123757.270000', '123757.730000', '123758.190000', '123758.650000', '123759.110000', '123759.570000', '123800.030000', '123800.490000', '123800.950000', '123801.410000', '123801.870000', '123802.330000', '123802.790000', '123803.250000', '123803.710000', '123804.170000', '123804.630000', '123805.090000', '123805.550000', '123806.010000', '123806.470000', '123806.930000', '123807.390000', '123807.850000', '123808.310000', '123808.770000', '123809.230000', '123809.690000', '123810.150000', '123810.610000', '123811.070000', '123811.530000', '123811.990000', '123812.450000', '123812.910000', '123813.370000', '123813.830000', '123814.290000', '123814.750000', '123815.210000', '123815.670000', '123816.130000', '123816.590000', '123817.050000', '123817.510000', '123817.970000', '123818.430000', '123818.890000', '123819.350000', '123819.810000', '123820.270000', '123820.730000', '123821.190000', '123821.650000', '123822.110000', '123822.570000', '123823.030000', '123823.490000', '123823.950000', '123824.410000', '123824.870000', '123825.330000', '123825.790000', '123826.250000', '123826.710000', '123827.170000', '123827.630000', '123828.090000', '123828.550000', '123829.010000', '123829.470000', '123829.930000', '123830.390000', '123830.850000', '123831.310000', '123831.770000', '123832.230000', '123832.690000', '123833.150000', '123833.610000', '123834.070000', '123834.530000', '123834.990000', '123835.450000', '123835.910000', '123836.370000', '123836.830000', '123837.290000', '123837.750000', '123838.210000', '123838.670000', '123839.130000', '123839.590000', '123840.050000', '123840.510000', '123840.970000', '123841.430000', '123841.890000', '123842.350000', '123842.810000', '123843.270000', '123843.730000', '123844.190000', '123844.650000', '123845.110000', '123845.570000', '123846.030000', '123846.490000', '123846.950000', '123847.410000', '123847.870000', '123848.330000', '123848.790000', '123849.250000', '123849.710000', '123850.170000', '123850.630000', '123851.090000', '123851.550000', '123852.010000', '123852.470000', '123852.930000', '123853.390000', '123853.850000', '123854.310000', '123854.770000', '123855.230000', '123855.690000', '123856.150000', '123856.610000', '123857.070000', '123857.530000', '123857.990000', '123858.450000', '123858.910000', '123859.370000', '123859.830000', '123900.290000', '123900.750000', '123901.210000', '123901.670000', '123902.130000', '123902.590000', '123903.050000', '123903.510000', '123903.970000', '123904.430000', '123904.890000', '123905.350000', '123905.810000', '123906.270000', '123906.730000', '123907.190000', '123907.650000', '123908.110000', '123908.570000', '123909.030000', '123909.490000', '123909.950000', '123910.410000', '123910.870000', '123911.330000', '123911.790000', '123912.250000', '123912.710000', '123913.170000', '123913.630000', '123914.090000', '123914.550000', '123915.010000', '123915.470000', '123915.930000', '123916.390000', '123916.850000', '123917.310000', '123917.770000', '123918.230000', '123918.690000', '123919.150000', '123919.610000', '123920.070000', '123920.530000', '123920.990000', '123921.450000', '123921.910000', '123922.370000', '123922.830000', '123923.290000', '123923.750000', '123924.210000', '123924.670000', '123925.130000', '123925.590000', '123926.050000', '123926.510000', '123926.970000', '123927.430000', '123927.890000', '123928.350000', '123928.810000', '123929.270000', '123929.730000', '123930.190000', '123930.650000', '123931.110000', '123931.570000', '123932.030000', '123932.490000', '123932.950000', '123933.410000', '123933.870000', '123934.330000', '123934.790000', '123935.250000', '123935.710000', '123936.170000', '123936.630000', '123937.090000', '123937.550000', '123938.010000', '123938.470000', '123938.930000', '123939.390000', '123939.850000', '123940.310000', '123940.770000', '123941.230000', '123941.690000', '123942.150000', '123942.610000', '123943.070000', '123943.530000', '123943.990000', '123944.450000', '123944.910000', '123945.370000', '123945.830000', '123946.290000', '123946.750000', '123947.210000', '123947.670000', '123948.130000', '123948.590000', '123949.050000', '123949.510000', '123949.970000', '123950.430000', '123950.890000', '123951.350000', '123951.810000', '123952.270000', '123952.730000', '123953.190000', '123953.650000', '123954.110000', '123954.570000'], 'ContentTime': ['123334.804000', '123334.808000', '123334.810000', '123334.813000', '123334.816000', '123334.818000', '123334.821000', '123334.823000', '123334.826000', '123334.829000', '123334.831000', '123334.834000', '123334.837000', '123334.839000', '123334.842000', '123334.844000', '123334.847000', '123334.850000', '123334.859000', '123334.862000', '123334.864000', '123334.867000', '123334.870000', '123334.872000', '123334.875000', '123334.877000', '123334.880000', '123334.882000', '123334.885000', '123334.888000', '123334.890000', '123334.893000', '123334.895000', '123334.898000', '123334.900000', '123334.903000', '123334.905000', '123334.908000', '123334.911000', '123334.913000', '123334.916000', '123334.918000', '123334.921000', '123354.773000', '123354.776000', '123354.779000', '123354.782000', '123354.784000', '123354.787000', '123354.789000', '123354.792000', '123354.795000', '123354.797000', '123354.800000', '123354.803000', '123354.805000', '123354.808000', '123354.810000', '123354.813000', '123354.815000', '123354.818000', '123354.821000', '123354.823000', '123354.826000', '123354.828000', '123354.831000', '123354.834000', '123354.836000', '123354.839000', '123354.841000', '123354.844000', '123354.847000', '123354.849000', '123354.852000', '123354.854000', '123354.857000', '123354.859000', '123354.862000', '123354.865000', '123354.867000', '123354.870000', '123354.872000', '123354.875000', '123354.877000', '123354.880000', '123354.883000', '123414.772000', '123414.775000', '123414.778000', '123414.780000', '123414.783000', '123414.786000', '123414.788000', '123414.791000', '123414.794000', '123414.796000', '123414.799000', '123414.801000', '123414.804000', '123414.807000', '123414.809000', '123414.812000', '123414.814000', '123414.817000', '123414.819000', '123414.822000', '123414.824000', '123414.827000', '123414.830000', '123414.832000', '123414.835000', '123414.837000', '123414.840000', '123414.843000', '123414.845000', '123414.848000', '123414.850000', '123414.853000', '123414.856000', '123414.858000', '123414.861000', '123414.863000', '123414.866000', '123414.868000', '123414.871000', '123414.874000', '123414.876000', '123414.879000', '123414.881000', '123414.884000', '123434.773000', '123434.775000', '123434.778000', '123434.780000', '123434.783000', '123434.786000', '123434.788000', '123434.791000', '123434.793000', '123434.796000', '123434.799000', '123434.801000', '123434.804000', '123434.806000', '123434.809000', '123434.811000', '123434.814000', '123434.816000', '123434.819000', '123434.822000', '123434.825000', '123434.828000', '123434.830000', '123434.833000', '123434.836000', '123434.838000', '123434.841000', '123434.844000', '123434.846000', '123434.849000', '123434.852000', '123434.854000', '123434.857000', '123434.859000', '123434.862000', '123434.865000', '123434.867000', '123434.870000', '123434.872000', '123434.895000', '123434.897000', '123434.900000', '123434.903000', '123454.772000', '123454.775000', '123454.778000', '123454.780000', '123454.783000', '123454.785000', '123454.788000', '123454.790000', '123454.793000', '123454.796000', '123454.798000', '123454.801000', '123454.803000', '123454.806000', '123454.809000', '123454.811000', '123454.814000', '123454.816000', '123454.819000', '123454.821000', '123454.824000', '123454.826000', '123454.829000', '123454.832000', '123454.836000', '123454.839000', '123454.842000', '123454.844000', '123454.847000', '123454.849000', '123454.852000', '123454.854000', '123454.857000', '123454.859000', '123454.862000', '123454.865000', '123454.867000', '123454.870000', '123454.872000', '123454.875000', '123454.877000', '123454.880000', '123454.883000', '123454.885000', '123514.772000', '123514.775000', '123514.778000', '123514.780000', '123514.783000', '123514.786000', '123514.789000', '123514.792000', '123514.794000', '123514.797000', '123514.800000', '123514.802000', '123514.805000', '123514.808000', '123514.810000', '123514.813000', '123514.815000', '123514.818000', '123514.820000', '123514.823000', '123514.825000', '123514.828000', '123514.831000', '123514.833000', '123514.836000', '123514.838000', '123514.841000', '123514.843000', '123514.846000', '123514.849000', '123514.851000', '123514.854000', '123514.856000', '123514.859000', '123514.862000', '123514.864000', '123514.867000', '123514.869000', '123514.872000', '123514.874000', '123514.877000', '123514.880000', '123514.882000', '123534.771000', '123534.774000', '123534.777000', '123534.779000', '123534.782000', '123534.785000', '123534.787000', '123534.790000', '123534.792000', '123534.795000', '123534.798000', '123534.800000', '123534.803000', '123534.805000', '123534.808000', '123534.810000', '123534.813000', '123534.815000', '123534.818000', '123534.820000', '123534.823000', '123534.826000', '123534.828000', '123534.831000', '123534.833000', '123534.836000', '123534.839000', '123534.841000', '123534.844000', '123534.846000', '123534.849000', '123534.852000', '123534.854000', '123534.857000', '123534.859000', '123534.862000', '123534.864000', '123534.867000', '123534.870000', '123534.872000', '123534.875000', '123534.877000', '123534.880000', '123534.882000', '123554.771000', '123554.774000', '123554.777000', '123554.779000', '123554.782000', '123554.785000', '123554.788000', '123554.791000', '123554.793000', '123554.796000', '123554.799000', '123554.801000', '123554.804000', '123554.806000', '123554.817000', '123554.820000', '123554.823000', '123554.825000', '123554.828000', '123554.830000', '123554.833000', '123554.836000', '123554.838000', '123554.841000', '123554.843000', '123554.846000', '123554.849000', '123554.851000', '123554.854000', '123554.856000', '123554.859000', '123554.862000', '123554.864000', '123554.867000', '123554.869000', '123554.872000', '123554.875000', '123554.878000', '123554.880000', '123554.883000', '123554.886000', '123554.888000', '123554.891000', '123614.772000', '123614.775000', '123614.778000', '123614.780000', '123614.783000', '123614.785000', '123614.788000', '123614.791000', '123614.793000', '123614.796000', '123614.799000', '123614.801000', '123614.804000', '123614.806000', '123614.809000', '123614.811000', '123614.814000', '123614.817000', '123614.819000', '123614.822000', '123614.824000', '123614.831000', '123614.834000', '123614.836000', '123614.839000', '123614.842000', '123614.844000', '123614.847000', '123614.849000', '123614.852000', '123614.855000', '123614.857000', '123614.860000', '123614.862000', '123614.865000', '123614.867000', '123614.870000', '123614.873000', '123614.875000', '123614.878000', '123614.880000', '123614.883000', '123614.886000', '123614.888000', '123634.772000', '123634.775000', '123634.778000', '123634.780000', '123634.783000', '123634.786000', '123634.788000', '123634.791000', '123634.793000', '123634.796000', '123634.799000', '123634.801000', '123634.804000', '123634.806000', '123634.809000', '123634.811000', '123634.814000', '123634.817000', '123634.819000', '123634.822000', '123634.824000', '123634.827000', '123634.830000', '123634.832000', '123634.835000', '123634.838000', '123634.841000', '123634.850000', '123634.853000', '123634.856000', '123634.858000', '123634.861000', '123634.863000', '123634.866000', '123634.869000', '123634.871000', '123634.874000', '123634.876000', '123634.879000', '123634.881000', '123634.884000', '123634.887000', '123634.889000', '123654.772000', '123654.775000', '123654.778000', '123654.780000', '123654.783000', '123654.786000', '123654.788000', '123654.791000', '123654.793000', '123654.796000', '123654.799000', '123654.801000', '123654.804000', '123654.806000', '123654.809000', '123654.812000', '123654.814000', '123654.817000', '123654.819000', '123654.822000', '123654.824000', '123654.827000', '123654.830000', '123654.832000', '123654.835000', '123654.838000', '123654.840000', '123654.843000', '123654.845000', '123654.848000', '123654.850000', '123654.853000', '123654.856000', '123654.858000', '123654.861000', '123654.863000', '123654.866000', '123654.869000', '123654.871000', '123654.874000', '123654.876000', '123654.879000', '123654.882000', '123654.884000', '123714.772000', '123714.775000', '123714.778000', '123714.780000', '123714.783000', '123714.786000', '123714.788000', '123714.791000', '123714.793000', '123714.796000', '123714.799000', '123714.801000', '123714.804000', '123714.806000', '123714.809000', '123714.811000', '123714.814000', '123714.817000', '123714.819000', '123714.822000', '123714.824000', '123714.827000', '123714.830000', '123714.832000', '123714.835000', '123714.837000', '123714.840000', '123714.849000', '123714.851000', '123714.854000', '123714.857000', '123714.859000', '123714.862000', '123714.864000', '123714.867000', '123714.870000', '123714.873000', '123714.876000', '123714.879000', '123714.881000', '123714.884000', '123714.886000', '123714.889000', '123734.773000', '123734.775000', '123734.778000', '123734.781000', '123734.783000', '123734.786000', '123734.788000', '123734.796000', '123734.799000', '123734.801000', '123734.804000', '123734.807000', '123734.809000', '123734.812000', '123734.814000', '123734.817000', '123734.820000', '123734.822000', '123734.825000', '123734.828000', '123734.830000', '123734.833000', '123734.835000', '123734.838000', '123734.840000', '123734.843000', '123734.845000', '123734.848000', '123734.851000', '123734.853000', '123734.856000', '123734.859000', '123734.861000', '123734.864000', '123734.866000', '123734.869000', '123734.872000', '123734.874000', '123734.877000', '123734.880000', '123734.882000', '123734.885000', '123734.887000', '123734.890000', '123754.771000', '123754.774000', '123754.777000', '123754.780000', '123754.782000', '123754.785000', '123754.788000', '123754.790000', '123754.793000', '123754.795000', '123754.798000', '123754.801000', '123754.803000', '123754.806000', '123754.808000', '123754.811000', '123754.814000', '123754.816000', '123754.819000', '123754.821000', '123754.824000', '123754.827000', '123754.829000', '123754.832000', '123754.835000', '123754.837000', '123754.840000', '123754.842000', '123754.845000', '123754.847000', '123754.850000', '123754.853000', '123754.855000', '123754.858000', '123754.861000', '123754.863000', '123754.866000', '123754.868000', '123754.871000', '123754.873000', '123754.876000', '123754.879000', '123754.881000', '123814.772000', '123814.774000', '123814.784000', '123814.787000', '123814.789000', '123814.792000', '123814.795000', '123814.797000', '123814.800000', '123814.803000', '123814.805000', '123814.808000', '123814.810000', '123814.813000', '123814.816000', '123814.818000', '123814.821000', '123814.823000', '123814.826000', '123814.829000', '123814.831000', '123814.834000', '123814.836000', '123814.839000', '123814.842000', '123814.844000', '123814.847000', '123814.849000', '123814.852000', '123814.854000', '123814.857000', '123814.860000', '123814.862000', '123814.865000', '123814.867000', '123814.870000', '123814.873000', '123814.875000', '123814.878000', '123814.880000', '123814.883000', '123814.886000', '123814.888000', '123814.891000', '123834.773000', '123834.776000', '123834.778000', '123834.781000', '123834.783000', '123834.786000', '123834.788000', '123834.791000', '123834.794000', '123834.796000', '123834.799000', '123834.801000', '123834.804000', '123834.811000', '123834.814000', '123834.817000', '123834.819000', '123834.822000', '123834.824000', '123834.827000', '123834.829000', '123834.832000', '123834.835000', '123834.837000', '123834.840000', '123834.842000', '123834.845000', '123834.848000', '123834.850000', '123834.853000', '123834.855000', '123834.858000', '123834.861000', '123834.863000', '123834.866000', '123834.868000', '123834.871000', '123834.874000', '123834.876000', '123834.879000', '123834.881000', '123834.884000', '123834.886000', '123854.773000', '123854.775000', '123854.778000', '123854.781000', '123854.783000', '123854.786000', '123854.788000', '123854.791000', '123854.794000', '123854.796000', '123854.799000', '123854.801000', '123854.804000', '123854.807000', '123854.809000', '123854.812000', '123854.814000', '123854.817000', '123854.820000', '123854.822000', '123854.825000', '123854.827000', '123854.830000', '123854.833000', '123854.835000', '123854.838000', '123854.840000', '123854.843000', '123854.846000', '123854.849000', '123854.852000', '123854.854000', '123854.857000', '123854.860000', '123854.862000', '123854.865000', '123854.867000', '123854.870000', '123854.873000', '123854.876000', '123854.878000', '123854.881000', '123854.884000', '123854.886000', '123914.772000', '123914.775000', '123914.778000', '123914.780000', '123914.783000', '123914.786000', '123914.788000', '123914.791000', '123914.793000', '123914.796000', '123914.799000', '123914.801000', '123914.814000', '123914.817000', '123914.819000', '123914.822000', '123914.824000', '123914.827000', '123914.830000', '123914.832000', '123914.835000', '123914.837000', '123914.840000', '123914.842000', '123914.845000', '123914.848000', '123914.850000', '123914.853000', '123914.856000', '123914.858000', '123914.861000', '123914.863000', '123914.866000', '123914.869000', '123914.871000', '123914.874000', '123914.876000', '123914.879000', '123914.881000', '123914.884000', '123914.887000', '123914.889000', '123914.892000', '123934.772000', '123934.775000', '123934.779000', '123934.782000', '123934.785000', '123934.787000', '123934.790000', '123934.793000', '123934.795000', '123934.798000', '123934.800000', '123934.803000', '123934.806000', '123934.808000', '123934.811000', '123934.814000', '123934.816000', '123934.819000', '123934.821000', '123934.824000', '123934.827000', '123934.829000', '123934.832000', '123934.834000', '123934.837000', '123934.840000', '123934.842000', '123934.845000', '123934.848000', '123934.850000', '123934.853000', '123934.856000', '123934.858000', '123934.861000', '123934.863000', '123934.866000', '123934.869000', '123934.871000', '123934.874000', '123934.876000', '123934.879000', '123934.882000', '123934.884000', '123934.887000', '123954.772000', '123954.774000', '123954.777000', '123954.780000', '123954.782000', '123954.785000', '123954.788000', '123954.790000', '123954.793000', '123954.795000', '123954.798000', '123954.801000', '123954.804000', '123954.806000', '123954.809000', '123954.811000', '123954.814000', '123954.817000', '123954.819000', '123954.822000', '123954.825000', '123954.827000', '123954.830000', '123954.832000', '123954.835000', '123954.838000', '123954.840000', '123954.843000', '123954.845000', '123954.848000', '123954.851000', '123954.853000', '123954.856000', '123954.859000', '123954.861000', '123954.864000', '123954.866000', '123954.869000', '123954.871000', '123954.874000', '123954.877000', '123954.879000', '123954.882000', '123955.844000', '123955.847000', '123955.850000'], 'InstanceCreationTime': ['123334.804000', '123334.808000', '123334.810000', '123334.813000', '123334.816000', '123334.818000', '123334.821000', '123334.823000', '123334.826000', '123334.829000', '123334.831000', '123334.834000', '123334.837000', '123334.839000', '123334.842000', '123334.844000', '123334.847000', '123334.850000', '123334.859000', '123334.862000', '123334.864000', '123334.867000', '123334.870000', '123334.872000', '123334.875000', '123334.877000', '123334.880000', '123334.882000', '123334.885000', '123334.888000', '123334.890000', '123334.893000', '123334.895000', '123334.898000', '123334.900000', '123334.903000', '123334.905000', '123334.908000', '123334.911000', '123334.913000', '123334.916000', '123334.918000', '123334.921000', '123354.773000', '123354.776000', '123354.779000', '123354.782000', '123354.784000', '123354.787000', '123354.789000', '123354.792000', '123354.795000', '123354.797000', '123354.800000', '123354.803000', '123354.805000', '123354.808000', '123354.810000', '123354.813000', '123354.815000', '123354.818000', '123354.821000', '123354.823000', '123354.826000', '123354.828000', '123354.831000', '123354.834000', '123354.836000', '123354.839000', '123354.841000', '123354.844000', '123354.847000', '123354.849000', '123354.852000', '123354.854000', '123354.857000', '123354.859000', '123354.862000', '123354.865000', '123354.867000', '123354.870000', '123354.872000', '123354.875000', '123354.877000', '123354.880000', '123354.883000', '123414.772000', '123414.775000', '123414.778000', '123414.780000', '123414.783000', '123414.786000', '123414.788000', '123414.791000', '123414.794000', '123414.796000', '123414.799000', '123414.801000', '123414.804000', '123414.807000', '123414.809000', '123414.812000', '123414.814000', '123414.817000', '123414.819000', '123414.822000', '123414.824000', '123414.827000', '123414.830000', '123414.832000', '123414.835000', '123414.837000', '123414.840000', '123414.843000', '123414.845000', '123414.848000', '123414.850000', '123414.853000', '123414.856000', '123414.858000', '123414.861000', '123414.863000', '123414.866000', '123414.868000', '123414.871000', '123414.874000', '123414.876000', '123414.879000', '123414.881000', '123414.884000', '123434.773000', '123434.775000', '123434.778000', '123434.780000', '123434.783000', '123434.786000', '123434.788000', '123434.791000', '123434.793000', '123434.796000', '123434.799000', '123434.801000', '123434.804000', '123434.806000', '123434.809000', '123434.811000', '123434.814000', '123434.816000', '123434.819000', '123434.822000', '123434.825000', '123434.828000', '123434.830000', '123434.833000', '123434.836000', '123434.838000', '123434.841000', '123434.844000', '123434.846000', '123434.849000', '123434.852000', '123434.854000', '123434.857000', '123434.859000', '123434.862000', '123434.865000', '123434.867000', '123434.870000', '123434.872000', '123434.895000', '123434.897000', '123434.900000', '123434.903000', '123454.772000', '123454.775000', '123454.778000', '123454.780000', '123454.783000', '123454.785000', '123454.788000', '123454.790000', '123454.793000', '123454.796000', '123454.798000', '123454.801000', '123454.803000', '123454.806000', '123454.809000', '123454.811000', '123454.814000', '123454.816000', '123454.819000', '123454.821000', '123454.824000', '123454.826000', '123454.829000', '123454.832000', '123454.836000', '123454.839000', '123454.842000', '123454.844000', '123454.847000', '123454.849000', '123454.852000', '123454.854000', '123454.857000', '123454.859000', '123454.862000', '123454.865000', '123454.867000', '123454.870000', '123454.872000', '123454.875000', '123454.877000', '123454.880000', '123454.883000', '123454.885000', '123514.772000', '123514.775000', '123514.778000', '123514.780000', '123514.783000', '123514.786000', '123514.789000', '123514.792000', '123514.794000', '123514.797000', '123514.800000', '123514.802000', '123514.805000', '123514.808000', '123514.810000', '123514.813000', '123514.815000', '123514.818000', '123514.820000', '123514.823000', '123514.825000', '123514.828000', '123514.831000', '123514.833000', '123514.836000', '123514.838000', '123514.841000', '123514.843000', '123514.846000', '123514.849000', '123514.851000', '123514.854000', '123514.856000', '123514.859000', '123514.862000', '123514.864000', '123514.867000', '123514.869000', '123514.872000', '123514.874000', '123514.877000', '123514.880000', '123514.882000', '123534.771000', '123534.774000', '123534.777000', '123534.779000', '123534.782000', '123534.785000', '123534.787000', '123534.790000', '123534.792000', '123534.795000', '123534.798000', '123534.800000', '123534.803000', '123534.805000', '123534.808000', '123534.810000', '123534.813000', '123534.815000', '123534.818000', '123534.820000', '123534.823000', '123534.826000', '123534.828000', '123534.831000', '123534.833000', '123534.836000', '123534.839000', '123534.841000', '123534.844000', '123534.846000', '123534.849000', '123534.852000', '123534.854000', '123534.857000', '123534.859000', '123534.862000', '123534.864000', '123534.867000', '123534.870000', '123534.872000', '123534.875000', '123534.877000', '123534.880000', '123534.882000', '123554.771000', '123554.774000', '123554.777000', '123554.779000', '123554.782000', '123554.785000', '123554.788000', '123554.791000', '123554.793000', '123554.796000', '123554.799000', '123554.801000', '123554.804000', '123554.806000', '123554.817000', '123554.820000', '123554.823000', '123554.825000', '123554.828000', '123554.830000', '123554.833000', '123554.836000', '123554.838000', '123554.841000', '123554.843000', '123554.846000', '123554.849000', '123554.851000', '123554.854000', '123554.856000', '123554.859000', '123554.862000', '123554.864000', '123554.867000', '123554.869000', '123554.872000', '123554.875000', '123554.878000', '123554.880000', '123554.883000', '123554.886000', '123554.888000', '123554.891000', '123614.772000', '123614.775000', '123614.778000', '123614.780000', '123614.783000', '123614.785000', '123614.788000', '123614.791000', '123614.793000', '123614.796000', '123614.799000', '123614.801000', '123614.804000', '123614.806000', '123614.809000', '123614.811000', '123614.814000', '123614.817000', '123614.819000', '123614.822000', '123614.824000', '123614.831000', '123614.834000', '123614.836000', '123614.839000', '123614.842000', '123614.844000', '123614.847000', '123614.849000', '123614.852000', '123614.855000', '123614.857000', '123614.860000', '123614.862000', '123614.865000', '123614.867000', '123614.870000', '123614.873000', '123614.875000', '123614.878000', '123614.880000', '123614.883000', '123614.886000', '123614.888000', '123634.772000', '123634.775000', '123634.778000', '123634.780000', '123634.783000', '123634.786000', '123634.788000', '123634.791000', '123634.793000', '123634.796000', '123634.799000', '123634.801000', '123634.804000', '123634.806000', '123634.809000', '123634.811000', '123634.814000', '123634.817000', '123634.819000', '123634.822000', '123634.824000', '123634.827000', '123634.830000', '123634.832000', '123634.835000', '123634.838000', '123634.841000', '123634.850000', '123634.853000', '123634.856000', '123634.858000', '123634.861000', '123634.863000', '123634.866000', '123634.869000', '123634.871000', '123634.874000', '123634.876000', '123634.879000', '123634.881000', '123634.884000', '123634.887000', '123634.889000', '123654.772000', '123654.775000', '123654.778000', '123654.780000', '123654.783000', '123654.786000', '123654.788000', '123654.791000', '123654.793000', '123654.796000', '123654.799000', '123654.801000', '123654.804000', '123654.806000', '123654.809000', '123654.812000', '123654.814000', '123654.817000', '123654.819000', '123654.822000', '123654.824000', '123654.827000', '123654.830000', '123654.832000', '123654.835000', '123654.838000', '123654.840000', '123654.843000', '123654.845000', '123654.848000', '123654.850000', '123654.853000', '123654.856000', '123654.858000', '123654.861000', '123654.863000', '123654.866000', '123654.869000', '123654.871000', '123654.874000', '123654.876000', '123654.879000', '123654.882000', '123654.884000', '123714.772000', '123714.775000', '123714.778000', '123714.780000', '123714.783000', '123714.786000', '123714.788000', '123714.791000', '123714.793000', '123714.796000', '123714.799000', '123714.801000', '123714.804000', '123714.806000', '123714.809000', '123714.811000', '123714.814000', '123714.817000', '123714.819000', '123714.822000', '123714.824000', '123714.827000', '123714.830000', '123714.832000', '123714.835000', '123714.837000', '123714.840000', '123714.849000', '123714.851000', '123714.854000', '123714.857000', '123714.859000', '123714.862000', '123714.864000', '123714.867000', '123714.870000', '123714.873000', '123714.876000', '123714.879000', '123714.881000', '123714.884000', '123714.886000', '123714.889000', '123734.773000', '123734.775000', '123734.778000', '123734.781000', '123734.783000', '123734.786000', '123734.788000', '123734.796000', '123734.799000', '123734.801000', '123734.804000', '123734.807000', '123734.809000', '123734.812000', '123734.814000', '123734.817000', '123734.820000', '123734.822000', '123734.825000', '123734.828000', '123734.830000', '123734.833000', '123734.835000', '123734.838000', '123734.840000', '123734.843000', '123734.845000', '123734.848000', '123734.851000', '123734.853000', '123734.856000', '123734.859000', '123734.861000', '123734.864000', '123734.866000', '123734.869000', '123734.872000', '123734.874000', '123734.877000', '123734.880000', '123734.882000', '123734.885000', '123734.887000', '123734.890000', '123754.771000', '123754.774000', '123754.777000', '123754.780000', '123754.782000', '123754.785000', '123754.788000', '123754.790000', '123754.793000', '123754.795000', '123754.798000', '123754.801000', '123754.803000', '123754.806000', '123754.808000', '123754.811000', '123754.814000', '123754.816000', '123754.819000', '123754.821000', '123754.824000', '123754.827000', '123754.829000', '123754.832000', '123754.835000', '123754.837000', '123754.840000', '123754.842000', '123754.845000', '123754.847000', '123754.850000', '123754.853000', '123754.855000', '123754.858000', '123754.861000', '123754.863000', '123754.866000', '123754.868000', '123754.871000', '123754.873000', '123754.876000', '123754.879000', '123754.881000', '123814.772000', '123814.774000', '123814.784000', '123814.787000', '123814.789000', '123814.792000', '123814.795000', '123814.797000', '123814.800000', '123814.803000', '123814.805000', '123814.808000', '123814.810000', '123814.813000', '123814.816000', '123814.818000', '123814.821000', '123814.823000', '123814.826000', '123814.829000', '123814.831000', '123814.834000', '123814.836000', '123814.839000', '123814.842000', '123814.844000', '123814.847000', '123814.849000', '123814.852000', '123814.854000', '123814.857000', '123814.860000', '123814.862000', '123814.865000', '123814.867000', '123814.870000', '123814.873000', '123814.875000', '123814.878000', '123814.880000', '123814.883000', '123814.886000', '123814.888000', '123814.891000', '123834.773000', '123834.776000', '123834.778000', '123834.781000', '123834.783000', '123834.786000', '123834.788000', '123834.791000', '123834.794000', '123834.796000', '123834.799000', '123834.801000', '123834.804000', '123834.811000', '123834.814000', '123834.817000', '123834.819000', '123834.822000', '123834.824000', '123834.827000', '123834.829000', '123834.832000', '123834.835000', '123834.837000', '123834.840000', '123834.842000', '123834.845000', '123834.848000', '123834.850000', '123834.853000', '123834.855000', '123834.858000', '123834.861000', '123834.863000', '123834.866000', '123834.868000', '123834.871000', '123834.874000', '123834.876000', '123834.879000', '123834.881000', '123834.884000', '123834.886000', '123854.773000', '123854.775000', '123854.778000', '123854.781000', '123854.783000', '123854.786000', '123854.788000', '123854.791000', '123854.794000', '123854.796000', '123854.799000', '123854.801000', '123854.804000', '123854.807000', '123854.809000', '123854.812000', '123854.814000', '123854.817000', '123854.820000', '123854.822000', '123854.825000', '123854.827000', '123854.830000', '123854.833000', '123854.835000', '123854.838000', '123854.840000', '123854.843000', '123854.846000', '123854.849000', '123854.852000', '123854.854000', '123854.857000', '123854.860000', '123854.862000', '123854.865000', '123854.867000', '123854.870000', '123854.873000', '123854.876000', '123854.878000', '123854.881000', '123854.884000', '123854.886000', '123914.772000', '123914.775000', '123914.778000', '123914.780000', '123914.783000', '123914.786000', '123914.788000', '123914.791000', '123914.793000', '123914.796000', '123914.799000', '123914.801000', '123914.814000', '123914.817000', '123914.819000', '123914.822000', '123914.824000', '123914.827000', '123914.830000', '123914.832000', '123914.835000', '123914.837000', '123914.840000', '123914.842000', '123914.845000', '123914.848000', '123914.850000', '123914.853000', '123914.856000', '123914.858000', '123914.861000', '123914.863000', '123914.866000', '123914.869000', '123914.871000', '123914.874000', '123914.876000', '123914.879000', '123914.881000', '123914.884000', '123914.887000', '123914.889000', '123914.892000', '123934.772000', '123934.775000', '123934.779000', '123934.782000', '123934.785000', '123934.787000', '123934.790000', '123934.793000', '123934.795000', '123934.798000', '123934.800000', '123934.803000', '123934.806000', '123934.808000', '123934.811000', '123934.814000', '123934.816000', '123934.819000', '123934.821000', '123934.824000', '123934.827000', '123934.829000', '123934.832000', '123934.834000', '123934.837000', '123934.840000', '123934.842000', '123934.845000', '123934.848000', '123934.850000', '123934.853000', '123934.856000', '123934.858000', '123934.861000', '123934.863000', '123934.866000', '123934.869000', '123934.871000', '123934.874000', '123934.876000', '123934.879000', '123934.882000', '123934.884000', '123934.887000', '123954.772000', '123954.774000', '123954.777000', '123954.780000', '123954.782000', '123954.785000', '123954.788000', '123954.790000', '123954.793000', '123954.795000', '123954.798000', '123954.801000', '123954.804000', '123954.806000', '123954.809000', '123954.811000', '123954.814000', '123954.817000', '123954.819000', '123954.822000', '123954.825000', '123954.827000', '123954.830000', '123954.832000', '123954.835000', '123954.838000', '123954.840000', '123954.843000', '123954.845000', '123954.848000', '123954.851000', '123954.853000', '123954.856000', '123954.859000', '123954.861000', '123954.864000', '123954.866000', '123954.869000', '123954.871000', '123954.874000', '123954.877000', '123954.879000', '123954.882000', '123955.844000', '123955.847000', '123955.850000'], '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': [12041, 9734, 11047, 10064, 9963, 9588, 9686, 9644, 10218, 10838, 9804, 9592, 9493, 9572, 9915, 13177, 10402, 12907, 9822, 11902, 9276, 12368, 10034, 11969, 9865, 10802, 9007, 10750, 8706, 12209, 9525, 10105, 9169, 9773, 9632, 9727, 9732, 9547, 9676, 9724, 9279, 9487, 12752, 9042, 10669, 9369, 11133, 9091, 12151, 9686, 11538, 9649, 11475, 9995, 11453, 9751, 11445, 9145, 10632, 9036, 10013, 9270, 10149, 9185, 10362, 9025, 10554, 9137, 10050, 8638, 11521, 9595, 11897, 9783, 12015, 9650, 12020, 10120, 12720, 10057, 11351, 9706, 11039, 9881, 11181, 9133, 11064, 8590, 10474, 8966, 10858, 9188, 10530, 9021, 10577, 8830, 11605, 9516, 10834, 8594, 11160, 9014, 11061, 9338, 10688, 9471, 9960, 9900, 9569, 9908, 9247, 9803, 9579, 9637, 10614, 9904, 10027, 9452, 10253, 9467, 11490, 9432, 10823, 9438, 10120, 9563, 9813, 13634, 9243, 12798, 9385, 12262, 9645, 11910, 10090, 11115, 9952, 10733, 9771, 10516, 9968, 11324, 9532, 10820, 9641, 10090, 9443, 13056, 9598, 13292, 9502, 11350, 9764, 10962, 9780, 11471, 8835, 10442, 8847, 10425, 8592, 10842, 8853, 10577, 8508, 10261, 8653, 11191, 9167, 10142, 9341, 9832, 9804, 9786, 10911, 9285, 9332, 9446, 9686, 9182, 13141, 9279, 11043, 9330, 10905, 9342, 12295, 9190, 10359, 9510, 9607, 9542, 12168, 9423, 11985, 9841, 10339, 9578, 11171, 9189, 11187, 9701, 9273, 9739, 9654, 9807, 9445, 11496, 9466, 11394, 8906, 11185, 9339, 10931, 9314, 10590, 11393, 10028, 9447, 9572, 10989, 9035, 11732, 9579, 9632, 9387, 9463, 9220, 9360, 9857, 9364, 9878, 9641, 9740, 12076, 9692, 10767, 9615, 11861, 9438, 12244, 9620, 10411, 9258, 10241, 9344, 10319, 10244, 10295, 9302, 10589, 8513, 10777, 8703, 10330, 8840, 9900, 8844, 10729, 9878, 10276, 9787, 9953, 9738, 9810, 13301, 9697, 11738, 9300, 10817, 9499, 10634, 8824, 9769, 9055, 9929, 9271, 9908, 9605, 9948, 9576, 9957, 9529, 9854, 9194, 10327, 8924, 11589, 9068, 11754, 9841, 8670, 9434, 9229, 9559, 9904, 13624, 10327, 12021, 9329, 10571, 8954, 10289, 9198, 9847, 9293, 10111, 8859, 10260, 8492, 10327, 9283, 10197, 9421, 10080, 8876, 10413, 8999, 10058, 9542, 10110, 9483, 10025, 10302, 9802, 10107, 10090, 10136, 9773, 9821, 9677, 10849, 9240, 9072, 9159, 10321, 9319, 11851, 9352, 10919, 9308, 10883, 9332, 11946, 9668, 11271, 9332, 11298, 10018, 11158, 10042, 10584, 9752, 11047, 9676, 11242, 9806, 10792, 8749, 10794, 8739, 11807, 8786, 11934, 9909, 10029, 10786, 9269, 12377, 9456, 9810, 10372, 11195, 10000, 13079, 9251, 11250, 9095, 10239, 9794, 10118, 10185, 9581, 11087, 9670, 9609, 9328, 10735, 9307, 11143, 9593, 10668, 9227, 10879, 9130, 10760, 9384, 10322, 9775, 10390, 10308, 9953, 10536, 10237, 9966, 9890, 10528, 9657, 10095, 10150, 9833, 9990, 11706, 9781, 12951, 9625, 11661, 9604, 10550, 9779, 10495, 9514, 10623, 9425, 11025, 9890, 9985, 10416, 9549, 10833, 9244, 9951, 10538, 9090, 12159, 10616, 10718, 12278, 10412, 13277, 9833, 11957, 9677, 11260, 9633, 10219, 9851, 11819, 9265, 10359, 9438, 10789, 9047, 10902, 9575, 10483, 9341, 10614, 9090, 11296, 9026, 10461, 8873, 10579, 8948, 11135, 9320, 10397, 8892, 10835, 9395, 11356, 9973, 10317, 9428, 10392, 9970, 10239, 10168, 10328, 13176, 9799, 12208, 9442, 10776, 9759, 10883, 9212, 10315, 9321, 10443, 9679, 11161, 9508, 9261, 10224, 9004, 10449, 9292, 12324, 9849, 12359, 9794, 10247, 9559, 10173, 9111, 10431, 10211, 10290, 9341, 10792, 9629, 8669, 9473, 9670, 9751, 11548, 9305, 11159, 9963, 10307, 9459, 10300, 9431, 11525, 10649, 11014, 9403, 10441, 9092, 10304, 9480, 10563, 9785, 10152, 9777, 10246, 10542, 10509, 12354, 10050, 12052, 10066, 9142, 10279, 8276, 10833, 9518, 10932, 10666, 9786, 9868, 10481, 9691, 11376, 9937, 12045, 10076, 10610, 12716, 10416, 13106, 9433, 12150, 9639, 11550, 9360, 11200, 9186, 10239, 9449, 10146, 9537, 10706, 9507, 10582, 9453, 10046, 8632, 10143, 9765, 10859, 9369, 11108, 9423, 9879, 9112, 10067, 9104, 10805, 9417, 10195, 8862, 10047, 8753, 10709, 9174, 10091, 9447, 10912, 9404, 11436, 10115, 10749, 9834, 10032, 9843, 9986, 9618, 10071, 9073, 10690, 9531, 10433, 9847, 9412, 12259, 9934, 9607, 12474, 9931, 10010, 10579, 14945, 9590, 12627, 9852, 11901, 10355, 10822, 10027, 10327, 9765, 10311, 10001, 10504, 9087, 10167, 9495, 10220, 11670, 10193, 12918, 9880, 12515, 9302, 11566, 9425, 10616, 9308, 10669, 9034, 10059, 9118, 10361, 9359, 11140, 9437, 10511, 8803, 10597, 8784, 10965, 8932, 12321, 8917, 11650, 8984, 9706, 9725, 10219, 10137, 13410, 10650, 11718, 10836, 9421, 10209, 9370, 11061, 8778, 11498, 9907, 12206, 10163, 11114, 10080, 9953, 9186, 9775, 9134, 10505, 12445, 14260, 10903, 15775, 10373, 9663, 10052, 9347, 11124, 10516, 10094, 11855, 10128, 10145, 13932, 11301, 14701, 11888, 15222, 11978, 11780, 10240, 9326, 9887, 9869, 10402, 9744, 11054, 9897, 10597, 8718, 10625, 9178, 9951, 8899, 10226, 8962, 11209, 9115, 11015, 8839, 11690, 8972, 10308, 9279, 11769, 8949, 11843, 9109, 12192, 9772, 10708, 9716, 9215, 9842, 10873, 10051, 12087, 9992, 10272, 9645, 9778, 9737, 9174, 9981, 10794, 9960, 10586, 10397, 10034, 10824, 10032, 9096, 9467, 10444, 8993, 10119, 9383, 11647, 11895, 11705, 12740, 12585, 11652, 13618, 11822, 15215, 12002, 15695, 10916, 14123, 10392, 9571, 9578, 9563, 9973, 9869, 11285, 9103, 11713, 9443, 11986, 9429, 11247, 8820, 10993, 8420, 11121, 8432, 11704, 8710, 10709, 9057, 9633, 9227, 10176, 10407, 9965, 10604, 13027, 10876, 9859, 9834, 9595, 10220, 10581, 10462, 13651, 9937, 13785, 10102, 12612, 8850, 12677, 8864, 11573, 9326, 11412, 9434, 11067, 8731, 10390, 8996, 10923, 10105, 12185, 8758, 10171, 9936, 8783, 10980, 13839, 10129, 10278, 11751, 9377, 10221, 12145, 10131, 14220, 12329, 11861, 15470, 10997, 13501, 9948, 13440, 9845, 12617, 10379, 12620, 10431, 11223, 9850, 11023, 9496, 13081, 10239, 10984], 'WindowCenter': [4417.0, 4383.0, 4391.0, 4367.0, 4366.0, 4355.0, 4355.0, 4353.0, 4365.0, 4362.0, 4365.0, 4353.0, 4355.0, 4353.0, 4365.0, 4382.0, 4365.0, 4371.0, 4354.0, 4362.0, 4343.0, 4372.0, 4353.0, 4373.0, 4352.0, 4361.0, 4342.0, 4360.0, 4341.0, 4373.0, 4352.0, 4353.0, 4340.0, 4352.0, 4351.0, 4351.0, 4352.0, 4352.0, 4350.0, 4353.0, 4351.0, 4353.0, 4383.0, 4352.0, 4362.0, 4352.0, 4360.0, 4353.0, 4372.0, 4353.0, 4372.0, 4354.0, 4362.0, 4352.0, 4362.0, 4351.0, 4361.0, 4342.0, 4351.0, 4341.0, 4351.0, 4340.0, 4351.0, 4351.0, 4362.0, 4341.0, 4362.0, 4353.0, 4361.0, 4354.0, 4374.0, 4365.0, 4374.0, 4365.0, 4373.0, 4353.0, 4372.0, 4364.0, 4384.0, 4364.0, 4362.0, 4352.0, 4362.0, 4350.0, 4361.0, 4352.0, 4362.0, 4342.0, 4361.0, 4341.0, 4363.0, 4352.0, 4363.0, 4354.0, 4363.0, 4353.0, 4373.0, 4364.0, 4373.0, 4343.0, 4373.0, 4352.0, 4374.0, 4353.0, 4363.0, 4353.0, 4353.0, 4352.0, 4353.0, 4363.0, 4354.0, 4363.0, 4354.0, 4364.0, 4373.0, 4364.0, 4365.0, 4364.0, 4364.0, 4354.0, 4376.0, 4355.0, 4375.0, 4353.0, 4363.0, 4351.0, 4352.0, 4372.0, 4353.0, 4370.0, 4342.0, 4359.0, 4350.0, 4360.0, 4362.0, 4360.0, 4351.0, 4361.0, 4352.0, 4360.0, 4353.0, 4360.0, 4363.0, 4360.0, 4354.0, 4362.0, 4354.0, 4370.0, 4353.0, 4371.0, 4351.0, 4361.0, 4349.0, 4350.0, 4351.0, 4360.0, 4339.0, 4351.0, 4341.0, 4348.0, 4340.0, 4361.0, 4342.0, 4362.0, 4343.0, 4351.0, 4343.0, 4373.0, 4353.0, 4363.0, 4351.0, 4352.0, 4350.0, 4353.0, 4361.0, 4352.0, 4339.0, 4352.0, 4341.0, 4353.0, 4382.0, 4354.0, 4363.0, 4352.0, 4361.0, 4353.0, 4385.0, 4355.0, 4362.0, 4353.0, 4349.0, 4352.0, 4371.0, 4353.0, 4371.0, 4353.0, 4351.0, 4351.0, 4360.0, 4352.0, 4361.0, 4351.0, 4340.0, 4351.0, 4350.0, 4352.0, 4352.0, 4372.0, 4350.0, 4373.0, 4341.0, 4360.0, 4338.0, 4361.0, 4340.0, 4351.0, 4358.0, 4339.0, 4338.0, 4337.0, 4350.0, 4341.0, 4359.0, 4352.0, 4340.0, 4340.0, 4351.0, 4353.0, 4351.0, 4362.0, 4352.0, 4363.0, 4350.0, 4354.0, 4372.0, 4352.0, 4351.0, 4351.0, 4359.0, 4341.0, 4371.0, 4350.0, 4350.0, 4341.0, 4349.0, 4352.0, 4351.0, 4363.0, 4362.0, 4352.0, 4359.0, 4344.0, 4364.0, 4342.0, 4361.0, 4340.0, 4351.0, 4353.0, 4373.0, 4353.0, 4361.0, 4350.0, 4352.0, 4350.0, 4353.0, 4372.0, 4350.0, 4360.0, 4338.0, 4349.0, 4339.0, 4349.0, 4340.0, 4339.0, 4338.0, 4349.0, 4339.0, 4351.0, 4340.0, 4349.0, 4338.0, 4339.0, 4339.0, 4349.0, 4338.0, 4350.0, 4341.0, 4373.0, 4353.0, 4374.0, 4365.0, 4343.0, 4350.0, 4352.0, 4351.0, 4365.0, 4383.0, 4361.0, 4373.0, 4342.0, 4351.0, 4341.0, 4350.0, 4339.0, 4338.0, 4328.0, 4335.0, 4328.0, 4336.0, 4327.0, 4349.0, 4339.0, 4347.0, 4339.0, 4338.0, 4327.0, 4349.0, 4328.0, 4337.0, 4326.0, 4337.0, 4337.0, 4338.0, 4348.0, 4339.0, 4347.0, 4349.0, 4338.0, 4339.0, 4339.0, 4339.0, 4349.0, 4339.0, 4339.0, 4341.0, 4362.0, 4364.0, 4384.0, 4354.0, 4360.0, 4352.0, 4362.0, 4353.0, 4372.0, 4354.0, 4362.0, 4353.0, 4361.0, 4353.0, 4363.0, 4353.0, 4362.0, 4351.0, 4360.0, 4350.0, 4361.0, 4351.0, 4349.0, 4330.0, 4349.0, 4342.0, 4360.0, 4342.0, 4372.0, 4362.0, 4363.0, 4363.0, 4353.0, 4383.0, 4353.0, 4351.0, 4363.0, 4359.0, 4350.0, 4369.0, 4337.0, 4349.0, 4330.0, 4348.0, 4338.0, 4349.0, 4349.0, 4351.0, 4358.0, 4349.0, 4338.0, 4351.0, 4360.0, 4354.0, 4363.0, 4353.0, 4360.0, 4351.0, 4361.0, 4352.0, 4361.0, 4352.0, 4350.0, 4349.0, 4352.0, 4361.0, 4354.0, 4350.0, 4351.0, 4349.0, 4352.0, 4360.0, 4352.0, 4349.0, 4351.0, 4350.0, 4351.0, 4359.0, 4351.0, 4369.0, 4341.0, 4348.0, 4340.0, 4348.0, 4338.0, 4348.0, 4338.0, 4339.0, 4338.0, 4348.0, 4350.0, 4350.0, 4360.0, 4351.0, 4362.0, 4352.0, 4351.0, 4362.0, 4341.0, 4374.0, 4351.0, 4350.0, 4357.0, 4349.0, 4356.0, 4338.0, 4346.0, 4338.0, 4345.0, 4337.0, 4337.0, 4348.0, 4358.0, 4339.0, 4348.0, 4340.0, 4348.0, 4338.0, 4350.0, 4351.0, 4350.0, 4342.0, 4348.0, 4340.0, 4362.0, 4341.0, 4350.0, 4341.0, 4350.0, 4341.0, 4362.0, 4342.0, 4350.0, 4341.0, 4360.0, 4341.0, 4362.0, 4351.0, 4351.0, 4340.0, 4350.0, 4337.0, 4349.0, 4348.0, 4351.0, 4369.0, 4348.0, 4358.0, 4339.0, 4349.0, 4338.0, 4347.0, 4337.0, 4336.0, 4337.0, 4348.0, 4338.0, 4358.0, 4340.0, 4340.0, 4363.0, 4353.0, 4361.0, 4353.0, 4371.0, 4363.0, 4373.0, 4352.0, 4349.0, 4339.0, 4349.0, 4327.0, 4348.0, 4348.0, 4350.0, 4353.0, 4362.0, 4352.0, 4329.0, 4352.0, 4348.0, 4351.0, 4360.0, 4351.0, 4372.0, 4363.0, 4363.0, 4364.0, 4363.0, 4352.0, 4373.0, 4361.0, 4361.0, 4338.0, 4347.0, 4328.0, 4349.0, 4337.0, 4348.0, 4337.0, 4338.0, 4336.0, 4335.0, 4334.0, 4337.0, 4344.0, 4336.0, 4344.0, 4336.0, 4326.0, 4335.0, 4314.0, 4347.0, 4339.0, 4360.0, 4360.0, 4351.0, 4350.0, 4350.0, 4349.0, 4360.0, 4350.0, 4370.0, 4350.0, 4351.0, 4369.0, 4351.0, 4369.0, 4328.0, 4347.0, 4326.0, 4333.0, 4324.0, 4333.0, 4325.0, 4322.0, 4324.0, 4333.0, 4336.0, 4335.0, 4336.0, 4335.0, 4336.0, 4325.0, 4326.0, 4334.0, 4336.0, 4347.0, 4337.0, 4348.0, 4339.0, 4338.0, 4330.0, 4338.0, 4340.0, 4360.0, 4340.0, 4349.0, 4338.0, 4348.0, 4340.0, 4362.0, 4352.0, 4351.0, 4350.0, 4360.0, 4350.0, 4361.0, 4350.0, 4360.0, 4348.0, 4339.0, 4338.0, 4338.0, 4337.0, 4338.0, 4338.0, 4359.0, 4350.0, 4361.0, 4363.0, 4354.0, 4386.0, 4365.0, 4352.0, 4374.0, 4353.0, 4351.0, 4362.0, 4369.0, 4339.0, 4358.0, 4338.0, 4359.0, 4349.0, 4351.0, 4352.0, 4348.0, 4337.0, 4337.0, 4325.0, 4336.0, 4315.0, 4334.0, 4325.0, 4335.0, 4345.0, 4335.0, 4345.0, 4335.0, 4343.0, 4324.0, 4333.0, 4325.0, 4334.0, 4325.0, 4336.0, 4326.0, 4336.0, 4329.0, 4337.0, 4338.0, 4360.0, 4352.0, 4362.0, 4341.0, 4348.0, 4341.0, 4359.0, 4353.0, 4372.0, 4353.0, 4373.0, 4353.0, 4352.0, 4351.0, 4349.0, 4351.0, 4372.0, 4362.0, 4371.0, 4361.0, 4341.0, 4352.0, 4341.0, 4348.0, 4328.0, 4348.0, 4338.0, 4347.0, 4336.0, 4348.0, 4338.0, 4338.0, 4328.0, 4336.0, 4324.0, 4337.0, 4344.0, 4355.0, 4333.0, 4354.0, 4323.0, 4323.0, 4322.0, 4314.0, 4346.0, 4336.0, 4336.0, 4357.0, 4337.0, 4348.0, 4367.0, 4349.0, 4367.0, 4346.0, 4354.0, 4335.0, 4333.0, 4322.0, 4315.0, 4322.0, 4323.0, 4333.0, 4324.0, 4334.0, 4325.0, 4336.0, 4317.0, 4337.0, 4327.0, 4335.0, 4325.0, 4336.0, 4325.0, 4345.0, 4326.0, 4347.0, 4328.0, 4358.0, 4329.0, 4338.0, 4339.0, 4349.0, 4327.0, 4346.0, 4329.0, 4358.0, 4338.0, 4347.0, 4340.0, 4339.0, 4339.0, 4348.0, 4338.0, 4357.0, 4340.0, 4337.0, 4337.0, 4336.0, 4338.0, 4326.0, 4340.0, 4349.0, 4337.0, 4347.0, 4351.0, 4363.0, 4373.0, 4363.0, 4339.0, 4339.0, 4350.0, 4329.0, 4349.0, 4352.0, 4373.0, 4389.0, 4386.0, 4386.0, 4373.0, 4362.0, 4371.0, 4347.0, 4354.0, 4333.0, 4344.0, 4323.0, 4353.0, 4325.0, 4312.0, 4324.0, 4312.0, 4311.0, 4322.0, 4320.0, 4302.0, 4332.0, 4313.0, 4332.0, 4313.0, 4332.0, 4314.0, 4334.0, 4305.0, 4333.0, 4315.0, 4356.0, 4329.0, 4349.0, 4327.0, 4328.0, 4329.0, 4337.0, 4349.0, 4338.0, 4362.0, 4370.0, 4350.0, 4341.0, 4351.0, 4338.0, 4338.0, 4338.0, 4349.0, 4357.0, 4337.0, 4356.0, 4337.0, 4346.0, 4328.0, 4357.0, 4325.0, 4346.0, 4327.0, 4346.0, 4328.0, 4336.0, 4317.0, 4335.0, 4327.0, 4347.0, 4348.0, 4358.0, 4329.0, 4351.0, 4351.0, 4343.0, 4374.0, 4395.0, 4365.0, 4365.0, 4374.0, 4355.0, 4364.0, 4374.0, 4364.0, 4384.0, 4372.0, 4362.0, 4380.0, 4351.0, 4358.0, 4338.0, 4357.0, 4337.0, 4359.0, 4349.0, 4356.0, 4350.0, 4347.0, 4336.0, 4347.0, 4339.0, 4357.0, 4339.0, 4347.0], 'WindowWidth': [9737.0, 9679.0, 9683.0, 9644.0, 9640.0, 9621.0, 9621.0, 9615.0, 9633.0, 9628.0, 9634.0, 9614.0, 9619.0, 9613.0, 9632.0, 9654.0, 9634.0, 9638.0, 9616.0, 9622.0, 9599.0, 9636.0, 9613.0, 9642.0, 9611.0, 9620.0, 9596.0, 9619.0, 9594.0, 9641.0, 9610.0, 9613.0, 9593.0, 9611.0, 9607.0, 9610.0, 9610.0, 9613.0, 9606.0, 9614.0, 9609.0, 9615.0, 9656.0, 9614.0, 9627.0, 9613.0, 9621.0, 9614.0, 9639.0, 9615.0, 9640.0, 9617.0, 9625.0, 9612.0, 9625.0, 9609.0, 9623.0, 9597.0, 9607.0, 9594.0, 9608.0, 9594.0, 9609.0, 9610.0, 9626.0, 9598.0, 9626.0, 9615.0, 9625.0, 9618.0, 9646.0, 9636.0, 9645.0, 9633.0, 9641.0, 9616.0, 9639.0, 9631.0, 9658.0, 9630.0, 9625.0, 9612.0, 9625.0, 9608.0, 9623.0, 9613.0, 9625.0, 9598.0, 9623.0, 9596.0, 9628.0, 9614.0, 9630.0, 9618.0, 9629.0, 9617.0, 9644.0, 9633.0, 9642.0, 9603.0, 9641.0, 9612.0, 9645.0, 9615.0, 9629.0, 9614.0, 9615.0, 9611.0, 9615.0, 9629.0, 9619.0, 9629.0, 9620.0, 9632.0, 9645.0, 9632.0, 9635.0, 9633.0, 9633.0, 9619.0, 9651.0, 9622.0, 9648.0, 9614.0, 9627.0, 9608.0, 9612.0, 9640.0, 9613.0, 9633.0, 9597.0, 9616.0, 9604.0, 9620.0, 9624.0, 9619.0, 9610.0, 9621.0, 9611.0, 9619.0, 9614.0, 9621.0, 9631.0, 9623.0, 9619.0, 9626.0, 9616.0, 9635.0, 9615.0, 9638.0, 9611.0, 9621.0, 9603.0, 9604.0, 9609.0, 9620.0, 9590.0, 9606.0, 9595.0, 9600.0, 9594.0, 9624.0, 9601.0, 9625.0, 9600.0, 9610.0, 9601.0, 9643.0, 9613.0, 9629.0, 9610.0, 9611.0, 9607.0, 9615.0, 9624.0, 9612.0, 9591.0, 9612.0, 9594.0, 9615.0, 9654.0, 9617.0, 9627.0, 9613.0, 9622.0, 9617.0, 9662.0, 9622.0, 9627.0, 9616.0, 9605.0, 9613.0, 9638.0, 9617.0, 9638.0, 9615.0, 9611.0, 9609.0, 9620.0, 9611.0, 9624.0, 9609.0, 9594.0, 9609.0, 9606.0, 9612.0, 9611.0, 9640.0, 9609.0, 9641.0, 9597.0, 9621.0, 9589.0, 9620.0, 9592.0, 9607.0, 9614.0, 9588.0, 9584.0, 9585.0, 9605.0, 9596.0, 9618.0, 9609.0, 9591.0, 9593.0, 9609.0, 9616.0, 9610.0, 9626.0, 9612.0, 9629.0, 9606.0, 9619.0, 9640.0, 9612.0, 9608.0, 9608.0, 9617.0, 9596.0, 9635.0, 9607.0, 9606.0, 9594.0, 9603.0, 9610.0, 9609.0, 9630.0, 9626.0, 9612.0, 9619.0, 9605.0, 9631.0, 9601.0, 9624.0, 9595.0, 9610.0, 9617.0, 9644.0, 9615.0, 9625.0, 9608.0, 9611.0, 9606.0, 9614.0, 9639.0, 9606.0, 9617.0, 9588.0, 9602.0, 9590.0, 9604.0, 9592.0, 9588.0, 9588.0, 9603.0, 9589.0, 9606.0, 9592.0, 9604.0, 9586.0, 9589.0, 9588.0, 9602.0, 9587.0, 9606.0, 9596.0, 9641.0, 9616.0, 9646.0, 9636.0, 9603.0, 9608.0, 9613.0, 9609.0, 9633.0, 9654.0, 9625.0, 9641.0, 9598.0, 9608.0, 9593.0, 9604.0, 9590.0, 9584.0, 9570.0, 9577.0, 9569.0, 9578.0, 9568.0, 9600.0, 9588.0, 9595.0, 9588.0, 9584.0, 9571.0, 9602.0, 9570.0, 9581.0, 9565.0, 9583.0, 9581.0, 9586.0, 9598.0, 9589.0, 9597.0, 9601.0, 9585.0, 9588.0, 9586.0, 9590.0, 9603.0, 9591.0, 9588.0, 9595.0, 9624.0, 9633.0, 9662.0, 9618.0, 9621.0, 9613.0, 9623.0, 9615.0, 9640.0, 9618.0, 9624.0, 9615.0, 9621.0, 9613.0, 9629.0, 9616.0, 9624.0, 9609.0, 9618.0, 9606.0, 9620.0, 9608.0, 9602.0, 9578.0, 9601.0, 9596.0, 9618.0, 9596.0, 9640.0, 9629.0, 9628.0, 9628.0, 9615.0, 9656.0, 9615.0, 9610.0, 9626.0, 9617.0, 9605.0, 9630.0, 9585.0, 9602.0, 9576.0, 9599.0, 9583.0, 9600.0, 9604.0, 9609.0, 9614.0, 9602.0, 9587.0, 9610.0, 9619.0, 9618.0, 9626.0, 9614.0, 9619.0, 9610.0, 9623.0, 9612.0, 9625.0, 9612.0, 9606.0, 9603.0, 9610.0, 9622.0, 9616.0, 9605.0, 9608.0, 9601.0, 9611.0, 9622.0, 9612.0, 9603.0, 9606.0, 9604.0, 9606.0, 9616.0, 9610.0, 9631.0, 9594.0, 9599.0, 9589.0, 9598.0, 9586.0, 9597.0, 9585.0, 9584.0, 9583.0, 9598.0, 9603.0, 9604.0, 9620.0, 9610.0, 9625.0, 9611.0, 9610.0, 9625.0, 9596.0, 9643.0, 9607.0, 9605.0, 9609.0, 9599.0, 9606.0, 9585.0, 9594.0, 9585.0, 9589.0, 9580.0, 9579.0, 9598.0, 9612.0, 9588.0, 9599.0, 9589.0, 9599.0, 9587.0, 9603.0, 9606.0, 9603.0, 9595.0, 9599.0, 9591.0, 9625.0, 9594.0, 9604.0, 9594.0, 9604.0, 9594.0, 9623.0, 9596.0, 9604.0, 9595.0, 9618.0, 9594.0, 9624.0, 9608.0, 9608.0, 9591.0, 9604.0, 9583.0, 9602.0, 9598.0, 9606.0, 9628.0, 9600.0, 9612.0, 9587.0, 9599.0, 9585.0, 9597.0, 9584.0, 9580.0, 9583.0, 9597.0, 9586.0, 9613.0, 9591.0, 9591.0, 9627.0, 9616.0, 9626.0, 9617.0, 9637.0, 9628.0, 9641.0, 9610.0, 9602.0, 9588.0, 9600.0, 9570.0, 9599.0, 9600.0, 9607.0, 9616.0, 9626.0, 9611.0, 9575.0, 9610.0, 9600.0, 9609.0, 9619.0, 9610.0, 9638.0, 9628.0, 9628.0, 9633.0, 9628.0, 9613.0, 9641.0, 9622.0, 9621.0, 9585.0, 9596.0, 9571.0, 9600.0, 9583.0, 9600.0, 9581.0, 9582.0, 9576.0, 9576.0, 9572.0, 9578.0, 9585.0, 9578.0, 9587.0, 9578.0, 9563.0, 9577.0, 9549.0, 9598.0, 9587.0, 9620.0, 9619.0, 9607.0, 9604.0, 9604.0, 9604.0, 9619.0, 9605.0, 9634.0, 9603.0, 9607.0, 9629.0, 9605.0, 9630.0, 9571.0, 9592.0, 9562.0, 9569.0, 9558.0, 9567.0, 9558.0, 9553.0, 9558.0, 9570.0, 9578.0, 9576.0, 9579.0, 9575.0, 9578.0, 9561.0, 9564.0, 9572.0, 9578.0, 9593.0, 9581.0, 9597.0, 9586.0, 9583.0, 9575.0, 9584.0, 9590.0, 9618.0, 9592.0, 9601.0, 9586.0, 9599.0, 9591.0, 9623.0, 9610.0, 9608.0, 9606.0, 9619.0, 9607.0, 9621.0, 9604.0, 9618.0, 9600.0, 9586.0, 9584.0, 9584.0, 9581.0, 9585.0, 9586.0, 9616.0, 9607.0, 9621.0, 9627.0, 9616.0, 9663.0, 9634.0, 9612.0, 9645.0, 9612.0, 9609.0, 9624.0, 9630.0, 9586.0, 9611.0, 9586.0, 9614.0, 9602.0, 9607.0, 9608.0, 9597.0, 9580.0, 9580.0, 9560.0, 9575.0, 9545.0, 9571.0, 9559.0, 9575.0, 9588.0, 9575.0, 9588.0, 9573.0, 9582.0, 9558.0, 9568.0, 9560.0, 9570.0, 9561.0, 9578.0, 9565.0, 9579.0, 9572.0, 9582.0, 9584.0, 9620.0, 9613.0, 9623.0, 9594.0, 9599.0, 9595.0, 9615.0, 9614.0, 9639.0, 9615.0, 9639.0, 9614.0, 9609.0, 9607.0, 9601.0, 9608.0, 9635.0, 9625.0, 9636.0, 9622.0, 9595.0, 9606.0, 9593.0, 9598.0, 9572.0, 9598.0, 9583.0, 9595.0, 9578.0, 9596.0, 9582.0, 9582.0, 9568.0, 9576.0, 9557.0, 9577.0, 9584.0, 9600.0, 9568.0, 9597.0, 9555.0, 9554.0, 9552.0, 9541.0, 9588.0, 9578.0, 9579.0, 9608.0, 9581.0, 9597.0, 9622.0, 9599.0, 9620.0, 9589.0, 9597.0, 9571.0, 9567.0, 9550.0, 9545.0, 9551.0, 9556.0, 9567.0, 9558.0, 9571.0, 9561.0, 9575.0, 9551.0, 9580.0, 9566.0, 9574.0, 9563.0, 9575.0, 9562.0, 9589.0, 9564.0, 9592.0, 9569.0, 9611.0, 9573.0, 9582.0, 9585.0, 9597.0, 9568.0, 9589.0, 9572.0, 9610.0, 9585.0, 9596.0, 9588.0, 9585.0, 9587.0, 9596.0, 9582.0, 9607.0, 9587.0, 9579.0, 9582.0, 9578.0, 9582.0, 9564.0, 9586.0, 9597.0, 9580.0, 9594.0, 9606.0, 9627.0, 9644.0, 9628.0, 9588.0, 9586.0, 9603.0, 9573.0, 9602.0, 9611.0, 9642.0, 9674.0, 9662.0, 9663.0, 9639.0, 9623.0, 9631.0, 9593.0, 9598.0, 9566.0, 9579.0, 9549.0, 9593.0, 9557.0, 9537.0, 9555.0, 9535.0, 9531.0, 9548.0, 9544.0, 9521.0, 9562.0, 9539.0, 9564.0, 9540.0, 9563.0, 9542.0, 9567.0, 9532.0, 9565.0, 9548.0, 9606.0, 9572.0, 9598.0, 9568.0, 9568.0, 9571.0, 9581.0, 9601.0, 9583.0, 9623.0, 9629.0, 9603.0, 9590.0, 9603.0, 9582.0, 9583.0, 9581.0, 9598.0, 9607.0, 9580.0, 9606.0, 9580.0, 9589.0, 9568.0, 9605.0, 9561.0, 9589.0, 9565.0, 9591.0, 9568.0, 9576.0, 9551.0, 9574.0, 9566.0, 9592.0, 9596.0, 9610.0, 9575.0, 9603.0, 9605.0, 9600.0, 9644.0, 9676.0, 9634.0, 9631.0, 9643.0, 9619.0, 9627.0, 9645.0, 9627.0, 9657.0, 9636.0, 9623.0, 9644.0, 9605.0, 9610.0, 9583.0, 9607.0, 9579.0, 9613.0, 9601.0, 9603.0, 9604.0, 9593.0, 9579.0, 9591.0, 9585.0, 9609.0, 9585.0, 9593.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.0012372151898734176</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.054133986191024164</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.012606071463125</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1293869990668206</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9271366465322576</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.459</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6779.3525</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10288199954297307</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>53</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>6.098964326812428</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.504650469431106</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4123877606660122</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.666882209143846</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.43468143848346</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00674523</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012906793504953384</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.023184694349765778</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.062872679127332</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>36.7114</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.9008</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>159.9426</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>303638.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>714.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>320.6278</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5914</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>501.233</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3589.8433</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3800.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>72906.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1285.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4629.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>935.2924</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>31.609318007016554</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> |