=== 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-0033 --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-0033",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0033_ses-04_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0033_ses-04_task-social_acq-mb8_run-01_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-04_subject-0033_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-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0033_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-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0033_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-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0033_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-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-04_subject-0033_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-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-04_subject-0033_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-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0033_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-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0033/ses-04/func/sub-0033_ses-04_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>0c666b0339a343457deec3f78bc90425</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:51:12.805000</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.999273, 0.0169042, 0.0341761, -0.0148256, 0.998077, -0.0601839]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.104251</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4162, -7732, -7262, 441, -70, -31, 23, 63]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>290.949</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>df71af66-8038-445f-92ab-0a6ed8a77c5a||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.680975914001465, -0.03977610915899277, 0.09484487771987915, 110.62857055664062], [-0.04535277187824249, 2.6777682304382324, -0.16101045906543732, -82.45999908447266], [0.09169194102287292, 0.16146913170814514, 2.693525552749634, -84.77753448486328], [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': ['105112.805000', '105113.265000', '105113.725000', '105114.185000', '105114.645000', '105115.105000', '105115.565000', '105116.025000', '105116.485000', '105116.945000', '105117.405000', '105117.865000', '105118.325000', '105118.785000', '105119.245000', '105119.705000', '105120.165000', '105120.625000', '105121.085000', '105121.545000', '105122.005000', '105122.465000', '105122.925000', '105123.385000', '105123.845000', '105124.305000', '105124.765000', '105125.225000', '105125.685000', '105126.145000', '105126.605000', '105127.065000', '105127.525000', '105127.985000', '105128.445000', '105128.905000', '105129.365000', '105129.825000', '105130.285000', '105130.745000', '105131.205000', '105131.665000', '105132.125000', '105132.585000', '105133.045000', '105133.505000', '105133.965000', '105134.425000', '105134.885000', '105135.345000', '105135.805000', '105136.265000', '105136.725000', '105137.185000', '105137.645000', '105138.105000', '105138.565000', '105139.025000', '105139.485000', '105139.945000', '105140.405000', '105140.865000', '105141.325000', '105141.785000', '105142.245000', '105142.705000', '105143.165000', '105143.625000', '105144.085000', '105144.545000', '105145.005000', '105145.465000', '105145.925000', '105146.385000', '105146.845000', '105147.305000', '105147.765000', '105148.225000', '105148.685000', '105149.145000', '105149.605000', '105150.065000', '105150.525000', '105150.985000', '105151.445000', '105151.905000', '105152.365000', '105152.825000', '105153.285000', '105153.745000', '105154.205000', '105154.665000', '105155.125000', '105155.585000', '105156.045000', '105156.505000', '105156.965000', '105157.425000', '105157.885000', '105158.345000', '105158.805000', '105159.265000', '105159.725000', '105200.185000', '105200.645000', '105201.105000', '105201.565000', '105202.025000', '105202.485000', '105202.945000', '105203.405000', '105203.865000', '105204.325000', '105204.785000', '105205.245000', '105205.705000', '105206.165000', '105206.625000', '105207.085000', '105207.545000', '105208.005000', '105208.465000', '105208.925000', '105209.385000', '105209.845000', '105210.305000', '105210.765000', '105211.225000', '105211.685000', '105212.145000', '105212.605000', '105213.065000', '105213.525000', '105213.985000', '105214.445000', '105214.905000', '105215.365000', '105215.825000', '105216.285000', '105216.745000', '105217.205000', '105217.665000', '105218.125000', '105218.585000', '105219.045000', '105219.505000', '105219.965000', '105220.425000', '105220.885000', '105221.345000', '105221.805000', '105222.265000', '105222.725000', '105223.185000', '105223.645000', '105224.105000', '105224.565000', '105225.025000', '105225.485000', '105225.945000', '105226.405000', '105226.865000', '105227.325000', '105227.785000', '105228.245000', '105228.705000', '105229.165000', '105229.625000', '105230.085000', '105230.545000', '105231.005000', '105231.465000', '105231.925000', '105232.385000', '105232.845000', '105233.305000', '105233.765000', '105234.225000', '105234.685000', '105235.145000', '105235.605000', '105236.065000', '105236.525000', '105236.985000', '105237.445000', '105237.905000', '105238.365000', '105238.825000', '105239.285000', '105239.745000', '105240.205000', '105240.665000', '105241.125000', '105241.585000', '105242.045000', '105242.505000', '105242.965000', '105243.425000', '105243.885000', '105244.345000', '105244.805000', '105245.265000', '105245.725000', '105246.185000', '105246.645000', '105247.105000', '105247.565000', '105248.025000', '105248.485000', '105248.945000', '105249.405000', '105249.865000', '105250.325000', '105250.785000', '105251.245000', '105251.705000', '105252.165000', '105252.625000', '105253.085000', '105253.545000', '105254.005000', '105254.465000', '105254.925000', '105255.385000', '105255.845000', '105256.305000', '105256.765000', '105257.225000', '105257.685000', '105258.145000', '105258.605000', '105259.065000', '105259.525000', '105259.985000', '105300.445000', '105300.905000', '105301.365000', '105301.825000', '105302.285000', '105302.745000', '105303.205000', '105303.665000', '105304.125000', '105304.585000', '105305.045000', '105305.505000', '105305.965000', '105306.425000', '105306.885000', '105307.345000', '105307.805000', '105308.265000', '105308.725000', '105309.185000', '105309.645000', '105310.105000', '105310.565000', '105311.025000', '105311.485000', '105311.945000', '105312.405000', '105312.865000', '105313.325000', '105313.785000', '105314.245000', '105314.705000', '105315.165000', '105315.625000', '105316.085000', '105316.545000', '105317.005000', '105317.465000', '105317.925000', '105318.385000', '105318.845000', '105319.305000', '105319.765000', '105320.225000', '105320.685000', '105321.145000', '105321.605000', '105322.065000', '105322.525000', '105322.985000', '105323.445000', '105323.905000', '105324.365000', '105324.825000', '105325.285000', '105325.745000', '105326.205000', '105326.665000', '105327.125000', '105327.585000', '105328.045000', '105328.505000', '105328.965000', '105329.425000', '105329.885000', '105330.345000', '105330.805000', '105331.265000', '105331.725000', '105332.185000', '105332.645000', '105333.105000', '105333.565000', '105334.025000', '105334.485000', '105334.945000', '105335.405000', '105335.865000', '105336.325000', '105336.785000', '105337.245000', '105337.705000', '105338.165000', '105338.625000', '105339.085000', '105339.545000', '105340.005000', '105340.465000', '105340.925000', '105341.385000', '105341.845000', '105342.305000', '105342.765000', '105343.225000', '105343.685000', '105344.145000', '105344.605000', '105345.065000', '105345.525000', '105345.985000', '105346.445000', '105346.905000', '105347.365000', '105347.825000', '105348.285000', '105348.745000', '105349.205000', '105349.665000', '105350.125000', '105350.585000', '105351.045000', '105351.505000', '105351.965000', '105352.425000', '105352.885000', '105353.345000', '105353.805000', '105354.265000', '105354.725000', '105355.185000', '105355.645000', '105356.105000', '105356.565000', '105357.025000', '105357.485000', '105357.945000', '105358.405000', '105358.865000', '105359.325000', '105359.785000', '105400.245000', '105400.705000', '105401.165000', '105401.625000', '105402.085000', '105402.545000', '105403.005000', '105403.465000', '105403.925000', '105404.385000', '105404.845000', '105405.305000', '105405.765000', '105406.225000', '105406.685000', '105407.145000', '105407.605000', '105408.065000', '105408.525000', '105408.985000', '105409.445000', '105409.905000', '105410.365000', '105410.825000', '105411.285000', '105411.745000', '105412.205000', '105412.665000', '105413.125000', '105413.585000', '105414.045000', '105414.505000', '105414.965000', '105415.425000', '105415.885000', '105416.345000', '105416.805000', '105417.265000', '105417.725000', '105418.185000', '105418.645000', '105419.105000', '105419.565000', '105420.025000', '105420.485000', '105420.945000', '105421.405000', '105421.865000', '105422.325000', '105422.785000', '105423.245000', '105423.705000', '105424.165000', '105424.625000', '105425.085000', '105425.545000', '105426.005000', '105426.465000', '105426.925000', '105427.385000', '105427.845000', '105428.305000', '105428.765000', '105429.225000', '105429.685000', '105430.145000', '105430.605000', '105431.065000', '105431.525000', '105431.985000', '105432.445000', '105432.905000', '105433.365000', '105433.825000', '105434.285000', '105434.745000', '105435.205000', '105435.665000', '105436.125000', '105436.585000', '105437.045000', '105437.505000', '105437.965000', '105438.425000', '105438.885000', '105439.345000', '105439.805000', '105440.265000', '105440.725000', '105441.185000', '105441.645000', '105442.105000', '105442.565000', '105443.025000', '105443.485000', '105443.945000', '105444.405000', '105444.865000', '105445.325000', '105445.785000', '105446.245000', '105446.705000', '105447.165000', '105447.625000', '105448.085000', '105448.545000', '105449.005000', '105449.465000', '105449.925000', '105450.385000', '105450.845000', '105451.305000', '105451.765000', '105452.225000', '105452.685000', '105453.145000', '105453.605000', '105454.065000', '105454.525000', '105454.985000', '105455.445000', '105455.905000', '105456.365000', '105456.825000', '105457.285000', '105457.745000', '105458.205000', '105458.665000', '105459.125000', '105459.585000', '105500.045000', '105500.505000', '105500.965000', '105501.425000', '105501.885000', '105502.345000', '105502.805000', '105503.265000', '105503.725000', '105504.185000', '105504.645000', '105505.105000', '105505.565000', '105506.025000', '105506.485000', '105506.945000', '105507.405000', '105507.865000', '105508.325000', '105508.785000', '105509.245000', '105509.705000', '105510.165000', '105510.625000', '105511.085000', '105511.545000', '105512.005000', '105512.465000', '105512.925000', '105513.385000', '105513.845000', '105514.305000', '105514.765000', '105515.225000', '105515.685000', '105516.145000', '105516.605000', '105517.065000', '105517.525000', '105517.985000', '105518.445000', '105518.905000', '105519.365000', '105519.825000', '105520.285000', '105520.745000', '105521.205000', '105521.665000', '105522.125000', '105522.585000', '105523.045000', '105523.505000', '105523.965000', '105524.425000', '105524.885000', '105525.345000', '105525.805000', '105526.265000', '105526.725000', '105527.185000', '105527.645000', '105528.105000', '105528.565000', '105529.025000', '105529.485000', '105529.945000', '105530.405000', '105530.865000', '105531.325000', '105531.785000', '105532.245000', '105532.705000', '105533.165000', '105533.625000', '105534.085000', '105534.545000', '105535.005000', '105535.465000', '105535.925000', '105536.385000', '105536.845000', '105537.305000', '105537.765000', '105538.225000', '105538.685000', '105539.145000', '105539.605000', '105540.065000', '105540.525000', '105540.985000', '105541.445000', '105541.905000', '105542.365000', '105542.825000', '105543.285000', '105543.745000', '105544.205000', '105544.665000', '105545.125000', '105545.585000', '105546.045000', '105546.505000', '105546.965000', '105547.425000', '105547.885000', '105548.345000', '105548.805000', '105549.265000', '105549.725000', '105550.185000', '105550.645000', '105551.105000', '105551.565000', '105552.025000', '105552.485000', '105552.945000', '105553.405000', '105553.865000', '105554.325000', '105554.785000', '105555.245000', '105555.705000', '105556.165000', '105556.625000', '105557.085000', '105557.545000', '105558.005000', '105558.465000', '105558.925000', '105559.385000', '105559.845000', '105600.305000', '105600.765000', '105601.225000', '105601.685000', '105602.145000', '105602.605000', '105603.065000', '105603.525000', '105603.985000', '105604.445000', '105604.905000', '105605.365000', '105605.825000', '105606.285000', '105606.745000', '105607.205000', '105607.665000', '105608.125000', '105608.585000', '105609.045000', '105609.505000', '105609.965000', '105610.425000', '105610.885000', '105611.345000', '105611.805000', '105612.265000', '105612.725000', '105613.185000', '105613.645000', '105614.105000', '105614.565000', '105615.025000', '105615.485000', '105615.945000', '105616.405000', '105616.865000', '105617.325000', '105617.785000', '105618.245000', '105618.705000', '105619.165000', '105619.625000', '105620.085000', '105620.545000', '105621.005000', '105621.465000', '105621.925000', '105622.385000', '105622.845000', '105623.305000', '105623.765000', '105624.225000', '105624.685000', '105625.145000', '105625.605000', '105626.065000', '105626.525000', '105626.985000', '105627.445000', '105627.905000', '105628.365000', '105628.825000', '105629.285000', '105629.745000', '105630.205000', '105630.665000', '105631.125000', '105631.585000', '105632.045000', '105632.505000', '105632.965000', '105633.425000', '105633.885000', '105634.345000', '105634.805000', '105635.265000', '105635.725000', '105636.185000', '105636.645000', '105637.105000', '105637.565000', '105638.025000', '105638.485000', '105638.945000', '105639.405000', '105639.865000', '105640.325000', '105640.785000', '105641.245000', '105641.705000', '105642.165000', '105642.625000', '105643.085000', '105643.545000', '105644.005000', '105644.465000', '105644.925000', '105645.385000', '105645.845000', '105646.305000', '105646.765000', '105647.225000', '105647.685000', '105648.145000', '105648.605000', '105649.065000', '105649.525000', '105649.985000', '105650.445000', '105650.905000', '105651.365000', '105651.825000', '105652.285000', '105652.745000', '105653.205000', '105653.665000', '105654.125000', '105654.585000', '105655.045000', '105655.505000', '105655.965000', '105656.425000', '105656.885000', '105657.345000', '105657.805000', '105658.265000', '105658.725000', '105659.185000', '105659.645000', '105700.105000', '105700.565000', '105701.025000', '105701.485000', '105701.945000', '105702.405000', '105702.865000', '105703.325000', '105703.785000', '105704.245000', '105704.705000', '105705.165000', '105705.625000', '105706.085000', '105706.545000', '105707.005000', '105707.465000', '105707.925000', '105708.385000', '105708.845000', '105709.305000', '105709.765000', '105710.225000', '105710.685000', '105711.145000', '105711.605000', '105712.065000', '105712.525000', '105712.985000', '105713.445000', '105713.905000', '105714.365000', '105714.825000', '105715.285000', '105715.745000', '105716.205000', '105716.665000', '105717.125000', '105717.585000', '105718.045000', '105718.505000', '105718.965000', '105719.425000', '105719.885000', '105720.345000', '105720.805000', '105721.265000', '105721.725000', '105722.185000', '105722.645000', '105723.105000', '105723.565000', '105724.025000', '105724.485000', '105724.945000', '105725.405000', '105725.865000', '105726.325000', '105726.785000', '105727.245000', '105727.705000', '105728.165000', '105728.625000', '105729.085000', '105729.545000', '105730.005000', '105730.465000', '105730.925000', '105731.385000', '105731.845000', '105732.305000', '105732.765000', '105733.225000', '105733.685000', '105734.145000', '105734.605000', '105735.065000', '105735.525000', '105735.985000', '105736.445000', '105736.905000', '105737.365000', '105737.825000', '105738.285000', '105738.745000', '105739.205000', '105739.665000', '105740.125000', '105740.585000', '105741.045000', '105741.505000', '105741.965000', '105742.425000', '105742.885000', '105743.345000', '105743.805000', '105744.265000', '105744.725000', '105745.185000', '105745.645000', '105746.105000', '105746.565000', '105747.025000', '105747.485000', '105747.945000', '105748.405000', '105748.865000', '105749.325000', '105749.785000', '105750.245000', '105750.705000', '105751.165000', '105751.625000', '105752.085000', '105752.545000', '105753.005000', '105753.465000'], 'ContentTime': ['105141.556000', '105141.559000', '105141.561000', '105141.564000', '105141.567000', '105141.569000', '105141.572000', '105141.577000', '105141.580000', '105141.582000', '105141.585000', '105141.587000', '105141.590000', '105141.592000', '105141.595000', '105141.598000', '105141.600000', '105141.603000', '105141.605000', '105141.608000', '105141.610000', '105141.613000', '105141.615000', '105141.618000', '105141.621000', '105141.623000', '105141.626000', '105141.628000', '105141.631000', '105141.633000', '105141.636000', '105141.638000', '105141.641000', '105141.644000', '105141.646000', '105141.649000', '105141.651000', '105141.654000', '105141.656000', '105141.659000', '105141.662000', '105141.664000', '105141.667000', '105141.669000', '105141.672000', '105141.674000', '105141.677000', '105141.680000', '105141.682000', '105141.685000', '105141.687000', '105141.690000', '105141.692000', '105141.695000', '105141.697000', '105141.700000', '105141.703000', '105141.705000', '105141.708000', '105141.710000', '105201.527000', '105201.529000', '105201.532000', '105201.535000', '105201.537000', '105201.540000', '105201.544000', '105201.546000', '105201.549000', '105201.566000', '105201.568000', '105201.571000', '105201.573000', '105201.576000', '105201.579000', '105201.581000', '105201.584000', '105201.586000', '105201.589000', '105201.591000', '105201.594000', '105201.597000', '105201.599000', '105201.602000', '105201.604000', '105201.607000', '105201.610000', '105201.612000', '105201.615000', '105201.617000', '105201.620000', '105201.622000', '105201.625000', '105201.628000', '105201.630000', '105201.633000', '105201.635000', '105201.638000', '105201.640000', '105201.643000', '105201.645000', '105201.648000', '105201.651000', '105221.526000', '105221.529000', '105221.532000', '105221.534000', '105221.537000', '105221.539000', '105221.542000', '105221.544000', '105221.547000', '105221.549000', '105221.552000', '105221.555000', '105221.557000', '105221.560000', '105221.562000', '105221.565000', '105221.568000', '105221.570000', '105221.573000', '105221.575000', '105221.578000', '105221.580000', '105221.583000', '105221.586000', '105221.588000', '105221.591000', '105221.593000', '105221.596000', '105221.599000', '105221.601000', '105221.604000', '105221.606000', '105221.609000', '105221.611000', '105221.614000', '105221.617000', '105221.619000', '105221.622000', '105221.624000', '105221.627000', '105221.630000', '105221.632000', '105221.635000', '105221.637000', '105241.527000', '105241.529000', '105241.532000', '105241.534000', '105241.537000', '105241.540000', '105241.542000', '105241.545000', '105241.547000', '105241.550000', '105241.552000', '105241.555000', '105241.558000', '105241.560000', '105241.563000', '105241.566000', '105241.568000', '105241.571000', '105241.573000', '105241.576000', '105241.578000', '105241.581000', '105241.584000', '105241.586000', '105241.589000', '105241.591000', '105241.594000', '105241.596000', '105241.599000', '105241.602000', '105241.604000', '105241.607000', '105241.610000', '105241.612000', '105241.615000', '105241.617000', '105241.620000', '105241.623000', '105241.625000', '105241.628000', '105241.630000', '105241.633000', '105241.635000', '105301.526000', '105301.529000', '105301.532000', '105301.534000', '105301.537000', '105301.539000', '105301.542000', '105301.545000', '105301.547000', '105301.550000', '105301.553000', '105301.555000', '105301.558000', '105301.560000', '105301.564000', '105301.567000', '105301.569000', '105301.572000', '105301.574000', '105301.577000', '105301.580000', '105301.582000', '105301.585000', '105301.587000', '105301.590000', '105301.593000', '105301.595000', '105301.598000', '105301.601000', '105301.603000', '105301.606000', '105301.608000', '105301.611000', '105301.613000', '105301.616000', '105301.619000', '105301.621000', '105301.624000', '105301.626000', '105301.629000', '105301.632000', '105301.634000', '105301.637000', '105301.639000', '105321.526000', '105321.528000', '105321.531000', '105321.538000', '105321.541000', '105321.543000', '105321.546000', '105321.549000', '105321.551000', '105321.554000', '105321.556000', '105321.559000', '105321.562000', '105321.564000', '105321.567000', '105321.569000', '105321.572000', '105321.574000', '105321.577000', '105321.580000', '105321.582000', '105321.585000', '105321.587000', '105321.590000', '105321.593000', '105321.595000', '105321.598000', '105321.600000', '105321.603000', '105321.605000', '105321.608000', '105321.611000', '105321.613000', '105321.616000', '105321.618000', '105321.621000', '105321.624000', '105321.626000', '105321.629000', '105321.631000', '105321.634000', '105321.636000', '105321.639000', '105341.525000', '105341.528000', '105341.531000', '105341.533000', '105341.536000', '105341.557000', '105341.559000', '105341.562000', '105341.565000', '105341.567000', '105341.570000', '105341.572000', '105341.575000', '105341.577000', '105341.580000', '105341.582000', '105341.585000', '105341.588000', '105341.590000', '105341.593000', '105341.595000', '105341.598000', '105341.600000', '105341.603000', '105341.605000', '105341.608000', '105341.611000', '105341.613000', '105341.616000', '105341.618000', '105341.621000', '105341.623000', '105341.626000', '105341.629000', '105341.631000', '105341.634000', '105341.636000', '105341.639000', '105341.642000', '105341.644000', '105341.647000', '105341.649000', '105341.652000', '105401.527000', '105401.529000', '105401.532000', '105401.534000', '105401.537000', '105401.540000', '105401.543000', '105401.545000', '105401.548000', '105401.550000', '105401.553000', '105401.555000', '105401.558000', '105401.561000', '105401.563000', '105401.566000', '105401.568000', '105401.571000', '105401.573000', '105401.576000', '105401.579000', '105401.581000', '105401.584000', '105401.586000', '105401.589000', '105401.592000', '105401.594000', '105401.597000', '105401.599000', '105401.602000', '105401.605000', '105401.607000', '105401.610000', '105401.612000', '105401.615000', '105401.618000', '105401.620000', '105401.623000', '105401.625000', '105401.628000', '105401.630000', '105401.633000', '105401.636000', '105401.638000', '105421.527000', '105421.529000', '105421.532000', '105421.535000', '105421.537000', '105421.540000', '105421.542000', '105421.545000', '105421.547000', '105421.550000', '105421.553000', '105421.555000', '105421.558000', '105421.560000', '105421.563000', '105421.566000', '105421.569000', '105421.572000', '105421.575000', '105421.578000', '105421.580000', '105421.583000', '105421.585000', '105421.588000', '105421.590000', '105421.593000', '105421.596000', '105421.598000', '105421.601000', '105421.605000', '105421.607000', '105421.610000', '105421.613000', '105421.615000', '105421.618000', '105421.620000', '105421.623000', '105421.626000', '105421.628000', '105421.631000', '105421.633000', '105421.636000', '105421.638000', '105441.527000', '105441.530000', '105441.532000', '105441.535000', '105441.537000', '105441.540000', '105441.542000', '105441.545000', '105441.548000', '105441.550000', '105441.553000', '105441.555000', '105441.558000', '105441.561000', '105441.563000', '105441.566000', '105441.568000', '105441.572000', '105441.575000', '105441.577000', '105441.580000', '105441.586000', '105441.588000', '105441.591000', '105441.593000', '105441.596000', '105441.599000', '105441.601000', '105441.604000', '105441.606000', '105441.609000', '105441.611000', '105441.614000', '105441.617000', '105441.619000', '105441.622000', '105441.625000', '105441.627000', '105441.630000', '105441.632000', '105441.635000', '105441.637000', '105441.640000', '105441.642000', '105501.526000', '105501.529000', '105501.532000', '105501.535000', '105501.537000', '105501.540000', '105501.542000', '105501.545000', '105501.547000', '105501.550000', '105501.552000', '105501.555000', '105501.558000', '105501.560000', '105501.563000', '105501.565000', '105501.568000', '105501.571000', '105501.573000', '105501.576000', '105501.578000', '105501.581000', '105501.583000', '105501.586000', '105501.589000', '105501.591000', '105501.594000', '105501.596000', '105501.599000', '105501.602000', '105501.604000', '105501.607000', '105501.610000', '105501.612000', '105501.615000', '105501.617000', '105501.620000', '105501.622000', '105501.625000', '105501.628000', '105501.631000', '105501.634000', '105501.637000', '105521.526000', '105521.529000', '105521.532000', '105521.535000', '105521.537000', '105521.540000', '105521.542000', '105521.550000', '105521.553000', '105521.556000', '105521.558000', '105521.561000', '105521.563000', '105521.566000', '105521.569000', '105521.571000', '105521.574000', '105521.576000', '105521.579000', '105521.582000', '105521.584000', '105521.587000', '105521.589000', '105521.592000', '105521.594000', '105521.597000', '105521.600000', '105521.602000', '105521.605000', '105521.607000', '105521.610000', '105521.613000', '105521.615000', '105521.618000', '105521.620000', '105521.623000', '105521.626000', '105521.628000', '105521.631000', '105521.633000', '105521.636000', '105521.638000', '105521.641000', '105521.643000', '105541.526000', '105541.529000', '105541.531000', '105541.534000', '105541.536000', '105541.539000', '105541.541000', '105541.544000', '105541.547000', '105541.549000', '105541.552000', '105541.554000', '105541.557000', '105541.559000', '105541.562000', '105541.565000', '105541.567000', '105541.570000', '105541.572000', '105541.575000', '105541.577000', '105541.580000', '105541.583000', '105541.586000', '105541.589000', '105541.592000', '105541.594000', '105541.597000', '105541.600000', '105541.602000', '105541.605000', '105541.607000', '105541.610000', '105541.613000', '105541.615000', '105541.618000', '105541.620000', '105541.623000', '105541.625000', '105541.628000', '105541.630000', '105541.633000', '105541.636000', '105601.526000', '105601.528000', '105601.531000', '105601.533000', '105601.536000', '105601.539000', '105601.541000', '105601.544000', '105601.546000', '105601.549000', '105601.551000', '105601.554000', '105601.556000', '105601.559000', '105601.562000', '105601.564000', '105601.567000', '105601.570000', '105601.572000', '105601.575000', '105601.577000', '105601.580000', '105601.582000', '105601.585000', '105601.588000', '105601.590000', '105601.596000', '105601.599000', '105601.601000', '105601.604000', '105601.607000', '105601.609000', '105601.613000', '105601.615000', '105601.618000', '105601.620000', '105601.623000', '105601.626000', '105601.628000', '105601.631000', '105601.633000', '105601.636000', '105601.638000', '105601.641000', '105621.527000', '105621.529000', '105621.532000', '105621.534000', '105621.537000', '105621.540000', '105621.542000', '105621.545000', '105621.547000', '105621.550000', '105621.552000', '105621.555000', '105621.558000', '105621.560000', '105621.563000', '105621.565000', '105621.568000', '105621.571000', '105621.573000', '105621.576000', '105621.578000', '105621.581000', '105621.583000', '105621.586000', '105621.589000', '105621.591000', '105621.594000', '105621.596000', '105621.599000', '105621.602000', '105621.604000', '105621.607000', '105621.609000', '105621.612000', '105621.615000', '105621.617000', '105621.620000', '105621.622000', '105621.625000', '105621.627000', '105621.630000', '105621.633000', '105621.636000', '105641.527000', '105641.529000', '105641.532000', '105641.535000', '105641.537000', '105641.540000', '105641.542000', '105641.545000', '105641.547000', '105641.550000', '105641.553000', '105641.555000', '105641.570000', '105641.572000', '105641.575000', '105641.578000', '105641.580000', '105641.583000', '105641.585000', '105641.588000', '105641.590000', '105641.593000', '105641.595000', '105641.598000', '105641.601000', '105641.603000', '105641.606000', '105641.608000', '105641.611000', '105641.614000', '105641.616000', '105641.619000', '105641.621000', '105641.624000', '105641.633000', '105641.636000', '105641.638000', '105641.641000', '105641.644000', '105641.646000', '105641.649000', '105641.652000', '105641.654000', '105641.657000', '105701.527000', '105701.530000', '105701.532000', '105701.535000', '105701.537000', '105701.540000', '105701.542000', '105701.545000', '105701.547000', '105701.550000', '105701.553000', '105701.555000', '105701.558000', '105701.560000', '105701.563000', '105701.565000', '105701.568000', '105701.570000', '105701.573000', '105701.576000', '105701.578000', '105701.581000', '105701.583000', '105701.586000', '105701.588000', '105701.591000', '105701.594000', '105701.596000', '105701.599000', '105701.601000', '105701.604000', '105701.607000', '105701.609000', '105701.612000', '105701.614000', '105701.617000', '105701.619000', '105701.622000', '105701.624000', '105701.627000', '105701.630000', '105701.632000', '105701.635000', '105721.527000', '105721.529000', '105721.532000', '105721.535000', '105721.537000', '105721.540000', '105721.544000', '105721.546000', '105721.549000', '105721.552000', '105721.554000', '105721.557000', '105721.559000', '105721.562000', '105721.565000', '105721.567000', '105721.570000', '105721.572000', '105721.575000', '105721.577000', '105721.580000', '105721.583000', '105721.585000', '105721.588000', '105721.590000', '105721.593000', '105721.596000', '105721.598000', '105721.601000', '105721.603000', '105721.606000', '105721.609000', '105721.611000', '105721.614000', '105721.616000', '105721.619000', '105721.621000', '105721.624000', '105721.626000', '105721.629000', '105721.632000', '105721.634000', '105721.637000', '105721.639000', '105741.526000', '105741.529000', '105741.532000', '105741.535000', '105741.537000', '105741.540000', '105741.542000', '105741.545000', '105741.547000', '105741.550000', '105741.553000', '105741.555000', '105741.558000', '105741.560000', '105741.563000', '105741.565000', '105741.568000', '105741.570000', '105741.573000', '105741.576000', '105741.578000', '105741.581000', '105741.583000', '105741.586000', '105741.588000', '105741.591000', '105741.594000', '105741.596000', '105741.599000', '105741.602000', '105741.604000', '105741.607000', '105741.609000', '105741.612000', '105741.614000', '105741.617000', '105741.619000', '105741.622000', '105741.625000', '105741.627000', '105741.630000', '105741.632000', '105741.635000', '105754.984000', '105754.987000', '105754.990000', '105754.993000', '105754.995000', '105754.998000', '105755.002000', '105755.005000', '105755.007000', '105755.010000', '105755.013000', '105755.015000', '105755.018000', '105755.021000', '105755.023000', '105755.026000', '105755.029000', '105755.031000', '105755.034000', '105755.036000', '105755.039000', '105755.042000', '105755.044000', '105755.065000', '105755.068000', '105755.072000', '105755.075000', '105755.078000', '105755.081000', '105755.084000'], 'InstanceCreationTime': ['105141.556000', '105141.559000', '105141.561000', '105141.564000', '105141.567000', '105141.569000', '105141.572000', '105141.577000', '105141.580000', '105141.582000', '105141.585000', '105141.587000', '105141.590000', '105141.592000', '105141.595000', '105141.598000', '105141.600000', '105141.603000', '105141.605000', '105141.608000', '105141.610000', '105141.613000', '105141.615000', '105141.618000', '105141.621000', '105141.623000', '105141.626000', '105141.628000', '105141.631000', '105141.633000', '105141.636000', '105141.638000', '105141.641000', '105141.644000', '105141.646000', '105141.649000', '105141.651000', '105141.654000', '105141.656000', '105141.659000', '105141.662000', '105141.664000', '105141.667000', '105141.669000', '105141.672000', '105141.674000', '105141.677000', '105141.680000', '105141.682000', '105141.685000', '105141.687000', '105141.690000', '105141.692000', '105141.695000', '105141.697000', '105141.700000', '105141.703000', '105141.705000', '105141.708000', '105141.710000', '105201.527000', '105201.529000', '105201.532000', '105201.535000', '105201.537000', '105201.540000', '105201.544000', '105201.546000', '105201.549000', '105201.566000', '105201.568000', '105201.571000', '105201.573000', '105201.576000', '105201.579000', '105201.581000', '105201.584000', '105201.586000', '105201.589000', '105201.591000', '105201.594000', '105201.597000', '105201.599000', '105201.602000', '105201.604000', '105201.607000', '105201.610000', '105201.612000', '105201.615000', '105201.617000', '105201.620000', '105201.622000', '105201.625000', '105201.628000', '105201.630000', '105201.633000', '105201.635000', '105201.638000', '105201.640000', '105201.643000', '105201.645000', '105201.648000', '105201.651000', '105221.526000', '105221.529000', '105221.532000', '105221.534000', '105221.537000', '105221.539000', '105221.542000', '105221.544000', '105221.547000', '105221.549000', '105221.552000', '105221.555000', '105221.557000', '105221.560000', '105221.562000', '105221.565000', '105221.568000', '105221.570000', '105221.573000', '105221.575000', '105221.578000', '105221.580000', '105221.583000', '105221.586000', '105221.588000', '105221.591000', '105221.593000', '105221.596000', '105221.599000', '105221.601000', '105221.604000', '105221.606000', '105221.609000', '105221.611000', '105221.614000', '105221.617000', '105221.619000', '105221.622000', '105221.624000', '105221.627000', '105221.630000', '105221.632000', '105221.635000', '105221.637000', '105241.527000', '105241.529000', '105241.532000', '105241.534000', '105241.537000', '105241.540000', '105241.542000', '105241.545000', '105241.547000', '105241.550000', '105241.552000', '105241.555000', '105241.558000', '105241.560000', '105241.563000', '105241.566000', '105241.568000', '105241.571000', '105241.573000', '105241.576000', '105241.578000', '105241.581000', '105241.584000', '105241.586000', '105241.589000', '105241.591000', '105241.594000', '105241.596000', '105241.599000', '105241.602000', '105241.604000', '105241.607000', '105241.610000', '105241.612000', '105241.615000', '105241.617000', '105241.620000', '105241.623000', '105241.625000', '105241.628000', '105241.630000', '105241.633000', '105241.635000', '105301.526000', '105301.529000', '105301.532000', '105301.534000', '105301.537000', '105301.539000', '105301.542000', '105301.545000', '105301.547000', '105301.550000', '105301.553000', '105301.555000', '105301.558000', '105301.560000', '105301.564000', '105301.567000', '105301.569000', '105301.572000', '105301.574000', '105301.577000', '105301.580000', '105301.582000', '105301.585000', '105301.587000', '105301.590000', '105301.593000', '105301.595000', '105301.598000', '105301.601000', '105301.603000', '105301.606000', '105301.608000', '105301.611000', '105301.613000', '105301.616000', '105301.619000', '105301.621000', '105301.624000', '105301.626000', '105301.629000', '105301.632000', '105301.634000', '105301.637000', '105301.639000', '105321.526000', '105321.528000', '105321.531000', '105321.538000', '105321.541000', '105321.543000', '105321.546000', '105321.549000', '105321.551000', '105321.554000', '105321.556000', '105321.559000', '105321.562000', '105321.564000', '105321.567000', '105321.569000', '105321.572000', '105321.574000', '105321.577000', '105321.580000', '105321.582000', '105321.585000', '105321.587000', '105321.590000', '105321.593000', '105321.595000', '105321.598000', '105321.600000', '105321.603000', '105321.605000', '105321.608000', '105321.611000', '105321.613000', '105321.616000', '105321.618000', '105321.621000', '105321.624000', '105321.626000', '105321.629000', '105321.631000', '105321.634000', '105321.636000', '105321.639000', '105341.525000', '105341.528000', '105341.531000', '105341.533000', '105341.536000', '105341.557000', '105341.559000', '105341.562000', '105341.565000', '105341.567000', '105341.570000', '105341.572000', '105341.575000', '105341.577000', '105341.580000', '105341.582000', '105341.585000', '105341.588000', '105341.590000', '105341.593000', '105341.595000', '105341.598000', '105341.600000', '105341.603000', '105341.605000', '105341.608000', '105341.611000', '105341.613000', '105341.616000', '105341.618000', '105341.621000', '105341.623000', '105341.626000', '105341.629000', '105341.631000', '105341.634000', '105341.636000', '105341.639000', '105341.642000', '105341.644000', '105341.647000', '105341.649000', '105341.652000', '105401.527000', '105401.529000', '105401.532000', '105401.534000', '105401.537000', '105401.540000', '105401.543000', '105401.545000', '105401.548000', '105401.550000', '105401.553000', '105401.555000', '105401.558000', '105401.561000', '105401.563000', '105401.566000', '105401.568000', '105401.571000', '105401.573000', '105401.576000', '105401.579000', '105401.581000', '105401.584000', '105401.586000', '105401.589000', '105401.592000', '105401.594000', '105401.597000', '105401.599000', '105401.602000', '105401.605000', '105401.607000', '105401.610000', '105401.612000', '105401.615000', '105401.618000', '105401.620000', '105401.623000', '105401.625000', '105401.628000', '105401.630000', '105401.633000', '105401.636000', '105401.638000', '105421.527000', '105421.529000', '105421.532000', '105421.535000', '105421.537000', '105421.540000', '105421.542000', '105421.545000', '105421.547000', '105421.550000', '105421.553000', '105421.555000', '105421.558000', '105421.560000', '105421.563000', '105421.566000', '105421.569000', '105421.572000', '105421.575000', '105421.578000', '105421.580000', '105421.583000', '105421.585000', '105421.588000', '105421.590000', '105421.593000', '105421.596000', '105421.598000', '105421.601000', '105421.605000', '105421.607000', '105421.610000', '105421.613000', '105421.615000', '105421.618000', '105421.620000', '105421.623000', '105421.626000', '105421.628000', '105421.631000', '105421.633000', '105421.636000', '105421.638000', '105441.527000', '105441.530000', '105441.532000', '105441.535000', '105441.537000', '105441.540000', '105441.542000', '105441.545000', '105441.548000', '105441.550000', '105441.553000', '105441.555000', '105441.558000', '105441.561000', '105441.563000', '105441.566000', '105441.568000', '105441.572000', '105441.575000', '105441.577000', '105441.580000', '105441.586000', '105441.588000', '105441.591000', '105441.593000', '105441.596000', '105441.599000', '105441.601000', '105441.604000', '105441.606000', '105441.609000', '105441.611000', '105441.614000', '105441.617000', '105441.619000', '105441.622000', '105441.625000', '105441.627000', '105441.630000', '105441.632000', '105441.635000', '105441.637000', '105441.640000', '105441.642000', '105501.526000', '105501.529000', '105501.532000', '105501.535000', '105501.537000', '105501.540000', '105501.542000', '105501.545000', '105501.547000', '105501.550000', '105501.552000', '105501.555000', '105501.558000', '105501.560000', '105501.563000', '105501.565000', '105501.568000', '105501.571000', '105501.573000', '105501.576000', '105501.578000', '105501.581000', '105501.583000', '105501.586000', '105501.589000', '105501.591000', '105501.594000', '105501.596000', '105501.599000', '105501.602000', '105501.604000', '105501.607000', '105501.610000', '105501.612000', '105501.615000', '105501.617000', '105501.620000', '105501.622000', '105501.625000', '105501.628000', '105501.631000', '105501.634000', '105501.637000', '105521.526000', '105521.529000', '105521.532000', '105521.535000', '105521.537000', '105521.540000', '105521.542000', '105521.550000', '105521.553000', '105521.556000', '105521.558000', '105521.561000', '105521.563000', '105521.566000', '105521.569000', '105521.571000', '105521.574000', '105521.576000', '105521.579000', '105521.582000', '105521.584000', '105521.587000', '105521.589000', '105521.592000', '105521.594000', '105521.597000', '105521.600000', '105521.602000', '105521.605000', '105521.607000', '105521.610000', '105521.613000', '105521.615000', '105521.618000', '105521.620000', '105521.623000', '105521.626000', '105521.628000', '105521.631000', '105521.633000', '105521.636000', '105521.638000', '105521.641000', '105521.643000', '105541.526000', '105541.529000', '105541.531000', '105541.534000', '105541.536000', '105541.539000', '105541.541000', '105541.544000', '105541.547000', '105541.549000', '105541.552000', '105541.554000', '105541.557000', '105541.559000', '105541.562000', '105541.565000', '105541.567000', '105541.570000', '105541.572000', '105541.575000', '105541.577000', '105541.580000', '105541.583000', '105541.586000', '105541.589000', '105541.592000', '105541.594000', '105541.597000', '105541.600000', '105541.602000', '105541.605000', '105541.607000', '105541.610000', '105541.613000', '105541.615000', '105541.618000', '105541.620000', '105541.623000', '105541.625000', '105541.628000', '105541.630000', '105541.633000', '105541.636000', '105601.526000', '105601.528000', '105601.531000', '105601.533000', '105601.536000', '105601.539000', '105601.541000', '105601.544000', '105601.546000', '105601.549000', '105601.551000', '105601.554000', '105601.556000', '105601.559000', '105601.562000', '105601.564000', '105601.567000', '105601.570000', '105601.572000', '105601.575000', '105601.577000', '105601.580000', '105601.582000', '105601.585000', '105601.588000', '105601.590000', '105601.596000', '105601.599000', '105601.601000', '105601.604000', '105601.607000', '105601.609000', '105601.613000', '105601.615000', '105601.618000', '105601.620000', '105601.623000', '105601.626000', '105601.628000', '105601.631000', '105601.633000', '105601.636000', '105601.638000', '105601.641000', '105621.527000', '105621.529000', '105621.532000', '105621.534000', '105621.537000', '105621.540000', '105621.542000', '105621.545000', '105621.547000', '105621.550000', '105621.552000', '105621.555000', '105621.558000', '105621.560000', '105621.563000', '105621.565000', '105621.568000', '105621.571000', '105621.573000', '105621.576000', '105621.578000', '105621.581000', '105621.583000', '105621.586000', '105621.589000', '105621.591000', '105621.594000', '105621.596000', '105621.599000', '105621.602000', '105621.604000', '105621.607000', '105621.609000', '105621.612000', '105621.615000', '105621.617000', '105621.620000', '105621.622000', '105621.625000', '105621.627000', '105621.630000', '105621.633000', '105621.636000', '105641.527000', '105641.529000', '105641.532000', '105641.535000', '105641.537000', '105641.540000', '105641.542000', '105641.545000', '105641.547000', '105641.550000', '105641.553000', '105641.555000', '105641.570000', '105641.572000', '105641.575000', '105641.578000', '105641.580000', '105641.583000', '105641.585000', '105641.588000', '105641.590000', '105641.593000', '105641.595000', '105641.598000', '105641.601000', '105641.603000', '105641.606000', '105641.608000', '105641.611000', '105641.614000', '105641.616000', '105641.619000', '105641.621000', '105641.624000', '105641.633000', '105641.636000', '105641.638000', '105641.641000', '105641.644000', '105641.646000', '105641.649000', '105641.652000', '105641.654000', '105641.657000', '105701.527000', '105701.530000', '105701.532000', '105701.535000', '105701.537000', '105701.540000', '105701.542000', '105701.545000', '105701.547000', '105701.550000', '105701.553000', '105701.555000', '105701.558000', '105701.560000', '105701.563000', '105701.565000', '105701.568000', '105701.570000', '105701.573000', '105701.576000', '105701.578000', '105701.581000', '105701.583000', '105701.586000', '105701.588000', '105701.591000', '105701.594000', '105701.596000', '105701.599000', '105701.601000', '105701.604000', '105701.607000', '105701.609000', '105701.612000', '105701.614000', '105701.617000', '105701.619000', '105701.622000', '105701.624000', '105701.627000', '105701.630000', '105701.632000', '105701.635000', '105721.527000', '105721.529000', '105721.532000', '105721.535000', '105721.537000', '105721.540000', '105721.544000', '105721.546000', '105721.549000', '105721.552000', '105721.554000', '105721.557000', '105721.559000', '105721.562000', '105721.565000', '105721.567000', '105721.570000', '105721.572000', '105721.575000', '105721.577000', '105721.580000', '105721.583000', '105721.585000', '105721.588000', '105721.590000', '105721.593000', '105721.596000', '105721.598000', '105721.601000', '105721.603000', '105721.606000', '105721.609000', '105721.611000', '105721.614000', '105721.616000', '105721.619000', '105721.621000', '105721.624000', '105721.626000', '105721.629000', '105721.632000', '105721.634000', '105721.637000', '105721.639000', '105741.526000', '105741.529000', '105741.532000', '105741.535000', '105741.537000', '105741.540000', '105741.542000', '105741.545000', '105741.547000', '105741.550000', '105741.553000', '105741.555000', '105741.558000', '105741.560000', '105741.563000', '105741.565000', '105741.568000', '105741.570000', '105741.573000', '105741.576000', '105741.578000', '105741.581000', '105741.583000', '105741.586000', '105741.588000', '105741.591000', '105741.594000', '105741.596000', '105741.599000', '105741.602000', '105741.604000', '105741.607000', '105741.609000', '105741.612000', '105741.614000', '105741.617000', '105741.619000', '105741.622000', '105741.625000', '105741.627000', '105741.630000', '105741.632000', '105741.635000', '105754.984000', '105754.987000', '105754.990000', '105754.993000', '105754.995000', '105754.998000', '105755.002000', '105755.005000', '105755.007000', '105755.010000', '105755.013000', '105755.015000', '105755.018000', '105755.021000', '105755.023000', '105755.026000', '105755.029000', '105755.031000', '105755.034000', '105755.036000', '105755.039000', '105755.042000', '105755.044000', '105755.065000', '105755.068000', '105755.072000', '105755.075000', '105755.078000', '105755.081000', '105755.084000'], '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': [11308, 7275, 13778, 9892, 9911, 7001, 8070, 6962, 7241, 10229, 7219, 13366, 9589, 11231, 7310, 9652, 7102, 7883, 7016, 7030, 11210, 7484, 14232, 8796, 10742, 7020, 8746, 6934, 8077, 6952, 7108, 8124, 6986, 7665, 7009, 8663, 7055, 10611, 7234, 11105, 7308, 8262, 7076, 8055, 7121, 7529, 7897, 8452, 9911, 7083, 8699, 6830, 13046, 7294, 12194, 8624, 11398, 8678, 8300, 8675, 7020, 13461, 7010, 12855, 8609, 11209, 7086, 7338, 7300, 7175, 13638, 8396, 13825, 9663, 10082, 6871, 7768, 7341, 6834, 11945, 7114, 11039, 7120, 8634, 6872, 7563, 6984, 9174, 8681, 7151, 9734, 7003, 12303, 7159, 10199, 6963, 8558, 7742, 7142, 9842, 6850, 11559, 7205, 9732, 7324, 8964, 7159, 7148, 10615, 7017, 13058, 7494, 10678, 7506, 8849, 8500, 7116, 11999, 7063, 10450, 7052, 8769, 8110, 8054, 7627, 6985, 7683, 7230, 11470, 7299, 10957, 7041, 8405, 7318, 7747, 7937, 6868, 11608, 8404, 12093, 7991, 10528, 7077, 9838, 7300, 8243, 8767, 7886, 10996, 7061, 12458, 7094, 10617, 7040, 9590, 7614, 7288, 7806, 7123, 8164, 6944, 12205, 7087, 10833, 7523, 8832, 7112, 7217, 10541, 7313, 12921, 7945, 10474, 7357, 7801, 7602, 7057, 10470, 7450, 12637, 7458, 8718, 7340, 7959, 7183, 7474, 7740, 7404, 8543, 7064, 7382, 7110, 11819, 7386, 11883, 7892, 8810, 7305, 7357, 7725, 7179, 12830, 9481, 12394, 7372, 12395, 7247, 9598, 7665, 7910, 12888, 8987, 11880, 7381, 10791, 7406, 8118, 7557, 7202, 10647, 7267, 11529, 7155, 9960, 7607, 8448, 7650, 7419, 7882, 7210, 7847, 7236, 10749, 7342, 9176, 7351, 7835, 10897, 7817, 12062, 7212, 9867, 7270, 7202, 11037, 7221, 11708, 7325, 8402, 8005, 7750, 7689, 7437, 8087, 7519, 8758, 7550, 9801, 7741, 9320, 7665, 8459, 7925, 7165, 7890, 7721, 11196, 7573, 10527, 7544, 8846, 7764, 7744, 8381, 7154, 12711, 8206, 11129, 7839, 8833, 7695, 7436, 9257, 7215, 11164, 7428, 8778, 7467, 7645, 7819, 7464, 7964, 7272, 11602, 7329, 9334, 7123, 7607, 7816, 7800, 7702, 7257, 9687, 7013, 7785, 7194, 10864, 7361, 9310, 8005, 7643, 8682, 7036, 11350, 7238, 10194, 7454, 7127, 10357, 7487, 11667, 7108, 9711, 7315, 7308, 8099, 7352, 9076, 7448, 9714, 7413, 9799, 7385, 7900, 7683, 7803, 7621, 7529, 7584, 7420, 8169, 7210, 11946, 7470, 10387, 7817, 8343, 7852, 7233, 9708, 7359, 12284, 7233, 11000, 7609, 8103, 7633, 7215, 8156, 7720, 12003, 7960, 11198, 7398, 9045, 7462, 7115, 8746, 7260, 12337, 7386, 9627, 7503, 7754, 7975, 7304, 11989, 7405, 10879, 7729, 8168, 7572, 7938, 7778, 7681, 8341, 7495, 10181, 7066, 7873, 7229, 9033, 7429, 7634, 8252, 7135, 10335, 7125, 10685, 7335, 8073, 7950, 7558, 8066, 7580, 9590, 7427, 9935, 7463, 10012, 7640, 9496, 8119, 8278, 7545, 7205, 7904, 7236, 12268, 8130, 10717, 7331, 7995, 7612, 7158, 7968, 7260, 10754, 7661, 11407, 7845, 8159, 7395, 7973, 7757, 7474, 8120, 7166, 11175, 7476, 8130, 7424, 8495, 7544, 7636, 7786, 7373, 10700, 7582, 10812, 7305, 8889, 7512, 7712, 7705, 7216, 10407, 7230, 8765, 7541, 7695, 8183, 7460, 8271, 7319, 8045, 7461, 8708, 7661, 9299, 7860, 8536, 8057, 7276, 7982, 7318, 11062, 7299, 10466, 7667, 8960, 9074, 7297, 10570, 7700, 9136, 7587, 7547, 7830, 8064, 10057, 8317, 7833, 7619, 7918, 8143, 7644, 8100, 8052, 10161, 7723, 8081, 7764, 7608, 8291, 7795, 9737, 8164, 9426, 7901, 7765, 8030, 7306, 8354, 7580, 10579, 7782, 10890, 7817, 8330, 7812, 8112, 8226, 7300, 8733, 7745, 10371, 8132, 8446, 8329, 8213, 8062, 7634, 9406, 7954, 12494, 8311, 9845, 7885, 8249, 8197, 7668, 8595, 7724, 10413, 8057, 9769, 7956, 8742, 8269, 8364, 8327, 7317, 8004, 7577, 9141, 7895, 11109, 8273, 9013, 8161, 8285, 8437, 7607, 7855, 7815, 9932, 8075, 9934, 8046, 8164, 8002, 8159, 8145, 7795, 8230, 8417, 9558, 7962, 8076, 7885, 7746, 8123, 7987, 11030, 8218, 10481, 7871, 8184, 8144, 7186, 8539, 7593, 10593, 7969, 8862, 8102, 7625, 7950, 7845, 8532, 7841, 8974, 8170, 8204, 8068, 7464, 8430, 7485, 8593, 7164, 8267, 7200, 10752, 7578, 10521, 7367, 9420, 8090, 7619, 7085, 7712, 13332, 7391, 12013, 9034, 11448, 6950, 7292, 8900, 6948, 13575, 8348, 13062, 8919, 9434, 6939, 7503, 7252, 7049, 12951, 8157, 10971, 7129, 8843, 6997, 7850, 7312, 7081, 12440, 8291, 10330, 7336, 9172, 7132, 8853, 7139, 7968, 7363, 7129, 9433, 7120, 10207, 7066, 8858, 7222, 9064, 7207, 7046, 7261, 7222, 9872, 7153, 11233, 7114, 9117, 7320, 7271, 7263, 6983, 9001, 7130, 11419, 7270, 7763, 7266, 8406, 7121, 7622, 7387, 7306, 9981, 6924, 10521, 7254, 9280, 7721, 7679, 8404, 7194, 11511, 7370, 10444, 7583, 8746, 7840, 7115, 8812, 7317, 10287, 7722, 7310, 7472, 8300, 7696, 8239, 7505, 7720, 7025, 11731, 10144, 12800, 7502, 6993, 6958, 7173, 6974, 6725, 11019, 6896, 13375, 10215, 14740, 11270, 13966, 10127, 12985, 8896, 7445, 7751, 7801, 9203, 8045, 7593, 7888, 7729, 9934, 8137, 7718, 8150, 8264, 7384, 8609, 12593, 7702, 12944, 8162, 9380, 7758, 7250, 13949, 7582, 10073, 7799, 7624, 8269, 7309, 12014, 7265, 8374, 7765, 7331, 7057, 7664, 9708, 6946, 9113, 7033, 7865, 6951, 7995, 7214, 7248, 10022, 7830, 13760, 9469, 9663, 7486, 7770, 10704, 7398, 13371, 7437, 9344, 8134, 7220, 14469, 8035, 10775, 7319, 7512, 7219, 6667, 11782, 6727, 11078, 8039, 10699, 9357, 11701, 7397, 9422, 7209, 8016, 12963, 8104, 13398, 7956, 10414, 7479, 7607, 12870, 6977, 12537, 6972, 9043, 6964, 8379, 14471, 9854, 14014, 9003, 10875, 6849, 7158, 11693, 7159, 12226, 7186, 9433, 7107, 7090, 6813, 7988, 10744, 7157, 7242, 7636, 7971, 7542, 8816, 7501, 7597, 12737, 7595, 11579, 7163, 8734, 7096, 7096, 13127, 7109, 12086, 7299, 8208, 7195, 7029, 7343, 6757, 11174, 6990], 'WindowCenter': [4575.0, 4530.0, 4577.0, 4546.0, 4543.0, 4513.0, 4510.0, 4500.0, 4499.0, 4529.0, 4500.0, 4549.0, 4532.0, 4539.0, 4500.0, 4518.0, 4498.0, 4507.0, 4487.0, 4498.0, 4539.0, 4500.0, 4550.0, 4519.0, 4529.0, 4499.0, 4507.0, 4498.0, 4508.0, 4499.0, 4501.0, 4522.0, 4512.0, 4513.0, 4513.0, 4520.0, 4502.0, 4556.0, 4527.0, 4555.0, 4526.0, 4533.0, 4515.0, 4523.0, 4514.0, 4512.0, 4524.0, 4539.0, 4559.0, 4528.0, 4537.0, 4516.0, 4564.0, 4526.0, 4566.0, 4536.0, 4568.0, 4535.0, 4535.0, 4535.0, 4514.0, 4562.0, 4513.0, 4553.0, 4535.0, 4544.0, 4515.0, 4514.0, 4513.0, 4512.0, 4563.0, 4523.0, 4551.0, 4531.0, 4530.0, 4489.0, 4498.0, 4498.0, 4488.0, 4539.0, 4502.0, 4541.0, 4501.0, 4520.0, 4501.0, 4510.0, 4512.0, 4533.0, 4522.0, 4512.0, 4530.0, 4500.0, 4539.0, 4500.0, 4529.0, 4501.0, 4523.0, 4512.0, 4512.0, 4533.0, 4503.0, 4541.0, 4512.0, 4533.0, 4514.0, 4535.0, 4515.0, 4516.0, 4544.0, 4513.0, 4549.0, 4513.0, 4532.0, 4513.0, 4523.0, 4523.0, 4502.0, 4552.0, 4501.0, 4531.0, 4513.0, 4524.0, 4524.0, 4525.0, 4524.0, 4515.0, 4524.0, 4514.0, 4554.0, 4527.0, 4556.0, 4517.0, 4526.0, 4527.0, 4525.0, 4525.0, 4506.0, 4555.0, 4538.0, 4557.0, 4527.0, 4556.0, 4516.0, 4534.0, 4514.0, 4523.0, 4524.0, 4525.0, 4545.0, 4514.0, 4553.0, 4503.0, 4531.0, 4503.0, 4534.0, 4513.0, 4514.0, 4514.0, 4514.0, 4523.0, 4503.0, 4553.0, 4516.0, 4545.0, 4526.0, 4524.0, 4504.0, 4503.0, 4543.0, 4514.0, 4553.0, 4513.0, 4532.0, 4513.0, 4512.0, 4511.0, 4501.0, 4544.0, 4517.0, 4555.0, 4516.0, 4535.0, 4526.0, 4524.0, 4515.0, 4515.0, 4526.0, 4529.0, 4538.0, 4529.0, 4528.0, 4529.0, 4554.0, 4514.0, 4554.0, 4514.0, 4525.0, 4528.0, 4516.0, 4526.0, 4516.0, 4566.0, 4536.0, 4556.0, 4516.0, 4555.0, 4514.0, 4533.0, 4512.0, 4513.0, 4554.0, 4522.0, 4542.0, 4512.0, 4530.0, 4500.0, 4510.0, 4512.0, 4512.0, 4542.0, 4502.0, 4541.0, 4502.0, 4532.0, 4513.0, 4512.0, 4513.0, 4516.0, 4525.0, 4516.0, 4526.0, 4516.0, 4544.0, 4515.0, 4525.0, 4515.0, 4516.0, 4546.0, 4516.0, 4555.0, 4514.0, 4532.0, 4501.0, 4502.0, 4543.0, 4514.0, 4543.0, 4513.0, 4522.0, 4514.0, 4512.0, 4513.0, 4515.0, 4527.0, 4529.0, 4538.0, 4529.0, 4548.0, 4528.0, 4536.0, 4527.0, 4539.0, 4528.0, 4518.0, 4528.0, 4529.0, 4557.0, 4517.0, 4546.0, 4528.0, 4538.0, 4528.0, 4528.0, 4527.0, 4516.0, 4554.0, 4524.0, 4543.0, 4503.0, 4523.0, 4513.0, 4503.0, 4522.0, 4501.0, 4531.0, 4513.0, 4523.0, 4503.0, 4513.0, 4513.0, 4513.0, 4513.0, 4514.0, 4544.0, 4516.0, 4535.0, 4516.0, 4516.0, 4529.0, 4527.0, 4526.0, 4519.0, 4538.0, 4517.0, 4516.0, 4506.0, 4544.0, 4515.0, 4535.0, 4516.0, 4517.0, 4526.0, 4517.0, 4545.0, 4516.0, 4533.0, 4503.0, 4503.0, 4534.0, 4504.0, 4543.0, 4504.0, 4522.0, 4502.0, 4500.0, 4510.0, 4502.0, 4524.0, 4504.0, 4533.0, 4514.0, 4533.0, 4513.0, 4512.0, 4513.0, 4513.0, 4515.0, 4515.0, 4515.0, 4516.0, 4525.0, 4514.0, 4542.0, 4502.0, 4533.0, 4514.0, 4515.0, 4513.0, 4514.0, 4535.0, 4515.0, 4543.0, 4515.0, 4543.0, 4514.0, 4513.0, 4516.0, 4514.0, 4513.0, 4516.0, 4555.0, 4526.0, 4544.0, 4515.0, 4524.0, 4514.0, 4502.0, 4523.0, 4504.0, 4554.0, 4515.0, 4534.0, 4514.0, 4513.0, 4513.0, 4504.0, 4543.0, 4516.0, 4545.0, 4515.0, 4524.0, 4516.0, 4514.0, 4514.0, 4514.0, 4526.0, 4518.0, 4547.0, 4517.0, 4527.0, 4528.0, 4536.0, 4517.0, 4515.0, 4526.0, 4516.0, 4546.0, 4516.0, 4546.0, 4516.0, 4515.0, 4515.0, 4516.0, 4527.0, 4529.0, 4538.0, 4517.0, 4537.0, 4516.0, 4535.0, 4517.0, 4537.0, 4527.0, 4527.0, 4528.0, 4517.0, 4516.0, 4505.0, 4544.0, 4527.0, 4536.0, 4516.0, 4515.0, 4517.0, 4505.0, 4515.0, 4503.0, 4543.0, 4515.0, 4544.0, 4515.0, 4513.0, 4515.0, 4513.0, 4513.0, 4503.0, 4513.0, 4504.0, 4544.0, 4515.0, 4514.0, 4516.0, 4525.0, 4515.0, 4514.0, 4515.0, 4516.0, 4545.0, 4516.0, 4545.0, 4504.0, 4523.0, 4503.0, 4502.0, 4514.0, 4515.0, 4534.0, 4518.0, 4525.0, 4514.0, 4502.0, 4524.0, 4516.0, 4526.0, 4518.0, 4529.0, 4519.0, 4538.0, 4528.0, 4537.0, 4530.0, 4543.0, 4530.0, 4520.0, 4529.0, 4518.0, 4546.0, 4517.0, 4546.0, 4517.0, 4528.0, 4527.0, 4517.0, 4546.0, 4516.0, 4524.0, 4514.0, 4513.0, 4515.0, 4526.0, 4536.0, 4527.0, 4517.0, 4528.0, 4526.0, 4525.0, 4516.0, 4528.0, 4528.0, 4536.0, 4518.0, 4516.0, 4528.0, 4517.0, 4525.0, 4516.0, 4536.0, 4529.0, 4537.0, 4528.0, 4518.0, 4527.0, 4516.0, 4524.0, 4515.0, 4535.0, 4518.0, 4535.0, 4516.0, 4515.0, 4516.0, 4514.0, 4513.0, 4503.0, 4525.0, 4516.0, 4535.0, 4516.0, 4526.0, 4527.0, 4525.0, 4514.0, 4514.0, 4535.0, 4516.0, 4556.0, 4515.0, 4535.0, 4514.0, 4512.0, 4512.0, 4501.0, 4523.0, 4514.0, 4545.0, 4516.0, 4535.0, 4515.0, 4523.0, 4525.0, 4526.0, 4526.0, 4516.0, 4526.0, 4516.0, 4535.0, 4515.0, 4545.0, 4527.0, 4526.0, 4526.0, 4526.0, 4528.0, 4517.0, 4516.0, 4515.0, 4535.0, 4528.0, 4537.0, 4528.0, 4528.0, 4530.0, 4528.0, 4529.0, 4528.0, 4539.0, 4540.0, 4548.0, 4531.0, 4530.0, 4543.0, 4530.0, 4530.0, 4529.0, 4550.0, 4531.0, 4549.0, 4529.0, 4529.0, 4528.0, 4517.0, 4526.0, 4516.0, 4546.0, 4529.0, 4539.0, 4528.0, 4518.0, 4529.0, 4528.0, 4538.0, 4529.0, 4539.0, 4544.0, 4542.0, 4545.0, 4532.0, 4544.0, 4521.0, 4526.0, 4532.0, 4541.0, 4531.0, 4559.0, 4529.0, 4548.0, 4518.0, 4540.0, 4529.0, 4526.0, 4532.0, 4528.0, 4564.0, 4513.0, 4551.0, 4522.0, 4553.0, 4502.0, 4514.0, 4523.0, 4501.0, 4550.0, 4523.0, 4553.0, 4523.0, 4522.0, 4502.0, 4501.0, 4500.0, 4500.0, 4550.0, 4512.0, 4530.0, 4502.0, 4522.0, 4502.0, 4510.0, 4500.0, 4501.0, 4552.0, 4511.0, 4531.0, 4501.0, 4519.0, 4500.0, 4509.0, 4500.0, 4511.0, 4501.0, 4501.0, 4521.0, 4501.0, 4530.0, 4501.0, 4521.0, 4512.0, 4524.0, 4503.0, 4503.0, 4513.0, 4513.0, 4531.0, 4502.0, 4542.0, 4503.0, 4523.0, 4502.0, 4513.0, 4513.0, 4502.0, 4522.0, 4503.0, 4543.0, 4515.0, 4514.0, 4516.0, 4524.0, 4515.0, 4514.0, 4515.0, 4516.0, 4546.0, 4516.0, 4545.0, 4514.0, 4523.0, 4513.0, 4513.0, 4524.0, 4515.0, 4544.0, 4514.0, 4543.0, 4514.0, 4522.0, 4512.0, 4502.0, 4523.0, 4515.0, 4546.0, 4516.0, 4515.0, 4530.0, 4525.0, 4528.0, 4528.0, 4499.0, 4470.0, 4496.0, 4565.0, 4542.0, 4562.0, 4525.0, 4511.0, 4512.0, 4514.0, 4516.0, 4515.0, 4559.0, 4529.0, 4608.0, 4574.0, 4591.0, 4556.0, 4561.0, 4528.0, 4534.0, 4515.0, 4496.0, 4506.0, 4507.0, 4516.0, 4519.0, 4507.0, 4505.0, 4495.0, 4513.0, 4494.0, 4493.0, 4497.0, 4505.0, 4494.0, 4505.0, 4536.0, 4495.0, 4534.0, 4494.0, 4504.0, 4494.0, 4495.0, 4533.0, 4495.0, 4514.0, 4494.0, 4495.0, 4505.0, 4495.0, 4524.0, 4496.0, 4505.0, 4496.0, 4497.0, 4498.0, 4510.0, 4530.0, 4514.0, 4533.0, 4515.0, 4525.0, 4517.0, 4525.0, 4526.0, 4528.0, 4547.0, 4527.0, 4577.0, 4548.0, 4546.0, 4516.0, 4514.0, 4544.0, 4513.0, 4563.0, 4515.0, 4533.0, 4523.0, 4514.0, 4564.0, 4524.0, 4543.0, 4513.0, 4513.0, 4514.0, 4517.0, 4555.0, 4517.0, 4528.0, 4527.0, 4541.0, 4533.0, 4553.0, 4526.0, 4533.0, 4514.0, 4523.0, 4553.0, 4513.0, 4553.0, 4524.0, 4544.0, 4515.0, 4524.0, 4562.0, 4512.0, 4551.0, 4502.0, 4521.0, 4502.0, 4524.0, 4564.0, 4533.0, 4562.0, 4521.0, 4530.0, 4489.0, 4499.0, 4529.0, 4488.0, 4537.0, 4498.0, 4517.0, 4499.0, 4497.0, 4513.0, 4523.0, 4542.0, 4501.0, 4509.0, 4509.0, 4510.0, 4512.0, 4533.0, 4512.0, 4513.0, 4552.0, 4512.0, 4553.0, 4515.0, 4535.0, 4502.0, 4503.0, 4552.0, 4513.0, 4553.0, 4515.0, 4524.0, 4516.0, 4516.0, 4527.0, 4517.0, 4556.0, 4527.0], 'WindowWidth': [10043.0, 9973.0, 10028.0, 9982.0, 9977.0, 9936.0, 9926.0, 9913.0, 9910.0, 9950.0, 9911.0, 9977.0, 9958.0, 9963.0, 9912.0, 9933.0, 9907.0, 9917.0, 9891.0, 9905.0, 9964.0, 9912.0, 9979.0, 9937.0, 9950.0, 9910.0, 9919.0, 9907.0, 9920.0, 9911.0, 9917.0, 9947.0, 9932.0, 9936.0, 9935.0, 9941.0, 9918.0, 10001.0, 9964.0, 9995.0, 9961.0, 9965.0, 9943.0, 9949.0, 9940.0, 9933.0, 9952.0, 9980.0, 10008.0, 9965.0, 9976.0, 9945.0, 10005.0, 9958.0, 10012.0, 9972.0, 10017.0, 9968.0, 9968.0, 9968.0, 9939.0, 10001.0, 9937.0, 9988.0, 9968.0, 9978.0, 9941.0, 9940.0, 9937.0, 9933.0, 10001.0, 9948.0, 9983.0, 9955.0, 9951.0, 9897.0, 9906.0, 9906.0, 9894.0, 9964.0, 9918.0, 9969.0, 9918.0, 9940.0, 9918.0, 9928.0, 9932.0, 9962.0, 9947.0, 9931.0, 9954.0, 9912.0, 9963.0, 9912.0, 9950.0, 9915.0, 9947.0, 9931.0, 9932.0, 9962.0, 9920.0, 9971.0, 9933.0, 9961.0, 9940.0, 9967.0, 9941.0, 9943.0, 9979.0, 9935.0, 9979.0, 9933.0, 9958.0, 9932.0, 9948.0, 9947.0, 9919.0, 9985.0, 9916.0, 9955.0, 9935.0, 9949.0, 9950.0, 9955.0, 9952.0, 9941.0, 9953.0, 9938.0, 9990.0, 9961.0, 9996.0, 9946.0, 9956.0, 9959.0, 9954.0, 9953.0, 9929.0, 9995.0, 9975.0, 9999.0, 9959.0, 9998.0, 9944.0, 9962.0, 9937.0, 9948.0, 9951.0, 9952.0, 9980.0, 9937.0, 9988.0, 9920.0, 9955.0, 9919.0, 9964.0, 9934.0, 9938.0, 9939.0, 9937.0, 9949.0, 9922.0, 9987.0, 9944.0, 9979.0, 9955.0, 9951.0, 9923.0, 9918.0, 9975.0, 9935.0, 9987.0, 9934.0, 9959.0, 9933.0, 9929.0, 9927.0, 9914.0, 9977.0, 9945.0, 9994.0, 9942.0, 9967.0, 9958.0, 9950.0, 9939.0, 9939.0, 9958.0, 9964.0, 9975.0, 9964.0, 9964.0, 9966.0, 9991.0, 9937.0, 9988.0, 9936.0, 9951.0, 9962.0, 9942.0, 9954.0, 9942.0, 10010.0, 9968.0, 9996.0, 9943.0, 9992.0, 9936.0, 9957.0, 9930.0, 9932.0, 9988.0, 9942.0, 9972.0, 9931.0, 9950.0, 9911.0, 9923.0, 9929.0, 9931.0, 9971.0, 9917.0, 9969.0, 9917.0, 9956.0, 9932.0, 9929.0, 9934.0, 9940.0, 9953.0, 9942.0, 9956.0, 9942.0, 9975.0, 9938.0, 9950.0, 9938.0, 9941.0, 9983.0, 9940.0, 9990.0, 9934.0, 9956.0, 9913.0, 9914.0, 9972.0, 9934.0, 9973.0, 9933.0, 9943.0, 9935.0, 9930.0, 9934.0, 9939.0, 9960.0, 9962.0, 9975.0, 9965.0, 9988.0, 9960.0, 9966.0, 9957.0, 9975.0, 9961.0, 9947.0, 9962.0, 9963.0, 9999.0, 9944.0, 9981.0, 9959.0, 9973.0, 9959.0, 9961.0, 9957.0, 9939.0, 9988.0, 9948.0, 9972.0, 9918.0, 9945.0, 9930.0, 9918.0, 9942.0, 9913.0, 9952.0, 9933.0, 9944.0, 9917.0, 9932.0, 9933.0, 9932.0, 9932.0, 9934.0, 9975.0, 9941.0, 9964.0, 9942.0, 9941.0, 9965.0, 9960.0, 9956.0, 9949.0, 9973.0, 9943.0, 9940.0, 9927.0, 9975.0, 9935.0, 9963.0, 9938.0, 9941.0, 9953.0, 9941.0, 9978.0, 9940.0, 9958.0, 9916.0, 9917.0, 9961.0, 9921.0, 9972.0, 9919.0, 9942.0, 9915.0, 9909.0, 9923.0, 9914.0, 9947.0, 9920.0, 9958.0, 9934.0, 9959.0, 9933.0, 9928.0, 9932.0, 9933.0, 9936.0, 9936.0, 9938.0, 9941.0, 9952.0, 9935.0, 9969.0, 9916.0, 9958.0, 9933.0, 9935.0, 9932.0, 9934.0, 9966.0, 9937.0, 9971.0, 9937.0, 9971.0, 9933.0, 9933.0, 9940.0, 9936.0, 9934.0, 9940.0, 9992.0, 9954.0, 9974.0, 9937.0, 9947.0, 9934.0, 9916.0, 9945.0, 9921.0, 9988.0, 9936.0, 9962.0, 9937.0, 9933.0, 9931.0, 9918.0, 9970.0, 9942.0, 9977.0, 9936.0, 9947.0, 9941.0, 9934.0, 9934.0, 9933.0, 9953.0, 9945.0, 9981.0, 9941.0, 9958.0, 9960.0, 9967.0, 9943.0, 9937.0, 9952.0, 9939.0, 9979.0, 9940.0, 9980.0, 9941.0, 9937.0, 9937.0, 9940.0, 9957.0, 9961.0, 9972.0, 9942.0, 9969.0, 9941.0, 9963.0, 9943.0, 9969.0, 9955.0, 9955.0, 9958.0, 9942.0, 9938.0, 9921.0, 9972.0, 9955.0, 9964.0, 9936.0, 9937.0, 9941.0, 9922.0, 9935.0, 9918.0, 9972.0, 9938.0, 9974.0, 9934.0, 9932.0, 9936.0, 9930.0, 9932.0, 9916.0, 9931.0, 9920.0, 9976.0, 9938.0, 9936.0, 9940.0, 9950.0, 9937.0, 9934.0, 9936.0, 9937.0, 9976.0, 9936.0, 9977.0, 9921.0, 9942.0, 9916.0, 9914.0, 9933.0, 9936.0, 9961.0, 9944.0, 9950.0, 9935.0, 9915.0, 9947.0, 9938.0, 9952.0, 9944.0, 9962.0, 9949.0, 9973.0, 9960.0, 9970.0, 9964.0, 9986.0, 9963.0, 9951.0, 9962.0, 9946.0, 9979.0, 9940.0, 9978.0, 9941.0, 9956.0, 9954.0, 9940.0, 9981.0, 9937.0, 9945.0, 9932.0, 9930.0, 9936.0, 9952.0, 9966.0, 9955.0, 9943.0, 9960.0, 9955.0, 9953.0, 9940.0, 9958.0, 9957.0, 9968.0, 9944.0, 9939.0, 9959.0, 9942.0, 9951.0, 9939.0, 9967.0, 9961.0, 9969.0, 9959.0, 9945.0, 9956.0, 9939.0, 9948.0, 9936.0, 9963.0, 9943.0, 9964.0, 9938.0, 9935.0, 9940.0, 9932.0, 9930.0, 9916.0, 9949.0, 9938.0, 9964.0, 9940.0, 9952.0, 9955.0, 9952.0, 9935.0, 9932.0, 9964.0, 9939.0, 9993.0, 9936.0, 9963.0, 9935.0, 9928.0, 9928.0, 9912.0, 9945.0, 9932.0, 9976.0, 9937.0, 9965.0, 9937.0, 9945.0, 9950.0, 9951.0, 9951.0, 9941.0, 9954.0, 9939.0, 9963.0, 9935.0, 9976.0, 9954.0, 9951.0, 9950.0, 9952.0, 9957.0, 9940.0, 9939.0, 9934.0, 9962.0, 9960.0, 9969.0, 9959.0, 9959.0, 9966.0, 9960.0, 9962.0, 9960.0, 9975.0, 9978.0, 9988.0, 9967.0, 9965.0, 9985.0, 9965.0, 9964.0, 9960.0, 9989.0, 9965.0, 9987.0, 9961.0, 9960.0, 9960.0, 9943.0, 9954.0, 9940.0, 9980.0, 9963.0, 9973.0, 9959.0, 9945.0, 9963.0, 9960.0, 9971.0, 9961.0, 9976.0, 9989.0, 9983.0, 9992.0, 9971.0, 9987.0, 9952.0, 9951.0, 9970.0, 9981.0, 9967.0, 10005.0, 9962.0, 9986.0, 9946.0, 9979.0, 9961.0, 9955.0, 9973.0, 9962.0, 10006.0, 9933.0, 9981.0, 9944.0, 9988.0, 9916.0, 9935.0, 9946.0, 9914.0, 9976.0, 9946.0, 9987.0, 9944.0, 9942.0, 9917.0, 9912.0, 9912.0, 9911.0, 9979.0, 9931.0, 9951.0, 9916.0, 9941.0, 9916.0, 9924.0, 9911.0, 9912.0, 9983.0, 9925.0, 9953.0, 9912.0, 9934.0, 9909.0, 9921.0, 9911.0, 9926.0, 9913.0, 9913.0, 9941.0, 9913.0, 9950.0, 9913.0, 9939.0, 9930.0, 9950.0, 9919.0, 9920.0, 9933.0, 9932.0, 9954.0, 9916.0, 9969.0, 9920.0, 9946.0, 9918.0, 9934.0, 9933.0, 9916.0, 9944.0, 9919.0, 9972.0, 9938.0, 9937.0, 9943.0, 9950.0, 9939.0, 9937.0, 9939.0, 9942.0, 9984.0, 9941.0, 9981.0, 9938.0, 9946.0, 9933.0, 9931.0, 9951.0, 9938.0, 9978.0, 9936.0, 9974.0, 9935.0, 9944.0, 9930.0, 9917.0, 9948.0, 9937.0, 9981.0, 9942.0, 9940.0, 9967.0, 9951.0, 9961.0, 9961.0, 9906.0, 9851.0, 9906.0, 10012.0, 9977.0, 10004.0, 9956.0, 9929.0, 9932.0, 9937.0, 9943.0, 9942.0, 10003.0, 9965.0, 10092.0, 10035.0, 10057.0, 10000.0, 9996.0, 9946.0, 9953.0, 9927.0, 9901.0, 9916.0, 9919.0, 9932.0, 9942.0, 9920.0, 9912.0, 9901.0, 9920.0, 9896.0, 9891.0, 9902.0, 9910.0, 9896.0, 9911.0, 9954.0, 9897.0, 9949.0, 9895.0, 9906.0, 9893.0, 9896.0, 9945.0, 9897.0, 9922.0, 9894.0, 9897.0, 9912.0, 9898.0, 9936.0, 9901.0, 9910.0, 9901.0, 9902.0, 9908.0, 9927.0, 9954.0, 9939.0, 9961.0, 9942.0, 9955.0, 9947.0, 9955.0, 9958.0, 9963.0, 9988.0, 9960.0, 10026.0, 9989.0, 9984.0, 9943.0, 9937.0, 9976.0, 9933.0, 10001.0, 9940.0, 9962.0, 9949.0, 9937.0, 10005.0, 9951.0, 9975.0, 9934.0, 9932.0, 9936.0, 9943.0, 9993.0, 9947.0, 9946.0, 9959.0, 9969.0, 9962.0, 9988.0, 9958.0, 9963.0, 9938.0, 9947.0, 9987.0, 9933.0, 9986.0, 9951.0, 9977.0, 9940.0, 9951.0, 10000.0, 9932.0, 9981.0, 9918.0, 9942.0, 9919.0, 9951.0, 10004.0, 9961.0, 9997.0, 9940.0, 9952.0, 9895.0, 9906.0, 9946.0, 9891.0, 9956.0, 9905.0, 9929.0, 9908.0, 9905.0, 9937.0, 9949.0, 9968.0, 9914.0, 9924.0, 9926.0, 9926.0, 9933.0, 9962.0, 9933.0, 9934.0, 9984.0, 9933.0, 9988.0, 9943.0, 9968.0, 9918.0, 9920.0, 9984.0, 9936.0, 9989.0, 9942.0, 9951.0, 9944.0, 9945.0, 9963.0, 9947.0, 9998.0, 9962.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.005843696900114811</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.043376998163031005</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.33313381594248</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.192530503195401</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0778578608735634</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5147</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6249.8286</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.15962535533721864</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>115</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>13.20321469575201</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.535572120821896</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.43210130565055</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7148410261822367</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4597740306329015</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00505846</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>0.018936578184366226</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.04926101490855217</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>871</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.629845106476599</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>19.2847</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.5972</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>214.1487</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>287375.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1027.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>418.7671</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.3908</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>493.1962</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3700.5343</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3853.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>89169.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1772.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4687.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>832.2046</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>32.213059781934135</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> |