=== 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-0036 --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-0036",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
107 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
107 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-0036_ses-01_task-social_acq-mb8_run-06_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-0036_ses-01_task-social_acq-mb8_run-06_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-06_session-01_subject-0036_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-0036/figures/sub-0036_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-01_subject-0036_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-0036/figures/sub-0036_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-01_subject-0036_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-0036/figures/sub-0036_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-01_subject-0036_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-0036/figures/sub-0036_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-01_task-social_acq-mb8_run-06_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-06_session-01_subject-0036_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-0036/figures/sub-0036_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-01_task-social_acq-mb8_run-06_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-06_session-01_subject-0036_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-0036/figures/sub-0036_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0036_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-0036/figures/sub-0036_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0036/figures/sub-0036_ses-01_task-social_acq-mb8_run-06_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-0036/figures/sub-0036_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-01_task-social_acq-mb8_run-06_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-0036/ses-01/func/sub-0036_ses-01_task-social_acq-mb8_run-06_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>c803340cc98418c2a065e76b684cd6e5</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:49:47.770000</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_VE11C_LATEST_20160120</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.998058, 0.0622678, -0.00176523, -0.0622679, 0.998059, 3.10083e-05]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-06_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.141833</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-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4148, -7715, -7174, 535, -68, -41, 85, 71]</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>323.927</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>b0d29622-4195-4dce-a4ca-a7a44acb63b1||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6777164936065674, -0.16706013679504395, -0.004762074910104275, 122.21985626220703], [-0.1670600175857544, 2.677720546722412, -0.00021321581152733415, -74.5042724609375], [-0.004735972266644239, -8.319289918290451e-05, 2.699995756149292, -29.525524139404297], [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': ['094947.770000', '094948.230000', '094948.690000', '094949.150000', '094949.610000', '094950.070000', '094950.530000', '094950.990000', '094951.450000', '094951.910000', '094952.370000', '094952.830000', '094953.290000', '094953.750000', '094954.210000', '094954.670000', '094955.130000', '094955.590000', '094956.050000', '094956.510000', '094956.970000', '094957.430000', '094957.890000', '094958.350000', '094958.810000', '094959.270000', '094959.730000', '095000.190000', '095000.650000', '095001.110000', '095001.570000', '095002.030000', '095002.490000', '095002.950000', '095003.410000', '095003.870000', '095004.330000', '095004.790000', '095005.250000', '095005.710000', '095006.170000', '095006.630000', '095007.090000', '095007.550000', '095008.010000', '095008.470000', '095008.930000', '095009.390000', '095009.850000', '095010.310000', '095010.770000', '095011.230000', '095011.690000', '095012.150000', '095012.610000', '095013.070000', '095013.530000', '095013.990000', '095014.450000', '095014.910000', '095015.370000', '095015.830000', '095016.290000', '095016.750000', '095017.210000', '095017.670000', '095018.130000', '095018.590000', '095019.050000', '095019.510000', '095019.970000', '095020.430000', '095020.890000', '095021.350000', '095021.810000', '095022.270000', '095022.730000', '095023.190000', '095023.650000', '095024.110000', '095024.570000', '095025.030000', '095025.490000', '095025.950000', '095026.410000', '095026.870000', '095027.330000', '095027.790000', '095028.250000', '095028.710000', '095029.170000', '095029.630000', '095030.090000', '095030.550000', '095031.010000', '095031.470000', '095031.930000', '095032.390000', '095032.850000', '095033.310000', '095033.770000', '095034.230000', '095034.690000', '095035.150000', '095035.610000', '095036.070000', '095036.530000', '095036.990000', '095037.450000', '095037.910000', '095038.370000', '095038.830000', '095039.290000', '095039.750000', '095040.210000', '095040.670000', '095041.130000', '095041.590000', '095042.050000', '095042.510000', '095042.970000', '095043.430000', '095043.890000', '095044.350000', '095044.810000', '095045.270000', '095045.730000', '095046.190000', '095046.650000', '095047.110000', '095047.570000', '095048.030000', '095048.490000', '095048.950000', '095049.410000', '095049.870000', '095050.330000', '095050.790000', '095051.250000', '095051.710000', '095052.170000', '095052.630000', '095053.090000', '095053.550000', '095054.010000', '095054.470000', '095054.930000', '095055.390000', '095055.850000', '095056.310000', '095056.770000', '095057.230000', '095057.690000', '095058.150000', '095058.610000', '095059.070000', '095059.530000', '095059.990000', '095100.450000', '095100.910000', '095101.370000', '095101.830000', '095102.290000', '095102.750000', '095103.210000', '095103.670000', '095104.130000', '095104.590000', '095105.050000', '095105.510000', '095105.970000', '095106.430000', '095106.890000', '095107.350000', '095107.810000', '095108.270000', '095108.730000', '095109.190000', '095109.650000', '095110.110000', '095110.570000', '095111.030000', '095111.490000', '095111.950000', '095112.410000', '095112.870000', '095113.330000', '095113.790000', '095114.250000', '095114.710000', '095115.170000', '095115.630000', '095116.090000', '095116.550000', '095117.010000', '095117.470000', '095117.930000', '095118.390000', '095118.850000', '095119.310000', '095119.770000', '095120.230000', '095120.690000', '095121.150000', '095121.610000', '095122.070000', '095122.530000', '095122.990000', '095123.450000', '095123.910000', '095124.370000', '095124.830000', '095125.290000', '095125.750000', '095126.210000', '095126.670000', '095127.130000', '095127.590000', '095128.050000', '095128.510000', '095128.970000', '095129.430000', '095129.890000', '095130.350000', '095130.810000', '095131.270000', '095131.730000', '095132.190000', '095132.650000', '095133.110000', '095133.570000', '095134.030000', '095134.490000', '095134.950000', '095135.410000', '095135.870000', '095136.330000', '095136.790000', '095137.250000', '095137.710000', '095138.170000', '095138.630000', '095139.090000', '095139.550000', '095140.010000', '095140.470000', '095140.930000', '095141.390000', '095141.850000', '095142.310000', '095142.770000', '095143.230000', '095143.690000', '095144.150000', '095144.610000', '095145.070000', '095145.530000', '095145.990000', '095146.450000', '095146.910000', '095147.370000', '095147.830000', '095148.290000', '095148.750000', '095149.210000', '095149.670000', '095150.130000', '095150.590000', '095151.050000', '095151.510000', '095151.970000', '095152.430000', '095152.890000', '095153.350000', '095153.810000', '095154.270000', '095154.730000', '095155.190000', '095155.650000', '095156.110000', '095156.570000', '095157.030000', '095157.490000', '095157.950000', '095158.410000', '095158.870000', '095159.330000', '095159.790000', '095200.250000', '095200.710000', '095201.170000', '095201.630000', '095202.090000', '095202.550000', '095203.010000', '095203.470000', '095203.930000', '095204.390000', '095204.850000', '095205.310000', '095205.770000', '095206.230000', '095206.690000', '095207.150000', '095207.610000', '095208.070000', '095208.530000', '095208.990000', '095209.450000', '095209.910000', '095210.370000', '095210.830000', '095211.290000', '095211.750000', '095212.210000', '095212.670000', '095213.130000', '095213.590000', '095214.050000', '095214.510000', '095214.970000', '095215.430000', '095215.890000', '095216.350000', '095216.810000', '095217.270000', '095217.730000', '095218.190000', '095218.650000', '095219.110000', '095219.570000', '095220.030000', '095220.490000', '095220.950000', '095221.410000', '095221.870000', '095222.330000', '095222.790000', '095223.250000', '095223.710000', '095224.170000', '095224.630000', '095225.090000', '095225.550000', '095226.010000', '095226.470000', '095226.930000', '095227.390000', '095227.850000', '095228.310000', '095228.770000', '095229.230000', '095229.690000', '095230.150000', '095230.610000', '095231.070000', '095231.530000', '095231.990000', '095232.450000', '095232.910000', '095233.370000', '095233.830000', '095234.290000', '095234.750000', '095235.210000', '095235.670000', '095236.130000', '095236.590000', '095237.050000', '095237.510000', '095237.970000', '095238.430000', '095238.890000', '095239.350000', '095239.810000', '095240.270000', '095240.730000', '095241.190000', '095241.650000', '095242.110000', '095242.570000', '095243.030000', '095243.490000', '095243.950000', '095244.410000', '095244.870000', '095245.330000', '095245.790000', '095246.250000', '095246.710000', '095247.170000', '095247.630000', '095248.090000', '095248.550000', '095249.010000', '095249.470000', '095249.930000', '095250.390000', '095250.850000', '095251.310000', '095251.770000', '095252.230000', '095252.690000', '095253.150000', '095253.610000', '095254.070000', '095254.530000', '095254.990000', '095255.450000', '095255.910000', '095256.370000', '095256.830000', '095257.290000', '095257.750000', '095258.210000', '095258.670000', '095259.130000', '095259.590000', '095300.050000', '095300.510000', '095300.970000', '095301.430000', '095301.890000', '095302.350000', '095302.810000', '095303.270000', '095303.730000', '095304.190000', '095304.650000', '095305.110000', '095305.570000', '095306.030000', '095306.490000', '095306.950000', '095307.410000', '095307.870000', '095308.330000', '095308.790000', '095309.250000', '095309.710000', '095310.170000', '095310.630000', '095311.090000', '095311.550000', '095312.010000', '095312.470000', '095312.930000', '095313.390000', '095313.850000', '095314.310000', '095314.770000', '095315.230000', '095315.690000', '095316.150000', '095316.610000', '095317.070000', '095317.530000', '095317.990000', '095318.450000', '095318.910000', '095319.370000', '095319.830000', '095320.290000', '095320.750000', '095321.210000', '095321.670000', '095322.130000', '095322.590000', '095323.050000', '095323.510000', '095323.970000', '095324.430000', '095324.890000', '095325.350000', '095325.810000', '095326.270000', '095326.730000', '095327.190000', '095327.650000', '095328.110000', '095328.570000', '095329.030000', '095329.490000', '095329.950000', '095330.410000', '095330.870000', '095331.330000', '095331.790000', '095332.250000', '095332.710000', '095333.170000', '095333.630000', '095334.090000', '095334.550000', '095335.010000', '095335.470000', '095335.930000', '095336.390000', '095336.850000', '095337.310000', '095337.770000', '095338.230000', '095338.690000', '095339.150000', '095339.610000', '095340.070000', '095340.530000', '095340.990000', '095341.450000', '095341.910000', '095342.370000', '095342.830000', '095343.290000', '095343.750000', '095344.210000', '095344.670000', '095345.130000', '095345.590000', '095346.050000', '095346.510000', '095346.970000', '095347.430000', '095347.890000', '095348.350000', '095348.810000', '095349.270000', '095349.730000', '095350.190000', '095350.650000', '095351.110000', '095351.570000', '095352.030000', '095352.490000', '095352.950000', '095353.410000', '095353.870000', '095354.330000', '095354.790000', '095355.250000', '095355.710000', '095356.170000', '095356.630000', '095357.090000', '095357.550000', '095358.010000', '095358.470000', '095358.930000', '095359.390000', '095359.850000', '095400.310000', '095400.770000', '095401.230000', '095401.690000', '095402.150000', '095402.610000', '095403.070000', '095403.530000', '095403.990000', '095404.450000', '095404.910000', '095405.370000', '095405.830000', '095406.290000', '095406.750000', '095407.210000', '095407.670000', '095408.130000', '095408.590000', '095409.050000', '095409.510000', '095409.970000', '095410.430000', '095410.890000', '095411.350000', '095411.810000', '095412.270000', '095412.730000', '095413.190000', '095413.650000', '095414.110000', '095414.570000', '095415.030000', '095415.490000', '095415.950000', '095416.410000', '095416.870000', '095417.330000', '095417.790000', '095418.250000', '095418.710000', '095419.170000', '095419.630000', '095420.090000', '095420.550000', '095421.010000', '095421.470000', '095421.930000', '095422.390000', '095422.850000', '095423.310000', '095423.770000', '095424.230000', '095424.690000', '095425.150000', '095425.610000', '095426.070000', '095426.530000', '095426.990000', '095427.450000', '095427.910000', '095428.370000', '095428.830000', '095429.290000', '095429.750000', '095430.210000', '095430.670000', '095431.130000', '095431.590000', '095432.050000', '095432.510000', '095432.970000', '095433.430000', '095433.890000', '095434.350000', '095434.810000', '095435.270000', '095435.730000', '095436.190000', '095436.650000', '095437.110000', '095437.570000', '095438.030000', '095438.490000', '095438.950000', '095439.410000', '095439.870000', '095440.330000', '095440.790000', '095441.250000', '095441.710000', '095442.170000', '095442.630000', '095443.090000', '095443.550000', '095444.010000', '095444.470000', '095444.930000', '095445.390000', '095445.850000', '095446.310000', '095446.770000', '095447.230000', '095447.690000', '095448.150000', '095448.610000', '095449.070000', '095449.530000', '095449.990000', '095450.450000', '095450.910000', '095451.370000', '095451.830000', '095452.290000', '095452.750000', '095453.210000', '095453.670000', '095454.130000', '095454.590000', '095455.050000', '095455.510000', '095455.970000', '095456.430000', '095456.890000', '095457.350000', '095457.810000', '095458.270000', '095458.730000', '095459.190000', '095459.650000', '095500.110000', '095500.570000', '095501.030000', '095501.490000', '095501.950000', '095502.410000', '095502.870000', '095503.330000', '095503.790000', '095504.250000', '095504.710000', '095505.170000', '095505.630000', '095506.090000', '095506.550000', '095507.010000', '095507.470000', '095507.930000', '095508.390000', '095508.850000', '095509.310000', '095509.770000', '095510.230000', '095510.690000', '095511.150000', '095511.610000', '095512.070000', '095512.530000', '095512.990000', '095513.450000', '095513.910000', '095514.370000', '095514.830000', '095515.290000', '095515.750000', '095516.210000', '095516.670000', '095517.130000', '095517.590000', '095518.050000', '095518.510000', '095518.970000', '095519.430000', '095519.890000', '095520.350000', '095520.810000', '095521.270000', '095521.730000', '095522.190000', '095522.650000', '095523.110000', '095523.570000', '095524.030000', '095524.490000', '095524.950000', '095525.410000', '095525.870000', '095526.330000', '095526.790000', '095527.250000', '095527.710000', '095528.170000', '095528.630000', '095529.090000', '095529.550000', '095530.010000', '095530.470000', '095530.930000', '095531.390000', '095531.850000', '095532.310000', '095532.770000', '095533.230000', '095533.690000', '095534.150000', '095534.610000', '095535.070000', '095535.530000', '095535.990000', '095536.450000', '095536.910000', '095537.370000', '095537.830000', '095538.290000', '095538.750000', '095539.210000', '095539.670000', '095540.130000', '095540.590000', '095541.050000', '095541.510000', '095541.970000', '095542.430000', '095542.890000', '095543.350000', '095543.810000', '095544.270000', '095544.730000', '095545.190000', '095545.650000', '095546.110000', '095546.570000', '095547.030000', '095547.490000', '095547.950000', '095548.410000', '095548.870000', '095549.330000', '095549.790000', '095550.250000', '095550.710000', '095551.170000', '095551.630000', '095552.090000', '095552.550000', '095553.010000', '095553.470000', '095553.930000', '095554.390000', '095554.850000', '095555.310000', '095555.770000', '095556.230000', '095556.690000', '095557.150000', '095557.610000', '095558.070000', '095558.530000', '095558.990000', '095559.450000', '095559.910000', '095600.370000', '095600.830000', '095601.290000', '095601.750000', '095602.210000', '095602.670000', '095603.130000', '095603.590000', '095604.050000', '095604.510000', '095604.970000', '095605.430000', '095605.890000', '095606.350000', '095606.810000', '095607.270000', '095607.730000', '095608.190000', '095608.650000', '095609.110000', '095609.570000', '095610.030000', '095610.490000', '095610.950000', '095611.410000', '095611.870000', '095612.330000', '095612.790000', '095613.250000', '095613.710000', '095614.170000', '095614.630000', '095615.090000', '095615.550000', '095616.010000', '095616.470000', '095616.930000', '095617.390000', '095617.850000', '095618.310000', '095618.770000', '095619.230000', '095619.690000', '095620.150000', '095620.610000', '095621.070000', '095621.530000', '095621.990000', '095622.450000', '095622.910000', '095623.370000', '095623.830000', '095624.290000', '095624.750000', '095625.210000', '095625.670000', '095626.130000', '095626.590000', '095627.050000', '095627.510000', '095627.970000', '095628.430000'], 'ContentTime': ['095015.156000', '095015.159000', '095015.162000', '095015.164000', '095015.167000', '095015.170000', '095015.173000', '095015.176000', '095015.178000', '095015.181000', '095015.184000', '095015.187000', '095015.190000', '095015.203000', '095015.206000', '095015.209000', '095015.212000', '095015.214000', '095015.217000', '095015.220000', '095015.223000', '095015.226000', '095015.228000', '095015.231000', '095015.234000', '095015.237000', '095015.239000', '095015.242000', '095015.245000', '095015.248000', '095015.251000', '095015.253000', '095015.256000', '095015.259000', '095015.262000', '095015.264000', '095015.267000', '095015.270000', '095015.273000', '095015.275000', '095015.278000', '095015.281000', '095015.284000', '095015.287000', '095015.289000', '095015.292000', '095015.295000', '095015.298000', '095015.300000', '095015.303000', '095015.306000', '095015.309000', '095015.312000', '095015.314000', '095015.317000', '095015.320000', '095015.323000', '095015.326000', '095035.123000', '095035.126000', '095035.129000', '095035.131000', '095035.134000', '095035.137000', '095035.140000', '095035.142000', '095035.145000', '095035.148000', '095035.151000', '095035.154000', '095035.157000', '095035.159000', '095035.162000', '095035.165000', '095035.168000', '095035.171000', '095035.173000', '095035.176000', '095035.179000', '095035.182000', '095035.184000', '095035.187000', '095035.190000', '095035.193000', '095035.195000', '095035.198000', '095035.201000', '095035.204000', '095035.206000', '095035.209000', '095035.212000', '095035.215000', '095035.218000', '095035.220000', '095035.223000', '095035.226000', '095035.229000', '095035.231000', '095035.234000', '095035.237000', '095035.240000', '095055.123000', '095055.126000', '095055.128000', '095055.131000', '095055.134000', '095055.137000', '095055.139000', '095055.142000', '095055.145000', '095055.148000', '095055.157000', '095055.160000', '095055.162000', '095055.165000', '095055.168000', '095055.171000', '095055.174000', '095055.176000', '095055.179000', '095055.182000', '095055.185000', '095055.187000', '095055.190000', '095055.193000', '095055.196000', '095055.199000', '095055.201000', '095055.204000', '095055.207000', '095055.210000', '095055.213000', '095055.215000', '095055.218000', '095055.221000', '095055.224000', '095055.226000', '095055.229000', '095055.232000', '095055.235000', '095055.238000', '095055.240000', '095055.243000', '095055.246000', '095055.249000', '095115.123000', '095115.126000', '095115.129000', '095115.131000', '095115.134000', '095115.137000', '095115.140000', '095115.143000', '095115.145000', '095115.148000', '095115.151000', '095115.154000', '095115.157000', '095115.159000', '095115.162000', '095115.165000', '095115.168000', '095115.171000', '095115.173000', '095115.176000', '095115.179000', '095115.182000', '095115.184000', '095115.187000', '095115.190000', '095115.193000', '095115.196000', '095115.198000', '095115.202000', '095115.205000', '095115.208000', '095115.211000', '095115.214000', '095115.217000', '095115.220000', '095115.222000', '095115.225000', '095115.228000', '095115.231000', '095115.234000', '095115.236000', '095115.239000', '095115.242000', '095135.123000', '095135.126000', '095135.129000', '095135.132000', '095135.135000', '095135.138000', '095135.140000', '095135.143000', '095135.146000', '095135.149000', '095135.152000', '095135.155000', '095135.157000', '095135.167000', '095135.170000', '095135.173000', '095135.176000', '095135.179000', '095135.182000', '095135.184000', '095135.187000', '095135.190000', '095135.193000', '095135.196000', '095135.199000', '095135.202000', '095135.205000', '095135.208000', '095135.210000', '095135.213000', '095135.216000', '095135.219000', '095135.222000', '095135.225000', '095135.227000', '095135.230000', '095135.233000', '095135.236000', '095135.255000', '095135.258000', '095135.261000', '095135.264000', '095135.267000', '095135.270000', '095155.123000', '095155.126000', '095155.129000', '095155.131000', '095155.134000', '095155.137000', '095155.140000', '095155.143000', '095155.145000', '095155.148000', '095155.151000', '095155.154000', '095155.157000', '095155.159000', '095155.162000', '095155.165000', '095155.168000', '095155.171000', '095155.174000', '095155.176000', '095155.179000', '095155.182000', '095155.185000', '095155.188000', '095155.190000', '095155.193000', '095155.196000', '095155.199000', '095155.202000', '095155.204000', '095155.207000', '095155.210000', '095155.213000', '095155.216000', '095155.218000', '095155.221000', '095155.224000', '095155.227000', '095155.230000', '095155.232000', '095155.235000', '095155.238000', '095155.241000', '095215.123000', '095215.126000', '095215.128000', '095215.131000', '095215.134000', '095215.137000', '095215.140000', '095215.143000', '095215.145000', '095215.148000', '095215.151000', '095215.154000', '095215.157000', '095215.159000', '095215.162000', '095215.165000', '095215.168000', '095215.171000', '095215.173000', '095215.176000', '095215.179000', '095215.182000', '095215.184000', '095215.187000', '095215.190000', '095215.193000', '095215.196000', '095215.199000', '095215.201000', '095215.204000', '095215.207000', '095215.210000', '095215.213000', '095215.215000', '095215.218000', '095215.221000', '095215.224000', '095215.227000', '095215.230000', '095215.233000', '095215.235000', '095215.238000', '095215.241000', '095215.244000', '095235.123000', '095235.126000', '095235.129000', '095235.132000', '095235.134000', '095235.137000', '095235.140000', '095235.143000', '095235.146000', '095235.149000', '095235.152000', '095235.154000', '095235.157000', '095235.160000', '095235.163000', '095235.166000', '095235.169000', '095235.171000', '095235.174000', '095235.177000', '095235.180000', '095235.183000', '095235.185000', '095235.188000', '095235.191000', '095235.194000', '095235.197000', '095235.200000', '095235.202000', '095235.205000', '095235.208000', '095235.211000', '095235.213000', '095235.216000', '095235.219000', '095235.222000', '095235.225000', '095235.227000', '095235.230000', '095235.233000', '095235.236000', '095235.239000', '095235.243000', '095255.123000', '095255.126000', '095255.129000', '095255.131000', '095255.134000', '095255.137000', '095255.140000', '095255.143000', '095255.145000', '095255.148000', '095255.151000', '095255.154000', '095255.157000', '095255.160000', '095255.162000', '095255.165000', '095255.168000', '095255.171000', '095255.174000', '095255.176000', '095255.179000', '095255.182000', '095255.185000', '095255.188000', '095255.191000', '095255.193000', '095255.196000', '095255.199000', '095255.202000', '095255.204000', '095255.207000', '095255.210000', '095255.213000', '095255.216000', '095255.218000', '095255.221000', '095255.224000', '095255.227000', '095255.230000', '095255.232000', '095255.235000', '095255.238000', '095255.241000', '095255.244000', '095315.123000', '095315.126000', '095315.129000', '095315.132000', '095315.134000', '095315.137000', '095315.140000', '095315.143000', '095315.146000', '095315.148000', '095315.151000', '095315.154000', '095315.157000', '095315.160000', '095315.162000', '095315.165000', '095315.168000', '095315.171000', '095315.174000', '095315.176000', '095315.179000', '095315.182000', '095315.185000', '095315.188000', '095315.190000', '095315.193000', '095315.196000', '095315.199000', '095315.202000', '095315.205000', '095315.207000', '095315.210000', '095315.213000', '095315.226000', '095315.229000', '095315.232000', '095315.235000', '095315.238000', '095315.240000', '095315.243000', '095315.246000', '095315.249000', '095315.252000', '095335.123000', '095335.126000', '095335.129000', '095335.131000', '095335.134000', '095335.137000', '095335.140000', '095335.143000', '095335.146000', '095335.148000', '095335.151000', '095335.154000', '095335.157000', '095335.160000', '095335.163000', '095335.166000', '095335.168000', '095335.171000', '095335.174000', '095335.177000', '095335.180000', '095335.183000', '095335.185000', '095335.188000', '095335.191000', '095335.194000', '095335.197000', '095335.199000', '095335.202000', '095335.205000', '095335.208000', '095335.211000', '095335.214000', '095335.216000', '095335.219000', '095335.222000', '095335.225000', '095335.228000', '095335.230000', '095335.233000', '095335.236000', '095335.239000', '095335.242000', '095355.123000', '095355.126000', '095355.129000', '095355.131000', '095355.134000', '095355.137000', '095355.140000', '095355.143000', '095355.145000', '095355.148000', '095355.151000', '095355.154000', '095355.157000', '095355.159000', '095355.162000', '095355.165000', '095355.168000', '095355.171000', '095355.174000', '095355.176000', '095355.179000', '095355.182000', '095355.185000', '095355.188000', '095355.190000', '095355.193000', '095355.196000', '095355.199000', '095355.202000', '095355.204000', '095355.207000', '095355.210000', '095355.213000', '095355.216000', '095355.219000', '095355.221000', '095355.224000', '095355.227000', '095355.230000', '095355.233000', '095355.235000', '095355.238000', '095355.241000', '095355.244000', '095415.123000', '095415.126000', '095415.129000', '095415.132000', '095415.135000', '095415.138000', '095415.141000', '095415.143000', '095415.146000', '095415.149000', '095415.152000', '095415.155000', '095415.157000', '095415.160000', '095415.163000', '095415.166000', '095415.169000', '095415.172000', '095415.174000', '095415.177000', '095415.180000', '095415.183000', '095415.186000', '095415.188000', '095415.191000', '095415.194000', '095415.197000', '095415.199000', '095415.202000', '095415.205000', '095415.208000', '095415.211000', '095415.214000', '095415.216000', '095415.219000', '095415.222000', '095415.225000', '095415.228000', '095415.230000', '095415.233000', '095415.236000', '095415.239000', '095415.243000', '095435.123000', '095435.126000', '095435.129000', '095435.132000', '095435.134000', '095435.137000', '095435.140000', '095435.143000', '095435.146000', '095435.149000', '095435.151000', '095435.154000', '095435.157000', '095435.160000', '095435.163000', '095435.166000', '095435.169000', '095435.171000', '095435.174000', '095435.177000', '095435.180000', '095435.183000', '095435.186000', '095435.189000', '095435.192000', '095435.194000', '095435.197000', '095435.200000', '095435.203000', '095435.206000', '095435.208000', '095435.211000', '095435.214000', '095435.217000', '095435.220000', '095435.222000', '095435.225000', '095435.228000', '095435.231000', '095435.233000', '095435.236000', '095435.239000', '095435.242000', '095435.245000', '095455.137000', '095455.140000', '095455.143000', '095455.146000', '095455.149000', '095455.152000', '095455.155000', '095455.157000', '095455.160000', '095455.163000', '095455.166000', '095455.169000', '095455.172000', '095455.174000', '095455.177000', '095455.180000', '095455.183000', '095455.186000', '095455.188000', '095455.191000', '095455.194000', '095455.197000', '095455.200000', '095455.202000', '095455.205000', '095455.208000', '095455.211000', '095455.214000', '095455.216000', '095455.219000', '095455.222000', '095455.225000', '095455.228000', '095455.231000', '095455.233000', '095455.236000', '095455.239000', '095455.242000', '095455.244000', '095455.247000', '095455.250000', '095455.253000', '095455.256000', '095515.123000', '095515.126000', '095515.129000', '095515.132000', '095515.134000', '095515.137000', '095515.140000', '095515.143000', '095515.145000', '095515.148000', '095515.151000', '095515.154000', '095515.157000', '095515.160000', '095515.163000', '095515.165000', '095515.168000', '095515.171000', '095515.174000', '095515.176000', '095515.179000', '095515.182000', '095515.185000', '095515.188000', '095515.190000', '095515.193000', '095515.196000', '095515.199000', '095515.202000', '095515.204000', '095515.207000', '095515.210000', '095515.213000', '095515.216000', '095515.219000', '095515.221000', '095515.224000', '095515.227000', '095515.230000', '095515.233000', '095515.235000', '095515.238000', '095515.241000', '095515.244000', '095535.123000', '095535.126000', '095535.129000', '095535.132000', '095535.135000', '095535.137000', '095535.140000', '095535.143000', '095535.146000', '095535.149000', '095535.152000', '095535.155000', '095535.158000', '095535.161000', '095535.164000', '095535.166000', '095535.169000', '095535.172000', '095535.175000', '095535.178000', '095535.181000', '095535.183000', '095535.186000', '095535.189000', '095535.192000', '095535.195000', '095535.198000', '095535.200000', '095535.205000', '095535.208000', '095535.211000', '095535.213000', '095535.216000', '095535.219000', '095535.222000', '095535.225000', '095535.227000', '095535.230000', '095535.233000', '095535.236000', '095535.239000', '095535.242000', '095535.244000', '095555.123000', '095555.126000', '095555.129000', '095555.131000', '095555.134000', '095555.137000', '095555.140000', '095555.143000', '095555.145000', '095555.148000', '095555.151000', '095555.154000', '095555.156000', '095555.159000', '095555.162000', '095555.165000', '095555.168000', '095555.171000', '095555.173000', '095555.176000', '095555.179000', '095555.182000', '095555.184000', '095555.187000', '095555.190000', '095555.193000', '095555.196000', '095555.199000', '095555.201000', '095555.204000', '095555.207000', '095555.210000', '095555.213000', '095555.215000', '095555.218000', '095555.221000', '095555.224000', '095555.226000', '095555.229000', '095555.232000', '095555.235000', '095555.238000', '095555.241000', '095555.243000', '095615.123000', '095615.126000', '095615.129000', '095615.132000', '095615.134000', '095615.137000', '095615.140000', '095615.143000', '095615.145000', '095615.148000', '095615.151000', '095615.167000', '095615.171000', '095615.173000', '095615.176000', '095615.179000', '095615.182000', '095615.185000', '095615.188000', '095615.190000', '095615.193000', '095615.196000', '095615.199000', '095615.201000', '095615.204000', '095615.207000', '095615.210000', '095615.213000', '095615.216000', '095615.218000', '095615.221000', '095615.224000', '095615.227000', '095615.230000', '095615.232000', '095615.235000', '095615.238000', '095615.241000', '095615.244000', '095615.246000', '095615.249000', '095615.252000', '095615.255000', '095629.497000', '095629.501000', '095629.504000', '095629.508000', '095629.511000', '095629.515000', '095629.518000', '095629.521000', '095629.524000', '095629.527000', '095629.530000', '095629.533000', '095629.536000', '095629.539000', '095629.542000', '095629.545000', '095629.547000', '095629.550000', '095629.554000', '095629.557000', '095629.560000', '095629.563000', '095629.566000', '095629.569000', '095629.572000', '095629.575000', '095629.578000', '095629.581000', '095629.583000', '095629.586000', '095629.589000', '095629.592000'], 'InstanceCreationTime': ['095015.156000', '095015.159000', '095015.162000', '095015.164000', '095015.167000', '095015.170000', '095015.173000', '095015.176000', '095015.178000', '095015.181000', '095015.184000', '095015.187000', '095015.190000', '095015.203000', '095015.206000', '095015.209000', '095015.212000', '095015.214000', '095015.217000', '095015.220000', '095015.223000', '095015.226000', '095015.228000', '095015.231000', '095015.234000', '095015.237000', '095015.239000', '095015.242000', '095015.245000', '095015.248000', '095015.251000', '095015.253000', '095015.256000', '095015.259000', '095015.262000', '095015.264000', '095015.267000', '095015.270000', '095015.273000', '095015.275000', '095015.278000', '095015.281000', '095015.284000', '095015.287000', '095015.289000', '095015.292000', '095015.295000', '095015.298000', '095015.300000', '095015.303000', '095015.306000', '095015.309000', '095015.312000', '095015.314000', '095015.317000', '095015.320000', '095015.323000', '095015.326000', '095035.123000', '095035.126000', '095035.129000', '095035.131000', '095035.134000', '095035.137000', '095035.140000', '095035.142000', '095035.145000', '095035.148000', '095035.151000', '095035.154000', '095035.157000', '095035.159000', '095035.162000', '095035.165000', '095035.168000', '095035.171000', '095035.173000', '095035.176000', '095035.179000', '095035.182000', '095035.184000', '095035.187000', '095035.190000', '095035.193000', '095035.195000', '095035.198000', '095035.201000', '095035.204000', '095035.206000', '095035.209000', '095035.212000', '095035.215000', '095035.218000', '095035.220000', '095035.223000', '095035.226000', '095035.229000', '095035.231000', '095035.234000', '095035.237000', '095035.240000', '095055.123000', '095055.126000', '095055.128000', '095055.131000', '095055.134000', '095055.137000', '095055.139000', '095055.142000', '095055.145000', '095055.148000', '095055.157000', '095055.160000', '095055.162000', '095055.165000', '095055.168000', '095055.171000', '095055.174000', '095055.176000', '095055.179000', '095055.182000', '095055.185000', '095055.187000', '095055.190000', '095055.193000', '095055.196000', '095055.199000', '095055.201000', '095055.204000', '095055.207000', '095055.210000', '095055.213000', '095055.215000', '095055.218000', '095055.221000', '095055.224000', '095055.226000', '095055.229000', '095055.232000', '095055.235000', '095055.238000', '095055.240000', '095055.243000', '095055.246000', '095055.249000', '095115.123000', '095115.126000', '095115.129000', '095115.131000', '095115.134000', '095115.137000', '095115.140000', '095115.143000', '095115.145000', '095115.148000', '095115.151000', '095115.154000', '095115.157000', '095115.159000', '095115.162000', '095115.165000', '095115.168000', '095115.171000', '095115.173000', '095115.176000', '095115.179000', '095115.182000', '095115.184000', '095115.187000', '095115.190000', '095115.193000', '095115.196000', '095115.198000', '095115.202000', '095115.205000', '095115.208000', '095115.211000', '095115.214000', '095115.217000', '095115.220000', '095115.222000', '095115.225000', '095115.228000', '095115.231000', '095115.234000', '095115.236000', '095115.239000', '095115.242000', '095135.123000', '095135.126000', '095135.129000', '095135.132000', '095135.135000', '095135.138000', '095135.140000', '095135.143000', '095135.146000', '095135.149000', '095135.152000', '095135.155000', '095135.157000', '095135.167000', '095135.170000', '095135.173000', '095135.176000', '095135.179000', '095135.182000', '095135.184000', '095135.187000', '095135.190000', '095135.193000', '095135.196000', '095135.199000', '095135.202000', '095135.205000', '095135.208000', '095135.210000', '095135.213000', '095135.216000', '095135.219000', '095135.222000', '095135.225000', '095135.227000', '095135.230000', '095135.233000', '095135.236000', '095135.255000', '095135.258000', '095135.261000', '095135.264000', '095135.267000', '095135.270000', '095155.123000', '095155.126000', '095155.129000', '095155.131000', '095155.134000', '095155.137000', '095155.140000', '095155.143000', '095155.145000', '095155.148000', '095155.151000', '095155.154000', '095155.157000', '095155.159000', '095155.162000', '095155.165000', '095155.168000', '095155.171000', '095155.174000', '095155.176000', '095155.179000', '095155.182000', '095155.185000', '095155.188000', '095155.190000', '095155.193000', '095155.196000', '095155.199000', '095155.202000', '095155.204000', '095155.207000', '095155.210000', '095155.213000', '095155.216000', '095155.218000', '095155.221000', '095155.224000', '095155.227000', '095155.230000', '095155.232000', '095155.235000', '095155.238000', '095155.241000', '095215.123000', '095215.126000', '095215.128000', '095215.131000', '095215.134000', '095215.137000', '095215.140000', '095215.143000', '095215.145000', '095215.148000', '095215.151000', '095215.154000', '095215.157000', '095215.159000', '095215.162000', '095215.165000', '095215.168000', '095215.171000', '095215.173000', '095215.176000', '095215.179000', '095215.182000', '095215.184000', '095215.187000', '095215.190000', '095215.193000', '095215.196000', '095215.199000', '095215.201000', '095215.204000', '095215.207000', '095215.210000', '095215.213000', '095215.215000', '095215.218000', '095215.221000', '095215.224000', '095215.227000', '095215.230000', '095215.233000', '095215.235000', '095215.238000', '095215.241000', '095215.244000', '095235.123000', '095235.126000', '095235.129000', '095235.132000', '095235.134000', '095235.137000', '095235.140000', '095235.143000', '095235.146000', '095235.149000', '095235.152000', '095235.154000', '095235.157000', '095235.160000', '095235.163000', '095235.166000', '095235.169000', '095235.171000', '095235.174000', '095235.177000', '095235.180000', '095235.183000', '095235.185000', '095235.188000', '095235.191000', '095235.194000', '095235.197000', '095235.200000', '095235.202000', '095235.205000', '095235.208000', '095235.211000', '095235.213000', '095235.216000', '095235.219000', '095235.222000', '095235.225000', '095235.227000', '095235.230000', '095235.233000', '095235.236000', '095235.239000', '095235.243000', '095255.123000', '095255.126000', '095255.129000', '095255.131000', '095255.134000', '095255.137000', '095255.140000', '095255.143000', '095255.145000', '095255.148000', '095255.151000', '095255.154000', '095255.157000', '095255.160000', '095255.162000', '095255.165000', '095255.168000', '095255.171000', '095255.174000', '095255.176000', '095255.179000', '095255.182000', '095255.185000', '095255.188000', '095255.191000', '095255.193000', '095255.196000', '095255.199000', '095255.202000', '095255.204000', '095255.207000', '095255.210000', '095255.213000', '095255.216000', '095255.218000', '095255.221000', '095255.224000', '095255.227000', '095255.230000', '095255.232000', '095255.235000', '095255.238000', '095255.241000', '095255.244000', '095315.123000', '095315.126000', '095315.129000', '095315.132000', '095315.134000', '095315.137000', '095315.140000', '095315.143000', '095315.146000', '095315.148000', '095315.151000', '095315.154000', '095315.157000', '095315.160000', '095315.162000', '095315.165000', '095315.168000', '095315.171000', '095315.174000', '095315.176000', '095315.179000', '095315.182000', '095315.185000', '095315.188000', '095315.190000', '095315.193000', '095315.196000', '095315.199000', '095315.202000', '095315.205000', '095315.207000', '095315.210000', '095315.213000', '095315.226000', '095315.229000', '095315.232000', '095315.235000', '095315.238000', '095315.240000', '095315.243000', '095315.246000', '095315.249000', '095315.252000', '095335.123000', '095335.126000', '095335.129000', '095335.131000', '095335.134000', '095335.137000', '095335.140000', '095335.143000', '095335.146000', '095335.148000', '095335.151000', '095335.154000', '095335.157000', '095335.160000', '095335.163000', '095335.166000', '095335.168000', '095335.171000', '095335.174000', '095335.177000', '095335.180000', '095335.183000', '095335.185000', '095335.188000', '095335.191000', '095335.194000', '095335.197000', '095335.199000', '095335.202000', '095335.205000', '095335.208000', '095335.211000', '095335.214000', '095335.216000', '095335.219000', '095335.222000', '095335.225000', '095335.228000', '095335.230000', '095335.233000', '095335.236000', '095335.239000', '095335.242000', '095355.123000', '095355.126000', '095355.129000', '095355.131000', '095355.134000', '095355.137000', '095355.140000', '095355.143000', '095355.145000', '095355.148000', '095355.151000', '095355.154000', '095355.157000', '095355.159000', '095355.162000', '095355.165000', '095355.168000', '095355.171000', '095355.174000', '095355.176000', '095355.179000', '095355.182000', '095355.185000', '095355.188000', '095355.190000', '095355.193000', '095355.196000', '095355.199000', '095355.202000', '095355.204000', '095355.207000', '095355.210000', '095355.213000', '095355.216000', '095355.219000', '095355.221000', '095355.224000', '095355.227000', '095355.230000', '095355.233000', '095355.235000', '095355.238000', '095355.241000', '095355.244000', '095415.123000', '095415.126000', '095415.129000', '095415.132000', '095415.135000', '095415.138000', '095415.141000', '095415.143000', '095415.146000', '095415.149000', '095415.152000', '095415.155000', '095415.157000', '095415.160000', '095415.163000', '095415.166000', '095415.169000', '095415.172000', '095415.174000', '095415.177000', '095415.180000', '095415.183000', '095415.186000', '095415.188000', '095415.191000', '095415.194000', '095415.197000', '095415.199000', '095415.202000', '095415.205000', '095415.208000', '095415.211000', '095415.214000', '095415.216000', '095415.219000', '095415.222000', '095415.225000', '095415.228000', '095415.230000', '095415.233000', '095415.236000', '095415.239000', '095415.243000', '095435.123000', '095435.126000', '095435.129000', '095435.132000', '095435.134000', '095435.137000', '095435.140000', '095435.143000', '095435.146000', '095435.149000', '095435.151000', '095435.154000', '095435.157000', '095435.160000', '095435.163000', '095435.166000', '095435.169000', '095435.171000', '095435.174000', '095435.177000', '095435.180000', '095435.183000', '095435.186000', '095435.189000', '095435.192000', '095435.194000', '095435.197000', '095435.200000', '095435.203000', '095435.206000', '095435.208000', '095435.211000', '095435.214000', '095435.217000', '095435.220000', '095435.222000', '095435.225000', '095435.228000', '095435.231000', '095435.233000', '095435.236000', '095435.239000', '095435.242000', '095435.245000', '095455.137000', '095455.140000', '095455.143000', '095455.146000', '095455.149000', '095455.152000', '095455.155000', '095455.157000', '095455.160000', '095455.163000', '095455.166000', '095455.169000', '095455.172000', '095455.174000', '095455.177000', '095455.180000', '095455.183000', '095455.186000', '095455.188000', '095455.191000', '095455.194000', '095455.197000', '095455.200000', '095455.202000', '095455.205000', '095455.208000', '095455.211000', '095455.214000', '095455.216000', '095455.219000', '095455.222000', '095455.225000', '095455.228000', '095455.231000', '095455.233000', '095455.236000', '095455.239000', '095455.242000', '095455.244000', '095455.247000', '095455.250000', '095455.253000', '095455.256000', '095515.123000', '095515.126000', '095515.129000', '095515.132000', '095515.134000', '095515.137000', '095515.140000', '095515.143000', '095515.145000', '095515.148000', '095515.151000', '095515.154000', '095515.157000', '095515.160000', '095515.163000', '095515.165000', '095515.168000', '095515.171000', '095515.174000', '095515.176000', '095515.179000', '095515.182000', '095515.185000', '095515.188000', '095515.190000', '095515.193000', '095515.196000', '095515.199000', '095515.202000', '095515.204000', '095515.207000', '095515.210000', '095515.213000', '095515.216000', '095515.219000', '095515.221000', '095515.224000', '095515.227000', '095515.230000', '095515.233000', '095515.235000', '095515.238000', '095515.241000', '095515.244000', '095535.123000', '095535.126000', '095535.129000', '095535.132000', '095535.135000', '095535.137000', '095535.140000', '095535.143000', '095535.146000', '095535.149000', '095535.152000', '095535.155000', '095535.158000', '095535.161000', '095535.164000', '095535.166000', '095535.169000', '095535.172000', '095535.175000', '095535.178000', '095535.181000', '095535.183000', '095535.186000', '095535.189000', '095535.192000', '095535.195000', '095535.198000', '095535.200000', '095535.205000', '095535.208000', '095535.211000', '095535.213000', '095535.216000', '095535.219000', '095535.222000', '095535.225000', '095535.227000', '095535.230000', '095535.233000', '095535.236000', '095535.239000', '095535.242000', '095535.244000', '095555.123000', '095555.126000', '095555.129000', '095555.131000', '095555.134000', '095555.137000', '095555.140000', '095555.143000', '095555.145000', '095555.148000', '095555.151000', '095555.154000', '095555.156000', '095555.159000', '095555.162000', '095555.165000', '095555.168000', '095555.171000', '095555.173000', '095555.176000', '095555.179000', '095555.182000', '095555.184000', '095555.187000', '095555.190000', '095555.193000', '095555.196000', '095555.199000', '095555.201000', '095555.204000', '095555.207000', '095555.210000', '095555.213000', '095555.215000', '095555.218000', '095555.221000', '095555.224000', '095555.226000', '095555.229000', '095555.232000', '095555.235000', '095555.238000', '095555.241000', '095555.243000', '095615.123000', '095615.126000', '095615.129000', '095615.132000', '095615.134000', '095615.137000', '095615.140000', '095615.143000', '095615.145000', '095615.148000', '095615.151000', '095615.167000', '095615.171000', '095615.173000', '095615.176000', '095615.179000', '095615.182000', '095615.185000', '095615.188000', '095615.190000', '095615.193000', '095615.196000', '095615.199000', '095615.201000', '095615.204000', '095615.207000', '095615.210000', '095615.213000', '095615.216000', '095615.218000', '095615.221000', '095615.224000', '095615.227000', '095615.230000', '095615.232000', '095615.235000', '095615.238000', '095615.241000', '095615.244000', '095615.246000', '095615.249000', '095615.252000', '095615.255000', '095629.497000', '095629.501000', '095629.504000', '095629.508000', '095629.511000', '095629.515000', '095629.518000', '095629.521000', '095629.524000', '095629.527000', '095629.530000', '095629.533000', '095629.536000', '095629.539000', '095629.542000', '095629.545000', '095629.547000', '095629.550000', '095629.554000', '095629.557000', '095629.560000', '095629.563000', '095629.566000', '095629.569000', '095629.572000', '095629.575000', '095629.578000', '095629.581000', '095629.583000', '095629.586000', '095629.589000', '095629.592000'], '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': [15543, 23013, 15661, 19055, 11537, 16367, 20399, 13317, 19060, 11827, 16064, 16599, 11915, 19588, 13291, 16590, 10513, 13987, 19858, 13787, 17254, 10608, 16091, 21454, 12995, 18839, 11434, 13990, 20071, 11931, 17067, 10804, 14653, 22727, 13476, 18328, 11483, 14876, 24204, 12797, 18120, 14548, 14019, 22372, 12312, 16326, 20843, 12970, 19418, 11260, 12728, 20126, 14030, 17947, 11555, 13977, 21218, 14729, 18090, 11508, 15106, 22846, 14173, 18009, 11482, 14105, 21583, 12256, 17851, 11657, 14265, 22048, 13096, 18633, 11110, 13566, 22016, 13787, 16713, 15589, 11889, 19394, 11463, 15304, 19886, 12816, 18066, 10910, 13979, 19373, 12876, 18770, 11048, 14056, 21674, 14261, 17714, 11173, 13101, 20218, 13367, 16955, 12639, 11734, 19880, 11298, 13463, 20262, 12487, 17092, 11136, 12826, 20578, 13729, 17252, 11099, 12489, 21051, 12981, 18003, 11991, 13068, 20848, 11787, 15834, 22201, 13501, 17333, 10926, 11753, 20106, 11398, 15321, 20353, 12146, 18695, 10741, 17441, 12813, 12668, 14664, 12812, 17962, 13762, 20947, 11440, 13793, 21298, 11860, 15923, 22583, 12998, 17305, 11552, 12394, 19744, 13339, 16220, 10706, 11881, 20136, 12746, 16196, 11552, 12549, 21248, 11543, 15207, 21414, 12517, 18977, 10795, 13693, 22035, 13821, 18103, 11776, 11690, 19478, 11600, 15112, 22871, 12488, 18348, 11102, 13188, 21475, 12561, 17918, 11629, 12457, 20620, 13328, 16890, 19099, 11684, 18898, 10910, 13750, 21751, 11868, 16967, 20456, 13293, 18102, 11060, 13250, 19264, 13805, 17137, 11256, 12168, 20441, 12288, 15781, 11488, 12925, 18006, 12229, 20142, 11068, 15638, 19869, 12663, 20162, 11315, 15484, 23496, 14591, 18618, 11346, 13031, 21224, 13669, 17223, 20793, 11737, 19838, 11612, 15193, 22348, 12620, 18543, 11079, 15306, 14737, 12557, 20801, 13548, 17934, 12014, 13883, 22816, 13559, 18610, 11429, 13830, 21546, 12245, 19072, 13832, 17106, 11595, 15234, 15990, 13525, 22149, 13952, 19123, 11197, 15097, 23654, 13658, 19097, 11752, 16385, 18678, 12999, 19828, 12095, 17937, 12108, 13731, 23259, 15218, 18621, 10912, 15055, 23120, 14388, 18841, 11275, 17015, 16854, 12727, 20625, 12367, 16816, 15290, 12154, 18609, 12886, 16223, 11801, 12364, 10987, 17469, 12987, 19575, 24816, 14087, 18736, 15611, 12064, 20155, 11463, 12313, 21874, 11814, 14663, 22732, 12526, 16080, 21102, 12581, 19274, 11392, 13616, 23148, 13898, 17865, 11453, 12853, 22491, 14321, 18157, 11172, 12825, 21153, 13418, 17907, 10977, 12103, 21293, 13826, 16681, 10300, 12701, 21047, 13857, 18538, 12638, 16026, 12402, 19812, 13218, 17478, 12276, 22510, 12231, 12836, 21833, 14725, 18410, 10703, 13117, 22955, 13761, 18635, 11636, 15853, 10328, 12917, 22127, 14677, 19124, 11557, 16640, 19480, 11725, 21430, 11901, 15675, 23804, 12018, 19990, 10889, 13487, 24889, 12974, 18507, 10265, 11827, 21240, 13070, 18001, 10183, 12276, 22203, 13747, 17098, 13701, 12129, 22200, 11841, 15876, 10469, 11926, 22413, 13689, 19183, 10731, 13916, 24267, 12934, 19996, 11113, 13980, 20933, 11886, 20431, 12003, 16131, 13301, 11822, 22427, 13518, 18929, 11256, 12198, 22765, 13305, 18287, 10469, 13386, 21935, 12118, 20486, 11450, 16280, 10627, 11898, 22748, 13447, 19345, 11181, 12355, 23256, 11663, 19007, 19357, 11822, 19697, 11433, 17013, 13727, 12720, 23209, 12806, 18980, 11197, 15054, 24553, 13750, 18939, 11245, 15568, 22961, 13448, 18676, 11093, 15156, 22870, 12719, 18376, 10708, 12903, 23190, 12130, 18775, 11555, 12066, 21688, 11901, 18220, 10903, 13342, 23528, 13155, 18735, 11095, 14088, 25532, 14377, 18877, 11299, 14292, 21211, 12296, 19771, 11578, 16652, 16412, 11930, 20477, 13097, 17295, 10422, 13518, 23352, 14475, 18944, 11409, 15402, 21433, 12074, 19799, 11357, 14985, 24423, 12312, 18106, 10791, 15137, 18367, 11936, 20750, 11452, 15102, 18220, 11561, 19985, 11004, 13254, 22113, 11425, 18436, 11286, 13490, 21990, 13118, 16614, 14260, 11587, 20984, 14078, 17496, 10740, 12999, 22929, 13873, 19251, 11060, 13396, 24322, 12130, 19341, 11080, 14382, 12885, 12258, 22499, 12145, 17260, 17183, 11951, 22208, 11668, 17281, 13649, 12587, 24527, 12360, 18872, 11228, 15095, 10482, 12268, 23246, 13991, 20054, 11614, 14397, 14761, 12312, 21921, 13010, 19419, 10939, 13756, 22279, 12281, 20526, 11876, 17388, 10605, 12034, 22734, 13376, 19336, 11147, 12962, 23976, 12075, 18722, 11285, 14718, 19940, 12286, 19400, 11116, 16571, 14690, 12227, 22219, 12697, 18334, 11946, 12840, 23462, 12436, 17689, 12426, 12217, 21690, 12302, 15934, 17241, 12068, 20786, 11963, 15344, 10607, 11466, 22012, 12986, 19500, 11418, 12690, 22597, 11607, 19636, 11812, 15363, 13349, 11919, 22391, 12466, 17984, 18008, 12669, 21199, 11528, 16870, 10697, 13392, 24127, 15771, 18209, 11068, 13813, 10786, 14877, 10066, 14650, 23451, 15096, 19649, 11125, 14330, 24090, 13039, 19728, 11427, 15232, 10837, 12370, 17149, 13092, 17212, 12908, 13207, 16166, 12761, 16075, 26766, 14336, 18532, 10892, 12444, 21030, 12915, 17740, 11246, 12801, 22370, 11762, 18661, 10970, 14608, 18673, 11902, 19612, 12146, 17233, 10767, 12978, 18118, 11625, 21110, 12759, 18340, 11189, 12733, 24689, 12309, 18860, 11448, 12262, 20666, 11506, 18791, 11504, 16051, 23412, 12655, 19857, 10876, 15549, 20678, 11900, 18957, 10698, 14113, 22931, 13685, 18096, 10300, 13205, 23243, 13510, 16904, 10035, 11915, 21505, 12864, 17571, 10199, 12666, 22282, 13250, 17755, 10702, 12902, 23093, 12905, 18689, 10591, 13136, 22502, 12728, 18230, 10598, 13182, 23558, 13795, 17142, 11901, 11907, 21860, 13998, 16788, 13633, 12670, 18583, 12239, 13806, 23236, 12228, 17351, 12174, 11688, 20704, 12873, 16159, 11881, 11805, 21420, 14210, 17147, 11284, 11829, 22592, 12501, 18184, 11691, 11632, 22019, 12018, 18736, 11439, 12393, 25326, 12558, 18347, 11494, 13288, 17142, 11974, 19986, 12222, 17344, 12109, 11845, 23090, 12042, 18290, 11390, 13170, 18267, 12119, 19120, 11084, 13640, 20794, 12234, 19105, 11757, 13499, 21929, 12186, 18189, 11277, 13777, 22725, 12442, 18123, 12099, 12600, 22439, 13627, 16778, 12562, 11613, 21421, 13151, 17048, 12173, 11366, 21758, 13161, 17638, 11677, 11572, 21575, 11810, 18647, 11224, 15117, 14722, 11841, 22593, 11415, 15561, 14846, 11860, 21396, 13324, 17388, 11007, 11781, 19855], 'WindowCenter': [4858.0, 4887.0, 4831.0, 4850.0, 4785.0, 4828.0, 4848.0, 4798.0, 4839.0, 4786.0, 4817.0, 4816.0, 4786.0, 4835.0, 4797.0, 4814.0, 4760.0, 4806.0, 4846.0, 4809.0, 4840.0, 4790.0, 4830.0, 4863.0, 4823.0, 4864.0, 4814.0, 4833.0, 4859.0, 4815.0, 4855.0, 4804.0, 4838.0, 4873.0, 4824.0, 4855.0, 4802.0, 4834.0, 4873.0, 4803.0, 4843.0, 4809.0, 4806.0, 4850.0, 4776.0, 4815.0, 4833.0, 4795.0, 4831.0, 4761.0, 4784.0, 4834.0, 4794.0, 4813.0, 4762.0, 4793.0, 4834.0, 4794.0, 4813.0, 4765.0, 4792.0, 4830.0, 4782.0, 4812.0, 4760.0, 4780.0, 4820.0, 4756.0, 4809.0, 4759.0, 4789.0, 4825.0, 4770.0, 4810.0, 4745.0, 4780.0, 4820.0, 4770.0, 4786.0, 4776.0, 4761.0, 4810.0, 4745.0, 4778.0, 4806.0, 4767.0, 4798.0, 4750.0, 4778.0, 4805.0, 4771.0, 4811.0, 4761.0, 4794.0, 4832.0, 4793.0, 4814.0, 4762.0, 4784.0, 4827.0, 4784.0, 4809.0, 4773.0, 4785.0, 4835.0, 4775.0, 4796.0, 4836.0, 4784.0, 4811.0, 4762.0, 4796.0, 4835.0, 4794.0, 4815.0, 4762.0, 4788.0, 4833.0, 4796.0, 4824.0, 4773.0, 4784.0, 4837.0, 4774.0, 4805.0, 4834.0, 4782.0, 4814.0, 4751.0, 4777.0, 4821.0, 4773.0, 4804.0, 4819.0, 4784.0, 4824.0, 4776.0, 4838.0, 4795.0, 4798.0, 4803.0, 4800.0, 4839.0, 4811.0, 4851.0, 4785.0, 4806.0, 4847.0, 4786.0, 4818.0, 4845.0, 4782.0, 4811.0, 4759.0, 4783.0, 4822.0, 4777.0, 4799.0, 4748.0, 4771.0, 4831.0, 4784.0, 4804.0, 4773.0, 4783.0, 4847.0, 4777.0, 4807.0, 4833.0, 4785.0, 4824.0, 4775.0, 4798.0, 4843.0, 4796.0, 4831.0, 4773.0, 4786.0, 4836.0, 4776.0, 4804.0, 4847.0, 4785.0, 4823.0, 4773.0, 4786.0, 4835.0, 4782.0, 4823.0, 4775.0, 4785.0, 4832.0, 4785.0, 4812.0, 4820.0, 4777.0, 4822.0, 4763.0, 4795.0, 4832.0, 4771.0, 4815.0, 4823.0, 4784.0, 4813.0, 4759.0, 4798.0, 4823.0, 4791.0, 4812.0, 4761.0, 4782.0, 4834.0, 4785.0, 4801.0, 4772.0, 4781.0, 4827.0, 4785.0, 4835.0, 4777.0, 4818.0, 4836.0, 4798.0, 4844.0, 4777.0, 4814.0, 4856.0, 4808.0, 4827.0, 4758.0, 4784.0, 4836.0, 4783.0, 4812.0, 4819.0, 4770.0, 4824.0, 4760.0, 4791.0, 4831.0, 4767.0, 4812.0, 4755.0, 4800.0, 4787.0, 4766.0, 4820.0, 4779.0, 4810.0, 4758.0, 4780.0, 4831.0, 4782.0, 4824.0, 4758.0, 4780.0, 4817.0, 4769.0, 4808.0, 4782.0, 4799.0, 4762.0, 4801.0, 4802.0, 4794.0, 4831.0, 4793.0, 4824.0, 4759.0, 4809.0, 4842.0, 4795.0, 4821.0, 4771.0, 4815.0, 4822.0, 4786.0, 4824.0, 4775.0, 4821.0, 4775.0, 4794.0, 4844.0, 4802.0, 4824.0, 4760.0, 4804.0, 4834.0, 4795.0, 4809.0, 4762.0, 4812.0, 4814.0, 4784.0, 4834.0, 4783.0, 4814.0, 4790.0, 4786.0, 4814.0, 4760.0, 4774.0, 4748.0, 4759.0, 4752.0, 4812.0, 4787.0, 4834.0, 4857.0, 4796.0, 4828.0, 4794.0, 4774.0, 4825.0, 4749.0, 4762.0, 4822.0, 4761.0, 4780.0, 4813.0, 4747.0, 4778.0, 4798.0, 4746.0, 4793.0, 4735.0, 4754.0, 4801.0, 4751.0, 4768.0, 4721.0, 4740.0, 4791.0, 4753.0, 4772.0, 4721.0, 4745.0, 4792.0, 4741.0, 4787.0, 4720.0, 4745.0, 4806.0, 4758.0, 4788.0, 4723.0, 4760.0, 4807.0, 4781.0, 4808.0, 4770.0, 4789.0, 4786.0, 4834.0, 4786.0, 4813.0, 4788.0, 4848.0, 4769.0, 4784.0, 4835.0, 4794.0, 4814.0, 4753.0, 4784.0, 4837.0, 4786.0, 4811.0, 4759.0, 4801.0, 4742.0, 4770.0, 4836.0, 4791.0, 4825.0, 4777.0, 4816.0, 4822.0, 4773.0, 4831.0, 4764.0, 4795.0, 4837.0, 4761.0, 4812.0, 4755.0, 4768.0, 4831.0, 4773.0, 4799.0, 4740.0, 4764.0, 4818.0, 4770.0, 4799.0, 4740.0, 4763.0, 4827.0, 4781.0, 4814.0, 4784.0, 4770.0, 4830.0, 4763.0, 4794.0, 4751.0, 4764.0, 4829.0, 4783.0, 4821.0, 4763.0, 4785.0, 4845.0, 4786.0, 4825.0, 4763.0, 4783.0, 4818.0, 4763.0, 4824.0, 4772.0, 4801.0, 4784.0, 4766.0, 4835.0, 4785.0, 4813.0, 4766.0, 4786.0, 4832.0, 4781.0, 4809.0, 4751.0, 4785.0, 4830.0, 4775.0, 4822.0, 4764.0, 4804.0, 4750.0, 4766.0, 4830.0, 4783.0, 4814.0, 4752.0, 4761.0, 4830.0, 4763.0, 4824.0, 4811.0, 4764.0, 4808.0, 4763.0, 4802.0, 4786.0, 4775.0, 4833.0, 4776.0, 4810.0, 4758.0, 4793.0, 4844.0, 4781.0, 4813.0, 4753.0, 4795.0, 4837.0, 4771.0, 4803.0, 4750.0, 4794.0, 4830.0, 4773.0, 4801.0, 4741.0, 4773.0, 4831.0, 4763.0, 4809.0, 4752.0, 4760.0, 4819.0, 4760.0, 4797.0, 4751.0, 4770.0, 4831.0, 4769.0, 4810.0, 4746.0, 4780.0, 4829.0, 4781.0, 4802.0, 4750.0, 4778.0, 4815.0, 4760.0, 4808.0, 4760.0, 4793.0, 4789.0, 4760.0, 4811.0, 4772.0, 4802.0, 4749.0, 4781.0, 4833.0, 4781.0, 4813.0, 4763.0, 4792.0, 4819.0, 4772.0, 4824.0, 4763.0, 4791.0, 4844.0, 4771.0, 4810.0, 4755.0, 4793.0, 4816.0, 4775.0, 4820.0, 4762.0, 4792.0, 4814.0, 4767.0, 4825.0, 4754.0, 4773.0, 4820.0, 4763.0, 4809.0, 4752.0, 4795.0, 4832.0, 4774.0, 4801.0, 4782.0, 4763.0, 4824.0, 4786.0, 4815.0, 4752.0, 4784.0, 4845.0, 4797.0, 4827.0, 4767.0, 4786.0, 4842.0, 4774.0, 4823.0, 4765.0, 4784.0, 4773.0, 4775.0, 4837.0, 4777.0, 4800.0, 4801.0, 4765.0, 4825.0, 4752.0, 4801.0, 4771.0, 4761.0, 4835.0, 4762.0, 4809.0, 4751.0, 4779.0, 4740.0, 4762.0, 4834.0, 4784.0, 4808.0, 4753.0, 4769.0, 4767.0, 4747.0, 4806.0, 4760.0, 4801.0, 4743.0, 4769.0, 4810.0, 4747.0, 4806.0, 4747.0, 4788.0, 4727.0, 4749.0, 4807.0, 4759.0, 4799.0, 4737.0, 4757.0, 4816.0, 4747.0, 4799.0, 4738.0, 4781.0, 4809.0, 4763.0, 4807.0, 4761.0, 4804.0, 4782.0, 4772.0, 4822.0, 4768.0, 4813.0, 4761.0, 4773.0, 4830.0, 4765.0, 4802.0, 4765.0, 4761.0, 4823.0, 4750.0, 4790.0, 4794.0, 4757.0, 4810.0, 4752.0, 4778.0, 4741.0, 4756.0, 4822.0, 4773.0, 4824.0, 4762.0, 4783.0, 4830.0, 4765.0, 4824.0, 4766.0, 4795.0, 4782.0, 4767.0, 4836.0, 4776.0, 4814.0, 4805.0, 4775.0, 4825.0, 4754.0, 4790.0, 4744.0, 4773.0, 4835.0, 4799.0, 4803.0, 4741.0, 4757.0, 4736.0, 4768.0, 4730.0, 4783.0, 4835.0, 4792.0, 4813.0, 4752.0, 4781.0, 4831.0, 4773.0, 4805.0, 4743.0, 4776.0, 4741.0, 4768.0, 4798.0, 4774.0, 4803.0, 4773.0, 4768.0, 4792.0, 4772.0, 4794.0, 4832.0, 4772.0, 4803.0, 4739.0, 4751.0, 4799.0, 4758.0, 4786.0, 4735.0, 4747.0, 4812.0, 4749.0, 4788.0, 4742.0, 4779.0, 4794.0, 4764.0, 4809.0, 4759.0, 4801.0, 4753.0, 4785.0, 4814.0, 4764.0, 4833.0, 4787.0, 4818.0, 4768.0, 4789.0, 4846.0, 4781.0, 4827.0, 4766.0, 4767.0, 4819.0, 4770.0, 4814.0, 4762.0, 4808.0, 4834.0, 4775.0, 4826.0, 4754.0, 4795.0, 4821.0, 4766.0, 4809.0, 4744.0, 4786.0, 4834.0, 4785.0, 4803.0, 4746.0, 4775.0, 4834.0, 4771.0, 4791.0, 4731.0, 4762.0, 4822.0, 4771.0, 4799.0, 4743.0, 4775.0, 4832.0, 4771.0, 4802.0, 4751.0, 4777.0, 4834.0, 4775.0, 4814.0, 4743.0, 4771.0, 4824.0, 4774.0, 4801.0, 4753.0, 4774.0, 4835.0, 4774.0, 4804.0, 4750.0, 4754.0, 4825.0, 4782.0, 4806.0, 4759.0, 4749.0, 4788.0, 4737.0, 4764.0, 4806.0, 4750.0, 4786.0, 4748.0, 4762.0, 4808.0, 4760.0, 4779.0, 4748.0, 4762.0, 4822.0, 4782.0, 4803.0, 4752.0, 4765.0, 4837.0, 4774.0, 4815.0, 4767.0, 4766.0, 4824.0, 4778.0, 4816.0, 4755.0, 4766.0, 4833.0, 4762.0, 4804.0, 4753.0, 4766.0, 4787.0, 4753.0, 4799.0, 4753.0, 4789.0, 4751.0, 4752.0, 4820.0, 4763.0, 4799.0, 4753.0, 4763.0, 4801.0, 4763.0, 4801.0, 4754.0, 4785.0, 4822.0, 4753.0, 4800.0, 4751.0, 4772.0, 4820.0, 4751.0, 4800.0, 4752.0, 4773.0, 4832.0, 4767.0, 4806.0, 4761.0, 4764.0, 4822.0, 4771.0, 4791.0, 4748.0, 4751.0, 4811.0, 4762.0, 4790.0, 4754.0, 4753.0, 4834.0, 4771.0, 4803.0, 4752.0, 4764.0, 4822.0, 4767.0, 4812.0, 4765.0, 4797.0, 4784.0, 4765.0, 4835.0, 4766.0, 4794.0, 4782.0, 4765.0, 4825.0, 4773.0, 4791.0, 4738.0, 4769.0, 4812.0], 'WindowWidth': [10564.0, 10601.0, 10508.0, 10530.0, 10433.0, 10493.0, 10525.0, 10451.0, 10509.0, 10430.0, 10474.0, 10473.0, 10432.0, 10498.0, 10447.0, 10469.0, 10391.0, 10461.0, 10519.0, 10468.0, 10511.0, 10444.0, 10501.0, 10551.0, 10494.0, 10552.0, 10485.0, 10509.0, 10545.0, 10488.0, 10543.0, 10470.0, 10519.0, 10570.0, 10500.0, 10542.0, 10465.0, 10509.0, 10578.0, 10463.0, 10524.0, 10467.0, 10462.0, 10538.0, 10415.0, 10472.0, 10500.0, 10446.0, 10494.0, 10391.0, 10427.0, 10498.0, 10440.0, 10464.0, 10388.0, 10436.0, 10497.0, 10438.0, 10465.0, 10396.0, 10433.0, 10493.0, 10419.0, 10462.0, 10384.0, 10414.0, 10477.0, 10377.0, 10453.0, 10382.0, 10426.0, 10484.0, 10398.0, 10453.0, 10359.0, 10413.0, 10474.0, 10397.0, 10417.0, 10398.0, 10382.0, 10451.0, 10357.0, 10406.0, 10445.0, 10393.0, 10434.0, 10369.0, 10408.0, 10446.0, 10402.0, 10456.0, 10387.0, 10440.0, 10492.0, 10436.0, 10465.0, 10391.0, 10425.0, 10487.0, 10424.0, 10456.0, 10407.0, 10428.0, 10496.0, 10415.0, 10443.0, 10503.0, 10426.0, 10462.0, 10393.0, 10445.0, 10499.0, 10440.0, 10470.0, 10392.0, 10432.0, 10495.0, 10444.0, 10482.0, 10410.0, 10425.0, 10501.0, 10410.0, 10454.0, 10501.0, 10420.0, 10465.0, 10374.0, 10415.0, 10476.0, 10408.0, 10451.0, 10471.0, 10425.0, 10480.0, 10414.0, 10506.0, 10444.0, 10449.0, 10453.0, 10456.0, 10510.0, 10474.0, 10531.0, 10431.0, 10461.0, 10525.0, 10433.0, 10475.0, 10524.0, 10421.0, 10459.0, 10384.0, 10420.0, 10476.0, 10408.0, 10440.0, 10367.0, 10403.0, 10487.0, 10421.0, 10451.0, 10406.0, 10422.0, 10515.0, 10419.0, 10460.0, 10497.0, 10429.0, 10481.0, 10414.0, 10448.0, 10512.0, 10446.0, 10497.0, 10410.0, 10431.0, 10499.0, 10414.0, 10454.0, 10519.0, 10426.0, 10480.0, 10410.0, 10430.0, 10500.0, 10421.0, 10478.0, 10413.0, 10426.0, 10495.0, 10426.0, 10462.0, 10473.0, 10418.0, 10477.0, 10392.0, 10440.0, 10495.0, 10403.0, 10468.0, 10483.0, 10423.0, 10464.0, 10385.0, 10447.0, 10478.0, 10433.0, 10462.0, 10387.0, 10421.0, 10495.0, 10427.0, 10445.0, 10406.0, 10421.0, 10489.0, 10430.0, 10497.0, 10418.0, 10476.0, 10503.0, 10450.0, 10514.0, 10421.0, 10473.0, 10538.0, 10464.0, 10489.0, 10385.0, 10426.0, 10504.0, 10421.0, 10461.0, 10467.0, 10401.0, 10482.0, 10386.0, 10431.0, 10493.0, 10395.0, 10459.0, 10377.0, 10442.0, 10420.0, 10393.0, 10473.0, 10412.0, 10454.0, 10379.0, 10413.0, 10487.0, 10417.0, 10479.0, 10381.0, 10414.0, 10467.0, 10397.0, 10450.0, 10418.0, 10439.0, 10391.0, 10446.0, 10448.0, 10439.0, 10491.0, 10437.0, 10480.0, 10388.0, 10461.0, 10512.0, 10440.0, 10474.0, 10402.0, 10468.0, 10475.0, 10428.0, 10480.0, 10411.0, 10474.0, 10411.0, 10439.0, 10514.0, 10448.0, 10479.0, 10387.0, 10451.0, 10499.0, 10437.0, 10455.0, 10389.0, 10458.0, 10463.0, 10422.0, 10497.0, 10421.0, 10465.0, 10429.0, 10431.0, 10463.0, 10381.0, 10390.0, 10361.0, 10374.0, 10371.0, 10458.0, 10430.0, 10496.0, 10533.0, 10440.0, 10488.0, 10435.0, 10406.0, 10477.0, 10366.0, 10386.0, 10476.0, 10383.0, 10410.0, 10467.0, 10357.0, 10401.0, 10435.0, 10355.0, 10420.0, 10336.0, 10364.0, 10433.0, 10355.0, 10377.0, 10311.0, 10339.0, 10414.0, 10357.0, 10385.0, 10311.0, 10350.0, 10415.0, 10342.0, 10407.0, 10311.0, 10352.0, 10440.0, 10373.0, 10416.0, 10322.0, 10380.0, 10442.0, 10413.0, 10448.0, 10398.0, 10421.0, 10428.0, 10490.0, 10429.0, 10462.0, 10433.0, 10519.0, 10396.0, 10423.0, 10497.0, 10437.0, 10465.0, 10378.0, 10422.0, 10503.0, 10424.0, 10453.0, 10382.0, 10439.0, 10358.0, 10401.0, 10497.0, 10429.0, 10478.0, 10413.0, 10467.0, 10473.0, 10410.0, 10489.0, 10392.0, 10436.0, 10499.0, 10385.0, 10458.0, 10379.0, 10394.0, 10493.0, 10401.0, 10436.0, 10352.0, 10390.0, 10462.0, 10396.0, 10435.0, 10352.0, 10389.0, 10479.0, 10412.0, 10465.0, 10422.0, 10400.0, 10483.0, 10388.0, 10432.0, 10370.0, 10392.0, 10480.0, 10419.0, 10470.0, 10390.0, 10424.0, 10510.0, 10427.0, 10481.0, 10390.0, 10419.0, 10466.0, 10391.0, 10476.0, 10402.0, 10442.0, 10418.0, 10396.0, 10492.0, 10424.0, 10461.0, 10399.0, 10430.0, 10491.0, 10414.0, 10453.0, 10372.0, 10423.0, 10484.0, 10409.0, 10473.0, 10391.0, 10445.0, 10369.0, 10397.0, 10485.0, 10419.0, 10462.0, 10373.0, 10387.0, 10483.0, 10391.0, 10479.0, 10456.0, 10390.0, 10449.0, 10387.0, 10444.0, 10422.0, 10407.0, 10490.0, 10409.0, 10453.0, 10382.0, 10434.0, 10508.0, 10415.0, 10459.0, 10375.0, 10436.0, 10500.0, 10400.0, 10444.0, 10369.0, 10432.0, 10483.0, 10404.0, 10440.0, 10357.0, 10402.0, 10485.0, 10389.0, 10450.0, 10370.0, 10382.0, 10465.0, 10381.0, 10430.0, 10369.0, 10395.0, 10484.0, 10395.0, 10451.0, 10359.0, 10411.0, 10484.0, 10411.0, 10441.0, 10366.0, 10405.0, 10459.0, 10382.0, 10446.0, 10382.0, 10428.0, 10420.0, 10383.0, 10452.0, 10400.0, 10439.0, 10365.0, 10414.0, 10488.0, 10413.0, 10458.0, 10387.0, 10428.0, 10466.0, 10401.0, 10474.0, 10391.0, 10428.0, 10508.0, 10400.0, 10450.0, 10377.0, 10430.0, 10463.0, 10409.0, 10469.0, 10387.0, 10429.0, 10459.0, 10400.0, 10478.0, 10375.0, 10400.0, 10466.0, 10388.0, 10448.0, 10373.0, 10439.0, 10488.0, 10403.0, 10438.0, 10414.0, 10391.0, 10475.0, 10423.0, 10461.0, 10373.0, 10421.0, 10510.0, 10442.0, 10482.0, 10399.0, 10429.0, 10506.0, 10409.0, 10475.0, 10393.0, 10420.0, 10401.0, 10407.0, 10498.0, 10412.0, 10441.0, 10443.0, 10391.0, 10479.0, 10372.0, 10440.0, 10397.0, 10386.0, 10499.0, 10385.0, 10449.0, 10369.0, 10407.0, 10354.0, 10385.0, 10490.0, 10417.0, 10449.0, 10372.0, 10394.0, 10387.0, 10359.0, 10442.0, 10379.0, 10435.0, 10355.0, 10392.0, 10451.0, 10360.0, 10441.0, 10358.0, 10416.0, 10330.0, 10362.0, 10443.0, 10377.0, 10431.0, 10344.0, 10371.0, 10457.0, 10358.0, 10431.0, 10347.0, 10410.0, 10447.0, 10386.0, 10444.0, 10384.0, 10444.0, 10412.0, 10401.0, 10472.0, 10394.0, 10459.0, 10383.0, 10401.0, 10481.0, 10390.0, 10440.0, 10390.0, 10384.0, 10471.0, 10366.0, 10421.0, 10427.0, 10376.0, 10450.0, 10368.0, 10403.0, 10352.0, 10379.0, 10468.0, 10404.0, 10475.0, 10386.0, 10419.0, 10482.0, 10394.0, 10474.0, 10397.0, 10434.0, 10415.0, 10397.0, 10495.0, 10408.0, 10460.0, 10449.0, 10405.0, 10479.0, 10375.0, 10421.0, 10360.0, 10400.0, 10501.0, 10442.0, 10446.0, 10351.0, 10370.0, 10341.0, 10386.0, 10336.0, 10415.0, 10494.0, 10427.0, 10458.0, 10370.0, 10410.0, 10486.0, 10398.0, 10441.0, 10354.0, 10401.0, 10353.0, 10393.0, 10431.0, 10405.0, 10441.0, 10401.0, 10392.0, 10426.0, 10396.0, 10430.0, 10492.0, 10394.0, 10442.0, 10346.0, 10365.0, 10431.0, 10372.0, 10410.0, 10336.0, 10357.0, 10449.0, 10360.0, 10412.0, 10353.0, 10403.0, 10423.0, 10387.0, 10445.0, 10381.0, 10440.0, 10374.0, 10421.0, 10459.0, 10394.0, 10487.0, 10428.0, 10471.0, 10400.0, 10428.0, 10513.0, 10419.0, 10482.0, 10395.0, 10397.0, 10468.0, 10403.0, 10459.0, 10389.0, 10456.0, 10493.0, 10408.0, 10478.0, 10375.0, 10436.0, 10469.0, 10394.0, 10451.0, 10362.0, 10421.0, 10491.0, 10418.0, 10443.0, 10363.0, 10404.0, 10491.0, 10395.0, 10421.0, 10339.0, 10383.0, 10468.0, 10396.0, 10434.0, 10359.0, 10407.0, 10485.0, 10399.0, 10439.0, 10370.0, 10411.0, 10489.0, 10404.0, 10460.0, 10359.0, 10398.0, 10474.0, 10403.0, 10438.0, 10373.0, 10404.0, 10494.0, 10402.0, 10442.0, 10364.0, 10374.0, 10474.0, 10413.0, 10449.0, 10375.0, 10359.0, 10414.0, 10338.0, 10380.0, 10437.0, 10361.0, 10408.0, 10357.0, 10385.0, 10444.0, 10376.0, 10404.0, 10358.0, 10385.0, 10467.0, 10411.0, 10441.0, 10368.0, 10391.0, 10493.0, 10405.0, 10462.0, 10393.0, 10395.0, 10474.0, 10414.0, 10463.0, 10376.0, 10394.0, 10494.0, 10383.0, 10445.0, 10370.0, 10390.0, 10415.0, 10369.0, 10432.0, 10370.0, 10417.0, 10364.0, 10369.0, 10463.0, 10387.0, 10436.0, 10371.0, 10385.0, 10435.0, 10386.0, 10436.0, 10374.0, 10420.0, 10468.0, 10372.0, 10433.0, 10364.0, 10398.0, 10460.0, 10367.0, 10432.0, 10368.0, 10403.0, 10482.0, 10394.0, 10448.0, 10379.0, 10389.0, 10471.0, 10394.0, 10421.0, 10358.0, 10366.0, 10450.0, 10382.0, 10420.0, 10370.0, 10375.0, 10489.0, 10400.0, 10444.0, 10370.0, 10392.0, 10468.0, 10398.0, 10459.0, 10393.0, 10439.0, 10418.0, 10393.0, 10496.0, 10394.0, 10432.0, 10412.0, 10391.0, 10476.0, 10400.0, 10423.0, 10349.0, 10399.0, 10453.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.004064701834862385</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.027928984633027523</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.72133552809411</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2642260470378874</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.055281276027554</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5358</td></tr>
|
|
<tr><td colspan=3>fber</td><td>2785.76</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.0879733328135984</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>31</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>3.555045871559633</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6642295252517516</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.556044302695519</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9332480209750087</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5033962520847277</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0139295</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008893967606127262</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.029966002330183983</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>872</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.827521604266943</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>14.8291</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>80.5978</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>309.8112</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>77.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>287738.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1546.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>548.8456</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.377</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>597.5379</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3844.4136</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4081.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>88806.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1210.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5074.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1066.2192</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>33.43440089694923</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> |