=== 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-0009 --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-0009",
"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-0009_ses-03_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0009_ses-03_task-social_acq-mb8_run-04_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-03_subject-0009_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-0009/figures/sub-0009_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-03_subject-0009_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-0009/figures/sub-0009_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-03_subject-0009_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-0009/figures/sub-0009_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-03_subject-0009_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-0009/figures/sub-0009_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-03_subject-0009_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-0009/figures/sub-0009_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-03_subject-0009_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-0009/figures/sub-0009_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-03_subject-0009_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-0009/figures/sub-0009_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0009/figures/sub-0009_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0009/ses-03/func/sub-0009_ses-03_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>a17934b52e756d33fb2fb90b58a619bc</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>12:55:12.017500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999661, 0.0220967, 0.0138045, -0.0225109, 0.999278, 0.0306117]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0947843</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4162, -7727, -7245, 608, -38, -95, 115, 54]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>242.109</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>5bcc5691-9bae-4bf0-ba8c-f0da56808796||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682016134262085, -0.060395170003175735, 0.03541898727416992, 116.84759521484375], [-0.05928372964262962, 2.6809892654418945, 0.08346246927976608, -85.62066650390625], [0.03703653812408447, -0.0821288600564003, 2.698477268218994, -38.0308837890625], [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': ['125512.017500', '125512.477500', '125512.937500', '125513.397500', '125513.857500', '125514.317500', '125514.777500', '125515.237500', '125515.697500', '125516.157500', '125516.617500', '125517.077500', '125517.537500', '125517.997500', '125518.457500', '125518.917500', '125519.377500', '125519.837500', '125520.297500', '125520.757500', '125521.217500', '125521.677500', '125522.137500', '125522.597500', '125523.057500', '125523.517500', '125523.977500', '125524.437500', '125524.897500', '125525.357500', '125525.817500', '125526.277500', '125526.737500', '125527.197500', '125527.657500', '125528.117500', '125528.577500', '125529.037500', '125529.497500', '125529.957500', '125530.417500', '125530.877500', '125531.337500', '125531.797500', '125532.257500', '125532.717500', '125533.177500', '125533.637500', '125534.097500', '125534.557500', '125535.017500', '125535.477500', '125535.937500', '125536.397500', '125536.857500', '125537.317500', '125537.777500', '125538.237500', '125538.697500', '125539.157500', '125539.617500', '125540.077500', '125540.537500', '125540.997500', '125541.457500', '125541.917500', '125542.377500', '125542.837500', '125543.297500', '125543.757500', '125544.217500', '125544.677500', '125545.137500', '125545.597500', '125546.057500', '125546.517500', '125546.977500', '125547.437500', '125547.897500', '125548.357500', '125548.817500', '125549.277500', '125549.737500', '125550.197500', '125550.657500', '125551.117500', '125551.577500', '125552.037500', '125552.497500', '125552.957500', '125553.417500', '125553.877500', '125554.337500', '125554.797500', '125555.257500', '125555.717500', '125556.177500', '125556.637500', '125557.097500', '125557.557500', '125558.017500', '125558.477500', '125558.937500', '125559.397500', '125559.857500', '125600.317500', '125600.777500', '125601.237500', '125601.697500', '125602.157500', '125602.617500', '125603.077500', '125603.537500', '125603.997500', '125604.457500', '125604.917500', '125605.377500', '125605.837500', '125606.297500', '125606.757500', '125607.217500', '125607.677500', '125608.137500', '125608.597500', '125609.057500', '125609.517500', '125609.977500', '125610.437500', '125610.897500', '125611.357500', '125611.817500', '125612.277500', '125612.737500', '125613.197500', '125613.657500', '125614.117500', '125614.577500', '125615.037500', '125615.497500', '125615.957500', '125616.417500', '125616.877500', '125617.337500', '125617.797500', '125618.257500', '125618.717500', '125619.177500', '125619.637500', '125620.097500', '125620.557500', '125621.017500', '125621.477500', '125621.937500', '125622.397500', '125622.857500', '125623.317500', '125623.777500', '125624.237500', '125624.697500', '125625.157500', '125625.617500', '125626.077500', '125626.537500', '125626.997500', '125627.457500', '125627.917500', '125628.377500', '125628.837500', '125629.297500', '125629.757500', '125630.217500', '125630.677500', '125631.137500', '125631.597500', '125632.057500', '125632.517500', '125632.977500', '125633.437500', '125633.897500', '125634.357500', '125634.817500', '125635.277500', '125635.737500', '125636.197500', '125636.657500', '125637.117500', '125637.577500', '125638.037500', '125638.497500', '125638.957500', '125639.417500', '125639.877500', '125640.337500', '125640.797500', '125641.257500', '125641.717500', '125642.177500', '125642.637500', '125643.097500', '125643.557500', '125644.017500', '125644.477500', '125644.937500', '125645.397500', '125645.857500', '125646.317500', '125646.777500', '125647.237500', '125647.697500', '125648.157500', '125648.617500', '125649.077500', '125649.537500', '125649.997500', '125650.457500', '125650.917500', '125651.377500', '125651.837500', '125652.297500', '125652.757500', '125653.217500', '125653.677500', '125654.137500', '125654.597500', '125655.057500', '125655.517500', '125655.977500', '125656.437500', '125656.897500', '125657.357500', '125657.817500', '125658.277500', '125658.737500', '125659.197500', '125659.657500', '125700.117500', '125700.577500', '125701.037500', '125701.497500', '125701.957500', '125702.417500', '125702.877500', '125703.337500', '125703.797500', '125704.257500', '125704.717500', '125705.177500', '125705.637500', '125706.097500', '125706.557500', '125707.017500', '125707.477500', '125707.937500', '125708.397500', '125708.857500', '125709.317500', '125709.777500', '125710.237500', '125710.697500', '125711.157500', '125711.617500', '125712.077500', '125712.537500', '125712.997500', '125713.457500', '125713.917500', '125714.377500', '125714.837500', '125715.297500', '125715.757500', '125716.217500', '125716.677500', '125717.137500', '125717.597500', '125718.057500', '125718.517500', '125718.977500', '125719.437500', '125719.897500', '125720.357500', '125720.817500', '125721.277500', '125721.737500', '125722.197500', '125722.657500', '125723.117500', '125723.577500', '125724.037500', '125724.497500', '125724.957500', '125725.417500', '125725.877500', '125726.337500', '125726.797500', '125727.257500', '125727.717500', '125728.177500', '125728.637500', '125729.097500', '125729.557500', '125730.017500', '125730.477500', '125730.937500', '125731.397500', '125731.857500', '125732.317500', '125732.777500', '125733.237500', '125733.697500', '125734.157500', '125734.617500', '125735.077500', '125735.537500', '125735.997500', '125736.457500', '125736.917500', '125737.377500', '125737.837500', '125738.297500', '125738.757500', '125739.217500', '125739.677500', '125740.137500', '125740.597500', '125741.057500', '125741.517500', '125741.977500', '125742.437500', '125742.897500', '125743.357500', '125743.817500', '125744.277500', '125744.737500', '125745.197500', '125745.657500', '125746.117500', '125746.577500', '125747.037500', '125747.497500', '125747.957500', '125748.417500', '125748.877500', '125749.337500', '125749.797500', '125750.257500', '125750.717500', '125751.177500', '125751.637500', '125752.097500', '125752.557500', '125753.017500', '125753.477500', '125753.937500', '125754.397500', '125754.857500', '125755.317500', '125755.777500', '125756.237500', '125756.697500', '125757.157500', '125757.617500', '125758.077500', '125758.537500', '125758.997500', '125759.457500', '125759.917500', '125800.377500', '125800.837500', '125801.297500', '125801.757500', '125802.217500', '125802.677500', '125803.137500', '125803.597500', '125804.057500', '125804.517500', '125804.977500', '125805.437500', '125805.897500', '125806.357500', '125806.817500', '125807.277500', '125807.737500', '125808.197500', '125808.657500', '125809.117500', '125809.577500', '125810.037500', '125810.497500', '125810.957500', '125811.417500', '125811.877500', '125812.337500', '125812.797500', '125813.257500', '125813.717500', '125814.177500', '125814.637500', '125815.097500', '125815.557500', '125816.017500', '125816.477500', '125816.937500', '125817.397500', '125817.857500', '125818.317500', '125818.777500', '125819.237500', '125819.697500', '125820.157500', '125820.617500', '125821.077500', '125821.537500', '125821.997500', '125822.457500', '125822.917500', '125823.377500', '125823.837500', '125824.297500', '125824.757500', '125825.217500', '125825.677500', '125826.137500', '125826.597500', '125827.057500', '125827.517500', '125827.977500', '125828.437500', '125828.897500', '125829.357500', '125829.817500', '125830.277500', '125830.737500', '125831.197500', '125831.657500', '125832.117500', '125832.577500', '125833.037500', '125833.497500', '125833.957500', '125834.417500', '125834.877500', '125835.337500', '125835.797500', '125836.257500', '125836.717500', '125837.177500', '125837.637500', '125838.097500', '125838.557500', '125839.017500', '125839.477500', '125839.937500', '125840.397500', '125840.857500', '125841.317500', '125841.777500', '125842.237500', '125842.697500', '125843.157500', '125843.617500', '125844.077500', '125844.537500', '125844.997500', '125845.457500', '125845.917500', '125846.377500', '125846.837500', '125847.297500', '125847.757500', '125848.217500', '125848.677500', '125849.137500', '125849.597500', '125850.057500', '125850.517500', '125850.977500', '125851.437500', '125851.897500', '125852.357500', '125852.817500', '125853.277500', '125853.737500', '125854.197500', '125854.657500', '125855.117500', '125855.577500', '125856.037500', '125856.497500', '125856.957500', '125857.417500', '125857.877500', '125858.337500', '125858.797500', '125859.257500', '125859.717500', '125900.177500', '125900.637500', '125901.097500', '125901.557500', '125902.017500', '125902.477500', '125902.937500', '125903.397500', '125903.857500', '125904.317500', '125904.777500', '125905.237500', '125905.697500', '125906.157500', '125906.617500', '125907.077500', '125907.537500', '125907.997500', '125908.457500', '125908.917500', '125909.377500', '125909.837500', '125910.297500', '125910.757500', '125911.217500', '125911.677500', '125912.137500', '125912.597500', '125913.057500', '125913.517500', '125913.977500', '125914.437500', '125914.897500', '125915.357500', '125915.817500', '125916.277500', '125916.737500', '125917.197500', '125917.657500', '125918.117500', '125918.577500', '125919.037500', '125919.497500', '125919.957500', '125920.417500', '125920.877500', '125921.337500', '125921.797500', '125922.257500', '125922.717500', '125923.177500', '125923.637500', '125924.097500', '125924.557500', '125925.017500', '125925.477500', '125925.937500', '125926.397500', '125926.857500', '125927.317500', '125927.777500', '125928.237500', '125928.697500', '125929.157500', '125929.617500', '125930.077500', '125930.537500', '125930.997500', '125931.457500', '125931.917500', '125932.377500', '125932.837500', '125933.297500', '125933.757500', '125934.217500', '125934.677500', '125935.137500', '125935.597500', '125936.057500', '125936.517500', '125936.977500', '125937.437500', '125937.897500', '125938.357500', '125938.817500', '125939.277500', '125939.737500', '125940.197500', '125940.657500', '125941.117500', '125941.577500', '125942.037500', '125942.497500', '125942.957500', '125943.417500', '125943.877500', '125944.337500', '125944.797500', '125945.257500', '125945.717500', '125946.177500', '125946.637500', '125947.097500', '125947.557500', '125948.017500', '125948.477500', '125948.937500', '125949.397500', '125949.857500', '125950.317500', '125950.777500', '125951.237500', '125951.697500', '125952.157500', '125952.617500', '125953.077500', '125953.537500', '125953.997500', '125954.457500', '125954.917500', '125955.377500', '125955.837500', '125956.297500', '125956.757500', '125957.217500', '125957.677500', '125958.137500', '125958.597500', '125959.057500', '125959.517500', '125959.977500', '130000.437500', '130000.897500', '130001.357500', '130001.817500', '130002.277500', '130002.737500', '130003.197500', '130003.657500', '130004.117500', '130004.577500', '130005.037500', '130005.497500', '130005.957500', '130006.417500', '130006.877500', '130007.337500', '130007.797500', '130008.257500', '130008.717500', '130009.177500', '130009.637500', '130010.097500', '130010.557500', '130011.017500', '130011.477500', '130011.937500', '130012.397500', '130012.857500', '130013.317500', '130013.777500', '130014.237500', '130014.697500', '130015.157500', '130015.617500', '130016.077500', '130016.537500', '130016.997500', '130017.457500', '130017.917500', '130018.377500', '130018.837500', '130019.297500', '130019.757500', '130020.217500', '130020.677500', '130021.137500', '130021.597500', '130022.057500', '130022.517500', '130022.977500', '130023.437500', '130023.897500', '130024.357500', '130024.817500', '130025.277500', '130025.737500', '130026.197500', '130026.657500', '130027.117500', '130027.577500', '130028.037500', '130028.497500', '130028.957500', '130029.417500', '130029.877500', '130030.337500', '130030.797500', '130031.257500', '130031.717500', '130032.177500', '130032.637500', '130033.097500', '130033.557500', '130034.017500', '130034.477500', '130034.937500', '130035.397500', '130035.857500', '130036.317500', '130036.777500', '130037.237500', '130037.697500', '130038.157500', '130038.617500', '130039.077500', '130039.537500', '130039.997500', '130040.457500', '130040.917500', '130041.377500', '130041.837500', '130042.297500', '130042.757500', '130043.217500', '130043.677500', '130044.137500', '130044.597500', '130045.057500', '130045.517500', '130045.977500', '130046.437500', '130046.897500', '130047.357500', '130047.817500', '130048.277500', '130048.737500', '130049.197500', '130049.657500', '130050.117500', '130050.577500', '130051.037500', '130051.497500', '130051.957500', '130052.417500', '130052.877500', '130053.337500', '130053.797500', '130054.257500', '130054.717500', '130055.177500', '130055.637500', '130056.097500', '130056.557500', '130057.017500', '130057.477500', '130057.937500', '130058.397500', '130058.857500', '130059.317500', '130059.777500', '130100.237500', '130100.697500', '130101.157500', '130101.617500', '130102.077500', '130102.537500', '130102.997500', '130103.457500', '130103.917500', '130104.377500', '130104.837500', '130105.297500', '130105.757500', '130106.217500', '130106.677500', '130107.137500', '130107.597500', '130108.057500', '130108.517500', '130108.977500', '130109.437500', '130109.897500', '130110.357500', '130110.817500', '130111.277500', '130111.737500', '130112.197500', '130112.657500', '130113.117500', '130113.577500', '130114.037500', '130114.497500', '130114.957500', '130115.417500', '130115.877500', '130116.337500', '130116.797500', '130117.257500', '130117.717500', '130118.177500', '130118.637500', '130119.097500', '130119.557500', '130120.017500', '130120.477500', '130120.937500', '130121.397500', '130121.857500', '130122.317500', '130122.777500', '130123.237500', '130123.697500', '130124.157500', '130124.617500', '130125.077500', '130125.537500', '130125.997500', '130126.457500', '130126.917500', '130127.377500', '130127.837500', '130128.297500', '130128.757500', '130129.217500', '130129.677500', '130130.137500', '130130.597500', '130131.057500', '130131.517500', '130131.977500', '130132.437500', '130132.897500', '130133.357500', '130133.817500', '130134.277500', '130134.737500', '130135.197500', '130135.657500', '130136.117500', '130136.577500', '130137.037500', '130137.497500', '130137.957500', '130138.417500', '130138.877500', '130139.337500', '130139.797500', '130140.257500', '130140.717500', '130141.177500', '130141.637500', '130142.097500', '130142.557500', '130143.017500', '130143.477500', '130143.937500', '130144.397500', '130144.857500', '130145.317500', '130145.777500', '130146.237500', '130146.697500', '130147.157500', '130147.617500', '130148.077500', '130148.537500', '130148.997500', '130149.457500', '130149.917500', '130150.377500', '130150.837500', '130151.297500', '130151.757500', '130152.217500', '130152.677500'], 'ContentTime': ['125525.334000', '125525.337000', '125525.346000', '125525.349000', '125525.352000', '125525.355000', '125525.365000', '125525.368000', '125525.371000', '125525.373000', '125525.377000', '125525.380000', '125525.383000', '125525.386000', '125525.389000', '125525.392000', '125525.395000', '125525.398000', '125525.401000', '125525.404000', '125525.407000', '125525.410000', '125525.413000', '125525.416000', '125525.419000', '125525.422000', '125525.425000', '125525.428000', '125545.310000', '125545.313000', '125545.315000', '125545.319000', '125545.321000', '125545.324000', '125545.327000', '125545.330000', '125545.333000', '125545.335000', '125545.344000', '125545.347000', '125545.350000', '125545.353000', '125545.356000', '125545.359000', '125545.362000', '125545.365000', '125545.368000', '125545.371000', '125545.374000', '125545.377000', '125545.379000', '125545.382000', '125545.385000', '125545.388000', '125545.391000', '125545.394000', '125545.398000', '125545.401000', '125545.403000', '125545.406000', '125545.409000', '125545.412000', '125545.415000', '125545.417000', '125545.420000', '125545.423000', '125545.426000', '125545.429000', '125545.432000', '125545.435000', '125545.438000', '125605.310000', '125605.313000', '125605.316000', '125605.318000', '125605.321000', '125605.324000', '125605.327000', '125605.330000', '125605.333000', '125605.336000', '125605.338000', '125605.341000', '125605.354000', '125605.357000', '125605.364000', '125605.367000', '125605.370000', '125605.373000', '125605.375000', '125605.378000', '125605.381000', '125605.384000', '125605.387000', '125605.390000', '125605.393000', '125605.395000', '125605.398000', '125605.401000', '125605.404000', '125605.407000', '125605.410000', '125605.412000', '125605.415000', '125605.418000', '125605.421000', '125605.424000', '125605.427000', '125605.429000', '125605.432000', '125605.435000', '125605.438000', '125605.441000', '125605.444000', '125605.446000', '125625.311000', '125625.314000', '125625.317000', '125625.319000', '125625.323000', '125625.326000', '125625.329000', '125625.332000', '125625.335000', '125625.338000', '125625.341000', '125625.344000', '125625.347000', '125625.349000', '125625.352000', '125625.355000', '125625.358000', '125625.361000', '125625.364000', '125625.366000', '125625.369000', '125625.372000', '125625.375000', '125625.378000', '125625.381000', '125625.384000', '125625.387000', '125625.389000', '125625.392000', '125625.395000', '125625.398000', '125625.401000', '125625.404000', '125625.406000', '125625.409000', '125625.414000', '125625.418000', '125625.421000', '125625.424000', '125625.427000', '125625.430000', '125625.433000', '125625.436000', '125645.310000', '125645.313000', '125645.316000', '125645.319000', '125645.321000', '125645.324000', '125645.327000', '125645.330000', '125645.333000', '125645.336000', '125645.338000', '125645.341000', '125645.344000', '125645.347000', '125645.350000', '125645.353000', '125645.355000', '125645.358000', '125645.361000', '125645.364000', '125645.367000', '125645.370000', '125645.372000', '125645.375000', '125645.378000', '125645.381000', '125645.384000', '125645.387000', '125645.389000', '125645.392000', '125645.395000', '125645.398000', '125645.401000', '125645.403000', '125645.406000', '125645.409000', '125645.412000', '125645.415000', '125645.418000', '125645.421000', '125645.423000', '125645.426000', '125645.429000', '125645.432000', '125705.310000', '125705.313000', '125705.316000', '125705.319000', '125705.322000', '125705.324000', '125705.327000', '125705.330000', '125705.333000', '125705.336000', '125705.339000', '125705.341000', '125705.344000', '125705.347000', '125705.350000', '125705.353000', '125705.356000', '125705.359000', '125705.361000', '125705.364000', '125705.367000', '125705.370000', '125705.372000', '125705.375000', '125705.378000', '125705.381000', '125705.384000', '125705.387000', '125705.390000', '125705.393000', '125705.395000', '125705.398000', '125705.401000', '125705.404000', '125705.407000', '125705.409000', '125705.413000', '125705.417000', '125705.420000', '125705.423000', '125705.426000', '125705.429000', '125705.432000', '125725.310000', '125725.313000', '125725.316000', '125725.319000', '125725.321000', '125725.324000', '125725.327000', '125725.330000', '125725.333000', '125725.335000', '125725.338000', '125725.341000', '125725.344000', '125725.347000', '125725.350000', '125725.352000', '125725.355000', '125725.358000', '125725.361000', '125725.364000', '125725.367000', '125725.369000', '125725.372000', '125725.375000', '125725.378000', '125725.381000', '125725.384000', '125725.386000', '125725.389000', '125725.392000', '125725.395000', '125725.398000', '125725.400000', '125725.403000', '125725.406000', '125725.409000', '125725.412000', '125725.415000', '125725.418000', '125725.420000', '125725.423000', '125725.426000', '125725.429000', '125725.432000', '125745.310000', '125745.313000', '125745.316000', '125745.318000', '125745.321000', '125745.324000', '125745.327000', '125745.330000', '125745.340000', '125745.343000', '125745.346000', '125745.349000', '125745.352000', '125745.355000', '125745.358000', '125745.362000', '125745.365000', '125745.368000', '125745.371000', '125745.374000', '125745.377000', '125745.379000', '125745.382000', '125745.385000', '125745.388000', '125745.391000', '125745.393000', '125745.396000', '125745.399000', '125745.402000', '125745.405000', '125745.408000', '125745.410000', '125745.413000', '125745.416000', '125745.419000', '125745.423000', '125745.425000', '125745.429000', '125745.432000', '125745.435000', '125745.437000', '125745.440000', '125805.310000', '125805.313000', '125805.316000', '125805.319000', '125805.322000', '125805.325000', '125805.328000', '125805.330000', '125805.333000', '125805.336000', '125805.339000', '125805.342000', '125805.345000', '125805.348000', '125805.350000', '125805.353000', '125805.356000', '125805.359000', '125805.362000', '125805.365000', '125805.367000', '125805.370000', '125805.373000', '125805.376000', '125805.379000', '125805.382000', '125805.384000', '125805.387000', '125805.390000', '125805.393000', '125805.396000', '125805.399000', '125805.401000', '125805.404000', '125805.407000', '125805.410000', '125805.413000', '125805.416000', '125805.419000', '125805.421000', '125805.424000', '125805.427000', '125805.430000', '125805.433000', '125825.310000', '125825.313000', '125825.316000', '125825.319000', '125825.321000', '125825.324000', '125825.327000', '125825.330000', '125825.333000', '125825.336000', '125825.338000', '125825.341000', '125825.344000', '125825.347000', '125825.350000', '125825.353000', '125825.355000', '125825.358000', '125825.361000', '125825.364000', '125825.367000', '125825.370000', '125825.372000', '125825.375000', '125825.378000', '125825.381000', '125825.384000', '125825.387000', '125825.389000', '125825.392000', '125825.395000', '125825.398000', '125825.401000', '125825.404000', '125825.406000', '125825.409000', '125825.412000', '125825.415000', '125825.418000', '125825.421000', '125825.424000', '125825.426000', '125825.429000', '125845.311000', '125845.314000', '125845.317000', '125845.319000', '125845.322000', '125845.325000', '125845.328000', '125845.331000', '125845.334000', '125845.337000', '125845.339000', '125845.342000', '125845.345000', '125845.348000', '125845.351000', '125845.354000', '125845.357000', '125845.359000', '125845.362000', '125845.365000', '125845.368000', '125845.371000', '125845.374000', '125845.376000', '125845.379000', '125845.382000', '125845.385000', '125845.388000', '125845.391000', '125845.394000', '125845.396000', '125845.399000', '125845.402000', '125845.405000', '125845.408000', '125845.411000', '125845.414000', '125845.416000', '125845.419000', '125845.422000', '125845.425000', '125845.428000', '125845.431000', '125845.433000', '125905.310000', '125905.313000', '125905.316000', '125905.319000', '125905.322000', '125905.325000', '125905.328000', '125905.330000', '125905.333000', '125905.336000', '125905.339000', '125905.342000', '125905.345000', '125905.347000', '125905.350000', '125905.353000', '125905.356000', '125905.359000', '125905.362000', '125905.365000', '125905.367000', '125905.375000', '125905.378000', '125905.381000', '125905.384000', '125905.387000', '125905.390000', '125905.392000', '125905.395000', '125905.399000', '125905.403000', '125905.405000', '125905.408000', '125905.411000', '125905.414000', '125905.417000', '125905.420000', '125905.423000', '125905.426000', '125905.428000', '125905.431000', '125905.434000', '125905.437000', '125925.310000', '125925.313000', '125925.315000', '125925.326000', '125925.329000', '125925.332000', '125925.335000', '125925.338000', '125925.341000', '125925.343000', '125925.346000', '125925.349000', '125925.352000', '125925.355000', '125925.358000', '125925.361000', '125925.364000', '125925.367000', '125925.370000', '125925.373000', '125925.376000', '125925.378000', '125925.381000', '125925.384000', '125925.387000', '125925.390000', '125925.392000', '125925.395000', '125925.398000', '125925.401000', '125925.404000', '125925.406000', '125925.409000', '125925.412000', '125925.415000', '125925.418000', '125925.420000', '125925.423000', '125925.426000', '125925.429000', '125925.432000', '125925.434000', '125925.437000', '125925.440000', '125945.310000', '125945.313000', '125945.316000', '125945.319000', '125945.322000', '125945.325000', '125945.327000', '125945.330000', '125945.333000', '125945.336000', '125945.339000', '125945.342000', '125945.344000', '125945.347000', '125945.350000', '125945.353000', '125945.356000', '125945.359000', '125945.361000', '125945.364000', '125945.367000', '125945.370000', '125945.373000', '125945.376000', '125945.379000', '125945.381000', '125945.384000', '125945.387000', '125945.390000', '125945.393000', '125945.396000', '125945.399000', '125945.401000', '125945.404000', '125945.407000', '125945.410000', '125945.413000', '125945.416000', '125945.419000', '125945.421000', '125945.424000', '125945.427000', '125945.430000', '130005.310000', '130005.313000', '130005.316000', '130005.319000', '130005.322000', '130005.325000', '130005.328000', '130005.330000', '130005.333000', '130005.336000', '130005.339000', '130005.342000', '130005.345000', '130005.347000', '130005.350000', '130005.353000', '130005.356000', '130005.359000', '130005.362000', '130005.364000', '130005.367000', '130005.370000', '130005.373000', '130005.376000', '130005.379000', '130005.381000', '130005.384000', '130005.387000', '130005.390000', '130005.393000', '130005.396000', '130005.399000', '130005.401000', '130005.404000', '130005.407000', '130005.410000', '130005.413000', '130005.416000', '130005.419000', '130005.421000', '130005.424000', '130005.427000', '130005.430000', '130005.433000', '130025.310000', '130025.313000', '130025.316000', '130025.318000', '130025.322000', '130025.324000', '130025.327000', '130025.330000', '130025.333000', '130025.336000', '130025.339000', '130025.342000', '130025.344000', '130025.347000', '130025.350000', '130025.353000', '130025.356000', '130025.359000', '130025.361000', '130025.364000', '130025.367000', '130025.370000', '130025.373000', '130025.376000', '130025.378000', '130025.381000', '130025.384000', '130025.387000', '130025.390000', '130025.393000', '130025.395000', '130025.398000', '130025.401000', '130025.404000', '130025.407000', '130025.410000', '130025.413000', '130025.416000', '130025.418000', '130025.421000', '130025.424000', '130025.427000', '130025.430000', '130045.310000', '130045.313000', '130045.316000', '130045.319000', '130045.321000', '130045.324000', '130045.327000', '130045.330000', '130045.333000', '130045.336000', '130045.339000', '130045.342000', '130045.344000', '130045.347000', '130045.360000', '130045.363000', '130045.366000', '130045.369000', '130045.371000', '130045.374000', '130045.377000', '130045.380000', '130045.383000', '130045.386000', '130045.388000', '130045.391000', '130045.394000', '130045.397000', '130045.400000', '130045.403000', '130045.406000', '130045.415000', '130045.418000', '130045.421000', '130045.424000', '130045.427000', '130045.430000', '130045.433000', '130045.435000', '130045.438000', '130045.441000', '130045.444000', '130045.447000', '130045.450000', '130105.311000', '130105.314000', '130105.317000', '130105.320000', '130105.323000', '130105.326000', '130105.329000', '130105.337000', '130105.340000', '130105.343000', '130105.345000', '130105.348000', '130105.351000', '130105.354000', '130105.357000', '130105.360000', '130105.363000', '130105.366000', '130105.368000', '130105.371000', '130105.374000', '130105.377000', '130105.380000', '130105.383000', '130105.386000', '130105.388000', '130105.391000', '130105.394000', '130105.397000', '130105.400000', '130105.403000', '130105.406000', '130105.412000', '130105.415000', '130105.418000', '130105.421000', '130105.423000', '130105.426000', '130105.429000', '130105.432000', '130105.435000', '130105.438000', '130105.441000', '130125.310000', '130125.313000', '130125.316000', '130125.318000', '130125.321000', '130125.324000', '130125.327000', '130125.330000', '130125.333000', '130125.336000', '130125.339000', '130125.341000', '130125.344000', '130125.347000', '130125.350000', '130125.353000', '130125.356000', '130125.359000', '130125.361000', '130125.364000', '130125.367000', '130125.370000', '130125.373000', '130125.375000', '130125.378000', '130125.381000', '130125.384000', '130125.387000', '130125.390000', '130125.393000', '130125.396000', '130125.398000', '130125.401000', '130125.404000', '130125.407000', '130125.410000', '130125.413000', '130125.415000', '130125.418000', '130125.421000', '130125.424000', '130125.427000', '130125.430000', '130125.432000', '130145.310000', '130145.313000', '130145.316000', '130145.319000', '130145.322000', '130145.324000', '130145.327000', '130145.330000', '130145.333000', '130145.336000', '130145.339000', '130145.342000', '130145.344000', '130145.347000', '130145.350000', '130145.353000', '130145.356000', '130145.358000', '130145.361000', '130145.364000', '130145.367000', '130145.370000', '130145.373000', '130145.376000', '130145.378000', '130145.381000', '130145.384000', '130145.387000', '130145.390000', '130145.393000', '130145.396000', '130145.398000', '130145.401000', '130145.404000', '130145.407000', '130145.410000', '130145.413000', '130145.415000', '130145.418000', '130145.421000', '130145.424000', '130145.427000', '130145.430000', '130153.419000', '130153.423000', '130153.426000', '130153.430000', '130153.433000', '130153.436000', '130153.439000', '130153.442000', '130153.445000', '130153.448000', '130153.451000', '130153.454000', '130153.457000', '130153.460000', '130153.463000', '130153.466000', '130153.469000', '130153.472000'], 'InstanceCreationTime': ['125525.334000', '125525.337000', '125525.346000', '125525.349000', '125525.352000', '125525.355000', '125525.365000', '125525.368000', '125525.371000', '125525.373000', '125525.377000', '125525.380000', '125525.383000', '125525.386000', '125525.389000', '125525.392000', '125525.395000', '125525.398000', '125525.401000', '125525.404000', '125525.407000', '125525.410000', '125525.413000', '125525.416000', '125525.419000', '125525.422000', '125525.425000', '125525.428000', '125545.310000', '125545.313000', '125545.315000', '125545.319000', '125545.321000', '125545.324000', '125545.327000', '125545.330000', '125545.333000', '125545.335000', '125545.344000', '125545.347000', '125545.350000', '125545.353000', '125545.356000', '125545.359000', '125545.362000', '125545.365000', '125545.368000', '125545.371000', '125545.374000', '125545.377000', '125545.379000', '125545.382000', '125545.385000', '125545.388000', '125545.391000', '125545.394000', '125545.398000', '125545.401000', '125545.403000', '125545.406000', '125545.409000', '125545.412000', '125545.415000', '125545.417000', '125545.420000', '125545.423000', '125545.426000', '125545.429000', '125545.432000', '125545.435000', '125545.438000', '125605.310000', '125605.313000', '125605.316000', '125605.318000', '125605.321000', '125605.324000', '125605.327000', '125605.330000', '125605.333000', '125605.336000', '125605.338000', '125605.341000', '125605.354000', '125605.357000', '125605.364000', '125605.367000', '125605.370000', '125605.373000', '125605.375000', '125605.378000', '125605.381000', '125605.384000', '125605.387000', '125605.390000', '125605.393000', '125605.395000', '125605.398000', '125605.401000', '125605.404000', '125605.407000', '125605.410000', '125605.412000', '125605.415000', '125605.418000', '125605.421000', '125605.424000', '125605.427000', '125605.429000', '125605.432000', '125605.435000', '125605.438000', '125605.441000', '125605.444000', '125605.446000', '125625.311000', '125625.314000', '125625.317000', '125625.319000', '125625.323000', '125625.326000', '125625.329000', '125625.332000', '125625.335000', '125625.338000', '125625.341000', '125625.344000', '125625.347000', '125625.349000', '125625.352000', '125625.355000', '125625.358000', '125625.361000', '125625.364000', '125625.366000', '125625.369000', '125625.372000', '125625.375000', '125625.378000', '125625.381000', '125625.384000', '125625.387000', '125625.389000', '125625.392000', '125625.395000', '125625.398000', '125625.401000', '125625.404000', '125625.406000', '125625.409000', '125625.414000', '125625.418000', '125625.421000', '125625.424000', '125625.427000', '125625.430000', '125625.433000', '125625.436000', '125645.310000', '125645.313000', '125645.316000', '125645.319000', '125645.321000', '125645.324000', '125645.327000', '125645.330000', '125645.333000', '125645.336000', '125645.338000', '125645.341000', '125645.344000', '125645.347000', '125645.350000', '125645.353000', '125645.355000', '125645.358000', '125645.361000', '125645.364000', '125645.367000', '125645.370000', '125645.372000', '125645.375000', '125645.378000', '125645.381000', '125645.384000', '125645.387000', '125645.389000', '125645.392000', '125645.395000', '125645.398000', '125645.401000', '125645.403000', '125645.406000', '125645.409000', '125645.412000', '125645.415000', '125645.418000', '125645.421000', '125645.423000', '125645.426000', '125645.429000', '125645.432000', '125705.310000', '125705.313000', '125705.316000', '125705.319000', '125705.322000', '125705.324000', '125705.327000', '125705.330000', '125705.333000', '125705.336000', '125705.339000', '125705.341000', '125705.344000', '125705.347000', '125705.350000', '125705.353000', '125705.356000', '125705.359000', '125705.361000', '125705.364000', '125705.367000', '125705.370000', '125705.372000', '125705.375000', '125705.378000', '125705.381000', '125705.384000', '125705.387000', '125705.390000', '125705.393000', '125705.395000', '125705.398000', '125705.401000', '125705.404000', '125705.407000', '125705.409000', '125705.413000', '125705.417000', '125705.420000', '125705.423000', '125705.426000', '125705.429000', '125705.432000', '125725.310000', '125725.313000', '125725.316000', '125725.319000', '125725.321000', '125725.324000', '125725.327000', '125725.330000', '125725.333000', '125725.335000', '125725.338000', '125725.341000', '125725.344000', '125725.347000', '125725.350000', '125725.352000', '125725.355000', '125725.358000', '125725.361000', '125725.364000', '125725.367000', '125725.369000', '125725.372000', '125725.375000', '125725.378000', '125725.381000', '125725.384000', '125725.386000', '125725.389000', '125725.392000', '125725.395000', '125725.398000', '125725.400000', '125725.403000', '125725.406000', '125725.409000', '125725.412000', '125725.415000', '125725.418000', '125725.420000', '125725.423000', '125725.426000', '125725.429000', '125725.432000', '125745.310000', '125745.313000', '125745.316000', '125745.318000', '125745.321000', '125745.324000', '125745.327000', '125745.330000', '125745.340000', '125745.343000', '125745.346000', '125745.349000', '125745.352000', '125745.355000', '125745.358000', '125745.362000', '125745.365000', '125745.368000', '125745.371000', '125745.374000', '125745.377000', '125745.379000', '125745.382000', '125745.385000', '125745.388000', '125745.391000', '125745.393000', '125745.396000', '125745.399000', '125745.402000', '125745.405000', '125745.408000', '125745.410000', '125745.413000', '125745.416000', '125745.419000', '125745.423000', '125745.425000', '125745.429000', '125745.432000', '125745.435000', '125745.437000', '125745.440000', '125805.310000', '125805.313000', '125805.316000', '125805.319000', '125805.322000', '125805.325000', '125805.328000', '125805.330000', '125805.333000', '125805.336000', '125805.339000', '125805.342000', '125805.345000', '125805.348000', '125805.350000', '125805.353000', '125805.356000', '125805.359000', '125805.362000', '125805.365000', '125805.367000', '125805.370000', '125805.373000', '125805.376000', '125805.379000', '125805.382000', '125805.384000', '125805.387000', '125805.390000', '125805.393000', '125805.396000', '125805.399000', '125805.401000', '125805.404000', '125805.407000', '125805.410000', '125805.413000', '125805.416000', '125805.419000', '125805.421000', '125805.424000', '125805.427000', '125805.430000', '125805.433000', '125825.310000', '125825.313000', '125825.316000', '125825.319000', '125825.321000', '125825.324000', '125825.327000', '125825.330000', '125825.333000', '125825.336000', '125825.338000', '125825.341000', '125825.344000', '125825.347000', '125825.350000', '125825.353000', '125825.355000', '125825.358000', '125825.361000', '125825.364000', '125825.367000', '125825.370000', '125825.372000', '125825.375000', '125825.378000', '125825.381000', '125825.384000', '125825.387000', '125825.389000', '125825.392000', '125825.395000', '125825.398000', '125825.401000', '125825.404000', '125825.406000', '125825.409000', '125825.412000', '125825.415000', '125825.418000', '125825.421000', '125825.424000', '125825.426000', '125825.429000', '125845.311000', '125845.314000', '125845.317000', '125845.319000', '125845.322000', '125845.325000', '125845.328000', '125845.331000', '125845.334000', '125845.337000', '125845.339000', '125845.342000', '125845.345000', '125845.348000', '125845.351000', '125845.354000', '125845.357000', '125845.359000', '125845.362000', '125845.365000', '125845.368000', '125845.371000', '125845.374000', '125845.376000', '125845.379000', '125845.382000', '125845.385000', '125845.388000', '125845.391000', '125845.394000', '125845.396000', '125845.399000', '125845.402000', '125845.405000', '125845.408000', '125845.411000', '125845.414000', '125845.416000', '125845.419000', '125845.422000', '125845.425000', '125845.428000', '125845.431000', '125845.433000', '125905.310000', '125905.313000', '125905.316000', '125905.319000', '125905.322000', '125905.325000', '125905.328000', '125905.330000', '125905.333000', '125905.336000', '125905.339000', '125905.342000', '125905.345000', '125905.347000', '125905.350000', '125905.353000', '125905.356000', '125905.359000', '125905.362000', '125905.365000', '125905.367000', '125905.375000', '125905.378000', '125905.381000', '125905.384000', '125905.387000', '125905.390000', '125905.392000', '125905.395000', '125905.399000', '125905.403000', '125905.405000', '125905.408000', '125905.411000', '125905.414000', '125905.417000', '125905.420000', '125905.423000', '125905.426000', '125905.428000', '125905.431000', '125905.434000', '125905.437000', '125925.310000', '125925.313000', '125925.315000', '125925.326000', '125925.329000', '125925.332000', '125925.335000', '125925.338000', '125925.341000', '125925.343000', '125925.346000', '125925.349000', '125925.352000', '125925.355000', '125925.358000', '125925.361000', '125925.364000', '125925.367000', '125925.370000', '125925.373000', '125925.376000', '125925.378000', '125925.381000', '125925.384000', '125925.387000', '125925.390000', '125925.392000', '125925.395000', '125925.398000', '125925.401000', '125925.404000', '125925.406000', '125925.409000', '125925.412000', '125925.415000', '125925.418000', '125925.420000', '125925.423000', '125925.426000', '125925.429000', '125925.432000', '125925.434000', '125925.437000', '125925.440000', '125945.310000', '125945.313000', '125945.316000', '125945.319000', '125945.322000', '125945.325000', '125945.327000', '125945.330000', '125945.333000', '125945.336000', '125945.339000', '125945.342000', '125945.344000', '125945.347000', '125945.350000', '125945.353000', '125945.356000', '125945.359000', '125945.361000', '125945.364000', '125945.367000', '125945.370000', '125945.373000', '125945.376000', '125945.379000', '125945.381000', '125945.384000', '125945.387000', '125945.390000', '125945.393000', '125945.396000', '125945.399000', '125945.401000', '125945.404000', '125945.407000', '125945.410000', '125945.413000', '125945.416000', '125945.419000', '125945.421000', '125945.424000', '125945.427000', '125945.430000', '130005.310000', '130005.313000', '130005.316000', '130005.319000', '130005.322000', '130005.325000', '130005.328000', '130005.330000', '130005.333000', '130005.336000', '130005.339000', '130005.342000', '130005.345000', '130005.347000', '130005.350000', '130005.353000', '130005.356000', '130005.359000', '130005.362000', '130005.364000', '130005.367000', '130005.370000', '130005.373000', '130005.376000', '130005.379000', '130005.381000', '130005.384000', '130005.387000', '130005.390000', '130005.393000', '130005.396000', '130005.399000', '130005.401000', '130005.404000', '130005.407000', '130005.410000', '130005.413000', '130005.416000', '130005.419000', '130005.421000', '130005.424000', '130005.427000', '130005.430000', '130005.433000', '130025.310000', '130025.313000', '130025.316000', '130025.318000', '130025.322000', '130025.324000', '130025.327000', '130025.330000', '130025.333000', '130025.336000', '130025.339000', '130025.342000', '130025.344000', '130025.347000', '130025.350000', '130025.353000', '130025.356000', '130025.359000', '130025.361000', '130025.364000', '130025.367000', '130025.370000', '130025.373000', '130025.376000', '130025.378000', '130025.381000', '130025.384000', '130025.387000', '130025.390000', '130025.393000', '130025.395000', '130025.398000', '130025.401000', '130025.404000', '130025.407000', '130025.410000', '130025.413000', '130025.416000', '130025.418000', '130025.421000', '130025.424000', '130025.427000', '130025.430000', '130045.310000', '130045.313000', '130045.316000', '130045.319000', '130045.321000', '130045.324000', '130045.327000', '130045.330000', '130045.333000', '130045.336000', '130045.339000', '130045.342000', '130045.344000', '130045.347000', '130045.360000', '130045.363000', '130045.366000', '130045.369000', '130045.371000', '130045.374000', '130045.377000', '130045.380000', '130045.383000', '130045.386000', '130045.388000', '130045.391000', '130045.394000', '130045.397000', '130045.400000', '130045.403000', '130045.406000', '130045.415000', '130045.418000', '130045.421000', '130045.424000', '130045.427000', '130045.430000', '130045.433000', '130045.435000', '130045.438000', '130045.441000', '130045.444000', '130045.447000', '130045.450000', '130105.311000', '130105.314000', '130105.317000', '130105.320000', '130105.323000', '130105.326000', '130105.329000', '130105.337000', '130105.340000', '130105.343000', '130105.345000', '130105.348000', '130105.351000', '130105.354000', '130105.357000', '130105.360000', '130105.363000', '130105.366000', '130105.368000', '130105.371000', '130105.374000', '130105.377000', '130105.380000', '130105.383000', '130105.386000', '130105.388000', '130105.391000', '130105.394000', '130105.397000', '130105.400000', '130105.403000', '130105.406000', '130105.412000', '130105.415000', '130105.418000', '130105.421000', '130105.423000', '130105.426000', '130105.429000', '130105.432000', '130105.435000', '130105.438000', '130105.441000', '130125.310000', '130125.313000', '130125.316000', '130125.318000', '130125.321000', '130125.324000', '130125.327000', '130125.330000', '130125.333000', '130125.336000', '130125.339000', '130125.341000', '130125.344000', '130125.347000', '130125.350000', '130125.353000', '130125.356000', '130125.359000', '130125.361000', '130125.364000', '130125.367000', '130125.370000', '130125.373000', '130125.375000', '130125.378000', '130125.381000', '130125.384000', '130125.387000', '130125.390000', '130125.393000', '130125.396000', '130125.398000', '130125.401000', '130125.404000', '130125.407000', '130125.410000', '130125.413000', '130125.415000', '130125.418000', '130125.421000', '130125.424000', '130125.427000', '130125.430000', '130125.432000', '130145.310000', '130145.313000', '130145.316000', '130145.319000', '130145.322000', '130145.324000', '130145.327000', '130145.330000', '130145.333000', '130145.336000', '130145.339000', '130145.342000', '130145.344000', '130145.347000', '130145.350000', '130145.353000', '130145.356000', '130145.358000', '130145.361000', '130145.364000', '130145.367000', '130145.370000', '130145.373000', '130145.376000', '130145.378000', '130145.381000', '130145.384000', '130145.387000', '130145.390000', '130145.393000', '130145.396000', '130145.398000', '130145.401000', '130145.404000', '130145.407000', '130145.410000', '130145.413000', '130145.415000', '130145.418000', '130145.421000', '130145.424000', '130145.427000', '130145.430000', '130153.419000', '130153.423000', '130153.426000', '130153.430000', '130153.433000', '130153.436000', '130153.439000', '130153.442000', '130153.445000', '130153.448000', '130153.451000', '130153.454000', '130153.457000', '130153.460000', '130153.463000', '130153.466000', '130153.469000', '130153.472000'], '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': [13962, 9780, 11901, 8796, 12592, 8326, 10045, 7762, 9658, 8169, 9875, 8552, 9564, 8974, 9652, 7987, 9641, 9601, 13346, 10219, 9699, 10076, 9762, 8197, 13419, 9870, 17244, 9733, 9967, 9265, 9835, 9905, 16933, 10861, 17772, 8993, 8631, 9007, 9324, 13141, 8196, 13960, 8544, 12394, 10065, 17545, 11513, 19171, 13882, 17094, 13630, 15479, 10758, 12945, 8902, 8252, 9867, 8253, 8485, 8982, 10449, 10102, 12861, 9680, 18038, 9433, 17801, 13625, 18245, 9264, 13922, 8674, 10865, 8483, 11226, 8988, 12097, 9043, 10526, 9019, 9179, 9075, 8958, 8864, 8905, 8840, 8811, 9305, 8697, 12883, 10016, 14445, 8852, 11223, 9118, 11506, 8825, 11238, 9400, 11031, 9455, 16515, 9113, 10039, 9078, 9851, 10352, 15598, 10867, 19528, 9341, 11813, 9108, 9561, 9554, 14464, 12518, 10495, 9692, 8311, 10420, 13250, 17557, 9770, 12989, 9474, 8527, 9210, 8933, 8573, 9296, 8734, 11519, 9673, 12892, 11547, 9523, 10022, 9124, 9659, 9512, 11154, 9211, 9674, 16984, 9271, 14782, 9242, 12275, 9263, 8473, 9132, 8254, 9372, 8747, 9441, 9735, 9968, 8937, 9523, 8537, 9575, 9142, 10492, 7956, 9675, 7980, 8795, 8555, 8888, 8298, 9625, 7776, 9562, 8110, 9738, 9105, 13505, 8289, 13826, 9381, 10963, 7933, 9518, 19337, 14297, 20146, 10532, 16547, 9463, 13530, 8908, 10714, 7939, 9482, 8086, 8960, 8247, 8875, 8341, 9107, 8532, 8993, 9958, 9252, 10965, 9447, 13478, 8831, 12379, 8828, 11662, 9523, 14807, 9247, 10120, 9192, 9402, 7852, 9502, 8431, 9251, 8140, 8762, 8608, 8567, 11430, 8500, 11289, 8732, 9974, 8455, 9216, 8391, 9672, 8739, 9343, 8787, 9827, 8507, 11835, 10172, 13094, 8610, 11356, 8546, 9701, 8891, 10247, 9724, 11712, 9207, 9521, 8135, 9673, 9217, 14634, 8322, 11490, 9114, 9579, 9265, 10747, 9005, 15229, 8753, 9531, 11662, 9062, 13723, 8925, 8053, 9082, 8486, 8944, 8722, 9211, 7981, 9116, 12778, 8860, 15550, 8881, 13300, 10582, 18264, 10483, 14124, 9343, 9462, 9918, 14755, 9748, 15540, 9534, 9570, 10681, 9384, 18476, 10348, 17695, 8503, 13805, 10577, 7860, 9417, 8577, 15138, 10395, 19030, 11067, 15274, 10095, 11655, 9287, 16162, 8762, 9453, 7926, 9183, 10260, 9005, 14800, 8805, 13627, 9087, 10596, 8622, 9804, 8639, 10249, 8504, 9340, 9964, 9443, 8065, 9208, 11104, 9143, 13857, 9033, 10799, 8647, 9638, 9026, 9634, 7956, 9148, 7944, 9025, 9472, 8981, 8131, 8878, 9420, 9214, 11606, 8844, 12027, 10122, 11760, 8760, 11360, 9306, 10546, 9535, 10795, 9458, 9630, 8951, 9945, 9268, 10882, 9652, 9775, 8398, 9655, 8618, 9624, 13728, 9112, 15532, 8749, 11723, 9513, 10221, 8575, 9308, 7659, 9039, 8367, 9300, 8038, 9397, 8243, 8724, 10091, 8734, 10828, 8752, 13274, 8772, 11822, 8946, 11220, 9515, 13716, 8137, 9197, 13133, 8876, 18138, 10225, 15831, 8834, 13673, 8268, 11656, 8120, 10374, 8509, 11530, 9837, 9419, 8071, 9287, 10534, 9470, 15032, 9579, 15987, 8851, 15352, 8881, 15743, 12175, 16503, 8460, 12868, 8418, 11847, 9483, 13518, 8603, 11930, 8257, 11895, 9528, 11775, 8599, 9455, 7998, 8870, 15121, 8498, 13859, 8943, 11928, 8333, 10074, 10022, 9357, 7905, 9548, 8000, 9249, 8087, 8981, 10575, 8845, 13243, 8725, 11484, 8879, 10387, 8243, 9580, 16713, 8765, 17039, 8554, 12826, 8732, 9801, 8165, 9510, 7550, 9013, 7705, 9668, 9603, 10042, 8195, 9896, 7746, 9656, 10202, 11795, 13614, 9258, 18144, 8909, 14398, 10127, 16628, 10190, 9262, 16759, 9153, 14215, 9470, 11751, 9045, 8243, 8902, 8360, 8933, 11950, 8940, 13088, 9078, 12061, 8703, 11599, 10406, 13962, 8600, 11127, 9531, 8202, 9423, 8955, 11180, 9394, 8289, 9509, 8400, 9580, 9333, 9634, 14529, 16081, 8784, 9377, 7989, 9520, 8616, 9584, 8858, 9676, 8276, 9431, 8129, 9711, 8867, 11195, 8509, 9601, 8672, 9519, 9290, 11808, 9396, 9126, 10952, 8491, 8101, 9171, 8628, 9651, 10383, 10831, 14751, 10112, 17864, 13817, 18253, 12600, 16825, 16036, 10128, 19548, 12935, 15414, 9387, 9648, 9376, 9064, 12789, 9028, 10350, 8810, 10459, 8774, 9536, 9662, 9529, 9230, 9897, 8669, 9517, 8061, 9371, 7956, 9414, 8001, 9521, 8164, 9013, 12587, 8620, 12719, 8877, 11919, 9035, 9569, 8752, 9503, 8188, 9399, 9058, 9589, 9667, 9518, 8670, 9474, 9092, 11216, 8880, 9833, 8037, 9335, 8576, 9368, 8650, 8152, 14289, 8058, 8882, 8556, 7751, 8661, 8041, 9723, 7732, 10090, 8201, 12068, 8718, 16320, 12817, 17909, 12350, 14177, 9118, 14589, 17142, 13516, 20033, 10032, 15636, 8951, 14436, 8335, 11968, 8592, 10409, 8536, 9111, 8655, 9840, 8515, 9924, 9768, 9738, 7925, 9069, 13818, 8594, 13188, 9556, 11788, 7958, 9228, 11043, 8649, 11140, 8702, 10184, 8453, 9362, 8055, 9374, 8105, 9340, 8177, 9680, 8462, 9517, 8482, 9323, 8955, 13254, 9213, 8897, 15672, 8927, 18425, 14279, 18485, 9949, 14204, 8658, 14370, 11661, 18874, 9952, 15415, 8521, 13808, 11189, 15474, 9890, 12710, 8057, 9172, 18847, 8537, 15029, 10522, 11915, 9159, 9608, 9129, 9019, 8088, 9638, 8308, 11251, 8841, 12984, 10735, 13897, 8492, 11401, 9372, 8007, 9820, 8938, 14010, 9352, 19671, 10673, 15203, 11469, 12589, 9664, 14968, 9184, 9738, 8235, 9633, 8267, 9714, 8362, 9683, 8122, 9297, 8286, 9752, 8563, 10005, 9406, 9760, 9384, 10034, 9173, 16279, 9118, 10559, 9114, 8726, 9311, 12149, 9350, 17546, 9765, 14459, 12462, 17368, 10962, 13787, 9681, 9819, 9515, 15482, 9108, 14378, 9075, 10637, 8871, 9849, 17103, 9989, 19947, 9364, 15912, 8977, 13171, 9351, 9598, 8714, 9372, 7869, 9349, 8208, 8931, 9775, 8863, 11212, 8762, 10449, 8696, 9977, 8654, 9608, 9533, 9476, 8084, 9401, 9150, 9556, 9629, 9561, 7926, 9416, 8334, 9147, 8157, 8930, 9456, 8506, 11359, 8202, 11878, 8719, 11181, 8000, 10700, 8192, 10896, 8256, 11299, 8183, 11145, 8181, 10087, 8601, 10829, 9159, 11611, 9101, 9153, 7774, 9419, 8450, 9901, 7651, 9126, 7647, 9042, 7921], 'WindowCenter': [4500.0, 4454.0, 4462.0, 4429.0, 4458.0, 4417.0, 4426.0, 4406.0, 4423.0, 4416.0, 4425.0, 4417.0, 4424.0, 4428.0, 4427.0, 4417.0, 4425.0, 4427.0, 4456.0, 4437.0, 4425.0, 4429.0, 4436.0, 4419.0, 4459.0, 4439.0, 4478.0, 4426.0, 4425.0, 4427.0, 4426.0, 4437.0, 4478.0, 4438.0, 4476.0, 4428.0, 4417.0, 4427.0, 4428.0, 4459.0, 4420.0, 4468.0, 4429.0, 4459.0, 4440.0, 4487.0, 4449.0, 4488.0, 4459.0, 4478.0, 4457.0, 4466.0, 4448.0, 4458.0, 4426.0, 4417.0, 4437.0, 4428.0, 4416.0, 4427.0, 4435.0, 4426.0, 4445.0, 4424.0, 4465.0, 4413.0, 4463.0, 4442.0, 4462.0, 4411.0, 4440.0, 4401.0, 4419.0, 4400.0, 4420.0, 4402.0, 4430.0, 4411.0, 4420.0, 4412.0, 4412.0, 4413.0, 4412.0, 4414.0, 4414.0, 4415.0, 4415.0, 4428.0, 4430.0, 4460.0, 4441.0, 4467.0, 4427.0, 4447.0, 4427.0, 4446.0, 4427.0, 4437.0, 4416.0, 4434.0, 4424.0, 4464.0, 4414.0, 4423.0, 4414.0, 4410.0, 4423.0, 4453.0, 4424.0, 4475.0, 4415.0, 4434.0, 4414.0, 4414.0, 4424.0, 4456.0, 4444.0, 4423.0, 4411.0, 4401.0, 4421.0, 4442.0, 4462.0, 4413.0, 4443.0, 4438.0, 4417.0, 4426.0, 4416.0, 4414.0, 4427.0, 4425.0, 4446.0, 4438.0, 4458.0, 4447.0, 4428.0, 4425.0, 4416.0, 4414.0, 4414.0, 4423.0, 4402.0, 4410.0, 4451.0, 4413.0, 4441.0, 4400.0, 4419.0, 4399.0, 4390.0, 4399.0, 4402.0, 4411.0, 4401.0, 4422.0, 4425.0, 4425.0, 4417.0, 4424.0, 4417.0, 4426.0, 4428.0, 4438.0, 4406.0, 4426.0, 4406.0, 4417.0, 4417.0, 4426.0, 4418.0, 4429.0, 4418.0, 4427.0, 4419.0, 4427.0, 4428.0, 4458.0, 4419.0, 4458.0, 4427.0, 4438.0, 4406.0, 4427.0, 4488.0, 4458.0, 4486.0, 4436.0, 4465.0, 4414.0, 4443.0, 4413.0, 4423.0, 4404.0, 4424.0, 4403.0, 4413.0, 4404.0, 4413.0, 4415.0, 4416.0, 4415.0, 4417.0, 4426.0, 4425.0, 4436.0, 4426.0, 4457.0, 4426.0, 4445.0, 4416.0, 4446.0, 4426.0, 4455.0, 4426.0, 4424.0, 4415.0, 4414.0, 4404.0, 4425.0, 4403.0, 4414.0, 4403.0, 4415.0, 4414.0, 4415.0, 4434.0, 4415.0, 4435.0, 4418.0, 4435.0, 4417.0, 4425.0, 4429.0, 4437.0, 4429.0, 4428.0, 4428.0, 4438.0, 4427.0, 4448.0, 4439.0, 4457.0, 4416.0, 4436.0, 4417.0, 4425.0, 4426.0, 4436.0, 4426.0, 4445.0, 4427.0, 4425.0, 4417.0, 4426.0, 4427.0, 4466.0, 4417.0, 4446.0, 4427.0, 4426.0, 4427.0, 4437.0, 4415.0, 4466.0, 4415.0, 4425.0, 4434.0, 4414.0, 4455.0, 4414.0, 4405.0, 4415.0, 4427.0, 4426.0, 4426.0, 4438.0, 4419.0, 4440.0, 4470.0, 4429.0, 4480.0, 4429.0, 4458.0, 4438.0, 4489.0, 4437.0, 4456.0, 4426.0, 4425.0, 4435.0, 4466.0, 4425.0, 4466.0, 4425.0, 4426.0, 4434.0, 4424.0, 4476.0, 4436.0, 4475.0, 4426.0, 4468.0, 4437.0, 4415.0, 4425.0, 4417.0, 4466.0, 4435.0, 4475.0, 4435.0, 4454.0, 4423.0, 4432.0, 4411.0, 4451.0, 4401.0, 4410.0, 4389.0, 4410.0, 4409.0, 4399.0, 4440.0, 4399.0, 4440.0, 4400.0, 4419.0, 4400.0, 4409.0, 4401.0, 4411.0, 4401.0, 4410.0, 4422.0, 4422.0, 4403.0, 4413.0, 4433.0, 4411.0, 4451.0, 4412.0, 4422.0, 4402.0, 4412.0, 4412.0, 4413.0, 4403.0, 4412.0, 4401.0, 4412.0, 4411.0, 4412.0, 4403.0, 4413.0, 4412.0, 4423.0, 4432.0, 4414.0, 4443.0, 4424.0, 4433.0, 4413.0, 4432.0, 4412.0, 4423.0, 4414.0, 4423.0, 4413.0, 4413.0, 4413.0, 4423.0, 4424.0, 4433.0, 4424.0, 4423.0, 4413.0, 4424.0, 4413.0, 4425.0, 4446.0, 4414.0, 4453.0, 4413.0, 4432.0, 4413.0, 4422.0, 4402.0, 4413.0, 4403.0, 4413.0, 4413.0, 4425.0, 4404.0, 4426.0, 4416.0, 4429.0, 4437.0, 4429.0, 4449.0, 4428.0, 4459.0, 4428.0, 4447.0, 4428.0, 4449.0, 4427.0, 4457.0, 4417.0, 4426.0, 4455.0, 4417.0, 4476.0, 4425.0, 4465.0, 4415.0, 4454.0, 4415.0, 4445.0, 4416.0, 4436.0, 4417.0, 4446.0, 4437.0, 4426.0, 4408.0, 4427.0, 4437.0, 4428.0, 4467.0, 4425.0, 4466.0, 4415.0, 4465.0, 4415.0, 4466.0, 4447.0, 4467.0, 4416.0, 4444.0, 4417.0, 4444.0, 4428.0, 4456.0, 4418.0, 4447.0, 4417.0, 4445.0, 4425.0, 4447.0, 4414.0, 4424.0, 4403.0, 4414.0, 4454.0, 4414.0, 4443.0, 4414.0, 4433.0, 4404.0, 4421.0, 4424.0, 4424.0, 4404.0, 4425.0, 4405.0, 4426.0, 4406.0, 4429.0, 4436.0, 4426.0, 4456.0, 4418.0, 4436.0, 4415.0, 4437.0, 4404.0, 4426.0, 4467.0, 4404.0, 4463.0, 4403.0, 4432.0, 4401.0, 4425.0, 4402.0, 4411.0, 4394.0, 4413.0, 4404.0, 4425.0, 4427.0, 4436.0, 4416.0, 4437.0, 4406.0, 4426.0, 4437.0, 4449.0, 4456.0, 4427.0, 4476.0, 4414.0, 4455.0, 4423.0, 4465.0, 4422.0, 4412.0, 4462.0, 4413.0, 4443.0, 4423.0, 4432.0, 4413.0, 4403.0, 4412.0, 4402.0, 4414.0, 4433.0, 4414.0, 4444.0, 4414.0, 4433.0, 4415.0, 4434.0, 4436.0, 4454.0, 4416.0, 4434.0, 4426.0, 4415.0, 4425.0, 4426.0, 4435.0, 4425.0, 4417.0, 4426.0, 4415.0, 4415.0, 4414.0, 4413.0, 4453.0, 4454.0, 4403.0, 4400.0, 4391.0, 4411.0, 4402.0, 4410.0, 4400.0, 4411.0, 4400.0, 4400.0, 4391.0, 4411.0, 4402.0, 4423.0, 4402.0, 4412.0, 4403.0, 4413.0, 4425.0, 4445.0, 4427.0, 4441.0, 4449.0, 4428.0, 4418.0, 4440.0, 4431.0, 4440.0, 4439.0, 4450.0, 4470.0, 4439.0, 4477.0, 4457.0, 4476.0, 4443.0, 4465.0, 4453.0, 4410.0, 4462.0, 4429.0, 4440.0, 4399.0, 4398.0, 4397.0, 4397.0, 4417.0, 4397.0, 4406.0, 4398.0, 4406.0, 4399.0, 4408.0, 4408.0, 4408.0, 4399.0, 4410.0, 4401.0, 4412.0, 4402.0, 4411.0, 4401.0, 4412.0, 4402.0, 4423.0, 4403.0, 4414.0, 4443.0, 4413.0, 4443.0, 4413.0, 4434.0, 4413.0, 4412.0, 4402.0, 4412.0, 4404.0, 4414.0, 4413.0, 4424.0, 4424.0, 4424.0, 4416.0, 4424.0, 4427.0, 4435.0, 4427.0, 4426.0, 4417.0, 4427.0, 4430.0, 4439.0, 4431.0, 4430.0, 4480.0, 4430.0, 4438.0, 4429.0, 4419.0, 4430.0, 4430.0, 4452.0, 4422.0, 4451.0, 4431.0, 4459.0, 4430.0, 4479.0, 4459.0, 4479.0, 4447.0, 4457.0, 4415.0, 4456.0, 4464.0, 4445.0, 4475.0, 4413.0, 4451.0, 4400.0, 4439.0, 4400.0, 4420.0, 4401.0, 4420.0, 4413.0, 4412.0, 4414.0, 4424.0, 4415.0, 4426.0, 4425.0, 4424.0, 4405.0, 4415.0, 4456.0, 4416.0, 4445.0, 4427.0, 4445.0, 4404.0, 4425.0, 4433.0, 4415.0, 4433.0, 4416.0, 4425.0, 4415.0, 4423.0, 4415.0, 4426.0, 4419.0, 4441.0, 4431.0, 4440.0, 4433.0, 4451.0, 4443.0, 4454.0, 4446.0, 4475.0, 4441.0, 4442.0, 4482.0, 4430.0, 4492.0, 4471.0, 4490.0, 4439.0, 4468.0, 4430.0, 4467.0, 4449.0, 4489.0, 4438.0, 4468.0, 4416.0, 4457.0, 4447.0, 4468.0, 4425.0, 4446.0, 4402.0, 4424.0, 4477.0, 4417.0, 4454.0, 4425.0, 4433.0, 4424.0, 4423.0, 4413.0, 4400.0, 4403.0, 4437.0, 4417.0, 4447.0, 4438.0, 4459.0, 4449.0, 4455.0, 4427.0, 4432.0, 4424.0, 4415.0, 4435.0, 4426.0, 4457.0, 4427.0, 4488.0, 4437.0, 4453.0, 4423.0, 4430.0, 4400.0, 4438.0, 4398.0, 4399.0, 4388.0, 4409.0, 4389.0, 4411.0, 4401.0, 4409.0, 4401.0, 4410.0, 4402.0, 4423.0, 4412.0, 4423.0, 4424.0, 4422.0, 4426.0, 4450.0, 4438.0, 4477.0, 4416.0, 4426.0, 4415.0, 4415.0, 4426.0, 4446.0, 4426.0, 4475.0, 4424.0, 4455.0, 4437.0, 4463.0, 4423.0, 4442.0, 4412.0, 4410.0, 4410.0, 4452.0, 4401.0, 4441.0, 4400.0, 4410.0, 4400.0, 4410.0, 4449.0, 4411.0, 4459.0, 4397.0, 4438.0, 4387.0, 4427.0, 4399.0, 4398.0, 4387.0, 4397.0, 4389.0, 4400.0, 4390.0, 4411.0, 4411.0, 4411.0, 4422.0, 4404.0, 4424.0, 4402.0, 4413.0, 4415.0, 4413.0, 4414.0, 4425.0, 4406.0, 4415.0, 4415.0, 4425.0, 4425.0, 4425.0, 4418.0, 4427.0, 4417.0, 4427.0, 4416.0, 4428.0, 4429.0, 4418.0, 4438.0, 4418.0, 4446.0, 4418.0, 4437.0, 4419.0, 4435.0, 4419.0, 4437.0, 4418.0, 4446.0, 4419.0, 4448.0, 4430.0, 4437.0, 4428.0, 4448.0, 4429.0, 4448.0, 4428.0, 4427.0, 4417.0, 4429.0, 4417.0, 4439.0, 4418.0, 4437.0, 4420.0, 4428.0, 4429.0], 'WindowWidth': [9895.0, 9821.0, 9826.0, 9775.0, 9814.0, 9754.0, 9764.0, 9737.0, 9758.0, 9751.0, 9763.0, 9753.0, 9762.0, 9769.0, 9766.0, 9754.0, 9764.0, 9768.0, 9806.0, 9781.0, 9762.0, 9771.0, 9779.0, 9759.0, 9816.0, 9788.0, 9839.0, 9767.0, 9762.0, 9767.0, 9766.0, 9782.0, 9841.0, 9783.0, 9836.0, 9769.0, 9755.0, 9768.0, 9772.0, 9816.0, 9765.0, 9827.0, 9774.0, 9815.0, 9792.0, 9854.0, 9801.0, 9855.0, 9813.0, 9840.0, 9810.0, 9820.0, 9799.0, 9813.0, 9768.0, 9758.0, 9783.0, 9773.0, 9752.0, 9767.0, 9776.0, 9764.0, 9788.0, 9757.0, 9817.0, 9741.0, 9813.0, 9782.0, 9808.0, 9736.0, 9774.0, 9721.0, 9744.0, 9721.0, 9747.0, 9725.0, 9759.0, 9737.0, 9747.0, 9739.0, 9738.0, 9743.0, 9741.0, 9746.0, 9744.0, 9750.0, 9749.0, 9773.0, 9776.0, 9819.0, 9793.0, 9824.0, 9768.0, 9796.0, 9768.0, 9792.0, 9767.0, 9780.0, 9750.0, 9774.0, 9757.0, 9816.0, 9745.0, 9755.0, 9743.0, 9734.0, 9753.0, 9798.0, 9758.0, 9833.0, 9747.0, 9773.0, 9745.0, 9745.0, 9760.0, 9802.0, 9786.0, 9755.0, 9737.0, 9722.0, 9750.0, 9780.0, 9812.0, 9742.0, 9785.0, 9787.0, 9756.0, 9765.0, 9751.0, 9749.0, 9769.0, 9766.0, 9796.0, 9785.0, 9813.0, 9795.0, 9769.0, 9763.0, 9749.0, 9743.0, 9743.0, 9753.0, 9721.0, 9731.0, 9789.0, 9738.0, 9773.0, 9717.0, 9741.0, 9715.0, 9702.0, 9714.0, 9724.0, 9736.0, 9725.0, 9753.0, 9760.0, 9761.0, 9754.0, 9759.0, 9754.0, 9765.0, 9768.0, 9784.0, 9737.0, 9764.0, 9737.0, 9755.0, 9752.0, 9765.0, 9755.0, 9773.0, 9758.0, 9768.0, 9761.0, 9768.0, 9770.0, 9814.0, 9761.0, 9812.0, 9770.0, 9784.0, 9738.0, 9769.0, 9854.0, 9811.0, 9854.0, 9776.0, 9817.0, 9743.0, 9783.0, 9742.0, 9755.0, 9730.0, 9757.0, 9730.0, 9743.0, 9731.0, 9744.0, 9747.0, 9751.0, 9750.0, 9753.0, 9763.0, 9764.0, 9778.0, 9767.0, 9808.0, 9766.0, 9791.0, 9752.0, 9792.0, 9764.0, 9804.0, 9763.0, 9758.0, 9747.0, 9745.0, 9731.0, 9760.0, 9731.0, 9745.0, 9732.0, 9747.0, 9745.0, 9750.0, 9773.0, 9749.0, 9777.0, 9755.0, 9776.0, 9755.0, 9765.0, 9774.0, 9782.0, 9776.0, 9773.0, 9774.0, 9784.0, 9771.0, 9798.0, 9788.0, 9810.0, 9755.0, 9778.0, 9755.0, 9764.0, 9765.0, 9779.0, 9764.0, 9789.0, 9768.0, 9762.0, 9757.0, 9767.0, 9769.0, 9823.0, 9756.0, 9793.0, 9770.0, 9767.0, 9768.0, 9784.0, 9751.0, 9823.0, 9749.0, 9763.0, 9774.0, 9746.0, 9802.0, 9746.0, 9735.0, 9748.0, 9768.0, 9768.0, 9770.0, 9788.0, 9764.0, 9793.0, 9834.0, 9776.0, 9849.0, 9775.0, 9817.0, 9786.0, 9862.0, 9783.0, 9807.0, 9766.0, 9764.0, 9778.0, 9822.0, 9764.0, 9821.0, 9763.0, 9765.0, 9773.0, 9761.0, 9837.0, 9779.0, 9835.0, 9769.0, 9828.0, 9782.0, 9750.0, 9764.0, 9755.0, 9823.0, 9778.0, 9838.0, 9775.0, 9800.0, 9756.0, 9767.0, 9736.0, 9794.0, 9722.0, 9733.0, 9705.0, 9732.0, 9731.0, 9719.0, 9774.0, 9717.0, 9773.0, 9719.0, 9744.0, 9720.0, 9732.0, 9724.0, 9735.0, 9723.0, 9735.0, 9754.0, 9754.0, 9730.0, 9744.0, 9770.0, 9740.0, 9796.0, 9742.0, 9754.0, 9726.0, 9741.0, 9739.0, 9741.0, 9728.0, 9740.0, 9723.0, 9740.0, 9738.0, 9741.0, 9730.0, 9745.0, 9741.0, 9758.0, 9770.0, 9747.0, 9784.0, 9759.0, 9771.0, 9743.0, 9766.0, 9741.0, 9757.0, 9745.0, 9756.0, 9742.0, 9741.0, 9743.0, 9757.0, 9759.0, 9771.0, 9760.0, 9756.0, 9744.0, 9759.0, 9743.0, 9760.0, 9791.0, 9745.0, 9801.0, 9742.0, 9769.0, 9742.0, 9753.0, 9727.0, 9741.0, 9729.0, 9743.0, 9744.0, 9762.0, 9734.0, 9766.0, 9753.0, 9773.0, 9781.0, 9775.0, 9801.0, 9774.0, 9816.0, 9773.0, 9798.0, 9773.0, 9802.0, 9770.0, 9811.0, 9754.0, 9765.0, 9804.0, 9753.0, 9838.0, 9764.0, 9818.0, 9749.0, 9801.0, 9750.0, 9789.0, 9754.0, 9779.0, 9755.0, 9793.0, 9782.0, 9765.0, 9741.0, 9767.0, 9782.0, 9770.0, 9823.0, 9763.0, 9820.0, 9749.0, 9820.0, 9750.0, 9821.0, 9795.0, 9822.0, 9751.0, 9787.0, 9754.0, 9788.0, 9772.0, 9806.0, 9756.0, 9793.0, 9755.0, 9791.0, 9763.0, 9795.0, 9747.0, 9759.0, 9731.0, 9746.0, 9801.0, 9745.0, 9786.0, 9745.0, 9769.0, 9732.0, 9753.0, 9759.0, 9759.0, 9733.0, 9764.0, 9735.0, 9765.0, 9737.0, 9772.0, 9779.0, 9767.0, 9808.0, 9756.0, 9780.0, 9750.0, 9782.0, 9733.0, 9764.0, 9821.0, 9732.0, 9813.0, 9727.0, 9768.0, 9723.0, 9760.0, 9726.0, 9737.0, 9719.0, 9743.0, 9734.0, 9763.0, 9767.0, 9780.0, 9754.0, 9780.0, 9738.0, 9767.0, 9782.0, 9801.0, 9807.0, 9767.0, 9838.0, 9746.0, 9806.0, 9757.0, 9819.0, 9751.0, 9741.0, 9809.0, 9741.0, 9782.0, 9756.0, 9766.0, 9742.0, 9729.0, 9741.0, 9727.0, 9747.0, 9771.0, 9745.0, 9786.0, 9745.0, 9769.0, 9748.0, 9772.0, 9778.0, 9800.0, 9754.0, 9773.0, 9767.0, 9750.0, 9762.0, 9765.0, 9776.0, 9764.0, 9754.0, 9764.0, 9749.0, 9746.0, 9745.0, 9743.0, 9796.0, 9803.0, 9726.0, 9720.0, 9710.0, 9735.0, 9724.0, 9734.0, 9720.0, 9735.0, 9719.0, 9720.0, 9710.0, 9736.0, 9724.0, 9755.0, 9723.0, 9737.0, 9728.0, 9742.0, 9762.0, 9791.0, 9768.0, 9797.0, 9801.0, 9774.0, 9760.0, 9792.0, 9780.0, 9794.0, 9789.0, 9806.0, 9833.0, 9787.0, 9842.0, 9808.0, 9842.0, 9785.0, 9820.0, 9797.0, 9733.0, 9812.0, 9757.0, 9776.0, 9715.0, 9714.0, 9710.0, 9711.0, 9737.0, 9710.0, 9722.0, 9713.0, 9722.0, 9716.0, 9727.0, 9729.0, 9727.0, 9716.0, 9732.0, 9721.0, 9738.0, 9723.0, 9735.0, 9722.0, 9740.0, 9726.0, 9756.0, 9729.0, 9745.0, 9783.0, 9743.0, 9785.0, 9744.0, 9772.0, 9742.0, 9739.0, 9726.0, 9738.0, 9731.0, 9744.0, 9742.0, 9758.0, 9761.0, 9759.0, 9753.0, 9761.0, 9767.0, 9778.0, 9768.0, 9765.0, 9756.0, 9768.0, 9780.0, 9789.0, 9780.0, 9778.0, 9848.0, 9777.0, 9787.0, 9776.0, 9764.0, 9778.0, 9778.0, 9810.0, 9770.0, 9808.0, 9781.0, 9816.0, 9781.0, 9848.0, 9817.0, 9848.0, 9796.0, 9808.0, 9748.0, 9808.0, 9816.0, 9789.0, 9834.0, 9740.0, 9792.0, 9719.0, 9771.0, 9719.0, 9747.0, 9723.0, 9747.0, 9742.0, 9740.0, 9747.0, 9760.0, 9751.0, 9765.0, 9762.0, 9761.0, 9734.0, 9749.0, 9805.0, 9750.0, 9790.0, 9765.0, 9788.0, 9731.0, 9762.0, 9769.0, 9748.0, 9771.0, 9751.0, 9760.0, 9749.0, 9756.0, 9750.0, 9767.0, 9764.0, 9792.0, 9783.0, 9793.0, 9787.0, 9809.0, 9802.0, 9819.0, 9807.0, 9846.0, 9794.0, 9795.0, 9852.0, 9779.0, 9869.0, 9838.0, 9862.0, 9789.0, 9825.0, 9776.0, 9825.0, 9805.0, 9858.0, 9783.0, 9826.0, 9754.0, 9810.0, 9796.0, 9829.0, 9763.0, 9793.0, 9728.0, 9760.0, 9838.0, 9754.0, 9802.0, 9761.0, 9770.0, 9760.0, 9755.0, 9741.0, 9717.0, 9730.0, 9783.0, 9758.0, 9796.0, 9788.0, 9818.0, 9801.0, 9804.0, 9770.0, 9768.0, 9760.0, 9750.0, 9777.0, 9768.0, 9811.0, 9771.0, 9859.0, 9781.0, 9798.0, 9753.0, 9760.0, 9717.0, 9768.0, 9714.0, 9715.0, 9700.0, 9730.0, 9704.0, 9736.0, 9721.0, 9732.0, 9724.0, 9733.0, 9724.0, 9754.0, 9741.0, 9756.0, 9759.0, 9755.0, 9766.0, 9807.0, 9788.0, 9840.0, 9750.0, 9762.0, 9749.0, 9746.0, 9763.0, 9790.0, 9763.0, 9834.0, 9759.0, 9802.0, 9777.0, 9811.0, 9754.0, 9777.0, 9735.0, 9731.0, 9732.0, 9792.0, 9722.0, 9777.0, 9721.0, 9733.0, 9718.0, 9730.0, 9785.0, 9731.0, 9804.0, 9710.0, 9768.0, 9695.0, 9750.0, 9713.0, 9711.0, 9697.0, 9711.0, 9702.0, 9719.0, 9704.0, 9735.0, 9735.0, 9737.0, 9751.0, 9730.0, 9756.0, 9727.0, 9740.0, 9746.0, 9742.0, 9744.0, 9760.0, 9734.0, 9748.0, 9747.0, 9759.0, 9762.0, 9763.0, 9754.0, 9767.0, 9754.0, 9767.0, 9752.0, 9770.0, 9770.0, 9756.0, 9782.0, 9757.0, 9791.0, 9757.0, 9780.0, 9757.0, 9776.0, 9760.0, 9780.0, 9758.0, 9794.0, 9761.0, 9797.0, 9776.0, 9784.0, 9774.0, 9799.0, 9773.0, 9796.0, 9772.0, 9768.0, 9756.0, 9773.0, 9756.0, 9787.0, 9758.0, 9783.0, 9763.0, 9774.0, 9776.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.001428402298850575</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.017890909885057468</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.44199026737632</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.3482722434407381</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0221848006559262</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4826</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7252.9863</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07589985194750355</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>40</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>4.597701149425287</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4724373873283043</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3996852155143187</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7500749344331044</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.26755201203749</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0167566</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0074520171619951725</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03799877315759659</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.8377973010492616</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>15.1896</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.7493</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>200.1884</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>298374.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1048.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>394.4538</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4114</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>517.4018</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3616.1454</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3847.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>78170.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1143.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4735.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1002.3915</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>46.25970163755119</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> |