=== 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-0122 --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-0122",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0122_ses-03_task-social_acq-mb8_run-06_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-0122_ses-03_task-social_acq-mb8_run-06_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-06_session-03_subject-0122_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-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-03_subject-0122_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-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-03_subject-0122_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-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-03_subject-0122_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-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-06_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-06_session-03_subject-0122_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-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-06_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-06_session-03_subject-0122_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-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-03_subject-0122_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-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-06_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-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-06_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-0122/ses-03/func/sub-0122_ses-03_task-social_acq-mb8_run-06_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>dbea3022c29f77a0f96a7c63392dbb2c</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:52:59.642500</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.995401, 0.0405339, -0.0867932, -0.0420678, 0.998988, -0.0159161]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-06_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.081078</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-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4198, -7741, -7193, 435, -180, 129, 20, 41]</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>232.454</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>19339e54-1687-49a8-b15a-8cd10a289dc6||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.6705892086029053, -0.11286469548940659, -0.23236265778541565, 117.4312515258789], [-0.10874950140714645, 2.6802117824554443, -0.05263418331742287, -102.65340423583984], [-0.23285986483097076, 0.042701832950115204, 2.6894679069519043, -56.507843017578125], [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': ['175259.642500', '175300.102500', '175300.562500', '175301.022500', '175301.482500', '175301.942500', '175302.402500', '175302.862500', '175303.322500', '175303.782500', '175304.242500', '175304.702500', '175305.162500', '175305.622500', '175306.082500', '175306.542500', '175307.002500', '175307.462500', '175307.922500', '175308.382500', '175308.842500', '175309.302500', '175309.762500', '175310.222500', '175310.682500', '175311.142500', '175311.602500', '175312.062500', '175312.522500', '175312.982500', '175313.442500', '175313.902500', '175314.362500', '175314.822500', '175315.282500', '175315.742500', '175316.202500', '175316.662500', '175317.122500', '175317.582500', '175318.042500', '175318.502500', '175318.962500', '175319.422500', '175319.882500', '175320.342500', '175320.802500', '175321.262500', '175321.722500', '175322.182500', '175322.642500', '175323.102500', '175323.562500', '175324.022500', '175324.482500', '175324.942500', '175325.402500', '175325.862500', '175326.322500', '175326.782500', '175327.242500', '175327.702500', '175328.162500', '175328.622500', '175329.082500', '175329.542500', '175330.002500', '175330.462500', '175330.922500', '175331.382500', '175331.842500', '175332.302500', '175332.762500', '175333.222500', '175333.682500', '175334.142500', '175334.602500', '175335.062500', '175335.522500', '175335.982500', '175336.442500', '175336.902500', '175337.362500', '175337.822500', '175338.282500', '175338.742500', '175339.202500', '175339.662500', '175340.122500', '175340.582500', '175341.042500', '175341.502500', '175341.962500', '175342.422500', '175342.882500', '175343.342500', '175343.802500', '175344.262500', '175344.722500', '175345.182500', '175345.642500', '175346.102500', '175346.562500', '175347.022500', '175347.482500', '175347.942500', '175348.402500', '175348.862500', '175349.322500', '175349.782500', '175350.242500', '175350.702500', '175351.162500', '175351.622500', '175352.082500', '175352.542500', '175353.002500', '175353.462500', '175353.922500', '175354.382500', '175354.842500', '175355.302500', '175355.762500', '175356.222500', '175356.682500', '175357.142500', '175357.602500', '175358.062500', '175358.522500', '175358.982500', '175359.442500', '175359.902500', '175400.362500', '175400.822500', '175401.282500', '175401.742500', '175402.202500', '175402.662500', '175403.122500', '175403.582500', '175404.042500', '175404.502500', '175404.962500', '175405.422500', '175405.882500', '175406.342500', '175406.802500', '175407.262500', '175407.722500', '175408.182500', '175408.642500', '175409.102500', '175409.562500', '175410.022500', '175410.482500', '175410.942500', '175411.402500', '175411.862500', '175412.322500', '175412.782500', '175413.242500', '175413.702500', '175414.162500', '175414.622500', '175415.082500', '175415.542500', '175416.002500', '175416.462500', '175416.922500', '175417.382500', '175417.842500', '175418.302500', '175418.762500', '175419.222500', '175419.682500', '175420.142500', '175420.602500', '175421.062500', '175421.522500', '175421.982500', '175422.442500', '175422.902500', '175423.362500', '175423.822500', '175424.282500', '175424.742500', '175425.202500', '175425.662500', '175426.122500', '175426.582500', '175427.042500', '175427.502500', '175427.962500', '175428.422500', '175428.882500', '175429.342500', '175429.802500', '175430.262500', '175430.722500', '175431.182500', '175431.642500', '175432.102500', '175432.562500', '175433.022500', '175433.482500', '175433.942500', '175434.402500', '175434.862500', '175435.322500', '175435.782500', '175436.242500', '175436.702500', '175437.162500', '175437.622500', '175438.082500', '175438.542500', '175439.002500', '175439.462500', '175439.922500', '175440.382500', '175440.842500', '175441.302500', '175441.762500', '175442.222500', '175442.682500', '175443.142500', '175443.602500', '175444.062500', '175444.522500', '175444.982500', '175445.442500', '175445.902500', '175446.362500', '175446.822500', '175447.282500', '175447.742500', '175448.202500', '175448.662500', '175449.122500', '175449.582500', '175450.042500', '175450.502500', '175450.962500', '175451.422500', '175451.882500', '175452.342500', '175452.802500', '175453.262500', '175453.722500', '175454.182500', '175454.642500', '175455.102500', '175455.562500', '175456.022500', '175456.482500', '175456.942500', '175457.402500', '175457.862500', '175458.322500', '175458.782500', '175459.242500', '175459.702500', '175500.162500', '175500.622500', '175501.082500', '175501.542500', '175502.002500', '175502.462500', '175502.922500', '175503.382500', '175503.842500', '175504.302500', '175504.762500', '175505.222500', '175505.682500', '175506.142500', '175506.602500', '175507.062500', '175507.522500', '175507.982500', '175508.442500', '175508.902500', '175509.362500', '175509.822500', '175510.282500', '175510.742500', '175511.202500', '175511.662500', '175512.122500', '175512.582500', '175513.042500', '175513.502500', '175513.962500', '175514.422500', '175514.882500', '175515.342500', '175515.802500', '175516.262500', '175516.722500', '175517.182500', '175517.642500', '175518.102500', '175518.562500', '175519.022500', '175519.482500', '175519.942500', '175520.402500', '175520.862500', '175521.322500', '175521.782500', '175522.242500', '175522.702500', '175523.162500', '175523.622500', '175524.082500', '175524.542500', '175525.002500', '175525.462500', '175525.922500', '175526.382500', '175526.842500', '175527.302500', '175527.762500', '175528.222500', '175528.682500', '175529.142500', '175529.602500', '175530.062500', '175530.522500', '175530.982500', '175531.442500', '175531.902500', '175532.362500', '175532.822500', '175533.282500', '175533.742500', '175534.202500', '175534.662500', '175535.122500', '175535.582500', '175536.042500', '175536.502500', '175536.962500', '175537.422500', '175537.882500', '175538.342500', '175538.802500', '175539.262500', '175539.722500', '175540.182500', '175540.642500', '175541.102500', '175541.562500', '175542.022500', '175542.482500', '175542.942500', '175543.402500', '175543.862500', '175544.322500', '175544.782500', '175545.242500', '175545.702500', '175546.162500', '175546.622500', '175547.082500', '175547.542500', '175548.002500', '175548.462500', '175548.922500', '175549.382500', '175549.842500', '175550.302500', '175550.762500', '175551.222500', '175551.682500', '175552.142500', '175552.602500', '175553.062500', '175553.522500', '175553.982500', '175554.442500', '175554.902500', '175555.362500', '175555.822500', '175556.282500', '175556.742500', '175557.202500', '175557.662500', '175558.122500', '175558.582500', '175559.042500', '175559.502500', '175559.962500', '175600.422500', '175600.882500', '175601.342500', '175601.802500', '175602.262500', '175602.722500', '175603.182500', '175603.642500', '175604.102500', '175604.562500', '175605.022500', '175605.482500', '175605.942500', '175606.402500', '175606.862500', '175607.322500', '175607.782500', '175608.242500', '175608.702500', '175609.162500', '175609.622500', '175610.082500', '175610.542500', '175611.002500', '175611.462500', '175611.922500', '175612.382500', '175612.842500', '175613.302500', '175613.762500', '175614.222500', '175614.682500', '175615.142500', '175615.602500', '175616.062500', '175616.522500', '175616.982500', '175617.442500', '175617.902500', '175618.362500', '175618.822500', '175619.282500', '175619.742500', '175620.202500', '175620.662500', '175621.122500', '175621.582500', '175622.042500', '175622.502500', '175622.962500', '175623.422500', '175623.882500', '175624.342500', '175624.802500', '175625.262500', '175625.722500', '175626.182500', '175626.642500', '175627.102500', '175627.562500', '175628.022500', '175628.482500', '175628.942500', '175629.402500', '175629.862500', '175630.322500', '175630.782500', '175631.242500', '175631.702500', '175632.162500', '175632.622500', '175633.082500', '175633.542500', '175634.002500', '175634.462500', '175634.922500', '175635.382500', '175635.842500', '175636.302500', '175636.762500', '175637.222500', '175637.682500', '175638.142500', '175638.602500', '175639.062500', '175639.522500', '175639.982500', '175640.442500', '175640.902500', '175641.362500', '175641.822500', '175642.282500', '175642.742500', '175643.202500', '175643.662500', '175644.122500', '175644.582500', '175645.042500', '175645.502500', '175645.962500', '175646.422500', '175646.882500', '175647.342500', '175647.802500', '175648.262500', '175648.722500', '175649.182500', '175649.642500', '175650.102500', '175650.562500', '175651.022500', '175651.482500', '175651.942500', '175652.402500', '175652.862500', '175653.322500', '175653.782500', '175654.242500', '175654.702500', '175655.162500', '175655.622500', '175656.082500', '175656.542500', '175657.002500', '175657.462500', '175657.922500', '175658.382500', '175658.842500', '175659.302500', '175659.762500', '175700.222500', '175700.682500', '175701.142500', '175701.602500', '175702.062500', '175702.522500', '175702.982500', '175703.442500', '175703.902500', '175704.362500', '175704.822500', '175705.282500', '175705.742500', '175706.202500', '175706.662500', '175707.122500', '175707.582500', '175708.042500', '175708.502500', '175708.962500', '175709.422500', '175709.882500', '175710.342500', '175710.802500', '175711.262500', '175711.722500', '175712.182500', '175712.642500', '175713.102500', '175713.562500', '175714.022500', '175714.482500', '175714.942500', '175715.402500', '175715.862500', '175716.322500', '175716.782500', '175717.242500', '175717.702500', '175718.162500', '175718.622500', '175719.082500', '175719.542500', '175720.002500', '175720.462500', '175720.922500', '175721.382500', '175721.842500', '175722.302500', '175722.762500', '175723.222500', '175723.682500', '175724.142500', '175724.602500', '175725.062500', '175725.522500', '175725.982500', '175726.442500', '175726.902500', '175727.362500', '175727.822500', '175728.282500', '175728.742500', '175729.202500', '175729.662500', '175730.122500', '175730.582500', '175731.042500', '175731.502500', '175731.962500', '175732.422500', '175732.882500', '175733.342500', '175733.802500', '175734.262500', '175734.722500', '175735.182500', '175735.642500', '175736.102500', '175736.562500', '175737.022500', '175737.482500', '175737.942500', '175738.402500', '175738.862500', '175739.322500', '175739.782500', '175740.242500', '175740.702500', '175741.162500', '175741.622500', '175742.082500', '175742.542500', '175743.002500', '175743.462500', '175743.922500', '175744.382500', '175744.842500', '175745.302500', '175745.762500', '175746.222500', '175746.682500', '175747.142500', '175747.602500', '175748.062500', '175748.522500', '175748.982500', '175749.442500', '175749.902500', '175750.362500', '175750.822500', '175751.282500', '175751.742500', '175752.202500', '175752.662500', '175753.122500', '175753.582500', '175754.042500', '175754.502500', '175754.962500', '175755.422500', '175755.882500', '175756.342500', '175756.802500', '175757.262500', '175757.722500', '175758.182500', '175758.642500', '175759.102500', '175759.562500', '175800.022500', '175800.482500', '175800.942500', '175801.402500', '175801.862500', '175802.322500', '175802.782500', '175803.242500', '175803.702500', '175804.162500', '175804.622500', '175805.082500', '175805.542500', '175806.002500', '175806.462500', '175806.922500', '175807.382500', '175807.842500', '175808.302500', '175808.762500', '175809.222500', '175809.682500', '175810.142500', '175810.602500', '175811.062500', '175811.522500', '175811.982500', '175812.442500', '175812.902500', '175813.362500', '175813.822500', '175814.282500', '175814.742500', '175815.202500', '175815.662500', '175816.122500', '175816.582500', '175817.042500', '175817.502500', '175817.962500', '175818.422500', '175818.882500', '175819.342500', '175819.802500', '175820.262500', '175820.722500', '175821.182500', '175821.642500', '175822.102500', '175822.562500', '175823.022500', '175823.482500', '175823.942500', '175824.402500', '175824.862500', '175825.322500', '175825.782500', '175826.242500', '175826.702500', '175827.162500', '175827.622500', '175828.082500', '175828.542500', '175829.002500', '175829.462500', '175829.922500', '175830.382500', '175830.842500', '175831.302500', '175831.762500', '175832.222500', '175832.682500', '175833.142500', '175833.602500', '175834.062500', '175834.522500', '175834.982500', '175835.442500', '175835.902500', '175836.362500', '175836.822500', '175837.282500', '175837.742500', '175838.202500', '175838.662500', '175839.122500', '175839.582500', '175840.042500', '175840.502500', '175840.962500', '175841.422500', '175841.882500', '175842.342500', '175842.802500', '175843.262500', '175843.722500', '175844.182500', '175844.642500', '175845.102500', '175845.562500', '175846.022500', '175846.482500', '175846.942500', '175847.402500', '175847.862500', '175848.322500', '175848.782500', '175849.242500', '175849.702500', '175850.162500', '175850.622500', '175851.082500', '175851.542500', '175852.002500', '175852.462500', '175852.922500', '175853.382500', '175853.842500', '175854.302500', '175854.762500', '175855.222500', '175855.682500', '175856.142500', '175856.602500', '175857.062500', '175857.522500', '175857.982500', '175858.442500', '175858.902500', '175859.362500', '175859.822500', '175900.282500', '175900.742500', '175901.202500', '175901.662500', '175902.122500', '175902.582500', '175903.042500', '175903.502500', '175903.962500', '175904.422500', '175904.882500', '175905.342500', '175905.802500', '175906.262500', '175906.722500', '175907.182500', '175907.642500', '175908.102500', '175908.562500', '175909.022500', '175909.482500', '175909.942500', '175910.402500', '175910.862500', '175911.322500', '175911.782500', '175912.242500', '175912.702500', '175913.162500', '175913.622500', '175914.082500', '175914.542500', '175915.002500', '175915.462500', '175915.922500', '175916.382500', '175916.842500', '175917.302500', '175917.762500', '175918.222500', '175918.682500', '175919.142500', '175919.602500', '175920.062500', '175920.522500', '175920.982500', '175921.442500', '175921.902500', '175922.362500', '175922.822500', '175923.282500', '175923.742500', '175924.202500', '175924.662500', '175925.122500', '175925.582500', '175926.042500', '175926.502500', '175926.962500', '175927.422500', '175927.882500', '175928.342500', '175928.802500', '175929.262500', '175929.722500', '175930.182500', '175930.642500', '175931.102500', '175931.562500', '175932.022500', '175932.482500', '175932.942500', '175933.402500', '175933.862500', '175934.322500', '175934.782500', '175935.242500', '175935.702500', '175936.162500', '175936.622500', '175937.082500', '175937.542500', '175938.002500', '175938.462500', '175938.922500', '175939.382500', '175939.842500', '175940.302500'], 'ContentTime': ['175316.700000', '175316.703000', '175316.712000', '175316.715000', '175316.717000', '175316.720000', '175316.722000', '175316.725000', '175316.727000', '175316.730000', '175316.733000', '175316.735000', '175316.738000', '175316.767000', '175316.776000', '175316.778000', '175316.781000', '175316.783000', '175316.786000', '175316.788000', '175316.791000', '175316.793000', '175316.796000', '175316.798000', '175316.801000', '175316.804000', '175316.806000', '175316.809000', '175316.816000', '175316.818000', '175316.821000', '175316.824000', '175316.826000', '175316.829000', '175336.653000', '175336.656000', '175336.659000', '175336.661000', '175336.664000', '175336.667000', '175336.674000', '175336.677000', '175336.680000', '175336.682000', '175336.685000', '175336.687000', '175336.690000', '175336.693000', '175336.695000', '175336.698000', '175336.700000', '175336.703000', '175336.705000', '175336.708000', '175336.710000', '175336.713000', '175336.716000', '175336.718000', '175336.721000', '175336.723000', '175336.726000', '175336.728000', '175336.731000', '175336.733000', '175336.736000', '175336.738000', '175336.741000', '175336.743000', '175336.750000', '175336.752000', '175336.755000', '175336.757000', '175336.760000', '175336.763000', '175336.765000', '175336.768000', '175336.770000', '175356.653000', '175356.656000', '175356.659000', '175356.661000', '175356.664000', '175356.666000', '175356.669000', '175356.671000', '175356.674000', '175356.677000', '175356.679000', '175356.682000', '175356.684000', '175356.687000', '175356.689000', '175356.692000', '175356.694000', '175356.697000', '175356.700000', '175356.702000', '175356.705000', '175356.707000', '175356.710000', '175356.712000', '175356.715000', '175356.717000', '175356.720000', '175356.725000', '175356.728000', '175356.730000', '175356.733000', '175356.735000', '175356.738000', '175356.740000', '175356.743000', '175356.745000', '175356.748000', '175356.751000', '175356.753000', '175356.756000', '175356.758000', '175356.761000', '175356.763000', '175356.766000', '175416.653000', '175416.656000', '175416.659000', '175416.661000', '175416.664000', '175416.666000', '175416.669000', '175416.672000', '175416.674000', '175416.677000', '175416.679000', '175416.682000', '175416.684000', '175416.687000', '175416.689000', '175416.692000', '175416.694000', '175416.697000', '175416.699000', '175416.702000', '175416.705000', '175416.707000', '175416.710000', '175416.712000', '175416.715000', '175416.717000', '175416.720000', '175416.722000', '175416.725000', '175416.727000', '175416.730000', '175416.733000', '175416.735000', '175416.738000', '175416.740000', '175416.743000', '175416.745000', '175416.748000', '175416.750000', '175416.753000', '175416.756000', '175416.758000', '175416.761000', '175436.652000', '175436.655000', '175436.658000', '175436.660000', '175436.663000', '175436.665000', '175436.668000', '175436.671000', '175436.673000', '175436.676000', '175436.678000', '175436.682000', '175436.684000', '175436.687000', '175436.689000', '175436.692000', '175436.694000', '175436.697000', '175436.699000', '175436.702000', '175436.705000', '175436.707000', '175436.710000', '175436.713000', '175436.715000', '175436.718000', '175436.720000', '175436.723000', '175436.725000', '175436.728000', '175436.730000', '175436.733000', '175436.736000', '175436.739000', '175436.742000', '175436.744000', '175436.747000', '175436.749000', '175436.752000', '175436.754000', '175436.757000', '175436.760000', '175436.762000', '175436.765000', '175456.653000', '175456.656000', '175456.659000', '175456.661000', '175456.664000', '175456.667000', '175456.669000', '175456.672000', '175456.674000', '175456.677000', '175456.679000', '175456.682000', '175456.685000', '175456.687000', '175456.690000', '175456.692000', '175456.695000', '175456.697000', '175456.700000', '175456.703000', '175456.705000', '175456.708000', '175456.711000', '175456.713000', '175456.716000', '175456.718000', '175456.721000', '175456.723000', '175456.726000', '175456.728000', '175456.731000', '175456.734000', '175456.750000', '175456.753000', '175456.755000', '175456.758000', '175456.761000', '175456.763000', '175456.766000', '175456.768000', '175456.771000', '175456.773000', '175456.776000', '175516.653000', '175516.656000', '175516.659000', '175516.662000', '175516.664000', '175516.667000', '175516.669000', '175516.672000', '175516.674000', '175516.677000', '175516.680000', '175516.682000', '175516.685000', '175516.687000', '175516.690000', '175516.692000', '175516.695000', '175516.698000', '175516.700000', '175516.703000', '175516.705000', '175516.708000', '175516.710000', '175516.713000', '175516.715000', '175516.718000', '175516.721000', '175516.723000', '175516.726000', '175516.728000', '175516.731000', '175516.734000', '175516.736000', '175516.739000', '175516.741000', '175516.744000', '175516.746000', '175516.749000', '175516.752000', '175516.754000', '175516.757000', '175516.759000', '175516.762000', '175536.653000', '175536.656000', '175536.659000', '175536.661000', '175536.664000', '175536.667000', '175536.669000', '175536.672000', '175536.674000', '175536.677000', '175536.680000', '175536.682000', '175536.685000', '175536.687000', '175536.690000', '175536.692000', '175536.695000', '175536.698000', '175536.700000', '175536.703000', '175536.705000', '175536.708000', '175536.710000', '175536.713000', '175536.715000', '175536.718000', '175536.721000', '175536.723000', '175536.726000', '175536.728000', '175536.731000', '175536.733000', '175536.736000', '175536.739000', '175536.749000', '175536.751000', '175536.754000', '175536.757000', '175536.759000', '175536.762000', '175536.764000', '175536.767000', '175536.769000', '175536.772000', '175556.654000', '175556.656000', '175556.659000', '175556.662000', '175556.664000', '175556.667000', '175556.669000', '175556.672000', '175556.674000', '175556.677000', '175556.679000', '175556.682000', '175556.685000', '175556.687000', '175556.690000', '175556.692000', '175556.696000', '175556.699000', '175556.702000', '175556.705000', '175556.707000', '175556.710000', '175556.712000', '175556.715000', '175556.718000', '175556.721000', '175556.724000', '175556.727000', '175556.729000', '175556.732000', '175556.735000', '175556.737000', '175556.740000', '175556.742000', '175556.745000', '175556.748000', '175556.750000', '175556.753000', '175556.755000', '175556.758000', '175556.761000', '175556.763000', '175556.766000', '175616.653000', '175616.656000', '175616.659000', '175616.661000', '175616.664000', '175616.667000', '175616.669000', '175616.672000', '175616.674000', '175616.677000', '175616.679000', '175616.682000', '175616.685000', '175616.687000', '175616.690000', '175616.692000', '175616.695000', '175616.698000', '175616.700000', '175616.703000', '175616.705000', '175616.708000', '175616.710000', '175616.713000', '175616.716000', '175616.718000', '175616.721000', '175616.723000', '175616.726000', '175616.728000', '175616.731000', '175616.734000', '175616.736000', '175616.739000', '175616.741000', '175616.744000', '175616.746000', '175616.749000', '175616.752000', '175616.754000', '175616.757000', '175616.759000', '175616.762000', '175616.764000', '175636.654000', '175636.657000', '175636.659000', '175636.662000', '175636.664000', '175636.667000', '175636.670000', '175636.673000', '175636.676000', '175636.679000', '175636.682000', '175636.684000', '175636.687000', '175636.689000', '175636.701000', '175636.704000', '175636.706000', '175636.709000', '175636.711000', '175636.714000', '175636.717000', '175636.720000', '175636.722000', '175636.725000', '175636.728000', '175636.730000', '175636.733000', '175636.735000', '175636.738000', '175636.741000', '175636.743000', '175636.746000', '175636.748000', '175636.751000', '175636.753000', '175636.756000', '175636.759000', '175636.761000', '175636.764000', '175636.767000', '175636.769000', '175636.772000', '175636.774000', '175656.653000', '175656.656000', '175656.659000', '175656.662000', '175656.664000', '175656.667000', '175656.669000', '175656.672000', '175656.674000', '175656.677000', '175656.680000', '175656.682000', '175656.685000', '175656.688000', '175656.690000', '175656.693000', '175656.695000', '175656.698000', '175656.700000', '175656.703000', '175656.706000', '175656.708000', '175656.711000', '175656.713000', '175656.716000', '175656.719000', '175656.721000', '175656.724000', '175656.726000', '175656.729000', '175656.731000', '175656.734000', '175656.737000', '175656.739000', '175656.742000', '175656.744000', '175656.747000', '175656.750000', '175656.752000', '175656.755000', '175656.757000', '175656.760000', '175656.762000', '175656.765000', '175716.654000', '175716.656000', '175716.659000', '175716.661000', '175716.664000', '175716.667000', '175716.669000', '175716.672000', '175716.674000', '175716.677000', '175716.679000', '175716.682000', '175716.685000', '175716.688000', '175716.690000', '175716.693000', '175716.695000', '175716.698000', '175716.702000', '175716.705000', '175716.707000', '175716.710000', '175716.713000', '175716.715000', '175716.718000', '175716.720000', '175716.723000', '175716.725000', '175716.728000', '175716.730000', '175716.733000', '175716.736000', '175716.738000', '175716.741000', '175716.743000', '175716.746000', '175716.749000', '175716.751000', '175716.754000', '175716.756000', '175716.759000', '175716.762000', '175716.765000', '175736.654000', '175736.656000', '175736.659000', '175736.662000', '175736.664000', '175736.667000', '175736.669000', '175736.672000', '175736.675000', '175736.677000', '175736.680000', '175736.682000', '175736.685000', '175736.688000', '175736.690000', '175736.693000', '175736.695000', '175736.698000', '175736.700000', '175736.703000', '175736.705000', '175736.708000', '175736.711000', '175736.713000', '175736.716000', '175736.718000', '175736.721000', '175736.724000', '175736.726000', '175736.729000', '175736.732000', '175736.734000', '175736.737000', '175736.740000', '175736.742000', '175736.745000', '175736.748000', '175736.750000', '175736.753000', '175736.755000', '175736.758000', '175736.760000', '175736.763000', '175736.766000', '175756.653000', '175756.656000', '175756.659000', '175756.661000', '175756.664000', '175756.667000', '175756.669000', '175756.672000', '175756.674000', '175756.677000', '175756.679000', '175756.682000', '175756.685000', '175756.687000', '175756.690000', '175756.692000', '175756.695000', '175756.698000', '175756.700000', '175756.703000', '175756.705000', '175756.708000', '175756.710000', '175756.713000', '175756.716000', '175756.718000', '175756.721000', '175756.723000', '175756.726000', '175756.728000', '175756.731000', '175756.734000', '175756.736000', '175756.739000', '175756.741000', '175756.744000', '175756.746000', '175756.749000', '175756.752000', '175756.763000', '175756.766000', '175756.769000', '175756.771000', '175816.674000', '175816.676000', '175816.679000', '175816.682000', '175816.684000', '175816.687000', '175816.689000', '175816.692000', '175816.694000', '175816.697000', '175816.700000', '175816.702000', '175816.705000', '175816.707000', '175816.710000', '175816.712000', '175816.715000', '175816.718000', '175816.720000', '175816.723000', '175816.725000', '175816.728000', '175816.730000', '175816.733000', '175816.736000', '175816.739000', '175816.741000', '175816.744000', '175816.746000', '175816.749000', '175816.751000', '175816.754000', '175816.757000', '175816.759000', '175816.762000', '175816.764000', '175816.767000', '175816.770000', '175816.772000', '175816.775000', '175816.778000', '175816.780000', '175816.783000', '175816.785000', '175836.653000', '175836.656000', '175836.659000', '175836.662000', '175836.664000', '175836.667000', '175836.669000', '175836.672000', '175836.675000', '175836.677000', '175836.680000', '175836.682000', '175836.685000', '175836.688000', '175836.690000', '175836.693000', '175836.695000', '175836.698000', '175836.701000', '175836.703000', '175836.706000', '175836.708000', '175836.711000', '175836.713000', '175836.716000', '175836.719000', '175836.721000', '175836.724000', '175836.726000', '175836.729000', '175836.731000', '175836.734000', '175836.736000', '175836.739000', '175836.742000', '175836.744000', '175836.747000', '175836.751000', '175836.753000', '175836.756000', '175836.759000', '175836.761000', '175836.764000', '175856.654000', '175856.656000', '175856.659000', '175856.662000', '175856.664000', '175856.667000', '175856.669000', '175856.672000', '175856.675000', '175856.677000', '175856.680000', '175856.682000', '175856.686000', '175856.689000', '175856.692000', '175856.694000', '175856.697000', '175856.699000', '175856.702000', '175856.705000', '175856.707000', '175856.710000', '175856.712000', '175856.715000', '175856.718000', '175856.720000', '175856.723000', '175856.725000', '175856.728000', '175856.730000', '175856.733000', '175856.736000', '175856.738000', '175856.741000', '175856.743000', '175856.746000', '175856.748000', '175856.751000', '175856.754000', '175856.756000', '175856.759000', '175856.761000', '175856.764000', '175856.767000', '175916.653000', '175916.656000', '175916.659000', '175916.661000', '175916.664000', '175916.667000', '175916.669000', '175916.672000', '175916.674000', '175916.677000', '175916.679000', '175916.682000', '175916.685000', '175916.687000', '175916.690000', '175916.692000', '175916.695000', '175916.697000', '175916.700000', '175916.703000', '175916.705000', '175916.708000', '175916.710000', '175916.713000', '175916.715000', '175916.718000', '175916.721000', '175916.723000', '175916.726000', '175916.728000', '175916.731000', '175916.733000', '175916.736000', '175916.738000', '175916.741000', '175916.744000', '175916.746000', '175916.749000', '175916.751000', '175916.754000', '175916.756000', '175916.759000', '175916.762000', '175936.654000', '175936.657000', '175936.659000', '175936.662000', '175936.664000', '175936.667000', '175936.680000', '175936.683000', '175936.685000', '175936.688000', '175936.690000', '175936.693000', '175936.696000', '175936.698000', '175936.701000', '175936.703000', '175936.706000', '175936.708000', '175936.711000', '175936.714000', '175936.716000', '175936.719000', '175936.722000', '175936.724000', '175936.727000', '175936.730000', '175936.732000', '175936.735000', '175936.738000', '175936.740000', '175936.743000', '175936.745000', '175936.748000', '175936.751000', '175936.753000', '175936.756000', '175936.758000', '175936.761000', '175936.764000', '175936.766000', '175936.769000', '175936.771000', '175936.774000', '175936.777000', '175942.071000', '175942.074000', '175942.077000', '175942.079000', '175942.082000', '175942.085000', '175942.087000', '175942.090000', '175942.092000', '175942.095000', '175942.098000', '175942.100000'], 'InstanceCreationTime': ['175316.700000', '175316.703000', '175316.712000', '175316.715000', '175316.717000', '175316.720000', '175316.722000', '175316.725000', '175316.727000', '175316.730000', '175316.733000', '175316.735000', '175316.738000', '175316.767000', '175316.776000', '175316.778000', '175316.781000', '175316.783000', '175316.786000', '175316.788000', '175316.791000', '175316.793000', '175316.796000', '175316.798000', '175316.801000', '175316.804000', '175316.806000', '175316.809000', '175316.816000', '175316.818000', '175316.821000', '175316.824000', '175316.826000', '175316.829000', '175336.653000', '175336.656000', '175336.659000', '175336.661000', '175336.664000', '175336.667000', '175336.674000', '175336.677000', '175336.680000', '175336.682000', '175336.685000', '175336.687000', '175336.690000', '175336.693000', '175336.695000', '175336.698000', '175336.700000', '175336.703000', '175336.705000', '175336.708000', '175336.710000', '175336.713000', '175336.716000', '175336.718000', '175336.721000', '175336.723000', '175336.726000', '175336.728000', '175336.731000', '175336.733000', '175336.736000', '175336.738000', '175336.741000', '175336.743000', '175336.750000', '175336.752000', '175336.755000', '175336.757000', '175336.760000', '175336.763000', '175336.765000', '175336.768000', '175336.770000', '175356.653000', '175356.656000', '175356.659000', '175356.661000', '175356.664000', '175356.666000', '175356.669000', '175356.671000', '175356.674000', '175356.677000', '175356.679000', '175356.682000', '175356.684000', '175356.687000', '175356.689000', '175356.692000', '175356.694000', '175356.697000', '175356.700000', '175356.702000', '175356.705000', '175356.707000', '175356.710000', '175356.712000', '175356.715000', '175356.717000', '175356.720000', '175356.725000', '175356.728000', '175356.730000', '175356.733000', '175356.735000', '175356.738000', '175356.740000', '175356.743000', '175356.745000', '175356.748000', '175356.751000', '175356.753000', '175356.756000', '175356.758000', '175356.761000', '175356.763000', '175356.766000', '175416.653000', '175416.656000', '175416.659000', '175416.661000', '175416.664000', '175416.666000', '175416.669000', '175416.672000', '175416.674000', '175416.677000', '175416.679000', '175416.682000', '175416.684000', '175416.687000', '175416.689000', '175416.692000', '175416.694000', '175416.697000', '175416.699000', '175416.702000', '175416.705000', '175416.707000', '175416.710000', '175416.712000', '175416.715000', '175416.717000', '175416.720000', '175416.722000', '175416.725000', '175416.727000', '175416.730000', '175416.733000', '175416.735000', '175416.738000', '175416.740000', '175416.743000', '175416.745000', '175416.748000', '175416.750000', '175416.753000', '175416.756000', '175416.758000', '175416.761000', '175436.652000', '175436.655000', '175436.658000', '175436.660000', '175436.663000', '175436.665000', '175436.668000', '175436.671000', '175436.673000', '175436.676000', '175436.678000', '175436.682000', '175436.684000', '175436.687000', '175436.689000', '175436.692000', '175436.694000', '175436.697000', '175436.699000', '175436.702000', '175436.705000', '175436.707000', '175436.710000', '175436.713000', '175436.715000', '175436.718000', '175436.720000', '175436.723000', '175436.725000', '175436.728000', '175436.730000', '175436.733000', '175436.736000', '175436.739000', '175436.742000', '175436.744000', '175436.747000', '175436.749000', '175436.752000', '175436.754000', '175436.757000', '175436.760000', '175436.762000', '175436.765000', '175456.653000', '175456.656000', '175456.659000', '175456.661000', '175456.664000', '175456.667000', '175456.669000', '175456.672000', '175456.674000', '175456.677000', '175456.679000', '175456.682000', '175456.685000', '175456.687000', '175456.690000', '175456.692000', '175456.695000', '175456.697000', '175456.700000', '175456.703000', '175456.705000', '175456.708000', '175456.711000', '175456.713000', '175456.716000', '175456.718000', '175456.721000', '175456.723000', '175456.726000', '175456.728000', '175456.731000', '175456.734000', '175456.750000', '175456.753000', '175456.755000', '175456.758000', '175456.761000', '175456.763000', '175456.766000', '175456.768000', '175456.771000', '175456.773000', '175456.776000', '175516.653000', '175516.656000', '175516.659000', '175516.662000', '175516.664000', '175516.667000', '175516.669000', '175516.672000', '175516.674000', '175516.677000', '175516.680000', '175516.682000', '175516.685000', '175516.687000', '175516.690000', '175516.692000', '175516.695000', '175516.698000', '175516.700000', '175516.703000', '175516.705000', '175516.708000', '175516.710000', '175516.713000', '175516.715000', '175516.718000', '175516.721000', '175516.723000', '175516.726000', '175516.728000', '175516.731000', '175516.734000', '175516.736000', '175516.739000', '175516.741000', '175516.744000', '175516.746000', '175516.749000', '175516.752000', '175516.754000', '175516.757000', '175516.759000', '175516.762000', '175536.653000', '175536.656000', '175536.659000', '175536.661000', '175536.664000', '175536.667000', '175536.669000', '175536.672000', '175536.674000', '175536.677000', '175536.680000', '175536.682000', '175536.685000', '175536.687000', '175536.690000', '175536.692000', '175536.695000', '175536.698000', '175536.700000', '175536.703000', '175536.705000', '175536.708000', '175536.710000', '175536.713000', '175536.715000', '175536.718000', '175536.721000', '175536.723000', '175536.726000', '175536.728000', '175536.731000', '175536.733000', '175536.736000', '175536.739000', '175536.749000', '175536.751000', '175536.754000', '175536.757000', '175536.759000', '175536.762000', '175536.764000', '175536.767000', '175536.769000', '175536.772000', '175556.654000', '175556.656000', '175556.659000', '175556.662000', '175556.664000', '175556.667000', '175556.669000', '175556.672000', '175556.674000', '175556.677000', '175556.679000', '175556.682000', '175556.685000', '175556.687000', '175556.690000', '175556.692000', '175556.696000', '175556.699000', '175556.702000', '175556.705000', '175556.707000', '175556.710000', '175556.712000', '175556.715000', '175556.718000', '175556.721000', '175556.724000', '175556.727000', '175556.729000', '175556.732000', '175556.735000', '175556.737000', '175556.740000', '175556.742000', '175556.745000', '175556.748000', '175556.750000', '175556.753000', '175556.755000', '175556.758000', '175556.761000', '175556.763000', '175556.766000', '175616.653000', '175616.656000', '175616.659000', '175616.661000', '175616.664000', '175616.667000', '175616.669000', '175616.672000', '175616.674000', '175616.677000', '175616.679000', '175616.682000', '175616.685000', '175616.687000', '175616.690000', '175616.692000', '175616.695000', '175616.698000', '175616.700000', '175616.703000', '175616.705000', '175616.708000', '175616.710000', '175616.713000', '175616.716000', '175616.718000', '175616.721000', '175616.723000', '175616.726000', '175616.728000', '175616.731000', '175616.734000', '175616.736000', '175616.739000', '175616.741000', '175616.744000', '175616.746000', '175616.749000', '175616.752000', '175616.754000', '175616.757000', '175616.759000', '175616.762000', '175616.764000', '175636.654000', '175636.657000', '175636.659000', '175636.662000', '175636.664000', '175636.667000', '175636.670000', '175636.673000', '175636.676000', '175636.679000', '175636.682000', '175636.684000', '175636.687000', '175636.689000', '175636.701000', '175636.704000', '175636.706000', '175636.709000', '175636.711000', '175636.714000', '175636.717000', '175636.720000', '175636.722000', '175636.725000', '175636.728000', '175636.730000', '175636.733000', '175636.735000', '175636.738000', '175636.741000', '175636.743000', '175636.746000', '175636.748000', '175636.751000', '175636.753000', '175636.756000', '175636.759000', '175636.761000', '175636.764000', '175636.767000', '175636.769000', '175636.772000', '175636.774000', '175656.653000', '175656.656000', '175656.659000', '175656.662000', '175656.664000', '175656.667000', '175656.669000', '175656.672000', '175656.674000', '175656.677000', '175656.680000', '175656.682000', '175656.685000', '175656.688000', '175656.690000', '175656.693000', '175656.695000', '175656.698000', '175656.700000', '175656.703000', '175656.706000', '175656.708000', '175656.711000', '175656.713000', '175656.716000', '175656.719000', '175656.721000', '175656.724000', '175656.726000', '175656.729000', '175656.731000', '175656.734000', '175656.737000', '175656.739000', '175656.742000', '175656.744000', '175656.747000', '175656.750000', '175656.752000', '175656.755000', '175656.757000', '175656.760000', '175656.762000', '175656.765000', '175716.654000', '175716.656000', '175716.659000', '175716.661000', '175716.664000', '175716.667000', '175716.669000', '175716.672000', '175716.674000', '175716.677000', '175716.679000', '175716.682000', '175716.685000', '175716.688000', '175716.690000', '175716.693000', '175716.695000', '175716.698000', '175716.702000', '175716.705000', '175716.707000', '175716.710000', '175716.713000', '175716.715000', '175716.718000', '175716.720000', '175716.723000', '175716.725000', '175716.728000', '175716.730000', '175716.733000', '175716.736000', '175716.738000', '175716.741000', '175716.743000', '175716.746000', '175716.749000', '175716.751000', '175716.754000', '175716.756000', '175716.759000', '175716.762000', '175716.765000', '175736.654000', '175736.656000', '175736.659000', '175736.662000', '175736.664000', '175736.667000', '175736.669000', '175736.672000', '175736.675000', '175736.677000', '175736.680000', '175736.682000', '175736.685000', '175736.688000', '175736.690000', '175736.693000', '175736.695000', '175736.698000', '175736.700000', '175736.703000', '175736.705000', '175736.708000', '175736.711000', '175736.713000', '175736.716000', '175736.718000', '175736.721000', '175736.724000', '175736.726000', '175736.729000', '175736.732000', '175736.734000', '175736.737000', '175736.740000', '175736.742000', '175736.745000', '175736.748000', '175736.750000', '175736.753000', '175736.755000', '175736.758000', '175736.760000', '175736.763000', '175736.766000', '175756.653000', '175756.656000', '175756.659000', '175756.661000', '175756.664000', '175756.667000', '175756.669000', '175756.672000', '175756.674000', '175756.677000', '175756.679000', '175756.682000', '175756.685000', '175756.687000', '175756.690000', '175756.692000', '175756.695000', '175756.698000', '175756.700000', '175756.703000', '175756.705000', '175756.708000', '175756.710000', '175756.713000', '175756.716000', '175756.718000', '175756.721000', '175756.723000', '175756.726000', '175756.728000', '175756.731000', '175756.734000', '175756.736000', '175756.739000', '175756.741000', '175756.744000', '175756.746000', '175756.749000', '175756.752000', '175756.763000', '175756.766000', '175756.769000', '175756.771000', '175816.674000', '175816.676000', '175816.679000', '175816.682000', '175816.684000', '175816.687000', '175816.689000', '175816.692000', '175816.694000', '175816.697000', '175816.700000', '175816.702000', '175816.705000', '175816.707000', '175816.710000', '175816.712000', '175816.715000', '175816.718000', '175816.720000', '175816.723000', '175816.725000', '175816.728000', '175816.730000', '175816.733000', '175816.736000', '175816.739000', '175816.741000', '175816.744000', '175816.746000', '175816.749000', '175816.751000', '175816.754000', '175816.757000', '175816.759000', '175816.762000', '175816.764000', '175816.767000', '175816.770000', '175816.772000', '175816.775000', '175816.778000', '175816.780000', '175816.783000', '175816.785000', '175836.653000', '175836.656000', '175836.659000', '175836.662000', '175836.664000', '175836.667000', '175836.669000', '175836.672000', '175836.675000', '175836.677000', '175836.680000', '175836.682000', '175836.685000', '175836.688000', '175836.690000', '175836.693000', '175836.695000', '175836.698000', '175836.701000', '175836.703000', '175836.706000', '175836.708000', '175836.711000', '175836.713000', '175836.716000', '175836.719000', '175836.721000', '175836.724000', '175836.726000', '175836.729000', '175836.731000', '175836.734000', '175836.736000', '175836.739000', '175836.742000', '175836.744000', '175836.747000', '175836.751000', '175836.753000', '175836.756000', '175836.759000', '175836.761000', '175836.764000', '175856.654000', '175856.656000', '175856.659000', '175856.662000', '175856.664000', '175856.667000', '175856.669000', '175856.672000', '175856.675000', '175856.677000', '175856.680000', '175856.682000', '175856.686000', '175856.689000', '175856.692000', '175856.694000', '175856.697000', '175856.699000', '175856.702000', '175856.705000', '175856.707000', '175856.710000', '175856.712000', '175856.715000', '175856.718000', '175856.720000', '175856.723000', '175856.725000', '175856.728000', '175856.730000', '175856.733000', '175856.736000', '175856.738000', '175856.741000', '175856.743000', '175856.746000', '175856.748000', '175856.751000', '175856.754000', '175856.756000', '175856.759000', '175856.761000', '175856.764000', '175856.767000', '175916.653000', '175916.656000', '175916.659000', '175916.661000', '175916.664000', '175916.667000', '175916.669000', '175916.672000', '175916.674000', '175916.677000', '175916.679000', '175916.682000', '175916.685000', '175916.687000', '175916.690000', '175916.692000', '175916.695000', '175916.697000', '175916.700000', '175916.703000', '175916.705000', '175916.708000', '175916.710000', '175916.713000', '175916.715000', '175916.718000', '175916.721000', '175916.723000', '175916.726000', '175916.728000', '175916.731000', '175916.733000', '175916.736000', '175916.738000', '175916.741000', '175916.744000', '175916.746000', '175916.749000', '175916.751000', '175916.754000', '175916.756000', '175916.759000', '175916.762000', '175936.654000', '175936.657000', '175936.659000', '175936.662000', '175936.664000', '175936.667000', '175936.680000', '175936.683000', '175936.685000', '175936.688000', '175936.690000', '175936.693000', '175936.696000', '175936.698000', '175936.701000', '175936.703000', '175936.706000', '175936.708000', '175936.711000', '175936.714000', '175936.716000', '175936.719000', '175936.722000', '175936.724000', '175936.727000', '175936.730000', '175936.732000', '175936.735000', '175936.738000', '175936.740000', '175936.743000', '175936.745000', '175936.748000', '175936.751000', '175936.753000', '175936.756000', '175936.758000', '175936.761000', '175936.764000', '175936.766000', '175936.769000', '175936.771000', '175936.774000', '175936.777000', '175942.071000', '175942.074000', '175942.077000', '175942.079000', '175942.082000', '175942.085000', '175942.087000', '175942.090000', '175942.092000', '175942.095000', '175942.098000', '175942.100000'], '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': [10878, 9997, 16184, 10096, 10375, 10534, 8991, 12052, 10672, 9403, 14530, 11075, 9975, 15425, 9955, 13221, 10814, 10695, 14551, 10417, 9562, 14665, 10370, 9300, 11402, 10233, 10757, 10065, 9533, 16057, 11296, 9845, 9238, 7908, 11147, 7833, 8691, 8285, 8523, 8822, 8689, 11170, 9060, 15307, 9921, 15560, 14508, 11790, 15080, 13017, 11345, 17292, 10655, 11544, 17544, 10410, 10942, 16082, 9273, 11660, 10259, 8781, 15635, 9438, 11437, 10217, 8868, 11935, 10778, 8981, 12330, 9923, 10622, 9336, 8521, 12688, 9887, 9847, 10537, 10042, 10441, 9988, 10020, 10972, 10036, 9512, 11416, 10180, 8737, 12276, 9464, 11293, 11041, 9288, 12580, 10741, 10475, 15918, 10223, 13204, 10397, 10114, 12586, 10300, 9452, 15365, 10743, 11210, 15391, 10325, 14549, 10895, 9882, 15038, 10721, 10475, 17790, 10643, 13542, 14919, 9740, 14278, 11013, 9636, 14040, 10532, 10276, 13895, 10145, 11654, 10791, 9829, 12233, 11135, 9439, 12729, 10833, 10066, 13160, 10405, 10225, 9991, 9475, 12050, 10353, 9111, 11584, 10473, 10357, 10103, 9443, 12294, 10489, 9114, 11496, 10859, 10392, 9752, 7840, 8701, 8436, 9260, 8693, 8481, 11089, 8890, 13980, 9280, 14943, 11956, 14679, 10231, 13482, 11398, 16092, 14749, 17674, 15426, 14858, 14422, 10869, 16428, 14372, 12491, 19483, 11457, 13126, 15166, 9122, 14576, 9887, 8996, 17458, 9497, 11575, 10528, 8383, 13032, 9922, 10580, 9563, 8859, 11032, 8613, 8369, 9197, 8785, 9913, 8773, 10384, 15417, 14717, 12417, 18190, 10958, 9999, 16452, 10642, 11066, 12588, 9865, 14826, 10893, 10734, 15138, 10355, 13676, 10511, 9559, 16165, 10690, 10744, 18624, 10425, 13616, 10884, 10028, 13646, 11223, 10058, 14921, 10362, 12059, 10684, 9979, 13016, 9946, 9654, 13362, 11062, 11146, 9967, 10460, 13610, 10771, 10659, 18506, 10690, 14014, 15032, 10451, 15997, 8314, 9206, 8989, 8995, 9886, 9239, 8837, 13419, 9335, 11096, 13394, 11618, 11061, 11717, 10802, 10831, 9975, 14547, 9909, 12769, 9806, 16755, 18443, 14173, 17577, 10058, 12917, 18534, 15777, 15972, 10626, 11037, 12944, 9239, 8896, 8400, 9257, 10926, 9392, 8815, 8901, 9020, 11057, 9189, 9636, 8816, 8930, 9293, 8939, 9610, 8969, 9194, 13480, 9080, 9011, 14901, 8309, 8270, 8697, 9939, 8906, 8767, 13246, 8594, 8893, 18118, 9207, 15397, 15699, 12268, 17786, 9446, 11231, 18705, 9373, 14901, 14537, 8943, 15256, 8824, 10462, 19143, 8754, 12198, 8725, 8922, 10905, 8944, 8881, 11111, 8161, 9986, 8771, 7947, 13258, 9154, 8874, 8866, 13667, 9952, 15533, 9025, 8891, 9332, 9110, 9342, 16482, 9245, 11181, 16611, 10200, 13327, 11648, 10414, 14542, 9534, 9878, 9421, 13420, 18685, 14721, 16869, 9126, 10857, 19327, 11905, 13347, 15257, 8683, 15258, 9311, 11662, 8610, 8247, 8306, 8771, 11738, 8476, 8482, 17052, 8437, 10641, 8869, 8733, 15992, 7946, 11451, 8503, 8352, 13740, 8282, 10231, 9049, 8782, 16144, 8426, 9725, 15677, 8556, 14777, 8211, 9276, 13497, 8607, 10301, 8626, 8454, 13780, 8110, 9907, 13470, 8404, 12949, 8193, 8708, 17790, 8202, 10200, 8626, 8292, 11655, 8367, 9054, 17099, 8287, 10953, 8864, 7950, 15854, 8554, 9064, 8969, 8415, 9869, 9012, 8003, 13297, 8082, 12275, 8277, 8792, 8480, 10310, 10382, 10039, 12635, 10826, 13791, 9821, 11376, 11219, 10065, 16645, 12615, 11130, 16895, 13550, 14818, 9518, 10430, 19345, 13300, 16493, 18947, 13353, 16541, 9353, 10144, 14564, 8808, 9558, 10455, 8691, 11434, 8931, 9815, 8665, 8414, 10637, 8640, 9464, 8730, 8564, 11617, 8740, 8551, 14814, 8347, 10536, 8493, 8454, 15368, 8329, 12089, 8604, 8423, 15758, 8712, 10004, 8850, 8588, 14127, 8530, 9873, 12135, 8123, 14291, 8344, 8624, 15126, 8470, 10727, 9111, 8079, 18119, 8661, 13116, 8480, 8195, 14769, 8110, 10455, 11418, 9083, 9707, 8225, 11703, 12411, 19377, 9643, 12118, 15733, 9203, 15686, 9450, 8652, 13828, 9506, 12960, 8371, 8909, 8186, 8680, 10480, 8125, 13425, 13816, 10583, 14770, 9768, 10362, 17436, 9638, 14689, 12340, 14616, 11947, 14895, 9608, 9120, 13182, 11354, 15856, 13147, 16253, 12249, 12232, 10025, 10339, 9250, 10534, 9372, 9137, 12647, 18410, 13775, 15628, 12497, 11034, 9870, 8899, 8159, 7819, 12801, 8942, 10850, 8346, 8431, 10000, 8155, 11564, 8629, 8205, 9573, 10297, 8486, 8287, 8384, 16784, 13522, 18771, 11940, 11967, 7953, 10481, 8189, 10137, 8896, 8115, 16491, 8099, 11826, 8275, 10658, 8789, 8763, 8660, 8277, 10995, 7921, 12701, 8091, 13254, 13189, 9850, 18471, 10013, 15134, 9197, 9955, 18739, 8085, 13191, 8186, 10536, 8480, 9568, 8666, 9926, 16011, 8108, 15133, 8830, 10589, 18729, 8725, 15638, 8788, 9805, 18836, 10974, 16009, 8211, 10375, 8204, 8795, 16181, 8107, 13169, 8358, 9655, 19071, 12307, 15847, 8397, 10166, 8299, 8564, 15844, 8345, 14267, 9996, 11550, 8496, 8815, 16697, 8078, 12644, 8979, 9414, 16904, 14758, 10004, 10552, 8183, 9579, 9244, 12044, 12416, 14401, 16111, 15305, 13428, 15712, 11499, 13189, 9583, 12053, 8545, 8755, 10077, 14014, 11100, 9635, 17096, 9570, 14826, 9196, 9785, 8423, 8301, 13991, 7924, 10036, 14288, 7787, 13661, 7752, 9392, 8069, 9944, 8470, 10637, 8204, 12540, 9402, 11934, 12755, 8763, 14091, 8456, 10485, 16158, 8165, 12998, 7922, 10353, 8727, 9127, 8999, 9885, 15341, 9920, 14929, 12269, 11345, 17585, 10229, 13935, 16012, 9430, 16333, 9805, 13936, 8369, 9040, 8074, 9576, 8778, 10629, 8888, 14675, 18369, 13159, 15379, 9480, 10245, 14794, 8451, 12944, 8489, 12266, 8423, 8938, 8173, 8513, 15720, 8660, 14210, 10054, 10120, 18641, 9573, 15995, 9827, 11815, 8415, 8685, 15317, 8489, 12613, 8287, 9455, 18373, 11798, 16975, 12404, 17811, 9576, 8877, 8497, 8373, 11192, 10335, 14791, 11421, 11820, 9302, 11528, 9165, 13090, 9837, 10889, 17784, 9149, 14391, 13167, 9508, 15881, 8842, 10460, 14766, 10594, 15505, 8650, 12244, 8657, 12807, 10908, 9416, 16665, 8157, 9800, 9262, 8567, 11254, 8208, 10695, 8407, 8328, 10968, 8026, 10547, 8139, 7963, 9759, 7926, 10664, 8706, 8650], 'WindowCenter': [4731.0, 4696.0, 4727.0, 4676.0, 4666.0, 4655.0, 4653.0, 4673.0, 4671.0, 4660.0, 4689.0, 4670.0, 4660.0, 4686.0, 4655.0, 4678.0, 4659.0, 4669.0, 4687.0, 4656.0, 4648.0, 4674.0, 4645.0, 4637.0, 4654.0, 4657.0, 4669.0, 4648.0, 4649.0, 4696.0, 4662.0, 4659.0, 4647.0, 4641.0, 4679.0, 4631.0, 4651.0, 4664.0, 4666.0, 4689.0, 4679.0, 4710.0, 4691.0, 4740.0, 4689.0, 4728.0, 4692.0, 4671.0, 4701.0, 4678.0, 4671.0, 4711.0, 4648.0, 4658.0, 4685.0, 4634.0, 4642.0, 4668.0, 4620.0, 4652.0, 4631.0, 4613.0, 4671.0, 4622.0, 4652.0, 4631.0, 4621.0, 4640.0, 4626.0, 4621.0, 4646.0, 4633.0, 4644.0, 4622.0, 4625.0, 4663.0, 4643.0, 4646.0, 4643.0, 4645.0, 4655.0, 4638.0, 4647.0, 4666.0, 4645.0, 4646.0, 4666.0, 4657.0, 4639.0, 4676.0, 4649.0, 4666.0, 4670.0, 4662.0, 4679.0, 4671.0, 4671.0, 4707.0, 4661.0, 4691.0, 4658.0, 4670.0, 4687.0, 4658.0, 4654.0, 4697.0, 4682.0, 4681.0, 4699.0, 4661.0, 4699.0, 4669.0, 4658.0, 4698.0, 4658.0, 4669.0, 4705.0, 4657.0, 4689.0, 4685.0, 4640.0, 4682.0, 4656.0, 4646.0, 4674.0, 4644.0, 4657.0, 4674.0, 4657.0, 4666.0, 4655.0, 4647.0, 4665.0, 4648.0, 4647.0, 4673.0, 4656.0, 4645.0, 4658.0, 4656.0, 4656.0, 4645.0, 4659.0, 4677.0, 4659.0, 4650.0, 4665.0, 4668.0, 4658.0, 4656.0, 4647.0, 4678.0, 4668.0, 4650.0, 4667.0, 4680.0, 4670.0, 4655.0, 4642.0, 4665.0, 4666.0, 4674.0, 4678.0, 4692.0, 4721.0, 4702.0, 4741.0, 4704.0, 4752.0, 4722.0, 4728.0, 4698.0, 4705.0, 4712.0, 4768.0, 4760.0, 4730.0, 4721.0, 4722.0, 4693.0, 4646.0, 4661.0, 4648.0, 4641.0, 4670.0, 4628.0, 4649.0, 4648.0, 4610.0, 4659.0, 4608.0, 4599.0, 4667.0, 4609.0, 4629.0, 4617.0, 4600.0, 4649.0, 4620.0, 4631.0, 4621.0, 4624.0, 4642.0, 4615.0, 4614.0, 4648.0, 4638.0, 4661.0, 4640.0, 4673.0, 4714.0, 4690.0, 4680.0, 4698.0, 4658.0, 4648.0, 4684.0, 4646.0, 4658.0, 4666.0, 4646.0, 4686.0, 4656.0, 4658.0, 4685.0, 4657.0, 4675.0, 4645.0, 4635.0, 4683.0, 4646.0, 4655.0, 4693.0, 4646.0, 4676.0, 4642.0, 4646.0, 4672.0, 4655.0, 4645.0, 4683.0, 4646.0, 4665.0, 4654.0, 4647.0, 4675.0, 4647.0, 4649.0, 4676.0, 4668.0, 4669.0, 4648.0, 4660.0, 4688.0, 4670.0, 4660.0, 4705.0, 4659.0, 4703.0, 4711.0, 4672.0, 4711.0, 4653.0, 4661.0, 4664.0, 4664.0, 4686.0, 4675.0, 4678.0, 4718.0, 4674.0, 4698.0, 4716.0, 4707.0, 4698.0, 4708.0, 4683.0, 4684.0, 4663.0, 4713.0, 4667.0, 4683.0, 4652.0, 4704.0, 4688.0, 4667.0, 4684.0, 4624.0, 4652.0, 4670.0, 4661.0, 4658.0, 4608.0, 4619.0, 4626.0, 4596.0, 4599.0, 4587.0, 4600.0, 4618.0, 4600.0, 4600.0, 4599.0, 4612.0, 4631.0, 4613.0, 4623.0, 4614.0, 4614.0, 4621.0, 4624.0, 4624.0, 4613.0, 4624.0, 4664.0, 4614.0, 4641.0, 4685.0, 4617.0, 4617.0, 4640.0, 4650.0, 4627.0, 4628.0, 4675.0, 4628.0, 4640.0, 4706.0, 4640.0, 4701.0, 4686.0, 4667.0, 4695.0, 4636.0, 4657.0, 4693.0, 4623.0, 4674.0, 4661.0, 4614.0, 4674.0, 4614.0, 4646.0, 4694.0, 4626.0, 4653.0, 4612.0, 4613.0, 4657.0, 4627.0, 4638.0, 4655.0, 4628.0, 4647.0, 4640.0, 4631.0, 4676.0, 4650.0, 4651.0, 4667.0, 4703.0, 4675.0, 4722.0, 4666.0, 4663.0, 4664.0, 4664.0, 4677.0, 4724.0, 4652.0, 4680.0, 4706.0, 4673.0, 4690.0, 4682.0, 4672.0, 4705.0, 4667.0, 4662.0, 4640.0, 4679.0, 4685.0, 4664.0, 4673.0, 4612.0, 4645.0, 4692.0, 4644.0, 4651.0, 4647.0, 4587.0, 4657.0, 4610.0, 4629.0, 4590.0, 4589.0, 4590.0, 4613.0, 4640.0, 4591.0, 4602.0, 4670.0, 4603.0, 4632.0, 4601.0, 4602.0, 4670.0, 4589.0, 4642.0, 4600.0, 4603.0, 4661.0, 4603.0, 4633.0, 4611.0, 4611.0, 4670.0, 4603.0, 4624.0, 4671.0, 4613.0, 4672.0, 4604.0, 4623.0, 4662.0, 4612.0, 4631.0, 4602.0, 4606.0, 4662.0, 4604.0, 4635.0, 4662.0, 4615.0, 4663.0, 4604.0, 4614.0, 4693.0, 4615.0, 4635.0, 4612.0, 4615.0, 4653.0, 4615.0, 4627.0, 4683.0, 4617.0, 4656.0, 4626.0, 4616.0, 4683.0, 4628.0, 4637.0, 4624.0, 4616.0, 4635.0, 4624.0, 4630.0, 4690.0, 4631.0, 4689.0, 4641.0, 4640.0, 4678.0, 4685.0, 4682.0, 4675.0, 4707.0, 4699.0, 4717.0, 4679.0, 4698.0, 4675.0, 4664.0, 4701.0, 4670.0, 4658.0, 4674.0, 4653.0, 4663.0, 4612.0, 4634.0, 4683.0, 4653.0, 4672.0, 4668.0, 4636.0, 4654.0, 4584.0, 4607.0, 4635.0, 4585.0, 4599.0, 4605.0, 4587.0, 4616.0, 4587.0, 4604.0, 4587.0, 4590.0, 4617.0, 4600.0, 4609.0, 4587.0, 4601.0, 4629.0, 4598.0, 4601.0, 4659.0, 4602.0, 4630.0, 4601.0, 4602.0, 4670.0, 4604.0, 4652.0, 4615.0, 4614.0, 4672.0, 4613.0, 4634.0, 4612.0, 4616.0, 4673.0, 4626.0, 4647.0, 4665.0, 4616.0, 4683.0, 4627.0, 4627.0, 4673.0, 4615.0, 4646.0, 4625.0, 4617.0, 4705.0, 4626.0, 4676.0, 4627.0, 4627.0, 4674.0, 4606.0, 4646.0, 4656.0, 4637.0, 4649.0, 4641.0, 4680.0, 4680.0, 4707.0, 4636.0, 4666.0, 4672.0, 4625.0, 4685.0, 4635.0, 4626.0, 4674.0, 4647.0, 4676.0, 4630.0, 4650.0, 4643.0, 4652.0, 4682.0, 4655.0, 4716.0, 4703.0, 4684.0, 4714.0, 4662.0, 4673.0, 4723.0, 4674.0, 4711.0, 4689.0, 4699.0, 4677.0, 4698.0, 4674.0, 4664.0, 4701.0, 4681.0, 4713.0, 4690.0, 4697.0, 4661.0, 4649.0, 4617.0, 4631.0, 4622.0, 4621.0, 4598.0, 4602.0, 4629.0, 4657.0, 4638.0, 4634.0, 4603.0, 4593.0, 4582.0, 4563.0, 4550.0, 4544.0, 4614.0, 4587.0, 4605.0, 4579.0, 4577.0, 4607.0, 4579.0, 4618.0, 4577.0, 4577.0, 4611.0, 4620.0, 4603.0, 4593.0, 4604.0, 4671.0, 4652.0, 4670.0, 4632.0, 4654.0, 4595.0, 4630.0, 4592.0, 4633.0, 4600.0, 4593.0, 4670.0, 4593.0, 4655.0, 4605.0, 4646.0, 4615.0, 4614.0, 4603.0, 4606.0, 4641.0, 4605.0, 4664.0, 4605.0, 4665.0, 4662.0, 4634.0, 4683.0, 4623.0, 4671.0, 4611.0, 4621.0, 4694.0, 4606.0, 4662.0, 4603.0, 4632.0, 4612.0, 4624.0, 4615.0, 4636.0, 4681.0, 4604.0, 4674.0, 4614.0, 4645.0, 4692.0, 4614.0, 4673.0, 4602.0, 4633.0, 4694.0, 4641.0, 4672.0, 4604.0, 4634.0, 4604.0, 4616.0, 4682.0, 4618.0, 4674.0, 4615.0, 4636.0, 4694.0, 4655.0, 4683.0, 4616.0, 4643.0, 4613.0, 4616.0, 4683.0, 4616.0, 4687.0, 4636.0, 4656.0, 4615.0, 4627.0, 4683.0, 4592.0, 4663.0, 4624.0, 4635.0, 4695.0, 4687.0, 4659.0, 4669.0, 4659.0, 4649.0, 4664.0, 4701.0, 4693.0, 4701.0, 4710.0, 4699.0, 4690.0, 4710.0, 4671.0, 4676.0, 4646.0, 4654.0, 4606.0, 4604.0, 4624.0, 4652.0, 4618.0, 4587.0, 4644.0, 4585.0, 4636.0, 4584.0, 4593.0, 4574.0, 4578.0, 4636.0, 4565.0, 4584.0, 4620.0, 4543.0, 4610.0, 4556.0, 4587.0, 4578.0, 4609.0, 4591.0, 4631.0, 4590.0, 4652.0, 4611.0, 4642.0, 4638.0, 4590.0, 4637.0, 4567.0, 4619.0, 4657.0, 4604.0, 4652.0, 4593.0, 4620.0, 4602.0, 4612.0, 4614.0, 4636.0, 4672.0, 4625.0, 4676.0, 4644.0, 4643.0, 4683.0, 4624.0, 4663.0, 4670.0, 4611.0, 4669.0, 4611.0, 4661.0, 4593.0, 4600.0, 4593.0, 4622.0, 4628.0, 4648.0, 4630.0, 4689.0, 4694.0, 4654.0, 4662.0, 4608.0, 4622.0, 4659.0, 4602.0, 4652.0, 4603.0, 4642.0, 4602.0, 4612.0, 4602.0, 4615.0, 4673.0, 4604.0, 4664.0, 4622.0, 4635.0, 4692.0, 4625.0, 4671.0, 4623.0, 4642.0, 4603.0, 4614.0, 4672.0, 4605.0, 4652.0, 4601.0, 4624.0, 4681.0, 4652.0, 4682.0, 4665.0, 4706.0, 4647.0, 4638.0, 4652.0, 4641.0, 4681.0, 4659.0, 4712.0, 4669.0, 4692.0, 4653.0, 4680.0, 4640.0, 4667.0, 4639.0, 4647.0, 4672.0, 4603.0, 4651.0, 4627.0, 4585.0, 4636.0, 4575.0, 4609.0, 4635.0, 4620.0, 4647.0, 4587.0, 4626.0, 4588.0, 4638.0, 4606.0, 4585.0, 4644.0, 4566.0, 4597.0, 4584.0, 4577.0, 4617.0, 4578.0, 4606.0, 4579.0, 4588.0, 4616.0, 4579.0, 4620.0, 4579.0, 4581.0, 4609.0, 4593.0, 4632.0, 4616.0, 4628.0], 'WindowWidth': [10357.0, 10291.0, 10323.0, 10247.0, 10226.0, 10206.0, 10208.0, 10228.0, 10231.0, 10218.0, 10250.0, 10225.0, 10212.0, 10243.0, 10202.0, 10231.0, 10209.0, 10224.0, 10245.0, 10201.0, 10191.0, 10222.0, 10184.0, 10175.0, 10195.0, 10204.0, 10223.0, 10193.0, 10196.0, 10256.0, 10211.0, 10212.0, 10194.0, 10190.0, 10240.0, 10180.0, 10207.0, 10231.0, 10236.0, 10276.0, 10262.0, 10302.0, 10277.0, 10340.0, 10270.0, 10322.0, 10259.0, 10225.0, 10272.0, 10232.0, 10225.0, 10286.0, 10191.0, 10203.0, 10235.0, 10163.0, 10173.0, 10202.0, 10140.0, 10186.0, 10154.0, 10134.0, 10210.0, 10146.0, 10187.0, 10154.0, 10144.0, 10166.0, 10144.0, 10143.0, 10172.0, 10161.0, 10179.0, 10147.0, 10155.0, 10204.0, 10178.0, 10185.0, 10177.0, 10184.0, 10200.0, 10169.0, 10188.0, 10214.0, 10184.0, 10188.0, 10216.0, 10203.0, 10182.0, 10228.0, 10195.0, 10215.0, 10224.0, 10219.0, 10236.0, 10229.0, 10231.0, 10273.0, 10215.0, 10257.0, 10207.0, 10227.0, 10249.0, 10208.0, 10203.0, 10260.0, 10248.0, 10246.0, 10266.0, 10214.0, 10265.0, 10224.0, 10211.0, 10262.0, 10207.0, 10224.0, 10268.0, 10204.0, 10251.0, 10240.0, 10177.0, 10236.0, 10201.0, 10190.0, 10223.0, 10181.0, 10202.0, 10221.0, 10202.0, 10215.0, 10196.0, 10190.0, 10212.0, 10183.0, 10191.0, 10222.0, 10200.0, 10186.0, 10197.0, 10201.0, 10201.0, 10185.0, 10211.0, 10232.0, 10211.0, 10201.0, 10213.0, 10221.0, 10209.0, 10202.0, 10188.0, 10236.0, 10221.0, 10201.0, 10218.0, 10240.0, 10230.0, 10209.0, 10197.0, 10234.0, 10235.0, 10245.0, 10257.0, 10282.0, 10321.0, 10296.0, 10348.0, 10301.0, 10363.0, 10320.0, 10324.0, 10281.0, 10282.0, 10304.0, 10398.0, 10385.0, 10332.0, 10314.0, 10312.0, 10255.0, 10178.0, 10197.0, 10171.0, 10164.0, 10204.0, 10143.0, 10174.0, 10169.0, 10122.0, 10188.0, 10116.0, 10107.0, 10196.0, 10120.0, 10146.0, 10127.0, 10109.0, 10171.0, 10137.0, 10154.0, 10140.0, 10149.0, 10168.0, 10139.0, 10136.0, 10189.0, 10178.0, 10215.0, 10186.0, 10233.0, 10292.0, 10251.0, 10234.0, 10260.0, 10204.0, 10190.0, 10233.0, 10184.0, 10203.0, 10210.0, 10184.0, 10239.0, 10197.0, 10203.0, 10238.0, 10204.0, 10226.0, 10181.0, 10170.0, 10232.0, 10183.0, 10196.0, 10245.0, 10183.0, 10225.0, 10173.0, 10184.0, 10217.0, 10194.0, 10182.0, 10231.0, 10184.0, 10209.0, 10194.0, 10190.0, 10223.0, 10188.0, 10193.0, 10225.0, 10220.0, 10222.0, 10192.0, 10210.0, 10247.0, 10225.0, 10211.0, 10267.0, 10209.0, 10277.0, 10286.0, 10234.0, 10284.0, 10210.0, 10220.0, 10229.0, 10230.0, 10264.0, 10246.0, 10255.0, 10310.0, 10243.0, 10280.0, 10302.0, 10292.0, 10279.0, 10294.0, 10253.0, 10253.0, 10221.0, 10291.0, 10229.0, 10246.0, 10200.0, 10275.0, 10247.0, 10211.0, 10229.0, 10146.0, 10181.0, 10203.0, 10190.0, 10185.0, 10113.0, 10130.0, 10135.0, 10096.0, 10103.0, 10085.0, 10106.0, 10128.0, 10107.0, 10109.0, 10105.0, 10127.0, 10151.0, 10131.0, 10145.0, 10133.0, 10136.0, 10141.0, 10151.0, 10148.0, 10132.0, 10150.0, 10202.0, 10133.0, 10184.0, 10234.0, 10145.0, 10147.0, 10185.0, 10195.0, 10159.0, 10162.0, 10223.0, 10164.0, 10182.0, 10266.0, 10181.0, 10266.0, 10240.0, 10214.0, 10251.0, 10172.0, 10199.0, 10242.0, 10148.0, 10218.0, 10196.0, 10136.0, 10219.0, 10137.0, 10182.0, 10247.0, 10157.0, 10189.0, 10129.0, 10133.0, 10202.0, 10160.0, 10176.0, 10195.0, 10161.0, 10187.0, 10182.0, 10172.0, 10228.0, 10199.0, 10203.0, 10235.0, 10277.0, 10243.0, 10302.0, 10235.0, 10226.0, 10229.0, 10230.0, 10249.0, 10312.0, 10208.0, 10243.0, 10274.0, 10234.0, 10255.0, 10247.0, 10232.0, 10283.0, 10232.0, 10215.0, 10180.0, 10230.0, 10234.0, 10203.0, 10213.0, 10131.0, 10180.0, 10242.0, 10172.0, 10180.0, 10165.0, 10086.0, 10180.0, 10121.0, 10148.0, 10094.0, 10093.0, 10096.0, 10133.0, 10164.0, 10098.0, 10115.0, 10202.0, 10116.0, 10153.0, 10110.0, 10115.0, 10204.0, 10096.0, 10168.0, 10111.0, 10119.0, 10194.0, 10120.0, 10158.0, 10126.0, 10130.0, 10206.0, 10118.0, 10148.0, 10209.0, 10134.0, 10211.0, 10121.0, 10149.0, 10196.0, 10133.0, 10156.0, 10115.0, 10126.0, 10198.0, 10123.0, 10167.0, 10197.0, 10137.0, 10201.0, 10120.0, 10137.0, 10241.0, 10140.0, 10166.0, 10132.0, 10141.0, 10187.0, 10139.0, 10158.0, 10230.0, 10145.0, 10198.0, 10154.0, 10143.0, 10231.0, 10162.0, 10173.0, 10150.0, 10142.0, 10169.0, 10152.0, 10170.0, 10252.0, 10175.0, 10253.0, 10189.0, 10187.0, 10255.0, 10261.0, 10256.0, 10245.0, 10292.0, 10281.0, 10303.0, 10255.0, 10277.0, 10237.0, 10220.0, 10268.0, 10222.0, 10201.0, 10214.0, 10183.0, 10198.0, 10128.0, 10162.0, 10231.0, 10184.0, 10209.0, 10196.0, 10150.0, 10174.0, 10077.0, 10111.0, 10147.0, 10079.0, 10102.0, 10106.0, 10086.0, 10123.0, 10085.0, 10106.0, 10086.0, 10096.0, 10128.0, 10110.0, 10120.0, 10088.0, 10111.0, 10147.0, 10105.0, 10114.0, 10187.0, 10114.0, 10150.0, 10112.0, 10118.0, 10206.0, 10121.0, 10183.0, 10139.0, 10136.0, 10210.0, 10134.0, 10164.0, 10131.0, 10142.0, 10215.0, 10156.0, 10186.0, 10208.0, 10142.0, 10231.0, 10160.0, 10159.0, 10214.0, 10141.0, 10183.0, 10154.0, 10150.0, 10264.0, 10160.0, 10225.0, 10161.0, 10159.0, 10217.0, 10127.0, 10181.0, 10198.0, 10175.0, 10193.0, 10187.0, 10239.0, 10238.0, 10270.0, 10171.0, 10210.0, 10210.0, 10152.0, 10233.0, 10165.0, 10155.0, 10220.0, 10188.0, 10228.0, 10174.0, 10200.0, 10195.0, 10207.0, 10251.0, 10221.0, 10301.0, 10278.0, 10255.0, 10296.0, 10219.0, 10236.0, 10308.0, 10243.0, 10292.0, 10255.0, 10269.0, 10235.0, 10264.0, 10243.0, 10230.0, 10275.0, 10247.0, 10297.0, 10255.0, 10260.0, 10204.0, 10178.0, 10133.0, 10158.0, 10146.0, 10137.0, 10100.0, 10108.0, 10142.0, 10178.0, 10149.0, 10137.0, 10094.0, 10080.0, 10063.0, 10040.0, 10020.0, 10013.0, 10111.0, 10085.0, 10105.0, 10075.0, 10069.0, 10111.0, 10073.0, 10124.0, 10065.0, 10070.0, 10124.0, 10133.0, 10116.0, 10102.0, 10120.0, 10210.0, 10181.0, 10202.0, 10151.0, 10188.0, 10109.0, 10149.0, 10098.0, 10158.0, 10110.0, 10105.0, 10205.0, 10105.0, 10189.0, 10124.0, 10181.0, 10138.0, 10136.0, 10118.0, 10127.0, 10168.0, 10125.0, 10204.0, 10126.0, 10207.0, 10198.0, 10162.0, 10229.0, 10146.0, 10210.0, 10124.0, 10141.0, 10246.0, 10130.0, 10199.0, 10119.0, 10156.0, 10131.0, 10148.0, 10142.0, 10171.0, 10223.0, 10123.0, 10218.0, 10135.0, 10179.0, 10240.0, 10136.0, 10216.0, 10116.0, 10161.0, 10243.0, 10170.0, 10210.0, 10124.0, 10163.0, 10124.0, 10143.0, 10227.0, 10149.0, 10221.0, 10140.0, 10170.0, 10247.0, 10192.0, 10230.0, 10143.0, 10176.0, 10135.0, 10142.0, 10230.0, 10143.0, 10241.0, 10168.0, 10196.0, 10143.0, 10161.0, 10229.0, 10106.0, 10201.0, 10152.0, 10171.0, 10250.0, 10244.0, 10212.0, 10226.0, 10230.0, 10195.0, 10227.0, 10276.0, 10263.0, 10274.0, 10282.0, 10266.0, 10257.0, 10284.0, 10229.0, 10230.0, 10188.0, 10190.0, 10127.0, 10121.0, 10147.0, 10181.0, 10124.0, 10081.0, 10154.0, 10073.0, 10148.0, 10074.0, 10087.0, 10063.0, 10074.0, 10147.0, 10049.0, 10071.0, 10112.0, 10014.0, 10100.0, 10039.0, 10081.0, 10074.0, 10119.0, 10100.0, 10151.0, 10094.0, 10183.0, 10126.0, 10167.0, 10156.0, 10093.0, 10153.0, 10051.0, 10132.0, 10179.0, 10119.0, 10180.0, 10104.0, 10135.0, 10114.0, 10128.0, 10135.0, 10167.0, 10211.0, 10150.0, 10222.0, 10173.0, 10171.0, 10226.0, 10145.0, 10198.0, 10203.0, 10124.0, 10201.0, 10124.0, 10193.0, 10101.0, 10106.0, 10101.0, 10143.0, 10164.0, 10189.0, 10169.0, 10247.0, 10249.0, 10188.0, 10197.0, 10118.0, 10140.0, 10187.0, 10115.0, 10183.0, 10116.0, 10168.0, 10116.0, 10132.0, 10116.0, 10137.0, 10213.0, 10121.0, 10202.0, 10142.0, 10164.0, 10241.0, 10149.0, 10209.0, 10146.0, 10170.0, 10117.0, 10135.0, 10209.0, 10121.0, 10183.0, 10114.0, 10146.0, 10223.0, 10185.0, 10229.0, 10210.0, 10271.0, 10189.0, 10179.0, 10207.0, 10189.0, 10246.0, 10212.0, 10288.0, 10224.0, 10264.0, 10207.0, 10239.0, 10180.0, 10211.0, 10174.0, 10182.0, 10209.0, 10111.0, 10175.0, 10133.0, 10074.0, 10143.0, 10060.0, 10111.0, 10145.0, 10132.0, 10165.0, 10085.0, 10134.0, 10088.0, 10154.0, 10104.0, 10077.0, 10155.0, 10051.0, 10096.0, 10074.0, 10069.0, 10123.0, 10072.0, 10109.0, 10076.0, 10088.0, 10120.0, 10076.0, 10133.0, 10074.0, 10082.0, 10116.0, 10099.0, 10154.0, 10142.0, 10163.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.006275862068965517</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.07662867448275863</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.82429525463755</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.17870810990794</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9788486969505169</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4848</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5229.6865</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.14217544806728635</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>160</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>18.39080459770115</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4454920396458717</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3787453978317448</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6294603918542334</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.328270329251637</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0177978</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013324073515832424</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03019999898970127</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.31319982942228</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>20.4527</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.0837</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>199.1817</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>297765.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>18.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>918.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>381.2348</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9059</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>573.745</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3868.2653</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4010.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>78779.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1676.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5031.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>929.6983</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>23.57200147002004</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> |