=== Do not change lines below ===
{
"chain": [],
"cmd": "./code/containers/scripts/singularity_cmd exec code/containers/images/bids/bids-mriqc--24.0.2.sing mriqc sourcedata/raw . participant --participant-label sub-0029 --no-datalad-get --no-sub --verbose --nprocs 1 --mem 3000 --work-dir /tmp --float32 --verbose-reports",
"dsid": "2d58dd48-4166-4dc3-9cd1-64f3d0665a8c",
"exit": 0,
"extra_inputs": [
"code/containers/images/bids/bids-mriqc--24.0.2.sing"
],
"inputs": [
"sourcedata/raw/sub-0029",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0029_ses-04_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0029_ses-04_task-social_acq-mb8_run-01_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-01_session-04_subject-0029_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0029_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0029_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0029_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called «carpetplot» may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-01_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-01_session-04_subject-0029_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-01_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-01_session-04_subject-0029_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0029_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
|
|
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0029/ses-04/func/sub-0029_ses-04_task-social_acq-mb8_run-01_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>78c434079c47b14a8d27adc9182df612</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>11:33:50.735000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997689, -0.0543164, 0.0408135, 0.0477479, 0.987902, 0.147543]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_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.110622</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-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4142, -7760, -7247, 655, -33, -150, 51, 91]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>251.446</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>f7a1226c-4cba-499c-994e-f47b561de9aa||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.676727533340454, 0.12810412049293518, 0.13050124049186707, 106.7165756225586], [0.14572694897651672, 2.650470018386841, 0.3921830952167511, -108.0225830078125], [0.10949975997209549, -0.39584624767303467, 2.66817569732666, -40.65398025512695], [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': ['113350.735000', '113351.195000', '113351.655000', '113352.115000', '113352.575000', '113353.035000', '113353.495000', '113353.955000', '113354.415000', '113354.875000', '113355.335000', '113355.795000', '113356.255000', '113356.715000', '113357.175000', '113357.635000', '113358.095000', '113358.555000', '113359.015000', '113359.475000', '113359.935000', '113400.395000', '113400.855000', '113401.315000', '113401.775000', '113402.235000', '113402.695000', '113403.155000', '113403.615000', '113404.075000', '113404.535000', '113404.995000', '113405.455000', '113405.915000', '113406.375000', '113406.835000', '113407.295000', '113407.755000', '113408.215000', '113408.675000', '113409.135000', '113409.595000', '113410.055000', '113410.515000', '113410.975000', '113411.435000', '113411.895000', '113412.355000', '113412.815000', '113413.275000', '113413.735000', '113414.195000', '113414.655000', '113415.115000', '113415.575000', '113416.035000', '113416.495000', '113416.955000', '113417.415000', '113417.875000', '113418.335000', '113418.795000', '113419.255000', '113419.715000', '113420.175000', '113420.635000', '113421.095000', '113421.555000', '113422.015000', '113422.475000', '113422.935000', '113423.395000', '113423.855000', '113424.315000', '113424.775000', '113425.235000', '113425.695000', '113426.155000', '113426.615000', '113427.075000', '113427.535000', '113427.995000', '113428.455000', '113428.915000', '113429.375000', '113429.835000', '113430.295000', '113430.755000', '113431.215000', '113431.675000', '113432.135000', '113432.595000', '113433.055000', '113433.515000', '113433.975000', '113434.435000', '113434.895000', '113435.355000', '113435.815000', '113436.275000', '113436.735000', '113437.195000', '113437.655000', '113438.115000', '113438.575000', '113439.035000', '113439.495000', '113439.955000', '113440.415000', '113440.875000', '113441.335000', '113441.795000', '113442.255000', '113442.715000', '113443.175000', '113443.635000', '113444.095000', '113444.555000', '113445.015000', '113445.475000', '113445.935000', '113446.395000', '113446.855000', '113447.315000', '113447.775000', '113448.235000', '113448.695000', '113449.155000', '113449.615000', '113450.075000', '113450.535000', '113450.995000', '113451.455000', '113451.915000', '113452.375000', '113452.835000', '113453.295000', '113453.755000', '113454.215000', '113454.675000', '113455.135000', '113455.595000', '113456.055000', '113456.515000', '113456.975000', '113457.435000', '113457.895000', '113458.355000', '113458.815000', '113459.275000', '113459.735000', '113500.195000', '113500.655000', '113501.115000', '113501.575000', '113502.035000', '113502.495000', '113502.955000', '113503.415000', '113503.875000', '113504.335000', '113504.795000', '113505.255000', '113505.715000', '113506.175000', '113506.635000', '113507.095000', '113507.555000', '113508.015000', '113508.475000', '113508.935000', '113509.395000', '113509.855000', '113510.315000', '113510.775000', '113511.235000', '113511.695000', '113512.155000', '113512.615000', '113513.075000', '113513.535000', '113513.995000', '113514.455000', '113514.915000', '113515.375000', '113515.835000', '113516.295000', '113516.755000', '113517.215000', '113517.675000', '113518.135000', '113518.595000', '113519.055000', '113519.515000', '113519.975000', '113520.435000', '113520.895000', '113521.355000', '113521.815000', '113522.275000', '113522.735000', '113523.195000', '113523.655000', '113524.115000', '113524.575000', '113525.035000', '113525.495000', '113525.955000', '113526.415000', '113526.875000', '113527.335000', '113527.795000', '113528.255000', '113528.715000', '113529.175000', '113529.635000', '113530.095000', '113530.555000', '113531.015000', '113531.475000', '113531.935000', '113532.395000', '113532.855000', '113533.315000', '113533.775000', '113534.235000', '113534.695000', '113535.155000', '113535.615000', '113536.075000', '113536.535000', '113536.995000', '113537.455000', '113537.915000', '113538.375000', '113538.835000', '113539.295000', '113539.755000', '113540.215000', '113540.675000', '113541.135000', '113541.595000', '113542.055000', '113542.515000', '113542.975000', '113543.435000', '113543.895000', '113544.355000', '113544.815000', '113545.275000', '113545.735000', '113546.195000', '113546.655000', '113547.115000', '113547.575000', '113548.035000', '113548.495000', '113548.955000', '113549.415000', '113549.875000', '113550.335000', '113550.795000', '113551.255000', '113551.715000', '113552.175000', '113552.635000', '113553.095000', '113553.555000', '113554.015000', '113554.475000', '113554.935000', '113555.395000', '113555.855000', '113556.315000', '113556.775000', '113557.235000', '113557.695000', '113558.155000', '113558.615000', '113559.075000', '113559.535000', '113559.995000', '113600.455000', '113600.915000', '113601.375000', '113601.835000', '113602.295000', '113602.755000', '113603.215000', '113603.675000', '113604.135000', '113604.595000', '113605.055000', '113605.515000', '113605.975000', '113606.435000', '113606.895000', '113607.355000', '113607.815000', '113608.275000', '113608.735000', '113609.195000', '113609.655000', '113610.115000', '113610.575000', '113611.035000', '113611.495000', '113611.955000', '113612.415000', '113612.875000', '113613.335000', '113613.795000', '113614.255000', '113614.715000', '113615.175000', '113615.635000', '113616.095000', '113616.555000', '113617.015000', '113617.475000', '113617.935000', '113618.395000', '113618.855000', '113619.315000', '113619.775000', '113620.235000', '113620.695000', '113621.155000', '113621.615000', '113622.075000', '113622.535000', '113622.995000', '113623.455000', '113623.915000', '113624.375000', '113624.835000', '113625.295000', '113625.755000', '113626.215000', '113626.675000', '113627.135000', '113627.595000', '113628.055000', '113628.515000', '113628.975000', '113629.435000', '113629.895000', '113630.355000', '113630.815000', '113631.275000', '113631.735000', '113632.195000', '113632.655000', '113633.115000', '113633.575000', '113634.035000', '113634.495000', '113634.955000', '113635.415000', '113635.875000', '113636.335000', '113636.795000', '113637.255000', '113637.715000', '113638.175000', '113638.635000', '113639.095000', '113639.555000', '113640.015000', '113640.475000', '113640.935000', '113641.395000', '113641.855000', '113642.315000', '113642.775000', '113643.235000', '113643.695000', '113644.155000', '113644.615000', '113645.075000', '113645.535000', '113645.995000', '113646.455000', '113646.915000', '113647.375000', '113647.835000', '113648.295000', '113648.755000', '113649.215000', '113649.675000', '113650.135000', '113650.595000', '113651.055000', '113651.515000', '113651.975000', '113652.435000', '113652.895000', '113653.355000', '113653.815000', '113654.275000', '113654.735000', '113655.195000', '113655.655000', '113656.115000', '113656.575000', '113657.035000', '113657.495000', '113657.955000', '113658.415000', '113658.875000', '113659.335000', '113659.795000', '113700.255000', '113700.715000', '113701.175000', '113701.635000', '113702.095000', '113702.555000', '113703.015000', '113703.475000', '113703.935000', '113704.395000', '113704.855000', '113705.315000', '113705.775000', '113706.235000', '113706.695000', '113707.155000', '113707.615000', '113708.075000', '113708.535000', '113708.995000', '113709.455000', '113709.915000', '113710.375000', '113710.835000', '113711.295000', '113711.755000', '113712.215000', '113712.675000', '113713.135000', '113713.595000', '113714.055000', '113714.515000', '113714.975000', '113715.435000', '113715.895000', '113716.355000', '113716.815000', '113717.275000', '113717.735000', '113718.195000', '113718.655000', '113719.115000', '113719.575000', '113720.035000', '113720.495000', '113720.955000', '113721.415000', '113721.875000', '113722.335000', '113722.795000', '113723.255000', '113723.715000', '113724.175000', '113724.635000', '113725.095000', '113725.555000', '113726.015000', '113726.475000', '113726.935000', '113727.395000', '113727.855000', '113728.315000', '113728.775000', '113729.235000', '113729.695000', '113730.155000', '113730.615000', '113731.075000', '113731.535000', '113731.995000', '113732.455000', '113732.915000', '113733.375000', '113733.835000', '113734.295000', '113734.755000', '113735.215000', '113735.675000', '113736.135000', '113736.595000', '113737.055000', '113737.515000', '113737.975000', '113738.435000', '113738.895000', '113739.355000', '113739.815000', '113740.275000', '113740.735000', '113741.195000', '113741.655000', '113742.115000', '113742.575000', '113743.035000', '113743.495000', '113743.955000', '113744.415000', '113744.875000', '113745.335000', '113745.795000', '113746.255000', '113746.715000', '113747.175000', '113747.635000', '113748.095000', '113748.555000', '113749.015000', '113749.475000', '113749.935000', '113750.395000', '113750.855000', '113751.315000', '113751.775000', '113752.235000', '113752.695000', '113753.155000', '113753.615000', '113754.075000', '113754.535000', '113754.995000', '113755.455000', '113755.915000', '113756.375000', '113756.835000', '113757.295000', '113757.755000', '113758.215000', '113758.675000', '113759.135000', '113759.595000', '113800.055000', '113800.515000', '113800.975000', '113801.435000', '113801.895000', '113802.355000', '113802.815000', '113803.275000', '113803.735000', '113804.195000', '113804.655000', '113805.115000', '113805.575000', '113806.035000', '113806.495000', '113806.955000', '113807.415000', '113807.875000', '113808.335000', '113808.795000', '113809.255000', '113809.715000', '113810.175000', '113810.635000', '113811.095000', '113811.555000', '113812.015000', '113812.475000', '113812.935000', '113813.395000', '113813.855000', '113814.315000', '113814.775000', '113815.235000', '113815.695000', '113816.155000', '113816.615000', '113817.075000', '113817.535000', '113817.995000', '113818.455000', '113818.915000', '113819.375000', '113819.835000', '113820.295000', '113820.755000', '113821.215000', '113821.675000', '113822.135000', '113822.595000', '113823.055000', '113823.515000', '113823.975000', '113824.435000', '113824.895000', '113825.355000', '113825.815000', '113826.275000', '113826.735000', '113827.195000', '113827.655000', '113828.115000', '113828.575000', '113829.035000', '113829.495000', '113829.955000', '113830.415000', '113830.875000', '113831.335000', '113831.795000', '113832.255000', '113832.715000', '113833.175000', '113833.635000', '113834.095000', '113834.555000', '113835.015000', '113835.475000', '113835.935000', '113836.395000', '113836.855000', '113837.315000', '113837.775000', '113838.235000', '113838.695000', '113839.155000', '113839.615000', '113840.075000', '113840.535000', '113840.995000', '113841.455000', '113841.915000', '113842.375000', '113842.835000', '113843.295000', '113843.755000', '113844.215000', '113844.675000', '113845.135000', '113845.595000', '113846.055000', '113846.515000', '113846.975000', '113847.435000', '113847.895000', '113848.355000', '113848.815000', '113849.275000', '113849.735000', '113850.195000', '113850.655000', '113851.115000', '113851.575000', '113852.035000', '113852.495000', '113852.955000', '113853.415000', '113853.875000', '113854.335000', '113854.795000', '113855.255000', '113855.715000', '113856.175000', '113856.635000', '113857.095000', '113857.555000', '113858.015000', '113858.475000', '113858.935000', '113859.395000', '113859.855000', '113900.315000', '113900.775000', '113901.235000', '113901.695000', '113902.155000', '113902.615000', '113903.075000', '113903.535000', '113903.995000', '113904.455000', '113904.915000', '113905.375000', '113905.835000', '113906.295000', '113906.755000', '113907.215000', '113907.675000', '113908.135000', '113908.595000', '113909.055000', '113909.515000', '113909.975000', '113910.435000', '113910.895000', '113911.355000', '113911.815000', '113912.275000', '113912.735000', '113913.195000', '113913.655000', '113914.115000', '113914.575000', '113915.035000', '113915.495000', '113915.955000', '113916.415000', '113916.875000', '113917.335000', '113917.795000', '113918.255000', '113918.715000', '113919.175000', '113919.635000', '113920.095000', '113920.555000', '113921.015000', '113921.475000', '113921.935000', '113922.395000', '113922.855000', '113923.315000', '113923.775000', '113924.235000', '113924.695000', '113925.155000', '113925.615000', '113926.075000', '113926.535000', '113926.995000', '113927.455000', '113927.915000', '113928.375000', '113928.835000', '113929.295000', '113929.755000', '113930.215000', '113930.675000', '113931.135000', '113931.595000', '113932.055000', '113932.515000', '113932.975000', '113933.435000', '113933.895000', '113934.355000', '113934.815000', '113935.275000', '113935.735000', '113936.195000', '113936.655000', '113937.115000', '113937.575000', '113938.035000', '113938.495000', '113938.955000', '113939.415000', '113939.875000', '113940.335000', '113940.795000', '113941.255000', '113941.715000', '113942.175000', '113942.635000', '113943.095000', '113943.555000', '113944.015000', '113944.475000', '113944.935000', '113945.395000', '113945.855000', '113946.315000', '113946.775000', '113947.235000', '113947.695000', '113948.155000', '113948.615000', '113949.075000', '113949.535000', '113949.995000', '113950.455000', '113950.915000', '113951.375000', '113951.835000', '113952.295000', '113952.755000', '113953.215000', '113953.675000', '113954.135000', '113954.595000', '113955.055000', '113955.515000', '113955.975000', '113956.435000', '113956.895000', '113957.355000', '113957.815000', '113958.275000', '113958.735000', '113959.195000', '113959.655000', '114000.115000', '114000.575000', '114001.035000', '114001.495000', '114001.955000', '114002.415000', '114002.875000', '114003.335000', '114003.795000', '114004.255000', '114004.715000', '114005.175000', '114005.635000', '114006.095000', '114006.555000', '114007.015000', '114007.475000', '114007.935000', '114008.395000', '114008.855000', '114009.315000', '114009.775000', '114010.235000', '114010.695000', '114011.155000', '114011.615000', '114012.075000', '114012.535000', '114012.995000', '114013.455000', '114013.915000', '114014.375000', '114014.835000', '114015.295000', '114015.755000', '114016.215000', '114016.675000', '114017.135000', '114017.595000', '114018.055000', '114018.515000', '114018.975000', '114019.435000', '114019.895000', '114020.355000', '114020.815000', '114021.275000', '114021.735000', '114022.195000', '114022.655000', '114023.115000', '114023.575000', '114024.035000', '114024.495000', '114024.955000', '114025.415000', '114025.875000', '114026.335000', '114026.795000', '114027.255000', '114027.715000', '114028.175000', '114028.635000', '114029.095000', '114029.555000', '114030.015000', '114030.475000', '114030.935000', '114031.395000'], 'ContentTime': ['113410.091000', '113410.095000', '113410.098000', '113410.106000', '113410.109000', '113410.112000', '113410.115000', '113410.118000', '113410.120000', '113410.123000', '113410.126000', '113410.129000', '113410.132000', '113410.143000', '113410.146000', '113410.149000', '113410.151000', '113410.154000', '113410.157000', '113410.160000', '113410.163000', '113410.166000', '113410.169000', '113410.172000', '113410.175000', '113410.178000', '113410.180000', '113410.184000', '113410.187000', '113410.190000', '113410.193000', '113410.196000', '113410.199000', '113410.202000', '113410.204000', '113410.207000', '113410.210000', '113410.214000', '113410.216000', '113410.220000', '113410.222000', '113430.047000', '113430.050000', '113430.053000', '113430.056000', '113430.059000', '113430.062000', '113430.064000', '113430.067000', '113430.070000', '113430.073000', '113430.076000', '113430.079000', '113430.082000', '113430.085000', '113430.088000', '113430.090000', '113430.093000', '113430.096000', '113430.099000', '113430.102000', '113430.105000', '113430.108000', '113430.111000', '113430.113000', '113430.116000', '113430.119000', '113430.122000', '113430.125000', '113430.128000', '113430.131000', '113430.133000', '113430.136000', '113430.139000', '113430.142000', '113430.145000', '113430.148000', '113430.151000', '113430.154000', '113430.157000', '113430.160000', '113430.163000', '113430.166000', '113430.168000', '113430.171000', '113450.047000', '113450.050000', '113450.053000', '113450.056000', '113450.059000', '113450.061000', '113450.064000', '113450.067000', '113450.075000', '113450.077000', '113450.080000', '113450.083000', '113450.086000', '113450.089000', '113450.092000', '113450.095000', '113450.098000', '113450.101000', '113450.104000', '113450.107000', '113450.109000', '113450.112000', '113450.115000', '113450.118000', '113450.121000', '113450.124000', '113450.127000', '113450.130000', '113450.133000', '113450.135000', '113450.138000', '113450.141000', '113450.144000', '113450.147000', '113450.150000', '113450.153000', '113450.155000', '113450.159000', '113450.162000', '113450.165000', '113450.168000', '113450.171000', '113450.174000', '113510.048000', '113510.051000', '113510.054000', '113510.057000', '113510.060000', '113510.063000', '113510.065000', '113510.068000', '113510.071000', '113510.074000', '113510.077000', '113510.080000', '113510.083000', '113510.086000', '113510.088000', '113510.091000', '113510.094000', '113510.097000', '113510.100000', '113510.103000', '113510.105000', '113510.108000', '113510.111000', '113510.114000', '113510.117000', '113510.120000', '113510.123000', '113510.126000', '113510.129000', '113510.132000', '113510.134000', '113510.137000', '113510.140000', '113510.143000', '113510.146000', '113510.149000', '113510.152000', '113510.155000', '113510.169000', '113510.171000', '113510.174000', '113510.177000', '113510.180000', '113510.183000', '113530.047000', '113530.050000', '113530.053000', '113530.056000', '113530.059000', '113530.062000', '113530.065000', '113530.068000', '113530.070000', '113530.073000', '113530.076000', '113530.079000', '113530.082000', '113530.085000', '113530.088000', '113530.091000', '113530.094000', '113530.097000', '113530.100000', '113530.102000', '113530.105000', '113530.108000', '113530.111000', '113530.114000', '113530.117000', '113530.120000', '113530.123000', '113530.126000', '113530.129000', '113530.131000', '113530.134000', '113530.137000', '113530.140000', '113530.143000', '113530.146000', '113530.149000', '113530.152000', '113530.155000', '113530.158000', '113530.173000', '113530.176000', '113530.179000', '113530.182000', '113550.047000', '113550.050000', '113550.053000', '113550.056000', '113550.059000', '113550.062000', '113550.065000', '113550.068000', '113550.071000', '113550.074000', '113550.077000', '113550.093000', '113550.096000', '113550.099000', '113550.102000', '113550.105000', '113550.108000', '113550.111000', '113550.114000', '113550.117000', '113550.120000', '113550.123000', '113550.126000', '113550.130000', '113550.133000', '113550.136000', '113550.139000', '113550.142000', '113550.145000', '113550.149000', '113550.152000', '113550.155000', '113550.158000', '113550.161000', '113550.164000', '113550.167000', '113550.170000', '113550.174000', '113550.177000', '113550.180000', '113550.183000', '113550.187000', '113550.190000', '113550.193000', '113610.047000', '113610.050000', '113610.053000', '113610.056000', '113610.059000', '113610.062000', '113610.065000', '113610.067000', '113610.070000', '113610.073000', '113610.076000', '113610.079000', '113610.082000', '113610.085000', '113610.088000', '113610.091000', '113610.094000', '113610.097000', '113610.100000', '113610.103000', '113610.105000', '113610.108000', '113610.111000', '113610.114000', '113610.117000', '113610.120000', '113610.123000', '113610.126000', '113610.129000', '113610.132000', '113610.135000', '113610.138000', '113610.140000', '113610.144000', '113610.146000', '113610.150000', '113610.153000', '113610.156000', '113610.159000', '113610.162000', '113610.165000', '113610.168000', '113610.171000', '113630.047000', '113630.052000', '113630.055000', '113630.058000', '113630.061000', '113630.063000', '113630.066000', '113630.069000', '113630.072000', '113630.075000', '113630.078000', '113630.081000', '113630.084000', '113630.087000', '113630.090000', '113630.093000', '113630.096000', '113630.099000', '113630.102000', '113630.105000', '113630.107000', '113630.110000', '113630.113000', '113630.116000', '113630.119000', '113630.122000', '113630.125000', '113630.128000', '113630.131000', '113630.134000', '113630.137000', '113630.140000', '113630.147000', '113630.150000', '113630.153000', '113630.156000', '113630.159000', '113630.162000', '113630.165000', '113630.168000', '113630.171000', '113630.174000', '113630.177000', '113650.047000', '113650.050000', '113650.053000', '113650.056000', '113650.059000', '113650.062000', '113650.065000', '113650.067000', '113650.070000', '113650.073000', '113650.076000', '113650.079000', '113650.082000', '113650.085000', '113650.088000', '113650.091000', '113650.093000', '113650.097000', '113650.099000', '113650.102000', '113650.105000', '113650.108000', '113650.111000', '113650.114000', '113650.117000', '113650.120000', '113650.123000', '113650.126000', '113650.129000', '113650.132000', '113650.134000', '113650.137000', '113650.140000', '113650.143000', '113650.146000', '113650.149000', '113650.152000', '113650.155000', '113650.158000', '113650.161000', '113650.163000', '113650.167000', '113650.169000', '113650.172000', '113710.047000', '113710.050000', '113710.053000', '113710.056000', '113710.059000', '113710.062000', '113710.065000', '113710.068000', '113710.071000', '113710.074000', '113710.077000', '113710.080000', '113710.083000', '113710.086000', '113710.088000', '113710.092000', '113710.095000', '113710.097000', '113710.100000', '113710.103000', '113710.109000', '113710.123000', '113710.126000', '113710.128000', '113710.131000', '113710.134000', '113710.137000', '113710.140000', '113710.143000', '113710.146000', '113710.149000', '113710.152000', '113710.155000', '113710.158000', '113710.161000', '113710.163000', '113710.166000', '113710.169000', '113710.172000', '113710.175000', '113710.178000', '113710.181000', '113710.184000', '113730.048000', '113730.051000', '113730.054000', '113730.057000', '113730.060000', '113730.063000', '113730.066000', '113730.069000', '113730.072000', '113730.074000', '113730.077000', '113730.080000', '113730.083000', '113730.086000', '113730.089000', '113730.092000', '113730.095000', '113730.098000', '113730.101000', '113730.103000', '113730.106000', '113730.109000', '113730.112000', '113730.115000', '113730.118000', '113730.121000', '113730.124000', '113730.127000', '113730.130000', '113730.133000', '113730.135000', '113730.138000', '113730.141000', '113730.144000', '113730.147000', '113730.150000', '113730.153000', '113730.156000', '113730.159000', '113730.162000', '113730.165000', '113730.168000', '113730.171000', '113730.173000', '113750.047000', '113750.050000', '113750.053000', '113750.056000', '113750.059000', '113750.062000', '113750.065000', '113750.068000', '113750.070000', '113750.073000', '113750.076000', '113750.079000', '113750.082000', '113750.087000', '113750.090000', '113750.093000', '113750.096000', '113750.099000', '113750.102000', '113750.105000', '113750.108000', '113750.111000', '113750.114000', '113750.117000', '113750.120000', '113750.123000', '113750.126000', '113750.128000', '113750.131000', '113750.134000', '113750.137000', '113750.140000', '113750.143000', '113750.146000', '113750.149000', '113750.152000', '113750.155000', '113750.158000', '113750.161000', '113750.164000', '113750.167000', '113750.169000', '113750.172000', '113810.047000', '113810.050000', '113810.053000', '113810.056000', '113810.059000', '113810.062000', '113810.065000', '113810.067000', '113810.070000', '113810.073000', '113810.076000', '113810.079000', '113810.082000', '113810.085000', '113810.087000', '113810.090000', '113810.093000', '113810.096000', '113810.099000', '113810.102000', '113810.105000', '113810.108000', '113810.111000', '113810.120000', '113810.122000', '113810.125000', '113810.128000', '113810.131000', '113810.134000', '113810.137000', '113810.140000', '113810.143000', '113810.146000', '113810.149000', '113810.152000', '113810.155000', '113810.158000', '113810.161000', '113810.163000', '113810.166000', '113810.169000', '113810.172000', '113810.175000', '113810.178000', '113830.047000', '113830.050000', '113830.053000', '113830.056000', '113830.059000', '113830.062000', '113830.065000', '113830.068000', '113830.071000', '113830.074000', '113830.077000', '113830.079000', '113830.082000', '113830.085000', '113830.089000', '113830.092000', '113830.095000', '113830.098000', '113830.101000', '113830.104000', '113830.107000', '113830.110000', '113830.112000', '113830.116000', '113830.118000', '113830.121000', '113830.124000', '113830.127000', '113830.130000', '113830.133000', '113830.136000', '113830.139000', '113830.142000', '113830.145000', '113830.148000', '113830.151000', '113830.153000', '113830.156000', '113830.159000', '113830.162000', '113830.165000', '113830.168000', '113830.171000', '113850.047000', '113850.050000', '113850.053000', '113850.056000', '113850.059000', '113850.062000', '113850.065000', '113850.068000', '113850.070000', '113850.073000', '113850.076000', '113850.079000', '113850.082000', '113850.085000', '113850.088000', '113850.091000', '113850.094000', '113850.097000', '113850.100000', '113850.103000', '113850.105000', '113850.108000', '113850.111000', '113850.114000', '113850.117000', '113850.120000', '113850.123000', '113850.126000', '113850.129000', '113850.131000', '113850.134000', '113850.137000', '113850.140000', '113850.143000', '113850.146000', '113850.149000', '113850.152000', '113850.155000', '113850.158000', '113850.161000', '113850.163000', '113850.166000', '113850.169000', '113850.172000', '113910.047000', '113910.050000', '113910.053000', '113910.056000', '113910.059000', '113910.062000', '113910.065000', '113910.068000', '113910.071000', '113910.074000', '113910.076000', '113910.079000', '113910.082000', '113910.085000', '113910.088000', '113910.091000', '113910.094000', '113910.097000', '113910.100000', '113910.103000', '113910.106000', '113910.109000', '113910.111000', '113910.114000', '113910.117000', '113910.120000', '113910.123000', '113910.126000', '113910.129000', '113910.132000', '113910.135000', '113910.140000', '113910.143000', '113910.146000', '113910.149000', '113910.152000', '113910.155000', '113910.158000', '113910.161000', '113910.163000', '113910.166000', '113910.169000', '113910.172000', '113930.047000', '113930.050000', '113930.053000', '113930.056000', '113930.059000', '113930.062000', '113930.065000', '113930.068000', '113930.071000', '113930.074000', '113930.077000', '113930.079000', '113930.082000', '113930.085000', '113930.088000', '113930.091000', '113930.094000', '113930.097000', '113930.100000', '113930.103000', '113930.105000', '113930.108000', '113930.111000', '113930.114000', '113930.117000', '113930.120000', '113930.123000', '113930.126000', '113930.128000', '113930.132000', '113930.135000', '113930.137000', '113930.140000', '113930.143000', '113930.146000', '113930.149000', '113930.152000', '113930.155000', '113930.158000', '113930.161000', '113930.163000', '113930.166000', '113930.169000', '113930.172000', '113950.048000', '113950.051000', '113950.054000', '113950.057000', '113950.060000', '113950.063000', '113950.066000', '113950.069000', '113950.073000', '113950.076000', '113950.079000', '113950.082000', '113950.085000', '113950.088000', '113950.091000', '113950.094000', '113950.097000', '113950.100000', '113950.103000', '113950.106000', '113950.109000', '113950.111000', '113950.114000', '113950.117000', '113950.120000', '113950.123000', '113950.126000', '113950.129000', '113950.132000', '113950.135000', '113950.138000', '113950.141000', '113950.146000', '113950.150000', '113950.153000', '113950.156000', '113950.159000', '113950.162000', '113950.164000', '113950.167000', '113950.170000', '113950.173000', '113950.176000', '114010.047000', '114010.050000', '114010.053000', '114010.056000', '114010.059000', '114010.062000', '114010.065000', '114010.068000', '114010.071000', '114010.073000', '114010.076000', '114010.079000', '114010.082000', '114010.085000', '114010.099000', '114010.102000', '114010.105000', '114010.108000', '114010.111000', '114010.114000', '114010.117000', '114010.120000', '114010.122000', '114010.125000', '114010.128000', '114010.131000', '114010.134000', '114010.137000', '114010.140000', '114010.143000', '114010.146000', '114010.149000', '114010.152000', '114010.155000', '114010.157000', '114010.160000', '114010.163000', '114010.166000', '114010.169000', '114010.172000', '114010.175000', '114010.178000', '114010.181000', '114010.184000', '114030.047000', '114030.050000', '114030.053000', '114030.056000', '114030.059000', '114030.062000', '114030.065000', '114030.068000', '114030.071000', '114030.074000', '114030.077000', '114030.079000', '114030.082000', '114030.085000', '114030.088000', '114030.091000', '114030.094000', '114030.097000', '114030.100000', '114030.103000', '114030.106000', '114030.108000', '114030.111000', '114030.114000', '114030.117000', '114030.120000', '114030.123000', '114030.126000', '114030.129000', '114030.132000', '114030.135000', '114030.138000', '114030.141000', '114030.143000', '114030.146000', '114030.149000', '114030.152000', '114030.155000', '114030.158000', '114030.161000', '114030.164000', '114030.167000', '114030.170000', '114032.045000', '114032.049000', '114032.051000', '114032.054000', '114032.058000'], 'InstanceCreationTime': ['113410.091000', '113410.095000', '113410.098000', '113410.106000', '113410.109000', '113410.112000', '113410.115000', '113410.118000', '113410.120000', '113410.123000', '113410.126000', '113410.129000', '113410.132000', '113410.143000', '113410.146000', '113410.149000', '113410.151000', '113410.154000', '113410.157000', '113410.160000', '113410.163000', '113410.166000', '113410.169000', '113410.172000', '113410.175000', '113410.178000', '113410.180000', '113410.184000', '113410.187000', '113410.190000', '113410.193000', '113410.196000', '113410.199000', '113410.202000', '113410.204000', '113410.207000', '113410.210000', '113410.214000', '113410.216000', '113410.220000', '113410.222000', '113430.047000', '113430.050000', '113430.053000', '113430.056000', '113430.059000', '113430.062000', '113430.064000', '113430.067000', '113430.070000', '113430.073000', '113430.076000', '113430.079000', '113430.082000', '113430.085000', '113430.088000', '113430.090000', '113430.093000', '113430.096000', '113430.099000', '113430.102000', '113430.105000', '113430.108000', '113430.111000', '113430.113000', '113430.116000', '113430.119000', '113430.122000', '113430.125000', '113430.128000', '113430.131000', '113430.133000', '113430.136000', '113430.139000', '113430.142000', '113430.145000', '113430.148000', '113430.151000', '113430.154000', '113430.157000', '113430.160000', '113430.163000', '113430.166000', '113430.168000', '113430.171000', '113450.047000', '113450.050000', '113450.053000', '113450.056000', '113450.059000', '113450.061000', '113450.064000', '113450.067000', '113450.075000', '113450.077000', '113450.080000', '113450.083000', '113450.086000', '113450.089000', '113450.092000', '113450.095000', '113450.098000', '113450.101000', '113450.104000', '113450.107000', '113450.109000', '113450.112000', '113450.115000', '113450.118000', '113450.121000', '113450.124000', '113450.127000', '113450.130000', '113450.133000', '113450.135000', '113450.138000', '113450.141000', '113450.144000', '113450.147000', '113450.150000', '113450.153000', '113450.155000', '113450.159000', '113450.162000', '113450.165000', '113450.168000', '113450.171000', '113450.174000', '113510.048000', '113510.051000', '113510.054000', '113510.057000', '113510.060000', '113510.063000', '113510.065000', '113510.068000', '113510.071000', '113510.074000', '113510.077000', '113510.080000', '113510.083000', '113510.086000', '113510.088000', '113510.091000', '113510.094000', '113510.097000', '113510.100000', '113510.103000', '113510.105000', '113510.108000', '113510.111000', '113510.114000', '113510.117000', '113510.120000', '113510.123000', '113510.126000', '113510.129000', '113510.132000', '113510.134000', '113510.137000', '113510.140000', '113510.143000', '113510.146000', '113510.149000', '113510.152000', '113510.155000', '113510.169000', '113510.171000', '113510.174000', '113510.177000', '113510.180000', '113510.183000', '113530.047000', '113530.050000', '113530.053000', '113530.056000', '113530.059000', '113530.062000', '113530.065000', '113530.068000', '113530.070000', '113530.073000', '113530.076000', '113530.079000', '113530.082000', '113530.085000', '113530.088000', '113530.091000', '113530.094000', '113530.097000', '113530.100000', '113530.102000', '113530.105000', '113530.108000', '113530.111000', '113530.114000', '113530.117000', '113530.120000', '113530.123000', '113530.126000', '113530.129000', '113530.131000', '113530.134000', '113530.137000', '113530.140000', '113530.143000', '113530.146000', '113530.149000', '113530.152000', '113530.155000', '113530.158000', '113530.173000', '113530.176000', '113530.179000', '113530.182000', '113550.047000', '113550.050000', '113550.053000', '113550.056000', '113550.059000', '113550.062000', '113550.065000', '113550.068000', '113550.071000', '113550.074000', '113550.077000', '113550.093000', '113550.096000', '113550.099000', '113550.102000', '113550.105000', '113550.108000', '113550.111000', '113550.114000', '113550.117000', '113550.120000', '113550.123000', '113550.126000', '113550.130000', '113550.133000', '113550.136000', '113550.139000', '113550.142000', '113550.145000', '113550.149000', '113550.152000', '113550.155000', '113550.158000', '113550.161000', '113550.164000', '113550.167000', '113550.170000', '113550.174000', '113550.177000', '113550.180000', '113550.183000', '113550.187000', '113550.190000', '113550.193000', '113610.047000', '113610.050000', '113610.053000', '113610.056000', '113610.059000', '113610.062000', '113610.065000', '113610.067000', '113610.070000', '113610.073000', '113610.076000', '113610.079000', '113610.082000', '113610.085000', '113610.088000', '113610.091000', '113610.094000', '113610.097000', '113610.100000', '113610.103000', '113610.105000', '113610.108000', '113610.111000', '113610.114000', '113610.117000', '113610.120000', '113610.123000', '113610.126000', '113610.129000', '113610.132000', '113610.135000', '113610.138000', '113610.140000', '113610.144000', '113610.146000', '113610.150000', '113610.153000', '113610.156000', '113610.159000', '113610.162000', '113610.165000', '113610.168000', '113610.171000', '113630.047000', '113630.052000', '113630.055000', '113630.058000', '113630.061000', '113630.063000', '113630.066000', '113630.069000', '113630.072000', '113630.075000', '113630.078000', '113630.081000', '113630.084000', '113630.087000', '113630.090000', '113630.093000', '113630.096000', '113630.099000', '113630.102000', '113630.105000', '113630.107000', '113630.110000', '113630.113000', '113630.116000', '113630.119000', '113630.122000', '113630.125000', '113630.128000', '113630.131000', '113630.134000', '113630.137000', '113630.140000', '113630.147000', '113630.150000', '113630.153000', '113630.156000', '113630.159000', '113630.162000', '113630.165000', '113630.168000', '113630.171000', '113630.174000', '113630.177000', '113650.047000', '113650.050000', '113650.053000', '113650.056000', '113650.059000', '113650.062000', '113650.065000', '113650.067000', '113650.070000', '113650.073000', '113650.076000', '113650.079000', '113650.082000', '113650.085000', '113650.088000', '113650.091000', '113650.093000', '113650.097000', '113650.099000', '113650.102000', '113650.105000', '113650.108000', '113650.111000', '113650.114000', '113650.117000', '113650.120000', '113650.123000', '113650.126000', '113650.129000', '113650.132000', '113650.134000', '113650.137000', '113650.140000', '113650.143000', '113650.146000', '113650.149000', '113650.152000', '113650.155000', '113650.158000', '113650.161000', '113650.163000', '113650.167000', '113650.169000', '113650.172000', '113710.047000', '113710.050000', '113710.053000', '113710.056000', '113710.059000', '113710.062000', '113710.065000', '113710.068000', '113710.071000', '113710.074000', '113710.077000', '113710.080000', '113710.083000', '113710.086000', '113710.088000', '113710.092000', '113710.095000', '113710.097000', '113710.100000', '113710.103000', '113710.109000', '113710.123000', '113710.126000', '113710.128000', '113710.131000', '113710.134000', '113710.137000', '113710.140000', '113710.143000', '113710.146000', '113710.149000', '113710.152000', '113710.155000', '113710.158000', '113710.161000', '113710.163000', '113710.166000', '113710.169000', '113710.172000', '113710.175000', '113710.178000', '113710.181000', '113710.184000', '113730.048000', '113730.051000', '113730.054000', '113730.057000', '113730.060000', '113730.063000', '113730.066000', '113730.069000', '113730.072000', '113730.074000', '113730.077000', '113730.080000', '113730.083000', '113730.086000', '113730.089000', '113730.092000', '113730.095000', '113730.098000', '113730.101000', '113730.103000', '113730.106000', '113730.109000', '113730.112000', '113730.115000', '113730.118000', '113730.121000', '113730.124000', '113730.127000', '113730.130000', '113730.133000', '113730.135000', '113730.138000', '113730.141000', '113730.144000', '113730.147000', '113730.150000', '113730.153000', '113730.156000', '113730.159000', '113730.162000', '113730.165000', '113730.168000', '113730.171000', '113730.173000', '113750.047000', '113750.050000', '113750.053000', '113750.056000', '113750.059000', '113750.062000', '113750.065000', '113750.068000', '113750.070000', '113750.073000', '113750.076000', '113750.079000', '113750.082000', '113750.087000', '113750.090000', '113750.093000', '113750.096000', '113750.099000', '113750.102000', '113750.105000', '113750.108000', '113750.111000', '113750.114000', '113750.117000', '113750.120000', '113750.123000', '113750.126000', '113750.128000', '113750.131000', '113750.134000', '113750.137000', '113750.140000', '113750.143000', '113750.146000', '113750.149000', '113750.152000', '113750.155000', '113750.158000', '113750.161000', '113750.164000', '113750.167000', '113750.169000', '113750.172000', '113810.047000', '113810.050000', '113810.053000', '113810.056000', '113810.059000', '113810.062000', '113810.065000', '113810.067000', '113810.070000', '113810.073000', '113810.076000', '113810.079000', '113810.082000', '113810.085000', '113810.087000', '113810.090000', '113810.093000', '113810.096000', '113810.099000', '113810.102000', '113810.105000', '113810.108000', '113810.111000', '113810.120000', '113810.122000', '113810.125000', '113810.128000', '113810.131000', '113810.134000', '113810.137000', '113810.140000', '113810.143000', '113810.146000', '113810.149000', '113810.152000', '113810.155000', '113810.158000', '113810.161000', '113810.163000', '113810.166000', '113810.169000', '113810.172000', '113810.175000', '113810.178000', '113830.047000', '113830.050000', '113830.053000', '113830.056000', '113830.059000', '113830.062000', '113830.065000', '113830.068000', '113830.071000', '113830.074000', '113830.077000', '113830.079000', '113830.082000', '113830.085000', '113830.089000', '113830.092000', '113830.095000', '113830.098000', '113830.101000', '113830.104000', '113830.107000', '113830.110000', '113830.112000', '113830.116000', '113830.118000', '113830.121000', '113830.124000', '113830.127000', '113830.130000', '113830.133000', '113830.136000', '113830.139000', '113830.142000', '113830.145000', '113830.148000', '113830.151000', '113830.153000', '113830.156000', '113830.159000', '113830.162000', '113830.165000', '113830.168000', '113830.171000', '113850.047000', '113850.050000', '113850.053000', '113850.056000', '113850.059000', '113850.062000', '113850.065000', '113850.068000', '113850.070000', '113850.073000', '113850.076000', '113850.079000', '113850.082000', '113850.085000', '113850.088000', '113850.091000', '113850.094000', '113850.097000', '113850.100000', '113850.103000', '113850.105000', '113850.108000', '113850.111000', '113850.114000', '113850.117000', '113850.120000', '113850.123000', '113850.126000', '113850.129000', '113850.131000', '113850.134000', '113850.137000', '113850.140000', '113850.143000', '113850.146000', '113850.149000', '113850.152000', '113850.155000', '113850.158000', '113850.161000', '113850.163000', '113850.166000', '113850.169000', '113850.172000', '113910.047000', '113910.050000', '113910.053000', '113910.056000', '113910.059000', '113910.062000', '113910.065000', '113910.068000', '113910.071000', '113910.074000', '113910.076000', '113910.079000', '113910.082000', '113910.085000', '113910.088000', '113910.091000', '113910.094000', '113910.097000', '113910.100000', '113910.103000', '113910.106000', '113910.109000', '113910.111000', '113910.114000', '113910.117000', '113910.120000', '113910.123000', '113910.126000', '113910.129000', '113910.132000', '113910.135000', '113910.140000', '113910.143000', '113910.146000', '113910.149000', '113910.152000', '113910.155000', '113910.158000', '113910.161000', '113910.163000', '113910.166000', '113910.169000', '113910.172000', '113930.047000', '113930.050000', '113930.053000', '113930.056000', '113930.059000', '113930.062000', '113930.065000', '113930.068000', '113930.071000', '113930.074000', '113930.077000', '113930.079000', '113930.082000', '113930.085000', '113930.088000', '113930.091000', '113930.094000', '113930.097000', '113930.100000', '113930.103000', '113930.105000', '113930.108000', '113930.111000', '113930.114000', '113930.117000', '113930.120000', '113930.123000', '113930.126000', '113930.128000', '113930.132000', '113930.135000', '113930.137000', '113930.140000', '113930.143000', '113930.146000', '113930.149000', '113930.152000', '113930.155000', '113930.158000', '113930.161000', '113930.163000', '113930.166000', '113930.169000', '113930.172000', '113950.048000', '113950.051000', '113950.054000', '113950.057000', '113950.060000', '113950.063000', '113950.066000', '113950.069000', '113950.073000', '113950.076000', '113950.079000', '113950.082000', '113950.085000', '113950.088000', '113950.091000', '113950.094000', '113950.097000', '113950.100000', '113950.103000', '113950.106000', '113950.109000', '113950.111000', '113950.114000', '113950.117000', '113950.120000', '113950.123000', '113950.126000', '113950.129000', '113950.132000', '113950.135000', '113950.138000', '113950.141000', '113950.146000', '113950.150000', '113950.153000', '113950.156000', '113950.159000', '113950.162000', '113950.164000', '113950.167000', '113950.170000', '113950.173000', '113950.176000', '114010.047000', '114010.050000', '114010.053000', '114010.056000', '114010.059000', '114010.062000', '114010.065000', '114010.068000', '114010.071000', '114010.073000', '114010.076000', '114010.079000', '114010.082000', '114010.085000', '114010.099000', '114010.102000', '114010.105000', '114010.108000', '114010.111000', '114010.114000', '114010.117000', '114010.120000', '114010.122000', '114010.125000', '114010.128000', '114010.131000', '114010.134000', '114010.137000', '114010.140000', '114010.143000', '114010.146000', '114010.149000', '114010.152000', '114010.155000', '114010.157000', '114010.160000', '114010.163000', '114010.166000', '114010.169000', '114010.172000', '114010.175000', '114010.178000', '114010.181000', '114010.184000', '114030.047000', '114030.050000', '114030.053000', '114030.056000', '114030.059000', '114030.062000', '114030.065000', '114030.068000', '114030.071000', '114030.074000', '114030.077000', '114030.079000', '114030.082000', '114030.085000', '114030.088000', '114030.091000', '114030.094000', '114030.097000', '114030.100000', '114030.103000', '114030.106000', '114030.108000', '114030.111000', '114030.114000', '114030.117000', '114030.120000', '114030.123000', '114030.126000', '114030.129000', '114030.132000', '114030.135000', '114030.138000', '114030.141000', '114030.143000', '114030.146000', '114030.149000', '114030.152000', '114030.155000', '114030.158000', '114030.161000', '114030.164000', '114030.167000', '114030.170000', '114032.045000', '114032.049000', '114032.051000', '114032.054000', '114032.058000'], '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': [10195, 13790, 8049, 11659, 7261, 9172, 12718, 7518, 10331, 12157, 8563, 11158, 7610, 8986, 13117, 7673, 11181, 7514, 9167, 12915, 7544, 10765, 11842, 8573, 11817, 7976, 9294, 11135, 7316, 12460, 8252, 10678, 8821, 12803, 8706, 11630, 8284, 11750, 7472, 10585, 12157, 8948, 11659, 7760, 11238, 7534, 10664, 7718, 9051, 7250, 9026, 13105, 7693, 11916, 7643, 9337, 7230, 9242, 13265, 8297, 8978, 12941, 7779, 9110, 12856, 7726, 10046, 7333, 8630, 12907, 7544, 10610, 7491, 8641, 13064, 7823, 11817, 7549, 10034, 9677, 8732, 12531, 7461, 11251, 13063, 8442, 12020, 7741, 8746, 12644, 7357, 10952, 8199, 8404, 12611, 7092, 10579, 7339, 8202, 12695, 7120, 9735, 7035, 8224, 13100, 7480, 11340, 11918, 7707, 12076, 7348, 8661, 12827, 7811, 11665, 7239, 10263, 13134, 7705, 11775, 7746, 8971, 12981, 8065, 10791, 7368, 9321, 12903, 7980, 10927, 7302, 9318, 13103, 8462, 11099, 8696, 9361, 12864, 8012, 9503, 14110, 8219, 10504, 6791, 9574, 12807, 7489, 9555, 7573, 8972, 12839, 7549, 11046, 11104, 8906, 11642, 7415, 9110, 13240, 7571, 10809, 8093, 8776, 12636, 7411, 8807, 8934, 8259, 11683, 7138, 11015, 9653, 8489, 12606, 7249, 9080, 13075, 7178, 10081, 13174, 7368, 10838, 7065, 8600, 13114, 7561, 9927, 12953, 7552, 10838, 7556, 9209, 13192, 7747, 11309, 10040, 8921, 12395, 7422, 10240, 13266, 8118, 11202, 10661, 9085, 11910, 7209, 9797, 10030, 8984, 12167, 7380, 9671, 9622, 9051, 12677, 7499, 9418, 12780, 7318, 9628, 13069, 7429, 10542, 10549, 8894, 11065, 7185, 9039, 12956, 7568, 10188, 7365, 8712, 12906, 7474, 11333, 9719, 8702, 12392, 7486, 10517, 11216, 8480, 12359, 8124, 9232, 12992, 7945, 11131, 8551, 9255, 13323, 8253, 9826, 7140, 9141, 12945, 7802, 11226, 8263, 8717, 12255, 7707, 10997, 9803, 9065, 12591, 7607, 10321, 7429, 9181, 13118, 7865, 9425, 13000, 7818, 9526, 8117, 9398, 12662, 7567, 9227, 12639, 8267, 11115, 6916, 8899, 12434, 7677, 10295, 7126, 8809, 10759, 8578, 12117, 7382, 11313, 11183, 8718, 12715, 9340, 8921, 12695, 7249, 9233, 13944, 7726, 10800, 7084, 8544, 12776, 7414, 8501, 12630, 7336, 10015, 7292, 8487, 12793, 7517, 11345, 7185, 8485, 11456, 7822, 12012, 10488, 8677, 12735, 8443, 8850, 12890, 7200, 9634, 14241, 7719, 11076, 7106, 9156, 12547, 7335, 10079, 12116, 7988, 10707, 7599, 10027, 7420, 8875, 13081, 7356, 9141, 9845, 8663, 11998, 8094, 9246, 13213, 7673, 10934, 7625, 9134, 12540, 7640, 10667, 7262, 9440, 13078, 7792, 10643, 7302, 9148, 12856, 8215, 10509, 7223, 9175, 12985, 7680, 10806, 9055, 8925, 12052, 7389, 9495, 13351, 7821, 11056, 7321, 9168, 12766, 7811, 10792, 7541, 8675, 10310, 7776, 11363, 7368, 8999, 11712, 7896, 11782, 6989, 8871, 13138, 7524, 11099, 7370, 10118, 6727, 9214, 12328, 8047, 11579, 7452, 9295, 12851, 8058, 11388, 7811, 9135, 12689, 7996, 10415, 7570, 9166, 12899, 8066, 10585, 7913, 8812, 12481, 7900, 10343, 7384, 9030, 8201, 8770, 12102, 8090, 9002, 12842, 7952, 10515, 7574, 9155, 12826, 7525, 9092, 6650, 8681, 12359, 7358, 10505, 7608, 8431, 10331, 7562, 11201, 7476, 9573, 10872, 7694, 11799, 7470, 10682, 9030, 8528, 12993, 8306, 10622, 7470, 8734, 13034, 7672, 10578, 13050, 8145, 11688, 7663, 9635, 8416, 8831, 12723, 7730, 9836, 7152, 9032, 13089, 7950, 10928, 12307, 8541, 11787, 7456, 9399, 13096, 7670, 10196, 8442, 8707, 11514, 7672, 9728, 9815, 8568, 12218, 7518, 8907, 12703, 7585, 9170, 12401, 7779, 10343, 7501, 8956, 7183, 8489, 12570, 7426, 9633, 7098, 8927, 12630, 7646, 11693, 8686, 8640, 11768, 7796, 11319, 7521, 8981, 13108, 7747, 9301, 7510, 8436, 12787, 7207, 9186, 13320, 7717, 9360, 7112, 8895, 12961, 7725, 10916, 9192, 8642, 12530, 7725, 9285, 11739, 8539, 11454, 7708, 9297, 8184, 8494, 12702, 7769, 10700, 7356, 8723, 7065, 8368, 13005, 7566, 9272, 12169, 7918, 10544, 7254, 8487, 12558, 7995, 10427, 7132, 8789, 12687, 7607, 8777, 7029, 8595, 11877, 7757, 10287, 7349, 8470, 7079, 8206, 8939, 8233, 13178, 8669, 11440, 7378, 10920, 8743, 11499, 8121, 12333, 8577, 13699, 8963, 12525, 7970, 9728, 14235, 10109, 11536, 8121, 9306, 12447, 8686, 11536, 7564, 9814, 7420, 8650, 8313, 7951, 11316, 7779, 10391, 7800, 9513, 7426, 8421, 7216, 8234, 13078, 10562, 7917, 10533, 7263, 8178, 12760, 7589, 9313, 8054, 7690, 11276, 7728, 9693, 8126, 7960, 12690, 7534, 8152, 11455, 7798, 11314, 7210, 8062, 12987, 8024, 9017, 8657, 7879, 12493, 7526, 8620, 11694, 8227, 10752, 7629, 9977, 9304, 8269, 12619, 7498, 9574, 9344, 7956, 12198, 8019, 10509, 12637, 7967, 10933, 7988, 9865, 12799, 8334, 11043, 7409, 8984, 12006, 7927, 10551, 9948, 8468, 10647, 8043, 8754, 12416, 8027, 9079, 7340, 8483, 11095, 8047, 10361, 7924, 8908, 11382, 8315, 11278, 8158, 9381, 8581, 8230, 11857, 8053, 9325, 11240, 8605, 11256, 7559, 8637, 11594, 8203, 10035, 10443, 8198, 10631, 7589, 8246, 7117, 7731, 11859, 7325, 9064, 8909, 7927, 12224, 7700, 11127, 7725, 7978, 9562, 8308, 12645, 8165, 11151, 11262, 8222, 13369, 8489, 11574, 9440, 8839, 14801, 9983, 10535, 8015, 8598, 13797, 8084, 10739, 7428, 8386, 12464, 7914, 9868, 8492, 8381, 11835, 7799, 9659, 7932, 8956, 12164, 8090, 8933, 11460, 8396, 10183, 7725, 8666, 12304, 8322, 9586, 7893, 8258, 11342, 7842, 8491, 11765, 8358, 10336, 7704, 8874, 9212, 8201, 12022, 7729, 8615, 7767, 8316, 12262, 7838, 9368, 12552, 8298, 11198, 7817, 9966, 7356, 8161, 12604, 8425, 10852, 8093, 9351, 12880, 8440, 11145, 12096, 8439, 11012, 8060, 9872, 10673, 8290, 10835, 8088, 8491, 10075, 8662, 11622, 8136, 8954, 12706, 8113, 9415, 12996, 8413, 10006, 7320, 8539, 11645, 8067, 8860, 7380, 8219, 11291, 8368, 9785, 7939, 8292, 7800, 8386, 12656, 8723, 8332, 11691, 7956, 8570, 8583, 8178, 11314, 7181, 8029, 11050, 8216], 'WindowCenter': [4200.0, 4205.0, 4141.0, 4169.0, 4115.0, 4145.0, 4163.0, 4113.0, 4155.0, 4153.0, 4133.0, 4153.0, 4122.0, 4135.0, 4164.0, 4124.0, 4155.0, 4112.0, 4145.0, 4163.0, 4124.0, 4156.0, 4164.0, 4135.0, 4153.0, 4123.0, 4145.0, 4153.0, 4113.0, 4162.0, 4124.0, 4154.0, 4145.0, 4176.0, 4136.0, 4154.0, 4135.0, 4164.0, 4114.0, 4157.0, 4165.0, 4134.0, 4152.0, 4124.0, 4154.0, 4125.0, 4156.0, 4125.0, 4146.0, 4113.0, 4145.0, 4165.0, 4126.0, 4167.0, 4126.0, 4145.0, 4114.0, 4146.0, 4176.0, 4123.0, 4133.0, 4164.0, 4123.0, 4133.0, 4162.0, 4112.0, 4143.0, 4111.0, 4134.0, 4162.0, 4122.0, 4154.0, 4124.0, 4146.0, 4175.0, 4124.0, 4165.0, 4136.0, 4157.0, 4155.0, 4147.0, 4177.0, 4126.0, 4169.0, 4176.0, 4136.0, 4167.0, 4123.0, 4137.0, 4164.0, 4125.0, 4156.0, 4134.0, 4147.0, 4163.0, 4115.0, 4156.0, 4113.0, 4135.0, 4175.0, 4127.0, 4156.0, 4125.0, 4146.0, 4178.0, 4128.0, 4181.0, 4167.0, 4126.0, 4167.0, 4124.0, 4147.0, 4177.0, 4136.0, 4166.0, 4125.0, 4156.0, 4165.0, 4124.0, 4167.0, 4122.0, 4134.0, 4162.0, 4123.0, 4152.0, 4111.0, 4133.0, 4163.0, 4135.0, 4155.0, 4110.0, 4144.0, 4162.0, 4122.0, 4152.0, 4120.0, 4132.0, 4162.0, 4109.0, 4131.0, 4161.0, 4119.0, 4139.0, 4089.0, 4143.0, 4161.0, 4111.0, 4143.0, 4122.0, 4144.0, 4163.0, 4124.0, 4166.0, 4153.0, 4133.0, 4154.0, 4111.0, 4133.0, 4174.0, 4124.0, 4155.0, 4120.0, 4133.0, 4162.0, 4123.0, 4145.0, 4132.0, 4134.0, 4164.0, 4125.0, 4168.0, 4156.0, 4147.0, 4176.0, 4124.0, 4146.0, 4174.0, 4114.0, 4156.0, 4177.0, 4125.0, 4166.0, 4114.0, 4146.0, 4175.0, 4126.0, 4158.0, 4176.0, 4124.0, 4164.0, 4124.0, 4147.0, 4175.0, 4135.0, 4167.0, 4144.0, 4144.0, 4163.0, 4113.0, 4154.0, 4163.0, 4122.0, 4155.0, 4142.0, 4132.0, 4151.0, 4110.0, 4143.0, 4139.0, 4132.0, 4152.0, 4111.0, 4143.0, 4142.0, 4144.0, 4174.0, 4111.0, 4143.0, 4162.0, 4111.0, 4143.0, 4162.0, 4112.0, 4153.0, 4141.0, 4131.0, 4152.0, 4100.0, 4133.0, 4174.0, 4125.0, 4153.0, 4123.0, 4144.0, 4173.0, 4124.0, 4166.0, 4143.0, 4145.0, 4165.0, 4124.0, 4156.0, 4151.0, 4134.0, 4175.0, 4134.0, 4145.0, 4163.0, 4124.0, 4154.0, 4132.0, 4144.0, 4174.0, 4132.0, 4141.0, 4099.0, 4143.0, 4162.0, 4122.0, 4165.0, 4134.0, 4134.0, 4163.0, 4123.0, 4154.0, 4142.0, 4145.0, 4163.0, 4123.0, 4153.0, 4110.0, 4143.0, 4163.0, 4122.0, 4143.0, 4162.0, 4111.0, 4131.0, 4120.0, 4131.0, 4161.0, 4121.0, 4143.0, 4161.0, 4131.0, 4153.0, 4111.0, 4144.0, 4163.0, 4124.0, 4153.0, 4113.0, 4157.0, 4166.0, 4147.0, 4175.0, 4126.0, 4168.0, 4166.0, 4147.0, 4177.0, 4144.0, 4144.0, 4162.0, 4111.0, 4143.0, 4173.0, 4124.0, 4153.0, 4111.0, 4133.0, 4163.0, 4110.0, 4133.0, 4164.0, 4113.0, 4142.0, 4112.0, 4134.0, 4163.0, 4124.0, 4165.0, 4113.0, 4146.0, 4165.0, 4136.0, 4178.0, 4155.0, 4148.0, 4176.0, 4122.0, 4133.0, 4162.0, 4112.0, 4143.0, 4172.0, 4121.0, 4152.0, 4099.0, 4131.0, 4150.0, 4110.0, 4143.0, 4163.0, 4121.0, 4141.0, 4121.0, 4141.0, 4109.0, 4132.0, 4162.0, 4112.0, 4143.0, 4140.0, 4132.0, 4151.0, 4109.0, 4131.0, 4160.0, 4111.0, 4151.0, 4108.0, 4130.0, 4150.0, 4110.0, 4151.0, 4108.0, 4141.0, 4160.0, 4121.0, 4141.0, 4110.0, 4143.0, 4162.0, 4131.0, 4152.0, 4111.0, 4142.0, 4162.0, 4123.0, 4154.0, 4130.0, 4133.0, 4159.0, 4110.0, 4142.0, 4162.0, 4123.0, 4152.0, 4110.0, 4142.0, 4160.0, 4121.0, 4153.0, 4122.0, 4132.0, 4141.0, 4122.0, 4163.0, 4124.0, 4146.0, 4164.0, 4133.0, 4164.0, 4112.0, 4145.0, 4174.0, 4124.0, 4163.0, 4122.0, 4153.0, 4101.0, 4144.0, 4163.0, 4135.0, 4165.0, 4112.0, 4144.0, 4163.0, 4121.0, 4152.0, 4109.0, 4131.0, 4161.0, 4120.0, 4151.0, 4109.0, 4131.0, 4161.0, 4121.0, 4141.0, 4108.0, 4130.0, 4150.0, 4120.0, 4141.0, 4110.0, 4131.0, 4119.0, 4132.0, 4162.0, 4122.0, 4144.0, 4162.0, 4121.0, 4151.0, 4109.0, 4142.0, 4162.0, 4123.0, 4131.0, 4100.0, 4132.0, 4160.0, 4111.0, 4153.0, 4121.0, 4133.0, 4153.0, 4124.0, 4164.0, 4123.0, 4157.0, 4165.0, 4136.0, 4165.0, 4124.0, 4166.0, 4144.0, 4147.0, 4176.0, 4134.0, 4154.0, 4112.0, 4133.0, 4164.0, 4123.0, 4154.0, 4161.0, 4120.0, 4151.0, 4109.0, 4130.0, 4119.0, 4131.0, 4161.0, 4111.0, 4140.0, 4099.0, 4131.0, 4161.0, 4120.0, 4152.0, 4149.0, 4119.0, 4150.0, 4097.0, 4130.0, 4149.0, 4108.0, 4140.0, 4118.0, 4119.0, 4136.0, 4107.0, 4129.0, 4129.0, 4131.0, 4162.0, 4108.0, 4130.0, 4160.0, 4110.0, 4130.0, 4161.0, 4121.0, 4140.0, 4110.0, 4132.0, 4110.0, 4133.0, 4163.0, 4125.0, 4155.0, 4113.0, 4146.0, 4175.0, 4135.0, 4178.0, 4144.0, 4145.0, 4165.0, 4124.0, 4165.0, 4122.0, 4146.0, 4176.0, 4123.0, 4131.0, 4110.0, 4132.0, 4163.0, 4110.0, 4142.0, 4163.0, 4122.0, 4131.0, 4100.0, 4132.0, 4162.0, 4111.0, 4152.0, 4130.0, 4121.0, 4163.0, 4110.0, 4132.0, 4151.0, 4121.0, 4151.0, 4110.0, 4131.0, 4121.0, 4132.0, 4161.0, 4123.0, 4153.0, 4112.0, 4133.0, 4111.0, 4133.0, 4173.0, 4124.0, 4145.0, 4162.0, 4121.0, 4152.0, 4110.0, 4133.0, 4161.0, 4122.0, 4152.0, 4099.0, 4132.0, 4162.0, 4122.0, 4132.0, 4100.0, 4133.0, 4162.0, 4123.0, 4155.0, 4126.0, 4136.0, 4125.0, 4147.0, 4145.0, 4149.0, 4188.0, 4148.0, 4167.0, 4126.0, 4166.0, 4147.0, 4166.0, 4136.0, 4177.0, 4148.0, 4177.0, 4135.0, 4164.0, 4111.0, 4132.0, 4161.0, 4129.0, 4139.0, 4107.0, 4120.0, 4148.0, 4118.0, 4137.0, 4097.0, 4128.0, 4098.0, 4120.0, 4108.0, 4121.0, 4150.0, 4122.0, 4142.0, 4124.0, 4144.0, 4113.0, 4134.0, 4112.0, 4134.0, 4165.0, 4142.0, 4123.0, 4142.0, 4099.0, 4121.0, 4150.0, 4122.0, 4145.0, 4121.0, 4122.0, 4152.0, 4123.0, 4144.0, 4121.0, 4134.0, 4176.0, 4126.0, 4125.0, 4153.0, 4124.0, 4154.0, 4111.0, 4124.0, 4165.0, 4123.0, 4134.0, 4132.0, 4123.0, 4163.0, 4124.0, 4135.0, 4163.0, 4133.0, 4152.0, 4122.0, 4143.0, 4131.0, 4133.0, 4165.0, 4112.0, 4144.0, 4131.0, 4121.0, 4151.0, 4110.0, 4142.0, 4151.0, 4122.0, 4141.0, 4108.0, 4130.0, 4149.0, 4108.0, 4139.0, 4097.0, 4119.0, 4136.0, 4106.0, 4129.0, 4115.0, 4105.0, 4125.0, 4094.0, 4106.0, 4136.0, 4107.0, 4118.0, 4095.0, 4118.0, 4136.0, 4107.0, 4139.0, 4108.0, 4130.0, 4140.0, 4121.0, 4150.0, 4122.0, 4144.0, 4119.0, 4121.0, 4150.0, 4120.0, 4131.0, 4151.0, 4133.0, 4152.0, 4111.0, 4132.0, 4151.0, 4122.0, 4142.0, 4151.0, 4134.0, 4152.0, 4121.0, 4133.0, 4111.0, 4124.0, 4164.0, 4125.0, 4147.0, 4145.0, 4136.0, 4167.0, 4137.0, 4169.0, 4136.0, 4136.0, 4155.0, 4136.0, 4176.0, 4135.0, 4167.0, 4166.0, 4135.0, 4174.0, 4134.0, 4165.0, 4131.0, 4133.0, 4174.0, 4129.0, 4140.0, 4108.0, 4120.0, 4160.0, 4108.0, 4139.0, 4096.0, 4118.0, 4148.0, 4107.0, 4130.0, 4117.0, 4120.0, 4149.0, 4108.0, 4129.0, 4107.0, 4130.0, 4149.0, 4120.0, 4130.0, 4150.0, 4121.0, 4139.0, 4108.0, 4130.0, 4151.0, 4122.0, 4141.0, 4109.0, 4121.0, 4149.0, 4119.0, 4132.0, 4162.0, 4133.0, 4141.0, 4122.0, 4132.0, 4142.0, 4133.0, 4164.0, 4125.0, 4134.0, 4122.0, 4134.0, 4162.0, 4123.0, 4145.0, 4165.0, 4134.0, 4153.0, 4124.0, 4154.0, 4124.0, 4147.0, 4165.0, 4133.0, 4154.0, 4122.0, 4143.0, 4163.0, 4122.0, 4154.0, 4151.0, 4121.0, 4139.0, 4110.0, 4142.0, 4138.0, 4120.0, 4141.0, 4119.0, 4130.0, 4129.0, 4130.0, 4150.0, 4108.0, 4130.0, 4149.0, 4106.0, 4129.0, 4148.0, 4108.0, 4128.0, 4096.0, 4119.0, 4136.0, 4109.0, 4129.0, 4098.0, 4120.0, 4151.0, 4135.0, 4142.0, 4123.0, 4132.0, 4121.0, 4134.0, 4166.0, 4132.0, 4135.0, 4153.0, 4120.0, 4130.0, 4119.0, 4121.0, 4152.0, 4113.0, 4123.0, 4151.0, 4120.0], 'WindowWidth': [9315.0, 9312.0, 9217.0, 9248.0, 9168.0, 9209.0, 9229.0, 9162.0, 9222.0, 9215.0, 9186.0, 9214.0, 9170.0, 9192.0, 9229.0, 9179.0, 9219.0, 9159.0, 9207.0, 9228.0, 9176.0, 9222.0, 9232.0, 9192.0, 9215.0, 9175.0, 9206.0, 9215.0, 9161.0, 9226.0, 9178.0, 9217.0, 9208.0, 9251.0, 9196.0, 9218.0, 9194.0, 9231.0, 9163.0, 9227.0, 9233.0, 9189.0, 9212.0, 9176.0, 9218.0, 9180.0, 9224.0, 9180.0, 9209.0, 9161.0, 9207.0, 9232.0, 9182.0, 9239.0, 9183.0, 9207.0, 9163.0, 9210.0, 9254.0, 9172.0, 9187.0, 9230.0, 9172.0, 9188.0, 9224.0, 9157.0, 9198.0, 9153.0, 9189.0, 9225.0, 9173.0, 9219.0, 9178.0, 9211.0, 9247.0, 9179.0, 9235.0, 9199.0, 9228.0, 9223.0, 9214.0, 9253.0, 9185.0, 9246.0, 9253.0, 9199.0, 9240.0, 9175.0, 9199.0, 9231.0, 9180.0, 9223.0, 9192.0, 9215.0, 9229.0, 9168.0, 9224.0, 9162.0, 9195.0, 9250.0, 9189.0, 9224.0, 9182.0, 9215.0, 9257.0, 9191.0, 9266.0, 9241.0, 9183.0, 9239.0, 9178.0, 9213.0, 9256.0, 9198.0, 9237.0, 9182.0, 9225.0, 9238.0, 9180.0, 9240.0, 9172.0, 9190.0, 9224.0, 9173.0, 9212.0, 9154.0, 9187.0, 9228.0, 9193.0, 9219.0, 9154.0, 9202.0, 9225.0, 9170.0, 9212.0, 9166.0, 9183.0, 9224.0, 9149.0, 9182.0, 9222.0, 9162.0, 9190.0, 9121.0, 9201.0, 9224.0, 9157.0, 9200.0, 9172.0, 9205.0, 9229.0, 9179.0, 9237.0, 9216.0, 9189.0, 9217.0, 9157.0, 9189.0, 9246.0, 9180.0, 9221.0, 9166.0, 9187.0, 9226.0, 9177.0, 9209.0, 9185.0, 9192.0, 9231.0, 9182.0, 9244.0, 9225.0, 9217.0, 9254.0, 9180.0, 9211.0, 9247.0, 9165.0, 9225.0, 9255.0, 9184.0, 9237.0, 9167.0, 9212.0, 9249.0, 9184.0, 9231.0, 9254.0, 9181.0, 9233.0, 9179.0, 9214.0, 9251.0, 9197.0, 9241.0, 9205.0, 9205.0, 9230.0, 9162.0, 9218.0, 9231.0, 9172.0, 9220.0, 9199.0, 9184.0, 9209.0, 9154.0, 9201.0, 9192.0, 9184.0, 9212.0, 9156.0, 9201.0, 9199.0, 9204.0, 9248.0, 9159.0, 9201.0, 9225.0, 9156.0, 9202.0, 9227.0, 9159.0, 9215.0, 9195.0, 9183.0, 9210.0, 9140.0, 9188.0, 9246.0, 9183.0, 9216.0, 9175.0, 9207.0, 9243.0, 9181.0, 9238.0, 9204.0, 9209.0, 9233.0, 9179.0, 9225.0, 9213.0, 9192.0, 9248.0, 9192.0, 9208.0, 9230.0, 9177.0, 9219.0, 9185.0, 9205.0, 9245.0, 9185.0, 9197.0, 9138.0, 9202.0, 9226.0, 9174.0, 9238.0, 9192.0, 9192.0, 9228.0, 9177.0, 9219.0, 9199.0, 9209.0, 9230.0, 9174.0, 9215.0, 9154.0, 9203.0, 9229.0, 9171.0, 9201.0, 9228.0, 9156.0, 9182.0, 9166.0, 9183.0, 9223.0, 9168.0, 9201.0, 9223.0, 9182.0, 9215.0, 9157.0, 9205.0, 9228.0, 9179.0, 9217.0, 9165.0, 9230.0, 9240.0, 9215.0, 9250.0, 9186.0, 9245.0, 9239.0, 9217.0, 9256.0, 9206.0, 9205.0, 9227.0, 9157.0, 9203.0, 9246.0, 9177.0, 9215.0, 9156.0, 9190.0, 9229.0, 9154.0, 9189.0, 9231.0, 9161.0, 9199.0, 9160.0, 9192.0, 9229.0, 9181.0, 9237.0, 9164.0, 9213.0, 9236.0, 9200.0, 9258.0, 9221.0, 9216.0, 9253.0, 9172.0, 9189.0, 9229.0, 9157.0, 9200.0, 9240.0, 9171.0, 9214.0, 9137.0, 9184.0, 9205.0, 9154.0, 9201.0, 9228.0, 9172.0, 9195.0, 9169.0, 9198.0, 9151.0, 9186.0, 9228.0, 9159.0, 9200.0, 9192.0, 9184.0, 9210.0, 9149.0, 9181.0, 9218.0, 9154.0, 9210.0, 9148.0, 9180.0, 9207.0, 9153.0, 9208.0, 9148.0, 9197.0, 9220.0, 9168.0, 9197.0, 9153.0, 9202.0, 9226.0, 9184.0, 9212.0, 9156.0, 9200.0, 9226.0, 9175.0, 9218.0, 9180.0, 9186.0, 9219.0, 9155.0, 9200.0, 9229.0, 9174.0, 9213.0, 9152.0, 9198.0, 9221.0, 9169.0, 9216.0, 9172.0, 9186.0, 9195.0, 9174.0, 9230.0, 9179.0, 9213.0, 9233.0, 9191.0, 9234.0, 9161.0, 9208.0, 9249.0, 9179.0, 9230.0, 9175.0, 9216.0, 9145.0, 9207.0, 9232.0, 9196.0, 9236.0, 9160.0, 9206.0, 9230.0, 9170.0, 9214.0, 9151.0, 9183.0, 9224.0, 9167.0, 9209.0, 9150.0, 9183.0, 9222.0, 9168.0, 9195.0, 9147.0, 9179.0, 9205.0, 9166.0, 9197.0, 9155.0, 9185.0, 9165.0, 9186.0, 9226.0, 9172.0, 9207.0, 9228.0, 9170.0, 9210.0, 9150.0, 9197.0, 9226.0, 9177.0, 9185.0, 9140.0, 9187.0, 9222.0, 9157.0, 9217.0, 9171.0, 9191.0, 9216.0, 9179.0, 9232.0, 9178.0, 9229.0, 9238.0, 9199.0, 9236.0, 9182.0, 9238.0, 9206.0, 9217.0, 9254.0, 9191.0, 9219.0, 9159.0, 9190.0, 9235.0, 9179.0, 9221.0, 9224.0, 9167.0, 9209.0, 9149.0, 9180.0, 9162.0, 9182.0, 9225.0, 9156.0, 9193.0, 9135.0, 9184.0, 9222.0, 9166.0, 9211.0, 9203.0, 9164.0, 9207.0, 9131.0, 9178.0, 9202.0, 9147.0, 9193.0, 9159.0, 9161.0, 9181.0, 9145.0, 9177.0, 9175.0, 9183.0, 9226.0, 9148.0, 9181.0, 9218.0, 9151.0, 9181.0, 9223.0, 9171.0, 9194.0, 9155.0, 9186.0, 9153.0, 9189.0, 9230.0, 9184.0, 9221.0, 9164.0, 9213.0, 9248.0, 9195.0, 9258.0, 9208.0, 9208.0, 9234.0, 9180.0, 9235.0, 9172.0, 9213.0, 9254.0, 9177.0, 9184.0, 9152.0, 9186.0, 9229.0, 9151.0, 9199.0, 9229.0, 9173.0, 9181.0, 9139.0, 9186.0, 9224.0, 9156.0, 9214.0, 9179.0, 9170.0, 9226.0, 9153.0, 9184.0, 9210.0, 9168.0, 9207.0, 9152.0, 9182.0, 9167.0, 9184.0, 9222.0, 9178.0, 9217.0, 9159.0, 9191.0, 9157.0, 9191.0, 9244.0, 9180.0, 9208.0, 9228.0, 9170.0, 9212.0, 9154.0, 9189.0, 9225.0, 9172.0, 9214.0, 9136.0, 9184.0, 9226.0, 9172.0, 9185.0, 9140.0, 9189.0, 9225.0, 9176.0, 9222.0, 9186.0, 9199.0, 9182.0, 9216.0, 9210.0, 9223.0, 9274.0, 9219.0, 9241.0, 9186.0, 9240.0, 9217.0, 9238.0, 9201.0, 9255.0, 9217.0, 9257.0, 9193.0, 9231.0, 9154.0, 9184.0, 9224.0, 9175.0, 9190.0, 9142.0, 9162.0, 9196.0, 9157.0, 9182.0, 9129.0, 9170.0, 9131.0, 9164.0, 9144.0, 9167.0, 9205.0, 9171.0, 9199.0, 9178.0, 9205.0, 9162.0, 9192.0, 9159.0, 9193.0, 9236.0, 9200.0, 9176.0, 9198.0, 9137.0, 9169.0, 9204.0, 9172.0, 9206.0, 9169.0, 9173.0, 9211.0, 9174.0, 9205.0, 9170.0, 9194.0, 9252.0, 9184.0, 9182.0, 9216.0, 9178.0, 9218.0, 9155.0, 9180.0, 9233.0, 9175.0, 9191.0, 9184.0, 9177.0, 9228.0, 9178.0, 9195.0, 9230.0, 9188.0, 9213.0, 9172.0, 9203.0, 9183.0, 9190.0, 9235.0, 9161.0, 9204.0, 9182.0, 9169.0, 9210.0, 9151.0, 9197.0, 9212.0, 9169.0, 9193.0, 9146.0, 9178.0, 9202.0, 9145.0, 9188.0, 9130.0, 9163.0, 9183.0, 9140.0, 9172.0, 9148.0, 9137.0, 9163.0, 9120.0, 9138.0, 9178.0, 9141.0, 9158.0, 9123.0, 9157.0, 9180.0, 9144.0, 9187.0, 9145.0, 9179.0, 9191.0, 9169.0, 9206.0, 9172.0, 9203.0, 9165.0, 9169.0, 9205.0, 9166.0, 9182.0, 9209.0, 9190.0, 9213.0, 9157.0, 9186.0, 9209.0, 9173.0, 9201.0, 9211.0, 9192.0, 9213.0, 9169.0, 9188.0, 9156.0, 9179.0, 9233.0, 9183.0, 9216.0, 9208.0, 9198.0, 9239.0, 9200.0, 9247.0, 9199.0, 9199.0, 9222.0, 9199.0, 9253.0, 9196.0, 9244.0, 9237.0, 9196.0, 9246.0, 9191.0, 9235.0, 9182.0, 9188.0, 9248.0, 9179.0, 9193.0, 9145.0, 9166.0, 9220.0, 9146.0, 9189.0, 9128.0, 9161.0, 9200.0, 9144.0, 9176.0, 9156.0, 9166.0, 9203.0, 9145.0, 9173.0, 9143.0, 9179.0, 9202.0, 9167.0, 9180.0, 9204.0, 9168.0, 9190.0, 9147.0, 9180.0, 9208.0, 9173.0, 9197.0, 9148.0, 9168.0, 9203.0, 9163.0, 9188.0, 9228.0, 9188.0, 9197.0, 9171.0, 9187.0, 9198.0, 9189.0, 9235.0, 9182.0, 9192.0, 9171.0, 9191.0, 9227.0, 9174.0, 9209.0, 9235.0, 9192.0, 9216.0, 9178.0, 9218.0, 9181.0, 9216.0, 9236.0, 9189.0, 9218.0, 9173.0, 9204.0, 9230.0, 9173.0, 9220.0, 9212.0, 9169.0, 9191.0, 9151.0, 9198.0, 9186.0, 9164.0, 9196.0, 9165.0, 9180.0, 9175.0, 9181.0, 9206.0, 9147.0, 9179.0, 9204.0, 9142.0, 9176.0, 9199.0, 9144.0, 9172.0, 9126.0, 9160.0, 9181.0, 9148.0, 9175.0, 9134.0, 9168.0, 9211.0, 9197.0, 9202.0, 9175.0, 9188.0, 9169.0, 9192.0, 9237.0, 9186.0, 9196.0, 9216.0, 9165.0, 9181.0, 9162.0, 9169.0, 9213.0, 9162.0, 9176.0, 9207.0, 9168.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.0004969735327963175</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03239499505178366</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.926844368387144</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2283022856566823</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9573930738248858</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4583</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6939.7793</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.0789707124739126</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>3</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.34522439585730724</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.577464126575274</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.448713759799933</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8150934783374866</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.468585141588403</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.007237</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01007857359945774</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.026449181139469147</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.8663883707438202</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>25.1997</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.0774</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>153.3662</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>304187.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>713.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>299.107</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2712</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>520.0488</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3352.2919</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3577.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>72357.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1089.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4383.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>925.1464</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>36.20146081224084</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> |