=== 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-0127 --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-0127",
"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-0127_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-0127_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-0127_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-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0127/figures/sub-0127_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-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127/ses-01/func/sub-0127_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>3e768943507052071dce3e45e4f0f8cd</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>10:51:30.647500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.995502, 0.0668574, -0.0671223, -0.0764249, 0.985432, -0.151928]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0832372</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>[4188, -7739, -7253, 205, -167, 115, -65, 124]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>243.555</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>785002db-349e-49b0-be38-8d34cdb90565||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6708598136901855, -0.20504248142242432, -0.1511649340391159, 126.71813201904297], [-0.1793733835220337, 2.643843173980713, -0.4222117066383362, -80.26376342773438], [-0.18008433282375336, 0.40761232376098633, 2.662496328353882, -91.35884857177734], [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': ['105130.647500', '105131.107500', '105131.567500', '105132.027500', '105132.487500', '105132.947500', '105133.407500', '105133.867500', '105134.327500', '105134.787500', '105135.247500', '105135.707500', '105136.167500', '105136.627500', '105137.087500', '105137.547500', '105138.007500', '105138.467500', '105138.927500', '105139.387500', '105139.847500', '105140.307500', '105140.767500', '105141.227500', '105141.687500', '105142.147500', '105142.607500', '105143.067500', '105143.527500', '105143.987500', '105144.447500', '105144.907500', '105145.367500', '105145.827500', '105146.287500', '105146.747500', '105147.207500', '105147.667500', '105148.127500', '105148.587500', '105149.047500', '105149.507500', '105149.967500', '105150.427500', '105150.887500', '105151.347500', '105151.807500', '105152.267500', '105152.727500', '105153.187500', '105153.647500', '105154.107500', '105154.567500', '105155.027500', '105155.487500', '105155.947500', '105156.407500', '105156.867500', '105157.327500', '105157.787500', '105158.247500', '105158.707500', '105159.167500', '105159.627500', '105200.087500', '105200.547500', '105201.007500', '105201.467500', '105201.927500', '105202.387500', '105202.847500', '105203.307500', '105203.767500', '105204.227500', '105204.687500', '105205.147500', '105205.607500', '105206.067500', '105206.527500', '105206.987500', '105207.447500', '105207.907500', '105208.367500', '105208.827500', '105209.287500', '105209.747500', '105210.207500', '105210.667500', '105211.127500', '105211.587500', '105212.047500', '105212.507500', '105212.967500', '105213.427500', '105213.887500', '105214.347500', '105214.807500', '105215.267500', '105215.727500', '105216.187500', '105216.647500', '105217.107500', '105217.567500', '105218.027500', '105218.487500', '105218.947500', '105219.407500', '105219.867500', '105220.327500', '105220.787500', '105221.247500', '105221.707500', '105222.167500', '105222.627500', '105223.087500', '105223.547500', '105224.007500', '105224.467500', '105224.927500', '105225.387500', '105225.847500', '105226.307500', '105226.767500', '105227.227500', '105227.687500', '105228.147500', '105228.607500', '105229.067500', '105229.527500', '105229.987500', '105230.447500', '105230.907500', '105231.367500', '105231.827500', '105232.287500', '105232.747500', '105233.207500', '105233.667500', '105234.127500', '105234.587500', '105235.047500', '105235.507500', '105235.967500', '105236.427500', '105236.887500', '105237.347500', '105237.807500', '105238.267500', '105238.727500', '105239.187500', '105239.647500', '105240.107500', '105240.567500', '105241.027500', '105241.487500', '105241.947500', '105242.407500', '105242.867500', '105243.327500', '105243.787500', '105244.247500', '105244.707500', '105245.167500', '105245.627500', '105246.087500', '105246.547500', '105247.007500', '105247.467500', '105247.927500', '105248.387500', '105248.847500', '105249.307500', '105249.767500', '105250.227500', '105250.687500', '105251.147500', '105251.607500', '105252.067500', '105252.527500', '105252.987500', '105253.447500', '105253.907500', '105254.367500', '105254.827500', '105255.287500', '105255.747500', '105256.207500', '105256.667500', '105257.127500', '105257.587500', '105258.047500', '105258.507500', '105258.967500', '105259.427500', '105259.887500', '105300.347500', '105300.807500', '105301.267500', '105301.727500', '105302.187500', '105302.647500', '105303.107500', '105303.567500', '105304.027500', '105304.487500', '105304.947500', '105305.407500', '105305.867500', '105306.327500', '105306.787500', '105307.247500', '105307.707500', '105308.167500', '105308.627500', '105309.087500', '105309.547500', '105310.007500', '105310.467500', '105310.927500', '105311.387500', '105311.847500', '105312.307500', '105312.767500', '105313.227500', '105313.687500', '105314.147500', '105314.607500', '105315.067500', '105315.527500', '105315.987500', '105316.447500', '105316.907500', '105317.367500', '105317.827500', '105318.287500', '105318.747500', '105319.207500', '105319.667500', '105320.127500', '105320.587500', '105321.047500', '105321.507500', '105321.967500', '105322.427500', '105322.887500', '105323.347500', '105323.807500', '105324.267500', '105324.727500', '105325.187500', '105325.647500', '105326.107500', '105326.567500', '105327.027500', '105327.487500', '105327.947500', '105328.407500', '105328.867500', '105329.327500', '105329.787500', '105330.247500', '105330.707500', '105331.167500', '105331.627500', '105332.087500', '105332.547500', '105333.007500', '105333.467500', '105333.927500', '105334.387500', '105334.847500', '105335.307500', '105335.767500', '105336.227500', '105336.687500', '105337.147500', '105337.607500', '105338.067500', '105338.527500', '105338.987500', '105339.447500', '105339.907500', '105340.367500', '105340.827500', '105341.287500', '105341.747500', '105342.207500', '105342.667500', '105343.127500', '105343.587500', '105344.047500', '105344.507500', '105344.967500', '105345.427500', '105345.887500', '105346.347500', '105346.807500', '105347.267500', '105347.727500', '105348.187500', '105348.647500', '105349.107500', '105349.567500', '105350.027500', '105350.487500', '105350.947500', '105351.407500', '105351.867500', '105352.327500', '105352.787500', '105353.247500', '105353.707500', '105354.167500', '105354.627500', '105355.087500', '105355.547500', '105356.007500', '105356.467500', '105356.927500', '105357.387500', '105357.847500', '105358.307500', '105358.767500', '105359.227500', '105359.687500', '105400.147500', '105400.607500', '105401.067500', '105401.527500', '105401.987500', '105402.447500', '105402.907500', '105403.367500', '105403.827500', '105404.287500', '105404.747500', '105405.207500', '105405.667500', '105406.127500', '105406.587500', '105407.047500', '105407.507500', '105407.967500', '105408.427500', '105408.887500', '105409.347500', '105409.807500', '105410.267500', '105410.727500', '105411.187500', '105411.647500', '105412.107500', '105412.567500', '105413.027500', '105413.487500', '105413.947500', '105414.407500', '105414.867500', '105415.327500', '105415.787500', '105416.247500', '105416.707500', '105417.167500', '105417.627500', '105418.087500', '105418.547500', '105419.007500', '105419.467500', '105419.927500', '105420.387500', '105420.847500', '105421.307500', '105421.767500', '105422.227500', '105422.687500', '105423.147500', '105423.607500', '105424.067500', '105424.527500', '105424.987500', '105425.447500', '105425.907500', '105426.367500', '105426.827500', '105427.287500', '105427.747500', '105428.207500', '105428.667500', '105429.127500', '105429.587500', '105430.047500', '105430.507500', '105430.967500', '105431.427500', '105431.887500', '105432.347500', '105432.807500', '105433.267500', '105433.727500', '105434.187500', '105434.647500', '105435.107500', '105435.567500', '105436.027500', '105436.487500', '105436.947500', '105437.407500', '105437.867500', '105438.327500', '105438.787500', '105439.247500', '105439.707500', '105440.167500', '105440.627500', '105441.087500', '105441.547500', '105442.007500', '105442.467500', '105442.927500', '105443.387500', '105443.847500', '105444.307500', '105444.767500', '105445.227500', '105445.687500', '105446.147500', '105446.607500', '105447.067500', '105447.527500', '105447.987500', '105448.447500', '105448.907500', '105449.367500', '105449.827500', '105450.287500', '105450.747500', '105451.207500', '105451.667500', '105452.127500', '105452.587500', '105453.047500', '105453.507500', '105453.967500', '105454.427500', '105454.887500', '105455.347500', '105455.807500', '105456.267500', '105456.727500', '105457.187500', '105457.647500', '105458.107500', '105458.567500', '105459.027500', '105459.487500', '105459.947500', '105500.407500', '105500.867500', '105501.327500', '105501.787500', '105502.247500', '105502.707500', '105503.167500', '105503.627500', '105504.087500', '105504.547500', '105505.007500', '105505.467500', '105505.927500', '105506.387500', '105506.847500', '105507.307500', '105507.767500', '105508.227500', '105508.687500', '105509.147500', '105509.607500', '105510.067500', '105510.527500', '105510.987500', '105511.447500', '105511.907500', '105512.367500', '105512.827500', '105513.287500', '105513.747500', '105514.207500', '105514.667500', '105515.127500', '105515.587500', '105516.047500', '105516.507500', '105516.967500', '105517.427500', '105517.887500', '105518.347500', '105518.807500', '105519.267500', '105519.727500', '105520.187500', '105520.647500', '105521.107500', '105521.567500', '105522.027500', '105522.487500', '105522.947500', '105523.407500', '105523.867500', '105524.327500', '105524.787500', '105525.247500', '105525.707500', '105526.167500', '105526.627500', '105527.087500', '105527.547500', '105528.007500', '105528.467500', '105528.927500', '105529.387500', '105529.847500', '105530.307500', '105530.767500', '105531.227500', '105531.687500', '105532.147500', '105532.607500', '105533.067500', '105533.527500', '105533.987500', '105534.447500', '105534.907500', '105535.367500', '105535.827500', '105536.287500', '105536.747500', '105537.207500', '105537.667500', '105538.127500', '105538.587500', '105539.047500', '105539.507500', '105539.967500', '105540.427500', '105540.887500', '105541.347500', '105541.807500', '105542.267500', '105542.727500', '105543.187500', '105543.647500', '105544.107500', '105544.567500', '105545.027500', '105545.487500', '105545.947500', '105546.407500', '105546.867500', '105547.327500', '105547.787500', '105548.247500', '105548.707500', '105549.167500', '105549.627500', '105550.087500', '105550.547500', '105551.007500', '105551.467500', '105551.927500', '105552.387500', '105552.847500', '105553.307500', '105553.767500', '105554.227500', '105554.687500', '105555.147500', '105555.607500', '105556.067500', '105556.527500', '105556.987500', '105557.447500', '105557.907500', '105558.367500', '105558.827500', '105559.287500', '105559.747500', '105600.207500', '105600.667500', '105601.127500', '105601.587500', '105602.047500', '105602.507500', '105602.967500', '105603.427500', '105603.887500', '105604.347500', '105604.807500', '105605.267500', '105605.727500', '105606.187500', '105606.647500', '105607.107500', '105607.567500', '105608.027500', '105608.487500', '105608.947500', '105609.407500', '105609.867500', '105610.327500', '105610.787500', '105611.247500', '105611.707500', '105612.167500', '105612.627500', '105613.087500', '105613.547500', '105614.007500', '105614.467500', '105614.927500', '105615.387500', '105615.847500', '105616.307500', '105616.767500', '105617.227500', '105617.687500', '105618.147500', '105618.607500', '105619.067500', '105619.527500', '105619.987500', '105620.447500', '105620.907500', '105621.367500', '105621.827500', '105622.287500', '105622.747500', '105623.207500', '105623.667500', '105624.127500', '105624.587500', '105625.047500', '105625.507500', '105625.967500', '105626.427500', '105626.887500', '105627.347500', '105627.807500', '105628.267500', '105628.727500', '105629.187500', '105629.647500', '105630.107500', '105630.567500', '105631.027500', '105631.487500', '105631.947500', '105632.407500', '105632.867500', '105633.327500', '105633.787500', '105634.247500', '105634.707500', '105635.167500', '105635.627500', '105636.087500', '105636.547500', '105637.007500', '105637.467500', '105637.927500', '105638.387500', '105638.847500', '105639.307500', '105639.767500', '105640.227500', '105640.687500', '105641.147500', '105641.607500', '105642.067500', '105642.527500', '105642.987500', '105643.447500', '105643.907500', '105644.367500', '105644.827500', '105645.287500', '105645.747500', '105646.207500', '105646.667500', '105647.127500', '105647.587500', '105648.047500', '105648.507500', '105648.967500', '105649.427500', '105649.887500', '105650.347500', '105650.807500', '105651.267500', '105651.727500', '105652.187500', '105652.647500', '105653.107500', '105653.567500', '105654.027500', '105654.487500', '105654.947500', '105655.407500', '105655.867500', '105656.327500', '105656.787500', '105657.247500', '105657.707500', '105658.167500', '105658.627500', '105659.087500', '105659.547500', '105700.007500', '105700.467500', '105700.927500', '105701.387500', '105701.847500', '105702.307500', '105702.767500', '105703.227500', '105703.687500', '105704.147500', '105704.607500', '105705.067500', '105705.527500', '105705.987500', '105706.447500', '105706.907500', '105707.367500', '105707.827500', '105708.287500', '105708.747500', '105709.207500', '105709.667500', '105710.127500', '105710.587500', '105711.047500', '105711.507500', '105711.967500', '105712.427500', '105712.887500', '105713.347500', '105713.807500', '105714.267500', '105714.727500', '105715.187500', '105715.647500', '105716.107500', '105716.567500', '105717.027500', '105717.487500', '105717.947500', '105718.407500', '105718.867500', '105719.327500', '105719.787500', '105720.247500', '105720.707500', '105721.167500', '105721.627500', '105722.087500', '105722.547500', '105723.007500', '105723.467500', '105723.927500', '105724.387500', '105724.847500', '105725.307500', '105725.767500', '105726.227500', '105726.687500', '105727.147500', '105727.607500', '105728.067500', '105728.527500', '105728.987500', '105729.447500', '105729.907500', '105730.367500', '105730.827500', '105731.287500', '105731.747500', '105732.207500', '105732.667500', '105733.127500', '105733.587500', '105734.047500', '105734.507500', '105734.967500', '105735.427500', '105735.887500', '105736.347500', '105736.807500', '105737.267500', '105737.727500', '105738.187500', '105738.647500', '105739.107500', '105739.567500', '105740.027500', '105740.487500', '105740.947500', '105741.407500', '105741.867500', '105742.327500', '105742.787500', '105743.247500', '105743.707500', '105744.167500', '105744.627500', '105745.087500', '105745.547500', '105746.007500', '105746.467500', '105746.927500', '105747.387500', '105747.847500', '105748.307500', '105748.767500', '105749.227500', '105749.687500', '105750.147500', '105750.607500', '105751.067500', '105751.527500', '105751.987500', '105752.447500', '105752.907500', '105753.367500', '105753.827500', '105754.287500', '105754.747500', '105755.207500', '105755.667500', '105756.127500', '105756.587500', '105757.047500', '105757.507500', '105757.967500', '105758.427500', '105758.887500', '105759.347500', '105759.807500', '105800.267500', '105800.727500', '105801.187500', '105801.647500', '105802.107500', '105802.567500', '105803.027500', '105803.487500', '105803.947500', '105804.407500', '105804.867500', '105805.327500', '105805.787500', '105806.247500', '105806.707500', '105807.167500', '105807.627500', '105808.087500', '105808.547500', '105809.007500', '105809.467500', '105809.927500', '105810.387500', '105810.847500', '105811.307500'], 'ContentTime': ['105151.058000', '105151.062000', '105151.065000', '105151.067000', '105151.070000', '105151.073000', '105151.080000', '105151.083000', '105151.085000', '105151.088000', '105151.090000', '105151.093000', '105151.095000', '105151.104000', '105151.107000', '105151.110000', '105151.112000', '105151.121000', '105151.124000', '105151.127000', '105151.129000', '105151.132000', '105151.134000', '105151.137000', '105151.140000', '105151.142000', '105151.145000', '105151.148000', '105151.150000', '105151.153000', '105151.155000', '105151.158000', '105151.160000', '105151.163000', '105151.166000', '105151.168000', '105151.171000', '105151.173000', '105151.176000', '105151.178000', '105151.181000', '105211.030000', '105211.033000', '105211.036000', '105211.039000', '105211.041000', '105211.044000', '105211.047000', '105211.049000', '105211.052000', '105211.054000', '105211.057000', '105211.059000', '105211.062000', '105211.065000', '105211.067000', '105211.070000', '105211.072000', '105211.075000', '105211.078000', '105211.080000', '105211.083000', '105211.085000', '105211.088000', '105211.090000', '105211.093000', '105211.095000', '105211.098000', '105211.100000', '105211.103000', '105211.106000', '105211.108000', '105211.111000', '105211.113000', '105211.116000', '105211.118000', '105211.121000', '105211.123000', '105211.126000', '105211.128000', '105211.131000', '105211.133000', '105211.136000', '105211.139000', '105231.030000', '105231.033000', '105231.036000', '105231.038000', '105231.041000', '105231.044000', '105231.046000', '105231.049000', '105231.051000', '105231.054000', '105231.057000', '105231.059000', '105231.062000', '105231.071000', '105231.074000', '105231.076000', '105231.079000', '105231.081000', '105231.084000', '105231.087000', '105231.089000', '105231.092000', '105231.094000', '105231.097000', '105231.100000', '105231.102000', '105231.105000', '105231.107000', '105231.110000', '105231.112000', '105231.115000', '105231.118000', '105231.120000', '105231.123000', '105231.125000', '105231.128000', '105231.131000', '105231.133000', '105231.136000', '105231.138000', '105231.141000', '105231.144000', '105231.146000', '105231.149000', '105251.030000', '105251.033000', '105251.036000', '105251.038000', '105251.041000', '105251.043000', '105251.046000', '105251.049000', '105251.051000', '105251.054000', '105251.056000', '105251.059000', '105251.062000', '105251.064000', '105251.067000', '105251.070000', '105251.072000', '105251.075000', '105251.077000', '105251.080000', '105251.083000', '105251.085000', '105251.088000', '105251.090000', '105251.093000', '105251.095000', '105251.098000', '105251.101000', '105251.103000', '105251.106000', '105251.108000', '105251.111000', '105251.113000', '105251.117000', '105251.120000', '105251.123000', '105251.125000', '105251.128000', '105251.130000', '105251.133000', '105251.136000', '105251.138000', '105251.141000', '105311.029000', '105311.032000', '105311.035000', '105311.038000', '105311.040000', '105311.043000', '105311.045000', '105311.048000', '105311.051000', '105311.053000', '105311.056000', '105311.059000', '105311.061000', '105311.064000', '105311.066000', '105311.069000', '105311.072000', '105311.074000', '105311.077000', '105311.079000', '105311.082000', '105311.084000', '105311.087000', '105311.090000', '105311.092000', '105311.095000', '105311.097000', '105311.100000', '105311.102000', '105311.105000', '105311.108000', '105311.110000', '105311.113000', '105311.115000', '105311.118000', '105311.120000', '105311.123000', '105311.126000', '105311.128000', '105311.131000', '105311.133000', '105311.136000', '105311.138000', '105311.141000', '105331.030000', '105331.033000', '105331.036000', '105331.038000', '105331.041000', '105331.044000', '105331.046000', '105331.049000', '105331.051000', '105331.054000', '105331.056000', '105331.069000', '105331.071000', '105331.074000', '105331.076000', '105331.079000', '105331.082000', '105331.084000', '105331.087000', '105331.090000', '105331.094000', '105331.097000', '105331.099000', '105331.102000', '105331.105000', '105331.107000', '105331.110000', '105331.112000', '105331.115000', '105331.117000', '105331.120000', '105331.123000', '105331.125000', '105331.128000', '105331.130000', '105331.133000', '105331.135000', '105331.138000', '105331.141000', '105331.143000', '105331.159000', '105331.161000', '105331.164000', '105351.030000', '105351.033000', '105351.036000', '105351.039000', '105351.041000', '105351.044000', '105351.047000', '105351.049000', '105351.052000', '105351.054000', '105351.057000', '105351.060000', '105351.062000', '105351.065000', '105351.068000', '105351.070000', '105351.073000', '105351.075000', '105351.078000', '105351.080000', '105351.083000', '105351.086000', '105351.088000', '105351.091000', '105351.093000', '105351.096000', '105351.099000', '105351.101000', '105351.104000', '105351.106000', '105351.109000', '105351.112000', '105351.114000', '105351.117000', '105351.119000', '105351.122000', '105351.125000', '105351.127000', '105351.130000', '105351.132000', '105351.135000', '105351.137000', '105351.140000', '105351.143000', '105411.031000', '105411.033000', '105411.036000', '105411.038000', '105411.041000', '105411.044000', '105411.046000', '105411.049000', '105411.051000', '105411.054000', '105411.057000', '105411.059000', '105411.062000', '105411.064000', '105411.067000', '105411.069000', '105411.072000', '105411.075000', '105411.077000', '105411.080000', '105411.082000', '105411.085000', '105411.087000', '105411.090000', '105411.093000', '105411.095000', '105411.098000', '105411.100000', '105411.103000', '105411.105000', '105411.108000', '105411.111000', '105411.114000', '105411.116000', '105411.119000', '105411.121000', '105411.124000', '105411.127000', '105411.129000', '105411.132000', '105411.135000', '105411.137000', '105411.140000', '105431.030000', '105431.033000', '105431.038000', '105431.041000', '105431.043000', '105431.046000', '105431.049000', '105431.051000', '105431.054000', '105431.057000', '105431.059000', '105431.062000', '105431.064000', '105431.067000', '105431.070000', '105431.072000', '105431.075000', '105431.077000', '105431.080000', '105431.082000', '105431.085000', '105431.088000', '105431.090000', '105431.093000', '105431.095000', '105431.098000', '105431.100000', '105431.103000', '105431.105000', '105431.108000', '105431.111000', '105431.113000', '105431.116000', '105431.119000', '105431.121000', '105431.124000', '105431.126000', '105431.129000', '105431.132000', '105431.134000', '105431.137000', '105431.139000', '105431.142000', '105431.144000', '105451.031000', '105451.033000', '105451.036000', '105451.039000', '105451.041000', '105451.044000', '105451.046000', '105451.049000', '105451.052000', '105451.054000', '105451.057000', '105451.059000', '105451.062000', '105451.064000', '105451.067000', '105451.070000', '105451.072000', '105451.075000', '105451.077000', '105451.080000', '105451.082000', '105451.085000', '105451.088000', '105451.090000', '105451.093000', '105451.095000', '105451.098000', '105451.101000', '105451.103000', '105451.106000', '105451.108000', '105451.111000', '105451.113000', '105451.116000', '105451.119000', '105451.121000', '105451.124000', '105451.126000', '105451.129000', '105451.131000', '105451.134000', '105451.137000', '105451.139000', '105511.029000', '105511.032000', '105511.035000', '105511.037000', '105511.040000', '105511.043000', '105511.045000', '105511.057000', '105511.060000', '105511.062000', '105511.065000', '105511.068000', '105511.070000', '105511.073000', '105511.076000', '105511.078000', '105511.081000', '105511.083000', '105511.086000', '105511.088000', '105511.091000', '105511.094000', '105511.096000', '105511.099000', '105511.101000', '105511.104000', '105511.106000', '105511.109000', '105511.112000', '105511.114000', '105511.117000', '105511.119000', '105511.122000', '105511.124000', '105511.127000', '105511.130000', '105511.132000', '105511.135000', '105511.137000', '105511.140000', '105511.143000', '105511.145000', '105511.148000', '105511.150000', '105531.030000', '105531.032000', '105531.035000', '105531.038000', '105531.040000', '105531.043000', '105531.045000', '105531.048000', '105531.051000', '105531.053000', '105531.056000', '105531.059000', '105531.061000', '105531.064000', '105531.066000', '105531.069000', '105531.071000', '105531.074000', '105531.077000', '105531.079000', '105531.082000', '105531.084000', '105531.087000', '105531.089000', '105531.092000', '105531.095000', '105531.097000', '105531.100000', '105531.102000', '105531.105000', '105531.108000', '105531.110000', '105531.113000', '105531.115000', '105531.118000', '105531.121000', '105531.123000', '105531.126000', '105531.128000', '105531.131000', '105531.133000', '105531.136000', '105531.139000', '105551.030000', '105551.033000', '105551.036000', '105551.039000', '105551.041000', '105551.044000', '105551.046000', '105551.049000', '105551.052000', '105551.054000', '105551.057000', '105551.059000', '105551.062000', '105551.064000', '105551.067000', '105551.070000', '105551.072000', '105551.075000', '105551.078000', '105551.080000', '105551.083000', '105551.085000', '105551.088000', '105551.091000', '105551.093000', '105551.096000', '105551.098000', '105551.101000', '105551.103000', '105551.106000', '105551.109000', '105551.111000', '105551.114000', '105551.117000', '105551.119000', '105551.122000', '105551.125000', '105551.127000', '105551.130000', '105551.132000', '105551.135000', '105551.137000', '105551.140000', '105551.143000', '105611.030000', '105611.033000', '105611.036000', '105611.039000', '105611.041000', '105611.044000', '105611.046000', '105611.049000', '105611.052000', '105611.054000', '105611.057000', '105611.059000', '105611.062000', '105611.065000', '105611.067000', '105611.070000', '105611.072000', '105611.075000', '105611.078000', '105611.080000', '105611.083000', '105611.085000', '105611.088000', '105611.090000', '105611.093000', '105611.096000', '105611.098000', '105611.101000', '105611.103000', '105611.106000', '105611.108000', '105611.111000', '105611.114000', '105611.116000', '105611.119000', '105611.121000', '105611.124000', '105611.127000', '105611.129000', '105611.132000', '105611.134000', '105611.137000', '105611.139000', '105631.031000', '105631.033000', '105631.036000', '105631.039000', '105631.041000', '105631.044000', '105631.046000', '105631.049000', '105631.052000', '105631.054000', '105631.057000', '105631.059000', '105631.062000', '105631.064000', '105631.067000', '105631.070000', '105631.083000', '105631.085000', '105631.088000', '105631.091000', '105631.093000', '105631.096000', '105631.098000', '105631.101000', '105631.103000', '105631.106000', '105631.109000', '105631.111000', '105631.114000', '105631.116000', '105631.119000', '105631.121000', '105631.142000', '105631.145000', '105631.148000', '105631.150000', '105631.153000', '105631.155000', '105631.158000', '105631.160000', '105631.163000', '105631.166000', '105631.168000', '105631.171000', '105651.031000', '105651.033000', '105651.036000', '105651.038000', '105651.041000', '105651.044000', '105651.046000', '105651.049000', '105651.051000', '105651.054000', '105651.057000', '105651.059000', '105651.062000', '105651.064000', '105651.067000', '105651.069000', '105651.072000', '105651.075000', '105651.077000', '105651.080000', '105651.083000', '105651.085000', '105651.088000', '105651.090000', '105651.093000', '105651.095000', '105651.098000', '105651.101000', '105651.103000', '105651.106000', '105651.108000', '105651.111000', '105651.114000', '105651.116000', '105651.119000', '105651.121000', '105651.124000', '105651.126000', '105651.129000', '105651.131000', '105651.134000', '105651.137000', '105651.139000', '105711.030000', '105711.033000', '105711.036000', '105711.038000', '105711.041000', '105711.044000', '105711.046000', '105711.049000', '105711.051000', '105711.054000', '105711.057000', '105711.059000', '105711.062000', '105711.064000', '105711.067000', '105711.069000', '105711.072000', '105711.075000', '105711.077000', '105711.080000', '105711.082000', '105711.085000', '105711.088000', '105711.090000', '105711.093000', '105711.095000', '105711.098000', '105711.100000', '105711.103000', '105711.106000', '105711.108000', '105711.111000', '105711.113000', '105711.116000', '105711.119000', '105711.121000', '105711.124000', '105711.127000', '105711.129000', '105711.132000', '105711.134000', '105711.137000', '105711.139000', '105711.142000', '105731.029000', '105731.032000', '105731.035000', '105731.038000', '105731.040000', '105731.043000', '105731.045000', '105731.048000', '105731.051000', '105731.053000', '105731.056000', '105731.058000', '105731.061000', '105731.063000', '105731.066000', '105731.069000', '105731.071000', '105731.074000', '105731.076000', '105731.079000', '105731.082000', '105731.084000', '105731.087000', '105731.089000', '105731.092000', '105731.094000', '105731.097000', '105731.100000', '105731.102000', '105731.105000', '105731.107000', '105731.110000', '105731.113000', '105731.115000', '105731.118000', '105731.120000', '105731.123000', '105731.125000', '105731.128000', '105731.131000', '105731.133000', '105731.136000', '105731.138000', '105751.030000', '105751.032000', '105751.036000', '105751.038000', '105751.041000', '105751.044000', '105751.046000', '105751.049000', '105751.052000', '105751.054000', '105751.057000', '105751.059000', '105751.062000', '105751.065000', '105751.067000', '105751.070000', '105751.072000', '105751.075000', '105751.077000', '105751.080000', '105751.083000', '105751.085000', '105751.088000', '105751.090000', '105751.093000', '105751.096000', '105751.098000', '105751.101000', '105751.104000', '105751.106000', '105751.109000', '105751.111000', '105751.114000', '105751.116000', '105751.119000', '105751.121000', '105751.124000', '105751.127000', '105751.129000', '105751.132000', '105751.134000', '105751.137000', '105751.150000', '105751.152000', '105811.030000', '105811.033000', '105811.036000', '105811.039000', '105811.041000', '105811.044000', '105811.046000', '105811.049000', '105811.052000', '105811.054000', '105811.057000', '105811.059000', '105811.062000', '105811.065000', '105811.067000', '105811.070000', '105811.072000', '105811.075000', '105811.077000', '105811.080000', '105811.082000', '105811.085000', '105811.088000', '105811.090000', '105811.093000', '105811.095000', '105811.098000', '105811.101000', '105811.103000', '105811.106000', '105811.108000', '105811.111000', '105811.113000', '105811.116000', '105811.118000', '105811.121000', '105811.124000', '105811.126000', '105811.129000', '105811.131000', '105811.134000', '105811.137000', '105811.139000', '105813.044000', '105813.047000', '105813.050000', '105813.052000', '105813.055000'], 'InstanceCreationTime': ['105151.058000', '105151.062000', '105151.065000', '105151.067000', '105151.070000', '105151.073000', '105151.080000', '105151.083000', '105151.085000', '105151.088000', '105151.090000', '105151.093000', '105151.095000', '105151.104000', '105151.107000', '105151.110000', '105151.112000', '105151.121000', '105151.124000', '105151.127000', '105151.129000', '105151.132000', '105151.134000', '105151.137000', '105151.140000', '105151.142000', '105151.145000', '105151.148000', '105151.150000', '105151.153000', '105151.155000', '105151.158000', '105151.160000', '105151.163000', '105151.166000', '105151.168000', '105151.171000', '105151.173000', '105151.176000', '105151.178000', '105151.181000', '105211.030000', '105211.033000', '105211.036000', '105211.039000', '105211.041000', '105211.044000', '105211.047000', '105211.049000', '105211.052000', '105211.054000', '105211.057000', '105211.059000', '105211.062000', '105211.065000', '105211.067000', '105211.070000', '105211.072000', '105211.075000', '105211.078000', '105211.080000', '105211.083000', '105211.085000', '105211.088000', '105211.090000', '105211.093000', '105211.095000', '105211.098000', '105211.100000', '105211.103000', '105211.106000', '105211.108000', '105211.111000', '105211.113000', '105211.116000', '105211.118000', '105211.121000', '105211.123000', '105211.126000', '105211.128000', '105211.131000', '105211.133000', '105211.136000', '105211.139000', '105231.030000', '105231.033000', '105231.036000', '105231.038000', '105231.041000', '105231.044000', '105231.046000', '105231.049000', '105231.051000', '105231.054000', '105231.057000', '105231.059000', '105231.062000', '105231.071000', '105231.074000', '105231.076000', '105231.079000', '105231.081000', '105231.084000', '105231.087000', '105231.089000', '105231.092000', '105231.094000', '105231.097000', '105231.100000', '105231.102000', '105231.105000', '105231.107000', '105231.110000', '105231.112000', '105231.115000', '105231.118000', '105231.120000', '105231.123000', '105231.125000', '105231.128000', '105231.131000', '105231.133000', '105231.136000', '105231.138000', '105231.141000', '105231.144000', '105231.146000', '105231.149000', '105251.030000', '105251.033000', '105251.036000', '105251.038000', '105251.041000', '105251.043000', '105251.046000', '105251.049000', '105251.051000', '105251.054000', '105251.056000', '105251.059000', '105251.062000', '105251.064000', '105251.067000', '105251.070000', '105251.072000', '105251.075000', '105251.077000', '105251.080000', '105251.083000', '105251.085000', '105251.088000', '105251.090000', '105251.093000', '105251.095000', '105251.098000', '105251.101000', '105251.103000', '105251.106000', '105251.108000', '105251.111000', '105251.113000', '105251.117000', '105251.120000', '105251.123000', '105251.125000', '105251.128000', '105251.130000', '105251.133000', '105251.136000', '105251.138000', '105251.141000', '105311.029000', '105311.032000', '105311.035000', '105311.038000', '105311.040000', '105311.043000', '105311.045000', '105311.048000', '105311.051000', '105311.053000', '105311.056000', '105311.059000', '105311.061000', '105311.064000', '105311.066000', '105311.069000', '105311.072000', '105311.074000', '105311.077000', '105311.079000', '105311.082000', '105311.084000', '105311.087000', '105311.090000', '105311.092000', '105311.095000', '105311.097000', '105311.100000', '105311.102000', '105311.105000', '105311.108000', '105311.110000', '105311.113000', '105311.115000', '105311.118000', '105311.120000', '105311.123000', '105311.126000', '105311.128000', '105311.131000', '105311.133000', '105311.136000', '105311.138000', '105311.141000', '105331.030000', '105331.033000', '105331.036000', '105331.038000', '105331.041000', '105331.044000', '105331.046000', '105331.049000', '105331.051000', '105331.054000', '105331.056000', '105331.069000', '105331.071000', '105331.074000', '105331.076000', '105331.079000', '105331.082000', '105331.084000', '105331.087000', '105331.090000', '105331.094000', '105331.097000', '105331.099000', '105331.102000', '105331.105000', '105331.107000', '105331.110000', '105331.112000', '105331.115000', '105331.117000', '105331.120000', '105331.123000', '105331.125000', '105331.128000', '105331.130000', '105331.133000', '105331.135000', '105331.138000', '105331.141000', '105331.143000', '105331.159000', '105331.161000', '105331.164000', '105351.030000', '105351.033000', '105351.036000', '105351.039000', '105351.041000', '105351.044000', '105351.047000', '105351.049000', '105351.052000', '105351.054000', '105351.057000', '105351.060000', '105351.062000', '105351.065000', '105351.068000', '105351.070000', '105351.073000', '105351.075000', '105351.078000', '105351.080000', '105351.083000', '105351.086000', '105351.088000', '105351.091000', '105351.093000', '105351.096000', '105351.099000', '105351.101000', '105351.104000', '105351.106000', '105351.109000', '105351.112000', '105351.114000', '105351.117000', '105351.119000', '105351.122000', '105351.125000', '105351.127000', '105351.130000', '105351.132000', '105351.135000', '105351.137000', '105351.140000', '105351.143000', '105411.031000', '105411.033000', '105411.036000', '105411.038000', '105411.041000', '105411.044000', '105411.046000', '105411.049000', '105411.051000', '105411.054000', '105411.057000', '105411.059000', '105411.062000', '105411.064000', '105411.067000', '105411.069000', '105411.072000', '105411.075000', '105411.077000', '105411.080000', '105411.082000', '105411.085000', '105411.087000', '105411.090000', '105411.093000', '105411.095000', '105411.098000', '105411.100000', '105411.103000', '105411.105000', '105411.108000', '105411.111000', '105411.114000', '105411.116000', '105411.119000', '105411.121000', '105411.124000', '105411.127000', '105411.129000', '105411.132000', '105411.135000', '105411.137000', '105411.140000', '105431.030000', '105431.033000', '105431.038000', '105431.041000', '105431.043000', '105431.046000', '105431.049000', '105431.051000', '105431.054000', '105431.057000', '105431.059000', '105431.062000', '105431.064000', '105431.067000', '105431.070000', '105431.072000', '105431.075000', '105431.077000', '105431.080000', '105431.082000', '105431.085000', '105431.088000', '105431.090000', '105431.093000', '105431.095000', '105431.098000', '105431.100000', '105431.103000', '105431.105000', '105431.108000', '105431.111000', '105431.113000', '105431.116000', '105431.119000', '105431.121000', '105431.124000', '105431.126000', '105431.129000', '105431.132000', '105431.134000', '105431.137000', '105431.139000', '105431.142000', '105431.144000', '105451.031000', '105451.033000', '105451.036000', '105451.039000', '105451.041000', '105451.044000', '105451.046000', '105451.049000', '105451.052000', '105451.054000', '105451.057000', '105451.059000', '105451.062000', '105451.064000', '105451.067000', '105451.070000', '105451.072000', '105451.075000', '105451.077000', '105451.080000', '105451.082000', '105451.085000', '105451.088000', '105451.090000', '105451.093000', '105451.095000', '105451.098000', '105451.101000', '105451.103000', '105451.106000', '105451.108000', '105451.111000', '105451.113000', '105451.116000', '105451.119000', '105451.121000', '105451.124000', '105451.126000', '105451.129000', '105451.131000', '105451.134000', '105451.137000', '105451.139000', '105511.029000', '105511.032000', '105511.035000', '105511.037000', '105511.040000', '105511.043000', '105511.045000', '105511.057000', '105511.060000', '105511.062000', '105511.065000', '105511.068000', '105511.070000', '105511.073000', '105511.076000', '105511.078000', '105511.081000', '105511.083000', '105511.086000', '105511.088000', '105511.091000', '105511.094000', '105511.096000', '105511.099000', '105511.101000', '105511.104000', '105511.106000', '105511.109000', '105511.112000', '105511.114000', '105511.117000', '105511.119000', '105511.122000', '105511.124000', '105511.127000', '105511.130000', '105511.132000', '105511.135000', '105511.137000', '105511.140000', '105511.143000', '105511.145000', '105511.148000', '105511.150000', '105531.030000', '105531.032000', '105531.035000', '105531.038000', '105531.040000', '105531.043000', '105531.045000', '105531.048000', '105531.051000', '105531.053000', '105531.056000', '105531.059000', '105531.061000', '105531.064000', '105531.066000', '105531.069000', '105531.071000', '105531.074000', '105531.077000', '105531.079000', '105531.082000', '105531.084000', '105531.087000', '105531.089000', '105531.092000', '105531.095000', '105531.097000', '105531.100000', '105531.102000', '105531.105000', '105531.108000', '105531.110000', '105531.113000', '105531.115000', '105531.118000', '105531.121000', '105531.123000', '105531.126000', '105531.128000', '105531.131000', '105531.133000', '105531.136000', '105531.139000', '105551.030000', '105551.033000', '105551.036000', '105551.039000', '105551.041000', '105551.044000', '105551.046000', '105551.049000', '105551.052000', '105551.054000', '105551.057000', '105551.059000', '105551.062000', '105551.064000', '105551.067000', '105551.070000', '105551.072000', '105551.075000', '105551.078000', '105551.080000', '105551.083000', '105551.085000', '105551.088000', '105551.091000', '105551.093000', '105551.096000', '105551.098000', '105551.101000', '105551.103000', '105551.106000', '105551.109000', '105551.111000', '105551.114000', '105551.117000', '105551.119000', '105551.122000', '105551.125000', '105551.127000', '105551.130000', '105551.132000', '105551.135000', '105551.137000', '105551.140000', '105551.143000', '105611.030000', '105611.033000', '105611.036000', '105611.039000', '105611.041000', '105611.044000', '105611.046000', '105611.049000', '105611.052000', '105611.054000', '105611.057000', '105611.059000', '105611.062000', '105611.065000', '105611.067000', '105611.070000', '105611.072000', '105611.075000', '105611.078000', '105611.080000', '105611.083000', '105611.085000', '105611.088000', '105611.090000', '105611.093000', '105611.096000', '105611.098000', '105611.101000', '105611.103000', '105611.106000', '105611.108000', '105611.111000', '105611.114000', '105611.116000', '105611.119000', '105611.121000', '105611.124000', '105611.127000', '105611.129000', '105611.132000', '105611.134000', '105611.137000', '105611.139000', '105631.031000', '105631.033000', '105631.036000', '105631.039000', '105631.041000', '105631.044000', '105631.046000', '105631.049000', '105631.052000', '105631.054000', '105631.057000', '105631.059000', '105631.062000', '105631.064000', '105631.067000', '105631.070000', '105631.083000', '105631.085000', '105631.088000', '105631.091000', '105631.093000', '105631.096000', '105631.098000', '105631.101000', '105631.103000', '105631.106000', '105631.109000', '105631.111000', '105631.114000', '105631.116000', '105631.119000', '105631.121000', '105631.142000', '105631.145000', '105631.148000', '105631.150000', '105631.153000', '105631.155000', '105631.158000', '105631.160000', '105631.163000', '105631.166000', '105631.168000', '105631.171000', '105651.031000', '105651.033000', '105651.036000', '105651.038000', '105651.041000', '105651.044000', '105651.046000', '105651.049000', '105651.051000', '105651.054000', '105651.057000', '105651.059000', '105651.062000', '105651.064000', '105651.067000', '105651.069000', '105651.072000', '105651.075000', '105651.077000', '105651.080000', '105651.083000', '105651.085000', '105651.088000', '105651.090000', '105651.093000', '105651.095000', '105651.098000', '105651.101000', '105651.103000', '105651.106000', '105651.108000', '105651.111000', '105651.114000', '105651.116000', '105651.119000', '105651.121000', '105651.124000', '105651.126000', '105651.129000', '105651.131000', '105651.134000', '105651.137000', '105651.139000', '105711.030000', '105711.033000', '105711.036000', '105711.038000', '105711.041000', '105711.044000', '105711.046000', '105711.049000', '105711.051000', '105711.054000', '105711.057000', '105711.059000', '105711.062000', '105711.064000', '105711.067000', '105711.069000', '105711.072000', '105711.075000', '105711.077000', '105711.080000', '105711.082000', '105711.085000', '105711.088000', '105711.090000', '105711.093000', '105711.095000', '105711.098000', '105711.100000', '105711.103000', '105711.106000', '105711.108000', '105711.111000', '105711.113000', '105711.116000', '105711.119000', '105711.121000', '105711.124000', '105711.127000', '105711.129000', '105711.132000', '105711.134000', '105711.137000', '105711.139000', '105711.142000', '105731.029000', '105731.032000', '105731.035000', '105731.038000', '105731.040000', '105731.043000', '105731.045000', '105731.048000', '105731.051000', '105731.053000', '105731.056000', '105731.058000', '105731.061000', '105731.063000', '105731.066000', '105731.069000', '105731.071000', '105731.074000', '105731.076000', '105731.079000', '105731.082000', '105731.084000', '105731.087000', '105731.089000', '105731.092000', '105731.094000', '105731.097000', '105731.100000', '105731.102000', '105731.105000', '105731.107000', '105731.110000', '105731.113000', '105731.115000', '105731.118000', '105731.120000', '105731.123000', '105731.125000', '105731.128000', '105731.131000', '105731.133000', '105731.136000', '105731.138000', '105751.030000', '105751.032000', '105751.036000', '105751.038000', '105751.041000', '105751.044000', '105751.046000', '105751.049000', '105751.052000', '105751.054000', '105751.057000', '105751.059000', '105751.062000', '105751.065000', '105751.067000', '105751.070000', '105751.072000', '105751.075000', '105751.077000', '105751.080000', '105751.083000', '105751.085000', '105751.088000', '105751.090000', '105751.093000', '105751.096000', '105751.098000', '105751.101000', '105751.104000', '105751.106000', '105751.109000', '105751.111000', '105751.114000', '105751.116000', '105751.119000', '105751.121000', '105751.124000', '105751.127000', '105751.129000', '105751.132000', '105751.134000', '105751.137000', '105751.150000', '105751.152000', '105811.030000', '105811.033000', '105811.036000', '105811.039000', '105811.041000', '105811.044000', '105811.046000', '105811.049000', '105811.052000', '105811.054000', '105811.057000', '105811.059000', '105811.062000', '105811.065000', '105811.067000', '105811.070000', '105811.072000', '105811.075000', '105811.077000', '105811.080000', '105811.082000', '105811.085000', '105811.088000', '105811.090000', '105811.093000', '105811.095000', '105811.098000', '105811.101000', '105811.103000', '105811.106000', '105811.108000', '105811.111000', '105811.113000', '105811.116000', '105811.118000', '105811.121000', '105811.124000', '105811.126000', '105811.129000', '105811.131000', '105811.134000', '105811.137000', '105811.139000', '105813.044000', '105813.047000', '105813.050000', '105813.052000', '105813.055000'], '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': [12525, 8530, 12762, 16102, 9454, 12327, 15834, 9729, 12361, 12689, 12449, 9213, 14713, 16590, 10484, 12915, 15444, 9932, 11524, 15156, 8800, 12547, 11438, 11384, 14858, 10337, 10638, 12934, 15639, 14337, 11252, 15459, 17957, 10120, 15012, 12873, 10237, 15345, 9843, 11900, 9180, 10819, 7138, 12965, 15390, 8123, 12939, 14731, 9386, 11493, 14352, 12011, 9389, 14739, 14940, 8908, 13708, 14357, 8503, 13358, 14682, 8458, 13907, 15531, 8969, 13766, 15224, 8999, 13633, 14729, 9068, 13345, 14675, 8954, 13400, 14812, 9021, 12829, 15146, 9410, 13594, 9386, 13992, 15275, 8854, 14181, 14516, 8960, 13676, 14594, 8838, 13671, 15085, 8446, 14026, 15620, 8681, 13926, 13118, 9057, 13240, 8919, 14663, 15694, 8715, 13917, 14323, 9070, 13202, 14454, 8756, 13644, 14458, 9412, 14679, 8388, 13734, 16023, 9079, 14142, 17662, 9595, 14067, 9066, 13737, 16186, 9588, 13849, 16726, 11687, 13616, 15734, 10344, 14938, 10611, 10901, 12297, 15464, 13405, 12343, 16413, 13410, 12656, 16568, 12189, 11979, 15447, 8930, 13041, 15655, 8928, 13277, 9696, 10166, 10671, 8401, 13776, 15376, 16971, 10719, 14772, 18356, 12558, 18253, 9418, 8990, 10082, 13882, 13665, 9535, 13983, 15815, 9047, 14238, 16024, 9264, 14000, 15569, 8715, 13857, 7908, 11981, 14709, 9575, 12775, 10024, 14807, 9085, 14042, 9565, 14013, 9603, 13582, 16422, 13837, 12409, 15222, 15584, 12629, 12954, 16055, 13654, 11964, 16255, 14179, 10886, 15481, 8118, 13034, 13697, 10210, 15506, 9370, 12896, 7980, 12809, 15728, 8432, 13222, 15300, 8490, 12936, 15494, 9827, 12190, 15220, 8370, 12146, 15221, 9096, 12237, 15233, 8792, 13333, 14890, 9074, 14045, 14510, 9425, 14363, 7733, 11570, 15294, 8628, 13610, 7864, 12564, 14347, 8357, 14349, 14993, 9191, 14274, 8946, 12083, 7955, 12267, 8809, 12352, 15789, 8945, 14374, 9089, 13260, 15822, 11505, 16526, 12261, 13632, 12385, 13124, 18412, 13804, 17328, 14326, 13322, 10869, 12747, 16791, 18174, 11817, 15688, 14256, 10881, 15090, 8933, 11354, 15503, 9196, 13283, 15629, 9162, 14310, 8100, 11617, 13838, 9823, 15148, 8795, 12284, 15454, 9888, 13080, 12739, 9928, 14982, 14043, 9749, 14532, 16875, 9448, 13955, 7311, 12140, 14741, 9908, 9522, 15175, 8510, 11905, 14824, 7878, 13542, 15121, 9139, 12799, 7939, 11984, 13906, 10516, 15145, 9844, 13667, 8594, 13346, 16381, 11352, 16548, 15366, 13258, 12258, 16891, 18444, 14426, 13514, 16165, 13379, 11558, 17003, 11687, 10668, 14754, 7893, 12232, 15006, 8141, 12815, 15354, 9517, 14001, 7382, 12990, 15843, 9677, 14657, 8086, 13525, 10427, 11844, 15175, 10053, 14041, 9056, 12668, 15386, 11522, 13304, 16079, 11671, 13532, 10842, 10139, 14837, 9406, 13416, 7878, 12891, 14750, 10284, 14121, 8594, 13585, 9312, 11403, 15152, 9405, 12202, 15570, 9010, 14185, 14529, 9351, 15122, 8675, 11941, 12536, 9939, 14933, 9320, 11623, 15001, 9477, 12857, 14462, 9230, 14615, 14772, 9639, 14414, 16874, 10142, 14113, 10632, 10924, 14972, 12246, 11699, 15243, 8567, 13540, 17356, 9138, 13823, 13956, 10525, 15301, 8499, 12663, 15311, 8927, 13284, 16994, 9510, 13592, 16984, 9269, 13762, 15287, 10799, 13098, 15329, 8534, 13582, 15574, 9294, 14022, 7921, 12127, 9393, 13801, 16041, 10987, 13382, 16384, 12412, 13310, 15701, 11110, 12723, 15048, 9512, 13507, 10353, 9949, 15124, 9045, 13007, 7798, 12381, 15533, 9426, 13886, 8694, 10986, 13218, 10131, 15133, 7841, 13219, 14830, 10188, 14658, 8906, 14110, 7892, 13424, 9253, 13645, 10313, 12932, 15682, 9711, 13740, 15966, 15182, 13951, 16019, 14133, 13102, 15728, 10744, 12651, 14874, 9795, 13213, 16138, 8737, 14274, 7871, 12310, 9081, 14562, 7449, 14021, 16159, 9262, 12903, 14901, 8664, 13510, 15495, 10059, 13620, 17916, 9419, 14201, 9618, 11601, 14864, 10166, 12963, 7186, 12416, 15593, 8757, 13343, 15727, 13501, 12222, 12044, 9818, 13962, 9455, 14249, 8473, 12869, 8577, 12183, 15194, 9083, 13394, 8792, 12214, 10441, 13846, 16526, 12420, 13909, 16436, 14475, 11201, 15154, 12256, 10078, 14963, 10247, 10376, 15251, 8364, 11377, 15559, 7901, 12494, 15107, 8277, 13095, 15663, 8352, 13390, 14869, 8399, 14354, 8730, 11311, 15262, 8575, 14237, 10521, 11025, 15167, 9379, 13336, 15533, 9335, 13851, 8380, 11954, 8035, 13433, 10736, 11250, 7678, 13700, 16001, 14055, 14070, 10646, 15454, 9702, 13523, 9631, 13019, 12222, 12237, 16551, 10468, 13961, 18476, 11654, 14105, 18286, 10172, 14599, 8502, 11367, 15095, 8001, 11283, 10438, 10408, 15332, 7496, 13149, 7776, 12776, 9770, 13985, 15689, 8709, 13949, 15239, 9605, 13173, 16780, 9021, 13603, 15213, 9340, 13549, 8263, 11513, 13070, 10125, 14108, 9771, 13453, 10296, 13387, 9342, 13076, 10807, 11777, 16150, 18552, 12154, 14294, 18105, 9943, 14450, 17065, 9700, 14424, 7725, 11410, 15441, 8410, 13406, 15875, 9017, 13604, 7471, 11825, 13894, 9170, 14827, 9169, 8583, 12989, 15074, 15012, 10193, 14623, 17377, 13496, 13047, 15350, 10929, 12520, 14634, 10248, 11221, 15684, 8732, 12911, 15461, 8630, 12940, 13818, 9582, 13771, 7706, 12641, 15381, 8520, 12702, 15363, 9162, 13315, 12672, 8912, 14813, 15644, 9392, 14270, 7905, 11266, 15398, 8632, 13694, 12497, 10001, 14816, 8893, 13399, 14129, 9750, 14110, 14565, 10341, 14818, 8210, 12411, 15491, 9470, 11895, 17929, 9372, 13212, 7274, 11199, 15005, 8058, 12011, 11058, 10550, 10833, 10883, 14558, 9507, 10874, 15164, 8487, 12108, 11120, 10686, 14447, 8123, 11753, 15284, 8746, 13040, 15527, 9424, 13538, 15348, 9178, 12948, 14213, 9159, 13880, 7890, 11332, 14953, 9551, 13788, 7939, 13064, 7583, 12958, 8508, 12290, 11205, 10393, 14507, 9904, 13019, 11954, 11037, 16086, 14105, 10884, 15120, 17221, 10545, 15214, 9873, 11120, 14951, 8089, 12171, 14761, 9424, 13300, 7775, 12771, 13164, 9651, 14285, 9398, 10166, 15086, 8063, 13040, 15580, 9286, 13433, 7436, 11567, 13795, 8990, 14034, 13579, 9958, 14780, 8124, 12253, 15086, 8413, 12644, 15001, 10343, 12201, 10482, 10394, 14592, 8497, 13411, 9673, 11287, 10893, 13771, 14611, 10701, 14952, 16608, 10248, 15287, 7687, 12425, 15179, 8969, 12858], 'WindowCenter': [4314.0, 4257.0, 4298.0, 4291.0, 4233.0, 4256.0, 4276.0, 4233.0, 4266.0, 4266.0, 4280.0, 4251.0, 4304.0, 4294.0, 4248.0, 4269.0, 4277.0, 4237.0, 4257.0, 4265.0, 4223.0, 4255.0, 4251.0, 4257.0, 4277.0, 4247.0, 4258.0, 4283.0, 4292.0, 4268.0, 4247.0, 4268.0, 4274.0, 4233.0, 4264.0, 4241.0, 4232.0, 4264.0, 4232.0, 4255.0, 4236.0, 4259.0, 4220.0, 4282.0, 4279.0, 4216.0, 4268.0, 4280.0, 4235.0, 4270.0, 4281.0, 4258.0, 4250.0, 4291.0, 4278.0, 4238.0, 4278.0, 4278.0, 4239.0, 4283.0, 4281.0, 4242.0, 4307.0, 4291.0, 4252.0, 4294.0, 4291.0, 4240.0, 4282.0, 4281.0, 4237.0, 4280.0, 4279.0, 4237.0, 4280.0, 4279.0, 4236.0, 4270.0, 4290.0, 4250.0, 4281.0, 4263.0, 4293.0, 4290.0, 4250.0, 4282.0, 4280.0, 4238.0, 4294.0, 4281.0, 4238.0, 4282.0, 4290.0, 4239.0, 4292.0, 4289.0, 4263.0, 4309.0, 4295.0, 4264.0, 4293.0, 4266.0, 4309.0, 4306.0, 4253.0, 4306.0, 4296.0, 4252.0, 4296.0, 4282.0, 4251.0, 4296.0, 4293.0, 4254.0, 4292.0, 4254.0, 4308.0, 4308.0, 4254.0, 4294.0, 4303.0, 4262.0, 4293.0, 4265.0, 4306.0, 4305.0, 4263.0, 4293.0, 4291.0, 4270.0, 4281.0, 4291.0, 4260.0, 4291.0, 4261.0, 4272.0, 4283.0, 4293.0, 4279.0, 4270.0, 4289.0, 4266.0, 4269.0, 4288.0, 4256.0, 4268.0, 4277.0, 4235.0, 4280.0, 4277.0, 4235.0, 4266.0, 4261.0, 4270.0, 4284.0, 4266.0, 4323.0, 4310.0, 4303.0, 4262.0, 4293.0, 4289.0, 4269.0, 4289.0, 4238.0, 4236.0, 4259.0, 4281.0, 4266.0, 4247.0, 4279.0, 4276.0, 4237.0, 4280.0, 4277.0, 4237.0, 4278.0, 4275.0, 4237.0, 4278.0, 4227.0, 4270.0, 4289.0, 4251.0, 4281.0, 4274.0, 4303.0, 4264.0, 4307.0, 4278.0, 4310.0, 4266.0, 4298.0, 4305.0, 4285.0, 4285.0, 4295.0, 4281.0, 4258.0, 4266.0, 4278.0, 4266.0, 4255.0, 4279.0, 4266.0, 4246.0, 4277.0, 4225.0, 4268.0, 4264.0, 4247.0, 4277.0, 4248.0, 4268.0, 4239.0, 4282.0, 4291.0, 4239.0, 4281.0, 4292.0, 4239.0, 4269.0, 4280.0, 4235.0, 4257.0, 4277.0, 4224.0, 4257.0, 4276.0, 4224.0, 4267.0, 4275.0, 4225.0, 4267.0, 4276.0, 4237.0, 4293.0, 4277.0, 4247.0, 4279.0, 4226.0, 4270.0, 4290.0, 4252.0, 4293.0, 4242.0, 4286.0, 4292.0, 4253.0, 4307.0, 4305.0, 4267.0, 4307.0, 4266.0, 4286.0, 4256.0, 4297.0, 4264.0, 4308.0, 4319.0, 4279.0, 4322.0, 4280.0, 4313.0, 4321.0, 4301.0, 4320.0, 4298.0, 4311.0, 4296.0, 4296.0, 4315.0, 4295.0, 4304.0, 4280.0, 4281.0, 4259.0, 4271.0, 4295.0, 4287.0, 4257.0, 4266.0, 4253.0, 4233.0, 4264.0, 4210.0, 4242.0, 4261.0, 4221.0, 4264.0, 4262.0, 4236.0, 4276.0, 4225.0, 4258.0, 4272.0, 4260.0, 4291.0, 4237.0, 4283.0, 4291.0, 4261.0, 4282.0, 4281.0, 4263.0, 4294.0, 4280.0, 4250.0, 4294.0, 4290.0, 4249.0, 4280.0, 4230.0, 4284.0, 4294.0, 4261.0, 4264.0, 4307.0, 4254.0, 4286.0, 4306.0, 4256.0, 4308.0, 4308.0, 4265.0, 4285.0, 4255.0, 4298.0, 4309.0, 4291.0, 4321.0, 4291.0, 4306.0, 4267.0, 4310.0, 4306.0, 4285.0, 4307.0, 4306.0, 4284.0, 4286.0, 4308.0, 4293.0, 4269.0, 4268.0, 4278.0, 4255.0, 4245.0, 4275.0, 4230.0, 4221.0, 4249.0, 4200.0, 4241.0, 4261.0, 4211.0, 4254.0, 4261.0, 4234.0, 4264.0, 4213.0, 4268.0, 4277.0, 4236.0, 4277.0, 4226.0, 4278.0, 4247.0, 4270.0, 4279.0, 4249.0, 4280.0, 4238.0, 4270.0, 4278.0, 4256.0, 4269.0, 4278.0, 4257.0, 4267.0, 4244.0, 4247.0, 4264.0, 4236.0, 4278.0, 4226.0, 4279.0, 4279.0, 4259.0, 4280.0, 4251.0, 4282.0, 4249.0, 4272.0, 4290.0, 4250.0, 4284.0, 4290.0, 4252.0, 4294.0, 4290.0, 4251.0, 4293.0, 4241.0, 4283.0, 4282.0, 4274.0, 4305.0, 4252.0, 4286.0, 4306.0, 4264.0, 4284.0, 4294.0, 4265.0, 4308.0, 4295.0, 4265.0, 4307.0, 4305.0, 4264.0, 4295.0, 4272.0, 4274.0, 4306.0, 4284.0, 4286.0, 4291.0, 4253.0, 4294.0, 4304.0, 4253.0, 4283.0, 4283.0, 4262.0, 4292.0, 4239.0, 4283.0, 4290.0, 4239.0, 4282.0, 4291.0, 4249.0, 4282.0, 4290.0, 4239.0, 4284.0, 4279.0, 4257.0, 4270.0, 4277.0, 4239.0, 4281.0, 4279.0, 4250.0, 4282.0, 4240.0, 4284.0, 4266.0, 4296.0, 4293.0, 4261.0, 4282.0, 4280.0, 4269.0, 4270.0, 4279.0, 4245.0, 4257.0, 4266.0, 4236.0, 4267.0, 4234.0, 4235.0, 4276.0, 4239.0, 4268.0, 4229.0, 4281.0, 4290.0, 4250.0, 4281.0, 4240.0, 4261.0, 4281.0, 4274.0, 4295.0, 4241.0, 4297.0, 4294.0, 4264.0, 4296.0, 4266.0, 4297.0, 4255.0, 4296.0, 4266.0, 4309.0, 4276.0, 4298.0, 4307.0, 4267.0, 4298.0, 4296.0, 4293.0, 4283.0, 4283.0, 4268.0, 4269.0, 4277.0, 4245.0, 4269.0, 4280.0, 4249.0, 4270.0, 4277.0, 4226.0, 4277.0, 4227.0, 4270.0, 4252.0, 4294.0, 4245.0, 4308.0, 4306.0, 4253.0, 4296.0, 4295.0, 4254.0, 4295.0, 4292.0, 4252.0, 4284.0, 4302.0, 4251.0, 4281.0, 4238.0, 4260.0, 4280.0, 4275.0, 4295.0, 4235.0, 4285.0, 4293.0, 4240.0, 4282.0, 4280.0, 4270.0, 4260.0, 4258.0, 4251.0, 4280.0, 4262.0, 4289.0, 4254.0, 4285.0, 4253.0, 4286.0, 4294.0, 4254.0, 4297.0, 4254.0, 4285.0, 4277.0, 4310.0, 4297.0, 4272.0, 4284.0, 4294.0, 4270.0, 4249.0, 4269.0, 4255.0, 4236.0, 4265.0, 4233.0, 4236.0, 4275.0, 4214.0, 4258.0, 4276.0, 4226.0, 4268.0, 4277.0, 4229.0, 4281.0, 4291.0, 4240.0, 4282.0, 4280.0, 4241.0, 4293.0, 4255.0, 4287.0, 4293.0, 4255.0, 4295.0, 4261.0, 4272.0, 4294.0, 4254.0, 4286.0, 4292.0, 4241.0, 4295.0, 4242.0, 4272.0, 4242.0, 4294.0, 4272.0, 4274.0, 4245.0, 4312.0, 4308.0, 4296.0, 4296.0, 4289.0, 4307.0, 4265.0, 4284.0, 4252.0, 4285.0, 4274.0, 4274.0, 4293.0, 4263.0, 4286.0, 4293.0, 4260.0, 4271.0, 4288.0, 4237.0, 4267.0, 4214.0, 4246.0, 4266.0, 4214.0, 4248.0, 4248.0, 4260.0, 4280.0, 4219.0, 4281.0, 4232.0, 4285.0, 4279.0, 4310.0, 4296.0, 4256.0, 4298.0, 4294.0, 4253.0, 4284.0, 4292.0, 4241.0, 4283.0, 4280.0, 4240.0, 4282.0, 4229.0, 4272.0, 4271.0, 4262.0, 4282.0, 4264.0, 4284.0, 4266.0, 4285.0, 4255.0, 4286.0, 4264.0, 4275.0, 4298.0, 4305.0, 4262.0, 4271.0, 4288.0, 4238.0, 4267.0, 4276.0, 4236.0, 4268.0, 4215.0, 4259.0, 4279.0, 4240.0, 4282.0, 4280.0, 4240.0, 4282.0, 4232.0, 4274.0, 4283.0, 4255.0, 4306.0, 4268.0, 4268.0, 4312.0, 4313.0, 4296.0, 4266.0, 4298.0, 4295.0, 4273.0, 4273.0, 4282.0, 4260.0, 4271.0, 4280.0, 4248.0, 4273.0, 4293.0, 4229.0, 4269.0, 4267.0, 4227.0, 4269.0, 4267.0, 4238.0, 4269.0, 4229.0, 4271.0, 4279.0, 4229.0, 4271.0, 4279.0, 4239.0, 4272.0, 4268.0, 4240.0, 4293.0, 4280.0, 4239.0, 4282.0, 4229.0, 4263.0, 4291.0, 4242.0, 4283.0, 4271.0, 4263.0, 4293.0, 4253.0, 4285.0, 4282.0, 4252.0, 4284.0, 4281.0, 4263.0, 4281.0, 4229.0, 4271.0, 4280.0, 4237.0, 4258.0, 4289.0, 4251.0, 4270.0, 4217.0, 4259.0, 4278.0, 4227.0, 4258.0, 4259.0, 4260.0, 4260.0, 4262.0, 4293.0, 4250.0, 4262.0, 4282.0, 4240.0, 4272.0, 4260.0, 4262.0, 4282.0, 4230.0, 4273.0, 4292.0, 4241.0, 4283.0, 4281.0, 4253.0, 4284.0, 4292.0, 4252.0, 4273.0, 4284.0, 4264.0, 4283.0, 4230.0, 4273.0, 4292.0, 4264.0, 4283.0, 4244.0, 4295.0, 4247.0, 4299.0, 4257.0, 4288.0, 4276.0, 4278.0, 4297.0, 4266.0, 4287.0, 4275.0, 4276.0, 4297.0, 4281.0, 4262.0, 4282.0, 4289.0, 4250.0, 4295.0, 4248.0, 4260.0, 4278.0, 4227.0, 4259.0, 4267.0, 4238.0, 4267.0, 4228.0, 4271.0, 4268.0, 4250.0, 4293.0, 4240.0, 4261.0, 4291.0, 4242.0, 4284.0, 4292.0, 4252.0, 4283.0, 4231.0, 4274.0, 4283.0, 4254.0, 4294.0, 4282.0, 4263.0, 4294.0, 4242.0, 4284.0, 4295.0, 4255.0, 4285.0, 4293.0, 4252.0, 4273.0, 4260.0, 4263.0, 4292.0, 4253.0, 4283.0, 4265.0, 4276.0, 4288.0, 4298.0, 4293.0, 4264.0, 4296.0, 4293.0, 4252.0, 4281.0, 4229.0, 4271.0, 4280.0, 4238.0, 4270.0], 'WindowWidth': [9531.0, 9442.0, 9494.0, 9481.0, 9387.0, 9419.0, 9447.0, 9381.0, 9432.0, 9434.0, 9458.0, 9424.0, 9499.0, 9487.0, 9410.0, 9439.0, 9452.0, 9392.0, 9420.0, 9430.0, 9371.0, 9415.0, 9408.0, 9423.0, 9450.0, 9409.0, 9426.0, 9465.0, 9480.0, 9436.0, 9406.0, 9438.0, 9438.0, 9381.0, 9426.0, 9388.0, 9379.0, 9428.0, 9381.0, 9415.0, 9394.0, 9428.0, 9380.0, 9464.0, 9457.0, 9365.0, 9440.0, 9459.0, 9391.0, 9445.0, 9464.0, 9424.0, 9417.0, 9479.0, 9455.0, 9399.0, 9455.0, 9456.0, 9404.0, 9466.0, 9462.0, 9411.0, 9508.0, 9479.0, 9424.0, 9484.0, 9476.0, 9405.0, 9465.0, 9463.0, 9398.0, 9460.0, 9458.0, 9398.0, 9460.0, 9457.0, 9394.0, 9443.0, 9477.0, 9418.0, 9463.0, 9440.0, 9484.0, 9475.0, 9418.0, 9464.0, 9461.0, 9403.0, 9484.0, 9461.0, 9402.0, 9465.0, 9473.0, 9406.0, 9480.0, 9474.0, 9446.0, 9515.0, 9492.0, 9445.0, 9485.0, 9452.0, 9515.0, 9508.0, 9431.0, 9507.0, 9490.0, 9428.0, 9490.0, 9466.0, 9425.0, 9492.0, 9482.0, 9430.0, 9481.0, 9434.0, 9511.0, 9514.0, 9431.0, 9487.0, 9499.0, 9438.0, 9484.0, 9449.0, 9507.0, 9506.0, 9444.0, 9483.0, 9483.0, 9448.0, 9464.0, 9476.0, 9433.0, 9479.0, 9437.0, 9453.0, 9470.0, 9486.0, 9456.0, 9445.0, 9475.0, 9434.0, 9440.0, 9471.0, 9420.0, 9442.0, 9450.0, 9391.0, 9460.0, 9453.0, 9394.0, 9435.0, 9434.0, 9451.0, 9473.0, 9453.0, 9538.0, 9519.0, 9494.0, 9436.0, 9482.0, 9469.0, 9440.0, 9472.0, 9395.0, 9395.0, 9432.0, 9463.0, 9434.0, 9410.0, 9457.0, 9450.0, 9396.0, 9460.0, 9453.0, 9398.0, 9455.0, 9447.0, 9398.0, 9455.0, 9384.0, 9446.0, 9472.0, 9422.0, 9465.0, 9460.0, 9499.0, 9449.0, 9507.0, 9473.0, 9518.0, 9451.0, 9498.0, 9501.0, 9475.0, 9472.0, 9488.0, 9471.0, 9423.0, 9435.0, 9458.0, 9431.0, 9419.0, 9462.0, 9433.0, 9407.0, 9452.0, 9380.0, 9438.0, 9429.0, 9409.0, 9451.0, 9417.0, 9442.0, 9405.0, 9466.0, 9480.0, 9403.0, 9462.0, 9478.0, 9403.0, 9443.0, 9461.0, 9391.0, 9424.0, 9453.0, 9376.0, 9423.0, 9451.0, 9376.0, 9436.0, 9446.0, 9380.0, 9438.0, 9448.0, 9399.0, 9481.0, 9450.0, 9414.0, 9456.0, 9382.0, 9446.0, 9474.0, 9428.0, 9481.0, 9414.0, 9475.0, 9481.0, 9431.0, 9507.0, 9501.0, 9452.0, 9509.0, 9452.0, 9478.0, 9439.0, 9495.0, 9451.0, 9514.0, 9531.0, 9477.0, 9539.0, 9479.0, 9528.0, 9535.0, 9508.0, 9536.0, 9500.0, 9522.0, 9492.0, 9492.0, 9518.0, 9489.0, 9503.0, 9461.0, 9463.0, 9429.0, 9448.0, 9495.0, 9466.0, 9422.0, 9435.0, 9407.0, 9382.0, 9429.0, 9347.0, 9394.0, 9419.0, 9367.0, 9428.0, 9425.0, 9395.0, 9448.0, 9379.0, 9427.0, 9442.0, 9433.0, 9477.0, 9399.0, 9466.0, 9476.0, 9436.0, 9465.0, 9461.0, 9441.0, 9486.0, 9460.0, 9421.0, 9485.0, 9476.0, 9416.0, 9460.0, 9396.0, 9474.0, 9487.0, 9438.0, 9445.0, 9507.0, 9432.0, 9479.0, 9503.0, 9440.0, 9512.0, 9510.0, 9448.0, 9475.0, 9435.0, 9498.0, 9514.0, 9495.0, 9534.0, 9494.0, 9511.0, 9458.0, 9518.0, 9507.0, 9477.0, 9512.0, 9504.0, 9470.0, 9476.0, 9519.0, 9489.0, 9442.0, 9440.0, 9460.0, 9417.0, 9404.0, 9447.0, 9372.0, 9361.0, 9397.0, 9333.0, 9392.0, 9418.0, 9354.0, 9414.0, 9422.0, 9387.0, 9428.0, 9360.0, 9438.0, 9450.0, 9394.0, 9449.0, 9381.0, 9454.0, 9409.0, 9445.0, 9458.0, 9416.0, 9459.0, 9400.0, 9444.0, 9456.0, 9420.0, 9442.0, 9457.0, 9421.0, 9435.0, 9399.0, 9406.0, 9431.0, 9394.0, 9452.0, 9380.0, 9457.0, 9457.0, 9429.0, 9458.0, 9424.0, 9465.0, 9417.0, 9452.0, 9478.0, 9418.0, 9469.0, 9475.0, 9425.0, 9485.0, 9475.0, 9424.0, 9483.0, 9410.0, 9468.0, 9466.0, 9460.0, 9504.0, 9426.0, 9477.0, 9505.0, 9446.0, 9474.0, 9487.0, 9451.0, 9511.0, 9489.0, 9449.0, 9510.0, 9503.0, 9443.0, 9489.0, 9453.0, 9457.0, 9509.0, 9473.0, 9478.0, 9479.0, 9428.0, 9485.0, 9499.0, 9425.0, 9468.0, 9464.0, 9437.0, 9480.0, 9403.0, 9465.0, 9475.0, 9403.0, 9463.0, 9477.0, 9416.0, 9463.0, 9474.0, 9402.0, 9470.0, 9457.0, 9423.0, 9446.0, 9451.0, 9402.0, 9462.0, 9458.0, 9418.0, 9464.0, 9406.0, 9471.0, 9451.0, 9490.0, 9482.0, 9433.0, 9463.0, 9460.0, 9439.0, 9443.0, 9456.0, 9401.0, 9420.0, 9434.0, 9393.0, 9436.0, 9386.0, 9389.0, 9446.0, 9402.0, 9439.0, 9388.0, 9462.0, 9474.0, 9419.0, 9461.0, 9404.0, 9435.0, 9462.0, 9456.0, 9488.0, 9409.0, 9493.0, 9483.0, 9444.0, 9488.0, 9449.0, 9493.0, 9435.0, 9492.0, 9450.0, 9511.0, 9464.0, 9497.0, 9509.0, 9451.0, 9498.0, 9497.0, 9481.0, 9468.0, 9469.0, 9438.0, 9440.0, 9452.0, 9402.0, 9438.0, 9461.0, 9416.0, 9443.0, 9450.0, 9381.0, 9449.0, 9384.0, 9444.0, 9427.0, 9484.0, 9422.0, 9509.0, 9506.0, 9427.0, 9490.0, 9487.0, 9429.0, 9485.0, 9477.0, 9424.0, 9470.0, 9495.0, 9420.0, 9460.0, 9399.0, 9431.0, 9460.0, 9459.0, 9489.0, 9409.0, 9474.0, 9482.0, 9404.0, 9464.0, 9462.0, 9442.0, 9428.0, 9424.0, 9421.0, 9460.0, 9438.0, 9473.0, 9433.0, 9475.0, 9429.0, 9475.0, 9487.0, 9432.0, 9492.0, 9431.0, 9472.0, 9466.0, 9515.0, 9498.0, 9450.0, 9469.0, 9487.0, 9440.0, 9411.0, 9441.0, 9413.0, 9391.0, 9430.0, 9383.0, 9390.0, 9444.0, 9358.0, 9424.0, 9447.0, 9379.0, 9440.0, 9449.0, 9389.0, 9461.0, 9474.0, 9407.0, 9466.0, 9460.0, 9408.0, 9481.0, 9435.0, 9478.0, 9482.0, 9435.0, 9487.0, 9435.0, 9453.0, 9484.0, 9428.0, 9474.0, 9481.0, 9405.0, 9488.0, 9412.0, 9451.0, 9409.0, 9485.0, 9455.0, 9459.0, 9421.0, 9520.0, 9511.0, 9487.0, 9488.0, 9484.0, 9506.0, 9446.0, 9469.0, 9423.0, 9471.0, 9455.0, 9454.0, 9479.0, 9439.0, 9474.0, 9481.0, 9428.0, 9446.0, 9462.0, 9392.0, 9433.0, 9359.0, 9404.0, 9432.0, 9359.0, 9408.0, 9410.0, 9431.0, 9457.0, 9376.0, 9460.0, 9399.0, 9471.0, 9469.0, 9513.0, 9491.0, 9434.0, 9493.0, 9484.0, 9423.0, 9466.0, 9476.0, 9406.0, 9464.0, 9459.0, 9402.0, 9462.0, 9386.0, 9446.0, 9445.0, 9436.0, 9465.0, 9443.0, 9469.0, 9449.0, 9472.0, 9432.0, 9475.0, 9440.0, 9456.0, 9498.0, 9496.0, 9433.0, 9444.0, 9462.0, 9395.0, 9436.0, 9444.0, 9389.0, 9435.0, 9362.0, 9426.0, 9455.0, 9404.0, 9463.0, 9457.0, 9405.0, 9461.0, 9394.0, 9455.0, 9466.0, 9431.0, 9504.0, 9454.0, 9456.0, 9519.0, 9524.0, 9488.0, 9446.0, 9496.0, 9491.0, 9449.0, 9452.0, 9464.0, 9429.0, 9446.0, 9459.0, 9411.0, 9453.0, 9481.0, 9386.0, 9440.0, 9436.0, 9381.0, 9438.0, 9434.0, 9398.0, 9440.0, 9388.0, 9447.0, 9455.0, 9387.0, 9446.0, 9456.0, 9400.0, 9446.0, 9437.0, 9405.0, 9481.0, 9456.0, 9400.0, 9461.0, 9388.0, 9437.0, 9474.0, 9410.0, 9468.0, 9446.0, 9438.0, 9480.0, 9426.0, 9472.0, 9465.0, 9423.0, 9468.0, 9458.0, 9436.0, 9462.0, 9387.0, 9447.0, 9459.0, 9393.0, 9424.0, 9469.0, 9421.0, 9444.0, 9369.0, 9427.0, 9451.0, 9382.0, 9424.0, 9426.0, 9430.0, 9430.0, 9437.0, 9482.0, 9418.0, 9434.0, 9463.0, 9404.0, 9448.0, 9432.0, 9438.0, 9465.0, 9391.0, 9454.0, 9479.0, 9408.0, 9467.0, 9462.0, 9424.0, 9469.0, 9480.0, 9422.0, 9451.0, 9470.0, 9444.0, 9468.0, 9392.0, 9452.0, 9477.0, 9442.0, 9469.0, 9420.0, 9487.0, 9426.0, 9497.0, 9438.0, 9482.0, 9464.0, 9468.0, 9494.0, 9448.0, 9478.0, 9457.0, 9461.0, 9497.0, 9460.0, 9436.0, 9467.0, 9467.0, 9415.0, 9489.0, 9411.0, 9429.0, 9453.0, 9381.0, 9425.0, 9438.0, 9399.0, 9435.0, 9387.0, 9446.0, 9439.0, 9419.0, 9479.0, 9403.0, 9433.0, 9474.0, 9411.0, 9470.0, 9478.0, 9425.0, 9467.0, 9396.0, 9457.0, 9468.0, 9431.0, 9486.0, 9465.0, 9439.0, 9484.0, 9410.0, 9469.0, 9488.0, 9435.0, 9473.0, 9483.0, 9422.0, 9451.0, 9432.0, 9441.0, 9477.0, 9427.0, 9469.0, 9447.0, 9462.0, 9481.0, 9499.0, 9480.0, 9441.0, 9491.0, 9479.0, 9423.0, 9460.0, 9388.0, 9447.0, 9459.0, 9400.0, 9444.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.00032396096440872566</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02755359288174512</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.27528758867821</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2913684792988522</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9995048978850576</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5037</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5772.8281</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08966384315871419</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>33</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>3.788748564867968</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3894740016402323</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3012106724075894</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5678224842328867</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2993888482802207</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0198379</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016263708472251892</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.04560089856386185</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>871</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.532560809956923</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>18.9519</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.8652</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>203.5099</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>293235.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1005.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>392.1318</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.9905</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>461.4176</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3468.7396</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3607.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>83309.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1591.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4393.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>795.7926</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>39.783734686207026</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> |