=== 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
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0013_ses-03_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0013_ses-03_task-social_acq-mb8_run-03_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-03_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-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-03_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-03_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-03_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-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-03_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-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-03_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-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-03_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-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_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-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0013/ses-03/func/sub-0013_ses-03_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>8101c0add2c39a2ae1f514d709d146c8</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:12:12.270000</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.99647, 0.0826215, 0.0149018, -0.0829754, 0.942179, 0.324675]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0975402</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4138, -7782, -7243, 427, -158, -167, 54, 41]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>251.33</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>d8ca6ba8-1d89-4d6c-b580-03422d210d15||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.673454999923706, -0.22261697053909302, -0.0345195010304451, 125.21573638916016], [-0.22166745364665985, 2.5277974605560303, 0.8768657445907593, -88.23226928710938], [0.03998032584786415, -0.8710789084434509, 2.553412437438965, -9.392427444458008], [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': ['101212.270000', '101212.730000', '101213.190000', '101213.650000', '101214.110000', '101214.570000', '101215.030000', '101215.490000', '101215.950000', '101216.410000', '101216.870000', '101217.330000', '101217.790000', '101218.250000', '101218.710000', '101219.170000', '101219.630000', '101220.090000', '101220.550000', '101221.010000', '101221.470000', '101221.930000', '101222.390000', '101222.850000', '101223.310000', '101223.770000', '101224.230000', '101224.690000', '101225.150000', '101225.610000', '101226.070000', '101226.530000', '101226.990000', '101227.450000', '101227.910000', '101228.370000', '101228.830000', '101229.290000', '101229.750000', '101230.210000', '101230.670000', '101231.130000', '101231.590000', '101232.050000', '101232.510000', '101232.970000', '101233.430000', '101233.890000', '101234.350000', '101234.810000', '101235.270000', '101235.730000', '101236.190000', '101236.650000', '101237.110000', '101237.570000', '101238.030000', '101238.490000', '101238.950000', '101239.410000', '101239.870000', '101240.330000', '101240.790000', '101241.250000', '101241.710000', '101242.170000', '101242.630000', '101243.090000', '101243.550000', '101244.010000', '101244.470000', '101244.930000', '101245.390000', '101245.850000', '101246.310000', '101246.770000', '101247.230000', '101247.690000', '101248.150000', '101248.610000', '101249.070000', '101249.530000', '101249.990000', '101250.450000', '101250.910000', '101251.370000', '101251.830000', '101252.290000', '101252.750000', '101253.210000', '101253.670000', '101254.130000', '101254.590000', '101255.050000', '101255.510000', '101255.970000', '101256.430000', '101256.890000', '101257.350000', '101257.810000', '101258.270000', '101258.730000', '101259.190000', '101259.650000', '101300.110000', '101300.570000', '101301.030000', '101301.490000', '101301.950000', '101302.410000', '101302.870000', '101303.330000', '101303.790000', '101304.250000', '101304.710000', '101305.170000', '101305.630000', '101306.090000', '101306.550000', '101307.010000', '101307.470000', '101307.930000', '101308.390000', '101308.850000', '101309.310000', '101309.770000', '101310.230000', '101310.690000', '101311.150000', '101311.610000', '101312.070000', '101312.530000', '101312.990000', '101313.450000', '101313.910000', '101314.370000', '101314.830000', '101315.290000', '101315.750000', '101316.210000', '101316.670000', '101317.130000', '101317.590000', '101318.050000', '101318.510000', '101318.970000', '101319.430000', '101319.890000', '101320.350000', '101320.810000', '101321.270000', '101321.730000', '101322.190000', '101322.650000', '101323.110000', '101323.570000', '101324.030000', '101324.490000', '101324.950000', '101325.410000', '101325.870000', '101326.330000', '101326.790000', '101327.250000', '101327.710000', '101328.170000', '101328.630000', '101329.090000', '101329.550000', '101330.010000', '101330.470000', '101330.930000', '101331.390000', '101331.850000', '101332.310000', '101332.770000', '101333.230000', '101333.690000', '101334.150000', '101334.610000', '101335.070000', '101335.530000', '101335.990000', '101336.450000', '101336.910000', '101337.370000', '101337.830000', '101338.290000', '101338.750000', '101339.210000', '101339.670000', '101340.130000', '101340.590000', '101341.050000', '101341.510000', '101341.970000', '101342.430000', '101342.890000', '101343.350000', '101343.810000', '101344.270000', '101344.730000', '101345.190000', '101345.650000', '101346.110000', '101346.570000', '101347.030000', '101347.490000', '101347.950000', '101348.410000', '101348.870000', '101349.330000', '101349.790000', '101350.250000', '101350.710000', '101351.170000', '101351.630000', '101352.090000', '101352.550000', '101353.010000', '101353.470000', '101353.930000', '101354.390000', '101354.850000', '101355.310000', '101355.770000', '101356.230000', '101356.690000', '101357.150000', '101357.610000', '101358.070000', '101358.530000', '101358.990000', '101359.450000', '101359.910000', '101400.370000', '101400.830000', '101401.290000', '101401.750000', '101402.210000', '101402.670000', '101403.130000', '101403.590000', '101404.050000', '101404.510000', '101404.970000', '101405.430000', '101405.890000', '101406.350000', '101406.810000', '101407.270000', '101407.730000', '101408.190000', '101408.650000', '101409.110000', '101409.570000', '101410.030000', '101410.490000', '101410.950000', '101411.410000', '101411.870000', '101412.330000', '101412.790000', '101413.250000', '101413.710000', '101414.170000', '101414.630000', '101415.090000', '101415.550000', '101416.010000', '101416.470000', '101416.930000', '101417.390000', '101417.850000', '101418.310000', '101418.770000', '101419.230000', '101419.690000', '101420.150000', '101420.610000', '101421.070000', '101421.530000', '101421.990000', '101422.450000', '101422.910000', '101423.370000', '101423.830000', '101424.290000', '101424.750000', '101425.210000', '101425.670000', '101426.130000', '101426.590000', '101427.050000', '101427.510000', '101427.970000', '101428.430000', '101428.890000', '101429.350000', '101429.810000', '101430.270000', '101430.730000', '101431.190000', '101431.650000', '101432.110000', '101432.570000', '101433.030000', '101433.490000', '101433.950000', '101434.410000', '101434.870000', '101435.330000', '101435.790000', '101436.250000', '101436.710000', '101437.170000', '101437.630000', '101438.090000', '101438.550000', '101439.010000', '101439.470000', '101439.930000', '101440.390000', '101440.850000', '101441.310000', '101441.770000', '101442.230000', '101442.690000', '101443.150000', '101443.610000', '101444.070000', '101444.530000', '101444.990000', '101445.450000', '101445.910000', '101446.370000', '101446.830000', '101447.290000', '101447.750000', '101448.210000', '101448.670000', '101449.130000', '101449.590000', '101450.050000', '101450.510000', '101450.970000', '101451.430000', '101451.890000', '101452.350000', '101452.810000', '101453.270000', '101453.730000', '101454.190000', '101454.650000', '101455.110000', '101455.570000', '101456.030000', '101456.490000', '101456.950000', '101457.410000', '101457.870000', '101458.330000', '101458.790000', '101459.250000', '101459.710000', '101500.170000', '101500.630000', '101501.090000', '101501.550000', '101502.010000', '101502.470000', '101502.930000', '101503.390000', '101503.850000', '101504.310000', '101504.770000', '101505.230000', '101505.690000', '101506.150000', '101506.610000', '101507.070000', '101507.530000', '101507.990000', '101508.450000', '101508.910000', '101509.370000', '101509.830000', '101510.290000', '101510.750000', '101511.210000', '101511.670000', '101512.130000', '101512.590000', '101513.050000', '101513.510000', '101513.970000', '101514.430000', '101514.890000', '101515.350000', '101515.810000', '101516.270000', '101516.730000', '101517.190000', '101517.650000', '101518.110000', '101518.570000', '101519.030000', '101519.490000', '101519.950000', '101520.410000', '101520.870000', '101521.330000', '101521.790000', '101522.250000', '101522.710000', '101523.170000', '101523.630000', '101524.090000', '101524.550000', '101525.010000', '101525.470000', '101525.930000', '101526.390000', '101526.850000', '101527.310000', '101527.770000', '101528.230000', '101528.690000', '101529.150000', '101529.610000', '101530.070000', '101530.530000', '101530.990000', '101531.450000', '101531.910000', '101532.370000', '101532.830000', '101533.290000', '101533.750000', '101534.210000', '101534.670000', '101535.130000', '101535.590000', '101536.050000', '101536.510000', '101536.970000', '101537.430000', '101537.890000', '101538.350000', '101538.810000', '101539.270000', '101539.730000', '101540.190000', '101540.650000', '101541.110000', '101541.570000', '101542.030000', '101542.490000', '101542.950000', '101543.410000', '101543.870000', '101544.330000', '101544.790000', '101545.250000', '101545.710000', '101546.170000', '101546.630000', '101547.090000', '101547.550000', '101548.010000', '101548.470000', '101548.930000', '101549.390000', '101549.850000', '101550.310000', '101550.770000', '101551.230000', '101551.690000', '101552.150000', '101552.610000', '101553.070000', '101553.530000', '101553.990000', '101554.450000', '101554.910000', '101555.370000', '101555.830000', '101556.290000', '101556.750000', '101557.210000', '101557.670000', '101558.130000', '101558.590000', '101559.050000', '101559.510000', '101559.970000', '101600.430000', '101600.890000', '101601.350000', '101601.810000', '101602.270000', '101602.730000', '101603.190000', '101603.650000', '101604.110000', '101604.570000', '101605.030000', '101605.490000', '101605.950000', '101606.410000', '101606.870000', '101607.330000', '101607.790000', '101608.250000', '101608.710000', '101609.170000', '101609.630000', '101610.090000', '101610.550000', '101611.010000', '101611.470000', '101611.930000', '101612.390000', '101612.850000', '101613.310000', '101613.770000', '101614.230000', '101614.690000', '101615.150000', '101615.610000', '101616.070000', '101616.530000', '101616.990000', '101617.450000', '101617.910000', '101618.370000', '101618.830000', '101619.290000', '101619.750000', '101620.210000', '101620.670000', '101621.130000', '101621.590000', '101622.050000', '101622.510000', '101622.970000', '101623.430000', '101623.890000', '101624.350000', '101624.810000', '101625.270000', '101625.730000', '101626.190000', '101626.650000', '101627.110000', '101627.570000', '101628.030000', '101628.490000', '101628.950000', '101629.410000', '101629.870000', '101630.330000', '101630.790000', '101631.250000', '101631.710000', '101632.170000', '101632.630000', '101633.090000', '101633.550000', '101634.010000', '101634.470000', '101634.930000', '101635.390000', '101635.850000', '101636.310000', '101636.770000', '101637.230000', '101637.690000', '101638.150000', '101638.610000', '101639.070000', '101639.530000', '101639.990000', '101640.450000', '101640.910000', '101641.370000', '101641.830000', '101642.290000', '101642.750000', '101643.210000', '101643.670000', '101644.130000', '101644.590000', '101645.050000', '101645.510000', '101645.970000', '101646.430000', '101646.890000', '101647.350000', '101647.810000', '101648.270000', '101648.730000', '101649.190000', '101649.650000', '101650.110000', '101650.570000', '101651.030000', '101651.490000', '101651.950000', '101652.410000', '101652.870000', '101653.330000', '101653.790000', '101654.250000', '101654.710000', '101655.170000', '101655.630000', '101656.090000', '101656.550000', '101657.010000', '101657.470000', '101657.930000', '101658.390000', '101658.850000', '101659.310000', '101659.770000', '101700.230000', '101700.690000', '101701.150000', '101701.610000', '101702.070000', '101702.530000', '101702.990000', '101703.450000', '101703.910000', '101704.370000', '101704.830000', '101705.290000', '101705.750000', '101706.210000', '101706.670000', '101707.130000', '101707.590000', '101708.050000', '101708.510000', '101708.970000', '101709.430000', '101709.890000', '101710.350000', '101710.810000', '101711.270000', '101711.730000', '101712.190000', '101712.650000', '101713.110000', '101713.570000', '101714.030000', '101714.490000', '101714.950000', '101715.410000', '101715.870000', '101716.330000', '101716.790000', '101717.250000', '101717.710000', '101718.170000', '101718.630000', '101719.090000', '101719.550000', '101720.010000', '101720.470000', '101720.930000', '101721.390000', '101721.850000', '101722.310000', '101722.770000', '101723.230000', '101723.690000', '101724.150000', '101724.610000', '101725.070000', '101725.530000', '101725.990000', '101726.450000', '101726.910000', '101727.370000', '101727.830000', '101728.290000', '101728.750000', '101729.210000', '101729.670000', '101730.130000', '101730.590000', '101731.050000', '101731.510000', '101731.970000', '101732.430000', '101732.890000', '101733.350000', '101733.810000', '101734.270000', '101734.730000', '101735.190000', '101735.650000', '101736.110000', '101736.570000', '101737.030000', '101737.490000', '101737.950000', '101738.410000', '101738.870000', '101739.330000', '101739.790000', '101740.250000', '101740.710000', '101741.170000', '101741.630000', '101742.090000', '101742.550000', '101743.010000', '101743.470000', '101743.930000', '101744.390000', '101744.850000', '101745.310000', '101745.770000', '101746.230000', '101746.690000', '101747.150000', '101747.610000', '101748.070000', '101748.530000', '101748.990000', '101749.450000', '101749.910000', '101750.370000', '101750.830000', '101751.290000', '101751.750000', '101752.210000', '101752.670000', '101753.130000', '101753.590000', '101754.050000', '101754.510000', '101754.970000', '101755.430000', '101755.890000', '101756.350000', '101756.810000', '101757.270000', '101757.730000', '101758.190000', '101758.650000', '101759.110000', '101759.570000', '101800.030000', '101800.490000', '101800.950000', '101801.410000', '101801.870000', '101802.330000', '101802.790000', '101803.250000', '101803.710000', '101804.170000', '101804.630000', '101805.090000', '101805.550000', '101806.010000', '101806.470000', '101806.930000', '101807.390000', '101807.850000', '101808.310000', '101808.770000', '101809.230000', '101809.690000', '101810.150000', '101810.610000', '101811.070000', '101811.530000', '101811.990000', '101812.450000', '101812.910000', '101813.370000', '101813.830000', '101814.290000', '101814.750000', '101815.210000', '101815.670000', '101816.130000', '101816.590000', '101817.050000', '101817.510000', '101817.970000', '101818.430000', '101818.890000', '101819.350000', '101819.810000', '101820.270000', '101820.730000', '101821.190000', '101821.650000', '101822.110000', '101822.570000', '101823.030000', '101823.490000', '101823.950000', '101824.410000', '101824.870000', '101825.330000', '101825.790000', '101826.250000', '101826.710000', '101827.170000', '101827.630000', '101828.090000', '101828.550000', '101829.010000', '101829.470000', '101829.930000', '101830.390000', '101830.850000', '101831.310000', '101831.770000', '101832.230000', '101832.690000', '101833.150000', '101833.610000', '101834.070000', '101834.530000', '101834.990000', '101835.450000', '101835.910000', '101836.370000', '101836.830000', '101837.290000', '101837.750000', '101838.210000', '101838.670000', '101839.130000', '101839.590000', '101840.050000', '101840.510000', '101840.970000', '101841.430000', '101841.890000', '101842.350000', '101842.810000', '101843.270000', '101843.730000', '101844.190000', '101844.650000', '101845.110000', '101845.570000', '101846.030000', '101846.490000', '101846.950000', '101847.410000', '101847.870000', '101848.330000', '101848.790000', '101849.250000', '101849.710000', '101850.170000', '101850.630000', '101851.090000', '101851.550000', '101852.010000', '101852.470000', '101852.930000'], 'ContentTime': ['101223.067000', '101223.071000', '101223.074000', '101223.077000', '101223.080000', '101223.083000', '101223.086000', '101223.089000', '101223.091000', '101223.094000', '101223.097000', '101223.100000', '101223.103000', '101223.105000', '101223.108000', '101223.111000', '101223.114000', '101223.117000', '101223.120000', '101223.123000', '101223.126000', '101223.129000', '101243.039000', '101243.042000', '101243.045000', '101243.048000', '101243.051000', '101243.054000', '101243.057000', '101243.059000', '101243.062000', '101243.065000', '101243.075000', '101243.077000', '101243.080000', '101243.083000', '101243.086000', '101243.089000', '101243.092000', '101243.094000', '101243.097000', '101243.100000', '101243.103000', '101243.106000', '101243.109000', '101243.111000', '101243.114000', '101243.117000', '101243.120000', '101243.123000', '101243.126000', '101243.129000', '101243.132000', '101243.135000', '101243.137000', '101243.140000', '101243.143000', '101243.146000', '101243.149000', '101243.152000', '101243.154000', '101243.157000', '101243.160000', '101243.163000', '101243.166000', '101303.040000', '101303.043000', '101303.045000', '101303.048000', '101303.051000', '101303.054000', '101303.057000', '101303.060000', '101303.063000', '101303.065000', '101303.068000', '101303.071000', '101303.074000', '101303.077000', '101303.079000', '101303.082000', '101303.085000', '101303.088000', '101303.111000', '101303.114000', '101303.117000', '101303.119000', '101303.122000', '101303.125000', '101303.128000', '101303.131000', '101303.133000', '101303.136000', '101303.139000', '101303.142000', '101303.145000', '101303.147000', '101303.150000', '101303.153000', '101303.156000', '101303.159000', '101303.162000', '101303.164000', '101303.167000', '101303.170000', '101303.173000', '101303.176000', '101303.178000', '101303.181000', '101323.040000', '101323.043000', '101323.046000', '101323.049000', '101323.051000', '101323.054000', '101323.057000', '101323.060000', '101323.063000', '101323.065000', '101323.068000', '101323.071000', '101323.074000', '101323.077000', '101323.079000', '101323.082000', '101323.085000', '101323.088000', '101323.091000', '101323.094000', '101323.096000', '101323.099000', '101323.102000', '101323.105000', '101323.107000', '101323.110000', '101323.113000', '101323.116000', '101323.119000', '101323.122000', '101323.124000', '101323.127000', '101323.130000', '101323.133000', '101323.136000', '101323.139000', '101323.141000', '101323.144000', '101323.147000', '101323.150000', '101323.153000', '101323.155000', '101323.158000', '101343.040000', '101343.043000', '101343.045000', '101343.048000', '101343.051000', '101343.054000', '101343.057000', '101343.059000', '101343.062000', '101343.065000', '101343.068000', '101343.071000', '101343.074000', '101343.076000', '101343.079000', '101343.082000', '101343.085000', '101343.088000', '101343.091000', '101343.094000', '101343.096000', '101343.099000', '101343.102000', '101343.105000', '101343.108000', '101343.110000', '101343.113000', '101343.116000', '101343.119000', '101343.122000', '101343.125000', '101343.128000', '101343.130000', '101343.134000', '101343.137000', '101343.139000', '101343.142000', '101343.145000', '101343.148000', '101343.150000', '101343.153000', '101343.156000', '101343.159000', '101343.162000', '101403.040000', '101403.043000', '101403.046000', '101403.049000', '101403.051000', '101403.054000', '101403.057000', '101403.060000', '101403.063000', '101403.066000', '101403.069000', '101403.071000', '101403.074000', '101403.077000', '101403.080000', '101403.083000', '101403.086000', '101403.088000', '101403.091000', '101403.094000', '101403.097000', '101403.100000', '101403.103000', '101403.105000', '101403.108000', '101403.111000', '101403.114000', '101403.117000', '101403.119000', '101403.122000', '101403.125000', '101403.128000', '101403.131000', '101403.134000', '101403.137000', '101403.139000', '101403.142000', '101403.145000', '101403.148000', '101403.151000', '101403.154000', '101403.156000', '101403.159000', '101423.040000', '101423.044000', '101423.047000', '101423.049000', '101423.052000', '101423.055000', '101423.058000', '101423.061000', '101423.064000', '101423.066000', '101423.069000', '101423.072000', '101423.075000', '101423.078000', '101423.081000', '101423.084000', '101423.090000', '101423.093000', '101423.096000', '101423.099000', '101423.102000', '101423.104000', '101423.107000', '101423.110000', '101423.113000', '101423.116000', '101423.119000', '101423.121000', '101423.124000', '101423.127000', '101423.130000', '101423.133000', '101423.136000', '101423.139000', '101423.141000', '101423.144000', '101423.147000', '101423.150000', '101423.153000', '101423.156000', '101423.158000', '101423.161000', '101423.164000', '101443.039000', '101443.042000', '101443.045000', '101443.048000', '101443.051000', '101443.053000', '101443.056000', '101443.059000', '101443.062000', '101443.065000', '101443.068000', '101443.070000', '101443.073000', '101443.076000', '101443.079000', '101443.082000', '101443.085000', '101443.088000', '101443.091000', '101443.093000', '101443.096000', '101443.099000', '101443.102000', '101443.105000', '101443.108000', '101443.110000', '101443.113000', '101443.116000', '101443.119000', '101443.147000', '101443.150000', '101443.153000', '101443.155000', '101443.158000', '101443.161000', '101443.164000', '101443.167000', '101443.170000', '101443.172000', '101443.175000', '101443.178000', '101443.181000', '101443.184000', '101443.187000', '101503.039000', '101503.045000', '101503.048000', '101503.051000', '101503.054000', '101503.057000', '101503.060000', '101503.063000', '101503.065000', '101503.068000', '101503.071000', '101503.080000', '101503.083000', '101503.086000', '101503.089000', '101503.092000', '101503.095000', '101503.098000', '101503.100000', '101503.103000', '101503.106000', '101503.109000', '101503.112000', '101503.115000', '101503.117000', '101503.120000', '101503.123000', '101503.126000', '101503.129000', '101503.132000', '101503.135000', '101503.137000', '101503.140000', '101503.143000', '101503.146000', '101503.149000', '101503.152000', '101503.154000', '101503.157000', '101503.160000', '101503.163000', '101503.166000', '101503.169000', '101523.040000', '101523.043000', '101523.046000', '101523.049000', '101523.051000', '101523.054000', '101523.057000', '101523.060000', '101523.063000', '101523.066000', '101523.069000', '101523.071000', '101523.074000', '101523.077000', '101523.080000', '101523.083000', '101523.086000', '101523.088000', '101523.091000', '101523.094000', '101523.097000', '101523.100000', '101523.103000', '101523.105000', '101523.108000', '101523.111000', '101523.114000', '101523.117000', '101523.120000', '101523.123000', '101523.125000', '101523.128000', '101523.131000', '101523.134000', '101523.137000', '101523.140000', '101523.143000', '101523.145000', '101523.148000', '101523.151000', '101523.154000', '101523.157000', '101523.160000', '101523.163000', '101543.040000', '101543.043000', '101543.046000', '101543.049000', '101543.052000', '101543.054000', '101543.057000', '101543.060000', '101543.063000', '101543.066000', '101543.069000', '101543.072000', '101543.075000', '101543.078000', '101543.081000', '101543.084000', '101543.087000', '101543.089000', '101543.092000', '101543.095000', '101543.098000', '101543.101000', '101543.103000', '101543.106000', '101543.109000', '101543.112000', '101543.115000', '101543.118000', '101543.121000', '101543.124000', '101543.126000', '101543.129000', '101543.132000', '101543.135000', '101543.138000', '101543.141000', '101543.143000', '101543.146000', '101543.149000', '101543.152000', '101543.155000', '101543.158000', '101543.161000', '101603.040000', '101603.043000', '101603.046000', '101603.049000', '101603.051000', '101603.054000', '101603.057000', '101603.060000', '101603.063000', '101603.066000', '101603.069000', '101603.072000', '101603.075000', '101603.078000', '101603.081000', '101603.083000', '101603.086000', '101603.089000', '101603.092000', '101603.095000', '101603.098000', '101603.100000', '101603.103000', '101603.106000', '101603.109000', '101603.112000', '101603.115000', '101603.117000', '101603.120000', '101603.123000', '101603.126000', '101603.129000', '101603.132000', '101603.135000', '101603.137000', '101603.140000', '101603.143000', '101603.146000', '101603.149000', '101603.152000', '101603.155000', '101603.157000', '101603.160000', '101603.163000', '101623.040000', '101623.043000', '101623.046000', '101623.049000', '101623.051000', '101623.054000', '101623.057000', '101623.060000', '101623.063000', '101623.066000', '101623.080000', '101623.083000', '101623.086000', '101623.089000', '101623.092000', '101623.095000', '101623.098000', '101623.101000', '101623.103000', '101623.106000', '101623.109000', '101623.112000', '101623.115000', '101623.118000', '101623.121000', '101623.124000', '101623.126000', '101623.129000', '101623.132000', '101623.135000', '101623.138000', '101623.141000', '101623.143000', '101623.146000', '101623.149000', '101623.152000', '101623.155000', '101623.158000', '101623.160000', '101623.163000', '101623.166000', '101623.169000', '101623.172000', '101643.039000', '101643.042000', '101643.045000', '101643.048000', '101643.062000', '101643.065000', '101643.067000', '101643.070000', '101643.073000', '101643.077000', '101643.080000', '101643.083000', '101643.086000', '101643.089000', '101643.092000', '101643.095000', '101643.097000', '101643.101000', '101643.103000', '101643.106000', '101643.109000', '101643.112000', '101643.115000', '101643.118000', '101643.121000', '101643.124000', '101643.127000', '101643.129000', '101643.132000', '101643.135000', '101643.138000', '101643.141000', '101643.144000', '101643.146000', '101643.149000', '101643.152000', '101643.155000', '101643.158000', '101643.161000', '101643.163000', '101643.166000', '101643.169000', '101643.172000', '101643.175000', '101703.039000', '101703.042000', '101703.046000', '101703.049000', '101703.051000', '101703.054000', '101703.057000', '101703.060000', '101703.063000', '101703.066000', '101703.069000', '101703.072000', '101703.075000', '101703.078000', '101703.080000', '101703.083000', '101703.086000', '101703.089000', '101703.092000', '101703.095000', '101703.098000', '101703.101000', '101703.104000', '101703.108000', '101703.113000', '101703.116000', '101703.119000', '101703.122000', '101703.124000', '101703.127000', '101703.130000', '101703.133000', '101703.136000', '101703.139000', '101703.142000', '101703.144000', '101703.147000', '101703.150000', '101703.153000', '101703.156000', '101703.159000', '101703.162000', '101703.164000', '101723.039000', '101723.042000', '101723.045000', '101723.048000', '101723.054000', '101723.057000', '101723.059000', '101723.062000', '101723.066000', '101723.068000', '101723.071000', '101723.074000', '101723.077000', '101723.080000', '101723.083000', '101723.086000', '101723.089000', '101723.092000', '101723.094000', '101723.097000', '101723.100000', '101723.103000', '101723.106000', '101723.109000', '101723.112000', '101723.115000', '101723.117000', '101723.120000', '101723.123000', '101723.126000', '101723.129000', '101723.132000', '101723.135000', '101723.137000', '101723.140000', '101723.143000', '101723.146000', '101723.149000', '101723.152000', '101723.155000', '101723.157000', '101723.160000', '101723.163000', '101723.166000', '101743.040000', '101743.043000', '101743.046000', '101743.049000', '101743.052000', '101743.054000', '101743.057000', '101743.060000', '101743.063000', '101743.066000', '101743.069000', '101743.072000', '101743.075000', '101743.077000', '101743.080000', '101743.083000', '101743.086000', '101743.089000', '101743.095000', '101743.097000', '101743.100000', '101743.103000', '101743.106000', '101743.109000', '101743.112000', '101743.115000', '101743.118000', '101743.121000', '101743.124000', '101743.130000', '101743.133000', '101743.136000', '101743.139000', '101743.141000', '101743.144000', '101743.158000', '101743.161000', '101743.164000', '101743.166000', '101743.169000', '101743.172000', '101743.175000', '101743.178000', '101803.040000', '101803.043000', '101803.046000', '101803.049000', '101803.052000', '101803.055000', '101803.057000', '101803.060000', '101803.063000', '101803.066000', '101803.069000', '101803.072000', '101803.075000', '101803.078000', '101803.081000', '101803.083000', '101803.086000', '101803.089000', '101803.092000', '101803.095000', '101803.098000', '101803.101000', '101803.104000', '101803.107000', '101803.110000', '101803.113000', '101803.116000', '101803.119000', '101803.121000', '101803.124000', '101803.127000', '101803.130000', '101803.133000', '101803.136000', '101803.139000', '101803.141000', '101803.144000', '101803.147000', '101803.150000', '101803.153000', '101803.156000', '101803.158000', '101803.161000', '101803.164000', '101823.040000', '101823.043000', '101823.046000', '101823.049000', '101823.052000', '101823.054000', '101823.057000', '101823.060000', '101823.063000', '101823.066000', '101823.069000', '101823.073000', '101823.076000', '101823.079000', '101823.083000', '101823.086000', '101823.089000', '101823.092000', '101823.095000', '101823.098000', '101823.101000', '101823.103000', '101823.106000', '101823.109000', '101823.112000', '101823.115000', '101823.118000', '101823.121000', '101823.123000', '101823.126000', '101823.129000', '101823.132000', '101823.135000', '101823.138000', '101823.141000', '101823.144000', '101823.149000', '101823.153000', '101823.156000', '101823.159000', '101823.162000', '101823.165000', '101823.167000', '101843.040000', '101843.043000', '101843.046000', '101843.049000', '101843.052000', '101843.054000', '101843.057000', '101843.060000', '101843.063000', '101843.066000', '101843.069000', '101843.072000', '101843.075000', '101843.077000', '101843.080000', '101843.083000', '101843.086000', '101843.089000', '101843.092000', '101843.095000', '101843.097000', '101843.100000', '101843.103000', '101843.106000', '101843.109000', '101843.112000', '101843.114000', '101843.117000', '101843.120000', '101843.123000', '101843.126000', '101843.129000', '101843.132000', '101843.135000', '101843.138000', '101843.141000', '101843.144000', '101843.146000', '101843.149000', '101843.152000', '101843.155000', '101843.158000', '101843.168000', '101843.171000', '101854.022000', '101854.026000', '101854.029000', '101854.032000', '101854.035000', '101854.038000', '101854.041000', '101854.044000', '101854.047000', '101854.050000', '101854.053000', '101854.056000', '101854.059000', '101854.062000', '101854.065000', '101854.068000', '101854.071000', '101854.075000', '101854.078000', '101854.081000', '101854.084000', '101854.087000', '101854.090000', '101854.092000'], 'InstanceCreationTime': ['101223.067000', '101223.071000', '101223.074000', '101223.077000', '101223.080000', '101223.083000', '101223.086000', '101223.089000', '101223.091000', '101223.094000', '101223.097000', '101223.100000', '101223.103000', '101223.105000', '101223.108000', '101223.111000', '101223.114000', '101223.117000', '101223.120000', '101223.123000', '101223.126000', '101223.129000', '101243.039000', '101243.042000', '101243.045000', '101243.048000', '101243.051000', '101243.054000', '101243.057000', '101243.059000', '101243.062000', '101243.065000', '101243.075000', '101243.077000', '101243.080000', '101243.083000', '101243.086000', '101243.089000', '101243.092000', '101243.094000', '101243.097000', '101243.100000', '101243.103000', '101243.106000', '101243.109000', '101243.111000', '101243.114000', '101243.117000', '101243.120000', '101243.123000', '101243.126000', '101243.129000', '101243.132000', '101243.135000', '101243.137000', '101243.140000', '101243.143000', '101243.146000', '101243.149000', '101243.152000', '101243.154000', '101243.157000', '101243.160000', '101243.163000', '101243.166000', '101303.040000', '101303.043000', '101303.045000', '101303.048000', '101303.051000', '101303.054000', '101303.057000', '101303.060000', '101303.063000', '101303.065000', '101303.068000', '101303.071000', '101303.074000', '101303.077000', '101303.079000', '101303.082000', '101303.085000', '101303.088000', '101303.111000', '101303.114000', '101303.117000', '101303.119000', '101303.122000', '101303.125000', '101303.128000', '101303.131000', '101303.133000', '101303.136000', '101303.139000', '101303.142000', '101303.145000', '101303.147000', '101303.150000', '101303.153000', '101303.156000', '101303.159000', '101303.162000', '101303.164000', '101303.167000', '101303.170000', '101303.173000', '101303.176000', '101303.178000', '101303.181000', '101323.040000', '101323.043000', '101323.046000', '101323.049000', '101323.051000', '101323.054000', '101323.057000', '101323.060000', '101323.063000', '101323.065000', '101323.068000', '101323.071000', '101323.074000', '101323.077000', '101323.079000', '101323.082000', '101323.085000', '101323.088000', '101323.091000', '101323.094000', '101323.096000', '101323.099000', '101323.102000', '101323.105000', '101323.107000', '101323.110000', '101323.113000', '101323.116000', '101323.119000', '101323.122000', '101323.124000', '101323.127000', '101323.130000', '101323.133000', '101323.136000', '101323.139000', '101323.141000', '101323.144000', '101323.147000', '101323.150000', '101323.153000', '101323.155000', '101323.158000', '101343.040000', '101343.043000', '101343.045000', '101343.048000', '101343.051000', '101343.054000', '101343.057000', '101343.059000', '101343.062000', '101343.065000', '101343.068000', '101343.071000', '101343.074000', '101343.076000', '101343.079000', '101343.082000', '101343.085000', '101343.088000', '101343.091000', '101343.094000', '101343.096000', '101343.099000', '101343.102000', '101343.105000', '101343.108000', '101343.110000', '101343.113000', '101343.116000', '101343.119000', '101343.122000', '101343.125000', '101343.128000', '101343.130000', '101343.134000', '101343.137000', '101343.139000', '101343.142000', '101343.145000', '101343.148000', '101343.150000', '101343.153000', '101343.156000', '101343.159000', '101343.162000', '101403.040000', '101403.043000', '101403.046000', '101403.049000', '101403.051000', '101403.054000', '101403.057000', '101403.060000', '101403.063000', '101403.066000', '101403.069000', '101403.071000', '101403.074000', '101403.077000', '101403.080000', '101403.083000', '101403.086000', '101403.088000', '101403.091000', '101403.094000', '101403.097000', '101403.100000', '101403.103000', '101403.105000', '101403.108000', '101403.111000', '101403.114000', '101403.117000', '101403.119000', '101403.122000', '101403.125000', '101403.128000', '101403.131000', '101403.134000', '101403.137000', '101403.139000', '101403.142000', '101403.145000', '101403.148000', '101403.151000', '101403.154000', '101403.156000', '101403.159000', '101423.040000', '101423.044000', '101423.047000', '101423.049000', '101423.052000', '101423.055000', '101423.058000', '101423.061000', '101423.064000', '101423.066000', '101423.069000', '101423.072000', '101423.075000', '101423.078000', '101423.081000', '101423.084000', '101423.090000', '101423.093000', '101423.096000', '101423.099000', '101423.102000', '101423.104000', '101423.107000', '101423.110000', '101423.113000', '101423.116000', '101423.119000', '101423.121000', '101423.124000', '101423.127000', '101423.130000', '101423.133000', '101423.136000', '101423.139000', '101423.141000', '101423.144000', '101423.147000', '101423.150000', '101423.153000', '101423.156000', '101423.158000', '101423.161000', '101423.164000', '101443.039000', '101443.042000', '101443.045000', '101443.048000', '101443.051000', '101443.053000', '101443.056000', '101443.059000', '101443.062000', '101443.065000', '101443.068000', '101443.070000', '101443.073000', '101443.076000', '101443.079000', '101443.082000', '101443.085000', '101443.088000', '101443.091000', '101443.093000', '101443.096000', '101443.099000', '101443.102000', '101443.105000', '101443.108000', '101443.110000', '101443.113000', '101443.116000', '101443.119000', '101443.147000', '101443.150000', '101443.153000', '101443.155000', '101443.158000', '101443.161000', '101443.164000', '101443.167000', '101443.170000', '101443.172000', '101443.175000', '101443.178000', '101443.181000', '101443.184000', '101443.187000', '101503.039000', '101503.045000', '101503.048000', '101503.051000', '101503.054000', '101503.057000', '101503.060000', '101503.063000', '101503.065000', '101503.068000', '101503.071000', '101503.080000', '101503.083000', '101503.086000', '101503.089000', '101503.092000', '101503.095000', '101503.098000', '101503.100000', '101503.103000', '101503.106000', '101503.109000', '101503.112000', '101503.115000', '101503.117000', '101503.120000', '101503.123000', '101503.126000', '101503.129000', '101503.132000', '101503.135000', '101503.137000', '101503.140000', '101503.143000', '101503.146000', '101503.149000', '101503.152000', '101503.154000', '101503.157000', '101503.160000', '101503.163000', '101503.166000', '101503.169000', '101523.040000', '101523.043000', '101523.046000', '101523.049000', '101523.051000', '101523.054000', '101523.057000', '101523.060000', '101523.063000', '101523.066000', '101523.069000', '101523.071000', '101523.074000', '101523.077000', '101523.080000', '101523.083000', '101523.086000', '101523.088000', '101523.091000', '101523.094000', '101523.097000', '101523.100000', '101523.103000', '101523.105000', '101523.108000', '101523.111000', '101523.114000', '101523.117000', '101523.120000', '101523.123000', '101523.125000', '101523.128000', '101523.131000', '101523.134000', '101523.137000', '101523.140000', '101523.143000', '101523.145000', '101523.148000', '101523.151000', '101523.154000', '101523.157000', '101523.160000', '101523.163000', '101543.040000', '101543.043000', '101543.046000', '101543.049000', '101543.052000', '101543.054000', '101543.057000', '101543.060000', '101543.063000', '101543.066000', '101543.069000', '101543.072000', '101543.075000', '101543.078000', '101543.081000', '101543.084000', '101543.087000', '101543.089000', '101543.092000', '101543.095000', '101543.098000', '101543.101000', '101543.103000', '101543.106000', '101543.109000', '101543.112000', '101543.115000', '101543.118000', '101543.121000', '101543.124000', '101543.126000', '101543.129000', '101543.132000', '101543.135000', '101543.138000', '101543.141000', '101543.143000', '101543.146000', '101543.149000', '101543.152000', '101543.155000', '101543.158000', '101543.161000', '101603.040000', '101603.043000', '101603.046000', '101603.049000', '101603.051000', '101603.054000', '101603.057000', '101603.060000', '101603.063000', '101603.066000', '101603.069000', '101603.072000', '101603.075000', '101603.078000', '101603.081000', '101603.083000', '101603.086000', '101603.089000', '101603.092000', '101603.095000', '101603.098000', '101603.100000', '101603.103000', '101603.106000', '101603.109000', '101603.112000', '101603.115000', '101603.117000', '101603.120000', '101603.123000', '101603.126000', '101603.129000', '101603.132000', '101603.135000', '101603.137000', '101603.140000', '101603.143000', '101603.146000', '101603.149000', '101603.152000', '101603.155000', '101603.157000', '101603.160000', '101603.163000', '101623.040000', '101623.043000', '101623.046000', '101623.049000', '101623.051000', '101623.054000', '101623.057000', '101623.060000', '101623.063000', '101623.066000', '101623.080000', '101623.083000', '101623.086000', '101623.089000', '101623.092000', '101623.095000', '101623.098000', '101623.101000', '101623.103000', '101623.106000', '101623.109000', '101623.112000', '101623.115000', '101623.118000', '101623.121000', '101623.124000', '101623.126000', '101623.129000', '101623.132000', '101623.135000', '101623.138000', '101623.141000', '101623.143000', '101623.146000', '101623.149000', '101623.152000', '101623.155000', '101623.158000', '101623.160000', '101623.163000', '101623.166000', '101623.169000', '101623.172000', '101643.039000', '101643.042000', '101643.045000', '101643.048000', '101643.062000', '101643.065000', '101643.067000', '101643.070000', '101643.073000', '101643.077000', '101643.080000', '101643.083000', '101643.086000', '101643.089000', '101643.092000', '101643.095000', '101643.097000', '101643.101000', '101643.103000', '101643.106000', '101643.109000', '101643.112000', '101643.115000', '101643.118000', '101643.121000', '101643.124000', '101643.127000', '101643.129000', '101643.132000', '101643.135000', '101643.138000', '101643.141000', '101643.144000', '101643.146000', '101643.149000', '101643.152000', '101643.155000', '101643.158000', '101643.161000', '101643.163000', '101643.166000', '101643.169000', '101643.172000', '101643.175000', '101703.039000', '101703.042000', '101703.046000', '101703.049000', '101703.051000', '101703.054000', '101703.057000', '101703.060000', '101703.063000', '101703.066000', '101703.069000', '101703.072000', '101703.075000', '101703.078000', '101703.080000', '101703.083000', '101703.086000', '101703.089000', '101703.092000', '101703.095000', '101703.098000', '101703.101000', '101703.104000', '101703.108000', '101703.113000', '101703.116000', '101703.119000', '101703.122000', '101703.124000', '101703.127000', '101703.130000', '101703.133000', '101703.136000', '101703.139000', '101703.142000', '101703.144000', '101703.147000', '101703.150000', '101703.153000', '101703.156000', '101703.159000', '101703.162000', '101703.164000', '101723.039000', '101723.042000', '101723.045000', '101723.048000', '101723.054000', '101723.057000', '101723.059000', '101723.062000', '101723.066000', '101723.068000', '101723.071000', '101723.074000', '101723.077000', '101723.080000', '101723.083000', '101723.086000', '101723.089000', '101723.092000', '101723.094000', '101723.097000', '101723.100000', '101723.103000', '101723.106000', '101723.109000', '101723.112000', '101723.115000', '101723.117000', '101723.120000', '101723.123000', '101723.126000', '101723.129000', '101723.132000', '101723.135000', '101723.137000', '101723.140000', '101723.143000', '101723.146000', '101723.149000', '101723.152000', '101723.155000', '101723.157000', '101723.160000', '101723.163000', '101723.166000', '101743.040000', '101743.043000', '101743.046000', '101743.049000', '101743.052000', '101743.054000', '101743.057000', '101743.060000', '101743.063000', '101743.066000', '101743.069000', '101743.072000', '101743.075000', '101743.077000', '101743.080000', '101743.083000', '101743.086000', '101743.089000', '101743.095000', '101743.097000', '101743.100000', '101743.103000', '101743.106000', '101743.109000', '101743.112000', '101743.115000', '101743.118000', '101743.121000', '101743.124000', '101743.130000', '101743.133000', '101743.136000', '101743.139000', '101743.141000', '101743.144000', '101743.158000', '101743.161000', '101743.164000', '101743.166000', '101743.169000', '101743.172000', '101743.175000', '101743.178000', '101803.040000', '101803.043000', '101803.046000', '101803.049000', '101803.052000', '101803.055000', '101803.057000', '101803.060000', '101803.063000', '101803.066000', '101803.069000', '101803.072000', '101803.075000', '101803.078000', '101803.081000', '101803.083000', '101803.086000', '101803.089000', '101803.092000', '101803.095000', '101803.098000', '101803.101000', '101803.104000', '101803.107000', '101803.110000', '101803.113000', '101803.116000', '101803.119000', '101803.121000', '101803.124000', '101803.127000', '101803.130000', '101803.133000', '101803.136000', '101803.139000', '101803.141000', '101803.144000', '101803.147000', '101803.150000', '101803.153000', '101803.156000', '101803.158000', '101803.161000', '101803.164000', '101823.040000', '101823.043000', '101823.046000', '101823.049000', '101823.052000', '101823.054000', '101823.057000', '101823.060000', '101823.063000', '101823.066000', '101823.069000', '101823.073000', '101823.076000', '101823.079000', '101823.083000', '101823.086000', '101823.089000', '101823.092000', '101823.095000', '101823.098000', '101823.101000', '101823.103000', '101823.106000', '101823.109000', '101823.112000', '101823.115000', '101823.118000', '101823.121000', '101823.123000', '101823.126000', '101823.129000', '101823.132000', '101823.135000', '101823.138000', '101823.141000', '101823.144000', '101823.149000', '101823.153000', '101823.156000', '101823.159000', '101823.162000', '101823.165000', '101823.167000', '101843.040000', '101843.043000', '101843.046000', '101843.049000', '101843.052000', '101843.054000', '101843.057000', '101843.060000', '101843.063000', '101843.066000', '101843.069000', '101843.072000', '101843.075000', '101843.077000', '101843.080000', '101843.083000', '101843.086000', '101843.089000', '101843.092000', '101843.095000', '101843.097000', '101843.100000', '101843.103000', '101843.106000', '101843.109000', '101843.112000', '101843.114000', '101843.117000', '101843.120000', '101843.123000', '101843.126000', '101843.129000', '101843.132000', '101843.135000', '101843.138000', '101843.141000', '101843.144000', '101843.146000', '101843.149000', '101843.152000', '101843.155000', '101843.158000', '101843.168000', '101843.171000', '101854.022000', '101854.026000', '101854.029000', '101854.032000', '101854.035000', '101854.038000', '101854.041000', '101854.044000', '101854.047000', '101854.050000', '101854.053000', '101854.056000', '101854.059000', '101854.062000', '101854.065000', '101854.068000', '101854.071000', '101854.075000', '101854.078000', '101854.081000', '101854.084000', '101854.087000', '101854.090000', '101854.092000'], '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': [8695, 9170, 14350, 8710, 13137, 7545, 9997, 7584, 9187, 8066, 9432, 7892, 8249, 8982, 7420, 8871, 7392, 9825, 7771, 9424, 7859, 8423, 13101, 7521, 10382, 7479, 9447, 7971, 7900, 11158, 8050, 10083, 7611, 8973, 7677, 7544, 10599, 7812, 9530, 14100, 8253, 10420, 7568, 9548, 7638, 9209, 12313, 8323, 10590, 7864, 9183, 9356, 7244, 10992, 8073, 9199, 11284, 7541, 9513, 7804, 7220, 10472, 7606, 9237, 7567, 7171, 10397, 7561, 10363, 12608, 8037, 11133, 7674, 9280, 9397, 7280, 11288, 8614, 8948, 9962, 7312, 10914, 7440, 8895, 11619, 7540, 9884, 8751, 7313, 9201, 7151, 10218, 7523, 7705, 11040, 7748, 9704, 7522, 7238, 10969, 7372, 9122, 11296, 7470, 10411, 7699, 10982, 7943, 9693, 8741, 7277, 10595, 7632, 8658, 11482, 7841, 9754, 10779, 7650, 12062, 7452, 10368, 7679, 7198, 10869, 7220, 8475, 10624, 7332, 10763, 7299, 8800, 7290, 7282, 10072, 7390, 9207, 7320, 7517, 10773, 7309, 10370, 7458, 9361, 9274, 7304, 11262, 7380, 10023, 8152, 8586, 10819, 7417, 9863, 7183, 7897, 11626, 7300, 11220, 8047, 10412, 7742, 10771, 7249, 9192, 7144, 7716, 10587, 7394, 9340, 11454, 7622, 10899, 8658, 8552, 12034, 8259, 11157, 8274, 9526, 7347, 8392, 12722, 7756, 11170, 7483, 8441, 11696, 7621, 11038, 7954, 7402, 11472, 7801, 8807, 8279, 7109, 10562, 7561, 9667, 9671, 7238, 10760, 7461, 8114, 11007, 7545, 9733, 7343, 7433, 10267, 7227, 9854, 7243, 7369, 10279, 7724, 8928, 10827, 7599, 9957, 7400, 7288, 7216, 7212, 9556, 7306, 8164, 11782, 7556, 10208, 7372, 7987, 11206, 7477, 10368, 8062, 8527, 12071, 8327, 9768, 7934, 7395, 11013, 7430, 8402, 11822, 7761, 10479, 7296, 7509, 10892, 7435, 9783, 8881, 7411, 10690, 7358, 9420, 7537, 7410, 10586, 7427, 9885, 8807, 7377, 10426, 7293, 8659, 8495, 7408, 10827, 7817, 8371, 11436, 7750, 10079, 7338, 8588, 12212, 7642, 10316, 8204, 8514, 11221, 7264, 9324, 7566, 7558, 11303, 8031, 9566, 7628, 7343, 10579, 7251, 8777, 12365, 7815, 10432, 7591, 7824, 10741, 7516, 10034, 7791, 8832, 12074, 7458, 10090, 7227, 8262, 11767, 7779, 11222, 7669, 8402, 11644, 7587, 10618, 8418, 8745, 11160, 7429, 9511, 7321, 8733, 12591, 7991, 10891, 7269, 8558, 9354, 7510, 11144, 7787, 9382, 9119, 7463, 10854, 7344, 9278, 10421, 7538, 11035, 7542, 8737, 8912, 7493, 10228, 7377, 8974, 12818, 7722, 10357, 7296, 8499, 12168, 7956, 11191, 7803, 8415, 11676, 7323, 10610, 7952, 7670, 11396, 7984, 9279, 7475, 7220, 10631, 7315, 9598, 8431, 7215, 10520, 7384, 8894, 9414, 7324, 11322, 8231, 9646, 7971, 7211, 10204, 7088, 8601, 9484, 7486, 11170, 7707, 8808, 9416, 7082, 10619, 7280, 8871, 12099, 7946, 10748, 7384, 8534, 10919, 7605, 10895, 7980, 8327, 11421, 7386, 10043, 7175, 8293, 10167, 7823, 11505, 7207, 9579, 8527, 7732, 11398, 7469, 11303, 10050, 7872, 11667, 7412, 10030, 11036, 7888, 11994, 7535, 9295, 8498, 7518, 10359, 7514, 8523, 9748, 7599, 10816, 7632, 10196, 7340, 8560, 9177, 7361, 10747, 7339, 9617, 9631, 7643, 10587, 7188, 9830, 11318, 8055, 12627, 8039, 10106, 8748, 7332, 10714, 7739, 9285, 11362, 7846, 11160, 7482, 9219, 7300, 8214, 12415, 8008, 10626, 11078, 8136, 12476, 7508, 9620, 10912, 7638, 11465, 7864, 9126, 12735, 7687, 10247, 7650, 9633, 8466, 7920, 11948, 7266, 9750, 7521, 7513, 10834, 7243, 10841, 8760, 8762, 12260, 7515, 9870, 7308, 8700, 12845, 8142, 10816, 7193, 7763, 10706, 7391, 10697, 7374, 8298, 11419, 7608, 9775, 7361, 8486, 11210, 7642, 9662, 7323, 7887, 11075, 7524, 10357, 7391, 7386, 10737, 7010, 9523, 7330, 8594, 8434, 8167, 12012, 7494, 9833, 8829, 7366, 11053, 7286, 10211, 11421, 7723, 10503, 7334, 8735, 7896, 7354, 10597, 7748, 9755, 7540, 7353, 10278, 7476, 9725, 8525, 8219, 12024, 7953, 10149, 7455, 8224, 11442, 7760, 10704, 11987, 8155, 11917, 7477, 8823, 11531, 7549, 10500, 7668, 8328, 11261, 7398, 10523, 7741, 8120, 11259, 7557, 10414, 7919, 7944, 11654, 7881, 10049, 7731, 7457, 10864, 7574, 9853, 11035, 7628, 11180, 7396, 8865, 11641, 7462, 10453, 8075, 8084, 9804, 7398, 10814, 7551, 8292, 11220, 7591, 10483, 8166, 7763, 10969, 7592, 9250, 8201, 7532, 11002, 7495, 10084, 7527, 8604, 11862, 7798, 10167, 7787, 8074, 11510, 7831, 11100, 8309, 8140, 9690, 7463, 10321, 7599, 8923, 11630, 7681, 11531, 8210, 9139, 11823, 7455, 10843, 7975, 8326, 11199, 7392, 9671, 7690, 7921, 11238, 7686, 9842, 7747, 7642, 10750, 7634, 10866, 10453, 7587, 11194, 7429, 9198, 8858, 7309, 10799, 7699, 9594, 9416, 7494, 10522, 7769, 8890, 11313, 7463, 9645, 10482, 7723, 10989, 7434, 9154, 8157, 7105, 9612, 7410, 7989, 10664, 7463, 9414, 7666, 7132, 10162, 7491, 9017, 8906, 7280, 10365, 7192, 10211, 7359, 10381, 7281, 10516, 7354, 8938, 12932, 7598, 11222, 8617, 9168, 11290, 7631, 11122, 7325, 9113, 7862, 7444, 10816, 7621, 10444, 9890, 7450, 11025, 7166, 8884, 7406, 7204, 10501, 7278, 8935, 9058, 7148, 10956, 7657, 8665, 7188, 7103, 10035, 7072, 8991, 7056, 8082, 10699, 7895, 9908, 7274, 7939, 10664, 7411, 9817, 7876, 8001, 11428, 7794, 10182, 7300, 8417, 7894, 7169, 10050, 7209, 10065, 10489, 7840, 11789, 7768, 9372, 7811, 7308, 10898, 7349, 9983, 8649, 7535, 11192, 7669, 9934, 7569, 7310, 10700, 7187, 8526, 8749, 7006, 10136, 7144, 8889, 7190, 7338, 9818, 7068, 8960, 9832, 7231, 10265, 7277, 9359, 7199, 8498, 12011, 7697, 10585, 7730, 8888, 7873, 7560, 10538, 7145, 9728, 10363, 7654, 11269, 7517, 8947, 8050, 7331, 10278, 7278, 10098, 7449, 10179, 8008, 7982, 10862, 7387, 10396, 12123, 7869, 11133, 7443, 8384, 11579, 7527, 9882, 7108, 9110, 9130, 7283, 10488, 7192, 8732, 8730, 7536, 10893, 7719, 9600, 9062, 7148, 10839, 7122, 9287, 11575, 7576, 10613, 7675, 8296, 11223, 7157, 9217, 7355], 'WindowCenter': [4134.0, 4140.0, 4168.0, 4104.0, 4143.0, 4091.0, 4121.0, 4091.0, 4112.0, 4104.0, 4125.0, 4102.0, 4115.0, 4114.0, 4094.0, 4126.0, 4096.0, 4135.0, 4104.0, 4125.0, 4106.0, 4131.0, 4167.0, 4107.0, 4135.0, 4096.0, 4136.0, 4103.0, 4105.0, 4146.0, 4106.0, 4136.0, 4106.0, 4127.0, 4106.0, 4107.0, 4148.0, 4107.0, 4139.0, 4168.0, 4117.0, 4146.0, 4108.0, 4137.0, 4105.0, 4140.0, 4168.0, 4117.0, 4147.0, 4118.0, 4139.0, 4125.0, 4096.0, 4147.0, 4104.0, 4138.0, 4147.0, 4093.0, 4135.0, 4093.0, 4107.0, 4158.0, 4106.0, 4136.0, 4104.0, 4097.0, 4135.0, 4104.0, 4148.0, 4157.0, 4106.0, 4133.0, 4093.0, 4124.0, 4112.0, 4082.0, 4144.0, 4114.0, 4113.0, 4122.0, 4092.0, 4133.0, 4082.0, 4115.0, 4143.0, 4092.0, 4135.0, 4113.0, 4096.0, 4124.0, 4084.0, 4135.0, 4093.0, 4094.0, 4145.0, 4094.0, 4123.0, 4092.0, 4095.0, 4146.0, 4095.0, 4124.0, 4144.0, 4094.0, 4145.0, 4108.0, 4146.0, 4116.0, 4139.0, 4114.0, 4094.0, 4135.0, 4093.0, 4114.0, 4144.0, 4102.0, 4125.0, 4133.0, 4092.0, 4142.0, 4083.0, 4134.0, 4080.0, 4071.0, 4131.0, 4080.0, 4102.0, 4132.0, 4096.0, 4134.0, 4082.0, 4113.0, 4091.0, 4095.0, 4133.0, 4093.0, 4126.0, 4094.0, 4094.0, 4147.0, 4097.0, 4147.0, 4095.0, 4137.0, 4126.0, 4095.0, 4146.0, 4095.0, 4136.0, 4105.0, 4115.0, 4133.0, 4097.0, 4124.0, 4083.0, 4105.0, 4145.0, 4096.0, 4146.0, 4119.0, 4148.0, 4104.0, 4145.0, 4096.0, 4139.0, 4084.0, 4107.0, 4149.0, 4097.0, 4141.0, 4160.0, 4107.0, 4148.0, 4115.0, 4115.0, 4143.0, 4091.0, 4131.0, 4089.0, 4112.0, 4069.0, 4103.0, 4141.0, 4081.0, 4130.0, 4067.0, 4089.0, 4119.0, 4078.0, 4119.0, 4077.0, 4067.0, 4118.0, 4080.0, 4100.0, 4086.0, 4067.0, 4118.0, 4079.0, 4122.0, 4110.0, 4078.0, 4131.0, 4080.0, 4091.0, 4120.0, 4080.0, 4110.0, 4067.0, 4082.0, 4133.0, 4093.0, 4124.0, 4081.0, 4094.0, 4133.0, 4105.0, 4127.0, 4134.0, 4107.0, 4137.0, 4093.0, 4095.0, 4094.0, 4096.0, 4136.0, 4097.0, 4128.0, 4159.0, 4110.0, 4147.0, 4108.0, 4120.0, 4159.0, 4108.0, 4149.0, 4107.0, 4129.0, 4159.0, 4117.0, 4138.0, 4105.0, 4097.0, 4148.0, 4095.0, 4115.0, 4145.0, 4105.0, 4147.0, 4095.0, 4097.0, 4147.0, 4096.0, 4137.0, 4124.0, 4096.0, 4145.0, 4096.0, 4138.0, 4094.0, 4097.0, 4147.0, 4095.0, 4138.0, 4126.0, 4097.0, 4147.0, 4098.0, 4128.0, 4124.0, 4108.0, 4161.0, 4107.0, 4118.0, 4158.0, 4107.0, 4137.0, 4107.0, 4130.0, 4158.0, 4106.0, 4148.0, 4116.0, 4127.0, 4148.0, 4096.0, 4128.0, 4094.0, 4095.0, 4146.0, 4104.0, 4125.0, 4094.0, 4094.0, 4134.0, 4092.0, 4117.0, 4156.0, 4107.0, 4147.0, 4105.0, 4106.0, 4146.0, 4095.0, 4136.0, 4106.0, 4128.0, 4157.0, 4097.0, 4135.0, 4096.0, 4118.0, 4154.0, 4107.0, 4158.0, 4106.0, 4117.0, 4145.0, 4105.0, 4148.0, 4114.0, 4115.0, 4145.0, 4093.0, 4125.0, 4095.0, 4116.0, 4156.0, 4106.0, 4147.0, 4095.0, 4118.0, 4124.0, 4096.0, 4145.0, 4094.0, 4126.0, 4125.0, 4095.0, 4147.0, 4094.0, 4127.0, 4134.0, 4095.0, 4146.0, 4106.0, 4128.0, 4125.0, 4098.0, 4147.0, 4096.0, 4128.0, 4168.0, 4106.0, 4147.0, 4096.0, 4129.0, 4157.0, 4106.0, 4147.0, 4095.0, 4117.0, 4145.0, 4083.0, 4136.0, 4092.0, 4094.0, 4144.0, 4104.0, 4126.0, 4082.0, 4094.0, 4133.0, 4095.0, 4137.0, 4104.0, 4096.0, 4134.0, 4094.0, 4126.0, 4126.0, 4109.0, 4148.0, 4104.0, 4125.0, 4103.0, 4096.0, 4135.0, 4082.0, 4116.0, 4124.0, 4096.0, 4148.0, 4095.0, 4127.0, 4124.0, 4085.0, 4135.0, 4094.0, 4126.0, 4155.0, 4105.0, 4146.0, 4094.0, 4127.0, 4146.0, 4104.0, 4148.0, 4105.0, 4116.0, 4145.0, 4096.0, 4135.0, 4084.0, 4117.0, 4136.0, 4106.0, 4158.0, 4096.0, 4137.0, 4115.0, 4095.0, 4145.0, 4093.0, 4147.0, 4135.0, 4118.0, 4157.0, 4095.0, 4135.0, 4134.0, 4104.0, 4144.0, 4093.0, 4125.0, 4113.0, 4082.0, 4133.0, 4108.0, 4126.0, 4124.0, 4107.0, 4146.0, 4106.0, 4146.0, 4095.0, 4127.0, 4125.0, 4096.0, 4148.0, 4108.0, 4139.0, 4126.0, 4108.0, 4146.0, 4086.0, 4137.0, 4145.0, 4106.0, 4157.0, 4106.0, 4137.0, 4113.0, 4097.0, 4148.0, 4094.0, 4127.0, 4159.0, 4118.0, 4148.0, 4097.0, 4127.0, 4096.0, 4119.0, 4158.0, 4105.0, 4147.0, 4145.0, 4106.0, 4156.0, 4084.0, 4125.0, 4145.0, 4093.0, 4144.0, 4093.0, 4113.0, 4153.0, 4094.0, 4123.0, 4092.0, 4126.0, 4103.0, 4105.0, 4145.0, 4094.0, 4126.0, 4093.0, 4094.0, 4135.0, 4094.0, 4146.0, 4114.0, 4115.0, 4155.0, 4085.0, 4126.0, 4082.0, 4114.0, 4156.0, 4105.0, 4134.0, 4082.0, 4094.0, 4133.0, 4084.0, 4136.0, 4083.0, 4116.0, 4145.0, 4094.0, 4136.0, 4094.0, 4116.0, 4146.0, 4107.0, 4137.0, 4095.0, 4107.0, 4147.0, 4106.0, 4136.0, 4095.0, 4096.0, 4146.0, 4085.0, 4126.0, 4095.0, 4129.0, 4118.0, 4119.0, 4158.0, 4097.0, 4138.0, 4115.0, 4096.0, 4145.0, 4095.0, 4147.0, 4145.0, 4095.0, 4136.0, 4094.0, 4116.0, 4104.0, 4098.0, 4148.0, 4096.0, 4137.0, 4094.0, 4097.0, 4147.0, 4097.0, 4138.0, 4116.0, 4119.0, 4160.0, 4107.0, 4149.0, 4096.0, 4118.0, 4147.0, 4094.0, 4149.0, 4146.0, 4105.0, 4146.0, 4095.0, 4116.0, 4144.0, 4094.0, 4135.0, 4093.0, 4117.0, 4146.0, 4096.0, 4148.0, 4107.0, 4118.0, 4157.0, 4108.0, 4139.0, 4105.0, 4118.0, 4159.0, 4108.0, 4139.0, 4107.0, 4097.0, 4146.0, 4094.0, 4137.0, 4136.0, 4095.0, 4147.0, 4084.0, 4127.0, 4144.0, 4094.0, 4135.0, 4092.0, 4106.0, 4124.0, 4096.0, 4147.0, 4094.0, 4106.0, 4144.0, 4095.0, 4149.0, 4116.0, 4106.0, 4146.0, 4107.0, 4128.0, 4105.0, 4095.0, 4146.0, 4093.0, 4137.0, 4108.0, 4129.0, 4157.0, 4109.0, 4148.0, 4107.0, 4108.0, 4159.0, 4108.0, 4160.0, 4117.0, 4118.0, 4137.0, 4099.0, 4147.0, 4107.0, 4129.0, 4148.0, 4107.0, 4160.0, 4116.0, 4128.0, 4147.0, 4095.0, 4147.0, 4102.0, 4116.0, 4146.0, 4095.0, 4127.0, 4093.0, 4107.0, 4146.0, 4095.0, 4137.0, 4095.0, 4095.0, 4134.0, 4093.0, 4137.0, 4134.0, 4094.0, 4134.0, 4084.0, 4124.0, 4114.0, 4084.0, 4135.0, 4094.0, 4126.0, 4124.0, 4095.0, 4146.0, 4105.0, 4126.0, 4145.0, 4095.0, 4137.0, 4135.0, 4096.0, 4145.0, 4095.0, 4128.0, 4104.0, 4084.0, 4125.0, 4095.0, 4118.0, 4148.0, 4096.0, 4125.0, 4094.0, 4087.0, 4136.0, 4097.0, 4139.0, 4140.0, 4111.0, 4151.0, 4100.0, 4163.0, 4122.0, 4163.0, 4112.0, 4163.0, 4109.0, 4142.0, 4170.0, 4108.0, 4161.0, 4116.0, 4130.0, 4148.0, 4097.0, 4145.0, 4083.0, 4116.0, 4094.0, 4095.0, 4135.0, 4092.0, 4135.0, 4124.0, 4084.0, 4132.0, 4071.0, 4113.0, 4071.0, 4083.0, 4133.0, 4082.0, 4115.0, 4113.0, 4085.0, 4147.0, 4095.0, 4114.0, 4083.0, 4085.0, 4126.0, 4085.0, 4126.0, 4085.0, 4108.0, 4148.0, 4105.0, 4138.0, 4096.0, 4107.0, 4147.0, 4096.0, 4138.0, 4106.0, 4118.0, 4160.0, 4107.0, 4137.0, 4097.0, 4117.0, 4107.0, 4099.0, 4137.0, 4097.0, 4138.0, 4147.0, 4108.0, 4157.0, 4106.0, 4129.0, 4093.0, 4096.0, 4146.0, 4095.0, 4137.0, 4115.0, 4095.0, 4148.0, 4107.0, 4137.0, 4096.0, 4096.0, 4135.0, 4085.0, 4115.0, 4114.0, 4097.0, 4148.0, 4087.0, 4128.0, 4087.0, 4099.0, 4136.0, 4085.0, 4128.0, 4149.0, 4098.0, 4136.0, 4097.0, 4127.0, 4097.0, 4129.0, 4156.0, 4108.0, 4149.0, 4095.0, 4128.0, 4106.0, 4107.0, 4137.0, 4086.0, 4138.0, 4136.0, 4108.0, 4150.0, 4096.0, 4117.0, 4106.0, 4096.0, 4136.0, 4108.0, 4148.0, 4108.0, 4152.0, 4107.0, 4108.0, 4149.0, 4095.0, 4139.0, 4158.0, 4105.0, 4146.0, 4084.0, 4118.0, 4142.0, 4097.0, 4136.0, 4098.0, 4128.0, 4126.0, 4097.0, 4148.0, 4087.0, 4118.0, 4116.0, 4107.0, 4149.0, 4095.0, 4126.0, 4116.0, 4085.0, 4136.0, 4072.0, 4126.0, 4134.0, 4094.0, 4137.0, 4095.0, 4105.0, 4134.0, 4084.0, 4126.0, 4093.0], 'WindowWidth': [9205.0, 9203.0, 9235.0, 9141.0, 9190.0, 9121.0, 9159.0, 9121.0, 9149.0, 9140.0, 9170.0, 9137.0, 9159.0, 9154.0, 9130.0, 9174.0, 9136.0, 9184.0, 9144.0, 9173.0, 9149.0, 9191.0, 9230.0, 9151.0, 9186.0, 9135.0, 9189.0, 9140.0, 9147.0, 9202.0, 9148.0, 9187.0, 9150.0, 9179.0, 9149.0, 9155.0, 9209.0, 9152.0, 9197.0, 9236.0, 9164.0, 9202.0, 9155.0, 9192.0, 9148.0, 9202.0, 9236.0, 9165.0, 9204.0, 9166.0, 9198.0, 9172.0, 9136.0, 9206.0, 9142.0, 9193.0, 9203.0, 9128.0, 9186.0, 9126.0, 9152.0, 9224.0, 9149.0, 9188.0, 9144.0, 9140.0, 9187.0, 9143.0, 9207.0, 9218.0, 9145.0, 9179.0, 9126.0, 9169.0, 9149.0, 9110.0, 9196.0, 9152.0, 9150.0, 9162.0, 9124.0, 9179.0, 9109.0, 9157.0, 9190.0, 9123.0, 9184.0, 9153.0, 9136.0, 9169.0, 9119.0, 9185.0, 9125.0, 9129.0, 9197.0, 9128.0, 9167.0, 9124.0, 9132.0, 9200.0, 9134.0, 9171.0, 9193.0, 9129.0, 9197.0, 9156.0, 9203.0, 9165.0, 9197.0, 9155.0, 9130.0, 9186.0, 9126.0, 9155.0, 9195.0, 9137.0, 9170.0, 9176.0, 9124.0, 9192.0, 9113.0, 9182.0, 9104.0, 9094.0, 9172.0, 9102.0, 9136.0, 9176.0, 9136.0, 9183.0, 9110.0, 9153.0, 9123.0, 9132.0, 9181.0, 9130.0, 9173.0, 9129.0, 9132.0, 9205.0, 9137.0, 9203.0, 9135.0, 9192.0, 9172.0, 9132.0, 9200.0, 9133.0, 9191.0, 9146.0, 9159.0, 9177.0, 9137.0, 9168.0, 9112.0, 9143.0, 9197.0, 9132.0, 9200.0, 9174.0, 9206.0, 9144.0, 9197.0, 9136.0, 9197.0, 9117.0, 9153.0, 9209.0, 9138.0, 9207.0, 9225.0, 9153.0, 9208.0, 9159.0, 9160.0, 9191.0, 9118.0, 9173.0, 9113.0, 9145.0, 9086.0, 9136.0, 9186.0, 9103.0, 9168.0, 9078.0, 9111.0, 9151.0, 9095.0, 9153.0, 9090.0, 9079.0, 9147.0, 9100.0, 9125.0, 9103.0, 9081.0, 9148.0, 9100.0, 9161.0, 9140.0, 9098.0, 9171.0, 9102.0, 9119.0, 9155.0, 9103.0, 9142.0, 9082.0, 9108.0, 9179.0, 9126.0, 9168.0, 9107.0, 9127.0, 9179.0, 9145.0, 9177.0, 9181.0, 9150.0, 9191.0, 9127.0, 9131.0, 9131.0, 9137.0, 9189.0, 9138.0, 9183.0, 9225.0, 9160.0, 9208.0, 9156.0, 9173.0, 9224.0, 9154.0, 9210.0, 9150.0, 9183.0, 9224.0, 9163.0, 9194.0, 9146.0, 9138.0, 9206.0, 9132.0, 9160.0, 9199.0, 9145.0, 9204.0, 9133.0, 9139.0, 9202.0, 9136.0, 9191.0, 9169.0, 9135.0, 9200.0, 9136.0, 9194.0, 9131.0, 9139.0, 9205.0, 9133.0, 9194.0, 9175.0, 9138.0, 9204.0, 9142.0, 9182.0, 9172.0, 9160.0, 9231.0, 9152.0, 9168.0, 9221.0, 9151.0, 9191.0, 9154.0, 9186.0, 9219.0, 9149.0, 9207.0, 9162.0, 9178.0, 9206.0, 9136.0, 9179.0, 9129.0, 9133.0, 9200.0, 9143.0, 9172.0, 9128.0, 9130.0, 9182.0, 9125.0, 9164.0, 9215.0, 9151.0, 9203.0, 9145.0, 9149.0, 9200.0, 9133.0, 9190.0, 9147.0, 9180.0, 9218.0, 9137.0, 9184.0, 9135.0, 9167.0, 9211.0, 9151.0, 9221.0, 9148.0, 9163.0, 9199.0, 9146.0, 9206.0, 9156.0, 9159.0, 9197.0, 9128.0, 9170.0, 9131.0, 9163.0, 9215.0, 9148.0, 9203.0, 9134.0, 9166.0, 9170.0, 9134.0, 9201.0, 9130.0, 9174.0, 9171.0, 9133.0, 9202.0, 9129.0, 9177.0, 9182.0, 9132.0, 9202.0, 9148.0, 9179.0, 9172.0, 9141.0, 9204.0, 9137.0, 9181.0, 9235.0, 9150.0, 9205.0, 9135.0, 9182.0, 9217.0, 9148.0, 9204.0, 9131.0, 9163.0, 9198.0, 9114.0, 9186.0, 9121.0, 9129.0, 9196.0, 9142.0, 9173.0, 9110.0, 9128.0, 9179.0, 9132.0, 9190.0, 9142.0, 9135.0, 9184.0, 9130.0, 9176.0, 9177.0, 9160.0, 9209.0, 9142.0, 9172.0, 9139.0, 9133.0, 9184.0, 9111.0, 9161.0, 9167.0, 9135.0, 9205.0, 9131.0, 9176.0, 9170.0, 9119.0, 9184.0, 9128.0, 9176.0, 9212.0, 9145.0, 9199.0, 9130.0, 9179.0, 9201.0, 9144.0, 9208.0, 9144.0, 9161.0, 9198.0, 9133.0, 9187.0, 9117.0, 9165.0, 9188.0, 9149.0, 9221.0, 9137.0, 9191.0, 9158.0, 9131.0, 9198.0, 9126.0, 9204.0, 9186.0, 9170.0, 9220.0, 9131.0, 9187.0, 9182.0, 9143.0, 9195.0, 9125.0, 9169.0, 9149.0, 9111.0, 9179.0, 9155.0, 9174.0, 9167.0, 9152.0, 9204.0, 9150.0, 9202.0, 9133.0, 9179.0, 9172.0, 9136.0, 9207.0, 9156.0, 9197.0, 9175.0, 9152.0, 9202.0, 9121.0, 9192.0, 9196.0, 9148.0, 9218.0, 9146.0, 9190.0, 9152.0, 9138.0, 9208.0, 9130.0, 9177.0, 9224.0, 9167.0, 9206.0, 9138.0, 9177.0, 9134.0, 9169.0, 9220.0, 9144.0, 9204.0, 9197.0, 9147.0, 9213.0, 9115.0, 9171.0, 9199.0, 9126.0, 9193.0, 9123.0, 9152.0, 9206.0, 9126.0, 9164.0, 9124.0, 9173.0, 9139.0, 9144.0, 9197.0, 9128.0, 9172.0, 9125.0, 9130.0, 9184.0, 9130.0, 9203.0, 9155.0, 9158.0, 9210.0, 9116.0, 9172.0, 9108.0, 9157.0, 9213.0, 9143.0, 9181.0, 9110.0, 9127.0, 9178.0, 9114.0, 9186.0, 9113.0, 9163.0, 9199.0, 9131.0, 9185.0, 9129.0, 9161.0, 9200.0, 9151.0, 9190.0, 9131.0, 9150.0, 9204.0, 9149.0, 9187.0, 9132.0, 9136.0, 9199.0, 9118.0, 9173.0, 9130.0, 9184.0, 9166.0, 9168.0, 9221.0, 9138.0, 9192.0, 9156.0, 9133.0, 9198.0, 9129.0, 9205.0, 9198.0, 9130.0, 9184.0, 9129.0, 9160.0, 9144.0, 9139.0, 9207.0, 9135.0, 9190.0, 9130.0, 9137.0, 9204.0, 9138.0, 9194.0, 9161.0, 9169.0, 9226.0, 9152.0, 9210.0, 9137.0, 9166.0, 9205.0, 9129.0, 9209.0, 9201.0, 9145.0, 9202.0, 9131.0, 9160.0, 9195.0, 9130.0, 9186.0, 9128.0, 9166.0, 9203.0, 9136.0, 9207.0, 9151.0, 9169.0, 9219.0, 9151.0, 9192.0, 9145.0, 9167.0, 9223.0, 9154.0, 9196.0, 9150.0, 9138.0, 9201.0, 9127.0, 9189.0, 9186.0, 9131.0, 9200.0, 9115.0, 9175.0, 9194.0, 9129.0, 9185.0, 9122.0, 9146.0, 9168.0, 9134.0, 9201.0, 9128.0, 9148.0, 9194.0, 9131.0, 9209.0, 9160.0, 9149.0, 9199.0, 9149.0, 9179.0, 9143.0, 9133.0, 9201.0, 9127.0, 9192.0, 9153.0, 9182.0, 9219.0, 9157.0, 9208.0, 9149.0, 9154.0, 9223.0, 9155.0, 9225.0, 9163.0, 9168.0, 9191.0, 9142.0, 9205.0, 9150.0, 9182.0, 9205.0, 9152.0, 9227.0, 9160.0, 9179.0, 9201.0, 9132.0, 9204.0, 9137.0, 9159.0, 9199.0, 9131.0, 9176.0, 9126.0, 9150.0, 9201.0, 9133.0, 9190.0, 9131.0, 9131.0, 9181.0, 9126.0, 9190.0, 9179.0, 9128.0, 9180.0, 9113.0, 9168.0, 9151.0, 9114.0, 9184.0, 9126.0, 9173.0, 9169.0, 9132.0, 9201.0, 9144.0, 9175.0, 9197.0, 9130.0, 9189.0, 9183.0, 9135.0, 9196.0, 9132.0, 9179.0, 9141.0, 9116.0, 9171.0, 9130.0, 9167.0, 9206.0, 9134.0, 9172.0, 9127.0, 9126.0, 9187.0, 9136.0, 9198.0, 9202.0, 9165.0, 9218.0, 9149.0, 9237.0, 9182.0, 9237.0, 9167.0, 9234.0, 9157.0, 9203.0, 9240.0, 9155.0, 9231.0, 9162.0, 9184.0, 9205.0, 9135.0, 9197.0, 9111.0, 9159.0, 9125.0, 9131.0, 9186.0, 9124.0, 9185.0, 9165.0, 9113.0, 9175.0, 9093.0, 9148.0, 9090.0, 9111.0, 9177.0, 9108.0, 9155.0, 9149.0, 9117.0, 9202.0, 9129.0, 9154.0, 9112.0, 9117.0, 9171.0, 9119.0, 9175.0, 9118.0, 9152.0, 9208.0, 9147.0, 9192.0, 9133.0, 9150.0, 9204.0, 9135.0, 9191.0, 9145.0, 9168.0, 9226.0, 9151.0, 9192.0, 9136.0, 9165.0, 9150.0, 9143.0, 9192.0, 9138.0, 9196.0, 9204.0, 9154.0, 9220.0, 9147.0, 9181.0, 9127.0, 9133.0, 9200.0, 9129.0, 9190.0, 9156.0, 9132.0, 9209.0, 9152.0, 9188.0, 9133.0, 9135.0, 9185.0, 9117.0, 9157.0, 9155.0, 9138.0, 9206.0, 9123.0, 9178.0, 9123.0, 9143.0, 9189.0, 9119.0, 9181.0, 9209.0, 9141.0, 9187.0, 9137.0, 9178.0, 9139.0, 9184.0, 9216.0, 9153.0, 9211.0, 9133.0, 9179.0, 9148.0, 9151.0, 9191.0, 9121.0, 9193.0, 9186.0, 9153.0, 9212.0, 9133.0, 9163.0, 9144.0, 9134.0, 9187.0, 9155.0, 9208.0, 9157.0, 9218.0, 9150.0, 9153.0, 9208.0, 9130.0, 9195.0, 9220.0, 9144.0, 9200.0, 9113.0, 9167.0, 9192.0, 9134.0, 9188.0, 9143.0, 9182.0, 9173.0, 9137.0, 9204.0, 9122.0, 9166.0, 9160.0, 9149.0, 9209.0, 9131.0, 9174.0, 9157.0, 9116.0, 9184.0, 9096.0, 9172.0, 9179.0, 9127.0, 9188.0, 9132.0, 9145.0, 9181.0, 9116.0, 9171.0, 9127.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.0005386796785304248</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02106967554535017</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.04756626262068</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1870001900919538</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9996926879080467</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4722</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4399.812</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08758967870238338</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>9</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.0332950631458093</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4523325331714445</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.449925123407415</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6460206641866786</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.26105181192024</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0071287</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019053399562835693</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.0180639810860157</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>871</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.7115202770737907</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>37.4804</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.1284</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>175.9895</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>302261.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>736.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>340.0041</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3323</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>533.5377</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3312.0053</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3532.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>74283.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>931.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4380.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>951.6252</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>40.94656906079035</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> |