=== 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-0095 --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-0095",
"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-0095_ses-04_task-social_acq-mb8_run-05_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-0095_ses-04_task-social_acq-mb8_run-05_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-05_session-04_subject-0095_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-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-04_subject-0095_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-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-04_subject-0095_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-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-04_subject-0095_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-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-05_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-05_session-04_subject-0095_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-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-05_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-05_session-04_subject-0095_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-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-04_subject-0095_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-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-05_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-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-05_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-0095/ses-04/func/sub-0095_ses-04_task-social_acq-mb8_run-05_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>f1d022d11bdf59af5211bbedf92880b6</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>18:27:16.230000</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.999281, 0.0326381, 0.0192735, -0.0308799, 0.99587, -0.0853821]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-05_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.0969096</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-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4226, -7812, -7187, 140, -161, -198, -140, 75]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>256.026</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>12b507fc-44e1-4ac2-a913-b313d94e837a||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.6809988021850586, -0.08284851163625717, 0.059347763657569885, 114.97864532470703], [-0.08756572753190994, 2.6718454360961914, -0.22875916957855225, -81.74394226074219], [0.05170951411128044, 0.22907403111457825, 2.6896369457244873, -81.54978942871094], [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': ['182716.230000', '182716.690000', '182717.150000', '182717.610000', '182718.070000', '182718.530000', '182718.990000', '182719.450000', '182719.910000', '182720.370000', '182720.830000', '182721.290000', '182721.750000', '182722.210000', '182722.670000', '182723.130000', '182723.590000', '182724.050000', '182724.510000', '182724.970000', '182725.430000', '182725.890000', '182726.350000', '182726.810000', '182727.270000', '182727.730000', '182728.190000', '182728.650000', '182729.110000', '182729.570000', '182730.030000', '182730.490000', '182730.950000', '182731.410000', '182731.870000', '182732.330000', '182732.790000', '182733.250000', '182733.710000', '182734.170000', '182734.630000', '182735.090000', '182735.550000', '182736.010000', '182736.470000', '182736.930000', '182737.390000', '182737.850000', '182738.310000', '182738.770000', '182739.230000', '182739.690000', '182740.150000', '182740.610000', '182741.070000', '182741.530000', '182741.990000', '182742.450000', '182742.910000', '182743.370000', '182743.830000', '182744.290000', '182744.750000', '182745.210000', '182745.670000', '182746.130000', '182746.590000', '182747.050000', '182747.510000', '182747.970000', '182748.430000', '182748.890000', '182749.350000', '182749.810000', '182750.270000', '182750.730000', '182751.190000', '182751.650000', '182752.110000', '182752.570000', '182753.030000', '182753.490000', '182753.950000', '182754.410000', '182754.870000', '182755.330000', '182755.790000', '182756.250000', '182756.710000', '182757.170000', '182757.630000', '182758.090000', '182758.550000', '182759.010000', '182759.470000', '182759.930000', '182800.390000', '182800.850000', '182801.310000', '182801.770000', '182802.230000', '182802.690000', '182803.150000', '182803.610000', '182804.070000', '182804.530000', '182804.990000', '182805.450000', '182805.910000', '182806.370000', '182806.830000', '182807.290000', '182807.750000', '182808.210000', '182808.670000', '182809.130000', '182809.590000', '182810.050000', '182810.510000', '182810.970000', '182811.430000', '182811.890000', '182812.350000', '182812.810000', '182813.270000', '182813.730000', '182814.190000', '182814.650000', '182815.110000', '182815.570000', '182816.030000', '182816.490000', '182816.950000', '182817.410000', '182817.870000', '182818.330000', '182818.790000', '182819.250000', '182819.710000', '182820.170000', '182820.630000', '182821.090000', '182821.550000', '182822.010000', '182822.470000', '182822.930000', '182823.390000', '182823.850000', '182824.310000', '182824.770000', '182825.230000', '182825.690000', '182826.150000', '182826.610000', '182827.070000', '182827.530000', '182827.990000', '182828.450000', '182828.910000', '182829.370000', '182829.830000', '182830.290000', '182830.750000', '182831.210000', '182831.670000', '182832.130000', '182832.590000', '182833.050000', '182833.510000', '182833.970000', '182834.430000', '182834.890000', '182835.350000', '182835.810000', '182836.270000', '182836.730000', '182837.190000', '182837.650000', '182838.110000', '182838.570000', '182839.030000', '182839.490000', '182839.950000', '182840.410000', '182840.870000', '182841.330000', '182841.790000', '182842.250000', '182842.710000', '182843.170000', '182843.630000', '182844.090000', '182844.550000', '182845.010000', '182845.470000', '182845.930000', '182846.390000', '182846.850000', '182847.310000', '182847.770000', '182848.230000', '182848.690000', '182849.150000', '182849.610000', '182850.070000', '182850.530000', '182850.990000', '182851.450000', '182851.910000', '182852.370000', '182852.830000', '182853.290000', '182853.750000', '182854.210000', '182854.670000', '182855.130000', '182855.590000', '182856.050000', '182856.510000', '182856.970000', '182857.430000', '182857.890000', '182858.350000', '182858.810000', '182859.270000', '182859.730000', '182900.190000', '182900.650000', '182901.110000', '182901.570000', '182902.030000', '182902.490000', '182902.950000', '182903.410000', '182903.870000', '182904.330000', '182904.790000', '182905.250000', '182905.710000', '182906.170000', '182906.630000', '182907.090000', '182907.550000', '182908.010000', '182908.470000', '182908.930000', '182909.390000', '182909.850000', '182910.310000', '182910.770000', '182911.230000', '182911.690000', '182912.150000', '182912.610000', '182913.070000', '182913.530000', '182913.990000', '182914.450000', '182914.910000', '182915.370000', '182915.830000', '182916.290000', '182916.750000', '182917.210000', '182917.670000', '182918.130000', '182918.590000', '182919.050000', '182919.510000', '182919.970000', '182920.430000', '182920.890000', '182921.350000', '182921.810000', '182922.270000', '182922.730000', '182923.190000', '182923.650000', '182924.110000', '182924.570000', '182925.030000', '182925.490000', '182925.950000', '182926.410000', '182926.870000', '182927.330000', '182927.790000', '182928.250000', '182928.710000', '182929.170000', '182929.630000', '182930.090000', '182930.550000', '182931.010000', '182931.470000', '182931.930000', '182932.390000', '182932.850000', '182933.310000', '182933.770000', '182934.230000', '182934.690000', '182935.150000', '182935.610000', '182936.070000', '182936.530000', '182936.990000', '182937.450000', '182937.910000', '182938.370000', '182938.830000', '182939.290000', '182939.750000', '182940.210000', '182940.670000', '182941.130000', '182941.590000', '182942.050000', '182942.510000', '182942.970000', '182943.430000', '182943.890000', '182944.350000', '182944.810000', '182945.270000', '182945.730000', '182946.190000', '182946.650000', '182947.110000', '182947.570000', '182948.030000', '182948.490000', '182948.950000', '182949.410000', '182949.870000', '182950.330000', '182950.790000', '182951.250000', '182951.710000', '182952.170000', '182952.630000', '182953.090000', '182953.550000', '182954.010000', '182954.470000', '182954.930000', '182955.390000', '182955.850000', '182956.310000', '182956.770000', '182957.230000', '182957.690000', '182958.150000', '182958.610000', '182959.070000', '182959.530000', '182959.990000', '183000.450000', '183000.910000', '183001.370000', '183001.830000', '183002.290000', '183002.750000', '183003.210000', '183003.670000', '183004.130000', '183004.590000', '183005.050000', '183005.510000', '183005.970000', '183006.430000', '183006.890000', '183007.350000', '183007.810000', '183008.270000', '183008.730000', '183009.190000', '183009.650000', '183010.110000', '183010.570000', '183011.030000', '183011.490000', '183011.950000', '183012.410000', '183012.870000', '183013.330000', '183013.790000', '183014.250000', '183014.710000', '183015.170000', '183015.630000', '183016.090000', '183016.550000', '183017.010000', '183017.470000', '183017.930000', '183018.390000', '183018.850000', '183019.310000', '183019.770000', '183020.230000', '183020.690000', '183021.150000', '183021.610000', '183022.070000', '183022.530000', '183022.990000', '183023.450000', '183023.910000', '183024.370000', '183024.830000', '183025.290000', '183025.750000', '183026.210000', '183026.670000', '183027.130000', '183027.590000', '183028.050000', '183028.510000', '183028.970000', '183029.430000', '183029.890000', '183030.350000', '183030.810000', '183031.270000', '183031.730000', '183032.190000', '183032.650000', '183033.110000', '183033.570000', '183034.030000', '183034.490000', '183034.950000', '183035.410000', '183035.870000', '183036.330000', '183036.790000', '183037.250000', '183037.710000', '183038.170000', '183038.630000', '183039.090000', '183039.550000', '183040.010000', '183040.470000', '183040.930000', '183041.390000', '183041.850000', '183042.310000', '183042.770000', '183043.230000', '183043.690000', '183044.150000', '183044.610000', '183045.070000', '183045.530000', '183045.990000', '183046.450000', '183046.910000', '183047.370000', '183047.830000', '183048.290000', '183048.750000', '183049.210000', '183049.670000', '183050.130000', '183050.590000', '183051.050000', '183051.510000', '183051.970000', '183052.430000', '183052.890000', '183053.350000', '183053.810000', '183054.270000', '183054.730000', '183055.190000', '183055.650000', '183056.110000', '183056.570000', '183057.030000', '183057.490000', '183057.950000', '183058.410000', '183058.870000', '183059.330000', '183059.790000', '183100.250000', '183100.710000', '183101.170000', '183101.630000', '183102.090000', '183102.550000', '183103.010000', '183103.470000', '183103.930000', '183104.390000', '183104.850000', '183105.310000', '183105.770000', '183106.230000', '183106.690000', '183107.150000', '183107.610000', '183108.070000', '183108.530000', '183108.990000', '183109.450000', '183109.910000', '183110.370000', '183110.830000', '183111.290000', '183111.750000', '183112.210000', '183112.670000', '183113.130000', '183113.590000', '183114.050000', '183114.510000', '183114.970000', '183115.430000', '183115.890000', '183116.350000', '183116.810000', '183117.270000', '183117.730000', '183118.190000', '183118.650000', '183119.110000', '183119.570000', '183120.030000', '183120.490000', '183120.950000', '183121.410000', '183121.870000', '183122.330000', '183122.790000', '183123.250000', '183123.710000', '183124.170000', '183124.630000', '183125.090000', '183125.550000', '183126.010000', '183126.470000', '183126.930000', '183127.390000', '183127.850000', '183128.310000', '183128.770000', '183129.230000', '183129.690000', '183130.150000', '183130.610000', '183131.070000', '183131.530000', '183131.990000', '183132.450000', '183132.910000', '183133.370000', '183133.830000', '183134.290000', '183134.750000', '183135.210000', '183135.670000', '183136.130000', '183136.590000', '183137.050000', '183137.510000', '183137.970000', '183138.430000', '183138.890000', '183139.350000', '183139.810000', '183140.270000', '183140.730000', '183141.190000', '183141.650000', '183142.110000', '183142.570000', '183143.030000', '183143.490000', '183143.950000', '183144.410000', '183144.870000', '183145.330000', '183145.790000', '183146.250000', '183146.710000', '183147.170000', '183147.630000', '183148.090000', '183148.550000', '183149.010000', '183149.470000', '183149.930000', '183150.390000', '183150.850000', '183151.310000', '183151.770000', '183152.230000', '183152.690000', '183153.150000', '183153.610000', '183154.070000', '183154.530000', '183154.990000', '183155.450000', '183155.910000', '183156.370000', '183156.830000', '183157.290000', '183157.750000', '183158.210000', '183158.670000', '183159.130000', '183159.590000', '183200.050000', '183200.510000', '183200.970000', '183201.430000', '183201.890000', '183202.350000', '183202.810000', '183203.270000', '183203.730000', '183204.190000', '183204.650000', '183205.110000', '183205.570000', '183206.030000', '183206.490000', '183206.950000', '183207.410000', '183207.870000', '183208.330000', '183208.790000', '183209.250000', '183209.710000', '183210.170000', '183210.630000', '183211.090000', '183211.550000', '183212.010000', '183212.470000', '183212.930000', '183213.390000', '183213.850000', '183214.310000', '183214.770000', '183215.230000', '183215.690000', '183216.150000', '183216.610000', '183217.070000', '183217.530000', '183217.990000', '183218.450000', '183218.910000', '183219.370000', '183219.830000', '183220.290000', '183220.750000', '183221.210000', '183221.670000', '183222.130000', '183222.590000', '183223.050000', '183223.510000', '183223.970000', '183224.430000', '183224.890000', '183225.350000', '183225.810000', '183226.270000', '183226.730000', '183227.190000', '183227.650000', '183228.110000', '183228.570000', '183229.030000', '183229.490000', '183229.950000', '183230.410000', '183230.870000', '183231.330000', '183231.790000', '183232.250000', '183232.710000', '183233.170000', '183233.630000', '183234.090000', '183234.550000', '183235.010000', '183235.470000', '183235.930000', '183236.390000', '183236.850000', '183237.310000', '183237.770000', '183238.230000', '183238.690000', '183239.150000', '183239.610000', '183240.070000', '183240.530000', '183240.990000', '183241.450000', '183241.910000', '183242.370000', '183242.830000', '183243.290000', '183243.750000', '183244.210000', '183244.670000', '183245.130000', '183245.590000', '183246.050000', '183246.510000', '183246.970000', '183247.430000', '183247.890000', '183248.350000', '183248.810000', '183249.270000', '183249.730000', '183250.190000', '183250.650000', '183251.110000', '183251.570000', '183252.030000', '183252.490000', '183252.950000', '183253.410000', '183253.870000', '183254.330000', '183254.790000', '183255.250000', '183255.710000', '183256.170000', '183256.630000', '183257.090000', '183257.550000', '183258.010000', '183258.470000', '183258.930000', '183259.390000', '183259.850000', '183300.310000', '183300.770000', '183301.230000', '183301.690000', '183302.150000', '183302.610000', '183303.070000', '183303.530000', '183303.990000', '183304.450000', '183304.910000', '183305.370000', '183305.830000', '183306.290000', '183306.750000', '183307.210000', '183307.670000', '183308.130000', '183308.590000', '183309.050000', '183309.510000', '183309.970000', '183310.430000', '183310.890000', '183311.350000', '183311.810000', '183312.270000', '183312.730000', '183313.190000', '183313.650000', '183314.110000', '183314.570000', '183315.030000', '183315.490000', '183315.950000', '183316.410000', '183316.870000', '183317.330000', '183317.790000', '183318.250000', '183318.710000', '183319.170000', '183319.630000', '183320.090000', '183320.550000', '183321.010000', '183321.470000', '183321.930000', '183322.390000', '183322.850000', '183323.310000', '183323.770000', '183324.230000', '183324.690000', '183325.150000', '183325.610000', '183326.070000', '183326.530000', '183326.990000', '183327.450000', '183327.910000', '183328.370000', '183328.830000', '183329.290000', '183329.750000', '183330.210000', '183330.670000', '183331.130000', '183331.590000', '183332.050000', '183332.510000', '183332.970000', '183333.430000', '183333.890000', '183334.350000', '183334.810000', '183335.270000', '183335.730000', '183336.190000', '183336.650000', '183337.110000', '183337.570000', '183338.030000', '183338.490000', '183338.950000', '183339.410000', '183339.870000', '183340.330000', '183340.790000', '183341.250000', '183341.710000', '183342.170000', '183342.630000', '183343.090000', '183343.550000', '183344.010000', '183344.470000', '183344.930000', '183345.390000', '183345.850000', '183346.310000', '183346.770000', '183347.230000', '183347.690000', '183348.150000', '183348.610000', '183349.070000', '183349.530000', '183349.990000', '183350.450000', '183350.910000', '183351.370000', '183351.830000', '183352.290000', '183352.750000', '183353.210000', '183353.670000', '183354.130000', '183354.590000', '183355.050000', '183355.510000', '183355.970000', '183356.430000', '183356.890000'], 'ContentTime': ['182728.679000', '182728.683000', '182728.685000', '182728.688000', '182728.691000', '182728.693000', '182728.696000', '182728.698000', '182728.701000', '182728.703000', '182728.706000', '182728.718000', '182728.721000', '182728.724000', '182728.726000', '182728.729000', '182728.731000', '182728.734000', '182728.736000', '182728.739000', '182728.742000', '182728.744000', '182728.747000', '182728.750000', '182748.647000', '182748.649000', '182748.652000', '182748.666000', '182748.668000', '182748.671000', '182748.673000', '182748.676000', '182748.679000', '182748.681000', '182748.684000', '182748.692000', '182748.695000', '182748.697000', '182748.700000', '182748.703000', '182748.705000', '182748.708000', '182748.711000', '182748.713000', '182748.716000', '182748.718000', '182748.721000', '182748.723000', '182748.726000', '182748.729000', '182748.738000', '182748.740000', '182748.743000', '182748.746000', '182748.748000', '182748.751000', '182748.753000', '182748.756000', '182748.759000', '182748.761000', '182748.764000', '182748.766000', '182748.769000', '182748.772000', '182748.774000', '182748.777000', '182748.779000', '182748.782000', '182808.646000', '182808.649000', '182808.652000', '182808.655000', '182808.657000', '182808.660000', '182808.662000', '182808.665000', '182808.668000', '182808.670000', '182808.673000', '182808.675000', '182808.678000', '182808.681000', '182808.683000', '182808.686000', '182808.689000', '182808.691000', '182808.694000', '182808.697000', '182808.699000', '182808.702000', '182808.704000', '182808.707000', '182808.710000', '182808.712000', '182808.715000', '182808.717000', '182808.720000', '182808.723000', '182808.725000', '182808.728000', '182808.731000', '182808.733000', '182808.736000', '182808.738000', '182808.741000', '182808.743000', '182808.746000', '182808.749000', '182808.751000', '182808.754000', '182808.766000', '182828.645000', '182828.648000', '182828.651000', '182828.654000', '182828.656000', '182828.659000', '182828.661000', '182828.664000', '182828.667000', '182828.669000', '182828.672000', '182828.674000', '182828.677000', '182828.680000', '182828.682000', '182828.685000', '182828.687000', '182828.690000', '182828.693000', '182828.695000', '182828.698000', '182828.701000', '182828.703000', '182828.706000', '182828.708000', '182828.711000', '182828.714000', '182828.716000', '182828.719000', '182828.722000', '182828.724000', '182828.727000', '182828.729000', '182828.732000', '182828.735000', '182828.737000', '182828.740000', '182828.742000', '182828.745000', '182828.747000', '182828.750000', '182828.753000', '182828.755000', '182828.758000', '182848.645000', '182848.648000', '182848.651000', '182848.653000', '182848.656000', '182848.659000', '182848.661000', '182848.664000', '182848.666000', '182848.669000', '182848.672000', '182848.674000', '182848.677000', '182848.679000', '182848.682000', '182848.685000', '182848.687000', '182848.690000', '182848.692000', '182848.695000', '182848.698000', '182848.700000', '182848.703000', '182848.705000', '182848.708000', '182848.710000', '182848.713000', '182848.716000', '182848.718000', '182848.721000', '182848.724000', '182848.726000', '182848.729000', '182848.731000', '182848.734000', '182848.736000', '182848.739000', '182848.742000', '182848.744000', '182848.747000', '182848.750000', '182848.752000', '182848.755000', '182908.646000', '182908.649000', '182908.651000', '182908.654000', '182908.656000', '182908.659000', '182908.662000', '182908.664000', '182908.667000', '182908.677000', '182908.679000', '182908.682000', '182908.685000', '182908.688000', '182908.690000', '182908.693000', '182908.695000', '182908.698000', '182908.701000', '182908.704000', '182908.706000', '182908.709000', '182908.712000', '182908.714000', '182908.717000', '182908.719000', '182908.722000', '182908.725000', '182908.727000', '182908.730000', '182908.733000', '182908.735000', '182908.738000', '182908.740000', '182908.743000', '182908.745000', '182908.748000', '182908.751000', '182908.753000', '182908.756000', '182908.765000', '182908.768000', '182908.782000', '182908.785000', '182928.645000', '182928.648000', '182928.651000', '182928.653000', '182928.656000', '182928.659000', '182928.661000', '182928.664000', '182928.666000', '182928.669000', '182928.672000', '182928.674000', '182928.677000', '182928.680000', '182928.682000', '182928.685000', '182928.687000', '182928.690000', '182928.693000', '182928.695000', '182928.698000', '182928.700000', '182928.703000', '182928.706000', '182928.708000', '182928.711000', '182928.714000', '182928.716000', '182928.719000', '182928.721000', '182928.724000', '182928.727000', '182928.729000', '182928.732000', '182928.734000', '182928.737000', '182928.740000', '182928.742000', '182928.745000', '182928.747000', '182928.750000', '182928.753000', '182928.755000', '182948.645000', '182948.648000', '182948.651000', '182948.653000', '182948.656000', '182948.659000', '182948.661000', '182948.664000', '182948.666000', '182948.669000', '182948.672000', '182948.674000', '182948.677000', '182948.680000', '182948.682000', '182948.685000', '182948.687000', '182948.690000', '182948.693000', '182948.695000', '182948.698000', '182948.700000', '182948.703000', '182948.706000', '182948.708000', '182948.711000', '182948.713000', '182948.716000', '182948.719000', '182948.721000', '182948.724000', '182948.727000', '182948.729000', '182948.732000', '182948.735000', '182948.737000', '182948.740000', '182948.742000', '182948.745000', '182948.748000', '182948.750000', '182948.753000', '182948.756000', '182948.758000', '183008.646000', '183008.649000', '183008.652000', '183008.655000', '183008.657000', '183008.660000', '183008.663000', '183008.665000', '183008.668000', '183008.670000', '183008.673000', '183008.676000', '183008.678000', '183008.681000', '183008.684000', '183008.686000', '183008.689000', '183008.691000', '183008.700000', '183008.703000', '183008.706000', '183008.708000', '183008.711000', '183008.714000', '183008.717000', '183008.720000', '183008.722000', '183008.725000', '183008.728000', '183008.730000', '183008.733000', '183008.736000', '183008.738000', '183008.741000', '183008.743000', '183008.746000', '183008.748000', '183008.751000', '183008.754000', '183008.756000', '183008.759000', '183008.762000', '183008.764000', '183028.646000', '183028.649000', '183028.652000', '183028.655000', '183028.657000', '183028.660000', '183028.662000', '183028.665000', '183028.668000', '183028.670000', '183028.673000', '183028.676000', '183028.678000', '183028.681000', '183028.684000', '183028.686000', '183028.689000', '183028.692000', '183028.694000', '183028.697000', '183028.700000', '183028.702000', '183028.705000', '183028.708000', '183028.710000', '183028.713000', '183028.715000', '183028.718000', '183028.721000', '183028.723000', '183028.726000', '183028.728000', '183028.731000', '183028.733000', '183028.736000', '183028.739000', '183028.741000', '183028.744000', '183028.747000', '183028.749000', '183028.752000', '183028.754000', '183028.757000', '183028.760000', '183048.646000', '183048.648000', '183048.651000', '183048.654000', '183048.656000', '183048.659000', '183048.661000', '183048.664000', '183048.667000', '183048.669000', '183048.672000', '183048.675000', '183048.677000', '183048.680000', '183048.682000', '183048.685000', '183048.688000', '183048.690000', '183048.693000', '183048.695000', '183048.698000', '183048.701000', '183048.703000', '183048.706000', '183048.709000', '183048.711000', '183048.714000', '183048.717000', '183048.719000', '183048.722000', '183048.724000', '183048.727000', '183048.730000', '183048.732000', '183048.735000', '183048.737000', '183048.740000', '183048.743000', '183048.745000', '183048.748000', '183048.751000', '183048.753000', '183048.756000', '183108.646000', '183108.649000', '183108.651000', '183108.654000', '183108.657000', '183108.659000', '183108.662000', '183108.665000', '183108.668000', '183108.670000', '183108.673000', '183108.675000', '183108.678000', '183108.681000', '183108.683000', '183108.686000', '183108.688000', '183108.691000', '183108.694000', '183108.696000', '183108.699000', '183108.701000', '183108.704000', '183108.706000', '183108.709000', '183108.712000', '183108.714000', '183108.717000', '183108.719000', '183108.722000', '183108.725000', '183108.727000', '183108.730000', '183108.733000', '183108.735000', '183108.738000', '183108.741000', '183108.743000', '183108.746000', '183108.749000', '183108.751000', '183108.754000', '183108.757000', '183128.645000', '183128.648000', '183128.651000', '183128.654000', '183128.656000', '183128.659000', '183128.661000', '183128.664000', '183128.667000', '183128.669000', '183128.672000', '183128.675000', '183128.678000', '183128.680000', '183128.683000', '183128.685000', '183128.688000', '183128.691000', '183128.693000', '183128.696000', '183128.698000', '183128.701000', '183128.704000', '183128.706000', '183128.709000', '183128.712000', '183128.714000', '183128.717000', '183128.720000', '183128.722000', '183128.725000', '183128.728000', '183128.730000', '183128.733000', '183128.736000', '183128.738000', '183128.741000', '183128.744000', '183128.746000', '183128.749000', '183128.751000', '183128.754000', '183128.757000', '183128.759000', '183148.646000', '183148.649000', '183148.651000', '183148.654000', '183148.657000', '183148.659000', '183148.662000', '183148.665000', '183148.667000', '183148.670000', '183148.673000', '183148.676000', '183148.678000', '183148.681000', '183148.684000', '183148.686000', '183148.689000', '183148.692000', '183148.694000', '183148.697000', '183148.700000', '183148.702000', '183148.705000', '183148.707000', '183148.710000', '183148.713000', '183148.715000', '183148.718000', '183148.720000', '183148.723000', '183148.726000', '183148.728000', '183148.731000', '183148.734000', '183148.736000', '183148.739000', '183148.742000', '183148.744000', '183148.747000', '183148.750000', '183148.752000', '183148.755000', '183148.757000', '183148.760000', '183208.645000', '183208.648000', '183208.651000', '183208.653000', '183208.656000', '183208.659000', '183208.661000', '183208.664000', '183208.667000', '183208.669000', '183208.672000', '183208.674000', '183208.677000', '183208.680000', '183208.682000', '183208.685000', '183208.687000', '183208.690000', '183208.693000', '183208.696000', '183208.698000', '183208.701000', '183208.704000', '183208.706000', '183208.709000', '183208.712000', '183208.714000', '183208.717000', '183208.720000', '183208.722000', '183208.725000', '183208.728000', '183208.730000', '183208.733000', '183208.736000', '183208.746000', '183208.748000', '183208.751000', '183208.753000', '183208.756000', '183208.759000', '183208.761000', '183208.764000', '183228.647000', '183228.649000', '183228.652000', '183228.655000', '183228.657000', '183228.660000', '183228.663000', '183228.665000', '183228.668000', '183228.670000', '183228.674000', '183228.677000', '183228.680000', '183228.682000', '183228.685000', '183228.688000', '183228.691000', '183228.693000', '183228.696000', '183228.704000', '183228.707000', '183228.709000', '183228.712000', '183228.714000', '183228.717000', '183228.720000', '183228.722000', '183228.725000', '183228.728000', '183228.730000', '183228.733000', '183228.736000', '183228.738000', '183228.741000', '183228.744000', '183228.746000', '183228.749000', '183228.752000', '183228.754000', '183228.757000', '183228.759000', '183228.762000', '183228.765000', '183248.647000', '183248.650000', '183248.652000', '183248.655000', '183248.658000', '183248.661000', '183248.663000', '183248.666000', '183248.669000', '183248.671000', '183248.674000', '183248.677000', '183248.679000', '183248.682000', '183248.685000', '183248.687000', '183248.690000', '183248.693000', '183248.696000', '183248.698000', '183248.701000', '183248.704000', '183248.706000', '183248.709000', '183248.712000', '183248.714000', '183248.717000', '183248.720000', '183248.723000', '183248.725000', '183248.728000', '183248.731000', '183248.733000', '183248.736000', '183248.739000', '183248.741000', '183248.744000', '183248.746000', '183248.749000', '183248.752000', '183248.754000', '183248.757000', '183248.764000', '183248.767000', '183308.646000', '183308.649000', '183308.651000', '183308.654000', '183308.656000', '183308.659000', '183308.662000', '183308.664000', '183308.667000', '183308.670000', '183308.672000', '183308.675000', '183308.678000', '183308.680000', '183308.683000', '183308.686000', '183308.688000', '183308.691000', '183308.694000', '183308.696000', '183308.699000', '183308.702000', '183308.704000', '183308.707000', '183308.711000', '183308.714000', '183308.716000', '183308.719000', '183308.722000', '183308.724000', '183308.727000', '183308.730000', '183308.732000', '183308.735000', '183308.738000', '183308.740000', '183308.743000', '183308.746000', '183308.748000', '183308.751000', '183308.753000', '183308.756000', '183308.759000', '183328.646000', '183328.649000', '183328.651000', '183328.654000', '183328.657000', '183328.659000', '183328.662000', '183328.665000', '183328.667000', '183328.670000', '183328.672000', '183328.675000', '183328.678000', '183328.680000', '183328.683000', '183328.686000', '183328.688000', '183328.691000', '183328.694000', '183328.697000', '183328.699000', '183328.702000', '183328.705000', '183328.707000', '183328.710000', '183328.713000', '183328.715000', '183328.718000', '183328.721000', '183328.723000', '183328.726000', '183328.729000', '183328.731000', '183328.734000', '183328.737000', '183328.739000', '183328.742000', '183328.744000', '183328.747000', '183328.750000', '183328.752000', '183328.755000', '183328.758000', '183328.760000', '183348.646000', '183348.649000', '183348.651000', '183348.654000', '183348.657000', '183348.660000', '183348.663000', '183348.665000', '183348.668000', '183348.671000', '183348.673000', '183348.676000', '183348.678000', '183348.681000', '183348.684000', '183348.686000', '183348.689000', '183348.692000', '183348.694000', '183348.697000', '183348.699000', '183348.702000', '183348.705000', '183348.707000', '183348.710000', '183348.712000', '183348.715000', '183348.718000', '183348.720000', '183348.729000', '183348.751000', '183348.754000', '183348.756000', '183348.759000', '183348.761000', '183348.764000', '183348.767000', '183348.769000', '183348.772000', '183348.774000', '183348.777000', '183348.780000', '183348.782000', '183358.344000', '183358.347000', '183358.350000', '183358.353000', '183358.356000', '183358.359000', '183358.362000', '183358.364000', '183358.367000', '183358.370000', '183358.373000', '183358.375000', '183358.378000', '183358.381000', '183358.384000', '183358.387000', '183358.389000', '183358.392000', '183358.395000', '183358.398000', '183358.401000', '183358.403000'], 'InstanceCreationTime': ['182728.679000', '182728.683000', '182728.685000', '182728.688000', '182728.691000', '182728.693000', '182728.696000', '182728.698000', '182728.701000', '182728.703000', '182728.706000', '182728.718000', '182728.721000', '182728.724000', '182728.726000', '182728.729000', '182728.731000', '182728.734000', '182728.736000', '182728.739000', '182728.742000', '182728.744000', '182728.747000', '182728.750000', '182748.647000', '182748.649000', '182748.652000', '182748.666000', '182748.668000', '182748.671000', '182748.673000', '182748.676000', '182748.679000', '182748.681000', '182748.684000', '182748.692000', '182748.695000', '182748.697000', '182748.700000', '182748.703000', '182748.705000', '182748.708000', '182748.711000', '182748.713000', '182748.716000', '182748.718000', '182748.721000', '182748.723000', '182748.726000', '182748.729000', '182748.738000', '182748.740000', '182748.743000', '182748.746000', '182748.748000', '182748.751000', '182748.753000', '182748.756000', '182748.759000', '182748.761000', '182748.764000', '182748.766000', '182748.769000', '182748.772000', '182748.774000', '182748.777000', '182748.779000', '182748.782000', '182808.646000', '182808.649000', '182808.652000', '182808.655000', '182808.657000', '182808.660000', '182808.662000', '182808.665000', '182808.668000', '182808.670000', '182808.673000', '182808.675000', '182808.678000', '182808.681000', '182808.683000', '182808.686000', '182808.689000', '182808.691000', '182808.694000', '182808.697000', '182808.699000', '182808.702000', '182808.704000', '182808.707000', '182808.710000', '182808.712000', '182808.715000', '182808.717000', '182808.720000', '182808.723000', '182808.725000', '182808.728000', '182808.731000', '182808.733000', '182808.736000', '182808.738000', '182808.741000', '182808.743000', '182808.746000', '182808.749000', '182808.751000', '182808.754000', '182808.766000', '182828.645000', '182828.648000', '182828.651000', '182828.654000', '182828.656000', '182828.659000', '182828.661000', '182828.664000', '182828.667000', '182828.669000', '182828.672000', '182828.674000', '182828.677000', '182828.680000', '182828.682000', '182828.685000', '182828.687000', '182828.690000', '182828.693000', '182828.695000', '182828.698000', '182828.701000', '182828.703000', '182828.706000', '182828.708000', '182828.711000', '182828.714000', '182828.716000', '182828.719000', '182828.722000', '182828.724000', '182828.727000', '182828.729000', '182828.732000', '182828.735000', '182828.737000', '182828.740000', '182828.742000', '182828.745000', '182828.747000', '182828.750000', '182828.753000', '182828.755000', '182828.758000', '182848.645000', '182848.648000', '182848.651000', '182848.653000', '182848.656000', '182848.659000', '182848.661000', '182848.664000', '182848.666000', '182848.669000', '182848.672000', '182848.674000', '182848.677000', '182848.679000', '182848.682000', '182848.685000', '182848.687000', '182848.690000', '182848.692000', '182848.695000', '182848.698000', '182848.700000', '182848.703000', '182848.705000', '182848.708000', '182848.710000', '182848.713000', '182848.716000', '182848.718000', '182848.721000', '182848.724000', '182848.726000', '182848.729000', '182848.731000', '182848.734000', '182848.736000', '182848.739000', '182848.742000', '182848.744000', '182848.747000', '182848.750000', '182848.752000', '182848.755000', '182908.646000', '182908.649000', '182908.651000', '182908.654000', '182908.656000', '182908.659000', '182908.662000', '182908.664000', '182908.667000', '182908.677000', '182908.679000', '182908.682000', '182908.685000', '182908.688000', '182908.690000', '182908.693000', '182908.695000', '182908.698000', '182908.701000', '182908.704000', '182908.706000', '182908.709000', '182908.712000', '182908.714000', '182908.717000', '182908.719000', '182908.722000', '182908.725000', '182908.727000', '182908.730000', '182908.733000', '182908.735000', '182908.738000', '182908.740000', '182908.743000', '182908.745000', '182908.748000', '182908.751000', '182908.753000', '182908.756000', '182908.765000', '182908.768000', '182908.782000', '182908.785000', '182928.645000', '182928.648000', '182928.651000', '182928.653000', '182928.656000', '182928.659000', '182928.661000', '182928.664000', '182928.666000', '182928.669000', '182928.672000', '182928.674000', '182928.677000', '182928.680000', '182928.682000', '182928.685000', '182928.687000', '182928.690000', '182928.693000', '182928.695000', '182928.698000', '182928.700000', '182928.703000', '182928.706000', '182928.708000', '182928.711000', '182928.714000', '182928.716000', '182928.719000', '182928.721000', '182928.724000', '182928.727000', '182928.729000', '182928.732000', '182928.734000', '182928.737000', '182928.740000', '182928.742000', '182928.745000', '182928.747000', '182928.750000', '182928.753000', '182928.755000', '182948.645000', '182948.648000', '182948.651000', '182948.653000', '182948.656000', '182948.659000', '182948.661000', '182948.664000', '182948.666000', '182948.669000', '182948.672000', '182948.674000', '182948.677000', '182948.680000', '182948.682000', '182948.685000', '182948.687000', '182948.690000', '182948.693000', '182948.695000', '182948.698000', '182948.700000', '182948.703000', '182948.706000', '182948.708000', '182948.711000', '182948.713000', '182948.716000', '182948.719000', '182948.721000', '182948.724000', '182948.727000', '182948.729000', '182948.732000', '182948.735000', '182948.737000', '182948.740000', '182948.742000', '182948.745000', '182948.748000', '182948.750000', '182948.753000', '182948.756000', '182948.758000', '183008.646000', '183008.649000', '183008.652000', '183008.655000', '183008.657000', '183008.660000', '183008.663000', '183008.665000', '183008.668000', '183008.670000', '183008.673000', '183008.676000', '183008.678000', '183008.681000', '183008.684000', '183008.686000', '183008.689000', '183008.691000', '183008.700000', '183008.703000', '183008.706000', '183008.708000', '183008.711000', '183008.714000', '183008.717000', '183008.720000', '183008.722000', '183008.725000', '183008.728000', '183008.730000', '183008.733000', '183008.736000', '183008.738000', '183008.741000', '183008.743000', '183008.746000', '183008.748000', '183008.751000', '183008.754000', '183008.756000', '183008.759000', '183008.762000', '183008.764000', '183028.646000', '183028.649000', '183028.652000', '183028.655000', '183028.657000', '183028.660000', '183028.662000', '183028.665000', '183028.668000', '183028.670000', '183028.673000', '183028.676000', '183028.678000', '183028.681000', '183028.684000', '183028.686000', '183028.689000', '183028.692000', '183028.694000', '183028.697000', '183028.700000', '183028.702000', '183028.705000', '183028.708000', '183028.710000', '183028.713000', '183028.715000', '183028.718000', '183028.721000', '183028.723000', '183028.726000', '183028.728000', '183028.731000', '183028.733000', '183028.736000', '183028.739000', '183028.741000', '183028.744000', '183028.747000', '183028.749000', '183028.752000', '183028.754000', '183028.757000', '183028.760000', '183048.646000', '183048.648000', '183048.651000', '183048.654000', '183048.656000', '183048.659000', '183048.661000', '183048.664000', '183048.667000', '183048.669000', '183048.672000', '183048.675000', '183048.677000', '183048.680000', '183048.682000', '183048.685000', '183048.688000', '183048.690000', '183048.693000', '183048.695000', '183048.698000', '183048.701000', '183048.703000', '183048.706000', '183048.709000', '183048.711000', '183048.714000', '183048.717000', '183048.719000', '183048.722000', '183048.724000', '183048.727000', '183048.730000', '183048.732000', '183048.735000', '183048.737000', '183048.740000', '183048.743000', '183048.745000', '183048.748000', '183048.751000', '183048.753000', '183048.756000', '183108.646000', '183108.649000', '183108.651000', '183108.654000', '183108.657000', '183108.659000', '183108.662000', '183108.665000', '183108.668000', '183108.670000', '183108.673000', '183108.675000', '183108.678000', '183108.681000', '183108.683000', '183108.686000', '183108.688000', '183108.691000', '183108.694000', '183108.696000', '183108.699000', '183108.701000', '183108.704000', '183108.706000', '183108.709000', '183108.712000', '183108.714000', '183108.717000', '183108.719000', '183108.722000', '183108.725000', '183108.727000', '183108.730000', '183108.733000', '183108.735000', '183108.738000', '183108.741000', '183108.743000', '183108.746000', '183108.749000', '183108.751000', '183108.754000', '183108.757000', '183128.645000', '183128.648000', '183128.651000', '183128.654000', '183128.656000', '183128.659000', '183128.661000', '183128.664000', '183128.667000', '183128.669000', '183128.672000', '183128.675000', '183128.678000', '183128.680000', '183128.683000', '183128.685000', '183128.688000', '183128.691000', '183128.693000', '183128.696000', '183128.698000', '183128.701000', '183128.704000', '183128.706000', '183128.709000', '183128.712000', '183128.714000', '183128.717000', '183128.720000', '183128.722000', '183128.725000', '183128.728000', '183128.730000', '183128.733000', '183128.736000', '183128.738000', '183128.741000', '183128.744000', '183128.746000', '183128.749000', '183128.751000', '183128.754000', '183128.757000', '183128.759000', '183148.646000', '183148.649000', '183148.651000', '183148.654000', '183148.657000', '183148.659000', '183148.662000', '183148.665000', '183148.667000', '183148.670000', '183148.673000', '183148.676000', '183148.678000', '183148.681000', '183148.684000', '183148.686000', '183148.689000', '183148.692000', '183148.694000', '183148.697000', '183148.700000', '183148.702000', '183148.705000', '183148.707000', '183148.710000', '183148.713000', '183148.715000', '183148.718000', '183148.720000', '183148.723000', '183148.726000', '183148.728000', '183148.731000', '183148.734000', '183148.736000', '183148.739000', '183148.742000', '183148.744000', '183148.747000', '183148.750000', '183148.752000', '183148.755000', '183148.757000', '183148.760000', '183208.645000', '183208.648000', '183208.651000', '183208.653000', '183208.656000', '183208.659000', '183208.661000', '183208.664000', '183208.667000', '183208.669000', '183208.672000', '183208.674000', '183208.677000', '183208.680000', '183208.682000', '183208.685000', '183208.687000', '183208.690000', '183208.693000', '183208.696000', '183208.698000', '183208.701000', '183208.704000', '183208.706000', '183208.709000', '183208.712000', '183208.714000', '183208.717000', '183208.720000', '183208.722000', '183208.725000', '183208.728000', '183208.730000', '183208.733000', '183208.736000', '183208.746000', '183208.748000', '183208.751000', '183208.753000', '183208.756000', '183208.759000', '183208.761000', '183208.764000', '183228.647000', '183228.649000', '183228.652000', '183228.655000', '183228.657000', '183228.660000', '183228.663000', '183228.665000', '183228.668000', '183228.670000', '183228.674000', '183228.677000', '183228.680000', '183228.682000', '183228.685000', '183228.688000', '183228.691000', '183228.693000', '183228.696000', '183228.704000', '183228.707000', '183228.709000', '183228.712000', '183228.714000', '183228.717000', '183228.720000', '183228.722000', '183228.725000', '183228.728000', '183228.730000', '183228.733000', '183228.736000', '183228.738000', '183228.741000', '183228.744000', '183228.746000', '183228.749000', '183228.752000', '183228.754000', '183228.757000', '183228.759000', '183228.762000', '183228.765000', '183248.647000', '183248.650000', '183248.652000', '183248.655000', '183248.658000', '183248.661000', '183248.663000', '183248.666000', '183248.669000', '183248.671000', '183248.674000', '183248.677000', '183248.679000', '183248.682000', '183248.685000', '183248.687000', '183248.690000', '183248.693000', '183248.696000', '183248.698000', '183248.701000', '183248.704000', '183248.706000', '183248.709000', '183248.712000', '183248.714000', '183248.717000', '183248.720000', '183248.723000', '183248.725000', '183248.728000', '183248.731000', '183248.733000', '183248.736000', '183248.739000', '183248.741000', '183248.744000', '183248.746000', '183248.749000', '183248.752000', '183248.754000', '183248.757000', '183248.764000', '183248.767000', '183308.646000', '183308.649000', '183308.651000', '183308.654000', '183308.656000', '183308.659000', '183308.662000', '183308.664000', '183308.667000', '183308.670000', '183308.672000', '183308.675000', '183308.678000', '183308.680000', '183308.683000', '183308.686000', '183308.688000', '183308.691000', '183308.694000', '183308.696000', '183308.699000', '183308.702000', '183308.704000', '183308.707000', '183308.711000', '183308.714000', '183308.716000', '183308.719000', '183308.722000', '183308.724000', '183308.727000', '183308.730000', '183308.732000', '183308.735000', '183308.738000', '183308.740000', '183308.743000', '183308.746000', '183308.748000', '183308.751000', '183308.753000', '183308.756000', '183308.759000', '183328.646000', '183328.649000', '183328.651000', '183328.654000', '183328.657000', '183328.659000', '183328.662000', '183328.665000', '183328.667000', '183328.670000', '183328.672000', '183328.675000', '183328.678000', '183328.680000', '183328.683000', '183328.686000', '183328.688000', '183328.691000', '183328.694000', '183328.697000', '183328.699000', '183328.702000', '183328.705000', '183328.707000', '183328.710000', '183328.713000', '183328.715000', '183328.718000', '183328.721000', '183328.723000', '183328.726000', '183328.729000', '183328.731000', '183328.734000', '183328.737000', '183328.739000', '183328.742000', '183328.744000', '183328.747000', '183328.750000', '183328.752000', '183328.755000', '183328.758000', '183328.760000', '183348.646000', '183348.649000', '183348.651000', '183348.654000', '183348.657000', '183348.660000', '183348.663000', '183348.665000', '183348.668000', '183348.671000', '183348.673000', '183348.676000', '183348.678000', '183348.681000', '183348.684000', '183348.686000', '183348.689000', '183348.692000', '183348.694000', '183348.697000', '183348.699000', '183348.702000', '183348.705000', '183348.707000', '183348.710000', '183348.712000', '183348.715000', '183348.718000', '183348.720000', '183348.729000', '183348.751000', '183348.754000', '183348.756000', '183348.759000', '183348.761000', '183348.764000', '183348.767000', '183348.769000', '183348.772000', '183348.774000', '183348.777000', '183348.780000', '183348.782000', '183358.344000', '183358.347000', '183358.350000', '183358.353000', '183358.356000', '183358.359000', '183358.362000', '183358.364000', '183358.367000', '183358.370000', '183358.373000', '183358.375000', '183358.378000', '183358.381000', '183358.384000', '183358.387000', '183358.389000', '183358.392000', '183358.395000', '183358.398000', '183358.401000', '183358.403000'], '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': [6197, 10245, 6607, 8084, 7511, 6867, 7972, 6068, 5934, 11050, 9058, 5944, 5783, 10083, 8758, 7482, 6241, 11512, 8359, 8168, 11102, 10547, 6584, 5789, 11287, 9878, 7292, 9184, 6393, 5307, 10119, 9711, 6338, 5782, 10818, 6833, 5971, 5475, 8031, 5785, 7327, 5574, 8702, 13006, 10647, 7102, 5605, 7158, 11610, 9469, 6384, 7710, 6959, 6633, 9354, 8256, 5729, 5673, 10517, 7420, 5492, 6959, 9292, 7340, 6259, 7899, 7870, 9431, 11736, 6776, 5741, 10362, 9258, 7610, 8442, 5961, 5640, 10819, 6883, 5575, 9773, 8594, 6708, 6584, 7842, 5972, 7627, 11307, 7811, 5934, 7770, 7026, 7917, 11118, 6947, 5940, 9262, 7446, 7222, 10983, 7107, 5984, 8726, 7404, 7356, 11421, 6098, 5756, 9806, 8886, 6165, 8224, 6340, 6046, 8726, 10131, 6400, 5884, 9404, 8933, 7100, 8183, 7189, 5680, 8513, 10290, 6491, 5478, 8769, 7943, 6478, 9467, 6085, 5599, 10958, 8946, 5781, 8601, 8137, 6847, 10641, 9437, 6045, 5783, 9012, 7927, 7506, 9711, 6344, 5700, 10769, 8608, 6237, 7922, 6916, 6231, 11994, 8945, 5442, 6338, 8157, 6687, 9655, 7521, 5800, 5582, 9385, 7868, 6469, 9870, 6214, 5776, 10842, 8788, 5522, 9238, 7158, 5988, 10606, 8150, 5654, 9230, 7859, 6865, 7227, 6707, 5395, 10574, 9440, 6323, 5591, 7522, 7701, 6793, 8536, 7330, 5690, 6515, 10416, 8805, 6519, 8805, 7238, 6820, 10162, 10831, 6593, 5488, 9725, 8568, 7534, 8129, 6933, 5877, 7630, 10877, 7417, 5510, 8348, 7780, 6885, 5668, 8659, 6158, 5506, 9298, 9608, 6509, 5648, 9781, 8617, 7891, 6298, 9321, 6988, 7149, 8892, 9611, 6178, 5693, 9359, 8786, 6061, 5603, 7315, 8508, 7408, 5967, 9908, 6417, 5649, 8624, 9795, 6377, 5582, 9648, 8605, 6556, 5710, 8785, 6608, 6605, 8862, 9178, 6576, 5583, 10476, 8701, 7480, 5943, 6811, 6622, 6949, 11260, 6411, 5447, 7587, 8632, 7413, 5706, 7634, 6314, 6954, 10230, 6786, 5632, 7555, 6189, 8379, 8626, 6216, 6287, 7988, 6386, 8967, 8806, 6135, 5600, 9231, 8435, 7290, 8523, 6908, 5770, 8453, 10647, 6870, 6120, 9137, 8448, 7666, 10314, 6841, 5716, 8129, 9242, 7129, 5709, 6269, 7164, 7453, 6371, 10056, 7172, 5790, 9436, 9268, 7825, 12346, 6703, 5577, 9067, 7904, 6311, 7726, 5835, 5667, 9132, 7061, 5672, 8447, 6647, 6381, 10153, 7630, 5910, 8278, 7718, 6484, 10915, 7118, 5598, 7639, 8151, 6696, 5910, 7610, 5852, 8493, 10193, 7037, 5818, 8281, 8191, 6682, 11103, 8756, 5856, 5946, 8740, 7805, 8879, 10352, 6424, 5766, 10679, 8894, 7192, 6225, 6873, 5879, 7361, 10088, 7082, 5604, 7769, 8069, 7069, 6528, 9880, 6648, 5931, 9771, 8926, 7265, 7770, 6614, 5869, 5733, 10130, 8737, 6373, 5957, 9380, 6597, 6394, 9445, 9264, 6424, 5678, 10132, 8488, 7452, 9171, 6354, 5763, 11450, 9298, 5952, 5884, 8664, 7570, 7812, 8582, 6331, 5765, 10647, 8852, 6862, 5774, 7971, 7410, 6721, 11695, 6860, 5568, 9055, 9119, 6997, 6034, 9270, 5837, 6179, 5975, 10571, 10539, 7845, 5671, 6133, 8551, 7781, 6069, 8258, 6435, 6501, 7913, 11245, 6059, 5743, 5921, 8695, 7902, 6548, 11003, 6489, 5591, 11058, 10038, 7882, 8508, 6737, 5586, 11231, 9486, 5615, 9181, 6316, 5796, 9745, 8358, 5598, 5623, 7426, 6632, 10355, 6937, 5530, 5872, 7766, 6741, 8421, 8792, 6214, 6018, 10851, 8807, 7035, 5656, 8705, 6593, 5707, 10194, 9881, 6587, 5671, 9072, 7526, 6685, 6369, 7476, 5984, 5816, 8297, 11336, 7462, 5781, 5896, 10632, 9366, 6543, 5676, 9370, 8847, 7753, 7798, 7165, 7596, 6052, 9014, 9492, 6634, 6064, 5731, 8171, 9140, 6863, 5664, 11021, 10404, 7150, 6743, 7994, 7164, 10191, 10322, 6540, 5744, 10413, 7754, 6188, 5600, 5985, 8964, 6665, 6605, 10025, 6401, 10881, 9988, 7612, 11724, 9120, 7626, 12209, 10345, 8612, 9420, 6490, 5713, 10587, 7278, 6542, 7555, 6103, 10158, 7841, 5952, 8473, 6163, 5820, 9215, 7507, 5887, 7516, 6170, 5831, 9124, 7040, 5574, 5741, 8320, 7100, 6371, 8686, 6191, 5622, 10448, 8418, 6253, 7674, 7246, 5749, 9658, 9466, 6244, 5670, 9227, 7375, 7288, 11479, 7422, 5727, 7744, 9338, 7535, 5911, 7866, 7597, 6896, 7386, 11015, 7251, 5936, 5792, 9526, 8058, 6726, 5825, 8157, 6533, 6284, 9796, 9057, 7240, 5718, 9838, 8943, 6933, 7062, 7562, 6529, 7681, 10992, 7335, 5786, 5830, 9647, 7974, 5999, 5989, 9007, 7495, 6565, 5983, 9140, 6677, 5964, 9942, 9413, 7724, 6007, 5793, 9837, 8277, 6358, 5750, 9118, 7848, 6003, 9887, 10146, 7258, 5990, 9764, 9134, 7459, 5906, 10098, 6826, 5863, 9680, 9152, 5990, 5752, 9770, 7956, 5893, 6097, 8967, 6841, 6951, 6202, 6107, 8832, 6655, 5887, 10768, 9850, 6919, 6448, 8675, 7437, 9461, 9580, 6822, 5861, 11008, 8884, 6528, 5849, 7789, 6992, 7354, 10617, 6710, 5927, 10503, 8631, 6248, 5787, 8162, 6538, 6229, 10693, 9546, 6387, 6048, 9914, 7387, 7295, 8105, 9955, 7260, 6003, 6038, 11261, 9526, 6825, 5769, 9756, 7609, 6846, 5903, 9058, 6554, 6165, 9599, 9389, 7289, 5968, 9037, 7407, 6018, 11068, 7012, 6059, 8869, 6989, 5875, 8375, 8195, 6244, 5906, 9746, 8533, 6828, 5855, 7545, 7378, 7256, 11597, 8272, 5982, 10153, 7501, 6671, 5792, 8187, 6469, 6192, 9576, 10490, 6983, 5960, 5959, 10750, 8380, 7083, 5894, 7813, 9414, 8645, 6205, 7555, 7855, 7413, 10860, 11860, 7534, 5855, 6014, 11013, 8767, 6740, 5934, 8425, 7432, 7755, 9772, 9763, 7021, 6030, 11192, 9660, 7760, 7507, 7472, 6275, 9555, 10537, 6752, 5930, 7036, 9350, 7831, 5706, 5964, 8115, 7125, 6925, 7028, 10076, 7090, 5942, 10713, 9113, 6553, 9029, 6987, 5875, 10991, 9405, 5852, 5668, 8500, 7228, 5870, 5641, 5731, 5768, 5671, 6451, 6043, 5876, 6821, 6640, 7439, 9056, 8197, 8488, 7175, 6087, 6348, 10347, 9722, 11069, 10046, 6162, 7540, 8353, 7921, 6765], 'WindowCenter': [3590.0, 3639.0, 3583.0, 3604.0, 3593.0, 3581.0, 3602.0, 3570.0, 3570.0, 3623.0, 3613.0, 3570.0, 3571.0, 3623.0, 3613.0, 3591.0, 3581.0, 3633.0, 3601.0, 3602.0, 3623.0, 3622.0, 3580.0, 3546.0, 3621.0, 3610.0, 3578.0, 3599.0, 3567.0, 3547.0, 3611.0, 3610.0, 3567.0, 3556.0, 3621.0, 3579.0, 3569.0, 3548.0, 3602.0, 3570.0, 3592.0, 3560.0, 3614.0, 3645.0, 3624.0, 3592.0, 3560.0, 3580.0, 3622.0, 3611.0, 3570.0, 3589.0, 3580.0, 3580.0, 3611.0, 3601.0, 3559.0, 3558.0, 3635.0, 3591.0, 3560.0, 3592.0, 3613.0, 3593.0, 3581.0, 3602.0, 3603.0, 3613.0, 3634.0, 3580.0, 3558.0, 3610.0, 3600.0, 3590.0, 3588.0, 3556.0, 3557.0, 3621.0, 3579.0, 3559.0, 3610.0, 3601.0, 3580.0, 3579.0, 3600.0, 3570.0, 3590.0, 3623.0, 3590.0, 3559.0, 3589.0, 3579.0, 3590.0, 3622.0, 3579.0, 3570.0, 3599.0, 3579.0, 3578.0, 3622.0, 3579.0, 3556.0, 3586.0, 3577.0, 3578.0, 3620.0, 3555.0, 3557.0, 3609.0, 3600.0, 3558.0, 3599.0, 3567.0, 3558.0, 3600.0, 3621.0, 3568.0, 3558.0, 3610.0, 3611.0, 3579.0, 3601.0, 3578.0, 3558.0, 3599.0, 3610.0, 3569.0, 3547.0, 3600.0, 3600.0, 3569.0, 3611.0, 3569.0, 3548.0, 3622.0, 3611.0, 3559.0, 3611.0, 3589.0, 3579.0, 3622.0, 3610.0, 3558.0, 3557.0, 3599.0, 3589.0, 3578.0, 3609.0, 3568.0, 3545.0, 3620.0, 3599.0, 3556.0, 3588.0, 3578.0, 3568.0, 3620.0, 3598.0, 3546.0, 3566.0, 3587.0, 3567.0, 3610.0, 3588.0, 3557.0, 3546.0, 3610.0, 3590.0, 3568.0, 3609.0, 3556.0, 3545.0, 3608.0, 3599.0, 3545.0, 3597.0, 3577.0, 3556.0, 3609.0, 3588.0, 3556.0, 3609.0, 3589.0, 3567.0, 3578.0, 3567.0, 3547.0, 3609.0, 3610.0, 3568.0, 3547.0, 3589.0, 3590.0, 3580.0, 3602.0, 3590.0, 3559.0, 3568.0, 3622.0, 3611.0, 3569.0, 3611.0, 3589.0, 3567.0, 3610.0, 3621.0, 3568.0, 3547.0, 3609.0, 3600.0, 3588.0, 3588.0, 3577.0, 3556.0, 3589.0, 3622.0, 3589.0, 3546.0, 3600.0, 3588.0, 3578.0, 3557.0, 3599.0, 3556.0, 3547.0, 3611.0, 3611.0, 3568.0, 3558.0, 3609.0, 3600.0, 3589.0, 3568.0, 3609.0, 3578.0, 3578.0, 3600.0, 3610.0, 3557.0, 3557.0, 3610.0, 3600.0, 3568.0, 3558.0, 3589.0, 3600.0, 3590.0, 3569.0, 3610.0, 3567.0, 3558.0, 3601.0, 3610.0, 3568.0, 3546.0, 3610.0, 3599.0, 3568.0, 3558.0, 3600.0, 3579.0, 3579.0, 3611.0, 3611.0, 3579.0, 3547.0, 3621.0, 3601.0, 3590.0, 3557.0, 3578.0, 3579.0, 3580.0, 3622.0, 3568.0, 3548.0, 3591.0, 3611.0, 3590.0, 3559.0, 3589.0, 3568.0, 3578.0, 3622.0, 3579.0, 3557.0, 3589.0, 3557.0, 3600.0, 3599.0, 3568.0, 3568.0, 3589.0, 3568.0, 3600.0, 3599.0, 3557.0, 3558.0, 3609.0, 3600.0, 3579.0, 3599.0, 3578.0, 3558.0, 3599.0, 3609.0, 3567.0, 3556.0, 3597.0, 3587.0, 3588.0, 3608.0, 3566.0, 3544.0, 3588.0, 3599.0, 3578.0, 3557.0, 3567.0, 3577.0, 3590.0, 3568.0, 3622.0, 3580.0, 3559.0, 3610.0, 3611.0, 3589.0, 3620.0, 3566.0, 3534.0, 3597.0, 3587.0, 3555.0, 3575.0, 3545.0, 3544.0, 3598.0, 3578.0, 3557.0, 3599.0, 3579.0, 3568.0, 3611.0, 3590.0, 3557.0, 3601.0, 3589.0, 3568.0, 3621.0, 3579.0, 3547.0, 3589.0, 3600.0, 3580.0, 3558.0, 3590.0, 3559.0, 3611.0, 3623.0, 3591.0, 3559.0, 3601.0, 3601.0, 3579.0, 3622.0, 3600.0, 3559.0, 3557.0, 3599.0, 3590.0, 3599.0, 3610.0, 3567.0, 3557.0, 3609.0, 3611.0, 3579.0, 3557.0, 3578.0, 3558.0, 3589.0, 3622.0, 3579.0, 3559.0, 3589.0, 3590.0, 3580.0, 3569.0, 3611.0, 3579.0, 3558.0, 3610.0, 3611.0, 3590.0, 3591.0, 3568.0, 3558.0, 3558.0, 3622.0, 3612.0, 3569.0, 3570.0, 3612.0, 3580.0, 3570.0, 3612.0, 3612.0, 3569.0, 3559.0, 3623.0, 3601.0, 3590.0, 3610.0, 3568.0, 3557.0, 3620.0, 3610.0, 3557.0, 3545.0, 3599.0, 3588.0, 3588.0, 3598.0, 3566.0, 3545.0, 3609.0, 3599.0, 3567.0, 3556.0, 3588.0, 3578.0, 3579.0, 3632.0, 3581.0, 3546.0, 3599.0, 3611.0, 3590.0, 3570.0, 3613.0, 3560.0, 3559.0, 3569.0, 3621.0, 3622.0, 3600.0, 3558.0, 3557.0, 3600.0, 3590.0, 3568.0, 3600.0, 3567.0, 3568.0, 3589.0, 3633.0, 3569.0, 3560.0, 3570.0, 3601.0, 3601.0, 3570.0, 3621.0, 3568.0, 3549.0, 3621.0, 3610.0, 3589.0, 3599.0, 3567.0, 3546.0, 3620.0, 3598.0, 3545.0, 3598.0, 3555.0, 3545.0, 3608.0, 3599.0, 3547.0, 3557.0, 3578.0, 3568.0, 3611.0, 3579.0, 3548.0, 3557.0, 3590.0, 3580.0, 3601.0, 3612.0, 3569.0, 3570.0, 3622.0, 3612.0, 3580.0, 3559.0, 3599.0, 3579.0, 3558.0, 3611.0, 3611.0, 3579.0, 3558.0, 3600.0, 3590.0, 3580.0, 3569.0, 3589.0, 3569.0, 3559.0, 3601.0, 3633.0, 3591.0, 3559.0, 3559.0, 3623.0, 3612.0, 3570.0, 3558.0, 3610.0, 3611.0, 3590.0, 3589.0, 3579.0, 3602.0, 3569.0, 3611.0, 3611.0, 3579.0, 3568.0, 3558.0, 3602.0, 3611.0, 3580.0, 3559.0, 3622.0, 3622.0, 3580.0, 3568.0, 3588.0, 3568.0, 3608.0, 3608.0, 3555.0, 3544.0, 3609.0, 3589.0, 3558.0, 3560.0, 3570.0, 3611.0, 3579.0, 3567.0, 3609.0, 3567.0, 3609.0, 3610.0, 3589.0, 3620.0, 3599.0, 3576.0, 3606.0, 3594.0, 3571.0, 3569.0, 3539.0, 3528.0, 3592.0, 3561.0, 3539.0, 3560.0, 3540.0, 3581.0, 3560.0, 3539.0, 3570.0, 3540.0, 3529.0, 3584.0, 3563.0, 3543.0, 3575.0, 3555.0, 3545.0, 3608.0, 3578.0, 3547.0, 3557.0, 3601.0, 3580.0, 3569.0, 3600.0, 3569.0, 3558.0, 3622.0, 3601.0, 3581.0, 3590.0, 3590.0, 3558.0, 3611.0, 3611.0, 3569.0, 3558.0, 3612.0, 3589.0, 3590.0, 3621.0, 3589.0, 3557.0, 3588.0, 3610.0, 3590.0, 3559.0, 3600.0, 3589.0, 3580.0, 3590.0, 3623.0, 3590.0, 3570.0, 3559.0, 3611.0, 3601.0, 3580.0, 3559.0, 3600.0, 3569.0, 3581.0, 3623.0, 3611.0, 3590.0, 3558.0, 3610.0, 3610.0, 3579.0, 3579.0, 3590.0, 3569.0, 3590.0, 3622.0, 3590.0, 3559.0, 3557.0, 3611.0, 3601.0, 3570.0, 3569.0, 3611.0, 3591.0, 3579.0, 3570.0, 3612.0, 3580.0, 3569.0, 3622.0, 3612.0, 3602.0, 3569.0, 3558.0, 3622.0, 3600.0, 3569.0, 3558.0, 3611.0, 3600.0, 3558.0, 3621.0, 3621.0, 3589.0, 3557.0, 3609.0, 3610.0, 3578.0, 3557.0, 3609.0, 3578.0, 3556.0, 3610.0, 3609.0, 3557.0, 3557.0, 3609.0, 3600.0, 3558.0, 3569.0, 3611.0, 3580.0, 3580.0, 3570.0, 3569.0, 3612.0, 3580.0, 3559.0, 3623.0, 3623.0, 3580.0, 3568.0, 3599.0, 3578.0, 3610.0, 3610.0, 3578.0, 3557.0, 3620.0, 3599.0, 3567.0, 3556.0, 3588.0, 3578.0, 3578.0, 3620.0, 3567.0, 3557.0, 3609.0, 3599.0, 3568.0, 3557.0, 3598.0, 3568.0, 3557.0, 3621.0, 3611.0, 3582.0, 3582.0, 3622.0, 3591.0, 3591.0, 3602.0, 3622.0, 3590.0, 3569.0, 3569.0, 3622.0, 3611.0, 3580.0, 3558.0, 3611.0, 3589.0, 3580.0, 3557.0, 3611.0, 3569.0, 3569.0, 3611.0, 3611.0, 3589.0, 3558.0, 3611.0, 3578.0, 3557.0, 3621.0, 3579.0, 3557.0, 3599.0, 3578.0, 3558.0, 3601.0, 3600.0, 3569.0, 3557.0, 3611.0, 3602.0, 3580.0, 3558.0, 3589.0, 3591.0, 3589.0, 3633.0, 3600.0, 3569.0, 3621.0, 3589.0, 3580.0, 3558.0, 3600.0, 3568.0, 3557.0, 3611.0, 3622.0, 3579.0, 3570.0, 3569.0, 3633.0, 3602.0, 3593.0, 3559.0, 3591.0, 3613.0, 3614.0, 3571.0, 3591.0, 3602.0, 3591.0, 3621.0, 3632.0, 3589.0, 3557.0, 3568.0, 3621.0, 3600.0, 3579.0, 3568.0, 3601.0, 3590.0, 3589.0, 3610.0, 3610.0, 3578.0, 3556.0, 3620.0, 3609.0, 3587.0, 3576.0, 3577.0, 3554.0, 3597.0, 3608.0, 3565.0, 3556.0, 3579.0, 3611.0, 3589.0, 3557.0, 3568.0, 3600.0, 3579.0, 3579.0, 3579.0, 3621.0, 3579.0, 3556.0, 3610.0, 3599.0, 3566.0, 3597.0, 3565.0, 3545.0, 3609.0, 3598.0, 3556.0, 3556.0, 3596.0, 3589.0, 3572.0, 3558.0, 3560.0, 3571.0, 3560.0, 3580.0, 3568.0, 3555.0, 3567.0, 3568.0, 3591.0, 3613.0, 3617.0, 3598.0, 3580.0, 3558.0, 3556.0, 3595.0, 3583.0, 3596.0, 3584.0, 3529.0, 3561.0, 3572.0, 3574.0, 3553.0], 'WindowWidth': [8156.0, 8215.0, 8131.0, 8158.0, 8143.0, 8125.0, 8153.0, 8108.0, 8108.0, 8182.0, 8167.0, 8110.0, 8111.0, 8182.0, 8169.0, 8138.0, 8124.0, 8195.0, 8148.0, 8152.0, 8179.0, 8179.0, 8119.0, 8070.0, 8174.0, 8160.0, 8113.0, 8142.0, 8097.0, 8071.0, 8160.0, 8157.0, 8099.0, 8083.0, 8176.0, 8118.0, 8107.0, 8078.0, 8153.0, 8108.0, 8140.0, 8098.0, 8172.0, 8213.0, 8185.0, 8139.0, 8093.0, 8120.0, 8179.0, 8162.0, 8108.0, 8131.0, 8118.0, 8121.0, 8163.0, 8149.0, 8093.0, 8090.0, 8200.0, 8138.0, 8097.0, 8138.0, 8170.0, 8142.0, 8123.0, 8151.0, 8154.0, 8168.0, 8196.0, 8120.0, 8090.0, 8159.0, 8144.0, 8130.0, 8126.0, 8083.0, 8087.0, 8175.0, 8116.0, 8093.0, 8159.0, 8148.0, 8121.0, 8117.0, 8144.0, 8108.0, 8132.0, 8179.0, 8133.0, 8091.0, 8130.0, 8116.0, 8132.0, 8178.0, 8116.0, 8106.0, 8142.0, 8115.0, 8112.0, 8178.0, 8116.0, 8082.0, 8121.0, 8112.0, 8113.0, 8170.0, 8081.0, 8085.0, 8155.0, 8145.0, 8087.0, 8143.0, 8097.0, 8088.0, 8145.0, 8173.0, 8101.0, 8091.0, 8159.0, 8161.0, 8119.0, 8148.0, 8114.0, 8088.0, 8143.0, 8160.0, 8102.0, 8072.0, 8146.0, 8146.0, 8105.0, 8163.0, 8104.0, 8078.0, 8180.0, 8163.0, 8092.0, 8162.0, 8130.0, 8117.0, 8177.0, 8158.0, 8088.0, 8086.0, 8143.0, 8130.0, 8114.0, 8155.0, 8101.0, 8066.0, 8172.0, 8141.0, 8082.0, 8126.0, 8115.0, 8102.0, 8174.0, 8141.0, 8069.0, 8096.0, 8124.0, 8097.0, 8156.0, 8127.0, 8086.0, 8070.0, 8159.0, 8132.0, 8101.0, 8156.0, 8083.0, 8064.0, 8155.0, 8141.0, 8067.0, 8137.0, 8110.0, 8082.0, 8156.0, 8126.0, 8084.0, 8154.0, 8129.0, 8100.0, 8113.0, 8099.0, 8073.0, 8156.0, 8157.0, 8102.0, 8074.0, 8132.0, 8134.0, 8119.0, 8150.0, 8135.0, 8091.0, 8103.0, 8178.0, 8163.0, 8104.0, 8162.0, 8130.0, 8099.0, 8160.0, 8173.0, 8100.0, 8072.0, 8156.0, 8145.0, 8128.0, 8127.0, 8111.0, 8084.0, 8129.0, 8177.0, 8132.0, 8070.0, 8144.0, 8127.0, 8114.0, 8085.0, 8144.0, 8084.0, 8074.0, 8161.0, 8161.0, 8103.0, 8089.0, 8156.0, 8146.0, 8132.0, 8101.0, 8156.0, 8113.0, 8115.0, 8145.0, 8160.0, 8085.0, 8084.0, 8158.0, 8145.0, 8103.0, 8089.0, 8131.0, 8146.0, 8133.0, 8105.0, 8160.0, 8100.0, 8090.0, 8148.0, 8160.0, 8103.0, 8072.0, 8158.0, 8144.0, 8103.0, 8090.0, 8146.0, 8116.0, 8119.0, 8161.0, 8163.0, 8119.0, 8075.0, 8174.0, 8148.0, 8133.0, 8087.0, 8115.0, 8117.0, 8120.0, 8178.0, 8102.0, 8075.0, 8134.0, 8163.0, 8134.0, 8091.0, 8129.0, 8102.0, 8113.0, 8177.0, 8117.0, 8087.0, 8129.0, 8087.0, 8145.0, 8143.0, 8103.0, 8101.0, 8130.0, 8100.0, 8147.0, 8144.0, 8087.0, 8090.0, 8158.0, 8146.0, 8116.0, 8142.0, 8113.0, 8088.0, 8144.0, 8157.0, 8097.0, 8082.0, 8136.0, 8124.0, 8125.0, 8153.0, 8095.0, 8065.0, 8125.0, 8143.0, 8116.0, 8086.0, 8098.0, 8111.0, 8133.0, 8103.0, 8178.0, 8120.0, 8093.0, 8159.0, 8162.0, 8128.0, 8173.0, 8096.0, 8049.0, 8136.0, 8124.0, 8078.0, 8105.0, 8067.0, 8064.0, 8140.0, 8113.0, 8086.0, 8144.0, 8117.0, 8100.0, 8162.0, 8132.0, 8086.0, 8147.0, 8130.0, 8102.0, 8176.0, 8116.0, 8073.0, 8130.0, 8147.0, 8120.0, 8091.0, 8134.0, 8091.0, 8163.0, 8181.0, 8137.0, 8094.0, 8148.0, 8148.0, 8117.0, 8179.0, 8147.0, 8091.0, 8085.0, 8143.0, 8131.0, 8142.0, 8158.0, 8099.0, 8085.0, 8157.0, 8162.0, 8118.0, 8085.0, 8114.0, 8090.0, 8130.0, 8177.0, 8118.0, 8092.0, 8131.0, 8131.0, 8119.0, 8105.0, 8162.0, 8118.0, 8088.0, 8158.0, 8163.0, 8131.0, 8133.0, 8101.0, 8089.0, 8089.0, 8176.0, 8165.0, 8107.0, 8110.0, 8165.0, 8120.0, 8108.0, 8166.0, 8165.0, 8106.0, 8092.0, 8178.0, 8149.0, 8134.0, 8158.0, 8101.0, 8085.0, 8172.0, 8157.0, 8086.0, 8068.0, 8140.0, 8126.0, 8126.0, 8141.0, 8096.0, 8066.0, 8155.0, 8141.0, 8099.0, 8082.0, 8125.0, 8114.0, 8116.0, 8191.0, 8123.0, 8072.0, 8144.0, 8164.0, 8136.0, 8109.0, 8168.0, 8095.0, 8090.0, 8104.0, 8176.0, 8178.0, 8148.0, 8090.0, 8086.0, 8146.0, 8132.0, 8102.0, 8146.0, 8099.0, 8100.0, 8130.0, 8195.0, 8105.0, 8095.0, 8109.0, 8149.0, 8149.0, 8107.0, 8176.0, 8103.0, 8078.0, 8176.0, 8159.0, 8130.0, 8142.0, 8097.0, 8069.0, 8171.0, 8140.0, 8068.0, 8138.0, 8079.0, 8067.0, 8153.0, 8141.0, 8073.0, 8086.0, 8115.0, 8100.0, 8163.0, 8117.0, 8076.0, 8087.0, 8133.0, 8121.0, 8149.0, 8164.0, 8105.0, 8109.0, 8177.0, 8164.0, 8120.0, 8092.0, 8144.0, 8117.0, 8089.0, 8163.0, 8160.0, 8118.0, 8088.0, 8145.0, 8134.0, 8120.0, 8106.0, 8132.0, 8104.0, 8091.0, 8151.0, 8196.0, 8138.0, 8095.0, 8094.0, 8181.0, 8166.0, 8108.0, 8090.0, 8159.0, 8160.0, 8132.0, 8130.0, 8118.0, 8152.0, 8106.0, 8163.0, 8162.0, 8117.0, 8104.0, 8091.0, 8152.0, 8165.0, 8123.0, 8093.0, 8180.0, 8178.0, 8122.0, 8101.0, 8125.0, 8099.0, 8152.0, 8151.0, 8079.0, 8065.0, 8156.0, 8129.0, 8088.0, 8093.0, 8109.0, 8162.0, 8117.0, 8097.0, 8154.0, 8097.0, 8155.0, 8158.0, 8131.0, 8172.0, 8142.0, 8106.0, 8146.0, 8125.0, 8088.0, 8084.0, 8046.0, 8031.0, 8119.0, 8077.0, 8045.0, 8075.0, 8049.0, 8103.0, 8076.0, 8047.0, 8089.0, 8049.0, 8036.0, 8113.0, 8085.0, 8060.0, 8105.0, 8078.0, 8065.0, 8153.0, 8115.0, 8072.0, 8087.0, 8148.0, 8121.0, 8106.0, 8148.0, 8106.0, 8092.0, 8177.0, 8150.0, 8123.0, 8134.0, 8132.0, 8090.0, 8164.0, 8163.0, 8106.0, 8088.0, 8164.0, 8132.0, 8133.0, 8177.0, 8131.0, 8088.0, 8128.0, 8159.0, 8134.0, 8092.0, 8147.0, 8131.0, 8121.0, 8135.0, 8183.0, 8136.0, 8109.0, 8093.0, 8162.0, 8150.0, 8122.0, 8094.0, 8148.0, 8106.0, 8124.0, 8181.0, 8164.0, 8135.0, 8089.0, 8160.0, 8160.0, 8118.0, 8119.0, 8134.0, 8107.0, 8134.0, 8180.0, 8134.0, 8095.0, 8088.0, 8163.0, 8151.0, 8110.0, 8107.0, 8163.0, 8137.0, 8120.0, 8108.0, 8167.0, 8122.0, 8105.0, 8180.0, 8166.0, 8152.0, 8106.0, 8090.0, 8178.0, 8148.0, 8105.0, 8090.0, 8165.0, 8148.0, 8088.0, 8176.0, 8176.0, 8132.0, 8087.0, 8155.0, 8159.0, 8115.0, 8086.0, 8158.0, 8116.0, 8082.0, 8159.0, 8157.0, 8087.0, 8088.0, 8157.0, 8147.0, 8090.0, 8108.0, 8164.0, 8122.0, 8122.0, 8109.0, 8108.0, 8167.0, 8123.0, 8095.0, 8184.0, 8181.0, 8123.0, 8103.0, 8143.0, 8115.0, 8159.0, 8158.0, 8116.0, 8086.0, 8172.0, 8142.0, 8099.0, 8083.0, 8127.0, 8113.0, 8113.0, 8172.0, 8099.0, 8087.0, 8156.0, 8143.0, 8101.0, 8086.0, 8141.0, 8104.0, 8087.0, 8176.0, 8162.0, 8128.0, 8129.0, 8178.0, 8137.0, 8138.0, 8152.0, 8180.0, 8134.0, 8108.0, 8105.0, 8180.0, 8163.0, 8121.0, 8090.0, 8161.0, 8132.0, 8119.0, 8089.0, 8163.0, 8106.0, 8107.0, 8161.0, 8162.0, 8131.0, 8088.0, 8164.0, 8115.0, 8084.0, 8175.0, 8117.0, 8088.0, 8144.0, 8116.0, 8089.0, 8148.0, 8147.0, 8106.0, 8088.0, 8162.0, 8151.0, 8121.0, 8091.0, 8133.0, 8137.0, 8131.0, 8195.0, 8148.0, 8107.0, 8174.0, 8132.0, 8120.0, 8091.0, 8148.0, 8103.0, 8087.0, 8162.0, 8177.0, 8120.0, 8111.0, 8107.0, 8195.0, 8155.0, 8142.0, 8095.0, 8136.0, 8169.0, 8170.0, 8111.0, 8136.0, 8151.0, 8135.0, 8176.0, 8191.0, 8130.0, 8087.0, 8101.0, 8176.0, 8148.0, 8120.0, 8104.0, 8150.0, 8133.0, 8131.0, 8159.0, 8158.0, 8115.0, 8083.0, 8173.0, 8157.0, 8125.0, 8109.0, 8110.0, 8078.0, 8137.0, 8152.0, 8092.0, 8083.0, 8118.0, 8163.0, 8132.0, 8088.0, 8102.0, 8147.0, 8119.0, 8120.0, 8120.0, 8177.0, 8119.0, 8084.0, 8160.0, 8144.0, 8097.0, 8137.0, 8093.0, 8065.0, 8155.0, 8139.0, 8083.0, 8085.0, 8136.0, 8130.0, 8115.0, 8090.0, 8096.0, 8115.0, 8097.0, 8122.0, 8105.0, 8081.0, 8098.0, 8102.0, 8136.0, 8170.0, 8181.0, 8142.0, 8119.0, 8086.0, 8082.0, 8128.0, 8106.0, 8132.0, 8113.0, 8029.0, 8074.0, 8091.0, 8098.0, 8070.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.004411149425287355</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.034954029655172414</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.364870736513254</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2008255879746836</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0599816767548893</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.463</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6224.2744</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.13860329461442375</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>107</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>12.298850574712644</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6168077529113978</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6143090285791066</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8213105690983507</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4148036610567365</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00502888</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0072334459982812405</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.021632615476846695</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.8006811434235073</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>23.9338</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.9254</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>130.5554</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>38.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>302359.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>568.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>257.8289</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1428</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>472.9961</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2802.4204</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>2969.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>74185.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>888.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3689.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>781.1705</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>31.92512845667079</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> |