=== 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-0091 --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-0091",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0091_ses-04_task-social_acq-mb8_run-03_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-0091_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0091_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-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-04_subject-0091_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-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-04_subject-0091_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-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-04_subject-0091_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-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0091_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-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0091_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-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-04_subject-0091_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-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-03_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-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-03_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-0091/ses-04/func/sub-0091_ses-04_task-social_acq-mb8_run-03_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>ae982f302182e4196c2459a170026f21</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>15:38:18.540000</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.999752, 0.020132, -0.00951115, -0.0218146, 0.971181, -0.237342]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-03_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.113129</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-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4223, -7720, -7266, 232, -193, -83, -118, 105]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>268.45</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>ecfc9229-2e7a-478c-9041-8c835cc5e5ac||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.6822617053985596, -0.058527007699012756, -0.01203901320695877, 115.17770385742188], [-0.05401265621185303, 2.6056084632873535, -0.641223669052124, -75.16514587402344], [-0.025517724454402924, 0.6367701888084412, 2.622725009918213, -118.92366027832031], [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': ['153818.540000', '153819.000000', '153819.460000', '153819.920000', '153820.380000', '153820.840000', '153821.300000', '153821.760000', '153822.220000', '153822.680000', '153823.140000', '153823.600000', '153824.060000', '153824.520000', '153824.980000', '153825.440000', '153825.900000', '153826.360000', '153826.820000', '153827.280000', '153827.740000', '153828.200000', '153828.660000', '153829.120000', '153829.580000', '153830.040000', '153830.500000', '153830.960000', '153831.420000', '153831.880000', '153832.340000', '153832.800000', '153833.260000', '153833.720000', '153834.180000', '153834.640000', '153835.100000', '153835.560000', '153836.020000', '153836.480000', '153836.940000', '153837.400000', '153837.860000', '153838.320000', '153838.780000', '153839.240000', '153839.700000', '153840.160000', '153840.620000', '153841.080000', '153841.540000', '153842.000000', '153842.460000', '153842.920000', '153843.380000', '153843.840000', '153844.300000', '153844.760000', '153845.220000', '153845.680000', '153846.140000', '153846.600000', '153847.060000', '153847.520000', '153847.980000', '153848.440000', '153848.900000', '153849.360000', '153849.820000', '153850.280000', '153850.740000', '153851.200000', '153851.660000', '153852.120000', '153852.580000', '153853.040000', '153853.500000', '153853.960000', '153854.420000', '153854.880000', '153855.340000', '153855.800000', '153856.260000', '153856.720000', '153857.180000', '153857.640000', '153858.100000', '153858.560000', '153859.020000', '153859.480000', '153859.940000', '153900.400000', '153900.860000', '153901.320000', '153901.780000', '153902.240000', '153902.700000', '153903.160000', '153903.620000', '153904.080000', '153904.540000', '153905.000000', '153905.460000', '153905.920000', '153906.380000', '153906.840000', '153907.300000', '153907.760000', '153908.220000', '153908.680000', '153909.140000', '153909.600000', '153910.060000', '153910.520000', '153910.980000', '153911.440000', '153911.900000', '153912.360000', '153912.820000', '153913.280000', '153913.740000', '153914.200000', '153914.660000', '153915.120000', '153915.580000', '153916.040000', '153916.500000', '153916.960000', '153917.420000', '153917.880000', '153918.340000', '153918.800000', '153919.260000', '153919.720000', '153920.180000', '153920.640000', '153921.100000', '153921.560000', '153922.020000', '153922.480000', '153922.940000', '153923.400000', '153923.860000', '153924.320000', '153924.780000', '153925.240000', '153925.700000', '153926.160000', '153926.620000', '153927.080000', '153927.540000', '153928.000000', '153928.460000', '153928.920000', '153929.380000', '153929.840000', '153930.300000', '153930.760000', '153931.220000', '153931.680000', '153932.140000', '153932.600000', '153933.060000', '153933.520000', '153933.980000', '153934.440000', '153934.900000', '153935.360000', '153935.820000', '153936.280000', '153936.740000', '153937.200000', '153937.660000', '153938.120000', '153938.580000', '153939.040000', '153939.500000', '153939.960000', '153940.420000', '153940.880000', '153941.340000', '153941.800000', '153942.260000', '153942.720000', '153943.180000', '153943.640000', '153944.100000', '153944.560000', '153945.020000', '153945.480000', '153945.940000', '153946.400000', '153946.860000', '153947.320000', '153947.780000', '153948.240000', '153948.700000', '153949.160000', '153949.620000', '153950.080000', '153950.540000', '153951.000000', '153951.460000', '153951.920000', '153952.380000', '153952.840000', '153953.300000', '153953.760000', '153954.220000', '153954.680000', '153955.140000', '153955.600000', '153956.060000', '153956.520000', '153956.980000', '153957.440000', '153957.900000', '153958.360000', '153958.820000', '153959.280000', '153959.740000', '154000.200000', '154000.660000', '154001.120000', '154001.580000', '154002.040000', '154002.500000', '154002.960000', '154003.420000', '154003.880000', '154004.340000', '154004.800000', '154005.260000', '154005.720000', '154006.180000', '154006.640000', '154007.100000', '154007.560000', '154008.020000', '154008.480000', '154008.940000', '154009.400000', '154009.860000', '154010.320000', '154010.780000', '154011.240000', '154011.700000', '154012.160000', '154012.620000', '154013.080000', '154013.540000', '154014.000000', '154014.460000', '154014.920000', '154015.380000', '154015.840000', '154016.300000', '154016.760000', '154017.220000', '154017.680000', '154018.140000', '154018.600000', '154019.060000', '154019.520000', '154019.980000', '154020.440000', '154020.900000', '154021.360000', '154021.820000', '154022.280000', '154022.740000', '154023.200000', '154023.660000', '154024.120000', '154024.580000', '154025.040000', '154025.500000', '154025.960000', '154026.420000', '154026.880000', '154027.340000', '154027.800000', '154028.260000', '154028.720000', '154029.180000', '154029.640000', '154030.100000', '154030.560000', '154031.020000', '154031.480000', '154031.940000', '154032.400000', '154032.860000', '154033.320000', '154033.780000', '154034.240000', '154034.700000', '154035.160000', '154035.620000', '154036.080000', '154036.540000', '154037.000000', '154037.460000', '154037.920000', '154038.380000', '154038.840000', '154039.300000', '154039.760000', '154040.220000', '154040.680000', '154041.140000', '154041.600000', '154042.060000', '154042.520000', '154042.980000', '154043.440000', '154043.900000', '154044.360000', '154044.820000', '154045.280000', '154045.740000', '154046.200000', '154046.660000', '154047.120000', '154047.580000', '154048.040000', '154048.500000', '154048.960000', '154049.420000', '154049.880000', '154050.340000', '154050.800000', '154051.260000', '154051.720000', '154052.180000', '154052.640000', '154053.100000', '154053.560000', '154054.020000', '154054.480000', '154054.940000', '154055.400000', '154055.860000', '154056.320000', '154056.780000', '154057.240000', '154057.700000', '154058.160000', '154058.620000', '154059.080000', '154059.540000', '154100.000000', '154100.460000', '154100.920000', '154101.380000', '154101.840000', '154102.300000', '154102.760000', '154103.220000', '154103.680000', '154104.140000', '154104.600000', '154105.060000', '154105.520000', '154105.980000', '154106.440000', '154106.900000', '154107.360000', '154107.820000', '154108.280000', '154108.740000', '154109.200000', '154109.660000', '154110.120000', '154110.580000', '154111.040000', '154111.500000', '154111.960000', '154112.420000', '154112.880000', '154113.340000', '154113.800000', '154114.260000', '154114.720000', '154115.180000', '154115.640000', '154116.100000', '154116.560000', '154117.020000', '154117.480000', '154117.940000', '154118.400000', '154118.860000', '154119.320000', '154119.780000', '154120.240000', '154120.700000', '154121.160000', '154121.620000', '154122.080000', '154122.540000', '154123.000000', '154123.460000', '154123.920000', '154124.380000', '154124.840000', '154125.300000', '154125.760000', '154126.220000', '154126.680000', '154127.140000', '154127.600000', '154128.060000', '154128.520000', '154128.980000', '154129.440000', '154129.900000', '154130.360000', '154130.820000', '154131.280000', '154131.740000', '154132.200000', '154132.660000', '154133.120000', '154133.580000', '154134.040000', '154134.500000', '154134.960000', '154135.420000', '154135.880000', '154136.340000', '154136.800000', '154137.260000', '154137.720000', '154138.180000', '154138.640000', '154139.100000', '154139.560000', '154140.020000', '154140.480000', '154140.940000', '154141.400000', '154141.860000', '154142.320000', '154142.780000', '154143.240000', '154143.700000', '154144.160000', '154144.620000', '154145.080000', '154145.540000', '154146.000000', '154146.460000', '154146.920000', '154147.380000', '154147.840000', '154148.300000', '154148.760000', '154149.220000', '154149.680000', '154150.140000', '154150.600000', '154151.060000', '154151.520000', '154151.980000', '154152.440000', '154152.900000', '154153.360000', '154153.820000', '154154.280000', '154154.740000', '154155.200000', '154155.660000', '154156.120000', '154156.580000', '154157.040000', '154157.500000', '154157.960000', '154158.420000', '154158.880000', '154159.340000', '154159.800000', '154200.260000', '154200.720000', '154201.180000', '154201.640000', '154202.100000', '154202.560000', '154203.020000', '154203.480000', '154203.940000', '154204.400000', '154204.860000', '154205.320000', '154205.780000', '154206.240000', '154206.700000', '154207.160000', '154207.620000', '154208.080000', '154208.540000', '154209.000000', '154209.460000', '154209.920000', '154210.380000', '154210.840000', '154211.300000', '154211.760000', '154212.220000', '154212.680000', '154213.140000', '154213.600000', '154214.060000', '154214.520000', '154214.980000', '154215.440000', '154215.900000', '154216.360000', '154216.820000', '154217.280000', '154217.740000', '154218.200000', '154218.660000', '154219.120000', '154219.580000', '154220.040000', '154220.500000', '154220.960000', '154221.420000', '154221.880000', '154222.340000', '154222.800000', '154223.260000', '154223.720000', '154224.180000', '154224.640000', '154225.100000', '154225.560000', '154226.020000', '154226.480000', '154226.940000', '154227.400000', '154227.860000', '154228.320000', '154228.780000', '154229.240000', '154229.700000', '154230.160000', '154230.620000', '154231.080000', '154231.540000', '154232.000000', '154232.460000', '154232.920000', '154233.380000', '154233.840000', '154234.300000', '154234.760000', '154235.220000', '154235.680000', '154236.140000', '154236.600000', '154237.060000', '154237.520000', '154237.980000', '154238.440000', '154238.900000', '154239.360000', '154239.820000', '154240.280000', '154240.740000', '154241.200000', '154241.660000', '154242.120000', '154242.580000', '154243.040000', '154243.500000', '154243.960000', '154244.420000', '154244.880000', '154245.340000', '154245.800000', '154246.260000', '154246.720000', '154247.180000', '154247.640000', '154248.100000', '154248.560000', '154249.020000', '154249.480000', '154249.940000', '154250.400000', '154250.860000', '154251.320000', '154251.780000', '154252.240000', '154252.700000', '154253.160000', '154253.620000', '154254.080000', '154254.540000', '154255.000000', '154255.460000', '154255.920000', '154256.380000', '154256.840000', '154257.300000', '154257.760000', '154258.220000', '154258.680000', '154259.140000', '154259.600000', '154300.060000', '154300.520000', '154300.980000', '154301.440000', '154301.900000', '154302.360000', '154302.820000', '154303.280000', '154303.740000', '154304.200000', '154304.660000', '154305.120000', '154305.580000', '154306.040000', '154306.500000', '154306.960000', '154307.420000', '154307.880000', '154308.340000', '154308.800000', '154309.260000', '154309.720000', '154310.180000', '154310.640000', '154311.100000', '154311.560000', '154312.020000', '154312.480000', '154312.940000', '154313.400000', '154313.860000', '154314.320000', '154314.780000', '154315.240000', '154315.700000', '154316.160000', '154316.620000', '154317.080000', '154317.540000', '154318.000000', '154318.460000', '154318.920000', '154319.380000', '154319.840000', '154320.300000', '154320.760000', '154321.220000', '154321.680000', '154322.140000', '154322.600000', '154323.060000', '154323.520000', '154323.980000', '154324.440000', '154324.900000', '154325.360000', '154325.820000', '154326.280000', '154326.740000', '154327.200000', '154327.660000', '154328.120000', '154328.580000', '154329.040000', '154329.500000', '154329.960000', '154330.420000', '154330.880000', '154331.340000', '154331.800000', '154332.260000', '154332.720000', '154333.180000', '154333.640000', '154334.100000', '154334.560000', '154335.020000', '154335.480000', '154335.940000', '154336.400000', '154336.860000', '154337.320000', '154337.780000', '154338.240000', '154338.700000', '154339.160000', '154339.620000', '154340.080000', '154340.540000', '154341.000000', '154341.460000', '154341.920000', '154342.380000', '154342.840000', '154343.300000', '154343.760000', '154344.220000', '154344.680000', '154345.140000', '154345.600000', '154346.060000', '154346.520000', '154346.980000', '154347.440000', '154347.900000', '154348.360000', '154348.820000', '154349.280000', '154349.740000', '154350.200000', '154350.660000', '154351.120000', '154351.580000', '154352.040000', '154352.500000', '154352.960000', '154353.420000', '154353.880000', '154354.340000', '154354.800000', '154355.260000', '154355.720000', '154356.180000', '154356.640000', '154357.100000', '154357.560000', '154358.020000', '154358.480000', '154358.940000', '154359.400000', '154359.860000', '154400.320000', '154400.780000', '154401.240000', '154401.700000', '154402.160000', '154402.620000', '154403.080000', '154403.540000', '154404.000000', '154404.460000', '154404.920000', '154405.380000', '154405.840000', '154406.300000', '154406.760000', '154407.220000', '154407.680000', '154408.140000', '154408.600000', '154409.060000', '154409.520000', '154409.980000', '154410.440000', '154410.900000', '154411.360000', '154411.820000', '154412.280000', '154412.740000', '154413.200000', '154413.660000', '154414.120000', '154414.580000', '154415.040000', '154415.500000', '154415.960000', '154416.420000', '154416.880000', '154417.340000', '154417.800000', '154418.260000', '154418.720000', '154419.180000', '154419.640000', '154420.100000', '154420.560000', '154421.020000', '154421.480000', '154421.940000', '154422.400000', '154422.860000', '154423.320000', '154423.780000', '154424.240000', '154424.700000', '154425.160000', '154425.620000', '154426.080000', '154426.540000', '154427.000000', '154427.460000', '154427.920000', '154428.380000', '154428.840000', '154429.300000', '154429.760000', '154430.220000', '154430.680000', '154431.140000', '154431.600000', '154432.060000', '154432.520000', '154432.980000', '154433.440000', '154433.900000', '154434.360000', '154434.820000', '154435.280000', '154435.740000', '154436.200000', '154436.660000', '154437.120000', '154437.580000', '154438.040000', '154438.500000', '154438.960000', '154439.420000', '154439.880000', '154440.340000', '154440.800000', '154441.260000', '154441.720000', '154442.180000', '154442.640000', '154443.100000', '154443.560000', '154444.020000', '154444.480000', '154444.940000', '154445.400000', '154445.860000', '154446.320000', '154446.780000', '154447.240000', '154447.700000', '154448.160000', '154448.620000', '154449.080000', '154449.540000', '154450.000000', '154450.460000', '154450.920000', '154451.380000', '154451.840000', '154452.300000', '154452.760000', '154453.220000', '154453.680000', '154454.140000', '154454.600000', '154455.060000', '154455.520000', '154455.980000', '154456.440000', '154456.900000', '154457.360000', '154457.820000', '154458.280000', '154458.740000', '154459.200000'], 'ContentTime': ['153833.054000', '153833.057000', '153833.060000', '153833.063000', '153833.065000', '153833.068000', '153833.070000', '153833.073000', '153833.076000', '153833.078000', '153833.085000', '153833.098000', '153833.100000', '153833.103000', '153833.105000', '153833.109000', '153833.112000', '153833.114000', '153833.117000', '153833.119000', '153833.122000', '153833.125000', '153833.127000', '153833.130000', '153833.133000', '153833.135000', '153833.138000', '153833.140000', '153833.143000', '153853.029000', '153853.032000', '153853.035000', '153853.037000', '153853.068000', '153853.070000', '153853.073000', '153853.076000', '153853.078000', '153853.081000', '153853.084000', '153853.086000', '153853.089000', '153853.091000', '153853.094000', '153853.097000', '153853.099000', '153853.102000', '153853.104000', '153853.107000', '153853.110000', '153853.112000', '153853.115000', '153853.117000', '153853.120000', '153853.122000', '153853.135000', '153853.137000', '153853.140000', '153853.143000', '153853.146000', '153853.148000', '153853.151000', '153853.153000', '153853.157000', '153853.159000', '153853.162000', '153853.164000', '153853.167000', '153853.170000', '153853.172000', '153853.175000', '153853.177000', '153913.030000', '153913.033000', '153913.036000', '153913.038000', '153913.041000', '153913.043000', '153913.046000', '153913.053000', '153913.056000', '153913.058000', '153913.061000', '153913.064000', '153913.066000', '153913.069000', '153913.071000', '153913.074000', '153913.076000', '153913.079000', '153913.082000', '153913.084000', '153913.087000', '153913.090000', '153913.092000', '153913.095000', '153913.097000', '153913.100000', '153913.103000', '153913.105000', '153913.108000', '153913.110000', '153913.113000', '153913.116000', '153913.118000', '153913.121000', '153913.124000', '153913.126000', '153913.129000', '153913.131000', '153913.134000', '153913.136000', '153913.139000', '153913.142000', '153913.144000', '153913.147000', '153933.029000', '153933.032000', '153933.035000', '153933.037000', '153933.040000', '153933.043000', '153933.045000', '153933.048000', '153933.051000', '153933.053000', '153933.056000', '153933.058000', '153933.061000', '153933.064000', '153933.066000', '153933.069000', '153933.071000', '153933.074000', '153933.077000', '153933.079000', '153933.082000', '153933.084000', '153933.087000', '153933.090000', '153933.092000', '153933.095000', '153933.097000', '153933.100000', '153933.103000', '153933.105000', '153933.108000', '153933.110000', '153933.113000', '153933.115000', '153933.118000', '153933.121000', '153933.123000', '153933.126000', '153933.128000', '153933.131000', '153933.134000', '153933.136000', '153933.139000', '153953.030000', '153953.032000', '153953.035000', '153953.038000', '153953.041000', '153953.043000', '153953.046000', '153953.048000', '153953.051000', '153953.054000', '153953.070000', '153953.072000', '153953.075000', '153953.078000', '153953.080000', '153953.083000', '153953.085000', '153953.088000', '153953.091000', '153953.093000', '153953.096000', '153953.098000', '153953.101000', '153953.103000', '153953.106000', '153953.109000', '153953.111000', '153953.114000', '153953.117000', '153953.119000', '153953.122000', '153953.124000', '153953.127000', '153953.129000', '153953.132000', '153953.134000', '153953.137000', '153953.140000', '153953.142000', '153953.145000', '153953.147000', '153953.150000', '153953.153000', '153953.155000', '154013.029000', '154013.032000', '154013.035000', '154013.037000', '154013.040000', '154013.043000', '154013.045000', '154013.048000', '154013.050000', '154013.053000', '154013.056000', '154013.058000', '154013.061000', '154013.063000', '154013.066000', '154013.069000', '154013.071000', '154013.074000', '154013.076000', '154013.079000', '154013.082000', '154013.084000', '154013.087000', '154013.090000', '154013.092000', '154013.095000', '154013.097000', '154013.100000', '154013.103000', '154013.105000', '154013.108000', '154013.110000', '154013.113000', '154013.116000', '154013.118000', '154013.121000', '154013.123000', '154013.126000', '154013.129000', '154013.131000', '154013.134000', '154013.137000', '154013.139000', '154033.028000', '154033.031000', '154033.034000', '154033.036000', '154033.039000', '154033.042000', '154033.044000', '154033.047000', '154033.050000', '154033.052000', '154033.055000', '154033.057000', '154033.060000', '154033.063000', '154033.065000', '154033.068000', '154033.071000', '154033.073000', '154033.076000', '154033.079000', '154033.081000', '154033.084000', '154033.086000', '154033.089000', '154033.092000', '154033.094000', '154033.097000', '154033.100000', '154033.102000', '154033.105000', '154033.107000', '154033.110000', '154033.113000', '154033.115000', '154033.118000', '154033.120000', '154033.123000', '154033.126000', '154033.128000', '154033.131000', '154033.133000', '154033.136000', '154033.139000', '154033.151000', '154053.029000', '154053.032000', '154053.035000', '154053.037000', '154053.040000', '154053.043000', '154053.045000', '154053.048000', '154053.050000', '154053.053000', '154053.056000', '154053.058000', '154053.061000', '154053.063000', '154053.066000', '154053.069000', '154053.071000', '154053.074000', '154053.076000', '154053.079000', '154053.082000', '154053.084000', '154053.087000', '154053.090000', '154053.092000', '154053.095000', '154053.097000', '154053.100000', '154053.102000', '154053.105000', '154053.108000', '154053.110000', '154053.113000', '154053.116000', '154053.118000', '154053.121000', '154053.123000', '154053.126000', '154053.129000', '154053.131000', '154053.134000', '154053.136000', '154053.139000', '154113.030000', '154113.032000', '154113.035000', '154113.038000', '154113.040000', '154113.043000', '154113.046000', '154113.048000', '154113.051000', '154113.053000', '154113.056000', '154113.059000', '154113.061000', '154113.064000', '154113.066000', '154113.069000', '154113.072000', '154113.074000', '154113.077000', '154113.080000', '154113.082000', '154113.085000', '154113.088000', '154113.090000', '154113.093000', '154113.095000', '154113.098000', '154113.101000', '154113.103000', '154113.106000', '154113.108000', '154113.111000', '154113.114000', '154113.116000', '154113.119000', '154113.146000', '154113.149000', '154113.151000', '154113.154000', '154113.157000', '154113.159000', '154113.162000', '154113.165000', '154113.167000', '154133.029000', '154133.032000', '154133.035000', '154133.037000', '154133.040000', '154133.043000', '154133.045000', '154133.048000', '154133.051000', '154133.053000', '154133.056000', '154133.058000', '154133.061000', '154133.063000', '154133.066000', '154133.069000', '154133.071000', '154133.074000', '154133.076000', '154133.079000', '154133.082000', '154133.084000', '154133.087000', '154133.089000', '154133.092000', '154133.095000', '154133.098000', '154133.100000', '154133.103000', '154133.105000', '154133.108000', '154133.111000', '154133.113000', '154133.116000', '154133.118000', '154133.121000', '154133.124000', '154133.126000', '154133.129000', '154133.131000', '154133.134000', '154133.137000', '154133.139000', '154153.030000', '154153.032000', '154153.035000', '154153.038000', '154153.040000', '154153.043000', '154153.046000', '154153.049000', '154153.051000', '154153.055000', '154153.058000', '154153.060000', '154153.063000', '154153.066000', '154153.068000', '154153.071000', '154153.073000', '154153.076000', '154153.079000', '154153.081000', '154153.084000', '154153.087000', '154153.089000', '154153.092000', '154153.094000', '154153.097000', '154153.100000', '154153.102000', '154153.105000', '154153.108000', '154153.111000', '154153.113000', '154153.116000', '154153.119000', '154153.121000', '154153.124000', '154153.127000', '154153.129000', '154153.132000', '154153.135000', '154153.137000', '154153.140000', '154153.143000', '154153.145000', '154213.029000', '154213.032000', '154213.035000', '154213.038000', '154213.040000', '154213.043000', '154213.045000', '154213.048000', '154213.051000', '154213.053000', '154213.056000', '154213.059000', '154213.061000', '154213.064000', '154213.066000', '154213.069000', '154213.071000', '154213.074000', '154213.077000', '154213.079000', '154213.082000', '154213.085000', '154213.087000', '154213.090000', '154213.092000', '154213.095000', '154213.098000', '154213.100000', '154213.103000', '154213.106000', '154213.108000', '154213.111000', '154213.114000', '154213.116000', '154213.119000', '154213.122000', '154213.124000', '154213.127000', '154213.129000', '154213.132000', '154213.135000', '154213.137000', '154213.140000', '154233.030000', '154233.032000', '154233.035000', '154233.038000', '154233.041000', '154233.043000', '154233.046000', '154233.049000', '154233.052000', '154233.055000', '154233.058000', '154233.075000', '154233.077000', '154233.080000', '154233.083000', '154233.085000', '154233.088000', '154233.091000', '154233.093000', '154233.096000', '154233.099000', '154233.101000', '154233.104000', '154233.106000', '154233.109000', '154233.112000', '154233.114000', '154233.117000', '154233.120000', '154233.122000', '154233.125000', '154233.127000', '154233.130000', '154233.133000', '154233.135000', '154233.138000', '154233.141000', '154233.143000', '154233.146000', '154233.148000', '154233.151000', '154233.154000', '154233.156000', '154253.028000', '154253.033000', '154253.051000', '154253.055000', '154253.057000', '154253.060000', '154253.062000', '154253.065000', '154253.068000', '154253.070000', '154253.073000', '154253.076000', '154253.078000', '154253.081000', '154253.083000', '154253.086000', '154253.089000', '154253.091000', '154253.094000', '154253.097000', '154253.099000', '154253.102000', '154253.104000', '154253.107000', '154253.110000', '154253.112000', '154253.115000', '154253.118000', '154253.120000', '154253.123000', '154253.126000', '154253.128000', '154253.131000', '154253.134000', '154253.136000', '154253.139000', '154253.141000', '154253.144000', '154253.147000', '154253.149000', '154253.152000', '154253.155000', '154253.157000', '154253.160000', '154313.029000', '154313.032000', '154313.035000', '154313.038000', '154313.040000', '154313.043000', '154313.046000', '154313.048000', '154313.051000', '154313.054000', '154313.056000', '154313.059000', '154313.062000', '154313.064000', '154313.067000', '154313.070000', '154313.072000', '154313.075000', '154313.077000', '154313.080000', '154313.083000', '154313.085000', '154313.088000', '154313.091000', '154313.093000', '154313.097000', '154313.100000', '154313.103000', '154313.105000', '154313.108000', '154313.111000', '154313.118000', '154313.121000', '154313.124000', '154313.126000', '154313.129000', '154313.132000', '154313.134000', '154313.137000', '154313.139000', '154313.142000', '154313.145000', '154313.147000', '154333.030000', '154333.032000', '154333.036000', '154333.038000', '154333.041000', '154333.044000', '154333.046000', '154333.049000', '154333.052000', '154333.054000', '154333.057000', '154333.060000', '154333.063000', '154333.065000', '154333.068000', '154333.071000', '154333.073000', '154333.076000', '154333.079000', '154333.081000', '154333.084000', '154333.087000', '154333.089000', '154333.092000', '154333.094000', '154333.097000', '154333.100000', '154333.102000', '154333.105000', '154333.108000', '154333.110000', '154333.113000', '154333.116000', '154333.118000', '154333.121000', '154333.123000', '154333.126000', '154333.129000', '154333.131000', '154333.134000', '154333.136000', '154333.139000', '154333.142000', '154333.144000', '154353.030000', '154353.032000', '154353.035000', '154353.038000', '154353.041000', '154353.043000', '154353.046000', '154353.048000', '154353.051000', '154353.054000', '154353.057000', '154353.059000', '154353.062000', '154353.065000', '154353.068000', '154353.070000', '154353.073000', '154353.075000', '154353.078000', '154353.081000', '154353.083000', '154353.086000', '154353.089000', '154353.091000', '154353.094000', '154353.097000', '154353.099000', '154353.102000', '154353.104000', '154353.107000', '154353.110000', '154353.112000', '154353.115000', '154353.118000', '154353.120000', '154353.123000', '154353.126000', '154353.128000', '154353.131000', '154353.133000', '154353.136000', '154353.139000', '154353.141000', '154413.030000', '154413.033000', '154413.036000', '154413.038000', '154413.041000', '154413.044000', '154413.046000', '154413.049000', '154413.051000', '154413.054000', '154413.057000', '154413.059000', '154413.062000', '154413.065000', '154413.067000', '154413.070000', '154413.074000', '154413.077000', '154413.079000', '154413.082000', '154413.085000', '154413.087000', '154413.090000', '154413.093000', '154413.095000', '154413.098000', '154413.101000', '154413.115000', '154413.117000', '154413.120000', '154413.123000', '154413.125000', '154413.128000', '154413.131000', '154413.133000', '154413.136000', '154413.138000', '154413.141000', '154413.144000', '154413.146000', '154413.149000', '154413.151000', '154413.154000', '154413.157000', '154433.030000', '154433.033000', '154433.035000', '154433.038000', '154433.041000', '154433.043000', '154433.046000', '154433.049000', '154433.051000', '154433.054000', '154433.056000', '154433.059000', '154433.062000', '154433.064000', '154433.067000', '154433.070000', '154433.072000', '154433.075000', '154433.078000', '154433.080000', '154433.083000', '154433.086000', '154433.089000', '154433.092000', '154433.095000', '154433.097000', '154433.100000', '154433.103000', '154433.105000', '154433.108000', '154433.111000', '154433.113000', '154433.116000', '154433.119000', '154433.121000', '154433.124000', '154433.126000', '154433.129000', '154433.132000', '154433.136000', '154433.138000', '154433.141000', '154433.144000', '154453.030000', '154453.032000', '154453.035000', '154453.038000', '154453.041000', '154453.043000', '154453.046000', '154453.048000', '154453.051000', '154453.054000', '154453.056000', '154453.059000', '154453.062000', '154453.064000', '154453.067000', '154453.070000', '154453.072000', '154453.075000', '154453.078000', '154453.080000', '154453.083000', '154453.085000', '154453.088000', '154453.091000', '154453.093000', '154453.096000', '154453.098000', '154453.101000', '154453.104000', '154453.106000', '154453.109000', '154453.112000', '154453.114000', '154453.117000', '154453.119000', '154453.122000', '154453.125000', '154453.127000', '154453.130000', '154453.132000', '154453.143000', '154453.146000', '154453.149000', '154453.151000', '154500.677000', '154500.680000', '154500.684000', '154500.686000', '154500.689000', '154500.692000', '154500.695000', '154500.698000', '154500.701000', '154500.704000', '154500.707000', '154500.709000', '154500.712000', '154500.715000', '154500.717000', '154500.720000', '154500.723000'], 'InstanceCreationTime': ['153833.054000', '153833.057000', '153833.060000', '153833.063000', '153833.065000', '153833.068000', '153833.070000', '153833.073000', '153833.076000', '153833.078000', '153833.085000', '153833.098000', '153833.100000', '153833.103000', '153833.105000', '153833.109000', '153833.112000', '153833.114000', '153833.117000', '153833.119000', '153833.122000', '153833.125000', '153833.127000', '153833.130000', '153833.133000', '153833.135000', '153833.138000', '153833.140000', '153833.143000', '153853.029000', '153853.032000', '153853.035000', '153853.037000', '153853.068000', '153853.070000', '153853.073000', '153853.076000', '153853.078000', '153853.081000', '153853.084000', '153853.086000', '153853.089000', '153853.091000', '153853.094000', '153853.097000', '153853.099000', '153853.102000', '153853.104000', '153853.107000', '153853.110000', '153853.112000', '153853.115000', '153853.117000', '153853.120000', '153853.122000', '153853.135000', '153853.137000', '153853.140000', '153853.143000', '153853.146000', '153853.148000', '153853.151000', '153853.153000', '153853.157000', '153853.159000', '153853.162000', '153853.164000', '153853.167000', '153853.170000', '153853.172000', '153853.175000', '153853.177000', '153913.030000', '153913.033000', '153913.036000', '153913.038000', '153913.041000', '153913.043000', '153913.046000', '153913.053000', '153913.056000', '153913.058000', '153913.061000', '153913.064000', '153913.066000', '153913.069000', '153913.071000', '153913.074000', '153913.076000', '153913.079000', '153913.082000', '153913.084000', '153913.087000', '153913.090000', '153913.092000', '153913.095000', '153913.097000', '153913.100000', '153913.103000', '153913.105000', '153913.108000', '153913.110000', '153913.113000', '153913.116000', '153913.118000', '153913.121000', '153913.124000', '153913.126000', '153913.129000', '153913.131000', '153913.134000', '153913.136000', '153913.139000', '153913.142000', '153913.144000', '153913.147000', '153933.029000', '153933.032000', '153933.035000', '153933.037000', '153933.040000', '153933.043000', '153933.045000', '153933.048000', '153933.051000', '153933.053000', '153933.056000', '153933.058000', '153933.061000', '153933.064000', '153933.066000', '153933.069000', '153933.071000', '153933.074000', '153933.077000', '153933.079000', '153933.082000', '153933.084000', '153933.087000', '153933.090000', '153933.092000', '153933.095000', '153933.097000', '153933.100000', '153933.103000', '153933.105000', '153933.108000', '153933.110000', '153933.113000', '153933.115000', '153933.118000', '153933.121000', '153933.123000', '153933.126000', '153933.128000', '153933.131000', '153933.134000', '153933.136000', '153933.139000', '153953.030000', '153953.032000', '153953.035000', '153953.038000', '153953.041000', '153953.043000', '153953.046000', '153953.048000', '153953.051000', '153953.054000', '153953.070000', '153953.072000', '153953.075000', '153953.078000', '153953.080000', '153953.083000', '153953.085000', '153953.088000', '153953.091000', '153953.093000', '153953.096000', '153953.098000', '153953.101000', '153953.103000', '153953.106000', '153953.109000', '153953.111000', '153953.114000', '153953.117000', '153953.119000', '153953.122000', '153953.124000', '153953.127000', '153953.129000', '153953.132000', '153953.134000', '153953.137000', '153953.140000', '153953.142000', '153953.145000', '153953.147000', '153953.150000', '153953.153000', '153953.155000', '154013.029000', '154013.032000', '154013.035000', '154013.037000', '154013.040000', '154013.043000', '154013.045000', '154013.048000', '154013.050000', '154013.053000', '154013.056000', '154013.058000', '154013.061000', '154013.063000', '154013.066000', '154013.069000', '154013.071000', '154013.074000', '154013.076000', '154013.079000', '154013.082000', '154013.084000', '154013.087000', '154013.090000', '154013.092000', '154013.095000', '154013.097000', '154013.100000', '154013.103000', '154013.105000', '154013.108000', '154013.110000', '154013.113000', '154013.116000', '154013.118000', '154013.121000', '154013.123000', '154013.126000', '154013.129000', '154013.131000', '154013.134000', '154013.137000', '154013.139000', '154033.028000', '154033.031000', '154033.034000', '154033.036000', '154033.039000', '154033.042000', '154033.044000', '154033.047000', '154033.050000', '154033.052000', '154033.055000', '154033.057000', '154033.060000', '154033.063000', '154033.065000', '154033.068000', '154033.071000', '154033.073000', '154033.076000', '154033.079000', '154033.081000', '154033.084000', '154033.086000', '154033.089000', '154033.092000', '154033.094000', '154033.097000', '154033.100000', '154033.102000', '154033.105000', '154033.107000', '154033.110000', '154033.113000', '154033.115000', '154033.118000', '154033.120000', '154033.123000', '154033.126000', '154033.128000', '154033.131000', '154033.133000', '154033.136000', '154033.139000', '154033.151000', '154053.029000', '154053.032000', '154053.035000', '154053.037000', '154053.040000', '154053.043000', '154053.045000', '154053.048000', '154053.050000', '154053.053000', '154053.056000', '154053.058000', '154053.061000', '154053.063000', '154053.066000', '154053.069000', '154053.071000', '154053.074000', '154053.076000', '154053.079000', '154053.082000', '154053.084000', '154053.087000', '154053.090000', '154053.092000', '154053.095000', '154053.097000', '154053.100000', '154053.102000', '154053.105000', '154053.108000', '154053.110000', '154053.113000', '154053.116000', '154053.118000', '154053.121000', '154053.123000', '154053.126000', '154053.129000', '154053.131000', '154053.134000', '154053.136000', '154053.139000', '154113.030000', '154113.032000', '154113.035000', '154113.038000', '154113.040000', '154113.043000', '154113.046000', '154113.048000', '154113.051000', '154113.053000', '154113.056000', '154113.059000', '154113.061000', '154113.064000', '154113.066000', '154113.069000', '154113.072000', '154113.074000', '154113.077000', '154113.080000', '154113.082000', '154113.085000', '154113.088000', '154113.090000', '154113.093000', '154113.095000', '154113.098000', '154113.101000', '154113.103000', '154113.106000', '154113.108000', '154113.111000', '154113.114000', '154113.116000', '154113.119000', '154113.146000', '154113.149000', '154113.151000', '154113.154000', '154113.157000', '154113.159000', '154113.162000', '154113.165000', '154113.167000', '154133.029000', '154133.032000', '154133.035000', '154133.037000', '154133.040000', '154133.043000', '154133.045000', '154133.048000', '154133.051000', '154133.053000', '154133.056000', '154133.058000', '154133.061000', '154133.063000', '154133.066000', '154133.069000', '154133.071000', '154133.074000', '154133.076000', '154133.079000', '154133.082000', '154133.084000', '154133.087000', '154133.089000', '154133.092000', '154133.095000', '154133.098000', '154133.100000', '154133.103000', '154133.105000', '154133.108000', '154133.111000', '154133.113000', '154133.116000', '154133.118000', '154133.121000', '154133.124000', '154133.126000', '154133.129000', '154133.131000', '154133.134000', '154133.137000', '154133.139000', '154153.030000', '154153.032000', '154153.035000', '154153.038000', '154153.040000', '154153.043000', '154153.046000', '154153.049000', '154153.051000', '154153.055000', '154153.058000', '154153.060000', '154153.063000', '154153.066000', '154153.068000', '154153.071000', '154153.073000', '154153.076000', '154153.079000', '154153.081000', '154153.084000', '154153.087000', '154153.089000', '154153.092000', '154153.094000', '154153.097000', '154153.100000', '154153.102000', '154153.105000', '154153.108000', '154153.111000', '154153.113000', '154153.116000', '154153.119000', '154153.121000', '154153.124000', '154153.127000', '154153.129000', '154153.132000', '154153.135000', '154153.137000', '154153.140000', '154153.143000', '154153.145000', '154213.029000', '154213.032000', '154213.035000', '154213.038000', '154213.040000', '154213.043000', '154213.045000', '154213.048000', '154213.051000', '154213.053000', '154213.056000', '154213.059000', '154213.061000', '154213.064000', '154213.066000', '154213.069000', '154213.071000', '154213.074000', '154213.077000', '154213.079000', '154213.082000', '154213.085000', '154213.087000', '154213.090000', '154213.092000', '154213.095000', '154213.098000', '154213.100000', '154213.103000', '154213.106000', '154213.108000', '154213.111000', '154213.114000', '154213.116000', '154213.119000', '154213.122000', '154213.124000', '154213.127000', '154213.129000', '154213.132000', '154213.135000', '154213.137000', '154213.140000', '154233.030000', '154233.032000', '154233.035000', '154233.038000', '154233.041000', '154233.043000', '154233.046000', '154233.049000', '154233.052000', '154233.055000', '154233.058000', '154233.075000', '154233.077000', '154233.080000', '154233.083000', '154233.085000', '154233.088000', '154233.091000', '154233.093000', '154233.096000', '154233.099000', '154233.101000', '154233.104000', '154233.106000', '154233.109000', '154233.112000', '154233.114000', '154233.117000', '154233.120000', '154233.122000', '154233.125000', '154233.127000', '154233.130000', '154233.133000', '154233.135000', '154233.138000', '154233.141000', '154233.143000', '154233.146000', '154233.148000', '154233.151000', '154233.154000', '154233.156000', '154253.028000', '154253.033000', '154253.051000', '154253.055000', '154253.057000', '154253.060000', '154253.062000', '154253.065000', '154253.068000', '154253.070000', '154253.073000', '154253.076000', '154253.078000', '154253.081000', '154253.083000', '154253.086000', '154253.089000', '154253.091000', '154253.094000', '154253.097000', '154253.099000', '154253.102000', '154253.104000', '154253.107000', '154253.110000', '154253.112000', '154253.115000', '154253.118000', '154253.120000', '154253.123000', '154253.126000', '154253.128000', '154253.131000', '154253.134000', '154253.136000', '154253.139000', '154253.141000', '154253.144000', '154253.147000', '154253.149000', '154253.152000', '154253.155000', '154253.157000', '154253.160000', '154313.029000', '154313.032000', '154313.035000', '154313.038000', '154313.040000', '154313.043000', '154313.046000', '154313.048000', '154313.051000', '154313.054000', '154313.056000', '154313.059000', '154313.062000', '154313.064000', '154313.067000', '154313.070000', '154313.072000', '154313.075000', '154313.077000', '154313.080000', '154313.083000', '154313.085000', '154313.088000', '154313.091000', '154313.093000', '154313.097000', '154313.100000', '154313.103000', '154313.105000', '154313.108000', '154313.111000', '154313.118000', '154313.121000', '154313.124000', '154313.126000', '154313.129000', '154313.132000', '154313.134000', '154313.137000', '154313.139000', '154313.142000', '154313.145000', '154313.147000', '154333.030000', '154333.032000', '154333.036000', '154333.038000', '154333.041000', '154333.044000', '154333.046000', '154333.049000', '154333.052000', '154333.054000', '154333.057000', '154333.060000', '154333.063000', '154333.065000', '154333.068000', '154333.071000', '154333.073000', '154333.076000', '154333.079000', '154333.081000', '154333.084000', '154333.087000', '154333.089000', '154333.092000', '154333.094000', '154333.097000', '154333.100000', '154333.102000', '154333.105000', '154333.108000', '154333.110000', '154333.113000', '154333.116000', '154333.118000', '154333.121000', '154333.123000', '154333.126000', '154333.129000', '154333.131000', '154333.134000', '154333.136000', '154333.139000', '154333.142000', '154333.144000', '154353.030000', '154353.032000', '154353.035000', '154353.038000', '154353.041000', '154353.043000', '154353.046000', '154353.048000', '154353.051000', '154353.054000', '154353.057000', '154353.059000', '154353.062000', '154353.065000', '154353.068000', '154353.070000', '154353.073000', '154353.075000', '154353.078000', '154353.081000', '154353.083000', '154353.086000', '154353.089000', '154353.091000', '154353.094000', '154353.097000', '154353.099000', '154353.102000', '154353.104000', '154353.107000', '154353.110000', '154353.112000', '154353.115000', '154353.118000', '154353.120000', '154353.123000', '154353.126000', '154353.128000', '154353.131000', '154353.133000', '154353.136000', '154353.139000', '154353.141000', '154413.030000', '154413.033000', '154413.036000', '154413.038000', '154413.041000', '154413.044000', '154413.046000', '154413.049000', '154413.051000', '154413.054000', '154413.057000', '154413.059000', '154413.062000', '154413.065000', '154413.067000', '154413.070000', '154413.074000', '154413.077000', '154413.079000', '154413.082000', '154413.085000', '154413.087000', '154413.090000', '154413.093000', '154413.095000', '154413.098000', '154413.101000', '154413.115000', '154413.117000', '154413.120000', '154413.123000', '154413.125000', '154413.128000', '154413.131000', '154413.133000', '154413.136000', '154413.138000', '154413.141000', '154413.144000', '154413.146000', '154413.149000', '154413.151000', '154413.154000', '154413.157000', '154433.030000', '154433.033000', '154433.035000', '154433.038000', '154433.041000', '154433.043000', '154433.046000', '154433.049000', '154433.051000', '154433.054000', '154433.056000', '154433.059000', '154433.062000', '154433.064000', '154433.067000', '154433.070000', '154433.072000', '154433.075000', '154433.078000', '154433.080000', '154433.083000', '154433.086000', '154433.089000', '154433.092000', '154433.095000', '154433.097000', '154433.100000', '154433.103000', '154433.105000', '154433.108000', '154433.111000', '154433.113000', '154433.116000', '154433.119000', '154433.121000', '154433.124000', '154433.126000', '154433.129000', '154433.132000', '154433.136000', '154433.138000', '154433.141000', '154433.144000', '154453.030000', '154453.032000', '154453.035000', '154453.038000', '154453.041000', '154453.043000', '154453.046000', '154453.048000', '154453.051000', '154453.054000', '154453.056000', '154453.059000', '154453.062000', '154453.064000', '154453.067000', '154453.070000', '154453.072000', '154453.075000', '154453.078000', '154453.080000', '154453.083000', '154453.085000', '154453.088000', '154453.091000', '154453.093000', '154453.096000', '154453.098000', '154453.101000', '154453.104000', '154453.106000', '154453.109000', '154453.112000', '154453.114000', '154453.117000', '154453.119000', '154453.122000', '154453.125000', '154453.127000', '154453.130000', '154453.132000', '154453.143000', '154453.146000', '154453.149000', '154453.151000', '154500.677000', '154500.680000', '154500.684000', '154500.686000', '154500.689000', '154500.692000', '154500.695000', '154500.698000', '154500.701000', '154500.704000', '154500.707000', '154500.709000', '154500.712000', '154500.715000', '154500.717000', '154500.720000', '154500.723000'], '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': [9249, 10089, 8806, 10228, 9518, 9498, 7937, 9511, 7570, 8812, 8165, 7692, 7385, 7921, 7255, 7801, 7185, 7883, 7163, 7519, 7340, 7901, 7508, 7993, 7470, 7581, 7061, 8331, 7115, 8044, 8767, 9353, 7729, 9029, 7628, 8067, 7288, 8027, 7276, 8337, 9414, 9258, 7256, 8817, 10289, 8854, 8659, 8126, 11539, 7689, 6832, 6904, 7186, 6956, 7698, 6813, 7503, 6835, 7408, 6837, 6709, 9203, 6732, 9471, 7591, 9864, 9543, 11018, 12097, 9483, 9041, 10003, 7489, 9793, 7755, 9818, 7687, 9402, 7496, 7894, 8644, 7871, 7901, 8776, 8017, 7695, 7889, 7667, 8082, 7992, 8096, 7739, 8233, 8810, 9095, 9193, 9246, 9087, 9764, 9204, 8643, 9243, 8282, 9501, 8516, 8969, 8937, 8443, 9101, 8861, 8312, 9892, 8149, 9019, 8154, 8642, 8370, 9405, 7709, 9671, 7981, 8694, 8847, 8397, 9229, 9348, 9067, 10098, 9094, 9997, 9494, 9714, 8703, 9558, 8248, 9728, 8898, 10024, 9046, 10507, 7778, 9434, 8125, 8680, 8135, 7719, 7716, 7853, 7753, 8544, 7977, 8725, 7766, 8577, 8175, 8338, 8669, 8333, 7881, 8571, 7514, 8298, 7434, 8293, 8153, 8432, 8560, 8469, 9499, 8384, 9962, 8605, 9831, 8484, 10050, 8682, 10225, 7579, 8567, 9916, 8284, 7794, 8547, 7638, 8540, 7650, 7956, 7392, 7615, 7040, 7997, 7222, 8693, 11884, 8648, 9257, 7781, 10529, 9512, 8538, 10655, 8660, 9323, 7479, 10676, 8080, 10221, 7905, 9703, 7769, 9435, 7921, 10378, 8187, 8846, 8939, 8059, 7454, 9919, 7985, 10189, 7854, 9597, 7356, 9754, 9144, 11236, 7023, 8971, 7942, 8743, 7580, 8064, 8103, 8145, 8637, 7835, 8441, 8017, 7850, 7841, 7244, 9066, 8043, 7916, 9222, 7551, 7667, 6958, 7640, 8131, 7457, 7292, 7566, 7772, 7787, 7741, 8835, 7738, 8312, 7588, 8624, 7558, 8648, 8401, 7963, 7863, 8308, 7718, 8583, 7943, 7869, 8065, 8134, 8382, 7259, 8161, 6983, 8323, 7068, 7718, 7031, 7899, 6902, 7819, 9156, 8042, 10044, 7836, 8013, 9657, 6944, 8854, 8514, 10110, 7929, 10799, 13011, 10779, 10113, 7119, 7915, 7542, 9373, 8067, 9077, 7169, 7610, 7472, 7522, 6989, 6815, 8238, 6980, 8379, 7057, 8940, 6918, 9721, 6900, 9119, 6616, 8052, 6704, 7815, 7279, 9265, 7278, 7165, 6821, 6842, 7304, 7259, 7142, 8340, 7530, 7465, 7377, 8352, 8217, 8421, 7094, 8895, 6835, 8570, 6720, 10076, 6929, 7364, 7800, 6849, 9838, 8526, 9315, 7338, 9335, 7217, 7570, 6819, 7342, 7185, 8022, 7504, 7836, 7041, 6922, 7182, 6983, 6979, 7683, 7033, 8522, 6711, 7037, 6682, 6952, 7065, 8298, 7152, 9217, 6843, 7046, 7229, 7278, 7047, 7134, 9223, 8319, 7891, 7016, 7573, 7237, 7145, 7007, 8384, 7356, 9555, 7350, 8956, 7570, 7064, 6971, 6929, 6992, 7483, 8660, 8276, 9618, 8790, 8287, 9833, 8007, 9953, 8709, 12762, 7600, 7411, 8346, 7597, 8602, 10791, 8715, 10771, 8653, 7100, 7998, 7838, 9356, 7360, 9353, 7564, 7004, 7027, 7905, 7079, 8517, 7974, 9606, 7207, 8246, 7890, 8283, 7159, 8406, 7000, 7640, 7522, 6948, 7381, 6661, 10347, 7408, 10575, 7732, 9937, 8324, 10532, 8460, 8899, 7599, 8852, 7734, 10279, 8537, 9924, 8267, 8485, 7867, 7149, 7308, 6938, 7267, 7034, 6952, 6973, 7133, 7216, 8792, 6863, 8473, 6836, 7505, 7711, 9068, 7595, 9460, 7106, 8107, 7269, 8412, 7459, 10182, 7400, 8553, 6931, 7615, 7265, 7889, 7509, 9399, 8114, 10303, 7711, 8388, 7732, 7461, 7930, 7564, 7468, 7744, 8221, 7108, 7989, 7386, 7859, 7502, 7644, 8383, 7945, 8120, 6928, 8545, 7603, 9151, 7385, 10556, 7502, 10068, 7485, 9632, 7483, 9845, 7745, 11012, 7747, 9774, 7643, 9116, 7711, 9629, 7664, 10615, 7608, 9612, 8450, 9257, 7587, 9709, 7600, 10456, 7719, 9114, 7049, 7982, 7084, 8391, 7091, 9600, 8441, 8411, 8300, 8810, 8968, 8106, 9196, 8578, 9246, 8100, 9051, 8097, 8804, 8434, 9246, 8974, 9160, 8547, 8794, 10774, 8890, 9854, 8505, 9808, 8823, 9919, 8817, 8608, 8976, 9229, 8456, 10070, 8730, 9920, 8519, 9735, 8458, 9535, 8349, 10541, 8619, 9310, 9360, 8772, 8161, 10337, 8710, 9645, 9062, 9731, 8916, 10414, 8486, 11355, 9103, 10591, 8596, 8669, 8456, 8920, 9148, 8756, 8931, 8705, 8729, 8898, 8532, 9427, 9134, 10283, 8860, 9466, 8958, 9527, 8748, 11443, 9000, 10661, 9056, 9329, 8895, 9296, 8614, 11344, 9019, 10864, 8829, 8670, 8723, 8901, 8681, 10888, 9043, 11112, 9063, 10198, 9010, 10707, 9563, 11102, 9201, 10081, 9300, 8867, 9116, 8514, 8722, 10502, 9042, 9664, 9056, 9877, 8874, 10909, 9123, 10926, 8930, 8711, 9064, 8879, 11910, 9372, 9878, 8795, 9924, 9108, 8454, 9102, 10326, 9115, 8757, 9079, 9662, 8500, 8908, 8954, 8686, 8629, 9841, 9113, 9159, 8907, 8605, 9042, 10072, 8809, 11403, 8943, 11068, 9449, 10864, 11641, 10782, 11876, 8999, 9495, 9060, 7633, 8900, 7757, 9008, 8873, 9040, 10176, 9010, 10830, 9318, 9364, 9252, 8475, 8830, 9773, 10879, 9899, 10970, 9334, 10106, 8894, 9891, 9038, 9866, 9021, 10539, 9253, 9103, 9271, 9253, 9103, 10518, 9416, 11974, 9365, 10678, 9220, 9370, 9511, 8782, 9415, 9211, 8803, 8973, 8935, 9338, 8880, 8507, 9075, 8406, 9167, 8169, 9060, 8412, 9477, 9195, 11434, 10707, 11712, 9286, 10021, 8969, 9605, 9044, 10241, 8597, 10946, 8753, 10639, 8831, 8998, 8926, 9722, 8952, 8172, 9013, 8864, 8841, 9138, 10084, 8930, 9524, 9084, 8955, 8672, 8714, 8404, 9044, 8601, 10045, 9862, 7929, 9443, 8047, 9288, 9858, 9139, 10585, 9003, 10314, 8518, 10594, 8929, 10892, 8870, 10994, 8758, 10032, 8715, 10768, 8886, 11203, 9023, 10598, 8841, 8312, 8771, 8615, 9122, 9313, 8792, 10049, 9357, 9783, 8926, 9599, 9080, 8967, 9232, 9746, 9043, 8168, 8706, 7967, 8998, 9343, 9099, 8779, 8736, 10597, 8923, 10431, 9473, 10433, 9283, 8888, 9964, 8878, 8263, 8645, 8288, 9016, 9219, 9139, 8208, 9043, 8041], 'WindowCenter': [4260.0, 4242.0, 4230.0, 4226.0, 4214.0, 4210.0, 4192.0, 4210.0, 4177.0, 4199.0, 4188.0, 4178.0, 4178.0, 4203.0, 4179.0, 4178.0, 4167.0, 4179.0, 4178.0, 4179.0, 4179.0, 4191.0, 4190.0, 4190.0, 4178.0, 4191.0, 4181.0, 4204.0, 4180.0, 4204.0, 4214.0, 4213.0, 4192.0, 4201.0, 4178.0, 4188.0, 4177.0, 4188.0, 4179.0, 4201.0, 4212.0, 4212.0, 4191.0, 4213.0, 4223.0, 4200.0, 4188.0, 4190.0, 4187.0, 4191.0, 4140.0, 4141.0, 4139.0, 4152.0, 4148.0, 4151.0, 4150.0, 4150.0, 4150.0, 4140.0, 4153.0, 4186.0, 4154.0, 4194.0, 4163.0, 4181.0, 4184.0, 4192.0, 4215.0, 4184.0, 4174.0, 4181.0, 4151.0, 4181.0, 4161.0, 4179.0, 4162.0, 4169.0, 4161.0, 4160.0, 4172.0, 4171.0, 4175.0, 4182.0, 4172.0, 4173.0, 4175.0, 4162.0, 4175.0, 4172.0, 4175.0, 4162.0, 4174.0, 4184.0, 4185.0, 4182.0, 4184.0, 4172.0, 4194.0, 4183.0, 4173.0, 4183.0, 4184.0, 4184.0, 4186.0, 4186.0, 4183.0, 4172.0, 4184.0, 4198.0, 4187.0, 4195.0, 4177.0, 4186.0, 4174.0, 4185.0, 4174.0, 4197.0, 4177.0, 4197.0, 4177.0, 4186.0, 4185.0, 4174.0, 4198.0, 4198.0, 4198.0, 4208.0, 4197.0, 4208.0, 4197.0, 4198.0, 4198.0, 4198.0, 4177.0, 4197.0, 4197.0, 4197.0, 4186.0, 4208.0, 4176.0, 4196.0, 4177.0, 4187.0, 4175.0, 4166.0, 4175.0, 4190.0, 4178.0, 4188.0, 4175.0, 4188.0, 4177.0, 4188.0, 4176.0, 4190.0, 4189.0, 4188.0, 4175.0, 4188.0, 4176.0, 4189.0, 4177.0, 4201.0, 4190.0, 4201.0, 4199.0, 4204.0, 4211.0, 4190.0, 4209.0, 4202.0, 4210.0, 4188.0, 4209.0, 4199.0, 4210.0, 4177.0, 4187.0, 4208.0, 4188.0, 4176.0, 4187.0, 4176.0, 4199.0, 4178.0, 4191.0, 4191.0, 4192.0, 4180.0, 4192.0, 4192.0, 4215.0, 4233.0, 4201.0, 4212.0, 4177.0, 4210.0, 4199.0, 4189.0, 4206.0, 4199.0, 4198.0, 4165.0, 4208.0, 4175.0, 4207.0, 4175.0, 4197.0, 4175.0, 4186.0, 4173.0, 4207.0, 4186.0, 4186.0, 4186.0, 4187.0, 4177.0, 4208.0, 4177.0, 4208.0, 4176.0, 4197.0, 4163.0, 4230.0, 4239.0, 4198.0, 4131.0, 4120.0, 4123.0, 4130.0, 4107.0, 4087.0, 4085.0, 4034.0, 4051.0, 4097.0, 4124.0, 4142.0, 4145.0, 4144.0, 4132.0, 4154.0, 4156.0, 4157.0, 4165.0, 4144.0, 4147.0, 4135.0, 4161.0, 4172.0, 4162.0, 4161.0, 4158.0, 4158.0, 4145.0, 4148.0, 4169.0, 4174.0, 4172.0, 4159.0, 4169.0, 4160.0, 4170.0, 4171.0, 4159.0, 4161.0, 4159.0, 4162.0, 4168.0, 4160.0, 4159.0, 4171.0, 4170.0, 4183.0, 4161.0, 4171.0, 4160.0, 4185.0, 4161.0, 4175.0, 4162.0, 4185.0, 4162.0, 4176.0, 4196.0, 4202.0, 4268.0, 4207.0, 4177.0, 4182.0, 4137.0, 4156.0, 4156.0, 4166.0, 4116.0, 4119.0, 4094.0, 4164.0, 4154.0, 4123.0, 4145.0, 4146.0, 4158.0, 4136.0, 4156.0, 4149.0, 4147.0, 4159.0, 4146.0, 4145.0, 4150.0, 4169.0, 4159.0, 4170.0, 4161.0, 4179.0, 4149.0, 4180.0, 4160.0, 4180.0, 4148.0, 4170.0, 4150.0, 4171.0, 4157.0, 4180.0, 4159.0, 4161.0, 4150.0, 4151.0, 4162.0, 4161.0, 4162.0, 4183.0, 4171.0, 4172.0, 4172.0, 4197.0, 4183.0, 4185.0, 4163.0, 4183.0, 4148.0, 4168.0, 4147.0, 4192.0, 4160.0, 4161.0, 4160.0, 4151.0, 4192.0, 4184.0, 4192.0, 4174.0, 4180.0, 4159.0, 4155.0, 4149.0, 4171.0, 4163.0, 4168.0, 4160.0, 4170.0, 4162.0, 4161.0, 4160.0, 4162.0, 4173.0, 4171.0, 4162.0, 4183.0, 4163.0, 4162.0, 4162.0, 4163.0, 4174.0, 4183.0, 4162.0, 4182.0, 4150.0, 4160.0, 4160.0, 4172.0, 4175.0, 4175.0, 4192.0, 4183.0, 4170.0, 4163.0, 4171.0, 4174.0, 4161.0, 4164.0, 4183.0, 4175.0, 4194.0, 4177.0, 4183.0, 4187.0, 4160.0, 4176.0, 4175.0, 4164.0, 4174.0, 4196.0, 4185.0, 4193.0, 4186.0, 4186.0, 4166.0, 4177.0, 4143.0, 4178.0, 4206.0, 4126.0, 4124.0, 4153.0, 4142.0, 4154.0, 4158.0, 4140.0, 4169.0, 4151.0, 4132.0, 4154.0, 4152.0, 4172.0, 4148.0, 4182.0, 4150.0, 4136.0, 4138.0, 4160.0, 4151.0, 4160.0, 4164.0, 4184.0, 4137.0, 4207.0, 4162.0, 4118.0, 4108.0, 4158.0, 4121.0, 4158.0, 4160.0, 4147.0, 4147.0, 4152.0, 4208.0, 4164.0, 4192.0, 4172.0, 4192.0, 4173.0, 4192.0, 4184.0, 4181.0, 4173.0, 4182.0, 4174.0, 4192.0, 4184.0, 4194.0, 4174.0, 4187.0, 4172.0, 4162.0, 4174.0, 4164.0, 4176.0, 4163.0, 4165.0, 4164.0, 4166.0, 4175.0, 4186.0, 4167.0, 4185.0, 4153.0, 4164.0, 4173.0, 4184.0, 4177.0, 4196.0, 4164.0, 4175.0, 4163.0, 4185.0, 4175.0, 4206.0, 4176.0, 4186.0, 4165.0, 4175.0, 4165.0, 4176.0, 4176.0, 4210.0, 4174.0, 4208.0, 4174.0, 4175.0, 4175.0, 4166.0, 4175.0, 4176.0, 4165.0, 4177.0, 4199.0, 4179.0, 4187.0, 4179.0, 4189.0, 4191.0, 4190.0, 4199.0, 4191.0, 4190.0, 4180.0, 4200.0, 4178.0, 4201.0, 4178.0, 4210.0, 4179.0, 4208.0, 4177.0, 4198.0, 4176.0, 4210.0, 4177.0, 4209.0, 4180.0, 4197.0, 4175.0, 4185.0, 4177.0, 4209.0, 4178.0, 4207.0, 4191.0, 4199.0, 4187.0, 4198.0, 4189.0, 4208.0, 4192.0, 4220.0, 4189.0, 4200.0, 4167.0, 4176.0, 4168.0, 4174.0, 4166.0, 4196.0, 4200.0, 4190.0, 4190.0, 4184.0, 4186.0, 4174.0, 4186.0, 4187.0, 4203.0, 4177.0, 4200.0, 4177.0, 4200.0, 4189.0, 4199.0, 4199.0, 4199.0, 4187.0, 4188.0, 4206.0, 4188.0, 4198.0, 4187.0, 4196.0, 4186.0, 4194.0, 4184.0, 4173.0, 4186.0, 4198.0, 4177.0, 4198.0, 4188.0, 4198.0, 4186.0, 4196.0, 4177.0, 4198.0, 4188.0, 4208.0, 4189.0, 4199.0, 4199.0, 4201.0, 4189.0, 4211.0, 4203.0, 4212.0, 4200.0, 4200.0, 4200.0, 4225.0, 4201.0, 4219.0, 4200.0, 4210.0, 4176.0, 4175.0, 4174.0, 4200.0, 4197.0, 4190.0, 4198.0, 4189.0, 4187.0, 4201.0, 4199.0, 4199.0, 4200.0, 4211.0, 4199.0, 4199.0, 4187.0, 4210.0, 4188.0, 4219.0, 4199.0, 4210.0, 4187.0, 4199.0, 4187.0, 4200.0, 4199.0, 4220.0, 4200.0, 4210.0, 4188.0, 4188.0, 4199.0, 4202.0, 4201.0, 4223.0, 4214.0, 4234.0, 4203.0, 4212.0, 4200.0, 4222.0, 4201.0, 4220.0, 4201.0, 4211.0, 4187.0, 4187.0, 4187.0, 4202.0, 4188.0, 4211.0, 4201.0, 4202.0, 4200.0, 4212.0, 4214.0, 4222.0, 4201.0, 4223.0, 4201.0, 4189.0, 4186.0, 4190.0, 4221.0, 4199.0, 4198.0, 4189.0, 4198.0, 4189.0, 4177.0, 4200.0, 4210.0, 4190.0, 4188.0, 4200.0, 4199.0, 4188.0, 4188.0, 4200.0, 4202.0, 4202.0, 4212.0, 4202.0, 4203.0, 4202.0, 4191.0, 4204.0, 4216.0, 4205.0, 4224.0, 4205.0, 4225.0, 4203.0, 4212.0, 4210.0, 4223.0, 4220.0, 4189.0, 4199.0, 4190.0, 4180.0, 4190.0, 4180.0, 4200.0, 4203.0, 4203.0, 4214.0, 4202.0, 4225.0, 4202.0, 4202.0, 4200.0, 4193.0, 4203.0, 4213.0, 4212.0, 4216.0, 4212.0, 4201.0, 4199.0, 4189.0, 4212.0, 4202.0, 4212.0, 4189.0, 4211.0, 4200.0, 4190.0, 4200.0, 4201.0, 4201.0, 4211.0, 4200.0, 4222.0, 4200.0, 4208.0, 4188.0, 4189.0, 4198.0, 4191.0, 4200.0, 4200.0, 4187.0, 4190.0, 4188.0, 4202.0, 4189.0, 4204.0, 4203.0, 4193.0, 4203.0, 4193.0, 4203.0, 4194.0, 4203.0, 4215.0, 4224.0, 4213.0, 4221.0, 4202.0, 4198.0, 4190.0, 4198.0, 4190.0, 4211.0, 4190.0, 4210.0, 4190.0, 4210.0, 4190.0, 4189.0, 4201.0, 4199.0, 4202.0, 4190.0, 4203.0, 4190.0, 4204.0, 4203.0, 4213.0, 4190.0, 4202.0, 4189.0, 4190.0, 4187.0, 4190.0, 4190.0, 4201.0, 4189.0, 4212.0, 4211.0, 4192.0, 4201.0, 4193.0, 4203.0, 4213.0, 4203.0, 4225.0, 4204.0, 4214.0, 4203.0, 4225.0, 4204.0, 4223.0, 4216.0, 4224.0, 4192.0, 4201.0, 4204.0, 4225.0, 4203.0, 4222.0, 4203.0, 4212.0, 4201.0, 4190.0, 4205.0, 4204.0, 4215.0, 4202.0, 4218.0, 4214.0, 4215.0, 4212.0, 4203.0, 4203.0, 4216.0, 4205.0, 4202.0, 4214.0, 4204.0, 4204.0, 4204.0, 4206.0, 4218.0, 4216.0, 4218.0, 4206.0, 4208.0, 4226.0, 4204.0, 4228.0, 4214.0, 4214.0, 4203.0, 4204.0, 4201.0, 4201.0, 4190.0, 4191.0, 4205.0, 4215.0, 4204.0, 4204.0, 4194.0, 4203.0, 4193.0], 'WindowWidth': [9431.0, 9391.0, 9370.0, 9358.0, 9338.0, 9330.0, 9304.0, 9325.0, 9276.0, 9308.0, 9292.0, 9280.0, 9279.0, 9318.0, 9283.0, 9277.0, 9259.0, 9279.0, 9279.0, 9282.0, 9283.0, 9303.0, 9300.0, 9298.0, 9278.0, 9301.0, 9290.0, 9325.0, 9287.0, 9323.0, 9340.0, 9335.0, 9304.0, 9314.0, 9275.0, 9291.0, 9279.0, 9293.0, 9282.0, 9318.0, 9331.0, 9332.0, 9301.0, 9334.0, 9348.0, 9312.0, 9292.0, 9298.0, 9271.0, 9302.0, 9212.0, 9210.0, 9208.0, 9233.0, 9225.0, 9234.0, 9230.0, 9232.0, 9230.0, 9215.0, 9235.0, 9287.0, 9242.0, 9293.0, 9250.0, 9271.0, 9278.0, 9284.0, 9326.0, 9279.0, 9265.0, 9269.0, 9232.0, 9271.0, 9245.0, 9267.0, 9250.0, 9252.0, 9245.0, 9243.0, 9263.0, 9259.0, 9272.0, 9276.0, 9262.0, 9266.0, 9269.0, 9245.0, 9271.0, 9262.0, 9271.0, 9251.0, 9270.0, 9282.0, 9285.0, 9276.0, 9281.0, 9261.0, 9293.0, 9278.0, 9264.0, 9279.0, 9284.0, 9279.0, 9286.0, 9286.0, 9279.0, 9262.0, 9280.0, 9304.0, 9289.0, 9296.0, 9274.0, 9287.0, 9268.0, 9282.0, 9267.0, 9300.0, 9278.0, 9302.0, 9275.0, 9286.0, 9283.0, 9268.0, 9306.0, 9305.0, 9303.0, 9318.0, 9303.0, 9319.0, 9301.0, 9305.0, 9307.0, 9303.0, 9273.0, 9305.0, 9304.0, 9303.0, 9284.0, 9317.0, 9275.0, 9300.0, 9276.0, 9289.0, 9270.0, 9257.0, 9270.0, 9299.0, 9280.0, 9290.0, 9272.0, 9292.0, 9275.0, 9291.0, 9272.0, 9297.0, 9295.0, 9290.0, 9269.0, 9293.0, 9273.0, 9295.0, 9278.0, 9316.0, 9300.0, 9314.0, 9310.0, 9324.0, 9326.0, 9298.0, 9319.0, 9319.0, 9323.0, 9292.0, 9319.0, 9308.0, 9324.0, 9275.0, 9289.0, 9319.0, 9293.0, 9273.0, 9290.0, 9273.0, 9310.0, 9281.0, 9301.0, 9303.0, 9303.0, 9286.0, 9305.0, 9304.0, 9341.0, 9361.0, 9314.0, 9330.0, 9277.0, 9325.0, 9305.0, 9295.0, 9313.0, 9308.0, 9304.0, 9255.0, 9317.0, 9269.0, 9316.0, 9272.0, 9302.0, 9272.0, 9286.0, 9265.0, 9317.0, 9286.0, 9287.0, 9286.0, 9292.0, 9279.0, 9319.0, 9277.0, 9318.0, 9273.0, 9303.0, 9251.0, 9373.0, 9387.0, 9295.0, 9195.0, 9157.0, 9171.0, 9176.0, 9141.0, 9102.0, 9096.0, 8990.0, 9025.0, 9124.0, 9165.0, 9203.0, 9211.0, 9210.0, 9194.0, 9223.0, 9230.0, 9234.0, 9241.0, 9214.0, 9220.0, 9203.0, 9246.0, 9263.0, 9249.0, 9247.0, 9238.0, 9236.0, 9215.0, 9223.0, 9251.0, 9267.0, 9262.0, 9242.0, 9254.0, 9243.0, 9253.0, 9258.0, 9240.0, 9244.0, 9239.0, 9249.0, 9253.0, 9244.0, 9241.0, 9263.0, 9259.0, 9281.0, 9247.0, 9261.0, 9246.0, 9285.0, 9247.0, 9275.0, 9253.0, 9287.0, 9250.0, 9277.0, 9303.0, 9324.0, 9441.0, 9335.0, 9272.0, 9272.0, 9202.0, 9224.0, 9226.0, 9238.0, 9152.0, 9147.0, 9084.0, 9234.0, 9219.0, 9178.0, 9212.0, 9215.0, 9231.0, 9196.0, 9225.0, 9226.0, 9221.0, 9241.0, 9218.0, 9219.0, 9233.0, 9258.0, 9244.0, 9262.0, 9251.0, 9272.0, 9232.0, 9274.0, 9247.0, 9274.0, 9230.0, 9260.0, 9234.0, 9263.0, 9240.0, 9273.0, 9244.0, 9248.0, 9233.0, 9238.0, 9252.0, 9250.0, 9253.0, 9283.0, 9265.0, 9268.0, 9268.0, 9306.0, 9284.0, 9288.0, 9255.0, 9281.0, 9228.0, 9254.0, 9226.0, 9292.0, 9248.0, 9252.0, 9249.0, 9238.0, 9293.0, 9284.0, 9292.0, 9273.0, 9273.0, 9247.0, 9236.0, 9233.0, 9267.0, 9257.0, 9258.0, 9250.0, 9261.0, 9253.0, 9252.0, 9250.0, 9255.0, 9271.0, 9266.0, 9256.0, 9283.0, 9255.0, 9255.0, 9254.0, 9259.0, 9275.0, 9284.0, 9254.0, 9280.0, 9235.0, 9249.0, 9250.0, 9270.0, 9277.0, 9276.0, 9294.0, 9282.0, 9262.0, 9257.0, 9264.0, 9274.0, 9252.0, 9260.0, 9285.0, 9276.0, 9301.0, 9282.0, 9282.0, 9296.0, 9248.0, 9277.0, 9278.0, 9257.0, 9272.0, 9303.0, 9288.0, 9295.0, 9290.0, 9289.0, 9242.0, 9279.0, 9201.0, 9270.0, 9304.0, 9180.0, 9179.0, 9229.0, 9210.0, 9228.0, 9219.0, 9198.0, 9239.0, 9221.0, 9196.0, 9231.0, 9227.0, 9256.0, 9219.0, 9274.0, 9227.0, 9202.0, 9208.0, 9239.0, 9232.0, 9240.0, 9252.0, 9278.0, 9204.0, 9332.0, 9241.0, 9157.0, 9147.0, 9233.0, 9173.0, 9236.0, 9243.0, 9222.0, 9223.0, 9236.0, 9321.0, 9256.0, 9288.0, 9264.0, 9289.0, 9266.0, 9288.0, 9286.0, 9274.0, 9268.0, 9275.0, 9269.0, 9290.0, 9283.0, 9290.0, 9266.0, 9291.0, 9263.0, 9253.0, 9272.0, 9257.0, 9277.0, 9255.0, 9261.0, 9257.0, 9263.0, 9273.0, 9289.0, 9265.0, 9286.0, 9240.0, 9256.0, 9266.0, 9284.0, 9278.0, 9303.0, 9256.0, 9272.0, 9253.0, 9287.0, 9274.0, 9315.0, 9276.0, 9287.0, 9256.0, 9271.0, 9258.0, 9273.0, 9276.0, 9327.0, 9272.0, 9322.0, 9269.0, 9270.0, 9270.0, 9261.0, 9271.0, 9274.0, 9260.0, 9280.0, 9310.0, 9285.0, 9293.0, 9286.0, 9297.0, 9305.0, 9300.0, 9310.0, 9302.0, 9299.0, 9285.0, 9313.0, 9280.0, 9314.0, 9281.0, 9326.0, 9284.0, 9320.0, 9276.0, 9306.0, 9277.0, 9327.0, 9279.0, 9323.0, 9285.0, 9305.0, 9271.0, 9283.0, 9275.0, 9323.0, 9281.0, 9318.0, 9300.0, 9307.0, 9292.0, 9306.0, 9298.0, 9321.0, 9306.0, 9340.0, 9300.0, 9313.0, 9265.0, 9273.0, 9266.0, 9268.0, 9260.0, 9298.0, 9314.0, 9297.0, 9297.0, 9279.0, 9283.0, 9266.0, 9285.0, 9287.0, 9316.0, 9276.0, 9309.0, 9274.0, 9310.0, 9294.0, 9307.0, 9308.0, 9308.0, 9286.0, 9290.0, 9312.0, 9289.0, 9304.0, 9287.0, 9296.0, 9286.0, 9293.0, 9279.0, 9263.0, 9286.0, 9304.0, 9273.0, 9304.0, 9292.0, 9301.0, 9284.0, 9297.0, 9272.0, 9303.0, 9288.0, 9319.0, 9292.0, 9307.0, 9305.0, 9313.0, 9296.0, 9325.0, 9319.0, 9327.0, 9309.0, 9309.0, 9308.0, 9350.0, 9312.0, 9335.0, 9309.0, 9321.0, 9270.0, 9268.0, 9266.0, 9309.0, 9303.0, 9298.0, 9305.0, 9294.0, 9287.0, 9313.0, 9308.0, 9308.0, 9310.0, 9325.0, 9305.0, 9305.0, 9287.0, 9324.0, 9292.0, 9334.0, 9308.0, 9321.0, 9289.0, 9306.0, 9289.0, 9312.0, 9309.0, 9338.0, 9310.0, 9323.0, 9291.0, 9291.0, 9310.0, 9316.0, 9314.0, 9347.0, 9336.0, 9361.0, 9316.0, 9326.0, 9308.0, 9342.0, 9313.0, 9337.0, 9310.0, 9324.0, 9286.0, 9286.0, 9288.0, 9314.0, 9293.0, 9326.0, 9314.0, 9314.0, 9311.0, 9328.0, 9338.0, 9343.0, 9312.0, 9345.0, 9310.0, 9295.0, 9285.0, 9294.0, 9338.0, 9307.0, 9302.0, 9294.0, 9301.0, 9292.0, 9271.0, 9311.0, 9322.0, 9295.0, 9290.0, 9310.0, 9304.0, 9289.0, 9290.0, 9308.0, 9316.0, 9316.0, 9327.0, 9316.0, 9318.0, 9314.0, 9297.0, 9320.0, 9338.0, 9321.0, 9346.0, 9323.0, 9348.0, 9315.0, 9328.0, 9320.0, 9343.0, 9335.0, 9289.0, 9302.0, 9292.0, 9282.0, 9295.0, 9282.0, 9309.0, 9316.0, 9318.0, 9333.0, 9315.0, 9348.0, 9312.0, 9311.0, 9307.0, 9304.0, 9318.0, 9329.0, 9325.0, 9337.0, 9324.0, 9310.0, 9304.0, 9292.0, 9326.0, 9316.0, 9325.0, 9291.0, 9322.0, 9307.0, 9294.0, 9308.0, 9310.0, 9312.0, 9325.0, 9306.0, 9338.0, 9307.0, 9316.0, 9288.0, 9291.0, 9302.0, 9297.0, 9311.0, 9309.0, 9288.0, 9296.0, 9291.0, 9314.0, 9293.0, 9320.0, 9318.0, 9304.0, 9317.0, 9304.0, 9317.0, 9307.0, 9315.0, 9336.0, 9345.0, 9329.0, 9336.0, 9311.0, 9302.0, 9295.0, 9302.0, 9296.0, 9323.0, 9296.0, 9321.0, 9295.0, 9322.0, 9295.0, 9293.0, 9311.0, 9305.0, 9315.0, 9294.0, 9316.0, 9295.0, 9319.0, 9318.0, 9330.0, 9296.0, 9312.0, 9290.0, 9293.0, 9287.0, 9293.0, 9296.0, 9313.0, 9294.0, 9328.0, 9325.0, 9301.0, 9311.0, 9303.0, 9318.0, 9330.0, 9316.0, 9349.0, 9321.0, 9332.0, 9317.0, 9348.0, 9322.0, 9342.0, 9339.0, 9344.0, 9302.0, 9309.0, 9319.0, 9348.0, 9317.0, 9339.0, 9316.0, 9325.0, 9310.0, 9295.0, 9326.0, 9321.0, 9337.0, 9315.0, 9346.0, 9333.0, 9336.0, 9327.0, 9315.0, 9315.0, 9340.0, 9322.0, 9315.0, 9334.0, 9320.0, 9321.0, 9320.0, 9327.0, 9348.0, 9340.0, 9344.0, 9325.0, 9330.0, 9351.0, 9318.0, 9357.0, 9333.0, 9332.0, 9315.0, 9319.0, 9310.0, 9311.0, 9295.0, 9299.0, 9323.0, 9337.0, 9319.0, 9320.0, 9306.0, 9317.0, 9303.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.009268515535097813</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.13576245212888377</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>48.069111942580705</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.0797163385714275</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0131311602995399</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5529</td></tr>
|
|
<tr><td colspan=3>fber</td><td>2183.9048</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.3054557020803014</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>309</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>35.558112773302646</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.758156360507203</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.610324574128649</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0475001091601177</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6166443982328413</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00914423</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01445180457085371</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.08184077590703964</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.703393911179034</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>12.1594</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>78.5984</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>271.7494</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>74.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>284687.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1179.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>439.3175</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.7235</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>414.2773</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3344.9673</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3478.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>91857.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1581.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4197.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>739.462</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>18.265627377899364</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> |