=== 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-0007 --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-0007",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0007_ses-01_task-social_acq-mb8_run-06_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-0007_ses-01_task-social_acq-mb8_run-06_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-06_session-01_subject-0007_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-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-01_subject-0007_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-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-01_subject-0007_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-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-01_subject-0007_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-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-06_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-06_session-01_subject-0007_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-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-06_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-06_session-01_subject-0007_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-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0007_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-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-06_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-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-06_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-0007/ses-01/func/sub-0007_ses-01_task-social_acq-mb8_run-06_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>4a4a93bb8108bfa3d96bc091be7a96a1</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:51:11.610000</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.99971, 0.00513746, 0.0235341, -0.00697936, 0.996861, 0.0788641]</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-06_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.0773131</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-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4149, -7736, -7270, 645, -8, -215, 33, 62]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>226.791</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>294641a7-8237-41e0-91a9-72bb3305113e||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.6821484565734863, -0.018725106492638588, 0.062248680740594864, 115.79949188232422], [-0.013783436268568039, 2.6745049953460693, 0.21331483125686646, -102.56494140625], [0.06314028054475784, -0.21158668398857117, 2.690840244293213, -68.00231170654297], [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': ['155111.610000', '155112.070000', '155112.530000', '155112.990000', '155113.450000', '155113.910000', '155114.370000', '155114.830000', '155115.290000', '155115.750000', '155116.210000', '155116.670000', '155117.130000', '155117.590000', '155118.050000', '155118.510000', '155118.970000', '155119.430000', '155119.890000', '155120.350000', '155120.810000', '155121.270000', '155121.730000', '155122.190000', '155122.650000', '155123.110000', '155123.570000', '155124.030000', '155124.490000', '155124.950000', '155125.410000', '155125.870000', '155126.330000', '155126.790000', '155127.250000', '155127.710000', '155128.170000', '155128.630000', '155129.090000', '155129.550000', '155130.010000', '155130.470000', '155130.930000', '155131.390000', '155131.850000', '155132.310000', '155132.770000', '155133.230000', '155133.690000', '155134.150000', '155134.610000', '155135.070000', '155135.530000', '155135.990000', '155136.450000', '155136.910000', '155137.370000', '155137.830000', '155138.290000', '155138.750000', '155139.210000', '155139.670000', '155140.130000', '155140.590000', '155141.050000', '155141.510000', '155141.970000', '155142.430000', '155142.890000', '155143.350000', '155143.810000', '155144.270000', '155144.730000', '155145.190000', '155145.650000', '155146.110000', '155146.570000', '155147.030000', '155147.490000', '155147.950000', '155148.410000', '155148.870000', '155149.330000', '155149.790000', '155150.250000', '155150.710000', '155151.170000', '155151.630000', '155152.090000', '155152.550000', '155153.010000', '155153.470000', '155153.930000', '155154.390000', '155154.850000', '155155.310000', '155155.770000', '155156.230000', '155156.690000', '155157.150000', '155157.610000', '155158.070000', '155158.530000', '155158.990000', '155159.450000', '155159.910000', '155200.370000', '155200.830000', '155201.290000', '155201.750000', '155202.210000', '155202.670000', '155203.130000', '155203.590000', '155204.050000', '155204.510000', '155204.970000', '155205.430000', '155205.890000', '155206.350000', '155206.810000', '155207.270000', '155207.730000', '155208.190000', '155208.650000', '155209.110000', '155209.570000', '155210.030000', '155210.490000', '155210.950000', '155211.410000', '155211.870000', '155212.330000', '155212.790000', '155213.250000', '155213.710000', '155214.170000', '155214.630000', '155215.090000', '155215.550000', '155216.010000', '155216.470000', '155216.930000', '155217.390000', '155217.850000', '155218.310000', '155218.770000', '155219.230000', '155219.690000', '155220.150000', '155220.610000', '155221.070000', '155221.530000', '155221.990000', '155222.450000', '155222.910000', '155223.370000', '155223.830000', '155224.290000', '155224.750000', '155225.210000', '155225.670000', '155226.130000', '155226.590000', '155227.050000', '155227.510000', '155227.970000', '155228.430000', '155228.890000', '155229.350000', '155229.810000', '155230.270000', '155230.730000', '155231.190000', '155231.650000', '155232.110000', '155232.570000', '155233.030000', '155233.490000', '155233.950000', '155234.410000', '155234.870000', '155235.330000', '155235.790000', '155236.250000', '155236.710000', '155237.170000', '155237.630000', '155238.090000', '155238.550000', '155239.010000', '155239.470000', '155239.930000', '155240.390000', '155240.850000', '155241.310000', '155241.770000', '155242.230000', '155242.690000', '155243.150000', '155243.610000', '155244.070000', '155244.530000', '155244.990000', '155245.450000', '155245.910000', '155246.370000', '155246.830000', '155247.290000', '155247.750000', '155248.210000', '155248.670000', '155249.130000', '155249.590000', '155250.050000', '155250.510000', '155250.970000', '155251.430000', '155251.890000', '155252.350000', '155252.810000', '155253.270000', '155253.730000', '155254.190000', '155254.650000', '155255.110000', '155255.570000', '155256.030000', '155256.490000', '155256.950000', '155257.410000', '155257.870000', '155258.330000', '155258.790000', '155259.250000', '155259.710000', '155300.170000', '155300.630000', '155301.090000', '155301.550000', '155302.010000', '155302.470000', '155302.930000', '155303.390000', '155303.850000', '155304.310000', '155304.770000', '155305.230000', '155305.690000', '155306.150000', '155306.610000', '155307.070000', '155307.530000', '155307.990000', '155308.450000', '155308.910000', '155309.370000', '155309.830000', '155310.290000', '155310.750000', '155311.210000', '155311.670000', '155312.130000', '155312.590000', '155313.050000', '155313.510000', '155313.970000', '155314.430000', '155314.890000', '155315.350000', '155315.810000', '155316.270000', '155316.730000', '155317.190000', '155317.650000', '155318.110000', '155318.570000', '155319.030000', '155319.490000', '155319.950000', '155320.410000', '155320.870000', '155321.330000', '155321.790000', '155322.250000', '155322.710000', '155323.170000', '155323.630000', '155324.090000', '155324.550000', '155325.010000', '155325.470000', '155325.930000', '155326.390000', '155326.850000', '155327.310000', '155327.770000', '155328.230000', '155328.690000', '155329.150000', '155329.610000', '155330.070000', '155330.530000', '155330.990000', '155331.450000', '155331.910000', '155332.370000', '155332.830000', '155333.290000', '155333.750000', '155334.210000', '155334.670000', '155335.130000', '155335.590000', '155336.050000', '155336.510000', '155336.970000', '155337.430000', '155337.890000', '155338.350000', '155338.810000', '155339.270000', '155339.730000', '155340.190000', '155340.650000', '155341.110000', '155341.570000', '155342.030000', '155342.490000', '155342.950000', '155343.410000', '155343.870000', '155344.330000', '155344.790000', '155345.250000', '155345.710000', '155346.170000', '155346.630000', '155347.090000', '155347.550000', '155348.010000', '155348.470000', '155348.930000', '155349.390000', '155349.850000', '155350.310000', '155350.770000', '155351.230000', '155351.690000', '155352.150000', '155352.610000', '155353.070000', '155353.530000', '155353.990000', '155354.450000', '155354.910000', '155355.370000', '155355.830000', '155356.290000', '155356.750000', '155357.210000', '155357.670000', '155358.130000', '155358.590000', '155359.050000', '155359.510000', '155359.970000', '155400.430000', '155400.890000', '155401.350000', '155401.810000', '155402.270000', '155402.730000', '155403.190000', '155403.650000', '155404.110000', '155404.570000', '155405.030000', '155405.490000', '155405.950000', '155406.410000', '155406.870000', '155407.330000', '155407.790000', '155408.250000', '155408.710000', '155409.170000', '155409.630000', '155410.090000', '155410.550000', '155411.010000', '155411.470000', '155411.930000', '155412.390000', '155412.850000', '155413.310000', '155413.770000', '155414.230000', '155414.690000', '155415.150000', '155415.610000', '155416.070000', '155416.530000', '155416.990000', '155417.450000', '155417.910000', '155418.370000', '155418.830000', '155419.290000', '155419.750000', '155420.210000', '155420.670000', '155421.130000', '155421.590000', '155422.050000', '155422.510000', '155422.970000', '155423.430000', '155423.890000', '155424.350000', '155424.810000', '155425.270000', '155425.730000', '155426.190000', '155426.650000', '155427.110000', '155427.570000', '155428.030000', '155428.490000', '155428.950000', '155429.410000', '155429.870000', '155430.330000', '155430.790000', '155431.250000', '155431.710000', '155432.170000', '155432.630000', '155433.090000', '155433.550000', '155434.010000', '155434.470000', '155434.930000', '155435.390000', '155435.850000', '155436.310000', '155436.770000', '155437.230000', '155437.690000', '155438.150000', '155438.610000', '155439.070000', '155439.530000', '155439.990000', '155440.450000', '155440.910000', '155441.370000', '155441.830000', '155442.290000', '155442.750000', '155443.210000', '155443.670000', '155444.130000', '155444.590000', '155445.050000', '155445.510000', '155445.970000', '155446.430000', '155446.890000', '155447.350000', '155447.810000', '155448.270000', '155448.730000', '155449.190000', '155449.650000', '155450.110000', '155450.570000', '155451.030000', '155451.490000', '155451.950000', '155452.410000', '155452.870000', '155453.330000', '155453.790000', '155454.250000', '155454.710000', '155455.170000', '155455.630000', '155456.090000', '155456.550000', '155457.010000', '155457.470000', '155457.930000', '155458.390000', '155458.850000', '155459.310000', '155459.770000', '155500.230000', '155500.690000', '155501.150000', '155501.610000', '155502.070000', '155502.530000', '155502.990000', '155503.450000', '155503.910000', '155504.370000', '155504.830000', '155505.290000', '155505.750000', '155506.210000', '155506.670000', '155507.130000', '155507.590000', '155508.050000', '155508.510000', '155508.970000', '155509.430000', '155509.890000', '155510.350000', '155510.810000', '155511.270000', '155511.730000', '155512.190000', '155512.650000', '155513.110000', '155513.570000', '155514.030000', '155514.490000', '155514.950000', '155515.410000', '155515.870000', '155516.330000', '155516.790000', '155517.250000', '155517.710000', '155518.170000', '155518.630000', '155519.090000', '155519.550000', '155520.010000', '155520.470000', '155520.930000', '155521.390000', '155521.850000', '155522.310000', '155522.770000', '155523.230000', '155523.690000', '155524.150000', '155524.610000', '155525.070000', '155525.530000', '155525.990000', '155526.450000', '155526.910000', '155527.370000', '155527.830000', '155528.290000', '155528.750000', '155529.210000', '155529.670000', '155530.130000', '155530.590000', '155531.050000', '155531.510000', '155531.970000', '155532.430000', '155532.890000', '155533.350000', '155533.810000', '155534.270000', '155534.730000', '155535.190000', '155535.650000', '155536.110000', '155536.570000', '155537.030000', '155537.490000', '155537.950000', '155538.410000', '155538.870000', '155539.330000', '155539.790000', '155540.250000', '155540.710000', '155541.170000', '155541.630000', '155542.090000', '155542.550000', '155543.010000', '155543.470000', '155543.930000', '155544.390000', '155544.850000', '155545.310000', '155545.770000', '155546.230000', '155546.690000', '155547.150000', '155547.610000', '155548.070000', '155548.530000', '155548.990000', '155549.450000', '155549.910000', '155550.370000', '155550.830000', '155551.290000', '155551.750000', '155552.210000', '155552.670000', '155553.130000', '155553.590000', '155554.050000', '155554.510000', '155554.970000', '155555.430000', '155555.890000', '155556.350000', '155556.810000', '155557.270000', '155557.730000', '155558.190000', '155558.650000', '155559.110000', '155559.570000', '155600.030000', '155600.490000', '155600.950000', '155601.410000', '155601.870000', '155602.330000', '155602.790000', '155603.250000', '155603.710000', '155604.170000', '155604.630000', '155605.090000', '155605.550000', '155606.010000', '155606.470000', '155606.930000', '155607.390000', '155607.850000', '155608.310000', '155608.770000', '155609.230000', '155609.690000', '155610.150000', '155610.610000', '155611.070000', '155611.530000', '155611.990000', '155612.450000', '155612.910000', '155613.370000', '155613.830000', '155614.290000', '155614.750000', '155615.210000', '155615.670000', '155616.130000', '155616.590000', '155617.050000', '155617.510000', '155617.970000', '155618.430000', '155618.890000', '155619.350000', '155619.810000', '155620.270000', '155620.730000', '155621.190000', '155621.650000', '155622.110000', '155622.570000', '155623.030000', '155623.490000', '155623.950000', '155624.410000', '155624.870000', '155625.330000', '155625.790000', '155626.250000', '155626.710000', '155627.170000', '155627.630000', '155628.090000', '155628.550000', '155629.010000', '155629.470000', '155629.930000', '155630.390000', '155630.850000', '155631.310000', '155631.770000', '155632.230000', '155632.690000', '155633.150000', '155633.610000', '155634.070000', '155634.530000', '155634.990000', '155635.450000', '155635.910000', '155636.370000', '155636.830000', '155637.290000', '155637.750000', '155638.210000', '155638.670000', '155639.130000', '155639.590000', '155640.050000', '155640.510000', '155640.970000', '155641.430000', '155641.890000', '155642.350000', '155642.810000', '155643.270000', '155643.730000', '155644.190000', '155644.650000', '155645.110000', '155645.570000', '155646.030000', '155646.490000', '155646.950000', '155647.410000', '155647.870000', '155648.330000', '155648.790000', '155649.250000', '155649.710000', '155650.170000', '155650.630000', '155651.090000', '155651.550000', '155652.010000', '155652.470000', '155652.930000', '155653.390000', '155653.850000', '155654.310000', '155654.770000', '155655.230000', '155655.690000', '155656.150000', '155656.610000', '155657.070000', '155657.530000', '155657.990000', '155658.450000', '155658.910000', '155659.370000', '155659.830000', '155700.290000', '155700.750000', '155701.210000', '155701.670000', '155702.130000', '155702.590000', '155703.050000', '155703.510000', '155703.970000', '155704.430000', '155704.890000', '155705.350000', '155705.810000', '155706.270000', '155706.730000', '155707.190000', '155707.650000', '155708.110000', '155708.570000', '155709.030000', '155709.490000', '155709.950000', '155710.410000', '155710.870000', '155711.330000', '155711.790000', '155712.250000', '155712.710000', '155713.170000', '155713.630000', '155714.090000', '155714.550000', '155715.010000', '155715.470000', '155715.930000', '155716.390000', '155716.850000', '155717.310000', '155717.770000', '155718.230000', '155718.690000', '155719.150000', '155719.610000', '155720.070000', '155720.530000', '155720.990000', '155721.450000', '155721.910000', '155722.370000', '155722.830000', '155723.290000', '155723.750000', '155724.210000', '155724.670000', '155725.130000', '155725.590000', '155726.050000', '155726.510000', '155726.970000', '155727.430000', '155727.890000', '155728.350000', '155728.810000', '155729.270000', '155729.730000', '155730.190000', '155730.650000', '155731.110000', '155731.570000', '155732.030000', '155732.490000', '155732.950000', '155733.410000', '155733.870000', '155734.330000', '155734.790000', '155735.250000', '155735.710000', '155736.170000', '155736.630000', '155737.090000', '155737.550000', '155738.010000', '155738.470000', '155738.930000', '155739.390000', '155739.850000', '155740.310000', '155740.770000', '155741.230000', '155741.690000', '155742.150000', '155742.610000', '155743.070000', '155743.530000', '155743.990000', '155744.450000', '155744.910000', '155745.370000', '155745.830000', '155746.290000', '155746.750000', '155747.210000', '155747.670000', '155748.130000', '155748.590000', '155749.050000', '155749.510000', '155749.970000', '155750.430000', '155750.890000', '155751.350000', '155751.810000', '155752.270000'], 'ContentTime': ['155129.278000', '155129.281000', '155129.284000', '155129.287000', '155129.290000', '155129.293000', '155129.304000', '155129.307000', '155129.310000', '155129.313000', '155129.316000', '155129.319000', '155129.322000', '155129.339000', '155129.342000', '155129.345000', '155129.348000', '155129.351000', '155129.354000', '155129.357000', '155129.360000', '155129.363000', '155129.365000', '155129.368000', '155129.371000', '155129.374000', '155129.377000', '155129.380000', '155129.383000', '155129.386000', '155129.389000', '155129.392000', '155129.395000', '155129.398000', '155129.401000', '155129.404000', '155149.247000', '155149.250000', '155149.253000', '155149.255000', '155149.258000', '155149.271000', '155149.274000', '155149.276000', '155149.279000', '155149.282000', '155149.285000', '155149.288000', '155149.291000', '155149.293000', '155149.296000', '155149.299000', '155149.302000', '155149.305000', '155149.307000', '155149.310000', '155149.313000', '155149.316000', '155149.319000', '155149.322000', '155149.324000', '155149.333000', '155149.336000', '155149.339000', '155149.342000', '155149.345000', '155149.347000', '155149.350000', '155149.353000', '155149.356000', '155149.359000', '155149.361000', '155149.364000', '155149.367000', '155149.370000', '155149.373000', '155149.376000', '155149.379000', '155149.381000', '155149.384000', '155209.247000', '155209.250000', '155209.253000', '155209.256000', '155209.267000', '155209.270000', '155209.273000', '155209.275000', '155209.278000', '155209.281000', '155209.284000', '155209.287000', '155209.290000', '155209.292000', '155209.295000', '155209.298000', '155209.301000', '155209.304000', '155209.307000', '155209.309000', '155209.312000', '155209.315000', '155209.318000', '155209.321000', '155209.324000', '155209.326000', '155209.329000', '155209.332000', '155209.335000', '155209.338000', '155209.340000', '155209.343000', '155209.346000', '155209.349000', '155209.352000', '155209.355000', '155209.358000', '155209.360000', '155209.363000', '155209.366000', '155209.369000', '155209.372000', '155209.374000', '155229.247000', '155229.250000', '155229.252000', '155229.256000', '155229.258000', '155229.261000', '155229.264000', '155229.267000', '155229.270000', '155229.272000', '155229.275000', '155229.278000', '155229.281000', '155229.284000', '155229.287000', '155229.294000', '155229.296000', '155229.299000', '155229.302000', '155229.305000', '155229.308000', '155229.311000', '155229.313000', '155229.316000', '155229.319000', '155229.322000', '155229.330000', '155229.333000', '155229.335000', '155229.338000', '155229.341000', '155229.344000', '155229.347000', '155229.350000', '155229.352000', '155229.355000', '155229.358000', '155229.361000', '155229.364000', '155229.367000', '155229.370000', '155229.372000', '155229.375000', '155229.378000', '155249.247000', '155249.250000', '155249.253000', '155249.256000', '155249.258000', '155249.261000', '155249.264000', '155249.267000', '155249.270000', '155249.273000', '155249.276000', '155249.279000', '155249.282000', '155249.285000', '155249.288000', '155249.291000', '155249.294000', '155249.297000', '155249.299000', '155249.302000', '155249.305000', '155249.308000', '155249.311000', '155249.314000', '155249.316000', '155249.319000', '155249.322000', '155249.325000', '155249.328000', '155249.331000', '155249.333000', '155249.336000', '155249.339000', '155249.342000', '155249.345000', '155249.348000', '155249.350000', '155249.353000', '155249.356000', '155249.359000', '155249.362000', '155249.365000', '155249.367000', '155309.247000', '155309.250000', '155309.253000', '155309.256000', '155309.259000', '155309.261000', '155309.264000', '155309.267000', '155309.270000', '155309.273000', '155309.276000', '155309.278000', '155309.281000', '155309.284000', '155309.287000', '155309.290000', '155309.293000', '155309.295000', '155309.298000', '155309.301000', '155309.304000', '155309.307000', '155309.310000', '155309.313000', '155309.315000', '155309.318000', '155309.321000', '155309.324000', '155309.327000', '155309.330000', '155309.333000', '155309.335000', '155309.338000', '155309.341000', '155309.344000', '155309.347000', '155309.349000', '155309.352000', '155309.355000', '155309.358000', '155309.361000', '155309.364000', '155309.366000', '155309.369000', '155329.247000', '155329.250000', '155329.253000', '155329.255000', '155329.258000', '155329.261000', '155329.264000', '155329.267000', '155329.270000', '155329.273000', '155329.275000', '155329.278000', '155329.281000', '155329.284000', '155329.306000', '155329.312000', '155329.315000', '155329.318000', '155329.321000', '155329.324000', '155329.326000', '155329.329000', '155329.332000', '155329.335000', '155329.338000', '155329.341000', '155329.344000', '155329.346000', '155329.349000', '155329.352000', '155329.355000', '155329.358000', '155329.361000', '155329.363000', '155329.366000', '155329.369000', '155329.372000', '155329.375000', '155329.378000', '155329.381000', '155329.383000', '155329.386000', '155329.389000', '155349.246000', '155349.249000', '155349.252000', '155349.255000', '155349.257000', '155349.260000', '155349.263000', '155349.266000', '155349.269000', '155349.272000', '155349.275000', '155349.277000', '155349.280000', '155349.283000', '155349.286000', '155349.289000', '155349.292000', '155349.295000', '155349.297000', '155349.305000', '155349.308000', '155349.311000', '155349.313000', '155349.316000', '155349.319000', '155349.322000', '155349.325000', '155349.328000', '155349.330000', '155349.333000', '155349.336000', '155349.339000', '155349.342000', '155349.345000', '155349.348000', '155349.350000', '155349.353000', '155349.356000', '155349.359000', '155349.362000', '155349.364000', '155349.367000', '155349.370000', '155349.373000', '155409.247000', '155409.250000', '155409.253000', '155409.257000', '155409.260000', '155409.263000', '155409.265000', '155409.276000', '155409.279000', '155409.281000', '155409.284000', '155409.287000', '155409.290000', '155409.293000', '155409.296000', '155409.299000', '155409.302000', '155409.305000', '155409.307000', '155409.311000', '155409.313000', '155409.316000', '155409.319000', '155409.322000', '155409.325000', '155409.328000', '155409.331000', '155409.334000', '155409.337000', '155409.340000', '155409.343000', '155409.346000', '155409.348000', '155409.351000', '155409.354000', '155409.357000', '155409.360000', '155409.363000', '155409.365000', '155409.368000', '155409.371000', '155409.374000', '155409.377000', '155429.247000', '155429.250000', '155429.253000', '155429.255000', '155429.258000', '155429.261000', '155429.264000', '155429.267000', '155429.270000', '155429.273000', '155429.275000', '155429.278000', '155429.281000', '155429.284000', '155429.287000', '155429.290000', '155429.293000', '155429.295000', '155429.298000', '155429.301000', '155429.304000', '155429.307000', '155429.309000', '155429.312000', '155429.315000', '155429.318000', '155429.321000', '155429.324000', '155429.327000', '155429.329000', '155429.332000', '155429.335000', '155429.338000', '155429.341000', '155429.344000', '155429.346000', '155429.349000', '155429.352000', '155429.355000', '155429.358000', '155429.361000', '155429.366000', '155429.369000', '155429.372000', '155449.247000', '155449.250000', '155449.253000', '155449.256000', '155449.259000', '155449.261000', '155449.264000', '155449.267000', '155449.270000', '155449.273000', '155449.276000', '155449.279000', '155449.282000', '155449.284000', '155449.287000', '155449.290000', '155449.293000', '155449.296000', '155449.299000', '155449.302000', '155449.305000', '155449.307000', '155449.310000', '155449.313000', '155449.316000', '155449.319000', '155449.322000', '155449.325000', '155449.327000', '155449.330000', '155449.333000', '155449.336000', '155449.340000', '155449.345000', '155449.348000', '155449.351000', '155449.354000', '155449.357000', '155449.360000', '155449.372000', '155449.375000', '155449.378000', '155449.380000', '155509.247000', '155509.250000', '155509.253000', '155509.256000', '155509.259000', '155509.262000', '155509.264000', '155509.267000', '155509.270000', '155509.273000', '155509.276000', '155509.279000', '155509.282000', '155509.284000', '155509.287000', '155509.290000', '155509.293000', '155509.296000', '155509.299000', '155509.302000', '155509.304000', '155509.307000', '155509.310000', '155509.313000', '155509.316000', '155509.319000', '155509.321000', '155509.324000', '155509.327000', '155509.330000', '155509.333000', '155509.336000', '155509.339000', '155509.341000', '155509.344000', '155509.347000', '155509.350000', '155509.353000', '155509.356000', '155509.359000', '155509.361000', '155509.364000', '155509.367000', '155509.370000', '155529.247000', '155529.250000', '155529.253000', '155529.256000', '155529.259000', '155529.262000', '155529.265000', '155529.267000', '155529.270000', '155529.273000', '155529.276000', '155529.279000', '155529.282000', '155529.285000', '155529.287000', '155529.291000', '155529.294000', '155529.297000', '155529.300000', '155529.303000', '155529.306000', '155529.309000', '155529.312000', '155529.315000', '155529.317000', '155529.320000', '155529.323000', '155529.326000', '155529.329000', '155529.332000', '155529.335000', '155529.337000', '155529.340000', '155529.343000', '155529.346000', '155529.349000', '155529.352000', '155529.355000', '155529.358000', '155529.361000', '155529.364000', '155529.366000', '155529.369000', '155549.247000', '155549.250000', '155549.253000', '155549.257000', '155549.260000', '155549.263000', '155549.266000', '155549.268000', '155549.271000', '155549.274000', '155549.277000', '155549.280000', '155549.283000', '155549.285000', '155549.288000', '155549.291000', '155549.294000', '155549.297000', '155549.300000', '155549.303000', '155549.305000', '155549.308000', '155549.311000', '155549.314000', '155549.317000', '155549.320000', '155549.323000', '155549.326000', '155549.328000', '155549.331000', '155549.334000', '155549.337000', '155549.340000', '155549.343000', '155549.346000', '155549.348000', '155549.351000', '155549.354000', '155549.357000', '155549.360000', '155549.363000', '155549.365000', '155549.368000', '155549.371000', '155609.246000', '155609.249000', '155609.252000', '155609.255000', '155609.258000', '155609.261000', '155609.264000', '155609.266000', '155609.269000', '155609.272000', '155609.275000', '155609.278000', '155609.281000', '155609.284000', '155609.287000', '155609.289000', '155609.292000', '155609.295000', '155609.298000', '155609.301000', '155609.304000', '155609.307000', '155609.309000', '155609.312000', '155609.315000', '155609.318000', '155609.321000', '155609.324000', '155609.327000', '155609.329000', '155609.332000', '155609.335000', '155609.338000', '155609.341000', '155609.344000', '155609.346000', '155609.349000', '155609.352000', '155609.355000', '155609.358000', '155609.361000', '155609.364000', '155609.367000', '155629.247000', '155629.250000', '155629.253000', '155629.256000', '155629.259000', '155629.262000', '155629.264000', '155629.267000', '155629.270000', '155629.273000', '155629.276000', '155629.279000', '155629.281000', '155629.284000', '155629.287000', '155629.290000', '155629.293000', '155629.296000', '155629.299000', '155629.301000', '155629.304000', '155629.328000', '155629.331000', '155629.334000', '155629.337000', '155629.340000', '155629.342000', '155629.345000', '155629.348000', '155629.351000', '155629.354000', '155629.357000', '155629.359000', '155629.362000', '155629.365000', '155629.368000', '155629.371000', '155629.374000', '155629.377000', '155629.380000', '155629.382000', '155629.385000', '155629.388000', '155629.391000', '155649.247000', '155649.250000', '155649.253000', '155649.256000', '155649.259000', '155649.262000', '155649.264000', '155649.267000', '155649.270000', '155649.273000', '155649.276000', '155649.279000', '155649.282000', '155649.284000', '155649.287000', '155649.290000', '155649.293000', '155649.296000', '155649.299000', '155649.302000', '155649.305000', '155649.307000', '155649.310000', '155649.313000', '155649.316000', '155649.319000', '155649.322000', '155649.325000', '155649.327000', '155649.332000', '155649.335000', '155649.338000', '155649.340000', '155649.343000', '155649.346000', '155649.349000', '155649.352000', '155649.355000', '155649.358000', '155649.361000', '155649.363000', '155649.366000', '155649.369000', '155709.247000', '155709.252000', '155709.255000', '155709.257000', '155709.261000', '155709.263000', '155709.266000', '155709.269000', '155709.272000', '155709.275000', '155709.278000', '155709.281000', '155709.284000', '155709.287000', '155709.290000', '155709.292000', '155709.295000', '155709.298000', '155709.301000', '155709.304000', '155709.307000', '155709.310000', '155709.313000', '155709.315000', '155709.318000', '155709.321000', '155709.324000', '155709.327000', '155709.330000', '155709.333000', '155709.335000', '155709.338000', '155709.341000', '155709.344000', '155709.347000', '155709.350000', '155709.353000', '155709.355000', '155709.358000', '155709.361000', '155709.364000', '155709.367000', '155709.370000', '155709.372000', '155729.247000', '155729.250000', '155729.253000', '155729.256000', '155729.259000', '155729.262000', '155729.265000', '155729.267000', '155729.270000', '155729.273000', '155729.276000', '155729.279000', '155729.282000', '155729.284000', '155729.287000', '155729.290000', '155729.293000', '155729.296000', '155729.314000', '155729.317000', '155729.319000', '155729.322000', '155729.325000', '155729.328000', '155729.331000', '155729.334000', '155729.337000', '155729.339000', '155729.342000', '155729.345000', '155729.348000', '155729.351000', '155729.354000', '155729.357000', '155729.360000', '155729.362000', '155729.365000', '155729.368000', '155729.371000', '155729.374000', '155729.377000', '155729.379000', '155729.382000', '155749.247000', '155749.250000', '155749.253000', '155749.262000', '155749.265000', '155749.268000', '155749.271000', '155749.274000', '155749.277000', '155749.279000', '155749.282000', '155749.285000', '155749.288000', '155749.291000', '155749.294000', '155749.297000', '155749.299000', '155749.302000', '155749.305000', '155749.308000', '155749.311000', '155749.314000', '155749.316000', '155749.319000', '155749.322000', '155749.325000', '155749.328000', '155749.331000', '155749.334000', '155749.336000', '155749.339000', '155749.342000', '155749.353000', '155749.356000', '155749.359000', '155749.362000', '155749.365000', '155749.367000', '155749.370000', '155749.373000', '155749.376000', '155749.379000', '155749.382000', '155749.385000', '155753.396000', '155753.400000', '155753.405000', '155753.412000', '155753.419000', '155753.422000', '155753.426000', '155753.429000', '155753.432000'], 'InstanceCreationTime': ['155129.278000', '155129.281000', '155129.284000', '155129.287000', '155129.290000', '155129.293000', '155129.304000', '155129.307000', '155129.310000', '155129.313000', '155129.316000', '155129.319000', '155129.322000', '155129.339000', '155129.342000', '155129.345000', '155129.348000', '155129.351000', '155129.354000', '155129.357000', '155129.360000', '155129.363000', '155129.365000', '155129.368000', '155129.371000', '155129.374000', '155129.377000', '155129.380000', '155129.383000', '155129.386000', '155129.389000', '155129.392000', '155129.395000', '155129.398000', '155129.401000', '155129.404000', '155149.247000', '155149.250000', '155149.253000', '155149.255000', '155149.258000', '155149.271000', '155149.274000', '155149.276000', '155149.279000', '155149.282000', '155149.285000', '155149.288000', '155149.291000', '155149.293000', '155149.296000', '155149.299000', '155149.302000', '155149.305000', '155149.307000', '155149.310000', '155149.313000', '155149.316000', '155149.319000', '155149.322000', '155149.324000', '155149.333000', '155149.336000', '155149.339000', '155149.342000', '155149.345000', '155149.347000', '155149.350000', '155149.353000', '155149.356000', '155149.359000', '155149.361000', '155149.364000', '155149.367000', '155149.370000', '155149.373000', '155149.376000', '155149.379000', '155149.381000', '155149.384000', '155209.247000', '155209.250000', '155209.253000', '155209.256000', '155209.267000', '155209.270000', '155209.273000', '155209.275000', '155209.278000', '155209.281000', '155209.284000', '155209.287000', '155209.290000', '155209.292000', '155209.295000', '155209.298000', '155209.301000', '155209.304000', '155209.307000', '155209.309000', '155209.312000', '155209.315000', '155209.318000', '155209.321000', '155209.324000', '155209.326000', '155209.329000', '155209.332000', '155209.335000', '155209.338000', '155209.340000', '155209.343000', '155209.346000', '155209.349000', '155209.352000', '155209.355000', '155209.358000', '155209.360000', '155209.363000', '155209.366000', '155209.369000', '155209.372000', '155209.374000', '155229.247000', '155229.250000', '155229.252000', '155229.256000', '155229.258000', '155229.261000', '155229.264000', '155229.267000', '155229.270000', '155229.272000', '155229.275000', '155229.278000', '155229.281000', '155229.284000', '155229.287000', '155229.294000', '155229.296000', '155229.299000', '155229.302000', '155229.305000', '155229.308000', '155229.311000', '155229.313000', '155229.316000', '155229.319000', '155229.322000', '155229.330000', '155229.333000', '155229.335000', '155229.338000', '155229.341000', '155229.344000', '155229.347000', '155229.350000', '155229.352000', '155229.355000', '155229.358000', '155229.361000', '155229.364000', '155229.367000', '155229.370000', '155229.372000', '155229.375000', '155229.378000', '155249.247000', '155249.250000', '155249.253000', '155249.256000', '155249.258000', '155249.261000', '155249.264000', '155249.267000', '155249.270000', '155249.273000', '155249.276000', '155249.279000', '155249.282000', '155249.285000', '155249.288000', '155249.291000', '155249.294000', '155249.297000', '155249.299000', '155249.302000', '155249.305000', '155249.308000', '155249.311000', '155249.314000', '155249.316000', '155249.319000', '155249.322000', '155249.325000', '155249.328000', '155249.331000', '155249.333000', '155249.336000', '155249.339000', '155249.342000', '155249.345000', '155249.348000', '155249.350000', '155249.353000', '155249.356000', '155249.359000', '155249.362000', '155249.365000', '155249.367000', '155309.247000', '155309.250000', '155309.253000', '155309.256000', '155309.259000', '155309.261000', '155309.264000', '155309.267000', '155309.270000', '155309.273000', '155309.276000', '155309.278000', '155309.281000', '155309.284000', '155309.287000', '155309.290000', '155309.293000', '155309.295000', '155309.298000', '155309.301000', '155309.304000', '155309.307000', '155309.310000', '155309.313000', '155309.315000', '155309.318000', '155309.321000', '155309.324000', '155309.327000', '155309.330000', '155309.333000', '155309.335000', '155309.338000', '155309.341000', '155309.344000', '155309.347000', '155309.349000', '155309.352000', '155309.355000', '155309.358000', '155309.361000', '155309.364000', '155309.366000', '155309.369000', '155329.247000', '155329.250000', '155329.253000', '155329.255000', '155329.258000', '155329.261000', '155329.264000', '155329.267000', '155329.270000', '155329.273000', '155329.275000', '155329.278000', '155329.281000', '155329.284000', '155329.306000', '155329.312000', '155329.315000', '155329.318000', '155329.321000', '155329.324000', '155329.326000', '155329.329000', '155329.332000', '155329.335000', '155329.338000', '155329.341000', '155329.344000', '155329.346000', '155329.349000', '155329.352000', '155329.355000', '155329.358000', '155329.361000', '155329.363000', '155329.366000', '155329.369000', '155329.372000', '155329.375000', '155329.378000', '155329.381000', '155329.383000', '155329.386000', '155329.389000', '155349.246000', '155349.249000', '155349.252000', '155349.255000', '155349.257000', '155349.260000', '155349.263000', '155349.266000', '155349.269000', '155349.272000', '155349.275000', '155349.277000', '155349.280000', '155349.283000', '155349.286000', '155349.289000', '155349.292000', '155349.295000', '155349.297000', '155349.305000', '155349.308000', '155349.311000', '155349.313000', '155349.316000', '155349.319000', '155349.322000', '155349.325000', '155349.328000', '155349.330000', '155349.333000', '155349.336000', '155349.339000', '155349.342000', '155349.345000', '155349.348000', '155349.350000', '155349.353000', '155349.356000', '155349.359000', '155349.362000', '155349.364000', '155349.367000', '155349.370000', '155349.373000', '155409.247000', '155409.250000', '155409.253000', '155409.257000', '155409.260000', '155409.263000', '155409.265000', '155409.276000', '155409.279000', '155409.281000', '155409.284000', '155409.287000', '155409.290000', '155409.293000', '155409.296000', '155409.299000', '155409.302000', '155409.305000', '155409.307000', '155409.311000', '155409.313000', '155409.316000', '155409.319000', '155409.322000', '155409.325000', '155409.328000', '155409.331000', '155409.334000', '155409.337000', '155409.340000', '155409.343000', '155409.346000', '155409.348000', '155409.351000', '155409.354000', '155409.357000', '155409.360000', '155409.363000', '155409.365000', '155409.368000', '155409.371000', '155409.374000', '155409.377000', '155429.247000', '155429.250000', '155429.253000', '155429.255000', '155429.258000', '155429.261000', '155429.264000', '155429.267000', '155429.270000', '155429.273000', '155429.275000', '155429.278000', '155429.281000', '155429.284000', '155429.287000', '155429.290000', '155429.293000', '155429.295000', '155429.298000', '155429.301000', '155429.304000', '155429.307000', '155429.309000', '155429.312000', '155429.315000', '155429.318000', '155429.321000', '155429.324000', '155429.327000', '155429.329000', '155429.332000', '155429.335000', '155429.338000', '155429.341000', '155429.344000', '155429.346000', '155429.349000', '155429.352000', '155429.355000', '155429.358000', '155429.361000', '155429.366000', '155429.369000', '155429.372000', '155449.247000', '155449.250000', '155449.253000', '155449.256000', '155449.259000', '155449.261000', '155449.264000', '155449.267000', '155449.270000', '155449.273000', '155449.276000', '155449.279000', '155449.282000', '155449.284000', '155449.287000', '155449.290000', '155449.293000', '155449.296000', '155449.299000', '155449.302000', '155449.305000', '155449.307000', '155449.310000', '155449.313000', '155449.316000', '155449.319000', '155449.322000', '155449.325000', '155449.327000', '155449.330000', '155449.333000', '155449.336000', '155449.340000', '155449.345000', '155449.348000', '155449.351000', '155449.354000', '155449.357000', '155449.360000', '155449.372000', '155449.375000', '155449.378000', '155449.380000', '155509.247000', '155509.250000', '155509.253000', '155509.256000', '155509.259000', '155509.262000', '155509.264000', '155509.267000', '155509.270000', '155509.273000', '155509.276000', '155509.279000', '155509.282000', '155509.284000', '155509.287000', '155509.290000', '155509.293000', '155509.296000', '155509.299000', '155509.302000', '155509.304000', '155509.307000', '155509.310000', '155509.313000', '155509.316000', '155509.319000', '155509.321000', '155509.324000', '155509.327000', '155509.330000', '155509.333000', '155509.336000', '155509.339000', '155509.341000', '155509.344000', '155509.347000', '155509.350000', '155509.353000', '155509.356000', '155509.359000', '155509.361000', '155509.364000', '155509.367000', '155509.370000', '155529.247000', '155529.250000', '155529.253000', '155529.256000', '155529.259000', '155529.262000', '155529.265000', '155529.267000', '155529.270000', '155529.273000', '155529.276000', '155529.279000', '155529.282000', '155529.285000', '155529.287000', '155529.291000', '155529.294000', '155529.297000', '155529.300000', '155529.303000', '155529.306000', '155529.309000', '155529.312000', '155529.315000', '155529.317000', '155529.320000', '155529.323000', '155529.326000', '155529.329000', '155529.332000', '155529.335000', '155529.337000', '155529.340000', '155529.343000', '155529.346000', '155529.349000', '155529.352000', '155529.355000', '155529.358000', '155529.361000', '155529.364000', '155529.366000', '155529.369000', '155549.247000', '155549.250000', '155549.253000', '155549.257000', '155549.260000', '155549.263000', '155549.266000', '155549.268000', '155549.271000', '155549.274000', '155549.277000', '155549.280000', '155549.283000', '155549.285000', '155549.288000', '155549.291000', '155549.294000', '155549.297000', '155549.300000', '155549.303000', '155549.305000', '155549.308000', '155549.311000', '155549.314000', '155549.317000', '155549.320000', '155549.323000', '155549.326000', '155549.328000', '155549.331000', '155549.334000', '155549.337000', '155549.340000', '155549.343000', '155549.346000', '155549.348000', '155549.351000', '155549.354000', '155549.357000', '155549.360000', '155549.363000', '155549.365000', '155549.368000', '155549.371000', '155609.246000', '155609.249000', '155609.252000', '155609.255000', '155609.258000', '155609.261000', '155609.264000', '155609.266000', '155609.269000', '155609.272000', '155609.275000', '155609.278000', '155609.281000', '155609.284000', '155609.287000', '155609.289000', '155609.292000', '155609.295000', '155609.298000', '155609.301000', '155609.304000', '155609.307000', '155609.309000', '155609.312000', '155609.315000', '155609.318000', '155609.321000', '155609.324000', '155609.327000', '155609.329000', '155609.332000', '155609.335000', '155609.338000', '155609.341000', '155609.344000', '155609.346000', '155609.349000', '155609.352000', '155609.355000', '155609.358000', '155609.361000', '155609.364000', '155609.367000', '155629.247000', '155629.250000', '155629.253000', '155629.256000', '155629.259000', '155629.262000', '155629.264000', '155629.267000', '155629.270000', '155629.273000', '155629.276000', '155629.279000', '155629.281000', '155629.284000', '155629.287000', '155629.290000', '155629.293000', '155629.296000', '155629.299000', '155629.301000', '155629.304000', '155629.328000', '155629.331000', '155629.334000', '155629.337000', '155629.340000', '155629.342000', '155629.345000', '155629.348000', '155629.351000', '155629.354000', '155629.357000', '155629.359000', '155629.362000', '155629.365000', '155629.368000', '155629.371000', '155629.374000', '155629.377000', '155629.380000', '155629.382000', '155629.385000', '155629.388000', '155629.391000', '155649.247000', '155649.250000', '155649.253000', '155649.256000', '155649.259000', '155649.262000', '155649.264000', '155649.267000', '155649.270000', '155649.273000', '155649.276000', '155649.279000', '155649.282000', '155649.284000', '155649.287000', '155649.290000', '155649.293000', '155649.296000', '155649.299000', '155649.302000', '155649.305000', '155649.307000', '155649.310000', '155649.313000', '155649.316000', '155649.319000', '155649.322000', '155649.325000', '155649.327000', '155649.332000', '155649.335000', '155649.338000', '155649.340000', '155649.343000', '155649.346000', '155649.349000', '155649.352000', '155649.355000', '155649.358000', '155649.361000', '155649.363000', '155649.366000', '155649.369000', '155709.247000', '155709.252000', '155709.255000', '155709.257000', '155709.261000', '155709.263000', '155709.266000', '155709.269000', '155709.272000', '155709.275000', '155709.278000', '155709.281000', '155709.284000', '155709.287000', '155709.290000', '155709.292000', '155709.295000', '155709.298000', '155709.301000', '155709.304000', '155709.307000', '155709.310000', '155709.313000', '155709.315000', '155709.318000', '155709.321000', '155709.324000', '155709.327000', '155709.330000', '155709.333000', '155709.335000', '155709.338000', '155709.341000', '155709.344000', '155709.347000', '155709.350000', '155709.353000', '155709.355000', '155709.358000', '155709.361000', '155709.364000', '155709.367000', '155709.370000', '155709.372000', '155729.247000', '155729.250000', '155729.253000', '155729.256000', '155729.259000', '155729.262000', '155729.265000', '155729.267000', '155729.270000', '155729.273000', '155729.276000', '155729.279000', '155729.282000', '155729.284000', '155729.287000', '155729.290000', '155729.293000', '155729.296000', '155729.314000', '155729.317000', '155729.319000', '155729.322000', '155729.325000', '155729.328000', '155729.331000', '155729.334000', '155729.337000', '155729.339000', '155729.342000', '155729.345000', '155729.348000', '155729.351000', '155729.354000', '155729.357000', '155729.360000', '155729.362000', '155729.365000', '155729.368000', '155729.371000', '155729.374000', '155729.377000', '155729.379000', '155729.382000', '155749.247000', '155749.250000', '155749.253000', '155749.262000', '155749.265000', '155749.268000', '155749.271000', '155749.274000', '155749.277000', '155749.279000', '155749.282000', '155749.285000', '155749.288000', '155749.291000', '155749.294000', '155749.297000', '155749.299000', '155749.302000', '155749.305000', '155749.308000', '155749.311000', '155749.314000', '155749.316000', '155749.319000', '155749.322000', '155749.325000', '155749.328000', '155749.331000', '155749.334000', '155749.336000', '155749.339000', '155749.342000', '155749.353000', '155749.356000', '155749.359000', '155749.362000', '155749.365000', '155749.367000', '155749.370000', '155749.373000', '155749.376000', '155749.379000', '155749.382000', '155749.385000', '155753.396000', '155753.400000', '155753.405000', '155753.412000', '155753.419000', '155753.422000', '155753.426000', '155753.429000', '155753.432000'], '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': [14473, 8779, 14611, 8962, 15902, 9396, 15709, 10390, 12561, 11482, 8326, 8589, 8490, 8603, 8098, 10408, 8519, 11850, 8044, 13508, 10261, 12119, 8050, 8488, 8459, 8610, 8820, 8837, 8927, 8672, 13212, 8518, 12416, 8530, 8523, 8346, 9459, 8593, 9252, 10131, 9029, 15647, 8451, 12567, 8481, 10145, 8423, 10099, 8305, 8911, 12433, 8401, 14643, 8469, 12828, 8379, 12791, 8276, 13684, 10339, 13743, 10884, 11069, 8773, 9902, 8667, 11652, 8796, 12794, 8186, 9420, 8442, 9590, 8412, 9553, 8614, 9176, 11367, 9038, 9677, 8601, 10970, 8404, 13218, 9037, 14207, 11344, 15205, 8360, 13418, 8258, 13749, 7990, 14927, 9255, 13838, 9197, 13450, 11714, 8875, 8955, 8621, 8160, 8677, 11485, 8438, 14651, 12264, 13570, 7983, 9894, 7697, 9350, 7901, 9370, 14328, 8971, 15977, 8205, 13306, 8356, 9161, 8068, 8795, 8780, 9144, 14292, 8746, 11236, 8650, 9188, 8744, 11437, 8372, 14904, 8355, 9574, 8071, 9108, 7774, 8837, 12521, 8295, 10442, 8397, 11015, 8253, 13030, 9515, 9097, 8727, 8719, 11541, 8283, 16468, 13043, 12543, 8884, 9464, 7830, 11709, 8406, 13317, 11890, 8920, 9625, 9086, 9265, 8827, 9310, 8486, 14893, 8213, 13599, 8163, 9250, 7788, 8887, 10095, 8603, 15175, 8016, 13886, 7866, 13194, 8266, 12122, 10217, 12819, 10460, 8014, 8405, 8268, 9342, 8511, 8875, 8450, 8932, 8073, 9634, 7827, 8922, 9304, 8272, 9383, 8735, 9296, 9318, 8811, 15778, 8519, 14093, 8408, 10597, 8404, 12680, 10760, 9870, 14465, 8905, 10099, 8568, 12069, 8484, 13086, 9857, 9438, 9326, 9196, 8971, 8886, 9618, 8678, 12684, 8545, 14879, 8310, 9546, 8123, 9716, 8110, 11108, 11256, 9413, 11045, 9163, 8194, 9118, 9959, 8678, 13375, 9459, 13201, 10564, 9367, 8587, 9025, 9757, 8005, 11205, 8047, 12066, 8553, 12940, 9069, 11201, 8620, 9989, 8198, 9692, 7906, 9762, 8696, 8716, 10897, 8291, 9689, 8697, 9553, 8705, 9501, 11224, 11947, 15087, 9441, 13834, 8799, 11184, 8475, 11677, 8716, 9159, 14236, 8964, 11150, 8736, 12832, 8418, 13951, 10593, 12782, 10980, 9408, 9481, 9644, 8738, 9243, 10558, 9032, 12760, 9129, 10120, 8717, 11444, 8168, 13053, 9312, 9639, 9479, 9909, 9556, 8776, 13634, 9547, 9837, 9259, 9295, 9828, 8749, 13272, 8386, 13027, 10869, 10849, 13855, 8830, 10438, 8843, 11791, 8586, 13145, 9223, 10024, 9448, 9261, 8592, 8892, 10274, 7950, 13057, 11369, 9270, 9501, 8751, 11926, 8393, 14706, 11258, 12740, 11322, 9182, 9589, 9017, 9608, 8598, 11402, 8270, 12722, 9501, 9007, 10691, 8915, 10088, 8976, 10646, 8730, 11310, 8504, 9747, 10012, 9444, 9910, 9102, 9943, 9016, 13516, 9121, 15013, 10045, 10808, 7909, 10270, 9715, 8497, 9415, 8515, 11078, 8369, 12716, 7581, 10030, 9446, 9071, 12836, 9020, 14402, 8375, 12903, 8089, 11264, 11149, 8899, 11358, 8982, 11122, 8085, 10864, 9166, 9682, 8890, 8956, 10086, 8123, 15233, 12401, 9669, 8816, 9026, 10796, 8091, 10408, 8573, 8701, 14095, 8392, 12226, 7807, 9634, 10047, 9122, 12655, 8608, 14523, 8250, 13811, 8024, 9712, 7758, 9180, 10680, 9007, 10943, 8332, 9929, 8696, 10081, 9909, 9119, 13289, 9892, 14188, 8226, 9961, 8328, 9291, 10857, 8330, 14511, 11045, 13740, 11133, 9546, 9382, 9748, 9924, 9432, 10386, 8593, 14490, 8443, 11112, 7845, 9451, 9333, 9132, 10945, 8945, 12524, 8417, 12987, 8697, 9687, 9477, 10017, 10199, 8417, 11999, 9381, 9444, 8683, 7910, 14212, 10148, 9511, 13030, 9309, 13194, 9765, 9015, 8796, 8419, 13116, 8300, 13962, 8116, 12556, 8476, 9201, 8469, 8946, 13775, 8666, 9169, 8111, 9948, 8081, 9536, 12480, 9202, 12679, 8358, 10057, 8758, 9800, 9540, 8950, 13487, 9541, 14420, 8055, 10857, 7980, 9698, 9480, 9643, 11378, 8722, 14781, 8893, 12998, 7975, 9749, 9601, 8965, 12352, 12300, 13258, 12779, 8789, 11488, 8139, 9678, 8292, 9335, 11640, 8751, 12908, 8799, 14925, 8632, 12700, 8494, 11086, 8289, 12473, 8046, 12391, 7689, 9545, 8318, 9786, 9599, 9093, 9718, 8698, 10992, 8415, 10783, 8587, 11629, 7901, 10271, 9181, 9775, 8233, 9268, 9633, 8392, 12790, 9118, 10983, 10878, 9570, 9433, 8883, 10593, 8400, 13715, 8075, 12481, 10365, 9199, 9837, 9400, 8891, 8228, 10075, 8721, 11949, 8662, 10395, 9629, 9481, 8779, 9294, 9795, 8665, 13879, 10939, 14373, 7924, 9612, 7968, 9664, 9641, 9556, 11996, 8845, 13860, 8792, 9958, 8610, 10618, 8134, 11421, 8328, 9314, 8955, 9688, 9837, 9709, 9331, 8768, 13493, 10698, 14805, 7751, 9731, 9748, 9635, 9889, 8810, 14030, 9691, 13356, 8117, 12658, 7881, 12154, 7841, 10894, 9657, 9468, 8787, 9272, 9827, 8570, 11228, 8297, 12850, 9498, 10746, 8963, 9705, 7481, 9001, 10590, 9164, 10107, 8915, 9709, 8588, 11328, 7960, 11008, 8804, 9427, 9968, 9402, 8974, 9575, 8381, 8999, 9428, 8247, 11907, 7836, 10605, 7753, 10129, 7620, 9704, 8780, 9767, 12812, 9606, 10168, 9686, 8678, 9363, 9186, 8677, 12112, 8418, 11149, 7726, 9861, 8491, 9516, 11412, 9229, 12422, 8817, 11209, 8141, 11849, 9281, 11884, 12633, 8959, 9833, 9279, 10127, 8667, 9973, 7880, 9891, 11784, 9507, 10223, 9195, 9507, 8391, 9714, 12277, 9575, 12458, 9194, 10259, 8452, 9624, 7964, 9439, 13167, 9002, 12778, 8421, 11657, 8242, 13558, 8054, 13844, 10686, 13481, 10207, 9601, 7612, 9551, 8215, 9455, 9330, 9470, 10655, 9280, 8325, 9065, 8999, 8492, 11848, 7760, 10233, 7501, 9777, 9487, 9564, 9666, 8894, 12996, 8768, 12143, 8405, 11816, 8277, 12176, 8140, 13377, 10728, 9927, 9342, 9464, 8610, 9205, 10052, 8552, 13544, 10467, 9713, 9629, 9819, 9795, 9247, 11101, 8604, 14016, 8631, 13186, 8475, 9557, 9262, 8516, 11992, 12740, 10626, 13979, 8552, 11827, 8293, 11737, 8174, 12584, 8533, 14593, 8969, 11838, 7968, 9551, 7570, 9482, 7787, 9282, 11849, 9251, 8703, 8997, 9968, 8386, 11673, 8372, 13197, 10878, 9811, 7619, 9466, 7612, 9543, 7603, 9360, 9375, 9512, 8909, 9241, 9693], 'WindowCenter': [4250.0, 4174.0, 4219.0, 4167.0, 4204.0, 4154.0, 4202.0, 4173.0, 4181.0, 4182.0, 4141.0, 4150.0, 4153.0, 4151.0, 4143.0, 4173.0, 4154.0, 4194.0, 4156.0, 4207.0, 4187.0, 4195.0, 4155.0, 4164.0, 4155.0, 4166.0, 4178.0, 4179.0, 4179.0, 4182.0, 4221.0, 4181.0, 4220.0, 4180.0, 4179.0, 4180.0, 4190.0, 4183.0, 4191.0, 4204.0, 4193.0, 4244.0, 4182.0, 4220.0, 4181.0, 4200.0, 4170.0, 4189.0, 4171.0, 4192.0, 4223.0, 4181.0, 4233.0, 4181.0, 4220.0, 4182.0, 4219.0, 4181.0, 4221.0, 4202.0, 4223.0, 4202.0, 4199.0, 4180.0, 4188.0, 4181.0, 4211.0, 4181.0, 4219.0, 4170.0, 4178.0, 4169.0, 4188.0, 4180.0, 4192.0, 4193.0, 4192.0, 4213.0, 4194.0, 4191.0, 4182.0, 4213.0, 4182.0, 4222.0, 4194.0, 4234.0, 4213.0, 4232.0, 4171.0, 4219.0, 4170.0, 4218.0, 4170.0, 4229.0, 4179.0, 4222.0, 4193.0, 4233.0, 4222.0, 4180.0, 4180.0, 4179.0, 4179.0, 4182.0, 4213.0, 4183.0, 4234.0, 4224.0, 4221.0, 4170.0, 4189.0, 4159.0, 4178.0, 4158.0, 4179.0, 4231.0, 4179.0, 4231.0, 4170.0, 4218.0, 4170.0, 4178.0, 4169.0, 4178.0, 4179.0, 4189.0, 4231.0, 4179.0, 4199.0, 4178.0, 4178.0, 4178.0, 4211.0, 4180.0, 4231.0, 4171.0, 4189.0, 4184.0, 4193.0, 4172.0, 4191.0, 4221.0, 4180.0, 4201.0, 4170.0, 4199.0, 4183.0, 4232.0, 4192.0, 4180.0, 4180.0, 4181.0, 4210.0, 4182.0, 4241.0, 4235.0, 4210.0, 4180.0, 4177.0, 4157.0, 4197.0, 4169.0, 4219.0, 4209.0, 4166.0, 4177.0, 4165.0, 4176.0, 4178.0, 4189.0, 4180.0, 4218.0, 4168.0, 4207.0, 4168.0, 4176.0, 4157.0, 4179.0, 4201.0, 4180.0, 4230.0, 4169.0, 4218.0, 4158.0, 4208.0, 4167.0, 4196.0, 4188.0, 4207.0, 4199.0, 4156.0, 4168.0, 4167.0, 4177.0, 4167.0, 4177.0, 4168.0, 4177.0, 4183.0, 4204.0, 4172.0, 4181.0, 4191.0, 4181.0, 4191.0, 4181.0, 4192.0, 4204.0, 4193.0, 4242.0, 4181.0, 4231.0, 4180.0, 4199.0, 4182.0, 4222.0, 4214.0, 4189.0, 4230.0, 4179.0, 4188.0, 4179.0, 4207.0, 4180.0, 4221.0, 4190.0, 4178.0, 4179.0, 4177.0, 4179.0, 4179.0, 4177.0, 4179.0, 4219.0, 4179.0, 4219.0, 4169.0, 4188.0, 4170.0, 4188.0, 4169.0, 4210.0, 4201.0, 4179.0, 4199.0, 4178.0, 4156.0, 4167.0, 4187.0, 4167.0, 4221.0, 4190.0, 4209.0, 4199.0, 4177.0, 4165.0, 4179.0, 4177.0, 4168.0, 4197.0, 4157.0, 4207.0, 4181.0, 4221.0, 4180.0, 4198.0, 4180.0, 4200.0, 4181.0, 4203.0, 4183.0, 4202.0, 4181.0, 4208.0, 4227.0, 4197.0, 4216.0, 4195.0, 4202.0, 4182.0, 4204.0, 4213.0, 4212.0, 4244.0, 4202.0, 4223.0, 4181.0, 4199.0, 4170.0, 4209.0, 4182.0, 4189.0, 4232.0, 4179.0, 4199.0, 4179.0, 4208.0, 4169.0, 4218.0, 4202.0, 4208.0, 4200.0, 4166.0, 4177.0, 4176.0, 4166.0, 4178.0, 4188.0, 4168.0, 4208.0, 4178.0, 4185.0, 4167.0, 4197.0, 4168.0, 4207.0, 4178.0, 4176.0, 4177.0, 4187.0, 4190.0, 4193.0, 4232.0, 4201.0, 4201.0, 4191.0, 4189.0, 4189.0, 4182.0, 4221.0, 4171.0, 4222.0, 4203.0, 4201.0, 4221.0, 4178.0, 4187.0, 4178.0, 4198.0, 4169.0, 4220.0, 4191.0, 4188.0, 4191.0, 4178.0, 4167.0, 4178.0, 4189.0, 4170.0, 4219.0, 4210.0, 4178.0, 4188.0, 4168.0, 4207.0, 4169.0, 4219.0, 4201.0, 4209.0, 4198.0, 4167.0, 4176.0, 4165.0, 4176.0, 4168.0, 4195.0, 4157.0, 4207.0, 4179.0, 4167.0, 4189.0, 4178.0, 4186.0, 4180.0, 4187.0, 4168.0, 4200.0, 4180.0, 4190.0, 4191.0, 4190.0, 4189.0, 4179.0, 4188.0, 4179.0, 4218.0, 4178.0, 4217.0, 4188.0, 4187.0, 4157.0, 4189.0, 4189.0, 4193.0, 4191.0, 4182.0, 4200.0, 4184.0, 4222.0, 4171.0, 4201.0, 4203.0, 4205.0, 4235.0, 4195.0, 4233.0, 4183.0, 4211.0, 4170.0, 4225.0, 4215.0, 4183.0, 4200.0, 4165.0, 4186.0, 4157.0, 4198.0, 4191.0, 4192.0, 4180.0, 4193.0, 4201.0, 4170.0, 4229.0, 4221.0, 4178.0, 4177.0, 4178.0, 4198.0, 4159.0, 4189.0, 4168.0, 4166.0, 4219.0, 4167.0, 4198.0, 4146.0, 4176.0, 4178.0, 4179.0, 4210.0, 4168.0, 4218.0, 4157.0, 4206.0, 4156.0, 4176.0, 4156.0, 4179.0, 4189.0, 4179.0, 4198.0, 4169.0, 4187.0, 4180.0, 4201.0, 4190.0, 4192.0, 4221.0, 4191.0, 4220.0, 4169.0, 4190.0, 4169.0, 4191.0, 4200.0, 4182.0, 4231.0, 4213.0, 4219.0, 4200.0, 4178.0, 4168.0, 4176.0, 4175.0, 4165.0, 4187.0, 4170.0, 4217.0, 4169.0, 4197.0, 4158.0, 4189.0, 4179.0, 4178.0, 4200.0, 4179.0, 4209.0, 4181.0, 4222.0, 4195.0, 4189.0, 4191.0, 4213.0, 4203.0, 4183.0, 4212.0, 4192.0, 4192.0, 4180.0, 4171.0, 4221.0, 4190.0, 4189.0, 4220.0, 4180.0, 4210.0, 4177.0, 4167.0, 4167.0, 4159.0, 4209.0, 4158.0, 4208.0, 4156.0, 4196.0, 4156.0, 4165.0, 4167.0, 4167.0, 4220.0, 4167.0, 4166.0, 4159.0, 4188.0, 4170.0, 4190.0, 4223.0, 4192.0, 4221.0, 4183.0, 4202.0, 4181.0, 4202.0, 4191.0, 4193.0, 4222.0, 4192.0, 4221.0, 4160.0, 4189.0, 4159.0, 4178.0, 4178.0, 4178.0, 4200.0, 4180.0, 4232.0, 4191.0, 4221.0, 4170.0, 4187.0, 4188.0, 4192.0, 4222.0, 4234.0, 4223.0, 4223.0, 4180.0, 4209.0, 4170.0, 4179.0, 4169.0, 4177.0, 4200.0, 4168.0, 4208.0, 4168.0, 4217.0, 4166.0, 4195.0, 4154.0, 4183.0, 4154.0, 4195.0, 4158.0, 4195.0, 4145.0, 4174.0, 4155.0, 4175.0, 4176.0, 4178.0, 4177.0, 4167.0, 4188.0, 4168.0, 4187.0, 4167.0, 4197.0, 4159.0, 4187.0, 4180.0, 4189.0, 4167.0, 4190.0, 4189.0, 4170.0, 4220.0, 4192.0, 4201.0, 4202.0, 4190.0, 4179.0, 4178.0, 4187.0, 4169.0, 4207.0, 4160.0, 4210.0, 4201.0, 4178.0, 4191.0, 4178.0, 4179.0, 4171.0, 4188.0, 4180.0, 4211.0, 4182.0, 4202.0, 4202.0, 4191.0, 4180.0, 4191.0, 4190.0, 4193.0, 4233.0, 4203.0, 4220.0, 4159.0, 4178.0, 4159.0, 4177.0, 4178.0, 4190.0, 4211.0, 4168.0, 4218.0, 4167.0, 4176.0, 4168.0, 4186.0, 4159.0, 4209.0, 4170.0, 4180.0, 4181.0, 4178.0, 4188.0, 4178.0, 4179.0, 4181.0, 4221.0, 4191.0, 4219.0, 4158.0, 4176.0, 4177.0, 4177.0, 4188.0, 4182.0, 4221.0, 4180.0, 4208.0, 4158.0, 4206.0, 4157.0, 4196.0, 4169.0, 4198.0, 4177.0, 4178.0, 4167.0, 4178.0, 4188.0, 4170.0, 4197.0, 4169.0, 4209.0, 4189.0, 4198.0, 4179.0, 4177.0, 4149.0, 4178.0, 4188.0, 4176.0, 4186.0, 4168.0, 4176.0, 4169.0, 4197.0, 4158.0, 4199.0, 4180.0, 4180.0, 4190.0, 4177.0, 4167.0, 4178.0, 4156.0, 4178.0, 4178.0, 4182.0, 4211.0, 4161.0, 4201.0, 4160.0, 4190.0, 4161.0, 4191.0, 4181.0, 4201.0, 4223.0, 4190.0, 4202.0, 4189.0, 4169.0, 4179.0, 4178.0, 4183.0, 4210.0, 4171.0, 4199.0, 4160.0, 4189.0, 4182.0, 4192.0, 4213.0, 4192.0, 4223.0, 4181.0, 4199.0, 4171.0, 4210.0, 4192.0, 4211.0, 4212.0, 4168.0, 4177.0, 4177.0, 4176.0, 4169.0, 4188.0, 4171.0, 4189.0, 4212.0, 4190.0, 4201.0, 4191.0, 4190.0, 4181.0, 4190.0, 4223.0, 4192.0, 4212.0, 4180.0, 4189.0, 4169.0, 4178.0, 4171.0, 4180.0, 4222.0, 4182.0, 4210.0, 4169.0, 4199.0, 4169.0, 4206.0, 4157.0, 4219.0, 4189.0, 4207.0, 4188.0, 4165.0, 4145.0, 4165.0, 4156.0, 4177.0, 4177.0, 4178.0, 4189.0, 4178.0, 4156.0, 4169.0, 4167.0, 4182.0, 4210.0, 4160.0, 4190.0, 4160.0, 4188.0, 4190.0, 4190.0, 4190.0, 4181.0, 4210.0, 4180.0, 4209.0, 4168.0, 4198.0, 4169.0, 4208.0, 4171.0, 4219.0, 4201.0, 4188.0, 4179.0, 4190.0, 4179.0, 4190.0, 4202.0, 4182.0, 4221.0, 4204.0, 4191.0, 4191.0, 4190.0, 4190.0, 4193.0, 4213.0, 4181.0, 4221.0, 4171.0, 4209.0, 4169.0, 4189.0, 4180.0, 4181.0, 4213.0, 4224.0, 4202.0, 4232.0, 4171.0, 4200.0, 4168.0, 4197.0, 4158.0, 4209.0, 4169.0, 4219.0, 4168.0, 4185.0, 4145.0, 4165.0, 4145.0, 4176.0, 4158.0, 4178.0, 4200.0, 4179.0, 4168.0, 4179.0, 4178.0, 4170.0, 4201.0, 4170.0, 4209.0, 4201.0, 4177.0, 4148.0, 4167.0, 4147.0, 4177.0, 4147.0, 4168.0, 4168.0, 4179.0, 4180.0, 4180.0, 4191.0], 'WindowWidth': [9397.0, 9283.0, 9332.0, 9257.0, 9301.0, 9233.0, 9294.0, 9259.0, 9266.0, 9267.0, 9211.0, 9223.0, 9230.0, 9228.0, 9219.0, 9258.0, 9238.0, 9288.0, 9244.0, 9311.0, 9285.0, 9292.0, 9240.0, 9248.0, 9239.0, 9256.0, 9275.0, 9278.0, 9280.0, 9289.0, 9340.0, 9286.0, 9336.0, 9284.0, 9279.0, 9283.0, 9297.0, 9292.0, 9299.0, 9321.0, 9305.0, 9375.0, 9289.0, 9336.0, 9285.0, 9307.0, 9270.0, 9291.0, 9271.0, 9302.0, 9344.0, 9287.0, 9357.0, 9286.0, 9336.0, 9287.0, 9332.0, 9286.0, 9337.0, 9315.0, 9343.0, 9312.0, 9305.0, 9282.0, 9290.0, 9284.0, 9324.0, 9285.0, 9332.0, 9268.0, 9276.0, 9267.0, 9290.0, 9282.0, 9301.0, 9305.0, 9302.0, 9330.0, 9305.0, 9299.0, 9290.0, 9329.0, 9291.0, 9342.0, 9309.0, 9360.0, 9331.0, 9354.0, 9271.0, 9334.0, 9269.0, 9330.0, 9268.0, 9347.0, 9280.0, 9339.0, 9306.0, 9357.0, 9342.0, 9282.0, 9282.0, 9282.0, 9282.0, 9289.0, 9331.0, 9294.0, 9360.0, 9348.0, 9338.0, 9269.0, 9291.0, 9251.0, 9274.0, 9248.0, 9279.0, 9352.0, 9281.0, 9351.0, 9268.0, 9330.0, 9268.0, 9276.0, 9267.0, 9277.0, 9280.0, 9293.0, 9354.0, 9280.0, 9305.0, 9276.0, 9274.0, 9278.0, 9323.0, 9285.0, 9351.0, 9272.0, 9293.0, 9296.0, 9306.0, 9278.0, 9301.0, 9340.0, 9284.0, 9310.0, 9269.0, 9307.0, 9293.0, 9355.0, 9303.0, 9284.0, 9283.0, 9286.0, 9324.0, 9289.0, 9367.0, 9363.0, 9322.0, 9281.0, 9274.0, 9247.0, 9299.0, 9266.0, 9331.0, 9318.0, 9256.0, 9271.0, 9254.0, 9269.0, 9276.0, 9295.0, 9284.0, 9328.0, 9263.0, 9313.0, 9263.0, 9270.0, 9248.0, 9281.0, 9313.0, 9282.0, 9348.0, 9265.0, 9328.0, 9249.0, 9315.0, 9261.0, 9297.0, 9290.0, 9311.0, 9306.0, 9244.0, 9262.0, 9259.0, 9272.0, 9259.0, 9273.0, 9264.0, 9273.0, 9292.0, 9322.0, 9278.0, 9284.0, 9299.0, 9285.0, 9299.0, 9286.0, 9303.0, 9325.0, 9305.0, 9372.0, 9287.0, 9351.0, 9283.0, 9304.0, 9287.0, 9342.0, 9333.0, 9291.0, 9349.0, 9278.0, 9288.0, 9279.0, 9312.0, 9280.0, 9337.0, 9296.0, 9277.0, 9278.0, 9274.0, 9277.0, 9277.0, 9271.0, 9279.0, 9332.0, 9281.0, 9332.0, 9265.0, 9289.0, 9266.0, 9289.0, 9264.0, 9321.0, 9310.0, 9277.0, 9303.0, 9272.0, 9242.0, 9259.0, 9285.0, 9263.0, 9338.0, 9297.0, 9317.0, 9305.0, 9272.0, 9256.0, 9278.0, 9274.0, 9264.0, 9300.0, 9248.0, 9313.0, 9286.0, 9340.0, 9285.0, 9302.0, 9281.0, 9310.0, 9289.0, 9321.0, 9294.0, 9318.0, 9287.0, 9338.0, 9361.0, 9320.0, 9343.0, 9313.0, 9316.0, 9289.0, 9321.0, 9332.0, 9325.0, 9375.0, 9316.0, 9343.0, 9284.0, 9305.0, 9269.0, 9320.0, 9289.0, 9294.0, 9354.0, 9280.0, 9304.0, 9279.0, 9316.0, 9267.0, 9330.0, 9312.0, 9315.0, 9307.0, 9255.0, 9271.0, 9268.0, 9256.0, 9275.0, 9287.0, 9260.0, 9314.0, 9273.0, 9280.0, 9258.0, 9298.0, 9265.0, 9312.0, 9276.0, 9269.0, 9271.0, 9286.0, 9296.0, 9306.0, 9356.0, 9315.0, 9310.0, 9297.0, 9293.0, 9293.0, 9287.0, 9338.0, 9272.0, 9341.0, 9317.0, 9311.0, 9339.0, 9275.0, 9284.0, 9275.0, 9302.0, 9266.0, 9335.0, 9298.0, 9289.0, 9298.0, 9275.0, 9258.0, 9276.0, 9290.0, 9270.0, 9331.0, 9323.0, 9276.0, 9290.0, 9265.0, 9313.0, 9265.0, 9331.0, 9312.0, 9318.0, 9303.0, 9257.0, 9268.0, 9253.0, 9267.0, 9261.0, 9293.0, 9247.0, 9311.0, 9279.0, 9259.0, 9290.0, 9274.0, 9284.0, 9279.0, 9285.0, 9264.0, 9309.0, 9283.0, 9293.0, 9299.0, 9293.0, 9291.0, 9278.0, 9287.0, 9278.0, 9328.0, 9278.0, 9325.0, 9289.0, 9285.0, 9246.0, 9291.0, 9293.0, 9306.0, 9301.0, 9289.0, 9308.0, 9294.0, 9342.0, 9272.0, 9311.0, 9319.0, 9327.0, 9363.0, 9312.0, 9359.0, 9291.0, 9323.0, 9270.0, 9353.0, 9338.0, 9290.0, 9308.0, 9250.0, 9282.0, 9248.0, 9304.0, 9301.0, 9301.0, 9282.0, 9305.0, 9313.0, 9271.0, 9347.0, 9340.0, 9275.0, 9273.0, 9276.0, 9301.0, 9252.0, 9292.0, 9264.0, 9257.0, 9331.0, 9261.0, 9300.0, 9231.0, 9270.0, 9273.0, 9276.0, 9319.0, 9263.0, 9329.0, 9245.0, 9309.0, 9243.0, 9266.0, 9245.0, 9278.0, 9290.0, 9278.0, 9301.0, 9266.0, 9287.0, 9282.0, 9311.0, 9296.0, 9302.0, 9336.0, 9299.0, 9334.0, 9265.0, 9293.0, 9265.0, 9298.0, 9308.0, 9288.0, 9353.0, 9331.0, 9332.0, 9309.0, 9273.0, 9260.0, 9267.0, 9267.0, 9254.0, 9285.0, 9268.0, 9327.0, 9265.0, 9299.0, 9250.0, 9290.0, 9277.0, 9276.0, 9306.0, 9278.0, 9318.0, 9288.0, 9339.0, 9313.0, 9294.0, 9299.0, 9335.0, 9318.0, 9293.0, 9329.0, 9301.0, 9300.0, 9281.0, 9271.0, 9335.0, 9294.0, 9293.0, 9334.0, 9280.0, 9320.0, 9273.0, 9258.0, 9258.0, 9249.0, 9315.0, 9247.0, 9314.0, 9242.0, 9295.0, 9241.0, 9253.0, 9259.0, 9259.0, 9334.0, 9260.0, 9255.0, 9252.0, 9287.0, 9269.0, 9295.0, 9344.0, 9300.0, 9339.0, 9290.0, 9314.0, 9287.0, 9315.0, 9299.0, 9305.0, 9343.0, 9301.0, 9337.0, 9255.0, 9290.0, 9250.0, 9273.0, 9274.0, 9274.0, 9308.0, 9282.0, 9356.0, 9302.0, 9337.0, 9271.0, 9290.0, 9292.0, 9303.0, 9345.0, 9365.0, 9344.0, 9344.0, 9283.0, 9318.0, 9268.0, 9278.0, 9267.0, 9273.0, 9306.0, 9261.0, 9315.0, 9260.0, 9326.0, 9255.0, 9291.0, 9237.0, 9272.0, 9236.0, 9293.0, 9247.0, 9292.0, 9228.0, 9263.0, 9239.0, 9265.0, 9268.0, 9276.0, 9272.0, 9261.0, 9287.0, 9262.0, 9284.0, 9261.0, 9299.0, 9253.0, 9288.0, 9283.0, 9291.0, 9261.0, 9295.0, 9292.0, 9269.0, 9337.0, 9305.0, 9311.0, 9314.0, 9294.0, 9279.0, 9277.0, 9287.0, 9266.0, 9314.0, 9254.0, 9322.0, 9312.0, 9275.0, 9295.0, 9277.0, 9279.0, 9272.0, 9291.0, 9283.0, 9326.0, 9289.0, 9315.0, 9317.0, 9300.0, 9283.0, 9299.0, 9296.0, 9306.0, 9358.0, 9318.0, 9336.0, 9253.0, 9275.0, 9250.0, 9271.0, 9274.0, 9294.0, 9325.0, 9262.0, 9328.0, 9259.0, 9268.0, 9262.0, 9284.0, 9252.0, 9321.0, 9270.0, 9281.0, 9282.0, 9274.0, 9289.0, 9276.0, 9276.0, 9285.0, 9338.0, 9296.0, 9330.0, 9248.0, 9269.0, 9272.0, 9272.0, 9289.0, 9287.0, 9339.0, 9282.0, 9315.0, 9249.0, 9311.0, 9248.0, 9295.0, 9265.0, 9301.0, 9274.0, 9273.0, 9259.0, 9276.0, 9288.0, 9268.0, 9301.0, 9265.0, 9318.0, 9294.0, 9300.0, 9278.0, 9272.0, 9240.0, 9277.0, 9289.0, 9269.0, 9283.0, 9261.0, 9268.0, 9263.0, 9298.0, 9248.0, 9305.0, 9282.0, 9281.0, 9293.0, 9272.0, 9259.0, 9274.0, 9243.0, 9275.0, 9277.0, 9290.0, 9324.0, 9261.0, 9310.0, 9257.0, 9294.0, 9257.0, 9297.0, 9287.0, 9312.0, 9344.0, 9296.0, 9313.0, 9292.0, 9265.0, 9278.0, 9276.0, 9291.0, 9321.0, 9272.0, 9304.0, 9256.0, 9292.0, 9288.0, 9302.0, 9330.0, 9302.0, 9342.0, 9285.0, 9307.0, 9273.0, 9321.0, 9300.0, 9326.0, 9328.0, 9263.0, 9273.0, 9271.0, 9268.0, 9265.0, 9290.0, 9272.0, 9293.0, 9328.0, 9297.0, 9311.0, 9299.0, 9296.0, 9287.0, 9297.0, 9345.0, 9300.0, 9326.0, 9281.0, 9291.0, 9267.0, 9276.0, 9271.0, 9282.0, 9342.0, 9284.0, 9320.0, 9266.0, 9302.0, 9263.0, 9309.0, 9245.0, 9330.0, 9290.0, 9309.0, 9288.0, 9250.0, 9225.0, 9252.0, 9243.0, 9274.0, 9274.0, 9274.0, 9291.0, 9276.0, 9244.0, 9264.0, 9260.0, 9288.0, 9320.0, 9255.0, 9292.0, 9254.0, 9290.0, 9295.0, 9293.0, 9294.0, 9285.0, 9321.0, 9283.0, 9316.0, 9263.0, 9301.0, 9263.0, 9316.0, 9270.0, 9330.0, 9309.0, 9289.0, 9279.0, 9294.0, 9280.0, 9296.0, 9314.0, 9290.0, 9340.0, 9320.0, 9298.0, 9298.0, 9295.0, 9294.0, 9305.0, 9331.0, 9283.0, 9338.0, 9269.0, 9316.0, 9267.0, 9292.0, 9283.0, 9286.0, 9331.0, 9346.0, 9313.0, 9355.0, 9271.0, 9306.0, 9262.0, 9296.0, 9247.0, 9315.0, 9265.0, 9328.0, 9260.0, 9276.0, 9226.0, 9250.0, 9225.0, 9268.0, 9248.0, 9276.0, 9305.0, 9277.0, 9261.0, 9278.0, 9274.0, 9266.0, 9308.0, 9270.0, 9316.0, 9310.0, 9272.0, 9233.0, 9257.0, 9230.0, 9269.0, 9232.0, 9258.0, 9260.0, 9276.0, 9281.0, 9282.0, 9301.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.0003407454128440367</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.023706333142201837</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.35907660397246</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2270649010677392</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9754687366360508</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4615</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6692.6611</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10301368840977443</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>55</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>6.307339449541284</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.497579039768054</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4286423966421076</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7303352985400973</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3337594241219572</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00799263</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01389957033097744</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.026707621291279793</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.684248822047184</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.6999998092651367</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>29.7212</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.7559</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>157.0038</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>302619.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>709.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>303.8588</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1264</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>552.9172</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3371.1334</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3592.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>73925.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>961.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4463.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>974.9547</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>39.381286539603025</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> |