=== 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-0036 --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-0036",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0036_ses-03_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-0036_ses-03_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-03_subject-0036_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-0036/figures/sub-0036_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-03_subject-0036_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-0036/figures/sub-0036_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-03_subject-0036_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-0036/figures/sub-0036_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-03_subject-0036_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-0036/figures/sub-0036_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-03_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-03_subject-0036_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-0036/figures/sub-0036_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-03_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-03_subject-0036_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-0036/figures/sub-0036_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0036_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-0036/figures/sub-0036_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0036/figures/sub-0036_ses-03_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-0036/figures/sub-0036_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-03_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-0036/ses-03/func/sub-0036_ses-03_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>91c9405238335301e77ce2049ef5ec5d</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>09:22:50.275000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999003, 0.0308328, 0.0322912, -0.0266832, 0.992187, -0.12187]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.084214</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>10</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4163, -7697, -7335, 545, -16, -174, 34, 86]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>265.751</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>e8f7d707-3476-44ed-bf65-87c35765b072||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6802515983581543, -0.07158919423818588, 0.09665048867464066, 112.81173706054688], [-0.08272223174571991, 2.661966323852539, -0.32639333605766296, -78.74846649169922], [0.08663485199213028, 0.32696717977523804, 2.6784560680389404, -111.80175018310547], [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': ['092250.275000', '092250.735000', '092251.195000', '092251.655000', '092252.115000', '092252.575000', '092253.035000', '092253.495000', '092253.955000', '092254.415000', '092254.875000', '092255.335000', '092255.795000', '092256.255000', '092256.715000', '092257.175000', '092257.635000', '092258.095000', '092258.555000', '092259.015000', '092259.475000', '092259.935000', '092300.395000', '092300.855000', '092301.315000', '092301.775000', '092302.235000', '092302.695000', '092303.155000', '092303.615000', '092304.075000', '092304.535000', '092304.995000', '092305.455000', '092305.915000', '092306.375000', '092306.835000', '092307.295000', '092307.755000', '092308.215000', '092308.675000', '092309.135000', '092309.595000', '092310.055000', '092310.515000', '092310.975000', '092311.435000', '092311.895000', '092312.355000', '092312.815000', '092313.275000', '092313.735000', '092314.195000', '092314.655000', '092315.115000', '092315.575000', '092316.035000', '092316.495000', '092316.955000', '092317.415000', '092317.875000', '092318.335000', '092318.795000', '092319.255000', '092319.715000', '092320.175000', '092320.635000', '092321.095000', '092321.555000', '092322.015000', '092322.475000', '092322.935000', '092323.395000', '092323.855000', '092324.315000', '092324.775000', '092325.235000', '092325.695000', '092326.155000', '092326.615000', '092327.075000', '092327.535000', '092327.995000', '092328.455000', '092328.915000', '092329.375000', '092329.835000', '092330.295000', '092330.755000', '092331.215000', '092331.675000', '092332.135000', '092332.595000', '092333.055000', '092333.515000', '092333.975000', '092334.435000', '092334.895000', '092335.355000', '092335.815000', '092336.275000', '092336.735000', '092337.195000', '092337.655000', '092338.115000', '092338.575000', '092339.035000', '092339.495000', '092339.955000', '092340.415000', '092340.875000', '092341.335000', '092341.795000', '092342.255000', '092342.715000', '092343.175000', '092343.635000', '092344.095000', '092344.555000', '092345.015000', '092345.475000', '092345.935000', '092346.395000', '092346.855000', '092347.315000', '092347.775000', '092348.235000', '092348.695000', '092349.155000', '092349.615000', '092350.075000', '092350.535000', '092350.995000', '092351.455000', '092351.915000', '092352.375000', '092352.835000', '092353.295000', '092353.755000', '092354.215000', '092354.675000', '092355.135000', '092355.595000', '092356.055000', '092356.515000', '092356.975000', '092357.435000', '092357.895000', '092358.355000', '092358.815000', '092359.275000', '092359.735000', '092400.195000', '092400.655000', '092401.115000', '092401.575000', '092402.035000', '092402.495000', '092402.955000', '092403.415000', '092403.875000', '092404.335000', '092404.795000', '092405.255000', '092405.715000', '092406.175000', '092406.635000', '092407.095000', '092407.555000', '092408.015000', '092408.475000', '092408.935000', '092409.395000', '092409.855000', '092410.315000', '092410.775000', '092411.235000', '092411.695000', '092412.155000', '092412.615000', '092413.075000', '092413.535000', '092413.995000', '092414.455000', '092414.915000', '092415.375000', '092415.835000', '092416.295000', '092416.755000', '092417.215000', '092417.675000', '092418.135000', '092418.595000', '092419.055000', '092419.515000', '092419.975000', '092420.435000', '092420.895000', '092421.355000', '092421.815000', '092422.275000', '092422.735000', '092423.195000', '092423.655000', '092424.115000', '092424.575000', '092425.035000', '092425.495000', '092425.955000', '092426.415000', '092426.875000', '092427.335000', '092427.795000', '092428.255000', '092428.715000', '092429.175000', '092429.635000', '092430.095000', '092430.555000', '092431.015000', '092431.475000', '092431.935000', '092432.395000', '092432.855000', '092433.315000', '092433.775000', '092434.235000', '092434.695000', '092435.155000', '092435.615000', '092436.075000', '092436.535000', '092436.995000', '092437.455000', '092437.915000', '092438.375000', '092438.835000', '092439.295000', '092439.755000', '092440.215000', '092440.675000', '092441.135000', '092441.595000', '092442.055000', '092442.515000', '092442.975000', '092443.435000', '092443.895000', '092444.355000', '092444.815000', '092445.275000', '092445.735000', '092446.195000', '092446.655000', '092447.115000', '092447.575000', '092448.035000', '092448.495000', '092448.955000', '092449.415000', '092449.875000', '092450.335000', '092450.795000', '092451.255000', '092451.715000', '092452.175000', '092452.635000', '092453.095000', '092453.555000', '092454.015000', '092454.475000', '092454.935000', '092455.395000', '092455.855000', '092456.315000', '092456.775000', '092457.235000', '092457.695000', '092458.155000', '092458.615000', '092459.075000', '092459.535000', '092459.995000', '092500.455000', '092500.915000', '092501.375000', '092501.835000', '092502.295000', '092502.755000', '092503.215000', '092503.675000', '092504.135000', '092504.595000', '092505.055000', '092505.515000', '092505.975000', '092506.435000', '092506.895000', '092507.355000', '092507.815000', '092508.275000', '092508.735000', '092509.195000', '092509.655000', '092510.115000', '092510.575000', '092511.035000', '092511.495000', '092511.955000', '092512.415000', '092512.875000', '092513.335000', '092513.795000', '092514.255000', '092514.715000', '092515.175000', '092515.635000', '092516.095000', '092516.555000', '092517.015000', '092517.475000', '092517.935000', '092518.395000', '092518.855000', '092519.315000', '092519.775000', '092520.235000', '092520.695000', '092521.155000', '092521.615000', '092522.075000', '092522.535000', '092522.995000', '092523.455000', '092523.915000', '092524.375000', '092524.835000', '092525.295000', '092525.755000', '092526.215000', '092526.675000', '092527.135000', '092527.595000', '092528.055000', '092528.515000', '092528.975000', '092529.435000', '092529.895000', '092530.355000', '092530.815000', '092531.275000', '092531.735000', '092532.195000', '092532.655000', '092533.115000', '092533.575000', '092534.035000', '092534.495000', '092534.955000', '092535.415000', '092535.875000', '092536.335000', '092536.795000', '092537.255000', '092537.715000', '092538.175000', '092538.635000', '092539.095000', '092539.555000', '092540.015000', '092540.475000', '092540.935000', '092541.395000', '092541.855000', '092542.315000', '092542.775000', '092543.235000', '092543.695000', '092544.155000', '092544.615000', '092545.075000', '092545.535000', '092545.995000', '092546.455000', '092546.915000', '092547.375000', '092547.835000', '092548.295000', '092548.755000', '092549.215000', '092549.675000', '092550.135000', '092550.595000', '092551.055000', '092551.515000', '092551.975000', '092552.435000', '092552.895000', '092553.355000', '092553.815000', '092554.275000', '092554.735000', '092555.195000', '092555.655000', '092556.115000', '092556.575000', '092557.035000', '092557.495000', '092557.955000', '092558.415000', '092558.875000', '092559.335000', '092559.795000', '092600.255000', '092600.715000', '092601.175000', '092601.635000', '092602.095000', '092602.555000', '092603.015000', '092603.475000', '092603.935000', '092604.395000', '092604.855000', '092605.315000', '092605.775000', '092606.235000', '092606.695000', '092607.155000', '092607.615000', '092608.075000', '092608.535000', '092608.995000', '092609.455000', '092609.915000', '092610.375000', '092610.835000', '092611.295000', '092611.755000', '092612.215000', '092612.675000', '092613.135000', '092613.595000', '092614.055000', '092614.515000', '092614.975000', '092615.435000', '092615.895000', '092616.355000', '092616.815000', '092617.275000', '092617.735000', '092618.195000', '092618.655000', '092619.115000', '092619.575000', '092620.035000', '092620.495000', '092620.955000', '092621.415000', '092621.875000', '092622.335000', '092622.795000', '092623.255000', '092623.715000', '092624.175000', '092624.635000', '092625.095000', '092625.555000', '092626.015000', '092626.475000', '092626.935000', '092627.395000', '092627.855000', '092628.315000', '092628.775000', '092629.235000', '092629.695000', '092630.155000', '092630.615000', '092631.075000', '092631.535000', '092631.995000', '092632.455000', '092632.915000', '092633.375000', '092633.835000', '092634.295000', '092634.755000', '092635.215000', '092635.675000', '092636.135000', '092636.595000', '092637.055000', '092637.515000', '092637.975000', '092638.435000', '092638.895000', '092639.355000', '092639.815000', '092640.275000', '092640.735000', '092641.195000', '092641.655000', '092642.115000', '092642.575000', '092643.035000', '092643.495000', '092643.955000', '092644.415000', '092644.875000', '092645.335000', '092645.795000', '092646.255000', '092646.715000', '092647.175000', '092647.635000', '092648.095000', '092648.555000', '092649.015000', '092649.475000', '092649.935000', '092650.395000', '092650.855000', '092651.315000', '092651.775000', '092652.235000', '092652.695000', '092653.155000', '092653.615000', '092654.075000', '092654.535000', '092654.995000', '092655.455000', '092655.915000', '092656.375000', '092656.835000', '092657.295000', '092657.755000', '092658.215000', '092658.675000', '092659.135000', '092659.595000', '092700.055000', '092700.515000', '092700.975000', '092701.435000', '092701.895000', '092702.355000', '092702.815000', '092703.275000', '092703.735000', '092704.195000', '092704.655000', '092705.115000', '092705.575000', '092706.035000', '092706.495000', '092706.955000', '092707.415000', '092707.875000', '092708.335000', '092708.795000', '092709.255000', '092709.715000', '092710.175000', '092710.635000', '092711.095000', '092711.555000', '092712.015000', '092712.475000', '092712.935000', '092713.395000', '092713.855000', '092714.315000', '092714.775000', '092715.235000', '092715.695000', '092716.155000', '092716.615000', '092717.075000', '092717.535000', '092717.995000', '092718.455000', '092718.915000', '092719.375000', '092719.835000', '092720.295000', '092720.755000', '092721.215000', '092721.675000', '092722.135000', '092722.595000', '092723.055000', '092723.515000', '092723.975000', '092724.435000', '092724.895000', '092725.355000', '092725.815000', '092726.275000', '092726.735000', '092727.195000', '092727.655000', '092728.115000', '092728.575000', '092729.035000', '092729.495000', '092729.955000', '092730.415000', '092730.875000', '092731.335000', '092731.795000', '092732.255000', '092732.715000', '092733.175000', '092733.635000', '092734.095000', '092734.555000', '092735.015000', '092735.475000', '092735.935000', '092736.395000', '092736.855000', '092737.315000', '092737.775000', '092738.235000', '092738.695000', '092739.155000', '092739.615000', '092740.075000', '092740.535000', '092740.995000', '092741.455000', '092741.915000', '092742.375000', '092742.835000', '092743.295000', '092743.755000', '092744.215000', '092744.675000', '092745.135000', '092745.595000', '092746.055000', '092746.515000', '092746.975000', '092747.435000', '092747.895000', '092748.355000', '092748.815000', '092749.275000', '092749.735000', '092750.195000', '092750.655000', '092751.115000', '092751.575000', '092752.035000', '092752.495000', '092752.955000', '092753.415000', '092753.875000', '092754.335000', '092754.795000', '092755.255000', '092755.715000', '092756.175000', '092756.635000', '092757.095000', '092757.555000', '092758.015000', '092758.475000', '092758.935000', '092759.395000', '092759.855000', '092800.315000', '092800.775000', '092801.235000', '092801.695000', '092802.155000', '092802.615000', '092803.075000', '092803.535000', '092803.995000', '092804.455000', '092804.915000', '092805.375000', '092805.835000', '092806.295000', '092806.755000', '092807.215000', '092807.675000', '092808.135000', '092808.595000', '092809.055000', '092809.515000', '092809.975000', '092810.435000', '092810.895000', '092811.355000', '092811.815000', '092812.275000', '092812.735000', '092813.195000', '092813.655000', '092814.115000', '092814.575000', '092815.035000', '092815.495000', '092815.955000', '092816.415000', '092816.875000', '092817.335000', '092817.795000', '092818.255000', '092818.715000', '092819.175000', '092819.635000', '092820.095000', '092820.555000', '092821.015000', '092821.475000', '092821.935000', '092822.395000', '092822.855000', '092823.315000', '092823.775000', '092824.235000', '092824.695000', '092825.155000', '092825.615000', '092826.075000', '092826.535000', '092826.995000', '092827.455000', '092827.915000', '092828.375000', '092828.835000', '092829.295000', '092829.755000', '092830.215000', '092830.675000', '092831.135000', '092831.595000', '092832.055000', '092832.515000', '092832.975000', '092833.435000', '092833.895000', '092834.355000', '092834.815000', '092835.275000', '092835.735000', '092836.195000', '092836.655000', '092837.115000', '092837.575000', '092838.035000', '092838.495000', '092838.955000', '092839.415000', '092839.875000', '092840.335000', '092840.795000', '092841.255000', '092841.715000', '092842.175000', '092842.635000', '092843.095000', '092843.555000', '092844.015000', '092844.475000', '092844.935000', '092845.395000', '092845.855000', '092846.315000', '092846.775000', '092847.235000', '092847.695000', '092848.155000', '092848.615000', '092849.075000', '092849.535000', '092849.995000', '092850.455000', '092850.915000', '092851.375000', '092851.835000', '092852.295000', '092852.755000', '092853.215000', '092853.675000', '092854.135000', '092854.595000', '092855.055000', '092855.515000', '092855.975000', '092856.435000', '092856.895000', '092857.355000', '092857.815000', '092858.275000', '092858.735000', '092859.195000', '092859.655000', '092900.115000', '092900.575000', '092901.035000', '092901.495000', '092901.955000', '092902.415000', '092902.875000', '092903.335000', '092903.795000', '092904.255000', '092904.715000', '092905.175000', '092905.635000', '092906.095000', '092906.555000', '092907.015000', '092907.475000', '092907.935000', '092908.395000', '092908.855000', '092909.315000', '092909.775000', '092910.235000', '092910.695000', '092911.155000', '092911.615000', '092912.075000', '092912.535000', '092912.995000', '092913.455000', '092913.915000', '092914.375000', '092914.835000', '092915.295000', '092915.755000', '092916.215000', '092916.675000', '092917.135000', '092917.595000', '092918.055000', '092918.515000', '092918.975000', '092919.435000', '092919.895000', '092920.355000', '092920.815000', '092921.275000', '092921.735000', '092922.195000', '092922.655000', '092923.115000', '092923.575000', '092924.035000', '092924.495000', '092924.955000', '092925.415000', '092925.875000', '092926.335000', '092926.795000', '092927.255000', '092927.715000', '092928.175000', '092928.635000', '092929.095000', '092929.555000', '092930.015000', '092930.475000', '092930.935000'], 'ContentTime': ['092315.777000', '092315.780000', '092315.783000', '092315.786000', '092315.789000', '092315.792000', '092315.795000', '092315.798000', '092315.801000', '092315.804000', '092315.806000', '092315.809000', '092315.812000', '092315.815000', '092315.818000', '092315.821000', '092315.824000', '092315.827000', '092315.830000', '092315.833000', '092315.835000', '092315.838000', '092315.841000', '092315.844000', '092315.847000', '092315.850000', '092315.853000', '092315.856000', '092315.858000', '092315.861000', '092315.864000', '092315.867000', '092315.870000', '092315.873000', '092315.876000', '092315.879000', '092315.881000', '092315.884000', '092315.887000', '092315.890000', '092315.893000', '092315.896000', '092315.899000', '092315.901000', '092315.909000', '092315.912000', '092315.915000', '092315.918000', '092315.921000', '092315.924000', '092315.926000', '092315.929000', '092315.932000', '092315.935000', '092335.741000', '092335.752000', '092335.755000', '092335.758000', '092335.761000', '092335.763000', '092335.782000', '092335.785000', '092335.788000', '092335.791000', '092335.794000', '092335.797000', '092335.799000', '092335.802000', '092335.805000', '092335.808000', '092335.811000', '092335.814000', '092335.817000', '092335.820000', '092335.823000', '092335.828000', '092335.832000', '092335.835000', '092335.837000', '092335.840000', '092335.843000', '092335.846000', '092335.849000', '092335.852000', '092335.855000', '092335.858000', '092335.860000', '092335.863000', '092335.866000', '092335.869000', '092335.872000', '092335.875000', '092335.878000', '092335.880000', '092335.883000', '092335.886000', '092335.889000', '092355.741000', '092355.744000', '092355.747000', '092355.750000', '092355.753000', '092355.756000', '092355.758000', '092355.761000', '092355.764000', '092355.767000', '092355.770000', '092355.773000', '092355.776000', '092355.784000', '092355.787000', '092355.790000', '092355.793000', '092355.796000', '092355.799000', '092355.802000', '092355.805000', '092355.807000', '092355.810000', '092355.813000', '092355.816000', '092355.819000', '092355.822000', '092355.825000', '092355.828000', '092355.831000', '092355.833000', '092355.836000', '092355.839000', '092355.842000', '092355.845000', '092355.848000', '092355.851000', '092355.853000', '092355.856000', '092355.859000', '092355.862000', '092355.865000', '092355.868000', '092355.871000', '092415.741000', '092415.744000', '092415.747000', '092415.750000', '092415.753000', '092415.756000', '092415.758000', '092415.761000', '092415.764000', '092415.767000', '092415.770000', '092415.786000', '092415.789000', '092415.792000', '092415.795000', '092415.797000', '092415.801000', '092415.804000', '092415.807000', '092415.810000', '092415.813000', '092415.816000', '092415.819000', '092415.822000', '092415.825000', '092415.828000', '092415.830000', '092415.833000', '092415.836000', '092415.839000', '092415.842000', '092415.845000', '092415.848000', '092415.851000', '092415.853000', '092415.856000', '092415.859000', '092415.862000', '092415.865000', '092415.868000', '092415.871000', '092415.874000', '092415.877000', '092435.741000', '092435.744000', '092435.747000', '092435.750000', '092435.753000', '092435.756000', '092435.758000', '092435.761000', '092435.770000', '092435.773000', '092435.776000', '092435.779000', '092435.782000', '092435.785000', '092435.788000', '092435.791000', '092435.798000', '092435.801000', '092435.810000', '092435.813000', '092435.816000', '092435.819000', '092435.822000', '092435.825000', '092435.827000', '092435.830000', '092435.833000', '092435.836000', '092435.839000', '092435.842000', '092435.845000', '092435.848000', '092435.851000', '092435.854000', '092435.856000', '092435.859000', '092435.862000', '092435.865000', '092435.868000', '092435.871000', '092435.874000', '092435.877000', '092435.880000', '092435.883000', '092455.740000', '092455.743000', '092455.746000', '092455.749000', '092455.752000', '092455.755000', '092455.758000', '092455.760000', '092455.763000', '092455.766000', '092455.769000', '092455.772000', '092455.780000', '092455.783000', '092455.786000', '092455.789000', '092455.792000', '092455.795000', '092455.797000', '092455.800000', '092455.803000', '092455.806000', '092455.809000', '092455.812000', '092455.815000', '092455.818000', '092455.821000', '092455.824000', '092455.827000', '092455.830000', '092455.833000', '092455.836000', '092455.839000', '092455.842000', '092455.844000', '092455.847000', '092455.850000', '092455.853000', '092455.856000', '092455.859000', '092455.862000', '092455.865000', '092455.868000', '092515.741000', '092515.744000', '092515.747000', '092515.750000', '092515.753000', '092515.756000', '092515.759000', '092515.762000', '092515.764000', '092515.768000', '092515.771000', '092515.773000', '092515.776000', '092515.779000', '092515.782000', '092515.785000', '092515.788000', '092515.791000', '092515.794000', '092515.796000', '092515.799000', '092515.802000', '092515.805000', '092515.808000', '092515.811000', '092515.819000', '092515.822000', '092515.825000', '092515.828000', '092515.831000', '092515.834000', '092515.837000', '092515.840000', '092515.843000', '092515.846000', '092515.848000', '092515.851000', '092515.854000', '092515.857000', '092515.860000', '092515.863000', '092515.866000', '092515.869000', '092515.872000', '092535.741000', '092535.744000', '092535.747000', '092535.750000', '092535.753000', '092535.756000', '092535.759000', '092535.762000', '092535.764000', '092535.767000', '092535.770000', '092535.774000', '092535.777000', '092535.780000', '092535.783000', '092535.786000', '092535.789000', '092535.792000', '092535.795000', '092535.798000', '092535.801000', '092535.804000', '092535.807000', '092535.810000', '092535.813000', '092535.816000', '092535.819000', '092535.821000', '092535.824000', '092535.827000', '092535.830000', '092535.833000', '092535.836000', '092535.839000', '092535.842000', '092535.846000', '092535.850000', '092535.853000', '092535.856000', '092535.859000', '092535.862000', '092535.865000', '092535.868000', '092555.741000', '092555.744000', '092555.747000', '092555.750000', '092555.753000', '092555.756000', '092555.759000', '092555.761000', '092555.764000', '092555.767000', '092555.770000', '092555.773000', '092555.776000', '092555.779000', '092555.782000', '092555.790000', '092555.793000', '092555.796000', '092555.799000', '092555.802000', '092555.804000', '092555.807000', '092555.810000', '092555.813000', '092555.816000', '092555.819000', '092555.822000', '092555.825000', '092555.828000', '092555.831000', '092555.834000', '092555.836000', '092555.839000', '092555.842000', '092555.845000', '092555.848000', '092555.851000', '092555.854000', '092555.857000', '092555.860000', '092555.862000', '092555.865000', '092555.868000', '092555.871000', '092615.741000', '092615.744000', '092615.747000', '092615.750000', '092615.753000', '092615.756000', '092615.759000', '092615.762000', '092615.764000', '092615.767000', '092615.770000', '092615.773000', '092615.776000', '092615.779000', '092615.782000', '092615.785000', '092615.788000', '092615.791000', '092615.793000', '092615.796000', '092615.799000', '092615.802000', '092615.805000', '092615.808000', '092615.811000', '092615.814000', '092615.817000', '092615.820000', '092615.823000', '092615.825000', '092615.828000', '092615.831000', '092615.834000', '092615.837000', '092615.840000', '092615.843000', '092615.846000', '092615.849000', '092615.852000', '092615.855000', '092615.858000', '092615.861000', '092615.864000', '092635.741000', '092635.744000', '092635.747000', '092635.750000', '092635.753000', '092635.756000', '092635.759000', '092635.761000', '092635.772000', '092635.775000', '092635.778000', '092635.781000', '092635.784000', '092635.787000', '092635.790000', '092635.793000', '092635.799000', '092635.802000', '092635.805000', '092635.807000', '092635.810000', '092635.813000', '092635.816000', '092635.819000', '092635.822000', '092635.825000', '092635.828000', '092635.831000', '092635.834000', '092635.837000', '092635.840000', '092635.842000', '092635.849000', '092635.852000', '092635.855000', '092635.858000', '092635.870000', '092635.873000', '092635.876000', '092635.879000', '092635.881000', '092635.884000', '092635.887000', '092635.890000', '092655.741000', '092655.744000', '092655.747000', '092655.750000', '092655.753000', '092655.756000', '092655.759000', '092655.762000', '092655.765000', '092655.768000', '092655.770000', '092655.773000', '092655.776000', '092655.779000', '092655.782000', '092655.785000', '092655.788000', '092655.791000', '092655.794000', '092655.797000', '092655.800000', '092655.802000', '092655.805000', '092655.808000', '092655.812000', '092655.815000', '092655.818000', '092655.821000', '092655.824000', '092655.827000', '092655.830000', '092655.833000', '092655.836000', '092655.839000', '092655.852000', '092655.855000', '092655.858000', '092655.861000', '092655.864000', '092655.867000', '092655.870000', '092655.886000', '092655.889000', '092715.740000', '092715.743000', '092715.746000', '092715.749000', '092715.752000', '092715.755000', '092715.758000', '092715.760000', '092715.763000', '092715.766000', '092715.769000', '092715.772000', '092715.775000', '092715.778000', '092715.781000', '092715.784000', '092715.787000', '092715.790000', '092715.793000', '092715.796000', '092715.799000', '092715.801000', '092715.804000', '092715.807000', '092715.810000', '092715.813000', '092715.816000', '092715.819000', '092715.822000', '092715.824000', '092715.827000', '092715.830000', '092715.833000', '092715.836000', '092715.839000', '092715.842000', '092715.845000', '092715.848000', '092715.850000', '092715.853000', '092715.865000', '092715.868000', '092715.871000', '092715.873000', '092735.741000', '092735.744000', '092735.747000', '092735.750000', '092735.753000', '092735.756000', '092735.759000', '092735.762000', '092735.765000', '092735.768000', '092735.770000', '092735.773000', '092735.776000', '092735.779000', '092735.782000', '092735.785000', '092735.788000', '092735.791000', '092735.794000', '092735.797000', '092735.800000', '092735.803000', '092735.806000', '092735.808000', '092735.811000', '092735.814000', '092735.817000', '092735.820000', '092735.823000', '092735.826000', '092735.829000', '092735.832000', '092735.835000', '092735.838000', '092735.841000', '092735.844000', '092735.847000', '092735.849000', '092735.852000', '092735.855000', '092735.858000', '092735.861000', '092735.864000', '092755.741000', '092755.744000', '092755.747000', '092755.750000', '092755.753000', '092755.756000', '092755.759000', '092755.762000', '092755.765000', '092755.768000', '092755.770000', '092755.773000', '092755.776000', '092755.779000', '092755.782000', '092755.785000', '092755.788000', '092755.791000', '092755.794000', '092755.797000', '092755.799000', '092755.802000', '092755.805000', '092755.808000', '092755.811000', '092755.814000', '092755.817000', '092755.820000', '092755.823000', '092755.826000', '092755.828000', '092755.831000', '092755.834000', '092755.837000', '092755.840000', '092755.843000', '092755.846000', '092755.849000', '092755.852000', '092755.855000', '092755.857000', '092755.860000', '092755.863000', '092755.866000', '092815.741000', '092815.744000', '092815.747000', '092815.758000', '092815.761000', '092815.764000', '092815.767000', '092815.769000', '092815.772000', '092815.775000', '092815.778000', '092815.781000', '092815.784000', '092815.787000', '092815.798000', '092815.801000', '092815.804000', '092815.807000', '092815.810000', '092815.813000', '092815.815000', '092815.818000', '092815.821000', '092815.824000', '092815.827000', '092815.830000', '092815.833000', '092815.836000', '092815.839000', '092815.842000', '092815.845000', '092815.847000', '092815.852000', '092815.855000', '092815.858000', '092815.860000', '092815.864000', '092815.867000', '092815.870000', '092815.872000', '092815.875000', '092815.878000', '092815.881000', '092835.741000', '092835.744000', '092835.747000', '092835.750000', '092835.753000', '092835.756000', '092835.759000', '092835.762000', '092835.765000', '092835.767000', '092835.770000', '092835.773000', '092835.776000', '092835.779000', '092835.782000', '092835.785000', '092835.788000', '092835.791000', '092835.794000', '092835.797000', '092835.800000', '092835.803000', '092835.806000', '092835.808000', '092835.811000', '092835.814000', '092835.817000', '092835.820000', '092835.823000', '092835.826000', '092835.829000', '092835.832000', '092835.835000', '092835.838000', '092835.841000', '092835.843000', '092835.846000', '092835.849000', '092835.852000', '092835.855000', '092835.858000', '092835.861000', '092835.864000', '092835.867000', '092855.741000', '092855.744000', '092855.747000', '092855.750000', '092855.753000', '092855.756000', '092855.759000', '092855.762000', '092855.764000', '092855.767000', '092855.770000', '092855.773000', '092855.776000', '092855.779000', '092855.782000', '092855.785000', '092855.788000', '092855.791000', '092855.794000', '092855.796000', '092855.799000', '092855.802000', '092855.805000', '092855.808000', '092855.811000', '092855.814000', '092855.817000', '092855.820000', '092855.823000', '092855.826000', '092855.829000', '092855.831000', '092855.834000', '092855.837000', '092855.840000', '092855.843000', '092855.846000', '092855.849000', '092855.852000', '092855.855000', '092855.858000', '092855.862000', '092855.865000', '092915.741000', '092915.744000', '092915.747000', '092915.750000', '092915.753000', '092915.762000', '092915.765000', '092915.768000', '092915.771000', '092915.773000', '092915.776000', '092915.779000', '092915.782000', '092915.785000', '092915.788000', '092915.791000', '092915.794000', '092915.797000', '092915.800000', '092915.802000', '092915.805000', '092915.808000', '092915.811000', '092915.814000', '092915.817000', '092915.820000', '092915.823000', '092915.826000', '092915.829000', '092915.832000', '092915.834000', '092915.837000', '092915.840000', '092915.843000', '092915.846000', '092915.849000', '092915.852000', '092915.855000', '092915.858000', '092915.861000', '092915.863000', '092915.866000', '092915.869000', '092915.872000', '092931.908000', '092931.912000', '092931.915000', '092931.917000', '092931.921000', '092931.924000', '092931.927000', '092931.930000', '092931.933000', '092931.936000', '092931.939000', '092931.942000', '092931.945000', '092931.948000', '092931.960000', '092931.963000', '092931.966000', '092931.969000', '092931.972000', '092931.975000', '092931.978000', '092931.981000', '092931.985000', '092931.988000', '092931.990000', '092931.993000', '092931.996000', '092932.000000', '092932.003000', '092932.006000', '092932.009000', '092932.012000', '092932.015000', '092932.026000', '092932.029000'], 'InstanceCreationTime': ['092315.777000', '092315.780000', '092315.783000', '092315.786000', '092315.789000', '092315.792000', '092315.795000', '092315.798000', '092315.801000', '092315.804000', '092315.806000', '092315.809000', '092315.812000', '092315.815000', '092315.818000', '092315.821000', '092315.824000', '092315.827000', '092315.830000', '092315.833000', '092315.835000', '092315.838000', '092315.841000', '092315.844000', '092315.847000', '092315.850000', '092315.853000', '092315.856000', '092315.858000', '092315.861000', '092315.864000', '092315.867000', '092315.870000', '092315.873000', '092315.876000', '092315.879000', '092315.881000', '092315.884000', '092315.887000', '092315.890000', '092315.893000', '092315.896000', '092315.899000', '092315.901000', '092315.909000', '092315.912000', '092315.915000', '092315.918000', '092315.921000', '092315.924000', '092315.926000', '092315.929000', '092315.932000', '092315.935000', '092335.741000', '092335.752000', '092335.755000', '092335.758000', '092335.761000', '092335.763000', '092335.782000', '092335.785000', '092335.788000', '092335.791000', '092335.794000', '092335.797000', '092335.799000', '092335.802000', '092335.805000', '092335.808000', '092335.811000', '092335.814000', '092335.817000', '092335.820000', '092335.823000', '092335.828000', '092335.832000', '092335.835000', '092335.837000', '092335.840000', '092335.843000', '092335.846000', '092335.849000', '092335.852000', '092335.855000', '092335.858000', '092335.860000', '092335.863000', '092335.866000', '092335.869000', '092335.872000', '092335.875000', '092335.878000', '092335.880000', '092335.883000', '092335.886000', '092335.889000', '092355.741000', '092355.744000', '092355.747000', '092355.750000', '092355.753000', '092355.756000', '092355.758000', '092355.761000', '092355.764000', '092355.767000', '092355.770000', '092355.773000', '092355.776000', '092355.784000', '092355.787000', '092355.790000', '092355.793000', '092355.796000', '092355.799000', '092355.802000', '092355.805000', '092355.807000', '092355.810000', '092355.813000', '092355.816000', '092355.819000', '092355.822000', '092355.825000', '092355.828000', '092355.831000', '092355.833000', '092355.836000', '092355.839000', '092355.842000', '092355.845000', '092355.848000', '092355.851000', '092355.853000', '092355.856000', '092355.859000', '092355.862000', '092355.865000', '092355.868000', '092355.871000', '092415.741000', '092415.744000', '092415.747000', '092415.750000', '092415.753000', '092415.756000', '092415.758000', '092415.761000', '092415.764000', '092415.767000', '092415.770000', '092415.786000', '092415.789000', '092415.792000', '092415.795000', '092415.797000', '092415.801000', '092415.804000', '092415.807000', '092415.810000', '092415.813000', '092415.816000', '092415.819000', '092415.822000', '092415.825000', '092415.828000', '092415.830000', '092415.833000', '092415.836000', '092415.839000', '092415.842000', '092415.845000', '092415.848000', '092415.851000', '092415.853000', '092415.856000', '092415.859000', '092415.862000', '092415.865000', '092415.868000', '092415.871000', '092415.874000', '092415.877000', '092435.741000', '092435.744000', '092435.747000', '092435.750000', '092435.753000', '092435.756000', '092435.758000', '092435.761000', '092435.770000', '092435.773000', '092435.776000', '092435.779000', '092435.782000', '092435.785000', '092435.788000', '092435.791000', '092435.798000', '092435.801000', '092435.810000', '092435.813000', '092435.816000', '092435.819000', '092435.822000', '092435.825000', '092435.827000', '092435.830000', '092435.833000', '092435.836000', '092435.839000', '092435.842000', '092435.845000', '092435.848000', '092435.851000', '092435.854000', '092435.856000', '092435.859000', '092435.862000', '092435.865000', '092435.868000', '092435.871000', '092435.874000', '092435.877000', '092435.880000', '092435.883000', '092455.740000', '092455.743000', '092455.746000', '092455.749000', '092455.752000', '092455.755000', '092455.758000', '092455.760000', '092455.763000', '092455.766000', '092455.769000', '092455.772000', '092455.780000', '092455.783000', '092455.786000', '092455.789000', '092455.792000', '092455.795000', '092455.797000', '092455.800000', '092455.803000', '092455.806000', '092455.809000', '092455.812000', '092455.815000', '092455.818000', '092455.821000', '092455.824000', '092455.827000', '092455.830000', '092455.833000', '092455.836000', '092455.839000', '092455.842000', '092455.844000', '092455.847000', '092455.850000', '092455.853000', '092455.856000', '092455.859000', '092455.862000', '092455.865000', '092455.868000', '092515.741000', '092515.744000', '092515.747000', '092515.750000', '092515.753000', '092515.756000', '092515.759000', '092515.762000', '092515.764000', '092515.768000', '092515.771000', '092515.773000', '092515.776000', '092515.779000', '092515.782000', '092515.785000', '092515.788000', '092515.791000', '092515.794000', '092515.796000', '092515.799000', '092515.802000', '092515.805000', '092515.808000', '092515.811000', '092515.819000', '092515.822000', '092515.825000', '092515.828000', '092515.831000', '092515.834000', '092515.837000', '092515.840000', '092515.843000', '092515.846000', '092515.848000', '092515.851000', '092515.854000', '092515.857000', '092515.860000', '092515.863000', '092515.866000', '092515.869000', '092515.872000', '092535.741000', '092535.744000', '092535.747000', '092535.750000', '092535.753000', '092535.756000', '092535.759000', '092535.762000', '092535.764000', '092535.767000', '092535.770000', '092535.774000', '092535.777000', '092535.780000', '092535.783000', '092535.786000', '092535.789000', '092535.792000', '092535.795000', '092535.798000', '092535.801000', '092535.804000', '092535.807000', '092535.810000', '092535.813000', '092535.816000', '092535.819000', '092535.821000', '092535.824000', '092535.827000', '092535.830000', '092535.833000', '092535.836000', '092535.839000', '092535.842000', '092535.846000', '092535.850000', '092535.853000', '092535.856000', '092535.859000', '092535.862000', '092535.865000', '092535.868000', '092555.741000', '092555.744000', '092555.747000', '092555.750000', '092555.753000', '092555.756000', '092555.759000', '092555.761000', '092555.764000', '092555.767000', '092555.770000', '092555.773000', '092555.776000', '092555.779000', '092555.782000', '092555.790000', '092555.793000', '092555.796000', '092555.799000', '092555.802000', '092555.804000', '092555.807000', '092555.810000', '092555.813000', '092555.816000', '092555.819000', '092555.822000', '092555.825000', '092555.828000', '092555.831000', '092555.834000', '092555.836000', '092555.839000', '092555.842000', '092555.845000', '092555.848000', '092555.851000', '092555.854000', '092555.857000', '092555.860000', '092555.862000', '092555.865000', '092555.868000', '092555.871000', '092615.741000', '092615.744000', '092615.747000', '092615.750000', '092615.753000', '092615.756000', '092615.759000', '092615.762000', '092615.764000', '092615.767000', '092615.770000', '092615.773000', '092615.776000', '092615.779000', '092615.782000', '092615.785000', '092615.788000', '092615.791000', '092615.793000', '092615.796000', '092615.799000', '092615.802000', '092615.805000', '092615.808000', '092615.811000', '092615.814000', '092615.817000', '092615.820000', '092615.823000', '092615.825000', '092615.828000', '092615.831000', '092615.834000', '092615.837000', '092615.840000', '092615.843000', '092615.846000', '092615.849000', '092615.852000', '092615.855000', '092615.858000', '092615.861000', '092615.864000', '092635.741000', '092635.744000', '092635.747000', '092635.750000', '092635.753000', '092635.756000', '092635.759000', '092635.761000', '092635.772000', '092635.775000', '092635.778000', '092635.781000', '092635.784000', '092635.787000', '092635.790000', '092635.793000', '092635.799000', '092635.802000', '092635.805000', '092635.807000', '092635.810000', '092635.813000', '092635.816000', '092635.819000', '092635.822000', '092635.825000', '092635.828000', '092635.831000', '092635.834000', '092635.837000', '092635.840000', '092635.842000', '092635.849000', '092635.852000', '092635.855000', '092635.858000', '092635.870000', '092635.873000', '092635.876000', '092635.879000', '092635.881000', '092635.884000', '092635.887000', '092635.890000', '092655.741000', '092655.744000', '092655.747000', '092655.750000', '092655.753000', '092655.756000', '092655.759000', '092655.762000', '092655.765000', '092655.768000', '092655.770000', '092655.773000', '092655.776000', '092655.779000', '092655.782000', '092655.785000', '092655.788000', '092655.791000', '092655.794000', '092655.797000', '092655.800000', '092655.802000', '092655.805000', '092655.808000', '092655.812000', '092655.815000', '092655.818000', '092655.821000', '092655.824000', '092655.827000', '092655.830000', '092655.833000', '092655.836000', '092655.839000', '092655.852000', '092655.855000', '092655.858000', '092655.861000', '092655.864000', '092655.867000', '092655.870000', '092655.886000', '092655.889000', '092715.740000', '092715.743000', '092715.746000', '092715.749000', '092715.752000', '092715.755000', '092715.758000', '092715.760000', '092715.763000', '092715.766000', '092715.769000', '092715.772000', '092715.775000', '092715.778000', '092715.781000', '092715.784000', '092715.787000', '092715.790000', '092715.793000', '092715.796000', '092715.799000', '092715.801000', '092715.804000', '092715.807000', '092715.810000', '092715.813000', '092715.816000', '092715.819000', '092715.822000', '092715.824000', '092715.827000', '092715.830000', '092715.833000', '092715.836000', '092715.839000', '092715.842000', '092715.845000', '092715.848000', '092715.850000', '092715.853000', '092715.865000', '092715.868000', '092715.871000', '092715.873000', '092735.741000', '092735.744000', '092735.747000', '092735.750000', '092735.753000', '092735.756000', '092735.759000', '092735.762000', '092735.765000', '092735.768000', '092735.770000', '092735.773000', '092735.776000', '092735.779000', '092735.782000', '092735.785000', '092735.788000', '092735.791000', '092735.794000', '092735.797000', '092735.800000', '092735.803000', '092735.806000', '092735.808000', '092735.811000', '092735.814000', '092735.817000', '092735.820000', '092735.823000', '092735.826000', '092735.829000', '092735.832000', '092735.835000', '092735.838000', '092735.841000', '092735.844000', '092735.847000', '092735.849000', '092735.852000', '092735.855000', '092735.858000', '092735.861000', '092735.864000', '092755.741000', '092755.744000', '092755.747000', '092755.750000', '092755.753000', '092755.756000', '092755.759000', '092755.762000', '092755.765000', '092755.768000', '092755.770000', '092755.773000', '092755.776000', '092755.779000', '092755.782000', '092755.785000', '092755.788000', '092755.791000', '092755.794000', '092755.797000', '092755.799000', '092755.802000', '092755.805000', '092755.808000', '092755.811000', '092755.814000', '092755.817000', '092755.820000', '092755.823000', '092755.826000', '092755.828000', '092755.831000', '092755.834000', '092755.837000', '092755.840000', '092755.843000', '092755.846000', '092755.849000', '092755.852000', '092755.855000', '092755.857000', '092755.860000', '092755.863000', '092755.866000', '092815.741000', '092815.744000', '092815.747000', '092815.758000', '092815.761000', '092815.764000', '092815.767000', '092815.769000', '092815.772000', '092815.775000', '092815.778000', '092815.781000', '092815.784000', '092815.787000', '092815.798000', '092815.801000', '092815.804000', '092815.807000', '092815.810000', '092815.813000', '092815.815000', '092815.818000', '092815.821000', '092815.824000', '092815.827000', '092815.830000', '092815.833000', '092815.836000', '092815.839000', '092815.842000', '092815.845000', '092815.847000', '092815.852000', '092815.855000', '092815.858000', '092815.860000', '092815.864000', '092815.867000', '092815.870000', '092815.872000', '092815.875000', '092815.878000', '092815.881000', '092835.741000', '092835.744000', '092835.747000', '092835.750000', '092835.753000', '092835.756000', '092835.759000', '092835.762000', '092835.765000', '092835.767000', '092835.770000', '092835.773000', '092835.776000', '092835.779000', '092835.782000', '092835.785000', '092835.788000', '092835.791000', '092835.794000', '092835.797000', '092835.800000', '092835.803000', '092835.806000', '092835.808000', '092835.811000', '092835.814000', '092835.817000', '092835.820000', '092835.823000', '092835.826000', '092835.829000', '092835.832000', '092835.835000', '092835.838000', '092835.841000', '092835.843000', '092835.846000', '092835.849000', '092835.852000', '092835.855000', '092835.858000', '092835.861000', '092835.864000', '092835.867000', '092855.741000', '092855.744000', '092855.747000', '092855.750000', '092855.753000', '092855.756000', '092855.759000', '092855.762000', '092855.764000', '092855.767000', '092855.770000', '092855.773000', '092855.776000', '092855.779000', '092855.782000', '092855.785000', '092855.788000', '092855.791000', '092855.794000', '092855.796000', '092855.799000', '092855.802000', '092855.805000', '092855.808000', '092855.811000', '092855.814000', '092855.817000', '092855.820000', '092855.823000', '092855.826000', '092855.829000', '092855.831000', '092855.834000', '092855.837000', '092855.840000', '092855.843000', '092855.846000', '092855.849000', '092855.852000', '092855.855000', '092855.858000', '092855.862000', '092855.865000', '092915.741000', '092915.744000', '092915.747000', '092915.750000', '092915.753000', '092915.762000', '092915.765000', '092915.768000', '092915.771000', '092915.773000', '092915.776000', '092915.779000', '092915.782000', '092915.785000', '092915.788000', '092915.791000', '092915.794000', '092915.797000', '092915.800000', '092915.802000', '092915.805000', '092915.808000', '092915.811000', '092915.814000', '092915.817000', '092915.820000', '092915.823000', '092915.826000', '092915.829000', '092915.832000', '092915.834000', '092915.837000', '092915.840000', '092915.843000', '092915.846000', '092915.849000', '092915.852000', '092915.855000', '092915.858000', '092915.861000', '092915.863000', '092915.866000', '092915.869000', '092915.872000', '092931.908000', '092931.912000', '092931.915000', '092931.917000', '092931.921000', '092931.924000', '092931.927000', '092931.930000', '092931.933000', '092931.936000', '092931.939000', '092931.942000', '092931.945000', '092931.948000', '092931.960000', '092931.963000', '092931.966000', '092931.969000', '092931.972000', '092931.975000', '092931.978000', '092931.981000', '092931.985000', '092931.988000', '092931.990000', '092931.993000', '092931.996000', '092932.000000', '092932.003000', '092932.006000', '092932.009000', '092932.012000', '092932.015000', '092932.026000', '092932.029000'], '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': [10559, 10070, 15203, 9330, 10821, 15578, 11367, 10885, 13778, 8879, 12872, 11835, 9048, 13147, 8485, 9397, 14179, 11031, 10625, 13271, 8981, 12889, 13964, 9501, 12192, 9253, 8976, 13944, 10698, 9424, 13440, 9097, 8968, 14552, 9914, 9406, 14065, 9160, 9619, 14681, 10491, 10896, 15984, 10470, 11925, 9031, 9489, 14078, 10170, 10866, 16222, 9345, 12549, 12463, 9521, 12862, 9166, 9149, 14616, 12129, 9624, 13056, 9115, 9137, 14622, 9870, 9886, 14618, 9253, 10448, 14808, 11436, 10450, 14690, 9893, 11216, 15660, 10606, 10900, 14629, 9157, 11434, 14131, 9186, 11478, 8602, 9797, 12587, 9211, 13155, 9533, 15594, 10511, 13427, 17402, 10339, 11411, 15656, 10573, 11923, 15833, 10113, 11163, 14539, 10013, 11130, 12401, 8869, 12376, 9941, 9214, 12829, 8652, 9172, 13666, 10283, 10295, 13442, 9947, 10768, 13436, 10905, 10995, 13772, 10336, 11422, 15489, 10599, 11961, 16229, 10488, 12005, 11685, 9153, 12927, 12019, 9466, 13400, 9258, 9453, 14394, 9982, 9659, 14224, 9630, 10537, 14110, 11436, 10967, 14656, 9272, 12351, 13942, 9480, 12545, 10446, 9048, 13549, 10546, 9801, 13591, 9296, 9047, 14480, 9925, 9938, 14771, 10007, 10826, 14552, 10454, 10313, 13893, 10580, 11205, 12722, 8896, 12146, 9701, 9308, 14263, 9451, 9680, 14093, 10269, 10801, 15658, 9957, 11674, 8786, 9004, 13667, 9817, 9207, 13674, 9208, 9703, 14531, 9692, 9923, 14314, 10159, 10695, 15608, 10886, 11206, 13501, 9057, 12175, 10705, 9105, 12723, 9032, 8894, 13301, 9246, 9026, 13471, 9322, 10702, 8654, 9422, 14184, 9595, 13550, 9923, 14015, 10022, 13895, 18004, 10955, 12579, 13406, 9668, 13201, 10200, 9216, 13725, 9829, 9625, 14249, 8975, 9499, 14223, 9725, 10159, 13885, 9578, 10253, 14165, 11121, 11014, 10078, 8639, 12940, 10253, 9252, 12739, 9151, 9402, 14142, 10029, 9421, 13474, 9189, 9224, 13744, 9710, 9379, 13389, 8869, 9454, 14116, 9900, 9615, 13547, 8933, 10294, 14228, 10308, 10707, 13878, 10174, 10545, 13774, 10507, 11177, 14225, 10558, 10532, 13481, 9897, 11146, 13870, 9827, 11312, 9162, 10121, 15157, 9792, 11698, 15391, 9961, 10991, 14804, 10009, 11580, 14522, 9710, 10756, 12634, 8581, 12226, 11787, 8892, 12469, 9082, 8917, 14035, 10024, 8793, 12375, 8300, 8958, 13341, 8909, 8796, 13056, 8894, 9242, 13584, 8745, 9705, 13581, 10494, 10434, 14508, 10140, 11051, 15082, 9762, 11359, 11288, 8703, 11959, 10053, 8894, 13061, 9194, 8932, 13282, 9487, 9677, 14179, 9759, 10662, 14140, 10824, 10787, 10402, 8760, 12864, 9663, 9507, 13810, 9494, 11171, 14671, 10318, 9980, 14868, 9533, 11708, 9242, 9935, 9851, 9828, 15128, 10103, 9880, 14706, 9981, 9451, 14257, 9091, 9697, 14497, 10210, 9550, 13434, 9546, 10617, 16100, 10244, 11387, 9114, 8980, 13047, 9636, 9410, 13294, 8163, 9850, 14037, 9759, 9804, 13713, 8754, 10117, 13791, 10435, 9752, 13502, 9973, 10477, 13757, 10712, 10722, 14952, 9661, 11349, 11392, 8883, 11814, 8879, 8523, 12825, 9398, 9166, 12670, 9233, 9052, 13516, 9988, 11041, 14208, 11123, 11437, 14773, 10239, 11140, 15480, 10400, 11399, 11460, 8854, 12358, 10228, 9282, 12761, 8318, 10302, 14252, 11364, 10910, 15127, 9293, 11551, 12291, 9251, 12660, 8847, 9353, 13799, 9582, 9459, 13270, 8868, 9220, 13487, 9252, 9407, 13452, 9219, 9454, 13704, 9062, 9576, 13624, 9188, 9818, 13468, 8798, 10140, 13166, 10211, 10110, 13372, 9921, 10635, 14092, 10792, 11167, 12637, 8965, 12279, 10088, 9300, 12923, 9325, 10047, 14089, 11736, 10507, 13963, 9013, 12363, 11078, 9395, 12897, 10016, 9613, 13870, 9304, 10233, 14972, 10507, 10389, 14701, 10723, 10409, 14284, 10575, 11221, 15590, 9581, 11892, 10981, 9264, 13029, 8522, 10483, 15018, 11154, 10446, 16163, 9759, 11503, 16470, 10290, 11017, 14938, 9356, 11483, 13618, 9322, 11208, 11950, 8856, 12292, 8865, 9362, 13371, 9326, 9510, 13351, 9647, 10717, 14106, 10893, 10240, 15219, 9135, 11519, 9313, 9239, 12603, 8523, 13801, 9545, 13043, 10497, 11864, 15481, 10391, 10728, 14162, 11480, 11043, 13264, 8908, 11622, 9762, 9166, 13657, 9443, 9564, 13597, 8610, 9767, 14974, 10868, 10837, 8796, 9002, 12752, 9576, 9547, 13603, 9729, 11075, 14893, 10032, 11751, 8771, 9228, 13527, 9976, 9721, 13561, 8845, 9610, 13548, 11205, 10257, 13967, 10234, 10805, 14860, 9877, 11170, 10491, 8776, 12827, 9004, 9990, 13977, 10648, 11125, 9048, 8724, 12950, 10497, 9418, 12909, 8630, 9925, 14180, 10228, 9742, 13943, 9897, 11335, 14777, 9647, 11799, 11454, 8636, 12846, 10024, 9088, 13782, 8554, 10187, 14251, 10638, 11166, 13354, 8924, 12625, 9721, 8884, 12698, 9266, 10260, 14662, 10593, 10702, 16133, 9986, 11486, 8784, 9018, 13066, 9232, 9748, 14120, 9965, 10090, 13862, 9989, 11062, 14159, 8896, 11104, 11172, 8549, 12087, 8787, 8889, 12859, 8712, 9956, 13409, 10185, 10358, 13879, 8878, 11636, 9300, 8862, 12153, 8785, 9730, 13355, 10616, 10347, 14003, 10309, 11375, 11566, 9303, 12143, 8881, 9505, 15347, 10024, 11489, 9753, 9414, 13348, 9862, 10792, 15741, 10664, 11751, 9919, 8826, 13355, 9412, 10485, 15688, 9167, 12284, 12864, 9259, 13191, 8851, 9989, 14514, 11473, 10631, 14436, 9186, 11783, 9817, 10242, 12043, 8159, 13466, 9343, 12845, 9999, 14370, 10938, 9601, 13924, 9392, 9377, 13853, 9981, 10942, 15275, 10938, 10933, 12697, 8580, 11374, 8534, 9404, 13559, 10247, 10019, 14376, 8630, 11432, 9102, 8982, 12612, 8112, 10008, 13373, 10913, 10900, 8640, 8964, 12931, 9580, 9642, 13656, 9640, 11759, 9595, 9154, 13248, 9621, 11096, 13193, 9330, 12595, 8800, 10070, 14320, 10870, 10131, 13683, 8889, 11793, 9811, 8670, 12177, 8481, 10227, 14625, 10399, 11269, 10470, 8810, 12719, 9201, 9466, 13423, 9793, 11042, 12561, 8632, 12131, 9014, 9269, 13848, 10600, 10786, 13704, 9170, 12522, 9282, 9526, 13512, 9655, 11221, 14471, 9872, 11603, 9149, 9212, 13627, 9930, 10344, 13926, 9019, 12736, 9916, 10068, 16009, 9274, 11850, 9734, 9521, 13647, 9376, 10859, 16336, 10912, 11470, 9126, 9140, 12470, 11062, 12677, 9812, 8758, 8747], 'WindowCenter': [4230.0, 4208.0, 4240.0, 4189.0, 4200.0, 4228.0, 4196.0, 4194.0, 4209.0, 4173.0, 4205.0, 4193.0, 4173.0, 4200.0, 4158.0, 4182.0, 4216.0, 4195.0, 4193.0, 4211.0, 4188.0, 4217.0, 4212.0, 4186.0, 4203.0, 4170.0, 4182.0, 4225.0, 4181.0, 4171.0, 4204.0, 4168.0, 4172.0, 4212.0, 4180.0, 4174.0, 4209.0, 4181.0, 4182.0, 4222.0, 4194.0, 4193.0, 4234.0, 4192.0, 4202.0, 4171.0, 4182.0, 4225.0, 4194.0, 4194.0, 4233.0, 4182.0, 4215.0, 4203.0, 4181.0, 4202.0, 4168.0, 4170.0, 4217.0, 4188.0, 4168.0, 4191.0, 4158.0, 4168.0, 4201.0, 4169.0, 4166.0, 4199.0, 4158.0, 4181.0, 4199.0, 4179.0, 4168.0, 4198.0, 4169.0, 4180.0, 4197.0, 4168.0, 4164.0, 4193.0, 4153.0, 4180.0, 4195.0, 4171.0, 4191.0, 4159.0, 4171.0, 4201.0, 4171.0, 4197.0, 4186.0, 4225.0, 4196.0, 4217.0, 4225.0, 4166.0, 4193.0, 4199.0, 4167.0, 4176.0, 4197.0, 4163.0, 4178.0, 4197.0, 4167.0, 4178.0, 4187.0, 4158.0, 4188.0, 4167.0, 4157.0, 4184.0, 4148.0, 4169.0, 4196.0, 4169.0, 4181.0, 4197.0, 4183.0, 4194.0, 4201.0, 4182.0, 4189.0, 4201.0, 4180.0, 4193.0, 4209.0, 4182.0, 4190.0, 4226.0, 4184.0, 4204.0, 4187.0, 4168.0, 4200.0, 4192.0, 4167.0, 4198.0, 4158.0, 4170.0, 4209.0, 4181.0, 4167.0, 4201.0, 4169.0, 4182.0, 4209.0, 4192.0, 4192.0, 4211.0, 4171.0, 4206.0, 4211.0, 4168.0, 4199.0, 4180.0, 4169.0, 4199.0, 4180.0, 4167.0, 4190.0, 4154.0, 4161.0, 4198.0, 4165.0, 4168.0, 4197.0, 4178.0, 4181.0, 4211.0, 4180.0, 4177.0, 4201.0, 4177.0, 4189.0, 4196.0, 4166.0, 4202.0, 4179.0, 4172.0, 4212.0, 4167.0, 4168.0, 4196.0, 4183.0, 4182.0, 4211.0, 4171.0, 4177.0, 4155.0, 4172.0, 4212.0, 4167.0, 4168.0, 4200.0, 4167.0, 4182.0, 4214.0, 4168.0, 4167.0, 4200.0, 4181.0, 4181.0, 4206.0, 4180.0, 4194.0, 4200.0, 4171.0, 4191.0, 4180.0, 4159.0, 4189.0, 4168.0, 4168.0, 4213.0, 4170.0, 4171.0, 4211.0, 4197.0, 4209.0, 4173.0, 4185.0, 4221.0, 4196.0, 4224.0, 4213.0, 4241.0, 4212.0, 4228.0, 4235.0, 4191.0, 4202.0, 4201.0, 4168.0, 4198.0, 4169.0, 4167.0, 4197.0, 4164.0, 4159.0, 4199.0, 4152.0, 4169.0, 4200.0, 4152.0, 4169.0, 4198.0, 4154.0, 4169.0, 4197.0, 4177.0, 4178.0, 4164.0, 4160.0, 4204.0, 4182.0, 4169.0, 4187.0, 4159.0, 4167.0, 4200.0, 4171.0, 4156.0, 4186.0, 4157.0, 4155.0, 4201.0, 4165.0, 4154.0, 4189.0, 4153.0, 4166.0, 4201.0, 4163.0, 4158.0, 4189.0, 4155.0, 4168.0, 4199.0, 4169.0, 4178.0, 4199.0, 4169.0, 4180.0, 4194.0, 4182.0, 4192.0, 4200.0, 4177.0, 4181.0, 4200.0, 4168.0, 4195.0, 4217.0, 4181.0, 4193.0, 4170.0, 4182.0, 4208.0, 4176.0, 4193.0, 4210.0, 4182.0, 4189.0, 4212.0, 4183.0, 4191.0, 4208.0, 4170.0, 4181.0, 4188.0, 4158.0, 4187.0, 4190.0, 4156.0, 4186.0, 4157.0, 4160.0, 4200.0, 4156.0, 4142.0, 4172.0, 4145.0, 4145.0, 4186.0, 4145.0, 4141.0, 4188.0, 4155.0, 4154.0, 4199.0, 4157.0, 4169.0, 4199.0, 4180.0, 4181.0, 4200.0, 4171.0, 4178.0, 4212.0, 4171.0, 4188.0, 4178.0, 4160.0, 4191.0, 4181.0, 4167.0, 4204.0, 4171.0, 4168.0, 4199.0, 4179.0, 4184.0, 4213.0, 4171.0, 4183.0, 4214.0, 4178.0, 4183.0, 4181.0, 4161.0, 4201.0, 4183.0, 4184.0, 4212.0, 4180.0, 4207.0, 4211.0, 4182.0, 4182.0, 4226.0, 4194.0, 4215.0, 4183.0, 4192.0, 4198.0, 4199.0, 4235.0, 4191.0, 4183.0, 4213.0, 4186.0, 4181.0, 4213.0, 4158.0, 4168.0, 4203.0, 4167.0, 4167.0, 4187.0, 4163.0, 4181.0, 4223.0, 4181.0, 4190.0, 4159.0, 4160.0, 4199.0, 4167.0, 4168.0, 4196.0, 4143.0, 4183.0, 4198.0, 4169.0, 4170.0, 4188.0, 4159.0, 4165.0, 4200.0, 4168.0, 4158.0, 4188.0, 4168.0, 4179.0, 4199.0, 4169.0, 4178.0, 4199.0, 4171.0, 4177.0, 4180.0, 4158.0, 4178.0, 4158.0, 4160.0, 4202.0, 4153.0, 4159.0, 4186.0, 4170.0, 4172.0, 4201.0, 4177.0, 4189.0, 4212.0, 4190.0, 4190.0, 4208.0, 4166.0, 4177.0, 4213.0, 4180.0, 4190.0, 4174.0, 4159.0, 4192.0, 4170.0, 4166.0, 4190.0, 4144.0, 4170.0, 4212.0, 4192.0, 4182.0, 4210.0, 4166.0, 4191.0, 4190.0, 4166.0, 4187.0, 4158.0, 4159.0, 4197.0, 4166.0, 4167.0, 4188.0, 4153.0, 4158.0, 4188.0, 4158.0, 4154.0, 4189.0, 4155.0, 4153.0, 4187.0, 4158.0, 4169.0, 4199.0, 4154.0, 4165.0, 4188.0, 4157.0, 4182.0, 4197.0, 4170.0, 4166.0, 4184.0, 4170.0, 4181.0, 4201.0, 4178.0, 4193.0, 4202.0, 4170.0, 4201.0, 4183.0, 4169.0, 4203.0, 4170.0, 4182.0, 4210.0, 4201.0, 4180.0, 4215.0, 4188.0, 4213.0, 4192.0, 4181.0, 4212.0, 4181.0, 4185.0, 4215.0, 4180.0, 4192.0, 4223.0, 4193.0, 4184.0, 4216.0, 4180.0, 4183.0, 4212.0, 4183.0, 4193.0, 4213.0, 4167.0, 4201.0, 4189.0, 4168.0, 4204.0, 4161.0, 4190.0, 4226.0, 4189.0, 4182.0, 4207.0, 4170.0, 4193.0, 4209.0, 4170.0, 4175.0, 4199.0, 4167.0, 4181.0, 4201.0, 4158.0, 4178.0, 4188.0, 4158.0, 4189.0, 4153.0, 4154.0, 4199.0, 4170.0, 4169.0, 4188.0, 4168.0, 4182.0, 4200.0, 4180.0, 4170.0, 4210.0, 4166.0, 4188.0, 4169.0, 4183.0, 4203.0, 4174.0, 4210.0, 4187.0, 4213.0, 4195.0, 4205.0, 4216.0, 4177.0, 4195.0, 4202.0, 4182.0, 4180.0, 4188.0, 4153.0, 4174.0, 4157.0, 4167.0, 4201.0, 4158.0, 4170.0, 4188.0, 4157.0, 4169.0, 4198.0, 4178.0, 4178.0, 4143.0, 4167.0, 4190.0, 4167.0, 4166.0, 4199.0, 4171.0, 4193.0, 4211.0, 4171.0, 4180.0, 4153.0, 4169.0, 4202.0, 4167.0, 4171.0, 4200.0, 4160.0, 4171.0, 4200.0, 4180.0, 4169.0, 4195.0, 4181.0, 4182.0, 4212.0, 4167.0, 4181.0, 4182.0, 4157.0, 4201.0, 4160.0, 4182.0, 4216.0, 4193.0, 4193.0, 4173.0, 4173.0, 4217.0, 4193.0, 4174.0, 4205.0, 4174.0, 4194.0, 4216.0, 4179.0, 4169.0, 4202.0, 4180.0, 4190.0, 4213.0, 4172.0, 4187.0, 4191.0, 4157.0, 4203.0, 4166.0, 4160.0, 4198.0, 4156.0, 4181.0, 4212.0, 4180.0, 4182.0, 4202.0, 4159.0, 4192.0, 4166.0, 4155.0, 4187.0, 4170.0, 4182.0, 4211.0, 4176.0, 4169.0, 4221.0, 4171.0, 4180.0, 4148.0, 4154.0, 4188.0, 4167.0, 4169.0, 4199.0, 4156.0, 4168.0, 4198.0, 4169.0, 4176.0, 4199.0, 4158.0, 4178.0, 4177.0, 4157.0, 4179.0, 4142.0, 4157.0, 4189.0, 4160.0, 4166.0, 4188.0, 4165.0, 4170.0, 4200.0, 4159.0, 4179.0, 4160.0, 4157.0, 4190.0, 4158.0, 4174.0, 4201.0, 4181.0, 4181.0, 4212.0, 4185.0, 4195.0, 4194.0, 4174.0, 4201.0, 4176.0, 4180.0, 4226.0, 4181.0, 4202.0, 4182.0, 4182.0, 4218.0, 4180.0, 4194.0, 4226.0, 4194.0, 4204.0, 4180.0, 4170.0, 4212.0, 4180.0, 4196.0, 4221.0, 4173.0, 4203.0, 4212.0, 4174.0, 4204.0, 4172.0, 4185.0, 4211.0, 4190.0, 4196.0, 4209.0, 4169.0, 4200.0, 4177.0, 4182.0, 4205.0, 4164.0, 4211.0, 4183.0, 4226.0, 4196.0, 4228.0, 4194.0, 4170.0, 4205.0, 4169.0, 4173.0, 4184.0, 4169.0, 4166.0, 4199.0, 4169.0, 4168.0, 4186.0, 4147.0, 4164.0, 4143.0, 4154.0, 4188.0, 4167.0, 4168.0, 4197.0, 4158.0, 4179.0, 4158.0, 4160.0, 4189.0, 4145.0, 4183.0, 4200.0, 4182.0, 4176.0, 4155.0, 4169.0, 4203.0, 4172.0, 4173.0, 4202.0, 4179.0, 4200.0, 4173.0, 4173.0, 4198.0, 4181.0, 4194.0, 4203.0, 4172.0, 4192.0, 4161.0, 4171.0, 4202.0, 4180.0, 4170.0, 4201.0, 4167.0, 4190.0, 4167.0, 4156.0, 4190.0, 4169.0, 4179.0, 4212.0, 4181.0, 4182.0, 4177.0, 4171.0, 4201.0, 4166.0, 4167.0, 4201.0, 4181.0, 4180.0, 4192.0, 4157.0, 4186.0, 4163.0, 4172.0, 4201.0, 4181.0, 4178.0, 4204.0, 4170.0, 4201.0, 4172.0, 4172.0, 4199.0, 4181.0, 4191.0, 4213.0, 4179.0, 4193.0, 4169.0, 4169.0, 4198.0, 4171.0, 4179.0, 4197.0, 4173.0, 4201.0, 4177.0, 4183.0, 4214.0, 4174.0, 4205.0, 4172.0, 4171.0, 4197.0, 4171.0, 4191.0, 4222.0, 4177.0, 4178.0, 4170.0, 4187.0, 4205.0, 4194.0, 4205.0, 4183.0, 4155.0, 4169.0], 'WindowWidth': [9387.0, 9345.0, 9376.0, 9299.0, 9314.0, 9351.0, 9301.0, 9297.0, 9314.0, 9269.0, 9315.0, 9292.0, 9266.0, 9301.0, 9243.0, 9282.0, 9328.0, 9298.0, 9297.0, 9318.0, 9293.0, 9336.0, 9323.0, 9288.0, 9309.0, 9260.0, 9284.0, 9343.0, 9277.0, 9264.0, 9309.0, 9257.0, 9266.0, 9319.0, 9273.0, 9267.0, 9313.0, 9280.0, 9280.0, 9335.0, 9295.0, 9298.0, 9356.0, 9295.0, 9308.0, 9265.0, 9283.0, 9346.0, 9299.0, 9300.0, 9354.0, 9281.0, 9330.0, 9311.0, 9276.0, 9306.0, 9254.0, 9260.0, 9332.0, 9281.0, 9253.0, 9285.0, 9235.0, 9255.0, 9299.0, 9252.0, 9246.0, 9294.0, 9238.0, 9271.0, 9297.0, 9266.0, 9251.0, 9291.0, 9252.0, 9269.0, 9292.0, 9248.0, 9243.0, 9281.0, 9229.0, 9270.0, 9290.0, 9259.0, 9287.0, 9240.0, 9260.0, 9300.0, 9260.0, 9293.0, 9288.0, 9341.0, 9299.0, 9332.0, 9344.0, 9249.0, 9291.0, 9295.0, 9246.0, 9261.0, 9290.0, 9241.0, 9263.0, 9289.0, 9245.0, 9262.0, 9273.0, 9240.0, 9278.0, 9247.0, 9234.0, 9269.0, 9222.0, 9256.0, 9289.0, 9254.0, 9272.0, 9294.0, 9282.0, 9296.0, 9304.0, 9276.0, 9285.0, 9304.0, 9276.0, 9294.0, 9316.0, 9277.0, 9289.0, 9345.0, 9281.0, 9309.0, 9279.0, 9253.0, 9303.0, 9291.0, 9252.0, 9296.0, 9237.0, 9254.0, 9314.0, 9276.0, 9254.0, 9302.0, 9255.0, 9277.0, 9311.0, 9289.0, 9290.0, 9314.0, 9264.0, 9316.0, 9316.0, 9256.0, 9299.0, 9270.0, 9259.0, 9301.0, 9270.0, 9251.0, 9284.0, 9230.0, 9249.0, 9297.0, 9247.0, 9253.0, 9294.0, 9270.0, 9274.0, 9317.0, 9271.0, 9265.0, 9301.0, 9267.0, 9285.0, 9292.0, 9251.0, 9305.0, 9275.0, 9265.0, 9320.0, 9254.0, 9255.0, 9293.0, 9280.0, 9278.0, 9316.0, 9258.0, 9265.0, 9236.0, 9267.0, 9319.0, 9252.0, 9254.0, 9300.0, 9254.0, 9278.0, 9323.0, 9254.0, 9251.0, 9298.0, 9274.0, 9275.0, 9306.0, 9270.0, 9293.0, 9298.0, 9261.0, 9285.0, 9269.0, 9240.0, 9281.0, 9253.0, 9258.0, 9320.0, 9257.0, 9262.0, 9320.0, 9309.0, 9327.0, 9267.0, 9288.0, 9334.0, 9303.0, 9341.0, 9338.0, 9372.0, 9333.0, 9355.0, 9365.0, 9292.0, 9306.0, 9304.0, 9255.0, 9296.0, 9253.0, 9251.0, 9293.0, 9244.0, 9238.0, 9294.0, 9224.0, 9255.0, 9298.0, 9225.0, 9254.0, 9291.0, 9228.0, 9254.0, 9290.0, 9264.0, 9266.0, 9245.0, 9244.0, 9311.0, 9274.0, 9257.0, 9281.0, 9240.0, 9253.0, 9301.0, 9257.0, 9237.0, 9277.0, 9234.0, 9232.0, 9302.0, 9246.0, 9232.0, 9281.0, 9227.0, 9248.0, 9301.0, 9242.0, 9237.0, 9278.0, 9229.0, 9251.0, 9295.0, 9255.0, 9266.0, 9295.0, 9253.0, 9269.0, 9286.0, 9276.0, 9291.0, 9298.0, 9266.0, 9274.0, 9297.0, 9252.0, 9298.0, 9334.0, 9278.0, 9293.0, 9259.0, 9277.0, 9310.0, 9264.0, 9293.0, 9315.0, 9275.0, 9285.0, 9318.0, 9279.0, 9291.0, 9310.0, 9257.0, 9271.0, 9278.0, 9238.0, 9280.0, 9282.0, 9235.0, 9275.0, 9233.0, 9245.0, 9299.0, 9232.0, 9209.0, 9250.0, 9215.0, 9217.0, 9273.0, 9215.0, 9211.0, 9277.0, 9235.0, 9232.0, 9294.0, 9235.0, 9253.0, 9296.0, 9273.0, 9273.0, 9299.0, 9258.0, 9268.0, 9318.0, 9260.0, 9283.0, 9267.0, 9243.0, 9288.0, 9274.0, 9253.0, 9310.0, 9259.0, 9255.0, 9301.0, 9274.0, 9280.0, 9319.0, 9260.0, 9279.0, 9326.0, 9271.0, 9280.0, 9272.0, 9248.0, 9306.0, 9280.0, 9282.0, 9318.0, 9275.0, 9319.0, 9322.0, 9280.0, 9282.0, 9342.0, 9301.0, 9331.0, 9287.0, 9296.0, 9312.0, 9311.0, 9362.0, 9293.0, 9281.0, 9326.0, 9290.0, 9276.0, 9324.0, 9240.0, 9254.0, 9310.0, 9251.0, 9250.0, 9278.0, 9242.0, 9273.0, 9336.0, 9273.0, 9284.0, 9239.0, 9242.0, 9301.0, 9252.0, 9254.0, 9290.0, 9215.0, 9277.0, 9296.0, 9253.0, 9254.0, 9278.0, 9241.0, 9247.0, 9298.0, 9250.0, 9235.0, 9277.0, 9252.0, 9267.0, 9295.0, 9251.0, 9264.0, 9294.0, 9258.0, 9265.0, 9270.0, 9237.0, 9264.0, 9237.0, 9245.0, 9301.0, 9227.0, 9238.0, 9275.0, 9256.0, 9261.0, 9300.0, 9267.0, 9284.0, 9320.0, 9287.0, 9287.0, 9310.0, 9248.0, 9264.0, 9321.0, 9269.0, 9284.0, 9256.0, 9240.0, 9290.0, 9257.0, 9249.0, 9282.0, 9217.0, 9256.0, 9319.0, 9287.0, 9274.0, 9312.0, 9248.0, 9287.0, 9285.0, 9250.0, 9280.0, 9238.0, 9241.0, 9292.0, 9249.0, 9249.0, 9280.0, 9227.0, 9235.0, 9279.0, 9236.0, 9230.0, 9280.0, 9229.0, 9227.0, 9274.0, 9238.0, 9254.0, 9293.0, 9229.0, 9244.0, 9277.0, 9237.0, 9276.0, 9292.0, 9256.0, 9248.0, 9271.0, 9258.0, 9274.0, 9299.0, 9267.0, 9291.0, 9302.0, 9262.0, 9303.0, 9280.0, 9259.0, 9307.0, 9262.0, 9280.0, 9317.0, 9303.0, 9276.0, 9326.0, 9293.0, 9325.0, 9295.0, 9280.0, 9323.0, 9278.0, 9287.0, 9331.0, 9276.0, 9295.0, 9340.0, 9297.0, 9282.0, 9333.0, 9274.0, 9276.0, 9323.0, 9278.0, 9293.0, 9320.0, 9253.0, 9304.0, 9286.0, 9257.0, 9309.0, 9248.0, 9288.0, 9345.0, 9285.0, 9278.0, 9312.0, 9259.0, 9294.0, 9314.0, 9255.0, 9260.0, 9296.0, 9250.0, 9271.0, 9299.0, 9237.0, 9265.0, 9279.0, 9239.0, 9282.0, 9227.0, 9231.0, 9297.0, 9256.0, 9255.0, 9280.0, 9251.0, 9278.0, 9300.0, 9271.0, 9258.0, 9310.0, 9250.0, 9282.0, 9256.0, 9282.0, 9308.0, 9270.0, 9317.0, 9292.0, 9325.0, 9303.0, 9316.0, 9334.0, 9269.0, 9296.0, 9303.0, 9273.0, 9268.0, 9276.0, 9226.0, 9256.0, 9233.0, 9253.0, 9299.0, 9236.0, 9257.0, 9279.0, 9236.0, 9252.0, 9291.0, 9264.0, 9264.0, 9212.0, 9252.0, 9286.0, 9251.0, 9249.0, 9293.0, 9260.0, 9293.0, 9314.0, 9259.0, 9270.0, 9230.0, 9259.0, 9305.0, 9252.0, 9260.0, 9298.0, 9246.0, 9260.0, 9301.0, 9271.0, 9255.0, 9290.0, 9273.0, 9274.0, 9316.0, 9251.0, 9272.0, 9275.0, 9239.0, 9302.0, 9243.0, 9275.0, 9328.0, 9294.0, 9293.0, 9264.0, 9267.0, 9331.0, 9294.0, 9269.0, 9310.0, 9269.0, 9299.0, 9329.0, 9272.0, 9258.0, 9304.0, 9275.0, 9289.0, 9324.0, 9262.0, 9281.0, 9287.0, 9242.0, 9304.0, 9250.0, 9244.0, 9293.0, 9238.0, 9275.0, 9317.0, 9272.0, 9275.0, 9302.0, 9243.0, 9290.0, 9249.0, 9234.0, 9279.0, 9261.0, 9275.0, 9316.0, 9263.0, 9255.0, 9331.0, 9258.0, 9270.0, 9223.0, 9231.0, 9281.0, 9252.0, 9254.0, 9297.0, 9233.0, 9249.0, 9294.0, 9253.0, 9262.0, 9293.0, 9236.0, 9264.0, 9263.0, 9235.0, 9267.0, 9212.0, 9234.0, 9280.0, 9243.0, 9248.0, 9280.0, 9247.0, 9255.0, 9298.0, 9244.0, 9270.0, 9243.0, 9238.0, 9284.0, 9245.0, 9268.0, 9303.0, 9274.0, 9274.0, 9318.0, 9285.0, 9298.0, 9295.0, 9267.0, 9304.0, 9274.0, 9276.0, 9342.0, 9277.0, 9308.0, 9281.0, 9281.0, 9335.0, 9277.0, 9297.0, 9346.0, 9298.0, 9313.0, 9274.0, 9264.0, 9324.0, 9276.0, 9301.0, 9334.0, 9266.0, 9313.0, 9324.0, 9269.0, 9312.0, 9262.0, 9283.0, 9323.0, 9288.0, 9300.0, 9313.0, 9257.0, 9302.0, 9268.0, 9278.0, 9311.0, 9257.0, 9319.0, 9285.0, 9348.0, 9307.0, 9355.0, 9297.0, 9259.0, 9315.0, 9259.0, 9261.0, 9275.0, 9251.0, 9246.0, 9300.0, 9254.0, 9250.0, 9272.0, 9217.0, 9239.0, 9213.0, 9230.0, 9276.0, 9248.0, 9248.0, 9287.0, 9240.0, 9268.0, 9236.0, 9242.0, 9281.0, 9219.0, 9279.0, 9298.0, 9273.0, 9262.0, 9232.0, 9257.0, 9309.0, 9262.0, 9264.0, 9304.0, 9273.0, 9301.0, 9265.0, 9265.0, 9297.0, 9274.0, 9295.0, 9307.0, 9262.0, 9288.0, 9246.0, 9261.0, 9305.0, 9269.0, 9254.0, 9299.0, 9252.0, 9285.0, 9251.0, 9236.0, 9283.0, 9259.0, 9271.0, 9318.0, 9273.0, 9276.0, 9269.0, 9261.0, 9303.0, 9250.0, 9251.0, 9301.0, 9275.0, 9272.0, 9287.0, 9237.0, 9277.0, 9250.0, 9261.0, 9301.0, 9273.0, 9268.0, 9307.0, 9260.0, 9302.0, 9260.0, 9262.0, 9298.0, 9276.0, 9290.0, 9320.0, 9271.0, 9291.0, 9256.0, 9258.0, 9297.0, 9261.0, 9269.0, 9293.0, 9265.0, 9303.0, 9267.0, 9279.0, 9321.0, 9268.0, 9314.0, 9261.0, 9261.0, 9294.0, 9261.0, 9290.0, 9333.0, 9266.0, 9267.0, 9257.0, 9295.0, 9312.0, 9296.0, 9312.0, 9278.0, 9234.0, 9262.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.0003458045977011494</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.017008519655172413</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.397194079551234</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.208523166179517</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0025433387341773</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5293</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3230.2744</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08733403649223603</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>23</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.6436781609195403</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.653541790368234</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5895860291685486</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8721393860683153</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4988999558678384</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0133205</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.004214775748550892</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03394682705402374</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.8531714301785107</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>12.132</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>62.1142</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>243.2484</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>61.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>287719.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1196.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>432.4873</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4474</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>506.7636</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3276.558</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3470.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>88825.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1089.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4322.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>900.5518</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>42.40754876495339</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> |