=== 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-0002 --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-0002",
"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-0002_ses-04_task-social_acq-mb8_run-05_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0002_ses-04_task-social_acq-mb8_run-05_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-05_session-04_subject-0002_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-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-04_subject-0002_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-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-04_subject-0002_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-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-04_subject-0002_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-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-05_session-04_subject-0002_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-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-05_session-04_subject-0002_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-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-04_subject-0002_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-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0002/ses-04/func/sub-0002_ses-04_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>7a2b31c184bd83f9e320ff7a3f54fdec</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>10:35:6.415000</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.998872, 0.046949, 0.00717879, -0.047455, 0.980396, 0.191239]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0728201</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4160, -7725, -7492, 357, -8, -207, 47, 57]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 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>237.481</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>f3adda15-ccc3-43ee-811f-4fa830c3d333||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.679899215698242, -0.12731830775737762, -0.0052391644567251205, 117.86956024169922], [-0.12596070766448975, 2.6303298473358154, 0.5166827440261841, -102.18193817138672], [0.019260164350271225, -0.5130805969238281, 2.6500966548919678, -51.76309585571289], [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': ['103506.415000', '103506.875000', '103507.335000', '103507.795000', '103508.255000', '103508.715000', '103509.175000', '103509.635000', '103510.095000', '103510.555000', '103511.015000', '103511.475000', '103511.935000', '103512.395000', '103512.855000', '103513.315000', '103513.775000', '103514.235000', '103514.695000', '103515.155000', '103515.615000', '103516.075000', '103516.535000', '103516.995000', '103517.455000', '103517.915000', '103518.375000', '103518.835000', '103519.295000', '103519.755000', '103520.215000', '103520.675000', '103521.135000', '103521.595000', '103522.055000', '103522.515000', '103522.975000', '103523.435000', '103523.895000', '103524.355000', '103524.815000', '103525.275000', '103525.735000', '103526.195000', '103526.655000', '103527.115000', '103527.575000', '103528.035000', '103528.495000', '103528.955000', '103529.415000', '103529.875000', '103530.335000', '103530.795000', '103531.255000', '103531.715000', '103532.175000', '103532.635000', '103533.095000', '103533.555000', '103534.015000', '103534.475000', '103534.935000', '103535.395000', '103535.855000', '103536.315000', '103536.775000', '103537.235000', '103537.695000', '103538.155000', '103538.615000', '103539.075000', '103539.535000', '103539.995000', '103540.455000', '103540.915000', '103541.375000', '103541.835000', '103542.295000', '103542.755000', '103543.215000', '103543.675000', '103544.135000', '103544.595000', '103545.055000', '103545.515000', '103545.975000', '103546.435000', '103546.895000', '103547.355000', '103547.815000', '103548.275000', '103548.735000', '103549.195000', '103549.655000', '103550.115000', '103550.575000', '103551.035000', '103551.495000', '103551.955000', '103552.415000', '103552.875000', '103553.335000', '103553.795000', '103554.255000', '103554.715000', '103555.175000', '103555.635000', '103556.095000', '103556.555000', '103557.015000', '103557.475000', '103557.935000', '103558.395000', '103558.855000', '103559.315000', '103559.775000', '103600.235000', '103600.695000', '103601.155000', '103601.615000', '103602.075000', '103602.535000', '103602.995000', '103603.455000', '103603.915000', '103604.375000', '103604.835000', '103605.295000', '103605.755000', '103606.215000', '103606.675000', '103607.135000', '103607.595000', '103608.055000', '103608.515000', '103608.975000', '103609.435000', '103609.895000', '103610.355000', '103610.815000', '103611.275000', '103611.735000', '103612.195000', '103612.655000', '103613.115000', '103613.575000', '103614.035000', '103614.495000', '103614.955000', '103615.415000', '103615.875000', '103616.335000', '103616.795000', '103617.255000', '103617.715000', '103618.175000', '103618.635000', '103619.095000', '103619.555000', '103620.015000', '103620.475000', '103620.935000', '103621.395000', '103621.855000', '103622.315000', '103622.775000', '103623.235000', '103623.695000', '103624.155000', '103624.615000', '103625.075000', '103625.535000', '103625.995000', '103626.455000', '103626.915000', '103627.375000', '103627.835000', '103628.295000', '103628.755000', '103629.215000', '103629.675000', '103630.135000', '103630.595000', '103631.055000', '103631.515000', '103631.975000', '103632.435000', '103632.895000', '103633.355000', '103633.815000', '103634.275000', '103634.735000', '103635.195000', '103635.655000', '103636.115000', '103636.575000', '103637.035000', '103637.495000', '103637.955000', '103638.415000', '103638.875000', '103639.335000', '103639.795000', '103640.255000', '103640.715000', '103641.175000', '103641.635000', '103642.095000', '103642.555000', '103643.015000', '103643.475000', '103643.935000', '103644.395000', '103644.855000', '103645.315000', '103645.775000', '103646.235000', '103646.695000', '103647.155000', '103647.615000', '103648.075000', '103648.535000', '103648.995000', '103649.455000', '103649.915000', '103650.375000', '103650.835000', '103651.295000', '103651.755000', '103652.215000', '103652.675000', '103653.135000', '103653.595000', '103654.055000', '103654.515000', '103654.975000', '103655.435000', '103655.895000', '103656.355000', '103656.815000', '103657.275000', '103657.735000', '103658.195000', '103658.655000', '103659.115000', '103659.575000', '103700.035000', '103700.495000', '103700.955000', '103701.415000', '103701.875000', '103702.335000', '103702.795000', '103703.255000', '103703.715000', '103704.175000', '103704.635000', '103705.095000', '103705.555000', '103706.015000', '103706.475000', '103706.935000', '103707.395000', '103707.855000', '103708.315000', '103708.775000', '103709.235000', '103709.695000', '103710.155000', '103710.615000', '103711.075000', '103711.535000', '103711.995000', '103712.455000', '103712.915000', '103713.375000', '103713.835000', '103714.295000', '103714.755000', '103715.215000', '103715.675000', '103716.135000', '103716.595000', '103717.055000', '103717.515000', '103717.975000', '103718.435000', '103718.895000', '103719.355000', '103719.815000', '103720.275000', '103720.735000', '103721.195000', '103721.655000', '103722.115000', '103722.575000', '103723.035000', '103723.495000', '103723.955000', '103724.415000', '103724.875000', '103725.335000', '103725.795000', '103726.255000', '103726.715000', '103727.175000', '103727.635000', '103728.095000', '103728.555000', '103729.015000', '103729.475000', '103729.935000', '103730.395000', '103730.855000', '103731.315000', '103731.775000', '103732.235000', '103732.695000', '103733.155000', '103733.615000', '103734.075000', '103734.535000', '103734.995000', '103735.455000', '103735.915000', '103736.375000', '103736.835000', '103737.295000', '103737.755000', '103738.215000', '103738.675000', '103739.135000', '103739.595000', '103740.055000', '103740.515000', '103740.975000', '103741.435000', '103741.895000', '103742.355000', '103742.815000', '103743.275000', '103743.735000', '103744.195000', '103744.655000', '103745.115000', '103745.575000', '103746.035000', '103746.495000', '103746.955000', '103747.415000', '103747.875000', '103748.335000', '103748.795000', '103749.255000', '103749.715000', '103750.175000', '103750.635000', '103751.095000', '103751.555000', '103752.015000', '103752.475000', '103752.935000', '103753.395000', '103753.855000', '103754.315000', '103754.775000', '103755.235000', '103755.695000', '103756.155000', '103756.615000', '103757.075000', '103757.535000', '103757.995000', '103758.455000', '103758.915000', '103759.375000', '103759.835000', '103800.295000', '103800.755000', '103801.215000', '103801.675000', '103802.135000', '103802.595000', '103803.055000', '103803.515000', '103803.975000', '103804.435000', '103804.895000', '103805.355000', '103805.815000', '103806.275000', '103806.735000', '103807.195000', '103807.655000', '103808.115000', '103808.575000', '103809.035000', '103809.495000', '103809.955000', '103810.415000', '103810.875000', '103811.335000', '103811.795000', '103812.255000', '103812.715000', '103813.175000', '103813.635000', '103814.095000', '103814.555000', '103815.015000', '103815.475000', '103815.935000', '103816.395000', '103816.855000', '103817.315000', '103817.775000', '103818.235000', '103818.695000', '103819.155000', '103819.615000', '103820.075000', '103820.535000', '103820.995000', '103821.455000', '103821.915000', '103822.375000', '103822.835000', '103823.295000', '103823.755000', '103824.215000', '103824.675000', '103825.135000', '103825.595000', '103826.055000', '103826.515000', '103826.975000', '103827.435000', '103827.895000', '103828.355000', '103828.815000', '103829.275000', '103829.735000', '103830.195000', '103830.655000', '103831.115000', '103831.575000', '103832.035000', '103832.495000', '103832.955000', '103833.415000', '103833.875000', '103834.335000', '103834.795000', '103835.255000', '103835.715000', '103836.175000', '103836.635000', '103837.095000', '103837.555000', '103838.015000', '103838.475000', '103838.935000', '103839.395000', '103839.855000', '103840.315000', '103840.775000', '103841.235000', '103841.695000', '103842.155000', '103842.615000', '103843.075000', '103843.535000', '103843.995000', '103844.455000', '103844.915000', '103845.375000', '103845.835000', '103846.295000', '103846.755000', '103847.215000', '103847.675000', '103848.135000', '103848.595000', '103849.055000', '103849.515000', '103849.975000', '103850.435000', '103850.895000', '103851.355000', '103851.815000', '103852.275000', '103852.735000', '103853.195000', '103853.655000', '103854.115000', '103854.575000', '103855.035000', '103855.495000', '103855.955000', '103856.415000', '103856.875000', '103857.335000', '103857.795000', '103858.255000', '103858.715000', '103859.175000', '103859.635000', '103900.095000', '103900.555000', '103901.015000', '103901.475000', '103901.935000', '103902.395000', '103902.855000', '103903.315000', '103903.775000', '103904.235000', '103904.695000', '103905.155000', '103905.615000', '103906.075000', '103906.535000', '103906.995000', '103907.455000', '103907.915000', '103908.375000', '103908.835000', '103909.295000', '103909.755000', '103910.215000', '103910.675000', '103911.135000', '103911.595000', '103912.055000', '103912.515000', '103912.975000', '103913.435000', '103913.895000', '103914.355000', '103914.815000', '103915.275000', '103915.735000', '103916.195000', '103916.655000', '103917.115000', '103917.575000', '103918.035000', '103918.495000', '103918.955000', '103919.415000', '103919.875000', '103920.335000', '103920.795000', '103921.255000', '103921.715000', '103922.175000', '103922.635000', '103923.095000', '103923.555000', '103924.015000', '103924.475000', '103924.935000', '103925.395000', '103925.855000', '103926.315000', '103926.775000', '103927.235000', '103927.695000', '103928.155000', '103928.615000', '103929.075000', '103929.535000', '103929.995000', '103930.455000', '103930.915000', '103931.375000', '103931.835000', '103932.295000', '103932.755000', '103933.215000', '103933.675000', '103934.135000', '103934.595000', '103935.055000', '103935.515000', '103935.975000', '103936.435000', '103936.895000', '103937.355000', '103937.815000', '103938.275000', '103938.735000', '103939.195000', '103939.655000', '103940.115000', '103940.575000', '103941.035000', '103941.495000', '103941.955000', '103942.415000', '103942.875000', '103943.335000', '103943.795000', '103944.255000', '103944.715000', '103945.175000', '103945.635000', '103946.095000', '103946.555000', '103947.015000', '103947.475000', '103947.935000', '103948.395000', '103948.855000', '103949.315000', '103949.775000', '103950.235000', '103950.695000', '103951.155000', '103951.615000', '103952.075000', '103952.535000', '103952.995000', '103953.455000', '103953.915000', '103954.375000', '103954.835000', '103955.295000', '103955.755000', '103956.215000', '103956.675000', '103957.135000', '103957.595000', '103958.055000', '103958.515000', '103958.975000', '103959.435000', '103959.895000', '104000.355000', '104000.815000', '104001.275000', '104001.735000', '104002.195000', '104002.655000', '104003.115000', '104003.575000', '104004.035000', '104004.495000', '104004.955000', '104005.415000', '104005.875000', '104006.335000', '104006.795000', '104007.255000', '104007.715000', '104008.175000', '104008.635000', '104009.095000', '104009.555000', '104010.015000', '104010.475000', '104010.935000', '104011.395000', '104011.855000', '104012.315000', '104012.775000', '104013.235000', '104013.695000', '104014.155000', '104014.615000', '104015.075000', '104015.535000', '104015.995000', '104016.455000', '104016.915000', '104017.375000', '104017.835000', '104018.295000', '104018.755000', '104019.215000', '104019.675000', '104020.135000', '104020.595000', '104021.055000', '104021.515000', '104021.975000', '104022.435000', '104022.895000', '104023.355000', '104023.815000', '104024.275000', '104024.735000', '104025.195000', '104025.655000', '104026.115000', '104026.575000', '104027.035000', '104027.495000', '104027.955000', '104028.415000', '104028.875000', '104029.335000', '104029.795000', '104030.255000', '104030.715000', '104031.175000', '104031.635000', '104032.095000', '104032.555000', '104033.015000', '104033.475000', '104033.935000', '104034.395000', '104034.855000', '104035.315000', '104035.775000', '104036.235000', '104036.695000', '104037.155000', '104037.615000', '104038.075000', '104038.535000', '104038.995000', '104039.455000', '104039.915000', '104040.375000', '104040.835000', '104041.295000', '104041.755000', '104042.215000', '104042.675000', '104043.135000', '104043.595000', '104044.055000', '104044.515000', '104044.975000', '104045.435000', '104045.895000', '104046.355000', '104046.815000', '104047.275000', '104047.735000', '104048.195000', '104048.655000', '104049.115000', '104049.575000', '104050.035000', '104050.495000', '104050.955000', '104051.415000', '104051.875000', '104052.335000', '104052.795000', '104053.255000', '104053.715000', '104054.175000', '104054.635000', '104055.095000', '104055.555000', '104056.015000', '104056.475000', '104056.935000', '104057.395000', '104057.855000', '104058.315000', '104058.775000', '104059.235000', '104059.695000', '104100.155000', '104100.615000', '104101.075000', '104101.535000', '104101.995000', '104102.455000', '104102.915000', '104103.375000', '104103.835000', '104104.295000', '104104.755000', '104105.215000', '104105.675000', '104106.135000', '104106.595000', '104107.055000', '104107.515000', '104107.975000', '104108.435000', '104108.895000', '104109.355000', '104109.815000', '104110.275000', '104110.735000', '104111.195000', '104111.655000', '104112.115000', '104112.575000', '104113.035000', '104113.495000', '104113.955000', '104114.415000', '104114.875000', '104115.335000', '104115.795000', '104116.255000', '104116.715000', '104117.175000', '104117.635000', '104118.095000', '104118.555000', '104119.015000', '104119.475000', '104119.935000', '104120.395000', '104120.855000', '104121.315000', '104121.775000', '104122.235000', '104122.695000', '104123.155000', '104123.615000', '104124.075000', '104124.535000', '104124.995000', '104125.455000', '104125.915000', '104126.375000', '104126.835000', '104127.295000', '104127.755000', '104128.215000', '104128.675000', '104129.135000', '104129.595000', '104130.055000', '104130.515000', '104130.975000', '104131.435000', '104131.895000', '104132.355000', '104132.815000', '104133.275000', '104133.735000', '104134.195000', '104134.655000', '104135.115000', '104135.575000', '104136.035000', '104136.495000', '104136.955000', '104137.415000', '104137.875000', '104138.335000', '104138.795000', '104139.255000', '104139.715000', '104140.175000', '104140.635000', '104141.095000', '104141.555000', '104142.015000', '104142.475000', '104142.935000', '104143.395000', '104143.855000', '104144.315000', '104144.775000', '104145.235000', '104145.695000', '104146.155000', '104146.615000', '104147.075000'], 'ContentTime': ['103520.917000', '103520.921000', '103520.924000', '103520.927000', '103520.930000', '103520.956000', '103520.959000', '103520.962000', '103520.964000', '103520.967000', '103520.970000', '103520.973000', '103520.976000', '103520.979000', '103520.982000', '103520.985000', '103520.988000', '103520.991000', '103520.994000', '103520.997000', '103521.001000', '103521.008000', '103521.011000', '103521.014000', '103521.017000', '103521.020000', '103521.023000', '103521.026000', '103521.029000', '103540.885000', '103540.888000', '103540.891000', '103540.894000', '103540.897000', '103540.900000', '103540.902000', '103540.905000', '103540.908000', '103540.911000', '103540.914000', '103540.917000', '103540.920000', '103540.923000', '103540.926000', '103540.929000', '103540.932000', '103540.939000', '103540.942000', '103540.944000', '103540.948000', '103540.950000', '103540.953000', '103540.956000', '103540.959000', '103540.962000', '103540.965000', '103540.968000', '103540.971000', '103540.974000', '103540.977000', '103540.979000', '103540.982000', '103540.985000', '103540.988000', '103540.991000', '103540.994000', '103540.997000', '103541.001000', '103541.004000', '103541.007000', '103541.010000', '103541.013000', '103541.015000', '103600.885000', '103600.888000', '103600.891000', '103600.894000', '103600.897000', '103600.900000', '103600.903000', '103600.906000', '103600.908000', '103600.911000', '103600.914000', '103600.917000', '103600.920000', '103600.923000', '103600.926000', '103600.929000', '103600.932000', '103600.935000', '103600.938000', '103600.941000', '103600.943000', '103600.946000', '103600.949000', '103600.958000', '103600.961000', '103600.963000', '103600.966000', '103600.969000', '103600.972000', '103600.975000', '103600.978000', '103600.981000', '103600.984000', '103600.987000', '103600.990000', '103600.993000', '103600.996000', '103600.998000', '103601.002000', '103601.017000', '103601.020000', '103601.023000', '103601.033000', '103620.885000', '103620.888000', '103620.891000', '103620.894000', '103620.897000', '103620.900000', '103620.902000', '103620.906000', '103620.909000', '103620.911000', '103620.914000', '103620.918000', '103620.920000', '103620.923000', '103620.926000', '103620.929000', '103620.932000', '103620.935000', '103620.938000', '103620.941000', '103620.944000', '103620.947000', '103620.949000', '103620.952000', '103620.955000', '103620.958000', '103620.961000', '103620.964000', '103620.967000', '103620.970000', '103620.973000', '103620.976000', '103620.979000', '103620.982000', '103620.985000', '103620.988000', '103620.991000', '103620.994000', '103620.997000', '103621.001000', '103621.004000', '103621.007000', '103621.010000', '103640.884000', '103640.887000', '103640.890000', '103640.893000', '103640.896000', '103640.899000', '103640.902000', '103640.905000', '103640.908000', '103640.910000', '103640.914000', '103640.916000', '103640.919000', '103640.922000', '103640.925000', '103640.928000', '103640.931000', '103640.934000', '103640.937000', '103640.940000', '103640.943000', '103640.946000', '103640.949000', '103640.952000', '103640.954000', '103640.957000', '103640.960000', '103640.963000', '103640.966000', '103640.969000', '103640.972000', '103640.975000', '103640.978000', '103640.981000', '103640.984000', '103640.987000', '103640.989000', '103640.992000', '103640.995000', '103640.998000', '103641.002000', '103641.005000', '103641.008000', '103641.011000', '103700.885000', '103700.888000', '103700.893000', '103700.897000', '103700.900000', '103700.903000', '103700.906000', '103700.909000', '103700.912000', '103700.915000', '103700.918000', '103700.921000', '103700.924000', '103700.927000', '103700.930000', '103700.933000', '103700.936000', '103700.939000', '103700.942000', '103700.945000', '103700.947000', '103700.950000', '103700.953000', '103700.956000', '103700.959000', '103700.962000', '103700.965000', '103700.968000', '103700.971000', '103700.974000', '103700.977000', '103700.980000', '103700.983000', '103700.986000', '103700.989000', '103700.992000', '103700.994000', '103700.997000', '103701.001000', '103701.004000', '103701.007000', '103701.010000', '103701.013000', '103720.885000', '103720.895000', '103720.898000', '103720.901000', '103720.904000', '103720.907000', '103720.910000', '103720.913000', '103720.916000', '103720.919000', '103720.922000', '103720.925000', '103720.928000', '103720.931000', '103720.934000', '103720.937000', '103720.940000', '103720.943000', '103720.946000', '103720.948000', '103720.951000', '103720.954000', '103720.957000', '103720.960000', '103720.963000', '103720.966000', '103720.969000', '103720.972000', '103720.975000', '103720.978000', '103720.981000', '103720.984000', '103720.986000', '103720.989000', '103720.992000', '103720.995000', '103720.998000', '103721.002000', '103721.005000', '103721.008000', '103721.011000', '103721.014000', '103721.017000', '103721.020000', '103740.885000', '103740.888000', '103740.891000', '103740.894000', '103740.897000', '103740.900000', '103740.903000', '103740.906000', '103740.909000', '103740.912000', '103740.915000', '103740.918000', '103740.921000', '103740.924000', '103740.927000', '103740.930000', '103740.933000', '103740.936000', '103740.939000', '103740.942000', '103740.945000', '103740.948000', '103740.951000', '103740.954000', '103740.957000', '103740.960000', '103740.963000', '103740.966000', '103740.968000', '103740.972000', '103740.974000', '103740.977000', '103740.980000', '103740.983000', '103740.986000', '103741.002000', '103741.005000', '103741.008000', '103741.011000', '103741.014000', '103741.017000', '103741.020000', '103741.023000', '103800.885000', '103800.888000', '103800.891000', '103800.894000', '103800.897000', '103800.900000', '103800.903000', '103800.906000', '103800.917000', '103800.920000', '103800.923000', '103800.926000', '103800.929000', '103800.932000', '103800.935000', '103800.938000', '103800.941000', '103800.944000', '103800.947000', '103800.950000', '103800.953000', '103800.956000', '103800.959000', '103800.961000', '103800.964000', '103800.967000', '103800.970000', '103800.973000', '103800.976000', '103800.979000', '103800.982000', '103800.985000', '103800.988000', '103800.991000', '103800.994000', '103800.997000', '103801.001000', '103801.004000', '103801.006000', '103801.009000', '103801.012000', '103801.015000', '103801.018000', '103801.021000', '103820.885000', '103820.888000', '103820.891000', '103820.894000', '103820.897000', '103820.900000', '103820.903000', '103820.906000', '103820.909000', '103820.912000', '103820.915000', '103820.919000', '103820.924000', '103820.927000', '103820.930000', '103820.933000', '103820.936000', '103820.939000', '103820.942000', '103820.945000', '103820.948000', '103820.951000', '103820.954000', '103820.957000', '103820.960000', '103820.963000', '103820.966000', '103820.968000', '103820.972000', '103820.975000', '103820.978000', '103820.980000', '103820.984000', '103820.987000', '103820.989000', '103820.992000', '103820.995000', '103820.998000', '103821.002000', '103821.005000', '103821.008000', '103821.011000', '103821.014000', '103840.885000', '103840.888000', '103840.891000', '103840.894000', '103840.897000', '103840.900000', '103840.903000', '103840.906000', '103840.909000', '103840.912000', '103840.914000', '103840.918000', '103840.920000', '103840.923000', '103840.926000', '103840.929000', '103840.932000', '103840.935000', '103840.938000', '103840.941000', '103840.944000', '103840.947000', '103840.950000', '103840.953000', '103840.956000', '103840.959000', '103840.962000', '103840.965000', '103840.968000', '103840.970000', '103840.973000', '103840.976000', '103840.979000', '103840.982000', '103840.985000', '103840.988000', '103840.991000', '103840.994000', '103840.997000', '103841.001000', '103841.004000', '103841.007000', '103841.010000', '103841.013000', '103900.884000', '103900.894000', '103900.896000', '103900.899000', '103900.902000', '103900.905000', '103900.908000', '103900.911000', '103900.914000', '103900.917000', '103900.920000', '103900.923000', '103900.926000', '103900.929000', '103900.932000', '103900.935000', '103900.938000', '103900.941000', '103900.944000', '103900.947000', '103900.950000', '103900.953000', '103900.956000', '103900.959000', '103900.962000', '103900.965000', '103900.968000', '103900.971000', '103900.974000', '103900.977000', '103900.980000', '103900.983000', '103900.986000', '103900.989000', '103900.992000', '103900.995000', '103900.998000', '103901.002000', '103901.005000', '103901.008000', '103901.011000', '103901.014000', '103901.017000', '103920.885000', '103920.888000', '103920.900000', '103920.903000', '103920.906000', '103920.909000', '103920.912000', '103920.915000', '103920.918000', '103920.921000', '103920.924000', '103920.926000', '103920.929000', '103920.932000', '103920.935000', '103920.938000', '103920.941000', '103920.944000', '103920.947000', '103920.950000', '103920.953000', '103920.956000', '103920.959000', '103920.962000', '103920.965000', '103920.968000', '103920.971000', '103920.974000', '103920.977000', '103920.980000', '103920.983000', '103921.000000', '103921.003000', '103921.005000', '103921.008000', '103921.011000', '103921.014000', '103921.017000', '103921.020000', '103921.023000', '103921.026000', '103921.029000', '103921.032000', '103921.035000', '103940.885000', '103940.888000', '103940.891000', '103940.894000', '103940.897000', '103940.900000', '103940.904000', '103940.907000', '103940.910000', '103940.913000', '103940.916000', '103940.919000', '103940.922000', '103940.925000', '103940.928000', '103940.931000', '103940.934000', '103940.937000', '103940.940000', '103940.943000', '103940.946000', '103940.949000', '103940.952000', '103940.954000', '103940.958000', '103940.961000', '103940.964000', '103940.967000', '103940.970000', '103940.973000', '103940.976000', '103940.979000', '103940.982000', '103940.985000', '103940.988000', '103940.991000', '103940.994000', '103940.996000', '103941.001000', '103941.003000', '103941.006000', '103941.009000', '103941.012000', '104000.885000', '104000.894000', '104000.896000', '104000.899000', '104000.902000', '104000.905000', '104000.908000', '104000.911000', '104000.914000', '104000.917000', '104000.920000', '104000.923000', '104000.926000', '104000.929000', '104000.932000', '104000.935000', '104000.938000', '104000.941000', '104000.944000', '104000.946000', '104000.949000', '104000.952000', '104000.955000', '104000.958000', '104000.961000', '104000.964000', '104000.967000', '104000.970000', '104000.973000', '104000.976000', '104000.979000', '104000.982000', '104000.985000', '104000.988000', '104000.991000', '104000.994000', '104000.997000', '104001.001000', '104001.004000', '104001.006000', '104001.009000', '104001.012000', '104001.015000', '104001.018000', '104020.885000', '104020.888000', '104020.891000', '104020.894000', '104020.897000', '104020.900000', '104020.903000', '104020.906000', '104020.909000', '104020.912000', '104020.915000', '104020.918000', '104020.921000', '104020.924000', '104020.927000', '104020.930000', '104020.932000', '104020.935000', '104020.938000', '104020.941000', '104020.944000', '104020.947000', '104020.950000', '104020.953000', '104020.956000', '104020.959000', '104020.962000', '104020.965000', '104020.968000', '104020.971000', '104020.974000', '104020.977000', '104020.980000', '104020.983000', '104020.986000', '104020.989000', '104020.992000', '104020.996000', '104021.001000', '104021.004000', '104021.007000', '104021.010000', '104021.013000', '104040.885000', '104040.888000', '104040.899000', '104040.902000', '104040.905000', '104040.908000', '104040.911000', '104040.914000', '104040.917000', '104040.920000', '104040.923000', '104040.925000', '104040.929000', '104040.931000', '104040.934000', '104040.937000', '104040.940000', '104040.943000', '104040.946000', '104040.949000', '104040.952000', '104040.955000', '104040.958000', '104040.961000', '104040.964000', '104040.967000', '104040.970000', '104040.973000', '104040.976000', '104040.979000', '104040.982000', '104040.984000', '104040.988000', '104040.990000', '104040.993000', '104040.996000', '104041.000000', '104041.003000', '104041.006000', '104041.009000', '104041.012000', '104041.015000', '104041.035000', '104041.038000', '104100.885000', '104100.888000', '104100.891000', '104100.894000', '104100.897000', '104100.900000', '104100.903000', '104100.906000', '104100.909000', '104100.912000', '104100.915000', '104100.918000', '104100.921000', '104100.923000', '104100.927000', '104100.930000', '104100.932000', '104100.935000', '104100.939000', '104100.942000', '104100.946000', '104100.948000', '104100.952000', '104100.954000', '104100.957000', '104100.960000', '104100.963000', '104100.966000', '104100.969000', '104100.972000', '104100.975000', '104100.978000', '104100.981000', '104100.984000', '104100.987000', '104100.990000', '104100.993000', '104100.996000', '104101.000000', '104101.003000', '104101.006000', '104101.009000', '104101.012000', '104120.884000', '104120.887000', '104120.890000', '104120.893000', '104120.896000', '104120.899000', '104120.902000', '104120.906000', '104120.909000', '104120.912000', '104120.915000', '104120.918000', '104120.921000', '104120.924000', '104120.927000', '104120.930000', '104120.933000', '104120.935000', '104120.938000', '104120.941000', '104120.944000', '104120.947000', '104120.950000', '104120.953000', '104120.956000', '104120.959000', '104120.962000', '104120.965000', '104120.968000', '104120.971000', '104120.974000', '104120.977000', '104120.980000', '104120.982000', '104120.985000', '104120.989000', '104120.991000', '104120.994000', '104120.997000', '104121.001000', '104121.004000', '104121.007000', '104121.011000', '104121.014000', '104140.885000', '104140.888000', '104140.891000', '104140.894000', '104140.897000', '104140.910000', '104140.913000', '104140.916000', '104140.919000', '104140.922000', '104140.925000', '104140.928000', '104140.930000', '104140.933000', '104140.936000', '104140.939000', '104140.942000', '104140.945000', '104140.948000', '104140.951000', '104140.954000', '104140.957000', '104140.960000', '104140.963000', '104140.966000', '104140.969000', '104140.972000', '104140.975000', '104140.978000', '104140.981000', '104140.984000', '104140.986000', '104140.989000', '104140.992000', '104140.995000', '104140.998000', '104141.002000', '104141.005000', '104141.008000', '104141.011000', '104141.014000', '104141.017000', '104141.020000', '104148.431000', '104148.434000', '104148.438000', '104148.441000', '104148.444000', '104148.447000', '104148.450000', '104148.453000', '104148.456000', '104148.459000', '104148.463000', '104148.466000', '104148.469000', '104148.472000', '104148.475000', '104148.478000', '104148.481000'], 'InstanceCreationTime': ['103520.917000', '103520.921000', '103520.924000', '103520.927000', '103520.930000', '103520.956000', '103520.959000', '103520.962000', '103520.964000', '103520.967000', '103520.970000', '103520.973000', '103520.976000', '103520.979000', '103520.982000', '103520.985000', '103520.988000', '103520.991000', '103520.994000', '103520.997000', '103521.001000', '103521.008000', '103521.011000', '103521.014000', '103521.017000', '103521.020000', '103521.023000', '103521.026000', '103521.029000', '103540.885000', '103540.888000', '103540.891000', '103540.894000', '103540.897000', '103540.900000', '103540.902000', '103540.905000', '103540.908000', '103540.911000', '103540.914000', '103540.917000', '103540.920000', '103540.923000', '103540.926000', '103540.929000', '103540.932000', '103540.939000', '103540.942000', '103540.944000', '103540.948000', '103540.950000', '103540.953000', '103540.956000', '103540.959000', '103540.962000', '103540.965000', '103540.968000', '103540.971000', '103540.974000', '103540.977000', '103540.979000', '103540.982000', '103540.985000', '103540.988000', '103540.991000', '103540.994000', '103540.997000', '103541.001000', '103541.004000', '103541.007000', '103541.010000', '103541.013000', '103541.015000', '103600.885000', '103600.888000', '103600.891000', '103600.894000', '103600.897000', '103600.900000', '103600.903000', '103600.906000', '103600.908000', '103600.911000', '103600.914000', '103600.917000', '103600.920000', '103600.923000', '103600.926000', '103600.929000', '103600.932000', '103600.935000', '103600.938000', '103600.941000', '103600.943000', '103600.946000', '103600.949000', '103600.958000', '103600.961000', '103600.963000', '103600.966000', '103600.969000', '103600.972000', '103600.975000', '103600.978000', '103600.981000', '103600.984000', '103600.987000', '103600.990000', '103600.993000', '103600.996000', '103600.998000', '103601.002000', '103601.017000', '103601.020000', '103601.023000', '103601.033000', '103620.885000', '103620.888000', '103620.891000', '103620.894000', '103620.897000', '103620.900000', '103620.902000', '103620.906000', '103620.909000', '103620.911000', '103620.914000', '103620.918000', '103620.920000', '103620.923000', '103620.926000', '103620.929000', '103620.932000', '103620.935000', '103620.938000', '103620.941000', '103620.944000', '103620.947000', '103620.949000', '103620.952000', '103620.955000', '103620.958000', '103620.961000', '103620.964000', '103620.967000', '103620.970000', '103620.973000', '103620.976000', '103620.979000', '103620.982000', '103620.985000', '103620.988000', '103620.991000', '103620.994000', '103620.997000', '103621.001000', '103621.004000', '103621.007000', '103621.010000', '103640.884000', '103640.887000', '103640.890000', '103640.893000', '103640.896000', '103640.899000', '103640.902000', '103640.905000', '103640.908000', '103640.910000', '103640.914000', '103640.916000', '103640.919000', '103640.922000', '103640.925000', '103640.928000', '103640.931000', '103640.934000', '103640.937000', '103640.940000', '103640.943000', '103640.946000', '103640.949000', '103640.952000', '103640.954000', '103640.957000', '103640.960000', '103640.963000', '103640.966000', '103640.969000', '103640.972000', '103640.975000', '103640.978000', '103640.981000', '103640.984000', '103640.987000', '103640.989000', '103640.992000', '103640.995000', '103640.998000', '103641.002000', '103641.005000', '103641.008000', '103641.011000', '103700.885000', '103700.888000', '103700.893000', '103700.897000', '103700.900000', '103700.903000', '103700.906000', '103700.909000', '103700.912000', '103700.915000', '103700.918000', '103700.921000', '103700.924000', '103700.927000', '103700.930000', '103700.933000', '103700.936000', '103700.939000', '103700.942000', '103700.945000', '103700.947000', '103700.950000', '103700.953000', '103700.956000', '103700.959000', '103700.962000', '103700.965000', '103700.968000', '103700.971000', '103700.974000', '103700.977000', '103700.980000', '103700.983000', '103700.986000', '103700.989000', '103700.992000', '103700.994000', '103700.997000', '103701.001000', '103701.004000', '103701.007000', '103701.010000', '103701.013000', '103720.885000', '103720.895000', '103720.898000', '103720.901000', '103720.904000', '103720.907000', '103720.910000', '103720.913000', '103720.916000', '103720.919000', '103720.922000', '103720.925000', '103720.928000', '103720.931000', '103720.934000', '103720.937000', '103720.940000', '103720.943000', '103720.946000', '103720.948000', '103720.951000', '103720.954000', '103720.957000', '103720.960000', '103720.963000', '103720.966000', '103720.969000', '103720.972000', '103720.975000', '103720.978000', '103720.981000', '103720.984000', '103720.986000', '103720.989000', '103720.992000', '103720.995000', '103720.998000', '103721.002000', '103721.005000', '103721.008000', '103721.011000', '103721.014000', '103721.017000', '103721.020000', '103740.885000', '103740.888000', '103740.891000', '103740.894000', '103740.897000', '103740.900000', '103740.903000', '103740.906000', '103740.909000', '103740.912000', '103740.915000', '103740.918000', '103740.921000', '103740.924000', '103740.927000', '103740.930000', '103740.933000', '103740.936000', '103740.939000', '103740.942000', '103740.945000', '103740.948000', '103740.951000', '103740.954000', '103740.957000', '103740.960000', '103740.963000', '103740.966000', '103740.968000', '103740.972000', '103740.974000', '103740.977000', '103740.980000', '103740.983000', '103740.986000', '103741.002000', '103741.005000', '103741.008000', '103741.011000', '103741.014000', '103741.017000', '103741.020000', '103741.023000', '103800.885000', '103800.888000', '103800.891000', '103800.894000', '103800.897000', '103800.900000', '103800.903000', '103800.906000', '103800.917000', '103800.920000', '103800.923000', '103800.926000', '103800.929000', '103800.932000', '103800.935000', '103800.938000', '103800.941000', '103800.944000', '103800.947000', '103800.950000', '103800.953000', '103800.956000', '103800.959000', '103800.961000', '103800.964000', '103800.967000', '103800.970000', '103800.973000', '103800.976000', '103800.979000', '103800.982000', '103800.985000', '103800.988000', '103800.991000', '103800.994000', '103800.997000', '103801.001000', '103801.004000', '103801.006000', '103801.009000', '103801.012000', '103801.015000', '103801.018000', '103801.021000', '103820.885000', '103820.888000', '103820.891000', '103820.894000', '103820.897000', '103820.900000', '103820.903000', '103820.906000', '103820.909000', '103820.912000', '103820.915000', '103820.919000', '103820.924000', '103820.927000', '103820.930000', '103820.933000', '103820.936000', '103820.939000', '103820.942000', '103820.945000', '103820.948000', '103820.951000', '103820.954000', '103820.957000', '103820.960000', '103820.963000', '103820.966000', '103820.968000', '103820.972000', '103820.975000', '103820.978000', '103820.980000', '103820.984000', '103820.987000', '103820.989000', '103820.992000', '103820.995000', '103820.998000', '103821.002000', '103821.005000', '103821.008000', '103821.011000', '103821.014000', '103840.885000', '103840.888000', '103840.891000', '103840.894000', '103840.897000', '103840.900000', '103840.903000', '103840.906000', '103840.909000', '103840.912000', '103840.914000', '103840.918000', '103840.920000', '103840.923000', '103840.926000', '103840.929000', '103840.932000', '103840.935000', '103840.938000', '103840.941000', '103840.944000', '103840.947000', '103840.950000', '103840.953000', '103840.956000', '103840.959000', '103840.962000', '103840.965000', '103840.968000', '103840.970000', '103840.973000', '103840.976000', '103840.979000', '103840.982000', '103840.985000', '103840.988000', '103840.991000', '103840.994000', '103840.997000', '103841.001000', '103841.004000', '103841.007000', '103841.010000', '103841.013000', '103900.884000', '103900.894000', '103900.896000', '103900.899000', '103900.902000', '103900.905000', '103900.908000', '103900.911000', '103900.914000', '103900.917000', '103900.920000', '103900.923000', '103900.926000', '103900.929000', '103900.932000', '103900.935000', '103900.938000', '103900.941000', '103900.944000', '103900.947000', '103900.950000', '103900.953000', '103900.956000', '103900.959000', '103900.962000', '103900.965000', '103900.968000', '103900.971000', '103900.974000', '103900.977000', '103900.980000', '103900.983000', '103900.986000', '103900.989000', '103900.992000', '103900.995000', '103900.998000', '103901.002000', '103901.005000', '103901.008000', '103901.011000', '103901.014000', '103901.017000', '103920.885000', '103920.888000', '103920.900000', '103920.903000', '103920.906000', '103920.909000', '103920.912000', '103920.915000', '103920.918000', '103920.921000', '103920.924000', '103920.926000', '103920.929000', '103920.932000', '103920.935000', '103920.938000', '103920.941000', '103920.944000', '103920.947000', '103920.950000', '103920.953000', '103920.956000', '103920.959000', '103920.962000', '103920.965000', '103920.968000', '103920.971000', '103920.974000', '103920.977000', '103920.980000', '103920.983000', '103921.000000', '103921.003000', '103921.005000', '103921.008000', '103921.011000', '103921.014000', '103921.017000', '103921.020000', '103921.023000', '103921.026000', '103921.029000', '103921.032000', '103921.035000', '103940.885000', '103940.888000', '103940.891000', '103940.894000', '103940.897000', '103940.900000', '103940.904000', '103940.907000', '103940.910000', '103940.913000', '103940.916000', '103940.919000', '103940.922000', '103940.925000', '103940.928000', '103940.931000', '103940.934000', '103940.937000', '103940.940000', '103940.943000', '103940.946000', '103940.949000', '103940.952000', '103940.954000', '103940.958000', '103940.961000', '103940.964000', '103940.967000', '103940.970000', '103940.973000', '103940.976000', '103940.979000', '103940.982000', '103940.985000', '103940.988000', '103940.991000', '103940.994000', '103940.996000', '103941.001000', '103941.003000', '103941.006000', '103941.009000', '103941.012000', '104000.885000', '104000.894000', '104000.896000', '104000.899000', '104000.902000', '104000.905000', '104000.908000', '104000.911000', '104000.914000', '104000.917000', '104000.920000', '104000.923000', '104000.926000', '104000.929000', '104000.932000', '104000.935000', '104000.938000', '104000.941000', '104000.944000', '104000.946000', '104000.949000', '104000.952000', '104000.955000', '104000.958000', '104000.961000', '104000.964000', '104000.967000', '104000.970000', '104000.973000', '104000.976000', '104000.979000', '104000.982000', '104000.985000', '104000.988000', '104000.991000', '104000.994000', '104000.997000', '104001.001000', '104001.004000', '104001.006000', '104001.009000', '104001.012000', '104001.015000', '104001.018000', '104020.885000', '104020.888000', '104020.891000', '104020.894000', '104020.897000', '104020.900000', '104020.903000', '104020.906000', '104020.909000', '104020.912000', '104020.915000', '104020.918000', '104020.921000', '104020.924000', '104020.927000', '104020.930000', '104020.932000', '104020.935000', '104020.938000', '104020.941000', '104020.944000', '104020.947000', '104020.950000', '104020.953000', '104020.956000', '104020.959000', '104020.962000', '104020.965000', '104020.968000', '104020.971000', '104020.974000', '104020.977000', '104020.980000', '104020.983000', '104020.986000', '104020.989000', '104020.992000', '104020.996000', '104021.001000', '104021.004000', '104021.007000', '104021.010000', '104021.013000', '104040.885000', '104040.888000', '104040.899000', '104040.902000', '104040.905000', '104040.908000', '104040.911000', '104040.914000', '104040.917000', '104040.920000', '104040.923000', '104040.925000', '104040.929000', '104040.931000', '104040.934000', '104040.937000', '104040.940000', '104040.943000', '104040.946000', '104040.949000', '104040.952000', '104040.955000', '104040.958000', '104040.961000', '104040.964000', '104040.967000', '104040.970000', '104040.973000', '104040.976000', '104040.979000', '104040.982000', '104040.984000', '104040.988000', '104040.990000', '104040.993000', '104040.996000', '104041.000000', '104041.003000', '104041.006000', '104041.009000', '104041.012000', '104041.015000', '104041.035000', '104041.038000', '104100.885000', '104100.888000', '104100.891000', '104100.894000', '104100.897000', '104100.900000', '104100.903000', '104100.906000', '104100.909000', '104100.912000', '104100.915000', '104100.918000', '104100.921000', '104100.923000', '104100.927000', '104100.930000', '104100.932000', '104100.935000', '104100.939000', '104100.942000', '104100.946000', '104100.948000', '104100.952000', '104100.954000', '104100.957000', '104100.960000', '104100.963000', '104100.966000', '104100.969000', '104100.972000', '104100.975000', '104100.978000', '104100.981000', '104100.984000', '104100.987000', '104100.990000', '104100.993000', '104100.996000', '104101.000000', '104101.003000', '104101.006000', '104101.009000', '104101.012000', '104120.884000', '104120.887000', '104120.890000', '104120.893000', '104120.896000', '104120.899000', '104120.902000', '104120.906000', '104120.909000', '104120.912000', '104120.915000', '104120.918000', '104120.921000', '104120.924000', '104120.927000', '104120.930000', '104120.933000', '104120.935000', '104120.938000', '104120.941000', '104120.944000', '104120.947000', '104120.950000', '104120.953000', '104120.956000', '104120.959000', '104120.962000', '104120.965000', '104120.968000', '104120.971000', '104120.974000', '104120.977000', '104120.980000', '104120.982000', '104120.985000', '104120.989000', '104120.991000', '104120.994000', '104120.997000', '104121.001000', '104121.004000', '104121.007000', '104121.011000', '104121.014000', '104140.885000', '104140.888000', '104140.891000', '104140.894000', '104140.897000', '104140.910000', '104140.913000', '104140.916000', '104140.919000', '104140.922000', '104140.925000', '104140.928000', '104140.930000', '104140.933000', '104140.936000', '104140.939000', '104140.942000', '104140.945000', '104140.948000', '104140.951000', '104140.954000', '104140.957000', '104140.960000', '104140.963000', '104140.966000', '104140.969000', '104140.972000', '104140.975000', '104140.978000', '104140.981000', '104140.984000', '104140.986000', '104140.989000', '104140.992000', '104140.995000', '104140.998000', '104141.002000', '104141.005000', '104141.008000', '104141.011000', '104141.014000', '104141.017000', '104141.020000', '104148.431000', '104148.434000', '104148.438000', '104148.441000', '104148.444000', '104148.447000', '104148.450000', '104148.453000', '104148.456000', '104148.459000', '104148.463000', '104148.466000', '104148.469000', '104148.472000', '104148.475000', '104148.478000', '104148.481000'], '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': [9576, 9722, 9987, 8226, 11203, 7896, 10012, 7420, 9735, 12789, 8141, 9496, 8891, 7229, 9381, 7108, 8157, 6647, 7068, 9848, 6393, 8044, 10253, 7337, 8380, 6436, 7557, 8815, 7091, 9068, 7406, 8308, 6934, 8949, 6963, 9144, 8733, 7683, 10873, 7942, 9299, 7400, 9283, 7307, 9902, 6881, 9205, 14256, 9314, 10256, 12464, 8720, 12441, 8049, 8681, 7604, 10462, 7097, 9513, 13556, 8530, 9657, 7883, 8989, 7178, 7036, 8537, 6869, 9516, 7940, 9845, 7504, 9901, 10309, 11564, 8062, 8993, 13589, 9214, 10067, 9805, 8975, 13075, 9315, 9644, 7986, 9091, 6999, 9199, 11641, 8779, 9972, 8027, 8684, 11378, 7283, 9038, 9734, 7666, 10102, 6757, 8702, 11025, 7782, 9508, 6590, 8444, 10829, 7676, 9280, 6563, 8264, 6152, 8229, 6161, 8572, 7350, 8010, 10411, 7971, 9356, 7084, 9082, 10748, 7883, 11957, 8761, 9251, 13608, 9092, 10010, 11604, 8023, 10615, 7626, 9464, 7181, 8975, 6886, 8290, 12759, 7734, 9739, 7316, 8387, 11334, 7614, 10896, 7167, 9028, 13315, 8439, 10034, 7011, 7949, 7120, 7124, 8557, 6926, 10040, 7320, 9583, 10658, 8271, 10999, 7354, 8741, 11093, 7881, 9138, 6672, 8159, 10806, 7298, 8510, 10763, 7285, 9288, 6652, 7606, 8105, 6886, 8963, 6872, 8629, 7788, 7118, 10199, 7369, 9242, 6918, 8905, 6472, 8813, 9902, 8454, 11802, 8364, 9438, 13903, 9176, 10054, 11376, 8396, 11298, 7075, 8843, 11945, 7773, 9371, 6656, 8175, 10799, 7642, 8957, 7311, 8674, 7309, 9222, 7179, 9327, 8618, 8128, 11475, 8571, 10803, 7475, 9737, 14586, 9016, 11319, 9301, 9305, 12240, 7820, 9238, 9046, 7832, 10451, 7466, 9510, 6935, 7733, 10626, 6921, 8421, 10015, 7450, 9539, 7590, 8220, 6572, 8172, 10852, 7729, 9229, 8955, 7287, 10406, 7717, 8936, 6554, 8356, 12148, 8010, 9306, 11891, 7539, 10821, 7226, 8574, 9590, 7635, 7126, 6973, 10349, 12023, 8172, 11282, 8837, 8949, 12474, 8414, 9901, 7836, 8514, 6462, 8475, 13038, 8251, 9863, 10231, 8692, 12459, 8853, 11279, 7980, 10811, 8176, 9983, 9938, 7746, 6820, 9659, 6482, 6734, 7056, 6484, 6458, 6727, 6818, 10390, 8607, 8771, 10667, 9808, 8463, 11323, 10319, 9931, 14518, 12224, 11575, 15711, 15901, 11729, 12789, 11865, 9785, 14185, 10370, 8553, 8327, 8611, 9892, 9586, 9099, 11174, 9174, 7742, 10008, 8556, 9806, 8784, 6838, 9603, 6731, 9648, 7219, 9356, 7930, 6330, 9125, 6750, 9143, 8359, 6900, 8939, 6496, 9228, 7843, 7127, 8899, 7426, 10276, 8794, 8888, 11391, 10822, 11294, 11359, 10576, 12099, 10081, 13890, 9519, 12317, 8761, 10579, 11593, 10780, 13394, 9438, 9876, 7215, 8399, 6513, 8010, 8849, 7964, 9954, 8092, 9081, 7936, 8670, 7459, 10988, 7614, 8754, 7923, 9514, 7972, 10929, 7893, 10038, 7578, 8642, 14274, 9497, 10355, 7829, 7722, 12938, 8200, 9042, 7167, 7760, 7100, 8112, 7475, 8704, 6759, 8977, 6371, 6757, 8152, 7475, 10379, 9369, 9461, 9095, 13105, 9171, 11637, 9320, 14683, 9812, 15306, 11303, 13273, 10555, 11815, 7688, 8180, 6626, 7241, 9649, 7006, 7495, 6857, 6529, 6686, 6382, 6961, 6468, 7192, 7334, 10682, 8467, 7833, 8775, 7000, 11219, 8484, 6483, 12144, 9013, 10730, 11771, 8469, 14166, 9923, 8856, 12015, 8930, 14210, 9947, 7376, 9391, 6784, 10193, 14816, 9726, 11161, 8318, 9219, 7569, 8153, 6980, 7623, 6664, 7880, 6673, 7888, 7624, 7633, 7827, 7327, 6449, 7425, 12073, 8017, 9435, 7188, 7690, 10508, 7992, 8292, 7117, 7669, 6510, 7667, 6388, 8601, 8992, 7617, 10937, 8825, 8505, 7054, 8094, 6667, 8095, 12949, 8564, 8148, 12110, 7181, 7951, 6686, 7602, 8056, 7068, 7191, 6704, 7422, 8185, 6416, 7528, 6665, 6855, 7440, 6664, 6436, 6463, 6534, 6975, 10080, 7140, 7816, 11909, 8557, 8731, 8261, 7825, 12654, 7636, 8352, 7342, 7728, 11736, 7767, 8205, 9063, 6815, 8529, 6240, 7272, 9486, 6742, 8203, 6386, 6597, 9038, 6513, 7075, 6328, 6791, 6293, 6597, 9686, 6743, 7354, 10018, 7618, 7668, 7256, 6178, 7837, 6384, 6581, 6117, 6277, 6118, 8671, 10562, 6887, 8555, 12694, 7013, 9573, 8794, 6750, 11549, 7134, 7679, 10204, 7012, 8796, 6958, 6958, 7280, 6266, 9321, 6193, 7021, 9064, 6328, 8330, 6645, 7285, 6227, 7305, 6225, 6942, 10968, 7604, 8030, 12679, 8154, 8420, 6830, 7291, 6282, 6571, 9476, 6419, 7046, 10857, 7221, 7952, 6341, 7093, 6351, 6835, 10942, 7620, 7951, 13114, 8178, 8062, 9351, 6878, 8578, 6932, 7343, 9118, 6316, 8457, 6273, 6901, 8827, 6602, 7471, 6422, 7003, 6144, 6747, 7900, 6238, 8929, 6436, 7112, 8505, 6515, 8506, 6484, 7532, 6409, 8485, 6663, 7938, 11832, 7313, 11056, 8177, 8121, 6694, 7428, 6524, 8319, 6581, 9721, 8317, 10063, 10440, 9665, 6745, 8035, 5999, 8459, 6169, 10076, 6977, 10061, 10067, 10341, 11393, 8656, 8354, 7117, 11057, 7192, 8634, 8566, 7378, 10765, 8054, 9032, 7309, 7341, 6494, 7746, 7260, 7033, 10261, 7411, 8277, 7011, 7267, 7344, 6879, 10134, 6943, 7838, 10895, 7672, 8483, 6476, 7373, 9145, 6790, 8143, 6401, 7263, 9399, 6496, 8316, 6363, 6781, 8561, 6664, 8299, 6972, 8072, 6978, 8607, 6299, 7641, 13659, 9009, 9485, 8745, 7269, 9776, 6651, 11111, 11618, 7470, 10508, 7330, 6846, 10977, 7132, 7393, 7678, 6552, 8931, 6617, 7783, 6198, 6750, 10925, 7629, 7797, 12271, 7930, 8343, 6177, 6877, 10383, 7035, 7534, 11116, 7491, 8645, 6497, 7013, 6135, 6774, 6124, 6518, 6540, 7008, 11512, 11592, 7684, 10856, 8975, 7258, 12510, 7532, 9698, 14205, 7989, 9743, 11342, 7603, 9214, 6888, 6779, 9167, 6872, 7109, 10059, 6621, 8255, 6368, 6769, 8563, 6534, 7029, 6134, 7215, 9502, 6492, 7540, 9994, 7089, 8003, 6362, 7566, 9365, 7035, 8869, 6488, 7298, 10030, 6847, 7947, 6305, 7120, 5958, 7138, 5986, 8267, 13801, 9746, 9415, 14807, 9659, 10588, 7948, 7160, 13770, 8042, 7928, 13670, 8927, 8692, 12008, 7618], 'WindowCenter': [3824.0, 3811.0, 3807.0, 3772.0, 3803.0, 3773.0, 3793.0, 3761.0, 3780.0, 3798.0, 3758.0, 3780.0, 3779.0, 3772.0, 3793.0, 3762.0, 3772.0, 3762.0, 3761.0, 3792.0, 3750.0, 3773.0, 3792.0, 3772.0, 3783.0, 3752.0, 3785.0, 3808.0, 3789.0, 3808.0, 3798.0, 3797.0, 3789.0, 3808.0, 3789.0, 3821.0, 3809.0, 3799.0, 3830.0, 3797.0, 3808.0, 3788.0, 3807.0, 3786.0, 3807.0, 3763.0, 3795.0, 3827.0, 3794.0, 3805.0, 3815.0, 3783.0, 3813.0, 3772.0, 3780.0, 3770.0, 3790.0, 3748.0, 3793.0, 3812.0, 3793.0, 3805.0, 3784.0, 3792.0, 3774.0, 3764.0, 3783.0, 3751.0, 3793.0, 3784.0, 3805.0, 3774.0, 3807.0, 3806.0, 3829.0, 3784.0, 3793.0, 3811.0, 3779.0, 3778.0, 3776.0, 3768.0, 3799.0, 3767.0, 3777.0, 3758.0, 3767.0, 3745.0, 3766.0, 3787.0, 3768.0, 3791.0, 3758.0, 3768.0, 3788.0, 3747.0, 3781.0, 3780.0, 3760.0, 3779.0, 3736.0, 3768.0, 3788.0, 3757.0, 3779.0, 3738.0, 3772.0, 3803.0, 3772.0, 3805.0, 3775.0, 3795.0, 3753.0, 3784.0, 3753.0, 3809.0, 3787.0, 3798.0, 3831.0, 3812.0, 3822.0, 3778.0, 3810.0, 3818.0, 3786.0, 3830.0, 3785.0, 3795.0, 3815.0, 3783.0, 3793.0, 3815.0, 3797.0, 3816.0, 3785.0, 3793.0, 3762.0, 3781.0, 3760.0, 3783.0, 3825.0, 3773.0, 3795.0, 3774.0, 3785.0, 3815.0, 3773.0, 3804.0, 3761.0, 3782.0, 3811.0, 3770.0, 3792.0, 3749.0, 3784.0, 3762.0, 3763.0, 3782.0, 3763.0, 3793.0, 3773.0, 3794.0, 3805.0, 3783.0, 3793.0, 3760.0, 3795.0, 3816.0, 3773.0, 3792.0, 3749.0, 3770.0, 3789.0, 3759.0, 3781.0, 3790.0, 3760.0, 3781.0, 3750.0, 3772.0, 3771.0, 3761.0, 3780.0, 3750.0, 3783.0, 3771.0, 3761.0, 3804.0, 3773.0, 3794.0, 3775.0, 3796.0, 3763.0, 3794.0, 3808.0, 3785.0, 3804.0, 3770.0, 3781.0, 3813.0, 3794.0, 3793.0, 3800.0, 3769.0, 3789.0, 3735.0, 3767.0, 3789.0, 3756.0, 3767.0, 3735.0, 3770.0, 3800.0, 3772.0, 3793.0, 3772.0, 3780.0, 3773.0, 3793.0, 3776.0, 3808.0, 3784.0, 3786.0, 3818.0, 3797.0, 3806.0, 3773.0, 3794.0, 3813.0, 3770.0, 3791.0, 3768.0, 3769.0, 3790.0, 3760.0, 3782.0, 3779.0, 3758.0, 3789.0, 3759.0, 3780.0, 3748.0, 3760.0, 3791.0, 3749.0, 3783.0, 3803.0, 3773.0, 3804.0, 3774.0, 3784.0, 3766.0, 3810.0, 3817.0, 3774.0, 3797.0, 3809.0, 3788.0, 3820.0, 3799.0, 3797.0, 3764.0, 3785.0, 3830.0, 3785.0, 3795.0, 3815.0, 3775.0, 3806.0, 3787.0, 3798.0, 3807.0, 3786.0, 3774.0, 3774.0, 3819.0, 3816.0, 3785.0, 3817.0, 3784.0, 3796.0, 3816.0, 3784.0, 3804.0, 3772.0, 3782.0, 3751.0, 3781.0, 3813.0, 3772.0, 3793.0, 3793.0, 3784.0, 3814.0, 3795.0, 3804.0, 3772.0, 3802.0, 3769.0, 3790.0, 3791.0, 3729.0, 3687.0, 3737.0, 3822.0, 3804.0, 3832.0, 3808.0, 3820.0, 3820.0, 3820.0, 3858.0, 3821.0, 3850.0, 3872.0, 3861.0, 3839.0, 3870.0, 3849.0, 3849.0, 3891.0, 3871.0, 3869.0, 3799.0, 3860.0, 3826.0, 3825.0, 3823.0, 3801.0, 3819.0, 3800.0, 3761.0, 3737.0, 3764.0, 3763.0, 3763.0, 3763.0, 3771.0, 3763.0, 3741.0, 3762.0, 3764.0, 3774.0, 3765.0, 3735.0, 3777.0, 3735.0, 3778.0, 3771.0, 3778.0, 3768.0, 3747.0, 3791.0, 3761.0, 3805.0, 3795.0, 3775.0, 3808.0, 3780.0, 3820.0, 3799.0, 3786.0, 3818.0, 3788.0, 3819.0, 3808.0, 3808.0, 3830.0, 3818.0, 3817.0, 3816.0, 3818.0, 3826.0, 3804.0, 3825.0, 3794.0, 3802.0, 3769.0, 3791.0, 3800.0, 3789.0, 3799.0, 3779.0, 3789.0, 3745.0, 3766.0, 3734.0, 3767.0, 3778.0, 3782.0, 3802.0, 3783.0, 3806.0, 3796.0, 3794.0, 3788.0, 3827.0, 3797.0, 3796.0, 3795.0, 3804.0, 3796.0, 3817.0, 3796.0, 3805.0, 3786.0, 3796.0, 3825.0, 3793.0, 3802.0, 3758.0, 3785.0, 3812.0, 3781.0, 3790.0, 3760.0, 3770.0, 3761.0, 3783.0, 3786.0, 3794.0, 3746.0, 3802.0, 3788.0, 3760.0, 3778.0, 3772.0, 3798.0, 3803.0, 3760.0, 3802.0, 3819.0, 3777.0, 3811.0, 3777.0, 3806.0, 3706.0, 3797.0, 3786.0, 3796.0, 3774.0, 3785.0, 3742.0, 3753.0, 3719.0, 3741.0, 3759.0, 3729.0, 3687.0, 3721.0, 3750.0, 3761.0, 3733.0, 3731.0, 3750.0, 3748.0, 3701.0, 3810.0, 3806.0, 3793.0, 3818.0, 3799.0, 3840.0, 3820.0, 3790.0, 3852.0, 3823.0, 3842.0, 3841.0, 3809.0, 3835.0, 3830.0, 3796.0, 3828.0, 3808.0, 3836.0, 3805.0, 3774.0, 3794.0, 3749.0, 3802.0, 3821.0, 3780.0, 3789.0, 3769.0, 3791.0, 3759.0, 3768.0, 3746.0, 3756.0, 3748.0, 3769.0, 3749.0, 3770.0, 3783.0, 3783.0, 3771.0, 3771.0, 3751.0, 3774.0, 3826.0, 3785.0, 3794.0, 3761.0, 3772.0, 3801.0, 3783.0, 3782.0, 3762.0, 3786.0, 3764.0, 3783.0, 3764.0, 3796.0, 3793.0, 3784.0, 3815.0, 3793.0, 3782.0, 3762.0, 3786.0, 3752.0, 3797.0, 3827.0, 3784.0, 3773.0, 3801.0, 3750.0, 3772.0, 3750.0, 3770.0, 3769.0, 3760.0, 3762.0, 3747.0, 3758.0, 3768.0, 3738.0, 3773.0, 3761.0, 3764.0, 3785.0, 3763.0, 3764.0, 3765.0, 3765.0, 3788.0, 3832.0, 3790.0, 3789.0, 3828.0, 3796.0, 3797.0, 3783.0, 3772.0, 3811.0, 3759.0, 3770.0, 3761.0, 3772.0, 3814.0, 3760.0, 3770.0, 3780.0, 3749.0, 3768.0, 3737.0, 3758.0, 3791.0, 3750.0, 3770.0, 3737.0, 3748.0, 3792.0, 3762.0, 3773.0, 3763.0, 3764.0, 3764.0, 3764.0, 3805.0, 3762.0, 3775.0, 3818.0, 3773.0, 3783.0, 3773.0, 3753.0, 3784.0, 3776.0, 3776.0, 3767.0, 3778.0, 3782.0, 3823.0, 3831.0, 3777.0, 3798.0, 3828.0, 3777.0, 3808.0, 3783.0, 3762.0, 3814.0, 3762.0, 3774.0, 3804.0, 3761.0, 3795.0, 3763.0, 3761.0, 3758.0, 3738.0, 3779.0, 3737.0, 3748.0, 3779.0, 3751.0, 3782.0, 3762.0, 3761.0, 3753.0, 3788.0, 3755.0, 3775.0, 3815.0, 3771.0, 3784.0, 3827.0, 3772.0, 3770.0, 3749.0, 3760.0, 3738.0, 3750.0, 3790.0, 3748.0, 3760.0, 3801.0, 3771.0, 3771.0, 3750.0, 3761.0, 3751.0, 3763.0, 3816.0, 3784.0, 3784.0, 3813.0, 3783.0, 3785.0, 3792.0, 3750.0, 3780.0, 3749.0, 3772.0, 3780.0, 3737.0, 3768.0, 3738.0, 3773.0, 3805.0, 3776.0, 3785.0, 3764.0, 3763.0, 3752.0, 3765.0, 3784.0, 3754.0, 3795.0, 3763.0, 3775.0, 3794.0, 3765.0, 3807.0, 3765.0, 3785.0, 3766.0, 3806.0, 3775.0, 3797.0, 3826.0, 3774.0, 3829.0, 3808.0, 3784.0, 3764.0, 3773.0, 3764.0, 3784.0, 3763.0, 3805.0, 3783.0, 3817.0, 3814.0, 3803.0, 3761.0, 3783.0, 3751.0, 3782.0, 3739.0, 3792.0, 3760.0, 3791.0, 3789.0, 3790.0, 3799.0, 3768.0, 3756.0, 3745.0, 3786.0, 3734.0, 3756.0, 3753.0, 3745.0, 3774.0, 3754.0, 3763.0, 3745.0, 3744.0, 3725.0, 3756.0, 3756.0, 3747.0, 3788.0, 3759.0, 3782.0, 3759.0, 3758.0, 3746.0, 3737.0, 3790.0, 3761.0, 3770.0, 3788.0, 3759.0, 3779.0, 3737.0, 3760.0, 3778.0, 3751.0, 3783.0, 3750.0, 3774.0, 3792.0, 3753.0, 3794.0, 3767.0, 3791.0, 3820.0, 3789.0, 3809.0, 3789.0, 3799.0, 3791.0, 3810.0, 3780.0, 3802.0, 3854.0, 3811.0, 3821.0, 3798.0, 3788.0, 3818.0, 3765.0, 3817.0, 3814.0, 3774.0, 3805.0, 3759.0, 3750.0, 3790.0, 3761.0, 3773.0, 3772.0, 3752.0, 3781.0, 3761.0, 3772.0, 3752.0, 3777.0, 3817.0, 3773.0, 3787.0, 3827.0, 3784.0, 3783.0, 3739.0, 3751.0, 3803.0, 3760.0, 3771.0, 3801.0, 3772.0, 3792.0, 3751.0, 3773.0, 3752.0, 3763.0, 3753.0, 3765.0, 3765.0, 3778.0, 3842.0, 3829.0, 3786.0, 3818.0, 3795.0, 3762.0, 3802.0, 3759.0, 3780.0, 3810.0, 3758.0, 3780.0, 3789.0, 3746.0, 3778.0, 3745.0, 3736.0, 3765.0, 3734.0, 3735.0, 3775.0, 3735.0, 3756.0, 3735.0, 3748.0, 3768.0, 3738.0, 3749.0, 3738.0, 3774.0, 3805.0, 3750.0, 3774.0, 3806.0, 3775.0, 3785.0, 3752.0, 3799.0, 3806.0, 3774.0, 3806.0, 3753.0, 3776.0, 3821.0, 3778.0, 3798.0, 3778.0, 3775.0, 3766.0, 3776.0, 3768.0, 3825.0, 3853.0, 3819.0, 3810.0, 3852.0, 3807.0, 3817.0, 3784.0, 3775.0, 3839.0, 3772.0, 3773.0, 3812.0, 3779.0, 3782.0, 3826.0, 3771.0], 'WindowWidth': [8579.0, 8555.0, 8539.0, 8485.0, 8527.0, 8486.0, 8513.0, 8466.0, 8491.0, 8510.0, 8455.0, 8490.0, 8488.0, 8485.0, 8514.0, 8471.0, 8485.0, 8470.0, 8469.0, 8509.0, 8450.0, 8487.0, 8510.0, 8486.0, 8502.0, 8459.0, 8508.0, 8547.0, 8524.0, 8546.0, 8534.0, 8529.0, 8524.0, 8546.0, 8523.0, 8569.0, 8548.0, 8534.0, 8580.0, 8531.0, 8545.0, 8518.0, 8541.0, 8513.0, 8540.0, 8476.0, 8521.0, 8569.0, 8518.0, 8535.0, 8546.0, 8503.0, 8542.0, 8485.0, 8493.0, 8480.0, 8504.0, 8445.0, 8514.0, 8538.0, 8517.0, 8537.0, 8507.0, 8513.0, 8490.0, 8477.0, 8500.0, 8454.0, 8514.0, 8504.0, 8533.0, 8491.0, 8539.0, 8539.0, 8575.0, 8505.0, 8514.0, 8537.0, 8486.0, 8486.0, 8476.0, 8468.0, 8515.0, 8469.0, 8480.0, 8457.0, 8467.0, 8436.0, 8466.0, 8495.0, 8469.0, 8505.0, 8456.0, 8470.0, 8496.0, 8438.0, 8493.0, 8492.0, 8462.0, 8485.0, 8424.0, 8469.0, 8494.0, 8455.0, 8485.0, 8431.0, 8482.0, 8527.0, 8485.0, 8535.0, 8499.0, 8523.0, 8466.0, 8505.0, 8462.0, 8547.0, 8514.0, 8531.0, 8579.0, 8558.0, 8570.0, 8506.0, 8549.0, 8555.0, 8511.0, 8577.0, 8505.0, 8517.0, 8549.0, 8498.0, 8512.0, 8548.0, 8528.0, 8551.0, 8507.0, 8515.0, 8473.0, 8497.0, 8467.0, 8502.0, 8561.0, 8487.0, 8520.0, 8490.0, 8507.0, 8546.0, 8489.0, 8531.0, 8467.0, 8499.0, 8536.0, 8480.0, 8509.0, 8449.0, 8503.0, 8472.0, 8475.0, 8501.0, 8477.0, 8515.0, 8487.0, 8515.0, 8534.0, 8500.0, 8511.0, 8465.0, 8521.0, 8549.0, 8489.0, 8511.0, 8450.0, 8477.0, 8501.0, 8461.0, 8493.0, 8504.0, 8466.0, 8495.0, 8454.0, 8488.0, 8483.0, 8471.0, 8493.0, 8455.0, 8501.0, 8482.0, 8469.0, 8530.0, 8491.0, 8519.0, 8497.0, 8523.0, 8477.0, 8517.0, 8545.0, 8506.0, 8531.0, 8476.0, 8493.0, 8543.0, 8515.0, 8515.0, 8516.0, 8474.0, 8499.0, 8421.0, 8466.0, 8499.0, 8452.0, 8468.0, 8423.0, 8478.0, 8518.0, 8485.0, 8517.0, 8486.0, 8494.0, 8488.0, 8514.0, 8499.0, 8542.0, 8505.0, 8511.0, 8555.0, 8526.0, 8537.0, 8489.0, 8514.0, 8541.0, 8476.0, 8507.0, 8469.0, 8471.0, 8502.0, 8463.0, 8496.0, 8488.0, 8460.0, 8499.0, 8459.0, 8489.0, 8444.0, 8463.0, 8505.0, 8449.0, 8503.0, 8528.0, 8490.0, 8531.0, 8491.0, 8503.0, 8485.0, 8551.0, 8551.0, 8490.0, 8526.0, 8545.0, 8518.0, 8563.0, 8535.0, 8528.0, 8480.0, 8509.0, 8577.0, 8506.0, 8520.0, 8543.0, 8492.0, 8537.0, 8515.0, 8531.0, 8540.0, 8512.0, 8492.0, 8492.0, 8560.0, 8549.0, 8504.0, 8554.0, 8501.0, 8523.0, 8551.0, 8505.0, 8532.0, 8487.0, 8499.0, 8456.0, 8495.0, 8541.0, 8484.0, 8512.0, 8512.0, 8502.0, 8544.0, 8519.0, 8530.0, 8486.0, 8524.0, 8475.0, 8505.0, 8510.0, 8404.0, 8334.0, 8401.0, 8601.0, 8556.0, 8607.0, 8568.0, 8588.0, 8588.0, 8588.0, 8632.0, 8568.0, 8624.0, 8656.0, 8639.0, 8606.0, 8651.0, 8619.0, 8620.0, 8682.0, 8653.0, 8645.0, 8509.0, 8636.0, 8573.0, 8568.0, 8560.0, 8524.0, 8547.0, 8523.0, 8455.0, 8412.0, 8458.0, 8454.0, 8455.0, 8454.0, 8464.0, 8455.0, 8423.0, 8453.0, 8459.0, 8471.0, 8461.0, 8423.0, 8480.0, 8423.0, 8484.0, 8483.0, 8489.0, 8474.0, 8447.0, 8509.0, 8472.0, 8535.0, 8522.0, 8497.0, 8548.0, 8517.0, 8564.0, 8535.0, 8515.0, 8560.0, 8519.0, 8560.0, 8545.0, 8546.0, 8579.0, 8557.0, 8555.0, 8553.0, 8559.0, 8566.0, 8532.0, 8562.0, 8515.0, 8527.0, 8475.0, 8508.0, 8517.0, 8498.0, 8511.0, 8486.0, 8498.0, 8437.0, 8466.0, 8421.0, 8469.0, 8483.0, 8499.0, 8523.0, 8505.0, 8541.0, 8529.0, 8521.0, 8519.0, 8569.0, 8530.0, 8527.0, 8524.0, 8535.0, 8525.0, 8554.0, 8526.0, 8537.0, 8513.0, 8526.0, 8563.0, 8515.0, 8527.0, 8462.0, 8512.0, 8542.0, 8495.0, 8508.0, 8467.0, 8480.0, 8472.0, 8501.0, 8515.0, 8523.0, 8448.0, 8533.0, 8537.0, 8474.0, 8493.0, 8488.0, 8516.0, 8534.0, 8449.0, 8532.0, 8548.0, 8487.0, 8536.0, 8484.0, 8522.0, 8343.0, 8499.0, 8496.0, 8511.0, 8476.0, 8494.0, 8431.0, 8445.0, 8395.0, 8425.0, 8447.0, 8409.0, 8327.0, 8402.0, 8458.0, 8476.0, 8421.0, 8412.0, 8458.0, 8446.0, 8355.0, 8537.0, 8544.0, 8522.0, 8565.0, 8542.0, 8596.0, 8569.0, 8533.0, 8615.0, 8577.0, 8598.0, 8596.0, 8551.0, 8573.0, 8583.0, 8527.0, 8571.0, 8543.0, 8579.0, 8537.0, 8492.0, 8519.0, 8452.0, 8526.0, 8550.0, 8492.0, 8504.0, 8476.0, 8510.0, 8465.0, 8471.0, 8442.0, 8456.0, 8450.0, 8477.0, 8452.0, 8481.0, 8506.0, 8505.0, 8485.0, 8485.0, 8458.0, 8496.0, 8566.0, 8510.0, 8519.0, 8469.0, 8486.0, 8525.0, 8505.0, 8501.0, 8473.0, 8513.0, 8482.0, 8505.0, 8483.0, 8526.0, 8517.0, 8509.0, 8549.0, 8516.0, 8500.0, 8476.0, 8512.0, 8460.0, 8528.0, 8568.0, 8502.0, 8489.0, 8522.0, 8451.0, 8487.0, 8456.0, 8480.0, 8476.0, 8468.0, 8472.0, 8443.0, 8459.0, 8471.0, 8436.0, 8489.0, 8474.0, 8483.0, 8511.0, 8481.0, 8482.0, 8486.0, 8487.0, 8521.0, 8584.0, 8526.0, 8521.0, 8570.0, 8526.0, 8527.0, 8502.0, 8486.0, 8537.0, 8463.0, 8479.0, 8470.0, 8486.0, 8543.0, 8465.0, 8478.0, 8490.0, 8449.0, 8470.0, 8428.0, 8460.0, 8507.0, 8454.0, 8479.0, 8430.0, 8448.0, 8512.0, 8477.0, 8490.0, 8479.0, 8483.0, 8482.0, 8483.0, 8533.0, 8474.0, 8497.0, 8557.0, 8489.0, 8505.0, 8492.0, 8469.0, 8510.0, 8503.0, 8505.0, 8494.0, 8509.0, 8522.0, 8576.0, 8580.0, 8503.0, 8530.0, 8568.0, 8501.0, 8543.0, 8502.0, 8474.0, 8544.0, 8474.0, 8491.0, 8530.0, 8470.0, 8524.0, 8478.0, 8471.0, 8461.0, 8435.0, 8490.0, 8431.0, 8449.0, 8489.0, 8458.0, 8500.0, 8474.0, 8470.0, 8464.0, 8522.0, 8471.0, 8498.0, 8547.0, 8482.0, 8507.0, 8570.0, 8486.0, 8480.0, 8451.0, 8466.0, 8434.0, 8454.0, 8507.0, 8448.0, 8466.0, 8523.0, 8486.0, 8484.0, 8455.0, 8470.0, 8457.0, 8478.0, 8551.0, 8507.0, 8503.0, 8543.0, 8502.0, 8508.0, 8512.0, 8453.0, 8491.0, 8449.0, 8485.0, 8493.0, 8433.0, 8476.0, 8435.0, 8491.0, 8538.0, 8502.0, 8512.0, 8483.0, 8476.0, 8462.0, 8484.0, 8508.0, 8469.0, 8521.0, 8480.0, 8500.0, 8522.0, 8487.0, 8546.0, 8487.0, 8511.0, 8489.0, 8542.0, 8500.0, 8531.0, 8564.0, 8495.0, 8578.0, 8548.0, 8509.0, 8481.0, 8491.0, 8482.0, 8505.0, 8479.0, 8537.0, 8503.0, 8555.0, 8545.0, 8531.0, 8473.0, 8505.0, 8459.0, 8501.0, 8439.0, 8510.0, 8466.0, 8510.0, 8504.0, 8507.0, 8516.0, 8472.0, 8453.0, 8439.0, 8494.0, 8420.0, 8450.0, 8443.0, 8435.0, 8472.0, 8446.0, 8458.0, 8437.0, 8433.0, 8410.0, 8455.0, 8455.0, 8446.0, 8499.0, 8462.0, 8498.0, 8464.0, 8460.0, 8439.0, 8430.0, 8504.0, 8469.0, 8480.0, 8498.0, 8461.0, 8490.0, 8434.0, 8464.0, 8487.0, 8457.0, 8502.0, 8455.0, 8492.0, 8514.0, 8465.0, 8520.0, 8491.0, 8531.0, 8568.0, 8527.0, 8551.0, 8525.0, 8538.0, 8529.0, 8552.0, 8514.0, 8543.0, 8617.0, 8554.0, 8568.0, 8531.0, 8520.0, 8558.0, 8481.0, 8553.0, 8546.0, 8493.0, 8535.0, 8464.0, 8451.0, 8504.0, 8470.0, 8489.0, 8487.0, 8461.0, 8495.0, 8472.0, 8486.0, 8460.0, 8504.0, 8556.0, 8488.0, 8514.0, 8569.0, 8507.0, 8500.0, 8437.0, 8455.0, 8526.0, 8465.0, 8482.0, 8522.0, 8485.0, 8515.0, 8459.0, 8490.0, 8462.0, 8478.0, 8466.0, 8486.0, 8485.0, 8506.0, 8600.0, 8573.0, 8512.0, 8560.0, 8521.0, 8472.0, 8523.0, 8462.0, 8491.0, 8530.0, 8457.0, 8491.0, 8499.0, 8438.0, 8484.0, 8436.0, 8426.0, 8462.0, 8421.0, 8423.0, 8475.0, 8422.0, 8453.0, 8426.0, 8449.0, 8472.0, 8433.0, 8449.0, 8436.0, 8495.0, 8538.0, 8455.0, 8492.0, 8537.0, 8496.0, 8508.0, 8461.0, 8534.0, 8540.0, 8495.0, 8538.0, 8463.0, 8498.0, 8568.0, 8508.0, 8534.0, 8506.0, 8498.0, 8487.0, 8501.0, 8494.0, 8581.0, 8616.0, 8560.0, 8550.0, 8612.0, 8541.0, 8555.0, 8504.0, 8495.0, 8588.0, 8485.0, 8487.0, 8538.0, 8488.0, 8499.0, 8563.0, 8483.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.02580744266055046</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.24781945974770642</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.961388234500575</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.0163289702640659</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1501529469001148</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4553</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6674.9829</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.4699741986556552</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>322</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>36.92660550458716</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>3.1571985311071082</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>3.13744665247017</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>3.4552749176198265</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.8788740232313295</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0071879</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01305046770721674</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.030825180932879448</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.452597140353477</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>15.9919</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.2381</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>148.4051</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>310423.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>690.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>268.0028</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2302</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>387.5014</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3038.4157</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3240.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>66121.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1297.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3811.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>727.6597</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>12.51399757526815</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> |