=== 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-0095 --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-0095",
"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-0095_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-0095_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-0095_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-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0095/figures/sub-0095_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-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095/ses-04/func/sub-0095_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>25981d540bf25c7eaafafc263e24b93b</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>18:06:14.032500</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.999281, 0.0326381, 0.0192735, -0.0308799, 0.99587, -0.0853821]</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.0969096</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>[4226, -7812, -7187, 140, -161, -198, -140, 75]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>256.026</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>9359be81-4a22-4646-8426-884c375b00a4||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.6809988021850586, -0.08284851163625717, 0.059347763657569885, 114.97864532470703], [-0.08756572753190994, 2.6718454360961914, -0.22875916957855225, -81.74394226074219], [0.05170951411128044, 0.22907403111457825, 2.6896369457244873, -81.54978942871094], [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': ['180614.032500', '180614.492500', '180614.952500', '180615.412500', '180615.872500', '180616.332500', '180616.792500', '180617.252500', '180617.712500', '180618.172500', '180618.632500', '180619.092500', '180619.552500', '180620.012500', '180620.472500', '180620.932500', '180621.392500', '180621.852500', '180622.312500', '180622.772500', '180623.232500', '180623.692500', '180624.152500', '180624.612500', '180625.072500', '180625.532500', '180625.992500', '180626.452500', '180626.912500', '180627.372500', '180627.832500', '180628.292500', '180628.752500', '180629.212500', '180629.672500', '180630.132500', '180630.592500', '180631.052500', '180631.512500', '180631.972500', '180632.432500', '180632.892500', '180633.352500', '180633.812500', '180634.272500', '180634.732500', '180635.192500', '180635.652500', '180636.112500', '180636.572500', '180637.032500', '180637.492500', '180637.952500', '180638.412500', '180638.872500', '180639.332500', '180639.792500', '180640.252500', '180640.712500', '180641.172500', '180641.632500', '180642.092500', '180642.552500', '180643.012500', '180643.472500', '180643.932500', '180644.392500', '180644.852500', '180645.312500', '180645.772500', '180646.232500', '180646.692500', '180647.152500', '180647.612500', '180648.072500', '180648.532500', '180648.992500', '180649.452500', '180649.912500', '180650.372500', '180650.832500', '180651.292500', '180651.752500', '180652.212500', '180652.672500', '180653.132500', '180653.592500', '180654.052500', '180654.512500', '180654.972500', '180655.432500', '180655.892500', '180656.352500', '180656.812500', '180657.272500', '180657.732500', '180658.192500', '180658.652500', '180659.112500', '180659.572500', '180700.032500', '180700.492500', '180700.952500', '180701.412500', '180701.872500', '180702.332500', '180702.792500', '180703.252500', '180703.712500', '180704.172500', '180704.632500', '180705.092500', '180705.552500', '180706.012500', '180706.472500', '180706.932500', '180707.392500', '180707.852500', '180708.312500', '180708.772500', '180709.232500', '180709.692500', '180710.152500', '180710.612500', '180711.072500', '180711.532500', '180711.992500', '180712.452500', '180712.912500', '180713.372500', '180713.832500', '180714.292500', '180714.752500', '180715.212500', '180715.672500', '180716.132500', '180716.592500', '180717.052500', '180717.512500', '180717.972500', '180718.432500', '180718.892500', '180719.352500', '180719.812500', '180720.272500', '180720.732500', '180721.192500', '180721.652500', '180722.112500', '180722.572500', '180723.032500', '180723.492500', '180723.952500', '180724.412500', '180724.872500', '180725.332500', '180725.792500', '180726.252500', '180726.712500', '180727.172500', '180727.632500', '180728.092500', '180728.552500', '180729.012500', '180729.472500', '180729.932500', '180730.392500', '180730.852500', '180731.312500', '180731.772500', '180732.232500', '180732.692500', '180733.152500', '180733.612500', '180734.072500', '180734.532500', '180734.992500', '180735.452500', '180735.912500', '180736.372500', '180736.832500', '180737.292500', '180737.752500', '180738.212500', '180738.672500', '180739.132500', '180739.592500', '180740.052500', '180740.512500', '180740.972500', '180741.432500', '180741.892500', '180742.352500', '180742.812500', '180743.272500', '180743.732500', '180744.192500', '180744.652500', '180745.112500', '180745.572500', '180746.032500', '180746.492500', '180746.952500', '180747.412500', '180747.872500', '180748.332500', '180748.792500', '180749.252500', '180749.712500', '180750.172500', '180750.632500', '180751.092500', '180751.552500', '180752.012500', '180752.472500', '180752.932500', '180753.392500', '180753.852500', '180754.312500', '180754.772500', '180755.232500', '180755.692500', '180756.152500', '180756.612500', '180757.072500', '180757.532500', '180757.992500', '180758.452500', '180758.912500', '180759.372500', '180759.832500', '180800.292500', '180800.752500', '180801.212500', '180801.672500', '180802.132500', '180802.592500', '180803.052500', '180803.512500', '180803.972500', '180804.432500', '180804.892500', '180805.352500', '180805.812500', '180806.272500', '180806.732500', '180807.192500', '180807.652500', '180808.112500', '180808.572500', '180809.032500', '180809.492500', '180809.952500', '180810.412500', '180810.872500', '180811.332500', '180811.792500', '180812.252500', '180812.712500', '180813.172500', '180813.632500', '180814.092500', '180814.552500', '180815.012500', '180815.472500', '180815.932500', '180816.392500', '180816.852500', '180817.312500', '180817.772500', '180818.232500', '180818.692500', '180819.152500', '180819.612500', '180820.072500', '180820.532500', '180820.992500', '180821.452500', '180821.912500', '180822.372500', '180822.832500', '180823.292500', '180823.752500', '180824.212500', '180824.672500', '180825.132500', '180825.592500', '180826.052500', '180826.512500', '180826.972500', '180827.432500', '180827.892500', '180828.352500', '180828.812500', '180829.272500', '180829.732500', '180830.192500', '180830.652500', '180831.112500', '180831.572500', '180832.032500', '180832.492500', '180832.952500', '180833.412500', '180833.872500', '180834.332500', '180834.792500', '180835.252500', '180835.712500', '180836.172500', '180836.632500', '180837.092500', '180837.552500', '180838.012500', '180838.472500', '180838.932500', '180839.392500', '180839.852500', '180840.312500', '180840.772500', '180841.232500', '180841.692500', '180842.152500', '180842.612500', '180843.072500', '180843.532500', '180843.992500', '180844.452500', '180844.912500', '180845.372500', '180845.832500', '180846.292500', '180846.752500', '180847.212500', '180847.672500', '180848.132500', '180848.592500', '180849.052500', '180849.512500', '180849.972500', '180850.432500', '180850.892500', '180851.352500', '180851.812500', '180852.272500', '180852.732500', '180853.192500', '180853.652500', '180854.112500', '180854.572500', '180855.032500', '180855.492500', '180855.952500', '180856.412500', '180856.872500', '180857.332500', '180857.792500', '180858.252500', '180858.712500', '180859.172500', '180859.632500', '180900.092500', '180900.552500', '180901.012500', '180901.472500', '180901.932500', '180902.392500', '180902.852500', '180903.312500', '180903.772500', '180904.232500', '180904.692500', '180905.152500', '180905.612500', '180906.072500', '180906.532500', '180906.992500', '180907.452500', '180907.912500', '180908.372500', '180908.832500', '180909.292500', '180909.752500', '180910.212500', '180910.672500', '180911.132500', '180911.592500', '180912.052500', '180912.512500', '180912.972500', '180913.432500', '180913.892500', '180914.352500', '180914.812500', '180915.272500', '180915.732500', '180916.192500', '180916.652500', '180917.112500', '180917.572500', '180918.032500', '180918.492500', '180918.952500', '180919.412500', '180919.872500', '180920.332500', '180920.792500', '180921.252500', '180921.712500', '180922.172500', '180922.632500', '180923.092500', '180923.552500', '180924.012500', '180924.472500', '180924.932500', '180925.392500', '180925.852500', '180926.312500', '180926.772500', '180927.232500', '180927.692500', '180928.152500', '180928.612500', '180929.072500', '180929.532500', '180929.992500', '180930.452500', '180930.912500', '180931.372500', '180931.832500', '180932.292500', '180932.752500', '180933.212500', '180933.672500', '180934.132500', '180934.592500', '180935.052500', '180935.512500', '180935.972500', '180936.432500', '180936.892500', '180937.352500', '180937.812500', '180938.272500', '180938.732500', '180939.192500', '180939.652500', '180940.112500', '180940.572500', '180941.032500', '180941.492500', '180941.952500', '180942.412500', '180942.872500', '180943.332500', '180943.792500', '180944.252500', '180944.712500', '180945.172500', '180945.632500', '180946.092500', '180946.552500', '180947.012500', '180947.472500', '180947.932500', '180948.392500', '180948.852500', '180949.312500', '180949.772500', '180950.232500', '180950.692500', '180951.152500', '180951.612500', '180952.072500', '180952.532500', '180952.992500', '180953.452500', '180953.912500', '180954.372500', '180954.832500', '180955.292500', '180955.752500', '180956.212500', '180956.672500', '180957.132500', '180957.592500', '180958.052500', '180958.512500', '180958.972500', '180959.432500', '180959.892500', '181000.352500', '181000.812500', '181001.272500', '181001.732500', '181002.192500', '181002.652500', '181003.112500', '181003.572500', '181004.032500', '181004.492500', '181004.952500', '181005.412500', '181005.872500', '181006.332500', '181006.792500', '181007.252500', '181007.712500', '181008.172500', '181008.632500', '181009.092500', '181009.552500', '181010.012500', '181010.472500', '181010.932500', '181011.392500', '181011.852500', '181012.312500', '181012.772500', '181013.232500', '181013.692500', '181014.152500', '181014.612500', '181015.072500', '181015.532500', '181015.992500', '181016.452500', '181016.912500', '181017.372500', '181017.832500', '181018.292500', '181018.752500', '181019.212500', '181019.672500', '181020.132500', '181020.592500', '181021.052500', '181021.512500', '181021.972500', '181022.432500', '181022.892500', '181023.352500', '181023.812500', '181024.272500', '181024.732500', '181025.192500', '181025.652500', '181026.112500', '181026.572500', '181027.032500', '181027.492500', '181027.952500', '181028.412500', '181028.872500', '181029.332500', '181029.792500', '181030.252500', '181030.712500', '181031.172500', '181031.632500', '181032.092500', '181032.552500', '181033.012500', '181033.472500', '181033.932500', '181034.392500', '181034.852500', '181035.312500', '181035.772500', '181036.232500', '181036.692500', '181037.152500', '181037.612500', '181038.072500', '181038.532500', '181038.992500', '181039.452500', '181039.912500', '181040.372500', '181040.832500', '181041.292500', '181041.752500', '181042.212500', '181042.672500', '181043.132500', '181043.592500', '181044.052500', '181044.512500', '181044.972500', '181045.432500', '181045.892500', '181046.352500', '181046.812500', '181047.272500', '181047.732500', '181048.192500', '181048.652500', '181049.112500', '181049.572500', '181050.032500', '181050.492500', '181050.952500', '181051.412500', '181051.872500', '181052.332500', '181052.792500', '181053.252500', '181053.712500', '181054.172500', '181054.632500', '181055.092500', '181055.552500', '181056.012500', '181056.472500', '181056.932500', '181057.392500', '181057.852500', '181058.312500', '181058.772500', '181059.232500', '181059.692500', '181100.152500', '181100.612500', '181101.072500', '181101.532500', '181101.992500', '181102.452500', '181102.912500', '181103.372500', '181103.832500', '181104.292500', '181104.752500', '181105.212500', '181105.672500', '181106.132500', '181106.592500', '181107.052500', '181107.512500', '181107.972500', '181108.432500', '181108.892500', '181109.352500', '181109.812500', '181110.272500', '181110.732500', '181111.192500', '181111.652500', '181112.112500', '181112.572500', '181113.032500', '181113.492500', '181113.952500', '181114.412500', '181114.872500', '181115.332500', '181115.792500', '181116.252500', '181116.712500', '181117.172500', '181117.632500', '181118.092500', '181118.552500', '181119.012500', '181119.472500', '181119.932500', '181120.392500', '181120.852500', '181121.312500', '181121.772500', '181122.232500', '181122.692500', '181123.152500', '181123.612500', '181124.072500', '181124.532500', '181124.992500', '181125.452500', '181125.912500', '181126.372500', '181126.832500', '181127.292500', '181127.752500', '181128.212500', '181128.672500', '181129.132500', '181129.592500', '181130.052500', '181130.512500', '181130.972500', '181131.432500', '181131.892500', '181132.352500', '181132.812500', '181133.272500', '181133.732500', '181134.192500', '181134.652500', '181135.112500', '181135.572500', '181136.032500', '181136.492500', '181136.952500', '181137.412500', '181137.872500', '181138.332500', '181138.792500', '181139.252500', '181139.712500', '181140.172500', '181140.632500', '181141.092500', '181141.552500', '181142.012500', '181142.472500', '181142.932500', '181143.392500', '181143.852500', '181144.312500', '181144.772500', '181145.232500', '181145.692500', '181146.152500', '181146.612500', '181147.072500', '181147.532500', '181147.992500', '181148.452500', '181148.912500', '181149.372500', '181149.832500', '181150.292500', '181150.752500', '181151.212500', '181151.672500', '181152.132500', '181152.592500', '181153.052500', '181153.512500', '181153.972500', '181154.432500', '181154.892500', '181155.352500', '181155.812500', '181156.272500', '181156.732500', '181157.192500', '181157.652500', '181158.112500', '181158.572500', '181159.032500', '181159.492500', '181159.952500', '181200.412500', '181200.872500', '181201.332500', '181201.792500', '181202.252500', '181202.712500', '181203.172500', '181203.632500', '181204.092500', '181204.552500', '181205.012500', '181205.472500', '181205.932500', '181206.392500', '181206.852500', '181207.312500', '181207.772500', '181208.232500', '181208.692500', '181209.152500', '181209.612500', '181210.072500', '181210.532500', '181210.992500', '181211.452500', '181211.912500', '181212.372500', '181212.832500', '181213.292500', '181213.752500', '181214.212500', '181214.672500', '181215.132500', '181215.592500', '181216.052500', '181216.512500', '181216.972500', '181217.432500', '181217.892500', '181218.352500', '181218.812500', '181219.272500', '181219.732500', '181220.192500', '181220.652500', '181221.112500', '181221.572500', '181222.032500', '181222.492500', '181222.952500', '181223.412500', '181223.872500', '181224.332500', '181224.792500', '181225.252500', '181225.712500', '181226.172500', '181226.632500', '181227.092500', '181227.552500', '181228.012500', '181228.472500', '181228.932500', '181229.392500', '181229.852500', '181230.312500', '181230.772500', '181231.232500', '181231.692500', '181232.152500', '181232.612500', '181233.072500', '181233.532500', '181233.992500', '181234.452500', '181234.912500', '181235.372500', '181235.832500', '181236.292500', '181236.752500', '181237.212500', '181237.672500', '181238.132500', '181238.592500', '181239.052500', '181239.512500', '181239.972500', '181240.432500', '181240.892500', '181241.352500', '181241.812500', '181242.272500', '181242.732500', '181243.192500', '181243.652500', '181244.112500', '181244.572500', '181245.032500', '181245.492500', '181245.952500', '181246.412500', '181246.872500', '181247.332500', '181247.792500', '181248.252500', '181248.712500', '181249.172500', '181249.632500', '181250.092500', '181250.552500', '181251.012500', '181251.472500', '181251.932500', '181252.392500', '181252.852500', '181253.312500', '181253.772500', '181254.232500', '181254.692500'], 'ContentTime': ['180628.678000', '180628.681000', '180628.684000', '180628.686000', '180628.689000', '180628.691000', '180628.694000', '180628.697000', '180628.699000', '180628.704000', '180628.707000', '180628.709000', '180628.712000', '180628.715000', '180628.721000', '180628.724000', '180628.727000', '180628.729000', '180628.732000', '180628.734000', '180628.737000', '180628.740000', '180628.742000', '180628.745000', '180628.747000', '180628.750000', '180628.753000', '180628.755000', '180628.758000', '180628.761000', '180648.646000', '180648.650000', '180648.652000', '180648.655000', '180648.658000', '180648.660000', '180648.663000', '180648.665000', '180648.668000', '180648.671000', '180648.673000', '180648.684000', '180648.686000', '180648.689000', '180648.692000', '180648.694000', '180648.697000', '180648.699000', '180648.702000', '180648.705000', '180648.707000', '180648.710000', '180648.712000', '180648.715000', '180648.718000', '180648.720000', '180648.723000', '180648.726000', '180648.728000', '180648.731000', '180648.733000', '180648.736000', '180648.739000', '180648.741000', '180648.744000', '180648.747000', '180648.749000', '180648.752000', '180648.755000', '180648.758000', '180648.761000', '180648.764000', '180648.766000', '180708.647000', '180708.650000', '180708.652000', '180708.655000', '180708.664000', '180708.667000', '180708.669000', '180708.672000', '180708.674000', '180708.677000', '180708.680000', '180708.683000', '180708.685000', '180708.688000', '180708.690000', '180708.693000', '180708.696000', '180708.698000', '180708.701000', '180708.703000', '180708.706000', '180708.709000', '180708.712000', '180708.714000', '180708.717000', '180708.719000', '180708.722000', '180708.725000', '180708.727000', '180708.730000', '180708.733000', '180708.735000', '180708.738000', '180708.741000', '180708.743000', '180708.746000', '180708.748000', '180708.751000', '180708.754000', '180708.756000', '180708.759000', '180708.762000', '180708.764000', '180708.767000', '180728.646000', '180728.649000', '180728.651000', '180728.654000', '180728.657000', '180728.659000', '180728.662000', '180728.664000', '180728.667000', '180728.670000', '180728.672000', '180728.675000', '180728.678000', '180728.680000', '180728.683000', '180728.685000', '180728.688000', '180728.691000', '180728.693000', '180728.696000', '180728.699000', '180728.701000', '180728.704000', '180728.707000', '180728.709000', '180728.712000', '180728.714000', '180728.717000', '180728.720000', '180728.722000', '180728.725000', '180728.728000', '180728.730000', '180728.733000', '180728.735000', '180728.738000', '180728.741000', '180728.743000', '180728.754000', '180728.756000', '180728.759000', '180728.762000', '180728.764000', '180748.646000', '180748.649000', '180748.651000', '180748.654000', '180748.657000', '180748.659000', '180748.662000', '180748.665000', '180748.667000', '180748.670000', '180748.673000', '180748.675000', '180748.678000', '180748.680000', '180748.683000', '180748.686000', '180748.689000', '180748.691000', '180748.694000', '180748.696000', '180748.699000', '180748.702000', '180748.704000', '180748.707000', '180748.710000', '180748.713000', '180748.715000', '180748.718000', '180748.720000', '180748.723000', '180748.726000', '180748.728000', '180748.731000', '180748.734000', '180748.736000', '180748.739000', '180748.741000', '180748.744000', '180748.747000', '180748.749000', '180748.752000', '180748.755000', '180748.757000', '180748.760000', '180808.646000', '180808.648000', '180808.651000', '180808.654000', '180808.657000', '180808.659000', '180808.662000', '180808.665000', '180808.667000', '180808.670000', '180808.672000', '180808.675000', '180808.678000', '180808.680000', '180808.683000', '180808.686000', '180808.688000', '180808.691000', '180808.693000', '180808.696000', '180808.699000', '180808.701000', '180808.704000', '180808.707000', '180808.709000', '180808.712000', '180808.715000', '180808.717000', '180808.720000', '180808.723000', '180808.725000', '180808.728000', '180808.730000', '180808.733000', '180808.736000', '180808.738000', '180808.741000', '180808.744000', '180808.746000', '180808.749000', '180808.752000', '180808.754000', '180808.757000', '180828.646000', '180828.648000', '180828.651000', '180828.654000', '180828.656000', '180828.659000', '180828.661000', '180828.664000', '180828.667000', '180828.669000', '180828.672000', '180828.674000', '180828.677000', '180828.680000', '180828.682000', '180828.685000', '180828.688000', '180828.690000', '180828.693000', '180828.696000', '180828.698000', '180828.701000', '180828.703000', '180828.706000', '180828.709000', '180828.712000', '180828.714000', '180828.717000', '180828.720000', '180828.722000', '180828.725000', '180828.728000', '180828.730000', '180828.733000', '180828.735000', '180828.738000', '180828.741000', '180828.743000', '180828.746000', '180828.749000', '180828.751000', '180828.754000', '180828.757000', '180828.759000', '180848.645000', '180848.648000', '180848.651000', '180848.654000', '180848.656000', '180848.659000', '180848.662000', '180848.664000', '180848.667000', '180848.670000', '180848.672000', '180848.675000', '180848.678000', '180848.680000', '180848.683000', '180848.686000', '180848.688000', '180848.691000', '180848.694000', '180848.696000', '180848.699000', '180848.702000', '180848.704000', '180848.707000', '180848.710000', '180848.712000', '180848.715000', '180848.718000', '180848.720000', '180848.723000', '180848.726000', '180848.728000', '180848.731000', '180848.733000', '180848.736000', '180848.739000', '180848.742000', '180848.744000', '180848.747000', '180848.750000', '180848.752000', '180848.755000', '180848.758000', '180908.647000', '180908.649000', '180908.652000', '180908.655000', '180908.657000', '180908.660000', '180908.663000', '180908.665000', '180908.668000', '180908.672000', '180908.674000', '180908.677000', '180908.680000', '180908.682000', '180908.685000', '180908.688000', '180908.690000', '180908.693000', '180908.696000', '180908.698000', '180908.701000', '180908.704000', '180908.706000', '180908.709000', '180908.712000', '180908.714000', '180908.717000', '180908.720000', '180908.722000', '180908.725000', '180908.728000', '180908.731000', '180908.733000', '180908.736000', '180908.750000', '180908.753000', '180908.756000', '180908.758000', '180908.761000', '180908.764000', '180908.766000', '180908.769000', '180908.772000', '180908.774000', '180928.647000', '180928.650000', '180928.652000', '180928.655000', '180928.658000', '180928.660000', '180928.663000', '180928.666000', '180928.668000', '180928.671000', '180928.673000', '180928.676000', '180928.679000', '180928.681000', '180928.684000', '180928.687000', '180928.689000', '180928.692000', '180928.695000', '180928.697000', '180928.700000', '180928.703000', '180928.705000', '180928.708000', '180928.711000', '180928.714000', '180928.716000', '180928.719000', '180928.721000', '180928.724000', '180928.727000', '180928.729000', '180928.732000', '180928.735000', '180928.737000', '180928.740000', '180928.743000', '180928.745000', '180928.748000', '180928.751000', '180928.753000', '180928.761000', '180928.763000', '180948.646000', '180948.649000', '180948.653000', '180948.655000', '180948.658000', '180948.661000', '180948.663000', '180948.666000', '180948.669000', '180948.671000', '180948.674000', '180948.677000', '180948.679000', '180948.682000', '180948.685000', '180948.687000', '180948.690000', '180948.692000', '180948.695000', '180948.698000', '180948.700000', '180948.703000', '180948.706000', '180948.708000', '180948.711000', '180948.714000', '180948.716000', '180948.719000', '180948.721000', '180948.724000', '180948.727000', '180948.729000', '180948.732000', '180948.735000', '180948.737000', '180948.740000', '180948.743000', '180948.745000', '180948.748000', '180948.750000', '180948.753000', '180948.756000', '180948.758000', '181008.645000', '181008.648000', '181008.651000', '181008.654000', '181008.656000', '181008.669000', '181008.671000', '181008.674000', '181008.677000', '181008.679000', '181008.682000', '181008.685000', '181008.687000', '181008.690000', '181008.693000', '181008.695000', '181008.698000', '181008.701000', '181008.703000', '181008.706000', '181008.709000', '181008.711000', '181008.714000', '181008.716000', '181008.719000', '181008.722000', '181008.724000', '181008.727000', '181008.729000', '181008.732000', '181008.735000', '181008.737000', '181008.740000', '181008.743000', '181008.745000', '181008.748000', '181008.750000', '181008.753000', '181008.756000', '181008.758000', '181008.761000', '181008.764000', '181008.766000', '181008.769000', '181028.645000', '181028.648000', '181028.651000', '181028.654000', '181028.656000', '181028.659000', '181028.662000', '181028.664000', '181028.667000', '181028.670000', '181028.673000', '181028.676000', '181028.678000', '181028.681000', '181028.684000', '181028.686000', '181028.689000', '181028.692000', '181028.694000', '181028.697000', '181028.699000', '181028.702000', '181028.705000', '181028.709000', '181028.712000', '181028.714000', '181028.717000', '181028.720000', '181028.722000', '181028.725000', '181028.728000', '181028.730000', '181028.733000', '181028.735000', '181028.738000', '181028.741000', '181028.743000', '181028.746000', '181028.748000', '181028.751000', '181028.754000', '181028.756000', '181028.759000', '181048.645000', '181048.648000', '181048.651000', '181048.654000', '181048.656000', '181048.659000', '181048.661000', '181048.664000', '181048.667000', '181048.669000', '181048.672000', '181048.675000', '181048.677000', '181048.680000', '181048.683000', '181048.685000', '181048.710000', '181048.713000', '181048.715000', '181048.718000', '181048.720000', '181048.723000', '181048.726000', '181048.728000', '181048.731000', '181048.734000', '181048.736000', '181048.739000', '181048.741000', '181048.744000', '181048.747000', '181048.749000', '181048.752000', '181048.755000', '181048.757000', '181048.760000', '181048.763000', '181048.765000', '181048.768000', '181048.770000', '181048.773000', '181048.776000', '181048.778000', '181048.781000', '181108.650000', '181108.653000', '181108.656000', '181108.659000', '181108.661000', '181108.664000', '181108.666000', '181108.669000', '181108.672000', '181108.674000', '181108.677000', '181108.679000', '181108.682000', '181108.685000', '181108.687000', '181108.690000', '181108.693000', '181108.695000', '181108.698000', '181108.700000', '181108.703000', '181108.706000', '181108.708000', '181108.711000', '181108.713000', '181108.716000', '181108.719000', '181108.721000', '181108.724000', '181108.727000', '181108.729000', '181108.732000', '181108.734000', '181108.737000', '181108.740000', '181108.742000', '181108.745000', '181108.747000', '181108.750000', '181108.753000', '181108.755000', '181108.758000', '181108.760000', '181128.647000', '181128.649000', '181128.652000', '181128.655000', '181128.657000', '181128.660000', '181128.662000', '181128.665000', '181128.668000', '181128.670000', '181128.673000', '181128.675000', '181128.678000', '181128.681000', '181128.683000', '181128.686000', '181128.689000', '181128.691000', '181128.694000', '181128.697000', '181128.699000', '181128.702000', '181128.704000', '181128.707000', '181128.710000', '181128.713000', '181128.715000', '181128.718000', '181128.721000', '181128.723000', '181128.726000', '181128.729000', '181128.731000', '181128.734000', '181128.737000', '181128.739000', '181128.742000', '181128.745000', '181128.747000', '181128.750000', '181128.752000', '181128.755000', '181128.758000', '181128.761000', '181148.647000', '181148.649000', '181148.652000', '181148.655000', '181148.657000', '181148.660000', '181148.663000', '181148.665000', '181148.668000', '181148.670000', '181148.673000', '181148.676000', '181148.679000', '181148.688000', '181148.691000', '181148.694000', '181148.696000', '181148.699000', '181148.702000', '181148.704000', '181148.707000', '181148.709000', '181148.712000', '181148.715000', '181148.717000', '181148.720000', '181148.723000', '181148.726000', '181148.728000', '181148.731000', '181148.733000', '181148.736000', '181148.739000', '181148.741000', '181148.744000', '181148.747000', '181148.750000', '181148.753000', '181148.756000', '181148.758000', '181148.761000', '181148.764000', '181148.766000', '181208.646000', '181208.648000', '181208.651000', '181208.654000', '181208.656000', '181208.659000', '181208.661000', '181208.664000', '181208.667000', '181208.669000', '181208.672000', '181208.674000', '181208.677000', '181208.680000', '181208.682000', '181208.685000', '181208.688000', '181208.690000', '181208.693000', '181208.695000', '181208.698000', '181208.701000', '181208.703000', '181208.706000', '181208.709000', '181208.711000', '181208.728000', '181208.730000', '181208.733000', '181208.736000', '181208.740000', '181208.743000', '181208.745000', '181208.748000', '181208.751000', '181208.753000', '181208.756000', '181208.759000', '181208.761000', '181208.764000', '181208.767000', '181208.769000', '181208.772000', '181208.775000', '181228.646000', '181228.648000', '181228.651000', '181228.654000', '181228.657000', '181228.659000', '181228.662000', '181228.665000', '181228.667000', '181228.670000', '181228.673000', '181228.675000', '181228.678000', '181228.681000', '181228.683000', '181228.686000', '181228.689000', '181228.691000', '181228.694000', '181228.697000', '181228.699000', '181228.702000', '181228.705000', '181228.707000', '181228.710000', '181228.713000', '181228.715000', '181228.718000', '181228.721000', '181228.724000', '181228.726000', '181228.729000', '181228.732000', '181228.735000', '181228.737000', '181228.740000', '181228.743000', '181228.745000', '181228.748000', '181228.750000', '181228.753000', '181228.756000', '181228.758000', '181248.645000', '181248.649000', '181248.651000', '181248.654000', '181248.656000', '181248.659000', '181248.662000', '181248.665000', '181248.667000', '181248.670000', '181248.673000', '181248.675000', '181248.678000', '181248.680000', '181248.683000', '181248.686000', '181248.688000', '181248.691000', '181248.694000', '181248.696000', '181248.699000', '181248.702000', '181248.704000', '181248.707000', '181248.710000', '181248.712000', '181248.715000', '181248.718000', '181248.720000', '181248.723000', '181248.726000', '181248.728000', '181248.731000', '181248.734000', '181248.736000', '181248.739000', '181248.741000', '181248.744000', '181248.747000', '181248.749000', '181248.752000', '181248.755000', '181248.757000', '181248.760000', '181255.891000', '181255.894000', '181255.897000', '181255.899000', '181255.902000', '181255.905000', '181255.908000', '181255.911000', '181255.913000', '181255.917000', '181255.920000', '181255.922000', '181255.925000', '181255.928000', '181255.931000', '181255.935000'], 'InstanceCreationTime': ['180628.678000', '180628.681000', '180628.684000', '180628.686000', '180628.689000', '180628.691000', '180628.694000', '180628.697000', '180628.699000', '180628.704000', '180628.707000', '180628.709000', '180628.712000', '180628.715000', '180628.721000', '180628.724000', '180628.727000', '180628.729000', '180628.732000', '180628.734000', '180628.737000', '180628.740000', '180628.742000', '180628.745000', '180628.747000', '180628.750000', '180628.753000', '180628.755000', '180628.758000', '180628.761000', '180648.646000', '180648.650000', '180648.652000', '180648.655000', '180648.658000', '180648.660000', '180648.663000', '180648.665000', '180648.668000', '180648.671000', '180648.673000', '180648.684000', '180648.686000', '180648.689000', '180648.692000', '180648.694000', '180648.697000', '180648.699000', '180648.702000', '180648.705000', '180648.707000', '180648.710000', '180648.712000', '180648.715000', '180648.718000', '180648.720000', '180648.723000', '180648.726000', '180648.728000', '180648.731000', '180648.733000', '180648.736000', '180648.739000', '180648.741000', '180648.744000', '180648.747000', '180648.749000', '180648.752000', '180648.755000', '180648.758000', '180648.761000', '180648.764000', '180648.766000', '180708.647000', '180708.650000', '180708.652000', '180708.655000', '180708.664000', '180708.667000', '180708.669000', '180708.672000', '180708.674000', '180708.677000', '180708.680000', '180708.683000', '180708.685000', '180708.688000', '180708.690000', '180708.693000', '180708.696000', '180708.698000', '180708.701000', '180708.703000', '180708.706000', '180708.709000', '180708.712000', '180708.714000', '180708.717000', '180708.719000', '180708.722000', '180708.725000', '180708.727000', '180708.730000', '180708.733000', '180708.735000', '180708.738000', '180708.741000', '180708.743000', '180708.746000', '180708.748000', '180708.751000', '180708.754000', '180708.756000', '180708.759000', '180708.762000', '180708.764000', '180708.767000', '180728.646000', '180728.649000', '180728.651000', '180728.654000', '180728.657000', '180728.659000', '180728.662000', '180728.664000', '180728.667000', '180728.670000', '180728.672000', '180728.675000', '180728.678000', '180728.680000', '180728.683000', '180728.685000', '180728.688000', '180728.691000', '180728.693000', '180728.696000', '180728.699000', '180728.701000', '180728.704000', '180728.707000', '180728.709000', '180728.712000', '180728.714000', '180728.717000', '180728.720000', '180728.722000', '180728.725000', '180728.728000', '180728.730000', '180728.733000', '180728.735000', '180728.738000', '180728.741000', '180728.743000', '180728.754000', '180728.756000', '180728.759000', '180728.762000', '180728.764000', '180748.646000', '180748.649000', '180748.651000', '180748.654000', '180748.657000', '180748.659000', '180748.662000', '180748.665000', '180748.667000', '180748.670000', '180748.673000', '180748.675000', '180748.678000', '180748.680000', '180748.683000', '180748.686000', '180748.689000', '180748.691000', '180748.694000', '180748.696000', '180748.699000', '180748.702000', '180748.704000', '180748.707000', '180748.710000', '180748.713000', '180748.715000', '180748.718000', '180748.720000', '180748.723000', '180748.726000', '180748.728000', '180748.731000', '180748.734000', '180748.736000', '180748.739000', '180748.741000', '180748.744000', '180748.747000', '180748.749000', '180748.752000', '180748.755000', '180748.757000', '180748.760000', '180808.646000', '180808.648000', '180808.651000', '180808.654000', '180808.657000', '180808.659000', '180808.662000', '180808.665000', '180808.667000', '180808.670000', '180808.672000', '180808.675000', '180808.678000', '180808.680000', '180808.683000', '180808.686000', '180808.688000', '180808.691000', '180808.693000', '180808.696000', '180808.699000', '180808.701000', '180808.704000', '180808.707000', '180808.709000', '180808.712000', '180808.715000', '180808.717000', '180808.720000', '180808.723000', '180808.725000', '180808.728000', '180808.730000', '180808.733000', '180808.736000', '180808.738000', '180808.741000', '180808.744000', '180808.746000', '180808.749000', '180808.752000', '180808.754000', '180808.757000', '180828.646000', '180828.648000', '180828.651000', '180828.654000', '180828.656000', '180828.659000', '180828.661000', '180828.664000', '180828.667000', '180828.669000', '180828.672000', '180828.674000', '180828.677000', '180828.680000', '180828.682000', '180828.685000', '180828.688000', '180828.690000', '180828.693000', '180828.696000', '180828.698000', '180828.701000', '180828.703000', '180828.706000', '180828.709000', '180828.712000', '180828.714000', '180828.717000', '180828.720000', '180828.722000', '180828.725000', '180828.728000', '180828.730000', '180828.733000', '180828.735000', '180828.738000', '180828.741000', '180828.743000', '180828.746000', '180828.749000', '180828.751000', '180828.754000', '180828.757000', '180828.759000', '180848.645000', '180848.648000', '180848.651000', '180848.654000', '180848.656000', '180848.659000', '180848.662000', '180848.664000', '180848.667000', '180848.670000', '180848.672000', '180848.675000', '180848.678000', '180848.680000', '180848.683000', '180848.686000', '180848.688000', '180848.691000', '180848.694000', '180848.696000', '180848.699000', '180848.702000', '180848.704000', '180848.707000', '180848.710000', '180848.712000', '180848.715000', '180848.718000', '180848.720000', '180848.723000', '180848.726000', '180848.728000', '180848.731000', '180848.733000', '180848.736000', '180848.739000', '180848.742000', '180848.744000', '180848.747000', '180848.750000', '180848.752000', '180848.755000', '180848.758000', '180908.647000', '180908.649000', '180908.652000', '180908.655000', '180908.657000', '180908.660000', '180908.663000', '180908.665000', '180908.668000', '180908.672000', '180908.674000', '180908.677000', '180908.680000', '180908.682000', '180908.685000', '180908.688000', '180908.690000', '180908.693000', '180908.696000', '180908.698000', '180908.701000', '180908.704000', '180908.706000', '180908.709000', '180908.712000', '180908.714000', '180908.717000', '180908.720000', '180908.722000', '180908.725000', '180908.728000', '180908.731000', '180908.733000', '180908.736000', '180908.750000', '180908.753000', '180908.756000', '180908.758000', '180908.761000', '180908.764000', '180908.766000', '180908.769000', '180908.772000', '180908.774000', '180928.647000', '180928.650000', '180928.652000', '180928.655000', '180928.658000', '180928.660000', '180928.663000', '180928.666000', '180928.668000', '180928.671000', '180928.673000', '180928.676000', '180928.679000', '180928.681000', '180928.684000', '180928.687000', '180928.689000', '180928.692000', '180928.695000', '180928.697000', '180928.700000', '180928.703000', '180928.705000', '180928.708000', '180928.711000', '180928.714000', '180928.716000', '180928.719000', '180928.721000', '180928.724000', '180928.727000', '180928.729000', '180928.732000', '180928.735000', '180928.737000', '180928.740000', '180928.743000', '180928.745000', '180928.748000', '180928.751000', '180928.753000', '180928.761000', '180928.763000', '180948.646000', '180948.649000', '180948.653000', '180948.655000', '180948.658000', '180948.661000', '180948.663000', '180948.666000', '180948.669000', '180948.671000', '180948.674000', '180948.677000', '180948.679000', '180948.682000', '180948.685000', '180948.687000', '180948.690000', '180948.692000', '180948.695000', '180948.698000', '180948.700000', '180948.703000', '180948.706000', '180948.708000', '180948.711000', '180948.714000', '180948.716000', '180948.719000', '180948.721000', '180948.724000', '180948.727000', '180948.729000', '180948.732000', '180948.735000', '180948.737000', '180948.740000', '180948.743000', '180948.745000', '180948.748000', '180948.750000', '180948.753000', '180948.756000', '180948.758000', '181008.645000', '181008.648000', '181008.651000', '181008.654000', '181008.656000', '181008.669000', '181008.671000', '181008.674000', '181008.677000', '181008.679000', '181008.682000', '181008.685000', '181008.687000', '181008.690000', '181008.693000', '181008.695000', '181008.698000', '181008.701000', '181008.703000', '181008.706000', '181008.709000', '181008.711000', '181008.714000', '181008.716000', '181008.719000', '181008.722000', '181008.724000', '181008.727000', '181008.729000', '181008.732000', '181008.735000', '181008.737000', '181008.740000', '181008.743000', '181008.745000', '181008.748000', '181008.750000', '181008.753000', '181008.756000', '181008.758000', '181008.761000', '181008.764000', '181008.766000', '181008.769000', '181028.645000', '181028.648000', '181028.651000', '181028.654000', '181028.656000', '181028.659000', '181028.662000', '181028.664000', '181028.667000', '181028.670000', '181028.673000', '181028.676000', '181028.678000', '181028.681000', '181028.684000', '181028.686000', '181028.689000', '181028.692000', '181028.694000', '181028.697000', '181028.699000', '181028.702000', '181028.705000', '181028.709000', '181028.712000', '181028.714000', '181028.717000', '181028.720000', '181028.722000', '181028.725000', '181028.728000', '181028.730000', '181028.733000', '181028.735000', '181028.738000', '181028.741000', '181028.743000', '181028.746000', '181028.748000', '181028.751000', '181028.754000', '181028.756000', '181028.759000', '181048.645000', '181048.648000', '181048.651000', '181048.654000', '181048.656000', '181048.659000', '181048.661000', '181048.664000', '181048.667000', '181048.669000', '181048.672000', '181048.675000', '181048.677000', '181048.680000', '181048.683000', '181048.685000', '181048.710000', '181048.713000', '181048.715000', '181048.718000', '181048.720000', '181048.723000', '181048.726000', '181048.728000', '181048.731000', '181048.734000', '181048.736000', '181048.739000', '181048.741000', '181048.744000', '181048.747000', '181048.749000', '181048.752000', '181048.755000', '181048.757000', '181048.760000', '181048.763000', '181048.765000', '181048.768000', '181048.770000', '181048.773000', '181048.776000', '181048.778000', '181048.781000', '181108.650000', '181108.653000', '181108.656000', '181108.659000', '181108.661000', '181108.664000', '181108.666000', '181108.669000', '181108.672000', '181108.674000', '181108.677000', '181108.679000', '181108.682000', '181108.685000', '181108.687000', '181108.690000', '181108.693000', '181108.695000', '181108.698000', '181108.700000', '181108.703000', '181108.706000', '181108.708000', '181108.711000', '181108.713000', '181108.716000', '181108.719000', '181108.721000', '181108.724000', '181108.727000', '181108.729000', '181108.732000', '181108.734000', '181108.737000', '181108.740000', '181108.742000', '181108.745000', '181108.747000', '181108.750000', '181108.753000', '181108.755000', '181108.758000', '181108.760000', '181128.647000', '181128.649000', '181128.652000', '181128.655000', '181128.657000', '181128.660000', '181128.662000', '181128.665000', '181128.668000', '181128.670000', '181128.673000', '181128.675000', '181128.678000', '181128.681000', '181128.683000', '181128.686000', '181128.689000', '181128.691000', '181128.694000', '181128.697000', '181128.699000', '181128.702000', '181128.704000', '181128.707000', '181128.710000', '181128.713000', '181128.715000', '181128.718000', '181128.721000', '181128.723000', '181128.726000', '181128.729000', '181128.731000', '181128.734000', '181128.737000', '181128.739000', '181128.742000', '181128.745000', '181128.747000', '181128.750000', '181128.752000', '181128.755000', '181128.758000', '181128.761000', '181148.647000', '181148.649000', '181148.652000', '181148.655000', '181148.657000', '181148.660000', '181148.663000', '181148.665000', '181148.668000', '181148.670000', '181148.673000', '181148.676000', '181148.679000', '181148.688000', '181148.691000', '181148.694000', '181148.696000', '181148.699000', '181148.702000', '181148.704000', '181148.707000', '181148.709000', '181148.712000', '181148.715000', '181148.717000', '181148.720000', '181148.723000', '181148.726000', '181148.728000', '181148.731000', '181148.733000', '181148.736000', '181148.739000', '181148.741000', '181148.744000', '181148.747000', '181148.750000', '181148.753000', '181148.756000', '181148.758000', '181148.761000', '181148.764000', '181148.766000', '181208.646000', '181208.648000', '181208.651000', '181208.654000', '181208.656000', '181208.659000', '181208.661000', '181208.664000', '181208.667000', '181208.669000', '181208.672000', '181208.674000', '181208.677000', '181208.680000', '181208.682000', '181208.685000', '181208.688000', '181208.690000', '181208.693000', '181208.695000', '181208.698000', '181208.701000', '181208.703000', '181208.706000', '181208.709000', '181208.711000', '181208.728000', '181208.730000', '181208.733000', '181208.736000', '181208.740000', '181208.743000', '181208.745000', '181208.748000', '181208.751000', '181208.753000', '181208.756000', '181208.759000', '181208.761000', '181208.764000', '181208.767000', '181208.769000', '181208.772000', '181208.775000', '181228.646000', '181228.648000', '181228.651000', '181228.654000', '181228.657000', '181228.659000', '181228.662000', '181228.665000', '181228.667000', '181228.670000', '181228.673000', '181228.675000', '181228.678000', '181228.681000', '181228.683000', '181228.686000', '181228.689000', '181228.691000', '181228.694000', '181228.697000', '181228.699000', '181228.702000', '181228.705000', '181228.707000', '181228.710000', '181228.713000', '181228.715000', '181228.718000', '181228.721000', '181228.724000', '181228.726000', '181228.729000', '181228.732000', '181228.735000', '181228.737000', '181228.740000', '181228.743000', '181228.745000', '181228.748000', '181228.750000', '181228.753000', '181228.756000', '181228.758000', '181248.645000', '181248.649000', '181248.651000', '181248.654000', '181248.656000', '181248.659000', '181248.662000', '181248.665000', '181248.667000', '181248.670000', '181248.673000', '181248.675000', '181248.678000', '181248.680000', '181248.683000', '181248.686000', '181248.688000', '181248.691000', '181248.694000', '181248.696000', '181248.699000', '181248.702000', '181248.704000', '181248.707000', '181248.710000', '181248.712000', '181248.715000', '181248.718000', '181248.720000', '181248.723000', '181248.726000', '181248.728000', '181248.731000', '181248.734000', '181248.736000', '181248.739000', '181248.741000', '181248.744000', '181248.747000', '181248.749000', '181248.752000', '181248.755000', '181248.757000', '181248.760000', '181255.891000', '181255.894000', '181255.897000', '181255.899000', '181255.902000', '181255.905000', '181255.908000', '181255.911000', '181255.913000', '181255.917000', '181255.920000', '181255.922000', '181255.925000', '181255.928000', '181255.931000', '181255.935000'], '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': [8048, 6117, 10520, 8846, 7999, 10601, 6537, 8916, 10742, 7074, 11828, 6996, 5778, 12461, 9131, 6217, 10586, 8027, 7478, 12189, 7537, 5946, 9356, 8202, 7295, 9671, 6385, 5810, 11180, 9008, 7805, 9894, 6902, 7177, 12539, 9205, 7190, 10352, 6947, 9465, 9368, 8240, 13241, 7768, 5715, 9770, 8086, 8317, 9923, 6410, 11157, 9376, 7219, 11702, 6432, 5678, 10917, 8973, 6315, 9137, 6155, 6013, 12021, 8158, 5686, 9050, 7526, 7237, 8869, 5995, 8121, 11992, 7703, 5811, 9715, 6990, 12021, 9603, 8246, 8597, 6052, 7376, 10032, 7281, 5539, 7786, 6026, 8081, 11154, 7567, 7886, 10732, 8235, 6539, 11316, 11557, 7295, 7453, 9218, 6426, 12325, 9258, 6521, 7681, 7898, 6916, 11537, 7915, 5944, 9050, 6994, 11076, 8864, 5949, 9784, 6749, 6896, 11247, 7908, 5876, 9084, 7182, 12104, 8960, 6235, 10521, 8280, 8824, 9163, 6465, 10330, 9158, 7110, 10252, 7018, 6223, 11972, 8373, 6534, 8007, 6583, 12492, 8079, 5910, 9733, 8384, 6650, 8668, 6562, 9792, 8632, 7585, 9418, 8370, 6127, 11283, 9623, 7709, 11067, 7663, 5660, 11215, 9139, 7019, 9180, 6512, 8108, 10611, 7332, 10824, 6958, 6126, 11726, 8273, 6044, 9122, 6638, 6699, 12079, 8795, 6225, 8942, 7288, 11620, 8762, 5947, 10231, 8736, 7408, 9620, 6364, 7096, 11126, 7574, 6571, 7454, 6651, 10768, 8338, 6147, 9199, 8151, 6793, 5659, 12508, 9282, 8538, 9735, 6821, 6011, 11426, 10350, 8890, 5724, 9664, 6488, 5636, 8372, 6657, 12663, 9294, 8137, 11614, 8665, 13008, 8585, 8306, 9757, 6306, 8517, 5686, 10865, 8115, 5553, 7663, 5923, 11967, 9491, 5953, 9834, 6311, 9388, 9596, 6358, 9324, 6194, 9532, 9778, 6218, 9751, 6369, 5714, 9772, 7885, 8108, 8674, 6028, 10535, 8088, 10652, 7351, 5655, 10388, 8572, 7491, 10108, 6914, 11096, 6981, 12533, 8842, 6373, 8207, 5930, 10630, 9534, 7184, 10468, 6767, 11467, 8426, 7504, 7629, 6057, 10814, 9536, 7220, 10712, 6954, 8028, 10774, 7340, 10141, 6966, 6107, 11954, 8585, 6186, 7651, 6182, 12591, 8524, 6023, 10415, 9175, 8196, 11457, 7444, 5961, 9702, 8031, 9290, 7843, 6156, 8785, 10246, 7344, 7750, 8669, 6142, 12545, 9572, 6997, 9852, 6797, 8055, 11513, 7114, 5763, 8357, 7334, 11611, 8533, 5896, 8138, 6840, 12053, 8061, 5926, 7579, 9617, 8031, 12253, 7962, 5941, 9802, 7950, 9267, 7783, 5933, 10502, 8418, 6577, 8724, 6336, 7432, 11680, 8329, 6737, 8706, 7850, 13361, 9481, 6405, 9881, 7597, 10779, 10350, 6920, 8069, 8695, 7541, 11999, 7516, 5899, 10583, 9413, 7943, 12026, 7951, 6000, 10646, 7921, 8073, 7171, 10803, 7341, 6251, 11543, 8463, 6084, 7878, 6005, 11781, 8335, 5873, 8977, 7286, 7351, 9741, 6678, 5669, 9782, 8203, 7577, 9224, 6636, 11205, 9336, 7496, 11862, 7765, 6217, 11086, 8956, 7883, 9732, 6784, 5536, 10753, 8565, 6793, 9862, 6991, 9428, 10496, 7470, 11083, 7322, 5854, 10319, 8341, 8868, 8026, 5925, 9849, 9073, 6241, 6729, 7446, 6914, 9955, 9291, 6689, 6755, 9449, 8752, 10917, 9301, 7068, 6707, 9436, 8481, 11518, 9194, 6745, 9547, 9458, 7991, 11857, 7410, 5835, 10011, 8675, 6372, 8523, 6122, 7646, 9912, 7003, 5883, 7755, 6964, 10381, 9549, 6868, 8960, 9423, 8097, 11726, 8124, 6083, 9556, 7466, 12611, 7742, 5801, 9940, 8339, 5929, 8633, 6181, 8020, 11491, 7726, 5854, 9236, 6967, 9290, 11008, 7654, 8975, 8157, 7428, 11290, 7238, 5491, 8924, 7440, 10254, 8155, 6139, 8526, 9796, 7398, 10000, 8358, 6356, 11919, 9312, 7605, 8351, 6445, 11874, 9663, 8688, 8442, 5614, 5447, 5486, 6647, 5980, 5639, 8511, 7071, 10290, 11643, 9375, 11897, 10577, 13173, 10612, 8504, 11162, 8576, 6670, 11467, 7687, 10043, 9272, 5853, 10296, 7534, 5635, 9441, 6307, 5536, 9139, 6197, 5708, 9478, 6476, 5590, 7242, 7497, 7266, 6003, 9859, 6337, 5402, 5900, 7290, 5933, 5518, 9372, 8803, 6678, 5620, 7577, 8822, 6836, 7174, 10492, 8232, 5938, 9375, 6689, 6361, 9010, 9039, 6279, 5631, 9258, 7691, 6846, 11084, 7146, 5423, 9897, 8518, 6837, 10986, 8096, 6021, 11185, 8798, 7173, 9564, 6429, 7113, 10174, 7324, 5619, 9693, 9091, 6824, 11548, 7866, 5723, 9585, 7885, 6703, 9877, 6844, 5788, 8946, 7266, 10607, 8452, 5891, 9195, 8079, 6949, 9716, 6208, 5794, 9202, 8844, 6571, 10381, 7544, 5958, 10057, 7332, 11368, 7839, 5802, 8712, 6852, 8078, 9414, 6785, 7043, 8770, 7190, 6837, 8084, 6124, 7092, 9755, 7934, 5881, 9035, 6431, 7658, 11033, 7960, 5638, 9360, 6966, 7029, 11341, 7894, 5719, 9251, 8166, 6787, 10393, 6961, 5734, 10747, 8331, 5817, 8528, 6717, 6040, 10377, 9704, 6882, 6038, 9350, 7810, 7924, 10252, 6529, 5706, 9594, 8443, 6414, 5795, 7422, 6098, 7682, 10194, 6893, 5802, 9223, 7857, 6521, 5714, 9316, 8851, 6373, 10658, 9225, 6512, 6343, 8948, 8804, 7197, 6491, 11489, 9354, 6747, 9194, 7418, 7854, 8323, 9479, 6524, 5798, 6191, 10068, 7888, 6209, 5797, 9823, 6517, 10738, 8034, 8580, 8803, 6431, 5719, 7675, 6158, 11599, 9868, 6783, 9716, 6679, 10664, 7748, 6146, 9199, 6558, 9352, 6948, 6204, 10316, 6816, 5743, 7399, 6128, 9916, 7657, 6023, 8410, 6531, 6029, 10443, 7276, 5843, 8336, 6084, 8494, 8182, 6150, 5689, 6499, 6125, 9714, 7725, 5850, 7429, 6149, 9947, 8955, 6148, 8466, 6437, 10021, 9556, 6679, 9802, 6614, 6150, 10184, 8395, 6206, 8137, 6728, 11191, 8156, 6727, 8834, 9888, 9242, 6994, 11201, 7865, 9681, 10695, 8183, 6552, 8218, 6581, 8759, 10510, 7948, 5935, 8732, 6613, 8313, 10255, 7533, 6310, 7770, 6332, 10100, 9125, 6329, 8763, 9013, 8125, 9894, 9545, 6475, 5893, 10052, 7052, 7707, 5728, 8669, 6557, 5832, 9452, 6908, 9284, 9708, 7636, 11331, 7961, 11052, 7197, 8076, 9533, 6563, 10256, 6842, 10175, 6884, 5856, 7710, 5913, 9203, 7776, 5823, 8153, 5959, 9676, 7192], 'WindowCenter': [3646.0, 3601.0, 3637.0, 3626.0, 3605.0, 3627.0, 3582.0, 3611.0, 3622.0, 3591.0, 3634.0, 3592.0, 3560.0, 3632.0, 3611.0, 3568.0, 3621.0, 3589.0, 3590.0, 3632.0, 3601.0, 3568.0, 3610.0, 3601.0, 3590.0, 3623.0, 3581.0, 3570.0, 3633.0, 3615.0, 3602.0, 3625.0, 3595.0, 3580.0, 3633.0, 3612.0, 3583.0, 3611.0, 3579.0, 3600.0, 3598.0, 3587.0, 3619.0, 3587.0, 3556.0, 3609.0, 3588.0, 3599.0, 3611.0, 3569.0, 3608.0, 3599.0, 3576.0, 3619.0, 3567.0, 3556.0, 3619.0, 3599.0, 3567.0, 3609.0, 3567.0, 3556.0, 3635.0, 3600.0, 3558.0, 3599.0, 3589.0, 3589.0, 3610.0, 3568.0, 3600.0, 3633.0, 3603.0, 3570.0, 3611.0, 3580.0, 3620.0, 3610.0, 3588.0, 3598.0, 3568.0, 3578.0, 3612.0, 3590.0, 3546.0, 3588.0, 3569.0, 3589.0, 3623.0, 3589.0, 3588.0, 3620.0, 3599.0, 3567.0, 3620.0, 3621.0, 3579.0, 3577.0, 3597.0, 3554.0, 3618.0, 3598.0, 3566.0, 3577.0, 3587.0, 3577.0, 3621.0, 3588.0, 3568.0, 3599.0, 3580.0, 3621.0, 3599.0, 3556.0, 3610.0, 3568.0, 3577.0, 3621.0, 3600.0, 3556.0, 3598.0, 3579.0, 3620.0, 3599.0, 3557.0, 3609.0, 3588.0, 3600.0, 3598.0, 3566.0, 3609.0, 3610.0, 3577.0, 3609.0, 3577.0, 3556.0, 3621.0, 3599.0, 3566.0, 3587.0, 3567.0, 3620.0, 3587.0, 3556.0, 3597.0, 3600.0, 3577.0, 3598.0, 3579.0, 3609.0, 3599.0, 3590.0, 3610.0, 3600.0, 3570.0, 3621.0, 3612.0, 3589.0, 3620.0, 3588.0, 3557.0, 3620.0, 3610.0, 3578.0, 3600.0, 3567.0, 3587.0, 3608.0, 3577.0, 3608.0, 3577.0, 3555.0, 3620.0, 3600.0, 3569.0, 3610.0, 3579.0, 3578.0, 3632.0, 3600.0, 3568.0, 3599.0, 3578.0, 3620.0, 3600.0, 3557.0, 3609.0, 3600.0, 3589.0, 3609.0, 3568.0, 3577.0, 3622.0, 3591.0, 3579.0, 3589.0, 3579.0, 3622.0, 3603.0, 3571.0, 3611.0, 3600.0, 3580.0, 3571.0, 3635.0, 3613.0, 3615.0, 3625.0, 3581.0, 3571.0, 3622.0, 3596.0, 3584.0, 3531.0, 3595.0, 3556.0, 3556.0, 3599.0, 3578.0, 3621.0, 3598.0, 3574.0, 3594.0, 3573.0, 3592.0, 3571.0, 3560.0, 3571.0, 3539.0, 3570.0, 3527.0, 3580.0, 3560.0, 3518.0, 3560.0, 3540.0, 3604.0, 3595.0, 3554.0, 3597.0, 3556.0, 3596.0, 3598.0, 3566.0, 3597.0, 3556.0, 3597.0, 3610.0, 3568.0, 3610.0, 3569.0, 3558.0, 3611.0, 3602.0, 3601.0, 3601.0, 3569.0, 3621.0, 3590.0, 3621.0, 3590.0, 3558.0, 3621.0, 3613.0, 3591.0, 3623.0, 3591.0, 3622.0, 3578.0, 3620.0, 3598.0, 3555.0, 3587.0, 3556.0, 3608.0, 3610.0, 3578.0, 3609.0, 3567.0, 3619.0, 3588.0, 3576.0, 3587.0, 3556.0, 3609.0, 3612.0, 3589.0, 3621.0, 3580.0, 3588.0, 3621.0, 3589.0, 3610.0, 3579.0, 3568.0, 3621.0, 3600.0, 3570.0, 3589.0, 3568.0, 3633.0, 3600.0, 3569.0, 3621.0, 3613.0, 3601.0, 3622.0, 3590.0, 3568.0, 3610.0, 3601.0, 3610.0, 3589.0, 3568.0, 3599.0, 3622.0, 3591.0, 3591.0, 3600.0, 3568.0, 3632.0, 3611.0, 3579.0, 3610.0, 3579.0, 3589.0, 3621.0, 3578.0, 3556.0, 3588.0, 3576.0, 3620.0, 3598.0, 3545.0, 3586.0, 3565.0, 3619.0, 3587.0, 3557.0, 3588.0, 3609.0, 3589.0, 3621.0, 3589.0, 3556.0, 3610.0, 3589.0, 3599.0, 3588.0, 3567.0, 3609.0, 3600.0, 3578.0, 3600.0, 3569.0, 3589.0, 3632.0, 3600.0, 3579.0, 3599.0, 3589.0, 3633.0, 3610.0, 3567.0, 3609.0, 3588.0, 3610.0, 3609.0, 3578.0, 3587.0, 3598.0, 3588.0, 3620.0, 3577.0, 3557.0, 3621.0, 3611.0, 3589.0, 3621.0, 3588.0, 3569.0, 3621.0, 3588.0, 3600.0, 3579.0, 3621.0, 3590.0, 3568.0, 3620.0, 3588.0, 3556.0, 3575.0, 3555.0, 3620.0, 3587.0, 3557.0, 3598.0, 3588.0, 3588.0, 3610.0, 3579.0, 3557.0, 3610.0, 3600.0, 3589.0, 3610.0, 3579.0, 3620.0, 3602.0, 3588.0, 3620.0, 3590.0, 3556.0, 3609.0, 3599.0, 3589.0, 3608.0, 3566.0, 3545.0, 3609.0, 3599.0, 3578.0, 3609.0, 3577.0, 3597.0, 3609.0, 3577.0, 3619.0, 3576.0, 3544.0, 3607.0, 3587.0, 3596.0, 3587.0, 3556.0, 3608.0, 3599.0, 3568.0, 3567.0, 3589.0, 3579.0, 3622.0, 3611.0, 3580.0, 3579.0, 3611.0, 3601.0, 3623.0, 3611.0, 3579.0, 3578.0, 3599.0, 3600.0, 3622.0, 3610.0, 3579.0, 3609.0, 3609.0, 3589.0, 3620.0, 3578.0, 3556.0, 3609.0, 3599.0, 3567.0, 3598.0, 3568.0, 3588.0, 3609.0, 3579.0, 3557.0, 3589.0, 3579.0, 3622.0, 3611.0, 3580.0, 3600.0, 3611.0, 3590.0, 3621.0, 3589.0, 3556.0, 3598.0, 3577.0, 3619.0, 3577.0, 3544.0, 3609.0, 3599.0, 3556.0, 3598.0, 3557.0, 3587.0, 3620.0, 3589.0, 3557.0, 3609.0, 3579.0, 3610.0, 3621.0, 3589.0, 3598.0, 3588.0, 3577.0, 3608.0, 3577.0, 3544.0, 3597.0, 3577.0, 3608.0, 3588.0, 3556.0, 3598.0, 3610.0, 3589.0, 3610.0, 3588.0, 3566.0, 3619.0, 3599.0, 3577.0, 3587.0, 3566.0, 3620.0, 3610.0, 3598.0, 3586.0, 3546.0, 3545.0, 3545.0, 3566.0, 3557.0, 3546.0, 3586.0, 3566.0, 3597.0, 3609.0, 3597.0, 3609.0, 3597.0, 3605.0, 3583.0, 3559.0, 3579.0, 3557.0, 3536.0, 3578.0, 3547.0, 3566.0, 3555.0, 3513.0, 3564.0, 3532.0, 3513.0, 3565.0, 3524.0, 3502.0, 3566.0, 3524.0, 3514.0, 3568.0, 3538.0, 3517.0, 3559.0, 3573.0, 3573.0, 3541.0, 3596.0, 3553.0, 3547.0, 3557.0, 3578.0, 3557.0, 3548.0, 3600.0, 3599.0, 3579.0, 3559.0, 3590.0, 3600.0, 3580.0, 3592.0, 3623.0, 3601.0, 3569.0, 3611.0, 3568.0, 3569.0, 3612.0, 3611.0, 3580.0, 3560.0, 3613.0, 3592.0, 3581.0, 3634.0, 3591.0, 3561.0, 3624.0, 3613.0, 3580.0, 3624.0, 3601.0, 3570.0, 3622.0, 3602.0, 3580.0, 3611.0, 3583.0, 3621.0, 3650.0, 3590.0, 3543.0, 3595.0, 3597.0, 3567.0, 3621.0, 3589.0, 3557.0, 3609.0, 3600.0, 3579.0, 3611.0, 3579.0, 3557.0, 3599.0, 3578.0, 3609.0, 3599.0, 3557.0, 3609.0, 3588.0, 3578.0, 3610.0, 3569.0, 3558.0, 3610.0, 3611.0, 3579.0, 3621.0, 3590.0, 3568.0, 3610.0, 3577.0, 3607.0, 3576.0, 3544.0, 3586.0, 3566.0, 3586.0, 3597.0, 3566.0, 3576.0, 3598.0, 3578.0, 3578.0, 3588.0, 3568.0, 3578.0, 3610.0, 3600.0, 3557.0, 3599.0, 3567.0, 3588.0, 3621.0, 3599.0, 3557.0, 3610.0, 3589.0, 3578.0, 3621.0, 3589.0, 3557.0, 3609.0, 3599.0, 3578.0, 3620.0, 3577.0, 3556.0, 3619.0, 3599.0, 3557.0, 3598.0, 3577.0, 3556.0, 3610.0, 3609.0, 3576.0, 3554.0, 3597.0, 3587.0, 3587.0, 3608.0, 3566.0, 3555.0, 3608.0, 3599.0, 3566.0, 3555.0, 3587.0, 3566.0, 3588.0, 3620.0, 3590.0, 3557.0, 3609.0, 3599.0, 3579.0, 3557.0, 3610.0, 3599.0, 3568.0, 3633.0, 3624.0, 3569.0, 3568.0, 3610.0, 3610.0, 3579.0, 3569.0, 3632.0, 3610.0, 3577.0, 3598.0, 3576.0, 3587.0, 3598.0, 3608.0, 3567.0, 3557.0, 3566.0, 3609.0, 3600.0, 3579.0, 3571.0, 3622.0, 3579.0, 3620.0, 3587.0, 3584.0, 3596.0, 3565.0, 3555.0, 3588.0, 3556.0, 3618.0, 3608.0, 3564.0, 3584.0, 3551.0, 3592.0, 3561.0, 3539.0, 3582.0, 3551.0, 3581.0, 3561.0, 3540.0, 3593.0, 3551.0, 3540.0, 3561.0, 3541.0, 3595.0, 3573.0, 3553.0, 3585.0, 3555.0, 3554.0, 3609.0, 3576.0, 3556.0, 3598.0, 3555.0, 3598.0, 3599.0, 3568.0, 3557.0, 3580.0, 3569.0, 3611.0, 3603.0, 3569.0, 3591.0, 3570.0, 3622.0, 3613.0, 3571.0, 3612.0, 3581.0, 3622.0, 3621.0, 3580.0, 3622.0, 3581.0, 3568.0, 3624.0, 3613.0, 3582.0, 3613.0, 3593.0, 3635.0, 3601.0, 3579.0, 3611.0, 3622.0, 3612.0, 3591.0, 3622.0, 3600.0, 3608.0, 3610.0, 3587.0, 3565.0, 3586.0, 3566.0, 3598.0, 3609.0, 3587.0, 3556.0, 3599.0, 3578.0, 3598.0, 3610.0, 3589.0, 3566.0, 3588.0, 3567.0, 3609.0, 3610.0, 3569.0, 3598.0, 3597.0, 3588.0, 3610.0, 3609.0, 3568.0, 3569.0, 3621.0, 3564.0, 3574.0, 3542.0, 3585.0, 3566.0, 3557.0, 3611.0, 3590.0, 3608.0, 3609.0, 3573.0, 3594.0, 3571.0, 3591.0, 3549.0, 3559.0, 3580.0, 3550.0, 3592.0, 3549.0, 3580.0, 3549.0, 3527.0, 3571.0, 3540.0, 3582.0, 3573.0, 3542.0, 3584.0, 3553.0, 3595.0, 3563.0], 'WindowWidth': [8238.0, 8169.0, 8210.0, 8192.0, 8162.0, 8191.0, 8126.0, 8162.0, 8179.0, 8136.0, 8198.0, 8142.0, 8095.0, 8194.0, 8162.0, 8102.0, 8174.0, 8130.0, 8131.0, 8191.0, 8149.0, 8102.0, 8159.0, 8150.0, 8136.0, 8181.0, 8126.0, 8109.0, 8195.0, 8174.0, 8152.0, 8186.0, 8146.0, 8119.0, 8194.0, 8165.0, 8125.0, 8161.0, 8117.0, 8142.0, 8140.0, 8123.0, 8170.0, 8123.0, 8082.0, 8155.0, 8126.0, 8141.0, 8159.0, 8101.0, 8151.0, 8142.0, 8107.0, 8169.0, 8100.0, 8084.0, 8169.0, 8143.0, 8099.0, 8156.0, 8100.0, 8081.0, 8196.0, 8147.0, 8088.0, 8142.0, 8130.0, 8130.0, 8160.0, 8105.0, 8147.0, 8194.0, 8155.0, 8111.0, 8164.0, 8120.0, 8172.0, 8158.0, 8125.0, 8139.0, 8102.0, 8114.0, 8164.0, 8133.0, 8070.0, 8126.0, 8104.0, 8129.0, 8179.0, 8130.0, 8126.0, 8170.0, 8142.0, 8100.0, 8172.0, 8174.0, 8117.0, 8109.0, 8136.0, 8076.0, 8164.0, 8137.0, 8094.0, 8108.0, 8123.0, 8111.0, 8173.0, 8128.0, 8101.0, 8142.0, 8118.0, 8172.0, 8143.0, 8084.0, 8158.0, 8100.0, 8112.0, 8174.0, 8145.0, 8083.0, 8140.0, 8116.0, 8171.0, 8141.0, 8085.0, 8154.0, 8127.0, 8143.0, 8141.0, 8094.0, 8152.0, 8157.0, 8112.0, 8156.0, 8111.0, 8081.0, 8175.0, 8142.0, 8094.0, 8123.0, 8096.0, 8171.0, 8125.0, 8084.0, 8137.0, 8146.0, 8112.0, 8139.0, 8117.0, 8155.0, 8142.0, 8133.0, 8160.0, 8147.0, 8106.0, 8175.0, 8163.0, 8129.0, 8172.0, 8127.0, 8086.0, 8170.0, 8158.0, 8113.0, 8144.0, 8099.0, 8123.0, 8154.0, 8111.0, 8153.0, 8109.0, 8080.0, 8172.0, 8146.0, 8106.0, 8160.0, 8118.0, 8114.0, 8193.0, 8147.0, 8101.0, 8144.0, 8114.0, 8172.0, 8145.0, 8084.0, 8153.0, 8145.0, 8129.0, 8154.0, 8101.0, 8110.0, 8177.0, 8137.0, 8117.0, 8131.0, 8119.0, 8179.0, 8154.0, 8109.0, 8163.0, 8147.0, 8122.0, 8111.0, 8200.0, 8168.0, 8171.0, 8184.0, 8123.0, 8109.0, 8180.0, 8132.0, 8112.0, 8038.0, 8126.0, 8080.0, 8082.0, 8142.0, 8115.0, 8174.0, 8138.0, 8100.0, 8126.0, 8095.0, 8115.0, 8088.0, 8072.0, 8088.0, 8045.0, 8087.0, 8028.0, 8100.0, 8074.0, 8017.0, 8074.0, 8050.0, 8138.0, 8130.0, 8075.0, 8134.0, 8080.0, 8131.0, 8138.0, 8094.0, 8137.0, 8082.0, 8135.0, 8157.0, 8101.0, 8159.0, 8104.0, 8088.0, 8160.0, 8152.0, 8150.0, 8149.0, 8104.0, 8174.0, 8131.0, 8172.0, 8131.0, 8087.0, 8174.0, 8168.0, 8136.0, 8180.0, 8138.0, 8177.0, 8111.0, 8171.0, 8138.0, 8078.0, 8122.0, 8082.0, 8153.0, 8158.0, 8112.0, 8155.0, 8099.0, 8169.0, 8125.0, 8107.0, 8122.0, 8083.0, 8154.0, 8163.0, 8130.0, 8175.0, 8120.0, 8127.0, 8173.0, 8129.0, 8157.0, 8116.0, 8100.0, 8175.0, 8147.0, 8105.0, 8130.0, 8103.0, 8193.0, 8147.0, 8106.0, 8176.0, 8166.0, 8149.0, 8178.0, 8133.0, 8102.0, 8159.0, 8148.0, 8159.0, 8129.0, 8102.0, 8143.0, 8178.0, 8136.0, 8136.0, 8147.0, 8102.0, 8191.0, 8162.0, 8116.0, 8158.0, 8115.0, 8128.0, 8174.0, 8115.0, 8082.0, 8125.0, 8108.0, 8170.0, 8139.0, 8064.0, 8119.0, 8092.0, 8168.0, 8124.0, 8085.0, 8127.0, 8157.0, 8128.0, 8175.0, 8129.0, 8083.0, 8156.0, 8129.0, 8141.0, 8127.0, 8099.0, 8154.0, 8144.0, 8114.0, 8146.0, 8105.0, 8130.0, 8192.0, 8146.0, 8116.0, 8143.0, 8127.0, 8192.0, 8158.0, 8099.0, 8154.0, 8126.0, 8156.0, 8156.0, 8112.0, 8124.0, 8140.0, 8126.0, 8173.0, 8111.0, 8086.0, 8176.0, 8164.0, 8130.0, 8175.0, 8127.0, 8103.0, 8173.0, 8126.0, 8145.0, 8117.0, 8177.0, 8132.0, 8101.0, 8170.0, 8126.0, 8080.0, 8104.0, 8077.0, 8171.0, 8124.0, 8085.0, 8140.0, 8128.0, 8128.0, 8160.0, 8117.0, 8088.0, 8159.0, 8147.0, 8131.0, 8159.0, 8115.0, 8170.0, 8150.0, 8128.0, 8173.0, 8131.0, 8082.0, 8153.0, 8144.0, 8127.0, 8153.0, 8096.0, 8068.0, 8156.0, 8143.0, 8113.0, 8155.0, 8111.0, 8134.0, 8154.0, 8110.0, 8167.0, 8109.0, 8063.0, 8148.0, 8124.0, 8134.0, 8122.0, 8083.0, 8150.0, 8144.0, 8101.0, 8098.0, 8128.0, 8115.0, 8177.0, 8163.0, 8122.0, 8117.0, 8161.0, 8149.0, 8179.0, 8160.0, 8118.0, 8114.0, 8143.0, 8145.0, 8176.0, 8158.0, 8115.0, 8154.0, 8156.0, 8128.0, 8173.0, 8113.0, 8082.0, 8154.0, 8143.0, 8098.0, 8140.0, 8100.0, 8125.0, 8157.0, 8116.0, 8086.0, 8128.0, 8117.0, 8179.0, 8163.0, 8121.0, 8144.0, 8161.0, 8131.0, 8176.0, 8130.0, 8083.0, 8139.0, 8110.0, 8169.0, 8109.0, 8063.0, 8153.0, 8143.0, 8081.0, 8139.0, 8084.0, 8123.0, 8172.0, 8129.0, 8086.0, 8155.0, 8115.0, 8157.0, 8174.0, 8129.0, 8138.0, 8124.0, 8108.0, 8154.0, 8110.0, 8062.0, 8135.0, 8110.0, 8153.0, 8124.0, 8084.0, 8139.0, 8159.0, 8129.0, 8157.0, 8125.0, 8093.0, 8168.0, 8141.0, 8109.0, 8121.0, 8094.0, 8170.0, 8157.0, 8138.0, 8121.0, 8068.0, 8064.0, 8065.0, 8091.0, 8081.0, 8066.0, 8118.0, 8090.0, 8133.0, 8151.0, 8132.0, 8157.0, 8135.0, 8144.0, 8108.0, 8069.0, 8096.0, 8065.0, 8034.0, 8092.0, 8049.0, 8071.0, 8057.0, 8000.0, 8066.0, 8023.0, 8000.0, 8071.0, 8016.0, 7985.0, 8073.0, 8018.0, 8005.0, 8079.0, 8045.0, 8015.0, 8073.0, 8099.0, 8097.0, 8053.0, 8132.0, 8072.0, 8071.0, 8087.0, 8112.0, 8083.0, 8072.0, 8143.0, 8142.0, 8115.0, 8091.0, 8130.0, 8142.0, 8118.0, 8136.0, 8178.0, 8148.0, 8103.0, 8159.0, 8101.0, 8101.0, 8162.0, 8161.0, 8120.0, 8093.0, 8167.0, 8137.0, 8122.0, 8196.0, 8137.0, 8097.0, 8182.0, 8168.0, 8121.0, 8183.0, 8149.0, 8105.0, 8179.0, 8150.0, 8117.0, 8159.0, 8131.0, 8197.0, 8230.0, 8132.0, 8058.0, 8129.0, 8136.0, 8097.0, 8175.0, 8130.0, 8086.0, 8155.0, 8145.0, 8117.0, 8161.0, 8117.0, 8084.0, 8141.0, 8112.0, 8156.0, 8141.0, 8085.0, 8154.0, 8127.0, 8114.0, 8159.0, 8104.0, 8089.0, 8158.0, 8163.0, 8119.0, 8176.0, 8132.0, 8100.0, 8157.0, 8108.0, 8151.0, 8107.0, 8063.0, 8120.0, 8095.0, 8121.0, 8136.0, 8096.0, 8108.0, 8138.0, 8112.0, 8113.0, 8128.0, 8103.0, 8113.0, 8159.0, 8144.0, 8086.0, 8142.0, 8100.0, 8126.0, 8175.0, 8144.0, 8086.0, 8159.0, 8132.0, 8114.0, 8175.0, 8130.0, 8085.0, 8156.0, 8142.0, 8113.0, 8174.0, 8113.0, 8082.0, 8170.0, 8143.0, 8086.0, 8142.0, 8112.0, 8084.0, 8158.0, 8156.0, 8111.0, 8078.0, 8136.0, 8123.0, 8123.0, 8154.0, 8095.0, 8081.0, 8151.0, 8142.0, 8097.0, 8082.0, 8124.0, 8095.0, 8126.0, 8172.0, 8132.0, 8087.0, 8158.0, 8146.0, 8119.0, 8089.0, 8159.0, 8143.0, 8102.0, 8198.0, 8184.0, 8103.0, 8101.0, 8159.0, 8160.0, 8118.0, 8105.0, 8192.0, 8160.0, 8112.0, 8139.0, 8107.0, 8123.0, 8140.0, 8154.0, 8100.0, 8088.0, 8098.0, 8157.0, 8146.0, 8122.0, 8113.0, 8180.0, 8121.0, 8176.0, 8124.0, 8115.0, 8133.0, 8093.0, 8080.0, 8128.0, 8082.0, 8169.0, 8154.0, 8088.0, 8114.0, 8064.0, 8120.0, 8077.0, 8046.0, 8106.0, 8065.0, 8106.0, 8078.0, 8049.0, 8123.0, 8068.0, 8051.0, 8080.0, 8053.0, 8130.0, 8099.0, 8074.0, 8118.0, 8078.0, 8076.0, 8154.0, 8109.0, 8083.0, 8139.0, 8083.0, 8139.0, 8144.0, 8103.0, 8088.0, 8122.0, 8106.0, 8163.0, 8155.0, 8107.0, 8137.0, 8109.0, 8179.0, 8169.0, 8112.0, 8166.0, 8124.0, 8179.0, 8178.0, 8122.0, 8180.0, 8125.0, 8102.0, 8185.0, 8170.0, 8130.0, 8169.0, 8144.0, 8200.0, 8151.0, 8117.0, 8163.0, 8178.0, 8167.0, 8136.0, 8179.0, 8145.0, 8151.0, 8160.0, 8125.0, 8093.0, 8121.0, 8097.0, 8138.0, 8158.0, 8125.0, 8084.0, 8142.0, 8113.0, 8138.0, 8159.0, 8130.0, 8097.0, 8126.0, 8099.0, 8157.0, 8159.0, 8104.0, 8141.0, 8138.0, 8126.0, 8157.0, 8157.0, 8102.0, 8107.0, 8176.0, 8090.0, 8100.0, 8056.0, 8116.0, 8096.0, 8087.0, 8163.0, 8134.0, 8154.0, 8156.0, 8099.0, 8127.0, 8091.0, 8115.0, 8060.0, 8072.0, 8102.0, 8062.0, 8119.0, 8060.0, 8100.0, 8058.0, 8030.0, 8091.0, 8051.0, 8108.0, 8100.0, 8059.0, 8115.0, 8074.0, 8131.0, 8087.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.003377344827586207</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.039041039425287354</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.74730813612197</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.165921270794017</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9792105857882617</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.463</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6209.0903</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.12417649602016566</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>108</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>12.413793103448276</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6332814506718294</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.606705392396755</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8486501139010705</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.444488845717663</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0100303</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0076511618681252</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.020639896392822266</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</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.753455832199584</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>24.0306</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.8862</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>129.1196</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>38.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>301944.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>561.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>254.6307</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0534</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>473.9564</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2788.1888</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>2965.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>74600.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>855.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3677.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>789.9334</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>31.535662607115228</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> |