=== 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-0086 --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-0086",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 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-0086_ses-03_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0086_ses-03_task-social_acq-mb8_run-01_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-03_subject-0086_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-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0086_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-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0086_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-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0086_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-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-03_subject-0086_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-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-03_subject-0086_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-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0086_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-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0086/ses-03/func/sub-0086_ses-03_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>dba2e455cbef5d8a2d59b6d7997ad53f</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:02:8.367500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999863, -0.0149052, -0.00716229, 0.0153579, 0.997568, 0.0679843]</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-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0952045</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4147, -7754, -7279, 646, -41, -142, 94, 72]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 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>236.686</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>eeee476f-9a5c-4edf-98b0-d8bf6a4e8a3c||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6825599670410156, 0.04120420292019844, -0.016555195674300194, 111.66639709472656], [0.03998943790793419, 2.6764025688171387, 0.1838293969631195, -102.57610321044922], [-0.019215893000364304, -0.182396799325943, 2.6936838626861572, -65.18501281738281], [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': ['090208.367500', '090208.827500', '090209.287500', '090209.747500', '090210.207500', '090210.667500', '090211.127500', '090211.587500', '090212.047500', '090212.507500', '090212.967500', '090213.427500', '090213.887500', '090214.347500', '090214.807500', '090215.267500', '090215.727500', '090216.187500', '090216.647500', '090217.107500', '090217.567500', '090218.027500', '090218.487500', '090218.947500', '090219.407500', '090219.867500', '090220.327500', '090220.787500', '090221.247500', '090221.707500', '090222.167500', '090222.627500', '090223.087500', '090223.547500', '090224.007500', '090224.467500', '090224.927500', '090225.387500', '090225.847500', '090226.307500', '090226.767500', '090227.227500', '090227.687500', '090228.147500', '090228.607500', '090229.067500', '090229.527500', '090229.987500', '090230.447500', '090230.907500', '090231.367500', '090231.827500', '090232.287500', '090232.747500', '090233.207500', '090233.667500', '090234.127500', '090234.587500', '090235.047500', '090235.507500', '090235.967500', '090236.427500', '090236.887500', '090237.347500', '090237.807500', '090238.267500', '090238.727500', '090239.187500', '090239.647500', '090240.107500', '090240.567500', '090241.027500', '090241.487500', '090241.947500', '090242.407500', '090242.867500', '090243.327500', '090243.787500', '090244.247500', '090244.707500', '090245.167500', '090245.627500', '090246.087500', '090246.547500', '090247.007500', '090247.467500', '090247.927500', '090248.387500', '090248.847500', '090249.307500', '090249.767500', '090250.227500', '090250.687500', '090251.147500', '090251.607500', '090252.067500', '090252.527500', '090252.987500', '090253.447500', '090253.907500', '090254.367500', '090254.827500', '090255.287500', '090255.747500', '090256.207500', '090256.667500', '090257.127500', '090257.587500', '090258.047500', '090258.507500', '090258.967500', '090259.427500', '090259.887500', '090300.347500', '090300.807500', '090301.267500', '090301.727500', '090302.187500', '090302.647500', '090303.107500', '090303.567500', '090304.027500', '090304.487500', '090304.947500', '090305.407500', '090305.867500', '090306.327500', '090306.787500', '090307.247500', '090307.707500', '090308.167500', '090308.627500', '090309.087500', '090309.547500', '090310.007500', '090310.467500', '090310.927500', '090311.387500', '090311.847500', '090312.307500', '090312.767500', '090313.227500', '090313.687500', '090314.147500', '090314.607500', '090315.067500', '090315.527500', '090315.987500', '090316.447500', '090316.907500', '090317.367500', '090317.827500', '090318.287500', '090318.747500', '090319.207500', '090319.667500', '090320.127500', '090320.587500', '090321.047500', '090321.507500', '090321.967500', '090322.427500', '090322.887500', '090323.347500', '090323.807500', '090324.267500', '090324.727500', '090325.187500', '090325.647500', '090326.107500', '090326.567500', '090327.027500', '090327.487500', '090327.947500', '090328.407500', '090328.867500', '090329.327500', '090329.787500', '090330.247500', '090330.707500', '090331.167500', '090331.627500', '090332.087500', '090332.547500', '090333.007500', '090333.467500', '090333.927500', '090334.387500', '090334.847500', '090335.307500', '090335.767500', '090336.227500', '090336.687500', '090337.147500', '090337.607500', '090338.067500', '090338.527500', '090338.987500', '090339.447500', '090339.907500', '090340.367500', '090340.827500', '090341.287500', '090341.747500', '090342.207500', '090342.667500', '090343.127500', '090343.587500', '090344.047500', '090344.507500', '090344.967500', '090345.427500', '090345.887500', '090346.347500', '090346.807500', '090347.267500', '090347.727500', '090348.187500', '090348.647500', '090349.107500', '090349.567500', '090350.027500', '090350.487500', '090350.947500', '090351.407500', '090351.867500', '090352.327500', '090352.787500', '090353.247500', '090353.707500', '090354.167500', '090354.627500', '090355.087500', '090355.547500', '090356.007500', '090356.467500', '090356.927500', '090357.387500', '090357.847500', '090358.307500', '090358.767500', '090359.227500', '090359.687500', '090400.147500', '090400.607500', '090401.067500', '090401.527500', '090401.987500', '090402.447500', '090402.907500', '090403.367500', '090403.827500', '090404.287500', '090404.747500', '090405.207500', '090405.667500', '090406.127500', '090406.587500', '090407.047500', '090407.507500', '090407.967500', '090408.427500', '090408.887500', '090409.347500', '090409.807500', '090410.267500', '090410.727500', '090411.187500', '090411.647500', '090412.107500', '090412.567500', '090413.027500', '090413.487500', '090413.947500', '090414.407500', '090414.867500', '090415.327500', '090415.787500', '090416.247500', '090416.707500', '090417.167500', '090417.627500', '090418.087500', '090418.547500', '090419.007500', '090419.467500', '090419.927500', '090420.387500', '090420.847500', '090421.307500', '090421.767500', '090422.227500', '090422.687500', '090423.147500', '090423.607500', '090424.067500', '090424.527500', '090424.987500', '090425.447500', '090425.907500', '090426.367500', '090426.827500', '090427.287500', '090427.747500', '090428.207500', '090428.667500', '090429.127500', '090429.587500', '090430.047500', '090430.507500', '090430.967500', '090431.427500', '090431.887500', '090432.347500', '090432.807500', '090433.267500', '090433.727500', '090434.187500', '090434.647500', '090435.107500', '090435.567500', '090436.027500', '090436.487500', '090436.947500', '090437.407500', '090437.867500', '090438.327500', '090438.787500', '090439.247500', '090439.707500', '090440.167500', '090440.627500', '090441.087500', '090441.547500', '090442.007500', '090442.467500', '090442.927500', '090443.387500', '090443.847500', '090444.307500', '090444.767500', '090445.227500', '090445.687500', '090446.147500', '090446.607500', '090447.067500', '090447.527500', '090447.987500', '090448.447500', '090448.907500', '090449.367500', '090449.827500', '090450.287500', '090450.747500', '090451.207500', '090451.667500', '090452.127500', '090452.587500', '090453.047500', '090453.507500', '090453.967500', '090454.427500', '090454.887500', '090455.347500', '090455.807500', '090456.267500', '090456.727500', '090457.187500', '090457.647500', '090458.107500', '090458.567500', '090459.027500', '090459.487500', '090459.947500', '090500.407500', '090500.867500', '090501.327500', '090501.787500', '090502.247500', '090502.707500', '090503.167500', '090503.627500', '090504.087500', '090504.547500', '090505.007500', '090505.467500', '090505.927500', '090506.387500', '090506.847500', '090507.307500', '090507.767500', '090508.227500', '090508.687500', '090509.147500', '090509.607500', '090510.067500', '090510.527500', '090510.987500', '090511.447500', '090511.907500', '090512.367500', '090512.827500', '090513.287500', '090513.747500', '090514.207500', '090514.667500', '090515.127500', '090515.587500', '090516.047500', '090516.507500', '090516.967500', '090517.427500', '090517.887500', '090518.347500', '090518.807500', '090519.267500', '090519.727500', '090520.187500', '090520.647500', '090521.107500', '090521.567500', '090522.027500', '090522.487500', '090522.947500', '090523.407500', '090523.867500', '090524.327500', '090524.787500', '090525.247500', '090525.707500', '090526.167500', '090526.627500', '090527.087500', '090527.547500', '090528.007500', '090528.467500', '090528.927500', '090529.387500', '090529.847500', '090530.307500', '090530.767500', '090531.227500', '090531.687500', '090532.147500', '090532.607500', '090533.067500', '090533.527500', '090533.987500', '090534.447500', '090534.907500', '090535.367500', '090535.827500', '090536.287500', '090536.747500', '090537.207500', '090537.667500', '090538.127500', '090538.587500', '090539.047500', '090539.507500', '090539.967500', '090540.427500', '090540.887500', '090541.347500', '090541.807500', '090542.267500', '090542.727500', '090543.187500', '090543.647500', '090544.107500', '090544.567500', '090545.027500', '090545.487500', '090545.947500', '090546.407500', '090546.867500', '090547.327500', '090547.787500', '090548.247500', '090548.707500', '090549.167500', '090549.627500', '090550.087500', '090550.547500', '090551.007500', '090551.467500', '090551.927500', '090552.387500', '090552.847500', '090553.307500', '090553.767500', '090554.227500', '090554.687500', '090555.147500', '090555.607500', '090556.067500', '090556.527500', '090556.987500', '090557.447500', '090557.907500', '090558.367500', '090558.827500', '090559.287500', '090559.747500', '090600.207500', '090600.667500', '090601.127500', '090601.587500', '090602.047500', '090602.507500', '090602.967500', '090603.427500', '090603.887500', '090604.347500', '090604.807500', '090605.267500', '090605.727500', '090606.187500', '090606.647500', '090607.107500', '090607.567500', '090608.027500', '090608.487500', '090608.947500', '090609.407500', '090609.867500', '090610.327500', '090610.787500', '090611.247500', '090611.707500', '090612.167500', '090612.627500', '090613.087500', '090613.547500', '090614.007500', '090614.467500', '090614.927500', '090615.387500', '090615.847500', '090616.307500', '090616.767500', '090617.227500', '090617.687500', '090618.147500', '090618.607500', '090619.067500', '090619.527500', '090619.987500', '090620.447500', '090620.907500', '090621.367500', '090621.827500', '090622.287500', '090622.747500', '090623.207500', '090623.667500', '090624.127500', '090624.587500', '090625.047500', '090625.507500', '090625.967500', '090626.427500', '090626.887500', '090627.347500', '090627.807500', '090628.267500', '090628.727500', '090629.187500', '090629.647500', '090630.107500', '090630.567500', '090631.027500', '090631.487500', '090631.947500', '090632.407500', '090632.867500', '090633.327500', '090633.787500', '090634.247500', '090634.707500', '090635.167500', '090635.627500', '090636.087500', '090636.547500', '090637.007500', '090637.467500', '090637.927500', '090638.387500', '090638.847500', '090639.307500', '090639.767500', '090640.227500', '090640.687500', '090641.147500', '090641.607500', '090642.067500', '090642.527500', '090642.987500', '090643.447500', '090643.907500', '090644.367500', '090644.827500', '090645.287500', '090645.747500', '090646.207500', '090646.667500', '090647.127500', '090647.587500', '090648.047500', '090648.507500', '090648.967500', '090649.427500', '090649.887500', '090650.347500', '090650.807500', '090651.267500', '090651.727500', '090652.187500', '090652.647500', '090653.107500', '090653.567500', '090654.027500', '090654.487500', '090654.947500', '090655.407500', '090655.867500', '090656.327500', '090656.787500', '090657.247500', '090657.707500', '090658.167500', '090658.627500', '090659.087500', '090659.547500', '090700.007500', '090700.467500', '090700.927500', '090701.387500', '090701.847500', '090702.307500', '090702.767500', '090703.227500', '090703.687500', '090704.147500', '090704.607500', '090705.067500', '090705.527500', '090705.987500', '090706.447500', '090706.907500', '090707.367500', '090707.827500', '090708.287500', '090708.747500', '090709.207500', '090709.667500', '090710.127500', '090710.587500', '090711.047500', '090711.507500', '090711.967500', '090712.427500', '090712.887500', '090713.347500', '090713.807500', '090714.267500', '090714.727500', '090715.187500', '090715.647500', '090716.107500', '090716.567500', '090717.027500', '090717.487500', '090717.947500', '090718.407500', '090718.867500', '090719.327500', '090719.787500', '090720.247500', '090720.707500', '090721.167500', '090721.627500', '090722.087500', '090722.547500', '090723.007500', '090723.467500', '090723.927500', '090724.387500', '090724.847500', '090725.307500', '090725.767500', '090726.227500', '090726.687500', '090727.147500', '090727.607500', '090728.067500', '090728.527500', '090728.987500', '090729.447500', '090729.907500', '090730.367500', '090730.827500', '090731.287500', '090731.747500', '090732.207500', '090732.667500', '090733.127500', '090733.587500', '090734.047500', '090734.507500', '090734.967500', '090735.427500', '090735.887500', '090736.347500', '090736.807500', '090737.267500', '090737.727500', '090738.187500', '090738.647500', '090739.107500', '090739.567500', '090740.027500', '090740.487500', '090740.947500', '090741.407500', '090741.867500', '090742.327500', '090742.787500', '090743.247500', '090743.707500', '090744.167500', '090744.627500', '090745.087500', '090745.547500', '090746.007500', '090746.467500', '090746.927500', '090747.387500', '090747.847500', '090748.307500', '090748.767500', '090749.227500', '090749.687500', '090750.147500', '090750.607500', '090751.067500', '090751.527500', '090751.987500', '090752.447500', '090752.907500', '090753.367500', '090753.827500', '090754.287500', '090754.747500', '090755.207500', '090755.667500', '090756.127500', '090756.587500', '090757.047500', '090757.507500', '090757.967500', '090758.427500', '090758.887500', '090759.347500', '090759.807500', '090800.267500', '090800.727500', '090801.187500', '090801.647500', '090802.107500', '090802.567500', '090803.027500', '090803.487500', '090803.947500', '090804.407500', '090804.867500', '090805.327500', '090805.787500', '090806.247500', '090806.707500', '090807.167500', '090807.627500', '090808.087500', '090808.547500', '090809.007500', '090809.467500', '090809.927500', '090810.387500', '090810.847500', '090811.307500', '090811.767500', '090812.227500', '090812.687500', '090813.147500', '090813.607500', '090814.067500', '090814.527500', '090814.987500', '090815.447500', '090815.907500', '090816.367500', '090816.827500', '090817.287500', '090817.747500', '090818.207500', '090818.667500', '090819.127500', '090819.587500', '090820.047500', '090820.507500', '090820.967500', '090821.427500', '090821.887500', '090822.347500', '090822.807500', '090823.267500', '090823.727500', '090824.187500', '090824.647500', '090825.107500', '090825.567500', '090826.027500', '090826.487500', '090826.947500', '090827.407500', '090827.867500', '090828.327500', '090828.787500', '090829.247500', '090829.707500', '090830.167500', '090830.627500', '090831.087500', '090831.547500', '090832.007500', '090832.467500', '090832.927500', '090833.387500', '090833.847500', '090834.307500', '090834.767500', '090835.227500', '090835.687500', '090836.147500', '090836.607500', '090837.067500', '090837.527500', '090837.987500', '090838.447500', '090838.907500', '090839.367500', '090839.827500', '090840.287500', '090840.747500', '090841.207500', '090841.667500', '090842.127500', '090842.587500', '090843.047500', '090843.507500', '090843.967500', '090844.427500', '090844.887500', '090845.347500', '090845.807500', '090846.267500', '090846.727500', '090847.187500', '090847.647500', '090848.107500', '090848.567500', '090849.027500'], 'ContentTime': ['090234.642000', '090234.645000', '090234.648000', '090234.651000', '090234.654000', '090234.656000', '090234.659000', '090234.661000', '090234.664000', '090234.667000', '090234.669000', '090234.672000', '090234.675000', '090234.677000', '090234.680000', '090234.682000', '090234.685000', '090234.688000', '090234.690000', '090234.693000', '090234.696000', '090234.698000', '090234.703000', '090234.706000', '090234.708000', '090234.711000', '090234.714000', '090234.716000', '090234.719000', '090234.722000', '090234.724000', '090234.727000', '090234.730000', '090234.732000', '090234.735000', '090234.737000', '090234.740000', '090234.743000', '090234.745000', '090234.748000', '090234.758000', '090234.760000', '090234.763000', '090234.766000', '090234.769000', '090234.771000', '090234.774000', '090234.777000', '090234.779000', '090234.782000', '090234.785000', '090234.787000', '090234.790000', '090234.793000', '090254.603000', '090254.607000', '090254.610000', '090254.612000', '090254.615000', '090254.618000', '090254.620000', '090254.623000', '090254.626000', '090254.628000', '090254.631000', '090254.634000', '090254.636000', '090254.639000', '090254.642000', '090254.644000', '090254.647000', '090254.650000', '090254.652000', '090254.655000', '090254.658000', '090254.661000', '090254.663000', '090254.666000', '090254.669000', '090254.682000', '090254.684000', '090254.687000', '090254.690000', '090254.692000', '090254.695000', '090254.698000', '090254.700000', '090254.703000', '090254.707000', '090254.710000', '090254.712000', '090254.715000', '090254.718000', '090254.720000', '090254.723000', '090254.725000', '090254.728000', '090314.604000', '090314.607000', '090314.609000', '090314.612000', '090314.615000', '090314.618000', '090314.620000', '090314.623000', '090314.626000', '090314.628000', '090314.632000', '090314.635000', '090314.638000', '090314.662000', '090314.665000', '090314.668000', '090314.671000', '090314.673000', '090314.676000', '090314.679000', '090314.681000', '090314.684000', '090314.687000', '090314.689000', '090314.692000', '090314.695000', '090314.697000', '090314.700000', '090314.703000', '090314.705000', '090314.708000', '090314.711000', '090314.714000', '090314.716000', '090314.719000', '090314.721000', '090314.724000', '090314.727000', '090314.729000', '090314.732000', '090314.735000', '090314.737000', '090314.740000', '090334.603000', '090334.605000', '090334.608000', '090334.617000', '090334.619000', '090334.622000', '090334.625000', '090334.627000', '090334.630000', '090334.632000', '090334.635000', '090334.638000', '090334.640000', '090334.643000', '090334.646000', '090334.649000', '090334.651000', '090334.654000', '090334.656000', '090334.659000', '090334.662000', '090334.664000', '090334.667000', '090334.670000', '090334.672000', '090334.675000', '090334.678000', '090334.680000', '090334.683000', '090334.686000', '090334.688000', '090334.691000', '090334.694000', '090334.696000', '090334.699000', '090334.702000', '090334.704000', '090334.707000', '090334.710000', '090334.712000', '090334.715000', '090334.718000', '090334.727000', '090334.730000', '090354.603000', '090354.606000', '090354.608000', '090354.611000', '090354.614000', '090354.616000', '090354.619000', '090354.622000', '090354.634000', '090354.636000', '090354.639000', '090354.642000', '090354.645000', '090354.657000', '090354.660000', '090354.662000', '090354.665000', '090354.668000', '090354.670000', '090354.673000', '090354.677000', '090354.686000', '090354.689000', '090354.692000', '090354.694000', '090354.697000', '090354.700000', '090354.703000', '090354.706000', '090354.708000', '090354.711000', '090354.714000', '090354.716000', '090354.719000', '090354.721000', '090354.724000', '090354.727000', '090354.730000', '090354.732000', '090354.735000', '090354.738000', '090354.740000', '090354.743000', '090414.602000', '090414.605000', '090414.608000', '090414.611000', '090414.613000', '090414.616000', '090414.618000', '090414.621000', '090414.624000', '090414.626000', '090414.629000', '090414.631000', '090414.634000', '090414.637000', '090414.639000', '090414.642000', '090414.645000', '090414.647000', '090414.650000', '090414.652000', '090414.655000', '090414.658000', '090414.660000', '090414.663000', '090414.665000', '090414.668000', '090414.670000', '090414.673000', '090414.676000', '090414.678000', '090414.681000', '090414.684000', '090414.686000', '090414.689000', '090414.691000', '090414.694000', '090414.697000', '090414.699000', '090414.702000', '090414.705000', '090414.707000', '090414.718000', '090414.721000', '090414.724000', '090434.603000', '090434.606000', '090434.609000', '090434.611000', '090434.614000', '090434.617000', '090434.620000', '090434.622000', '090434.625000', '090434.627000', '090434.630000', '090434.633000', '090434.635000', '090434.638000', '090434.641000', '090434.643000', '090434.646000', '090434.649000', '090434.651000', '090434.654000', '090434.657000', '090434.659000', '090434.662000', '090434.665000', '090434.667000', '090434.670000', '090434.673000', '090434.675000', '090434.678000', '090434.688000', '090434.690000', '090434.693000', '090434.695000', '090434.698000', '090434.701000', '090434.703000', '090434.706000', '090434.709000', '090434.711000', '090434.714000', '090434.717000', '090434.719000', '090434.722000', '090454.603000', '090454.606000', '090454.609000', '090454.612000', '090454.615000', '090454.617000', '090454.620000', '090454.622000', '090454.625000', '090454.627000', '090454.630000', '090454.633000', '090454.636000', '090454.638000', '090454.641000', '090454.644000', '090454.657000', '090454.659000', '090454.662000', '090454.665000', '090454.668000', '090454.670000', '090454.673000', '090454.676000', '090454.678000', '090454.681000', '090454.684000', '090454.686000', '090454.689000', '090454.691000', '090454.694000', '090454.696000', '090454.699000', '090454.702000', '090454.704000', '090454.707000', '090454.709000', '090454.712000', '090454.714000', '090454.717000', '090454.720000', '090454.722000', '090454.725000', '090454.727000', '090514.603000', '090514.606000', '090514.609000', '090514.611000', '090514.614000', '090514.617000', '090514.619000', '090514.622000', '090514.624000', '090514.627000', '090514.630000', '090514.632000', '090514.635000', '090514.637000', '090514.640000', '090514.642000', '090514.645000', '090514.648000', '090514.650000', '090514.653000', '090514.656000', '090514.658000', '090514.661000', '090514.663000', '090514.666000', '090514.669000', '090514.671000', '090514.674000', '090514.677000', '090514.679000', '090514.682000', '090514.684000', '090514.687000', '090514.690000', '090514.692000', '090514.695000', '090514.698000', '090514.700000', '090514.703000', '090514.705000', '090514.708000', '090514.711000', '090514.713000', '090534.604000', '090534.607000', '090534.609000', '090534.612000', '090534.615000', '090534.621000', '090534.624000', '090534.626000', '090534.629000', '090534.643000', '090534.646000', '090534.648000', '090534.651000', '090534.653000', '090534.656000', '090534.659000', '090534.662000', '090534.664000', '090534.667000', '090534.669000', '090534.672000', '090534.675000', '090534.677000', '090534.680000', '090534.683000', '090534.685000', '090534.688000', '090534.691000', '090534.693000', '090534.696000', '090534.699000', '090534.701000', '090534.704000', '090534.706000', '090534.709000', '090534.711000', '090534.714000', '090534.717000', '090534.719000', '090534.722000', '090534.724000', '090534.727000', '090534.730000', '090534.732000', '090554.603000', '090554.605000', '090554.608000', '090554.611000', '090554.613000', '090554.616000', '090554.618000', '090554.621000', '090554.624000', '090554.626000', '090554.629000', '090554.631000', '090554.634000', '090554.636000', '090554.639000', '090554.642000', '090554.644000', '090554.647000', '090554.649000', '090554.652000', '090554.654000', '090554.657000', '090554.660000', '090554.662000', '090554.665000', '090554.676000', '090554.678000', '090554.681000', '090554.683000', '090554.686000', '090554.689000', '090554.691000', '090554.694000', '090554.697000', '090554.699000', '090554.702000', '090554.704000', '090554.707000', '090554.709000', '090554.712000', '090554.715000', '090554.717000', '090554.720000', '090614.603000', '090614.606000', '090614.608000', '090614.611000', '090614.613000', '090614.616000', '090614.619000', '090614.621000', '090614.624000', '090614.626000', '090614.629000', '090614.632000', '090614.635000', '090614.638000', '090614.640000', '090614.643000', '090614.645000', '090614.656000', '090614.659000', '090614.662000', '090614.664000', '090614.667000', '090614.669000', '090614.672000', '090614.675000', '090614.677000', '090614.680000', '090614.683000', '090614.685000', '090614.688000', '090614.690000', '090614.693000', '090614.696000', '090614.698000', '090614.701000', '090614.704000', '090614.706000', '090614.709000', '090614.712000', '090614.714000', '090614.717000', '090614.719000', '090614.722000', '090614.724000', '090634.603000', '090634.605000', '090634.608000', '090634.611000', '090634.613000', '090634.616000', '090634.618000', '090634.621000', '090634.624000', '090634.626000', '090634.629000', '090634.631000', '090634.634000', '090634.637000', '090634.639000', '090634.642000', '090634.644000', '090634.647000', '090634.649000', '090634.652000', '090634.655000', '090634.657000', '090634.660000', '090634.663000', '090634.665000', '090634.668000', '090634.671000', '090634.673000', '090634.676000', '090634.678000', '090634.681000', '090634.683000', '090634.686000', '090634.689000', '090634.691000', '090634.694000', '090634.697000', '090634.699000', '090634.702000', '090634.704000', '090634.707000', '090634.709000', '090634.712000', '090654.603000', '090654.606000', '090654.609000', '090654.611000', '090654.614000', '090654.617000', '090654.619000', '090654.622000', '090654.625000', '090654.627000', '090654.630000', '090654.632000', '090654.635000', '090654.638000', '090654.640000', '090654.643000', '090654.646000', '090654.649000', '090654.651000', '090654.654000', '090654.656000', '090654.659000', '090654.662000', '090654.664000', '090654.667000', '090654.670000', '090654.672000', '090654.675000', '090654.677000', '090654.680000', '090654.683000', '090654.685000', '090654.688000', '090654.690000', '090654.710000', '090654.712000', '090654.715000', '090654.718000', '090654.720000', '090654.723000', '090654.725000', '090654.728000', '090654.731000', '090654.733000', '090714.603000', '090714.606000', '090714.609000', '090714.612000', '090714.615000', '090714.617000', '090714.620000', '090714.623000', '090714.625000', '090714.628000', '090714.630000', '090714.633000', '090714.636000', '090714.638000', '090714.641000', '090714.644000', '090714.646000', '090714.649000', '090714.652000', '090714.655000', '090714.657000', '090714.660000', '090714.662000', '090714.665000', '090714.668000', '090714.670000', '090714.673000', '090714.675000', '090714.678000', '090714.681000', '090714.683000', '090714.686000', '090714.688000', '090714.691000', '090714.694000', '090714.696000', '090714.699000', '090714.702000', '090714.704000', '090714.707000', '090714.709000', '090714.712000', '090714.715000', '090734.603000', '090734.606000', '090734.609000', '090734.612000', '090734.614000', '090734.617000', '090734.620000', '090734.622000', '090734.625000', '090734.627000', '090734.630000', '090734.633000', '090734.635000', '090734.638000', '090734.640000', '090734.643000', '090734.646000', '090734.648000', '090734.651000', '090734.653000', '090734.656000', '090734.659000', '090734.661000', '090734.664000', '090734.667000', '090734.670000', '090734.673000', '090734.675000', '090734.678000', '090734.680000', '090734.683000', '090734.686000', '090734.698000', '090734.701000', '090734.703000', '090734.706000', '090734.709000', '090734.711000', '090734.714000', '090734.717000', '090734.719000', '090734.722000', '090734.724000', '090734.727000', '090754.604000', '090754.607000', '090754.609000', '090754.612000', '090754.614000', '090754.617000', '090754.620000', '090754.623000', '090754.625000', '090754.628000', '090754.630000', '090754.633000', '090754.636000', '090754.638000', '090754.641000', '090754.644000', '090754.646000', '090754.649000', '090754.652000', '090754.654000', '090754.664000', '090754.667000', '090754.669000', '090754.672000', '090754.674000', '090754.677000', '090754.680000', '090754.682000', '090754.685000', '090754.687000', '090754.690000', '090754.693000', '090754.695000', '090754.698000', '090754.701000', '090754.703000', '090754.706000', '090754.708000', '090754.711000', '090754.713000', '090754.716000', '090754.719000', '090754.721000', '090814.602000', '090814.605000', '090814.608000', '090814.611000', '090814.613000', '090814.616000', '090814.619000', '090814.621000', '090814.624000', '090814.627000', '090814.629000', '090814.632000', '090814.635000', '090814.637000', '090814.640000', '090814.643000', '090814.645000', '090814.648000', '090814.651000', '090814.653000', '090814.656000', '090814.658000', '090814.661000', '090814.664000', '090814.666000', '090814.669000', '090814.671000', '090814.674000', '090814.676000', '090814.679000', '090814.682000', '090814.684000', '090814.687000', '090814.689000', '090814.692000', '090814.695000', '090814.697000', '090814.700000', '090814.703000', '090814.705000', '090814.708000', '090814.711000', '090814.713000', '090814.716000', '090834.603000', '090834.606000', '090834.608000', '090834.611000', '090834.613000', '090834.616000', '090834.619000', '090834.621000', '090834.624000', '090834.626000', '090834.629000', '090834.631000', '090834.634000', '090834.637000', '090834.639000', '090834.648000', '090834.650000', '090834.653000', '090834.664000', '090834.666000', '090834.669000', '090834.672000', '090834.674000', '090834.677000', '090834.679000', '090834.682000', '090834.685000', '090834.687000', '090834.690000', '090834.693000', '090834.695000', '090834.698000', '090834.700000', '090834.703000', '090834.706000', '090834.708000', '090834.711000', '090834.714000', '090834.716000', '090834.719000', '090834.721000', '090834.724000', '090834.727000', '090850.893000', '090850.896000', '090850.907000', '090850.910000', '090850.913000', '090850.916000', '090850.919000', '090850.922000', '090850.924000', '090850.927000', '090850.930000', '090850.933000', '090850.936000', '090850.940000', '090850.944000', '090850.948000', '090850.951000', '090850.955000', '090850.976000', '090850.979000', '090850.986000', '090850.989000', '090851.001000', '090851.006000', '090851.012000', '090851.028000', '090851.031000', '090851.034000', '090851.037000', '090851.044000', '090851.060000', '090851.063000', '090851.066000', '090851.069000', '090851.071000', '090851.074000'], 'InstanceCreationTime': ['090234.642000', '090234.645000', '090234.648000', '090234.651000', '090234.654000', '090234.656000', '090234.659000', '090234.661000', '090234.664000', '090234.667000', '090234.669000', '090234.672000', '090234.675000', '090234.677000', '090234.680000', '090234.682000', '090234.685000', '090234.688000', '090234.690000', '090234.693000', '090234.696000', '090234.698000', '090234.703000', '090234.706000', '090234.708000', '090234.711000', '090234.714000', '090234.716000', '090234.719000', '090234.722000', '090234.724000', '090234.727000', '090234.730000', '090234.732000', '090234.735000', '090234.737000', '090234.740000', '090234.743000', '090234.745000', '090234.748000', '090234.758000', '090234.760000', '090234.763000', '090234.766000', '090234.769000', '090234.771000', '090234.774000', '090234.777000', '090234.779000', '090234.782000', '090234.785000', '090234.787000', '090234.790000', '090234.793000', '090254.603000', '090254.607000', '090254.610000', '090254.612000', '090254.615000', '090254.618000', '090254.620000', '090254.623000', '090254.626000', '090254.628000', '090254.631000', '090254.634000', '090254.636000', '090254.639000', '090254.642000', '090254.644000', '090254.647000', '090254.650000', '090254.652000', '090254.655000', '090254.658000', '090254.661000', '090254.663000', '090254.666000', '090254.669000', '090254.682000', '090254.684000', '090254.687000', '090254.690000', '090254.692000', '090254.695000', '090254.698000', '090254.700000', '090254.703000', '090254.707000', '090254.710000', '090254.712000', '090254.715000', '090254.718000', '090254.720000', '090254.723000', '090254.725000', '090254.728000', '090314.604000', '090314.607000', '090314.609000', '090314.612000', '090314.615000', '090314.618000', '090314.620000', '090314.623000', '090314.626000', '090314.628000', '090314.632000', '090314.635000', '090314.638000', '090314.662000', '090314.665000', '090314.668000', '090314.671000', '090314.673000', '090314.676000', '090314.679000', '090314.681000', '090314.684000', '090314.687000', '090314.689000', '090314.692000', '090314.695000', '090314.697000', '090314.700000', '090314.703000', '090314.705000', '090314.708000', '090314.711000', '090314.714000', '090314.716000', '090314.719000', '090314.721000', '090314.724000', '090314.727000', '090314.729000', '090314.732000', '090314.735000', '090314.737000', '090314.740000', '090334.603000', '090334.605000', '090334.608000', '090334.617000', '090334.619000', '090334.622000', '090334.625000', '090334.627000', '090334.630000', '090334.632000', '090334.635000', '090334.638000', '090334.640000', '090334.643000', '090334.646000', '090334.649000', '090334.651000', '090334.654000', '090334.656000', '090334.659000', '090334.662000', '090334.664000', '090334.667000', '090334.670000', '090334.672000', '090334.675000', '090334.678000', '090334.680000', '090334.683000', '090334.686000', '090334.688000', '090334.691000', '090334.694000', '090334.696000', '090334.699000', '090334.702000', '090334.704000', '090334.707000', '090334.710000', '090334.712000', '090334.715000', '090334.718000', '090334.727000', '090334.730000', '090354.603000', '090354.606000', '090354.608000', '090354.611000', '090354.614000', '090354.616000', '090354.619000', '090354.622000', '090354.634000', '090354.636000', '090354.639000', '090354.642000', '090354.645000', '090354.657000', '090354.660000', '090354.662000', '090354.665000', '090354.668000', '090354.670000', '090354.673000', '090354.677000', '090354.686000', '090354.689000', '090354.692000', '090354.694000', '090354.697000', '090354.700000', '090354.703000', '090354.706000', '090354.708000', '090354.711000', '090354.714000', '090354.716000', '090354.719000', '090354.721000', '090354.724000', '090354.727000', '090354.730000', '090354.732000', '090354.735000', '090354.738000', '090354.740000', '090354.743000', '090414.602000', '090414.605000', '090414.608000', '090414.611000', '090414.613000', '090414.616000', '090414.618000', '090414.621000', '090414.624000', '090414.626000', '090414.629000', '090414.631000', '090414.634000', '090414.637000', '090414.639000', '090414.642000', '090414.645000', '090414.647000', '090414.650000', '090414.652000', '090414.655000', '090414.658000', '090414.660000', '090414.663000', '090414.665000', '090414.668000', '090414.670000', '090414.673000', '090414.676000', '090414.678000', '090414.681000', '090414.684000', '090414.686000', '090414.689000', '090414.691000', '090414.694000', '090414.697000', '090414.699000', '090414.702000', '090414.705000', '090414.707000', '090414.718000', '090414.721000', '090414.724000', '090434.603000', '090434.606000', '090434.609000', '090434.611000', '090434.614000', '090434.617000', '090434.620000', '090434.622000', '090434.625000', '090434.627000', '090434.630000', '090434.633000', '090434.635000', '090434.638000', '090434.641000', '090434.643000', '090434.646000', '090434.649000', '090434.651000', '090434.654000', '090434.657000', '090434.659000', '090434.662000', '090434.665000', '090434.667000', '090434.670000', '090434.673000', '090434.675000', '090434.678000', '090434.688000', '090434.690000', '090434.693000', '090434.695000', '090434.698000', '090434.701000', '090434.703000', '090434.706000', '090434.709000', '090434.711000', '090434.714000', '090434.717000', '090434.719000', '090434.722000', '090454.603000', '090454.606000', '090454.609000', '090454.612000', '090454.615000', '090454.617000', '090454.620000', '090454.622000', '090454.625000', '090454.627000', '090454.630000', '090454.633000', '090454.636000', '090454.638000', '090454.641000', '090454.644000', '090454.657000', '090454.659000', '090454.662000', '090454.665000', '090454.668000', '090454.670000', '090454.673000', '090454.676000', '090454.678000', '090454.681000', '090454.684000', '090454.686000', '090454.689000', '090454.691000', '090454.694000', '090454.696000', '090454.699000', '090454.702000', '090454.704000', '090454.707000', '090454.709000', '090454.712000', '090454.714000', '090454.717000', '090454.720000', '090454.722000', '090454.725000', '090454.727000', '090514.603000', '090514.606000', '090514.609000', '090514.611000', '090514.614000', '090514.617000', '090514.619000', '090514.622000', '090514.624000', '090514.627000', '090514.630000', '090514.632000', '090514.635000', '090514.637000', '090514.640000', '090514.642000', '090514.645000', '090514.648000', '090514.650000', '090514.653000', '090514.656000', '090514.658000', '090514.661000', '090514.663000', '090514.666000', '090514.669000', '090514.671000', '090514.674000', '090514.677000', '090514.679000', '090514.682000', '090514.684000', '090514.687000', '090514.690000', '090514.692000', '090514.695000', '090514.698000', '090514.700000', '090514.703000', '090514.705000', '090514.708000', '090514.711000', '090514.713000', '090534.604000', '090534.607000', '090534.609000', '090534.612000', '090534.615000', '090534.621000', '090534.624000', '090534.626000', '090534.629000', '090534.643000', '090534.646000', '090534.648000', '090534.651000', '090534.653000', '090534.656000', '090534.659000', '090534.662000', '090534.664000', '090534.667000', '090534.669000', '090534.672000', '090534.675000', '090534.677000', '090534.680000', '090534.683000', '090534.685000', '090534.688000', '090534.691000', '090534.693000', '090534.696000', '090534.699000', '090534.701000', '090534.704000', '090534.706000', '090534.709000', '090534.711000', '090534.714000', '090534.717000', '090534.719000', '090534.722000', '090534.724000', '090534.727000', '090534.730000', '090534.732000', '090554.603000', '090554.605000', '090554.608000', '090554.611000', '090554.613000', '090554.616000', '090554.618000', '090554.621000', '090554.624000', '090554.626000', '090554.629000', '090554.631000', '090554.634000', '090554.636000', '090554.639000', '090554.642000', '090554.644000', '090554.647000', '090554.649000', '090554.652000', '090554.654000', '090554.657000', '090554.660000', '090554.662000', '090554.665000', '090554.676000', '090554.678000', '090554.681000', '090554.683000', '090554.686000', '090554.689000', '090554.691000', '090554.694000', '090554.697000', '090554.699000', '090554.702000', '090554.704000', '090554.707000', '090554.709000', '090554.712000', '090554.715000', '090554.717000', '090554.720000', '090614.603000', '090614.606000', '090614.608000', '090614.611000', '090614.613000', '090614.616000', '090614.619000', '090614.621000', '090614.624000', '090614.626000', '090614.629000', '090614.632000', '090614.635000', '090614.638000', '090614.640000', '090614.643000', '090614.645000', '090614.656000', '090614.659000', '090614.662000', '090614.664000', '090614.667000', '090614.669000', '090614.672000', '090614.675000', '090614.677000', '090614.680000', '090614.683000', '090614.685000', '090614.688000', '090614.690000', '090614.693000', '090614.696000', '090614.698000', '090614.701000', '090614.704000', '090614.706000', '090614.709000', '090614.712000', '090614.714000', '090614.717000', '090614.719000', '090614.722000', '090614.724000', '090634.603000', '090634.605000', '090634.608000', '090634.611000', '090634.613000', '090634.616000', '090634.618000', '090634.621000', '090634.624000', '090634.626000', '090634.629000', '090634.631000', '090634.634000', '090634.637000', '090634.639000', '090634.642000', '090634.644000', '090634.647000', '090634.649000', '090634.652000', '090634.655000', '090634.657000', '090634.660000', '090634.663000', '090634.665000', '090634.668000', '090634.671000', '090634.673000', '090634.676000', '090634.678000', '090634.681000', '090634.683000', '090634.686000', '090634.689000', '090634.691000', '090634.694000', '090634.697000', '090634.699000', '090634.702000', '090634.704000', '090634.707000', '090634.709000', '090634.712000', '090654.603000', '090654.606000', '090654.609000', '090654.611000', '090654.614000', '090654.617000', '090654.619000', '090654.622000', '090654.625000', '090654.627000', '090654.630000', '090654.632000', '090654.635000', '090654.638000', '090654.640000', '090654.643000', '090654.646000', '090654.649000', '090654.651000', '090654.654000', '090654.656000', '090654.659000', '090654.662000', '090654.664000', '090654.667000', '090654.670000', '090654.672000', '090654.675000', '090654.677000', '090654.680000', '090654.683000', '090654.685000', '090654.688000', '090654.690000', '090654.710000', '090654.712000', '090654.715000', '090654.718000', '090654.720000', '090654.723000', '090654.725000', '090654.728000', '090654.731000', '090654.733000', '090714.603000', '090714.606000', '090714.609000', '090714.612000', '090714.615000', '090714.617000', '090714.620000', '090714.623000', '090714.625000', '090714.628000', '090714.630000', '090714.633000', '090714.636000', '090714.638000', '090714.641000', '090714.644000', '090714.646000', '090714.649000', '090714.652000', '090714.655000', '090714.657000', '090714.660000', '090714.662000', '090714.665000', '090714.668000', '090714.670000', '090714.673000', '090714.675000', '090714.678000', '090714.681000', '090714.683000', '090714.686000', '090714.688000', '090714.691000', '090714.694000', '090714.696000', '090714.699000', '090714.702000', '090714.704000', '090714.707000', '090714.709000', '090714.712000', '090714.715000', '090734.603000', '090734.606000', '090734.609000', '090734.612000', '090734.614000', '090734.617000', '090734.620000', '090734.622000', '090734.625000', '090734.627000', '090734.630000', '090734.633000', '090734.635000', '090734.638000', '090734.640000', '090734.643000', '090734.646000', '090734.648000', '090734.651000', '090734.653000', '090734.656000', '090734.659000', '090734.661000', '090734.664000', '090734.667000', '090734.670000', '090734.673000', '090734.675000', '090734.678000', '090734.680000', '090734.683000', '090734.686000', '090734.698000', '090734.701000', '090734.703000', '090734.706000', '090734.709000', '090734.711000', '090734.714000', '090734.717000', '090734.719000', '090734.722000', '090734.724000', '090734.727000', '090754.604000', '090754.607000', '090754.609000', '090754.612000', '090754.614000', '090754.617000', '090754.620000', '090754.623000', '090754.625000', '090754.628000', '090754.630000', '090754.633000', '090754.636000', '090754.638000', '090754.641000', '090754.644000', '090754.646000', '090754.649000', '090754.652000', '090754.654000', '090754.664000', '090754.667000', '090754.669000', '090754.672000', '090754.674000', '090754.677000', '090754.680000', '090754.682000', '090754.685000', '090754.687000', '090754.690000', '090754.693000', '090754.695000', '090754.698000', '090754.701000', '090754.703000', '090754.706000', '090754.708000', '090754.711000', '090754.713000', '090754.716000', '090754.719000', '090754.721000', '090814.602000', '090814.605000', '090814.608000', '090814.611000', '090814.613000', '090814.616000', '090814.619000', '090814.621000', '090814.624000', '090814.627000', '090814.629000', '090814.632000', '090814.635000', '090814.637000', '090814.640000', '090814.643000', '090814.645000', '090814.648000', '090814.651000', '090814.653000', '090814.656000', '090814.658000', '090814.661000', '090814.664000', '090814.666000', '090814.669000', '090814.671000', '090814.674000', '090814.676000', '090814.679000', '090814.682000', '090814.684000', '090814.687000', '090814.689000', '090814.692000', '090814.695000', '090814.697000', '090814.700000', '090814.703000', '090814.705000', '090814.708000', '090814.711000', '090814.713000', '090814.716000', '090834.603000', '090834.606000', '090834.608000', '090834.611000', '090834.613000', '090834.616000', '090834.619000', '090834.621000', '090834.624000', '090834.626000', '090834.629000', '090834.631000', '090834.634000', '090834.637000', '090834.639000', '090834.648000', '090834.650000', '090834.653000', '090834.664000', '090834.666000', '090834.669000', '090834.672000', '090834.674000', '090834.677000', '090834.679000', '090834.682000', '090834.685000', '090834.687000', '090834.690000', '090834.693000', '090834.695000', '090834.698000', '090834.700000', '090834.703000', '090834.706000', '090834.708000', '090834.711000', '090834.714000', '090834.716000', '090834.719000', '090834.721000', '090834.724000', '090834.727000', '090850.893000', '090850.896000', '090850.907000', '090850.910000', '090850.913000', '090850.916000', '090850.919000', '090850.922000', '090850.924000', '090850.927000', '090850.930000', '090850.933000', '090850.936000', '090850.940000', '090850.944000', '090850.948000', '090850.951000', '090850.955000', '090850.976000', '090850.979000', '090850.986000', '090850.989000', '090851.001000', '090851.006000', '090851.012000', '090851.028000', '090851.031000', '090851.034000', '090851.037000', '090851.044000', '090851.060000', '090851.063000', '090851.066000', '090851.069000', '090851.071000', '090851.074000'], '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': [11567, 15512, 9314, 11598, 8808, 10122, 14044, 8278, 10871, 14086, 8971, 10713, 8303, 9239, 12786, 9145, 9758, 12281, 8208, 9523, 14546, 8272, 9699, 8092, 8669, 13037, 8145, 9229, 9638, 8327, 12207, 8127, 9443, 13243, 8539, 12152, 8126, 10920, 14783, 9186, 10702, 8238, 9310, 13744, 10383, 9792, 12803, 8269, 10469, 11601, 8573, 12065, 8961, 10052, 14475, 8720, 10780, 14927, 9162, 10875, 8111, 10292, 14901, 9321, 10214, 12070, 8986, 11981, 9067, 9274, 12590, 8874, 9637, 13360, 8181, 10147, 14361, 9020, 9663, 8171, 9115, 13119, 8483, 9449, 11926, 8755, 10023, 12168, 8475, 11245, 8954, 9904, 12709, 8166, 10620, 15592, 9176, 10989, 10913, 9897, 12911, 9370, 9785, 14228, 9946, 9728, 11997, 8735, 9403, 13674, 8295, 8975, 9970, 8177, 10590, 8087, 9178, 11391, 8899, 9639, 12885, 8374, 11681, 12911, 9724, 11145, 8522, 9805, 13942, 9559, 9630, 12633, 9018, 9711, 15263, 8936, 10556, 14267, 9280, 9627, 9265, 8977, 11215, 11211, 8497, 11317, 9107, 9327, 11286, 7880, 9358, 12971, 8427, 9463, 13143, 8991, 10310, 14406, 8958, 11114, 11673, 8587, 10500, 7975, 9477, 12220, 8201, 9215, 12202, 9075, 10735, 8209, 9550, 12992, 9067, 9882, 12790, 8897, 10149, 14175, 8982, 10338, 13684, 9106, 10916, 11029, 8661, 11547, 12159, 8827, 11151, 8121, 9404, 12314, 8105, 9234, 12844, 8454, 9543, 9451, 8424, 11985, 8612, 9694, 12397, 8856, 10810, 13849, 8938, 11777, 9163, 9763, 12901, 8477, 9964, 13672, 8975, 9293, 13416, 8393, 10893, 12880, 8684, 10865, 8470, 9772, 13372, 8669, 9802, 12684, 8807, 9851, 14177, 8588, 10403, 10690, 8793, 11927, 8003, 9441, 13295, 8575, 9651, 13398, 8692, 11100, 14843, 8736, 11104, 13000, 8934, 11978, 9940, 9490, 12770, 9487, 9520, 11798, 8070, 9541, 13326, 8274, 9316, 12434, 8777, 10895, 8305, 9453, 12867, 8840, 9803, 13084, 8917, 11963, 12976, 9787, 12815, 9076, 10634, 13786, 8376, 10086, 14244, 9179, 9498, 8856, 9528, 12482, 8976, 10262, 12607, 9270, 10440, 14925, 8871, 11083, 14966, 9503, 9983, 9519, 9115, 11982, 9226, 9658, 11294, 7858, 9761, 12960, 8177, 9451, 12849, 8796, 10479, 8264, 9475, 12169, 8880, 9990, 12820, 8593, 10644, 14393, 9001, 10410, 14528, 9344, 9881, 9885, 8850, 11783, 10327, 9115, 12126, 9021, 9830, 12598, 7816, 9627, 13030, 8756, 9227, 11390, 8460, 11574, 9010, 9513, 12031, 8589, 10108, 12892, 8766, 12231, 10089, 9904, 12099, 8231, 10221, 14582, 8853, 9738, 13642, 8715, 11386, 10435, 9822, 13549, 10479, 10075, 12418, 8223, 10348, 14036, 8879, 10022, 13946, 9379, 9911, 14158, 8523, 10809, 11225, 8336, 10564, 7908, 9617, 12898, 8297, 9692, 14003, 8909, 10919, 9896, 9530, 13702, 9797, 10861, 13238, 8678, 10433, 14809, 8858, 9201, 14083, 8731, 9536, 13908, 8208, 10419, 8443, 8940, 12193, 7962, 9844, 14130, 9192, 9789, 8784, 9620, 13436, 8887, 9973, 13640, 9273, 9818, 10431, 8302, 11372, 11000, 8672, 11236, 8584, 9452, 12749, 8061, 9756, 14008, 8951, 10167, 9163, 8837, 12277, 8836, 9532, 12122, 8240, 9783, 14376, 8761, 9882, 9004, 9288, 12908, 8861, 10213, 13889, 9362, 9763, 13807, 8216, 9988, 14577, 9166, 10102, 14233, 8665, 9932, 14542, 8768, 9142, 12523, 8561, 10775, 10027, 8430, 11532, 8773, 9140, 11770, 8105, 9771, 13413, 8895, 9505, 9045, 9117, 12799, 9479, 10110, 13303, 8624, 10706, 14776, 8757, 10113, 14985, 9255, 9703, 14023, 8783, 10058, 14235, 8847, 9597, 12387, 8452, 10990, 12633, 8372, 11151, 10008, 8929, 11588, 7855, 9573, 13876, 8614, 9610, 10153, 8933, 12895, 8763, 10131, 13337, 8906, 10242, 11411, 8508, 11979, 9970, 9776, 11701, 8608, 10049, 8139, 9653, 11819, 8896, 12571, 9493, 11144, 9003, 10560, 15527, 12336, 10582, 14107, 9535, 10218, 15727, 8902, 10607, 15073, 9127, 9621, 10762, 8454, 10726, 8557, 8561, 11868, 8314, 9049, 12008, 8073, 10069, 12378, 8215, 11004, 8367, 10242, 13915, 8673, 10405, 15353, 9765, 9913, 9894, 8741, 12664, 8729, 9989, 13650, 8628, 9583, 13776, 8075, 9815, 14331, 8527, 9753, 12693, 8418, 11398, 8644, 9874, 13681, 8933, 10192, 12707, 8339, 10143, 14669, 8795, 9649, 12872, 8489, 11368, 10172, 9259, 12988, 9167, 10401, 12783, 8248, 10166, 14186, 8852, 9264, 13365, 8403, 10443, 13599, 8523, 10395, 8399, 9423, 12808, 8262, 9681, 13571, 8946, 10152, 14644, 8720, 10177, 14886, 8984, 10267, 8748, 9168, 12372, 8171, 9564, 13092, 8555, 9544, 12931, 8311, 9552, 13556, 8371, 10394, 9086, 9486, 12613, 8225, 10127, 14598, 9058, 9836, 11099, 9318, 12358, 8831, 9764, 11643, 9031, 9332, 10416, 8809, 10633, 8622, 10218, 9432, 9854, 11878, 9162, 10696, 8336, 10404, 13449, 8698, 10638, 14396, 10044, 10495, 10092, 9037, 11949, 8758, 10325, 12385, 8674, 10444, 13895, 8729, 9860, 13709, 8732, 9999, 11375, 8618, 10786, 8218, 8948, 11989, 8644, 9230, 10504, 7811, 9701, 13437, 8795, 10187, 14681, 9543, 11600, 10622, 9191, 12862, 12215, 9403, 11503, 7807, 10151, 14081, 8308, 10302, 14536, 9139, 10180, 15287, 8928, 10744, 13598, 9175, 10153, 7970, 10041, 13439, 8386, 9808, 13991, 9330, 10544, 14651, 8626, 10675, 13880, 8945, 10593, 8295, 9878, 12854, 8523, 9927, 13382, 8655, 10386, 13897, 8540, 10313, 14151, 9331, 9576, 11110, 8232, 10865, 10919, 9084, 11205, 8213, 10235, 13342, 8463, 10785, 14830, 9286, 9937, 9154, 9627, 12433, 10287, 8988, 12811, 8536, 10040, 12442, 8400, 10248, 14517, 8770, 10264, 10386, 9313, 12329, 8382, 10371, 14421, 10642, 10765, 12984, 8474, 10974, 14985, 8869, 10163, 13880, 9226, 9731, 13716, 8013, 9892, 13580, 8672, 9873, 7993, 9501, 12531, 8443, 10192, 14318, 9430, 9928, 8897, 10193, 13138, 11592, 10129, 13205, 9449, 9631, 13534, 8260, 9967, 13920, 8693, 10007, 12235, 8451, 10161, 9242, 9077, 11258, 8172, 9801, 12749, 8591, 10085, 14166, 9118, 9716, 8080, 9961, 13337, 8514, 10254, 13542, 9047, 10039, 14299, 8015, 9352, 13662, 7807, 9476, 11861, 7905, 9451, 7866, 9093, 12697], 'WindowCenter': [4724.0, 4739.0, 4666.0, 4668.0, 4626.0, 4644.0, 4671.0, 4614.0, 4655.0, 4669.0, 4611.0, 4628.0, 4597.0, 4620.0, 4660.0, 4620.0, 4618.0, 4637.0, 4597.0, 4620.0, 4659.0, 4611.0, 4631.0, 4611.0, 4624.0, 4660.0, 4602.0, 4633.0, 4632.0, 4611.0, 4651.0, 4628.0, 4658.0, 4673.0, 4646.0, 4677.0, 4614.0, 4668.0, 4695.0, 4633.0, 4643.0, 4611.0, 4638.0, 4686.0, 4654.0, 4644.0, 4662.0, 4612.0, 4641.0, 4651.0, 4635.0, 4664.0, 4622.0, 4633.0, 4670.0, 4611.0, 4657.0, 4682.0, 4622.0, 4640.0, 4601.0, 4629.0, 4669.0, 4623.0, 4630.0, 4638.0, 4608.0, 4635.0, 4596.0, 4620.0, 4660.0, 4608.0, 4620.0, 4644.0, 4586.0, 4642.0, 4672.0, 4609.0, 4619.0, 4596.0, 4606.0, 4645.0, 4622.0, 4620.0, 4636.0, 4596.0, 4616.0, 4637.0, 4612.0, 4654.0, 4610.0, 4632.0, 4647.0, 4596.0, 4627.0, 4668.0, 4622.0, 4639.0, 4625.0, 4605.0, 4636.0, 4591.0, 4603.0, 4648.0, 4605.0, 4592.0, 4611.0, 4581.0, 4591.0, 4642.0, 4596.0, 4605.0, 4606.0, 4595.0, 4614.0, 4584.0, 4631.0, 4636.0, 4610.0, 4617.0, 4635.0, 4597.0, 4649.0, 4646.0, 4606.0, 4623.0, 4585.0, 4604.0, 4644.0, 4618.0, 4609.0, 4634.0, 4594.0, 4593.0, 4642.0, 4594.0, 4629.0, 4655.0, 4594.0, 4592.0, 4579.0, 4580.0, 4613.0, 4611.0, 4597.0, 4628.0, 4592.0, 4593.0, 4611.0, 4572.0, 4593.0, 4632.0, 4598.0, 4617.0, 4634.0, 4593.0, 4603.0, 4642.0, 4591.0, 4626.0, 4625.0, 4582.0, 4616.0, 4584.0, 4604.0, 4634.0, 4600.0, 4616.0, 4635.0, 4606.0, 4625.0, 4595.0, 4630.0, 4660.0, 4606.0, 4619.0, 4636.0, 4606.0, 4616.0, 4644.0, 4607.0, 4630.0, 4646.0, 4595.0, 4615.0, 4614.0, 4592.0, 4626.0, 4635.0, 4607.0, 4623.0, 4585.0, 4606.0, 4649.0, 4598.0, 4620.0, 4646.0, 4597.0, 4615.0, 4605.0, 4598.0, 4652.0, 4611.0, 4617.0, 4647.0, 4608.0, 4638.0, 4657.0, 4623.0, 4637.0, 4608.0, 4618.0, 4645.0, 4595.0, 4631.0, 4660.0, 4608.0, 4607.0, 4646.0, 4598.0, 4640.0, 4659.0, 4608.0, 4639.0, 4599.0, 4616.0, 4657.0, 4623.0, 4631.0, 4647.0, 4608.0, 4631.0, 4657.0, 4611.0, 4642.0, 4627.0, 4609.0, 4639.0, 4586.0, 4619.0, 4672.0, 4621.0, 4619.0, 4658.0, 4609.0, 4639.0, 4656.0, 4613.0, 4652.0, 4647.0, 4608.0, 4637.0, 4604.0, 4605.0, 4659.0, 4618.0, 4607.0, 4636.0, 4585.0, 4606.0, 4656.0, 4610.0, 4619.0, 4649.0, 4609.0, 4628.0, 4596.0, 4644.0, 4662.0, 4608.0, 4630.0, 4649.0, 4608.0, 4640.0, 4659.0, 4632.0, 4648.0, 4607.0, 4627.0, 4657.0, 4596.0, 4629.0, 4655.0, 4607.0, 4607.0, 4605.0, 4615.0, 4645.0, 4619.0, 4630.0, 4637.0, 4607.0, 4626.0, 4654.0, 4595.0, 4639.0, 4654.0, 4605.0, 4604.0, 4592.0, 4593.0, 4626.0, 4605.0, 4604.0, 4625.0, 4583.0, 4616.0, 4645.0, 4597.0, 4620.0, 4644.0, 4596.0, 4626.0, 4584.0, 4618.0, 4648.0, 4620.0, 4628.0, 4647.0, 4597.0, 4627.0, 4656.0, 4598.0, 4629.0, 4657.0, 4606.0, 4618.0, 4605.0, 4597.0, 4636.0, 4617.0, 4610.0, 4648.0, 4607.0, 4617.0, 4635.0, 4584.0, 4618.0, 4658.0, 4607.0, 4619.0, 4636.0, 4598.0, 4639.0, 4622.0, 4634.0, 4648.0, 4607.0, 4631.0, 4647.0, 4610.0, 4662.0, 4628.0, 4617.0, 4648.0, 4599.0, 4629.0, 4669.0, 4622.0, 4630.0, 4658.0, 4609.0, 4640.0, 4629.0, 4631.0, 4672.0, 4629.0, 4620.0, 4638.0, 4598.0, 4616.0, 4658.0, 4608.0, 4629.0, 4656.0, 4607.0, 4616.0, 4657.0, 4596.0, 4640.0, 4637.0, 4597.0, 4630.0, 4598.0, 4618.0, 4659.0, 4611.0, 4632.0, 4669.0, 4609.0, 4640.0, 4628.0, 4631.0, 4672.0, 4630.0, 4640.0, 4660.0, 4610.0, 4628.0, 4669.0, 4621.0, 4635.0, 4656.0, 4597.0, 4617.0, 4645.0, 4599.0, 4625.0, 4596.0, 4608.0, 4636.0, 4599.0, 4630.0, 4661.0, 4620.0, 4630.0, 4610.0, 4619.0, 4646.0, 4608.0, 4631.0, 4646.0, 4604.0, 4617.0, 4627.0, 4597.0, 4639.0, 4628.0, 4612.0, 4639.0, 4611.0, 4620.0, 4648.0, 4602.0, 4645.0, 4669.0, 4620.0, 4632.0, 4610.0, 4620.0, 4663.0, 4610.0, 4620.0, 4650.0, 4610.0, 4632.0, 4684.0, 4622.0, 4630.0, 4609.0, 4623.0, 4661.0, 4621.0, 4643.0, 4673.0, 4619.0, 4619.0, 4658.0, 4598.0, 4632.0, 4670.0, 4619.0, 4628.0, 4659.0, 4608.0, 4618.0, 4669.0, 4610.0, 4619.0, 4636.0, 4610.0, 4638.0, 4615.0, 4611.0, 4652.0, 4609.0, 4619.0, 4637.0, 4599.0, 4641.0, 4673.0, 4619.0, 4621.0, 4621.0, 4618.0, 4661.0, 4633.0, 4643.0, 4660.0, 4609.0, 4631.0, 4659.0, 4599.0, 4632.0, 4670.0, 4608.0, 4618.0, 4656.0, 4598.0, 4618.0, 4657.0, 4621.0, 4618.0, 4648.0, 4598.0, 4640.0, 4647.0, 4609.0, 4641.0, 4618.0, 4608.0, 4638.0, 4596.0, 4631.0, 4673.0, 4622.0, 4630.0, 4641.0, 4622.0, 4662.0, 4620.0, 4655.0, 4671.0, 4622.0, 4643.0, 4638.0, 4613.0, 4664.0, 4644.0, 4632.0, 4664.0, 4624.0, 4644.0, 4614.0, 4645.0, 4675.0, 4650.0, 4679.0, 4646.0, 4656.0, 4625.0, 4643.0, 4684.0, 4665.0, 4646.0, 4661.0, 4621.0, 4630.0, 4655.0, 4607.0, 4627.0, 4668.0, 4620.0, 4619.0, 4627.0, 4600.0, 4627.0, 4608.0, 4620.0, 4653.0, 4601.0, 4622.0, 4649.0, 4602.0, 4630.0, 4663.0, 4626.0, 4651.0, 4610.0, 4644.0, 4673.0, 4624.0, 4644.0, 4685.0, 4635.0, 4634.0, 4632.0, 4612.0, 4661.0, 4612.0, 4656.0, 4675.0, 4612.0, 4633.0, 4660.0, 4602.0, 4632.0, 4672.0, 4623.0, 4632.0, 4661.0, 4613.0, 4653.0, 4609.0, 4632.0, 4675.0, 4623.0, 4631.0, 4661.0, 4610.0, 4631.0, 4673.0, 4624.0, 4632.0, 4650.0, 4610.0, 4641.0, 4628.0, 4622.0, 4663.0, 4619.0, 4642.0, 4650.0, 4598.0, 4642.0, 4672.0, 4620.0, 4619.0, 4671.0, 4610.0, 4642.0, 4672.0, 4622.0, 4631.0, 4611.0, 4633.0, 4662.0, 4613.0, 4646.0, 4672.0, 4622.0, 4644.0, 4671.0, 4611.0, 4643.0, 4683.0, 4623.0, 4631.0, 4611.0, 4623.0, 4652.0, 4598.0, 4633.0, 4673.0, 4623.0, 4622.0, 4661.0, 4612.0, 4630.0, 4672.0, 4624.0, 4669.0, 4636.0, 4646.0, 4664.0, 4624.0, 4657.0, 4698.0, 4634.0, 4660.0, 4667.0, 4648.0, 4677.0, 4637.0, 4646.0, 4652.0, 4635.0, 4635.0, 4642.0, 4637.0, 4643.0, 4635.0, 4657.0, 4662.0, 4672.0, 4679.0, 4647.0, 4655.0, 4613.0, 4643.0, 4664.0, 4627.0, 4671.0, 4683.0, 4632.0, 4643.0, 4630.0, 4621.0, 4652.0, 4625.0, 4655.0, 4662.0, 4622.0, 4642.0, 4660.0, 4611.0, 4630.0, 4672.0, 4636.0, 4645.0, 4652.0, 4623.0, 4643.0, 4612.0, 4622.0, 4677.0, 4636.0, 4635.0, 4656.0, 4615.0, 4645.0, 4674.0, 4650.0, 4670.0, 4695.0, 4648.0, 4666.0, 4644.0, 4635.0, 4690.0, 4680.0, 4647.0, 4667.0, 4614.0, 4656.0, 4686.0, 4624.0, 4673.0, 4698.0, 4635.0, 4646.0, 4683.0, 4622.0, 4655.0, 4688.0, 4636.0, 4646.0, 4613.0, 4643.0, 4672.0, 4614.0, 4660.0, 4685.0, 4635.0, 4643.0, 4670.0, 4611.0, 4644.0, 4686.0, 4636.0, 4644.0, 4614.0, 4632.0, 4661.0, 4610.0, 4658.0, 4674.0, 4613.0, 4645.0, 4661.0, 4610.0, 4643.0, 4685.0, 4623.0, 4631.0, 4640.0, 4610.0, 4642.0, 4656.0, 4638.0, 4654.0, 4615.0, 4642.0, 4661.0, 4613.0, 4657.0, 4695.0, 4634.0, 4634.0, 4623.0, 4634.0, 4663.0, 4631.0, 4624.0, 4676.0, 4625.0, 4644.0, 4662.0, 4624.0, 4643.0, 4674.0, 4637.0, 4659.0, 4645.0, 4637.0, 4664.0, 4612.0, 4644.0, 4685.0, 4645.0, 4643.0, 4663.0, 4612.0, 4643.0, 4670.0, 4610.0, 4643.0, 4670.0, 4608.0, 4619.0, 4658.0, 4600.0, 4631.0, 4672.0, 4625.0, 4633.0, 4614.0, 4633.0, 4661.0, 4611.0, 4644.0, 4686.0, 4634.0, 4635.0, 4622.0, 4644.0, 4663.0, 4652.0, 4647.0, 4662.0, 4621.0, 4621.0, 4658.0, 4599.0, 4630.0, 4673.0, 4613.0, 4632.0, 4650.0, 4610.0, 4630.0, 4620.0, 4634.0, 4652.0, 4614.0, 4644.0, 4661.0, 4611.0, 4657.0, 4684.0, 4622.0, 4633.0, 4603.0, 4632.0, 4661.0, 4624.0, 4646.0, 4661.0, 4623.0, 4631.0, 4671.0, 4601.0, 4622.0, 4658.0, 4601.0, 4646.0, 4666.0, 4614.0, 4633.0, 4613.0, 4646.0, 4687.0], 'WindowWidth': [10346.0, 10352.0, 10241.0, 10229.0, 10165.0, 10184.0, 10216.0, 10141.0, 10199.0, 10209.0, 10130.0, 10150.0, 10107.0, 10139.0, 10197.0, 10143.0, 10137.0, 10161.0, 10108.0, 10141.0, 10193.0, 10135.0, 10159.0, 10134.0, 10153.0, 10195.0, 10121.0, 10167.0, 10162.0, 10133.0, 10185.0, 10166.0, 10211.0, 10223.0, 10195.0, 10233.0, 10142.0, 10221.0, 10255.0, 10166.0, 10176.0, 10130.0, 10178.0, 10243.0, 10197.0, 10181.0, 10202.0, 10136.0, 10172.0, 10185.0, 10175.0, 10207.0, 10150.0, 10164.0, 10208.0, 10131.0, 10202.0, 10233.0, 10145.0, 10167.0, 10115.0, 10150.0, 10206.0, 10151.0, 10155.0, 10164.0, 10121.0, 10154.0, 10102.0, 10145.0, 10198.0, 10124.0, 10140.0, 10163.0, 10088.0, 10176.0, 10218.0, 10125.0, 10138.0, 10104.0, 10116.0, 10166.0, 10149.0, 10140.0, 10156.0, 10104.0, 10130.0, 10158.0, 10138.0, 10196.0, 10130.0, 10162.0, 10172.0, 10103.0, 10145.0, 10202.0, 10150.0, 10168.0, 10140.0, 10114.0, 10153.0, 10087.0, 10105.0, 10176.0, 10112.0, 10090.0, 10112.0, 10072.0, 10087.0, 10160.0, 10109.0, 10114.0, 10115.0, 10099.0, 10121.0, 10086.0, 10162.0, 10157.0, 10129.0, 10132.0, 10153.0, 10103.0, 10180.0, 10174.0, 10114.0, 10133.0, 10084.0, 10109.0, 10162.0, 10134.0, 10121.0, 10149.0, 10096.0, 10092.0, 10156.0, 10094.0, 10149.0, 10183.0, 10093.0, 10087.0, 10069.0, 10071.0, 10117.0, 10112.0, 10103.0, 10146.0, 10091.0, 10092.0, 10113.0, 10063.0, 10092.0, 10145.0, 10107.0, 10131.0, 10147.0, 10094.0, 10107.0, 10158.0, 10089.0, 10142.0, 10140.0, 10077.0, 10126.0, 10083.0, 10110.0, 10151.0, 10114.0, 10130.0, 10154.0, 10117.0, 10139.0, 10099.0, 10154.0, 10196.0, 10119.0, 10134.0, 10155.0, 10116.0, 10128.0, 10164.0, 10120.0, 10152.0, 10169.0, 10099.0, 10124.0, 10122.0, 10091.0, 10141.0, 10156.0, 10119.0, 10134.0, 10086.0, 10115.0, 10180.0, 10110.0, 10144.0, 10172.0, 10106.0, 10129.0, 10114.0, 10109.0, 10188.0, 10130.0, 10135.0, 10173.0, 10123.0, 10163.0, 10190.0, 10150.0, 10163.0, 10122.0, 10134.0, 10168.0, 10100.0, 10159.0, 10197.0, 10122.0, 10120.0, 10169.0, 10107.0, 10171.0, 10198.0, 10123.0, 10166.0, 10111.0, 10130.0, 10188.0, 10150.0, 10159.0, 10172.0, 10124.0, 10158.0, 10185.0, 10132.0, 10176.0, 10148.0, 10126.0, 10163.0, 10091.0, 10138.0, 10219.0, 10148.0, 10140.0, 10192.0, 10126.0, 10165.0, 10187.0, 10136.0, 10190.0, 10173.0, 10121.0, 10158.0, 10110.0, 10111.0, 10193.0, 10137.0, 10116.0, 10157.0, 10085.0, 10114.0, 10186.0, 10130.0, 10138.0, 10182.0, 10127.0, 10149.0, 10104.0, 10183.0, 10204.0, 10124.0, 10156.0, 10179.0, 10121.0, 10165.0, 10193.0, 10158.0, 10175.0, 10118.0, 10147.0, 10188.0, 10103.0, 10153.0, 10182.0, 10116.0, 10117.0, 10113.0, 10127.0, 10169.0, 10141.0, 10155.0, 10158.0, 10118.0, 10142.0, 10177.0, 10100.0, 10166.0, 10181.0, 10109.0, 10109.0, 10090.0, 10092.0, 10141.0, 10115.0, 10111.0, 10138.0, 10083.0, 10131.0, 10166.0, 10106.0, 10142.0, 10166.0, 10105.0, 10143.0, 10085.0, 10133.0, 10176.0, 10143.0, 10151.0, 10172.0, 10106.0, 10145.0, 10183.0, 10105.0, 10153.0, 10187.0, 10116.0, 10132.0, 10112.0, 10103.0, 10155.0, 10130.0, 10128.0, 10176.0, 10119.0, 10133.0, 10154.0, 10085.0, 10135.0, 10190.0, 10119.0, 10136.0, 10159.0, 10109.0, 10165.0, 10150.0, 10168.0, 10177.0, 10124.0, 10156.0, 10175.0, 10127.0, 10205.0, 10152.0, 10135.0, 10176.0, 10111.0, 10154.0, 10208.0, 10148.0, 10157.0, 10191.0, 10126.0, 10165.0, 10149.0, 10157.0, 10217.0, 10155.0, 10139.0, 10162.0, 10108.0, 10131.0, 10186.0, 10123.0, 10152.0, 10182.0, 10117.0, 10130.0, 10186.0, 10104.0, 10166.0, 10160.0, 10106.0, 10155.0, 10111.0, 10136.0, 10195.0, 10137.0, 10163.0, 10206.0, 10126.0, 10168.0, 10150.0, 10156.0, 10216.0, 10155.0, 10167.0, 10195.0, 10126.0, 10148.0, 10205.0, 10147.0, 10173.0, 10184.0, 10106.0, 10132.0, 10167.0, 10110.0, 10142.0, 10103.0, 10122.0, 10157.0, 10111.0, 10155.0, 10198.0, 10142.0, 10153.0, 10129.0, 10138.0, 10170.0, 10122.0, 10156.0, 10170.0, 10112.0, 10133.0, 10145.0, 10106.0, 10164.0, 10152.0, 10133.0, 10165.0, 10130.0, 10142.0, 10179.0, 10120.0, 10185.0, 10209.0, 10144.0, 10160.0, 10127.0, 10143.0, 10206.0, 10128.0, 10141.0, 10181.0, 10130.0, 10160.0, 10236.0, 10151.0, 10156.0, 10127.0, 10149.0, 10198.0, 10145.0, 10180.0, 10216.0, 10138.0, 10139.0, 10190.0, 10108.0, 10160.0, 10211.0, 10139.0, 10148.0, 10191.0, 10122.0, 10134.0, 10208.0, 10130.0, 10140.0, 10158.0, 10130.0, 10165.0, 10129.0, 10132.0, 10187.0, 10124.0, 10140.0, 10162.0, 10113.0, 10175.0, 10220.0, 10141.0, 10144.0, 10145.0, 10139.0, 10198.0, 10165.0, 10177.0, 10194.0, 10127.0, 10154.0, 10192.0, 10110.0, 10158.0, 10210.0, 10122.0, 10134.0, 10184.0, 10108.0, 10135.0, 10188.0, 10143.0, 10136.0, 10174.0, 10109.0, 10168.0, 10175.0, 10127.0, 10172.0, 10135.0, 10124.0, 10164.0, 10107.0, 10157.0, 10218.0, 10148.0, 10156.0, 10172.0, 10147.0, 10201.0, 10145.0, 10199.0, 10212.0, 10148.0, 10177.0, 10166.0, 10136.0, 10209.0, 10182.0, 10163.0, 10208.0, 10155.0, 10182.0, 10142.0, 10185.0, 10230.0, 10204.0, 10237.0, 10186.0, 10200.0, 10155.0, 10178.0, 10236.0, 10208.0, 10186.0, 10198.0, 10143.0, 10153.0, 10184.0, 10118.0, 10145.0, 10204.0, 10141.0, 10138.0, 10146.0, 10112.0, 10146.0, 10125.0, 10144.0, 10189.0, 10117.0, 10152.0, 10179.0, 10121.0, 10155.0, 10207.0, 10162.0, 10189.0, 10131.0, 10178.0, 10219.0, 10154.0, 10177.0, 10238.0, 10170.0, 10164.0, 10163.0, 10135.0, 10198.0, 10134.0, 10204.0, 10225.0, 10134.0, 10162.0, 10195.0, 10118.0, 10158.0, 10216.0, 10151.0, 10163.0, 10196.0, 10136.0, 10187.0, 10126.0, 10161.0, 10222.0, 10150.0, 10157.0, 10197.0, 10130.0, 10157.0, 10217.0, 10153.0, 10160.0, 10181.0, 10128.0, 10170.0, 10149.0, 10148.0, 10205.0, 10138.0, 10173.0, 10183.0, 10111.0, 10175.0, 10218.0, 10142.0, 10137.0, 10213.0, 10130.0, 10172.0, 10217.0, 10150.0, 10159.0, 10134.0, 10163.0, 10200.0, 10138.0, 10190.0, 10216.0, 10148.0, 10178.0, 10211.0, 10131.0, 10176.0, 10235.0, 10154.0, 10158.0, 10131.0, 10148.0, 10185.0, 10111.0, 10165.0, 10220.0, 10150.0, 10145.0, 10197.0, 10134.0, 10155.0, 10215.0, 10158.0, 10227.0, 10176.0, 10187.0, 10210.0, 10156.0, 10203.0, 10261.0, 10170.0, 10214.0, 10221.0, 10194.0, 10232.0, 10177.0, 10186.0, 10187.0, 10170.0, 10170.0, 10174.0, 10175.0, 10178.0, 10174.0, 10203.0, 10224.0, 10236.0, 10237.0, 10193.0, 10199.0, 10138.0, 10177.0, 10205.0, 10164.0, 10228.0, 10234.0, 10161.0, 10173.0, 10154.0, 10143.0, 10186.0, 10159.0, 10201.0, 10202.0, 10150.0, 10174.0, 10195.0, 10131.0, 10156.0, 10219.0, 10178.0, 10186.0, 10188.0, 10150.0, 10177.0, 10136.0, 10149.0, 10233.0, 10176.0, 10172.0, 10200.0, 10145.0, 10185.0, 10223.0, 10204.0, 10231.0, 10255.0, 10195.0, 10215.0, 10182.0, 10171.0, 10254.0, 10242.0, 10191.0, 10216.0, 10143.0, 10202.0, 10240.0, 10155.0, 10236.0, 10262.0, 10174.0, 10185.0, 10233.0, 10149.0, 10200.0, 10251.0, 10174.0, 10186.0, 10140.0, 10178.0, 10216.0, 10142.0, 10215.0, 10239.0, 10172.0, 10178.0, 10211.0, 10132.0, 10181.0, 10245.0, 10175.0, 10180.0, 10138.0, 10162.0, 10199.0, 10131.0, 10210.0, 10223.0, 10136.0, 10184.0, 10199.0, 10128.0, 10179.0, 10238.0, 10151.0, 10159.0, 10170.0, 10128.0, 10177.0, 10204.0, 10180.0, 10196.0, 10143.0, 10175.0, 10198.0, 10136.0, 10204.0, 10257.0, 10169.0, 10166.0, 10150.0, 10169.0, 10203.0, 10157.0, 10155.0, 10230.0, 10158.0, 10181.0, 10204.0, 10155.0, 10181.0, 10221.0, 10178.0, 10213.0, 10185.0, 10175.0, 10207.0, 10135.0, 10179.0, 10241.0, 10186.0, 10177.0, 10204.0, 10135.0, 10175.0, 10209.0, 10128.0, 10179.0, 10210.0, 10122.0, 10138.0, 10189.0, 10114.0, 10159.0, 10220.0, 10158.0, 10164.0, 10142.0, 10164.0, 10200.0, 10133.0, 10184.0, 10241.0, 10170.0, 10168.0, 10148.0, 10177.0, 10204.0, 10189.0, 10189.0, 10203.0, 10145.0, 10143.0, 10192.0, 10111.0, 10154.0, 10218.0, 10138.0, 10159.0, 10184.0, 10128.0, 10156.0, 10144.0, 10172.0, 10190.0, 10142.0, 10180.0, 10199.0, 10133.0, 10203.0, 10237.0, 10150.0, 10167.0, 10124.0, 10161.0, 10199.0, 10153.0, 10187.0, 10201.0, 10151.0, 10158.0, 10214.0, 10120.0, 10149.0, 10192.0, 10122.0, 10190.0, 10214.0, 10142.0, 10166.0, 10141.0, 10191.0, 10250.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.0015793908045977014</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.021971947586206894</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.63795736554654</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.183101311990794</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.010019580402761</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5011</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5630.5967</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08695334135734274</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>15</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.7241379310344827</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.531689962573173</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.457677850495303</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.722329116912798</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.415062920311417</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.012755</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01501754205673933</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.043506067246198654</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.0623763531256465</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>19.2774</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.9421</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>208.5137</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>291064.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>991.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>397.8377</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8633</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>608.0128</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3790.9694</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3940.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>85480.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1507.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5009.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>969.87</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>38.37382253492251</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> |