=== 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-0019 --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-0019",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0019_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-0019_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-0019_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-0019/figures/sub-0019_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0019/figures/sub-0019_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-0019/figures/sub-0019_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019/ses-04/func/sub-0019_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>60b0638ed584d53ff22d7dba77465312</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:47:34.245000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.995038, 0.0980108, 0.0171137, -0.0994935, 0.979852, 0.173182]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0834549</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4155, -7777, -7250, 557, 55, -228, 94, -3]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>237.359</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>9a50f674-4632-4129-b8ba-707217147a62||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.669614791870117, -0.2669336497783661, -0.0005529859336093068, 133.8319091796875], [-0.2629557251930237, 2.6288700103759766, 0.46986839175224304, -102.70856475830078], [0.045914798974990845, -0.46463441848754883, 2.6588010787963867, -48.75532150268555], [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': ['154734.245000', '154734.705000', '154735.165000', '154735.625000', '154736.085000', '154736.545000', '154737.005000', '154737.465000', '154737.925000', '154738.385000', '154738.845000', '154739.305000', '154739.765000', '154740.225000', '154740.685000', '154741.145000', '154741.605000', '154742.065000', '154742.525000', '154742.985000', '154743.445000', '154743.905000', '154744.365000', '154744.825000', '154745.285000', '154745.745000', '154746.205000', '154746.665000', '154747.125000', '154747.585000', '154748.045000', '154748.505000', '154748.965000', '154749.425000', '154749.885000', '154750.345000', '154750.805000', '154751.265000', '154751.725000', '154752.185000', '154752.645000', '154753.105000', '154753.565000', '154754.025000', '154754.485000', '154754.945000', '154755.405000', '154755.865000', '154756.325000', '154756.785000', '154757.245000', '154757.705000', '154758.165000', '154758.625000', '154759.085000', '154759.545000', '154800.005000', '154800.465000', '154800.925000', '154801.385000', '154801.845000', '154802.305000', '154802.765000', '154803.225000', '154803.685000', '154804.145000', '154804.605000', '154805.065000', '154805.525000', '154805.985000', '154806.445000', '154806.905000', '154807.365000', '154807.825000', '154808.285000', '154808.745000', '154809.205000', '154809.665000', '154810.125000', '154810.585000', '154811.045000', '154811.505000', '154811.965000', '154812.425000', '154812.885000', '154813.345000', '154813.805000', '154814.265000', '154814.725000', '154815.185000', '154815.645000', '154816.105000', '154816.565000', '154817.025000', '154817.485000', '154817.945000', '154818.405000', '154818.865000', '154819.325000', '154819.785000', '154820.245000', '154820.705000', '154821.165000', '154821.625000', '154822.085000', '154822.545000', '154823.005000', '154823.465000', '154823.925000', '154824.385000', '154824.845000', '154825.305000', '154825.765000', '154826.225000', '154826.685000', '154827.145000', '154827.605000', '154828.065000', '154828.525000', '154828.985000', '154829.445000', '154829.905000', '154830.365000', '154830.825000', '154831.285000', '154831.745000', '154832.205000', '154832.665000', '154833.125000', '154833.585000', '154834.045000', '154834.505000', '154834.965000', '154835.425000', '154835.885000', '154836.345000', '154836.805000', '154837.265000', '154837.725000', '154838.185000', '154838.645000', '154839.105000', '154839.565000', '154840.025000', '154840.485000', '154840.945000', '154841.405000', '154841.865000', '154842.325000', '154842.785000', '154843.245000', '154843.705000', '154844.165000', '154844.625000', '154845.085000', '154845.545000', '154846.005000', '154846.465000', '154846.925000', '154847.385000', '154847.845000', '154848.305000', '154848.765000', '154849.225000', '154849.685000', '154850.145000', '154850.605000', '154851.065000', '154851.525000', '154851.985000', '154852.445000', '154852.905000', '154853.365000', '154853.825000', '154854.285000', '154854.745000', '154855.205000', '154855.665000', '154856.125000', '154856.585000', '154857.045000', '154857.505000', '154857.965000', '154858.425000', '154858.885000', '154859.345000', '154859.805000', '154900.265000', '154900.725000', '154901.185000', '154901.645000', '154902.105000', '154902.565000', '154903.025000', '154903.485000', '154903.945000', '154904.405000', '154904.865000', '154905.325000', '154905.785000', '154906.245000', '154906.705000', '154907.165000', '154907.625000', '154908.085000', '154908.545000', '154909.005000', '154909.465000', '154909.925000', '154910.385000', '154910.845000', '154911.305000', '154911.765000', '154912.225000', '154912.685000', '154913.145000', '154913.605000', '154914.065000', '154914.525000', '154914.985000', '154915.445000', '154915.905000', '154916.365000', '154916.825000', '154917.285000', '154917.745000', '154918.205000', '154918.665000', '154919.125000', '154919.585000', '154920.045000', '154920.505000', '154920.965000', '154921.425000', '154921.885000', '154922.345000', '154922.805000', '154923.265000', '154923.725000', '154924.185000', '154924.645000', '154925.105000', '154925.565000', '154926.025000', '154926.485000', '154926.945000', '154927.405000', '154927.865000', '154928.325000', '154928.785000', '154929.245000', '154929.705000', '154930.165000', '154930.625000', '154931.085000', '154931.545000', '154932.005000', '154932.465000', '154932.925000', '154933.385000', '154933.845000', '154934.305000', '154934.765000', '154935.225000', '154935.685000', '154936.145000', '154936.605000', '154937.065000', '154937.525000', '154937.985000', '154938.445000', '154938.905000', '154939.365000', '154939.825000', '154940.285000', '154940.745000', '154941.205000', '154941.665000', '154942.125000', '154942.585000', '154943.045000', '154943.505000', '154943.965000', '154944.425000', '154944.885000', '154945.345000', '154945.805000', '154946.265000', '154946.725000', '154947.185000', '154947.645000', '154948.105000', '154948.565000', '154949.025000', '154949.485000', '154949.945000', '154950.405000', '154950.865000', '154951.325000', '154951.785000', '154952.245000', '154952.705000', '154953.165000', '154953.625000', '154954.085000', '154954.545000', '154955.005000', '154955.465000', '154955.925000', '154956.385000', '154956.845000', '154957.305000', '154957.765000', '154958.225000', '154958.685000', '154959.145000', '154959.605000', '155000.065000', '155000.525000', '155000.985000', '155001.445000', '155001.905000', '155002.365000', '155002.825000', '155003.285000', '155003.745000', '155004.205000', '155004.665000', '155005.125000', '155005.585000', '155006.045000', '155006.505000', '155006.965000', '155007.425000', '155007.885000', '155008.345000', '155008.805000', '155009.265000', '155009.725000', '155010.185000', '155010.645000', '155011.105000', '155011.565000', '155012.025000', '155012.485000', '155012.945000', '155013.405000', '155013.865000', '155014.325000', '155014.785000', '155015.245000', '155015.705000', '155016.165000', '155016.625000', '155017.085000', '155017.545000', '155018.005000', '155018.465000', '155018.925000', '155019.385000', '155019.845000', '155020.305000', '155020.765000', '155021.225000', '155021.685000', '155022.145000', '155022.605000', '155023.065000', '155023.525000', '155023.985000', '155024.445000', '155024.905000', '155025.365000', '155025.825000', '155026.285000', '155026.745000', '155027.205000', '155027.665000', '155028.125000', '155028.585000', '155029.045000', '155029.505000', '155029.965000', '155030.425000', '155030.885000', '155031.345000', '155031.805000', '155032.265000', '155032.725000', '155033.185000', '155033.645000', '155034.105000', '155034.565000', '155035.025000', '155035.485000', '155035.945000', '155036.405000', '155036.865000', '155037.325000', '155037.785000', '155038.245000', '155038.705000', '155039.165000', '155039.625000', '155040.085000', '155040.545000', '155041.005000', '155041.465000', '155041.925000', '155042.385000', '155042.845000', '155043.305000', '155043.765000', '155044.225000', '155044.685000', '155045.145000', '155045.605000', '155046.065000', '155046.525000', '155046.985000', '155047.445000', '155047.905000', '155048.365000', '155048.825000', '155049.285000', '155049.745000', '155050.205000', '155050.665000', '155051.125000', '155051.585000', '155052.045000', '155052.505000', '155052.965000', '155053.425000', '155053.885000', '155054.345000', '155054.805000', '155055.265000', '155055.725000', '155056.185000', '155056.645000', '155057.105000', '155057.565000', '155058.025000', '155058.485000', '155058.945000', '155059.405000', '155059.865000', '155100.325000', '155100.785000', '155101.245000', '155101.705000', '155102.165000', '155102.625000', '155103.085000', '155103.545000', '155104.005000', '155104.465000', '155104.925000', '155105.385000', '155105.845000', '155106.305000', '155106.765000', '155107.225000', '155107.685000', '155108.145000', '155108.605000', '155109.065000', '155109.525000', '155109.985000', '155110.445000', '155110.905000', '155111.365000', '155111.825000', '155112.285000', '155112.745000', '155113.205000', '155113.665000', '155114.125000', '155114.585000', '155115.045000', '155115.505000', '155115.965000', '155116.425000', '155116.885000', '155117.345000', '155117.805000', '155118.265000', '155118.725000', '155119.185000', '155119.645000', '155120.105000', '155120.565000', '155121.025000', '155121.485000', '155121.945000', '155122.405000', '155122.865000', '155123.325000', '155123.785000', '155124.245000', '155124.705000', '155125.165000', '155125.625000', '155126.085000', '155126.545000', '155127.005000', '155127.465000', '155127.925000', '155128.385000', '155128.845000', '155129.305000', '155129.765000', '155130.225000', '155130.685000', '155131.145000', '155131.605000', '155132.065000', '155132.525000', '155132.985000', '155133.445000', '155133.905000', '155134.365000', '155134.825000', '155135.285000', '155135.745000', '155136.205000', '155136.665000', '155137.125000', '155137.585000', '155138.045000', '155138.505000', '155138.965000', '155139.425000', '155139.885000', '155140.345000', '155140.805000', '155141.265000', '155141.725000', '155142.185000', '155142.645000', '155143.105000', '155143.565000', '155144.025000', '155144.485000', '155144.945000', '155145.405000', '155145.865000', '155146.325000', '155146.785000', '155147.245000', '155147.705000', '155148.165000', '155148.625000', '155149.085000', '155149.545000', '155150.005000', '155150.465000', '155150.925000', '155151.385000', '155151.845000', '155152.305000', '155152.765000', '155153.225000', '155153.685000', '155154.145000', '155154.605000', '155155.065000', '155155.525000', '155155.985000', '155156.445000', '155156.905000', '155157.365000', '155157.825000', '155158.285000', '155158.745000', '155159.205000', '155159.665000', '155200.125000', '155200.585000', '155201.045000', '155201.505000', '155201.965000', '155202.425000', '155202.885000', '155203.345000', '155203.805000', '155204.265000', '155204.725000', '155205.185000', '155205.645000', '155206.105000', '155206.565000', '155207.025000', '155207.485000', '155207.945000', '155208.405000', '155208.865000', '155209.325000', '155209.785000', '155210.245000', '155210.705000', '155211.165000', '155211.625000', '155212.085000', '155212.545000', '155213.005000', '155213.465000', '155213.925000', '155214.385000', '155214.845000', '155215.305000', '155215.765000', '155216.225000', '155216.685000', '155217.145000', '155217.605000', '155218.065000', '155218.525000', '155218.985000', '155219.445000', '155219.905000', '155220.365000', '155220.825000', '155221.285000', '155221.745000', '155222.205000', '155222.665000', '155223.125000', '155223.585000', '155224.045000', '155224.505000', '155224.965000', '155225.425000', '155225.885000', '155226.345000', '155226.805000', '155227.265000', '155227.725000', '155228.185000', '155228.645000', '155229.105000', '155229.565000', '155230.025000', '155230.485000', '155230.945000', '155231.405000', '155231.865000', '155232.325000', '155232.785000', '155233.245000', '155233.705000', '155234.165000', '155234.625000', '155235.085000', '155235.545000', '155236.005000', '155236.465000', '155236.925000', '155237.385000', '155237.845000', '155238.305000', '155238.765000', '155239.225000', '155239.685000', '155240.145000', '155240.605000', '155241.065000', '155241.525000', '155241.985000', '155242.445000', '155242.905000', '155243.365000', '155243.825000', '155244.285000', '155244.745000', '155245.205000', '155245.665000', '155246.125000', '155246.585000', '155247.045000', '155247.505000', '155247.965000', '155248.425000', '155248.885000', '155249.345000', '155249.805000', '155250.265000', '155250.725000', '155251.185000', '155251.645000', '155252.105000', '155252.565000', '155253.025000', '155253.485000', '155253.945000', '155254.405000', '155254.865000', '155255.325000', '155255.785000', '155256.245000', '155256.705000', '155257.165000', '155257.625000', '155258.085000', '155258.545000', '155259.005000', '155259.465000', '155259.925000', '155300.385000', '155300.845000', '155301.305000', '155301.765000', '155302.225000', '155302.685000', '155303.145000', '155303.605000', '155304.065000', '155304.525000', '155304.985000', '155305.445000', '155305.905000', '155306.365000', '155306.825000', '155307.285000', '155307.745000', '155308.205000', '155308.665000', '155309.125000', '155309.585000', '155310.045000', '155310.505000', '155310.965000', '155311.425000', '155311.885000', '155312.345000', '155312.805000', '155313.265000', '155313.725000', '155314.185000', '155314.645000', '155315.105000', '155315.565000', '155316.025000', '155316.485000', '155316.945000', '155317.405000', '155317.865000', '155318.325000', '155318.785000', '155319.245000', '155319.705000', '155320.165000', '155320.625000', '155321.085000', '155321.545000', '155322.005000', '155322.465000', '155322.925000', '155323.385000', '155323.845000', '155324.305000', '155324.765000', '155325.225000', '155325.685000', '155326.145000', '155326.605000', '155327.065000', '155327.525000', '155327.985000', '155328.445000', '155328.905000', '155329.365000', '155329.825000', '155330.285000', '155330.745000', '155331.205000', '155331.665000', '155332.125000', '155332.585000', '155333.045000', '155333.505000', '155333.965000', '155334.425000', '155334.885000', '155335.345000', '155335.805000', '155336.265000', '155336.725000', '155337.185000', '155337.645000', '155338.105000', '155338.565000', '155339.025000', '155339.485000', '155339.945000', '155340.405000', '155340.865000', '155341.325000', '155341.785000', '155342.245000', '155342.705000', '155343.165000', '155343.625000', '155344.085000', '155344.545000', '155345.005000', '155345.465000', '155345.925000', '155346.385000', '155346.845000', '155347.305000', '155347.765000', '155348.225000', '155348.685000', '155349.145000', '155349.605000', '155350.065000', '155350.525000', '155350.985000', '155351.445000', '155351.905000', '155352.365000', '155352.825000', '155353.285000', '155353.745000', '155354.205000', '155354.665000', '155355.125000', '155355.585000', '155356.045000', '155356.505000', '155356.965000', '155357.425000', '155357.885000', '155358.345000', '155358.805000', '155359.265000', '155359.725000', '155400.185000', '155400.645000', '155401.105000', '155401.565000', '155402.025000', '155402.485000', '155402.945000', '155403.405000', '155403.865000', '155404.325000', '155404.785000', '155405.245000', '155405.705000', '155406.165000', '155406.625000', '155407.085000', '155407.545000', '155408.005000', '155408.465000', '155408.925000', '155409.385000', '155409.845000', '155410.305000', '155410.765000', '155411.225000', '155411.685000', '155412.145000', '155412.605000', '155413.065000', '155413.525000', '155413.985000', '155414.445000', '155414.905000'], 'ContentTime': ['154743.946000', '154743.949000', '154743.953000', '154743.955000', '154743.958000', '154743.961000', '154743.964000', '154743.967000', '154743.970000', '154743.972000', '154743.975000', '154743.978000', '154743.981000', '154743.984000', '154743.987000', '154743.990000', '154743.995000', '154744.000000', '154744.012000', '154744.015000', '154803.913000', '154803.916000', '154803.919000', '154803.922000', '154803.924000', '154803.927000', '154803.930000', '154803.933000', '154803.936000', '154803.939000', '154803.941000', '154803.944000', '154803.947000', '154803.950000', '154803.953000', '154803.955000', '154803.958000', '154803.961000', '154803.964000', '154803.967000', '154803.969000', '154803.978000', '154803.981000', '154803.984000', '154803.987000', '154803.990000', '154803.993000', '154803.995000', '154803.998000', '154804.002000', '154804.005000', '154804.008000', '154804.011000', '154804.013000', '154804.016000', '154804.019000', '154804.022000', '154804.025000', '154804.028000', '154804.030000', '154804.033000', '154804.036000', '154804.039000', '154804.042000', '154823.913000', '154823.916000', '154823.919000', '154823.922000', '154823.924000', '154823.927000', '154823.930000', '154823.933000', '154823.936000', '154823.939000', '154823.941000', '154823.944000', '154823.947000', '154823.950000', '154823.953000', '154823.956000', '154823.958000', '154823.961000', '154823.964000', '154823.967000', '154823.970000', '154823.973000', '154823.975000', '154823.978000', '154823.981000', '154823.984000', '154823.987000', '154823.989000', '154823.992000', '154823.995000', '154823.998000', '154824.002000', '154824.008000', '154824.011000', '154824.014000', '154824.016000', '154824.019000', '154824.022000', '154824.025000', '154824.028000', '154824.030000', '154824.033000', '154824.036000', '154843.913000', '154843.916000', '154843.919000', '154843.922000', '154843.924000', '154843.927000', '154843.935000', '154843.938000', '154843.941000', '154843.944000', '154843.946000', '154843.949000', '154843.952000', '154843.955000', '154843.958000', '154843.961000', '154843.963000', '154843.966000', '154843.969000', '154843.972000', '154843.975000', '154843.978000', '154843.980000', '154843.983000', '154843.986000', '154843.989000', '154843.992000', '154843.995000', '154843.998000', '154844.001000', '154844.004000', '154844.007000', '154844.010000', '154844.013000', '154844.016000', '154844.018000', '154844.021000', '154844.024000', '154844.027000', '154844.030000', '154844.032000', '154844.035000', '154844.038000', '154844.041000', '154903.913000', '154903.916000', '154903.919000', '154903.922000', '154903.924000', '154903.927000', '154903.930000', '154903.933000', '154903.936000', '154903.939000', '154903.941000', '154903.944000', '154903.947000', '154903.950000', '154903.953000', '154903.955000', '154903.960000', '154903.963000', '154903.966000', '154903.969000', '154903.972000', '154903.975000', '154903.977000', '154903.980000', '154903.983000', '154903.986000', '154903.989000', '154903.992000', '154903.994000', '154903.997000', '154904.001000', '154904.004000', '154904.017000', '154904.020000', '154904.022000', '154904.025000', '154904.028000', '154904.031000', '154904.034000', '154904.038000', '154904.041000', '154904.045000', '154904.048000', '154923.913000', '154923.916000', '154923.919000', '154923.922000', '154923.925000', '154923.928000', '154923.930000', '154923.933000', '154923.936000', '154923.939000', '154923.942000', '154923.945000', '154923.947000', '154923.950000', '154923.953000', '154923.956000', '154923.959000', '154923.962000', '154923.964000', '154923.967000', '154923.970000', '154923.973000', '154923.976000', '154923.979000', '154923.981000', '154923.984000', '154923.987000', '154923.990000', '154923.993000', '154923.996000', '154924.000000', '154924.003000', '154924.005000', '154924.008000', '154924.011000', '154924.014000', '154924.017000', '154924.020000', '154924.022000', '154924.025000', '154924.028000', '154924.031000', '154924.034000', '154924.036000', '154943.913000', '154943.916000', '154943.919000', '154943.922000', '154943.925000', '154943.927000', '154943.930000', '154943.933000', '154943.936000', '154943.939000', '154943.941000', '154943.944000', '154943.947000', '154943.950000', '154943.953000', '154943.956000', '154943.959000', '154943.962000', '154943.964000', '154943.967000', '154943.970000', '154943.973000', '154943.976000', '154943.979000', '154943.981000', '154943.984000', '154943.987000', '154943.990000', '154943.993000', '154943.996000', '154943.998000', '154944.002000', '154944.005000', '154944.008000', '154944.011000', '154944.014000', '154944.017000', '154944.019000', '154944.022000', '154944.025000', '154944.028000', '154944.031000', '154944.034000', '155003.913000', '155003.916000', '155003.919000', '155003.922000', '155003.924000', '155003.927000', '155003.930000', '155003.933000', '155003.936000', '155003.939000', '155003.941000', '155003.944000', '155003.947000', '155003.950000', '155003.953000', '155003.956000', '155003.958000', '155003.961000', '155003.964000', '155003.967000', '155003.970000', '155003.973000', '155003.976000', '155003.978000', '155003.981000', '155003.984000', '155003.987000', '155003.990000', '155003.993000', '155003.996000', '155003.998000', '155004.002000', '155004.005000', '155004.008000', '155004.011000', '155004.014000', '155004.016000', '155004.019000', '155004.022000', '155004.026000', '155004.029000', '155004.032000', '155004.034000', '155004.037000', '155023.913000', '155023.916000', '155023.919000', '155023.922000', '155023.925000', '155023.927000', '155023.930000', '155023.933000', '155023.936000', '155023.939000', '155023.942000', '155023.944000', '155023.947000', '155023.950000', '155023.953000', '155023.956000', '155023.959000', '155023.962000', '155023.964000', '155023.967000', '155023.970000', '155023.981000', '155023.984000', '155023.987000', '155023.990000', '155023.993000', '155023.995000', '155024.000000', '155024.004000', '155024.007000', '155024.009000', '155024.012000', '155024.015000', '155024.018000', '155024.021000', '155024.024000', '155024.026000', '155024.029000', '155024.032000', '155024.035000', '155024.038000', '155024.041000', '155024.043000', '155043.913000', '155043.916000', '155043.919000', '155043.922000', '155043.924000', '155043.927000', '155043.930000', '155043.933000', '155043.936000', '155043.939000', '155043.942000', '155043.944000', '155043.947000', '155043.950000', '155043.959000', '155043.963000', '155043.966000', '155043.969000', '155043.971000', '155043.974000', '155043.977000', '155043.980000', '155043.983000', '155043.986000', '155043.989000', '155043.991000', '155043.994000', '155043.997000', '155044.001000', '155044.004000', '155044.007000', '155044.010000', '155044.013000', '155044.015000', '155044.018000', '155044.021000', '155044.024000', '155044.027000', '155044.030000', '155044.033000', '155044.035000', '155044.038000', '155044.041000', '155044.044000', '155103.913000', '155103.916000', '155103.919000', '155103.922000', '155103.925000', '155103.927000', '155103.930000', '155103.933000', '155103.936000', '155103.939000', '155103.942000', '155103.945000', '155103.948000', '155103.950000', '155103.953000', '155103.956000', '155103.960000', '155103.963000', '155103.966000', '155103.969000', '155103.972000', '155103.975000', '155103.978000', '155103.980000', '155103.983000', '155103.986000', '155103.989000', '155103.992000', '155103.995000', '155103.998000', '155104.001000', '155104.004000', '155104.007000', '155104.010000', '155104.013000', '155104.016000', '155104.018000', '155104.021000', '155104.024000', '155104.027000', '155104.030000', '155104.033000', '155104.036000', '155123.913000', '155123.916000', '155123.919000', '155123.922000', '155123.925000', '155123.927000', '155123.930000', '155123.933000', '155123.936000', '155123.943000', '155123.946000', '155123.949000', '155123.952000', '155123.955000', '155123.957000', '155123.960000', '155123.963000', '155123.966000', '155123.969000', '155123.972000', '155123.974000', '155123.977000', '155123.980000', '155123.983000', '155123.986000', '155123.989000', '155123.992000', '155123.994000', '155123.997000', '155124.001000', '155124.004000', '155124.007000', '155124.010000', '155124.013000', '155124.015000', '155124.018000', '155124.021000', '155124.024000', '155124.027000', '155124.030000', '155124.032000', '155124.035000', '155124.038000', '155124.041000', '155143.913000', '155143.916000', '155143.919000', '155143.922000', '155143.924000', '155143.927000', '155143.930000', '155143.933000', '155143.936000', '155143.939000', '155143.941000', '155143.944000', '155143.947000', '155143.950000', '155143.953000', '155143.956000', '155143.959000', '155143.961000', '155143.964000', '155143.967000', '155143.970000', '155143.973000', '155143.976000', '155143.979000', '155143.981000', '155143.984000', '155143.987000', '155143.990000', '155143.993000', '155143.996000', '155144.000000', '155144.003000', '155144.013000', '155144.016000', '155144.019000', '155144.022000', '155144.025000', '155144.028000', '155144.030000', '155144.033000', '155144.037000', '155144.040000', '155144.043000', '155203.913000', '155203.916000', '155203.919000', '155203.921000', '155203.924000', '155203.927000', '155203.930000', '155203.933000', '155203.936000', '155203.938000', '155203.941000', '155203.944000', '155203.947000', '155203.950000', '155203.953000', '155203.956000', '155203.958000', '155203.961000', '155203.964000', '155203.967000', '155203.970000', '155203.973000', '155203.975000', '155203.978000', '155203.981000', '155203.984000', '155203.987000', '155203.990000', '155203.993000', '155203.996000', '155203.998000', '155204.003000', '155204.006000', '155204.009000', '155204.012000', '155204.015000', '155204.018000', '155204.020000', '155204.023000', '155204.038000', '155204.040000', '155204.043000', '155204.046000', '155204.049000', '155223.914000', '155223.917000', '155223.920000', '155223.923000', '155223.925000', '155223.928000', '155223.931000', '155223.934000', '155223.937000', '155223.940000', '155223.943000', '155223.946000', '155223.948000', '155223.951000', '155223.954000', '155223.957000', '155223.960000', '155223.963000', '155223.966000', '155223.968000', '155223.971000', '155223.974000', '155223.977000', '155223.980000', '155223.983000', '155223.986000', '155223.989000', '155223.991000', '155223.994000', '155223.997000', '155224.000000', '155224.003000', '155224.006000', '155224.008000', '155224.011000', '155224.014000', '155224.017000', '155224.020000', '155224.023000', '155224.026000', '155224.028000', '155224.031000', '155224.034000', '155243.913000', '155243.916000', '155243.919000', '155243.922000', '155243.924000', '155243.927000', '155243.930000', '155243.933000', '155243.936000', '155243.939000', '155243.942000', '155243.945000', '155243.948000', '155243.950000', '155243.953000', '155243.956000', '155243.959000', '155243.962000', '155243.965000', '155243.967000', '155243.970000', '155243.973000', '155243.976000', '155243.979000', '155243.982000', '155243.985000', '155243.988000', '155243.990000', '155243.993000', '155243.996000', '155244.000000', '155244.003000', '155244.006000', '155244.009000', '155244.012000', '155244.014000', '155244.017000', '155244.020000', '155244.023000', '155244.026000', '155244.029000', '155244.032000', '155244.034000', '155303.913000', '155303.916000', '155303.919000', '155303.922000', '155303.925000', '155303.927000', '155303.930000', '155303.933000', '155303.936000', '155303.939000', '155303.942000', '155303.945000', '155303.947000', '155303.950000', '155303.953000', '155303.956000', '155303.959000', '155303.962000', '155303.965000', '155303.967000', '155303.970000', '155303.973000', '155303.976000', '155303.979000', '155303.982000', '155303.985000', '155303.988000', '155303.991000', '155303.994000', '155303.996000', '155304.000000', '155304.003000', '155304.006000', '155304.009000', '155304.012000', '155304.014000', '155304.017000', '155304.020000', '155304.023000', '155304.026000', '155304.029000', '155304.032000', '155304.034000', '155304.037000', '155323.913000', '155323.917000', '155323.920000', '155323.922000', '155323.925000', '155323.928000', '155323.931000', '155323.934000', '155323.937000', '155323.940000', '155323.942000', '155323.945000', '155323.948000', '155323.951000', '155323.954000', '155323.957000', '155323.960000', '155323.963000', '155323.965000', '155323.968000', '155323.971000', '155323.974000', '155323.977000', '155323.980000', '155323.983000', '155323.985000', '155323.988000', '155323.991000', '155323.994000', '155323.997000', '155324.001000', '155324.004000', '155324.006000', '155324.009000', '155324.012000', '155324.015000', '155324.018000', '155324.021000', '155324.024000', '155324.027000', '155324.029000', '155324.032000', '155324.035000', '155343.914000', '155343.918000', '155343.920000', '155343.923000', '155343.926000', '155343.929000', '155343.942000', '155343.945000', '155343.948000', '155343.951000', '155343.954000', '155343.956000', '155343.959000', '155343.962000', '155343.972000', '155343.975000', '155343.978000', '155343.981000', '155343.983000', '155343.986000', '155343.989000', '155343.992000', '155343.995000', '155343.998000', '155344.002000', '155344.004000', '155344.007000', '155344.010000', '155344.013000', '155344.016000', '155344.019000', '155344.021000', '155344.024000', '155344.027000', '155344.030000', '155344.033000', '155344.036000', '155344.039000', '155344.041000', '155344.044000', '155344.047000', '155344.050000', '155344.053000', '155344.056000', '155403.913000', '155403.916000', '155403.919000', '155403.922000', '155403.925000', '155403.928000', '155403.931000', '155403.935000', '155403.939000', '155403.942000', '155403.944000', '155403.947000', '155403.950000', '155403.953000', '155403.956000', '155403.959000', '155403.962000', '155403.964000', '155403.967000', '155403.970000', '155403.973000', '155403.976000', '155403.979000', '155403.982000', '155403.984000', '155403.987000', '155403.990000', '155403.993000', '155403.996000', '155404.000000', '155404.003000', '155404.005000', '155404.008000', '155404.011000', '155404.014000', '155404.017000', '155404.020000', '155404.023000', '155404.025000', '155404.028000', '155404.031000', '155404.034000', '155404.037000', '155415.506000', '155415.509000', '155415.512000', '155415.516000', '155415.519000', '155415.522000', '155415.525000', '155415.528000', '155415.531000', '155415.534000', '155415.537000', '155415.540000', '155415.543000', '155415.546000', '155415.549000', '155415.552000', '155415.555000', '155415.558000', '155415.560000', '155415.563000', '155415.566000', '155415.569000', '155415.572000', '155415.575000', '155415.578000', '155415.581000'], 'InstanceCreationTime': ['154743.946000', '154743.949000', '154743.953000', '154743.955000', '154743.958000', '154743.961000', '154743.964000', '154743.967000', '154743.970000', '154743.972000', '154743.975000', '154743.978000', '154743.981000', '154743.984000', '154743.987000', '154743.990000', '154743.995000', '154744.000000', '154744.012000', '154744.015000', '154803.913000', '154803.916000', '154803.919000', '154803.922000', '154803.924000', '154803.927000', '154803.930000', '154803.933000', '154803.936000', '154803.939000', '154803.941000', '154803.944000', '154803.947000', '154803.950000', '154803.953000', '154803.955000', '154803.958000', '154803.961000', '154803.964000', '154803.967000', '154803.969000', '154803.978000', '154803.981000', '154803.984000', '154803.987000', '154803.990000', '154803.993000', '154803.995000', '154803.998000', '154804.002000', '154804.005000', '154804.008000', '154804.011000', '154804.013000', '154804.016000', '154804.019000', '154804.022000', '154804.025000', '154804.028000', '154804.030000', '154804.033000', '154804.036000', '154804.039000', '154804.042000', '154823.913000', '154823.916000', '154823.919000', '154823.922000', '154823.924000', '154823.927000', '154823.930000', '154823.933000', '154823.936000', '154823.939000', '154823.941000', '154823.944000', '154823.947000', '154823.950000', '154823.953000', '154823.956000', '154823.958000', '154823.961000', '154823.964000', '154823.967000', '154823.970000', '154823.973000', '154823.975000', '154823.978000', '154823.981000', '154823.984000', '154823.987000', '154823.989000', '154823.992000', '154823.995000', '154823.998000', '154824.002000', '154824.008000', '154824.011000', '154824.014000', '154824.016000', '154824.019000', '154824.022000', '154824.025000', '154824.028000', '154824.030000', '154824.033000', '154824.036000', '154843.913000', '154843.916000', '154843.919000', '154843.922000', '154843.924000', '154843.927000', '154843.935000', '154843.938000', '154843.941000', '154843.944000', '154843.946000', '154843.949000', '154843.952000', '154843.955000', '154843.958000', '154843.961000', '154843.963000', '154843.966000', '154843.969000', '154843.972000', '154843.975000', '154843.978000', '154843.980000', '154843.983000', '154843.986000', '154843.989000', '154843.992000', '154843.995000', '154843.998000', '154844.001000', '154844.004000', '154844.007000', '154844.010000', '154844.013000', '154844.016000', '154844.018000', '154844.021000', '154844.024000', '154844.027000', '154844.030000', '154844.032000', '154844.035000', '154844.038000', '154844.041000', '154903.913000', '154903.916000', '154903.919000', '154903.922000', '154903.924000', '154903.927000', '154903.930000', '154903.933000', '154903.936000', '154903.939000', '154903.941000', '154903.944000', '154903.947000', '154903.950000', '154903.953000', '154903.955000', '154903.960000', '154903.963000', '154903.966000', '154903.969000', '154903.972000', '154903.975000', '154903.977000', '154903.980000', '154903.983000', '154903.986000', '154903.989000', '154903.992000', '154903.994000', '154903.997000', '154904.001000', '154904.004000', '154904.017000', '154904.020000', '154904.022000', '154904.025000', '154904.028000', '154904.031000', '154904.034000', '154904.038000', '154904.041000', '154904.045000', '154904.048000', '154923.913000', '154923.916000', '154923.919000', '154923.922000', '154923.925000', '154923.928000', '154923.930000', '154923.933000', '154923.936000', '154923.939000', '154923.942000', '154923.945000', '154923.947000', '154923.950000', '154923.953000', '154923.956000', '154923.959000', '154923.962000', '154923.964000', '154923.967000', '154923.970000', '154923.973000', '154923.976000', '154923.979000', '154923.981000', '154923.984000', '154923.987000', '154923.990000', '154923.993000', '154923.996000', '154924.000000', '154924.003000', '154924.005000', '154924.008000', '154924.011000', '154924.014000', '154924.017000', '154924.020000', '154924.022000', '154924.025000', '154924.028000', '154924.031000', '154924.034000', '154924.036000', '154943.913000', '154943.916000', '154943.919000', '154943.922000', '154943.925000', '154943.927000', '154943.930000', '154943.933000', '154943.936000', '154943.939000', '154943.941000', '154943.944000', '154943.947000', '154943.950000', '154943.953000', '154943.956000', '154943.959000', '154943.962000', '154943.964000', '154943.967000', '154943.970000', '154943.973000', '154943.976000', '154943.979000', '154943.981000', '154943.984000', '154943.987000', '154943.990000', '154943.993000', '154943.996000', '154943.998000', '154944.002000', '154944.005000', '154944.008000', '154944.011000', '154944.014000', '154944.017000', '154944.019000', '154944.022000', '154944.025000', '154944.028000', '154944.031000', '154944.034000', '155003.913000', '155003.916000', '155003.919000', '155003.922000', '155003.924000', '155003.927000', '155003.930000', '155003.933000', '155003.936000', '155003.939000', '155003.941000', '155003.944000', '155003.947000', '155003.950000', '155003.953000', '155003.956000', '155003.958000', '155003.961000', '155003.964000', '155003.967000', '155003.970000', '155003.973000', '155003.976000', '155003.978000', '155003.981000', '155003.984000', '155003.987000', '155003.990000', '155003.993000', '155003.996000', '155003.998000', '155004.002000', '155004.005000', '155004.008000', '155004.011000', '155004.014000', '155004.016000', '155004.019000', '155004.022000', '155004.026000', '155004.029000', '155004.032000', '155004.034000', '155004.037000', '155023.913000', '155023.916000', '155023.919000', '155023.922000', '155023.925000', '155023.927000', '155023.930000', '155023.933000', '155023.936000', '155023.939000', '155023.942000', '155023.944000', '155023.947000', '155023.950000', '155023.953000', '155023.956000', '155023.959000', '155023.962000', '155023.964000', '155023.967000', '155023.970000', '155023.981000', '155023.984000', '155023.987000', '155023.990000', '155023.993000', '155023.995000', '155024.000000', '155024.004000', '155024.007000', '155024.009000', '155024.012000', '155024.015000', '155024.018000', '155024.021000', '155024.024000', '155024.026000', '155024.029000', '155024.032000', '155024.035000', '155024.038000', '155024.041000', '155024.043000', '155043.913000', '155043.916000', '155043.919000', '155043.922000', '155043.924000', '155043.927000', '155043.930000', '155043.933000', '155043.936000', '155043.939000', '155043.942000', '155043.944000', '155043.947000', '155043.950000', '155043.959000', '155043.963000', '155043.966000', '155043.969000', '155043.971000', '155043.974000', '155043.977000', '155043.980000', '155043.983000', '155043.986000', '155043.989000', '155043.991000', '155043.994000', '155043.997000', '155044.001000', '155044.004000', '155044.007000', '155044.010000', '155044.013000', '155044.015000', '155044.018000', '155044.021000', '155044.024000', '155044.027000', '155044.030000', '155044.033000', '155044.035000', '155044.038000', '155044.041000', '155044.044000', '155103.913000', '155103.916000', '155103.919000', '155103.922000', '155103.925000', '155103.927000', '155103.930000', '155103.933000', '155103.936000', '155103.939000', '155103.942000', '155103.945000', '155103.948000', '155103.950000', '155103.953000', '155103.956000', '155103.960000', '155103.963000', '155103.966000', '155103.969000', '155103.972000', '155103.975000', '155103.978000', '155103.980000', '155103.983000', '155103.986000', '155103.989000', '155103.992000', '155103.995000', '155103.998000', '155104.001000', '155104.004000', '155104.007000', '155104.010000', '155104.013000', '155104.016000', '155104.018000', '155104.021000', '155104.024000', '155104.027000', '155104.030000', '155104.033000', '155104.036000', '155123.913000', '155123.916000', '155123.919000', '155123.922000', '155123.925000', '155123.927000', '155123.930000', '155123.933000', '155123.936000', '155123.943000', '155123.946000', '155123.949000', '155123.952000', '155123.955000', '155123.957000', '155123.960000', '155123.963000', '155123.966000', '155123.969000', '155123.972000', '155123.974000', '155123.977000', '155123.980000', '155123.983000', '155123.986000', '155123.989000', '155123.992000', '155123.994000', '155123.997000', '155124.001000', '155124.004000', '155124.007000', '155124.010000', '155124.013000', '155124.015000', '155124.018000', '155124.021000', '155124.024000', '155124.027000', '155124.030000', '155124.032000', '155124.035000', '155124.038000', '155124.041000', '155143.913000', '155143.916000', '155143.919000', '155143.922000', '155143.924000', '155143.927000', '155143.930000', '155143.933000', '155143.936000', '155143.939000', '155143.941000', '155143.944000', '155143.947000', '155143.950000', '155143.953000', '155143.956000', '155143.959000', '155143.961000', '155143.964000', '155143.967000', '155143.970000', '155143.973000', '155143.976000', '155143.979000', '155143.981000', '155143.984000', '155143.987000', '155143.990000', '155143.993000', '155143.996000', '155144.000000', '155144.003000', '155144.013000', '155144.016000', '155144.019000', '155144.022000', '155144.025000', '155144.028000', '155144.030000', '155144.033000', '155144.037000', '155144.040000', '155144.043000', '155203.913000', '155203.916000', '155203.919000', '155203.921000', '155203.924000', '155203.927000', '155203.930000', '155203.933000', '155203.936000', '155203.938000', '155203.941000', '155203.944000', '155203.947000', '155203.950000', '155203.953000', '155203.956000', '155203.958000', '155203.961000', '155203.964000', '155203.967000', '155203.970000', '155203.973000', '155203.975000', '155203.978000', '155203.981000', '155203.984000', '155203.987000', '155203.990000', '155203.993000', '155203.996000', '155203.998000', '155204.003000', '155204.006000', '155204.009000', '155204.012000', '155204.015000', '155204.018000', '155204.020000', '155204.023000', '155204.038000', '155204.040000', '155204.043000', '155204.046000', '155204.049000', '155223.914000', '155223.917000', '155223.920000', '155223.923000', '155223.925000', '155223.928000', '155223.931000', '155223.934000', '155223.937000', '155223.940000', '155223.943000', '155223.946000', '155223.948000', '155223.951000', '155223.954000', '155223.957000', '155223.960000', '155223.963000', '155223.966000', '155223.968000', '155223.971000', '155223.974000', '155223.977000', '155223.980000', '155223.983000', '155223.986000', '155223.989000', '155223.991000', '155223.994000', '155223.997000', '155224.000000', '155224.003000', '155224.006000', '155224.008000', '155224.011000', '155224.014000', '155224.017000', '155224.020000', '155224.023000', '155224.026000', '155224.028000', '155224.031000', '155224.034000', '155243.913000', '155243.916000', '155243.919000', '155243.922000', '155243.924000', '155243.927000', '155243.930000', '155243.933000', '155243.936000', '155243.939000', '155243.942000', '155243.945000', '155243.948000', '155243.950000', '155243.953000', '155243.956000', '155243.959000', '155243.962000', '155243.965000', '155243.967000', '155243.970000', '155243.973000', '155243.976000', '155243.979000', '155243.982000', '155243.985000', '155243.988000', '155243.990000', '155243.993000', '155243.996000', '155244.000000', '155244.003000', '155244.006000', '155244.009000', '155244.012000', '155244.014000', '155244.017000', '155244.020000', '155244.023000', '155244.026000', '155244.029000', '155244.032000', '155244.034000', '155303.913000', '155303.916000', '155303.919000', '155303.922000', '155303.925000', '155303.927000', '155303.930000', '155303.933000', '155303.936000', '155303.939000', '155303.942000', '155303.945000', '155303.947000', '155303.950000', '155303.953000', '155303.956000', '155303.959000', '155303.962000', '155303.965000', '155303.967000', '155303.970000', '155303.973000', '155303.976000', '155303.979000', '155303.982000', '155303.985000', '155303.988000', '155303.991000', '155303.994000', '155303.996000', '155304.000000', '155304.003000', '155304.006000', '155304.009000', '155304.012000', '155304.014000', '155304.017000', '155304.020000', '155304.023000', '155304.026000', '155304.029000', '155304.032000', '155304.034000', '155304.037000', '155323.913000', '155323.917000', '155323.920000', '155323.922000', '155323.925000', '155323.928000', '155323.931000', '155323.934000', '155323.937000', '155323.940000', '155323.942000', '155323.945000', '155323.948000', '155323.951000', '155323.954000', '155323.957000', '155323.960000', '155323.963000', '155323.965000', '155323.968000', '155323.971000', '155323.974000', '155323.977000', '155323.980000', '155323.983000', '155323.985000', '155323.988000', '155323.991000', '155323.994000', '155323.997000', '155324.001000', '155324.004000', '155324.006000', '155324.009000', '155324.012000', '155324.015000', '155324.018000', '155324.021000', '155324.024000', '155324.027000', '155324.029000', '155324.032000', '155324.035000', '155343.914000', '155343.918000', '155343.920000', '155343.923000', '155343.926000', '155343.929000', '155343.942000', '155343.945000', '155343.948000', '155343.951000', '155343.954000', '155343.956000', '155343.959000', '155343.962000', '155343.972000', '155343.975000', '155343.978000', '155343.981000', '155343.983000', '155343.986000', '155343.989000', '155343.992000', '155343.995000', '155343.998000', '155344.002000', '155344.004000', '155344.007000', '155344.010000', '155344.013000', '155344.016000', '155344.019000', '155344.021000', '155344.024000', '155344.027000', '155344.030000', '155344.033000', '155344.036000', '155344.039000', '155344.041000', '155344.044000', '155344.047000', '155344.050000', '155344.053000', '155344.056000', '155403.913000', '155403.916000', '155403.919000', '155403.922000', '155403.925000', '155403.928000', '155403.931000', '155403.935000', '155403.939000', '155403.942000', '155403.944000', '155403.947000', '155403.950000', '155403.953000', '155403.956000', '155403.959000', '155403.962000', '155403.964000', '155403.967000', '155403.970000', '155403.973000', '155403.976000', '155403.979000', '155403.982000', '155403.984000', '155403.987000', '155403.990000', '155403.993000', '155403.996000', '155404.000000', '155404.003000', '155404.005000', '155404.008000', '155404.011000', '155404.014000', '155404.017000', '155404.020000', '155404.023000', '155404.025000', '155404.028000', '155404.031000', '155404.034000', '155404.037000', '155415.506000', '155415.509000', '155415.512000', '155415.516000', '155415.519000', '155415.522000', '155415.525000', '155415.528000', '155415.531000', '155415.534000', '155415.537000', '155415.540000', '155415.543000', '155415.546000', '155415.549000', '155415.552000', '155415.555000', '155415.558000', '155415.560000', '155415.563000', '155415.566000', '155415.569000', '155415.572000', '155415.575000', '155415.578000', '155415.581000'], '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': [10736, 10599, 8955, 13343, 8905, 11702, 9014, 12352, 9083, 13029, 9102, 8800, 8878, 8648, 10870, 9025, 12557, 8776, 9398, 8915, 8436, 10706, 8787, 13289, 8998, 13488, 9061, 13355, 8991, 13084, 10003, 8817, 9065, 8749, 10055, 8878, 12053, 8828, 12959, 8822, 8523, 9008, 8881, 11341, 8876, 13635, 9099, 13398, 9175, 12048, 10011, 12148, 9549, 8764, 11905, 8810, 12632, 8882, 12998, 9053, 12778, 8618, 12631, 8807, 11579, 8861, 9544, 9007, 8419, 9949, 8866, 11240, 8946, 12319, 8992, 13902, 8862, 11288, 8807, 10176, 8881, 8494, 10736, 8806, 11734, 8698, 12998, 8875, 14635, 9248, 9315, 9052, 8499, 10620, 8673, 12056, 8963, 13694, 8751, 12257, 8896, 11210, 9601, 8534, 11938, 8625, 12815, 8828, 13639, 9120, 14037, 10366, 8418, 10160, 8718, 11785, 8841, 13420, 8692, 14056, 8682, 12567, 8808, 13495, 9069, 15545, 9578, 8570, 9022, 8494, 10663, 8803, 14106, 8803, 9979, 8822, 8271, 10357, 8494, 14170, 8962, 13325, 8926, 14000, 9014, 15219, 10584, 11023, 9185, 8575, 10084, 8459, 13147, 8845, 13178, 8563, 11192, 8909, 8669, 10755, 8613, 12129, 8970, 13410, 8999, 14630, 10641, 8549, 8954, 8781, 11201, 8773, 13901, 9906, 16050, 9174, 9490, 9113, 8334, 10707, 8485, 13895, 8801, 13261, 9019, 11429, 9285, 8227, 11233, 8764, 11880, 8918, 13004, 9208, 10764, 10298, 8538, 11387, 8708, 12918, 8866, 14787, 11392, 8306, 10520, 8716, 11995, 8724, 14828, 9022, 10185, 9228, 8349, 10678, 8691, 13304, 8969, 14018, 8841, 14652, 9887, 10234, 10824, 8515, 10835, 8801, 12159, 9087, 8508, 8843, 8822, 8211, 8991, 8972, 15967, 12353, 15673, 13526, 13986, 11777, 9966, 12986, 8971, 13761, 9026, 11587, 8904, 9735, 8818, 8387, 9031, 8604, 11186, 8934, 13193, 8724, 15005, 9673, 12408, 9339, 8194, 9421, 8596, 12239, 8684, 13004, 8928, 9521, 8784, 8209, 12706, 8840, 13223, 8677, 13707, 8882, 13867, 10475, 9866, 11232, 8460, 11327, 8916, 16513, 8708, 7759, 8883, 8480, 10811, 9134, 9051, 13078, 15310, 9135, 12660, 9042, 13507, 8958, 14989, 10851, 15402, 12175, 10333, 10340, 9064, 12358, 9076, 11787, 8736, 12570, 9100, 12485, 9201, 10040, 9466, 8736, 10261, 8827, 11488, 9101, 12440, 8945, 12934, 8965, 13550, 9053, 12407, 9105, 11418, 9214, 13168, 9315, 12091, 9185, 8351, 8939, 8471, 9755, 8688, 12124, 8743, 13334, 9646, 9327, 9427, 8347, 11111, 8528, 13019, 9394, 13834, 8734, 8762, 9072, 8651, 10304, 8931, 15435, 10050, 14661, 10565, 8260, 9745, 8443, 11797, 9021, 12981, 8805, 13874, 9290, 10309, 9268, 8375, 10859, 9026, 13781, 8762, 13712, 9760, 8038, 9512, 9114, 12330, 8918, 14154, 8804, 14601, 9748, 8999, 9283, 8087, 10866, 8890, 14278, 8615, 13028, 8767, 7909, 9099, 8984, 12000, 9592, 8462, 12059, 8755, 14105, 9106, 13846, 10074, 13114, 11050, 8077, 9861, 8301, 10151, 8687, 10162, 9132, 11926, 8624, 11741, 9025, 11117, 9181, 8751, 9363, 8936, 11961, 8614, 13551, 8946, 14236, 10917, 8867, 9923, 8194, 11704, 9052, 13139, 8756, 14244, 9243, 10341, 9505, 8492, 13505, 9232, 14370, 9148, 11805, 9534, 8282, 11501, 9201, 12278, 8974, 13348, 8684, 14353, 10464, 14201, 9727, 8239, 9384, 7968, 10635, 8637, 13702, 9301, 13735, 8861, 11118, 9231, 7986, 10527, 9304, 14203, 9015, 7799, 8965, 8591, 8104, 11090, 8854, 8993, 13934, 13211, 9673, 14341, 9108, 14290, 9178, 14795, 11166, 14804, 11944, 8386, 10677, 8892, 10615, 8956, 11916, 8825, 10062, 8912, 8006, 9540, 9235, 11774, 8595, 12491, 9241, 9504, 9208, 8420, 11579, 9154, 15166, 8548, 12118, 8757, 12611, 9208, 10426, 9431, 8352, 9587, 9104, 11175, 8835, 14151, 9129, 8238, 9487, 8220, 9931, 8872, 14428, 8960, 14322, 8854, 12644, 9169, 10634, 9888, 9072, 11319, 8490, 12027, 9099, 12493, 8785, 13380, 9013, 11753, 9329, 8050, 9391, 8008, 9678, 8501, 12760, 9082, 11616, 9038, 12282, 8830, 14398, 10179, 10228, 9871, 8067, 9334, 8627, 10771, 9178, 13315, 8777, 14080, 9122, 14089, 9058, 8850, 9115, 8561, 11558, 9058, 8158, 9364, 9004, 8254, 12068, 9436, 10761, 11923, 13795, 11458, 14089, 11691, 12929, 11258, 8760, 10739, 8398, 9610, 8202, 9164, 7907, 9743, 8316, 9738, 8670, 10055, 8727, 9538, 9141, 11751, 9079, 11692, 9572, 12485, 9589, 13272, 10745, 12246, 9937, 10289, 9717, 8512, 11864, 9195, 12678, 9187, 13623, 8902, 14165, 9234, 14491, 11043, 8963, 9382, 8115, 10320, 8867, 13033, 9446, 13794, 8906, 13098, 9345, 13829, 10848, 9448, 9708, 8161, 9329, 9171, 12092, 9284, 12270, 9068, 11480, 9397, 12261, 9476, 10935, 10395, 8399, 10024, 8621, 10263, 9213, 13023, 9317, 12710, 9354, 11929, 9138, 12820, 9286, 12563, 9435, 8149, 9351, 8702, 9940, 9415, 12749, 9178, 12110, 8889, 8818, 10496, 9206, 8857, 11809, 9289, 9388, 13721, 10915, 9048, 13796, 9475, 14006, 9597, 14361, 9169, 13837, 9043, 8130, 9086, 9139, 11058, 9259, 12888, 9128, 9318, 9328, 9139, 11272, 9030, 12631, 9155, 11112, 10632, 8492, 11418, 8847, 9776, 9210, 11772, 9081, 12969, 8610, 13443, 9009, 10587, 9320, 9429, 9443, 8162, 9510, 8757, 10154, 9214, 11358, 8926, 12798, 9081, 13830, 9133, 9848, 9538, 8125, 9282, 8437, 10751, 9088, 11140, 9234, 11212, 9010, 12495, 9006, 9125, 9496, 8540, 9512, 10097, 10148, 9397, 11409, 9014, 11150, 8950, 10197, 9468, 11579, 9234, 13851, 8862, 13377, 9229, 9547, 9436, 8377, 9654, 9128, 12752, 9129, 12285, 9362, 11139, 9783, 8641, 11533, 9380, 12583, 9298, 13230, 9060, 14519, 10691, 11608, 10000, 8238, 9588, 9081, 11991, 9323, 14699, 9468, 10372, 9488, 8130, 9526, 9162, 12432, 8753, 12244, 9379, 9708, 9803, 8995, 14932, 8694, 16118, 9643, 8720, 9729, 8866, 9539, 8207, 9441, 8968, 13741, 9237, 13149, 9305, 13029, 9343, 14681, 10897, 10928, 10354, 8146, 9614, 8917, 12013, 8984, 11007, 8989, 12026, 9375, 11925, 10049, 8337, 9725, 8735, 10513, 9392, 12550, 8989, 14238, 9262, 12672, 9284, 8987, 9350, 9018, 13039, 9195], 'WindowCenter': [4323.0, 4298.0, 4273.0, 4300.0, 4257.0, 4277.0, 4247.0, 4275.0, 4245.0, 4285.0, 4245.0, 4244.0, 4244.0, 4245.0, 4276.0, 4257.0, 4287.0, 4259.0, 4268.0, 4258.0, 4248.0, 4279.0, 4258.0, 4299.0, 4259.0, 4288.0, 4258.0, 4287.0, 4258.0, 4287.0, 4269.0, 4257.0, 4257.0, 4257.0, 4267.0, 4259.0, 4300.0, 4271.0, 4299.0, 4270.0, 4260.0, 4269.0, 4270.0, 4291.0, 4272.0, 4312.0, 4273.0, 4311.0, 4281.0, 4300.0, 4281.0, 4290.0, 4270.0, 4258.0, 4290.0, 4259.0, 4289.0, 4259.0, 4288.0, 4259.0, 4288.0, 4259.0, 4299.0, 4270.0, 4288.0, 4271.0, 4269.0, 4270.0, 4258.0, 4279.0, 4269.0, 4290.0, 4271.0, 4300.0, 4272.0, 4311.0, 4272.0, 4288.0, 4272.0, 4280.0, 4272.0, 4272.0, 4292.0, 4272.0, 4302.0, 4272.0, 4313.0, 4284.0, 4323.0, 4284.0, 4282.0, 4272.0, 4260.0, 4292.0, 4272.0, 4303.0, 4273.0, 4313.0, 4273.0, 4302.0, 4273.0, 4292.0, 4284.0, 4272.0, 4304.0, 4273.0, 4313.0, 4273.0, 4313.0, 4285.0, 4313.0, 4283.0, 4262.0, 4281.0, 4259.0, 4290.0, 4260.0, 4300.0, 4261.0, 4301.0, 4261.0, 4288.0, 4271.0, 4300.0, 4271.0, 4310.0, 4269.0, 4258.0, 4259.0, 4259.0, 4291.0, 4271.0, 4311.0, 4272.0, 4280.0, 4271.0, 4261.0, 4292.0, 4271.0, 4313.0, 4271.0, 4301.0, 4260.0, 4300.0, 4271.0, 4308.0, 4280.0, 4267.0, 4258.0, 4246.0, 4267.0, 4248.0, 4288.0, 4259.0, 4298.0, 4259.0, 4288.0, 4271.0, 4259.0, 4290.0, 4260.0, 4300.0, 4269.0, 4298.0, 4271.0, 4310.0, 4280.0, 4248.0, 4258.0, 4247.0, 4278.0, 4248.0, 4298.0, 4269.0, 4308.0, 4257.0, 4256.0, 4257.0, 4247.0, 4278.0, 4258.0, 4298.0, 4258.0, 4287.0, 4258.0, 4277.0, 4269.0, 4248.0, 4289.0, 4258.0, 4288.0, 4259.0, 4298.0, 4270.0, 4279.0, 4280.0, 4259.0, 4290.0, 4259.0, 4300.0, 4271.0, 4310.0, 4291.0, 4249.0, 4279.0, 4258.0, 4288.0, 4260.0, 4299.0, 4259.0, 4268.0, 4268.0, 4247.0, 4279.0, 4259.0, 4299.0, 4259.0, 4298.0, 4259.0, 4298.0, 4270.0, 4279.0, 4279.0, 4258.0, 4278.0, 4271.0, 4301.0, 4296.0, 4286.0, 4281.0, 4294.0, 4282.0, 4295.0, 4310.0, 4335.0, 4314.0, 4312.0, 4301.0, 4300.0, 4291.0, 4268.0, 4288.0, 4258.0, 4287.0, 4256.0, 4276.0, 4256.0, 4255.0, 4256.0, 4246.0, 4257.0, 4257.0, 4277.0, 4257.0, 4287.0, 4259.0, 4299.0, 4269.0, 4287.0, 4258.0, 4246.0, 4257.0, 4259.0, 4288.0, 4260.0, 4299.0, 4270.0, 4269.0, 4260.0, 4260.0, 4301.0, 4271.0, 4301.0, 4262.0, 4301.0, 4271.0, 4299.0, 4280.0, 4268.0, 4290.0, 4261.0, 4292.0, 4260.0, 4309.0, 4261.0, 4240.0, 4270.0, 4261.0, 4280.0, 4273.0, 4275.0, 4314.0, 4324.0, 4273.0, 4302.0, 4272.0, 4300.0, 4260.0, 4299.0, 4279.0, 4297.0, 4278.0, 4256.0, 4266.0, 4245.0, 4273.0, 4244.0, 4263.0, 4234.0, 4272.0, 4245.0, 4274.0, 4257.0, 4256.0, 4256.0, 4246.0, 4266.0, 4246.0, 4275.0, 4245.0, 4286.0, 4257.0, 4287.0, 4258.0, 4288.0, 4258.0, 4288.0, 4259.0, 4277.0, 4269.0, 4288.0, 4269.0, 4289.0, 4270.0, 4261.0, 4273.0, 4260.0, 4279.0, 4284.0, 4302.0, 4271.0, 4300.0, 4282.0, 4271.0, 4272.0, 4261.0, 4291.0, 4261.0, 4314.0, 4285.0, 4323.0, 4283.0, 4283.0, 4282.0, 4294.0, 4304.0, 4285.0, 4324.0, 4294.0, 4312.0, 4292.0, 4260.0, 4281.0, 4249.0, 4289.0, 4259.0, 4300.0, 4259.0, 4299.0, 4270.0, 4280.0, 4270.0, 4249.0, 4278.0, 4259.0, 4298.0, 4258.0, 4298.0, 4270.0, 4249.0, 4270.0, 4270.0, 4301.0, 4271.0, 4310.0, 4270.0, 4310.0, 4271.0, 4259.0, 4269.0, 4249.0, 4290.0, 4270.0, 4310.0, 4260.0, 4298.0, 4260.0, 4248.0, 4259.0, 4271.0, 4302.0, 4283.0, 4272.0, 4302.0, 4275.0, 4324.0, 4285.0, 4313.0, 4294.0, 4313.0, 4292.0, 4250.0, 4281.0, 4249.0, 4281.0, 4259.0, 4280.0, 4272.0, 4291.0, 4272.0, 4301.0, 4272.0, 4302.0, 4296.0, 4284.0, 4284.0, 4285.0, 4313.0, 4285.0, 4314.0, 4286.0, 4327.0, 4306.0, 4274.0, 4294.0, 4261.0, 4303.0, 4273.0, 4311.0, 4273.0, 4311.0, 4282.0, 4282.0, 4282.0, 4274.0, 4325.0, 4284.0, 4313.0, 4283.0, 4302.0, 4283.0, 4272.0, 4304.0, 4282.0, 4302.0, 4273.0, 4312.0, 4274.0, 4312.0, 4292.0, 4311.0, 4271.0, 4248.0, 4268.0, 4248.0, 4280.0, 4260.0, 4310.0, 4269.0, 4310.0, 4270.0, 4289.0, 4271.0, 4261.0, 4291.0, 4283.0, 4322.0, 4284.0, 4263.0, 4283.0, 4285.0, 4265.0, 4306.0, 4286.0, 4287.0, 4316.0, 4304.0, 4283.0, 4313.0, 4272.0, 4301.0, 4261.0, 4299.0, 4291.0, 4299.0, 4289.0, 4248.0, 4266.0, 4245.0, 4265.0, 4245.0, 4276.0, 4258.0, 4268.0, 4259.0, 4248.0, 4269.0, 4270.0, 4302.0, 4283.0, 4311.0, 4283.0, 4292.0, 4282.0, 4273.0, 4302.0, 4283.0, 4323.0, 4261.0, 4288.0, 4260.0, 4299.0, 4270.0, 4279.0, 4271.0, 4260.0, 4280.0, 4271.0, 4302.0, 4271.0, 4311.0, 4282.0, 4260.0, 4280.0, 4261.0, 4281.0, 4272.0, 4312.0, 4272.0, 4311.0, 4271.0, 4299.0, 4270.0, 4278.0, 4280.0, 4270.0, 4290.0, 4260.0, 4288.0, 4260.0, 4299.0, 4259.0, 4299.0, 4270.0, 4289.0, 4270.0, 4250.0, 4270.0, 4248.0, 4280.0, 4271.0, 4301.0, 4272.0, 4290.0, 4270.0, 4299.0, 4272.0, 4311.0, 4292.0, 4281.0, 4281.0, 4249.0, 4270.0, 4260.0, 4290.0, 4270.0, 4300.0, 4273.0, 4311.0, 4272.0, 4310.0, 4271.0, 4272.0, 4271.0, 4272.0, 4303.0, 4285.0, 4274.0, 4284.0, 4285.0, 4287.0, 4328.0, 4298.0, 4318.0, 4319.0, 4327.0, 4306.0, 4313.0, 4293.0, 4302.0, 4292.0, 4260.0, 4280.0, 4247.0, 4269.0, 4246.0, 4269.0, 4248.0, 4269.0, 4260.0, 4281.0, 4271.0, 4280.0, 4272.0, 4294.0, 4295.0, 4315.0, 4297.0, 4315.0, 4296.0, 4315.0, 4297.0, 4326.0, 4307.0, 4316.0, 4296.0, 4292.0, 4284.0, 4275.0, 4317.0, 4284.0, 4315.0, 4284.0, 4313.0, 4284.0, 4323.0, 4285.0, 4323.0, 4305.0, 4273.0, 4283.0, 4261.0, 4291.0, 4271.0, 4312.0, 4282.0, 4312.0, 4272.0, 4312.0, 4285.0, 4312.0, 4292.0, 4270.0, 4270.0, 4248.0, 4269.0, 4269.0, 4301.0, 4271.0, 4301.0, 4272.0, 4290.0, 4271.0, 4300.0, 4282.0, 4291.0, 4282.0, 4261.0, 4281.0, 4260.0, 4281.0, 4269.0, 4301.0, 4269.0, 4299.0, 4269.0, 4288.0, 4269.0, 4299.0, 4271.0, 4300.0, 4271.0, 4261.0, 4281.0, 4260.0, 4280.0, 4280.0, 4311.0, 4282.0, 4315.0, 4273.0, 4271.0, 4293.0, 4284.0, 4284.0, 4304.0, 4285.0, 4286.0, 4313.0, 4293.0, 4273.0, 4313.0, 4271.0, 4303.0, 4271.0, 4300.0, 4272.0, 4325.0, 4271.0, 4247.0, 4259.0, 4269.0, 4289.0, 4271.0, 4299.0, 4271.0, 4270.0, 4272.0, 4271.0, 4290.0, 4260.0, 4289.0, 4270.0, 4279.0, 4280.0, 4259.0, 4290.0, 4259.0, 4268.0, 4259.0, 4288.0, 4257.0, 4298.0, 4260.0, 4299.0, 4259.0, 4279.0, 4270.0, 4268.0, 4269.0, 4258.0, 4270.0, 4260.0, 4281.0, 4272.0, 4291.0, 4271.0, 4301.0, 4273.0, 4311.0, 4283.0, 4281.0, 4281.0, 4250.0, 4271.0, 4260.0, 4291.0, 4271.0, 4291.0, 4272.0, 4291.0, 4272.0, 4301.0, 4272.0, 4281.0, 4281.0, 4261.0, 4281.0, 4281.0, 4282.0, 4271.0, 4292.0, 4260.0, 4291.0, 4270.0, 4279.0, 4268.0, 4289.0, 4271.0, 4310.0, 4272.0, 4310.0, 4282.0, 4281.0, 4281.0, 4260.0, 4282.0, 4282.0, 4311.0, 4284.0, 4302.0, 4284.0, 4303.0, 4294.0, 4273.0, 4304.0, 4283.0, 4303.0, 4272.0, 4299.0, 4271.0, 4310.0, 4282.0, 4290.0, 4282.0, 4261.0, 4269.0, 4270.0, 4290.0, 4281.0, 4310.0, 4282.0, 4281.0, 4281.0, 4260.0, 4280.0, 4282.0, 4313.0, 4273.0, 4302.0, 4283.0, 4281.0, 4293.0, 4283.0, 4336.0, 4286.0, 4335.0, 4294.0, 4274.0, 4294.0, 4286.0, 4298.0, 4275.0, 4295.0, 4286.0, 4327.0, 4285.0, 4314.0, 4285.0, 4303.0, 4284.0, 4312.0, 4293.0, 4291.0, 4281.0, 4249.0, 4269.0, 4259.0, 4301.0, 4271.0, 4290.0, 4271.0, 4299.0, 4282.0, 4301.0, 4283.0, 4261.0, 4282.0, 4273.0, 4292.0, 4271.0, 4301.0, 4273.0, 4312.0, 4273.0, 4301.0, 4283.0, 4272.0, 4283.0, 4271.0, 4315.0, 4284.0], 'WindowWidth': [9549.0, 9504.0, 9458.0, 9490.0, 9424.0, 9451.0, 9407.0, 9443.0, 9402.0, 9453.0, 9400.0, 9397.0, 9399.0, 9401.0, 9445.0, 9423.0, 9463.0, 9428.0, 9438.0, 9425.0, 9412.0, 9454.0, 9425.0, 9481.0, 9427.0, 9464.0, 9424.0, 9461.0, 9424.0, 9461.0, 9440.0, 9422.0, 9423.0, 9421.0, 9436.0, 9427.0, 9483.0, 9447.0, 9482.0, 9446.0, 9431.0, 9445.0, 9446.0, 9477.0, 9454.0, 9505.0, 9457.0, 9502.0, 9463.0, 9485.0, 9462.0, 9471.0, 9445.0, 9425.0, 9471.0, 9427.0, 9468.0, 9427.0, 9465.0, 9429.0, 9466.0, 9429.0, 9480.0, 9443.0, 9466.0, 9445.0, 9442.0, 9443.0, 9427.0, 9454.0, 9441.0, 9471.0, 9448.0, 9486.0, 9453.0, 9502.0, 9452.0, 9468.0, 9449.0, 9457.0, 9451.0, 9449.0, 9478.0, 9453.0, 9492.0, 9453.0, 9510.0, 9473.0, 9522.0, 9470.0, 9465.0, 9452.0, 9432.0, 9478.0, 9453.0, 9494.0, 9455.0, 9508.0, 9457.0, 9492.0, 9455.0, 9480.0, 9471.0, 9452.0, 9497.0, 9454.0, 9506.0, 9455.0, 9509.0, 9474.0, 9507.0, 9468.0, 9436.0, 9462.0, 9428.0, 9472.0, 9432.0, 9485.0, 9434.0, 9487.0, 9434.0, 9467.0, 9446.0, 9486.0, 9450.0, 9498.0, 9442.0, 9425.0, 9427.0, 9428.0, 9473.0, 9449.0, 9502.0, 9450.0, 9459.0, 9448.0, 9435.0, 9478.0, 9449.0, 9507.0, 9449.0, 9486.0, 9431.0, 9483.0, 9447.0, 9494.0, 9455.0, 9434.0, 9422.0, 9405.0, 9435.0, 9411.0, 9464.0, 9427.0, 9478.0, 9429.0, 9464.0, 9448.0, 9429.0, 9472.0, 9430.0, 9484.0, 9443.0, 9479.0, 9447.0, 9497.0, 9458.0, 9411.0, 9425.0, 9409.0, 9449.0, 9410.0, 9477.0, 9440.0, 9491.0, 9420.0, 9417.0, 9420.0, 9406.0, 9450.0, 9424.0, 9480.0, 9423.0, 9460.0, 9426.0, 9449.0, 9442.0, 9412.0, 9467.0, 9426.0, 9463.0, 9428.0, 9479.0, 9444.0, 9453.0, 9457.0, 9427.0, 9469.0, 9428.0, 9483.0, 9449.0, 9497.0, 9474.0, 9413.0, 9453.0, 9423.0, 9465.0, 9429.0, 9482.0, 9427.0, 9437.0, 9439.0, 9408.0, 9455.0, 9428.0, 9481.0, 9429.0, 9480.0, 9428.0, 9479.0, 9444.0, 9454.0, 9456.0, 9425.0, 9453.0, 9447.0, 9488.0, 9496.0, 9481.0, 9469.0, 9491.0, 9472.0, 9495.0, 9521.0, 9544.0, 9512.0, 9506.0, 9489.0, 9485.0, 9473.0, 9437.0, 9466.0, 9424.0, 9460.0, 9418.0, 9443.0, 9418.0, 9415.0, 9419.0, 9405.0, 9420.0, 9421.0, 9448.0, 9422.0, 9461.0, 9427.0, 9480.0, 9440.0, 9461.0, 9422.0, 9404.0, 9422.0, 9426.0, 9465.0, 9430.0, 9480.0, 9445.0, 9440.0, 9433.0, 9430.0, 9488.0, 9445.0, 9488.0, 9438.0, 9486.0, 9446.0, 9480.0, 9458.0, 9439.0, 9472.0, 9436.0, 9478.0, 9431.0, 9496.0, 9434.0, 9402.0, 9444.0, 9432.0, 9456.0, 9452.0, 9458.0, 9507.0, 9525.0, 9452.0, 9490.0, 9450.0, 9483.0, 9428.0, 9479.0, 9452.0, 9474.0, 9448.0, 9416.0, 9429.0, 9398.0, 9435.0, 9397.0, 9419.0, 9383.0, 9431.0, 9399.0, 9436.0, 9421.0, 9416.0, 9418.0, 9405.0, 9430.0, 9402.0, 9441.0, 9401.0, 9457.0, 9421.0, 9459.0, 9425.0, 9463.0, 9426.0, 9463.0, 9427.0, 9447.0, 9439.0, 9463.0, 9440.0, 9466.0, 9444.0, 9435.0, 9454.0, 9431.0, 9457.0, 9473.0, 9491.0, 9450.0, 9483.0, 9465.0, 9448.0, 9451.0, 9433.0, 9475.0, 9432.0, 9510.0, 9473.0, 9524.0, 9472.0, 9472.0, 9469.0, 9493.0, 9503.0, 9475.0, 9526.0, 9484.0, 9504.0, 9476.0, 9431.0, 9461.0, 9415.0, 9468.0, 9427.0, 9482.0, 9429.0, 9482.0, 9445.0, 9456.0, 9443.0, 9415.0, 9452.0, 9426.0, 9477.0, 9428.0, 9478.0, 9444.0, 9415.0, 9444.0, 9445.0, 9486.0, 9446.0, 9497.0, 9445.0, 9499.0, 9446.0, 9428.0, 9442.0, 9415.0, 9471.0, 9445.0, 9499.0, 9432.0, 9479.0, 9431.0, 9412.0, 9429.0, 9448.0, 9492.0, 9470.0, 9453.0, 9492.0, 9460.0, 9523.0, 9473.0, 9506.0, 9484.0, 9507.0, 9478.0, 9418.0, 9462.0, 9413.0, 9459.0, 9427.0, 9459.0, 9450.0, 9474.0, 9450.0, 9487.0, 9453.0, 9492.0, 9491.0, 9473.0, 9472.0, 9473.0, 9510.0, 9476.0, 9512.0, 9478.0, 9532.0, 9503.0, 9458.0, 9485.0, 9437.0, 9493.0, 9454.0, 9504.0, 9453.0, 9503.0, 9465.0, 9463.0, 9467.0, 9457.0, 9528.0, 9472.0, 9509.0, 9467.0, 9490.0, 9468.0, 9453.0, 9497.0, 9466.0, 9492.0, 9454.0, 9503.0, 9457.0, 9504.0, 9479.0, 9500.0, 9446.0, 9412.0, 9440.0, 9411.0, 9457.0, 9430.0, 9500.0, 9443.0, 9497.0, 9445.0, 9468.0, 9449.0, 9434.0, 9476.0, 9468.0, 9522.0, 9470.0, 9440.0, 9470.0, 9475.0, 9446.0, 9503.0, 9476.0, 9482.0, 9517.0, 9498.0, 9467.0, 9508.0, 9451.0, 9489.0, 9431.0, 9482.0, 9474.0, 9480.0, 9468.0, 9409.0, 9430.0, 9401.0, 9426.0, 9401.0, 9442.0, 9424.0, 9437.0, 9427.0, 9412.0, 9440.0, 9443.0, 9493.0, 9472.0, 9503.0, 9471.0, 9485.0, 9466.0, 9458.0, 9495.0, 9469.0, 9525.0, 9435.0, 9467.0, 9431.0, 9481.0, 9444.0, 9456.0, 9449.0, 9435.0, 9459.0, 9447.0, 9491.0, 9451.0, 9503.0, 9464.0, 9432.0, 9459.0, 9434.0, 9463.0, 9453.0, 9505.0, 9450.0, 9501.0, 9447.0, 9482.0, 9444.0, 9451.0, 9458.0, 9444.0, 9473.0, 9433.0, 9468.0, 9431.0, 9481.0, 9428.0, 9480.0, 9443.0, 9469.0, 9446.0, 9418.0, 9447.0, 9413.0, 9459.0, 9447.0, 9489.0, 9451.0, 9470.0, 9444.0, 9482.0, 9453.0, 9503.0, 9480.0, 9461.0, 9461.0, 9416.0, 9447.0, 9431.0, 9473.0, 9446.0, 9486.0, 9455.0, 9503.0, 9451.0, 9500.0, 9451.0, 9451.0, 9451.0, 9452.0, 9496.0, 9476.0, 9460.0, 9471.0, 9475.0, 9483.0, 9539.0, 9500.0, 9525.0, 9526.0, 9533.0, 9502.0, 9506.0, 9479.0, 9489.0, 9475.0, 9429.0, 9457.0, 9410.0, 9440.0, 9407.0, 9442.0, 9412.0, 9442.0, 9431.0, 9460.0, 9449.0, 9461.0, 9454.0, 9486.0, 9491.0, 9515.0, 9495.0, 9516.0, 9493.0, 9515.0, 9496.0, 9532.0, 9508.0, 9517.0, 9490.0, 9480.0, 9470.0, 9461.0, 9523.0, 9472.0, 9516.0, 9473.0, 9511.0, 9472.0, 9524.0, 9477.0, 9523.0, 9500.0, 9455.0, 9467.0, 9436.0, 9476.0, 9449.0, 9507.0, 9464.0, 9506.0, 9452.0, 9504.0, 9476.0, 9505.0, 9479.0, 9443.0, 9443.0, 9412.0, 9443.0, 9443.0, 9487.0, 9448.0, 9488.0, 9451.0, 9471.0, 9448.0, 9484.0, 9465.0, 9475.0, 9464.0, 9435.0, 9463.0, 9430.0, 9461.0, 9441.0, 9489.0, 9441.0, 9482.0, 9442.0, 9463.0, 9443.0, 9480.0, 9449.0, 9485.0, 9449.0, 9437.0, 9461.0, 9431.0, 9458.0, 9461.0, 9504.0, 9467.0, 9513.0, 9455.0, 9451.0, 9480.0, 9472.0, 9471.0, 9496.0, 9475.0, 9476.0, 9508.0, 9483.0, 9455.0, 9509.0, 9447.0, 9495.0, 9445.0, 9488.0, 9451.0, 9530.0, 9449.0, 9409.0, 9428.0, 9443.0, 9468.0, 9448.0, 9482.0, 9447.0, 9444.0, 9452.0, 9446.0, 9470.0, 9432.0, 9466.0, 9443.0, 9453.0, 9458.0, 9427.0, 9470.0, 9428.0, 9437.0, 9426.0, 9463.0, 9424.0, 9477.0, 9430.0, 9479.0, 9429.0, 9453.0, 9444.0, 9439.0, 9441.0, 9426.0, 9446.0, 9432.0, 9462.0, 9450.0, 9475.0, 9450.0, 9489.0, 9456.0, 9503.0, 9467.0, 9461.0, 9462.0, 9419.0, 9448.0, 9431.0, 9476.0, 9449.0, 9475.0, 9451.0, 9473.0, 9453.0, 9489.0, 9453.0, 9461.0, 9463.0, 9435.0, 9462.0, 9460.0, 9464.0, 9447.0, 9479.0, 9432.0, 9474.0, 9445.0, 9454.0, 9439.0, 9468.0, 9447.0, 9500.0, 9450.0, 9500.0, 9465.0, 9460.0, 9462.0, 9432.0, 9464.0, 9466.0, 9504.0, 9471.0, 9493.0, 9472.0, 9493.0, 9486.0, 9454.0, 9498.0, 9467.0, 9494.0, 9450.0, 9483.0, 9448.0, 9500.0, 9464.0, 9472.0, 9463.0, 9434.0, 9444.0, 9444.0, 9472.0, 9462.0, 9501.0, 9464.0, 9460.0, 9462.0, 9432.0, 9460.0, 9463.0, 9507.0, 9456.0, 9494.0, 9470.0, 9464.0, 9484.0, 9468.0, 9545.0, 9480.0, 9545.0, 9485.0, 9459.0, 9485.0, 9480.0, 9499.0, 9462.0, 9487.0, 9477.0, 9533.0, 9473.0, 9511.0, 9471.0, 9492.0, 9469.0, 9505.0, 9479.0, 9472.0, 9459.0, 9412.0, 9442.0, 9427.0, 9487.0, 9449.0, 9472.0, 9449.0, 9483.0, 9466.0, 9487.0, 9467.0, 9435.0, 9466.0, 9455.0, 9478.0, 9448.0, 9489.0, 9453.0, 9504.0, 9454.0, 9490.0, 9468.0, 9450.0, 9467.0, 9449.0, 9515.0, 9472.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.0005004936854190585</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02028674362801378</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.53576917098847</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2075554012988494</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9954313997471255</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4531</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5424.5698</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08032849744260782</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>23</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.640642939150402</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.33339033715609</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2991606724564653</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5360363031725464</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.164974035839257</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0121823</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01808561570942402</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.017092881724238396</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.9397903469476</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>37.4894</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.3521</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>173.5964</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>308656.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>758.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>357.2082</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5473</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>536.8059</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3549.8571</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3756.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>67888.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1207.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4639.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>953.3432</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>42.92704654438421</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> |