=== 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-0047 --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-0047",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
107 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
107 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-0047_ses-01_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0047_ses-01_task-social_acq-mb8_run-04_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-01_subject-0047_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-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-01_subject-0047_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-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-01_subject-0047_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-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-01_subject-0047_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-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-01_subject-0047_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-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-01_subject-0047_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-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0047_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-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0047/ses-01/func/sub-0047_ses-01_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>7142000bf377367be0228c8b8934253d</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>17:55:48.120000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.991789, -0.127781, -0.00522868, 0.126875, 0.977974, 0.165739]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0903396</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4150, -7762, -7254, 623, -9, -193, 40, 95]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>238.78</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>a8bd2f0e-28b6-4b91-b411-690e12ae3e44||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6608963012695312, 0.3403964936733246, 0.04337506368756294, 95.29408264160156], [0.3428274393081665, 2.623832941055298, 0.44561266899108887, -113.39225769042969], [-0.014028175733983517, -0.44466638565063477, 2.6626205444335938, -45.355628967285156], [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': ['175548.120000', '175548.580000', '175549.040000', '175549.500000', '175549.960000', '175550.420000', '175550.880000', '175551.340000', '175551.800000', '175552.260000', '175552.720000', '175553.180000', '175553.640000', '175554.100000', '175554.560000', '175555.020000', '175555.480000', '175555.940000', '175556.400000', '175556.860000', '175557.320000', '175557.780000', '175558.240000', '175558.700000', '175559.160000', '175559.620000', '175600.080000', '175600.540000', '175601.000000', '175601.460000', '175601.920000', '175602.380000', '175602.840000', '175603.300000', '175603.760000', '175604.220000', '175604.680000', '175605.140000', '175605.600000', '175606.060000', '175606.520000', '175606.980000', '175607.440000', '175607.900000', '175608.360000', '175608.820000', '175609.280000', '175609.740000', '175610.200000', '175610.660000', '175611.120000', '175611.580000', '175612.040000', '175612.500000', '175612.960000', '175613.420000', '175613.880000', '175614.340000', '175614.800000', '175615.260000', '175615.720000', '175616.180000', '175616.640000', '175617.100000', '175617.560000', '175618.020000', '175618.480000', '175618.940000', '175619.400000', '175619.860000', '175620.320000', '175620.780000', '175621.240000', '175621.700000', '175622.160000', '175622.620000', '175623.080000', '175623.540000', '175624.000000', '175624.460000', '175624.920000', '175625.380000', '175625.840000', '175626.300000', '175626.760000', '175627.220000', '175627.680000', '175628.140000', '175628.600000', '175629.060000', '175629.520000', '175629.980000', '175630.440000', '175630.900000', '175631.360000', '175631.820000', '175632.280000', '175632.740000', '175633.200000', '175633.660000', '175634.120000', '175634.580000', '175635.040000', '175635.500000', '175635.960000', '175636.420000', '175636.880000', '175637.340000', '175637.800000', '175638.260000', '175638.720000', '175639.180000', '175639.640000', '175640.100000', '175640.560000', '175641.020000', '175641.480000', '175641.940000', '175642.400000', '175642.860000', '175643.320000', '175643.780000', '175644.240000', '175644.700000', '175645.160000', '175645.620000', '175646.080000', '175646.540000', '175647.000000', '175647.460000', '175647.920000', '175648.380000', '175648.840000', '175649.300000', '175649.760000', '175650.220000', '175650.680000', '175651.140000', '175651.600000', '175652.060000', '175652.520000', '175652.980000', '175653.440000', '175653.900000', '175654.360000', '175654.820000', '175655.280000', '175655.740000', '175656.200000', '175656.660000', '175657.120000', '175657.580000', '175658.040000', '175658.500000', '175658.960000', '175659.420000', '175659.880000', '175700.340000', '175700.800000', '175701.260000', '175701.720000', '175702.180000', '175702.640000', '175703.100000', '175703.560000', '175704.020000', '175704.480000', '175704.940000', '175705.400000', '175705.860000', '175706.320000', '175706.780000', '175707.240000', '175707.700000', '175708.160000', '175708.620000', '175709.080000', '175709.540000', '175710.000000', '175710.460000', '175710.920000', '175711.380000', '175711.840000', '175712.300000', '175712.760000', '175713.220000', '175713.680000', '175714.140000', '175714.600000', '175715.060000', '175715.520000', '175715.980000', '175716.440000', '175716.900000', '175717.360000', '175717.820000', '175718.280000', '175718.740000', '175719.200000', '175719.660000', '175720.120000', '175720.580000', '175721.040000', '175721.500000', '175721.960000', '175722.420000', '175722.880000', '175723.340000', '175723.800000', '175724.260000', '175724.720000', '175725.180000', '175725.640000', '175726.100000', '175726.560000', '175727.020000', '175727.480000', '175727.940000', '175728.400000', '175728.860000', '175729.320000', '175729.780000', '175730.240000', '175730.700000', '175731.160000', '175731.620000', '175732.080000', '175732.540000', '175733.000000', '175733.460000', '175733.920000', '175734.380000', '175734.840000', '175735.300000', '175735.760000', '175736.220000', '175736.680000', '175737.140000', '175737.600000', '175738.060000', '175738.520000', '175738.980000', '175739.440000', '175739.900000', '175740.360000', '175740.820000', '175741.280000', '175741.740000', '175742.200000', '175742.660000', '175743.120000', '175743.580000', '175744.040000', '175744.500000', '175744.960000', '175745.420000', '175745.880000', '175746.340000', '175746.800000', '175747.260000', '175747.720000', '175748.180000', '175748.640000', '175749.100000', '175749.560000', '175750.020000', '175750.480000', '175750.940000', '175751.400000', '175751.860000', '175752.320000', '175752.780000', '175753.240000', '175753.700000', '175754.160000', '175754.620000', '175755.080000', '175755.540000', '175756.000000', '175756.460000', '175756.920000', '175757.380000', '175757.840000', '175758.300000', '175758.760000', '175759.220000', '175759.680000', '175800.140000', '175800.600000', '175801.060000', '175801.520000', '175801.980000', '175802.440000', '175802.900000', '175803.360000', '175803.820000', '175804.280000', '175804.740000', '175805.200000', '175805.660000', '175806.120000', '175806.580000', '175807.040000', '175807.500000', '175807.960000', '175808.420000', '175808.880000', '175809.340000', '175809.800000', '175810.260000', '175810.720000', '175811.180000', '175811.640000', '175812.100000', '175812.560000', '175813.020000', '175813.480000', '175813.940000', '175814.400000', '175814.860000', '175815.320000', '175815.780000', '175816.240000', '175816.700000', '175817.160000', '175817.620000', '175818.080000', '175818.540000', '175819.000000', '175819.460000', '175819.920000', '175820.380000', '175820.840000', '175821.300000', '175821.760000', '175822.220000', '175822.680000', '175823.140000', '175823.600000', '175824.060000', '175824.520000', '175824.980000', '175825.440000', '175825.900000', '175826.360000', '175826.820000', '175827.280000', '175827.740000', '175828.200000', '175828.660000', '175829.120000', '175829.580000', '175830.040000', '175830.500000', '175830.960000', '175831.420000', '175831.880000', '175832.340000', '175832.800000', '175833.260000', '175833.720000', '175834.180000', '175834.640000', '175835.100000', '175835.560000', '175836.020000', '175836.480000', '175836.940000', '175837.400000', '175837.860000', '175838.320000', '175838.780000', '175839.240000', '175839.700000', '175840.160000', '175840.620000', '175841.080000', '175841.540000', '175842.000000', '175842.460000', '175842.920000', '175843.380000', '175843.840000', '175844.300000', '175844.760000', '175845.220000', '175845.680000', '175846.140000', '175846.600000', '175847.060000', '175847.520000', '175847.980000', '175848.440000', '175848.900000', '175849.360000', '175849.820000', '175850.280000', '175850.740000', '175851.200000', '175851.660000', '175852.120000', '175852.580000', '175853.040000', '175853.500000', '175853.960000', '175854.420000', '175854.880000', '175855.340000', '175855.800000', '175856.260000', '175856.720000', '175857.180000', '175857.640000', '175858.100000', '175858.560000', '175859.020000', '175859.480000', '175859.940000', '175900.400000', '175900.860000', '175901.320000', '175901.780000', '175902.240000', '175902.700000', '175903.160000', '175903.620000', '175904.080000', '175904.540000', '175905.000000', '175905.460000', '175905.920000', '175906.380000', '175906.840000', '175907.300000', '175907.760000', '175908.220000', '175908.680000', '175909.140000', '175909.600000', '175910.060000', '175910.520000', '175910.980000', '175911.440000', '175911.900000', '175912.360000', '175912.820000', '175913.280000', '175913.740000', '175914.200000', '175914.660000', '175915.120000', '175915.580000', '175916.040000', '175916.500000', '175916.960000', '175917.420000', '175917.880000', '175918.340000', '175918.800000', '175919.260000', '175919.720000', '175920.180000', '175920.640000', '175921.100000', '175921.560000', '175922.020000', '175922.480000', '175922.940000', '175923.400000', '175923.860000', '175924.320000', '175924.780000', '175925.240000', '175925.700000', '175926.160000', '175926.620000', '175927.080000', '175927.540000', '175928.000000', '175928.460000', '175928.920000', '175929.380000', '175929.840000', '175930.300000', '175930.760000', '175931.220000', '175931.680000', '175932.140000', '175932.600000', '175933.060000', '175933.520000', '175933.980000', '175934.440000', '175934.900000', '175935.360000', '175935.820000', '175936.280000', '175936.740000', '175937.200000', '175937.660000', '175938.120000', '175938.580000', '175939.040000', '175939.500000', '175939.960000', '175940.420000', '175940.880000', '175941.340000', '175941.800000', '175942.260000', '175942.720000', '175943.180000', '175943.640000', '175944.100000', '175944.560000', '175945.020000', '175945.480000', '175945.940000', '175946.400000', '175946.860000', '175947.320000', '175947.780000', '175948.240000', '175948.700000', '175949.160000', '175949.620000', '175950.080000', '175950.540000', '175951.000000', '175951.460000', '175951.920000', '175952.380000', '175952.840000', '175953.300000', '175953.760000', '175954.220000', '175954.680000', '175955.140000', '175955.600000', '175956.060000', '175956.520000', '175956.980000', '175957.440000', '175957.900000', '175958.360000', '175958.820000', '175959.280000', '175959.740000', '180000.200000', '180000.660000', '180001.120000', '180001.580000', '180002.040000', '180002.500000', '180002.960000', '180003.420000', '180003.880000', '180004.340000', '180004.800000', '180005.260000', '180005.720000', '180006.180000', '180006.640000', '180007.100000', '180007.560000', '180008.020000', '180008.480000', '180008.940000', '180009.400000', '180009.860000', '180010.320000', '180010.780000', '180011.240000', '180011.700000', '180012.160000', '180012.620000', '180013.080000', '180013.540000', '180014.000000', '180014.460000', '180014.920000', '180015.380000', '180015.840000', '180016.300000', '180016.760000', '180017.220000', '180017.680000', '180018.140000', '180018.600000', '180019.060000', '180019.520000', '180019.980000', '180020.440000', '180020.900000', '180021.360000', '180021.820000', '180022.280000', '180022.740000', '180023.200000', '180023.660000', '180024.120000', '180024.580000', '180025.040000', '180025.500000', '180025.960000', '180026.420000', '180026.880000', '180027.340000', '180027.800000', '180028.260000', '180028.720000', '180029.180000', '180029.640000', '180030.100000', '180030.560000', '180031.020000', '180031.480000', '180031.940000', '180032.400000', '180032.860000', '180033.320000', '180033.780000', '180034.240000', '180034.700000', '180035.160000', '180035.620000', '180036.080000', '180036.540000', '180037.000000', '180037.460000', '180037.920000', '180038.380000', '180038.840000', '180039.300000', '180039.760000', '180040.220000', '180040.680000', '180041.140000', '180041.600000', '180042.060000', '180042.520000', '180042.980000', '180043.440000', '180043.900000', '180044.360000', '180044.820000', '180045.280000', '180045.740000', '180046.200000', '180046.660000', '180047.120000', '180047.580000', '180048.040000', '180048.500000', '180048.960000', '180049.420000', '180049.880000', '180050.340000', '180050.800000', '180051.260000', '180051.720000', '180052.180000', '180052.640000', '180053.100000', '180053.560000', '180054.020000', '180054.480000', '180054.940000', '180055.400000', '180055.860000', '180056.320000', '180056.780000', '180057.240000', '180057.700000', '180058.160000', '180058.620000', '180059.080000', '180059.540000', '180100.000000', '180100.460000', '180100.920000', '180101.380000', '180101.840000', '180102.300000', '180102.760000', '180103.220000', '180103.680000', '180104.140000', '180104.600000', '180105.060000', '180105.520000', '180105.980000', '180106.440000', '180106.900000', '180107.360000', '180107.820000', '180108.280000', '180108.740000', '180109.200000', '180109.660000', '180110.120000', '180110.580000', '180111.040000', '180111.500000', '180111.960000', '180112.420000', '180112.880000', '180113.340000', '180113.800000', '180114.260000', '180114.720000', '180115.180000', '180115.640000', '180116.100000', '180116.560000', '180117.020000', '180117.480000', '180117.940000', '180118.400000', '180118.860000', '180119.320000', '180119.780000', '180120.240000', '180120.700000', '180121.160000', '180121.620000', '180122.080000', '180122.540000', '180123.000000', '180123.460000', '180123.920000', '180124.380000', '180124.840000', '180125.300000', '180125.760000', '180126.220000', '180126.680000', '180127.140000', '180127.600000', '180128.060000', '180128.520000', '180128.980000', '180129.440000', '180129.900000', '180130.360000', '180130.820000', '180131.280000', '180131.740000', '180132.200000', '180132.660000', '180133.120000', '180133.580000', '180134.040000', '180134.500000', '180134.960000', '180135.420000', '180135.880000', '180136.340000', '180136.800000', '180137.260000', '180137.720000', '180138.180000', '180138.640000', '180139.100000', '180139.560000', '180140.020000', '180140.480000', '180140.940000', '180141.400000', '180141.860000', '180142.320000', '180142.780000', '180143.240000', '180143.700000', '180144.160000', '180144.620000', '180145.080000', '180145.540000', '180146.000000', '180146.460000', '180146.920000', '180147.380000', '180147.840000', '180148.300000', '180148.760000', '180149.220000', '180149.680000', '180150.140000', '180150.600000', '180151.060000', '180151.520000', '180151.980000', '180152.440000', '180152.900000', '180153.360000', '180153.820000', '180154.280000', '180154.740000', '180155.200000', '180155.660000', '180156.120000', '180156.580000', '180157.040000', '180157.500000', '180157.960000', '180158.420000', '180158.880000', '180159.340000', '180159.800000', '180200.260000', '180200.720000', '180201.180000', '180201.640000', '180202.100000', '180202.560000', '180203.020000', '180203.480000', '180203.940000', '180204.400000', '180204.860000', '180205.320000', '180205.780000', '180206.240000', '180206.700000', '180207.160000', '180207.620000', '180208.080000', '180208.540000', '180209.000000', '180209.460000', '180209.920000', '180210.380000', '180210.840000', '180211.300000', '180211.760000', '180212.220000', '180212.680000', '180213.140000', '180213.600000', '180214.060000', '180214.520000', '180214.980000', '180215.440000', '180215.900000', '180216.360000', '180216.820000', '180217.280000', '180217.740000', '180218.200000', '180218.660000', '180219.120000', '180219.580000', '180220.040000', '180220.500000', '180220.960000', '180221.420000', '180221.880000', '180222.340000', '180222.800000', '180223.260000', '180223.720000', '180224.180000', '180224.640000', '180225.100000', '180225.560000', '180226.020000', '180226.480000', '180226.940000', '180227.400000', '180227.860000', '180228.320000', '180228.780000'], 'ContentTime': ['175610.708000', '175610.711000', '175610.714000', '175610.716000', '175610.719000', '175610.722000', '175610.724000', '175610.727000', '175610.729000', '175610.738000', '175610.740000', '175610.743000', '175610.745000', '175610.748000', '175610.750000', '175610.753000', '175610.755000', '175610.758000', '175610.760000', '175610.763000', '175610.765000', '175610.768000', '175610.770000', '175610.773000', '175610.776000', '175610.778000', '175610.781000', '175610.783000', '175610.786000', '175610.788000', '175610.791000', '175610.793000', '175610.796000', '175610.799000', '175610.801000', '175610.804000', '175610.806000', '175610.809000', '175610.811000', '175610.814000', '175610.816000', '175610.819000', '175610.821000', '175610.824000', '175610.827000', '175610.829000', '175630.680000', '175630.682000', '175630.685000', '175630.688000', '175630.690000', '175630.693000', '175630.695000', '175630.698000', '175630.700000', '175630.703000', '175630.706000', '175630.708000', '175630.711000', '175630.713000', '175630.716000', '175630.718000', '175630.721000', '175630.723000', '175630.726000', '175630.728000', '175630.731000', '175630.733000', '175630.736000', '175630.739000', '175630.741000', '175630.744000', '175630.746000', '175630.749000', '175630.751000', '175630.754000', '175630.756000', '175630.759000', '175630.761000', '175630.764000', '175630.766000', '175630.769000', '175630.771000', '175630.774000', '175630.782000', '175630.785000', '175630.787000', '175630.790000', '175630.793000', '175630.795000', '175650.680000', '175650.682000', '175650.685000', '175650.694000', '175650.697000', '175650.699000', '175650.702000', '175650.704000', '175650.707000', '175650.709000', '175650.712000', '175650.714000', '175650.717000', '175650.720000', '175650.722000', '175650.725000', '175650.727000', '175650.730000', '175650.732000', '175650.735000', '175650.738000', '175650.741000', '175650.744000', '175650.746000', '175650.749000', '175650.752000', '175650.754000', '175650.757000', '175650.759000', '175650.762000', '175650.764000', '175650.767000', '175650.769000', '175650.772000', '175650.775000', '175650.777000', '175650.780000', '175650.782000', '175650.785000', '175650.787000', '175650.790000', '175650.793000', '175650.795000', '175710.680000', '175710.683000', '175710.686000', '175710.688000', '175710.691000', '175710.693000', '175710.696000', '175710.699000', '175710.701000', '175710.704000', '175710.707000', '175710.709000', '175710.712000', '175710.714000', '175710.717000', '175710.720000', '175710.722000', '175710.725000', '175710.727000', '175710.730000', '175710.732000', '175710.735000', '175710.738000', '175710.740000', '175710.744000', '175710.747000', '175710.749000', '175710.752000', '175710.754000', '175710.757000', '175710.759000', '175710.762000', '175710.764000', '175710.767000', '175710.769000', '175710.772000', '175710.786000', '175710.789000', '175710.792000', '175710.794000', '175710.797000', '175710.799000', '175710.802000', '175710.804000', '175730.681000', '175730.684000', '175730.686000', '175730.689000', '175730.691000', '175730.694000', '175730.696000', '175730.699000', '175730.702000', '175730.704000', '175730.707000', '175730.709000', '175730.712000', '175730.715000', '175730.717000', '175730.720000', '175730.722000', '175730.725000', '175730.728000', '175730.731000', '175730.734000', '175730.737000', '175730.739000', '175730.742000', '175730.745000', '175730.747000', '175730.761000', '175730.764000', '175730.766000', '175730.769000', '175730.771000', '175730.774000', '175730.776000', '175730.779000', '175730.782000', '175730.784000', '175730.787000', '175730.789000', '175730.792000', '175730.794000', '175730.797000', '175730.800000', '175730.802000', '175750.679000', '175750.682000', '175750.685000', '175750.687000', '175750.690000', '175750.692000', '175750.695000', '175750.698000', '175750.700000', '175750.703000', '175750.705000', '175750.708000', '175750.711000', '175750.713000', '175750.716000', '175750.722000', '175750.725000', '175750.727000', '175750.730000', '175750.732000', '175750.735000', '175750.737000', '175750.740000', '175750.742000', '175750.745000', '175750.748000', '175750.750000', '175750.753000', '175750.755000', '175750.758000', '175750.760000', '175750.763000', '175750.765000', '175750.768000', '175750.770000', '175750.773000', '175750.776000', '175750.778000', '175750.781000', '175750.783000', '175750.786000', '175750.788000', '175750.791000', '175750.793000', '175810.680000', '175810.682000', '175810.685000', '175810.687000', '175810.690000', '175810.693000', '175810.695000', '175810.698000', '175810.700000', '175810.703000', '175810.705000', '175810.708000', '175810.710000', '175810.713000', '175810.716000', '175810.718000', '175810.721000', '175810.723000', '175810.726000', '175810.728000', '175810.731000', '175810.733000', '175810.736000', '175810.739000', '175810.741000', '175810.744000', '175810.746000', '175810.749000', '175810.751000', '175810.754000', '175810.756000', '175810.759000', '175810.761000', '175810.764000', '175810.767000', '175810.769000', '175810.772000', '175810.775000', '175810.778000', '175810.781000', '175810.783000', '175810.786000', '175810.789000', '175830.680000', '175830.686000', '175830.689000', '175830.692000', '175830.694000', '175830.697000', '175830.700000', '175830.702000', '175830.705000', '175830.707000', '175830.710000', '175830.713000', '175830.715000', '175830.718000', '175830.720000', '175830.723000', '175830.725000', '175830.728000', '175830.731000', '175830.733000', '175830.736000', '175830.738000', '175830.741000', '175830.744000', '175830.746000', '175830.749000', '175830.751000', '175830.754000', '175830.757000', '175830.759000', '175830.762000', '175830.764000', '175830.767000', '175830.769000', '175830.772000', '175830.775000', '175830.777000', '175830.780000', '175830.782000', '175830.785000', '175830.787000', '175830.790000', '175830.792000', '175830.795000', '175850.680000', '175850.682000', '175850.685000', '175850.688000', '175850.690000', '175850.693000', '175850.695000', '175850.698000', '175850.700000', '175850.703000', '175850.706000', '175850.708000', '175850.711000', '175850.713000', '175850.716000', '175850.719000', '175850.721000', '175850.738000', '175850.741000', '175850.743000', '175850.746000', '175850.748000', '175850.751000', '175850.753000', '175850.756000', '175850.759000', '175850.761000', '175850.764000', '175850.766000', '175850.769000', '175850.772000', '175850.774000', '175850.777000', '175850.780000', '175850.782000', '175850.785000', '175850.787000', '175850.790000', '175850.792000', '175850.795000', '175850.797000', '175850.800000', '175850.803000', '175910.679000', '175910.682000', '175910.685000', '175910.688000', '175910.690000', '175910.693000', '175910.695000', '175910.698000', '175910.708000', '175910.710000', '175910.713000', '175910.716000', '175910.718000', '175910.721000', '175910.723000', '175910.726000', '175910.728000', '175910.731000', '175910.733000', '175910.736000', '175910.739000', '175910.741000', '175910.744000', '175910.746000', '175910.749000', '175910.751000', '175910.754000', '175910.757000', '175910.759000', '175910.762000', '175910.764000', '175910.767000', '175910.769000', '175910.772000', '175910.774000', '175910.777000', '175910.780000', '175910.782000', '175910.785000', '175910.787000', '175910.790000', '175910.793000', '175910.795000', '175910.798000', '175930.681000', '175930.683000', '175930.686000', '175930.689000', '175930.691000', '175930.694000', '175930.696000', '175930.699000', '175930.701000', '175930.704000', '175930.707000', '175930.709000', '175930.712000', '175930.714000', '175930.717000', '175930.719000', '175930.722000', '175930.725000', '175930.727000', '175930.730000', '175930.732000', '175930.735000', '175930.737000', '175930.740000', '175930.742000', '175930.745000', '175930.747000', '175930.750000', '175930.753000', '175930.755000', '175930.758000', '175930.760000', '175930.763000', '175930.765000', '175930.768000', '175930.770000', '175930.773000', '175930.776000', '175930.778000', '175930.781000', '175930.784000', '175930.787000', '175930.790000', '175950.681000', '175950.683000', '175950.686000', '175950.689000', '175950.691000', '175950.694000', '175950.696000', '175950.699000', '175950.702000', '175950.704000', '175950.707000', '175950.709000', '175950.712000', '175950.714000', '175950.717000', '175950.720000', '175950.722000', '175950.725000', '175950.727000', '175950.730000', '175950.732000', '175950.735000', '175950.737000', '175950.740000', '175950.742000', '175950.745000', '175950.748000', '175950.750000', '175950.753000', '175950.755000', '175950.758000', '175950.760000', '175950.763000', '175950.765000', '175950.768000', '175950.770000', '175950.773000', '175950.776000', '175950.778000', '175950.781000', '175950.783000', '175950.786000', '175950.789000', '175950.791000', '180010.680000', '180010.682000', '180010.685000', '180010.687000', '180010.690000', '180010.693000', '180010.695000', '180010.698000', '180010.700000', '180010.703000', '180010.706000', '180010.708000', '180010.711000', '180010.713000', '180010.716000', '180010.719000', '180010.721000', '180010.724000', '180010.726000', '180010.729000', '180010.731000', '180010.734000', '180010.736000', '180010.739000', '180010.742000', '180010.744000', '180010.747000', '180010.749000', '180010.752000', '180010.754000', '180010.757000', '180010.760000', '180010.762000', '180010.765000', '180010.767000', '180010.770000', '180010.772000', '180010.775000', '180010.777000', '180010.780000', '180010.783000', '180010.785000', '180010.800000', '180030.680000', '180030.683000', '180030.685000', '180030.688000', '180030.690000', '180030.693000', '180030.695000', '180030.698000', '180030.701000', '180030.703000', '180030.706000', '180030.708000', '180030.711000', '180030.714000', '180030.716000', '180030.719000', '180030.721000', '180030.724000', '180030.727000', '180030.729000', '180030.732000', '180030.734000', '180030.737000', '180030.739000', '180030.742000', '180030.745000', '180030.747000', '180030.750000', '180030.752000', '180030.755000', '180030.758000', '180030.760000', '180030.763000', '180030.765000', '180030.768000', '180030.770000', '180030.773000', '180030.776000', '180030.778000', '180030.781000', '180030.783000', '180030.786000', '180030.789000', '180030.791000', '180050.680000', '180050.683000', '180050.685000', '180050.688000', '180050.690000', '180050.693000', '180050.695000', '180050.698000', '180050.701000', '180050.703000', '180050.706000', '180050.708000', '180050.711000', '180050.714000', '180050.716000', '180050.719000', '180050.721000', '180050.724000', '180050.727000', '180050.729000', '180050.732000', '180050.734000', '180050.737000', '180050.740000', '180050.742000', '180050.745000', '180050.748000', '180050.750000', '180050.753000', '180050.755000', '180050.758000', '180050.760000', '180050.763000', '180050.765000', '180050.768000', '180050.771000', '180050.773000', '180050.776000', '180050.778000', '180050.781000', '180050.784000', '180050.786000', '180050.789000', '180110.680000', '180110.682000', '180110.685000', '180110.688000', '180110.690000', '180110.693000', '180110.695000', '180110.698000', '180110.701000', '180110.703000', '180110.706000', '180110.709000', '180110.711000', '180110.714000', '180110.716000', '180110.719000', '180110.721000', '180110.724000', '180110.727000', '180110.729000', '180110.732000', '180110.734000', '180110.737000', '180110.739000', '180110.742000', '180110.751000', '180110.753000', '180110.756000', '180110.758000', '180110.761000', '180110.764000', '180110.766000', '180110.769000', '180110.771000', '180110.774000', '180110.776000', '180110.779000', '180110.781000', '180110.784000', '180110.787000', '180110.789000', '180110.792000', '180110.794000', '180110.797000', '180130.680000', '180130.682000', '180130.685000', '180130.688000', '180130.690000', '180130.693000', '180130.695000', '180130.698000', '180130.700000', '180130.703000', '180130.706000', '180130.708000', '180130.711000', '180130.713000', '180130.716000', '180130.718000', '180130.721000', '180130.724000', '180130.726000', '180130.729000', '180130.731000', '180130.734000', '180130.737000', '180130.739000', '180130.742000', '180130.744000', '180130.747000', '180130.750000', '180130.752000', '180130.755000', '180130.757000', '180130.760000', '180130.763000', '180130.765000', '180130.768000', '180130.770000', '180130.773000', '180130.775000', '180130.778000', '180130.781000', '180130.783000', '180130.786000', '180130.788000', '180150.681000', '180150.683000', '180150.686000', '180150.689000', '180150.691000', '180150.694000', '180150.697000', '180150.699000', '180150.702000', '180150.710000', '180150.713000', '180150.716000', '180150.718000', '180150.721000', '180150.725000', '180150.727000', '180150.730000', '180150.732000', '180150.735000', '180150.738000', '180150.740000', '180150.743000', '180150.745000', '180150.748000', '180150.750000', '180150.753000', '180150.756000', '180150.758000', '180150.761000', '180150.763000', '180150.766000', '180150.768000', '180150.771000', '180150.773000', '180150.776000', '180150.779000', '180150.781000', '180150.784000', '180150.786000', '180150.789000', '180150.791000', '180150.794000', '180150.796000', '180150.799000', '180210.681000', '180210.683000', '180210.686000', '180210.689000', '180210.691000', '180210.694000', '180210.696000', '180210.699000', '180210.702000', '180210.704000', '180210.707000', '180210.709000', '180210.712000', '180210.715000', '180210.717000', '180210.720000', '180210.722000', '180210.725000', '180210.728000', '180210.730000', '180210.733000', '180210.735000', '180210.738000', '180210.740000', '180210.743000', '180210.745000', '180210.748000', '180210.751000', '180210.753000', '180210.756000', '180210.758000', '180210.761000', '180210.763000', '180210.766000', '180210.769000', '180210.771000', '180210.774000', '180210.776000', '180210.779000', '180210.781000', '180210.784000', '180210.787000', '180210.789000', '180230.175000', '180230.178000', '180230.181000', '180230.183000', '180230.186000', '180230.189000', '180230.192000', '180230.194000', '180230.197000', '180230.200000', '180230.202000', '180230.205000', '180230.208000', '180230.210000', '180230.213000', '180230.215000', '180230.218000', '180230.221000', '180230.223000', '180230.226000', '180230.229000', '180230.231000', '180230.234000', '180230.236000', '180230.239000', '180230.242000', '180230.245000', '180230.247000', '180230.250000', '180230.252000', '180230.255000', '180230.258000', '180230.260000', '180230.263000', '180230.265000', '180230.268000', '180230.271000', '180230.273000', '180230.276000', '180230.279000', '180230.281000', '180230.293000', '180230.298000'], 'InstanceCreationTime': ['175610.708000', '175610.711000', '175610.714000', '175610.716000', '175610.719000', '175610.722000', '175610.724000', '175610.727000', '175610.729000', '175610.738000', '175610.740000', '175610.743000', '175610.745000', '175610.748000', '175610.750000', '175610.753000', '175610.755000', '175610.758000', '175610.760000', '175610.763000', '175610.765000', '175610.768000', '175610.770000', '175610.773000', '175610.776000', '175610.778000', '175610.781000', '175610.783000', '175610.786000', '175610.788000', '175610.791000', '175610.793000', '175610.796000', '175610.799000', '175610.801000', '175610.804000', '175610.806000', '175610.809000', '175610.811000', '175610.814000', '175610.816000', '175610.819000', '175610.821000', '175610.824000', '175610.827000', '175610.829000', '175630.680000', '175630.682000', '175630.685000', '175630.688000', '175630.690000', '175630.693000', '175630.695000', '175630.698000', '175630.700000', '175630.703000', '175630.706000', '175630.708000', '175630.711000', '175630.713000', '175630.716000', '175630.718000', '175630.721000', '175630.723000', '175630.726000', '175630.728000', '175630.731000', '175630.733000', '175630.736000', '175630.739000', '175630.741000', '175630.744000', '175630.746000', '175630.749000', '175630.751000', '175630.754000', '175630.756000', '175630.759000', '175630.761000', '175630.764000', '175630.766000', '175630.769000', '175630.771000', '175630.774000', '175630.782000', '175630.785000', '175630.787000', '175630.790000', '175630.793000', '175630.795000', '175650.680000', '175650.682000', '175650.685000', '175650.694000', '175650.697000', '175650.699000', '175650.702000', '175650.704000', '175650.707000', '175650.709000', '175650.712000', '175650.714000', '175650.717000', '175650.720000', '175650.722000', '175650.725000', '175650.727000', '175650.730000', '175650.732000', '175650.735000', '175650.738000', '175650.741000', '175650.744000', '175650.746000', '175650.749000', '175650.752000', '175650.754000', '175650.757000', '175650.759000', '175650.762000', '175650.764000', '175650.767000', '175650.769000', '175650.772000', '175650.775000', '175650.777000', '175650.780000', '175650.782000', '175650.785000', '175650.787000', '175650.790000', '175650.793000', '175650.795000', '175710.680000', '175710.683000', '175710.686000', '175710.688000', '175710.691000', '175710.693000', '175710.696000', '175710.699000', '175710.701000', '175710.704000', '175710.707000', '175710.709000', '175710.712000', '175710.714000', '175710.717000', '175710.720000', '175710.722000', '175710.725000', '175710.727000', '175710.730000', '175710.732000', '175710.735000', '175710.738000', '175710.740000', '175710.744000', '175710.747000', '175710.749000', '175710.752000', '175710.754000', '175710.757000', '175710.759000', '175710.762000', '175710.764000', '175710.767000', '175710.769000', '175710.772000', '175710.786000', '175710.789000', '175710.792000', '175710.794000', '175710.797000', '175710.799000', '175710.802000', '175710.804000', '175730.681000', '175730.684000', '175730.686000', '175730.689000', '175730.691000', '175730.694000', '175730.696000', '175730.699000', '175730.702000', '175730.704000', '175730.707000', '175730.709000', '175730.712000', '175730.715000', '175730.717000', '175730.720000', '175730.722000', '175730.725000', '175730.728000', '175730.731000', '175730.734000', '175730.737000', '175730.739000', '175730.742000', '175730.745000', '175730.747000', '175730.761000', '175730.764000', '175730.766000', '175730.769000', '175730.771000', '175730.774000', '175730.776000', '175730.779000', '175730.782000', '175730.784000', '175730.787000', '175730.789000', '175730.792000', '175730.794000', '175730.797000', '175730.800000', '175730.802000', '175750.679000', '175750.682000', '175750.685000', '175750.687000', '175750.690000', '175750.692000', '175750.695000', '175750.698000', '175750.700000', '175750.703000', '175750.705000', '175750.708000', '175750.711000', '175750.713000', '175750.716000', '175750.722000', '175750.725000', '175750.727000', '175750.730000', '175750.732000', '175750.735000', '175750.737000', '175750.740000', '175750.742000', '175750.745000', '175750.748000', '175750.750000', '175750.753000', '175750.755000', '175750.758000', '175750.760000', '175750.763000', '175750.765000', '175750.768000', '175750.770000', '175750.773000', '175750.776000', '175750.778000', '175750.781000', '175750.783000', '175750.786000', '175750.788000', '175750.791000', '175750.793000', '175810.680000', '175810.682000', '175810.685000', '175810.687000', '175810.690000', '175810.693000', '175810.695000', '175810.698000', '175810.700000', '175810.703000', '175810.705000', '175810.708000', '175810.710000', '175810.713000', '175810.716000', '175810.718000', '175810.721000', '175810.723000', '175810.726000', '175810.728000', '175810.731000', '175810.733000', '175810.736000', '175810.739000', '175810.741000', '175810.744000', '175810.746000', '175810.749000', '175810.751000', '175810.754000', '175810.756000', '175810.759000', '175810.761000', '175810.764000', '175810.767000', '175810.769000', '175810.772000', '175810.775000', '175810.778000', '175810.781000', '175810.783000', '175810.786000', '175810.789000', '175830.680000', '175830.686000', '175830.689000', '175830.692000', '175830.694000', '175830.697000', '175830.700000', '175830.702000', '175830.705000', '175830.707000', '175830.710000', '175830.713000', '175830.715000', '175830.718000', '175830.720000', '175830.723000', '175830.725000', '175830.728000', '175830.731000', '175830.733000', '175830.736000', '175830.738000', '175830.741000', '175830.744000', '175830.746000', '175830.749000', '175830.751000', '175830.754000', '175830.757000', '175830.759000', '175830.762000', '175830.764000', '175830.767000', '175830.769000', '175830.772000', '175830.775000', '175830.777000', '175830.780000', '175830.782000', '175830.785000', '175830.787000', '175830.790000', '175830.792000', '175830.795000', '175850.680000', '175850.682000', '175850.685000', '175850.688000', '175850.690000', '175850.693000', '175850.695000', '175850.698000', '175850.700000', '175850.703000', '175850.706000', '175850.708000', '175850.711000', '175850.713000', '175850.716000', '175850.719000', '175850.721000', '175850.738000', '175850.741000', '175850.743000', '175850.746000', '175850.748000', '175850.751000', '175850.753000', '175850.756000', '175850.759000', '175850.761000', '175850.764000', '175850.766000', '175850.769000', '175850.772000', '175850.774000', '175850.777000', '175850.780000', '175850.782000', '175850.785000', '175850.787000', '175850.790000', '175850.792000', '175850.795000', '175850.797000', '175850.800000', '175850.803000', '175910.679000', '175910.682000', '175910.685000', '175910.688000', '175910.690000', '175910.693000', '175910.695000', '175910.698000', '175910.708000', '175910.710000', '175910.713000', '175910.716000', '175910.718000', '175910.721000', '175910.723000', '175910.726000', '175910.728000', '175910.731000', '175910.733000', '175910.736000', '175910.739000', '175910.741000', '175910.744000', '175910.746000', '175910.749000', '175910.751000', '175910.754000', '175910.757000', '175910.759000', '175910.762000', '175910.764000', '175910.767000', '175910.769000', '175910.772000', '175910.774000', '175910.777000', '175910.780000', '175910.782000', '175910.785000', '175910.787000', '175910.790000', '175910.793000', '175910.795000', '175910.798000', '175930.681000', '175930.683000', '175930.686000', '175930.689000', '175930.691000', '175930.694000', '175930.696000', '175930.699000', '175930.701000', '175930.704000', '175930.707000', '175930.709000', '175930.712000', '175930.714000', '175930.717000', '175930.719000', '175930.722000', '175930.725000', '175930.727000', '175930.730000', '175930.732000', '175930.735000', '175930.737000', '175930.740000', '175930.742000', '175930.745000', '175930.747000', '175930.750000', '175930.753000', '175930.755000', '175930.758000', '175930.760000', '175930.763000', '175930.765000', '175930.768000', '175930.770000', '175930.773000', '175930.776000', '175930.778000', '175930.781000', '175930.784000', '175930.787000', '175930.790000', '175950.681000', '175950.683000', '175950.686000', '175950.689000', '175950.691000', '175950.694000', '175950.696000', '175950.699000', '175950.702000', '175950.704000', '175950.707000', '175950.709000', '175950.712000', '175950.714000', '175950.717000', '175950.720000', '175950.722000', '175950.725000', '175950.727000', '175950.730000', '175950.732000', '175950.735000', '175950.737000', '175950.740000', '175950.742000', '175950.745000', '175950.748000', '175950.750000', '175950.753000', '175950.755000', '175950.758000', '175950.760000', '175950.763000', '175950.765000', '175950.768000', '175950.770000', '175950.773000', '175950.776000', '175950.778000', '175950.781000', '175950.783000', '175950.786000', '175950.789000', '175950.791000', '180010.680000', '180010.682000', '180010.685000', '180010.687000', '180010.690000', '180010.693000', '180010.695000', '180010.698000', '180010.700000', '180010.703000', '180010.706000', '180010.708000', '180010.711000', '180010.713000', '180010.716000', '180010.719000', '180010.721000', '180010.724000', '180010.726000', '180010.729000', '180010.731000', '180010.734000', '180010.736000', '180010.739000', '180010.742000', '180010.744000', '180010.747000', '180010.749000', '180010.752000', '180010.754000', '180010.757000', '180010.760000', '180010.762000', '180010.765000', '180010.767000', '180010.770000', '180010.772000', '180010.775000', '180010.777000', '180010.780000', '180010.783000', '180010.785000', '180010.800000', '180030.680000', '180030.683000', '180030.685000', '180030.688000', '180030.690000', '180030.693000', '180030.695000', '180030.698000', '180030.701000', '180030.703000', '180030.706000', '180030.708000', '180030.711000', '180030.714000', '180030.716000', '180030.719000', '180030.721000', '180030.724000', '180030.727000', '180030.729000', '180030.732000', '180030.734000', '180030.737000', '180030.739000', '180030.742000', '180030.745000', '180030.747000', '180030.750000', '180030.752000', '180030.755000', '180030.758000', '180030.760000', '180030.763000', '180030.765000', '180030.768000', '180030.770000', '180030.773000', '180030.776000', '180030.778000', '180030.781000', '180030.783000', '180030.786000', '180030.789000', '180030.791000', '180050.680000', '180050.683000', '180050.685000', '180050.688000', '180050.690000', '180050.693000', '180050.695000', '180050.698000', '180050.701000', '180050.703000', '180050.706000', '180050.708000', '180050.711000', '180050.714000', '180050.716000', '180050.719000', '180050.721000', '180050.724000', '180050.727000', '180050.729000', '180050.732000', '180050.734000', '180050.737000', '180050.740000', '180050.742000', '180050.745000', '180050.748000', '180050.750000', '180050.753000', '180050.755000', '180050.758000', '180050.760000', '180050.763000', '180050.765000', '180050.768000', '180050.771000', '180050.773000', '180050.776000', '180050.778000', '180050.781000', '180050.784000', '180050.786000', '180050.789000', '180110.680000', '180110.682000', '180110.685000', '180110.688000', '180110.690000', '180110.693000', '180110.695000', '180110.698000', '180110.701000', '180110.703000', '180110.706000', '180110.709000', '180110.711000', '180110.714000', '180110.716000', '180110.719000', '180110.721000', '180110.724000', '180110.727000', '180110.729000', '180110.732000', '180110.734000', '180110.737000', '180110.739000', '180110.742000', '180110.751000', '180110.753000', '180110.756000', '180110.758000', '180110.761000', '180110.764000', '180110.766000', '180110.769000', '180110.771000', '180110.774000', '180110.776000', '180110.779000', '180110.781000', '180110.784000', '180110.787000', '180110.789000', '180110.792000', '180110.794000', '180110.797000', '180130.680000', '180130.682000', '180130.685000', '180130.688000', '180130.690000', '180130.693000', '180130.695000', '180130.698000', '180130.700000', '180130.703000', '180130.706000', '180130.708000', '180130.711000', '180130.713000', '180130.716000', '180130.718000', '180130.721000', '180130.724000', '180130.726000', '180130.729000', '180130.731000', '180130.734000', '180130.737000', '180130.739000', '180130.742000', '180130.744000', '180130.747000', '180130.750000', '180130.752000', '180130.755000', '180130.757000', '180130.760000', '180130.763000', '180130.765000', '180130.768000', '180130.770000', '180130.773000', '180130.775000', '180130.778000', '180130.781000', '180130.783000', '180130.786000', '180130.788000', '180150.681000', '180150.683000', '180150.686000', '180150.689000', '180150.691000', '180150.694000', '180150.697000', '180150.699000', '180150.702000', '180150.710000', '180150.713000', '180150.716000', '180150.718000', '180150.721000', '180150.725000', '180150.727000', '180150.730000', '180150.732000', '180150.735000', '180150.738000', '180150.740000', '180150.743000', '180150.745000', '180150.748000', '180150.750000', '180150.753000', '180150.756000', '180150.758000', '180150.761000', '180150.763000', '180150.766000', '180150.768000', '180150.771000', '180150.773000', '180150.776000', '180150.779000', '180150.781000', '180150.784000', '180150.786000', '180150.789000', '180150.791000', '180150.794000', '180150.796000', '180150.799000', '180210.681000', '180210.683000', '180210.686000', '180210.689000', '180210.691000', '180210.694000', '180210.696000', '180210.699000', '180210.702000', '180210.704000', '180210.707000', '180210.709000', '180210.712000', '180210.715000', '180210.717000', '180210.720000', '180210.722000', '180210.725000', '180210.728000', '180210.730000', '180210.733000', '180210.735000', '180210.738000', '180210.740000', '180210.743000', '180210.745000', '180210.748000', '180210.751000', '180210.753000', '180210.756000', '180210.758000', '180210.761000', '180210.763000', '180210.766000', '180210.769000', '180210.771000', '180210.774000', '180210.776000', '180210.779000', '180210.781000', '180210.784000', '180210.787000', '180210.789000', '180230.175000', '180230.178000', '180230.181000', '180230.183000', '180230.186000', '180230.189000', '180230.192000', '180230.194000', '180230.197000', '180230.200000', '180230.202000', '180230.205000', '180230.208000', '180230.210000', '180230.213000', '180230.215000', '180230.218000', '180230.221000', '180230.223000', '180230.226000', '180230.229000', '180230.231000', '180230.234000', '180230.236000', '180230.239000', '180230.242000', '180230.245000', '180230.247000', '180230.250000', '180230.252000', '180230.255000', '180230.258000', '180230.260000', '180230.263000', '180230.265000', '180230.268000', '180230.271000', '180230.273000', '180230.276000', '180230.279000', '180230.281000', '180230.293000', '180230.298000'], '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': [15711, 10154, 15678, 11859, 9866, 14334, 9428, 9336, 12219, 10104, 13337, 12415, 10314, 15791, 12506, 10360, 15912, 12670, 9884, 10241, 11557, 10428, 10825, 14361, 10472, 13980, 12697, 10360, 15735, 12136, 10071, 12858, 10506, 11359, 14031, 9947, 12751, 11754, 10408, 14269, 10570, 9704, 12418, 10123, 14623, 10850, 9587, 11599, 10514, 13926, 12309, 9898, 12474, 10197, 12955, 12392, 10024, 11718, 9650, 9630, 12912, 9902, 11046, 11104, 10617, 13846, 11792, 10231, 12857, 10868, 9937, 14373, 10222, 14343, 11088, 10087, 14159, 10145, 13345, 10953, 9831, 14371, 10833, 10371, 11073, 10167, 14309, 11576, 10067, 12412, 9774, 15630, 12580, 9861, 13368, 10067, 11344, 12966, 10246, 13931, 11330, 9939, 14527, 9981, 14261, 10375, 10115, 14593, 9877, 11515, 9792, 9968, 14345, 10390, 11337, 10931, 10154, 14286, 11341, 9539, 11673, 10139, 14171, 12472, 9877, 12512, 9566, 9613, 14187, 9911, 11042, 11358, 9005, 13809, 11465, 9949, 12352, 12695, 9951, 9682, 14076, 12663, 10043, 15395, 11646, 9880, 14202, 10398, 14941, 10909, 9505, 12067, 10122, 14773, 12388, 9845, 11879, 10231, 12942, 11688, 10065, 12048, 10112, 13196, 11171, 10065, 12048, 10391, 13967, 11106, 9465, 10970, 10433, 13783, 11907, 9950, 12040, 10343, 14699, 12014, 9782, 11787, 10199, 12668, 10218, 11285, 12027, 10187, 13249, 10584, 10098, 13647, 10111, 13891, 10878, 9914, 14713, 10029, 13765, 10501, 10196, 14608, 11569, 9766, 11240, 9977, 14674, 11844, 9567, 11990, 10246, 13478, 10448, 13690, 11536, 9949, 11941, 9456, 9634, 11562, 9394, 10525, 10726, 9306, 9705, 12713, 11717, 10088, 14304, 11882, 10386, 14895, 12225, 11018, 12765, 10351, 15390, 11618, 11658, 11437, 9936, 12736, 10258, 9757, 12630, 9938, 13162, 9574, 9678, 12559, 10066, 13814, 9556, 13361, 10056, 14766, 10635, 9642, 9986, 10233, 12312, 10280, 10082, 10032, 9761, 11468, 10522, 13259, 10430, 12669, 10629, 12869, 10533, 9791, 10089, 10298, 13771, 10249, 12243, 9293, 9679, 11444, 10322, 13109, 10080, 10743, 11415, 9991, 13901, 10242, 12532, 10104, 10735, 12257, 9819, 12560, 9855, 13173, 11361, 9813, 12520, 10341, 12861, 10116, 12451, 12006, 9959, 12269, 9798, 13915, 10383, 9264, 10419, 9718, 12361, 9887, 9797, 10893, 10079, 12854, 10747, 9692, 11370, 10125, 12846, 10696, 9531, 12548, 10188, 13202, 10952, 9805, 13066, 10079, 13474, 11774, 9504, 11726, 11371, 9892, 11669, 10252, 9614, 10015, 14402, 10819, 9737, 14426, 12008, 11858, 12578, 10443, 14228, 10089, 16276, 12102, 9705, 12295, 9942, 14624, 12302, 9632, 11078, 9751, 13387, 11523, 9594, 11645, 9603, 10493, 11887, 9707, 12740, 10948, 10019, 12810, 9745, 12882, 10084, 10035, 12460, 9852, 12624, 10217, 9807, 12311, 9888, 13949, 10472, 13822, 12033, 10430, 12143, 9850, 11740, 9644, 13223, 10377, 9695, 11330, 9609, 11378, 10022, 9467, 12416, 9701, 12054, 9917, 13613, 11508, 10126, 10719, 9892, 12588, 9876, 13243, 9635, 9453, 10103, 9695, 12210, 9353, 9635, 11248, 9686, 12419, 9614, 9343, 10702, 9330, 9805, 12585, 9635, 13389, 12074, 9651, 13297, 10052, 10625, 11373, 9768, 13159, 10772, 9443, 13545, 10752, 11646, 11821, 9854, 13585, 11096, 12503, 11394, 9821, 13161, 10242, 9547, 11509, 9682, 12704, 10954, 9676, 11440, 9533, 11208, 11314, 9944, 12979, 10338, 9422, 13350, 10041, 13036, 11722, 9708, 12709, 10164, 13938, 10645, 11897, 11179, 9941, 13380, 9875, 10666, 11405, 9899, 12364, 9317, 9502, 12649, 9726, 11197, 11235, 9652, 13548, 10547, 11689, 10901, 9416, 11995, 9875, 9443, 12316, 9517, 13314, 12165, 9744, 13318, 9617, 12542, 12092, 9881, 13792, 10700, 9657, 14377, 11416, 9368, 11856, 8459, 12285, 12172, 9999, 10362, 14999, 11517, 9816, 10077, 11566, 9963, 12734, 12665, 9872, 13680, 11943, 9944, 13570, 10309, 9618, 12916, 9751, 11483, 11852, 9847, 13530, 11660, 9858, 12731, 11186, 10165, 13883, 11726, 9606, 12333, 9812, 13835, 12683, 9942, 12412, 10651, 10230, 13459, 10541, 9743, 13155, 10633, 9619, 12727, 9849, 11137, 12762, 10209, 13926, 11900, 9947, 13701, 10673, 9575, 11686, 9871, 13661, 11139, 9501, 11931, 9849, 12818, 12669, 9369, 12369, 11089, 9393, 13553, 9828, 12124, 11924, 9741, 13410, 10369, 10694, 11005, 9732, 13056, 9749, 9486, 11309, 9543, 12707, 12128, 9422, 12424, 10998, 9298, 12559, 9830, 9422, 13007, 9985, 13782, 12627, 9696, 14172, 11674, 10329, 12117, 9661, 13756, 11210, 9439, 12316, 9515, 11797, 11744, 9803, 13243, 10358, 9565, 12374, 9670, 10668, 11683, 9331, 12003, 10646, 9634, 12536, 9520, 11872, 12380, 9517, 13240, 10429, 9449, 12902, 9634, 11719, 11615, 9558, 13040, 11266, 9493, 12991, 9732, 11626, 11813, 9535, 12988, 10939, 9680, 13453, 12782, 10371, 13090, 11413, 9786, 11886, 14685, 11800, 9936, 13413, 12928, 10026, 14761, 11221, 9715, 13523, 10780, 10398, 12405, 9547, 12683, 12296, 9390, 12664, 10019, 9392, 13791, 10660, 9286, 11729, 9826, 13680, 12351, 9589, 12062, 9915, 9700, 11005, 9438, 12333, 10081, 9500, 13218, 10134, 13928, 10637, 13530, 11541, 9875, 13632, 9778, 12907, 9832, 11255, 12009, 9890, 13047, 10095, 10067, 10635, 9878, 12646, 9439, 12869, 10508, 9887, 11956, 9688, 13256, 10892, 9823, 12881, 10221, 13339, 12197, 10300, 14557, 10101, 13932, 10490, 9823, 13364, 9743, 13080, 11670, 10193, 13875, 10305, 10397, 11569, 10157, 14072, 12138, 10215, 12546, 10402, 13263, 12547, 10147, 12871, 10853, 10130, 13729, 10251, 13734, 11152, 10166, 14117, 9978, 13698, 10594, 9821, 13697, 10605, 12979, 10408, 9627, 10901, 9619, 12180, 8913, 9607, 11942, 10315, 9639, 11890, 10106, 12139, 12142, 9768, 12395, 9997, 9455, 14154, 11492, 10256, 13697, 12763, 10226, 9888, 13349, 11720, 10241, 15961, 12427, 9816, 11685, 9974, 15177, 12080, 9750, 12159, 10352, 9786, 13714, 10642, 9511, 11821, 9799, 13669, 12246, 9667, 12699, 10431, 14143, 10476, 9368, 11201, 9179, 11555, 9258, 12281, 9419, 13184, 9573, 13688, 10123, 12869, 9407, 13060, 10032, 11711, 11051, 9466, 10475, 9554, 12561, 10561, 10072, 11109, 9755, 12038, 9705, 11258, 11110, 9404, 10663, 9510, 13603, 10438, 13235, 9801], 'WindowCenter': [4831.0, 4765.0, 4800.0, 4773.0, 4739.0, 4778.0, 4729.0, 4728.0, 4757.0, 4738.0, 4767.0, 4755.0, 4735.0, 4777.0, 4754.0, 4740.0, 4785.0, 4758.0, 4739.0, 4737.0, 4744.0, 4746.0, 4737.0, 4767.0, 4738.0, 4763.0, 4755.0, 4738.0, 4775.0, 4747.0, 4723.0, 4753.0, 4734.0, 4735.0, 4751.0, 4723.0, 4743.0, 4742.0, 4733.0, 4764.0, 4736.0, 4724.0, 4753.0, 4734.0, 4766.0, 4736.0, 4726.0, 4745.0, 4735.0, 4767.0, 4745.0, 4724.0, 4743.0, 4727.0, 4743.0, 4745.0, 4723.0, 4732.0, 4725.0, 4727.0, 4755.0, 4725.0, 4737.0, 4743.0, 4749.0, 4767.0, 4749.0, 4738.0, 4755.0, 4749.0, 4736.0, 4766.0, 4738.0, 4766.0, 4745.0, 4732.0, 4764.0, 4733.0, 4756.0, 4734.0, 4739.0, 4768.0, 4738.0, 4725.0, 4734.0, 4737.0, 4768.0, 4746.0, 4727.0, 4743.0, 4739.0, 4777.0, 4747.0, 4724.0, 4757.0, 4724.0, 4748.0, 4755.0, 4727.0, 4756.0, 4746.0, 4726.0, 4766.0, 4726.0, 4756.0, 4725.0, 4725.0, 4765.0, 4725.0, 4735.0, 4725.0, 4727.0, 4766.0, 4735.0, 4735.0, 4736.0, 4738.0, 4765.0, 4734.0, 4727.0, 4735.0, 4732.0, 4766.0, 4744.0, 4727.0, 4747.0, 4728.0, 4729.0, 4766.0, 4728.0, 4736.0, 4738.0, 4712.0, 4763.0, 4747.0, 4741.0, 4760.0, 4759.0, 4738.0, 4723.0, 4781.0, 4765.0, 4739.0, 4778.0, 4744.0, 4728.0, 4765.0, 4728.0, 4766.0, 4738.0, 4713.0, 4746.0, 4735.0, 4766.0, 4745.0, 4726.0, 4743.0, 4737.0, 4755.0, 4745.0, 4727.0, 4743.0, 4734.0, 4770.0, 4748.0, 4729.0, 4744.0, 4738.0, 4765.0, 4738.0, 4717.0, 4736.0, 4736.0, 4753.0, 4748.0, 4714.0, 4745.0, 4726.0, 4761.0, 4748.0, 4725.0, 4734.0, 4725.0, 4745.0, 4736.0, 4736.0, 4744.0, 4726.0, 4757.0, 4739.0, 4727.0, 4756.0, 4724.0, 4753.0, 4735.0, 4725.0, 4755.0, 4715.0, 4755.0, 4724.0, 4721.0, 4766.0, 4737.0, 4715.0, 4735.0, 4722.0, 4763.0, 4734.0, 4712.0, 4731.0, 4713.0, 4752.0, 4726.0, 4751.0, 4734.0, 4725.0, 4746.0, 4726.0, 4727.0, 4746.0, 4716.0, 4732.0, 4738.0, 4730.0, 4725.0, 4769.0, 4757.0, 4735.0, 4769.0, 4745.0, 4739.0, 4780.0, 4748.0, 4734.0, 4745.0, 4724.0, 4765.0, 4743.0, 4736.0, 4735.0, 4711.0, 4756.0, 4737.0, 4726.0, 4745.0, 4726.0, 4754.0, 4726.0, 4724.0, 4755.0, 4722.0, 4754.0, 4715.0, 4752.0, 4723.0, 4764.0, 4722.0, 4713.0, 4715.0, 4722.0, 4747.0, 4724.0, 4724.0, 4724.0, 4727.0, 4747.0, 4739.0, 4754.0, 4737.0, 4755.0, 4738.0, 4753.0, 4737.0, 4725.0, 4727.0, 4738.0, 4767.0, 4737.0, 4747.0, 4719.0, 4730.0, 4744.0, 4739.0, 4758.0, 4739.0, 4738.0, 4747.0, 4730.0, 4767.0, 4728.0, 4742.0, 4728.0, 4739.0, 4744.0, 4727.0, 4743.0, 4729.0, 4757.0, 4749.0, 4727.0, 4747.0, 4727.0, 4753.0, 4738.0, 4757.0, 4747.0, 4728.0, 4742.0, 4722.0, 4766.0, 4735.0, 4715.0, 4737.0, 4724.0, 4758.0, 4738.0, 4724.0, 4739.0, 4740.0, 4766.0, 4750.0, 4728.0, 4745.0, 4736.0, 4756.0, 4746.0, 4727.0, 4757.0, 4737.0, 4757.0, 4749.0, 4724.0, 4758.0, 4729.0, 4759.0, 4747.0, 4730.0, 4746.0, 4746.0, 4727.0, 4746.0, 4738.0, 4737.0, 4739.0, 4778.0, 4750.0, 4724.0, 4773.0, 4760.0, 4748.0, 4758.0, 4725.0, 4766.0, 4725.0, 4763.0, 4736.0, 4715.0, 4744.0, 4727.0, 4762.0, 4745.0, 4715.0, 4734.0, 4722.0, 4754.0, 4746.0, 4726.0, 4745.0, 4728.0, 4737.0, 4747.0, 4713.0, 4745.0, 4738.0, 4727.0, 4745.0, 4715.0, 4744.0, 4724.0, 4715.0, 4742.0, 4716.0, 4744.0, 4724.0, 4712.0, 4744.0, 4724.0, 4752.0, 4722.0, 4743.0, 4732.0, 4710.0, 4731.0, 4702.0, 4732.0, 4703.0, 4741.0, 4724.0, 4713.0, 4734.0, 4716.0, 4735.0, 4727.0, 4726.0, 4746.0, 4711.0, 4746.0, 4726.0, 4755.0, 4737.0, 4724.0, 4723.0, 4715.0, 4745.0, 4726.0, 4755.0, 4715.0, 4715.0, 4728.0, 4723.0, 4757.0, 4729.0, 4728.0, 4748.0, 4740.0, 4760.0, 4728.0, 4725.0, 4745.0, 4741.0, 4741.0, 4756.0, 4725.0, 4768.0, 4759.0, 4730.0, 4767.0, 4729.0, 4733.0, 4747.0, 4727.0, 4756.0, 4736.0, 4728.0, 4763.0, 4735.0, 4732.0, 4744.0, 4724.0, 4755.0, 4737.0, 4745.0, 4734.0, 4728.0, 4755.0, 4737.0, 4727.0, 4746.0, 4728.0, 4757.0, 4734.0, 4717.0, 4742.0, 4725.0, 4747.0, 4748.0, 4738.0, 4758.0, 4739.0, 4727.0, 4768.0, 4738.0, 4754.0, 4745.0, 4717.0, 4754.0, 4726.0, 4757.0, 4722.0, 4735.0, 4735.0, 4722.0, 4752.0, 4725.0, 4722.0, 4746.0, 4728.0, 4747.0, 4718.0, 4725.0, 4755.0, 4729.0, 4744.0, 4749.0, 4726.0, 4764.0, 4741.0, 4743.0, 4736.0, 4724.0, 4759.0, 4740.0, 4728.0, 4755.0, 4728.0, 4765.0, 4759.0, 4729.0, 4756.0, 4727.0, 4755.0, 4747.0, 4727.0, 4753.0, 4737.0, 4728.0, 4768.0, 4733.0, 4713.0, 4743.0, 4704.0, 4745.0, 4744.0, 4727.0, 4734.0, 4763.0, 4747.0, 4729.0, 4729.0, 4749.0, 4739.0, 4758.0, 4753.0, 4729.0, 4763.0, 4744.0, 4724.0, 4755.0, 4728.0, 4728.0, 4758.0, 4728.0, 4737.0, 4743.0, 4724.0, 4767.0, 4746.0, 4728.0, 4757.0, 4747.0, 4734.0, 4769.0, 4757.0, 4727.0, 4744.0, 4738.0, 4766.0, 4758.0, 4726.0, 4747.0, 4733.0, 4727.0, 4754.0, 4724.0, 4717.0, 4756.0, 4738.0, 4726.0, 4752.0, 4725.0, 4747.0, 4754.0, 4727.0, 4755.0, 4735.0, 4723.0, 4767.0, 4736.0, 4715.0, 4732.0, 4727.0, 4757.0, 4735.0, 4714.0, 4747.0, 4728.0, 4756.0, 4746.0, 4717.0, 4745.0, 4736.0, 4719.0, 4753.0, 4726.0, 4735.0, 4732.0, 4716.0, 4742.0, 4728.0, 4724.0, 4735.0, 4727.0, 4745.0, 4727.0, 4716.0, 4743.0, 4728.0, 4751.0, 4745.0, 4718.0, 4757.0, 4749.0, 4728.0, 4756.0, 4728.0, 4732.0, 4756.0, 4728.0, 4765.0, 4744.0, 4715.0, 4767.0, 4746.0, 4723.0, 4747.0, 4715.0, 4756.0, 4732.0, 4716.0, 4741.0, 4715.0, 4745.0, 4747.0, 4727.0, 4756.0, 4727.0, 4711.0, 4753.0, 4725.0, 4737.0, 4743.0, 4719.0, 4758.0, 4748.0, 4723.0, 4758.0, 4728.0, 4744.0, 4757.0, 4729.0, 4758.0, 4738.0, 4728.0, 4757.0, 4729.0, 4746.0, 4745.0, 4722.0, 4766.0, 4749.0, 4728.0, 4753.0, 4724.0, 4743.0, 4748.0, 4727.0, 4758.0, 4738.0, 4723.0, 4754.0, 4746.0, 4724.0, 4756.0, 4746.0, 4738.0, 4748.0, 4764.0, 4744.0, 4723.0, 4753.0, 4756.0, 4725.0, 4767.0, 4736.0, 4715.0, 4756.0, 4737.0, 4725.0, 4744.0, 4716.0, 4757.0, 4742.0, 4715.0, 4740.0, 4725.0, 4727.0, 4762.0, 4735.0, 4713.0, 4745.0, 4735.0, 4768.0, 4748.0, 4716.0, 4743.0, 4727.0, 4728.0, 4748.0, 4729.0, 4758.0, 4738.0, 4725.0, 4769.0, 4741.0, 4765.0, 4739.0, 4753.0, 4747.0, 4727.0, 4755.0, 4715.0, 4741.0, 4723.0, 4734.0, 4743.0, 4714.0, 4743.0, 4723.0, 4724.0, 4739.0, 4737.0, 4756.0, 4724.0, 4755.0, 4747.0, 4728.0, 4750.0, 4728.0, 4757.0, 4748.0, 4727.0, 4757.0, 4728.0, 4755.0, 4748.0, 4726.0, 4757.0, 4724.0, 4755.0, 4726.0, 4724.0, 4752.0, 4714.0, 4755.0, 4746.0, 4726.0, 4756.0, 4724.0, 4725.0, 4742.0, 4739.0, 4757.0, 4743.0, 4725.0, 4746.0, 4734.0, 4745.0, 4745.0, 4723.0, 4740.0, 4736.0, 4726.0, 4751.0, 4724.0, 4743.0, 4734.0, 4725.0, 4755.0, 4725.0, 4753.0, 4725.0, 4723.0, 4753.0, 4726.0, 4742.0, 4727.0, 4715.0, 4735.0, 4725.0, 4742.0, 4718.0, 4728.0, 4756.0, 4738.0, 4724.0, 4756.0, 4739.0, 4755.0, 4745.0, 4725.0, 4743.0, 4729.0, 4714.0, 4767.0, 4745.0, 4736.0, 4766.0, 4755.0, 4736.0, 4726.0, 4759.0, 4749.0, 4728.0, 4774.0, 4746.0, 4712.0, 4743.0, 4739.0, 4762.0, 4746.0, 4716.0, 4746.0, 4734.0, 4724.0, 4763.0, 4736.0, 4713.0, 4744.0, 4740.0, 4757.0, 4748.0, 4717.0, 4755.0, 4750.0, 4779.0, 4749.0, 4723.0, 4744.0, 4725.0, 4759.0, 4729.0, 4758.0, 4730.0, 4764.0, 4740.0, 4768.0, 4735.0, 4759.0, 4728.0, 4758.0, 4739.0, 4744.0, 4737.0, 4717.0, 4736.0, 4726.0, 4747.0, 4733.0, 4726.0, 4737.0, 4723.0, 4757.0, 4738.0, 4751.0, 4750.0, 4731.0, 4745.0, 4743.0, 4780.0, 4748.0, 4756.0, 4735.0], 'WindowWidth': [10508.0, 10404.0, 10445.0, 10406.0, 10353.0, 10404.0, 10338.0, 10334.0, 10373.0, 10349.0, 10385.0, 10368.0, 10339.0, 10397.0, 10368.0, 10352.0, 10412.0, 10375.0, 10348.0, 10343.0, 10351.0, 10358.0, 10344.0, 10382.0, 10345.0, 10374.0, 10365.0, 10345.0, 10393.0, 10357.0, 10319.0, 10360.0, 10339.0, 10338.0, 10357.0, 10320.0, 10345.0, 10345.0, 10333.0, 10375.0, 10339.0, 10321.0, 10361.0, 10337.0, 10380.0, 10341.0, 10326.0, 10352.0, 10340.0, 10383.0, 10353.0, 10321.0, 10347.0, 10329.0, 10347.0, 10349.0, 10318.0, 10329.0, 10324.0, 10329.0, 10364.0, 10324.0, 10342.0, 10348.0, 10364.0, 10386.0, 10362.0, 10346.0, 10365.0, 10362.0, 10344.0, 10382.0, 10345.0, 10382.0, 10352.0, 10332.0, 10377.0, 10335.0, 10367.0, 10338.0, 10348.0, 10387.0, 10345.0, 10324.0, 10335.0, 10342.0, 10385.0, 10354.0, 10328.0, 10347.0, 10348.0, 10399.0, 10356.0, 10320.0, 10367.0, 10323.0, 10358.0, 10365.0, 10327.0, 10366.0, 10353.0, 10326.0, 10379.0, 10325.0, 10364.0, 10321.0, 10326.0, 10377.0, 10323.0, 10335.0, 10324.0, 10329.0, 10379.0, 10338.0, 10336.0, 10340.0, 10345.0, 10377.0, 10337.0, 10327.0, 10336.0, 10333.0, 10381.0, 10349.0, 10326.0, 10354.0, 10329.0, 10333.0, 10381.0, 10331.0, 10339.0, 10346.0, 10304.0, 10375.0, 10359.0, 10358.0, 10378.0, 10377.0, 10348.0, 10323.0, 10408.0, 10383.0, 10347.0, 10399.0, 10350.0, 10332.0, 10381.0, 10331.0, 10379.0, 10342.0, 10303.0, 10351.0, 10338.0, 10380.0, 10350.0, 10323.0, 10344.0, 10343.0, 10366.0, 10351.0, 10328.0, 10347.0, 10338.0, 10392.0, 10357.0, 10330.0, 10348.0, 10345.0, 10380.0, 10343.0, 10312.0, 10338.0, 10339.0, 10360.0, 10355.0, 10307.0, 10349.0, 10324.0, 10371.0, 10356.0, 10321.0, 10332.0, 10322.0, 10349.0, 10340.0, 10336.0, 10347.0, 10324.0, 10366.0, 10346.0, 10328.0, 10367.0, 10320.0, 10359.0, 10337.0, 10323.0, 10363.0, 10309.0, 10362.0, 10319.0, 10316.0, 10378.0, 10340.0, 10308.0, 10334.0, 10316.0, 10372.0, 10335.0, 10302.0, 10326.0, 10303.0, 10355.0, 10326.0, 10353.0, 10333.0, 10321.0, 10350.0, 10327.0, 10329.0, 10352.0, 10313.0, 10329.0, 10343.0, 10337.0, 10327.0, 10390.0, 10373.0, 10341.0, 10389.0, 10353.0, 10348.0, 10406.0, 10360.0, 10336.0, 10349.0, 10318.0, 10378.0, 10348.0, 10337.0, 10335.0, 10299.0, 10367.0, 10343.0, 10325.0, 10350.0, 10324.0, 10361.0, 10326.0, 10323.0, 10366.0, 10317.0, 10360.0, 10309.0, 10355.0, 10320.0, 10375.0, 10316.0, 10302.0, 10308.0, 10316.0, 10354.0, 10322.0, 10321.0, 10322.0, 10327.0, 10356.0, 10348.0, 10362.0, 10342.0, 10362.0, 10346.0, 10362.0, 10343.0, 10324.0, 10327.0, 10346.0, 10383.0, 10344.0, 10355.0, 10320.0, 10337.0, 10352.0, 10347.0, 10371.0, 10348.0, 10344.0, 10358.0, 10336.0, 10383.0, 10329.0, 10343.0, 10330.0, 10346.0, 10351.0, 10327.0, 10347.0, 10332.0, 10369.0, 10362.0, 10330.0, 10355.0, 10326.0, 10359.0, 10345.0, 10370.0, 10356.0, 10328.0, 10344.0, 10318.0, 10382.0, 10341.0, 10311.0, 10342.0, 10323.0, 10373.0, 10348.0, 10324.0, 10348.0, 10348.0, 10383.0, 10365.0, 10331.0, 10354.0, 10340.0, 10369.0, 10358.0, 10330.0, 10370.0, 10343.0, 10370.0, 10362.0, 10325.0, 10372.0, 10334.0, 10373.0, 10356.0, 10336.0, 10354.0, 10353.0, 10328.0, 10354.0, 10346.0, 10346.0, 10349.0, 10400.0, 10363.0, 10324.0, 10393.0, 10379.0, 10359.0, 10373.0, 10324.0, 10382.0, 10324.0, 10374.0, 10337.0, 10307.0, 10347.0, 10328.0, 10373.0, 10351.0, 10307.0, 10333.0, 10316.0, 10364.0, 10352.0, 10325.0, 10350.0, 10333.0, 10342.0, 10356.0, 10305.0, 10349.0, 10344.0, 10328.0, 10349.0, 10307.0, 10345.0, 10318.0, 10310.0, 10342.0, 10309.0, 10344.0, 10319.0, 10303.0, 10347.0, 10319.0, 10356.0, 10314.0, 10342.0, 10328.0, 10296.0, 10323.0, 10284.0, 10324.0, 10289.0, 10339.0, 10319.0, 10303.0, 10331.0, 10310.0, 10336.0, 10329.0, 10327.0, 10353.0, 10302.0, 10350.0, 10325.0, 10364.0, 10342.0, 10318.0, 10317.0, 10308.0, 10350.0, 10326.0, 10363.0, 10310.0, 10310.0, 10330.0, 10321.0, 10367.0, 10333.0, 10331.0, 10361.0, 10351.0, 10378.0, 10335.0, 10327.0, 10354.0, 10356.0, 10355.0, 10371.0, 10328.0, 10387.0, 10377.0, 10337.0, 10383.0, 10335.0, 10334.0, 10357.0, 10330.0, 10368.0, 10341.0, 10334.0, 10376.0, 10339.0, 10331.0, 10348.0, 10322.0, 10365.0, 10342.0, 10349.0, 10334.0, 10329.0, 10364.0, 10343.0, 10328.0, 10354.0, 10331.0, 10370.0, 10337.0, 10313.0, 10344.0, 10323.0, 10358.0, 10360.0, 10346.0, 10372.0, 10348.0, 10332.0, 10388.0, 10347.0, 10364.0, 10351.0, 10313.0, 10364.0, 10327.0, 10368.0, 10318.0, 10334.0, 10336.0, 10317.0, 10357.0, 10324.0, 10318.0, 10354.0, 10331.0, 10353.0, 10317.0, 10324.0, 10367.0, 10334.0, 10349.0, 10361.0, 10326.0, 10378.0, 10353.0, 10347.0, 10340.0, 10323.0, 10376.0, 10354.0, 10333.0, 10368.0, 10332.0, 10383.0, 10376.0, 10332.0, 10369.0, 10327.0, 10367.0, 10356.0, 10328.0, 10360.0, 10340.0, 10332.0, 10385.0, 10334.0, 10305.0, 10346.0, 10291.0, 10348.0, 10348.0, 10329.0, 10337.0, 10375.0, 10355.0, 10331.0, 10335.0, 10363.0, 10350.0, 10371.0, 10360.0, 10332.0, 10375.0, 10351.0, 10323.0, 10364.0, 10329.0, 10331.0, 10371.0, 10330.0, 10341.0, 10347.0, 10324.0, 10385.0, 10355.0, 10331.0, 10370.0, 10356.0, 10340.0, 10389.0, 10371.0, 10328.0, 10350.0, 10345.0, 10382.0, 10371.0, 10324.0, 10355.0, 10334.0, 10329.0, 10360.0, 10320.0, 10313.0, 10366.0, 10343.0, 10326.0, 10359.0, 10323.0, 10356.0, 10363.0, 10327.0, 10363.0, 10336.0, 10320.0, 10383.0, 10339.0, 10307.0, 10329.0, 10328.0, 10368.0, 10337.0, 10307.0, 10353.0, 10332.0, 10367.0, 10352.0, 10313.0, 10349.0, 10339.0, 10319.0, 10360.0, 10324.0, 10333.0, 10330.0, 10313.0, 10343.0, 10328.0, 10319.0, 10336.0, 10329.0, 10349.0, 10327.0, 10312.0, 10348.0, 10332.0, 10357.0, 10353.0, 10316.0, 10370.0, 10363.0, 10332.0, 10368.0, 10331.0, 10339.0, 10368.0, 10332.0, 10379.0, 10350.0, 10310.0, 10384.0, 10352.0, 10318.0, 10352.0, 10308.0, 10367.0, 10332.0, 10310.0, 10340.0, 10308.0, 10350.0, 10355.0, 10328.0, 10365.0, 10326.0, 10301.0, 10360.0, 10325.0, 10340.0, 10347.0, 10318.0, 10374.0, 10361.0, 10322.0, 10372.0, 10332.0, 10350.0, 10369.0, 10332.0, 10371.0, 10343.0, 10331.0, 10370.0, 10332.0, 10351.0, 10353.0, 10318.0, 10383.0, 10362.0, 10331.0, 10361.0, 10322.0, 10349.0, 10359.0, 10329.0, 10371.0, 10346.0, 10321.0, 10363.0, 10351.0, 10322.0, 10367.0, 10354.0, 10347.0, 10359.0, 10376.0, 10348.0, 10319.0, 10360.0, 10368.0, 10323.0, 10382.0, 10338.0, 10308.0, 10366.0, 10342.0, 10321.0, 10347.0, 10310.0, 10369.0, 10346.0, 10309.0, 10340.0, 10323.0, 10331.0, 10373.0, 10338.0, 10307.0, 10350.0, 10340.0, 10387.0, 10358.0, 10311.0, 10346.0, 10327.0, 10334.0, 10361.0, 10333.0, 10371.0, 10346.0, 10329.0, 10391.0, 10353.0, 10378.0, 10348.0, 10359.0, 10356.0, 10326.0, 10362.0, 10307.0, 10339.0, 10318.0, 10334.0, 10345.0, 10305.0, 10343.0, 10318.0, 10323.0, 10347.0, 10343.0, 10368.0, 10324.0, 10367.0, 10360.0, 10332.0, 10364.0, 10330.0, 10371.0, 10361.0, 10328.0, 10370.0, 10330.0, 10364.0, 10358.0, 10327.0, 10367.0, 10321.0, 10363.0, 10326.0, 10322.0, 10356.0, 10307.0, 10362.0, 10351.0, 10326.0, 10364.0, 10322.0, 10321.0, 10345.0, 10348.0, 10367.0, 10347.0, 10322.0, 10351.0, 10335.0, 10349.0, 10348.0, 10316.0, 10338.0, 10338.0, 10325.0, 10354.0, 10319.0, 10343.0, 10335.0, 10324.0, 10362.0, 10322.0, 10357.0, 10321.0, 10320.0, 10358.0, 10324.0, 10339.0, 10324.0, 10308.0, 10336.0, 10323.0, 10346.0, 10318.0, 10332.0, 10370.0, 10346.0, 10323.0, 10369.0, 10346.0, 10368.0, 10352.0, 10322.0, 10346.0, 10332.0, 10306.0, 10383.0, 10353.0, 10344.0, 10386.0, 10367.0, 10341.0, 10326.0, 10373.0, 10360.0, 10330.0, 10389.0, 10353.0, 10302.0, 10346.0, 10348.0, 10374.0, 10353.0, 10308.0, 10350.0, 10336.0, 10323.0, 10374.0, 10339.0, 10305.0, 10350.0, 10349.0, 10369.0, 10357.0, 10312.0, 10365.0, 10366.0, 10405.0, 10362.0, 10322.0, 10352.0, 10330.0, 10375.0, 10337.0, 10372.0, 10339.0, 10379.0, 10353.0, 10387.0, 10342.0, 10373.0, 10333.0, 10372.0, 10347.0, 10349.0, 10342.0, 10313.0, 10339.0, 10326.0, 10355.0, 10336.0, 10325.0, 10342.0, 10321.0, 10371.0, 10350.0, 10367.0, 10364.0, 10339.0, 10355.0, 10359.0, 10408.0, 10362.0, 10370.0, 10341.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.0002114729574223245</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.014284644418872268</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.39779015715441</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1743130740898626</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9890517269930866</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4745</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6699.9214</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08201626591513314</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.3554786834242614</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2881987636269083</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6164410285282758</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1617962581176005</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0049638</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02099379524588585</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.0349084809422493</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.8780142005273412</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>30.4328</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.3979</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>212.4446</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>301224.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1057.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>442.7878</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.33</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>669.2275</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3924.0053</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4148.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>75320.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1321.5</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5150.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1069.6125</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>45.903534684330225</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> |