=== 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-0034 --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-0034",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0034_ses-01_task-social_acq-mb8_run-05_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-0034_ses-01_task-social_acq-mb8_run-05_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-05_session-01_subject-0034_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-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-01_subject-0034_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-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-01_subject-0034_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-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-01_subject-0034_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-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-05_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-05_session-01_subject-0034_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-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-05_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-05_session-01_subject-0034_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-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-01_subject-0034_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-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-05_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-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-05_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-0034/ses-01/func/sub-0034_ses-01_task-social_acq-mb8_run-05_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>9a50100e452b68a0bd70ea678153e4f6</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:45:27.840000</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.999791, -0.0158181, 0.0129343, 0.0144843, 0.995139, 0.0974143]</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-05_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.100797</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-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4122, -7775, -7193, 573, -150, -110, 173, 89]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>262.906</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>0af10220-ab1b-43d6-97a0-3cba1ed31a20||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.6823668479919434, 0.038860224187374115, 0.03891324624419212, 111.6177749633789], [0.042438872158527374, 2.669883966445923, 0.2624577581882477, -107.19647216796875], [0.03470173478126526, -0.26135534048080444, 2.686931610107422, -39.284481048583984], [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': ['154527.840000', '154528.300000', '154528.760000', '154529.220000', '154529.680000', '154530.140000', '154530.600000', '154531.060000', '154531.520000', '154531.980000', '154532.440000', '154532.900000', '154533.360000', '154533.820000', '154534.280000', '154534.740000', '154535.200000', '154535.660000', '154536.120000', '154536.580000', '154537.040000', '154537.500000', '154537.960000', '154538.420000', '154538.880000', '154539.340000', '154539.800000', '154540.260000', '154540.720000', '154541.180000', '154541.640000', '154542.100000', '154542.560000', '154543.020000', '154543.480000', '154543.940000', '154544.400000', '154544.860000', '154545.320000', '154545.780000', '154546.240000', '154546.700000', '154547.160000', '154547.620000', '154548.080000', '154548.540000', '154549.000000', '154549.460000', '154549.920000', '154550.380000', '154550.840000', '154551.300000', '154551.760000', '154552.220000', '154552.680000', '154553.140000', '154553.600000', '154554.060000', '154554.520000', '154554.980000', '154555.440000', '154555.900000', '154556.360000', '154556.820000', '154557.280000', '154557.740000', '154558.200000', '154558.660000', '154559.120000', '154559.580000', '154600.040000', '154600.500000', '154600.960000', '154601.420000', '154601.880000', '154602.340000', '154602.800000', '154603.260000', '154603.720000', '154604.180000', '154604.640000', '154605.100000', '154605.560000', '154606.020000', '154606.480000', '154606.940000', '154607.400000', '154607.860000', '154608.320000', '154608.780000', '154609.240000', '154609.700000', '154610.160000', '154610.620000', '154611.080000', '154611.540000', '154612.000000', '154612.460000', '154612.920000', '154613.380000', '154613.840000', '154614.300000', '154614.760000', '154615.220000', '154615.680000', '154616.140000', '154616.600000', '154617.060000', '154617.520000', '154617.980000', '154618.440000', '154618.900000', '154619.360000', '154619.820000', '154620.280000', '154620.740000', '154621.200000', '154621.660000', '154622.120000', '154622.580000', '154623.040000', '154623.500000', '154623.960000', '154624.420000', '154624.880000', '154625.340000', '154625.800000', '154626.260000', '154626.720000', '154627.180000', '154627.640000', '154628.100000', '154628.560000', '154629.020000', '154629.480000', '154629.940000', '154630.400000', '154630.860000', '154631.320000', '154631.780000', '154632.240000', '154632.700000', '154633.160000', '154633.620000', '154634.080000', '154634.540000', '154635.000000', '154635.460000', '154635.920000', '154636.380000', '154636.840000', '154637.300000', '154637.760000', '154638.220000', '154638.680000', '154639.140000', '154639.600000', '154640.060000', '154640.520000', '154640.980000', '154641.440000', '154641.900000', '154642.360000', '154642.820000', '154643.280000', '154643.740000', '154644.200000', '154644.660000', '154645.120000', '154645.580000', '154646.040000', '154646.500000', '154646.960000', '154647.420000', '154647.880000', '154648.340000', '154648.800000', '154649.260000', '154649.720000', '154650.180000', '154650.640000', '154651.100000', '154651.560000', '154652.020000', '154652.480000', '154652.940000', '154653.400000', '154653.860000', '154654.320000', '154654.780000', '154655.240000', '154655.700000', '154656.160000', '154656.620000', '154657.080000', '154657.540000', '154658.000000', '154658.460000', '154658.920000', '154659.380000', '154659.840000', '154700.300000', '154700.760000', '154701.220000', '154701.680000', '154702.140000', '154702.600000', '154703.060000', '154703.520000', '154703.980000', '154704.440000', '154704.900000', '154705.360000', '154705.820000', '154706.280000', '154706.740000', '154707.200000', '154707.660000', '154708.120000', '154708.580000', '154709.040000', '154709.500000', '154709.960000', '154710.420000', '154710.880000', '154711.340000', '154711.800000', '154712.260000', '154712.720000', '154713.180000', '154713.640000', '154714.100000', '154714.560000', '154715.020000', '154715.480000', '154715.940000', '154716.400000', '154716.860000', '154717.320000', '154717.780000', '154718.240000', '154718.700000', '154719.160000', '154719.620000', '154720.080000', '154720.540000', '154721.000000', '154721.460000', '154721.920000', '154722.380000', '154722.840000', '154723.300000', '154723.760000', '154724.220000', '154724.680000', '154725.140000', '154725.600000', '154726.060000', '154726.520000', '154726.980000', '154727.440000', '154727.900000', '154728.360000', '154728.820000', '154729.280000', '154729.740000', '154730.200000', '154730.660000', '154731.120000', '154731.580000', '154732.040000', '154732.500000', '154732.960000', '154733.420000', '154733.880000', '154734.340000', '154734.800000', '154735.260000', '154735.720000', '154736.180000', '154736.640000', '154737.100000', '154737.560000', '154738.020000', '154738.480000', '154738.940000', '154739.400000', '154739.860000', '154740.320000', '154740.780000', '154741.240000', '154741.700000', '154742.160000', '154742.620000', '154743.080000', '154743.540000', '154744.000000', '154744.460000', '154744.920000', '154745.380000', '154745.840000', '154746.300000', '154746.760000', '154747.220000', '154747.680000', '154748.140000', '154748.600000', '154749.060000', '154749.520000', '154749.980000', '154750.440000', '154750.900000', '154751.360000', '154751.820000', '154752.280000', '154752.740000', '154753.200000', '154753.660000', '154754.120000', '154754.580000', '154755.040000', '154755.500000', '154755.960000', '154756.420000', '154756.880000', '154757.340000', '154757.800000', '154758.260000', '154758.720000', '154759.180000', '154759.640000', '154800.100000', '154800.560000', '154801.020000', '154801.480000', '154801.940000', '154802.400000', '154802.860000', '154803.320000', '154803.780000', '154804.240000', '154804.700000', '154805.160000', '154805.620000', '154806.080000', '154806.540000', '154807.000000', '154807.460000', '154807.920000', '154808.380000', '154808.840000', '154809.300000', '154809.760000', '154810.220000', '154810.680000', '154811.140000', '154811.600000', '154812.060000', '154812.520000', '154812.980000', '154813.440000', '154813.900000', '154814.360000', '154814.820000', '154815.280000', '154815.740000', '154816.200000', '154816.660000', '154817.120000', '154817.580000', '154818.040000', '154818.500000', '154818.960000', '154819.420000', '154819.880000', '154820.340000', '154820.800000', '154821.260000', '154821.720000', '154822.180000', '154822.640000', '154823.100000', '154823.560000', '154824.020000', '154824.480000', '154824.940000', '154825.400000', '154825.860000', '154826.320000', '154826.780000', '154827.240000', '154827.700000', '154828.160000', '154828.620000', '154829.080000', '154829.540000', '154830.000000', '154830.460000', '154830.920000', '154831.380000', '154831.840000', '154832.300000', '154832.760000', '154833.220000', '154833.680000', '154834.140000', '154834.600000', '154835.060000', '154835.520000', '154835.980000', '154836.440000', '154836.900000', '154837.360000', '154837.820000', '154838.280000', '154838.740000', '154839.200000', '154839.660000', '154840.120000', '154840.580000', '154841.040000', '154841.500000', '154841.960000', '154842.420000', '154842.880000', '154843.340000', '154843.800000', '154844.260000', '154844.720000', '154845.180000', '154845.640000', '154846.100000', '154846.560000', '154847.020000', '154847.480000', '154847.940000', '154848.400000', '154848.860000', '154849.320000', '154849.780000', '154850.240000', '154850.700000', '154851.160000', '154851.620000', '154852.080000', '154852.540000', '154853.000000', '154853.460000', '154853.920000', '154854.380000', '154854.840000', '154855.300000', '154855.760000', '154856.220000', '154856.680000', '154857.140000', '154857.600000', '154858.060000', '154858.520000', '154858.980000', '154859.440000', '154859.900000', '154900.360000', '154900.820000', '154901.280000', '154901.740000', '154902.200000', '154902.660000', '154903.120000', '154903.580000', '154904.040000', '154904.500000', '154904.960000', '154905.420000', '154905.880000', '154906.340000', '154906.800000', '154907.260000', '154907.720000', '154908.180000', '154908.640000', '154909.100000', '154909.560000', '154910.020000', '154910.480000', '154910.940000', '154911.400000', '154911.860000', '154912.320000', '154912.780000', '154913.240000', '154913.700000', '154914.160000', '154914.620000', '154915.080000', '154915.540000', '154916.000000', '154916.460000', '154916.920000', '154917.380000', '154917.840000', '154918.300000', '154918.760000', '154919.220000', '154919.680000', '154920.140000', '154920.600000', '154921.060000', '154921.520000', '154921.980000', '154922.440000', '154922.900000', '154923.360000', '154923.820000', '154924.280000', '154924.740000', '154925.200000', '154925.660000', '154926.120000', '154926.580000', '154927.040000', '154927.500000', '154927.960000', '154928.420000', '154928.880000', '154929.340000', '154929.800000', '154930.260000', '154930.720000', '154931.180000', '154931.640000', '154932.100000', '154932.560000', '154933.020000', '154933.480000', '154933.940000', '154934.400000', '154934.860000', '154935.320000', '154935.780000', '154936.240000', '154936.700000', '154937.160000', '154937.620000', '154938.080000', '154938.540000', '154939.000000', '154939.460000', '154939.920000', '154940.380000', '154940.840000', '154941.300000', '154941.760000', '154942.220000', '154942.680000', '154943.140000', '154943.600000', '154944.060000', '154944.520000', '154944.980000', '154945.440000', '154945.900000', '154946.360000', '154946.820000', '154947.280000', '154947.740000', '154948.200000', '154948.660000', '154949.120000', '154949.580000', '154950.040000', '154950.500000', '154950.960000', '154951.420000', '154951.880000', '154952.340000', '154952.800000', '154953.260000', '154953.720000', '154954.180000', '154954.640000', '154955.100000', '154955.560000', '154956.020000', '154956.480000', '154956.940000', '154957.400000', '154957.860000', '154958.320000', '154958.780000', '154959.240000', '154959.700000', '155000.160000', '155000.620000', '155001.080000', '155001.540000', '155002.000000', '155002.460000', '155002.920000', '155003.380000', '155003.840000', '155004.300000', '155004.760000', '155005.220000', '155005.680000', '155006.140000', '155006.600000', '155007.060000', '155007.520000', '155007.980000', '155008.440000', '155008.900000', '155009.360000', '155009.820000', '155010.280000', '155010.740000', '155011.200000', '155011.660000', '155012.120000', '155012.580000', '155013.040000', '155013.500000', '155013.960000', '155014.420000', '155014.880000', '155015.340000', '155015.800000', '155016.260000', '155016.720000', '155017.180000', '155017.640000', '155018.100000', '155018.560000', '155019.020000', '155019.480000', '155019.940000', '155020.400000', '155020.860000', '155021.320000', '155021.780000', '155022.240000', '155022.700000', '155023.160000', '155023.620000', '155024.080000', '155024.540000', '155025.000000', '155025.460000', '155025.920000', '155026.380000', '155026.840000', '155027.300000', '155027.760000', '155028.220000', '155028.680000', '155029.140000', '155029.600000', '155030.060000', '155030.520000', '155030.980000', '155031.440000', '155031.900000', '155032.360000', '155032.820000', '155033.280000', '155033.740000', '155034.200000', '155034.660000', '155035.120000', '155035.580000', '155036.040000', '155036.500000', '155036.960000', '155037.420000', '155037.880000', '155038.340000', '155038.800000', '155039.260000', '155039.720000', '155040.180000', '155040.640000', '155041.100000', '155041.560000', '155042.020000', '155042.480000', '155042.940000', '155043.400000', '155043.860000', '155044.320000', '155044.780000', '155045.240000', '155045.700000', '155046.160000', '155046.620000', '155047.080000', '155047.540000', '155048.000000', '155048.460000', '155048.920000', '155049.380000', '155049.840000', '155050.300000', '155050.760000', '155051.220000', '155051.680000', '155052.140000', '155052.600000', '155053.060000', '155053.520000', '155053.980000', '155054.440000', '155054.900000', '155055.360000', '155055.820000', '155056.280000', '155056.740000', '155057.200000', '155057.660000', '155058.120000', '155058.580000', '155059.040000', '155059.500000', '155059.960000', '155100.420000', '155100.880000', '155101.340000', '155101.800000', '155102.260000', '155102.720000', '155103.180000', '155103.640000', '155104.100000', '155104.560000', '155105.020000', '155105.480000', '155105.940000', '155106.400000', '155106.860000', '155107.320000', '155107.780000', '155108.240000', '155108.700000', '155109.160000', '155109.620000', '155110.080000', '155110.540000', '155111.000000', '155111.460000', '155111.920000', '155112.380000', '155112.840000', '155113.300000', '155113.760000', '155114.220000', '155114.680000', '155115.140000', '155115.600000', '155116.060000', '155116.520000', '155116.980000', '155117.440000', '155117.900000', '155118.360000', '155118.820000', '155119.280000', '155119.740000', '155120.200000', '155120.660000', '155121.120000', '155121.580000', '155122.040000', '155122.500000', '155122.960000', '155123.420000', '155123.880000', '155124.340000', '155124.800000', '155125.260000', '155125.720000', '155126.180000', '155126.640000', '155127.100000', '155127.560000', '155128.020000', '155128.480000', '155128.940000', '155129.400000', '155129.860000', '155130.320000', '155130.780000', '155131.240000', '155131.700000', '155132.160000', '155132.620000', '155133.080000', '155133.540000', '155134.000000', '155134.460000', '155134.920000', '155135.380000', '155135.840000', '155136.300000', '155136.760000', '155137.220000', '155137.680000', '155138.140000', '155138.600000', '155139.060000', '155139.520000', '155139.980000', '155140.440000', '155140.900000', '155141.360000', '155141.820000', '155142.280000', '155142.740000', '155143.200000', '155143.660000', '155144.120000', '155144.580000', '155145.040000', '155145.500000', '155145.960000', '155146.420000', '155146.880000', '155147.340000', '155147.800000', '155148.260000', '155148.720000', '155149.180000', '155149.640000', '155150.100000', '155150.560000', '155151.020000', '155151.480000', '155151.940000', '155152.400000', '155152.860000', '155153.320000', '155153.780000', '155154.240000', '155154.700000', '155155.160000', '155155.620000', '155156.080000', '155156.540000', '155157.000000', '155157.460000', '155157.920000', '155158.380000', '155158.840000', '155159.300000', '155159.760000', '155200.220000', '155200.680000', '155201.140000', '155201.600000', '155202.060000', '155202.520000', '155202.980000', '155203.440000', '155203.900000', '155204.360000', '155204.820000', '155205.280000', '155205.740000', '155206.200000', '155206.660000', '155207.120000', '155207.580000', '155208.040000', '155208.500000'], 'ContentTime': ['154557.681000', '154557.684000', '154557.690000', '154557.693000', '154557.696000', '154557.699000', '154557.701000', '154557.704000', '154557.707000', '154557.710000', '154557.712000', '154557.715000', '154557.718000', '154557.721000', '154557.724000', '154557.726000', '154557.729000', '154557.732000', '154557.735000', '154557.738000', '154557.740000', '154557.743000', '154557.746000', '154557.749000', '154557.751000', '154557.754000', '154557.757000', '154557.760000', '154557.763000', '154557.765000', '154557.768000', '154557.771000', '154557.774000', '154557.776000', '154557.779000', '154557.782000', '154557.785000', '154557.788000', '154557.790000', '154557.793000', '154557.796000', '154557.799000', '154557.801000', '154557.804000', '154557.807000', '154557.810000', '154557.813000', '154557.815000', '154557.818000', '154557.821000', '154557.832000', '154557.835000', '154557.838000', '154557.841000', '154557.846000', '154557.849000', '154557.852000', '154557.854000', '154557.857000', '154557.860000', '154557.863000', '154557.866000', '154557.869000', '154617.637000', '154617.640000', '154617.643000', '154617.645000', '154617.648000', '154617.651000', '154617.654000', '154617.656000', '154617.659000', '154617.662000', '154617.665000', '154617.668000', '154617.670000', '154617.673000', '154617.676000', '154617.679000', '154617.692000', '154617.695000', '154617.698000', '154617.701000', '154617.704000', '154617.706000', '154617.709000', '154617.712000', '154617.715000', '154617.718000', '154617.720000', '154617.723000', '154617.726000', '154617.729000', '154617.732000', '154617.734000', '154617.737000', '154617.740000', '154617.744000', '154617.747000', '154617.750000', '154617.753000', '154617.755000', '154617.758000', '154617.761000', '154617.764000', '154617.767000', '154637.637000', '154637.640000', '154637.642000', '154637.645000', '154637.648000', '154637.651000', '154637.654000', '154637.656000', '154637.659000', '154637.662000', '154637.665000', '154637.668000', '154637.670000', '154637.686000', '154637.689000', '154637.692000', '154637.695000', '154637.698000', '154637.700000', '154637.703000', '154637.706000', '154637.709000', '154637.712000', '154637.714000', '154637.717000', '154637.720000', '154637.723000', '154637.726000', '154637.728000', '154637.731000', '154637.734000', '154637.737000', '154637.739000', '154637.742000', '154637.745000', '154637.748000', '154637.751000', '154637.753000', '154637.756000', '154637.759000', '154637.762000', '154637.764000', '154637.767000', '154637.770000', '154657.637000', '154657.640000', '154657.643000', '154657.646000', '154657.648000', '154657.651000', '154657.654000', '154657.657000', '154657.660000', '154657.663000', '154657.665000', '154657.668000', '154657.671000', '154657.674000', '154657.676000', '154657.679000', '154657.682000', '154657.685000', '154657.688000', '154657.690000', '154657.693000', '154657.696000', '154657.699000', '154657.702000', '154657.704000', '154657.707000', '154657.710000', '154657.713000', '154657.716000', '154657.718000', '154657.721000', '154657.724000', '154657.727000', '154657.729000', '154657.732000', '154657.735000', '154657.738000', '154657.741000', '154657.744000', '154657.746000', '154657.749000', '154657.752000', '154657.755000', '154717.637000', '154717.640000', '154717.643000', '154717.645000', '154717.648000', '154717.651000', '154717.654000', '154717.657000', '154717.660000', '154717.662000', '154717.665000', '154717.668000', '154717.671000', '154717.674000', '154717.676000', '154717.679000', '154717.682000', '154717.685000', '154717.700000', '154717.703000', '154717.705000', '154717.708000', '154717.711000', '154717.714000', '154717.717000', '154717.719000', '154717.722000', '154717.725000', '154717.728000', '154717.730000', '154717.733000', '154717.736000', '154717.739000', '154717.742000', '154717.745000', '154717.747000', '154717.750000', '154717.753000', '154717.756000', '154717.758000', '154717.761000', '154717.764000', '154717.767000', '154717.823000', '154737.637000', '154737.640000', '154737.643000', '154737.645000', '154737.648000', '154737.651000', '154737.654000', '154737.657000', '154737.659000', '154737.662000', '154737.665000', '154737.668000', '154737.671000', '154737.673000', '154737.676000', '154737.679000', '154737.682000', '154737.685000', '154737.687000', '154737.690000', '154737.693000', '154737.696000', '154737.699000', '154737.701000', '154737.704000', '154737.707000', '154737.710000', '154737.713000', '154737.715000', '154737.718000', '154737.721000', '154737.724000', '154737.727000', '154737.730000', '154737.732000', '154737.735000', '154737.738000', '154737.748000', '154737.751000', '154737.754000', '154737.757000', '154737.759000', '154737.762000', '154757.637000', '154757.640000', '154757.643000', '154757.646000', '154757.648000', '154757.651000', '154757.654000', '154757.657000', '154757.660000', '154757.663000', '154757.665000', '154757.668000', '154757.671000', '154757.674000', '154757.677000', '154757.679000', '154757.682000', '154757.685000', '154757.688000', '154757.691000', '154757.694000', '154757.696000', '154757.699000', '154757.702000', '154757.705000', '154757.708000', '154757.710000', '154757.713000', '154757.716000', '154757.719000', '154757.722000', '154757.724000', '154757.727000', '154757.730000', '154757.733000', '154757.736000', '154757.738000', '154757.741000', '154757.744000', '154757.747000', '154757.750000', '154757.753000', '154757.755000', '154817.637000', '154817.640000', '154817.643000', '154817.646000', '154817.648000', '154817.651000', '154817.654000', '154817.657000', '154817.660000', '154817.662000', '154817.665000', '154817.668000', '154817.671000', '154817.674000', '154817.676000', '154817.679000', '154817.682000', '154817.685000', '154817.688000', '154817.691000', '154817.694000', '154817.696000', '154817.699000', '154817.702000', '154817.705000', '154817.707000', '154817.710000', '154817.713000', '154817.716000', '154817.719000', '154817.722000', '154817.724000', '154817.727000', '154817.730000', '154817.733000', '154817.736000', '154817.738000', '154817.741000', '154817.744000', '154817.747000', '154817.750000', '154817.752000', '154817.755000', '154817.758000', '154837.637000', '154837.640000', '154837.643000', '154837.647000', '154837.652000', '154837.655000', '154837.658000', '154837.660000', '154837.663000', '154837.666000', '154837.669000', '154837.672000', '154837.674000', '154837.677000', '154837.680000', '154837.683000', '154837.686000', '154837.688000', '154837.691000', '154837.694000', '154837.697000', '154837.700000', '154837.703000', '154837.705000', '154837.708000', '154837.711000', '154837.714000', '154837.717000', '154837.719000', '154837.722000', '154837.725000', '154837.728000', '154837.731000', '154837.733000', '154837.736000', '154837.739000', '154837.742000', '154837.745000', '154837.747000', '154837.750000', '154837.753000', '154837.756000', '154837.759000', '154857.650000', '154857.653000', '154857.656000', '154857.659000', '154857.662000', '154857.665000', '154857.667000', '154857.670000', '154857.673000', '154857.676000', '154857.679000', '154857.681000', '154857.684000', '154857.687000', '154857.690000', '154857.693000', '154857.695000', '154857.698000', '154857.702000', '154857.704000', '154857.707000', '154857.710000', '154857.713000', '154857.716000', '154857.718000', '154857.721000', '154857.724000', '154857.727000', '154857.730000', '154857.733000', '154857.735000', '154857.738000', '154857.741000', '154857.744000', '154857.747000', '154857.749000', '154857.752000', '154857.755000', '154857.758000', '154857.761000', '154857.763000', '154857.766000', '154857.815000', '154857.818000', '154917.637000', '154917.640000', '154917.643000', '154917.646000', '154917.648000', '154917.651000', '154917.656000', '154917.658000', '154917.661000', '154917.664000', '154917.667000', '154917.670000', '154917.673000', '154917.675000', '154917.678000', '154917.681000', '154917.684000', '154917.687000', '154917.689000', '154917.692000', '154917.695000', '154917.698000', '154917.701000', '154917.703000', '154917.706000', '154917.709000', '154917.712000', '154917.715000', '154917.718000', '154917.720000', '154917.723000', '154917.726000', '154917.729000', '154917.731000', '154917.734000', '154917.737000', '154917.740000', '154917.743000', '154917.745000', '154917.748000', '154917.751000', '154917.754000', '154917.757000', '154937.637000', '154937.640000', '154937.643000', '154937.645000', '154937.648000', '154937.651000', '154937.654000', '154937.657000', '154937.659000', '154937.662000', '154937.665000', '154937.668000', '154937.671000', '154937.674000', '154937.676000', '154937.679000', '154937.682000', '154937.685000', '154937.688000', '154937.690000', '154937.693000', '154937.696000', '154937.699000', '154937.702000', '154937.704000', '154937.707000', '154937.710000', '154937.713000', '154937.716000', '154937.719000', '154937.721000', '154937.724000', '154937.727000', '154937.730000', '154937.733000', '154937.735000', '154937.738000', '154937.741000', '154937.744000', '154937.747000', '154937.749000', '154937.752000', '154937.755000', '154937.758000', '154957.637000', '154957.640000', '154957.643000', '154957.645000', '154957.648000', '154957.651000', '154957.654000', '154957.656000', '154957.659000', '154957.662000', '154957.665000', '154957.668000', '154957.671000', '154957.674000', '154957.676000', '154957.679000', '154957.682000', '154957.685000', '154957.688000', '154957.691000', '154957.694000', '154957.697000', '154957.700000', '154957.703000', '154957.705000', '154957.708000', '154957.711000', '154957.714000', '154957.717000', '154957.719000', '154957.722000', '154957.725000', '154957.728000', '154957.731000', '154957.734000', '154957.736000', '154957.739000', '154957.742000', '154957.745000', '154957.747000', '154957.750000', '154957.753000', '154957.756000', '155017.637000', '155017.640000', '155017.643000', '155017.645000', '155017.648000', '155017.651000', '155017.654000', '155017.657000', '155017.659000', '155017.662000', '155017.665000', '155017.668000', '155017.671000', '155017.674000', '155017.677000', '155017.679000', '155017.682000', '155017.685000', '155017.688000', '155017.690000', '155017.693000', '155017.696000', '155017.699000', '155017.702000', '155017.704000', '155017.721000', '155017.724000', '155017.726000', '155017.729000', '155017.732000', '155017.735000', '155017.738000', '155017.740000', '155017.743000', '155017.746000', '155017.749000', '155017.752000', '155017.754000', '155017.757000', '155017.760000', '155017.763000', '155017.766000', '155017.809000', '155017.812000', '155037.637000', '155037.640000', '155037.643000', '155037.646000', '155037.648000', '155037.651000', '155037.654000', '155037.657000', '155037.660000', '155037.662000', '155037.665000', '155037.668000', '155037.671000', '155037.674000', '155037.677000', '155037.679000', '155037.682000', '155037.685000', '155037.688000', '155037.691000', '155037.694000', '155037.697000', '155037.700000', '155037.702000', '155037.705000', '155037.708000', '155037.711000', '155037.714000', '155037.717000', '155037.720000', '155037.722000', '155037.725000', '155037.728000', '155037.731000', '155037.733000', '155037.736000', '155037.739000', '155037.742000', '155037.745000', '155037.748000', '155037.750000', '155037.753000', '155037.756000', '155057.637000', '155057.640000', '155057.643000', '155057.645000', '155057.648000', '155057.651000', '155057.654000', '155057.657000', '155057.660000', '155057.663000', '155057.665000', '155057.668000', '155057.671000', '155057.682000', '155057.685000', '155057.688000', '155057.691000', '155057.693000', '155057.696000', '155057.699000', '155057.702000', '155057.705000', '155057.707000', '155057.710000', '155057.713000', '155057.716000', '155057.719000', '155057.721000', '155057.724000', '155057.727000', '155057.730000', '155057.733000', '155057.735000', '155057.738000', '155057.741000', '155057.744000', '155057.747000', '155057.750000', '155057.752000', '155057.755000', '155057.758000', '155057.761000', '155057.764000', '155057.766000', '155117.637000', '155117.640000', '155117.643000', '155117.645000', '155117.648000', '155117.651000', '155117.654000', '155117.658000', '155117.661000', '155117.664000', '155117.667000', '155117.670000', '155117.673000', '155117.676000', '155117.678000', '155117.681000', '155117.684000', '155117.687000', '155117.690000', '155117.692000', '155117.695000', '155117.698000', '155117.701000', '155117.704000', '155117.707000', '155117.709000', '155117.712000', '155117.715000', '155117.718000', '155117.721000', '155117.725000', '155117.728000', '155117.731000', '155117.734000', '155117.737000', '155117.741000', '155117.744000', '155117.747000', '155117.750000', '155117.753000', '155117.756000', '155117.759000', '155117.762000', '155137.637000', '155137.640000', '155137.643000', '155137.646000', '155137.648000', '155137.651000', '155137.654000', '155137.657000', '155137.660000', '155137.663000', '155137.665000', '155137.668000', '155137.671000', '155137.674000', '155137.677000', '155137.679000', '155137.682000', '155137.685000', '155137.688000', '155137.691000', '155137.693000', '155137.696000', '155137.699000', '155137.702000', '155137.705000', '155137.707000', '155137.710000', '155137.713000', '155137.716000', '155137.719000', '155137.722000', '155137.724000', '155137.727000', '155137.730000', '155137.733000', '155137.736000', '155137.752000', '155137.755000', '155137.758000', '155137.761000', '155137.764000', '155137.767000', '155137.769000', '155137.772000', '155157.637000', '155157.640000', '155157.643000', '155157.646000', '155157.648000', '155157.651000', '155157.654000', '155157.657000', '155157.660000', '155157.662000', '155157.665000', '155157.668000', '155157.671000', '155157.674000', '155157.676000', '155157.679000', '155157.682000', '155157.685000', '155157.688000', '155157.690000', '155157.693000', '155157.696000', '155157.699000', '155157.701000', '155157.704000', '155157.707000', '155157.710000', '155157.713000', '155157.716000', '155157.718000', '155157.721000', '155157.724000', '155157.727000', '155157.730000', '155157.733000', '155157.735000', '155157.738000', '155157.741000', '155157.744000', '155157.747000', '155157.749000', '155157.752000', '155157.755000', '155209.745000', '155209.748000', '155209.751000', '155209.754000', '155209.757000', '155209.760000', '155209.763000', '155209.766000', '155209.769000', '155209.772000', '155209.775000', '155209.777000', '155209.780000', '155209.795000', '155209.798000', '155209.801000', '155209.805000', '155209.808000', '155209.811000', '155209.814000', '155209.817000', '155209.820000', '155209.824000', '155209.827000', '155209.830000', '155209.833000', '155209.836000'], 'InstanceCreationTime': ['154557.681000', '154557.684000', '154557.690000', '154557.693000', '154557.696000', '154557.699000', '154557.701000', '154557.704000', '154557.707000', '154557.710000', '154557.712000', '154557.715000', '154557.718000', '154557.721000', '154557.724000', '154557.726000', '154557.729000', '154557.732000', '154557.735000', '154557.738000', '154557.740000', '154557.743000', '154557.746000', '154557.749000', '154557.751000', '154557.754000', '154557.757000', '154557.760000', '154557.763000', '154557.765000', '154557.768000', '154557.771000', '154557.774000', '154557.776000', '154557.779000', '154557.782000', '154557.785000', '154557.788000', '154557.790000', '154557.793000', '154557.796000', '154557.799000', '154557.801000', '154557.804000', '154557.807000', '154557.810000', '154557.813000', '154557.815000', '154557.818000', '154557.821000', '154557.832000', '154557.835000', '154557.838000', '154557.841000', '154557.846000', '154557.849000', '154557.852000', '154557.854000', '154557.857000', '154557.860000', '154557.863000', '154557.866000', '154557.869000', '154617.637000', '154617.640000', '154617.643000', '154617.645000', '154617.648000', '154617.651000', '154617.654000', '154617.656000', '154617.659000', '154617.662000', '154617.665000', '154617.668000', '154617.670000', '154617.673000', '154617.676000', '154617.679000', '154617.692000', '154617.695000', '154617.698000', '154617.701000', '154617.704000', '154617.706000', '154617.709000', '154617.712000', '154617.715000', '154617.718000', '154617.720000', '154617.723000', '154617.726000', '154617.729000', '154617.732000', '154617.734000', '154617.737000', '154617.740000', '154617.744000', '154617.747000', '154617.750000', '154617.753000', '154617.755000', '154617.758000', '154617.761000', '154617.764000', '154617.767000', '154637.637000', '154637.640000', '154637.642000', '154637.645000', '154637.648000', '154637.651000', '154637.654000', '154637.656000', '154637.659000', '154637.662000', '154637.665000', '154637.668000', '154637.670000', '154637.686000', '154637.689000', '154637.692000', '154637.695000', '154637.698000', '154637.700000', '154637.703000', '154637.706000', '154637.709000', '154637.712000', '154637.714000', '154637.717000', '154637.720000', '154637.723000', '154637.726000', '154637.728000', '154637.731000', '154637.734000', '154637.737000', '154637.739000', '154637.742000', '154637.745000', '154637.748000', '154637.751000', '154637.753000', '154637.756000', '154637.759000', '154637.762000', '154637.764000', '154637.767000', '154637.770000', '154657.637000', '154657.640000', '154657.643000', '154657.646000', '154657.648000', '154657.651000', '154657.654000', '154657.657000', '154657.660000', '154657.663000', '154657.665000', '154657.668000', '154657.671000', '154657.674000', '154657.676000', '154657.679000', '154657.682000', '154657.685000', '154657.688000', '154657.690000', '154657.693000', '154657.696000', '154657.699000', '154657.702000', '154657.704000', '154657.707000', '154657.710000', '154657.713000', '154657.716000', '154657.718000', '154657.721000', '154657.724000', '154657.727000', '154657.729000', '154657.732000', '154657.735000', '154657.738000', '154657.741000', '154657.744000', '154657.746000', '154657.749000', '154657.752000', '154657.755000', '154717.637000', '154717.640000', '154717.643000', '154717.645000', '154717.648000', '154717.651000', '154717.654000', '154717.657000', '154717.660000', '154717.662000', '154717.665000', '154717.668000', '154717.671000', '154717.674000', '154717.676000', '154717.679000', '154717.682000', '154717.685000', '154717.700000', '154717.703000', '154717.705000', '154717.708000', '154717.711000', '154717.714000', '154717.717000', '154717.719000', '154717.722000', '154717.725000', '154717.728000', '154717.730000', '154717.733000', '154717.736000', '154717.739000', '154717.742000', '154717.745000', '154717.747000', '154717.750000', '154717.753000', '154717.756000', '154717.758000', '154717.761000', '154717.764000', '154717.767000', '154717.823000', '154737.637000', '154737.640000', '154737.643000', '154737.645000', '154737.648000', '154737.651000', '154737.654000', '154737.657000', '154737.659000', '154737.662000', '154737.665000', '154737.668000', '154737.671000', '154737.673000', '154737.676000', '154737.679000', '154737.682000', '154737.685000', '154737.687000', '154737.690000', '154737.693000', '154737.696000', '154737.699000', '154737.701000', '154737.704000', '154737.707000', '154737.710000', '154737.713000', '154737.715000', '154737.718000', '154737.721000', '154737.724000', '154737.727000', '154737.730000', '154737.732000', '154737.735000', '154737.738000', '154737.748000', '154737.751000', '154737.754000', '154737.757000', '154737.759000', '154737.762000', '154757.637000', '154757.640000', '154757.643000', '154757.646000', '154757.648000', '154757.651000', '154757.654000', '154757.657000', '154757.660000', '154757.663000', '154757.665000', '154757.668000', '154757.671000', '154757.674000', '154757.677000', '154757.679000', '154757.682000', '154757.685000', '154757.688000', '154757.691000', '154757.694000', '154757.696000', '154757.699000', '154757.702000', '154757.705000', '154757.708000', '154757.710000', '154757.713000', '154757.716000', '154757.719000', '154757.722000', '154757.724000', '154757.727000', '154757.730000', '154757.733000', '154757.736000', '154757.738000', '154757.741000', '154757.744000', '154757.747000', '154757.750000', '154757.753000', '154757.755000', '154817.637000', '154817.640000', '154817.643000', '154817.646000', '154817.648000', '154817.651000', '154817.654000', '154817.657000', '154817.660000', '154817.662000', '154817.665000', '154817.668000', '154817.671000', '154817.674000', '154817.676000', '154817.679000', '154817.682000', '154817.685000', '154817.688000', '154817.691000', '154817.694000', '154817.696000', '154817.699000', '154817.702000', '154817.705000', '154817.707000', '154817.710000', '154817.713000', '154817.716000', '154817.719000', '154817.722000', '154817.724000', '154817.727000', '154817.730000', '154817.733000', '154817.736000', '154817.738000', '154817.741000', '154817.744000', '154817.747000', '154817.750000', '154817.752000', '154817.755000', '154817.758000', '154837.637000', '154837.640000', '154837.643000', '154837.647000', '154837.652000', '154837.655000', '154837.658000', '154837.660000', '154837.663000', '154837.666000', '154837.669000', '154837.672000', '154837.674000', '154837.677000', '154837.680000', '154837.683000', '154837.686000', '154837.688000', '154837.691000', '154837.694000', '154837.697000', '154837.700000', '154837.703000', '154837.705000', '154837.708000', '154837.711000', '154837.714000', '154837.717000', '154837.719000', '154837.722000', '154837.725000', '154837.728000', '154837.731000', '154837.733000', '154837.736000', '154837.739000', '154837.742000', '154837.745000', '154837.747000', '154837.750000', '154837.753000', '154837.756000', '154837.759000', '154857.650000', '154857.653000', '154857.656000', '154857.659000', '154857.662000', '154857.665000', '154857.667000', '154857.670000', '154857.673000', '154857.676000', '154857.679000', '154857.681000', '154857.684000', '154857.687000', '154857.690000', '154857.693000', '154857.695000', '154857.698000', '154857.702000', '154857.704000', '154857.707000', '154857.710000', '154857.713000', '154857.716000', '154857.718000', '154857.721000', '154857.724000', '154857.727000', '154857.730000', '154857.733000', '154857.735000', '154857.738000', '154857.741000', '154857.744000', '154857.747000', '154857.749000', '154857.752000', '154857.755000', '154857.758000', '154857.761000', '154857.763000', '154857.766000', '154857.815000', '154857.818000', '154917.637000', '154917.640000', '154917.643000', '154917.646000', '154917.648000', '154917.651000', '154917.656000', '154917.658000', '154917.661000', '154917.664000', '154917.667000', '154917.670000', '154917.673000', '154917.675000', '154917.678000', '154917.681000', '154917.684000', '154917.687000', '154917.689000', '154917.692000', '154917.695000', '154917.698000', '154917.701000', '154917.703000', '154917.706000', '154917.709000', '154917.712000', '154917.715000', '154917.718000', '154917.720000', '154917.723000', '154917.726000', '154917.729000', '154917.731000', '154917.734000', '154917.737000', '154917.740000', '154917.743000', '154917.745000', '154917.748000', '154917.751000', '154917.754000', '154917.757000', '154937.637000', '154937.640000', '154937.643000', '154937.645000', '154937.648000', '154937.651000', '154937.654000', '154937.657000', '154937.659000', '154937.662000', '154937.665000', '154937.668000', '154937.671000', '154937.674000', '154937.676000', '154937.679000', '154937.682000', '154937.685000', '154937.688000', '154937.690000', '154937.693000', '154937.696000', '154937.699000', '154937.702000', '154937.704000', '154937.707000', '154937.710000', '154937.713000', '154937.716000', '154937.719000', '154937.721000', '154937.724000', '154937.727000', '154937.730000', '154937.733000', '154937.735000', '154937.738000', '154937.741000', '154937.744000', '154937.747000', '154937.749000', '154937.752000', '154937.755000', '154937.758000', '154957.637000', '154957.640000', '154957.643000', '154957.645000', '154957.648000', '154957.651000', '154957.654000', '154957.656000', '154957.659000', '154957.662000', '154957.665000', '154957.668000', '154957.671000', '154957.674000', '154957.676000', '154957.679000', '154957.682000', '154957.685000', '154957.688000', '154957.691000', '154957.694000', '154957.697000', '154957.700000', '154957.703000', '154957.705000', '154957.708000', '154957.711000', '154957.714000', '154957.717000', '154957.719000', '154957.722000', '154957.725000', '154957.728000', '154957.731000', '154957.734000', '154957.736000', '154957.739000', '154957.742000', '154957.745000', '154957.747000', '154957.750000', '154957.753000', '154957.756000', '155017.637000', '155017.640000', '155017.643000', '155017.645000', '155017.648000', '155017.651000', '155017.654000', '155017.657000', '155017.659000', '155017.662000', '155017.665000', '155017.668000', '155017.671000', '155017.674000', '155017.677000', '155017.679000', '155017.682000', '155017.685000', '155017.688000', '155017.690000', '155017.693000', '155017.696000', '155017.699000', '155017.702000', '155017.704000', '155017.721000', '155017.724000', '155017.726000', '155017.729000', '155017.732000', '155017.735000', '155017.738000', '155017.740000', '155017.743000', '155017.746000', '155017.749000', '155017.752000', '155017.754000', '155017.757000', '155017.760000', '155017.763000', '155017.766000', '155017.809000', '155017.812000', '155037.637000', '155037.640000', '155037.643000', '155037.646000', '155037.648000', '155037.651000', '155037.654000', '155037.657000', '155037.660000', '155037.662000', '155037.665000', '155037.668000', '155037.671000', '155037.674000', '155037.677000', '155037.679000', '155037.682000', '155037.685000', '155037.688000', '155037.691000', '155037.694000', '155037.697000', '155037.700000', '155037.702000', '155037.705000', '155037.708000', '155037.711000', '155037.714000', '155037.717000', '155037.720000', '155037.722000', '155037.725000', '155037.728000', '155037.731000', '155037.733000', '155037.736000', '155037.739000', '155037.742000', '155037.745000', '155037.748000', '155037.750000', '155037.753000', '155037.756000', '155057.637000', '155057.640000', '155057.643000', '155057.645000', '155057.648000', '155057.651000', '155057.654000', '155057.657000', '155057.660000', '155057.663000', '155057.665000', '155057.668000', '155057.671000', '155057.682000', '155057.685000', '155057.688000', '155057.691000', '155057.693000', '155057.696000', '155057.699000', '155057.702000', '155057.705000', '155057.707000', '155057.710000', '155057.713000', '155057.716000', '155057.719000', '155057.721000', '155057.724000', '155057.727000', '155057.730000', '155057.733000', '155057.735000', '155057.738000', '155057.741000', '155057.744000', '155057.747000', '155057.750000', '155057.752000', '155057.755000', '155057.758000', '155057.761000', '155057.764000', '155057.766000', '155117.637000', '155117.640000', '155117.643000', '155117.645000', '155117.648000', '155117.651000', '155117.654000', '155117.658000', '155117.661000', '155117.664000', '155117.667000', '155117.670000', '155117.673000', '155117.676000', '155117.678000', '155117.681000', '155117.684000', '155117.687000', '155117.690000', '155117.692000', '155117.695000', '155117.698000', '155117.701000', '155117.704000', '155117.707000', '155117.709000', '155117.712000', '155117.715000', '155117.718000', '155117.721000', '155117.725000', '155117.728000', '155117.731000', '155117.734000', '155117.737000', '155117.741000', '155117.744000', '155117.747000', '155117.750000', '155117.753000', '155117.756000', '155117.759000', '155117.762000', '155137.637000', '155137.640000', '155137.643000', '155137.646000', '155137.648000', '155137.651000', '155137.654000', '155137.657000', '155137.660000', '155137.663000', '155137.665000', '155137.668000', '155137.671000', '155137.674000', '155137.677000', '155137.679000', '155137.682000', '155137.685000', '155137.688000', '155137.691000', '155137.693000', '155137.696000', '155137.699000', '155137.702000', '155137.705000', '155137.707000', '155137.710000', '155137.713000', '155137.716000', '155137.719000', '155137.722000', '155137.724000', '155137.727000', '155137.730000', '155137.733000', '155137.736000', '155137.752000', '155137.755000', '155137.758000', '155137.761000', '155137.764000', '155137.767000', '155137.769000', '155137.772000', '155157.637000', '155157.640000', '155157.643000', '155157.646000', '155157.648000', '155157.651000', '155157.654000', '155157.657000', '155157.660000', '155157.662000', '155157.665000', '155157.668000', '155157.671000', '155157.674000', '155157.676000', '155157.679000', '155157.682000', '155157.685000', '155157.688000', '155157.690000', '155157.693000', '155157.696000', '155157.699000', '155157.701000', '155157.704000', '155157.707000', '155157.710000', '155157.713000', '155157.716000', '155157.718000', '155157.721000', '155157.724000', '155157.727000', '155157.730000', '155157.733000', '155157.735000', '155157.738000', '155157.741000', '155157.744000', '155157.747000', '155157.749000', '155157.752000', '155157.755000', '155209.745000', '155209.748000', '155209.751000', '155209.754000', '155209.757000', '155209.760000', '155209.763000', '155209.766000', '155209.769000', '155209.772000', '155209.775000', '155209.777000', '155209.780000', '155209.795000', '155209.798000', '155209.801000', '155209.805000', '155209.808000', '155209.811000', '155209.814000', '155209.817000', '155209.820000', '155209.824000', '155209.827000', '155209.830000', '155209.833000', '155209.836000'], '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': [11528, 10787, 9690, 15954, 10437, 17884, 11045, 15318, 10077, 11074, 9442, 10289, 17086, 9565, 13485, 10414, 10876, 9964, 10282, 9300, 9555, 8875, 9223, 11715, 10307, 12000, 10310, 11509, 9738, 10058, 9766, 9446, 9429, 9127, 15899, 10574, 16690, 10059, 13221, 10111, 12535, 9744, 15494, 9337, 10277, 13878, 10078, 12871, 9620, 11400, 9279, 9673, 12088, 9740, 12738, 9881, 12230, 10228, 10228, 10688, 10322, 10381, 15404, 10284, 17316, 10003, 15157, 11862, 13607, 10219, 11209, 14146, 10093, 13842, 10676, 15973, 9429, 10383, 9574, 10238, 9803, 9991, 9809, 9602, 11478, 10130, 12272, 9997, 12605, 9052, 9981, 9459, 9096, 15004, 9911, 13609, 9061, 8965, 10469, 10116, 15551, 9705, 12631, 9775, 11007, 9333, 10976, 12857, 9733, 17391, 9464, 12194, 10127, 11790, 9658, 10804, 9216, 10250, 9700, 9708, 17626, 9886, 15054, 9579, 12782, 9276, 11582, 9673, 10416, 16290, 9525, 12374, 10069, 14688, 9128, 11366, 8814, 10349, 8653, 10153, 13372, 9665, 19043, 11918, 19491, 10124, 14821, 10322, 11168, 9231, 13265, 9176, 9993, 9153, 9603, 12904, 10210, 19031, 10608, 16859, 9745, 14328, 9264, 17219, 10807, 12811, 9042, 9702, 14123, 9401, 18850, 9269, 15432, 10114, 11494, 9245, 10455, 9596, 9713, 16074, 9933, 11997, 10050, 12071, 10069, 11753, 10293, 9843, 9461, 11580, 9129, 10497, 8283, 9578, 9724, 9516, 9777, 11391, 9362, 9978, 9755, 14028, 10629, 15984, 9049, 10411, 10006, 10780, 16090, 10830, 17635, 9483, 14862, 9868, 16145, 10987, 11500, 9023, 9654, 12481, 9388, 12883, 9792, 12800, 10109, 10282, 9468, 10577, 9096, 9635, 8707, 9406, 10229, 9637, 15361, 9601, 13142, 10360, 11614, 10232, 12237, 9662, 11577, 8587, 9642, 8510, 9857, 8478, 9876, 16845, 9742, 18499, 11559, 16957, 9648, 11532, 9088, 10920, 8891, 9828, 17918, 9222, 14380, 9468, 15600, 10179, 10917, 9229, 9338, 18817, 9225, 14733, 10023, 11031, 9652, 12556, 9939, 12498, 10470, 10438, 10398, 11152, 9589, 11432, 9155, 10511, 13445, 9810, 14353, 9799, 15287, 9797, 10424, 9170, 10779, 8611, 10915, 9776, 10108, 10189, 11982, 8952, 13163, 9002, 10233, 18905, 9802, 17102, 10268, 15600, 9927, 10172, 9095, 12253, 9098, 10167, 8701, 9406, 9122, 9159, 9128, 9626, 8973, 9344, 16373, 10535, 18846, 9589, 15032, 10040, 13024, 9242, 17385, 9404, 11177, 9242, 9909, 9386, 9821, 9509, 10161, 9131, 9288, 15902, 10377, 18399, 9787, 13901, 10247, 12593, 10029, 13153, 9257, 9990, 9319, 9262, 11194, 9453, 12338, 9839, 11774, 8289, 10942, 8684, 10185, 8918, 9657, 12908, 9361, 19328, 9157, 16475, 9355, 11058, 9670, 9712, 9750, 11834, 9857, 10509, 9763, 12595, 13746, 12404, 20405, 9881, 14238, 9839, 13314, 9921, 11711, 9244, 9720, 11329, 9332, 15394, 9766, 17804, 9897, 11895, 9478, 9754, 9109, 9510, 9876, 9654, 9756, 9267, 15165, 9710, 18061, 9952, 12901, 10321, 10348, 9311, 8780, 16486, 9352, 14108, 10154, 13112, 10533, 13286, 9155, 14620, 9468, 14860, 8586, 8739, 9467, 10377, 11374, 8947, 13566, 12761, 11871, 8923, 12840, 14728, 14753, 17915, 13394, 17776, 12538, 12895, 17898, 11040, 16296, 9260, 13064, 9285, 10343, 12752, 9437, 12889, 9785, 11970, 9659, 9856, 9857, 11676, 9331, 9589, 9302, 15180, 9784, 13703, 10156, 15043, 9692, 12254, 9558, 11462, 9820, 10240, 17542, 11174, 16723, 9932, 13443, 9998, 12333, 9409, 11028, 11740, 10230, 12328, 10023, 10853, 9255, 12609, 9510, 16395, 9413, 16797, 9362, 10810, 9388, 10771, 10474, 10274, 18799, 9463, 15804, 9818, 13779, 10084, 13168, 9198, 10462, 15514, 10058, 12522, 9534, 10347, 9067, 9112, 8478, 9126, 8978, 9281, 11841, 9595, 12531, 9733, 16497, 10395, 11649, 9775, 10007, 9228, 9499, 11963, 9498, 15092, 9208, 12767, 9827, 12130, 9858, 16543, 10158, 13388, 10203, 11227, 9385, 11154, 10259, 12773, 9966, 10465, 8665, 9517, 12530, 9947, 15325, 9716, 12139, 9650, 14553, 9804, 18707, 10181, 16060, 10095, 14484, 9531, 15822, 11193, 14133, 10041, 10799, 9390, 10017, 13820, 10281, 19506, 9639, 16634, 9799, 12328, 9873, 10945, 9588, 9478, 8797, 9459, 11013, 9915, 12241, 9546, 12212, 9618, 11597, 10113, 11692, 10026, 15554, 10092, 11286, 8905, 9299, 8788, 13077, 11426, 10605, 9105, 9417, 9294, 9749, 19136, 11806, 19335, 9936, 16002, 9776, 14299, 9252, 12210, 10790, 10042, 12854, 9869, 13120, 9755, 13171, 9341, 15630, 9877, 10744, 9107, 9879, 10239, 9770, 16916, 9577, 12287, 9793, 10469, 9537, 11034, 8616, 10698, 8598, 9349, 8227, 9063, 9142, 9385, 16905, 9483, 16075, 9665, 14048, 10148, 13779, 11117, 13851, 12150, 10769, 17475, 9534, 13981, 9478, 16618, 9674, 13915, 9822, 10715, 9278, 11028, 8865, 9707, 8797, 9587, 11688, 9770, 19345, 9444, 15882, 9488, 12109, 9658, 12510, 9250, 14191, 10034, 11037, 10087, 11651, 9024, 13319, 9052, 9933, 9030, 11615, 8858, 12983, 9591, 10941, 9796, 11688, 9530, 17484, 9997, 13309, 9965, 11406, 10282, 13645, 10321, 15876, 9761, 17194, 12318, 16452, 9902, 13675, 10162, 11825, 9639, 14236, 13113, 10557, 10071, 9366, 12015, 10155, 11171, 9224, 9060, 8929, 8852, 8593, 9534, 12755, 9419, 12237, 10377, 11528, 9985, 11574, 10371, 9645, 9447, 9336, 10096, 9731, 16384, 9439, 14138, 9949, 12814, 9712, 16849, 10178, 13977, 9509, 10748, 15285, 12024, 18388, 10902, 16751, 9623, 15692, 9534, 17630, 12926, 13019, 9371, 8615, 9627, 17205, 9264, 16507, 11784, 14832, 11358, 18425, 13342, 17664, 9693, 15175, 10449, 12304, 10749, 10399, 19154, 10335, 18264, 9724, 12436, 9944, 11216, 9894, 10464, 9639, 9208, 9443, 9696, 10045, 9814, 12482, 10073, 13691, 9645, 11207, 9422, 9078, 8705, 9311, 8762, 9289, 8523, 9914, 9972, 10260, 18774, 10021, 16065, 10229, 11704, 9788, 13666, 9417, 11080, 9187, 9786, 8960, 9339, 8853, 9207, 9023, 9459, 9043, 10122, 13145, 10070, 16012, 10141, 12588, 9823, 16618, 9596, 11623, 9356, 9701, 8886, 10429, 15429, 9868, 12422, 9741, 9594, 9056, 10839, 8996, 9420, 9222, 9492, 8848, 10280, 18933, 10783, 17363, 10221, 12913, 10505, 12889, 10104], 'WindowCenter': [4326.0, 4299.0, 4277.0, 4314.0, 4273.0, 4313.0, 4271.0, 4300.0, 4259.0, 4269.0, 4247.0, 4259.0, 4297.0, 4248.0, 4276.0, 4257.0, 4258.0, 4247.0, 4258.0, 4237.0, 4249.0, 4237.0, 4261.0, 4279.0, 4259.0, 4268.0, 4259.0, 4268.0, 4248.0, 4259.0, 4246.0, 4248.0, 4236.0, 4248.0, 4287.0, 4258.0, 4287.0, 4248.0, 4276.0, 4257.0, 4268.0, 4235.0, 4290.0, 4249.0, 4258.0, 4276.0, 4246.0, 4266.0, 4235.0, 4256.0, 4224.0, 4248.0, 4265.0, 4247.0, 4266.0, 4246.0, 4266.0, 4258.0, 4258.0, 4258.0, 4259.0, 4273.0, 4313.0, 4271.0, 4311.0, 4260.0, 4290.0, 4267.0, 4279.0, 4246.0, 4268.0, 4276.0, 4246.0, 4276.0, 4255.0, 4287.0, 4237.0, 4257.0, 4247.0, 4259.0, 4247.0, 4259.0, 4247.0, 4249.0, 4268.0, 4260.0, 4280.0, 4259.0, 4280.0, 4237.0, 4259.0, 4247.0, 4239.0, 4289.0, 4260.0, 4303.0, 4236.0, 4250.0, 4245.0, 4258.0, 4286.0, 4234.0, 4263.0, 4245.0, 4255.0, 4236.0, 4269.0, 4277.0, 4262.0, 4298.0, 4247.0, 4266.0, 4246.0, 4267.0, 4247.0, 4258.0, 4247.0, 4259.0, 4248.0, 4249.0, 4299.0, 4248.0, 4287.0, 4247.0, 4267.0, 4235.0, 4267.0, 4235.0, 4257.0, 4285.0, 4247.0, 4280.0, 4272.0, 4289.0, 4247.0, 4266.0, 4236.0, 4258.0, 4237.0, 4259.0, 4278.0, 4261.0, 4312.0, 4269.0, 4310.0, 4259.0, 4288.0, 4258.0, 4269.0, 4247.0, 4279.0, 4248.0, 4260.0, 4248.0, 4261.0, 4279.0, 4261.0, 4310.0, 4261.0, 4298.0, 4249.0, 4289.0, 4237.0, 4299.0, 4257.0, 4292.0, 4250.0, 4273.0, 4289.0, 4248.0, 4297.0, 4247.0, 4286.0, 4257.0, 4266.0, 4246.0, 4258.0, 4246.0, 4249.0, 4287.0, 4247.0, 4267.0, 4258.0, 4279.0, 4259.0, 4280.0, 4259.0, 4259.0, 4259.0, 4282.0, 4250.0, 4271.0, 4242.0, 4262.0, 4260.0, 4260.0, 4259.0, 4280.0, 4250.0, 4260.0, 4263.0, 4303.0, 4271.0, 4302.0, 4250.0, 4271.0, 4260.0, 4271.0, 4288.0, 4269.0, 4298.0, 4248.0, 4287.0, 4247.0, 4290.0, 4257.0, 4268.0, 4235.0, 4247.0, 4266.0, 4247.0, 4277.0, 4248.0, 4277.0, 4258.0, 4258.0, 4248.0, 4259.0, 4238.0, 4249.0, 4238.0, 4250.0, 4258.0, 4260.0, 4289.0, 4260.0, 4279.0, 4260.0, 4293.0, 4284.0, 4295.0, 4262.0, 4282.0, 4251.0, 4261.0, 4241.0, 4263.0, 4241.0, 4262.0, 4311.0, 4261.0, 4312.0, 4270.0, 4312.0, 4260.0, 4269.0, 4249.0, 4270.0, 4238.0, 4260.0, 4298.0, 4249.0, 4290.0, 4259.0, 4299.0, 4259.0, 4270.0, 4249.0, 4250.0, 4309.0, 4248.0, 4288.0, 4259.0, 4269.0, 4260.0, 4280.0, 4260.0, 4291.0, 4272.0, 4271.0, 4271.0, 4282.0, 4260.0, 4282.0, 4249.0, 4272.0, 4290.0, 4261.0, 4292.0, 4261.0, 4300.0, 4260.0, 4271.0, 4250.0, 4271.0, 4251.0, 4282.0, 4274.0, 4272.0, 4273.0, 4283.0, 4251.0, 4292.0, 4251.0, 4273.0, 4310.0, 4260.0, 4299.0, 4259.0, 4289.0, 4258.0, 4258.0, 4238.0, 4280.0, 4249.0, 4260.0, 4238.0, 4250.0, 4248.0, 4250.0, 4249.0, 4261.0, 4250.0, 4262.0, 4300.0, 4272.0, 4311.0, 4261.0, 4301.0, 4261.0, 4292.0, 4249.0, 4301.0, 4250.0, 4270.0, 4248.0, 4260.0, 4237.0, 4260.0, 4249.0, 4260.0, 4249.0, 4251.0, 4300.0, 4261.0, 4309.0, 4261.0, 4290.0, 4260.0, 4280.0, 4259.0, 4290.0, 4249.0, 4260.0, 4249.0, 4250.0, 4270.0, 4262.0, 4293.0, 4276.0, 4282.0, 4240.0, 4272.0, 4241.0, 4272.0, 4251.0, 4275.0, 4294.0, 4262.0, 4310.0, 4250.0, 4299.0, 4248.0, 4281.0, 4261.0, 4261.0, 4260.0, 4280.0, 4261.0, 4270.0, 4262.0, 4307.0, 4304.0, 4293.0, 4322.0, 4262.0, 4290.0, 4259.0, 4290.0, 4248.0, 4269.0, 4248.0, 4249.0, 4267.0, 4249.0, 4289.0, 4260.0, 4310.0, 4260.0, 4280.0, 4249.0, 4260.0, 4238.0, 4261.0, 4259.0, 4261.0, 4249.0, 4262.0, 4301.0, 4262.0, 4311.0, 4262.0, 4293.0, 4285.0, 4287.0, 4262.0, 4242.0, 4300.0, 4264.0, 4278.0, 4258.0, 4278.0, 4258.0, 4292.0, 4249.0, 4289.0, 4263.0, 4301.0, 4264.0, 4252.0, 4273.0, 4285.0, 4282.0, 4251.0, 4294.0, 4292.0, 4284.0, 4253.0, 4306.0, 4302.0, 4291.0, 4289.0, 4265.0, 4287.0, 4242.0, 4253.0, 4272.0, 4231.0, 4261.0, 4209.0, 4250.0, 4207.0, 4218.0, 4236.0, 4207.0, 4238.0, 4220.0, 4241.0, 4233.0, 4231.0, 4234.0, 4252.0, 4235.0, 4234.0, 4237.0, 4277.0, 4246.0, 4277.0, 4246.0, 4288.0, 4248.0, 4279.0, 4248.0, 4269.0, 4246.0, 4258.0, 4297.0, 4269.0, 4298.0, 4249.0, 4278.0, 4258.0, 4278.0, 4248.0, 4270.0, 4268.0, 4260.0, 4279.0, 4262.0, 4270.0, 4262.0, 4293.0, 4275.0, 4302.0, 4263.0, 4313.0, 4253.0, 4270.0, 4248.0, 4272.0, 4259.0, 4261.0, 4310.0, 4250.0, 4288.0, 4247.0, 4278.0, 4247.0, 4279.0, 4247.0, 4270.0, 4299.0, 4262.0, 4292.0, 4249.0, 4258.0, 4236.0, 4238.0, 4228.0, 4250.0, 4239.0, 4252.0, 4280.0, 4260.0, 4280.0, 4260.0, 4301.0, 4260.0, 4270.0, 4259.0, 4260.0, 4248.0, 4262.0, 4268.0, 4250.0, 4289.0, 4251.0, 4280.0, 4261.0, 4281.0, 4262.0, 4312.0, 4261.0, 4291.0, 4261.0, 4271.0, 4250.0, 4272.0, 4260.0, 4282.0, 4260.0, 4271.0, 4239.0, 4261.0, 4279.0, 4262.0, 4301.0, 4262.0, 4280.0, 4263.0, 4291.0, 4274.0, 4323.0, 4273.0, 4312.0, 4272.0, 4303.0, 4260.0, 4303.0, 4270.0, 4291.0, 4248.0, 4270.0, 4248.0, 4260.0, 4277.0, 4260.0, 4309.0, 4249.0, 4300.0, 4259.0, 4279.0, 4258.0, 4270.0, 4247.0, 4249.0, 4237.0, 4249.0, 4267.0, 4260.0, 4278.0, 4261.0, 4280.0, 4262.0, 4281.0, 4272.0, 4283.0, 4262.0, 4302.0, 4273.0, 4283.0, 4251.0, 4262.0, 4240.0, 4293.0, 4281.0, 4273.0, 4252.0, 4263.0, 4250.0, 4262.0, 4311.0, 4282.0, 4312.0, 4261.0, 4301.0, 4261.0, 4290.0, 4248.0, 4280.0, 4259.0, 4259.0, 4277.0, 4259.0, 4277.0, 4249.0, 4278.0, 4249.0, 4299.0, 4259.0, 4259.0, 4237.0, 4259.0, 4247.0, 4260.0, 4298.0, 4260.0, 4279.0, 4260.0, 4269.0, 4249.0, 4270.0, 4240.0, 4272.0, 4252.0, 4263.0, 4241.0, 4263.0, 4251.0, 4262.0, 4311.0, 4263.0, 4302.0, 4263.0, 4292.0, 4261.0, 4293.0, 4269.0, 4293.0, 4279.0, 4271.0, 4299.0, 4249.0, 4289.0, 4250.0, 4300.0, 4250.0, 4290.0, 4259.0, 4260.0, 4249.0, 4271.0, 4249.0, 4261.0, 4238.0, 4261.0, 4279.0, 4272.0, 4312.0, 4262.0, 4301.0, 4260.0, 4279.0, 4260.0, 4280.0, 4251.0, 4290.0, 4261.0, 4271.0, 4272.0, 4282.0, 4250.0, 4292.0, 4251.0, 4261.0, 4250.0, 4281.0, 4251.0, 4292.0, 4262.0, 4282.0, 4273.0, 4282.0, 4263.0, 4315.0, 4273.0, 4293.0, 4273.0, 4283.0, 4273.0, 4303.0, 4273.0, 4302.0, 4272.0, 4313.0, 4282.0, 4302.0, 4261.0, 4290.0, 4259.0, 4270.0, 4247.0, 4291.0, 4279.0, 4259.0, 4259.0, 4251.0, 4278.0, 4259.0, 4269.0, 4249.0, 4239.0, 4239.0, 4251.0, 4239.0, 4262.0, 4290.0, 4262.0, 4282.0, 4272.0, 4282.0, 4262.0, 4282.0, 4272.0, 4262.0, 4262.0, 4264.0, 4261.0, 4264.0, 4313.0, 4263.0, 4303.0, 4273.0, 4293.0, 4262.0, 4313.0, 4274.0, 4303.0, 4262.0, 4283.0, 4301.0, 4283.0, 4312.0, 4272.0, 4301.0, 4288.0, 4313.0, 4262.0, 4315.0, 4294.0, 4294.0, 4289.0, 4266.0, 4290.0, 4324.0, 4263.0, 4300.0, 4282.0, 4290.0, 4272.0, 4312.0, 4291.0, 4301.0, 4248.0, 4288.0, 4246.0, 4267.0, 4243.0, 4245.0, 4284.0, 4245.0, 4296.0, 4236.0, 4265.0, 4246.0, 4255.0, 4245.0, 4256.0, 4235.0, 4237.0, 4246.0, 4248.0, 4246.0, 4248.0, 4266.0, 4247.0, 4278.0, 4248.0, 4283.0, 4249.0, 4248.0, 4237.0, 4261.0, 4239.0, 4261.0, 4240.0, 4262.0, 4259.0, 4271.0, 4312.0, 4261.0, 4300.0, 4271.0, 4281.0, 4261.0, 4291.0, 4249.0, 4271.0, 4250.0, 4261.0, 4252.0, 4251.0, 4249.0, 4250.0, 4249.0, 4261.0, 4249.0, 4272.0, 4290.0, 4261.0, 4300.0, 4272.0, 4280.0, 4259.0, 4301.0, 4250.0, 4270.0, 4250.0, 4261.0, 4248.0, 4270.0, 4299.0, 4260.0, 4279.0, 4259.0, 4259.0, 4250.0, 4271.0, 4250.0, 4262.0, 4261.0, 4276.0, 4264.0, 4275.0, 4323.0, 4283.0, 4312.0, 4272.0, 4293.0, 4273.0, 4291.0, 4272.0], 'WindowWidth': [9556.0, 9502.0, 9468.0, 9515.0, 9454.0, 9511.0, 9448.0, 9487.0, 9429.0, 9441.0, 9409.0, 9428.0, 9478.0, 9410.0, 9445.0, 9422.0, 9426.0, 9410.0, 9424.0, 9396.0, 9415.0, 9395.0, 9435.0, 9455.0, 9428.0, 9438.0, 9426.0, 9438.0, 9411.0, 9427.0, 9405.0, 9411.0, 9391.0, 9412.0, 9464.0, 9426.0, 9464.0, 9411.0, 9447.0, 9422.0, 9440.0, 9390.0, 9472.0, 9415.0, 9426.0, 9444.0, 9405.0, 9431.0, 9389.0, 9418.0, 9372.0, 9411.0, 9427.0, 9407.0, 9433.0, 9406.0, 9433.0, 9424.0, 9424.0, 9425.0, 9429.0, 9454.0, 9509.0, 9451.0, 9500.0, 9432.0, 9473.0, 9434.0, 9453.0, 9406.0, 9435.0, 9446.0, 9403.0, 9444.0, 9415.0, 9461.0, 9394.0, 9421.0, 9408.0, 9429.0, 9409.0, 9430.0, 9409.0, 9416.0, 9438.0, 9431.0, 9458.0, 9426.0, 9456.0, 9396.0, 9428.0, 9409.0, 9402.0, 9470.0, 9431.0, 9497.0, 9393.0, 9420.0, 9400.0, 9426.0, 9457.0, 9386.0, 9422.0, 9401.0, 9416.0, 9393.0, 9441.0, 9448.0, 9437.0, 9479.0, 9410.0, 9431.0, 9406.0, 9435.0, 9409.0, 9424.0, 9409.0, 9430.0, 9412.0, 9416.0, 9482.0, 9412.0, 9463.0, 9409.0, 9434.0, 9390.0, 9435.0, 9388.0, 9421.0, 9456.0, 9408.0, 9458.0, 9454.0, 9466.0, 9408.0, 9433.0, 9392.0, 9426.0, 9396.0, 9429.0, 9451.0, 9436.0, 9507.0, 9444.0, 9501.0, 9428.0, 9463.0, 9425.0, 9443.0, 9410.0, 9456.0, 9412.0, 9431.0, 9414.0, 9434.0, 9457.0, 9436.0, 9500.0, 9432.0, 9481.0, 9414.0, 9468.0, 9397.0, 9484.0, 9423.0, 9478.0, 9420.0, 9460.0, 9470.0, 9412.0, 9478.0, 9409.0, 9460.0, 9422.0, 9432.0, 9407.0, 9425.0, 9408.0, 9415.0, 9462.0, 9410.0, 9435.0, 9425.0, 9456.0, 9429.0, 9457.0, 9429.0, 9430.0, 9429.0, 9465.0, 9418.0, 9448.0, 9413.0, 9439.0, 9435.0, 9434.0, 9429.0, 9460.0, 9419.0, 9431.0, 9440.0, 9496.0, 9447.0, 9490.0, 9418.0, 9447.0, 9430.0, 9448.0, 9467.0, 9442.0, 9479.0, 9412.0, 9463.0, 9408.0, 9470.0, 9420.0, 9438.0, 9389.0, 9409.0, 9431.0, 9409.0, 9448.0, 9411.0, 9449.0, 9425.0, 9424.0, 9412.0, 9430.0, 9398.0, 9416.0, 9398.0, 9417.0, 9427.0, 9432.0, 9468.0, 9432.0, 9455.0, 9432.0, 9485.0, 9475.0, 9490.0, 9440.0, 9464.0, 9423.0, 9437.0, 9408.0, 9441.0, 9408.0, 9440.0, 9502.0, 9435.0, 9504.0, 9444.0, 9506.0, 9434.0, 9444.0, 9416.0, 9446.0, 9398.0, 9431.0, 9482.0, 9415.0, 9472.0, 9428.0, 9483.0, 9431.0, 9446.0, 9416.0, 9420.0, 9499.0, 9413.0, 9465.0, 9428.0, 9441.0, 9431.0, 9459.0, 9434.0, 9476.0, 9452.0, 9449.0, 9450.0, 9465.0, 9431.0, 9464.0, 9417.0, 9451.0, 9473.0, 9436.0, 9477.0, 9435.0, 9486.0, 9433.0, 9449.0, 9419.0, 9449.0, 9423.0, 9467.0, 9458.0, 9453.0, 9454.0, 9469.0, 9423.0, 9480.0, 9421.0, 9452.0, 9502.0, 9431.0, 9484.0, 9427.0, 9467.0, 9426.0, 9426.0, 9400.0, 9458.0, 9415.0, 9432.0, 9401.0, 9418.0, 9414.0, 9420.0, 9415.0, 9435.0, 9419.0, 9437.0, 9486.0, 9451.0, 9501.0, 9435.0, 9488.0, 9434.0, 9475.0, 9415.0, 9489.0, 9418.0, 9444.0, 9413.0, 9432.0, 9397.0, 9432.0, 9415.0, 9432.0, 9416.0, 9420.0, 9486.0, 9434.0, 9497.0, 9434.0, 9470.0, 9433.0, 9460.0, 9428.0, 9471.0, 9414.0, 9433.0, 9417.0, 9419.0, 9445.0, 9438.0, 9481.0, 9464.0, 9464.0, 9406.0, 9450.0, 9409.0, 9452.0, 9422.0, 9462.0, 9486.0, 9439.0, 9501.0, 9417.0, 9482.0, 9412.0, 9464.0, 9436.0, 9435.0, 9431.0, 9459.0, 9434.0, 9445.0, 9437.0, 9510.0, 9498.0, 9481.0, 9519.0, 9436.0, 9471.0, 9429.0, 9472.0, 9412.0, 9442.0, 9411.0, 9416.0, 9435.0, 9415.0, 9469.0, 9431.0, 9498.0, 9433.0, 9458.0, 9416.0, 9433.0, 9399.0, 9433.0, 9429.0, 9436.0, 9417.0, 9437.0, 9488.0, 9437.0, 9503.0, 9437.0, 9480.0, 9478.0, 9481.0, 9438.0, 9409.0, 9482.0, 9444.0, 9448.0, 9422.0, 9451.0, 9425.0, 9478.0, 9416.0, 9470.0, 9439.0, 9490.0, 9447.0, 9428.0, 9458.0, 9474.0, 9468.0, 9423.0, 9484.0, 9478.0, 9470.0, 9429.0, 9503.0, 9490.0, 9476.0, 9474.0, 9429.0, 9466.0, 9390.0, 9406.0, 9434.0, 9374.0, 9418.0, 9342.0, 9398.0, 9334.0, 9352.0, 9372.0, 9336.0, 9380.0, 9358.0, 9388.0, 9384.0, 9377.0, 9385.0, 9407.0, 9390.0, 9386.0, 9396.0, 9447.0, 9404.0, 9447.0, 9404.0, 9462.0, 9411.0, 9453.0, 9412.0, 9440.0, 9403.0, 9423.0, 9476.0, 9439.0, 9480.0, 9413.0, 9451.0, 9426.0, 9451.0, 9412.0, 9444.0, 9436.0, 9430.0, 9453.0, 9437.0, 9445.0, 9438.0, 9481.0, 9463.0, 9492.0, 9441.0, 9507.0, 9425.0, 9444.0, 9412.0, 9449.0, 9427.0, 9434.0, 9501.0, 9416.0, 9465.0, 9407.0, 9451.0, 9406.0, 9455.0, 9409.0, 9445.0, 9482.0, 9437.0, 9479.0, 9416.0, 9424.0, 9393.0, 9399.0, 9385.0, 9418.0, 9402.0, 9422.0, 9455.0, 9431.0, 9459.0, 9431.0, 9488.0, 9430.0, 9443.0, 9428.0, 9430.0, 9412.0, 9435.0, 9439.0, 9419.0, 9469.0, 9422.0, 9459.0, 9436.0, 9461.0, 9437.0, 9503.0, 9435.0, 9474.0, 9434.0, 9446.0, 9416.0, 9450.0, 9429.0, 9464.0, 9432.0, 9448.0, 9401.0, 9435.0, 9455.0, 9437.0, 9488.0, 9438.0, 9460.0, 9440.0, 9475.0, 9458.0, 9522.0, 9455.0, 9507.0, 9452.0, 9493.0, 9431.0, 9493.0, 9443.0, 9475.0, 9413.0, 9444.0, 9411.0, 9430.0, 9450.0, 9430.0, 9497.0, 9415.0, 9483.0, 9430.0, 9454.0, 9425.0, 9443.0, 9408.0, 9414.0, 9396.0, 9415.0, 9437.0, 9431.0, 9454.0, 9435.0, 9459.0, 9439.0, 9463.0, 9453.0, 9466.0, 9437.0, 9493.0, 9453.0, 9467.0, 9423.0, 9438.0, 9405.0, 9484.0, 9463.0, 9455.0, 9424.0, 9440.0, 9418.0, 9437.0, 9502.0, 9465.0, 9506.0, 9435.0, 9487.0, 9434.0, 9471.0, 9412.0, 9457.0, 9426.0, 9429.0, 9449.0, 9427.0, 9450.0, 9415.0, 9453.0, 9414.0, 9481.0, 9427.0, 9428.0, 9396.0, 9429.0, 9408.0, 9430.0, 9480.0, 9432.0, 9455.0, 9433.0, 9442.0, 9416.0, 9446.0, 9404.0, 9453.0, 9426.0, 9441.0, 9411.0, 9442.0, 9422.0, 9439.0, 9503.0, 9439.0, 9491.0, 9441.0, 9479.0, 9435.0, 9481.0, 9442.0, 9480.0, 9454.0, 9446.0, 9482.0, 9416.0, 9469.0, 9418.0, 9485.0, 9417.0, 9470.0, 9430.0, 9431.0, 9417.0, 9448.0, 9414.0, 9434.0, 9400.0, 9435.0, 9457.0, 9452.0, 9504.0, 9436.0, 9487.0, 9433.0, 9456.0, 9433.0, 9457.0, 9421.0, 9473.0, 9435.0, 9449.0, 9451.0, 9464.0, 9420.0, 9479.0, 9421.0, 9435.0, 9418.0, 9461.0, 9423.0, 9479.0, 9441.0, 9466.0, 9456.0, 9466.0, 9441.0, 9516.0, 9453.0, 9480.0, 9456.0, 9469.0, 9457.0, 9497.0, 9455.0, 9491.0, 9453.0, 9511.0, 9466.0, 9493.0, 9435.0, 9472.0, 9428.0, 9445.0, 9407.0, 9477.0, 9452.0, 9429.0, 9427.0, 9420.0, 9452.0, 9427.0, 9441.0, 9412.0, 9402.0, 9400.0, 9420.0, 9403.0, 9437.0, 9473.0, 9439.0, 9463.0, 9452.0, 9463.0, 9438.0, 9464.0, 9453.0, 9440.0, 9439.0, 9444.0, 9435.0, 9444.0, 9507.0, 9442.0, 9494.0, 9456.0, 9481.0, 9440.0, 9510.0, 9456.0, 9496.0, 9439.0, 9469.0, 9488.0, 9469.0, 9506.0, 9452.0, 9489.0, 9485.0, 9509.0, 9440.0, 9519.0, 9485.0, 9485.0, 9492.0, 9452.0, 9492.0, 9527.0, 9442.0, 9487.0, 9463.0, 9471.0, 9451.0, 9507.0, 9474.0, 9491.0, 9411.0, 9465.0, 9406.0, 9434.0, 9397.0, 9401.0, 9456.0, 9404.0, 9475.0, 9393.0, 9430.0, 9406.0, 9416.0, 9401.0, 9418.0, 9388.0, 9398.0, 9406.0, 9413.0, 9408.0, 9412.0, 9434.0, 9409.0, 9451.0, 9412.0, 9470.0, 9418.0, 9414.0, 9398.0, 9435.0, 9403.0, 9435.0, 9405.0, 9439.0, 9429.0, 9449.0, 9505.0, 9436.0, 9485.0, 9449.0, 9462.0, 9435.0, 9475.0, 9417.0, 9448.0, 9418.0, 9437.0, 9427.0, 9420.0, 9414.0, 9420.0, 9416.0, 9435.0, 9417.0, 9452.0, 9473.0, 9437.0, 9487.0, 9451.0, 9459.0, 9430.0, 9489.0, 9418.0, 9446.0, 9420.0, 9436.0, 9414.0, 9447.0, 9484.0, 9431.0, 9455.0, 9430.0, 9431.0, 9420.0, 9450.0, 9418.0, 9439.0, 9437.0, 9467.0, 9447.0, 9461.0, 9523.0, 9470.0, 9506.0, 9453.0, 9481.0, 9456.0, 9477.0, 9450.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.008127560414269274</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.030906067548906787</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.823947506520774</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.3376268040322592</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.096981095645162</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.474</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5680.5522</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.12600092272859068</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>76</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>8.745684695051784</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3464421226913124</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2148199471945773</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5565027572300427</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.268003663649318</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00843102</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018619293347001076</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03014305792748928</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.147492676933318</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>32.8079</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.2119</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>167.8048</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>300209.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>725.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>319.5749</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9553</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>545.0858</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3479.4441</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3636.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>76335.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1376.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4529.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>876.6685</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>35.34431085688993</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> |