=== 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-0044 --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-0044",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0044_ses-04_task-social_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0044_ses-04_task-social_acq-mb8_run-02_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-04_subject-0044_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-0044/figures/sub-0044_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0044/figures/sub-0044_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0044_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-0044/figures/sub-0044_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0044/figures/sub-0044_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0044_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-0044/figures/sub-0044_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0044/figures/sub-0044_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0044_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-0044/figures/sub-0044_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0044/figures/sub-0044_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-04_subject-0044_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-0044/figures/sub-0044_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0044/figures/sub-0044_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-04_subject-0044_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-0044/figures/sub-0044_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0044/figures/sub-0044_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0044_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-0044/figures/sub-0044_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0044/figures/sub-0044_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0044/figures/sub-0044_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0044/ses-04/func/sub-0044_ses-04_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>1e9a1ca5e7ae432a666dc41136f23fba</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>17:05:47.422500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999958, -0.0029904, -0.00865033, 0.00279239, 0.999736, -0.0228127]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0996478</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4162, -7671, -7280, 465, 17, -33, 37, 81]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>232.246</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>cd594b86-2e08-458c-8c69-84288f9708cd||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682814598083496, 0.007491772063076496, -0.023533904924988747, 112.59036254882812], [0.008023018948733807, 2.682218313217163, -0.06152641773223877, -93.47333526611328], [-0.023208193480968475, 0.061204731464385986, 2.6991963386535645, -70.43087768554688], [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': ['170547.422500', '170547.882500', '170548.342500', '170548.802500', '170549.262500', '170549.722500', '170550.182500', '170550.642500', '170551.102500', '170551.562500', '170552.022500', '170552.482500', '170552.942500', '170553.402500', '170553.862500', '170554.322500', '170554.782500', '170555.242500', '170555.702500', '170556.162500', '170556.622500', '170557.082500', '170557.542500', '170558.002500', '170558.462500', '170558.922500', '170559.382500', '170559.842500', '170600.302500', '170600.762500', '170601.222500', '170601.682500', '170602.142500', '170602.602500', '170603.062500', '170603.522500', '170603.982500', '170604.442500', '170604.902500', '170605.362500', '170605.822500', '170606.282500', '170606.742500', '170607.202500', '170607.662500', '170608.122500', '170608.582500', '170609.042500', '170609.502500', '170609.962500', '170610.422500', '170610.882500', '170611.342500', '170611.802500', '170612.262500', '170612.722500', '170613.182500', '170613.642500', '170614.102500', '170614.562500', '170615.022500', '170615.482500', '170615.942500', '170616.402500', '170616.862500', '170617.322500', '170617.782500', '170618.242500', '170618.702500', '170619.162500', '170619.622500', '170620.082500', '170620.542500', '170621.002500', '170621.462500', '170621.922500', '170622.382500', '170622.842500', '170623.302500', '170623.762500', '170624.222500', '170624.682500', '170625.142500', '170625.602500', '170626.062500', '170626.522500', '170626.982500', '170627.442500', '170627.902500', '170628.362500', '170628.822500', '170629.282500', '170629.742500', '170630.202500', '170630.662500', '170631.122500', '170631.582500', '170632.042500', '170632.502500', '170632.962500', '170633.422500', '170633.882500', '170634.342500', '170634.802500', '170635.262500', '170635.722500', '170636.182500', '170636.642500', '170637.102500', '170637.562500', '170638.022500', '170638.482500', '170638.942500', '170639.402500', '170639.862500', '170640.322500', '170640.782500', '170641.242500', '170641.702500', '170642.162500', '170642.622500', '170643.082500', '170643.542500', '170644.002500', '170644.462500', '170644.922500', '170645.382500', '170645.842500', '170646.302500', '170646.762500', '170647.222500', '170647.682500', '170648.142500', '170648.602500', '170649.062500', '170649.522500', '170649.982500', '170650.442500', '170650.902500', '170651.362500', '170651.822500', '170652.282500', '170652.742500', '170653.202500', '170653.662500', '170654.122500', '170654.582500', '170655.042500', '170655.502500', '170655.962500', '170656.422500', '170656.882500', '170657.342500', '170657.802500', '170658.262500', '170658.722500', '170659.182500', '170659.642500', '170700.102500', '170700.562500', '170701.022500', '170701.482500', '170701.942500', '170702.402500', '170702.862500', '170703.322500', '170703.782500', '170704.242500', '170704.702500', '170705.162500', '170705.622500', '170706.082500', '170706.542500', '170707.002500', '170707.462500', '170707.922500', '170708.382500', '170708.842500', '170709.302500', '170709.762500', '170710.222500', '170710.682500', '170711.142500', '170711.602500', '170712.062500', '170712.522500', '170712.982500', '170713.442500', '170713.902500', '170714.362500', '170714.822500', '170715.282500', '170715.742500', '170716.202500', '170716.662500', '170717.122500', '170717.582500', '170718.042500', '170718.502500', '170718.962500', '170719.422500', '170719.882500', '170720.342500', '170720.802500', '170721.262500', '170721.722500', '170722.182500', '170722.642500', '170723.102500', '170723.562500', '170724.022500', '170724.482500', '170724.942500', '170725.402500', '170725.862500', '170726.322500', '170726.782500', '170727.242500', '170727.702500', '170728.162500', '170728.622500', '170729.082500', '170729.542500', '170730.002500', '170730.462500', '170730.922500', '170731.382500', '170731.842500', '170732.302500', '170732.762500', '170733.222500', '170733.682500', '170734.142500', '170734.602500', '170735.062500', '170735.522500', '170735.982500', '170736.442500', '170736.902500', '170737.362500', '170737.822500', '170738.282500', '170738.742500', '170739.202500', '170739.662500', '170740.122500', '170740.582500', '170741.042500', '170741.502500', '170741.962500', '170742.422500', '170742.882500', '170743.342500', '170743.802500', '170744.262500', '170744.722500', '170745.182500', '170745.642500', '170746.102500', '170746.562500', '170747.022500', '170747.482500', '170747.942500', '170748.402500', '170748.862500', '170749.322500', '170749.782500', '170750.242500', '170750.702500', '170751.162500', '170751.622500', '170752.082500', '170752.542500', '170753.002500', '170753.462500', '170753.922500', '170754.382500', '170754.842500', '170755.302500', '170755.762500', '170756.222500', '170756.682500', '170757.142500', '170757.602500', '170758.062500', '170758.522500', '170758.982500', '170759.442500', '170759.902500', '170800.362500', '170800.822500', '170801.282500', '170801.742500', '170802.202500', '170802.662500', '170803.122500', '170803.582500', '170804.042500', '170804.502500', '170804.962500', '170805.422500', '170805.882500', '170806.342500', '170806.802500', '170807.262500', '170807.722500', '170808.182500', '170808.642500', '170809.102500', '170809.562500', '170810.022500', '170810.482500', '170810.942500', '170811.402500', '170811.862500', '170812.322500', '170812.782500', '170813.242500', '170813.702500', '170814.162500', '170814.622500', '170815.082500', '170815.542500', '170816.002500', '170816.462500', '170816.922500', '170817.382500', '170817.842500', '170818.302500', '170818.762500', '170819.222500', '170819.682500', '170820.142500', '170820.602500', '170821.062500', '170821.522500', '170821.982500', '170822.442500', '170822.902500', '170823.362500', '170823.822500', '170824.282500', '170824.742500', '170825.202500', '170825.662500', '170826.122500', '170826.582500', '170827.042500', '170827.502500', '170827.962500', '170828.422500', '170828.882500', '170829.342500', '170829.802500', '170830.262500', '170830.722500', '170831.182500', '170831.642500', '170832.102500', '170832.562500', '170833.022500', '170833.482500', '170833.942500', '170834.402500', '170834.862500', '170835.322500', '170835.782500', '170836.242500', '170836.702500', '170837.162500', '170837.622500', '170838.082500', '170838.542500', '170839.002500', '170839.462500', '170839.922500', '170840.382500', '170840.842500', '170841.302500', '170841.762500', '170842.222500', '170842.682500', '170843.142500', '170843.602500', '170844.062500', '170844.522500', '170844.982500', '170845.442500', '170845.902500', '170846.362500', '170846.822500', '170847.282500', '170847.742500', '170848.202500', '170848.662500', '170849.122500', '170849.582500', '170850.042500', '170850.502500', '170850.962500', '170851.422500', '170851.882500', '170852.342500', '170852.802500', '170853.262500', '170853.722500', '170854.182500', '170854.642500', '170855.102500', '170855.562500', '170856.022500', '170856.482500', '170856.942500', '170857.402500', '170857.862500', '170858.322500', '170858.782500', '170859.242500', '170859.702500', '170900.162500', '170900.622500', '170901.082500', '170901.542500', '170902.002500', '170902.462500', '170902.922500', '170903.382500', '170903.842500', '170904.302500', '170904.762500', '170905.222500', '170905.682500', '170906.142500', '170906.602500', '170907.062500', '170907.522500', '170907.982500', '170908.442500', '170908.902500', '170909.362500', '170909.822500', '170910.282500', '170910.742500', '170911.202500', '170911.662500', '170912.122500', '170912.582500', '170913.042500', '170913.502500', '170913.962500', '170914.422500', '170914.882500', '170915.342500', '170915.802500', '170916.262500', '170916.722500', '170917.182500', '170917.642500', '170918.102500', '170918.562500', '170919.022500', '170919.482500', '170919.942500', '170920.402500', '170920.862500', '170921.322500', '170921.782500', '170922.242500', '170922.702500', '170923.162500', '170923.622500', '170924.082500', '170924.542500', '170925.002500', '170925.462500', '170925.922500', '170926.382500', '170926.842500', '170927.302500', '170927.762500', '170928.222500', '170928.682500', '170929.142500', '170929.602500', '170930.062500', '170930.522500', '170930.982500', '170931.442500', '170931.902500', '170932.362500', '170932.822500', '170933.282500', '170933.742500', '170934.202500', '170934.662500', '170935.122500', '170935.582500', '170936.042500', '170936.502500', '170936.962500', '170937.422500', '170937.882500', '170938.342500', '170938.802500', '170939.262500', '170939.722500', '170940.182500', '170940.642500', '170941.102500', '170941.562500', '170942.022500', '170942.482500', '170942.942500', '170943.402500', '170943.862500', '170944.322500', '170944.782500', '170945.242500', '170945.702500', '170946.162500', '170946.622500', '170947.082500', '170947.542500', '170948.002500', '170948.462500', '170948.922500', '170949.382500', '170949.842500', '170950.302500', '170950.762500', '170951.222500', '170951.682500', '170952.142500', '170952.602500', '170953.062500', '170953.522500', '170953.982500', '170954.442500', '170954.902500', '170955.362500', '170955.822500', '170956.282500', '170956.742500', '170957.202500', '170957.662500', '170958.122500', '170958.582500', '170959.042500', '170959.502500', '170959.962500', '171000.422500', '171000.882500', '171001.342500', '171001.802500', '171002.262500', '171002.722500', '171003.182500', '171003.642500', '171004.102500', '171004.562500', '171005.022500', '171005.482500', '171005.942500', '171006.402500', '171006.862500', '171007.322500', '171007.782500', '171008.242500', '171008.702500', '171009.162500', '171009.622500', '171010.082500', '171010.542500', '171011.002500', '171011.462500', '171011.922500', '171012.382500', '171012.842500', '171013.302500', '171013.762500', '171014.222500', '171014.682500', '171015.142500', '171015.602500', '171016.062500', '171016.522500', '171016.982500', '171017.442500', '171017.902500', '171018.362500', '171018.822500', '171019.282500', '171019.742500', '171020.202500', '171020.662500', '171021.122500', '171021.582500', '171022.042500', '171022.502500', '171022.962500', '171023.422500', '171023.882500', '171024.342500', '171024.802500', '171025.262500', '171025.722500', '171026.182500', '171026.642500', '171027.102500', '171027.562500', '171028.022500', '171028.482500', '171028.942500', '171029.402500', '171029.862500', '171030.322500', '171030.782500', '171031.242500', '171031.702500', '171032.162500', '171032.622500', '171033.082500', '171033.542500', '171034.002500', '171034.462500', '171034.922500', '171035.382500', '171035.842500', '171036.302500', '171036.762500', '171037.222500', '171037.682500', '171038.142500', '171038.602500', '171039.062500', '171039.522500', '171039.982500', '171040.442500', '171040.902500', '171041.362500', '171041.822500', '171042.282500', '171042.742500', '171043.202500', '171043.662500', '171044.122500', '171044.582500', '171045.042500', '171045.502500', '171045.962500', '171046.422500', '171046.882500', '171047.342500', '171047.802500', '171048.262500', '171048.722500', '171049.182500', '171049.642500', '171050.102500', '171050.562500', '171051.022500', '171051.482500', '171051.942500', '171052.402500', '171052.862500', '171053.322500', '171053.782500', '171054.242500', '171054.702500', '171055.162500', '171055.622500', '171056.082500', '171056.542500', '171057.002500', '171057.462500', '171057.922500', '171058.382500', '171058.842500', '171059.302500', '171059.762500', '171100.222500', '171100.682500', '171101.142500', '171101.602500', '171102.062500', '171102.522500', '171102.982500', '171103.442500', '171103.902500', '171104.362500', '171104.822500', '171105.282500', '171105.742500', '171106.202500', '171106.662500', '171107.122500', '171107.582500', '171108.042500', '171108.502500', '171108.962500', '171109.422500', '171109.882500', '171110.342500', '171110.802500', '171111.262500', '171111.722500', '171112.182500', '171112.642500', '171113.102500', '171113.562500', '171114.022500', '171114.482500', '171114.942500', '171115.402500', '171115.862500', '171116.322500', '171116.782500', '171117.242500', '171117.702500', '171118.162500', '171118.622500', '171119.082500', '171119.542500', '171120.002500', '171120.462500', '171120.922500', '171121.382500', '171121.842500', '171122.302500', '171122.762500', '171123.222500', '171123.682500', '171124.142500', '171124.602500', '171125.062500', '171125.522500', '171125.982500', '171126.442500', '171126.902500', '171127.362500', '171127.822500', '171128.282500', '171128.742500', '171129.202500', '171129.662500', '171130.122500', '171130.582500', '171131.042500', '171131.502500', '171131.962500', '171132.422500', '171132.882500', '171133.342500', '171133.802500', '171134.262500', '171134.722500', '171135.182500', '171135.642500', '171136.102500', '171136.562500', '171137.022500', '171137.482500', '171137.942500', '171138.402500', '171138.862500', '171139.322500', '171139.782500', '171140.242500', '171140.702500', '171141.162500', '171141.622500', '171142.082500', '171142.542500', '171143.002500', '171143.462500', '171143.922500', '171144.382500', '171144.842500', '171145.302500', '171145.762500', '171146.222500', '171146.682500', '171147.142500', '171147.602500', '171148.062500', '171148.522500', '171148.982500', '171149.442500', '171149.902500', '171150.362500', '171150.822500', '171151.282500', '171151.742500', '171152.202500', '171152.662500', '171153.122500', '171153.582500', '171154.042500', '171154.502500', '171154.962500', '171155.422500', '171155.882500', '171156.342500', '171156.802500', '171157.262500', '171157.722500', '171158.182500', '171158.642500', '171159.102500', '171159.562500', '171200.022500', '171200.482500', '171200.942500', '171201.402500', '171201.862500', '171202.322500', '171202.782500', '171203.242500', '171203.702500', '171204.162500', '171204.622500', '171205.082500', '171205.542500', '171206.002500', '171206.462500', '171206.922500', '171207.382500', '171207.842500', '171208.302500', '171208.762500', '171209.222500', '171209.682500', '171210.142500', '171210.602500', '171211.062500', '171211.522500', '171211.982500', '171212.442500', '171212.902500', '171213.362500', '171213.822500', '171214.282500', '171214.742500', '171215.202500', '171215.662500', '171216.122500', '171216.582500', '171217.042500', '171217.502500', '171217.962500', '171218.422500', '171218.882500', '171219.342500', '171219.802500', '171220.262500', '171220.722500', '171221.182500', '171221.642500', '171222.102500', '171222.562500', '171223.022500', '171223.482500', '171223.942500', '171224.402500', '171224.862500', '171225.322500', '171225.782500', '171226.242500', '171226.702500', '171227.162500', '171227.622500', '171228.082500'], 'ContentTime': ['170601.734000', '170601.737000', '170601.739000', '170601.742000', '170601.745000', '170601.754000', '170601.756000', '170601.759000', '170601.762000', '170601.764000', '170601.767000', '170601.769000', '170601.772000', '170601.788000', '170601.790000', '170601.793000', '170601.795000', '170601.798000', '170601.800000', '170601.803000', '170601.805000', '170601.812000', '170601.815000', '170601.817000', '170601.820000', '170601.822000', '170601.825000', '170601.828000', '170621.696000', '170621.698000', '170621.701000', '170621.704000', '170621.706000', '170621.709000', '170621.711000', '170621.714000', '170621.717000', '170621.719000', '170621.722000', '170621.724000', '170621.727000', '170621.729000', '170621.732000', '170621.734000', '170621.737000', '170621.740000', '170621.745000', '170621.747000', '170621.750000', '170621.752000', '170621.755000', '170621.757000', '170621.760000', '170621.762000', '170621.765000', '170621.768000', '170621.770000', '170621.773000', '170621.775000', '170621.778000', '170621.780000', '170621.783000', '170621.785000', '170621.788000', '170621.790000', '170621.793000', '170621.796000', '170621.798000', '170621.801000', '170621.803000', '170621.806000', '170641.696000', '170641.699000', '170641.702000', '170641.704000', '170641.707000', '170641.710000', '170641.712000', '170641.715000', '170641.717000', '170641.720000', '170641.722000', '170641.725000', '170641.728000', '170641.730000', '170641.733000', '170641.735000', '170641.738000', '170641.740000', '170641.743000', '170641.749000', '170641.751000', '170641.754000', '170641.757000', '170641.759000', '170641.762000', '170641.764000', '170641.767000', '170641.769000', '170641.772000', '170641.775000', '170641.777000', '170641.780000', '170641.782000', '170641.785000', '170641.787000', '170641.790000', '170641.793000', '170641.795000', '170641.798000', '170641.801000', '170641.803000', '170641.806000', '170641.808000', '170641.811000', '170701.697000', '170701.699000', '170701.702000', '170701.705000', '170701.707000', '170701.710000', '170701.712000', '170701.715000', '170701.717000', '170701.720000', '170701.722000', '170701.725000', '170701.728000', '170701.730000', '170701.733000', '170701.736000', '170701.738000', '170701.741000', '170701.743000', '170701.746000', '170701.748000', '170701.751000', '170701.753000', '170701.756000', '170701.759000', '170701.761000', '170701.764000', '170701.767000', '170701.769000', '170701.772000', '170701.774000', '170701.777000', '170701.779000', '170701.782000', '170701.784000', '170701.787000', '170701.790000', '170701.792000', '170701.795000', '170701.798000', '170701.801000', '170701.803000', '170701.806000', '170721.697000', '170721.699000', '170721.702000', '170721.705000', '170721.707000', '170721.710000', '170721.712000', '170721.715000', '170721.717000', '170721.720000', '170721.723000', '170721.725000', '170721.728000', '170721.730000', '170721.733000', '170721.736000', '170721.738000', '170721.741000', '170721.743000', '170721.746000', '170721.748000', '170721.751000', '170721.754000', '170721.756000', '170721.759000', '170721.761000', '170721.764000', '170721.766000', '170721.769000', '170721.772000', '170721.774000', '170721.777000', '170721.779000', '170721.782000', '170721.784000', '170721.787000', '170721.790000', '170721.792000', '170721.795000', '170721.797000', '170721.800000', '170721.803000', '170721.805000', '170721.808000', '170741.697000', '170741.699000', '170741.702000', '170741.705000', '170741.707000', '170741.710000', '170741.712000', '170741.715000', '170741.717000', '170741.720000', '170741.723000', '170741.725000', '170741.728000', '170741.730000', '170741.733000', '170741.736000', '170741.738000', '170741.741000', '170741.743000', '170741.746000', '170741.749000', '170741.751000', '170741.754000', '170741.756000', '170741.768000', '170741.770000', '170741.773000', '170741.775000', '170741.778000', '170741.781000', '170741.783000', '170741.786000', '170741.788000', '170741.791000', '170741.793000', '170741.796000', '170741.799000', '170741.801000', '170741.804000', '170741.807000', '170741.809000', '170741.812000', '170741.814000', '170801.697000', '170801.699000', '170801.702000', '170801.705000', '170801.707000', '170801.710000', '170801.712000', '170801.715000', '170801.717000', '170801.720000', '170801.723000', '170801.725000', '170801.728000', '170801.730000', '170801.733000', '170801.736000', '170801.738000', '170801.741000', '170801.743000', '170801.746000', '170801.748000', '170801.751000', '170801.754000', '170801.756000', '170801.759000', '170801.761000', '170801.764000', '170801.767000', '170801.769000', '170801.772000', '170801.774000', '170801.777000', '170801.780000', '170801.782000', '170801.785000', '170801.787000', '170801.790000', '170801.792000', '170801.795000', '170801.798000', '170801.800000', '170801.803000', '170801.806000', '170801.808000', '170821.697000', '170821.700000', '170821.702000', '170821.705000', '170821.707000', '170821.710000', '170821.712000', '170821.715000', '170821.718000', '170821.720000', '170821.723000', '170821.726000', '170821.728000', '170821.731000', '170821.733000', '170821.736000', '170821.738000', '170821.741000', '170821.743000', '170821.746000', '170821.749000', '170821.751000', '170821.754000', '170821.757000', '170821.759000', '170821.762000', '170821.764000', '170821.767000', '170821.769000', '170821.772000', '170821.775000', '170821.777000', '170821.780000', '170821.782000', '170821.785000', '170821.787000', '170821.790000', '170821.793000', '170821.796000', '170821.798000', '170821.801000', '170821.803000', '170821.806000', '170841.695000', '170841.698000', '170841.701000', '170841.704000', '170841.706000', '170841.709000', '170841.711000', '170841.714000', '170841.717000', '170841.719000', '170841.722000', '170841.724000', '170841.727000', '170841.730000', '170841.733000', '170841.735000', '170841.738000', '170841.740000', '170841.743000', '170841.745000', '170841.748000', '170841.751000', '170841.754000', '170841.756000', '170841.759000', '170841.761000', '170841.764000', '170841.767000', '170841.769000', '170841.772000', '170841.774000', '170841.777000', '170841.779000', '170841.782000', '170841.785000', '170841.787000', '170841.790000', '170841.792000', '170841.795000', '170841.797000', '170841.800000', '170841.803000', '170841.805000', '170841.808000', '170901.697000', '170901.700000', '170901.702000', '170901.705000', '170901.708000', '170901.710000', '170901.713000', '170901.715000', '170901.718000', '170901.721000', '170901.723000', '170901.726000', '170901.728000', '170901.731000', '170901.734000', '170901.736000', '170901.739000', '170901.741000', '170901.744000', '170901.746000', '170901.749000', '170901.752000', '170901.754000', '170901.757000', '170901.760000', '170901.762000', '170901.765000', '170901.767000', '170901.770000', '170901.772000', '170901.775000', '170901.777000', '170901.780000', '170901.783000', '170901.785000', '170901.788000', '170901.791000', '170901.793000', '170901.796000', '170901.798000', '170901.801000', '170901.804000', '170901.806000', '170921.696000', '170921.699000', '170921.702000', '170921.705000', '170921.707000', '170921.710000', '170921.712000', '170921.715000', '170921.717000', '170921.720000', '170921.723000', '170921.725000', '170921.728000', '170921.730000', '170921.733000', '170921.735000', '170921.738000', '170921.741000', '170921.743000', '170921.746000', '170921.758000', '170921.761000', '170921.763000', '170921.766000', '170921.768000', '170921.771000', '170921.773000', '170921.776000', '170921.779000', '170921.781000', '170921.784000', '170921.786000', '170921.789000', '170921.791000', '170921.794000', '170921.797000', '170921.799000', '170921.802000', '170921.804000', '170921.807000', '170921.810000', '170921.812000', '170921.815000', '170921.817000', '170941.696000', '170941.699000', '170941.702000', '170941.705000', '170941.707000', '170941.710000', '170941.712000', '170941.715000', '170941.718000', '170941.720000', '170941.723000', '170941.725000', '170941.728000', '170941.731000', '170941.733000', '170941.736000', '170941.738000', '170941.741000', '170941.744000', '170941.746000', '170941.749000', '170941.751000', '170941.754000', '170941.757000', '170941.759000', '170941.762000', '170941.764000', '170941.767000', '170941.769000', '170941.772000', '170941.775000', '170941.777000', '170941.780000', '170941.782000', '170941.785000', '170941.788000', '170941.790000', '170941.793000', '170941.795000', '170941.798000', '170941.801000', '170941.803000', '170941.806000', '171001.696000', '171001.699000', '171001.702000', '171001.704000', '171001.707000', '171001.710000', '171001.712000', '171001.716000', '171001.719000', '171001.721000', '171001.724000', '171001.726000', '171001.729000', '171001.732000', '171001.734000', '171001.737000', '171001.740000', '171001.742000', '171001.745000', '171001.748000', '171001.750000', '171001.753000', '171001.755000', '171001.758000', '171001.760000', '171001.763000', '171001.766000', '171001.768000', '171001.771000', '171001.773000', '171001.776000', '171001.778000', '171001.781000', '171001.784000', '171001.786000', '171001.789000', '171001.792000', '171001.794000', '171001.797000', '171001.799000', '171001.802000', '171001.805000', '171001.807000', '171001.810000', '171021.697000', '171021.700000', '171021.702000', '171021.705000', '171021.708000', '171021.710000', '171021.713000', '171021.715000', '171021.718000', '171021.721000', '171021.723000', '171021.726000', '171021.728000', '171021.731000', '171021.734000', '171021.736000', '171021.739000', '171021.741000', '171021.744000', '171021.747000', '171021.749000', '171021.752000', '171021.754000', '171021.757000', '171021.760000', '171021.762000', '171021.765000', '171021.767000', '171021.770000', '171021.772000', '171021.775000', '171021.778000', '171021.780000', '171021.783000', '171021.786000', '171021.788000', '171021.791000', '171021.793000', '171021.796000', '171021.799000', '171021.801000', '171021.804000', '171021.806000', '171041.696000', '171041.699000', '171041.702000', '171041.705000', '171041.707000', '171041.710000', '171041.712000', '171041.715000', '171041.718000', '171041.720000', '171041.723000', '171041.726000', '171041.728000', '171041.731000', '171041.733000', '171041.736000', '171041.739000', '171041.741000', '171041.744000', '171041.746000', '171041.749000', '171041.752000', '171041.754000', '171041.757000', '171041.759000', '171041.762000', '171041.764000', '171041.767000', '171041.770000', '171041.772000', '171041.775000', '171041.777000', '171041.780000', '171041.783000', '171041.785000', '171041.788000', '171041.790000', '171041.793000', '171041.795000', '171041.798000', '171041.801000', '171041.803000', '171041.806000', '171101.696000', '171101.698000', '171101.701000', '171101.704000', '171101.706000', '171101.709000', '171101.712000', '171101.714000', '171101.717000', '171101.719000', '171101.722000', '171101.725000', '171101.727000', '171101.730000', '171101.732000', '171101.735000', '171101.738000', '171101.740000', '171101.743000', '171101.745000', '171101.748000', '171101.750000', '171101.753000', '171101.756000', '171101.758000', '171101.761000', '171101.763000', '171101.766000', '171101.769000', '171101.771000', '171101.774000', '171101.776000', '171101.779000', '171101.782000', '171101.784000', '171101.787000', '171101.789000', '171101.792000', '171101.794000', '171101.797000', '171101.800000', '171101.802000', '171101.805000', '171101.808000', '171121.697000', '171121.700000', '171121.702000', '171121.705000', '171121.708000', '171121.710000', '171121.713000', '171121.715000', '171121.718000', '171121.721000', '171121.723000', '171121.726000', '171121.728000', '171121.731000', '171121.734000', '171121.736000', '171121.739000', '171121.742000', '171121.744000', '171121.747000', '171121.750000', '171121.752000', '171121.756000', '171121.759000', '171121.762000', '171121.765000', '171121.767000', '171121.770000', '171121.772000', '171121.775000', '171121.778000', '171121.780000', '171121.783000', '171121.786000', '171121.788000', '171121.791000', '171121.793000', '171121.796000', '171121.799000', '171121.801000', '171121.804000', '171121.806000', '171121.809000', '171141.697000', '171141.700000', '171141.702000', '171141.705000', '171141.707000', '171141.710000', '171141.712000', '171141.715000', '171141.718000', '171141.720000', '171141.723000', '171141.726000', '171141.728000', '171141.731000', '171141.733000', '171141.736000', '171141.739000', '171141.741000', '171141.744000', '171141.746000', '171141.749000', '171141.752000', '171141.754000', '171141.757000', '171141.759000', '171141.762000', '171141.765000', '171141.767000', '171141.770000', '171141.772000', '171141.775000', '171141.779000', '171141.782000', '171141.784000', '171141.787000', '171141.790000', '171141.792000', '171141.795000', '171141.797000', '171141.800000', '171141.803000', '171141.805000', '171141.808000', '171141.810000', '171201.696000', '171201.699000', '171201.702000', '171201.705000', '171201.707000', '171201.710000', '171201.712000', '171201.715000', '171201.717000', '171201.720000', '171201.722000', '171201.725000', '171201.727000', '171201.730000', '171201.733000', '171201.735000', '171201.738000', '171201.741000', '171201.743000', '171201.746000', '171201.749000', '171201.751000', '171201.754000', '171201.756000', '171201.759000', '171201.762000', '171201.764000', '171201.767000', '171201.769000', '171201.772000', '171201.775000', '171201.777000', '171201.780000', '171201.782000', '171201.785000', '171201.787000', '171201.790000', '171201.792000', '171201.795000', '171201.798000', '171201.800000', '171201.803000', '171201.805000', '171221.697000', '171221.699000', '171221.702000', '171221.705000', '171221.707000', '171221.710000', '171221.712000', '171221.715000', '171221.718000', '171221.720000', '171221.723000', '171221.725000', '171221.728000', '171221.731000', '171221.733000', '171221.736000', '171221.738000', '171221.741000', '171221.744000', '171221.746000', '171221.749000', '171221.751000', '171221.754000', '171221.756000', '171221.759000', '171221.761000', '171221.764000', '171221.767000', '171221.769000', '171221.772000', '171221.775000', '171221.777000', '171221.780000', '171221.782000', '171221.785000', '171221.787000', '171221.790000', '171221.792000', '171221.795000', '171221.798000', '171221.800000', '171221.803000', '171221.806000', '171221.808000', '171229.773000', '171229.777000', '171229.780000', '171229.782000', '171229.785000', '171229.787000', '171229.790000', '171229.793000', '171229.795000', '171229.798000', '171229.801000', '171229.803000', '171229.806000', '171229.809000', '171229.811000', '171229.814000', '171229.816000', '171229.819000'], 'InstanceCreationTime': ['170601.734000', '170601.737000', '170601.739000', '170601.742000', '170601.745000', '170601.754000', '170601.756000', '170601.759000', '170601.762000', '170601.764000', '170601.767000', '170601.769000', '170601.772000', '170601.788000', '170601.790000', '170601.793000', '170601.795000', '170601.798000', '170601.800000', '170601.803000', '170601.805000', '170601.812000', '170601.815000', '170601.817000', '170601.820000', '170601.822000', '170601.825000', '170601.828000', '170621.696000', '170621.698000', '170621.701000', '170621.704000', '170621.706000', '170621.709000', '170621.711000', '170621.714000', '170621.717000', '170621.719000', '170621.722000', '170621.724000', '170621.727000', '170621.729000', '170621.732000', '170621.734000', '170621.737000', '170621.740000', '170621.745000', '170621.747000', '170621.750000', '170621.752000', '170621.755000', '170621.757000', '170621.760000', '170621.762000', '170621.765000', '170621.768000', '170621.770000', '170621.773000', '170621.775000', '170621.778000', '170621.780000', '170621.783000', '170621.785000', '170621.788000', '170621.790000', '170621.793000', '170621.796000', '170621.798000', '170621.801000', '170621.803000', '170621.806000', '170641.696000', '170641.699000', '170641.702000', '170641.704000', '170641.707000', '170641.710000', '170641.712000', '170641.715000', '170641.717000', '170641.720000', '170641.722000', '170641.725000', '170641.728000', '170641.730000', '170641.733000', '170641.735000', '170641.738000', '170641.740000', '170641.743000', '170641.749000', '170641.751000', '170641.754000', '170641.757000', '170641.759000', '170641.762000', '170641.764000', '170641.767000', '170641.769000', '170641.772000', '170641.775000', '170641.777000', '170641.780000', '170641.782000', '170641.785000', '170641.787000', '170641.790000', '170641.793000', '170641.795000', '170641.798000', '170641.801000', '170641.803000', '170641.806000', '170641.808000', '170641.811000', '170701.697000', '170701.699000', '170701.702000', '170701.705000', '170701.707000', '170701.710000', '170701.712000', '170701.715000', '170701.717000', '170701.720000', '170701.722000', '170701.725000', '170701.728000', '170701.730000', '170701.733000', '170701.736000', '170701.738000', '170701.741000', '170701.743000', '170701.746000', '170701.748000', '170701.751000', '170701.753000', '170701.756000', '170701.759000', '170701.761000', '170701.764000', '170701.767000', '170701.769000', '170701.772000', '170701.774000', '170701.777000', '170701.779000', '170701.782000', '170701.784000', '170701.787000', '170701.790000', '170701.792000', '170701.795000', '170701.798000', '170701.801000', '170701.803000', '170701.806000', '170721.697000', '170721.699000', '170721.702000', '170721.705000', '170721.707000', '170721.710000', '170721.712000', '170721.715000', '170721.717000', '170721.720000', '170721.723000', '170721.725000', '170721.728000', '170721.730000', '170721.733000', '170721.736000', '170721.738000', '170721.741000', '170721.743000', '170721.746000', '170721.748000', '170721.751000', '170721.754000', '170721.756000', '170721.759000', '170721.761000', '170721.764000', '170721.766000', '170721.769000', '170721.772000', '170721.774000', '170721.777000', '170721.779000', '170721.782000', '170721.784000', '170721.787000', '170721.790000', '170721.792000', '170721.795000', '170721.797000', '170721.800000', '170721.803000', '170721.805000', '170721.808000', '170741.697000', '170741.699000', '170741.702000', '170741.705000', '170741.707000', '170741.710000', '170741.712000', '170741.715000', '170741.717000', '170741.720000', '170741.723000', '170741.725000', '170741.728000', '170741.730000', '170741.733000', '170741.736000', '170741.738000', '170741.741000', '170741.743000', '170741.746000', '170741.749000', '170741.751000', '170741.754000', '170741.756000', '170741.768000', '170741.770000', '170741.773000', '170741.775000', '170741.778000', '170741.781000', '170741.783000', '170741.786000', '170741.788000', '170741.791000', '170741.793000', '170741.796000', '170741.799000', '170741.801000', '170741.804000', '170741.807000', '170741.809000', '170741.812000', '170741.814000', '170801.697000', '170801.699000', '170801.702000', '170801.705000', '170801.707000', '170801.710000', '170801.712000', '170801.715000', '170801.717000', '170801.720000', '170801.723000', '170801.725000', '170801.728000', '170801.730000', '170801.733000', '170801.736000', '170801.738000', '170801.741000', '170801.743000', '170801.746000', '170801.748000', '170801.751000', '170801.754000', '170801.756000', '170801.759000', '170801.761000', '170801.764000', '170801.767000', '170801.769000', '170801.772000', '170801.774000', '170801.777000', '170801.780000', '170801.782000', '170801.785000', '170801.787000', '170801.790000', '170801.792000', '170801.795000', '170801.798000', '170801.800000', '170801.803000', '170801.806000', '170801.808000', '170821.697000', '170821.700000', '170821.702000', '170821.705000', '170821.707000', '170821.710000', '170821.712000', '170821.715000', '170821.718000', '170821.720000', '170821.723000', '170821.726000', '170821.728000', '170821.731000', '170821.733000', '170821.736000', '170821.738000', '170821.741000', '170821.743000', '170821.746000', '170821.749000', '170821.751000', '170821.754000', '170821.757000', '170821.759000', '170821.762000', '170821.764000', '170821.767000', '170821.769000', '170821.772000', '170821.775000', '170821.777000', '170821.780000', '170821.782000', '170821.785000', '170821.787000', '170821.790000', '170821.793000', '170821.796000', '170821.798000', '170821.801000', '170821.803000', '170821.806000', '170841.695000', '170841.698000', '170841.701000', '170841.704000', '170841.706000', '170841.709000', '170841.711000', '170841.714000', '170841.717000', '170841.719000', '170841.722000', '170841.724000', '170841.727000', '170841.730000', '170841.733000', '170841.735000', '170841.738000', '170841.740000', '170841.743000', '170841.745000', '170841.748000', '170841.751000', '170841.754000', '170841.756000', '170841.759000', '170841.761000', '170841.764000', '170841.767000', '170841.769000', '170841.772000', '170841.774000', '170841.777000', '170841.779000', '170841.782000', '170841.785000', '170841.787000', '170841.790000', '170841.792000', '170841.795000', '170841.797000', '170841.800000', '170841.803000', '170841.805000', '170841.808000', '170901.697000', '170901.700000', '170901.702000', '170901.705000', '170901.708000', '170901.710000', '170901.713000', '170901.715000', '170901.718000', '170901.721000', '170901.723000', '170901.726000', '170901.728000', '170901.731000', '170901.734000', '170901.736000', '170901.739000', '170901.741000', '170901.744000', '170901.746000', '170901.749000', '170901.752000', '170901.754000', '170901.757000', '170901.760000', '170901.762000', '170901.765000', '170901.767000', '170901.770000', '170901.772000', '170901.775000', '170901.777000', '170901.780000', '170901.783000', '170901.785000', '170901.788000', '170901.791000', '170901.793000', '170901.796000', '170901.798000', '170901.801000', '170901.804000', '170901.806000', '170921.696000', '170921.699000', '170921.702000', '170921.705000', '170921.707000', '170921.710000', '170921.712000', '170921.715000', '170921.717000', '170921.720000', '170921.723000', '170921.725000', '170921.728000', '170921.730000', '170921.733000', '170921.735000', '170921.738000', '170921.741000', '170921.743000', '170921.746000', '170921.758000', '170921.761000', '170921.763000', '170921.766000', '170921.768000', '170921.771000', '170921.773000', '170921.776000', '170921.779000', '170921.781000', '170921.784000', '170921.786000', '170921.789000', '170921.791000', '170921.794000', '170921.797000', '170921.799000', '170921.802000', '170921.804000', '170921.807000', '170921.810000', '170921.812000', '170921.815000', '170921.817000', '170941.696000', '170941.699000', '170941.702000', '170941.705000', '170941.707000', '170941.710000', '170941.712000', '170941.715000', '170941.718000', '170941.720000', '170941.723000', '170941.725000', '170941.728000', '170941.731000', '170941.733000', '170941.736000', '170941.738000', '170941.741000', '170941.744000', '170941.746000', '170941.749000', '170941.751000', '170941.754000', '170941.757000', '170941.759000', '170941.762000', '170941.764000', '170941.767000', '170941.769000', '170941.772000', '170941.775000', '170941.777000', '170941.780000', '170941.782000', '170941.785000', '170941.788000', '170941.790000', '170941.793000', '170941.795000', '170941.798000', '170941.801000', '170941.803000', '170941.806000', '171001.696000', '171001.699000', '171001.702000', '171001.704000', '171001.707000', '171001.710000', '171001.712000', '171001.716000', '171001.719000', '171001.721000', '171001.724000', '171001.726000', '171001.729000', '171001.732000', '171001.734000', '171001.737000', '171001.740000', '171001.742000', '171001.745000', '171001.748000', '171001.750000', '171001.753000', '171001.755000', '171001.758000', '171001.760000', '171001.763000', '171001.766000', '171001.768000', '171001.771000', '171001.773000', '171001.776000', '171001.778000', '171001.781000', '171001.784000', '171001.786000', '171001.789000', '171001.792000', '171001.794000', '171001.797000', '171001.799000', '171001.802000', '171001.805000', '171001.807000', '171001.810000', '171021.697000', '171021.700000', '171021.702000', '171021.705000', '171021.708000', '171021.710000', '171021.713000', '171021.715000', '171021.718000', '171021.721000', '171021.723000', '171021.726000', '171021.728000', '171021.731000', '171021.734000', '171021.736000', '171021.739000', '171021.741000', '171021.744000', '171021.747000', '171021.749000', '171021.752000', '171021.754000', '171021.757000', '171021.760000', '171021.762000', '171021.765000', '171021.767000', '171021.770000', '171021.772000', '171021.775000', '171021.778000', '171021.780000', '171021.783000', '171021.786000', '171021.788000', '171021.791000', '171021.793000', '171021.796000', '171021.799000', '171021.801000', '171021.804000', '171021.806000', '171041.696000', '171041.699000', '171041.702000', '171041.705000', '171041.707000', '171041.710000', '171041.712000', '171041.715000', '171041.718000', '171041.720000', '171041.723000', '171041.726000', '171041.728000', '171041.731000', '171041.733000', '171041.736000', '171041.739000', '171041.741000', '171041.744000', '171041.746000', '171041.749000', '171041.752000', '171041.754000', '171041.757000', '171041.759000', '171041.762000', '171041.764000', '171041.767000', '171041.770000', '171041.772000', '171041.775000', '171041.777000', '171041.780000', '171041.783000', '171041.785000', '171041.788000', '171041.790000', '171041.793000', '171041.795000', '171041.798000', '171041.801000', '171041.803000', '171041.806000', '171101.696000', '171101.698000', '171101.701000', '171101.704000', '171101.706000', '171101.709000', '171101.712000', '171101.714000', '171101.717000', '171101.719000', '171101.722000', '171101.725000', '171101.727000', '171101.730000', '171101.732000', '171101.735000', '171101.738000', '171101.740000', '171101.743000', '171101.745000', '171101.748000', '171101.750000', '171101.753000', '171101.756000', '171101.758000', '171101.761000', '171101.763000', '171101.766000', '171101.769000', '171101.771000', '171101.774000', '171101.776000', '171101.779000', '171101.782000', '171101.784000', '171101.787000', '171101.789000', '171101.792000', '171101.794000', '171101.797000', '171101.800000', '171101.802000', '171101.805000', '171101.808000', '171121.697000', '171121.700000', '171121.702000', '171121.705000', '171121.708000', '171121.710000', '171121.713000', '171121.715000', '171121.718000', '171121.721000', '171121.723000', '171121.726000', '171121.728000', '171121.731000', '171121.734000', '171121.736000', '171121.739000', '171121.742000', '171121.744000', '171121.747000', '171121.750000', '171121.752000', '171121.756000', '171121.759000', '171121.762000', '171121.765000', '171121.767000', '171121.770000', '171121.772000', '171121.775000', '171121.778000', '171121.780000', '171121.783000', '171121.786000', '171121.788000', '171121.791000', '171121.793000', '171121.796000', '171121.799000', '171121.801000', '171121.804000', '171121.806000', '171121.809000', '171141.697000', '171141.700000', '171141.702000', '171141.705000', '171141.707000', '171141.710000', '171141.712000', '171141.715000', '171141.718000', '171141.720000', '171141.723000', '171141.726000', '171141.728000', '171141.731000', '171141.733000', '171141.736000', '171141.739000', '171141.741000', '171141.744000', '171141.746000', '171141.749000', '171141.752000', '171141.754000', '171141.757000', '171141.759000', '171141.762000', '171141.765000', '171141.767000', '171141.770000', '171141.772000', '171141.775000', '171141.779000', '171141.782000', '171141.784000', '171141.787000', '171141.790000', '171141.792000', '171141.795000', '171141.797000', '171141.800000', '171141.803000', '171141.805000', '171141.808000', '171141.810000', '171201.696000', '171201.699000', '171201.702000', '171201.705000', '171201.707000', '171201.710000', '171201.712000', '171201.715000', '171201.717000', '171201.720000', '171201.722000', '171201.725000', '171201.727000', '171201.730000', '171201.733000', '171201.735000', '171201.738000', '171201.741000', '171201.743000', '171201.746000', '171201.749000', '171201.751000', '171201.754000', '171201.756000', '171201.759000', '171201.762000', '171201.764000', '171201.767000', '171201.769000', '171201.772000', '171201.775000', '171201.777000', '171201.780000', '171201.782000', '171201.785000', '171201.787000', '171201.790000', '171201.792000', '171201.795000', '171201.798000', '171201.800000', '171201.803000', '171201.805000', '171221.697000', '171221.699000', '171221.702000', '171221.705000', '171221.707000', '171221.710000', '171221.712000', '171221.715000', '171221.718000', '171221.720000', '171221.723000', '171221.725000', '171221.728000', '171221.731000', '171221.733000', '171221.736000', '171221.738000', '171221.741000', '171221.744000', '171221.746000', '171221.749000', '171221.751000', '171221.754000', '171221.756000', '171221.759000', '171221.761000', '171221.764000', '171221.767000', '171221.769000', '171221.772000', '171221.775000', '171221.777000', '171221.780000', '171221.782000', '171221.785000', '171221.787000', '171221.790000', '171221.792000', '171221.795000', '171221.798000', '171221.800000', '171221.803000', '171221.806000', '171221.808000', '171229.773000', '171229.777000', '171229.780000', '171229.782000', '171229.785000', '171229.787000', '171229.790000', '171229.793000', '171229.795000', '171229.798000', '171229.801000', '171229.803000', '171229.806000', '171229.809000', '171229.811000', '171229.814000', '171229.816000', '171229.819000'], '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': [10570, 18966, 11041, 17527, 9634, 19161, 9557, 17440, 8745, 16377, 8582, 15265, 8712, 9056, 9040, 16852, 8445, 15604, 11222, 14000, 11656, 10428, 8930, 9580, 17243, 9703, 17341, 10322, 15868, 11797, 17342, 10333, 14103, 9403, 14420, 11445, 12378, 16417, 12074, 19695, 12869, 17305, 11534, 15832, 8585, 10305, 8923, 10861, 8132, 9235, 8508, 10102, 8712, 9659, 14533, 9263, 16479, 9112, 15624, 10212, 16097, 8382, 9643, 8271, 11571, 14224, 11607, 17857, 16428, 17549, 9192, 11118, 10139, 10663, 10155, 9479, 16460, 10262, 15433, 9300, 15304, 9335, 14835, 8687, 15267, 11484, 15799, 9054, 10314, 8258, 9722, 15484, 9382, 18691, 11655, 15946, 9948, 9927, 8471, 9681, 17524, 9040, 16125, 9904, 12425, 8569, 9942, 13612, 9406, 16381, 8321, 14228, 10678, 13937, 10703, 9489, 15335, 9396, 15065, 9880, 13452, 13366, 12245, 16507, 9938, 16825, 8364, 9808, 9482, 12233, 8470, 9596, 16446, 9037, 15603, 9327, 14296, 12440, 11663, 16163, 9518, 15064, 8956, 13116, 9607, 12729, 16280, 11389, 18169, 9410, 10231, 9487, 10491, 13873, 9975, 17390, 13327, 17369, 9287, 10132, 9893, 11466, 14010, 12944, 15745, 9524, 16441, 9663, 12834, 9755, 11700, 14016, 10283, 17527, 11613, 16757, 8602, 10585, 8556, 10299, 15336, 10820, 16698, 9967, 15701, 9316, 11098, 9903, 11017, 8403, 11507, 14500, 11719, 14817, 9828, 16829, 8952, 15547, 10195, 15270, 8437, 9777, 12959, 9683, 16670, 8910, 15716, 10926, 15665, 10301, 9706, 16429, 9803, 16437, 9954, 14597, 10439, 10045, 16096, 9718, 15755, 9209, 14471, 10727, 10311, 14565, 9725, 13087, 8803, 12076, 8548, 12781, 13258, 9510, 16650, 9718, 10906, 9891, 11508, 10466, 12118, 14339, 9191, 16466, 9186, 11280, 9440, 13501, 11246, 11944, 15212, 9500, 16543, 8790, 13929, 11238, 11691, 14478, 10923, 9024, 9622, 13635, 9561, 16648, 8802, 13679, 10593, 12105, 16011, 12863, 16655, 9745, 16541, 8752, 15364, 11864, 16175, 9201, 10573, 8897, 9878, 16601, 9403, 17409, 10281, 15678, 9285, 10771, 8944, 9748, 15624, 8800, 17729, 9317, 14069, 9371, 11377, 10674, 10048, 16532, 9465, 16370, 8618, 13810, 10825, 11535, 12443, 9646, 16411, 8984, 16524, 9791, 15964, 8757, 10114, 8516, 9825, 14947, 9307, 16811, 10022, 14882, 9511, 9964, 14287, 9488, 16908, 8801, 16191, 12071, 14076, 9139, 9579, 16679, 9435, 15776, 8778, 10803, 15904, 10968, 17923, 9551, 14419, 9959, 11601, 13001, 11144, 17290, 12331, 16844, 8980, 9594, 9171, 12468, 11843, 9638, 17108, 9424, 14477, 9158, 11944, 13852, 11747, 15703, 9510, 16313, 9375, 14455, 9033, 14390, 11601, 14623, 10710, 10181, 11817, 9808, 17656, 14838, 17752, 9777, 16718, 9253, 12583, 8971, 12911, 15806, 12114, 16818, 9794, 12899, 9385, 12641, 15025, 11279, 17382, 8984, 17343, 8935, 10064, 9024, 12566, 15213, 11977, 14307, 9615, 13891, 9763, 16736, 8729, 14128, 11708, 11430, 17406, 9638, 15712, 9110, 10297, 9636, 10418, 16180, 9607, 17022, 9057, 10979, 9708, 14932, 12215, 13088, 9480, 9916, 15104, 9578, 16793, 10914, 16627, 10479, 13501, 8972, 11610, 9169, 10009, 17416, 9136, 16497, 10250, 15826, 9330, 10200, 15469, 9362, 17699, 10577, 16602, 10998, 9908, 16199, 9750, 15091, 9205, 10374, 15794, 8713, 18573, 8932, 16272, 8516, 9850, 8728, 9963, 15553, 11616, 18191, 9128, 13211, 8665, 10191, 14938, 8895, 18138, 11250, 16595, 9374, 10322, 8931, 9474, 17946, 8941, 16625, 9857, 13954, 8913, 9767, 9231, 9781, 16171, 9053, 16723, 10284, 15737, 9382, 10337, 10456, 9472, 17641, 8805, 16634, 8836, 13328, 8879, 9791, 16485, 9019, 17772, 9548, 14069, 9170, 9457, 14584, 9127, 15708, 9466, 13610, 9251, 10477, 8845, 9884, 9150, 10219, 12414, 9984, 17951, 13497, 16176, 9774, 10145, 15559, 9468, 17947, 9075, 14112, 10160, 10276, 16875, 9048, 17322, 9069, 10300, 9989, 9686, 17424, 13033, 14964, 9007, 11351, 9407, 11105, 15007, 11196, 16428, 9013, 13894, 9118, 11861, 13189, 11428, 17076, 13989, 15959, 9222, 12609, 9564, 13752, 13586, 11892, 15507, 9361, 15727, 8896, 10920, 10259, 9614, 17785, 10239, 17392, 8514, 10386, 8695, 9763, 13929, 9282, 18337, 13448, 16990, 9266, 13030, 9413, 10346, 11178, 10157, 16490, 12464, 15873, 9562, 12900, 9126, 14118, 10776, 11100, 11036, 9619, 16019, 9374, 15766, 9857, 14355, 9049, 9801, 15709, 9323, 16609, 10364, 15660, 11784, 10789, 9397, 9804, 15252, 9100, 12554, 10762, 9339, 15868, 9571, 12875, 9327, 14572, 9198, 13625, 10923, 11659, 16101, 14950, 18248, 9147, 14689, 9014, 10196, 11286, 9300, 17494, 10973, 16221, 8621, 9996, 9319, 9141, 17662, 9373, 16541, 10607, 15773, 8456, 10339, 8794, 11192, 12916, 10174, 16420, 9285, 13047, 12577, 11034, 14969, 9723, 15660, 9575, 14165, 14710, 12417, 16989, 9561, 15585, 9132, 13387, 11248, 11541, 14162, 9277, 9673, 9605, 14606, 8852, 13485, 9917, 11709, 12440, 9552, 9325, 9831, 14397, 9415, 14052, 9590, 15773, 8996, 13192, 9639, 16037, 11714, 16957, 10373, 15252, 8899, 12576, 9103, 9320, 16413, 9702, 14248, 9379, 9588, 11853, 9451, 14393, 9413, 11196, 9400, 11094, 9490, 9542, 13445, 9242, 17286, 11307, 14316, 9115, 10584, 9213, 13488, 9082, 12719, 8921, 14699, 9955, 10628, 9424, 12432, 9603, 16478, 8756, 10633, 8785, 12298, 16618, 10860, 17481, 9705, 10402, 9605, 9432, 17344, 9761, 15827, 9359, 12270, 8870, 12543, 10207, 9532, 17160, 9104, 14844, 10848, 13414, 11865, 10621, 8744, 9839, 16725, 10021, 16735, 10761, 13914, 9348, 9754, 10898, 9397, 15593, 8875, 13938, 10387, 12409, 16162, 12793, 12598, 9270, 12330, 9120, 13946, 9663, 9296, 8873, 10673, 9231, 9791, 9527, 10321, 9313, 9978, 13546, 12837, 14507, 12745, 15386, 13676, 12436, 16543, 13698, 15369, 11314, 15623, 9804, 14622, 10293, 16510, 13399, 14697, 9189, 11342, 9744, 15046, 9574, 12838, 11137, 9649, 12395, 9193, 10482, 9176, 10339, 9523, 10277, 14039, 9548, 14294, 8971, 14058, 9835, 13305, 9468, 9648, 16382, 9760, 15770, 10417, 13033, 9930, 9694, 11520, 9627, 13581, 9170, 13221, 8509, 10922, 10481, 9893, 10736, 9928, 14225, 10049, 14661], 'WindowCenter': [4872.0, 4912.0, 4852.0, 4873.0, 4806.0, 4884.0, 4817.0, 4871.0, 4781.0, 4833.0, 4779.0, 4849.0, 4793.0, 4802.0, 4803.0, 4860.0, 4796.0, 4862.0, 4822.0, 4838.0, 4808.0, 4797.0, 4777.0, 4787.0, 4843.0, 4790.0, 4842.0, 4785.0, 4832.0, 4804.0, 4845.0, 4786.0, 4812.0, 4774.0, 4811.0, 4783.0, 4790.0, 4809.0, 4791.0, 4827.0, 4788.0, 4816.0, 4780.0, 4817.0, 4763.0, 4784.0, 4773.0, 4795.0, 4754.0, 4772.0, 4763.0, 4795.0, 4763.0, 4784.0, 4825.0, 4773.0, 4846.0, 4789.0, 4833.0, 4797.0, 4832.0, 4765.0, 4782.0, 4762.0, 4805.0, 4810.0, 4805.0, 4831.0, 4832.0, 4830.0, 4772.0, 4781.0, 4771.0, 4779.0, 4772.0, 4773.0, 4819.0, 4795.0, 4819.0, 4775.0, 4830.0, 4774.0, 4821.0, 4766.0, 4834.0, 4804.0, 4837.0, 4777.0, 4794.0, 4754.0, 4786.0, 4822.0, 4775.0, 4843.0, 4792.0, 4821.0, 4774.0, 4782.0, 4751.0, 4785.0, 4841.0, 4764.0, 4831.0, 4786.0, 4812.0, 4764.0, 4784.0, 4812.0, 4776.0, 4832.0, 4766.0, 4824.0, 4794.0, 4826.0, 4797.0, 4785.0, 4833.0, 4774.0, 4819.0, 4784.0, 4812.0, 4811.0, 4803.0, 4830.0, 4783.0, 4842.0, 4765.0, 4784.0, 4776.0, 4815.0, 4766.0, 4787.0, 4833.0, 4776.0, 4833.0, 4776.0, 4823.0, 4803.0, 4806.0, 4832.0, 4783.0, 4821.0, 4765.0, 4813.0, 4772.0, 4814.0, 4829.0, 4804.0, 4841.0, 4772.0, 4782.0, 4773.0, 4784.0, 4811.0, 4784.0, 4831.0, 4814.0, 4842.0, 4785.0, 4792.0, 4786.0, 4803.0, 4813.0, 4826.0, 4833.0, 4797.0, 4842.0, 4784.0, 4813.0, 4787.0, 4803.0, 4823.0, 4783.0, 4830.0, 4802.0, 4830.0, 4764.0, 4792.0, 4767.0, 4795.0, 4834.0, 4806.0, 4842.0, 4800.0, 4836.0, 4800.0, 4804.0, 4786.0, 4793.0, 4763.0, 4806.0, 4823.0, 4817.0, 4835.0, 4796.0, 4843.0, 4776.0, 4833.0, 4796.0, 4830.0, 4752.0, 4784.0, 4802.0, 4773.0, 4829.0, 4774.0, 4823.0, 4795.0, 4832.0, 4782.0, 4773.0, 4820.0, 4784.0, 4820.0, 4770.0, 4812.0, 4783.0, 4784.0, 4817.0, 4771.0, 4819.0, 4772.0, 4822.0, 4781.0, 4782.0, 4818.0, 4775.0, 4809.0, 4775.0, 4815.0, 4767.0, 4813.0, 4815.0, 4787.0, 4832.0, 4784.0, 4791.0, 4784.0, 4804.0, 4785.0, 4815.0, 4831.0, 4787.0, 4845.0, 4786.0, 4804.0, 4786.0, 4825.0, 4804.0, 4817.0, 4833.0, 4788.0, 4844.0, 4778.0, 4836.0, 4805.0, 4806.0, 4836.0, 4807.0, 4775.0, 4799.0, 4825.0, 4788.0, 4844.0, 4776.0, 4825.0, 4796.0, 4814.0, 4831.0, 4815.0, 4834.0, 4774.0, 4833.0, 4765.0, 4821.0, 4805.0, 4833.0, 4785.0, 4795.0, 4775.0, 4784.0, 4832.0, 4775.0, 4841.0, 4796.0, 4830.0, 4773.0, 4796.0, 4774.0, 4786.0, 4831.0, 4788.0, 4844.0, 4785.0, 4824.0, 4785.0, 4804.0, 4794.0, 4784.0, 4842.0, 4786.0, 4842.0, 4779.0, 4825.0, 4795.0, 4817.0, 4817.0, 4787.0, 4845.0, 4788.0, 4845.0, 4797.0, 4846.0, 4789.0, 4810.0, 4779.0, 4809.0, 4834.0, 4799.0, 4859.0, 4800.0, 4848.0, 4799.0, 4799.0, 4837.0, 4799.0, 4856.0, 4790.0, 4848.0, 4819.0, 4839.0, 4788.0, 4799.0, 4844.0, 4788.0, 4845.0, 4777.0, 4807.0, 4845.0, 4808.0, 4842.0, 4798.0, 4836.0, 4796.0, 4814.0, 4823.0, 4806.0, 4842.0, 4816.0, 4844.0, 4789.0, 4788.0, 4786.0, 4817.0, 4805.0, 4789.0, 4845.0, 4787.0, 4833.0, 4788.0, 4816.0, 4825.0, 4818.0, 4847.0, 4811.0, 4843.0, 4788.0, 4834.0, 4778.0, 4836.0, 4808.0, 4837.0, 4797.0, 4808.0, 4816.0, 4799.0, 4854.0, 4848.0, 4855.0, 4798.0, 4856.0, 4789.0, 4827.0, 4789.0, 4827.0, 4832.0, 4815.0, 4843.0, 4796.0, 4827.0, 4784.0, 4825.0, 4835.0, 4806.0, 4844.0, 4778.0, 4840.0, 4776.0, 4785.0, 4774.0, 4816.0, 4835.0, 4828.0, 4834.0, 4796.0, 4825.0, 4798.0, 4843.0, 4778.0, 4825.0, 4805.0, 4805.0, 4831.0, 4784.0, 4831.0, 4773.0, 4796.0, 4775.0, 4796.0, 4833.0, 4787.0, 4842.0, 4776.0, 4806.0, 4786.0, 4835.0, 4816.0, 4827.0, 4787.0, 4798.0, 4844.0, 4798.0, 4845.0, 4810.0, 4845.0, 4809.0, 4836.0, 4802.0, 4831.0, 4789.0, 4798.0, 4845.0, 4788.0, 4846.0, 4798.0, 4847.0, 4787.0, 4797.0, 4836.0, 4787.0, 4844.0, 4795.0, 4835.0, 4794.0, 4786.0, 4831.0, 4772.0, 4821.0, 4775.0, 4784.0, 4820.0, 4765.0, 4841.0, 4775.0, 4830.0, 4776.0, 4786.0, 4765.0, 4798.0, 4833.0, 4804.0, 4845.0, 4777.0, 4814.0, 4775.0, 4794.0, 4832.0, 4776.0, 4840.0, 4794.0, 4839.0, 4774.0, 4782.0, 4764.0, 4785.0, 4841.0, 4773.0, 4832.0, 4784.0, 4824.0, 4774.0, 4795.0, 4786.0, 4797.0, 4843.0, 4788.0, 4846.0, 4797.0, 4846.0, 4788.0, 4797.0, 4807.0, 4800.0, 4856.0, 4777.0, 4843.0, 4777.0, 4824.0, 4775.0, 4797.0, 4843.0, 4777.0, 4843.0, 4786.0, 4824.0, 4775.0, 4788.0, 4830.0, 4787.0, 4834.0, 4786.0, 4824.0, 4787.0, 4810.0, 4788.0, 4809.0, 4801.0, 4810.0, 4828.0, 4812.0, 4859.0, 4838.0, 4846.0, 4797.0, 4796.0, 4834.0, 4785.0, 4842.0, 4776.0, 4824.0, 4783.0, 4795.0, 4832.0, 4776.0, 4843.0, 4776.0, 4795.0, 4782.0, 4784.0, 4844.0, 4826.0, 4833.0, 4786.0, 4805.0, 4801.0, 4819.0, 4843.0, 4818.0, 4847.0, 4788.0, 4835.0, 4787.0, 4828.0, 4827.0, 4816.0, 4845.0, 4838.0, 4844.0, 4789.0, 4825.0, 4799.0, 4826.0, 4824.0, 4815.0, 4832.0, 4786.0, 4832.0, 4774.0, 4795.0, 4794.0, 4785.0, 4840.0, 4796.0, 4854.0, 4776.0, 4795.0, 4774.0, 4796.0, 4824.0, 4787.0, 4842.0, 4824.0, 4842.0, 4786.0, 4813.0, 4786.0, 4794.0, 4793.0, 4796.0, 4832.0, 4826.0, 4831.0, 4786.0, 4814.0, 4784.0, 4836.0, 4796.0, 4807.0, 4807.0, 4797.0, 4845.0, 4788.0, 4844.0, 4787.0, 4836.0, 4776.0, 4797.0, 4836.0, 4787.0, 4843.0, 4786.0, 4835.0, 4806.0, 4795.0, 4774.0, 4796.0, 4833.0, 4777.0, 4827.0, 4806.0, 4784.0, 4834.0, 4799.0, 4826.0, 4789.0, 4835.0, 4787.0, 4837.0, 4807.0, 4818.0, 4833.0, 4833.0, 4842.0, 4775.0, 4833.0, 4777.0, 4796.0, 4805.0, 4786.0, 4843.0, 4807.0, 4844.0, 4779.0, 4794.0, 4784.0, 4788.0, 4843.0, 4775.0, 4844.0, 4808.0, 4848.0, 4779.0, 4807.0, 4790.0, 4820.0, 4825.0, 4797.0, 4845.0, 4787.0, 4825.0, 4804.0, 4808.0, 4835.0, 4784.0, 4832.0, 4784.0, 4825.0, 4821.0, 4816.0, 4833.0, 4786.0, 4831.0, 4785.0, 4812.0, 4791.0, 4804.0, 4813.0, 4773.0, 4773.0, 4784.0, 4821.0, 4775.0, 4823.0, 4784.0, 4803.0, 4813.0, 4786.0, 4786.0, 4796.0, 4834.0, 4789.0, 4835.0, 4788.0, 4834.0, 4787.0, 4826.0, 4801.0, 4857.0, 4820.0, 4845.0, 4798.0, 4835.0, 4763.0, 4803.0, 4763.0, 4788.0, 4832.0, 4775.0, 4824.0, 4774.0, 4785.0, 4801.0, 4785.0, 4832.0, 4788.0, 4807.0, 4790.0, 4817.0, 4799.0, 4800.0, 4825.0, 4800.0, 4859.0, 4833.0, 4848.0, 4805.0, 4819.0, 4816.0, 4850.0, 4805.0, 4842.0, 4803.0, 4862.0, 4824.0, 4832.0, 4826.0, 4855.0, 4826.0, 4885.0, 4804.0, 4822.0, 4795.0, 4844.0, 4871.0, 4824.0, 4861.0, 4799.0, 4809.0, 4797.0, 4801.0, 4856.0, 4801.0, 4846.0, 4802.0, 4840.0, 4805.0, 4842.0, 4809.0, 4812.0, 4858.0, 4790.0, 4849.0, 4809.0, 4828.0, 4829.0, 4809.0, 4790.0, 4809.0, 4845.0, 4800.0, 4846.0, 4796.0, 4826.0, 4776.0, 4788.0, 4796.0, 4787.0, 4833.0, 4776.0, 4835.0, 4795.0, 4815.0, 4831.0, 4826.0, 4813.0, 4786.0, 4825.0, 4787.0, 4835.0, 4811.0, 4789.0, 4793.0, 4819.0, 4801.0, 4812.0, 4801.0, 4807.0, 4775.0, 4785.0, 4841.0, 4832.0, 4842.0, 4833.0, 4841.0, 4816.0, 4797.0, 4813.0, 4802.0, 4811.0, 4784.0, 4822.0, 4776.0, 4825.0, 4800.0, 4823.0, 4814.0, 4813.0, 4767.0, 4793.0, 4787.0, 4821.0, 4774.0, 4817.0, 4797.0, 4775.0, 4803.0, 4778.0, 4786.0, 4779.0, 4797.0, 4788.0, 4800.0, 4827.0, 4791.0, 4838.0, 4793.0, 4839.0, 4801.0, 4830.0, 4778.0, 4787.0, 4832.0, 4786.0, 4838.0, 4787.0, 4816.0, 4773.0, 4787.0, 4795.0, 4786.0, 4814.0, 4789.0, 4829.0, 4778.0, 4797.0, 4795.0, 4786.0, 4794.0, 4798.0, 4826.0, 4799.0, 4825.0], 'WindowWidth': [10620.0, 10658.0, 10569.0, 10582.0, 10491.0, 10599.0, 10511.0, 10577.0, 10452.0, 10507.0, 10446.0, 10545.0, 10472.0, 10487.0, 10490.0, 10560.0, 10483.0, 10564.0, 10514.0, 10525.0, 10481.0, 10468.0, 10441.0, 10456.0, 10525.0, 10461.0, 10523.0, 10447.0, 10508.0, 10471.0, 10529.0, 10450.0, 10478.0, 10433.0, 10478.0, 10437.0, 10446.0, 10467.0, 10446.0, 10492.0, 10439.0, 10476.0, 10432.0, 10478.0, 10414.0, 10445.0, 10431.0, 10458.0, 10407.0, 10425.0, 10416.0, 10463.0, 10418.0, 10449.0, 10499.0, 10432.0, 10534.0, 10462.0, 10511.0, 10466.0, 10508.0, 10422.0, 10442.0, 10416.0, 10474.0, 10475.0, 10475.0, 10505.0, 10508.0, 10502.0, 10427.0, 10433.0, 10419.0, 10432.0, 10421.0, 10428.0, 10487.0, 10463.0, 10489.0, 10435.0, 10504.0, 10433.0, 10491.0, 10424.0, 10513.0, 10473.0, 10519.0, 10441.0, 10460.0, 10407.0, 10450.0, 10492.0, 10434.0, 10524.0, 10454.0, 10491.0, 10430.0, 10440.0, 10398.0, 10448.0, 10518.0, 10418.0, 10504.0, 10451.0, 10482.0, 10420.0, 10447.0, 10481.0, 10438.0, 10508.0, 10424.0, 10500.0, 10458.0, 10505.0, 10466.0, 10451.0, 10510.0, 10433.0, 10489.0, 10445.0, 10483.0, 10476.0, 10469.0, 10503.0, 10443.0, 10522.0, 10423.0, 10445.0, 10436.0, 10489.0, 10424.0, 10454.0, 10510.0, 10438.0, 10510.0, 10435.0, 10498.0, 10471.0, 10478.0, 10508.0, 10445.0, 10490.0, 10420.0, 10484.0, 10426.0, 10483.0, 10500.0, 10471.0, 10519.0, 10427.0, 10439.0, 10428.0, 10444.0, 10476.0, 10447.0, 10503.0, 10486.0, 10521.0, 10450.0, 10456.0, 10450.0, 10471.0, 10482.0, 10508.0, 10514.0, 10469.0, 10525.0, 10449.0, 10484.0, 10454.0, 10472.0, 10495.0, 10444.0, 10504.0, 10468.0, 10504.0, 10419.0, 10455.0, 10426.0, 10464.0, 10515.0, 10479.0, 10526.0, 10474.0, 10519.0, 10479.0, 10475.0, 10452.0, 10458.0, 10418.0, 10478.0, 10499.0, 10494.0, 10518.0, 10468.0, 10528.0, 10439.0, 10509.0, 10464.0, 10505.0, 10399.0, 10446.0, 10465.0, 10429.0, 10501.0, 10432.0, 10495.0, 10461.0, 10508.0, 10438.0, 10428.0, 10485.0, 10447.0, 10487.0, 10420.0, 10478.0, 10438.0, 10444.0, 10481.0, 10424.0, 10485.0, 10427.0, 10492.0, 10435.0, 10442.0, 10485.0, 10434.0, 10473.0, 10437.0, 10495.0, 10425.0, 10485.0, 10487.0, 10454.0, 10510.0, 10447.0, 10452.0, 10448.0, 10474.0, 10447.0, 10491.0, 10509.0, 10455.0, 10531.0, 10455.0, 10474.0, 10453.0, 10505.0, 10475.0, 10497.0, 10513.0, 10459.0, 10528.0, 10445.0, 10519.0, 10479.0, 10478.0, 10523.0, 10485.0, 10438.0, 10475.0, 10505.0, 10459.0, 10529.0, 10439.0, 10504.0, 10465.0, 10487.0, 10507.0, 10490.0, 10513.0, 10431.0, 10513.0, 10419.0, 10490.0, 10477.0, 10511.0, 10449.0, 10463.0, 10436.0, 10448.0, 10509.0, 10437.0, 10522.0, 10464.0, 10505.0, 10433.0, 10465.0, 10435.0, 10453.0, 10506.0, 10458.0, 10531.0, 10452.0, 10500.0, 10451.0, 10475.0, 10460.0, 10450.0, 10523.0, 10452.0, 10524.0, 10445.0, 10504.0, 10463.0, 10498.0, 10493.0, 10457.0, 10530.0, 10460.0, 10532.0, 10471.0, 10538.0, 10464.0, 10494.0, 10451.0, 10490.0, 10517.0, 10476.0, 10556.0, 10480.0, 10544.0, 10475.0, 10478.0, 10523.0, 10476.0, 10549.0, 10464.0, 10542.0, 10501.0, 10532.0, 10460.0, 10477.0, 10531.0, 10459.0, 10533.0, 10442.0, 10483.0, 10532.0, 10485.0, 10524.0, 10476.0, 10521.0, 10466.0, 10491.0, 10499.0, 10481.0, 10524.0, 10492.0, 10530.0, 10464.0, 10458.0, 10453.0, 10495.0, 10478.0, 10460.0, 10531.0, 10458.0, 10513.0, 10457.0, 10495.0, 10506.0, 10502.0, 10540.0, 10498.0, 10530.0, 10459.0, 10517.0, 10446.0, 10522.0, 10484.0, 10526.0, 10470.0, 10487.0, 10499.0, 10476.0, 10545.0, 10541.0, 10548.0, 10475.0, 10550.0, 10464.0, 10512.0, 10463.0, 10510.0, 10512.0, 10491.0, 10527.0, 10468.0, 10510.0, 10451.0, 10507.0, 10519.0, 10482.0, 10529.0, 10444.0, 10519.0, 10440.0, 10451.0, 10434.0, 10493.0, 10515.0, 10515.0, 10517.0, 10469.0, 10506.0, 10471.0, 10528.0, 10443.0, 10504.0, 10474.0, 10476.0, 10507.0, 10448.0, 10506.0, 10431.0, 10465.0, 10434.0, 10466.0, 10512.0, 10456.0, 10525.0, 10441.0, 10480.0, 10455.0, 10520.0, 10495.0, 10513.0, 10456.0, 10474.0, 10531.0, 10473.0, 10531.0, 10491.0, 10533.0, 10492.0, 10524.0, 10487.0, 10523.0, 10462.0, 10473.0, 10532.0, 10459.0, 10534.0, 10471.0, 10537.0, 10458.0, 10470.0, 10521.0, 10457.0, 10527.0, 10463.0, 10518.0, 10460.0, 10452.0, 10506.0, 10429.0, 10492.0, 10434.0, 10447.0, 10488.0, 10421.0, 10521.0, 10438.0, 10506.0, 10439.0, 10452.0, 10424.0, 10472.0, 10513.0, 10474.0, 10530.0, 10440.0, 10487.0, 10438.0, 10462.0, 10508.0, 10438.0, 10518.0, 10460.0, 10518.0, 10434.0, 10443.0, 10419.0, 10450.0, 10521.0, 10432.0, 10509.0, 10447.0, 10499.0, 10435.0, 10465.0, 10452.0, 10472.0, 10529.0, 10460.0, 10535.0, 10472.0, 10535.0, 10460.0, 10471.0, 10484.0, 10481.0, 10548.0, 10443.0, 10529.0, 10443.0, 10503.0, 10439.0, 10471.0, 10526.0, 10442.0, 10526.0, 10452.0, 10501.0, 10439.0, 10458.0, 10506.0, 10457.0, 10515.0, 10453.0, 10504.0, 10458.0, 10494.0, 10464.0, 10492.0, 10482.0, 10495.0, 10515.0, 10501.0, 10559.0, 10528.0, 10534.0, 10469.0, 10469.0, 10514.0, 10451.0, 10525.0, 10441.0, 10501.0, 10443.0, 10463.0, 10510.0, 10439.0, 10526.0, 10439.0, 10465.0, 10443.0, 10451.0, 10528.0, 10507.0, 10514.0, 10457.0, 10481.0, 10483.0, 10506.0, 10531.0, 10501.0, 10539.0, 10460.0, 10520.0, 10458.0, 10516.0, 10510.0, 10494.0, 10532.0, 10526.0, 10529.0, 10460.0, 10507.0, 10475.0, 10508.0, 10501.0, 10491.0, 10511.0, 10453.0, 10510.0, 10434.0, 10463.0, 10461.0, 10451.0, 10520.0, 10466.0, 10545.0, 10441.0, 10464.0, 10436.0, 10468.0, 10505.0, 10456.0, 10525.0, 10502.0, 10525.0, 10452.0, 10485.0, 10454.0, 10462.0, 10459.0, 10466.0, 10510.0, 10507.0, 10511.0, 10456.0, 10489.0, 10450.0, 10520.0, 10467.0, 10486.0, 10483.0, 10474.0, 10536.0, 10460.0, 10531.0, 10454.0, 10522.0, 10442.0, 10471.0, 10521.0, 10458.0, 10528.0, 10452.0, 10520.0, 10478.0, 10464.0, 10436.0, 10467.0, 10513.0, 10443.0, 10511.0, 10481.0, 10449.0, 10516.0, 10477.0, 10507.0, 10462.0, 10519.0, 10457.0, 10525.0, 10483.0, 10498.0, 10511.0, 10513.0, 10526.0, 10438.0, 10513.0, 10443.0, 10467.0, 10476.0, 10452.0, 10526.0, 10483.0, 10530.0, 10449.0, 10464.0, 10448.0, 10461.0, 10527.0, 10438.0, 10530.0, 10489.0, 10542.0, 10450.0, 10488.0, 10468.0, 10506.0, 10506.0, 10471.0, 10533.0, 10456.0, 10505.0, 10472.0, 10484.0, 10517.0, 10451.0, 10511.0, 10449.0, 10503.0, 10492.0, 10492.0, 10512.0, 10451.0, 10507.0, 10451.0, 10484.0, 10451.0, 10473.0, 10482.0, 10432.0, 10432.0, 10450.0, 10495.0, 10437.0, 10499.0, 10448.0, 10473.0, 10485.0, 10453.0, 10454.0, 10470.0, 10516.0, 10465.0, 10520.0, 10459.0, 10517.0, 10458.0, 10508.0, 10481.0, 10554.0, 10505.0, 10531.0, 10471.0, 10515.0, 10418.0, 10470.0, 10416.0, 10457.0, 10508.0, 10434.0, 10499.0, 10432.0, 10450.0, 10467.0, 10451.0, 10512.0, 10462.0, 10482.0, 10463.0, 10499.0, 10476.0, 10480.0, 10508.0, 10479.0, 10560.0, 10530.0, 10544.0, 10496.0, 10510.0, 10514.0, 10551.0, 10495.0, 10543.0, 10489.0, 10571.0, 10519.0, 10531.0, 10529.0, 10565.0, 10529.0, 10607.0, 10492.0, 10513.0, 10479.0, 10547.0, 10583.0, 10517.0, 10565.0, 10477.0, 10490.0, 10472.0, 10484.0, 10552.0, 10482.0, 10537.0, 10487.0, 10537.0, 10495.0, 10544.0, 10492.0, 10499.0, 10557.0, 10466.0, 10544.0, 10490.0, 10515.0, 10519.0, 10489.0, 10467.0, 10493.0, 10536.0, 10478.0, 10537.0, 10467.0, 10511.0, 10439.0, 10457.0, 10464.0, 10456.0, 10511.0, 10442.0, 10521.0, 10465.0, 10490.0, 10506.0, 10506.0, 10485.0, 10456.0, 10507.0, 10460.0, 10523.0, 10499.0, 10464.0, 10475.0, 10508.0, 10485.0, 10501.0, 10482.0, 10486.0, 10433.0, 10453.0, 10536.0, 10526.0, 10541.0, 10524.0, 10533.0, 10489.0, 10462.0, 10480.0, 10464.0, 10474.0, 10441.0, 10492.0, 10434.0, 10502.0, 10476.0, 10495.0, 10483.0, 10479.0, 10421.0, 10452.0, 10452.0, 10490.0, 10429.0, 10493.0, 10464.0, 10431.0, 10468.0, 10440.0, 10447.0, 10445.0, 10468.0, 10456.0, 10477.0, 10507.0, 10462.0, 10524.0, 10472.0, 10529.0, 10478.0, 10515.0, 10440.0, 10454.0, 10507.0, 10451.0, 10524.0, 10452.0, 10489.0, 10428.0, 10453.0, 10461.0, 10450.0, 10485.0, 10461.0, 10512.0, 10445.0, 10467.0, 10460.0, 10451.0, 10460.0, 10473.0, 10507.0, 10475.0, 10503.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.008334489092996555</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.025917519632606197</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.329345444344796</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.3080484928735625</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1268733045632187</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4792</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5820.4043</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10936739356451573</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>60</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>6.888633754305396</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4522828732459665</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4437192144644664</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6491664822934946</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.263962922979939</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0103818</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011471283622086048</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.026979560032486916</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.851714320388171</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>36.1564</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.1387</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>191.7758</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>296323.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>856.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>374.9923</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5932</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>655.6678</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3955.6919</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4176.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>80221.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1280.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5194.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1084.1858</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>37.32702326076105</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> |