=== 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-0081 --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-0081",
"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-0081_ses-01_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-0081_ses-01_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-01_subject-0081_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-0081/figures/sub-0081_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0081/figures/sub-0081_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-01_subject-0081_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-0081/figures/sub-0081_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0081/figures/sub-0081_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-01_subject-0081_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-0081/figures/sub-0081_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0081/figures/sub-0081_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-01_subject-0081_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-0081/figures/sub-0081_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0081/figures/sub-0081_ses-01_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-01_subject-0081_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-0081/figures/sub-0081_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0081/figures/sub-0081_ses-01_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-01_subject-0081_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-0081/figures/sub-0081_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0081/figures/sub-0081_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0081_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-0081/figures/sub-0081_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0081/figures/sub-0081_ses-01_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-0081/figures/sub-0081_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0081/figures/sub-0081_ses-01_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-0081/ses-01/func/sub-0081_ses-01_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>8475cf1f1703f2fc4d028be3ab6af4b8</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>08:58:19.282500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999055, 0.0227096, -0.0370688, -0.0193573, 0.995896, 0.0884142]</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.0864672</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4140, -7704, -7290, 589, -41, 12, 78, 135]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</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>245.544</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>d6d191ba-56aa-49cc-8cf2-66ae864bd7aa||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6803905963897705, -0.051934096962213516, -0.10509602725505829, 116.50434875488281], [-0.0609280988574028, 2.671915292739868, 0.23655515909194946, -94.67160034179688], [-0.09945274889469147, -0.23720870912075043, 2.687563180923462, -55.071807861328125], [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': ['085819.282500', '085819.742500', '085820.202500', '085820.662500', '085821.122500', '085821.582500', '085822.042500', '085822.502500', '085822.962500', '085823.422500', '085823.882500', '085824.342500', '085824.802500', '085825.262500', '085825.722500', '085826.182500', '085826.642500', '085827.102500', '085827.562500', '085828.022500', '085828.482500', '085828.942500', '085829.402500', '085829.862500', '085830.322500', '085830.782500', '085831.242500', '085831.702500', '085832.162500', '085832.622500', '085833.082500', '085833.542500', '085834.002500', '085834.462500', '085834.922500', '085835.382500', '085835.842500', '085836.302500', '085836.762500', '085837.222500', '085837.682500', '085838.142500', '085838.602500', '085839.062500', '085839.522500', '085839.982500', '085840.442500', '085840.902500', '085841.362500', '085841.822500', '085842.282500', '085842.742500', '085843.202500', '085843.662500', '085844.122500', '085844.582500', '085845.042500', '085845.502500', '085845.962500', '085846.422500', '085846.882500', '085847.342500', '085847.802500', '085848.262500', '085848.722500', '085849.182500', '085849.642500', '085850.102500', '085850.562500', '085851.022500', '085851.482500', '085851.942500', '085852.402500', '085852.862500', '085853.322500', '085853.782500', '085854.242500', '085854.702500', '085855.162500', '085855.622500', '085856.082500', '085856.542500', '085857.002500', '085857.462500', '085857.922500', '085858.382500', '085858.842500', '085859.302500', '085859.762500', '085900.222500', '085900.682500', '085901.142500', '085901.602500', '085902.062500', '085902.522500', '085902.982500', '085903.442500', '085903.902500', '085904.362500', '085904.822500', '085905.282500', '085905.742500', '085906.202500', '085906.662500', '085907.122500', '085907.582500', '085908.042500', '085908.502500', '085908.962500', '085909.422500', '085909.882500', '085910.342500', '085910.802500', '085911.262500', '085911.722500', '085912.182500', '085912.642500', '085913.102500', '085913.562500', '085914.022500', '085914.482500', '085914.942500', '085915.402500', '085915.862500', '085916.322500', '085916.782500', '085917.242500', '085917.702500', '085918.162500', '085918.622500', '085919.082500', '085919.542500', '085920.002500', '085920.462500', '085920.922500', '085921.382500', '085921.842500', '085922.302500', '085922.762500', '085923.222500', '085923.682500', '085924.142500', '085924.602500', '085925.062500', '085925.522500', '085925.982500', '085926.442500', '085926.902500', '085927.362500', '085927.822500', '085928.282500', '085928.742500', '085929.202500', '085929.662500', '085930.122500', '085930.582500', '085931.042500', '085931.502500', '085931.962500', '085932.422500', '085932.882500', '085933.342500', '085933.802500', '085934.262500', '085934.722500', '085935.182500', '085935.642500', '085936.102500', '085936.562500', '085937.022500', '085937.482500', '085937.942500', '085938.402500', '085938.862500', '085939.322500', '085939.782500', '085940.242500', '085940.702500', '085941.162500', '085941.622500', '085942.082500', '085942.542500', '085943.002500', '085943.462500', '085943.922500', '085944.382500', '085944.842500', '085945.302500', '085945.762500', '085946.222500', '085946.682500', '085947.142500', '085947.602500', '085948.062500', '085948.522500', '085948.982500', '085949.442500', '085949.902500', '085950.362500', '085950.822500', '085951.282500', '085951.742500', '085952.202500', '085952.662500', '085953.122500', '085953.582500', '085954.042500', '085954.502500', '085954.962500', '085955.422500', '085955.882500', '085956.342500', '085956.802500', '085957.262500', '085957.722500', '085958.182500', '085958.642500', '085959.102500', '085959.562500', '090000.022500', '090000.482500', '090000.942500', '090001.402500', '090001.862500', '090002.322500', '090002.782500', '090003.242500', '090003.702500', '090004.162500', '090004.622500', '090005.082500', '090005.542500', '090006.002500', '090006.462500', '090006.922500', '090007.382500', '090007.842500', '090008.302500', '090008.762500', '090009.222500', '090009.682500', '090010.142500', '090010.602500', '090011.062500', '090011.522500', '090011.982500', '090012.442500', '090012.902500', '090013.362500', '090013.822500', '090014.282500', '090014.742500', '090015.202500', '090015.662500', '090016.122500', '090016.582500', '090017.042500', '090017.502500', '090017.962500', '090018.422500', '090018.882500', '090019.342500', '090019.802500', '090020.262500', '090020.722500', '090021.182500', '090021.642500', '090022.102500', '090022.562500', '090023.022500', '090023.482500', '090023.942500', '090024.402500', '090024.862500', '090025.322500', '090025.782500', '090026.242500', '090026.702500', '090027.162500', '090027.622500', '090028.082500', '090028.542500', '090029.002500', '090029.462500', '090029.922500', '090030.382500', '090030.842500', '090031.302500', '090031.762500', '090032.222500', '090032.682500', '090033.142500', '090033.602500', '090034.062500', '090034.522500', '090034.982500', '090035.442500', '090035.902500', '090036.362500', '090036.822500', '090037.282500', '090037.742500', '090038.202500', '090038.662500', '090039.122500', '090039.582500', '090040.042500', '090040.502500', '090040.962500', '090041.422500', '090041.882500', '090042.342500', '090042.802500', '090043.262500', '090043.722500', '090044.182500', '090044.642500', '090045.102500', '090045.562500', '090046.022500', '090046.482500', '090046.942500', '090047.402500', '090047.862500', '090048.322500', '090048.782500', '090049.242500', '090049.702500', '090050.162500', '090050.622500', '090051.082500', '090051.542500', '090052.002500', '090052.462500', '090052.922500', '090053.382500', '090053.842500', '090054.302500', '090054.762500', '090055.222500', '090055.682500', '090056.142500', '090056.602500', '090057.062500', '090057.522500', '090057.982500', '090058.442500', '090058.902500', '090059.362500', '090059.822500', '090100.282500', '090100.742500', '090101.202500', '090101.662500', '090102.122500', '090102.582500', '090103.042500', '090103.502500', '090103.962500', '090104.422500', '090104.882500', '090105.342500', '090105.802500', '090106.262500', '090106.722500', '090107.182500', '090107.642500', '090108.102500', '090108.562500', '090109.022500', '090109.482500', '090109.942500', '090110.402500', '090110.862500', '090111.322500', '090111.782500', '090112.242500', '090112.702500', '090113.162500', '090113.622500', '090114.082500', '090114.542500', '090115.002500', '090115.462500', '090115.922500', '090116.382500', '090116.842500', '090117.302500', '090117.762500', '090118.222500', '090118.682500', '090119.142500', '090119.602500', '090120.062500', '090120.522500', '090120.982500', '090121.442500', '090121.902500', '090122.362500', '090122.822500', '090123.282500', '090123.742500', '090124.202500', '090124.662500', '090125.122500', '090125.582500', '090126.042500', '090126.502500', '090126.962500', '090127.422500', '090127.882500', '090128.342500', '090128.802500', '090129.262500', '090129.722500', '090130.182500', '090130.642500', '090131.102500', '090131.562500', '090132.022500', '090132.482500', '090132.942500', '090133.402500', '090133.862500', '090134.322500', '090134.782500', '090135.242500', '090135.702500', '090136.162500', '090136.622500', '090137.082500', '090137.542500', '090138.002500', '090138.462500', '090138.922500', '090139.382500', '090139.842500', '090140.302500', '090140.762500', '090141.222500', '090141.682500', '090142.142500', '090142.602500', '090143.062500', '090143.522500', '090143.982500', '090144.442500', '090144.902500', '090145.362500', '090145.822500', '090146.282500', '090146.742500', '090147.202500', '090147.662500', '090148.122500', '090148.582500', '090149.042500', '090149.502500', '090149.962500', '090150.422500', '090150.882500', '090151.342500', '090151.802500', '090152.262500', '090152.722500', '090153.182500', '090153.642500', '090154.102500', '090154.562500', '090155.022500', '090155.482500', '090155.942500', '090156.402500', '090156.862500', '090157.322500', '090157.782500', '090158.242500', '090158.702500', '090159.162500', '090159.622500', '090200.082500', '090200.542500', '090201.002500', '090201.462500', '090201.922500', '090202.382500', '090202.842500', '090203.302500', '090203.762500', '090204.222500', '090204.682500', '090205.142500', '090205.602500', '090206.062500', '090206.522500', '090206.982500', '090207.442500', '090207.902500', '090208.362500', '090208.822500', '090209.282500', '090209.742500', '090210.202500', '090210.662500', '090211.122500', '090211.582500', '090212.042500', '090212.502500', '090212.962500', '090213.422500', '090213.882500', '090214.342500', '090214.802500', '090215.262500', '090215.722500', '090216.182500', '090216.642500', '090217.102500', '090217.562500', '090218.022500', '090218.482500', '090218.942500', '090219.402500', '090219.862500', '090220.322500', '090220.782500', '090221.242500', '090221.702500', '090222.162500', '090222.622500', '090223.082500', '090223.542500', '090224.002500', '090224.462500', '090224.922500', '090225.382500', '090225.842500', '090226.302500', '090226.762500', '090227.222500', '090227.682500', '090228.142500', '090228.602500', '090229.062500', '090229.522500', '090229.982500', '090230.442500', '090230.902500', '090231.362500', '090231.822500', '090232.282500', '090232.742500', '090233.202500', '090233.662500', '090234.122500', '090234.582500', '090235.042500', '090235.502500', '090235.962500', '090236.422500', '090236.882500', '090237.342500', '090237.802500', '090238.262500', '090238.722500', '090239.182500', '090239.642500', '090240.102500', '090240.562500', '090241.022500', '090241.482500', '090241.942500', '090242.402500', '090242.862500', '090243.322500', '090243.782500', '090244.242500', '090244.702500', '090245.162500', '090245.622500', '090246.082500', '090246.542500', '090247.002500', '090247.462500', '090247.922500', '090248.382500', '090248.842500', '090249.302500', '090249.762500', '090250.222500', '090250.682500', '090251.142500', '090251.602500', '090252.062500', '090252.522500', '090252.982500', '090253.442500', '090253.902500', '090254.362500', '090254.822500', '090255.282500', '090255.742500', '090256.202500', '090256.662500', '090257.122500', '090257.582500', '090258.042500', '090258.502500', '090258.962500', '090259.422500', '090259.882500', '090300.342500', '090300.802500', '090301.262500', '090301.722500', '090302.182500', '090302.642500', '090303.102500', '090303.562500', '090304.022500', '090304.482500', '090304.942500', '090305.402500', '090305.862500', '090306.322500', '090306.782500', '090307.242500', '090307.702500', '090308.162500', '090308.622500', '090309.082500', '090309.542500', '090310.002500', '090310.462500', '090310.922500', '090311.382500', '090311.842500', '090312.302500', '090312.762500', '090313.222500', '090313.682500', '090314.142500', '090314.602500', '090315.062500', '090315.522500', '090315.982500', '090316.442500', '090316.902500', '090317.362500', '090317.822500', '090318.282500', '090318.742500', '090319.202500', '090319.662500', '090320.122500', '090320.582500', '090321.042500', '090321.502500', '090321.962500', '090322.422500', '090322.882500', '090323.342500', '090323.802500', '090324.262500', '090324.722500', '090325.182500', '090325.642500', '090326.102500', '090326.562500', '090327.022500', '090327.482500', '090327.942500', '090328.402500', '090328.862500', '090329.322500', '090329.782500', '090330.242500', '090330.702500', '090331.162500', '090331.622500', '090332.082500', '090332.542500', '090333.002500', '090333.462500', '090333.922500', '090334.382500', '090334.842500', '090335.302500', '090335.762500', '090336.222500', '090336.682500', '090337.142500', '090337.602500', '090338.062500', '090338.522500', '090338.982500', '090339.442500', '090339.902500', '090340.362500', '090340.822500', '090341.282500', '090341.742500', '090342.202500', '090342.662500', '090343.122500', '090343.582500', '090344.042500', '090344.502500', '090344.962500', '090345.422500', '090345.882500', '090346.342500', '090346.802500', '090347.262500', '090347.722500', '090348.182500', '090348.642500', '090349.102500', '090349.562500', '090350.022500', '090350.482500', '090350.942500', '090351.402500', '090351.862500', '090352.322500', '090352.782500', '090353.242500', '090353.702500', '090354.162500', '090354.622500', '090355.082500', '090355.542500', '090356.002500', '090356.462500', '090356.922500', '090357.382500', '090357.842500', '090358.302500', '090358.762500', '090359.222500', '090359.682500', '090400.142500', '090400.602500', '090401.062500', '090401.522500', '090401.982500', '090402.442500', '090402.902500', '090403.362500', '090403.822500', '090404.282500', '090404.742500', '090405.202500', '090405.662500', '090406.122500', '090406.582500', '090407.042500', '090407.502500', '090407.962500', '090408.422500', '090408.882500', '090409.342500', '090409.802500', '090410.262500', '090410.722500', '090411.182500', '090411.642500', '090412.102500', '090412.562500', '090413.022500', '090413.482500', '090413.942500', '090414.402500', '090414.862500', '090415.322500', '090415.782500', '090416.242500', '090416.702500', '090417.162500', '090417.622500', '090418.082500', '090418.542500', '090419.002500', '090419.462500', '090419.922500', '090420.382500', '090420.842500', '090421.302500', '090421.762500', '090422.222500', '090422.682500', '090423.142500', '090423.602500', '090424.062500', '090424.522500', '090424.982500', '090425.442500', '090425.902500', '090426.362500', '090426.822500', '090427.282500', '090427.742500', '090428.202500', '090428.662500', '090429.122500', '090429.582500', '090430.042500', '090430.502500', '090430.962500', '090431.422500', '090431.882500', '090432.342500', '090432.802500', '090433.262500', '090433.722500', '090434.182500', '090434.642500', '090435.102500', '090435.562500', '090436.022500', '090436.482500', '090436.942500', '090437.402500', '090437.862500', '090438.322500', '090438.782500', '090439.242500', '090439.702500', '090440.162500', '090440.622500', '090441.082500', '090441.542500', '090442.002500', '090442.462500', '090442.922500', '090443.382500', '090443.842500', '090444.302500', '090444.762500', '090445.222500', '090445.682500', '090446.142500', '090446.602500', '090447.062500', '090447.522500', '090447.982500', '090448.442500', '090448.902500', '090449.362500', '090449.822500', '090450.282500', '090450.742500', '090451.202500', '090451.662500', '090452.122500', '090452.582500', '090453.042500', '090453.502500', '090453.962500', '090454.422500', '090454.882500', '090455.342500', '090455.802500', '090456.262500', '090456.722500', '090457.182500', '090457.642500', '090458.102500', '090458.562500', '090459.022500', '090459.482500', '090459.942500'], 'ContentTime': ['085844.674000', '085844.677000', '085844.680000', '085844.683000', '085844.685000', '085844.688000', '085844.690000', '085844.693000', '085844.695000', '085844.698000', '085844.700000', '085844.703000', '085844.705000', '085844.708000', '085844.711000', '085844.713000', '085844.716000', '085844.718000', '085844.721000', '085844.723000', '085844.726000', '085844.729000', '085844.731000', '085844.734000', '085844.736000', '085844.739000', '085844.741000', '085844.744000', '085844.746000', '085844.749000', '085844.752000', '085844.754000', '085844.757000', '085844.759000', '085844.762000', '085844.764000', '085844.771000', '085844.773000', '085844.776000', '085844.778000', '085844.781000', '085844.795000', '085844.797000', '085844.800000', '085844.802000', '085844.805000', '085844.807000', '085844.810000', '085844.813000', '085844.815000', '085844.818000', '085844.820000', '085844.823000', '085904.651000', '085904.654000', '085904.657000', '085904.659000', '085904.662000', '085904.664000', '085904.667000', '085904.669000', '085904.672000', '085904.674000', '085904.677000', '085904.680000', '085904.682000', '085904.685000', '085904.687000', '085904.695000', '085904.698000', '085904.701000', '085904.703000', '085904.706000', '085904.708000', '085904.711000', '085904.713000', '085904.716000', '085904.718000', '085904.721000', '085904.723000', '085904.726000', '085904.729000', '085904.731000', '085904.734000', '085904.736000', '085904.739000', '085904.741000', '085904.744000', '085904.746000', '085904.749000', '085904.751000', '085904.754000', '085904.757000', '085904.759000', '085904.762000', '085904.764000', '085924.653000', '085924.655000', '085924.658000', '085924.661000', '085924.663000', '085924.666000', '085924.668000', '085924.671000', '085924.673000', '085924.676000', '085924.678000', '085924.681000', '085924.683000', '085924.686000', '085924.688000', '085924.691000', '085924.698000', '085924.701000', '085924.703000', '085924.706000', '085924.709000', '085924.711000', '085924.714000', '085924.716000', '085924.719000', '085924.721000', '085924.724000', '085924.726000', '085924.729000', '085924.731000', '085924.734000', '085924.736000', '085924.739000', '085924.741000', '085924.744000', '085924.746000', '085924.749000', '085924.751000', '085924.754000', '085924.757000', '085924.759000', '085924.762000', '085924.764000', '085924.767000', '085944.651000', '085944.654000', '085944.657000', '085944.659000', '085944.662000', '085944.664000', '085944.667000', '085944.669000', '085944.672000', '085944.674000', '085944.677000', '085944.680000', '085944.682000', '085944.685000', '085944.687000', '085944.690000', '085944.692000', '085944.695000', '085944.697000', '085944.700000', '085944.702000', '085944.705000', '085944.708000', '085944.710000', '085944.713000', '085944.715000', '085944.718000', '085944.720000', '085944.723000', '085944.726000', '085944.728000', '085944.731000', '085944.733000', '085944.736000', '085944.738000', '085944.741000', '085944.743000', '085944.746000', '085944.748000', '085944.751000', '085944.754000', '085944.756000', '085944.759000', '090004.652000', '090004.654000', '090004.657000', '090004.659000', '090004.662000', '090004.665000', '090004.667000', '090004.670000', '090004.672000', '090004.675000', '090004.677000', '090004.680000', '090004.683000', '090004.685000', '090004.688000', '090004.690000', '090004.693000', '090004.695000', '090004.698000', '090004.700000', '090004.703000', '090004.706000', '090004.708000', '090004.711000', '090004.713000', '090004.716000', '090004.718000', '090004.721000', '090004.724000', '090004.726000', '090004.729000', '090004.731000', '090004.734000', '090004.737000', '090004.739000', '090004.742000', '090004.744000', '090004.747000', '090004.749000', '090004.752000', '090004.754000', '090004.757000', '090004.760000', '090004.762000', '090024.652000', '090024.654000', '090024.657000', '090024.660000', '090024.662000', '090024.665000', '090024.667000', '090024.670000', '090024.672000', '090024.675000', '090024.677000', '090024.680000', '090024.683000', '090024.685000', '090024.688000', '090024.690000', '090024.693000', '090024.695000', '090024.698000', '090024.701000', '090024.703000', '090024.706000', '090024.708000', '090024.711000', '090024.713000', '090024.716000', '090024.718000', '090024.733000', '090024.735000', '090024.738000', '090024.741000', '090024.743000', '090024.746000', '090024.748000', '090024.751000', '090024.753000', '090024.756000', '090024.758000', '090024.761000', '090024.764000', '090024.766000', '090024.769000', '090024.771000', '090044.651000', '090044.654000', '090044.657000', '090044.659000', '090044.662000', '090044.664000', '090044.667000', '090044.670000', '090044.672000', '090044.675000', '090044.677000', '090044.680000', '090044.683000', '090044.685000', '090044.688000', '090044.691000', '090044.693000', '090044.696000', '090044.698000', '090044.701000', '090044.703000', '090044.706000', '090044.709000', '090044.711000', '090044.714000', '090044.716000', '090044.719000', '090044.721000', '090044.724000', '090044.727000', '090044.729000', '090044.732000', '090044.734000', '090044.737000', '090044.739000', '090044.742000', '090044.745000', '090044.747000', '090044.750000', '090044.752000', '090044.755000', '090044.757000', '090044.760000', '090044.762000', '090104.652000', '090104.654000', '090104.657000', '090104.660000', '090104.662000', '090104.665000', '090104.667000', '090104.670000', '090104.672000', '090104.675000', '090104.678000', '090104.680000', '090104.683000', '090104.685000', '090104.688000', '090104.691000', '090104.693000', '090104.696000', '090104.698000', '090104.701000', '090104.703000', '090104.706000', '090104.708000', '090104.711000', '090104.714000', '090104.716000', '090104.719000', '090104.723000', '090104.726000', '090104.728000', '090104.731000', '090104.733000', '090104.736000', '090104.739000', '090104.741000', '090104.744000', '090104.746000', '090104.749000', '090104.751000', '090104.754000', '090104.756000', '090104.759000', '090104.762000', '090124.652000', '090124.654000', '090124.657000', '090124.659000', '090124.662000', '090124.664000', '090124.667000', '090124.670000', '090124.672000', '090124.675000', '090124.677000', '090124.680000', '090124.682000', '090124.685000', '090124.687000', '090124.690000', '090124.693000', '090124.695000', '090124.698000', '090124.700000', '090124.703000', '090124.705000', '090124.708000', '090124.710000', '090124.713000', '090124.715000', '090124.718000', '090124.720000', '090124.723000', '090124.726000', '090124.728000', '090124.731000', '090124.733000', '090124.736000', '090124.738000', '090124.741000', '090124.743000', '090124.746000', '090124.748000', '090124.751000', '090124.753000', '090124.756000', '090124.758000', '090124.761000', '090144.652000', '090144.655000', '090144.658000', '090144.660000', '090144.663000', '090144.665000', '090144.668000', '090144.670000', '090144.673000', '090144.676000', '090144.678000', '090144.681000', '090144.683000', '090144.686000', '090144.688000', '090144.691000', '090144.693000', '090144.696000', '090144.698000', '090144.701000', '090144.704000', '090144.706000', '090144.709000', '090144.711000', '090144.714000', '090144.716000', '090144.719000', '090144.721000', '090144.724000', '090144.727000', '090144.729000', '090144.732000', '090144.734000', '090144.737000', '090144.740000', '090144.742000', '090144.745000', '090144.747000', '090144.750000', '090144.752000', '090144.755000', '090144.757000', '090144.760000', '090204.653000', '090204.656000', '090204.658000', '090204.661000', '090204.664000', '090204.666000', '090204.669000', '090204.671000', '090204.674000', '090204.677000', '090204.679000', '090204.682000', '090204.684000', '090204.687000', '090204.689000', '090204.692000', '090204.694000', '090204.697000', '090204.700000', '090204.702000', '090204.705000', '090204.708000', '090204.710000', '090204.727000', '090204.730000', '090204.732000', '090204.735000', '090204.737000', '090204.740000', '090204.743000', '090204.745000', '090204.748000', '090204.750000', '090204.753000', '090204.755000', '090204.758000', '090204.760000', '090204.763000', '090204.766000', '090204.769000', '090204.771000', '090204.774000', '090204.776000', '090224.652000', '090224.654000', '090224.657000', '090224.659000', '090224.662000', '090224.665000', '090224.667000', '090224.670000', '090224.672000', '090224.675000', '090224.677000', '090224.680000', '090224.683000', '090224.685000', '090224.688000', '090224.690000', '090224.693000', '090224.696000', '090224.698000', '090224.701000', '090224.703000', '090224.706000', '090224.708000', '090224.711000', '090224.714000', '090224.716000', '090224.719000', '090224.721000', '090224.724000', '090224.726000', '090224.729000', '090224.731000', '090224.734000', '090224.737000', '090224.739000', '090224.742000', '090224.744000', '090224.747000', '090224.749000', '090224.752000', '090224.755000', '090224.757000', '090224.760000', '090224.762000', '090244.651000', '090244.654000', '090244.657000', '090244.659000', '090244.662000', '090244.665000', '090244.668000', '090244.671000', '090244.674000', '090244.676000', '090244.679000', '090244.681000', '090244.684000', '090244.686000', '090244.689000', '090244.691000', '090244.694000', '090244.697000', '090244.699000', '090244.702000', '090244.704000', '090244.707000', '090244.710000', '090244.712000', '090244.715000', '090244.718000', '090244.720000', '090244.723000', '090244.725000', '090244.728000', '090244.730000', '090244.733000', '090244.736000', '090244.738000', '090244.741000', '090244.743000', '090244.746000', '090244.748000', '090244.751000', '090244.754000', '090244.756000', '090244.759000', '090244.761000', '090304.652000', '090304.654000', '090304.657000', '090304.660000', '090304.662000', '090304.665000', '090304.667000', '090304.670000', '090304.672000', '090304.675000', '090304.678000', '090304.680000', '090304.683000', '090304.685000', '090304.688000', '090304.690000', '090304.693000', '090304.696000', '090304.698000', '090304.701000', '090304.703000', '090304.706000', '090304.709000', '090304.711000', '090304.714000', '090304.716000', '090304.719000', '090304.721000', '090304.724000', '090304.727000', '090304.729000', '090304.732000', '090304.734000', '090304.737000', '090304.739000', '090304.742000', '090304.745000', '090304.747000', '090304.750000', '090304.752000', '090304.755000', '090304.757000', '090304.760000', '090304.763000', '090324.652000', '090324.655000', '090324.658000', '090324.661000', '090324.663000', '090324.666000', '090324.669000', '090324.671000', '090324.674000', '090324.676000', '090324.679000', '090324.681000', '090324.684000', '090324.686000', '090324.690000', '090324.694000', '090324.696000', '090324.699000', '090324.701000', '090324.704000', '090324.707000', '090324.709000', '090324.712000', '090324.714000', '090324.717000', '090324.719000', '090324.722000', '090324.725000', '090324.727000', '090324.730000', '090324.733000', '090324.735000', '090324.738000', '090324.740000', '090324.743000', '090324.746000', '090324.748000', '090324.751000', '090324.754000', '090324.756000', '090324.759000', '090324.762000', '090324.764000', '090344.652000', '090344.655000', '090344.657000', '090344.660000', '090344.663000', '090344.665000', '090344.668000', '090344.670000', '090344.673000', '090344.675000', '090344.678000', '090344.681000', '090344.683000', '090344.686000', '090344.688000', '090344.691000', '090344.693000', '090344.696000', '090344.698000', '090344.701000', '090344.704000', '090344.706000', '090344.709000', '090344.711000', '090344.714000', '090344.717000', '090344.719000', '090344.722000', '090344.724000', '090344.727000', '090344.729000', '090344.732000', '090344.735000', '090344.737000', '090344.740000', '090344.742000', '090344.745000', '090344.747000', '090344.750000', '090344.752000', '090344.755000', '090344.758000', '090344.760000', '090344.763000', '090404.652000', '090404.655000', '090404.658000', '090404.660000', '090404.663000', '090404.666000', '090404.668000', '090404.671000', '090404.673000', '090404.676000', '090404.679000', '090404.681000', '090404.684000', '090404.687000', '090404.690000', '090404.692000', '090404.695000', '090404.697000', '090404.700000', '090404.703000', '090404.705000', '090404.708000', '090404.710000', '090404.713000', '090404.715000', '090404.718000', '090404.721000', '090404.723000', '090404.726000', '090404.728000', '090404.731000', '090404.733000', '090404.736000', '090404.739000', '090404.741000', '090404.744000', '090404.746000', '090404.749000', '090404.751000', '090404.754000', '090404.756000', '090404.759000', '090404.762000', '090424.651000', '090424.654000', '090424.657000', '090424.660000', '090424.662000', '090424.665000', '090424.667000', '090424.670000', '090424.673000', '090424.675000', '090424.678000', '090424.680000', '090424.683000', '090424.685000', '090424.688000', '090424.691000', '090424.693000', '090424.696000', '090424.699000', '090424.701000', '090424.704000', '090424.706000', '090424.709000', '090424.712000', '090424.714000', '090424.717000', '090424.719000', '090424.722000', '090424.724000', '090424.727000', '090424.730000', '090424.734000', '090424.736000', '090424.739000', '090424.742000', '090424.744000', '090424.747000', '090424.750000', '090424.752000', '090424.755000', '090424.757000', '090424.760000', '090424.763000', '090424.765000', '090444.651000', '090444.654000', '090444.657000', '090444.659000', '090444.662000', '090444.664000', '090444.667000', '090444.670000', '090444.672000', '090444.675000', '090444.677000', '090444.680000', '090444.682000', '090444.685000', '090444.687000', '090444.690000', '090444.693000', '090444.695000', '090444.698000', '090444.700000', '090444.703000', '090444.706000', '090444.708000', '090444.711000', '090444.713000', '090444.716000', '090444.718000', '090444.721000', '090444.723000', '090444.726000', '090444.729000', '090444.732000', '090444.735000', '090444.737000', '090444.740000', '090444.743000', '090444.745000', '090444.748000', '090444.750000', '090444.753000', '090444.755000', '090444.758000', '090444.760000', '090501.229000', '090501.232000', '090501.245000', '090501.248000', '090501.251000', '090501.254000', '090501.257000', '090501.259000', '090501.262000', '090501.264000', '090501.267000', '090501.271000', '090501.273000', '090501.276000', '090501.279000', '090501.282000', '090501.285000', '090501.288000', '090501.291000', '090501.293000', '090501.296000', '090501.298000', '090501.301000', '090501.304000', '090501.306000', '090501.309000', '090501.312000', '090501.323000', '090501.326000', '090501.336000', '090501.339000', '090501.342000', '090501.344000', '090501.347000', '090501.349000', '090501.352000', '090501.355000'], 'InstanceCreationTime': ['085844.674000', '085844.677000', '085844.680000', '085844.683000', '085844.685000', '085844.688000', '085844.690000', '085844.693000', '085844.695000', '085844.698000', '085844.700000', '085844.703000', '085844.705000', '085844.708000', '085844.711000', '085844.713000', '085844.716000', '085844.718000', '085844.721000', '085844.723000', '085844.726000', '085844.729000', '085844.731000', '085844.734000', '085844.736000', '085844.739000', '085844.741000', '085844.744000', '085844.746000', '085844.749000', '085844.752000', '085844.754000', '085844.757000', '085844.759000', '085844.762000', '085844.764000', '085844.771000', '085844.773000', '085844.776000', '085844.778000', '085844.781000', '085844.795000', '085844.797000', '085844.800000', '085844.802000', '085844.805000', '085844.807000', '085844.810000', '085844.813000', '085844.815000', '085844.818000', '085844.820000', '085844.823000', '085904.651000', '085904.654000', '085904.657000', '085904.659000', '085904.662000', '085904.664000', '085904.667000', '085904.669000', '085904.672000', '085904.674000', '085904.677000', '085904.680000', '085904.682000', '085904.685000', '085904.687000', '085904.695000', '085904.698000', '085904.701000', '085904.703000', '085904.706000', '085904.708000', '085904.711000', '085904.713000', '085904.716000', '085904.718000', '085904.721000', '085904.723000', '085904.726000', '085904.729000', '085904.731000', '085904.734000', '085904.736000', '085904.739000', '085904.741000', '085904.744000', '085904.746000', '085904.749000', '085904.751000', '085904.754000', '085904.757000', '085904.759000', '085904.762000', '085904.764000', '085924.653000', '085924.655000', '085924.658000', '085924.661000', '085924.663000', '085924.666000', '085924.668000', '085924.671000', '085924.673000', '085924.676000', '085924.678000', '085924.681000', '085924.683000', '085924.686000', '085924.688000', '085924.691000', '085924.698000', '085924.701000', '085924.703000', '085924.706000', '085924.709000', '085924.711000', '085924.714000', '085924.716000', '085924.719000', '085924.721000', '085924.724000', '085924.726000', '085924.729000', '085924.731000', '085924.734000', '085924.736000', '085924.739000', '085924.741000', '085924.744000', '085924.746000', '085924.749000', '085924.751000', '085924.754000', '085924.757000', '085924.759000', '085924.762000', '085924.764000', '085924.767000', '085944.651000', '085944.654000', '085944.657000', '085944.659000', '085944.662000', '085944.664000', '085944.667000', '085944.669000', '085944.672000', '085944.674000', '085944.677000', '085944.680000', '085944.682000', '085944.685000', '085944.687000', '085944.690000', '085944.692000', '085944.695000', '085944.697000', '085944.700000', '085944.702000', '085944.705000', '085944.708000', '085944.710000', '085944.713000', '085944.715000', '085944.718000', '085944.720000', '085944.723000', '085944.726000', '085944.728000', '085944.731000', '085944.733000', '085944.736000', '085944.738000', '085944.741000', '085944.743000', '085944.746000', '085944.748000', '085944.751000', '085944.754000', '085944.756000', '085944.759000', '090004.652000', '090004.654000', '090004.657000', '090004.659000', '090004.662000', '090004.665000', '090004.667000', '090004.670000', '090004.672000', '090004.675000', '090004.677000', '090004.680000', '090004.683000', '090004.685000', '090004.688000', '090004.690000', '090004.693000', '090004.695000', '090004.698000', '090004.700000', '090004.703000', '090004.706000', '090004.708000', '090004.711000', '090004.713000', '090004.716000', '090004.718000', '090004.721000', '090004.724000', '090004.726000', '090004.729000', '090004.731000', '090004.734000', '090004.737000', '090004.739000', '090004.742000', '090004.744000', '090004.747000', '090004.749000', '090004.752000', '090004.754000', '090004.757000', '090004.760000', '090004.762000', '090024.652000', '090024.654000', '090024.657000', '090024.660000', '090024.662000', '090024.665000', '090024.667000', '090024.670000', '090024.672000', '090024.675000', '090024.677000', '090024.680000', '090024.683000', '090024.685000', '090024.688000', '090024.690000', '090024.693000', '090024.695000', '090024.698000', '090024.701000', '090024.703000', '090024.706000', '090024.708000', '090024.711000', '090024.713000', '090024.716000', '090024.718000', '090024.733000', '090024.735000', '090024.738000', '090024.741000', '090024.743000', '090024.746000', '090024.748000', '090024.751000', '090024.753000', '090024.756000', '090024.758000', '090024.761000', '090024.764000', '090024.766000', '090024.769000', '090024.771000', '090044.651000', '090044.654000', '090044.657000', '090044.659000', '090044.662000', '090044.664000', '090044.667000', '090044.670000', '090044.672000', '090044.675000', '090044.677000', '090044.680000', '090044.683000', '090044.685000', '090044.688000', '090044.691000', '090044.693000', '090044.696000', '090044.698000', '090044.701000', '090044.703000', '090044.706000', '090044.709000', '090044.711000', '090044.714000', '090044.716000', '090044.719000', '090044.721000', '090044.724000', '090044.727000', '090044.729000', '090044.732000', '090044.734000', '090044.737000', '090044.739000', '090044.742000', '090044.745000', '090044.747000', '090044.750000', '090044.752000', '090044.755000', '090044.757000', '090044.760000', '090044.762000', '090104.652000', '090104.654000', '090104.657000', '090104.660000', '090104.662000', '090104.665000', '090104.667000', '090104.670000', '090104.672000', '090104.675000', '090104.678000', '090104.680000', '090104.683000', '090104.685000', '090104.688000', '090104.691000', '090104.693000', '090104.696000', '090104.698000', '090104.701000', '090104.703000', '090104.706000', '090104.708000', '090104.711000', '090104.714000', '090104.716000', '090104.719000', '090104.723000', '090104.726000', '090104.728000', '090104.731000', '090104.733000', '090104.736000', '090104.739000', '090104.741000', '090104.744000', '090104.746000', '090104.749000', '090104.751000', '090104.754000', '090104.756000', '090104.759000', '090104.762000', '090124.652000', '090124.654000', '090124.657000', '090124.659000', '090124.662000', '090124.664000', '090124.667000', '090124.670000', '090124.672000', '090124.675000', '090124.677000', '090124.680000', '090124.682000', '090124.685000', '090124.687000', '090124.690000', '090124.693000', '090124.695000', '090124.698000', '090124.700000', '090124.703000', '090124.705000', '090124.708000', '090124.710000', '090124.713000', '090124.715000', '090124.718000', '090124.720000', '090124.723000', '090124.726000', '090124.728000', '090124.731000', '090124.733000', '090124.736000', '090124.738000', '090124.741000', '090124.743000', '090124.746000', '090124.748000', '090124.751000', '090124.753000', '090124.756000', '090124.758000', '090124.761000', '090144.652000', '090144.655000', '090144.658000', '090144.660000', '090144.663000', '090144.665000', '090144.668000', '090144.670000', '090144.673000', '090144.676000', '090144.678000', '090144.681000', '090144.683000', '090144.686000', '090144.688000', '090144.691000', '090144.693000', '090144.696000', '090144.698000', '090144.701000', '090144.704000', '090144.706000', '090144.709000', '090144.711000', '090144.714000', '090144.716000', '090144.719000', '090144.721000', '090144.724000', '090144.727000', '090144.729000', '090144.732000', '090144.734000', '090144.737000', '090144.740000', '090144.742000', '090144.745000', '090144.747000', '090144.750000', '090144.752000', '090144.755000', '090144.757000', '090144.760000', '090204.653000', '090204.656000', '090204.658000', '090204.661000', '090204.664000', '090204.666000', '090204.669000', '090204.671000', '090204.674000', '090204.677000', '090204.679000', '090204.682000', '090204.684000', '090204.687000', '090204.689000', '090204.692000', '090204.694000', '090204.697000', '090204.700000', '090204.702000', '090204.705000', '090204.708000', '090204.710000', '090204.727000', '090204.730000', '090204.732000', '090204.735000', '090204.737000', '090204.740000', '090204.743000', '090204.745000', '090204.748000', '090204.750000', '090204.753000', '090204.755000', '090204.758000', '090204.760000', '090204.763000', '090204.766000', '090204.769000', '090204.771000', '090204.774000', '090204.776000', '090224.652000', '090224.654000', '090224.657000', '090224.659000', '090224.662000', '090224.665000', '090224.667000', '090224.670000', '090224.672000', '090224.675000', '090224.677000', '090224.680000', '090224.683000', '090224.685000', '090224.688000', '090224.690000', '090224.693000', '090224.696000', '090224.698000', '090224.701000', '090224.703000', '090224.706000', '090224.708000', '090224.711000', '090224.714000', '090224.716000', '090224.719000', '090224.721000', '090224.724000', '090224.726000', '090224.729000', '090224.731000', '090224.734000', '090224.737000', '090224.739000', '090224.742000', '090224.744000', '090224.747000', '090224.749000', '090224.752000', '090224.755000', '090224.757000', '090224.760000', '090224.762000', '090244.651000', '090244.654000', '090244.657000', '090244.659000', '090244.662000', '090244.665000', '090244.668000', '090244.671000', '090244.674000', '090244.676000', '090244.679000', '090244.681000', '090244.684000', '090244.686000', '090244.689000', '090244.691000', '090244.694000', '090244.697000', '090244.699000', '090244.702000', '090244.704000', '090244.707000', '090244.710000', '090244.712000', '090244.715000', '090244.718000', '090244.720000', '090244.723000', '090244.725000', '090244.728000', '090244.730000', '090244.733000', '090244.736000', '090244.738000', '090244.741000', '090244.743000', '090244.746000', '090244.748000', '090244.751000', '090244.754000', '090244.756000', '090244.759000', '090244.761000', '090304.652000', '090304.654000', '090304.657000', '090304.660000', '090304.662000', '090304.665000', '090304.667000', '090304.670000', '090304.672000', '090304.675000', '090304.678000', '090304.680000', '090304.683000', '090304.685000', '090304.688000', '090304.690000', '090304.693000', '090304.696000', '090304.698000', '090304.701000', '090304.703000', '090304.706000', '090304.709000', '090304.711000', '090304.714000', '090304.716000', '090304.719000', '090304.721000', '090304.724000', '090304.727000', '090304.729000', '090304.732000', '090304.734000', '090304.737000', '090304.739000', '090304.742000', '090304.745000', '090304.747000', '090304.750000', '090304.752000', '090304.755000', '090304.757000', '090304.760000', '090304.763000', '090324.652000', '090324.655000', '090324.658000', '090324.661000', '090324.663000', '090324.666000', '090324.669000', '090324.671000', '090324.674000', '090324.676000', '090324.679000', '090324.681000', '090324.684000', '090324.686000', '090324.690000', '090324.694000', '090324.696000', '090324.699000', '090324.701000', '090324.704000', '090324.707000', '090324.709000', '090324.712000', '090324.714000', '090324.717000', '090324.719000', '090324.722000', '090324.725000', '090324.727000', '090324.730000', '090324.733000', '090324.735000', '090324.738000', '090324.740000', '090324.743000', '090324.746000', '090324.748000', '090324.751000', '090324.754000', '090324.756000', '090324.759000', '090324.762000', '090324.764000', '090344.652000', '090344.655000', '090344.657000', '090344.660000', '090344.663000', '090344.665000', '090344.668000', '090344.670000', '090344.673000', '090344.675000', '090344.678000', '090344.681000', '090344.683000', '090344.686000', '090344.688000', '090344.691000', '090344.693000', '090344.696000', '090344.698000', '090344.701000', '090344.704000', '090344.706000', '090344.709000', '090344.711000', '090344.714000', '090344.717000', '090344.719000', '090344.722000', '090344.724000', '090344.727000', '090344.729000', '090344.732000', '090344.735000', '090344.737000', '090344.740000', '090344.742000', '090344.745000', '090344.747000', '090344.750000', '090344.752000', '090344.755000', '090344.758000', '090344.760000', '090344.763000', '090404.652000', '090404.655000', '090404.658000', '090404.660000', '090404.663000', '090404.666000', '090404.668000', '090404.671000', '090404.673000', '090404.676000', '090404.679000', '090404.681000', '090404.684000', '090404.687000', '090404.690000', '090404.692000', '090404.695000', '090404.697000', '090404.700000', '090404.703000', '090404.705000', '090404.708000', '090404.710000', '090404.713000', '090404.715000', '090404.718000', '090404.721000', '090404.723000', '090404.726000', '090404.728000', '090404.731000', '090404.733000', '090404.736000', '090404.739000', '090404.741000', '090404.744000', '090404.746000', '090404.749000', '090404.751000', '090404.754000', '090404.756000', '090404.759000', '090404.762000', '090424.651000', '090424.654000', '090424.657000', '090424.660000', '090424.662000', '090424.665000', '090424.667000', '090424.670000', '090424.673000', '090424.675000', '090424.678000', '090424.680000', '090424.683000', '090424.685000', '090424.688000', '090424.691000', '090424.693000', '090424.696000', '090424.699000', '090424.701000', '090424.704000', '090424.706000', '090424.709000', '090424.712000', '090424.714000', '090424.717000', '090424.719000', '090424.722000', '090424.724000', '090424.727000', '090424.730000', '090424.734000', '090424.736000', '090424.739000', '090424.742000', '090424.744000', '090424.747000', '090424.750000', '090424.752000', '090424.755000', '090424.757000', '090424.760000', '090424.763000', '090424.765000', '090444.651000', '090444.654000', '090444.657000', '090444.659000', '090444.662000', '090444.664000', '090444.667000', '090444.670000', '090444.672000', '090444.675000', '090444.677000', '090444.680000', '090444.682000', '090444.685000', '090444.687000', '090444.690000', '090444.693000', '090444.695000', '090444.698000', '090444.700000', '090444.703000', '090444.706000', '090444.708000', '090444.711000', '090444.713000', '090444.716000', '090444.718000', '090444.721000', '090444.723000', '090444.726000', '090444.729000', '090444.732000', '090444.735000', '090444.737000', '090444.740000', '090444.743000', '090444.745000', '090444.748000', '090444.750000', '090444.753000', '090444.755000', '090444.758000', '090444.760000', '090501.229000', '090501.232000', '090501.245000', '090501.248000', '090501.251000', '090501.254000', '090501.257000', '090501.259000', '090501.262000', '090501.264000', '090501.267000', '090501.271000', '090501.273000', '090501.276000', '090501.279000', '090501.282000', '090501.285000', '090501.288000', '090501.291000', '090501.293000', '090501.296000', '090501.298000', '090501.301000', '090501.304000', '090501.306000', '090501.309000', '090501.312000', '090501.323000', '090501.326000', '090501.336000', '090501.339000', '090501.342000', '090501.344000', '090501.347000', '090501.349000', '090501.352000', '090501.355000'], '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': [12086, 9564, 8278, 12798, 8109, 10511, 9707, 8297, 12507, 7586, 9416, 10073, 7952, 11410, 7984, 8239, 13832, 8334, 10832, 10848, 8287, 11998, 8051, 8677, 14267, 7857, 9344, 12341, 8071, 10731, 8050, 8494, 12349, 8065, 8562, 12611, 8061, 10708, 8081, 8845, 13763, 8388, 9785, 11759, 8332, 11814, 7576, 8900, 14723, 8343, 11574, 12932, 8132, 11654, 7975, 8633, 13592, 7782, 9392, 13754, 8000, 10947, 10813, 8176, 11106, 8165, 8672, 11667, 8179, 9012, 13299, 8200, 10089, 8116, 8746, 11601, 8107, 9434, 12576, 8125, 10777, 9265, 8493, 12352, 7643, 8860, 13921, 8192, 11146, 11969, 8183, 11900, 8096, 8425, 12542, 7989, 10798, 7888, 7893, 11469, 7731, 9229, 8603, 10189, 7889, 10304, 8633, 8382, 14372, 13866, 8354, 12784, 10107, 8533, 12065, 8014, 8476, 13507, 8014, 9999, 12026, 7890, 10925, 7528, 8331, 11293, 8112, 10240, 8598, 8266, 11966, 8269, 9356, 9558, 8418, 11001, 8205, 8143, 13565, 8776, 11043, 10273, 8033, 12779, 8190, 11061, 8530, 8607, 8191, 8657, 13924, 8765, 10021, 14227, 8487, 11386, 14698, 8102, 11381, 14096, 7799, 11528, 8233, 8144, 11356, 7777, 8196, 12220, 8189, 10215, 8139, 7941, 11443, 8604, 9569, 8034, 8188, 11736, 7869, 8749, 13632, 8371, 10476, 10614, 8194, 11924, 8002, 8426, 13453, 8487, 10344, 13860, 8332, 11242, 10035, 8138, 11608, 7896, 9375, 11557, 7762, 10917, 8518, 8062, 13383, 7865, 9429, 13972, 7927, 11071, 12111, 8040, 11857, 7244, 8162, 13705, 8233, 10047, 13078, 8067, 11609, 8116, 8368, 12749, 8218, 11005, 8548, 8773, 14039, 8406, 10604, 12038, 8218, 11518, 8336, 8410, 13090, 8095, 8298, 12974, 8243, 9623, 14182, 7918, 10537, 8248, 7919, 11076, 8316, 9364, 9338, 7799, 11203, 7700, 8691, 12157, 7845, 11278, 8069, 8295, 12188, 8492, 8311, 13066, 8170, 9209, 8020, 8261, 11046, 7879, 8440, 8333, 8435, 9320, 8267, 13859, 8677, 10772, 14925, 8314, 10933, 15604, 8382, 11417, 8421, 8051, 11270, 7945, 8067, 13294, 8394, 10163, 13404, 8080, 11453, 7893, 8050, 12165, 8195, 8513, 14231, 8483, 8872, 12950, 8715, 9122, 13484, 8727, 9917, 10406, 8571, 10760, 8162, 8271, 12847, 9042, 10408, 14424, 8404, 11180, 8618, 8258, 11566, 8223, 8494, 13722, 8763, 10365, 9824, 8131, 11148, 8409, 8214, 13814, 8690, 10211, 9100, 8228, 11226, 8287, 8283, 13051, 8753, 10336, 7215, 9816, 9026, 8623, 10406, 8743, 12582, 8846, 11584, 14629, 8452, 12420, 15748, 8732, 12186, 14372, 7999, 11700, 7718, 8282, 12638, 8408, 9788, 13823, 8164, 10908, 8705, 7974, 11244, 7806, 8217, 13192, 8466, 8497, 11523, 8629, 10165, 9216, 8048, 10844, 8982, 8351, 11369, 8842, 9271, 13610, 8443, 10824, 12940, 8575, 11301, 9470, 7869, 11275, 8566, 9043, 11575, 8096, 11590, 8555, 8020, 13477, 8383, 9061, 13672, 8247, 10524, 10799, 7947, 11139, 8414, 7979, 12157, 8445, 9665, 13483, 8233, 10599, 10259, 8310, 11330, 8208, 8330, 13450, 8454, 10587, 12147, 8286, 11026, 9223, 8129, 11698, 8245, 8023, 13285, 8731, 9992, 14034, 8351, 10642, 10960, 8440, 10847, 8189, 8036, 13016, 8696, 10707, 10822, 8326, 11763, 8503, 10349, 11655, 8134, 11015, 8440, 8452, 12688, 8277, 9992, 10356, 8321, 11342, 8083, 9066, 7420, 9867, 6867, 8120, 14504, 7797, 10679, 15066, 9888, 8603, 11780, 7400, 8090, 12090, 7574, 9589, 13832, 8220, 10280, 7638, 7847, 10412, 7867, 9164, 10815, 7688, 11181, 7606, 8792, 14550, 7564, 10339, 13748, 7696, 11042, 12003, 8015, 10966, 7581, 8169, 11823, 7763, 8218, 12950, 8140, 8194, 10806, 8107, 9105, 10725, 7936, 10282, 8141, 7896, 11084, 7909, 9487, 13672, 7663, 10527, 13030, 7789, 10853, 6783, 7874, 11809, 7738, 9592, 12097, 7518, 11246, 7752, 8203, 13284, 7816, 10150, 14947, 7666, 11094, 12782, 7774, 11525, 7773, 8322, 13239, 8026, 9222, 14348, 8940, 10356, 11797, 7847, 10387, 8730, 7818, 11933, 8074, 8114, 12067, 7856, 8951, 13698, 7742, 10192, 14239, 8267, 10702, 8295, 8075, 10678, 7102, 8317, 12529, 7555, 8484, 13028, 7779, 9476, 13860, 7699, 10204, 11416, 7751, 11119, 7817, 8229, 12129, 8255, 10814, 8106, 8643, 10058, 7739, 11059, 14788, 8770, 11669, 14072, 7971, 11213, 7818, 8028, 11926, 7448, 8394, 12784, 8118, 8291, 13238, 8182, 10203, 13487, 8204, 10654, 11707, 8204, 11427, 8585, 8151, 11809, 7560, 8531, 12463, 7860, 9032, 12730, 8168, 10086, 8141, 8159, 10851, 7831, 8144, 12308, 8134, 8546, 12968, 8139, 9740, 11651, 8146, 10848, 7610, 8172, 11098, 7461, 8318, 12349, 7663, 10815, 7207, 7876, 12091, 7958, 9771, 12711, 7625, 11306, 7292, 8063, 13002, 7909, 9474, 14393, 8222, 11132, 7295, 7609, 11058, 7315, 9945, 8286, 10042, 7982, 10126, 13823, 9924, 10874, 13990, 7770, 11315, 11865, 8156, 12192, 9002, 8404, 11924, 7932, 9327, 13877, 7911, 10536, 14001, 7923, 10950, 7452, 8311, 10945, 7216, 8287, 11499, 7361, 8456, 11522, 8005, 10082, 9170, 8144, 10669, 7931, 8290, 11749, 8073, 8568, 12544, 8010, 9814, 13893, 7907, 10534, 11310, 7854, 11106, 7417, 8529, 13482, 7608, 10490, 12401, 7609, 11410, 10644, 7725, 11573, 7640, 8143, 12239, 7589, 8248, 12510, 8360, 9702, 11362, 7934, 10680, 7586, 8345, 12777, 7772, 9518, 14743, 8174, 10581, 13344, 8121, 11328, 8236, 8470, 12038, 8041, 9116, 14196, 8103, 10823, 10885, 8283, 11365, 7659, 8512, 12419, 8323, 9333, 13443, 7961, 10601, 9540, 8201, 10610, 7488, 8431, 12763, 8062, 9936, 12341, 8063, 10796, 7365, 8204, 12571, 8244, 10140, 13807, 7526, 10897, 7596, 7982, 11787, 7924, 9366, 13869, 7775, 11293, 6679, 7863, 12805, 7905, 10486, 8470, 7838, 12035, 7847, 8685, 13055, 8018, 11305, 7960, 8333, 13117, 8561, 10660, 13914, 8107, 11949, 8442, 8086, 12433, 7881, 8436, 13792, 8558, 10357, 13847, 7787, 10502, 8693, 8102, 11460, 8805, 8109, 11163, 7858, 9236, 13017, 7761, 10224, 8719, 8148, 11504, 7810, 9576, 13891, 8169, 10894, 12281, 8083, 11144, 8935, 8538, 11560, 8142, 9543, 13412], 'WindowCenter': [4105.0, 4058.0, 4045.0, 4062.0, 4019.0, 4050.0, 4028.0, 4018.0, 4059.0, 4017.0, 4028.0, 4036.0, 4017.0, 4047.0, 4016.0, 4017.0, 4067.0, 4017.0, 4048.0, 4036.0, 4015.0, 4047.0, 4015.0, 4015.0, 4067.0, 4004.0, 4026.0, 4045.0, 4004.0, 4035.0, 4003.0, 4014.0, 4046.0, 4015.0, 4015.0, 4045.0, 4014.0, 4036.0, 4014.0, 4025.0, 4056.0, 4014.0, 4024.0, 4033.0, 4002.0, 4033.0, 4002.0, 4012.0, 4054.0, 4001.0, 4033.0, 4042.0, 4000.0, 4032.0, 3989.0, 4000.0, 4042.0, 3990.0, 4010.0, 4041.0, 4000.0, 4021.0, 4020.0, 3999.0, 4020.0, 3999.0, 4000.0, 4030.0, 3999.0, 4000.0, 4041.0, 4000.0, 4021.0, 4000.0, 4011.0, 4032.0, 4001.0, 4013.0, 4042.0, 4002.0, 4032.0, 4011.0, 4012.0, 4042.0, 4001.0, 4012.0, 4052.0, 4001.0, 4033.0, 4031.0, 4000.0, 4031.0, 3989.0, 4001.0, 4031.0, 4001.0, 4033.0, 4001.0, 4016.0, 4048.0, 4004.0, 4036.0, 4013.0, 4033.0, 4014.0, 4035.0, 4013.0, 4014.0, 4056.0, 4043.0, 4000.0, 4041.0, 4009.0, 4000.0, 4030.0, 3988.0, 3999.0, 4039.0, 3988.0, 4010.0, 4030.0, 3999.0, 4020.0, 3989.0, 4012.0, 4031.0, 4001.0, 4022.0, 4011.0, 4013.0, 4044.0, 4012.0, 4024.0, 4023.0, 4013.0, 4035.0, 4013.0, 4013.0, 4043.0, 4012.0, 4034.0, 4023.0, 4019.0, 4058.0, 4018.0, 4046.0, 4026.0, 4014.0, 4013.0, 4013.0, 4055.0, 4013.0, 4024.0, 4053.0, 4012.0, 4034.0, 4053.0, 3990.0, 4032.0, 4041.0, 3989.0, 4031.0, 4000.0, 4000.0, 4032.0, 3990.0, 4001.0, 4031.0, 4002.0, 4034.0, 4002.0, 4015.0, 4033.0, 4014.0, 4025.0, 4002.0, 4014.0, 4046.0, 4015.0, 4015.0, 4055.0, 4014.0, 4035.0, 4034.0, 4014.0, 4045.0, 4004.0, 4015.0, 4055.0, 4014.0, 4035.0, 4055.0, 4014.0, 4035.0, 4035.0, 4015.0, 4045.0, 4014.0, 4025.0, 4045.0, 4004.0, 4035.0, 4014.0, 4015.0, 4056.0, 4004.0, 4024.0, 4054.0, 4003.0, 4034.0, 4043.0, 4002.0, 4044.0, 3991.0, 4013.0, 4054.0, 4013.0, 4024.0, 4054.0, 4002.0, 4045.0, 4003.0, 4014.0, 4043.0, 4012.0, 4033.0, 4012.0, 4011.0, 4054.0, 4001.0, 4023.0, 4032.0, 4001.0, 4032.0, 4000.0, 4001.0, 4042.0, 4000.0, 4000.0, 4040.0, 4000.0, 4011.0, 4041.0, 3999.0, 4021.0, 4000.0, 4000.0, 4031.0, 4001.0, 4012.0, 4011.0, 3991.0, 4033.0, 4001.0, 4012.0, 4042.0, 4001.0, 4033.0, 4000.0, 4001.0, 4032.0, 4001.0, 4001.0, 4042.0, 4001.0, 4012.0, 4001.0, 4016.0, 4048.0, 4015.0, 4013.0, 4012.0, 4012.0, 4023.0, 4013.0, 4054.0, 4012.0, 4033.0, 4052.0, 4000.0, 4032.0, 4052.0, 4000.0, 4031.0, 3999.0, 4000.0, 4032.0, 4000.0, 4000.0, 4041.0, 4000.0, 4021.0, 4041.0, 4000.0, 4030.0, 3999.0, 4000.0, 4031.0, 3999.0, 4010.0, 4052.0, 4000.0, 4010.0, 4041.0, 4010.0, 4011.0, 4041.0, 4010.0, 4022.0, 4021.0, 4012.0, 4032.0, 4001.0, 4012.0, 4043.0, 4012.0, 4033.0, 4052.0, 4001.0, 4033.0, 4012.0, 4002.0, 4032.0, 4001.0, 4012.0, 4055.0, 4012.0, 4034.0, 4022.0, 4002.0, 4033.0, 4001.0, 4001.0, 4054.0, 4012.0, 4023.0, 4012.0, 4012.0, 4033.0, 4012.0, 4013.0, 4054.0, 4013.0, 4038.0, 4003.0, 4040.0, 4027.0, 4027.0, 4045.0, 4014.0, 4045.0, 4013.0, 4046.0, 4055.0, 4002.0, 4044.0, 4052.0, 3999.0, 4031.0, 4040.0, 3988.0, 4018.0, 3987.0, 3998.0, 4029.0, 3998.0, 4019.0, 4039.0, 3998.0, 4019.0, 3997.0, 3987.0, 4019.0, 3987.0, 3998.0, 4040.0, 3998.0, 3998.0, 4028.0, 3997.0, 4019.0, 4008.0, 3988.0, 4020.0, 4009.0, 3999.0, 4029.0, 4009.0, 4010.0, 4040.0, 3999.0, 4020.0, 4029.0, 3998.0, 4031.0, 4020.0, 4001.0, 4030.0, 3999.0, 4011.0, 4030.0, 4000.0, 4031.0, 4000.0, 4000.0, 4041.0, 4000.0, 4010.0, 4040.0, 3999.0, 4020.0, 4019.0, 3999.0, 4031.0, 4000.0, 4000.0, 4030.0, 3999.0, 4011.0, 4040.0, 4000.0, 4021.0, 4021.0, 4011.0, 4031.0, 4000.0, 4012.0, 4041.0, 4001.0, 4021.0, 4031.0, 4000.0, 4021.0, 4010.0, 4000.0, 4031.0, 3999.0, 4000.0, 4040.0, 3999.0, 4021.0, 4041.0, 4001.0, 4032.0, 4031.0, 4001.0, 4032.0, 4000.0, 4001.0, 4042.0, 4011.0, 4033.0, 4033.0, 4012.0, 4043.0, 4012.0, 4033.0, 4032.0, 4001.0, 4033.0, 4012.0, 4013.0, 4044.0, 4013.0, 4035.0, 4035.0, 4014.0, 4049.0, 4006.0, 4026.0, 4003.0, 4025.0, 3993.0, 4004.0, 4054.0, 4002.0, 4034.0, 4055.0, 4011.0, 4001.0, 4031.0, 3989.0, 4000.0, 4030.0, 3989.0, 4011.0, 4042.0, 4001.0, 4021.0, 3988.0, 4000.0, 4020.0, 4000.0, 4011.0, 4032.0, 4002.0, 4033.0, 3991.0, 4012.0, 4042.0, 3989.0, 4022.0, 4041.0, 3989.0, 4021.0, 4030.0, 3989.0, 4020.0, 3989.0, 3999.0, 4030.0, 3989.0, 4000.0, 4031.0, 3989.0, 4000.0, 4018.0, 3989.0, 4011.0, 4020.0, 4000.0, 4022.0, 4001.0, 4001.0, 4031.0, 4001.0, 4022.0, 4042.0, 4001.0, 4022.0, 4043.0, 4002.0, 4033.0, 3981.0, 4002.0, 4032.0, 4001.0, 4023.0, 4043.0, 4003.0, 4034.0, 3991.0, 4003.0, 4042.0, 3991.0, 4022.0, 4052.0, 4001.0, 4033.0, 4043.0, 4002.0, 4032.0, 3990.0, 4001.0, 4042.0, 4000.0, 4012.0, 4053.0, 4011.0, 4023.0, 4030.0, 3989.0, 4020.0, 3998.0, 3989.0, 4031.0, 3999.0, 3989.0, 4030.0, 3988.0, 3999.0, 4040.0, 3988.0, 4020.0, 4040.0, 3999.0, 4019.0, 3988.0, 3988.0, 4019.0, 3977.0, 3996.0, 4029.0, 3988.0, 3999.0, 4029.0, 3988.0, 4009.0, 4038.0, 3987.0, 4020.0, 4018.0, 3989.0, 4032.0, 4004.0, 4001.0, 4030.0, 3999.0, 4021.0, 4001.0, 4012.0, 4022.0, 4001.0, 4034.0, 4054.0, 4001.0, 4032.0, 4041.0, 3989.0, 4020.0, 3988.0, 3988.0, 4030.0, 3978.0, 3999.0, 4029.0, 3988.0, 3999.0, 4030.0, 3988.0, 4020.0, 4028.0, 3987.0, 4019.0, 4018.0, 3986.0, 4018.0, 3997.0, 3985.0, 4017.0, 3975.0, 3986.0, 4017.0, 3987.0, 3997.0, 4027.0, 3987.0, 4008.0, 3987.0, 3988.0, 4019.0, 3987.0, 3988.0, 4029.0, 3988.0, 3999.0, 4030.0, 3999.0, 4010.0, 4020.0, 4000.0, 4021.0, 3989.0, 4000.0, 4031.0, 3991.0, 4002.0, 4044.0, 4002.0, 4033.0, 3991.0, 4002.0, 4032.0, 4003.0, 4024.0, 4044.0, 4002.0, 4034.0, 3991.0, 4003.0, 4041.0, 4001.0, 4024.0, 4065.0, 4015.0, 4034.0, 4004.0, 4016.0, 4047.0, 4008.0, 4038.0, 4015.0, 4034.0, 4014.0, 4036.0, 4056.0, 4024.0, 4035.0, 4055.0, 4002.0, 4034.0, 4032.0, 4002.0, 4033.0, 4011.0, 4001.0, 4031.0, 3989.0, 4010.0, 4041.0, 3989.0, 4022.0, 4041.0, 3988.0, 4021.0, 3977.0, 3999.0, 4021.0, 3979.0, 3999.0, 4032.0, 3990.0, 4000.0, 4031.0, 4000.0, 4023.0, 4010.0, 4002.0, 4022.0, 4000.0, 4001.0, 4033.0, 4000.0, 4002.0, 4032.0, 4000.0, 4022.0, 4041.0, 4000.0, 4022.0, 4032.0, 4003.0, 4034.0, 3992.0, 4014.0, 4053.0, 4002.0, 4034.0, 4043.0, 4003.0, 4034.0, 4023.0, 4002.0, 4033.0, 3991.0, 4001.0, 4033.0, 3990.0, 4002.0, 4043.0, 4002.0, 4023.0, 4032.0, 4002.0, 4023.0, 3991.0, 4003.0, 4044.0, 4002.0, 4023.0, 4053.0, 4001.0, 4023.0, 4042.0, 4001.0, 4033.0, 4001.0, 4001.0, 4031.0, 3990.0, 4012.0, 4041.0, 3989.0, 4021.0, 4022.0, 4001.0, 4032.0, 3989.0, 4001.0, 4031.0, 4000.0, 4012.0, 4041.0, 4001.0, 4022.0, 4010.0, 4001.0, 4021.0, 3990.0, 4001.0, 4042.0, 4002.0, 4024.0, 4043.0, 4003.0, 4033.0, 3992.0, 4013.0, 4043.0, 4002.0, 4035.0, 4053.0, 3991.0, 4033.0, 3991.0, 4002.0, 4033.0, 4002.0, 4024.0, 4054.0, 4004.0, 4034.0, 3992.0, 4004.0, 4044.0, 4003.0, 4034.0, 4013.0, 4004.0, 4047.0, 4015.0, 4017.0, 4055.0, 4003.0, 4035.0, 4003.0, 4014.0, 4056.0, 4014.0, 4034.0, 4054.0, 4002.0, 4034.0, 4001.0, 4001.0, 4032.0, 4001.0, 4001.0, 4042.0, 4000.0, 4021.0, 4041.0, 3989.0, 4021.0, 3999.0, 4002.0, 4032.0, 4011.0, 4002.0, 4032.0, 4000.0, 4011.0, 4041.0, 3990.0, 4023.0, 4012.0, 4003.0, 4032.0, 3991.0, 4023.0, 4043.0, 4000.0, 4022.0, 4031.0, 4001.0, 4032.0, 4011.0, 4012.0, 4032.0, 4001.0, 4013.0, 4042.0], 'WindowWidth': [9126.0, 9046.0, 9021.0, 9036.0, 8974.0, 9016.0, 8982.0, 8969.0, 9028.0, 8967.0, 8983.0, 8991.0, 8966.0, 9009.0, 8964.0, 8966.0, 9036.0, 8966.0, 9010.0, 8989.0, 8962.0, 9007.0, 8960.0, 8962.0, 9035.0, 8945.0, 8978.0, 9001.0, 8944.0, 8988.0, 8942.0, 8959.0, 9004.0, 8962.0, 8962.0, 9000.0, 8959.0, 8990.0, 8958.0, 8973.0, 9020.0, 8958.0, 8970.0, 8981.0, 8938.0, 8982.0, 8937.0, 8952.0, 9010.0, 8936.0, 8982.0, 8990.0, 8932.0, 8978.0, 8916.0, 8932.0, 8991.0, 8918.0, 8946.0, 8987.0, 8931.0, 8962.0, 8957.0, 8929.0, 8959.0, 8930.0, 8931.0, 8972.0, 8929.0, 8932.0, 8987.0, 8931.0, 8961.0, 8932.0, 8948.0, 8977.0, 8935.0, 8953.0, 8991.0, 8936.0, 8978.0, 8948.0, 8952.0, 8994.0, 8936.0, 8952.0, 9006.0, 8936.0, 8980.0, 8976.0, 8931.0, 8977.0, 8915.0, 8934.0, 8975.0, 8936.0, 8980.0, 8935.0, 8964.0, 9008.0, 8948.0, 8993.0, 8956.0, 8982.0, 8960.0, 8989.0, 8954.0, 8958.0, 9021.0, 8993.0, 8932.0, 8990.0, 8941.0, 8933.0, 8972.0, 8912.0, 8929.0, 8983.0, 8914.0, 8945.0, 8971.0, 8930.0, 8959.0, 8916.0, 8954.0, 8976.0, 8935.0, 8967.0, 8950.0, 8954.0, 8998.0, 8954.0, 8973.0, 8970.0, 8956.0, 8987.0, 8956.0, 8956.0, 8995.0, 8953.0, 8986.0, 8969.0, 8974.0, 9024.0, 8967.0, 9004.0, 8979.0, 8957.0, 8954.0, 8956.0, 9017.0, 8955.0, 8971.0, 9008.0, 8951.0, 8983.0, 9007.0, 8919.0, 8976.0, 8986.0, 8915.0, 8974.0, 8931.0, 8932.0, 8977.0, 8919.0, 8937.0, 8974.0, 8938.0, 8983.0, 8938.0, 8960.0, 8982.0, 8959.0, 8975.0, 8941.0, 8959.0, 9003.0, 8961.0, 8962.0, 9015.0, 8958.0, 8990.0, 8984.0, 8957.0, 9002.0, 8944.0, 8962.0, 9014.0, 8958.0, 8989.0, 9014.0, 8956.0, 8987.0, 8988.0, 8962.0, 9001.0, 8959.0, 8976.0, 9001.0, 8946.0, 8989.0, 8959.0, 8961.0, 9017.0, 8944.0, 8973.0, 9013.0, 8941.0, 8984.0, 8995.0, 8940.0, 8997.0, 8923.0, 8957.0, 9010.0, 8953.0, 8973.0, 9011.0, 8939.0, 9001.0, 8942.0, 8960.0, 8995.0, 8952.0, 8982.0, 8950.0, 8950.0, 9012.0, 8936.0, 8967.0, 8977.0, 8934.0, 8979.0, 8934.0, 8934.0, 8993.0, 8934.0, 8932.0, 8986.0, 8932.0, 8949.0, 8990.0, 8930.0, 8963.0, 8933.0, 8933.0, 8975.0, 8934.0, 8951.0, 8949.0, 8922.0, 8981.0, 8937.0, 8953.0, 8992.0, 8937.0, 8982.0, 8934.0, 8935.0, 8979.0, 8934.0, 8936.0, 8991.0, 8935.0, 8953.0, 8934.0, 8963.0, 9008.0, 8962.0, 8958.0, 8952.0, 8953.0, 8968.0, 8955.0, 9012.0, 8950.0, 8981.0, 9007.0, 8932.0, 8978.0, 9005.0, 8932.0, 8975.0, 8929.0, 8933.0, 8979.0, 8933.0, 8934.0, 8988.0, 8933.0, 8964.0, 8988.0, 8933.0, 8973.0, 8929.0, 8932.0, 8975.0, 8930.0, 8946.0, 9004.0, 8931.0, 8947.0, 8987.0, 8947.0, 8949.0, 8988.0, 8947.0, 8964.0, 8961.0, 8951.0, 8978.0, 8935.0, 8953.0, 8995.0, 8952.0, 8983.0, 9006.0, 8935.0, 8981.0, 8950.0, 8938.0, 8978.0, 8935.0, 8952.0, 9015.0, 8954.0, 8985.0, 8964.0, 8938.0, 8981.0, 8935.0, 8938.0, 9011.0, 8952.0, 8970.0, 8951.0, 8953.0, 8983.0, 8952.0, 8956.0, 9012.0, 8957.0, 8998.0, 8942.0, 9003.0, 8982.0, 8983.0, 9004.0, 8958.0, 9004.0, 8957.0, 9006.0, 9015.0, 8937.0, 8997.0, 9008.0, 8930.0, 8977.0, 8986.0, 8913.0, 8954.0, 8911.0, 8927.0, 8970.0, 8927.0, 8957.0, 8984.0, 8925.0, 8955.0, 8922.0, 8912.0, 8955.0, 8910.0, 8927.0, 8985.0, 8926.0, 8928.0, 8967.0, 8925.0, 8957.0, 8941.0, 8913.0, 8959.0, 8943.0, 8930.0, 8970.0, 8942.0, 8946.0, 8986.0, 8929.0, 8960.0, 8969.0, 8928.0, 8975.0, 8961.0, 8935.0, 8973.0, 8930.0, 8949.0, 8974.0, 8932.0, 8977.0, 8932.0, 8935.0, 8991.0, 8932.0, 8948.0, 8986.0, 8929.0, 8960.0, 8956.0, 8930.0, 8977.0, 8933.0, 8932.0, 8972.0, 8930.0, 8948.0, 8987.0, 8932.0, 8962.0, 8963.0, 8949.0, 8977.0, 8934.0, 8953.0, 8991.0, 8935.0, 8964.0, 8974.0, 8932.0, 8964.0, 8945.0, 8933.0, 8974.0, 8930.0, 8933.0, 8987.0, 8931.0, 8962.0, 8989.0, 8935.0, 8979.0, 8975.0, 8938.0, 8977.0, 8934.0, 8938.0, 8992.0, 8951.0, 8983.0, 8981.0, 8953.0, 8994.0, 8951.0, 8982.0, 8979.0, 8937.0, 8982.0, 8952.0, 8955.0, 8997.0, 8955.0, 8988.0, 8986.0, 8959.0, 9012.0, 8950.0, 8979.0, 8944.0, 8974.0, 8927.0, 8944.0, 9013.0, 8939.0, 8983.0, 9016.0, 8947.0, 8934.0, 8973.0, 8915.0, 8930.0, 8970.0, 8915.0, 8948.0, 8991.0, 8934.0, 8962.0, 8912.0, 8931.0, 8958.0, 8932.0, 8949.0, 8979.0, 8939.0, 8980.0, 8921.0, 8952.0, 8991.0, 8916.0, 8964.0, 8987.0, 8915.0, 8962.0, 8970.0, 8916.0, 8960.0, 8914.0, 8930.0, 8972.0, 8915.0, 8930.0, 8976.0, 8917.0, 8930.0, 8953.0, 8915.0, 8947.0, 8958.0, 8932.0, 8965.0, 8934.0, 8935.0, 8976.0, 8933.0, 8965.0, 8990.0, 8934.0, 8966.0, 8993.0, 8937.0, 8980.0, 8908.0, 8939.0, 8978.0, 8936.0, 8967.0, 8996.0, 8941.0, 8984.0, 8922.0, 8941.0, 8992.0, 8921.0, 8966.0, 9004.0, 8935.0, 8983.0, 8993.0, 8938.0, 8977.0, 8920.0, 8935.0, 8992.0, 8934.0, 8951.0, 9011.0, 8948.0, 8968.0, 8971.0, 8915.0, 8959.0, 8927.0, 8916.0, 8977.0, 8930.0, 8916.0, 8971.0, 8913.0, 8930.0, 8986.0, 8913.0, 8958.0, 8987.0, 8927.0, 8956.0, 8912.0, 8912.0, 8956.0, 8898.0, 8922.0, 8970.0, 8912.0, 8928.0, 8969.0, 8913.0, 8943.0, 8979.0, 8911.0, 8957.0, 8952.0, 8915.0, 8977.0, 8947.0, 8935.0, 8971.0, 8928.0, 8962.0, 8934.0, 8953.0, 8963.0, 8937.0, 8986.0, 9012.0, 8934.0, 8979.0, 8989.0, 8915.0, 8959.0, 8911.0, 8914.0, 8971.0, 8898.0, 8927.0, 8970.0, 8913.0, 8930.0, 8972.0, 8912.0, 8957.0, 8966.0, 8909.0, 8954.0, 8950.0, 8907.0, 8952.0, 8923.0, 8905.0, 8949.0, 8890.0, 8907.0, 8948.0, 8908.0, 8923.0, 8963.0, 8910.0, 8940.0, 8910.0, 8911.0, 8953.0, 8910.0, 8913.0, 8968.0, 8912.0, 8928.0, 8971.0, 8930.0, 8945.0, 8956.0, 8931.0, 8960.0, 8916.0, 8933.0, 8976.0, 8923.0, 8939.0, 8998.0, 8939.0, 8982.0, 8923.0, 8940.0, 8980.0, 8940.0, 8970.0, 8997.0, 8940.0, 8984.0, 8923.0, 8941.0, 8991.0, 8937.0, 8971.0, 9031.0, 8962.0, 8985.0, 8944.0, 8966.0, 9005.0, 8956.0, 8997.0, 8962.0, 8984.0, 8958.0, 8990.0, 9020.0, 8973.0, 8987.0, 9012.0, 8939.0, 8983.0, 8977.0, 8937.0, 8983.0, 8950.0, 8934.0, 8974.0, 8915.0, 8946.0, 8988.0, 8915.0, 8964.0, 8987.0, 8914.0, 8959.0, 8896.0, 8929.0, 8959.0, 8901.0, 8928.0, 8975.0, 8919.0, 8931.0, 8973.0, 8932.0, 8965.0, 8946.0, 8936.0, 8965.0, 8932.0, 8936.0, 8980.0, 8933.0, 8938.0, 8977.0, 8932.0, 8964.0, 8988.0, 8933.0, 8966.0, 8979.0, 8939.0, 8982.0, 8925.0, 8957.0, 9009.0, 8939.0, 8984.0, 8995.0, 8942.0, 8985.0, 8967.0, 8940.0, 8981.0, 8921.0, 8936.0, 8981.0, 8920.0, 8937.0, 8994.0, 8939.0, 8968.0, 8978.0, 8938.0, 8967.0, 8922.0, 8941.0, 8998.0, 8937.0, 8967.0, 9007.0, 8936.0, 8967.0, 8991.0, 8934.0, 8981.0, 8935.0, 8935.0, 8976.0, 8917.0, 8951.0, 8987.0, 8917.0, 8960.0, 8963.0, 8935.0, 8977.0, 8916.0, 8934.0, 8974.0, 8933.0, 8952.0, 8990.0, 8935.0, 8964.0, 8946.0, 8934.0, 8962.0, 8919.0, 8937.0, 8990.0, 8938.0, 8971.0, 8994.0, 8940.0, 8981.0, 8924.0, 8953.0, 8993.0, 8938.0, 8987.0, 9009.0, 8922.0, 8981.0, 8922.0, 8938.0, 8981.0, 8938.0, 8971.0, 9012.0, 8943.0, 8984.0, 8925.0, 8946.0, 8999.0, 8942.0, 8987.0, 8955.0, 8947.0, 9007.0, 8960.0, 8966.0, 9013.0, 8943.0, 8987.0, 8941.0, 8957.0, 9017.0, 8959.0, 8985.0, 9010.0, 8940.0, 8984.0, 8935.0, 8936.0, 8980.0, 8937.0, 8936.0, 8991.0, 8933.0, 8962.0, 8988.0, 8917.0, 8961.0, 8929.0, 8936.0, 8980.0, 8949.0, 8937.0, 8976.0, 8931.0, 8949.0, 8988.0, 8920.0, 8966.0, 8951.0, 8939.0, 8979.0, 8922.0, 8967.0, 8992.0, 8933.0, 8964.0, 8973.0, 8935.0, 8978.0, 8950.0, 8950.0, 8977.0, 8933.0, 8953.0, 8990.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.0010884810126582276</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.027455641081703112</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.32691475222352</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1809022304032257</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9586818350345617</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4787</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5899.6885</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08477609767571409</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>26</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.991944764096663</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.693932203517271</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5055062129913495</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>3.091657108107332</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4846332894531304</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00550776</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008560262620449066</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03531718999147415</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</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.5472567031489386</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>14.6905</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.7229</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>193.1202</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>302299.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>1006.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>367.9622</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7903</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>496.5096</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3189.7192</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3465.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>74245.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>766.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4220.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>976.8046</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>37.917406720574945</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> |