=== 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-0115 --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-0115",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0115_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-0115_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-0115_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-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_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-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_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-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_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-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_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-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_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-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_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-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0115/figures/sub-0115_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-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115/ses-04/func/sub-0115_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>8878e5a018ff3c85605ff4a5708e1188</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>19:34:2.992500</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.997558, -0.0562444, -0.0414188, 0.0500105, 0.989081, -0.138631]</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.0967532</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>[4218, -7713, -7278, 240, -125, -51, -84, 82]</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>243.874</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>59612bcf-2416-41c8-88a2-0f8276e4f51a||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.6763739585876465, 0.1341744214296341, -0.13166221976280212, 106.23872375488281], [0.15089964866638184, 2.6536307334899902, -0.36779728531837463, -102.8181381225586], [-0.11112368106842041, 0.3719373643398285, 2.6715893745422363, -82.62708282470703], [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': ['193402.992500', '193403.452500', '193403.912500', '193404.372500', '193404.832500', '193405.292500', '193405.752500', '193406.212500', '193406.672500', '193407.132500', '193407.592500', '193408.052500', '193408.512500', '193408.972500', '193409.432500', '193409.892500', '193410.352500', '193410.812500', '193411.272500', '193411.732500', '193412.192500', '193412.652500', '193413.112500', '193413.572500', '193414.032500', '193414.492500', '193414.952500', '193415.412500', '193415.872500', '193416.332500', '193416.792500', '193417.252500', '193417.712500', '193418.172500', '193418.632500', '193419.092500', '193419.552500', '193420.012500', '193420.472500', '193420.932500', '193421.392500', '193421.852500', '193422.312500', '193422.772500', '193423.232500', '193423.692500', '193424.152500', '193424.612500', '193425.072500', '193425.532500', '193425.992500', '193426.452500', '193426.912500', '193427.372500', '193427.832500', '193428.292500', '193428.752500', '193429.212500', '193429.672500', '193430.132500', '193430.592500', '193431.052500', '193431.512500', '193431.972500', '193432.432500', '193432.892500', '193433.352500', '193433.812500', '193434.272500', '193434.732500', '193435.192500', '193435.652500', '193436.112500', '193436.572500', '193437.032500', '193437.492500', '193437.952500', '193438.412500', '193438.872500', '193439.332500', '193439.792500', '193440.252500', '193440.712500', '193441.172500', '193441.632500', '193442.092500', '193442.552500', '193443.012500', '193443.472500', '193443.932500', '193444.392500', '193444.852500', '193445.312500', '193445.772500', '193446.232500', '193446.692500', '193447.152500', '193447.612500', '193448.072500', '193448.532500', '193448.992500', '193449.452500', '193449.912500', '193450.372500', '193450.832500', '193451.292500', '193451.752500', '193452.212500', '193452.672500', '193453.132500', '193453.592500', '193454.052500', '193454.512500', '193454.972500', '193455.432500', '193455.892500', '193456.352500', '193456.812500', '193457.272500', '193457.732500', '193458.192500', '193458.652500', '193459.112500', '193459.572500', '193500.032500', '193500.492500', '193500.952500', '193501.412500', '193501.872500', '193502.332500', '193502.792500', '193503.252500', '193503.712500', '193504.172500', '193504.632500', '193505.092500', '193505.552500', '193506.012500', '193506.472500', '193506.932500', '193507.392500', '193507.852500', '193508.312500', '193508.772500', '193509.232500', '193509.692500', '193510.152500', '193510.612500', '193511.072500', '193511.532500', '193511.992500', '193512.452500', '193512.912500', '193513.372500', '193513.832500', '193514.292500', '193514.752500', '193515.212500', '193515.672500', '193516.132500', '193516.592500', '193517.052500', '193517.512500', '193517.972500', '193518.432500', '193518.892500', '193519.352500', '193519.812500', '193520.272500', '193520.732500', '193521.192500', '193521.652500', '193522.112500', '193522.572500', '193523.032500', '193523.492500', '193523.952500', '193524.412500', '193524.872500', '193525.332500', '193525.792500', '193526.252500', '193526.712500', '193527.172500', '193527.632500', '193528.092500', '193528.552500', '193529.012500', '193529.472500', '193529.932500', '193530.392500', '193530.852500', '193531.312500', '193531.772500', '193532.232500', '193532.692500', '193533.152500', '193533.612500', '193534.072500', '193534.532500', '193534.992500', '193535.452500', '193535.912500', '193536.372500', '193536.832500', '193537.292500', '193537.752500', '193538.212500', '193538.672500', '193539.132500', '193539.592500', '193540.052500', '193540.512500', '193540.972500', '193541.432500', '193541.892500', '193542.352500', '193542.812500', '193543.272500', '193543.732500', '193544.192500', '193544.652500', '193545.112500', '193545.572500', '193546.032500', '193546.492500', '193546.952500', '193547.412500', '193547.872500', '193548.332500', '193548.792500', '193549.252500', '193549.712500', '193550.172500', '193550.632500', '193551.092500', '193551.552500', '193552.012500', '193552.472500', '193552.932500', '193553.392500', '193553.852500', '193554.312500', '193554.772500', '193555.232500', '193555.692500', '193556.152500', '193556.612500', '193557.072500', '193557.532500', '193557.992500', '193558.452500', '193558.912500', '193559.372500', '193559.832500', '193600.292500', '193600.752500', '193601.212500', '193601.672500', '193602.132500', '193602.592500', '193603.052500', '193603.512500', '193603.972500', '193604.432500', '193604.892500', '193605.352500', '193605.812500', '193606.272500', '193606.732500', '193607.192500', '193607.652500', '193608.112500', '193608.572500', '193609.032500', '193609.492500', '193609.952500', '193610.412500', '193610.872500', '193611.332500', '193611.792500', '193612.252500', '193612.712500', '193613.172500', '193613.632500', '193614.092500', '193614.552500', '193615.012500', '193615.472500', '193615.932500', '193616.392500', '193616.852500', '193617.312500', '193617.772500', '193618.232500', '193618.692500', '193619.152500', '193619.612500', '193620.072500', '193620.532500', '193620.992500', '193621.452500', '193621.912500', '193622.372500', '193622.832500', '193623.292500', '193623.752500', '193624.212500', '193624.672500', '193625.132500', '193625.592500', '193626.052500', '193626.512500', '193626.972500', '193627.432500', '193627.892500', '193628.352500', '193628.812500', '193629.272500', '193629.732500', '193630.192500', '193630.652500', '193631.112500', '193631.572500', '193632.032500', '193632.492500', '193632.952500', '193633.412500', '193633.872500', '193634.332500', '193634.792500', '193635.252500', '193635.712500', '193636.172500', '193636.632500', '193637.092500', '193637.552500', '193638.012500', '193638.472500', '193638.932500', '193639.392500', '193639.852500', '193640.312500', '193640.772500', '193641.232500', '193641.692500', '193642.152500', '193642.612500', '193643.072500', '193643.532500', '193643.992500', '193644.452500', '193644.912500', '193645.372500', '193645.832500', '193646.292500', '193646.752500', '193647.212500', '193647.672500', '193648.132500', '193648.592500', '193649.052500', '193649.512500', '193649.972500', '193650.432500', '193650.892500', '193651.352500', '193651.812500', '193652.272500', '193652.732500', '193653.192500', '193653.652500', '193654.112500', '193654.572500', '193655.032500', '193655.492500', '193655.952500', '193656.412500', '193656.872500', '193657.332500', '193657.792500', '193658.252500', '193658.712500', '193659.172500', '193659.632500', '193700.092500', '193700.552500', '193701.012500', '193701.472500', '193701.932500', '193702.392500', '193702.852500', '193703.312500', '193703.772500', '193704.232500', '193704.692500', '193705.152500', '193705.612500', '193706.072500', '193706.532500', '193706.992500', '193707.452500', '193707.912500', '193708.372500', '193708.832500', '193709.292500', '193709.752500', '193710.212500', '193710.672500', '193711.132500', '193711.592500', '193712.052500', '193712.512500', '193712.972500', '193713.432500', '193713.892500', '193714.352500', '193714.812500', '193715.272500', '193715.732500', '193716.192500', '193716.652500', '193717.112500', '193717.572500', '193718.032500', '193718.492500', '193718.952500', '193719.412500', '193719.872500', '193720.332500', '193720.792500', '193721.252500', '193721.712500', '193722.172500', '193722.632500', '193723.092500', '193723.552500', '193724.012500', '193724.472500', '193724.932500', '193725.392500', '193725.852500', '193726.312500', '193726.772500', '193727.232500', '193727.692500', '193728.152500', '193728.612500', '193729.072500', '193729.532500', '193729.992500', '193730.452500', '193730.912500', '193731.372500', '193731.832500', '193732.292500', '193732.752500', '193733.212500', '193733.672500', '193734.132500', '193734.592500', '193735.052500', '193735.512500', '193735.972500', '193736.432500', '193736.892500', '193737.352500', '193737.812500', '193738.272500', '193738.732500', '193739.192500', '193739.652500', '193740.112500', '193740.572500', '193741.032500', '193741.492500', '193741.952500', '193742.412500', '193742.872500', '193743.332500', '193743.792500', '193744.252500', '193744.712500', '193745.172500', '193745.632500', '193746.092500', '193746.552500', '193747.012500', '193747.472500', '193747.932500', '193748.392500', '193748.852500', '193749.312500', '193749.772500', '193750.232500', '193750.692500', '193751.152500', '193751.612500', '193752.072500', '193752.532500', '193752.992500', '193753.452500', '193753.912500', '193754.372500', '193754.832500', '193755.292500', '193755.752500', '193756.212500', '193756.672500', '193757.132500', '193757.592500', '193758.052500', '193758.512500', '193758.972500', '193759.432500', '193759.892500', '193800.352500', '193800.812500', '193801.272500', '193801.732500', '193802.192500', '193802.652500', '193803.112500', '193803.572500', '193804.032500', '193804.492500', '193804.952500', '193805.412500', '193805.872500', '193806.332500', '193806.792500', '193807.252500', '193807.712500', '193808.172500', '193808.632500', '193809.092500', '193809.552500', '193810.012500', '193810.472500', '193810.932500', '193811.392500', '193811.852500', '193812.312500', '193812.772500', '193813.232500', '193813.692500', '193814.152500', '193814.612500', '193815.072500', '193815.532500', '193815.992500', '193816.452500', '193816.912500', '193817.372500', '193817.832500', '193818.292500', '193818.752500', '193819.212500', '193819.672500', '193820.132500', '193820.592500', '193821.052500', '193821.512500', '193821.972500', '193822.432500', '193822.892500', '193823.352500', '193823.812500', '193824.272500', '193824.732500', '193825.192500', '193825.652500', '193826.112500', '193826.572500', '193827.032500', '193827.492500', '193827.952500', '193828.412500', '193828.872500', '193829.332500', '193829.792500', '193830.252500', '193830.712500', '193831.172500', '193831.632500', '193832.092500', '193832.552500', '193833.012500', '193833.472500', '193833.932500', '193834.392500', '193834.852500', '193835.312500', '193835.772500', '193836.232500', '193836.692500', '193837.152500', '193837.612500', '193838.072500', '193838.532500', '193838.992500', '193839.452500', '193839.912500', '193840.372500', '193840.832500', '193841.292500', '193841.752500', '193842.212500', '193842.672500', '193843.132500', '193843.592500', '193844.052500', '193844.512500', '193844.972500', '193845.432500', '193845.892500', '193846.352500', '193846.812500', '193847.272500', '193847.732500', '193848.192500', '193848.652500', '193849.112500', '193849.572500', '193850.032500', '193850.492500', '193850.952500', '193851.412500', '193851.872500', '193852.332500', '193852.792500', '193853.252500', '193853.712500', '193854.172500', '193854.632500', '193855.092500', '193855.552500', '193856.012500', '193856.472500', '193856.932500', '193857.392500', '193857.852500', '193858.312500', '193858.772500', '193859.232500', '193859.692500', '193900.152500', '193900.612500', '193901.072500', '193901.532500', '193901.992500', '193902.452500', '193902.912500', '193903.372500', '193903.832500', '193904.292500', '193904.752500', '193905.212500', '193905.672500', '193906.132500', '193906.592500', '193907.052500', '193907.512500', '193907.972500', '193908.432500', '193908.892500', '193909.352500', '193909.812500', '193910.272500', '193910.732500', '193911.192500', '193911.652500', '193912.112500', '193912.572500', '193913.032500', '193913.492500', '193913.952500', '193914.412500', '193914.872500', '193915.332500', '193915.792500', '193916.252500', '193916.712500', '193917.172500', '193917.632500', '193918.092500', '193918.552500', '193919.012500', '193919.472500', '193919.932500', '193920.392500', '193920.852500', '193921.312500', '193921.772500', '193922.232500', '193922.692500', '193923.152500', '193923.612500', '193924.072500', '193924.532500', '193924.992500', '193925.452500', '193925.912500', '193926.372500', '193926.832500', '193927.292500', '193927.752500', '193928.212500', '193928.672500', '193929.132500', '193929.592500', '193930.052500', '193930.512500', '193930.972500', '193931.432500', '193931.892500', '193932.352500', '193932.812500', '193933.272500', '193933.732500', '193934.192500', '193934.652500', '193935.112500', '193935.572500', '193936.032500', '193936.492500', '193936.952500', '193937.412500', '193937.872500', '193938.332500', '193938.792500', '193939.252500', '193939.712500', '193940.172500', '193940.632500', '193941.092500', '193941.552500', '193942.012500', '193942.472500', '193942.932500', '193943.392500', '193943.852500', '193944.312500', '193944.772500', '193945.232500', '193945.692500', '193946.152500', '193946.612500', '193947.072500', '193947.532500', '193947.992500', '193948.452500', '193948.912500', '193949.372500', '193949.832500', '193950.292500', '193950.752500', '193951.212500', '193951.672500', '193952.132500', '193952.592500', '193953.052500', '193953.512500', '193953.972500', '193954.432500', '193954.892500', '193955.352500', '193955.812500', '193956.272500', '193956.732500', '193957.192500', '193957.652500', '193958.112500', '193958.572500', '193959.032500', '193959.492500', '193959.952500', '194000.412500', '194000.872500', '194001.332500', '194001.792500', '194002.252500', '194002.712500', '194003.172500', '194003.632500', '194004.092500', '194004.552500', '194005.012500', '194005.472500', '194005.932500', '194006.392500', '194006.852500', '194007.312500', '194007.772500', '194008.232500', '194008.692500', '194009.152500', '194009.612500', '194010.072500', '194010.532500', '194010.992500', '194011.452500', '194011.912500', '194012.372500', '194012.832500', '194013.292500', '194013.752500', '194014.212500', '194014.672500', '194015.132500', '194015.592500', '194016.052500', '194016.512500', '194016.972500', '194017.432500', '194017.892500', '194018.352500', '194018.812500', '194019.272500', '194019.732500', '194020.192500', '194020.652500', '194021.112500', '194021.572500', '194022.032500', '194022.492500', '194022.952500', '194023.412500', '194023.872500', '194024.332500', '194024.792500', '194025.252500', '194025.712500', '194026.172500', '194026.632500', '194027.092500', '194027.552500', '194028.012500', '194028.472500', '194028.932500', '194029.392500', '194029.852500', '194030.312500', '194030.772500', '194031.232500', '194031.692500', '194032.152500', '194032.612500', '194033.072500', '194033.532500', '194033.992500', '194034.452500', '194034.912500', '194035.372500', '194035.832500', '194036.292500', '194036.752500', '194037.212500', '194037.672500', '194038.132500', '194038.592500', '194039.052500', '194039.512500', '194039.972500', '194040.432500', '194040.892500', '194041.352500', '194041.812500', '194042.272500', '194042.732500', '194043.192500', '194043.652500'], 'ContentTime': ['193416.712000', '193416.718000', '193416.720000', '193416.723000', '193416.726000', '193416.728000', '193416.731000', '193416.733000', '193416.736000', '193416.739000', '193416.741000', '193416.744000', '193416.746000', '193416.749000', '193416.751000', '193416.754000', '193416.757000', '193416.759000', '193416.762000', '193416.764000', '193416.767000', '193416.769000', '193416.772000', '193416.774000', '193416.777000', '193416.780000', '193416.782000', '193416.785000', '193436.654000', '193436.656000', '193436.659000', '193436.663000', '193436.665000', '193436.668000', '193436.670000', '193436.673000', '193436.675000', '193436.678000', '193436.680000', '193436.683000', '193436.686000', '193436.694000', '193436.697000', '193436.699000', '193436.702000', '193436.704000', '193436.707000', '193436.709000', '193436.712000', '193436.714000', '193436.717000', '193436.720000', '193436.722000', '193436.725000', '193436.727000', '193436.730000', '193436.732000', '193436.735000', '193436.738000', '193436.740000', '193436.743000', '193436.745000', '193436.748000', '193436.750000', '193436.753000', '193436.755000', '193436.758000', '193436.760000', '193436.763000', '193436.766000', '193436.768000', '193436.771000', '193456.653000', '193456.656000', '193456.659000', '193456.661000', '193456.664000', '193456.666000', '193456.669000', '193456.671000', '193456.674000', '193456.676000', '193456.679000', '193456.682000', '193456.684000', '193456.687000', '193456.689000', '193456.692000', '193456.694000', '193456.697000', '193456.699000', '193456.702000', '193456.704000', '193456.707000', '193456.709000', '193456.712000', '193456.714000', '193456.717000', '193456.720000', '193456.722000', '193456.725000', '193456.727000', '193456.730000', '193456.732000', '193456.735000', '193456.744000', '193456.747000', '193456.749000', '193456.752000', '193456.754000', '193456.757000', '193456.760000', '193456.762000', '193456.765000', '193456.767000', '193516.653000', '193516.656000', '193516.659000', '193516.662000', '193516.664000', '193516.667000', '193516.669000', '193516.672000', '193516.674000', '193516.677000', '193516.679000', '193516.682000', '193516.685000', '193516.687000', '193516.690000', '193516.692000', '193516.695000', '193516.698000', '193516.700000', '193516.703000', '193516.705000', '193516.708000', '193516.710000', '193516.713000', '193516.715000', '193516.718000', '193516.721000', '193516.723000', '193516.726000', '193516.728000', '193516.731000', '193516.733000', '193516.736000', '193516.738000', '193516.741000', '193516.743000', '193516.746000', '193516.748000', '193516.751000', '193516.761000', '193516.775000', '193516.778000', '193516.780000', '193536.653000', '193536.656000', '193536.659000', '193536.661000', '193536.664000', '193536.666000', '193536.669000', '193536.672000', '193536.674000', '193536.677000', '193536.679000', '193536.682000', '193536.684000', '193536.687000', '193536.690000', '193536.692000', '193536.695000', '193536.697000', '193536.700000', '193536.702000', '193536.705000', '193536.707000', '193536.710000', '193536.712000', '193536.715000', '193536.718000', '193536.720000', '193536.723000', '193536.725000', '193536.728000', '193536.730000', '193536.733000', '193536.735000', '193536.738000', '193536.741000', '193536.743000', '193536.746000', '193536.748000', '193536.751000', '193536.754000', '193536.756000', '193536.759000', '193536.761000', '193536.764000', '193556.654000', '193556.656000', '193556.659000', '193556.662000', '193556.664000', '193556.667000', '193556.669000', '193556.672000', '193556.675000', '193556.677000', '193556.680000', '193556.682000', '193556.685000', '193556.687000', '193556.690000', '193556.693000', '193556.695000', '193556.698000', '193556.702000', '193556.704000', '193556.707000', '193556.710000', '193556.712000', '193556.715000', '193556.717000', '193556.720000', '193556.723000', '193556.725000', '193556.728000', '193556.730000', '193556.733000', '193556.735000', '193556.738000', '193556.740000', '193556.743000', '193556.745000', '193556.748000', '193556.751000', '193556.753000', '193556.756000', '193556.758000', '193556.761000', '193556.764000', '193616.654000', '193616.656000', '193616.659000', '193616.662000', '193616.664000', '193616.667000', '193616.669000', '193616.672000', '193616.675000', '193616.677000', '193616.680000', '193616.682000', '193616.685000', '193616.688000', '193616.690000', '193616.693000', '193616.695000', '193616.698000', '193616.700000', '193616.703000', '193616.706000', '193616.708000', '193616.711000', '193616.718000', '193616.720000', '193616.723000', '193616.726000', '193616.728000', '193616.731000', '193616.733000', '193616.736000', '193616.738000', '193616.741000', '193616.744000', '193616.746000', '193616.749000', '193616.751000', '193616.754000', '193616.757000', '193616.759000', '193616.762000', '193616.764000', '193616.767000', '193616.769000', '193636.653000', '193636.656000', '193636.659000', '193636.661000', '193636.664000', '193636.667000', '193636.669000', '193636.672000', '193636.674000', '193636.677000', '193636.680000', '193636.683000', '193636.686000', '193636.689000', '193636.691000', '193636.694000', '193636.697000', '193636.699000', '193636.702000', '193636.704000', '193636.707000', '193636.710000', '193636.712000', '193636.715000', '193636.717000', '193636.720000', '193636.722000', '193636.725000', '193636.727000', '193636.730000', '193636.732000', '193636.735000', '193636.738000', '193636.740000', '193636.743000', '193636.745000', '193636.748000', '193636.750000', '193636.753000', '193636.756000', '193636.758000', '193636.761000', '193636.763000', '193656.653000', '193656.656000', '193656.659000', '193656.661000', '193656.664000', '193656.667000', '193656.669000', '193656.672000', '193656.674000', '193656.677000', '193656.679000', '193656.682000', '193656.685000', '193656.687000', '193656.690000', '193656.692000', '193656.695000', '193656.697000', '193656.700000', '193656.702000', '193656.705000', '193656.708000', '193656.710000', '193656.713000', '193656.715000', '193656.718000', '193656.721000', '193656.723000', '193656.726000', '193656.728000', '193656.731000', '193656.733000', '193656.736000', '193656.738000', '193656.741000', '193656.744000', '193656.760000', '193656.763000', '193656.765000', '193656.768000', '193656.770000', '193656.773000', '193656.776000', '193656.778000', '193716.654000', '193716.656000', '193716.659000', '193716.662000', '193716.664000', '193716.667000', '193716.669000', '193716.672000', '193716.675000', '193716.677000', '193716.680000', '193716.682000', '193716.686000', '193716.689000', '193716.691000', '193716.694000', '193716.697000', '193716.699000', '193716.702000', '193716.704000', '193716.707000', '193716.710000', '193716.712000', '193716.715000', '193716.717000', '193716.720000', '193716.722000', '193716.725000', '193716.728000', '193716.730000', '193716.733000', '193716.735000', '193716.738000', '193716.742000', '193716.745000', '193716.747000', '193716.750000', '193716.752000', '193716.755000', '193716.757000', '193716.760000', '193716.763000', '193716.765000', '193736.654000', '193736.656000', '193736.659000', '193736.661000', '193736.664000', '193736.667000', '193736.669000', '193736.672000', '193736.674000', '193736.677000', '193736.680000', '193736.682000', '193736.685000', '193736.687000', '193736.690000', '193736.693000', '193736.695000', '193736.698000', '193736.700000', '193736.703000', '193736.705000', '193736.708000', '193736.711000', '193736.713000', '193736.716000', '193736.719000', '193736.721000', '193736.724000', '193736.726000', '193736.729000', '193736.731000', '193736.734000', '193736.736000', '193736.739000', '193736.742000', '193736.744000', '193736.747000', '193736.749000', '193736.752000', '193736.754000', '193736.757000', '193736.760000', '193736.762000', '193736.765000', '193756.653000', '193756.656000', '193756.659000', '193756.662000', '193756.664000', '193756.667000', '193756.669000', '193756.672000', '193756.675000', '193756.677000', '193756.680000', '193756.682000', '193756.685000', '193756.688000', '193756.691000', '193756.694000', '193756.697000', '193756.700000', '193756.702000', '193756.705000', '193756.708000', '193756.710000', '193756.713000', '193756.715000', '193756.718000', '193756.721000', '193756.723000', '193756.726000', '193756.728000', '193756.731000', '193756.733000', '193756.736000', '193756.739000', '193756.741000', '193756.744000', '193756.746000', '193756.749000', '193756.751000', '193756.754000', '193756.757000', '193756.759000', '193756.762000', '193756.764000', '193816.653000', '193816.656000', '193816.659000', '193816.661000', '193816.664000', '193816.667000', '193816.669000', '193816.672000', '193816.674000', '193816.677000', '193816.680000', '193816.682000', '193816.685000', '193816.687000', '193816.690000', '193816.693000', '193816.695000', '193816.698000', '193816.700000', '193816.703000', '193816.706000', '193816.708000', '193816.711000', '193816.713000', '193816.716000', '193816.718000', '193816.721000', '193816.724000', '193816.726000', '193816.729000', '193816.731000', '193816.734000', '193816.737000', '193816.739000', '193816.742000', '193816.745000', '193816.747000', '193816.750000', '193816.752000', '193816.755000', '193816.757000', '193816.760000', '193816.762000', '193816.765000', '193836.653000', '193836.656000', '193836.671000', '193836.673000', '193836.676000', '193836.678000', '193836.681000', '193836.684000', '193836.686000', '193836.689000', '193836.691000', '193836.694000', '193836.696000', '193836.699000', '193836.702000', '193836.704000', '193836.707000', '193836.709000', '193836.712000', '193836.715000', '193836.717000', '193836.720000', '193836.722000', '193836.725000', '193836.728000', '193836.730000', '193836.733000', '193836.735000', '193836.738000', '193836.741000', '193836.743000', '193836.746000', '193836.748000', '193836.751000', '193836.754000', '193836.756000', '193836.759000', '193836.761000', '193836.764000', '193836.766000', '193836.769000', '193836.772000', '193836.774000', '193856.653000', '193856.656000', '193856.659000', '193856.662000', '193856.664000', '193856.667000', '193856.669000', '193856.672000', '193856.675000', '193856.677000', '193856.680000', '193856.682000', '193856.685000', '193856.688000', '193856.690000', '193856.693000', '193856.696000', '193856.698000', '193856.701000', '193856.703000', '193856.706000', '193856.709000', '193856.711000', '193856.714000', '193856.716000', '193856.719000', '193856.721000', '193856.724000', '193856.727000', '193856.729000', '193856.732000', '193856.734000', '193856.737000', '193856.739000', '193856.742000', '193856.745000', '193856.747000', '193856.750000', '193856.752000', '193856.755000', '193856.757000', '193856.760000', '193856.763000', '193856.765000', '193916.673000', '193916.676000', '193916.679000', '193916.682000', '193916.684000', '193916.687000', '193916.690000', '193916.692000', '193916.695000', '193916.697000', '193916.700000', '193916.703000', '193916.705000', '193916.708000', '193916.711000', '193916.713000', '193916.716000', '193916.719000', '193916.721000', '193916.724000', '193916.726000', '193916.729000', '193916.732000', '193916.734000', '193916.737000', '193916.740000', '193916.742000', '193916.745000', '193916.748000', '193916.750000', '193916.753000', '193916.755000', '193916.758000', '193916.761000', '193916.763000', '193916.766000', '193916.769000', '193916.771000', '193916.774000', '193916.776000', '193916.779000', '193916.782000', '193916.784000', '193936.654000', '193936.657000', '193936.659000', '193936.662000', '193936.664000', '193936.667000', '193936.669000', '193936.672000', '193936.675000', '193936.677000', '193936.680000', '193936.682000', '193936.685000', '193936.687000', '193936.690000', '193936.693000', '193936.695000', '193936.698000', '193936.701000', '193936.703000', '193936.706000', '193936.708000', '193936.711000', '193936.713000', '193936.716000', '193936.718000', '193936.721000', '193936.724000', '193936.726000', '193936.729000', '193936.732000', '193936.734000', '193936.737000', '193936.739000', '193936.742000', '193936.744000', '193936.747000', '193936.750000', '193936.752000', '193936.755000', '193936.757000', '193936.760000', '193936.763000', '193936.766000', '193956.654000', '193956.656000', '193956.659000', '193956.662000', '193956.664000', '193956.667000', '193956.669000', '193956.672000', '193956.674000', '193956.677000', '193956.680000', '193956.682000', '193956.685000', '193956.698000', '193956.700000', '193956.703000', '193956.706000', '193956.708000', '193956.711000', '193956.713000', '193956.716000', '193956.719000', '193956.721000', '193956.724000', '193956.726000', '193956.729000', '193956.731000', '193956.734000', '193956.737000', '193956.739000', '193956.742000', '193956.746000', '193956.749000', '193956.751000', '193956.754000', '193956.756000', '193956.759000', '193956.762000', '193956.764000', '193956.767000', '193956.769000', '193956.772000', '193956.775000', '194016.654000', '194016.656000', '194016.659000', '194016.662000', '194016.664000', '194016.667000', '194016.669000', '194016.672000', '194016.674000', '194016.677000', '194016.680000', '194016.682000', '194016.685000', '194016.688000', '194016.690000', '194016.693000', '194016.695000', '194016.698000', '194016.701000', '194016.703000', '194016.706000', '194016.708000', '194016.711000', '194016.713000', '194016.716000', '194016.718000', '194016.721000', '194016.724000', '194016.726000', '194016.729000', '194016.731000', '194016.734000', '194016.737000', '194016.739000', '194016.742000', '194016.744000', '194016.747000', '194016.749000', '194016.752000', '194016.754000', '194016.757000', '194016.760000', '194016.762000', '194016.765000', '194036.653000', '194036.656000', '194036.659000', '194036.661000', '194036.664000', '194036.667000', '194036.669000', '194036.672000', '194036.674000', '194036.677000', '194036.679000', '194036.682000', '194036.685000', '194036.687000', '194036.690000', '194036.693000', '194036.695000', '194036.698000', '194036.700000', '194036.703000', '194036.705000', '194036.708000', '194036.711000', '194036.713000', '194036.716000', '194036.718000', '194036.721000', '194036.723000', '194036.726000', '194036.729000', '194036.731000', '194036.734000', '194036.736000', '194036.739000', '194036.741000', '194036.744000', '194036.746000', '194036.749000', '194036.751000', '194036.754000', '194036.757000', '194036.759000', '194036.762000', '194044.608000', '194044.611000', '194044.614000', '194044.617000', '194044.619000', '194044.622000', '194044.625000', '194044.627000', '194044.630000', '194044.632000', '194044.635000', '194044.638000', '194044.640000', '194044.643000', '194044.645000', '194044.648000', '194044.651000', '194044.654000'], 'InstanceCreationTime': ['193416.712000', '193416.718000', '193416.720000', '193416.723000', '193416.726000', '193416.728000', '193416.731000', '193416.733000', '193416.736000', '193416.739000', '193416.741000', '193416.744000', '193416.746000', '193416.749000', '193416.751000', '193416.754000', '193416.757000', '193416.759000', '193416.762000', '193416.764000', '193416.767000', '193416.769000', '193416.772000', '193416.774000', '193416.777000', '193416.780000', '193416.782000', '193416.785000', '193436.654000', '193436.656000', '193436.659000', '193436.663000', '193436.665000', '193436.668000', '193436.670000', '193436.673000', '193436.675000', '193436.678000', '193436.680000', '193436.683000', '193436.686000', '193436.694000', '193436.697000', '193436.699000', '193436.702000', '193436.704000', '193436.707000', '193436.709000', '193436.712000', '193436.714000', '193436.717000', '193436.720000', '193436.722000', '193436.725000', '193436.727000', '193436.730000', '193436.732000', '193436.735000', '193436.738000', '193436.740000', '193436.743000', '193436.745000', '193436.748000', '193436.750000', '193436.753000', '193436.755000', '193436.758000', '193436.760000', '193436.763000', '193436.766000', '193436.768000', '193436.771000', '193456.653000', '193456.656000', '193456.659000', '193456.661000', '193456.664000', '193456.666000', '193456.669000', '193456.671000', '193456.674000', '193456.676000', '193456.679000', '193456.682000', '193456.684000', '193456.687000', '193456.689000', '193456.692000', '193456.694000', '193456.697000', '193456.699000', '193456.702000', '193456.704000', '193456.707000', '193456.709000', '193456.712000', '193456.714000', '193456.717000', '193456.720000', '193456.722000', '193456.725000', '193456.727000', '193456.730000', '193456.732000', '193456.735000', '193456.744000', '193456.747000', '193456.749000', '193456.752000', '193456.754000', '193456.757000', '193456.760000', '193456.762000', '193456.765000', '193456.767000', '193516.653000', '193516.656000', '193516.659000', '193516.662000', '193516.664000', '193516.667000', '193516.669000', '193516.672000', '193516.674000', '193516.677000', '193516.679000', '193516.682000', '193516.685000', '193516.687000', '193516.690000', '193516.692000', '193516.695000', '193516.698000', '193516.700000', '193516.703000', '193516.705000', '193516.708000', '193516.710000', '193516.713000', '193516.715000', '193516.718000', '193516.721000', '193516.723000', '193516.726000', '193516.728000', '193516.731000', '193516.733000', '193516.736000', '193516.738000', '193516.741000', '193516.743000', '193516.746000', '193516.748000', '193516.751000', '193516.761000', '193516.775000', '193516.778000', '193516.780000', '193536.653000', '193536.656000', '193536.659000', '193536.661000', '193536.664000', '193536.666000', '193536.669000', '193536.672000', '193536.674000', '193536.677000', '193536.679000', '193536.682000', '193536.684000', '193536.687000', '193536.690000', '193536.692000', '193536.695000', '193536.697000', '193536.700000', '193536.702000', '193536.705000', '193536.707000', '193536.710000', '193536.712000', '193536.715000', '193536.718000', '193536.720000', '193536.723000', '193536.725000', '193536.728000', '193536.730000', '193536.733000', '193536.735000', '193536.738000', '193536.741000', '193536.743000', '193536.746000', '193536.748000', '193536.751000', '193536.754000', '193536.756000', '193536.759000', '193536.761000', '193536.764000', '193556.654000', '193556.656000', '193556.659000', '193556.662000', '193556.664000', '193556.667000', '193556.669000', '193556.672000', '193556.675000', '193556.677000', '193556.680000', '193556.682000', '193556.685000', '193556.687000', '193556.690000', '193556.693000', '193556.695000', '193556.698000', '193556.702000', '193556.704000', '193556.707000', '193556.710000', '193556.712000', '193556.715000', '193556.717000', '193556.720000', '193556.723000', '193556.725000', '193556.728000', '193556.730000', '193556.733000', '193556.735000', '193556.738000', '193556.740000', '193556.743000', '193556.745000', '193556.748000', '193556.751000', '193556.753000', '193556.756000', '193556.758000', '193556.761000', '193556.764000', '193616.654000', '193616.656000', '193616.659000', '193616.662000', '193616.664000', '193616.667000', '193616.669000', '193616.672000', '193616.675000', '193616.677000', '193616.680000', '193616.682000', '193616.685000', '193616.688000', '193616.690000', '193616.693000', '193616.695000', '193616.698000', '193616.700000', '193616.703000', '193616.706000', '193616.708000', '193616.711000', '193616.718000', '193616.720000', '193616.723000', '193616.726000', '193616.728000', '193616.731000', '193616.733000', '193616.736000', '193616.738000', '193616.741000', '193616.744000', '193616.746000', '193616.749000', '193616.751000', '193616.754000', '193616.757000', '193616.759000', '193616.762000', '193616.764000', '193616.767000', '193616.769000', '193636.653000', '193636.656000', '193636.659000', '193636.661000', '193636.664000', '193636.667000', '193636.669000', '193636.672000', '193636.674000', '193636.677000', '193636.680000', '193636.683000', '193636.686000', '193636.689000', '193636.691000', '193636.694000', '193636.697000', '193636.699000', '193636.702000', '193636.704000', '193636.707000', '193636.710000', '193636.712000', '193636.715000', '193636.717000', '193636.720000', '193636.722000', '193636.725000', '193636.727000', '193636.730000', '193636.732000', '193636.735000', '193636.738000', '193636.740000', '193636.743000', '193636.745000', '193636.748000', '193636.750000', '193636.753000', '193636.756000', '193636.758000', '193636.761000', '193636.763000', '193656.653000', '193656.656000', '193656.659000', '193656.661000', '193656.664000', '193656.667000', '193656.669000', '193656.672000', '193656.674000', '193656.677000', '193656.679000', '193656.682000', '193656.685000', '193656.687000', '193656.690000', '193656.692000', '193656.695000', '193656.697000', '193656.700000', '193656.702000', '193656.705000', '193656.708000', '193656.710000', '193656.713000', '193656.715000', '193656.718000', '193656.721000', '193656.723000', '193656.726000', '193656.728000', '193656.731000', '193656.733000', '193656.736000', '193656.738000', '193656.741000', '193656.744000', '193656.760000', '193656.763000', '193656.765000', '193656.768000', '193656.770000', '193656.773000', '193656.776000', '193656.778000', '193716.654000', '193716.656000', '193716.659000', '193716.662000', '193716.664000', '193716.667000', '193716.669000', '193716.672000', '193716.675000', '193716.677000', '193716.680000', '193716.682000', '193716.686000', '193716.689000', '193716.691000', '193716.694000', '193716.697000', '193716.699000', '193716.702000', '193716.704000', '193716.707000', '193716.710000', '193716.712000', '193716.715000', '193716.717000', '193716.720000', '193716.722000', '193716.725000', '193716.728000', '193716.730000', '193716.733000', '193716.735000', '193716.738000', '193716.742000', '193716.745000', '193716.747000', '193716.750000', '193716.752000', '193716.755000', '193716.757000', '193716.760000', '193716.763000', '193716.765000', '193736.654000', '193736.656000', '193736.659000', '193736.661000', '193736.664000', '193736.667000', '193736.669000', '193736.672000', '193736.674000', '193736.677000', '193736.680000', '193736.682000', '193736.685000', '193736.687000', '193736.690000', '193736.693000', '193736.695000', '193736.698000', '193736.700000', '193736.703000', '193736.705000', '193736.708000', '193736.711000', '193736.713000', '193736.716000', '193736.719000', '193736.721000', '193736.724000', '193736.726000', '193736.729000', '193736.731000', '193736.734000', '193736.736000', '193736.739000', '193736.742000', '193736.744000', '193736.747000', '193736.749000', '193736.752000', '193736.754000', '193736.757000', '193736.760000', '193736.762000', '193736.765000', '193756.653000', '193756.656000', '193756.659000', '193756.662000', '193756.664000', '193756.667000', '193756.669000', '193756.672000', '193756.675000', '193756.677000', '193756.680000', '193756.682000', '193756.685000', '193756.688000', '193756.691000', '193756.694000', '193756.697000', '193756.700000', '193756.702000', '193756.705000', '193756.708000', '193756.710000', '193756.713000', '193756.715000', '193756.718000', '193756.721000', '193756.723000', '193756.726000', '193756.728000', '193756.731000', '193756.733000', '193756.736000', '193756.739000', '193756.741000', '193756.744000', '193756.746000', '193756.749000', '193756.751000', '193756.754000', '193756.757000', '193756.759000', '193756.762000', '193756.764000', '193816.653000', '193816.656000', '193816.659000', '193816.661000', '193816.664000', '193816.667000', '193816.669000', '193816.672000', '193816.674000', '193816.677000', '193816.680000', '193816.682000', '193816.685000', '193816.687000', '193816.690000', '193816.693000', '193816.695000', '193816.698000', '193816.700000', '193816.703000', '193816.706000', '193816.708000', '193816.711000', '193816.713000', '193816.716000', '193816.718000', '193816.721000', '193816.724000', '193816.726000', '193816.729000', '193816.731000', '193816.734000', '193816.737000', '193816.739000', '193816.742000', '193816.745000', '193816.747000', '193816.750000', '193816.752000', '193816.755000', '193816.757000', '193816.760000', '193816.762000', '193816.765000', '193836.653000', '193836.656000', '193836.671000', '193836.673000', '193836.676000', '193836.678000', '193836.681000', '193836.684000', '193836.686000', '193836.689000', '193836.691000', '193836.694000', '193836.696000', '193836.699000', '193836.702000', '193836.704000', '193836.707000', '193836.709000', '193836.712000', '193836.715000', '193836.717000', '193836.720000', '193836.722000', '193836.725000', '193836.728000', '193836.730000', '193836.733000', '193836.735000', '193836.738000', '193836.741000', '193836.743000', '193836.746000', '193836.748000', '193836.751000', '193836.754000', '193836.756000', '193836.759000', '193836.761000', '193836.764000', '193836.766000', '193836.769000', '193836.772000', '193836.774000', '193856.653000', '193856.656000', '193856.659000', '193856.662000', '193856.664000', '193856.667000', '193856.669000', '193856.672000', '193856.675000', '193856.677000', '193856.680000', '193856.682000', '193856.685000', '193856.688000', '193856.690000', '193856.693000', '193856.696000', '193856.698000', '193856.701000', '193856.703000', '193856.706000', '193856.709000', '193856.711000', '193856.714000', '193856.716000', '193856.719000', '193856.721000', '193856.724000', '193856.727000', '193856.729000', '193856.732000', '193856.734000', '193856.737000', '193856.739000', '193856.742000', '193856.745000', '193856.747000', '193856.750000', '193856.752000', '193856.755000', '193856.757000', '193856.760000', '193856.763000', '193856.765000', '193916.673000', '193916.676000', '193916.679000', '193916.682000', '193916.684000', '193916.687000', '193916.690000', '193916.692000', '193916.695000', '193916.697000', '193916.700000', '193916.703000', '193916.705000', '193916.708000', '193916.711000', '193916.713000', '193916.716000', '193916.719000', '193916.721000', '193916.724000', '193916.726000', '193916.729000', '193916.732000', '193916.734000', '193916.737000', '193916.740000', '193916.742000', '193916.745000', '193916.748000', '193916.750000', '193916.753000', '193916.755000', '193916.758000', '193916.761000', '193916.763000', '193916.766000', '193916.769000', '193916.771000', '193916.774000', '193916.776000', '193916.779000', '193916.782000', '193916.784000', '193936.654000', '193936.657000', '193936.659000', '193936.662000', '193936.664000', '193936.667000', '193936.669000', '193936.672000', '193936.675000', '193936.677000', '193936.680000', '193936.682000', '193936.685000', '193936.687000', '193936.690000', '193936.693000', '193936.695000', '193936.698000', '193936.701000', '193936.703000', '193936.706000', '193936.708000', '193936.711000', '193936.713000', '193936.716000', '193936.718000', '193936.721000', '193936.724000', '193936.726000', '193936.729000', '193936.732000', '193936.734000', '193936.737000', '193936.739000', '193936.742000', '193936.744000', '193936.747000', '193936.750000', '193936.752000', '193936.755000', '193936.757000', '193936.760000', '193936.763000', '193936.766000', '193956.654000', '193956.656000', '193956.659000', '193956.662000', '193956.664000', '193956.667000', '193956.669000', '193956.672000', '193956.674000', '193956.677000', '193956.680000', '193956.682000', '193956.685000', '193956.698000', '193956.700000', '193956.703000', '193956.706000', '193956.708000', '193956.711000', '193956.713000', '193956.716000', '193956.719000', '193956.721000', '193956.724000', '193956.726000', '193956.729000', '193956.731000', '193956.734000', '193956.737000', '193956.739000', '193956.742000', '193956.746000', '193956.749000', '193956.751000', '193956.754000', '193956.756000', '193956.759000', '193956.762000', '193956.764000', '193956.767000', '193956.769000', '193956.772000', '193956.775000', '194016.654000', '194016.656000', '194016.659000', '194016.662000', '194016.664000', '194016.667000', '194016.669000', '194016.672000', '194016.674000', '194016.677000', '194016.680000', '194016.682000', '194016.685000', '194016.688000', '194016.690000', '194016.693000', '194016.695000', '194016.698000', '194016.701000', '194016.703000', '194016.706000', '194016.708000', '194016.711000', '194016.713000', '194016.716000', '194016.718000', '194016.721000', '194016.724000', '194016.726000', '194016.729000', '194016.731000', '194016.734000', '194016.737000', '194016.739000', '194016.742000', '194016.744000', '194016.747000', '194016.749000', '194016.752000', '194016.754000', '194016.757000', '194016.760000', '194016.762000', '194016.765000', '194036.653000', '194036.656000', '194036.659000', '194036.661000', '194036.664000', '194036.667000', '194036.669000', '194036.672000', '194036.674000', '194036.677000', '194036.679000', '194036.682000', '194036.685000', '194036.687000', '194036.690000', '194036.693000', '194036.695000', '194036.698000', '194036.700000', '194036.703000', '194036.705000', '194036.708000', '194036.711000', '194036.713000', '194036.716000', '194036.718000', '194036.721000', '194036.723000', '194036.726000', '194036.729000', '194036.731000', '194036.734000', '194036.736000', '194036.739000', '194036.741000', '194036.744000', '194036.746000', '194036.749000', '194036.751000', '194036.754000', '194036.757000', '194036.759000', '194036.762000', '194044.608000', '194044.611000', '194044.614000', '194044.617000', '194044.619000', '194044.622000', '194044.625000', '194044.627000', '194044.630000', '194044.632000', '194044.635000', '194044.638000', '194044.640000', '194044.643000', '194044.645000', '194044.648000', '194044.651000', '194044.654000'], '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': [12802, 7591, 11708, 7668, 11630, 9352, 11236, 7723, 8990, 8022, 7967, 8019, 9695, 8273, 7413, 8277, 7666, 11980, 7959, 14635, 8369, 13462, 8302, 11915, 8406, 11465, 8460, 11260, 8296, 10972, 8428, 11379, 9298, 11912, 9131, 12393, 8327, 12004, 10464, 13582, 10315, 13172, 8463, 12048, 9104, 11535, 9142, 10877, 8441, 9381, 8328, 9539, 8212, 11139, 8628, 10617, 8499, 10044, 8218, 12221, 8536, 11826, 8281, 12062, 8255, 11679, 9535, 10813, 8564, 9434, 8483, 9210, 8405, 8659, 11712, 8538, 13771, 10895, 9303, 8879, 9258, 12077, 8828, 13258, 9363, 10436, 9347, 7654, 8928, 8271, 8766, 8295, 9001, 8485, 8846, 8177, 12490, 8506, 11749, 10241, 10980, 8781, 10466, 8593, 9511, 8321, 10486, 8904, 8798, 8750, 7729, 8811, 8432, 9025, 8141, 9159, 7867, 8730, 8065, 13561, 10202, 11946, 8134, 12320, 8355, 11942, 8104, 11574, 9190, 10548, 8217, 10172, 8153, 10620, 9168, 10635, 9045, 12248, 9237, 11220, 9250, 11537, 8939, 12121, 8853, 11588, 8665, 10413, 8284, 8965, 10992, 8667, 11910, 10986, 9476, 11171, 8936, 13613, 10515, 13441, 11955, 9340, 9175, 9167, 9204, 9050, 11777, 8777, 11621, 8523, 10135, 8656, 9773, 8518, 11305, 9411, 9611, 9147, 9641, 9332, 9434, 11570, 8243, 12103, 10143, 13917, 9364, 9903, 8206, 9182, 8148, 11272, 10294, 8615, 8041, 7781, 7701, 7687, 10677, 7301, 7707, 7396, 7527, 7553, 10357, 7313, 12313, 8619, 8856, 13368, 7596, 13835, 7875, 14482, 11030, 16909, 13396, 15669, 8494, 13178, 7870, 12609, 10700, 10871, 7017, 9454, 7324, 9828, 7135, 11407, 9671, 8674, 7248, 7557, 6905, 10032, 7263, 13672, 11463, 9072, 8092, 7835, 7068, 8104, 7194, 12993, 10364, 11085, 8258, 10250, 7132, 12669, 7116, 13224, 10523, 12401, 7388, 11014, 7359, 10217, 7533, 10670, 7531, 8830, 7436, 7184, 7513, 7469, 7170, 7904, 7679, 7470, 7273, 7187, 9086, 7064, 12410, 8126, 11271, 7023, 11034, 7044, 10665, 8041, 11615, 7713, 10684, 7525, 8228, 7480, 7289, 7340, 10677, 7384, 13979, 9452, 7951, 7286, 7770, 9107, 7794, 13259, 7796, 9071, 7331, 10229, 10574, 7958, 8450, 7245, 7485, 8183, 7969, 8995, 8205, 10685, 7687, 12387, 7831, 10221, 11603, 8050, 13712, 7931, 13690, 8208, 14496, 9342, 15340, 7947, 8386, 10451, 7094, 13221, 7472, 10305, 7536, 9244, 7669, 7068, 7716, 7061, 7204, 7193, 8180, 7308, 8271, 7074, 8198, 7272, 8862, 7141, 10646, 9094, 8111, 7472, 7801, 7510, 13931, 8766, 15304, 12517, 14472, 9311, 11481, 7725, 9476, 7603, 9487, 7849, 6923, 10192, 6995, 11714, 7967, 11588, 7473, 11225, 7582, 9355, 7599, 8969, 7665, 7654, 7916, 7517, 7272, 7132, 10141, 7464, 10060, 7179, 10926, 7119, 11117, 7106, 11213, 9099, 11447, 7421, 10859, 7430, 10362, 7647, 9696, 7617, 9698, 7758, 7135, 7541, 9178, 8909, 12438, 8286, 8517, 7504, 8721, 7753, 9113, 8433, 10174, 10910, 8611, 13120, 8814, 15264, 12993, 15942, 9681, 13397, 8649, 15385, 11389, 16924, 11392, 11207, 8311, 11102, 8068, 12813, 10600, 9570, 7881, 8833, 7765, 9548, 7688, 14227, 11736, 9259, 7737, 8771, 7669, 8858, 7901, 13863, 11251, 16323, 10095, 14731, 8616, 12372, 8274, 11045, 8326, 8773, 8854, 7340, 8562, 7498, 8458, 9231, 8498, 7538, 8699, 7550, 9737, 7671, 13563, 9384, 12363, 7738, 12489, 7904, 11886, 8152, 11278, 8226, 9749, 8146, 8413, 8306, 8972, 8347, 9118, 8177, 8396, 8041, 8558, 7832, 12292, 9937, 11917, 9213, 11505, 8196, 11091, 8167, 13093, 8425, 9609, 8228, 7416, 8299, 7402, 9067, 7895, 8461, 9506, 7823, 14363, 10449, 8625, 8333, 8502, 10421, 8540, 12600, 10700, 13868, 9005, 12455, 8047, 11490, 8227, 9790, 8249, 8383, 8307, 7248, 8981, 7519, 11683, 7936, 11585, 7834, 8960, 8038, 7663, 8200, 7715, 7582, 10221, 8036, 7643, 8115, 7731, 8073, 8609, 8182, 10743, 12014, 10247, 12355, 7489, 14853, 7499, 13615, 10679, 8515, 12575, 7883, 8681, 7958, 10613, 8496, 13021, 10492, 14283, 11261, 14855, 16305, 8393, 12043, 8083, 13031, 10280, 15623, 11874, 14592, 8554, 10209, 8583, 11246, 8716, 12506, 8733, 7321, 8747, 7473, 13065, 9971, 10105, 7723, 9395, 7869, 12062, 8138, 11784, 8239, 10694, 8170, 8762, 8340, 7271, 8251, 7155, 12173, 8520, 10355, 7467, 8605, 7622, 11333, 7882, 12147, 9934, 11582, 7982, 10637, 8097, 8423, 7843, 7246, 12407, 8651, 12255, 8821, 9280, 9464, 9083, 9881, 8928, 10499, 8719, 9141, 10895, 8458, 14139, 12558, 15061, 8920, 10930, 8309, 14446, 9644, 14911, 10513, 14204, 10455, 9854, 7979, 8907, 8274, 9180, 13441, 8649, 10892, 8503, 12110, 8768, 12585, 8941, 11041, 9042, 7736, 11623, 7830, 10711, 8261, 8979, 8691, 7887, 8523, 7513, 8639, 7248, 8511, 7663, 10341, 8085, 10737, 8102, 9441, 8534, 6991, 8569, 7258, 10058, 7648, 12367, 7623, 8576, 7613, 8679, 7554, 8881, 8697, 12544, 9485, 14923, 9831, 13267, 10462, 12238, 9074, 12991, 9320, 10745, 8786, 7311, 17837, 9006, 15920, 12052, 13150, 8252, 9484, 7776, 7063, 8124, 8325, 8512, 8225, 8536, 7463, 8402, 10243, 9525, 11201, 14352, 10069, 15459, 10550, 13459, 10559, 12240, 8116, 7844, 8158, 7170, 10594, 7411, 11847, 7882, 10457, 7637, 9549, 7916, 10019, 8340, 10675, 8469, 11184, 8749, 10543, 9311, 10587, 14286, 11232, 9725, 7441, 10912, 7528, 14035, 9500, 14704, 9019, 11785, 7770, 12453, 7526, 14272, 12205, 10599, 7594, 8605, 7848, 9393, 7819, 9086, 8775, 9725, 10069, 11226, 10544, 10743, 15643, 12174, 10015, 8085, 8771, 9000, 8774, 11066, 14612, 15129, 11691, 9487, 9003, 7830, 11477, 8005, 12791, 10052, 12811, 8794, 10987, 8505, 8089, 8719, 7900, 8538, 9598, 8542, 7517, 8695, 7767, 9307, 7706, 11332, 8029, 10642, 7992, 11825, 7803, 14083, 11392, 9003, 7223, 9165, 7325, 8958, 11754, 9180, 14208, 8817, 11200, 8773, 8703, 8908, 10920, 8971, 8650, 8934, 8156, 9711, 8002, 11861, 8330, 11886, 8175, 11138, 8250, 9850, 8692, 9747, 8391, 9060, 8778, 8783, 8595], 'WindowCenter': [4240.0, 4164.0, 4199.0, 4136.0, 4173.0, 4153.0, 4171.0, 4121.0, 4139.0, 4130.0, 4128.0, 4128.0, 4151.0, 4128.0, 4119.0, 4128.0, 4119.0, 4169.0, 4129.0, 4192.0, 4130.0, 4180.0, 4129.0, 4168.0, 4131.0, 4171.0, 4140.0, 4169.0, 4140.0, 4169.0, 4140.0, 4171.0, 4152.0, 4180.0, 4152.0, 4180.0, 4129.0, 4170.0, 4161.0, 4179.0, 4149.0, 4179.0, 4127.0, 4167.0, 4127.0, 4156.0, 4138.0, 4157.0, 4117.0, 4136.0, 4127.0, 4136.0, 4129.0, 4158.0, 4128.0, 4147.0, 4127.0, 4146.0, 4129.0, 4168.0, 4128.0, 4168.0, 4129.0, 4168.0, 4129.0, 4170.0, 4151.0, 4170.0, 4138.0, 4138.0, 4139.0, 4149.0, 4129.0, 4141.0, 4170.0, 4141.0, 4191.0, 4172.0, 4150.0, 4140.0, 4140.0, 4171.0, 4140.0, 4182.0, 4140.0, 4159.0, 4139.0, 4117.0, 4138.0, 4127.0, 4126.0, 4128.0, 4137.0, 4139.0, 4137.0, 4127.0, 4168.0, 4128.0, 4158.0, 4150.0, 4156.0, 4127.0, 4146.0, 4127.0, 4135.0, 4117.0, 4148.0, 4127.0, 4127.0, 4127.0, 4106.0, 4128.0, 4118.0, 4127.0, 4116.0, 4136.0, 4117.0, 4126.0, 4117.0, 4179.0, 4149.0, 4156.0, 4117.0, 4166.0, 4115.0, 4155.0, 4115.0, 4156.0, 4137.0, 4147.0, 4127.0, 4147.0, 4118.0, 4146.0, 4138.0, 4159.0, 4154.0, 4170.0, 4140.0, 4171.0, 4140.0, 4158.0, 4137.0, 4169.0, 4137.0, 4156.0, 4126.0, 4148.0, 4117.0, 4126.0, 4159.0, 4130.0, 4169.0, 4159.0, 4149.0, 4159.0, 4138.0, 4178.0, 4149.0, 4180.0, 4159.0, 4127.0, 4126.0, 4125.0, 4124.0, 4126.0, 4156.0, 4127.0, 4155.0, 4125.0, 4146.0, 4127.0, 4146.0, 4140.0, 4172.0, 4150.0, 4149.0, 4139.0, 4152.0, 4151.0, 4165.0, 4185.0, 4143.0, 4171.0, 4161.0, 4180.0, 4139.0, 4136.0, 4116.0, 4125.0, 4116.0, 4159.0, 4149.0, 4128.0, 4130.0, 4132.0, 4119.0, 4115.0, 4146.0, 4104.0, 4117.0, 4119.0, 4130.0, 4130.0, 4158.0, 4120.0, 4180.0, 4141.0, 4139.0, 4191.0, 4119.0, 4178.0, 4128.0, 4179.0, 4159.0, 4201.0, 4180.0, 4189.0, 4127.0, 4165.0, 4115.0, 4154.0, 4147.0, 4145.0, 4094.0, 4135.0, 4105.0, 4145.0, 4107.0, 4157.0, 4149.0, 4126.0, 4106.0, 4115.0, 4107.0, 4147.0, 4117.0, 4179.0, 4159.0, 4126.0, 4117.0, 4117.0, 4106.0, 4116.0, 4109.0, 4177.0, 4148.0, 4156.0, 4116.0, 4147.0, 4095.0, 4165.0, 4094.0, 4166.0, 4147.0, 4155.0, 4093.0, 4143.0, 4093.0, 4135.0, 4107.0, 4145.0, 4105.0, 4123.0, 4104.0, 4093.0, 4094.0, 4103.0, 4095.0, 4115.0, 4106.0, 4106.0, 4105.0, 4107.0, 4137.0, 4106.0, 4168.0, 4119.0, 4157.0, 4108.0, 4157.0, 4107.0, 4148.0, 4120.0, 4159.0, 4117.0, 4147.0, 4118.0, 4125.0, 4106.0, 4106.0, 4107.0, 4147.0, 4109.0, 4191.0, 4150.0, 4128.0, 4119.0, 4129.0, 4140.0, 4133.0, 4194.0, 4130.0, 4139.0, 4134.0, 4174.0, 4161.0, 4129.0, 4129.0, 4106.0, 4119.0, 4140.0, 4132.0, 4153.0, 4143.0, 4172.0, 4132.0, 4182.0, 4131.0, 4160.0, 4172.0, 4131.0, 4192.0, 4131.0, 4180.0, 4128.0, 4181.0, 4138.0, 4190.0, 4116.0, 4117.0, 4147.0, 4095.0, 4165.0, 4093.0, 4133.0, 4103.0, 4124.0, 4103.0, 4095.0, 4106.0, 4095.0, 4104.0, 4096.0, 4115.0, 4108.0, 4126.0, 4109.0, 4129.0, 4121.0, 4138.0, 4109.0, 4161.0, 4142.0, 4129.0, 4119.0, 4120.0, 4119.0, 4191.0, 4140.0, 4192.0, 4171.0, 4180.0, 4139.0, 4158.0, 4106.0, 4137.0, 4105.0, 4138.0, 4115.0, 4097.0, 4145.0, 4095.0, 4157.0, 4116.0, 4156.0, 4105.0, 4157.0, 4105.0, 4136.0, 4105.0, 4127.0, 4106.0, 4106.0, 4115.0, 4106.0, 4105.0, 4095.0, 4147.0, 4108.0, 4136.0, 4096.0, 4157.0, 4108.0, 4157.0, 4107.0, 4157.0, 4141.0, 4158.0, 4109.0, 4157.0, 4107.0, 4147.0, 4117.0, 4137.0, 4119.0, 4150.0, 4119.0, 4110.0, 4134.0, 4165.0, 4153.0, 4180.0, 4130.0, 4141.0, 4123.0, 4154.0, 4144.0, 4166.0, 4145.0, 4163.0, 4174.0, 4142.0, 4195.0, 4154.0, 4204.0, 4184.0, 4203.0, 4151.0, 4181.0, 4129.0, 4191.0, 4161.0, 4202.0, 4160.0, 4159.0, 4130.0, 4158.0, 4118.0, 4169.0, 4148.0, 4138.0, 4117.0, 4139.0, 4119.0, 4148.0, 4121.0, 4191.0, 4171.0, 4139.0, 4118.0, 4128.0, 4108.0, 4126.0, 4118.0, 4167.0, 4159.0, 4188.0, 4137.0, 4178.0, 4116.0, 4156.0, 4115.0, 4145.0, 4115.0, 4115.0, 4125.0, 4105.0, 4126.0, 4106.0, 4116.0, 4136.0, 4124.0, 4106.0, 4114.0, 4106.0, 4136.0, 4107.0, 4166.0, 4126.0, 4157.0, 4106.0, 4166.0, 4115.0, 4157.0, 4117.0, 4147.0, 4116.0, 4137.0, 4118.0, 4128.0, 4129.0, 4154.0, 4131.0, 4140.0, 4131.0, 4142.0, 4144.0, 4154.0, 4134.0, 4184.0, 4165.0, 4174.0, 4154.0, 4172.0, 4133.0, 4173.0, 4132.0, 4195.0, 4131.0, 4150.0, 4129.0, 4109.0, 4130.0, 4121.0, 4139.0, 4118.0, 4130.0, 4151.0, 4133.0, 4192.0, 4175.0, 4142.0, 4142.0, 4155.0, 4163.0, 4154.0, 4183.0, 4175.0, 4194.0, 4153.0, 4183.0, 4132.0, 4170.0, 4131.0, 4151.0, 4130.0, 4130.0, 4128.0, 4120.0, 4138.0, 4122.0, 4171.0, 4130.0, 4170.0, 4131.0, 4140.0, 4132.0, 4131.0, 4143.0, 4132.0, 4133.0, 4164.0, 4134.0, 4132.0, 4144.0, 4133.0, 4144.0, 4144.0, 4144.0, 4188.0, 4185.0, 4162.0, 4183.0, 4121.0, 4191.0, 4110.0, 4206.0, 4175.0, 4143.0, 4182.0, 4132.0, 4140.0, 4132.0, 4162.0, 4142.0, 4182.0, 4164.0, 4205.0, 4176.0, 4207.0, 4217.0, 4131.0, 4171.0, 4130.0, 4180.0, 4164.0, 4191.0, 4159.0, 4179.0, 4127.0, 4136.0, 4126.0, 4158.0, 4127.0, 4157.0, 4114.0, 4094.0, 4113.0, 4105.0, 4168.0, 4137.0, 4136.0, 4106.0, 4127.0, 4116.0, 4156.0, 4105.0, 4157.0, 4117.0, 4136.0, 4118.0, 4116.0, 4115.0, 4106.0, 4115.0, 4107.0, 4169.0, 4127.0, 4147.0, 4108.0, 4127.0, 4118.0, 4158.0, 4119.0, 4170.0, 4150.0, 4158.0, 4119.0, 4149.0, 4119.0, 4118.0, 4115.0, 4106.0, 4172.0, 4143.0, 4172.0, 4141.0, 4139.0, 4139.0, 4140.0, 4161.0, 4154.0, 4162.0, 4144.0, 4180.0, 4190.0, 4158.0, 4207.0, 4186.0, 4193.0, 4129.0, 4149.0, 4132.0, 4191.0, 4140.0, 4190.0, 4150.0, 4180.0, 4147.0, 4137.0, 4117.0, 4127.0, 4129.0, 4141.0, 4181.0, 4129.0, 4147.0, 4129.0, 4158.0, 4128.0, 4168.0, 4127.0, 4147.0, 4125.0, 4106.0, 4155.0, 4105.0, 4134.0, 4116.0, 4125.0, 4127.0, 4117.0, 4125.0, 4107.0, 4127.0, 4108.0, 4127.0, 4119.0, 4149.0, 4131.0, 4171.0, 4131.0, 4149.0, 4140.0, 4111.0, 4140.0, 4122.0, 4176.0, 4134.0, 4196.0, 4132.0, 4153.0, 4133.0, 4152.0, 4133.0, 4155.0, 4157.0, 4195.0, 4166.0, 4205.0, 4164.0, 4193.0, 4161.0, 4171.0, 4140.0, 4183.0, 4139.0, 4160.0, 4129.0, 4109.0, 4213.0, 4141.0, 4190.0, 4157.0, 4180.0, 4118.0, 4136.0, 4106.0, 4107.0, 4119.0, 4130.0, 4141.0, 4130.0, 4140.0, 4120.0, 4141.0, 4164.0, 4163.0, 4173.0, 4193.0, 4151.0, 4190.0, 4160.0, 4179.0, 4149.0, 4157.0, 4116.0, 4116.0, 4116.0, 4107.0, 4158.0, 4109.0, 4169.0, 4129.0, 4160.0, 4119.0, 4149.0, 4130.0, 4162.0, 4142.0, 4161.0, 4142.0, 4172.0, 4141.0, 4161.0, 4139.0, 4160.0, 4190.0, 4159.0, 4137.0, 4108.0, 4157.0, 4118.0, 4191.0, 4151.0, 4191.0, 4140.0, 4169.0, 4119.0, 4169.0, 4134.0, 4205.0, 4172.0, 4147.0, 4106.0, 4126.0, 4129.0, 4149.0, 4130.0, 4151.0, 4143.0, 4164.0, 4161.0, 4171.0, 4161.0, 4173.0, 4204.0, 4182.0, 4149.0, 4118.0, 4128.0, 4138.0, 4127.0, 4161.0, 4179.0, 4190.0, 4158.0, 4136.0, 4125.0, 4104.0, 4145.0, 4103.0, 4155.0, 4136.0, 4155.0, 4115.0, 4143.0, 4115.0, 4103.0, 4112.0, 4103.0, 4114.0, 4124.0, 4114.0, 4093.0, 4113.0, 4104.0, 4125.0, 4106.0, 4146.0, 4116.0, 4145.0, 4115.0, 4156.0, 4120.0, 4190.0, 4161.0, 4127.0, 4107.0, 4136.0, 4107.0, 4139.0, 4169.0, 4139.0, 4180.0, 4138.0, 4158.0, 4126.0, 4115.0, 4125.0, 4146.0, 4126.0, 4114.0, 4125.0, 4104.0, 4124.0, 4104.0, 4154.0, 4114.0, 4156.0, 4115.0, 4146.0, 4116.0, 4136.0, 4127.0, 4136.0, 4127.0, 4126.0, 4129.0, 4127.0, 4143.0], 'WindowWidth': [9388.0, 9272.0, 9307.0, 9218.0, 9259.0, 9233.0, 9252.0, 9186.0, 9206.0, 9195.0, 9189.0, 9191.0, 9224.0, 9190.0, 9179.0, 9189.0, 9179.0, 9244.0, 9191.0, 9281.0, 9195.0, 9259.0, 9191.0, 9241.0, 9197.0, 9250.0, 9209.0, 9246.0, 9209.0, 9245.0, 9209.0, 9249.0, 9230.0, 9262.0, 9226.0, 9262.0, 9193.0, 9247.0, 9236.0, 9259.0, 9217.0, 9257.0, 9185.0, 9238.0, 9185.0, 9220.0, 9202.0, 9222.0, 9171.0, 9195.0, 9185.0, 9195.0, 9192.0, 9225.0, 9189.0, 9210.0, 9186.0, 9210.0, 9190.0, 9240.0, 9189.0, 9241.0, 9191.0, 9240.0, 9191.0, 9245.0, 9225.0, 9249.0, 9203.0, 9204.0, 9205.0, 9219.0, 9192.0, 9211.0, 9249.0, 9212.0, 9278.0, 9252.0, 9221.0, 9208.0, 9207.0, 9248.0, 9208.0, 9267.0, 9207.0, 9229.0, 9205.0, 9172.0, 9201.0, 9185.0, 9183.0, 9188.0, 9198.0, 9203.0, 9200.0, 9187.0, 9240.0, 9188.0, 9225.0, 9218.0, 9221.0, 9185.0, 9206.0, 9185.0, 9191.0, 9171.0, 9210.0, 9185.0, 9183.0, 9185.0, 9156.0, 9188.0, 9172.0, 9184.0, 9167.0, 9195.0, 9170.0, 9181.0, 9172.0, 9254.0, 9216.0, 9223.0, 9169.0, 9233.0, 9165.0, 9217.0, 9166.0, 9222.0, 9198.0, 9211.0, 9186.0, 9210.0, 9174.0, 9209.0, 9202.0, 9231.0, 9233.0, 9246.0, 9206.0, 9252.0, 9208.0, 9227.0, 9199.0, 9246.0, 9202.0, 9223.0, 9182.0, 9212.0, 9172.0, 9184.0, 9230.0, 9193.0, 9243.0, 9230.0, 9218.0, 9231.0, 9201.0, 9253.0, 9217.0, 9258.0, 9231.0, 9183.0, 9182.0, 9178.0, 9175.0, 9182.0, 9219.0, 9184.0, 9220.0, 9179.0, 9207.0, 9183.0, 9209.0, 9207.0, 9253.0, 9221.0, 9218.0, 9204.0, 9227.0, 9224.0, 9250.0, 9278.0, 9220.0, 9248.0, 9238.0, 9261.0, 9205.0, 9196.0, 9167.0, 9180.0, 9170.0, 9228.0, 9217.0, 9189.0, 9198.0, 9203.0, 9178.0, 9167.0, 9207.0, 9151.0, 9171.0, 9178.0, 9199.0, 9197.0, 9231.0, 9183.0, 9261.0, 9210.0, 9207.0, 9277.0, 9180.0, 9257.0, 9190.0, 9258.0, 9232.0, 9293.0, 9260.0, 9272.0, 9186.0, 9233.0, 9168.0, 9217.0, 9212.0, 9206.0, 9139.0, 9193.0, 9155.0, 9208.0, 9159.0, 9225.0, 9219.0, 9184.0, 9158.0, 9170.0, 9161.0, 9213.0, 9175.0, 9257.0, 9230.0, 9183.0, 9172.0, 9174.0, 9157.0, 9170.0, 9164.0, 9253.0, 9214.0, 9223.0, 9168.0, 9212.0, 9140.0, 9233.0, 9136.0, 9233.0, 9211.0, 9217.0, 9135.0, 9198.0, 9134.0, 9190.0, 9158.0, 9205.0, 9153.0, 9175.0, 9152.0, 9135.0, 9138.0, 9149.0, 9141.0, 9167.0, 9156.0, 9157.0, 9154.0, 9159.0, 9198.0, 9157.0, 9240.0, 9178.0, 9225.0, 9163.0, 9226.0, 9161.0, 9213.0, 9180.0, 9231.0, 9174.0, 9211.0, 9175.0, 9180.0, 9158.0, 9158.0, 9159.0, 9211.0, 9164.0, 9275.0, 9221.0, 9192.0, 9179.0, 9193.0, 9209.0, 9205.0, 9286.0, 9195.0, 9206.0, 9210.0, 9260.0, 9240.0, 9191.0, 9192.0, 9158.0, 9180.0, 9211.0, 9203.0, 9233.0, 9219.0, 9254.0, 9202.0, 9267.0, 9199.0, 9236.0, 9254.0, 9199.0, 9279.0, 9196.0, 9260.0, 9191.0, 9262.0, 9200.0, 9274.0, 9169.0, 9170.0, 9210.0, 9139.0, 9230.0, 9133.0, 9184.0, 9148.0, 9174.0, 9148.0, 9139.0, 9154.0, 9139.0, 9151.0, 9142.0, 9167.0, 9163.0, 9183.0, 9164.0, 9191.0, 9183.0, 9204.0, 9167.0, 9235.0, 9212.0, 9192.0, 9180.0, 9182.0, 9180.0, 9276.0, 9207.0, 9279.0, 9250.0, 9260.0, 9204.0, 9225.0, 9156.0, 9197.0, 9153.0, 9200.0, 9166.0, 9143.0, 9205.0, 9140.0, 9223.0, 9169.0, 9220.0, 9155.0, 9221.0, 9154.0, 9194.0, 9153.0, 9182.0, 9155.0, 9155.0, 9166.0, 9155.0, 9153.0, 9141.0, 9210.0, 9160.0, 9195.0, 9144.0, 9224.0, 9162.0, 9225.0, 9161.0, 9225.0, 9209.0, 9226.0, 9164.0, 9226.0, 9162.0, 9212.0, 9175.0, 9199.0, 9179.0, 9219.0, 9180.0, 9167.0, 9211.0, 9249.0, 9230.0, 9260.0, 9194.0, 9209.0, 9189.0, 9232.0, 9222.0, 9252.0, 9223.0, 9246.0, 9259.0, 9214.0, 9287.0, 9231.0, 9299.0, 9273.0, 9296.0, 9223.0, 9262.0, 9190.0, 9275.0, 9236.0, 9293.0, 9233.0, 9229.0, 9192.0, 9227.0, 9174.0, 9242.0, 9214.0, 9200.0, 9174.0, 9203.0, 9178.0, 9214.0, 9183.0, 9275.0, 9249.0, 9202.0, 9175.0, 9187.0, 9160.0, 9183.0, 9173.0, 9238.0, 9228.0, 9268.0, 9195.0, 9251.0, 9167.0, 9218.0, 9166.0, 9203.0, 9164.0, 9162.0, 9180.0, 9152.0, 9180.0, 9154.0, 9166.0, 9194.0, 9176.0, 9153.0, 9163.0, 9156.0, 9194.0, 9156.0, 9233.0, 9181.0, 9221.0, 9156.0, 9234.0, 9167.0, 9223.0, 9172.0, 9208.0, 9169.0, 9197.0, 9175.0, 9188.0, 9191.0, 9234.0, 9197.0, 9206.0, 9196.0, 9214.0, 9219.0, 9234.0, 9207.0, 9272.0, 9247.0, 9256.0, 9231.0, 9252.0, 9202.0, 9254.0, 9199.0, 9286.0, 9197.0, 9220.0, 9190.0, 9164.0, 9192.0, 9182.0, 9204.0, 9175.0, 9193.0, 9221.0, 9204.0, 9279.0, 9260.0, 9213.0, 9214.0, 9236.0, 9243.0, 9235.0, 9270.0, 9262.0, 9284.0, 9231.0, 9268.0, 9201.0, 9248.0, 9197.0, 9223.0, 9193.0, 9193.0, 9190.0, 9181.0, 9202.0, 9185.0, 9248.0, 9195.0, 9247.0, 9198.0, 9208.0, 9202.0, 9198.0, 9215.0, 9200.0, 9202.0, 9243.0, 9205.0, 9200.0, 9221.0, 9203.0, 9220.0, 9217.0, 9220.0, 9283.0, 9274.0, 9238.0, 9269.0, 9182.0, 9277.0, 9167.0, 9305.0, 9263.0, 9216.0, 9263.0, 9198.0, 9206.0, 9201.0, 9237.0, 9213.0, 9264.0, 9244.0, 9300.0, 9267.0, 9313.0, 9321.0, 9198.0, 9249.0, 9194.0, 9260.0, 9246.0, 9278.0, 9230.0, 9256.0, 9183.0, 9193.0, 9181.0, 9226.0, 9182.0, 9221.0, 9164.0, 9135.0, 9158.0, 9151.0, 9238.0, 9196.0, 9193.0, 9154.0, 9182.0, 9168.0, 9218.0, 9151.0, 9222.0, 9170.0, 9192.0, 9173.0, 9167.0, 9165.0, 9155.0, 9165.0, 9158.0, 9240.0, 9184.0, 9209.0, 9159.0, 9185.0, 9174.0, 9226.0, 9177.0, 9242.0, 9218.0, 9226.0, 9178.0, 9216.0, 9176.0, 9175.0, 9167.0, 9153.0, 9251.0, 9215.0, 9253.0, 9210.0, 9203.0, 9202.0, 9206.0, 9236.0, 9232.0, 9241.0, 9218.0, 9279.0, 9291.0, 9247.0, 9311.0, 9278.0, 9279.0, 9188.0, 9212.0, 9197.0, 9276.0, 9205.0, 9273.0, 9218.0, 9257.0, 9211.0, 9197.0, 9169.0, 9183.0, 9189.0, 9209.0, 9260.0, 9188.0, 9209.0, 9188.0, 9224.0, 9187.0, 9238.0, 9182.0, 9208.0, 9177.0, 9152.0, 9217.0, 9152.0, 9188.0, 9167.0, 9178.0, 9184.0, 9170.0, 9179.0, 9155.0, 9182.0, 9160.0, 9185.0, 9176.0, 9216.0, 9196.0, 9250.0, 9199.0, 9216.0, 9208.0, 9172.0, 9207.0, 9185.0, 9265.0, 9208.0, 9290.0, 9202.0, 9231.0, 9205.0, 9229.0, 9206.0, 9235.0, 9240.0, 9289.0, 9251.0, 9303.0, 9245.0, 9282.0, 9238.0, 9249.0, 9208.0, 9267.0, 9204.0, 9231.0, 9191.0, 9165.0, 9311.0, 9209.0, 9274.0, 9222.0, 9259.0, 9174.0, 9193.0, 9156.0, 9159.0, 9176.0, 9191.0, 9210.0, 9193.0, 9211.0, 9183.0, 9212.0, 9244.0, 9245.0, 9256.0, 9282.0, 9224.0, 9274.0, 9233.0, 9255.0, 9215.0, 9223.0, 9168.0, 9167.0, 9169.0, 9158.0, 9227.0, 9164.0, 9244.0, 9192.0, 9233.0, 9180.0, 9218.0, 9196.0, 9238.0, 9213.0, 9237.0, 9215.0, 9251.0, 9210.0, 9235.0, 9204.0, 9231.0, 9272.0, 9230.0, 9199.0, 9161.0, 9225.0, 9176.0, 9276.0, 9221.0, 9276.0, 9206.0, 9245.0, 9177.0, 9243.0, 9209.0, 9301.0, 9253.0, 9209.0, 9154.0, 9180.0, 9190.0, 9217.0, 9196.0, 9224.0, 9216.0, 9245.0, 9238.0, 9248.0, 9237.0, 9258.0, 9302.0, 9267.0, 9220.0, 9176.0, 9190.0, 9202.0, 9187.0, 9234.0, 9257.0, 9274.0, 9226.0, 9194.0, 9178.0, 9150.0, 9203.0, 9146.0, 9216.0, 9192.0, 9216.0, 9163.0, 9199.0, 9163.0, 9146.0, 9156.0, 9145.0, 9159.0, 9173.0, 9160.0, 9134.0, 9159.0, 9149.0, 9177.0, 9154.0, 9207.0, 9167.0, 9206.0, 9167.0, 9223.0, 9183.0, 9274.0, 9234.0, 9183.0, 9157.0, 9196.0, 9160.0, 9202.0, 9245.0, 9203.0, 9260.0, 9201.0, 9227.0, 9181.0, 9165.0, 9179.0, 9208.0, 9180.0, 9162.0, 9176.0, 9148.0, 9174.0, 9150.0, 9214.0, 9162.0, 9218.0, 9164.0, 9205.0, 9169.0, 9194.0, 9185.0, 9193.0, 9186.0, 9182.0, 9189.0, 9186.0, 9217.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.0015952880184331793</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.025949243317972347</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.86463794457899</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1659066258477524</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0076842149942327</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4966</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3415.6299</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09023139458814032</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>42</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>4.838709677419355</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5119310478427073</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5718926659540275</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6123447558986657</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.351555721675429</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00837421</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00560034392401576</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.021421413868665695</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.867685315947013</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>25.9734</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.0407</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>200.3488</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>59.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>296103.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>916.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>384.2305</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5816</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>558.3398</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3309.886</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3459.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>80441.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1132.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4380.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>894.3278</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>35.03338888473809</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> |