=== 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-0130 --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-0130",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0130_ses-01_task-social_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0130_ses-01_task-social_acq-mb8_run-02_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-01_subject-0130_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-0130/figures/sub-0130_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-01_subject-0130_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-0130/figures/sub-0130_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-01_subject-0130_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-0130/figures/sub-0130_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-01_subject-0130_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-0130/figures/sub-0130_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-01_subject-0130_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-0130/figures/sub-0130_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-01_subject-0130_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-0130/figures/sub-0130_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0130_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-0130/figures/sub-0130_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0130/figures/sub-0130_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0130/ses-01/func/sub-0130_ses-01_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>3a820256b87b6528921fca16200c638f</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>21:25:46.255000</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.995098, -0.0442965, 0.0884185, 0.0544151, 0.991813, -0.115525]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.08258</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4255, -7737, -7303, 310, -195, 24, -109, 75]</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>240.42</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>f441005c-6ba0-438e-aca6-9660b2bbdc09||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.6697752475738525, 0.1459917575120926, 0.2229585498571396, 97.43636322021484], [0.11884413659572601, 2.660961627960205, -0.32337987422943115, -102.14352416992188], [0.23722034692764282, 0.3099460005760193, 2.6712758541107178, -124.54203796386719], [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': ['212546.255000', '212546.715000', '212547.175000', '212547.635000', '212548.095000', '212548.555000', '212549.015000', '212549.475000', '212549.935000', '212550.395000', '212550.855000', '212551.315000', '212551.775000', '212552.235000', '212552.695000', '212553.155000', '212553.615000', '212554.075000', '212554.535000', '212554.995000', '212555.455000', '212555.915000', '212556.375000', '212556.835000', '212557.295000', '212557.755000', '212558.215000', '212558.675000', '212559.135000', '212559.595000', '212600.055000', '212600.515000', '212600.975000', '212601.435000', '212601.895000', '212602.355000', '212602.815000', '212603.275000', '212603.735000', '212604.195000', '212604.655000', '212605.115000', '212605.575000', '212606.035000', '212606.495000', '212606.955000', '212607.415000', '212607.875000', '212608.335000', '212608.795000', '212609.255000', '212609.715000', '212610.175000', '212610.635000', '212611.095000', '212611.555000', '212612.015000', '212612.475000', '212612.935000', '212613.395000', '212613.855000', '212614.315000', '212614.775000', '212615.235000', '212615.695000', '212616.155000', '212616.615000', '212617.075000', '212617.535000', '212617.995000', '212618.455000', '212618.915000', '212619.375000', '212619.835000', '212620.295000', '212620.755000', '212621.215000', '212621.675000', '212622.135000', '212622.595000', '212623.055000', '212623.515000', '212623.975000', '212624.435000', '212624.895000', '212625.355000', '212625.815000', '212626.275000', '212626.735000', '212627.195000', '212627.655000', '212628.115000', '212628.575000', '212629.035000', '212629.495000', '212629.955000', '212630.415000', '212630.875000', '212631.335000', '212631.795000', '212632.255000', '212632.715000', '212633.175000', '212633.635000', '212634.095000', '212634.555000', '212635.015000', '212635.475000', '212635.935000', '212636.395000', '212636.855000', '212637.315000', '212637.775000', '212638.235000', '212638.695000', '212639.155000', '212639.615000', '212640.075000', '212640.535000', '212640.995000', '212641.455000', '212641.915000', '212642.375000', '212642.835000', '212643.295000', '212643.755000', '212644.215000', '212644.675000', '212645.135000', '212645.595000', '212646.055000', '212646.515000', '212646.975000', '212647.435000', '212647.895000', '212648.355000', '212648.815000', '212649.275000', '212649.735000', '212650.195000', '212650.655000', '212651.115000', '212651.575000', '212652.035000', '212652.495000', '212652.955000', '212653.415000', '212653.875000', '212654.335000', '212654.795000', '212655.255000', '212655.715000', '212656.175000', '212656.635000', '212657.095000', '212657.555000', '212658.015000', '212658.475000', '212658.935000', '212659.395000', '212659.855000', '212700.315000', '212700.775000', '212701.235000', '212701.695000', '212702.155000', '212702.615000', '212703.075000', '212703.535000', '212703.995000', '212704.455000', '212704.915000', '212705.375000', '212705.835000', '212706.295000', '212706.755000', '212707.215000', '212707.675000', '212708.135000', '212708.595000', '212709.055000', '212709.515000', '212709.975000', '212710.435000', '212710.895000', '212711.355000', '212711.815000', '212712.275000', '212712.735000', '212713.195000', '212713.655000', '212714.115000', '212714.575000', '212715.035000', '212715.495000', '212715.955000', '212716.415000', '212716.875000', '212717.335000', '212717.795000', '212718.255000', '212718.715000', '212719.175000', '212719.635000', '212720.095000', '212720.555000', '212721.015000', '212721.475000', '212721.935000', '212722.395000', '212722.855000', '212723.315000', '212723.775000', '212724.235000', '212724.695000', '212725.155000', '212725.615000', '212726.075000', '212726.535000', '212726.995000', '212727.455000', '212727.915000', '212728.375000', '212728.835000', '212729.295000', '212729.755000', '212730.215000', '212730.675000', '212731.135000', '212731.595000', '212732.055000', '212732.515000', '212732.975000', '212733.435000', '212733.895000', '212734.355000', '212734.815000', '212735.275000', '212735.735000', '212736.195000', '212736.655000', '212737.115000', '212737.575000', '212738.035000', '212738.495000', '212738.955000', '212739.415000', '212739.875000', '212740.335000', '212740.795000', '212741.255000', '212741.715000', '212742.175000', '212742.635000', '212743.095000', '212743.555000', '212744.015000', '212744.475000', '212744.935000', '212745.395000', '212745.855000', '212746.315000', '212746.775000', '212747.235000', '212747.695000', '212748.155000', '212748.615000', '212749.075000', '212749.535000', '212749.995000', '212750.455000', '212750.915000', '212751.375000', '212751.835000', '212752.295000', '212752.755000', '212753.215000', '212753.675000', '212754.135000', '212754.595000', '212755.055000', '212755.515000', '212755.975000', '212756.435000', '212756.895000', '212757.355000', '212757.815000', '212758.275000', '212758.735000', '212759.195000', '212759.655000', '212800.115000', '212800.575000', '212801.035000', '212801.495000', '212801.955000', '212802.415000', '212802.875000', '212803.335000', '212803.795000', '212804.255000', '212804.715000', '212805.175000', '212805.635000', '212806.095000', '212806.555000', '212807.015000', '212807.475000', '212807.935000', '212808.395000', '212808.855000', '212809.315000', '212809.775000', '212810.235000', '212810.695000', '212811.155000', '212811.615000', '212812.075000', '212812.535000', '212812.995000', '212813.455000', '212813.915000', '212814.375000', '212814.835000', '212815.295000', '212815.755000', '212816.215000', '212816.675000', '212817.135000', '212817.595000', '212818.055000', '212818.515000', '212818.975000', '212819.435000', '212819.895000', '212820.355000', '212820.815000', '212821.275000', '212821.735000', '212822.195000', '212822.655000', '212823.115000', '212823.575000', '212824.035000', '212824.495000', '212824.955000', '212825.415000', '212825.875000', '212826.335000', '212826.795000', '212827.255000', '212827.715000', '212828.175000', '212828.635000', '212829.095000', '212829.555000', '212830.015000', '212830.475000', '212830.935000', '212831.395000', '212831.855000', '212832.315000', '212832.775000', '212833.235000', '212833.695000', '212834.155000', '212834.615000', '212835.075000', '212835.535000', '212835.995000', '212836.455000', '212836.915000', '212837.375000', '212837.835000', '212838.295000', '212838.755000', '212839.215000', '212839.675000', '212840.135000', '212840.595000', '212841.055000', '212841.515000', '212841.975000', '212842.435000', '212842.895000', '212843.355000', '212843.815000', '212844.275000', '212844.735000', '212845.195000', '212845.655000', '212846.115000', '212846.575000', '212847.035000', '212847.495000', '212847.955000', '212848.415000', '212848.875000', '212849.335000', '212849.795000', '212850.255000', '212850.715000', '212851.175000', '212851.635000', '212852.095000', '212852.555000', '212853.015000', '212853.475000', '212853.935000', '212854.395000', '212854.855000', '212855.315000', '212855.775000', '212856.235000', '212856.695000', '212857.155000', '212857.615000', '212858.075000', '212858.535000', '212858.995000', '212859.455000', '212859.915000', '212900.375000', '212900.835000', '212901.295000', '212901.755000', '212902.215000', '212902.675000', '212903.135000', '212903.595000', '212904.055000', '212904.515000', '212904.975000', '212905.435000', '212905.895000', '212906.355000', '212906.815000', '212907.275000', '212907.735000', '212908.195000', '212908.655000', '212909.115000', '212909.575000', '212910.035000', '212910.495000', '212910.955000', '212911.415000', '212911.875000', '212912.335000', '212912.795000', '212913.255000', '212913.715000', '212914.175000', '212914.635000', '212915.095000', '212915.555000', '212916.015000', '212916.475000', '212916.935000', '212917.395000', '212917.855000', '212918.315000', '212918.775000', '212919.235000', '212919.695000', '212920.155000', '212920.615000', '212921.075000', '212921.535000', '212921.995000', '212922.455000', '212922.915000', '212923.375000', '212923.835000', '212924.295000', '212924.755000', '212925.215000', '212925.675000', '212926.135000', '212926.595000', '212927.055000', '212927.515000', '212927.975000', '212928.435000', '212928.895000', '212929.355000', '212929.815000', '212930.275000', '212930.735000', '212931.195000', '212931.655000', '212932.115000', '212932.575000', '212933.035000', '212933.495000', '212933.955000', '212934.415000', '212934.875000', '212935.335000', '212935.795000', '212936.255000', '212936.715000', '212937.175000', '212937.635000', '212938.095000', '212938.555000', '212939.015000', '212939.475000', '212939.935000', '212940.395000', '212940.855000', '212941.315000', '212941.775000', '212942.235000', '212942.695000', '212943.155000', '212943.615000', '212944.075000', '212944.535000', '212944.995000', '212945.455000', '212945.915000', '212946.375000', '212946.835000', '212947.295000', '212947.755000', '212948.215000', '212948.675000', '212949.135000', '212949.595000', '212950.055000', '212950.515000', '212950.975000', '212951.435000', '212951.895000', '212952.355000', '212952.815000', '212953.275000', '212953.735000', '212954.195000', '212954.655000', '212955.115000', '212955.575000', '212956.035000', '212956.495000', '212956.955000', '212957.415000', '212957.875000', '212958.335000', '212958.795000', '212959.255000', '212959.715000', '213000.175000', '213000.635000', '213001.095000', '213001.555000', '213002.015000', '213002.475000', '213002.935000', '213003.395000', '213003.855000', '213004.315000', '213004.775000', '213005.235000', '213005.695000', '213006.155000', '213006.615000', '213007.075000', '213007.535000', '213007.995000', '213008.455000', '213008.915000', '213009.375000', '213009.835000', '213010.295000', '213010.755000', '213011.215000', '213011.675000', '213012.135000', '213012.595000', '213013.055000', '213013.515000', '213013.975000', '213014.435000', '213014.895000', '213015.355000', '213015.815000', '213016.275000', '213016.735000', '213017.195000', '213017.655000', '213018.115000', '213018.575000', '213019.035000', '213019.495000', '213019.955000', '213020.415000', '213020.875000', '213021.335000', '213021.795000', '213022.255000', '213022.715000', '213023.175000', '213023.635000', '213024.095000', '213024.555000', '213025.015000', '213025.475000', '213025.935000', '213026.395000', '213026.855000', '213027.315000', '213027.775000', '213028.235000', '213028.695000', '213029.155000', '213029.615000', '213030.075000', '213030.535000', '213030.995000', '213031.455000', '213031.915000', '213032.375000', '213032.835000', '213033.295000', '213033.755000', '213034.215000', '213034.675000', '213035.135000', '213035.595000', '213036.055000', '213036.515000', '213036.975000', '213037.435000', '213037.895000', '213038.355000', '213038.815000', '213039.275000', '213039.735000', '213040.195000', '213040.655000', '213041.115000', '213041.575000', '213042.035000', '213042.495000', '213042.955000', '213043.415000', '213043.875000', '213044.335000', '213044.795000', '213045.255000', '213045.715000', '213046.175000', '213046.635000', '213047.095000', '213047.555000', '213048.015000', '213048.475000', '213048.935000', '213049.395000', '213049.855000', '213050.315000', '213050.775000', '213051.235000', '213051.695000', '213052.155000', '213052.615000', '213053.075000', '213053.535000', '213053.995000', '213054.455000', '213054.915000', '213055.375000', '213055.835000', '213056.295000', '213056.755000', '213057.215000', '213057.675000', '213058.135000', '213058.595000', '213059.055000', '213059.515000', '213059.975000', '213100.435000', '213100.895000', '213101.355000', '213101.815000', '213102.275000', '213102.735000', '213103.195000', '213103.655000', '213104.115000', '213104.575000', '213105.035000', '213105.495000', '213105.955000', '213106.415000', '213106.875000', '213107.335000', '213107.795000', '213108.255000', '213108.715000', '213109.175000', '213109.635000', '213110.095000', '213110.555000', '213111.015000', '213111.475000', '213111.935000', '213112.395000', '213112.855000', '213113.315000', '213113.775000', '213114.235000', '213114.695000', '213115.155000', '213115.615000', '213116.075000', '213116.535000', '213116.995000', '213117.455000', '213117.915000', '213118.375000', '213118.835000', '213119.295000', '213119.755000', '213120.215000', '213120.675000', '213121.135000', '213121.595000', '213122.055000', '213122.515000', '213122.975000', '213123.435000', '213123.895000', '213124.355000', '213124.815000', '213125.275000', '213125.735000', '213126.195000', '213126.655000', '213127.115000', '213127.575000', '213128.035000', '213128.495000', '213128.955000', '213129.415000', '213129.875000', '213130.335000', '213130.795000', '213131.255000', '213131.715000', '213132.175000', '213132.635000', '213133.095000', '213133.555000', '213134.015000', '213134.475000', '213134.935000', '213135.395000', '213135.855000', '213136.315000', '213136.775000', '213137.235000', '213137.695000', '213138.155000', '213138.615000', '213139.075000', '213139.535000', '213139.995000', '213140.455000', '213140.915000', '213141.375000', '213141.835000', '213142.295000', '213142.755000', '213143.215000', '213143.675000', '213144.135000', '213144.595000', '213145.055000', '213145.515000', '213145.975000', '213146.435000', '213146.895000', '213147.355000', '213147.815000', '213148.275000', '213148.735000', '213149.195000', '213149.655000', '213150.115000', '213150.575000', '213151.035000', '213151.495000', '213151.955000', '213152.415000', '213152.875000', '213153.335000', '213153.795000', '213154.255000', '213154.715000', '213155.175000', '213155.635000', '213156.095000', '213156.555000', '213157.015000', '213157.475000', '213157.935000', '213158.395000', '213158.855000', '213159.315000', '213159.775000', '213200.235000', '213200.695000', '213201.155000', '213201.615000', '213202.075000', '213202.535000', '213202.995000', '213203.455000', '213203.915000', '213204.375000', '213204.835000', '213205.295000', '213205.755000', '213206.215000', '213206.675000', '213207.135000', '213207.595000', '213208.055000', '213208.515000', '213208.975000', '213209.435000', '213209.895000', '213210.355000', '213210.815000', '213211.275000', '213211.735000', '213212.195000', '213212.655000', '213213.115000', '213213.575000', '213214.035000', '213214.495000', '213214.955000', '213215.415000', '213215.875000', '213216.335000', '213216.795000', '213217.255000', '213217.715000', '213218.175000', '213218.635000', '213219.095000', '213219.555000', '213220.015000', '213220.475000', '213220.935000', '213221.395000', '213221.855000', '213222.315000', '213222.775000', '213223.235000', '213223.695000', '213224.155000', '213224.615000', '213225.075000', '213225.535000', '213225.995000', '213226.455000', '213226.915000'], 'ContentTime': ['212602.761000', '212602.764000', '212602.767000', '212602.770000', '212602.772000', '212602.775000', '212602.778000', '212602.780000', '212602.783000', '212602.785000', '212602.788000', '212602.800000', '212602.802000', '212602.807000', '212602.809000', '212602.812000', '212602.815000', '212602.817000', '212602.820000', '212602.822000', '212602.825000', '212602.828000', '212602.830000', '212602.833000', '212602.835000', '212602.838000', '212602.840000', '212602.843000', '212602.846000', '212602.848000', '212602.851000', '212602.853000', '212602.856000', '212602.858000', '212622.708000', '212622.716000', '212622.719000', '212622.721000', '212622.724000', '212622.727000', '212622.729000', '212622.732000', '212622.734000', '212622.737000', '212622.739000', '212622.742000', '212622.744000', '212622.747000', '212622.749000', '212622.752000', '212622.755000', '212622.757000', '212622.760000', '212622.762000', '212622.765000', '212622.781000', '212622.784000', '212622.786000', '212622.789000', '212622.791000', '212622.794000', '212622.796000', '212622.799000', '212622.801000', '212622.804000', '212622.806000', '212622.809000', '212622.811000', '212622.814000', '212622.817000', '212622.819000', '212622.822000', '212622.824000', '212622.827000', '212622.829000', '212622.832000', '212622.834000', '212622.837000', '212642.707000', '212642.710000', '212642.713000', '212642.715000', '212642.718000', '212642.720000', '212642.723000', '212642.726000', '212642.728000', '212642.731000', '212642.733000', '212642.736000', '212642.738000', '212642.741000', '212642.743000', '212642.746000', '212642.748000', '212642.751000', '212642.758000', '212642.760000', '212642.763000', '212642.766000', '212642.768000', '212642.771000', '212642.773000', '212642.776000', '212642.778000', '212642.781000', '212642.783000', '212642.786000', '212642.789000', '212642.791000', '212642.794000', '212642.796000', '212642.799000', '212642.801000', '212642.804000', '212642.807000', '212642.809000', '212642.812000', '212642.814000', '212642.817000', '212642.819000', '212702.708000', '212702.711000', '212702.714000', '212702.716000', '212702.719000', '212702.722000', '212702.724000', '212702.727000', '212702.729000', '212702.732000', '212702.734000', '212702.737000', '212702.739000', '212702.742000', '212702.745000', '212702.747000', '212702.750000', '212702.752000', '212702.755000', '212702.757000', '212702.760000', '212702.763000', '212702.765000', '212702.768000', '212702.770000', '212702.773000', '212702.776000', '212702.778000', '212702.781000', '212702.784000', '212702.786000', '212702.789000', '212702.792000', '212702.794000', '212702.797000', '212702.799000', '212702.802000', '212702.804000', '212702.807000', '212702.810000', '212702.812000', '212702.815000', '212702.817000', '212702.820000', '212722.708000', '212722.711000', '212722.714000', '212722.716000', '212722.719000', '212722.722000', '212722.724000', '212722.727000', '212722.729000', '212722.732000', '212722.734000', '212722.737000', '212722.739000', '212722.742000', '212722.745000', '212722.747000', '212722.750000', '212722.752000', '212722.755000', '212722.757000', '212722.760000', '212722.763000', '212722.765000', '212722.768000', '212722.770000', '212722.773000', '212722.775000', '212722.778000', '212722.780000', '212722.783000', '212722.786000', '212722.788000', '212722.791000', '212722.793000', '212722.796000', '212722.799000', '212722.801000', '212722.804000', '212722.806000', '212722.809000', '212722.812000', '212722.814000', '212722.817000', '212742.708000', '212742.711000', '212742.714000', '212742.716000', '212742.719000', '212742.722000', '212742.724000', '212742.727000', '212742.729000', '212742.732000', '212742.735000', '212742.737000', '212742.740000', '212742.742000', '212742.745000', '212742.747000', '212742.750000', '212742.753000', '212742.755000', '212742.758000', '212742.760000', '212742.763000', '212742.765000', '212742.768000', '212742.770000', '212742.773000', '212742.776000', '212742.778000', '212742.781000', '212742.783000', '212742.786000', '212742.788000', '212742.791000', '212742.794000', '212742.796000', '212742.799000', '212742.801000', '212742.804000', '212742.806000', '212742.809000', '212742.812000', '212742.814000', '212742.817000', '212742.819000', '212802.709000', '212802.711000', '212802.714000', '212802.717000', '212802.719000', '212802.722000', '212802.724000', '212802.727000', '212802.729000', '212802.732000', '212802.735000', '212802.737000', '212802.740000', '212802.742000', '212802.745000', '212802.747000', '212802.767000', '212802.769000', '212802.772000', '212802.774000', '212802.777000', '212802.780000', '212802.782000', '212802.785000', '212802.787000', '212802.790000', '212802.793000', '212802.795000', '212802.798000', '212802.800000', '212802.803000', '212802.805000', '212802.808000', '212802.811000', '212802.813000', '212802.816000', '212802.818000', '212802.821000', '212802.823000', '212802.826000', '212802.829000', '212802.831000', '212802.834000', '212822.708000', '212822.711000', '212822.714000', '212822.716000', '212822.719000', '212822.721000', '212822.724000', '212822.727000', '212822.729000', '212822.732000', '212822.734000', '212822.737000', '212822.739000', '212822.742000', '212822.745000', '212822.747000', '212822.750000', '212822.752000', '212822.755000', '212822.757000', '212822.760000', '212822.763000', '212822.765000', '212822.768000', '212822.770000', '212822.773000', '212822.776000', '212822.778000', '212822.781000', '212822.783000', '212822.786000', '212822.789000', '212822.791000', '212822.794000', '212822.796000', '212822.799000', '212822.801000', '212822.804000', '212822.807000', '212822.809000', '212822.812000', '212822.814000', '212822.817000', '212842.708000', '212842.711000', '212842.714000', '212842.716000', '212842.719000', '212842.722000', '212842.724000', '212842.727000', '212842.729000', '212842.732000', '212842.735000', '212842.737000', '212842.740000', '212842.742000', '212842.745000', '212842.747000', '212842.750000', '212842.753000', '212842.755000', '212842.758000', '212842.760000', '212842.763000', '212842.765000', '212842.768000', '212842.770000', '212842.773000', '212842.776000', '212842.778000', '212842.781000', '212842.783000', '212842.786000', '212842.789000', '212842.791000', '212842.794000', '212842.796000', '212842.799000', '212842.801000', '212842.804000', '212842.807000', '212842.809000', '212842.812000', '212842.814000', '212842.817000', '212842.820000', '212902.707000', '212902.710000', '212902.713000', '212902.715000', '212902.718000', '212902.721000', '212902.723000', '212902.726000', '212902.728000', '212902.731000', '212902.734000', '212902.736000', '212902.739000', '212902.741000', '212902.744000', '212902.747000', '212902.749000', '212902.752000', '212902.754000', '212902.757000', '212902.760000', '212902.762000', '212902.765000', '212902.768000', '212902.770000', '212902.773000', '212902.775000', '212902.778000', '212902.780000', '212902.783000', '212902.786000', '212902.788000', '212902.791000', '212902.793000', '212902.796000', '212902.798000', '212902.801000', '212902.804000', '212902.806000', '212902.809000', '212902.811000', '212902.814000', '212902.816000', '212902.819000', '212922.708000', '212922.711000', '212922.714000', '212922.716000', '212922.719000', '212922.722000', '212922.724000', '212922.727000', '212922.729000', '212922.732000', '212922.735000', '212922.737000', '212922.740000', '212922.742000', '212922.745000', '212922.748000', '212922.750000', '212922.753000', '212922.755000', '212922.758000', '212922.761000', '212922.763000', '212922.766000', '212922.768000', '212922.771000', '212922.774000', '212922.776000', '212922.779000', '212922.782000', '212922.784000', '212922.787000', '212922.789000', '212922.792000', '212922.795000', '212922.797000', '212922.800000', '212922.802000', '212922.805000', '212922.808000', '212922.810000', '212922.813000', '212922.815000', '212922.818000', '212942.708000', '212942.711000', '212942.714000', '212942.716000', '212942.719000', '212942.722000', '212942.724000', '212942.727000', '212942.729000', '212942.732000', '212942.734000', '212942.737000', '212942.740000', '212942.742000', '212942.745000', '212942.747000', '212942.750000', '212942.753000', '212942.755000', '212942.758000', '212942.760000', '212942.763000', '212942.766000', '212942.768000', '212942.771000', '212942.774000', '212942.777000', '212942.779000', '212942.782000', '212942.785000', '212942.787000', '212942.790000', '212942.792000', '212942.795000', '212942.798000', '212942.800000', '212942.803000', '212942.805000', '212942.808000', '212942.811000', '212942.813000', '212942.816000', '212942.819000', '213002.709000', '213002.711000', '213002.714000', '213002.717000', '213002.719000', '213002.722000', '213002.724000', '213002.727000', '213002.729000', '213002.732000', '213002.735000', '213002.737000', '213002.740000', '213002.742000', '213002.745000', '213002.748000', '213002.750000', '213002.753000', '213002.755000', '213002.758000', '213002.761000', '213002.763000', '213002.766000', '213002.768000', '213002.771000', '213002.773000', '213002.776000', '213002.779000', '213002.781000', '213002.784000', '213002.786000', '213002.789000', '213002.792000', '213002.794000', '213002.797000', '213002.799000', '213002.802000', '213002.804000', '213002.807000', '213002.810000', '213002.812000', '213002.815000', '213002.817000', '213002.820000', '213022.709000', '213022.711000', '213022.714000', '213022.717000', '213022.719000', '213022.722000', '213022.724000', '213022.727000', '213022.729000', '213022.732000', '213022.735000', '213022.738000', '213022.741000', '213022.745000', '213022.748000', '213022.751000', '213022.753000', '213022.756000', '213022.759000', '213022.761000', '213022.764000', '213022.767000', '213022.769000', '213022.772000', '213022.774000', '213022.777000', '213022.780000', '213022.782000', '213022.785000', '213022.787000', '213022.790000', '213022.793000', '213022.795000', '213022.798000', '213022.801000', '213022.803000', '213022.806000', '213022.808000', '213022.811000', '213022.814000', '213022.816000', '213022.819000', '213022.821000', '213042.708000', '213042.711000', '213042.714000', '213042.716000', '213042.719000', '213042.722000', '213042.724000', '213042.727000', '213042.729000', '213042.732000', '213042.734000', '213042.737000', '213042.740000', '213042.742000', '213042.745000', '213042.747000', '213042.750000', '213042.752000', '213042.755000', '213042.758000', '213042.760000', '213042.763000', '213042.765000', '213042.768000', '213042.770000', '213042.773000', '213042.776000', '213042.778000', '213042.781000', '213042.783000', '213042.786000', '213042.788000', '213042.791000', '213042.794000', '213042.796000', '213042.799000', '213042.801000', '213042.804000', '213042.806000', '213042.809000', '213042.812000', '213042.814000', '213042.817000', '213042.819000', '213102.709000', '213102.711000', '213102.714000', '213102.717000', '213102.719000', '213102.722000', '213102.724000', '213102.727000', '213102.729000', '213102.732000', '213102.735000', '213102.737000', '213102.740000', '213102.742000', '213102.745000', '213102.748000', '213102.751000', '213102.753000', '213102.761000', '213102.764000', '213102.767000', '213102.770000', '213102.773000', '213102.786000', '213102.788000', '213102.791000', '213102.794000', '213102.796000', '213102.799000', '213102.801000', '213102.804000', '213102.807000', '213102.809000', '213102.812000', '213102.814000', '213102.817000', '213102.820000', '213102.822000', '213102.825000', '213102.827000', '213102.830000', '213102.833000', '213102.835000', '213122.707000', '213122.710000', '213122.713000', '213122.715000', '213122.729000', '213122.732000', '213122.734000', '213122.737000', '213122.740000', '213122.742000', '213122.745000', '213122.747000', '213122.750000', '213122.752000', '213122.755000', '213122.758000', '213122.760000', '213122.763000', '213122.765000', '213122.768000', '213122.770000', '213122.773000', '213122.776000', '213122.778000', '213122.781000', '213122.783000', '213122.786000', '213122.789000', '213122.791000', '213122.794000', '213122.796000', '213122.799000', '213122.801000', '213122.804000', '213122.807000', '213122.809000', '213122.812000', '213122.814000', '213122.817000', '213122.819000', '213122.822000', '213122.825000', '213122.827000', '213122.830000', '213142.709000', '213142.712000', '213142.714000', '213142.717000', '213142.719000', '213142.722000', '213142.725000', '213142.727000', '213142.730000', '213142.732000', '213142.735000', '213142.738000', '213142.740000', '213142.743000', '213142.745000', '213142.748000', '213142.751000', '213142.753000', '213142.756000', '213142.758000', '213142.761000', '213142.764000', '213142.766000', '213142.769000', '213142.771000', '213142.774000', '213142.777000', '213142.779000', '213142.784000', '213142.786000', '213142.789000', '213142.792000', '213142.794000', '213142.797000', '213142.800000', '213142.802000', '213142.805000', '213142.807000', '213142.810000', '213142.813000', '213142.815000', '213142.818000', '213142.820000', '213202.710000', '213202.713000', '213202.715000', '213202.718000', '213202.720000', '213202.723000', '213202.726000', '213202.728000', '213202.731000', '213202.733000', '213202.736000', '213202.738000', '213202.741000', '213202.744000', '213202.746000', '213202.749000', '213202.751000', '213202.754000', '213202.757000', '213202.759000', '213202.762000', '213202.769000', '213202.772000', '213202.775000', '213202.777000', '213202.780000', '213202.782000', '213202.785000', '213202.787000', '213202.790000', '213202.793000', '213202.795000', '213202.798000', '213202.800000', '213202.803000', '213202.805000', '213202.808000', '213202.811000', '213202.813000', '213202.816000', '213202.818000', '213202.821000', '213202.823000', '213202.826000', '213222.709000', '213222.712000', '213222.715000', '213222.718000', '213222.720000', '213222.723000', '213222.725000', '213222.728000', '213222.731000', '213222.733000', '213222.736000', '213222.738000', '213222.741000', '213222.743000', '213222.746000', '213222.749000', '213222.751000', '213222.754000', '213222.756000', '213222.759000', '213222.761000', '213222.764000', '213222.767000', '213222.769000', '213222.772000', '213222.774000', '213222.777000', '213222.780000', '213222.782000', '213222.785000', '213222.787000', '213222.790000', '213222.792000', '213222.795000', '213222.812000', '213222.815000', '213222.817000', '213222.820000', '213222.823000', '213222.825000', '213222.828000', '213222.830000', '213222.833000', '213227.829000', '213227.833000', '213227.836000', '213227.838000', '213227.841000', '213227.844000', '213227.847000', '213227.849000', '213227.852000', '213227.855000', '213227.857000', '213227.861000'], 'InstanceCreationTime': ['212602.761000', '212602.764000', '212602.767000', '212602.770000', '212602.772000', '212602.775000', '212602.778000', '212602.780000', '212602.783000', '212602.785000', '212602.788000', '212602.800000', '212602.802000', '212602.807000', '212602.809000', '212602.812000', '212602.815000', '212602.817000', '212602.820000', '212602.822000', '212602.825000', '212602.828000', '212602.830000', '212602.833000', '212602.835000', '212602.838000', '212602.840000', '212602.843000', '212602.846000', '212602.848000', '212602.851000', '212602.853000', '212602.856000', '212602.858000', '212622.708000', '212622.716000', '212622.719000', '212622.721000', '212622.724000', '212622.727000', '212622.729000', '212622.732000', '212622.734000', '212622.737000', '212622.739000', '212622.742000', '212622.744000', '212622.747000', '212622.749000', '212622.752000', '212622.755000', '212622.757000', '212622.760000', '212622.762000', '212622.765000', '212622.781000', '212622.784000', '212622.786000', '212622.789000', '212622.791000', '212622.794000', '212622.796000', '212622.799000', '212622.801000', '212622.804000', '212622.806000', '212622.809000', '212622.811000', '212622.814000', '212622.817000', '212622.819000', '212622.822000', '212622.824000', '212622.827000', '212622.829000', '212622.832000', '212622.834000', '212622.837000', '212642.707000', '212642.710000', '212642.713000', '212642.715000', '212642.718000', '212642.720000', '212642.723000', '212642.726000', '212642.728000', '212642.731000', '212642.733000', '212642.736000', '212642.738000', '212642.741000', '212642.743000', '212642.746000', '212642.748000', '212642.751000', '212642.758000', '212642.760000', '212642.763000', '212642.766000', '212642.768000', '212642.771000', '212642.773000', '212642.776000', '212642.778000', '212642.781000', '212642.783000', '212642.786000', '212642.789000', '212642.791000', '212642.794000', '212642.796000', '212642.799000', '212642.801000', '212642.804000', '212642.807000', '212642.809000', '212642.812000', '212642.814000', '212642.817000', '212642.819000', '212702.708000', '212702.711000', '212702.714000', '212702.716000', '212702.719000', '212702.722000', '212702.724000', '212702.727000', '212702.729000', '212702.732000', '212702.734000', '212702.737000', '212702.739000', '212702.742000', '212702.745000', '212702.747000', '212702.750000', '212702.752000', '212702.755000', '212702.757000', '212702.760000', '212702.763000', '212702.765000', '212702.768000', '212702.770000', '212702.773000', '212702.776000', '212702.778000', '212702.781000', '212702.784000', '212702.786000', '212702.789000', '212702.792000', '212702.794000', '212702.797000', '212702.799000', '212702.802000', '212702.804000', '212702.807000', '212702.810000', '212702.812000', '212702.815000', '212702.817000', '212702.820000', '212722.708000', '212722.711000', '212722.714000', '212722.716000', '212722.719000', '212722.722000', '212722.724000', '212722.727000', '212722.729000', '212722.732000', '212722.734000', '212722.737000', '212722.739000', '212722.742000', '212722.745000', '212722.747000', '212722.750000', '212722.752000', '212722.755000', '212722.757000', '212722.760000', '212722.763000', '212722.765000', '212722.768000', '212722.770000', '212722.773000', '212722.775000', '212722.778000', '212722.780000', '212722.783000', '212722.786000', '212722.788000', '212722.791000', '212722.793000', '212722.796000', '212722.799000', '212722.801000', '212722.804000', '212722.806000', '212722.809000', '212722.812000', '212722.814000', '212722.817000', '212742.708000', '212742.711000', '212742.714000', '212742.716000', '212742.719000', '212742.722000', '212742.724000', '212742.727000', '212742.729000', '212742.732000', '212742.735000', '212742.737000', '212742.740000', '212742.742000', '212742.745000', '212742.747000', '212742.750000', '212742.753000', '212742.755000', '212742.758000', '212742.760000', '212742.763000', '212742.765000', '212742.768000', '212742.770000', '212742.773000', '212742.776000', '212742.778000', '212742.781000', '212742.783000', '212742.786000', '212742.788000', '212742.791000', '212742.794000', '212742.796000', '212742.799000', '212742.801000', '212742.804000', '212742.806000', '212742.809000', '212742.812000', '212742.814000', '212742.817000', '212742.819000', '212802.709000', '212802.711000', '212802.714000', '212802.717000', '212802.719000', '212802.722000', '212802.724000', '212802.727000', '212802.729000', '212802.732000', '212802.735000', '212802.737000', '212802.740000', '212802.742000', '212802.745000', '212802.747000', '212802.767000', '212802.769000', '212802.772000', '212802.774000', '212802.777000', '212802.780000', '212802.782000', '212802.785000', '212802.787000', '212802.790000', '212802.793000', '212802.795000', '212802.798000', '212802.800000', '212802.803000', '212802.805000', '212802.808000', '212802.811000', '212802.813000', '212802.816000', '212802.818000', '212802.821000', '212802.823000', '212802.826000', '212802.829000', '212802.831000', '212802.834000', '212822.708000', '212822.711000', '212822.714000', '212822.716000', '212822.719000', '212822.721000', '212822.724000', '212822.727000', '212822.729000', '212822.732000', '212822.734000', '212822.737000', '212822.739000', '212822.742000', '212822.745000', '212822.747000', '212822.750000', '212822.752000', '212822.755000', '212822.757000', '212822.760000', '212822.763000', '212822.765000', '212822.768000', '212822.770000', '212822.773000', '212822.776000', '212822.778000', '212822.781000', '212822.783000', '212822.786000', '212822.789000', '212822.791000', '212822.794000', '212822.796000', '212822.799000', '212822.801000', '212822.804000', '212822.807000', '212822.809000', '212822.812000', '212822.814000', '212822.817000', '212842.708000', '212842.711000', '212842.714000', '212842.716000', '212842.719000', '212842.722000', '212842.724000', '212842.727000', '212842.729000', '212842.732000', '212842.735000', '212842.737000', '212842.740000', '212842.742000', '212842.745000', '212842.747000', '212842.750000', '212842.753000', '212842.755000', '212842.758000', '212842.760000', '212842.763000', '212842.765000', '212842.768000', '212842.770000', '212842.773000', '212842.776000', '212842.778000', '212842.781000', '212842.783000', '212842.786000', '212842.789000', '212842.791000', '212842.794000', '212842.796000', '212842.799000', '212842.801000', '212842.804000', '212842.807000', '212842.809000', '212842.812000', '212842.814000', '212842.817000', '212842.820000', '212902.707000', '212902.710000', '212902.713000', '212902.715000', '212902.718000', '212902.721000', '212902.723000', '212902.726000', '212902.728000', '212902.731000', '212902.734000', '212902.736000', '212902.739000', '212902.741000', '212902.744000', '212902.747000', '212902.749000', '212902.752000', '212902.754000', '212902.757000', '212902.760000', '212902.762000', '212902.765000', '212902.768000', '212902.770000', '212902.773000', '212902.775000', '212902.778000', '212902.780000', '212902.783000', '212902.786000', '212902.788000', '212902.791000', '212902.793000', '212902.796000', '212902.798000', '212902.801000', '212902.804000', '212902.806000', '212902.809000', '212902.811000', '212902.814000', '212902.816000', '212902.819000', '212922.708000', '212922.711000', '212922.714000', '212922.716000', '212922.719000', '212922.722000', '212922.724000', '212922.727000', '212922.729000', '212922.732000', '212922.735000', '212922.737000', '212922.740000', '212922.742000', '212922.745000', '212922.748000', '212922.750000', '212922.753000', '212922.755000', '212922.758000', '212922.761000', '212922.763000', '212922.766000', '212922.768000', '212922.771000', '212922.774000', '212922.776000', '212922.779000', '212922.782000', '212922.784000', '212922.787000', '212922.789000', '212922.792000', '212922.795000', '212922.797000', '212922.800000', '212922.802000', '212922.805000', '212922.808000', '212922.810000', '212922.813000', '212922.815000', '212922.818000', '212942.708000', '212942.711000', '212942.714000', '212942.716000', '212942.719000', '212942.722000', '212942.724000', '212942.727000', '212942.729000', '212942.732000', '212942.734000', '212942.737000', '212942.740000', '212942.742000', '212942.745000', '212942.747000', '212942.750000', '212942.753000', '212942.755000', '212942.758000', '212942.760000', '212942.763000', '212942.766000', '212942.768000', '212942.771000', '212942.774000', '212942.777000', '212942.779000', '212942.782000', '212942.785000', '212942.787000', '212942.790000', '212942.792000', '212942.795000', '212942.798000', '212942.800000', '212942.803000', '212942.805000', '212942.808000', '212942.811000', '212942.813000', '212942.816000', '212942.819000', '213002.709000', '213002.711000', '213002.714000', '213002.717000', '213002.719000', '213002.722000', '213002.724000', '213002.727000', '213002.729000', '213002.732000', '213002.735000', '213002.737000', '213002.740000', '213002.742000', '213002.745000', '213002.748000', '213002.750000', '213002.753000', '213002.755000', '213002.758000', '213002.761000', '213002.763000', '213002.766000', '213002.768000', '213002.771000', '213002.773000', '213002.776000', '213002.779000', '213002.781000', '213002.784000', '213002.786000', '213002.789000', '213002.792000', '213002.794000', '213002.797000', '213002.799000', '213002.802000', '213002.804000', '213002.807000', '213002.810000', '213002.812000', '213002.815000', '213002.817000', '213002.820000', '213022.709000', '213022.711000', '213022.714000', '213022.717000', '213022.719000', '213022.722000', '213022.724000', '213022.727000', '213022.729000', '213022.732000', '213022.735000', '213022.738000', '213022.741000', '213022.745000', '213022.748000', '213022.751000', '213022.753000', '213022.756000', '213022.759000', '213022.761000', '213022.764000', '213022.767000', '213022.769000', '213022.772000', '213022.774000', '213022.777000', '213022.780000', '213022.782000', '213022.785000', '213022.787000', '213022.790000', '213022.793000', '213022.795000', '213022.798000', '213022.801000', '213022.803000', '213022.806000', '213022.808000', '213022.811000', '213022.814000', '213022.816000', '213022.819000', '213022.821000', '213042.708000', '213042.711000', '213042.714000', '213042.716000', '213042.719000', '213042.722000', '213042.724000', '213042.727000', '213042.729000', '213042.732000', '213042.734000', '213042.737000', '213042.740000', '213042.742000', '213042.745000', '213042.747000', '213042.750000', '213042.752000', '213042.755000', '213042.758000', '213042.760000', '213042.763000', '213042.765000', '213042.768000', '213042.770000', '213042.773000', '213042.776000', '213042.778000', '213042.781000', '213042.783000', '213042.786000', '213042.788000', '213042.791000', '213042.794000', '213042.796000', '213042.799000', '213042.801000', '213042.804000', '213042.806000', '213042.809000', '213042.812000', '213042.814000', '213042.817000', '213042.819000', '213102.709000', '213102.711000', '213102.714000', '213102.717000', '213102.719000', '213102.722000', '213102.724000', '213102.727000', '213102.729000', '213102.732000', '213102.735000', '213102.737000', '213102.740000', '213102.742000', '213102.745000', '213102.748000', '213102.751000', '213102.753000', '213102.761000', '213102.764000', '213102.767000', '213102.770000', '213102.773000', '213102.786000', '213102.788000', '213102.791000', '213102.794000', '213102.796000', '213102.799000', '213102.801000', '213102.804000', '213102.807000', '213102.809000', '213102.812000', '213102.814000', '213102.817000', '213102.820000', '213102.822000', '213102.825000', '213102.827000', '213102.830000', '213102.833000', '213102.835000', '213122.707000', '213122.710000', '213122.713000', '213122.715000', '213122.729000', '213122.732000', '213122.734000', '213122.737000', '213122.740000', '213122.742000', '213122.745000', '213122.747000', '213122.750000', '213122.752000', '213122.755000', '213122.758000', '213122.760000', '213122.763000', '213122.765000', '213122.768000', '213122.770000', '213122.773000', '213122.776000', '213122.778000', '213122.781000', '213122.783000', '213122.786000', '213122.789000', '213122.791000', '213122.794000', '213122.796000', '213122.799000', '213122.801000', '213122.804000', '213122.807000', '213122.809000', '213122.812000', '213122.814000', '213122.817000', '213122.819000', '213122.822000', '213122.825000', '213122.827000', '213122.830000', '213142.709000', '213142.712000', '213142.714000', '213142.717000', '213142.719000', '213142.722000', '213142.725000', '213142.727000', '213142.730000', '213142.732000', '213142.735000', '213142.738000', '213142.740000', '213142.743000', '213142.745000', '213142.748000', '213142.751000', '213142.753000', '213142.756000', '213142.758000', '213142.761000', '213142.764000', '213142.766000', '213142.769000', '213142.771000', '213142.774000', '213142.777000', '213142.779000', '213142.784000', '213142.786000', '213142.789000', '213142.792000', '213142.794000', '213142.797000', '213142.800000', '213142.802000', '213142.805000', '213142.807000', '213142.810000', '213142.813000', '213142.815000', '213142.818000', '213142.820000', '213202.710000', '213202.713000', '213202.715000', '213202.718000', '213202.720000', '213202.723000', '213202.726000', '213202.728000', '213202.731000', '213202.733000', '213202.736000', '213202.738000', '213202.741000', '213202.744000', '213202.746000', '213202.749000', '213202.751000', '213202.754000', '213202.757000', '213202.759000', '213202.762000', '213202.769000', '213202.772000', '213202.775000', '213202.777000', '213202.780000', '213202.782000', '213202.785000', '213202.787000', '213202.790000', '213202.793000', '213202.795000', '213202.798000', '213202.800000', '213202.803000', '213202.805000', '213202.808000', '213202.811000', '213202.813000', '213202.816000', '213202.818000', '213202.821000', '213202.823000', '213202.826000', '213222.709000', '213222.712000', '213222.715000', '213222.718000', '213222.720000', '213222.723000', '213222.725000', '213222.728000', '213222.731000', '213222.733000', '213222.736000', '213222.738000', '213222.741000', '213222.743000', '213222.746000', '213222.749000', '213222.751000', '213222.754000', '213222.756000', '213222.759000', '213222.761000', '213222.764000', '213222.767000', '213222.769000', '213222.772000', '213222.774000', '213222.777000', '213222.780000', '213222.782000', '213222.785000', '213222.787000', '213222.790000', '213222.792000', '213222.795000', '213222.812000', '213222.815000', '213222.817000', '213222.820000', '213222.823000', '213222.825000', '213222.828000', '213222.830000', '213222.833000', '213227.829000', '213227.833000', '213227.836000', '213227.838000', '213227.841000', '213227.844000', '213227.847000', '213227.849000', '213227.852000', '213227.855000', '213227.857000', '213227.861000'], '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': [7557, 6530, 8915, 6866, 8816, 6535, 8015, 7831, 6464, 8701, 6708, 7576, 6469, 7080, 6740, 6495, 9291, 6559, 7873, 5974, 7853, 6277, 6516, 7734, 6705, 9231, 6783, 7926, 6486, 6758, 6784, 6434, 8712, 6580, 7953, 6965, 8057, 6577, 7307, 9633, 7173, 8669, 6861, 7309, 6515, 7985, 6516, 6542, 7953, 6738, 9830, 6512, 9835, 6707, 7373, 6538, 6484, 9080, 6330, 8750, 6356, 7375, 6569, 6484, 8561, 6547, 8490, 7155, 7689, 6585, 8092, 6809, 6616, 8025, 6950, 8905, 6500, 9087, 6207, 6517, 6886, 6455, 11155, 7336, 7338, 8251, 6284, 7252, 6442, 7414, 6309, 6430, 6753, 6537, 9767, 7662, 8298, 6846, 8704, 6351, 9192, 6944, 6924, 8806, 6488, 10470, 6239, 7101, 6737, 6454, 8238, 6545, 8074, 6536, 6747, 6251, 6864, 9505, 6594, 9151, 6332, 9034, 6888, 7481, 6390, 7402, 6608, 7713, 9567, 7890, 8003, 6750, 8203, 6278, 8036, 9663, 7552, 8260, 6751, 7602, 6357, 7122, 8902, 6449, 8771, 6478, 8027, 7959, 6531, 8370, 6618, 7828, 7025, 6453, 8973, 6817, 8138, 6784, 6696, 9697, 6714, 7551, 6399, 6847, 8569, 6564, 8338, 6281, 6554, 9323, 6511, 7820, 6354, 6593, 8222, 6775, 7934, 6724, 7860, 6312, 6725, 9240, 7506, 8541, 6237, 7028, 9784, 7808, 7730, 6348, 6568, 9235, 6560, 9479, 6817, 6444, 9410, 6412, 7508, 7289, 6496, 7680, 6451, 6805, 8342, 6469, 8053, 6268, 6737, 8236, 6448, 8895, 6226, 6803, 8836, 6478, 9312, 6296, 6946, 8618, 6676, 8874, 6394, 6760, 9849, 6439, 9509, 6224, 6817, 6234, 6258, 6999, 6550, 6983, 6533, 6968, 6902, 6431, 9281, 6121, 8382, 7223, 6430, 7868, 6367, 7054, 7261, 6339, 8897, 6522, 7358, 7165, 6575, 9156, 6443, 7104, 7118, 6510, 8271, 6329, 7141, 8625, 6640, 7861, 6346, 6847, 9163, 6206, 8016, 6234, 6742, 8896, 6302, 7984, 6237, 6537, 6794, 6311, 9087, 7287, 9568, 7457, 12681, 6417, 6817, 6736, 6455, 8920, 6942, 9463, 6792, 6813, 9758, 6111, 7837, 10248, 7806, 9317, 7240, 7630, 10368, 6931, 9715, 9852, 7084, 8901, 6554, 6555, 8818, 6353, 8296, 6221, 6589, 8883, 6750, 6965, 6568, 6694, 8070, 6360, 6842, 6483, 6531, 8073, 6398, 8142, 6407, 6627, 6659, 6977, 6988, 6486, 8667, 6799, 8098, 6425, 8211, 6169, 6539, 9885, 6482, 8869, 6127, 6868, 10278, 6791, 8520, 6023, 6600, 7898, 6412, 8250, 6012, 6668, 6928, 6260, 8145, 6894, 7640, 6326, 6311, 6857, 6407, 9246, 6629, 8861, 6348, 7008, 6800, 6471, 8306, 6329, 9991, 7593, 8843, 6347, 7973, 7748, 6930, 10131, 8139, 8204, 6546, 6560, 7640, 6378, 9311, 6633, 7628, 6562, 6715, 6946, 6086, 9296, 6957, 7255, 6326, 6591, 6769, 6880, 10523, 7121, 9436, 6509, 8695, 6471, 7686, 10269, 7194, 9173, 6205, 8036, 6885, 6254, 8174, 6452, 7988, 6153, 7877, 7135, 6464, 9508, 6513, 8802, 5984, 6511, 6840, 6540, 9112, 6441, 9307, 6369, 8003, 6335, 6771, 8102, 6696, 10296, 8572, 8845, 6155, 7265, 6765, 6513, 9974, 7888, 8493, 6437, 7522, 7821, 6467, 8671, 6330, 7428, 6016, 7125, 8507, 6588, 9324, 6536, 6966, 6204, 6740, 6836, 6434, 8595, 6318, 9790, 6074, 6842, 6476, 6502, 10198, 6577, 9788, 6363, 7377, 6206, 6410, 8932, 6466, 8643, 6540, 7917, 6486, 6705, 8667, 6528, 8998, 6330, 8052, 6367, 6997, 9124, 6553, 8374, 6352, 7388, 6515, 6792, 10164, 7828, 8791, 6313, 6683, 9692, 6648, 9379, 6217, 6764, 9254, 6467, 7170, 6153, 6635, 7132, 6500, 8136, 6347, 7359, 6721, 6439, 6768, 7220, 7543, 6597, 9011, 6372, 8481, 6111, 7771, 6239, 6456, 10012, 6484, 9146, 5875, 6557, 6988, 6436, 8913, 6230, 8138, 8273, 6443, 9044, 6425, 6922, 6916, 6353, 9526, 6396, 8053, 6671, 6602, 9939, 7223, 7212, 6494, 6547, 9827, 6520, 7927, 6567, 6457, 9793, 6289, 7772, 7471, 6490, 8935, 6388, 6846, 7114, 6300, 9071, 6550, 7929, 6601, 6401, 9924, 6791, 7156, 6192, 6473, 9453, 6524, 9055, 6285, 7263, 6349, 6771, 9439, 6557, 8347, 6364, 7077, 9774, 6620, 9271, 6265, 6966, 6389, 6760, 9383, 6565, 9435, 6244, 6950, 10097, 6523, 8061, 6500, 8079, 6335, 6663, 6563, 6912, 10085, 7857, 9304, 6664, 9477, 7951, 7753, 8804, 6320, 7459, 6061, 6714, 10110, 6911, 7807, 6109, 6397, 9691, 6557, 7732, 6078, 6356, 8836, 7029, 7226, 6536, 6382, 6989, 6561, 7286, 6566, 6309, 10012, 6995, 8548, 6557, 6679, 10411, 6327, 9149, 6180, 6968, 9346, 6234, 9851, 6146, 6519, 7634, 6361, 8823, 5907, 6891, 8468, 6341, 9375, 6282, 7164, 7401, 6459, 9416, 6196, 6889, 8131, 6297, 7870, 6106, 6823, 8599, 6204, 9185, 6634, 7770, 7216, 6432, 9974, 6413, 7054, 7074, 6503, 9815, 5968, 6887, 7140, 6277, 8817, 5908, 6885, 10091, 6883, 8268, 6015, 6282, 10023, 6866, 7128, 6192, 6295, 9181, 6460, 7937, 6039, 6469, 7839, 6362, 9157, 6170, 6780, 6946, 6512, 7731, 6655, 7463, 6829, 7460, 6343, 6291, 6667, 6528, 6761, 7821, 9123, 8905, 9368, 6295, 7704, 8992, 7615, 9450, 6447, 7733, 8063, 6510, 8557, 6042, 7142, 9004, 6589, 8446, 6213, 6515, 9033, 6232, 8300, 5954, 6269, 10016, 6333, 6972, 6922, 6456, 9390, 6438, 6705, 8287, 6313, 9268, 6133, 6653, 7087, 6353, 7984, 6113, 6776, 7664, 6525, 9014, 6390, 8089, 6688, 6154, 6767, 6302, 6995, 6126, 6520, 6878, 7819, 8263, 10905, 8741, 8374, 8365, 7118, 9080, 5964, 6731, 7159, 6532, 7724, 5972, 7077, 7092, 6434, 8982, 5859, 6897, 9352, 6458, 8163, 6210, 6773, 9211, 6259, 8619, 6389, 7487, 7061, 6430, 10066, 6299, 8042, 6523, 6528, 10124, 6382, 9022, 6557, 6493, 9801, 6540, 7333, 6047, 6907, 9564, 7474, 8289, 6318, 6413, 10044, 6501, 8995, 6230, 6725, 7212, 6550, 7671, 6192, 6850, 7080, 6548, 8489, 6579, 8328, 6125, 6541, 8597, 6221, 7776, 6306, 7248, 7937, 6650, 8185, 6697], 'WindowCenter': [3774.0, 3742.0, 3767.0, 3735.0, 3755.0, 3723.0, 3744.0, 3742.0, 3722.0, 3751.0, 3720.0, 3742.0, 3720.0, 3731.0, 3720.0, 3721.0, 3752.0, 3720.0, 3741.0, 3711.0, 3743.0, 3720.0, 3721.0, 3731.0, 3720.0, 3750.0, 3720.0, 3742.0, 3721.0, 3722.0, 3720.0, 3721.0, 3751.0, 3732.0, 3741.0, 3732.0, 3743.0, 3720.0, 3733.0, 3762.0, 3731.0, 3752.0, 3721.0, 3731.0, 3721.0, 3743.0, 3721.0, 3723.0, 3740.0, 3721.0, 3761.0, 3708.0, 3763.0, 3720.0, 3731.0, 3708.0, 3708.0, 3750.0, 3709.0, 3740.0, 3709.0, 3730.0, 3718.0, 3708.0, 3740.0, 3719.0, 3740.0, 3731.0, 3731.0, 3719.0, 3741.0, 3719.0, 3721.0, 3739.0, 3719.0, 3750.0, 3721.0, 3752.0, 3708.0, 3709.0, 3718.0, 3720.0, 3773.0, 3729.0, 3731.0, 3728.0, 3708.0, 3728.0, 3709.0, 3730.0, 3708.0, 3720.0, 3719.0, 3719.0, 3761.0, 3731.0, 3740.0, 3720.0, 3740.0, 3710.0, 3751.0, 3718.0, 3731.0, 3740.0, 3708.0, 3761.0, 3709.0, 3731.0, 3718.0, 3707.0, 3738.0, 3719.0, 3741.0, 3719.0, 3721.0, 3719.0, 3720.0, 3751.0, 3721.0, 3751.0, 3721.0, 3752.0, 3732.0, 3732.0, 3709.0, 3732.0, 3719.0, 3730.0, 3750.0, 3730.0, 3730.0, 3707.0, 3739.0, 3708.0, 3730.0, 3748.0, 3729.0, 3727.0, 3706.0, 3729.0, 3718.0, 3720.0, 3739.0, 3711.0, 3739.0, 3707.0, 3741.0, 3729.0, 3708.0, 3740.0, 3707.0, 3729.0, 3717.0, 3709.0, 3739.0, 3719.0, 3730.0, 3707.0, 3718.0, 3749.0, 3707.0, 3728.0, 3705.0, 3706.0, 3738.0, 3717.0, 3740.0, 3707.0, 3709.0, 3738.0, 3707.0, 3728.0, 3706.0, 3718.0, 3739.0, 3720.0, 3740.0, 3719.0, 3742.0, 3708.0, 3718.0, 3751.0, 3729.0, 3741.0, 3707.0, 3719.0, 3749.0, 3729.0, 3730.0, 3706.0, 3718.0, 3748.0, 3718.0, 3751.0, 3706.0, 3707.0, 3739.0, 3707.0, 3729.0, 3716.0, 3707.0, 3728.0, 3706.0, 3719.0, 3728.0, 3708.0, 3739.0, 3708.0, 3721.0, 3740.0, 3719.0, 3752.0, 3709.0, 3721.0, 3750.0, 3709.0, 3752.0, 3708.0, 3721.0, 3739.0, 3719.0, 3751.0, 3708.0, 3721.0, 3749.0, 3709.0, 3752.0, 3709.0, 3721.0, 3698.0, 3708.0, 3719.0, 3709.0, 3719.0, 3719.0, 3732.0, 3718.0, 3720.0, 3752.0, 3709.0, 3741.0, 3731.0, 3710.0, 3740.0, 3707.0, 3719.0, 3729.0, 3710.0, 3751.0, 3709.0, 3731.0, 3718.0, 3719.0, 3751.0, 3708.0, 3730.0, 3718.0, 3708.0, 3729.0, 3707.0, 3719.0, 3739.0, 3719.0, 3729.0, 3707.0, 3720.0, 3750.0, 3710.0, 3741.0, 3709.0, 3721.0, 3740.0, 3710.0, 3742.0, 3710.0, 3722.0, 3720.0, 3720.0, 3751.0, 3732.0, 3765.0, 3733.0, 3787.0, 3722.0, 3723.0, 3720.0, 3711.0, 3751.0, 3719.0, 3763.0, 3721.0, 3721.0, 3764.0, 3709.0, 3742.0, 3760.0, 3728.0, 3750.0, 3716.0, 3716.0, 3737.0, 3704.0, 3737.0, 3735.0, 3703.0, 3724.0, 3680.0, 3692.0, 3722.0, 3691.0, 3724.0, 3681.0, 3693.0, 3723.0, 3692.0, 3703.0, 3690.0, 3704.0, 3714.0, 3693.0, 3705.0, 3692.0, 3695.0, 3715.0, 3705.0, 3727.0, 3707.0, 3718.0, 3717.0, 3731.0, 3730.0, 3721.0, 3740.0, 3719.0, 3740.0, 3710.0, 3743.0, 3709.0, 3720.0, 3750.0, 3710.0, 3752.0, 3708.0, 3721.0, 3760.0, 3720.0, 3741.0, 3698.0, 3719.0, 3730.0, 3719.0, 3741.0, 3711.0, 3721.0, 3730.0, 3720.0, 3740.0, 3732.0, 3743.0, 3721.0, 3723.0, 3732.0, 3723.0, 3764.0, 3733.0, 3754.0, 3722.0, 3733.0, 3733.0, 3724.0, 3753.0, 3723.0, 3764.0, 3744.0, 3754.0, 3721.0, 3744.0, 3742.0, 3732.0, 3762.0, 3743.0, 3743.0, 3721.0, 3721.0, 3741.0, 3721.0, 3752.0, 3721.0, 3743.0, 3721.0, 3722.0, 3730.0, 3711.0, 3752.0, 3733.0, 3732.0, 3721.0, 3732.0, 3733.0, 3733.0, 3775.0, 3733.0, 3754.0, 3722.0, 3754.0, 3721.0, 3743.0, 3762.0, 3731.0, 3751.0, 3709.0, 3742.0, 3731.0, 3720.0, 3741.0, 3721.0, 3741.0, 3709.0, 3743.0, 3731.0, 3722.0, 3750.0, 3719.0, 3752.0, 3709.0, 3721.0, 3719.0, 3719.0, 3751.0, 3721.0, 3752.0, 3721.0, 3742.0, 3709.0, 3722.0, 3740.0, 3720.0, 3761.0, 3741.0, 3752.0, 3709.0, 3731.0, 3718.0, 3709.0, 3750.0, 3740.0, 3740.0, 3708.0, 3730.0, 3729.0, 3709.0, 3738.0, 3708.0, 3730.0, 3708.0, 3731.0, 3739.0, 3719.0, 3749.0, 3708.0, 3719.0, 3709.0, 3720.0, 3719.0, 3720.0, 3740.0, 3720.0, 3763.0, 3710.0, 3722.0, 3719.0, 3721.0, 3761.0, 3721.0, 3762.0, 3710.0, 3731.0, 3709.0, 3709.0, 3751.0, 3720.0, 3750.0, 3709.0, 3741.0, 3709.0, 3721.0, 3738.0, 3709.0, 3751.0, 3710.0, 3741.0, 3708.0, 3732.0, 3750.0, 3710.0, 3741.0, 3710.0, 3730.0, 3708.0, 3720.0, 3762.0, 3730.0, 3740.0, 3708.0, 3720.0, 3748.0, 3717.0, 3751.0, 3698.0, 3719.0, 3738.0, 3707.0, 3718.0, 3695.0, 3719.0, 3718.0, 3709.0, 3728.0, 3709.0, 3730.0, 3719.0, 3720.0, 3731.0, 3743.0, 3741.0, 3733.0, 3753.0, 3722.0, 3752.0, 3710.0, 3743.0, 3712.0, 3720.0, 3763.0, 3721.0, 3763.0, 3710.0, 3722.0, 3721.0, 3720.0, 3751.0, 3710.0, 3742.0, 3741.0, 3722.0, 3752.0, 3710.0, 3732.0, 3732.0, 3722.0, 3763.0, 3721.0, 3743.0, 3720.0, 3720.0, 3762.0, 3731.0, 3731.0, 3709.0, 3709.0, 3750.0, 3720.0, 3743.0, 3720.0, 3711.0, 3751.0, 3709.0, 3731.0, 3730.0, 3710.0, 3739.0, 3707.0, 3719.0, 3719.0, 3709.0, 3739.0, 3709.0, 3743.0, 3718.0, 3709.0, 3750.0, 3720.0, 3720.0, 3708.0, 3720.0, 3750.0, 3722.0, 3752.0, 3721.0, 3732.0, 3709.0, 3720.0, 3750.0, 3710.0, 3743.0, 3720.0, 3732.0, 3750.0, 3720.0, 3751.0, 3710.0, 3731.0, 3709.0, 3720.0, 3752.0, 3720.0, 3751.0, 3709.0, 3732.0, 3760.0, 3710.0, 3741.0, 3709.0, 3730.0, 3707.0, 3720.0, 3719.0, 3731.0, 3761.0, 3743.0, 3751.0, 3719.0, 3752.0, 3730.0, 3729.0, 3739.0, 3707.0, 3719.0, 3697.0, 3719.0, 3748.0, 3719.0, 3729.0, 3697.0, 3709.0, 3748.0, 3708.0, 3730.0, 3697.0, 3710.0, 3738.0, 3720.0, 3731.0, 3720.0, 3722.0, 3719.0, 3721.0, 3731.0, 3720.0, 3721.0, 3751.0, 3731.0, 3742.0, 3709.0, 3721.0, 3762.0, 3721.0, 3753.0, 3710.0, 3732.0, 3751.0, 3710.0, 3762.0, 3709.0, 3722.0, 3729.0, 3710.0, 3752.0, 3699.0, 3732.0, 3740.0, 3710.0, 3751.0, 3721.0, 3733.0, 3730.0, 3720.0, 3752.0, 3711.0, 3733.0, 3739.0, 3721.0, 3741.0, 3710.0, 3721.0, 3740.0, 3709.0, 3752.0, 3720.0, 3743.0, 3729.0, 3709.0, 3763.0, 3709.0, 3732.0, 3719.0, 3709.0, 3763.0, 3710.0, 3732.0, 3718.0, 3708.0, 3751.0, 3697.0, 3720.0, 3749.0, 3719.0, 3740.0, 3696.0, 3708.0, 3750.0, 3718.0, 3720.0, 3697.0, 3708.0, 3738.0, 3708.0, 3741.0, 3709.0, 3711.0, 3730.0, 3710.0, 3752.0, 3709.0, 3722.0, 3719.0, 3719.0, 3732.0, 3721.0, 3732.0, 3719.0, 3732.0, 3722.0, 3722.0, 3721.0, 3721.0, 3733.0, 3745.0, 3765.0, 3765.0, 3754.0, 3722.0, 3744.0, 3741.0, 3732.0, 3753.0, 3710.0, 3732.0, 3729.0, 3709.0, 3741.0, 3697.0, 3720.0, 3740.0, 3720.0, 3741.0, 3697.0, 3710.0, 3740.0, 3710.0, 3742.0, 3709.0, 3709.0, 3750.0, 3708.0, 3720.0, 3717.0, 3708.0, 3751.0, 3708.0, 3719.0, 3728.0, 3707.0, 3750.0, 3709.0, 3720.0, 3718.0, 3708.0, 3729.0, 3707.0, 3720.0, 3729.0, 3721.0, 3751.0, 3709.0, 3741.0, 3719.0, 3709.0, 3719.0, 3721.0, 3731.0, 3723.0, 3722.0, 3732.0, 3742.0, 3755.0, 3776.0, 3753.0, 3741.0, 3738.0, 3720.0, 3751.0, 3708.0, 3721.0, 3718.0, 3710.0, 3730.0, 3709.0, 3731.0, 3719.0, 3721.0, 3752.0, 3699.0, 3733.0, 3751.0, 3721.0, 3742.0, 3710.0, 3721.0, 3751.0, 3720.0, 3753.0, 3710.0, 3733.0, 3732.0, 3721.0, 3762.0, 3711.0, 3743.0, 3708.0, 3710.0, 3750.0, 3708.0, 3742.0, 3709.0, 3709.0, 3749.0, 3708.0, 3729.0, 3696.0, 3719.0, 3749.0, 3730.0, 3741.0, 3706.0, 3709.0, 3748.0, 3707.0, 3739.0, 3697.0, 3708.0, 3717.0, 3707.0, 3718.0, 3707.0, 3719.0, 3718.0, 3708.0, 3739.0, 3719.0, 3741.0, 3708.0, 3710.0, 3740.0, 3710.0, 3731.0, 3708.0, 3732.0, 3741.0, 3721.0, 3742.0, 3720.0], 'WindowWidth': [8493.0, 8443.0, 8466.0, 8418.0, 8445.0, 8399.0, 8428.0, 8422.0, 8396.0, 8432.0, 8391.0, 8420.0, 8390.0, 8405.0, 8390.0, 8394.0, 8434.0, 8391.0, 8419.0, 8380.0, 8424.0, 8390.0, 8394.0, 8404.0, 8390.0, 8430.0, 8392.0, 8420.0, 8392.0, 8394.0, 8389.0, 8393.0, 8433.0, 8409.0, 8419.0, 8410.0, 8425.0, 8389.0, 8410.0, 8447.0, 8407.0, 8433.0, 8394.0, 8406.0, 8391.0, 8423.0, 8393.0, 8398.0, 8416.0, 8392.0, 8444.0, 8373.0, 8448.0, 8389.0, 8406.0, 8370.0, 8371.0, 8427.0, 8373.0, 8415.0, 8373.0, 8404.0, 8383.0, 8372.0, 8415.0, 8387.0, 8414.0, 8404.0, 8404.0, 8387.0, 8417.0, 8387.0, 8390.0, 8413.0, 8386.0, 8426.0, 8391.0, 8433.0, 8371.0, 8374.0, 8384.0, 8389.0, 8464.0, 8397.0, 8403.0, 8394.0, 8369.0, 8395.0, 8372.0, 8401.0, 8370.0, 8389.0, 8384.0, 8388.0, 8445.0, 8405.0, 8415.0, 8388.0, 8415.0, 8375.0, 8431.0, 8384.0, 8406.0, 8414.0, 8369.0, 8442.0, 8372.0, 8406.0, 8381.0, 8368.0, 8409.0, 8387.0, 8418.0, 8388.0, 8391.0, 8386.0, 8389.0, 8432.0, 8393.0, 8432.0, 8395.0, 8434.0, 8408.0, 8407.0, 8374.0, 8406.0, 8386.0, 8401.0, 8429.0, 8401.0, 8399.0, 8367.0, 8411.0, 8368.0, 8399.0, 8422.0, 8398.0, 8391.0, 8364.0, 8396.0, 8385.0, 8388.0, 8411.0, 8377.0, 8412.0, 8367.0, 8418.0, 8398.0, 8371.0, 8412.0, 8365.0, 8398.0, 8380.0, 8373.0, 8411.0, 8386.0, 8400.0, 8365.0, 8383.0, 8424.0, 8365.0, 8396.0, 8360.0, 8364.0, 8407.0, 8381.0, 8413.0, 8366.0, 8372.0, 8407.0, 8367.0, 8396.0, 8365.0, 8384.0, 8412.0, 8389.0, 8414.0, 8387.0, 8420.0, 8370.0, 8385.0, 8431.0, 8401.0, 8417.0, 8368.0, 8386.0, 8424.0, 8398.0, 8399.0, 8365.0, 8383.0, 8422.0, 8383.0, 8430.0, 8363.0, 8368.0, 8411.0, 8366.0, 8398.0, 8376.0, 8365.0, 8394.0, 8364.0, 8385.0, 8393.0, 8371.0, 8412.0, 8370.0, 8391.0, 8415.0, 8389.0, 8433.0, 8373.0, 8393.0, 8428.0, 8373.0, 8431.0, 8371.0, 8391.0, 8412.0, 8387.0, 8431.0, 8371.0, 8390.0, 8426.0, 8373.0, 8433.0, 8375.0, 8391.0, 8355.0, 8370.0, 8385.0, 8372.0, 8387.0, 8388.0, 8406.0, 8385.0, 8391.0, 8432.0, 8372.0, 8417.0, 8403.0, 8375.0, 8413.0, 8367.0, 8386.0, 8398.0, 8376.0, 8429.0, 8373.0, 8404.0, 8383.0, 8385.0, 8430.0, 8372.0, 8403.0, 8383.0, 8370.0, 8398.0, 8367.0, 8387.0, 8411.0, 8386.0, 8398.0, 8368.0, 8388.0, 8426.0, 8375.0, 8417.0, 8373.0, 8390.0, 8414.0, 8376.0, 8420.0, 8375.0, 8394.0, 8389.0, 8391.0, 8432.0, 8408.0, 8456.0, 8411.0, 8488.0, 8395.0, 8399.0, 8388.0, 8377.0, 8429.0, 8387.0, 8450.0, 8392.0, 8394.0, 8452.0, 8373.0, 8420.0, 8440.0, 8396.0, 8425.0, 8373.0, 8374.0, 8402.0, 8355.0, 8402.0, 8395.0, 8351.0, 8380.0, 8317.0, 8335.0, 8374.0, 8332.0, 8381.0, 8318.0, 8338.0, 8375.0, 8335.0, 8353.0, 8330.0, 8354.0, 8367.0, 8340.0, 8358.0, 8339.0, 8345.0, 8371.0, 8361.0, 8390.0, 8365.0, 8383.0, 8382.0, 8405.0, 8403.0, 8393.0, 8415.0, 8386.0, 8415.0, 8374.0, 8422.0, 8374.0, 8391.0, 8429.0, 8375.0, 8433.0, 8370.0, 8391.0, 8441.0, 8388.0, 8416.0, 8355.0, 8386.0, 8400.0, 8388.0, 8417.0, 8378.0, 8391.0, 8402.0, 8389.0, 8416.0, 8409.0, 8423.0, 8394.0, 8400.0, 8410.0, 8399.0, 8452.0, 8413.0, 8442.0, 8398.0, 8414.0, 8412.0, 8402.0, 8437.0, 8400.0, 8454.0, 8428.0, 8441.0, 8392.0, 8426.0, 8421.0, 8411.0, 8449.0, 8424.0, 8423.0, 8390.0, 8394.0, 8419.0, 8394.0, 8434.0, 8394.0, 8423.0, 8392.0, 8395.0, 8404.0, 8381.0, 8434.0, 8413.0, 8408.0, 8393.0, 8410.0, 8411.0, 8413.0, 8468.0, 8412.0, 8438.0, 8394.0, 8438.0, 8392.0, 8422.0, 8446.0, 8406.0, 8431.0, 8374.0, 8422.0, 8405.0, 8389.0, 8417.0, 8391.0, 8419.0, 8375.0, 8424.0, 8405.0, 8396.0, 8429.0, 8388.0, 8433.0, 8374.0, 8394.0, 8387.0, 8387.0, 8432.0, 8394.0, 8433.0, 8394.0, 8422.0, 8374.0, 8394.0, 8415.0, 8390.0, 8444.0, 8417.0, 8432.0, 8370.0, 8402.0, 8383.0, 8374.0, 8427.0, 8415.0, 8413.0, 8369.0, 8402.0, 8399.0, 8372.0, 8409.0, 8369.0, 8400.0, 8371.0, 8404.0, 8412.0, 8387.0, 8425.0, 8370.0, 8386.0, 8373.0, 8389.0, 8386.0, 8390.0, 8415.0, 8389.0, 8450.0, 8376.0, 8394.0, 8386.0, 8391.0, 8443.0, 8392.0, 8447.0, 8376.0, 8406.0, 8371.0, 8374.0, 8430.0, 8390.0, 8429.0, 8376.0, 8418.0, 8373.0, 8390.0, 8410.0, 8373.0, 8429.0, 8375.0, 8418.0, 8370.0, 8406.0, 8429.0, 8376.0, 8415.0, 8375.0, 8402.0, 8371.0, 8390.0, 8445.0, 8402.0, 8416.0, 8370.0, 8387.0, 8420.0, 8380.0, 8429.0, 8355.0, 8385.0, 8407.0, 8366.0, 8381.0, 8350.0, 8385.0, 8382.0, 8373.0, 8395.0, 8374.0, 8403.0, 8387.0, 8392.0, 8406.0, 8425.0, 8420.0, 8413.0, 8436.0, 8394.0, 8434.0, 8379.0, 8423.0, 8381.0, 8391.0, 8449.0, 8392.0, 8451.0, 8377.0, 8396.0, 8391.0, 8391.0, 8432.0, 8377.0, 8423.0, 8418.0, 8395.0, 8434.0, 8375.0, 8408.0, 8407.0, 8395.0, 8449.0, 8394.0, 8422.0, 8388.0, 8391.0, 8446.0, 8406.0, 8404.0, 8373.0, 8374.0, 8427.0, 8390.0, 8422.0, 8386.0, 8377.0, 8429.0, 8372.0, 8405.0, 8399.0, 8375.0, 8411.0, 8367.0, 8386.0, 8384.0, 8372.0, 8412.0, 8372.0, 8422.0, 8383.0, 8372.0, 8426.0, 8389.0, 8389.0, 8371.0, 8389.0, 8428.0, 8394.0, 8433.0, 8392.0, 8407.0, 8373.0, 8389.0, 8428.0, 8376.0, 8424.0, 8389.0, 8408.0, 8429.0, 8387.0, 8430.0, 8375.0, 8404.0, 8373.0, 8391.0, 8432.0, 8388.0, 8432.0, 8372.0, 8407.0, 8442.0, 8375.0, 8415.0, 8373.0, 8400.0, 8367.0, 8389.0, 8385.0, 8405.0, 8444.0, 8422.0, 8429.0, 8385.0, 8433.0, 8400.0, 8398.0, 8408.0, 8364.0, 8382.0, 8354.0, 8384.0, 8421.0, 8384.0, 8397.0, 8353.0, 8371.0, 8421.0, 8371.0, 8401.0, 8354.0, 8374.0, 8407.0, 8386.0, 8404.0, 8390.0, 8393.0, 8384.0, 8391.0, 8405.0, 8388.0, 8393.0, 8430.0, 8406.0, 8420.0, 8372.0, 8391.0, 8445.0, 8391.0, 8436.0, 8376.0, 8408.0, 8430.0, 8376.0, 8446.0, 8374.0, 8394.0, 8398.0, 8375.0, 8432.0, 8359.0, 8406.0, 8414.0, 8375.0, 8430.0, 8393.0, 8409.0, 8401.0, 8389.0, 8434.0, 8380.0, 8410.0, 8414.0, 8391.0, 8417.0, 8375.0, 8392.0, 8414.0, 8374.0, 8433.0, 8388.0, 8422.0, 8398.0, 8374.0, 8447.0, 8374.0, 8407.0, 8384.0, 8373.0, 8448.0, 8377.0, 8406.0, 8381.0, 8369.0, 8431.0, 8354.0, 8388.0, 8424.0, 8386.0, 8413.0, 8351.0, 8368.0, 8425.0, 8383.0, 8386.0, 8353.0, 8368.0, 8408.0, 8371.0, 8417.0, 8371.0, 8377.0, 8400.0, 8375.0, 8433.0, 8375.0, 8394.0, 8385.0, 8386.0, 8405.0, 8391.0, 8407.0, 8387.0, 8409.0, 8395.0, 8396.0, 8393.0, 8395.0, 8413.0, 8431.0, 8456.0, 8458.0, 8440.0, 8394.0, 8425.0, 8417.0, 8407.0, 8436.0, 8375.0, 8407.0, 8398.0, 8370.0, 8414.0, 8352.0, 8387.0, 8413.0, 8387.0, 8415.0, 8354.0, 8374.0, 8413.0, 8375.0, 8419.0, 8372.0, 8372.0, 8427.0, 8368.0, 8386.0, 8379.0, 8370.0, 8428.0, 8368.0, 8385.0, 8395.0, 8367.0, 8427.0, 8371.0, 8387.0, 8379.0, 8369.0, 8396.0, 8367.0, 8388.0, 8399.0, 8392.0, 8430.0, 8373.0, 8416.0, 8385.0, 8374.0, 8386.0, 8393.0, 8407.0, 8401.0, 8396.0, 8412.0, 8422.0, 8443.0, 8473.0, 8437.0, 8419.0, 8408.0, 8388.0, 8429.0, 8371.0, 8390.0, 8381.0, 8374.0, 8401.0, 8375.0, 8406.0, 8386.0, 8392.0, 8432.0, 8361.0, 8409.0, 8429.0, 8391.0, 8419.0, 8374.0, 8393.0, 8430.0, 8390.0, 8435.0, 8374.0, 8409.0, 8406.0, 8392.0, 8448.0, 8378.0, 8422.0, 8369.0, 8374.0, 8426.0, 8370.0, 8419.0, 8370.0, 8372.0, 8424.0, 8369.0, 8399.0, 8351.0, 8383.0, 8424.0, 8399.0, 8414.0, 8363.0, 8370.0, 8420.0, 8365.0, 8409.0, 8353.0, 8368.0, 8378.0, 8366.0, 8380.0, 8367.0, 8385.0, 8381.0, 8371.0, 8411.0, 8385.0, 8417.0, 8370.0, 8377.0, 8414.0, 8375.0, 8404.0, 8371.0, 8408.0, 8418.0, 8393.0, 8419.0, 8391.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.00027556451612903226</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.018010406221198157</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.6811337235986</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1984938541291825</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9978705007497122</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4479</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6040.7163</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07759650346881083</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>6</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.6912442396313364</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5418842013353253</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4854162134703324</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.750429025333753</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3898073652018907</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00929694</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016092805191874504</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.022207094356417656</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.6491107004500294</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>27.1946</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.7438</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>140.768</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>309181.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>646.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>271.5979</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8827</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>479.0973</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2971.7417</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3214.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>67363.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>803.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3905.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>880.756</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>46.13575097755529</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> |