=== 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-0031 --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-0031",
"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-0031_ses-01_task-social_acq-mb8_run-02_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-0031_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0031_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-0031/figures/sub-0031_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-01_subject-0031_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-0031/figures/sub-0031_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-01_subject-0031_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-0031/figures/sub-0031_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-01_subject-0031_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-0031/figures/sub-0031_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0031_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-0031/figures/sub-0031_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0031_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-0031/figures/sub-0031_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0031_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-0031/figures/sub-0031_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0031/figures/sub-0031_ses-01_task-social_acq-mb8_run-02_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-0031/figures/sub-0031_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-01_task-social_acq-mb8_run-02_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-0031/ses-01/func/sub-0031_ses-01_task-social_acq-mb8_run-02_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>e9bb024fac66f41851ef195a7939e865</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>13:14:40.292500</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.999712, -0.022589, 0.00805869, 0.0228612, 0.99911, -0.0354596]</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-02_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.0895521</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-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4147, -7709, -7282, 562, -81, -177, 68, 73]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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>260.777</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>25bf8798-681f-4cc6-bff4-34cc80f5fd16||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.682155132293701, 0.06133488565683365, 0.019576402381062508, 110.14803314208984], [0.06060453876852989, 2.6805379390716553, -0.09621068090200424, -94.56466674804688], [0.021620875224471092, 0.0951353907585144, 2.698214292526245, -91.45787048339844], [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': ['131440.292500', '131440.752500', '131441.212500', '131441.672500', '131442.132500', '131442.592500', '131443.052500', '131443.512500', '131443.972500', '131444.432500', '131444.892500', '131445.352500', '131445.812500', '131446.272500', '131446.732500', '131447.192500', '131447.652500', '131448.112500', '131448.572500', '131449.032500', '131449.492500', '131449.952500', '131450.412500', '131450.872500', '131451.332500', '131451.792500', '131452.252500', '131452.712500', '131453.172500', '131453.632500', '131454.092500', '131454.552500', '131455.012500', '131455.472500', '131455.932500', '131456.392500', '131456.852500', '131457.312500', '131457.772500', '131458.232500', '131458.692500', '131459.152500', '131459.612500', '131500.072500', '131500.532500', '131500.992500', '131501.452500', '131501.912500', '131502.372500', '131502.832500', '131503.292500', '131503.752500', '131504.212500', '131504.672500', '131505.132500', '131505.592500', '131506.052500', '131506.512500', '131506.972500', '131507.432500', '131507.892500', '131508.352500', '131508.812500', '131509.272500', '131509.732500', '131510.192500', '131510.652500', '131511.112500', '131511.572500', '131512.032500', '131512.492500', '131512.952500', '131513.412500', '131513.872500', '131514.332500', '131514.792500', '131515.252500', '131515.712500', '131516.172500', '131516.632500', '131517.092500', '131517.552500', '131518.012500', '131518.472500', '131518.932500', '131519.392500', '131519.852500', '131520.312500', '131520.772500', '131521.232500', '131521.692500', '131522.152500', '131522.612500', '131523.072500', '131523.532500', '131523.992500', '131524.452500', '131524.912500', '131525.372500', '131525.832500', '131526.292500', '131526.752500', '131527.212500', '131527.672500', '131528.132500', '131528.592500', '131529.052500', '131529.512500', '131529.972500', '131530.432500', '131530.892500', '131531.352500', '131531.812500', '131532.272500', '131532.732500', '131533.192500', '131533.652500', '131534.112500', '131534.572500', '131535.032500', '131535.492500', '131535.952500', '131536.412500', '131536.872500', '131537.332500', '131537.792500', '131538.252500', '131538.712500', '131539.172500', '131539.632500', '131540.092500', '131540.552500', '131541.012500', '131541.472500', '131541.932500', '131542.392500', '131542.852500', '131543.312500', '131543.772500', '131544.232500', '131544.692500', '131545.152500', '131545.612500', '131546.072500', '131546.532500', '131546.992500', '131547.452500', '131547.912500', '131548.372500', '131548.832500', '131549.292500', '131549.752500', '131550.212500', '131550.672500', '131551.132500', '131551.592500', '131552.052500', '131552.512500', '131552.972500', '131553.432500', '131553.892500', '131554.352500', '131554.812500', '131555.272500', '131555.732500', '131556.192500', '131556.652500', '131557.112500', '131557.572500', '131558.032500', '131558.492500', '131558.952500', '131559.412500', '131559.872500', '131600.332500', '131600.792500', '131601.252500', '131601.712500', '131602.172500', '131602.632500', '131603.092500', '131603.552500', '131604.012500', '131604.472500', '131604.932500', '131605.392500', '131605.852500', '131606.312500', '131606.772500', '131607.232500', '131607.692500', '131608.152500', '131608.612500', '131609.072500', '131609.532500', '131609.992500', '131610.452500', '131610.912500', '131611.372500', '131611.832500', '131612.292500', '131612.752500', '131613.212500', '131613.672500', '131614.132500', '131614.592500', '131615.052500', '131615.512500', '131615.972500', '131616.432500', '131616.892500', '131617.352500', '131617.812500', '131618.272500', '131618.732500', '131619.192500', '131619.652500', '131620.112500', '131620.572500', '131621.032500', '131621.492500', '131621.952500', '131622.412500', '131622.872500', '131623.332500', '131623.792500', '131624.252500', '131624.712500', '131625.172500', '131625.632500', '131626.092500', '131626.552500', '131627.012500', '131627.472500', '131627.932500', '131628.392500', '131628.852500', '131629.312500', '131629.772500', '131630.232500', '131630.692500', '131631.152500', '131631.612500', '131632.072500', '131632.532500', '131632.992500', '131633.452500', '131633.912500', '131634.372500', '131634.832500', '131635.292500', '131635.752500', '131636.212500', '131636.672500', '131637.132500', '131637.592500', '131638.052500', '131638.512500', '131638.972500', '131639.432500', '131639.892500', '131640.352500', '131640.812500', '131641.272500', '131641.732500', '131642.192500', '131642.652500', '131643.112500', '131643.572500', '131644.032500', '131644.492500', '131644.952500', '131645.412500', '131645.872500', '131646.332500', '131646.792500', '131647.252500', '131647.712500', '131648.172500', '131648.632500', '131649.092500', '131649.552500', '131650.012500', '131650.472500', '131650.932500', '131651.392500', '131651.852500', '131652.312500', '131652.772500', '131653.232500', '131653.692500', '131654.152500', '131654.612500', '131655.072500', '131655.532500', '131655.992500', '131656.452500', '131656.912500', '131657.372500', '131657.832500', '131658.292500', '131658.752500', '131659.212500', '131659.672500', '131700.132500', '131700.592500', '131701.052500', '131701.512500', '131701.972500', '131702.432500', '131702.892500', '131703.352500', '131703.812500', '131704.272500', '131704.732500', '131705.192500', '131705.652500', '131706.112500', '131706.572500', '131707.032500', '131707.492500', '131707.952500', '131708.412500', '131708.872500', '131709.332500', '131709.792500', '131710.252500', '131710.712500', '131711.172500', '131711.632500', '131712.092500', '131712.552500', '131713.012500', '131713.472500', '131713.932500', '131714.392500', '131714.852500', '131715.312500', '131715.772500', '131716.232500', '131716.692500', '131717.152500', '131717.612500', '131718.072500', '131718.532500', '131718.992500', '131719.452500', '131719.912500', '131720.372500', '131720.832500', '131721.292500', '131721.752500', '131722.212500', '131722.672500', '131723.132500', '131723.592500', '131724.052500', '131724.512500', '131724.972500', '131725.432500', '131725.892500', '131726.352500', '131726.812500', '131727.272500', '131727.732500', '131728.192500', '131728.652500', '131729.112500', '131729.572500', '131730.032500', '131730.492500', '131730.952500', '131731.412500', '131731.872500', '131732.332500', '131732.792500', '131733.252500', '131733.712500', '131734.172500', '131734.632500', '131735.092500', '131735.552500', '131736.012500', '131736.472500', '131736.932500', '131737.392500', '131737.852500', '131738.312500', '131738.772500', '131739.232500', '131739.692500', '131740.152500', '131740.612500', '131741.072500', '131741.532500', '131741.992500', '131742.452500', '131742.912500', '131743.372500', '131743.832500', '131744.292500', '131744.752500', '131745.212500', '131745.672500', '131746.132500', '131746.592500', '131747.052500', '131747.512500', '131747.972500', '131748.432500', '131748.892500', '131749.352500', '131749.812500', '131750.272500', '131750.732500', '131751.192500', '131751.652500', '131752.112500', '131752.572500', '131753.032500', '131753.492500', '131753.952500', '131754.412500', '131754.872500', '131755.332500', '131755.792500', '131756.252500', '131756.712500', '131757.172500', '131757.632500', '131758.092500', '131758.552500', '131759.012500', '131759.472500', '131759.932500', '131800.392500', '131800.852500', '131801.312500', '131801.772500', '131802.232500', '131802.692500', '131803.152500', '131803.612500', '131804.072500', '131804.532500', '131804.992500', '131805.452500', '131805.912500', '131806.372500', '131806.832500', '131807.292500', '131807.752500', '131808.212500', '131808.672500', '131809.132500', '131809.592500', '131810.052500', '131810.512500', '131810.972500', '131811.432500', '131811.892500', '131812.352500', '131812.812500', '131813.272500', '131813.732500', '131814.192500', '131814.652500', '131815.112500', '131815.572500', '131816.032500', '131816.492500', '131816.952500', '131817.412500', '131817.872500', '131818.332500', '131818.792500', '131819.252500', '131819.712500', '131820.172500', '131820.632500', '131821.092500', '131821.552500', '131822.012500', '131822.472500', '131822.932500', '131823.392500', '131823.852500', '131824.312500', '131824.772500', '131825.232500', '131825.692500', '131826.152500', '131826.612500', '131827.072500', '131827.532500', '131827.992500', '131828.452500', '131828.912500', '131829.372500', '131829.832500', '131830.292500', '131830.752500', '131831.212500', '131831.672500', '131832.132500', '131832.592500', '131833.052500', '131833.512500', '131833.972500', '131834.432500', '131834.892500', '131835.352500', '131835.812500', '131836.272500', '131836.732500', '131837.192500', '131837.652500', '131838.112500', '131838.572500', '131839.032500', '131839.492500', '131839.952500', '131840.412500', '131840.872500', '131841.332500', '131841.792500', '131842.252500', '131842.712500', '131843.172500', '131843.632500', '131844.092500', '131844.552500', '131845.012500', '131845.472500', '131845.932500', '131846.392500', '131846.852500', '131847.312500', '131847.772500', '131848.232500', '131848.692500', '131849.152500', '131849.612500', '131850.072500', '131850.532500', '131850.992500', '131851.452500', '131851.912500', '131852.372500', '131852.832500', '131853.292500', '131853.752500', '131854.212500', '131854.672500', '131855.132500', '131855.592500', '131856.052500', '131856.512500', '131856.972500', '131857.432500', '131857.892500', '131858.352500', '131858.812500', '131859.272500', '131859.732500', '131900.192500', '131900.652500', '131901.112500', '131901.572500', '131902.032500', '131902.492500', '131902.952500', '131903.412500', '131903.872500', '131904.332500', '131904.792500', '131905.252500', '131905.712500', '131906.172500', '131906.632500', '131907.092500', '131907.552500', '131908.012500', '131908.472500', '131908.932500', '131909.392500', '131909.852500', '131910.312500', '131910.772500', '131911.232500', '131911.692500', '131912.152500', '131912.612500', '131913.072500', '131913.532500', '131913.992500', '131914.452500', '131914.912500', '131915.372500', '131915.832500', '131916.292500', '131916.752500', '131917.212500', '131917.672500', '131918.132500', '131918.592500', '131919.052500', '131919.512500', '131919.972500', '131920.432500', '131920.892500', '131921.352500', '131921.812500', '131922.272500', '131922.732500', '131923.192500', '131923.652500', '131924.112500', '131924.572500', '131925.032500', '131925.492500', '131925.952500', '131926.412500', '131926.872500', '131927.332500', '131927.792500', '131928.252500', '131928.712500', '131929.172500', '131929.632500', '131930.092500', '131930.552500', '131931.012500', '131931.472500', '131931.932500', '131932.392500', '131932.852500', '131933.312500', '131933.772500', '131934.232500', '131934.692500', '131935.152500', '131935.612500', '131936.072500', '131936.532500', '131936.992500', '131937.452500', '131937.912500', '131938.372500', '131938.832500', '131939.292500', '131939.752500', '131940.212500', '131940.672500', '131941.132500', '131941.592500', '131942.052500', '131942.512500', '131942.972500', '131943.432500', '131943.892500', '131944.352500', '131944.812500', '131945.272500', '131945.732500', '131946.192500', '131946.652500', '131947.112500', '131947.572500', '131948.032500', '131948.492500', '131948.952500', '131949.412500', '131949.872500', '131950.332500', '131950.792500', '131951.252500', '131951.712500', '131952.172500', '131952.632500', '131953.092500', '131953.552500', '131954.012500', '131954.472500', '131954.932500', '131955.392500', '131955.852500', '131956.312500', '131956.772500', '131957.232500', '131957.692500', '131958.152500', '131958.612500', '131959.072500', '131959.532500', '131959.992500', '132000.452500', '132000.912500', '132001.372500', '132001.832500', '132002.292500', '132002.752500', '132003.212500', '132003.672500', '132004.132500', '132004.592500', '132005.052500', '132005.512500', '132005.972500', '132006.432500', '132006.892500', '132007.352500', '132007.812500', '132008.272500', '132008.732500', '132009.192500', '132009.652500', '132010.112500', '132010.572500', '132011.032500', '132011.492500', '132011.952500', '132012.412500', '132012.872500', '132013.332500', '132013.792500', '132014.252500', '132014.712500', '132015.172500', '132015.632500', '132016.092500', '132016.552500', '132017.012500', '132017.472500', '132017.932500', '132018.392500', '132018.852500', '132019.312500', '132019.772500', '132020.232500', '132020.692500', '132021.152500', '132021.612500', '132022.072500', '132022.532500', '132022.992500', '132023.452500', '132023.912500', '132024.372500', '132024.832500', '132025.292500', '132025.752500', '132026.212500', '132026.672500', '132027.132500', '132027.592500', '132028.052500', '132028.512500', '132028.972500', '132029.432500', '132029.892500', '132030.352500', '132030.812500', '132031.272500', '132031.732500', '132032.192500', '132032.652500', '132033.112500', '132033.572500', '132034.032500', '132034.492500', '132034.952500', '132035.412500', '132035.872500', '132036.332500', '132036.792500', '132037.252500', '132037.712500', '132038.172500', '132038.632500', '132039.092500', '132039.552500', '132040.012500', '132040.472500', '132040.932500', '132041.392500', '132041.852500', '132042.312500', '132042.772500', '132043.232500', '132043.692500', '132044.152500', '132044.612500', '132045.072500', '132045.532500', '132045.992500', '132046.452500', '132046.912500', '132047.372500', '132047.832500', '132048.292500', '132048.752500', '132049.212500', '132049.672500', '132050.132500', '132050.592500', '132051.052500', '132051.512500', '132051.972500', '132052.432500', '132052.892500', '132053.352500', '132053.812500', '132054.272500', '132054.732500', '132055.192500', '132055.652500', '132056.112500', '132056.572500', '132057.032500', '132057.492500', '132057.952500', '132058.412500', '132058.872500', '132059.332500', '132059.792500', '132100.252500', '132100.712500', '132101.172500', '132101.632500', '132102.092500', '132102.552500', '132103.012500', '132103.472500', '132103.932500', '132104.392500', '132104.852500', '132105.312500', '132105.772500', '132106.232500', '132106.692500', '132107.152500', '132107.612500', '132108.072500', '132108.532500', '132108.992500', '132109.452500', '132109.912500', '132110.372500', '132110.832500', '132111.292500', '132111.752500', '132112.212500', '132112.672500', '132113.132500', '132113.592500', '132114.052500', '132114.512500', '132114.972500', '132115.432500', '132115.892500', '132116.352500', '132116.812500', '132117.272500', '132117.732500', '132118.192500', '132118.652500', '132119.112500', '132119.572500', '132120.032500', '132120.492500', '132120.952500'], 'ContentTime': ['131506.058000', '131506.062000', '131506.065000', '131506.069000', '131506.072000', '131506.076000', '131506.079000', '131506.082000', '131506.092000', '131506.095000', '131506.098000', '131506.101000', '131506.103000', '131506.106000', '131506.109000', '131506.112000', '131506.115000', '131506.118000', '131506.125000', '131506.129000', '131506.131000', '131506.134000', '131506.138000', '131506.140000', '131506.143000', '131506.146000', '131506.149000', '131506.152000', '131506.156000', '131506.159000', '131506.162000', '131506.165000', '131506.168000', '131506.171000', '131506.174000', '131506.177000', '131506.180000', '131506.183000', '131506.186000', '131506.190000', '131506.193000', '131506.196000', '131506.199000', '131506.202000', '131506.205000', '131506.208000', '131506.211000', '131506.214000', '131506.216000', '131506.219000', '131506.222000', '131506.225000', '131506.228000', '131506.231000', '131526.030000', '131526.033000', '131526.036000', '131526.039000', '131526.042000', '131526.045000', '131526.048000', '131526.050000', '131526.066000', '131526.069000', '131526.072000', '131526.075000', '131526.079000', '131526.082000', '131526.085000', '131526.088000', '131526.091000', '131526.094000', '131526.097000', '131526.099000', '131526.102000', '131526.105000', '131526.108000', '131526.111000', '131526.114000', '131526.117000', '131526.120000', '131526.123000', '131526.126000', '131526.129000', '131526.132000', '131526.135000', '131526.138000', '131526.141000', '131526.144000', '131526.147000', '131526.150000', '131526.153000', '131526.156000', '131526.159000', '131526.162000', '131526.165000', '131526.169000', '131526.172000', '131546.030000', '131546.033000', '131546.036000', '131546.039000', '131546.042000', '131546.046000', '131546.049000', '131546.052000', '131546.055000', '131546.058000', '131546.061000', '131546.068000', '131546.071000', '131546.074000', '131546.077000', '131546.080000', '131546.083000', '131546.086000', '131546.089000', '131546.092000', '131546.095000', '131546.098000', '131546.102000', '131546.105000', '131546.107000', '131546.110000', '131546.113000', '131546.116000', '131546.119000', '131546.122000', '131546.125000', '131546.128000', '131546.132000', '131546.135000', '131546.138000', '131546.141000', '131546.144000', '131546.146000', '131546.149000', '131546.152000', '131546.155000', '131546.158000', '131546.161000', '131606.030000', '131606.033000', '131606.036000', '131606.039000', '131606.042000', '131606.044000', '131606.047000', '131606.050000', '131606.053000', '131606.056000', '131606.059000', '131606.062000', '131606.065000', '131606.067000', '131606.079000', '131606.082000', '131606.085000', '131606.088000', '131606.090000', '131606.093000', '131606.096000', '131606.099000', '131606.102000', '131606.105000', '131606.108000', '131606.111000', '131606.113000', '131606.116000', '131606.119000', '131606.122000', '131606.125000', '131606.128000', '131606.131000', '131606.134000', '131606.136000', '131606.139000', '131606.142000', '131606.145000', '131606.148000', '131606.151000', '131606.154000', '131606.157000', '131606.159000', '131606.162000', '131626.030000', '131626.033000', '131626.036000', '131626.039000', '131626.042000', '131626.045000', '131626.048000', '131626.051000', '131626.054000', '131626.057000', '131626.060000', '131626.063000', '131626.066000', '131626.069000', '131626.072000', '131626.075000', '131626.077000', '131626.080000', '131626.083000', '131626.086000', '131626.089000', '131626.092000', '131626.095000', '131626.097000', '131626.100000', '131626.103000', '131626.111000', '131626.114000', '131626.119000', '131626.123000', '131626.126000', '131626.129000', '131626.131000', '131626.134000', '131626.137000', '131626.140000', '131626.143000', '131626.146000', '131626.149000', '131626.152000', '131626.155000', '131626.158000', '131626.161000', '131646.030000', '131646.033000', '131646.036000', '131646.039000', '131646.042000', '131646.045000', '131646.053000', '131646.057000', '131646.061000', '131646.063000', '131646.066000', '131646.069000', '131646.073000', '131646.076000', '131646.079000', '131646.082000', '131646.085000', '131646.089000', '131646.092000', '131646.095000', '131646.097000', '131646.100000', '131646.103000', '131646.106000', '131646.109000', '131646.112000', '131646.116000', '131646.119000', '131646.122000', '131646.125000', '131646.128000', '131646.131000', '131646.134000', '131646.137000', '131646.141000', '131646.144000', '131646.147000', '131646.150000', '131646.153000', '131646.156000', '131646.159000', '131646.162000', '131646.165000', '131646.168000', '131706.030000', '131706.033000', '131706.036000', '131706.039000', '131706.042000', '131706.045000', '131706.048000', '131706.051000', '131706.054000', '131706.056000', '131706.059000', '131706.062000', '131706.065000', '131706.068000', '131706.071000', '131706.074000', '131706.077000', '131706.080000', '131706.083000', '131706.085000', '131706.088000', '131706.091000', '131706.094000', '131706.097000', '131706.101000', '131706.105000', '131706.108000', '131706.110000', '131706.113000', '131706.116000', '131706.119000', '131706.122000', '131706.125000', '131706.128000', '131706.131000', '131706.134000', '131706.138000', '131706.141000', '131706.145000', '131706.148000', '131706.151000', '131706.155000', '131706.157000', '131726.030000', '131726.033000', '131726.036000', '131726.039000', '131726.042000', '131726.044000', '131726.047000', '131726.050000', '131726.053000', '131726.056000', '131726.059000', '131726.062000', '131726.065000', '131726.067000', '131726.070000', '131726.073000', '131726.076000', '131726.079000', '131726.082000', '131726.085000', '131726.088000', '131726.090000', '131726.093000', '131726.096000', '131726.099000', '131726.102000', '131726.105000', '131726.108000', '131726.110000', '131726.113000', '131726.116000', '131726.119000', '131726.122000', '131726.125000', '131726.128000', '131726.130000', '131726.133000', '131726.136000', '131726.139000', '131726.142000', '131726.145000', '131726.148000', '131726.150000', '131726.153000', '131746.030000', '131746.033000', '131746.036000', '131746.039000', '131746.042000', '131746.045000', '131746.047000', '131746.050000', '131746.053000', '131746.062000', '131746.065000', '131746.068000', '131746.071000', '131746.074000', '131746.077000', '131746.080000', '131746.082000', '131746.085000', '131746.089000', '131746.093000', '131746.096000', '131746.098000', '131746.101000', '131746.104000', '131746.107000', '131746.110000', '131746.113000', '131746.116000', '131746.119000', '131746.121000', '131746.124000', '131746.127000', '131746.130000', '131746.133000', '131746.136000', '131746.138000', '131746.141000', '131746.144000', '131746.147000', '131746.150000', '131746.153000', '131746.156000', '131746.159000', '131806.030000', '131806.033000', '131806.036000', '131806.039000', '131806.042000', '131806.044000', '131806.047000', '131806.050000', '131806.053000', '131806.056000', '131806.059000', '131806.062000', '131806.065000', '131806.068000', '131806.071000', '131806.074000', '131806.076000', '131806.079000', '131806.082000', '131806.085000', '131806.088000', '131806.091000', '131806.094000', '131806.097000', '131806.099000', '131806.102000', '131806.105000', '131806.108000', '131806.111000', '131806.114000', '131806.117000', '131806.120000', '131806.123000', '131806.126000', '131806.128000', '131806.131000', '131806.134000', '131806.137000', '131806.140000', '131806.143000', '131806.146000', '131806.148000', '131806.151000', '131806.154000', '131826.030000', '131826.033000', '131826.036000', '131826.039000', '131826.042000', '131826.045000', '131826.047000', '131826.050000', '131826.053000', '131826.056000', '131826.059000', '131826.062000', '131826.065000', '131826.068000', '131826.071000', '131826.073000', '131826.076000', '131826.079000', '131826.082000', '131826.085000', '131826.088000', '131826.091000', '131826.094000', '131826.096000', '131826.099000', '131826.102000', '131826.105000', '131826.108000', '131826.111000', '131826.114000', '131826.116000', '131826.119000', '131826.122000', '131826.125000', '131826.128000', '131826.131000', '131826.134000', '131826.141000', '131826.144000', '131826.147000', '131826.150000', '131826.153000', '131826.156000', '131846.030000', '131846.033000', '131846.036000', '131846.039000', '131846.042000', '131846.044000', '131846.047000', '131846.050000', '131846.053000', '131846.066000', '131846.069000', '131846.072000', '131846.075000', '131846.078000', '131846.080000', '131846.083000', '131846.086000', '131846.089000', '131846.092000', '131846.095000', '131846.098000', '131846.101000', '131846.103000', '131846.106000', '131846.109000', '131846.112000', '131846.115000', '131846.118000', '131846.121000', '131846.123000', '131846.127000', '131846.130000', '131846.132000', '131846.135000', '131846.138000', '131846.141000', '131846.144000', '131846.147000', '131846.150000', '131846.153000', '131846.155000', '131846.158000', '131846.161000', '131846.164000', '131906.030000', '131906.033000', '131906.036000', '131906.039000', '131906.042000', '131906.044000', '131906.056000', '131906.058000', '131906.061000', '131906.064000', '131906.067000', '131906.070000', '131906.073000', '131906.076000', '131906.079000', '131906.081000', '131906.084000', '131906.087000', '131906.090000', '131906.093000', '131906.096000', '131906.099000', '131906.102000', '131906.104000', '131906.107000', '131906.110000', '131906.113000', '131906.116000', '131906.119000', '131906.122000', '131906.126000', '131906.129000', '131906.132000', '131906.135000', '131906.145000', '131906.148000', '131906.151000', '131906.154000', '131906.157000', '131906.159000', '131906.162000', '131906.165000', '131906.168000', '131926.030000', '131926.033000', '131926.036000', '131926.039000', '131926.042000', '131926.301000', '131926.304000', '131926.307000', '131926.310000', '131926.313000', '131926.316000', '131926.319000', '131926.321000', '131926.324000', '131926.327000', '131926.330000', '131926.333000', '131926.336000', '131926.339000', '131926.342000', '131926.344000', '131926.347000', '131926.350000', '131926.353000', '131926.356000', '131926.359000', '131926.362000', '131926.366000', '131926.369000', '131926.372000', '131926.375000', '131926.377000', '131926.380000', '131926.383000', '131926.386000', '131926.389000', '131926.392000', '131926.395000', '131926.398000', '131926.401000', '131926.404000', '131926.406000', '131926.409000', '131926.412000', '131946.030000', '131946.033000', '131946.036000', '131946.039000', '131946.042000', '131946.045000', '131946.047000', '131946.050000', '131946.053000', '131946.056000', '131946.059000', '131946.062000', '131946.065000', '131946.067000', '131946.070000', '131946.073000', '131946.076000', '131946.079000', '131946.082000', '131946.085000', '131946.088000', '131946.090000', '131946.093000', '131946.096000', '131946.099000', '131946.102000', '131946.105000', '131946.108000', '131946.110000', '131946.113000', '131946.116000', '131946.119000', '131946.122000', '131946.125000', '131946.128000', '131946.130000', '131946.133000', '131946.136000', '131946.139000', '131946.142000', '131946.145000', '131946.148000', '131946.150000', '132006.030000', '132006.033000', '132006.036000', '132006.039000', '132006.041000', '132006.044000', '132006.047000', '132006.050000', '132006.053000', '132006.056000', '132006.059000', '132006.062000', '132006.064000', '132006.067000', '132006.070000', '132006.073000', '132006.076000', '132006.079000', '132006.082000', '132006.085000', '132006.088000', '132006.090000', '132006.093000', '132006.096000', '132006.099000', '132006.102000', '132006.105000', '132006.108000', '132006.110000', '132006.113000', '132006.116000', '132006.119000', '132006.122000', '132006.125000', '132006.128000', '132006.130000', '132006.133000', '132006.136000', '132006.139000', '132006.142000', '132006.145000', '132006.148000', '132006.150000', '132006.153000', '132026.030000', '132026.033000', '132026.036000', '132026.039000', '132026.042000', '132026.045000', '132026.048000', '132026.050000', '132026.053000', '132026.056000', '132026.059000', '132026.062000', '132026.065000', '132026.068000', '132026.071000', '132026.074000', '132026.077000', '132026.079000', '132026.082000', '132026.085000', '132026.088000', '132026.091000', '132026.094000', '132026.097000', '132026.100000', '132026.103000', '132026.105000', '132026.108000', '132026.111000', '132026.114000', '132026.117000', '132026.120000', '132026.123000', '132026.126000', '132026.129000', '132026.131000', '132026.134000', '132026.137000', '132026.140000', '132026.143000', '132026.146000', '132026.148000', '132026.151000', '132046.030000', '132046.042000', '132046.045000', '132046.048000', '132046.051000', '132046.054000', '132046.057000', '132046.060000', '132046.063000', '132046.065000', '132046.068000', '132046.071000', '132046.074000', '132046.077000', '132046.080000', '132046.083000', '132046.086000', '132046.088000', '132046.091000', '132046.094000', '132046.097000', '132046.100000', '132046.103000', '132046.106000', '132046.108000', '132046.111000', '132046.114000', '132046.117000', '132046.120000', '132046.123000', '132046.127000', '132046.131000', '132046.134000', '132046.137000', '132046.140000', '132046.143000', '132046.146000', '132046.148000', '132046.151000', '132046.154000', '132046.157000', '132046.160000', '132046.163000', '132046.166000', '132106.030000', '132106.033000', '132106.036000', '132106.039000', '132106.042000', '132106.045000', '132106.047000', '132106.050000', '132106.053000', '132106.056000', '132106.059000', '132106.062000', '132106.064000', '132106.067000', '132106.070000', '132106.073000', '132106.076000', '132106.079000', '132106.081000', '132106.084000', '132106.087000', '132106.090000', '132106.093000', '132106.096000', '132106.099000', '132106.102000', '132106.104000', '132106.107000', '132106.110000', '132106.113000', '132106.116000', '132106.119000', '132106.122000', '132106.125000', '132106.127000', '132106.130000', '132106.133000', '132106.136000', '132106.139000', '132106.142000', '132106.145000', '132106.147000', '132106.150000', '132121.960000', '132121.964000', '132121.967000', '132121.970000', '132121.973000', '132121.976000', '132121.979000', '132121.982000', '132121.985000', '132121.987000', '132121.990000', '132121.993000', '132121.997000', '132122.000000', '132122.004000', '132122.007000', '132122.009000', '132122.012000', '132122.015000', '132122.018000', '132122.021000', '132122.024000', '132122.027000', '132122.030000', '132122.032000', '132122.035000', '132122.038000', '132122.041000', '132122.044000', '132122.047000', '132122.050000', '132122.053000', '132122.056000', '132122.059000', '132122.062000'], 'InstanceCreationTime': ['131506.058000', '131506.062000', '131506.065000', '131506.069000', '131506.072000', '131506.076000', '131506.079000', '131506.082000', '131506.092000', '131506.095000', '131506.098000', '131506.101000', '131506.103000', '131506.106000', '131506.109000', '131506.112000', '131506.115000', '131506.118000', '131506.125000', '131506.129000', '131506.131000', '131506.134000', '131506.138000', '131506.140000', '131506.143000', '131506.146000', '131506.149000', '131506.152000', '131506.156000', '131506.159000', '131506.162000', '131506.165000', '131506.168000', '131506.171000', '131506.174000', '131506.177000', '131506.180000', '131506.183000', '131506.186000', '131506.190000', '131506.193000', '131506.196000', '131506.199000', '131506.202000', '131506.205000', '131506.208000', '131506.211000', '131506.214000', '131506.216000', '131506.219000', '131506.222000', '131506.225000', '131506.228000', '131506.231000', '131526.030000', '131526.033000', '131526.036000', '131526.039000', '131526.042000', '131526.045000', '131526.048000', '131526.050000', '131526.066000', '131526.069000', '131526.072000', '131526.075000', '131526.079000', '131526.082000', '131526.085000', '131526.088000', '131526.091000', '131526.094000', '131526.097000', '131526.099000', '131526.102000', '131526.105000', '131526.108000', '131526.111000', '131526.114000', '131526.117000', '131526.120000', '131526.123000', '131526.126000', '131526.129000', '131526.132000', '131526.135000', '131526.138000', '131526.141000', '131526.144000', '131526.147000', '131526.150000', '131526.153000', '131526.156000', '131526.159000', '131526.162000', '131526.165000', '131526.169000', '131526.172000', '131546.030000', '131546.033000', '131546.036000', '131546.039000', '131546.042000', '131546.046000', '131546.049000', '131546.052000', '131546.055000', '131546.058000', '131546.061000', '131546.068000', '131546.071000', '131546.074000', '131546.077000', '131546.080000', '131546.083000', '131546.086000', '131546.089000', '131546.092000', '131546.095000', '131546.098000', '131546.102000', '131546.105000', '131546.107000', '131546.110000', '131546.113000', '131546.116000', '131546.119000', '131546.122000', '131546.125000', '131546.128000', '131546.132000', '131546.135000', '131546.138000', '131546.141000', '131546.144000', '131546.146000', '131546.149000', '131546.152000', '131546.155000', '131546.158000', '131546.161000', '131606.030000', '131606.033000', '131606.036000', '131606.039000', '131606.042000', '131606.044000', '131606.047000', '131606.050000', '131606.053000', '131606.056000', '131606.059000', '131606.062000', '131606.065000', '131606.067000', '131606.079000', '131606.082000', '131606.085000', '131606.088000', '131606.090000', '131606.093000', '131606.096000', '131606.099000', '131606.102000', '131606.105000', '131606.108000', '131606.111000', '131606.113000', '131606.116000', '131606.119000', '131606.122000', '131606.125000', '131606.128000', '131606.131000', '131606.134000', '131606.136000', '131606.139000', '131606.142000', '131606.145000', '131606.148000', '131606.151000', '131606.154000', '131606.157000', '131606.159000', '131606.162000', '131626.030000', '131626.033000', '131626.036000', '131626.039000', '131626.042000', '131626.045000', '131626.048000', '131626.051000', '131626.054000', '131626.057000', '131626.060000', '131626.063000', '131626.066000', '131626.069000', '131626.072000', '131626.075000', '131626.077000', '131626.080000', '131626.083000', '131626.086000', '131626.089000', '131626.092000', '131626.095000', '131626.097000', '131626.100000', '131626.103000', '131626.111000', '131626.114000', '131626.119000', '131626.123000', '131626.126000', '131626.129000', '131626.131000', '131626.134000', '131626.137000', '131626.140000', '131626.143000', '131626.146000', '131626.149000', '131626.152000', '131626.155000', '131626.158000', '131626.161000', '131646.030000', '131646.033000', '131646.036000', '131646.039000', '131646.042000', '131646.045000', '131646.053000', '131646.057000', '131646.061000', '131646.063000', '131646.066000', '131646.069000', '131646.073000', '131646.076000', '131646.079000', '131646.082000', '131646.085000', '131646.089000', '131646.092000', '131646.095000', '131646.097000', '131646.100000', '131646.103000', '131646.106000', '131646.109000', '131646.112000', '131646.116000', '131646.119000', '131646.122000', '131646.125000', '131646.128000', '131646.131000', '131646.134000', '131646.137000', '131646.141000', '131646.144000', '131646.147000', '131646.150000', '131646.153000', '131646.156000', '131646.159000', '131646.162000', '131646.165000', '131646.168000', '131706.030000', '131706.033000', '131706.036000', '131706.039000', '131706.042000', '131706.045000', '131706.048000', '131706.051000', '131706.054000', '131706.056000', '131706.059000', '131706.062000', '131706.065000', '131706.068000', '131706.071000', '131706.074000', '131706.077000', '131706.080000', '131706.083000', '131706.085000', '131706.088000', '131706.091000', '131706.094000', '131706.097000', '131706.101000', '131706.105000', '131706.108000', '131706.110000', '131706.113000', '131706.116000', '131706.119000', '131706.122000', '131706.125000', '131706.128000', '131706.131000', '131706.134000', '131706.138000', '131706.141000', '131706.145000', '131706.148000', '131706.151000', '131706.155000', '131706.157000', '131726.030000', '131726.033000', '131726.036000', '131726.039000', '131726.042000', '131726.044000', '131726.047000', '131726.050000', '131726.053000', '131726.056000', '131726.059000', '131726.062000', '131726.065000', '131726.067000', '131726.070000', '131726.073000', '131726.076000', '131726.079000', '131726.082000', '131726.085000', '131726.088000', '131726.090000', '131726.093000', '131726.096000', '131726.099000', '131726.102000', '131726.105000', '131726.108000', '131726.110000', '131726.113000', '131726.116000', '131726.119000', '131726.122000', '131726.125000', '131726.128000', '131726.130000', '131726.133000', '131726.136000', '131726.139000', '131726.142000', '131726.145000', '131726.148000', '131726.150000', '131726.153000', '131746.030000', '131746.033000', '131746.036000', '131746.039000', '131746.042000', '131746.045000', '131746.047000', '131746.050000', '131746.053000', '131746.062000', '131746.065000', '131746.068000', '131746.071000', '131746.074000', '131746.077000', '131746.080000', '131746.082000', '131746.085000', '131746.089000', '131746.093000', '131746.096000', '131746.098000', '131746.101000', '131746.104000', '131746.107000', '131746.110000', '131746.113000', '131746.116000', '131746.119000', '131746.121000', '131746.124000', '131746.127000', '131746.130000', '131746.133000', '131746.136000', '131746.138000', '131746.141000', '131746.144000', '131746.147000', '131746.150000', '131746.153000', '131746.156000', '131746.159000', '131806.030000', '131806.033000', '131806.036000', '131806.039000', '131806.042000', '131806.044000', '131806.047000', '131806.050000', '131806.053000', '131806.056000', '131806.059000', '131806.062000', '131806.065000', '131806.068000', '131806.071000', '131806.074000', '131806.076000', '131806.079000', '131806.082000', '131806.085000', '131806.088000', '131806.091000', '131806.094000', '131806.097000', '131806.099000', '131806.102000', '131806.105000', '131806.108000', '131806.111000', '131806.114000', '131806.117000', '131806.120000', '131806.123000', '131806.126000', '131806.128000', '131806.131000', '131806.134000', '131806.137000', '131806.140000', '131806.143000', '131806.146000', '131806.148000', '131806.151000', '131806.154000', '131826.030000', '131826.033000', '131826.036000', '131826.039000', '131826.042000', '131826.045000', '131826.047000', '131826.050000', '131826.053000', '131826.056000', '131826.059000', '131826.062000', '131826.065000', '131826.068000', '131826.071000', '131826.073000', '131826.076000', '131826.079000', '131826.082000', '131826.085000', '131826.088000', '131826.091000', '131826.094000', '131826.096000', '131826.099000', '131826.102000', '131826.105000', '131826.108000', '131826.111000', '131826.114000', '131826.116000', '131826.119000', '131826.122000', '131826.125000', '131826.128000', '131826.131000', '131826.134000', '131826.141000', '131826.144000', '131826.147000', '131826.150000', '131826.153000', '131826.156000', '131846.030000', '131846.033000', '131846.036000', '131846.039000', '131846.042000', '131846.044000', '131846.047000', '131846.050000', '131846.053000', '131846.066000', '131846.069000', '131846.072000', '131846.075000', '131846.078000', '131846.080000', '131846.083000', '131846.086000', '131846.089000', '131846.092000', '131846.095000', '131846.098000', '131846.101000', '131846.103000', '131846.106000', '131846.109000', '131846.112000', '131846.115000', '131846.118000', '131846.121000', '131846.123000', '131846.127000', '131846.130000', '131846.132000', '131846.135000', '131846.138000', '131846.141000', '131846.144000', '131846.147000', '131846.150000', '131846.153000', '131846.155000', '131846.158000', '131846.161000', '131846.164000', '131906.030000', '131906.033000', '131906.036000', '131906.039000', '131906.042000', '131906.044000', '131906.056000', '131906.058000', '131906.061000', '131906.064000', '131906.067000', '131906.070000', '131906.073000', '131906.076000', '131906.079000', '131906.081000', '131906.084000', '131906.087000', '131906.090000', '131906.093000', '131906.096000', '131906.099000', '131906.102000', '131906.104000', '131906.107000', '131906.110000', '131906.113000', '131906.116000', '131906.119000', '131906.122000', '131906.126000', '131906.129000', '131906.132000', '131906.135000', '131906.145000', '131906.148000', '131906.151000', '131906.154000', '131906.157000', '131906.159000', '131906.162000', '131906.165000', '131906.168000', '131926.030000', '131926.033000', '131926.036000', '131926.039000', '131926.042000', '131926.301000', '131926.304000', '131926.307000', '131926.310000', '131926.313000', '131926.316000', '131926.319000', '131926.321000', '131926.324000', '131926.327000', '131926.330000', '131926.333000', '131926.336000', '131926.339000', '131926.342000', '131926.344000', '131926.347000', '131926.350000', '131926.353000', '131926.356000', '131926.359000', '131926.362000', '131926.366000', '131926.369000', '131926.372000', '131926.375000', '131926.377000', '131926.380000', '131926.383000', '131926.386000', '131926.389000', '131926.392000', '131926.395000', '131926.398000', '131926.401000', '131926.404000', '131926.406000', '131926.409000', '131926.412000', '131946.030000', '131946.033000', '131946.036000', '131946.039000', '131946.042000', '131946.045000', '131946.047000', '131946.050000', '131946.053000', '131946.056000', '131946.059000', '131946.062000', '131946.065000', '131946.067000', '131946.070000', '131946.073000', '131946.076000', '131946.079000', '131946.082000', '131946.085000', '131946.088000', '131946.090000', '131946.093000', '131946.096000', '131946.099000', '131946.102000', '131946.105000', '131946.108000', '131946.110000', '131946.113000', '131946.116000', '131946.119000', '131946.122000', '131946.125000', '131946.128000', '131946.130000', '131946.133000', '131946.136000', '131946.139000', '131946.142000', '131946.145000', '131946.148000', '131946.150000', '132006.030000', '132006.033000', '132006.036000', '132006.039000', '132006.041000', '132006.044000', '132006.047000', '132006.050000', '132006.053000', '132006.056000', '132006.059000', '132006.062000', '132006.064000', '132006.067000', '132006.070000', '132006.073000', '132006.076000', '132006.079000', '132006.082000', '132006.085000', '132006.088000', '132006.090000', '132006.093000', '132006.096000', '132006.099000', '132006.102000', '132006.105000', '132006.108000', '132006.110000', '132006.113000', '132006.116000', '132006.119000', '132006.122000', '132006.125000', '132006.128000', '132006.130000', '132006.133000', '132006.136000', '132006.139000', '132006.142000', '132006.145000', '132006.148000', '132006.150000', '132006.153000', '132026.030000', '132026.033000', '132026.036000', '132026.039000', '132026.042000', '132026.045000', '132026.048000', '132026.050000', '132026.053000', '132026.056000', '132026.059000', '132026.062000', '132026.065000', '132026.068000', '132026.071000', '132026.074000', '132026.077000', '132026.079000', '132026.082000', '132026.085000', '132026.088000', '132026.091000', '132026.094000', '132026.097000', '132026.100000', '132026.103000', '132026.105000', '132026.108000', '132026.111000', '132026.114000', '132026.117000', '132026.120000', '132026.123000', '132026.126000', '132026.129000', '132026.131000', '132026.134000', '132026.137000', '132026.140000', '132026.143000', '132026.146000', '132026.148000', '132026.151000', '132046.030000', '132046.042000', '132046.045000', '132046.048000', '132046.051000', '132046.054000', '132046.057000', '132046.060000', '132046.063000', '132046.065000', '132046.068000', '132046.071000', '132046.074000', '132046.077000', '132046.080000', '132046.083000', '132046.086000', '132046.088000', '132046.091000', '132046.094000', '132046.097000', '132046.100000', '132046.103000', '132046.106000', '132046.108000', '132046.111000', '132046.114000', '132046.117000', '132046.120000', '132046.123000', '132046.127000', '132046.131000', '132046.134000', '132046.137000', '132046.140000', '132046.143000', '132046.146000', '132046.148000', '132046.151000', '132046.154000', '132046.157000', '132046.160000', '132046.163000', '132046.166000', '132106.030000', '132106.033000', '132106.036000', '132106.039000', '132106.042000', '132106.045000', '132106.047000', '132106.050000', '132106.053000', '132106.056000', '132106.059000', '132106.062000', '132106.064000', '132106.067000', '132106.070000', '132106.073000', '132106.076000', '132106.079000', '132106.081000', '132106.084000', '132106.087000', '132106.090000', '132106.093000', '132106.096000', '132106.099000', '132106.102000', '132106.104000', '132106.107000', '132106.110000', '132106.113000', '132106.116000', '132106.119000', '132106.122000', '132106.125000', '132106.127000', '132106.130000', '132106.133000', '132106.136000', '132106.139000', '132106.142000', '132106.145000', '132106.147000', '132106.150000', '132121.960000', '132121.964000', '132121.967000', '132121.970000', '132121.973000', '132121.976000', '132121.979000', '132121.982000', '132121.985000', '132121.987000', '132121.990000', '132121.993000', '132121.997000', '132122.000000', '132122.004000', '132122.007000', '132122.009000', '132122.012000', '132122.015000', '132122.018000', '132122.021000', '132122.024000', '132122.027000', '132122.030000', '132122.032000', '132122.035000', '132122.038000', '132122.041000', '132122.044000', '132122.047000', '132122.050000', '132122.053000', '132122.056000', '132122.059000', '132122.062000'], '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': [17425, 11017, 19033, 11464, 19287, 13378, 15684, 10733, 12837, 10088, 14418, 10368, 13508, 11278, 13472, 13664, 7705, 13034, 8614, 13063, 10313, 13698, 10694, 15304, 10491, 13899, 10361, 13557, 10443, 10728, 12616, 7895, 13078, 10036, 13786, 10978, 14441, 12138, 16112, 11138, 13601, 10148, 11014, 11239, 11710, 13493, 10430, 13785, 10124, 16747, 12233, 17869, 11296, 15764, 10621, 9776, 11410, 7774, 12692, 8834, 17221, 10943, 15144, 10146, 9736, 10988, 9269, 11995, 10053, 12527, 8077, 12670, 9503, 12997, 10460, 17911, 11929, 12402, 9972, 9529, 11394, 7792, 13190, 11028, 17410, 11778, 14293, 10520, 12788, 10929, 9617, 13706, 8966, 13173, 10151, 14209, 10971, 17476, 11119, 10631, 11072, 9369, 12069, 8023, 13621, 11040, 18227, 10039, 17431, 11147, 15550, 11794, 13447, 10584, 8450, 11638, 8533, 12647, 9663, 16636, 10362, 10861, 11177, 7594, 12276, 9042, 13062, 10268, 17050, 10016, 14370, 10042, 14030, 9843, 11674, 10919, 7861, 11730, 7693, 12543, 9153, 13488, 10453, 17947, 10714, 10638, 10630, 7596, 12111, 9756, 17831, 11766, 14150, 9763, 10086, 10899, 10957, 12458, 7966, 12988, 9043, 12768, 10190, 17640, 11481, 12143, 9205, 9501, 10945, 8536, 15664, 10875, 10286, 12160, 9468, 13363, 11542, 8658, 12917, 10070, 10150, 11901, 7781, 13500, 9991, 14503, 11384, 17998, 10046, 13037, 9674, 12426, 10288, 12313, 9987, 12172, 8765, 13740, 9409, 10176, 9533, 8255, 12940, 10055, 13773, 10645, 13634, 10174, 11953, 10625, 11986, 10948, 17947, 10845, 12331, 10218, 9942, 11008, 7494, 13417, 10451, 17974, 11668, 10399, 10536, 8125, 12198, 9276, 15856, 10383, 10593, 11719, 8476, 13570, 9552, 12980, 9988, 14273, 11903, 13064, 11204, 8020, 11833, 8967, 12396, 10386, 9511, 12634, 9712, 17808, 13527, 11699, 11157, 8853, 12813, 12415, 10798, 15795, 10770, 18082, 11461, 10855, 10244, 9070, 11215, 7757, 13283, 10110, 17156, 9699, 14883, 9584, 10391, 11410, 8033, 13445, 10799, 18620, 10265, 16880, 10419, 13037, 11863, 13501, 11038, 17386, 9290, 15927, 9673, 14885, 9633, 10690, 11289, 8235, 12700, 9785, 12403, 10224, 8164, 11722, 7911, 12522, 8850, 13203, 9497, 12450, 8912, 12659, 9851, 12677, 10051, 13176, 9830, 13106, 10107, 10220, 10924, 8758, 14378, 10201, 11023, 11988, 10036, 11641, 13927, 9401, 14838, 11274, 13403, 8860, 11637, 9969, 9967, 13882, 8955, 18213, 10357, 15521, 10913, 12595, 8700, 8719, 10626, 7600, 12393, 8475, 13101, 11458, 12783, 9439, 12567, 10091, 12553, 11445, 10958, 9249, 9846, 8540, 11354, 7872, 13169, 9041, 16629, 10758, 10091, 9488, 8647, 10812, 8401, 12614, 8868, 13330, 9016, 12934, 9860, 12935, 10237, 14366, 11258, 9833, 9947, 8575, 11764, 8233, 13528, 10790, 13697, 9462, 9298, 12281, 9396, 14950, 9970, 10939, 12379, 9269, 13813, 8972, 15895, 10363, 16337, 10694, 13793, 10787, 14523, 9348, 12652, 9546, 9213, 10743, 7801, 13225, 8637, 13740, 9439, 12007, 9885, 13678, 11229, 10505, 11610, 9754, 10094, 11827, 10142, 9641, 11937, 9110, 10964, 7545, 12799, 9764, 14940, 9312, 15215, 9217, 10548, 10353, 8262, 12024, 8228, 12459, 9202, 13263, 10733, 15373, 10327, 11036, 10016, 11288, 10388, 11807, 12415, 8080, 13402, 8951, 13190, 9760, 13290, 10190, 17952, 10237, 15252, 9473, 14878, 10246, 16091, 10169, 11922, 10077, 8815, 10799, 7571, 12012, 9050, 12852, 9779, 15185, 9624, 14417, 10047, 18205, 10282, 16866, 11508, 14618, 10401, 12669, 10381, 10138, 10101, 9807, 12670, 8460, 12591, 8790, 13661, 10412, 15677, 10082, 10271, 9632, 8568, 10621, 10697, 11258, 12381, 11618, 7885, 11585, 8159, 12635, 9825, 16490, 9924, 10885, 9712, 8035, 12806, 9319, 13237, 9057, 12979, 10163, 12682, 10953, 16608, 10620, 13883, 9915, 13881, 10926, 10613, 10653, 7732, 13003, 10313, 15385, 10474, 7867, 12158, 8739, 13258, 10080, 13664, 11013, 15207, 10506, 10779, 10337, 9205, 10851, 9061, 12852, 8229, 12817, 8763, 12973, 9758, 13818, 10923, 10993, 10427, 8618, 11577, 8131, 12774, 9995, 17506, 9933, 15597, 10444, 14542, 10059, 10432, 10455, 8679, 11602, 7954, 13262, 9743, 13791, 9601, 15196, 10074, 13637, 9254, 10502, 10991, 7740, 12411, 8476, 12283, 9692, 17645, 11528, 12714, 9742, 11048, 9311, 10620, 11430, 7756, 12795, 8479, 12957, 9245, 13129, 10101, 14530, 10974, 14413, 9666, 11717, 10206, 12056, 10272, 15228, 11052, 9535, 11019, 8702, 11819, 7698, 13006, 9800, 17425, 9520, 14881, 9462, 11027, 10127, 10306, 12968, 8182, 12502, 8578, 12272, 8442, 12546, 9327, 12928, 9551, 14978, 10140, 17033, 10882, 14187, 10094, 10181, 9438, 7934, 11961, 9216, 16893, 10171, 14968, 9827, 14307, 9674, 16069, 9999, 10229, 10151, 9441, 10195, 9701, 11392, 7756, 13106, 8917, 13689, 10252, 15667, 10797, 16354, 10237, 11294, 10430, 10392, 10300, 12720, 10701, 12189, 11888, 8403, 11838, 8254, 13009, 9603, 14825, 10508, 15706, 10764, 11839, 9665, 9538, 11546, 8744, 12646, 8702, 12362, 9066, 12737, 9348, 14529, 10434, 14378, 10661, 10956, 9559, 8650, 12169, 8782, 13371, 10234, 15615, 10100, 14072, 10614, 10338, 10399, 8764, 11390, 8277, 13102, 10033, 17648, 10759, 13504, 9552, 9143, 12089, 9213, 16744, 10732, 12035, 9862, 7622, 12864, 9536, 16055, 10436, 12337, 10534, 8336, 13979, 10514, 14603, 9623, 8671, 12784, 10109, 14506, 10497, 12488, 13639, 9460, 12961, 10390, 16232, 10556, 14963, 10373, 9756, 11285, 8896, 12270, 9071, 14074, 10331, 13632, 9816, 8705, 10661, 8446, 12005, 9860, 17464, 10706, 12186, 10404, 9693, 11016, 11183, 12488, 8794, 12393, 9150, 12361, 8790, 13606, 10498, 15921, 10919, 12993, 9641, 9628, 11470, 9290, 12809, 10192, 14770, 10365, 14372, 10936, 11392, 10497, 8894, 11597, 8731, 13159, 10198, 16954, 11164, 11331, 10118, 8417, 11595, 9434, 15239, 10899, 14919, 10693, 11318, 10040, 8989, 12145, 9338, 12636, 10157, 14691, 10667, 10820, 11209, 8591, 12116, 9217, 13440, 10556, 16355, 11165, 10460, 10457, 8680, 11864, 8713, 13866, 9905, 12971, 10152, 14492, 10533, 13612, 10675, 13332, 10283, 9492, 10604, 8756, 12016, 9062, 13976, 9621, 12775, 10353, 12942, 9628, 9795, 11763, 9056, 12543], 'WindowCenter': [4438.0, 4372.0, 4406.0, 4351.0, 4391.0, 4357.0, 4367.0, 4323.0, 4344.0, 4324.0, 4342.0, 4323.0, 4344.0, 4323.0, 4343.0, 4343.0, 4292.0, 4332.0, 4302.0, 4330.0, 4313.0, 4342.0, 4336.0, 4354.0, 4324.0, 4343.0, 4325.0, 4355.0, 4325.0, 4337.0, 4346.0, 4305.0, 4344.0, 4326.0, 4354.0, 4336.0, 4355.0, 4348.0, 4354.0, 4336.0, 4344.0, 4324.0, 4322.0, 4335.0, 4333.0, 4358.0, 4324.0, 4345.0, 4324.0, 4362.0, 4333.0, 4364.0, 4323.0, 4355.0, 4313.0, 4309.0, 4322.0, 4277.0, 4330.0, 4299.0, 4360.0, 4324.0, 4352.0, 4314.0, 4311.0, 4321.0, 4310.0, 4333.0, 4312.0, 4345.0, 4291.0, 4341.0, 4314.0, 4341.0, 4324.0, 4374.0, 4348.0, 4344.0, 4313.0, 4314.0, 4330.0, 4295.0, 4345.0, 4348.0, 4378.0, 4347.0, 4367.0, 4336.0, 4346.0, 4337.0, 4325.0, 4343.0, 4314.0, 4343.0, 4311.0, 4342.0, 4324.0, 4376.0, 4321.0, 4321.0, 4319.0, 4300.0, 4319.0, 4290.0, 4331.0, 4323.0, 4362.0, 4311.0, 4349.0, 4320.0, 4337.0, 4321.0, 4340.0, 4308.0, 4288.0, 4317.0, 4287.0, 4317.0, 4309.0, 4350.0, 4310.0, 4319.0, 4321.0, 4290.0, 4331.0, 4302.0, 4342.0, 4324.0, 4364.0, 4323.0, 4351.0, 4313.0, 4341.0, 4324.0, 4333.0, 4323.0, 4289.0, 4329.0, 4288.0, 4329.0, 4298.0, 4343.0, 4324.0, 4376.0, 4323.0, 4322.0, 4310.0, 4289.0, 4330.0, 4325.0, 4364.0, 4335.0, 4343.0, 4313.0, 4310.0, 4322.0, 4320.0, 4344.0, 4291.0, 4331.0, 4300.0, 4329.0, 4311.0, 4361.0, 4348.0, 4332.0, 4311.0, 4310.0, 4321.0, 4301.0, 4351.0, 4322.0, 4324.0, 4343.0, 4325.0, 4357.0, 4347.0, 4318.0, 4345.0, 4325.0, 4322.0, 4335.0, 4293.0, 4340.0, 4314.0, 4356.0, 4324.0, 4362.0, 4312.0, 4319.0, 4298.0, 4315.0, 4297.0, 4307.0, 4297.0, 4317.0, 4287.0, 4326.0, 4298.0, 4310.0, 4311.0, 4303.0, 4347.0, 4324.0, 4355.0, 4336.0, 4358.0, 4327.0, 4336.0, 4321.0, 4332.0, 4338.0, 4377.0, 4334.0, 4333.0, 4311.0, 4300.0, 4322.0, 4281.0, 4340.0, 4324.0, 4364.0, 4323.0, 4311.0, 4311.0, 4291.0, 4331.0, 4313.0, 4350.0, 4324.0, 4322.0, 4337.0, 4306.0, 4345.0, 4326.0, 4342.0, 4313.0, 4343.0, 4332.0, 4342.0, 4339.0, 4292.0, 4322.0, 4303.0, 4329.0, 4321.0, 4312.0, 4344.0, 4328.0, 4378.0, 4357.0, 4334.0, 4334.0, 4303.0, 4330.0, 4332.0, 4308.0, 4341.0, 4311.0, 4361.0, 4322.0, 4309.0, 4300.0, 4288.0, 4308.0, 4278.0, 4329.0, 4310.0, 4349.0, 4310.0, 4353.0, 4302.0, 4309.0, 4322.0, 4290.0, 4343.0, 4335.0, 4374.0, 4324.0, 4365.0, 4320.0, 4329.0, 4317.0, 4330.0, 4324.0, 4350.0, 4297.0, 4338.0, 4299.0, 4340.0, 4286.0, 4296.0, 4307.0, 4288.0, 4326.0, 4311.0, 4332.0, 4312.0, 4301.0, 4329.0, 4291.0, 4319.0, 4299.0, 4331.0, 4313.0, 4331.0, 4302.0, 4331.0, 4310.0, 4330.0, 4311.0, 4329.0, 4310.0, 4330.0, 4321.0, 4311.0, 4320.0, 4303.0, 4355.0, 4324.0, 4336.0, 4346.0, 4324.0, 4336.0, 4344.0, 4299.0, 4340.0, 4319.0, 4333.0, 4298.0, 4318.0, 4299.0, 4299.0, 4324.0, 4286.0, 4344.0, 4295.0, 4336.0, 4306.0, 4315.0, 4287.0, 4286.0, 4320.0, 4292.0, 4341.0, 4301.0, 4341.0, 4336.0, 4343.0, 4314.0, 4329.0, 4311.0, 4323.0, 4321.0, 4308.0, 4300.0, 4312.0, 4288.0, 4307.0, 4286.0, 4329.0, 4300.0, 4349.0, 4322.0, 4310.0, 4307.0, 4287.0, 4306.0, 4287.0, 4330.0, 4300.0, 4330.0, 4298.0, 4330.0, 4298.0, 4317.0, 4307.0, 4328.0, 4318.0, 4301.0, 4307.0, 4297.0, 4320.0, 4289.0, 4342.0, 4324.0, 4342.0, 4313.0, 4309.0, 4329.0, 4312.0, 4352.0, 4310.0, 4334.0, 4348.0, 4312.0, 4344.0, 4300.0, 4347.0, 4309.0, 4338.0, 4310.0, 4329.0, 4309.0, 4328.0, 4287.0, 4316.0, 4296.0, 4285.0, 4307.0, 4278.0, 4341.0, 4298.0, 4340.0, 4309.0, 4332.0, 4310.0, 4343.0, 4334.0, 4321.0, 4321.0, 4309.0, 4310.0, 4328.0, 4309.0, 4299.0, 4317.0, 4298.0, 4307.0, 4277.0, 4330.0, 4310.0, 4340.0, 4301.0, 4349.0, 4299.0, 4319.0, 4322.0, 4300.0, 4331.0, 4302.0, 4330.0, 4310.0, 4341.0, 4333.0, 4353.0, 4322.0, 4320.0, 4311.0, 4320.0, 4309.0, 4331.0, 4343.0, 4291.0, 4328.0, 4297.0, 4325.0, 4299.0, 4327.0, 4310.0, 4361.0, 4309.0, 4338.0, 4298.0, 4327.0, 4307.0, 4337.0, 4299.0, 4319.0, 4296.0, 4286.0, 4303.0, 4275.0, 4315.0, 4299.0, 4330.0, 4309.0, 4340.0, 4308.0, 4339.0, 4309.0, 4348.0, 4306.0, 4346.0, 4322.0, 4329.0, 4305.0, 4316.0, 4297.0, 4294.0, 4307.0, 4298.0, 4329.0, 4287.0, 4318.0, 4299.0, 4328.0, 4318.0, 4349.0, 4321.0, 4306.0, 4298.0, 4288.0, 4306.0, 4309.0, 4319.0, 4329.0, 4319.0, 4287.0, 4317.0, 4277.0, 4319.0, 4309.0, 4349.0, 4310.0, 4317.0, 4297.0, 4286.0, 4329.0, 4299.0, 4330.0, 4301.0, 4342.0, 4309.0, 4326.0, 4322.0, 4351.0, 4321.0, 4340.0, 4309.0, 4340.0, 4306.0, 4307.0, 4310.0, 4279.0, 4330.0, 4321.0, 4350.0, 4308.0, 4290.0, 4319.0, 4288.0, 4327.0, 4309.0, 4327.0, 4323.0, 4340.0, 4307.0, 4306.0, 4294.0, 4286.0, 4307.0, 4287.0, 4330.0, 4277.0, 4317.0, 4287.0, 4317.0, 4299.0, 4329.0, 4311.0, 4320.0, 4306.0, 4289.0, 4316.0, 4286.0, 4331.0, 4312.0, 4361.0, 4311.0, 4351.0, 4322.0, 4342.0, 4312.0, 4307.0, 4308.0, 4288.0, 4319.0, 4276.0, 4329.0, 4310.0, 4330.0, 4297.0, 4339.0, 4298.0, 4326.0, 4297.0, 4309.0, 4322.0, 4279.0, 4331.0, 4290.0, 4317.0, 4310.0, 4362.0, 4334.0, 4330.0, 4311.0, 4322.0, 4312.0, 4324.0, 4333.0, 4288.0, 4332.0, 4291.0, 4331.0, 4301.0, 4330.0, 4313.0, 4342.0, 4321.0, 4338.0, 4300.0, 4319.0, 4311.0, 4320.0, 4308.0, 4340.0, 4320.0, 4299.0, 4309.0, 4288.0, 4318.0, 4278.0, 4329.0, 4309.0, 4349.0, 4300.0, 4341.0, 4299.0, 4309.0, 4311.0, 4309.0, 4332.0, 4292.0, 4331.0, 4289.0, 4316.0, 4286.0, 4331.0, 4300.0, 4319.0, 4296.0, 4328.0, 4297.0, 4348.0, 4310.0, 4339.0, 4310.0, 4307.0, 4295.0, 4286.0, 4320.0, 4312.0, 4360.0, 4311.0, 4341.0, 4311.0, 4340.0, 4313.0, 4350.0, 4314.0, 4311.0, 4310.0, 4312.0, 4308.0, 4311.0, 4321.0, 4281.0, 4330.0, 4301.0, 4339.0, 4310.0, 4352.0, 4322.0, 4364.0, 4313.0, 4320.0, 4311.0, 4309.0, 4309.0, 4327.0, 4307.0, 4321.0, 4319.0, 4274.0, 4306.0, 4275.0, 4318.0, 4296.0, 4342.0, 4307.0, 4335.0, 4305.0, 4306.0, 4285.0, 4297.0, 4308.0, 4289.0, 4319.0, 4288.0, 4316.0, 4287.0, 4317.0, 4298.0, 4330.0, 4311.0, 4337.0, 4305.0, 4307.0, 4299.0, 4286.0, 4318.0, 4291.0, 4331.0, 4307.0, 4340.0, 4308.0, 4329.0, 4309.0, 4307.0, 4309.0, 4289.0, 4317.0, 4290.0, 4329.0, 4311.0, 4350.0, 4308.0, 4327.0, 4297.0, 4298.0, 4322.0, 4301.0, 4350.0, 4321.0, 4331.0, 4310.0, 4279.0, 4333.0, 4314.0, 4350.0, 4320.0, 4332.0, 4318.0, 4294.0, 4356.0, 4321.0, 4355.0, 4310.0, 4291.0, 4331.0, 4312.0, 4342.0, 4325.0, 4334.0, 4342.0, 4300.0, 4330.0, 4307.0, 4339.0, 4311.0, 4340.0, 4309.0, 4297.0, 4307.0, 4285.0, 4307.0, 4286.0, 4325.0, 4297.0, 4327.0, 4294.0, 4287.0, 4307.0, 4287.0, 4319.0, 4313.0, 4360.0, 4310.0, 4318.0, 4307.0, 4296.0, 4310.0, 4317.0, 4331.0, 4289.0, 4317.0, 4285.0, 4318.0, 4287.0, 4328.0, 4308.0, 4340.0, 4307.0, 4318.0, 4298.0, 4299.0, 4320.0, 4299.0, 4330.0, 4311.0, 4338.0, 4311.0, 4339.0, 4311.0, 4320.0, 4310.0, 4289.0, 4310.0, 4289.0, 4330.0, 4311.0, 4351.0, 4308.0, 4321.0, 4311.0, 4288.0, 4321.0, 4303.0, 4341.0, 4310.0, 4341.0, 4308.0, 4321.0, 4310.0, 4302.0, 4330.0, 4301.0, 4329.0, 4310.0, 4339.0, 4321.0, 4320.0, 4318.0, 4288.0, 4320.0, 4299.0, 4331.0, 4314.0, 4352.0, 4319.0, 4309.0, 4307.0, 4288.0, 4318.0, 4288.0, 4340.0, 4309.0, 4330.0, 4309.0, 4328.0, 4309.0, 4331.0, 4308.0, 4342.0, 4308.0, 4299.0, 4308.0, 4285.0, 4319.0, 4287.0, 4328.0, 4300.0, 4319.0, 4312.0, 4327.0, 4299.0, 4311.0, 4320.0, 4302.0, 4319.0], 'WindowWidth': [9761.0, 9658.0, 9692.0, 9610.0, 9663.0, 9608.0, 9619.0, 9556.0, 9583.0, 9556.0, 9578.0, 9552.0, 9582.0, 9552.0, 9579.0, 9583.0, 9509.0, 9563.0, 9523.0, 9559.0, 9538.0, 9577.0, 9578.0, 9597.0, 9558.0, 9580.0, 9559.0, 9601.0, 9559.0, 9577.0, 9591.0, 9534.0, 9586.0, 9562.0, 9599.0, 9578.0, 9603.0, 9596.0, 9599.0, 9574.0, 9583.0, 9557.0, 9554.0, 9575.0, 9570.0, 9611.0, 9559.0, 9588.0, 9557.0, 9607.0, 9570.0, 9611.0, 9555.0, 9598.0, 9539.0, 9529.0, 9549.0, 9486.0, 9559.0, 9517.0, 9601.0, 9556.0, 9592.0, 9543.0, 9535.0, 9549.0, 9534.0, 9567.0, 9540.0, 9588.0, 9509.0, 9577.0, 9544.0, 9576.0, 9558.0, 9625.0, 9595.0, 9584.0, 9541.0, 9544.0, 9562.0, 9520.0, 9589.0, 9599.0, 9637.0, 9592.0, 9620.0, 9577.0, 9588.0, 9580.0, 9560.0, 9586.0, 9546.0, 9583.0, 9538.0, 9581.0, 9558.0, 9630.0, 9551.0, 9549.0, 9545.0, 9518.0, 9544.0, 9506.0, 9564.0, 9553.0, 9607.0, 9533.0, 9583.0, 9543.0, 9566.0, 9546.0, 9573.0, 9527.0, 9500.0, 9537.0, 9498.0, 9539.0, 9531.0, 9586.0, 9536.0, 9544.0, 9549.0, 9507.0, 9562.0, 9526.0, 9581.0, 9558.0, 9612.0, 9557.0, 9592.0, 9541.0, 9577.0, 9558.0, 9569.0, 9557.0, 9506.0, 9559.0, 9502.0, 9559.0, 9517.0, 9582.0, 9558.0, 9630.0, 9553.0, 9551.0, 9532.0, 9504.0, 9561.0, 9561.0, 9613.0, 9574.0, 9579.0, 9539.0, 9532.0, 9552.0, 9547.0, 9587.0, 9509.0, 9563.0, 9521.0, 9557.0, 9535.0, 9604.0, 9597.0, 9565.0, 9539.0, 9534.0, 9549.0, 9522.0, 9591.0, 9553.0, 9554.0, 9584.0, 9562.0, 9605.0, 9596.0, 9555.0, 9586.0, 9558.0, 9552.0, 9571.0, 9513.0, 9578.0, 9545.0, 9607.0, 9557.0, 9608.0, 9536.0, 9542.0, 9510.0, 9532.0, 9507.0, 9522.0, 9511.0, 9538.0, 9498.0, 9549.0, 9515.0, 9533.0, 9537.0, 9527.0, 9593.0, 9560.0, 9602.0, 9577.0, 9612.0, 9567.0, 9573.0, 9551.0, 9564.0, 9582.0, 9635.0, 9572.0, 9564.0, 9533.0, 9515.0, 9548.0, 9492.0, 9574.0, 9555.0, 9612.0, 9553.0, 9536.0, 9534.0, 9507.0, 9558.0, 9540.0, 9589.0, 9556.0, 9552.0, 9578.0, 9537.0, 9586.0, 9566.0, 9579.0, 9542.0, 9579.0, 9564.0, 9580.0, 9583.0, 9511.0, 9548.0, 9524.0, 9557.0, 9550.0, 9539.0, 9584.0, 9567.0, 9636.0, 9607.0, 9572.0, 9571.0, 9527.0, 9562.0, 9562.0, 9527.0, 9573.0, 9533.0, 9602.0, 9548.0, 9527.0, 9514.0, 9498.0, 9523.0, 9484.0, 9554.0, 9532.0, 9584.0, 9531.0, 9593.0, 9521.0, 9530.0, 9550.0, 9509.0, 9582.0, 9574.0, 9628.0, 9558.0, 9611.0, 9545.0, 9556.0, 9540.0, 9558.0, 9559.0, 9587.0, 9512.0, 9568.0, 9514.0, 9569.0, 9490.0, 9505.0, 9522.0, 9499.0, 9549.0, 9536.0, 9563.0, 9536.0, 9524.0, 9558.0, 9508.0, 9542.0, 9518.0, 9563.0, 9537.0, 9561.0, 9523.0, 9559.0, 9531.0, 9558.0, 9535.0, 9559.0, 9532.0, 9560.0, 9548.0, 9533.0, 9548.0, 9529.0, 9600.0, 9560.0, 9578.0, 9597.0, 9557.0, 9576.0, 9582.0, 9520.0, 9578.0, 9541.0, 9568.0, 9513.0, 9540.0, 9514.0, 9513.0, 9542.0, 9491.0, 9574.0, 9504.0, 9563.0, 9520.0, 9531.0, 9496.0, 9498.0, 9546.0, 9513.0, 9578.0, 9524.0, 9578.0, 9572.0, 9583.0, 9543.0, 9558.0, 9533.0, 9554.0, 9547.0, 9528.0, 9520.0, 9535.0, 9499.0, 9524.0, 9497.0, 9555.0, 9518.0, 9586.0, 9551.0, 9531.0, 9526.0, 9500.0, 9522.0, 9497.0, 9559.0, 9517.0, 9560.0, 9514.0, 9558.0, 9512.0, 9536.0, 9524.0, 9553.0, 9540.0, 9518.0, 9525.0, 9513.0, 9545.0, 9505.0, 9578.0, 9557.0, 9580.0, 9540.0, 9531.0, 9557.0, 9539.0, 9592.0, 9537.0, 9571.0, 9596.0, 9540.0, 9585.0, 9521.0, 9582.0, 9530.0, 9568.0, 9531.0, 9556.0, 9530.0, 9551.0, 9495.0, 9533.0, 9507.0, 9491.0, 9523.0, 9488.0, 9577.0, 9517.0, 9573.0, 9534.0, 9564.0, 9535.0, 9582.0, 9571.0, 9549.0, 9551.0, 9530.0, 9532.0, 9555.0, 9531.0, 9516.0, 9539.0, 9515.0, 9526.0, 9484.0, 9559.0, 9532.0, 9576.0, 9522.0, 9584.0, 9517.0, 9544.0, 9551.0, 9520.0, 9563.0, 9525.0, 9561.0, 9535.0, 9576.0, 9571.0, 9596.0, 9552.0, 9548.0, 9537.0, 9545.0, 9532.0, 9562.0, 9585.0, 9508.0, 9556.0, 9512.0, 9548.0, 9515.0, 9554.0, 9533.0, 9604.0, 9529.0, 9566.0, 9513.0, 9548.0, 9524.0, 9565.0, 9515.0, 9541.0, 9506.0, 9493.0, 9515.0, 9480.0, 9533.0, 9518.0, 9559.0, 9533.0, 9572.0, 9529.0, 9570.0, 9530.0, 9583.0, 9525.0, 9579.0, 9552.0, 9554.0, 9520.0, 9532.0, 9508.0, 9502.0, 9523.0, 9513.0, 9557.0, 9498.0, 9539.0, 9516.0, 9554.0, 9542.0, 9585.0, 9550.0, 9523.0, 9514.0, 9501.0, 9523.0, 9527.0, 9541.0, 9556.0, 9541.0, 9498.0, 9536.0, 9483.0, 9542.0, 9531.0, 9587.0, 9532.0, 9539.0, 9513.0, 9497.0, 9558.0, 9519.0, 9562.0, 9520.0, 9578.0, 9531.0, 9550.0, 9550.0, 9590.0, 9548.0, 9574.0, 9530.0, 9571.0, 9521.0, 9526.0, 9533.0, 9489.0, 9561.0, 9550.0, 9589.0, 9529.0, 9505.0, 9543.0, 9499.0, 9550.0, 9528.0, 9554.0, 9554.0, 9572.0, 9525.0, 9521.0, 9505.0, 9492.0, 9521.0, 9496.0, 9558.0, 9481.0, 9535.0, 9496.0, 9536.0, 9514.0, 9556.0, 9534.0, 9546.0, 9524.0, 9503.0, 9537.0, 9498.0, 9563.0, 9537.0, 9605.0, 9536.0, 9587.0, 9549.0, 9579.0, 9536.0, 9524.0, 9527.0, 9499.0, 9540.0, 9481.0, 9556.0, 9533.0, 9561.0, 9512.0, 9568.0, 9512.0, 9547.0, 9510.0, 9527.0, 9549.0, 9489.0, 9559.0, 9506.0, 9539.0, 9534.0, 9608.0, 9571.0, 9560.0, 9535.0, 9549.0, 9538.0, 9555.0, 9569.0, 9503.0, 9563.0, 9508.0, 9562.0, 9521.0, 9559.0, 9540.0, 9577.0, 9549.0, 9570.0, 9518.0, 9542.0, 9532.0, 9543.0, 9529.0, 9570.0, 9546.0, 9514.0, 9526.0, 9498.0, 9537.0, 9484.0, 9555.0, 9529.0, 9585.0, 9517.0, 9572.0, 9515.0, 9530.0, 9535.0, 9532.0, 9564.0, 9509.0, 9561.0, 9501.0, 9535.0, 9496.0, 9561.0, 9517.0, 9541.0, 9507.0, 9550.0, 9510.0, 9580.0, 9530.0, 9569.0, 9528.0, 9523.0, 9507.0, 9495.0, 9544.0, 9537.0, 9603.0, 9535.0, 9574.0, 9534.0, 9571.0, 9538.0, 9586.0, 9541.0, 9533.0, 9532.0, 9534.0, 9529.0, 9535.0, 9548.0, 9494.0, 9560.0, 9520.0, 9571.0, 9533.0, 9590.0, 9552.0, 9611.0, 9538.0, 9544.0, 9532.0, 9527.0, 9527.0, 9550.0, 9524.0, 9545.0, 9541.0, 9477.0, 9519.0, 9477.0, 9537.0, 9509.0, 9575.0, 9522.0, 9557.0, 9516.0, 9518.0, 9491.0, 9508.0, 9526.0, 9499.0, 9541.0, 9498.0, 9534.0, 9496.0, 9536.0, 9511.0, 9555.0, 9535.0, 9563.0, 9518.0, 9521.0, 9511.0, 9494.0, 9539.0, 9505.0, 9560.0, 9524.0, 9568.0, 9526.0, 9554.0, 9528.0, 9523.0, 9527.0, 9500.0, 9537.0, 9503.0, 9555.0, 9537.0, 9585.0, 9525.0, 9550.0, 9509.0, 9511.0, 9548.0, 9520.0, 9587.0, 9546.0, 9558.0, 9531.0, 9490.0, 9567.0, 9541.0, 9589.0, 9547.0, 9562.0, 9542.0, 9515.0, 9603.0, 9549.0, 9595.0, 9532.0, 9506.0, 9561.0, 9537.0, 9578.0, 9557.0, 9568.0, 9580.0, 9517.0, 9559.0, 9524.0, 9567.0, 9533.0, 9571.0, 9530.0, 9508.0, 9521.0, 9490.0, 9520.0, 9493.0, 9545.0, 9510.0, 9548.0, 9501.0, 9495.0, 9523.0, 9496.0, 9542.0, 9540.0, 9601.0, 9532.0, 9539.0, 9523.0, 9508.0, 9529.0, 9538.0, 9562.0, 9499.0, 9536.0, 9490.0, 9537.0, 9494.0, 9550.0, 9526.0, 9569.0, 9521.0, 9535.0, 9510.0, 9513.0, 9545.0, 9513.0, 9556.0, 9531.0, 9565.0, 9531.0, 9567.0, 9533.0, 9543.0, 9528.0, 9500.0, 9527.0, 9499.0, 9557.0, 9532.0, 9586.0, 9524.0, 9544.0, 9531.0, 9499.0, 9548.0, 9524.0, 9575.0, 9530.0, 9571.0, 9527.0, 9546.0, 9532.0, 9521.0, 9559.0, 9521.0, 9555.0, 9533.0, 9570.0, 9549.0, 9546.0, 9540.0, 9500.0, 9543.0, 9516.0, 9560.0, 9540.0, 9591.0, 9542.0, 9526.0, 9522.0, 9497.0, 9538.0, 9500.0, 9575.0, 9528.0, 9556.0, 9528.0, 9551.0, 9527.0, 9559.0, 9528.0, 9576.0, 9528.0, 9515.0, 9525.0, 9492.0, 9540.0, 9496.0, 9556.0, 9516.0, 9539.0, 9533.0, 9551.0, 9516.0, 9532.0, 9544.0, 9520.0, 9541.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.0002974078341013825</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.018972899078341016</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.35409114274512</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2648737937139543</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.991921568269896</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5121</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4618.2207</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.0851146888423134</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>17</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.9585253456221199</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.345778178796584</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2247680378664874</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.557803575380847</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2547629231424167</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00874134</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01168317161500454</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03387663513422012</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.1479883765280725</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>13.5261</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.7654</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>209.2351</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>289616.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1042.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>378.0378</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1544</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>525.0718</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3474.8809</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3628.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>86928.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1385.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4509.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>874.6358</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>43.623465452343225</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> |