=== 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-0029 --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-0029",
"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-0029_ses-03_task-social_acq-mb8_run-05_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-0029_ses-03_task-social_acq-mb8_run-05_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-05_session-03_subject-0029_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-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-03_subject-0029_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-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-03_subject-0029_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-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-03_subject-0029_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-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-05_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-05_session-03_subject-0029_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-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-05_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-05_session-03_subject-0029_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-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-03_subject-0029_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-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-05_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-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-05_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-0029/ses-03/func/sub-0029_ses-03_task-social_acq-mb8_run-05_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>aec0ff6fef53a4bb5d5826f244cf52a8</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>11:56:8.565000</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.994524, -0.0805585, 0.0665739, 0.0772229, 0.995696, 0.0512475]</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-05_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.0993137</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-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4146, -7760, -7304, 621, -32, -238, -44, 65]</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.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 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>243.614</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>c8467a76-942b-480e-94a7-537d9a362ee2||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.6682355403900146, 0.20718330144882202, 0.19012270867824554, 101.27615356445312], [0.2161325067281723, 2.671379327774048, 0.1237296611070633, -93.88292694091797], [0.17861302196979523, -0.13749317824840546, 2.6904544830322266, -82.82622528076172], [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': ['115608.565000', '115609.025000', '115609.485000', '115609.945000', '115610.405000', '115610.865000', '115611.325000', '115611.785000', '115612.245000', '115612.705000', '115613.165000', '115613.625000', '115614.085000', '115614.545000', '115615.005000', '115615.465000', '115615.925000', '115616.385000', '115616.845000', '115617.305000', '115617.765000', '115618.225000', '115618.685000', '115619.145000', '115619.605000', '115620.065000', '115620.525000', '115620.985000', '115621.445000', '115621.905000', '115622.365000', '115622.825000', '115623.285000', '115623.745000', '115624.205000', '115624.665000', '115625.125000', '115625.585000', '115626.045000', '115626.505000', '115626.965000', '115627.425000', '115627.885000', '115628.345000', '115628.805000', '115629.265000', '115629.725000', '115630.185000', '115630.645000', '115631.105000', '115631.565000', '115632.025000', '115632.485000', '115632.945000', '115633.405000', '115633.865000', '115634.325000', '115634.785000', '115635.245000', '115635.705000', '115636.165000', '115636.625000', '115637.085000', '115637.545000', '115638.005000', '115638.465000', '115638.925000', '115639.385000', '115639.845000', '115640.305000', '115640.765000', '115641.225000', '115641.685000', '115642.145000', '115642.605000', '115643.065000', '115643.525000', '115643.985000', '115644.445000', '115644.905000', '115645.365000', '115645.825000', '115646.285000', '115646.745000', '115647.205000', '115647.665000', '115648.125000', '115648.585000', '115649.045000', '115649.505000', '115649.965000', '115650.425000', '115650.885000', '115651.345000', '115651.805000', '115652.265000', '115652.725000', '115653.185000', '115653.645000', '115654.105000', '115654.565000', '115655.025000', '115655.485000', '115655.945000', '115656.405000', '115656.865000', '115657.325000', '115657.785000', '115658.245000', '115658.705000', '115659.165000', '115659.625000', '115700.085000', '115700.545000', '115701.005000', '115701.465000', '115701.925000', '115702.385000', '115702.845000', '115703.305000', '115703.765000', '115704.225000', '115704.685000', '115705.145000', '115705.605000', '115706.065000', '115706.525000', '115706.985000', '115707.445000', '115707.905000', '115708.365000', '115708.825000', '115709.285000', '115709.745000', '115710.205000', '115710.665000', '115711.125000', '115711.585000', '115712.045000', '115712.505000', '115712.965000', '115713.425000', '115713.885000', '115714.345000', '115714.805000', '115715.265000', '115715.725000', '115716.185000', '115716.645000', '115717.105000', '115717.565000', '115718.025000', '115718.485000', '115718.945000', '115719.405000', '115719.865000', '115720.325000', '115720.785000', '115721.245000', '115721.705000', '115722.165000', '115722.625000', '115723.085000', '115723.545000', '115724.005000', '115724.465000', '115724.925000', '115725.385000', '115725.845000', '115726.305000', '115726.765000', '115727.225000', '115727.685000', '115728.145000', '115728.605000', '115729.065000', '115729.525000', '115729.985000', '115730.445000', '115730.905000', '115731.365000', '115731.825000', '115732.285000', '115732.745000', '115733.205000', '115733.665000', '115734.125000', '115734.585000', '115735.045000', '115735.505000', '115735.965000', '115736.425000', '115736.885000', '115737.345000', '115737.805000', '115738.265000', '115738.725000', '115739.185000', '115739.645000', '115740.105000', '115740.565000', '115741.025000', '115741.485000', '115741.945000', '115742.405000', '115742.865000', '115743.325000', '115743.785000', '115744.245000', '115744.705000', '115745.165000', '115745.625000', '115746.085000', '115746.545000', '115747.005000', '115747.465000', '115747.925000', '115748.385000', '115748.845000', '115749.305000', '115749.765000', '115750.225000', '115750.685000', '115751.145000', '115751.605000', '115752.065000', '115752.525000', '115752.985000', '115753.445000', '115753.905000', '115754.365000', '115754.825000', '115755.285000', '115755.745000', '115756.205000', '115756.665000', '115757.125000', '115757.585000', '115758.045000', '115758.505000', '115758.965000', '115759.425000', '115759.885000', '115800.345000', '115800.805000', '115801.265000', '115801.725000', '115802.185000', '115802.645000', '115803.105000', '115803.565000', '115804.025000', '115804.485000', '115804.945000', '115805.405000', '115805.865000', '115806.325000', '115806.785000', '115807.245000', '115807.705000', '115808.165000', '115808.625000', '115809.085000', '115809.545000', '115810.005000', '115810.465000', '115810.925000', '115811.385000', '115811.845000', '115812.305000', '115812.765000', '115813.225000', '115813.685000', '115814.145000', '115814.605000', '115815.065000', '115815.525000', '115815.985000', '115816.445000', '115816.905000', '115817.365000', '115817.825000', '115818.285000', '115818.745000', '115819.205000', '115819.665000', '115820.125000', '115820.585000', '115821.045000', '115821.505000', '115821.965000', '115822.425000', '115822.885000', '115823.345000', '115823.805000', '115824.265000', '115824.725000', '115825.185000', '115825.645000', '115826.105000', '115826.565000', '115827.025000', '115827.485000', '115827.945000', '115828.405000', '115828.865000', '115829.325000', '115829.785000', '115830.245000', '115830.705000', '115831.165000', '115831.625000', '115832.085000', '115832.545000', '115833.005000', '115833.465000', '115833.925000', '115834.385000', '115834.845000', '115835.305000', '115835.765000', '115836.225000', '115836.685000', '115837.145000', '115837.605000', '115838.065000', '115838.525000', '115838.985000', '115839.445000', '115839.905000', '115840.365000', '115840.825000', '115841.285000', '115841.745000', '115842.205000', '115842.665000', '115843.125000', '115843.585000', '115844.045000', '115844.505000', '115844.965000', '115845.425000', '115845.885000', '115846.345000', '115846.805000', '115847.265000', '115847.725000', '115848.185000', '115848.645000', '115849.105000', '115849.565000', '115850.025000', '115850.485000', '115850.945000', '115851.405000', '115851.865000', '115852.325000', '115852.785000', '115853.245000', '115853.705000', '115854.165000', '115854.625000', '115855.085000', '115855.545000', '115856.005000', '115856.465000', '115856.925000', '115857.385000', '115857.845000', '115858.305000', '115858.765000', '115859.225000', '115859.685000', '115900.145000', '115900.605000', '115901.065000', '115901.525000', '115901.985000', '115902.445000', '115902.905000', '115903.365000', '115903.825000', '115904.285000', '115904.745000', '115905.205000', '115905.665000', '115906.125000', '115906.585000', '115907.045000', '115907.505000', '115907.965000', '115908.425000', '115908.885000', '115909.345000', '115909.805000', '115910.265000', '115910.725000', '115911.185000', '115911.645000', '115912.105000', '115912.565000', '115913.025000', '115913.485000', '115913.945000', '115914.405000', '115914.865000', '115915.325000', '115915.785000', '115916.245000', '115916.705000', '115917.165000', '115917.625000', '115918.085000', '115918.545000', '115919.005000', '115919.465000', '115919.925000', '115920.385000', '115920.845000', '115921.305000', '115921.765000', '115922.225000', '115922.685000', '115923.145000', '115923.605000', '115924.065000', '115924.525000', '115924.985000', '115925.445000', '115925.905000', '115926.365000', '115926.825000', '115927.285000', '115927.745000', '115928.205000', '115928.665000', '115929.125000', '115929.585000', '115930.045000', '115930.505000', '115930.965000', '115931.425000', '115931.885000', '115932.345000', '115932.805000', '115933.265000', '115933.725000', '115934.185000', '115934.645000', '115935.105000', '115935.565000', '115936.025000', '115936.485000', '115936.945000', '115937.405000', '115937.865000', '115938.325000', '115938.785000', '115939.245000', '115939.705000', '115940.165000', '115940.625000', '115941.085000', '115941.545000', '115942.005000', '115942.465000', '115942.925000', '115943.385000', '115943.845000', '115944.305000', '115944.765000', '115945.225000', '115945.685000', '115946.145000', '115946.605000', '115947.065000', '115947.525000', '115947.985000', '115948.445000', '115948.905000', '115949.365000', '115949.825000', '115950.285000', '115950.745000', '115951.205000', '115951.665000', '115952.125000', '115952.585000', '115953.045000', '115953.505000', '115953.965000', '115954.425000', '115954.885000', '115955.345000', '115955.805000', '115956.265000', '115956.725000', '115957.185000', '115957.645000', '115958.105000', '115958.565000', '115959.025000', '115959.485000', '115959.945000', '120000.405000', '120000.865000', '120001.325000', '120001.785000', '120002.245000', '120002.705000', '120003.165000', '120003.625000', '120004.085000', '120004.545000', '120005.005000', '120005.465000', '120005.925000', '120006.385000', '120006.845000', '120007.305000', '120007.765000', '120008.225000', '120008.685000', '120009.145000', '120009.605000', '120010.065000', '120010.525000', '120010.985000', '120011.445000', '120011.905000', '120012.365000', '120012.825000', '120013.285000', '120013.745000', '120014.205000', '120014.665000', '120015.125000', '120015.585000', '120016.045000', '120016.505000', '120016.965000', '120017.425000', '120017.885000', '120018.345000', '120018.805000', '120019.265000', '120019.725000', '120020.185000', '120020.645000', '120021.105000', '120021.565000', '120022.025000', '120022.485000', '120022.945000', '120023.405000', '120023.865000', '120024.325000', '120024.785000', '120025.245000', '120025.705000', '120026.165000', '120026.625000', '120027.085000', '120027.545000', '120028.005000', '120028.465000', '120028.925000', '120029.385000', '120029.845000', '120030.305000', '120030.765000', '120031.225000', '120031.685000', '120032.145000', '120032.605000', '120033.065000', '120033.525000', '120033.985000', '120034.445000', '120034.905000', '120035.365000', '120035.825000', '120036.285000', '120036.745000', '120037.205000', '120037.665000', '120038.125000', '120038.585000', '120039.045000', '120039.505000', '120039.965000', '120040.425000', '120040.885000', '120041.345000', '120041.805000', '120042.265000', '120042.725000', '120043.185000', '120043.645000', '120044.105000', '120044.565000', '120045.025000', '120045.485000', '120045.945000', '120046.405000', '120046.865000', '120047.325000', '120047.785000', '120048.245000', '120048.705000', '120049.165000', '120049.625000', '120050.085000', '120050.545000', '120051.005000', '120051.465000', '120051.925000', '120052.385000', '120052.845000', '120053.305000', '120053.765000', '120054.225000', '120054.685000', '120055.145000', '120055.605000', '120056.065000', '120056.525000', '120056.985000', '120057.445000', '120057.905000', '120058.365000', '120058.825000', '120059.285000', '120059.745000', '120100.205000', '120100.665000', '120101.125000', '120101.585000', '120102.045000', '120102.505000', '120102.965000', '120103.425000', '120103.885000', '120104.345000', '120104.805000', '120105.265000', '120105.725000', '120106.185000', '120106.645000', '120107.105000', '120107.565000', '120108.025000', '120108.485000', '120108.945000', '120109.405000', '120109.865000', '120110.325000', '120110.785000', '120111.245000', '120111.705000', '120112.165000', '120112.625000', '120113.085000', '120113.545000', '120114.005000', '120114.465000', '120114.925000', '120115.385000', '120115.845000', '120116.305000', '120116.765000', '120117.225000', '120117.685000', '120118.145000', '120118.605000', '120119.065000', '120119.525000', '120119.985000', '120120.445000', '120120.905000', '120121.365000', '120121.825000', '120122.285000', '120122.745000', '120123.205000', '120123.665000', '120124.125000', '120124.585000', '120125.045000', '120125.505000', '120125.965000', '120126.425000', '120126.885000', '120127.345000', '120127.805000', '120128.265000', '120128.725000', '120129.185000', '120129.645000', '120130.105000', '120130.565000', '120131.025000', '120131.485000', '120131.945000', '120132.405000', '120132.865000', '120133.325000', '120133.785000', '120134.245000', '120134.705000', '120135.165000', '120135.625000', '120136.085000', '120136.545000', '120137.005000', '120137.465000', '120137.925000', '120138.385000', '120138.845000', '120139.305000', '120139.765000', '120140.225000', '120140.685000', '120141.145000', '120141.605000', '120142.065000', '120142.525000', '120142.985000', '120143.445000', '120143.905000', '120144.365000', '120144.825000', '120145.285000', '120145.745000', '120146.205000', '120146.665000', '120147.125000', '120147.585000', '120148.045000', '120148.505000', '120148.965000', '120149.425000', '120149.885000', '120150.345000', '120150.805000', '120151.265000', '120151.725000', '120152.185000', '120152.645000', '120153.105000', '120153.565000', '120154.025000', '120154.485000', '120154.945000', '120155.405000', '120155.865000', '120156.325000', '120156.785000', '120157.245000', '120157.705000', '120158.165000', '120158.625000', '120159.085000', '120159.545000', '120200.005000', '120200.465000', '120200.925000', '120201.385000', '120201.845000', '120202.305000', '120202.765000', '120203.225000', '120203.685000', '120204.145000', '120204.605000', '120205.065000', '120205.525000', '120205.985000', '120206.445000', '120206.905000', '120207.365000', '120207.825000', '120208.285000', '120208.745000', '120209.205000', '120209.665000', '120210.125000', '120210.585000', '120211.045000', '120211.505000', '120211.965000', '120212.425000', '120212.885000', '120213.345000', '120213.805000', '120214.265000', '120214.725000', '120215.185000', '120215.645000', '120216.105000', '120216.565000', '120217.025000', '120217.485000', '120217.945000', '120218.405000', '120218.865000', '120219.325000', '120219.785000', '120220.245000', '120220.705000', '120221.165000', '120221.625000', '120222.085000', '120222.545000', '120223.005000', '120223.465000', '120223.925000', '120224.385000', '120224.845000', '120225.305000', '120225.765000', '120226.225000', '120226.685000', '120227.145000', '120227.605000', '120228.065000', '120228.525000', '120228.985000', '120229.445000', '120229.905000', '120230.365000', '120230.825000', '120231.285000', '120231.745000', '120232.205000', '120232.665000', '120233.125000', '120233.585000', '120234.045000', '120234.505000', '120234.965000', '120235.425000', '120235.885000', '120236.345000', '120236.805000', '120237.265000', '120237.725000', '120238.185000', '120238.645000', '120239.105000', '120239.565000', '120240.025000', '120240.485000', '120240.945000', '120241.405000', '120241.865000', '120242.325000', '120242.785000', '120243.245000', '120243.705000', '120244.165000', '120244.625000', '120245.085000', '120245.545000', '120246.005000', '120246.465000', '120246.925000', '120247.385000', '120247.845000', '120248.305000', '120248.765000', '120249.225000'], 'ContentTime': ['115625.280000', '115625.284000', '115625.287000', '115625.290000', '115625.293000', '115625.296000', '115625.299000', '115625.301000', '115625.304000', '115625.307000', '115625.310000', '115625.313000', '115625.316000', '115625.319000', '115625.322000', '115625.325000', '115625.328000', '115625.331000', '115625.334000', '115625.337000', '115625.349000', '115625.351000', '115625.354000', '115625.357000', '115625.360000', '115625.363000', '115625.366000', '115625.369000', '115625.372000', '115625.375000', '115625.378000', '115625.382000', '115625.385000', '115625.388000', '115645.235000', '115645.238000', '115645.241000', '115645.244000', '115645.247000', '115645.268000', '115645.271000', '115645.274000', '115645.277000', '115645.280000', '115645.283000', '115645.286000', '115645.289000', '115645.292000', '115645.295000', '115645.298000', '115645.301000', '115645.304000', '115645.307000', '115645.309000', '115645.312000', '115645.315000', '115645.318000', '115645.321000', '115645.324000', '115645.327000', '115645.330000', '115645.333000', '115645.336000', '115645.339000', '115645.342000', '115645.345000', '115645.348000', '115645.351000', '115645.353000', '115645.357000', '115645.359000', '115645.362000', '115645.365000', '115645.368000', '115645.371000', '115645.374000', '115645.377000', '115705.235000', '115705.238000', '115705.241000', '115705.244000', '115705.247000', '115705.250000', '115705.253000', '115705.256000', '115705.259000', '115705.262000', '115705.264000', '115705.267000', '115705.270000', '115705.273000', '115705.276000', '115705.279000', '115705.282000', '115705.285000', '115705.288000', '115705.291000', '115705.294000', '115705.297000', '115705.300000', '115705.303000', '115705.305000', '115705.308000', '115705.311000', '115705.322000', '115705.325000', '115705.328000', '115705.331000', '115705.333000', '115705.336000', '115705.339000', '115705.342000', '115705.345000', '115705.348000', '115705.351000', '115705.354000', '115705.357000', '115705.360000', '115705.363000', '115705.366000', '115705.369000', '115725.235000', '115725.238000', '115725.241000', '115725.244000', '115725.247000', '115725.250000', '115725.254000', '115725.256000', '115725.259000', '115725.262000', '115725.265000', '115725.268000', '115725.271000', '115725.274000', '115725.277000', '115725.287000', '115725.290000', '115725.293000', '115725.296000', '115725.299000', '115725.302000', '115725.305000', '115725.308000', '115725.311000', '115725.314000', '115725.317000', '115725.320000', '115725.323000', '115725.326000', '115725.329000', '115725.332000', '115725.335000', '115725.338000', '115725.347000', '115725.358000', '115725.361000', '115725.364000', '115725.367000', '115725.370000', '115725.373000', '115725.375000', '115725.378000', '115725.381000', '115745.235000', '115745.238000', '115745.241000', '115745.244000', '115745.247000', '115745.250000', '115745.253000', '115745.256000', '115745.259000', '115745.262000', '115745.265000', '115745.268000', '115745.271000', '115745.273000', '115745.276000', '115745.279000', '115745.282000', '115745.285000', '115745.288000', '115745.291000', '115745.294000', '115745.297000', '115745.300000', '115745.303000', '115745.306000', '115745.309000', '115745.312000', '115745.315000', '115745.318000', '115745.321000', '115745.324000', '115745.327000', '115745.330000', '115745.333000', '115745.336000', '115745.339000', '115745.341000', '115745.344000', '115745.347000', '115745.350000', '115745.353000', '115745.356000', '115745.359000', '115745.362000', '115805.236000', '115805.239000', '115805.242000', '115805.245000', '115805.248000', '115805.251000', '115805.254000', '115805.257000', '115805.260000', '115805.263000', '115805.266000', '115805.269000', '115805.273000', '115805.276000', '115805.279000', '115805.282000', '115805.285000', '115805.288000', '115805.291000', '115805.294000', '115805.297000', '115805.300000', '115805.303000', '115805.305000', '115805.308000', '115805.311000', '115805.314000', '115805.317000', '115805.320000', '115805.323000', '115805.326000', '115805.329000', '115805.332000', '115805.335000', '115805.338000', '115805.341000', '115805.344000', '115805.347000', '115805.350000', '115805.353000', '115805.356000', '115805.359000', '115805.362000', '115825.235000', '115825.238000', '115825.241000', '115825.244000', '115825.247000', '115825.250000', '115825.253000', '115825.256000', '115825.259000', '115825.262000', '115825.265000', '115825.268000', '115825.271000', '115825.274000', '115825.277000', '115825.280000', '115825.283000', '115825.286000', '115825.289000', '115825.292000', '115825.295000', '115825.298000', '115825.301000', '115825.304000', '115825.306000', '115825.309000', '115825.312000', '115825.315000', '115825.318000', '115825.321000', '115825.324000', '115825.327000', '115825.330000', '115825.333000', '115825.336000', '115825.339000', '115825.342000', '115825.345000', '115825.348000', '115825.351000', '115825.354000', '115825.357000', '115825.360000', '115825.363000', '115845.235000', '115845.238000', '115845.241000', '115845.244000', '115845.247000', '115845.250000', '115845.253000', '115845.256000', '115845.259000', '115845.262000', '115845.265000', '115845.268000', '115845.271000', '115845.274000', '115845.277000', '115845.280000', '115845.283000', '115845.286000', '115845.289000', '115845.292000', '115845.295000', '115845.298000', '115845.301000', '115845.304000', '115845.307000', '115845.310000', '115845.313000', '115845.316000', '115845.318000', '115845.321000', '115845.325000', '115845.328000', '115845.331000', '115845.334000', '115845.336000', '115845.339000', '115845.342000', '115845.345000', '115845.348000', '115845.351000', '115845.354000', '115845.357000', '115845.360000', '115905.235000', '115905.238000', '115905.241000', '115905.244000', '115905.247000', '115905.250000', '115905.253000', '115905.256000', '115905.259000', '115905.262000', '115905.265000', '115905.267000', '115905.270000', '115905.273000', '115905.276000', '115905.279000', '115905.282000', '115905.285000', '115905.288000', '115905.291000', '115905.294000', '115905.297000', '115905.300000', '115905.303000', '115905.306000', '115905.309000', '115905.312000', '115905.315000', '115905.318000', '115905.321000', '115905.335000', '115905.338000', '115905.341000', '115905.344000', '115905.347000', '115905.350000', '115905.353000', '115905.356000', '115905.359000', '115905.362000', '115905.365000', '115905.368000', '115905.371000', '115905.374000', '115925.235000', '115925.238000', '115925.241000', '115925.244000', '115925.247000', '115925.250000', '115925.253000', '115925.256000', '115925.259000', '115925.262000', '115925.265000', '115925.268000', '115925.271000', '115925.274000', '115925.277000', '115925.280000', '115925.283000', '115925.286000', '115925.288000', '115925.291000', '115925.294000', '115925.297000', '115925.301000', '115925.307000', '115925.310000', '115925.313000', '115925.316000', '115925.319000', '115925.322000', '115925.325000', '115925.327000', '115925.330000', '115925.333000', '115925.336000', '115925.339000', '115925.342000', '115925.345000', '115925.348000', '115925.351000', '115925.354000', '115925.357000', '115925.360000', '115925.363000', '115945.235000', '115945.238000', '115945.241000', '115945.244000', '115945.247000', '115945.250000', '115945.253000', '115945.256000', '115945.259000', '115945.262000', '115945.265000', '115945.268000', '115945.271000', '115945.274000', '115945.277000', '115945.280000', '115945.283000', '115945.286000', '115945.289000', '115945.292000', '115945.295000', '115945.298000', '115945.300000', '115945.303000', '115945.306000', '115945.309000', '115945.312000', '115945.315000', '115945.318000', '115945.321000', '115945.324000', '115945.327000', '115945.330000', '115945.333000', '115945.336000', '115945.339000', '115945.342000', '115945.345000', '115945.348000', '115945.351000', '115945.354000', '115945.357000', '115945.360000', '115945.363000', '120005.235000', '120005.238000', '120005.241000', '120005.244000', '120005.247000', '120005.250000', '120005.254000', '120005.258000', '120005.261000', '120005.264000', '120005.267000', '120005.270000', '120005.273000', '120005.276000', '120005.279000', '120005.282000', '120005.285000', '120005.288000', '120005.291000', '120005.294000', '120005.297000', '120005.300000', '120005.303000', '120005.306000', '120005.309000', '120005.313000', '120005.316000', '120005.319000', '120005.322000', '120005.325000', '120005.328000', '120005.331000', '120005.334000', '120005.337000', '120005.340000', '120005.343000', '120005.346000', '120005.349000', '120005.352000', '120005.355000', '120005.358000', '120005.361000', '120005.364000', '120025.236000', '120025.239000', '120025.242000', '120025.245000', '120025.248000', '120025.251000', '120025.263000', '120025.266000', '120025.269000', '120025.272000', '120025.275000', '120025.278000', '120025.281000', '120025.284000', '120025.287000', '120025.290000', '120025.293000', '120025.296000', '120025.299000', '120025.302000', '120025.305000', '120025.308000', '120025.311000', '120025.314000', '120025.317000', '120025.320000', '120025.323000', '120025.326000', '120025.329000', '120025.331000', '120025.334000', '120025.337000', '120025.340000', '120025.343000', '120025.346000', '120025.349000', '120025.352000', '120025.355000', '120025.358000', '120025.361000', '120025.364000', '120025.367000', '120025.370000', '120025.373000', '120045.235000', '120045.238000', '120045.241000', '120045.244000', '120045.247000', '120045.250000', '120045.253000', '120045.256000', '120045.259000', '120045.262000', '120045.265000', '120045.281000', '120045.284000', '120045.287000', '120045.290000', '120045.293000', '120045.296000', '120045.299000', '120045.302000', '120045.305000', '120045.308000', '120045.311000', '120045.314000', '120045.317000', '120045.320000', '120045.323000', '120045.326000', '120045.329000', '120045.332000', '120045.335000', '120045.338000', '120045.341000', '120045.347000', '120045.350000', '120045.353000', '120045.356000', '120045.359000', '120045.362000', '120045.365000', '120045.368000', '120045.371000', '120045.374000', '120045.377000', '120105.235000', '120105.238000', '120105.241000', '120105.244000', '120105.247000', '120105.250000', '120105.253000', '120105.256000', '120105.259000', '120105.262000', '120105.265000', '120105.269000', '120105.272000', '120105.274000', '120105.277000', '120105.281000', '120105.284000', '120105.287000', '120105.290000', '120105.293000', '120105.296000', '120105.299000', '120105.302000', '120105.306000', '120105.309000', '120105.312000', '120105.315000', '120105.319000', '120105.322000', '120105.325000', '120105.328000', '120105.332000', '120105.335000', '120105.338000', '120105.340000', '120105.343000', '120105.346000', '120105.349000', '120105.352000', '120105.355000', '120105.358000', '120105.361000', '120105.364000', '120105.367000', '120125.235000', '120125.238000', '120125.241000', '120125.244000', '120125.247000', '120125.250000', '120125.253000', '120125.256000', '120125.259000', '120125.262000', '120125.265000', '120125.268000', '120125.271000', '120125.274000', '120125.277000', '120125.280000', '120125.283000', '120125.286000', '120125.289000', '120125.293000', '120125.297000', '120125.300000', '120125.303000', '120125.306000', '120125.309000', '120125.312000', '120125.315000', '120125.318000', '120125.321000', '120125.324000', '120125.327000', '120125.330000', '120125.333000', '120125.336000', '120125.338000', '120125.341000', '120125.344000', '120125.348000', '120125.351000', '120125.354000', '120125.357000', '120125.360000', '120125.363000', '120145.235000', '120145.244000', '120145.247000', '120145.251000', '120145.254000', '120145.257000', '120145.260000', '120145.263000', '120145.266000', '120145.270000', '120145.273000', '120145.276000', '120145.279000', '120145.283000', '120145.286000', '120145.289000', '120145.292000', '120145.296000', '120145.299000', '120145.302000', '120145.305000', '120145.308000', '120145.311000', '120145.315000', '120145.318000', '120145.321000', '120145.324000', '120145.327000', '120145.330000', '120145.333000', '120145.336000', '120145.340000', '120145.343000', '120145.346000', '120145.349000', '120145.352000', '120145.355000', '120145.358000', '120145.361000', '120145.364000', '120145.367000', '120145.370000', '120145.373000', '120145.376000', '120205.235000', '120205.239000', '120205.242000', '120205.245000', '120205.248000', '120205.251000', '120205.254000', '120205.257000', '120205.260000', '120205.263000', '120205.266000', '120205.269000', '120205.272000', '120205.275000', '120205.278000', '120205.281000', '120205.284000', '120205.287000', '120205.290000', '120205.293000', '120205.296000', '120205.310000', '120205.313000', '120205.316000', '120205.321000', '120205.324000', '120205.327000', '120205.330000', '120205.333000', '120205.336000', '120205.339000', '120205.342000', '120205.345000', '120205.348000', '120205.351000', '120205.354000', '120205.357000', '120205.360000', '120205.363000', '120205.366000', '120205.369000', '120205.372000', '120205.375000', '120225.235000', '120225.238000', '120225.241000', '120225.244000', '120225.247000', '120225.250000', '120225.253000', '120225.257000', '120225.259000', '120225.262000', '120225.265000', '120225.269000', '120225.272000', '120225.276000', '120225.279000', '120225.282000', '120225.285000', '120225.288000', '120225.291000', '120225.294000', '120225.297000', '120225.300000', '120225.303000', '120225.306000', '120225.309000', '120225.312000', '120225.315000', '120225.318000', '120225.321000', '120225.324000', '120225.327000', '120225.330000', '120225.333000', '120225.336000', '120225.339000', '120225.342000', '120225.345000', '120225.348000', '120225.351000', '120225.354000', '120225.357000', '120225.360000', '120225.363000', '120225.366000', '120245.236000', '120245.239000', '120245.242000', '120245.245000', '120245.248000', '120245.251000', '120245.254000', '120245.257000', '120245.260000', '120245.263000', '120245.266000', '120245.269000', '120245.272000', '120245.275000', '120245.278000', '120245.281000', '120245.284000', '120245.287000', '120245.290000', '120245.293000', '120245.296000', '120245.299000', '120245.302000', '120245.305000', '120245.308000', '120245.311000', '120245.314000', '120245.317000', '120245.320000', '120245.323000', '120245.326000', '120245.329000', '120245.334000', '120245.337000', '120245.340000', '120245.343000', '120245.346000', '120245.349000', '120245.352000', '120245.355000', '120245.358000', '120245.361000', '120245.364000', '120250.536000', '120250.539000', '120250.543000', '120250.546000', '120250.549000', '120250.552000', '120250.555000', '120250.559000', '120250.563000', '120250.566000', '120250.569000', '120250.572000'], 'InstanceCreationTime': ['115625.280000', '115625.284000', '115625.287000', '115625.290000', '115625.293000', '115625.296000', '115625.299000', '115625.301000', '115625.304000', '115625.307000', '115625.310000', '115625.313000', '115625.316000', '115625.319000', '115625.322000', '115625.325000', '115625.328000', '115625.331000', '115625.334000', '115625.337000', '115625.349000', '115625.351000', '115625.354000', '115625.357000', '115625.360000', '115625.363000', '115625.366000', '115625.369000', '115625.372000', '115625.375000', '115625.378000', '115625.382000', '115625.385000', '115625.388000', '115645.235000', '115645.238000', '115645.241000', '115645.244000', '115645.247000', '115645.268000', '115645.271000', '115645.274000', '115645.277000', '115645.280000', '115645.283000', '115645.286000', '115645.289000', '115645.292000', '115645.295000', '115645.298000', '115645.301000', '115645.304000', '115645.307000', '115645.309000', '115645.312000', '115645.315000', '115645.318000', '115645.321000', '115645.324000', '115645.327000', '115645.330000', '115645.333000', '115645.336000', '115645.339000', '115645.342000', '115645.345000', '115645.348000', '115645.351000', '115645.353000', '115645.357000', '115645.359000', '115645.362000', '115645.365000', '115645.368000', '115645.371000', '115645.374000', '115645.377000', '115705.235000', '115705.238000', '115705.241000', '115705.244000', '115705.247000', '115705.250000', '115705.253000', '115705.256000', '115705.259000', '115705.262000', '115705.264000', '115705.267000', '115705.270000', '115705.273000', '115705.276000', '115705.279000', '115705.282000', '115705.285000', '115705.288000', '115705.291000', '115705.294000', '115705.297000', '115705.300000', '115705.303000', '115705.305000', '115705.308000', '115705.311000', '115705.322000', '115705.325000', '115705.328000', '115705.331000', '115705.333000', '115705.336000', '115705.339000', '115705.342000', '115705.345000', '115705.348000', '115705.351000', '115705.354000', '115705.357000', '115705.360000', '115705.363000', '115705.366000', '115705.369000', '115725.235000', '115725.238000', '115725.241000', '115725.244000', '115725.247000', '115725.250000', '115725.254000', '115725.256000', '115725.259000', '115725.262000', '115725.265000', '115725.268000', '115725.271000', '115725.274000', '115725.277000', '115725.287000', '115725.290000', '115725.293000', '115725.296000', '115725.299000', '115725.302000', '115725.305000', '115725.308000', '115725.311000', '115725.314000', '115725.317000', '115725.320000', '115725.323000', '115725.326000', '115725.329000', '115725.332000', '115725.335000', '115725.338000', '115725.347000', '115725.358000', '115725.361000', '115725.364000', '115725.367000', '115725.370000', '115725.373000', '115725.375000', '115725.378000', '115725.381000', '115745.235000', '115745.238000', '115745.241000', '115745.244000', '115745.247000', '115745.250000', '115745.253000', '115745.256000', '115745.259000', '115745.262000', '115745.265000', '115745.268000', '115745.271000', '115745.273000', '115745.276000', '115745.279000', '115745.282000', '115745.285000', '115745.288000', '115745.291000', '115745.294000', '115745.297000', '115745.300000', '115745.303000', '115745.306000', '115745.309000', '115745.312000', '115745.315000', '115745.318000', '115745.321000', '115745.324000', '115745.327000', '115745.330000', '115745.333000', '115745.336000', '115745.339000', '115745.341000', '115745.344000', '115745.347000', '115745.350000', '115745.353000', '115745.356000', '115745.359000', '115745.362000', '115805.236000', '115805.239000', '115805.242000', '115805.245000', '115805.248000', '115805.251000', '115805.254000', '115805.257000', '115805.260000', '115805.263000', '115805.266000', '115805.269000', '115805.273000', '115805.276000', '115805.279000', '115805.282000', '115805.285000', '115805.288000', '115805.291000', '115805.294000', '115805.297000', '115805.300000', '115805.303000', '115805.305000', '115805.308000', '115805.311000', '115805.314000', '115805.317000', '115805.320000', '115805.323000', '115805.326000', '115805.329000', '115805.332000', '115805.335000', '115805.338000', '115805.341000', '115805.344000', '115805.347000', '115805.350000', '115805.353000', '115805.356000', '115805.359000', '115805.362000', '115825.235000', '115825.238000', '115825.241000', '115825.244000', '115825.247000', '115825.250000', '115825.253000', '115825.256000', '115825.259000', '115825.262000', '115825.265000', '115825.268000', '115825.271000', '115825.274000', '115825.277000', '115825.280000', '115825.283000', '115825.286000', '115825.289000', '115825.292000', '115825.295000', '115825.298000', '115825.301000', '115825.304000', '115825.306000', '115825.309000', '115825.312000', '115825.315000', '115825.318000', '115825.321000', '115825.324000', '115825.327000', '115825.330000', '115825.333000', '115825.336000', '115825.339000', '115825.342000', '115825.345000', '115825.348000', '115825.351000', '115825.354000', '115825.357000', '115825.360000', '115825.363000', '115845.235000', '115845.238000', '115845.241000', '115845.244000', '115845.247000', '115845.250000', '115845.253000', '115845.256000', '115845.259000', '115845.262000', '115845.265000', '115845.268000', '115845.271000', '115845.274000', '115845.277000', '115845.280000', '115845.283000', '115845.286000', '115845.289000', '115845.292000', '115845.295000', '115845.298000', '115845.301000', '115845.304000', '115845.307000', '115845.310000', '115845.313000', '115845.316000', '115845.318000', '115845.321000', '115845.325000', '115845.328000', '115845.331000', '115845.334000', '115845.336000', '115845.339000', '115845.342000', '115845.345000', '115845.348000', '115845.351000', '115845.354000', '115845.357000', '115845.360000', '115905.235000', '115905.238000', '115905.241000', '115905.244000', '115905.247000', '115905.250000', '115905.253000', '115905.256000', '115905.259000', '115905.262000', '115905.265000', '115905.267000', '115905.270000', '115905.273000', '115905.276000', '115905.279000', '115905.282000', '115905.285000', '115905.288000', '115905.291000', '115905.294000', '115905.297000', '115905.300000', '115905.303000', '115905.306000', '115905.309000', '115905.312000', '115905.315000', '115905.318000', '115905.321000', '115905.335000', '115905.338000', '115905.341000', '115905.344000', '115905.347000', '115905.350000', '115905.353000', '115905.356000', '115905.359000', '115905.362000', '115905.365000', '115905.368000', '115905.371000', '115905.374000', '115925.235000', '115925.238000', '115925.241000', '115925.244000', '115925.247000', '115925.250000', '115925.253000', '115925.256000', '115925.259000', '115925.262000', '115925.265000', '115925.268000', '115925.271000', '115925.274000', '115925.277000', '115925.280000', '115925.283000', '115925.286000', '115925.288000', '115925.291000', '115925.294000', '115925.297000', '115925.301000', '115925.307000', '115925.310000', '115925.313000', '115925.316000', '115925.319000', '115925.322000', '115925.325000', '115925.327000', '115925.330000', '115925.333000', '115925.336000', '115925.339000', '115925.342000', '115925.345000', '115925.348000', '115925.351000', '115925.354000', '115925.357000', '115925.360000', '115925.363000', '115945.235000', '115945.238000', '115945.241000', '115945.244000', '115945.247000', '115945.250000', '115945.253000', '115945.256000', '115945.259000', '115945.262000', '115945.265000', '115945.268000', '115945.271000', '115945.274000', '115945.277000', '115945.280000', '115945.283000', '115945.286000', '115945.289000', '115945.292000', '115945.295000', '115945.298000', '115945.300000', '115945.303000', '115945.306000', '115945.309000', '115945.312000', '115945.315000', '115945.318000', '115945.321000', '115945.324000', '115945.327000', '115945.330000', '115945.333000', '115945.336000', '115945.339000', '115945.342000', '115945.345000', '115945.348000', '115945.351000', '115945.354000', '115945.357000', '115945.360000', '115945.363000', '120005.235000', '120005.238000', '120005.241000', '120005.244000', '120005.247000', '120005.250000', '120005.254000', '120005.258000', '120005.261000', '120005.264000', '120005.267000', '120005.270000', '120005.273000', '120005.276000', '120005.279000', '120005.282000', '120005.285000', '120005.288000', '120005.291000', '120005.294000', '120005.297000', '120005.300000', '120005.303000', '120005.306000', '120005.309000', '120005.313000', '120005.316000', '120005.319000', '120005.322000', '120005.325000', '120005.328000', '120005.331000', '120005.334000', '120005.337000', '120005.340000', '120005.343000', '120005.346000', '120005.349000', '120005.352000', '120005.355000', '120005.358000', '120005.361000', '120005.364000', '120025.236000', '120025.239000', '120025.242000', '120025.245000', '120025.248000', '120025.251000', '120025.263000', '120025.266000', '120025.269000', '120025.272000', '120025.275000', '120025.278000', '120025.281000', '120025.284000', '120025.287000', '120025.290000', '120025.293000', '120025.296000', '120025.299000', '120025.302000', '120025.305000', '120025.308000', '120025.311000', '120025.314000', '120025.317000', '120025.320000', '120025.323000', '120025.326000', '120025.329000', '120025.331000', '120025.334000', '120025.337000', '120025.340000', '120025.343000', '120025.346000', '120025.349000', '120025.352000', '120025.355000', '120025.358000', '120025.361000', '120025.364000', '120025.367000', '120025.370000', '120025.373000', '120045.235000', '120045.238000', '120045.241000', '120045.244000', '120045.247000', '120045.250000', '120045.253000', '120045.256000', '120045.259000', '120045.262000', '120045.265000', '120045.281000', '120045.284000', '120045.287000', '120045.290000', '120045.293000', '120045.296000', '120045.299000', '120045.302000', '120045.305000', '120045.308000', '120045.311000', '120045.314000', '120045.317000', '120045.320000', '120045.323000', '120045.326000', '120045.329000', '120045.332000', '120045.335000', '120045.338000', '120045.341000', '120045.347000', '120045.350000', '120045.353000', '120045.356000', '120045.359000', '120045.362000', '120045.365000', '120045.368000', '120045.371000', '120045.374000', '120045.377000', '120105.235000', '120105.238000', '120105.241000', '120105.244000', '120105.247000', '120105.250000', '120105.253000', '120105.256000', '120105.259000', '120105.262000', '120105.265000', '120105.269000', '120105.272000', '120105.274000', '120105.277000', '120105.281000', '120105.284000', '120105.287000', '120105.290000', '120105.293000', '120105.296000', '120105.299000', '120105.302000', '120105.306000', '120105.309000', '120105.312000', '120105.315000', '120105.319000', '120105.322000', '120105.325000', '120105.328000', '120105.332000', '120105.335000', '120105.338000', '120105.340000', '120105.343000', '120105.346000', '120105.349000', '120105.352000', '120105.355000', '120105.358000', '120105.361000', '120105.364000', '120105.367000', '120125.235000', '120125.238000', '120125.241000', '120125.244000', '120125.247000', '120125.250000', '120125.253000', '120125.256000', '120125.259000', '120125.262000', '120125.265000', '120125.268000', '120125.271000', '120125.274000', '120125.277000', '120125.280000', '120125.283000', '120125.286000', '120125.289000', '120125.293000', '120125.297000', '120125.300000', '120125.303000', '120125.306000', '120125.309000', '120125.312000', '120125.315000', '120125.318000', '120125.321000', '120125.324000', '120125.327000', '120125.330000', '120125.333000', '120125.336000', '120125.338000', '120125.341000', '120125.344000', '120125.348000', '120125.351000', '120125.354000', '120125.357000', '120125.360000', '120125.363000', '120145.235000', '120145.244000', '120145.247000', '120145.251000', '120145.254000', '120145.257000', '120145.260000', '120145.263000', '120145.266000', '120145.270000', '120145.273000', '120145.276000', '120145.279000', '120145.283000', '120145.286000', '120145.289000', '120145.292000', '120145.296000', '120145.299000', '120145.302000', '120145.305000', '120145.308000', '120145.311000', '120145.315000', '120145.318000', '120145.321000', '120145.324000', '120145.327000', '120145.330000', '120145.333000', '120145.336000', '120145.340000', '120145.343000', '120145.346000', '120145.349000', '120145.352000', '120145.355000', '120145.358000', '120145.361000', '120145.364000', '120145.367000', '120145.370000', '120145.373000', '120145.376000', '120205.235000', '120205.239000', '120205.242000', '120205.245000', '120205.248000', '120205.251000', '120205.254000', '120205.257000', '120205.260000', '120205.263000', '120205.266000', '120205.269000', '120205.272000', '120205.275000', '120205.278000', '120205.281000', '120205.284000', '120205.287000', '120205.290000', '120205.293000', '120205.296000', '120205.310000', '120205.313000', '120205.316000', '120205.321000', '120205.324000', '120205.327000', '120205.330000', '120205.333000', '120205.336000', '120205.339000', '120205.342000', '120205.345000', '120205.348000', '120205.351000', '120205.354000', '120205.357000', '120205.360000', '120205.363000', '120205.366000', '120205.369000', '120205.372000', '120205.375000', '120225.235000', '120225.238000', '120225.241000', '120225.244000', '120225.247000', '120225.250000', '120225.253000', '120225.257000', '120225.259000', '120225.262000', '120225.265000', '120225.269000', '120225.272000', '120225.276000', '120225.279000', '120225.282000', '120225.285000', '120225.288000', '120225.291000', '120225.294000', '120225.297000', '120225.300000', '120225.303000', '120225.306000', '120225.309000', '120225.312000', '120225.315000', '120225.318000', '120225.321000', '120225.324000', '120225.327000', '120225.330000', '120225.333000', '120225.336000', '120225.339000', '120225.342000', '120225.345000', '120225.348000', '120225.351000', '120225.354000', '120225.357000', '120225.360000', '120225.363000', '120225.366000', '120245.236000', '120245.239000', '120245.242000', '120245.245000', '120245.248000', '120245.251000', '120245.254000', '120245.257000', '120245.260000', '120245.263000', '120245.266000', '120245.269000', '120245.272000', '120245.275000', '120245.278000', '120245.281000', '120245.284000', '120245.287000', '120245.290000', '120245.293000', '120245.296000', '120245.299000', '120245.302000', '120245.305000', '120245.308000', '120245.311000', '120245.314000', '120245.317000', '120245.320000', '120245.323000', '120245.326000', '120245.329000', '120245.334000', '120245.337000', '120245.340000', '120245.343000', '120245.346000', '120245.349000', '120245.352000', '120245.355000', '120245.358000', '120245.361000', '120245.364000', '120250.536000', '120250.539000', '120250.543000', '120250.546000', '120250.549000', '120250.552000', '120250.555000', '120250.559000', '120250.563000', '120250.566000', '120250.569000', '120250.572000'], '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': [10508, 15252, 10520, 14660, 10676, 11636, 10772, 9627, 11104, 9683, 10837, 8263, 10739, 8387, 10794, 10800, 10591, 8838, 10554, 9541, 10978, 11549, 10797, 9573, 10742, 7573, 8091, 9195, 7449, 10904, 9185, 11821, 9432, 8338, 10947, 13385, 10770, 16215, 10902, 15621, 10756, 11765, 10585, 11676, 10489, 8793, 10627, 8113, 10369, 8337, 9030, 7580, 8918, 9130, 8785, 10745, 7946, 11005, 8455, 10529, 8667, 10752, 12354, 10667, 15878, 12032, 13119, 10307, 10856, 9840, 9996, 8867, 7739, 9015, 7367, 9167, 10028, 8177, 8622, 8884, 10092, 8664, 10662, 7812, 8490, 9426, 8172, 9207, 9382, 8741, 10604, 9950, 13242, 10011, 14048, 9756, 15088, 9843, 11775, 9236, 10756, 9135, 11011, 14748, 10811, 10742, 10833, 8142, 10509, 9984, 10606, 9742, 9753, 8187, 9583, 8720, 10094, 8980, 9292, 10551, 9171, 10499, 8765, 10680, 8575, 10869, 8061, 10894, 9270, 10862, 9436, 11000, 13225, 10592, 13321, 10395, 13644, 10546, 14764, 10483, 11014, 9982, 8430, 9399, 8416, 9329, 10470, 9363, 10590, 8498, 10331, 11293, 10997, 10400, 9437, 8144, 9898, 10320, 9023, 10919, 8490, 10768, 8659, 10852, 9352, 10680, 8364, 10970, 9761, 10931, 8526, 10489, 12277, 10476, 10193, 10487, 10656, 10353, 10983, 9806, 9425, 9672, 8498, 9476, 8505, 9177, 7631, 9306, 7571, 9540, 8230, 9379, 7898, 9578, 7951, 9493, 8356, 8821, 9859, 9698, 10254, 9222, 10255, 12682, 10560, 11517, 10661, 7723, 10463, 9210, 9936, 9050, 10276, 8797, 9891, 8831, 10111, 9007, 9822, 7625, 9930, 7743, 8661, 10117, 8470, 10434, 8906, 10352, 8576, 10506, 8651, 10790, 8560, 10493, 8855, 10561, 11519, 10663, 14807, 10363, 11948, 9727, 10877, 8925, 9245, 9406, 7241, 8882, 7169, 8344, 7518, 9140, 7225, 8890, 7881, 9369, 9143, 9452, 10223, 10107, 12075, 9361, 12614, 9101, 10587, 8924, 10309, 8832, 10593, 8501, 10952, 8297, 10403, 8956, 10404, 8761, 10620, 7750, 10344, 8821, 10530, 8063, 10545, 9084, 10043, 8820, 10153, 13142, 10593, 8962, 9986, 8837, 10269, 10777, 10372, 9157, 10209, 9127, 10505, 9549, 10319, 8542, 10242, 8088, 10439, 9432, 10493, 8425, 10187, 10222, 10128, 9277, 10430, 10424, 10476, 9342, 10058, 11264, 10380, 14384, 9853, 11943, 9850, 9263, 9221, 8686, 9529, 7282, 9297, 7376, 9656, 8040, 10001, 8015, 9747, 8527, 10239, 8748, 9955, 8911, 10294, 9163, 10279, 9874, 9741, 8491, 9778, 8860, 10067, 8630, 9722, 7965, 8858, 7186, 9629, 9971, 9265, 10275, 9362, 10089, 9367, 10148, 9016, 10652, 8774, 9003, 9639, 7374, 9241, 9731, 9639, 8315, 10195, 8093, 10096, 9103, 10060, 12434, 10372, 12498, 9635, 8853, 9588, 9890, 9362, 8526, 9599, 7276, 9539, 7725, 9804, 10031, 9615, 7663, 9465, 8603, 9136, 9546, 9025, 10101, 8437, 10244, 8798, 9962, 9195, 10434, 9402, 10521, 9668, 10359, 9464, 10118, 9256, 10419, 8473, 7816, 9418, 7774, 9435, 9785, 9169, 8385, 8870, 8639, 9756, 10040, 9496, 12277, 9342, 10213, 9556, 10084, 9230, 10243, 9268, 9479, 9395, 9803, 9039, 10312, 9806, 9582, 9477, 9655, 8925, 10030, 10982, 9752, 9006, 9795, 8995, 7354, 9512, 8117, 9860, 7868, 9645, 9462, 10190, 12367, 9799, 13311, 10260, 15643, 12417, 13304, 10099, 9701, 9784, 8976, 9400, 9933, 9670, 9397, 9150, 9333, 8972, 9943, 9091, 10255, 9019, 9600, 8697, 9641, 13505, 9894, 13303, 10541, 10512, 9977, 9227, 10008, 8084, 9507, 7743, 9194, 7486, 9315, 9353, 8646, 9216, 8754, 10025, 8525, 9812, 8213, 10051, 8259, 9745, 8570, 9592, 8253, 9828, 9870, 10226, 11944, 9580, 11996, 9458, 12210, 9527, 13155, 8839, 9077, 8671, 9561, 8114, 10008, 8156, 9721, 8655, 9844, 13371, 10024, 15929, 9763, 12608, 9847, 11343, 9732, 10497, 9010, 10400, 9144, 9510, 8754, 9652, 9027, 9883, 8642, 10096, 8839, 9638, 9668, 9812, 9192, 9303, 9845, 13994, 9566, 11860, 9661, 8651, 9215, 7678, 9612, 7618, 9564, 8071, 9430, 8085, 9506, 8252, 9423, 8190, 8653, 8442, 9468, 10256, 9820, 7509, 9627, 7707, 9993, 7989, 10075, 8963, 10073, 10349, 9944, 14244, 9589, 12382, 9466, 12151, 9404, 14298, 10069, 15224, 10021, 12425, 9515, 10963, 10069, 10231, 9679, 10507, 9698, 13137, 9801, 13932, 10141, 11273, 9848, 8691, 9443, 8707, 9439, 9461, 8851, 9531, 9046, 9561, 8841, 9642, 8799, 10063, 8589, 9859, 9145, 9633, 9465, 9635, 11190, 10136, 11744, 9574, 8864, 9756, 11438, 9918, 8899, 9924, 8861, 9680, 8534, 9881, 8153, 9816, 8152, 9657, 8322, 9593, 8257, 9763, 7791, 8290, 8634, 9509, 8231, 9312, 9902, 9744, 7694, 9584, 7928, 10107, 7805, 9883, 7508, 9487, 8661, 9539, 8953, 9762, 8440, 9734, 9580, 9684, 8712, 9435, 10947, 9889, 13908, 9690, 9078, 9680, 9433, 9733, 10456, 9821, 12026, 9764, 9431, 9876, 8182, 9669, 8201, 9805, 8983, 9821, 8296, 9574, 8415, 9560, 9174, 10190, 8813, 9612, 9343, 9626, 7870, 9819, 9113, 7435, 8931, 8206, 8796, 8009, 9335, 7935, 9762, 9419, 9701, 10880, 9933, 9139, 9916, 9049, 10048, 9509, 9748, 8844, 9879, 8408, 9620, 8764, 9642, 10575, 10096, 8555, 9703, 8542, 9819, 8584, 7432, 8995, 7775, 9613, 8628, 9593, 8836, 10154, 8776, 9761, 9303, 9889, 11417, 10857, 10860, 9256, 10223, 9353, 10397, 9678, 10110, 9197, 8660, 9233, 8045, 9631, 8213, 8419, 8846, 7330, 8305, 7812, 9011, 8999, 9373, 10083, 8893, 9291, 9544, 8792, 9548, 8742, 9856, 8444, 8278, 8980, 9635, 9453, 11757, 9370, 11165, 9446, 12122, 9688, 13374, 9586, 12008, 9666, 10639, 9518, 11554, 9780, 13173, 9435, 9504, 9536, 9551, 9921, 8083, 7162, 9489, 7524, 9204, 9154, 9579, 11998, 9778, 12872, 9770, 12884, 9813, 12484, 9295, 10944, 9131, 7476, 9561, 7263, 9353, 9303, 8730, 9609, 9275, 8672, 9098, 7535, 9103, 7211, 9631, 8135, 9866, 8471, 9613, 9680, 8991, 8177, 9637, 7975, 9174, 8306, 9133, 7651, 9657, 8632, 9735, 9135, 9765, 8824, 9852, 8611, 9918, 9055, 9857, 9384, 9739, 8550, 9728], 'WindowCenter': [4310.0, 4324.0, 4281.0, 4296.0, 4265.0, 4262.0, 4264.0, 4240.0, 4263.0, 4239.0, 4262.0, 4231.0, 4261.0, 4230.0, 4262.0, 4260.0, 4251.0, 4240.0, 4263.0, 4240.0, 4263.0, 4260.0, 4261.0, 4238.0, 4261.0, 4231.0, 4231.0, 4241.0, 4223.0, 4274.0, 4253.0, 4275.0, 4253.0, 4243.0, 4266.0, 4285.0, 4263.0, 4293.0, 4251.0, 4281.0, 4249.0, 4259.0, 4251.0, 4250.0, 4238.0, 4215.0, 4247.0, 4205.0, 4250.0, 4219.0, 4240.0, 4218.0, 4240.0, 4240.0, 4231.0, 4263.0, 4231.0, 4264.0, 4231.0, 4263.0, 4241.0, 4264.0, 4274.0, 4263.0, 4292.0, 4260.0, 4258.0, 4240.0, 4247.0, 4240.0, 4241.0, 4229.0, 4218.0, 4229.0, 4209.0, 4240.0, 4254.0, 4232.0, 4230.0, 4242.0, 4252.0, 4242.0, 4264.0, 4235.0, 4245.0, 4254.0, 4232.0, 4253.0, 4253.0, 4244.0, 4263.0, 4255.0, 4273.0, 4253.0, 4282.0, 4252.0, 4285.0, 4251.0, 4260.0, 4240.0, 4251.0, 4239.0, 4260.0, 4280.0, 4249.0, 4248.0, 4250.0, 4217.0, 4250.0, 4238.0, 4263.0, 4239.0, 4242.0, 4230.0, 4251.0, 4230.0, 4251.0, 4240.0, 4242.0, 4250.0, 4240.0, 4250.0, 4229.0, 4251.0, 4241.0, 4261.0, 4220.0, 4263.0, 4241.0, 4265.0, 4252.0, 4265.0, 4271.0, 4252.0, 4271.0, 4251.0, 4268.0, 4251.0, 4281.0, 4251.0, 4249.0, 4239.0, 4227.0, 4239.0, 4231.0, 4242.0, 4251.0, 4239.0, 4251.0, 4230.0, 4252.0, 4256.0, 4264.0, 4250.0, 4240.0, 4219.0, 4238.0, 4250.0, 4230.0, 4261.0, 4230.0, 4249.0, 4228.0, 4260.0, 4240.0, 4263.0, 4233.0, 4262.0, 4253.0, 4264.0, 4233.0, 4263.0, 4274.0, 4253.0, 4252.0, 4261.0, 4250.0, 4252.0, 4262.0, 4251.0, 4240.0, 4243.0, 4229.0, 4240.0, 4240.0, 4242.0, 4219.0, 4243.0, 4220.0, 4252.0, 4243.0, 4254.0, 4231.0, 4253.0, 4230.0, 4251.0, 4233.0, 4243.0, 4252.0, 4241.0, 4251.0, 4240.0, 4250.0, 4270.0, 4251.0, 4258.0, 4251.0, 4218.0, 4251.0, 4239.0, 4253.0, 4241.0, 4250.0, 4232.0, 4252.0, 4240.0, 4253.0, 4241.0, 4252.0, 4219.0, 4250.0, 4221.0, 4231.0, 4253.0, 4242.0, 4263.0, 4242.0, 4251.0, 4241.0, 4264.0, 4244.0, 4262.0, 4231.0, 4263.0, 4241.0, 4263.0, 4274.0, 4262.0, 4282.0, 4251.0, 4261.0, 4241.0, 4249.0, 4242.0, 4239.0, 4243.0, 4211.0, 4242.0, 4209.0, 4242.0, 4223.0, 4244.0, 4222.0, 4243.0, 4232.0, 4253.0, 4255.0, 4254.0, 4254.0, 4252.0, 4272.0, 4241.0, 4273.0, 4242.0, 4250.0, 4240.0, 4251.0, 4241.0, 4261.0, 4241.0, 4262.0, 4229.0, 4261.0, 4241.0, 4263.0, 4241.0, 4261.0, 4222.0, 4251.0, 4242.0, 4264.0, 4232.0, 4253.0, 4241.0, 4252.0, 4240.0, 4252.0, 4273.0, 4250.0, 4241.0, 4240.0, 4229.0, 4250.0, 4250.0, 4251.0, 4238.0, 4250.0, 4240.0, 4251.0, 4239.0, 4252.0, 4229.0, 4252.0, 4218.0, 4262.0, 4240.0, 4251.0, 4229.0, 4249.0, 4249.0, 4249.0, 4241.0, 4253.0, 4251.0, 4252.0, 4229.0, 4251.0, 4248.0, 4251.0, 4269.0, 4253.0, 4259.0, 4240.0, 4229.0, 4239.0, 4228.0, 4240.0, 4207.0, 4240.0, 4208.0, 4240.0, 4219.0, 4251.0, 4220.0, 4252.0, 4231.0, 4262.0, 4241.0, 4252.0, 4229.0, 4252.0, 4239.0, 4251.0, 4251.0, 4241.0, 4230.0, 4250.0, 4229.0, 4251.0, 4229.0, 4254.0, 4221.0, 4241.0, 4210.0, 4241.0, 4253.0, 4242.0, 4250.0, 4240.0, 4251.0, 4238.0, 4251.0, 4241.0, 4250.0, 4230.0, 4230.0, 4240.0, 4210.0, 4239.0, 4240.0, 4253.0, 4232.0, 4250.0, 4218.0, 4251.0, 4239.0, 4251.0, 4271.0, 4252.0, 4259.0, 4240.0, 4228.0, 4241.0, 4239.0, 4240.0, 4229.0, 4239.0, 4209.0, 4240.0, 4210.0, 4251.0, 4239.0, 4239.0, 4209.0, 4240.0, 4230.0, 4239.0, 4239.0, 4240.0, 4250.0, 4219.0, 4240.0, 4229.0, 4239.0, 4229.0, 4250.0, 4239.0, 4251.0, 4241.0, 4250.0, 4240.0, 4252.0, 4241.0, 4250.0, 4229.0, 4221.0, 4241.0, 4219.0, 4241.0, 4251.0, 4242.0, 4230.0, 4242.0, 4231.0, 4241.0, 4241.0, 4240.0, 4261.0, 4240.0, 4238.0, 4238.0, 4240.0, 4229.0, 4238.0, 4228.0, 4239.0, 4228.0, 4239.0, 4228.0, 4238.0, 4238.0, 4237.0, 4238.0, 4238.0, 4227.0, 4239.0, 4249.0, 4227.0, 4227.0, 4237.0, 4239.0, 4207.0, 4250.0, 4218.0, 4247.0, 4219.0, 4253.0, 4252.0, 4262.0, 4273.0, 4252.0, 4270.0, 4252.0, 4281.0, 4259.0, 4256.0, 4237.0, 4225.0, 4225.0, 4215.0, 4227.0, 4236.0, 4225.0, 4225.0, 4227.0, 4227.0, 4226.0, 4238.0, 4230.0, 4249.0, 4227.0, 4238.0, 4227.0, 4240.0, 4259.0, 4240.0, 4258.0, 4249.0, 4238.0, 4238.0, 4226.0, 4238.0, 4205.0, 4239.0, 4208.0, 4227.0, 4206.0, 4229.0, 4229.0, 4227.0, 4241.0, 4228.0, 4238.0, 4229.0, 4239.0, 4229.0, 4251.0, 4232.0, 4251.0, 4230.0, 4252.0, 4231.0, 4252.0, 4250.0, 4252.0, 4261.0, 4252.0, 4260.0, 4240.0, 4274.0, 4241.0, 4271.0, 4230.0, 4228.0, 4227.0, 4240.0, 4219.0, 4239.0, 4218.0, 4240.0, 4229.0, 4239.0, 4270.0, 4251.0, 4278.0, 4239.0, 4259.0, 4240.0, 4247.0, 4238.0, 4248.0, 4228.0, 4237.0, 4226.0, 4238.0, 4226.0, 4238.0, 4226.0, 4240.0, 4227.0, 4239.0, 4228.0, 4238.0, 4237.0, 4238.0, 4227.0, 4239.0, 4239.0, 4268.0, 4227.0, 4247.0, 4226.0, 4228.0, 4238.0, 4205.0, 4238.0, 4218.0, 4250.0, 4218.0, 4240.0, 4218.0, 4241.0, 4230.0, 4240.0, 4229.0, 4232.0, 4228.0, 4241.0, 4251.0, 4252.0, 4208.0, 4240.0, 4219.0, 4250.0, 4220.0, 4252.0, 4241.0, 4251.0, 4252.0, 4253.0, 4282.0, 4252.0, 4270.0, 4241.0, 4258.0, 4240.0, 4281.0, 4251.0, 4281.0, 4239.0, 4258.0, 4239.0, 4249.0, 4240.0, 4237.0, 4239.0, 4235.0, 4237.0, 4258.0, 4238.0, 4267.0, 4237.0, 4235.0, 4237.0, 4215.0, 4225.0, 4214.0, 4224.0, 4226.0, 4214.0, 4226.0, 4215.0, 4223.0, 4225.0, 4236.0, 4229.0, 4250.0, 4228.0, 4238.0, 4239.0, 4240.0, 4240.0, 4240.0, 4261.0, 4252.0, 4258.0, 4240.0, 4227.0, 4239.0, 4260.0, 4252.0, 4228.0, 4251.0, 4231.0, 4240.0, 4229.0, 4253.0, 4220.0, 4251.0, 4221.0, 4252.0, 4231.0, 4253.0, 4243.0, 4252.0, 4221.0, 4230.0, 4232.0, 4240.0, 4229.0, 4240.0, 4252.0, 4241.0, 4219.0, 4241.0, 4217.0, 4250.0, 4219.0, 4251.0, 4220.0, 4252.0, 4241.0, 4241.0, 4240.0, 4251.0, 4231.0, 4251.0, 4241.0, 4241.0, 4228.0, 4239.0, 4249.0, 4251.0, 4270.0, 4238.0, 4227.0, 4238.0, 4227.0, 4239.0, 4249.0, 4250.0, 4257.0, 4237.0, 4226.0, 4237.0, 4212.0, 4238.0, 4218.0, 4239.0, 4229.0, 4240.0, 4219.0, 4239.0, 4219.0, 4240.0, 4241.0, 4250.0, 4228.0, 4240.0, 4238.0, 4251.0, 4231.0, 4252.0, 4240.0, 4218.0, 4238.0, 4229.0, 4241.0, 4219.0, 4240.0, 4219.0, 4251.0, 4240.0, 4251.0, 4261.0, 4253.0, 4240.0, 4252.0, 4240.0, 4250.0, 4241.0, 4249.0, 4240.0, 4252.0, 4230.0, 4240.0, 4230.0, 4251.0, 4262.0, 4250.0, 4230.0, 4240.0, 4229.0, 4250.0, 4241.0, 4219.0, 4242.0, 4220.0, 4252.0, 4242.0, 4264.0, 4242.0, 4263.0, 4240.0, 4251.0, 4241.0, 4252.0, 4261.0, 4263.0, 4260.0, 4240.0, 4250.0, 4239.0, 4245.0, 4239.0, 4238.0, 4239.0, 4227.0, 4238.0, 4228.0, 4240.0, 4229.0, 4229.0, 4239.0, 4220.0, 4231.0, 4221.0, 4241.0, 4240.0, 4241.0, 4263.0, 4244.0, 4243.0, 4252.0, 4230.0, 4253.0, 4243.0, 4251.0, 4230.0, 4231.0, 4242.0, 4240.0, 4252.0, 4261.0, 4241.0, 4262.0, 4241.0, 4260.0, 4253.0, 4271.0, 4252.0, 4259.0, 4241.0, 4249.0, 4239.0, 4259.0, 4251.0, 4270.0, 4241.0, 4239.0, 4239.0, 4239.0, 4251.0, 4219.0, 4209.0, 4241.0, 4219.0, 4241.0, 4240.0, 4253.0, 4261.0, 4241.0, 4258.0, 4241.0, 4258.0, 4238.0, 4257.0, 4240.0, 4247.0, 4227.0, 4196.0, 4237.0, 4206.0, 4230.0, 4239.0, 4230.0, 4238.0, 4228.0, 4228.0, 4227.0, 4218.0, 4241.0, 4208.0, 4239.0, 4218.0, 4250.0, 4229.0, 4241.0, 4240.0, 4241.0, 4218.0, 4241.0, 4219.0, 4241.0, 4228.0, 4240.0, 4221.0, 4240.0, 4230.0, 4253.0, 4241.0, 4252.0, 4242.0, 4252.0, 4230.0, 4252.0, 4243.0, 4262.0, 4242.0, 4251.0, 4230.0, 4241.0], 'WindowWidth': [9535.0, 9541.0, 9475.0, 9485.0, 9440.0, 9430.0, 9431.0, 9396.0, 9431.0, 9395.0, 9427.0, 9384.0, 9425.0, 9381.0, 9428.0, 9422.0, 9412.0, 9395.0, 9431.0, 9395.0, 9430.0, 9421.0, 9423.0, 9390.0, 9427.0, 9386.0, 9386.0, 9400.0, 9377.0, 9449.0, 9422.0, 9452.0, 9418.0, 9406.0, 9438.0, 9462.0, 9430.0, 9472.0, 9411.0, 9449.0, 9403.0, 9417.0, 9409.0, 9403.0, 9387.0, 9353.0, 9399.0, 9340.0, 9408.0, 9363.0, 9395.0, 9362.0, 9395.0, 9394.0, 9384.0, 9429.0, 9388.0, 9433.0, 9385.0, 9431.0, 9399.0, 9432.0, 9445.0, 9432.0, 9469.0, 9422.0, 9416.0, 9394.0, 9399.0, 9393.0, 9395.0, 9380.0, 9360.0, 9379.0, 9351.0, 9393.0, 9416.0, 9389.0, 9382.0, 9401.0, 9414.0, 9401.0, 9434.0, 9399.0, 9408.0, 9420.0, 9389.0, 9418.0, 9418.0, 9409.0, 9428.0, 9423.0, 9443.0, 9418.0, 9454.0, 9418.0, 9461.0, 9412.0, 9419.0, 9393.0, 9407.0, 9390.0, 9421.0, 9447.0, 9405.0, 9401.0, 9406.0, 9360.0, 9406.0, 9390.0, 9430.0, 9393.0, 9399.0, 9382.0, 9410.0, 9380.0, 9413.0, 9397.0, 9402.0, 9407.0, 9393.0, 9408.0, 9379.0, 9412.0, 9398.0, 9426.0, 9368.0, 9429.0, 9399.0, 9435.0, 9416.0, 9437.0, 9441.0, 9415.0, 9437.0, 9411.0, 9430.0, 9412.0, 9452.0, 9411.0, 9402.0, 9392.0, 9373.0, 9392.0, 9384.0, 9400.0, 9409.0, 9393.0, 9411.0, 9382.0, 9415.0, 9417.0, 9432.0, 9407.0, 9395.0, 9365.0, 9389.0, 9406.0, 9382.0, 9423.0, 9380.0, 9404.0, 9375.0, 9422.0, 9395.0, 9430.0, 9390.0, 9426.0, 9417.0, 9432.0, 9390.0, 9432.0, 9448.0, 9416.0, 9413.0, 9425.0, 9409.0, 9414.0, 9427.0, 9412.0, 9392.0, 9402.0, 9378.0, 9395.0, 9396.0, 9401.0, 9366.0, 9404.0, 9367.0, 9414.0, 9405.0, 9424.0, 9386.0, 9417.0, 9382.0, 9412.0, 9390.0, 9405.0, 9412.0, 9397.0, 9410.0, 9393.0, 9407.0, 9436.0, 9411.0, 9416.0, 9408.0, 9364.0, 9410.0, 9392.0, 9417.0, 9399.0, 9410.0, 9386.0, 9413.0, 9393.0, 9416.0, 9399.0, 9414.0, 9364.0, 9409.0, 9371.0, 9385.0, 9416.0, 9403.0, 9429.0, 9401.0, 9412.0, 9399.0, 9433.0, 9409.0, 9427.0, 9385.0, 9430.0, 9398.0, 9429.0, 9446.0, 9428.0, 9454.0, 9410.0, 9422.0, 9396.0, 9406.0, 9401.0, 9393.0, 9402.0, 9357.0, 9401.0, 9353.0, 9404.0, 9378.0, 9406.0, 9374.0, 9405.0, 9387.0, 9420.0, 9423.0, 9422.0, 9418.0, 9416.0, 9439.0, 9399.0, 9443.0, 9400.0, 9409.0, 9395.0, 9410.0, 9396.0, 9425.0, 9399.0, 9424.0, 9379.0, 9424.0, 9397.0, 9429.0, 9398.0, 9425.0, 9375.0, 9411.0, 9403.0, 9435.0, 9389.0, 9415.0, 9399.0, 9413.0, 9396.0, 9415.0, 9442.0, 9407.0, 9397.0, 9393.0, 9379.0, 9409.0, 9409.0, 9408.0, 9390.0, 9406.0, 9392.0, 9410.0, 9393.0, 9413.0, 9379.0, 9411.0, 9363.0, 9426.0, 9398.0, 9411.0, 9378.0, 9406.0, 9406.0, 9406.0, 9397.0, 9415.0, 9410.0, 9411.0, 9378.0, 9409.0, 9403.0, 9408.0, 9433.0, 9416.0, 9417.0, 9394.0, 9375.0, 9390.0, 9376.0, 9394.0, 9347.0, 9394.0, 9347.0, 9396.0, 9365.0, 9412.0, 9368.0, 9413.0, 9383.0, 9429.0, 9398.0, 9415.0, 9378.0, 9413.0, 9391.0, 9412.0, 9410.0, 9397.0, 9379.0, 9408.0, 9378.0, 9411.0, 9380.0, 9419.0, 9371.0, 9397.0, 9355.0, 9396.0, 9413.0, 9402.0, 9408.0, 9393.0, 9410.0, 9389.0, 9409.0, 9398.0, 9407.0, 9380.0, 9381.0, 9394.0, 9352.0, 9391.0, 9393.0, 9416.0, 9385.0, 9408.0, 9363.0, 9411.0, 9391.0, 9412.0, 9437.0, 9412.0, 9417.0, 9394.0, 9374.0, 9395.0, 9391.0, 9394.0, 9377.0, 9391.0, 9349.0, 9392.0, 9351.0, 9412.0, 9390.0, 9390.0, 9349.0, 9393.0, 9376.0, 9389.0, 9388.0, 9393.0, 9405.0, 9362.0, 9392.0, 9375.0, 9389.0, 9375.0, 9407.0, 9392.0, 9409.0, 9395.0, 9408.0, 9393.0, 9414.0, 9397.0, 9408.0, 9377.0, 9370.0, 9397.0, 9365.0, 9398.0, 9412.0, 9402.0, 9381.0, 9399.0, 9382.0, 9396.0, 9395.0, 9395.0, 9422.0, 9393.0, 9387.0, 9388.0, 9392.0, 9378.0, 9387.0, 9373.0, 9388.0, 9375.0, 9390.0, 9376.0, 9388.0, 9388.0, 9385.0, 9387.0, 9387.0, 9372.0, 9391.0, 9402.0, 9370.0, 9372.0, 9386.0, 9391.0, 9349.0, 9410.0, 9364.0, 9403.0, 9367.0, 9418.0, 9415.0, 9430.0, 9443.0, 9414.0, 9434.0, 9413.0, 9450.0, 9416.0, 9407.0, 9383.0, 9362.0, 9363.0, 9350.0, 9372.0, 9381.0, 9365.0, 9364.0, 9371.0, 9369.0, 9368.0, 9386.0, 9380.0, 9404.0, 9372.0, 9387.0, 9371.0, 9391.0, 9416.0, 9391.0, 9414.0, 9404.0, 9383.0, 9384.0, 9367.0, 9386.0, 9339.0, 9391.0, 9347.0, 9372.0, 9341.0, 9377.0, 9375.0, 9372.0, 9395.0, 9374.0, 9388.0, 9375.0, 9389.0, 9378.0, 9411.0, 9385.0, 9410.0, 9382.0, 9414.0, 9384.0, 9416.0, 9411.0, 9414.0, 9424.0, 9412.0, 9422.0, 9396.0, 9444.0, 9398.0, 9435.0, 9380.0, 9374.0, 9371.0, 9392.0, 9366.0, 9390.0, 9363.0, 9392.0, 9377.0, 9392.0, 9434.0, 9409.0, 9445.0, 9389.0, 9415.0, 9391.0, 9398.0, 9387.0, 9400.0, 9377.0, 9385.0, 9369.0, 9384.0, 9369.0, 9386.0, 9368.0, 9393.0, 9374.0, 9389.0, 9372.0, 9387.0, 9383.0, 9388.0, 9372.0, 9390.0, 9391.0, 9425.0, 9369.0, 9394.0, 9368.0, 9373.0, 9390.0, 9342.0, 9389.0, 9362.0, 9409.0, 9365.0, 9397.0, 9364.0, 9398.0, 9380.0, 9395.0, 9378.0, 9389.0, 9377.0, 9398.0, 9411.0, 9412.0, 9348.0, 9395.0, 9366.0, 9409.0, 9367.0, 9415.0, 9397.0, 9413.0, 9415.0, 9418.0, 9455.0, 9413.0, 9433.0, 9396.0, 9416.0, 9393.0, 9449.0, 9412.0, 9448.0, 9390.0, 9412.0, 9391.0, 9405.0, 9393.0, 9385.0, 9390.0, 9380.0, 9385.0, 9413.0, 9386.0, 9426.0, 9384.0, 9376.0, 9382.0, 9349.0, 9363.0, 9347.0, 9361.0, 9369.0, 9350.0, 9366.0, 9351.0, 9361.0, 9366.0, 9381.0, 9379.0, 9407.0, 9375.0, 9388.0, 9393.0, 9392.0, 9393.0, 9394.0, 9424.0, 9411.0, 9415.0, 9392.0, 9372.0, 9390.0, 9421.0, 9414.0, 9376.0, 9409.0, 9382.0, 9393.0, 9378.0, 9415.0, 9369.0, 9411.0, 9371.0, 9414.0, 9383.0, 9417.0, 9406.0, 9415.0, 9371.0, 9381.0, 9385.0, 9395.0, 9379.0, 9395.0, 9414.0, 9396.0, 9365.0, 9395.0, 9362.0, 9407.0, 9365.0, 9411.0, 9369.0, 9413.0, 9398.0, 9397.0, 9396.0, 9412.0, 9385.0, 9412.0, 9395.0, 9395.0, 9375.0, 9390.0, 9405.0, 9411.0, 9435.0, 9388.0, 9372.0, 9386.0, 9371.0, 9389.0, 9405.0, 9406.0, 9412.0, 9385.0, 9369.0, 9385.0, 9348.0, 9386.0, 9360.0, 9392.0, 9378.0, 9392.0, 9364.0, 9391.0, 9362.0, 9395.0, 9395.0, 9407.0, 9375.0, 9394.0, 9389.0, 9412.0, 9387.0, 9412.0, 9395.0, 9363.0, 9391.0, 9378.0, 9400.0, 9366.0, 9396.0, 9365.0, 9412.0, 9396.0, 9413.0, 9425.0, 9417.0, 9394.0, 9412.0, 9394.0, 9409.0, 9397.0, 9408.0, 9397.0, 9412.0, 9382.0, 9395.0, 9382.0, 9412.0, 9429.0, 9408.0, 9381.0, 9393.0, 9378.0, 9407.0, 9398.0, 9367.0, 9404.0, 9370.0, 9416.0, 9404.0, 9435.0, 9403.0, 9430.0, 9397.0, 9413.0, 9398.0, 9417.0, 9426.0, 9428.0, 9421.0, 9394.0, 9406.0, 9391.0, 9398.0, 9391.0, 9389.0, 9390.0, 9372.0, 9389.0, 9380.0, 9396.0, 9378.0, 9379.0, 9393.0, 9368.0, 9386.0, 9370.0, 9400.0, 9394.0, 9400.0, 9431.0, 9408.0, 9402.0, 9414.0, 9383.0, 9417.0, 9404.0, 9411.0, 9383.0, 9384.0, 9398.0, 9396.0, 9416.0, 9423.0, 9397.0, 9425.0, 9397.0, 9420.0, 9415.0, 9438.0, 9414.0, 9418.0, 9397.0, 9405.0, 9392.0, 9417.0, 9410.0, 9435.0, 9396.0, 9391.0, 9390.0, 9390.0, 9410.0, 9365.0, 9350.0, 9397.0, 9364.0, 9396.0, 9393.0, 9417.0, 9423.0, 9396.0, 9416.0, 9395.0, 9413.0, 9387.0, 9411.0, 9393.0, 9397.0, 9371.0, 9327.0, 9386.0, 9342.0, 9377.0, 9389.0, 9381.0, 9386.0, 9374.0, 9373.0, 9373.0, 9363.0, 9398.0, 9347.0, 9392.0, 9361.0, 9408.0, 9376.0, 9397.0, 9394.0, 9398.0, 9360.0, 9397.0, 9364.0, 9397.0, 9377.0, 9395.0, 9368.0, 9395.0, 9380.0, 9416.0, 9399.0, 9415.0, 9399.0, 9413.0, 9381.0, 9413.0, 9405.0, 9428.0, 9400.0, 9411.0, 9381.0, 9396.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.0004015535097813579</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.026456842807825086</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.319730495057584</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1877251293317965</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9720439550345622</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4686</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5534.8447</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09130095658365008</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>11</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.2658227848101267</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5309502184847594</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4022793972706507</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7746861156645095</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4158851425191186</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00527017</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01881236769258976</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.018850097432732582</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.9110004308071113</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>26.8521</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.4201</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>182.1417</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>304067.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>874.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>355.3478</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.319</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>534.7315</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3477.8722</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3690.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>72477.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1165.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4545.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>943.4861</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>37.98847497906536</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> |