=== 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-0050 --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-0050",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
107 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
107 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0050_ses-04_task-social_acq-mb8_run-03_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-0050_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0050_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-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-04_subject-0050_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-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-04_subject-0050_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-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-04_subject-0050_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-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0050_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-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0050_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-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-04_subject-0050_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-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-03_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-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-03_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-0050/ses-04/func/sub-0050_ses-04_task-social_acq-mb8_run-03_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>bb349fa4097cab1a19c88cd5dbbac9f4</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>13:40:24.982500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999102, 0.0354912, 0.023129, -0.0362862, 0.998731, 0.0349125]</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-03_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.096556</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-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4154, -7780, -7215, 585, -66, -183, 44, 6]</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>246.123</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>57b7ea2c-9ae1-46cd-b3d5-61c5c3dd3bd0||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.680518388748169, -0.09735330194234848, 0.059023596346378326, 114.29046630859375], [-0.09522026777267456, 2.679523468017578, 0.09644520282745361, -79.2394790649414], [0.06205346807837486, -0.09366773813962936, 2.697631359100342, -37.79746627807617], [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': ['134024.982500', '134025.442500', '134025.902500', '134026.362500', '134026.822500', '134027.282500', '134027.742500', '134028.202500', '134028.662500', '134029.122500', '134029.582500', '134030.042500', '134030.502500', '134030.962500', '134031.422500', '134031.882500', '134032.342500', '134032.802500', '134033.262500', '134033.722500', '134034.182500', '134034.642500', '134035.102500', '134035.562500', '134036.022500', '134036.482500', '134036.942500', '134037.402500', '134037.862500', '134038.322500', '134038.782500', '134039.242500', '134039.702500', '134040.162500', '134040.622500', '134041.082500', '134041.542500', '134042.002500', '134042.462500', '134042.922500', '134043.382500', '134043.842500', '134044.302500', '134044.762500', '134045.222500', '134045.682500', '134046.142500', '134046.602500', '134047.062500', '134047.522500', '134047.982500', '134048.442500', '134048.902500', '134049.362500', '134049.822500', '134050.282500', '134050.742500', '134051.202500', '134051.662500', '134052.122500', '134052.582500', '134053.042500', '134053.502500', '134053.962500', '134054.422500', '134054.882500', '134055.342500', '134055.802500', '134056.262500', '134056.722500', '134057.182500', '134057.642500', '134058.102500', '134058.562500', '134059.022500', '134059.482500', '134059.942500', '134100.402500', '134100.862500', '134101.322500', '134101.782500', '134102.242500', '134102.702500', '134103.162500', '134103.622500', '134104.082500', '134104.542500', '134105.002500', '134105.462500', '134105.922500', '134106.382500', '134106.842500', '134107.302500', '134107.762500', '134108.222500', '134108.682500', '134109.142500', '134109.602500', '134110.062500', '134110.522500', '134110.982500', '134111.442500', '134111.902500', '134112.362500', '134112.822500', '134113.282500', '134113.742500', '134114.202500', '134114.662500', '134115.122500', '134115.582500', '134116.042500', '134116.502500', '134116.962500', '134117.422500', '134117.882500', '134118.342500', '134118.802500', '134119.262500', '134119.722500', '134120.182500', '134120.642500', '134121.102500', '134121.562500', '134122.022500', '134122.482500', '134122.942500', '134123.402500', '134123.862500', '134124.322500', '134124.782500', '134125.242500', '134125.702500', '134126.162500', '134126.622500', '134127.082500', '134127.542500', '134128.002500', '134128.462500', '134128.922500', '134129.382500', '134129.842500', '134130.302500', '134130.762500', '134131.222500', '134131.682500', '134132.142500', '134132.602500', '134133.062500', '134133.522500', '134133.982500', '134134.442500', '134134.902500', '134135.362500', '134135.822500', '134136.282500', '134136.742500', '134137.202500', '134137.662500', '134138.122500', '134138.582500', '134139.042500', '134139.502500', '134139.962500', '134140.422500', '134140.882500', '134141.342500', '134141.802500', '134142.262500', '134142.722500', '134143.182500', '134143.642500', '134144.102500', '134144.562500', '134145.022500', '134145.482500', '134145.942500', '134146.402500', '134146.862500', '134147.322500', '134147.782500', '134148.242500', '134148.702500', '134149.162500', '134149.622500', '134150.082500', '134150.542500', '134151.002500', '134151.462500', '134151.922500', '134152.382500', '134152.842500', '134153.302500', '134153.762500', '134154.222500', '134154.682500', '134155.142500', '134155.602500', '134156.062500', '134156.522500', '134156.982500', '134157.442500', '134157.902500', '134158.362500', '134158.822500', '134159.282500', '134159.742500', '134200.202500', '134200.662500', '134201.122500', '134201.582500', '134202.042500', '134202.502500', '134202.962500', '134203.422500', '134203.882500', '134204.342500', '134204.802500', '134205.262500', '134205.722500', '134206.182500', '134206.642500', '134207.102500', '134207.562500', '134208.022500', '134208.482500', '134208.942500', '134209.402500', '134209.862500', '134210.322500', '134210.782500', '134211.242500', '134211.702500', '134212.162500', '134212.622500', '134213.082500', '134213.542500', '134214.002500', '134214.462500', '134214.922500', '134215.382500', '134215.842500', '134216.302500', '134216.762500', '134217.222500', '134217.682500', '134218.142500', '134218.602500', '134219.062500', '134219.522500', '134219.982500', '134220.442500', '134220.902500', '134221.362500', '134221.822500', '134222.282500', '134222.742500', '134223.202500', '134223.662500', '134224.122500', '134224.582500', '134225.042500', '134225.502500', '134225.962500', '134226.422500', '134226.882500', '134227.342500', '134227.802500', '134228.262500', '134228.722500', '134229.182500', '134229.642500', '134230.102500', '134230.562500', '134231.022500', '134231.482500', '134231.942500', '134232.402500', '134232.862500', '134233.322500', '134233.782500', '134234.242500', '134234.702500', '134235.162500', '134235.622500', '134236.082500', '134236.542500', '134237.002500', '134237.462500', '134237.922500', '134238.382500', '134238.842500', '134239.302500', '134239.762500', '134240.222500', '134240.682500', '134241.142500', '134241.602500', '134242.062500', '134242.522500', '134242.982500', '134243.442500', '134243.902500', '134244.362500', '134244.822500', '134245.282500', '134245.742500', '134246.202500', '134246.662500', '134247.122500', '134247.582500', '134248.042500', '134248.502500', '134248.962500', '134249.422500', '134249.882500', '134250.342500', '134250.802500', '134251.262500', '134251.722500', '134252.182500', '134252.642500', '134253.102500', '134253.562500', '134254.022500', '134254.482500', '134254.942500', '134255.402500', '134255.862500', '134256.322500', '134256.782500', '134257.242500', '134257.702500', '134258.162500', '134258.622500', '134259.082500', '134259.542500', '134300.002500', '134300.462500', '134300.922500', '134301.382500', '134301.842500', '134302.302500', '134302.762500', '134303.222500', '134303.682500', '134304.142500', '134304.602500', '134305.062500', '134305.522500', '134305.982500', '134306.442500', '134306.902500', '134307.362500', '134307.822500', '134308.282500', '134308.742500', '134309.202500', '134309.662500', '134310.122500', '134310.582500', '134311.042500', '134311.502500', '134311.962500', '134312.422500', '134312.882500', '134313.342500', '134313.802500', '134314.262500', '134314.722500', '134315.182500', '134315.642500', '134316.102500', '134316.562500', '134317.022500', '134317.482500', '134317.942500', '134318.402500', '134318.862500', '134319.322500', '134319.782500', '134320.242500', '134320.702500', '134321.162500', '134321.622500', '134322.082500', '134322.542500', '134323.002500', '134323.462500', '134323.922500', '134324.382500', '134324.842500', '134325.302500', '134325.762500', '134326.222500', '134326.682500', '134327.142500', '134327.602500', '134328.062500', '134328.522500', '134328.982500', '134329.442500', '134329.902500', '134330.362500', '134330.822500', '134331.282500', '134331.742500', '134332.202500', '134332.662500', '134333.122500', '134333.582500', '134334.042500', '134334.502500', '134334.962500', '134335.422500', '134335.882500', '134336.342500', '134336.802500', '134337.262500', '134337.722500', '134338.182500', '134338.642500', '134339.102500', '134339.562500', '134340.022500', '134340.482500', '134340.942500', '134341.402500', '134341.862500', '134342.322500', '134342.782500', '134343.242500', '134343.702500', '134344.162500', '134344.622500', '134345.082500', '134345.542500', '134346.002500', '134346.462500', '134346.922500', '134347.382500', '134347.842500', '134348.302500', '134348.762500', '134349.222500', '134349.682500', '134350.142500', '134350.602500', '134351.062500', '134351.522500', '134351.982500', '134352.442500', '134352.902500', '134353.362500', '134353.822500', '134354.282500', '134354.742500', '134355.202500', '134355.662500', '134356.122500', '134356.582500', '134357.042500', '134357.502500', '134357.962500', '134358.422500', '134358.882500', '134359.342500', '134359.802500', '134400.262500', '134400.722500', '134401.182500', '134401.642500', '134402.102500', '134402.562500', '134403.022500', '134403.482500', '134403.942500', '134404.402500', '134404.862500', '134405.322500', '134405.782500', '134406.242500', '134406.702500', '134407.162500', '134407.622500', '134408.082500', '134408.542500', '134409.002500', '134409.462500', '134409.922500', '134410.382500', '134410.842500', '134411.302500', '134411.762500', '134412.222500', '134412.682500', '134413.142500', '134413.602500', '134414.062500', '134414.522500', '134414.982500', '134415.442500', '134415.902500', '134416.362500', '134416.822500', '134417.282500', '134417.742500', '134418.202500', '134418.662500', '134419.122500', '134419.582500', '134420.042500', '134420.502500', '134420.962500', '134421.422500', '134421.882500', '134422.342500', '134422.802500', '134423.262500', '134423.722500', '134424.182500', '134424.642500', '134425.102500', '134425.562500', '134426.022500', '134426.482500', '134426.942500', '134427.402500', '134427.862500', '134428.322500', '134428.782500', '134429.242500', '134429.702500', '134430.162500', '134430.622500', '134431.082500', '134431.542500', '134432.002500', '134432.462500', '134432.922500', '134433.382500', '134433.842500', '134434.302500', '134434.762500', '134435.222500', '134435.682500', '134436.142500', '134436.602500', '134437.062500', '134437.522500', '134437.982500', '134438.442500', '134438.902500', '134439.362500', '134439.822500', '134440.282500', '134440.742500', '134441.202500', '134441.662500', '134442.122500', '134442.582500', '134443.042500', '134443.502500', '134443.962500', '134444.422500', '134444.882500', '134445.342500', '134445.802500', '134446.262500', '134446.722500', '134447.182500', '134447.642500', '134448.102500', '134448.562500', '134449.022500', '134449.482500', '134449.942500', '134450.402500', '134450.862500', '134451.322500', '134451.782500', '134452.242500', '134452.702500', '134453.162500', '134453.622500', '134454.082500', '134454.542500', '134455.002500', '134455.462500', '134455.922500', '134456.382500', '134456.842500', '134457.302500', '134457.762500', '134458.222500', '134458.682500', '134459.142500', '134459.602500', '134500.062500', '134500.522500', '134500.982500', '134501.442500', '134501.902500', '134502.362500', '134502.822500', '134503.282500', '134503.742500', '134504.202500', '134504.662500', '134505.122500', '134505.582500', '134506.042500', '134506.502500', '134506.962500', '134507.422500', '134507.882500', '134508.342500', '134508.802500', '134509.262500', '134509.722500', '134510.182500', '134510.642500', '134511.102500', '134511.562500', '134512.022500', '134512.482500', '134512.942500', '134513.402500', '134513.862500', '134514.322500', '134514.782500', '134515.242500', '134515.702500', '134516.162500', '134516.622500', '134517.082500', '134517.542500', '134518.002500', '134518.462500', '134518.922500', '134519.382500', '134519.842500', '134520.302500', '134520.762500', '134521.222500', '134521.682500', '134522.142500', '134522.602500', '134523.062500', '134523.522500', '134523.982500', '134524.442500', '134524.902500', '134525.362500', '134525.822500', '134526.282500', '134526.742500', '134527.202500', '134527.662500', '134528.122500', '134528.582500', '134529.042500', '134529.502500', '134529.962500', '134530.422500', '134530.882500', '134531.342500', '134531.802500', '134532.262500', '134532.722500', '134533.182500', '134533.642500', '134534.102500', '134534.562500', '134535.022500', '134535.482500', '134535.942500', '134536.402500', '134536.862500', '134537.322500', '134537.782500', '134538.242500', '134538.702500', '134539.162500', '134539.622500', '134540.082500', '134540.542500', '134541.002500', '134541.462500', '134541.922500', '134542.382500', '134542.842500', '134543.302500', '134543.762500', '134544.222500', '134544.682500', '134545.142500', '134545.602500', '134546.062500', '134546.522500', '134546.982500', '134547.442500', '134547.902500', '134548.362500', '134548.822500', '134549.282500', '134549.742500', '134550.202500', '134550.662500', '134551.122500', '134551.582500', '134552.042500', '134552.502500', '134552.962500', '134553.422500', '134553.882500', '134554.342500', '134554.802500', '134555.262500', '134555.722500', '134556.182500', '134556.642500', '134557.102500', '134557.562500', '134558.022500', '134558.482500', '134558.942500', '134559.402500', '134559.862500', '134600.322500', '134600.782500', '134601.242500', '134601.702500', '134602.162500', '134602.622500', '134603.082500', '134603.542500', '134604.002500', '134604.462500', '134604.922500', '134605.382500', '134605.842500', '134606.302500', '134606.762500', '134607.222500', '134607.682500', '134608.142500', '134608.602500', '134609.062500', '134609.522500', '134609.982500', '134610.442500', '134610.902500', '134611.362500', '134611.822500', '134612.282500', '134612.742500', '134613.202500', '134613.662500', '134614.122500', '134614.582500', '134615.042500', '134615.502500', '134615.962500', '134616.422500', '134616.882500', '134617.342500', '134617.802500', '134618.262500', '134618.722500', '134619.182500', '134619.642500', '134620.102500', '134620.562500', '134621.022500', '134621.482500', '134621.942500', '134622.402500', '134622.862500', '134623.322500', '134623.782500', '134624.242500', '134624.702500', '134625.162500', '134625.622500', '134626.082500', '134626.542500', '134627.002500', '134627.462500', '134627.922500', '134628.382500', '134628.842500', '134629.302500', '134629.762500', '134630.222500', '134630.682500', '134631.142500', '134631.602500', '134632.062500', '134632.522500', '134632.982500', '134633.442500', '134633.902500', '134634.362500', '134634.822500', '134635.282500', '134635.742500', '134636.202500', '134636.662500', '134637.122500', '134637.582500', '134638.042500', '134638.502500', '134638.962500', '134639.422500', '134639.882500', '134640.342500', '134640.802500', '134641.262500', '134641.722500', '134642.182500', '134642.642500', '134643.102500', '134643.562500', '134644.022500', '134644.482500', '134644.942500', '134645.402500', '134645.862500', '134646.322500', '134646.782500', '134647.242500', '134647.702500', '134648.162500', '134648.622500', '134649.082500', '134649.542500', '134650.002500', '134650.462500', '134650.922500', '134651.382500', '134651.842500', '134652.302500', '134652.762500', '134653.222500', '134653.682500', '134654.142500', '134654.602500', '134655.062500', '134655.522500', '134655.982500', '134656.442500', '134656.902500', '134657.362500', '134657.822500', '134658.282500', '134658.742500', '134659.202500', '134659.662500', '134700.122500', '134700.582500', '134701.042500', '134701.502500', '134701.962500', '134702.422500', '134702.882500', '134703.342500', '134703.802500', '134704.262500', '134704.722500', '134705.182500', '134705.642500'], 'ContentTime': ['134043.861000', '134043.864000', '134043.867000', '134043.869000', '134043.872000', '134043.875000', '134043.877000', '134043.880000', '134043.882000', '134043.885000', '134043.888000', '134043.890000', '134043.893000', '134043.897000', '134043.900000', '134043.903000', '134043.905000', '134043.908000', '134043.910000', '134043.913000', '134043.916000', '134043.918000', '134043.921000', '134043.923000', '134043.926000', '134043.928000', '134043.931000', '134043.934000', '134043.936000', '134043.939000', '134043.942000', '134043.944000', '134043.947000', '134043.949000', '134043.952000', '134043.955000', '134043.957000', '134043.960000', '134043.962000', '134103.801000', '134103.817000', '134103.820000', '134103.823000', '134103.825000', '134103.828000', '134103.830000', '134103.833000', '134103.836000', '134103.851000', '134103.854000', '134103.856000', '134103.859000', '134103.861000', '134103.864000', '134103.867000', '134103.869000', '134103.872000', '134103.875000', '134103.877000', '134103.880000', '134103.882000', '134103.885000', '134103.887000', '134103.890000', '134103.893000', '134103.895000', '134103.898000', '134103.900000', '134103.903000', '134103.906000', '134103.908000', '134103.911000', '134103.913000', '134103.916000', '134103.919000', '134103.921000', '134103.924000', '134103.926000', '134103.929000', '134103.932000', '134103.934000', '134103.937000', '134123.801000', '134123.859000', '134123.861000', '134123.864000', '134123.866000', '134123.869000', '134123.872000', '134123.874000', '134123.877000', '134123.879000', '134123.882000', '134123.884000', '134123.887000', '134123.890000', '134123.892000', '134123.895000', '134123.898000', '134123.900000', '134123.903000', '134123.905000', '134123.908000', '134123.911000', '134123.913000', '134123.916000', '134123.918000', '134123.921000', '134123.923000', '134123.926000', '134123.929000', '134123.931000', '134123.934000', '134123.936000', '134123.939000', '134123.942000', '134123.944000', '134123.947000', '134123.949000', '134123.952000', '134123.954000', '134123.957000', '134123.960000', '134123.962000', '134123.965000', '134123.967000', '134143.802000', '134143.804000', '134143.807000', '134143.810000', '134143.812000', '134143.815000', '134143.818000', '134143.820000', '134143.823000', '134143.825000', '134143.828000', '134143.831000', '134143.833000', '134143.836000', '134143.839000', '134143.841000', '134143.844000', '134143.846000', '134143.849000', '134143.852000', '134143.856000', '134143.858000', '134143.861000', '134143.864000', '134143.866000', '134143.869000', '134143.871000', '134143.874000', '134143.877000', '134143.879000', '134143.882000', '134143.885000', '134143.888000', '134143.891000', '134143.893000', '134143.896000', '134143.898000', '134143.901000', '134143.904000', '134143.906000', '134143.909000', '134143.911000', '134143.917000', '134203.801000', '134203.817000', '134203.820000', '134203.822000', '134203.825000', '134203.827000', '134203.830000', '134203.833000', '134203.835000', '134203.838000', '134203.840000', '134203.843000', '134203.846000', '134203.848000', '134203.851000', '134203.854000', '134203.856000', '134203.859000', '134203.861000', '134203.864000', '134203.867000', '134203.869000', '134203.872000', '134203.874000', '134203.877000', '134203.880000', '134203.882000', '134203.885000', '134203.887000', '134203.890000', '134203.893000', '134203.895000', '134203.898000', '134203.901000', '134203.903000', '134203.906000', '134203.908000', '134203.911000', '134203.914000', '134203.916000', '134203.919000', '134203.922000', '134203.924000', '134203.927000', '134223.801000', '134223.804000', '134223.807000', '134223.810000', '134223.812000', '134223.815000', '134223.817000', '134223.820000', '134223.823000', '134223.825000', '134223.828000', '134223.830000', '134223.833000', '134223.849000', '134223.852000', '134223.855000', '134223.858000', '134223.861000', '134223.863000', '134223.866000', '134223.869000', '134223.871000', '134223.874000', '134223.876000', '134223.879000', '134223.882000', '134223.884000', '134223.897000', '134223.899000', '134223.902000', '134223.904000', '134223.907000', '134223.910000', '134223.912000', '134223.915000', '134223.917000', '134223.920000', '134223.923000', '134223.925000', '134223.928000', '134223.931000', '134223.933000', '134223.936000', '134243.801000', '134243.804000', '134243.807000', '134243.810000', '134243.812000', '134243.815000', '134243.817000', '134243.820000', '134243.823000', '134243.826000', '134243.828000', '134243.831000', '134243.833000', '134243.836000', '134243.839000', '134243.841000', '134243.844000', '134243.846000', '134243.849000', '134243.852000', '134243.854000', '134243.857000', '134243.859000', '134243.862000', '134243.865000', '134243.867000', '134243.870000', '134243.872000', '134243.875000', '134243.878000', '134243.880000', '134243.883000', '134243.885000', '134243.888000', '134243.891000', '134243.893000', '134243.896000', '134243.899000', '134243.901000', '134243.904000', '134243.906000', '134243.909000', '134243.912000', '134243.914000', '134303.801000', '134303.804000', '134303.807000', '134303.809000', '134303.812000', '134303.815000', '134303.817000', '134303.820000', '134303.823000', '134303.825000', '134303.828000', '134303.831000', '134303.833000', '134303.836000', '134303.838000', '134303.841000', '134303.844000', '134303.846000', '134303.849000', '134303.852000', '134303.854000', '134303.857000', '134303.859000', '134303.862000', '134303.864000', '134303.867000', '134303.870000', '134303.874000', '134303.877000', '134303.879000', '134303.882000', '134303.885000', '134303.887000', '134303.890000', '134303.892000', '134303.895000', '134303.898000', '134303.900000', '134303.903000', '134303.906000', '134303.908000', '134303.911000', '134303.913000', '134323.802000', '134323.804000', '134323.807000', '134323.810000', '134323.812000', '134323.815000', '134323.817000', '134323.820000', '134323.823000', '134323.825000', '134323.828000', '134323.831000', '134323.833000', '134323.836000', '134323.839000', '134323.841000', '134323.844000', '134323.847000', '134323.849000', '134323.852000', '134323.854000', '134323.857000', '134323.860000', '134323.862000', '134323.865000', '134323.868000', '134323.870000', '134323.873000', '134323.875000', '134323.878000', '134323.881000', '134323.883000', '134323.886000', '134323.888000', '134323.891000', '134323.894000', '134323.896000', '134323.899000', '134323.902000', '134323.904000', '134323.907000', '134323.909000', '134323.912000', '134323.915000', '134343.802000', '134343.807000', '134343.810000', '134343.813000', '134343.815000', '134343.818000', '134343.821000', '134343.823000', '134343.826000', '134343.828000', '134343.831000', '134343.834000', '134343.836000', '134343.839000', '134343.842000', '134343.844000', '134343.847000', '134343.850000', '134343.852000', '134343.855000', '134343.857000', '134343.860000', '134343.863000', '134343.865000', '134343.868000', '134343.871000', '134343.873000', '134343.876000', '134343.878000', '134343.881000', '134343.884000', '134343.886000', '134343.889000', '134343.891000', '134343.894000', '134343.897000', '134343.899000', '134343.902000', '134343.905000', '134343.908000', '134343.910000', '134343.913000', '134343.916000', '134403.801000', '134403.831000', '134403.834000', '134403.837000', '134403.839000', '134403.842000', '134403.844000', '134403.847000', '134403.849000', '134403.852000', '134403.855000', '134403.857000', '134403.860000', '134403.863000', '134403.865000', '134403.868000', '134403.870000', '134403.873000', '134403.876000', '134403.878000', '134403.881000', '134403.883000', '134403.886000', '134403.889000', '134403.891000', '134403.894000', '134403.897000', '134403.899000', '134403.902000', '134403.904000', '134403.907000', '134403.910000', '134403.912000', '134403.915000', '134403.917000', '134403.920000', '134403.923000', '134403.925000', '134403.928000', '134403.931000', '134403.933000', '134403.936000', '134403.938000', '134403.941000', '134423.801000', '134423.821000', '134423.823000', '134423.826000', '134423.829000', '134423.831000', '134423.834000', '134423.836000', '134423.839000', '134423.842000', '134423.844000', '134423.847000', '134423.849000', '134423.852000', '134423.855000', '134423.857000', '134423.860000', '134423.863000', '134423.865000', '134423.868000', '134423.870000', '134423.873000', '134423.876000', '134423.878000', '134423.881000', '134423.884000', '134423.886000', '134423.889000', '134423.891000', '134423.894000', '134423.897000', '134423.899000', '134423.902000', '134423.904000', '134423.907000', '134423.910000', '134423.912000', '134423.915000', '134423.917000', '134423.920000', '134423.923000', '134423.926000', '134423.928000', '134443.802000', '134443.869000', '134443.872000', '134443.875000', '134443.877000', '134443.880000', '134443.883000', '134443.885000', '134443.888000', '134443.891000', '134443.893000', '134443.896000', '134443.898000', '134443.901000', '134443.904000', '134443.906000', '134443.910000', '134443.912000', '134443.915000', '134443.918000', '134443.920000', '134443.923000', '134443.926000', '134443.928000', '134443.931000', '134443.933000', '134443.936000', '134443.939000', '134443.941000', '134443.944000', '134443.946000', '134443.949000', '134443.952000', '134443.954000', '134443.957000', '134443.960000', '134443.962000', '134443.965000', '134443.967000', '134443.970000', '134443.973000', '134443.975000', '134443.978000', '134503.802000', '134503.804000', '134503.807000', '134503.810000', '134503.812000', '134503.815000', '134503.817000', '134503.820000', '134503.823000', '134503.825000', '134503.828000', '134503.831000', '134503.833000', '134503.836000', '134503.838000', '134503.841000', '134503.844000', '134503.846000', '134503.849000', '134503.852000', '134503.854000', '134503.857000', '134503.860000', '134503.862000', '134503.865000', '134503.867000', '134503.870000', '134503.873000', '134503.875000', '134503.878000', '134503.881000', '134503.883000', '134503.886000', '134503.889000', '134503.891000', '134503.894000', '134503.896000', '134503.899000', '134503.902000', '134503.904000', '134503.907000', '134503.909000', '134503.912000', '134503.915000', '134523.802000', '134523.852000', '134523.855000', '134523.857000', '134523.860000', '134523.862000', '134523.865000', '134523.868000', '134523.870000', '134523.873000', '134523.875000', '134523.878000', '134523.881000', '134523.883000', '134523.886000', '134523.888000', '134523.891000', '134523.894000', '134523.896000', '134523.933000', '134523.935000', '134523.938000', '134523.941000', '134523.943000', '134523.946000', '134523.949000', '134523.951000', '134523.954000', '134523.956000', '134523.959000', '134523.962000', '134523.964000', '134523.967000', '134523.969000', '134523.972000', '134523.975000', '134523.977000', '134523.980000', '134523.982000', '134523.985000', '134523.988000', '134523.990000', '134523.993000', '134523.995000', '134543.802000', '134543.872000', '134543.875000', '134543.877000', '134543.880000', '134543.883000', '134543.885000', '134543.888000', '134543.890000', '134543.893000', '134543.896000', '134543.898000', '134543.901000', '134543.903000', '134543.906000', '134543.909000', '134543.911000', '134543.914000', '134543.917000', '134543.919000', '134543.922000', '134543.924000', '134543.927000', '134543.930000', '134543.932000', '134543.935000', '134543.938000', '134543.940000', '134543.943000', '134543.946000', '134543.948000', '134543.951000', '134543.953000', '134543.956000', '134543.959000', '134543.961000', '134543.964000', '134543.967000', '134543.969000', '134543.972000', '134543.975000', '134543.977000', '134543.980000', '134603.801000', '134603.858000', '134603.861000', '134603.863000', '134603.866000', '134603.869000', '134603.871000', '134603.874000', '134603.876000', '134603.879000', '134603.882000', '134603.884000', '134603.887000', '134603.890000', '134603.892000', '134603.895000', '134603.897000', '134603.900000', '134603.903000', '134603.905000', '134603.908000', '134603.911000', '134603.913000', '134603.916000', '134603.919000', '134603.921000', '134603.924000', '134603.926000', '134603.929000', '134603.932000', '134603.934000', '134603.937000', '134603.939000', '134603.942000', '134603.945000', '134603.947000', '134603.950000', '134603.952000', '134603.955000', '134603.958000', '134603.960000', '134603.963000', '134603.966000', '134603.968000', '134623.802000', '134623.830000', '134623.833000', '134623.837000', '134623.840000', '134623.843000', '134623.845000', '134623.848000', '134623.851000', '134623.853000', '134623.856000', '134623.858000', '134623.861000', '134623.863000', '134623.866000', '134623.869000', '134623.871000', '134623.874000', '134623.877000', '134623.879000', '134623.882000', '134623.884000', '134623.887000', '134623.890000', '134623.892000', '134623.895000', '134623.897000', '134623.900000', '134623.903000', '134623.905000', '134623.908000', '134623.911000', '134623.913000', '134623.916000', '134623.918000', '134623.921000', '134623.924000', '134623.926000', '134623.929000', '134623.931000', '134623.934000', '134623.937000', '134623.939000', '134643.802000', '134643.805000', '134643.808000', '134643.811000', '134643.813000', '134643.816000', '134643.819000', '134643.821000', '134643.824000', '134643.826000', '134643.829000', '134643.832000', '134643.834000', '134643.837000', '134643.840000', '134643.843000', '134643.845000', '134643.848000', '134643.851000', '134643.853000', '134643.856000', '134643.859000', '134643.862000', '134643.865000', '134643.867000', '134643.870000', '134643.872000', '134643.875000', '134643.878000', '134643.880000', '134643.892000', '134643.895000', '134643.897000', '134643.900000', '134643.903000', '134643.905000', '134643.908000', '134643.910000', '134643.913000', '134643.916000', '134643.918000', '134643.921000', '134643.924000', '134643.926000', '134703.803000', '134703.830000', '134703.833000', '134703.835000', '134703.838000', '134703.840000', '134703.843000', '134703.846000', '134703.848000', '134703.851000', '134703.853000', '134703.856000', '134703.859000', '134703.861000', '134703.864000', '134703.866000', '134703.869000', '134703.872000', '134703.874000', '134703.877000', '134703.880000', '134703.882000', '134703.885000', '134703.887000', '134703.890000', '134703.893000', '134703.895000', '134703.898000', '134703.901000', '134703.903000', '134703.906000', '134703.909000', '134703.911000', '134703.914000', '134703.916000', '134703.919000', '134703.922000', '134703.924000', '134703.927000', '134703.929000', '134703.932000', '134703.935000', '134703.937000', '134706.741000', '134706.744000', '134706.747000', '134706.749000', '134706.752000', '134706.754000', '134706.757000'], 'InstanceCreationTime': ['134043.861000', '134043.864000', '134043.867000', '134043.869000', '134043.872000', '134043.875000', '134043.877000', '134043.880000', '134043.882000', '134043.885000', '134043.888000', '134043.890000', '134043.893000', '134043.897000', '134043.900000', '134043.903000', '134043.905000', '134043.908000', '134043.910000', '134043.913000', '134043.916000', '134043.918000', '134043.921000', '134043.923000', '134043.926000', '134043.928000', '134043.931000', '134043.934000', '134043.936000', '134043.939000', '134043.942000', '134043.944000', '134043.947000', '134043.949000', '134043.952000', '134043.955000', '134043.957000', '134043.960000', '134043.962000', '134103.801000', '134103.817000', '134103.820000', '134103.823000', '134103.825000', '134103.828000', '134103.830000', '134103.833000', '134103.836000', '134103.851000', '134103.854000', '134103.856000', '134103.859000', '134103.861000', '134103.864000', '134103.867000', '134103.869000', '134103.872000', '134103.875000', '134103.877000', '134103.880000', '134103.882000', '134103.885000', '134103.887000', '134103.890000', '134103.893000', '134103.895000', '134103.898000', '134103.900000', '134103.903000', '134103.906000', '134103.908000', '134103.911000', '134103.913000', '134103.916000', '134103.919000', '134103.921000', '134103.924000', '134103.926000', '134103.929000', '134103.932000', '134103.934000', '134103.937000', '134123.801000', '134123.859000', '134123.861000', '134123.864000', '134123.866000', '134123.869000', '134123.872000', '134123.874000', '134123.877000', '134123.879000', '134123.882000', '134123.884000', '134123.887000', '134123.890000', '134123.892000', '134123.895000', '134123.898000', '134123.900000', '134123.903000', '134123.905000', '134123.908000', '134123.911000', '134123.913000', '134123.916000', '134123.918000', '134123.921000', '134123.923000', '134123.926000', '134123.929000', '134123.931000', '134123.934000', '134123.936000', '134123.939000', '134123.942000', '134123.944000', '134123.947000', '134123.949000', '134123.952000', '134123.954000', '134123.957000', '134123.960000', '134123.962000', '134123.965000', '134123.967000', '134143.802000', '134143.804000', '134143.807000', '134143.810000', '134143.812000', '134143.815000', '134143.818000', '134143.820000', '134143.823000', '134143.825000', '134143.828000', '134143.831000', '134143.833000', '134143.836000', '134143.839000', '134143.841000', '134143.844000', '134143.846000', '134143.849000', '134143.852000', '134143.856000', '134143.858000', '134143.861000', '134143.864000', '134143.866000', '134143.869000', '134143.871000', '134143.874000', '134143.877000', '134143.879000', '134143.882000', '134143.885000', '134143.888000', '134143.891000', '134143.893000', '134143.896000', '134143.898000', '134143.901000', '134143.904000', '134143.906000', '134143.909000', '134143.911000', '134143.917000', '134203.801000', '134203.817000', '134203.820000', '134203.822000', '134203.825000', '134203.827000', '134203.830000', '134203.833000', '134203.835000', '134203.838000', '134203.840000', '134203.843000', '134203.846000', '134203.848000', '134203.851000', '134203.854000', '134203.856000', '134203.859000', '134203.861000', '134203.864000', '134203.867000', '134203.869000', '134203.872000', '134203.874000', '134203.877000', '134203.880000', '134203.882000', '134203.885000', '134203.887000', '134203.890000', '134203.893000', '134203.895000', '134203.898000', '134203.901000', '134203.903000', '134203.906000', '134203.908000', '134203.911000', '134203.914000', '134203.916000', '134203.919000', '134203.922000', '134203.924000', '134203.927000', '134223.801000', '134223.804000', '134223.807000', '134223.810000', '134223.812000', '134223.815000', '134223.817000', '134223.820000', '134223.823000', '134223.825000', '134223.828000', '134223.830000', '134223.833000', '134223.849000', '134223.852000', '134223.855000', '134223.858000', '134223.861000', '134223.863000', '134223.866000', '134223.869000', '134223.871000', '134223.874000', '134223.876000', '134223.879000', '134223.882000', '134223.884000', '134223.897000', '134223.899000', '134223.902000', '134223.904000', '134223.907000', '134223.910000', '134223.912000', '134223.915000', '134223.917000', '134223.920000', '134223.923000', '134223.925000', '134223.928000', '134223.931000', '134223.933000', '134223.936000', '134243.801000', '134243.804000', '134243.807000', '134243.810000', '134243.812000', '134243.815000', '134243.817000', '134243.820000', '134243.823000', '134243.826000', '134243.828000', '134243.831000', '134243.833000', '134243.836000', '134243.839000', '134243.841000', '134243.844000', '134243.846000', '134243.849000', '134243.852000', '134243.854000', '134243.857000', '134243.859000', '134243.862000', '134243.865000', '134243.867000', '134243.870000', '134243.872000', '134243.875000', '134243.878000', '134243.880000', '134243.883000', '134243.885000', '134243.888000', '134243.891000', '134243.893000', '134243.896000', '134243.899000', '134243.901000', '134243.904000', '134243.906000', '134243.909000', '134243.912000', '134243.914000', '134303.801000', '134303.804000', '134303.807000', '134303.809000', '134303.812000', '134303.815000', '134303.817000', '134303.820000', '134303.823000', '134303.825000', '134303.828000', '134303.831000', '134303.833000', '134303.836000', '134303.838000', '134303.841000', '134303.844000', '134303.846000', '134303.849000', '134303.852000', '134303.854000', '134303.857000', '134303.859000', '134303.862000', '134303.864000', '134303.867000', '134303.870000', '134303.874000', '134303.877000', '134303.879000', '134303.882000', '134303.885000', '134303.887000', '134303.890000', '134303.892000', '134303.895000', '134303.898000', '134303.900000', '134303.903000', '134303.906000', '134303.908000', '134303.911000', '134303.913000', '134323.802000', '134323.804000', '134323.807000', '134323.810000', '134323.812000', '134323.815000', '134323.817000', '134323.820000', '134323.823000', '134323.825000', '134323.828000', '134323.831000', '134323.833000', '134323.836000', '134323.839000', '134323.841000', '134323.844000', '134323.847000', '134323.849000', '134323.852000', '134323.854000', '134323.857000', '134323.860000', '134323.862000', '134323.865000', '134323.868000', '134323.870000', '134323.873000', '134323.875000', '134323.878000', '134323.881000', '134323.883000', '134323.886000', '134323.888000', '134323.891000', '134323.894000', '134323.896000', '134323.899000', '134323.902000', '134323.904000', '134323.907000', '134323.909000', '134323.912000', '134323.915000', '134343.802000', '134343.807000', '134343.810000', '134343.813000', '134343.815000', '134343.818000', '134343.821000', '134343.823000', '134343.826000', '134343.828000', '134343.831000', '134343.834000', '134343.836000', '134343.839000', '134343.842000', '134343.844000', '134343.847000', '134343.850000', '134343.852000', '134343.855000', '134343.857000', '134343.860000', '134343.863000', '134343.865000', '134343.868000', '134343.871000', '134343.873000', '134343.876000', '134343.878000', '134343.881000', '134343.884000', '134343.886000', '134343.889000', '134343.891000', '134343.894000', '134343.897000', '134343.899000', '134343.902000', '134343.905000', '134343.908000', '134343.910000', '134343.913000', '134343.916000', '134403.801000', '134403.831000', '134403.834000', '134403.837000', '134403.839000', '134403.842000', '134403.844000', '134403.847000', '134403.849000', '134403.852000', '134403.855000', '134403.857000', '134403.860000', '134403.863000', '134403.865000', '134403.868000', '134403.870000', '134403.873000', '134403.876000', '134403.878000', '134403.881000', '134403.883000', '134403.886000', '134403.889000', '134403.891000', '134403.894000', '134403.897000', '134403.899000', '134403.902000', '134403.904000', '134403.907000', '134403.910000', '134403.912000', '134403.915000', '134403.917000', '134403.920000', '134403.923000', '134403.925000', '134403.928000', '134403.931000', '134403.933000', '134403.936000', '134403.938000', '134403.941000', '134423.801000', '134423.821000', '134423.823000', '134423.826000', '134423.829000', '134423.831000', '134423.834000', '134423.836000', '134423.839000', '134423.842000', '134423.844000', '134423.847000', '134423.849000', '134423.852000', '134423.855000', '134423.857000', '134423.860000', '134423.863000', '134423.865000', '134423.868000', '134423.870000', '134423.873000', '134423.876000', '134423.878000', '134423.881000', '134423.884000', '134423.886000', '134423.889000', '134423.891000', '134423.894000', '134423.897000', '134423.899000', '134423.902000', '134423.904000', '134423.907000', '134423.910000', '134423.912000', '134423.915000', '134423.917000', '134423.920000', '134423.923000', '134423.926000', '134423.928000', '134443.802000', '134443.869000', '134443.872000', '134443.875000', '134443.877000', '134443.880000', '134443.883000', '134443.885000', '134443.888000', '134443.891000', '134443.893000', '134443.896000', '134443.898000', '134443.901000', '134443.904000', '134443.906000', '134443.910000', '134443.912000', '134443.915000', '134443.918000', '134443.920000', '134443.923000', '134443.926000', '134443.928000', '134443.931000', '134443.933000', '134443.936000', '134443.939000', '134443.941000', '134443.944000', '134443.946000', '134443.949000', '134443.952000', '134443.954000', '134443.957000', '134443.960000', '134443.962000', '134443.965000', '134443.967000', '134443.970000', '134443.973000', '134443.975000', '134443.978000', '134503.802000', '134503.804000', '134503.807000', '134503.810000', '134503.812000', '134503.815000', '134503.817000', '134503.820000', '134503.823000', '134503.825000', '134503.828000', '134503.831000', '134503.833000', '134503.836000', '134503.838000', '134503.841000', '134503.844000', '134503.846000', '134503.849000', '134503.852000', '134503.854000', '134503.857000', '134503.860000', '134503.862000', '134503.865000', '134503.867000', '134503.870000', '134503.873000', '134503.875000', '134503.878000', '134503.881000', '134503.883000', '134503.886000', '134503.889000', '134503.891000', '134503.894000', '134503.896000', '134503.899000', '134503.902000', '134503.904000', '134503.907000', '134503.909000', '134503.912000', '134503.915000', '134523.802000', '134523.852000', '134523.855000', '134523.857000', '134523.860000', '134523.862000', '134523.865000', '134523.868000', '134523.870000', '134523.873000', '134523.875000', '134523.878000', '134523.881000', '134523.883000', '134523.886000', '134523.888000', '134523.891000', '134523.894000', '134523.896000', '134523.933000', '134523.935000', '134523.938000', '134523.941000', '134523.943000', '134523.946000', '134523.949000', '134523.951000', '134523.954000', '134523.956000', '134523.959000', '134523.962000', '134523.964000', '134523.967000', '134523.969000', '134523.972000', '134523.975000', '134523.977000', '134523.980000', '134523.982000', '134523.985000', '134523.988000', '134523.990000', '134523.993000', '134523.995000', '134543.802000', '134543.872000', '134543.875000', '134543.877000', '134543.880000', '134543.883000', '134543.885000', '134543.888000', '134543.890000', '134543.893000', '134543.896000', '134543.898000', '134543.901000', '134543.903000', '134543.906000', '134543.909000', '134543.911000', '134543.914000', '134543.917000', '134543.919000', '134543.922000', '134543.924000', '134543.927000', '134543.930000', '134543.932000', '134543.935000', '134543.938000', '134543.940000', '134543.943000', '134543.946000', '134543.948000', '134543.951000', '134543.953000', '134543.956000', '134543.959000', '134543.961000', '134543.964000', '134543.967000', '134543.969000', '134543.972000', '134543.975000', '134543.977000', '134543.980000', '134603.801000', '134603.858000', '134603.861000', '134603.863000', '134603.866000', '134603.869000', '134603.871000', '134603.874000', '134603.876000', '134603.879000', '134603.882000', '134603.884000', '134603.887000', '134603.890000', '134603.892000', '134603.895000', '134603.897000', '134603.900000', '134603.903000', '134603.905000', '134603.908000', '134603.911000', '134603.913000', '134603.916000', '134603.919000', '134603.921000', '134603.924000', '134603.926000', '134603.929000', '134603.932000', '134603.934000', '134603.937000', '134603.939000', '134603.942000', '134603.945000', '134603.947000', '134603.950000', '134603.952000', '134603.955000', '134603.958000', '134603.960000', '134603.963000', '134603.966000', '134603.968000', '134623.802000', '134623.830000', '134623.833000', '134623.837000', '134623.840000', '134623.843000', '134623.845000', '134623.848000', '134623.851000', '134623.853000', '134623.856000', '134623.858000', '134623.861000', '134623.863000', '134623.866000', '134623.869000', '134623.871000', '134623.874000', '134623.877000', '134623.879000', '134623.882000', '134623.884000', '134623.887000', '134623.890000', '134623.892000', '134623.895000', '134623.897000', '134623.900000', '134623.903000', '134623.905000', '134623.908000', '134623.911000', '134623.913000', '134623.916000', '134623.918000', '134623.921000', '134623.924000', '134623.926000', '134623.929000', '134623.931000', '134623.934000', '134623.937000', '134623.939000', '134643.802000', '134643.805000', '134643.808000', '134643.811000', '134643.813000', '134643.816000', '134643.819000', '134643.821000', '134643.824000', '134643.826000', '134643.829000', '134643.832000', '134643.834000', '134643.837000', '134643.840000', '134643.843000', '134643.845000', '134643.848000', '134643.851000', '134643.853000', '134643.856000', '134643.859000', '134643.862000', '134643.865000', '134643.867000', '134643.870000', '134643.872000', '134643.875000', '134643.878000', '134643.880000', '134643.892000', '134643.895000', '134643.897000', '134643.900000', '134643.903000', '134643.905000', '134643.908000', '134643.910000', '134643.913000', '134643.916000', '134643.918000', '134643.921000', '134643.924000', '134643.926000', '134703.803000', '134703.830000', '134703.833000', '134703.835000', '134703.838000', '134703.840000', '134703.843000', '134703.846000', '134703.848000', '134703.851000', '134703.853000', '134703.856000', '134703.859000', '134703.861000', '134703.864000', '134703.866000', '134703.869000', '134703.872000', '134703.874000', '134703.877000', '134703.880000', '134703.882000', '134703.885000', '134703.887000', '134703.890000', '134703.893000', '134703.895000', '134703.898000', '134703.901000', '134703.903000', '134703.906000', '134703.909000', '134703.911000', '134703.914000', '134703.916000', '134703.919000', '134703.922000', '134703.924000', '134703.927000', '134703.929000', '134703.932000', '134703.935000', '134703.937000', '134706.741000', '134706.744000', '134706.747000', '134706.749000', '134706.752000', '134706.754000', '134706.757000'], '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': [16291, 13969, 13063, 15922, 10220, 18167, 11563, 18546, 13529, 19822, 13527, 16071, 12698, 12624, 13541, 13535, 15290, 9326, 16343, 10311, 17299, 11331, 18385, 10851, 17571, 12282, 18159, 13200, 19207, 13326, 10578, 13645, 9434, 16040, 11024, 19384, 13384, 19916, 13512, 18782, 14151, 17286, 14668, 10823, 15396, 10200, 16996, 10240, 17549, 11630, 17703, 12129, 17690, 12774, 18440, 12886, 18152, 12013, 17782, 12762, 18758, 13426, 18483, 13185, 18042, 12594, 15848, 13143, 9974, 15561, 10159, 18262, 13450, 19392, 13498, 17548, 13841, 9436, 15397, 12041, 16163, 13131, 10086, 19041, 13333, 12568, 15656, 9206, 19130, 13421, 19535, 13684, 17958, 13852, 9314, 15744, 10208, 17716, 12918, 19610, 12876, 17715, 13062, 13681, 13408, 11709, 15210, 9980, 16393, 10447, 17821, 11100, 18059, 10781, 18074, 12544, 18712, 13490, 19203, 13933, 14778, 13675, 9665, 15239, 10091, 17406, 11651, 18118, 12498, 18377, 12739, 19358, 13386, 18919, 13482, 10621, 15078, 9431, 17753, 12900, 9982, 16050, 12604, 19380, 14104, 10409, 15480, 10264, 19288, 14103, 19079, 13325, 10433, 15012, 9662, 16740, 11053, 18778, 12332, 18528, 13075, 18848, 13312, 19151, 13353, 17632, 12081, 16091, 12939, 14849, 13426, 9078, 14883, 9259, 17295, 10548, 18499, 12975, 18867, 13072, 17707, 13209, 10610, 14678, 10366, 17624, 11492, 19194, 13187, 19272, 12942, 19373, 13289, 18153, 12186, 17885, 12903, 13741, 13657, 9816, 15905, 11353, 18120, 13042, 18463, 13058, 12737, 14163, 9525, 15953, 10002, 17277, 10679, 18161, 12508, 18123, 12734, 13065, 13747, 9441, 17530, 11415, 18675, 13057, 18656, 13072, 19056, 13063, 19709, 13312, 17815, 12882, 16742, 13406, 15663, 14309, 9388, 15563, 11501, 18497, 13466, 9827, 16110, 12306, 12867, 15450, 10609, 18991, 13172, 19102, 13388, 19559, 13526, 19923, 14296, 9774, 13536, 9239, 16333, 10552, 19011, 13260, 12797, 12444, 8983, 15305, 10483, 18161, 11726, 17992, 12101, 18892, 12703, 19259, 13745, 19315, 14294, 10706, 16789, 11549, 12779, 12758, 14381, 13264, 20214, 13143, 18583, 13108, 18747, 12590, 18753, 12675, 18724, 12887, 18388, 13418, 19053, 14158, 18593, 14492, 14810, 12896, 18203, 14107, 19123, 13595, 19022, 13241, 17931, 12910, 17698, 13642, 17836, 13683, 14235, 13811, 9645, 14778, 9086, 16908, 10984, 18596, 12659, 18809, 13077, 19084, 13248, 18833, 13577, 18290, 13298, 13382, 13194, 9192, 15273, 9860, 17759, 12035, 18844, 12818, 18666, 12570, 18722, 12475, 19049, 13066, 17971, 12234, 15143, 12646, 10285, 13806, 9552, 16321, 11377, 18400, 12939, 19259, 12745, 19524, 13579, 16276, 13223, 12139, 13957, 9476, 16578, 11164, 18769, 12157, 18907, 12874, 18645, 13152, 19046, 12907, 18280, 12605, 17973, 12725, 19731, 13429, 14359, 12399, 9332, 14837, 11523, 15538, 14157, 9842, 19263, 13924, 16344, 13561, 10672, 15475, 9811, 17327, 11015, 17910, 11087, 17978, 12144, 18514, 12950, 18894, 13728, 17409, 12522, 15087, 12287, 10799, 14296, 10265, 17985, 11587, 19229, 13248, 19855, 13633, 19648, 13699, 19543, 13661, 18373, 12497, 17708, 12913, 18628, 12696, 18875, 12825, 15604, 12790, 10469, 14412, 9267, 16730, 11370, 17974, 12452, 19297, 13326, 20017, 13241, 19425, 13493, 18912, 12789, 17805, 13260, 14057, 14029, 11659, 15956, 9448, 17981, 10901, 19003, 10988, 17938, 10098, 17484, 10244, 18125, 12361, 18777, 12884, 18141, 13634, 9602, 14575, 9318, 16986, 12199, 19597, 14158, 15122, 13596, 10378, 15711, 10338, 17014, 11043, 18703, 13218, 17787, 13131, 10430, 14546, 9638, 16728, 11879, 19226, 12796, 19146, 12870, 19069, 13050, 19220, 13558, 17490, 12120, 18093, 12628, 18219, 12083, 17838, 11482, 17151, 10367, 16441, 9512, 15432, 9173, 14609, 8932, 14055, 15439, 13223, 18985, 13239, 17415, 12295, 16846, 12355, 16125, 12351, 9122, 14687, 11322, 14446, 13296, 9166, 16981, 9962, 17284, 10622, 15738, 20211, 14633, 17852, 12509, 17207, 12266, 17535, 11490, 16702, 12018, 16708, 11363, 16702, 11615, 17305, 12164, 18293, 12964, 18793, 12540, 18310, 12407, 19207, 12845, 18328, 12404, 18420, 12548, 18719, 13044, 18638, 13351, 17655, 12401, 15736, 13193, 17288, 13292, 18817, 14115, 13469, 12461, 15021, 12796, 16653, 13564, 10724, 14206, 9575, 15730, 9837, 17165, 10588, 17116, 10103, 17879, 10725, 19016, 11877, 18564, 12836, 18587, 12448, 17855, 12522, 17826, 12421, 18288, 12930, 17437, 12563, 14282, 12909, 12127, 13763, 13244, 14829, 9272, 15720, 9550, 17593, 10367, 18281, 11076, 17753, 12071, 17969, 12472, 18334, 12728, 19082, 13314, 17598, 12521, 17146, 12483, 17336, 13114, 11395, 14648, 9314, 17266, 12406, 19148, 12489, 19137, 12613, 18576, 11922, 17402, 11344, 17141, 9818, 17026, 9219, 15677, 9833, 15720, 9187, 15295, 13591, 14389, 17626, 14645, 13895, 13312, 18258, 13786, 18489, 13235, 18465, 12964, 16994, 12187, 15964, 12052, 16930, 12560, 16785, 13321, 15116, 12588, 17609, 13155, 18492, 13751, 14003, 13210, 12630, 13299, 14176, 13539, 13648, 14170, 11166, 13797, 12844, 14214, 13877, 14475, 11095, 15552, 9384, 16458, 10007, 17016, 10263, 17475, 9752, 17363, 9962, 17850, 10180, 17731, 10538, 17150, 11423, 17462, 12517, 18058, 13032, 11349, 13819, 9212, 16687, 9982, 18312, 11310, 18206, 12472, 18548, 12978, 18134, 13378, 9479, 17166, 12393, 15281, 14734, 9328, 18342, 12895, 19029, 13247, 18453, 13808, 10705, 13917, 9365, 16719, 11079, 17155, 11574, 17800, 12696, 18451, 12912, 18450, 13015, 15790, 12451, 10703, 13726, 10278, 15847, 9820, 17047, 10228, 17966, 10604, 17499, 10299, 17948, 10561, 17855, 11170, 18102, 12209, 18524, 13459, 12445, 13502, 9805, 17256, 12491, 18948, 13071, 19011, 13442, 15212, 13130, 10912, 14357, 9301, 17063, 10426, 18996, 12830, 19130, 13588, 19064, 14094, 12053, 13103, 9725, 16312, 10190, 17681, 10693, 17993, 11982, 17949, 12839, 18088, 12969, 18334, 13893, 11556, 13091, 9605, 15718, 9813, 17411, 11230, 17464, 11580, 17595, 11991, 18068, 11638, 18178, 12001, 17845, 12401, 18131, 11903, 17766, 12768, 17419, 12364, 14073, 12792, 10529, 14551, 10962, 16640, 10113, 17006, 10541, 18179, 10237, 17404, 10307, 17293, 9804, 16938, 10638, 17328, 9891, 17363, 10381, 17793, 11360, 17436, 11040, 17182, 9942, 16261, 9800, 17628, 11335, 19053, 13239], 'WindowCenter': [4949.0, 4915.0, 4892.0, 4909.0, 4839.0, 4914.0, 4846.0, 4903.0, 4862.0, 4910.0, 4864.0, 4883.0, 4862.0, 4852.0, 4865.0, 4863.0, 4884.0, 4814.0, 4893.0, 4822.0, 4891.0, 4832.0, 4890.0, 4832.0, 4890.0, 4843.0, 4891.0, 4863.0, 4900.0, 4864.0, 4832.0, 4872.0, 4825.0, 4895.0, 4844.0, 4913.0, 4872.0, 4912.0, 4864.0, 4901.0, 4855.0, 4877.0, 4862.0, 4820.0, 4868.0, 4808.0, 4878.0, 4810.0, 4878.0, 4828.0, 4876.0, 4837.0, 4875.0, 4850.0, 4888.0, 4849.0, 4883.0, 4840.0, 4875.0, 4848.0, 4887.0, 4851.0, 4886.0, 4839.0, 4875.0, 4838.0, 4865.0, 4847.0, 4800.0, 4868.0, 4809.0, 4877.0, 4846.0, 4887.0, 4849.0, 4878.0, 4850.0, 4800.0, 4857.0, 4839.0, 4879.0, 4850.0, 4823.0, 4900.0, 4861.0, 4842.0, 4871.0, 4802.0, 4888.0, 4850.0, 4887.0, 4859.0, 4877.0, 4850.0, 4799.0, 4869.0, 4820.0, 4886.0, 4851.0, 4898.0, 4850.0, 4877.0, 4850.0, 4848.0, 4861.0, 4830.0, 4870.0, 4810.0, 4879.0, 4821.0, 4890.0, 4832.0, 4878.0, 4820.0, 4876.0, 4839.0, 4886.0, 4847.0, 4888.0, 4860.0, 4855.0, 4848.0, 4799.0, 4857.0, 4808.0, 4877.0, 4829.0, 4876.0, 4839.0, 4877.0, 4840.0, 4889.0, 4851.0, 4885.0, 4848.0, 4806.0, 4857.0, 4800.0, 4875.0, 4849.0, 4811.0, 4880.0, 4850.0, 4898.0, 4860.0, 4819.0, 4867.0, 4809.0, 4887.0, 4859.0, 4886.0, 4850.0, 4817.0, 4858.0, 4799.0, 4868.0, 4816.0, 4875.0, 4838.0, 4876.0, 4835.0, 4876.0, 4846.0, 4884.0, 4837.0, 4877.0, 4827.0, 4854.0, 4839.0, 4855.0, 4849.0, 4789.0, 4858.0, 4798.0, 4878.0, 4820.0, 4887.0, 4849.0, 4888.0, 4850.0, 4878.0, 4850.0, 4820.0, 4869.0, 4820.0, 4888.0, 4829.0, 4898.0, 4851.0, 4889.0, 4839.0, 4887.0, 4849.0, 4876.0, 4828.0, 4876.0, 4838.0, 4847.0, 4849.0, 4800.0, 4867.0, 4831.0, 4888.0, 4851.0, 4888.0, 4852.0, 4850.0, 4862.0, 4812.0, 4880.0, 4813.0, 4879.0, 4819.0, 4891.0, 4852.0, 4890.0, 4849.0, 4849.0, 4861.0, 4811.0, 4891.0, 4841.0, 4900.0, 4862.0, 4891.0, 4852.0, 4900.0, 4851.0, 4898.0, 4848.0, 4878.0, 4839.0, 4868.0, 4850.0, 4868.0, 4857.0, 4799.0, 4868.0, 4831.0, 4887.0, 4849.0, 4812.0, 4879.0, 4840.0, 4852.0, 4881.0, 4822.0, 4888.0, 4849.0, 4887.0, 4850.0, 4887.0, 4839.0, 4885.0, 4848.0, 4797.0, 4837.0, 4786.0, 4866.0, 4807.0, 4885.0, 4841.0, 4836.0, 4839.0, 4800.0, 4868.0, 4832.0, 4890.0, 4842.0, 4889.0, 4840.0, 4889.0, 4851.0, 4888.0, 4851.0, 4888.0, 4857.0, 4818.0, 4877.0, 4829.0, 4850.0, 4852.0, 4858.0, 4848.0, 4898.0, 4850.0, 4888.0, 4849.0, 4888.0, 4837.0, 4881.0, 4836.0, 4875.0, 4826.0, 4875.0, 4833.0, 4874.0, 4837.0, 4866.0, 4846.0, 4832.0, 4825.0, 4862.0, 4836.0, 4860.0, 4825.0, 4849.0, 4810.0, 4849.0, 4812.0, 4849.0, 4822.0, 4849.0, 4833.0, 4821.0, 4822.0, 4771.0, 4843.0, 4772.0, 4863.0, 4806.0, 4876.0, 4836.0, 4871.0, 4833.0, 4881.0, 4837.0, 4876.0, 4836.0, 4875.0, 4836.0, 4835.0, 4836.0, 4788.0, 4868.0, 4809.0, 4888.0, 4841.0, 4887.0, 4851.0, 4888.0, 4851.0, 4888.0, 4841.0, 4887.0, 4849.0, 4879.0, 4840.0, 4857.0, 4849.0, 4820.0, 4860.0, 4811.0, 4880.0, 4842.0, 4901.0, 4862.0, 4901.0, 4853.0, 4901.0, 4862.0, 4881.0, 4861.0, 4839.0, 4861.0, 4811.0, 4879.0, 4832.0, 4901.0, 4842.0, 4900.0, 4852.0, 4899.0, 4861.0, 4900.0, 4850.0, 4886.0, 4852.0, 4890.0, 4852.0, 4900.0, 4851.0, 4859.0, 4841.0, 4801.0, 4869.0, 4840.0, 4881.0, 4861.0, 4823.0, 4902.0, 4856.0, 4879.0, 4849.0, 4822.0, 4870.0, 4811.0, 4880.0, 4819.0, 4876.0, 4820.0, 4878.0, 4840.0, 4888.0, 4840.0, 4887.0, 4850.0, 4878.0, 4839.0, 4859.0, 4842.0, 4832.0, 4873.0, 4823.0, 4892.0, 4842.0, 4899.0, 4860.0, 4901.0, 4862.0, 4899.0, 4853.0, 4888.0, 4850.0, 4886.0, 4840.0, 4876.0, 4840.0, 4887.0, 4840.0, 4888.0, 4850.0, 4866.0, 4850.0, 4821.0, 4871.0, 4813.0, 4891.0, 4840.0, 4890.0, 4850.0, 4899.0, 4862.0, 4898.0, 4851.0, 4890.0, 4849.0, 4888.0, 4840.0, 4876.0, 4850.0, 4845.0, 4849.0, 4828.0, 4868.0, 4800.0, 4879.0, 4818.0, 4888.0, 4819.0, 4876.0, 4798.0, 4865.0, 4796.0, 4875.0, 4827.0, 4874.0, 4838.0, 4876.0, 4848.0, 4798.0, 4857.0, 4799.0, 4879.0, 4840.0, 4898.0, 4862.0, 4870.0, 4851.0, 4810.0, 4870.0, 4809.0, 4880.0, 4817.0, 4878.0, 4839.0, 4878.0, 4848.0, 4819.0, 4860.0, 4811.0, 4878.0, 4842.0, 4901.0, 4853.0, 4900.0, 4854.0, 4887.0, 4850.0, 4889.0, 4848.0, 4877.0, 4826.0, 4876.0, 4828.0, 4876.0, 4825.0, 4866.0, 4817.0, 4864.0, 4797.0, 4863.0, 4798.0, 4858.0, 4788.0, 4855.0, 4787.0, 4849.0, 4857.0, 4847.0, 4886.0, 4840.0, 4867.0, 4827.0, 4865.0, 4828.0, 4853.0, 4838.0, 4800.0, 4868.0, 4831.0, 4871.0, 4863.0, 4812.0, 4891.0, 4822.0, 4892.0, 4822.0, 4871.0, 4898.0, 4861.0, 4878.0, 4840.0, 4876.0, 4838.0, 4878.0, 4829.0, 4867.0, 4840.0, 4877.0, 4832.0, 4880.0, 4843.0, 4891.0, 4854.0, 4902.0, 4863.0, 4900.0, 4854.0, 4901.0, 4854.0, 4900.0, 4852.0, 4888.0, 4853.0, 4890.0, 4852.0, 4901.0, 4850.0, 4890.0, 4862.0, 4889.0, 4853.0, 4877.0, 4864.0, 4886.0, 4864.0, 4900.0, 4862.0, 4850.0, 4853.0, 4871.0, 4853.0, 4882.0, 4863.0, 4832.0, 4863.0, 4811.0, 4881.0, 4813.0, 4893.0, 4821.0, 4882.0, 4810.0, 4890.0, 4821.0, 4888.0, 4831.0, 4889.0, 4840.0, 4889.0, 4840.0, 4888.0, 4852.0, 4890.0, 4852.0, 4890.0, 4851.0, 4879.0, 4852.0, 4860.0, 4852.0, 4841.0, 4861.0, 4850.0, 4871.0, 4802.0, 4872.0, 4813.0, 4891.0, 4822.0, 4889.0, 4832.0, 4880.0, 4841.0, 4888.0, 4842.0, 4891.0, 4853.0, 4898.0, 4861.0, 4890.0, 4852.0, 4878.0, 4851.0, 4890.0, 4851.0, 4830.0, 4871.0, 4803.0, 4891.0, 4853.0, 4899.0, 4840.0, 4898.0, 4841.0, 4888.0, 4830.0, 4878.0, 4821.0, 4877.0, 4809.0, 4879.0, 4789.0, 4869.0, 4799.0, 4868.0, 4787.0, 4867.0, 4837.0, 4859.0, 4876.0, 4860.0, 4837.0, 4849.0, 4874.0, 4849.0, 4875.0, 4838.0, 4875.0, 4835.0, 4865.0, 4828.0, 4855.0, 4839.0, 4877.0, 4840.0, 4878.0, 4851.0, 4859.0, 4841.0, 4879.0, 4849.0, 4888.0, 4850.0, 4847.0, 4850.0, 4837.0, 4848.0, 4848.0, 4850.0, 4846.0, 4860.0, 4829.0, 4861.0, 4838.0, 4860.0, 4850.0, 4859.0, 4818.0, 4869.0, 4788.0, 4869.0, 4808.0, 4880.0, 4811.0, 4878.0, 4800.0, 4879.0, 4808.0, 4877.0, 4809.0, 4877.0, 4809.0, 4876.0, 4830.0, 4878.0, 4841.0, 4888.0, 4852.0, 4830.0, 4862.0, 4812.0, 4882.0, 4824.0, 4891.0, 4831.0, 4890.0, 4841.0, 4885.0, 4837.0, 4877.0, 4850.0, 4801.0, 4889.0, 4852.0, 4870.0, 4871.0, 4812.0, 4888.0, 4850.0, 4889.0, 4850.0, 4890.0, 4852.0, 4821.0, 4860.0, 4801.0, 4881.0, 4829.0, 4880.0, 4832.0, 4890.0, 4852.0, 4889.0, 4851.0, 4890.0, 4851.0, 4870.0, 4852.0, 4823.0, 4864.0, 4820.0, 4881.0, 4821.0, 4892.0, 4820.0, 4892.0, 4821.0, 4891.0, 4810.0, 4889.0, 4821.0, 4879.0, 4830.0, 4890.0, 4840.0, 4890.0, 4851.0, 4849.0, 4860.0, 4824.0, 4892.0, 4851.0, 4900.0, 4864.0, 4902.0, 4861.0, 4871.0, 4852.0, 4822.0, 4872.0, 4802.0, 4880.0, 4820.0, 4886.0, 4839.0, 4888.0, 4850.0, 4887.0, 4849.0, 4826.0, 4839.0, 4798.0, 4868.0, 4807.0, 4877.0, 4808.0, 4875.0, 4828.0, 4878.0, 4835.0, 4875.0, 4837.0, 4875.0, 4847.0, 4817.0, 4839.0, 4799.0, 4868.0, 4810.0, 4876.0, 4829.0, 4887.0, 4830.0, 4889.0, 4839.0, 4890.0, 4830.0, 4888.0, 4841.0, 4889.0, 4840.0, 4887.0, 4831.0, 4887.0, 4849.0, 4876.0, 4851.0, 4858.0, 4851.0, 4832.0, 4869.0, 4834.0, 4893.0, 4822.0, 4892.0, 4823.0, 4892.0, 4823.0, 4891.0, 4822.0, 4880.0, 4809.0, 4880.0, 4821.0, 4889.0, 4821.0, 4891.0, 4822.0, 4891.0, 4843.0, 4891.0, 4832.0, 4891.0, 4821.0, 4882.0, 4822.0, 4889.0, 4833.0, 4902.0, 4864.0], 'WindowWidth': [10742.0, 10684.0, 10644.0, 10661.0, 10563.0, 10661.0, 10565.0, 10641.0, 10583.0, 10647.0, 10587.0, 10612.0, 10583.0, 10568.0, 10589.0, 10583.0, 10615.0, 10518.0, 10624.0, 10527.0, 10620.0, 10538.0, 10619.0, 10538.0, 10617.0, 10554.0, 10620.0, 10585.0, 10632.0, 10586.0, 10541.0, 10598.0, 10535.0, 10631.0, 10562.0, 10656.0, 10598.0, 10652.0, 10585.0, 10633.0, 10567.0, 10597.0, 10578.0, 10519.0, 10583.0, 10500.0, 10597.0, 10504.0, 10598.0, 10528.0, 10593.0, 10541.0, 10592.0, 10560.0, 10611.0, 10557.0, 10600.0, 10546.0, 10591.0, 10556.0, 10608.0, 10561.0, 10605.0, 10542.0, 10589.0, 10540.0, 10575.0, 10553.0, 10488.0, 10581.0, 10500.0, 10592.0, 10550.0, 10608.0, 10557.0, 10595.0, 10558.0, 10492.0, 10563.0, 10545.0, 10600.0, 10562.0, 10527.0, 10631.0, 10578.0, 10551.0, 10590.0, 10495.0, 10609.0, 10557.0, 10607.0, 10570.0, 10596.0, 10558.0, 10490.0, 10584.0, 10519.0, 10606.0, 10561.0, 10624.0, 10560.0, 10595.0, 10560.0, 10556.0, 10576.0, 10531.0, 10588.0, 10507.0, 10602.0, 10521.0, 10617.0, 10535.0, 10598.0, 10516.0, 10593.0, 10542.0, 10604.0, 10553.0, 10608.0, 10571.0, 10561.0, 10554.0, 10487.0, 10564.0, 10499.0, 10594.0, 10528.0, 10592.0, 10543.0, 10593.0, 10545.0, 10611.0, 10561.0, 10603.0, 10553.0, 10491.0, 10562.0, 10489.0, 10591.0, 10558.0, 10507.0, 10602.0, 10561.0, 10626.0, 10574.0, 10516.0, 10580.0, 10502.0, 10608.0, 10569.0, 10607.0, 10558.0, 10511.0, 10569.0, 10489.0, 10581.0, 10508.0, 10589.0, 10538.0, 10589.0, 10533.0, 10589.0, 10549.0, 10599.0, 10537.0, 10589.0, 10524.0, 10557.0, 10541.0, 10560.0, 10555.0, 10474.0, 10569.0, 10486.0, 10596.0, 10518.0, 10609.0, 10557.0, 10608.0, 10559.0, 10596.0, 10561.0, 10518.0, 10586.0, 10519.0, 10613.0, 10531.0, 10625.0, 10561.0, 10613.0, 10544.0, 10608.0, 10555.0, 10590.0, 10525.0, 10588.0, 10541.0, 10550.0, 10556.0, 10489.0, 10579.0, 10535.0, 10611.0, 10563.0, 10612.0, 10566.0, 10560.0, 10581.0, 10510.0, 10602.0, 10510.0, 10602.0, 10518.0, 10619.0, 10564.0, 10616.0, 10560.0, 10557.0, 10577.0, 10510.0, 10620.0, 10551.0, 10630.0, 10579.0, 10618.0, 10567.0, 10630.0, 10563.0, 10624.0, 10556.0, 10595.0, 10543.0, 10582.0, 10559.0, 10581.0, 10566.0, 10491.0, 10581.0, 10533.0, 10606.0, 10559.0, 10510.0, 10601.0, 10549.0, 10565.0, 10606.0, 10525.0, 10612.0, 10556.0, 10606.0, 10557.0, 10608.0, 10540.0, 10602.0, 10553.0, 10481.0, 10535.0, 10466.0, 10576.0, 10496.0, 10602.0, 10540.0, 10536.0, 10543.0, 10492.0, 10585.0, 10539.0, 10617.0, 10553.0, 10614.0, 10549.0, 10613.0, 10563.0, 10612.0, 10561.0, 10612.0, 10565.0, 10512.0, 10592.0, 10532.0, 10560.0, 10567.0, 10569.0, 10556.0, 10623.0, 10557.0, 10608.0, 10556.0, 10608.0, 10538.0, 10593.0, 10534.0, 10586.0, 10520.0, 10584.0, 10527.0, 10583.0, 10535.0, 10573.0, 10547.0, 10523.0, 10515.0, 10562.0, 10533.0, 10557.0, 10511.0, 10540.0, 10488.0, 10538.0, 10491.0, 10540.0, 10507.0, 10542.0, 10522.0, 10503.0, 10508.0, 10436.0, 10536.0, 10441.0, 10566.0, 10493.0, 10589.0, 10534.0, 10579.0, 10528.0, 10592.0, 10536.0, 10588.0, 10533.0, 10585.0, 10534.0, 10530.0, 10536.0, 10471.0, 10580.0, 10503.0, 10610.0, 10547.0, 10609.0, 10561.0, 10610.0, 10562.0, 10612.0, 10550.0, 10608.0, 10556.0, 10596.0, 10546.0, 10566.0, 10559.0, 10518.0, 10576.0, 10509.0, 10604.0, 10553.0, 10632.0, 10581.0, 10632.0, 10569.0, 10634.0, 10580.0, 10605.0, 10579.0, 10546.0, 10578.0, 10509.0, 10600.0, 10537.0, 10632.0, 10553.0, 10631.0, 10567.0, 10629.0, 10579.0, 10630.0, 10563.0, 10607.0, 10566.0, 10615.0, 10566.0, 10629.0, 10563.0, 10571.0, 10546.0, 10492.0, 10585.0, 10549.0, 10604.0, 10578.0, 10528.0, 10635.0, 10569.0, 10602.0, 10560.0, 10523.0, 10588.0, 10507.0, 10601.0, 10515.0, 10591.0, 10517.0, 10597.0, 10544.0, 10608.0, 10544.0, 10606.0, 10557.0, 10595.0, 10545.0, 10572.0, 10552.0, 10537.0, 10596.0, 10528.0, 10621.0, 10553.0, 10629.0, 10577.0, 10632.0, 10580.0, 10627.0, 10565.0, 10609.0, 10560.0, 10604.0, 10544.0, 10591.0, 10546.0, 10607.0, 10546.0, 10609.0, 10561.0, 10578.0, 10561.0, 10522.0, 10592.0, 10513.0, 10620.0, 10549.0, 10617.0, 10563.0, 10629.0, 10579.0, 10626.0, 10563.0, 10616.0, 10557.0, 10609.0, 10544.0, 10592.0, 10558.0, 10548.0, 10557.0, 10527.0, 10581.0, 10490.0, 10598.0, 10513.0, 10612.0, 10512.0, 10590.0, 10483.0, 10573.0, 10478.0, 10587.0, 10522.0, 10586.0, 10541.0, 10591.0, 10555.0, 10486.0, 10568.0, 10489.0, 10598.0, 10547.0, 10624.0, 10579.0, 10587.0, 10564.0, 10506.0, 10588.0, 10502.0, 10600.0, 10510.0, 10596.0, 10541.0, 10595.0, 10557.0, 10516.0, 10575.0, 10507.0, 10599.0, 10553.0, 10634.0, 10569.0, 10632.0, 10570.0, 10610.0, 10560.0, 10614.0, 10555.0, 10591.0, 10522.0, 10589.0, 10524.0, 10590.0, 10519.0, 10574.0, 10508.0, 10571.0, 10482.0, 10570.0, 10483.0, 10567.0, 10472.0, 10562.0, 10469.0, 10557.0, 10566.0, 10552.0, 10606.0, 10544.0, 10579.0, 10524.0, 10574.0, 10524.0, 10555.0, 10540.0, 10490.0, 10584.0, 10539.0, 10594.0, 10586.0, 10513.0, 10621.0, 10524.0, 10623.0, 10523.0, 10589.0, 10626.0, 10574.0, 10596.0, 10545.0, 10590.0, 10541.0, 10593.0, 10530.0, 10580.0, 10545.0, 10592.0, 10537.0, 10601.0, 10554.0, 10620.0, 10573.0, 10634.0, 10582.0, 10631.0, 10571.0, 10633.0, 10571.0, 10632.0, 10567.0, 10613.0, 10567.0, 10617.0, 10567.0, 10631.0, 10562.0, 10616.0, 10580.0, 10613.0, 10569.0, 10597.0, 10586.0, 10610.0, 10585.0, 10632.0, 10581.0, 10561.0, 10569.0, 10590.0, 10568.0, 10607.0, 10583.0, 10537.0, 10581.0, 10509.0, 10606.0, 10513.0, 10623.0, 10523.0, 10605.0, 10505.0, 10616.0, 10522.0, 10614.0, 10534.0, 10614.0, 10545.0, 10613.0, 10548.0, 10610.0, 10565.0, 10615.0, 10565.0, 10616.0, 10563.0, 10599.0, 10566.0, 10574.0, 10567.0, 10549.0, 10578.0, 10559.0, 10590.0, 10497.0, 10592.0, 10511.0, 10619.0, 10524.0, 10614.0, 10535.0, 10601.0, 10549.0, 10609.0, 10551.0, 10618.0, 10567.0, 10625.0, 10578.0, 10614.0, 10566.0, 10598.0, 10563.0, 10616.0, 10564.0, 10532.0, 10589.0, 10500.0, 10618.0, 10568.0, 10629.0, 10548.0, 10626.0, 10549.0, 10610.0, 10530.0, 10596.0, 10520.0, 10593.0, 10500.0, 10596.0, 10474.0, 10582.0, 10486.0, 10581.0, 10468.0, 10580.0, 10538.0, 10571.0, 10591.0, 10572.0, 10537.0, 10555.0, 10585.0, 10554.0, 10587.0, 10537.0, 10586.0, 10532.0, 10572.0, 10524.0, 10559.0, 10541.0, 10593.0, 10547.0, 10597.0, 10563.0, 10570.0, 10551.0, 10597.0, 10558.0, 10609.0, 10559.0, 10553.0, 10559.0, 10538.0, 10556.0, 10553.0, 10559.0, 10552.0, 10575.0, 10532.0, 10578.0, 10542.0, 10574.0, 10559.0, 10572.0, 10513.0, 10585.0, 10472.0, 10584.0, 10500.0, 10600.0, 10505.0, 10598.0, 10492.0, 10599.0, 10500.0, 10594.0, 10502.0, 10593.0, 10501.0, 10591.0, 10531.0, 10596.0, 10550.0, 10611.0, 10568.0, 10533.0, 10582.0, 10512.0, 10607.0, 10529.0, 10618.0, 10535.0, 10614.0, 10547.0, 10603.0, 10537.0, 10594.0, 10560.0, 10495.0, 10614.0, 10566.0, 10588.0, 10591.0, 10511.0, 10612.0, 10559.0, 10614.0, 10561.0, 10615.0, 10565.0, 10520.0, 10575.0, 10495.0, 10605.0, 10531.0, 10601.0, 10538.0, 10616.0, 10565.0, 10613.0, 10562.0, 10617.0, 10565.0, 10589.0, 10567.0, 10527.0, 10585.0, 10523.0, 10606.0, 10524.0, 10622.0, 10521.0, 10624.0, 10524.0, 10618.0, 10505.0, 10614.0, 10519.0, 10599.0, 10531.0, 10615.0, 10546.0, 10614.0, 10563.0, 10560.0, 10577.0, 10533.0, 10622.0, 10568.0, 10633.0, 10587.0, 10636.0, 10580.0, 10592.0, 10567.0, 10524.0, 10593.0, 10497.0, 10601.0, 10519.0, 10607.0, 10544.0, 10610.0, 10558.0, 10607.0, 10558.0, 10520.0, 10541.0, 10485.0, 10581.0, 10496.0, 10593.0, 10497.0, 10589.0, 10524.0, 10593.0, 10533.0, 10587.0, 10539.0, 10589.0, 10552.0, 10509.0, 10543.0, 10487.0, 10582.0, 10505.0, 10593.0, 10529.0, 10608.0, 10534.0, 10614.0, 10547.0, 10617.0, 10534.0, 10611.0, 10549.0, 10614.0, 10547.0, 10609.0, 10536.0, 10609.0, 10559.0, 10593.0, 10565.0, 10571.0, 10566.0, 10540.0, 10591.0, 10543.0, 10624.0, 10525.0, 10622.0, 10527.0, 10622.0, 10526.0, 10620.0, 10522.0, 10603.0, 10504.0, 10603.0, 10522.0, 10615.0, 10524.0, 10619.0, 10526.0, 10621.0, 10556.0, 10619.0, 10540.0, 10621.0, 10523.0, 10609.0, 10525.0, 10616.0, 10541.0, 10635.0, 10585.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.0003118411967779056</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.016232476294591486</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.28862560725806</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.3251695843663616</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0017403031797238</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4924</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4682.834</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.05828787561605451</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>1</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.11507479861910241</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3772752935551655</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3429263077766476</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5782625748930665</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.210636997995783</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00922921</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01179362740367651</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.025841321796178818</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>3.9756551648659983</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>20.7185</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>57.7942</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>219.9556</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>61.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>295620.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1004.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>393.8967</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5352</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>671.7998</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>4019.3358</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4206.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>80924.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1493.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5304.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1057.9323</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>45.01791512267664</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> |