=== 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-0069 --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-0069",
"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-0069_ses-03_task-social_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0069_ses-03_task-social_acq-mb8_run-02_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-03_subject-0069_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-0069/figures/sub-0069_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0069/figures/sub-0069_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-03_subject-0069_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-0069/figures/sub-0069_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0069/figures/sub-0069_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-03_subject-0069_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-0069/figures/sub-0069_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0069/figures/sub-0069_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-03_subject-0069_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-0069/figures/sub-0069_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0069/figures/sub-0069_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-03_subject-0069_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-0069/figures/sub-0069_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0069/figures/sub-0069_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-03_subject-0069_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-0069/figures/sub-0069_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0069/figures/sub-0069_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0069_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-0069/figures/sub-0069_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0069/figures/sub-0069_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0069/figures/sub-0069_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0069/ses-03/func/sub-0069_ses-03_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>105798040cb76baffd5bbe58f715ca12</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>18:53:11.837500</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.999933, -0.00669565, 0.00948847, 0.00663189, 0.999955, 0.00673531]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0732536</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>8</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4143, -7737, -7289, 602, -72, -130, 42, 71]</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>229.838</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>4d8008c8-e742-4888-885d-02b01b213881||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.682745933532715, 0.01779288239777088, 0.025739498436450958, 111.46240234375], [0.017963945865631104, 2.682806968688965, 0.01801420748233795, -90.53257751464844], [0.025456883013248444, -0.018070342019200325, 2.699817419052124, -72.25346374511719], [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': ['185311.837500', '185312.297500', '185312.757500', '185313.217500', '185313.677500', '185314.137500', '185314.597500', '185315.057500', '185315.517500', '185315.977500', '185316.437500', '185316.897500', '185317.357500', '185317.817500', '185318.277500', '185318.737500', '185319.197500', '185319.657500', '185320.117500', '185320.577500', '185321.037500', '185321.497500', '185321.957500', '185322.417500', '185322.877500', '185323.337500', '185323.797500', '185324.257500', '185324.717500', '185325.177500', '185325.637500', '185326.097500', '185326.557500', '185327.017500', '185327.477500', '185327.937500', '185328.397500', '185328.857500', '185329.317500', '185329.777500', '185330.237500', '185330.697500', '185331.157500', '185331.617500', '185332.077500', '185332.537500', '185332.997500', '185333.457500', '185333.917500', '185334.377500', '185334.837500', '185335.297500', '185335.757500', '185336.217500', '185336.677500', '185337.137500', '185337.597500', '185338.057500', '185338.517500', '185338.977500', '185339.437500', '185339.897500', '185340.357500', '185340.817500', '185341.277500', '185341.737500', '185342.197500', '185342.657500', '185343.117500', '185343.577500', '185344.037500', '185344.497500', '185344.957500', '185345.417500', '185345.877500', '185346.337500', '185346.797500', '185347.257500', '185347.717500', '185348.177500', '185348.637500', '185349.097500', '185349.557500', '185350.017500', '185350.477500', '185350.937500', '185351.397500', '185351.857500', '185352.317500', '185352.777500', '185353.237500', '185353.697500', '185354.157500', '185354.617500', '185355.077500', '185355.537500', '185355.997500', '185356.457500', '185356.917500', '185357.377500', '185357.837500', '185358.297500', '185358.757500', '185359.217500', '185359.677500', '185400.137500', '185400.597500', '185401.057500', '185401.517500', '185401.977500', '185402.437500', '185402.897500', '185403.357500', '185403.817500', '185404.277500', '185404.737500', '185405.197500', '185405.657500', '185406.117500', '185406.577500', '185407.037500', '185407.497500', '185407.957500', '185408.417500', '185408.877500', '185409.337500', '185409.797500', '185410.257500', '185410.717500', '185411.177500', '185411.637500', '185412.097500', '185412.557500', '185413.017500', '185413.477500', '185413.937500', '185414.397500', '185414.857500', '185415.317500', '185415.777500', '185416.237500', '185416.697500', '185417.157500', '185417.617500', '185418.077500', '185418.537500', '185418.997500', '185419.457500', '185419.917500', '185420.377500', '185420.837500', '185421.297500', '185421.757500', '185422.217500', '185422.677500', '185423.137500', '185423.597500', '185424.057500', '185424.517500', '185424.977500', '185425.437500', '185425.897500', '185426.357500', '185426.817500', '185427.277500', '185427.737500', '185428.197500', '185428.657500', '185429.117500', '185429.577500', '185430.037500', '185430.497500', '185430.957500', '185431.417500', '185431.877500', '185432.337500', '185432.797500', '185433.257500', '185433.717500', '185434.177500', '185434.637500', '185435.097500', '185435.557500', '185436.017500', '185436.477500', '185436.937500', '185437.397500', '185437.857500', '185438.317500', '185438.777500', '185439.237500', '185439.697500', '185440.157500', '185440.617500', '185441.077500', '185441.537500', '185441.997500', '185442.457500', '185442.917500', '185443.377500', '185443.837500', '185444.297500', '185444.757500', '185445.217500', '185445.677500', '185446.137500', '185446.597500', '185447.057500', '185447.517500', '185447.977500', '185448.437500', '185448.897500', '185449.357500', '185449.817500', '185450.277500', '185450.737500', '185451.197500', '185451.657500', '185452.117500', '185452.577500', '185453.037500', '185453.497500', '185453.957500', '185454.417500', '185454.877500', '185455.337500', '185455.797500', '185456.257500', '185456.717500', '185457.177500', '185457.637500', '185458.097500', '185458.557500', '185459.017500', '185459.477500', '185459.937500', '185500.397500', '185500.857500', '185501.317500', '185501.777500', '185502.237500', '185502.697500', '185503.157500', '185503.617500', '185504.077500', '185504.537500', '185504.997500', '185505.457500', '185505.917500', '185506.377500', '185506.837500', '185507.297500', '185507.757500', '185508.217500', '185508.677500', '185509.137500', '185509.597500', '185510.057500', '185510.517500', '185510.977500', '185511.437500', '185511.897500', '185512.357500', '185512.817500', '185513.277500', '185513.737500', '185514.197500', '185514.657500', '185515.117500', '185515.577500', '185516.037500', '185516.497500', '185516.957500', '185517.417500', '185517.877500', '185518.337500', '185518.797500', '185519.257500', '185519.717500', '185520.177500', '185520.637500', '185521.097500', '185521.557500', '185522.017500', '185522.477500', '185522.937500', '185523.397500', '185523.857500', '185524.317500', '185524.777500', '185525.237500', '185525.697500', '185526.157500', '185526.617500', '185527.077500', '185527.537500', '185527.997500', '185528.457500', '185528.917500', '185529.377500', '185529.837500', '185530.297500', '185530.757500', '185531.217500', '185531.677500', '185532.137500', '185532.597500', '185533.057500', '185533.517500', '185533.977500', '185534.437500', '185534.897500', '185535.357500', '185535.817500', '185536.277500', '185536.737500', '185537.197500', '185537.657500', '185538.117500', '185538.577500', '185539.037500', '185539.497500', '185539.957500', '185540.417500', '185540.877500', '185541.337500', '185541.797500', '185542.257500', '185542.717500', '185543.177500', '185543.637500', '185544.097500', '185544.557500', '185545.017500', '185545.477500', '185545.937500', '185546.397500', '185546.857500', '185547.317500', '185547.777500', '185548.237500', '185548.697500', '185549.157500', '185549.617500', '185550.077500', '185550.537500', '185550.997500', '185551.457500', '185551.917500', '185552.377500', '185552.837500', '185553.297500', '185553.757500', '185554.217500', '185554.677500', '185555.137500', '185555.597500', '185556.057500', '185556.517500', '185556.977500', '185557.437500', '185557.897500', '185558.357500', '185558.817500', '185559.277500', '185559.737500', '185600.197500', '185600.657500', '185601.117500', '185601.577500', '185602.037500', '185602.497500', '185602.957500', '185603.417500', '185603.877500', '185604.337500', '185604.797500', '185605.257500', '185605.717500', '185606.177500', '185606.637500', '185607.097500', '185607.557500', '185608.017500', '185608.477500', '185608.937500', '185609.397500', '185609.857500', '185610.317500', '185610.777500', '185611.237500', '185611.697500', '185612.157500', '185612.617500', '185613.077500', '185613.537500', '185613.997500', '185614.457500', '185614.917500', '185615.377500', '185615.837500', '185616.297500', '185616.757500', '185617.217500', '185617.677500', '185618.137500', '185618.597500', '185619.057500', '185619.517500', '185619.977500', '185620.437500', '185620.897500', '185621.357500', '185621.817500', '185622.277500', '185622.737500', '185623.197500', '185623.657500', '185624.117500', '185624.577500', '185625.037500', '185625.497500', '185625.957500', '185626.417500', '185626.877500', '185627.337500', '185627.797500', '185628.257500', '185628.717500', '185629.177500', '185629.637500', '185630.097500', '185630.557500', '185631.017500', '185631.477500', '185631.937500', '185632.397500', '185632.857500', '185633.317500', '185633.777500', '185634.237500', '185634.697500', '185635.157500', '185635.617500', '185636.077500', '185636.537500', '185636.997500', '185637.457500', '185637.917500', '185638.377500', '185638.837500', '185639.297500', '185639.757500', '185640.217500', '185640.677500', '185641.137500', '185641.597500', '185642.057500', '185642.517500', '185642.977500', '185643.437500', '185643.897500', '185644.357500', '185644.817500', '185645.277500', '185645.737500', '185646.197500', '185646.657500', '185647.117500', '185647.577500', '185648.037500', '185648.497500', '185648.957500', '185649.417500', '185649.877500', '185650.337500', '185650.797500', '185651.257500', '185651.717500', '185652.177500', '185652.637500', '185653.097500', '185653.557500', '185654.017500', '185654.477500', '185654.937500', '185655.397500', '185655.857500', '185656.317500', '185656.777500', '185657.237500', '185657.697500', '185658.157500', '185658.617500', '185659.077500', '185659.537500', '185659.997500', '185700.457500', '185700.917500', '185701.377500', '185701.837500', '185702.297500', '185702.757500', '185703.217500', '185703.677500', '185704.137500', '185704.597500', '185705.057500', '185705.517500', '185705.977500', '185706.437500', '185706.897500', '185707.357500', '185707.817500', '185708.277500', '185708.737500', '185709.197500', '185709.657500', '185710.117500', '185710.577500', '185711.037500', '185711.497500', '185711.957500', '185712.417500', '185712.877500', '185713.337500', '185713.797500', '185714.257500', '185714.717500', '185715.177500', '185715.637500', '185716.097500', '185716.557500', '185717.017500', '185717.477500', '185717.937500', '185718.397500', '185718.857500', '185719.317500', '185719.777500', '185720.237500', '185720.697500', '185721.157500', '185721.617500', '185722.077500', '185722.537500', '185722.997500', '185723.457500', '185723.917500', '185724.377500', '185724.837500', '185725.297500', '185725.757500', '185726.217500', '185726.677500', '185727.137500', '185727.597500', '185728.057500', '185728.517500', '185728.977500', '185729.437500', '185729.897500', '185730.357500', '185730.817500', '185731.277500', '185731.737500', '185732.197500', '185732.657500', '185733.117500', '185733.577500', '185734.037500', '185734.497500', '185734.957500', '185735.417500', '185735.877500', '185736.337500', '185736.797500', '185737.257500', '185737.717500', '185738.177500', '185738.637500', '185739.097500', '185739.557500', '185740.017500', '185740.477500', '185740.937500', '185741.397500', '185741.857500', '185742.317500', '185742.777500', '185743.237500', '185743.697500', '185744.157500', '185744.617500', '185745.077500', '185745.537500', '185745.997500', '185746.457500', '185746.917500', '185747.377500', '185747.837500', '185748.297500', '185748.757500', '185749.217500', '185749.677500', '185750.137500', '185750.597500', '185751.057500', '185751.517500', '185751.977500', '185752.437500', '185752.897500', '185753.357500', '185753.817500', '185754.277500', '185754.737500', '185755.197500', '185755.657500', '185756.117500', '185756.577500', '185757.037500', '185757.497500', '185757.957500', '185758.417500', '185758.877500', '185759.337500', '185759.797500', '185800.257500', '185800.717500', '185801.177500', '185801.637500', '185802.097500', '185802.557500', '185803.017500', '185803.477500', '185803.937500', '185804.397500', '185804.857500', '185805.317500', '185805.777500', '185806.237500', '185806.697500', '185807.157500', '185807.617500', '185808.077500', '185808.537500', '185808.997500', '185809.457500', '185809.917500', '185810.377500', '185810.837500', '185811.297500', '185811.757500', '185812.217500', '185812.677500', '185813.137500', '185813.597500', '185814.057500', '185814.517500', '185814.977500', '185815.437500', '185815.897500', '185816.357500', '185816.817500', '185817.277500', '185817.737500', '185818.197500', '185818.657500', '185819.117500', '185819.577500', '185820.037500', '185820.497500', '185820.957500', '185821.417500', '185821.877500', '185822.337500', '185822.797500', '185823.257500', '185823.717500', '185824.177500', '185824.637500', '185825.097500', '185825.557500', '185826.017500', '185826.477500', '185826.937500', '185827.397500', '185827.857500', '185828.317500', '185828.777500', '185829.237500', '185829.697500', '185830.157500', '185830.617500', '185831.077500', '185831.537500', '185831.997500', '185832.457500', '185832.917500', '185833.377500', '185833.837500', '185834.297500', '185834.757500', '185835.217500', '185835.677500', '185836.137500', '185836.597500', '185837.057500', '185837.517500', '185837.977500', '185838.437500', '185838.897500', '185839.357500', '185839.817500', '185840.277500', '185840.737500', '185841.197500', '185841.657500', '185842.117500', '185842.577500', '185843.037500', '185843.497500', '185843.957500', '185844.417500', '185844.877500', '185845.337500', '185845.797500', '185846.257500', '185846.717500', '185847.177500', '185847.637500', '185848.097500', '185848.557500', '185849.017500', '185849.477500', '185849.937500', '185850.397500', '185850.857500', '185851.317500', '185851.777500', '185852.237500', '185852.697500', '185853.157500', '185853.617500', '185854.077500', '185854.537500', '185854.997500', '185855.457500', '185855.917500', '185856.377500', '185856.837500', '185857.297500', '185857.757500', '185858.217500', '185858.677500', '185859.137500', '185859.597500', '185900.057500', '185900.517500', '185900.977500', '185901.437500', '185901.897500', '185902.357500', '185902.817500', '185903.277500', '185903.737500', '185904.197500', '185904.657500', '185905.117500', '185905.577500', '185906.037500', '185906.497500', '185906.957500', '185907.417500', '185907.877500', '185908.337500', '185908.797500', '185909.257500', '185909.717500', '185910.177500', '185910.637500', '185911.097500', '185911.557500', '185912.017500', '185912.477500', '185912.937500', '185913.397500', '185913.857500', '185914.317500', '185914.777500', '185915.237500', '185915.697500', '185916.157500', '185916.617500', '185917.077500', '185917.537500', '185917.997500', '185918.457500', '185918.917500', '185919.377500', '185919.837500', '185920.297500', '185920.757500', '185921.217500', '185921.677500', '185922.137500', '185922.597500', '185923.057500', '185923.517500', '185923.977500', '185924.437500', '185924.897500', '185925.357500', '185925.817500', '185926.277500', '185926.737500', '185927.197500', '185927.657500', '185928.117500', '185928.577500', '185929.037500', '185929.497500', '185929.957500', '185930.417500', '185930.877500', '185931.337500', '185931.797500', '185932.257500', '185932.717500', '185933.177500', '185933.637500', '185934.097500', '185934.557500', '185935.017500', '185935.477500', '185935.937500', '185936.397500', '185936.857500', '185937.317500', '185937.777500', '185938.237500', '185938.697500', '185939.157500', '185939.617500', '185940.077500', '185940.537500', '185940.997500', '185941.457500', '185941.917500', '185942.377500', '185942.837500', '185943.297500', '185943.757500', '185944.217500', '185944.677500', '185945.137500', '185945.597500', '185946.057500', '185946.517500', '185946.977500', '185947.437500', '185947.897500', '185948.357500', '185948.817500', '185949.277500', '185949.737500', '185950.197500', '185950.657500', '185951.117500', '185951.577500', '185952.037500', '185952.497500'], 'ContentTime': ['185332.626000', '185332.629000', '185332.632000', '185332.636000', '185332.639000', '185332.642000', '185332.644000', '185332.647000', '185332.649000', '185332.652000', '185332.654000', '185332.657000', '185332.660000', '185332.662000', '185332.665000', '185332.674000', '185332.677000', '185332.679000', '185332.682000', '185332.685000', '185332.687000', '185332.690000', '185332.693000', '185332.695000', '185332.698000', '185332.700000', '185332.703000', '185332.706000', '185332.708000', '185332.711000', '185332.713000', '185332.716000', '185332.718000', '185332.721000', '185332.724000', '185332.726000', '185332.729000', '185332.731000', '185332.734000', '185332.737000', '185332.739000', '185332.742000', '185352.598000', '185352.600000', '185352.603000', '185352.606000', '185352.608000', '185352.611000', '185352.614000', '185352.616000', '185352.619000', '185352.622000', '185352.625000', '185352.627000', '185352.630000', '185352.632000', '185352.635000', '185352.638000', '185352.640000', '185352.643000', '185352.645000', '185352.648000', '185352.650000', '185352.653000', '185352.656000', '185352.658000', '185352.661000', '185352.663000', '185352.666000', '185352.669000', '185352.671000', '185352.674000', '185352.676000', '185352.679000', '185352.681000', '185352.684000', '185352.687000', '185352.689000', '185352.692000', '185352.694000', '185352.697000', '185352.700000', '185352.702000', '185352.705000', '185352.707000', '185352.710000', '185412.598000', '185412.600000', '185412.603000', '185412.605000', '185412.608000', '185412.611000', '185412.613000', '185412.616000', '185412.619000', '185412.621000', '185412.624000', '185412.626000', '185412.629000', '185412.632000', '185412.634000', '185412.637000', '185412.639000', '185412.642000', '185412.644000', '185412.647000', '185412.649000', '185412.652000', '185412.655000', '185412.657000', '185412.660000', '185412.662000', '185412.665000', '185412.668000', '185412.670000', '185412.673000', '185412.678000', '185412.680000', '185412.683000', '185412.685000', '185412.688000', '185412.691000', '185412.693000', '185412.698000', '185412.701000', '185412.703000', '185412.706000', '185412.708000', '185412.711000', '185432.597000', '185432.601000', '185432.603000', '185432.606000', '185432.608000', '185432.611000', '185432.614000', '185432.616000', '185432.619000', '185432.622000', '185432.624000', '185432.627000', '185432.629000', '185432.632000', '185432.635000', '185432.637000', '185432.640000', '185432.642000', '185432.645000', '185432.648000', '185432.650000', '185432.653000', '185432.655000', '185432.658000', '185432.661000', '185432.663000', '185432.666000', '185432.669000', '185432.671000', '185432.674000', '185432.676000', '185432.679000', '185432.682000', '185432.684000', '185432.687000', '185432.689000', '185432.692000', '185432.695000', '185432.697000', '185432.706000', '185432.709000', '185432.712000', '185432.714000', '185432.717000', '185452.597000', '185452.600000', '185452.603000', '185452.606000', '185452.608000', '185452.611000', '185452.613000', '185452.616000', '185452.618000', '185452.621000', '185452.624000', '185452.626000', '185452.629000', '185452.632000', '185452.634000', '185452.637000', '185452.639000', '185452.642000', '185452.644000', '185452.647000', '185452.650000', '185452.652000', '185452.655000', '185452.658000', '185452.660000', '185452.663000', '185452.671000', '185452.674000', '185452.677000', '185452.679000', '185452.682000', '185452.684000', '185452.687000', '185452.690000', '185452.692000', '185452.695000', '185452.698000', '185452.700000', '185452.730000', '185452.733000', '185452.736000', '185452.738000', '185452.741000', '185512.596000', '185512.599000', '185512.602000', '185512.604000', '185512.607000', '185512.610000', '185512.612000', '185512.615000', '185512.618000', '185512.620000', '185512.623000', '185512.625000', '185512.628000', '185512.631000', '185512.633000', '185512.636000', '185512.639000', '185512.641000', '185512.644000', '185512.646000', '185512.649000', '185512.652000', '185512.654000', '185512.657000', '185512.659000', '185512.662000', '185512.664000', '185512.667000', '185512.670000', '185512.672000', '185512.675000', '185512.677000', '185512.680000', '185512.683000', '185512.685000', '185512.688000', '185512.691000', '185512.693000', '185512.696000', '185512.698000', '185512.701000', '185512.704000', '185512.706000', '185512.709000', '185532.596000', '185532.599000', '185532.602000', '185532.605000', '185532.607000', '185532.610000', '185532.613000', '185532.615000', '185532.618000', '185532.620000', '185532.623000', '185532.626000', '185532.628000', '185532.631000', '185532.633000', '185532.636000', '185532.639000', '185532.641000', '185532.644000', '185532.646000', '185532.649000', '185532.651000', '185532.654000', '185532.657000', '185532.659000', '185532.662000', '185532.665000', '185532.667000', '185532.670000', '185532.673000', '185532.675000', '185532.678000', '185532.680000', '185532.683000', '185532.686000', '185532.688000', '185532.691000', '185532.694000', '185532.697000', '185532.699000', '185532.702000', '185532.705000', '185532.707000', '185552.597000', '185552.600000', '185552.603000', '185552.606000', '185552.608000', '185552.611000', '185552.613000', '185552.616000', '185552.619000', '185552.621000', '185552.624000', '185552.627000', '185552.629000', '185552.632000', '185552.634000', '185552.637000', '185552.640000', '185552.642000', '185552.645000', '185552.648000', '185552.650000', '185552.653000', '185552.655000', '185552.658000', '185552.661000', '185552.668000', '185552.671000', '185552.673000', '185552.676000', '185552.679000', '185552.681000', '185552.684000', '185552.686000', '185552.689000', '185552.692000', '185552.694000', '185552.697000', '185552.700000', '185552.702000', '185552.705000', '185552.708000', '185552.710000', '185552.713000', '185552.716000', '185612.597000', '185612.601000', '185612.603000', '185612.606000', '185612.609000', '185612.611000', '185612.614000', '185612.617000', '185612.619000', '185612.622000', '185612.625000', '185612.627000', '185612.630000', '185612.632000', '185612.635000', '185612.638000', '185612.640000', '185612.643000', '185612.645000', '185612.648000', '185612.651000', '185612.653000', '185612.656000', '185612.659000', '185612.661000', '185612.664000', '185612.666000', '185612.669000', '185612.672000', '185612.674000', '185612.677000', '185612.680000', '185612.682000', '185612.685000', '185612.687000', '185612.690000', '185612.693000', '185612.695000', '185612.698000', '185612.700000', '185612.703000', '185612.706000', '185612.708000', '185632.598000', '185632.600000', '185632.603000', '185632.606000', '185632.608000', '185632.611000', '185632.614000', '185632.617000', '185632.619000', '185632.622000', '185632.624000', '185632.627000', '185632.630000', '185632.632000', '185632.635000', '185632.638000', '185632.640000', '185632.643000', '185632.645000', '185632.648000', '185632.680000', '185632.683000', '185632.685000', '185632.688000', '185632.691000', '185632.693000', '185632.696000', '185632.699000', '185632.701000', '185632.704000', '185632.707000', '185632.709000', '185632.712000', '185632.715000', '185632.717000', '185632.720000', '185632.722000', '185632.725000', '185632.728000', '185632.730000', '185632.733000', '185632.736000', '185632.738000', '185632.741000', '185652.597000', '185652.600000', '185652.603000', '185652.605000', '185652.608000', '185652.611000', '185652.613000', '185652.616000', '185652.619000', '185652.622000', '185652.624000', '185652.627000', '185652.629000', '185652.632000', '185652.634000', '185652.637000', '185652.640000', '185652.642000', '185652.645000', '185652.648000', '185652.650000', '185652.653000', '185652.655000', '185652.658000', '185652.661000', '185652.663000', '185652.666000', '185652.668000', '185652.671000', '185652.674000', '185652.676000', '185652.679000', '185652.681000', '185652.684000', '185652.686000', '185652.689000', '185652.692000', '185652.694000', '185652.697000', '185652.700000', '185652.702000', '185652.705000', '185652.707000', '185712.598000', '185712.601000', '185712.603000', '185712.606000', '185712.608000', '185712.611000', '185712.614000', '185712.616000', '185712.619000', '185712.622000', '185712.624000', '185712.627000', '185712.629000', '185712.632000', '185712.635000', '185712.637000', '185712.640000', '185712.643000', '185712.645000', '185712.648000', '185712.650000', '185712.653000', '185712.656000', '185712.658000', '185712.661000', '185712.664000', '185712.666000', '185712.669000', '185712.671000', '185712.674000', '185712.677000', '185712.679000', '185712.682000', '185712.685000', '185712.687000', '185712.690000', '185712.692000', '185712.695000', '185712.698000', '185712.700000', '185712.703000', '185712.706000', '185712.708000', '185712.711000', '185732.597000', '185732.599000', '185732.602000', '185732.605000', '185732.608000', '185732.610000', '185732.613000', '185732.616000', '185732.618000', '185732.621000', '185732.623000', '185732.626000', '185732.629000', '185732.631000', '185732.634000', '185732.637000', '185732.639000', '185732.642000', '185732.644000', '185732.647000', '185732.650000', '185732.652000', '185732.655000', '185732.658000', '185732.660000', '185732.663000', '185732.665000', '185732.668000', '185732.671000', '185732.673000', '185732.676000', '185732.679000', '185732.681000', '185732.684000', '185732.686000', '185732.689000', '185732.692000', '185732.694000', '185732.697000', '185732.699000', '185732.702000', '185732.705000', '185732.707000', '185752.597000', '185752.601000', '185752.603000', '185752.606000', '185752.609000', '185752.611000', '185752.614000', '185752.617000', '185752.619000', '185752.622000', '185752.625000', '185752.627000', '185752.630000', '185752.632000', '185752.635000', '185752.638000', '185752.640000', '185752.643000', '185752.646000', '185752.648000', '185752.651000', '185752.654000', '185752.656000', '185752.659000', '185752.670000', '185752.672000', '185752.675000', '185752.677000', '185752.680000', '185752.683000', '185752.685000', '185752.688000', '185752.691000', '185752.693000', '185752.696000', '185752.698000', '185752.701000', '185752.704000', '185752.706000', '185752.709000', '185752.711000', '185752.714000', '185752.716000', '185752.719000', '185812.597000', '185812.612000', '185812.616000', '185812.618000', '185812.621000', '185812.623000', '185812.626000', '185812.629000', '185812.631000', '185812.634000', '185812.637000', '185812.639000', '185812.642000', '185812.645000', '185812.647000', '185812.650000', '185812.653000', '185812.655000', '185812.658000', '185812.660000', '185812.663000', '185812.666000', '185812.668000', '185812.671000', '185812.674000', '185812.676000', '185812.679000', '185812.681000', '185812.684000', '185812.687000', '185812.689000', '185812.692000', '185812.694000', '185812.697000', '185812.700000', '185812.702000', '185812.705000', '185812.707000', '185812.710000', '185812.713000', '185812.715000', '185812.718000', '185812.721000', '185832.598000', '185832.601000', '185832.603000', '185832.606000', '185832.609000', '185832.611000', '185832.614000', '185832.617000', '185832.619000', '185832.622000', '185832.624000', '185832.627000', '185832.630000', '185832.632000', '185832.635000', '185832.638000', '185832.640000', '185832.643000', '185832.645000', '185832.648000', '185832.651000', '185832.653000', '185832.656000', '185832.658000', '185832.661000', '185832.664000', '185832.666000', '185832.669000', '185832.672000', '185832.674000', '185832.677000', '185832.680000', '185832.682000', '185832.685000', '185832.687000', '185832.690000', '185832.693000', '185832.695000', '185832.698000', '185832.700000', '185832.703000', '185832.705000', '185832.708000', '185852.598000', '185852.601000', '185852.603000', '185852.606000', '185852.609000', '185852.611000', '185852.614000', '185852.616000', '185852.619000', '185852.622000', '185852.624000', '185852.627000', '185852.629000', '185852.632000', '185852.635000', '185852.637000', '185852.640000', '185852.643000', '185852.645000', '185852.648000', '185852.650000', '185852.653000', '185852.656000', '185852.658000', '185852.661000', '185852.664000', '185852.666000', '185852.669000', '185852.671000', '185852.674000', '185852.677000', '185852.679000', '185852.682000', '185852.684000', '185852.687000', '185852.690000', '185852.693000', '185852.695000', '185852.698000', '185852.700000', '185852.703000', '185852.706000', '185852.708000', '185852.711000', '185912.597000', '185912.600000', '185912.603000', '185912.605000', '185912.608000', '185912.611000', '185912.613000', '185912.616000', '185912.618000', '185912.621000', '185912.623000', '185912.626000', '185912.628000', '185912.631000', '185912.634000', '185912.636000', '185912.640000', '185912.642000', '185912.645000', '185912.648000', '185912.651000', '185912.653000', '185912.656000', '185912.659000', '185912.661000', '185912.664000', '185912.666000', '185912.669000', '185912.672000', '185912.674000', '185912.677000', '185912.680000', '185912.682000', '185912.685000', '185912.687000', '185912.690000', '185912.693000', '185912.696000', '185912.698000', '185912.701000', '185912.704000', '185912.706000', '185912.709000', '185932.598000', '185932.601000', '185932.604000', '185932.606000', '185932.609000', '185932.612000', '185932.614000', '185932.617000', '185932.619000', '185932.622000', '185932.624000', '185932.628000', '185932.631000', '185932.634000', '185932.636000', '185932.639000', '185932.642000', '185932.644000', '185932.647000', '185932.649000', '185932.652000', '185932.655000', '185932.657000', '185932.660000', '185932.662000', '185932.665000', '185932.668000', '185932.678000', '185932.681000', '185932.684000', '185932.686000', '185932.689000', '185932.691000', '185932.694000', '185932.697000', '185932.699000', '185932.702000', '185932.705000', '185932.707000', '185932.710000', '185932.712000', '185932.715000', '185932.718000', '185932.720000', '185952.596000', '185952.599000', '185952.602000', '185952.604000', '185952.607000', '185952.610000', '185952.612000', '185952.615000', '185952.618000', '185952.620000', '185952.623000', '185952.625000', '185952.628000', '185952.631000', '185952.633000', '185952.636000', '185952.639000', '185952.641000', '185952.644000', '185952.646000', '185952.649000', '185952.652000', '185952.654000', '185952.657000', '185952.660000', '185952.662000', '185952.665000', '185952.668000', '185952.670000', '185952.673000', '185952.676000', '185952.678000', '185952.681000', '185952.683000', '185952.686000', '185952.689000', '185952.691000', '185952.694000', '185952.696000', '185952.699000', '185952.702000', '185952.704000', '185952.707000', '185954.041000', '185954.044000', '185954.046000', '185954.049000'], 'InstanceCreationTime': ['185332.626000', '185332.629000', '185332.632000', '185332.636000', '185332.639000', '185332.642000', '185332.644000', '185332.647000', '185332.649000', '185332.652000', '185332.654000', '185332.657000', '185332.660000', '185332.662000', '185332.665000', '185332.674000', '185332.677000', '185332.679000', '185332.682000', '185332.685000', '185332.687000', '185332.690000', '185332.693000', '185332.695000', '185332.698000', '185332.700000', '185332.703000', '185332.706000', '185332.708000', '185332.711000', '185332.713000', '185332.716000', '185332.718000', '185332.721000', '185332.724000', '185332.726000', '185332.729000', '185332.731000', '185332.734000', '185332.737000', '185332.739000', '185332.742000', '185352.598000', '185352.600000', '185352.603000', '185352.606000', '185352.608000', '185352.611000', '185352.614000', '185352.616000', '185352.619000', '185352.622000', '185352.625000', '185352.627000', '185352.630000', '185352.632000', '185352.635000', '185352.638000', '185352.640000', '185352.643000', '185352.645000', '185352.648000', '185352.650000', '185352.653000', '185352.656000', '185352.658000', '185352.661000', '185352.663000', '185352.666000', '185352.669000', '185352.671000', '185352.674000', '185352.676000', '185352.679000', '185352.681000', '185352.684000', '185352.687000', '185352.689000', '185352.692000', '185352.694000', '185352.697000', '185352.700000', '185352.702000', '185352.705000', '185352.707000', '185352.710000', '185412.598000', '185412.600000', '185412.603000', '185412.605000', '185412.608000', '185412.611000', '185412.613000', '185412.616000', '185412.619000', '185412.621000', '185412.624000', '185412.626000', '185412.629000', '185412.632000', '185412.634000', '185412.637000', '185412.639000', '185412.642000', '185412.644000', '185412.647000', '185412.649000', '185412.652000', '185412.655000', '185412.657000', '185412.660000', '185412.662000', '185412.665000', '185412.668000', '185412.670000', '185412.673000', '185412.678000', '185412.680000', '185412.683000', '185412.685000', '185412.688000', '185412.691000', '185412.693000', '185412.698000', '185412.701000', '185412.703000', '185412.706000', '185412.708000', '185412.711000', '185432.597000', '185432.601000', '185432.603000', '185432.606000', '185432.608000', '185432.611000', '185432.614000', '185432.616000', '185432.619000', '185432.622000', '185432.624000', '185432.627000', '185432.629000', '185432.632000', '185432.635000', '185432.637000', '185432.640000', '185432.642000', '185432.645000', '185432.648000', '185432.650000', '185432.653000', '185432.655000', '185432.658000', '185432.661000', '185432.663000', '185432.666000', '185432.669000', '185432.671000', '185432.674000', '185432.676000', '185432.679000', '185432.682000', '185432.684000', '185432.687000', '185432.689000', '185432.692000', '185432.695000', '185432.697000', '185432.706000', '185432.709000', '185432.712000', '185432.714000', '185432.717000', '185452.597000', '185452.600000', '185452.603000', '185452.606000', '185452.608000', '185452.611000', '185452.613000', '185452.616000', '185452.618000', '185452.621000', '185452.624000', '185452.626000', '185452.629000', '185452.632000', '185452.634000', '185452.637000', '185452.639000', '185452.642000', '185452.644000', '185452.647000', '185452.650000', '185452.652000', '185452.655000', '185452.658000', '185452.660000', '185452.663000', '185452.671000', '185452.674000', '185452.677000', '185452.679000', '185452.682000', '185452.684000', '185452.687000', '185452.690000', '185452.692000', '185452.695000', '185452.698000', '185452.700000', '185452.730000', '185452.733000', '185452.736000', '185452.738000', '185452.741000', '185512.596000', '185512.599000', '185512.602000', '185512.604000', '185512.607000', '185512.610000', '185512.612000', '185512.615000', '185512.618000', '185512.620000', '185512.623000', '185512.625000', '185512.628000', '185512.631000', '185512.633000', '185512.636000', '185512.639000', '185512.641000', '185512.644000', '185512.646000', '185512.649000', '185512.652000', '185512.654000', '185512.657000', '185512.659000', '185512.662000', '185512.664000', '185512.667000', '185512.670000', '185512.672000', '185512.675000', '185512.677000', '185512.680000', '185512.683000', '185512.685000', '185512.688000', '185512.691000', '185512.693000', '185512.696000', '185512.698000', '185512.701000', '185512.704000', '185512.706000', '185512.709000', '185532.596000', '185532.599000', '185532.602000', '185532.605000', '185532.607000', '185532.610000', '185532.613000', '185532.615000', '185532.618000', '185532.620000', '185532.623000', '185532.626000', '185532.628000', '185532.631000', '185532.633000', '185532.636000', '185532.639000', '185532.641000', '185532.644000', '185532.646000', '185532.649000', '185532.651000', '185532.654000', '185532.657000', '185532.659000', '185532.662000', '185532.665000', '185532.667000', '185532.670000', '185532.673000', '185532.675000', '185532.678000', '185532.680000', '185532.683000', '185532.686000', '185532.688000', '185532.691000', '185532.694000', '185532.697000', '185532.699000', '185532.702000', '185532.705000', '185532.707000', '185552.597000', '185552.600000', '185552.603000', '185552.606000', '185552.608000', '185552.611000', '185552.613000', '185552.616000', '185552.619000', '185552.621000', '185552.624000', '185552.627000', '185552.629000', '185552.632000', '185552.634000', '185552.637000', '185552.640000', '185552.642000', '185552.645000', '185552.648000', '185552.650000', '185552.653000', '185552.655000', '185552.658000', '185552.661000', '185552.668000', '185552.671000', '185552.673000', '185552.676000', '185552.679000', '185552.681000', '185552.684000', '185552.686000', '185552.689000', '185552.692000', '185552.694000', '185552.697000', '185552.700000', '185552.702000', '185552.705000', '185552.708000', '185552.710000', '185552.713000', '185552.716000', '185612.597000', '185612.601000', '185612.603000', '185612.606000', '185612.609000', '185612.611000', '185612.614000', '185612.617000', '185612.619000', '185612.622000', '185612.625000', '185612.627000', '185612.630000', '185612.632000', '185612.635000', '185612.638000', '185612.640000', '185612.643000', '185612.645000', '185612.648000', '185612.651000', '185612.653000', '185612.656000', '185612.659000', '185612.661000', '185612.664000', '185612.666000', '185612.669000', '185612.672000', '185612.674000', '185612.677000', '185612.680000', '185612.682000', '185612.685000', '185612.687000', '185612.690000', '185612.693000', '185612.695000', '185612.698000', '185612.700000', '185612.703000', '185612.706000', '185612.708000', '185632.598000', '185632.600000', '185632.603000', '185632.606000', '185632.608000', '185632.611000', '185632.614000', '185632.617000', '185632.619000', '185632.622000', '185632.624000', '185632.627000', '185632.630000', '185632.632000', '185632.635000', '185632.638000', '185632.640000', '185632.643000', '185632.645000', '185632.648000', '185632.680000', '185632.683000', '185632.685000', '185632.688000', '185632.691000', '185632.693000', '185632.696000', '185632.699000', '185632.701000', '185632.704000', '185632.707000', '185632.709000', '185632.712000', '185632.715000', '185632.717000', '185632.720000', '185632.722000', '185632.725000', '185632.728000', '185632.730000', '185632.733000', '185632.736000', '185632.738000', '185632.741000', '185652.597000', '185652.600000', '185652.603000', '185652.605000', '185652.608000', '185652.611000', '185652.613000', '185652.616000', '185652.619000', '185652.622000', '185652.624000', '185652.627000', '185652.629000', '185652.632000', '185652.634000', '185652.637000', '185652.640000', '185652.642000', '185652.645000', '185652.648000', '185652.650000', '185652.653000', '185652.655000', '185652.658000', '185652.661000', '185652.663000', '185652.666000', '185652.668000', '185652.671000', '185652.674000', '185652.676000', '185652.679000', '185652.681000', '185652.684000', '185652.686000', '185652.689000', '185652.692000', '185652.694000', '185652.697000', '185652.700000', '185652.702000', '185652.705000', '185652.707000', '185712.598000', '185712.601000', '185712.603000', '185712.606000', '185712.608000', '185712.611000', '185712.614000', '185712.616000', '185712.619000', '185712.622000', '185712.624000', '185712.627000', '185712.629000', '185712.632000', '185712.635000', '185712.637000', '185712.640000', '185712.643000', '185712.645000', '185712.648000', '185712.650000', '185712.653000', '185712.656000', '185712.658000', '185712.661000', '185712.664000', '185712.666000', '185712.669000', '185712.671000', '185712.674000', '185712.677000', '185712.679000', '185712.682000', '185712.685000', '185712.687000', '185712.690000', '185712.692000', '185712.695000', '185712.698000', '185712.700000', '185712.703000', '185712.706000', '185712.708000', '185712.711000', '185732.597000', '185732.599000', '185732.602000', '185732.605000', '185732.608000', '185732.610000', '185732.613000', '185732.616000', '185732.618000', '185732.621000', '185732.623000', '185732.626000', '185732.629000', '185732.631000', '185732.634000', '185732.637000', '185732.639000', '185732.642000', '185732.644000', '185732.647000', '185732.650000', '185732.652000', '185732.655000', '185732.658000', '185732.660000', '185732.663000', '185732.665000', '185732.668000', '185732.671000', '185732.673000', '185732.676000', '185732.679000', '185732.681000', '185732.684000', '185732.686000', '185732.689000', '185732.692000', '185732.694000', '185732.697000', '185732.699000', '185732.702000', '185732.705000', '185732.707000', '185752.597000', '185752.601000', '185752.603000', '185752.606000', '185752.609000', '185752.611000', '185752.614000', '185752.617000', '185752.619000', '185752.622000', '185752.625000', '185752.627000', '185752.630000', '185752.632000', '185752.635000', '185752.638000', '185752.640000', '185752.643000', '185752.646000', '185752.648000', '185752.651000', '185752.654000', '185752.656000', '185752.659000', '185752.670000', '185752.672000', '185752.675000', '185752.677000', '185752.680000', '185752.683000', '185752.685000', '185752.688000', '185752.691000', '185752.693000', '185752.696000', '185752.698000', '185752.701000', '185752.704000', '185752.706000', '185752.709000', '185752.711000', '185752.714000', '185752.716000', '185752.719000', '185812.597000', '185812.612000', '185812.616000', '185812.618000', '185812.621000', '185812.623000', '185812.626000', '185812.629000', '185812.631000', '185812.634000', '185812.637000', '185812.639000', '185812.642000', '185812.645000', '185812.647000', '185812.650000', '185812.653000', '185812.655000', '185812.658000', '185812.660000', '185812.663000', '185812.666000', '185812.668000', '185812.671000', '185812.674000', '185812.676000', '185812.679000', '185812.681000', '185812.684000', '185812.687000', '185812.689000', '185812.692000', '185812.694000', '185812.697000', '185812.700000', '185812.702000', '185812.705000', '185812.707000', '185812.710000', '185812.713000', '185812.715000', '185812.718000', '185812.721000', '185832.598000', '185832.601000', '185832.603000', '185832.606000', '185832.609000', '185832.611000', '185832.614000', '185832.617000', '185832.619000', '185832.622000', '185832.624000', '185832.627000', '185832.630000', '185832.632000', '185832.635000', '185832.638000', '185832.640000', '185832.643000', '185832.645000', '185832.648000', '185832.651000', '185832.653000', '185832.656000', '185832.658000', '185832.661000', '185832.664000', '185832.666000', '185832.669000', '185832.672000', '185832.674000', '185832.677000', '185832.680000', '185832.682000', '185832.685000', '185832.687000', '185832.690000', '185832.693000', '185832.695000', '185832.698000', '185832.700000', '185832.703000', '185832.705000', '185832.708000', '185852.598000', '185852.601000', '185852.603000', '185852.606000', '185852.609000', '185852.611000', '185852.614000', '185852.616000', '185852.619000', '185852.622000', '185852.624000', '185852.627000', '185852.629000', '185852.632000', '185852.635000', '185852.637000', '185852.640000', '185852.643000', '185852.645000', '185852.648000', '185852.650000', '185852.653000', '185852.656000', '185852.658000', '185852.661000', '185852.664000', '185852.666000', '185852.669000', '185852.671000', '185852.674000', '185852.677000', '185852.679000', '185852.682000', '185852.684000', '185852.687000', '185852.690000', '185852.693000', '185852.695000', '185852.698000', '185852.700000', '185852.703000', '185852.706000', '185852.708000', '185852.711000', '185912.597000', '185912.600000', '185912.603000', '185912.605000', '185912.608000', '185912.611000', '185912.613000', '185912.616000', '185912.618000', '185912.621000', '185912.623000', '185912.626000', '185912.628000', '185912.631000', '185912.634000', '185912.636000', '185912.640000', '185912.642000', '185912.645000', '185912.648000', '185912.651000', '185912.653000', '185912.656000', '185912.659000', '185912.661000', '185912.664000', '185912.666000', '185912.669000', '185912.672000', '185912.674000', '185912.677000', '185912.680000', '185912.682000', '185912.685000', '185912.687000', '185912.690000', '185912.693000', '185912.696000', '185912.698000', '185912.701000', '185912.704000', '185912.706000', '185912.709000', '185932.598000', '185932.601000', '185932.604000', '185932.606000', '185932.609000', '185932.612000', '185932.614000', '185932.617000', '185932.619000', '185932.622000', '185932.624000', '185932.628000', '185932.631000', '185932.634000', '185932.636000', '185932.639000', '185932.642000', '185932.644000', '185932.647000', '185932.649000', '185932.652000', '185932.655000', '185932.657000', '185932.660000', '185932.662000', '185932.665000', '185932.668000', '185932.678000', '185932.681000', '185932.684000', '185932.686000', '185932.689000', '185932.691000', '185932.694000', '185932.697000', '185932.699000', '185932.702000', '185932.705000', '185932.707000', '185932.710000', '185932.712000', '185932.715000', '185932.718000', '185932.720000', '185952.596000', '185952.599000', '185952.602000', '185952.604000', '185952.607000', '185952.610000', '185952.612000', '185952.615000', '185952.618000', '185952.620000', '185952.623000', '185952.625000', '185952.628000', '185952.631000', '185952.633000', '185952.636000', '185952.639000', '185952.641000', '185952.644000', '185952.646000', '185952.649000', '185952.652000', '185952.654000', '185952.657000', '185952.660000', '185952.662000', '185952.665000', '185952.668000', '185952.670000', '185952.673000', '185952.676000', '185952.678000', '185952.681000', '185952.683000', '185952.686000', '185952.689000', '185952.691000', '185952.694000', '185952.696000', '185952.699000', '185952.702000', '185952.704000', '185952.707000', '185954.041000', '185954.044000', '185954.046000', '185954.049000'], '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': [6722, 9096, 6655, 8926, 6485, 8485, 6549, 8946, 7339, 8906, 7589, 9003, 7517, 9418, 8120, 8863, 7774, 7792, 8164, 8396, 8130, 7513, 8592, 6692, 8781, 6878, 8859, 8027, 9813, 8310, 9127, 8153, 9291, 8360, 8740, 8636, 7277, 8797, 7167, 8749, 7211, 9187, 8404, 9384, 8152, 7848, 8269, 7124, 8922, 7264, 9160, 7875, 9260, 8093, 9693, 8262, 10314, 8289, 8823, 8250, 7570, 8394, 7025, 8998, 7810, 9312, 8359, 9031, 7716, 9769, 8156, 10106, 8093, 6898, 8717, 6614, 8728, 7867, 8708, 7688, 8364, 7927, 9084, 7651, 10213, 7845, 9132, 7774, 10326, 7571, 10194, 8240, 6941, 8378, 6515, 8875, 8515, 8088, 11423, 8075, 11542, 8316, 6774, 8810, 6679, 8733, 6661, 8226, 6923, 8626, 7114, 8864, 7558, 8737, 7742, 8336, 7671, 8302, 8055, 8382, 8030, 9545, 7427, 9811, 7740, 11820, 7523, 9831, 7811, 9068, 7646, 9000, 8096, 6507, 8541, 6653, 8641, 6647, 8544, 7824, 8452, 6893, 8776, 7839, 8537, 7463, 9216, 8519, 8788, 8148, 7172, 8550, 7074, 9042, 6734, 8859, 7048, 8836, 7701, 9453, 7675, 9761, 7775, 9093, 8003, 7829, 7605, 7595, 8719, 6733, 8640, 7921, 7015, 8377, 6339, 9259, 7622, 9842, 7417, 9829, 7534, 9481, 7607, 9646, 7589, 9388, 7403, 6181, 8262, 6340, 8208, 6412, 8776, 7810, 9112, 7587, 9036, 7662, 8869, 7575, 9848, 8135, 9217, 7951, 7954, 8332, 7815, 8232, 7886, 8546, 6843, 8743, 7769, 8819, 8078, 9678, 7559, 9714, 7883, 8882, 7813, 8857, 8015, 6536, 8730, 8082, 8926, 7732, 9427, 7615, 9845, 7917, 10076, 7929, 10249, 7855, 9284, 8229, 6518, 8549, 6630, 8708, 7848, 8869, 7685, 9062, 7860, 8490, 7558, 9563, 8068, 6775, 8760, 6878, 8929, 6776, 8920, 7946, 9805, 7864, 10008, 7877, 9360, 7955, 9538, 7797, 7699, 8236, 6858, 8893, 6636, 8680, 7866, 10109, 8000, 9461, 7858, 9307, 7793, 8858, 8121, 6892, 8529, 7037, 8839, 7729, 8524, 7670, 9706, 7815, 7361, 8121, 7312, 8348, 8161, 8560, 7238, 9177, 8010, 9156, 7692, 6617, 7887, 7515, 9161, 7863, 8458, 7725, 10530, 7524, 11897, 8004, 7172, 8264, 7027, 8852, 7566, 9247, 7973, 10181, 7791, 9499, 7719, 9210, 7779, 8912, 7975, 7181, 8322, 7415, 8636, 7971, 8910, 7837, 9895, 7835, 7112, 8308, 6325, 8393, 7643, 9566, 7805, 9332, 7810, 8513, 8037, 8685, 7611, 8699, 8390, 7826, 9041, 7540, 9079, 8134, 9495, 7805, 9856, 7787, 9862, 7756, 7598, 7886, 6445, 8491, 7165, 9073, 8124, 9090, 7719, 9391, 7778, 9980, 8049, 10147, 7737, 9285, 8017, 9126, 7692, 9923, 8055, 8742, 8054, 8287, 7968, 8722, 7946, 8012, 8385, 6673, 8675, 7186, 8622, 8029, 8595, 8372, 9390, 7468, 9333, 7818, 9279, 8245, 9499, 7948, 9289, 7910, 8431, 8005, 8587, 8102, 7082, 8439, 7101, 8672, 8222, 8754, 8339, 9291, 7571, 8605, 7672, 7349, 8299, 6795, 8053, 6406, 8628, 8395, 9103, 8465, 9099, 7877, 9308, 7536, 8471, 8052, 6413, 8363, 6330, 8142, 7988, 9348, 7252, 9272, 7385, 8920, 7574, 9795, 8053, 9961, 8048, 9128, 8093, 8419, 8310, 6925, 9200, 8257, 9242, 7809, 9037, 7731, 9672, 8110, 9438, 8042, 6619, 8539, 7560, 9078, 8507, 10112, 7878, 9698, 8097, 8509, 8325, 8851, 8299, 7206, 9138, 8706, 9039, 8362, 9089, 7795, 9567, 8043, 10108, 8101, 8885, 8261, 8209, 8447, 7125, 8747, 8533, 8707, 8635, 8749, 8511, 9337, 7631, 9554, 7805, 8758, 8059, 9012, 8204, 8954, 8152, 6691, 8797, 8492, 8965, 8699, 9201, 7859, 9367, 8093, 9085, 8057, 10001, 8275, 9480, 8271, 6744, 8793, 6978, 8774, 7985, 9984, 8509, 9808, 7838, 9092, 8297, 9332, 8407, 6774, 8672, 7973, 8939, 8874, 8956, 7896, 9777, 8363, 8199, 8225, 6935, 8693, 7163, 9183, 8494, 9660, 8260, 9595, 8149, 9479, 8153, 10409, 8299, 8612, 8238, 6901, 8393, 8919, 9323, 8302, 8756, 8221, 7720, 8267, 7110, 9257, 8320, 9714, 7866, 9097, 8066, 9196, 7858, 10019, 8455, 6785, 8396, 6798, 8851, 7580, 9202, 8621, 9665, 7933, 8922, 8374, 8257, 8423, 7097, 9338, 7939, 9576, 7890, 7079, 8814, 8114, 10473, 8224, 9555, 8443, 9899, 8191, 9973, 8392, 7176, 8600, 8433, 8854, 9015, 9470, 8131, 8227, 8275, 6901, 8619, 7220, 8959, 8242, 9773, 8362, 9750, 8182, 9410, 8274, 10069, 8484, 6892, 8231, 7167, 8767, 8802, 8691, 8162, 9852, 8592, 7630, 8389, 6736, 8510, 7120, 9405, 8440, 9871, 8611, 9494, 8418, 9602, 8257, 8904, 8518, 6980, 8461, 8253, 8858, 8640, 8957, 8969, 9644, 7939, 9549, 8156, 9233, 8186, 9542, 8275, 8955, 8426, 6770, 8271, 6798, 8821, 7392, 8905, 8566, 9214, 8045, 7718, 8049, 6662, 9187, 7634, 9772, 7708, 9843, 7912, 10066, 8544, 9732, 8267, 9461, 8065, 9124, 8112, 8754, 8266, 7505, 9921, 8028, 6638, 8569, 6751, 8608, 7571, 8302, 8760, 7932, 8410, 7819, 9568, 8413, 7356, 8965, 7413, 9188, 8041, 10477, 8573, 12363, 8347, 10239, 8536, 9630, 8556, 10676, 8696, 10221, 8462, 9781, 8497, 9937, 8359, 7287, 8712, 7147, 8241, 7665, 8652, 7641, 8458, 7508, 8641, 7410, 8236, 6999, 8349, 7163, 8478, 6996, 8319, 7812, 8865, 8381, 9253, 8155, 8787, 8037, 9415, 7803, 8705, 8081, 6795, 8160, 6881, 8393, 7022, 8689, 7862, 8780, 8471, 8819, 7911, 8339, 7945, 7176, 8208, 6756, 8560, 8009, 9089, 7758, 9038, 8214, 8740, 7548, 8698, 7622, 8853, 8189, 8855, 8510, 9008, 7688, 8920, 7422, 8151, 7779, 7622, 8292, 8877, 7771, 8708, 7959, 9309, 7895, 9218, 7769, 9074, 7638, 9101, 7760, 9174, 7989, 8733, 7609, 8850, 7923, 8637, 7870, 8326, 7872, 8981, 7330, 8967, 7985, 7519, 8417, 8002, 8194, 10960, 7681, 10047, 8210, 8247, 8446, 6755, 8518, 6341, 9200, 7904, 9764, 7484, 9196, 7618, 10059, 7754, 8806, 8048, 7784, 8418, 6427, 9035, 7319, 9737, 7712, 10178, 7826, 9995, 8008, 10258, 8245], 'WindowCenter': [3893.0, 3910.0, 3888.0, 3910.0, 3890.0, 3908.0, 3876.0, 3895.0, 3883.0, 3891.0, 3882.0, 3894.0, 3884.0, 3894.0, 3895.0, 3893.0, 3883.0, 3882.0, 3894.0, 3893.0, 3883.0, 3883.0, 3893.0, 3872.0, 3893.0, 3873.0, 3895.0, 3895.0, 3905.0, 3894.0, 3904.0, 3895.0, 3904.0, 3894.0, 3893.0, 3893.0, 3884.0, 3894.0, 3884.0, 3892.0, 3870.0, 3892.0, 3892.0, 3892.0, 3882.0, 3882.0, 3894.0, 3884.0, 3905.0, 3884.0, 3905.0, 3883.0, 3904.0, 3894.0, 3903.0, 3893.0, 3902.0, 3892.0, 3892.0, 3894.0, 3883.0, 3894.0, 3871.0, 3895.0, 3882.0, 3891.0, 3893.0, 3893.0, 3882.0, 3891.0, 3883.0, 3891.0, 3882.0, 3869.0, 3890.0, 3871.0, 3891.0, 3881.0, 3891.0, 3882.0, 3893.0, 3894.0, 3903.0, 3896.0, 3905.0, 3894.0, 3891.0, 3883.0, 3904.0, 3882.0, 3900.0, 3880.0, 3871.0, 3880.0, 3858.0, 3892.0, 3878.0, 3880.0, 3901.0, 3867.0, 3889.0, 3866.0, 3845.0, 3876.0, 3856.0, 3879.0, 3857.0, 3878.0, 3857.0, 3877.0, 3855.0, 3877.0, 3867.0, 3880.0, 3880.0, 3879.0, 3882.0, 3880.0, 3883.0, 3881.0, 3881.0, 3892.0, 3881.0, 3891.0, 3880.0, 3899.0, 3870.0, 3890.0, 3869.0, 3889.0, 3880.0, 3879.0, 3880.0, 3859.0, 3879.0, 3858.0, 3879.0, 3859.0, 3891.0, 3869.0, 3880.0, 3858.0, 3879.0, 3868.0, 3891.0, 3882.0, 3890.0, 3894.0, 3893.0, 3882.0, 3881.0, 3893.0, 3871.0, 3891.0, 3859.0, 3880.0, 3867.0, 3879.0, 3881.0, 3890.0, 3868.0, 3889.0, 3869.0, 3878.0, 3880.0, 3880.0, 3880.0, 3880.0, 3894.0, 3858.0, 3881.0, 3880.0, 3871.0, 3893.0, 3872.0, 3903.0, 3882.0, 3891.0, 3869.0, 3888.0, 3868.0, 3888.0, 3869.0, 3890.0, 3871.0, 3877.0, 3868.0, 3847.0, 3880.0, 3858.0, 3880.0, 3859.0, 3892.0, 3869.0, 3889.0, 3879.0, 3890.0, 3880.0, 3891.0, 3880.0, 3891.0, 3881.0, 3889.0, 3880.0, 3878.0, 3882.0, 3881.0, 3881.0, 3880.0, 3879.0, 3858.0, 3878.0, 3880.0, 3890.0, 3879.0, 3891.0, 3880.0, 3890.0, 3880.0, 3891.0, 3883.0, 3889.0, 3882.0, 3860.0, 3892.0, 3880.0, 3891.0, 3881.0, 3892.0, 3883.0, 3891.0, 3881.0, 3889.0, 3881.0, 3900.0, 3880.0, 3892.0, 3881.0, 3858.0, 3879.0, 3859.0, 3891.0, 3880.0, 3892.0, 3880.0, 3889.0, 3882.0, 3889.0, 3882.0, 3891.0, 3894.0, 3873.0, 3895.0, 3873.0, 3895.0, 3873.0, 3895.0, 3882.0, 3903.0, 3881.0, 3890.0, 3880.0, 3891.0, 3882.0, 3889.0, 3881.0, 3880.0, 3881.0, 3872.0, 3892.0, 3870.0, 3890.0, 3879.0, 3901.0, 3879.0, 3891.0, 3881.0, 3890.0, 3880.0, 3889.0, 3881.0, 3858.0, 3877.0, 3857.0, 3879.0, 3880.0, 3879.0, 3879.0, 3890.0, 3880.0, 3869.0, 3878.0, 3867.0, 3880.0, 3880.0, 3879.0, 3868.0, 3890.0, 3868.0, 3879.0, 3871.0, 3871.0, 3881.0, 3883.0, 3893.0, 3894.0, 3882.0, 3882.0, 3902.0, 3883.0, 3903.0, 3881.0, 3858.0, 3881.0, 3857.0, 3878.0, 3870.0, 3890.0, 3869.0, 3890.0, 3868.0, 3888.0, 3870.0, 3878.0, 3870.0, 3878.0, 3868.0, 3858.0, 3868.0, 3868.0, 3878.0, 3867.0, 3879.0, 3870.0, 3890.0, 3869.0, 3858.0, 3879.0, 3859.0, 3881.0, 3869.0, 3891.0, 3869.0, 3879.0, 3884.0, 3905.0, 3899.0, 3892.0, 3882.0, 3880.0, 3882.0, 3881.0, 3880.0, 3869.0, 3878.0, 3881.0, 3891.0, 3871.0, 3890.0, 3870.0, 3889.0, 3869.0, 3868.0, 3880.0, 3860.0, 3880.0, 3871.0, 3890.0, 3880.0, 3890.0, 3881.0, 3892.0, 3882.0, 3891.0, 3880.0, 3888.0, 3870.0, 3878.0, 3869.0, 3879.0, 3868.0, 3890.0, 3879.0, 3879.0, 3869.0, 3880.0, 3881.0, 3878.0, 3879.0, 3881.0, 3880.0, 3858.0, 3880.0, 3871.0, 3892.0, 3883.0, 3891.0, 3882.0, 3893.0, 3872.0, 3891.0, 3872.0, 3892.0, 3880.0, 3891.0, 3880.0, 3890.0, 3881.0, 3880.0, 3881.0, 3892.0, 3883.0, 3873.0, 3881.0, 3872.0, 3891.0, 3882.0, 3893.0, 3893.0, 3892.0, 3883.0, 3892.0, 3883.0, 3881.0, 3895.0, 3873.0, 3883.0, 3862.0, 3893.0, 3882.0, 3892.0, 3893.0, 3893.0, 3882.0, 3893.0, 3884.0, 3893.0, 3880.0, 3862.0, 3894.0, 3872.0, 3893.0, 3894.0, 3905.0, 3884.0, 3904.0, 3883.0, 3906.0, 3894.0, 3904.0, 3895.0, 3903.0, 3883.0, 3891.0, 3882.0, 3883.0, 3882.0, 3871.0, 3891.0, 3882.0, 3891.0, 3870.0, 3891.0, 3882.0, 3891.0, 3884.0, 3891.0, 3881.0, 3860.0, 3879.0, 3881.0, 3891.0, 3882.0, 3891.0, 3869.0, 3888.0, 3879.0, 3880.0, 3880.0, 3879.0, 3881.0, 3867.0, 3878.0, 3878.0, 3880.0, 3878.0, 3878.0, 3868.0, 3888.0, 3868.0, 3887.0, 3867.0, 3878.0, 3880.0, 3879.0, 3880.0, 3869.0, 3878.0, 3878.0, 3879.0, 3880.0, 3879.0, 3890.0, 3889.0, 3881.0, 3889.0, 3879.0, 3879.0, 3880.0, 3888.0, 3880.0, 3890.0, 3883.0, 3872.0, 3893.0, 3892.0, 3893.0, 3893.0, 3893.0, 3882.0, 3891.0, 3881.0, 3892.0, 3892.0, 3901.0, 3892.0, 3893.0, 3880.0, 3859.0, 3882.0, 3870.0, 3881.0, 3880.0, 3890.0, 3879.0, 3890.0, 3869.0, 3892.0, 3891.0, 3890.0, 3881.0, 3870.0, 3880.0, 3879.0, 3890.0, 3891.0, 3890.0, 3880.0, 3891.0, 3881.0, 3879.0, 3881.0, 3871.0, 3891.0, 3870.0, 3889.0, 3879.0, 3889.0, 3879.0, 3889.0, 3880.0, 3890.0, 3881.0, 3890.0, 3880.0, 3878.0, 3879.0, 3869.0, 3881.0, 3890.0, 3893.0, 3893.0, 3889.0, 3880.0, 3882.0, 3892.0, 3870.0, 3903.0, 3892.0, 3891.0, 3881.0, 3890.0, 3882.0, 3890.0, 3881.0, 3902.0, 3880.0, 3859.0, 3881.0, 3858.0, 3891.0, 3881.0, 3891.0, 3891.0, 3890.0, 3880.0, 3891.0, 3881.0, 3880.0, 3892.0, 3872.0, 3894.0, 3882.0, 3890.0, 3895.0, 3882.0, 3904.0, 3882.0, 3902.0, 3881.0, 3888.0, 3881.0, 3889.0, 3879.0, 3889.0, 3878.0, 3857.0, 3876.0, 3878.0, 3890.0, 3888.0, 3890.0, 3880.0, 3879.0, 3879.0, 3868.0, 3880.0, 3869.0, 3891.0, 3881.0, 3890.0, 3879.0, 3889.0, 3880.0, 3890.0, 3881.0, 3891.0, 3881.0, 3869.0, 3878.0, 3868.0, 3880.0, 3893.0, 3892.0, 3882.0, 3904.0, 3893.0, 3882.0, 3882.0, 3870.0, 3892.0, 3871.0, 3891.0, 3880.0, 3891.0, 3879.0, 3889.0, 3879.0, 3889.0, 3881.0, 3891.0, 3892.0, 3869.0, 3880.0, 3881.0, 3890.0, 3890.0, 3891.0, 3891.0, 3891.0, 3881.0, 3890.0, 3880.0, 3889.0, 3882.0, 3890.0, 3881.0, 3891.0, 3881.0, 3859.0, 3878.0, 3858.0, 3890.0, 3870.0, 3893.0, 3893.0, 3903.0, 3883.0, 3883.0, 3894.0, 3872.0, 3907.0, 3885.0, 3903.0, 3884.0, 3904.0, 3883.0, 3902.0, 3893.0, 3892.0, 3881.0, 3892.0, 3881.0, 3903.0, 3897.0, 3894.0, 3894.0, 3883.0, 3903.0, 3894.0, 3873.0, 3895.0, 3873.0, 3894.0, 3883.0, 3893.0, 3880.0, 3883.0, 3881.0, 3882.0, 3890.0, 3880.0, 3868.0, 3878.0, 3856.0, 3878.0, 3869.0, 3888.0, 3867.0, 3887.0, 3855.0, 3872.0, 3852.0, 3859.0, 3852.0, 3861.0, 3852.0, 3859.0, 3850.0, 3859.0, 3851.0, 3859.0, 3848.0, 3838.0, 3848.0, 3839.0, 3851.0, 3852.0, 3863.0, 3852.0, 3862.0, 3841.0, 3864.0, 3841.0, 3851.0, 3840.0, 3853.0, 3841.0, 3852.0, 3842.0, 3853.0, 3853.0, 3862.0, 3863.0, 3865.0, 3854.0, 3863.0, 3865.0, 3876.0, 3866.0, 3864.0, 3865.0, 3843.0, 3866.0, 3854.0, 3866.0, 3857.0, 3877.0, 3878.0, 3877.0, 3868.0, 3879.0, 3868.0, 3877.0, 3879.0, 3871.0, 3879.0, 3858.0, 3890.0, 3883.0, 3892.0, 3881.0, 3891.0, 3881.0, 3882.0, 3881.0, 3880.0, 3869.0, 3890.0, 3879.0, 3889.0, 3879.0, 3891.0, 3881.0, 3891.0, 3882.0, 3882.0, 3896.0, 3908.0, 3908.0, 3919.0, 3898.0, 3907.0, 3909.0, 3906.0, 3908.0, 3905.0, 3896.0, 3905.0, 3894.0, 3893.0, 3884.0, 3892.0, 3896.0, 3893.0, 3896.0, 3919.0, 3908.0, 3906.0, 3897.0, 3908.0, 3910.0, 3920.0, 3898.0, 3908.0, 3897.0, 3896.0, 3908.0, 3897.0, 3910.0, 3927.0, 3897.0, 3917.0, 3895.0, 3895.0, 3893.0, 3886.0, 3908.0, 3875.0, 3907.0, 3895.0, 3917.0, 3884.0, 3906.0, 3898.0, 3917.0, 3898.0, 3907.0, 3897.0, 3885.0, 3896.0, 3874.0, 3896.0, 3884.0, 3904.0, 3883.0, 3904.0, 3884.0, 3904.0, 3895.0, 3904.0, 3883.0], 'WindowWidth': [8745.0, 8763.0, 8727.0, 8760.0, 8734.0, 8755.0, 8709.0, 8731.0, 8712.0, 8722.0, 8711.0, 8728.0, 8716.0, 8728.0, 8732.0, 8726.0, 8712.0, 8709.0, 8729.0, 8726.0, 8714.0, 8714.0, 8726.0, 8696.0, 8728.0, 8700.0, 8730.0, 8731.0, 8743.0, 8731.0, 8741.0, 8734.0, 8744.0, 8731.0, 8727.0, 8726.0, 8715.0, 8730.0, 8715.0, 8723.0, 8692.0, 8724.0, 8724.0, 8723.0, 8713.0, 8711.0, 8731.0, 8716.0, 8746.0, 8715.0, 8743.0, 8713.0, 8741.0, 8730.0, 8741.0, 8727.0, 8737.0, 8724.0, 8723.0, 8727.0, 8713.0, 8728.0, 8695.0, 8730.0, 8710.0, 8721.0, 8725.0, 8727.0, 8709.0, 8719.0, 8715.0, 8719.0, 8709.0, 8689.0, 8717.0, 8693.0, 8719.0, 8709.0, 8721.0, 8711.0, 8725.0, 8730.0, 8742.0, 8736.0, 8744.0, 8729.0, 8721.0, 8712.0, 8742.0, 8711.0, 8732.0, 8705.0, 8691.0, 8704.0, 8671.0, 8721.0, 8700.0, 8704.0, 8730.0, 8684.0, 8711.0, 8679.0, 8649.0, 8692.0, 8666.0, 8698.0, 8668.0, 8697.0, 8667.0, 8695.0, 8664.0, 8693.0, 8683.0, 8703.0, 8705.0, 8702.0, 8710.0, 8705.0, 8711.0, 8707.0, 8708.0, 8723.0, 8708.0, 8720.0, 8706.0, 8728.0, 8689.0, 8713.0, 8688.0, 8714.0, 8704.0, 8701.0, 8702.0, 8672.0, 8701.0, 8670.0, 8702.0, 8675.0, 8719.0, 8690.0, 8703.0, 8670.0, 8700.0, 8688.0, 8720.0, 8711.0, 8721.0, 8730.0, 8728.0, 8711.0, 8709.0, 8726.0, 8694.0, 8722.0, 8674.0, 8703.0, 8683.0, 8702.0, 8707.0, 8718.0, 8687.0, 8715.0, 8689.0, 8699.0, 8705.0, 8706.0, 8707.0, 8706.0, 8726.0, 8672.0, 8704.0, 8705.0, 8693.0, 8726.0, 8700.0, 8741.0, 8709.0, 8721.0, 8687.0, 8709.0, 8685.0, 8711.0, 8689.0, 8715.0, 8693.0, 8696.0, 8684.0, 8655.0, 8702.0, 8673.0, 8703.0, 8674.0, 8722.0, 8688.0, 8716.0, 8702.0, 8717.0, 8707.0, 8720.0, 8704.0, 8720.0, 8707.0, 8715.0, 8704.0, 8698.0, 8708.0, 8706.0, 8706.0, 8703.0, 8701.0, 8673.0, 8699.0, 8706.0, 8719.0, 8703.0, 8721.0, 8704.0, 8715.0, 8706.0, 8719.0, 8712.0, 8716.0, 8711.0, 8679.0, 8721.0, 8705.0, 8723.0, 8709.0, 8724.0, 8714.0, 8720.0, 8707.0, 8714.0, 8707.0, 8731.0, 8706.0, 8721.0, 8706.0, 8672.0, 8701.0, 8674.0, 8720.0, 8705.0, 8722.0, 8705.0, 8716.0, 8709.0, 8717.0, 8711.0, 8721.0, 8729.0, 8699.0, 8729.0, 8699.0, 8730.0, 8700.0, 8729.0, 8711.0, 8738.0, 8706.0, 8717.0, 8705.0, 8719.0, 8711.0, 8717.0, 8707.0, 8703.0, 8707.0, 8697.0, 8724.0, 8695.0, 8719.0, 8703.0, 8733.0, 8703.0, 8719.0, 8706.0, 8718.0, 8706.0, 8715.0, 8707.0, 8671.0, 8697.0, 8669.0, 8700.0, 8706.0, 8702.0, 8703.0, 8718.0, 8704.0, 8688.0, 8701.0, 8684.0, 8705.0, 8703.0, 8703.0, 8686.0, 8715.0, 8683.0, 8697.0, 8692.0, 8694.0, 8709.0, 8714.0, 8726.0, 8729.0, 8710.0, 8711.0, 8737.0, 8712.0, 8737.0, 8706.0, 8670.0, 8703.0, 8669.0, 8698.0, 8691.0, 8716.0, 8685.0, 8715.0, 8684.0, 8709.0, 8690.0, 8698.0, 8689.0, 8698.0, 8685.0, 8670.0, 8683.0, 8682.0, 8699.0, 8685.0, 8700.0, 8691.0, 8716.0, 8687.0, 8672.0, 8701.0, 8673.0, 8705.0, 8687.0, 8720.0, 8688.0, 8700.0, 8716.0, 8748.0, 8745.0, 8724.0, 8709.0, 8701.0, 8710.0, 8705.0, 8703.0, 8688.0, 8699.0, 8706.0, 8719.0, 8693.0, 8716.0, 8690.0, 8712.0, 8686.0, 8685.0, 8702.0, 8675.0, 8703.0, 8693.0, 8717.0, 8705.0, 8716.0, 8705.0, 8723.0, 8709.0, 8719.0, 8704.0, 8710.0, 8687.0, 8696.0, 8686.0, 8699.0, 8686.0, 8715.0, 8701.0, 8699.0, 8686.0, 8702.0, 8707.0, 8698.0, 8700.0, 8704.0, 8703.0, 8672.0, 8704.0, 8692.0, 8722.0, 8713.0, 8722.0, 8710.0, 8723.0, 8696.0, 8720.0, 8694.0, 8723.0, 8705.0, 8718.0, 8704.0, 8718.0, 8707.0, 8705.0, 8709.0, 8722.0, 8713.0, 8699.0, 8707.0, 8695.0, 8720.0, 8708.0, 8725.0, 8726.0, 8724.0, 8713.0, 8724.0, 8713.0, 8709.0, 8731.0, 8700.0, 8714.0, 8684.0, 8727.0, 8710.0, 8722.0, 8725.0, 8728.0, 8712.0, 8724.0, 8716.0, 8725.0, 8708.0, 8684.0, 8730.0, 8701.0, 8728.0, 8731.0, 8745.0, 8715.0, 8741.0, 8714.0, 8747.0, 8731.0, 8743.0, 8732.0, 8738.0, 8712.0, 8719.0, 8711.0, 8710.0, 8709.0, 8693.0, 8720.0, 8706.0, 8718.0, 8691.0, 8720.0, 8712.0, 8721.0, 8716.0, 8719.0, 8706.0, 8677.0, 8701.0, 8706.0, 8720.0, 8708.0, 8719.0, 8688.0, 8712.0, 8701.0, 8702.0, 8705.0, 8701.0, 8705.0, 8683.0, 8697.0, 8698.0, 8700.0, 8698.0, 8698.0, 8687.0, 8712.0, 8685.0, 8708.0, 8684.0, 8698.0, 8703.0, 8701.0, 8703.0, 8686.0, 8699.0, 8699.0, 8701.0, 8703.0, 8703.0, 8718.0, 8716.0, 8707.0, 8714.0, 8703.0, 8700.0, 8706.0, 8715.0, 8707.0, 8718.0, 8711.0, 8694.0, 8724.0, 8723.0, 8725.0, 8728.0, 8726.0, 8712.0, 8722.0, 8709.0, 8724.0, 8725.0, 8735.0, 8725.0, 8725.0, 8706.0, 8675.0, 8708.0, 8692.0, 8708.0, 8704.0, 8719.0, 8702.0, 8716.0, 8689.0, 8721.0, 8721.0, 8717.0, 8707.0, 8691.0, 8705.0, 8703.0, 8717.0, 8722.0, 8720.0, 8706.0, 8721.0, 8708.0, 8703.0, 8705.0, 8693.0, 8722.0, 8692.0, 8717.0, 8702.0, 8714.0, 8700.0, 8713.0, 8704.0, 8717.0, 8706.0, 8717.0, 8704.0, 8699.0, 8700.0, 8689.0, 8706.0, 8719.0, 8726.0, 8726.0, 8717.0, 8706.0, 8712.0, 8723.0, 8692.0, 8742.0, 8724.0, 8719.0, 8706.0, 8717.0, 8711.0, 8719.0, 8709.0, 8734.0, 8705.0, 8674.0, 8706.0, 8674.0, 8721.0, 8706.0, 8721.0, 8719.0, 8718.0, 8705.0, 8719.0, 8709.0, 8706.0, 8723.0, 8696.0, 8727.0, 8707.0, 8714.0, 8730.0, 8711.0, 8742.0, 8711.0, 8736.0, 8706.0, 8712.0, 8706.0, 8714.0, 8702.0, 8713.0, 8698.0, 8667.0, 8694.0, 8699.0, 8717.0, 8713.0, 8717.0, 8705.0, 8700.0, 8701.0, 8685.0, 8703.0, 8689.0, 8720.0, 8705.0, 8717.0, 8702.0, 8714.0, 8703.0, 8717.0, 8706.0, 8719.0, 8707.0, 8687.0, 8700.0, 8685.0, 8705.0, 8724.0, 8722.0, 8710.0, 8741.0, 8725.0, 8708.0, 8709.0, 8692.0, 8724.0, 8692.0, 8722.0, 8704.0, 8718.0, 8702.0, 8714.0, 8702.0, 8715.0, 8706.0, 8720.0, 8723.0, 8689.0, 8705.0, 8706.0, 8718.0, 8717.0, 8720.0, 8721.0, 8720.0, 8707.0, 8717.0, 8705.0, 8716.0, 8709.0, 8718.0, 8707.0, 8720.0, 8706.0, 8673.0, 8700.0, 8673.0, 8718.0, 8694.0, 8727.0, 8726.0, 8742.0, 8712.0, 8711.0, 8728.0, 8698.0, 8750.0, 8717.0, 8739.0, 8714.0, 8742.0, 8713.0, 8736.0, 8724.0, 8722.0, 8705.0, 8720.0, 8709.0, 8739.0, 8739.0, 8729.0, 8728.0, 8711.0, 8737.0, 8729.0, 8700.0, 8729.0, 8698.0, 8728.0, 8710.0, 8726.0, 8704.0, 8710.0, 8706.0, 8708.0, 8716.0, 8705.0, 8684.0, 8697.0, 8665.0, 8697.0, 8687.0, 8712.0, 8680.0, 8706.0, 8660.0, 8679.0, 8651.0, 8657.0, 8651.0, 8662.0, 8650.0, 8656.0, 8645.0, 8658.0, 8648.0, 8657.0, 8641.0, 8626.0, 8642.0, 8629.0, 8648.0, 8650.0, 8668.0, 8653.0, 8666.0, 8638.0, 8670.0, 8637.0, 8651.0, 8633.0, 8653.0, 8636.0, 8652.0, 8639.0, 8654.0, 8654.0, 8666.0, 8668.0, 8672.0, 8659.0, 8669.0, 8675.0, 8690.0, 8681.0, 8672.0, 8674.0, 8644.0, 8675.0, 8657.0, 8677.0, 8665.0, 8693.0, 8698.0, 8693.0, 8682.0, 8699.0, 8684.0, 8696.0, 8701.0, 8691.0, 8701.0, 8673.0, 8718.0, 8713.0, 8723.0, 8709.0, 8720.0, 8704.0, 8707.0, 8707.0, 8704.0, 8688.0, 8716.0, 8700.0, 8715.0, 8702.0, 8718.0, 8709.0, 8721.0, 8711.0, 8711.0, 8737.0, 8757.0, 8756.0, 8773.0, 8743.0, 8755.0, 8758.0, 8748.0, 8754.0, 8748.0, 8736.0, 8744.0, 8731.0, 8727.0, 8715.0, 8724.0, 8735.0, 8728.0, 8738.0, 8773.0, 8755.0, 8750.0, 8738.0, 8756.0, 8763.0, 8776.0, 8744.0, 8756.0, 8740.0, 8735.0, 8753.0, 8737.0, 8762.0, 8782.0, 8739.0, 8764.0, 8733.0, 8731.0, 8729.0, 8721.0, 8755.0, 8708.0, 8753.0, 8734.0, 8763.0, 8717.0, 8750.0, 8742.0, 8765.0, 8741.0, 8750.0, 8736.0, 8716.0, 8735.0, 8704.0, 8732.0, 8716.0, 8741.0, 8713.0, 8740.0, 8718.0, 8743.0, 8732.0, 8740.0, 8711.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.0004927816091954023</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02046391264367816</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.896468190149584</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.261448128607595</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9968306863406209</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4906</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5840.4224</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.0789369149439883</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>19</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.1839080459770117</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.348307764555025</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2600168552079083</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5494768483066443</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2354295901505226</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.015098</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01028207503259182</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.025256287306547165</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.292125001629799</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>25.0369</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.545</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>155.7294</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>293037.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>736.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>326.1683</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.3339</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>455.8781</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3085.5857</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3217.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>83507.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1308.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3964.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>749.5077</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>43.2424030425027</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> |