=== 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-0043 --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-0043",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0043_ses-01_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0043_ses-01_task-social_acq-mb8_run-06_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-01_subject-0043_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-0043/figures/sub-0043_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-01_subject-0043_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-0043/figures/sub-0043_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-01_subject-0043_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-0043/figures/sub-0043_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-01_subject-0043_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-0043/figures/sub-0043_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-01_subject-0043_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-0043/figures/sub-0043_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-01_subject-0043_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-0043/figures/sub-0043_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0043_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-0043/figures/sub-0043_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0043/figures/sub-0043_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0043/ses-01/func/sub-0043_ses-01_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>e41446424a3e0f49c5c8d5013b24f9c4</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>17:58:45.545000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.982073, 0.185851, 0.0314937, -0.1845, 0.981958, -0.0414469]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0892725</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>24</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4142, -7770, -7282, 609, -143, -326, -32, 99]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</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>236.381</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>c35bc025-4199-43ef-8305-6302cb27d2fb||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6348304748535156, -0.4949992895126343, 0.10429681837558746, 122.90933990478516], [-0.49862363934516907, 2.6345221996307373, -0.09421184659004211, -71.81011199951172], [0.08449536561965942, 0.11119892448186874, 2.6963393688201904, -85.39872741699219], [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': ['175845.545000', '175846.005000', '175846.465000', '175846.925000', '175847.385000', '175847.845000', '175848.305000', '175848.765000', '175849.225000', '175849.685000', '175850.145000', '175850.605000', '175851.065000', '175851.525000', '175851.985000', '175852.445000', '175852.905000', '175853.365000', '175853.825000', '175854.285000', '175854.745000', '175855.205000', '175855.665000', '175856.125000', '175856.585000', '175857.045000', '175857.505000', '175857.965000', '175858.425000', '175858.885000', '175859.345000', '175859.805000', '175900.265000', '175900.725000', '175901.185000', '175901.645000', '175902.105000', '175902.565000', '175903.025000', '175903.485000', '175903.945000', '175904.405000', '175904.865000', '175905.325000', '175905.785000', '175906.245000', '175906.705000', '175907.165000', '175907.625000', '175908.085000', '175908.545000', '175909.005000', '175909.465000', '175909.925000', '175910.385000', '175910.845000', '175911.305000', '175911.765000', '175912.225000', '175912.685000', '175913.145000', '175913.605000', '175914.065000', '175914.525000', '175914.985000', '175915.445000', '175915.905000', '175916.365000', '175916.825000', '175917.285000', '175917.745000', '175918.205000', '175918.665000', '175919.125000', '175919.585000', '175920.045000', '175920.505000', '175920.965000', '175921.425000', '175921.885000', '175922.345000', '175922.805000', '175923.265000', '175923.725000', '175924.185000', '175924.645000', '175925.105000', '175925.565000', '175926.025000', '175926.485000', '175926.945000', '175927.405000', '175927.865000', '175928.325000', '175928.785000', '175929.245000', '175929.705000', '175930.165000', '175930.625000', '175931.085000', '175931.545000', '175932.005000', '175932.465000', '175932.925000', '175933.385000', '175933.845000', '175934.305000', '175934.765000', '175935.225000', '175935.685000', '175936.145000', '175936.605000', '175937.065000', '175937.525000', '175937.985000', '175938.445000', '175938.905000', '175939.365000', '175939.825000', '175940.285000', '175940.745000', '175941.205000', '175941.665000', '175942.125000', '175942.585000', '175943.045000', '175943.505000', '175943.965000', '175944.425000', '175944.885000', '175945.345000', '175945.805000', '175946.265000', '175946.725000', '175947.185000', '175947.645000', '175948.105000', '175948.565000', '175949.025000', '175949.485000', '175949.945000', '175950.405000', '175950.865000', '175951.325000', '175951.785000', '175952.245000', '175952.705000', '175953.165000', '175953.625000', '175954.085000', '175954.545000', '175955.005000', '175955.465000', '175955.925000', '175956.385000', '175956.845000', '175957.305000', '175957.765000', '175958.225000', '175958.685000', '175959.145000', '175959.605000', '180000.065000', '180000.525000', '180000.985000', '180001.445000', '180001.905000', '180002.365000', '180002.825000', '180003.285000', '180003.745000', '180004.205000', '180004.665000', '180005.125000', '180005.585000', '180006.045000', '180006.505000', '180006.965000', '180007.425000', '180007.885000', '180008.345000', '180008.805000', '180009.265000', '180009.725000', '180010.185000', '180010.645000', '180011.105000', '180011.565000', '180012.025000', '180012.485000', '180012.945000', '180013.405000', '180013.865000', '180014.325000', '180014.785000', '180015.245000', '180015.705000', '180016.165000', '180016.625000', '180017.085000', '180017.545000', '180018.005000', '180018.465000', '180018.925000', '180019.385000', '180019.845000', '180020.305000', '180020.765000', '180021.225000', '180021.685000', '180022.145000', '180022.605000', '180023.065000', '180023.525000', '180023.985000', '180024.445000', '180024.905000', '180025.365000', '180025.825000', '180026.285000', '180026.745000', '180027.205000', '180027.665000', '180028.125000', '180028.585000', '180029.045000', '180029.505000', '180029.965000', '180030.425000', '180030.885000', '180031.345000', '180031.805000', '180032.265000', '180032.725000', '180033.185000', '180033.645000', '180034.105000', '180034.565000', '180035.025000', '180035.485000', '180035.945000', '180036.405000', '180036.865000', '180037.325000', '180037.785000', '180038.245000', '180038.705000', '180039.165000', '180039.625000', '180040.085000', '180040.545000', '180041.005000', '180041.465000', '180041.925000', '180042.385000', '180042.845000', '180043.305000', '180043.765000', '180044.225000', '180044.685000', '180045.145000', '180045.605000', '180046.065000', '180046.525000', '180046.985000', '180047.445000', '180047.905000', '180048.365000', '180048.825000', '180049.285000', '180049.745000', '180050.205000', '180050.665000', '180051.125000', '180051.585000', '180052.045000', '180052.505000', '180052.965000', '180053.425000', '180053.885000', '180054.345000', '180054.805000', '180055.265000', '180055.725000', '180056.185000', '180056.645000', '180057.105000', '180057.565000', '180058.025000', '180058.485000', '180058.945000', '180059.405000', '180059.865000', '180100.325000', '180100.785000', '180101.245000', '180101.705000', '180102.165000', '180102.625000', '180103.085000', '180103.545000', '180104.005000', '180104.465000', '180104.925000', '180105.385000', '180105.845000', '180106.305000', '180106.765000', '180107.225000', '180107.685000', '180108.145000', '180108.605000', '180109.065000', '180109.525000', '180109.985000', '180110.445000', '180110.905000', '180111.365000', '180111.825000', '180112.285000', '180112.745000', '180113.205000', '180113.665000', '180114.125000', '180114.585000', '180115.045000', '180115.505000', '180115.965000', '180116.425000', '180116.885000', '180117.345000', '180117.805000', '180118.265000', '180118.725000', '180119.185000', '180119.645000', '180120.105000', '180120.565000', '180121.025000', '180121.485000', '180121.945000', '180122.405000', '180122.865000', '180123.325000', '180123.785000', '180124.245000', '180124.705000', '180125.165000', '180125.625000', '180126.085000', '180126.545000', '180127.005000', '180127.465000', '180127.925000', '180128.385000', '180128.845000', '180129.305000', '180129.765000', '180130.225000', '180130.685000', '180131.145000', '180131.605000', '180132.065000', '180132.525000', '180132.985000', '180133.445000', '180133.905000', '180134.365000', '180134.825000', '180135.285000', '180135.745000', '180136.205000', '180136.665000', '180137.125000', '180137.585000', '180138.045000', '180138.505000', '180138.965000', '180139.425000', '180139.885000', '180140.345000', '180140.805000', '180141.265000', '180141.725000', '180142.185000', '180142.645000', '180143.105000', '180143.565000', '180144.025000', '180144.485000', '180144.945000', '180145.405000', '180145.865000', '180146.325000', '180146.785000', '180147.245000', '180147.705000', '180148.165000', '180148.625000', '180149.085000', '180149.545000', '180150.005000', '180150.465000', '180150.925000', '180151.385000', '180151.845000', '180152.305000', '180152.765000', '180153.225000', '180153.685000', '180154.145000', '180154.605000', '180155.065000', '180155.525000', '180155.985000', '180156.445000', '180156.905000', '180157.365000', '180157.825000', '180158.285000', '180158.745000', '180159.205000', '180159.665000', '180200.125000', '180200.585000', '180201.045000', '180201.505000', '180201.965000', '180202.425000', '180202.885000', '180203.345000', '180203.805000', '180204.265000', '180204.725000', '180205.185000', '180205.645000', '180206.105000', '180206.565000', '180207.025000', '180207.485000', '180207.945000', '180208.405000', '180208.865000', '180209.325000', '180209.785000', '180210.245000', '180210.705000', '180211.165000', '180211.625000', '180212.085000', '180212.545000', '180213.005000', '180213.465000', '180213.925000', '180214.385000', '180214.845000', '180215.305000', '180215.765000', '180216.225000', '180216.685000', '180217.145000', '180217.605000', '180218.065000', '180218.525000', '180218.985000', '180219.445000', '180219.905000', '180220.365000', '180220.825000', '180221.285000', '180221.745000', '180222.205000', '180222.665000', '180223.125000', '180223.585000', '180224.045000', '180224.505000', '180224.965000', '180225.425000', '180225.885000', '180226.345000', '180226.805000', '180227.265000', '180227.725000', '180228.185000', '180228.645000', '180229.105000', '180229.565000', '180230.025000', '180230.485000', '180230.945000', '180231.405000', '180231.865000', '180232.325000', '180232.785000', '180233.245000', '180233.705000', '180234.165000', '180234.625000', '180235.085000', '180235.545000', '180236.005000', '180236.465000', '180236.925000', '180237.385000', '180237.845000', '180238.305000', '180238.765000', '180239.225000', '180239.685000', '180240.145000', '180240.605000', '180241.065000', '180241.525000', '180241.985000', '180242.445000', '180242.905000', '180243.365000', '180243.825000', '180244.285000', '180244.745000', '180245.205000', '180245.665000', '180246.125000', '180246.585000', '180247.045000', '180247.505000', '180247.965000', '180248.425000', '180248.885000', '180249.345000', '180249.805000', '180250.265000', '180250.725000', '180251.185000', '180251.645000', '180252.105000', '180252.565000', '180253.025000', '180253.485000', '180253.945000', '180254.405000', '180254.865000', '180255.325000', '180255.785000', '180256.245000', '180256.705000', '180257.165000', '180257.625000', '180258.085000', '180258.545000', '180259.005000', '180259.465000', '180259.925000', '180300.385000', '180300.845000', '180301.305000', '180301.765000', '180302.225000', '180302.685000', '180303.145000', '180303.605000', '180304.065000', '180304.525000', '180304.985000', '180305.445000', '180305.905000', '180306.365000', '180306.825000', '180307.285000', '180307.745000', '180308.205000', '180308.665000', '180309.125000', '180309.585000', '180310.045000', '180310.505000', '180310.965000', '180311.425000', '180311.885000', '180312.345000', '180312.805000', '180313.265000', '180313.725000', '180314.185000', '180314.645000', '180315.105000', '180315.565000', '180316.025000', '180316.485000', '180316.945000', '180317.405000', '180317.865000', '180318.325000', '180318.785000', '180319.245000', '180319.705000', '180320.165000', '180320.625000', '180321.085000', '180321.545000', '180322.005000', '180322.465000', '180322.925000', '180323.385000', '180323.845000', '180324.305000', '180324.765000', '180325.225000', '180325.685000', '180326.145000', '180326.605000', '180327.065000', '180327.525000', '180327.985000', '180328.445000', '180328.905000', '180329.365000', '180329.825000', '180330.285000', '180330.745000', '180331.205000', '180331.665000', '180332.125000', '180332.585000', '180333.045000', '180333.505000', '180333.965000', '180334.425000', '180334.885000', '180335.345000', '180335.805000', '180336.265000', '180336.725000', '180337.185000', '180337.645000', '180338.105000', '180338.565000', '180339.025000', '180339.485000', '180339.945000', '180340.405000', '180340.865000', '180341.325000', '180341.785000', '180342.245000', '180342.705000', '180343.165000', '180343.625000', '180344.085000', '180344.545000', '180345.005000', '180345.465000', '180345.925000', '180346.385000', '180346.845000', '180347.305000', '180347.765000', '180348.225000', '180348.685000', '180349.145000', '180349.605000', '180350.065000', '180350.525000', '180350.985000', '180351.445000', '180351.905000', '180352.365000', '180352.825000', '180353.285000', '180353.745000', '180354.205000', '180354.665000', '180355.125000', '180355.585000', '180356.045000', '180356.505000', '180356.965000', '180357.425000', '180357.885000', '180358.345000', '180358.805000', '180359.265000', '180359.725000', '180400.185000', '180400.645000', '180401.105000', '180401.565000', '180402.025000', '180402.485000', '180402.945000', '180403.405000', '180403.865000', '180404.325000', '180404.785000', '180405.245000', '180405.705000', '180406.165000', '180406.625000', '180407.085000', '180407.545000', '180408.005000', '180408.465000', '180408.925000', '180409.385000', '180409.845000', '180410.305000', '180410.765000', '180411.225000', '180411.685000', '180412.145000', '180412.605000', '180413.065000', '180413.525000', '180413.985000', '180414.445000', '180414.905000', '180415.365000', '180415.825000', '180416.285000', '180416.745000', '180417.205000', '180417.665000', '180418.125000', '180418.585000', '180419.045000', '180419.505000', '180419.965000', '180420.425000', '180420.885000', '180421.345000', '180421.805000', '180422.265000', '180422.725000', '180423.185000', '180423.645000', '180424.105000', '180424.565000', '180425.025000', '180425.485000', '180425.945000', '180426.405000', '180426.865000', '180427.325000', '180427.785000', '180428.245000', '180428.705000', '180429.165000', '180429.625000', '180430.085000', '180430.545000', '180431.005000', '180431.465000', '180431.925000', '180432.385000', '180432.845000', '180433.305000', '180433.765000', '180434.225000', '180434.685000', '180435.145000', '180435.605000', '180436.065000', '180436.525000', '180436.985000', '180437.445000', '180437.905000', '180438.365000', '180438.825000', '180439.285000', '180439.745000', '180440.205000', '180440.665000', '180441.125000', '180441.585000', '180442.045000', '180442.505000', '180442.965000', '180443.425000', '180443.885000', '180444.345000', '180444.805000', '180445.265000', '180445.725000', '180446.185000', '180446.645000', '180447.105000', '180447.565000', '180448.025000', '180448.485000', '180448.945000', '180449.405000', '180449.865000', '180450.325000', '180450.785000', '180451.245000', '180451.705000', '180452.165000', '180452.625000', '180453.085000', '180453.545000', '180454.005000', '180454.465000', '180454.925000', '180455.385000', '180455.845000', '180456.305000', '180456.765000', '180457.225000', '180457.685000', '180458.145000', '180458.605000', '180459.065000', '180459.525000', '180459.985000', '180500.445000', '180500.905000', '180501.365000', '180501.825000', '180502.285000', '180502.745000', '180503.205000', '180503.665000', '180504.125000', '180504.585000', '180505.045000', '180505.505000', '180505.965000', '180506.425000', '180506.885000', '180507.345000', '180507.805000', '180508.265000', '180508.725000', '180509.185000', '180509.645000', '180510.105000', '180510.565000', '180511.025000', '180511.485000', '180511.945000', '180512.405000', '180512.865000', '180513.325000', '180513.785000', '180514.245000', '180514.705000', '180515.165000', '180515.625000', '180516.085000', '180516.545000', '180517.005000', '180517.465000', '180517.925000', '180518.385000', '180518.845000', '180519.305000', '180519.765000', '180520.225000', '180520.685000', '180521.145000', '180521.605000', '180522.065000', '180522.525000', '180522.985000', '180523.445000', '180523.905000', '180524.365000', '180524.825000', '180525.285000', '180525.745000', '180526.205000'], 'ContentTime': ['175900.246000', '175900.249000', '175900.252000', '175900.255000', '175900.258000', '175900.261000', '175900.278000', '175900.281000', '175900.284000', '175900.287000', '175900.290000', '175900.293000', '175900.296000', '175900.299000', '175900.307000', '175900.310000', '175900.313000', '175900.315000', '175900.318000', '175900.321000', '175900.324000', '175900.327000', '175900.330000', '175900.333000', '175900.335000', '175900.338000', '175900.358000', '175900.361000', '175900.363000', '175900.366000', '175920.206000', '175920.209000', '175920.212000', '175920.215000', '175920.218000', '175920.221000', '175920.224000', '175920.226000', '175920.229000', '175920.232000', '175920.235000', '175920.245000', '175920.248000', '175920.251000', '175920.254000', '175920.257000', '175920.260000', '175920.263000', '175920.266000', '175920.269000', '175920.272000', '175920.275000', '175920.277000', '175920.280000', '175920.283000', '175920.286000', '175920.289000', '175920.292000', '175920.295000', '175920.298000', '175920.301000', '175920.304000', '175920.307000', '175920.310000', '175920.313000', '175920.315000', '175920.318000', '175920.321000', '175920.324000', '175920.327000', '175920.330000', '175920.333000', '175920.336000', '175920.339000', '175940.205000', '175940.208000', '175940.211000', '175940.214000', '175940.217000', '175940.219000', '175940.222000', '175940.225000', '175940.228000', '175940.231000', '175940.234000', '175940.237000', '175940.240000', '175940.243000', '175940.245000', '175940.248000', '175940.259000', '175940.262000', '175940.265000', '175940.268000', '175940.271000', '175940.274000', '175940.277000', '175940.280000', '175940.282000', '175940.285000', '175940.288000', '175940.292000', '175940.295000', '175940.298000', '175940.301000', '175940.304000', '175940.307000', '175940.310000', '175940.312000', '175940.315000', '175940.318000', '175940.321000', '175940.324000', '175940.327000', '175940.330000', '175940.333000', '175940.335000', '180000.205000', '180000.208000', '180000.211000', '180000.214000', '180000.217000', '180000.220000', '180000.223000', '180000.226000', '180000.228000', '180000.231000', '180000.234000', '180000.237000', '180000.240000', '180000.243000', '180000.246000', '180000.249000', '180000.252000', '180000.254000', '180000.257000', '180000.260000', '180000.263000', '180000.266000', '180000.269000', '180000.272000', '180000.275000', '180000.278000', '180000.290000', '180000.293000', '180000.296000', '180000.299000', '180000.301000', '180000.304000', '180000.307000', '180000.310000', '180000.313000', '180000.316000', '180000.319000', '180000.322000', '180000.325000', '180000.327000', '180000.330000', '180000.333000', '180000.336000', '180000.339000', '180020.205000', '180020.208000', '180020.211000', '180020.214000', '180020.217000', '180020.220000', '180020.223000', '180020.226000', '180020.228000', '180020.231000', '180020.234000', '180020.237000', '180020.240000', '180020.244000', '180020.247000', '180020.250000', '180020.253000', '180020.256000', '180020.259000', '180020.262000', '180020.265000', '180020.268000', '180020.271000', '180020.274000', '180020.277000', '180020.279000', '180020.282000', '180020.285000', '180020.288000', '180020.291000', '180020.294000', '180020.297000', '180020.300000', '180020.303000', '180020.306000', '180020.309000', '180020.312000', '180020.317000', '180020.321000', '180020.324000', '180020.327000', '180020.330000', '180020.333000', '180040.205000', '180040.208000', '180040.211000', '180040.214000', '180040.217000', '180040.220000', '180040.222000', '180040.225000', '180040.228000', '180040.231000', '180040.234000', '180040.237000', '180040.240000', '180040.243000', '180040.246000', '180040.249000', '180040.252000', '180040.254000', '180040.257000', '180040.260000', '180040.263000', '180040.266000', '180040.269000', '180040.272000', '180040.275000', '180040.277000', '180040.280000', '180040.283000', '180040.286000', '180040.297000', '180040.299000', '180040.302000', '180040.305000', '180040.308000', '180040.311000', '180040.314000', '180040.317000', '180040.320000', '180040.323000', '180040.326000', '180040.328000', '180040.331000', '180040.334000', '180040.337000', '180100.205000', '180100.208000', '180100.211000', '180100.214000', '180100.217000', '180100.220000', '180100.223000', '180100.225000', '180100.228000', '180100.231000', '180100.234000', '180100.237000', '180100.240000', '180100.243000', '180100.246000', '180100.249000', '180100.252000', '180100.255000', '180100.258000', '180100.261000', '180100.263000', '180100.266000', '180100.269000', '180100.272000', '180100.275000', '180100.278000', '180100.281000', '180100.284000', '180100.287000', '180100.290000', '180100.292000', '180100.295000', '180100.298000', '180100.301000', '180100.304000', '180100.307000', '180100.310000', '180100.313000', '180100.316000', '180100.319000', '180100.322000', '180100.325000', '180100.328000', '180120.205000', '180120.208000', '180120.211000', '180120.214000', '180120.217000', '180120.220000', '180120.222000', '180120.225000', '180120.228000', '180120.231000', '180120.234000', '180120.237000', '180120.240000', '180120.243000', '180120.246000', '180120.249000', '180120.252000', '180120.255000', '180120.258000', '180120.261000', '180120.263000', '180120.266000', '180120.269000', '180120.272000', '180120.275000', '180120.278000', '180120.281000', '180120.284000', '180120.287000', '180120.290000', '180120.293000', '180120.296000', '180120.299000', '180120.301000', '180120.304000', '180120.307000', '180120.310000', '180120.313000', '180120.316000', '180120.319000', '180120.322000', '180120.325000', '180120.328000', '180120.331000', '180140.206000', '180140.209000', '180140.212000', '180140.215000', '180140.218000', '180140.221000', '180140.224000', '180140.226000', '180140.229000', '180140.232000', '180140.235000', '180140.238000', '180140.241000', '180140.244000', '180140.247000', '180140.250000', '180140.252000', '180140.255000', '180140.258000', '180140.261000', '180140.264000', '180140.267000', '180140.270000', '180140.273000', '180140.276000', '180140.279000', '180140.283000', '180140.286000', '180140.289000', '180140.292000', '180140.295000', '180140.298000', '180140.301000', '180140.304000', '180140.306000', '180140.309000', '180140.312000', '180140.315000', '180140.318000', '180140.321000', '180140.324000', '180140.327000', '180140.330000', '180200.205000', '180200.208000', '180200.211000', '180200.214000', '180200.217000', '180200.219000', '180200.222000', '180200.225000', '180200.228000', '180200.231000', '180200.234000', '180200.237000', '180200.240000', '180200.243000', '180200.247000', '180200.250000', '180200.253000', '180200.256000', '180200.259000', '180200.262000', '180200.264000', '180200.268000', '180200.270000', '180200.273000', '180200.276000', '180200.279000', '180200.282000', '180200.285000', '180200.288000', '180200.291000', '180200.294000', '180200.297000', '180200.300000', '180200.303000', '180200.306000', '180200.309000', '180200.311000', '180200.314000', '180200.317000', '180200.320000', '180200.323000', '180200.326000', '180200.329000', '180200.332000', '180220.205000', '180220.208000', '180220.211000', '180220.214000', '180220.217000', '180220.220000', '180220.223000', '180220.225000', '180220.228000', '180220.231000', '180220.234000', '180220.237000', '180220.240000', '180220.243000', '180220.246000', '180220.249000', '180220.251000', '180220.254000', '180220.257000', '180220.277000', '180220.280000', '180220.283000', '180220.286000', '180220.289000', '180220.292000', '180220.295000', '180220.298000', '180220.301000', '180220.303000', '180220.307000', '180220.310000', '180220.313000', '180220.316000', '180220.319000', '180220.321000', '180220.324000', '180220.327000', '180220.330000', '180220.333000', '180220.336000', '180220.339000', '180220.342000', '180220.345000', '180240.205000', '180240.220000', '180240.223000', '180240.226000', '180240.229000', '180240.232000', '180240.235000', '180240.238000', '180240.241000', '180240.244000', '180240.247000', '180240.249000', '180240.252000', '180240.255000', '180240.258000', '180240.261000', '180240.264000', '180240.267000', '180240.270000', '180240.273000', '180240.276000', '180240.279000', '180240.282000', '180240.284000', '180240.287000', '180240.290000', '180240.293000', '180240.296000', '180240.299000', '180240.302000', '180240.305000', '180240.308000', '180240.311000', '180240.314000', '180240.317000', '180240.320000', '180240.323000', '180240.325000', '180240.328000', '180240.331000', '180240.334000', '180240.337000', '180240.340000', '180240.343000', '180300.205000', '180300.208000', '180300.211000', '180300.214000', '180300.217000', '180300.220000', '180300.223000', '180300.225000', '180300.228000', '180300.231000', '180300.234000', '180300.237000', '180300.240000', '180300.243000', '180300.246000', '180300.249000', '180300.252000', '180300.255000', '180300.258000', '180300.261000', '180300.264000', '180300.267000', '180300.269000', '180300.272000', '180300.275000', '180300.278000', '180300.281000', '180300.284000', '180300.287000', '180300.290000', '180300.293000', '180300.296000', '180300.299000', '180300.302000', '180300.305000', '180300.308000', '180300.310000', '180300.313000', '180300.317000', '180300.321000', '180300.324000', '180300.327000', '180300.330000', '180320.205000', '180320.224000', '180320.227000', '180320.230000', '180320.232000', '180320.235000', '180320.238000', '180320.241000', '180320.244000', '180320.247000', '180320.250000', '180320.253000', '180320.256000', '180320.259000', '180320.262000', '180320.265000', '180320.267000', '180320.270000', '180320.273000', '180320.276000', '180320.279000', '180320.282000', '180320.285000', '180320.288000', '180320.291000', '180320.294000', '180320.297000', '180320.300000', '180320.303000', '180320.306000', '180320.309000', '180320.312000', '180320.314000', '180320.317000', '180320.320000', '180320.323000', '180320.326000', '180320.329000', '180320.332000', '180320.335000', '180320.338000', '180320.341000', '180320.344000', '180340.205000', '180340.208000', '180340.211000', '180340.214000', '180340.217000', '180340.220000', '180340.223000', '180340.226000', '180340.228000', '180340.231000', '180340.234000', '180340.237000', '180340.240000', '180340.243000', '180340.246000', '180340.249000', '180340.252000', '180340.255000', '180340.258000', '180340.260000', '180340.263000', '180340.266000', '180340.269000', '180340.272000', '180340.275000', '180340.278000', '180340.281000', '180340.284000', '180340.287000', '180340.290000', '180340.293000', '180340.295000', '180340.298000', '180340.301000', '180340.304000', '180340.307000', '180340.310000', '180340.313000', '180340.316000', '180340.335000', '180340.338000', '180340.341000', '180340.344000', '180340.346000', '180400.206000', '180400.209000', '180400.212000', '180400.215000', '180400.218000', '180400.221000', '180400.224000', '180400.226000', '180400.229000', '180400.232000', '180400.235000', '180400.238000', '180400.241000', '180400.244000', '180400.247000', '180400.250000', '180400.253000', '180400.256000', '180400.259000', '180400.262000', '180400.264000', '180400.267000', '180400.270000', '180400.273000', '180400.276000', '180400.279000', '180400.282000', '180400.285000', '180400.288000', '180400.291000', '180400.294000', '180400.297000', '180400.300000', '180400.303000', '180400.305000', '180400.320000', '180400.323000', '180400.326000', '180400.329000', '180400.332000', '180400.335000', '180400.338000', '180400.341000', '180400.344000', '180420.205000', '180420.208000', '180420.211000', '180420.214000', '180420.217000', '180420.220000', '180420.223000', '180420.226000', '180420.229000', '180420.232000', '180420.235000', '180420.237000', '180420.240000', '180420.243000', '180420.246000', '180420.249000', '180420.252000', '180420.255000', '180420.258000', '180420.261000', '180420.264000', '180420.267000', '180420.270000', '180420.273000', '180420.276000', '180420.279000', '180420.282000', '180420.285000', '180420.287000', '180420.290000', '180420.293000', '180420.296000', '180420.299000', '180420.302000', '180420.305000', '180420.308000', '180420.311000', '180420.314000', '180420.317000', '180420.320000', '180420.324000', '180420.327000', '180420.337000', '180440.205000', '180440.208000', '180440.211000', '180440.214000', '180440.217000', '180440.220000', '180440.223000', '180440.225000', '180440.228000', '180440.231000', '180440.234000', '180440.237000', '180440.240000', '180440.243000', '180440.246000', '180440.249000', '180440.252000', '180440.255000', '180440.258000', '180440.260000', '180440.263000', '180440.266000', '180440.269000', '180440.272000', '180440.275000', '180440.278000', '180440.281000', '180440.284000', '180440.287000', '180440.289000', '180440.292000', '180440.295000', '180440.298000', '180440.301000', '180440.304000', '180440.307000', '180440.310000', '180440.313000', '180440.316000', '180440.319000', '180440.321000', '180440.324000', '180440.327000', '180440.330000', '180500.205000', '180500.210000', '180500.213000', '180500.216000', '180500.219000', '180500.222000', '180500.224000', '180500.227000', '180500.230000', '180500.233000', '180500.236000', '180500.239000', '180500.242000', '180500.245000', '180500.248000', '180500.251000', '180500.254000', '180500.257000', '180500.259000', '180500.262000', '180500.265000', '180500.268000', '180500.271000', '180500.274000', '180500.277000', '180500.280000', '180500.283000', '180500.286000', '180500.288000', '180500.291000', '180500.294000', '180500.297000', '180500.300000', '180500.303000', '180500.306000', '180500.309000', '180500.312000', '180500.315000', '180500.318000', '180500.321000', '180500.323000', '180500.326000', '180500.329000', '180520.205000', '180520.208000', '180520.211000', '180520.214000', '180520.219000', '180520.224000', '180520.227000', '180520.230000', '180520.233000', '180520.236000', '180520.238000', '180520.241000', '180520.244000', '180520.247000', '180520.250000', '180520.253000', '180520.256000', '180520.259000', '180520.262000', '180520.265000', '180520.268000', '180520.271000', '180520.273000', '180520.276000', '180520.279000', '180520.282000', '180520.285000', '180520.288000', '180520.291000', '180520.294000', '180520.297000', '180520.300000', '180520.302000', '180520.305000', '180520.308000', '180520.311000', '180520.314000', '180520.317000', '180520.320000', '180520.323000', '180520.326000', '180520.328000', '180520.331000', '180527.181000', '180527.186000', '180527.189000', '180527.193000', '180527.196000', '180527.200000', '180527.204000', '180527.207000', '180527.210000', '180527.213000', '180527.215000', '180527.218000', '180527.221000', '180527.225000', '180527.228000', '180527.231000'], 'InstanceCreationTime': ['175900.246000', '175900.249000', '175900.252000', '175900.255000', '175900.258000', '175900.261000', '175900.278000', '175900.281000', '175900.284000', '175900.287000', '175900.290000', '175900.293000', '175900.296000', '175900.299000', '175900.307000', '175900.310000', '175900.313000', '175900.315000', '175900.318000', '175900.321000', '175900.324000', '175900.327000', '175900.330000', '175900.333000', '175900.335000', '175900.338000', '175900.358000', '175900.361000', '175900.363000', '175900.366000', '175920.206000', '175920.209000', '175920.212000', '175920.215000', '175920.218000', '175920.221000', '175920.224000', '175920.226000', '175920.229000', '175920.232000', '175920.235000', '175920.245000', '175920.248000', '175920.251000', '175920.254000', '175920.257000', '175920.260000', '175920.263000', '175920.266000', '175920.269000', '175920.272000', '175920.275000', '175920.277000', '175920.280000', '175920.283000', '175920.286000', '175920.289000', '175920.292000', '175920.295000', '175920.298000', '175920.301000', '175920.304000', '175920.307000', '175920.310000', '175920.313000', '175920.315000', '175920.318000', '175920.321000', '175920.324000', '175920.327000', '175920.330000', '175920.333000', '175920.336000', '175920.339000', '175940.205000', '175940.208000', '175940.211000', '175940.214000', '175940.217000', '175940.219000', '175940.222000', '175940.225000', '175940.228000', '175940.231000', '175940.234000', '175940.237000', '175940.240000', '175940.243000', '175940.245000', '175940.248000', '175940.259000', '175940.262000', '175940.265000', '175940.268000', '175940.271000', '175940.274000', '175940.277000', '175940.280000', '175940.282000', '175940.285000', '175940.288000', '175940.292000', '175940.295000', '175940.298000', '175940.301000', '175940.304000', '175940.307000', '175940.310000', '175940.312000', '175940.315000', '175940.318000', '175940.321000', '175940.324000', '175940.327000', '175940.330000', '175940.333000', '175940.335000', '180000.205000', '180000.208000', '180000.211000', '180000.214000', '180000.217000', '180000.220000', '180000.223000', '180000.226000', '180000.228000', '180000.231000', '180000.234000', '180000.237000', '180000.240000', '180000.243000', '180000.246000', '180000.249000', '180000.252000', '180000.254000', '180000.257000', '180000.260000', '180000.263000', '180000.266000', '180000.269000', '180000.272000', '180000.275000', '180000.278000', '180000.290000', '180000.293000', '180000.296000', '180000.299000', '180000.301000', '180000.304000', '180000.307000', '180000.310000', '180000.313000', '180000.316000', '180000.319000', '180000.322000', '180000.325000', '180000.327000', '180000.330000', '180000.333000', '180000.336000', '180000.339000', '180020.205000', '180020.208000', '180020.211000', '180020.214000', '180020.217000', '180020.220000', '180020.223000', '180020.226000', '180020.228000', '180020.231000', '180020.234000', '180020.237000', '180020.240000', '180020.244000', '180020.247000', '180020.250000', '180020.253000', '180020.256000', '180020.259000', '180020.262000', '180020.265000', '180020.268000', '180020.271000', '180020.274000', '180020.277000', '180020.279000', '180020.282000', '180020.285000', '180020.288000', '180020.291000', '180020.294000', '180020.297000', '180020.300000', '180020.303000', '180020.306000', '180020.309000', '180020.312000', '180020.317000', '180020.321000', '180020.324000', '180020.327000', '180020.330000', '180020.333000', '180040.205000', '180040.208000', '180040.211000', '180040.214000', '180040.217000', '180040.220000', '180040.222000', '180040.225000', '180040.228000', '180040.231000', '180040.234000', '180040.237000', '180040.240000', '180040.243000', '180040.246000', '180040.249000', '180040.252000', '180040.254000', '180040.257000', '180040.260000', '180040.263000', '180040.266000', '180040.269000', '180040.272000', '180040.275000', '180040.277000', '180040.280000', '180040.283000', '180040.286000', '180040.297000', '180040.299000', '180040.302000', '180040.305000', '180040.308000', '180040.311000', '180040.314000', '180040.317000', '180040.320000', '180040.323000', '180040.326000', '180040.328000', '180040.331000', '180040.334000', '180040.337000', '180100.205000', '180100.208000', '180100.211000', '180100.214000', '180100.217000', '180100.220000', '180100.223000', '180100.225000', '180100.228000', '180100.231000', '180100.234000', '180100.237000', '180100.240000', '180100.243000', '180100.246000', '180100.249000', '180100.252000', '180100.255000', '180100.258000', '180100.261000', '180100.263000', '180100.266000', '180100.269000', '180100.272000', '180100.275000', '180100.278000', '180100.281000', '180100.284000', '180100.287000', '180100.290000', '180100.292000', '180100.295000', '180100.298000', '180100.301000', '180100.304000', '180100.307000', '180100.310000', '180100.313000', '180100.316000', '180100.319000', '180100.322000', '180100.325000', '180100.328000', '180120.205000', '180120.208000', '180120.211000', '180120.214000', '180120.217000', '180120.220000', '180120.222000', '180120.225000', '180120.228000', '180120.231000', '180120.234000', '180120.237000', '180120.240000', '180120.243000', '180120.246000', '180120.249000', '180120.252000', '180120.255000', '180120.258000', '180120.261000', '180120.263000', '180120.266000', '180120.269000', '180120.272000', '180120.275000', '180120.278000', '180120.281000', '180120.284000', '180120.287000', '180120.290000', '180120.293000', '180120.296000', '180120.299000', '180120.301000', '180120.304000', '180120.307000', '180120.310000', '180120.313000', '180120.316000', '180120.319000', '180120.322000', '180120.325000', '180120.328000', '180120.331000', '180140.206000', '180140.209000', '180140.212000', '180140.215000', '180140.218000', '180140.221000', '180140.224000', '180140.226000', '180140.229000', '180140.232000', '180140.235000', '180140.238000', '180140.241000', '180140.244000', '180140.247000', '180140.250000', '180140.252000', '180140.255000', '180140.258000', '180140.261000', '180140.264000', '180140.267000', '180140.270000', '180140.273000', '180140.276000', '180140.279000', '180140.283000', '180140.286000', '180140.289000', '180140.292000', '180140.295000', '180140.298000', '180140.301000', '180140.304000', '180140.306000', '180140.309000', '180140.312000', '180140.315000', '180140.318000', '180140.321000', '180140.324000', '180140.327000', '180140.330000', '180200.205000', '180200.208000', '180200.211000', '180200.214000', '180200.217000', '180200.219000', '180200.222000', '180200.225000', '180200.228000', '180200.231000', '180200.234000', '180200.237000', '180200.240000', '180200.243000', '180200.247000', '180200.250000', '180200.253000', '180200.256000', '180200.259000', '180200.262000', '180200.264000', '180200.268000', '180200.270000', '180200.273000', '180200.276000', '180200.279000', '180200.282000', '180200.285000', '180200.288000', '180200.291000', '180200.294000', '180200.297000', '180200.300000', '180200.303000', '180200.306000', '180200.309000', '180200.311000', '180200.314000', '180200.317000', '180200.320000', '180200.323000', '180200.326000', '180200.329000', '180200.332000', '180220.205000', '180220.208000', '180220.211000', '180220.214000', '180220.217000', '180220.220000', '180220.223000', '180220.225000', '180220.228000', '180220.231000', '180220.234000', '180220.237000', '180220.240000', '180220.243000', '180220.246000', '180220.249000', '180220.251000', '180220.254000', '180220.257000', '180220.277000', '180220.280000', '180220.283000', '180220.286000', '180220.289000', '180220.292000', '180220.295000', '180220.298000', '180220.301000', '180220.303000', '180220.307000', '180220.310000', '180220.313000', '180220.316000', '180220.319000', '180220.321000', '180220.324000', '180220.327000', '180220.330000', '180220.333000', '180220.336000', '180220.339000', '180220.342000', '180220.345000', '180240.205000', '180240.220000', '180240.223000', '180240.226000', '180240.229000', '180240.232000', '180240.235000', '180240.238000', '180240.241000', '180240.244000', '180240.247000', '180240.249000', '180240.252000', '180240.255000', '180240.258000', '180240.261000', '180240.264000', '180240.267000', '180240.270000', '180240.273000', '180240.276000', '180240.279000', '180240.282000', '180240.284000', '180240.287000', '180240.290000', '180240.293000', '180240.296000', '180240.299000', '180240.302000', '180240.305000', '180240.308000', '180240.311000', '180240.314000', '180240.317000', '180240.320000', '180240.323000', '180240.325000', '180240.328000', '180240.331000', '180240.334000', '180240.337000', '180240.340000', '180240.343000', '180300.205000', '180300.208000', '180300.211000', '180300.214000', '180300.217000', '180300.220000', '180300.223000', '180300.225000', '180300.228000', '180300.231000', '180300.234000', '180300.237000', '180300.240000', '180300.243000', '180300.246000', '180300.249000', '180300.252000', '180300.255000', '180300.258000', '180300.261000', '180300.264000', '180300.267000', '180300.269000', '180300.272000', '180300.275000', '180300.278000', '180300.281000', '180300.284000', '180300.287000', '180300.290000', '180300.293000', '180300.296000', '180300.299000', '180300.302000', '180300.305000', '180300.308000', '180300.310000', '180300.313000', '180300.317000', '180300.321000', '180300.324000', '180300.327000', '180300.330000', '180320.205000', '180320.224000', '180320.227000', '180320.230000', '180320.232000', '180320.235000', '180320.238000', '180320.241000', '180320.244000', '180320.247000', '180320.250000', '180320.253000', '180320.256000', '180320.259000', '180320.262000', '180320.265000', '180320.267000', '180320.270000', '180320.273000', '180320.276000', '180320.279000', '180320.282000', '180320.285000', '180320.288000', '180320.291000', '180320.294000', '180320.297000', '180320.300000', '180320.303000', '180320.306000', '180320.309000', '180320.312000', '180320.314000', '180320.317000', '180320.320000', '180320.323000', '180320.326000', '180320.329000', '180320.332000', '180320.335000', '180320.338000', '180320.341000', '180320.344000', '180340.205000', '180340.208000', '180340.211000', '180340.214000', '180340.217000', '180340.220000', '180340.223000', '180340.226000', '180340.228000', '180340.231000', '180340.234000', '180340.237000', '180340.240000', '180340.243000', '180340.246000', '180340.249000', '180340.252000', '180340.255000', '180340.258000', '180340.260000', '180340.263000', '180340.266000', '180340.269000', '180340.272000', '180340.275000', '180340.278000', '180340.281000', '180340.284000', '180340.287000', '180340.290000', '180340.293000', '180340.295000', '180340.298000', '180340.301000', '180340.304000', '180340.307000', '180340.310000', '180340.313000', '180340.316000', '180340.335000', '180340.338000', '180340.341000', '180340.344000', '180340.346000', '180400.206000', '180400.209000', '180400.212000', '180400.215000', '180400.218000', '180400.221000', '180400.224000', '180400.226000', '180400.229000', '180400.232000', '180400.235000', '180400.238000', '180400.241000', '180400.244000', '180400.247000', '180400.250000', '180400.253000', '180400.256000', '180400.259000', '180400.262000', '180400.264000', '180400.267000', '180400.270000', '180400.273000', '180400.276000', '180400.279000', '180400.282000', '180400.285000', '180400.288000', '180400.291000', '180400.294000', '180400.297000', '180400.300000', '180400.303000', '180400.305000', '180400.320000', '180400.323000', '180400.326000', '180400.329000', '180400.332000', '180400.335000', '180400.338000', '180400.341000', '180400.344000', '180420.205000', '180420.208000', '180420.211000', '180420.214000', '180420.217000', '180420.220000', '180420.223000', '180420.226000', '180420.229000', '180420.232000', '180420.235000', '180420.237000', '180420.240000', '180420.243000', '180420.246000', '180420.249000', '180420.252000', '180420.255000', '180420.258000', '180420.261000', '180420.264000', '180420.267000', '180420.270000', '180420.273000', '180420.276000', '180420.279000', '180420.282000', '180420.285000', '180420.287000', '180420.290000', '180420.293000', '180420.296000', '180420.299000', '180420.302000', '180420.305000', '180420.308000', '180420.311000', '180420.314000', '180420.317000', '180420.320000', '180420.324000', '180420.327000', '180420.337000', '180440.205000', '180440.208000', '180440.211000', '180440.214000', '180440.217000', '180440.220000', '180440.223000', '180440.225000', '180440.228000', '180440.231000', '180440.234000', '180440.237000', '180440.240000', '180440.243000', '180440.246000', '180440.249000', '180440.252000', '180440.255000', '180440.258000', '180440.260000', '180440.263000', '180440.266000', '180440.269000', '180440.272000', '180440.275000', '180440.278000', '180440.281000', '180440.284000', '180440.287000', '180440.289000', '180440.292000', '180440.295000', '180440.298000', '180440.301000', '180440.304000', '180440.307000', '180440.310000', '180440.313000', '180440.316000', '180440.319000', '180440.321000', '180440.324000', '180440.327000', '180440.330000', '180500.205000', '180500.210000', '180500.213000', '180500.216000', '180500.219000', '180500.222000', '180500.224000', '180500.227000', '180500.230000', '180500.233000', '180500.236000', '180500.239000', '180500.242000', '180500.245000', '180500.248000', '180500.251000', '180500.254000', '180500.257000', '180500.259000', '180500.262000', '180500.265000', '180500.268000', '180500.271000', '180500.274000', '180500.277000', '180500.280000', '180500.283000', '180500.286000', '180500.288000', '180500.291000', '180500.294000', '180500.297000', '180500.300000', '180500.303000', '180500.306000', '180500.309000', '180500.312000', '180500.315000', '180500.318000', '180500.321000', '180500.323000', '180500.326000', '180500.329000', '180520.205000', '180520.208000', '180520.211000', '180520.214000', '180520.219000', '180520.224000', '180520.227000', '180520.230000', '180520.233000', '180520.236000', '180520.238000', '180520.241000', '180520.244000', '180520.247000', '180520.250000', '180520.253000', '180520.256000', '180520.259000', '180520.262000', '180520.265000', '180520.268000', '180520.271000', '180520.273000', '180520.276000', '180520.279000', '180520.282000', '180520.285000', '180520.288000', '180520.291000', '180520.294000', '180520.297000', '180520.300000', '180520.302000', '180520.305000', '180520.308000', '180520.311000', '180520.314000', '180520.317000', '180520.320000', '180520.323000', '180520.326000', '180520.328000', '180520.331000', '180527.181000', '180527.186000', '180527.189000', '180527.193000', '180527.196000', '180527.200000', '180527.204000', '180527.207000', '180527.210000', '180527.213000', '180527.215000', '180527.218000', '180527.221000', '180527.225000', '180527.228000', '180527.231000'], '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': [11327, 9288, 12953, 9781, 9253, 9702, 9301, 11492, 9527, 10821, 9401, 8955, 9855, 9044, 10776, 9606, 8757, 9691, 9301, 11608, 9506, 9647, 9622, 9574, 11594, 9606, 8705, 9277, 9287, 10864, 9408, 8418, 9691, 9470, 8643, 9567, 9030, 9799, 9656, 9570, 12232, 9589, 10974, 9729, 9734, 15087, 9864, 7578, 11874, 8876, 7174, 11701, 8153, 7051, 8391, 10499, 8444, 7597, 12080, 8859, 8323, 11432, 8930, 13118, 11822, 9496, 15295, 9813, 8666, 11328, 8665, 8012, 12358, 9193, 8202, 11814, 8713, 8116, 11180, 8678, 13408, 10099, 9098, 9630, 9233, 7492, 9419, 8949, 8075, 9768, 8196, 11334, 9096, 9452, 8688, 8255, 11277, 8673, 11809, 9153, 7922, 8663, 7287, 8409, 8514, 7275, 11539, 9058, 13735, 10534, 10943, 9660, 7603, 10206, 10051, 9527, 14330, 9754, 7276, 11053, 9624, 7827, 10327, 8895, 8023, 10829, 9867, 8284, 9407, 12673, 14288, 11609, 11092, 8973, 7867, 7827, 7328, 6696, 8205, 7110, 8170, 7617, 10115, 8595, 10984, 9013, 13059, 10785, 14397, 11820, 16095, 12900, 15848, 11531, 15013, 17477, 11775, 16902, 12129, 15052, 10320, 13483, 8702, 12275, 8374, 14027, 8685, 15684, 9510, 14101, 11176, 14140, 14068, 12652, 11230, 12903, 8408, 16849, 9091, 13498, 10865, 10684, 10154, 9074, 11414, 10334, 7956, 9496, 7950, 10625, 8489, 12082, 9221, 10948, 8512, 10906, 8014, 10796, 8774, 12972, 10453, 14334, 10545, 16062, 9808, 12005, 9126, 7009, 9812, 7455, 10133, 8882, 8981, 9237, 9722, 9700, 8949, 9702, 8251, 9806, 11643, 9306, 11619, 8564, 7240, 8914, 7426, 10669, 8091, 11097, 8934, 10956, 9130, 8632, 9179, 7413, 10302, 8174, 7644, 8559, 7126, 10796, 8916, 9331, 9935, 10271, 10449, 10236, 9940, 9439, 9725, 7850, 9137, 8127, 9522, 7508, 10375, 7583, 11637, 8826, 10985, 9344, 10430, 9657, 8090, 11200, 8980, 8877, 8790, 8433, 10958, 9133, 7903, 11396, 8808, 13149, 8425, 11598, 8612, 10820, 8777, 11301, 8778, 7587, 9461, 8263, 9954, 8114, 7894, 9436, 8451, 7746, 8813, 7967, 9845, 8357, 8106, 9798, 8337, 7517, 8133, 8873, 7409, 8615, 9303, 7559, 12783, 9865, 9274, 10566, 8124, 11586, 9337, 7659, 14591, 10437, 10480, 11816, 8930, 17662, 10201, 8547, 10363, 8143, 12795, 9308, 8919, 9654, 7960, 12141, 9239, 11503, 9574, 8585, 10218, 7723, 11341, 8643, 10555, 8323, 8856, 8321, 8154, 9842, 8462, 9020, 8914, 8188, 8055, 10688, 8433, 8277, 10454, 8499, 12421, 9495, 10871, 9129, 8077, 11612, 8843, 13400, 9004, 13283, 9784, 9693, 9069, 8665, 10271, 8538, 10579, 8361, 8361, 9366, 8486, 9635, 8982, 8971, 10078, 8986, 7817, 9310, 8843, 10289, 8585, 8847, 10506, 8719, 9185, 11086, 8900, 13702, 9467, 8871, 9651, 8730, 12200, 8872, 11271, 8642, 8455, 11133, 8236, 8402, 10571, 8257, 8054, 8788, 8070, 11227, 8608, 8165, 10714, 8561, 12011, 10246, 9546, 9413, 8944, 11759, 8992, 8704, 10743, 8387, 9049, 10292, 9761, 8327, 10268, 8462, 8875, 9939, 8993, 9608, 12380, 9483, 12221, 10801, 8995, 16911, 10074, 17326, 11708, 11032, 11025, 8996, 14276, 9272, 9753, 9534, 9313, 11558, 8828, 8929, 9584, 8975, 10791, 8972, 9599, 10578, 9452, 11650, 9392, 9096, 11431, 9257, 12015, 9576, 9320, 11586, 9426, 9079, 11465, 9188, 9194, 11689, 9720, 11690, 11179, 10854, 9020, 8945, 10822, 9046, 8982, 9768, 8934, 7891, 8838, 9293, 7735, 8673, 8771, 10500, 9024, 8469, 11204, 9041, 11223, 8785, 7484, 10206, 8885, 11422, 10245, 9501, 10738, 8309, 8047, 8262, 8022, 10327, 8294, 8775, 9051, 8597, 10680, 8411, 7922, 9474, 8547, 12266, 8605, 12079, 10047, 8596, 9636, 8430, 11430, 8537, 9343, 9296, 8166, 11507, 8618, 11503, 8402, 8279, 9576, 8365, 9921, 8328, 10991, 8719, 7736, 8838, 8391, 8023, 9469, 8212, 11474, 9445, 11131, 10022, 11549, 10404, 8679, 12465, 8644, 12824, 9537, 13738, 9046, 11873, 8148, 10844, 8236, 7667, 8438, 8011, 7911, 7637, 7549, 9376, 8339, 9085, 9077, 9022, 11297, 9208, 9124, 9459, 11149, 14974, 15999, 12098, 7983, 8148, 7663, 7997, 7230, 7301, 7450, 9271, 7936, 10035, 8438, 12884, 9891, 11861, 10046, 8677, 11642, 8863, 12554, 8278, 14164, 10112, 15512, 8995, 13848, 9155, 14063, 9448, 12698, 8814, 11879, 9190, 10567, 8827, 9027, 9091, 8014, 10214, 8572, 10322, 8752, 9925, 8531, 10825, 8550, 10243, 9206, 10787, 9045, 8798, 11533, 9096, 12386, 10827, 10207, 8969, 9875, 13687, 10623, 9073, 8425, 8203, 9557, 8278, 10924, 8909, 8744, 8701, 9260, 10341, 10443, 11334, 9682, 8932, 9110, 8994, 11506, 10300, 10545, 9220, 10460, 8982, 12107, 10152, 9434, 8997, 8454, 9228, 8941, 9665, 8910, 9749, 9400, 8149, 9715, 9094, 8835, 8986, 8221, 9353, 9046, 10229, 8902, 12781, 9221, 12986, 9448, 11613, 9212, 9489, 9259, 9659, 10779, 9051, 9020, 9215, 10032, 8811, 11024, 9001, 10887, 9103, 11201, 9248, 11555, 9418, 11584, 9203, 11681, 9123, 10526, 8900, 7282, 9888, 8492, 10926, 9171, 8068, 10732, 8822, 11048, 9166, 10472, 8181, 11909, 9709, 11061, 9583, 10854, 8819, 10792, 8883, 8722, 9567, 9369, 10022, 9643, 8507, 9817, 9111, 11490, 9356, 9645, 10515, 9477, 12393, 9897, 9404, 10798, 9441, 13042, 9520, 13363, 10672, 11581, 9352, 9316, 9249, 9065, 10675, 9438, 8025, 9547, 9256, 8497, 9531, 9160, 8351, 9766, 9495, 11424, 10058, 13494, 9904, 10454, 9481, 8567, 9230, 9243, 10322, 9253, 8456, 9262, 9461, 9174, 9862, 10108, 9881, 8965, 8172, 9346, 9341, 11678, 9833, 12309, 10101, 9302, 9163, 9266, 9787, 8960, 8077, 9158, 9099, 9964, 8863, 11324, 9047, 10073, 9103, 9008, 8622, 9164, 10260, 9147, 9625, 8999, 7898, 8666, 9138, 9856, 8839, 8579, 8868, 8678, 8459, 9035, 9099, 10353, 9263, 11751, 9733, 10320, 10347, 9397, 14705, 9003, 14840, 10126, 11264, 9286, 9173, 12153, 9314, 9562, 8983, 9485, 8623, 10294, 9859, 9410, 9805, 9562, 9081, 10294, 8615, 9302, 10383, 9660, 10000, 14977, 11319, 9203, 9591, 8808, 9337], 'WindowCenter': [4305.0, 4270.0, 4284.0, 4251.0, 4237.0, 4238.0, 4238.0, 4245.0, 4239.0, 4247.0, 4227.0, 4228.0, 4237.0, 4228.0, 4247.0, 4232.0, 4229.0, 4235.0, 4224.0, 4255.0, 4236.0, 4236.0, 4237.0, 4238.0, 4260.0, 4238.0, 4240.0, 4235.0, 4239.0, 4259.0, 4250.0, 4241.0, 4249.0, 4249.0, 4227.0, 4247.0, 4238.0, 4248.0, 4246.0, 4247.0, 4269.0, 4236.0, 4261.0, 4239.0, 4238.0, 4283.0, 4243.0, 4221.0, 4260.0, 4216.0, 4193.0, 4244.0, 4204.0, 4180.0, 4200.0, 4233.0, 4201.0, 4187.0, 4256.0, 4216.0, 4222.0, 4256.0, 4226.0, 4251.0, 4242.0, 4222.0, 4247.0, 4221.0, 4198.0, 4229.0, 4212.0, 4211.0, 4251.0, 4209.0, 4199.0, 4229.0, 4199.0, 4187.0, 4227.0, 4197.0, 4253.0, 4223.0, 4209.0, 4218.0, 4221.0, 4201.0, 4225.0, 4221.0, 4204.0, 4237.0, 4213.0, 4245.0, 4228.0, 4222.0, 4213.0, 4200.0, 4230.0, 4200.0, 4242.0, 4212.0, 4190.0, 4201.0, 4180.0, 4201.0, 4214.0, 4193.0, 4233.0, 4215.0, 4254.0, 4222.0, 4222.0, 4213.0, 4192.0, 4225.0, 4226.0, 4215.0, 4269.0, 4227.0, 4181.0, 4224.0, 4190.0, 4168.0, 4201.0, 4191.0, 4165.0, 4197.0, 4174.0, 4150.0, 4161.0, 4202.0, 4217.0, 4195.0, 4193.0, 4170.0, 4173.0, 4188.0, 4202.0, 4220.0, 4257.0, 4246.0, 4266.0, 4259.0, 4289.0, 4270.0, 4291.0, 4278.0, 4310.0, 4278.0, 4297.0, 4273.0, 4280.0, 4256.0, 4270.0, 4219.0, 4253.0, 4261.0, 4231.0, 4268.0, 4239.0, 4263.0, 4219.0, 4241.0, 4198.0, 4231.0, 4202.0, 4254.0, 4199.0, 4256.0, 4199.0, 4243.0, 4218.0, 4226.0, 4226.0, 4215.0, 4202.0, 4214.0, 4162.0, 4226.0, 4171.0, 4213.0, 4194.0, 4181.0, 4182.0, 4169.0, 4186.0, 4170.0, 4150.0, 4170.0, 4151.0, 4182.0, 4152.0, 4180.0, 4150.0, 4169.0, 4151.0, 4169.0, 4138.0, 4175.0, 4169.0, 4200.0, 4177.0, 4197.0, 4164.0, 4197.0, 4152.0, 4185.0, 4157.0, 4136.0, 4178.0, 4146.0, 4190.0, 4181.0, 4179.0, 4182.0, 4183.0, 4181.0, 4169.0, 4183.0, 4161.0, 4181.0, 4187.0, 4169.0, 4191.0, 4153.0, 4149.0, 4182.0, 4162.0, 4203.0, 4177.0, 4217.0, 4198.0, 4220.0, 4210.0, 4184.0, 4201.0, 4178.0, 4218.0, 4202.0, 4174.0, 4200.0, 4175.0, 4217.0, 4197.0, 4209.0, 4219.0, 4219.0, 4219.0, 4206.0, 4210.0, 4185.0, 4224.0, 4174.0, 4198.0, 4174.0, 4197.0, 4167.0, 4208.0, 4178.0, 4217.0, 4197.0, 4218.0, 4195.0, 4204.0, 4198.0, 4185.0, 4220.0, 4197.0, 4194.0, 4189.0, 4187.0, 4217.0, 4198.0, 4190.0, 4220.0, 4187.0, 4228.0, 4176.0, 4216.0, 4185.0, 4206.0, 4186.0, 4205.0, 4185.0, 4175.0, 4208.0, 4186.0, 4210.0, 4190.0, 4186.0, 4209.0, 4200.0, 4192.0, 4213.0, 4201.0, 4223.0, 4205.0, 4219.0, 4251.0, 4219.0, 4193.0, 4205.0, 4229.0, 4206.0, 4216.0, 4214.0, 4194.0, 4246.0, 4216.0, 4212.0, 4225.0, 4193.0, 4235.0, 4215.0, 4193.0, 4264.0, 4234.0, 4217.0, 4232.0, 4198.0, 4263.0, 4208.0, 4189.0, 4217.0, 4187.0, 4229.0, 4196.0, 4197.0, 4197.0, 4178.0, 4228.0, 4200.0, 4219.0, 4197.0, 4198.0, 4208.0, 4177.0, 4218.0, 4185.0, 4209.0, 4186.0, 4194.0, 4187.0, 4190.0, 4210.0, 4203.0, 4210.0, 4213.0, 4230.0, 4217.0, 4234.0, 4215.0, 4202.0, 4236.0, 4214.0, 4245.0, 4224.0, 4232.0, 4214.0, 4191.0, 4220.0, 4200.0, 4242.0, 4200.0, 4243.0, 4223.0, 4209.0, 4200.0, 4197.0, 4218.0, 4201.0, 4223.0, 4201.0, 4200.0, 4224.0, 4211.0, 4222.0, 4224.0, 4212.0, 4235.0, 4222.0, 4203.0, 4225.0, 4222.0, 4236.0, 4214.0, 4226.0, 4248.0, 4229.0, 4226.0, 4247.0, 4226.0, 4259.0, 4226.0, 4214.0, 4224.0, 4204.0, 4233.0, 4200.0, 4235.0, 4216.0, 4201.0, 4233.0, 4204.0, 4200.0, 4223.0, 4216.0, 4216.0, 4217.0, 4209.0, 4249.0, 4230.0, 4216.0, 4236.0, 4229.0, 4241.0, 4223.0, 4207.0, 4222.0, 4213.0, 4257.0, 4226.0, 4223.0, 4241.0, 4213.0, 4224.0, 4235.0, 4234.0, 4212.0, 4235.0, 4213.0, 4223.0, 4235.0, 4225.0, 4234.0, 4267.0, 4233.0, 4253.0, 4238.0, 4212.0, 4265.0, 4210.0, 4260.0, 4229.0, 4217.0, 4218.0, 4201.0, 4240.0, 4196.0, 4195.0, 4196.0, 4198.0, 4217.0, 4199.0, 4196.0, 4196.0, 4186.0, 4218.0, 4197.0, 4208.0, 4219.0, 4208.0, 4227.0, 4209.0, 4198.0, 4232.0, 4212.0, 4226.0, 4198.0, 4195.0, 4218.0, 4196.0, 4199.0, 4215.0, 4198.0, 4207.0, 4230.0, 4210.0, 4230.0, 4223.0, 4220.0, 4196.0, 4185.0, 4206.0, 4187.0, 4196.0, 4208.0, 4201.0, 4205.0, 4210.0, 4210.0, 4189.0, 4203.0, 4203.0, 4220.0, 4201.0, 4204.0, 4233.0, 4205.0, 4234.0, 4215.0, 4190.0, 4234.0, 4212.0, 4232.0, 4221.0, 4208.0, 4217.0, 4197.0, 4185.0, 4198.0, 4212.0, 4222.0, 4201.0, 4210.0, 4217.0, 4198.0, 4230.0, 4213.0, 4200.0, 4224.0, 4221.0, 4252.0, 4213.0, 4244.0, 4221.0, 4202.0, 4221.0, 4200.0, 4244.0, 4213.0, 4220.0, 4222.0, 4198.0, 4233.0, 4201.0, 4243.0, 4198.0, 4195.0, 4222.0, 4198.0, 4222.0, 4201.0, 4231.0, 4201.0, 4185.0, 4213.0, 4210.0, 4201.0, 4235.0, 4211.0, 4246.0, 4222.0, 4235.0, 4222.0, 4230.0, 4220.0, 4199.0, 4231.0, 4188.0, 4226.0, 4199.0, 4227.0, 4185.0, 4217.0, 4188.0, 4209.0, 4176.0, 4176.0, 4188.0, 4186.0, 4188.0, 4180.0, 4177.0, 4199.0, 4192.0, 4202.0, 4192.0, 4189.0, 4213.0, 4190.0, 4199.0, 4185.0, 4206.0, 4237.0, 4250.0, 4218.0, 4172.0, 4186.0, 4185.0, 4201.0, 4202.0, 4216.0, 4217.0, 4248.0, 4241.0, 4261.0, 4241.0, 4271.0, 4248.0, 4257.0, 4238.0, 4209.0, 4240.0, 4209.0, 4250.0, 4214.0, 4267.0, 4231.0, 4264.0, 4213.0, 4251.0, 4209.0, 4253.0, 4207.0, 4242.0, 4199.0, 4228.0, 4206.0, 4221.0, 4209.0, 4209.0, 4208.0, 4187.0, 4232.0, 4195.0, 4223.0, 4199.0, 4212.0, 4197.0, 4231.0, 4197.0, 4209.0, 4208.0, 4232.0, 4212.0, 4200.0, 4229.0, 4216.0, 4240.0, 4221.0, 4220.0, 4213.0, 4209.0, 4237.0, 4209.0, 4186.0, 4189.0, 4186.0, 4197.0, 4174.0, 4206.0, 4198.0, 4184.0, 4187.0, 4183.0, 4207.0, 4217.0, 4215.0, 4195.0, 4194.0, 4198.0, 4206.0, 4228.0, 4207.0, 4217.0, 4198.0, 4204.0, 4196.0, 4226.0, 4205.0, 4193.0, 4198.0, 4172.0, 4198.0, 4195.0, 4195.0, 4196.0, 4208.0, 4208.0, 4186.0, 4209.0, 4194.0, 4198.0, 4208.0, 4198.0, 4224.0, 4211.0, 4219.0, 4211.0, 4242.0, 4209.0, 4242.0, 4197.0, 4217.0, 4198.0, 4207.0, 4197.0, 4205.0, 4217.0, 4196.0, 4196.0, 4194.0, 4207.0, 4207.0, 4217.0, 4193.0, 4218.0, 4194.0, 4216.0, 4198.0, 4218.0, 4195.0, 4216.0, 4196.0, 4218.0, 4197.0, 4219.0, 4199.0, 4180.0, 4207.0, 4188.0, 4219.0, 4200.0, 4176.0, 4218.0, 4197.0, 4220.0, 4196.0, 4218.0, 4184.0, 4228.0, 4223.0, 4220.0, 4208.0, 4217.0, 4196.0, 4216.0, 4198.0, 4185.0, 4208.0, 4208.0, 4205.0, 4220.0, 4200.0, 4207.0, 4196.0, 4228.0, 4198.0, 4203.0, 4233.0, 4220.0, 4228.0, 4205.0, 4192.0, 4206.0, 4192.0, 4213.0, 4193.0, 4227.0, 4204.0, 4205.0, 4183.0, 4180.0, 4193.0, 4194.0, 4203.0, 4193.0, 4183.0, 4194.0, 4194.0, 4211.0, 4223.0, 4211.0, 4196.0, 4221.0, 4217.0, 4231.0, 4209.0, 4236.0, 4208.0, 4207.0, 4210.0, 4200.0, 4200.0, 4211.0, 4209.0, 4199.0, 4199.0, 4212.0, 4209.0, 4210.0, 4212.0, 4223.0, 4224.0, 4214.0, 4200.0, 4212.0, 4209.0, 4242.0, 4219.0, 4241.0, 4220.0, 4207.0, 4209.0, 4209.0, 4220.0, 4209.0, 4187.0, 4210.0, 4207.0, 4220.0, 4208.0, 4230.0, 4211.0, 4219.0, 4211.0, 4206.0, 4212.0, 4208.0, 4219.0, 4224.0, 4223.0, 4223.0, 4210.0, 4214.0, 4219.0, 4222.0, 4211.0, 4212.0, 4226.0, 4223.0, 4224.0, 4227.0, 4223.0, 4248.0, 4223.0, 4252.0, 4225.0, 4230.0, 4232.0, 4219.0, 4249.0, 4208.0, 4250.0, 4221.0, 4233.0, 4212.0, 4200.0, 4222.0, 4199.0, 4196.0, 4200.0, 4197.0, 4188.0, 4212.0, 4198.0, 4188.0, 4189.0, 4192.0, 4185.0, 4185.0, 4164.0, 4161.0, 4168.0, 4170.0, 4179.0, 4222.0, 4199.0, 4178.0, 4190.0, 4208.0, 4229.0], 'WindowWidth': [9523.0, 9462.0, 9471.0, 9419.0, 9392.0, 9393.0, 9393.0, 9400.0, 9392.0, 9403.0, 9375.0, 9377.0, 9389.0, 9377.0, 9403.0, 9379.0, 9381.0, 9384.0, 9369.0, 9413.0, 9388.0, 9388.0, 9389.0, 9390.0, 9423.0, 9394.0, 9398.0, 9388.0, 9395.0, 9424.0, 9415.0, 9404.0, 9410.0, 9411.0, 9378.0, 9407.0, 9396.0, 9408.0, 9405.0, 9406.0, 9440.0, 9391.0, 9427.0, 9396.0, 9391.0, 9461.0, 9405.0, 9370.0, 9422.0, 9357.0, 9323.0, 9391.0, 9337.0, 9299.0, 9327.0, 9376.0, 9331.0, 9310.0, 9411.0, 9357.0, 9370.0, 9413.0, 9375.0, 9400.0, 9389.0, 9359.0, 9391.0, 9355.0, 9321.0, 9368.0, 9346.0, 9349.0, 9400.0, 9339.0, 9324.0, 9364.0, 9323.0, 9304.0, 9361.0, 9319.0, 9403.0, 9362.0, 9337.0, 9350.0, 9362.0, 9336.0, 9370.0, 9360.0, 9337.0, 9387.0, 9352.0, 9396.0, 9378.0, 9363.0, 9346.0, 9327.0, 9367.0, 9323.0, 9385.0, 9341.0, 9306.0, 9324.0, 9298.0, 9329.0, 9351.0, 9320.0, 9372.0, 9349.0, 9404.0, 9354.0, 9355.0, 9346.0, 9316.0, 9363.0, 9364.0, 9349.0, 9433.0, 9367.0, 9295.0, 9353.0, 9301.0, 9270.0, 9315.0, 9300.0, 9260.0, 9302.0, 9265.0, 9229.0, 9248.0, 9307.0, 9341.0, 9301.0, 9299.0, 9265.0, 9275.0, 9304.0, 9336.0, 9376.0, 9436.0, 9424.0, 9450.0, 9446.0, 9484.0, 9462.0, 9489.0, 9470.0, 9515.0, 9466.0, 9489.0, 9448.0, 9458.0, 9414.0, 9442.0, 9350.0, 9403.0, 9414.0, 9369.0, 9432.0, 9380.0, 9418.0, 9353.0, 9384.0, 9321.0, 9370.0, 9333.0, 9409.0, 9322.0, 9412.0, 9321.0, 9387.0, 9344.0, 9353.0, 9350.0, 9336.0, 9314.0, 9334.0, 9258.0, 9354.0, 9265.0, 9333.0, 9302.0, 9280.0, 9285.0, 9259.0, 9280.0, 9260.0, 9233.0, 9259.0, 9235.0, 9274.0, 9232.0, 9268.0, 9227.0, 9251.0, 9232.0, 9253.0, 9210.0, 9261.0, 9263.0, 9303.0, 9268.0, 9297.0, 9248.0, 9298.0, 9229.0, 9278.0, 9239.0, 9211.0, 9271.0, 9230.0, 9293.0, 9282.0, 9279.0, 9285.0, 9285.0, 9283.0, 9263.0, 9286.0, 9255.0, 9282.0, 9286.0, 9263.0, 9292.0, 9235.0, 9236.0, 9285.0, 9260.0, 9316.0, 9285.0, 9342.0, 9317.0, 9351.0, 9338.0, 9294.0, 9323.0, 9291.0, 9348.0, 9329.0, 9283.0, 9321.0, 9288.0, 9344.0, 9316.0, 9336.0, 9350.0, 9349.0, 9350.0, 9326.0, 9336.0, 9295.0, 9362.0, 9281.0, 9316.0, 9280.0, 9312.0, 9272.0, 9330.0, 9292.0, 9342.0, 9316.0, 9343.0, 9311.0, 9321.0, 9316.0, 9299.0, 9351.0, 9316.0, 9310.0, 9306.0, 9300.0, 9341.0, 9318.0, 9310.0, 9352.0, 9300.0, 9359.0, 9283.0, 9339.0, 9293.0, 9325.0, 9296.0, 9320.0, 9296.0, 9282.0, 9331.0, 9300.0, 9338.0, 9308.0, 9300.0, 9334.0, 9324.0, 9318.0, 9346.0, 9329.0, 9360.0, 9339.0, 9364.0, 9412.0, 9364.0, 9319.0, 9338.0, 9375.0, 9344.0, 9354.0, 9349.0, 9322.0, 9394.0, 9349.0, 9341.0, 9362.0, 9316.0, 9376.0, 9348.0, 9319.0, 9422.0, 9378.0, 9344.0, 9371.0, 9317.0, 9417.0, 9331.0, 9304.0, 9346.0, 9305.0, 9363.0, 9313.0, 9315.0, 9315.0, 9289.0, 9359.0, 9323.0, 9345.0, 9314.0, 9318.0, 9332.0, 9287.0, 9345.0, 9298.0, 9331.0, 9299.0, 9310.0, 9305.0, 9309.0, 9336.0, 9334.0, 9341.0, 9349.0, 9384.0, 9361.0, 9380.0, 9356.0, 9334.0, 9381.0, 9351.0, 9395.0, 9364.0, 9374.0, 9349.0, 9313.0, 9352.0, 9323.0, 9384.0, 9323.0, 9389.0, 9360.0, 9337.0, 9325.0, 9320.0, 9345.0, 9326.0, 9359.0, 9326.0, 9329.0, 9364.0, 9345.0, 9361.0, 9365.0, 9346.0, 9379.0, 9361.0, 9335.0, 9367.0, 9360.0, 9382.0, 9351.0, 9373.0, 9404.0, 9378.0, 9370.0, 9401.0, 9371.0, 9421.0, 9370.0, 9349.0, 9364.0, 9337.0, 9376.0, 9324.0, 9378.0, 9359.0, 9330.0, 9373.0, 9335.0, 9326.0, 9359.0, 9359.0, 9360.0, 9358.0, 9349.0, 9408.0, 9381.0, 9357.0, 9385.0, 9379.0, 9387.0, 9360.0, 9333.0, 9362.0, 9350.0, 9416.0, 9374.0, 9368.0, 9387.0, 9351.0, 9370.0, 9384.0, 9381.0, 9351.0, 9384.0, 9351.0, 9363.0, 9383.0, 9372.0, 9381.0, 9430.0, 9383.0, 9411.0, 9392.0, 9348.0, 9427.0, 9341.0, 9414.0, 9366.0, 9345.0, 9348.0, 9327.0, 9380.0, 9316.0, 9313.0, 9312.0, 9317.0, 9342.0, 9324.0, 9313.0, 9313.0, 9299.0, 9345.0, 9316.0, 9333.0, 9349.0, 9332.0, 9358.0, 9338.0, 9319.0, 9372.0, 9343.0, 9354.0, 9319.0, 9309.0, 9344.0, 9312.0, 9321.0, 9339.0, 9320.0, 9331.0, 9365.0, 9336.0, 9365.0, 9360.0, 9350.0, 9314.0, 9296.0, 9325.0, 9299.0, 9311.0, 9333.0, 9326.0, 9336.0, 9340.0, 9340.0, 9309.0, 9331.0, 9333.0, 9353.0, 9327.0, 9333.0, 9373.0, 9336.0, 9375.0, 9353.0, 9314.0, 9377.0, 9344.0, 9371.0, 9361.0, 9337.0, 9346.0, 9319.0, 9301.0, 9325.0, 9348.0, 9361.0, 9331.0, 9344.0, 9357.0, 9322.0, 9370.0, 9351.0, 9331.0, 9365.0, 9363.0, 9405.0, 9351.0, 9393.0, 9359.0, 9332.0, 9359.0, 9328.0, 9397.0, 9353.0, 9357.0, 9362.0, 9325.0, 9375.0, 9329.0, 9387.0, 9325.0, 9317.0, 9358.0, 9324.0, 9360.0, 9333.0, 9372.0, 9327.0, 9303.0, 9348.0, 9346.0, 9332.0, 9383.0, 9348.0, 9398.0, 9362.0, 9379.0, 9358.0, 9368.0, 9355.0, 9320.0, 9368.0, 9304.0, 9357.0, 9319.0, 9356.0, 9296.0, 9341.0, 9304.0, 9331.0, 9284.0, 9286.0, 9303.0, 9298.0, 9304.0, 9295.0, 9288.0, 9319.0, 9312.0, 9322.0, 9307.0, 9298.0, 9337.0, 9305.0, 9315.0, 9289.0, 9325.0, 9379.0, 9398.0, 9347.0, 9278.0, 9304.0, 9304.0, 9334.0, 9340.0, 9366.0, 9369.0, 9413.0, 9409.0, 9432.0, 9405.0, 9444.0, 9409.0, 9420.0, 9392.0, 9342.0, 9387.0, 9341.0, 9402.0, 9357.0, 9435.0, 9375.0, 9423.0, 9349.0, 9401.0, 9343.0, 9405.0, 9337.0, 9388.0, 9323.0, 9365.0, 9331.0, 9355.0, 9338.0, 9340.0, 9338.0, 9306.0, 9375.0, 9316.0, 9361.0, 9326.0, 9344.0, 9320.0, 9369.0, 9317.0, 9336.0, 9336.0, 9373.0, 9345.0, 9325.0, 9366.0, 9359.0, 9383.0, 9354.0, 9353.0, 9346.0, 9337.0, 9373.0, 9334.0, 9298.0, 9309.0, 9297.0, 9312.0, 9278.0, 9324.0, 9317.0, 9293.0, 9299.0, 9290.0, 9331.0, 9343.0, 9341.0, 9312.0, 9308.0, 9319.0, 9332.0, 9363.0, 9332.0, 9344.0, 9319.0, 9323.0, 9315.0, 9355.0, 9325.0, 9306.0, 9317.0, 9277.0, 9317.0, 9315.0, 9313.0, 9315.0, 9334.0, 9335.0, 9304.0, 9335.0, 9310.0, 9323.0, 9336.0, 9324.0, 9364.0, 9344.0, 9353.0, 9344.0, 9388.0, 9341.0, 9387.0, 9317.0, 9345.0, 9319.0, 9328.0, 9317.0, 9328.0, 9346.0, 9313.0, 9316.0, 9309.0, 9333.0, 9332.0, 9344.0, 9309.0, 9347.0, 9310.0, 9345.0, 9320.0, 9345.0, 9311.0, 9340.0, 9315.0, 9343.0, 9318.0, 9349.0, 9320.0, 9299.0, 9329.0, 9304.0, 9347.0, 9322.0, 9285.0, 9345.0, 9316.0, 9353.0, 9314.0, 9350.0, 9296.0, 9364.0, 9360.0, 9354.0, 9332.0, 9346.0, 9317.0, 9341.0, 9317.0, 9295.0, 9334.0, 9333.0, 9328.0, 9355.0, 9326.0, 9333.0, 9317.0, 9361.0, 9321.0, 9320.0, 9375.0, 9356.0, 9361.0, 9326.0, 9304.0, 9327.0, 9301.0, 9335.0, 9304.0, 9360.0, 9321.0, 9321.0, 9290.0, 9283.0, 9306.0, 9309.0, 9319.0, 9305.0, 9293.0, 9308.0, 9309.0, 9344.0, 9362.0, 9343.0, 9320.0, 9359.0, 9347.0, 9369.0, 9337.0, 9374.0, 9333.0, 9331.0, 9337.0, 9324.0, 9322.0, 9338.0, 9332.0, 9318.0, 9322.0, 9343.0, 9335.0, 9336.0, 9340.0, 9355.0, 9360.0, 9349.0, 9327.0, 9344.0, 9336.0, 9389.0, 9354.0, 9383.0, 9354.0, 9332.0, 9337.0, 9338.0, 9356.0, 9339.0, 9305.0, 9342.0, 9333.0, 9353.0, 9340.0, 9369.0, 9342.0, 9353.0, 9342.0, 9329.0, 9345.0, 9339.0, 9353.0, 9366.0, 9364.0, 9365.0, 9347.0, 9353.0, 9353.0, 9361.0, 9345.0, 9348.0, 9373.0, 9366.0, 9369.0, 9377.0, 9368.0, 9407.0, 9367.0, 9405.0, 9369.0, 9369.0, 9376.0, 9354.0, 9399.0, 9336.0, 9396.0, 9356.0, 9377.0, 9344.0, 9322.0, 9352.0, 9316.0, 9311.0, 9318.0, 9313.0, 9302.0, 9338.0, 9314.0, 9298.0, 9298.0, 9305.0, 9291.0, 9289.0, 9259.0, 9248.0, 9255.0, 9262.0, 9272.0, 9348.0, 9311.0, 9279.0, 9298.0, 9337.0, 9371.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.0043047011494252874</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.04252215908045977</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.73090247551209</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2311919351323366</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0654776503337169</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4848</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4093.6001</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1686151837581482</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>199</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>22.873563218390803</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.654415834209555</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.685600572333929</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7345247529856676</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5431221773090686</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0210572</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.002129290020093322</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.012856455519795418</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</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.077358077835139</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>25.1984</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.9964</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>190.6984</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>299566.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>864.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>363.23</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7882</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>498.0061</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3425.9115</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3614.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>76978.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1257.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4423.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>886.3525</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>31.101846230740193</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> |