=== 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-0127 --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-0127",
"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-0127_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-0127_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-0127_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-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0127/figures/sub-0127_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-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127/ses-04/func/sub-0127_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>f1be3505640e22bdcb00a3b41cffa4d7</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>20:47:12.220000</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.999972, 0.000374341, -0.0074723, -0.000872669, 0.997766, -0.0667986]</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.259</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.0877603</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>14</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4200, -7749, -7240, 267, -199, 132, -86, 129]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>248.836</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>14928f2d-030f-4e38-a73b-c82a3026077a||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.682851791381836, -0.002341305837035179, -0.020062623545527458, 113.05838012695312], [-0.0010043297661468387, 2.676933526992798, -0.1803688257932663, -97.25082397460938], [-0.020047631114721298, 0.17921581864356995, 2.6938939094543457, -92.00786590576172], [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': ['204712.220000', '204712.680000', '204713.140000', '204713.600000', '204714.060000', '204714.520000', '204714.980000', '204715.440000', '204715.900000', '204716.360000', '204716.820000', '204717.280000', '204717.740000', '204718.200000', '204718.660000', '204719.120000', '204719.580000', '204720.040000', '204720.500000', '204720.960000', '204721.420000', '204721.880000', '204722.340000', '204722.800000', '204723.260000', '204723.720000', '204724.180000', '204724.640000', '204725.100000', '204725.560000', '204726.020000', '204726.480000', '204726.940000', '204727.400000', '204727.860000', '204728.320000', '204728.780000', '204729.240000', '204729.700000', '204730.160000', '204730.620000', '204731.080000', '204731.540000', '204732.000000', '204732.460000', '204732.920000', '204733.380000', '204733.840000', '204734.300000', '204734.760000', '204735.220000', '204735.680000', '204736.140000', '204736.600000', '204737.060000', '204737.520000', '204737.980000', '204738.440000', '204738.900000', '204739.360000', '204739.820000', '204740.280000', '204740.740000', '204741.200000', '204741.660000', '204742.120000', '204742.580000', '204743.040000', '204743.500000', '204743.960000', '204744.420000', '204744.880000', '204745.340000', '204745.800000', '204746.260000', '204746.720000', '204747.180000', '204747.640000', '204748.100000', '204748.560000', '204749.020000', '204749.480000', '204749.940000', '204750.400000', '204750.860000', '204751.320000', '204751.780000', '204752.240000', '204752.700000', '204753.160000', '204753.620000', '204754.080000', '204754.540000', '204755.000000', '204755.460000', '204755.920000', '204756.380000', '204756.840000', '204757.300000', '204757.760000', '204758.220000', '204758.680000', '204759.140000', '204759.600000', '204800.060000', '204800.520000', '204800.980000', '204801.440000', '204801.900000', '204802.360000', '204802.820000', '204803.280000', '204803.740000', '204804.200000', '204804.660000', '204805.120000', '204805.580000', '204806.040000', '204806.500000', '204806.960000', '204807.420000', '204807.880000', '204808.340000', '204808.800000', '204809.260000', '204809.720000', '204810.180000', '204810.640000', '204811.100000', '204811.560000', '204812.020000', '204812.480000', '204812.940000', '204813.400000', '204813.860000', '204814.320000', '204814.780000', '204815.240000', '204815.700000', '204816.160000', '204816.620000', '204817.080000', '204817.540000', '204818.000000', '204818.460000', '204818.920000', '204819.380000', '204819.840000', '204820.300000', '204820.760000', '204821.220000', '204821.680000', '204822.140000', '204822.600000', '204823.060000', '204823.520000', '204823.980000', '204824.440000', '204824.900000', '204825.360000', '204825.820000', '204826.280000', '204826.740000', '204827.200000', '204827.660000', '204828.120000', '204828.580000', '204829.040000', '204829.500000', '204829.960000', '204830.420000', '204830.880000', '204831.340000', '204831.800000', '204832.260000', '204832.720000', '204833.180000', '204833.640000', '204834.100000', '204834.560000', '204835.020000', '204835.480000', '204835.940000', '204836.400000', '204836.860000', '204837.320000', '204837.780000', '204838.240000', '204838.700000', '204839.160000', '204839.620000', '204840.080000', '204840.540000', '204841.000000', '204841.460000', '204841.920000', '204842.380000', '204842.840000', '204843.300000', '204843.760000', '204844.220000', '204844.680000', '204845.140000', '204845.600000', '204846.060000', '204846.520000', '204846.980000', '204847.440000', '204847.900000', '204848.360000', '204848.820000', '204849.280000', '204849.740000', '204850.200000', '204850.660000', '204851.120000', '204851.580000', '204852.040000', '204852.500000', '204852.960000', '204853.420000', '204853.880000', '204854.340000', '204854.800000', '204855.260000', '204855.720000', '204856.180000', '204856.640000', '204857.100000', '204857.560000', '204858.020000', '204858.480000', '204858.940000', '204859.400000', '204859.860000', '204900.320000', '204900.780000', '204901.240000', '204901.700000', '204902.160000', '204902.620000', '204903.080000', '204903.540000', '204904.000000', '204904.460000', '204904.920000', '204905.380000', '204905.840000', '204906.300000', '204906.760000', '204907.220000', '204907.680000', '204908.140000', '204908.600000', '204909.060000', '204909.520000', '204909.980000', '204910.440000', '204910.900000', '204911.360000', '204911.820000', '204912.280000', '204912.740000', '204913.200000', '204913.660000', '204914.120000', '204914.580000', '204915.040000', '204915.500000', '204915.960000', '204916.420000', '204916.880000', '204917.340000', '204917.800000', '204918.260000', '204918.720000', '204919.180000', '204919.640000', '204920.100000', '204920.560000', '204921.020000', '204921.480000', '204921.940000', '204922.400000', '204922.860000', '204923.320000', '204923.780000', '204924.240000', '204924.700000', '204925.160000', '204925.620000', '204926.080000', '204926.540000', '204927.000000', '204927.460000', '204927.920000', '204928.380000', '204928.840000', '204929.300000', '204929.760000', '204930.220000', '204930.680000', '204931.140000', '204931.600000', '204932.060000', '204932.520000', '204932.980000', '204933.440000', '204933.900000', '204934.360000', '204934.820000', '204935.280000', '204935.740000', '204936.200000', '204936.660000', '204937.120000', '204937.580000', '204938.040000', '204938.500000', '204938.960000', '204939.420000', '204939.880000', '204940.340000', '204940.800000', '204941.260000', '204941.720000', '204942.180000', '204942.640000', '204943.100000', '204943.560000', '204944.020000', '204944.480000', '204944.940000', '204945.400000', '204945.860000', '204946.320000', '204946.780000', '204947.240000', '204947.700000', '204948.160000', '204948.620000', '204949.080000', '204949.540000', '204950.000000', '204950.460000', '204950.920000', '204951.380000', '204951.840000', '204952.300000', '204952.760000', '204953.220000', '204953.680000', '204954.140000', '204954.600000', '204955.060000', '204955.520000', '204955.980000', '204956.440000', '204956.900000', '204957.360000', '204957.820000', '204958.280000', '204958.740000', '204959.200000', '204959.660000', '205000.120000', '205000.580000', '205001.040000', '205001.500000', '205001.960000', '205002.420000', '205002.880000', '205003.340000', '205003.800000', '205004.260000', '205004.720000', '205005.180000', '205005.640000', '205006.100000', '205006.560000', '205007.020000', '205007.480000', '205007.940000', '205008.400000', '205008.860000', '205009.320000', '205009.780000', '205010.240000', '205010.700000', '205011.160000', '205011.620000', '205012.080000', '205012.540000', '205013.000000', '205013.460000', '205013.920000', '205014.380000', '205014.840000', '205015.300000', '205015.760000', '205016.220000', '205016.680000', '205017.140000', '205017.600000', '205018.060000', '205018.520000', '205018.980000', '205019.440000', '205019.900000', '205020.360000', '205020.820000', '205021.280000', '205021.740000', '205022.200000', '205022.660000', '205023.120000', '205023.580000', '205024.040000', '205024.500000', '205024.960000', '205025.420000', '205025.880000', '205026.340000', '205026.800000', '205027.260000', '205027.720000', '205028.180000', '205028.640000', '205029.100000', '205029.560000', '205030.020000', '205030.480000', '205030.940000', '205031.400000', '205031.860000', '205032.320000', '205032.780000', '205033.240000', '205033.700000', '205034.160000', '205034.620000', '205035.080000', '205035.540000', '205036.000000', '205036.460000', '205036.920000', '205037.380000', '205037.840000', '205038.300000', '205038.760000', '205039.220000', '205039.680000', '205040.140000', '205040.600000', '205041.060000', '205041.520000', '205041.980000', '205042.440000', '205042.900000', '205043.360000', '205043.820000', '205044.280000', '205044.740000', '205045.200000', '205045.660000', '205046.120000', '205046.580000', '205047.040000', '205047.500000', '205047.960000', '205048.420000', '205048.880000', '205049.340000', '205049.800000', '205050.260000', '205050.720000', '205051.180000', '205051.640000', '205052.100000', '205052.560000', '205053.020000', '205053.480000', '205053.940000', '205054.400000', '205054.860000', '205055.320000', '205055.780000', '205056.240000', '205056.700000', '205057.160000', '205057.620000', '205058.080000', '205058.540000', '205059.000000', '205059.460000', '205059.920000', '205100.380000', '205100.840000', '205101.300000', '205101.760000', '205102.220000', '205102.680000', '205103.140000', '205103.600000', '205104.060000', '205104.520000', '205104.980000', '205105.440000', '205105.900000', '205106.360000', '205106.820000', '205107.280000', '205107.740000', '205108.200000', '205108.660000', '205109.120000', '205109.580000', '205110.040000', '205110.500000', '205110.960000', '205111.420000', '205111.880000', '205112.340000', '205112.800000', '205113.260000', '205113.720000', '205114.180000', '205114.640000', '205115.100000', '205115.560000', '205116.020000', '205116.480000', '205116.940000', '205117.400000', '205117.860000', '205118.320000', '205118.780000', '205119.240000', '205119.700000', '205120.160000', '205120.620000', '205121.080000', '205121.540000', '205122.000000', '205122.460000', '205122.920000', '205123.380000', '205123.840000', '205124.300000', '205124.760000', '205125.220000', '205125.680000', '205126.140000', '205126.600000', '205127.060000', '205127.520000', '205127.980000', '205128.440000', '205128.900000', '205129.360000', '205129.820000', '205130.280000', '205130.740000', '205131.200000', '205131.660000', '205132.120000', '205132.580000', '205133.040000', '205133.500000', '205133.960000', '205134.420000', '205134.880000', '205135.340000', '205135.800000', '205136.260000', '205136.720000', '205137.180000', '205137.640000', '205138.100000', '205138.560000', '205139.020000', '205139.480000', '205139.940000', '205140.400000', '205140.860000', '205141.320000', '205141.780000', '205142.240000', '205142.700000', '205143.160000', '205143.620000', '205144.080000', '205144.540000', '205145.000000', '205145.460000', '205145.920000', '205146.380000', '205146.840000', '205147.300000', '205147.760000', '205148.220000', '205148.680000', '205149.140000', '205149.600000', '205150.060000', '205150.520000', '205150.980000', '205151.440000', '205151.900000', '205152.360000', '205152.820000', '205153.280000', '205153.740000', '205154.200000', '205154.660000', '205155.120000', '205155.580000', '205156.040000', '205156.500000', '205156.960000', '205157.420000', '205157.880000', '205158.340000', '205158.800000', '205159.260000', '205159.720000', '205200.180000', '205200.640000', '205201.100000', '205201.560000', '205202.020000', '205202.480000', '205202.940000', '205203.400000', '205203.860000', '205204.320000', '205204.780000', '205205.240000', '205205.700000', '205206.160000', '205206.620000', '205207.080000', '205207.540000', '205208.000000', '205208.460000', '205208.920000', '205209.380000', '205209.840000', '205210.300000', '205210.760000', '205211.220000', '205211.680000', '205212.140000', '205212.600000', '205213.060000', '205213.520000', '205213.980000', '205214.440000', '205214.900000', '205215.360000', '205215.820000', '205216.280000', '205216.740000', '205217.200000', '205217.660000', '205218.120000', '205218.580000', '205219.040000', '205219.500000', '205219.960000', '205220.420000', '205220.880000', '205221.340000', '205221.800000', '205222.260000', '205222.720000', '205223.180000', '205223.640000', '205224.100000', '205224.560000', '205225.020000', '205225.480000', '205225.940000', '205226.400000', '205226.860000', '205227.320000', '205227.780000', '205228.240000', '205228.700000', '205229.160000', '205229.620000', '205230.080000', '205230.540000', '205231.000000', '205231.460000', '205231.920000', '205232.380000', '205232.840000', '205233.300000', '205233.760000', '205234.220000', '205234.680000', '205235.140000', '205235.600000', '205236.060000', '205236.520000', '205236.980000', '205237.440000', '205237.900000', '205238.360000', '205238.820000', '205239.280000', '205239.740000', '205240.200000', '205240.660000', '205241.120000', '205241.580000', '205242.040000', '205242.500000', '205242.960000', '205243.420000', '205243.880000', '205244.340000', '205244.800000', '205245.260000', '205245.720000', '205246.180000', '205246.640000', '205247.100000', '205247.560000', '205248.020000', '205248.480000', '205248.940000', '205249.400000', '205249.860000', '205250.320000', '205250.780000', '205251.240000', '205251.700000', '205252.160000', '205252.620000', '205253.080000', '205253.540000', '205254.000000', '205254.460000', '205254.920000', '205255.380000', '205255.840000', '205256.300000', '205256.760000', '205257.220000', '205257.680000', '205258.140000', '205258.600000', '205259.060000', '205259.520000', '205259.980000', '205300.440000', '205300.900000', '205301.360000', '205301.820000', '205302.280000', '205302.740000', '205303.200000', '205303.660000', '205304.120000', '205304.580000', '205305.040000', '205305.500000', '205305.960000', '205306.420000', '205306.880000', '205307.340000', '205307.800000', '205308.260000', '205308.720000', '205309.180000', '205309.640000', '205310.100000', '205310.560000', '205311.020000', '205311.480000', '205311.940000', '205312.400000', '205312.860000', '205313.320000', '205313.780000', '205314.240000', '205314.700000', '205315.160000', '205315.620000', '205316.080000', '205316.540000', '205317.000000', '205317.460000', '205317.920000', '205318.380000', '205318.840000', '205319.300000', '205319.760000', '205320.220000', '205320.680000', '205321.140000', '205321.600000', '205322.060000', '205322.520000', '205322.980000', '205323.440000', '205323.900000', '205324.360000', '205324.820000', '205325.280000', '205325.740000', '205326.200000', '205326.660000', '205327.120000', '205327.580000', '205328.040000', '205328.500000', '205328.960000', '205329.420000', '205329.880000', '205330.340000', '205330.800000', '205331.260000', '205331.720000', '205332.180000', '205332.640000', '205333.100000', '205333.560000', '205334.020000', '205334.480000', '205334.940000', '205335.400000', '205335.860000', '205336.320000', '205336.780000', '205337.240000', '205337.700000', '205338.160000', '205338.620000', '205339.080000', '205339.540000', '205340.000000', '205340.460000', '205340.920000', '205341.380000', '205341.840000', '205342.300000', '205342.760000', '205343.220000', '205343.680000', '205344.140000', '205344.600000', '205345.060000', '205345.520000', '205345.980000', '205346.440000', '205346.900000', '205347.360000', '205347.820000', '205348.280000', '205348.740000', '205349.200000', '205349.660000', '205350.120000', '205350.580000', '205351.040000', '205351.500000', '205351.960000', '205352.420000', '205352.880000'], 'ContentTime': ['204728.282000', '204728.285000', '204728.288000', '204728.290000', '204728.293000', '204728.296000', '204728.298000', '204728.301000', '204728.303000', '204728.306000', '204728.309000', '204728.311000', '204728.314000', '204728.316000', '204728.319000', '204728.328000', '204728.331000', '204728.333000', '204728.336000', '204728.339000', '204728.341000', '204728.344000', '204728.346000', '204728.349000', '204728.351000', '204728.354000', '204728.357000', '204728.360000', '204728.363000', '204728.366000', '204728.368000', '204728.371000', '204728.373000', '204748.256000', '204748.259000', '204748.262000', '204748.264000', '204748.267000', '204748.269000', '204748.272000', '204748.274000', '204748.277000', '204748.280000', '204748.282000', '204748.285000', '204748.287000', '204748.290000', '204748.292000', '204748.295000', '204748.297000', '204748.300000', '204748.308000', '204748.311000', '204748.313000', '204748.316000', '204748.319000', '204748.321000', '204748.324000', '204748.327000', '204748.329000', '204748.332000', '204748.334000', '204748.337000', '204748.340000', '204748.342000', '204748.345000', '204748.347000', '204748.350000', '204748.352000', '204748.355000', '204748.358000', '204748.360000', '204748.363000', '204748.366000', '204748.368000', '204748.371000', '204748.373000', '204808.256000', '204808.259000', '204808.262000', '204808.264000', '204808.267000', '204808.269000', '204808.272000', '204808.275000', '204808.277000', '204808.280000', '204808.282000', '204808.285000', '204808.287000', '204808.298000', '204808.301000', '204808.304000', '204808.306000', '204808.309000', '204808.311000', '204808.314000', '204808.317000', '204808.327000', '204808.330000', '204808.332000', '204808.335000', '204808.338000', '204808.341000', '204808.344000', '204808.346000', '204808.349000', '204808.352000', '204808.354000', '204808.357000', '204808.359000', '204808.362000', '204808.364000', '204808.367000', '204808.370000', '204808.372000', '204808.375000', '204808.377000', '204808.380000', '204808.383000', '204828.256000', '204828.259000', '204828.262000', '204828.264000', '204828.267000', '204828.270000', '204828.272000', '204828.275000', '204828.277000', '204828.280000', '204828.282000', '204828.285000', '204828.288000', '204828.290000', '204828.293000', '204828.295000', '204828.298000', '204828.301000', '204828.303000', '204828.306000', '204828.308000', '204828.311000', '204828.313000', '204828.316000', '204828.319000', '204828.321000', '204828.324000', '204828.326000', '204828.329000', '204828.331000', '204828.334000', '204828.337000', '204828.339000', '204828.342000', '204828.344000', '204828.347000', '204828.349000', '204828.352000', '204828.355000', '204828.357000', '204828.360000', '204828.363000', '204828.365000', '204828.368000', '204848.255000', '204848.258000', '204848.261000', '204848.263000', '204848.266000', '204848.268000', '204848.271000', '204848.273000', '204848.276000', '204848.279000', '204848.281000', '204848.284000', '204848.286000', '204848.289000', '204848.291000', '204848.294000', '204848.296000', '204848.299000', '204848.302000', '204848.304000', '204848.307000', '204848.309000', '204848.312000', '204848.315000', '204848.317000', '204848.320000', '204848.322000', '204848.325000', '204848.328000', '204848.330000', '204848.333000', '204848.335000', '204848.338000', '204848.341000', '204848.343000', '204848.346000', '204848.348000', '204848.351000', '204848.354000', '204848.356000', '204848.359000', '204848.361000', '204848.365000', '204908.255000', '204908.258000', '204908.261000', '204908.263000', '204908.266000', '204908.269000', '204908.271000', '204908.274000', '204908.276000', '204908.279000', '204908.282000', '204908.284000', '204908.287000', '204908.289000', '204908.292000', '204908.295000', '204908.297000', '204908.300000', '204908.302000', '204908.305000', '204908.308000', '204908.310000', '204908.313000', '204908.315000', '204908.318000', '204908.320000', '204908.323000', '204908.326000', '204908.328000', '204908.331000', '204908.333000', '204908.336000', '204908.339000', '204908.341000', '204908.344000', '204908.346000', '204908.349000', '204908.352000', '204908.354000', '204908.357000', '204908.359000', '204908.362000', '204908.365000', '204908.367000', '204928.256000', '204928.259000', '204928.262000', '204928.264000', '204928.267000', '204928.270000', '204928.272000', '204928.275000', '204928.277000', '204928.280000', '204928.282000', '204928.285000', '204928.288000', '204928.290000', '204928.293000', '204928.296000', '204928.298000', '204928.301000', '204928.303000', '204928.306000', '204928.308000', '204928.311000', '204928.314000', '204928.316000', '204928.319000', '204928.321000', '204928.324000', '204928.327000', '204928.329000', '204928.332000', '204928.334000', '204928.337000', '204928.339000', '204928.342000', '204928.345000', '204928.347000', '204928.350000', '204928.352000', '204928.355000', '204928.357000', '204928.360000', '204928.363000', '204928.365000', '204948.256000', '204948.259000', '204948.262000', '204948.264000', '204948.267000', '204948.270000', '204948.272000', '204948.275000', '204948.278000', '204948.280000', '204948.283000', '204948.285000', '204948.288000', '204948.291000', '204948.293000', '204948.296000', '204948.298000', '204948.301000', '204948.304000', '204948.306000', '204948.309000', '204948.311000', '204948.314000', '204948.317000', '204948.319000', '204948.322000', '204948.324000', '204948.327000', '204948.329000', '204948.332000', '204948.335000', '204948.363000', '204948.366000', '204948.368000', '204948.371000', '204948.374000', '204948.376000', '204948.379000', '204948.381000', '204948.384000', '204948.386000', '204948.389000', '204948.392000', '204948.394000', '205008.257000', '205008.260000', '205008.262000', '205008.265000', '205008.267000', '205008.270000', '205008.272000', '205008.275000', '205008.278000', '205008.280000', '205008.283000', '205008.285000', '205008.288000', '205008.291000', '205008.293000', '205008.296000', '205008.298000', '205008.301000', '205008.303000', '205008.306000', '205008.309000', '205008.311000', '205008.314000', '205008.316000', '205008.319000', '205008.321000', '205008.324000', '205008.327000', '205008.329000', '205008.332000', '205008.335000', '205008.337000', '205008.340000', '205008.342000', '205008.345000', '205008.348000', '205008.350000', '205008.353000', '205008.355000', '205008.358000', '205008.361000', '205008.363000', '205008.366000', '205028.256000', '205028.259000', '205028.262000', '205028.265000', '205028.267000', '205028.270000', '205028.272000', '205028.275000', '205028.278000', '205028.280000', '205028.283000', '205028.285000', '205028.288000', '205028.291000', '205028.293000', '205028.296000', '205028.298000', '205028.301000', '205028.304000', '205028.306000', '205028.309000', '205028.311000', '205028.314000', '205028.317000', '205028.319000', '205028.322000', '205028.324000', '205028.327000', '205028.329000', '205028.332000', '205028.335000', '205028.337000', '205028.340000', '205028.342000', '205028.345000', '205028.348000', '205028.350000', '205028.353000', '205028.355000', '205028.358000', '205028.361000', '205028.363000', '205028.366000', '205028.368000', '205048.256000', '205048.259000', '205048.262000', '205048.264000', '205048.267000', '205048.269000', '205048.272000', '205048.275000', '205048.277000', '205048.280000', '205048.282000', '205048.285000', '205048.287000', '205048.290000', '205048.293000', '205048.295000', '205048.298000', '205048.301000', '205048.303000', '205048.306000', '205048.308000', '205048.311000', '205048.314000', '205048.316000', '205048.319000', '205048.321000', '205048.324000', '205048.327000', '205048.329000', '205048.332000', '205048.334000', '205048.337000', '205048.340000', '205048.342000', '205048.345000', '205048.347000', '205048.350000', '205048.353000', '205048.355000', '205048.358000', '205048.361000', '205048.363000', '205048.366000', '205108.255000', '205108.258000', '205108.261000', '205108.264000', '205108.267000', '205108.269000', '205108.272000', '205108.275000', '205108.277000', '205108.280000', '205108.282000', '205108.285000', '205108.287000', '205108.290000', '205108.293000', '205108.295000', '205108.298000', '205108.301000', '205108.303000', '205108.306000', '205108.308000', '205108.311000', '205108.314000', '205108.317000', '205108.319000', '205108.322000', '205108.325000', '205108.327000', '205108.330000', '205108.333000', '205108.335000', '205108.338000', '205108.340000', '205108.343000', '205108.346000', '205108.348000', '205108.351000', '205108.353000', '205108.356000', '205108.359000', '205108.361000', '205108.364000', '205108.366000', '205108.369000', '205128.255000', '205128.258000', '205128.261000', '205128.264000', '205128.266000', '205128.269000', '205128.271000', '205128.274000', '205128.277000', '205128.279000', '205128.282000', '205128.285000', '205128.310000', '205128.313000', '205128.315000', '205128.318000', '205128.321000', '205128.323000', '205128.326000', '205128.328000', '205128.331000', '205128.333000', '205128.336000', '205128.339000', '205128.341000', '205128.344000', '205128.346000', '205128.349000', '205128.352000', '205128.354000', '205128.357000', '205128.359000', '205128.362000', '205128.365000', '205128.367000', '205128.370000', '205128.372000', '205128.375000', '205128.378000', '205128.380000', '205128.383000', '205128.385000', '205128.388000', '205148.257000', '205148.259000', '205148.262000', '205148.265000', '205148.267000', '205148.270000', '205148.272000', '205148.275000', '205148.277000', '205148.280000', '205148.283000', '205148.285000', '205148.288000', '205148.291000', '205148.293000', '205148.296000', '205148.298000', '205148.301000', '205148.304000', '205148.306000', '205148.309000', '205148.311000', '205148.314000', '205148.317000', '205148.319000', '205148.322000', '205148.324000', '205148.327000', '205148.330000', '205148.332000', '205148.335000', '205148.338000', '205148.340000', '205148.343000', '205148.346000', '205148.348000', '205148.351000', '205148.353000', '205148.356000', '205148.359000', '205148.361000', '205148.364000', '205148.366000', '205148.369000', '205208.256000', '205208.259000', '205208.262000', '205208.265000', '205208.267000', '205208.270000', '205208.272000', '205208.275000', '205208.278000', '205208.280000', '205208.283000', '205208.286000', '205208.288000', '205208.291000', '205208.294000', '205208.296000', '205208.299000', '205208.301000', '205208.304000', '205208.307000', '205208.309000', '205208.312000', '205208.315000', '205208.317000', '205208.320000', '205208.323000', '205208.325000', '205208.328000', '205208.331000', '205208.333000', '205208.336000', '205208.339000', '205208.341000', '205208.344000', '205208.346000', '205208.349000', '205208.352000', '205208.354000', '205208.357000', '205208.360000', '205208.362000', '205208.365000', '205208.367000', '205228.257000', '205228.260000', '205228.262000', '205228.265000', '205228.267000', '205228.270000', '205228.273000', '205228.275000', '205228.278000', '205228.280000', '205228.283000', '205228.286000', '205228.288000', '205228.291000', '205228.294000', '205228.296000', '205228.299000', '205228.302000', '205228.305000', '205228.308000', '205228.310000', '205228.313000', '205228.315000', '205228.318000', '205228.321000', '205228.323000', '205228.326000', '205228.329000', '205228.331000', '205228.334000', '205228.336000', '205228.339000', '205228.341000', '205228.344000', '205228.347000', '205228.349000', '205228.352000', '205228.355000', '205228.357000', '205228.360000', '205228.363000', '205228.365000', '205228.368000', '205248.256000', '205248.259000', '205248.262000', '205248.265000', '205248.267000', '205248.270000', '205248.272000', '205248.275000', '205248.278000', '205248.280000', '205248.283000', '205248.285000', '205248.288000', '205248.291000', '205248.293000', '205248.296000', '205248.298000', '205248.301000', '205248.304000', '205248.306000', '205248.309000', '205248.311000', '205248.314000', '205248.317000', '205248.354000', '205248.356000', '205248.359000', '205248.361000', '205248.364000', '205248.367000', '205248.369000', '205248.372000', '205248.375000', '205248.377000', '205248.380000', '205248.382000', '205248.385000', '205248.388000', '205248.390000', '205248.393000', '205248.395000', '205248.398000', '205248.401000', '205248.403000', '205308.257000', '205308.259000', '205308.262000', '205308.265000', '205308.267000', '205308.270000', '205308.272000', '205308.275000', '205308.278000', '205308.280000', '205308.283000', '205308.286000', '205308.289000', '205308.292000', '205308.295000', '205308.297000', '205308.300000', '205308.303000', '205308.305000', '205308.308000', '205308.310000', '205308.313000', '205308.316000', '205308.318000', '205308.321000', '205308.325000', '205308.328000', '205308.331000', '205308.333000', '205308.336000', '205308.338000', '205308.341000', '205308.344000', '205308.346000', '205308.349000', '205308.352000', '205308.354000', '205308.357000', '205308.360000', '205308.362000', '205308.365000', '205308.368000', '205308.370000', '205328.256000', '205328.258000', '205328.261000', '205328.264000', '205328.266000', '205328.269000', '205328.271000', '205328.274000', '205328.277000', '205328.280000', '205328.282000', '205328.285000', '205328.287000', '205328.290000', '205328.293000', '205328.295000', '205328.298000', '205328.300000', '205328.303000', '205328.306000', '205328.308000', '205328.311000', '205328.313000', '205328.316000', '205328.319000', '205328.321000', '205328.324000', '205328.326000', '205328.329000', '205328.332000', '205328.334000', '205328.337000', '205328.339000', '205328.342000', '205328.344000', '205328.347000', '205328.350000', '205328.352000', '205328.355000', '205328.357000', '205328.360000', '205328.363000', '205328.365000', '205328.368000', '205348.256000', '205348.258000', '205348.261000', '205348.264000', '205348.266000', '205348.269000', '205348.271000', '205348.274000', '205348.277000', '205348.279000', '205348.282000', '205348.285000', '205348.287000', '205348.290000', '205348.293000', '205348.296000', '205348.299000', '205348.302000', '205348.304000', '205348.307000', '205348.310000', '205348.312000', '205348.315000', '205348.317000', '205348.320000', '205348.323000', '205348.325000', '205348.328000', '205348.330000', '205348.333000', '205348.335000', '205348.338000', '205348.341000', '205348.344000', '205348.347000', '205348.350000', '205348.352000', '205348.355000', '205348.357000', '205348.360000', '205348.363000', '205348.365000', '205348.368000', '205353.809000', '205353.812000', '205353.815000', '205353.817000', '205353.820000', '205353.823000', '205353.826000', '205353.828000', '205353.831000', '205353.834000', '205353.837000', '205353.839000', '205353.842000'], 'InstanceCreationTime': ['204728.282000', '204728.285000', '204728.288000', '204728.290000', '204728.293000', '204728.296000', '204728.298000', '204728.301000', '204728.303000', '204728.306000', '204728.309000', '204728.311000', '204728.314000', '204728.316000', '204728.319000', '204728.328000', '204728.331000', '204728.333000', '204728.336000', '204728.339000', '204728.341000', '204728.344000', '204728.346000', '204728.349000', '204728.351000', '204728.354000', '204728.357000', '204728.360000', '204728.363000', '204728.366000', '204728.368000', '204728.371000', '204728.373000', '204748.256000', '204748.259000', '204748.262000', '204748.264000', '204748.267000', '204748.269000', '204748.272000', '204748.274000', '204748.277000', '204748.280000', '204748.282000', '204748.285000', '204748.287000', '204748.290000', '204748.292000', '204748.295000', '204748.297000', '204748.300000', '204748.308000', '204748.311000', '204748.313000', '204748.316000', '204748.319000', '204748.321000', '204748.324000', '204748.327000', '204748.329000', '204748.332000', '204748.334000', '204748.337000', '204748.340000', '204748.342000', '204748.345000', '204748.347000', '204748.350000', '204748.352000', '204748.355000', '204748.358000', '204748.360000', '204748.363000', '204748.366000', '204748.368000', '204748.371000', '204748.373000', '204808.256000', '204808.259000', '204808.262000', '204808.264000', '204808.267000', '204808.269000', '204808.272000', '204808.275000', '204808.277000', '204808.280000', '204808.282000', '204808.285000', '204808.287000', '204808.298000', '204808.301000', '204808.304000', '204808.306000', '204808.309000', '204808.311000', '204808.314000', '204808.317000', '204808.327000', '204808.330000', '204808.332000', '204808.335000', '204808.338000', '204808.341000', '204808.344000', '204808.346000', '204808.349000', '204808.352000', '204808.354000', '204808.357000', '204808.359000', '204808.362000', '204808.364000', '204808.367000', '204808.370000', '204808.372000', '204808.375000', '204808.377000', '204808.380000', '204808.383000', '204828.256000', '204828.259000', '204828.262000', '204828.264000', '204828.267000', '204828.270000', '204828.272000', '204828.275000', '204828.277000', '204828.280000', '204828.282000', '204828.285000', '204828.288000', '204828.290000', '204828.293000', '204828.295000', '204828.298000', '204828.301000', '204828.303000', '204828.306000', '204828.308000', '204828.311000', '204828.313000', '204828.316000', '204828.319000', '204828.321000', '204828.324000', '204828.326000', '204828.329000', '204828.331000', '204828.334000', '204828.337000', '204828.339000', '204828.342000', '204828.344000', '204828.347000', '204828.349000', '204828.352000', '204828.355000', '204828.357000', '204828.360000', '204828.363000', '204828.365000', '204828.368000', '204848.255000', '204848.258000', '204848.261000', '204848.263000', '204848.266000', '204848.268000', '204848.271000', '204848.273000', '204848.276000', '204848.279000', '204848.281000', '204848.284000', '204848.286000', '204848.289000', '204848.291000', '204848.294000', '204848.296000', '204848.299000', '204848.302000', '204848.304000', '204848.307000', '204848.309000', '204848.312000', '204848.315000', '204848.317000', '204848.320000', '204848.322000', '204848.325000', '204848.328000', '204848.330000', '204848.333000', '204848.335000', '204848.338000', '204848.341000', '204848.343000', '204848.346000', '204848.348000', '204848.351000', '204848.354000', '204848.356000', '204848.359000', '204848.361000', '204848.365000', '204908.255000', '204908.258000', '204908.261000', '204908.263000', '204908.266000', '204908.269000', '204908.271000', '204908.274000', '204908.276000', '204908.279000', '204908.282000', '204908.284000', '204908.287000', '204908.289000', '204908.292000', '204908.295000', '204908.297000', '204908.300000', '204908.302000', '204908.305000', '204908.308000', '204908.310000', '204908.313000', '204908.315000', '204908.318000', '204908.320000', '204908.323000', '204908.326000', '204908.328000', '204908.331000', '204908.333000', '204908.336000', '204908.339000', '204908.341000', '204908.344000', '204908.346000', '204908.349000', '204908.352000', '204908.354000', '204908.357000', '204908.359000', '204908.362000', '204908.365000', '204908.367000', '204928.256000', '204928.259000', '204928.262000', '204928.264000', '204928.267000', '204928.270000', '204928.272000', '204928.275000', '204928.277000', '204928.280000', '204928.282000', '204928.285000', '204928.288000', '204928.290000', '204928.293000', '204928.296000', '204928.298000', '204928.301000', '204928.303000', '204928.306000', '204928.308000', '204928.311000', '204928.314000', '204928.316000', '204928.319000', '204928.321000', '204928.324000', '204928.327000', '204928.329000', '204928.332000', '204928.334000', '204928.337000', '204928.339000', '204928.342000', '204928.345000', '204928.347000', '204928.350000', '204928.352000', '204928.355000', '204928.357000', '204928.360000', '204928.363000', '204928.365000', '204948.256000', '204948.259000', '204948.262000', '204948.264000', '204948.267000', '204948.270000', '204948.272000', '204948.275000', '204948.278000', '204948.280000', '204948.283000', '204948.285000', '204948.288000', '204948.291000', '204948.293000', '204948.296000', '204948.298000', '204948.301000', '204948.304000', '204948.306000', '204948.309000', '204948.311000', '204948.314000', '204948.317000', '204948.319000', '204948.322000', '204948.324000', '204948.327000', '204948.329000', '204948.332000', '204948.335000', '204948.363000', '204948.366000', '204948.368000', '204948.371000', '204948.374000', '204948.376000', '204948.379000', '204948.381000', '204948.384000', '204948.386000', '204948.389000', '204948.392000', '204948.394000', '205008.257000', '205008.260000', '205008.262000', '205008.265000', '205008.267000', '205008.270000', '205008.272000', '205008.275000', '205008.278000', '205008.280000', '205008.283000', '205008.285000', '205008.288000', '205008.291000', '205008.293000', '205008.296000', '205008.298000', '205008.301000', '205008.303000', '205008.306000', '205008.309000', '205008.311000', '205008.314000', '205008.316000', '205008.319000', '205008.321000', '205008.324000', '205008.327000', '205008.329000', '205008.332000', '205008.335000', '205008.337000', '205008.340000', '205008.342000', '205008.345000', '205008.348000', '205008.350000', '205008.353000', '205008.355000', '205008.358000', '205008.361000', '205008.363000', '205008.366000', '205028.256000', '205028.259000', '205028.262000', '205028.265000', '205028.267000', '205028.270000', '205028.272000', '205028.275000', '205028.278000', '205028.280000', '205028.283000', '205028.285000', '205028.288000', '205028.291000', '205028.293000', '205028.296000', '205028.298000', '205028.301000', '205028.304000', '205028.306000', '205028.309000', '205028.311000', '205028.314000', '205028.317000', '205028.319000', '205028.322000', '205028.324000', '205028.327000', '205028.329000', '205028.332000', '205028.335000', '205028.337000', '205028.340000', '205028.342000', '205028.345000', '205028.348000', '205028.350000', '205028.353000', '205028.355000', '205028.358000', '205028.361000', '205028.363000', '205028.366000', '205028.368000', '205048.256000', '205048.259000', '205048.262000', '205048.264000', '205048.267000', '205048.269000', '205048.272000', '205048.275000', '205048.277000', '205048.280000', '205048.282000', '205048.285000', '205048.287000', '205048.290000', '205048.293000', '205048.295000', '205048.298000', '205048.301000', '205048.303000', '205048.306000', '205048.308000', '205048.311000', '205048.314000', '205048.316000', '205048.319000', '205048.321000', '205048.324000', '205048.327000', '205048.329000', '205048.332000', '205048.334000', '205048.337000', '205048.340000', '205048.342000', '205048.345000', '205048.347000', '205048.350000', '205048.353000', '205048.355000', '205048.358000', '205048.361000', '205048.363000', '205048.366000', '205108.255000', '205108.258000', '205108.261000', '205108.264000', '205108.267000', '205108.269000', '205108.272000', '205108.275000', '205108.277000', '205108.280000', '205108.282000', '205108.285000', '205108.287000', '205108.290000', '205108.293000', '205108.295000', '205108.298000', '205108.301000', '205108.303000', '205108.306000', '205108.308000', '205108.311000', '205108.314000', '205108.317000', '205108.319000', '205108.322000', '205108.325000', '205108.327000', '205108.330000', '205108.333000', '205108.335000', '205108.338000', '205108.340000', '205108.343000', '205108.346000', '205108.348000', '205108.351000', '205108.353000', '205108.356000', '205108.359000', '205108.361000', '205108.364000', '205108.366000', '205108.369000', '205128.255000', '205128.258000', '205128.261000', '205128.264000', '205128.266000', '205128.269000', '205128.271000', '205128.274000', '205128.277000', '205128.279000', '205128.282000', '205128.285000', '205128.310000', '205128.313000', '205128.315000', '205128.318000', '205128.321000', '205128.323000', '205128.326000', '205128.328000', '205128.331000', '205128.333000', '205128.336000', '205128.339000', '205128.341000', '205128.344000', '205128.346000', '205128.349000', '205128.352000', '205128.354000', '205128.357000', '205128.359000', '205128.362000', '205128.365000', '205128.367000', '205128.370000', '205128.372000', '205128.375000', '205128.378000', '205128.380000', '205128.383000', '205128.385000', '205128.388000', '205148.257000', '205148.259000', '205148.262000', '205148.265000', '205148.267000', '205148.270000', '205148.272000', '205148.275000', '205148.277000', '205148.280000', '205148.283000', '205148.285000', '205148.288000', '205148.291000', '205148.293000', '205148.296000', '205148.298000', '205148.301000', '205148.304000', '205148.306000', '205148.309000', '205148.311000', '205148.314000', '205148.317000', '205148.319000', '205148.322000', '205148.324000', '205148.327000', '205148.330000', '205148.332000', '205148.335000', '205148.338000', '205148.340000', '205148.343000', '205148.346000', '205148.348000', '205148.351000', '205148.353000', '205148.356000', '205148.359000', '205148.361000', '205148.364000', '205148.366000', '205148.369000', '205208.256000', '205208.259000', '205208.262000', '205208.265000', '205208.267000', '205208.270000', '205208.272000', '205208.275000', '205208.278000', '205208.280000', '205208.283000', '205208.286000', '205208.288000', '205208.291000', '205208.294000', '205208.296000', '205208.299000', '205208.301000', '205208.304000', '205208.307000', '205208.309000', '205208.312000', '205208.315000', '205208.317000', '205208.320000', '205208.323000', '205208.325000', '205208.328000', '205208.331000', '205208.333000', '205208.336000', '205208.339000', '205208.341000', '205208.344000', '205208.346000', '205208.349000', '205208.352000', '205208.354000', '205208.357000', '205208.360000', '205208.362000', '205208.365000', '205208.367000', '205228.257000', '205228.260000', '205228.262000', '205228.265000', '205228.267000', '205228.270000', '205228.273000', '205228.275000', '205228.278000', '205228.280000', '205228.283000', '205228.286000', '205228.288000', '205228.291000', '205228.294000', '205228.296000', '205228.299000', '205228.302000', '205228.305000', '205228.308000', '205228.310000', '205228.313000', '205228.315000', '205228.318000', '205228.321000', '205228.323000', '205228.326000', '205228.329000', '205228.331000', '205228.334000', '205228.336000', '205228.339000', '205228.341000', '205228.344000', '205228.347000', '205228.349000', '205228.352000', '205228.355000', '205228.357000', '205228.360000', '205228.363000', '205228.365000', '205228.368000', '205248.256000', '205248.259000', '205248.262000', '205248.265000', '205248.267000', '205248.270000', '205248.272000', '205248.275000', '205248.278000', '205248.280000', '205248.283000', '205248.285000', '205248.288000', '205248.291000', '205248.293000', '205248.296000', '205248.298000', '205248.301000', '205248.304000', '205248.306000', '205248.309000', '205248.311000', '205248.314000', '205248.317000', '205248.354000', '205248.356000', '205248.359000', '205248.361000', '205248.364000', '205248.367000', '205248.369000', '205248.372000', '205248.375000', '205248.377000', '205248.380000', '205248.382000', '205248.385000', '205248.388000', '205248.390000', '205248.393000', '205248.395000', '205248.398000', '205248.401000', '205248.403000', '205308.257000', '205308.259000', '205308.262000', '205308.265000', '205308.267000', '205308.270000', '205308.272000', '205308.275000', '205308.278000', '205308.280000', '205308.283000', '205308.286000', '205308.289000', '205308.292000', '205308.295000', '205308.297000', '205308.300000', '205308.303000', '205308.305000', '205308.308000', '205308.310000', '205308.313000', '205308.316000', '205308.318000', '205308.321000', '205308.325000', '205308.328000', '205308.331000', '205308.333000', '205308.336000', '205308.338000', '205308.341000', '205308.344000', '205308.346000', '205308.349000', '205308.352000', '205308.354000', '205308.357000', '205308.360000', '205308.362000', '205308.365000', '205308.368000', '205308.370000', '205328.256000', '205328.258000', '205328.261000', '205328.264000', '205328.266000', '205328.269000', '205328.271000', '205328.274000', '205328.277000', '205328.280000', '205328.282000', '205328.285000', '205328.287000', '205328.290000', '205328.293000', '205328.295000', '205328.298000', '205328.300000', '205328.303000', '205328.306000', '205328.308000', '205328.311000', '205328.313000', '205328.316000', '205328.319000', '205328.321000', '205328.324000', '205328.326000', '205328.329000', '205328.332000', '205328.334000', '205328.337000', '205328.339000', '205328.342000', '205328.344000', '205328.347000', '205328.350000', '205328.352000', '205328.355000', '205328.357000', '205328.360000', '205328.363000', '205328.365000', '205328.368000', '205348.256000', '205348.258000', '205348.261000', '205348.264000', '205348.266000', '205348.269000', '205348.271000', '205348.274000', '205348.277000', '205348.279000', '205348.282000', '205348.285000', '205348.287000', '205348.290000', '205348.293000', '205348.296000', '205348.299000', '205348.302000', '205348.304000', '205348.307000', '205348.310000', '205348.312000', '205348.315000', '205348.317000', '205348.320000', '205348.323000', '205348.325000', '205348.328000', '205348.330000', '205348.333000', '205348.335000', '205348.338000', '205348.341000', '205348.344000', '205348.347000', '205348.350000', '205348.352000', '205348.355000', '205348.357000', '205348.360000', '205348.363000', '205348.365000', '205348.368000', '205353.809000', '205353.812000', '205353.815000', '205353.817000', '205353.820000', '205353.823000', '205353.826000', '205353.828000', '205353.831000', '205353.834000', '205353.837000', '205353.839000', '205353.842000'], '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': [10913, 12000, 16392, 13927, 16546, 9413, 12098, 10660, 9670, 12978, 8329, 13757, 7968, 11038, 14780, 8387, 12734, 14876, 9704, 13461, 15402, 12071, 13550, 9433, 11568, 9906, 12287, 10671, 13268, 10773, 9570, 10833, 11228, 7647, 9224, 6641, 10157, 12745, 14733, 13972, 14103, 15367, 14027, 12237, 16745, 15882, 16616, 17207, 15020, 8629, 12474, 9940, 9804, 10355, 8830, 17526, 12593, 8246, 7756, 9782, 8329, 13102, 11662, 14785, 12845, 9293, 8279, 10733, 13034, 13839, 14038, 7484, 11587, 7810, 11912, 11201, 16791, 14276, 17520, 9972, 10342, 8914, 11314, 8469, 8772, 10924, 10624, 11054, 16868, 11805, 10557, 11575, 8052, 13676, 10982, 7735, 11349, 14670, 9941, 9173, 12183, 8111, 12296, 14267, 10275, 13234, 9333, 11766, 9179, 9215, 10533, 12522, 9982, 12907, 9422, 12459, 9183, 9617, 10936, 17019, 11383, 8997, 14063, 12937, 11843, 8806, 12959, 10205, 16425, 12378, 6943, 11771, 13876, 12884, 13568, 14764, 10705, 7687, 11375, 6919, 11700, 12869, 8798, 12230, 16922, 10780, 12057, 7514, 12221, 8647, 10024, 9754, 9756, 12928, 8582, 9047, 10692, 13537, 15415, 17313, 14009, 8189, 9880, 6752, 12199, 9056, 10405, 12436, 8264, 11852, 13515, 10091, 12402, 7989, 12117, 10041, 11785, 13804, 11985, 16316, 14313, 17609, 14736, 10671, 11396, 16538, 12139, 14077, 17662, 8835, 11259, 6907, 10069, 7158, 12065, 8858, 10245, 9659, 11846, 8558, 11163, 8802, 11761, 12232, 9951, 10711, 10110, 6764, 12328, 13100, 9345, 12073, 9036, 13282, 8978, 9953, 11539, 6707, 12742, 9188, 10843, 13223, 10613, 14873, 8430, 12754, 7421, 12328, 13481, 10441, 11849, 8359, 8824, 9008, 12843, 12824, 9955, 9776, 11398, 8378, 13836, 9777, 6868, 13238, 8607, 12749, 13581, 12178, 16806, 15217, 13611, 12610, 8265, 14143, 17917, 16437, 17103, 14919, 16208, 12303, 15465, 13576, 16937, 10021, 13505, 11675, 8895, 13889, 8857, 17412, 10283, 16546, 15716, 16520, 7362, 11603, 6860, 11701, 7153, 10462, 7212, 10431, 8375, 9737, 8638, 10430, 7280, 12078, 7201, 12190, 8210, 10503, 8480, 12515, 13248, 13106, 7945, 12004, 15567, 9754, 16298, 9687, 12525, 11810, 9366, 8763, 9323, 13357, 9181, 9735, 11405, 9829, 18033, 14994, 12201, 12424, 17328, 14319, 15814, 11985, 11348, 18281, 9759, 13851, 10458, 7309, 13455, 11794, 12094, 11152, 14646, 10944, 7604, 13562, 15903, 10814, 6933, 11132, 13890, 9802, 11920, 9674, 7131, 10347, 6644, 11093, 9180, 9301, 12359, 7819, 11545, 8958, 9201, 11025, 6855, 11218, 7394, 10496, 11608, 9695, 12090, 9373, 8873, 11821, 16791, 15065, 10174, 9792, 11332, 8307, 10900, 15478, 13749, 16218, 14885, 10736, 10534, 6799, 12348, 11343, 10614, 16320, 17202, 14053, 10894, 8125, 12015, 12185, 9544, 11548, 8399, 10840, 15822, 8825, 11014, 9699, 6763, 11852, 8017, 12324, 12620, 13727, 10927, 7514, 12146, 18501, 12184, 16248, 9566, 11993, 7686, 11098, 9606, 9185, 8817, 9279, 11138, 9027, 7390, 10479, 10842, 8766, 6955, 11693, 13784, 8512, 12566, 9120, 7616, 11519, 7055, 11924, 10130, 9213, 12368, 8550, 11358, 8949, 13166, 10970, 13567, 9159, 6944, 12997, 13879, 12015, 16765, 17502, 14555, 7958, 12130, 8338, 12050, 10807, 14444, 11629, 16274, 14276, 13383, 17967, 13463, 14404, 8839, 13918, 8210, 15135, 9759, 14943, 8896, 12226, 7831, 12309, 8729, 11181, 6657, 10403, 8642, 11058, 7321, 12587, 8510, 8622, 9813, 8992, 9544, 12286, 8845, 9456, 10616, 6915, 10660, 12087, 7697, 11440, 12279, 8039, 11832, 8158, 10576, 6991, 11041, 7143, 10948, 7679, 9841, 12462, 9332, 11076, 11388, 9793, 13327, 7591, 12415, 8163, 14260, 15538, 13737, 10721, 7961, 12049, 16031, 18129, 16134, 10529, 11534, 12884, 14571, 17123, 17030, 12905, 15428, 10419, 11368, 7565, 11827, 8505, 11385, 8934, 16572, 9465, 15933, 13785, 8469, 10246, 10793, 9444, 6707, 11630, 11515, 8594, 10949, 7182, 10499, 8533, 9989, 9698, 7070, 11450, 7881, 11175, 6857, 11169, 9330, 11250, 8503, 10371, 10905, 13977, 16424, 13760, 12724, 10073, 13123, 11958, 12609, 12305, 10710, 8670, 10652, 10394, 6839, 11621, 8415, 12169, 17601, 14907, 16826, 13430, 13025, 10112, 10209, 15007, 9241, 8109, 10023, 7041, 11452, 8832, 10696, 8521, 11886, 16991, 9518, 7027, 11719, 12741, 8157, 10764, 7612, 9557, 7004, 10449, 7336, 10017, 8322, 11287, 7503, 10186, 8754, 11642, 13772, 8177, 11627, 7506, 10392, 7096, 10727, 7554, 10365, 8734, 11657, 10302, 11910, 7881, 10724, 13324, 7716, 11522, 14909, 8181, 11799, 8366, 10062, 7240, 11188, 7709, 7232, 8569, 11386, 8187, 11784, 9818, 10261, 11246, 9095, 13013, 16980, 12898, 15763, 13647, 16213, 16513, 15225, 15984, 17936, 12926, 16170, 11303, 12377, 9749, 10743, 17428, 15945, 14780, 9676, 9484, 6906, 10675, 7075, 11579, 6994, 10116, 8465, 11494, 11359, 9269, 7293, 11396, 13566, 10614, 11027, 11622, 8741, 11566, 8715, 10892, 8752, 8863, 9777, 7150, 9612, 6736, 10394, 12314, 7963, 11766, 10047, 10997, 10753, 6724, 12256, 14172, 12605, 14512, 15966, 17087, 16952, 8304, 11858, 17995, 13720, 16564, 11564, 11135, 16455, 14933, 10816, 15433, 9528, 14099, 9288, 11087, 8356, 10927, 7519, 10718, 7567, 11012, 7390, 10667, 8710, 11338, 7271, 9830, 8165, 11445, 10599, 9106, 11617, 7386, 10569, 9317, 8721, 11527, 8795, 10863, 9242, 8058, 10679, 7706, 7388, 7321, 11471, 7045, 10249, 13601, 8086, 11733, 10136, 11292, 9413, 10582, 13143, 15591, 10036, 13717, 15474, 14391, 16449, 18001, 15349, 13328, 8923, 8041, 9495, 11884, 7853, 12206, 14935, 17362, 15763, 13409, 14841, 8078, 11861, 13181, 9695, 11616, 7338, 10634, 16617, 8962, 14789, 8870, 9636, 10013, 9110, 12779, 7914, 13510, 9482, 12659, 10009, 13153, 8166, 11415, 7011, 12056, 6742, 11032, 7651, 7926, 6777, 9778, 10705, 7222, 12761, 14003, 12335, 12330, 14005, 9737, 10337, 9782, 9001, 9254, 11846, 7641, 10643, 9685, 10604, 10897, 9352, 7156, 9217, 12223, 9151, 10046, 13884, 11276, 8461, 10974, 9442, 13168, 15714, 13772, 17399, 13384, 14296, 9677, 10205, 12019, 14577, 11304, 18638, 13472, 16686, 10744, 13530, 10249, 10483, 14826], 'WindowCenter': [4252.0, 4248.0, 4243.0, 4231.0, 4238.0, 4184.0, 4208.0, 4182.0, 4171.0, 4188.0, 4157.0, 4200.0, 4155.0, 4191.0, 4200.0, 4166.0, 4202.0, 4200.0, 4167.0, 4201.0, 4213.0, 4205.0, 4204.0, 4185.0, 4203.0, 4196.0, 4218.0, 4212.0, 4229.0, 4199.0, 4170.0, 4178.0, 4186.0, 4134.0, 4199.0, 4140.0, 4126.0, 4230.0, 4165.0, 4266.0, 4260.0, 4243.0, 4216.0, 4218.0, 4241.0, 4213.0, 4226.0, 4224.0, 4195.0, 4158.0, 4184.0, 4166.0, 4164.0, 4165.0, 4159.0, 4210.0, 4191.0, 4173.0, 4159.0, 4192.0, 4172.0, 4214.0, 4205.0, 4228.0, 4215.0, 4185.0, 4175.0, 4193.0, 4204.0, 4204.0, 4187.0, 4123.0, 4173.0, 4113.0, 4188.0, 4175.0, 4209.0, 4196.0, 4211.0, 4152.0, 4161.0, 4152.0, 4156.0, 4127.0, 4138.0, 4159.0, 4159.0, 4161.0, 4193.0, 4172.0, 4160.0, 4159.0, 4141.0, 4180.0, 4162.0, 4142.0, 4176.0, 4183.0, 4162.0, 4164.0, 4187.0, 4158.0, 4189.0, 4196.0, 4166.0, 4184.0, 4166.0, 4187.0, 4170.0, 4177.0, 4190.0, 4199.0, 4194.0, 4213.0, 4193.0, 4201.0, 4181.0, 4194.0, 4220.0, 4237.0, 4205.0, 4185.0, 4212.0, 4198.0, 4198.0, 4182.0, 4210.0, 4205.0, 4237.0, 4229.0, 4175.0, 4216.0, 4213.0, 4200.0, 4201.0, 4210.0, 4190.0, 4156.0, 4202.0, 4162.0, 4215.0, 4213.0, 4172.0, 4201.0, 4221.0, 4192.0, 4201.0, 4161.0, 4200.0, 4171.0, 4181.0, 4181.0, 4182.0, 4201.0, 4168.0, 4180.0, 4194.0, 4215.0, 4224.0, 4237.0, 4209.0, 4185.0, 4194.0, 4163.0, 4216.0, 4180.0, 4193.0, 4202.0, 4172.0, 4205.0, 4215.0, 4190.0, 4204.0, 4170.0, 4202.0, 4180.0, 4190.0, 4199.0, 4189.0, 4208.0, 4199.0, 4207.0, 4185.0, 4162.0, 4173.0, 4194.0, 4159.0, 4171.0, 4178.0, 4136.0, 4145.0, 4115.0, 4162.0, 4143.0, 4184.0, 4166.0, 4187.0, 4179.0, 4187.0, 4169.0, 4188.0, 4170.0, 4202.0, 4201.0, 4179.0, 4188.0, 4177.0, 4150.0, 4214.0, 4198.0, 4182.0, 4198.0, 4185.0, 4214.0, 4184.0, 4207.0, 4218.0, 4174.0, 4229.0, 4196.0, 4207.0, 4224.0, 4205.0, 4238.0, 4187.0, 4214.0, 4171.0, 4218.0, 4212.0, 4205.0, 4200.0, 4185.0, 4193.0, 4211.0, 4229.0, 4225.0, 4199.0, 4205.0, 4216.0, 4202.0, 4242.0, 4224.0, 4195.0, 4229.0, 4203.0, 4234.0, 4232.0, 4221.0, 4228.0, 4223.0, 4214.0, 4227.0, 4186.0, 4227.0, 4223.0, 4211.0, 4196.0, 4198.0, 4207.0, 4189.0, 4198.0, 4201.0, 4208.0, 4166.0, 4184.0, 4177.0, 4152.0, 4182.0, 4154.0, 4191.0, 4163.0, 4195.0, 4181.0, 4180.0, 4129.0, 4158.0, 4118.0, 4159.0, 4117.0, 4159.0, 4131.0, 4173.0, 4152.0, 4163.0, 4153.0, 4177.0, 4158.0, 4186.0, 4159.0, 4198.0, 4156.0, 4177.0, 4171.0, 4203.0, 4201.0, 4202.0, 4157.0, 4202.0, 4210.0, 4168.0, 4209.0, 4180.0, 4203.0, 4202.0, 4195.0, 4186.0, 4198.0, 4213.0, 4184.0, 4185.0, 4193.0, 4195.0, 4252.0, 4241.0, 4232.0, 4219.0, 4212.0, 4199.0, 4186.0, 4174.0, 4164.0, 4206.0, 4153.0, 4184.0, 4175.0, 4146.0, 4196.0, 4174.0, 4172.0, 4161.0, 4181.0, 4161.0, 4128.0, 4172.0, 4181.0, 4147.0, 4115.0, 4159.0, 4168.0, 4148.0, 4157.0, 4150.0, 4130.0, 4173.0, 4133.0, 4175.0, 4148.0, 4141.0, 4169.0, 4131.0, 4173.0, 4165.0, 4169.0, 4190.0, 4164.0, 4205.0, 4160.0, 4179.0, 4177.0, 4167.0, 4188.0, 4168.0, 4169.0, 4203.0, 4224.0, 4211.0, 4176.0, 4178.0, 4175.0, 4141.0, 4165.0, 4195.0, 4187.0, 4209.0, 4208.0, 4189.0, 4187.0, 4160.0, 4202.0, 4173.0, 4175.0, 4210.0, 4210.0, 4210.0, 4177.0, 4158.0, 4186.0, 4160.0, 4138.0, 4147.0, 4127.0, 4160.0, 4179.0, 4152.0, 4159.0, 4149.0, 4118.0, 4169.0, 4140.0, 4167.0, 4160.0, 4170.0, 4148.0, 4116.0, 4158.0, 4177.0, 4155.0, 4164.0, 4134.0, 4141.0, 4112.0, 4142.0, 4121.0, 4123.0, 4134.0, 4137.0, 4158.0, 4148.0, 4142.0, 4175.0, 4172.0, 4153.0, 4146.0, 4201.0, 4197.0, 4167.0, 4197.0, 4169.0, 4172.0, 4216.0, 4176.0, 4214.0, 4177.0, 4179.0, 4188.0, 4170.0, 4193.0, 4184.0, 4212.0, 4206.0, 4236.0, 4210.0, 4175.0, 4229.0, 4210.0, 4203.0, 4237.0, 4251.0, 4227.0, 4186.0, 4219.0, 4173.0, 4199.0, 4190.0, 4209.0, 4189.0, 4211.0, 4185.0, 4184.0, 4194.0, 4183.0, 4181.0, 4138.0, 4169.0, 4128.0, 4177.0, 4136.0, 4176.0, 4136.0, 4156.0, 4115.0, 4156.0, 4137.0, 4157.0, 4117.0, 4147.0, 4136.0, 4158.0, 4142.0, 4169.0, 4149.0, 4150.0, 4161.0, 4151.0, 4163.0, 4170.0, 4163.0, 4162.0, 4177.0, 4145.0, 4177.0, 4183.0, 4142.0, 4174.0, 4179.0, 4154.0, 4183.0, 4153.0, 4176.0, 4157.0, 4199.0, 4171.0, 4201.0, 4153.0, 4188.0, 4195.0, 4190.0, 4201.0, 4217.0, 4203.0, 4236.0, 4194.0, 4214.0, 4184.0, 4223.0, 4225.0, 4228.0, 4189.0, 4169.0, 4201.0, 4223.0, 4237.0, 4225.0, 4177.0, 4190.0, 4186.0, 4181.0, 4193.0, 4190.0, 4171.0, 4182.0, 4158.0, 4158.0, 4130.0, 4169.0, 4137.0, 4155.0, 4124.0, 4173.0, 4133.0, 4163.0, 4151.0, 4122.0, 4132.0, 4142.0, 4132.0, 4103.0, 4154.0, 4145.0, 4122.0, 4130.0, 4100.0, 4141.0, 4148.0, 4159.0, 4163.0, 4145.0, 4186.0, 4156.0, 4173.0, 4134.0, 4175.0, 4167.0, 4175.0, 4167.0, 4180.0, 4190.0, 4225.0, 4227.0, 4214.0, 4203.0, 4182.0, 4200.0, 4187.0, 4185.0, 4175.0, 4166.0, 4156.0, 4175.0, 4178.0, 4147.0, 4187.0, 4157.0, 4187.0, 4190.0, 4180.0, 4180.0, 4168.0, 4157.0, 4148.0, 4147.0, 4178.0, 4134.0, 4125.0, 4135.0, 4115.0, 4144.0, 4123.0, 4144.0, 4126.0, 4156.0, 4176.0, 4134.0, 4104.0, 4156.0, 4153.0, 4111.0, 4132.0, 4112.0, 4133.0, 4114.0, 4158.0, 4127.0, 4159.0, 4152.0, 4173.0, 4144.0, 4162.0, 4166.0, 4186.0, 4184.0, 4155.0, 4174.0, 4132.0, 4164.0, 4145.0, 4186.0, 4157.0, 4184.0, 4177.0, 4203.0, 4192.0, 4200.0, 4172.0, 4192.0, 4194.0, 4157.0, 4188.0, 4192.0, 4157.0, 4188.0, 4155.0, 4181.0, 4159.0, 4198.0, 4169.0, 4170.0, 4196.0, 4206.0, 4169.0, 4212.0, 4209.0, 4221.0, 4228.0, 4214.0, 4233.0, 4234.0, 4200.0, 4199.0, 4186.0, 4198.0, 4196.0, 4196.0, 4195.0, 4204.0, 4184.0, 4192.0, 4161.0, 4168.0, 4149.0, 4149.0, 4177.0, 4178.0, 4167.0, 4135.0, 4135.0, 4117.0, 4158.0, 4129.0, 4170.0, 4130.0, 4161.0, 4152.0, 4174.0, 4171.0, 4152.0, 4144.0, 4186.0, 4185.0, 4162.0, 4163.0, 4172.0, 4151.0, 4167.0, 4154.0, 4174.0, 4167.0, 4169.0, 4193.0, 4161.0, 4181.0, 4150.0, 4192.0, 4185.0, 4166.0, 4202.0, 4195.0, 4218.0, 4218.0, 4179.0, 4229.0, 4222.0, 4214.0, 4226.0, 4239.0, 4239.0, 4237.0, 4173.0, 4203.0, 4219.0, 4183.0, 4192.0, 4162.0, 4163.0, 4181.0, 4181.0, 4160.0, 4179.0, 4137.0, 4167.0, 4135.0, 4157.0, 4125.0, 4145.0, 4113.0, 4145.0, 4115.0, 4146.0, 4114.0, 4145.0, 4136.0, 4145.0, 4114.0, 4134.0, 4136.0, 4159.0, 4146.0, 4137.0, 4156.0, 4117.0, 4160.0, 4149.0, 4138.0, 4158.0, 4139.0, 4171.0, 4164.0, 4156.0, 4189.0, 4172.0, 4160.0, 4159.0, 4188.0, 4134.0, 4176.0, 4183.0, 4155.0, 4184.0, 4205.0, 4203.0, 4183.0, 4205.0, 4212.0, 4218.0, 4178.0, 4202.0, 4196.0, 4198.0, 4223.0, 4223.0, 4211.0, 4199.0, 4168.0, 4142.0, 4165.0, 4168.0, 4143.0, 4173.0, 4196.0, 4207.0, 4197.0, 4197.0, 4209.0, 4157.0, 4174.0, 4157.0, 4136.0, 4145.0, 4115.0, 4147.0, 4177.0, 4139.0, 4177.0, 4139.0, 4148.0, 4146.0, 4136.0, 4167.0, 4126.0, 4153.0, 4135.0, 4155.0, 4133.0, 4166.0, 4125.0, 4142.0, 4100.0, 4153.0, 4102.0, 4141.0, 4080.0, 4165.0, 4112.0, 4146.0, 4159.0, 4114.0, 4168.0, 4179.0, 4170.0, 4171.0, 4191.0, 4151.0, 4161.0, 4161.0, 4151.0, 4166.0, 4171.0, 4141.0, 4168.0, 4164.0, 4174.0, 4187.0, 4190.0, 4160.0, 4189.0, 4200.0, 4162.0, 4176.0, 4197.0, 4176.0, 4170.0, 4190.0, 4196.0, 4213.0, 4209.0, 4198.0, 4204.0, 4181.0, 4181.0, 4149.0, 4162.0, 4184.0, 4191.0, 4160.0, 4200.0, 4168.0, 4176.0, 4144.0, 4154.0, 4131.0, 4144.0, 4163.0], 'WindowWidth': [9419.0, 9408.0, 9397.0, 9368.0, 9373.0, 9292.0, 9328.0, 9280.0, 9265.0, 9283.0, 9241.0, 9303.0, 9237.0, 9293.0, 9306.0, 9258.0, 9311.0, 9307.0, 9258.0, 9309.0, 9331.0, 9320.0, 9318.0, 9292.0, 9316.0, 9312.0, 9346.0, 9341.0, 9358.0, 9313.0, 9260.0, 9270.0, 9287.0, 9197.0, 9314.0, 9219.0, 9169.0, 9366.0, 9239.0, 9449.0, 9424.0, 9392.0, 9339.0, 9345.0, 9384.0, 9336.0, 9355.0, 9350.0, 9293.0, 9243.0, 9280.0, 9252.0, 9247.0, 9248.0, 9247.0, 9319.0, 9293.0, 9274.0, 9252.0, 9300.0, 9272.0, 9329.0, 9321.0, 9359.0, 9333.0, 9295.0, 9280.0, 9300.0, 9317.0, 9315.0, 9276.0, 9185.0, 9257.0, 9161.0, 9287.0, 9265.0, 9321.0, 9293.0, 9325.0, 9226.0, 9240.0, 9229.0, 9227.0, 9187.0, 9202.0, 9231.0, 9232.0, 9239.0, 9287.0, 9252.0, 9234.0, 9232.0, 9213.0, 9263.0, 9242.0, 9217.0, 9267.0, 9271.0, 9244.0, 9251.0, 9285.0, 9247.0, 9290.0, 9294.0, 9252.0, 9275.0, 9253.0, 9282.0, 9264.0, 9272.0, 9293.0, 9307.0, 9305.0, 9330.0, 9304.0, 9312.0, 9284.0, 9306.0, 9352.0, 9367.0, 9323.0, 9294.0, 9329.0, 9302.0, 9303.0, 9285.0, 9326.0, 9322.0, 9373.0, 9360.0, 9281.0, 9337.0, 9333.0, 9306.0, 9310.0, 9322.0, 9295.0, 9247.0, 9313.0, 9262.0, 9335.0, 9330.0, 9271.0, 9311.0, 9340.0, 9297.0, 9310.0, 9255.0, 9307.0, 9269.0, 9283.0, 9284.0, 9287.0, 9313.0, 9263.0, 9280.0, 9306.0, 9341.0, 9347.0, 9372.0, 9321.0, 9295.0, 9305.0, 9264.0, 9338.0, 9282.0, 9303.0, 9315.0, 9272.0, 9319.0, 9337.0, 9299.0, 9316.0, 9265.0, 9314.0, 9280.0, 9293.0, 9301.0, 9291.0, 9313.0, 9303.0, 9314.0, 9279.0, 9240.0, 9258.0, 9292.0, 9234.0, 9249.0, 9260.0, 9198.0, 9209.0, 9170.0, 9246.0, 9221.0, 9276.0, 9258.0, 9287.0, 9281.0, 9287.0, 9264.0, 9289.0, 9267.0, 9314.0, 9308.0, 9275.0, 9289.0, 9273.0, 9243.0, 9336.0, 9304.0, 9288.0, 9305.0, 9295.0, 9332.0, 9294.0, 9331.0, 9346.0, 9286.0, 9359.0, 9312.0, 9326.0, 9350.0, 9325.0, 9372.0, 9303.0, 9336.0, 9276.0, 9341.0, 9331.0, 9320.0, 9311.0, 9296.0, 9308.0, 9340.0, 9363.0, 9352.0, 9318.0, 9324.0, 9342.0, 9330.0, 9381.0, 9359.0, 9325.0, 9362.0, 9327.0, 9373.0, 9368.0, 9349.0, 9357.0, 9342.0, 9333.0, 9358.0, 9301.0, 9358.0, 9348.0, 9320.0, 9295.0, 9298.0, 9311.0, 9286.0, 9302.0, 9309.0, 9314.0, 9252.0, 9274.0, 9266.0, 9226.0, 9270.0, 9231.0, 9281.0, 9244.0, 9295.0, 9264.0, 9261.0, 9192.0, 9227.0, 9176.0, 9230.0, 9176.0, 9233.0, 9198.0, 9259.0, 9229.0, 9243.0, 9233.0, 9271.0, 9246.0, 9282.0, 9251.0, 9301.0, 9241.0, 9270.0, 9266.0, 9313.0, 9306.0, 9310.0, 9247.0, 9311.0, 9316.0, 9257.0, 9315.0, 9277.0, 9312.0, 9314.0, 9308.0, 9298.0, 9317.0, 9331.0, 9290.0, 9291.0, 9300.0, 9309.0, 9398.0, 9381.0, 9366.0, 9346.0, 9325.0, 9298.0, 9280.0, 9256.0, 9244.0, 9305.0, 9230.0, 9274.0, 9262.0, 9227.0, 9294.0, 9256.0, 9253.0, 9234.0, 9266.0, 9236.0, 9190.0, 9257.0, 9265.0, 9213.0, 9169.0, 9233.0, 9245.0, 9217.0, 9227.0, 9221.0, 9200.0, 9259.0, 9208.0, 9265.0, 9218.0, 9210.0, 9246.0, 9199.0, 9257.0, 9253.0, 9262.0, 9294.0, 9265.0, 9320.0, 9253.0, 9276.0, 9268.0, 9255.0, 9282.0, 9259.0, 9260.0, 9314.0, 9351.0, 9326.0, 9267.0, 9271.0, 9262.0, 9209.0, 9247.0, 9292.0, 9284.0, 9320.0, 9317.0, 9288.0, 9285.0, 9255.0, 9311.0, 9260.0, 9264.0, 9320.0, 9325.0, 9319.0, 9270.0, 9249.0, 9284.0, 9234.0, 9202.0, 9214.0, 9187.0, 9235.0, 9261.0, 9227.0, 9234.0, 9220.0, 9178.0, 9245.0, 9211.0, 9242.0, 9235.0, 9247.0, 9215.0, 9170.0, 9229.0, 9254.0, 9221.0, 9233.0, 9191.0, 9198.0, 9158.0, 9198.0, 9170.0, 9174.0, 9191.0, 9201.0, 9231.0, 9220.0, 9219.0, 9266.0, 9259.0, 9233.0, 9228.0, 9310.0, 9297.0, 9258.0, 9298.0, 9262.0, 9273.0, 9337.0, 9286.0, 9332.0, 9273.0, 9277.0, 9287.0, 9264.0, 9300.0, 9290.0, 9328.0, 9326.0, 9369.0, 9337.0, 9285.0, 9361.0, 9321.0, 9315.0, 9375.0, 9393.0, 9356.0, 9301.0, 9345.0, 9275.0, 9309.0, 9294.0, 9320.0, 9293.0, 9333.0, 9280.0, 9276.0, 9292.0, 9272.0, 9267.0, 9205.0, 9248.0, 9191.0, 9258.0, 9196.0, 9254.0, 9200.0, 9226.0, 9169.0, 9225.0, 9202.0, 9229.0, 9177.0, 9214.0, 9201.0, 9232.0, 9215.0, 9248.0, 9225.0, 9227.0, 9243.0, 9229.0, 9245.0, 9253.0, 9247.0, 9246.0, 9272.0, 9229.0, 9273.0, 9275.0, 9219.0, 9261.0, 9266.0, 9236.0, 9275.0, 9234.0, 9271.0, 9250.0, 9306.0, 9275.0, 9314.0, 9242.0, 9290.0, 9301.0, 9300.0, 9317.0, 9341.0, 9322.0, 9375.0, 9313.0, 9337.0, 9296.0, 9352.0, 9356.0, 9359.0, 9296.0, 9268.0, 9311.0, 9345.0, 9373.0, 9350.0, 9274.0, 9291.0, 9284.0, 9265.0, 9285.0, 9279.0, 9252.0, 9271.0, 9231.0, 9231.0, 9198.0, 9248.0, 9203.0, 9224.0, 9179.0, 9245.0, 9189.0, 9233.0, 9212.0, 9171.0, 9189.0, 9202.0, 9187.0, 9152.0, 9222.0, 9210.0, 9175.0, 9181.0, 9142.0, 9200.0, 9221.0, 9236.0, 9249.0, 9230.0, 9284.0, 9243.0, 9261.0, 9209.0, 9263.0, 9253.0, 9264.0, 9257.0, 9277.0, 9294.0, 9346.0, 9355.0, 9332.0, 9313.0, 9284.0, 9304.0, 9281.0, 9278.0, 9261.0, 9251.0, 9241.0, 9264.0, 9274.0, 9231.0, 9283.0, 9244.0, 9285.0, 9279.0, 9263.0, 9267.0, 9242.0, 9227.0, 9213.0, 9215.0, 9256.0, 9192.0, 9179.0, 9193.0, 9166.0, 9205.0, 9175.0, 9205.0, 9183.0, 9225.0, 9250.0, 9189.0, 9152.0, 9224.0, 9217.0, 9158.0, 9186.0, 9158.0, 9190.0, 9168.0, 9230.0, 9189.0, 9235.0, 9233.0, 9262.0, 9222.0, 9246.0, 9255.0, 9281.0, 9276.0, 9238.0, 9262.0, 9204.0, 9247.0, 9227.0, 9282.0, 9246.0, 9281.0, 9279.0, 9317.0, 9298.0, 9307.0, 9274.0, 9299.0, 9297.0, 9244.0, 9288.0, 9288.0, 9243.0, 9286.0, 9241.0, 9284.0, 9253.0, 9305.0, 9269.0, 9274.0, 9314.0, 9325.0, 9268.0, 9331.0, 9334.0, 9354.0, 9365.0, 9347.0, 9373.0, 9362.0, 9307.0, 9310.0, 9280.0, 9301.0, 9301.0, 9294.0, 9294.0, 9303.0, 9272.0, 9285.0, 9240.0, 9245.0, 9218.0, 9219.0, 9260.0, 9257.0, 9240.0, 9192.0, 9195.0, 9174.0, 9231.0, 9198.0, 9252.0, 9198.0, 9241.0, 9232.0, 9263.0, 9253.0, 9228.0, 9221.0, 9281.0, 9280.0, 9244.0, 9245.0, 9253.0, 9226.0, 9245.0, 9235.0, 9264.0, 9259.0, 9264.0, 9303.0, 9257.0, 9283.0, 9240.0, 9296.0, 9282.0, 9262.0, 9313.0, 9310.0, 9345.0, 9346.0, 9295.0, 9361.0, 9346.0, 9333.0, 9352.0, 9378.0, 9374.0, 9369.0, 9276.0, 9318.0, 9330.0, 9273.0, 9289.0, 9239.0, 9243.0, 9272.0, 9263.0, 9235.0, 9259.0, 9199.0, 9240.0, 9197.0, 9227.0, 9181.0, 9208.0, 9164.0, 9207.0, 9169.0, 9210.0, 9166.0, 9207.0, 9199.0, 9209.0, 9165.0, 9192.0, 9199.0, 9234.0, 9213.0, 9202.0, 9226.0, 9174.0, 9235.0, 9220.0, 9205.0, 9230.0, 9210.0, 9256.0, 9252.0, 9244.0, 9289.0, 9275.0, 9255.0, 9254.0, 9286.0, 9208.0, 9266.0, 9273.0, 9242.0, 9281.0, 9324.0, 9319.0, 9291.0, 9323.0, 9331.0, 9331.0, 9274.0, 9315.0, 9296.0, 9309.0, 9344.0, 9346.0, 9323.0, 9303.0, 9260.0, 9215.0, 9251.0, 9249.0, 9219.0, 9258.0, 9293.0, 9317.0, 9302.0, 9300.0, 9317.0, 9245.0, 9260.0, 9224.0, 9194.0, 9206.0, 9164.0, 9211.0, 9255.0, 9207.0, 9253.0, 9207.0, 9216.0, 9210.0, 9196.0, 9237.0, 9183.0, 9216.0, 9194.0, 9220.0, 9186.0, 9239.0, 9180.0, 9198.0, 9141.0, 9216.0, 9147.0, 9195.0, 9098.0, 9261.0, 9162.0, 9215.0, 9236.0, 9169.0, 9248.0, 9267.0, 9253.0, 9256.0, 9284.0, 9228.0, 9241.0, 9244.0, 9228.0, 9257.0, 9255.0, 9217.0, 9250.0, 9252.0, 9262.0, 9289.0, 9298.0, 9258.0, 9295.0, 9311.0, 9249.0, 9267.0, 9301.0, 9269.0, 9264.0, 9294.0, 9313.0, 9335.0, 9318.0, 9301.0, 9307.0, 9267.0, 9266.0, 9223.0, 9245.0, 9279.0, 9280.0, 9238.0, 9294.0, 9244.0, 9255.0, 9207.0, 9222.0, 9185.0, 9205.0, 9232.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.005598646788990826</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.05392332282110092</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>46.92036635504015</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2777228027898961</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0626870718254882</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5075</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4922.5801</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.2603695727647286</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>361</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>41.39908256880734</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.456683703920604</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.331218944419409</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.652532209485977</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3862999578564263</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0287563</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017540430650115013</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.04199367016553879</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.459295120896316</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>16.7032</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.9609</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>206.4393</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>292972.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1008.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>390.4831</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.6265</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>436.6247</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3368.1365</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3520.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>83572.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1446.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4250.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>789.3577</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>29.435847637359984</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> |