=== 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-0124 --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-0124",
"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-0124_ses-01_task-social_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0124_ses-01_task-social_acq-mb8_run-02_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-01_subject-0124_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-0124/figures/sub-0124_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-01_subject-0124_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-0124/figures/sub-0124_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-01_subject-0124_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-0124/figures/sub-0124_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-01_subject-0124_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-0124/figures/sub-0124_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-01_subject-0124_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-0124/figures/sub-0124_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-01_subject-0124_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-0124/figures/sub-0124_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0124_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-0124/figures/sub-0124_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0124/figures/sub-0124_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0124/ses-01/func/sub-0124_ses-01_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>e106485325ed3e27e1724a512860e9ca</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>17:44:47.215000</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.995597, -0.0856267, 0.0381367, 0.0811533, 0.991, 0.10646]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0837076</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4229, -7769, -7244, 317, -100, -25, -50, 74]</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.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>226.948</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>d28e6507-64a3-4f56-96ef-437ad0e6a290||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.671114444732666, 0.2177283763885498, 0.12665516138076782, 98.30856323242188], [0.22973017394542694, 2.6587796211242676, 0.2778204381465912, -107.38504791259766], [0.10231807082891464, -0.2856246829032898, 2.682680368423462, -69.29043579101562], [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': ['174447.215000', '174447.675000', '174448.135000', '174448.595000', '174449.055000', '174449.515000', '174449.975000', '174450.435000', '174450.895000', '174451.355000', '174451.815000', '174452.275000', '174452.735000', '174453.195000', '174453.655000', '174454.115000', '174454.575000', '174455.035000', '174455.495000', '174455.955000', '174456.415000', '174456.875000', '174457.335000', '174457.795000', '174458.255000', '174458.715000', '174459.175000', '174459.635000', '174500.095000', '174500.555000', '174501.015000', '174501.475000', '174501.935000', '174502.395000', '174502.855000', '174503.315000', '174503.775000', '174504.235000', '174504.695000', '174505.155000', '174505.615000', '174506.075000', '174506.535000', '174506.995000', '174507.455000', '174507.915000', '174508.375000', '174508.835000', '174509.295000', '174509.755000', '174510.215000', '174510.675000', '174511.135000', '174511.595000', '174512.055000', '174512.515000', '174512.975000', '174513.435000', '174513.895000', '174514.355000', '174514.815000', '174515.275000', '174515.735000', '174516.195000', '174516.655000', '174517.115000', '174517.575000', '174518.035000', '174518.495000', '174518.955000', '174519.415000', '174519.875000', '174520.335000', '174520.795000', '174521.255000', '174521.715000', '174522.175000', '174522.635000', '174523.095000', '174523.555000', '174524.015000', '174524.475000', '174524.935000', '174525.395000', '174525.855000', '174526.315000', '174526.775000', '174527.235000', '174527.695000', '174528.155000', '174528.615000', '174529.075000', '174529.535000', '174529.995000', '174530.455000', '174530.915000', '174531.375000', '174531.835000', '174532.295000', '174532.755000', '174533.215000', '174533.675000', '174534.135000', '174534.595000', '174535.055000', '174535.515000', '174535.975000', '174536.435000', '174536.895000', '174537.355000', '174537.815000', '174538.275000', '174538.735000', '174539.195000', '174539.655000', '174540.115000', '174540.575000', '174541.035000', '174541.495000', '174541.955000', '174542.415000', '174542.875000', '174543.335000', '174543.795000', '174544.255000', '174544.715000', '174545.175000', '174545.635000', '174546.095000', '174546.555000', '174547.015000', '174547.475000', '174547.935000', '174548.395000', '174548.855000', '174549.315000', '174549.775000', '174550.235000', '174550.695000', '174551.155000', '174551.615000', '174552.075000', '174552.535000', '174552.995000', '174553.455000', '174553.915000', '174554.375000', '174554.835000', '174555.295000', '174555.755000', '174556.215000', '174556.675000', '174557.135000', '174557.595000', '174558.055000', '174558.515000', '174558.975000', '174559.435000', '174559.895000', '174600.355000', '174600.815000', '174601.275000', '174601.735000', '174602.195000', '174602.655000', '174603.115000', '174603.575000', '174604.035000', '174604.495000', '174604.955000', '174605.415000', '174605.875000', '174606.335000', '174606.795000', '174607.255000', '174607.715000', '174608.175000', '174608.635000', '174609.095000', '174609.555000', '174610.015000', '174610.475000', '174610.935000', '174611.395000', '174611.855000', '174612.315000', '174612.775000', '174613.235000', '174613.695000', '174614.155000', '174614.615000', '174615.075000', '174615.535000', '174615.995000', '174616.455000', '174616.915000', '174617.375000', '174617.835000', '174618.295000', '174618.755000', '174619.215000', '174619.675000', '174620.135000', '174620.595000', '174621.055000', '174621.515000', '174621.975000', '174622.435000', '174622.895000', '174623.355000', '174623.815000', '174624.275000', '174624.735000', '174625.195000', '174625.655000', '174626.115000', '174626.575000', '174627.035000', '174627.495000', '174627.955000', '174628.415000', '174628.875000', '174629.335000', '174629.795000', '174630.255000', '174630.715000', '174631.175000', '174631.635000', '174632.095000', '174632.555000', '174633.015000', '174633.475000', '174633.935000', '174634.395000', '174634.855000', '174635.315000', '174635.775000', '174636.235000', '174636.695000', '174637.155000', '174637.615000', '174638.075000', '174638.535000', '174638.995000', '174639.455000', '174639.915000', '174640.375000', '174640.835000', '174641.295000', '174641.755000', '174642.215000', '174642.675000', '174643.135000', '174643.595000', '174644.055000', '174644.515000', '174644.975000', '174645.435000', '174645.895000', '174646.355000', '174646.815000', '174647.275000', '174647.735000', '174648.195000', '174648.655000', '174649.115000', '174649.575000', '174650.035000', '174650.495000', '174650.955000', '174651.415000', '174651.875000', '174652.335000', '174652.795000', '174653.255000', '174653.715000', '174654.175000', '174654.635000', '174655.095000', '174655.555000', '174656.015000', '174656.475000', '174656.935000', '174657.395000', '174657.855000', '174658.315000', '174658.775000', '174659.235000', '174659.695000', '174700.155000', '174700.615000', '174701.075000', '174701.535000', '174701.995000', '174702.455000', '174702.915000', '174703.375000', '174703.835000', '174704.295000', '174704.755000', '174705.215000', '174705.675000', '174706.135000', '174706.595000', '174707.055000', '174707.515000', '174707.975000', '174708.435000', '174708.895000', '174709.355000', '174709.815000', '174710.275000', '174710.735000', '174711.195000', '174711.655000', '174712.115000', '174712.575000', '174713.035000', '174713.495000', '174713.955000', '174714.415000', '174714.875000', '174715.335000', '174715.795000', '174716.255000', '174716.715000', '174717.175000', '174717.635000', '174718.095000', '174718.555000', '174719.015000', '174719.475000', '174719.935000', '174720.395000', '174720.855000', '174721.315000', '174721.775000', '174722.235000', '174722.695000', '174723.155000', '174723.615000', '174724.075000', '174724.535000', '174724.995000', '174725.455000', '174725.915000', '174726.375000', '174726.835000', '174727.295000', '174727.755000', '174728.215000', '174728.675000', '174729.135000', '174729.595000', '174730.055000', '174730.515000', '174730.975000', '174731.435000', '174731.895000', '174732.355000', '174732.815000', '174733.275000', '174733.735000', '174734.195000', '174734.655000', '174735.115000', '174735.575000', '174736.035000', '174736.495000', '174736.955000', '174737.415000', '174737.875000', '174738.335000', '174738.795000', '174739.255000', '174739.715000', '174740.175000', '174740.635000', '174741.095000', '174741.555000', '174742.015000', '174742.475000', '174742.935000', '174743.395000', '174743.855000', '174744.315000', '174744.775000', '174745.235000', '174745.695000', '174746.155000', '174746.615000', '174747.075000', '174747.535000', '174747.995000', '174748.455000', '174748.915000', '174749.375000', '174749.835000', '174750.295000', '174750.755000', '174751.215000', '174751.675000', '174752.135000', '174752.595000', '174753.055000', '174753.515000', '174753.975000', '174754.435000', '174754.895000', '174755.355000', '174755.815000', '174756.275000', '174756.735000', '174757.195000', '174757.655000', '174758.115000', '174758.575000', '174759.035000', '174759.495000', '174759.955000', '174800.415000', '174800.875000', '174801.335000', '174801.795000', '174802.255000', '174802.715000', '174803.175000', '174803.635000', '174804.095000', '174804.555000', '174805.015000', '174805.475000', '174805.935000', '174806.395000', '174806.855000', '174807.315000', '174807.775000', '174808.235000', '174808.695000', '174809.155000', '174809.615000', '174810.075000', '174810.535000', '174810.995000', '174811.455000', '174811.915000', '174812.375000', '174812.835000', '174813.295000', '174813.755000', '174814.215000', '174814.675000', '174815.135000', '174815.595000', '174816.055000', '174816.515000', '174816.975000', '174817.435000', '174817.895000', '174818.355000', '174818.815000', '174819.275000', '174819.735000', '174820.195000', '174820.655000', '174821.115000', '174821.575000', '174822.035000', '174822.495000', '174822.955000', '174823.415000', '174823.875000', '174824.335000', '174824.795000', '174825.255000', '174825.715000', '174826.175000', '174826.635000', '174827.095000', '174827.555000', '174828.015000', '174828.475000', '174828.935000', '174829.395000', '174829.855000', '174830.315000', '174830.775000', '174831.235000', '174831.695000', '174832.155000', '174832.615000', '174833.075000', '174833.535000', '174833.995000', '174834.455000', '174834.915000', '174835.375000', '174835.835000', '174836.295000', '174836.755000', '174837.215000', '174837.675000', '174838.135000', '174838.595000', '174839.055000', '174839.515000', '174839.975000', '174840.435000', '174840.895000', '174841.355000', '174841.815000', '174842.275000', '174842.735000', '174843.195000', '174843.655000', '174844.115000', '174844.575000', '174845.035000', '174845.495000', '174845.955000', '174846.415000', '174846.875000', '174847.335000', '174847.795000', '174848.255000', '174848.715000', '174849.175000', '174849.635000', '174850.095000', '174850.555000', '174851.015000', '174851.475000', '174851.935000', '174852.395000', '174852.855000', '174853.315000', '174853.775000', '174854.235000', '174854.695000', '174855.155000', '174855.615000', '174856.075000', '174856.535000', '174856.995000', '174857.455000', '174857.915000', '174858.375000', '174858.835000', '174859.295000', '174859.755000', '174900.215000', '174900.675000', '174901.135000', '174901.595000', '174902.055000', '174902.515000', '174902.975000', '174903.435000', '174903.895000', '174904.355000', '174904.815000', '174905.275000', '174905.735000', '174906.195000', '174906.655000', '174907.115000', '174907.575000', '174908.035000', '174908.495000', '174908.955000', '174909.415000', '174909.875000', '174910.335000', '174910.795000', '174911.255000', '174911.715000', '174912.175000', '174912.635000', '174913.095000', '174913.555000', '174914.015000', '174914.475000', '174914.935000', '174915.395000', '174915.855000', '174916.315000', '174916.775000', '174917.235000', '174917.695000', '174918.155000', '174918.615000', '174919.075000', '174919.535000', '174919.995000', '174920.455000', '174920.915000', '174921.375000', '174921.835000', '174922.295000', '174922.755000', '174923.215000', '174923.675000', '174924.135000', '174924.595000', '174925.055000', '174925.515000', '174925.975000', '174926.435000', '174926.895000', '174927.355000', '174927.815000', '174928.275000', '174928.735000', '174929.195000', '174929.655000', '174930.115000', '174930.575000', '174931.035000', '174931.495000', '174931.955000', '174932.415000', '174932.875000', '174933.335000', '174933.795000', '174934.255000', '174934.715000', '174935.175000', '174935.635000', '174936.095000', '174936.555000', '174937.015000', '174937.475000', '174937.935000', '174938.395000', '174938.855000', '174939.315000', '174939.775000', '174940.235000', '174940.695000', '174941.155000', '174941.615000', '174942.075000', '174942.535000', '174942.995000', '174943.455000', '174943.915000', '174944.375000', '174944.835000', '174945.295000', '174945.755000', '174946.215000', '174946.675000', '174947.135000', '174947.595000', '174948.055000', '174948.515000', '174948.975000', '174949.435000', '174949.895000', '174950.355000', '174950.815000', '174951.275000', '174951.735000', '174952.195000', '174952.655000', '174953.115000', '174953.575000', '174954.035000', '174954.495000', '174954.955000', '174955.415000', '174955.875000', '174956.335000', '174956.795000', '174957.255000', '174957.715000', '174958.175000', '174958.635000', '174959.095000', '174959.555000', '175000.015000', '175000.475000', '175000.935000', '175001.395000', '175001.855000', '175002.315000', '175002.775000', '175003.235000', '175003.695000', '175004.155000', '175004.615000', '175005.075000', '175005.535000', '175005.995000', '175006.455000', '175006.915000', '175007.375000', '175007.835000', '175008.295000', '175008.755000', '175009.215000', '175009.675000', '175010.135000', '175010.595000', '175011.055000', '175011.515000', '175011.975000', '175012.435000', '175012.895000', '175013.355000', '175013.815000', '175014.275000', '175014.735000', '175015.195000', '175015.655000', '175016.115000', '175016.575000', '175017.035000', '175017.495000', '175017.955000', '175018.415000', '175018.875000', '175019.335000', '175019.795000', '175020.255000', '175020.715000', '175021.175000', '175021.635000', '175022.095000', '175022.555000', '175023.015000', '175023.475000', '175023.935000', '175024.395000', '175024.855000', '175025.315000', '175025.775000', '175026.235000', '175026.695000', '175027.155000', '175027.615000', '175028.075000', '175028.535000', '175028.995000', '175029.455000', '175029.915000', '175030.375000', '175030.835000', '175031.295000', '175031.755000', '175032.215000', '175032.675000', '175033.135000', '175033.595000', '175034.055000', '175034.515000', '175034.975000', '175035.435000', '175035.895000', '175036.355000', '175036.815000', '175037.275000', '175037.735000', '175038.195000', '175038.655000', '175039.115000', '175039.575000', '175040.035000', '175040.495000', '175040.955000', '175041.415000', '175041.875000', '175042.335000', '175042.795000', '175043.255000', '175043.715000', '175044.175000', '175044.635000', '175045.095000', '175045.555000', '175046.015000', '175046.475000', '175046.935000', '175047.395000', '175047.855000', '175048.315000', '175048.775000', '175049.235000', '175049.695000', '175050.155000', '175050.615000', '175051.075000', '175051.535000', '175051.995000', '175052.455000', '175052.915000', '175053.375000', '175053.835000', '175054.295000', '175054.755000', '175055.215000', '175055.675000', '175056.135000', '175056.595000', '175057.055000', '175057.515000', '175057.975000', '175058.435000', '175058.895000', '175059.355000', '175059.815000', '175100.275000', '175100.735000', '175101.195000', '175101.655000', '175102.115000', '175102.575000', '175103.035000', '175103.495000', '175103.955000', '175104.415000', '175104.875000', '175105.335000', '175105.795000', '175106.255000', '175106.715000', '175107.175000', '175107.635000', '175108.095000', '175108.555000', '175109.015000', '175109.475000', '175109.935000', '175110.395000', '175110.855000', '175111.315000', '175111.775000', '175112.235000', '175112.695000', '175113.155000', '175113.615000', '175114.075000', '175114.535000', '175114.995000', '175115.455000', '175115.915000', '175116.375000', '175116.835000', '175117.295000', '175117.755000', '175118.215000', '175118.675000', '175119.135000', '175119.595000', '175120.055000', '175120.515000', '175120.975000', '175121.435000', '175121.895000', '175122.355000', '175122.815000', '175123.275000', '175123.735000', '175124.195000', '175124.655000', '175125.115000', '175125.575000', '175126.035000', '175126.495000', '175126.955000', '175127.415000', '175127.875000'], 'ContentTime': ['174507.118000', '174507.121000', '174507.124000', '174507.127000', '174507.130000', '174507.132000', '174507.135000', '174507.137000', '174507.150000', '174507.153000', '174507.156000', '174507.158000', '174507.161000', '174507.163000', '174507.166000', '174507.168000', '174507.171000', '174507.173000', '174507.176000', '174507.179000', '174507.181000', '174507.184000', '174507.186000', '174507.189000', '174507.192000', '174507.194000', '174507.197000', '174507.199000', '174507.202000', '174507.204000', '174507.207000', '174507.210000', '174507.212000', '174507.215000', '174507.217000', '174507.220000', '174507.222000', '174507.225000', '174507.227000', '174507.230000', '174507.232000', '174527.085000', '174527.088000', '174527.091000', '174527.093000', '174527.096000', '174527.099000', '174527.101000', '174527.104000', '174527.106000', '174527.109000', '174527.111000', '174527.114000', '174527.116000', '174527.119000', '174527.121000', '174527.124000', '174527.127000', '174527.129000', '174527.132000', '174527.134000', '174527.137000', '174527.139000', '174527.142000', '174527.144000', '174527.147000', '174527.150000', '174527.152000', '174527.155000', '174527.157000', '174527.160000', '174527.162000', '174527.165000', '174527.167000', '174527.170000', '174527.172000', '174527.175000', '174527.177000', '174527.180000', '174527.183000', '174527.185000', '174527.188000', '174527.190000', '174527.193000', '174527.196000', '174547.085000', '174547.088000', '174547.091000', '174547.093000', '174547.096000', '174547.099000', '174547.101000', '174547.104000', '174547.107000', '174547.109000', '174547.112000', '174547.114000', '174547.117000', '174547.120000', '174547.122000', '174547.125000', '174547.127000', '174547.130000', '174547.132000', '174547.135000', '174547.137000', '174547.140000', '174547.142000', '174547.145000', '174547.148000', '174547.150000', '174547.153000', '174547.166000', '174547.169000', '174547.171000', '174547.174000', '174547.176000', '174547.179000', '174547.182000', '174547.184000', '174547.187000', '174547.189000', '174547.192000', '174547.194000', '174547.197000', '174547.200000', '174547.202000', '174547.205000', '174607.085000', '174607.088000', '174607.091000', '174607.094000', '174607.097000', '174607.099000', '174607.102000', '174607.104000', '174607.107000', '174607.110000', '174607.112000', '174607.115000', '174607.118000', '174607.120000', '174607.123000', '174607.126000', '174607.128000', '174607.131000', '174607.134000', '174607.136000', '174607.139000', '174607.141000', '174607.144000', '174607.146000', '174607.149000', '174607.152000', '174607.154000', '174607.157000', '174607.160000', '174607.171000', '174607.174000', '174607.177000', '174607.179000', '174607.182000', '174607.184000', '174607.187000', '174607.190000', '174607.193000', '174607.196000', '174607.198000', '174607.201000', '174607.205000', '174607.208000', '174607.210000', '174627.085000', '174627.088000', '174627.091000', '174627.093000', '174627.096000', '174627.099000', '174627.102000', '174627.105000', '174627.108000', '174627.110000', '174627.113000', '174627.115000', '174627.118000', '174627.132000', '174627.134000', '174627.137000', '174627.139000', '174627.142000', '174627.145000', '174627.147000', '174627.150000', '174627.152000', '174627.155000', '174627.157000', '174627.160000', '174627.163000', '174627.166000', '174627.169000', '174627.171000', '174627.174000', '174627.177000', '174627.179000', '174627.182000', '174627.184000', '174627.187000', '174627.190000', '174627.192000', '174627.195000', '174627.197000', '174627.200000', '174627.202000', '174627.205000', '174627.208000', '174647.085000', '174647.088000', '174647.091000', '174647.093000', '174647.096000', '174647.098000', '174647.101000', '174647.103000', '174647.106000', '174647.109000', '174647.111000', '174647.114000', '174647.117000', '174647.119000', '174647.122000', '174647.124000', '174647.127000', '174647.129000', '174647.147000', '174647.149000', '174647.152000', '174647.155000', '174647.157000', '174647.160000', '174647.162000', '174647.165000', '174647.167000', '174647.170000', '174647.173000', '174647.175000', '174647.178000', '174647.180000', '174647.183000', '174647.185000', '174647.188000', '174647.191000', '174647.193000', '174647.196000', '174647.198000', '174647.201000', '174647.204000', '174647.206000', '174647.209000', '174647.211000', '174707.085000', '174707.088000', '174707.091000', '174707.094000', '174707.096000', '174707.099000', '174707.101000', '174707.104000', '174707.107000', '174707.109000', '174707.112000', '174707.114000', '174707.117000', '174707.120000', '174707.122000', '174707.125000', '174707.127000', '174707.130000', '174707.132000', '174707.135000', '174707.138000', '174707.140000', '174707.143000', '174707.145000', '174707.148000', '174707.151000', '174707.153000', '174707.156000', '174707.158000', '174707.161000', '174707.164000', '174707.166000', '174707.169000', '174707.171000', '174707.174000', '174707.176000', '174707.179000', '174707.182000', '174707.184000', '174707.187000', '174707.189000', '174707.192000', '174707.194000', '174727.085000', '174727.088000', '174727.091000', '174727.093000', '174727.096000', '174727.098000', '174727.101000', '174727.104000', '174727.106000', '174727.109000', '174727.111000', '174727.114000', '174727.117000', '174727.119000', '174727.122000', '174727.124000', '174727.127000', '174727.130000', '174727.132000', '174727.135000', '174727.137000', '174727.140000', '174727.142000', '174727.158000', '174727.160000', '174727.163000', '174727.165000', '174727.168000', '174727.170000', '174727.173000', '174727.176000', '174727.178000', '174727.181000', '174727.191000', '174727.193000', '174727.196000', '174727.198000', '174727.201000', '174727.204000', '174727.206000', '174727.209000', '174727.211000', '174727.214000', '174727.216000', '174747.085000', '174747.088000', '174747.091000', '174747.093000', '174747.096000', '174747.098000', '174747.101000', '174747.104000', '174747.106000', '174747.109000', '174747.111000', '174747.114000', '174747.117000', '174747.119000', '174747.122000', '174747.124000', '174747.127000', '174747.129000', '174747.132000', '174747.134000', '174747.137000', '174747.139000', '174747.142000', '174747.145000', '174747.147000', '174747.150000', '174747.152000', '174747.155000', '174747.157000', '174747.160000', '174747.162000', '174747.165000', '174747.168000', '174747.170000', '174747.173000', '174747.175000', '174747.178000', '174747.181000', '174747.183000', '174747.186000', '174747.188000', '174747.191000', '174747.194000', '174807.086000', '174807.089000', '174807.091000', '174807.094000', '174807.096000', '174807.099000', '174807.102000', '174807.104000', '174807.107000', '174807.109000', '174807.125000', '174807.127000', '174807.130000', '174807.132000', '174807.135000', '174807.137000', '174807.140000', '174807.142000', '174807.145000', '174807.147000', '174807.150000', '174807.153000', '174807.155000', '174807.158000', '174807.160000', '174807.163000', '174807.165000', '174807.168000', '174807.170000', '174807.173000', '174807.176000', '174807.178000', '174807.181000', '174807.183000', '174807.186000', '174807.188000', '174807.191000', '174807.194000', '174807.196000', '174807.199000', '174807.201000', '174807.204000', '174807.207000', '174807.209000', '174827.085000', '174827.088000', '174827.091000', '174827.093000', '174827.096000', '174827.098000', '174827.101000', '174827.104000', '174827.106000', '174827.109000', '174827.111000', '174827.114000', '174827.116000', '174827.119000', '174827.122000', '174827.124000', '174827.127000', '174827.129000', '174827.132000', '174827.134000', '174827.137000', '174827.140000', '174827.143000', '174827.145000', '174827.148000', '174827.151000', '174827.153000', '174827.156000', '174827.159000', '174827.161000', '174827.164000', '174827.166000', '174827.169000', '174827.171000', '174827.174000', '174827.176000', '174827.179000', '174827.181000', '174827.184000', '174827.187000', '174827.189000', '174827.192000', '174827.194000', '174847.085000', '174847.088000', '174847.091000', '174847.093000', '174847.096000', '174847.098000', '174847.101000', '174847.104000', '174847.106000', '174847.109000', '174847.111000', '174847.114000', '174847.116000', '174847.119000', '174847.122000', '174847.124000', '174847.127000', '174847.129000', '174847.132000', '174847.134000', '174847.137000', '174847.139000', '174847.142000', '174847.145000', '174847.147000', '174847.150000', '174847.152000', '174847.155000', '174847.157000', '174847.160000', '174847.162000', '174847.165000', '174847.168000', '174847.170000', '174847.173000', '174847.176000', '174847.178000', '174847.181000', '174847.183000', '174847.186000', '174847.188000', '174847.191000', '174847.194000', '174847.196000', '174907.086000', '174907.088000', '174907.091000', '174907.093000', '174907.103000', '174907.106000', '174907.108000', '174907.111000', '174907.113000', '174907.116000', '174907.118000', '174907.121000', '174907.123000', '174907.126000', '174907.128000', '174907.131000', '174907.134000', '174907.136000', '174907.139000', '174907.141000', '174907.144000', '174907.146000', '174907.149000', '174907.152000', '174907.154000', '174907.157000', '174907.159000', '174907.162000', '174907.164000', '174907.167000', '174907.169000', '174907.172000', '174907.175000', '174907.177000', '174907.180000', '174907.182000', '174907.185000', '174907.187000', '174907.190000', '174907.193000', '174907.195000', '174907.198000', '174907.200000', '174927.085000', '174927.088000', '174927.091000', '174927.093000', '174927.096000', '174927.099000', '174927.101000', '174927.104000', '174927.106000', '174927.109000', '174927.111000', '174927.114000', '174927.117000', '174927.119000', '174927.122000', '174927.124000', '174927.127000', '174927.129000', '174927.132000', '174927.135000', '174927.137000', '174927.140000', '174927.142000', '174927.145000', '174927.147000', '174927.150000', '174927.152000', '174927.155000', '174927.157000', '174927.160000', '174927.163000', '174927.165000', '174927.168000', '174927.170000', '174927.173000', '174927.176000', '174927.178000', '174927.181000', '174927.183000', '174927.186000', '174927.188000', '174927.191000', '174927.194000', '174927.196000', '174947.086000', '174947.088000', '174947.091000', '174947.094000', '174947.096000', '174947.099000', '174947.101000', '174947.104000', '174947.106000', '174947.109000', '174947.112000', '174947.114000', '174947.117000', '174947.119000', '174947.122000', '174947.124000', '174947.127000', '174947.130000', '174947.132000', '174947.135000', '174947.137000', '174947.140000', '174947.142000', '174947.145000', '174947.148000', '174947.150000', '174947.153000', '174947.155000', '174947.158000', '174947.160000', '174947.163000', '174947.166000', '174947.168000', '174947.171000', '174947.173000', '174947.176000', '174947.178000', '174947.181000', '174947.184000', '174947.186000', '174947.189000', '174947.191000', '174947.194000', '175007.085000', '175007.088000', '175007.091000', '175007.094000', '175007.096000', '175007.099000', '175007.101000', '175007.104000', '175007.106000', '175007.109000', '175007.111000', '175007.114000', '175007.117000', '175007.119000', '175007.122000', '175007.124000', '175007.127000', '175007.130000', '175007.132000', '175007.135000', '175007.138000', '175007.140000', '175007.143000', '175007.145000', '175007.148000', '175007.150000', '175007.153000', '175007.156000', '175007.158000', '175007.161000', '175007.163000', '175007.166000', '175007.169000', '175007.171000', '175007.174000', '175007.176000', '175007.179000', '175007.181000', '175007.184000', '175007.187000', '175007.189000', '175007.192000', '175007.194000', '175007.197000', '175027.086000', '175027.088000', '175027.091000', '175027.094000', '175027.096000', '175027.099000', '175027.101000', '175027.104000', '175027.106000', '175027.109000', '175027.111000', '175027.114000', '175027.117000', '175027.119000', '175027.122000', '175027.137000', '175027.139000', '175027.142000', '175027.144000', '175027.147000', '175027.149000', '175027.152000', '175027.155000', '175027.157000', '175027.160000', '175027.162000', '175027.165000', '175027.168000', '175027.170000', '175027.173000', '175027.175000', '175027.178000', '175027.181000', '175027.183000', '175027.186000', '175027.188000', '175027.191000', '175027.193000', '175027.196000', '175027.198000', '175027.201000', '175027.204000', '175027.206000', '175047.086000', '175047.088000', '175047.091000', '175047.093000', '175047.096000', '175047.099000', '175047.101000', '175047.104000', '175047.106000', '175047.109000', '175047.111000', '175047.114000', '175047.117000', '175047.119000', '175047.122000', '175047.124000', '175047.127000', '175047.129000', '175047.132000', '175047.134000', '175047.137000', '175047.140000', '175047.142000', '175047.145000', '175047.147000', '175047.150000', '175047.152000', '175047.155000', '175047.158000', '175047.160000', '175047.163000', '175047.165000', '175047.168000', '175047.171000', '175047.173000', '175047.176000', '175047.178000', '175047.181000', '175047.183000', '175047.186000', '175047.189000', '175047.191000', '175047.194000', '175047.196000', '175107.086000', '175107.088000', '175107.091000', '175107.094000', '175107.096000', '175107.099000', '175107.101000', '175107.104000', '175107.106000', '175107.109000', '175107.111000', '175107.114000', '175107.117000', '175107.119000', '175107.122000', '175107.124000', '175107.127000', '175107.130000', '175107.132000', '175107.135000', '175107.137000', '175107.140000', '175107.142000', '175107.145000', '175107.148000', '175107.150000', '175107.153000', '175107.155000', '175107.158000', '175107.160000', '175107.163000', '175107.166000', '175107.168000', '175107.171000', '175107.173000', '175107.176000', '175107.178000', '175107.181000', '175107.184000', '175107.186000', '175107.189000', '175107.191000', '175107.194000', '175127.086000', '175127.089000', '175127.092000', '175127.094000', '175127.097000', '175127.099000', '175127.102000', '175127.105000', '175127.107000', '175127.110000', '175127.112000', '175127.115000', '175127.117000', '175127.120000', '175127.123000', '175127.125000', '175127.128000', '175127.130000', '175127.133000', '175127.136000', '175127.138000', '175127.141000', '175127.144000', '175127.146000', '175127.149000', '175127.151000', '175127.154000', '175127.157000', '175127.159000', '175127.162000', '175127.164000', '175127.167000', '175127.170000', '175127.172000', '175127.175000', '175127.177000', '175127.180000', '175127.183000', '175127.185000', '175127.188000', '175127.190000', '175127.193000', '175127.196000', '175127.198000', '175128.868000', '175128.871000', '175128.874000', '175128.877000'], 'InstanceCreationTime': ['174507.118000', '174507.121000', '174507.124000', '174507.127000', '174507.130000', '174507.132000', '174507.135000', '174507.137000', '174507.150000', '174507.153000', '174507.156000', '174507.158000', '174507.161000', '174507.163000', '174507.166000', '174507.168000', '174507.171000', '174507.173000', '174507.176000', '174507.179000', '174507.181000', '174507.184000', '174507.186000', '174507.189000', '174507.192000', '174507.194000', '174507.197000', '174507.199000', '174507.202000', '174507.204000', '174507.207000', '174507.210000', '174507.212000', '174507.215000', '174507.217000', '174507.220000', '174507.222000', '174507.225000', '174507.227000', '174507.230000', '174507.232000', '174527.085000', '174527.088000', '174527.091000', '174527.093000', '174527.096000', '174527.099000', '174527.101000', '174527.104000', '174527.106000', '174527.109000', '174527.111000', '174527.114000', '174527.116000', '174527.119000', '174527.121000', '174527.124000', '174527.127000', '174527.129000', '174527.132000', '174527.134000', '174527.137000', '174527.139000', '174527.142000', '174527.144000', '174527.147000', '174527.150000', '174527.152000', '174527.155000', '174527.157000', '174527.160000', '174527.162000', '174527.165000', '174527.167000', '174527.170000', '174527.172000', '174527.175000', '174527.177000', '174527.180000', '174527.183000', '174527.185000', '174527.188000', '174527.190000', '174527.193000', '174527.196000', '174547.085000', '174547.088000', '174547.091000', '174547.093000', '174547.096000', '174547.099000', '174547.101000', '174547.104000', '174547.107000', '174547.109000', '174547.112000', '174547.114000', '174547.117000', '174547.120000', '174547.122000', '174547.125000', '174547.127000', '174547.130000', '174547.132000', '174547.135000', '174547.137000', '174547.140000', '174547.142000', '174547.145000', '174547.148000', '174547.150000', '174547.153000', '174547.166000', '174547.169000', '174547.171000', '174547.174000', '174547.176000', '174547.179000', '174547.182000', '174547.184000', '174547.187000', '174547.189000', '174547.192000', '174547.194000', '174547.197000', '174547.200000', '174547.202000', '174547.205000', '174607.085000', '174607.088000', '174607.091000', '174607.094000', '174607.097000', '174607.099000', '174607.102000', '174607.104000', '174607.107000', '174607.110000', '174607.112000', '174607.115000', '174607.118000', '174607.120000', '174607.123000', '174607.126000', '174607.128000', '174607.131000', '174607.134000', '174607.136000', '174607.139000', '174607.141000', '174607.144000', '174607.146000', '174607.149000', '174607.152000', '174607.154000', '174607.157000', '174607.160000', '174607.171000', '174607.174000', '174607.177000', '174607.179000', '174607.182000', '174607.184000', '174607.187000', '174607.190000', '174607.193000', '174607.196000', '174607.198000', '174607.201000', '174607.205000', '174607.208000', '174607.210000', '174627.085000', '174627.088000', '174627.091000', '174627.093000', '174627.096000', '174627.099000', '174627.102000', '174627.105000', '174627.108000', '174627.110000', '174627.113000', '174627.115000', '174627.118000', '174627.132000', '174627.134000', '174627.137000', '174627.139000', '174627.142000', '174627.145000', '174627.147000', '174627.150000', '174627.152000', '174627.155000', '174627.157000', '174627.160000', '174627.163000', '174627.166000', '174627.169000', '174627.171000', '174627.174000', '174627.177000', '174627.179000', '174627.182000', '174627.184000', '174627.187000', '174627.190000', '174627.192000', '174627.195000', '174627.197000', '174627.200000', '174627.202000', '174627.205000', '174627.208000', '174647.085000', '174647.088000', '174647.091000', '174647.093000', '174647.096000', '174647.098000', '174647.101000', '174647.103000', '174647.106000', '174647.109000', '174647.111000', '174647.114000', '174647.117000', '174647.119000', '174647.122000', '174647.124000', '174647.127000', '174647.129000', '174647.147000', '174647.149000', '174647.152000', '174647.155000', '174647.157000', '174647.160000', '174647.162000', '174647.165000', '174647.167000', '174647.170000', '174647.173000', '174647.175000', '174647.178000', '174647.180000', '174647.183000', '174647.185000', '174647.188000', '174647.191000', '174647.193000', '174647.196000', '174647.198000', '174647.201000', '174647.204000', '174647.206000', '174647.209000', '174647.211000', '174707.085000', '174707.088000', '174707.091000', '174707.094000', '174707.096000', '174707.099000', '174707.101000', '174707.104000', '174707.107000', '174707.109000', '174707.112000', '174707.114000', '174707.117000', '174707.120000', '174707.122000', '174707.125000', '174707.127000', '174707.130000', '174707.132000', '174707.135000', '174707.138000', '174707.140000', '174707.143000', '174707.145000', '174707.148000', '174707.151000', '174707.153000', '174707.156000', '174707.158000', '174707.161000', '174707.164000', '174707.166000', '174707.169000', '174707.171000', '174707.174000', '174707.176000', '174707.179000', '174707.182000', '174707.184000', '174707.187000', '174707.189000', '174707.192000', '174707.194000', '174727.085000', '174727.088000', '174727.091000', '174727.093000', '174727.096000', '174727.098000', '174727.101000', '174727.104000', '174727.106000', '174727.109000', '174727.111000', '174727.114000', '174727.117000', '174727.119000', '174727.122000', '174727.124000', '174727.127000', '174727.130000', '174727.132000', '174727.135000', '174727.137000', '174727.140000', '174727.142000', '174727.158000', '174727.160000', '174727.163000', '174727.165000', '174727.168000', '174727.170000', '174727.173000', '174727.176000', '174727.178000', '174727.181000', '174727.191000', '174727.193000', '174727.196000', '174727.198000', '174727.201000', '174727.204000', '174727.206000', '174727.209000', '174727.211000', '174727.214000', '174727.216000', '174747.085000', '174747.088000', '174747.091000', '174747.093000', '174747.096000', '174747.098000', '174747.101000', '174747.104000', '174747.106000', '174747.109000', '174747.111000', '174747.114000', '174747.117000', '174747.119000', '174747.122000', '174747.124000', '174747.127000', '174747.129000', '174747.132000', '174747.134000', '174747.137000', '174747.139000', '174747.142000', '174747.145000', '174747.147000', '174747.150000', '174747.152000', '174747.155000', '174747.157000', '174747.160000', '174747.162000', '174747.165000', '174747.168000', '174747.170000', '174747.173000', '174747.175000', '174747.178000', '174747.181000', '174747.183000', '174747.186000', '174747.188000', '174747.191000', '174747.194000', '174807.086000', '174807.089000', '174807.091000', '174807.094000', '174807.096000', '174807.099000', '174807.102000', '174807.104000', '174807.107000', '174807.109000', '174807.125000', '174807.127000', '174807.130000', '174807.132000', '174807.135000', '174807.137000', '174807.140000', '174807.142000', '174807.145000', '174807.147000', '174807.150000', '174807.153000', '174807.155000', '174807.158000', '174807.160000', '174807.163000', '174807.165000', '174807.168000', '174807.170000', '174807.173000', '174807.176000', '174807.178000', '174807.181000', '174807.183000', '174807.186000', '174807.188000', '174807.191000', '174807.194000', '174807.196000', '174807.199000', '174807.201000', '174807.204000', '174807.207000', '174807.209000', '174827.085000', '174827.088000', '174827.091000', '174827.093000', '174827.096000', '174827.098000', '174827.101000', '174827.104000', '174827.106000', '174827.109000', '174827.111000', '174827.114000', '174827.116000', '174827.119000', '174827.122000', '174827.124000', '174827.127000', '174827.129000', '174827.132000', '174827.134000', '174827.137000', '174827.140000', '174827.143000', '174827.145000', '174827.148000', '174827.151000', '174827.153000', '174827.156000', '174827.159000', '174827.161000', '174827.164000', '174827.166000', '174827.169000', '174827.171000', '174827.174000', '174827.176000', '174827.179000', '174827.181000', '174827.184000', '174827.187000', '174827.189000', '174827.192000', '174827.194000', '174847.085000', '174847.088000', '174847.091000', '174847.093000', '174847.096000', '174847.098000', '174847.101000', '174847.104000', '174847.106000', '174847.109000', '174847.111000', '174847.114000', '174847.116000', '174847.119000', '174847.122000', '174847.124000', '174847.127000', '174847.129000', '174847.132000', '174847.134000', '174847.137000', '174847.139000', '174847.142000', '174847.145000', '174847.147000', '174847.150000', '174847.152000', '174847.155000', '174847.157000', '174847.160000', '174847.162000', '174847.165000', '174847.168000', '174847.170000', '174847.173000', '174847.176000', '174847.178000', '174847.181000', '174847.183000', '174847.186000', '174847.188000', '174847.191000', '174847.194000', '174847.196000', '174907.086000', '174907.088000', '174907.091000', '174907.093000', '174907.103000', '174907.106000', '174907.108000', '174907.111000', '174907.113000', '174907.116000', '174907.118000', '174907.121000', '174907.123000', '174907.126000', '174907.128000', '174907.131000', '174907.134000', '174907.136000', '174907.139000', '174907.141000', '174907.144000', '174907.146000', '174907.149000', '174907.152000', '174907.154000', '174907.157000', '174907.159000', '174907.162000', '174907.164000', '174907.167000', '174907.169000', '174907.172000', '174907.175000', '174907.177000', '174907.180000', '174907.182000', '174907.185000', '174907.187000', '174907.190000', '174907.193000', '174907.195000', '174907.198000', '174907.200000', '174927.085000', '174927.088000', '174927.091000', '174927.093000', '174927.096000', '174927.099000', '174927.101000', '174927.104000', '174927.106000', '174927.109000', '174927.111000', '174927.114000', '174927.117000', '174927.119000', '174927.122000', '174927.124000', '174927.127000', '174927.129000', '174927.132000', '174927.135000', '174927.137000', '174927.140000', '174927.142000', '174927.145000', '174927.147000', '174927.150000', '174927.152000', '174927.155000', '174927.157000', '174927.160000', '174927.163000', '174927.165000', '174927.168000', '174927.170000', '174927.173000', '174927.176000', '174927.178000', '174927.181000', '174927.183000', '174927.186000', '174927.188000', '174927.191000', '174927.194000', '174927.196000', '174947.086000', '174947.088000', '174947.091000', '174947.094000', '174947.096000', '174947.099000', '174947.101000', '174947.104000', '174947.106000', '174947.109000', '174947.112000', '174947.114000', '174947.117000', '174947.119000', '174947.122000', '174947.124000', '174947.127000', '174947.130000', '174947.132000', '174947.135000', '174947.137000', '174947.140000', '174947.142000', '174947.145000', '174947.148000', '174947.150000', '174947.153000', '174947.155000', '174947.158000', '174947.160000', '174947.163000', '174947.166000', '174947.168000', '174947.171000', '174947.173000', '174947.176000', '174947.178000', '174947.181000', '174947.184000', '174947.186000', '174947.189000', '174947.191000', '174947.194000', '175007.085000', '175007.088000', '175007.091000', '175007.094000', '175007.096000', '175007.099000', '175007.101000', '175007.104000', '175007.106000', '175007.109000', '175007.111000', '175007.114000', '175007.117000', '175007.119000', '175007.122000', '175007.124000', '175007.127000', '175007.130000', '175007.132000', '175007.135000', '175007.138000', '175007.140000', '175007.143000', '175007.145000', '175007.148000', '175007.150000', '175007.153000', '175007.156000', '175007.158000', '175007.161000', '175007.163000', '175007.166000', '175007.169000', '175007.171000', '175007.174000', '175007.176000', '175007.179000', '175007.181000', '175007.184000', '175007.187000', '175007.189000', '175007.192000', '175007.194000', '175007.197000', '175027.086000', '175027.088000', '175027.091000', '175027.094000', '175027.096000', '175027.099000', '175027.101000', '175027.104000', '175027.106000', '175027.109000', '175027.111000', '175027.114000', '175027.117000', '175027.119000', '175027.122000', '175027.137000', '175027.139000', '175027.142000', '175027.144000', '175027.147000', '175027.149000', '175027.152000', '175027.155000', '175027.157000', '175027.160000', '175027.162000', '175027.165000', '175027.168000', '175027.170000', '175027.173000', '175027.175000', '175027.178000', '175027.181000', '175027.183000', '175027.186000', '175027.188000', '175027.191000', '175027.193000', '175027.196000', '175027.198000', '175027.201000', '175027.204000', '175027.206000', '175047.086000', '175047.088000', '175047.091000', '175047.093000', '175047.096000', '175047.099000', '175047.101000', '175047.104000', '175047.106000', '175047.109000', '175047.111000', '175047.114000', '175047.117000', '175047.119000', '175047.122000', '175047.124000', '175047.127000', '175047.129000', '175047.132000', '175047.134000', '175047.137000', '175047.140000', '175047.142000', '175047.145000', '175047.147000', '175047.150000', '175047.152000', '175047.155000', '175047.158000', '175047.160000', '175047.163000', '175047.165000', '175047.168000', '175047.171000', '175047.173000', '175047.176000', '175047.178000', '175047.181000', '175047.183000', '175047.186000', '175047.189000', '175047.191000', '175047.194000', '175047.196000', '175107.086000', '175107.088000', '175107.091000', '175107.094000', '175107.096000', '175107.099000', '175107.101000', '175107.104000', '175107.106000', '175107.109000', '175107.111000', '175107.114000', '175107.117000', '175107.119000', '175107.122000', '175107.124000', '175107.127000', '175107.130000', '175107.132000', '175107.135000', '175107.137000', '175107.140000', '175107.142000', '175107.145000', '175107.148000', '175107.150000', '175107.153000', '175107.155000', '175107.158000', '175107.160000', '175107.163000', '175107.166000', '175107.168000', '175107.171000', '175107.173000', '175107.176000', '175107.178000', '175107.181000', '175107.184000', '175107.186000', '175107.189000', '175107.191000', '175107.194000', '175127.086000', '175127.089000', '175127.092000', '175127.094000', '175127.097000', '175127.099000', '175127.102000', '175127.105000', '175127.107000', '175127.110000', '175127.112000', '175127.115000', '175127.117000', '175127.120000', '175127.123000', '175127.125000', '175127.128000', '175127.130000', '175127.133000', '175127.136000', '175127.138000', '175127.141000', '175127.144000', '175127.146000', '175127.149000', '175127.151000', '175127.154000', '175127.157000', '175127.159000', '175127.162000', '175127.164000', '175127.167000', '175127.170000', '175127.172000', '175127.175000', '175127.177000', '175127.180000', '175127.183000', '175127.185000', '175127.188000', '175127.190000', '175127.193000', '175127.196000', '175127.198000', '175128.868000', '175128.871000', '175128.874000', '175128.877000'], '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': [11042, 7950, 9803, 7719, 8692, 12313, 8478, 10731, 8116, 10052, 6954, 10657, 7265, 9544, 7078, 8902, 6714, 9876, 6948, 8748, 6932, 8828, 6968, 8482, 7555, 8331, 7172, 8065, 7118, 8122, 6852, 8470, 6904, 8863, 8030, 8630, 8281, 8871, 11768, 9688, 12751, 8509, 12276, 7979, 10984, 8049, 10669, 8042, 9665, 7233, 9894, 7006, 8807, 6914, 8545, 6688, 9891, 6823, 8298, 6850, 8531, 6857, 8431, 12659, 8119, 10906, 7502, 11021, 7478, 9837, 7284, 8912, 7119, 8188, 12010, 7905, 10648, 7714, 10722, 7180, 10409, 7173, 9921, 6988, 9258, 8437, 8694, 12554, 8222, 11134, 7466, 11200, 8166, 9606, 7197, 10203, 7482, 9409, 8742, 8563, 8740, 8451, 11984, 8315, 11299, 8291, 10645, 7317, 10222, 7492, 9238, 8616, 8715, 9249, 8127, 11768, 7527, 11379, 7574, 10650, 6996, 8846, 7486, 8367, 12242, 7523, 10843, 6956, 10630, 7242, 10169, 7186, 9136, 6672, 9215, 7118, 8723, 9076, 8277, 8707, 7806, 11241, 8278, 10426, 7903, 10316, 7144, 11001, 7548, 10287, 7854, 10026, 7035, 11105, 7026, 9564, 7802, 9222, 7210, 8764, 8433, 9087, 12028, 8217, 11257, 7998, 11568, 7553, 10801, 8281, 10576, 7227, 10884, 7197, 10113, 7100, 9844, 7002, 9635, 7420, 9003, 7183, 8991, 8187, 8943, 11938, 8073, 11233, 7551, 11506, 7473, 10813, 7255, 9543, 6859, 9425, 7107, 8861, 7994, 8684, 9229, 8405, 11112, 7873, 11006, 7534, 10202, 6888, 10036, 7600, 9877, 7509, 8920, 6785, 9088, 7439, 8653, 7985, 8592, 11565, 8350, 11262, 8226, 9566, 6993, 10164, 7300, 8799, 7366, 8449, 7389, 8345, 11532, 8058, 10973, 7829, 11221, 7845, 10348, 7803, 10485, 8071, 11421, 8425, 7348, 8785, 11830, 9712, 11609, 8923, 7304, 9002, 7550, 9470, 12012, 9599, 12663, 9107, 12396, 8574, 11548, 7496, 9685, 6833, 9408, 7628, 8476, 11020, 7482, 10733, 7301, 9812, 6675, 9014, 6982, 8399, 7712, 7714, 6656, 8105, 12104, 7677, 10680, 7404, 11220, 7016, 10697, 7309, 8875, 7019, 8901, 12136, 8322, 11001, 8358, 10498, 6850, 9924, 7201, 9479, 6887, 8639, 6890, 9952, 9114, 8910, 12443, 8592, 11921, 8072, 11234, 7557, 9466, 7198, 9048, 12769, 8450, 11136, 7465, 9384, 8216, 8782, 8519, 11505, 8488, 9846, 7247, 9545, 8199, 9245, 13893, 8710, 11789, 7617, 11515, 7318, 10491, 7001, 9281, 7623, 9313, 13133, 8363, 11398, 7383, 10910, 7041, 10004, 6966, 9218, 6869, 8808, 7038, 8929, 10520, 8078, 8771, 7495, 11291, 7336, 10679, 7485, 10563, 6898, 10209, 7552, 8928, 7113, 8970, 7158, 8683, 13378, 8272, 11036, 7468, 11923, 7447, 10943, 7740, 9626, 7175, 10332, 8168, 11255, 7852, 10310, 7294, 9729, 11055, 9622, 12353, 8438, 11832, 8295, 11881, 8247, 11174, 7395, 10031, 6952, 9484, 6730, 9451, 7458, 9467, 11920, 8905, 11937, 8380, 11408, 7414, 10974, 7296, 10248, 7084, 9470, 7119, 9499, 6863, 10586, 7636, 9264, 7247, 9114, 7652, 8600, 7289, 9017, 6890, 9225, 8164, 11846, 7840, 9861, 7584, 9507, 7885, 8546, 12143, 7831, 11197, 6991, 10723, 6848, 9810, 7292, 9164, 7155, 8864, 7506, 8751, 11397, 8175, 11493, 7573, 11729, 7405, 10917, 7833, 9884, 6749, 9539, 7241, 9536, 9828, 8820, 14052, 8076, 12192, 8454, 11513, 7468, 10175, 7120, 9838, 10198, 9079, 11558, 8178, 11512, 7605, 10455, 6813, 9656, 7147, 9292, 6931, 8636, 10185, 8751, 11129, 7498, 11462, 7430, 10890, 7380, 9844, 7249, 9338, 8529, 8739, 11832, 8010, 11094, 7140, 10183, 6797, 9606, 6992, 9514, 7066, 8656, 9731, 9031, 7770, 7936, 7105, 8803, 12307, 8619, 11586, 7973, 11871, 8074, 11588, 8134, 10792, 6959, 11048, 7230, 10073, 7003, 9639, 7216, 9599, 10528, 9480, 11928, 8941, 12224, 8032, 11968, 8541, 10727, 7409, 10694, 6956, 9938, 8466, 10102, 7257, 9132, 12135, 8892, 11725, 8550, 11240, 7071, 9996, 6692, 9505, 6921, 9265, 6759, 8912, 6862, 9000, 7378, 9728, 7504, 10486, 7674, 10239, 7126, 9339, 7444, 9695, 12038, 8601, 11817, 7586, 12011, 7785, 10997, 7223, 9738, 7028, 10772, 7667, 10550, 7571, 9702, 9709, 8860, 12194, 8614, 11205, 7356, 11629, 7852, 10844, 7574, 9701, 7563, 8234, 12376, 8053, 11313, 7422, 11432, 7200, 10278, 8063, 10230, 7347, 8543, 12113, 8827, 11772, 8826, 10980, 7011, 9827, 7031, 9812, 7383, 9369, 6836, 7921, 6790, 9231, 12461, 8456, 11273, 7291, 11390, 7931, 10396, 7240, 9629, 8457, 9150, 12347, 8621, 10968, 7065, 10167, 7130, 9455, 6959, 8051, 10269, 7925, 11366, 7464, 10080, 6680, 10563, 7110, 9292, 7476, 9241, 7623, 8066, 11803, 7602, 11247, 7774, 10470, 7119, 9760, 7280, 9414, 7499, 7065, 9100, 13943, 8617, 11921, 8264, 11128, 7117, 10177, 7131, 10165, 8148, 9138, 12628, 8294, 12036, 9007, 10420, 6489, 10085, 6626, 9506, 7551, 9173, 6862, 8101, 10623, 8532, 11098, 7931, 10616, 7230, 10839, 6889, 10563, 7286, 9853, 7027, 9895, 7016, 9502, 8160, 12142, 7248, 10083, 6943, 10618, 7425, 9524, 8813, 9837, 11008, 8196, 11602, 7546, 11523, 7563, 10108, 7244, 9574, 7444, 9000, 12387, 8181, 11483, 7285, 11355, 7239, 10341, 7222, 9412, 7357, 9341, 10653, 9332, 11703, 8567, 11594, 7323, 10477, 6926, 9664, 7680, 9565, 10033, 8152, 11775, 7972, 11308, 7126, 9931, 8221, 10111, 8874, 8744, 11765, 7539, 11727, 8109, 11086, 7520, 9843, 6843, 9003, 6918, 9080, 7083, 9436, 6917, 8928, 7155, 9316, 8547, 9167, 8340, 8577, 12718, 8306, 11171, 7592, 10773, 6818, 10050, 7643, 9697, 6925, 8006, 11921, 8020, 11651, 7010, 11431, 6937, 11009, 7403, 9883, 7134, 9551, 7314, 10044, 11665, 8527, 12233, 7750, 12309, 8042, 11503, 8015, 10750, 7505, 10672, 7258, 10988, 8848, 7035, 8896, 7227, 12326, 10422, 9765, 14181, 8074, 12471, 7775, 10598, 8494, 9752, 10720, 7512, 12017, 7752, 10548, 6748, 9551, 7404, 9770, 7769, 9091, 7363, 8155, 6993, 8157, 7234, 9958, 7107, 9669, 13473, 9619, 12688, 8991, 10836, 6949, 9946, 8884, 9669, 8647, 7733, 11457], 'WindowCenter': [4012.0, 3965.0, 3970.0, 3936.0, 3943.0, 3962.0, 3933.0, 3952.0, 3921.0, 3940.0, 3910.0, 3950.0, 3921.0, 3942.0, 3909.0, 3929.0, 3908.0, 3953.0, 3921.0, 3932.0, 3910.0, 3944.0, 3921.0, 3945.0, 3932.0, 3933.0, 3921.0, 3933.0, 3923.0, 3945.0, 3925.0, 3945.0, 3924.0, 3958.0, 3945.0, 3946.0, 3934.0, 3945.0, 3964.0, 3954.0, 3964.0, 3933.0, 3951.0, 3920.0, 3951.0, 3921.0, 3953.0, 3932.0, 3940.0, 3920.0, 3951.0, 3922.0, 3944.0, 3922.0, 3943.0, 3911.0, 3954.0, 3923.0, 3948.0, 3924.0, 3947.0, 3923.0, 3946.0, 3978.0, 3946.0, 3968.0, 3936.0, 3965.0, 3935.0, 3968.0, 3923.0, 3945.0, 3922.0, 3945.0, 3976.0, 3946.0, 3966.0, 3935.0, 3965.0, 3934.0, 3970.0, 3935.0, 3969.0, 3925.0, 3957.0, 3946.0, 3958.0, 3977.0, 3946.0, 3964.0, 3934.0, 3966.0, 3944.0, 3954.0, 3923.0, 3956.0, 3923.0, 3957.0, 3944.0, 3944.0, 3932.0, 3932.0, 3952.0, 3933.0, 3953.0, 3932.0, 3950.0, 3909.0, 3941.0, 3909.0, 3943.0, 3931.0, 3930.0, 3929.0, 3919.0, 3949.0, 3918.0, 3948.0, 3919.0, 3951.0, 3908.0, 3930.0, 3908.0, 3931.0, 3963.0, 3921.0, 3950.0, 3909.0, 3950.0, 3921.0, 3953.0, 3922.0, 3942.0, 3912.0, 3944.0, 3910.0, 3945.0, 3943.0, 3944.0, 3942.0, 3933.0, 3963.0, 3946.0, 3965.0, 3935.0, 3954.0, 3924.0, 3964.0, 3935.0, 3967.0, 3934.0, 3954.0, 3923.0, 3964.0, 3922.0, 3957.0, 3933.0, 3953.0, 3920.0, 3943.0, 3932.0, 3956.0, 3963.0, 3935.0, 3953.0, 3933.0, 3963.0, 3934.0, 3964.0, 3934.0, 3952.0, 3921.0, 3952.0, 3923.0, 3952.0, 3923.0, 3953.0, 3911.0, 3955.0, 3921.0, 3943.0, 3910.0, 3942.0, 3929.0, 3940.0, 3951.0, 3931.0, 3951.0, 3920.0, 3951.0, 3921.0, 3952.0, 3921.0, 3940.0, 3910.0, 3942.0, 3910.0, 3943.0, 3920.0, 3932.0, 3940.0, 3930.0, 3951.0, 3931.0, 3964.0, 3933.0, 3953.0, 3924.0, 3954.0, 3946.0, 3966.0, 3936.0, 3956.0, 3925.0, 3956.0, 3936.0, 3957.0, 3934.0, 3945.0, 3964.0, 3945.0, 3967.0, 3946.0, 3953.0, 3922.0, 3954.0, 3934.0, 3946.0, 3924.0, 3945.0, 3922.0, 3944.0, 3965.0, 3946.0, 3966.0, 3935.0, 3965.0, 3947.0, 3967.0, 3936.0, 3964.0, 3946.0, 3966.0, 3945.0, 3935.0, 3947.0, 3967.0, 3969.0, 3967.0, 3946.0, 3922.0, 3942.0, 3921.0, 3943.0, 3963.0, 3942.0, 3951.0, 3930.0, 3950.0, 3929.0, 3949.0, 3908.0, 3928.0, 3895.0, 3929.0, 3906.0, 3918.0, 3939.0, 3908.0, 3950.0, 3909.0, 3939.0, 3908.0, 3941.0, 3922.0, 3945.0, 3932.0, 3934.0, 3911.0, 3932.0, 3964.0, 3934.0, 3954.0, 3923.0, 3964.0, 3924.0, 3966.0, 3923.0, 3944.0, 3922.0, 3945.0, 3964.0, 3946.0, 3964.0, 3945.0, 3952.0, 3912.0, 3954.0, 3934.0, 3956.0, 3923.0, 3944.0, 3925.0, 3968.0, 3957.0, 3957.0, 3975.0, 3945.0, 3965.0, 3934.0, 3967.0, 3922.0, 3954.0, 3910.0, 3942.0, 3964.0, 3933.0, 3951.0, 3921.0, 3940.0, 3944.0, 3942.0, 3957.0, 3978.0, 3945.0, 3956.0, 3923.0, 3954.0, 3931.0, 3944.0, 3963.0, 3931.0, 3949.0, 3919.0, 3950.0, 3920.0, 3939.0, 3908.0, 3941.0, 3918.0, 3941.0, 3961.0, 3919.0, 3949.0, 3908.0, 3939.0, 3908.0, 3942.0, 3910.0, 3943.0, 3910.0, 3943.0, 3910.0, 3945.0, 3952.0, 3932.0, 3931.0, 3922.0, 3953.0, 3923.0, 3953.0, 3923.0, 3954.0, 3922.0, 3954.0, 3934.0, 3945.0, 3922.0, 3944.0, 3921.0, 3945.0, 3974.0, 3933.0, 3953.0, 3922.0, 3962.0, 3923.0, 3966.0, 3933.0, 3954.0, 3922.0, 3953.0, 3947.0, 3978.0, 3936.0, 3957.0, 3921.0, 3953.0, 3952.0, 3943.0, 3962.0, 3931.0, 3951.0, 3930.0, 3949.0, 3930.0, 3953.0, 3922.0, 3941.0, 3909.0, 3940.0, 3898.0, 3940.0, 3908.0, 3940.0, 3949.0, 3930.0, 3952.0, 3931.0, 3949.0, 3908.0, 3938.0, 3908.0, 3940.0, 3921.0, 3941.0, 3911.0, 3941.0, 3912.0, 3965.0, 3936.0, 3945.0, 3921.0, 3943.0, 3934.0, 3944.0, 3934.0, 3956.0, 3935.0, 3955.0, 3956.0, 3977.0, 3936.0, 3955.0, 3922.0, 3954.0, 3932.0, 3942.0, 3964.0, 3922.0, 3953.0, 3921.0, 3951.0, 3910.0, 3953.0, 3920.0, 3942.0, 3909.0, 3942.0, 3921.0, 3945.0, 3964.0, 3944.0, 3951.0, 3932.0, 3962.0, 3922.0, 3953.0, 3922.0, 3941.0, 3911.0, 3941.0, 3921.0, 3956.0, 3942.0, 3943.0, 3961.0, 3919.0, 3949.0, 3929.0, 3951.0, 3909.0, 3938.0, 3895.0, 3940.0, 3937.0, 3931.0, 3948.0, 3918.0, 3948.0, 3918.0, 3938.0, 3908.0, 3943.0, 3908.0, 3941.0, 3907.0, 3929.0, 3940.0, 3942.0, 3951.0, 3921.0, 3951.0, 3921.0, 3951.0, 3921.0, 3943.0, 3920.0, 3942.0, 3929.0, 3931.0, 3963.0, 3920.0, 3951.0, 3910.0, 3951.0, 3911.0, 3955.0, 3921.0, 3955.0, 3921.0, 3945.0, 3955.0, 3956.0, 3932.0, 3934.0, 3922.0, 3957.0, 3977.0, 3945.0, 3965.0, 3934.0, 3965.0, 3936.0, 3967.0, 3934.0, 3954.0, 3920.0, 3964.0, 3934.0, 3955.0, 3922.0, 3953.0, 3922.0, 3955.0, 3954.0, 3954.0, 3962.0, 3942.0, 3951.0, 3920.0, 3951.0, 3931.0, 3950.0, 3908.0, 3939.0, 3907.0, 3941.0, 3918.0, 3939.0, 3907.0, 3929.0, 3948.0, 3928.0, 3950.0, 3928.0, 3937.0, 3907.0, 3940.0, 3911.0, 3952.0, 3920.0, 3942.0, 3922.0, 3955.0, 3912.0, 3955.0, 3947.0, 3981.0, 3949.0, 3968.0, 3947.0, 3955.0, 3923.0, 3946.0, 3921.0, 3954.0, 3962.0, 3933.0, 3962.0, 3921.0, 3963.0, 3932.0, 3952.0, 3920.0, 3940.0, 3921.0, 3963.0, 3933.0, 3966.0, 3932.0, 3954.0, 3942.0, 3955.0, 3975.0, 3943.0, 3951.0, 3921.0, 3962.0, 3933.0, 3964.0, 3932.0, 3954.0, 3921.0, 3932.0, 3975.0, 3933.0, 3952.0, 3922.0, 3961.0, 3922.0, 3954.0, 3931.0, 3954.0, 3919.0, 3932.0, 3961.0, 3942.0, 3962.0, 3942.0, 3950.0, 3921.0, 3940.0, 3908.0, 3951.0, 3909.0, 3941.0, 3909.0, 3931.0, 3910.0, 3955.0, 3975.0, 3944.0, 3963.0, 3922.0, 3964.0, 3932.0, 3953.0, 3920.0, 3941.0, 3928.0, 3943.0, 3961.0, 3931.0, 3950.0, 3908.0, 3941.0, 3909.0, 3942.0, 3908.0, 3931.0, 3951.0, 3933.0, 3963.0, 3922.0, 3952.0, 3911.0, 3953.0, 3922.0, 3955.0, 3922.0, 3955.0, 3921.0, 3933.0, 3965.0, 3934.0, 3965.0, 3933.0, 3954.0, 3923.0, 3954.0, 3922.0, 3955.0, 3934.0, 3923.0, 3957.0, 3976.0, 3945.0, 3965.0, 3932.0, 3950.0, 3908.0, 3941.0, 3897.0, 3940.0, 3918.0, 3929.0, 3949.0, 3932.0, 3962.0, 3928.0, 3938.0, 3885.0, 3937.0, 3896.0, 3943.0, 3918.0, 3941.0, 3908.0, 3932.0, 3953.0, 3943.0, 3964.0, 3933.0, 3951.0, 3922.0, 3953.0, 3922.0, 3966.0, 3934.0, 3952.0, 3922.0, 3953.0, 3923.0, 3956.0, 3958.0, 3979.0, 3924.0, 3953.0, 3910.0, 3953.0, 3920.0, 3954.0, 3942.0, 3954.0, 3953.0, 3944.0, 3962.0, 3932.0, 3964.0, 3932.0, 3953.0, 3921.0, 3941.0, 3909.0, 3930.0, 3962.0, 3933.0, 3951.0, 3919.0, 3951.0, 3919.0, 3951.0, 3920.0, 3940.0, 3907.0, 3941.0, 3939.0, 3942.0, 3950.0, 3931.0, 3949.0, 3909.0, 3939.0, 3909.0, 3941.0, 3919.0, 3940.0, 3939.0, 3919.0, 3950.0, 3920.0, 3952.0, 3908.0, 3942.0, 3930.0, 3953.0, 3929.0, 3930.0, 3950.0, 3918.0, 3949.0, 3919.0, 3964.0, 3922.0, 3942.0, 3909.0, 3942.0, 3909.0, 3955.0, 3925.0, 3956.0, 3936.0, 3956.0, 3923.0, 3969.0, 3946.0, 3956.0, 3944.0, 3944.0, 3978.0, 3945.0, 3964.0, 3933.0, 3954.0, 3911.0, 3955.0, 3921.0, 3954.0, 3909.0, 3933.0, 3963.0, 3944.0, 3964.0, 3924.0, 3964.0, 3924.0, 3980.0, 3935.0, 3957.0, 3923.0, 3955.0, 3923.0, 3969.0, 3965.0, 3945.0, 3964.0, 3922.0, 3964.0, 3945.0, 3964.0, 3933.0, 3965.0, 3923.0, 3953.0, 3936.0, 3965.0, 3956.0, 3936.0, 3957.0, 3937.0, 3992.0, 3968.0, 3957.0, 3974.0, 3921.0, 3953.0, 3923.0, 3952.0, 3919.0, 3939.0, 3938.0, 3907.0, 3950.0, 3919.0, 3939.0, 3897.0, 3941.0, 3920.0, 3954.0, 3933.0, 3943.0, 3920.0, 3932.0, 3910.0, 3933.0, 3923.0, 3956.0, 3925.0, 3956.0, 3975.0, 3956.0, 3965.0, 3943.0, 3953.0, 3908.0, 3941.0, 3930.0, 3942.0, 3929.0, 3919.0, 3950.0], 'WindowWidth': [8953.0, 8875.0, 8871.0, 8816.0, 8821.0, 8843.0, 8805.0, 8828.0, 8785.0, 8809.0, 8768.0, 8821.0, 8786.0, 8813.0, 8769.0, 8792.0, 8764.0, 8829.0, 8785.0, 8800.0, 8768.0, 8819.0, 8786.0, 8825.0, 8802.0, 8803.0, 8786.0, 8806.0, 8791.0, 8824.0, 8796.0, 8826.0, 8794.0, 8846.0, 8824.0, 8826.0, 8807.0, 8822.0, 8846.0, 8836.0, 8849.0, 8802.0, 8824.0, 8782.0, 8821.0, 8783.0, 8828.0, 8799.0, 8807.0, 8784.0, 8825.0, 8788.0, 8820.0, 8788.0, 8815.0, 8774.0, 8833.0, 8793.0, 8832.0, 8795.0, 8828.0, 8793.0, 8828.0, 8872.0, 8828.0, 8857.0, 8812.0, 8850.0, 8811.0, 8859.0, 8792.0, 8822.0, 8787.0, 8822.0, 8866.0, 8825.0, 8853.0, 8812.0, 8850.0, 8810.0, 8864.0, 8812.0, 8861.0, 8799.0, 8842.0, 8828.0, 8847.0, 8869.0, 8825.0, 8847.0, 8807.0, 8852.0, 8821.0, 8834.0, 8793.0, 8838.0, 8791.0, 8843.0, 8822.0, 8819.0, 8799.0, 8801.0, 8826.0, 8803.0, 8830.0, 8799.0, 8822.0, 8765.0, 8811.0, 8765.0, 8816.0, 8798.0, 8794.0, 8792.0, 8778.0, 8817.0, 8776.0, 8815.0, 8777.0, 8823.0, 8762.0, 8795.0, 8763.0, 8797.0, 8844.0, 8786.0, 8821.0, 8766.0, 8820.0, 8784.0, 8832.0, 8788.0, 8814.0, 8774.0, 8819.0, 8770.0, 8823.0, 8818.0, 8820.0, 8814.0, 8805.0, 8844.0, 8826.0, 8851.0, 8812.0, 8835.0, 8794.0, 8847.0, 8811.0, 8855.0, 8807.0, 8832.0, 8790.0, 8848.0, 8788.0, 8842.0, 8804.0, 8831.0, 8784.0, 8818.0, 8801.0, 8840.0, 8847.0, 8808.0, 8829.0, 8803.0, 8842.0, 8807.0, 8847.0, 8807.0, 8827.0, 8786.0, 8826.0, 8794.0, 8829.0, 8790.0, 8831.0, 8772.0, 8835.0, 8787.0, 8816.0, 8767.0, 8811.0, 8792.0, 8809.0, 8826.0, 8798.0, 8822.0, 8782.0, 8823.0, 8785.0, 8828.0, 8786.0, 8810.0, 8768.0, 8813.0, 8768.0, 8816.0, 8782.0, 8800.0, 8808.0, 8795.0, 8824.0, 8798.0, 8848.0, 8805.0, 8830.0, 8793.0, 8833.0, 8829.0, 8855.0, 8814.0, 8839.0, 8797.0, 8840.0, 8815.0, 8843.0, 8809.0, 8825.0, 8848.0, 8824.0, 8856.0, 8824.0, 8831.0, 8789.0, 8833.0, 8808.0, 8827.0, 8794.0, 8824.0, 8789.0, 8821.0, 8851.0, 8827.0, 8853.0, 8811.0, 8852.0, 8831.0, 8857.0, 8815.0, 8848.0, 8827.0, 8853.0, 8824.0, 8810.0, 8828.0, 8856.0, 8862.0, 8857.0, 8826.0, 8789.0, 8815.0, 8783.0, 8816.0, 8842.0, 8814.0, 8824.0, 8794.0, 8820.0, 8792.0, 8819.0, 8760.0, 8789.0, 8740.0, 8789.0, 8754.0, 8774.0, 8803.0, 8762.0, 8820.0, 8764.0, 8805.0, 8764.0, 8810.0, 8790.0, 8824.0, 8801.0, 8805.0, 8771.0, 8803.0, 8846.0, 8806.0, 8833.0, 8792.0, 8846.0, 8795.0, 8854.0, 8793.0, 8821.0, 8789.0, 8822.0, 8847.0, 8828.0, 8848.0, 8822.0, 8828.0, 8775.0, 8834.0, 8808.0, 8840.0, 8793.0, 8823.0, 8800.0, 8861.0, 8844.0, 8844.0, 8863.0, 8822.0, 8849.0, 8807.0, 8855.0, 8788.0, 8832.0, 8769.0, 8815.0, 8847.0, 8803.0, 8825.0, 8786.0, 8810.0, 8819.0, 8816.0, 8844.0, 8872.0, 8825.0, 8838.0, 8790.0, 8832.0, 8799.0, 8820.0, 8845.0, 8798.0, 8817.0, 8778.0, 8819.0, 8782.0, 8807.0, 8763.0, 8809.0, 8775.0, 8809.0, 8837.0, 8778.0, 8816.0, 8761.0, 8803.0, 8763.0, 8813.0, 8771.0, 8815.0, 8771.0, 8816.0, 8768.0, 8823.0, 8828.0, 8800.0, 8797.0, 8787.0, 8830.0, 8792.0, 8830.0, 8792.0, 8831.0, 8788.0, 8834.0, 8808.0, 8822.0, 8789.0, 8820.0, 8785.0, 8823.0, 8862.0, 8804.0, 8829.0, 8786.0, 8840.0, 8792.0, 8851.0, 8806.0, 8833.0, 8789.0, 8831.0, 8830.0, 8873.0, 8812.0, 8841.0, 8785.0, 8831.0, 8828.0, 8815.0, 8840.0, 8797.0, 8823.0, 8795.0, 8819.0, 8794.0, 8829.0, 8788.0, 8810.0, 8765.0, 8808.0, 8749.0, 8808.0, 8761.0, 8807.0, 8818.0, 8795.0, 8827.0, 8798.0, 8817.0, 8762.0, 8801.0, 8762.0, 8806.0, 8785.0, 8810.0, 8772.0, 8812.0, 8776.0, 8852.0, 8812.0, 8822.0, 8784.0, 8817.0, 8809.0, 8821.0, 8811.0, 8838.0, 8811.0, 8838.0, 8842.0, 8871.0, 8812.0, 8835.0, 8788.0, 8831.0, 8799.0, 8815.0, 8846.0, 8787.0, 8830.0, 8785.0, 8824.0, 8770.0, 8831.0, 8783.0, 8813.0, 8766.0, 8815.0, 8788.0, 8824.0, 8846.0, 8820.0, 8825.0, 8801.0, 8839.0, 8788.0, 8831.0, 8788.0, 8810.0, 8771.0, 8812.0, 8785.0, 8839.0, 8814.0, 8815.0, 8837.0, 8779.0, 8818.0, 8794.0, 8825.0, 8763.0, 8802.0, 8740.0, 8805.0, 8798.0, 8796.0, 8815.0, 8773.0, 8813.0, 8774.0, 8800.0, 8764.0, 8814.0, 8762.0, 8810.0, 8760.0, 8791.0, 8809.0, 8815.0, 8825.0, 8784.0, 8822.0, 8783.0, 8825.0, 8785.0, 8815.0, 8780.0, 8814.0, 8792.0, 8796.0, 8842.0, 8782.0, 8823.0, 8768.0, 8823.0, 8774.0, 8836.0, 8785.0, 8835.0, 8786.0, 8824.0, 8836.0, 8839.0, 8804.0, 8808.0, 8790.0, 8842.0, 8871.0, 8825.0, 8849.0, 8807.0, 8848.0, 8814.0, 8856.0, 8806.0, 8831.0, 8783.0, 8846.0, 8807.0, 8837.0, 8789.0, 8832.0, 8788.0, 8834.0, 8833.0, 8832.0, 8840.0, 8812.0, 8822.0, 8780.0, 8825.0, 8796.0, 8820.0, 8762.0, 8805.0, 8759.0, 8812.0, 8776.0, 8803.0, 8757.0, 8791.0, 8814.0, 8788.0, 8820.0, 8788.0, 8799.0, 8757.0, 8808.0, 8773.0, 8830.0, 8784.0, 8812.0, 8791.0, 8837.0, 8777.0, 8837.0, 8833.0, 8885.0, 8839.0, 8861.0, 8832.0, 8838.0, 8792.0, 8825.0, 8784.0, 8833.0, 8842.0, 8802.0, 8841.0, 8784.0, 8841.0, 8801.0, 8828.0, 8783.0, 8809.0, 8786.0, 8842.0, 8807.0, 8853.0, 8803.0, 8832.0, 8814.0, 8836.0, 8865.0, 8815.0, 8824.0, 8784.0, 8841.0, 8804.0, 8846.0, 8802.0, 8833.0, 8783.0, 8802.0, 8863.0, 8804.0, 8828.0, 8787.0, 8838.0, 8786.0, 8835.0, 8798.0, 8832.0, 8779.0, 8799.0, 8837.0, 8813.0, 8842.0, 8814.0, 8824.0, 8787.0, 8810.0, 8763.0, 8824.0, 8765.0, 8812.0, 8766.0, 8800.0, 8773.0, 8839.0, 8864.0, 8822.0, 8844.0, 8788.0, 8848.0, 8803.0, 8831.0, 8783.0, 8811.0, 8791.0, 8818.0, 8837.0, 8797.0, 8819.0, 8763.0, 8809.0, 8767.0, 8812.0, 8764.0, 8797.0, 8825.0, 8804.0, 8845.0, 8788.0, 8827.0, 8773.0, 8831.0, 8789.0, 8836.0, 8790.0, 8836.0, 8786.0, 8804.0, 8850.0, 8808.0, 8850.0, 8803.0, 8830.0, 8789.0, 8832.0, 8789.0, 8836.0, 8809.0, 8794.0, 8843.0, 8867.0, 8825.0, 8849.0, 8799.0, 8821.0, 8761.0, 8807.0, 8744.0, 8805.0, 8774.0, 8789.0, 8818.0, 8800.0, 8838.0, 8789.0, 8799.0, 8728.0, 8799.0, 8744.0, 8815.0, 8777.0, 8809.0, 8764.0, 8801.0, 8829.0, 8818.0, 8845.0, 8803.0, 8824.0, 8787.0, 8827.0, 8788.0, 8854.0, 8809.0, 8828.0, 8790.0, 8831.0, 8791.0, 8841.0, 8848.0, 8876.0, 8795.0, 8830.0, 8770.0, 8829.0, 8781.0, 8832.0, 8814.0, 8833.0, 8831.0, 8820.0, 8842.0, 8801.0, 8846.0, 8802.0, 8829.0, 8782.0, 8811.0, 8764.0, 8795.0, 8840.0, 8799.0, 8822.0, 8779.0, 8822.0, 8778.0, 8826.0, 8779.0, 8808.0, 8761.0, 8808.0, 8804.0, 8814.0, 8821.0, 8796.0, 8818.0, 8763.0, 8804.0, 8764.0, 8810.0, 8778.0, 8808.0, 8803.0, 8778.0, 8819.0, 8781.0, 8825.0, 8763.0, 8812.0, 8796.0, 8829.0, 8792.0, 8793.0, 8819.0, 8775.0, 8816.0, 8778.0, 8846.0, 8789.0, 8812.0, 8766.0, 8814.0, 8767.0, 8837.0, 8798.0, 8840.0, 8817.0, 8840.0, 8795.0, 8863.0, 8827.0, 8839.0, 8820.0, 8822.0, 8872.0, 8826.0, 8846.0, 8803.0, 8833.0, 8773.0, 8836.0, 8785.0, 8831.0, 8767.0, 8805.0, 8846.0, 8822.0, 8849.0, 8795.0, 8846.0, 8796.0, 8877.0, 8812.0, 8841.0, 8792.0, 8837.0, 8792.0, 8860.0, 8850.0, 8822.0, 8846.0, 8787.0, 8848.0, 8825.0, 8845.0, 8803.0, 8848.0, 8789.0, 8831.0, 8813.0, 8852.0, 8841.0, 8815.0, 8843.0, 8818.0, 8900.0, 8861.0, 8843.0, 8859.0, 8783.0, 8828.0, 8787.0, 8825.0, 8776.0, 8804.0, 8801.0, 8757.0, 8817.0, 8777.0, 8804.0, 8747.0, 8808.0, 8781.0, 8835.0, 8806.0, 8819.0, 8784.0, 8799.0, 8770.0, 8803.0, 8791.0, 8840.0, 8797.0, 8841.0, 8865.0, 8839.0, 8849.0, 8815.0, 8827.0, 8761.0, 8809.0, 8793.0, 8811.0, 8790.0, 8780.0, 8821.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.00027</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.023079778711162256</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.955029452523036</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1947571578801834</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9851460667626729</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4648</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5626.8228</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.0883545257328882</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>17</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.9562715765247412</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.600459110229681</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.478233759096121</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8956510218713905</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4274925497215314</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0103175</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01169932633638382</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.022667445242404938</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</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.827706930113525</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>33.8611</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.1813</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>144.2828</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>301437.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>627.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>278.9793</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1484</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>470.1673</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3135.2628</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3354.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>75107.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>976.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4107.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>876.2368</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>41.783127924543805</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> |