=== 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-0099 --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-0099",
"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-0099_ses-01_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0099_ses-01_task-social_acq-mb8_run-01_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-01_subject-0099_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-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0099_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-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0099_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-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0099_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-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-01_subject-0099_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-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-01_subject-0099_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-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0099_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-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0099/ses-01/func/sub-0099_ses-01_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>805f1566efb6d1da01cf359d9569b551</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>09:10:54.610000</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.999658, -0.00315409, 0.0259541, 0.0017447, 0.998531, 0.0541473]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.083105</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4237, -7769, -7261, 265, -115, -163, -82, 118]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>232.71</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>aca56920-e09d-4b2a-963e-4056d683e3cc||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.682009696960449, 0.004680910613387823, 0.07043439894914627, 112.77593994140625], [0.008462182246148586, 2.6789867877960205, 0.14602553844451904, -103.451416015625], [0.06963307410478592, -0.1452733278274536, 2.6951279640197754, -80.25406646728516], [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': ['091054.610000', '091055.070000', '091055.530000', '091055.990000', '091056.450000', '091056.910000', '091057.370000', '091057.830000', '091058.290000', '091058.750000', '091059.210000', '091059.670000', '091100.130000', '091100.590000', '091101.050000', '091101.510000', '091101.970000', '091102.430000', '091102.890000', '091103.350000', '091103.810000', '091104.270000', '091104.730000', '091105.190000', '091105.650000', '091106.110000', '091106.570000', '091107.030000', '091107.490000', '091107.950000', '091108.410000', '091108.870000', '091109.330000', '091109.790000', '091110.250000', '091110.710000', '091111.170000', '091111.630000', '091112.090000', '091112.550000', '091113.010000', '091113.470000', '091113.930000', '091114.390000', '091114.850000', '091115.310000', '091115.770000', '091116.230000', '091116.690000', '091117.150000', '091117.610000', '091118.070000', '091118.530000', '091118.990000', '091119.450000', '091119.910000', '091120.370000', '091120.830000', '091121.290000', '091121.750000', '091122.210000', '091122.670000', '091123.130000', '091123.590000', '091124.050000', '091124.510000', '091124.970000', '091125.430000', '091125.890000', '091126.350000', '091126.810000', '091127.270000', '091127.730000', '091128.190000', '091128.650000', '091129.110000', '091129.570000', '091130.030000', '091130.490000', '091130.950000', '091131.410000', '091131.870000', '091132.330000', '091132.790000', '091133.250000', '091133.710000', '091134.170000', '091134.630000', '091135.090000', '091135.550000', '091136.010000', '091136.470000', '091136.930000', '091137.390000', '091137.850000', '091138.310000', '091138.770000', '091139.230000', '091139.690000', '091140.150000', '091140.610000', '091141.070000', '091141.530000', '091141.990000', '091142.450000', '091142.910000', '091143.370000', '091143.830000', '091144.290000', '091144.750000', '091145.210000', '091145.670000', '091146.130000', '091146.590000', '091147.050000', '091147.510000', '091147.970000', '091148.430000', '091148.890000', '091149.350000', '091149.810000', '091150.270000', '091150.730000', '091151.190000', '091151.650000', '091152.110000', '091152.570000', '091153.030000', '091153.490000', '091153.950000', '091154.410000', '091154.870000', '091155.330000', '091155.790000', '091156.250000', '091156.710000', '091157.170000', '091157.630000', '091158.090000', '091158.550000', '091159.010000', '091159.470000', '091159.930000', '091200.390000', '091200.850000', '091201.310000', '091201.770000', '091202.230000', '091202.690000', '091203.150000', '091203.610000', '091204.070000', '091204.530000', '091204.990000', '091205.450000', '091205.910000', '091206.370000', '091206.830000', '091207.290000', '091207.750000', '091208.210000', '091208.670000', '091209.130000', '091209.590000', '091210.050000', '091210.510000', '091210.970000', '091211.430000', '091211.890000', '091212.350000', '091212.810000', '091213.270000', '091213.730000', '091214.190000', '091214.650000', '091215.110000', '091215.570000', '091216.030000', '091216.490000', '091216.950000', '091217.410000', '091217.870000', '091218.330000', '091218.790000', '091219.250000', '091219.710000', '091220.170000', '091220.630000', '091221.090000', '091221.550000', '091222.010000', '091222.470000', '091222.930000', '091223.390000', '091223.850000', '091224.310000', '091224.770000', '091225.230000', '091225.690000', '091226.150000', '091226.610000', '091227.070000', '091227.530000', '091227.990000', '091228.450000', '091228.910000', '091229.370000', '091229.830000', '091230.290000', '091230.750000', '091231.210000', '091231.670000', '091232.130000', '091232.590000', '091233.050000', '091233.510000', '091233.970000', '091234.430000', '091234.890000', '091235.350000', '091235.810000', '091236.270000', '091236.730000', '091237.190000', '091237.650000', '091238.110000', '091238.570000', '091239.030000', '091239.490000', '091239.950000', '091240.410000', '091240.870000', '091241.330000', '091241.790000', '091242.250000', '091242.710000', '091243.170000', '091243.630000', '091244.090000', '091244.550000', '091245.010000', '091245.470000', '091245.930000', '091246.390000', '091246.850000', '091247.310000', '091247.770000', '091248.230000', '091248.690000', '091249.150000', '091249.610000', '091250.070000', '091250.530000', '091250.990000', '091251.450000', '091251.910000', '091252.370000', '091252.830000', '091253.290000', '091253.750000', '091254.210000', '091254.670000', '091255.130000', '091255.590000', '091256.050000', '091256.510000', '091256.970000', '091257.430000', '091257.890000', '091258.350000', '091258.810000', '091259.270000', '091259.730000', '091300.190000', '091300.650000', '091301.110000', '091301.570000', '091302.030000', '091302.490000', '091302.950000', '091303.410000', '091303.870000', '091304.330000', '091304.790000', '091305.250000', '091305.710000', '091306.170000', '091306.630000', '091307.090000', '091307.550000', '091308.010000', '091308.470000', '091308.930000', '091309.390000', '091309.850000', '091310.310000', '091310.770000', '091311.230000', '091311.690000', '091312.150000', '091312.610000', '091313.070000', '091313.530000', '091313.990000', '091314.450000', '091314.910000', '091315.370000', '091315.830000', '091316.290000', '091316.750000', '091317.210000', '091317.670000', '091318.130000', '091318.590000', '091319.050000', '091319.510000', '091319.970000', '091320.430000', '091320.890000', '091321.350000', '091321.810000', '091322.270000', '091322.730000', '091323.190000', '091323.650000', '091324.110000', '091324.570000', '091325.030000', '091325.490000', '091325.950000', '091326.410000', '091326.870000', '091327.330000', '091327.790000', '091328.250000', '091328.710000', '091329.170000', '091329.630000', '091330.090000', '091330.550000', '091331.010000', '091331.470000', '091331.930000', '091332.390000', '091332.850000', '091333.310000', '091333.770000', '091334.230000', '091334.690000', '091335.150000', '091335.610000', '091336.070000', '091336.530000', '091336.990000', '091337.450000', '091337.910000', '091338.370000', '091338.830000', '091339.290000', '091339.750000', '091340.210000', '091340.670000', '091341.130000', '091341.590000', '091342.050000', '091342.510000', '091342.970000', '091343.430000', '091343.890000', '091344.350000', '091344.810000', '091345.270000', '091345.730000', '091346.190000', '091346.650000', '091347.110000', '091347.570000', '091348.030000', '091348.490000', '091348.950000', '091349.410000', '091349.870000', '091350.330000', '091350.790000', '091351.250000', '091351.710000', '091352.170000', '091352.630000', '091353.090000', '091353.550000', '091354.010000', '091354.470000', '091354.930000', '091355.390000', '091355.850000', '091356.310000', '091356.770000', '091357.230000', '091357.690000', '091358.150000', '091358.610000', '091359.070000', '091359.530000', '091359.990000', '091400.450000', '091400.910000', '091401.370000', '091401.830000', '091402.290000', '091402.750000', '091403.210000', '091403.670000', '091404.130000', '091404.590000', '091405.050000', '091405.510000', '091405.970000', '091406.430000', '091406.890000', '091407.350000', '091407.810000', '091408.270000', '091408.730000', '091409.190000', '091409.650000', '091410.110000', '091410.570000', '091411.030000', '091411.490000', '091411.950000', '091412.410000', '091412.870000', '091413.330000', '091413.790000', '091414.250000', '091414.710000', '091415.170000', '091415.630000', '091416.090000', '091416.550000', '091417.010000', '091417.470000', '091417.930000', '091418.390000', '091418.850000', '091419.310000', '091419.770000', '091420.230000', '091420.690000', '091421.150000', '091421.610000', '091422.070000', '091422.530000', '091422.990000', '091423.450000', '091423.910000', '091424.370000', '091424.830000', '091425.290000', '091425.750000', '091426.210000', '091426.670000', '091427.130000', '091427.590000', '091428.050000', '091428.510000', '091428.970000', '091429.430000', '091429.890000', '091430.350000', '091430.810000', '091431.270000', '091431.730000', '091432.190000', '091432.650000', '091433.110000', '091433.570000', '091434.030000', '091434.490000', '091434.950000', '091435.410000', '091435.870000', '091436.330000', '091436.790000', '091437.250000', '091437.710000', '091438.170000', '091438.630000', '091439.090000', '091439.550000', '091440.010000', '091440.470000', '091440.930000', '091441.390000', '091441.850000', '091442.310000', '091442.770000', '091443.230000', '091443.690000', '091444.150000', '091444.610000', '091445.070000', '091445.530000', '091445.990000', '091446.450000', '091446.910000', '091447.370000', '091447.830000', '091448.290000', '091448.750000', '091449.210000', '091449.670000', '091450.130000', '091450.590000', '091451.050000', '091451.510000', '091451.970000', '091452.430000', '091452.890000', '091453.350000', '091453.810000', '091454.270000', '091454.730000', '091455.190000', '091455.650000', '091456.110000', '091456.570000', '091457.030000', '091457.490000', '091457.950000', '091458.410000', '091458.870000', '091459.330000', '091459.790000', '091500.250000', '091500.710000', '091501.170000', '091501.630000', '091502.090000', '091502.550000', '091503.010000', '091503.470000', '091503.930000', '091504.390000', '091504.850000', '091505.310000', '091505.770000', '091506.230000', '091506.690000', '091507.150000', '091507.610000', '091508.070000', '091508.530000', '091508.990000', '091509.450000', '091509.910000', '091510.370000', '091510.830000', '091511.290000', '091511.750000', '091512.210000', '091512.670000', '091513.130000', '091513.590000', '091514.050000', '091514.510000', '091514.970000', '091515.430000', '091515.890000', '091516.350000', '091516.810000', '091517.270000', '091517.730000', '091518.190000', '091518.650000', '091519.110000', '091519.570000', '091520.030000', '091520.490000', '091520.950000', '091521.410000', '091521.870000', '091522.330000', '091522.790000', '091523.250000', '091523.710000', '091524.170000', '091524.630000', '091525.090000', '091525.550000', '091526.010000', '091526.470000', '091526.930000', '091527.390000', '091527.850000', '091528.310000', '091528.770000', '091529.230000', '091529.690000', '091530.150000', '091530.610000', '091531.070000', '091531.530000', '091531.990000', '091532.450000', '091532.910000', '091533.370000', '091533.830000', '091534.290000', '091534.750000', '091535.210000', '091535.670000', '091536.130000', '091536.590000', '091537.050000', '091537.510000', '091537.970000', '091538.430000', '091538.890000', '091539.350000', '091539.810000', '091540.270000', '091540.730000', '091541.190000', '091541.650000', '091542.110000', '091542.570000', '091543.030000', '091543.490000', '091543.950000', '091544.410000', '091544.870000', '091545.330000', '091545.790000', '091546.250000', '091546.710000', '091547.170000', '091547.630000', '091548.090000', '091548.550000', '091549.010000', '091549.470000', '091549.930000', '091550.390000', '091550.850000', '091551.310000', '091551.770000', '091552.230000', '091552.690000', '091553.150000', '091553.610000', '091554.070000', '091554.530000', '091554.990000', '091555.450000', '091555.910000', '091556.370000', '091556.830000', '091557.290000', '091557.750000', '091558.210000', '091558.670000', '091559.130000', '091559.590000', '091600.050000', '091600.510000', '091600.970000', '091601.430000', '091601.890000', '091602.350000', '091602.810000', '091603.270000', '091603.730000', '091604.190000', '091604.650000', '091605.110000', '091605.570000', '091606.030000', '091606.490000', '091606.950000', '091607.410000', '091607.870000', '091608.330000', '091608.790000', '091609.250000', '091609.710000', '091610.170000', '091610.630000', '091611.090000', '091611.550000', '091612.010000', '091612.470000', '091612.930000', '091613.390000', '091613.850000', '091614.310000', '091614.770000', '091615.230000', '091615.690000', '091616.150000', '091616.610000', '091617.070000', '091617.530000', '091617.990000', '091618.450000', '091618.910000', '091619.370000', '091619.830000', '091620.290000', '091620.750000', '091621.210000', '091621.670000', '091622.130000', '091622.590000', '091623.050000', '091623.510000', '091623.970000', '091624.430000', '091624.890000', '091625.350000', '091625.810000', '091626.270000', '091626.730000', '091627.190000', '091627.650000', '091628.110000', '091628.570000', '091629.030000', '091629.490000', '091629.950000', '091630.410000', '091630.870000', '091631.330000', '091631.790000', '091632.250000', '091632.710000', '091633.170000', '091633.630000', '091634.090000', '091634.550000', '091635.010000', '091635.470000', '091635.930000', '091636.390000', '091636.850000', '091637.310000', '091637.770000', '091638.230000', '091638.690000', '091639.150000', '091639.610000', '091640.070000', '091640.530000', '091640.990000', '091641.450000', '091641.910000', '091642.370000', '091642.830000', '091643.290000', '091643.750000', '091644.210000', '091644.670000', '091645.130000', '091645.590000', '091646.050000', '091646.510000', '091646.970000', '091647.430000', '091647.890000', '091648.350000', '091648.810000', '091649.270000', '091649.730000', '091650.190000', '091650.650000', '091651.110000', '091651.570000', '091652.030000', '091652.490000', '091652.950000', '091653.410000', '091653.870000', '091654.330000', '091654.790000', '091655.250000', '091655.710000', '091656.170000', '091656.630000', '091657.090000', '091657.550000', '091658.010000', '091658.470000', '091658.930000', '091659.390000', '091659.850000', '091700.310000', '091700.770000', '091701.230000', '091701.690000', '091702.150000', '091702.610000', '091703.070000', '091703.530000', '091703.990000', '091704.450000', '091704.910000', '091705.370000', '091705.830000', '091706.290000', '091706.750000', '091707.210000', '091707.670000', '091708.130000', '091708.590000', '091709.050000', '091709.510000', '091709.970000', '091710.430000', '091710.890000', '091711.350000', '091711.810000', '091712.270000', '091712.730000', '091713.190000', '091713.650000', '091714.110000', '091714.570000', '091715.030000', '091715.490000', '091715.950000', '091716.410000', '091716.870000', '091717.330000', '091717.790000', '091718.250000', '091718.710000', '091719.170000', '091719.630000', '091720.090000', '091720.550000', '091721.010000', '091721.470000', '091721.930000', '091722.390000', '091722.850000', '091723.310000', '091723.770000', '091724.230000', '091724.690000', '091725.150000', '091725.610000', '091726.070000', '091726.530000', '091726.990000', '091727.450000', '091727.910000', '091728.370000', '091728.830000', '091729.290000', '091729.750000', '091730.210000', '091730.670000', '091731.130000', '091731.590000', '091732.050000', '091732.510000', '091732.970000', '091733.430000', '091733.890000', '091734.350000', '091734.810000', '091735.270000'], 'ContentTime': ['091118.856000', '091118.859000', '091118.861000', '091118.864000', '091118.867000', '091118.869000', '091118.872000', '091118.874000', '091118.877000', '091118.879000', '091118.882000', '091118.885000', '091118.887000', '091118.890000', '091118.893000', '091118.895000', '091118.898000', '091118.900000', '091118.903000', '091118.906000', '091118.908000', '091118.911000', '091118.914000', '091118.916000', '091118.919000', '091118.921000', '091118.924000', '091118.926000', '091118.929000', '091118.932000', '091118.934000', '091118.937000', '091118.939000', '091118.942000', '091118.945000', '091118.947000', '091118.950000', '091118.952000', '091118.955000', '091118.958000', '091118.971000', '091118.974000', '091118.977000', '091118.979000', '091118.982000', '091118.984000', '091118.987000', '091118.990000', '091118.992000', '091138.815000', '091138.818000', '091138.821000', '091138.823000', '091138.826000', '091138.828000', '091138.831000', '091138.834000', '091138.836000', '091138.839000', '091138.841000', '091138.844000', '091138.846000', '091138.871000', '091138.873000', '091138.876000', '091138.878000', '091138.881000', '091138.883000', '091138.886000', '091138.889000', '091138.891000', '091138.894000', '091138.896000', '091138.899000', '091138.901000', '091138.904000', '091138.907000', '091138.909000', '091138.912000', '091138.914000', '091138.917000', '091138.920000', '091138.922000', '091138.925000', '091138.927000', '091138.930000', '091138.933000', '091138.935000', '091138.938000', '091138.940000', '091138.943000', '091138.945000', '091138.948000', '091158.815000', '091158.817000', '091158.820000', '091158.823000', '091158.825000', '091158.828000', '091158.830000', '091158.833000', '091158.836000', '091158.838000', '091158.841000', '091158.843000', '091158.846000', '091158.848000', '091158.851000', '091158.854000', '091158.856000', '091158.859000', '091158.861000', '091158.864000', '091158.867000', '091158.869000', '091158.872000', '091158.883000', '091158.886000', '091158.888000', '091158.891000', '091158.894000', '091158.897000', '091158.900000', '091158.902000', '091158.905000', '091158.908000', '091158.910000', '091158.913000', '091158.915000', '091158.918000', '091158.921000', '091158.923000', '091158.926000', '091158.928000', '091158.931000', '091158.933000', '091218.814000', '091218.836000', '091218.839000', '091218.842000', '091218.844000', '091218.847000', '091218.850000', '091218.852000', '091218.855000', '091218.857000', '091218.860000', '091218.862000', '091218.865000', '091218.867000', '091218.870000', '091218.873000', '091218.875000', '091218.878000', '091218.880000', '091218.883000', '091218.886000', '091218.888000', '091218.891000', '091218.893000', '091218.896000', '091218.898000', '091218.901000', '091218.903000', '091218.906000', '091218.909000', '091218.911000', '091218.914000', '091218.916000', '091218.919000', '091218.922000', '091218.924000', '091218.927000', '091218.929000', '091218.932000', '091218.935000', '091218.937000', '091218.940000', '091218.942000', '091218.945000', '091238.814000', '091238.817000', '091238.820000', '091238.823000', '091238.825000', '091238.828000', '091238.830000', '091238.833000', '091238.836000', '091238.838000', '091238.841000', '091238.843000', '091238.846000', '091238.848000', '091238.851000', '091238.854000', '091238.856000', '091238.859000', '091238.862000', '091238.864000', '091238.867000', '091238.870000', '091238.872000', '091238.875000', '091238.877000', '091238.880000', '091238.883000', '091238.885000', '091238.888000', '091238.890000', '091238.893000', '091238.896000', '091238.904000', '091238.906000', '091238.909000', '091238.911000', '091238.914000', '091238.917000', '091238.919000', '091238.922000', '091238.924000', '091238.927000', '091238.930000', '091258.816000', '091258.975000', '091258.978000', '091258.992000', '091258.994000', '091258.997000', '091258.999000', '091259.002000', '091259.004000', '091259.007000', '091259.010000', '091259.012000', '091259.015000', '091259.017000', '091259.020000', '091259.023000', '091259.025000', '091259.028000', '091259.030000', '091259.033000', '091259.036000', '091259.038000', '091259.041000', '091259.043000', '091259.046000', '091259.049000', '091259.058000', '091259.061000', '091259.063000', '091259.066000', '091259.068000', '091259.071000', '091259.074000', '091259.076000', '091259.079000', '091259.081000', '091259.084000', '091259.086000', '091259.089000', '091259.092000', '091259.094000', '091259.097000', '091259.099000', '091259.102000', '091318.815000', '091318.848000', '091318.850000', '091318.853000', '091318.856000', '091318.858000', '091318.861000', '091318.863000', '091318.866000', '091318.868000', '091318.871000', '091318.873000', '091318.876000', '091318.879000', '091318.881000', '091318.884000', '091318.886000', '091318.889000', '091318.892000', '091318.894000', '091318.897000', '091318.899000', '091318.902000', '091318.904000', '091318.907000', '091318.910000', '091318.912000', '091318.915000', '091318.917000', '091318.920000', '091318.923000', '091318.925000', '091318.928000', '091318.931000', '091318.933000', '091318.936000', '091318.938000', '091318.941000', '091318.944000', '091318.946000', '091318.949000', '091318.951000', '091318.954000', '091338.816000', '091338.818000', '091338.821000', '091338.824000', '091338.826000', '091338.829000', '091338.831000', '091338.834000', '091338.837000', '091338.839000', '091338.842000', '091338.844000', '091338.847000', '091338.849000', '091338.852000', '091338.855000', '091338.857000', '091338.860000', '091338.863000', '091338.865000', '091338.868000', '091338.870000', '091338.873000', '091338.875000', '091338.878000', '091338.881000', '091338.883000', '091338.886000', '091338.888000', '091338.891000', '091338.894000', '091338.896000', '091338.899000', '091338.901000', '091338.904000', '091338.907000', '091338.909000', '091338.912000', '091338.914000', '091338.917000', '091338.919000', '091338.922000', '091338.925000', '091338.927000', '091358.816000', '091358.852000', '091358.854000', '091358.857000', '091358.859000', '091358.862000', '091358.865000', '091358.867000', '091358.870000', '091358.872000', '091358.875000', '091358.877000', '091358.880000', '091358.883000', '091358.885000', '091358.888000', '091358.890000', '091358.893000', '091358.896000', '091358.898000', '091358.901000', '091358.903000', '091358.906000', '091358.908000', '091358.911000', '091358.913000', '091358.916000', '091358.919000', '091358.921000', '091358.924000', '091358.926000', '091358.929000', '091358.932000', '091358.934000', '091358.937000', '091358.939000', '091358.942000', '091358.944000', '091358.947000', '091358.949000', '091358.952000', '091358.954000', '091358.957000', '091418.815000', '091418.818000', '091418.820000', '091418.823000', '091418.825000', '091418.828000', '091418.831000', '091418.833000', '091418.836000', '091418.838000', '091418.841000', '091418.843000', '091418.846000', '091418.849000', '091418.851000', '091418.854000', '091418.857000', '091418.859000', '091418.862000', '091418.865000', '091418.867000', '091418.870000', '091418.872000', '091418.875000', '091418.877000', '091418.880000', '091418.883000', '091418.885000', '091418.898000', '091418.901000', '091418.910000', '091418.912000', '091418.915000', '091418.918000', '091418.920000', '091418.923000', '091418.926000', '091418.928000', '091418.931000', '091418.933000', '091418.936000', '091418.938000', '091418.941000', '091418.944000', '091438.815000', '091438.844000', '091438.847000', '091438.849000', '091438.852000', '091438.855000', '091438.857000', '091438.860000', '091438.862000', '091438.865000', '091438.867000', '091438.870000', '091438.873000', '091438.875000', '091438.878000', '091438.880000', '091438.883000', '091438.886000', '091438.888000', '091438.891000', '091438.893000', '091438.896000', '091438.898000', '091438.901000', '091438.904000', '091438.906000', '091438.909000', '091438.912000', '091438.914000', '091438.917000', '091438.919000', '091438.922000', '091438.924000', '091438.927000', '091438.930000', '091438.932000', '091438.935000', '091438.937000', '091438.940000', '091438.943000', '091438.945000', '091438.948000', '091438.950000', '091458.814000', '091458.826000', '091458.828000', '091458.831000', '091458.833000', '091458.836000', '091458.839000', '091458.841000', '091458.844000', '091458.846000', '091458.849000', '091458.852000', '091458.854000', '091458.857000', '091458.860000', '091458.862000', '091458.865000', '091458.867000', '091458.870000', '091458.873000', '091458.875000', '091458.878000', '091458.881000', '091458.884000', '091458.887000', '091458.889000', '091458.892000', '091458.894000', '091458.897000', '091458.900000', '091458.902000', '091458.905000', '091458.907000', '091458.910000', '091458.913000', '091458.915000', '091458.918000', '091458.920000', '091458.923000', '091458.925000', '091458.928000', '091458.931000', '091458.933000', '091458.936000', '091518.816000', '091518.819000', '091518.821000', '091518.843000', '091518.845000', '091518.848000', '091518.850000', '091518.853000', '091518.856000', '091518.858000', '091518.861000', '091518.864000', '091518.866000', '091518.869000', '091518.871000', '091518.874000', '091518.876000', '091518.879000', '091518.882000', '091518.884000', '091518.887000', '091518.889000', '091518.892000', '091518.895000', '091518.897000', '091518.900000', '091518.902000', '091518.905000', '091518.908000', '091518.910000', '091518.913000', '091518.915000', '091518.918000', '091518.920000', '091518.923000', '091518.925000', '091518.928000', '091518.931000', '091518.933000', '091518.936000', '091518.939000', '091518.941000', '091518.944000', '091538.816000', '091538.836000', '091538.839000', '091538.841000', '091538.844000', '091538.846000', '091538.849000', '091538.851000', '091538.854000', '091538.857000', '091538.859000', '091538.862000', '091538.865000', '091538.867000', '091538.870000', '091538.872000', '091538.875000', '091538.877000', '091538.880000', '091538.883000', '091538.885000', '091538.888000', '091538.891000', '091538.893000', '091538.896000', '091538.898000', '091538.901000', '091538.904000', '091538.906000', '091538.909000', '091538.911000', '091538.914000', '091538.916000', '091538.919000', '091538.922000', '091538.924000', '091538.927000', '091538.930000', '091538.932000', '091538.935000', '091538.938000', '091538.940000', '091538.943000', '091538.945000', '091558.815000', '091558.819000', '091558.822000', '091558.825000', '091558.827000', '091558.830000', '091558.832000', '091558.835000', '091558.838000', '091558.840000', '091558.843000', '091558.845000', '091558.848000', '091558.851000', '091558.853000', '091558.856000', '091558.858000', '091558.861000', '091558.864000', '091558.866000', '091558.869000', '091558.872000', '091558.874000', '091558.877000', '091558.879000', '091558.882000', '091558.885000', '091558.887000', '091558.890000', '091558.893000', '091558.895000', '091558.898000', '091558.900000', '091558.903000', '091558.905000', '091558.908000', '091558.910000', '091558.913000', '091558.916000', '091558.918000', '091558.921000', '091558.923000', '091558.926000', '091618.814000', '091618.817000', '091618.820000', '091618.832000', '091618.835000', '091618.838000', '091618.840000', '091618.843000', '091618.845000', '091618.848000', '091618.851000', '091618.853000', '091618.856000', '091618.859000', '091618.861000', '091618.864000', '091618.866000', '091618.869000', '091618.871000', '091618.874000', '091618.877000', '091618.879000', '091618.882000', '091618.885000', '091618.887000', '091618.890000', '091618.893000', '091618.895000', '091618.898000', '091618.900000', '091618.903000', '091618.906000', '091618.908000', '091618.911000', '091618.913000', '091618.916000', '091618.919000', '091618.921000', '091618.924000', '091618.927000', '091618.929000', '091618.932000', '091618.934000', '091618.937000', '091638.815000', '091638.843000', '091638.845000', '091638.848000', '091638.850000', '091638.853000', '091638.856000', '091638.858000', '091638.861000', '091638.863000', '091638.866000', '091638.869000', '091638.871000', '091638.874000', '091638.877000', '091638.879000', '091638.882000', '091638.885000', '091638.887000', '091638.890000', '091638.893000', '091638.895000', '091638.898000', '091638.900000', '091638.903000', '091638.906000', '091638.908000', '091638.911000', '091638.913000', '091638.916000', '091638.918000', '091638.921000', '091638.924000', '091638.926000', '091638.929000', '091638.932000', '091638.934000', '091638.937000', '091638.939000', '091638.942000', '091638.944000', '091638.947000', '091638.950000', '091658.815000', '091658.856000', '091658.859000', '091658.861000', '091658.864000', '091658.867000', '091658.869000', '091658.872000', '091658.875000', '091658.877000', '091658.880000', '091658.882000', '091658.885000', '091658.888000', '091658.890000', '091658.893000', '091658.896000', '091658.898000', '091658.901000', '091658.903000', '091658.906000', '091658.909000', '091658.911000', '091658.914000', '091658.916000', '091658.919000', '091658.921000', '091658.924000', '091658.927000', '091658.929000', '091658.932000', '091658.934000', '091658.937000', '091658.940000', '091658.942000', '091658.945000', '091658.947000', '091658.950000', '091658.953000', '091658.955000', '091658.958000', '091658.960000', '091658.963000', '091658.965000', '091718.815000', '091718.879000', '091718.881000', '091718.884000', '091718.887000', '091718.889000', '091718.892000', '091718.894000', '091718.897000', '091718.900000', '091718.902000', '091718.905000', '091718.907000', '091718.910000', '091718.913000', '091718.915000', '091718.918000', '091718.920000', '091718.923000', '091718.938000', '091718.941000', '091718.943000', '091718.946000', '091718.949000', '091718.951000', '091718.954000', '091718.956000', '091718.959000', '091718.961000', '091718.964000', '091718.967000', '091718.969000', '091718.972000', '091718.974000', '091718.977000', '091718.980000', '091718.982000', '091718.985000', '091718.987000', '091718.990000', '091718.993000', '091718.995000', '091718.998000', '091736.958000', '091736.961000', '091736.964000', '091736.966000', '091736.969000', '091736.972000', '091736.975000', '091736.978000', '091736.980000', '091736.983000', '091736.986000', '091736.989000', '091736.993000', '091736.996000', '091737.000000', '091737.003000', '091737.006000', '091737.009000', '091737.012000', '091737.026000', '091737.029000', '091737.032000', '091737.035000', '091737.039000', '091737.042000', '091737.045000', '091737.049000', '091737.052000', '091737.055000', '091737.057000', '091737.060000', '091737.063000', '091737.074000', '091737.077000', '091737.080000', '091737.086000', '091737.089000', '091737.092000', '091737.095000', '091737.099000'], 'InstanceCreationTime': ['091118.856000', '091118.859000', '091118.861000', '091118.864000', '091118.867000', '091118.869000', '091118.872000', '091118.874000', '091118.877000', '091118.879000', '091118.882000', '091118.885000', '091118.887000', '091118.890000', '091118.893000', '091118.895000', '091118.898000', '091118.900000', '091118.903000', '091118.906000', '091118.908000', '091118.911000', '091118.914000', '091118.916000', '091118.919000', '091118.921000', '091118.924000', '091118.926000', '091118.929000', '091118.932000', '091118.934000', '091118.937000', '091118.939000', '091118.942000', '091118.945000', '091118.947000', '091118.950000', '091118.952000', '091118.955000', '091118.958000', '091118.971000', '091118.974000', '091118.977000', '091118.979000', '091118.982000', '091118.984000', '091118.987000', '091118.990000', '091118.992000', '091138.815000', '091138.818000', '091138.821000', '091138.823000', '091138.826000', '091138.828000', '091138.831000', '091138.834000', '091138.836000', '091138.839000', '091138.841000', '091138.844000', '091138.846000', '091138.871000', '091138.873000', '091138.876000', '091138.878000', '091138.881000', '091138.883000', '091138.886000', '091138.889000', '091138.891000', '091138.894000', '091138.896000', '091138.899000', '091138.901000', '091138.904000', '091138.907000', '091138.909000', '091138.912000', '091138.914000', '091138.917000', '091138.920000', '091138.922000', '091138.925000', '091138.927000', '091138.930000', '091138.933000', '091138.935000', '091138.938000', '091138.940000', '091138.943000', '091138.945000', '091138.948000', '091158.815000', '091158.817000', '091158.820000', '091158.823000', '091158.825000', '091158.828000', '091158.830000', '091158.833000', '091158.836000', '091158.838000', '091158.841000', '091158.843000', '091158.846000', '091158.848000', '091158.851000', '091158.854000', '091158.856000', '091158.859000', '091158.861000', '091158.864000', '091158.867000', '091158.869000', '091158.872000', '091158.883000', '091158.886000', '091158.888000', '091158.891000', '091158.894000', '091158.897000', '091158.900000', '091158.902000', '091158.905000', '091158.908000', '091158.910000', '091158.913000', '091158.915000', '091158.918000', '091158.921000', '091158.923000', '091158.926000', '091158.928000', '091158.931000', '091158.933000', '091218.814000', '091218.836000', '091218.839000', '091218.842000', '091218.844000', '091218.847000', '091218.850000', '091218.852000', '091218.855000', '091218.857000', '091218.860000', '091218.862000', '091218.865000', '091218.867000', '091218.870000', '091218.873000', '091218.875000', '091218.878000', '091218.880000', '091218.883000', '091218.886000', '091218.888000', '091218.891000', '091218.893000', '091218.896000', '091218.898000', '091218.901000', '091218.903000', '091218.906000', '091218.909000', '091218.911000', '091218.914000', '091218.916000', '091218.919000', '091218.922000', '091218.924000', '091218.927000', '091218.929000', '091218.932000', '091218.935000', '091218.937000', '091218.940000', '091218.942000', '091218.945000', '091238.814000', '091238.817000', '091238.820000', '091238.823000', '091238.825000', '091238.828000', '091238.830000', '091238.833000', '091238.836000', '091238.838000', '091238.841000', '091238.843000', '091238.846000', '091238.848000', '091238.851000', '091238.854000', '091238.856000', '091238.859000', '091238.862000', '091238.864000', '091238.867000', '091238.870000', '091238.872000', '091238.875000', '091238.877000', '091238.880000', '091238.883000', '091238.885000', '091238.888000', '091238.890000', '091238.893000', '091238.896000', '091238.904000', '091238.906000', '091238.909000', '091238.911000', '091238.914000', '091238.917000', '091238.919000', '091238.922000', '091238.924000', '091238.927000', '091238.930000', '091258.816000', '091258.975000', '091258.978000', '091258.992000', '091258.994000', '091258.997000', '091258.999000', '091259.002000', '091259.004000', '091259.007000', '091259.010000', '091259.012000', '091259.015000', '091259.017000', '091259.020000', '091259.023000', '091259.025000', '091259.028000', '091259.030000', '091259.033000', '091259.036000', '091259.038000', '091259.041000', '091259.043000', '091259.046000', '091259.049000', '091259.058000', '091259.061000', '091259.063000', '091259.066000', '091259.068000', '091259.071000', '091259.074000', '091259.076000', '091259.079000', '091259.081000', '091259.084000', '091259.086000', '091259.089000', '091259.092000', '091259.094000', '091259.097000', '091259.099000', '091259.102000', '091318.815000', '091318.848000', '091318.850000', '091318.853000', '091318.856000', '091318.858000', '091318.861000', '091318.863000', '091318.866000', '091318.868000', '091318.871000', '091318.873000', '091318.876000', '091318.879000', '091318.881000', '091318.884000', '091318.886000', '091318.889000', '091318.892000', '091318.894000', '091318.897000', '091318.899000', '091318.902000', '091318.904000', '091318.907000', '091318.910000', '091318.912000', '091318.915000', '091318.917000', '091318.920000', '091318.923000', '091318.925000', '091318.928000', '091318.931000', '091318.933000', '091318.936000', '091318.938000', '091318.941000', '091318.944000', '091318.946000', '091318.949000', '091318.951000', '091318.954000', '091338.816000', '091338.818000', '091338.821000', '091338.824000', '091338.826000', '091338.829000', '091338.831000', '091338.834000', '091338.837000', '091338.839000', '091338.842000', '091338.844000', '091338.847000', '091338.849000', '091338.852000', '091338.855000', '091338.857000', '091338.860000', '091338.863000', '091338.865000', '091338.868000', '091338.870000', '091338.873000', '091338.875000', '091338.878000', '091338.881000', '091338.883000', '091338.886000', '091338.888000', '091338.891000', '091338.894000', '091338.896000', '091338.899000', '091338.901000', '091338.904000', '091338.907000', '091338.909000', '091338.912000', '091338.914000', '091338.917000', '091338.919000', '091338.922000', '091338.925000', '091338.927000', '091358.816000', '091358.852000', '091358.854000', '091358.857000', '091358.859000', '091358.862000', '091358.865000', '091358.867000', '091358.870000', '091358.872000', '091358.875000', '091358.877000', '091358.880000', '091358.883000', '091358.885000', '091358.888000', '091358.890000', '091358.893000', '091358.896000', '091358.898000', '091358.901000', '091358.903000', '091358.906000', '091358.908000', '091358.911000', '091358.913000', '091358.916000', '091358.919000', '091358.921000', '091358.924000', '091358.926000', '091358.929000', '091358.932000', '091358.934000', '091358.937000', '091358.939000', '091358.942000', '091358.944000', '091358.947000', '091358.949000', '091358.952000', '091358.954000', '091358.957000', '091418.815000', '091418.818000', '091418.820000', '091418.823000', '091418.825000', '091418.828000', '091418.831000', '091418.833000', '091418.836000', '091418.838000', '091418.841000', '091418.843000', '091418.846000', '091418.849000', '091418.851000', '091418.854000', '091418.857000', '091418.859000', '091418.862000', '091418.865000', '091418.867000', '091418.870000', '091418.872000', '091418.875000', '091418.877000', '091418.880000', '091418.883000', '091418.885000', '091418.898000', '091418.901000', '091418.910000', '091418.912000', '091418.915000', '091418.918000', '091418.920000', '091418.923000', '091418.926000', '091418.928000', '091418.931000', '091418.933000', '091418.936000', '091418.938000', '091418.941000', '091418.944000', '091438.815000', '091438.844000', '091438.847000', '091438.849000', '091438.852000', '091438.855000', '091438.857000', '091438.860000', '091438.862000', '091438.865000', '091438.867000', '091438.870000', '091438.873000', '091438.875000', '091438.878000', '091438.880000', '091438.883000', '091438.886000', '091438.888000', '091438.891000', '091438.893000', '091438.896000', '091438.898000', '091438.901000', '091438.904000', '091438.906000', '091438.909000', '091438.912000', '091438.914000', '091438.917000', '091438.919000', '091438.922000', '091438.924000', '091438.927000', '091438.930000', '091438.932000', '091438.935000', '091438.937000', '091438.940000', '091438.943000', '091438.945000', '091438.948000', '091438.950000', '091458.814000', '091458.826000', '091458.828000', '091458.831000', '091458.833000', '091458.836000', '091458.839000', '091458.841000', '091458.844000', '091458.846000', '091458.849000', '091458.852000', '091458.854000', '091458.857000', '091458.860000', '091458.862000', '091458.865000', '091458.867000', '091458.870000', '091458.873000', '091458.875000', '091458.878000', '091458.881000', '091458.884000', '091458.887000', '091458.889000', '091458.892000', '091458.894000', '091458.897000', '091458.900000', '091458.902000', '091458.905000', '091458.907000', '091458.910000', '091458.913000', '091458.915000', '091458.918000', '091458.920000', '091458.923000', '091458.925000', '091458.928000', '091458.931000', '091458.933000', '091458.936000', '091518.816000', '091518.819000', '091518.821000', '091518.843000', '091518.845000', '091518.848000', '091518.850000', '091518.853000', '091518.856000', '091518.858000', '091518.861000', '091518.864000', '091518.866000', '091518.869000', '091518.871000', '091518.874000', '091518.876000', '091518.879000', '091518.882000', '091518.884000', '091518.887000', '091518.889000', '091518.892000', '091518.895000', '091518.897000', '091518.900000', '091518.902000', '091518.905000', '091518.908000', '091518.910000', '091518.913000', '091518.915000', '091518.918000', '091518.920000', '091518.923000', '091518.925000', '091518.928000', '091518.931000', '091518.933000', '091518.936000', '091518.939000', '091518.941000', '091518.944000', '091538.816000', '091538.836000', '091538.839000', '091538.841000', '091538.844000', '091538.846000', '091538.849000', '091538.851000', '091538.854000', '091538.857000', '091538.859000', '091538.862000', '091538.865000', '091538.867000', '091538.870000', '091538.872000', '091538.875000', '091538.877000', '091538.880000', '091538.883000', '091538.885000', '091538.888000', '091538.891000', '091538.893000', '091538.896000', '091538.898000', '091538.901000', '091538.904000', '091538.906000', '091538.909000', '091538.911000', '091538.914000', '091538.916000', '091538.919000', '091538.922000', '091538.924000', '091538.927000', '091538.930000', '091538.932000', '091538.935000', '091538.938000', '091538.940000', '091538.943000', '091538.945000', '091558.815000', '091558.819000', '091558.822000', '091558.825000', '091558.827000', '091558.830000', '091558.832000', '091558.835000', '091558.838000', '091558.840000', '091558.843000', '091558.845000', '091558.848000', '091558.851000', '091558.853000', '091558.856000', '091558.858000', '091558.861000', '091558.864000', '091558.866000', '091558.869000', '091558.872000', '091558.874000', '091558.877000', '091558.879000', '091558.882000', '091558.885000', '091558.887000', '091558.890000', '091558.893000', '091558.895000', '091558.898000', '091558.900000', '091558.903000', '091558.905000', '091558.908000', '091558.910000', '091558.913000', '091558.916000', '091558.918000', '091558.921000', '091558.923000', '091558.926000', '091618.814000', '091618.817000', '091618.820000', '091618.832000', '091618.835000', '091618.838000', '091618.840000', '091618.843000', '091618.845000', '091618.848000', '091618.851000', '091618.853000', '091618.856000', '091618.859000', '091618.861000', '091618.864000', '091618.866000', '091618.869000', '091618.871000', '091618.874000', '091618.877000', '091618.879000', '091618.882000', '091618.885000', '091618.887000', '091618.890000', '091618.893000', '091618.895000', '091618.898000', '091618.900000', '091618.903000', '091618.906000', '091618.908000', '091618.911000', '091618.913000', '091618.916000', '091618.919000', '091618.921000', '091618.924000', '091618.927000', '091618.929000', '091618.932000', '091618.934000', '091618.937000', '091638.815000', '091638.843000', '091638.845000', '091638.848000', '091638.850000', '091638.853000', '091638.856000', '091638.858000', '091638.861000', '091638.863000', '091638.866000', '091638.869000', '091638.871000', '091638.874000', '091638.877000', '091638.879000', '091638.882000', '091638.885000', '091638.887000', '091638.890000', '091638.893000', '091638.895000', '091638.898000', '091638.900000', '091638.903000', '091638.906000', '091638.908000', '091638.911000', '091638.913000', '091638.916000', '091638.918000', '091638.921000', '091638.924000', '091638.926000', '091638.929000', '091638.932000', '091638.934000', '091638.937000', '091638.939000', '091638.942000', '091638.944000', '091638.947000', '091638.950000', '091658.815000', '091658.856000', '091658.859000', '091658.861000', '091658.864000', '091658.867000', '091658.869000', '091658.872000', '091658.875000', '091658.877000', '091658.880000', '091658.882000', '091658.885000', '091658.888000', '091658.890000', '091658.893000', '091658.896000', '091658.898000', '091658.901000', '091658.903000', '091658.906000', '091658.909000', '091658.911000', '091658.914000', '091658.916000', '091658.919000', '091658.921000', '091658.924000', '091658.927000', '091658.929000', '091658.932000', '091658.934000', '091658.937000', '091658.940000', '091658.942000', '091658.945000', '091658.947000', '091658.950000', '091658.953000', '091658.955000', '091658.958000', '091658.960000', '091658.963000', '091658.965000', '091718.815000', '091718.879000', '091718.881000', '091718.884000', '091718.887000', '091718.889000', '091718.892000', '091718.894000', '091718.897000', '091718.900000', '091718.902000', '091718.905000', '091718.907000', '091718.910000', '091718.913000', '091718.915000', '091718.918000', '091718.920000', '091718.923000', '091718.938000', '091718.941000', '091718.943000', '091718.946000', '091718.949000', '091718.951000', '091718.954000', '091718.956000', '091718.959000', '091718.961000', '091718.964000', '091718.967000', '091718.969000', '091718.972000', '091718.974000', '091718.977000', '091718.980000', '091718.982000', '091718.985000', '091718.987000', '091718.990000', '091718.993000', '091718.995000', '091718.998000', '091736.958000', '091736.961000', '091736.964000', '091736.966000', '091736.969000', '091736.972000', '091736.975000', '091736.978000', '091736.980000', '091736.983000', '091736.986000', '091736.989000', '091736.993000', '091736.996000', '091737.000000', '091737.003000', '091737.006000', '091737.009000', '091737.012000', '091737.026000', '091737.029000', '091737.032000', '091737.035000', '091737.039000', '091737.042000', '091737.045000', '091737.049000', '091737.052000', '091737.055000', '091737.057000', '091737.060000', '091737.063000', '091737.074000', '091737.077000', '091737.080000', '091737.086000', '091737.089000', '091737.092000', '091737.095000', '091737.099000'], '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': [7564, 7305, 11044, 8564, 10868, 7824, 9393, 6791, 6941, 8300, 11755, 8974, 7430, 7144, 6704, 7462, 9481, 9376, 7199, 7317, 7134, 7786, 7463, 11672, 8290, 7222, 7224, 7053, 7638, 9190, 10308, 7107, 7146, 8134, 8507, 10361, 7727, 10985, 7346, 7434, 8213, 9677, 10259, 8636, 8427, 7561, 7374, 9175, 7758, 8284, 9821, 6982, 7714, 7128, 8048, 8125, 9333, 10144, 7591, 7589, 7544, 8724, 7414, 7225, 9180, 8736, 9599, 7133, 8957, 6409, 7570, 9955, 8301, 7734, 11791, 6602, 7659, 7837, 7384, 7778, 10501, 7534, 7181, 6752, 7230, 7324, 8487, 7562, 9827, 7285, 7591, 7876, 7329, 8628, 10412, 7556, 7517, 6807, 7980, 11043, 8149, 7948, 10211, 7555, 7620, 7559, 7756, 11492, 9176, 8283, 9211, 7433, 7544, 8345, 7797, 11944, 8697, 7964, 8077, 7807, 7552, 7969, 7924, 10887, 7835, 7548, 7029, 8089, 8869, 8443, 8231, 9965, 7998, 7604, 8597, 7985, 14005, 10373, 7693, 7979, 7603, 6987, 8166, 7227, 8032, 10391, 7309, 7900, 9123, 7906, 8679, 13546, 8216, 7193, 7623, 8046, 9323, 11724, 8005, 7139, 7636, 8167, 8213, 11613, 8152, 7254, 7340, 8082, 9996, 8096, 8172, 12289, 8034, 6981, 7307, 8325, 10876, 8496, 7356, 8730, 8038, 6939, 8029, 8183, 12212, 8793, 8468, 8896, 8134, 7760, 12850, 8632, 7748, 8245, 8232, 7979, 11020, 8575, 7363, 7761, 8383, 7964, 8224, 8323, 13935, 8387, 7151, 7447, 8486, 9690, 10759, 8428, 6986, 7575, 8480, 10877, 8478, 8094, 12037, 8028, 7003, 8704, 8272, 10343, 12099, 8405, 8161, 7538, 8415, 9848, 8445, 7829, 12059, 7925, 7228, 7722, 8148, 9918, 8933, 8454, 9904, 8161, 7281, 7766, 7993, 12641, 10396, 8183, 8757, 8285, 7081, 8441, 8190, 11505, 8605, 8673, 8420, 8334, 7712, 10888, 8484, 7716, 8535, 8187, 7149, 7985, 8783, 13681, 10776, 8234, 8306, 7744, 8286, 11137, 8788, 8554, 8258, 8112, 7064, 9946, 8230, 10293, 8836, 7743, 6821, 6957, 7514, 10288, 8858, 7791, 7051, 7842, 6491, 7775, 12212, 9149, 7781, 10026, 7475, 7380, 8647, 7681, 11584, 10160, 7651, 6872, 6756, 8011, 9856, 8513, 8268, 7880, 7081, 8062, 9350, 7849, 8233, 12551, 7182, 7309, 8924, 7666, 9242, 12373, 8306, 8124, 7065, 7713, 10658, 8500, 8227, 8286, 7180, 8075, 10049, 8050, 8168, 11088, 7599, 7086, 8348, 8276, 11106, 11707, 7978, 7224, 7162, 7861, 9009, 9989, 7262, 7754, 8893, 6738, 7076, 11910, 9270, 7946, 11090, 6953, 7296, 10380, 8051, 12142, 10442, 7351, 8869, 6809, 7232, 10261, 8235, 7380, 7737, 7236, 6992, 8459, 7853, 10305, 10335, 7616, 7796, 6737, 7892, 12013, 9436, 9217, 8536, 8065, 8471, 7595, 8107, 12747, 7437, 7270, 7746, 7537, 7922, 12404, 9166, 7417, 7938, 7568, 7673, 9638, 8939, 13425, 7272, 7139, 7394, 7724, 11433, 9138, 7625, 7743, 7536, 6799, 7370, 8005, 12479, 7907, 7041, 7349, 7718, 7274, 8614, 8096, 10834, 7126, 7353, 8705, 7795, 9875, 11886, 7702, 7408, 6839, 7662, 9679, 7791, 11664, 9816, 8021, 9052, 7463, 7062, 9223, 8385, 13386, 7367, 7318, 7291, 8160, 10398, 9038, 8541, 11744, 7581, 7209, 7304, 8157, 8124, 12023, 8179, 7449, 7526, 8516, 10822, 9893, 9192, 12093, 8030, 9006, 6982, 7706, 11984, 8289, 7591, 8014, 7336, 8008, 7420, 7679, 7834, 8522, 11335, 7811, 7771, 7601, 10231, 9506, 8244, 7095, 7522, 7416, 8161, 11902, 10011, 8224, 6956, 7484, 7251, 7060, 10988, 7656, 7719, 10234, 13341, 9677, 7656, 8432, 7342, 7824, 13422, 10642, 8068, 8460, 7833, 7463, 10013, 8203, 7763, 9031, 7575, 7107, 7648, 8073, 9713, 12812, 10527, 6694, 8307, 7566, 7126, 8314, 8059, 13346, 10857, 8204, 9534, 7420, 7469, 10972, 9226, 7832, 8971, 7580, 7498, 9736, 8065, 11137, 14421, 8112, 7376, 7789, 8276, 7692, 10209, 10001, 10971, 7880, 8509, 9116, 7360, 7942, 13017, 9917, 7187, 7979, 8012, 7917, 7773, 7870, 12558, 7895, 6909, 7322, 8300, 9114, 8063, 7809, 9341, 8078, 8400, 7813, 7387, 12102, 7744, 8137, 7129, 8040, 9296, 7747, 11210, 10020, 8277, 9191, 7270, 7813, 11420, 9209, 8181, 8419, 8030, 7513, 7647, 8119, 13831, 9807, 7093, 7692, 8103, 9078, 7922, 8054, 11991, 8467, 8960, 7798, 7615, 9775, 8209, 11788, 7687, 8020, 8628, 7827, 8112, 10328, 8558, 10279, 7666, 7106, 7128, 8507, 12190, 9358, 7435, 8090, 8182, 8510, 7602, 7932, 9260, 6970, 6530, 7373, 7419, 7466, 12224, 8414, 7450, 7817, 7954, 10438, 8111, 11869, 11333, 8295, 9331, 7811, 7247, 7793, 8743, 13043, 8920, 7397, 7384, 8172, 9176, 7939, 8647, 10885, 8147, 9004, 7832, 8557, 7724, 7789, 13738, 8101, 9707, 7843, 7385, 7998, 8169, 12263, 9722, 7405, 8191, 8229, 9218, 7992, 7975, 12697, 8061, 7309, 7639, 8598, 10212, 9061, 8876, 12690, 7379, 8509, 9568, 8118, 8064, 12771, 10392, 9612, 7837, 8348, 8948, 7587, 8257, 13497, 10503, 7964, 8519, 8245, 7595, 8790, 8436, 12451, 10523, 8465, 9098, 7865, 7325, 10389, 8508, 9410, 7526, 8521, 7971, 8041, 8005, 12956, 9749, 7187, 7924, 7960, 7678, 8339, 8412, 14030, 10908, 8331, 8919, 7669, 7638, 10032, 8260, 10568, 8605, 8407, 8707, 8115, 10011, 9218, 8349, 11485, 8142, 7184, 7153, 8531, 11646, 8955, 7851, 8206, 8061, 6965, 7238, 8685, 12750, 10431, 7960, 8768, 8215, 7466, 8683, 8366, 14013, 9505, 7598, 7923, 8348, 7258, 10136, 9245, 11282, 7711, 8266, 8248, 7122, 7616, 7589, 8762, 8919, 10077, 11444, 7309, 8207, 9777, 7705, 8654, 13456, 10439, 8451, 8093, 7957, 8224, 12265, 7933, 7447, 7135, 8499, 7943, 10229, 8404, 7499, 7907, 8394, 7567, 8637, 8702, 13240, 11261, 8518, 9345, 7785, 8204, 11293, 10106, 7905, 8500, 7743, 7867, 8929, 7500, 7692, 8268, 7420, 7243, 9412, 12616, 6746, 7905, 8921, 8273, 8175, 13002, 9220, 7724, 8270, 7224, 7980, 11184, 9732, 8266, 7517, 7083, 8060, 8471, 8614, 8352, 10743, 7502, 7217, 8306, 7349, 8567], 'WindowCenter': [3721.0, 3703.0, 3731.0, 3696.0, 3718.0, 3673.0, 3694.0, 3649.0, 3660.0, 3681.0, 3713.0, 3693.0, 3672.0, 3672.0, 3660.0, 3671.0, 3690.0, 3691.0, 3659.0, 3658.0, 3659.0, 3670.0, 3670.0, 3725.0, 3681.0, 3671.0, 3672.0, 3661.0, 3671.0, 3703.0, 3715.0, 3661.0, 3659.0, 3670.0, 3682.0, 3703.0, 3671.0, 3703.0, 3659.0, 3659.0, 3679.0, 3691.0, 3701.0, 3680.0, 3680.0, 3669.0, 3658.0, 3690.0, 3668.0, 3680.0, 3689.0, 3656.0, 3668.0, 3646.0, 3668.0, 3667.0, 3692.0, 3689.0, 3669.0, 3667.0, 3670.0, 3681.0, 3659.0, 3657.0, 3689.0, 3679.0, 3691.0, 3658.0, 3678.0, 3647.0, 3669.0, 3690.0, 3668.0, 3672.0, 3710.0, 3647.0, 3668.0, 3667.0, 3669.0, 3669.0, 3701.0, 3669.0, 3658.0, 3647.0, 3670.0, 3670.0, 3680.0, 3671.0, 3690.0, 3659.0, 3669.0, 3681.0, 3670.0, 3679.0, 3701.0, 3669.0, 3658.0, 3647.0, 3669.0, 3700.0, 3669.0, 3669.0, 3690.0, 3668.0, 3657.0, 3656.0, 3670.0, 3699.0, 3690.0, 3668.0, 3677.0, 3656.0, 3655.0, 3668.0, 3668.0, 3698.0, 3679.0, 3667.0, 3666.0, 3656.0, 3657.0, 3667.0, 3667.0, 3699.0, 3657.0, 3668.0, 3656.0, 3669.0, 3678.0, 3679.0, 3680.0, 3690.0, 3670.0, 3668.0, 3678.0, 3682.0, 3723.0, 3701.0, 3669.0, 3679.0, 3669.0, 3671.0, 3679.0, 3671.0, 3681.0, 3701.0, 3669.0, 3680.0, 3689.0, 3681.0, 3692.0, 3735.0, 3681.0, 3658.0, 3667.0, 3669.0, 3689.0, 3710.0, 3668.0, 3658.0, 3667.0, 3680.0, 3679.0, 3712.0, 3669.0, 3657.0, 3657.0, 3667.0, 3688.0, 3667.0, 3667.0, 3711.0, 3667.0, 3645.0, 3656.0, 3679.0, 3698.0, 3677.0, 3657.0, 3666.0, 3667.0, 3645.0, 3668.0, 3668.0, 3709.0, 3679.0, 3667.0, 3676.0, 3668.0, 3668.0, 3709.0, 3679.0, 3669.0, 3678.0, 3679.0, 3668.0, 3699.0, 3679.0, 3658.0, 3656.0, 3667.0, 3667.0, 3680.0, 3678.0, 3722.0, 3680.0, 3656.0, 3656.0, 3678.0, 3688.0, 3699.0, 3679.0, 3658.0, 3668.0, 3679.0, 3699.0, 3669.0, 3668.0, 3699.0, 3667.0, 3646.0, 3665.0, 3668.0, 3687.0, 3698.0, 3668.0, 3665.0, 3654.0, 3666.0, 3676.0, 3666.0, 3668.0, 3698.0, 3667.0, 3658.0, 3654.0, 3668.0, 3687.0, 3677.0, 3668.0, 3676.0, 3666.0, 3644.0, 3654.0, 3666.0, 3697.0, 3688.0, 3668.0, 3665.0, 3665.0, 3644.0, 3666.0, 3667.0, 3697.0, 3666.0, 3666.0, 3665.0, 3666.0, 3656.0, 3699.0, 3680.0, 3667.0, 3677.0, 3667.0, 3657.0, 3667.0, 3679.0, 3721.0, 3700.0, 3668.0, 3667.0, 3657.0, 3678.0, 3711.0, 3679.0, 3678.0, 3667.0, 3667.0, 3646.0, 3689.0, 3668.0, 3701.0, 3677.0, 3668.0, 3646.0, 3658.0, 3668.0, 3699.0, 3692.0, 3670.0, 3659.0, 3668.0, 3648.0, 3670.0, 3711.0, 3691.0, 3669.0, 3689.0, 3658.0, 3656.0, 3667.0, 3657.0, 3697.0, 3689.0, 3657.0, 3634.0, 3633.0, 3667.0, 3688.0, 3667.0, 3669.0, 3667.0, 3646.0, 3668.0, 3678.0, 3668.0, 3670.0, 3712.0, 3647.0, 3657.0, 3677.0, 3669.0, 3679.0, 3710.0, 3682.0, 3668.0, 3658.0, 3658.0, 3699.0, 3680.0, 3681.0, 3682.0, 3660.0, 3681.0, 3701.0, 3670.0, 3681.0, 3713.0, 3670.0, 3660.0, 3681.0, 3681.0, 3713.0, 3712.0, 3669.0, 3658.0, 3658.0, 3670.0, 3690.0, 3701.0, 3673.0, 3672.0, 3691.0, 3659.0, 3658.0, 3700.0, 3691.0, 3670.0, 3700.0, 3658.0, 3658.0, 3689.0, 3668.0, 3699.0, 3688.0, 3645.0, 3665.0, 3634.0, 3644.0, 3686.0, 3667.0, 3657.0, 3656.0, 3657.0, 3646.0, 3667.0, 3668.0, 3689.0, 3700.0, 3668.0, 3657.0, 3647.0, 3668.0, 3699.0, 3680.0, 3679.0, 3681.0, 3668.0, 3666.0, 3668.0, 3668.0, 3711.0, 3658.0, 3658.0, 3668.0, 3669.0, 3669.0, 3711.0, 3692.0, 3658.0, 3668.0, 3658.0, 3657.0, 3690.0, 3677.0, 3711.0, 3657.0, 3645.0, 3656.0, 3657.0, 3698.0, 3677.0, 3657.0, 3655.0, 3656.0, 3645.0, 3657.0, 3669.0, 3710.0, 3668.0, 3647.0, 3656.0, 3657.0, 3656.0, 3678.0, 3669.0, 3689.0, 3647.0, 3657.0, 3667.0, 3669.0, 3689.0, 3711.0, 3668.0, 3657.0, 3647.0, 3656.0, 3677.0, 3657.0, 3699.0, 3688.0, 3667.0, 3666.0, 3656.0, 3645.0, 3678.0, 3668.0, 3709.0, 3656.0, 3645.0, 3644.0, 3666.0, 3687.0, 3677.0, 3678.0, 3699.0, 3657.0, 3657.0, 3656.0, 3669.0, 3668.0, 3710.0, 3681.0, 3657.0, 3668.0, 3678.0, 3700.0, 3689.0, 3679.0, 3699.0, 3668.0, 3677.0, 3656.0, 3667.0, 3699.0, 3680.0, 3667.0, 3668.0, 3668.0, 3679.0, 3668.0, 3669.0, 3667.0, 3680.0, 3701.0, 3669.0, 3670.0, 3668.0, 3689.0, 3690.0, 3680.0, 3657.0, 3656.0, 3656.0, 3669.0, 3699.0, 3690.0, 3681.0, 3658.0, 3658.0, 3671.0, 3659.0, 3699.0, 3657.0, 3668.0, 3690.0, 3722.0, 3691.0, 3670.0, 3669.0, 3657.0, 3657.0, 3709.0, 3690.0, 3657.0, 3666.0, 3656.0, 3656.0, 3689.0, 3667.0, 3658.0, 3677.0, 3657.0, 3646.0, 3655.0, 3667.0, 3677.0, 3711.0, 3702.0, 3648.0, 3668.0, 3671.0, 3659.0, 3668.0, 3667.0, 3710.0, 3700.0, 3669.0, 3678.0, 3659.0, 3656.0, 3688.0, 3680.0, 3668.0, 3677.0, 3668.0, 3656.0, 3676.0, 3666.0, 3698.0, 3721.0, 3668.0, 3657.0, 3656.0, 3667.0, 3656.0, 3687.0, 3689.0, 3688.0, 3655.0, 3668.0, 3664.0, 3644.0, 3654.0, 3697.0, 3689.0, 3645.0, 3655.0, 3655.0, 3654.0, 3657.0, 3666.0, 3710.0, 3668.0, 3658.0, 3657.0, 3667.0, 3678.0, 3668.0, 3669.0, 3691.0, 3669.0, 3667.0, 3668.0, 3657.0, 3711.0, 3670.0, 3668.0, 3658.0, 3668.0, 3677.0, 3657.0, 3701.0, 3689.0, 3668.0, 3677.0, 3656.0, 3657.0, 3698.0, 3679.0, 3668.0, 3667.0, 3668.0, 3656.0, 3656.0, 3656.0, 3709.0, 3690.0, 3645.0, 3656.0, 3667.0, 3665.0, 3667.0, 3666.0, 3699.0, 3667.0, 3676.0, 3656.0, 3655.0, 3687.0, 3667.0, 3699.0, 3656.0, 3666.0, 3665.0, 3656.0, 3666.0, 3687.0, 3678.0, 3686.0, 3655.0, 3643.0, 3644.0, 3677.0, 3698.0, 3679.0, 3658.0, 3666.0, 3668.0, 3677.0, 3667.0, 3668.0, 3692.0, 3659.0, 3648.0, 3669.0, 3669.0, 3669.0, 3712.0, 3683.0, 3659.0, 3669.0, 3670.0, 3689.0, 3669.0, 3700.0, 3700.0, 3669.0, 3679.0, 3657.0, 3655.0, 3657.0, 3667.0, 3710.0, 3679.0, 3657.0, 3657.0, 3668.0, 3678.0, 3668.0, 3667.0, 3700.0, 3668.0, 3677.0, 3657.0, 3665.0, 3656.0, 3656.0, 3709.0, 3668.0, 3676.0, 3656.0, 3645.0, 3655.0, 3667.0, 3698.0, 3689.0, 3670.0, 3678.0, 3678.0, 3676.0, 3667.0, 3667.0, 3710.0, 3668.0, 3657.0, 3668.0, 3679.0, 3688.0, 3679.0, 3680.0, 3711.0, 3658.0, 3679.0, 3688.0, 3667.0, 3667.0, 3709.0, 3689.0, 3677.0, 3656.0, 3667.0, 3676.0, 3656.0, 3667.0, 3708.0, 3689.0, 3655.0, 3665.0, 3666.0, 3654.0, 3665.0, 3667.0, 3698.0, 3687.0, 3667.0, 3665.0, 3666.0, 3655.0, 3686.0, 3680.0, 3677.0, 3655.0, 3678.0, 3665.0, 3667.0, 3666.0, 3709.0, 3691.0, 3658.0, 3669.0, 3668.0, 3655.0, 3666.0, 3667.0, 3709.0, 3688.0, 3667.0, 3677.0, 3656.0, 3656.0, 3689.0, 3667.0, 3688.0, 3666.0, 3666.0, 3665.0, 3666.0, 3688.0, 3676.0, 3667.0, 3697.0, 3655.0, 3644.0, 3643.0, 3665.0, 3686.0, 3676.0, 3667.0, 3665.0, 3666.0, 3644.0, 3656.0, 3679.0, 3709.0, 3701.0, 3667.0, 3677.0, 3668.0, 3656.0, 3678.0, 3667.0, 3721.0, 3689.0, 3668.0, 3667.0, 3677.0, 3656.0, 3689.0, 3690.0, 3700.0, 3667.0, 3679.0, 3681.0, 3659.0, 3668.0, 3656.0, 3665.0, 3677.0, 3688.0, 3698.0, 3657.0, 3669.0, 3687.0, 3658.0, 3667.0, 3710.0, 3689.0, 3667.0, 3656.0, 3656.0, 3666.0, 3711.0, 3668.0, 3657.0, 3646.0, 3678.0, 3667.0, 3689.0, 3682.0, 3659.0, 3669.0, 3680.0, 3657.0, 3667.0, 3679.0, 3711.0, 3698.0, 3668.0, 3678.0, 3668.0, 3668.0, 3715.0, 3706.0, 3656.0, 3664.0, 3655.0, 3667.0, 3677.0, 3658.0, 3657.0, 3668.0, 3657.0, 3657.0, 3679.0, 3711.0, 3647.0, 3668.0, 3666.0, 3669.0, 3667.0, 3710.0, 3678.0, 3657.0, 3666.0, 3657.0, 3668.0, 3688.0, 3690.0, 3669.0, 3657.0, 3647.0, 3667.0, 3667.0, 3678.0, 3681.0, 3701.0, 3658.0, 3658.0, 3668.0, 3658.0, 3678.0], 'WindowWidth': [8409.0, 8367.0, 8395.0, 8341.0, 8370.0, 8303.0, 8328.0, 8264.0, 8280.0, 8308.0, 8351.0, 8323.0, 8297.0, 8298.0, 8277.0, 8296.0, 8318.0, 8320.0, 8275.0, 8272.0, 8272.0, 8290.0, 8292.0, 8372.0, 8308.0, 8296.0, 8294.0, 8281.0, 8295.0, 8340.0, 8358.0, 8280.0, 8275.0, 8290.0, 8309.0, 8339.0, 8293.0, 8337.0, 8273.0, 8272.0, 8302.0, 8318.0, 8333.0, 8301.0, 8303.0, 8287.0, 8269.0, 8315.0, 8286.0, 8302.0, 8312.0, 8265.0, 8285.0, 8251.0, 8284.0, 8283.0, 8322.0, 8314.0, 8288.0, 8283.0, 8291.0, 8306.0, 8274.0, 8269.0, 8315.0, 8299.0, 8319.0, 8271.0, 8298.0, 8255.0, 8285.0, 8316.0, 8284.0, 8295.0, 8343.0, 8255.0, 8282.0, 8280.0, 8289.0, 8286.0, 8333.0, 8287.0, 8272.0, 8256.0, 8290.0, 8291.0, 8303.0, 8295.0, 8317.0, 8274.0, 8288.0, 8305.0, 8292.0, 8302.0, 8333.0, 8287.0, 8272.0, 8255.0, 8287.0, 8330.0, 8286.0, 8286.0, 8314.0, 8284.0, 8268.0, 8265.0, 8289.0, 8328.0, 8316.0, 8283.0, 8292.0, 8265.0, 8263.0, 8284.0, 8283.0, 8324.0, 8300.0, 8281.0, 8277.0, 8266.0, 8267.0, 8283.0, 8282.0, 8328.0, 8268.0, 8284.0, 8267.0, 8288.0, 8299.0, 8303.0, 8306.0, 8316.0, 8289.0, 8284.0, 8299.0, 8310.0, 8366.0, 8333.0, 8287.0, 8301.0, 8291.0, 8294.0, 8300.0, 8293.0, 8306.0, 8332.0, 8288.0, 8303.0, 8314.0, 8307.0, 8321.0, 8388.0, 8306.0, 8270.0, 8282.0, 8288.0, 8314.0, 8344.0, 8285.0, 8271.0, 8282.0, 8305.0, 8302.0, 8348.0, 8287.0, 8267.0, 8267.0, 8281.0, 8309.0, 8283.0, 8279.0, 8344.0, 8280.0, 8248.0, 8263.0, 8300.0, 8325.0, 8295.0, 8268.0, 8277.0, 8282.0, 8248.0, 8283.0, 8283.0, 8341.0, 8300.0, 8281.0, 8292.0, 8283.0, 8284.0, 8341.0, 8300.0, 8289.0, 8298.0, 8301.0, 8286.0, 8326.0, 8302.0, 8272.0, 8265.0, 8282.0, 8280.0, 8304.0, 8297.0, 8363.0, 8303.0, 8265.0, 8264.0, 8296.0, 8309.0, 8326.0, 8299.0, 8270.0, 8284.0, 8299.0, 8326.0, 8288.0, 8283.0, 8326.0, 8281.0, 8251.0, 8274.0, 8284.0, 8308.0, 8322.0, 8282.0, 8274.0, 8259.0, 8276.0, 8289.0, 8279.0, 8285.0, 8324.0, 8279.0, 8270.0, 8261.0, 8284.0, 8308.0, 8293.0, 8283.0, 8290.0, 8276.0, 8244.0, 8257.0, 8276.0, 8320.0, 8310.0, 8280.0, 8273.0, 8274.0, 8246.0, 8278.0, 8280.0, 8319.0, 8276.0, 8277.0, 8274.0, 8277.0, 8264.0, 8324.0, 8304.0, 8282.0, 8294.0, 8282.0, 8268.0, 8282.0, 8297.0, 8359.0, 8329.0, 8283.0, 8279.0, 8266.0, 8298.0, 8347.0, 8301.0, 8297.0, 8281.0, 8282.0, 8253.0, 8313.0, 8285.0, 8332.0, 8295.0, 8283.0, 8252.0, 8270.0, 8287.0, 8329.0, 8324.0, 8291.0, 8273.0, 8284.0, 8256.0, 8290.0, 8347.0, 8317.0, 8286.0, 8312.0, 8269.0, 8264.0, 8278.0, 8268.0, 8319.0, 8312.0, 8265.0, 8232.0, 8230.0, 8280.0, 8310.0, 8281.0, 8286.0, 8280.0, 8251.0, 8280.0, 8296.0, 8285.0, 8286.0, 8349.0, 8254.0, 8266.0, 8291.0, 8286.0, 8299.0, 8340.0, 8307.0, 8282.0, 8269.0, 8269.0, 8325.0, 8303.0, 8305.0, 8309.0, 8278.0, 8306.0, 8332.0, 8290.0, 8305.0, 8349.0, 8289.0, 8278.0, 8307.0, 8308.0, 8351.0, 8347.0, 8286.0, 8270.0, 8270.0, 8289.0, 8317.0, 8335.0, 8302.0, 8295.0, 8319.0, 8273.0, 8268.0, 8329.0, 8318.0, 8288.0, 8329.0, 8270.0, 8269.0, 8312.0, 8283.0, 8325.0, 8308.0, 8247.0, 8271.0, 8229.0, 8244.0, 8303.0, 8279.0, 8267.0, 8263.0, 8268.0, 8251.0, 8280.0, 8284.0, 8312.0, 8330.0, 8284.0, 8266.0, 8253.0, 8283.0, 8325.0, 8301.0, 8300.0, 8304.0, 8282.0, 8277.0, 8284.0, 8283.0, 8344.0, 8270.0, 8272.0, 8282.0, 8288.0, 8285.0, 8344.0, 8322.0, 8270.0, 8282.0, 8270.0, 8267.0, 8315.0, 8294.0, 8344.0, 8265.0, 8249.0, 8262.0, 8268.0, 8324.0, 8296.0, 8267.0, 8261.0, 8265.0, 8248.0, 8268.0, 8287.0, 8342.0, 8282.0, 8254.0, 8263.0, 8266.0, 8265.0, 8296.0, 8288.0, 8312.0, 8254.0, 8268.0, 8279.0, 8288.0, 8313.0, 8344.0, 8284.0, 8268.0, 8256.0, 8265.0, 8295.0, 8269.0, 8326.0, 8310.0, 8279.0, 8275.0, 8263.0, 8248.0, 8295.0, 8283.0, 8340.0, 8264.0, 8248.0, 8245.0, 8279.0, 8308.0, 8292.0, 8297.0, 8325.0, 8267.0, 8267.0, 8264.0, 8288.0, 8286.0, 8343.0, 8306.0, 8269.0, 8283.0, 8297.0, 8330.0, 8314.0, 8299.0, 8324.0, 8284.0, 8294.0, 8266.0, 8283.0, 8326.0, 8305.0, 8283.0, 8285.0, 8285.0, 8301.0, 8285.0, 8287.0, 8282.0, 8303.0, 8333.0, 8287.0, 8290.0, 8283.0, 8315.0, 8315.0, 8303.0, 8268.0, 8264.0, 8264.0, 8286.0, 8328.0, 8316.0, 8309.0, 8272.0, 8269.0, 8294.0, 8272.0, 8325.0, 8265.0, 8282.0, 8314.0, 8362.0, 8317.0, 8289.0, 8285.0, 8266.0, 8266.0, 8337.0, 8314.0, 8265.0, 8275.0, 8262.0, 8262.0, 8309.0, 8279.0, 8269.0, 8290.0, 8266.0, 8249.0, 8261.0, 8280.0, 8293.0, 8343.0, 8335.0, 8257.0, 8282.0, 8291.0, 8272.0, 8280.0, 8281.0, 8340.0, 8329.0, 8284.0, 8294.0, 8271.0, 8263.0, 8307.0, 8301.0, 8283.0, 8294.0, 8282.0, 8264.0, 8289.0, 8278.0, 8322.0, 8358.0, 8281.0, 8267.0, 8263.0, 8278.0, 8262.0, 8306.0, 8313.0, 8308.0, 8262.0, 8281.0, 8271.0, 8245.0, 8257.0, 8317.0, 8312.0, 8246.0, 8259.0, 8262.0, 8258.0, 8267.0, 8277.0, 8342.0, 8283.0, 8269.0, 8266.0, 8281.0, 8296.0, 8285.0, 8289.0, 8319.0, 8287.0, 8282.0, 8284.0, 8267.0, 8344.0, 8290.0, 8284.0, 8270.0, 8282.0, 8293.0, 8269.0, 8331.0, 8311.0, 8284.0, 8294.0, 8264.0, 8265.0, 8323.0, 8299.0, 8284.0, 8278.0, 8282.0, 8264.0, 8263.0, 8264.0, 8338.0, 8316.0, 8249.0, 8263.0, 8281.0, 8275.0, 8282.0, 8278.0, 8326.0, 8280.0, 8290.0, 8262.0, 8262.0, 8307.0, 8281.0, 8327.0, 8264.0, 8278.0, 8273.0, 8265.0, 8279.0, 8306.0, 8296.0, 8302.0, 8262.0, 8243.0, 8244.0, 8295.0, 8321.0, 8300.0, 8268.0, 8278.0, 8285.0, 8295.0, 8283.0, 8286.0, 8322.0, 8274.0, 8260.0, 8286.0, 8288.0, 8288.0, 8347.0, 8311.0, 8272.0, 8287.0, 8288.0, 8311.0, 8285.0, 8329.0, 8329.0, 8284.0, 8297.0, 8268.0, 8260.0, 8265.0, 8279.0, 8340.0, 8300.0, 8265.0, 8266.0, 8282.0, 8293.0, 8284.0, 8280.0, 8327.0, 8282.0, 8293.0, 8266.0, 8274.0, 8265.0, 8265.0, 8340.0, 8283.0, 8289.0, 8262.0, 8247.0, 8259.0, 8281.0, 8322.0, 8313.0, 8290.0, 8296.0, 8297.0, 8291.0, 8282.0, 8280.0, 8344.0, 8283.0, 8268.0, 8282.0, 8298.0, 8308.0, 8299.0, 8302.0, 8347.0, 8270.0, 8298.0, 8309.0, 8281.0, 8279.0, 8338.0, 8313.0, 8293.0, 8264.0, 8280.0, 8290.0, 8265.0, 8281.0, 8336.0, 8311.0, 8261.0, 8274.0, 8275.0, 8258.0, 8274.0, 8278.0, 8322.0, 8304.0, 8278.0, 8274.0, 8276.0, 8261.0, 8305.0, 8303.0, 8293.0, 8262.0, 8295.0, 8275.0, 8281.0, 8278.0, 8340.0, 8321.0, 8271.0, 8286.0, 8285.0, 8262.0, 8277.0, 8281.0, 8341.0, 8310.0, 8280.0, 8293.0, 8266.0, 8263.0, 8311.0, 8279.0, 8311.0, 8276.0, 8276.0, 8272.0, 8278.0, 8311.0, 8292.0, 8280.0, 8319.0, 8261.0, 8244.0, 8241.0, 8274.0, 8302.0, 8291.0, 8279.0, 8273.0, 8278.0, 8247.0, 8264.0, 8299.0, 8340.0, 8333.0, 8281.0, 8294.0, 8283.0, 8266.0, 8299.0, 8282.0, 8359.0, 8312.0, 8284.0, 8281.0, 8294.0, 8265.0, 8313.0, 8316.0, 8329.0, 8282.0, 8299.0, 8308.0, 8274.0, 8282.0, 8263.0, 8273.0, 8292.0, 8309.0, 8322.0, 8266.0, 8285.0, 8305.0, 8268.0, 8277.0, 8342.0, 8308.0, 8278.0, 8262.0, 8263.0, 8275.0, 8343.0, 8283.0, 8265.0, 8249.0, 8295.0, 8280.0, 8311.0, 8309.0, 8272.0, 8286.0, 8304.0, 8268.0, 8281.0, 8298.0, 8345.0, 8323.0, 8282.0, 8296.0, 8283.0, 8283.0, 8360.0, 8348.0, 8262.0, 8269.0, 8260.0, 8280.0, 8294.0, 8270.0, 8268.0, 8281.0, 8266.0, 8266.0, 8297.0, 8343.0, 8253.0, 8282.0, 8277.0, 8285.0, 8279.0, 8342.0, 8294.0, 8265.0, 8275.0, 8264.0, 8281.0, 8309.0, 8317.0, 8285.0, 8267.0, 8254.0, 8281.0, 8281.0, 8298.0, 8306.0, 8331.0, 8270.0, 8269.0, 8282.0, 8271.0, 8296.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.0008480207134637514</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.01862342324510932</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.973448287534566</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1574018281451615</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0079985682718895</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4364</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7838.0933</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1342214487344515</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>126</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>14.499424626006904</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3572645042779996</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.249692309999519</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5632603025234757</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2588409003110037</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00630417</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01869206875562668</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.021901369094848633</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.917434911044761</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.6999998092651367</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>30.9383</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>28.0739</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>137.2333</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>36.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>313687.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>669.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>287.5075</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.339</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>460.4392</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2994.6582</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3147.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>62857.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1085.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3946.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>803.3254</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>42.60597183741629</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> |