=== 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-0133 --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-0133",
"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-0133_ses-01_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0133_ses-01_task-social_acq-mb8_run-01_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-01_subject-0133_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-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0133_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-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0133_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-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0133_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-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-01_subject-0133_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-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-01_subject-0133_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-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0133_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-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0133/ses-01/func/sub-0133_ses-01_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>0329b358b6d46e194162d2b64f361832</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:24:48.422500</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.998446, 0.0428515, -0.0356304, -0.042371, 0.999002, 0.0141341]</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-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.105059</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4212, -7792, -7226, 203, -129, -84, 24, 86]</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>277.601</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>c33c5343-de57-4d8a-9881-ed08202838a7||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.678757429122925, -0.1136782318353653, -0.09774124622344971, 119.00777435302734], [-0.11496744304895401, 2.6802492141723633, 0.034026723355054855, -90.63561248779297], [-0.0955936387181282, -0.037920888513326645, 2.6980156898498535, -57.229801177978516], [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': ['192448.422500', '192448.882500', '192449.342500', '192449.802500', '192450.262500', '192450.722500', '192451.182500', '192451.642500', '192452.102500', '192452.562500', '192453.022500', '192453.482500', '192453.942500', '192454.402500', '192454.862500', '192455.322500', '192455.782500', '192456.242500', '192456.702500', '192457.162500', '192457.622500', '192458.082500', '192458.542500', '192459.002500', '192459.462500', '192459.922500', '192500.382500', '192500.842500', '192501.302500', '192501.762500', '192502.222500', '192502.682500', '192503.142500', '192503.602500', '192504.062500', '192504.522500', '192504.982500', '192505.442500', '192505.902500', '192506.362500', '192506.822500', '192507.282500', '192507.742500', '192508.202500', '192508.662500', '192509.122500', '192509.582500', '192510.042500', '192510.502500', '192510.962500', '192511.422500', '192511.882500', '192512.342500', '192512.802500', '192513.262500', '192513.722500', '192514.182500', '192514.642500', '192515.102500', '192515.562500', '192516.022500', '192516.482500', '192516.942500', '192517.402500', '192517.862500', '192518.322500', '192518.782500', '192519.242500', '192519.702500', '192520.162500', '192520.622500', '192521.082500', '192521.542500', '192522.002500', '192522.462500', '192522.922500', '192523.382500', '192523.842500', '192524.302500', '192524.762500', '192525.222500', '192525.682500', '192526.142500', '192526.602500', '192527.062500', '192527.522500', '192527.982500', '192528.442500', '192528.902500', '192529.362500', '192529.822500', '192530.282500', '192530.742500', '192531.202500', '192531.662500', '192532.122500', '192532.582500', '192533.042500', '192533.502500', '192533.962500', '192534.422500', '192534.882500', '192535.342500', '192535.802500', '192536.262500', '192536.722500', '192537.182500', '192537.642500', '192538.102500', '192538.562500', '192539.022500', '192539.482500', '192539.942500', '192540.402500', '192540.862500', '192541.322500', '192541.782500', '192542.242500', '192542.702500', '192543.162500', '192543.622500', '192544.082500', '192544.542500', '192545.002500', '192545.462500', '192545.922500', '192546.382500', '192546.842500', '192547.302500', '192547.762500', '192548.222500', '192548.682500', '192549.142500', '192549.602500', '192550.062500', '192550.522500', '192550.982500', '192551.442500', '192551.902500', '192552.362500', '192552.822500', '192553.282500', '192553.742500', '192554.202500', '192554.662500', '192555.122500', '192555.582500', '192556.042500', '192556.502500', '192556.962500', '192557.422500', '192557.882500', '192558.342500', '192558.802500', '192559.262500', '192559.722500', '192600.182500', '192600.642500', '192601.102500', '192601.562500', '192602.022500', '192602.482500', '192602.942500', '192603.402500', '192603.862500', '192604.322500', '192604.782500', '192605.242500', '192605.702500', '192606.162500', '192606.622500', '192607.082500', '192607.542500', '192608.002500', '192608.462500', '192608.922500', '192609.382500', '192609.842500', '192610.302500', '192610.762500', '192611.222500', '192611.682500', '192612.142500', '192612.602500', '192613.062500', '192613.522500', '192613.982500', '192614.442500', '192614.902500', '192615.362500', '192615.822500', '192616.282500', '192616.742500', '192617.202500', '192617.662500', '192618.122500', '192618.582500', '192619.042500', '192619.502500', '192619.962500', '192620.422500', '192620.882500', '192621.342500', '192621.802500', '192622.262500', '192622.722500', '192623.182500', '192623.642500', '192624.102500', '192624.562500', '192625.022500', '192625.482500', '192625.942500', '192626.402500', '192626.862500', '192627.322500', '192627.782500', '192628.242500', '192628.702500', '192629.162500', '192629.622500', '192630.082500', '192630.542500', '192631.002500', '192631.462500', '192631.922500', '192632.382500', '192632.842500', '192633.302500', '192633.762500', '192634.222500', '192634.682500', '192635.142500', '192635.602500', '192636.062500', '192636.522500', '192636.982500', '192637.442500', '192637.902500', '192638.362500', '192638.822500', '192639.282500', '192639.742500', '192640.202500', '192640.662500', '192641.122500', '192641.582500', '192642.042500', '192642.502500', '192642.962500', '192643.422500', '192643.882500', '192644.342500', '192644.802500', '192645.262500', '192645.722500', '192646.182500', '192646.642500', '192647.102500', '192647.562500', '192648.022500', '192648.482500', '192648.942500', '192649.402500', '192649.862500', '192650.322500', '192650.782500', '192651.242500', '192651.702500', '192652.162500', '192652.622500', '192653.082500', '192653.542500', '192654.002500', '192654.462500', '192654.922500', '192655.382500', '192655.842500', '192656.302500', '192656.762500', '192657.222500', '192657.682500', '192658.142500', '192658.602500', '192659.062500', '192659.522500', '192659.982500', '192700.442500', '192700.902500', '192701.362500', '192701.822500', '192702.282500', '192702.742500', '192703.202500', '192703.662500', '192704.122500', '192704.582500', '192705.042500', '192705.502500', '192705.962500', '192706.422500', '192706.882500', '192707.342500', '192707.802500', '192708.262500', '192708.722500', '192709.182500', '192709.642500', '192710.102500', '192710.562500', '192711.022500', '192711.482500', '192711.942500', '192712.402500', '192712.862500', '192713.322500', '192713.782500', '192714.242500', '192714.702500', '192715.162500', '192715.622500', '192716.082500', '192716.542500', '192717.002500', '192717.462500', '192717.922500', '192718.382500', '192718.842500', '192719.302500', '192719.762500', '192720.222500', '192720.682500', '192721.142500', '192721.602500', '192722.062500', '192722.522500', '192722.982500', '192723.442500', '192723.902500', '192724.362500', '192724.822500', '192725.282500', '192725.742500', '192726.202500', '192726.662500', '192727.122500', '192727.582500', '192728.042500', '192728.502500', '192728.962500', '192729.422500', '192729.882500', '192730.342500', '192730.802500', '192731.262500', '192731.722500', '192732.182500', '192732.642500', '192733.102500', '192733.562500', '192734.022500', '192734.482500', '192734.942500', '192735.402500', '192735.862500', '192736.322500', '192736.782500', '192737.242500', '192737.702500', '192738.162500', '192738.622500', '192739.082500', '192739.542500', '192740.002500', '192740.462500', '192740.922500', '192741.382500', '192741.842500', '192742.302500', '192742.762500', '192743.222500', '192743.682500', '192744.142500', '192744.602500', '192745.062500', '192745.522500', '192745.982500', '192746.442500', '192746.902500', '192747.362500', '192747.822500', '192748.282500', '192748.742500', '192749.202500', '192749.662500', '192750.122500', '192750.582500', '192751.042500', '192751.502500', '192751.962500', '192752.422500', '192752.882500', '192753.342500', '192753.802500', '192754.262500', '192754.722500', '192755.182500', '192755.642500', '192756.102500', '192756.562500', '192757.022500', '192757.482500', '192757.942500', '192758.402500', '192758.862500', '192759.322500', '192759.782500', '192800.242500', '192800.702500', '192801.162500', '192801.622500', '192802.082500', '192802.542500', '192803.002500', '192803.462500', '192803.922500', '192804.382500', '192804.842500', '192805.302500', '192805.762500', '192806.222500', '192806.682500', '192807.142500', '192807.602500', '192808.062500', '192808.522500', '192808.982500', '192809.442500', '192809.902500', '192810.362500', '192810.822500', '192811.282500', '192811.742500', '192812.202500', '192812.662500', '192813.122500', '192813.582500', '192814.042500', '192814.502500', '192814.962500', '192815.422500', '192815.882500', '192816.342500', '192816.802500', '192817.262500', '192817.722500', '192818.182500', '192818.642500', '192819.102500', '192819.562500', '192820.022500', '192820.482500', '192820.942500', '192821.402500', '192821.862500', '192822.322500', '192822.782500', '192823.242500', '192823.702500', '192824.162500', '192824.622500', '192825.082500', '192825.542500', '192826.002500', '192826.462500', '192826.922500', '192827.382500', '192827.842500', '192828.302500', '192828.762500', '192829.222500', '192829.682500', '192830.142500', '192830.602500', '192831.062500', '192831.522500', '192831.982500', '192832.442500', '192832.902500', '192833.362500', '192833.822500', '192834.282500', '192834.742500', '192835.202500', '192835.662500', '192836.122500', '192836.582500', '192837.042500', '192837.502500', '192837.962500', '192838.422500', '192838.882500', '192839.342500', '192839.802500', '192840.262500', '192840.722500', '192841.182500', '192841.642500', '192842.102500', '192842.562500', '192843.022500', '192843.482500', '192843.942500', '192844.402500', '192844.862500', '192845.322500', '192845.782500', '192846.242500', '192846.702500', '192847.162500', '192847.622500', '192848.082500', '192848.542500', '192849.002500', '192849.462500', '192849.922500', '192850.382500', '192850.842500', '192851.302500', '192851.762500', '192852.222500', '192852.682500', '192853.142500', '192853.602500', '192854.062500', '192854.522500', '192854.982500', '192855.442500', '192855.902500', '192856.362500', '192856.822500', '192857.282500', '192857.742500', '192858.202500', '192858.662500', '192859.122500', '192859.582500', '192900.042500', '192900.502500', '192900.962500', '192901.422500', '192901.882500', '192902.342500', '192902.802500', '192903.262500', '192903.722500', '192904.182500', '192904.642500', '192905.102500', '192905.562500', '192906.022500', '192906.482500', '192906.942500', '192907.402500', '192907.862500', '192908.322500', '192908.782500', '192909.242500', '192909.702500', '192910.162500', '192910.622500', '192911.082500', '192911.542500', '192912.002500', '192912.462500', '192912.922500', '192913.382500', '192913.842500', '192914.302500', '192914.762500', '192915.222500', '192915.682500', '192916.142500', '192916.602500', '192917.062500', '192917.522500', '192917.982500', '192918.442500', '192918.902500', '192919.362500', '192919.822500', '192920.282500', '192920.742500', '192921.202500', '192921.662500', '192922.122500', '192922.582500', '192923.042500', '192923.502500', '192923.962500', '192924.422500', '192924.882500', '192925.342500', '192925.802500', '192926.262500', '192926.722500', '192927.182500', '192927.642500', '192928.102500', '192928.562500', '192929.022500', '192929.482500', '192929.942500', '192930.402500', '192930.862500', '192931.322500', '192931.782500', '192932.242500', '192932.702500', '192933.162500', '192933.622500', '192934.082500', '192934.542500', '192935.002500', '192935.462500', '192935.922500', '192936.382500', '192936.842500', '192937.302500', '192937.762500', '192938.222500', '192938.682500', '192939.142500', '192939.602500', '192940.062500', '192940.522500', '192940.982500', '192941.442500', '192941.902500', '192942.362500', '192942.822500', '192943.282500', '192943.742500', '192944.202500', '192944.662500', '192945.122500', '192945.582500', '192946.042500', '192946.502500', '192946.962500', '192947.422500', '192947.882500', '192948.342500', '192948.802500', '192949.262500', '192949.722500', '192950.182500', '192950.642500', '192951.102500', '192951.562500', '192952.022500', '192952.482500', '192952.942500', '192953.402500', '192953.862500', '192954.322500', '192954.782500', '192955.242500', '192955.702500', '192956.162500', '192956.622500', '192957.082500', '192957.542500', '192958.002500', '192958.462500', '192958.922500', '192959.382500', '192959.842500', '193000.302500', '193000.762500', '193001.222500', '193001.682500', '193002.142500', '193002.602500', '193003.062500', '193003.522500', '193003.982500', '193004.442500', '193004.902500', '193005.362500', '193005.822500', '193006.282500', '193006.742500', '193007.202500', '193007.662500', '193008.122500', '193008.582500', '193009.042500', '193009.502500', '193009.962500', '193010.422500', '193010.882500', '193011.342500', '193011.802500', '193012.262500', '193012.722500', '193013.182500', '193013.642500', '193014.102500', '193014.562500', '193015.022500', '193015.482500', '193015.942500', '193016.402500', '193016.862500', '193017.322500', '193017.782500', '193018.242500', '193018.702500', '193019.162500', '193019.622500', '193020.082500', '193020.542500', '193021.002500', '193021.462500', '193021.922500', '193022.382500', '193022.842500', '193023.302500', '193023.762500', '193024.222500', '193024.682500', '193025.142500', '193025.602500', '193026.062500', '193026.522500', '193026.982500', '193027.442500', '193027.902500', '193028.362500', '193028.822500', '193029.282500', '193029.742500', '193030.202500', '193030.662500', '193031.122500', '193031.582500', '193032.042500', '193032.502500', '193032.962500', '193033.422500', '193033.882500', '193034.342500', '193034.802500', '193035.262500', '193035.722500', '193036.182500', '193036.642500', '193037.102500', '193037.562500', '193038.022500', '193038.482500', '193038.942500', '193039.402500', '193039.862500', '193040.322500', '193040.782500', '193041.242500', '193041.702500', '193042.162500', '193042.622500', '193043.082500', '193043.542500', '193044.002500', '193044.462500', '193044.922500', '193045.382500', '193045.842500', '193046.302500', '193046.762500', '193047.222500', '193047.682500', '193048.142500', '193048.602500', '193049.062500', '193049.522500', '193049.982500', '193050.442500', '193050.902500', '193051.362500', '193051.822500', '193052.282500', '193052.742500', '193053.202500', '193053.662500', '193054.122500', '193054.582500', '193055.042500', '193055.502500', '193055.962500', '193056.422500', '193056.882500', '193057.342500', '193057.802500', '193058.262500', '193058.722500', '193059.182500', '193059.642500', '193100.102500', '193100.562500', '193101.022500', '193101.482500', '193101.942500', '193102.402500', '193102.862500', '193103.322500', '193103.782500', '193104.242500', '193104.702500', '193105.162500', '193105.622500', '193106.082500', '193106.542500', '193107.002500', '193107.462500', '193107.922500', '193108.382500', '193108.842500', '193109.302500', '193109.762500', '193110.222500', '193110.682500', '193111.142500', '193111.602500', '193112.062500', '193112.522500', '193112.982500', '193113.442500', '193113.902500', '193114.362500', '193114.822500', '193115.282500', '193115.742500', '193116.202500', '193116.662500', '193117.122500', '193117.582500', '193118.042500', '193118.502500', '193118.962500', '193119.422500', '193119.882500', '193120.342500', '193120.802500', '193121.262500', '193121.722500', '193122.182500', '193122.642500', '193123.102500', '193123.562500', '193124.022500', '193124.482500', '193124.942500', '193125.402500', '193125.862500', '193126.322500', '193126.782500', '193127.242500', '193127.702500', '193128.162500', '193128.622500', '193129.082500'], 'ContentTime': ['192459.624000', '192459.627000', '192459.630000', '192459.632000', '192459.640000', '192459.646000', '192459.649000', '192459.651000', '192459.654000', '192459.657000', '192459.659000', '192459.662000', '192459.664000', '192459.667000', '192459.669000', '192459.672000', '192459.674000', '192459.685000', '192459.688000', '192459.690000', '192459.693000', '192459.696000', '192519.594000', '192519.597000', '192519.600000', '192519.602000', '192519.605000', '192519.607000', '192519.610000', '192519.612000', '192519.615000', '192519.617000', '192519.620000', '192519.622000', '192519.625000', '192519.637000', '192519.639000', '192519.642000', '192519.644000', '192519.647000', '192519.649000', '192519.652000', '192519.654000', '192519.657000', '192519.659000', '192519.662000', '192519.664000', '192519.667000', '192519.670000', '192519.672000', '192519.675000', '192519.677000', '192519.680000', '192519.682000', '192519.685000', '192519.687000', '192519.690000', '192519.697000', '192519.700000', '192519.702000', '192519.705000', '192519.708000', '192519.710000', '192519.713000', '192519.715000', '192539.594000', '192539.597000', '192539.600000', '192539.602000', '192539.605000', '192539.607000', '192539.610000', '192539.612000', '192539.615000', '192539.618000', '192539.620000', '192539.623000', '192539.625000', '192539.628000', '192539.630000', '192539.633000', '192539.635000', '192539.638000', '192539.641000', '192539.643000', '192539.646000', '192539.648000', '192539.651000', '192539.653000', '192539.656000', '192539.658000', '192539.661000', '192539.663000', '192539.666000', '192539.668000', '192539.671000', '192539.674000', '192539.676000', '192539.679000', '192539.681000', '192539.684000', '192539.686000', '192539.689000', '192539.691000', '192539.694000', '192539.696000', '192539.699000', '192539.702000', '192539.712000', '192559.594000', '192559.597000', '192559.600000', '192559.602000', '192559.605000', '192559.608000', '192559.610000', '192559.613000', '192559.615000', '192559.618000', '192559.620000', '192559.623000', '192559.625000', '192559.628000', '192559.630000', '192559.633000', '192559.635000', '192559.638000', '192559.641000', '192559.643000', '192559.646000', '192559.648000', '192559.651000', '192559.653000', '192559.656000', '192559.658000', '192559.661000', '192559.664000', '192559.666000', '192559.669000', '192559.671000', '192559.674000', '192559.676000', '192559.679000', '192559.681000', '192559.684000', '192559.686000', '192559.689000', '192559.692000', '192559.694000', '192559.697000', '192559.699000', '192559.702000', '192619.593000', '192619.598000', '192619.601000', '192619.603000', '192619.606000', '192619.609000', '192619.611000', '192619.614000', '192619.616000', '192619.619000', '192619.621000', '192619.624000', '192619.627000', '192619.629000', '192619.632000', '192619.634000', '192619.637000', '192619.639000', '192619.642000', '192619.644000', '192619.647000', '192619.650000', '192619.652000', '192619.655000', '192619.658000', '192619.660000', '192619.663000', '192619.665000', '192619.668000', '192619.670000', '192619.673000', '192619.676000', '192619.678000', '192619.681000', '192619.683000', '192619.686000', '192619.688000', '192619.691000', '192619.693000', '192619.696000', '192619.699000', '192619.701000', '192619.704000', '192639.593000', '192639.596000', '192639.605000', '192639.607000', '192639.610000', '192639.612000', '192639.615000', '192639.617000', '192639.620000', '192639.622000', '192639.625000', '192639.627000', '192639.630000', '192639.633000', '192639.635000', '192639.638000', '192639.640000', '192639.643000', '192639.645000', '192639.648000', '192639.651000', '192639.653000', '192639.656000', '192639.658000', '192639.661000', '192639.663000', '192639.666000', '192639.668000', '192639.671000', '192639.673000', '192639.676000', '192639.678000', '192639.681000', '192639.684000', '192639.686000', '192639.689000', '192639.692000', '192639.694000', '192639.697000', '192639.699000', '192639.702000', '192639.704000', '192639.707000', '192639.709000', '192659.593000', '192659.596000', '192659.599000', '192659.601000', '192659.604000', '192659.606000', '192659.609000', '192659.612000', '192659.614000', '192659.617000', '192659.619000', '192659.622000', '192659.625000', '192659.627000', '192659.630000', '192659.632000', '192659.635000', '192659.638000', '192659.640000', '192659.643000', '192659.645000', '192659.648000', '192659.650000', '192659.653000', '192659.656000', '192659.658000', '192659.661000', '192659.663000', '192659.666000', '192659.668000', '192659.671000', '192659.673000', '192659.676000', '192659.678000', '192659.681000', '192659.683000', '192659.686000', '192659.689000', '192659.691000', '192659.694000', '192659.696000', '192659.699000', '192659.701000', '192659.704000', '192719.593000', '192719.596000', '192719.599000', '192719.601000', '192719.604000', '192719.606000', '192719.616000', '192719.619000', '192719.621000', '192719.624000', '192719.626000', '192719.629000', '192719.631000', '192719.634000', '192719.637000', '192719.639000', '192719.642000', '192719.645000', '192719.647000', '192719.650000', '192719.652000', '192719.655000', '192719.657000', '192719.660000', '192719.662000', '192719.665000', '192719.667000', '192719.670000', '192719.672000', '192719.675000', '192719.678000', '192719.680000', '192719.683000', '192719.685000', '192719.688000', '192719.690000', '192719.693000', '192719.695000', '192719.698000', '192719.700000', '192719.703000', '192719.706000', '192719.708000', '192739.594000', '192739.598000', '192739.600000', '192739.603000', '192739.606000', '192739.608000', '192739.611000', '192739.614000', '192739.616000', '192739.619000', '192739.621000', '192739.624000', '192739.626000', '192739.629000', '192739.632000', '192739.634000', '192739.638000', '192739.641000', '192739.643000', '192739.646000', '192739.648000', '192739.651000', '192739.653000', '192739.656000', '192739.659000', '192739.661000', '192739.664000', '192739.666000', '192739.669000', '192739.672000', '192739.674000', '192739.677000', '192739.679000', '192739.682000', '192739.685000', '192739.687000', '192739.690000', '192739.692000', '192739.695000', '192739.697000', '192739.700000', '192739.703000', '192739.705000', '192759.595000', '192759.597000', '192759.600000', '192759.603000', '192759.605000', '192759.608000', '192759.610000', '192759.613000', '192759.615000', '192759.618000', '192759.621000', '192759.623000', '192759.626000', '192759.629000', '192759.631000', '192759.634000', '192759.636000', '192759.639000', '192759.641000', '192759.644000', '192759.647000', '192759.649000', '192759.652000', '192759.654000', '192759.657000', '192759.659000', '192759.662000', '192759.665000', '192759.667000', '192759.670000', '192759.672000', '192759.675000', '192759.677000', '192759.680000', '192759.682000', '192759.685000', '192759.688000', '192759.690000', '192759.693000', '192759.695000', '192759.698000', '192759.724000', '192759.726000', '192759.729000', '192819.594000', '192819.597000', '192819.600000', '192819.602000', '192819.605000', '192819.608000', '192819.610000', '192819.613000', '192819.615000', '192819.618000', '192819.620000', '192819.623000', '192819.626000', '192819.628000', '192819.631000', '192819.634000', '192819.637000', '192819.640000', '192819.643000', '192819.645000', '192819.648000', '192819.650000', '192819.653000', '192819.656000', '192819.658000', '192819.661000', '192819.663000', '192819.666000', '192819.668000', '192819.676000', '192819.678000', '192819.681000', '192819.684000', '192819.686000', '192819.689000', '192819.691000', '192819.694000', '192819.696000', '192819.699000', '192819.701000', '192819.704000', '192819.707000', '192819.709000', '192839.593000', '192839.596000', '192839.599000', '192839.602000', '192839.604000', '192839.607000', '192839.609000', '192839.612000', '192839.615000', '192839.617000', '192839.620000', '192839.623000', '192839.625000', '192839.628000', '192839.630000', '192839.633000', '192839.635000', '192839.638000', '192839.641000', '192839.643000', '192839.646000', '192839.649000', '192839.651000', '192839.654000', '192839.656000', '192839.659000', '192839.662000', '192839.664000', '192839.667000', '192839.670000', '192839.672000', '192839.675000', '192839.677000', '192839.680000', '192839.683000', '192839.685000', '192839.688000', '192839.691000', '192839.693000', '192839.696000', '192839.698000', '192839.701000', '192839.704000', '192839.706000', '192859.594000', '192859.597000', '192859.599000', '192859.602000', '192859.604000', '192859.607000', '192859.610000', '192859.612000', '192859.615000', '192859.618000', '192859.621000', '192859.624000', '192859.626000', '192859.629000', '192859.631000', '192859.634000', '192859.636000', '192859.639000', '192859.642000', '192859.644000', '192859.647000', '192859.649000', '192859.652000', '192859.654000', '192859.657000', '192859.659000', '192859.662000', '192859.664000', '192859.667000', '192859.669000', '192859.672000', '192859.675000', '192859.678000', '192859.681000', '192859.683000', '192859.686000', '192859.688000', '192859.691000', '192859.694000', '192859.696000', '192859.699000', '192859.701000', '192859.704000', '192919.593000', '192919.596000', '192919.599000', '192919.602000', '192919.604000', '192919.607000', '192919.609000', '192919.612000', '192919.614000', '192919.617000', '192919.620000', '192919.622000', '192919.625000', '192919.627000', '192919.630000', '192919.632000', '192919.635000', '192919.638000', '192919.640000', '192919.643000', '192919.645000', '192919.648000', '192919.651000', '192919.653000', '192919.656000', '192919.658000', '192919.661000', '192919.663000', '192919.666000', '192919.669000', '192919.671000', '192919.674000', '192919.676000', '192919.679000', '192919.682000', '192919.684000', '192919.687000', '192919.689000', '192919.692000', '192919.694000', '192919.697000', '192919.700000', '192919.702000', '192919.705000', '192939.593000', '192939.596000', '192939.599000', '192939.602000', '192939.604000', '192939.607000', '192939.609000', '192939.612000', '192939.614000', '192939.617000', '192939.620000', '192939.622000', '192939.625000', '192939.627000', '192939.630000', '192939.632000', '192939.635000', '192939.637000', '192939.640000', '192939.642000', '192939.645000', '192939.648000', '192939.657000', '192939.660000', '192939.662000', '192939.665000', '192939.668000', '192939.670000', '192939.673000', '192939.675000', '192939.678000', '192939.680000', '192939.683000', '192939.686000', '192939.688000', '192939.691000', '192939.693000', '192939.696000', '192939.699000', '192939.701000', '192939.704000', '192939.706000', '192939.709000', '192959.595000', '192959.597000', '192959.600000', '192959.603000', '192959.605000', '192959.608000', '192959.610000', '192959.613000', '192959.616000', '192959.618000', '192959.621000', '192959.623000', '192959.626000', '192959.628000', '192959.631000', '192959.634000', '192959.636000', '192959.639000', '192959.641000', '192959.644000', '192959.646000', '192959.649000', '192959.652000', '192959.654000', '192959.657000', '192959.659000', '192959.662000', '192959.664000', '192959.667000', '192959.670000', '192959.672000', '192959.675000', '192959.677000', '192959.680000', '192959.682000', '192959.685000', '192959.687000', '192959.690000', '192959.693000', '192959.695000', '192959.698000', '192959.700000', '192959.703000', '192959.705000', '193019.595000', '193019.597000', '193019.600000', '193019.603000', '193019.605000', '193019.608000', '193019.611000', '193019.613000', '193019.616000', '193019.619000', '193019.621000', '193019.624000', '193019.626000', '193019.629000', '193019.631000', '193019.634000', '193019.637000', '193019.639000', '193019.642000', '193019.644000', '193019.647000', '193019.649000', '193019.657000', '193019.660000', '193019.663000', '193019.666000', '193019.669000', '193019.672000', '193019.674000', '193019.677000', '193019.680000', '193019.682000', '193019.685000', '193019.687000', '193019.690000', '193019.692000', '193019.695000', '193019.698000', '193019.700000', '193019.703000', '193019.705000', '193019.708000', '193019.710000', '193039.595000', '193039.597000', '193039.600000', '193039.603000', '193039.605000', '193039.608000', '193039.610000', '193039.613000', '193039.616000', '193039.618000', '193039.621000', '193039.623000', '193039.626000', '193039.628000', '193039.631000', '193039.633000', '193039.636000', '193039.639000', '193039.641000', '193039.644000', '193039.646000', '193039.649000', '193039.652000', '193039.654000', '193039.657000', '193039.659000', '193039.662000', '193039.664000', '193039.667000', '193039.669000', '193039.672000', '193039.675000', '193039.677000', '193039.680000', '193039.682000', '193039.685000', '193039.688000', '193039.690000', '193039.693000', '193039.695000', '193039.698000', '193039.701000', '193039.703000', '193039.706000', '193059.594000', '193059.596000', '193059.599000', '193059.601000', '193059.604000', '193059.607000', '193059.609000', '193059.612000', '193059.614000', '193059.617000', '193059.619000', '193059.622000', '193059.625000', '193059.627000', '193059.630000', '193059.632000', '193059.635000', '193059.637000', '193059.640000', '193059.642000', '193059.645000', '193059.648000', '193059.650000', '193059.653000', '193059.655000', '193059.658000', '193059.661000', '193059.663000', '193059.667000', '193059.669000', '193059.672000', '193059.675000', '193059.677000', '193059.690000', '193059.693000', '193059.696000', '193059.700000', '193059.703000', '193059.705000', '193059.708000', '193059.710000', '193059.713000', '193059.715000', '193119.594000', '193119.596000', '193119.599000', '193119.602000', '193119.604000', '193119.607000', '193119.609000', '193119.613000', '193119.615000', '193119.618000', '193119.620000', '193119.623000', '193119.626000', '193119.628000', '193119.631000', '193119.633000', '193119.636000', '193119.638000', '193119.641000', '193119.644000', '193119.646000', '193119.649000', '193119.651000', '193119.654000', '193119.657000', '193119.659000', '193119.662000', '193119.664000', '193119.667000', '193119.669000', '193119.672000', '193119.674000', '193119.677000', '193119.680000', '193119.682000', '193119.685000', '193119.687000', '193119.690000', '193119.692000', '193119.695000', '193119.697000', '193119.700000', '193119.703000', '193119.705000', '193130.492000', '193130.495000', '193130.498000', '193130.501000', '193130.504000', '193130.506000', '193130.509000', '193130.511000', '193130.514000', '193130.517000', '193130.520000', '193130.522000', '193130.526000', '193130.528000', '193130.531000', '193130.534000', '193130.536000', '193130.539000', '193130.542000', '193130.545000', '193130.548000', '193130.550000', '193130.553000', '193130.556000'], 'InstanceCreationTime': ['192459.624000', '192459.627000', '192459.630000', '192459.632000', '192459.640000', '192459.646000', '192459.649000', '192459.651000', '192459.654000', '192459.657000', '192459.659000', '192459.662000', '192459.664000', '192459.667000', '192459.669000', '192459.672000', '192459.674000', '192459.685000', '192459.688000', '192459.690000', '192459.693000', '192459.696000', '192519.594000', '192519.597000', '192519.600000', '192519.602000', '192519.605000', '192519.607000', '192519.610000', '192519.612000', '192519.615000', '192519.617000', '192519.620000', '192519.622000', '192519.625000', '192519.637000', '192519.639000', '192519.642000', '192519.644000', '192519.647000', '192519.649000', '192519.652000', '192519.654000', '192519.657000', '192519.659000', '192519.662000', '192519.664000', '192519.667000', '192519.670000', '192519.672000', '192519.675000', '192519.677000', '192519.680000', '192519.682000', '192519.685000', '192519.687000', '192519.690000', '192519.697000', '192519.700000', '192519.702000', '192519.705000', '192519.708000', '192519.710000', '192519.713000', '192519.715000', '192539.594000', '192539.597000', '192539.600000', '192539.602000', '192539.605000', '192539.607000', '192539.610000', '192539.612000', '192539.615000', '192539.618000', '192539.620000', '192539.623000', '192539.625000', '192539.628000', '192539.630000', '192539.633000', '192539.635000', '192539.638000', '192539.641000', '192539.643000', '192539.646000', '192539.648000', '192539.651000', '192539.653000', '192539.656000', '192539.658000', '192539.661000', '192539.663000', '192539.666000', '192539.668000', '192539.671000', '192539.674000', '192539.676000', '192539.679000', '192539.681000', '192539.684000', '192539.686000', '192539.689000', '192539.691000', '192539.694000', '192539.696000', '192539.699000', '192539.702000', '192539.712000', '192559.594000', '192559.597000', '192559.600000', '192559.602000', '192559.605000', '192559.608000', '192559.610000', '192559.613000', '192559.615000', '192559.618000', '192559.620000', '192559.623000', '192559.625000', '192559.628000', '192559.630000', '192559.633000', '192559.635000', '192559.638000', '192559.641000', '192559.643000', '192559.646000', '192559.648000', '192559.651000', '192559.653000', '192559.656000', '192559.658000', '192559.661000', '192559.664000', '192559.666000', '192559.669000', '192559.671000', '192559.674000', '192559.676000', '192559.679000', '192559.681000', '192559.684000', '192559.686000', '192559.689000', '192559.692000', '192559.694000', '192559.697000', '192559.699000', '192559.702000', '192619.593000', '192619.598000', '192619.601000', '192619.603000', '192619.606000', '192619.609000', '192619.611000', '192619.614000', '192619.616000', '192619.619000', '192619.621000', '192619.624000', '192619.627000', '192619.629000', '192619.632000', '192619.634000', '192619.637000', '192619.639000', '192619.642000', '192619.644000', '192619.647000', '192619.650000', '192619.652000', '192619.655000', '192619.658000', '192619.660000', '192619.663000', '192619.665000', '192619.668000', '192619.670000', '192619.673000', '192619.676000', '192619.678000', '192619.681000', '192619.683000', '192619.686000', '192619.688000', '192619.691000', '192619.693000', '192619.696000', '192619.699000', '192619.701000', '192619.704000', '192639.593000', '192639.596000', '192639.605000', '192639.607000', '192639.610000', '192639.612000', '192639.615000', '192639.617000', '192639.620000', '192639.622000', '192639.625000', '192639.627000', '192639.630000', '192639.633000', '192639.635000', '192639.638000', '192639.640000', '192639.643000', '192639.645000', '192639.648000', '192639.651000', '192639.653000', '192639.656000', '192639.658000', '192639.661000', '192639.663000', '192639.666000', '192639.668000', '192639.671000', '192639.673000', '192639.676000', '192639.678000', '192639.681000', '192639.684000', '192639.686000', '192639.689000', '192639.692000', '192639.694000', '192639.697000', '192639.699000', '192639.702000', '192639.704000', '192639.707000', '192639.709000', '192659.593000', '192659.596000', '192659.599000', '192659.601000', '192659.604000', '192659.606000', '192659.609000', '192659.612000', '192659.614000', '192659.617000', '192659.619000', '192659.622000', '192659.625000', '192659.627000', '192659.630000', '192659.632000', '192659.635000', '192659.638000', '192659.640000', '192659.643000', '192659.645000', '192659.648000', '192659.650000', '192659.653000', '192659.656000', '192659.658000', '192659.661000', '192659.663000', '192659.666000', '192659.668000', '192659.671000', '192659.673000', '192659.676000', '192659.678000', '192659.681000', '192659.683000', '192659.686000', '192659.689000', '192659.691000', '192659.694000', '192659.696000', '192659.699000', '192659.701000', '192659.704000', '192719.593000', '192719.596000', '192719.599000', '192719.601000', '192719.604000', '192719.606000', '192719.616000', '192719.619000', '192719.621000', '192719.624000', '192719.626000', '192719.629000', '192719.631000', '192719.634000', '192719.637000', '192719.639000', '192719.642000', '192719.645000', '192719.647000', '192719.650000', '192719.652000', '192719.655000', '192719.657000', '192719.660000', '192719.662000', '192719.665000', '192719.667000', '192719.670000', '192719.672000', '192719.675000', '192719.678000', '192719.680000', '192719.683000', '192719.685000', '192719.688000', '192719.690000', '192719.693000', '192719.695000', '192719.698000', '192719.700000', '192719.703000', '192719.706000', '192719.708000', '192739.594000', '192739.598000', '192739.600000', '192739.603000', '192739.606000', '192739.608000', '192739.611000', '192739.614000', '192739.616000', '192739.619000', '192739.621000', '192739.624000', '192739.626000', '192739.629000', '192739.632000', '192739.634000', '192739.638000', '192739.641000', '192739.643000', '192739.646000', '192739.648000', '192739.651000', '192739.653000', '192739.656000', '192739.659000', '192739.661000', '192739.664000', '192739.666000', '192739.669000', '192739.672000', '192739.674000', '192739.677000', '192739.679000', '192739.682000', '192739.685000', '192739.687000', '192739.690000', '192739.692000', '192739.695000', '192739.697000', '192739.700000', '192739.703000', '192739.705000', '192759.595000', '192759.597000', '192759.600000', '192759.603000', '192759.605000', '192759.608000', '192759.610000', '192759.613000', '192759.615000', '192759.618000', '192759.621000', '192759.623000', '192759.626000', '192759.629000', '192759.631000', '192759.634000', '192759.636000', '192759.639000', '192759.641000', '192759.644000', '192759.647000', '192759.649000', '192759.652000', '192759.654000', '192759.657000', '192759.659000', '192759.662000', '192759.665000', '192759.667000', '192759.670000', '192759.672000', '192759.675000', '192759.677000', '192759.680000', '192759.682000', '192759.685000', '192759.688000', '192759.690000', '192759.693000', '192759.695000', '192759.698000', '192759.724000', '192759.726000', '192759.729000', '192819.594000', '192819.597000', '192819.600000', '192819.602000', '192819.605000', '192819.608000', '192819.610000', '192819.613000', '192819.615000', '192819.618000', '192819.620000', '192819.623000', '192819.626000', '192819.628000', '192819.631000', '192819.634000', '192819.637000', '192819.640000', '192819.643000', '192819.645000', '192819.648000', '192819.650000', '192819.653000', '192819.656000', '192819.658000', '192819.661000', '192819.663000', '192819.666000', '192819.668000', '192819.676000', '192819.678000', '192819.681000', '192819.684000', '192819.686000', '192819.689000', '192819.691000', '192819.694000', '192819.696000', '192819.699000', '192819.701000', '192819.704000', '192819.707000', '192819.709000', '192839.593000', '192839.596000', '192839.599000', '192839.602000', '192839.604000', '192839.607000', '192839.609000', '192839.612000', '192839.615000', '192839.617000', '192839.620000', '192839.623000', '192839.625000', '192839.628000', '192839.630000', '192839.633000', '192839.635000', '192839.638000', '192839.641000', '192839.643000', '192839.646000', '192839.649000', '192839.651000', '192839.654000', '192839.656000', '192839.659000', '192839.662000', '192839.664000', '192839.667000', '192839.670000', '192839.672000', '192839.675000', '192839.677000', '192839.680000', '192839.683000', '192839.685000', '192839.688000', '192839.691000', '192839.693000', '192839.696000', '192839.698000', '192839.701000', '192839.704000', '192839.706000', '192859.594000', '192859.597000', '192859.599000', '192859.602000', '192859.604000', '192859.607000', '192859.610000', '192859.612000', '192859.615000', '192859.618000', '192859.621000', '192859.624000', '192859.626000', '192859.629000', '192859.631000', '192859.634000', '192859.636000', '192859.639000', '192859.642000', '192859.644000', '192859.647000', '192859.649000', '192859.652000', '192859.654000', '192859.657000', '192859.659000', '192859.662000', '192859.664000', '192859.667000', '192859.669000', '192859.672000', '192859.675000', '192859.678000', '192859.681000', '192859.683000', '192859.686000', '192859.688000', '192859.691000', '192859.694000', '192859.696000', '192859.699000', '192859.701000', '192859.704000', '192919.593000', '192919.596000', '192919.599000', '192919.602000', '192919.604000', '192919.607000', '192919.609000', '192919.612000', '192919.614000', '192919.617000', '192919.620000', '192919.622000', '192919.625000', '192919.627000', '192919.630000', '192919.632000', '192919.635000', '192919.638000', '192919.640000', '192919.643000', '192919.645000', '192919.648000', '192919.651000', '192919.653000', '192919.656000', '192919.658000', '192919.661000', '192919.663000', '192919.666000', '192919.669000', '192919.671000', '192919.674000', '192919.676000', '192919.679000', '192919.682000', '192919.684000', '192919.687000', '192919.689000', '192919.692000', '192919.694000', '192919.697000', '192919.700000', '192919.702000', '192919.705000', '192939.593000', '192939.596000', '192939.599000', '192939.602000', '192939.604000', '192939.607000', '192939.609000', '192939.612000', '192939.614000', '192939.617000', '192939.620000', '192939.622000', '192939.625000', '192939.627000', '192939.630000', '192939.632000', '192939.635000', '192939.637000', '192939.640000', '192939.642000', '192939.645000', '192939.648000', '192939.657000', '192939.660000', '192939.662000', '192939.665000', '192939.668000', '192939.670000', '192939.673000', '192939.675000', '192939.678000', '192939.680000', '192939.683000', '192939.686000', '192939.688000', '192939.691000', '192939.693000', '192939.696000', '192939.699000', '192939.701000', '192939.704000', '192939.706000', '192939.709000', '192959.595000', '192959.597000', '192959.600000', '192959.603000', '192959.605000', '192959.608000', '192959.610000', '192959.613000', '192959.616000', '192959.618000', '192959.621000', '192959.623000', '192959.626000', '192959.628000', '192959.631000', '192959.634000', '192959.636000', '192959.639000', '192959.641000', '192959.644000', '192959.646000', '192959.649000', '192959.652000', '192959.654000', '192959.657000', '192959.659000', '192959.662000', '192959.664000', '192959.667000', '192959.670000', '192959.672000', '192959.675000', '192959.677000', '192959.680000', '192959.682000', '192959.685000', '192959.687000', '192959.690000', '192959.693000', '192959.695000', '192959.698000', '192959.700000', '192959.703000', '192959.705000', '193019.595000', '193019.597000', '193019.600000', '193019.603000', '193019.605000', '193019.608000', '193019.611000', '193019.613000', '193019.616000', '193019.619000', '193019.621000', '193019.624000', '193019.626000', '193019.629000', '193019.631000', '193019.634000', '193019.637000', '193019.639000', '193019.642000', '193019.644000', '193019.647000', '193019.649000', '193019.657000', '193019.660000', '193019.663000', '193019.666000', '193019.669000', '193019.672000', '193019.674000', '193019.677000', '193019.680000', '193019.682000', '193019.685000', '193019.687000', '193019.690000', '193019.692000', '193019.695000', '193019.698000', '193019.700000', '193019.703000', '193019.705000', '193019.708000', '193019.710000', '193039.595000', '193039.597000', '193039.600000', '193039.603000', '193039.605000', '193039.608000', '193039.610000', '193039.613000', '193039.616000', '193039.618000', '193039.621000', '193039.623000', '193039.626000', '193039.628000', '193039.631000', '193039.633000', '193039.636000', '193039.639000', '193039.641000', '193039.644000', '193039.646000', '193039.649000', '193039.652000', '193039.654000', '193039.657000', '193039.659000', '193039.662000', '193039.664000', '193039.667000', '193039.669000', '193039.672000', '193039.675000', '193039.677000', '193039.680000', '193039.682000', '193039.685000', '193039.688000', '193039.690000', '193039.693000', '193039.695000', '193039.698000', '193039.701000', '193039.703000', '193039.706000', '193059.594000', '193059.596000', '193059.599000', '193059.601000', '193059.604000', '193059.607000', '193059.609000', '193059.612000', '193059.614000', '193059.617000', '193059.619000', '193059.622000', '193059.625000', '193059.627000', '193059.630000', '193059.632000', '193059.635000', '193059.637000', '193059.640000', '193059.642000', '193059.645000', '193059.648000', '193059.650000', '193059.653000', '193059.655000', '193059.658000', '193059.661000', '193059.663000', '193059.667000', '193059.669000', '193059.672000', '193059.675000', '193059.677000', '193059.690000', '193059.693000', '193059.696000', '193059.700000', '193059.703000', '193059.705000', '193059.708000', '193059.710000', '193059.713000', '193059.715000', '193119.594000', '193119.596000', '193119.599000', '193119.602000', '193119.604000', '193119.607000', '193119.609000', '193119.613000', '193119.615000', '193119.618000', '193119.620000', '193119.623000', '193119.626000', '193119.628000', '193119.631000', '193119.633000', '193119.636000', '193119.638000', '193119.641000', '193119.644000', '193119.646000', '193119.649000', '193119.651000', '193119.654000', '193119.657000', '193119.659000', '193119.662000', '193119.664000', '193119.667000', '193119.669000', '193119.672000', '193119.674000', '193119.677000', '193119.680000', '193119.682000', '193119.685000', '193119.687000', '193119.690000', '193119.692000', '193119.695000', '193119.697000', '193119.700000', '193119.703000', '193119.705000', '193130.492000', '193130.495000', '193130.498000', '193130.501000', '193130.504000', '193130.506000', '193130.509000', '193130.511000', '193130.514000', '193130.517000', '193130.520000', '193130.522000', '193130.526000', '193130.528000', '193130.531000', '193130.534000', '193130.536000', '193130.539000', '193130.542000', '193130.545000', '193130.548000', '193130.550000', '193130.553000', '193130.556000'], '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': [9872, 11578, 17102, 13559, 11345, 10864, 8591, 11541, 8498, 10947, 9403, 11214, 10312, 16349, 14906, 13267, 11361, 14372, 11000, 18281, 15068, 14629, 11606, 9243, 11531, 13386, 15203, 10072, 13202, 9311, 11896, 10841, 16512, 12666, 8381, 11637, 9297, 12486, 11089, 8931, 10793, 8796, 11437, 11027, 14560, 13203, 14477, 10396, 13343, 13785, 8650, 12048, 10008, 15100, 13648, 9968, 15964, 11116, 16038, 13542, 19401, 15602, 12527, 11983, 9064, 14170, 11144, 8469, 11346, 9283, 13523, 11879, 8584, 10934, 10227, 14734, 12013, 14181, 9536, 11812, 12251, 14137, 10960, 12690, 10548, 15149, 11950, 12749, 10925, 14373, 11520, 8140, 11258, 10354, 12605, 10240, 10003, 11269, 10089, 14555, 11478, 14631, 13407, 16362, 13587, 9981, 11991, 18045, 13085, 8940, 11927, 10196, 12200, 9651, 11010, 10607, 10206, 11806, 8621, 12865, 10983, 14277, 13008, 16837, 14312, 14947, 11418, 13640, 13266, 15130, 11562, 7664, 10837, 9502, 11984, 10785, 8011, 10985, 11043, 14803, 11829, 16216, 9589, 11917, 12443, 14707, 15121, 14490, 8787, 11196, 9353, 12657, 12459, 12937, 8300, 11631, 10536, 11762, 9111, 11286, 10777, 13491, 12645, 8887, 11187, 8233, 13867, 10400, 15131, 11078, 13885, 11501, 16674, 11913, 13522, 11005, 11392, 11188, 10189, 11907, 8859, 12551, 10566, 15645, 11557, 14351, 12330, 17497, 12574, 8676, 11167, 10416, 15542, 13259, 9068, 12740, 10113, 13839, 13081, 13425, 11169, 8968, 12994, 9916, 13210, 10468, 15460, 11597, 15765, 15317, 9658, 12254, 10041, 16659, 14659, 14584, 11306, 8812, 12232, 9261, 13109, 10082, 13445, 11768, 7966, 11238, 9441, 13734, 11577, 14413, 10337, 12081, 11127, 14866, 11999, 7432, 11094, 9150, 13411, 12606, 14594, 11496, 13777, 11409, 16579, 15528, 11277, 10702, 8929, 11252, 8327, 11283, 10035, 13254, 11382, 7585, 10881, 8250, 12584, 14236, 16704, 9354, 12148, 9855, 12873, 12865, 9175, 11131, 8744, 11809, 20257, 15809, 13327, 10761, 14422, 10776, 15821, 13886, 8885, 10465, 8244, 10564, 10400, 8495, 9984, 8500, 11956, 9316, 11293, 11021, 14458, 11960, 18451, 15617, 10171, 10390, 12987, 11725, 16284, 12573, 8649, 10421, 11589, 10747, 8033, 10568, 8851, 14089, 11908, 8942, 10565, 9338, 14920, 10435, 14857, 11764, 17485, 10654, 14388, 9763, 11212, 11067, 15250, 12572, 7726, 10933, 14960, 11372, 9113, 15907, 12341, 7759, 11168, 9577, 13766, 12485, 15272, 9100, 11060, 10101, 14901, 13478, 12352, 10589, 9204, 11059, 9266, 13045, 9797, 12295, 10663, 16915, 16672, 14163, 10612, 11720, 10758, 13298, 12431, 8199, 10052, 7635, 10865, 11193, 13297, 11587, 12445, 9901, 19357, 15114, 12352, 10937, 18375, 12209, 17165, 13847, 13421, 10225, 13140, 10160, 14142, 11811, 9642, 10114, 10135, 11854, 8712, 13069, 8779, 12297, 11318, 10534, 10861, 9856, 16708, 13726, 17543, 11935, 15932, 12777, 13265, 8298, 11109, 15712, 11901, 8731, 11108, 8789, 11836, 8989, 12558, 10280, 11667, 10957, 17661, 16567, 14605, 11470, 8118, 12025, 10861, 10784, 11176, 9138, 14644, 13150, 10028, 16321, 13207, 19531, 15501, 10035, 12963, 10138, 17253, 15774, 11431, 13192, 12370, 17689, 12514, 14536, 10159, 12000, 12991, 7661, 11300, 10551, 15989, 14610, 8227, 13094, 10845, 17342, 14507, 8107, 12434, 9569, 15638, 12301, 14914, 9667, 13354, 12950, 11115, 12290, 8757, 14021, 12239, 16798, 12688, 15687, 12026, 17823, 14843, 9055, 11811, 8564, 14629, 10753, 15257, 12239, 12921, 12134, 9603, 12595, 10182, 9506, 11286, 9538, 15544, 11831, 9174, 13133, 11175, 18016, 12551, 14588, 11996, 10831, 17976, 12169, 8584, 11469, 9809, 16665, 12270, 11620, 11926, 10708, 17318, 10182, 14643, 11697, 17997, 14593, 8340, 11704, 9197, 16659, 15425, 15855, 11471, 8018, 14570, 12000, 17771, 10028, 12798, 11047, 17168, 13617, 8031, 11908, 8460, 16025, 14429, 9390, 11377, 8695, 14013, 12638, 8009, 12831, 10554, 16160, 12399, 8523, 13444, 10961, 18075, 14394, 12640, 11191, 14840, 17340, 11140, 16183, 13061, 12822, 16831, 10538, 14808, 12022, 9835, 16207, 11032, 11117, 16062, 10189, 16204, 11732, 16390, 14138, 8735, 13651, 10618, 18139, 15376, 12892, 11030, 7859, 14314, 11165, 15711, 11482, 14464, 13209, 14179, 15326, 9020, 13270, 12479, 15381, 11540, 7882, 13656, 10563, 15720, 11750, 8911, 13081, 12016, 19272, 10880, 15962, 11807, 17391, 15403, 14749, 10827, 7689, 11352, 10515, 12192, 10719, 9971, 11758, 19543, 15633, 10286, 11265, 12822, 13846, 17312, 13905, 8259, 11128, 9340, 15058, 11120, 13526, 11175, 17853, 14208, 15364, 11580, 15963, 13512, 7940, 11144, 9822, 13191, 11380, 9484, 19323, 14743, 9363, 15432, 20537, 17511, 11489, 12201, 14992, 11878, 17617, 13995, 13500, 11020, 12760, 11575, 9822, 11946, 8605, 12296, 10416, 15342, 14016, 12465, 11505, 14136, 13402, 20380, 16465, 16067, 11306, 15443, 13391, 17250, 13566, 14669, 11103, 14270, 13165, 9285, 12325, 7917, 12906, 10336, 17461, 10210, 13730, 10212, 14047, 13222, 8230, 10753, 7545, 12608, 12476, 15458, 11932, 15041, 10240, 15206, 12601, 17376, 10183, 14363, 13381, 11373, 18836, 13519, 10692, 10764, 13545, 11557, 17586, 12513, 14303, 10551, 11426, 14384, 8446, 12284, 10603, 17225, 14492, 16421, 10255, 12418, 10238, 15120, 11749, 14621, 9614, 13604, 13674, 14142, 11066, 10096, 13047, 17096, 15238, 9986, 12348, 15260, 15598, 9006, 11811, 13710, 11773, 19523, 14526, 14093, 10982, 13486, 11982, 10320, 11681, 8331, 11192, 10235, 9872, 10423, 7685, 11551, 10072, 16554, 13122, 14507, 10607, 16435, 15484, 16144, 9811, 11695, 12502, 12806, 16638, 12480, 8914, 10826, 10998, 12627, 7602, 11818, 11576, 13745, 19960, 13784, 10488, 11855, 10063, 15405, 10716, 12757, 10599, 17857, 14667, 15826, 10363, 11691, 9951, 14360, 12449, 12011, 10533, 8219, 12133, 11824, 15073, 8506, 14023, 10396, 16510, 14353, 15710, 8363, 11909, 8856, 15520, 11087, 16203, 8773, 13287, 9642, 17369, 11728, 16059, 10280, 13204, 11911, 14403, 11709, 8103, 10859, 10021, 9415, 13963, 9988, 13062, 11194, 16763, 11569, 12012, 10324, 8273, 11234, 10203, 18040, 15680, 9651, 14134, 10717, 17054, 13656, 15545, 9850, 11974, 11247, 16588, 14617, 10183, 11339, 11132, 14289, 8940, 12033, 11097, 15352, 12985], 'WindowCenter': [4602.0, 4608.0, 4643.0, 4612.0, 4576.0, 4577.0, 4544.0, 4576.0, 4547.0, 4576.0, 4559.0, 4588.0, 4580.0, 4629.0, 4620.0, 4598.0, 4588.0, 4605.0, 4577.0, 4625.0, 4606.0, 4593.0, 4563.0, 4531.0, 4561.0, 4581.0, 4602.0, 4541.0, 4571.0, 4541.0, 4570.0, 4564.0, 4612.0, 4584.0, 4533.0, 4573.0, 4544.0, 4583.0, 4577.0, 4558.0, 4577.0, 4558.0, 4589.0, 4590.0, 4630.0, 4623.0, 4618.0, 4580.0, 4608.0, 4610.0, 4558.0, 4599.0, 4580.0, 4619.0, 4620.0, 4579.0, 4628.0, 4590.0, 4617.0, 4599.0, 4637.0, 4617.0, 4574.0, 4574.0, 4544.0, 4605.0, 4576.0, 4546.0, 4587.0, 4570.0, 4619.0, 4613.0, 4571.0, 4592.0, 4581.0, 4618.0, 4601.0, 4610.0, 4557.0, 4587.0, 4588.0, 4609.0, 4578.0, 4585.0, 4566.0, 4606.0, 4588.0, 4583.0, 4566.0, 4595.0, 4577.0, 4537.0, 4576.0, 4568.0, 4598.0, 4569.0, 4568.0, 4578.0, 4579.0, 4622.0, 4593.0, 4619.0, 4601.0, 4620.0, 4599.0, 4556.0, 4578.0, 4615.0, 4587.0, 4534.0, 4576.0, 4555.0, 4588.0, 4559.0, 4578.0, 4579.0, 4570.0, 4603.0, 4563.0, 4613.0, 4594.0, 4622.0, 4613.0, 4632.0, 4612.0, 4609.0, 4579.0, 4597.0, 4588.0, 4603.0, 4578.0, 4529.0, 4566.0, 4558.0, 4588.0, 4593.0, 4553.0, 4593.0, 4592.0, 4623.0, 4602.0, 4633.0, 4561.0, 4590.0, 4587.0, 4609.0, 4606.0, 4598.0, 4534.0, 4564.0, 4543.0, 4584.0, 4574.0, 4585.0, 4524.0, 4564.0, 4565.0, 4575.0, 4546.0, 4577.0, 4568.0, 4596.0, 4598.0, 4547.0, 4577.0, 4537.0, 4609.0, 4570.0, 4618.0, 4579.0, 4597.0, 4577.0, 4606.0, 4574.0, 4585.0, 4565.0, 4564.0, 4576.0, 4568.0, 4588.0, 4560.0, 4600.0, 4582.0, 4630.0, 4590.0, 4607.0, 4589.0, 4627.0, 4600.0, 4548.0, 4577.0, 4569.0, 4617.0, 4612.0, 4560.0, 4601.0, 4569.0, 4598.0, 4602.0, 4597.0, 4579.0, 4546.0, 4598.0, 4567.0, 4598.0, 4569.0, 4607.0, 4578.0, 4618.0, 4609.0, 4547.0, 4575.0, 4544.0, 4605.0, 4595.0, 4592.0, 4554.0, 4532.0, 4573.0, 4544.0, 4573.0, 4553.0, 4582.0, 4574.0, 4523.0, 4566.0, 4545.0, 4593.0, 4565.0, 4595.0, 4544.0, 4562.0, 4564.0, 4592.0, 4576.0, 4514.0, 4565.0, 4547.0, 4585.0, 4586.0, 4594.0, 4566.0, 4584.0, 4565.0, 4603.0, 4595.0, 4551.0, 4554.0, 4532.0, 4566.0, 4534.0, 4577.0, 4568.0, 4597.0, 4590.0, 4540.0, 4581.0, 4550.0, 4600.0, 4610.0, 4628.0, 4548.0, 4588.0, 4559.0, 4588.0, 4599.0, 4547.0, 4578.0, 4547.0, 4589.0, 4639.0, 4609.0, 4585.0, 4566.0, 4582.0, 4566.0, 4604.0, 4598.0, 4533.0, 4554.0, 4522.0, 4564.0, 4580.0, 4549.0, 4569.0, 4548.0, 4590.0, 4561.0, 4591.0, 4582.0, 4609.0, 4589.0, 4639.0, 4621.0, 4571.0, 4569.0, 4583.0, 4576.0, 4606.0, 4576.0, 4523.0, 4555.0, 4575.0, 4565.0, 4523.0, 4566.0, 4544.0, 4595.0, 4576.0, 4545.0, 4566.0, 4558.0, 4609.0, 4569.0, 4607.0, 4576.0, 4616.0, 4555.0, 4582.0, 4544.0, 4552.0, 4564.0, 4604.0, 4576.0, 4515.0, 4566.0, 4593.0, 4564.0, 4546.0, 4605.0, 4586.0, 4525.0, 4577.0, 4557.0, 4598.0, 4587.0, 4607.0, 4549.0, 4577.0, 4569.0, 4608.0, 4598.0, 4587.0, 4569.0, 4547.0, 4577.0, 4559.0, 4601.0, 4571.0, 4589.0, 4582.0, 4631.0, 4633.0, 4601.0, 4568.0, 4577.0, 4568.0, 4587.0, 4589.0, 4539.0, 4572.0, 4539.0, 4580.0, 4592.0, 4611.0, 4592.0, 4602.0, 4572.0, 4642.0, 4612.0, 4589.0, 4570.0, 4617.0, 4577.0, 4617.0, 4587.0, 4573.0, 4555.0, 4571.0, 4554.0, 4583.0, 4575.0, 4543.0, 4555.0, 4552.0, 4575.0, 4536.0, 4587.0, 4549.0, 4587.0, 4578.0, 4565.0, 4566.0, 4558.0, 4617.0, 4601.0, 4630.0, 4579.0, 4606.0, 4573.0, 4574.0, 4521.0, 4553.0, 4601.0, 4564.0, 4532.0, 4564.0, 4522.0, 4575.0, 4544.0, 4586.0, 4566.0, 4575.0, 4577.0, 4628.0, 4631.0, 4607.0, 4578.0, 4526.0, 4576.0, 4568.0, 4567.0, 4579.0, 4561.0, 4618.0, 4611.0, 4571.0, 4630.0, 4602.0, 4639.0, 4620.0, 4560.0, 4599.0, 4568.0, 4628.0, 4620.0, 4577.0, 4588.0, 4574.0, 4617.0, 4577.0, 4585.0, 4543.0, 4561.0, 4585.0, 4513.0, 4565.0, 4554.0, 4604.0, 4608.0, 4536.0, 4586.0, 4579.0, 4626.0, 4607.0, 4537.0, 4585.0, 4545.0, 4607.0, 4575.0, 4595.0, 4543.0, 4583.0, 4586.0, 4563.0, 4576.0, 4535.0, 4596.0, 4576.0, 4618.0, 4587.0, 4605.0, 4575.0, 4613.0, 4592.0, 4522.0, 4564.0, 4522.0, 4591.0, 4555.0, 4595.0, 4575.0, 4574.0, 4573.0, 4545.0, 4586.0, 4566.0, 4558.0, 4580.0, 4568.0, 4619.0, 4590.0, 4558.0, 4601.0, 4581.0, 4631.0, 4589.0, 4598.0, 4577.0, 4567.0, 4627.0, 4590.0, 4549.0, 4578.0, 4557.0, 4631.0, 4590.0, 4576.0, 4578.0, 4567.0, 4618.0, 4557.0, 4608.0, 4576.0, 4626.0, 4598.0, 4537.0, 4575.0, 4545.0, 4615.0, 4607.0, 4606.0, 4576.0, 4525.0, 4605.0, 4587.0, 4627.0, 4555.0, 4573.0, 4565.0, 4613.0, 4594.0, 4524.0, 4573.0, 4524.0, 4604.0, 4597.0, 4547.0, 4577.0, 4537.0, 4597.0, 4601.0, 4539.0, 4603.0, 4581.0, 4630.0, 4604.0, 4567.0, 4627.0, 4594.0, 4646.0, 4623.0, 4602.0, 4581.0, 4608.0, 4643.0, 4596.0, 4618.0, 4586.0, 4588.0, 4619.0, 4558.0, 4593.0, 4576.0, 4556.0, 4617.0, 4566.0, 4564.0, 4607.0, 4555.0, 4604.0, 4574.0, 4603.0, 4596.0, 4536.0, 4585.0, 4555.0, 4614.0, 4606.0, 4586.0, 4566.0, 4525.0, 4595.0, 4576.0, 4605.0, 4575.0, 4595.0, 4588.0, 4597.0, 4608.0, 4536.0, 4572.0, 4575.0, 4605.0, 4576.0, 4525.0, 4596.0, 4568.0, 4618.0, 4588.0, 4545.0, 4599.0, 4577.0, 4637.0, 4568.0, 4607.0, 4566.0, 4602.0, 4607.0, 4596.0, 4567.0, 4526.0, 4576.0, 4579.0, 4589.0, 4582.0, 4569.0, 4591.0, 4641.0, 4621.0, 4568.0, 4580.0, 4586.0, 4599.0, 4616.0, 4586.0, 4524.0, 4554.0, 4533.0, 4607.0, 4578.0, 4597.0, 4579.0, 4627.0, 4598.0, 4606.0, 4577.0, 4605.0, 4597.0, 4527.0, 4566.0, 4558.0, 4596.0, 4578.0, 4558.0, 4640.0, 4611.0, 4550.0, 4610.0, 4628.0, 4615.0, 4552.0, 4563.0, 4579.0, 4564.0, 4602.0, 4583.0, 4571.0, 4553.0, 4559.0, 4562.0, 4541.0, 4573.0, 4535.0, 4575.0, 4567.0, 4618.0, 4611.0, 4587.0, 4577.0, 4595.0, 4597.0, 4636.0, 4606.0, 4594.0, 4552.0, 4580.0, 4572.0, 4599.0, 4573.0, 4580.0, 4549.0, 4579.0, 4572.0, 4531.0, 4574.0, 4522.0, 4573.0, 4554.0, 4615.0, 4555.0, 4584.0, 4555.0, 4594.0, 4597.0, 4535.0, 4567.0, 4537.0, 4600.0, 4612.0, 4631.0, 4603.0, 4621.0, 4572.0, 4620.0, 4589.0, 4627.0, 4556.0, 4598.0, 4583.0, 4565.0, 4615.0, 4584.0, 4552.0, 4565.0, 4581.0, 4565.0, 4611.0, 4572.0, 4592.0, 4551.0, 4562.0, 4593.0, 4537.0, 4575.0, 4565.0, 4615.0, 4595.0, 4605.0, 4554.0, 4572.0, 4553.0, 4591.0, 4575.0, 4594.0, 4544.0, 4582.0, 4594.0, 4596.0, 4578.0, 4554.0, 4596.0, 4615.0, 4607.0, 4545.0, 4575.0, 4602.0, 4605.0, 4533.0, 4576.0, 4581.0, 4564.0, 4623.0, 4594.0, 4582.0, 4552.0, 4580.0, 4573.0, 4551.0, 4575.0, 4536.0, 4574.0, 4579.0, 4568.0, 4580.0, 4541.0, 4592.0, 4583.0, 4645.0, 4613.0, 4622.0, 4581.0, 4620.0, 4621.0, 4620.0, 4558.0, 4577.0, 4575.0, 4585.0, 4603.0, 4577.0, 4534.0, 4554.0, 4562.0, 4585.0, 4524.0, 4576.0, 4575.0, 4596.0, 4624.0, 4583.0, 4552.0, 4574.0, 4555.0, 4606.0, 4566.0, 4585.0, 4565.0, 4627.0, 4607.0, 4603.0, 4554.0, 4561.0, 4543.0, 4592.0, 4574.0, 4574.0, 4567.0, 4535.0, 4587.0, 4588.0, 4620.0, 4550.0, 4606.0, 4567.0, 4629.0, 4608.0, 4604.0, 4534.0, 4573.0, 4532.0, 4602.0, 4564.0, 4605.0, 4535.0, 4584.0, 4542.0, 4616.0, 4576.0, 4603.0, 4554.0, 4583.0, 4573.0, 4594.0, 4576.0, 4538.0, 4578.0, 4570.0, 4569.0, 4622.0, 4583.0, 4613.0, 4592.0, 4631.0, 4592.0, 4592.0, 4569.0, 4549.0, 4592.0, 4571.0, 4639.0, 4622.0, 4558.0, 4599.0, 4566.0, 4617.0, 4596.0, 4606.0, 4545.0, 4564.0, 4565.0, 4614.0, 4595.0, 4554.0, 4566.0, 4564.0, 4606.0, 4546.0, 4584.0, 4576.0, 4604.0, 4598.0], 'WindowWidth': [10114.0, 10113.0, 10151.0, 10104.0, 10047.0, 10048.0, 10000.0, 10042.0, 10007.0, 10046.0, 10026.0, 10063.0, 10055.0, 10120.0, 10111.0, 10075.0, 10062.0, 10081.0, 10044.0, 10109.0, 10083.0, 10059.0, 10020.0, 9975.0, 10014.0, 10043.0, 10072.0, 9988.0, 10027.0, 9987.0, 10025.0, 10023.0, 10086.0, 10051.0, 9982.0, 10034.0, 9997.0, 10050.0, 10047.0, 10024.0, 10048.0, 10026.0, 10066.0, 10073.0, 10127.0, 10119.0, 10104.0, 10055.0, 10092.0, 10097.0, 10025.0, 10081.0, 10056.0, 10107.0, 10111.0, 10056.0, 10120.0, 10067.0, 10099.0, 10077.0, 10128.0, 10099.0, 10037.0, 10035.0, 9996.0, 10082.0, 10044.0, 10005.0, 10061.0, 10042.0, 10110.0, 10108.0, 10046.0, 10076.0, 10056.0, 10105.0, 10086.0, 10095.0, 10020.0, 10057.0, 10061.0, 10091.0, 10047.0, 10053.0, 10029.0, 10081.0, 10061.0, 10049.0, 10028.0, 10066.0, 10045.0, 9991.0, 10042.0, 10035.0, 10073.0, 10037.0, 10036.0, 10049.0, 10051.0, 10112.0, 10074.0, 10105.0, 10080.0, 10107.0, 10075.0, 10012.0, 10042.0, 10094.0, 10057.0, 9982.0, 10037.0, 10010.0, 10059.0, 10021.0, 10047.0, 10051.0, 10040.0, 10087.0, 10036.0, 10102.0, 10077.0, 10114.0, 10102.0, 10126.0, 10096.0, 10088.0, 10046.0, 10068.0, 10058.0, 10075.0, 10045.0, 9982.0, 10027.0, 10021.0, 10063.0, 10074.0, 10023.0, 10077.0, 10074.0, 10115.0, 10085.0, 10128.0, 10028.0, 10062.0, 10057.0, 10087.0, 10083.0, 10070.0, 9980.0, 10019.0, 9991.0, 10048.0, 10033.0, 10050.0, 9965.0, 10020.0, 10022.0, 10036.0, 9999.0, 10041.0, 10031.0, 10066.0, 10072.0, 10004.0, 10044.0, 9991.0, 10089.0, 10038.0, 10101.0, 10048.0, 10069.0, 10039.0, 10080.0, 10035.0, 10049.0, 10022.0, 10021.0, 10041.0, 10032.0, 10060.0, 10024.0, 10079.0, 10059.0, 10121.0, 10064.0, 10084.0, 10061.0, 10113.0, 10080.0, 10006.0, 10044.0, 10035.0, 10100.0, 10100.0, 10027.0, 10081.0, 10035.0, 10072.0, 10086.0, 10073.0, 10046.0, 10001.0, 10072.0, 10032.0, 10074.0, 10035.0, 10083.0, 10046.0, 10101.0, 10089.0, 10000.0, 10035.0, 9991.0, 10076.0, 10064.0, 10056.0, 10003.0, 9973.0, 10030.0, 9992.0, 10029.0, 10001.0, 10039.0, 10033.0, 9965.0, 10025.0, 9994.0, 10059.0, 10023.0, 10060.0, 9991.0, 10013.0, 10019.0, 10053.0, 10039.0, 9954.0, 10021.0, 10001.0, 10050.0, 10053.0, 10061.0, 10026.0, 10045.0, 10021.0, 10071.0, 10062.0, 9998.0, 10003.0, 9975.0, 10025.0, 9983.0, 10043.0, 10032.0, 10071.0, 10065.0, 9998.0, 10053.0, 10011.0, 10079.0, 10092.0, 10117.0, 10004.0, 10057.0, 10019.0, 10059.0, 10076.0, 10003.0, 10046.0, 10003.0, 10062.0, 10133.0, 10090.0, 10049.0, 10023.0, 10040.0, 10023.0, 10073.0, 10072.0, 9977.0, 10004.0, 9962.0, 10020.0, 10051.0, 10008.0, 10035.0, 10005.0, 10064.0, 10027.0, 10067.0, 10055.0, 10088.0, 10062.0, 10131.0, 10107.0, 10042.0, 10032.0, 10043.0, 10036.0, 10081.0, 10036.0, 9962.0, 10007.0, 10035.0, 10021.0, 9965.0, 10026.0, 9992.0, 10063.0, 10040.0, 9999.0, 10025.0, 10018.0, 10088.0, 10032.0, 10083.0, 10037.0, 10091.0, 10005.0, 10041.0, 9988.0, 9998.0, 10019.0, 10073.0, 10037.0, 9956.0, 10024.0, 10056.0, 10019.0, 9998.0, 10077.0, 10053.0, 9971.0, 10043.0, 10015.0, 10072.0, 10057.0, 10083.0, 10005.0, 10039.0, 10033.0, 10083.0, 10072.0, 10056.0, 10033.0, 10001.0, 10043.0, 10022.0, 10080.0, 10041.0, 10064.0, 10055.0, 10123.0, 10128.0, 10078.0, 10030.0, 10038.0, 10027.0, 10053.0, 10058.0, 9993.0, 10046.0, 9996.0, 10050.0, 10071.0, 10096.0, 10071.0, 10081.0, 10042.0, 10140.0, 10097.0, 10058.0, 10034.0, 10095.0, 10040.0, 10095.0, 10052.0, 10029.0, 10006.0, 10023.0, 10004.0, 10043.0, 10035.0, 9988.0, 10007.0, 10002.0, 10038.0, 9986.0, 10054.0, 10007.0, 10053.0, 10044.0, 10024.0, 10027.0, 10018.0, 10098.0, 10080.0, 10117.0, 10046.0, 10081.0, 10031.0, 10029.0, 9955.0, 10001.0, 10067.0, 10018.0, 9974.0, 10019.0, 9960.0, 10034.0, 9994.0, 10052.0, 10029.0, 10039.0, 10045.0, 10115.0, 10121.0, 10082.0, 10043.0, 9969.0, 10036.0, 10030.0, 10029.0, 10048.0, 10026.0, 10101.0, 10097.0, 10043.0, 10121.0, 10082.0, 10130.0, 10106.0, 10023.0, 10072.0, 10030.0, 10113.0, 10106.0, 10043.0, 10056.0, 10033.0, 10096.0, 10042.0, 10050.0, 9988.0, 10009.0, 10046.0, 9950.0, 10019.0, 10007.0, 10076.0, 10085.0, 9984.0, 10052.0, 10048.0, 10110.0, 10083.0, 9989.0, 10049.0, 9995.0, 10081.0, 10037.0, 10061.0, 9987.0, 10040.0, 10051.0, 10017.0, 10036.0, 9982.0, 10066.0, 10039.0, 10097.0, 10054.0, 10074.0, 10033.0, 10084.0, 10057.0, 9960.0, 10018.0, 9958.0, 10053.0, 10007.0, 10061.0, 10035.0, 10029.0, 10029.0, 9994.0, 10051.0, 10026.0, 10018.0, 10048.0, 10034.0, 10104.0, 10064.0, 10016.0, 10078.0, 10053.0, 10121.0, 10059.0, 10069.0, 10041.0, 10027.0, 10111.0, 10064.0, 10006.0, 10043.0, 10016.0, 10121.0, 10062.0, 10041.0, 10044.0, 10030.0, 10099.0, 10015.0, 10082.0, 10040.0, 10109.0, 10069.0, 9985.0, 10035.0, 9993.0, 10090.0, 10083.0, 10078.0, 10038.0, 9967.0, 10077.0, 10056.0, 10110.0, 10009.0, 10028.0, 10021.0, 10086.0, 10061.0, 9965.0, 10031.0, 9966.0, 10075.0, 10069.0, 10001.0, 10042.0, 9988.0, 10069.0, 10081.0, 9996.0, 10087.0, 10055.0, 10117.0, 10090.0, 10046.0, 10125.0, 10076.0, 10150.0, 10114.0, 10083.0, 10055.0, 10087.0, 10143.0, 10079.0, 10098.0, 10047.0, 10058.0, 10101.0, 10015.0, 10057.0, 10035.0, 10011.0, 10099.0, 10026.0, 10021.0, 10082.0, 10008.0, 10073.0, 10032.0, 10073.0, 10064.0, 9983.0, 10047.0, 10004.0, 10087.0, 10079.0, 10053.0, 10025.0, 9968.0, 10062.0, 10040.0, 10077.0, 10038.0, 10063.0, 10057.0, 10069.0, 10082.0, 9983.0, 10027.0, 10035.0, 10077.0, 10038.0, 9968.0, 10064.0, 10031.0, 10099.0, 10058.0, 9997.0, 10072.0, 10043.0, 10126.0, 10029.0, 10081.0, 10022.0, 10069.0, 10078.0, 10067.0, 10026.0, 9971.0, 10041.0, 10050.0, 10061.0, 10053.0, 10037.0, 10065.0, 10135.0, 10107.0, 10032.0, 10046.0, 10048.0, 10070.0, 10092.0, 10049.0, 9963.0, 10001.0, 9976.0, 10079.0, 10043.0, 10067.0, 10047.0, 10109.0, 10070.0, 10077.0, 10040.0, 10074.0, 10067.0, 9973.0, 10024.0, 10016.0, 10066.0, 10046.0, 10021.0, 10136.0, 10093.0, 10007.0, 10088.0, 10117.0, 10092.0, 9998.0, 10012.0, 10031.0, 10016.0, 10067.0, 10040.0, 10021.0, 10002.0, 10003.0, 10012.0, 9986.0, 10029.0, 9983.0, 10033.0, 10031.0, 10097.0, 10095.0, 10057.0, 10045.0, 10065.0, 10068.0, 10122.0, 10081.0, 10058.0, 9998.0, 10033.0, 10025.0, 10060.0, 10028.0, 10033.0, 9993.0, 10031.0, 10027.0, 9971.0, 10032.0, 9962.0, 10028.0, 10003.0, 10089.0, 10008.0, 10047.0, 10006.0, 10059.0, 10070.0, 9984.0, 10028.0, 9992.0, 10081.0, 10100.0, 10124.0, 10088.0, 10110.0, 10042.0, 10105.0, 10064.0, 10112.0, 10011.0, 10068.0, 10042.0, 10021.0, 10091.0, 10048.0, 10002.0, 10022.0, 10037.0, 10021.0, 10081.0, 10028.0, 10056.0, 10001.0, 10014.0, 10059.0, 9991.0, 10038.0, 10024.0, 10091.0, 10065.0, 10075.0, 10006.0, 10026.0, 10004.0, 10054.0, 10035.0, 10061.0, 9994.0, 10042.0, 10063.0, 10065.0, 10044.0, 10009.0, 10068.0, 10093.0, 10083.0, 9995.0, 10034.0, 10070.0, 10077.0, 9978.0, 10037.0, 10039.0, 10017.0, 10099.0, 10060.0, 10039.0, 10001.0, 10037.0, 10029.0, 10001.0, 10035.0, 9985.0, 10035.0, 10051.0, 10035.0, 10053.0, 10003.0, 10073.0, 10062.0, 10148.0, 10105.0, 10114.0, 10054.0, 10108.0, 10110.0, 10105.0, 10016.0, 10041.0, 10034.0, 10049.0, 10074.0, 10041.0, 9980.0, 10004.0, 10015.0, 10050.0, 9968.0, 10040.0, 10037.0, 10067.0, 10106.0, 10045.0, 9999.0, 10030.0, 10008.0, 10080.0, 10028.0, 10051.0, 10025.0, 10111.0, 10084.0, 10074.0, 10006.0, 10013.0, 9990.0, 10055.0, 10035.0, 10037.0, 10030.0, 9986.0, 10059.0, 10060.0, 10104.0, 10010.0, 10083.0, 10029.0, 10117.0, 10085.0, 10079.0, 9982.0, 10031.0, 9975.0, 10070.0, 10021.0, 10078.0, 9983.0, 10047.0, 9989.0, 10093.0, 10038.0, 10073.0, 10006.0, 10042.0, 10031.0, 10061.0, 10039.0, 9996.0, 10049.0, 10041.0, 10039.0, 10115.0, 10066.0, 10101.0, 10072.0, 10123.0, 10072.0, 10068.0, 10034.0, 10011.0, 10071.0, 10042.0, 10133.0, 10112.0, 10019.0, 10073.0, 10024.0, 10095.0, 10066.0, 10079.0, 9994.0, 10016.0, 10020.0, 10086.0, 10062.0, 10005.0, 10025.0, 10021.0, 10082.0, 9999.0, 10048.0, 10038.0, 10078.0, 10072.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.004011467889908258</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.025068233027522938</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.13350425661309</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2777638128817441</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.051625084006889</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5103</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5109.8579</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.11743807554360482</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>98</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>11.238532110091743</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3330770846505304</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.222434765194844</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6058891196889435</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1709073690678036</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0108563</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.024067619815468788</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.043046656996011734</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>872</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.092387592635955</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>14.0137</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.7443</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>243.7643</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>293281.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1184.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>440.1908</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.792</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>575.9041</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3744.3239</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3913.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>83263.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1461.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4887.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>956.1598</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>37.65925792045891</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> |