=== 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-0122 --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-0122",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
107 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
107 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-0122_ses-04_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0122_ses-04_task-social_acq-mb8_run-06_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-04_subject-0122_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-0122/figures/sub-0122_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-04_subject-0122_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-0122/figures/sub-0122_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-04_subject-0122_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-0122/figures/sub-0122_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-04_subject-0122_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-0122/figures/sub-0122_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-04_subject-0122_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-0122/figures/sub-0122_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-04_subject-0122_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-0122/figures/sub-0122_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-04_subject-0122_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-0122/figures/sub-0122_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0122/figures/sub-0122_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0122/ses-04/func/sub-0122_ses-04_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>31058e8f61e91a2bd1507524ba414234</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>19:18:13.362500</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.999228, 0.0349686, -0.0178879, -0.0336716, 0.997097, 0.068286]</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.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0846848</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4223, -7659, -7103, 778, -68, 199, -270, 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>233.418</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>7c0fc457-59de-45ac-b843-1f9f4be77d7b||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.680856466293335, -0.0903383418917656, -0.0546044185757637, 118.17657470703125], [-0.09381812810897827, 2.6751394271850586, 0.18260374665260315, -101.6076889038086], [-0.04799196869134903, -0.18320642411708832, 2.6932644844055176, -47.46393966674805], [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': ['191813.362500', '191813.822500', '191814.282500', '191814.742500', '191815.202500', '191815.662500', '191816.122500', '191816.582500', '191817.042500', '191817.502500', '191817.962500', '191818.422500', '191818.882500', '191819.342500', '191819.802500', '191820.262500', '191820.722500', '191821.182500', '191821.642500', '191822.102500', '191822.562500', '191823.022500', '191823.482500', '191823.942500', '191824.402500', '191824.862500', '191825.322500', '191825.782500', '191826.242500', '191826.702500', '191827.162500', '191827.622500', '191828.082500', '191828.542500', '191829.002500', '191829.462500', '191829.922500', '191830.382500', '191830.842500', '191831.302500', '191831.762500', '191832.222500', '191832.682500', '191833.142500', '191833.602500', '191834.062500', '191834.522500', '191834.982500', '191835.442500', '191835.902500', '191836.362500', '191836.822500', '191837.282500', '191837.742500', '191838.202500', '191838.662500', '191839.122500', '191839.582500', '191840.042500', '191840.502500', '191840.962500', '191841.422500', '191841.882500', '191842.342500', '191842.802500', '191843.262500', '191843.722500', '191844.182500', '191844.642500', '191845.102500', '191845.562500', '191846.022500', '191846.482500', '191846.942500', '191847.402500', '191847.862500', '191848.322500', '191848.782500', '191849.242500', '191849.702500', '191850.162500', '191850.622500', '191851.082500', '191851.542500', '191852.002500', '191852.462500', '191852.922500', '191853.382500', '191853.842500', '191854.302500', '191854.762500', '191855.222500', '191855.682500', '191856.142500', '191856.602500', '191857.062500', '191857.522500', '191857.982500', '191858.442500', '191858.902500', '191859.362500', '191859.822500', '191900.282500', '191900.742500', '191901.202500', '191901.662500', '191902.122500', '191902.582500', '191903.042500', '191903.502500', '191903.962500', '191904.422500', '191904.882500', '191905.342500', '191905.802500', '191906.262500', '191906.722500', '191907.182500', '191907.642500', '191908.102500', '191908.562500', '191909.022500', '191909.482500', '191909.942500', '191910.402500', '191910.862500', '191911.322500', '191911.782500', '191912.242500', '191912.702500', '191913.162500', '191913.622500', '191914.082500', '191914.542500', '191915.002500', '191915.462500', '191915.922500', '191916.382500', '191916.842500', '191917.302500', '191917.762500', '191918.222500', '191918.682500', '191919.142500', '191919.602500', '191920.062500', '191920.522500', '191920.982500', '191921.442500', '191921.902500', '191922.362500', '191922.822500', '191923.282500', '191923.742500', '191924.202500', '191924.662500', '191925.122500', '191925.582500', '191926.042500', '191926.502500', '191926.962500', '191927.422500', '191927.882500', '191928.342500', '191928.802500', '191929.262500', '191929.722500', '191930.182500', '191930.642500', '191931.102500', '191931.562500', '191932.022500', '191932.482500', '191932.942500', '191933.402500', '191933.862500', '191934.322500', '191934.782500', '191935.242500', '191935.702500', '191936.162500', '191936.622500', '191937.082500', '191937.542500', '191938.002500', '191938.462500', '191938.922500', '191939.382500', '191939.842500', '191940.302500', '191940.762500', '191941.222500', '191941.682500', '191942.142500', '191942.602500', '191943.062500', '191943.522500', '191943.982500', '191944.442500', '191944.902500', '191945.362500', '191945.822500', '191946.282500', '191946.742500', '191947.202500', '191947.662500', '191948.122500', '191948.582500', '191949.042500', '191949.502500', '191949.962500', '191950.422500', '191950.882500', '191951.342500', '191951.802500', '191952.262500', '191952.722500', '191953.182500', '191953.642500', '191954.102500', '191954.562500', '191955.022500', '191955.482500', '191955.942500', '191956.402500', '191956.862500', '191957.322500', '191957.782500', '191958.242500', '191958.702500', '191959.162500', '191959.622500', '192000.082500', '192000.542500', '192001.002500', '192001.462500', '192001.922500', '192002.382500', '192002.842500', '192003.302500', '192003.762500', '192004.222500', '192004.682500', '192005.142500', '192005.602500', '192006.062500', '192006.522500', '192006.982500', '192007.442500', '192007.902500', '192008.362500', '192008.822500', '192009.282500', '192009.742500', '192010.202500', '192010.662500', '192011.122500', '192011.582500', '192012.042500', '192012.502500', '192012.962500', '192013.422500', '192013.882500', '192014.342500', '192014.802500', '192015.262500', '192015.722500', '192016.182500', '192016.642500', '192017.102500', '192017.562500', '192018.022500', '192018.482500', '192018.942500', '192019.402500', '192019.862500', '192020.322500', '192020.782500', '192021.242500', '192021.702500', '192022.162500', '192022.622500', '192023.082500', '192023.542500', '192024.002500', '192024.462500', '192024.922500', '192025.382500', '192025.842500', '192026.302500', '192026.762500', '192027.222500', '192027.682500', '192028.142500', '192028.602500', '192029.062500', '192029.522500', '192029.982500', '192030.442500', '192030.902500', '192031.362500', '192031.822500', '192032.282500', '192032.742500', '192033.202500', '192033.662500', '192034.122500', '192034.582500', '192035.042500', '192035.502500', '192035.962500', '192036.422500', '192036.882500', '192037.342500', '192037.802500', '192038.262500', '192038.722500', '192039.182500', '192039.642500', '192040.102500', '192040.562500', '192041.022500', '192041.482500', '192041.942500', '192042.402500', '192042.862500', '192043.322500', '192043.782500', '192044.242500', '192044.702500', '192045.162500', '192045.622500', '192046.082500', '192046.542500', '192047.002500', '192047.462500', '192047.922500', '192048.382500', '192048.842500', '192049.302500', '192049.762500', '192050.222500', '192050.682500', '192051.142500', '192051.602500', '192052.062500', '192052.522500', '192052.982500', '192053.442500', '192053.902500', '192054.362500', '192054.822500', '192055.282500', '192055.742500', '192056.202500', '192056.662500', '192057.122500', '192057.582500', '192058.042500', '192058.502500', '192058.962500', '192059.422500', '192059.882500', '192100.342500', '192100.802500', '192101.262500', '192101.722500', '192102.182500', '192102.642500', '192103.102500', '192103.562500', '192104.022500', '192104.482500', '192104.942500', '192105.402500', '192105.862500', '192106.322500', '192106.782500', '192107.242500', '192107.702500', '192108.162500', '192108.622500', '192109.082500', '192109.542500', '192110.002500', '192110.462500', '192110.922500', '192111.382500', '192111.842500', '192112.302500', '192112.762500', '192113.222500', '192113.682500', '192114.142500', '192114.602500', '192115.062500', '192115.522500', '192115.982500', '192116.442500', '192116.902500', '192117.362500', '192117.822500', '192118.282500', '192118.742500', '192119.202500', '192119.662500', '192120.122500', '192120.582500', '192121.042500', '192121.502500', '192121.962500', '192122.422500', '192122.882500', '192123.342500', '192123.802500', '192124.262500', '192124.722500', '192125.182500', '192125.642500', '192126.102500', '192126.562500', '192127.022500', '192127.482500', '192127.942500', '192128.402500', '192128.862500', '192129.322500', '192129.782500', '192130.242500', '192130.702500', '192131.162500', '192131.622500', '192132.082500', '192132.542500', '192133.002500', '192133.462500', '192133.922500', '192134.382500', '192134.842500', '192135.302500', '192135.762500', '192136.222500', '192136.682500', '192137.142500', '192137.602500', '192138.062500', '192138.522500', '192138.982500', '192139.442500', '192139.902500', '192140.362500', '192140.822500', '192141.282500', '192141.742500', '192142.202500', '192142.662500', '192143.122500', '192143.582500', '192144.042500', '192144.502500', '192144.962500', '192145.422500', '192145.882500', '192146.342500', '192146.802500', '192147.262500', '192147.722500', '192148.182500', '192148.642500', '192149.102500', '192149.562500', '192150.022500', '192150.482500', '192150.942500', '192151.402500', '192151.862500', '192152.322500', '192152.782500', '192153.242500', '192153.702500', '192154.162500', '192154.622500', '192155.082500', '192155.542500', '192156.002500', '192156.462500', '192156.922500', '192157.382500', '192157.842500', '192158.302500', '192158.762500', '192159.222500', '192159.682500', '192200.142500', '192200.602500', '192201.062500', '192201.522500', '192201.982500', '192202.442500', '192202.902500', '192203.362500', '192203.822500', '192204.282500', '192204.742500', '192205.202500', '192205.662500', '192206.122500', '192206.582500', '192207.042500', '192207.502500', '192207.962500', '192208.422500', '192208.882500', '192209.342500', '192209.802500', '192210.262500', '192210.722500', '192211.182500', '192211.642500', '192212.102500', '192212.562500', '192213.022500', '192213.482500', '192213.942500', '192214.402500', '192214.862500', '192215.322500', '192215.782500', '192216.242500', '192216.702500', '192217.162500', '192217.622500', '192218.082500', '192218.542500', '192219.002500', '192219.462500', '192219.922500', '192220.382500', '192220.842500', '192221.302500', '192221.762500', '192222.222500', '192222.682500', '192223.142500', '192223.602500', '192224.062500', '192224.522500', '192224.982500', '192225.442500', '192225.902500', '192226.362500', '192226.822500', '192227.282500', '192227.742500', '192228.202500', '192228.662500', '192229.122500', '192229.582500', '192230.042500', '192230.502500', '192230.962500', '192231.422500', '192231.882500', '192232.342500', '192232.802500', '192233.262500', '192233.722500', '192234.182500', '192234.642500', '192235.102500', '192235.562500', '192236.022500', '192236.482500', '192236.942500', '192237.402500', '192237.862500', '192238.322500', '192238.782500', '192239.242500', '192239.702500', '192240.162500', '192240.622500', '192241.082500', '192241.542500', '192242.002500', '192242.462500', '192242.922500', '192243.382500', '192243.842500', '192244.302500', '192244.762500', '192245.222500', '192245.682500', '192246.142500', '192246.602500', '192247.062500', '192247.522500', '192247.982500', '192248.442500', '192248.902500', '192249.362500', '192249.822500', '192250.282500', '192250.742500', '192251.202500', '192251.662500', '192252.122500', '192252.582500', '192253.042500', '192253.502500', '192253.962500', '192254.422500', '192254.882500', '192255.342500', '192255.802500', '192256.262500', '192256.722500', '192257.182500', '192257.642500', '192258.102500', '192258.562500', '192259.022500', '192259.482500', '192259.942500', '192300.402500', '192300.862500', '192301.322500', '192301.782500', '192302.242500', '192302.702500', '192303.162500', '192303.622500', '192304.082500', '192304.542500', '192305.002500', '192305.462500', '192305.922500', '192306.382500', '192306.842500', '192307.302500', '192307.762500', '192308.222500', '192308.682500', '192309.142500', '192309.602500', '192310.062500', '192310.522500', '192310.982500', '192311.442500', '192311.902500', '192312.362500', '192312.822500', '192313.282500', '192313.742500', '192314.202500', '192314.662500', '192315.122500', '192315.582500', '192316.042500', '192316.502500', '192316.962500', '192317.422500', '192317.882500', '192318.342500', '192318.802500', '192319.262500', '192319.722500', '192320.182500', '192320.642500', '192321.102500', '192321.562500', '192322.022500', '192322.482500', '192322.942500', '192323.402500', '192323.862500', '192324.322500', '192324.782500', '192325.242500', '192325.702500', '192326.162500', '192326.622500', '192327.082500', '192327.542500', '192328.002500', '192328.462500', '192328.922500', '192329.382500', '192329.842500', '192330.302500', '192330.762500', '192331.222500', '192331.682500', '192332.142500', '192332.602500', '192333.062500', '192333.522500', '192333.982500', '192334.442500', '192334.902500', '192335.362500', '192335.822500', '192336.282500', '192336.742500', '192337.202500', '192337.662500', '192338.122500', '192338.582500', '192339.042500', '192339.502500', '192339.962500', '192340.422500', '192340.882500', '192341.342500', '192341.802500', '192342.262500', '192342.722500', '192343.182500', '192343.642500', '192344.102500', '192344.562500', '192345.022500', '192345.482500', '192345.942500', '192346.402500', '192346.862500', '192347.322500', '192347.782500', '192348.242500', '192348.702500', '192349.162500', '192349.622500', '192350.082500', '192350.542500', '192351.002500', '192351.462500', '192351.922500', '192352.382500', '192352.842500', '192353.302500', '192353.762500', '192354.222500', '192354.682500', '192355.142500', '192355.602500', '192356.062500', '192356.522500', '192356.982500', '192357.442500', '192357.902500', '192358.362500', '192358.822500', '192359.282500', '192359.742500', '192400.202500', '192400.662500', '192401.122500', '192401.582500', '192402.042500', '192402.502500', '192402.962500', '192403.422500', '192403.882500', '192404.342500', '192404.802500', '192405.262500', '192405.722500', '192406.182500', '192406.642500', '192407.102500', '192407.562500', '192408.022500', '192408.482500', '192408.942500', '192409.402500', '192409.862500', '192410.322500', '192410.782500', '192411.242500', '192411.702500', '192412.162500', '192412.622500', '192413.082500', '192413.542500', '192414.002500', '192414.462500', '192414.922500', '192415.382500', '192415.842500', '192416.302500', '192416.762500', '192417.222500', '192417.682500', '192418.142500', '192418.602500', '192419.062500', '192419.522500', '192419.982500', '192420.442500', '192420.902500', '192421.362500', '192421.822500', '192422.282500', '192422.742500', '192423.202500', '192423.662500', '192424.122500', '192424.582500', '192425.042500', '192425.502500', '192425.962500', '192426.422500', '192426.882500', '192427.342500', '192427.802500', '192428.262500', '192428.722500', '192429.182500', '192429.642500', '192430.102500', '192430.562500', '192431.022500', '192431.482500', '192431.942500', '192432.402500', '192432.862500', '192433.322500', '192433.782500', '192434.242500', '192434.702500', '192435.162500', '192435.622500', '192436.082500', '192436.542500', '192437.002500', '192437.462500', '192437.922500', '192438.382500', '192438.842500', '192439.302500', '192439.762500', '192440.222500', '192440.682500', '192441.142500', '192441.602500', '192442.062500', '192442.522500', '192442.982500', '192443.442500', '192443.902500', '192444.362500', '192444.822500', '192445.282500', '192445.742500', '192446.202500', '192446.662500', '192447.122500', '192447.582500', '192448.042500', '192448.502500', '192448.962500', '192449.422500', '192449.882500', '192450.342500', '192450.802500', '192451.262500', '192451.722500', '192452.182500', '192452.642500', '192453.102500', '192453.562500', '192454.022500'], 'ContentTime': ['191828.690000', '191828.694000', '191828.697000', '191828.700000', '191828.703000', '191828.705000', '191828.708000', '191828.710000', '191828.713000', '191828.715000', '191828.718000', '191828.721000', '191828.723000', '191828.726000', '191828.728000', '191828.731000', '191828.733000', '191828.736000', '191828.739000', '191828.741000', '191828.744000', '191828.746000', '191828.749000', '191828.761000', '191828.763000', '191828.766000', '191828.768000', '191828.771000', '191828.774000', '191828.776000', '191848.663000', '191848.666000', '191848.669000', '191848.672000', '191848.674000', '191848.677000', '191848.679000', '191848.682000', '191848.684000', '191848.687000', '191848.690000', '191848.692000', '191848.695000', '191848.697000', '191848.700000', '191848.702000', '191848.705000', '191848.707000', '191848.710000', '191848.713000', '191848.715000', '191848.718000', '191848.720000', '191848.723000', '191848.725000', '191848.728000', '191848.731000', '191848.733000', '191848.736000', '191848.738000', '191848.741000', '191848.744000', '191848.746000', '191848.749000', '191848.751000', '191848.754000', '191848.756000', '191848.759000', '191848.761000', '191848.764000', '191848.767000', '191848.769000', '191848.772000', '191848.774000', '191908.663000', '191908.666000', '191908.669000', '191908.671000', '191908.674000', '191908.676000', '191908.679000', '191908.682000', '191908.684000', '191908.687000', '191908.689000', '191908.692000', '191908.694000', '191908.697000', '191908.699000', '191908.702000', '191908.705000', '191908.707000', '191908.710000', '191908.720000', '191908.723000', '191908.725000', '191908.728000', '191908.730000', '191908.733000', '191908.735000', '191908.738000', '191908.740000', '191908.743000', '191908.746000', '191908.748000', '191908.751000', '191908.753000', '191908.756000', '191908.758000', '191908.761000', '191908.764000', '191908.766000', '191908.770000', '191908.773000', '191908.775000', '191908.778000', '191908.781000', '191928.662000', '191928.665000', '191928.668000', '191928.670000', '191928.673000', '191928.676000', '191928.678000', '191928.681000', '191928.683000', '191928.693000', '191928.695000', '191928.698000', '191928.701000', '191928.703000', '191928.706000', '191928.708000', '191928.711000', '191928.713000', '191928.716000', '191928.719000', '191928.721000', '191928.724000', '191928.726000', '191928.729000', '191928.731000', '191928.734000', '191928.737000', '191928.739000', '191928.742000', '191928.744000', '191928.747000', '191928.749000', '191928.752000', '191928.755000', '191928.757000', '191928.760000', '191928.762000', '191928.765000', '191928.768000', '191928.770000', '191928.773000', '191928.775000', '191928.778000', '191928.781000', '191948.662000', '191948.665000', '191948.668000', '191948.670000', '191948.673000', '191948.675000', '191948.678000', '191948.681000', '191948.683000', '191948.686000', '191948.689000', '191948.691000', '191948.694000', '191948.696000', '191948.699000', '191948.701000', '191948.704000', '191948.707000', '191948.709000', '191948.712000', '191948.714000', '191948.717000', '191948.720000', '191948.722000', '191948.725000', '191948.728000', '191948.731000', '191948.734000', '191948.737000', '191948.740000', '191948.742000', '191948.745000', '191948.748000', '191948.750000', '191948.753000', '191948.755000', '191948.758000', '191948.761000', '191948.763000', '191948.766000', '191948.768000', '191948.771000', '191948.773000', '192008.662000', '192008.665000', '192008.668000', '192008.670000', '192008.673000', '192008.676000', '192008.678000', '192008.681000', '192008.683000', '192008.686000', '192008.689000', '192008.691000', '192008.694000', '192008.696000', '192008.699000', '192008.701000', '192008.704000', '192008.706000', '192008.709000', '192008.712000', '192008.714000', '192008.717000', '192008.719000', '192008.722000', '192008.724000', '192008.727000', '192008.730000', '192008.732000', '192008.735000', '192008.738000', '192008.740000', '192008.743000', '192008.745000', '192008.748000', '192008.751000', '192008.753000', '192008.756000', '192008.759000', '192008.761000', '192008.764000', '192008.766000', '192008.769000', '192008.771000', '192008.774000', '192028.662000', '192028.665000', '192028.668000', '192028.670000', '192028.673000', '192028.675000', '192028.678000', '192028.681000', '192028.683000', '192028.686000', '192028.688000', '192028.691000', '192028.694000', '192028.696000', '192028.699000', '192028.701000', '192028.704000', '192028.706000', '192028.709000', '192028.712000', '192028.714000', '192028.717000', '192028.719000', '192028.722000', '192028.725000', '192028.727000', '192028.730000', '192028.732000', '192028.735000', '192028.738000', '192028.740000', '192028.743000', '192028.745000', '192028.748000', '192028.750000', '192028.753000', '192028.756000', '192028.758000', '192028.761000', '192028.764000', '192028.766000', '192028.769000', '192028.771000', '192048.663000', '192048.665000', '192048.668000', '192048.670000', '192048.673000', '192048.676000', '192048.678000', '192048.681000', '192048.683000', '192048.686000', '192048.688000', '192048.691000', '192048.694000', '192048.696000', '192048.699000', '192048.702000', '192048.704000', '192048.707000', '192048.709000', '192048.712000', '192048.715000', '192048.717000', '192048.720000', '192048.722000', '192048.725000', '192048.727000', '192048.730000', '192048.733000', '192048.735000', '192048.738000', '192048.740000', '192048.743000', '192048.746000', '192048.748000', '192048.751000', '192048.754000', '192048.756000', '192048.759000', '192048.762000', '192048.764000', '192048.767000', '192048.769000', '192048.772000', '192048.775000', '192108.664000', '192108.666000', '192108.669000', '192108.672000', '192108.685000', '192108.687000', '192108.690000', '192108.693000', '192108.695000', '192108.698000', '192108.700000', '192108.703000', '192108.705000', '192108.708000', '192108.711000', '192108.713000', '192108.716000', '192108.718000', '192108.721000', '192108.724000', '192108.726000', '192108.729000', '192108.731000', '192108.734000', '192108.737000', '192108.739000', '192108.742000', '192108.745000', '192108.747000', '192108.750000', '192108.752000', '192108.755000', '192108.757000', '192108.760000', '192108.763000', '192108.765000', '192108.768000', '192108.770000', '192108.774000', '192108.777000', '192108.780000', '192108.782000', '192108.785000', '192128.664000', '192128.666000', '192128.669000', '192128.672000', '192128.674000', '192128.677000', '192128.679000', '192128.682000', '192128.685000', '192128.687000', '192128.690000', '192128.692000', '192128.695000', '192128.698000', '192128.700000', '192128.703000', '192128.705000', '192128.708000', '192128.711000', '192128.713000', '192128.716000', '192128.718000', '192128.721000', '192128.724000', '192128.726000', '192128.729000', '192128.731000', '192128.734000', '192128.737000', '192128.739000', '192128.742000', '192128.744000', '192128.747000', '192128.750000', '192128.752000', '192128.755000', '192128.757000', '192128.760000', '192128.763000', '192128.765000', '192128.768000', '192128.770000', '192128.773000', '192128.776000', '192148.662000', '192148.665000', '192148.668000', '192148.671000', '192148.673000', '192148.676000', '192148.679000', '192148.681000', '192148.684000', '192148.686000', '192148.689000', '192148.692000', '192148.694000', '192148.697000', '192148.699000', '192148.702000', '192148.705000', '192148.707000', '192148.710000', '192148.712000', '192148.715000', '192148.718000', '192148.720000', '192148.723000', '192148.725000', '192148.728000', '192148.731000', '192148.733000', '192148.736000', '192148.739000', '192148.741000', '192148.744000', '192148.746000', '192148.749000', '192148.752000', '192148.754000', '192148.757000', '192148.759000', '192148.762000', '192148.765000', '192148.767000', '192148.770000', '192148.772000', '192208.662000', '192208.665000', '192208.668000', '192208.671000', '192208.673000', '192208.676000', '192208.678000', '192208.681000', '192208.684000', '192208.686000', '192208.689000', '192208.691000', '192208.694000', '192208.697000', '192208.699000', '192208.702000', '192208.704000', '192208.707000', '192208.710000', '192208.712000', '192208.715000', '192208.717000', '192208.720000', '192208.722000', '192208.725000', '192208.728000', '192208.730000', '192208.733000', '192208.735000', '192208.738000', '192208.741000', '192208.744000', '192208.746000', '192208.749000', '192208.751000', '192208.754000', '192208.756000', '192208.759000', '192208.762000', '192208.764000', '192208.767000', '192208.770000', '192208.772000', '192208.775000', '192228.662000', '192228.665000', '192228.668000', '192228.671000', '192228.673000', '192228.676000', '192228.678000', '192228.681000', '192228.683000', '192228.686000', '192228.689000', '192228.691000', '192228.694000', '192228.696000', '192228.699000', '192228.702000', '192228.704000', '192228.707000', '192228.709000', '192228.712000', '192228.714000', '192228.717000', '192228.720000', '192228.722000', '192228.725000', '192228.727000', '192228.730000', '192228.732000', '192228.735000', '192228.751000', '192228.754000', '192228.757000', '192228.759000', '192228.762000', '192228.764000', '192228.767000', '192228.769000', '192228.772000', '192228.775000', '192228.777000', '192228.780000', '192228.782000', '192228.785000', '192248.662000', '192248.665000', '192248.668000', '192248.670000', '192248.673000', '192248.675000', '192248.678000', '192248.681000', '192248.683000', '192248.686000', '192248.688000', '192248.691000', '192248.693000', '192248.696000', '192248.699000', '192248.701000', '192248.704000', '192248.707000', '192248.709000', '192248.712000', '192248.715000', '192248.717000', '192248.720000', '192248.722000', '192248.725000', '192248.727000', '192248.730000', '192248.733000', '192248.735000', '192248.738000', '192248.741000', '192248.743000', '192248.746000', '192248.748000', '192248.751000', '192248.753000', '192248.756000', '192248.759000', '192248.761000', '192248.764000', '192248.767000', '192248.774000', '192248.777000', '192248.779000', '192308.662000', '192308.665000', '192308.668000', '192308.670000', '192308.673000', '192308.676000', '192308.678000', '192308.681000', '192308.683000', '192308.686000', '192308.688000', '192308.691000', '192308.694000', '192308.696000', '192308.699000', '192308.701000', '192308.704000', '192308.707000', '192308.709000', '192308.712000', '192308.714000', '192308.717000', '192308.719000', '192308.722000', '192308.725000', '192308.727000', '192308.730000', '192308.732000', '192308.735000', '192308.738000', '192308.740000', '192308.743000', '192308.745000', '192308.748000', '192308.750000', '192308.753000', '192308.756000', '192308.758000', '192308.761000', '192308.763000', '192308.766000', '192308.769000', '192308.771000', '192328.663000', '192328.666000', '192328.669000', '192328.671000', '192328.674000', '192328.677000', '192328.679000', '192328.682000', '192328.685000', '192328.687000', '192328.690000', '192328.692000', '192328.695000', '192328.698000', '192328.700000', '192328.703000', '192328.705000', '192328.708000', '192328.711000', '192328.713000', '192328.716000', '192328.718000', '192328.721000', '192328.724000', '192328.726000', '192328.729000', '192328.732000', '192328.734000', '192328.737000', '192328.739000', '192328.742000', '192328.745000', '192328.747000', '192328.750000', '192328.752000', '192328.755000', '192328.757000', '192328.760000', '192328.763000', '192328.765000', '192328.768000', '192328.771000', '192328.773000', '192328.776000', '192348.664000', '192348.666000', '192348.669000', '192348.672000', '192348.674000', '192348.677000', '192348.679000', '192348.682000', '192348.684000', '192348.687000', '192348.690000', '192348.692000', '192348.695000', '192348.698000', '192348.700000', '192348.703000', '192348.706000', '192348.708000', '192348.711000', '192348.713000', '192348.716000', '192348.719000', '192348.721000', '192348.724000', '192348.726000', '192348.729000', '192348.732000', '192348.734000', '192348.737000', '192348.739000', '192348.742000', '192348.751000', '192348.754000', '192348.757000', '192348.759000', '192348.762000', '192348.764000', '192348.767000', '192348.770000', '192348.772000', '192348.789000', '192348.792000', '192348.795000', '192408.662000', '192408.666000', '192408.668000', '192408.671000', '192408.674000', '192408.677000', '192408.679000', '192408.682000', '192408.685000', '192408.687000', '192408.690000', '192408.693000', '192408.696000', '192408.698000', '192408.701000', '192408.704000', '192408.706000', '192408.709000', '192408.711000', '192408.714000', '192408.716000', '192408.719000', '192408.722000', '192408.724000', '192408.727000', '192408.729000', '192408.732000', '192408.735000', '192408.737000', '192408.740000', '192408.743000', '192408.745000', '192408.748000', '192408.750000', '192408.753000', '192408.756000', '192408.758000', '192408.761000', '192408.763000', '192408.766000', '192408.769000', '192408.771000', '192408.774000', '192428.662000', '192428.665000', '192428.668000', '192428.670000', '192428.673000', '192428.675000', '192428.678000', '192428.681000', '192428.683000', '192428.686000', '192428.688000', '192428.691000', '192428.693000', '192428.696000', '192428.699000', '192428.701000', '192428.704000', '192428.706000', '192428.709000', '192428.712000', '192428.714000', '192428.717000', '192428.719000', '192428.722000', '192428.724000', '192428.727000', '192428.730000', '192428.732000', '192428.735000', '192428.737000', '192428.740000', '192428.743000', '192428.745000', '192428.748000', '192428.750000', '192428.753000', '192428.755000', '192428.758000', '192428.761000', '192428.763000', '192428.766000', '192428.768000', '192428.771000', '192428.774000', '192448.662000', '192448.665000', '192448.668000', '192448.670000', '192448.673000', '192448.676000', '192448.679000', '192448.681000', '192448.684000', '192448.687000', '192448.690000', '192448.693000', '192448.695000', '192448.698000', '192448.701000', '192448.703000', '192448.706000', '192448.708000', '192448.711000', '192448.714000', '192448.716000', '192448.719000', '192448.722000', '192448.724000', '192448.727000', '192448.730000', '192448.732000', '192448.735000', '192448.738000', '192448.740000', '192448.743000', '192448.745000', '192448.748000', '192448.751000', '192448.753000', '192448.756000', '192448.759000', '192448.761000', '192448.764000', '192448.766000', '192448.769000', '192448.772000', '192448.774000', '192455.539000', '192455.542000', '192455.545000', '192455.548000', '192455.550000', '192455.553000', '192455.555000', '192455.558000', '192455.560000', '192455.563000', '192455.566000', '192455.568000', '192455.571000', '192455.574000', '192455.576000', '192455.579000'], 'InstanceCreationTime': ['191828.690000', '191828.694000', '191828.697000', '191828.700000', '191828.703000', '191828.705000', '191828.708000', '191828.710000', '191828.713000', '191828.715000', '191828.718000', '191828.721000', '191828.723000', '191828.726000', '191828.728000', '191828.731000', '191828.733000', '191828.736000', '191828.739000', '191828.741000', '191828.744000', '191828.746000', '191828.749000', '191828.761000', '191828.763000', '191828.766000', '191828.768000', '191828.771000', '191828.774000', '191828.776000', '191848.663000', '191848.666000', '191848.669000', '191848.672000', '191848.674000', '191848.677000', '191848.679000', '191848.682000', '191848.684000', '191848.687000', '191848.690000', '191848.692000', '191848.695000', '191848.697000', '191848.700000', '191848.702000', '191848.705000', '191848.707000', '191848.710000', '191848.713000', '191848.715000', '191848.718000', '191848.720000', '191848.723000', '191848.725000', '191848.728000', '191848.731000', '191848.733000', '191848.736000', '191848.738000', '191848.741000', '191848.744000', '191848.746000', '191848.749000', '191848.751000', '191848.754000', '191848.756000', '191848.759000', '191848.761000', '191848.764000', '191848.767000', '191848.769000', '191848.772000', '191848.774000', '191908.663000', '191908.666000', '191908.669000', '191908.671000', '191908.674000', '191908.676000', '191908.679000', '191908.682000', '191908.684000', '191908.687000', '191908.689000', '191908.692000', '191908.694000', '191908.697000', '191908.699000', '191908.702000', '191908.705000', '191908.707000', '191908.710000', '191908.720000', '191908.723000', '191908.725000', '191908.728000', '191908.730000', '191908.733000', '191908.735000', '191908.738000', '191908.740000', '191908.743000', '191908.746000', '191908.748000', '191908.751000', '191908.753000', '191908.756000', '191908.758000', '191908.761000', '191908.764000', '191908.766000', '191908.770000', '191908.773000', '191908.775000', '191908.778000', '191908.781000', '191928.662000', '191928.665000', '191928.668000', '191928.670000', '191928.673000', '191928.676000', '191928.678000', '191928.681000', '191928.683000', '191928.693000', '191928.695000', '191928.698000', '191928.701000', '191928.703000', '191928.706000', '191928.708000', '191928.711000', '191928.713000', '191928.716000', '191928.719000', '191928.721000', '191928.724000', '191928.726000', '191928.729000', '191928.731000', '191928.734000', '191928.737000', '191928.739000', '191928.742000', '191928.744000', '191928.747000', '191928.749000', '191928.752000', '191928.755000', '191928.757000', '191928.760000', '191928.762000', '191928.765000', '191928.768000', '191928.770000', '191928.773000', '191928.775000', '191928.778000', '191928.781000', '191948.662000', '191948.665000', '191948.668000', '191948.670000', '191948.673000', '191948.675000', '191948.678000', '191948.681000', '191948.683000', '191948.686000', '191948.689000', '191948.691000', '191948.694000', '191948.696000', '191948.699000', '191948.701000', '191948.704000', '191948.707000', '191948.709000', '191948.712000', '191948.714000', '191948.717000', '191948.720000', '191948.722000', '191948.725000', '191948.728000', '191948.731000', '191948.734000', '191948.737000', '191948.740000', '191948.742000', '191948.745000', '191948.748000', '191948.750000', '191948.753000', '191948.755000', '191948.758000', '191948.761000', '191948.763000', '191948.766000', '191948.768000', '191948.771000', '191948.773000', '192008.662000', '192008.665000', '192008.668000', '192008.670000', '192008.673000', '192008.676000', '192008.678000', '192008.681000', '192008.683000', '192008.686000', '192008.689000', '192008.691000', '192008.694000', '192008.696000', '192008.699000', '192008.701000', '192008.704000', '192008.706000', '192008.709000', '192008.712000', '192008.714000', '192008.717000', '192008.719000', '192008.722000', '192008.724000', '192008.727000', '192008.730000', '192008.732000', '192008.735000', '192008.738000', '192008.740000', '192008.743000', '192008.745000', '192008.748000', '192008.751000', '192008.753000', '192008.756000', '192008.759000', '192008.761000', '192008.764000', '192008.766000', '192008.769000', '192008.771000', '192008.774000', '192028.662000', '192028.665000', '192028.668000', '192028.670000', '192028.673000', '192028.675000', '192028.678000', '192028.681000', '192028.683000', '192028.686000', '192028.688000', '192028.691000', '192028.694000', '192028.696000', '192028.699000', '192028.701000', '192028.704000', '192028.706000', '192028.709000', '192028.712000', '192028.714000', '192028.717000', '192028.719000', '192028.722000', '192028.725000', '192028.727000', '192028.730000', '192028.732000', '192028.735000', '192028.738000', '192028.740000', '192028.743000', '192028.745000', '192028.748000', '192028.750000', '192028.753000', '192028.756000', '192028.758000', '192028.761000', '192028.764000', '192028.766000', '192028.769000', '192028.771000', '192048.663000', '192048.665000', '192048.668000', '192048.670000', '192048.673000', '192048.676000', '192048.678000', '192048.681000', '192048.683000', '192048.686000', '192048.688000', '192048.691000', '192048.694000', '192048.696000', '192048.699000', '192048.702000', '192048.704000', '192048.707000', '192048.709000', '192048.712000', '192048.715000', '192048.717000', '192048.720000', '192048.722000', '192048.725000', '192048.727000', '192048.730000', '192048.733000', '192048.735000', '192048.738000', '192048.740000', '192048.743000', '192048.746000', '192048.748000', '192048.751000', '192048.754000', '192048.756000', '192048.759000', '192048.762000', '192048.764000', '192048.767000', '192048.769000', '192048.772000', '192048.775000', '192108.664000', '192108.666000', '192108.669000', '192108.672000', '192108.685000', '192108.687000', '192108.690000', '192108.693000', '192108.695000', '192108.698000', '192108.700000', '192108.703000', '192108.705000', '192108.708000', '192108.711000', '192108.713000', '192108.716000', '192108.718000', '192108.721000', '192108.724000', '192108.726000', '192108.729000', '192108.731000', '192108.734000', '192108.737000', '192108.739000', '192108.742000', '192108.745000', '192108.747000', '192108.750000', '192108.752000', '192108.755000', '192108.757000', '192108.760000', '192108.763000', '192108.765000', '192108.768000', '192108.770000', '192108.774000', '192108.777000', '192108.780000', '192108.782000', '192108.785000', '192128.664000', '192128.666000', '192128.669000', '192128.672000', '192128.674000', '192128.677000', '192128.679000', '192128.682000', '192128.685000', '192128.687000', '192128.690000', '192128.692000', '192128.695000', '192128.698000', '192128.700000', '192128.703000', '192128.705000', '192128.708000', '192128.711000', '192128.713000', '192128.716000', '192128.718000', '192128.721000', '192128.724000', '192128.726000', '192128.729000', '192128.731000', '192128.734000', '192128.737000', '192128.739000', '192128.742000', '192128.744000', '192128.747000', '192128.750000', '192128.752000', '192128.755000', '192128.757000', '192128.760000', '192128.763000', '192128.765000', '192128.768000', '192128.770000', '192128.773000', '192128.776000', '192148.662000', '192148.665000', '192148.668000', '192148.671000', '192148.673000', '192148.676000', '192148.679000', '192148.681000', '192148.684000', '192148.686000', '192148.689000', '192148.692000', '192148.694000', '192148.697000', '192148.699000', '192148.702000', '192148.705000', '192148.707000', '192148.710000', '192148.712000', '192148.715000', '192148.718000', '192148.720000', '192148.723000', '192148.725000', '192148.728000', '192148.731000', '192148.733000', '192148.736000', '192148.739000', '192148.741000', '192148.744000', '192148.746000', '192148.749000', '192148.752000', '192148.754000', '192148.757000', '192148.759000', '192148.762000', '192148.765000', '192148.767000', '192148.770000', '192148.772000', '192208.662000', '192208.665000', '192208.668000', '192208.671000', '192208.673000', '192208.676000', '192208.678000', '192208.681000', '192208.684000', '192208.686000', '192208.689000', '192208.691000', '192208.694000', '192208.697000', '192208.699000', '192208.702000', '192208.704000', '192208.707000', '192208.710000', '192208.712000', '192208.715000', '192208.717000', '192208.720000', '192208.722000', '192208.725000', '192208.728000', '192208.730000', '192208.733000', '192208.735000', '192208.738000', '192208.741000', '192208.744000', '192208.746000', '192208.749000', '192208.751000', '192208.754000', '192208.756000', '192208.759000', '192208.762000', '192208.764000', '192208.767000', '192208.770000', '192208.772000', '192208.775000', '192228.662000', '192228.665000', '192228.668000', '192228.671000', '192228.673000', '192228.676000', '192228.678000', '192228.681000', '192228.683000', '192228.686000', '192228.689000', '192228.691000', '192228.694000', '192228.696000', '192228.699000', '192228.702000', '192228.704000', '192228.707000', '192228.709000', '192228.712000', '192228.714000', '192228.717000', '192228.720000', '192228.722000', '192228.725000', '192228.727000', '192228.730000', '192228.732000', '192228.735000', '192228.751000', '192228.754000', '192228.757000', '192228.759000', '192228.762000', '192228.764000', '192228.767000', '192228.769000', '192228.772000', '192228.775000', '192228.777000', '192228.780000', '192228.782000', '192228.785000', '192248.662000', '192248.665000', '192248.668000', '192248.670000', '192248.673000', '192248.675000', '192248.678000', '192248.681000', '192248.683000', '192248.686000', '192248.688000', '192248.691000', '192248.693000', '192248.696000', '192248.699000', '192248.701000', '192248.704000', '192248.707000', '192248.709000', '192248.712000', '192248.715000', '192248.717000', '192248.720000', '192248.722000', '192248.725000', '192248.727000', '192248.730000', '192248.733000', '192248.735000', '192248.738000', '192248.741000', '192248.743000', '192248.746000', '192248.748000', '192248.751000', '192248.753000', '192248.756000', '192248.759000', '192248.761000', '192248.764000', '192248.767000', '192248.774000', '192248.777000', '192248.779000', '192308.662000', '192308.665000', '192308.668000', '192308.670000', '192308.673000', '192308.676000', '192308.678000', '192308.681000', '192308.683000', '192308.686000', '192308.688000', '192308.691000', '192308.694000', '192308.696000', '192308.699000', '192308.701000', '192308.704000', '192308.707000', '192308.709000', '192308.712000', '192308.714000', '192308.717000', '192308.719000', '192308.722000', '192308.725000', '192308.727000', '192308.730000', '192308.732000', '192308.735000', '192308.738000', '192308.740000', '192308.743000', '192308.745000', '192308.748000', '192308.750000', '192308.753000', '192308.756000', '192308.758000', '192308.761000', '192308.763000', '192308.766000', '192308.769000', '192308.771000', '192328.663000', '192328.666000', '192328.669000', '192328.671000', '192328.674000', '192328.677000', '192328.679000', '192328.682000', '192328.685000', '192328.687000', '192328.690000', '192328.692000', '192328.695000', '192328.698000', '192328.700000', '192328.703000', '192328.705000', '192328.708000', '192328.711000', '192328.713000', '192328.716000', '192328.718000', '192328.721000', '192328.724000', '192328.726000', '192328.729000', '192328.732000', '192328.734000', '192328.737000', '192328.739000', '192328.742000', '192328.745000', '192328.747000', '192328.750000', '192328.752000', '192328.755000', '192328.757000', '192328.760000', '192328.763000', '192328.765000', '192328.768000', '192328.771000', '192328.773000', '192328.776000', '192348.664000', '192348.666000', '192348.669000', '192348.672000', '192348.674000', '192348.677000', '192348.679000', '192348.682000', '192348.684000', '192348.687000', '192348.690000', '192348.692000', '192348.695000', '192348.698000', '192348.700000', '192348.703000', '192348.706000', '192348.708000', '192348.711000', '192348.713000', '192348.716000', '192348.719000', '192348.721000', '192348.724000', '192348.726000', '192348.729000', '192348.732000', '192348.734000', '192348.737000', '192348.739000', '192348.742000', '192348.751000', '192348.754000', '192348.757000', '192348.759000', '192348.762000', '192348.764000', '192348.767000', '192348.770000', '192348.772000', '192348.789000', '192348.792000', '192348.795000', '192408.662000', '192408.666000', '192408.668000', '192408.671000', '192408.674000', '192408.677000', '192408.679000', '192408.682000', '192408.685000', '192408.687000', '192408.690000', '192408.693000', '192408.696000', '192408.698000', '192408.701000', '192408.704000', '192408.706000', '192408.709000', '192408.711000', '192408.714000', '192408.716000', '192408.719000', '192408.722000', '192408.724000', '192408.727000', '192408.729000', '192408.732000', '192408.735000', '192408.737000', '192408.740000', '192408.743000', '192408.745000', '192408.748000', '192408.750000', '192408.753000', '192408.756000', '192408.758000', '192408.761000', '192408.763000', '192408.766000', '192408.769000', '192408.771000', '192408.774000', '192428.662000', '192428.665000', '192428.668000', '192428.670000', '192428.673000', '192428.675000', '192428.678000', '192428.681000', '192428.683000', '192428.686000', '192428.688000', '192428.691000', '192428.693000', '192428.696000', '192428.699000', '192428.701000', '192428.704000', '192428.706000', '192428.709000', '192428.712000', '192428.714000', '192428.717000', '192428.719000', '192428.722000', '192428.724000', '192428.727000', '192428.730000', '192428.732000', '192428.735000', '192428.737000', '192428.740000', '192428.743000', '192428.745000', '192428.748000', '192428.750000', '192428.753000', '192428.755000', '192428.758000', '192428.761000', '192428.763000', '192428.766000', '192428.768000', '192428.771000', '192428.774000', '192448.662000', '192448.665000', '192448.668000', '192448.670000', '192448.673000', '192448.676000', '192448.679000', '192448.681000', '192448.684000', '192448.687000', '192448.690000', '192448.693000', '192448.695000', '192448.698000', '192448.701000', '192448.703000', '192448.706000', '192448.708000', '192448.711000', '192448.714000', '192448.716000', '192448.719000', '192448.722000', '192448.724000', '192448.727000', '192448.730000', '192448.732000', '192448.735000', '192448.738000', '192448.740000', '192448.743000', '192448.745000', '192448.748000', '192448.751000', '192448.753000', '192448.756000', '192448.759000', '192448.761000', '192448.764000', '192448.766000', '192448.769000', '192448.772000', '192448.774000', '192455.539000', '192455.542000', '192455.545000', '192455.548000', '192455.550000', '192455.553000', '192455.555000', '192455.558000', '192455.560000', '192455.563000', '192455.566000', '192455.568000', '192455.571000', '192455.574000', '192455.576000', '192455.579000'], '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': [9903, 11007, 12556, 15513, 11513, 17185, 11470, 12837, 9920, 9990, 12674, 10526, 10927, 10426, 11680, 10111, 13869, 11625, 13073, 12314, 10072, 17690, 10679, 15800, 10808, 14155, 10454, 14537, 11295, 13816, 11276, 10536, 16938, 11371, 14766, 10766, 10091, 10591, 9507, 10076, 10147, 10347, 10664, 13557, 10803, 13014, 11106, 10280, 15148, 10389, 14774, 10187, 13796, 10642, 11514, 11902, 10707, 11514, 10028, 12853, 11574, 10894, 10835, 10118, 10708, 9197, 10490, 9435, 9278, 9995, 14476, 11422, 12875, 10694, 9542, 16547, 10133, 14421, 10895, 11042, 9745, 9208, 13624, 10454, 12084, 9931, 9484, 11634, 9878, 10264, 10330, 7864, 10615, 12080, 11291, 12512, 10824, 11771, 10175, 10978, 10039, 10603, 9200, 11314, 9218, 10593, 17535, 12413, 16227, 11454, 12613, 9350, 10880, 8721, 10644, 11241, 12776, 10981, 15414, 15618, 12926, 16203, 11160, 10588, 10481, 10129, 12446, 10613, 10761, 11291, 10060, 12577, 8141, 10575, 8515, 10760, 8690, 8716, 11480, 11183, 12824, 10968, 9155, 11782, 15489, 12994, 14477, 16292, 12014, 16078, 17229, 14660, 16191, 12195, 12314, 17562, 13550, 15522, 16980, 12964, 15064, 12151, 11854, 14777, 12038, 12581, 11671, 10509, 11236, 9504, 11606, 10831, 11911, 10974, 10178, 12205, 16010, 12344, 14368, 9664, 11695, 16076, 11210, 11739, 8554, 11213, 13417, 11019, 11940, 10324, 10216, 7672, 11223, 12572, 11088, 11461, 11916, 11719, 13357, 11224, 11506, 9769, 10670, 12682, 11067, 11696, 7916, 10505, 12745, 11116, 11933, 9055, 10662, 15334, 10673, 13271, 10736, 11226, 16041, 10763, 12938, 8972, 10737, 15598, 11267, 12727, 9840, 11051, 9791, 11513, 15981, 11499, 13642, 16724, 11833, 15684, 10578, 11072, 11691, 9376, 9196, 8923, 7682, 9251, 7830, 12390, 16915, 12822, 16306, 10799, 11700, 9804, 12533, 17409, 12799, 14643, 14218, 11351, 15071, 10193, 11049, 16797, 11675, 13110, 10868, 10063, 9290, 9458, 9310, 10896, 8702, 11509, 8948, 8290, 13502, 8497, 14865, 11498, 14580, 12497, 12794, 12439, 8795, 12104, 17793, 13530, 16168, 17209, 15513, 15875, 10783, 15987, 10581, 15958, 14268, 12869, 17725, 10141, 15837, 9346, 10979, 9344, 8485, 10806, 16481, 9177, 13302, 8567, 10152, 8457, 11114, 9330, 14128, 9600, 13884, 9483, 9766, 15694, 9755, 12440, 9535, 10068, 13296, 10322, 11502, 10473, 11440, 10468, 10721, 10269, 11486, 13804, 9831, 10910, 16596, 10782, 15703, 10955, 11790, 17498, 11046, 14515, 10551, 10961, 9488, 10145, 13182, 10425, 11956, 11619, 10269, 14874, 11149, 11720, 10027, 9951, 10558, 9630, 8156, 11032, 16063, 10461, 12798, 17164, 11337, 15698, 10790, 11867, 17204, 10952, 14753, 10889, 10978, 9543, 10845, 14136, 10483, 11778, 10424, 10307, 9429, 10800, 15538, 10699, 12692, 10932, 11065, 15879, 10965, 13936, 9650, 11386, 17519, 11749, 15307, 10410, 11373, 16952, 11987, 14646, 13298, 11558, 16955, 11571, 13781, 9553, 11065, 13418, 11905, 11131, 12007, 11347, 11921, 10277, 10831, 13430, 11299, 11275, 10301, 10176, 9350, 10762, 11700, 10154, 10604, 9136, 9150, 7654, 11777, 13021, 10627, 10938, 17008, 11742, 11977, 17449, 11071, 15505, 10709, 11335, 17337, 10835, 14562, 11902, 11205, 12187, 9591, 12945, 8789, 10581, 10460, 8519, 7935, 8841, 7781, 9986, 7688, 10848, 8734, 14818, 11182, 12982, 11529, 13158, 14827, 14197, 13483, 13962, 12736, 11198, 9944, 14318, 16673, 12821, 16171, 11732, 17646, 17112, 14621, 15361, 11306, 10777, 10307, 9607, 14306, 11009, 13677, 18010, 14463, 15053, 11454, 12421, 10170, 10573, 10200, 10172, 10395, 10480, 10533, 9425, 12783, 10628, 12585, 11758, 11154, 10570, 9410, 14193, 11374, 12705, 9784, 9919, 16947, 11562, 14466, 10398, 11163, 10841, 10454, 10504, 11349, 13573, 11400, 10830, 17049, 12008, 13652, 10849, 10541, 14218, 11088, 12729, 10891, 11319, 12533, 10434, 9804, 10780, 14335, 12187, 11281, 12972, 11674, 14558, 12165, 11714, 11954, 11064, 15766, 12517, 13081, 10816, 11206, 15697, 12733, 13628, 11396, 11489, 15118, 13123, 11036, 11167, 10940, 13424, 11447, 12114, 12725, 10784, 9828, 12006, 13907, 12821, 11758, 11267, 12901, 14471, 12619, 12378, 12481, 10676, 11867, 10599, 9856, 10423, 7990, 12730, 12183, 12672, 15984, 10162, 11994, 14506, 12245, 14648, 12562, 14183, 11875, 11780, 9071, 12366, 11527, 12432, 13861, 12346, 13151, 12495, 12417, 11493, 11419, 14125, 12985, 14826, 10138, 11259, 16383, 11268, 14958, 11932, 13889, 11388, 11098, 14097, 12443, 14155, 10106, 11394, 15874, 12591, 11809, 9417, 10584, 13881, 12308, 12089, 11658, 10224, 8833, 10113, 13915, 11771, 12825, 7951, 11258, 11175, 8685, 7975, 9273, 10190, 12082, 17584, 13221, 14984, 11126, 11173, 16141, 11109, 13740, 11528, 12548, 12129, 10515, 12090, 11311, 15339, 10346, 13944, 10251, 10774, 9387, 8199, 11564, 9138, 9406, 12823, 10291, 16682, 12836, 14211, 13290, 14760, 15011, 12823, 12252, 10098, 12282, 16772, 13151, 14597, 11504, 12048, 12267, 10494, 10707, 10996, 11933, 13365, 13127, 11786, 16830, 12741, 14490, 10841, 12532, 11152, 10875, 11134, 11354, 9802, 11552, 11590, 11619, 11138, 9536, 11702, 9948, 12640, 11596, 12616, 11842, 11285, 12423, 11334, 10741, 10506, 14432, 11557, 14695, 11287, 14378, 12184, 8878, 12255, 14871, 11967, 12763, 15351, 12018, 15023, 13553, 13337, 12424, 11756, 12002, 11474, 12083, 10562, 12244, 12574, 14801, 12449, 11054, 11863, 12253, 14684, 12955, 12311, 12363, 10530, 11440, 11019, 14551, 13197, 12364, 10412, 11359, 14536, 12715, 12760, 11592, 10138, 11664, 9596, 8486, 12271, 13332, 13164, 12467, 10903, 11036, 16669, 12203, 13889, 12861, 12659, 10714, 11288, 15393, 12213, 13678, 12938, 11871, 14027, 11447, 10582, 15691, 11292, 13196, 12696, 10235, 12639, 11229, 11450, 12440, 10148, 11162, 8987, 9063, 11409, 12526, 11951, 10528, 16083, 11823, 14283, 12309, 11217, 12039, 9874, 9498, 11791, 15399, 12333, 14627, 12522, 12980, 10075, 11805, 16787, 13654, 13578, 16206, 11913, 14783, 11967, 11319, 11531, 11365, 12816, 12610, 11368, 12757, 11191, 10315, 12108, 13592, 10182, 10912, 8467, 9394, 10480, 10386, 12009, 12870, 15723, 12738, 17467, 12238, 14717, 12280, 11521, 9704, 11874, 16059, 12097, 14225, 12699, 11743, 10305, 11508, 16045, 12905, 14233], 'WindowCenter': [4893.0, 4888.0, 4882.0, 4877.0, 4844.0, 4871.0, 4828.0, 4839.0, 4808.0, 4810.0, 4839.0, 4819.0, 4817.0, 4819.0, 4825.0, 4818.0, 4836.0, 4827.0, 4838.0, 4828.0, 4809.0, 4866.0, 4818.0, 4855.0, 4818.0, 4846.0, 4829.0, 4846.0, 4817.0, 4837.0, 4815.0, 4807.0, 4844.0, 4815.0, 4834.0, 4816.0, 4806.0, 4806.0, 4796.0, 4804.0, 4806.0, 4805.0, 4817.0, 4836.0, 4817.0, 4836.0, 4815.0, 4807.0, 4846.0, 4818.0, 4846.0, 4817.0, 4834.0, 4816.0, 4815.0, 4825.0, 4819.0, 4814.0, 4806.0, 4824.0, 4826.0, 4817.0, 4817.0, 4818.0, 4818.0, 4808.0, 4817.0, 4809.0, 4807.0, 4820.0, 4847.0, 4828.0, 4838.0, 4817.0, 4810.0, 4856.0, 4818.0, 4846.0, 4816.0, 4816.0, 4806.0, 4808.0, 4834.0, 4817.0, 4825.0, 4806.0, 4808.0, 4827.0, 4819.0, 4817.0, 4830.0, 4800.0, 4832.0, 4839.0, 4841.0, 4850.0, 4831.0, 4841.0, 4832.0, 4843.0, 4833.0, 4843.0, 4825.0, 4843.0, 4811.0, 4832.0, 4870.0, 4841.0, 4871.0, 4831.0, 4840.0, 4811.0, 4844.0, 4814.0, 4842.0, 4842.0, 4850.0, 4842.0, 4872.0, 4861.0, 4839.0, 4857.0, 4817.0, 4806.0, 4805.0, 4807.0, 4823.0, 4805.0, 4815.0, 4804.0, 4818.0, 4838.0, 4790.0, 4831.0, 4814.0, 4833.0, 4814.0, 4827.0, 4857.0, 4860.0, 4878.0, 4863.0, 4853.0, 4884.0, 4889.0, 4856.0, 4865.0, 4860.0, 4828.0, 4849.0, 4845.0, 4837.0, 4847.0, 4815.0, 4816.0, 4833.0, 4812.0, 4822.0, 4818.0, 4798.0, 4807.0, 4787.0, 4789.0, 4806.0, 4799.0, 4796.0, 4789.0, 4789.0, 4801.0, 4781.0, 4814.0, 4803.0, 4815.0, 4815.0, 4807.0, 4828.0, 4844.0, 4825.0, 4836.0, 4795.0, 4826.0, 4843.0, 4817.0, 4826.0, 4785.0, 4816.0, 4834.0, 4816.0, 4826.0, 4818.0, 4818.0, 4779.0, 4829.0, 4836.0, 4828.0, 4828.0, 4827.0, 4829.0, 4837.0, 4828.0, 4828.0, 4807.0, 4830.0, 4836.0, 4827.0, 4827.0, 4788.0, 4819.0, 4836.0, 4830.0, 4840.0, 4812.0, 4843.0, 4869.0, 4831.0, 4849.0, 4829.0, 4840.0, 4857.0, 4830.0, 4849.0, 4799.0, 4830.0, 4856.0, 4830.0, 4839.0, 4820.0, 4830.0, 4831.0, 4852.0, 4867.0, 4839.0, 4850.0, 4857.0, 4839.0, 4859.0, 4830.0, 4842.0, 4841.0, 4811.0, 4820.0, 4836.0, 4815.0, 4835.0, 4828.0, 4879.0, 4897.0, 4867.0, 4884.0, 4832.0, 4840.0, 4821.0, 4851.0, 4866.0, 4838.0, 4848.0, 4835.0, 4829.0, 4846.0, 4807.0, 4828.0, 4854.0, 4827.0, 4836.0, 4817.0, 4817.0, 4807.0, 4821.0, 4823.0, 4845.0, 4828.0, 4856.0, 4840.0, 4829.0, 4889.0, 4831.0, 4886.0, 4857.0, 4886.0, 4870.0, 4866.0, 4860.0, 4820.0, 4849.0, 4876.0, 4830.0, 4851.0, 4835.0, 4828.0, 4824.0, 4797.0, 4834.0, 4797.0, 4835.0, 4814.0, 4815.0, 4835.0, 4786.0, 4819.0, 4799.0, 4807.0, 4798.0, 4786.0, 4809.0, 4834.0, 4788.0, 4815.0, 4776.0, 4796.0, 4791.0, 4832.0, 4813.0, 4840.0, 4801.0, 4837.0, 4797.0, 4798.0, 4833.0, 4788.0, 4817.0, 4786.0, 4808.0, 4836.0, 4820.0, 4819.0, 4819.0, 4818.0, 4809.0, 4819.0, 4808.0, 4829.0, 4839.0, 4807.0, 4820.0, 4855.0, 4819.0, 4849.0, 4807.0, 4818.0, 4854.0, 4819.0, 4848.0, 4821.0, 4817.0, 4800.0, 4820.0, 4836.0, 4818.0, 4828.0, 4817.0, 4809.0, 4837.0, 4817.0, 4827.0, 4811.0, 4819.0, 4830.0, 4821.0, 4802.0, 4842.0, 4861.0, 4822.0, 4844.0, 4859.0, 4831.0, 4860.0, 4819.0, 4843.0, 4870.0, 4829.0, 4847.0, 4818.0, 4829.0, 4807.0, 4829.0, 4848.0, 4830.0, 4838.0, 4831.0, 4819.0, 4822.0, 4845.0, 4860.0, 4830.0, 4850.0, 4829.0, 4843.0, 4871.0, 4843.0, 4859.0, 4821.0, 4843.0, 4867.0, 4839.0, 4860.0, 4816.0, 4829.0, 4857.0, 4829.0, 4849.0, 4848.0, 4829.0, 4857.0, 4827.0, 4837.0, 4795.0, 4816.0, 4823.0, 4826.0, 4817.0, 4825.0, 4818.0, 4827.0, 4806.0, 4818.0, 4836.0, 4827.0, 4816.0, 4806.0, 4818.0, 4808.0, 4830.0, 4839.0, 4831.0, 4831.0, 4823.0, 4822.0, 4803.0, 4852.0, 4853.0, 4829.0, 4832.0, 4871.0, 4831.0, 4840.0, 4867.0, 4829.0, 4859.0, 4821.0, 4830.0, 4867.0, 4819.0, 4847.0, 4827.0, 4829.0, 4827.0, 4810.0, 4837.0, 4802.0, 4832.0, 4832.0, 4814.0, 4802.0, 4827.0, 4819.0, 4860.0, 4820.0, 4859.0, 4840.0, 4890.0, 4870.0, 4880.0, 4870.0, 4880.0, 4878.0, 4890.0, 4877.0, 4869.0, 4857.0, 4825.0, 4815.0, 4868.0, 4864.0, 4821.0, 4828.0, 4794.0, 4854.0, 4840.0, 4829.0, 4814.0, 4784.0, 4784.0, 4786.0, 4774.0, 4813.0, 4783.0, 4802.0, 4817.0, 4800.0, 4810.0, 4782.0, 4790.0, 4782.0, 4779.0, 4781.0, 4780.0, 4785.0, 4794.0, 4795.0, 4786.0, 4816.0, 4796.0, 4814.0, 4804.0, 4804.0, 4795.0, 4787.0, 4824.0, 4804.0, 4815.0, 4783.0, 4795.0, 4833.0, 4804.0, 4825.0, 4797.0, 4816.0, 4806.0, 4805.0, 4805.0, 4816.0, 4825.0, 4814.0, 4807.0, 4833.0, 4814.0, 4825.0, 4805.0, 4807.0, 4836.0, 4818.0, 4825.0, 4805.0, 4816.0, 4838.0, 4817.0, 4809.0, 4829.0, 4836.0, 4828.0, 4820.0, 4836.0, 4831.0, 4849.0, 4828.0, 4818.0, 4829.0, 4820.0, 4844.0, 4826.0, 4826.0, 4808.0, 4818.0, 4846.0, 4827.0, 4837.0, 4816.0, 4815.0, 4835.0, 4825.0, 4807.0, 4816.0, 4818.0, 4836.0, 4818.0, 4826.0, 4839.0, 4819.0, 4808.0, 4829.0, 4836.0, 4828.0, 4829.0, 4816.0, 4838.0, 4847.0, 4839.0, 4828.0, 4838.0, 4818.0, 4843.0, 4831.0, 4820.0, 4832.0, 4803.0, 4852.0, 4842.0, 4853.0, 4872.0, 4833.0, 4856.0, 4862.0, 4841.0, 4858.0, 4840.0, 4849.0, 4840.0, 4841.0, 4800.0, 4849.0, 4830.0, 4851.0, 4863.0, 4853.0, 4851.0, 4852.0, 4851.0, 4843.0, 4844.0, 4850.0, 4851.0, 4850.0, 4820.0, 4832.0, 4869.0, 4831.0, 4858.0, 4841.0, 4849.0, 4840.0, 4832.0, 4848.0, 4840.0, 4848.0, 4809.0, 4831.0, 4857.0, 4840.0, 4840.0, 4811.0, 4820.0, 4847.0, 4839.0, 4838.0, 4828.0, 4820.0, 4810.0, 4830.0, 4848.0, 4841.0, 4850.0, 4802.0, 4844.0, 4842.0, 4823.0, 4804.0, 4823.0, 4845.0, 4857.0, 4870.0, 4853.0, 4861.0, 4829.0, 4831.0, 4860.0, 4832.0, 4848.0, 4841.0, 4852.0, 4850.0, 4833.0, 4840.0, 4840.0, 4860.0, 4824.0, 4861.0, 4836.0, 4834.0, 4839.0, 4829.0, 4868.0, 4853.0, 4839.0, 4879.0, 4851.0, 4888.0, 4869.0, 4878.0, 4869.0, 4878.0, 4879.0, 4857.0, 4836.0, 4825.0, 4836.0, 4850.0, 4829.0, 4838.0, 4794.0, 4806.0, 4804.0, 4784.0, 4794.0, 4795.0, 4804.0, 4826.0, 4803.0, 4793.0, 4819.0, 4801.0, 4812.0, 4794.0, 4802.0, 4793.0, 4793.0, 4806.0, 4803.0, 4797.0, 4805.0, 4805.0, 4804.0, 4805.0, 4786.0, 4815.0, 4808.0, 4838.0, 4819.0, 4826.0, 4828.0, 4817.0, 4839.0, 4819.0, 4818.0, 4821.0, 4848.0, 4831.0, 4849.0, 4833.0, 4849.0, 4840.0, 4811.0, 4843.0, 4850.0, 4831.0, 4841.0, 4849.0, 4829.0, 4847.0, 4839.0, 4838.0, 4840.0, 4829.0, 4830.0, 4816.0, 4827.0, 4819.0, 4827.0, 4827.0, 4836.0, 4827.0, 4817.0, 4817.0, 4827.0, 4846.0, 4839.0, 4828.0, 4827.0, 4817.0, 4828.0, 4830.0, 4846.0, 4838.0, 4836.0, 4818.0, 4829.0, 4847.0, 4838.0, 4836.0, 4828.0, 4817.0, 4830.0, 4820.0, 4800.0, 4842.0, 4849.0, 4851.0, 4842.0, 4821.0, 4831.0, 4859.0, 4841.0, 4848.0, 4840.0, 4839.0, 4808.0, 4830.0, 4846.0, 4829.0, 4839.0, 4826.0, 4828.0, 4836.0, 4827.0, 4818.0, 4843.0, 4818.0, 4825.0, 4826.0, 4808.0, 4823.0, 4817.0, 4816.0, 4837.0, 4820.0, 4831.0, 4811.0, 4813.0, 4842.0, 4838.0, 4840.0, 4831.0, 4858.0, 4841.0, 4849.0, 4840.0, 4831.0, 4841.0, 4823.0, 4821.0, 4842.0, 4861.0, 4840.0, 4859.0, 4843.0, 4852.0, 4821.0, 4842.0, 4859.0, 4838.0, 4840.0, 4845.0, 4817.0, 4837.0, 4828.0, 4819.0, 4816.0, 4817.0, 4826.0, 4837.0, 4818.0, 4837.0, 4829.0, 4808.0, 4839.0, 4839.0, 4810.0, 4834.0, 4805.0, 4812.0, 4833.0, 4832.0, 4855.0, 4866.0, 4861.0, 4841.0, 4869.0, 4841.0, 4859.0, 4842.0, 4831.0, 4811.0, 4841.0, 4860.0, 4840.0, 4847.0, 4839.0, 4831.0, 4820.0, 4830.0, 4858.0, 4840.0, 4849.0], 'WindowWidth': [10679.0, 10656.0, 10638.0, 10614.0, 10564.0, 10596.0, 10531.0, 10546.0, 10501.0, 10507.0, 10546.0, 10516.0, 10512.0, 10516.0, 10520.0, 10514.0, 10537.0, 10524.0, 10542.0, 10528.0, 10502.0, 10579.0, 10515.0, 10563.0, 10515.0, 10549.0, 10531.0, 10549.0, 10512.0, 10538.0, 10503.0, 10496.0, 10542.0, 10503.0, 10530.0, 10508.0, 10494.0, 10494.0, 10481.0, 10490.0, 10496.0, 10492.0, 10511.0, 10535.0, 10512.0, 10536.0, 10506.0, 10498.0, 10552.0, 10515.0, 10552.0, 10513.0, 10531.0, 10508.0, 10504.0, 10520.0, 10515.0, 10504.0, 10495.0, 10517.0, 10521.0, 10511.0, 10514.0, 10515.0, 10515.0, 10501.0, 10513.0, 10505.0, 10500.0, 10520.0, 10554.0, 10527.0, 10542.0, 10510.0, 10504.0, 10565.0, 10514.0, 10550.0, 10509.0, 10507.0, 10497.0, 10500.0, 10531.0, 10510.0, 10520.0, 10495.0, 10501.0, 10527.0, 10519.0, 10516.0, 10535.0, 10495.0, 10542.0, 10547.0, 10552.0, 10562.0, 10540.0, 10553.0, 10544.0, 10558.0, 10545.0, 10559.0, 10538.0, 10559.0, 10512.0, 10542.0, 10590.0, 10552.0, 10594.0, 10538.0, 10547.0, 10510.0, 10560.0, 10521.0, 10556.0, 10557.0, 10564.0, 10557.0, 10600.0, 10580.0, 10545.0, 10568.0, 10509.0, 10492.0, 10490.0, 10496.0, 10514.0, 10492.0, 10506.0, 10487.0, 10517.0, 10543.0, 10481.0, 10539.0, 10519.0, 10543.0, 10523.0, 10541.0, 10583.0, 10593.0, 10613.0, 10599.0, 10588.0, 10632.0, 10632.0, 10581.0, 10589.0, 10576.0, 10525.0, 10555.0, 10544.0, 10534.0, 10550.0, 10500.0, 10504.0, 10526.0, 10493.0, 10507.0, 10493.0, 10465.0, 10476.0, 10448.0, 10455.0, 10474.0, 10468.0, 10462.0, 10457.0, 10458.0, 10476.0, 10450.0, 10498.0, 10485.0, 10505.0, 10506.0, 10497.0, 10527.0, 10542.0, 10519.0, 10533.0, 10476.0, 10521.0, 10541.0, 10510.0, 10521.0, 10464.0, 10509.0, 10531.0, 10509.0, 10522.0, 10515.0, 10516.0, 10463.0, 10533.0, 10537.0, 10527.0, 10529.0, 10523.0, 10530.0, 10538.0, 10528.0, 10527.0, 10499.0, 10534.0, 10537.0, 10526.0, 10527.0, 10474.0, 10518.0, 10538.0, 10536.0, 10550.0, 10518.0, 10559.0, 10590.0, 10537.0, 10560.0, 10533.0, 10549.0, 10567.0, 10535.0, 10561.0, 10490.0, 10535.0, 10568.0, 10534.0, 10545.0, 10523.0, 10535.0, 10540.0, 10571.0, 10585.0, 10547.0, 10564.0, 10568.0, 10547.0, 10573.0, 10535.0, 10554.0, 10549.0, 10511.0, 10522.0, 10556.0, 10526.0, 10553.0, 10551.0, 10621.0, 10644.0, 10600.0, 10618.0, 10541.0, 10550.0, 10524.0, 10565.0, 10580.0, 10541.0, 10556.0, 10533.0, 10529.0, 10550.0, 10497.0, 10528.0, 10560.0, 10527.0, 10536.0, 10511.0, 10513.0, 10499.0, 10527.0, 10531.0, 10565.0, 10548.0, 10583.0, 10567.0, 10550.0, 10632.0, 10554.0, 10625.0, 10588.0, 10628.0, 10609.0, 10598.0, 10588.0, 10532.0, 10568.0, 10604.0, 10525.0, 10562.0, 10528.0, 10519.0, 10508.0, 10474.0, 10520.0, 10476.0, 10529.0, 10494.0, 10499.0, 10527.0, 10459.0, 10495.0, 10488.0, 10495.0, 10483.0, 10465.0, 10495.0, 10524.0, 10467.0, 10498.0, 10447.0, 10474.0, 10479.0, 10539.0, 10515.0, 10543.0, 10493.0, 10538.0, 10480.0, 10481.0, 10523.0, 10467.0, 10505.0, 10464.0, 10498.0, 10534.0, 10518.0, 10513.0, 10515.0, 10511.0, 10500.0, 10515.0, 10498.0, 10529.0, 10541.0, 10496.0, 10518.0, 10560.0, 10515.0, 10556.0, 10496.0, 10511.0, 10558.0, 10514.0, 10553.0, 10522.0, 10511.0, 10488.0, 10518.0, 10535.0, 10514.0, 10527.0, 10507.0, 10500.0, 10537.0, 10511.0, 10525.0, 10508.0, 10516.0, 10533.0, 10525.0, 10500.0, 10556.0, 10578.0, 10524.0, 10557.0, 10571.0, 10537.0, 10575.0, 10517.0, 10554.0, 10591.0, 10531.0, 10551.0, 10514.0, 10530.0, 10497.0, 10531.0, 10556.0, 10534.0, 10543.0, 10538.0, 10520.0, 10530.0, 10563.0, 10576.0, 10535.0, 10562.0, 10531.0, 10557.0, 10594.0, 10559.0, 10576.0, 10526.0, 10558.0, 10583.0, 10545.0, 10573.0, 10509.0, 10531.0, 10566.0, 10529.0, 10560.0, 10558.0, 10531.0, 10567.0, 10526.0, 10540.0, 10477.0, 10507.0, 10514.0, 10520.0, 10512.0, 10519.0, 10513.0, 10525.0, 10494.0, 10514.0, 10538.0, 10525.0, 10508.0, 10494.0, 10515.0, 10501.0, 10535.0, 10547.0, 10538.0, 10536.0, 10529.0, 10529.0, 10504.0, 10571.0, 10572.0, 10532.0, 10539.0, 10591.0, 10534.0, 10549.0, 10581.0, 10531.0, 10574.0, 10523.0, 10535.0, 10582.0, 10516.0, 10551.0, 10526.0, 10532.0, 10524.0, 10505.0, 10541.0, 10498.0, 10540.0, 10540.0, 10519.0, 10502.0, 10542.0, 10536.0, 10594.0, 10540.0, 10593.0, 10568.0, 10633.0, 10608.0, 10619.0, 10609.0, 10621.0, 10616.0, 10635.0, 10614.0, 10604.0, 10580.0, 10528.0, 10516.0, 10596.0, 10587.0, 10513.0, 10521.0, 10466.0, 10576.0, 10546.0, 10523.0, 10491.0, 10450.0, 10450.0, 10459.0, 10440.0, 10490.0, 10448.0, 10477.0, 10490.0, 10466.0, 10487.0, 10448.0, 10456.0, 10449.0, 10439.0, 10444.0, 10442.0, 10457.0, 10469.0, 10470.0, 10465.0, 10502.0, 10477.0, 10498.0, 10483.0, 10484.0, 10473.0, 10467.0, 10510.0, 10483.0, 10499.0, 10453.0, 10475.0, 10524.0, 10487.0, 10515.0, 10479.0, 10506.0, 10493.0, 10489.0, 10488.0, 10506.0, 10516.0, 10500.0, 10493.0, 10523.0, 10499.0, 10517.0, 10488.0, 10494.0, 10533.0, 10511.0, 10516.0, 10490.0, 10505.0, 10538.0, 10510.0, 10502.0, 10531.0, 10535.0, 10524.0, 10516.0, 10536.0, 10534.0, 10559.0, 10524.0, 10510.0, 10529.0, 10518.0, 10543.0, 10520.0, 10520.0, 10495.0, 10512.0, 10547.0, 10523.0, 10537.0, 10505.0, 10505.0, 10530.0, 10515.0, 10494.0, 10505.0, 10512.0, 10533.0, 10510.0, 10522.0, 10544.0, 10518.0, 10499.0, 10529.0, 10534.0, 10524.0, 10529.0, 10507.0, 10538.0, 10551.0, 10544.0, 10527.0, 10540.0, 10513.0, 10557.0, 10536.0, 10522.0, 10538.0, 10501.0, 10567.0, 10553.0, 10569.0, 10596.0, 10547.0, 10578.0, 10581.0, 10549.0, 10570.0, 10548.0, 10560.0, 10548.0, 10550.0, 10492.0, 10559.0, 10533.0, 10564.0, 10585.0, 10571.0, 10563.0, 10568.0, 10566.0, 10558.0, 10561.0, 10561.0, 10564.0, 10562.0, 10520.0, 10540.0, 10590.0, 10536.0, 10570.0, 10550.0, 10560.0, 10547.0, 10538.0, 10554.0, 10545.0, 10556.0, 10501.0, 10534.0, 10566.0, 10543.0, 10546.0, 10506.0, 10518.0, 10552.0, 10543.0, 10543.0, 10527.0, 10520.0, 10505.0, 10536.0, 10557.0, 10551.0, 10562.0, 10498.0, 10561.0, 10555.0, 10533.0, 10506.0, 10533.0, 10564.0, 10582.0, 10593.0, 10569.0, 10578.0, 10529.0, 10535.0, 10574.0, 10536.0, 10555.0, 10550.0, 10565.0, 10564.0, 10543.0, 10545.0, 10551.0, 10576.0, 10532.0, 10580.0, 10552.0, 10546.0, 10561.0, 10547.0, 10602.0, 10588.0, 10562.0, 10617.0, 10578.0, 10627.0, 10604.0, 10615.0, 10605.0, 10614.0, 10621.0, 10581.0, 10546.0, 10531.0, 10546.0, 10559.0, 10528.0, 10538.0, 10467.0, 10486.0, 10481.0, 10453.0, 10467.0, 10471.0, 10482.0, 10515.0, 10477.0, 10464.0, 10498.0, 10472.0, 10491.0, 10468.0, 10477.0, 10464.0, 10465.0, 10489.0, 10482.0, 10479.0, 10486.0, 10488.0, 10485.0, 10486.0, 10463.0, 10502.0, 10500.0, 10541.0, 10515.0, 10520.0, 10525.0, 10508.0, 10542.0, 10514.0, 10513.0, 10519.0, 10554.0, 10535.0, 10560.0, 10540.0, 10557.0, 10546.0, 10510.0, 10555.0, 10563.0, 10533.0, 10549.0, 10554.0, 10528.0, 10550.0, 10541.0, 10540.0, 10548.0, 10529.0, 10532.0, 10508.0, 10524.0, 10517.0, 10523.0, 10523.0, 10535.0, 10522.0, 10510.0, 10507.0, 10523.0, 10550.0, 10543.0, 10525.0, 10523.0, 10510.0, 10527.0, 10533.0, 10549.0, 10541.0, 10537.0, 10511.0, 10528.0, 10553.0, 10540.0, 10536.0, 10528.0, 10510.0, 10533.0, 10520.0, 10492.0, 10551.0, 10557.0, 10561.0, 10551.0, 10519.0, 10535.0, 10571.0, 10547.0, 10554.0, 10546.0, 10545.0, 10497.0, 10531.0, 10549.0, 10526.0, 10542.0, 10518.0, 10525.0, 10535.0, 10524.0, 10512.0, 10541.0, 10509.0, 10518.0, 10520.0, 10499.0, 10513.0, 10509.0, 10508.0, 10538.0, 10517.0, 10533.0, 10511.0, 10514.0, 10554.0, 10545.0, 10545.0, 10537.0, 10570.0, 10548.0, 10559.0, 10547.0, 10538.0, 10552.0, 10529.0, 10522.0, 10554.0, 10578.0, 10549.0, 10574.0, 10553.0, 10566.0, 10522.0, 10553.0, 10573.0, 10539.0, 10546.0, 10545.0, 10508.0, 10537.0, 10527.0, 10515.0, 10508.0, 10509.0, 10521.0, 10537.0, 10510.0, 10536.0, 10531.0, 10498.0, 10543.0, 10542.0, 10504.0, 10540.0, 10506.0, 10512.0, 10544.0, 10539.0, 10574.0, 10593.0, 10580.0, 10548.0, 10585.0, 10548.0, 10572.0, 10551.0, 10536.0, 10505.0, 10548.0, 10573.0, 10546.0, 10553.0, 10544.0, 10535.0, 10517.0, 10534.0, 10568.0, 10546.0, 10558.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.012645794930875576</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.04675286831797236</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.27065643155706</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.3676160356516724</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1946628251326408</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4792</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7439.0635</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.13953942318636364</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>112</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>12.903225806451612</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.488543629053918</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.455419123276428</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6399340279681587</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3702777359171665</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0116849</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011414690874516964</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02296166494488716</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>868</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.220366298757222</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>19.9159</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.7768</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>196.1309</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>297236.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>956.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>397.973</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9118</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>605.7999</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>4040.6213</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4211.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>79308.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1659.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5251.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>997.7744</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>29.564380203082692</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> |