=== 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-0031 --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-0031",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
107 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
107 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0031_ses-03_task-social_acq-mb8_run-04_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-0031_ses-03_task-social_acq-mb8_run-04_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-04_session-03_subject-0031_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-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-03_subject-0031_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-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-03_subject-0031_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-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-03_subject-0031_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-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-04_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-04_session-03_subject-0031_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-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-04_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-04_session-03_subject-0031_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-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-03_subject-0031_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-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-04_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-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-04_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-0031/ses-03/func/sub-0031_ses-03_task-social_acq-mb8_run-04_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>550d8f4dbf52d142505c1561293e69fd</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:32:9.745000</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.999858, 0.00452161, -0.0162342, -0.00471177, 0.99992, -0.0116947]</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-04_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.100329</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-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4144, -7731, -7235, 527, -47, -182, 123, 57]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>270.39</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>65c326d8-c184-429a-ba37-c4c674d05342||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.6825459003448486, -0.012641342356801033, -0.043686121702194214, 114.0643081665039], [-0.01213114708662033, 2.682713747024536, -0.031777676194906235, -86.28300476074219], [-0.043555211275815964, 0.03137596696615219, 2.6994595527648926, -60.388023376464844], [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': ['153209.745000', '153210.205000', '153210.665000', '153211.125000', '153211.585000', '153212.045000', '153212.505000', '153212.965000', '153213.425000', '153213.885000', '153214.345000', '153214.805000', '153215.265000', '153215.725000', '153216.185000', '153216.645000', '153217.105000', '153217.565000', '153218.025000', '153218.485000', '153218.945000', '153219.405000', '153219.865000', '153220.325000', '153220.785000', '153221.245000', '153221.705000', '153222.165000', '153222.625000', '153223.085000', '153223.545000', '153224.005000', '153224.465000', '153224.925000', '153225.385000', '153225.845000', '153226.305000', '153226.765000', '153227.225000', '153227.685000', '153228.145000', '153228.605000', '153229.065000', '153229.525000', '153229.985000', '153230.445000', '153230.905000', '153231.365000', '153231.825000', '153232.285000', '153232.745000', '153233.205000', '153233.665000', '153234.125000', '153234.585000', '153235.045000', '153235.505000', '153235.965000', '153236.425000', '153236.885000', '153237.345000', '153237.805000', '153238.265000', '153238.725000', '153239.185000', '153239.645000', '153240.105000', '153240.565000', '153241.025000', '153241.485000', '153241.945000', '153242.405000', '153242.865000', '153243.325000', '153243.785000', '153244.245000', '153244.705000', '153245.165000', '153245.625000', '153246.085000', '153246.545000', '153247.005000', '153247.465000', '153247.925000', '153248.385000', '153248.845000', '153249.305000', '153249.765000', '153250.225000', '153250.685000', '153251.145000', '153251.605000', '153252.065000', '153252.525000', '153252.985000', '153253.445000', '153253.905000', '153254.365000', '153254.825000', '153255.285000', '153255.745000', '153256.205000', '153256.665000', '153257.125000', '153257.585000', '153258.045000', '153258.505000', '153258.965000', '153259.425000', '153259.885000', '153300.345000', '153300.805000', '153301.265000', '153301.725000', '153302.185000', '153302.645000', '153303.105000', '153303.565000', '153304.025000', '153304.485000', '153304.945000', '153305.405000', '153305.865000', '153306.325000', '153306.785000', '153307.245000', '153307.705000', '153308.165000', '153308.625000', '153309.085000', '153309.545000', '153310.005000', '153310.465000', '153310.925000', '153311.385000', '153311.845000', '153312.305000', '153312.765000', '153313.225000', '153313.685000', '153314.145000', '153314.605000', '153315.065000', '153315.525000', '153315.985000', '153316.445000', '153316.905000', '153317.365000', '153317.825000', '153318.285000', '153318.745000', '153319.205000', '153319.665000', '153320.125000', '153320.585000', '153321.045000', '153321.505000', '153321.965000', '153322.425000', '153322.885000', '153323.345000', '153323.805000', '153324.265000', '153324.725000', '153325.185000', '153325.645000', '153326.105000', '153326.565000', '153327.025000', '153327.485000', '153327.945000', '153328.405000', '153328.865000', '153329.325000', '153329.785000', '153330.245000', '153330.705000', '153331.165000', '153331.625000', '153332.085000', '153332.545000', '153333.005000', '153333.465000', '153333.925000', '153334.385000', '153334.845000', '153335.305000', '153335.765000', '153336.225000', '153336.685000', '153337.145000', '153337.605000', '153338.065000', '153338.525000', '153338.985000', '153339.445000', '153339.905000', '153340.365000', '153340.825000', '153341.285000', '153341.745000', '153342.205000', '153342.665000', '153343.125000', '153343.585000', '153344.045000', '153344.505000', '153344.965000', '153345.425000', '153345.885000', '153346.345000', '153346.805000', '153347.265000', '153347.725000', '153348.185000', '153348.645000', '153349.105000', '153349.565000', '153350.025000', '153350.485000', '153350.945000', '153351.405000', '153351.865000', '153352.325000', '153352.785000', '153353.245000', '153353.705000', '153354.165000', '153354.625000', '153355.085000', '153355.545000', '153356.005000', '153356.465000', '153356.925000', '153357.385000', '153357.845000', '153358.305000', '153358.765000', '153359.225000', '153359.685000', '153400.145000', '153400.605000', '153401.065000', '153401.525000', '153401.985000', '153402.445000', '153402.905000', '153403.365000', '153403.825000', '153404.285000', '153404.745000', '153405.205000', '153405.665000', '153406.125000', '153406.585000', '153407.045000', '153407.505000', '153407.965000', '153408.425000', '153408.885000', '153409.345000', '153409.805000', '153410.265000', '153410.725000', '153411.185000', '153411.645000', '153412.105000', '153412.565000', '153413.025000', '153413.485000', '153413.945000', '153414.405000', '153414.865000', '153415.325000', '153415.785000', '153416.245000', '153416.705000', '153417.165000', '153417.625000', '153418.085000', '153418.545000', '153419.005000', '153419.465000', '153419.925000', '153420.385000', '153420.845000', '153421.305000', '153421.765000', '153422.225000', '153422.685000', '153423.145000', '153423.605000', '153424.065000', '153424.525000', '153424.985000', '153425.445000', '153425.905000', '153426.365000', '153426.825000', '153427.285000', '153427.745000', '153428.205000', '153428.665000', '153429.125000', '153429.585000', '153430.045000', '153430.505000', '153430.965000', '153431.425000', '153431.885000', '153432.345000', '153432.805000', '153433.265000', '153433.725000', '153434.185000', '153434.645000', '153435.105000', '153435.565000', '153436.025000', '153436.485000', '153436.945000', '153437.405000', '153437.865000', '153438.325000', '153438.785000', '153439.245000', '153439.705000', '153440.165000', '153440.625000', '153441.085000', '153441.545000', '153442.005000', '153442.465000', '153442.925000', '153443.385000', '153443.845000', '153444.305000', '153444.765000', '153445.225000', '153445.685000', '153446.145000', '153446.605000', '153447.065000', '153447.525000', '153447.985000', '153448.445000', '153448.905000', '153449.365000', '153449.825000', '153450.285000', '153450.745000', '153451.205000', '153451.665000', '153452.125000', '153452.585000', '153453.045000', '153453.505000', '153453.965000', '153454.425000', '153454.885000', '153455.345000', '153455.805000', '153456.265000', '153456.725000', '153457.185000', '153457.645000', '153458.105000', '153458.565000', '153459.025000', '153459.485000', '153459.945000', '153500.405000', '153500.865000', '153501.325000', '153501.785000', '153502.245000', '153502.705000', '153503.165000', '153503.625000', '153504.085000', '153504.545000', '153505.005000', '153505.465000', '153505.925000', '153506.385000', '153506.845000', '153507.305000', '153507.765000', '153508.225000', '153508.685000', '153509.145000', '153509.605000', '153510.065000', '153510.525000', '153510.985000', '153511.445000', '153511.905000', '153512.365000', '153512.825000', '153513.285000', '153513.745000', '153514.205000', '153514.665000', '153515.125000', '153515.585000', '153516.045000', '153516.505000', '153516.965000', '153517.425000', '153517.885000', '153518.345000', '153518.805000', '153519.265000', '153519.725000', '153520.185000', '153520.645000', '153521.105000', '153521.565000', '153522.025000', '153522.485000', '153522.945000', '153523.405000', '153523.865000', '153524.325000', '153524.785000', '153525.245000', '153525.705000', '153526.165000', '153526.625000', '153527.085000', '153527.545000', '153528.005000', '153528.465000', '153528.925000', '153529.385000', '153529.845000', '153530.305000', '153530.765000', '153531.225000', '153531.685000', '153532.145000', '153532.605000', '153533.065000', '153533.525000', '153533.985000', '153534.445000', '153534.905000', '153535.365000', '153535.825000', '153536.285000', '153536.745000', '153537.205000', '153537.665000', '153538.125000', '153538.585000', '153539.045000', '153539.505000', '153539.965000', '153540.425000', '153540.885000', '153541.345000', '153541.805000', '153542.265000', '153542.725000', '153543.185000', '153543.645000', '153544.105000', '153544.565000', '153545.025000', '153545.485000', '153545.945000', '153546.405000', '153546.865000', '153547.325000', '153547.785000', '153548.245000', '153548.705000', '153549.165000', '153549.625000', '153550.085000', '153550.545000', '153551.005000', '153551.465000', '153551.925000', '153552.385000', '153552.845000', '153553.305000', '153553.765000', '153554.225000', '153554.685000', '153555.145000', '153555.605000', '153556.065000', '153556.525000', '153556.985000', '153557.445000', '153557.905000', '153558.365000', '153558.825000', '153559.285000', '153559.745000', '153600.205000', '153600.665000', '153601.125000', '153601.585000', '153602.045000', '153602.505000', '153602.965000', '153603.425000', '153603.885000', '153604.345000', '153604.805000', '153605.265000', '153605.725000', '153606.185000', '153606.645000', '153607.105000', '153607.565000', '153608.025000', '153608.485000', '153608.945000', '153609.405000', '153609.865000', '153610.325000', '153610.785000', '153611.245000', '153611.705000', '153612.165000', '153612.625000', '153613.085000', '153613.545000', '153614.005000', '153614.465000', '153614.925000', '153615.385000', '153615.845000', '153616.305000', '153616.765000', '153617.225000', '153617.685000', '153618.145000', '153618.605000', '153619.065000', '153619.525000', '153619.985000', '153620.445000', '153620.905000', '153621.365000', '153621.825000', '153622.285000', '153622.745000', '153623.205000', '153623.665000', '153624.125000', '153624.585000', '153625.045000', '153625.505000', '153625.965000', '153626.425000', '153626.885000', '153627.345000', '153627.805000', '153628.265000', '153628.725000', '153629.185000', '153629.645000', '153630.105000', '153630.565000', '153631.025000', '153631.485000', '153631.945000', '153632.405000', '153632.865000', '153633.325000', '153633.785000', '153634.245000', '153634.705000', '153635.165000', '153635.625000', '153636.085000', '153636.545000', '153637.005000', '153637.465000', '153637.925000', '153638.385000', '153638.845000', '153639.305000', '153639.765000', '153640.225000', '153640.685000', '153641.145000', '153641.605000', '153642.065000', '153642.525000', '153642.985000', '153643.445000', '153643.905000', '153644.365000', '153644.825000', '153645.285000', '153645.745000', '153646.205000', '153646.665000', '153647.125000', '153647.585000', '153648.045000', '153648.505000', '153648.965000', '153649.425000', '153649.885000', '153650.345000', '153650.805000', '153651.265000', '153651.725000', '153652.185000', '153652.645000', '153653.105000', '153653.565000', '153654.025000', '153654.485000', '153654.945000', '153655.405000', '153655.865000', '153656.325000', '153656.785000', '153657.245000', '153657.705000', '153658.165000', '153658.625000', '153659.085000', '153659.545000', '153700.005000', '153700.465000', '153700.925000', '153701.385000', '153701.845000', '153702.305000', '153702.765000', '153703.225000', '153703.685000', '153704.145000', '153704.605000', '153705.065000', '153705.525000', '153705.985000', '153706.445000', '153706.905000', '153707.365000', '153707.825000', '153708.285000', '153708.745000', '153709.205000', '153709.665000', '153710.125000', '153710.585000', '153711.045000', '153711.505000', '153711.965000', '153712.425000', '153712.885000', '153713.345000', '153713.805000', '153714.265000', '153714.725000', '153715.185000', '153715.645000', '153716.105000', '153716.565000', '153717.025000', '153717.485000', '153717.945000', '153718.405000', '153718.865000', '153719.325000', '153719.785000', '153720.245000', '153720.705000', '153721.165000', '153721.625000', '153722.085000', '153722.545000', '153723.005000', '153723.465000', '153723.925000', '153724.385000', '153724.845000', '153725.305000', '153725.765000', '153726.225000', '153726.685000', '153727.145000', '153727.605000', '153728.065000', '153728.525000', '153728.985000', '153729.445000', '153729.905000', '153730.365000', '153730.825000', '153731.285000', '153731.745000', '153732.205000', '153732.665000', '153733.125000', '153733.585000', '153734.045000', '153734.505000', '153734.965000', '153735.425000', '153735.885000', '153736.345000', '153736.805000', '153737.265000', '153737.725000', '153738.185000', '153738.645000', '153739.105000', '153739.565000', '153740.025000', '153740.485000', '153740.945000', '153741.405000', '153741.865000', '153742.325000', '153742.785000', '153743.245000', '153743.705000', '153744.165000', '153744.625000', '153745.085000', '153745.545000', '153746.005000', '153746.465000', '153746.925000', '153747.385000', '153747.845000', '153748.305000', '153748.765000', '153749.225000', '153749.685000', '153750.145000', '153750.605000', '153751.065000', '153751.525000', '153751.985000', '153752.445000', '153752.905000', '153753.365000', '153753.825000', '153754.285000', '153754.745000', '153755.205000', '153755.665000', '153756.125000', '153756.585000', '153757.045000', '153757.505000', '153757.965000', '153758.425000', '153758.885000', '153759.345000', '153759.805000', '153800.265000', '153800.725000', '153801.185000', '153801.645000', '153802.105000', '153802.565000', '153803.025000', '153803.485000', '153803.945000', '153804.405000', '153804.865000', '153805.325000', '153805.785000', '153806.245000', '153806.705000', '153807.165000', '153807.625000', '153808.085000', '153808.545000', '153809.005000', '153809.465000', '153809.925000', '153810.385000', '153810.845000', '153811.305000', '153811.765000', '153812.225000', '153812.685000', '153813.145000', '153813.605000', '153814.065000', '153814.525000', '153814.985000', '153815.445000', '153815.905000', '153816.365000', '153816.825000', '153817.285000', '153817.745000', '153818.205000', '153818.665000', '153819.125000', '153819.585000', '153820.045000', '153820.505000', '153820.965000', '153821.425000', '153821.885000', '153822.345000', '153822.805000', '153823.265000', '153823.725000', '153824.185000', '153824.645000', '153825.105000', '153825.565000', '153826.025000', '153826.485000', '153826.945000', '153827.405000', '153827.865000', '153828.325000', '153828.785000', '153829.245000', '153829.705000', '153830.165000', '153830.625000', '153831.085000', '153831.545000', '153832.005000', '153832.465000', '153832.925000', '153833.385000', '153833.845000', '153834.305000', '153834.765000', '153835.225000', '153835.685000', '153836.145000', '153836.605000', '153837.065000', '153837.525000', '153837.985000', '153838.445000', '153838.905000', '153839.365000', '153839.825000', '153840.285000', '153840.745000', '153841.205000', '153841.665000', '153842.125000', '153842.585000', '153843.045000', '153843.505000', '153843.965000', '153844.425000', '153844.885000', '153845.345000', '153845.805000', '153846.265000', '153846.725000', '153847.185000', '153847.645000', '153848.105000', '153848.565000', '153849.025000', '153849.485000', '153849.945000', '153850.405000'], 'ContentTime': ['153225.852000', '153225.855000', '153225.858000', '153225.861000', '153225.867000', '153225.870000', '153225.873000', '153225.876000', '153225.878000', '153225.881000', '153225.884000', '153225.887000', '153225.890000', '153225.893000', '153225.896000', '153225.899000', '153225.901000', '153225.904000', '153225.907000', '153225.910000', '153225.913000', '153225.916000', '153225.919000', '153225.922000', '153225.924000', '153225.927000', '153225.930000', '153225.933000', '153225.936000', '153225.939000', '153225.942000', '153225.944000', '153225.947000', '153225.950000', '153245.814000', '153245.817000', '153245.820000', '153245.823000', '153245.826000', '153245.829000', '153245.831000', '153245.834000', '153245.837000', '153245.840000', '153245.846000', '153245.849000', '153245.852000', '153245.855000', '153245.858000', '153245.861000', '153245.863000', '153245.866000', '153245.869000', '153245.872000', '153245.875000', '153245.878000', '153245.881000', '153245.883000', '153245.887000', '153245.891000', '153245.894000', '153245.897000', '153245.900000', '153245.902000', '153245.905000', '153245.908000', '153245.911000', '153245.914000', '153245.917000', '153245.920000', '153245.923000', '153245.925000', '153245.928000', '153245.931000', '153245.934000', '153245.937000', '153245.939000', '153305.814000', '153305.817000', '153305.820000', '153305.823000', '153305.826000', '153305.828000', '153305.831000', '153305.834000', '153305.837000', '153305.840000', '153305.843000', '153305.846000', '153305.849000', '153305.852000', '153305.855000', '153305.857000', '153305.860000', '153305.863000', '153305.866000', '153305.869000', '153305.872000', '153305.875000', '153305.877000', '153305.880000', '153305.883000', '153305.886000', '153305.889000', '153305.892000', '153305.895000', '153305.898000', '153305.901000', '153305.904000', '153305.907000', '153305.911000', '153305.914000', '153305.917000', '153305.920000', '153305.923000', '153305.926000', '153305.929000', '153305.931000', '153305.934000', '153305.937000', '153305.940000', '153325.814000', '153325.817000', '153325.820000', '153325.823000', '153325.826000', '153325.829000', '153325.831000', '153325.834000', '153325.839000', '153325.842000', '153325.845000', '153325.848000', '153325.851000', '153325.854000', '153325.857000', '153325.859000', '153325.862000', '153325.865000', '153325.868000', '153325.871000', '153325.874000', '153325.877000', '153325.880000', '153325.882000', '153325.885000', '153325.888000', '153325.891000', '153325.894000', '153325.897000', '153325.900000', '153325.903000', '153325.906000', '153325.909000', '153325.912000', '153325.915000', '153325.918000', '153325.921000', '153325.924000', '153325.927000', '153325.930000', '153325.932000', '153325.935000', '153325.938000', '153345.815000', '153345.818000', '153345.821000', '153345.824000', '153345.827000', '153345.830000', '153345.832000', '153345.835000', '153345.838000', '153345.841000', '153345.844000', '153345.847000', '153345.850000', '153345.852000', '153345.855000', '153345.858000', '153345.861000', '153345.864000', '153345.867000', '153345.870000', '153345.872000', '153345.875000', '153345.878000', '153345.881000', '153345.884000', '153345.887000', '153345.890000', '153345.893000', '153345.895000', '153345.898000', '153345.901000', '153345.904000', '153345.907000', '153345.910000', '153345.913000', '153345.915000', '153345.918000', '153345.921000', '153345.924000', '153345.927000', '153345.930000', '153345.933000', '153345.935000', '153345.938000', '153405.815000', '153405.818000', '153405.821000', '153405.824000', '153405.827000', '153405.830000', '153405.832000', '153405.835000', '153405.838000', '153405.841000', '153405.844000', '153405.847000', '153405.850000', '153405.853000', '153405.856000', '153405.859000', '153405.862000', '153405.865000', '153405.868000', '153405.871000', '153405.873000', '153405.876000', '153405.879000', '153405.882000', '153405.885000', '153405.888000', '153405.890000', '153405.893000', '153405.896000', '153405.899000', '153405.902000', '153405.905000', '153405.909000', '153405.913000', '153405.916000', '153405.919000', '153405.922000', '153405.925000', '153405.928000', '153405.930000', '153405.933000', '153405.936000', '153405.939000', '153425.815000', '153425.818000', '153425.821000', '153425.824000', '153425.827000', '153425.830000', '153425.832000', '153425.835000', '153425.838000', '153425.841000', '153425.844000', '153425.847000', '153425.850000', '153425.853000', '153425.855000', '153425.858000', '153425.861000', '153425.864000', '153425.867000', '153425.870000', '153425.873000', '153425.876000', '153425.879000', '153425.881000', '153425.884000', '153425.887000', '153425.890000', '153425.893000', '153425.896000', '153425.899000', '153425.901000', '153425.904000', '153425.907000', '153425.910000', '153425.913000', '153425.916000', '153425.919000', '153425.922000', '153425.925000', '153425.927000', '153425.930000', '153425.933000', '153425.936000', '153425.939000', '153445.815000', '153445.818000', '153445.821000', '153445.824000', '153445.827000', '153445.830000', '153445.833000', '153445.835000', '153445.838000', '153445.841000', '153445.844000', '153445.847000', '153445.850000', '153445.853000', '153445.855000', '153445.858000', '153445.861000', '153445.864000', '153445.867000', '153445.870000', '153445.873000', '153445.877000', '153445.880000', '153445.883000', '153445.886000', '153445.889000', '153445.892000', '153445.895000', '153445.898000', '153445.901000', '153445.904000', '153445.906000', '153445.909000', '153445.912000', '153445.915000', '153445.918000', '153445.921000', '153445.924000', '153445.926000', '153445.929000', '153445.932000', '153445.935000', '153445.938000', '153505.814000', '153505.828000', '153505.831000', '153505.834000', '153505.836000', '153505.839000', '153505.842000', '153505.845000', '153505.848000', '153505.851000', '153505.854000', '153505.857000', '153505.860000', '153505.862000', '153505.865000', '153505.868000', '153505.871000', '153505.874000', '153505.877000', '153505.880000', '153505.883000', '153505.886000', '153505.889000', '153505.892000', '153505.895000', '153505.898000', '153505.900000', '153505.903000', '153505.906000', '153505.909000', '153505.912000', '153505.915000', '153505.918000', '153505.921000', '153505.924000', '153505.927000', '153505.930000', '153505.933000', '153505.936000', '153505.939000', '153505.942000', '153505.945000', '153505.948000', '153505.951000', '153525.814000', '153525.817000', '153525.820000', '153525.823000', '153525.826000', '153525.829000', '153525.832000', '153525.834000', '153525.837000', '153525.840000', '153525.843000', '153525.846000', '153525.849000', '153525.852000', '153525.855000', '153525.857000', '153525.860000', '153525.863000', '153525.866000', '153525.869000', '153525.872000', '153525.875000', '153525.877000', '153525.880000', '153525.883000', '153525.886000', '153525.889000', '153525.892000', '153525.917000', '153525.920000', '153525.923000', '153525.925000', '153525.928000', '153525.931000', '153525.934000', '153525.937000', '153525.940000', '153525.943000', '153525.946000', '153525.948000', '153525.951000', '153525.954000', '153525.957000', '153545.814000', '153545.817000', '153545.820000', '153545.823000', '153545.826000', '153545.829000', '153545.832000', '153545.834000', '153545.837000', '153545.840000', '153545.843000', '153545.846000', '153545.849000', '153545.852000', '153545.855000', '153545.857000', '153545.860000', '153545.863000', '153545.866000', '153545.869000', '153545.872000', '153545.875000', '153545.878000', '153545.880000', '153545.883000', '153545.886000', '153545.889000', '153545.892000', '153545.895000', '153545.898000', '153545.901000', '153545.904000', '153545.907000', '153545.910000', '153545.913000', '153545.916000', '153545.918000', '153545.921000', '153545.924000', '153545.927000', '153545.930000', '153545.933000', '153545.936000', '153545.939000', '153605.815000', '153605.818000', '153605.821000', '153605.824000', '153605.827000', '153605.830000', '153605.832000', '153605.835000', '153605.838000', '153605.841000', '153605.844000', '153605.847000', '153605.850000', '153605.853000', '153605.856000', '153605.859000', '153605.861000', '153605.864000', '153605.867000', '153605.870000', '153605.873000', '153605.876000', '153605.879000', '153605.882000', '153605.884000', '153605.887000', '153605.890000', '153605.894000', '153605.897000', '153605.899000', '153605.902000', '153605.905000', '153605.908000', '153605.911000', '153605.916000', '153605.919000', '153605.922000', '153605.925000', '153605.928000', '153605.931000', '153605.934000', '153605.937000', '153605.940000', '153625.815000', '153625.818000', '153625.821000', '153625.824000', '153625.827000', '153625.830000', '153625.832000', '153625.835000', '153625.838000', '153625.841000', '153625.844000', '153625.847000', '153625.850000', '153625.853000', '153625.856000', '153625.859000', '153625.862000', '153625.864000', '153625.867000', '153625.870000', '153625.873000', '153625.876000', '153625.879000', '153625.882000', '153625.885000', '153625.888000', '153625.891000', '153625.893000', '153625.896000', '153625.899000', '153625.902000', '153625.905000', '153625.908000', '153625.911000', '153625.914000', '153625.916000', '153625.919000', '153625.922000', '153625.925000', '153625.928000', '153625.931000', '153625.934000', '153625.937000', '153625.939000', '153645.815000', '153645.818000', '153645.821000', '153645.824000', '153645.827000', '153645.830000', '153645.833000', '153645.835000', '153645.838000', '153645.841000', '153645.844000', '153645.847000', '153645.850000', '153645.853000', '153645.856000', '153645.858000', '153645.861000', '153645.864000', '153645.867000', '153645.870000', '153645.873000', '153645.876000', '153645.879000', '153645.881000', '153645.884000', '153645.887000', '153645.890000', '153645.893000', '153645.896000', '153645.899000', '153645.902000', '153645.904000', '153645.907000', '153645.910000', '153645.913000', '153645.916000', '153645.919000', '153645.922000', '153645.925000', '153645.928000', '153645.930000', '153645.933000', '153645.936000', '153705.815000', '153705.818000', '153705.821000', '153705.824000', '153705.827000', '153705.829000', '153705.832000', '153705.835000', '153705.838000', '153705.841000', '153705.856000', '153705.859000', '153705.862000', '153705.864000', '153705.867000', '153705.870000', '153705.873000', '153705.876000', '153705.879000', '153705.882000', '153705.885000', '153705.887000', '153705.890000', '153705.893000', '153705.896000', '153705.899000', '153705.902000', '153705.905000', '153705.908000', '153705.911000', '153705.914000', '153705.917000', '153705.920000', '153705.923000', '153705.926000', '153705.928000', '153705.931000', '153705.934000', '153705.937000', '153705.940000', '153705.943000', '153705.946000', '153705.949000', '153705.951000', '153725.814000', '153725.817000', '153725.820000', '153725.823000', '153725.826000', '153725.829000', '153725.832000', '153725.834000', '153725.837000', '153725.840000', '153725.843000', '153725.846000', '153725.849000', '153725.852000', '153725.855000', '153725.858000', '153725.861000', '153725.863000', '153725.866000', '153725.869000', '153725.872000', '153725.875000', '153725.878000', '153725.881000', '153725.884000', '153725.887000', '153725.889000', '153725.892000', '153725.895000', '153725.898000', '153725.901000', '153725.904000', '153725.907000', '153725.910000', '153725.912000', '153725.915000', '153725.918000', '153725.921000', '153725.924000', '153725.927000', '153725.930000', '153725.933000', '153725.936000', '153745.814000', '153745.817000', '153745.820000', '153745.823000', '153745.825000', '153745.828000', '153745.831000', '153745.834000', '153745.837000', '153745.840000', '153745.843000', '153745.846000', '153745.849000', '153745.851000', '153745.854000', '153745.857000', '153745.860000', '153745.863000', '153745.866000', '153745.869000', '153745.871000', '153745.874000', '153745.877000', '153745.880000', '153745.883000', '153745.886000', '153745.889000', '153745.892000', '153745.895000', '153745.898000', '153745.900000', '153745.903000', '153745.906000', '153745.909000', '153745.912000', '153745.915000', '153745.918000', '153745.921000', '153745.924000', '153745.926000', '153745.929000', '153745.932000', '153745.935000', '153745.938000', '153805.814000', '153805.817000', '153805.820000', '153805.823000', '153805.826000', '153805.829000', '153805.832000', '153805.835000', '153805.837000', '153805.840000', '153805.843000', '153805.846000', '153805.849000', '153805.852000', '153805.855000', '153805.858000', '153805.860000', '153805.863000', '153805.866000', '153805.869000', '153805.872000', '153805.875000', '153805.878000', '153805.881000', '153805.884000', '153805.886000', '153805.889000', '153805.892000', '153805.895000', '153805.898000', '153805.901000', '153805.904000', '153805.907000', '153805.909000', '153805.912000', '153805.915000', '153805.920000', '153805.923000', '153805.926000', '153805.929000', '153805.932000', '153805.935000', '153805.937000', '153825.815000', '153825.818000', '153825.821000', '153825.824000', '153825.827000', '153825.830000', '153825.833000', '153825.836000', '153825.839000', '153825.842000', '153825.845000', '153825.848000', '153825.851000', '153825.853000', '153825.856000', '153825.859000', '153825.862000', '153825.865000', '153825.868000', '153825.871000', '153825.874000', '153825.893000', '153825.896000', '153825.899000', '153825.902000', '153825.905000', '153825.907000', '153825.910000', '153825.913000', '153825.916000', '153825.919000', '153825.922000', '153825.925000', '153825.928000', '153825.931000', '153825.933000', '153825.936000', '153825.939000', '153825.942000', '153825.945000', '153825.948000', '153825.951000', '153825.954000', '153845.815000', '153845.818000', '153845.821000', '153845.824000', '153845.827000', '153845.830000', '153845.833000', '153845.836000', '153845.838000', '153845.841000', '153845.844000', '153845.847000', '153845.850000', '153845.853000', '153845.856000', '153845.859000', '153845.862000', '153845.864000', '153845.867000', '153845.870000', '153845.873000', '153845.876000', '153845.879000', '153845.882000', '153845.885000', '153845.888000', '153845.890000', '153845.893000', '153845.896000', '153845.899000', '153845.902000', '153845.905000', '153845.908000', '153845.911000', '153845.913000', '153845.916000', '153845.919000', '153845.922000', '153845.925000', '153845.928000', '153845.931000', '153845.933000', '153845.936000', '153845.939000', '153851.168000', '153851.172000', '153851.175000', '153851.185000', '153851.188000', '153851.191000', '153851.194000', '153851.197000', '153851.200000', '153851.203000', '153851.206000', '153851.209000'], 'InstanceCreationTime': ['153225.852000', '153225.855000', '153225.858000', '153225.861000', '153225.867000', '153225.870000', '153225.873000', '153225.876000', '153225.878000', '153225.881000', '153225.884000', '153225.887000', '153225.890000', '153225.893000', '153225.896000', '153225.899000', '153225.901000', '153225.904000', '153225.907000', '153225.910000', '153225.913000', '153225.916000', '153225.919000', '153225.922000', '153225.924000', '153225.927000', '153225.930000', '153225.933000', '153225.936000', '153225.939000', '153225.942000', '153225.944000', '153225.947000', '153225.950000', '153245.814000', '153245.817000', '153245.820000', '153245.823000', '153245.826000', '153245.829000', '153245.831000', '153245.834000', '153245.837000', '153245.840000', '153245.846000', '153245.849000', '153245.852000', '153245.855000', '153245.858000', '153245.861000', '153245.863000', '153245.866000', '153245.869000', '153245.872000', '153245.875000', '153245.878000', '153245.881000', '153245.883000', '153245.887000', '153245.891000', '153245.894000', '153245.897000', '153245.900000', '153245.902000', '153245.905000', '153245.908000', '153245.911000', '153245.914000', '153245.917000', '153245.920000', '153245.923000', '153245.925000', '153245.928000', '153245.931000', '153245.934000', '153245.937000', '153245.939000', '153305.814000', '153305.817000', '153305.820000', '153305.823000', '153305.826000', '153305.828000', '153305.831000', '153305.834000', '153305.837000', '153305.840000', '153305.843000', '153305.846000', '153305.849000', '153305.852000', '153305.855000', '153305.857000', '153305.860000', '153305.863000', '153305.866000', '153305.869000', '153305.872000', '153305.875000', '153305.877000', '153305.880000', '153305.883000', '153305.886000', '153305.889000', '153305.892000', '153305.895000', '153305.898000', '153305.901000', '153305.904000', '153305.907000', '153305.911000', '153305.914000', '153305.917000', '153305.920000', '153305.923000', '153305.926000', '153305.929000', '153305.931000', '153305.934000', '153305.937000', '153305.940000', '153325.814000', '153325.817000', '153325.820000', '153325.823000', '153325.826000', '153325.829000', '153325.831000', '153325.834000', '153325.839000', '153325.842000', '153325.845000', '153325.848000', '153325.851000', '153325.854000', '153325.857000', '153325.859000', '153325.862000', '153325.865000', '153325.868000', '153325.871000', '153325.874000', '153325.877000', '153325.880000', '153325.882000', '153325.885000', '153325.888000', '153325.891000', '153325.894000', '153325.897000', '153325.900000', '153325.903000', '153325.906000', '153325.909000', '153325.912000', '153325.915000', '153325.918000', '153325.921000', '153325.924000', '153325.927000', '153325.930000', '153325.932000', '153325.935000', '153325.938000', '153345.815000', '153345.818000', '153345.821000', '153345.824000', '153345.827000', '153345.830000', '153345.832000', '153345.835000', '153345.838000', '153345.841000', '153345.844000', '153345.847000', '153345.850000', '153345.852000', '153345.855000', '153345.858000', '153345.861000', '153345.864000', '153345.867000', '153345.870000', '153345.872000', '153345.875000', '153345.878000', '153345.881000', '153345.884000', '153345.887000', '153345.890000', '153345.893000', '153345.895000', '153345.898000', '153345.901000', '153345.904000', '153345.907000', '153345.910000', '153345.913000', '153345.915000', '153345.918000', '153345.921000', '153345.924000', '153345.927000', '153345.930000', '153345.933000', '153345.935000', '153345.938000', '153405.815000', '153405.818000', '153405.821000', '153405.824000', '153405.827000', '153405.830000', '153405.832000', '153405.835000', '153405.838000', '153405.841000', '153405.844000', '153405.847000', '153405.850000', '153405.853000', '153405.856000', '153405.859000', '153405.862000', '153405.865000', '153405.868000', '153405.871000', '153405.873000', '153405.876000', '153405.879000', '153405.882000', '153405.885000', '153405.888000', '153405.890000', '153405.893000', '153405.896000', '153405.899000', '153405.902000', '153405.905000', '153405.909000', '153405.913000', '153405.916000', '153405.919000', '153405.922000', '153405.925000', '153405.928000', '153405.930000', '153405.933000', '153405.936000', '153405.939000', '153425.815000', '153425.818000', '153425.821000', '153425.824000', '153425.827000', '153425.830000', '153425.832000', '153425.835000', '153425.838000', '153425.841000', '153425.844000', '153425.847000', '153425.850000', '153425.853000', '153425.855000', '153425.858000', '153425.861000', '153425.864000', '153425.867000', '153425.870000', '153425.873000', '153425.876000', '153425.879000', '153425.881000', '153425.884000', '153425.887000', '153425.890000', '153425.893000', '153425.896000', '153425.899000', '153425.901000', '153425.904000', '153425.907000', '153425.910000', '153425.913000', '153425.916000', '153425.919000', '153425.922000', '153425.925000', '153425.927000', '153425.930000', '153425.933000', '153425.936000', '153425.939000', '153445.815000', '153445.818000', '153445.821000', '153445.824000', '153445.827000', '153445.830000', '153445.833000', '153445.835000', '153445.838000', '153445.841000', '153445.844000', '153445.847000', '153445.850000', '153445.853000', '153445.855000', '153445.858000', '153445.861000', '153445.864000', '153445.867000', '153445.870000', '153445.873000', '153445.877000', '153445.880000', '153445.883000', '153445.886000', '153445.889000', '153445.892000', '153445.895000', '153445.898000', '153445.901000', '153445.904000', '153445.906000', '153445.909000', '153445.912000', '153445.915000', '153445.918000', '153445.921000', '153445.924000', '153445.926000', '153445.929000', '153445.932000', '153445.935000', '153445.938000', '153505.814000', '153505.828000', '153505.831000', '153505.834000', '153505.836000', '153505.839000', '153505.842000', '153505.845000', '153505.848000', '153505.851000', '153505.854000', '153505.857000', '153505.860000', '153505.862000', '153505.865000', '153505.868000', '153505.871000', '153505.874000', '153505.877000', '153505.880000', '153505.883000', '153505.886000', '153505.889000', '153505.892000', '153505.895000', '153505.898000', '153505.900000', '153505.903000', '153505.906000', '153505.909000', '153505.912000', '153505.915000', '153505.918000', '153505.921000', '153505.924000', '153505.927000', '153505.930000', '153505.933000', '153505.936000', '153505.939000', '153505.942000', '153505.945000', '153505.948000', '153505.951000', '153525.814000', '153525.817000', '153525.820000', '153525.823000', '153525.826000', '153525.829000', '153525.832000', '153525.834000', '153525.837000', '153525.840000', '153525.843000', '153525.846000', '153525.849000', '153525.852000', '153525.855000', '153525.857000', '153525.860000', '153525.863000', '153525.866000', '153525.869000', '153525.872000', '153525.875000', '153525.877000', '153525.880000', '153525.883000', '153525.886000', '153525.889000', '153525.892000', '153525.917000', '153525.920000', '153525.923000', '153525.925000', '153525.928000', '153525.931000', '153525.934000', '153525.937000', '153525.940000', '153525.943000', '153525.946000', '153525.948000', '153525.951000', '153525.954000', '153525.957000', '153545.814000', '153545.817000', '153545.820000', '153545.823000', '153545.826000', '153545.829000', '153545.832000', '153545.834000', '153545.837000', '153545.840000', '153545.843000', '153545.846000', '153545.849000', '153545.852000', '153545.855000', '153545.857000', '153545.860000', '153545.863000', '153545.866000', '153545.869000', '153545.872000', '153545.875000', '153545.878000', '153545.880000', '153545.883000', '153545.886000', '153545.889000', '153545.892000', '153545.895000', '153545.898000', '153545.901000', '153545.904000', '153545.907000', '153545.910000', '153545.913000', '153545.916000', '153545.918000', '153545.921000', '153545.924000', '153545.927000', '153545.930000', '153545.933000', '153545.936000', '153545.939000', '153605.815000', '153605.818000', '153605.821000', '153605.824000', '153605.827000', '153605.830000', '153605.832000', '153605.835000', '153605.838000', '153605.841000', '153605.844000', '153605.847000', '153605.850000', '153605.853000', '153605.856000', '153605.859000', '153605.861000', '153605.864000', '153605.867000', '153605.870000', '153605.873000', '153605.876000', '153605.879000', '153605.882000', '153605.884000', '153605.887000', '153605.890000', '153605.894000', '153605.897000', '153605.899000', '153605.902000', '153605.905000', '153605.908000', '153605.911000', '153605.916000', '153605.919000', '153605.922000', '153605.925000', '153605.928000', '153605.931000', '153605.934000', '153605.937000', '153605.940000', '153625.815000', '153625.818000', '153625.821000', '153625.824000', '153625.827000', '153625.830000', '153625.832000', '153625.835000', '153625.838000', '153625.841000', '153625.844000', '153625.847000', '153625.850000', '153625.853000', '153625.856000', '153625.859000', '153625.862000', '153625.864000', '153625.867000', '153625.870000', '153625.873000', '153625.876000', '153625.879000', '153625.882000', '153625.885000', '153625.888000', '153625.891000', '153625.893000', '153625.896000', '153625.899000', '153625.902000', '153625.905000', '153625.908000', '153625.911000', '153625.914000', '153625.916000', '153625.919000', '153625.922000', '153625.925000', '153625.928000', '153625.931000', '153625.934000', '153625.937000', '153625.939000', '153645.815000', '153645.818000', '153645.821000', '153645.824000', '153645.827000', '153645.830000', '153645.833000', '153645.835000', '153645.838000', '153645.841000', '153645.844000', '153645.847000', '153645.850000', '153645.853000', '153645.856000', '153645.858000', '153645.861000', '153645.864000', '153645.867000', '153645.870000', '153645.873000', '153645.876000', '153645.879000', '153645.881000', '153645.884000', '153645.887000', '153645.890000', '153645.893000', '153645.896000', '153645.899000', '153645.902000', '153645.904000', '153645.907000', '153645.910000', '153645.913000', '153645.916000', '153645.919000', '153645.922000', '153645.925000', '153645.928000', '153645.930000', '153645.933000', '153645.936000', '153705.815000', '153705.818000', '153705.821000', '153705.824000', '153705.827000', '153705.829000', '153705.832000', '153705.835000', '153705.838000', '153705.841000', '153705.856000', '153705.859000', '153705.862000', '153705.864000', '153705.867000', '153705.870000', '153705.873000', '153705.876000', '153705.879000', '153705.882000', '153705.885000', '153705.887000', '153705.890000', '153705.893000', '153705.896000', '153705.899000', '153705.902000', '153705.905000', '153705.908000', '153705.911000', '153705.914000', '153705.917000', '153705.920000', '153705.923000', '153705.926000', '153705.928000', '153705.931000', '153705.934000', '153705.937000', '153705.940000', '153705.943000', '153705.946000', '153705.949000', '153705.951000', '153725.814000', '153725.817000', '153725.820000', '153725.823000', '153725.826000', '153725.829000', '153725.832000', '153725.834000', '153725.837000', '153725.840000', '153725.843000', '153725.846000', '153725.849000', '153725.852000', '153725.855000', '153725.858000', '153725.861000', '153725.863000', '153725.866000', '153725.869000', '153725.872000', '153725.875000', '153725.878000', '153725.881000', '153725.884000', '153725.887000', '153725.889000', '153725.892000', '153725.895000', '153725.898000', '153725.901000', '153725.904000', '153725.907000', '153725.910000', '153725.912000', '153725.915000', '153725.918000', '153725.921000', '153725.924000', '153725.927000', '153725.930000', '153725.933000', '153725.936000', '153745.814000', '153745.817000', '153745.820000', '153745.823000', '153745.825000', '153745.828000', '153745.831000', '153745.834000', '153745.837000', '153745.840000', '153745.843000', '153745.846000', '153745.849000', '153745.851000', '153745.854000', '153745.857000', '153745.860000', '153745.863000', '153745.866000', '153745.869000', '153745.871000', '153745.874000', '153745.877000', '153745.880000', '153745.883000', '153745.886000', '153745.889000', '153745.892000', '153745.895000', '153745.898000', '153745.900000', '153745.903000', '153745.906000', '153745.909000', '153745.912000', '153745.915000', '153745.918000', '153745.921000', '153745.924000', '153745.926000', '153745.929000', '153745.932000', '153745.935000', '153745.938000', '153805.814000', '153805.817000', '153805.820000', '153805.823000', '153805.826000', '153805.829000', '153805.832000', '153805.835000', '153805.837000', '153805.840000', '153805.843000', '153805.846000', '153805.849000', '153805.852000', '153805.855000', '153805.858000', '153805.860000', '153805.863000', '153805.866000', '153805.869000', '153805.872000', '153805.875000', '153805.878000', '153805.881000', '153805.884000', '153805.886000', '153805.889000', '153805.892000', '153805.895000', '153805.898000', '153805.901000', '153805.904000', '153805.907000', '153805.909000', '153805.912000', '153805.915000', '153805.920000', '153805.923000', '153805.926000', '153805.929000', '153805.932000', '153805.935000', '153805.937000', '153825.815000', '153825.818000', '153825.821000', '153825.824000', '153825.827000', '153825.830000', '153825.833000', '153825.836000', '153825.839000', '153825.842000', '153825.845000', '153825.848000', '153825.851000', '153825.853000', '153825.856000', '153825.859000', '153825.862000', '153825.865000', '153825.868000', '153825.871000', '153825.874000', '153825.893000', '153825.896000', '153825.899000', '153825.902000', '153825.905000', '153825.907000', '153825.910000', '153825.913000', '153825.916000', '153825.919000', '153825.922000', '153825.925000', '153825.928000', '153825.931000', '153825.933000', '153825.936000', '153825.939000', '153825.942000', '153825.945000', '153825.948000', '153825.951000', '153825.954000', '153845.815000', '153845.818000', '153845.821000', '153845.824000', '153845.827000', '153845.830000', '153845.833000', '153845.836000', '153845.838000', '153845.841000', '153845.844000', '153845.847000', '153845.850000', '153845.853000', '153845.856000', '153845.859000', '153845.862000', '153845.864000', '153845.867000', '153845.870000', '153845.873000', '153845.876000', '153845.879000', '153845.882000', '153845.885000', '153845.888000', '153845.890000', '153845.893000', '153845.896000', '153845.899000', '153845.902000', '153845.905000', '153845.908000', '153845.911000', '153845.913000', '153845.916000', '153845.919000', '153845.922000', '153845.925000', '153845.928000', '153845.931000', '153845.933000', '153845.936000', '153845.939000', '153851.168000', '153851.172000', '153851.175000', '153851.185000', '153851.188000', '153851.191000', '153851.194000', '153851.197000', '153851.200000', '153851.203000', '153851.206000', '153851.209000'], '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': [16783, 13192, 12058, 14875, 12179, 16171, 10893, 18034, 11284, 17739, 12670, 19323, 13200, 16294, 13234, 10242, 14347, 9950, 17430, 12449, 17240, 13292, 10368, 14276, 9863, 17283, 12387, 20875, 12787, 14286, 12850, 9798, 15693, 11381, 17965, 12151, 13295, 13024, 9515, 15793, 11661, 19367, 12386, 10846, 13788, 10094, 17920, 12924, 15773, 12746, 9052, 15211, 10842, 19647, 12682, 12098, 14138, 9940, 18320, 11481, 18353, 11989, 11677, 13848, 9777, 17864, 11696, 19266, 11762, 13540, 13021, 9468, 15933, 11120, 19595, 11946, 10888, 12794, 9168, 15750, 11588, 14817, 12311, 9737, 14710, 10131, 17159, 12517, 14179, 12736, 9683, 15090, 10653, 17639, 12507, 16322, 12226, 10162, 13949, 9594, 16817, 12056, 19813, 12015, 10906, 13016, 9587, 17200, 12053, 10188, 14801, 11137, 14232, 14108, 9584, 18905, 11839, 15599, 12497, 12974, 14627, 9195, 15562, 10972, 16689, 12693, 15497, 13007, 9449, 14801, 10679, 19342, 12875, 11976, 13872, 9903, 18294, 11870, 15127, 12255, 9619, 15840, 11492, 19299, 12687, 14591, 12438, 9737, 15078, 10648, 17373, 11792, 16701, 12107, 10311, 13756, 10268, 16911, 11760, 12860, 12034, 8615, 15238, 11175, 18202, 11149, 16824, 11403, 15954, 12115, 16207, 11467, 11141, 12179, 9320, 14664, 10513, 16624, 11224, 13331, 12040, 9254, 15150, 11282, 20403, 11507, 13994, 12455, 10588, 15273, 10405, 17103, 11021, 17415, 12135, 13974, 12580, 9110, 14381, 9883, 16023, 11946, 17870, 12117, 10030, 14246, 9658, 16368, 11683, 19131, 12154, 13870, 12118, 9612, 14386, 10355, 17492, 11319, 19890, 11729, 13667, 12457, 9567, 15340, 9804, 18860, 11171, 11622, 13610, 9498, 16711, 10523, 18714, 11768, 13209, 13180, 9239, 14396, 9445, 15701, 11237, 20194, 12727, 10815, 12775, 9021, 15383, 10685, 16916, 12485, 9385, 13757, 9495, 15461, 11639, 17800, 12984, 19126, 11195, 14798, 11530, 10913, 13521, 9240, 15261, 10113, 13904, 11764, 9440, 15097, 9873, 14802, 11384, 9745, 14337, 9736, 16970, 12046, 19384, 12900, 9967, 13682, 9641, 16313, 11219, 17584, 12574, 9743, 14534, 9353, 15887, 10642, 17274, 12975, 11135, 12851, 8640, 15189, 10232, 17743, 12129, 10779, 13856, 8986, 15536, 10788, 17104, 13130, 14412, 11938, 9136, 13901, 9719, 17073, 11950, 13930, 11258, 9514, 14140, 10695, 16832, 10919, 14254, 11948, 9230, 15753, 10976, 10298, 14373, 10656, 16474, 11593, 8542, 15605, 10889, 19836, 13236, 10246, 13018, 9400, 15765, 10775, 18316, 12393, 9611, 14239, 9679, 16717, 11768, 10081, 15372, 10697, 19208, 12001, 10818, 13948, 9825, 17802, 12550, 14055, 12212, 8994, 15420, 10314, 19299, 12080, 9881, 14294, 10528, 18281, 11743, 10773, 12801, 9084, 15820, 11456, 19328, 11788, 11140, 12407, 8625, 14993, 10864, 18440, 11683, 9653, 12486, 9104, 15446, 11307, 15749, 12311, 9144, 14280, 9784, 17110, 12197, 11631, 12969, 9157, 15727, 10544, 19190, 12852, 12425, 11900, 8801, 14144, 9981, 18653, 12254, 10297, 12532, 9092, 15725, 11589, 12779, 12566, 8708, 14787, 10075, 18256, 12587, 10099, 14383, 9527, 16029, 11007, 16840, 12568, 9437, 14597, 9655, 16217, 10826, 18912, 12854, 10763, 13445, 9421, 15642, 10894, 19159, 12367, 10290, 13888, 9406, 16237, 11133, 14876, 12486, 9512, 12939, 9711, 17932, 11915, 8934, 15473, 11463, 20211, 11892, 9816, 14158, 9833, 16559, 12121, 15224, 12489, 8785, 14360, 9997, 15161, 11797, 9110, 15041, 9874, 13759, 11291, 8961, 15374, 11542, 16811, 11700, 8913, 15481, 10851, 14670, 13046, 9426, 17615, 10731, 13618, 12780, 9157, 16851, 12675, 11853, 12000, 8916, 16284, 11889, 13418, 13520, 8849, 16069, 10762, 14485, 12968, 8844, 15861, 10485, 11670, 12168, 8923, 16273, 11269, 13564, 11419, 9103, 14882, 10955, 17324, 11414, 14520, 11520, 9032, 15345, 10996, 16007, 10792, 9022, 14471, 9732, 17289, 12739, 10202, 12043, 9102, 16264, 10907, 11718, 13575, 9036, 16993, 10871, 10055, 14054, 10768, 17882, 11498, 8566, 14860, 10228, 15696, 12186, 8930, 15349, 10672, 18010, 12557, 9070, 14875, 9952, 15698, 11725, 10493, 14707, 9626, 17618, 11001, 10030, 12713, 9558, 17125, 10976, 9371, 12982, 9315, 16409, 12064, 8987, 14227, 9960, 17270, 11886, 9282, 14812, 10110, 18338, 11855, 10906, 14964, 9482, 16309, 10957, 13148, 12033, 9388, 15314, 9664, 14255, 11259, 8802, 14865, 10937, 15996, 12105, 8371, 15085, 10282, 15790, 12450, 9557, 15419, 10111, 18213, 12045, 12107, 15633, 10327, 17457, 12168, 13695, 12726, 9808, 16199, 10653, 18056, 11662, 13547, 12844, 10564, 15471, 9969, 17486, 11527, 12260, 13312, 9322, 16331, 10136, 17260, 11901, 14796, 12308, 11265, 14523, 9000, 15921, 10260, 15605, 12465, 11418, 14846, 9511, 16534, 11066, 11908, 13144, 9271, 16041, 11099, 14053, 12335, 9706, 15609, 11425, 19280, 11915, 10672, 13596, 9345, 16473, 12411, 10693, 13444, 9331, 16522, 12605, 12236, 13578, 8965, 16213, 10845, 14973, 12814, 9670, 15498, 9513, 16857, 11447, 15480, 12337, 10973, 14503, 9493, 16006, 10520, 14289, 12220, 10216, 14867, 9730, 17060, 11118, 10754, 13359, 9181, 16348, 10529, 19110, 15289, 19655, 15852, 11624, 10990, 9765, 15102, 10909, 9588, 13055, 9605, 12682, 11824, 9728, 14863, 11063, 13065, 12010, 9403, 15102, 10568, 18012, 12866, 9903, 14232, 9990, 16142, 11910, 9297, 15420, 10320, 9748, 12134, 9354, 17217, 12367, 9343, 14677, 9888, 16523, 11876, 15616, 12927, 9753, 13516, 10331, 16550, 11622, 11466, 13607, 10540, 19630, 12677, 9509, 15176, 10602, 18711, 12676, 16575, 12168, 10282, 12440, 9129, 14517, 9669, 16043, 10991, 16241, 11440, 13138, 12290, 9558, 14459, 10256, 18790, 11264, 11536, 12390, 9014, 15547, 11153, 17417, 11120, 16308, 11556, 15833, 11833, 9246, 13004, 9337, 15487, 10932, 11962, 12591, 8789, 15074, 10139, 13040, 11786, 9261, 14929, 9713, 16387, 10765, 16576, 11808, 9388, 13635, 9261, 15443, 10644, 13771, 12443, 8748, 14231, 9566, 16830, 11624, 12123, 12876, 9037, 14959, 10641, 11200, 12825, 9523, 16474, 11287, 11821, 12499, 9503, 16185, 12062, 17610, 11865, 9683, 14091, 10033, 16865, 12292, 14397, 11890, 9628, 14352, 9946, 16625, 12456, 14864, 11381, 9509, 13854, 9725, 16078, 11127, 11290, 12329, 9350, 14934, 10732, 16256, 11864], 'WindowCenter': [4932.0, 4878.0, 4852.0, 4871.0, 4837.0, 4865.0, 4815.0, 4874.0, 4814.0, 4862.0, 4830.0, 4869.0, 4834.0, 4854.0, 4844.0, 4802.0, 4840.0, 4802.0, 4860.0, 4821.0, 4857.0, 4832.0, 4803.0, 4841.0, 4800.0, 4861.0, 4821.0, 4881.0, 4831.0, 4841.0, 4820.0, 4790.0, 4847.0, 4810.0, 4859.0, 4820.0, 4829.0, 4830.0, 4791.0, 4849.0, 4822.0, 4871.0, 4823.0, 4809.0, 4840.0, 4801.0, 4859.0, 4832.0, 4851.0, 4829.0, 4788.0, 4838.0, 4811.0, 4867.0, 4832.0, 4821.0, 4829.0, 4792.0, 4862.0, 4809.0, 4859.0, 4809.0, 4808.0, 4827.0, 4787.0, 4859.0, 4811.0, 4856.0, 4807.0, 4816.0, 4818.0, 4788.0, 4848.0, 4810.0, 4867.0, 4807.0, 4798.0, 4819.0, 4792.0, 4847.0, 4822.0, 4839.0, 4821.0, 4804.0, 4851.0, 4812.0, 4862.0, 4833.0, 4842.0, 4834.0, 4804.0, 4851.0, 4811.0, 4860.0, 4832.0, 4851.0, 4822.0, 4800.0, 4839.0, 4789.0, 4849.0, 4821.0, 4879.0, 4820.0, 4812.0, 4847.0, 4815.0, 4870.0, 4831.0, 4809.0, 4853.0, 4825.0, 4854.0, 4853.0, 4803.0, 4882.0, 4836.0, 4864.0, 4832.0, 4833.0, 4842.0, 4792.0, 4850.0, 4811.0, 4848.0, 4831.0, 4852.0, 4833.0, 4803.0, 4852.0, 4811.0, 4869.0, 4832.0, 4821.0, 4830.0, 4801.0, 4862.0, 4822.0, 4838.0, 4820.0, 4790.0, 4850.0, 4811.0, 4872.0, 4820.0, 4838.0, 4818.0, 4790.0, 4836.0, 4800.0, 4848.0, 4811.0, 4848.0, 4809.0, 4798.0, 4828.0, 4799.0, 4849.0, 4820.0, 4830.0, 4819.0, 4782.0, 4850.0, 4812.0, 4863.0, 4813.0, 4850.0, 4811.0, 4837.0, 4820.0, 4848.0, 4810.0, 4810.0, 4820.0, 4789.0, 4840.0, 4801.0, 4851.0, 4812.0, 4829.0, 4821.0, 4793.0, 4840.0, 4813.0, 4883.0, 4823.0, 4842.0, 4822.0, 4801.0, 4853.0, 4810.0, 4860.0, 4811.0, 4847.0, 4821.0, 4829.0, 4820.0, 4794.0, 4837.0, 4801.0, 4848.0, 4821.0, 4861.0, 4823.0, 4801.0, 4840.0, 4789.0, 4838.0, 4810.0, 4858.0, 4807.0, 4827.0, 4806.0, 4789.0, 4826.0, 4797.0, 4857.0, 4811.0, 4867.0, 4806.0, 4826.0, 4806.0, 4788.0, 4839.0, 4791.0, 4856.0, 4808.0, 4807.0, 4829.0, 4789.0, 4847.0, 4799.0, 4857.0, 4808.0, 4819.0, 4819.0, 4777.0, 4830.0, 4777.0, 4836.0, 4799.0, 4866.0, 4821.0, 4796.0, 4815.0, 4778.0, 4837.0, 4798.0, 4847.0, 4818.0, 4790.0, 4830.0, 4792.0, 4837.0, 4808.0, 4857.0, 4831.0, 4869.0, 4808.0, 4827.0, 4810.0, 4797.0, 4826.0, 4789.0, 4837.0, 4799.0, 4828.0, 4810.0, 4790.0, 4850.0, 4800.0, 4838.0, 4819.0, 4790.0, 4839.0, 4791.0, 4861.0, 4820.0, 4870.0, 4823.0, 4789.0, 4830.0, 4790.0, 4837.0, 4800.0, 4848.0, 4817.0, 4788.0, 4830.0, 4779.0, 4838.0, 4797.0, 4850.0, 4819.0, 4799.0, 4818.0, 4779.0, 4839.0, 4801.0, 4857.0, 4822.0, 4811.0, 4832.0, 4791.0, 4852.0, 4811.0, 4848.0, 4832.0, 4839.0, 4810.0, 4788.0, 4829.0, 4790.0, 4850.0, 4809.0, 4830.0, 4809.0, 4788.0, 4828.0, 4798.0, 4849.0, 4813.0, 4853.0, 4822.0, 4792.0, 4850.0, 4810.0, 4800.0, 4841.0, 4815.0, 4861.0, 4823.0, 4792.0, 4852.0, 4812.0, 4872.0, 4845.0, 4801.0, 4828.0, 4792.0, 4840.0, 4809.0, 4859.0, 4821.0, 4791.0, 4840.0, 4801.0, 4850.0, 4811.0, 4800.0, 4850.0, 4800.0, 4869.0, 4824.0, 4802.0, 4828.0, 4789.0, 4862.0, 4821.0, 4829.0, 4807.0, 4781.0, 4838.0, 4791.0, 4856.0, 4807.0, 4788.0, 4830.0, 4790.0, 4850.0, 4808.0, 4796.0, 4806.0, 4781.0, 4838.0, 4806.0, 4857.0, 4808.0, 4798.0, 4805.0, 4766.0, 4827.0, 4797.0, 4859.0, 4808.0, 4790.0, 4820.0, 4790.0, 4840.0, 4812.0, 4850.0, 4820.0, 4792.0, 4841.0, 4803.0, 4850.0, 4819.0, 4813.0, 4829.0, 4792.0, 4849.0, 4801.0, 4871.0, 4833.0, 4819.0, 4810.0, 4780.0, 4828.0, 4801.0, 4859.0, 4820.0, 4802.0, 4820.0, 4781.0, 4849.0, 4822.0, 4831.0, 4831.0, 4792.0, 4840.0, 4801.0, 4870.0, 4832.0, 4804.0, 4841.0, 4802.0, 4850.0, 4813.0, 4861.0, 4832.0, 4793.0, 4842.0, 4792.0, 4851.0, 4811.0, 4871.0, 4833.0, 4811.0, 4830.0, 4793.0, 4849.0, 4811.0, 4870.0, 4821.0, 4799.0, 4830.0, 4789.0, 4848.0, 4809.0, 4842.0, 4818.0, 4804.0, 4833.0, 4804.0, 4871.0, 4821.0, 4792.0, 4842.0, 4823.0, 4882.0, 4814.0, 4792.0, 4832.0, 4790.0, 4848.0, 4820.0, 4838.0, 4820.0, 4779.0, 4829.0, 4791.0, 4840.0, 4810.0, 4781.0, 4839.0, 4802.0, 4838.0, 4809.0, 4781.0, 4851.0, 4822.0, 4863.0, 4821.0, 4792.0, 4852.0, 4811.0, 4853.0, 4831.0, 4792.0, 4861.0, 4810.0, 4831.0, 4819.0, 4789.0, 4863.0, 4821.0, 4812.0, 4819.0, 4781.0, 4850.0, 4822.0, 4830.0, 4829.0, 4780.0, 4838.0, 4799.0, 4827.0, 4820.0, 4779.0, 4839.0, 4798.0, 4806.0, 4807.0, 4777.0, 4852.0, 4812.0, 4828.0, 4809.0, 4780.0, 4837.0, 4802.0, 4851.0, 4808.0, 4827.0, 4808.0, 4779.0, 4837.0, 4797.0, 4849.0, 4797.0, 4781.0, 4838.0, 4790.0, 4847.0, 4820.0, 4801.0, 4817.0, 4781.0, 4848.0, 4808.0, 4809.0, 4828.0, 4791.0, 4849.0, 4808.0, 4799.0, 4829.0, 4811.0, 4862.0, 4812.0, 4782.0, 4841.0, 4802.0, 4849.0, 4821.0, 4781.0, 4838.0, 4800.0, 4857.0, 4817.0, 4778.0, 4827.0, 4786.0, 4835.0, 4809.0, 4788.0, 4838.0, 4787.0, 4857.0, 4798.0, 4788.0, 4817.0, 4791.0, 4859.0, 4808.0, 4789.0, 4831.0, 4793.0, 4851.0, 4824.0, 4795.0, 4841.0, 4804.0, 4860.0, 4822.0, 4793.0, 4841.0, 4802.0, 4858.0, 4809.0, 4800.0, 4841.0, 4793.0, 4846.0, 4798.0, 4820.0, 4820.0, 4791.0, 4841.0, 4792.0, 4840.0, 4809.0, 4792.0, 4839.0, 4809.0, 4853.0, 4821.0, 4784.0, 4854.0, 4812.0, 4848.0, 4836.0, 4805.0, 4851.0, 4802.0, 4870.0, 4839.0, 4835.0, 4864.0, 4803.0, 4862.0, 4823.0, 4831.0, 4830.0, 4800.0, 4862.0, 4811.0, 4857.0, 4823.0, 4828.0, 4821.0, 4801.0, 4854.0, 4801.0, 4860.0, 4810.0, 4819.0, 4829.0, 4792.0, 4850.0, 4802.0, 4849.0, 4807.0, 4836.0, 4821.0, 4808.0, 4839.0, 4781.0, 4850.0, 4800.0, 4838.0, 4823.0, 4810.0, 4841.0, 4791.0, 4849.0, 4811.0, 4820.0, 4830.0, 4792.0, 4852.0, 4822.0, 4841.0, 4831.0, 4802.0, 4852.0, 4823.0, 4873.0, 4822.0, 4800.0, 4831.0, 4791.0, 4853.0, 4833.0, 4811.0, 4828.0, 4793.0, 4849.0, 4831.0, 4821.0, 4832.0, 4790.0, 4850.0, 4812.0, 4839.0, 4821.0, 4793.0, 4839.0, 4791.0, 4849.0, 4808.0, 4839.0, 4819.0, 4799.0, 4829.0, 4789.0, 4848.0, 4800.0, 4830.0, 4820.0, 4790.0, 4839.0, 4791.0, 4860.0, 4809.0, 4810.0, 4830.0, 4791.0, 4854.0, 4812.0, 4868.0, 4867.0, 4898.0, 4864.0, 4810.0, 4797.0, 4788.0, 4837.0, 4814.0, 4790.0, 4820.0, 4791.0, 4830.0, 4821.0, 4800.0, 4839.0, 4812.0, 4828.0, 4822.0, 4787.0, 4838.0, 4798.0, 4858.0, 4831.0, 4799.0, 4829.0, 4791.0, 4838.0, 4818.0, 4791.0, 4848.0, 4801.0, 4791.0, 4823.0, 4801.0, 4873.0, 4846.0, 4804.0, 4854.0, 4817.0, 4865.0, 4834.0, 4862.0, 4843.0, 4818.0, 4859.0, 4815.0, 4864.0, 4825.0, 4823.0, 4842.0, 4812.0, 4884.0, 4832.0, 4802.0, 4854.0, 4814.0, 4872.0, 4834.0, 4853.0, 4824.0, 4801.0, 4821.0, 4779.0, 4829.0, 4791.0, 4849.0, 4801.0, 4850.0, 4799.0, 4816.0, 4820.0, 4790.0, 4842.0, 4802.0, 4869.0, 4810.0, 4809.0, 4820.0, 4793.0, 4854.0, 4812.0, 4861.0, 4809.0, 4839.0, 4807.0, 4838.0, 4812.0, 4778.0, 4820.0, 4789.0, 4837.0, 4800.0, 4820.0, 4820.0, 4783.0, 4840.0, 4801.0, 4830.0, 4822.0, 4791.0, 4840.0, 4789.0, 4846.0, 4811.0, 4848.0, 4810.0, 4779.0, 4828.0, 4780.0, 4839.0, 4799.0, 4827.0, 4816.0, 4781.0, 4826.0, 4789.0, 4848.0, 4808.0, 4820.0, 4822.0, 4791.0, 4839.0, 4803.0, 4810.0, 4829.0, 4794.0, 4851.0, 4811.0, 4822.0, 4819.0, 4792.0, 4848.0, 4823.0, 4860.0, 4811.0, 4787.0, 4829.0, 4789.0, 4850.0, 4821.0, 4827.0, 4809.0, 4779.0, 4826.0, 4786.0, 4838.0, 4810.0, 4825.0, 4809.0, 4778.0, 4823.0, 4786.0, 4837.0, 4808.0, 4810.0, 4819.0, 4791.0, 4838.0, 4809.0, 4852.0, 4823.0], 'WindowWidth': [10708.0, 10621.0, 10574.0, 10595.0, 10541.0, 10577.0, 10507.0, 10588.0, 10502.0, 10567.0, 10521.0, 10575.0, 10528.0, 10556.0, 10546.0, 10480.0, 10532.0, 10481.0, 10561.0, 10506.0, 10555.0, 10523.0, 10486.0, 10535.0, 10478.0, 10562.0, 10506.0, 10595.0, 10523.0, 10532.0, 10503.0, 10463.0, 10539.0, 10490.0, 10562.0, 10506.0, 10517.0, 10518.0, 10466.0, 10544.0, 10510.0, 10578.0, 10512.0, 10490.0, 10533.0, 10481.0, 10560.0, 10525.0, 10549.0, 10518.0, 10463.0, 10529.0, 10496.0, 10572.0, 10525.0, 10508.0, 10517.0, 10467.0, 10567.0, 10490.0, 10559.0, 10488.0, 10484.0, 10509.0, 10455.0, 10559.0, 10491.0, 10554.0, 10484.0, 10494.0, 10498.0, 10457.0, 10540.0, 10489.0, 10568.0, 10484.0, 10471.0, 10502.0, 10468.0, 10542.0, 10510.0, 10532.0, 10509.0, 10488.0, 10550.0, 10499.0, 10568.0, 10528.0, 10538.0, 10529.0, 10489.0, 10551.0, 10495.0, 10564.0, 10525.0, 10550.0, 10510.0, 10478.0, 10531.0, 10463.0, 10546.0, 10509.0, 10589.0, 10507.0, 10498.0, 10551.0, 10507.0, 10580.0, 10525.0, 10493.0, 10556.0, 10519.0, 10559.0, 10556.0, 10490.0, 10600.0, 10535.0, 10573.0, 10525.0, 10526.0, 10540.0, 10471.0, 10547.0, 10493.0, 10544.0, 10520.0, 10550.0, 10526.0, 10485.0, 10551.0, 10496.0, 10577.0, 10524.0, 10506.0, 10519.0, 10479.0, 10568.0, 10508.0, 10529.0, 10504.0, 10462.0, 10544.0, 10492.0, 10582.0, 10505.0, 10524.0, 10499.0, 10461.0, 10522.0, 10475.0, 10543.0, 10491.0, 10541.0, 10487.0, 10472.0, 10513.0, 10474.0, 10547.0, 10506.0, 10518.0, 10503.0, 10456.0, 10547.0, 10496.0, 10571.0, 10497.0, 10548.0, 10492.0, 10524.0, 10506.0, 10541.0, 10491.0, 10489.0, 10503.0, 10459.0, 10529.0, 10479.0, 10549.0, 10495.0, 10517.0, 10507.0, 10471.0, 10534.0, 10499.0, 10599.0, 10514.0, 10537.0, 10509.0, 10480.0, 10554.0, 10491.0, 10561.0, 10492.0, 10543.0, 10506.0, 10515.0, 10505.0, 10471.0, 10526.0, 10480.0, 10541.0, 10510.0, 10564.0, 10511.0, 10480.0, 10529.0, 10460.0, 10526.0, 10488.0, 10558.0, 10484.0, 10510.0, 10482.0, 10459.0, 10507.0, 10469.0, 10555.0, 10491.0, 10569.0, 10482.0, 10507.0, 10480.0, 10459.0, 10531.0, 10465.0, 10552.0, 10485.0, 10483.0, 10516.0, 10461.0, 10542.0, 10473.0, 10553.0, 10486.0, 10498.0, 10500.0, 10441.0, 10514.0, 10441.0, 10521.0, 10472.0, 10564.0, 10505.0, 10467.0, 10491.0, 10444.0, 10524.0, 10474.0, 10539.0, 10500.0, 10464.0, 10517.0, 10468.0, 10528.0, 10488.0, 10556.0, 10520.0, 10573.0, 10487.0, 10512.0, 10487.0, 10469.0, 10509.0, 10459.0, 10525.0, 10474.0, 10512.0, 10490.0, 10464.0, 10547.0, 10479.0, 10530.0, 10502.0, 10464.0, 10531.0, 10466.0, 10564.0, 10505.0, 10574.0, 10511.0, 10462.0, 10515.0, 10462.0, 10525.0, 10475.0, 10539.0, 10497.0, 10457.0, 10516.0, 10446.0, 10525.0, 10469.0, 10544.0, 10501.0, 10471.0, 10496.0, 10445.0, 10526.0, 10477.0, 10552.0, 10508.0, 10491.0, 10522.0, 10466.0, 10549.0, 10493.0, 10544.0, 10523.0, 10528.0, 10490.0, 10458.0, 10514.0, 10462.0, 10547.0, 10489.0, 10518.0, 10486.0, 10458.0, 10512.0, 10471.0, 10547.0, 10498.0, 10552.0, 10511.0, 10468.0, 10546.0, 10490.0, 10479.0, 10534.0, 10504.0, 10562.0, 10511.0, 10471.0, 10551.0, 10498.0, 10582.0, 10547.0, 10481.0, 10515.0, 10468.0, 10531.0, 10487.0, 10556.0, 10508.0, 10464.0, 10532.0, 10480.0, 10545.0, 10491.0, 10475.0, 10547.0, 10476.0, 10573.0, 10510.0, 10478.0, 10511.0, 10460.0, 10566.0, 10503.0, 10513.0, 10481.0, 10448.0, 10523.0, 10461.0, 10549.0, 10481.0, 10454.0, 10512.0, 10459.0, 10547.0, 10482.0, 10466.0, 10478.0, 10447.0, 10525.0, 10479.0, 10554.0, 10483.0, 10469.0, 10476.0, 10426.0, 10508.0, 10469.0, 10557.0, 10484.0, 10463.0, 10504.0, 10464.0, 10532.0, 10496.0, 10546.0, 10506.0, 10469.0, 10535.0, 10483.0, 10549.0, 10504.0, 10496.0, 10516.0, 10468.0, 10543.0, 10479.0, 10580.0, 10524.0, 10502.0, 10489.0, 10449.0, 10513.0, 10479.0, 10560.0, 10506.0, 10480.0, 10502.0, 10452.0, 10543.0, 10509.0, 10521.0, 10520.0, 10470.0, 10533.0, 10480.0, 10575.0, 10525.0, 10485.0, 10536.0, 10483.0, 10546.0, 10498.0, 10560.0, 10524.0, 10470.0, 10537.0, 10468.0, 10546.0, 10493.0, 10576.0, 10525.0, 10492.0, 10518.0, 10470.0, 10544.0, 10492.0, 10575.0, 10507.0, 10476.0, 10518.0, 10461.0, 10543.0, 10489.0, 10534.0, 10501.0, 10489.0, 10526.0, 10489.0, 10578.0, 10508.0, 10467.0, 10537.0, 10510.0, 10594.0, 10499.0, 10465.0, 10521.0, 10463.0, 10543.0, 10503.0, 10526.0, 10502.0, 10446.0, 10513.0, 10463.0, 10530.0, 10489.0, 10450.0, 10530.0, 10482.0, 10530.0, 10489.0, 10452.0, 10548.0, 10510.0, 10565.0, 10507.0, 10469.0, 10549.0, 10494.0, 10553.0, 10522.0, 10469.0, 10566.0, 10491.0, 10518.0, 10500.0, 10461.0, 10568.0, 10507.0, 10493.0, 10501.0, 10450.0, 10545.0, 10508.0, 10516.0, 10514.0, 10449.0, 10528.0, 10472.0, 10510.0, 10501.0, 10445.0, 10528.0, 10471.0, 10480.0, 10483.0, 10444.0, 10551.0, 10495.0, 10514.0, 10488.0, 10448.0, 10525.0, 10479.0, 10551.0, 10485.0, 10510.0, 10483.0, 10445.0, 10523.0, 10471.0, 10543.0, 10470.0, 10449.0, 10526.0, 10462.0, 10542.0, 10503.0, 10479.0, 10496.0, 10451.0, 10540.0, 10486.0, 10486.0, 10514.0, 10465.0, 10546.0, 10487.0, 10475.0, 10515.0, 10493.0, 10566.0, 10494.0, 10454.0, 10533.0, 10481.0, 10543.0, 10505.0, 10451.0, 10528.0, 10475.0, 10552.0, 10497.0, 10445.0, 10509.0, 10452.0, 10520.0, 10486.0, 10455.0, 10526.0, 10456.0, 10555.0, 10471.0, 10456.0, 10496.0, 10465.0, 10558.0, 10486.0, 10461.0, 10521.0, 10473.0, 10549.0, 10514.0, 10476.0, 10535.0, 10486.0, 10563.0, 10511.0, 10471.0, 10535.0, 10481.0, 10557.0, 10488.0, 10477.0, 10534.0, 10468.0, 10537.0, 10473.0, 10502.0, 10502.0, 10463.0, 10534.0, 10467.0, 10531.0, 10489.0, 10467.0, 10530.0, 10491.0, 10553.0, 10508.0, 10460.0, 10554.0, 10497.0, 10545.0, 10532.0, 10489.0, 10550.0, 10484.0, 10575.0, 10542.0, 10535.0, 10571.0, 10486.0, 10568.0, 10511.0, 10521.0, 10518.0, 10478.0, 10565.0, 10493.0, 10558.0, 10511.0, 10514.0, 10506.0, 10479.0, 10554.0, 10478.0, 10562.0, 10490.0, 10501.0, 10514.0, 10465.0, 10548.0, 10480.0, 10545.0, 10485.0, 10523.0, 10505.0, 10484.0, 10529.0, 10451.0, 10544.0, 10478.0, 10527.0, 10509.0, 10489.0, 10535.0, 10466.0, 10544.0, 10494.0, 10504.0, 10519.0, 10470.0, 10554.0, 10511.0, 10535.0, 10520.0, 10482.0, 10551.0, 10512.0, 10585.0, 10510.0, 10478.0, 10520.0, 10466.0, 10555.0, 10525.0, 10493.0, 10515.0, 10469.0, 10545.0, 10522.0, 10508.0, 10522.0, 10465.0, 10546.0, 10493.0, 10531.0, 10506.0, 10469.0, 10530.0, 10465.0, 10543.0, 10486.0, 10529.0, 10499.0, 10471.0, 10515.0, 10461.0, 10540.0, 10475.0, 10516.0, 10503.0, 10461.0, 10531.0, 10465.0, 10561.0, 10491.0, 10491.0, 10518.0, 10467.0, 10557.0, 10495.0, 10575.0, 10587.0, 10643.0, 10578.0, 10490.0, 10468.0, 10459.0, 10524.0, 10500.0, 10462.0, 10502.0, 10464.0, 10518.0, 10507.0, 10478.0, 10531.0, 10495.0, 10515.0, 10507.0, 10457.0, 10528.0, 10473.0, 10557.0, 10520.0, 10473.0, 10515.0, 10464.0, 10526.0, 10499.0, 10464.0, 10542.0, 10480.0, 10466.0, 10511.0, 10483.0, 10582.0, 10549.0, 10490.0, 10557.0, 10509.0, 10574.0, 10532.0, 10567.0, 10543.0, 10514.0, 10567.0, 10505.0, 10572.0, 10517.0, 10510.0, 10536.0, 10497.0, 10601.0, 10525.0, 10485.0, 10555.0, 10502.0, 10585.0, 10528.0, 10555.0, 10512.0, 10478.0, 10504.0, 10446.0, 10513.0, 10464.0, 10545.0, 10477.0, 10545.0, 10472.0, 10493.0, 10502.0, 10462.0, 10534.0, 10482.0, 10573.0, 10491.0, 10489.0, 10505.0, 10471.0, 10558.0, 10496.0, 10563.0, 10488.0, 10530.0, 10485.0, 10527.0, 10493.0, 10445.0, 10501.0, 10460.0, 10526.0, 10477.0, 10504.0, 10504.0, 10457.0, 10532.0, 10480.0, 10519.0, 10509.0, 10466.0, 10534.0, 10462.0, 10537.0, 10491.0, 10541.0, 10490.0, 10447.0, 10511.0, 10448.0, 10527.0, 10473.0, 10510.0, 10495.0, 10450.0, 10508.0, 10461.0, 10542.0, 10487.0, 10503.0, 10507.0, 10466.0, 10529.0, 10482.0, 10489.0, 10516.0, 10471.0, 10552.0, 10494.0, 10508.0, 10502.0, 10468.0, 10544.0, 10510.0, 10561.0, 10492.0, 10456.0, 10513.0, 10461.0, 10545.0, 10506.0, 10511.0, 10487.0, 10444.0, 10507.0, 10452.0, 10525.0, 10487.0, 10506.0, 10485.0, 10443.0, 10501.0, 10452.0, 10524.0, 10484.0, 10489.0, 10501.0, 10464.0, 10527.0, 10490.0, 10551.0, 10513.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.00044359861591695493</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.019231249711649363</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.63161538547346</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2544640298729794</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9962968651847581</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5178</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4034.6565</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07033031138657746</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>15</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.7301038062283738</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.344857637803752</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.233292310390526</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.57057693871267</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2307036643080593</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00421846</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010125753469765186</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.032114360481500626</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>867</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.264691947061151</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>14.2163</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>62.6164</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>252.0517</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>65.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>289308.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1229.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>449.5833</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.3464</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>613.3876</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3985.165</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4136.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>87236.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1722.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5160.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>969.8183</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>42.43031365144998</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> |