=== 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
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0029_ses-03_task-social_acq-mb8_run-04_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-04_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-04_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-04_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-04_desc-stdev_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_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-04_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-04_desc-background_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_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-04_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-04_desc-zoomed_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_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-04_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-04_desc-carpet_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-04_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-04_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-04_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-04_desc-mean_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-04_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-04_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-04_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-04_desc-brainmask_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_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-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-04_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-04_desc-norm_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-04_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-04_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>22c682bae47f7cd0d61456a0984c13ba</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:48:59.360000</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-04_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-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>14</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.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>243.614</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>aecce03f-3f02-4e6c-a9ba-b753e560b112||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': ['114859.360000', '114859.820000', '114900.280000', '114900.740000', '114901.200000', '114901.660000', '114902.120000', '114902.580000', '114903.040000', '114903.500000', '114903.960000', '114904.420000', '114904.880000', '114905.340000', '114905.800000', '114906.260000', '114906.720000', '114907.180000', '114907.640000', '114908.100000', '114908.560000', '114909.020000', '114909.480000', '114909.940000', '114910.400000', '114910.860000', '114911.320000', '114911.780000', '114912.240000', '114912.700000', '114913.160000', '114913.620000', '114914.080000', '114914.540000', '114915.000000', '114915.460000', '114915.920000', '114916.380000', '114916.840000', '114917.300000', '114917.760000', '114918.220000', '114918.680000', '114919.140000', '114919.600000', '114920.060000', '114920.520000', '114920.980000', '114921.440000', '114921.900000', '114922.360000', '114922.820000', '114923.280000', '114923.740000', '114924.200000', '114924.660000', '114925.120000', '114925.580000', '114926.040000', '114926.500000', '114926.960000', '114927.420000', '114927.880000', '114928.340000', '114928.800000', '114929.260000', '114929.720000', '114930.180000', '114930.640000', '114931.100000', '114931.560000', '114932.020000', '114932.480000', '114932.940000', '114933.400000', '114933.860000', '114934.320000', '114934.780000', '114935.240000', '114935.700000', '114936.160000', '114936.620000', '114937.080000', '114937.540000', '114938.000000', '114938.460000', '114938.920000', '114939.380000', '114939.840000', '114940.300000', '114940.760000', '114941.220000', '114941.680000', '114942.140000', '114942.600000', '114943.060000', '114943.520000', '114943.980000', '114944.440000', '114944.900000', '114945.360000', '114945.820000', '114946.280000', '114946.740000', '114947.200000', '114947.660000', '114948.120000', '114948.580000', '114949.040000', '114949.500000', '114949.960000', '114950.420000', '114950.880000', '114951.340000', '114951.800000', '114952.260000', '114952.720000', '114953.180000', '114953.640000', '114954.100000', '114954.560000', '114955.020000', '114955.480000', '114955.940000', '114956.400000', '114956.860000', '114957.320000', '114957.780000', '114958.240000', '114958.700000', '114959.160000', '114959.620000', '115000.080000', '115000.540000', '115001.000000', '115001.460000', '115001.920000', '115002.380000', '115002.840000', '115003.300000', '115003.760000', '115004.220000', '115004.680000', '115005.140000', '115005.600000', '115006.060000', '115006.520000', '115006.980000', '115007.440000', '115007.900000', '115008.360000', '115008.820000', '115009.280000', '115009.740000', '115010.200000', '115010.660000', '115011.120000', '115011.580000', '115012.040000', '115012.500000', '115012.960000', '115013.420000', '115013.880000', '115014.340000', '115014.800000', '115015.260000', '115015.720000', '115016.180000', '115016.640000', '115017.100000', '115017.560000', '115018.020000', '115018.480000', '115018.940000', '115019.400000', '115019.860000', '115020.320000', '115020.780000', '115021.240000', '115021.700000', '115022.160000', '115022.620000', '115023.080000', '115023.540000', '115024.000000', '115024.460000', '115024.920000', '115025.380000', '115025.840000', '115026.300000', '115026.760000', '115027.220000', '115027.680000', '115028.140000', '115028.600000', '115029.060000', '115029.520000', '115029.980000', '115030.440000', '115030.900000', '115031.360000', '115031.820000', '115032.280000', '115032.740000', '115033.200000', '115033.660000', '115034.120000', '115034.580000', '115035.040000', '115035.500000', '115035.960000', '115036.420000', '115036.880000', '115037.340000', '115037.800000', '115038.260000', '115038.720000', '115039.180000', '115039.640000', '115040.100000', '115040.560000', '115041.020000', '115041.480000', '115041.940000', '115042.400000', '115042.860000', '115043.320000', '115043.780000', '115044.240000', '115044.700000', '115045.160000', '115045.620000', '115046.080000', '115046.540000', '115047.000000', '115047.460000', '115047.920000', '115048.380000', '115048.840000', '115049.300000', '115049.760000', '115050.220000', '115050.680000', '115051.140000', '115051.600000', '115052.060000', '115052.520000', '115052.980000', '115053.440000', '115053.900000', '115054.360000', '115054.820000', '115055.280000', '115055.740000', '115056.200000', '115056.660000', '115057.120000', '115057.580000', '115058.040000', '115058.500000', '115058.960000', '115059.420000', '115059.880000', '115100.340000', '115100.800000', '115101.260000', '115101.720000', '115102.180000', '115102.640000', '115103.100000', '115103.560000', '115104.020000', '115104.480000', '115104.940000', '115105.400000', '115105.860000', '115106.320000', '115106.780000', '115107.240000', '115107.700000', '115108.160000', '115108.620000', '115109.080000', '115109.540000', '115110.000000', '115110.460000', '115110.920000', '115111.380000', '115111.840000', '115112.300000', '115112.760000', '115113.220000', '115113.680000', '115114.140000', '115114.600000', '115115.060000', '115115.520000', '115115.980000', '115116.440000', '115116.900000', '115117.360000', '115117.820000', '115118.280000', '115118.740000', '115119.200000', '115119.660000', '115120.120000', '115120.580000', '115121.040000', '115121.500000', '115121.960000', '115122.420000', '115122.880000', '115123.340000', '115123.800000', '115124.260000', '115124.720000', '115125.180000', '115125.640000', '115126.100000', '115126.560000', '115127.020000', '115127.480000', '115127.940000', '115128.400000', '115128.860000', '115129.320000', '115129.780000', '115130.240000', '115130.700000', '115131.160000', '115131.620000', '115132.080000', '115132.540000', '115133.000000', '115133.460000', '115133.920000', '115134.380000', '115134.840000', '115135.300000', '115135.760000', '115136.220000', '115136.680000', '115137.140000', '115137.600000', '115138.060000', '115138.520000', '115138.980000', '115139.440000', '115139.900000', '115140.360000', '115140.820000', '115141.280000', '115141.740000', '115142.200000', '115142.660000', '115143.120000', '115143.580000', '115144.040000', '115144.500000', '115144.960000', '115145.420000', '115145.880000', '115146.340000', '115146.800000', '115147.260000', '115147.720000', '115148.180000', '115148.640000', '115149.100000', '115149.560000', '115150.020000', '115150.480000', '115150.940000', '115151.400000', '115151.860000', '115152.320000', '115152.780000', '115153.240000', '115153.700000', '115154.160000', '115154.620000', '115155.080000', '115155.540000', '115156.000000', '115156.460000', '115156.920000', '115157.380000', '115157.840000', '115158.300000', '115158.760000', '115159.220000', '115159.680000', '115200.140000', '115200.600000', '115201.060000', '115201.520000', '115201.980000', '115202.440000', '115202.900000', '115203.360000', '115203.820000', '115204.280000', '115204.740000', '115205.200000', '115205.660000', '115206.120000', '115206.580000', '115207.040000', '115207.500000', '115207.960000', '115208.420000', '115208.880000', '115209.340000', '115209.800000', '115210.260000', '115210.720000', '115211.180000', '115211.640000', '115212.100000', '115212.560000', '115213.020000', '115213.480000', '115213.940000', '115214.400000', '115214.860000', '115215.320000', '115215.780000', '115216.240000', '115216.700000', '115217.160000', '115217.620000', '115218.080000', '115218.540000', '115219.000000', '115219.460000', '115219.920000', '115220.380000', '115220.840000', '115221.300000', '115221.760000', '115222.220000', '115222.680000', '115223.140000', '115223.600000', '115224.060000', '115224.520000', '115224.980000', '115225.440000', '115225.900000', '115226.360000', '115226.820000', '115227.280000', '115227.740000', '115228.200000', '115228.660000', '115229.120000', '115229.580000', '115230.040000', '115230.500000', '115230.960000', '115231.420000', '115231.880000', '115232.340000', '115232.800000', '115233.260000', '115233.720000', '115234.180000', '115234.640000', '115235.100000', '115235.560000', '115236.020000', '115236.480000', '115236.940000', '115237.400000', '115237.860000', '115238.320000', '115238.780000', '115239.240000', '115239.700000', '115240.160000', '115240.620000', '115241.080000', '115241.540000', '115242.000000', '115242.460000', '115242.920000', '115243.380000', '115243.840000', '115244.300000', '115244.760000', '115245.220000', '115245.680000', '115246.140000', '115246.600000', '115247.060000', '115247.520000', '115247.980000', '115248.440000', '115248.900000', '115249.360000', '115249.820000', '115250.280000', '115250.740000', '115251.200000', '115251.660000', '115252.120000', '115252.580000', '115253.040000', '115253.500000', '115253.960000', '115254.420000', '115254.880000', '115255.340000', '115255.800000', '115256.260000', '115256.720000', '115257.180000', '115257.640000', '115258.100000', '115258.560000', '115259.020000', '115259.480000', '115259.940000', '115300.400000', '115300.860000', '115301.320000', '115301.780000', '115302.240000', '115302.700000', '115303.160000', '115303.620000', '115304.080000', '115304.540000', '115305.000000', '115305.460000', '115305.920000', '115306.380000', '115306.840000', '115307.300000', '115307.760000', '115308.220000', '115308.680000', '115309.140000', '115309.600000', '115310.060000', '115310.520000', '115310.980000', '115311.440000', '115311.900000', '115312.360000', '115312.820000', '115313.280000', '115313.740000', '115314.200000', '115314.660000', '115315.120000', '115315.580000', '115316.040000', '115316.500000', '115316.960000', '115317.420000', '115317.880000', '115318.340000', '115318.800000', '115319.260000', '115319.720000', '115320.180000', '115320.640000', '115321.100000', '115321.560000', '115322.020000', '115322.480000', '115322.940000', '115323.400000', '115323.860000', '115324.320000', '115324.780000', '115325.240000', '115325.700000', '115326.160000', '115326.620000', '115327.080000', '115327.540000', '115328.000000', '115328.460000', '115328.920000', '115329.380000', '115329.840000', '115330.300000', '115330.760000', '115331.220000', '115331.680000', '115332.140000', '115332.600000', '115333.060000', '115333.520000', '115333.980000', '115334.440000', '115334.900000', '115335.360000', '115335.820000', '115336.280000', '115336.740000', '115337.200000', '115337.660000', '115338.120000', '115338.580000', '115339.040000', '115339.500000', '115339.960000', '115340.420000', '115340.880000', '115341.340000', '115341.800000', '115342.260000', '115342.720000', '115343.180000', '115343.640000', '115344.100000', '115344.560000', '115345.020000', '115345.480000', '115345.940000', '115346.400000', '115346.860000', '115347.320000', '115347.780000', '115348.240000', '115348.700000', '115349.160000', '115349.620000', '115350.080000', '115350.540000', '115351.000000', '115351.460000', '115351.920000', '115352.380000', '115352.840000', '115353.300000', '115353.760000', '115354.220000', '115354.680000', '115355.140000', '115355.600000', '115356.060000', '115356.520000', '115356.980000', '115357.440000', '115357.900000', '115358.360000', '115358.820000', '115359.280000', '115359.740000', '115400.200000', '115400.660000', '115401.120000', '115401.580000', '115402.040000', '115402.500000', '115402.960000', '115403.420000', '115403.880000', '115404.340000', '115404.800000', '115405.260000', '115405.720000', '115406.180000', '115406.640000', '115407.100000', '115407.560000', '115408.020000', '115408.480000', '115408.940000', '115409.400000', '115409.860000', '115410.320000', '115410.780000', '115411.240000', '115411.700000', '115412.160000', '115412.620000', '115413.080000', '115413.540000', '115414.000000', '115414.460000', '115414.920000', '115415.380000', '115415.840000', '115416.300000', '115416.760000', '115417.220000', '115417.680000', '115418.140000', '115418.600000', '115419.060000', '115419.520000', '115419.980000', '115420.440000', '115420.900000', '115421.360000', '115421.820000', '115422.280000', '115422.740000', '115423.200000', '115423.660000', '115424.120000', '115424.580000', '115425.040000', '115425.500000', '115425.960000', '115426.420000', '115426.880000', '115427.340000', '115427.800000', '115428.260000', '115428.720000', '115429.180000', '115429.640000', '115430.100000', '115430.560000', '115431.020000', '115431.480000', '115431.940000', '115432.400000', '115432.860000', '115433.320000', '115433.780000', '115434.240000', '115434.700000', '115435.160000', '115435.620000', '115436.080000', '115436.540000', '115437.000000', '115437.460000', '115437.920000', '115438.380000', '115438.840000', '115439.300000', '115439.760000', '115440.220000', '115440.680000', '115441.140000', '115441.600000', '115442.060000', '115442.520000', '115442.980000', '115443.440000', '115443.900000', '115444.360000', '115444.820000', '115445.280000', '115445.740000', '115446.200000', '115446.660000', '115447.120000', '115447.580000', '115448.040000', '115448.500000', '115448.960000', '115449.420000', '115449.880000', '115450.340000', '115450.800000', '115451.260000', '115451.720000', '115452.180000', '115452.640000', '115453.100000', '115453.560000', '115454.020000', '115454.480000', '115454.940000', '115455.400000', '115455.860000', '115456.320000', '115456.780000', '115457.240000', '115457.700000', '115458.160000', '115458.620000', '115459.080000', '115459.540000', '115500.000000', '115500.460000', '115500.920000', '115501.380000', '115501.840000', '115502.300000', '115502.760000', '115503.220000', '115503.680000', '115504.140000', '115504.600000', '115505.060000', '115505.520000', '115505.980000', '115506.440000', '115506.900000', '115507.360000', '115507.820000', '115508.280000', '115508.740000', '115509.200000', '115509.660000', '115510.120000', '115510.580000', '115511.040000', '115511.500000', '115511.960000', '115512.420000', '115512.880000', '115513.340000', '115513.800000', '115514.260000', '115514.720000', '115515.180000', '115515.640000', '115516.100000', '115516.560000', '115517.020000', '115517.480000', '115517.940000', '115518.400000', '115518.860000', '115519.320000', '115519.780000', '115520.240000', '115520.700000', '115521.160000', '115521.620000', '115522.080000', '115522.540000', '115523.000000', '115523.460000', '115523.920000', '115524.380000', '115524.840000', '115525.300000', '115525.760000', '115526.220000', '115526.680000', '115527.140000', '115527.600000', '115528.060000', '115528.520000', '115528.980000', '115529.440000', '115529.900000', '115530.360000', '115530.820000', '115531.280000', '115531.740000', '115532.200000', '115532.660000', '115533.120000', '115533.580000', '115534.040000', '115534.500000', '115534.960000', '115535.420000', '115535.880000', '115536.340000', '115536.800000', '115537.260000', '115537.720000', '115538.180000', '115538.640000', '115539.100000', '115539.560000', '115540.020000'], 'ContentTime': ['114925.189000', '114925.192000', '114925.195000', '114925.198000', '114925.201000', '114925.204000', '114925.207000', '114925.210000', '114925.213000', '114925.216000', '114925.219000', '114925.222000', '114925.225000', '114925.228000', '114925.231000', '114925.234000', '114925.237000', '114925.240000', '114925.242000', '114925.245000', '114925.248000', '114925.251000', '114925.254000', '114925.257000', '114925.260000', '114925.263000', '114925.266000', '114925.269000', '114925.272000', '114925.275000', '114925.278000', '114925.286000', '114925.289000', '114925.292000', '114925.294000', '114925.297000', '114925.300000', '114925.303000', '114925.306000', '114925.309000', '114925.312000', '114925.315000', '114925.318000', '114925.321000', '114925.324000', '114925.327000', '114925.330000', '114925.333000', '114925.336000', '114925.339000', '114925.342000', '114925.345000', '114925.347000', '114925.350000', '114925.353000', '114945.162000', '114945.165000', '114945.168000', '114945.171000', '114945.174000', '114945.177000', '114945.180000', '114945.183000', '114945.186000', '114945.189000', '114945.192000', '114945.195000', '114945.198000', '114945.207000', '114945.210000', '114945.213000', '114945.216000', '114945.219000', '114945.222000', '114945.225000', '114945.228000', '114945.231000', '114945.234000', '114945.237000', '114945.240000', '114945.243000', '114945.246000', '114945.248000', '114945.251000', '114945.254000', '114945.257000', '114945.260000', '114945.263000', '114945.266000', '114945.269000', '114945.272000', '114945.275000', '114945.278000', '114945.281000', '114945.284000', '114945.287000', '114945.290000', '114945.293000', '115005.162000', '115005.165000', '115005.168000', '115005.176000', '115005.179000', '115005.182000', '115005.184000', '115005.187000', '115005.190000', '115005.193000', '115005.196000', '115005.199000', '115005.202000', '115005.205000', '115005.208000', '115005.211000', '115005.214000', '115005.217000', '115005.220000', '115005.223000', '115005.226000', '115005.229000', '115005.232000', '115005.235000', '115005.237000', '115005.240000', '115005.243000', '115005.246000', '115005.265000', '115005.268000', '115005.270000', '115005.273000', '115005.276000', '115005.279000', '115005.282000', '115005.285000', '115005.288000', '115005.291000', '115005.294000', '115005.297000', '115005.300000', '115005.303000', '115005.306000', '115005.309000', '115025.162000', '115025.165000', '115025.168000', '115025.171000', '115025.177000', '115025.180000', '115025.183000', '115025.186000', '115025.189000', '115025.192000', '115025.195000', '115025.198000', '115025.201000', '115025.204000', '115025.207000', '115025.210000', '115025.213000', '115025.216000', '115025.219000', '115025.222000', '115025.225000', '115025.228000', '115025.231000', '115025.234000', '115025.237000', '115025.240000', '115025.243000', '115025.246000', '115025.249000', '115025.252000', '115025.254000', '115025.257000', '115025.260000', '115025.263000', '115025.266000', '115025.269000', '115025.272000', '115025.275000', '115025.278000', '115025.281000', '115025.284000', '115025.287000', '115025.290000', '115045.162000', '115045.165000', '115045.168000', '115045.171000', '115045.174000', '115045.177000', '115045.180000', '115045.183000', '115045.192000', '115045.195000', '115045.198000', '115045.201000', '115045.204000', '115045.207000', '115045.210000', '115045.213000', '115045.216000', '115045.219000', '115045.222000', '115045.224000', '115045.227000', '115045.230000', '115045.233000', '115045.236000', '115045.239000', '115045.242000', '115045.245000', '115045.248000', '115045.251000', '115045.254000', '115045.257000', '115045.260000', '115045.263000', '115045.266000', '115045.269000', '115045.272000', '115045.275000', '115045.278000', '115045.281000', '115045.284000', '115045.287000', '115045.290000', '115045.293000', '115045.295000', '115105.163000', '115105.166000', '115105.169000', '115105.172000', '115105.175000', '115105.178000', '115105.181000', '115105.184000', '115105.187000', '115105.191000', '115105.196000', '115105.200000', '115105.203000', '115105.206000', '115105.209000', '115105.211000', '115105.214000', '115105.217000', '115105.220000', '115105.223000', '115105.226000', '115105.229000', '115105.232000', '115105.235000', '115105.238000', '115105.241000', '115105.244000', '115105.247000', '115105.250000', '115105.253000', '115105.256000', '115105.259000', '115105.262000', '115105.265000', '115105.267000', '115105.270000', '115105.273000', '115105.276000', '115105.279000', '115105.282000', '115105.285000', '115105.288000', '115105.291000', '115125.163000', '115125.166000', '115125.169000', '115125.172000', '115125.175000', '115125.178000', '115125.181000', '115125.184000', '115125.187000', '115125.190000', '115125.193000', '115125.196000', '115125.199000', '115125.202000', '115125.205000', '115125.208000', '115125.211000', '115125.213000', '115125.216000', '115125.219000', '115125.222000', '115125.225000', '115125.228000', '115125.231000', '115125.234000', '115125.237000', '115125.240000', '115125.243000', '115125.246000', '115125.249000', '115125.252000', '115125.255000', '115125.258000', '115125.261000', '115125.264000', '115125.267000', '115125.270000', '115125.273000', '115125.276000', '115125.279000', '115125.282000', '115125.285000', '115125.288000', '115125.290000', '115145.162000', '115145.165000', '115145.168000', '115145.171000', '115145.174000', '115145.177000', '115145.180000', '115145.183000', '115145.186000', '115145.189000', '115145.192000', '115145.195000', '115145.198000', '115145.201000', '115145.204000', '115145.206000', '115145.209000', '115145.213000', '115145.219000', '115145.222000', '115145.225000', '115145.228000', '115145.231000', '115145.249000', '115145.252000', '115145.255000', '115145.258000', '115145.265000', '115145.268000', '115145.271000', '115145.274000', '115145.277000', '115145.280000', '115145.283000', '115145.286000', '115145.289000', '115145.292000', '115145.295000', '115145.298000', '115145.301000', '115145.304000', '115145.307000', '115145.309000', '115205.162000', '115205.165000', '115205.168000', '115205.171000', '115205.174000', '115205.177000', '115205.180000', '115205.183000', '115205.186000', '115205.189000', '115205.192000', '115205.195000', '115205.198000', '115205.201000', '115205.204000', '115205.206000', '115205.209000', '115205.212000', '115205.215000', '115205.218000', '115205.221000', '115205.224000', '115205.227000', '115205.230000', '115205.233000', '115205.236000', '115205.239000', '115205.242000', '115205.245000', '115205.248000', '115205.251000', '115205.254000', '115205.257000', '115205.260000', '115205.263000', '115205.266000', '115205.269000', '115205.272000', '115205.274000', '115205.277000', '115205.280000', '115205.283000', '115205.286000', '115205.289000', '115225.162000', '115225.166000', '115225.169000', '115225.172000', '115225.175000', '115225.178000', '115225.181000', '115225.184000', '115225.187000', '115225.190000', '115225.193000', '115225.196000', '115225.199000', '115225.202000', '115225.205000', '115225.208000', '115225.211000', '115225.214000', '115225.216000', '115225.220000', '115225.223000', '115225.226000', '115225.229000', '115225.232000', '115225.235000', '115225.238000', '115225.241000', '115225.244000', '115225.247000', '115225.250000', '115225.253000', '115225.256000', '115225.259000', '115225.262000', '115225.265000', '115225.268000', '115225.271000', '115225.274000', '115225.277000', '115225.279000', '115225.282000', '115225.285000', '115225.288000', '115245.162000', '115245.165000', '115245.168000', '115245.171000', '115245.174000', '115245.177000', '115245.180000', '115245.183000', '115245.186000', '115245.189000', '115245.192000', '115245.195000', '115245.198000', '115245.201000', '115245.204000', '115245.206000', '115245.209000', '115245.212000', '115245.215000', '115245.218000', '115245.221000', '115245.224000', '115245.227000', '115245.230000', '115245.233000', '115245.237000', '115245.240000', '115245.243000', '115245.246000', '115245.248000', '115245.251000', '115245.254000', '115245.257000', '115245.260000', '115245.263000', '115245.266000', '115245.269000', '115245.272000', '115245.275000', '115245.278000', '115245.281000', '115245.284000', '115245.287000', '115245.290000', '115305.162000', '115305.165000', '115305.168000', '115305.171000', '115305.174000', '115305.177000', '115305.180000', '115305.183000', '115305.186000', '115305.189000', '115305.192000', '115305.195000', '115305.198000', '115305.201000', '115305.204000', '115305.206000', '115305.209000', '115305.212000', '115305.215000', '115305.218000', '115305.221000', '115305.224000', '115305.227000', '115305.230000', '115305.233000', '115305.236000', '115305.239000', '115305.242000', '115305.245000', '115305.248000', '115305.251000', '115305.254000', '115305.258000', '115305.261000', '115305.264000', '115305.266000', '115305.269000', '115305.272000', '115305.275000', '115305.278000', '115305.281000', '115305.284000', '115305.287000', '115325.163000', '115325.166000', '115325.169000', '115325.172000', '115325.175000', '115325.183000', '115325.186000', '115325.189000', '115325.192000', '115325.195000', '115325.198000', '115325.200000', '115325.203000', '115325.206000', '115325.209000', '115325.212000', '115325.215000', '115325.218000', '115325.221000', '115325.224000', '115325.227000', '115325.230000', '115325.233000', '115325.236000', '115325.239000', '115325.242000', '115325.245000', '115325.248000', '115325.251000', '115325.254000', '115325.256000', '115325.259000', '115325.262000', '115325.265000', '115325.268000', '115325.271000', '115325.274000', '115325.277000', '115325.280000', '115325.283000', '115325.286000', '115325.289000', '115325.292000', '115325.295000', '115345.163000', '115345.166000', '115345.169000', '115345.172000', '115345.175000', '115345.178000', '115345.181000', '115345.184000', '115345.187000', '115345.190000', '115345.193000', '115345.196000', '115345.199000', '115345.203000', '115345.206000', '115345.210000', '115345.213000', '115345.216000', '115345.219000', '115345.222000', '115345.225000', '115345.228000', '115345.231000', '115345.234000', '115345.236000', '115345.239000', '115345.242000', '115345.245000', '115345.248000', '115345.251000', '115345.254000', '115345.257000', '115345.260000', '115345.263000', '115345.266000', '115345.269000', '115345.272000', '115345.275000', '115345.278000', '115345.281000', '115345.284000', '115345.287000', '115345.290000', '115405.162000', '115405.165000', '115405.168000', '115405.171000', '115405.174000', '115405.177000', '115405.180000', '115405.183000', '115405.186000', '115405.189000', '115405.192000', '115405.195000', '115405.198000', '115405.201000', '115405.204000', '115405.207000', '115405.210000', '115405.213000', '115405.216000', '115405.219000', '115405.222000', '115405.225000', '115405.228000', '115405.231000', '115405.234000', '115405.237000', '115405.240000', '115405.243000', '115405.246000', '115405.249000', '115405.252000', '115405.255000', '115405.258000', '115405.260000', '115405.263000', '115405.266000', '115405.269000', '115405.272000', '115405.275000', '115405.278000', '115405.281000', '115405.284000', '115405.287000', '115405.290000', '115425.162000', '115425.165000', '115425.168000', '115425.171000', '115425.174000', '115425.177000', '115425.180000', '115425.183000', '115425.186000', '115425.189000', '115425.192000', '115425.195000', '115425.198000', '115425.201000', '115425.204000', '115425.207000', '115425.210000', '115425.213000', '115425.216000', '115425.219000', '115425.222000', '115425.225000', '115425.228000', '115425.231000', '115425.234000', '115425.237000', '115425.240000', '115425.243000', '115425.246000', '115425.249000', '115425.251000', '115425.254000', '115425.257000', '115425.260000', '115425.263000', '115425.266000', '115425.269000', '115425.272000', '115425.275000', '115425.278000', '115425.281000', '115425.284000', '115425.289000', '115445.162000', '115445.165000', '115445.168000', '115445.171000', '115445.174000', '115445.177000', '115445.180000', '115445.183000', '115445.186000', '115445.189000', '115445.192000', '115445.195000', '115445.198000', '115445.201000', '115445.204000', '115445.207000', '115445.210000', '115445.213000', '115445.216000', '115445.219000', '115445.222000', '115445.225000', '115445.228000', '115445.231000', '115445.234000', '115445.237000', '115445.239000', '115445.242000', '115445.245000', '115445.248000', '115445.259000', '115445.262000', '115445.265000', '115445.268000', '115445.271000', '115445.274000', '115445.277000', '115445.280000', '115445.283000', '115445.286000', '115445.289000', '115445.292000', '115445.295000', '115445.298000', '115505.162000', '115505.165000', '115505.168000', '115505.171000', '115505.174000', '115505.177000', '115505.180000', '115505.183000', '115505.186000', '115505.189000', '115505.192000', '115505.197000', '115505.200000', '115505.203000', '115505.206000', '115505.209000', '115505.212000', '115505.214000', '115505.217000', '115505.220000', '115505.223000', '115505.226000', '115505.229000', '115505.232000', '115505.235000', '115505.238000', '115505.242000', '115505.245000', '115505.248000', '115505.251000', '115505.254000', '115505.257000', '115505.260000', '115505.263000', '115505.266000', '115505.269000', '115505.272000', '115505.275000', '115505.278000', '115505.281000', '115505.284000', '115505.287000', '115505.290000', '115525.162000', '115525.165000', '115525.168000', '115525.171000', '115525.174000', '115525.177000', '115525.180000', '115525.183000', '115525.186000', '115525.189000', '115525.192000', '115525.195000', '115525.198000', '115525.200000', '115525.203000', '115525.207000', '115525.210000', '115525.213000', '115525.216000', '115525.219000', '115525.222000', '115525.224000', '115525.227000', '115525.230000', '115525.233000', '115525.236000', '115525.239000', '115525.242000', '115525.245000', '115525.248000', '115525.251000', '115525.254000', '115525.257000', '115525.260000', '115525.263000', '115525.266000', '115525.269000', '115525.272000', '115525.275000', '115525.278000', '115525.281000', '115525.284000', '115525.287000', '115525.290000', '115540.784000', '115540.822000', '115540.825000', '115540.828000', '115540.831000', '115540.835000', '115540.838000', '115540.841000', '115540.844000', '115540.847000', '115540.850000', '115540.853000', '115540.856000', '115540.859000', '115540.862000', '115540.865000', '115540.869000', '115540.872000', '115540.875000', '115540.878000', '115540.881000', '115540.884000', '115540.887000', '115540.890000', '115540.893000', '115540.897000', '115540.900000', '115540.903000', '115540.906000', '115540.909000', '115540.912000', '115540.915000', '115540.918000', '115540.921000'], 'InstanceCreationTime': ['114925.189000', '114925.192000', '114925.195000', '114925.198000', '114925.201000', '114925.204000', '114925.207000', '114925.210000', '114925.213000', '114925.216000', '114925.219000', '114925.222000', '114925.225000', '114925.228000', '114925.231000', '114925.234000', '114925.237000', '114925.240000', '114925.242000', '114925.245000', '114925.248000', '114925.251000', '114925.254000', '114925.257000', '114925.260000', '114925.263000', '114925.266000', '114925.269000', '114925.272000', '114925.275000', '114925.278000', '114925.286000', '114925.289000', '114925.292000', '114925.294000', '114925.297000', '114925.300000', '114925.303000', '114925.306000', '114925.309000', '114925.312000', '114925.315000', '114925.318000', '114925.321000', '114925.324000', '114925.327000', '114925.330000', '114925.333000', '114925.336000', '114925.339000', '114925.342000', '114925.345000', '114925.347000', '114925.350000', '114925.353000', '114945.162000', '114945.165000', '114945.168000', '114945.171000', '114945.174000', '114945.177000', '114945.180000', '114945.183000', '114945.186000', '114945.189000', '114945.192000', '114945.195000', '114945.198000', '114945.207000', '114945.210000', '114945.213000', '114945.216000', '114945.219000', '114945.222000', '114945.225000', '114945.228000', '114945.231000', '114945.234000', '114945.237000', '114945.240000', '114945.243000', '114945.246000', '114945.248000', '114945.251000', '114945.254000', '114945.257000', '114945.260000', '114945.263000', '114945.266000', '114945.269000', '114945.272000', '114945.275000', '114945.278000', '114945.281000', '114945.284000', '114945.287000', '114945.290000', '114945.293000', '115005.162000', '115005.165000', '115005.168000', '115005.176000', '115005.179000', '115005.182000', '115005.184000', '115005.187000', '115005.190000', '115005.193000', '115005.196000', '115005.199000', '115005.202000', '115005.205000', '115005.208000', '115005.211000', '115005.214000', '115005.217000', '115005.220000', '115005.223000', '115005.226000', '115005.229000', '115005.232000', '115005.235000', '115005.237000', '115005.240000', '115005.243000', '115005.246000', '115005.265000', '115005.268000', '115005.270000', '115005.273000', '115005.276000', '115005.279000', '115005.282000', '115005.285000', '115005.288000', '115005.291000', '115005.294000', '115005.297000', '115005.300000', '115005.303000', '115005.306000', '115005.309000', '115025.162000', '115025.165000', '115025.168000', '115025.171000', '115025.177000', '115025.180000', '115025.183000', '115025.186000', '115025.189000', '115025.192000', '115025.195000', '115025.198000', '115025.201000', '115025.204000', '115025.207000', '115025.210000', '115025.213000', '115025.216000', '115025.219000', '115025.222000', '115025.225000', '115025.228000', '115025.231000', '115025.234000', '115025.237000', '115025.240000', '115025.243000', '115025.246000', '115025.249000', '115025.252000', '115025.254000', '115025.257000', '115025.260000', '115025.263000', '115025.266000', '115025.269000', '115025.272000', '115025.275000', '115025.278000', '115025.281000', '115025.284000', '115025.287000', '115025.290000', '115045.162000', '115045.165000', '115045.168000', '115045.171000', '115045.174000', '115045.177000', '115045.180000', '115045.183000', '115045.192000', '115045.195000', '115045.198000', '115045.201000', '115045.204000', '115045.207000', '115045.210000', '115045.213000', '115045.216000', '115045.219000', '115045.222000', '115045.224000', '115045.227000', '115045.230000', '115045.233000', '115045.236000', '115045.239000', '115045.242000', '115045.245000', '115045.248000', '115045.251000', '115045.254000', '115045.257000', '115045.260000', '115045.263000', '115045.266000', '115045.269000', '115045.272000', '115045.275000', '115045.278000', '115045.281000', '115045.284000', '115045.287000', '115045.290000', '115045.293000', '115045.295000', '115105.163000', '115105.166000', '115105.169000', '115105.172000', '115105.175000', '115105.178000', '115105.181000', '115105.184000', '115105.187000', '115105.191000', '115105.196000', '115105.200000', '115105.203000', '115105.206000', '115105.209000', '115105.211000', '115105.214000', '115105.217000', '115105.220000', '115105.223000', '115105.226000', '115105.229000', '115105.232000', '115105.235000', '115105.238000', '115105.241000', '115105.244000', '115105.247000', '115105.250000', '115105.253000', '115105.256000', '115105.259000', '115105.262000', '115105.265000', '115105.267000', '115105.270000', '115105.273000', '115105.276000', '115105.279000', '115105.282000', '115105.285000', '115105.288000', '115105.291000', '115125.163000', '115125.166000', '115125.169000', '115125.172000', '115125.175000', '115125.178000', '115125.181000', '115125.184000', '115125.187000', '115125.190000', '115125.193000', '115125.196000', '115125.199000', '115125.202000', '115125.205000', '115125.208000', '115125.211000', '115125.213000', '115125.216000', '115125.219000', '115125.222000', '115125.225000', '115125.228000', '115125.231000', '115125.234000', '115125.237000', '115125.240000', '115125.243000', '115125.246000', '115125.249000', '115125.252000', '115125.255000', '115125.258000', '115125.261000', '115125.264000', '115125.267000', '115125.270000', '115125.273000', '115125.276000', '115125.279000', '115125.282000', '115125.285000', '115125.288000', '115125.290000', '115145.162000', '115145.165000', '115145.168000', '115145.171000', '115145.174000', '115145.177000', '115145.180000', '115145.183000', '115145.186000', '115145.189000', '115145.192000', '115145.195000', '115145.198000', '115145.201000', '115145.204000', '115145.206000', '115145.209000', '115145.213000', '115145.219000', '115145.222000', '115145.225000', '115145.228000', '115145.231000', '115145.249000', '115145.252000', '115145.255000', '115145.258000', '115145.265000', '115145.268000', '115145.271000', '115145.274000', '115145.277000', '115145.280000', '115145.283000', '115145.286000', '115145.289000', '115145.292000', '115145.295000', '115145.298000', '115145.301000', '115145.304000', '115145.307000', '115145.309000', '115205.162000', '115205.165000', '115205.168000', '115205.171000', '115205.174000', '115205.177000', '115205.180000', '115205.183000', '115205.186000', '115205.189000', '115205.192000', '115205.195000', '115205.198000', '115205.201000', '115205.204000', '115205.206000', '115205.209000', '115205.212000', '115205.215000', '115205.218000', '115205.221000', '115205.224000', '115205.227000', '115205.230000', '115205.233000', '115205.236000', '115205.239000', '115205.242000', '115205.245000', '115205.248000', '115205.251000', '115205.254000', '115205.257000', '115205.260000', '115205.263000', '115205.266000', '115205.269000', '115205.272000', '115205.274000', '115205.277000', '115205.280000', '115205.283000', '115205.286000', '115205.289000', '115225.162000', '115225.166000', '115225.169000', '115225.172000', '115225.175000', '115225.178000', '115225.181000', '115225.184000', '115225.187000', '115225.190000', '115225.193000', '115225.196000', '115225.199000', '115225.202000', '115225.205000', '115225.208000', '115225.211000', '115225.214000', '115225.216000', '115225.220000', '115225.223000', '115225.226000', '115225.229000', '115225.232000', '115225.235000', '115225.238000', '115225.241000', '115225.244000', '115225.247000', '115225.250000', '115225.253000', '115225.256000', '115225.259000', '115225.262000', '115225.265000', '115225.268000', '115225.271000', '115225.274000', '115225.277000', '115225.279000', '115225.282000', '115225.285000', '115225.288000', '115245.162000', '115245.165000', '115245.168000', '115245.171000', '115245.174000', '115245.177000', '115245.180000', '115245.183000', '115245.186000', '115245.189000', '115245.192000', '115245.195000', '115245.198000', '115245.201000', '115245.204000', '115245.206000', '115245.209000', '115245.212000', '115245.215000', '115245.218000', '115245.221000', '115245.224000', '115245.227000', '115245.230000', '115245.233000', '115245.237000', '115245.240000', '115245.243000', '115245.246000', '115245.248000', '115245.251000', '115245.254000', '115245.257000', '115245.260000', '115245.263000', '115245.266000', '115245.269000', '115245.272000', '115245.275000', '115245.278000', '115245.281000', '115245.284000', '115245.287000', '115245.290000', '115305.162000', '115305.165000', '115305.168000', '115305.171000', '115305.174000', '115305.177000', '115305.180000', '115305.183000', '115305.186000', '115305.189000', '115305.192000', '115305.195000', '115305.198000', '115305.201000', '115305.204000', '115305.206000', '115305.209000', '115305.212000', '115305.215000', '115305.218000', '115305.221000', '115305.224000', '115305.227000', '115305.230000', '115305.233000', '115305.236000', '115305.239000', '115305.242000', '115305.245000', '115305.248000', '115305.251000', '115305.254000', '115305.258000', '115305.261000', '115305.264000', '115305.266000', '115305.269000', '115305.272000', '115305.275000', '115305.278000', '115305.281000', '115305.284000', '115305.287000', '115325.163000', '115325.166000', '115325.169000', '115325.172000', '115325.175000', '115325.183000', '115325.186000', '115325.189000', '115325.192000', '115325.195000', '115325.198000', '115325.200000', '115325.203000', '115325.206000', '115325.209000', '115325.212000', '115325.215000', '115325.218000', '115325.221000', '115325.224000', '115325.227000', '115325.230000', '115325.233000', '115325.236000', '115325.239000', '115325.242000', '115325.245000', '115325.248000', '115325.251000', '115325.254000', '115325.256000', '115325.259000', '115325.262000', '115325.265000', '115325.268000', '115325.271000', '115325.274000', '115325.277000', '115325.280000', '115325.283000', '115325.286000', '115325.289000', '115325.292000', '115325.295000', '115345.163000', '115345.166000', '115345.169000', '115345.172000', '115345.175000', '115345.178000', '115345.181000', '115345.184000', '115345.187000', '115345.190000', '115345.193000', '115345.196000', '115345.199000', '115345.203000', '115345.206000', '115345.210000', '115345.213000', '115345.216000', '115345.219000', '115345.222000', '115345.225000', '115345.228000', '115345.231000', '115345.234000', '115345.236000', '115345.239000', '115345.242000', '115345.245000', '115345.248000', '115345.251000', '115345.254000', '115345.257000', '115345.260000', '115345.263000', '115345.266000', '115345.269000', '115345.272000', '115345.275000', '115345.278000', '115345.281000', '115345.284000', '115345.287000', '115345.290000', '115405.162000', '115405.165000', '115405.168000', '115405.171000', '115405.174000', '115405.177000', '115405.180000', '115405.183000', '115405.186000', '115405.189000', '115405.192000', '115405.195000', '115405.198000', '115405.201000', '115405.204000', '115405.207000', '115405.210000', '115405.213000', '115405.216000', '115405.219000', '115405.222000', '115405.225000', '115405.228000', '115405.231000', '115405.234000', '115405.237000', '115405.240000', '115405.243000', '115405.246000', '115405.249000', '115405.252000', '115405.255000', '115405.258000', '115405.260000', '115405.263000', '115405.266000', '115405.269000', '115405.272000', '115405.275000', '115405.278000', '115405.281000', '115405.284000', '115405.287000', '115405.290000', '115425.162000', '115425.165000', '115425.168000', '115425.171000', '115425.174000', '115425.177000', '115425.180000', '115425.183000', '115425.186000', '115425.189000', '115425.192000', '115425.195000', '115425.198000', '115425.201000', '115425.204000', '115425.207000', '115425.210000', '115425.213000', '115425.216000', '115425.219000', '115425.222000', '115425.225000', '115425.228000', '115425.231000', '115425.234000', '115425.237000', '115425.240000', '115425.243000', '115425.246000', '115425.249000', '115425.251000', '115425.254000', '115425.257000', '115425.260000', '115425.263000', '115425.266000', '115425.269000', '115425.272000', '115425.275000', '115425.278000', '115425.281000', '115425.284000', '115425.289000', '115445.162000', '115445.165000', '115445.168000', '115445.171000', '115445.174000', '115445.177000', '115445.180000', '115445.183000', '115445.186000', '115445.189000', '115445.192000', '115445.195000', '115445.198000', '115445.201000', '115445.204000', '115445.207000', '115445.210000', '115445.213000', '115445.216000', '115445.219000', '115445.222000', '115445.225000', '115445.228000', '115445.231000', '115445.234000', '115445.237000', '115445.239000', '115445.242000', '115445.245000', '115445.248000', '115445.259000', '115445.262000', '115445.265000', '115445.268000', '115445.271000', '115445.274000', '115445.277000', '115445.280000', '115445.283000', '115445.286000', '115445.289000', '115445.292000', '115445.295000', '115445.298000', '115505.162000', '115505.165000', '115505.168000', '115505.171000', '115505.174000', '115505.177000', '115505.180000', '115505.183000', '115505.186000', '115505.189000', '115505.192000', '115505.197000', '115505.200000', '115505.203000', '115505.206000', '115505.209000', '115505.212000', '115505.214000', '115505.217000', '115505.220000', '115505.223000', '115505.226000', '115505.229000', '115505.232000', '115505.235000', '115505.238000', '115505.242000', '115505.245000', '115505.248000', '115505.251000', '115505.254000', '115505.257000', '115505.260000', '115505.263000', '115505.266000', '115505.269000', '115505.272000', '115505.275000', '115505.278000', '115505.281000', '115505.284000', '115505.287000', '115505.290000', '115525.162000', '115525.165000', '115525.168000', '115525.171000', '115525.174000', '115525.177000', '115525.180000', '115525.183000', '115525.186000', '115525.189000', '115525.192000', '115525.195000', '115525.198000', '115525.200000', '115525.203000', '115525.207000', '115525.210000', '115525.213000', '115525.216000', '115525.219000', '115525.222000', '115525.224000', '115525.227000', '115525.230000', '115525.233000', '115525.236000', '115525.239000', '115525.242000', '115525.245000', '115525.248000', '115525.251000', '115525.254000', '115525.257000', '115525.260000', '115525.263000', '115525.266000', '115525.269000', '115525.272000', '115525.275000', '115525.278000', '115525.281000', '115525.284000', '115525.287000', '115525.290000', '115540.784000', '115540.822000', '115540.825000', '115540.828000', '115540.831000', '115540.835000', '115540.838000', '115540.841000', '115540.844000', '115540.847000', '115540.850000', '115540.853000', '115540.856000', '115540.859000', '115540.862000', '115540.865000', '115540.869000', '115540.872000', '115540.875000', '115540.878000', '115540.881000', '115540.884000', '115540.887000', '115540.890000', '115540.893000', '115540.897000', '115540.900000', '115540.903000', '115540.906000', '115540.909000', '115540.912000', '115540.915000', '115540.918000', '115540.921000'], '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': [8152, 9431, 8923, 9619, 8268, 9914, 8270, 9628, 8977, 9881, 8207, 9803, 8116, 9884, 8600, 9614, 8358, 10003, 7866, 9620, 7974, 9788, 8752, 9775, 8082, 9801, 8248, 9848, 8363, 9824, 8253, 10053, 8303, 9923, 8500, 10095, 8114, 10068, 12917, 9771, 16071, 10931, 13391, 9439, 13103, 8920, 11086, 9166, 9749, 8881, 8949, 8529, 9126, 7894, 7778, 8063, 9797, 8036, 10027, 8383, 10115, 8085, 10119, 7873, 9801, 9162, 10077, 8923, 10337, 8048, 10006, 9673, 9989, 11004, 10186, 10358, 9879, 11936, 9909, 12065, 9774, 9854, 9767, 10317, 9642, 10911, 9357, 10172, 9662, 10277, 9478, 10212, 9082, 9693, 9204, 10114, 8753, 11720, 8947, 10929, 8732, 9305, 9030, 9458, 8448, 8064, 8479, 9858, 8138, 10274, 8546, 10015, 8223, 10517, 7955, 9513, 11543, 9538, 10228, 9237, 9503, 8523, 9540, 7896, 9879, 8247, 10118, 8787, 10248, 12914, 9500, 13561, 9501, 11883, 9361, 8356, 9219, 8780, 9518, 9331, 9041, 13022, 8858, 11348, 8755, 10078, 7995, 10282, 15530, 12684, 15258, 10461, 12526, 8750, 9959, 7718, 10237, 8697, 10336, 9822, 9926, 9643, 8712, 9062, 8501, 10342, 8371, 10339, 10034, 10074, 11927, 8764, 8413, 8367, 8105, 8386, 8612, 8065, 9895, 8072, 10067, 7886, 10203, 8013, 10200, 11920, 9942, 12467, 9585, 11400, 8907, 11262, 7904, 8479, 8167, 8594, 8233, 9707, 8333, 9647, 8060, 9910, 8579, 9831, 8294, 9703, 9014, 9654, 8022, 10035, 12013, 9489, 12314, 8776, 11107, 9005, 10613, 8648, 11342, 8420, 10184, 8441, 9887, 8231, 10681, 8883, 9181, 8478, 9546, 8608, 10236, 8169, 9350, 8196, 9379, 8887, 10604, 8016, 11040, 8549, 11091, 8240, 11026, 8770, 10904, 8664, 9299, 8588, 9457, 8257, 9708, 9179, 10068, 9236, 10895, 9151, 10970, 9761, 9581, 10102, 9556, 10060, 10445, 9588, 8274, 9850, 8595, 10033, 8527, 10305, 8261, 10454, 8112, 9932, 8227, 9873, 9870, 9908, 8316, 10071, 9960, 10143, 14093, 9262, 11627, 8215, 9677, 7981, 8447, 7918, 8356, 8436, 7612, 8071, 7417, 8393, 7945, 8582, 7497, 7035, 8396, 8239, 8251, 9748, 8759, 10421, 8534, 9193, 9237, 11654, 10074, 14773, 10809, 16144, 11744, 14762, 10304, 12590, 10110, 11581, 10152, 11722, 10527, 9125, 10354, 10077, 10328, 8216, 10400, 8275, 10193, 8536, 10233, 11957, 9721, 11076, 9892, 10549, 8974, 10988, 8844, 9344, 8276, 8969, 8030, 9245, 8775, 8309, 8347, 8389, 8844, 9296, 8962, 11396, 9973, 11822, 10126, 13804, 9607, 15524, 10589, 14981, 9883, 13654, 9855, 11720, 9717, 10848, 10113, 11181, 10271, 10223, 10099, 9837, 10521, 9396, 10702, 8539, 10737, 8853, 10818, 7907, 10598, 8172, 11403, 9419, 11495, 9565, 11012, 8076, 11435, 8830, 8561, 9324, 7911, 8470, 10738, 8144, 10437, 8141, 10436, 8010, 10664, 8031, 8520, 8862, 7414, 8741, 7815, 8629, 8435, 9558, 8531, 9179, 9773, 8102, 10290, 9107, 9045, 8588, 9874, 8568, 7928, 9160, 8802, 8532, 10470, 8599, 9093, 8871, 8573, 8420, 10428, 7935, 8932, 8884, 7397, 8871, 7976, 8846, 8670, 8657, 8155, 9337, 8969, 9869, 10522, 9318, 10747, 9964, 10890, 10046, 14868, 10493, 14191, 9925, 12992, 9755, 11063, 8816, 8541, 9061, 7360, 9434, 7988, 9416, 9199, 8992, 9098, 9063, 10185, 9285, 10475, 8618, 10746, 8521, 10448, 9066, 10830, 10253, 10594, 9548, 10592, 9093, 10741, 8463, 10814, 11451, 10045, 9298, 9722, 9076, 9428, 9390, 8768, 8502, 9195, 9662, 8488, 10745, 7925, 10500, 8253, 10775, 8543, 10120, 8584, 10701, 9119, 10576, 8703, 10762, 8479, 10786, 13522, 10800, 11657, 10686, 10774, 10763, 13882, 10337, 14293, 10567, 11449, 10570, 10799, 10443, 10595, 10554, 9769, 10404, 11379, 10330, 11571, 10253, 11613, 9863, 11768, 9242, 11938, 9552, 9655, 8675, 8459, 8950, 7420, 8294, 10619, 8740, 10460, 8758, 10651, 13769, 10306, 10913, 9727, 9730, 8788, 8971, 7997, 8230, 8592, 10474, 8003, 10526, 8433, 10654, 8187, 10793, 9375, 10540, 14793, 10446, 13925, 10386, 12566, 9624, 13772, 8744, 9854, 8406, 10302, 7874, 10604, 8190, 11035, 8237, 10587, 8043, 10516, 8640, 10680, 8792, 10845, 8662, 10556, 14425, 10675, 12727, 10724, 15586, 10342, 15271, 10158, 12471, 10471, 11312, 9934, 10842, 10025, 10052, 10092, 9566, 9997, 9427, 8198, 8176, 8712, 7569, 9036, 8927, 7554, 7540, 9079, 10254, 8854, 10625, 10915, 10869, 16007, 10814, 12205, 9398, 8278, 8725, 10604, 7830, 10498, 8163, 10223, 8630, 10699, 8446, 10577, 7916, 10567, 13098, 9879, 12157, 8512, 10684, 8108, 10613, 8725, 10554, 8417, 10530, 7902, 10950, 8777, 10531, 8410, 10564, 11031, 10403, 13841, 10118, 13983, 10234, 12399, 9602, 10805, 14905, 10669, 16389, 10297, 11747, 9352, 8212, 7995, 10756, 8422, 10730, 10578, 10217, 9257, 9925, 8334, 8218, 8020, 8533, 10403, 8338, 10542, 8612, 10718, 10083, 10463, 11652, 10305, 9793, 9948, 10845, 9606, 10648, 9848, 10133, 9951, 10802, 10189, 10818, 10073, 10178, 10179, 11271, 10141, 10878, 10067, 10312, 10043, 10664, 9269, 10486, 9622, 10253, 9541, 10197, 9337, 10996, 9968, 10217, 9892, 11000, 9465, 13502, 9911, 12894, 9954, 10642, 9458, 10534, 9758, 10297, 10212, 10309, 10424, 11992, 10417, 12204, 10470, 12394, 10326, 15061, 10689, 11541, 10736, 9897, 10452, 9452, 10857, 9379, 10962, 15241, 10908, 13587, 10995, 14969, 10467, 13486, 10575, 10989, 9691, 9209, 9204, 9382, 9379, 10705, 8021, 10814, 8344, 10828, 8827, 10943, 8567, 10800, 8136, 10895, 8622, 10886, 8686, 10594, 8918, 10898, 12518, 11044, 14851, 10758, 12096, 10833, 10477, 10338, 11345, 10351, 10008, 10249, 9776, 9289, 8803, 9256, 8271, 8831, 9349, 9157, 7871, 9087, 8321, 9165, 8264, 9634, 7903, 9067, 10591, 8853, 10857, 8960, 10860, 8878, 10581, 8109, 11054, 7581, 10845, 8655, 10751, 9923, 10929, 10039, 10768, 10174, 10767, 10205, 10888, 9132, 11005, 9184, 11173, 8937, 9006, 10107, 8454, 8657, 11115, 10355, 14163, 9945, 13284, 9768, 14625, 10956, 11113, 10119, 10497, 9559, 10806, 8661, 8088, 9332, 7472, 9558, 7952, 9407], 'WindowCenter': [4265.0, 4271.0, 4258.0, 4254.0, 4231.0, 4252.0, 4230.0, 4250.0, 4239.0, 4250.0, 4228.0, 4249.0, 4218.0, 4249.0, 4230.0, 4240.0, 4227.0, 4238.0, 4216.0, 4238.0, 4217.0, 4238.0, 4229.0, 4248.0, 4216.0, 4237.0, 4215.0, 4248.0, 4227.0, 4238.0, 4227.0, 4250.0, 4228.0, 4248.0, 4228.0, 4248.0, 4217.0, 4240.0, 4256.0, 4238.0, 4278.0, 4247.0, 4255.0, 4226.0, 4254.0, 4238.0, 4246.0, 4237.0, 4235.0, 4228.0, 4225.0, 4227.0, 4240.0, 4219.0, 4216.0, 4218.0, 4238.0, 4216.0, 4248.0, 4228.0, 4248.0, 4217.0, 4247.0, 4216.0, 4238.0, 4237.0, 4238.0, 4227.0, 4236.0, 4216.0, 4237.0, 4237.0, 4238.0, 4246.0, 4248.0, 4236.0, 4238.0, 4256.0, 4239.0, 4257.0, 4236.0, 4235.0, 4236.0, 4235.0, 4238.0, 4246.0, 4239.0, 4237.0, 4239.0, 4246.0, 4239.0, 4236.0, 4229.0, 4236.0, 4227.0, 4236.0, 4228.0, 4246.0, 4227.0, 4246.0, 4227.0, 4223.0, 4226.0, 4237.0, 4216.0, 4216.0, 4215.0, 4235.0, 4214.0, 4248.0, 4226.0, 4236.0, 4215.0, 4247.0, 4214.0, 4238.0, 4257.0, 4238.0, 4237.0, 4238.0, 4235.0, 4228.0, 4238.0, 4220.0, 4237.0, 4217.0, 4248.0, 4215.0, 4237.0, 4258.0, 4238.0, 4268.0, 4238.0, 4256.0, 4227.0, 4216.0, 4237.0, 4226.0, 4238.0, 4237.0, 4239.0, 4268.0, 4239.0, 4259.0, 4229.0, 4239.0, 4216.0, 4248.0, 4276.0, 4257.0, 4265.0, 4236.0, 4244.0, 4213.0, 4223.0, 4203.0, 4233.0, 4213.0, 4235.0, 4222.0, 4234.0, 4223.0, 4215.0, 4225.0, 4227.0, 4235.0, 4213.0, 4236.0, 4233.0, 4237.0, 4255.0, 4225.0, 4215.0, 4216.0, 4214.0, 4227.0, 4229.0, 4229.0, 4248.0, 4217.0, 4250.0, 4218.0, 4248.0, 4229.0, 4262.0, 4269.0, 4249.0, 4269.0, 4238.0, 4257.0, 4239.0, 4259.0, 4218.0, 4228.0, 4227.0, 4226.0, 4227.0, 4238.0, 4229.0, 4239.0, 4219.0, 4249.0, 4228.0, 4248.0, 4229.0, 4251.0, 4240.0, 4251.0, 4230.0, 4250.0, 4269.0, 4252.0, 4269.0, 4239.0, 4259.0, 4241.0, 4248.0, 4241.0, 4258.0, 4231.0, 4249.0, 4229.0, 4237.0, 4230.0, 4249.0, 4240.0, 4237.0, 4228.0, 4239.0, 4239.0, 4249.0, 4242.0, 4238.0, 4230.0, 4239.0, 4240.0, 4249.0, 4230.0, 4248.0, 4230.0, 4247.0, 4229.0, 4248.0, 4229.0, 4247.0, 4229.0, 4226.0, 4227.0, 4249.0, 4230.0, 4238.0, 4238.0, 4237.0, 4238.0, 4258.0, 4251.0, 4257.0, 4249.0, 4239.0, 4249.0, 4238.0, 4252.0, 4248.0, 4238.0, 4216.0, 4237.0, 4227.0, 4250.0, 4229.0, 4249.0, 4229.0, 4249.0, 4219.0, 4251.0, 4230.0, 4250.0, 4249.0, 4248.0, 4228.0, 4248.0, 4237.0, 4249.0, 4268.0, 4240.0, 4259.0, 4228.0, 4238.0, 4218.0, 4217.0, 4218.0, 4229.0, 4230.0, 4219.0, 4230.0, 4218.0, 4229.0, 4217.0, 4241.0, 4221.0, 4219.0, 4228.0, 4242.0, 4229.0, 4251.0, 4241.0, 4273.0, 4244.0, 4254.0, 4254.0, 4271.0, 4252.0, 4293.0, 4264.0, 4289.0, 4261.0, 4278.0, 4249.0, 4268.0, 4250.0, 4259.0, 4251.0, 4259.0, 4251.0, 4238.0, 4261.0, 4250.0, 4251.0, 4229.0, 4250.0, 4228.0, 4251.0, 4240.0, 4264.0, 4271.0, 4253.0, 4259.0, 4250.0, 4250.0, 4243.0, 4262.0, 4241.0, 4239.0, 4231.0, 4239.0, 4230.0, 4250.0, 4243.0, 4229.0, 4231.0, 4230.0, 4241.0, 4240.0, 4254.0, 4272.0, 4252.0, 4272.0, 4252.0, 4280.0, 4252.0, 4291.0, 4262.0, 4279.0, 4250.0, 4269.0, 4239.0, 4258.0, 4252.0, 4248.0, 4250.0, 4259.0, 4250.0, 4250.0, 4252.0, 4251.0, 4262.0, 4239.0, 4250.0, 4230.0, 4262.0, 4239.0, 4249.0, 4217.0, 4248.0, 4228.0, 4259.0, 4228.0, 4258.0, 4237.0, 4247.0, 4218.0, 4248.0, 4227.0, 4225.0, 4237.0, 4216.0, 4217.0, 4247.0, 4228.0, 4247.0, 4218.0, 4247.0, 4217.0, 4247.0, 4229.0, 4228.0, 4238.0, 4207.0, 4229.0, 4218.0, 4240.0, 4229.0, 4239.0, 4228.0, 4239.0, 4250.0, 4219.0, 4237.0, 4227.0, 4227.0, 4227.0, 4249.0, 4229.0, 4217.0, 4241.0, 4230.0, 4228.0, 4249.0, 4229.0, 4229.0, 4228.0, 4226.0, 4228.0, 4248.0, 4219.0, 4228.0, 4228.0, 4208.0, 4238.0, 4217.0, 4240.0, 4239.0, 4240.0, 4229.0, 4251.0, 4239.0, 4251.0, 4259.0, 4241.0, 4261.0, 4252.0, 4250.0, 4250.0, 4278.0, 4249.0, 4267.0, 4238.0, 4257.0, 4238.0, 4247.0, 4239.0, 4226.0, 4228.0, 4206.0, 4239.0, 4217.0, 4240.0, 4240.0, 4239.0, 4229.0, 4228.0, 4236.0, 4237.0, 4250.0, 4227.0, 4247.0, 4216.0, 4247.0, 4225.0, 4248.0, 4237.0, 4249.0, 4226.0, 4247.0, 4227.0, 4248.0, 4217.0, 4261.0, 4258.0, 4249.0, 4238.0, 4240.0, 4227.0, 4239.0, 4237.0, 4240.0, 4228.0, 4239.0, 4238.0, 4229.0, 4249.0, 4217.0, 4248.0, 4227.0, 4248.0, 4227.0, 4249.0, 4230.0, 4263.0, 4241.0, 4262.0, 4241.0, 4261.0, 4229.0, 4261.0, 4272.0, 4260.0, 4259.0, 4250.0, 4248.0, 4259.0, 4281.0, 4250.0, 4280.0, 4249.0, 4258.0, 4249.0, 4260.0, 4262.0, 4251.0, 4261.0, 4248.0, 4261.0, 4260.0, 4262.0, 4260.0, 4251.0, 4259.0, 4251.0, 4260.0, 4240.0, 4257.0, 4240.0, 4237.0, 4228.0, 4228.0, 4239.0, 4208.0, 4218.0, 4248.0, 4229.0, 4249.0, 4230.0, 4250.0, 4268.0, 4249.0, 4248.0, 4238.0, 4236.0, 4228.0, 4240.0, 4229.0, 4229.0, 4229.0, 4249.0, 4229.0, 4261.0, 4231.0, 4261.0, 4229.0, 4261.0, 4240.0, 4262.0, 4279.0, 4250.0, 4269.0, 4250.0, 4268.0, 4239.0, 4268.0, 4227.0, 4237.0, 4216.0, 4237.0, 4217.0, 4250.0, 4227.0, 4259.0, 4228.0, 4259.0, 4230.0, 4261.0, 4240.0, 4261.0, 4240.0, 4260.0, 4242.0, 4263.0, 4280.0, 4249.0, 4269.0, 4250.0, 4278.0, 4249.0, 4279.0, 4249.0, 4256.0, 4249.0, 4246.0, 4247.0, 4247.0, 4239.0, 4237.0, 4248.0, 4235.0, 4249.0, 4240.0, 4230.0, 4227.0, 4229.0, 4218.0, 4240.0, 4240.0, 4219.0, 4218.0, 4240.0, 4250.0, 4238.0, 4260.0, 4250.0, 4260.0, 4289.0, 4248.0, 4257.0, 4228.0, 4216.0, 4228.0, 4248.0, 4218.0, 4249.0, 4228.0, 4249.0, 4229.0, 4261.0, 4230.0, 4250.0, 4217.0, 4249.0, 4268.0, 4250.0, 4272.0, 4231.0, 4248.0, 4215.0, 4248.0, 4226.0, 4251.0, 4217.0, 4249.0, 4219.0, 4260.0, 4239.0, 4261.0, 4228.0, 4260.0, 4250.0, 4262.0, 4280.0, 4248.0, 4267.0, 4237.0, 4257.0, 4226.0, 4248.0, 4278.0, 4247.0, 4277.0, 4236.0, 4246.0, 4226.0, 4214.0, 4217.0, 4248.0, 4215.0, 4260.0, 4248.0, 4248.0, 4226.0, 4238.0, 4217.0, 4229.0, 4218.0, 4230.0, 4250.0, 4218.0, 4249.0, 4231.0, 4261.0, 4251.0, 4262.0, 4260.0, 4261.0, 4249.0, 4252.0, 4261.0, 4252.0, 4260.0, 4253.0, 4249.0, 4253.0, 4261.0, 4263.0, 4261.0, 4252.0, 4250.0, 4263.0, 4262.0, 4263.0, 4260.0, 4251.0, 4249.0, 4253.0, 4261.0, 4254.0, 4250.0, 4252.0, 4250.0, 4254.0, 4263.0, 4255.0, 4262.0, 4264.0, 4251.0, 4252.0, 4261.0, 4254.0, 4270.0, 4251.0, 4269.0, 4251.0, 4249.0, 4252.0, 4249.0, 4251.0, 4250.0, 4252.0, 4250.0, 4262.0, 4271.0, 4263.0, 4271.0, 4260.0, 4272.0, 4263.0, 4279.0, 4262.0, 4259.0, 4249.0, 4238.0, 4249.0, 4238.0, 4249.0, 4238.0, 4259.0, 4280.0, 4248.0, 4267.0, 4248.0, 4266.0, 4247.0, 4268.0, 4249.0, 4235.0, 4227.0, 4224.0, 4225.0, 4224.0, 4226.0, 4237.0, 4215.0, 4246.0, 4216.0, 4248.0, 4229.0, 4249.0, 4226.0, 4260.0, 4219.0, 4260.0, 4241.0, 4262.0, 4231.0, 4251.0, 4239.0, 4262.0, 4270.0, 4261.0, 4278.0, 4249.0, 4257.0, 4249.0, 4248.0, 4250.0, 4260.0, 4249.0, 4239.0, 4249.0, 4247.0, 4240.0, 4228.0, 4241.0, 4228.0, 4240.0, 4239.0, 4240.0, 4218.0, 4239.0, 4228.0, 4239.0, 4228.0, 4239.0, 4221.0, 4239.0, 4249.0, 4240.0, 4259.0, 4227.0, 4248.0, 4239.0, 4261.0, 4219.0, 4259.0, 4219.0, 4260.0, 4239.0, 4273.0, 4250.0, 4261.0, 4251.0, 4261.0, 4250.0, 4261.0, 4251.0, 4261.0, 4240.0, 4250.0, 4241.0, 4260.0, 4228.0, 4229.0, 4249.0, 4229.0, 4230.0, 4260.0, 4249.0, 4279.0, 4239.0, 4269.0, 4239.0, 4278.0, 4248.0, 4248.0, 4237.0, 4237.0, 4236.0, 4248.0, 4229.0, 4216.0, 4238.0, 4206.0, 4238.0, 4218.0, 4240.0], 'WindowWidth': [9469.0, 9467.0, 9439.0, 9424.0, 9389.0, 9415.0, 9383.0, 9412.0, 9396.0, 9410.0, 9378.0, 9407.0, 9364.0, 9405.0, 9383.0, 9396.0, 9375.0, 9388.0, 9358.0, 9388.0, 9361.0, 9388.0, 9379.0, 9403.0, 9357.0, 9385.0, 9356.0, 9402.0, 9376.0, 9388.0, 9373.0, 9406.0, 9375.0, 9404.0, 9377.0, 9402.0, 9361.0, 9392.0, 9411.0, 9390.0, 9446.0, 9400.0, 9407.0, 9369.0, 9403.0, 9391.0, 9399.0, 9387.0, 9380.0, 9376.0, 9369.0, 9376.0, 9394.0, 9367.0, 9359.0, 9363.0, 9389.0, 9359.0, 9404.0, 9376.0, 9401.0, 9359.0, 9398.0, 9356.0, 9390.0, 9386.0, 9388.0, 9373.0, 9384.0, 9355.0, 9386.0, 9387.0, 9390.0, 9396.0, 9402.0, 9383.0, 9387.0, 9412.0, 9392.0, 9413.0, 9384.0, 9379.0, 9384.0, 9380.0, 9389.0, 9398.0, 9392.0, 9386.0, 9392.0, 9398.0, 9392.0, 9384.0, 9378.0, 9382.0, 9373.0, 9383.0, 9379.0, 9396.0, 9372.0, 9395.0, 9373.0, 9362.0, 9372.0, 9385.0, 9358.0, 9355.0, 9354.0, 9379.0, 9352.0, 9402.0, 9372.0, 9384.0, 9354.0, 9398.0, 9352.0, 9391.0, 9414.0, 9390.0, 9385.0, 9390.0, 9382.0, 9376.0, 9388.0, 9368.0, 9388.0, 9360.0, 9402.0, 9354.0, 9386.0, 9418.0, 9390.0, 9429.0, 9390.0, 9412.0, 9372.0, 9357.0, 9386.0, 9369.0, 9391.0, 9386.0, 9393.0, 9431.0, 9394.0, 9417.0, 9379.0, 9392.0, 9358.0, 9402.0, 9439.0, 9413.0, 9421.0, 9384.0, 9392.0, 9348.0, 9359.0, 9335.0, 9373.0, 9345.0, 9378.0, 9358.0, 9378.0, 9362.0, 9355.0, 9366.0, 9372.0, 9380.0, 9349.0, 9382.0, 9376.0, 9386.0, 9409.0, 9369.0, 9352.0, 9357.0, 9352.0, 9375.0, 9380.0, 9383.0, 9405.0, 9360.0, 9407.0, 9362.0, 9405.0, 9380.0, 9429.0, 9436.0, 9407.0, 9432.0, 9392.0, 9415.0, 9396.0, 9420.0, 9365.0, 9376.0, 9376.0, 9371.0, 9373.0, 9392.0, 9382.0, 9393.0, 9365.0, 9406.0, 9376.0, 9405.0, 9381.0, 9414.0, 9396.0, 9413.0, 9382.0, 9411.0, 9434.0, 9415.0, 9436.0, 9395.0, 9419.0, 9398.0, 9405.0, 9401.0, 9416.0, 9385.0, 9405.0, 9378.0, 9387.0, 9385.0, 9405.0, 9395.0, 9389.0, 9379.0, 9390.0, 9395.0, 9408.0, 9402.0, 9390.0, 9383.0, 9390.0, 9395.0, 9406.0, 9385.0, 9402.0, 9382.0, 9399.0, 9379.0, 9402.0, 9379.0, 9400.0, 9378.0, 9370.0, 9376.0, 9408.0, 9386.0, 9388.0, 9391.0, 9387.0, 9391.0, 9419.0, 9414.0, 9415.0, 9407.0, 9392.0, 9407.0, 9390.0, 9413.0, 9405.0, 9390.0, 9359.0, 9387.0, 9374.0, 9409.0, 9380.0, 9405.0, 9380.0, 9406.0, 9367.0, 9410.0, 9382.0, 9411.0, 9408.0, 9404.0, 9377.0, 9404.0, 9387.0, 9405.0, 9431.0, 9395.0, 9419.0, 9378.0, 9388.0, 9364.0, 9359.0, 9363.0, 9378.0, 9385.0, 9367.0, 9383.0, 9365.0, 9382.0, 9362.0, 9400.0, 9375.0, 9371.0, 9377.0, 9402.0, 9384.0, 9416.0, 9402.0, 9446.0, 9410.0, 9420.0, 9422.0, 9441.0, 9417.0, 9473.0, 9436.0, 9462.0, 9425.0, 9443.0, 9406.0, 9430.0, 9411.0, 9419.0, 9411.0, 9419.0, 9411.0, 9390.0, 9425.0, 9410.0, 9410.0, 9380.0, 9409.0, 9378.0, 9411.0, 9398.0, 9435.0, 9440.0, 9416.0, 9421.0, 9411.0, 9408.0, 9404.0, 9427.0, 9400.0, 9391.0, 9385.0, 9392.0, 9382.0, 9410.0, 9405.0, 9380.0, 9386.0, 9382.0, 9401.0, 9398.0, 9422.0, 9442.0, 9416.0, 9440.0, 9416.0, 9449.0, 9415.0, 9469.0, 9429.0, 9445.0, 9409.0, 9431.0, 9392.0, 9417.0, 9415.0, 9404.0, 9408.0, 9419.0, 9409.0, 9411.0, 9416.0, 9411.0, 9429.0, 9394.0, 9408.0, 9385.0, 9427.0, 9395.0, 9407.0, 9362.0, 9403.0, 9378.0, 9419.0, 9376.0, 9416.0, 9387.0, 9399.0, 9362.0, 9402.0, 9373.0, 9367.0, 9386.0, 9356.0, 9360.0, 9400.0, 9379.0, 9399.0, 9363.0, 9400.0, 9360.0, 9401.0, 9381.0, 9376.0, 9390.0, 9348.0, 9380.0, 9365.0, 9398.0, 9379.0, 9395.0, 9376.0, 9392.0, 9408.0, 9366.0, 9387.0, 9374.0, 9372.0, 9375.0, 9406.0, 9382.0, 9360.0, 9399.0, 9380.0, 9378.0, 9405.0, 9379.0, 9376.0, 9375.0, 9372.0, 9375.0, 9403.0, 9369.0, 9377.0, 9376.0, 9350.0, 9391.0, 9360.0, 9397.0, 9393.0, 9397.0, 9379.0, 9413.0, 9393.0, 9415.0, 9421.0, 9402.0, 9423.0, 9416.0, 9407.0, 9411.0, 9446.0, 9407.0, 9427.0, 9390.0, 9411.0, 9388.0, 9400.0, 9394.0, 9371.0, 9376.0, 9346.0, 9392.0, 9361.0, 9396.0, 9397.0, 9394.0, 9378.0, 9376.0, 9383.0, 9387.0, 9408.0, 9374.0, 9400.0, 9355.0, 9398.0, 9368.0, 9401.0, 9386.0, 9402.0, 9369.0, 9399.0, 9373.0, 9403.0, 9360.0, 9424.0, 9418.0, 9407.0, 9389.0, 9396.0, 9374.0, 9393.0, 9387.0, 9396.0, 9376.0, 9392.0, 9388.0, 9377.0, 9404.0, 9362.0, 9405.0, 9375.0, 9404.0, 9375.0, 9405.0, 9382.0, 9430.0, 9399.0, 9426.0, 9398.0, 9425.0, 9381.0, 9427.0, 9441.0, 9422.0, 9419.0, 9408.0, 9404.0, 9420.0, 9451.0, 9410.0, 9449.0, 9405.0, 9417.0, 9407.0, 9422.0, 9429.0, 9410.0, 9426.0, 9405.0, 9425.0, 9424.0, 9430.0, 9423.0, 9412.0, 9420.0, 9411.0, 9423.0, 9395.0, 9413.0, 9395.0, 9387.0, 9378.0, 9375.0, 9393.0, 9349.0, 9362.0, 9402.0, 9379.0, 9404.0, 9381.0, 9409.0, 9432.0, 9406.0, 9403.0, 9389.0, 9384.0, 9378.0, 9395.0, 9381.0, 9379.0, 9380.0, 9407.0, 9382.0, 9426.0, 9385.0, 9423.0, 9382.0, 9425.0, 9398.0, 9429.0, 9449.0, 9410.0, 9433.0, 9407.0, 9431.0, 9394.0, 9428.0, 9373.0, 9385.0, 9357.0, 9384.0, 9362.0, 9407.0, 9376.0, 9419.0, 9379.0, 9420.0, 9385.0, 9424.0, 9396.0, 9425.0, 9396.0, 9422.0, 9404.0, 9433.0, 9449.0, 9405.0, 9431.0, 9407.0, 9444.0, 9406.0, 9446.0, 9404.0, 9411.0, 9404.0, 9399.0, 9402.0, 9398.0, 9392.0, 9388.0, 9404.0, 9383.0, 9405.0, 9394.0, 9383.0, 9374.0, 9380.0, 9363.0, 9398.0, 9397.0, 9367.0, 9364.0, 9396.0, 9408.0, 9389.0, 9421.0, 9408.0, 9424.0, 9461.0, 9403.0, 9412.0, 9374.0, 9356.0, 9375.0, 9401.0, 9364.0, 9404.0, 9376.0, 9406.0, 9381.0, 9426.0, 9384.0, 9407.0, 9361.0, 9405.0, 9430.0, 9409.0, 9444.0, 9384.0, 9400.0, 9355.0, 9399.0, 9370.0, 9411.0, 9361.0, 9405.0, 9364.0, 9422.0, 9395.0, 9425.0, 9378.0, 9423.0, 9408.0, 9427.0, 9451.0, 9404.0, 9426.0, 9387.0, 9410.0, 9370.0, 9400.0, 9441.0, 9399.0, 9438.0, 9380.0, 9393.0, 9368.0, 9350.0, 9361.0, 9400.0, 9354.0, 9422.0, 9403.0, 9402.0, 9370.0, 9390.0, 9359.0, 9379.0, 9362.0, 9383.0, 9408.0, 9363.0, 9405.0, 9383.0, 9425.0, 9414.0, 9429.0, 9422.0, 9427.0, 9405.0, 9416.0, 9426.0, 9414.0, 9423.0, 9419.0, 9409.0, 9419.0, 9427.0, 9433.0, 9425.0, 9417.0, 9409.0, 9431.0, 9430.0, 9432.0, 9423.0, 9413.0, 9408.0, 9418.0, 9428.0, 9420.0, 9411.0, 9417.0, 9412.0, 9421.0, 9431.0, 9423.0, 9428.0, 9435.0, 9412.0, 9414.0, 9428.0, 9421.0, 9435.0, 9414.0, 9431.0, 9409.0, 9407.0, 9415.0, 9407.0, 9412.0, 9410.0, 9413.0, 9408.0, 9430.0, 9441.0, 9430.0, 9438.0, 9423.0, 9442.0, 9434.0, 9449.0, 9428.0, 9417.0, 9406.0, 9391.0, 9406.0, 9388.0, 9405.0, 9389.0, 9420.0, 9448.0, 9402.0, 9426.0, 9401.0, 9424.0, 9399.0, 9428.0, 9405.0, 9377.0, 9371.0, 9362.0, 9367.0, 9363.0, 9370.0, 9384.0, 9355.0, 9396.0, 9357.0, 9400.0, 9376.0, 9404.0, 9371.0, 9421.0, 9366.0, 9422.0, 9399.0, 9427.0, 9383.0, 9411.0, 9393.0, 9428.0, 9435.0, 9424.0, 9443.0, 9403.0, 9412.0, 9403.0, 9402.0, 9410.0, 9420.0, 9406.0, 9391.0, 9408.0, 9402.0, 9397.0, 9376.0, 9397.0, 9376.0, 9396.0, 9392.0, 9397.0, 9362.0, 9394.0, 9376.0, 9394.0, 9377.0, 9392.0, 9370.0, 9394.0, 9407.0, 9395.0, 9419.0, 9376.0, 9404.0, 9395.0, 9426.0, 9368.0, 9420.0, 9366.0, 9423.0, 9395.0, 9445.0, 9412.0, 9424.0, 9412.0, 9424.0, 9412.0, 9424.0, 9411.0, 9423.0, 9394.0, 9407.0, 9399.0, 9421.0, 9377.0, 9378.0, 9405.0, 9379.0, 9384.0, 9423.0, 9406.0, 9446.0, 9391.0, 9432.0, 9392.0, 9445.0, 9403.0, 9400.0, 9384.0, 9383.0, 9382.0, 9402.0, 9379.0, 9358.0, 9389.0, 9345.0, 9392.0, 9364.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.0003205760368663595</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.022707472235023042</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.60807579856976</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2042067045444054</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9819282913494807</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.468</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5587.854</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09025715563283009</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>13</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.4976958525345623</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.497963062026914</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.365800579958555</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.769229388521881</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3588592176003065</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00519789</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01862567663192749</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.01873033680021763</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.9231137885812655</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>27.9111</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.1475</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>180.8301</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>304129.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>865.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>353.2017</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3103</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>535.7573</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3479.1171</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3691.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>72415.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1186.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4548.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>940.8278</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>40.183182508917525</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> |