=== 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-0058 --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-0058",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0058_ses-01_task-social_acq-mb8_run-02_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-0058_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0058_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-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-01_subject-0058_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-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-01_subject-0058_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-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-01_subject-0058_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-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0058_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-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0058_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-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0058_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-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-02_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-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-02_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-0058/ses-01/func/sub-0058_ses-01_task-social_acq-mb8_run-02_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>323f35bfdaf6aebe1d542160413102e6</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>11:46:29.795000</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.996098, 0.0223451, -0.085374, -0.024866, 0.999282, -0.0285787]</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-02_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.105946</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-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4121, -7714, -7286, 630, -89, -38, 4, 116]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>255.766</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>4401a6c4-0c1c-4f13-b2b2-33886d347bc9||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.672459125518799, -0.06671367585659027, -0.2286200225353241, 118.4611587524414], [-0.05995040014386177, 2.6810011863708496, -0.08259332180023193, -88.66121673583984], [-0.2290520817041397, 0.07667459547519684, 2.689035415649414, -73.95065307617188], [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': ['114629.795000', '114630.255000', '114630.715000', '114631.175000', '114631.635000', '114632.095000', '114632.555000', '114633.015000', '114633.475000', '114633.935000', '114634.395000', '114634.855000', '114635.315000', '114635.775000', '114636.235000', '114636.695000', '114637.155000', '114637.615000', '114638.075000', '114638.535000', '114638.995000', '114639.455000', '114639.915000', '114640.375000', '114640.835000', '114641.295000', '114641.755000', '114642.215000', '114642.675000', '114643.135000', '114643.595000', '114644.055000', '114644.515000', '114644.975000', '114645.435000', '114645.895000', '114646.355000', '114646.815000', '114647.275000', '114647.735000', '114648.195000', '114648.655000', '114649.115000', '114649.575000', '114650.035000', '114650.495000', '114650.955000', '114651.415000', '114651.875000', '114652.335000', '114652.795000', '114653.255000', '114653.715000', '114654.175000', '114654.635000', '114655.095000', '114655.555000', '114656.015000', '114656.475000', '114656.935000', '114657.395000', '114657.855000', '114658.315000', '114658.775000', '114659.235000', '114659.695000', '114700.155000', '114700.615000', '114701.075000', '114701.535000', '114701.995000', '114702.455000', '114702.915000', '114703.375000', '114703.835000', '114704.295000', '114704.755000', '114705.215000', '114705.675000', '114706.135000', '114706.595000', '114707.055000', '114707.515000', '114707.975000', '114708.435000', '114708.895000', '114709.355000', '114709.815000', '114710.275000', '114710.735000', '114711.195000', '114711.655000', '114712.115000', '114712.575000', '114713.035000', '114713.495000', '114713.955000', '114714.415000', '114714.875000', '114715.335000', '114715.795000', '114716.255000', '114716.715000', '114717.175000', '114717.635000', '114718.095000', '114718.555000', '114719.015000', '114719.475000', '114719.935000', '114720.395000', '114720.855000', '114721.315000', '114721.775000', '114722.235000', '114722.695000', '114723.155000', '114723.615000', '114724.075000', '114724.535000', '114724.995000', '114725.455000', '114725.915000', '114726.375000', '114726.835000', '114727.295000', '114727.755000', '114728.215000', '114728.675000', '114729.135000', '114729.595000', '114730.055000', '114730.515000', '114730.975000', '114731.435000', '114731.895000', '114732.355000', '114732.815000', '114733.275000', '114733.735000', '114734.195000', '114734.655000', '114735.115000', '114735.575000', '114736.035000', '114736.495000', '114736.955000', '114737.415000', '114737.875000', '114738.335000', '114738.795000', '114739.255000', '114739.715000', '114740.175000', '114740.635000', '114741.095000', '114741.555000', '114742.015000', '114742.475000', '114742.935000', '114743.395000', '114743.855000', '114744.315000', '114744.775000', '114745.235000', '114745.695000', '114746.155000', '114746.615000', '114747.075000', '114747.535000', '114747.995000', '114748.455000', '114748.915000', '114749.375000', '114749.835000', '114750.295000', '114750.755000', '114751.215000', '114751.675000', '114752.135000', '114752.595000', '114753.055000', '114753.515000', '114753.975000', '114754.435000', '114754.895000', '114755.355000', '114755.815000', '114756.275000', '114756.735000', '114757.195000', '114757.655000', '114758.115000', '114758.575000', '114759.035000', '114759.495000', '114759.955000', '114800.415000', '114800.875000', '114801.335000', '114801.795000', '114802.255000', '114802.715000', '114803.175000', '114803.635000', '114804.095000', '114804.555000', '114805.015000', '114805.475000', '114805.935000', '114806.395000', '114806.855000', '114807.315000', '114807.775000', '114808.235000', '114808.695000', '114809.155000', '114809.615000', '114810.075000', '114810.535000', '114810.995000', '114811.455000', '114811.915000', '114812.375000', '114812.835000', '114813.295000', '114813.755000', '114814.215000', '114814.675000', '114815.135000', '114815.595000', '114816.055000', '114816.515000', '114816.975000', '114817.435000', '114817.895000', '114818.355000', '114818.815000', '114819.275000', '114819.735000', '114820.195000', '114820.655000', '114821.115000', '114821.575000', '114822.035000', '114822.495000', '114822.955000', '114823.415000', '114823.875000', '114824.335000', '114824.795000', '114825.255000', '114825.715000', '114826.175000', '114826.635000', '114827.095000', '114827.555000', '114828.015000', '114828.475000', '114828.935000', '114829.395000', '114829.855000', '114830.315000', '114830.775000', '114831.235000', '114831.695000', '114832.155000', '114832.615000', '114833.075000', '114833.535000', '114833.995000', '114834.455000', '114834.915000', '114835.375000', '114835.835000', '114836.295000', '114836.755000', '114837.215000', '114837.675000', '114838.135000', '114838.595000', '114839.055000', '114839.515000', '114839.975000', '114840.435000', '114840.895000', '114841.355000', '114841.815000', '114842.275000', '114842.735000', '114843.195000', '114843.655000', '114844.115000', '114844.575000', '114845.035000', '114845.495000', '114845.955000', '114846.415000', '114846.875000', '114847.335000', '114847.795000', '114848.255000', '114848.715000', '114849.175000', '114849.635000', '114850.095000', '114850.555000', '114851.015000', '114851.475000', '114851.935000', '114852.395000', '114852.855000', '114853.315000', '114853.775000', '114854.235000', '114854.695000', '114855.155000', '114855.615000', '114856.075000', '114856.535000', '114856.995000', '114857.455000', '114857.915000', '114858.375000', '114858.835000', '114859.295000', '114859.755000', '114900.215000', '114900.675000', '114901.135000', '114901.595000', '114902.055000', '114902.515000', '114902.975000', '114903.435000', '114903.895000', '114904.355000', '114904.815000', '114905.275000', '114905.735000', '114906.195000', '114906.655000', '114907.115000', '114907.575000', '114908.035000', '114908.495000', '114908.955000', '114909.415000', '114909.875000', '114910.335000', '114910.795000', '114911.255000', '114911.715000', '114912.175000', '114912.635000', '114913.095000', '114913.555000', '114914.015000', '114914.475000', '114914.935000', '114915.395000', '114915.855000', '114916.315000', '114916.775000', '114917.235000', '114917.695000', '114918.155000', '114918.615000', '114919.075000', '114919.535000', '114919.995000', '114920.455000', '114920.915000', '114921.375000', '114921.835000', '114922.295000', '114922.755000', '114923.215000', '114923.675000', '114924.135000', '114924.595000', '114925.055000', '114925.515000', '114925.975000', '114926.435000', '114926.895000', '114927.355000', '114927.815000', '114928.275000', '114928.735000', '114929.195000', '114929.655000', '114930.115000', '114930.575000', '114931.035000', '114931.495000', '114931.955000', '114932.415000', '114932.875000', '114933.335000', '114933.795000', '114934.255000', '114934.715000', '114935.175000', '114935.635000', '114936.095000', '114936.555000', '114937.015000', '114937.475000', '114937.935000', '114938.395000', '114938.855000', '114939.315000', '114939.775000', '114940.235000', '114940.695000', '114941.155000', '114941.615000', '114942.075000', '114942.535000', '114942.995000', '114943.455000', '114943.915000', '114944.375000', '114944.835000', '114945.295000', '114945.755000', '114946.215000', '114946.675000', '114947.135000', '114947.595000', '114948.055000', '114948.515000', '114948.975000', '114949.435000', '114949.895000', '114950.355000', '114950.815000', '114951.275000', '114951.735000', '114952.195000', '114952.655000', '114953.115000', '114953.575000', '114954.035000', '114954.495000', '114954.955000', '114955.415000', '114955.875000', '114956.335000', '114956.795000', '114957.255000', '114957.715000', '114958.175000', '114958.635000', '114959.095000', '114959.555000', '115000.015000', '115000.475000', '115000.935000', '115001.395000', '115001.855000', '115002.315000', '115002.775000', '115003.235000', '115003.695000', '115004.155000', '115004.615000', '115005.075000', '115005.535000', '115005.995000', '115006.455000', '115006.915000', '115007.375000', '115007.835000', '115008.295000', '115008.755000', '115009.215000', '115009.675000', '115010.135000', '115010.595000', '115011.055000', '115011.515000', '115011.975000', '115012.435000', '115012.895000', '115013.355000', '115013.815000', '115014.275000', '115014.735000', '115015.195000', '115015.655000', '115016.115000', '115016.575000', '115017.035000', '115017.495000', '115017.955000', '115018.415000', '115018.875000', '115019.335000', '115019.795000', '115020.255000', '115020.715000', '115021.175000', '115021.635000', '115022.095000', '115022.555000', '115023.015000', '115023.475000', '115023.935000', '115024.395000', '115024.855000', '115025.315000', '115025.775000', '115026.235000', '115026.695000', '115027.155000', '115027.615000', '115028.075000', '115028.535000', '115028.995000', '115029.455000', '115029.915000', '115030.375000', '115030.835000', '115031.295000', '115031.755000', '115032.215000', '115032.675000', '115033.135000', '115033.595000', '115034.055000', '115034.515000', '115034.975000', '115035.435000', '115035.895000', '115036.355000', '115036.815000', '115037.275000', '115037.735000', '115038.195000', '115038.655000', '115039.115000', '115039.575000', '115040.035000', '115040.495000', '115040.955000', '115041.415000', '115041.875000', '115042.335000', '115042.795000', '115043.255000', '115043.715000', '115044.175000', '115044.635000', '115045.095000', '115045.555000', '115046.015000', '115046.475000', '115046.935000', '115047.395000', '115047.855000', '115048.315000', '115048.775000', '115049.235000', '115049.695000', '115050.155000', '115050.615000', '115051.075000', '115051.535000', '115051.995000', '115052.455000', '115052.915000', '115053.375000', '115053.835000', '115054.295000', '115054.755000', '115055.215000', '115055.675000', '115056.135000', '115056.595000', '115057.055000', '115057.515000', '115057.975000', '115058.435000', '115058.895000', '115059.355000', '115059.815000', '115100.275000', '115100.735000', '115101.195000', '115101.655000', '115102.115000', '115102.575000', '115103.035000', '115103.495000', '115103.955000', '115104.415000', '115104.875000', '115105.335000', '115105.795000', '115106.255000', '115106.715000', '115107.175000', '115107.635000', '115108.095000', '115108.555000', '115109.015000', '115109.475000', '115109.935000', '115110.395000', '115110.855000', '115111.315000', '115111.775000', '115112.235000', '115112.695000', '115113.155000', '115113.615000', '115114.075000', '115114.535000', '115114.995000', '115115.455000', '115115.915000', '115116.375000', '115116.835000', '115117.295000', '115117.755000', '115118.215000', '115118.675000', '115119.135000', '115119.595000', '115120.055000', '115120.515000', '115120.975000', '115121.435000', '115121.895000', '115122.355000', '115122.815000', '115123.275000', '115123.735000', '115124.195000', '115124.655000', '115125.115000', '115125.575000', '115126.035000', '115126.495000', '115126.955000', '115127.415000', '115127.875000', '115128.335000', '115128.795000', '115129.255000', '115129.715000', '115130.175000', '115130.635000', '115131.095000', '115131.555000', '115132.015000', '115132.475000', '115132.935000', '115133.395000', '115133.855000', '115134.315000', '115134.775000', '115135.235000', '115135.695000', '115136.155000', '115136.615000', '115137.075000', '115137.535000', '115137.995000', '115138.455000', '115138.915000', '115139.375000', '115139.835000', '115140.295000', '115140.755000', '115141.215000', '115141.675000', '115142.135000', '115142.595000', '115143.055000', '115143.515000', '115143.975000', '115144.435000', '115144.895000', '115145.355000', '115145.815000', '115146.275000', '115146.735000', '115147.195000', '115147.655000', '115148.115000', '115148.575000', '115149.035000', '115149.495000', '115149.955000', '115150.415000', '115150.875000', '115151.335000', '115151.795000', '115152.255000', '115152.715000', '115153.175000', '115153.635000', '115154.095000', '115154.555000', '115155.015000', '115155.475000', '115155.935000', '115156.395000', '115156.855000', '115157.315000', '115157.775000', '115158.235000', '115158.695000', '115159.155000', '115159.615000', '115200.075000', '115200.535000', '115200.995000', '115201.455000', '115201.915000', '115202.375000', '115202.835000', '115203.295000', '115203.755000', '115204.215000', '115204.675000', '115205.135000', '115205.595000', '115206.055000', '115206.515000', '115206.975000', '115207.435000', '115207.895000', '115208.355000', '115208.815000', '115209.275000', '115209.735000', '115210.195000', '115210.655000', '115211.115000', '115211.575000', '115212.035000', '115212.495000', '115212.955000', '115213.415000', '115213.875000', '115214.335000', '115214.795000', '115215.255000', '115215.715000', '115216.175000', '115216.635000', '115217.095000', '115217.555000', '115218.015000', '115218.475000', '115218.935000', '115219.395000', '115219.855000', '115220.315000', '115220.775000', '115221.235000', '115221.695000', '115222.155000', '115222.615000', '115223.075000', '115223.535000', '115223.995000', '115224.455000', '115224.915000', '115225.375000', '115225.835000', '115226.295000', '115226.755000', '115227.215000', '115227.675000', '115228.135000', '115228.595000', '115229.055000', '115229.515000', '115229.975000', '115230.435000', '115230.895000', '115231.355000', '115231.815000', '115232.275000', '115232.735000', '115233.195000', '115233.655000', '115234.115000', '115234.575000', '115235.035000', '115235.495000', '115235.955000', '115236.415000', '115236.875000', '115237.335000', '115237.795000', '115238.255000', '115238.715000', '115239.175000', '115239.635000', '115240.095000', '115240.555000', '115241.015000', '115241.475000', '115241.935000', '115242.395000', '115242.855000', '115243.315000', '115243.775000', '115244.235000', '115244.695000', '115245.155000', '115245.615000', '115246.075000', '115246.535000', '115246.995000', '115247.455000', '115247.915000', '115248.375000', '115248.835000', '115249.295000', '115249.755000', '115250.215000', '115250.675000', '115251.135000', '115251.595000', '115252.055000', '115252.515000', '115252.975000', '115253.435000', '115253.895000', '115254.355000', '115254.815000', '115255.275000', '115255.735000', '115256.195000', '115256.655000', '115257.115000', '115257.575000', '115258.035000', '115258.495000', '115258.955000', '115259.415000', '115259.875000', '115300.335000', '115300.795000', '115301.255000', '115301.715000', '115302.175000', '115302.635000', '115303.095000', '115303.555000', '115304.015000', '115304.475000', '115304.935000', '115305.395000', '115305.855000', '115306.315000', '115306.775000', '115307.235000', '115307.695000', '115308.155000', '115308.615000', '115309.075000', '115309.535000', '115309.995000', '115310.455000'], 'ContentTime': ['114657.949000', '114657.952000', '114657.955000', '114657.958000', '114657.960000', '114657.963000', '114657.965000', '114657.968000', '114657.979000', '114657.981000', '114657.984000', '114657.986000', '114657.989000', '114657.992000', '114657.994000', '114657.997000', '114658.000000', '114658.003000', '114658.005000', '114658.008000', '114658.011000', '114658.013000', '114658.016000', '114658.018000', '114658.021000', '114658.023000', '114658.026000', '114658.028000', '114658.031000', '114658.034000', '114658.036000', '114658.039000', '114658.041000', '114658.044000', '114658.046000', '114658.049000', '114658.051000', '114658.054000', '114658.057000', '114658.059000', '114658.062000', '114658.064000', '114658.067000', '114658.069000', '114658.072000', '114658.074000', '114658.077000', '114658.080000', '114658.082000', '114658.085000', '114658.087000', '114658.090000', '114658.093000', '114658.095000', '114658.098000', '114658.114000', '114658.117000', '114658.120000', '114658.122000', '114717.917000', '114717.920000', '114717.928000', '114717.930000', '114717.933000', '114717.935000', '114717.938000', '114717.940000', '114717.943000', '114717.945000', '114717.948000', '114717.951000', '114717.953000', '114717.956000', '114717.958000', '114717.961000', '114717.963000', '114717.966000', '114717.968000', '114717.971000', '114717.974000', '114717.976000', '114717.979000', '114717.981000', '114717.984000', '114717.986000', '114717.989000', '114717.991000', '114717.994000', '114717.997000', '114718.000000', '114718.003000', '114718.005000', '114718.008000', '114718.010000', '114718.013000', '114718.015000', '114718.018000', '114718.020000', '114718.023000', '114718.026000', '114718.028000', '114718.031000', '114737.917000', '114737.920000', '114737.923000', '114737.925000', '114737.928000', '114737.930000', '114737.933000', '114737.936000', '114737.938000', '114737.941000', '114737.944000', '114737.946000', '114737.949000', '114737.951000', '114737.954000', '114737.956000', '114737.959000', '114737.961000', '114737.964000', '114737.966000', '114737.969000', '114737.972000', '114737.974000', '114737.977000', '114737.979000', '114737.982000', '114737.984000', '114737.987000', '114737.990000', '114737.992000', '114737.995000', '114737.997000', '114738.001000', '114738.003000', '114738.006000', '114738.009000', '114738.011000', '114738.014000', '114738.028000', '114738.031000', '114738.033000', '114738.036000', '114738.039000', '114738.041000', '114757.919000', '114757.921000', '114757.924000', '114757.927000', '114757.929000', '114757.932000', '114757.934000', '114757.937000', '114757.939000', '114757.942000', '114757.945000', '114757.947000', '114757.950000', '114757.952000', '114757.955000', '114757.957000', '114757.960000', '114757.962000', '114757.965000', '114757.968000', '114757.970000', '114757.973000', '114757.975000', '114757.978000', '114757.980000', '114757.983000', '114757.986000', '114757.988000', '114757.991000', '114757.993000', '114757.996000', '114757.998000', '114758.002000', '114758.004000', '114758.007000', '114758.010000', '114758.012000', '114758.015000', '114758.017000', '114758.020000', '114758.023000', '114758.025000', '114758.028000', '114817.919000', '114817.921000', '114817.924000', '114817.926000', '114817.929000', '114817.932000', '114817.934000', '114817.937000', '114817.939000', '114817.942000', '114817.945000', '114817.947000', '114817.950000', '114817.952000', '114817.955000', '114817.957000', '114817.960000', '114817.962000', '114817.965000', '114817.970000', '114817.973000', '114817.975000', '114817.978000', '114817.980000', '114817.983000', '114817.986000', '114817.988000', '114817.991000', '114817.993000', '114817.996000', '114818.000000', '114818.002000', '114818.005000', '114818.007000', '114818.010000', '114818.012000', '114818.015000', '114818.018000', '114818.020000', '114818.023000', '114818.025000', '114818.028000', '114818.031000', '114818.033000', '114837.919000', '114837.921000', '114837.924000', '114837.927000', '114837.929000', '114837.932000', '114837.934000', '114837.937000', '114837.940000', '114837.942000', '114837.945000', '114837.947000', '114837.950000', '114837.952000', '114837.955000', '114837.957000', '114837.960000', '114837.963000', '114837.965000', '114837.968000', '114837.970000', '114837.973000', '114837.976000', '114837.978000', '114837.981000', '114837.984000', '114837.986000', '114837.989000', '114837.991000', '114837.994000', '114837.996000', '114838.000000', '114838.003000', '114838.005000', '114838.008000', '114838.010000', '114838.013000', '114838.016000', '114838.018000', '114838.021000', '114838.023000', '114838.026000', '114838.028000', '114857.918000', '114857.921000', '114857.924000', '114857.927000', '114857.929000', '114857.932000', '114857.934000', '114857.937000', '114857.940000', '114857.942000', '114857.945000', '114857.947000', '114857.950000', '114857.952000', '114857.955000', '114857.958000', '114857.960000', '114857.963000', '114857.965000', '114857.968000', '114857.971000', '114857.973000', '114857.976000', '114857.978000', '114857.981000', '114857.984000', '114857.986000', '114857.989000', '114857.991000', '114857.994000', '114857.996000', '114857.999000', '114858.002000', '114858.004000', '114858.007000', '114858.009000', '114858.012000', '114858.015000', '114858.017000', '114858.020000', '114858.022000', '114858.025000', '114858.027000', '114858.030000', '114917.919000', '114917.922000', '114917.924000', '114917.927000', '114917.929000', '114917.932000', '114917.935000', '114917.937000', '114917.940000', '114917.942000', '114917.945000', '114917.948000', '114917.950000', '114917.953000', '114917.955000', '114917.958000', '114917.961000', '114917.963000', '114917.966000', '114917.968000', '114917.971000', '114917.973000', '114917.976000', '114917.979000', '114917.981000', '114917.984000', '114917.986000', '114917.989000', '114917.991000', '114917.994000', '114917.997000', '114918.000000', '114918.003000', '114918.005000', '114918.008000', '114918.010000', '114918.013000', '114918.015000', '114918.018000', '114918.021000', '114918.023000', '114918.026000', '114918.028000', '114937.918000', '114937.920000', '114937.923000', '114937.925000', '114937.928000', '114937.941000', '114937.943000', '114937.946000', '114937.948000', '114937.951000', '114937.954000', '114937.956000', '114937.959000', '114937.974000', '114937.977000', '114937.980000', '114937.982000', '114937.985000', '114937.987000', '114937.990000', '114937.993000', '114937.995000', '114937.998000', '114938.000000', '114938.003000', '114938.005000', '114938.008000', '114938.010000', '114938.013000', '114938.016000', '114938.018000', '114938.021000', '114938.023000', '114938.026000', '114938.029000', '114938.031000', '114938.034000', '114938.036000', '114938.039000', '114938.041000', '114938.044000', '114938.046000', '114938.049000', '114938.052000', '114957.918000', '114957.920000', '114957.923000', '114957.926000', '114957.935000', '114957.938000', '114957.940000', '114957.943000', '114957.945000', '114957.948000', '114957.951000', '114957.953000', '114957.956000', '114957.958000', '114957.961000', '114957.963000', '114957.966000', '114957.969000', '114957.971000', '114957.974000', '114957.976000', '114957.979000', '114957.981000', '114957.984000', '114957.987000', '114957.989000', '114957.992000', '114957.994000', '114957.997000', '114958.000000', '114958.003000', '114958.006000', '114958.008000', '114958.011000', '114958.013000', '114958.016000', '114958.019000', '114958.021000', '114958.024000', '114958.026000', '114958.029000', '114958.031000', '114958.034000', '115017.919000', '115017.921000', '115017.924000', '115017.927000', '115017.929000', '115017.932000', '115017.934000', '115017.937000', '115017.940000', '115017.942000', '115017.945000', '115017.947000', '115017.951000', '115017.953000', '115017.956000', '115017.958000', '115017.961000', '115017.964000', '115017.966000', '115017.969000', '115017.972000', '115017.974000', '115017.977000', '115017.979000', '115017.982000', '115017.984000', '115017.987000', '115017.990000', '115017.992000', '115017.995000', '115017.997000', '115018.000000', '115018.003000', '115018.005000', '115018.008000', '115018.010000', '115018.013000', '115018.016000', '115018.018000', '115018.021000', '115018.023000', '115018.026000', '115018.028000', '115018.031000', '115037.919000', '115037.922000', '115037.924000', '115037.927000', '115037.929000', '115037.932000', '115037.935000', '115037.937000', '115037.940000', '115037.942000', '115037.945000', '115037.947000', '115037.950000', '115037.953000', '115037.955000', '115037.958000', '115037.960000', '115037.970000', '115037.973000', '115037.975000', '115037.978000', '115037.981000', '115037.983000', '115037.986000', '115037.988000', '115037.991000', '115037.993000', '115037.996000', '115037.999000', '115038.001000', '115038.004000', '115038.006000', '115038.009000', '115038.011000', '115038.014000', '115038.017000', '115038.019000', '115038.022000', '115038.024000', '115038.027000', '115038.029000', '115038.032000', '115038.035000', '115057.918000', '115057.921000', '115057.924000', '115057.927000', '115057.929000', '115057.932000', '115057.934000', '115057.937000', '115057.939000', '115057.942000', '115057.945000', '115057.947000', '115057.950000', '115057.952000', '115057.955000', '115057.957000', '115057.960000', '115057.963000', '115057.965000', '115057.968000', '115057.970000', '115057.973000', '115057.976000', '115057.978000', '115057.981000', '115057.983000', '115057.986000', '115057.988000', '115057.991000', '115057.993000', '115058.003000', '115058.005000', '115058.008000', '115058.010000', '115058.013000', '115058.015000', '115058.018000', '115058.021000', '115058.023000', '115058.026000', '115058.028000', '115058.031000', '115058.033000', '115117.919000', '115117.921000', '115117.924000', '115117.927000', '115117.929000', '115117.932000', '115117.934000', '115117.937000', '115117.939000', '115117.942000', '115117.944000', '115117.947000', '115117.950000', '115117.952000', '115117.955000', '115117.957000', '115117.960000', '115117.963000', '115117.965000', '115117.968000', '115117.970000', '115117.973000', '115117.975000', '115117.978000', '115117.981000', '115117.983000', '115117.986000', '115117.988000', '115117.991000', '115117.994000', '115117.996000', '115118.000000', '115118.002000', '115118.005000', '115118.007000', '115118.010000', '115118.013000', '115118.015000', '115118.018000', '115118.020000', '115118.023000', '115118.025000', '115118.028000', '115118.031000', '115137.919000', '115137.921000', '115137.924000', '115137.926000', '115137.929000', '115137.932000', '115137.934000', '115137.937000', '115137.940000', '115137.942000', '115137.945000', '115137.947000', '115137.950000', '115137.952000', '115137.955000', '115137.958000', '115137.960000', '115137.963000', '115137.965000', '115137.968000', '115137.971000', '115137.973000', '115137.976000', '115137.978000', '115137.981000', '115137.983000', '115137.986000', '115137.989000', '115137.992000', '115137.995000', '115137.997000', '115138.001000', '115138.004000', '115138.006000', '115138.009000', '115138.011000', '115138.014000', '115138.016000', '115138.019000', '115138.022000', '115138.024000', '115138.027000', '115138.029000', '115157.918000', '115157.920000', '115157.923000', '115157.926000', '115157.928000', '115157.931000', '115157.933000', '115157.936000', '115157.938000', '115157.941000', '115157.943000', '115157.946000', '115157.949000', '115157.951000', '115157.954000', '115157.957000', '115157.959000', '115157.962000', '115157.964000', '115157.967000', '115157.969000', '115157.972000', '115157.975000', '115157.977000', '115157.980000', '115157.982000', '115157.985000', '115157.988000', '115157.990000', '115157.993000', '115157.995000', '115157.998000', '115158.001000', '115158.004000', '115158.007000', '115158.009000', '115158.012000', '115158.014000', '115158.017000', '115158.019000', '115158.022000', '115158.025000', '115158.027000', '115158.030000', '115217.919000', '115217.921000', '115217.924000', '115217.926000', '115217.929000', '115217.932000', '115217.934000', '115217.937000', '115217.939000', '115217.942000', '115217.945000', '115217.947000', '115217.950000', '115217.952000', '115217.956000', '115217.959000', '115217.962000', '115217.964000', '115217.967000', '115217.970000', '115217.972000', '115217.975000', '115217.977000', '115217.980000', '115217.982000', '115217.985000', '115217.988000', '115217.990000', '115217.993000', '115217.995000', '115217.998000', '115218.001000', '115218.003000', '115218.006000', '115218.008000', '115218.011000', '115218.013000', '115218.016000', '115218.018000', '115218.021000', '115218.034000', '115218.036000', '115218.039000', '115237.918000', '115237.921000', '115237.924000', '115237.926000', '115237.929000', '115237.932000', '115237.934000', '115237.937000', '115237.939000', '115237.942000', '115237.945000', '115237.947000', '115237.950000', '115237.952000', '115237.955000', '115237.957000', '115237.960000', '115237.963000', '115237.965000', '115237.968000', '115237.970000', '115237.973000', '115237.975000', '115237.978000', '115237.982000', '115237.984000', '115237.987000', '115237.990000', '115237.992000', '115237.995000', '115237.998000', '115238.000000', '115238.003000', '115238.005000', '115238.008000', '115238.010000', '115238.013000', '115238.016000', '115238.018000', '115238.021000', '115238.023000', '115238.026000', '115238.028000', '115238.031000', '115257.919000', '115257.921000', '115257.924000', '115257.926000', '115257.929000', '115257.932000', '115257.934000', '115257.937000', '115257.939000', '115257.942000', '115257.945000', '115257.947000', '115257.950000', '115257.952000', '115257.955000', '115257.957000', '115257.960000', '115257.963000', '115257.966000', '115257.969000', '115257.972000', '115257.974000', '115257.977000', '115257.979000', '115257.982000', '115257.985000', '115257.987000', '115257.990000', '115257.992000', '115257.995000', '115257.997000', '115258.001000', '115258.003000', '115258.006000', '115258.009000', '115258.011000', '115258.014000', '115258.016000', '115258.019000', '115258.022000', '115258.024000', '115258.027000', '115258.030000', '115311.790000', '115311.793000', '115311.795000', '115311.798000', '115311.801000', '115311.803000', '115311.806000', '115311.808000', '115311.811000', '115311.814000', '115311.816000', '115311.819000', '115311.822000', '115311.824000', '115311.827000', '115311.830000', '115311.833000', '115311.835000', '115311.838000', '115311.840000', '115311.843000', '115311.846000', '115311.848000', '115311.851000', '115311.853000', '115311.856000', '115311.859000', '115311.861000', '115311.864000', '115311.867000', '115311.869000'], 'InstanceCreationTime': ['114657.949000', '114657.952000', '114657.955000', '114657.958000', '114657.960000', '114657.963000', '114657.965000', '114657.968000', '114657.979000', '114657.981000', '114657.984000', '114657.986000', '114657.989000', '114657.992000', '114657.994000', '114657.997000', '114658.000000', '114658.003000', '114658.005000', '114658.008000', '114658.011000', '114658.013000', '114658.016000', '114658.018000', '114658.021000', '114658.023000', '114658.026000', '114658.028000', '114658.031000', '114658.034000', '114658.036000', '114658.039000', '114658.041000', '114658.044000', '114658.046000', '114658.049000', '114658.051000', '114658.054000', '114658.057000', '114658.059000', '114658.062000', '114658.064000', '114658.067000', '114658.069000', '114658.072000', '114658.074000', '114658.077000', '114658.080000', '114658.082000', '114658.085000', '114658.087000', '114658.090000', '114658.093000', '114658.095000', '114658.098000', '114658.114000', '114658.117000', '114658.120000', '114658.122000', '114717.917000', '114717.920000', '114717.928000', '114717.930000', '114717.933000', '114717.935000', '114717.938000', '114717.940000', '114717.943000', '114717.945000', '114717.948000', '114717.951000', '114717.953000', '114717.956000', '114717.958000', '114717.961000', '114717.963000', '114717.966000', '114717.968000', '114717.971000', '114717.974000', '114717.976000', '114717.979000', '114717.981000', '114717.984000', '114717.986000', '114717.989000', '114717.991000', '114717.994000', '114717.997000', '114718.000000', '114718.003000', '114718.005000', '114718.008000', '114718.010000', '114718.013000', '114718.015000', '114718.018000', '114718.020000', '114718.023000', '114718.026000', '114718.028000', '114718.031000', '114737.917000', '114737.920000', '114737.923000', '114737.925000', '114737.928000', '114737.930000', '114737.933000', '114737.936000', '114737.938000', '114737.941000', '114737.944000', '114737.946000', '114737.949000', '114737.951000', '114737.954000', '114737.956000', '114737.959000', '114737.961000', '114737.964000', '114737.966000', '114737.969000', '114737.972000', '114737.974000', '114737.977000', '114737.979000', '114737.982000', '114737.984000', '114737.987000', '114737.990000', '114737.992000', '114737.995000', '114737.997000', '114738.001000', '114738.003000', '114738.006000', '114738.009000', '114738.011000', '114738.014000', '114738.028000', '114738.031000', '114738.033000', '114738.036000', '114738.039000', '114738.041000', '114757.919000', '114757.921000', '114757.924000', '114757.927000', '114757.929000', '114757.932000', '114757.934000', '114757.937000', '114757.939000', '114757.942000', '114757.945000', '114757.947000', '114757.950000', '114757.952000', '114757.955000', '114757.957000', '114757.960000', '114757.962000', '114757.965000', '114757.968000', '114757.970000', '114757.973000', '114757.975000', '114757.978000', '114757.980000', '114757.983000', '114757.986000', '114757.988000', '114757.991000', '114757.993000', '114757.996000', '114757.998000', '114758.002000', '114758.004000', '114758.007000', '114758.010000', '114758.012000', '114758.015000', '114758.017000', '114758.020000', '114758.023000', '114758.025000', '114758.028000', '114817.919000', '114817.921000', '114817.924000', '114817.926000', '114817.929000', '114817.932000', '114817.934000', '114817.937000', '114817.939000', '114817.942000', '114817.945000', '114817.947000', '114817.950000', '114817.952000', '114817.955000', '114817.957000', '114817.960000', '114817.962000', '114817.965000', '114817.970000', '114817.973000', '114817.975000', '114817.978000', '114817.980000', '114817.983000', '114817.986000', '114817.988000', '114817.991000', '114817.993000', '114817.996000', '114818.000000', '114818.002000', '114818.005000', '114818.007000', '114818.010000', '114818.012000', '114818.015000', '114818.018000', '114818.020000', '114818.023000', '114818.025000', '114818.028000', '114818.031000', '114818.033000', '114837.919000', '114837.921000', '114837.924000', '114837.927000', '114837.929000', '114837.932000', '114837.934000', '114837.937000', '114837.940000', '114837.942000', '114837.945000', '114837.947000', '114837.950000', '114837.952000', '114837.955000', '114837.957000', '114837.960000', '114837.963000', '114837.965000', '114837.968000', '114837.970000', '114837.973000', '114837.976000', '114837.978000', '114837.981000', '114837.984000', '114837.986000', '114837.989000', '114837.991000', '114837.994000', '114837.996000', '114838.000000', '114838.003000', '114838.005000', '114838.008000', '114838.010000', '114838.013000', '114838.016000', '114838.018000', '114838.021000', '114838.023000', '114838.026000', '114838.028000', '114857.918000', '114857.921000', '114857.924000', '114857.927000', '114857.929000', '114857.932000', '114857.934000', '114857.937000', '114857.940000', '114857.942000', '114857.945000', '114857.947000', '114857.950000', '114857.952000', '114857.955000', '114857.958000', '114857.960000', '114857.963000', '114857.965000', '114857.968000', '114857.971000', '114857.973000', '114857.976000', '114857.978000', '114857.981000', '114857.984000', '114857.986000', '114857.989000', '114857.991000', '114857.994000', '114857.996000', '114857.999000', '114858.002000', '114858.004000', '114858.007000', '114858.009000', '114858.012000', '114858.015000', '114858.017000', '114858.020000', '114858.022000', '114858.025000', '114858.027000', '114858.030000', '114917.919000', '114917.922000', '114917.924000', '114917.927000', '114917.929000', '114917.932000', '114917.935000', '114917.937000', '114917.940000', '114917.942000', '114917.945000', '114917.948000', '114917.950000', '114917.953000', '114917.955000', '114917.958000', '114917.961000', '114917.963000', '114917.966000', '114917.968000', '114917.971000', '114917.973000', '114917.976000', '114917.979000', '114917.981000', '114917.984000', '114917.986000', '114917.989000', '114917.991000', '114917.994000', '114917.997000', '114918.000000', '114918.003000', '114918.005000', '114918.008000', '114918.010000', '114918.013000', '114918.015000', '114918.018000', '114918.021000', '114918.023000', '114918.026000', '114918.028000', '114937.918000', '114937.920000', '114937.923000', '114937.925000', '114937.928000', '114937.941000', '114937.943000', '114937.946000', '114937.948000', '114937.951000', '114937.954000', '114937.956000', '114937.959000', '114937.974000', '114937.977000', '114937.980000', '114937.982000', '114937.985000', '114937.987000', '114937.990000', '114937.993000', '114937.995000', '114937.998000', '114938.000000', '114938.003000', '114938.005000', '114938.008000', '114938.010000', '114938.013000', '114938.016000', '114938.018000', '114938.021000', '114938.023000', '114938.026000', '114938.029000', '114938.031000', '114938.034000', '114938.036000', '114938.039000', '114938.041000', '114938.044000', '114938.046000', '114938.049000', '114938.052000', '114957.918000', '114957.920000', '114957.923000', '114957.926000', '114957.935000', '114957.938000', '114957.940000', '114957.943000', '114957.945000', '114957.948000', '114957.951000', '114957.953000', '114957.956000', '114957.958000', '114957.961000', '114957.963000', '114957.966000', '114957.969000', '114957.971000', '114957.974000', '114957.976000', '114957.979000', '114957.981000', '114957.984000', '114957.987000', '114957.989000', '114957.992000', '114957.994000', '114957.997000', '114958.000000', '114958.003000', '114958.006000', '114958.008000', '114958.011000', '114958.013000', '114958.016000', '114958.019000', '114958.021000', '114958.024000', '114958.026000', '114958.029000', '114958.031000', '114958.034000', '115017.919000', '115017.921000', '115017.924000', '115017.927000', '115017.929000', '115017.932000', '115017.934000', '115017.937000', '115017.940000', '115017.942000', '115017.945000', '115017.947000', '115017.951000', '115017.953000', '115017.956000', '115017.958000', '115017.961000', '115017.964000', '115017.966000', '115017.969000', '115017.972000', '115017.974000', '115017.977000', '115017.979000', '115017.982000', '115017.984000', '115017.987000', '115017.990000', '115017.992000', '115017.995000', '115017.997000', '115018.000000', '115018.003000', '115018.005000', '115018.008000', '115018.010000', '115018.013000', '115018.016000', '115018.018000', '115018.021000', '115018.023000', '115018.026000', '115018.028000', '115018.031000', '115037.919000', '115037.922000', '115037.924000', '115037.927000', '115037.929000', '115037.932000', '115037.935000', '115037.937000', '115037.940000', '115037.942000', '115037.945000', '115037.947000', '115037.950000', '115037.953000', '115037.955000', '115037.958000', '115037.960000', '115037.970000', '115037.973000', '115037.975000', '115037.978000', '115037.981000', '115037.983000', '115037.986000', '115037.988000', '115037.991000', '115037.993000', '115037.996000', '115037.999000', '115038.001000', '115038.004000', '115038.006000', '115038.009000', '115038.011000', '115038.014000', '115038.017000', '115038.019000', '115038.022000', '115038.024000', '115038.027000', '115038.029000', '115038.032000', '115038.035000', '115057.918000', '115057.921000', '115057.924000', '115057.927000', '115057.929000', '115057.932000', '115057.934000', '115057.937000', '115057.939000', '115057.942000', '115057.945000', '115057.947000', '115057.950000', '115057.952000', '115057.955000', '115057.957000', '115057.960000', '115057.963000', '115057.965000', '115057.968000', '115057.970000', '115057.973000', '115057.976000', '115057.978000', '115057.981000', '115057.983000', '115057.986000', '115057.988000', '115057.991000', '115057.993000', '115058.003000', '115058.005000', '115058.008000', '115058.010000', '115058.013000', '115058.015000', '115058.018000', '115058.021000', '115058.023000', '115058.026000', '115058.028000', '115058.031000', '115058.033000', '115117.919000', '115117.921000', '115117.924000', '115117.927000', '115117.929000', '115117.932000', '115117.934000', '115117.937000', '115117.939000', '115117.942000', '115117.944000', '115117.947000', '115117.950000', '115117.952000', '115117.955000', '115117.957000', '115117.960000', '115117.963000', '115117.965000', '115117.968000', '115117.970000', '115117.973000', '115117.975000', '115117.978000', '115117.981000', '115117.983000', '115117.986000', '115117.988000', '115117.991000', '115117.994000', '115117.996000', '115118.000000', '115118.002000', '115118.005000', '115118.007000', '115118.010000', '115118.013000', '115118.015000', '115118.018000', '115118.020000', '115118.023000', '115118.025000', '115118.028000', '115118.031000', '115137.919000', '115137.921000', '115137.924000', '115137.926000', '115137.929000', '115137.932000', '115137.934000', '115137.937000', '115137.940000', '115137.942000', '115137.945000', '115137.947000', '115137.950000', '115137.952000', '115137.955000', '115137.958000', '115137.960000', '115137.963000', '115137.965000', '115137.968000', '115137.971000', '115137.973000', '115137.976000', '115137.978000', '115137.981000', '115137.983000', '115137.986000', '115137.989000', '115137.992000', '115137.995000', '115137.997000', '115138.001000', '115138.004000', '115138.006000', '115138.009000', '115138.011000', '115138.014000', '115138.016000', '115138.019000', '115138.022000', '115138.024000', '115138.027000', '115138.029000', '115157.918000', '115157.920000', '115157.923000', '115157.926000', '115157.928000', '115157.931000', '115157.933000', '115157.936000', '115157.938000', '115157.941000', '115157.943000', '115157.946000', '115157.949000', '115157.951000', '115157.954000', '115157.957000', '115157.959000', '115157.962000', '115157.964000', '115157.967000', '115157.969000', '115157.972000', '115157.975000', '115157.977000', '115157.980000', '115157.982000', '115157.985000', '115157.988000', '115157.990000', '115157.993000', '115157.995000', '115157.998000', '115158.001000', '115158.004000', '115158.007000', '115158.009000', '115158.012000', '115158.014000', '115158.017000', '115158.019000', '115158.022000', '115158.025000', '115158.027000', '115158.030000', '115217.919000', '115217.921000', '115217.924000', '115217.926000', '115217.929000', '115217.932000', '115217.934000', '115217.937000', '115217.939000', '115217.942000', '115217.945000', '115217.947000', '115217.950000', '115217.952000', '115217.956000', '115217.959000', '115217.962000', '115217.964000', '115217.967000', '115217.970000', '115217.972000', '115217.975000', '115217.977000', '115217.980000', '115217.982000', '115217.985000', '115217.988000', '115217.990000', '115217.993000', '115217.995000', '115217.998000', '115218.001000', '115218.003000', '115218.006000', '115218.008000', '115218.011000', '115218.013000', '115218.016000', '115218.018000', '115218.021000', '115218.034000', '115218.036000', '115218.039000', '115237.918000', '115237.921000', '115237.924000', '115237.926000', '115237.929000', '115237.932000', '115237.934000', '115237.937000', '115237.939000', '115237.942000', '115237.945000', '115237.947000', '115237.950000', '115237.952000', '115237.955000', '115237.957000', '115237.960000', '115237.963000', '115237.965000', '115237.968000', '115237.970000', '115237.973000', '115237.975000', '115237.978000', '115237.982000', '115237.984000', '115237.987000', '115237.990000', '115237.992000', '115237.995000', '115237.998000', '115238.000000', '115238.003000', '115238.005000', '115238.008000', '115238.010000', '115238.013000', '115238.016000', '115238.018000', '115238.021000', '115238.023000', '115238.026000', '115238.028000', '115238.031000', '115257.919000', '115257.921000', '115257.924000', '115257.926000', '115257.929000', '115257.932000', '115257.934000', '115257.937000', '115257.939000', '115257.942000', '115257.945000', '115257.947000', '115257.950000', '115257.952000', '115257.955000', '115257.957000', '115257.960000', '115257.963000', '115257.966000', '115257.969000', '115257.972000', '115257.974000', '115257.977000', '115257.979000', '115257.982000', '115257.985000', '115257.987000', '115257.990000', '115257.992000', '115257.995000', '115257.997000', '115258.001000', '115258.003000', '115258.006000', '115258.009000', '115258.011000', '115258.014000', '115258.016000', '115258.019000', '115258.022000', '115258.024000', '115258.027000', '115258.030000', '115311.790000', '115311.793000', '115311.795000', '115311.798000', '115311.801000', '115311.803000', '115311.806000', '115311.808000', '115311.811000', '115311.814000', '115311.816000', '115311.819000', '115311.822000', '115311.824000', '115311.827000', '115311.830000', '115311.833000', '115311.835000', '115311.838000', '115311.840000', '115311.843000', '115311.846000', '115311.848000', '115311.851000', '115311.853000', '115311.856000', '115311.859000', '115311.861000', '115311.864000', '115311.867000', '115311.869000'], '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': [10482, 9724, 13617, 9014, 11030, 8873, 10173, 8463, 10608, 7321, 10081, 7356, 9599, 6945, 10148, 7218, 10557, 7317, 10380, 7438, 10001, 6147, 9217, 10228, 9097, 8298, 9694, 6765, 9819, 7646, 10439, 7590, 10313, 6637, 9892, 9724, 9078, 11726, 9894, 10276, 9145, 9524, 9153, 9552, 9257, 12472, 9694, 13393, 9667, 9313, 9367, 6959, 9332, 6274, 9237, 9541, 9021, 6764, 9663, 6289, 9074, 6789, 9638, 7347, 11609, 9012, 11060, 7934, 11139, 9016, 9024, 9294, 8199, 9352, 8819, 9519, 11826, 9119, 10492, 9389, 9274, 9040, 9347, 9137, 10576, 9102, 9946, 9105, 8760, 9186, 7567, 9133, 7359, 9536, 7091, 10051, 10219, 11291, 9111, 10473, 9630, 9204, 9468, 10228, 9264, 9265, 9390, 6588, 9868, 6438, 9442, 9982, 11467, 9422, 10870, 8015, 8819, 10160, 9093, 10700, 9262, 10770, 8525, 10637, 9642, 9733, 7616, 9916, 8375, 11942, 10651, 10327, 8404, 10287, 8627, 11081, 11274, 9788, 9256, 10126, 9219, 10561, 9428, 10390, 9581, 9884, 9611, 7858, 9365, 8633, 9322, 9812, 5987, 8758, 7122, 9826, 9069, 10724, 9559, 9550, 8909, 8552, 11180, 10043, 13063, 10179, 13198, 9502, 11340, 9552, 10745, 8491, 11173, 8377, 8988, 9088, 10315, 9508, 7943, 10100, 6346, 10100, 6923, 9306, 9417, 9806, 7683, 11020, 8908, 11348, 9339, 11396, 9445, 10011, 9341, 9656, 9743, 10216, 9278, 9912, 9738, 9839, 9460, 10453, 9603, 11466, 9711, 9553, 9720, 9924, 9460, 9800, 9217, 9562, 8501, 9845, 9092, 9856, 9495, 9997, 9502, 10298, 9893, 9483, 9744, 9399, 9562, 7180, 9624, 6063, 9906, 9052, 9362, 10799, 9594, 6562, 10008, 6476, 9231, 7166, 10941, 7302, 9988, 6720, 8843, 7357, 11671, 8399, 10817, 9146, 10423, 9862, 10217, 9173, 10990, 9707, 9411, 9734, 7628, 9142, 7975, 10566, 8909, 13480, 9004, 13890, 9180, 11838, 9634, 9242, 9699, 10719, 9492, 10166, 9973, 10171, 9704, 9976, 9737, 11129, 9610, 9740, 9347, 9398, 8858, 9502, 9845, 10539, 10574, 9888, 10262, 9738, 12257, 9354, 9853, 9544, 8766, 9277, 8608, 9388, 8311, 8588, 7660, 8969, 8632, 9985, 9232, 10700, 9720, 9672, 9769, 9936, 9117, 10873, 9255, 11623, 9167, 9913, 9460, 9715, 9355, 9639, 9420, 8551, 10921, 9500, 11491, 9913, 10470, 9571, 9943, 9702, 9871, 9184, 9727, 9876, 9572, 9930, 9748, 9994, 9903, 9761, 9530, 9762, 10203, 9414, 9635, 9344, 9391, 9345, 10658, 9750, 9427, 9912, 9143, 9162, 9515, 9859, 9349, 10223, 9894, 10089, 10098, 9555, 9328, 10025, 9532, 9111, 8646, 9469, 8304, 9787, 9659, 10296, 8950, 10396, 9704, 6029, 9800, 6684, 9892, 10878, 9522, 9553, 9907, 9571, 9262, 9895, 9197, 9506, 9415, 11026, 9321, 11008, 9504, 10540, 9211, 9256, 9582, 8687, 10221, 7658, 9109, 9004, 10301, 9242, 10119, 9592, 9830, 8037, 10894, 8646, 9906, 7931, 9287, 7952, 9441, 8131, 11080, 7466, 8866, 7835, 9018, 7930, 10266, 8578, 10005, 9725, 9510, 8578, 7155, 9741, 9128, 10702, 10037, 10724, 10196, 10952, 9176, 9840, 10919, 9526, 11962, 9595, 7240, 8264, 7820, 9487, 9333, 10344, 9905, 9692, 9975, 9029, 9826, 9585, 9489, 10154, 9445, 11917, 9906, 9677, 10057, 10001, 9630, 10784, 9869, 12196, 9904, 9341, 9751, 10360, 10280, 11330, 8750, 9713, 9424, 9703, 9871, 9500, 9754, 9727, 11338, 9730, 10479, 10137, 8604, 9781, 9502, 9506, 10110, 9886, 10052, 9944, 7135, 9578, 7963, 9853, 10182, 9656, 11409, 9658, 10208, 9905, 9943, 9657, 9907, 9940, 9277, 9515, 10431, 9538, 9761, 9912, 8828, 9801, 10103, 9756, 10775, 9471, 10127, 9646, 9713, 9864, 9724, 9648, 9614, 9866, 10451, 9909, 9086, 9717, 9908, 9732, 9474, 10064, 8729, 10126, 9992, 9780, 9600, 9899, 9526, 10082, 9588, 9440, 9445, 9193, 10194, 9429, 12028, 9234, 8259, 8340, 7951, 9757, 6809, 9695, 11519, 9700, 9811, 9883, 9651, 10130, 10591, 9392, 11688, 9396, 9780, 9258, 9936, 8862, 9380, 9702, 10104, 9722, 9766, 9112, 9589, 9551, 9976, 10011, 10058, 9585, 10060, 10954, 11459, 9786, 10864, 9881, 10753, 9575, 8161, 9887, 10605, 9447, 10305, 9611, 9784, 9709, 10121, 9699, 8018, 9663, 9316, 9390, 7678, 9952, 7631, 9216, 9210, 10559, 9010, 10776, 8538, 9766, 8401, 9379, 8786, 11646, 8722, 9594, 8198, 9198, 8511, 9923, 9673, 11418, 9329, 10312, 9814, 9860, 9799, 10100, 9460, 10501, 9675, 9453, 9782, 9357, 9539, 10604, 9515, 10136, 9656, 8041, 10008, 6758, 9404, 9704, 10760, 9997, 10190, 9698, 9555, 9760, 10706, 9279, 10551, 9524, 10951, 9496, 9658, 9665, 8974, 9566, 8726, 9538, 7791, 9108, 8671, 10090, 10314, 10862, 10450, 9983, 9141, 9844, 9053, 10042, 9150, 11360, 9244, 10659, 9516, 9595, 9920, 9983, 9577, 10621, 9322, 10342, 9478, 9419, 9582, 9377, 9576, 9531, 9368, 10415, 9452, 9728, 8962, 9405, 8428, 9702, 9753, 10494, 8718, 9880, 9611, 8835, 10129, 9569, 9317, 10535, 9142, 8730, 9661, 6806, 9404, 7639, 9574, 11050, 9541, 12048, 8956, 10928, 9707, 7858, 9403, 9029, 9417, 8935, 9509, 7759, 9406, 8924, 9872, 8906, 10563, 8894, 10674, 9121, 10655, 9709, 10299, 9480, 10390, 9269, 10387, 9341, 9722, 9286, 7442, 9036, 8738, 10108, 8897, 10310, 9942, 10534, 9442, 9616, 9858, 9899, 9531, 10184, 9272, 11558, 9313, 9550, 9384, 8714, 9027, 10660, 9484, 12449, 9444, 8379, 9305, 7390, 9139, 9044, 10577, 8901, 10065, 8994, 9945, 9321, 10809, 9150, 9358, 8907, 9183, 8952, 8515, 8883, 8529, 9653, 10613, 10029, 9653, 10435, 9004, 10579, 9068, 8812, 8568, 8767, 9795, 9633, 10488, 9715, 10685, 9243, 9861, 10405, 9872, 10737, 9809, 10703, 11395, 10766, 9976, 10356, 9847, 8880, 10022, 9348, 10537, 9300, 10489, 9413, 9616, 9518, 9696, 8800, 9421, 8259, 7759, 9012, 9399, 10127, 9313, 10131, 9558, 10251, 10077, 11040, 8855, 11186, 9107, 10179, 9091, 9785, 9027, 10329, 8673, 10371, 8970, 10354, 9363, 9780, 8754, 10193, 8873, 9058, 7754, 6364, 9224, 8220], 'WindowCenter': [4055.0, 4029.0, 4046.0, 4023.0, 4020.0, 3998.0, 3997.0, 3985.0, 3994.0, 3967.0, 3994.0, 3963.0, 3992.0, 3972.0, 3993.0, 3974.0, 4006.0, 3985.0, 4015.0, 3996.0, 4017.0, 3975.0, 4019.0, 4008.0, 3996.0, 3989.0, 4006.0, 3974.0, 4005.0, 3986.0, 4006.0, 3988.0, 4008.0, 3966.0, 4007.0, 4007.0, 3997.0, 4023.0, 3996.0, 4006.0, 4003.0, 3997.0, 3983.0, 3993.0, 3994.0, 4018.0, 3996.0, 4015.0, 3983.0, 3983.0, 3992.0, 3962.0, 3993.0, 3967.0, 3996.0, 3996.0, 3985.0, 3968.0, 4006.0, 3965.0, 3996.0, 3978.0, 4016.0, 3975.0, 4017.0, 4004.0, 4025.0, 3986.0, 4016.0, 3995.0, 3998.0, 3996.0, 3986.0, 3996.0, 4000.0, 4009.0, 4031.0, 3998.0, 4006.0, 3994.0, 3995.0, 3984.0, 3997.0, 3996.0, 3997.0, 3982.0, 3981.0, 3982.0, 3989.0, 3982.0, 3995.0, 3993.0, 3974.0, 4002.0, 3970.0, 4002.0, 4003.0, 4005.0, 3994.0, 4004.0, 3996.0, 4001.0, 4004.0, 4005.0, 3995.0, 4007.0, 4002.0, 3967.0, 3993.0, 3963.0, 4002.0, 4015.0, 4016.0, 3997.0, 4019.0, 3986.0, 3997.0, 4007.0, 3997.0, 4008.0, 3996.0, 4014.0, 3995.0, 3994.0, 3995.0, 3993.0, 3976.0, 3992.0, 3975.0, 4002.0, 4000.0, 3997.0, 3968.0, 3979.0, 3968.0, 3989.0, 3988.0, 3987.0, 3981.0, 3989.0, 3996.0, 4001.0, 4002.0, 4002.0, 3999.0, 4014.0, 3995.0, 3992.0, 4004.0, 3994.0, 4005.0, 4007.0, 3966.0, 3998.0, 3976.0, 4032.0, 4010.0, 4030.0, 4010.0, 4018.0, 3999.0, 3998.0, 4019.0, 4008.0, 4016.0, 4002.0, 4022.0, 3982.0, 3993.0, 3981.0, 3992.0, 3977.0, 3992.0, 3977.0, 3981.0, 3991.0, 4004.0, 4005.0, 4006.0, 4007.0, 3985.0, 4009.0, 3977.0, 4008.0, 3998.0, 4006.0, 3974.0, 4005.0, 4003.0, 4004.0, 3996.0, 4013.0, 3995.0, 3993.0, 3983.0, 3983.0, 3995.0, 3994.0, 3993.0, 3999.0, 3997.0, 3990.0, 3993.0, 3992.0, 3980.0, 3998.0, 3988.0, 3971.0, 3989.0, 3990.0, 4002.0, 3999.0, 3980.0, 3981.0, 3981.0, 3980.0, 3982.0, 3980.0, 4000.0, 3992.0, 3994.0, 4004.0, 3996.0, 3985.0, 4002.0, 3981.0, 3997.0, 3962.0, 3994.0, 3960.0, 4005.0, 3995.0, 3997.0, 4008.0, 3996.0, 3964.0, 4003.0, 3965.0, 4007.0, 3975.0, 4019.0, 3981.0, 3994.0, 3967.0, 3995.0, 3978.0, 4016.0, 3986.0, 4005.0, 4004.0, 4013.0, 4007.0, 4006.0, 4008.0, 4018.0, 4017.0, 4004.0, 3999.0, 3983.0, 3995.0, 3986.0, 4007.0, 3984.0, 4026.0, 3982.0, 4022.0, 3986.0, 4003.0, 3993.0, 3985.0, 3993.0, 4011.0, 3993.0, 3993.0, 3993.0, 3991.0, 3990.0, 3992.0, 3990.0, 4001.0, 3979.0, 3982.0, 3977.0, 3972.0, 3976.0, 3983.0, 3981.0, 3991.0, 3980.0, 3980.0, 3979.0, 3978.0, 3996.0, 3967.0, 3978.0, 3986.0, 3970.0, 3987.0, 3982.0, 3984.0, 3969.0, 3976.0, 3959.0, 3987.0, 3982.0, 3991.0, 3991.0, 3992.0, 3994.0, 3990.0, 3994.0, 4002.0, 3992.0, 3997.0, 3987.0, 4002.0, 3982.0, 3999.0, 3992.0, 3981.0, 3982.0, 3982.0, 3991.0, 3972.0, 3993.0, 3991.0, 4003.0, 4003.0, 4000.0, 3992.0, 3991.0, 3981.0, 3991.0, 3981.0, 3982.0, 3988.0, 3989.0, 3995.0, 3987.0, 3981.0, 3980.0, 3981.0, 3978.0, 3990.0, 3986.0, 3970.0, 3978.0, 3969.0, 3973.0, 3980.0, 3990.0, 3981.0, 3981.0, 3981.0, 3989.0, 3987.0, 3984.0, 3979.0, 3981.0, 3996.0, 4000.0, 3991.0, 3992.0, 3981.0, 3981.0, 3980.0, 3992.0, 3980.0, 3981.0, 3991.0, 3987.0, 3993.0, 3992.0, 4001.0, 3982.0, 3993.0, 3992.0, 3959.0, 4004.0, 3965.0, 4008.0, 4014.0, 3995.0, 3994.0, 4003.0, 3994.0, 3998.0, 3993.0, 3994.0, 3982.0, 3983.0, 3991.0, 3970.0, 3980.0, 3978.0, 3989.0, 3986.0, 3983.0, 3980.0, 3977.0, 3989.0, 3965.0, 3968.0, 3987.0, 3990.0, 3985.0, 3991.0, 3981.0, 4001.0, 3979.0, 3993.0, 3975.0, 3988.0, 3969.0, 3979.0, 3958.0, 3989.0, 3965.0, 3993.0, 3980.0, 3981.0, 3978.0, 3991.0, 3973.0, 4014.0, 3985.0, 4015.0, 4011.0, 4013.0, 3998.0, 3987.0, 4010.0, 4008.0, 4008.0, 4005.0, 4006.0, 4003.0, 3994.0, 3978.0, 3981.0, 3980.0, 3973.0, 3989.0, 3969.0, 3967.0, 3969.0, 3975.0, 3991.0, 4004.0, 4004.0, 4017.0, 4006.0, 4009.0, 3989.0, 4007.0, 4016.0, 3996.0, 3995.0, 4002.0, 4004.0, 4001.0, 3981.0, 3997.0, 3999.0, 3993.0, 3997.0, 3991.0, 3999.0, 3980.0, 3969.0, 3979.0, 3979.0, 3988.0, 3998.0, 3966.0, 3971.0, 3974.0, 3966.0, 3974.0, 3977.0, 3978.0, 3981.0, 3994.0, 3981.0, 3986.0, 3991.0, 3979.0, 3995.0, 3997.0, 3995.0, 3997.0, 4001.0, 3997.0, 3994.0, 3972.0, 4003.0, 3980.0, 3994.0, 3994.0, 3983.0, 4000.0, 3983.0, 3992.0, 3990.0, 3984.0, 3989.0, 3983.0, 3999.0, 3984.0, 3992.0, 3991.0, 4001.0, 3980.0, 3991.0, 3984.0, 3996.0, 4000.0, 3991.0, 4000.0, 3982.0, 3984.0, 3989.0, 3987.0, 4000.0, 3987.0, 4002.0, 3982.0, 3997.0, 4001.0, 3980.0, 3970.0, 3982.0, 3980.0, 3994.0, 4003.0, 4003.0, 3981.0, 4004.0, 4000.0, 3994.0, 3997.0, 3994.0, 3993.0, 3994.0, 4002.0, 3995.0, 3993.0, 3982.0, 4000.0, 3982.0, 4004.0, 3982.0, 3988.0, 3992.0, 3993.0, 3995.0, 3965.0, 4003.0, 4004.0, 3982.0, 3983.0, 3983.0, 3990.0, 3981.0, 3989.0, 3978.0, 3977.0, 3964.0, 3971.0, 3969.0, 3975.0, 3954.0, 3974.0, 3967.0, 3978.0, 3968.0, 3978.0, 3968.0, 3972.0, 3983.0, 3977.0, 3978.0, 3987.0, 3979.0, 3979.0, 3996.0, 4001.0, 3980.0, 3979.0, 3980.0, 3988.0, 3988.0, 3977.0, 3996.0, 3993.0, 3992.0, 4000.0, 4003.0, 3992.0, 4004.0, 4001.0, 4002.0, 3971.0, 3995.0, 3982.0, 3983.0, 3971.0, 4002.0, 3961.0, 3990.0, 3986.0, 3994.0, 3982.0, 4002.0, 3974.0, 3988.0, 3958.0, 3973.0, 3969.0, 3999.0, 3976.0, 3987.0, 3970.0, 3969.0, 3978.0, 3980.0, 3982.0, 4011.0, 3981.0, 3988.0, 3992.0, 3981.0, 4002.0, 3992.0, 3994.0, 4003.0, 3984.0, 3985.0, 3996.0, 3986.0, 4001.0, 3997.0, 3993.0, 3997.0, 3981.0, 3974.0, 3995.0, 3965.0, 3990.0, 3993.0, 4005.0, 4003.0, 4000.0, 3997.0, 3993.0, 4004.0, 3992.0, 4003.0, 4003.0, 3995.0, 3994.0, 3982.0, 3991.0, 3994.0, 3982.0, 3986.0, 3972.0, 3990.0, 3969.0, 3972.0, 3982.0, 4002.0, 3994.0, 4006.0, 4003.0, 3982.0, 3985.0, 3980.0, 3983.0, 3984.0, 3986.0, 3991.0, 3990.0, 3980.0, 3981.0, 3985.0, 4004.0, 3994.0, 4003.0, 4004.0, 4005.0, 3994.0, 4003.0, 3990.0, 3983.0, 3981.0, 3989.0, 3989.0, 3990.0, 3982.0, 3989.0, 3970.0, 3968.0, 3969.0, 3971.0, 3988.0, 3990.0, 3995.0, 3971.0, 3991.0, 3999.0, 3991.0, 4014.0, 4003.0, 3997.0, 4015.0, 4005.0, 3996.0, 3996.0, 3974.0, 4003.0, 3980.0, 3993.0, 3996.0, 3993.0, 4006.0, 3981.0, 4002.0, 3991.0, 3961.0, 3983.0, 3979.0, 3986.0, 3982.0, 3981.0, 3975.0, 3983.0, 3990.0, 3994.0, 3984.0, 4011.0, 4005.0, 4005.0, 4000.0, 3999.0, 3996.0, 4001.0, 4004.0, 4002.0, 3994.0, 3993.0, 3994.0, 3993.0, 3992.0, 3962.0, 3989.0, 3993.0, 3995.0, 3985.0, 3999.0, 3995.0, 4004.0, 4004.0, 3994.0, 3999.0, 3993.0, 3995.0, 3998.0, 3992.0, 4011.0, 3993.0, 3990.0, 3992.0, 3976.0, 3989.0, 3997.0, 3994.0, 4012.0, 3983.0, 3973.0, 3979.0, 3965.0, 3999.0, 4000.0, 4016.0, 4001.0, 4003.0, 3965.0, 3970.0, 3989.0, 3988.0, 3982.0, 3986.0, 3990.0, 3991.0, 3991.0, 3993.0, 3993.0, 3984.0, 3990.0, 4000.0, 3979.0, 3969.0, 3979.0, 3978.0, 3981.0, 3971.0, 3980.0, 3974.0, 3982.0, 4001.0, 3995.0, 3992.0, 3987.0, 4001.0, 3981.0, 3990.0, 3992.0, 3985.0, 3996.0, 3981.0, 3992.0, 3999.0, 3979.0, 3968.0, 3987.0, 3976.0, 3968.0, 3981.0, 3986.0, 3993.0, 3992.0, 3994.0, 3994.0, 3992.0, 3993.0, 3992.0, 3993.0, 3987.0, 3982.0, 3984.0, 3985.0, 4005.0, 3993.0, 3995.0, 3996.0, 3995.0, 3995.0, 3996.0, 4005.0, 3987.0, 4013.0, 3984.0, 4002.0, 3983.0, 3992.0, 3983.0, 3992.0, 3985.0, 4003.0, 4005.0, 4007.0, 3995.0, 3999.0, 3986.0, 4002.0, 3993.0, 3988.0, 3974.0, 3957.0, 4001.0, 3988.0], 'WindowWidth': [9051.0, 8999.0, 9019.0, 8984.0, 8968.0, 8934.0, 8930.0, 8910.0, 8922.0, 8886.0, 8919.0, 8876.0, 8915.0, 8896.0, 8918.0, 8895.0, 8941.0, 8917.0, 8957.0, 8935.0, 8964.0, 8908.0, 8971.0, 8947.0, 8931.0, 8921.0, 8948.0, 8897.0, 8939.0, 8916.0, 8942.0, 8919.0, 8945.0, 8887.0, 8945.0, 8943.0, 8931.0, 8971.0, 8927.0, 8939.0, 8939.0, 8926.0, 8905.0, 8919.0, 8922.0, 8956.0, 8926.0, 8951.0, 8904.0, 8903.0, 8921.0, 8876.0, 8923.0, 8887.0, 8928.0, 8927.0, 8910.0, 8890.0, 8941.0, 8884.0, 8928.0, 8910.0, 8963.0, 8900.0, 8958.0, 8944.0, 8972.0, 8914.0, 8956.0, 8928.0, 8932.0, 8929.0, 8915.0, 8929.0, 8933.0, 8951.0, 8986.0, 8936.0, 8940.0, 8923.0, 8923.0, 8907.0, 8927.0, 8925.0, 8928.0, 8902.0, 8899.0, 8900.0, 8914.0, 8902.0, 8931.0, 8920.0, 8894.0, 8935.0, 8893.0, 8938.0, 8934.0, 8941.0, 8923.0, 8934.0, 8926.0, 8935.0, 8941.0, 8938.0, 8926.0, 8951.0, 8940.0, 8887.0, 8918.0, 8879.0, 8938.0, 8961.0, 8958.0, 8933.0, 8962.0, 8915.0, 8931.0, 8946.0, 8931.0, 8948.0, 8929.0, 8958.0, 8928.0, 8922.0, 8924.0, 8919.0, 8895.0, 8915.0, 8892.0, 8930.0, 8929.0, 8927.0, 8875.0, 8892.0, 8876.0, 8906.0, 8904.0, 8907.0, 8897.0, 8907.0, 8922.0, 8932.0, 8936.0, 8933.0, 8930.0, 8957.0, 8926.0, 8925.0, 8942.0, 8930.0, 8945.0, 8942.0, 8889.0, 8932.0, 8903.0, 8992.0, 8954.0, 8986.0, 8953.0, 8967.0, 8936.0, 8936.0, 8966.0, 8946.0, 8959.0, 8937.0, 8964.0, 8901.0, 8918.0, 8896.0, 8916.0, 8896.0, 8914.0, 8895.0, 8896.0, 8920.0, 8936.0, 8940.0, 8950.0, 8945.0, 8920.0, 8950.0, 8905.0, 8948.0, 8933.0, 8943.0, 8894.0, 8940.0, 8938.0, 8936.0, 8927.0, 8952.0, 8924.0, 8919.0, 8903.0, 8905.0, 8922.0, 8920.0, 8923.0, 8929.0, 8924.0, 8916.0, 8916.0, 8916.0, 8896.0, 8924.0, 8909.0, 8880.0, 8911.0, 8910.0, 8936.0, 8927.0, 8897.0, 8897.0, 8898.0, 8895.0, 8901.0, 8896.0, 8931.0, 8914.0, 8921.0, 8940.0, 8924.0, 8906.0, 8935.0, 8901.0, 8925.0, 8877.0, 8921.0, 8881.0, 8938.0, 8925.0, 8929.0, 8945.0, 8927.0, 8882.0, 8940.0, 8885.0, 8944.0, 8900.0, 8963.0, 8909.0, 8921.0, 8885.0, 8924.0, 8904.0, 8957.0, 8913.0, 8939.0, 8943.0, 8954.0, 8944.0, 8944.0, 8948.0, 8963.0, 8965.0, 8942.0, 8930.0, 8911.0, 8927.0, 8913.0, 8944.0, 8909.0, 8976.0, 8903.0, 8965.0, 8909.0, 8933.0, 8918.0, 8908.0, 8919.0, 8948.0, 8919.0, 8919.0, 8916.0, 8914.0, 8917.0, 8915.0, 8916.0, 8929.0, 8892.0, 8898.0, 8893.0, 8883.0, 8892.0, 8900.0, 8897.0, 8910.0, 8895.0, 8896.0, 8892.0, 8895.0, 8918.0, 8871.0, 8886.0, 8903.0, 8877.0, 8907.0, 8901.0, 8905.0, 8878.0, 8891.0, 8864.0, 8908.0, 8901.0, 8912.0, 8919.0, 8914.0, 8918.0, 8917.0, 8920.0, 8933.0, 8922.0, 8927.0, 8912.0, 8935.0, 8900.0, 8927.0, 8914.0, 8896.0, 8900.0, 8900.0, 8918.0, 8887.0, 8919.0, 8917.0, 8931.0, 8935.0, 8929.0, 8915.0, 8912.0, 8898.0, 8913.0, 8898.0, 8900.0, 8911.0, 8912.0, 8919.0, 8909.0, 8898.0, 8894.0, 8895.0, 8888.0, 8913.0, 8904.0, 8880.0, 8896.0, 8879.0, 8885.0, 8894.0, 8908.0, 8896.0, 8895.0, 8897.0, 8911.0, 8908.0, 8904.0, 8893.0, 8898.0, 8923.0, 8930.0, 8912.0, 8915.0, 8899.0, 8899.0, 8897.0, 8913.0, 8898.0, 8899.0, 8912.0, 8912.0, 8918.0, 8916.0, 8933.0, 8901.0, 8917.0, 8915.0, 8876.0, 8935.0, 8883.0, 8943.0, 8956.0, 8925.0, 8922.0, 8937.0, 8919.0, 8928.0, 8918.0, 8921.0, 8901.0, 8904.0, 8912.0, 8880.0, 8894.0, 8888.0, 8907.0, 8910.0, 8899.0, 8896.0, 8892.0, 8910.0, 8875.0, 8877.0, 8909.0, 8908.0, 8907.0, 8912.0, 8900.0, 8933.0, 8900.0, 8918.0, 8890.0, 8912.0, 8879.0, 8893.0, 8862.0, 8913.0, 8876.0, 8917.0, 8904.0, 8898.0, 8897.0, 8918.0, 8891.0, 8955.0, 8910.0, 8958.0, 8951.0, 8955.0, 8936.0, 8926.0, 8951.0, 8947.0, 8949.0, 8944.0, 8939.0, 8936.0, 8920.0, 8896.0, 8897.0, 8893.0, 8885.0, 8905.0, 8876.0, 8879.0, 8879.0, 8894.0, 8913.0, 8943.0, 8936.0, 8964.0, 8946.0, 8947.0, 8918.0, 8942.0, 8963.0, 8927.0, 8923.0, 8936.0, 8933.0, 8932.0, 8900.0, 8924.0, 8927.0, 8917.0, 8927.0, 8916.0, 8926.0, 8891.0, 8876.0, 8890.0, 8892.0, 8907.0, 8922.0, 8874.0, 8878.0, 8883.0, 8868.0, 8885.0, 8891.0, 8889.0, 8897.0, 8916.0, 8895.0, 8906.0, 8911.0, 8899.0, 8922.0, 8925.0, 8921.0, 8925.0, 8932.0, 8923.0, 8919.0, 8893.0, 8936.0, 8905.0, 8921.0, 8920.0, 8904.0, 8929.0, 8901.0, 8914.0, 8915.0, 8902.0, 8911.0, 8899.0, 8925.0, 8903.0, 8915.0, 8913.0, 8932.0, 8895.0, 8911.0, 8905.0, 8920.0, 8927.0, 8919.0, 8932.0, 8902.0, 8905.0, 8912.0, 8908.0, 8927.0, 8909.0, 8934.0, 8900.0, 8926.0, 8931.0, 8896.0, 8881.0, 8900.0, 8897.0, 8919.0, 8939.0, 8938.0, 8900.0, 8933.0, 8932.0, 8921.0, 8927.0, 8922.0, 8917.0, 8921.0, 8934.0, 8924.0, 8919.0, 8902.0, 8931.0, 8903.0, 8933.0, 8903.0, 8914.0, 8922.0, 8925.0, 8924.0, 8882.0, 8937.0, 8933.0, 8903.0, 8903.0, 8901.0, 8915.0, 8897.0, 8915.0, 8892.0, 8887.0, 8869.0, 8877.0, 8872.0, 8883.0, 8850.0, 8884.0, 8871.0, 8888.0, 8874.0, 8889.0, 8875.0, 8881.0, 8897.0, 8885.0, 8889.0, 8906.0, 8892.0, 8894.0, 8919.0, 8930.0, 8893.0, 8891.0, 8892.0, 8907.0, 8908.0, 8894.0, 8922.0, 8916.0, 8915.0, 8930.0, 8938.0, 8915.0, 8939.0, 8934.0, 8936.0, 8887.0, 8920.0, 8902.0, 8906.0, 8891.0, 8933.0, 8871.0, 8916.0, 8907.0, 8922.0, 8901.0, 8933.0, 8888.0, 8908.0, 8861.0, 8886.0, 8878.0, 8927.0, 8889.0, 8907.0, 8878.0, 8877.0, 8897.0, 8895.0, 8900.0, 8945.0, 8898.0, 8910.0, 8915.0, 8898.0, 8934.0, 8912.0, 8921.0, 8938.0, 8907.0, 8907.0, 8922.0, 8909.0, 8931.0, 8924.0, 8924.0, 8922.0, 8899.0, 8889.0, 8918.0, 8879.0, 8917.0, 8919.0, 8937.0, 8936.0, 8931.0, 8926.0, 8918.0, 8940.0, 8916.0, 8936.0, 8937.0, 8924.0, 8919.0, 8901.0, 8918.0, 8917.0, 8900.0, 8907.0, 8887.0, 8914.0, 8885.0, 8885.0, 8905.0, 8932.0, 8919.0, 8940.0, 8934.0, 8900.0, 8903.0, 8895.0, 8903.0, 8904.0, 8908.0, 8912.0, 8914.0, 8895.0, 8897.0, 8906.0, 8938.0, 8919.0, 8938.0, 8939.0, 8943.0, 8923.0, 8937.0, 8917.0, 8901.0, 8902.0, 8912.0, 8911.0, 8915.0, 8901.0, 8911.0, 8878.0, 8875.0, 8877.0, 8885.0, 8910.0, 8915.0, 8919.0, 8886.0, 8916.0, 8928.0, 8921.0, 8954.0, 8939.0, 8929.0, 8957.0, 8944.0, 8931.0, 8924.0, 8900.0, 8937.0, 8904.0, 8919.0, 8923.0, 8922.0, 8937.0, 8903.0, 8934.0, 8916.0, 8869.0, 8902.0, 8898.0, 8906.0, 8899.0, 8898.0, 8894.0, 8904.0, 8915.0, 8920.0, 8907.0, 8945.0, 8942.0, 8937.0, 8934.0, 8932.0, 8928.0, 8933.0, 8938.0, 8933.0, 8924.0, 8917.0, 8924.0, 8922.0, 8921.0, 8872.0, 8914.0, 8924.0, 8921.0, 8911.0, 8930.0, 8924.0, 8940.0, 8937.0, 8919.0, 8929.0, 8921.0, 8921.0, 8927.0, 8923.0, 8946.0, 8922.0, 8915.0, 8918.0, 8894.0, 8915.0, 8925.0, 8925.0, 8946.0, 8899.0, 8885.0, 8896.0, 8876.0, 8934.0, 8939.0, 8965.0, 8940.0, 8937.0, 8864.0, 8874.0, 8911.0, 8909.0, 8901.0, 8910.0, 8916.0, 8917.0, 8918.0, 8922.0, 8926.0, 8906.0, 8917.0, 8927.0, 8892.0, 8877.0, 8891.0, 8896.0, 8897.0, 8884.0, 8900.0, 8890.0, 8900.0, 8931.0, 8921.0, 8914.0, 8910.0, 8929.0, 8904.0, 8915.0, 8913.0, 8905.0, 8919.0, 8899.0, 8911.0, 8926.0, 8890.0, 8874.0, 8904.0, 8888.0, 8876.0, 8894.0, 8908.0, 8915.0, 8921.0, 8918.0, 8925.0, 8919.0, 8922.0, 8920.0, 8923.0, 8912.0, 8907.0, 8910.0, 8907.0, 8942.0, 8919.0, 8923.0, 8924.0, 8923.0, 8923.0, 8924.0, 8937.0, 8912.0, 8949.0, 8907.0, 8933.0, 8903.0, 8914.0, 8905.0, 8916.0, 8909.0, 8937.0, 8944.0, 8943.0, 8925.0, 8928.0, 8910.0, 8935.0, 8924.0, 8914.0, 8892.0, 8873.0, 8934.0, 8918.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.0005807710011507478</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.01944323176064442</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.71220713496543</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2364757108410123</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.000725740910139</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4918</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5682.1802</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07842961086091899</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>25</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.8768699654775602</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3992601933107873</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2722050367355013</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6336200281186963</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2919555150781648</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0147338</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014584008604288101</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.041102685034275055</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.04789488588437</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>19.8158</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.6735</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>180.7356</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>296193.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>883.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>346.771</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8948</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>460.8486</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3192.7799</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3372.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>80351.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1145.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4130.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>833.0204</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>44.05142050923314</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> |