=== 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-0076 --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-0076",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
107 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
107 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0076_ses-03_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-0076_ses-03_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-03_subject-0076_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-0076/figures/sub-0076_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-03_subject-0076_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-0076/figures/sub-0076_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-03_subject-0076_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-0076/figures/sub-0076_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-03_subject-0076_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-0076/figures/sub-0076_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-03_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-03_subject-0076_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-0076/figures/sub-0076_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-03_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-03_subject-0076_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-0076/figures/sub-0076_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0076_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-0076/figures/sub-0076_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0076/figures/sub-0076_ses-03_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-0076/figures/sub-0076_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-03_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-0076/ses-03/func/sub-0076_ses-03_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>a26f779c2a0a1f01a8e077c66f9b3de6</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>10:36:35.780000</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.99997, -0.0076198, 0.00120656, 0.0075049, 0.997029, 0.0766543]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-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.100453</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>10</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4170, -7718, -7248, 682, 21, 10, -25, 88]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>243.953</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>6a464147-b6dd-4e2d-9a49-735695945110||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.682847023010254, 0.020135093480348587, 0.00482508260756731, 110.50930786132812], [0.02044336125254631, 2.674957275390625, 0.20693591237068176, -99.76696014404297], [0.0032371170818805695, -0.20565779507160187, 2.69205379486084, -46.573734283447266], [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': ['103635.780000', '103636.240000', '103636.700000', '103637.160000', '103637.620000', '103638.080000', '103638.540000', '103639.000000', '103639.460000', '103639.920000', '103640.380000', '103640.840000', '103641.300000', '103641.760000', '103642.220000', '103642.680000', '103643.140000', '103643.600000', '103644.060000', '103644.520000', '103644.980000', '103645.440000', '103645.900000', '103646.360000', '103646.820000', '103647.280000', '103647.740000', '103648.200000', '103648.660000', '103649.120000', '103649.580000', '103650.040000', '103650.500000', '103650.960000', '103651.420000', '103651.880000', '103652.340000', '103652.800000', '103653.260000', '103653.720000', '103654.180000', '103654.640000', '103655.100000', '103655.560000', '103656.020000', '103656.480000', '103656.940000', '103657.400000', '103657.860000', '103658.320000', '103658.780000', '103659.240000', '103659.700000', '103700.160000', '103700.620000', '103701.080000', '103701.540000', '103702.000000', '103702.460000', '103702.920000', '103703.380000', '103703.840000', '103704.300000', '103704.760000', '103705.220000', '103705.680000', '103706.140000', '103706.600000', '103707.060000', '103707.520000', '103707.980000', '103708.440000', '103708.900000', '103709.360000', '103709.820000', '103710.280000', '103710.740000', '103711.200000', '103711.660000', '103712.120000', '103712.580000', '103713.040000', '103713.500000', '103713.960000', '103714.420000', '103714.880000', '103715.340000', '103715.800000', '103716.260000', '103716.720000', '103717.180000', '103717.640000', '103718.100000', '103718.560000', '103719.020000', '103719.480000', '103719.940000', '103720.400000', '103720.860000', '103721.320000', '103721.780000', '103722.240000', '103722.700000', '103723.160000', '103723.620000', '103724.080000', '103724.540000', '103725.000000', '103725.460000', '103725.920000', '103726.380000', '103726.840000', '103727.300000', '103727.760000', '103728.220000', '103728.680000', '103729.140000', '103729.600000', '103730.060000', '103730.520000', '103730.980000', '103731.440000', '103731.900000', '103732.360000', '103732.820000', '103733.280000', '103733.740000', '103734.200000', '103734.660000', '103735.120000', '103735.580000', '103736.040000', '103736.500000', '103736.960000', '103737.420000', '103737.880000', '103738.340000', '103738.800000', '103739.260000', '103739.720000', '103740.180000', '103740.640000', '103741.100000', '103741.560000', '103742.020000', '103742.480000', '103742.940000', '103743.400000', '103743.860000', '103744.320000', '103744.780000', '103745.240000', '103745.700000', '103746.160000', '103746.620000', '103747.080000', '103747.540000', '103748.000000', '103748.460000', '103748.920000', '103749.380000', '103749.840000', '103750.300000', '103750.760000', '103751.220000', '103751.680000', '103752.140000', '103752.600000', '103753.060000', '103753.520000', '103753.980000', '103754.440000', '103754.900000', '103755.360000', '103755.820000', '103756.280000', '103756.740000', '103757.200000', '103757.660000', '103758.120000', '103758.580000', '103759.040000', '103759.500000', '103759.960000', '103800.420000', '103800.880000', '103801.340000', '103801.800000', '103802.260000', '103802.720000', '103803.180000', '103803.640000', '103804.100000', '103804.560000', '103805.020000', '103805.480000', '103805.940000', '103806.400000', '103806.860000', '103807.320000', '103807.780000', '103808.240000', '103808.700000', '103809.160000', '103809.620000', '103810.080000', '103810.540000', '103811.000000', '103811.460000', '103811.920000', '103812.380000', '103812.840000', '103813.300000', '103813.760000', '103814.220000', '103814.680000', '103815.140000', '103815.600000', '103816.060000', '103816.520000', '103816.980000', '103817.440000', '103817.900000', '103818.360000', '103818.820000', '103819.280000', '103819.740000', '103820.200000', '103820.660000', '103821.120000', '103821.580000', '103822.040000', '103822.500000', '103822.960000', '103823.420000', '103823.880000', '103824.340000', '103824.800000', '103825.260000', '103825.720000', '103826.180000', '103826.640000', '103827.100000', '103827.560000', '103828.020000', '103828.480000', '103828.940000', '103829.400000', '103829.860000', '103830.320000', '103830.780000', '103831.240000', '103831.700000', '103832.160000', '103832.620000', '103833.080000', '103833.540000', '103834.000000', '103834.460000', '103834.920000', '103835.380000', '103835.840000', '103836.300000', '103836.760000', '103837.220000', '103837.680000', '103838.140000', '103838.600000', '103839.060000', '103839.520000', '103839.980000', '103840.440000', '103840.900000', '103841.360000', '103841.820000', '103842.280000', '103842.740000', '103843.200000', '103843.660000', '103844.120000', '103844.580000', '103845.040000', '103845.500000', '103845.960000', '103846.420000', '103846.880000', '103847.340000', '103847.800000', '103848.260000', '103848.720000', '103849.180000', '103849.640000', '103850.100000', '103850.560000', '103851.020000', '103851.480000', '103851.940000', '103852.400000', '103852.860000', '103853.320000', '103853.780000', '103854.240000', '103854.700000', '103855.160000', '103855.620000', '103856.080000', '103856.540000', '103857.000000', '103857.460000', '103857.920000', '103858.380000', '103858.840000', '103859.300000', '103859.760000', '103900.220000', '103900.680000', '103901.140000', '103901.600000', '103902.060000', '103902.520000', '103902.980000', '103903.440000', '103903.900000', '103904.360000', '103904.820000', '103905.280000', '103905.740000', '103906.200000', '103906.660000', '103907.120000', '103907.580000', '103908.040000', '103908.500000', '103908.960000', '103909.420000', '103909.880000', '103910.340000', '103910.800000', '103911.260000', '103911.720000', '103912.180000', '103912.640000', '103913.100000', '103913.560000', '103914.020000', '103914.480000', '103914.940000', '103915.400000', '103915.860000', '103916.320000', '103916.780000', '103917.240000', '103917.700000', '103918.160000', '103918.620000', '103919.080000', '103919.540000', '103920.000000', '103920.460000', '103920.920000', '103921.380000', '103921.840000', '103922.300000', '103922.760000', '103923.220000', '103923.680000', '103924.140000', '103924.600000', '103925.060000', '103925.520000', '103925.980000', '103926.440000', '103926.900000', '103927.360000', '103927.820000', '103928.280000', '103928.740000', '103929.200000', '103929.660000', '103930.120000', '103930.580000', '103931.040000', '103931.500000', '103931.960000', '103932.420000', '103932.880000', '103933.340000', '103933.800000', '103934.260000', '103934.720000', '103935.180000', '103935.640000', '103936.100000', '103936.560000', '103937.020000', '103937.480000', '103937.940000', '103938.400000', '103938.860000', '103939.320000', '103939.780000', '103940.240000', '103940.700000', '103941.160000', '103941.620000', '103942.080000', '103942.540000', '103943.000000', '103943.460000', '103943.920000', '103944.380000', '103944.840000', '103945.300000', '103945.760000', '103946.220000', '103946.680000', '103947.140000', '103947.600000', '103948.060000', '103948.520000', '103948.980000', '103949.440000', '103949.900000', '103950.360000', '103950.820000', '103951.280000', '103951.740000', '103952.200000', '103952.660000', '103953.120000', '103953.580000', '103954.040000', '103954.500000', '103954.960000', '103955.420000', '103955.880000', '103956.340000', '103956.800000', '103957.260000', '103957.720000', '103958.180000', '103958.640000', '103959.100000', '103959.560000', '104000.020000', '104000.480000', '104000.940000', '104001.400000', '104001.860000', '104002.320000', '104002.780000', '104003.240000', '104003.700000', '104004.160000', '104004.620000', '104005.080000', '104005.540000', '104006.000000', '104006.460000', '104006.920000', '104007.380000', '104007.840000', '104008.300000', '104008.760000', '104009.220000', '104009.680000', '104010.140000', '104010.600000', '104011.060000', '104011.520000', '104011.980000', '104012.440000', '104012.900000', '104013.360000', '104013.820000', '104014.280000', '104014.740000', '104015.200000', '104015.660000', '104016.120000', '104016.580000', '104017.040000', '104017.500000', '104017.960000', '104018.420000', '104018.880000', '104019.340000', '104019.800000', '104020.260000', '104020.720000', '104021.180000', '104021.640000', '104022.100000', '104022.560000', '104023.020000', '104023.480000', '104023.940000', '104024.400000', '104024.860000', '104025.320000', '104025.780000', '104026.240000', '104026.700000', '104027.160000', '104027.620000', '104028.080000', '104028.540000', '104029.000000', '104029.460000', '104029.920000', '104030.380000', '104030.840000', '104031.300000', '104031.760000', '104032.220000', '104032.680000', '104033.140000', '104033.600000', '104034.060000', '104034.520000', '104034.980000', '104035.440000', '104035.900000', '104036.360000', '104036.820000', '104037.280000', '104037.740000', '104038.200000', '104038.660000', '104039.120000', '104039.580000', '104040.040000', '104040.500000', '104040.960000', '104041.420000', '104041.880000', '104042.340000', '104042.800000', '104043.260000', '104043.720000', '104044.180000', '104044.640000', '104045.100000', '104045.560000', '104046.020000', '104046.480000', '104046.940000', '104047.400000', '104047.860000', '104048.320000', '104048.780000', '104049.240000', '104049.700000', '104050.160000', '104050.620000', '104051.080000', '104051.540000', '104052.000000', '104052.460000', '104052.920000', '104053.380000', '104053.840000', '104054.300000', '104054.760000', '104055.220000', '104055.680000', '104056.140000', '104056.600000', '104057.060000', '104057.520000', '104057.980000', '104058.440000', '104058.900000', '104059.360000', '104059.820000', '104100.280000', '104100.740000', '104101.200000', '104101.660000', '104102.120000', '104102.580000', '104103.040000', '104103.500000', '104103.960000', '104104.420000', '104104.880000', '104105.340000', '104105.800000', '104106.260000', '104106.720000', '104107.180000', '104107.640000', '104108.100000', '104108.560000', '104109.020000', '104109.480000', '104109.940000', '104110.400000', '104110.860000', '104111.320000', '104111.780000', '104112.240000', '104112.700000', '104113.160000', '104113.620000', '104114.080000', '104114.540000', '104115.000000', '104115.460000', '104115.920000', '104116.380000', '104116.840000', '104117.300000', '104117.760000', '104118.220000', '104118.680000', '104119.140000', '104119.600000', '104120.060000', '104120.520000', '104120.980000', '104121.440000', '104121.900000', '104122.360000', '104122.820000', '104123.280000', '104123.740000', '104124.200000', '104124.660000', '104125.120000', '104125.580000', '104126.040000', '104126.500000', '104126.960000', '104127.420000', '104127.880000', '104128.340000', '104128.800000', '104129.260000', '104129.720000', '104130.180000', '104130.640000', '104131.100000', '104131.560000', '104132.020000', '104132.480000', '104132.940000', '104133.400000', '104133.860000', '104134.320000', '104134.780000', '104135.240000', '104135.700000', '104136.160000', '104136.620000', '104137.080000', '104137.540000', '104138.000000', '104138.460000', '104138.920000', '104139.380000', '104139.840000', '104140.300000', '104140.760000', '104141.220000', '104141.680000', '104142.140000', '104142.600000', '104143.060000', '104143.520000', '104143.980000', '104144.440000', '104144.900000', '104145.360000', '104145.820000', '104146.280000', '104146.740000', '104147.200000', '104147.660000', '104148.120000', '104148.580000', '104149.040000', '104149.500000', '104149.960000', '104150.420000', '104150.880000', '104151.340000', '104151.800000', '104152.260000', '104152.720000', '104153.180000', '104153.640000', '104154.100000', '104154.560000', '104155.020000', '104155.480000', '104155.940000', '104156.400000', '104156.860000', '104157.320000', '104157.780000', '104158.240000', '104158.700000', '104159.160000', '104159.620000', '104200.080000', '104200.540000', '104201.000000', '104201.460000', '104201.920000', '104202.380000', '104202.840000', '104203.300000', '104203.760000', '104204.220000', '104204.680000', '104205.140000', '104205.600000', '104206.060000', '104206.520000', '104206.980000', '104207.440000', '104207.900000', '104208.360000', '104208.820000', '104209.280000', '104209.740000', '104210.200000', '104210.660000', '104211.120000', '104211.580000', '104212.040000', '104212.500000', '104212.960000', '104213.420000', '104213.880000', '104214.340000', '104214.800000', '104215.260000', '104215.720000', '104216.180000', '104216.640000', '104217.100000', '104217.560000', '104218.020000', '104218.480000', '104218.940000', '104219.400000', '104219.860000', '104220.320000', '104220.780000', '104221.240000', '104221.700000', '104222.160000', '104222.620000', '104223.080000', '104223.540000', '104224.000000', '104224.460000', '104224.920000', '104225.380000', '104225.840000', '104226.300000', '104226.760000', '104227.220000', '104227.680000', '104228.140000', '104228.600000', '104229.060000', '104229.520000', '104229.980000', '104230.440000', '104230.900000', '104231.360000', '104231.820000', '104232.280000', '104232.740000', '104233.200000', '104233.660000', '104234.120000', '104234.580000', '104235.040000', '104235.500000', '104235.960000', '104236.420000', '104236.880000', '104237.340000', '104237.800000', '104238.260000', '104238.720000', '104239.180000', '104239.640000', '104240.100000', '104240.560000', '104241.020000', '104241.480000', '104241.940000', '104242.400000', '104242.860000', '104243.320000', '104243.780000', '104244.240000', '104244.700000', '104245.160000', '104245.620000', '104246.080000', '104246.540000', '104247.000000', '104247.460000', '104247.920000', '104248.380000', '104248.840000', '104249.300000', '104249.760000', '104250.220000', '104250.680000', '104251.140000', '104251.600000', '104252.060000', '104252.520000', '104252.980000', '104253.440000', '104253.900000', '104254.360000', '104254.820000', '104255.280000', '104255.740000', '104256.200000', '104256.660000', '104257.120000', '104257.580000', '104258.040000', '104258.500000', '104258.960000', '104259.420000', '104259.880000', '104300.340000', '104300.800000', '104301.260000', '104301.720000', '104302.180000', '104302.640000', '104303.100000', '104303.560000', '104304.020000', '104304.480000', '104304.940000', '104305.400000', '104305.860000', '104306.320000', '104306.780000', '104307.240000', '104307.700000', '104308.160000', '104308.620000', '104309.080000', '104309.540000', '104310.000000', '104310.460000', '104310.920000', '104311.380000', '104311.840000', '104312.300000', '104312.760000', '104313.220000', '104313.680000', '104314.140000', '104314.600000', '104315.060000', '104315.520000', '104315.980000', '104316.440000'], 'ContentTime': ['103658.698000', '103658.702000', '103658.704000', '103658.707000', '103658.710000', '103658.713000', '103658.715000', '103658.718000', '103658.721000', '103658.723000', '103658.726000', '103658.728000', '103658.731000', '103658.734000', '103658.736000', '103658.739000', '103658.742000', '103658.744000', '103658.747000', '103658.750000', '103658.752000', '103658.755000', '103658.758000', '103658.760000', '103658.763000', '103658.766000', '103658.769000', '103658.772000', '103658.775000', '103658.777000', '103658.780000', '103658.782000', '103658.785000', '103658.788000', '103658.791000', '103658.794000', '103658.797000', '103658.799000', '103658.802000', '103658.804000', '103658.807000', '103658.810000', '103658.812000', '103658.815000', '103658.817000', '103658.826000', '103658.829000', '103718.668000', '103718.671000', '103718.674000', '103718.676000', '103718.679000', '103718.682000', '103718.684000', '103718.687000', '103718.689000', '103718.692000', '103718.695000', '103718.697000', '103718.700000', '103718.702000', '103718.705000', '103718.707000', '103718.710000', '103718.713000', '103718.715000', '103718.718000', '103718.720000', '103718.723000', '103718.725000', '103718.728000', '103718.731000', '103718.733000', '103718.736000', '103718.738000', '103718.741000', '103718.743000', '103718.746000', '103718.748000', '103718.751000', '103718.754000', '103718.756000', '103718.759000', '103718.761000', '103718.764000', '103718.767000', '103718.769000', '103718.772000', '103718.782000', '103718.785000', '103718.788000', '103738.668000', '103738.671000', '103738.674000', '103738.676000', '103738.679000', '103738.681000', '103738.684000', '103738.687000', '103738.689000', '103738.692000', '103738.694000', '103738.697000', '103738.700000', '103738.702000', '103738.705000', '103738.707000', '103738.715000', '103738.717000', '103738.720000', '103738.722000', '103738.725000', '103738.727000', '103738.730000', '103738.733000', '103738.735000', '103738.738000', '103738.740000', '103738.743000', '103738.747000', '103738.750000', '103738.752000', '103738.755000', '103738.757000', '103738.760000', '103738.763000', '103738.765000', '103738.768000', '103738.770000', '103738.773000', '103738.775000', '103738.778000', '103738.781000', '103738.783000', '103758.667000', '103758.670000', '103758.673000', '103758.675000', '103758.678000', '103758.680000', '103758.683000', '103758.686000', '103758.688000', '103758.691000', '103758.718000', '103758.721000', '103758.723000', '103758.726000', '103758.728000', '103758.731000', '103758.734000', '103758.736000', '103758.739000', '103758.741000', '103758.744000', '103758.746000', '103758.749000', '103758.751000', '103758.754000', '103758.757000', '103758.759000', '103758.762000', '103758.764000', '103758.767000', '103758.769000', '103758.772000', '103758.775000', '103758.777000', '103758.780000', '103758.788000', '103758.790000', '103758.793000', '103758.795000', '103758.798000', '103758.801000', '103758.803000', '103758.806000', '103758.808000', '103818.667000', '103818.670000', '103818.673000', '103818.675000', '103818.678000', '103818.681000', '103818.683000', '103818.686000', '103818.688000', '103818.691000', '103818.694000', '103818.696000', '103818.699000', '103818.701000', '103818.704000', '103818.707000', '103818.709000', '103818.712000', '103818.714000', '103818.717000', '103818.720000', '103818.722000', '103818.725000', '103818.727000', '103818.730000', '103818.732000', '103818.735000', '103818.738000', '103818.740000', '103818.743000', '103818.745000', '103818.748000', '103818.750000', '103818.753000', '103818.755000', '103818.758000', '103818.769000', '103818.771000', '103818.774000', '103818.777000', '103818.779000', '103818.782000', '103818.784000', '103838.668000', '103838.671000', '103838.674000', '103838.676000', '103838.679000', '103838.681000', '103838.684000', '103838.687000', '103838.689000', '103838.692000', '103838.695000', '103838.697000', '103838.700000', '103838.702000', '103838.705000', '103838.707000', '103838.710000', '103838.713000', '103838.715000', '103838.718000', '103838.720000', '103838.723000', '103838.726000', '103838.728000', '103838.731000', '103838.733000', '103838.736000', '103838.739000', '103838.741000', '103838.744000', '103838.746000', '103838.749000', '103838.751000', '103838.754000', '103838.757000', '103838.759000', '103838.762000', '103838.764000', '103838.767000', '103838.770000', '103838.772000', '103838.775000', '103838.777000', '103838.780000', '103858.669000', '103858.671000', '103858.674000', '103858.677000', '103858.679000', '103858.682000', '103858.684000', '103858.687000', '103858.690000', '103858.692000', '103858.695000', '103858.697000', '103858.700000', '103858.702000', '103858.705000', '103858.708000', '103858.710000', '103858.713000', '103858.715000', '103858.718000', '103858.721000', '103858.723000', '103858.726000', '103858.728000', '103858.731000', '103858.734000', '103858.736000', '103858.739000', '103858.741000', '103858.744000', '103858.746000', '103858.749000', '103858.752000', '103858.754000', '103858.757000', '103858.760000', '103858.762000', '103858.765000', '103858.767000', '103858.770000', '103858.773000', '103858.775000', '103858.778000', '103918.668000', '103918.671000', '103918.674000', '103918.676000', '103918.679000', '103918.682000', '103918.685000', '103918.687000', '103918.690000', '103918.692000', '103918.695000', '103918.705000', '103918.707000', '103918.710000', '103918.712000', '103918.715000', '103918.717000', '103918.720000', '103918.723000', '103918.725000', '103918.728000', '103918.731000', '103918.733000', '103918.736000', '103918.738000', '103918.741000', '103918.744000', '103918.746000', '103918.749000', '103918.751000', '103918.754000', '103918.756000', '103918.759000', '103918.762000', '103918.764000', '103918.767000', '103918.769000', '103918.772000', '103918.775000', '103918.777000', '103918.780000', '103918.782000', '103918.785000', '103918.787000', '103938.669000', '103938.671000', '103938.674000', '103938.677000', '103938.679000', '103938.682000', '103938.684000', '103938.687000', '103938.689000', '103938.692000', '103938.695000', '103938.697000', '103938.700000', '103938.702000', '103938.705000', '103938.707000', '103938.718000', '103938.720000', '103938.723000', '103938.725000', '103938.728000', '103938.731000', '103938.733000', '103938.736000', '103938.738000', '103938.741000', '103938.743000', '103938.746000', '103938.748000', '103938.751000', '103938.754000', '103938.756000', '103938.759000', '103938.761000', '103938.764000', '103938.766000', '103938.769000', '103938.772000', '103938.774000', '103938.777000', '103938.779000', '103938.782000', '103938.784000', '103958.668000', '103958.671000', '103958.674000', '103958.676000', '103958.679000', '103958.682000', '103958.684000', '103958.687000', '103958.689000', '103958.692000', '103958.694000', '103958.697000', '103958.700000', '103958.702000', '103958.705000', '103958.707000', '103958.710000', '103958.713000', '103958.715000', '103958.718000', '103958.720000', '103958.723000', '103958.726000', '103958.728000', '103958.731000', '103958.733000', '103958.736000', '103958.738000', '103958.741000', '103958.744000', '103958.754000', '103958.756000', '103958.759000', '103958.762000', '103958.764000', '103958.767000', '103958.769000', '103958.772000', '103958.774000', '103958.777000', '103958.779000', '103958.782000', '103958.785000', '103958.787000', '104018.668000', '104018.670000', '104018.673000', '104018.676000', '104018.678000', '104018.681000', '104018.684000', '104018.686000', '104018.689000', '104018.692000', '104018.694000', '104018.697000', '104018.699000', '104018.702000', '104018.704000', '104018.707000', '104018.710000', '104018.712000', '104018.715000', '104018.717000', '104018.720000', '104018.722000', '104018.725000', '104018.728000', '104018.730000', '104018.733000', '104018.735000', '104018.738000', '104018.740000', '104018.743000', '104018.746000', '104018.748000', '104018.751000', '104018.753000', '104018.756000', '104018.758000', '104018.761000', '104018.764000', '104018.766000', '104018.769000', '104018.771000', '104018.774000', '104018.776000', '104038.670000', '104038.673000', '104038.675000', '104038.678000', '104038.680000', '104038.683000', '104038.686000', '104038.688000', '104038.691000', '104038.693000', '104038.696000', '104038.698000', '104038.701000', '104038.704000', '104038.706000', '104038.709000', '104038.711000', '104038.714000', '104038.717000', '104038.719000', '104038.722000', '104038.725000', '104038.727000', '104038.730000', '104038.732000', '104038.735000', '104038.738000', '104038.740000', '104038.743000', '104038.746000', '104038.748000', '104038.751000', '104038.781000', '104038.783000', '104038.786000', '104038.788000', '104038.791000', '104038.793000', '104038.796000', '104038.799000', '104038.801000', '104038.804000', '104038.807000', '104038.809000', '104058.669000', '104058.671000', '104058.674000', '104058.676000', '104058.679000', '104058.682000', '104058.684000', '104058.687000', '104058.690000', '104058.692000', '104058.695000', '104058.698000', '104058.700000', '104058.703000', '104058.705000', '104058.708000', '104058.711000', '104058.713000', '104058.716000', '104058.718000', '104058.721000', '104058.723000', '104058.726000', '104058.729000', '104058.731000', '104058.734000', '104058.737000', '104058.739000', '104058.742000', '104058.744000', '104058.747000', '104058.750000', '104058.752000', '104058.755000', '104058.757000', '104058.760000', '104058.762000', '104058.765000', '104058.768000', '104058.770000', '104058.773000', '104058.785000', '104058.788000', '104118.669000', '104118.671000', '104118.674000', '104118.676000', '104118.679000', '104118.681000', '104118.684000', '104118.687000', '104118.689000', '104118.692000', '104118.695000', '104118.697000', '104118.700000', '104118.703000', '104118.706000', '104118.708000', '104118.711000', '104118.714000', '104118.716000', '104118.719000', '104118.721000', '104118.724000', '104118.727000', '104118.729000', '104118.732000', '104118.734000', '104118.737000', '104118.740000', '104118.742000', '104118.745000', '104118.747000', '104118.750000', '104118.752000', '104118.755000', '104118.758000', '104118.760000', '104118.763000', '104118.765000', '104118.768000', '104118.770000', '104118.773000', '104118.776000', '104118.778000', '104118.781000', '104138.669000', '104138.671000', '104138.674000', '104138.677000', '104138.679000', '104138.682000', '104138.684000', '104138.687000', '104138.689000', '104138.692000', '104138.695000', '104138.697000', '104138.700000', '104138.702000', '104138.705000', '104138.708000', '104138.710000', '104138.713000', '104138.715000', '104138.718000', '104138.720000', '104138.723000', '104138.725000', '104138.728000', '104138.731000', '104138.733000', '104138.736000', '104138.738000', '104138.741000', '104138.743000', '104138.746000', '104138.749000', '104138.751000', '104138.754000', '104138.756000', '104138.759000', '104138.761000', '104138.764000', '104138.766000', '104138.769000', '104138.772000', '104138.774000', '104138.777000', '104158.669000', '104158.671000', '104158.674000', '104158.677000', '104158.679000', '104158.682000', '104158.684000', '104158.687000', '104158.690000', '104158.693000', '104158.696000', '104158.698000', '104158.701000', '104158.704000', '104158.708000', '104158.711000', '104158.714000', '104158.716000', '104158.719000', '104158.721000', '104158.724000', '104158.727000', '104158.729000', '104158.732000', '104158.735000', '104158.737000', '104158.740000', '104158.742000', '104158.745000', '104158.747000', '104158.750000', '104158.752000', '104158.755000', '104158.758000', '104158.760000', '104158.763000', '104158.766000', '104158.768000', '104158.771000', '104158.774000', '104158.776000', '104158.779000', '104158.782000', '104218.668000', '104218.671000', '104218.674000', '104218.676000', '104218.679000', '104218.682000', '104218.684000', '104218.687000', '104218.690000', '104218.692000', '104218.695000', '104218.697000', '104218.700000', '104218.703000', '104218.705000', '104218.708000', '104218.710000', '104218.713000', '104218.716000', '104218.718000', '104218.721000', '104218.724000', '104218.727000', '104218.730000', '104218.733000', '104218.735000', '104218.738000', '104218.740000', '104218.743000', '104218.746000', '104218.748000', '104218.751000', '104218.753000', '104218.756000', '104218.759000', '104218.761000', '104218.764000', '104218.766000', '104218.769000', '104218.772000', '104218.774000', '104218.777000', '104218.780000', '104218.782000', '104238.667000', '104238.670000', '104238.673000', '104238.675000', '104238.678000', '104238.681000', '104238.683000', '104238.686000', '104238.717000', '104238.719000', '104238.722000', '104238.725000', '104238.727000', '104238.730000', '104238.732000', '104238.735000', '104238.738000', '104238.740000', '104238.743000', '104238.745000', '104238.748000', '104238.751000', '104238.753000', '104238.756000', '104238.758000', '104238.761000', '104238.763000', '104238.766000', '104238.769000', '104238.771000', '104238.774000', '104238.776000', '104238.779000', '104238.781000', '104238.784000', '104238.787000', '104238.789000', '104238.792000', '104238.794000', '104238.797000', '104238.800000', '104238.802000', '104238.805000', '104258.668000', '104258.670000', '104258.673000', '104258.676000', '104258.678000', '104258.681000', '104258.683000', '104258.686000', '104258.689000', '104258.691000', '104258.694000', '104258.696000', '104258.699000', '104258.702000', '104258.704000', '104258.707000', '104258.709000', '104258.712000', '104258.714000', '104258.717000', '104258.719000', '104258.722000', '104258.725000', '104258.727000', '104258.730000', '104258.732000', '104258.735000', '104258.737000', '104258.740000', '104258.743000', '104258.745000', '104258.748000', '104258.750000', '104258.753000', '104258.756000', '104258.758000', '104258.761000', '104258.763000', '104258.766000', '104258.768000', '104258.771000', '104258.774000', '104258.776000', '104258.779000', '104317.766000', '104317.769000', '104317.772000', '104317.775000', '104317.778000', '104317.780000', '104317.783000', '104317.786000', '104317.789000', '104317.792000', '104317.795000', '104317.798000', '104317.800000', '104317.803000', '104317.806000', '104317.808000', '104317.811000', '104317.813000', '104317.816000', '104317.819000', '104317.822000', '104317.824000', '104317.827000', '104317.830000', '104317.832000', '104317.835000', '104317.838000', '104317.841000', '104317.843000', '104317.846000', '104317.849000', '104317.851000', '104317.854000', '104317.857000', '104317.860000', '104317.864000', '104317.867000', '104317.870000', '104317.873000', '104317.875000', '104317.878000', '104317.881000'], 'InstanceCreationTime': ['103658.698000', '103658.702000', '103658.704000', '103658.707000', '103658.710000', '103658.713000', '103658.715000', '103658.718000', '103658.721000', '103658.723000', '103658.726000', '103658.728000', '103658.731000', '103658.734000', '103658.736000', '103658.739000', '103658.742000', '103658.744000', '103658.747000', '103658.750000', '103658.752000', '103658.755000', '103658.758000', '103658.760000', '103658.763000', '103658.766000', '103658.769000', '103658.772000', '103658.775000', '103658.777000', '103658.780000', '103658.782000', '103658.785000', '103658.788000', '103658.791000', '103658.794000', '103658.797000', '103658.799000', '103658.802000', '103658.804000', '103658.807000', '103658.810000', '103658.812000', '103658.815000', '103658.817000', '103658.826000', '103658.829000', '103718.668000', '103718.671000', '103718.674000', '103718.676000', '103718.679000', '103718.682000', '103718.684000', '103718.687000', '103718.689000', '103718.692000', '103718.695000', '103718.697000', '103718.700000', '103718.702000', '103718.705000', '103718.707000', '103718.710000', '103718.713000', '103718.715000', '103718.718000', '103718.720000', '103718.723000', '103718.725000', '103718.728000', '103718.731000', '103718.733000', '103718.736000', '103718.738000', '103718.741000', '103718.743000', '103718.746000', '103718.748000', '103718.751000', '103718.754000', '103718.756000', '103718.759000', '103718.761000', '103718.764000', '103718.767000', '103718.769000', '103718.772000', '103718.782000', '103718.785000', '103718.788000', '103738.668000', '103738.671000', '103738.674000', '103738.676000', '103738.679000', '103738.681000', '103738.684000', '103738.687000', '103738.689000', '103738.692000', '103738.694000', '103738.697000', '103738.700000', '103738.702000', '103738.705000', '103738.707000', '103738.715000', '103738.717000', '103738.720000', '103738.722000', '103738.725000', '103738.727000', '103738.730000', '103738.733000', '103738.735000', '103738.738000', '103738.740000', '103738.743000', '103738.747000', '103738.750000', '103738.752000', '103738.755000', '103738.757000', '103738.760000', '103738.763000', '103738.765000', '103738.768000', '103738.770000', '103738.773000', '103738.775000', '103738.778000', '103738.781000', '103738.783000', '103758.667000', '103758.670000', '103758.673000', '103758.675000', '103758.678000', '103758.680000', '103758.683000', '103758.686000', '103758.688000', '103758.691000', '103758.718000', '103758.721000', '103758.723000', '103758.726000', '103758.728000', '103758.731000', '103758.734000', '103758.736000', '103758.739000', '103758.741000', '103758.744000', '103758.746000', '103758.749000', '103758.751000', '103758.754000', '103758.757000', '103758.759000', '103758.762000', '103758.764000', '103758.767000', '103758.769000', '103758.772000', '103758.775000', '103758.777000', '103758.780000', '103758.788000', '103758.790000', '103758.793000', '103758.795000', '103758.798000', '103758.801000', '103758.803000', '103758.806000', '103758.808000', '103818.667000', '103818.670000', '103818.673000', '103818.675000', '103818.678000', '103818.681000', '103818.683000', '103818.686000', '103818.688000', '103818.691000', '103818.694000', '103818.696000', '103818.699000', '103818.701000', '103818.704000', '103818.707000', '103818.709000', '103818.712000', '103818.714000', '103818.717000', '103818.720000', '103818.722000', '103818.725000', '103818.727000', '103818.730000', '103818.732000', '103818.735000', '103818.738000', '103818.740000', '103818.743000', '103818.745000', '103818.748000', '103818.750000', '103818.753000', '103818.755000', '103818.758000', '103818.769000', '103818.771000', '103818.774000', '103818.777000', '103818.779000', '103818.782000', '103818.784000', '103838.668000', '103838.671000', '103838.674000', '103838.676000', '103838.679000', '103838.681000', '103838.684000', '103838.687000', '103838.689000', '103838.692000', '103838.695000', '103838.697000', '103838.700000', '103838.702000', '103838.705000', '103838.707000', '103838.710000', '103838.713000', '103838.715000', '103838.718000', '103838.720000', '103838.723000', '103838.726000', '103838.728000', '103838.731000', '103838.733000', '103838.736000', '103838.739000', '103838.741000', '103838.744000', '103838.746000', '103838.749000', '103838.751000', '103838.754000', '103838.757000', '103838.759000', '103838.762000', '103838.764000', '103838.767000', '103838.770000', '103838.772000', '103838.775000', '103838.777000', '103838.780000', '103858.669000', '103858.671000', '103858.674000', '103858.677000', '103858.679000', '103858.682000', '103858.684000', '103858.687000', '103858.690000', '103858.692000', '103858.695000', '103858.697000', '103858.700000', '103858.702000', '103858.705000', '103858.708000', '103858.710000', '103858.713000', '103858.715000', '103858.718000', '103858.721000', '103858.723000', '103858.726000', '103858.728000', '103858.731000', '103858.734000', '103858.736000', '103858.739000', '103858.741000', '103858.744000', '103858.746000', '103858.749000', '103858.752000', '103858.754000', '103858.757000', '103858.760000', '103858.762000', '103858.765000', '103858.767000', '103858.770000', '103858.773000', '103858.775000', '103858.778000', '103918.668000', '103918.671000', '103918.674000', '103918.676000', '103918.679000', '103918.682000', '103918.685000', '103918.687000', '103918.690000', '103918.692000', '103918.695000', '103918.705000', '103918.707000', '103918.710000', '103918.712000', '103918.715000', '103918.717000', '103918.720000', '103918.723000', '103918.725000', '103918.728000', '103918.731000', '103918.733000', '103918.736000', '103918.738000', '103918.741000', '103918.744000', '103918.746000', '103918.749000', '103918.751000', '103918.754000', '103918.756000', '103918.759000', '103918.762000', '103918.764000', '103918.767000', '103918.769000', '103918.772000', '103918.775000', '103918.777000', '103918.780000', '103918.782000', '103918.785000', '103918.787000', '103938.669000', '103938.671000', '103938.674000', '103938.677000', '103938.679000', '103938.682000', '103938.684000', '103938.687000', '103938.689000', '103938.692000', '103938.695000', '103938.697000', '103938.700000', '103938.702000', '103938.705000', '103938.707000', '103938.718000', '103938.720000', '103938.723000', '103938.725000', '103938.728000', '103938.731000', '103938.733000', '103938.736000', '103938.738000', '103938.741000', '103938.743000', '103938.746000', '103938.748000', '103938.751000', '103938.754000', '103938.756000', '103938.759000', '103938.761000', '103938.764000', '103938.766000', '103938.769000', '103938.772000', '103938.774000', '103938.777000', '103938.779000', '103938.782000', '103938.784000', '103958.668000', '103958.671000', '103958.674000', '103958.676000', '103958.679000', '103958.682000', '103958.684000', '103958.687000', '103958.689000', '103958.692000', '103958.694000', '103958.697000', '103958.700000', '103958.702000', '103958.705000', '103958.707000', '103958.710000', '103958.713000', '103958.715000', '103958.718000', '103958.720000', '103958.723000', '103958.726000', '103958.728000', '103958.731000', '103958.733000', '103958.736000', '103958.738000', '103958.741000', '103958.744000', '103958.754000', '103958.756000', '103958.759000', '103958.762000', '103958.764000', '103958.767000', '103958.769000', '103958.772000', '103958.774000', '103958.777000', '103958.779000', '103958.782000', '103958.785000', '103958.787000', '104018.668000', '104018.670000', '104018.673000', '104018.676000', '104018.678000', '104018.681000', '104018.684000', '104018.686000', '104018.689000', '104018.692000', '104018.694000', '104018.697000', '104018.699000', '104018.702000', '104018.704000', '104018.707000', '104018.710000', '104018.712000', '104018.715000', '104018.717000', '104018.720000', '104018.722000', '104018.725000', '104018.728000', '104018.730000', '104018.733000', '104018.735000', '104018.738000', '104018.740000', '104018.743000', '104018.746000', '104018.748000', '104018.751000', '104018.753000', '104018.756000', '104018.758000', '104018.761000', '104018.764000', '104018.766000', '104018.769000', '104018.771000', '104018.774000', '104018.776000', '104038.670000', '104038.673000', '104038.675000', '104038.678000', '104038.680000', '104038.683000', '104038.686000', '104038.688000', '104038.691000', '104038.693000', '104038.696000', '104038.698000', '104038.701000', '104038.704000', '104038.706000', '104038.709000', '104038.711000', '104038.714000', '104038.717000', '104038.719000', '104038.722000', '104038.725000', '104038.727000', '104038.730000', '104038.732000', '104038.735000', '104038.738000', '104038.740000', '104038.743000', '104038.746000', '104038.748000', '104038.751000', '104038.781000', '104038.783000', '104038.786000', '104038.788000', '104038.791000', '104038.793000', '104038.796000', '104038.799000', '104038.801000', '104038.804000', '104038.807000', '104038.809000', '104058.669000', '104058.671000', '104058.674000', '104058.676000', '104058.679000', '104058.682000', '104058.684000', '104058.687000', '104058.690000', '104058.692000', '104058.695000', '104058.698000', '104058.700000', '104058.703000', '104058.705000', '104058.708000', '104058.711000', '104058.713000', '104058.716000', '104058.718000', '104058.721000', '104058.723000', '104058.726000', '104058.729000', '104058.731000', '104058.734000', '104058.737000', '104058.739000', '104058.742000', '104058.744000', '104058.747000', '104058.750000', '104058.752000', '104058.755000', '104058.757000', '104058.760000', '104058.762000', '104058.765000', '104058.768000', '104058.770000', '104058.773000', '104058.785000', '104058.788000', '104118.669000', '104118.671000', '104118.674000', '104118.676000', '104118.679000', '104118.681000', '104118.684000', '104118.687000', '104118.689000', '104118.692000', '104118.695000', '104118.697000', '104118.700000', '104118.703000', '104118.706000', '104118.708000', '104118.711000', '104118.714000', '104118.716000', '104118.719000', '104118.721000', '104118.724000', '104118.727000', '104118.729000', '104118.732000', '104118.734000', '104118.737000', '104118.740000', '104118.742000', '104118.745000', '104118.747000', '104118.750000', '104118.752000', '104118.755000', '104118.758000', '104118.760000', '104118.763000', '104118.765000', '104118.768000', '104118.770000', '104118.773000', '104118.776000', '104118.778000', '104118.781000', '104138.669000', '104138.671000', '104138.674000', '104138.677000', '104138.679000', '104138.682000', '104138.684000', '104138.687000', '104138.689000', '104138.692000', '104138.695000', '104138.697000', '104138.700000', '104138.702000', '104138.705000', '104138.708000', '104138.710000', '104138.713000', '104138.715000', '104138.718000', '104138.720000', '104138.723000', '104138.725000', '104138.728000', '104138.731000', '104138.733000', '104138.736000', '104138.738000', '104138.741000', '104138.743000', '104138.746000', '104138.749000', '104138.751000', '104138.754000', '104138.756000', '104138.759000', '104138.761000', '104138.764000', '104138.766000', '104138.769000', '104138.772000', '104138.774000', '104138.777000', '104158.669000', '104158.671000', '104158.674000', '104158.677000', '104158.679000', '104158.682000', '104158.684000', '104158.687000', '104158.690000', '104158.693000', '104158.696000', '104158.698000', '104158.701000', '104158.704000', '104158.708000', '104158.711000', '104158.714000', '104158.716000', '104158.719000', '104158.721000', '104158.724000', '104158.727000', '104158.729000', '104158.732000', '104158.735000', '104158.737000', '104158.740000', '104158.742000', '104158.745000', '104158.747000', '104158.750000', '104158.752000', '104158.755000', '104158.758000', '104158.760000', '104158.763000', '104158.766000', '104158.768000', '104158.771000', '104158.774000', '104158.776000', '104158.779000', '104158.782000', '104218.668000', '104218.671000', '104218.674000', '104218.676000', '104218.679000', '104218.682000', '104218.684000', '104218.687000', '104218.690000', '104218.692000', '104218.695000', '104218.697000', '104218.700000', '104218.703000', '104218.705000', '104218.708000', '104218.710000', '104218.713000', '104218.716000', '104218.718000', '104218.721000', '104218.724000', '104218.727000', '104218.730000', '104218.733000', '104218.735000', '104218.738000', '104218.740000', '104218.743000', '104218.746000', '104218.748000', '104218.751000', '104218.753000', '104218.756000', '104218.759000', '104218.761000', '104218.764000', '104218.766000', '104218.769000', '104218.772000', '104218.774000', '104218.777000', '104218.780000', '104218.782000', '104238.667000', '104238.670000', '104238.673000', '104238.675000', '104238.678000', '104238.681000', '104238.683000', '104238.686000', '104238.717000', '104238.719000', '104238.722000', '104238.725000', '104238.727000', '104238.730000', '104238.732000', '104238.735000', '104238.738000', '104238.740000', '104238.743000', '104238.745000', '104238.748000', '104238.751000', '104238.753000', '104238.756000', '104238.758000', '104238.761000', '104238.763000', '104238.766000', '104238.769000', '104238.771000', '104238.774000', '104238.776000', '104238.779000', '104238.781000', '104238.784000', '104238.787000', '104238.789000', '104238.792000', '104238.794000', '104238.797000', '104238.800000', '104238.802000', '104238.805000', '104258.668000', '104258.670000', '104258.673000', '104258.676000', '104258.678000', '104258.681000', '104258.683000', '104258.686000', '104258.689000', '104258.691000', '104258.694000', '104258.696000', '104258.699000', '104258.702000', '104258.704000', '104258.707000', '104258.709000', '104258.712000', '104258.714000', '104258.717000', '104258.719000', '104258.722000', '104258.725000', '104258.727000', '104258.730000', '104258.732000', '104258.735000', '104258.737000', '104258.740000', '104258.743000', '104258.745000', '104258.748000', '104258.750000', '104258.753000', '104258.756000', '104258.758000', '104258.761000', '104258.763000', '104258.766000', '104258.768000', '104258.771000', '104258.774000', '104258.776000', '104258.779000', '104317.766000', '104317.769000', '104317.772000', '104317.775000', '104317.778000', '104317.780000', '104317.783000', '104317.786000', '104317.789000', '104317.792000', '104317.795000', '104317.798000', '104317.800000', '104317.803000', '104317.806000', '104317.808000', '104317.811000', '104317.813000', '104317.816000', '104317.819000', '104317.822000', '104317.824000', '104317.827000', '104317.830000', '104317.832000', '104317.835000', '104317.838000', '104317.841000', '104317.843000', '104317.846000', '104317.849000', '104317.851000', '104317.854000', '104317.857000', '104317.860000', '104317.864000', '104317.867000', '104317.870000', '104317.873000', '104317.875000', '104317.878000', '104317.881000'], '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': [12441, 16259, 13060, 12519, 15458, 12931, 12303, 13931, 12725, 12798, 14831, 12571, 12158, 15354, 13183, 12786, 13425, 12911, 12439, 14487, 12947, 12513, 14211, 13158, 12610, 14753, 13218, 12561, 14221, 13407, 13126, 14038, 13245, 12406, 14629, 13432, 12427, 13093, 13010, 12176, 15311, 13059, 12220, 15194, 13590, 12762, 14786, 13069, 11848, 15432, 13724, 12323, 15119, 13093, 11742, 15351, 13237, 12149, 14372, 13286, 12732, 14106, 12544, 12297, 12864, 13010, 12668, 12682, 13146, 12425, 14452, 13696, 12518, 13939, 13220, 12962, 14847, 13366, 12843, 14974, 13081, 13549, 11869, 12842, 13366, 12182, 14592, 13675, 11867, 13624, 13947, 12375, 14367, 13733, 11854, 13247, 13513, 12386, 12425, 13579, 12022, 15754, 13416, 12488, 13712, 13040, 13069, 14546, 12935, 12463, 14460, 13028, 12385, 13574, 12458, 12265, 14392, 11942, 12644, 12902, 12886, 13180, 12110, 14531, 12726, 11585, 14343, 12261, 11999, 13860, 12572, 12544, 13902, 12799, 12331, 13370, 12610, 12838, 13476, 12896, 12446, 13887, 12857, 13168, 12706, 12233, 12790, 13441, 11510, 12833, 12448, 12644, 13258, 13811, 12792, 13032, 14576, 11543, 13366, 13491, 12346, 13214, 14106, 16360, 12664, 13228, 15535, 13101, 12898, 14034, 12092, 12624, 13693, 13209, 12907, 11815, 13109, 13280, 12223, 15628, 12196, 11800, 15702, 12599, 12397, 14408, 12609, 12358, 14681, 12059, 12251, 13919, 12105, 12423, 13493, 12923, 12760, 11652, 16158, 13005, 11984, 14469, 12902, 12086, 13917, 12188, 12552, 11892, 12500, 12436, 13582, 13595, 12974, 13640, 12531, 12629, 14133, 12514, 12399, 13712, 13052, 12277, 15263, 12937, 11771, 12658, 13397, 13306, 13771, 12744, 13999, 16074, 13473, 11936, 15158, 12892, 11476, 15700, 12933, 12400, 12558, 13062, 12749, 11983, 12678, 12758, 11960, 13028, 12963, 11682, 10996, 12219, 12984, 11045, 12465, 11618, 10842, 12577, 13222, 13197, 12498, 12557, 13079, 13083, 11859, 13028, 13073, 11870, 15415, 12412, 12174, 13440, 12881, 12103, 15528, 12255, 12129, 13701, 12639, 12332, 14482, 12884, 12275, 13105, 12741, 12317, 15386, 12486, 12192, 12408, 13396, 12197, 12245, 12514, 14286, 12528, 12989, 15287, 12479, 11941, 15449, 12983, 12534, 14257, 12903, 12711, 13675, 14963, 12425, 12391, 12649, 12747, 11689, 11800, 12263, 12310, 12704, 12531, 12844, 12868, 12260, 13597, 12705, 12114, 13268, 12055, 11767, 14542, 12834, 11646, 14211, 12122, 11934, 13842, 13338, 12174, 11586, 12973, 13282, 13078, 12141, 15117, 13439, 12364, 15001, 13079, 11429, 15121, 12731, 11448, 15238, 13636, 12026, 14608, 13060, 11811, 15766, 13158, 11198, 15744, 13009, 11933, 15837, 12807, 12162, 16012, 12897, 11606, 15418, 14192, 11341, 13870, 14142, 11054, 12905, 12972, 11359, 12900, 12475, 11545, 12403, 14860, 12237, 11752, 13669, 12084, 11581, 12942, 12036, 11225, 12976, 12291, 12049, 13064, 12321, 11840, 12880, 12582, 12310, 12033, 12546, 11516, 12439, 13124, 11975, 14338, 12426, 11512, 11130, 13249, 12286, 12614, 12946, 11636, 11323, 12909, 11823, 11612, 12314, 13584, 11831, 12548, 13092, 12557, 12532, 14439, 12772, 12083, 14444, 12640, 12518, 13969, 12524, 12382, 11990, 13185, 11897, 13394, 12685, 14403, 11774, 12862, 14999, 11785, 12104, 15508, 13050, 11991, 14783, 12704, 12913, 13845, 12398, 12207, 13937, 12652, 12595, 13618, 12680, 12429, 13365, 14564, 12079, 12336, 12333, 12317, 12114, 16064, 12745, 11632, 15265, 12717, 11740, 14995, 12587, 11460, 14465, 12960, 12007, 13190, 12770, 11866, 11968, 14041, 12293, 11579, 14922, 12331, 12187, 15189, 12866, 11644, 14367, 13056, 11932, 14069, 12796, 12154, 11936, 12924, 12087, 13163, 13018, 12156, 12559, 13738, 12525, 12893, 13379, 11528, 12903, 13277, 12697, 12861, 12609, 15249, 12920, 12720, 15109, 12099, 12775, 14385, 12310, 13474, 12100, 12794, 12896, 14248, 13007, 12386, 14739, 12852, 12016, 16349, 12746, 12130, 12023, 13077, 13057, 14037, 12513, 13209, 14915, 12453, 11849, 15175, 12436, 11786, 14113, 12649, 11485, 12412, 12553, 11800, 15102, 12449, 11927, 12019, 12527, 12285, 11930, 12441, 11997, 11579, 13041, 12185, 12155, 12848, 11880, 12188, 13227, 11834, 13080, 12786, 12237, 14095, 12771, 11649, 13400, 12767, 12137, 15485, 12623, 11856, 15284, 13173, 12208, 12919, 12628, 11969, 12236, 13243, 12005, 12722, 12704, 13024, 12345, 12875, 14884, 12835, 12822, 15443, 15328, 12813, 13642, 14715, 12625, 11966, 15799, 13051, 11710, 15390, 12969, 12425, 12869, 12824, 12538, 12300, 13811, 12591, 11357, 14751, 12648, 12190, 14308, 12840, 11779, 13975, 12931, 12332, 13171, 12743, 12110, 14189, 12789, 12171, 13563, 12580, 12411, 14404, 12569, 11962, 13309, 12342, 12460, 14511, 12517, 12049, 14644, 12514, 12838, 12875, 12210, 12665, 13034, 11950, 12520, 11754, 13206, 13292, 11860, 13247, 12824, 12186, 15677, 12297, 11913, 14045, 12889, 12049, 12541, 13205, 12197, 11880, 13229, 12002, 16261, 13185, 12145, 15403, 12500, 12249, 13989, 12982, 12212, 14598, 12445, 11662, 14113, 12227, 12477, 14291, 12981, 11923, 14331, 13285, 11891, 14343, 13376, 11910, 14895, 13420, 12091, 13173, 12938, 12524, 11609, 12372, 11694, 11687, 16211, 12606, 11673, 12815, 12290, 11903, 16127, 12495, 12271, 16510, 12561, 11855, 15167, 13131, 11490, 14455, 12732, 12111, 13533, 12376, 11775, 12715, 13584, 12196, 12422, 12585, 13607, 13178, 13234, 13348, 13872, 13606, 12367, 12719, 13219, 11977, 13227, 13375, 11714, 13655, 12943, 12286, 12675, 13147, 11446, 12925, 12424, 13372, 13110, 12634, 13446, 12667, 13460, 12328, 13560, 13144, 11636, 13371, 13192, 12537, 14371, 13110, 11944, 14833, 13144, 11702, 12602, 13262, 12242, 16162, 12969, 11948, 12177, 13689, 12127, 12885, 13032, 12018, 13150, 13482, 11464, 10453, 11869, 12262, 14831, 11147, 13926, 13651, 14913, 14862, 13964, 15539, 13494, 14077, 14017, 14024, 13947, 14716, 13687, 13540, 14297, 13753, 13536, 14321, 13721, 13343, 13770, 13879, 13317, 13704, 13199, 13696, 12696, 13083, 14042, 12740, 13350, 14364, 13044, 12554, 14398, 13364, 15504, 13961, 13923, 14511, 13985, 13822, 14328, 13538, 14135, 13100, 14311, 14063, 12846, 13196, 14074, 12920, 13316, 14601, 13754, 12827, 14581, 13788, 14596, 13971, 14356, 13911, 14739, 14477, 13387, 14356, 14448, 13222, 14292, 14125, 13449, 14308, 14136, 13772, 14332, 13905], 'WindowCenter': [4763.0, 4754.0, 4730.0, 4720.0, 4724.0, 4703.0, 4703.0, 4700.0, 4701.0, 4703.0, 4710.0, 4691.0, 4693.0, 4707.0, 4699.0, 4701.0, 4699.0, 4700.0, 4701.0, 4699.0, 4688.0, 4690.0, 4699.0, 4699.0, 4702.0, 4709.0, 4689.0, 4690.0, 4698.0, 4698.0, 4701.0, 4699.0, 4698.0, 4690.0, 4698.0, 4699.0, 4701.0, 4699.0, 4700.0, 4702.0, 4710.0, 4699.0, 4690.0, 4708.0, 4699.0, 4701.0, 4709.0, 4699.0, 4689.0, 4707.0, 4698.0, 4690.0, 4708.0, 4698.0, 4690.0, 4707.0, 4687.0, 4687.0, 4696.0, 4688.0, 4686.0, 4696.0, 4686.0, 4677.0, 4685.0, 4685.0, 4687.0, 4687.0, 4688.0, 4689.0, 4696.0, 4698.0, 4689.0, 4698.0, 4698.0, 4700.0, 4709.0, 4687.0, 4688.0, 4697.0, 4685.0, 4686.0, 4677.0, 4686.0, 4687.0, 4686.0, 4696.0, 4696.0, 4686.0, 4696.0, 4708.0, 4701.0, 4698.0, 4698.0, 4689.0, 4686.0, 4698.0, 4700.0, 4688.0, 4699.0, 4690.0, 4708.0, 4698.0, 4689.0, 4697.0, 4699.0, 4701.0, 4698.0, 4699.0, 4687.0, 4697.0, 4698.0, 4689.0, 4698.0, 4689.0, 4690.0, 4707.0, 4688.0, 4698.0, 4689.0, 4687.0, 4698.0, 4689.0, 4697.0, 4687.0, 4678.0, 4695.0, 4687.0, 4688.0, 4698.0, 4688.0, 4700.0, 4698.0, 4689.0, 4700.0, 4698.0, 4699.0, 4702.0, 4701.0, 4700.0, 4701.0, 4700.0, 4701.0, 4713.0, 4713.0, 4690.0, 4702.0, 4701.0, 4690.0, 4701.0, 4700.0, 4701.0, 4714.0, 4710.0, 4702.0, 4713.0, 4713.0, 4691.0, 4713.0, 4713.0, 4701.0, 4712.0, 4713.0, 4719.0, 4691.0, 4699.0, 4704.0, 4687.0, 4689.0, 4698.0, 4688.0, 4687.0, 4697.0, 4687.0, 4688.0, 4676.0, 4687.0, 4698.0, 4690.0, 4707.0, 4688.0, 4687.0, 4706.0, 4688.0, 4689.0, 4697.0, 4687.0, 4687.0, 4696.0, 4675.0, 4687.0, 4695.0, 4675.0, 4687.0, 4698.0, 4674.0, 4686.0, 4677.0, 4694.0, 4684.0, 4675.0, 4696.0, 4674.0, 4677.0, 4683.0, 4674.0, 4685.0, 4675.0, 4685.0, 4687.0, 4685.0, 4685.0, 4685.0, 4695.0, 4686.0, 4687.0, 4696.0, 4686.0, 4689.0, 4697.0, 4698.0, 4692.0, 4708.0, 4699.0, 4691.0, 4688.0, 4700.0, 4700.0, 4698.0, 4689.0, 4698.0, 4707.0, 4686.0, 4676.0, 4695.0, 4685.0, 4676.0, 4695.0, 4674.0, 4675.0, 4674.0, 4683.0, 4685.0, 4675.0, 4684.0, 4685.0, 4676.0, 4684.0, 4687.0, 4685.0, 4677.0, 4689.0, 4698.0, 4678.0, 4700.0, 4688.0, 4689.0, 4701.0, 4701.0, 4696.0, 4700.0, 4688.0, 4698.0, 4699.0, 4691.0, 4698.0, 4699.0, 4690.0, 4708.0, 4689.0, 4690.0, 4698.0, 4699.0, 4701.0, 4707.0, 4688.0, 4687.0, 4698.0, 4699.0, 4702.0, 4709.0, 4700.0, 4701.0, 4699.0, 4700.0, 4703.0, 4710.0, 4700.0, 4701.0, 4689.0, 4701.0, 4700.0, 4701.0, 4702.0, 4710.0, 4701.0, 4699.0, 4720.0, 4701.0, 4691.0, 4711.0, 4685.0, 4687.0, 4697.0, 4687.0, 4688.0, 4699.0, 4695.0, 4686.0, 4686.0, 4674.0, 4686.0, 4686.0, 4676.0, 4687.0, 4687.0, 4685.0, 4687.0, 4686.0, 4685.0, 4686.0, 4686.0, 4684.0, 4676.0, 4686.0, 4676.0, 4688.0, 4697.0, 4686.0, 4677.0, 4694.0, 4676.0, 4688.0, 4697.0, 4687.0, 4687.0, 4677.0, 4700.0, 4699.0, 4699.0, 4690.0, 4708.0, 4687.0, 4689.0, 4707.0, 4687.0, 4688.0, 4707.0, 4687.0, 4676.0, 4705.0, 4684.0, 4675.0, 4692.0, 4686.0, 4678.0, 4695.0, 4685.0, 4664.0, 4694.0, 4673.0, 4673.0, 4693.0, 4671.0, 4672.0, 4691.0, 4672.0, 4662.0, 4680.0, 4670.0, 4651.0, 4667.0, 4669.0, 4658.0, 4671.0, 4670.0, 4661.0, 4670.0, 4660.0, 4660.0, 4672.0, 4681.0, 4659.0, 4660.0, 4670.0, 4661.0, 4662.0, 4670.0, 4672.0, 4662.0, 4684.0, 4686.0, 4687.0, 4685.0, 4687.0, 4686.0, 4686.0, 4688.0, 4688.0, 4676.0, 4687.0, 4675.0, 4683.0, 4697.0, 4689.0, 4696.0, 4688.0, 4689.0, 4677.0, 4699.0, 4699.0, 4699.0, 4700.0, 4690.0, 4691.0, 4702.0, 4702.0, 4702.0, 4703.0, 4712.0, 4701.0, 4704.0, 4712.0, 4713.0, 4715.0, 4723.0, 4702.0, 4704.0, 4712.0, 4702.0, 4715.0, 4713.0, 4703.0, 4714.0, 4703.0, 4714.0, 4705.0, 4713.0, 4714.0, 4723.0, 4703.0, 4715.0, 4723.0, 4703.0, 4703.0, 4723.0, 4700.0, 4692.0, 4709.0, 4699.0, 4700.0, 4700.0, 4688.0, 4689.0, 4697.0, 4687.0, 4687.0, 4698.0, 4687.0, 4688.0, 4698.0, 4694.0, 4677.0, 4686.0, 4686.0, 4676.0, 4686.0, 4696.0, 4675.0, 4674.0, 4693.0, 4674.0, 4676.0, 4692.0, 4674.0, 4674.0, 4682.0, 4673.0, 4675.0, 4684.0, 4682.0, 4675.0, 4674.0, 4683.0, 4674.0, 4675.0, 4693.0, 4674.0, 4676.0, 4693.0, 4674.0, 4674.0, 4683.0, 4685.0, 4687.0, 4685.0, 4685.0, 4686.0, 4686.0, 4699.0, 4700.0, 4698.0, 4699.0, 4690.0, 4699.0, 4711.0, 4703.0, 4701.0, 4711.0, 4692.0, 4701.0, 4713.0, 4712.0, 4702.0, 4704.0, 4722.0, 4703.0, 4715.0, 4722.0, 4701.0, 4700.0, 4709.0, 4700.0, 4713.0, 4701.0, 4701.0, 4702.0, 4708.0, 4700.0, 4703.0, 4722.0, 4702.0, 4704.0, 4721.0, 4699.0, 4703.0, 4689.0, 4700.0, 4701.0, 4698.0, 4691.0, 4699.0, 4697.0, 4688.0, 4688.0, 4697.0, 4687.0, 4676.0, 4684.0, 4682.0, 4674.0, 4685.0, 4686.0, 4689.0, 4696.0, 4686.0, 4687.0, 4685.0, 4686.0, 4688.0, 4675.0, 4687.0, 4686.0, 4675.0, 4687.0, 4688.0, 4686.0, 4688.0, 4688.0, 4686.0, 4698.0, 4687.0, 4697.0, 4699.0, 4690.0, 4698.0, 4688.0, 4688.0, 4697.0, 4699.0, 4690.0, 4708.0, 4688.0, 4688.0, 4697.0, 4688.0, 4690.0, 4698.0, 4689.0, 4691.0, 4689.0, 4700.0, 4691.0, 4701.0, 4702.0, 4712.0, 4702.0, 4713.0, 4722.0, 4702.0, 4703.0, 4724.0, 4708.0, 4689.0, 4699.0, 4696.0, 4687.0, 4688.0, 4706.0, 4686.0, 4677.0, 4694.0, 4686.0, 4687.0, 4686.0, 4686.0, 4687.0, 4689.0, 4684.0, 4686.0, 4676.0, 4695.0, 4686.0, 4685.0, 4694.0, 4683.0, 4688.0, 4695.0, 4687.0, 4699.0, 4697.0, 4698.0, 4697.0, 4706.0, 4688.0, 4700.0, 4698.0, 4699.0, 4702.0, 4709.0, 4700.0, 4691.0, 4697.0, 4700.0, 4702.0, 4710.0, 4700.0, 4700.0, 4707.0, 4689.0, 4699.0, 4699.0, 4689.0, 4701.0, 4701.0, 4689.0, 4701.0, 4701.0, 4700.0, 4712.0, 4703.0, 4711.0, 4702.0, 4704.0, 4720.0, 4691.0, 4691.0, 4708.0, 4701.0, 4700.0, 4701.0, 4712.0, 4702.0, 4687.0, 4711.0, 4703.0, 4718.0, 4699.0, 4690.0, 4708.0, 4687.0, 4687.0, 4697.0, 4687.0, 4689.0, 4708.0, 4687.0, 4686.0, 4695.0, 4687.0, 4687.0, 4698.0, 4687.0, 4678.0, 4696.0, 4687.0, 4686.0, 4696.0, 4696.0, 4685.0, 4707.0, 4684.0, 4675.0, 4685.0, 4674.0, 4675.0, 4677.0, 4685.0, 4676.0, 4686.0, 4705.0, 4675.0, 4676.0, 4684.0, 4686.0, 4687.0, 4705.0, 4686.0, 4687.0, 4705.0, 4686.0, 4687.0, 4694.0, 4686.0, 4677.0, 4695.0, 4686.0, 4685.0, 4697.0, 4688.0, 4689.0, 4697.0, 4700.0, 4700.0, 4700.0, 4702.0, 4710.0, 4699.0, 4700.0, 4700.0, 4698.0, 4710.0, 4699.0, 4699.0, 4700.0, 4690.0, 4698.0, 4700.0, 4689.0, 4700.0, 4700.0, 4689.0, 4689.0, 4699.0, 4689.0, 4700.0, 4701.0, 4709.0, 4699.0, 4700.0, 4701.0, 4688.0, 4700.0, 4700.0, 4698.0, 4699.0, 4689.0, 4698.0, 4700.0, 4700.0, 4709.0, 4700.0, 4690.0, 4708.0, 4687.0, 4687.0, 4688.0, 4699.0, 4690.0, 4708.0, 4686.0, 4677.0, 4676.0, 4697.0, 4689.0, 4687.0, 4698.0, 4688.0, 4686.0, 4699.0, 4677.0, 4678.0, 4688.0, 4701.0, 4723.0, 4693.0, 4726.0, 4728.0, 4713.0, 4710.0, 4700.0, 4698.0, 4688.0, 4697.0, 4696.0, 4697.0, 4699.0, 4696.0, 4687.0, 4687.0, 4695.0, 4687.0, 4686.0, 4695.0, 4685.0, 4686.0, 4685.0, 4686.0, 4688.0, 4686.0, 4686.0, 4685.0, 4685.0, 4686.0, 4697.0, 4687.0, 4685.0, 4694.0, 4686.0, 4677.0, 4697.0, 4699.0, 4697.0, 4686.0, 4698.0, 4693.0, 4686.0, 4688.0, 4696.0, 4685.0, 4683.0, 4685.0, 4683.0, 4696.0, 4685.0, 4675.0, 4686.0, 4685.0, 4684.0, 4696.0, 4698.0, 4685.0, 4697.0, 4698.0, 4696.0, 4698.0, 4699.0, 4687.0, 4698.0, 4699.0, 4687.0, 4698.0, 4709.0, 4698.0, 4699.0, 4710.0, 4699.0, 4699.0, 4709.0, 4710.0, 4712.0, 4714.0], 'WindowWidth': [10406.0, 10378.0, 10334.0, 10320.0, 10317.0, 10283.0, 10282.0, 10273.0, 10277.0, 10284.0, 10287.0, 10260.0, 10266.0, 10278.0, 10269.0, 10275.0, 10271.0, 10271.0, 10275.0, 10270.0, 10252.0, 10260.0, 10269.0, 10271.0, 10278.0, 10285.0, 10254.0, 10259.0, 10265.0, 10267.0, 10276.0, 10270.0, 10267.0, 10259.0, 10267.0, 10270.0, 10275.0, 10271.0, 10273.0, 10280.0, 10289.0, 10269.0, 10259.0, 10282.0, 10270.0, 10277.0, 10284.0, 10270.0, 10258.0, 10279.0, 10267.0, 10260.0, 10280.0, 10267.0, 10259.0, 10279.0, 10249.0, 10253.0, 10262.0, 10250.0, 10250.0, 10264.0, 10246.0, 10235.0, 10245.0, 10245.0, 10252.0, 10250.0, 10252.0, 10258.0, 10265.0, 10265.0, 10257.0, 10266.0, 10265.0, 10272.0, 10287.0, 10250.0, 10252.0, 10268.0, 10244.0, 10247.0, 10237.0, 10246.0, 10249.0, 10251.0, 10260.0, 10261.0, 10249.0, 10262.0, 10282.0, 10277.0, 10266.0, 10266.0, 10257.0, 10248.0, 10268.0, 10272.0, 10253.0, 10271.0, 10261.0, 10281.0, 10265.0, 10256.0, 10265.0, 10269.0, 10277.0, 10269.0, 10269.0, 10255.0, 10266.0, 10267.0, 10258.0, 10267.0, 10255.0, 10260.0, 10280.0, 10252.0, 10268.0, 10257.0, 10249.0, 10267.0, 10258.0, 10264.0, 10251.0, 10242.0, 10259.0, 10252.0, 10255.0, 10267.0, 10254.0, 10274.0, 10269.0, 10255.0, 10274.0, 10269.0, 10272.0, 10279.0, 10275.0, 10271.0, 10276.0, 10273.0, 10277.0, 10296.0, 10298.0, 10260.0, 10278.0, 10280.0, 10259.0, 10277.0, 10274.0, 10277.0, 10300.0, 10291.0, 10279.0, 10295.0, 10295.0, 10263.0, 10297.0, 10297.0, 10276.0, 10293.0, 10302.0, 10302.0, 10260.0, 10271.0, 10274.0, 10249.0, 10257.0, 10271.0, 10253.0, 10253.0, 10269.0, 10249.0, 10253.0, 10237.0, 10249.0, 10269.0, 10261.0, 10280.0, 10253.0, 10253.0, 10275.0, 10252.0, 10258.0, 10264.0, 10250.0, 10252.0, 10265.0, 10231.0, 10250.0, 10259.0, 10232.0, 10250.0, 10271.0, 10229.0, 10246.0, 10237.0, 10257.0, 10242.0, 10234.0, 10261.0, 10228.0, 10235.0, 10242.0, 10228.0, 10245.0, 10232.0, 10245.0, 10250.0, 10249.0, 10245.0, 10246.0, 10260.0, 10248.0, 10252.0, 10263.0, 10248.0, 10255.0, 10267.0, 10267.0, 10264.0, 10282.0, 10270.0, 10263.0, 10254.0, 10274.0, 10278.0, 10269.0, 10256.0, 10270.0, 10281.0, 10248.0, 10237.0, 10259.0, 10245.0, 10234.0, 10262.0, 10227.0, 10230.0, 10230.0, 10239.0, 10246.0, 10233.0, 10241.0, 10246.0, 10235.0, 10241.0, 10250.0, 10248.0, 10239.0, 10257.0, 10271.0, 10241.0, 10273.0, 10256.0, 10258.0, 10279.0, 10280.0, 10265.0, 10273.0, 10257.0, 10267.0, 10271.0, 10262.0, 10268.0, 10270.0, 10262.0, 10283.0, 10255.0, 10259.0, 10268.0, 10270.0, 10277.0, 10282.0, 10255.0, 10254.0, 10267.0, 10272.0, 10281.0, 10287.0, 10272.0, 10276.0, 10270.0, 10275.0, 10284.0, 10288.0, 10274.0, 10278.0, 10257.0, 10275.0, 10275.0, 10276.0, 10281.0, 10292.0, 10276.0, 10274.0, 10304.0, 10275.0, 10263.0, 10294.0, 10248.0, 10252.0, 10266.0, 10249.0, 10253.0, 10273.0, 10262.0, 10248.0, 10248.0, 10229.0, 10248.0, 10250.0, 10234.0, 10249.0, 10251.0, 10243.0, 10249.0, 10249.0, 10245.0, 10249.0, 10251.0, 10242.0, 10235.0, 10247.0, 10233.0, 10253.0, 10271.0, 10249.0, 10237.0, 10259.0, 10234.0, 10255.0, 10266.0, 10250.0, 10250.0, 10237.0, 10275.0, 10273.0, 10271.0, 10260.0, 10285.0, 10249.0, 10255.0, 10280.0, 10251.0, 10254.0, 10280.0, 10252.0, 10238.0, 10278.0, 10242.0, 10231.0, 10254.0, 10249.0, 10240.0, 10261.0, 10243.0, 10217.0, 10255.0, 10226.0, 10228.0, 10254.0, 10219.0, 10224.0, 10249.0, 10220.0, 10210.0, 10234.0, 10215.0, 10190.0, 10211.0, 10214.0, 10199.0, 10219.0, 10215.0, 10206.0, 10220.0, 10201.0, 10203.0, 10221.0, 10231.0, 10200.0, 10204.0, 10218.0, 10205.0, 10209.0, 10217.0, 10223.0, 10211.0, 10241.0, 10249.0, 10253.0, 10246.0, 10251.0, 10249.0, 10247.0, 10254.0, 10257.0, 10235.0, 10250.0, 10234.0, 10241.0, 10265.0, 10257.0, 10263.0, 10253.0, 10257.0, 10238.0, 10271.0, 10273.0, 10269.0, 10273.0, 10260.0, 10263.0, 10281.0, 10280.0, 10279.0, 10283.0, 10294.0, 10276.0, 10285.0, 10294.0, 10297.0, 10303.0, 10312.0, 10279.0, 10285.0, 10292.0, 10279.0, 10304.0, 10296.0, 10282.0, 10300.0, 10283.0, 10300.0, 10290.0, 10296.0, 10300.0, 10312.0, 10284.0, 10301.0, 10312.0, 10282.0, 10284.0, 10314.0, 10273.0, 10264.0, 10287.0, 10268.0, 10273.0, 10275.0, 10252.0, 10254.0, 10267.0, 10248.0, 10253.0, 10271.0, 10251.0, 10253.0, 10269.0, 10258.0, 10235.0, 10250.0, 10247.0, 10235.0, 10252.0, 10264.0, 10229.0, 10231.0, 10254.0, 10228.0, 10234.0, 10252.0, 10227.0, 10229.0, 10241.0, 10225.0, 10233.0, 10245.0, 10238.0, 10230.0, 10231.0, 10240.0, 10229.0, 10231.0, 10253.0, 10228.0, 10234.0, 10253.0, 10227.0, 10231.0, 10241.0, 10244.0, 10250.0, 10245.0, 10245.0, 10250.0, 10249.0, 10270.0, 10276.0, 10268.0, 10272.0, 10262.0, 10270.0, 10291.0, 10285.0, 10277.0, 10291.0, 10267.0, 10275.0, 10297.0, 10295.0, 10281.0, 10286.0, 10309.0, 10282.0, 10302.0, 10311.0, 10276.0, 10276.0, 10288.0, 10274.0, 10297.0, 10280.0, 10275.0, 10280.0, 10285.0, 10275.0, 10282.0, 10308.0, 10281.0, 10288.0, 10307.0, 10273.0, 10281.0, 10259.0, 10274.0, 10279.0, 10270.0, 10261.0, 10273.0, 10267.0, 10254.0, 10258.0, 10266.0, 10250.0, 10237.0, 10244.0, 10239.0, 10232.0, 10245.0, 10248.0, 10257.0, 10263.0, 10247.0, 10251.0, 10246.0, 10249.0, 10254.0, 10232.0, 10253.0, 10250.0, 10231.0, 10251.0, 10255.0, 10249.0, 10254.0, 10255.0, 10247.0, 10267.0, 10254.0, 10265.0, 10271.0, 10263.0, 10269.0, 10255.0, 10255.0, 10265.0, 10269.0, 10262.0, 10283.0, 10254.0, 10257.0, 10265.0, 10253.0, 10259.0, 10268.0, 10258.0, 10263.0, 10256.0, 10273.0, 10263.0, 10275.0, 10280.0, 10294.0, 10279.0, 10297.0, 10310.0, 10281.0, 10283.0, 10318.0, 10286.0, 10255.0, 10272.0, 10264.0, 10251.0, 10256.0, 10277.0, 10247.0, 10238.0, 10257.0, 10245.0, 10252.0, 10250.0, 10247.0, 10251.0, 10257.0, 10244.0, 10246.0, 10235.0, 10258.0, 10248.0, 10250.0, 10259.0, 10243.0, 10253.0, 10260.0, 10251.0, 10271.0, 10266.0, 10267.0, 10271.0, 10279.0, 10254.0, 10274.0, 10270.0, 10271.0, 10280.0, 10285.0, 10272.0, 10263.0, 10268.0, 10275.0, 10281.0, 10288.0, 10274.0, 10275.0, 10282.0, 10255.0, 10271.0, 10271.0, 10257.0, 10277.0, 10279.0, 10257.0, 10277.0, 10278.0, 10272.0, 10292.0, 10283.0, 10290.0, 10280.0, 10290.0, 10305.0, 10263.0, 10265.0, 10284.0, 10277.0, 10279.0, 10276.0, 10293.0, 10282.0, 10255.0, 10292.0, 10285.0, 10301.0, 10271.0, 10261.0, 10284.0, 10251.0, 10251.0, 10264.0, 10251.0, 10258.0, 10283.0, 10250.0, 10251.0, 10262.0, 10250.0, 10254.0, 10269.0, 10250.0, 10240.0, 10265.0, 10249.0, 10250.0, 10264.0, 10262.0, 10248.0, 10283.0, 10246.0, 10231.0, 10246.0, 10228.0, 10232.0, 10237.0, 10245.0, 10234.0, 10251.0, 10275.0, 10230.0, 10235.0, 10244.0, 10249.0, 10253.0, 10274.0, 10247.0, 10251.0, 10272.0, 10247.0, 10252.0, 10258.0, 10247.0, 10239.0, 10261.0, 10248.0, 10249.0, 10266.0, 10254.0, 10258.0, 10266.0, 10275.0, 10277.0, 10276.0, 10280.0, 10294.0, 10272.0, 10273.0, 10274.0, 10267.0, 10287.0, 10275.0, 10269.0, 10272.0, 10259.0, 10266.0, 10273.0, 10258.0, 10272.0, 10273.0, 10262.0, 10256.0, 10271.0, 10259.0, 10272.0, 10276.0, 10290.0, 10270.0, 10272.0, 10276.0, 10254.0, 10272.0, 10277.0, 10269.0, 10270.0, 10258.0, 10266.0, 10274.0, 10278.0, 10284.0, 10272.0, 10261.0, 10282.0, 10253.0, 10255.0, 10254.0, 10269.0, 10262.0, 10282.0, 10248.0, 10239.0, 10235.0, 10265.0, 10259.0, 10252.0, 10267.0, 10256.0, 10249.0, 10268.0, 10240.0, 10236.0, 10254.0, 10276.0, 10308.0, 10269.0, 10317.0, 10323.0, 10299.0, 10284.0, 10271.0, 10268.0, 10248.0, 10264.0, 10261.0, 10262.0, 10267.0, 10263.0, 10246.0, 10247.0, 10257.0, 10246.0, 10248.0, 10261.0, 10242.0, 10246.0, 10243.0, 10244.0, 10250.0, 10251.0, 10245.0, 10244.0, 10244.0, 10246.0, 10263.0, 10251.0, 10243.0, 10255.0, 10247.0, 10233.0, 10262.0, 10268.0, 10265.0, 10246.0, 10264.0, 10256.0, 10245.0, 10251.0, 10263.0, 10243.0, 10241.0, 10245.0, 10238.0, 10259.0, 10247.0, 10227.0, 10243.0, 10244.0, 10238.0, 10260.0, 10265.0, 10242.0, 10260.0, 10265.0, 10261.0, 10265.0, 10269.0, 10249.0, 10263.0, 10268.0, 10249.0, 10264.0, 10284.0, 10268.0, 10268.0, 10287.0, 10269.0, 10268.0, 10283.0, 10286.0, 10291.0, 10301.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.0016540783410138246</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.01633916820276498</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.45339095975778</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2513521698039234</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.025910046655133</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5117</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4887.3848</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07408073655782443</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>2</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.2304147465437788</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5473533997229194</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.594271210875027</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.723603844155133</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3241851441385983</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0118985</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006039660889655352</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.029090499505400658</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>4.010660785521164</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>28.3739</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.874</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>228.5887</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>288379.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1157.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>436.8114</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6094</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>581.9793</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3804.1702</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4002.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>88165.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1391.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4985.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>997.8349</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>47.65701522305608</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> |