=== 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-0013 --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-0013",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0013_ses-01_task-social_acq-mb8_run-05_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0013_ses-01_task-social_acq-mb8_run-05_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-05_session-01_subject-0013_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-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-01_subject-0013_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-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-01_subject-0013_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-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-01_subject-0013_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-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-05_session-01_subject-0013_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-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-05_session-01_subject-0013_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-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-01_subject-0013_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-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0013/ses-01/func/sub-0013_ses-01_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>5f9f675e2ddf55ac59a16ca408df7590</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:31:50.522500</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.999342, -0.0303217, 0.0198919, 0.0310564, 0.998805, -0.0377283]</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_brain_imaging_center</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.0953377</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4136, -7743, -7206, 596, -167, -73, 61, 47]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>248.235</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>7e189bbf-d1d1-4a77-8dd5-1920bbc6abcf||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.681162118911743, 0.08332211524248123, 0.05055532231926918, 111.98036193847656], [0.08135098218917847, 2.6797215938568115, -0.10346739739179611, -85.8604965209961], [0.05336863920092583, 0.10122228413820267, 2.697542905807495, -50.54878616333008], [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': ['103150.522500', '103150.982500', '103151.442500', '103151.902500', '103152.362500', '103152.822500', '103153.282500', '103153.742500', '103154.202500', '103154.662500', '103155.122500', '103155.582500', '103156.042500', '103156.502500', '103156.962500', '103157.422500', '103157.882500', '103158.342500', '103158.802500', '103159.262500', '103159.722500', '103200.182500', '103200.642500', '103201.102500', '103201.562500', '103202.022500', '103202.482500', '103202.942500', '103203.402500', '103203.862500', '103204.322500', '103204.782500', '103205.242500', '103205.702500', '103206.162500', '103206.622500', '103207.082500', '103207.542500', '103208.002500', '103208.462500', '103208.922500', '103209.382500', '103209.842500', '103210.302500', '103210.762500', '103211.222500', '103211.682500', '103212.142500', '103212.602500', '103213.062500', '103213.522500', '103213.982500', '103214.442500', '103214.902500', '103215.362500', '103215.822500', '103216.282500', '103216.742500', '103217.202500', '103217.662500', '103218.122500', '103218.582500', '103219.042500', '103219.502500', '103219.962500', '103220.422500', '103220.882500', '103221.342500', '103221.802500', '103222.262500', '103222.722500', '103223.182500', '103223.642500', '103224.102500', '103224.562500', '103225.022500', '103225.482500', '103225.942500', '103226.402500', '103226.862500', '103227.322500', '103227.782500', '103228.242500', '103228.702500', '103229.162500', '103229.622500', '103230.082500', '103230.542500', '103231.002500', '103231.462500', '103231.922500', '103232.382500', '103232.842500', '103233.302500', '103233.762500', '103234.222500', '103234.682500', '103235.142500', '103235.602500', '103236.062500', '103236.522500', '103236.982500', '103237.442500', '103237.902500', '103238.362500', '103238.822500', '103239.282500', '103239.742500', '103240.202500', '103240.662500', '103241.122500', '103241.582500', '103242.042500', '103242.502500', '103242.962500', '103243.422500', '103243.882500', '103244.342500', '103244.802500', '103245.262500', '103245.722500', '103246.182500', '103246.642500', '103247.102500', '103247.562500', '103248.022500', '103248.482500', '103248.942500', '103249.402500', '103249.862500', '103250.322500', '103250.782500', '103251.242500', '103251.702500', '103252.162500', '103252.622500', '103253.082500', '103253.542500', '103254.002500', '103254.462500', '103254.922500', '103255.382500', '103255.842500', '103256.302500', '103256.762500', '103257.222500', '103257.682500', '103258.142500', '103258.602500', '103259.062500', '103259.522500', '103259.982500', '103300.442500', '103300.902500', '103301.362500', '103301.822500', '103302.282500', '103302.742500', '103303.202500', '103303.662500', '103304.122500', '103304.582500', '103305.042500', '103305.502500', '103305.962500', '103306.422500', '103306.882500', '103307.342500', '103307.802500', '103308.262500', '103308.722500', '103309.182500', '103309.642500', '103310.102500', '103310.562500', '103311.022500', '103311.482500', '103311.942500', '103312.402500', '103312.862500', '103313.322500', '103313.782500', '103314.242500', '103314.702500', '103315.162500', '103315.622500', '103316.082500', '103316.542500', '103317.002500', '103317.462500', '103317.922500', '103318.382500', '103318.842500', '103319.302500', '103319.762500', '103320.222500', '103320.682500', '103321.142500', '103321.602500', '103322.062500', '103322.522500', '103322.982500', '103323.442500', '103323.902500', '103324.362500', '103324.822500', '103325.282500', '103325.742500', '103326.202500', '103326.662500', '103327.122500', '103327.582500', '103328.042500', '103328.502500', '103328.962500', '103329.422500', '103329.882500', '103330.342500', '103330.802500', '103331.262500', '103331.722500', '103332.182500', '103332.642500', '103333.102500', '103333.562500', '103334.022500', '103334.482500', '103334.942500', '103335.402500', '103335.862500', '103336.322500', '103336.782500', '103337.242500', '103337.702500', '103338.162500', '103338.622500', '103339.082500', '103339.542500', '103340.002500', '103340.462500', '103340.922500', '103341.382500', '103341.842500', '103342.302500', '103342.762500', '103343.222500', '103343.682500', '103344.142500', '103344.602500', '103345.062500', '103345.522500', '103345.982500', '103346.442500', '103346.902500', '103347.362500', '103347.822500', '103348.282500', '103348.742500', '103349.202500', '103349.662500', '103350.122500', '103350.582500', '103351.042500', '103351.502500', '103351.962500', '103352.422500', '103352.882500', '103353.342500', '103353.802500', '103354.262500', '103354.722500', '103355.182500', '103355.642500', '103356.102500', '103356.562500', '103357.022500', '103357.482500', '103357.942500', '103358.402500', '103358.862500', '103359.322500', '103359.782500', '103400.242500', '103400.702500', '103401.162500', '103401.622500', '103402.082500', '103402.542500', '103403.002500', '103403.462500', '103403.922500', '103404.382500', '103404.842500', '103405.302500', '103405.762500', '103406.222500', '103406.682500', '103407.142500', '103407.602500', '103408.062500', '103408.522500', '103408.982500', '103409.442500', '103409.902500', '103410.362500', '103410.822500', '103411.282500', '103411.742500', '103412.202500', '103412.662500', '103413.122500', '103413.582500', '103414.042500', '103414.502500', '103414.962500', '103415.422500', '103415.882500', '103416.342500', '103416.802500', '103417.262500', '103417.722500', '103418.182500', '103418.642500', '103419.102500', '103419.562500', '103420.022500', '103420.482500', '103420.942500', '103421.402500', '103421.862500', '103422.322500', '103422.782500', '103423.242500', '103423.702500', '103424.162500', '103424.622500', '103425.082500', '103425.542500', '103426.002500', '103426.462500', '103426.922500', '103427.382500', '103427.842500', '103428.302500', '103428.762500', '103429.222500', '103429.682500', '103430.142500', '103430.602500', '103431.062500', '103431.522500', '103431.982500', '103432.442500', '103432.902500', '103433.362500', '103433.822500', '103434.282500', '103434.742500', '103435.202500', '103435.662500', '103436.122500', '103436.582500', '103437.042500', '103437.502500', '103437.962500', '103438.422500', '103438.882500', '103439.342500', '103439.802500', '103440.262500', '103440.722500', '103441.182500', '103441.642500', '103442.102500', '103442.562500', '103443.022500', '103443.482500', '103443.942500', '103444.402500', '103444.862500', '103445.322500', '103445.782500', '103446.242500', '103446.702500', '103447.162500', '103447.622500', '103448.082500', '103448.542500', '103449.002500', '103449.462500', '103449.922500', '103450.382500', '103450.842500', '103451.302500', '103451.762500', '103452.222500', '103452.682500', '103453.142500', '103453.602500', '103454.062500', '103454.522500', '103454.982500', '103455.442500', '103455.902500', '103456.362500', '103456.822500', '103457.282500', '103457.742500', '103458.202500', '103458.662500', '103459.122500', '103459.582500', '103500.042500', '103500.502500', '103500.962500', '103501.422500', '103501.882500', '103502.342500', '103502.802500', '103503.262500', '103503.722500', '103504.182500', '103504.642500', '103505.102500', '103505.562500', '103506.022500', '103506.482500', '103506.942500', '103507.402500', '103507.862500', '103508.322500', '103508.782500', '103509.242500', '103509.702500', '103510.162500', '103510.622500', '103511.082500', '103511.542500', '103512.002500', '103512.462500', '103512.922500', '103513.382500', '103513.842500', '103514.302500', '103514.762500', '103515.222500', '103515.682500', '103516.142500', '103516.602500', '103517.062500', '103517.522500', '103517.982500', '103518.442500', '103518.902500', '103519.362500', '103519.822500', '103520.282500', '103520.742500', '103521.202500', '103521.662500', '103522.122500', '103522.582500', '103523.042500', '103523.502500', '103523.962500', '103524.422500', '103524.882500', '103525.342500', '103525.802500', '103526.262500', '103526.722500', '103527.182500', '103527.642500', '103528.102500', '103528.562500', '103529.022500', '103529.482500', '103529.942500', '103530.402500', '103530.862500', '103531.322500', '103531.782500', '103532.242500', '103532.702500', '103533.162500', '103533.622500', '103534.082500', '103534.542500', '103535.002500', '103535.462500', '103535.922500', '103536.382500', '103536.842500', '103537.302500', '103537.762500', '103538.222500', '103538.682500', '103539.142500', '103539.602500', '103540.062500', '103540.522500', '103540.982500', '103541.442500', '103541.902500', '103542.362500', '103542.822500', '103543.282500', '103543.742500', '103544.202500', '103544.662500', '103545.122500', '103545.582500', '103546.042500', '103546.502500', '103546.962500', '103547.422500', '103547.882500', '103548.342500', '103548.802500', '103549.262500', '103549.722500', '103550.182500', '103550.642500', '103551.102500', '103551.562500', '103552.022500', '103552.482500', '103552.942500', '103553.402500', '103553.862500', '103554.322500', '103554.782500', '103555.242500', '103555.702500', '103556.162500', '103556.622500', '103557.082500', '103557.542500', '103558.002500', '103558.462500', '103558.922500', '103559.382500', '103559.842500', '103600.302500', '103600.762500', '103601.222500', '103601.682500', '103602.142500', '103602.602500', '103603.062500', '103603.522500', '103603.982500', '103604.442500', '103604.902500', '103605.362500', '103605.822500', '103606.282500', '103606.742500', '103607.202500', '103607.662500', '103608.122500', '103608.582500', '103609.042500', '103609.502500', '103609.962500', '103610.422500', '103610.882500', '103611.342500', '103611.802500', '103612.262500', '103612.722500', '103613.182500', '103613.642500', '103614.102500', '103614.562500', '103615.022500', '103615.482500', '103615.942500', '103616.402500', '103616.862500', '103617.322500', '103617.782500', '103618.242500', '103618.702500', '103619.162500', '103619.622500', '103620.082500', '103620.542500', '103621.002500', '103621.462500', '103621.922500', '103622.382500', '103622.842500', '103623.302500', '103623.762500', '103624.222500', '103624.682500', '103625.142500', '103625.602500', '103626.062500', '103626.522500', '103626.982500', '103627.442500', '103627.902500', '103628.362500', '103628.822500', '103629.282500', '103629.742500', '103630.202500', '103630.662500', '103631.122500', '103631.582500', '103632.042500', '103632.502500', '103632.962500', '103633.422500', '103633.882500', '103634.342500', '103634.802500', '103635.262500', '103635.722500', '103636.182500', '103636.642500', '103637.102500', '103637.562500', '103638.022500', '103638.482500', '103638.942500', '103639.402500', '103639.862500', '103640.322500', '103640.782500', '103641.242500', '103641.702500', '103642.162500', '103642.622500', '103643.082500', '103643.542500', '103644.002500', '103644.462500', '103644.922500', '103645.382500', '103645.842500', '103646.302500', '103646.762500', '103647.222500', '103647.682500', '103648.142500', '103648.602500', '103649.062500', '103649.522500', '103649.982500', '103650.442500', '103650.902500', '103651.362500', '103651.822500', '103652.282500', '103652.742500', '103653.202500', '103653.662500', '103654.122500', '103654.582500', '103655.042500', '103655.502500', '103655.962500', '103656.422500', '103656.882500', '103657.342500', '103657.802500', '103658.262500', '103658.722500', '103659.182500', '103659.642500', '103700.102500', '103700.562500', '103701.022500', '103701.482500', '103701.942500', '103702.402500', '103702.862500', '103703.322500', '103703.782500', '103704.242500', '103704.702500', '103705.162500', '103705.622500', '103706.082500', '103706.542500', '103707.002500', '103707.462500', '103707.922500', '103708.382500', '103708.842500', '103709.302500', '103709.762500', '103710.222500', '103710.682500', '103711.142500', '103711.602500', '103712.062500', '103712.522500', '103712.982500', '103713.442500', '103713.902500', '103714.362500', '103714.822500', '103715.282500', '103715.742500', '103716.202500', '103716.662500', '103717.122500', '103717.582500', '103718.042500', '103718.502500', '103718.962500', '103719.422500', '103719.882500', '103720.342500', '103720.802500', '103721.262500', '103721.722500', '103722.182500', '103722.642500', '103723.102500', '103723.562500', '103724.022500', '103724.482500', '103724.942500', '103725.402500', '103725.862500', '103726.322500', '103726.782500', '103727.242500', '103727.702500', '103728.162500', '103728.622500', '103729.082500', '103729.542500', '103730.002500', '103730.462500', '103730.922500', '103731.382500', '103731.842500', '103732.302500', '103732.762500', '103733.222500', '103733.682500', '103734.142500', '103734.602500', '103735.062500', '103735.522500', '103735.982500', '103736.442500', '103736.902500', '103737.362500', '103737.822500', '103738.282500', '103738.742500', '103739.202500', '103739.662500', '103740.122500', '103740.582500', '103741.042500', '103741.502500', '103741.962500', '103742.422500', '103742.882500', '103743.342500', '103743.802500', '103744.262500', '103744.722500', '103745.182500', '103745.642500', '103746.102500', '103746.562500', '103747.022500', '103747.482500', '103747.942500', '103748.402500', '103748.862500', '103749.322500', '103749.782500', '103750.242500', '103750.702500', '103751.162500', '103751.622500', '103752.082500', '103752.542500', '103753.002500', '103753.462500', '103753.922500', '103754.382500', '103754.842500', '103755.302500', '103755.762500', '103756.222500', '103756.682500', '103757.142500', '103757.602500', '103758.062500', '103758.522500', '103758.982500', '103759.442500', '103759.902500', '103800.362500', '103800.822500', '103801.282500', '103801.742500', '103802.202500', '103802.662500', '103803.122500', '103803.582500', '103804.042500', '103804.502500', '103804.962500', '103805.422500', '103805.882500', '103806.342500', '103806.802500', '103807.262500', '103807.722500', '103808.182500', '103808.642500', '103809.102500', '103809.562500', '103810.022500', '103810.482500', '103810.942500', '103811.402500', '103811.862500', '103812.322500', '103812.782500', '103813.242500', '103813.702500', '103814.162500', '103814.622500', '103815.082500', '103815.542500', '103816.002500', '103816.462500', '103816.922500', '103817.382500', '103817.842500', '103818.302500', '103818.762500', '103819.222500', '103819.682500', '103820.142500', '103820.602500', '103821.062500', '103821.522500', '103821.982500', '103822.442500', '103822.902500', '103823.362500', '103823.822500', '103824.282500', '103824.742500', '103825.202500', '103825.662500', '103826.122500', '103826.582500', '103827.042500', '103827.502500', '103827.962500', '103828.422500', '103828.882500', '103829.342500', '103829.802500', '103830.262500', '103830.722500', '103831.182500'], 'ContentTime': ['103213.753000', '103213.757000', '103213.760000', '103213.769000', '103213.772000', '103213.775000', '103213.778000', '103213.780000', '103213.783000', '103213.786000', '103213.789000', '103213.792000', '103213.798000', '103213.801000', '103213.804000', '103213.807000', '103213.810000', '103213.813000', '103213.816000', '103213.819000', '103213.822000', '103213.826000', '103213.831000', '103213.834000', '103213.837000', '103213.839000', '103213.843000', '103213.845000', '103213.848000', '103213.851000', '103213.854000', '103213.857000', '103213.860000', '103213.867000', '103213.870000', '103213.873000', '103213.876000', '103213.879000', '103213.882000', '103213.885000', '103213.887000', '103213.890000', '103213.893000', '103213.896000', '103213.899000', '103213.902000', '103213.905000', '103213.908000', '103213.910000', '103233.712000', '103233.715000', '103233.718000', '103233.721000', '103233.724000', '103233.727000', '103233.730000', '103233.732000', '103233.735000', '103233.738000', '103233.741000', '103233.744000', '103233.747000', '103233.750000', '103233.753000', '103233.756000', '103233.758000', '103233.761000', '103233.764000', '103233.767000', '103233.770000', '103233.773000', '103233.776000', '103233.779000', '103233.781000', '103233.784000', '103233.787000', '103233.790000', '103233.793000', '103233.796000', '103233.799000', '103233.801000', '103233.804000', '103233.807000', '103233.815000', '103233.818000', '103233.821000', '103233.824000', '103233.827000', '103233.829000', '103233.832000', '103233.835000', '103233.838000', '103233.841000', '103253.711000', '103253.714000', '103253.717000', '103253.720000', '103253.723000', '103253.726000', '103253.728000', '103253.731000', '103253.734000', '103253.737000', '103253.740000', '103253.742000', '103253.745000', '103253.748000', '103253.751000', '103253.754000', '103253.757000', '103253.760000', '103253.762000', '103253.774000', '103253.777000', '103253.780000', '103253.783000', '103253.786000', '103253.790000', '103253.793000', '103253.796000', '103253.799000', '103253.802000', '103253.805000', '103253.807000', '103253.810000', '103253.813000', '103253.816000', '103253.819000', '103253.822000', '103253.825000', '103253.828000', '103253.831000', '103253.833000', '103253.836000', '103253.839000', '103253.848000', '103313.711000', '103313.714000', '103313.717000', '103313.719000', '103313.722000', '103313.725000', '103313.728000', '103313.731000', '103313.734000', '103313.737000', '103313.739000', '103313.742000', '103313.745000', '103313.748000', '103313.751000', '103313.754000', '103313.757000', '103313.760000', '103313.763000', '103313.766000', '103313.769000', '103313.772000', '103313.775000', '103313.778000', '103313.780000', '103313.783000', '103313.786000', '103313.789000', '103313.792000', '103313.795000', '103313.798000', '103313.801000', '103313.808000', '103313.811000', '103313.814000', '103313.817000', '103313.820000', '103313.823000', '103313.826000', '103313.828000', '103313.831000', '103313.834000', '103313.837000', '103313.840000', '103333.711000', '103333.714000', '103333.717000', '103333.720000', '103333.723000', '103333.726000', '103333.729000', '103333.732000', '103333.735000', '103333.738000', '103333.741000', '103333.744000', '103333.746000', '103333.749000', '103333.752000', '103333.755000', '103333.764000', '103333.767000', '103333.769000', '103333.772000', '103333.775000', '103333.778000', '103333.781000', '103333.784000', '103333.787000', '103333.790000', '103333.793000', '103333.796000', '103333.799000', '103333.801000', '103333.804000', '103333.807000', '103333.810000', '103333.813000', '103333.816000', '103333.819000', '103333.822000', '103333.824000', '103333.827000', '103333.830000', '103333.833000', '103333.836000', '103333.839000', '103353.711000', '103353.714000', '103353.717000', '103353.720000', '103353.723000', '103353.725000', '103353.728000', '103353.731000', '103353.734000', '103353.737000', '103353.740000', '103353.743000', '103353.746000', '103353.749000', '103353.752000', '103353.755000', '103353.758000', '103353.761000', '103353.764000', '103353.767000', '103353.770000', '103353.773000', '103353.776000', '103353.779000', '103353.782000', '103353.785000', '103353.794000', '103353.797000', '103353.800000', '103353.803000', '103353.806000', '103353.809000', '103353.812000', '103353.815000', '103353.818000', '103353.820000', '103353.823000', '103353.826000', '103353.829000', '103353.832000', '103353.835000', '103353.838000', '103353.841000', '103353.844000', '103413.711000', '103413.714000', '103413.717000', '103413.720000', '103413.723000', '103413.726000', '103413.729000', '103413.732000', '103413.734000', '103413.737000', '103413.740000', '103413.743000', '103413.746000', '103413.749000', '103413.752000', '103413.755000', '103413.758000', '103413.761000', '103413.764000', '103413.767000', '103413.770000', '103413.773000', '103413.776000', '103413.778000', '103413.781000', '103413.784000', '103413.787000', '103413.790000', '103413.793000', '103413.796000', '103413.799000', '103413.802000', '103413.805000', '103413.807000', '103413.810000', '103413.813000', '103413.816000', '103413.819000', '103413.822000', '103413.827000', '103413.830000', '103413.832000', '103413.835000', '103433.711000', '103433.714000', '103433.717000', '103433.723000', '103433.726000', '103433.729000', '103433.731000', '103433.735000', '103433.737000', '103433.740000', '103433.743000', '103433.746000', '103433.749000', '103433.752000', '103433.755000', '103433.769000', '103433.772000', '103433.775000', '103433.778000', '103433.792000', '103433.795000', '103433.798000', '103433.800000', '103433.804000', '103433.806000', '103433.809000', '103433.812000', '103433.815000', '103433.818000', '103433.821000', '103433.824000', '103433.827000', '103433.830000', '103433.833000', '103433.836000', '103433.839000', '103433.842000', '103433.845000', '103433.848000', '103433.851000', '103433.854000', '103433.857000', '103433.859000', '103433.862000', '103453.712000', '103453.715000', '103453.718000', '103453.721000', '103453.724000', '103453.727000', '103453.730000', '103453.733000', '103453.736000', '103453.739000', '103453.741000', '103453.744000', '103453.747000', '103453.750000', '103453.753000', '103453.756000', '103453.759000', '103453.762000', '103453.765000', '103453.768000', '103453.771000', '103453.774000', '103453.777000', '103453.779000', '103453.782000', '103453.785000', '103453.788000', '103453.791000', '103453.794000', '103453.797000', '103453.800000', '103453.803000', '103453.805000', '103453.808000', '103453.811000', '103453.814000', '103453.817000', '103453.820000', '103453.823000', '103453.826000', '103453.828000', '103453.831000', '103453.834000', '103513.711000', '103513.714000', '103513.717000', '103513.720000', '103513.723000', '103513.725000', '103513.728000', '103513.731000', '103513.734000', '103513.737000', '103513.740000', '103513.743000', '103513.746000', '103513.749000', '103513.752000', '103513.755000', '103513.758000', '103513.761000', '103513.764000', '103513.767000', '103513.769000', '103513.772000', '103513.775000', '103513.778000', '103513.781000', '103513.784000', '103513.787000', '103513.790000', '103513.793000', '103513.796000', '103513.799000', '103513.802000', '103513.804000', '103513.807000', '103513.810000', '103513.813000', '103513.818000', '103513.821000', '103513.824000', '103513.827000', '103513.830000', '103513.833000', '103513.836000', '103513.839000', '103533.711000', '103533.714000', '103533.717000', '103533.720000', '103533.723000', '103533.726000', '103533.729000', '103533.732000', '103533.735000', '103533.738000', '103533.740000', '103533.743000', '103533.746000', '103533.749000', '103533.752000', '103533.755000', '103533.758000', '103533.761000', '103533.764000', '103533.767000', '103533.770000', '103533.773000', '103533.776000', '103533.779000', '103533.782000', '103533.784000', '103533.787000', '103533.790000', '103533.793000', '103533.796000', '103533.799000', '103533.802000', '103533.805000', '103533.808000', '103533.810000', '103533.813000', '103533.816000', '103533.819000', '103533.822000', '103533.825000', '103533.828000', '103533.831000', '103533.834000', '103553.713000', '103553.718000', '103553.721000', '103553.724000', '103553.727000', '103553.730000', '103553.732000', '103553.735000', '103553.738000', '103553.741000', '103553.744000', '103553.747000', '103553.750000', '103553.753000', '103553.756000', '103553.759000', '103553.762000', '103553.765000', '103553.768000', '103553.771000', '103553.773000', '103553.777000', '103553.779000', '103553.782000', '103553.785000', '103553.788000', '103553.791000', '103553.794000', '103553.797000', '103553.800000', '103553.803000', '103553.805000', '103553.808000', '103553.811000', '103553.814000', '103553.817000', '103553.820000', '103553.823000', '103553.826000', '103553.829000', '103553.832000', '103553.835000', '103553.838000', '103613.711000', '103613.714000', '103613.717000', '103613.720000', '103613.723000', '103613.726000', '103613.729000', '103613.732000', '103613.735000', '103613.738000', '103613.740000', '103613.743000', '103613.746000', '103613.749000', '103613.752000', '103613.755000', '103613.758000', '103613.761000', '103613.764000', '103613.767000', '103613.770000', '103613.773000', '103613.776000', '103613.778000', '103613.781000', '103613.784000', '103613.787000', '103613.790000', '103613.793000', '103613.796000', '103613.799000', '103613.802000', '103613.805000', '103613.808000', '103613.811000', '103613.814000', '103613.817000', '103613.819000', '103613.822000', '103613.825000', '103613.828000', '103613.831000', '103613.834000', '103613.837000', '103633.711000', '103633.714000', '103633.717000', '103633.720000', '103633.723000', '103633.726000', '103633.729000', '103633.735000', '103633.738000', '103633.741000', '103633.744000', '103633.747000', '103633.750000', '103633.753000', '103633.756000', '103633.758000', '103633.762000', '103633.764000', '103633.767000', '103633.770000', '103633.773000', '103633.776000', '103633.779000', '103633.782000', '103633.791000', '103633.794000', '103633.797000', '103633.800000', '103633.803000', '103633.805000', '103633.808000', '103633.811000', '103633.814000', '103633.817000', '103633.820000', '103633.823000', '103633.826000', '103633.829000', '103633.832000', '103633.834000', '103633.837000', '103633.840000', '103633.843000', '103653.711000', '103653.714000', '103653.717000', '103653.720000', '103653.723000', '103653.726000', '103653.729000', '103653.732000', '103653.734000', '103653.737000', '103653.740000', '103653.743000', '103653.746000', '103653.749000', '103653.752000', '103653.755000', '103653.758000', '103653.761000', '103653.763000', '103653.772000', '103653.775000', '103653.778000', '103653.781000', '103653.784000', '103653.787000', '103653.790000', '103653.793000', '103653.796000', '103653.799000', '103653.801000', '103653.804000', '103653.807000', '103653.810000', '103653.813000', '103653.816000', '103653.819000', '103653.822000', '103653.825000', '103653.828000', '103653.831000', '103653.834000', '103653.836000', '103653.839000', '103653.842000', '103713.712000', '103713.715000', '103713.718000', '103713.721000', '103713.724000', '103713.727000', '103713.730000', '103713.733000', '103713.736000', '103713.739000', '103713.742000', '103713.745000', '103713.748000', '103713.752000', '103713.755000', '103713.758000', '103713.761000', '103713.764000', '103713.767000', '103713.770000', '103713.773000', '103713.776000', '103713.779000', '103713.782000', '103713.785000', '103713.788000', '103713.790000', '103713.794000', '103713.796000', '103713.799000', '103713.802000', '103713.805000', '103713.808000', '103713.811000', '103713.814000', '103713.817000', '103713.820000', '103713.823000', '103713.826000', '103713.829000', '103713.832000', '103713.835000', '103713.837000', '103733.711000', '103733.714000', '103733.717000', '103733.720000', '103733.723000', '103733.726000', '103733.729000', '103733.732000', '103733.735000', '103733.738000', '103733.741000', '103733.744000', '103733.747000', '103733.749000', '103733.752000', '103733.755000', '103733.758000', '103733.761000', '103733.764000', '103733.767000', '103733.770000', '103733.773000', '103733.791000', '103733.794000', '103733.797000', '103733.800000', '103733.803000', '103733.806000', '103733.809000', '103733.812000', '103733.815000', '103733.818000', '103733.821000', '103733.823000', '103733.827000', '103733.829000', '103733.832000', '103733.835000', '103733.838000', '103733.847000', '103733.849000', '103733.852000', '103733.855000', '103733.858000', '103753.711000', '103753.714000', '103753.717000', '103753.720000', '103753.723000', '103753.726000', '103753.729000', '103753.731000', '103753.735000', '103753.738000', '103753.740000', '103753.743000', '103753.746000', '103753.749000', '103753.752000', '103753.755000', '103753.758000', '103753.761000', '103753.764000', '103753.768000', '103753.772000', '103753.775000', '103753.778000', '103753.781000', '103753.784000', '103753.787000', '103753.790000', '103753.793000', '103753.795000', '103753.798000', '103753.801000', '103753.804000', '103753.807000', '103753.810000', '103753.813000', '103753.816000', '103753.819000', '103753.821000', '103753.824000', '103753.827000', '103753.830000', '103753.833000', '103753.836000', '103813.711000', '103813.714000', '103813.717000', '103813.720000', '103813.723000', '103813.726000', '103813.729000', '103813.732000', '103813.734000', '103813.738000', '103813.740000', '103813.743000', '103813.746000', '103813.749000', '103813.752000', '103813.755000', '103813.758000', '103813.761000', '103813.764000', '103813.766000', '103813.769000', '103813.772000', '103813.775000', '103813.778000', '103813.781000', '103813.784000', '103813.787000', '103813.790000', '103813.793000', '103813.796000', '103813.798000', '103813.801000', '103813.804000', '103813.807000', '103813.810000', '103813.813000', '103813.816000', '103813.819000', '103813.821000', '103813.824000', '103813.827000', '103813.830000', '103813.833000', '103813.836000', '103831.993000', '103831.997000', '103832.001000', '103832.004000', '103832.007000', '103832.010000', '103832.013000', '103832.016000', '103832.019000', '103832.023000', '103832.026000', '103832.029000', '103832.032000', '103832.036000', '103832.038000', '103832.041000', '103832.044000', '103832.047000', '103832.050000', '103832.053000', '103832.056000', '103832.059000', '103832.062000', '103832.065000', '103832.068000', '103832.071000', '103832.074000', '103832.078000', '103832.081000', '103832.084000', '103832.087000', '103832.090000', '103832.093000', '103832.096000', '103832.099000', '103832.101000', '103832.104000', '103832.107000', '103832.110000', '103832.113000'], 'InstanceCreationTime': ['103213.753000', '103213.757000', '103213.760000', '103213.769000', '103213.772000', '103213.775000', '103213.778000', '103213.780000', '103213.783000', '103213.786000', '103213.789000', '103213.792000', '103213.798000', '103213.801000', '103213.804000', '103213.807000', '103213.810000', '103213.813000', '103213.816000', '103213.819000', '103213.822000', '103213.826000', '103213.831000', '103213.834000', '103213.837000', '103213.839000', '103213.843000', '103213.845000', '103213.848000', '103213.851000', '103213.854000', '103213.857000', '103213.860000', '103213.867000', '103213.870000', '103213.873000', '103213.876000', '103213.879000', '103213.882000', '103213.885000', '103213.887000', '103213.890000', '103213.893000', '103213.896000', '103213.899000', '103213.902000', '103213.905000', '103213.908000', '103213.910000', '103233.712000', '103233.715000', '103233.718000', '103233.721000', '103233.724000', '103233.727000', '103233.730000', '103233.732000', '103233.735000', '103233.738000', '103233.741000', '103233.744000', '103233.747000', '103233.750000', '103233.753000', '103233.756000', '103233.758000', '103233.761000', '103233.764000', '103233.767000', '103233.770000', '103233.773000', '103233.776000', '103233.779000', '103233.781000', '103233.784000', '103233.787000', '103233.790000', '103233.793000', '103233.796000', '103233.799000', '103233.801000', '103233.804000', '103233.807000', '103233.815000', '103233.818000', '103233.821000', '103233.824000', '103233.827000', '103233.829000', '103233.832000', '103233.835000', '103233.838000', '103233.841000', '103253.711000', '103253.714000', '103253.717000', '103253.720000', '103253.723000', '103253.726000', '103253.728000', '103253.731000', '103253.734000', '103253.737000', '103253.740000', '103253.742000', '103253.745000', '103253.748000', '103253.751000', '103253.754000', '103253.757000', '103253.760000', '103253.762000', '103253.774000', '103253.777000', '103253.780000', '103253.783000', '103253.786000', '103253.790000', '103253.793000', '103253.796000', '103253.799000', '103253.802000', '103253.805000', '103253.807000', '103253.810000', '103253.813000', '103253.816000', '103253.819000', '103253.822000', '103253.825000', '103253.828000', '103253.831000', '103253.833000', '103253.836000', '103253.839000', '103253.848000', '103313.711000', '103313.714000', '103313.717000', '103313.719000', '103313.722000', '103313.725000', '103313.728000', '103313.731000', '103313.734000', '103313.737000', '103313.739000', '103313.742000', '103313.745000', '103313.748000', '103313.751000', '103313.754000', '103313.757000', '103313.760000', '103313.763000', '103313.766000', '103313.769000', '103313.772000', '103313.775000', '103313.778000', '103313.780000', '103313.783000', '103313.786000', '103313.789000', '103313.792000', '103313.795000', '103313.798000', '103313.801000', '103313.808000', '103313.811000', '103313.814000', '103313.817000', '103313.820000', '103313.823000', '103313.826000', '103313.828000', '103313.831000', '103313.834000', '103313.837000', '103313.840000', '103333.711000', '103333.714000', '103333.717000', '103333.720000', '103333.723000', '103333.726000', '103333.729000', '103333.732000', '103333.735000', '103333.738000', '103333.741000', '103333.744000', '103333.746000', '103333.749000', '103333.752000', '103333.755000', '103333.764000', '103333.767000', '103333.769000', '103333.772000', '103333.775000', '103333.778000', '103333.781000', '103333.784000', '103333.787000', '103333.790000', '103333.793000', '103333.796000', '103333.799000', '103333.801000', '103333.804000', '103333.807000', '103333.810000', '103333.813000', '103333.816000', '103333.819000', '103333.822000', '103333.824000', '103333.827000', '103333.830000', '103333.833000', '103333.836000', '103333.839000', '103353.711000', '103353.714000', '103353.717000', '103353.720000', '103353.723000', '103353.725000', '103353.728000', '103353.731000', '103353.734000', '103353.737000', '103353.740000', '103353.743000', '103353.746000', '103353.749000', '103353.752000', '103353.755000', '103353.758000', '103353.761000', '103353.764000', '103353.767000', '103353.770000', '103353.773000', '103353.776000', '103353.779000', '103353.782000', '103353.785000', '103353.794000', '103353.797000', '103353.800000', '103353.803000', '103353.806000', '103353.809000', '103353.812000', '103353.815000', '103353.818000', '103353.820000', '103353.823000', '103353.826000', '103353.829000', '103353.832000', '103353.835000', '103353.838000', '103353.841000', '103353.844000', '103413.711000', '103413.714000', '103413.717000', '103413.720000', '103413.723000', '103413.726000', '103413.729000', '103413.732000', '103413.734000', '103413.737000', '103413.740000', '103413.743000', '103413.746000', '103413.749000', '103413.752000', '103413.755000', '103413.758000', '103413.761000', '103413.764000', '103413.767000', '103413.770000', '103413.773000', '103413.776000', '103413.778000', '103413.781000', '103413.784000', '103413.787000', '103413.790000', '103413.793000', '103413.796000', '103413.799000', '103413.802000', '103413.805000', '103413.807000', '103413.810000', '103413.813000', '103413.816000', '103413.819000', '103413.822000', '103413.827000', '103413.830000', '103413.832000', '103413.835000', '103433.711000', '103433.714000', '103433.717000', '103433.723000', '103433.726000', '103433.729000', '103433.731000', '103433.735000', '103433.737000', '103433.740000', '103433.743000', '103433.746000', '103433.749000', '103433.752000', '103433.755000', '103433.769000', '103433.772000', '103433.775000', '103433.778000', '103433.792000', '103433.795000', '103433.798000', '103433.800000', '103433.804000', '103433.806000', '103433.809000', '103433.812000', '103433.815000', '103433.818000', '103433.821000', '103433.824000', '103433.827000', '103433.830000', '103433.833000', '103433.836000', '103433.839000', '103433.842000', '103433.845000', '103433.848000', '103433.851000', '103433.854000', '103433.857000', '103433.859000', '103433.862000', '103453.712000', '103453.715000', '103453.718000', '103453.721000', '103453.724000', '103453.727000', '103453.730000', '103453.733000', '103453.736000', '103453.739000', '103453.741000', '103453.744000', '103453.747000', '103453.750000', '103453.753000', '103453.756000', '103453.759000', '103453.762000', '103453.765000', '103453.768000', '103453.771000', '103453.774000', '103453.777000', '103453.779000', '103453.782000', '103453.785000', '103453.788000', '103453.791000', '103453.794000', '103453.797000', '103453.800000', '103453.803000', '103453.805000', '103453.808000', '103453.811000', '103453.814000', '103453.817000', '103453.820000', '103453.823000', '103453.826000', '103453.828000', '103453.831000', '103453.834000', '103513.711000', '103513.714000', '103513.717000', '103513.720000', '103513.723000', '103513.725000', '103513.728000', '103513.731000', '103513.734000', '103513.737000', '103513.740000', '103513.743000', '103513.746000', '103513.749000', '103513.752000', '103513.755000', '103513.758000', '103513.761000', '103513.764000', '103513.767000', '103513.769000', '103513.772000', '103513.775000', '103513.778000', '103513.781000', '103513.784000', '103513.787000', '103513.790000', '103513.793000', '103513.796000', '103513.799000', '103513.802000', '103513.804000', '103513.807000', '103513.810000', '103513.813000', '103513.818000', '103513.821000', '103513.824000', '103513.827000', '103513.830000', '103513.833000', '103513.836000', '103513.839000', '103533.711000', '103533.714000', '103533.717000', '103533.720000', '103533.723000', '103533.726000', '103533.729000', '103533.732000', '103533.735000', '103533.738000', '103533.740000', '103533.743000', '103533.746000', '103533.749000', '103533.752000', '103533.755000', '103533.758000', '103533.761000', '103533.764000', '103533.767000', '103533.770000', '103533.773000', '103533.776000', '103533.779000', '103533.782000', '103533.784000', '103533.787000', '103533.790000', '103533.793000', '103533.796000', '103533.799000', '103533.802000', '103533.805000', '103533.808000', '103533.810000', '103533.813000', '103533.816000', '103533.819000', '103533.822000', '103533.825000', '103533.828000', '103533.831000', '103533.834000', '103553.713000', '103553.718000', '103553.721000', '103553.724000', '103553.727000', '103553.730000', '103553.732000', '103553.735000', '103553.738000', '103553.741000', '103553.744000', '103553.747000', '103553.750000', '103553.753000', '103553.756000', '103553.759000', '103553.762000', '103553.765000', '103553.768000', '103553.771000', '103553.773000', '103553.777000', '103553.779000', '103553.782000', '103553.785000', '103553.788000', '103553.791000', '103553.794000', '103553.797000', '103553.800000', '103553.803000', '103553.805000', '103553.808000', '103553.811000', '103553.814000', '103553.817000', '103553.820000', '103553.823000', '103553.826000', '103553.829000', '103553.832000', '103553.835000', '103553.838000', '103613.711000', '103613.714000', '103613.717000', '103613.720000', '103613.723000', '103613.726000', '103613.729000', '103613.732000', '103613.735000', '103613.738000', '103613.740000', '103613.743000', '103613.746000', '103613.749000', '103613.752000', '103613.755000', '103613.758000', '103613.761000', '103613.764000', '103613.767000', '103613.770000', '103613.773000', '103613.776000', '103613.778000', '103613.781000', '103613.784000', '103613.787000', '103613.790000', '103613.793000', '103613.796000', '103613.799000', '103613.802000', '103613.805000', '103613.808000', '103613.811000', '103613.814000', '103613.817000', '103613.819000', '103613.822000', '103613.825000', '103613.828000', '103613.831000', '103613.834000', '103613.837000', '103633.711000', '103633.714000', '103633.717000', '103633.720000', '103633.723000', '103633.726000', '103633.729000', '103633.735000', '103633.738000', '103633.741000', '103633.744000', '103633.747000', '103633.750000', '103633.753000', '103633.756000', '103633.758000', '103633.762000', '103633.764000', '103633.767000', '103633.770000', '103633.773000', '103633.776000', '103633.779000', '103633.782000', '103633.791000', '103633.794000', '103633.797000', '103633.800000', '103633.803000', '103633.805000', '103633.808000', '103633.811000', '103633.814000', '103633.817000', '103633.820000', '103633.823000', '103633.826000', '103633.829000', '103633.832000', '103633.834000', '103633.837000', '103633.840000', '103633.843000', '103653.711000', '103653.714000', '103653.717000', '103653.720000', '103653.723000', '103653.726000', '103653.729000', '103653.732000', '103653.734000', '103653.737000', '103653.740000', '103653.743000', '103653.746000', '103653.749000', '103653.752000', '103653.755000', '103653.758000', '103653.761000', '103653.763000', '103653.772000', '103653.775000', '103653.778000', '103653.781000', '103653.784000', '103653.787000', '103653.790000', '103653.793000', '103653.796000', '103653.799000', '103653.801000', '103653.804000', '103653.807000', '103653.810000', '103653.813000', '103653.816000', '103653.819000', '103653.822000', '103653.825000', '103653.828000', '103653.831000', '103653.834000', '103653.836000', '103653.839000', '103653.842000', '103713.712000', '103713.715000', '103713.718000', '103713.721000', '103713.724000', '103713.727000', '103713.730000', '103713.733000', '103713.736000', '103713.739000', '103713.742000', '103713.745000', '103713.748000', '103713.752000', '103713.755000', '103713.758000', '103713.761000', '103713.764000', '103713.767000', '103713.770000', '103713.773000', '103713.776000', '103713.779000', '103713.782000', '103713.785000', '103713.788000', '103713.790000', '103713.794000', '103713.796000', '103713.799000', '103713.802000', '103713.805000', '103713.808000', '103713.811000', '103713.814000', '103713.817000', '103713.820000', '103713.823000', '103713.826000', '103713.829000', '103713.832000', '103713.835000', '103713.837000', '103733.711000', '103733.714000', '103733.717000', '103733.720000', '103733.723000', '103733.726000', '103733.729000', '103733.732000', '103733.735000', '103733.738000', '103733.741000', '103733.744000', '103733.747000', '103733.749000', '103733.752000', '103733.755000', '103733.758000', '103733.761000', '103733.764000', '103733.767000', '103733.770000', '103733.773000', '103733.791000', '103733.794000', '103733.797000', '103733.800000', '103733.803000', '103733.806000', '103733.809000', '103733.812000', '103733.815000', '103733.818000', '103733.821000', '103733.823000', '103733.827000', '103733.829000', '103733.832000', '103733.835000', '103733.838000', '103733.847000', '103733.849000', '103733.852000', '103733.855000', '103733.858000', '103753.711000', '103753.714000', '103753.717000', '103753.720000', '103753.723000', '103753.726000', '103753.729000', '103753.731000', '103753.735000', '103753.738000', '103753.740000', '103753.743000', '103753.746000', '103753.749000', '103753.752000', '103753.755000', '103753.758000', '103753.761000', '103753.764000', '103753.768000', '103753.772000', '103753.775000', '103753.778000', '103753.781000', '103753.784000', '103753.787000', '103753.790000', '103753.793000', '103753.795000', '103753.798000', '103753.801000', '103753.804000', '103753.807000', '103753.810000', '103753.813000', '103753.816000', '103753.819000', '103753.821000', '103753.824000', '103753.827000', '103753.830000', '103753.833000', '103753.836000', '103813.711000', '103813.714000', '103813.717000', '103813.720000', '103813.723000', '103813.726000', '103813.729000', '103813.732000', '103813.734000', '103813.738000', '103813.740000', '103813.743000', '103813.746000', '103813.749000', '103813.752000', '103813.755000', '103813.758000', '103813.761000', '103813.764000', '103813.766000', '103813.769000', '103813.772000', '103813.775000', '103813.778000', '103813.781000', '103813.784000', '103813.787000', '103813.790000', '103813.793000', '103813.796000', '103813.798000', '103813.801000', '103813.804000', '103813.807000', '103813.810000', '103813.813000', '103813.816000', '103813.819000', '103813.821000', '103813.824000', '103813.827000', '103813.830000', '103813.833000', '103813.836000', '103831.993000', '103831.997000', '103832.001000', '103832.004000', '103832.007000', '103832.010000', '103832.013000', '103832.016000', '103832.019000', '103832.023000', '103832.026000', '103832.029000', '103832.032000', '103832.036000', '103832.038000', '103832.041000', '103832.044000', '103832.047000', '103832.050000', '103832.053000', '103832.056000', '103832.059000', '103832.062000', '103832.065000', '103832.068000', '103832.071000', '103832.074000', '103832.078000', '103832.081000', '103832.084000', '103832.087000', '103832.090000', '103832.093000', '103832.096000', '103832.099000', '103832.101000', '103832.104000', '103832.107000', '103832.110000', '103832.113000'], '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': [14987, 11411, 12715, 9542, 9723, 14417, 11842, 10712, 14253, 9587, 13797, 13032, 10274, 13541, 11273, 8937, 14463, 10583, 9599, 14513, 8823, 9927, 14238, 9522, 12119, 9757, 8622, 13396, 8414, 9171, 12043, 8719, 11737, 8367, 8789, 12478, 8546, 12561, 10484, 9288, 13963, 8814, 9392, 15197, 9889, 11265, 9459, 8573, 13292, 8733, 9422, 14505, 10168, 11332, 11055, 9053, 11499, 9600, 8834, 13057, 9198, 9502, 13215, 9375, 9192, 8150, 8307, 12131, 8169, 9375, 12522, 9636, 12343, 9773, 8969, 13120, 10018, 9369, 14358, 10584, 10797, 13391, 9467, 11800, 8533, 8835, 13489, 10095, 9701, 14169, 10632, 9476, 13406, 9865, 9111, 8171, 7998, 11566, 9933, 8964, 13521, 10737, 9821, 10879, 8504, 11833, 11129, 9080, 13694, 9749, 9761, 13228, 8624, 11850, 9660, 9327, 15124, 9523, 12169, 8825, 9120, 13318, 10911, 10337, 14260, 9778, 9320, 13774, 9980, 9723, 12633, 8575, 9984, 8886, 8163, 11360, 9006, 8936, 10096, 8515, 10122, 7983, 8965, 12927, 10009, 10138, 14027, 10255, 11142, 13239, 10169, 12981, 8600, 9557, 13994, 10341, 10352, 14397, 10038, 9870, 12636, 8631, 11006, 12895, 10171, 11392, 8414, 8597, 12588, 8460, 9400, 13197, 9677, 11914, 8414, 8862, 12949, 9224, 10538, 13286, 10099, 12574, 8490, 9160, 13369, 10219, 10654, 15146, 10410, 11481, 11212, 9205, 11860, 8122, 9168, 13714, 9439, 10503, 9537, 9121, 8691, 8992, 8187, 9006, 8855, 9198, 14313, 14384, 10743, 11614, 10039, 9579, 14423, 11254, 9874, 14315, 9429, 9481, 15841, 10001, 10091, 8580, 8631, 12245, 8731, 9327, 11982, 8594, 11282, 8455, 8509, 13369, 9846, 10388, 9370, 8699, 12815, 10267, 8923, 13211, 9024, 9290, 13807, 9219, 10568, 9131, 8249, 12148, 8363, 8678, 12485, 9090, 10513, 11384, 8998, 13014, 8302, 9856, 13344, 10101, 11220, 11582, 8903, 10784, 9182, 8593, 11183, 8238, 9913, 8346, 9493, 11453, 8829, 12643, 8820, 10823, 9940, 9083, 15337, 10387, 12075, 9439, 9540, 14640, 10380, 11853, 11187, 8927, 14933, 9339, 11984, 9076, 9929, 8941, 12155, 9490, 9231, 12094, 10434, 9198, 11558, 9201, 8731, 12752, 9729, 9588, 12834, 9996, 10474, 12328, 9126, 11299, 8581, 9018, 13448, 9326, 9093, 13546, 8885, 9408, 15043, 8638, 11100, 10119, 8469, 11885, 8372, 9531, 8473, 8314, 10343, 8458, 11841, 8960, 10119, 9772, 8447, 13814, 9945, 10379, 8481, 8623, 12588, 8578, 11684, 9656, 10792, 8505, 10524, 11469, 9665, 10856, 11914, 9343, 11091, 9711, 8579, 11631, 9621, 8765, 9697, 8769, 8204, 9120, 7905, 9039, 11766, 9908, 9238, 12941, 10836, 9083, 12025, 9854, 9345, 12931, 9702, 9551, 11464, 8875, 11732, 10574, 9025, 13644, 8503, 10300, 8637, 9433, 13863, 10126, 11559, 15172, 10097, 9917, 12433, 8349, 11219, 8607, 8904, 11721, 8541, 8815, 14588, 9106, 10340, 11472, 8408, 11302, 8532, 9440, 8695, 8554, 11245, 8528, 11222, 9984, 8523, 12833, 11999, 9351, 11500, 10374, 8463, 12673, 9885, 8407, 8471, 8501, 10586, 9807, 8418, 12097, 9087, 9211, 12391, 10550, 9296, 8618, 8381, 9716, 9418, 8450, 10729, 9982, 8419, 10828, 9375, 8541, 10899, 8648, 10044, 8814, 11281, 9922, 8798, 8434, 8626, 9893, 12101, 9375, 11057, 15570, 10459, 10150, 11813, 8953, 11160, 8732, 9471, 10473, 8435, 12043, 10831, 9019, 12369, 8754, 9942, 13517, 9069, 11088, 10835, 8337, 11666, 10126, 8584, 11177, 8840, 8877, 14254, 8698, 10578, 8645, 9263, 10233, 8613, 11076, 10050, 8575, 12340, 10192, 9807, 8623, 8650, 11628, 11214, 8620, 12298, 10095, 8361, 11220, 8762, 8424, 11390, 8720, 9408, 8517, 8397, 11062, 8448, 10719, 8613, 9646, 14047, 9188, 9234, 12167, 9851, 8636, 11630, 8770, 8677, 13009, 8722, 8996, 11619, 8379, 10291, 8862, 8551, 12024, 8856, 9054, 13661, 9884, 10707, 11458, 8686, 10237, 9396, 8519, 11766, 9538, 9229, 8803, 10243, 15478, 10945, 11033, 14112, 10150, 11136, 8691, 8661, 12509, 9025, 8621, 8481, 8574, 8744, 8710, 12348, 9197, 9184, 11907, 9825, 8842, 11591, 9847, 10442, 13386, 9691, 11573, 9807, 8915, 13240, 9251, 10770, 15076, 8607, 10894, 12261, 8623, 9702, 8815, 8422, 11255, 8739, 8664, 12559, 8692, 10000, 9754, 8451, 15211, 8599, 13070, 8390, 11045, 8634, 10354, 10254, 8664, 10986, 11942, 9154, 10983, 8994, 9272, 12412, 10739, 8985, 11658, 9589, 8618, 12237, 9218, 9658, 8745, 8493, 11019, 8840, 9114, 13267, 9830, 10462, 15110, 9280, 9739, 13821, 8828, 10474, 8783, 8441, 11617, 9656, 8638, 11037, 8818, 8595, 10703, 8887, 8792, 8799, 8774, 11185, 8731, 9779, 8840, 8741, 13527, 8993, 10678, 10085, 9340, 10617, 8760, 11273, 9381, 9110, 12580, 9992, 9281, 12463, 9945, 9218, 12408, 9041, 8617, 13606, 8763, 9185, 8800, 8592, 9530, 9612, 8600, 10263, 8862, 8492, 8585, 7990, 8723, 8848, 8573, 8626, 12574, 11784, 8987, 11299, 11917, 9099, 12200, 9552, 8856, 12334, 10088, 10377, 12600, 9965, 10390, 11786, 8511, 10216, 8154, 8410, 10473, 8505, 8616, 11312, 9042, 8826, 11590, 9680, 9575, 12691, 9169, 9860, 9754, 8342, 9683, 10333, 8264, 10492, 9112, 8398, 11455, 9442, 9944, 8449, 8617, 11637, 9495, 9382, 11468, 9116, 10214, 8992, 8639, 11204, 8756, 8629, 11234, 8996, 9178, 10130, 8708, 10823, 10783, 8752, 13949, 8737, 10886, 8817, 9901, 10638, 8723, 11455, 11194, 8760, 10823, 12474, 9133, 11679, 8797, 9598, 14130, 9923, 10372, 14829, 9816, 10354, 9526, 8594, 11073, 10538, 8515, 12848, 8461, 11595, 8609, 9643, 12738, 9190, 11230, 12973, 9502, 10333, 12087, 8870, 11282, 9513, 9003, 12240, 8628, 9410, 12359, 8907, 9370, 9273, 8716, 10827, 9501, 8786, 10911, 8815, 8750, 11183, 9071, 9456, 11596, 8990, 9100, 12459, 8813, 10239, 8743, 8780, 14158, 8715, 9360, 8663, 8585, 14167, 9158, 10419, 10087, 8664, 11270, 9290, 9447, 11915, 9017, 9607, 11975, 9651, 9173, 14307, 8883, 9789, 8594, 8585, 9239, 8761, 8646, 12963, 8318, 9113, 8460, 8450, 8543, 8392, 12538, 8779, 9745, 13092, 9634, 10096, 12536, 10073, 9239, 11119, 9769], 'WindowCenter': [4203.0, 4169.0, 4164.0, 4130.0, 4132.0, 4159.0, 4137.0, 4129.0, 4146.0, 4116.0, 4151.0, 4122.0, 4113.0, 4132.0, 4110.0, 4104.0, 4134.0, 4111.0, 4102.0, 4131.0, 4091.0, 4102.0, 4121.0, 4102.0, 4123.0, 4101.0, 4093.0, 4131.0, 4093.0, 4117.0, 4123.0, 4103.0, 4122.0, 4093.0, 4104.0, 4133.0, 4106.0, 4147.0, 4113.0, 4106.0, 4133.0, 4103.0, 4104.0, 4145.0, 4115.0, 4124.0, 4103.0, 4105.0, 4135.0, 4093.0, 4116.0, 4145.0, 4115.0, 4126.0, 4111.0, 4103.0, 4124.0, 4100.0, 4103.0, 4135.0, 4104.0, 4115.0, 4147.0, 4115.0, 4115.0, 4093.0, 4105.0, 4134.0, 4105.0, 4117.0, 4148.0, 4128.0, 4147.0, 4114.0, 4105.0, 4137.0, 4113.0, 4104.0, 4147.0, 4112.0, 4125.0, 4132.0, 4102.0, 4122.0, 4091.0, 4103.0, 4133.0, 4113.0, 4103.0, 4133.0, 4112.0, 4104.0, 4133.0, 4102.0, 4103.0, 4091.0, 4093.0, 4124.0, 4103.0, 4104.0, 4146.0, 4125.0, 4115.0, 4114.0, 4106.0, 4136.0, 4112.0, 4105.0, 4133.0, 4104.0, 4114.0, 4132.0, 4104.0, 4136.0, 4115.0, 4117.0, 4146.0, 4114.0, 4136.0, 4104.0, 4118.0, 4148.0, 4126.0, 4115.0, 4143.0, 4102.0, 4103.0, 4138.0, 4113.0, 4102.0, 4121.0, 4092.0, 4113.0, 4090.0, 4095.0, 4124.0, 4103.0, 4104.0, 4113.0, 4105.0, 4116.0, 4094.0, 4116.0, 4134.0, 4115.0, 4128.0, 4146.0, 4115.0, 4127.0, 4134.0, 4114.0, 4134.0, 4091.0, 4103.0, 4133.0, 4103.0, 4114.0, 4133.0, 4102.0, 4128.0, 4134.0, 4104.0, 4126.0, 4134.0, 4125.0, 4126.0, 4092.0, 4093.0, 4121.0, 4094.0, 4105.0, 4134.0, 4115.0, 4124.0, 4093.0, 4105.0, 4133.0, 4104.0, 4127.0, 4146.0, 4114.0, 4134.0, 4094.0, 4104.0, 4133.0, 4114.0, 4126.0, 4133.0, 4123.0, 4137.0, 4124.0, 4103.0, 4124.0, 4082.0, 4116.0, 4134.0, 4116.0, 4138.0, 4116.0, 4104.0, 4104.0, 4114.0, 4106.0, 4116.0, 4106.0, 4117.0, 4161.0, 4146.0, 4138.0, 4138.0, 4115.0, 4115.0, 4151.0, 4113.0, 4102.0, 4130.0, 4090.0, 4100.0, 4130.0, 4099.0, 4099.0, 4078.0, 4090.0, 4120.0, 4091.0, 4101.0, 4108.0, 4091.0, 4111.0, 4080.0, 4091.0, 4124.0, 4113.0, 4114.0, 4090.0, 4093.0, 4122.0, 4111.0, 4091.0, 4124.0, 4090.0, 4102.0, 4130.0, 4102.0, 4113.0, 4102.0, 4093.0, 4122.0, 4081.0, 4092.0, 4122.0, 4105.0, 4129.0, 4124.0, 4093.0, 4131.0, 4094.0, 4115.0, 4130.0, 4101.0, 4112.0, 4110.0, 4102.0, 4131.0, 4102.0, 4094.0, 4112.0, 4094.0, 4113.0, 4093.0, 4128.0, 4137.0, 4106.0, 4134.0, 4104.0, 4127.0, 4114.0, 4120.0, 4156.0, 4127.0, 4138.0, 4104.0, 4116.0, 4144.0, 4114.0, 4137.0, 4123.0, 4105.0, 4156.0, 4102.0, 4122.0, 4104.0, 4113.0, 4103.0, 4124.0, 4102.0, 4104.0, 4127.0, 4101.0, 4091.0, 4111.0, 4091.0, 4093.0, 4122.0, 4103.0, 4103.0, 4107.0, 4090.0, 4099.0, 4106.0, 4088.0, 4098.0, 4078.0, 4078.0, 4112.0, 4076.0, 4076.0, 4105.0, 4065.0, 4076.0, 4107.0, 4066.0, 4087.0, 4085.0, 4067.0, 4096.0, 4067.0, 4087.0, 4067.0, 4080.0, 4089.0, 4080.0, 4114.0, 4091.0, 4101.0, 4100.0, 4094.0, 4133.0, 4102.0, 4101.0, 4092.0, 4094.0, 4123.0, 4106.0, 4124.0, 4105.0, 4124.0, 4105.0, 4128.0, 4123.0, 4105.0, 4125.0, 4122.0, 4104.0, 4113.0, 4101.0, 4094.0, 4124.0, 4115.0, 4105.0, 4101.0, 4094.0, 4107.0, 4117.0, 4095.0, 4119.0, 4139.0, 4117.0, 4119.0, 4138.0, 4112.0, 4105.0, 4129.0, 4114.0, 4118.0, 4135.0, 4103.0, 4103.0, 4122.0, 4103.0, 4135.0, 4115.0, 4093.0, 4132.0, 4095.0, 4115.0, 4092.0, 4104.0, 4133.0, 4113.0, 4123.0, 4130.0, 4102.0, 4103.0, 4120.0, 4092.0, 4123.0, 4092.0, 4093.0, 4111.0, 4092.0, 4091.0, 4132.0, 4091.0, 4113.0, 4110.0, 4081.0, 4127.0, 4106.0, 4115.0, 4092.0, 4094.0, 4113.0, 4107.0, 4126.0, 4114.0, 4106.0, 4140.0, 4122.0, 4103.0, 4130.0, 4114.0, 4092.0, 4122.0, 4101.0, 4080.0, 4078.0, 4094.0, 4114.0, 4103.0, 4093.0, 4128.0, 4103.0, 4105.0, 4139.0, 4115.0, 4105.0, 4091.0, 4094.0, 4104.0, 4105.0, 4094.0, 4126.0, 4102.0, 4105.0, 4129.0, 4105.0, 4093.0, 4111.0, 4094.0, 4115.0, 4117.0, 4137.0, 4115.0, 4093.0, 4092.0, 4105.0, 4121.0, 4122.0, 4104.0, 4126.0, 4143.0, 4113.0, 4117.0, 4122.0, 4092.0, 4115.0, 4092.0, 4114.0, 4112.0, 4093.0, 4125.0, 4111.0, 4091.0, 4109.0, 4079.0, 4102.0, 4118.0, 4090.0, 4110.0, 4098.0, 4092.0, 4116.0, 4098.0, 4079.0, 4103.0, 4088.0, 4107.0, 4142.0, 4090.0, 4100.0, 4091.0, 4104.0, 4111.0, 4104.0, 4124.0, 4113.0, 4106.0, 4134.0, 4113.0, 4101.0, 4090.0, 4105.0, 4126.0, 4111.0, 4092.0, 4126.0, 4100.0, 4093.0, 4123.0, 4092.0, 4093.0, 4121.0, 4092.0, 4115.0, 4107.0, 4108.0, 4135.0, 4106.0, 4123.0, 4105.0, 4117.0, 4150.0, 4102.0, 4105.0, 4121.0, 4100.0, 4093.0, 4110.0, 4080.0, 4090.0, 4118.0, 4091.0, 4091.0, 4120.0, 4093.0, 4113.0, 4091.0, 4093.0, 4123.0, 4105.0, 4106.0, 4133.0, 4116.0, 4127.0, 4124.0, 4105.0, 4116.0, 4115.0, 4107.0, 4136.0, 4116.0, 4115.0, 4132.0, 4146.0, 4158.0, 4126.0, 4140.0, 4147.0, 4115.0, 4128.0, 4104.0, 4105.0, 4140.0, 4104.0, 4092.0, 4093.0, 4103.0, 4106.0, 4119.0, 4150.0, 4117.0, 4116.0, 4135.0, 4116.0, 4116.0, 4123.0, 4114.0, 4130.0, 4133.0, 4104.0, 4123.0, 4101.0, 4093.0, 4124.0, 4090.0, 4101.0, 4117.0, 4078.0, 4101.0, 4096.0, 4077.0, 4088.0, 4089.0, 4080.0, 4102.0, 4079.0, 4080.0, 4107.0, 4089.0, 4101.0, 4088.0, 4080.0, 4131.0, 4105.0, 4145.0, 4095.0, 4123.0, 4096.0, 4115.0, 4100.0, 4092.0, 4130.0, 4122.0, 4105.0, 4125.0, 4104.0, 4106.0, 4124.0, 4101.0, 4090.0, 4101.0, 4090.0, 4083.0, 4114.0, 4079.0, 4091.0, 4078.0, 4091.0, 4101.0, 4079.0, 4089.0, 4109.0, 4087.0, 4092.0, 4106.0, 4076.0, 4083.0, 4106.0, 4076.0, 4086.0, 4076.0, 4078.0, 4098.0, 4077.0, 4080.0, 4111.0, 4089.0, 4091.0, 4110.0, 4089.0, 4079.0, 4080.0, 4092.0, 4112.0, 4093.0, 4115.0, 4103.0, 4105.0, 4135.0, 4106.0, 4130.0, 4115.0, 4105.0, 4113.0, 4094.0, 4113.0, 4101.0, 4098.0, 4129.0, 4102.0, 4093.0, 4127.0, 4101.0, 4092.0, 4122.0, 4090.0, 4093.0, 4132.0, 4091.0, 4091.0, 4090.0, 4104.0, 4114.0, 4103.0, 4104.0, 4119.0, 4106.0, 4108.0, 4107.0, 4099.0, 4108.0, 4118.0, 4120.0, 4121.0, 4157.0, 4138.0, 4120.0, 4139.0, 4137.0, 4105.0, 4125.0, 4103.0, 4105.0, 4127.0, 4103.0, 4114.0, 4126.0, 4102.0, 4115.0, 4124.0, 4095.0, 4114.0, 4094.0, 4094.0, 4113.0, 4092.0, 4093.0, 4111.0, 4091.0, 4105.0, 4115.0, 4104.0, 4104.0, 4122.0, 4091.0, 4102.0, 4089.0, 4081.0, 4102.0, 4099.0, 4082.0, 4113.0, 4091.0, 4093.0, 4123.0, 4104.0, 4106.0, 4093.0, 4105.0, 4118.0, 4103.0, 4111.0, 4113.0, 4104.0, 4115.0, 4093.0, 4095.0, 4126.0, 4092.0, 4094.0, 4116.0, 4092.0, 4105.0, 4113.0, 4106.0, 4127.0, 4113.0, 4095.0, 4145.0, 4105.0, 4125.0, 4118.0, 4129.0, 4128.0, 4108.0, 4138.0, 4125.0, 4097.0, 4127.0, 4125.0, 4105.0, 4124.0, 4095.0, 4116.0, 4133.0, 4103.0, 4115.0, 4132.0, 4116.0, 4121.0, 4103.0, 4106.0, 4127.0, 4112.0, 4092.0, 4121.0, 4094.0, 4122.0, 4109.0, 4116.0, 4135.0, 4119.0, 4128.0, 4123.0, 4102.0, 4113.0, 4123.0, 4105.0, 4113.0, 4089.0, 4091.0, 4114.0, 4078.0, 4089.0, 4114.0, 4079.0, 4096.0, 4090.0, 4092.0, 4112.0, 4091.0, 4091.0, 4104.0, 4092.0, 4091.0, 4111.0, 4091.0, 4104.0, 4111.0, 4092.0, 4094.0, 4123.0, 4092.0, 4102.0, 4093.0, 4094.0, 4133.0, 4094.0, 4105.0, 4094.0, 4109.0, 4158.0, 4117.0, 4128.0, 4128.0, 4106.0, 4124.0, 4104.0, 4117.0, 4129.0, 4104.0, 4104.0, 4113.0, 4103.0, 4107.0, 4133.0, 4092.0, 4102.0, 4091.0, 4093.0, 4104.0, 4106.0, 4120.0, 4146.0, 4108.0, 4116.0, 4107.0, 4106.0, 4106.0, 4107.0, 4136.0, 4108.0, 4130.0, 4147.0, 4117.0, 4141.0, 4138.0, 4114.0, 4109.0, 4123.0, 4103.0], 'WindowWidth': [9311.0, 9253.0, 9238.0, 9184.0, 9189.0, 9223.0, 9185.0, 9178.0, 9197.0, 9154.0, 9207.0, 9155.0, 9144.0, 9170.0, 9134.0, 9134.0, 9176.0, 9138.0, 9127.0, 9164.0, 9112.0, 9130.0, 9150.0, 9127.0, 9157.0, 9124.0, 9118.0, 9167.0, 9122.0, 9161.0, 9159.0, 9132.0, 9156.0, 9118.0, 9136.0, 9171.0, 9140.0, 9200.0, 9146.0, 9139.0, 9173.0, 9132.0, 9137.0, 9192.0, 9151.0, 9163.0, 9131.0, 9139.0, 9175.0, 9118.0, 9156.0, 9195.0, 9150.0, 9168.0, 9139.0, 9131.0, 9160.0, 9124.0, 9133.0, 9177.0, 9135.0, 9154.0, 9199.0, 9156.0, 9151.0, 9118.0, 9139.0, 9174.0, 9138.0, 9159.0, 9203.0, 9174.0, 9199.0, 9148.0, 9139.0, 9181.0, 9143.0, 9136.0, 9196.0, 9144.0, 9164.0, 9167.0, 9129.0, 9155.0, 9112.0, 9132.0, 9171.0, 9143.0, 9133.0, 9173.0, 9140.0, 9134.0, 9174.0, 9128.0, 9132.0, 9113.0, 9121.0, 9162.0, 9131.0, 9136.0, 9194.0, 9163.0, 9150.0, 9146.0, 9140.0, 9180.0, 9142.0, 9137.0, 9172.0, 9135.0, 9149.0, 9170.0, 9136.0, 9181.0, 9152.0, 9157.0, 9195.0, 9150.0, 9182.0, 9135.0, 9159.0, 9203.0, 9165.0, 9152.0, 9186.0, 9127.0, 9131.0, 9183.0, 9145.0, 9131.0, 9150.0, 9115.0, 9146.0, 9109.0, 9124.0, 9162.0, 9131.0, 9134.0, 9145.0, 9139.0, 9152.0, 9124.0, 9156.0, 9177.0, 9153.0, 9173.0, 9194.0, 9151.0, 9170.0, 9173.0, 9147.0, 9174.0, 9115.0, 9132.0, 9174.0, 9129.0, 9148.0, 9171.0, 9129.0, 9174.0, 9176.0, 9136.0, 9166.0, 9177.0, 9164.0, 9164.0, 9114.0, 9119.0, 9154.0, 9120.0, 9139.0, 9176.0, 9150.0, 9161.0, 9118.0, 9138.0, 9170.0, 9134.0, 9171.0, 9194.0, 9147.0, 9173.0, 9119.0, 9137.0, 9172.0, 9148.0, 9168.0, 9171.0, 9160.0, 9185.0, 9159.0, 9131.0, 9159.0, 9103.0, 9152.0, 9175.0, 9157.0, 9189.0, 9155.0, 9136.0, 9135.0, 9152.0, 9144.0, 9154.0, 9143.0, 9158.0, 9227.0, 9195.0, 9190.0, 9190.0, 9150.0, 9154.0, 9206.0, 9143.0, 9129.0, 9162.0, 9106.0, 9122.0, 9161.0, 9119.0, 9119.0, 9089.0, 9109.0, 9150.0, 9114.0, 9126.0, 9128.0, 9113.0, 9139.0, 9093.0, 9112.0, 9157.0, 9145.0, 9149.0, 9111.0, 9119.0, 9156.0, 9139.0, 9114.0, 9157.0, 9108.0, 9129.0, 9164.0, 9129.0, 9145.0, 9127.0, 9120.0, 9154.0, 9100.0, 9116.0, 9153.0, 9138.0, 9177.0, 9161.0, 9117.0, 9165.0, 9123.0, 9153.0, 9164.0, 9125.0, 9142.0, 9134.0, 9129.0, 9179.0, 9130.0, 9121.0, 9142.0, 9122.0, 9145.0, 9121.0, 9176.0, 9185.0, 9142.0, 9177.0, 9138.0, 9170.0, 9148.0, 9169.0, 9211.0, 9171.0, 9187.0, 9135.0, 9154.0, 9189.0, 9150.0, 9186.0, 9158.0, 9136.0, 9208.0, 9129.0, 9155.0, 9132.0, 9144.0, 9133.0, 9162.0, 9126.0, 9133.0, 9169.0, 9122.0, 9112.0, 9138.0, 9110.0, 9118.0, 9154.0, 9130.0, 9131.0, 9127.0, 9105.0, 9118.0, 9121.0, 9099.0, 9114.0, 9086.0, 9089.0, 9136.0, 9080.0, 9082.0, 9117.0, 9064.0, 9082.0, 9120.0, 9065.0, 9096.0, 9089.0, 9069.0, 9107.0, 9071.0, 9097.0, 9071.0, 9094.0, 9102.0, 9096.0, 9144.0, 9111.0, 9125.0, 9121.0, 9121.0, 9172.0, 9126.0, 9123.0, 9113.0, 9119.0, 9156.0, 9140.0, 9161.0, 9134.0, 9160.0, 9139.0, 9173.0, 9156.0, 9136.0, 9166.0, 9152.0, 9132.0, 9145.0, 9124.0, 9121.0, 9162.0, 9151.0, 9139.0, 9124.0, 9120.0, 9145.0, 9158.0, 9125.0, 9162.0, 9191.0, 9157.0, 9162.0, 9187.0, 9142.0, 9138.0, 9173.0, 9146.0, 9160.0, 9179.0, 9132.0, 9133.0, 9154.0, 9133.0, 9181.0, 9149.0, 9117.0, 9169.0, 9123.0, 9148.0, 9115.0, 9134.0, 9172.0, 9145.0, 9159.0, 9162.0, 9126.0, 9130.0, 9148.0, 9115.0, 9160.0, 9114.0, 9117.0, 9137.0, 9115.0, 9115.0, 9165.0, 9113.0, 9143.0, 9135.0, 9100.0, 9169.0, 9141.0, 9150.0, 9115.0, 9121.0, 9143.0, 9144.0, 9170.0, 9149.0, 9142.0, 9192.0, 9154.0, 9130.0, 9176.0, 9147.0, 9115.0, 9155.0, 9123.0, 9095.0, 9091.0, 9122.0, 9148.0, 9130.0, 9121.0, 9169.0, 9132.0, 9139.0, 9190.0, 9149.0, 9138.0, 9113.0, 9120.0, 9136.0, 9137.0, 9123.0, 9166.0, 9127.0, 9139.0, 9175.0, 9139.0, 9118.0, 9137.0, 9118.0, 9150.0, 9159.0, 9184.0, 9150.0, 9118.0, 9115.0, 9137.0, 9167.0, 9155.0, 9135.0, 9166.0, 9184.0, 9142.0, 9154.0, 9155.0, 9115.0, 9147.0, 9117.0, 9147.0, 9139.0, 9117.0, 9167.0, 9138.0, 9111.0, 9131.0, 9091.0, 9127.0, 9141.0, 9108.0, 9137.0, 9115.0, 9116.0, 9149.0, 9116.0, 9094.0, 9125.0, 9105.0, 9140.0, 9182.0, 9110.0, 9122.0, 9111.0, 9133.0, 9138.0, 9135.0, 9162.0, 9145.0, 9141.0, 9176.0, 9144.0, 9127.0, 9109.0, 9137.0, 9167.0, 9139.0, 9116.0, 9164.0, 9122.0, 9116.0, 9159.0, 9117.0, 9118.0, 9152.0, 9116.0, 9151.0, 9147.0, 9150.0, 9180.0, 9142.0, 9160.0, 9137.0, 9158.0, 9203.0, 9128.0, 9135.0, 9153.0, 9121.0, 9118.0, 9136.0, 9094.0, 9109.0, 9143.0, 9110.0, 9114.0, 9149.0, 9119.0, 9147.0, 9114.0, 9119.0, 9157.0, 9139.0, 9142.0, 9173.0, 9153.0, 9169.0, 9159.0, 9137.0, 9153.0, 9155.0, 9146.0, 9180.0, 9154.0, 9152.0, 9186.0, 9212.0, 9216.0, 9168.0, 9192.0, 9198.0, 9150.0, 9170.0, 9136.0, 9139.0, 9190.0, 9135.0, 9114.0, 9117.0, 9133.0, 9141.0, 9166.0, 9208.0, 9157.0, 9155.0, 9181.0, 9153.0, 9157.0, 9160.0, 9148.0, 9177.0, 9170.0, 9134.0, 9159.0, 9124.0, 9119.0, 9159.0, 9107.0, 9123.0, 9140.0, 9088.0, 9122.0, 9107.0, 9086.0, 9103.0, 9104.0, 9094.0, 9124.0, 9092.0, 9095.0, 9125.0, 9105.0, 9124.0, 9102.0, 9095.0, 9163.0, 9137.0, 9192.0, 9125.0, 9157.0, 9125.0, 9150.0, 9121.0, 9115.0, 9176.0, 9154.0, 9135.0, 9163.0, 9132.0, 9138.0, 9164.0, 9121.0, 9107.0, 9121.0, 9107.0, 9102.0, 9140.0, 9090.0, 9107.0, 9087.0, 9112.0, 9122.0, 9091.0, 9107.0, 9131.0, 9098.0, 9109.0, 9120.0, 9080.0, 9097.0, 9119.0, 9082.0, 9097.0, 9083.0, 9090.0, 9116.0, 9085.0, 9095.0, 9136.0, 9103.0, 9111.0, 9136.0, 9107.0, 9092.0, 9093.0, 9113.0, 9140.0, 9118.0, 9148.0, 9131.0, 9138.0, 9176.0, 9140.0, 9177.0, 9149.0, 9136.0, 9143.0, 9121.0, 9146.0, 9125.0, 9127.0, 9170.0, 9124.0, 9116.0, 9166.0, 9122.0, 9113.0, 9152.0, 9107.0, 9117.0, 9167.0, 9111.0, 9110.0, 9110.0, 9134.0, 9150.0, 9131.0, 9134.0, 9158.0, 9141.0, 9147.0, 9143.0, 9132.0, 9148.0, 9162.0, 9166.0, 9170.0, 9225.0, 9185.0, 9164.0, 9192.0, 9183.0, 9137.0, 9164.0, 9130.0, 9136.0, 9167.0, 9129.0, 9146.0, 9163.0, 9127.0, 9149.0, 9160.0, 9123.0, 9147.0, 9122.0, 9121.0, 9144.0, 9115.0, 9117.0, 9140.0, 9113.0, 9135.0, 9148.0, 9132.0, 9133.0, 9154.0, 9109.0, 9126.0, 9103.0, 9097.0, 9127.0, 9118.0, 9099.0, 9144.0, 9110.0, 9119.0, 9159.0, 9131.0, 9134.0, 9117.0, 9136.0, 9154.0, 9129.0, 9149.0, 9143.0, 9135.0, 9151.0, 9117.0, 9123.0, 9164.0, 9114.0, 9120.0, 9150.0, 9114.0, 9135.0, 9145.0, 9140.0, 9172.0, 9142.0, 9121.0, 9189.0, 9138.0, 9166.0, 9159.0, 9177.0, 9172.0, 9147.0, 9188.0, 9161.0, 9128.0, 9172.0, 9163.0, 9135.0, 9160.0, 9122.0, 9152.0, 9172.0, 9129.0, 9149.0, 9169.0, 9153.0, 9164.0, 9132.0, 9141.0, 9170.0, 9141.0, 9114.0, 9152.0, 9119.0, 9155.0, 9144.0, 9156.0, 9177.0, 9164.0, 9174.0, 9156.0, 9128.0, 9144.0, 9157.0, 9135.0, 9143.0, 9104.0, 9110.0, 9141.0, 9088.0, 9106.0, 9141.0, 9091.0, 9120.0, 9109.0, 9114.0, 9141.0, 9108.0, 9110.0, 9129.0, 9111.0, 9111.0, 9137.0, 9111.0, 9134.0, 9138.0, 9113.0, 9120.0, 9157.0, 9115.0, 9128.0, 9115.0, 9120.0, 9169.0, 9120.0, 9136.0, 9121.0, 9150.0, 9215.0, 9157.0, 9175.0, 9172.0, 9140.0, 9161.0, 9132.0, 9155.0, 9174.0, 9132.0, 9134.0, 9144.0, 9131.0, 9139.0, 9168.0, 9114.0, 9127.0, 9111.0, 9118.0, 9133.0, 9143.0, 9168.0, 9196.0, 9150.0, 9155.0, 9145.0, 9142.0, 9144.0, 9147.0, 9180.0, 9149.0, 9182.0, 9200.0, 9158.0, 9198.0, 9189.0, 9148.0, 9144.0, 9160.0, 9130.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.0004479056386651323</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.027787513808975834</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.530572201244205</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.206189527016128</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9784714685714287</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4638</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6487.9429</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10006086483564752</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>31</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>3.567318757192175</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3949029018315007</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4100283970859</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.622043119303802</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1526371891048</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0093864</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010439151898026466</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.016842544078826904</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.8986392558491514</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>37.5462</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.5481</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>160.9819</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>302935.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>714.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>335.2071</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7212</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>508.9217</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3321.8277</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3516.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>73609.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1103.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4347.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>901.847</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>36.866012033075094</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> |