=== 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-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0091_ses-04_task-social_acq-mb8_run-01_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-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-01_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-01_desc-stdev_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_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-01_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-01_desc-background_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_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-01_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-01_desc-zoomed_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_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-01_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-01_desc-carpet_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-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-01_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-01_desc-mean_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-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-01_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-01_desc-brainmask_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_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-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0091/ses-04/func/sub-0091_ses-04_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>ea20e7698d150be5277780951a14c5ba</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:24:4.280000</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-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.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-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>18</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.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>268.45</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>efb5c20b-99f8-42b4-909f-8506ca89972d||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': ['152404.280000', '152404.740000', '152405.200000', '152405.660000', '152406.120000', '152406.580000', '152407.040000', '152407.500000', '152407.960000', '152408.420000', '152408.880000', '152409.340000', '152409.800000', '152410.260000', '152410.720000', '152411.180000', '152411.640000', '152412.100000', '152412.560000', '152413.020000', '152413.480000', '152413.940000', '152414.400000', '152414.860000', '152415.320000', '152415.780000', '152416.240000', '152416.700000', '152417.160000', '152417.620000', '152418.080000', '152418.540000', '152419.000000', '152419.460000', '152419.920000', '152420.380000', '152420.840000', '152421.300000', '152421.760000', '152422.220000', '152422.680000', '152423.140000', '152423.600000', '152424.060000', '152424.520000', '152424.980000', '152425.440000', '152425.900000', '152426.360000', '152426.820000', '152427.280000', '152427.740000', '152428.200000', '152428.660000', '152429.120000', '152429.580000', '152430.040000', '152430.500000', '152430.960000', '152431.420000', '152431.880000', '152432.340000', '152432.800000', '152433.260000', '152433.720000', '152434.180000', '152434.640000', '152435.100000', '152435.560000', '152436.020000', '152436.480000', '152436.940000', '152437.400000', '152437.860000', '152438.320000', '152438.780000', '152439.240000', '152439.700000', '152440.160000', '152440.620000', '152441.080000', '152441.540000', '152442.000000', '152442.460000', '152442.920000', '152443.380000', '152443.840000', '152444.300000', '152444.760000', '152445.220000', '152445.680000', '152446.140000', '152446.600000', '152447.060000', '152447.520000', '152447.980000', '152448.440000', '152448.900000', '152449.360000', '152449.820000', '152450.280000', '152450.740000', '152451.200000', '152451.660000', '152452.120000', '152452.580000', '152453.040000', '152453.500000', '152453.960000', '152454.420000', '152454.880000', '152455.340000', '152455.800000', '152456.260000', '152456.720000', '152457.180000', '152457.640000', '152458.100000', '152458.560000', '152459.020000', '152459.480000', '152459.940000', '152500.400000', '152500.860000', '152501.320000', '152501.780000', '152502.240000', '152502.700000', '152503.160000', '152503.620000', '152504.080000', '152504.540000', '152505.000000', '152505.460000', '152505.920000', '152506.380000', '152506.840000', '152507.300000', '152507.760000', '152508.220000', '152508.680000', '152509.140000', '152509.600000', '152510.060000', '152510.520000', '152510.980000', '152511.440000', '152511.900000', '152512.360000', '152512.820000', '152513.280000', '152513.740000', '152514.200000', '152514.660000', '152515.120000', '152515.580000', '152516.040000', '152516.500000', '152516.960000', '152517.420000', '152517.880000', '152518.340000', '152518.800000', '152519.260000', '152519.720000', '152520.180000', '152520.640000', '152521.100000', '152521.560000', '152522.020000', '152522.480000', '152522.940000', '152523.400000', '152523.860000', '152524.320000', '152524.780000', '152525.240000', '152525.700000', '152526.160000', '152526.620000', '152527.080000', '152527.540000', '152528.000000', '152528.460000', '152528.920000', '152529.380000', '152529.840000', '152530.300000', '152530.760000', '152531.220000', '152531.680000', '152532.140000', '152532.600000', '152533.060000', '152533.520000', '152533.980000', '152534.440000', '152534.900000', '152535.360000', '152535.820000', '152536.280000', '152536.740000', '152537.200000', '152537.660000', '152538.120000', '152538.580000', '152539.040000', '152539.500000', '152539.960000', '152540.420000', '152540.880000', '152541.340000', '152541.800000', '152542.260000', '152542.720000', '152543.180000', '152543.640000', '152544.100000', '152544.560000', '152545.020000', '152545.480000', '152545.940000', '152546.400000', '152546.860000', '152547.320000', '152547.780000', '152548.240000', '152548.700000', '152549.160000', '152549.620000', '152550.080000', '152550.540000', '152551.000000', '152551.460000', '152551.920000', '152552.380000', '152552.840000', '152553.300000', '152553.760000', '152554.220000', '152554.680000', '152555.140000', '152555.600000', '152556.060000', '152556.520000', '152556.980000', '152557.440000', '152557.900000', '152558.360000', '152558.820000', '152559.280000', '152559.740000', '152600.200000', '152600.660000', '152601.120000', '152601.580000', '152602.040000', '152602.500000', '152602.960000', '152603.420000', '152603.880000', '152604.340000', '152604.800000', '152605.260000', '152605.720000', '152606.180000', '152606.640000', '152607.100000', '152607.560000', '152608.020000', '152608.480000', '152608.940000', '152609.400000', '152609.860000', '152610.320000', '152610.780000', '152611.240000', '152611.700000', '152612.160000', '152612.620000', '152613.080000', '152613.540000', '152614.000000', '152614.460000', '152614.920000', '152615.380000', '152615.840000', '152616.300000', '152616.760000', '152617.220000', '152617.680000', '152618.140000', '152618.600000', '152619.060000', '152619.520000', '152619.980000', '152620.440000', '152620.900000', '152621.360000', '152621.820000', '152622.280000', '152622.740000', '152623.200000', '152623.660000', '152624.120000', '152624.580000', '152625.040000', '152625.500000', '152625.960000', '152626.420000', '152626.880000', '152627.340000', '152627.800000', '152628.260000', '152628.720000', '152629.180000', '152629.640000', '152630.100000', '152630.560000', '152631.020000', '152631.480000', '152631.940000', '152632.400000', '152632.860000', '152633.320000', '152633.780000', '152634.240000', '152634.700000', '152635.160000', '152635.620000', '152636.080000', '152636.540000', '152637.000000', '152637.460000', '152637.920000', '152638.380000', '152638.840000', '152639.300000', '152639.760000', '152640.220000', '152640.680000', '152641.140000', '152641.600000', '152642.060000', '152642.520000', '152642.980000', '152643.440000', '152643.900000', '152644.360000', '152644.820000', '152645.280000', '152645.740000', '152646.200000', '152646.660000', '152647.120000', '152647.580000', '152648.040000', '152648.500000', '152648.960000', '152649.420000', '152649.880000', '152650.340000', '152650.800000', '152651.260000', '152651.720000', '152652.180000', '152652.640000', '152653.100000', '152653.560000', '152654.020000', '152654.480000', '152654.940000', '152655.400000', '152655.860000', '152656.320000', '152656.780000', '152657.240000', '152657.700000', '152658.160000', '152658.620000', '152659.080000', '152659.540000', '152700.000000', '152700.460000', '152700.920000', '152701.380000', '152701.840000', '152702.300000', '152702.760000', '152703.220000', '152703.680000', '152704.140000', '152704.600000', '152705.060000', '152705.520000', '152705.980000', '152706.440000', '152706.900000', '152707.360000', '152707.820000', '152708.280000', '152708.740000', '152709.200000', '152709.660000', '152710.120000', '152710.580000', '152711.040000', '152711.500000', '152711.960000', '152712.420000', '152712.880000', '152713.340000', '152713.800000', '152714.260000', '152714.720000', '152715.180000', '152715.640000', '152716.100000', '152716.560000', '152717.020000', '152717.480000', '152717.940000', '152718.400000', '152718.860000', '152719.320000', '152719.780000', '152720.240000', '152720.700000', '152721.160000', '152721.620000', '152722.080000', '152722.540000', '152723.000000', '152723.460000', '152723.920000', '152724.380000', '152724.840000', '152725.300000', '152725.760000', '152726.220000', '152726.680000', '152727.140000', '152727.600000', '152728.060000', '152728.520000', '152728.980000', '152729.440000', '152729.900000', '152730.360000', '152730.820000', '152731.280000', '152731.740000', '152732.200000', '152732.660000', '152733.120000', '152733.580000', '152734.040000', '152734.500000', '152734.960000', '152735.420000', '152735.880000', '152736.340000', '152736.800000', '152737.260000', '152737.720000', '152738.180000', '152738.640000', '152739.100000', '152739.560000', '152740.020000', '152740.480000', '152740.940000', '152741.400000', '152741.860000', '152742.320000', '152742.780000', '152743.240000', '152743.700000', '152744.160000', '152744.620000', '152745.080000', '152745.540000', '152746.000000', '152746.460000', '152746.920000', '152747.380000', '152747.840000', '152748.300000', '152748.760000', '152749.220000', '152749.680000', '152750.140000', '152750.600000', '152751.060000', '152751.520000', '152751.980000', '152752.440000', '152752.900000', '152753.360000', '152753.820000', '152754.280000', '152754.740000', '152755.200000', '152755.660000', '152756.120000', '152756.580000', '152757.040000', '152757.500000', '152757.960000', '152758.420000', '152758.880000', '152759.340000', '152759.800000', '152800.260000', '152800.720000', '152801.180000', '152801.640000', '152802.100000', '152802.560000', '152803.020000', '152803.480000', '152803.940000', '152804.400000', '152804.860000', '152805.320000', '152805.780000', '152806.240000', '152806.700000', '152807.160000', '152807.620000', '152808.080000', '152808.540000', '152809.000000', '152809.460000', '152809.920000', '152810.380000', '152810.840000', '152811.300000', '152811.760000', '152812.220000', '152812.680000', '152813.140000', '152813.600000', '152814.060000', '152814.520000', '152814.980000', '152815.440000', '152815.900000', '152816.360000', '152816.820000', '152817.280000', '152817.740000', '152818.200000', '152818.660000', '152819.120000', '152819.580000', '152820.040000', '152820.500000', '152820.960000', '152821.420000', '152821.880000', '152822.340000', '152822.800000', '152823.260000', '152823.720000', '152824.180000', '152824.640000', '152825.100000', '152825.560000', '152826.020000', '152826.480000', '152826.940000', '152827.400000', '152827.860000', '152828.320000', '152828.780000', '152829.240000', '152829.700000', '152830.160000', '152830.620000', '152831.080000', '152831.540000', '152832.000000', '152832.460000', '152832.920000', '152833.380000', '152833.840000', '152834.300000', '152834.760000', '152835.220000', '152835.680000', '152836.140000', '152836.600000', '152837.060000', '152837.520000', '152837.980000', '152838.440000', '152838.900000', '152839.360000', '152839.820000', '152840.280000', '152840.740000', '152841.200000', '152841.660000', '152842.120000', '152842.580000', '152843.040000', '152843.500000', '152843.960000', '152844.420000', '152844.880000', '152845.340000', '152845.800000', '152846.260000', '152846.720000', '152847.180000', '152847.640000', '152848.100000', '152848.560000', '152849.020000', '152849.480000', '152849.940000', '152850.400000', '152850.860000', '152851.320000', '152851.780000', '152852.240000', '152852.700000', '152853.160000', '152853.620000', '152854.080000', '152854.540000', '152855.000000', '152855.460000', '152855.920000', '152856.380000', '152856.840000', '152857.300000', '152857.760000', '152858.220000', '152858.680000', '152859.140000', '152859.600000', '152900.060000', '152900.520000', '152900.980000', '152901.440000', '152901.900000', '152902.360000', '152902.820000', '152903.280000', '152903.740000', '152904.200000', '152904.660000', '152905.120000', '152905.580000', '152906.040000', '152906.500000', '152906.960000', '152907.420000', '152907.880000', '152908.340000', '152908.800000', '152909.260000', '152909.720000', '152910.180000', '152910.640000', '152911.100000', '152911.560000', '152912.020000', '152912.480000', '152912.940000', '152913.400000', '152913.860000', '152914.320000', '152914.780000', '152915.240000', '152915.700000', '152916.160000', '152916.620000', '152917.080000', '152917.540000', '152918.000000', '152918.460000', '152918.920000', '152919.380000', '152919.840000', '152920.300000', '152920.760000', '152921.220000', '152921.680000', '152922.140000', '152922.600000', '152923.060000', '152923.520000', '152923.980000', '152924.440000', '152924.900000', '152925.360000', '152925.820000', '152926.280000', '152926.740000', '152927.200000', '152927.660000', '152928.120000', '152928.580000', '152929.040000', '152929.500000', '152929.960000', '152930.420000', '152930.880000', '152931.340000', '152931.800000', '152932.260000', '152932.720000', '152933.180000', '152933.640000', '152934.100000', '152934.560000', '152935.020000', '152935.480000', '152935.940000', '152936.400000', '152936.860000', '152937.320000', '152937.780000', '152938.240000', '152938.700000', '152939.160000', '152939.620000', '152940.080000', '152940.540000', '152941.000000', '152941.460000', '152941.920000', '152942.380000', '152942.840000', '152943.300000', '152943.760000', '152944.220000', '152944.680000', '152945.140000', '152945.600000', '152946.060000', '152946.520000', '152946.980000', '152947.440000', '152947.900000', '152948.360000', '152948.820000', '152949.280000', '152949.740000', '152950.200000', '152950.660000', '152951.120000', '152951.580000', '152952.040000', '152952.500000', '152952.960000', '152953.420000', '152953.880000', '152954.340000', '152954.800000', '152955.260000', '152955.720000', '152956.180000', '152956.640000', '152957.100000', '152957.560000', '152958.020000', '152958.480000', '152958.940000', '152959.400000', '152959.860000', '153000.320000', '153000.780000', '153001.240000', '153001.700000', '153002.160000', '153002.620000', '153003.080000', '153003.540000', '153004.000000', '153004.460000', '153004.920000', '153005.380000', '153005.840000', '153006.300000', '153006.760000', '153007.220000', '153007.680000', '153008.140000', '153008.600000', '153009.060000', '153009.520000', '153009.980000', '153010.440000', '153010.900000', '153011.360000', '153011.820000', '153012.280000', '153012.740000', '153013.200000', '153013.660000', '153014.120000', '153014.580000', '153015.040000', '153015.500000', '153015.960000', '153016.420000', '153016.880000', '153017.340000', '153017.800000', '153018.260000', '153018.720000', '153019.180000', '153019.640000', '153020.100000', '153020.560000', '153021.020000', '153021.480000', '153021.940000', '153022.400000', '153022.860000', '153023.320000', '153023.780000', '153024.240000', '153024.700000', '153025.160000', '153025.620000', '153026.080000', '153026.540000', '153027.000000', '153027.460000', '153027.920000', '153028.380000', '153028.840000', '153029.300000', '153029.760000', '153030.220000', '153030.680000', '153031.140000', '153031.600000', '153032.060000', '153032.520000', '153032.980000', '153033.440000', '153033.900000', '153034.360000', '153034.820000', '153035.280000', '153035.740000', '153036.200000', '153036.660000', '153037.120000', '153037.580000', '153038.040000', '153038.500000', '153038.960000', '153039.420000', '153039.880000', '153040.340000', '153040.800000', '153041.260000', '153041.720000', '153042.180000', '153042.640000', '153043.100000', '153043.560000', '153044.020000', '153044.480000', '153044.940000'], 'ContentTime': ['152433.163000', '152433.166000', '152433.168000', '152433.171000', '152433.174000', '152433.176000', '152433.179000', '152433.181000', '152433.184000', '152433.187000', '152433.189000', '152433.192000', '152433.195000', '152433.197000', '152433.209000', '152433.212000', '152433.214000', '152433.217000', '152433.219000', '152433.222000', '152433.225000', '152433.227000', '152433.230000', '152433.232000', '152433.235000', '152433.238000', '152433.241000', '152433.243000', '152433.246000', '152433.248000', '152433.251000', '152433.254000', '152433.256000', '152433.259000', '152433.261000', '152433.264000', '152433.267000', '152433.269000', '152433.272000', '152433.275000', '152433.277000', '152433.280000', '152433.282000', '152433.285000', '152433.288000', '152433.290000', '152433.293000', '152433.295000', '152433.298000', '152433.301000', '152433.303000', '152433.306000', '152433.309000', '152433.311000', '152433.314000', '152433.316000', '152433.319000', '152433.322000', '152433.324000', '152433.327000', '152433.329000', '152453.114000', '152453.117000', '152453.120000', '152453.122000', '152453.132000', '152453.134000', '152453.137000', '152453.139000', '152453.142000', '152453.145000', '152453.147000', '152453.150000', '152453.153000', '152453.155000', '152453.158000', '152453.160000', '152453.163000', '152453.166000', '152453.168000', '152453.171000', '152453.173000', '152453.176000', '152453.179000', '152453.215000', '152453.218000', '152453.221000', '152453.223000', '152453.226000', '152453.229000', '152453.231000', '152453.234000', '152453.236000', '152453.239000', '152453.242000', '152453.244000', '152453.247000', '152453.249000', '152453.252000', '152453.255000', '152453.257000', '152453.260000', '152453.262000', '152453.265000', '152513.114000', '152513.127000', '152513.130000', '152513.133000', '152513.136000', '152513.138000', '152513.141000', '152513.143000', '152513.146000', '152513.149000', '152513.151000', '152513.154000', '152513.156000', '152513.159000', '152513.162000', '152513.164000', '152513.167000', '152513.170000', '152513.172000', '152513.175000', '152513.177000', '152513.180000', '152513.183000', '152513.185000', '152513.188000', '152513.191000', '152513.193000', '152513.196000', '152513.198000', '152513.201000', '152513.204000', '152513.206000', '152513.209000', '152513.212000', '152513.214000', '152513.217000', '152513.219000', '152513.222000', '152513.225000', '152513.227000', '152513.230000', '152513.232000', '152513.235000', '152533.115000', '152533.118000', '152533.120000', '152533.123000', '152533.126000', '152533.128000', '152533.131000', '152533.134000', '152533.137000', '152533.140000', '152533.142000', '152533.145000', '152533.147000', '152533.150000', '152533.153000', '152533.155000', '152533.158000', '152533.160000', '152533.163000', '152533.166000', '152533.168000', '152533.171000', '152533.174000', '152533.176000', '152533.179000', '152533.181000', '152533.184000', '152533.187000', '152533.189000', '152533.192000', '152533.194000', '152533.197000', '152533.200000', '152533.202000', '152533.205000', '152533.207000', '152533.210000', '152533.213000', '152533.215000', '152533.218000', '152533.221000', '152533.223000', '152533.226000', '152533.228000', '152553.114000', '152553.117000', '152553.120000', '152553.122000', '152553.125000', '152553.128000', '152553.130000', '152553.133000', '152553.136000', '152553.138000', '152553.141000', '152553.143000', '152553.146000', '152553.149000', '152553.151000', '152553.154000', '152553.157000', '152553.159000', '152553.162000', '152553.164000', '152553.167000', '152553.170000', '152553.172000', '152553.175000', '152553.178000', '152553.180000', '152553.183000', '152553.185000', '152553.188000', '152553.191000', '152553.193000', '152553.196000', '152553.198000', '152553.201000', '152553.204000', '152553.206000', '152553.209000', '152553.211000', '152553.214000', '152553.217000', '152553.219000', '152553.222000', '152553.224000', '152553.227000', '152613.114000', '152613.117000', '152613.120000', '152613.123000', '152613.125000', '152613.128000', '152613.131000', '152613.133000', '152613.136000', '152613.138000', '152613.141000', '152613.144000', '152613.146000', '152613.149000', '152613.152000', '152613.154000', '152613.157000', '152613.159000', '152613.162000', '152613.165000', '152613.168000', '152613.170000', '152613.173000', '152613.175000', '152613.178000', '152613.181000', '152613.183000', '152613.186000', '152613.189000', '152613.191000', '152613.194000', '152613.197000', '152613.199000', '152613.202000', '152613.205000', '152613.207000', '152613.210000', '152613.213000', '152613.215000', '152613.218000', '152613.221000', '152613.223000', '152613.226000', '152633.114000', '152633.116000', '152633.119000', '152633.122000', '152633.125000', '152633.127000', '152633.130000', '152633.133000', '152633.135000', '152633.138000', '152633.141000', '152633.143000', '152633.146000', '152633.149000', '152633.152000', '152633.154000', '152633.157000', '152633.159000', '152633.162000', '152633.176000', '152633.178000', '152633.181000', '152633.184000', '152633.186000', '152633.189000', '152633.191000', '152633.194000', '152633.197000', '152633.199000', '152633.202000', '152633.204000', '152633.207000', '152633.210000', '152633.212000', '152633.215000', '152633.218000', '152633.220000', '152633.223000', '152633.225000', '152633.228000', '152633.231000', '152633.233000', '152633.236000', '152633.239000', '152653.115000', '152653.118000', '152653.120000', '152653.123000', '152653.125000', '152653.128000', '152653.131000', '152653.133000', '152653.136000', '152653.139000', '152653.142000', '152653.144000', '152653.147000', '152653.150000', '152653.152000', '152653.155000', '152653.157000', '152653.160000', '152653.163000', '152653.165000', '152653.168000', '152653.171000', '152653.173000', '152653.176000', '152653.178000', '152653.181000', '152653.184000', '152653.186000', '152653.189000', '152653.192000', '152653.194000', '152653.197000', '152653.199000', '152653.202000', '152653.205000', '152653.207000', '152653.210000', '152653.213000', '152653.215000', '152653.218000', '152653.220000', '152653.223000', '152653.226000', '152713.114000', '152713.117000', '152713.120000', '152713.123000', '152713.125000', '152713.128000', '152713.131000', '152713.133000', '152713.136000', '152713.138000', '152713.141000', '152713.144000', '152713.146000', '152713.149000', '152713.151000', '152713.154000', '152713.157000', '152713.159000', '152713.162000', '152713.165000', '152713.167000', '152713.170000', '152713.172000', '152713.175000', '152713.177000', '152713.180000', '152713.183000', '152713.185000', '152713.188000', '152713.191000', '152713.193000', '152713.196000', '152713.199000', '152713.201000', '152713.204000', '152713.206000', '152713.209000', '152713.212000', '152713.214000', '152713.217000', '152713.219000', '152713.222000', '152713.225000', '152713.227000', '152733.114000', '152733.117000', '152733.120000', '152733.123000', '152733.125000', '152733.128000', '152733.131000', '152733.133000', '152733.136000', '152733.139000', '152733.141000', '152733.144000', '152733.147000', '152733.149000', '152733.152000', '152733.155000', '152733.158000', '152733.161000', '152733.163000', '152733.166000', '152733.169000', '152733.171000', '152733.174000', '152733.176000', '152733.179000', '152733.182000', '152733.184000', '152733.187000', '152733.190000', '152733.192000', '152733.195000', '152733.197000', '152733.200000', '152733.203000', '152733.205000', '152733.208000', '152733.210000', '152733.213000', '152733.216000', '152733.218000', '152733.221000', '152733.224000', '152733.226000', '152753.114000', '152753.117000', '152753.120000', '152753.123000', '152753.126000', '152753.128000', '152753.131000', '152753.135000', '152753.138000', '152753.141000', '152753.143000', '152753.146000', '152753.148000', '152753.151000', '152753.154000', '152753.157000', '152753.159000', '152753.162000', '152753.165000', '152753.167000', '152753.170000', '152753.173000', '152753.175000', '152753.178000', '152753.180000', '152753.183000', '152753.186000', '152753.189000', '152753.191000', '152753.195000', '152753.197000', '152753.200000', '152753.202000', '152753.205000', '152753.208000', '152753.210000', '152753.213000', '152753.216000', '152753.218000', '152753.221000', '152753.223000', '152753.226000', '152753.229000', '152813.115000', '152813.129000', '152813.132000', '152813.134000', '152813.137000', '152813.140000', '152813.142000', '152813.145000', '152813.148000', '152813.150000', '152813.153000', '152813.155000', '152813.158000', '152813.161000', '152813.163000', '152813.166000', '152813.169000', '152813.171000', '152813.174000', '152813.176000', '152813.179000', '152813.182000', '152813.184000', '152813.192000', '152813.194000', '152813.197000', '152813.200000', '152813.202000', '152813.205000', '152813.207000', '152813.210000', '152813.213000', '152813.215000', '152813.218000', '152813.220000', '152813.223000', '152813.226000', '152813.228000', '152813.231000', '152813.234000', '152813.237000', '152813.239000', '152813.242000', '152813.244000', '152833.115000', '152833.118000', '152833.121000', '152833.123000', '152833.126000', '152833.129000', '152833.131000', '152833.134000', '152833.137000', '152833.139000', '152833.142000', '152833.144000', '152833.147000', '152833.150000', '152833.152000', '152833.155000', '152833.158000', '152833.160000', '152833.163000', '152833.166000', '152833.169000', '152833.171000', '152833.174000', '152833.177000', '152833.179000', '152833.182000', '152833.185000', '152833.187000', '152833.190000', '152833.193000', '152833.195000', '152833.198000', '152833.200000', '152833.203000', '152833.206000', '152833.208000', '152833.211000', '152833.213000', '152833.216000', '152833.219000', '152833.221000', '152833.224000', '152833.227000', '152853.114000', '152853.117000', '152853.119000', '152853.122000', '152853.125000', '152853.127000', '152853.130000', '152853.133000', '152853.135000', '152853.138000', '152853.140000', '152853.143000', '152853.146000', '152853.148000', '152853.151000', '152853.154000', '152853.156000', '152853.159000', '152853.161000', '152853.164000', '152853.167000', '152853.169000', '152853.172000', '152853.174000', '152853.177000', '152853.180000', '152853.182000', '152853.185000', '152853.188000', '152853.190000', '152853.193000', '152853.196000', '152853.198000', '152853.201000', '152853.203000', '152853.206000', '152853.209000', '152853.212000', '152853.214000', '152853.217000', '152853.220000', '152853.222000', '152853.225000', '152853.228000', '152913.115000', '152913.118000', '152913.120000', '152913.123000', '152913.125000', '152913.128000', '152913.131000', '152913.133000', '152913.136000', '152913.139000', '152913.141000', '152913.144000', '152913.147000', '152913.150000', '152913.152000', '152913.157000', '152913.159000', '152913.162000', '152913.164000', '152913.167000', '152913.170000', '152913.172000', '152913.176000', '152913.179000', '152913.181000', '152913.184000', '152913.187000', '152913.190000', '152913.192000', '152913.195000', '152913.198000', '152913.200000', '152913.203000', '152913.206000', '152913.208000', '152913.211000', '152913.213000', '152913.216000', '152913.219000', '152913.221000', '152913.224000', '152913.226000', '152913.229000', '152933.115000', '152933.118000', '152933.121000', '152933.123000', '152933.126000', '152933.128000', '152933.131000', '152933.141000', '152933.144000', '152933.146000', '152933.149000', '152933.178000', '152933.181000', '152933.184000', '152933.187000', '152933.189000', '152933.192000', '152933.195000', '152933.197000', '152933.200000', '152933.202000', '152933.205000', '152933.208000', '152933.210000', '152933.213000', '152933.216000', '152933.218000', '152933.221000', '152933.224000', '152933.226000', '152933.229000', '152933.232000', '152933.234000', '152933.237000', '152933.239000', '152933.242000', '152933.245000', '152933.247000', '152933.250000', '152933.253000', '152933.255000', '152933.258000', '152933.260000', '152933.263000', '152953.115000', '152953.117000', '152953.120000', '152953.123000', '152953.125000', '152953.128000', '152953.131000', '152953.133000', '152953.136000', '152953.138000', '152953.141000', '152953.144000', '152953.146000', '152953.149000', '152953.152000', '152953.154000', '152953.157000', '152953.160000', '152953.162000', '152953.165000', '152953.167000', '152953.170000', '152953.173000', '152953.175000', '152953.178000', '152953.181000', '152953.183000', '152953.186000', '152953.189000', '152953.191000', '152953.194000', '152953.197000', '152953.199000', '152953.202000', '152953.206000', '152953.208000', '152953.211000', '152953.213000', '152953.216000', '152953.219000', '152953.221000', '152953.224000', '152953.227000', '153013.115000', '153013.119000', '153013.122000', '153013.125000', '153013.127000', '153013.130000', '153013.133000', '153013.135000', '153013.138000', '153013.141000', '153013.143000', '153013.146000', '153013.149000', '153013.151000', '153013.154000', '153013.157000', '153013.159000', '153013.162000', '153013.165000', '153013.167000', '153013.170000', '153013.173000', '153013.175000', '153013.178000', '153013.180000', '153013.183000', '153013.186000', '153013.188000', '153013.191000', '153013.194000', '153013.196000', '153013.199000', '153013.201000', '153013.204000', '153013.207000', '153013.209000', '153013.212000', '153013.215000', '153013.217000', '153013.220000', '153013.222000', '153013.225000', '153013.228000', '153013.230000', '153033.114000', '153033.117000', '153033.120000', '153033.123000', '153033.125000', '153033.128000', '153033.130000', '153033.133000', '153033.136000', '153033.138000', '153033.141000', '153033.144000', '153033.146000', '153033.149000', '153033.151000', '153033.154000', '153033.157000', '153033.159000', '153033.162000', '153033.165000', '153033.167000', '153033.170000', '153033.172000', '153033.175000', '153033.178000', '153033.180000', '153033.183000', '153033.186000', '153033.189000', '153033.193000', '153033.196000', '153033.199000', '153033.201000', '153033.204000', '153033.207000', '153033.209000', '153033.212000', '153033.216000', '153033.218000', '153033.221000', '153033.224000', '153033.226000', '153033.229000', '153046.082000', '153046.085000', '153046.088000', '153046.090000', '153046.093000', '153046.096000', '153046.099000', '153046.101000', '153046.104000', '153046.107000', '153046.109000', '153046.112000', '153046.114000', '153046.119000', '153046.123000', '153046.125000', '153046.128000', '153046.131000', '153046.134000', '153046.137000', '153046.140000', '153046.142000', '153046.159000', '153046.165000', '153046.168000', '153046.171000', '153046.174000', '153046.178000', '153046.181000'], 'InstanceCreationTime': ['152433.163000', '152433.166000', '152433.168000', '152433.171000', '152433.174000', '152433.176000', '152433.179000', '152433.181000', '152433.184000', '152433.187000', '152433.189000', '152433.192000', '152433.195000', '152433.197000', '152433.209000', '152433.212000', '152433.214000', '152433.217000', '152433.219000', '152433.222000', '152433.225000', '152433.227000', '152433.230000', '152433.232000', '152433.235000', '152433.238000', '152433.241000', '152433.243000', '152433.246000', '152433.248000', '152433.251000', '152433.254000', '152433.256000', '152433.259000', '152433.261000', '152433.264000', '152433.267000', '152433.269000', '152433.272000', '152433.275000', '152433.277000', '152433.280000', '152433.282000', '152433.285000', '152433.288000', '152433.290000', '152433.293000', '152433.295000', '152433.298000', '152433.301000', '152433.303000', '152433.306000', '152433.309000', '152433.311000', '152433.314000', '152433.316000', '152433.319000', '152433.322000', '152433.324000', '152433.327000', '152433.329000', '152453.114000', '152453.117000', '152453.120000', '152453.122000', '152453.132000', '152453.134000', '152453.137000', '152453.139000', '152453.142000', '152453.145000', '152453.147000', '152453.150000', '152453.153000', '152453.155000', '152453.158000', '152453.160000', '152453.163000', '152453.166000', '152453.168000', '152453.171000', '152453.173000', '152453.176000', '152453.179000', '152453.215000', '152453.218000', '152453.221000', '152453.223000', '152453.226000', '152453.229000', '152453.231000', '152453.234000', '152453.236000', '152453.239000', '152453.242000', '152453.244000', '152453.247000', '152453.249000', '152453.252000', '152453.255000', '152453.257000', '152453.260000', '152453.262000', '152453.265000', '152513.114000', '152513.127000', '152513.130000', '152513.133000', '152513.136000', '152513.138000', '152513.141000', '152513.143000', '152513.146000', '152513.149000', '152513.151000', '152513.154000', '152513.156000', '152513.159000', '152513.162000', '152513.164000', '152513.167000', '152513.170000', '152513.172000', '152513.175000', '152513.177000', '152513.180000', '152513.183000', '152513.185000', '152513.188000', '152513.191000', '152513.193000', '152513.196000', '152513.198000', '152513.201000', '152513.204000', '152513.206000', '152513.209000', '152513.212000', '152513.214000', '152513.217000', '152513.219000', '152513.222000', '152513.225000', '152513.227000', '152513.230000', '152513.232000', '152513.235000', '152533.115000', '152533.118000', '152533.120000', '152533.123000', '152533.126000', '152533.128000', '152533.131000', '152533.134000', '152533.137000', '152533.140000', '152533.142000', '152533.145000', '152533.147000', '152533.150000', '152533.153000', '152533.155000', '152533.158000', '152533.160000', '152533.163000', '152533.166000', '152533.168000', '152533.171000', '152533.174000', '152533.176000', '152533.179000', '152533.181000', '152533.184000', '152533.187000', '152533.189000', '152533.192000', '152533.194000', '152533.197000', '152533.200000', '152533.202000', '152533.205000', '152533.207000', '152533.210000', '152533.213000', '152533.215000', '152533.218000', '152533.221000', '152533.223000', '152533.226000', '152533.228000', '152553.114000', '152553.117000', '152553.120000', '152553.122000', '152553.125000', '152553.128000', '152553.130000', '152553.133000', '152553.136000', '152553.138000', '152553.141000', '152553.143000', '152553.146000', '152553.149000', '152553.151000', '152553.154000', '152553.157000', '152553.159000', '152553.162000', '152553.164000', '152553.167000', '152553.170000', '152553.172000', '152553.175000', '152553.178000', '152553.180000', '152553.183000', '152553.185000', '152553.188000', '152553.191000', '152553.193000', '152553.196000', '152553.198000', '152553.201000', '152553.204000', '152553.206000', '152553.209000', '152553.211000', '152553.214000', '152553.217000', '152553.219000', '152553.222000', '152553.224000', '152553.227000', '152613.114000', '152613.117000', '152613.120000', '152613.123000', '152613.125000', '152613.128000', '152613.131000', '152613.133000', '152613.136000', '152613.138000', '152613.141000', '152613.144000', '152613.146000', '152613.149000', '152613.152000', '152613.154000', '152613.157000', '152613.159000', '152613.162000', '152613.165000', '152613.168000', '152613.170000', '152613.173000', '152613.175000', '152613.178000', '152613.181000', '152613.183000', '152613.186000', '152613.189000', '152613.191000', '152613.194000', '152613.197000', '152613.199000', '152613.202000', '152613.205000', '152613.207000', '152613.210000', '152613.213000', '152613.215000', '152613.218000', '152613.221000', '152613.223000', '152613.226000', '152633.114000', '152633.116000', '152633.119000', '152633.122000', '152633.125000', '152633.127000', '152633.130000', '152633.133000', '152633.135000', '152633.138000', '152633.141000', '152633.143000', '152633.146000', '152633.149000', '152633.152000', '152633.154000', '152633.157000', '152633.159000', '152633.162000', '152633.176000', '152633.178000', '152633.181000', '152633.184000', '152633.186000', '152633.189000', '152633.191000', '152633.194000', '152633.197000', '152633.199000', '152633.202000', '152633.204000', '152633.207000', '152633.210000', '152633.212000', '152633.215000', '152633.218000', '152633.220000', '152633.223000', '152633.225000', '152633.228000', '152633.231000', '152633.233000', '152633.236000', '152633.239000', '152653.115000', '152653.118000', '152653.120000', '152653.123000', '152653.125000', '152653.128000', '152653.131000', '152653.133000', '152653.136000', '152653.139000', '152653.142000', '152653.144000', '152653.147000', '152653.150000', '152653.152000', '152653.155000', '152653.157000', '152653.160000', '152653.163000', '152653.165000', '152653.168000', '152653.171000', '152653.173000', '152653.176000', '152653.178000', '152653.181000', '152653.184000', '152653.186000', '152653.189000', '152653.192000', '152653.194000', '152653.197000', '152653.199000', '152653.202000', '152653.205000', '152653.207000', '152653.210000', '152653.213000', '152653.215000', '152653.218000', '152653.220000', '152653.223000', '152653.226000', '152713.114000', '152713.117000', '152713.120000', '152713.123000', '152713.125000', '152713.128000', '152713.131000', '152713.133000', '152713.136000', '152713.138000', '152713.141000', '152713.144000', '152713.146000', '152713.149000', '152713.151000', '152713.154000', '152713.157000', '152713.159000', '152713.162000', '152713.165000', '152713.167000', '152713.170000', '152713.172000', '152713.175000', '152713.177000', '152713.180000', '152713.183000', '152713.185000', '152713.188000', '152713.191000', '152713.193000', '152713.196000', '152713.199000', '152713.201000', '152713.204000', '152713.206000', '152713.209000', '152713.212000', '152713.214000', '152713.217000', '152713.219000', '152713.222000', '152713.225000', '152713.227000', '152733.114000', '152733.117000', '152733.120000', '152733.123000', '152733.125000', '152733.128000', '152733.131000', '152733.133000', '152733.136000', '152733.139000', '152733.141000', '152733.144000', '152733.147000', '152733.149000', '152733.152000', '152733.155000', '152733.158000', '152733.161000', '152733.163000', '152733.166000', '152733.169000', '152733.171000', '152733.174000', '152733.176000', '152733.179000', '152733.182000', '152733.184000', '152733.187000', '152733.190000', '152733.192000', '152733.195000', '152733.197000', '152733.200000', '152733.203000', '152733.205000', '152733.208000', '152733.210000', '152733.213000', '152733.216000', '152733.218000', '152733.221000', '152733.224000', '152733.226000', '152753.114000', '152753.117000', '152753.120000', '152753.123000', '152753.126000', '152753.128000', '152753.131000', '152753.135000', '152753.138000', '152753.141000', '152753.143000', '152753.146000', '152753.148000', '152753.151000', '152753.154000', '152753.157000', '152753.159000', '152753.162000', '152753.165000', '152753.167000', '152753.170000', '152753.173000', '152753.175000', '152753.178000', '152753.180000', '152753.183000', '152753.186000', '152753.189000', '152753.191000', '152753.195000', '152753.197000', '152753.200000', '152753.202000', '152753.205000', '152753.208000', '152753.210000', '152753.213000', '152753.216000', '152753.218000', '152753.221000', '152753.223000', '152753.226000', '152753.229000', '152813.115000', '152813.129000', '152813.132000', '152813.134000', '152813.137000', '152813.140000', '152813.142000', '152813.145000', '152813.148000', '152813.150000', '152813.153000', '152813.155000', '152813.158000', '152813.161000', '152813.163000', '152813.166000', '152813.169000', '152813.171000', '152813.174000', '152813.176000', '152813.179000', '152813.182000', '152813.184000', '152813.192000', '152813.194000', '152813.197000', '152813.200000', '152813.202000', '152813.205000', '152813.207000', '152813.210000', '152813.213000', '152813.215000', '152813.218000', '152813.220000', '152813.223000', '152813.226000', '152813.228000', '152813.231000', '152813.234000', '152813.237000', '152813.239000', '152813.242000', '152813.244000', '152833.115000', '152833.118000', '152833.121000', '152833.123000', '152833.126000', '152833.129000', '152833.131000', '152833.134000', '152833.137000', '152833.139000', '152833.142000', '152833.144000', '152833.147000', '152833.150000', '152833.152000', '152833.155000', '152833.158000', '152833.160000', '152833.163000', '152833.166000', '152833.169000', '152833.171000', '152833.174000', '152833.177000', '152833.179000', '152833.182000', '152833.185000', '152833.187000', '152833.190000', '152833.193000', '152833.195000', '152833.198000', '152833.200000', '152833.203000', '152833.206000', '152833.208000', '152833.211000', '152833.213000', '152833.216000', '152833.219000', '152833.221000', '152833.224000', '152833.227000', '152853.114000', '152853.117000', '152853.119000', '152853.122000', '152853.125000', '152853.127000', '152853.130000', '152853.133000', '152853.135000', '152853.138000', '152853.140000', '152853.143000', '152853.146000', '152853.148000', '152853.151000', '152853.154000', '152853.156000', '152853.159000', '152853.161000', '152853.164000', '152853.167000', '152853.169000', '152853.172000', '152853.174000', '152853.177000', '152853.180000', '152853.182000', '152853.185000', '152853.188000', '152853.190000', '152853.193000', '152853.196000', '152853.198000', '152853.201000', '152853.203000', '152853.206000', '152853.209000', '152853.212000', '152853.214000', '152853.217000', '152853.220000', '152853.222000', '152853.225000', '152853.228000', '152913.115000', '152913.118000', '152913.120000', '152913.123000', '152913.125000', '152913.128000', '152913.131000', '152913.133000', '152913.136000', '152913.139000', '152913.141000', '152913.144000', '152913.147000', '152913.150000', '152913.152000', '152913.157000', '152913.159000', '152913.162000', '152913.164000', '152913.167000', '152913.170000', '152913.172000', '152913.176000', '152913.179000', '152913.181000', '152913.184000', '152913.187000', '152913.190000', '152913.192000', '152913.195000', '152913.198000', '152913.200000', '152913.203000', '152913.206000', '152913.208000', '152913.211000', '152913.213000', '152913.216000', '152913.219000', '152913.221000', '152913.224000', '152913.226000', '152913.229000', '152933.115000', '152933.118000', '152933.121000', '152933.123000', '152933.126000', '152933.128000', '152933.131000', '152933.141000', '152933.144000', '152933.146000', '152933.149000', '152933.178000', '152933.181000', '152933.184000', '152933.187000', '152933.189000', '152933.192000', '152933.195000', '152933.197000', '152933.200000', '152933.202000', '152933.205000', '152933.208000', '152933.210000', '152933.213000', '152933.216000', '152933.218000', '152933.221000', '152933.224000', '152933.226000', '152933.229000', '152933.232000', '152933.234000', '152933.237000', '152933.239000', '152933.242000', '152933.245000', '152933.247000', '152933.250000', '152933.253000', '152933.255000', '152933.258000', '152933.260000', '152933.263000', '152953.115000', '152953.117000', '152953.120000', '152953.123000', '152953.125000', '152953.128000', '152953.131000', '152953.133000', '152953.136000', '152953.138000', '152953.141000', '152953.144000', '152953.146000', '152953.149000', '152953.152000', '152953.154000', '152953.157000', '152953.160000', '152953.162000', '152953.165000', '152953.167000', '152953.170000', '152953.173000', '152953.175000', '152953.178000', '152953.181000', '152953.183000', '152953.186000', '152953.189000', '152953.191000', '152953.194000', '152953.197000', '152953.199000', '152953.202000', '152953.206000', '152953.208000', '152953.211000', '152953.213000', '152953.216000', '152953.219000', '152953.221000', '152953.224000', '152953.227000', '153013.115000', '153013.119000', '153013.122000', '153013.125000', '153013.127000', '153013.130000', '153013.133000', '153013.135000', '153013.138000', '153013.141000', '153013.143000', '153013.146000', '153013.149000', '153013.151000', '153013.154000', '153013.157000', '153013.159000', '153013.162000', '153013.165000', '153013.167000', '153013.170000', '153013.173000', '153013.175000', '153013.178000', '153013.180000', '153013.183000', '153013.186000', '153013.188000', '153013.191000', '153013.194000', '153013.196000', '153013.199000', '153013.201000', '153013.204000', '153013.207000', '153013.209000', '153013.212000', '153013.215000', '153013.217000', '153013.220000', '153013.222000', '153013.225000', '153013.228000', '153013.230000', '153033.114000', '153033.117000', '153033.120000', '153033.123000', '153033.125000', '153033.128000', '153033.130000', '153033.133000', '153033.136000', '153033.138000', '153033.141000', '153033.144000', '153033.146000', '153033.149000', '153033.151000', '153033.154000', '153033.157000', '153033.159000', '153033.162000', '153033.165000', '153033.167000', '153033.170000', '153033.172000', '153033.175000', '153033.178000', '153033.180000', '153033.183000', '153033.186000', '153033.189000', '153033.193000', '153033.196000', '153033.199000', '153033.201000', '153033.204000', '153033.207000', '153033.209000', '153033.212000', '153033.216000', '153033.218000', '153033.221000', '153033.224000', '153033.226000', '153033.229000', '153046.082000', '153046.085000', '153046.088000', '153046.090000', '153046.093000', '153046.096000', '153046.099000', '153046.101000', '153046.104000', '153046.107000', '153046.109000', '153046.112000', '153046.114000', '153046.119000', '153046.123000', '153046.125000', '153046.128000', '153046.131000', '153046.134000', '153046.137000', '153046.140000', '153046.142000', '153046.159000', '153046.165000', '153046.168000', '153046.171000', '153046.174000', '153046.178000', '153046.181000'], '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': [9650, 10252, 9649, 8715, 10242, 8195, 11594, 8199, 8975, 8318, 8990, 9725, 8882, 9677, 7470, 8664, 9206, 9765, 8386, 8041, 10071, 9300, 8787, 10779, 9676, 9466, 10043, 9173, 9416, 10287, 8313, 11266, 9440, 9336, 11832, 9740, 9303, 10445, 9074, 12397, 10617, 8709, 12016, 9203, 10154, 9757, 9111, 9867, 11882, 8895, 10412, 9560, 9082, 11116, 9536, 8307, 9714, 7247, 8725, 9755, 8516, 7471, 11454, 7076, 7681, 8953, 9043, 10826, 9380, 8974, 10306, 9437, 9100, 9269, 9426, 8223, 9528, 7956, 8953, 8398, 6948, 7995, 9535, 8266, 8113, 10215, 7526, 7206, 6995, 7554, 8494, 7423, 7442, 9914, 7714, 10344, 8123, 10287, 8075, 8032, 7303, 7897, 7416, 7378, 7945, 7052, 7205, 8816, 8984, 8349, 9662, 7683, 10490, 10833, 9365, 9633, 7590, 8747, 7572, 7916, 9725, 7112, 10833, 7544, 10751, 7673, 11409, 7883, 7210, 8749, 7532, 8305, 7144, 7581, 6656, 7559, 8451, 7324, 8807, 7830, 9194, 8072, 7801, 6559, 6874, 7494, 7945, 10034, 7492, 8120, 7379, 7839, 7538, 8348, 7470, 6883, 9598, 7198, 8473, 7559, 8130, 8540, 7339, 8439, 7623, 10546, 10085, 9447, 8332, 8248, 8128, 8891, 8460, 7913, 8169, 7548, 8489, 8070, 9576, 8422, 7914, 9765, 8032, 10738, 7907, 10094, 8149, 7476, 8314, 7785, 6835, 8310, 8599, 8064, 7572, 7855, 8039, 7737, 8720, 7234, 8807, 7446, 8399, 8235, 8699, 8557, 10037, 8322, 7854, 8111, 7777, 8136, 7735, 8406, 11965, 8095, 7086, 7794, 6947, 7902, 6737, 7783, 6799, 7543, 7424, 7331, 9185, 8026, 9959, 7750, 8785, 7928, 6980, 7113, 7552, 7953, 7773, 7742, 7119, 8090, 7150, 7735, 8439, 7641, 6865, 7816, 7113, 7947, 8966, 9241, 9637, 9022, 7471, 7721, 6992, 7436, 8749, 7395, 7651, 8130, 7551, 8691, 8836, 8605, 9707, 8385, 7674, 8538, 7565, 7156, 8025, 7386, 7844, 7263, 7874, 6916, 7401, 8179, 7325, 8902, 7328, 10037, 8716, 9930, 7870, 7707, 7365, 7214, 7243, 8395, 6917, 7865, 7508, 7655, 7593, 7499, 7389, 8193, 6871, 9388, 7820, 7322, 7376, 7576, 7785, 6778, 7842, 7254, 7557, 8709, 7714, 6857, 8263, 8122, 7177, 7668, 8649, 7151, 7171, 8428, 6993, 9012, 10817, 8537, 9129, 8570, 8569, 7366, 9217, 10592, 8257, 9843, 7559, 10770, 10050, 8902, 8982, 8169, 8313, 7577, 8854, 7496, 9063, 7240, 9450, 7326, 9225, 8337, 10522, 7748, 7257, 7265, 7846, 6936, 7218, 6916, 7263, 7508, 7397, 7574, 7757, 7361, 7559, 7711, 8051, 7232, 8653, 7301, 7178, 7229, 7135, 7678, 8849, 7461, 8551, 7170, 8152, 7212, 8604, 7417, 7661, 7578, 7441, 7527, 7875, 7519, 7516, 7279, 7212, 6988, 7149, 10012, 7740, 10937, 7430, 8552, 7896, 8883, 8109, 10524, 7403, 10734, 7106, 11547, 7624, 8849, 7203, 10129, 8019, 11668, 7952, 7485, 7206, 7091, 7327, 7026, 8867, 7419, 7666, 7641, 7860, 7974, 9654, 8459, 10180, 8320, 10930, 8981, 10635, 9543, 9242, 8120, 7849, 7395, 7899, 6872, 8317, 7143, 7554, 8309, 7857, 10113, 9348, 9713, 8753, 9635, 7789, 7632, 7186, 8054, 9068, 7632, 8640, 7202, 7436, 7458, 7296, 7596, 8586, 7990, 8230, 7569, 7260, 7746, 8658, 7686, 8038, 7877, 7884, 8116, 9998, 7878, 10977, 8351, 10258, 7969, 9509, 7044, 9435, 7384, 9721, 8298, 9067, 7414, 9318, 7383, 7085, 7225, 7003, 8808, 7062, 7899, 7797, 8272, 7352, 8801, 7306, 7420, 7225, 7160, 11322, 7945, 11367, 7600, 11959, 8747, 10323, 7128, 9381, 7034, 10299, 8017, 10807, 9334, 9381, 7183, 7134, 6914, 6954, 9909, 7624, 8815, 7665, 7050, 7264, 7704, 7026, 7349, 7661, 7513, 8047, 7287, 11539, 7582, 10346, 7842, 10141, 7592, 10630, 8874, 8000, 8158, 9042, 7369, 7686, 10118, 9170, 11125, 7478, 10352, 7554, 10113, 7937, 10134, 8246, 10399, 8057, 7605, 7504, 7986, 8572, 7508, 7465, 7301, 7771, 9496, 7436, 9773, 7582, 10903, 10041, 7076, 8244, 6714, 8523, 6989, 11431, 7933, 9835, 7776, 8292, 7606, 8414, 7264, 7121, 6864, 8132, 7362, 10855, 9426, 10131, 9522, 11114, 8219, 10548, 6910, 10081, 7596, 7286, 7425, 9090, 6970, 9116, 7381, 10064, 8762, 9642, 7224, 8210, 7993, 8079, 8014, 8035, 7134, 7134, 7086, 7247, 9205, 7890, 9589, 8235, 9850, 8254, 8710, 10338, 7122, 10911, 7180, 10778, 7890, 12481, 8111, 7333, 7926, 6959, 7668, 8228, 7652, 8889, 9576, 7305, 10612, 8029, 9121, 6938, 11043, 7640, 11660, 10142, 6689, 7558, 7419, 9240, 8740, 9457, 9050, 11210, 8534, 10894, 8961, 12306, 9047, 10583, 8648, 9677, 7579, 8916, 7153, 6889, 7414, 9389, 9297, 7874, 6739, 8549, 6934, 11296, 8957, 10343, 8186, 10029, 8913, 11625, 10001, 10849, 8025, 11489, 8281, 11278, 9191, 10354, 8209, 8422, 7476, 7334, 7546, 6937, 9928, 7004, 9132, 8336, 9461, 8658, 10130, 7437, 12676, 7575, 11559, 8506, 9323, 8752, 8502, 8791, 8789, 8821, 7785, 8411, 8122, 8543, 10627, 7618, 10049, 7975, 8445, 6903, 9057, 9168, 12196, 7481, 9529, 7387, 7675, 7345, 8084, 9221, 9640, 7252, 8366, 6913, 8020, 6925, 8341, 8164, 9485, 7297, 8237, 7143, 8136, 7816, 7712, 6802, 7554, 7560, 9112, 8713, 9799, 7749, 8364, 8433, 7192, 8922, 7945, 9574, 8892, 9660, 8744, 8425, 11162, 7380, 10015, 7507, 12655, 8553, 12496, 9287, 11328, 7681, 12055, 7249, 8319, 11823, 8602, 9025, 7697, 8857, 7489, 10056, 8498, 9561, 7776, 9456, 9129, 9815, 7016, 10821, 7525, 9642, 7237, 7567, 7165, 7201, 7026, 7803, 7462, 10251, 8707, 7010, 8458, 7517, 8681, 8960, 9492, 9670, 10275, 8976, 10112, 8354, 11421, 9126, 11315, 10218, 9532, 10653, 10863, 10812, 12583, 10269, 11976, 8234, 9011, 7704, 7779, 7208, 8736, 7614, 10327, 7953, 8109, 8384, 8156, 9096, 8372, 10823, 8517, 8821, 6866, 6695, 6880, 8420, 8685, 8675, 7293, 7633, 6793, 7464, 7485, 8176, 7990, 9793, 7566, 7860, 8509, 8326, 9730, 10198, 8490, 10195, 8426, 9360, 7802, 10578, 9061], 'WindowCenter': [4267.0, 4235.0, 4236.0, 4209.0, 4204.0, 4195.0, 4211.0, 4179.0, 4177.0, 4168.0, 4191.0, 4203.0, 4194.0, 4191.0, 4185.0, 4192.0, 4193.0, 4217.0, 4182.0, 4198.0, 4204.0, 4220.0, 4196.0, 4215.0, 4204.0, 4203.0, 4204.0, 4205.0, 4204.0, 4215.0, 4194.0, 4214.0, 4205.0, 4205.0, 4225.0, 4204.0, 4192.0, 4201.0, 4192.0, 4222.0, 4217.0, 4193.0, 4224.0, 4205.0, 4207.0, 4205.0, 4194.0, 4203.0, 4215.0, 4199.0, 4207.0, 4207.0, 4197.0, 4200.0, 4190.0, 4172.0, 4190.0, 4161.0, 4195.0, 4205.0, 4195.0, 4184.0, 4226.0, 4187.0, 4184.0, 4195.0, 4205.0, 4215.0, 4208.0, 4197.0, 4217.0, 4193.0, 4196.0, 4195.0, 4206.0, 4197.0, 4204.0, 4182.0, 4194.0, 4182.0, 4148.0, 4128.0, 4146.0, 4128.0, 4086.0, 4160.0, 4107.0, 4123.0, 4110.0, 4137.0, 4162.0, 4155.0, 4152.0, 4175.0, 4154.0, 4183.0, 4165.0, 4182.0, 4164.0, 4152.0, 4140.0, 4163.0, 4153.0, 4167.0, 4180.0, 4169.0, 4169.0, 4189.0, 4193.0, 4180.0, 4201.0, 4169.0, 4198.0, 4186.0, 4176.0, 4174.0, 4153.0, 4151.0, 4143.0, 4142.0, 4163.0, 4132.0, 4173.0, 4129.0, 4161.0, 4142.0, 4183.0, 4155.0, 4145.0, 4165.0, 4140.0, 4150.0, 4129.0, 4151.0, 4129.0, 4165.0, 4163.0, 4156.0, 4162.0, 4152.0, 4145.0, 4152.0, 4136.0, 4117.0, 4128.0, 4140.0, 4149.0, 4170.0, 4152.0, 4163.0, 4152.0, 4151.0, 4150.0, 4149.0, 4153.0, 4126.0, 4155.0, 4138.0, 4135.0, 4097.0, 4112.0, 4135.0, 4118.0, 4144.0, 4106.0, 4150.0, 4179.0, 4165.0, 4131.0, 4144.0, 4146.0, 4169.0, 4159.0, 4148.0, 4160.0, 4148.0, 4158.0, 4162.0, 4171.0, 4149.0, 4149.0, 4169.0, 4147.0, 4179.0, 4148.0, 4178.0, 4147.0, 4135.0, 4159.0, 4149.0, 4139.0, 4159.0, 4159.0, 4175.0, 4162.0, 4163.0, 4175.0, 4164.0, 4164.0, 4141.0, 4162.0, 4140.0, 4163.0, 4151.0, 4164.0, 4150.0, 4172.0, 4150.0, 4152.0, 4152.0, 4151.0, 4166.0, 4161.0, 4132.0, 4193.0, 4145.0, 4123.0, 4146.0, 4135.0, 4148.0, 4137.0, 4149.0, 4139.0, 4162.0, 4149.0, 4150.0, 4169.0, 4159.0, 4180.0, 4159.0, 4157.0, 4158.0, 4136.0, 4135.0, 4147.0, 4145.0, 4149.0, 4148.0, 4149.0, 4160.0, 4148.0, 4162.0, 4162.0, 4163.0, 4140.0, 4152.0, 4138.0, 4164.0, 4187.0, 4174.0, 4171.0, 4175.0, 4141.0, 4153.0, 4142.0, 4142.0, 4149.0, 4140.0, 4140.0, 4151.0, 4151.0, 4177.0, 4170.0, 4159.0, 4165.0, 4144.0, 4132.0, 4156.0, 4145.0, 4134.0, 4146.0, 4135.0, 4145.0, 4147.0, 4157.0, 4137.0, 4148.0, 4157.0, 4148.0, 4157.0, 4148.0, 4168.0, 4159.0, 4179.0, 4147.0, 4136.0, 4136.0, 4136.0, 4146.0, 4158.0, 4136.0, 4145.0, 4135.0, 4146.0, 4146.0, 4149.0, 4147.0, 4158.0, 4140.0, 4170.0, 4147.0, 4136.0, 4134.0, 4147.0, 4161.0, 4138.0, 4171.0, 4149.0, 4162.0, 4184.0, 4164.0, 4155.0, 4177.0, 4166.0, 4157.0, 4155.0, 4174.0, 4169.0, 4157.0, 4177.0, 4156.0, 4173.0, 4194.0, 4163.0, 4174.0, 4174.0, 4173.0, 4165.0, 4172.0, 4184.0, 4178.0, 4189.0, 4140.0, 4180.0, 4172.0, 4159.0, 4151.0, 4151.0, 4151.0, 4141.0, 4160.0, 4153.0, 4162.0, 4141.0, 4171.0, 4154.0, 4143.0, 4135.0, 4149.0, 4121.0, 4119.0, 4122.0, 4147.0, 4136.0, 4149.0, 4138.0, 4150.0, 4149.0, 4153.0, 4150.0, 4162.0, 4152.0, 4163.0, 4151.0, 4163.0, 4152.0, 4160.0, 4138.0, 4138.0, 4150.0, 4139.0, 4150.0, 4172.0, 4153.0, 4172.0, 4152.0, 4163.0, 4164.0, 4175.0, 4168.0, 4165.0, 4166.0, 4153.0, 4166.0, 4166.0, 4157.0, 4156.0, 4156.0, 4155.0, 4171.0, 4159.0, 4190.0, 4155.0, 4183.0, 4144.0, 4162.0, 4152.0, 4163.0, 4152.0, 4173.0, 4143.0, 4185.0, 4143.0, 4199.0, 4141.0, 4161.0, 4139.0, 4166.0, 4134.0, 4179.0, 4148.0, 4135.0, 4138.0, 4151.0, 4165.0, 4153.0, 4172.0, 4153.0, 4151.0, 4166.0, 4163.0, 4164.0, 4172.0, 4165.0, 4181.0, 4162.0, 4181.0, 4174.0, 4182.0, 4185.0, 4170.0, 4164.0, 4162.0, 4166.0, 4150.0, 4141.0, 4175.0, 4155.0, 4166.0, 4164.0, 4163.0, 4184.0, 4175.0, 4173.0, 4161.0, 4170.0, 4153.0, 4154.0, 4156.0, 4153.0, 4163.0, 4152.0, 4161.0, 4140.0, 4140.0, 4140.0, 4154.0, 4152.0, 4178.0, 4164.0, 4164.0, 4152.0, 4154.0, 4151.0, 4162.0, 4151.0, 4151.0, 4166.0, 4165.0, 4166.0, 4185.0, 4167.0, 4196.0, 4180.0, 4200.0, 4179.0, 4171.0, 4127.0, 4156.0, 4138.0, 4156.0, 4148.0, 4160.0, 4151.0, 4158.0, 4139.0, 4139.0, 4150.0, 4141.0, 4174.0, 4153.0, 4162.0, 4149.0, 4175.0, 4154.0, 4173.0, 4153.0, 4151.0, 4155.0, 4154.0, 4195.0, 4152.0, 4193.0, 4164.0, 4192.0, 4163.0, 4169.0, 4139.0, 4158.0, 4139.0, 4180.0, 4150.0, 4180.0, 4171.0, 4160.0, 4140.0, 4138.0, 4139.0, 4140.0, 4185.0, 4164.0, 4188.0, 4167.0, 4156.0, 4156.0, 4153.0, 4142.0, 4154.0, 4180.0, 4168.0, 4178.0, 4167.0, 4210.0, 4168.0, 4199.0, 4166.0, 4188.0, 4168.0, 4198.0, 4178.0, 4167.0, 4177.0, 4176.0, 4156.0, 4154.0, 4187.0, 4175.0, 4197.0, 4144.0, 4174.0, 4142.0, 4172.0, 4165.0, 4185.0, 4179.0, 4185.0, 4153.0, 4151.0, 4151.0, 4161.0, 4188.0, 4168.0, 4166.0, 4167.0, 4165.0, 4182.0, 4151.0, 4193.0, 4151.0, 4192.0, 4186.0, 4155.0, 4176.0, 4144.0, 4175.0, 4156.0, 4210.0, 4181.0, 4199.0, 4166.0, 4164.0, 4165.0, 4165.0, 4167.0, 4153.0, 4156.0, 4165.0, 4156.0, 4197.0, 4176.0, 4187.0, 4175.0, 4182.0, 4163.0, 4182.0, 4142.0, 4183.0, 4155.0, 4152.0, 4155.0, 4175.0, 4157.0, 4162.0, 4153.0, 4186.0, 4178.0, 4188.0, 4167.0, 4177.0, 4178.0, 4178.0, 4194.0, 4195.0, 4183.0, 4167.0, 4156.0, 4166.0, 4188.0, 4179.0, 4186.0, 4166.0, 4186.0, 4165.0, 4173.0, 4197.0, 4153.0, 4183.0, 4141.0, 4201.0, 4157.0, 4198.0, 4158.0, 4144.0, 4170.0, 4145.0, 4159.0, 4167.0, 4158.0, 4168.0, 4178.0, 4146.0, 4184.0, 4164.0, 4171.0, 4137.0, 4164.0, 4136.0, 4203.0, 4196.0, 4141.0, 4150.0, 4151.0, 4185.0, 4174.0, 4184.0, 4173.0, 4209.0, 4163.0, 4180.0, 4159.0, 4193.0, 4173.0, 4183.0, 4177.0, 4200.0, 4167.0, 4184.0, 4156.0, 4154.0, 4154.0, 4199.0, 4199.0, 4178.0, 4172.0, 4193.0, 4160.0, 4213.0, 4179.0, 4187.0, 4178.0, 4188.0, 4203.0, 4209.0, 4200.0, 4195.0, 4165.0, 4194.0, 4164.0, 4194.0, 4188.0, 4187.0, 4168.0, 4166.0, 4158.0, 4157.0, 4167.0, 4159.0, 4191.0, 4159.0, 4179.0, 4169.0, 4190.0, 4182.0, 4203.0, 4160.0, 4234.0, 4167.0, 4208.0, 4173.0, 4174.0, 4172.0, 4172.0, 4171.0, 4159.0, 4172.0, 4162.0, 4173.0, 4163.0, 4187.0, 4198.0, 4168.0, 4196.0, 4165.0, 4176.0, 4155.0, 4189.0, 4199.0, 4219.0, 4153.0, 4184.0, 4153.0, 4164.0, 4152.0, 4164.0, 4184.0, 4185.0, 4152.0, 4162.0, 4152.0, 4165.0, 4167.0, 4177.0, 4174.0, 4198.0, 4164.0, 4176.0, 4153.0, 4178.0, 4176.0, 4165.0, 4170.0, 4195.0, 4180.0, 4185.0, 4187.0, 4183.0, 4165.0, 4164.0, 4178.0, 4171.0, 4189.0, 4192.0, 4199.0, 4191.0, 4200.0, 4191.0, 4166.0, 4211.0, 4159.0, 4192.0, 4159.0, 4211.0, 4168.0, 4196.0, 4177.0, 4186.0, 4155.0, 4203.0, 4140.0, 4150.0, 4193.0, 4163.0, 4173.0, 4163.0, 4172.0, 4166.0, 4185.0, 4176.0, 4185.0, 4163.0, 4173.0, 4184.0, 4184.0, 4153.0, 4194.0, 4163.0, 4183.0, 4153.0, 4153.0, 4155.0, 4169.0, 4154.0, 4160.0, 4145.0, 4169.0, 4167.0, 4131.0, 4168.0, 4159.0, 4181.0, 4182.0, 4192.0, 4206.0, 4206.0, 4194.0, 4202.0, 4182.0, 4199.0, 4193.0, 4199.0, 4191.0, 4178.0, 4188.0, 4186.0, 4187.0, 4194.0, 4176.0, 4183.0, 4170.0, 4177.0, 4168.0, 4153.0, 4157.0, 4166.0, 4173.0, 4190.0, 4173.0, 4160.0, 4170.0, 4161.0, 4169.0, 4137.0, 4181.0, 4145.0, 4156.0, 4113.0, 4143.0, 4152.0, 4160.0, 4172.0, 4177.0, 4154.0, 4166.0, 4144.0, 4157.0, 4167.0, 4181.0, 4167.0, 4199.0, 4155.0, 4167.0, 4176.0, 4178.0, 4186.0, 4201.0, 4189.0, 4199.0, 4164.0, 4187.0, 4168.0, 4197.0, 4177.0], 'WindowWidth': [9442.0, 9379.0, 9382.0, 9329.0, 9314.0, 9304.0, 9317.0, 9275.0, 9266.0, 9256.0, 9292.0, 9309.0, 9301.0, 9294.0, 9294.0, 9296.0, 9297.0, 9338.0, 9283.0, 9311.0, 9313.0, 9345.0, 9305.0, 9330.0, 9313.0, 9311.0, 9314.0, 9317.0, 9316.0, 9330.0, 9303.0, 9328.0, 9315.0, 9319.0, 9345.0, 9315.0, 9296.0, 9305.0, 9293.0, 9337.0, 9334.0, 9297.0, 9337.0, 9316.0, 9320.0, 9316.0, 9302.0, 9312.0, 9326.0, 9313.0, 9317.0, 9321.0, 9307.0, 9299.0, 9285.0, 9262.0, 9286.0, 9250.0, 9301.0, 9316.0, 9304.0, 9289.0, 9344.0, 9296.0, 9286.0, 9301.0, 9319.0, 9329.0, 9324.0, 9308.0, 9333.0, 9297.0, 9302.0, 9301.0, 9317.0, 9306.0, 9312.0, 9280.0, 9299.0, 9284.0, 9227.0, 9180.0, 9203.0, 9177.0, 9097.0, 9225.0, 9137.0, 9168.0, 9149.0, 9196.0, 9242.0, 9234.0, 9225.0, 9260.0, 9229.0, 9268.0, 9248.0, 9267.0, 9247.0, 9229.0, 9209.0, 9246.0, 9229.0, 9256.0, 9278.0, 9265.0, 9264.0, 9286.0, 9298.0, 9277.0, 9306.0, 9259.0, 9295.0, 9277.0, 9259.0, 9257.0, 9226.0, 9219.0, 9211.0, 9207.0, 9235.0, 9192.0, 9245.0, 9184.0, 9227.0, 9207.0, 9264.0, 9233.0, 9219.0, 9245.0, 9205.0, 9218.0, 9189.0, 9222.0, 9192.0, 9250.0, 9243.0, 9235.0, 9238.0, 9224.0, 9200.0, 9224.0, 9193.0, 9170.0, 9186.0, 9205.0, 9216.0, 9246.0, 9228.0, 9246.0, 9231.0, 9226.0, 9225.0, 9218.0, 9229.0, 9184.0, 9220.0, 9209.0, 9192.0, 9124.0, 9151.0, 9186.0, 9161.0, 9205.0, 9138.0, 9204.0, 9262.0, 9235.0, 9183.0, 9203.0, 9211.0, 9248.0, 9234.0, 9218.0, 9238.0, 9220.0, 9232.0, 9243.0, 9253.0, 9221.0, 9220.0, 9247.0, 9214.0, 9263.0, 9221.0, 9259.0, 9217.0, 9197.0, 9236.0, 9222.0, 9210.0, 9233.0, 9238.0, 9270.0, 9245.0, 9248.0, 9266.0, 9248.0, 9247.0, 9213.0, 9241.0, 9209.0, 9246.0, 9225.0, 9245.0, 9223.0, 9253.0, 9220.0, 9227.0, 9228.0, 9226.0, 9255.0, 9244.0, 9184.0, 9285.0, 9209.0, 9176.0, 9212.0, 9198.0, 9220.0, 9204.0, 9224.0, 9210.0, 9247.0, 9225.0, 9228.0, 9248.0, 9237.0, 9266.0, 9239.0, 9232.0, 9235.0, 9202.0, 9200.0, 9218.0, 9213.0, 9222.0, 9222.0, 9224.0, 9240.0, 9223.0, 9246.0, 9244.0, 9245.0, 9212.0, 9229.0, 9207.0, 9247.0, 9283.0, 9261.0, 9252.0, 9263.0, 9212.0, 9231.0, 9213.0, 9215.0, 9219.0, 9207.0, 9206.0, 9224.0, 9224.0, 9271.0, 9253.0, 9236.0, 9238.0, 9210.0, 9191.0, 9230.0, 9213.0, 9197.0, 9217.0, 9201.0, 9215.0, 9218.0, 9235.0, 9207.0, 9224.0, 9232.0, 9224.0, 9231.0, 9223.0, 9249.0, 9237.0, 9264.0, 9219.0, 9200.0, 9202.0, 9203.0, 9219.0, 9233.0, 9203.0, 9214.0, 9200.0, 9214.0, 9216.0, 9226.0, 9223.0, 9235.0, 9215.0, 9254.0, 9218.0, 9202.0, 9200.0, 9218.0, 9244.0, 9212.0, 9261.0, 9228.0, 9246.0, 9281.0, 9253.0, 9243.0, 9272.0, 9255.0, 9241.0, 9234.0, 9260.0, 9264.0, 9243.0, 9271.0, 9240.0, 9258.0, 9286.0, 9243.0, 9261.0, 9261.0, 9260.0, 9254.0, 9255.0, 9275.0, 9272.0, 9287.0, 9209.0, 9260.0, 9250.0, 9230.0, 9220.0, 9222.0, 9221.0, 9210.0, 9233.0, 9231.0, 9237.0, 9209.0, 9251.0, 9236.0, 9202.0, 9193.0, 9201.0, 9169.0, 9166.0, 9175.0, 9217.0, 9204.0, 9225.0, 9209.0, 9224.0, 9221.0, 9235.0, 9225.0, 9244.0, 9231.0, 9250.0, 9229.0, 9249.0, 9231.0, 9238.0, 9207.0, 9207.0, 9225.0, 9210.0, 9225.0, 9256.0, 9234.0, 9258.0, 9232.0, 9246.0, 9252.0, 9266.0, 9263.0, 9251.0, 9254.0, 9231.0, 9255.0, 9254.0, 9243.0, 9239.0, 9237.0, 9237.0, 9269.0, 9249.0, 9287.0, 9231.0, 9266.0, 9215.0, 9240.0, 9224.0, 9240.0, 9226.0, 9254.0, 9213.0, 9274.0, 9214.0, 9298.0, 9209.0, 9238.0, 9205.0, 9238.0, 9189.0, 9257.0, 9218.0, 9196.0, 9207.0, 9229.0, 9254.0, 9233.0, 9255.0, 9232.0, 9228.0, 9258.0, 9248.0, 9250.0, 9254.0, 9253.0, 9267.0, 9243.0, 9264.0, 9261.0, 9268.0, 9279.0, 9250.0, 9248.0, 9246.0, 9258.0, 9223.0, 9212.0, 9268.0, 9239.0, 9254.0, 9247.0, 9248.0, 9273.0, 9263.0, 9257.0, 9241.0, 9252.0, 9233.0, 9232.0, 9239.0, 9230.0, 9241.0, 9226.0, 9236.0, 9209.0, 9209.0, 9208.0, 9232.0, 9228.0, 9271.0, 9247.0, 9245.0, 9227.0, 9237.0, 9226.0, 9239.0, 9225.0, 9224.0, 9253.0, 9251.0, 9253.0, 9275.0, 9253.0, 9293.0, 9275.0, 9302.0, 9276.0, 9252.0, 9188.0, 9224.0, 9205.0, 9224.0, 9220.0, 9238.0, 9228.0, 9231.0, 9209.0, 9210.0, 9226.0, 9216.0, 9261.0, 9233.0, 9244.0, 9226.0, 9266.0, 9236.0, 9256.0, 9230.0, 9229.0, 9240.0, 9235.0, 9290.0, 9229.0, 9289.0, 9248.0, 9281.0, 9243.0, 9247.0, 9209.0, 9231.0, 9209.0, 9261.0, 9225.0, 9261.0, 9255.0, 9234.0, 9209.0, 9205.0, 9209.0, 9210.0, 9278.0, 9251.0, 9289.0, 9254.0, 9240.0, 9239.0, 9230.0, 9216.0, 9238.0, 9280.0, 9263.0, 9274.0, 9258.0, 9321.0, 9258.0, 9302.0, 9255.0, 9284.0, 9257.0, 9298.0, 9271.0, 9256.0, 9271.0, 9264.0, 9240.0, 9231.0, 9280.0, 9261.0, 9293.0, 9217.0, 9257.0, 9212.0, 9253.0, 9247.0, 9275.0, 9274.0, 9274.0, 9232.0, 9227.0, 9230.0, 9245.0, 9292.0, 9265.0, 9257.0, 9257.0, 9251.0, 9271.0, 9228.0, 9289.0, 9229.0, 9284.0, 9281.0, 9240.0, 9267.0, 9220.0, 9264.0, 9239.0, 9316.0, 9285.0, 9304.0, 9257.0, 9249.0, 9251.0, 9250.0, 9258.0, 9232.0, 9240.0, 9250.0, 9240.0, 9296.0, 9266.0, 9281.0, 9264.0, 9267.0, 9243.0, 9266.0, 9215.0, 9270.0, 9236.0, 9229.0, 9237.0, 9263.0, 9245.0, 9241.0, 9230.0, 9279.0, 9272.0, 9285.0, 9257.0, 9268.0, 9271.0, 9274.0, 9307.0, 9309.0, 9291.0, 9258.0, 9241.0, 9253.0, 9283.0, 9274.0, 9278.0, 9251.0, 9277.0, 9249.0, 9259.0, 9299.0, 9231.0, 9271.0, 9214.0, 9305.0, 9237.0, 9292.0, 9238.0, 9214.0, 9258.0, 9216.0, 9241.0, 9249.0, 9239.0, 9253.0, 9264.0, 9220.0, 9269.0, 9249.0, 9253.0, 9203.0, 9231.0, 9198.0, 9299.0, 9296.0, 9216.0, 9226.0, 9230.0, 9278.0, 9262.0, 9276.0, 9259.0, 9315.0, 9243.0, 9260.0, 9232.0, 9284.0, 9259.0, 9272.0, 9270.0, 9305.0, 9258.0, 9277.0, 9243.0, 9235.0, 9235.0, 9306.0, 9304.0, 9273.0, 9272.0, 9299.0, 9249.0, 9323.0, 9273.0, 9281.0, 9271.0, 9286.0, 9315.0, 9316.0, 9305.0, 9291.0, 9250.0, 9286.0, 9249.0, 9289.0, 9287.0, 9281.0, 9258.0, 9251.0, 9245.0, 9242.0, 9256.0, 9245.0, 9291.0, 9246.0, 9272.0, 9259.0, 9288.0, 9283.0, 9309.0, 9250.0, 9357.0, 9260.0, 9313.0, 9260.0, 9263.0, 9257.0, 9257.0, 9256.0, 9235.0, 9257.0, 9246.0, 9261.0, 9247.0, 9287.0, 9301.0, 9261.0, 9297.0, 9252.0, 9268.0, 9239.0, 9293.0, 9306.0, 9331.0, 9236.0, 9277.0, 9235.0, 9252.0, 9231.0, 9252.0, 9276.0, 9279.0, 9233.0, 9246.0, 9234.0, 9255.0, 9262.0, 9274.0, 9266.0, 9304.0, 9252.0, 9269.0, 9236.0, 9277.0, 9271.0, 9256.0, 9270.0, 9314.0, 9287.0, 9279.0, 9285.0, 9271.0, 9251.0, 9248.0, 9273.0, 9271.0, 9292.0, 9300.0, 9303.0, 9295.0, 9306.0, 9296.0, 9253.0, 9318.0, 9243.0, 9292.0, 9245.0, 9316.0, 9253.0, 9289.0, 9263.0, 9272.0, 9237.0, 9298.0, 9209.0, 9222.0, 9285.0, 9244.0, 9260.0, 9247.0, 9255.0, 9257.0, 9279.0, 9269.0, 9277.0, 9248.0, 9259.0, 9275.0, 9275.0, 9236.0, 9290.0, 9246.0, 9274.0, 9234.0, 9232.0, 9242.0, 9267.0, 9240.0, 9240.0, 9217.0, 9241.0, 9248.0, 9192.0, 9254.0, 9244.0, 9273.0, 9279.0, 9291.0, 9318.0, 9318.0, 9300.0, 9306.0, 9280.0, 9298.0, 9296.0, 9296.0, 9288.0, 9265.0, 9279.0, 9273.0, 9276.0, 9279.0, 9258.0, 9266.0, 9261.0, 9265.0, 9259.0, 9231.0, 9239.0, 9247.0, 9270.0, 9283.0, 9264.0, 9241.0, 9254.0, 9243.0, 9249.0, 9194.0, 9263.0, 9204.0, 9227.0, 9161.0, 9218.0, 9229.0, 9236.0, 9256.0, 9270.0, 9234.0, 9253.0, 9222.0, 9242.0, 9256.0, 9281.0, 9257.0, 9302.0, 9238.0, 9256.0, 9267.0, 9273.0, 9283.0, 9310.0, 9290.0, 9301.0, 9248.0, 9283.0, 9258.0, 9296.0, 9268.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.00574228998849252</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.12693657905638667</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>52.40560234521884</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.0650909159331805</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9951618184677425</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5542</td></tr>
|
|
<tr><td colspan=3>fber</td><td>2004.3</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.4489956688593901</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>524</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>60.29919447640967</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7215355655912057</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5954005744844646</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9787580198899652</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5904481023991885</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00604761</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015363303013145924</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.08460758626461029</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.708398498334035</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>11.9734</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>82.6214</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>273.3576</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>77.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>284702.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>1182.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>438.0506</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.6244</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>414.6423</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3332.8075</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3459.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>91842.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1582.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4196.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>734.6407</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>18.510570848942734</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> |