=== 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
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0081_ses-01_task-social_acq-mb8_run-06_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-06_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-06_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-06_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-06_desc-stdev_bold.svg" target="_blank">sub-0081/figures/sub-0081_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_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-06_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-06_desc-background_bold.svg" target="_blank">sub-0081/figures/sub-0081_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_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-06_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-06_desc-zoomed_bold.svg" target="_blank">sub-0081/figures/sub-0081_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_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-06_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-06_desc-carpet_bold.svg" target="_blank">sub-0081/figures/sub-0081_ses-01_task-social_acq-mb8_run-06_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-06_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-06_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-06_desc-mean_bold.svg" target="_blank">sub-0081/figures/sub-0081_ses-01_task-social_acq-mb8_run-06_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-06_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-06_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-06_desc-brainmask_bold.svg" target="_blank">sub-0081/figures/sub-0081_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_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-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0081/figures/sub-0081_ses-01_task-social_acq-mb8_run-06_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-06_desc-norm_bold.svg" target="_blank">sub-0081/figures/sub-0081_ses-01_task-social_acq-mb8_run-06_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-06_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>1ffdb346213004d6e4bd3a1c68e2b7bb</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>09:27:57.162500</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-06_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-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>22</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>02d3ae2a-87cd-42f9-969e-2a0a532a0e76||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': ['092757.162500', '092757.622500', '092758.082500', '092758.542500', '092759.002500', '092759.462500', '092759.922500', '092800.382500', '092800.842500', '092801.302500', '092801.762500', '092802.222500', '092802.682500', '092803.142500', '092803.602500', '092804.062500', '092804.522500', '092804.982500', '092805.442500', '092805.902500', '092806.362500', '092806.822500', '092807.282500', '092807.742500', '092808.202500', '092808.662500', '092809.122500', '092809.582500', '092810.042500', '092810.502500', '092810.962500', '092811.422500', '092811.882500', '092812.342500', '092812.802500', '092813.262500', '092813.722500', '092814.182500', '092814.642500', '092815.102500', '092815.562500', '092816.022500', '092816.482500', '092816.942500', '092817.402500', '092817.862500', '092818.322500', '092818.782500', '092819.242500', '092819.702500', '092820.162500', '092820.622500', '092821.082500', '092821.542500', '092822.002500', '092822.462500', '092822.922500', '092823.382500', '092823.842500', '092824.302500', '092824.762500', '092825.222500', '092825.682500', '092826.142500', '092826.602500', '092827.062500', '092827.522500', '092827.982500', '092828.442500', '092828.902500', '092829.362500', '092829.822500', '092830.282500', '092830.742500', '092831.202500', '092831.662500', '092832.122500', '092832.582500', '092833.042500', '092833.502500', '092833.962500', '092834.422500', '092834.882500', '092835.342500', '092835.802500', '092836.262500', '092836.722500', '092837.182500', '092837.642500', '092838.102500', '092838.562500', '092839.022500', '092839.482500', '092839.942500', '092840.402500', '092840.862500', '092841.322500', '092841.782500', '092842.242500', '092842.702500', '092843.162500', '092843.622500', '092844.082500', '092844.542500', '092845.002500', '092845.462500', '092845.922500', '092846.382500', '092846.842500', '092847.302500', '092847.762500', '092848.222500', '092848.682500', '092849.142500', '092849.602500', '092850.062500', '092850.522500', '092850.982500', '092851.442500', '092851.902500', '092852.362500', '092852.822500', '092853.282500', '092853.742500', '092854.202500', '092854.662500', '092855.122500', '092855.582500', '092856.042500', '092856.502500', '092856.962500', '092857.422500', '092857.882500', '092858.342500', '092858.802500', '092859.262500', '092859.722500', '092900.182500', '092900.642500', '092901.102500', '092901.562500', '092902.022500', '092902.482500', '092902.942500', '092903.402500', '092903.862500', '092904.322500', '092904.782500', '092905.242500', '092905.702500', '092906.162500', '092906.622500', '092907.082500', '092907.542500', '092908.002500', '092908.462500', '092908.922500', '092909.382500', '092909.842500', '092910.302500', '092910.762500', '092911.222500', '092911.682500', '092912.142500', '092912.602500', '092913.062500', '092913.522500', '092913.982500', '092914.442500', '092914.902500', '092915.362500', '092915.822500', '092916.282500', '092916.742500', '092917.202500', '092917.662500', '092918.122500', '092918.582500', '092919.042500', '092919.502500', '092919.962500', '092920.422500', '092920.882500', '092921.342500', '092921.802500', '092922.262500', '092922.722500', '092923.182500', '092923.642500', '092924.102500', '092924.562500', '092925.022500', '092925.482500', '092925.942500', '092926.402500', '092926.862500', '092927.322500', '092927.782500', '092928.242500', '092928.702500', '092929.162500', '092929.622500', '092930.082500', '092930.542500', '092931.002500', '092931.462500', '092931.922500', '092932.382500', '092932.842500', '092933.302500', '092933.762500', '092934.222500', '092934.682500', '092935.142500', '092935.602500', '092936.062500', '092936.522500', '092936.982500', '092937.442500', '092937.902500', '092938.362500', '092938.822500', '092939.282500', '092939.742500', '092940.202500', '092940.662500', '092941.122500', '092941.582500', '092942.042500', '092942.502500', '092942.962500', '092943.422500', '092943.882500', '092944.342500', '092944.802500', '092945.262500', '092945.722500', '092946.182500', '092946.642500', '092947.102500', '092947.562500', '092948.022500', '092948.482500', '092948.942500', '092949.402500', '092949.862500', '092950.322500', '092950.782500', '092951.242500', '092951.702500', '092952.162500', '092952.622500', '092953.082500', '092953.542500', '092954.002500', '092954.462500', '092954.922500', '092955.382500', '092955.842500', '092956.302500', '092956.762500', '092957.222500', '092957.682500', '092958.142500', '092958.602500', '092959.062500', '092959.522500', '092959.982500', '093000.442500', '093000.902500', '093001.362500', '093001.822500', '093002.282500', '093002.742500', '093003.202500', '093003.662500', '093004.122500', '093004.582500', '093005.042500', '093005.502500', '093005.962500', '093006.422500', '093006.882500', '093007.342500', '093007.802500', '093008.262500', '093008.722500', '093009.182500', '093009.642500', '093010.102500', '093010.562500', '093011.022500', '093011.482500', '093011.942500', '093012.402500', '093012.862500', '093013.322500', '093013.782500', '093014.242500', '093014.702500', '093015.162500', '093015.622500', '093016.082500', '093016.542500', '093017.002500', '093017.462500', '093017.922500', '093018.382500', '093018.842500', '093019.302500', '093019.762500', '093020.222500', '093020.682500', '093021.142500', '093021.602500', '093022.062500', '093022.522500', '093022.982500', '093023.442500', '093023.902500', '093024.362500', '093024.822500', '093025.282500', '093025.742500', '093026.202500', '093026.662500', '093027.122500', '093027.582500', '093028.042500', '093028.502500', '093028.962500', '093029.422500', '093029.882500', '093030.342500', '093030.802500', '093031.262500', '093031.722500', '093032.182500', '093032.642500', '093033.102500', '093033.562500', '093034.022500', '093034.482500', '093034.942500', '093035.402500', '093035.862500', '093036.322500', '093036.782500', '093037.242500', '093037.702500', '093038.162500', '093038.622500', '093039.082500', '093039.542500', '093040.002500', '093040.462500', '093040.922500', '093041.382500', '093041.842500', '093042.302500', '093042.762500', '093043.222500', '093043.682500', '093044.142500', '093044.602500', '093045.062500', '093045.522500', '093045.982500', '093046.442500', '093046.902500', '093047.362500', '093047.822500', '093048.282500', '093048.742500', '093049.202500', '093049.662500', '093050.122500', '093050.582500', '093051.042500', '093051.502500', '093051.962500', '093052.422500', '093052.882500', '093053.342500', '093053.802500', '093054.262500', '093054.722500', '093055.182500', '093055.642500', '093056.102500', '093056.562500', '093057.022500', '093057.482500', '093057.942500', '093058.402500', '093058.862500', '093059.322500', '093059.782500', '093100.242500', '093100.702500', '093101.162500', '093101.622500', '093102.082500', '093102.542500', '093103.002500', '093103.462500', '093103.922500', '093104.382500', '093104.842500', '093105.302500', '093105.762500', '093106.222500', '093106.682500', '093107.142500', '093107.602500', '093108.062500', '093108.522500', '093108.982500', '093109.442500', '093109.902500', '093110.362500', '093110.822500', '093111.282500', '093111.742500', '093112.202500', '093112.662500', '093113.122500', '093113.582500', '093114.042500', '093114.502500', '093114.962500', '093115.422500', '093115.882500', '093116.342500', '093116.802500', '093117.262500', '093117.722500', '093118.182500', '093118.642500', '093119.102500', '093119.562500', '093120.022500', '093120.482500', '093120.942500', '093121.402500', '093121.862500', '093122.322500', '093122.782500', '093123.242500', '093123.702500', '093124.162500', '093124.622500', '093125.082500', '093125.542500', '093126.002500', '093126.462500', '093126.922500', '093127.382500', '093127.842500', '093128.302500', '093128.762500', '093129.222500', '093129.682500', '093130.142500', '093130.602500', '093131.062500', '093131.522500', '093131.982500', '093132.442500', '093132.902500', '093133.362500', '093133.822500', '093134.282500', '093134.742500', '093135.202500', '093135.662500', '093136.122500', '093136.582500', '093137.042500', '093137.502500', '093137.962500', '093138.422500', '093138.882500', '093139.342500', '093139.802500', '093140.262500', '093140.722500', '093141.182500', '093141.642500', '093142.102500', '093142.562500', '093143.022500', '093143.482500', '093143.942500', '093144.402500', '093144.862500', '093145.322500', '093145.782500', '093146.242500', '093146.702500', '093147.162500', '093147.622500', '093148.082500', '093148.542500', '093149.002500', '093149.462500', '093149.922500', '093150.382500', '093150.842500', '093151.302500', '093151.762500', '093152.222500', '093152.682500', '093153.142500', '093153.602500', '093154.062500', '093154.522500', '093154.982500', '093155.442500', '093155.902500', '093156.362500', '093156.822500', '093157.282500', '093157.742500', '093158.202500', '093158.662500', '093159.122500', '093159.582500', '093200.042500', '093200.502500', '093200.962500', '093201.422500', '093201.882500', '093202.342500', '093202.802500', '093203.262500', '093203.722500', '093204.182500', '093204.642500', '093205.102500', '093205.562500', '093206.022500', '093206.482500', '093206.942500', '093207.402500', '093207.862500', '093208.322500', '093208.782500', '093209.242500', '093209.702500', '093210.162500', '093210.622500', '093211.082500', '093211.542500', '093212.002500', '093212.462500', '093212.922500', '093213.382500', '093213.842500', '093214.302500', '093214.762500', '093215.222500', '093215.682500', '093216.142500', '093216.602500', '093217.062500', '093217.522500', '093217.982500', '093218.442500', '093218.902500', '093219.362500', '093219.822500', '093220.282500', '093220.742500', '093221.202500', '093221.662500', '093222.122500', '093222.582500', '093223.042500', '093223.502500', '093223.962500', '093224.422500', '093224.882500', '093225.342500', '093225.802500', '093226.262500', '093226.722500', '093227.182500', '093227.642500', '093228.102500', '093228.562500', '093229.022500', '093229.482500', '093229.942500', '093230.402500', '093230.862500', '093231.322500', '093231.782500', '093232.242500', '093232.702500', '093233.162500', '093233.622500', '093234.082500', '093234.542500', '093235.002500', '093235.462500', '093235.922500', '093236.382500', '093236.842500', '093237.302500', '093237.762500', '093238.222500', '093238.682500', '093239.142500', '093239.602500', '093240.062500', '093240.522500', '093240.982500', '093241.442500', '093241.902500', '093242.362500', '093242.822500', '093243.282500', '093243.742500', '093244.202500', '093244.662500', '093245.122500', '093245.582500', '093246.042500', '093246.502500', '093246.962500', '093247.422500', '093247.882500', '093248.342500', '093248.802500', '093249.262500', '093249.722500', '093250.182500', '093250.642500', '093251.102500', '093251.562500', '093252.022500', '093252.482500', '093252.942500', '093253.402500', '093253.862500', '093254.322500', '093254.782500', '093255.242500', '093255.702500', '093256.162500', '093256.622500', '093257.082500', '093257.542500', '093258.002500', '093258.462500', '093258.922500', '093259.382500', '093259.842500', '093300.302500', '093300.762500', '093301.222500', '093301.682500', '093302.142500', '093302.602500', '093303.062500', '093303.522500', '093303.982500', '093304.442500', '093304.902500', '093305.362500', '093305.822500', '093306.282500', '093306.742500', '093307.202500', '093307.662500', '093308.122500', '093308.582500', '093309.042500', '093309.502500', '093309.962500', '093310.422500', '093310.882500', '093311.342500', '093311.802500', '093312.262500', '093312.722500', '093313.182500', '093313.642500', '093314.102500', '093314.562500', '093315.022500', '093315.482500', '093315.942500', '093316.402500', '093316.862500', '093317.322500', '093317.782500', '093318.242500', '093318.702500', '093319.162500', '093319.622500', '093320.082500', '093320.542500', '093321.002500', '093321.462500', '093321.922500', '093322.382500', '093322.842500', '093323.302500', '093323.762500', '093324.222500', '093324.682500', '093325.142500', '093325.602500', '093326.062500', '093326.522500', '093326.982500', '093327.442500', '093327.902500', '093328.362500', '093328.822500', '093329.282500', '093329.742500', '093330.202500', '093330.662500', '093331.122500', '093331.582500', '093332.042500', '093332.502500', '093332.962500', '093333.422500', '093333.882500', '093334.342500', '093334.802500', '093335.262500', '093335.722500', '093336.182500', '093336.642500', '093337.102500', '093337.562500', '093338.022500', '093338.482500', '093338.942500', '093339.402500', '093339.862500', '093340.322500', '093340.782500', '093341.242500', '093341.702500', '093342.162500', '093342.622500', '093343.082500', '093343.542500', '093344.002500', '093344.462500', '093344.922500', '093345.382500', '093345.842500', '093346.302500', '093346.762500', '093347.222500', '093347.682500', '093348.142500', '093348.602500', '093349.062500', '093349.522500', '093349.982500', '093350.442500', '093350.902500', '093351.362500', '093351.822500', '093352.282500', '093352.742500', '093353.202500', '093353.662500', '093354.122500', '093354.582500', '093355.042500', '093355.502500', '093355.962500', '093356.422500', '093356.882500', '093357.342500', '093357.802500', '093358.262500', '093358.722500', '093359.182500', '093359.642500', '093400.102500', '093400.562500', '093401.022500', '093401.482500', '093401.942500', '093402.402500', '093402.862500', '093403.322500', '093403.782500', '093404.242500', '093404.702500', '093405.162500', '093405.622500', '093406.082500', '093406.542500', '093407.002500', '093407.462500', '093407.922500', '093408.382500', '093408.842500', '093409.302500', '093409.762500', '093410.222500', '093410.682500', '093411.142500', '093411.602500', '093412.062500', '093412.522500', '093412.982500', '093413.442500', '093413.902500', '093414.362500', '093414.822500', '093415.282500', '093415.742500', '093416.202500', '093416.662500', '093417.122500', '093417.582500', '093418.042500', '093418.502500', '093418.962500', '093419.422500', '093419.882500', '093420.342500', '093420.802500', '093421.262500', '093421.722500', '093422.182500', '093422.642500', '093423.102500', '093423.562500', '093424.022500', '093424.482500', '093424.942500', '093425.402500', '093425.862500', '093426.322500', '093426.782500', '093427.242500', '093427.702500', '093428.162500', '093428.622500', '093429.082500', '093429.542500', '093430.002500', '093430.462500', '093430.922500', '093431.382500', '093431.842500', '093432.302500', '093432.762500', '093433.222500', '093433.682500', '093434.142500', '093434.602500', '093435.062500', '093435.522500', '093435.982500', '093436.442500', '093436.902500', '093437.362500', '093437.822500'], 'ContentTime': ['092824.786000', '092824.789000', '092824.792000', '092824.795000', '092824.797000', '092824.800000', '092824.802000', '092824.805000', '092824.807000', '092824.810000', '092824.832000', '092824.834000', '092824.837000', '092824.839000', '092824.842000', '092824.845000', '092824.847000', '092824.850000', '092824.852000', '092824.855000', '092824.857000', '092824.860000', '092824.862000', '092824.865000', '092824.867000', '092824.870000', '092824.872000', '092824.875000', '092824.878000', '092824.880000', '092824.883000', '092824.885000', '092824.888000', '092824.891000', '092824.893000', '092824.896000', '092824.898000', '092824.901000', '092824.903000', '092824.906000', '092824.908000', '092824.911000', '092824.913000', '092824.916000', '092824.919000', '092824.921000', '092824.924000', '092824.926000', '092824.929000', '092824.931000', '092824.934000', '092824.936000', '092824.939000', '092824.942000', '092824.944000', '092824.947000', '092824.949000', '092824.952000', '092844.744000', '092844.747000', '092844.750000', '092844.752000', '092844.755000', '092844.757000', '092844.760000', '092844.765000', '092844.767000', '092844.770000', '092844.772000', '092844.775000', '092844.777000', '092844.780000', '092844.783000', '092844.785000', '092844.788000', '092844.790000', '092844.793000', '092844.795000', '092844.798000', '092844.800000', '092844.803000', '092844.805000', '092844.808000', '092844.810000', '092844.813000', '092844.816000', '092844.818000', '092844.821000', '092844.823000', '092844.826000', '092844.828000', '092844.831000', '092844.833000', '092844.836000', '092844.838000', '092844.841000', '092844.843000', '092844.846000', '092844.849000', '092844.851000', '092844.854000', '092844.856000', '092904.744000', '092904.747000', '092904.750000', '092904.752000', '092904.755000', '092904.757000', '092904.760000', '092904.763000', '092904.765000', '092904.768000', '092904.770000', '092904.773000', '092904.777000', '092904.780000', '092904.783000', '092904.785000', '092904.788000', '092904.790000', '092904.793000', '092904.796000', '092904.798000', '092904.801000', '092904.803000', '092904.806000', '092904.808000', '092904.811000', '092904.813000', '092904.816000', '092904.819000', '092904.821000', '092904.824000', '092904.826000', '092904.829000', '092904.831000', '092904.834000', '092904.836000', '092904.839000', '092904.841000', '092904.844000', '092904.847000', '092904.849000', '092904.852000', '092904.854000', '092904.857000', '092924.745000', '092924.748000', '092924.751000', '092924.753000', '092924.756000', '092924.758000', '092924.761000', '092924.764000', '092924.766000', '092924.769000', '092924.771000', '092924.774000', '092924.777000', '092924.779000', '092924.782000', '092924.784000', '092924.787000', '092924.789000', '092924.792000', '092924.794000', '092924.797000', '092924.799000', '092924.802000', '092924.805000', '092924.807000', '092924.810000', '092924.812000', '092924.815000', '092924.818000', '092924.820000', '092924.823000', '092924.825000', '092924.828000', '092924.831000', '092924.833000', '092924.836000', '092924.838000', '092924.852000', '092924.855000', '092924.857000', '092924.860000', '092924.863000', '092924.865000', '092944.745000', '092944.748000', '092944.751000', '092944.753000', '092944.756000', '092944.759000', '092944.761000', '092944.764000', '092944.767000', '092944.770000', '092944.772000', '092944.775000', '092944.778000', '092944.780000', '092944.783000', '092944.785000', '092944.788000', '092944.791000', '092944.793000', '092944.796000', '092944.798000', '092944.801000', '092944.803000', '092944.806000', '092944.808000', '092944.811000', '092944.814000', '092944.816000', '092944.819000', '092944.821000', '092944.824000', '092944.826000', '092944.829000', '092944.832000', '092944.834000', '092944.837000', '092944.839000', '092944.842000', '092944.845000', '092944.847000', '092944.850000', '092944.852000', '092944.855000', '093004.745000', '093004.747000', '093004.750000', '093004.753000', '093004.755000', '093004.758000', '093004.760000', '093004.763000', '093004.766000', '093004.768000', '093004.771000', '093004.773000', '093004.776000', '093004.779000', '093004.781000', '093004.784000', '093004.786000', '093004.789000', '093004.791000', '093004.794000', '093004.797000', '093004.799000', '093004.802000', '093004.804000', '093004.807000', '093004.809000', '093004.812000', '093004.814000', '093004.817000', '093004.820000', '093004.822000', '093004.825000', '093004.827000', '093004.830000', '093004.832000', '093004.835000', '093004.838000', '093004.840000', '093004.843000', '093004.845000', '093004.848000', '093004.851000', '093004.853000', '093004.856000', '093024.744000', '093024.747000', '093024.750000', '093024.752000', '093024.755000', '093024.758000', '093024.760000', '093024.763000', '093024.765000', '093024.768000', '093024.771000', '093024.774000', '093024.777000', '093024.780000', '093024.783000', '093024.785000', '093024.788000', '093024.791000', '093024.793000', '093024.796000', '093024.798000', '093024.801000', '093024.803000', '093024.806000', '093024.809000', '093024.811000', '093024.814000', '093024.817000', '093024.821000', '093024.823000', '093024.826000', '093024.828000', '093024.831000', '093024.833000', '093024.836000', '093024.839000', '093024.841000', '093024.844000', '093024.847000', '093024.849000', '093024.852000', '093024.854000', '093024.857000', '093044.744000', '093044.747000', '093044.750000', '093044.753000', '093044.755000', '093044.758000', '093044.760000', '093044.763000', '093044.765000', '093044.768000', '093044.770000', '093044.773000', '093044.776000', '093044.778000', '093044.781000', '093044.783000', '093044.786000', '093044.789000', '093044.791000', '093044.794000', '093044.797000', '093044.799000', '093044.802000', '093044.804000', '093044.807000', '093044.809000', '093044.812000', '093044.815000', '093044.817000', '093044.820000', '093044.823000', '093044.825000', '093044.828000', '093044.830000', '093044.833000', '093044.835000', '093044.838000', '093044.841000', '093044.843000', '093044.846000', '093044.848000', '093044.851000', '093044.853000', '093044.856000', '093104.745000', '093104.747000', '093104.750000', '093104.753000', '093104.755000', '093104.758000', '093104.760000', '093104.763000', '093104.765000', '093104.768000', '093104.771000', '093104.773000', '093104.776000', '093104.778000', '093104.781000', '093104.784000', '093104.786000', '093104.789000', '093104.791000', '093104.803000', '093104.806000', '093104.809000', '093104.811000', '093104.814000', '093104.817000', '093104.819000', '093104.822000', '093104.824000', '093104.827000', '093104.829000', '093104.832000', '093104.834000', '093104.837000', '093104.840000', '093104.842000', '093104.845000', '093104.847000', '093104.850000', '093104.853000', '093104.855000', '093104.858000', '093104.860000', '093104.863000', '093124.745000', '093124.747000', '093124.750000', '093124.753000', '093124.755000', '093124.758000', '093124.760000', '093124.763000', '093124.769000', '093124.772000', '093124.774000', '093124.777000', '093124.779000', '093124.782000', '093124.784000', '093124.787000', '093124.790000', '093124.792000', '093124.795000', '093124.797000', '093124.800000', '093124.803000', '093124.805000', '093124.808000', '093124.810000', '093124.813000', '093124.815000', '093124.818000', '093124.821000', '093124.823000', '093124.826000', '093124.828000', '093124.831000', '093124.834000', '093124.836000', '093124.839000', '093124.842000', '093124.844000', '093124.847000', '093124.849000', '093124.852000', '093124.854000', '093124.857000', '093124.860000', '093144.745000', '093144.748000', '093144.751000', '093144.753000', '093144.756000', '093144.759000', '093144.761000', '093144.764000', '093144.766000', '093144.769000', '093144.772000', '093144.774000', '093144.777000', '093144.779000', '093144.782000', '093144.785000', '093144.787000', '093144.790000', '093144.793000', '093144.795000', '093144.798000', '093144.800000', '093144.803000', '093144.805000', '093144.808000', '093144.811000', '093144.813000', '093144.816000', '093144.818000', '093144.821000', '093144.823000', '093144.826000', '093144.829000', '093144.832000', '093144.835000', '093144.837000', '093144.840000', '093144.842000', '093144.845000', '093144.847000', '093144.850000', '093144.853000', '093144.855000', '093204.745000', '093204.748000', '093204.751000', '093204.763000', '093204.766000', '093204.769000', '093204.771000', '093204.774000', '093204.776000', '093204.779000', '093204.782000', '093204.784000', '093204.787000', '093204.789000', '093204.792000', '093204.794000', '093204.797000', '093204.800000', '093204.802000', '093204.805000', '093204.807000', '093204.810000', '093204.813000', '093204.815000', '093204.818000', '093204.820000', '093204.823000', '093204.825000', '093204.828000', '093204.831000', '093204.833000', '093204.836000', '093204.838000', '093204.841000', '093204.844000', '093204.846000', '093204.849000', '093204.851000', '093204.854000', '093204.857000', '093204.859000', '093204.862000', '093204.864000', '093204.867000', '093224.745000', '093224.748000', '093224.750000', '093224.753000', '093224.756000', '093224.758000', '093224.761000', '093224.763000', '093224.766000', '093224.769000', '093224.771000', '093224.774000', '093224.776000', '093224.779000', '093224.781000', '093224.784000', '093224.787000', '093224.789000', '093224.792000', '093224.794000', '093224.797000', '093224.799000', '093224.802000', '093224.805000', '093224.807000', '093224.810000', '093224.812000', '093224.815000', '093224.817000', '093224.820000', '093224.822000', '093224.825000', '093224.828000', '093224.830000', '093224.833000', '093224.835000', '093224.838000', '093224.841000', '093224.843000', '093224.846000', '093224.849000', '093224.851000', '093224.854000', '093244.745000', '093244.761000', '093244.764000', '093244.766000', '093244.769000', '093244.772000', '093244.774000', '093244.777000', '093244.779000', '093244.782000', '093244.785000', '093244.787000', '093244.790000', '093244.792000', '093244.795000', '093244.797000', '093244.800000', '093244.803000', '093244.805000', '093244.808000', '093244.810000', '093244.813000', '093244.816000', '093244.818000', '093244.821000', '093244.823000', '093244.826000', '093244.828000', '093244.831000', '093244.834000', '093244.836000', '093244.839000', '093244.842000', '093244.844000', '093244.847000', '093244.849000', '093244.852000', '093244.854000', '093244.857000', '093244.859000', '093244.862000', '093244.865000', '093244.867000', '093244.870000', '093304.744000', '093304.747000', '093304.750000', '093304.753000', '093304.755000', '093304.758000', '093304.760000', '093304.763000', '093304.765000', '093304.768000', '093304.770000', '093304.773000', '093304.776000', '093304.778000', '093304.781000', '093304.784000', '093304.786000', '093304.789000', '093304.791000', '093304.794000', '093304.796000', '093304.799000', '093304.802000', '093304.804000', '093304.807000', '093304.809000', '093304.812000', '093304.814000', '093304.817000', '093304.820000', '093304.822000', '093304.825000', '093304.827000', '093304.830000', '093304.833000', '093304.835000', '093304.838000', '093304.840000', '093304.843000', '093304.845000', '093304.848000', '093304.851000', '093304.853000', '093324.744000', '093324.747000', '093324.750000', '093324.752000', '093324.755000', '093324.758000', '093324.760000', '093324.763000', '093324.765000', '093324.768000', '093324.770000', '093324.773000', '093324.776000', '093324.778000', '093324.781000', '093324.784000', '093324.786000', '093324.789000', '093324.791000', '093324.794000', '093324.796000', '093324.799000', '093324.802000', '093324.804000', '093324.807000', '093324.809000', '093324.812000', '093324.815000', '093324.817000', '093324.820000', '093324.822000', '093324.825000', '093324.828000', '093324.830000', '093324.833000', '093324.835000', '093324.838000', '093324.841000', '093324.843000', '093324.846000', '093324.848000', '093324.851000', '093324.853000', '093324.856000', '093344.745000', '093344.747000', '093344.750000', '093344.753000', '093344.755000', '093344.758000', '093344.760000', '093344.763000', '093344.766000', '093344.768000', '093344.771000', '093344.773000', '093344.776000', '093344.778000', '093344.781000', '093344.784000', '093344.786000', '093344.789000', '093344.791000', '093344.794000', '093344.796000', '093344.799000', '093344.802000', '093344.804000', '093344.807000', '093344.809000', '093344.812000', '093344.816000', '093344.819000', '093344.822000', '093344.824000', '093344.827000', '093344.829000', '093344.832000', '093344.834000', '093344.837000', '093344.840000', '093344.842000', '093344.845000', '093344.847000', '093344.850000', '093344.853000', '093344.855000', '093404.745000', '093404.748000', '093404.751000', '093404.754000', '093404.757000', '093404.759000', '093404.762000', '093404.764000', '093404.767000', '093404.769000', '093404.772000', '093404.774000', '093404.788000', '093404.791000', '093404.793000', '093404.796000', '093404.799000', '093404.801000', '093404.804000', '093404.806000', '093404.809000', '093404.811000', '093404.814000', '093404.816000', '093404.819000', '093404.821000', '093404.824000', '093404.827000', '093404.829000', '093404.832000', '093404.834000', '093404.837000', '093404.840000', '093404.842000', '093404.845000', '093404.847000', '093404.850000', '093404.852000', '093404.855000', '093404.857000', '093404.860000', '093404.863000', '093404.865000', '093404.868000', '093424.745000', '093424.748000', '093424.751000', '093424.753000', '093424.756000', '093424.759000', '093424.761000', '093424.764000', '093424.766000', '093424.769000', '093424.771000', '093424.774000', '093424.776000', '093424.779000', '093424.782000', '093424.784000', '093424.787000', '093424.789000', '093424.792000', '093424.795000', '093424.797000', '093424.800000', '093424.802000', '093424.805000', '093424.807000', '093424.810000', '093424.812000', '093424.815000', '093424.818000', '093424.820000', '093424.823000', '093424.825000', '093424.828000', '093424.831000', '093424.833000', '093424.836000', '093424.838000', '093424.841000', '093424.843000', '093424.846000', '093424.849000', '093424.851000', '093424.854000', '093438.682000', '093438.684000', '093438.687000', '093438.690000', '093438.692000', '093438.695000', '093438.697000', '093438.700000', '093438.702000', '093438.705000', '093438.708000', '093438.710000', '093438.713000', '093438.715000', '093438.718000', '093438.721000', '093438.723000', '093438.726000', '093438.728000', '093438.731000', '093438.733000', '093438.736000', '093438.739000', '093438.741000', '093438.744000', '093438.746000', '093438.749000', '093438.751000', '093438.754000', '093438.757000', '093438.759000'], 'InstanceCreationTime': ['092824.786000', '092824.789000', '092824.792000', '092824.795000', '092824.797000', '092824.800000', '092824.802000', '092824.805000', '092824.807000', '092824.810000', '092824.832000', '092824.834000', '092824.837000', '092824.839000', '092824.842000', '092824.845000', '092824.847000', '092824.850000', '092824.852000', '092824.855000', '092824.857000', '092824.860000', '092824.862000', '092824.865000', '092824.867000', '092824.870000', '092824.872000', '092824.875000', '092824.878000', '092824.880000', '092824.883000', '092824.885000', '092824.888000', '092824.891000', '092824.893000', '092824.896000', '092824.898000', '092824.901000', '092824.903000', '092824.906000', '092824.908000', '092824.911000', '092824.913000', '092824.916000', '092824.919000', '092824.921000', '092824.924000', '092824.926000', '092824.929000', '092824.931000', '092824.934000', '092824.936000', '092824.939000', '092824.942000', '092824.944000', '092824.947000', '092824.949000', '092824.952000', '092844.744000', '092844.747000', '092844.750000', '092844.752000', '092844.755000', '092844.757000', '092844.760000', '092844.765000', '092844.767000', '092844.770000', '092844.772000', '092844.775000', '092844.777000', '092844.780000', '092844.783000', '092844.785000', '092844.788000', '092844.790000', '092844.793000', '092844.795000', '092844.798000', '092844.800000', '092844.803000', '092844.805000', '092844.808000', '092844.810000', '092844.813000', '092844.816000', '092844.818000', '092844.821000', '092844.823000', '092844.826000', '092844.828000', '092844.831000', '092844.833000', '092844.836000', '092844.838000', '092844.841000', '092844.843000', '092844.846000', '092844.849000', '092844.851000', '092844.854000', '092844.856000', '092904.744000', '092904.747000', '092904.750000', '092904.752000', '092904.755000', '092904.757000', '092904.760000', '092904.763000', '092904.765000', '092904.768000', '092904.770000', '092904.773000', '092904.777000', '092904.780000', '092904.783000', '092904.785000', '092904.788000', '092904.790000', '092904.793000', '092904.796000', '092904.798000', '092904.801000', '092904.803000', '092904.806000', '092904.808000', '092904.811000', '092904.813000', '092904.816000', '092904.819000', '092904.821000', '092904.824000', '092904.826000', '092904.829000', '092904.831000', '092904.834000', '092904.836000', '092904.839000', '092904.841000', '092904.844000', '092904.847000', '092904.849000', '092904.852000', '092904.854000', '092904.857000', '092924.745000', '092924.748000', '092924.751000', '092924.753000', '092924.756000', '092924.758000', '092924.761000', '092924.764000', '092924.766000', '092924.769000', '092924.771000', '092924.774000', '092924.777000', '092924.779000', '092924.782000', '092924.784000', '092924.787000', '092924.789000', '092924.792000', '092924.794000', '092924.797000', '092924.799000', '092924.802000', '092924.805000', '092924.807000', '092924.810000', '092924.812000', '092924.815000', '092924.818000', '092924.820000', '092924.823000', '092924.825000', '092924.828000', '092924.831000', '092924.833000', '092924.836000', '092924.838000', '092924.852000', '092924.855000', '092924.857000', '092924.860000', '092924.863000', '092924.865000', '092944.745000', '092944.748000', '092944.751000', '092944.753000', '092944.756000', '092944.759000', '092944.761000', '092944.764000', '092944.767000', '092944.770000', '092944.772000', '092944.775000', '092944.778000', '092944.780000', '092944.783000', '092944.785000', '092944.788000', '092944.791000', '092944.793000', '092944.796000', '092944.798000', '092944.801000', '092944.803000', '092944.806000', '092944.808000', '092944.811000', '092944.814000', '092944.816000', '092944.819000', '092944.821000', '092944.824000', '092944.826000', '092944.829000', '092944.832000', '092944.834000', '092944.837000', '092944.839000', '092944.842000', '092944.845000', '092944.847000', '092944.850000', '092944.852000', '092944.855000', '093004.745000', '093004.747000', '093004.750000', '093004.753000', '093004.755000', '093004.758000', '093004.760000', '093004.763000', '093004.766000', '093004.768000', '093004.771000', '093004.773000', '093004.776000', '093004.779000', '093004.781000', '093004.784000', '093004.786000', '093004.789000', '093004.791000', '093004.794000', '093004.797000', '093004.799000', '093004.802000', '093004.804000', '093004.807000', '093004.809000', '093004.812000', '093004.814000', '093004.817000', '093004.820000', '093004.822000', '093004.825000', '093004.827000', '093004.830000', '093004.832000', '093004.835000', '093004.838000', '093004.840000', '093004.843000', '093004.845000', '093004.848000', '093004.851000', '093004.853000', '093004.856000', '093024.744000', '093024.747000', '093024.750000', '093024.752000', '093024.755000', '093024.758000', '093024.760000', '093024.763000', '093024.765000', '093024.768000', '093024.771000', '093024.774000', '093024.777000', '093024.780000', '093024.783000', '093024.785000', '093024.788000', '093024.791000', '093024.793000', '093024.796000', '093024.798000', '093024.801000', '093024.803000', '093024.806000', '093024.809000', '093024.811000', '093024.814000', '093024.817000', '093024.821000', '093024.823000', '093024.826000', '093024.828000', '093024.831000', '093024.833000', '093024.836000', '093024.839000', '093024.841000', '093024.844000', '093024.847000', '093024.849000', '093024.852000', '093024.854000', '093024.857000', '093044.744000', '093044.747000', '093044.750000', '093044.753000', '093044.755000', '093044.758000', '093044.760000', '093044.763000', '093044.765000', '093044.768000', '093044.770000', '093044.773000', '093044.776000', '093044.778000', '093044.781000', '093044.783000', '093044.786000', '093044.789000', '093044.791000', '093044.794000', '093044.797000', '093044.799000', '093044.802000', '093044.804000', '093044.807000', '093044.809000', '093044.812000', '093044.815000', '093044.817000', '093044.820000', '093044.823000', '093044.825000', '093044.828000', '093044.830000', '093044.833000', '093044.835000', '093044.838000', '093044.841000', '093044.843000', '093044.846000', '093044.848000', '093044.851000', '093044.853000', '093044.856000', '093104.745000', '093104.747000', '093104.750000', '093104.753000', '093104.755000', '093104.758000', '093104.760000', '093104.763000', '093104.765000', '093104.768000', '093104.771000', '093104.773000', '093104.776000', '093104.778000', '093104.781000', '093104.784000', '093104.786000', '093104.789000', '093104.791000', '093104.803000', '093104.806000', '093104.809000', '093104.811000', '093104.814000', '093104.817000', '093104.819000', '093104.822000', '093104.824000', '093104.827000', '093104.829000', '093104.832000', '093104.834000', '093104.837000', '093104.840000', '093104.842000', '093104.845000', '093104.847000', '093104.850000', '093104.853000', '093104.855000', '093104.858000', '093104.860000', '093104.863000', '093124.745000', '093124.747000', '093124.750000', '093124.753000', '093124.755000', '093124.758000', '093124.760000', '093124.763000', '093124.769000', '093124.772000', '093124.774000', '093124.777000', '093124.779000', '093124.782000', '093124.784000', '093124.787000', '093124.790000', '093124.792000', '093124.795000', '093124.797000', '093124.800000', '093124.803000', '093124.805000', '093124.808000', '093124.810000', '093124.813000', '093124.815000', '093124.818000', '093124.821000', '093124.823000', '093124.826000', '093124.828000', '093124.831000', '093124.834000', '093124.836000', '093124.839000', '093124.842000', '093124.844000', '093124.847000', '093124.849000', '093124.852000', '093124.854000', '093124.857000', '093124.860000', '093144.745000', '093144.748000', '093144.751000', '093144.753000', '093144.756000', '093144.759000', '093144.761000', '093144.764000', '093144.766000', '093144.769000', '093144.772000', '093144.774000', '093144.777000', '093144.779000', '093144.782000', '093144.785000', '093144.787000', '093144.790000', '093144.793000', '093144.795000', '093144.798000', '093144.800000', '093144.803000', '093144.805000', '093144.808000', '093144.811000', '093144.813000', '093144.816000', '093144.818000', '093144.821000', '093144.823000', '093144.826000', '093144.829000', '093144.832000', '093144.835000', '093144.837000', '093144.840000', '093144.842000', '093144.845000', '093144.847000', '093144.850000', '093144.853000', '093144.855000', '093204.745000', '093204.748000', '093204.751000', '093204.763000', '093204.766000', '093204.769000', '093204.771000', '093204.774000', '093204.776000', '093204.779000', '093204.782000', '093204.784000', '093204.787000', '093204.789000', '093204.792000', '093204.794000', '093204.797000', '093204.800000', '093204.802000', '093204.805000', '093204.807000', '093204.810000', '093204.813000', '093204.815000', '093204.818000', '093204.820000', '093204.823000', '093204.825000', '093204.828000', '093204.831000', '093204.833000', '093204.836000', '093204.838000', '093204.841000', '093204.844000', '093204.846000', '093204.849000', '093204.851000', '093204.854000', '093204.857000', '093204.859000', '093204.862000', '093204.864000', '093204.867000', '093224.745000', '093224.748000', '093224.750000', '093224.753000', '093224.756000', '093224.758000', '093224.761000', '093224.763000', '093224.766000', '093224.769000', '093224.771000', '093224.774000', '093224.776000', '093224.779000', '093224.781000', '093224.784000', '093224.787000', '093224.789000', '093224.792000', '093224.794000', '093224.797000', '093224.799000', '093224.802000', '093224.805000', '093224.807000', '093224.810000', '093224.812000', '093224.815000', '093224.817000', '093224.820000', '093224.822000', '093224.825000', '093224.828000', '093224.830000', '093224.833000', '093224.835000', '093224.838000', '093224.841000', '093224.843000', '093224.846000', '093224.849000', '093224.851000', '093224.854000', '093244.745000', '093244.761000', '093244.764000', '093244.766000', '093244.769000', '093244.772000', '093244.774000', '093244.777000', '093244.779000', '093244.782000', '093244.785000', '093244.787000', '093244.790000', '093244.792000', '093244.795000', '093244.797000', '093244.800000', '093244.803000', '093244.805000', '093244.808000', '093244.810000', '093244.813000', '093244.816000', '093244.818000', '093244.821000', '093244.823000', '093244.826000', '093244.828000', '093244.831000', '093244.834000', '093244.836000', '093244.839000', '093244.842000', '093244.844000', '093244.847000', '093244.849000', '093244.852000', '093244.854000', '093244.857000', '093244.859000', '093244.862000', '093244.865000', '093244.867000', '093244.870000', '093304.744000', '093304.747000', '093304.750000', '093304.753000', '093304.755000', '093304.758000', '093304.760000', '093304.763000', '093304.765000', '093304.768000', '093304.770000', '093304.773000', '093304.776000', '093304.778000', '093304.781000', '093304.784000', '093304.786000', '093304.789000', '093304.791000', '093304.794000', '093304.796000', '093304.799000', '093304.802000', '093304.804000', '093304.807000', '093304.809000', '093304.812000', '093304.814000', '093304.817000', '093304.820000', '093304.822000', '093304.825000', '093304.827000', '093304.830000', '093304.833000', '093304.835000', '093304.838000', '093304.840000', '093304.843000', '093304.845000', '093304.848000', '093304.851000', '093304.853000', '093324.744000', '093324.747000', '093324.750000', '093324.752000', '093324.755000', '093324.758000', '093324.760000', '093324.763000', '093324.765000', '093324.768000', '093324.770000', '093324.773000', '093324.776000', '093324.778000', '093324.781000', '093324.784000', '093324.786000', '093324.789000', '093324.791000', '093324.794000', '093324.796000', '093324.799000', '093324.802000', '093324.804000', '093324.807000', '093324.809000', '093324.812000', '093324.815000', '093324.817000', '093324.820000', '093324.822000', '093324.825000', '093324.828000', '093324.830000', '093324.833000', '093324.835000', '093324.838000', '093324.841000', '093324.843000', '093324.846000', '093324.848000', '093324.851000', '093324.853000', '093324.856000', '093344.745000', '093344.747000', '093344.750000', '093344.753000', '093344.755000', '093344.758000', '093344.760000', '093344.763000', '093344.766000', '093344.768000', '093344.771000', '093344.773000', '093344.776000', '093344.778000', '093344.781000', '093344.784000', '093344.786000', '093344.789000', '093344.791000', '093344.794000', '093344.796000', '093344.799000', '093344.802000', '093344.804000', '093344.807000', '093344.809000', '093344.812000', '093344.816000', '093344.819000', '093344.822000', '093344.824000', '093344.827000', '093344.829000', '093344.832000', '093344.834000', '093344.837000', '093344.840000', '093344.842000', '093344.845000', '093344.847000', '093344.850000', '093344.853000', '093344.855000', '093404.745000', '093404.748000', '093404.751000', '093404.754000', '093404.757000', '093404.759000', '093404.762000', '093404.764000', '093404.767000', '093404.769000', '093404.772000', '093404.774000', '093404.788000', '093404.791000', '093404.793000', '093404.796000', '093404.799000', '093404.801000', '093404.804000', '093404.806000', '093404.809000', '093404.811000', '093404.814000', '093404.816000', '093404.819000', '093404.821000', '093404.824000', '093404.827000', '093404.829000', '093404.832000', '093404.834000', '093404.837000', '093404.840000', '093404.842000', '093404.845000', '093404.847000', '093404.850000', '093404.852000', '093404.855000', '093404.857000', '093404.860000', '093404.863000', '093404.865000', '093404.868000', '093424.745000', '093424.748000', '093424.751000', '093424.753000', '093424.756000', '093424.759000', '093424.761000', '093424.764000', '093424.766000', '093424.769000', '093424.771000', '093424.774000', '093424.776000', '093424.779000', '093424.782000', '093424.784000', '093424.787000', '093424.789000', '093424.792000', '093424.795000', '093424.797000', '093424.800000', '093424.802000', '093424.805000', '093424.807000', '093424.810000', '093424.812000', '093424.815000', '093424.818000', '093424.820000', '093424.823000', '093424.825000', '093424.828000', '093424.831000', '093424.833000', '093424.836000', '093424.838000', '093424.841000', '093424.843000', '093424.846000', '093424.849000', '093424.851000', '093424.854000', '093438.682000', '093438.684000', '093438.687000', '093438.690000', '093438.692000', '093438.695000', '093438.697000', '093438.700000', '093438.702000', '093438.705000', '093438.708000', '093438.710000', '093438.713000', '093438.715000', '093438.718000', '093438.721000', '093438.723000', '093438.726000', '093438.728000', '093438.731000', '093438.733000', '093438.736000', '093438.739000', '093438.741000', '093438.744000', '093438.746000', '093438.749000', '093438.751000', '093438.754000', '093438.757000', '093438.759000'], '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': [9887, 10511, 9301, 9233, 9031, 9887, 10518, 9513, 9155, 9163, 9465, 11442, 9086, 8934, 8354, 8502, 9657, 9271, 9191, 8909, 8824, 8971, 8571, 9348, 8818, 9202, 11216, 8945, 9402, 8576, 9183, 11451, 8935, 9578, 8786, 8990, 8297, 9022, 10225, 8389, 8589, 8406, 8793, 9929, 8671, 8983, 7610, 8849, 9967, 8680, 9596, 8313, 8907, 8309, 9599, 10466, 9033, 9596, 8390, 8974, 9760, 9143, 10639, 9186, 9462, 8190, 9592, 11434, 8973, 9578, 8388, 9387, 10593, 8527, 8733, 7683, 8588, 10084, 8477, 8691, 7743, 8811, 10167, 8200, 8143, 8007, 9105, 9677, 8940, 9479, 7781, 8775, 10367, 9002, 11029, 8962, 9593, 8472, 9410, 12068, 8467, 9703, 8245, 9551, 10994, 9144, 9565, 8386, 9418, 10671, 9231, 9924, 8430, 9861, 11924, 9142, 9607, 8440, 9173, 10625, 9112, 9380, 7974, 9100, 9779, 8177, 9176, 11139, 8618, 9368, 8009, 9304, 9865, 8207, 9029, 8844, 8555, 8360, 8416, 7843, 8530, 9402, 8911, 10043, 7840, 9082, 11173, 9090, 9842, 8110, 9179, 12111, 8348, 9382, 8226, 9334, 11600, 8861, 8918, 7973, 8641, 10163, 8682, 8906, 7888, 8975, 10379, 8852, 8810, 10026, 9098, 10107, 8180, 9138, 11453, 8700, 9228, 8337, 8993, 10313, 8737, 9520, 11621, 8578, 10162, 7762, 8856, 8334, 9183, 10441, 9548, 9716, 9071, 9623, 11678, 9451, 9760, 9621, 9689, 9443, 9823, 12054, 9465, 10585, 9471, 9658, 9297, 9357, 9987, 9653, 11193, 9287, 10205, 9284, 9308, 9743, 9559, 10032, 9002, 9413, 9028, 9550, 11069, 9364, 9372, 9167, 9306, 9349, 9511, 9751, 9191, 9464, 9872, 9505, 10497, 9349, 9712, 9146, 9364, 9407, 9652, 9700, 9653, 9538, 9058, 9561, 11102, 9040, 9291, 8415, 9377, 10064, 9154, 9538, 9118, 9111, 11002, 9096, 9184, 9147, 9227, 10034, 8746, 8993, 9170, 9040, 10271, 9096, 9216, 8638, 9330, 11680, 8844, 9475, 12220, 8891, 10477, 8731, 9087, 9562, 9292, 9918, 8862, 9235, 11268, 9157, 10692, 9231, 9410, 8972, 9403, 10768, 9005, 9362, 9579, 9364, 10961, 8583, 9619, 11516, 9422, 9645, 8892, 9374, 9794, 9143, 9772, 9259, 9496, 8843, 9470, 10770, 8975, 9642, 8209, 9059, 10725, 9015, 10928, 9091, 9436, 11892, 9158, 9818, 8957, 9015, 11331, 8846, 9263, 10617, 9196, 10340, 8710, 9245, 8703, 9111, 10795, 8873, 10133, 8891, 9014, 8906, 9343, 8714, 9406, 11520, 8989, 10000, 9162, 9470, 11273, 8879, 9780, 8578, 8956, 12953, 8630, 10849, 9942, 8935, 11520, 8696, 8939, 10957, 8455, 10015, 8327, 8977, 8061, 8724, 8414, 9115, 9872, 8871, 9222, 9636, 8950, 10778, 8425, 9039, 11171, 9020, 10214, 8686, 9125, 11068, 9007, 10340, 8757, 9146, 12319, 9077, 10115, 8827, 9242, 11591, 9091, 9086, 8904, 8969, 11622, 9150, 11338, 9093, 9284, 8494, 9254, 10288, 9120, 9613, 8516, 9100, 8170, 9010, 10278, 9013, 10184, 8850, 8991, 8625, 9345, 10528, 9067, 11025, 8529, 9308, 8352, 9159, 11141, 8934, 9401, 8829, 8667, 9505, 8910, 9980, 8035, 11840, 8636, 9774, 8572, 8096, 8936, 9084, 9225, 12981, 9032, 9625, 11827, 8649, 11092, 7853, 9137, 10136, 8597, 10218, 7822, 8954, 7613, 8516, 7290, 8148, 9278, 8183, 8732, 8231, 9173, 7937, 9187, 8775, 8906, 11532, 8391, 10578, 8330, 9217, 13130, 8935, 12044, 8243, 9146, 12441, 8892, 12437, 8664, 10380, 8109, 9150, 9970, 9216, 11941, 8547, 10215, 7943, 9184, 7948, 8833, 7981, 8824, 9616, 8775, 10192, 8317, 10498, 8026, 9122, 7806, 8679, 9777, 8196, 9590, 7664, 9063, 12348, 8596, 10742, 8080, 8908, 9227, 8615, 12147, 8660, 10640, 8207, 8920, 8027, 8662, 7733, 7758, 7937, 7943, 7858, 8728, 8641, 9241, 12469, 8858, 12758, 8177, 10635, 7951, 8587, 7910, 8473, 8126, 8463, 8009, 8389, 7868, 8249, 8466, 8843, 11429, 8395, 10098, 9016, 8513, 11362, 8281, 11306, 7990, 8564, 11005, 8360, 12236, 8141, 9170, 7594, 8382, 11645, 8094, 9639, 7594, 8349, 8516, 9269, 10754, 7662, 9955, 7833, 8111, 10771, 8021, 9250, 7661, 7910, 8246, 7834, 9912, 8127, 8963, 8444, 8105, 11630, 8269, 9761, 7773, 8642, 11358, 9044, 9563, 8893, 8974, 9229, 9908, 11152, 8842, 8222, 8294, 8429, 7826, 10844, 9034, 9890, 14223, 9198, 11028, 13710, 8953, 11627, 8777, 8465, 13082, 8795, 11379, 12925, 8773, 13658, 8951, 8826, 13546, 8610, 11724, 9251, 8312, 13170, 8947, 10656, 9602, 8802, 9340, 9212, 10518, 9028, 9681, 9210, 9164, 8650, 8610, 8647, 8943, 8564, 8553, 12063, 8974, 11074, 8651, 8415, 12511, 8496, 10783, 12715, 8579, 11363, 8599, 7996, 12074, 8388, 9710, 8732, 8696, 8496, 8543, 11119, 8499, 9585, 8670, 8289, 10971, 8743, 10969, 8735, 8749, 8886, 8250, 10533, 8321, 8404, 11379, 8643, 11690, 8707, 9104, 8553, 8206, 10630, 8541, 8959, 8584, 8391, 11163, 8870, 11107, 8985, 9377, 8678, 8832, 8051, 8741, 8993, 8507, 11356, 8466, 10650, 10894, 8205, 11327, 8725, 8916, 11825, 8181, 11678, 8390, 9149, 12286, 7874, 12105, 8417, 9236, 9615, 7724, 12295, 8000, 11278, 8366, 8005, 8823, 7983, 9709, 8371, 10425, 8240, 8034, 11009, 8567, 9652, 8256, 9942, 8138, 8003, 8466, 8123, 8959, 8092, 11479, 8312, 8303, 13095, 8179, 10110, 8683, 8180, 11648, 8285, 8632, 8977, 9444, 10872, 9574, 9537, 8067, 9499, 10108, 9307, 9935, 8281, 9347, 12596, 9428, 11512, 8787, 9480, 9542, 9562, 9960, 9561, 10743, 9971, 10668, 9524, 9323, 12074, 9781, 10827, 9207, 8604, 11571, 7834, 11439, 9128, 11474, 7947, 11697, 8310, 11525, 9462, 10945, 8036, 9918, 8034, 11267, 14738, 10747, 10450, 13923, 8320, 10851, 8829, 7954, 8225, 7908, 9703, 8492, 9224, 8377, 8342, 9257, 8440, 9501, 9096, 9121, 9408, 8593, 9354, 8761, 12160, 9114, 11121, 9191, 9035, 9602, 8171, 13023, 9088, 12504, 9307, 11161, 8830, 8670, 8530, 8778, 10140, 8478, 12349, 9088, 11597, 9010, 8816, 9913, 8866, 9782, 8777, 12178, 8906, 11224, 8989, 11803, 9177, 10149, 9758, 8541, 9181], 'WindowCenter': [4085.0, 4081.0, 4056.0, 4044.0, 4030.0, 4039.0, 4050.0, 4038.0, 4029.0, 4040.0, 4041.0, 4073.0, 4044.0, 4030.0, 4031.0, 4030.0, 4041.0, 4040.0, 4041.0, 4040.0, 4041.0, 4041.0, 4042.0, 4054.0, 4042.0, 4041.0, 4064.0, 4041.0, 4042.0, 4030.0, 4040.0, 4061.0, 4030.0, 4039.0, 4017.0, 4028.0, 4015.0, 4027.0, 4037.0, 4016.0, 4028.0, 4017.0, 4017.0, 4037.0, 4028.0, 4027.0, 4018.0, 4029.0, 4039.0, 4029.0, 4040.0, 4029.0, 4040.0, 4029.0, 4039.0, 4050.0, 4029.0, 4039.0, 4029.0, 4041.0, 4051.0, 4040.0, 4050.0, 4028.0, 4039.0, 4017.0, 4039.0, 4060.0, 4028.0, 4040.0, 4018.0, 4028.0, 4036.0, 4028.0, 4029.0, 4018.0, 4029.0, 4038.0, 4027.0, 4028.0, 4018.0, 4028.0, 4051.0, 4030.0, 4030.0, 4019.0, 4030.0, 4040.0, 4029.0, 4039.0, 4019.0, 4031.0, 4039.0, 4030.0, 4049.0, 4028.0, 4029.0, 4017.0, 4028.0, 4060.0, 4018.0, 4028.0, 4016.0, 4027.0, 4036.0, 4024.0, 4026.0, 4014.0, 4027.0, 4037.0, 4027.0, 4027.0, 4014.0, 4026.0, 4046.0, 4014.0, 4024.0, 4014.0, 4023.0, 4034.0, 4014.0, 4025.0, 4003.0, 4014.0, 4025.0, 4015.0, 4026.0, 4034.0, 4015.0, 4026.0, 4004.0, 4026.0, 4037.0, 4017.0, 4028.0, 4030.0, 4043.0, 4031.0, 4043.0, 4030.0, 4029.0, 4040.0, 4041.0, 4053.0, 4030.0, 4042.0, 4050.0, 4030.0, 4040.0, 4018.0, 4029.0, 4060.0, 4018.0, 4028.0, 4017.0, 4027.0, 4047.0, 4016.0, 4027.0, 4016.0, 4016.0, 4038.0, 4017.0, 4026.0, 4016.0, 4026.0, 4038.0, 4026.0, 4028.0, 4027.0, 4017.0, 4038.0, 4016.0, 4027.0, 4048.0, 4017.0, 4028.0, 4016.0, 4016.0, 4037.0, 4015.0, 4027.0, 4047.0, 4031.0, 4052.0, 4019.0, 4028.0, 4018.0, 4040.0, 4062.0, 4040.0, 4040.0, 4029.0, 4041.0, 4062.0, 4042.0, 4039.0, 4038.0, 4039.0, 4037.0, 4039.0, 4061.0, 4040.0, 4040.0, 4028.0, 4027.0, 4026.0, 4027.0, 4025.0, 4026.0, 4046.0, 4016.0, 4026.0, 4014.0, 4014.0, 4013.0, 4013.0, 4022.0, 4013.0, 4015.0, 4014.0, 4025.0, 4034.0, 4013.0, 4013.0, 4013.0, 4014.0, 4012.0, 4014.0, 4013.0, 4015.0, 4026.0, 4026.0, 4025.0, 4037.0, 4016.0, 4014.0, 4013.0, 4014.0, 4014.0, 4024.0, 4024.0, 4024.0, 4026.0, 4015.0, 4026.0, 4049.0, 4027.0, 4026.0, 4015.0, 4026.0, 4026.0, 4026.0, 4027.0, 4028.0, 4028.0, 4037.0, 4015.0, 4027.0, 4026.0, 4026.0, 4026.0, 4016.0, 4028.0, 4027.0, 4027.0, 4037.0, 4028.0, 4028.0, 4017.0, 4028.0, 4048.0, 4016.0, 4028.0, 4048.0, 4016.0, 4026.0, 4014.0, 4015.0, 4025.0, 4015.0, 4025.0, 4015.0, 4026.0, 4036.0, 4015.0, 4037.0, 4027.0, 4026.0, 4014.0, 4015.0, 4035.0, 4014.0, 4026.0, 4025.0, 4026.0, 4037.0, 4016.0, 4026.0, 4035.0, 4014.0, 4023.0, 4014.0, 4014.0, 4026.0, 4027.0, 4026.0, 4026.0, 4027.0, 4016.0, 4027.0, 4036.0, 4017.0, 4039.0, 4029.0, 4028.0, 4036.0, 4028.0, 4037.0, 4016.0, 4027.0, 4036.0, 4014.0, 4026.0, 4015.0, 4014.0, 4035.0, 4013.0, 4014.0, 4023.0, 4013.0, 4022.0, 4014.0, 4027.0, 4019.0, 4028.0, 4038.0, 4017.0, 4024.0, 4015.0, 4015.0, 4014.0, 4014.0, 4003.0, 4015.0, 4036.0, 4016.0, 4026.0, 4027.0, 4040.0, 4038.0, 4015.0, 4023.0, 4001.0, 4002.0, 4032.0, 4003.0, 4022.0, 4011.0, 4000.0, 4021.0, 3989.0, 4000.0, 4021.0, 3990.0, 4012.0, 4001.0, 4000.0, 3990.0, 4015.0, 4002.0, 4014.0, 4012.0, 4013.0, 4014.0, 4012.0, 4003.0, 4024.0, 4004.0, 4014.0, 4022.0, 4002.0, 4012.0, 4001.0, 4002.0, 4021.0, 4002.0, 4013.0, 4002.0, 4002.0, 4022.0, 4001.0, 4011.0, 4000.0, 4000.0, 4021.0, 4001.0, 4001.0, 4001.0, 4003.0, 4022.0, 4001.0, 4023.0, 4001.0, 4001.0, 3990.0, 4001.0, 4011.0, 4002.0, 4013.0, 4002.0, 4015.0, 4005.0, 4015.0, 4013.0, 4013.0, 4024.0, 4014.0, 4015.0, 4004.0, 4017.0, 4026.0, 4017.0, 4038.0, 4018.0, 4016.0, 4005.0, 4015.0, 4025.0, 4016.0, 4029.0, 4032.0, 4019.0, 4028.0, 4016.0, 4029.0, 4009.0, 4048.0, 4030.0, 4026.0, 4017.0, 4018.0, 4029.0, 4029.0, 4033.0, 4061.0, 4019.0, 4017.0, 4025.0, 4003.0, 4025.0, 3991.0, 4003.0, 4012.0, 4002.0, 4025.0, 4006.0, 4018.0, 4006.0, 4005.0, 3994.0, 4005.0, 4016.0, 4017.0, 4017.0, 4019.0, 4029.0, 4021.0, 4043.0, 4030.0, 4032.0, 4051.0, 4019.0, 4040.0, 4007.0, 4028.0, 4048.0, 4016.0, 4037.0, 4006.0, 4016.0, 4037.0, 4003.0, 4035.0, 4004.0, 4014.0, 3992.0, 4015.0, 4013.0, 4003.0, 4035.0, 4004.0, 4027.0, 3993.0, 4014.0, 3993.0, 4005.0, 4004.0, 4016.0, 4027.0, 4016.0, 4026.0, 4017.0, 4028.0, 4006.0, 4017.0, 3996.0, 4017.0, 4027.0, 4017.0, 4029.0, 4008.0, 4029.0, 4048.0, 4018.0, 4037.0, 4006.0, 4016.0, 4029.0, 4017.0, 4047.0, 4015.0, 4038.0, 4020.0, 4029.0, 4020.0, 4032.0, 4006.0, 3995.0, 4005.0, 3994.0, 3993.0, 4005.0, 4004.0, 4015.0, 4035.0, 4005.0, 4034.0, 3993.0, 4011.0, 3991.0, 4001.0, 3992.0, 4002.0, 4004.0, 4004.0, 4004.0, 4005.0, 4005.0, 4006.0, 4006.0, 4015.0, 4038.0, 4007.0, 4027.0, 4016.0, 4016.0, 4036.0, 4005.0, 4036.0, 4006.0, 4004.0, 4026.0, 4004.0, 4034.0, 3994.0, 4015.0, 3992.0, 4005.0, 4024.0, 4006.0, 4015.0, 3995.0, 4017.0, 4028.0, 4038.0, 4038.0, 4007.0, 4026.0, 3993.0, 4004.0, 4022.0, 4005.0, 4042.0, 4008.0, 4004.0, 4006.0, 4007.0, 4025.0, 4006.0, 4018.0, 4006.0, 4018.0, 4047.0, 4016.0, 4029.0, 4006.0, 4029.0, 4048.0, 4027.0, 4027.0, 4028.0, 4030.0, 4042.0, 4051.0, 4049.0, 4040.0, 4015.0, 4002.0, 4013.0, 4017.0, 4051.0, 4017.0, 4026.0, 4055.0, 4027.0, 4038.0, 4044.0, 4014.0, 4035.0, 4003.0, 4002.0, 4034.0, 4002.0, 4023.0, 4033.0, 3990.0, 4031.0, 3990.0, 3988.0, 4018.0, 3986.0, 4006.0, 3987.0, 3976.0, 4018.0, 3986.0, 3996.0, 3997.0, 3986.0, 3987.0, 3999.0, 4008.0, 4002.0, 4012.0, 4014.0, 4016.0, 4006.0, 4004.0, 4003.0, 4002.0, 4003.0, 4004.0, 4046.0, 4016.0, 4025.0, 4003.0, 4017.0, 4046.0, 4003.0, 4022.0, 4032.0, 3991.0, 4022.0, 3988.0, 3977.0, 4009.0, 3976.0, 3997.0, 3988.0, 3988.0, 3990.0, 3989.0, 4020.0, 4002.0, 4001.0, 4002.0, 3991.0, 4022.0, 4002.0, 4023.0, 4001.0, 4001.0, 4002.0, 3992.0, 4010.0, 3991.0, 4003.0, 4035.0, 4002.0, 4023.0, 4000.0, 4002.0, 3990.0, 4003.0, 4012.0, 4002.0, 4003.0, 4002.0, 4004.0, 4034.0, 4015.0, 4035.0, 4016.0, 4012.0, 4013.0, 4026.0, 4006.0, 4019.0, 4027.0, 4029.0, 4037.0, 4004.0, 4026.0, 4023.0, 4002.0, 4023.0, 4003.0, 4003.0, 4022.0, 3990.0, 4021.0, 3989.0, 4001.0, 4019.0, 3979.0, 4021.0, 3978.0, 3988.0, 3996.0, 3977.0, 4018.0, 3991.0, 4023.0, 3989.0, 3987.0, 4000.0, 3990.0, 3998.0, 4001.0, 4022.0, 3989.0, 3992.0, 4021.0, 4005.0, 4012.0, 4015.0, 4040.0, 4007.0, 4019.0, 4017.0, 4005.0, 4014.0, 4005.0, 4037.0, 4005.0, 4004.0, 4044.0, 4004.0, 4023.0, 4002.0, 4003.0, 4034.0, 4004.0, 4031.0, 4030.0, 4039.0, 4023.0, 4011.0, 4012.0, 3991.0, 4014.0, 4022.0, 4014.0, 4024.0, 4004.0, 4028.0, 4049.0, 4025.0, 4048.0, 4018.0, 4014.0, 4013.0, 4012.0, 4024.0, 4025.0, 4036.0, 4028.0, 4040.0, 4027.0, 4027.0, 4046.0, 4027.0, 4036.0, 4016.0, 4032.0, 4051.0, 4006.0, 4047.0, 4029.0, 4036.0, 4007.0, 4049.0, 4005.0, 4038.0, 4015.0, 4025.0, 3992.0, 4000.0, 3991.0, 4023.0, 4056.0, 4022.0, 3998.0, 4015.0, 3976.0, 3996.0, 3974.0, 3966.0, 3975.0, 3977.0, 3986.0, 3987.0, 3987.0, 3988.0, 3990.0, 3999.0, 3991.0, 4011.0, 4002.0, 4001.0, 4014.0, 4004.0, 4002.0, 4002.0, 4021.0, 4003.0, 4024.0, 4003.0, 4004.0, 4003.0, 4005.0, 4046.0, 4016.0, 4044.0, 4026.0, 4036.0, 4015.0, 4015.0, 4003.0, 4015.0, 4024.0, 4005.0, 4046.0, 4016.0, 4035.0, 4003.0, 4004.0, 4010.0, 4003.0, 4024.0, 4004.0, 4033.0, 4003.0, 4023.0, 4015.0, 4048.0, 4015.0, 4013.0, 4000.0, 4001.0, 4000.0], 'WindowWidth': [9094.0, 9081.0, 9038.0, 9017.0, 8990.0, 8998.0, 9014.0, 8995.0, 8984.0, 9001.0, 9006.0, 9054.0, 9015.0, 8988.0, 8994.0, 8987.0, 9002.0, 9000.0, 9003.0, 9003.0, 9005.0, 9006.0, 9010.0, 9028.0, 9008.0, 9003.0, 9042.0, 9003.0, 9008.0, 8988.0, 8999.0, 9031.0, 8986.0, 9000.0, 8964.0, 8979.0, 8961.0, 8976.0, 8990.0, 8962.0, 8979.0, 8966.0, 8964.0, 8991.0, 8981.0, 8979.0, 8970.0, 8985.0, 8998.0, 8986.0, 9004.0, 8987.0, 9002.0, 8985.0, 8998.0, 9013.0, 8983.0, 8999.0, 8985.0, 9003.0, 9019.0, 9001.0, 9014.0, 8982.0, 8998.0, 8966.0, 8998.0, 9029.0, 8983.0, 9000.0, 8967.0, 8981.0, 8991.0, 8981.0, 8985.0, 8969.0, 8984.0, 8995.0, 8980.0, 8984.0, 8969.0, 8982.0, 9018.0, 8987.0, 8989.0, 8971.0, 8987.0, 9002.0, 8986.0, 8999.0, 8975.0, 8991.0, 8999.0, 8985.0, 9012.0, 8981.0, 8983.0, 8963.0, 8979.0, 9029.0, 8970.0, 8982.0, 8962.0, 8976.0, 8987.0, 8970.0, 8975.0, 8956.0, 8977.0, 8993.0, 8976.0, 8978.0, 8956.0, 8975.0, 9002.0, 8955.0, 8969.0, 8956.0, 8966.0, 8983.0, 8956.0, 8973.0, 8941.0, 8955.0, 8970.0, 8957.0, 8974.0, 8984.0, 8958.0, 8975.0, 8943.0, 8975.0, 8993.0, 8967.0, 8983.0, 8986.0, 9012.0, 8990.0, 9009.0, 8989.0, 8986.0, 9000.0, 9003.0, 9023.0, 8989.0, 9005.0, 9014.0, 8987.0, 8999.0, 8969.0, 8982.0, 9027.0, 8970.0, 8981.0, 8962.0, 8977.0, 9004.0, 8960.0, 8976.0, 8960.0, 8962.0, 8995.0, 8963.0, 8975.0, 8961.0, 8975.0, 8993.0, 8975.0, 8981.0, 8977.0, 8962.0, 8993.0, 8962.0, 8978.0, 9007.0, 8964.0, 8979.0, 8960.0, 8961.0, 8989.0, 8958.0, 8977.0, 9008.0, 8991.0, 9020.0, 8972.0, 8980.0, 8967.0, 9001.0, 9036.0, 9000.0, 9000.0, 8982.0, 9005.0, 9035.0, 9005.0, 8998.0, 8993.0, 8998.0, 8993.0, 8996.0, 9031.0, 8999.0, 8998.0, 8979.0, 8978.0, 8973.0, 8975.0, 8972.0, 8971.0, 9003.0, 8959.0, 8976.0, 8953.0, 8955.0, 8952.0, 8950.0, 8963.0, 8951.0, 8956.0, 8954.0, 8969.0, 8980.0, 8951.0, 8951.0, 8951.0, 8953.0, 8950.0, 8952.0, 8953.0, 8956.0, 8973.0, 8973.0, 8970.0, 8988.0, 8959.0, 8954.0, 8949.0, 8952.0, 8954.0, 8968.0, 8968.0, 8968.0, 8972.0, 8956.0, 8974.0, 9010.0, 8977.0, 8972.0, 8956.0, 8974.0, 8974.0, 8974.0, 8977.0, 8980.0, 8979.0, 8990.0, 8956.0, 8974.0, 8972.0, 8971.0, 8973.0, 8960.0, 8982.0, 8978.0, 8978.0, 8991.0, 8979.0, 8981.0, 8964.0, 8979.0, 9006.0, 8960.0, 8980.0, 9005.0, 8960.0, 8972.0, 8953.0, 8958.0, 8970.0, 8956.0, 8970.0, 8955.0, 8974.0, 8988.0, 8956.0, 8990.0, 8975.0, 8974.0, 8953.0, 8956.0, 8983.0, 8954.0, 8971.0, 8969.0, 8972.0, 8992.0, 8962.0, 8972.0, 8981.0, 8954.0, 8966.0, 8954.0, 8955.0, 8974.0, 8977.0, 8975.0, 8974.0, 8976.0, 8958.0, 8975.0, 8986.0, 8962.0, 8995.0, 8985.0, 8980.0, 8988.0, 8980.0, 8990.0, 8958.0, 8976.0, 8987.0, 8954.0, 8971.0, 8955.0, 8953.0, 8981.0, 8950.0, 8953.0, 8963.0, 8948.0, 8962.0, 8954.0, 8975.0, 8970.0, 8978.0, 8992.0, 8961.0, 8967.0, 8953.0, 8955.0, 8953.0, 8953.0, 8937.0, 8955.0, 8986.0, 8959.0, 8973.0, 8979.0, 8999.0, 8993.0, 8956.0, 8964.0, 8931.0, 8934.0, 8975.0, 8934.0, 8960.0, 8941.0, 8927.0, 8955.0, 8909.0, 8926.0, 8958.0, 8914.0, 8948.0, 8932.0, 8927.0, 8913.0, 8955.0, 8934.0, 8952.0, 8948.0, 8948.0, 8953.0, 8945.0, 8933.0, 8965.0, 8939.0, 8951.0, 8959.0, 8930.0, 8947.0, 8928.0, 8931.0, 8956.0, 8930.0, 8948.0, 8933.0, 8932.0, 8958.0, 8926.0, 8942.0, 8923.0, 8924.0, 8953.0, 8925.0, 8928.0, 8928.0, 8934.0, 8958.0, 8928.0, 8960.0, 8927.0, 8928.0, 8912.0, 8928.0, 8940.0, 8929.0, 8946.0, 8931.0, 8952.0, 8943.0, 8954.0, 8946.0, 8949.0, 8963.0, 8950.0, 8953.0, 8938.0, 8958.0, 8971.0, 8957.0, 8990.0, 8962.0, 8957.0, 8939.0, 8953.0, 8965.0, 8954.0, 8982.0, 8987.0, 8965.0, 8975.0, 8956.0, 8978.0, 8954.0, 9003.0, 8984.0, 8972.0, 8959.0, 8963.0, 8978.0, 8981.0, 8990.0, 9029.0, 8964.0, 8958.0, 8964.0, 8933.0, 8963.0, 8914.0, 8931.0, 8944.0, 8930.0, 8968.0, 8944.0, 8963.0, 8945.0, 8939.0, 8923.0, 8939.0, 8954.0, 8960.0, 8962.0, 8966.0, 8981.0, 8973.0, 9005.0, 8984.0, 8988.0, 9012.0, 8966.0, 8996.0, 8945.0, 8976.0, 9003.0, 8956.0, 8985.0, 8941.0, 8958.0, 8986.0, 8935.0, 8979.0, 8935.0, 8949.0, 8918.0, 8951.0, 8946.0, 8933.0, 8981.0, 8938.0, 8971.0, 8921.0, 8948.0, 8920.0, 8940.0, 8936.0, 8956.0, 8973.0, 8958.0, 8972.0, 8960.0, 8977.0, 8943.0, 8958.0, 8929.0, 8959.0, 8972.0, 8962.0, 8982.0, 8951.0, 8980.0, 9002.0, 8961.0, 8985.0, 8943.0, 8958.0, 8979.0, 8960.0, 8999.0, 8956.0, 8990.0, 8970.0, 8982.0, 8971.0, 8990.0, 8946.0, 8927.0, 8939.0, 8925.0, 8922.0, 8940.0, 8938.0, 8955.0, 8982.0, 8940.0, 8977.0, 8919.0, 8942.0, 8914.0, 8929.0, 8917.0, 8934.0, 8940.0, 8940.0, 8939.0, 8941.0, 8941.0, 8943.0, 8944.0, 8957.0, 8990.0, 8948.0, 8974.0, 8958.0, 8958.0, 8984.0, 8942.0, 8984.0, 8943.0, 8941.0, 8969.0, 8939.0, 8980.0, 8923.0, 8952.0, 8919.0, 8938.0, 8963.0, 8941.0, 8954.0, 8927.0, 8961.0, 8982.0, 8995.0, 8992.0, 8949.0, 8969.0, 8921.0, 8939.0, 8961.0, 8940.0, 9004.0, 8953.0, 8942.0, 8943.0, 8949.0, 8970.0, 8946.0, 8965.0, 8944.0, 8965.0, 9003.0, 8958.0, 8982.0, 8946.0, 8982.0, 9005.0, 8975.0, 8977.0, 8979.0, 8985.0, 9009.0, 9021.0, 9011.0, 9002.0, 8959.0, 8935.0, 8953.0, 8963.0, 9016.0, 8963.0, 8971.0, 9012.0, 8978.0, 8993.0, 8995.0, 8953.0, 8983.0, 8937.0, 8935.0, 8980.0, 8932.0, 8964.0, 8974.0, 8913.0, 8970.0, 8910.0, 8906.0, 8947.0, 8899.0, 8929.0, 8902.0, 8887.0, 8944.0, 8900.0, 8913.0, 8916.0, 8902.0, 8903.0, 8921.0, 8934.0, 8933.0, 8946.0, 8951.0, 8958.0, 8943.0, 8939.0, 8937.0, 8933.0, 8935.0, 8936.0, 9000.0, 8956.0, 8966.0, 8933.0, 8962.0, 8999.0, 8934.0, 8959.0, 8972.0, 8914.0, 8955.0, 8904.0, 8889.0, 8932.0, 8886.0, 8915.0, 8906.0, 8907.0, 8911.0, 8910.0, 8952.0, 8928.0, 8928.0, 8928.0, 8917.0, 8957.0, 8933.0, 8962.0, 8929.0, 8929.0, 8930.0, 8918.0, 8941.0, 8914.0, 8934.0, 8980.0, 8932.0, 8960.0, 8925.0, 8931.0, 8912.0, 8933.0, 8943.0, 8931.0, 8935.0, 8932.0, 8937.0, 8981.0, 8957.0, 8986.0, 8959.0, 8950.0, 8951.0, 8975.0, 8947.0, 8967.0, 8977.0, 8983.0, 8990.0, 8941.0, 8971.0, 8962.0, 8933.0, 8965.0, 8934.0, 8935.0, 8960.0, 8914.0, 8957.0, 8910.0, 8928.0, 8950.0, 8895.0, 8955.0, 8892.0, 8906.0, 8915.0, 8891.0, 8946.0, 8917.0, 8965.0, 8910.0, 8906.0, 8925.0, 8911.0, 8922.0, 8929.0, 8957.0, 8911.0, 8920.0, 8957.0, 8939.0, 8948.0, 8958.0, 8999.0, 8948.0, 8971.0, 8965.0, 8942.0, 8952.0, 8942.0, 8988.0, 8942.0, 8938.0, 8990.0, 8937.0, 8962.0, 8932.0, 8936.0, 8977.0, 8938.0, 8988.0, 8986.0, 8995.0, 8963.0, 8943.0, 8944.0, 8915.0, 8950.0, 8961.0, 8953.0, 8967.0, 8938.0, 8978.0, 9009.0, 8973.0, 9005.0, 8968.0, 8954.0, 8949.0, 8947.0, 8965.0, 8970.0, 8985.0, 8977.0, 8998.0, 8974.0, 8976.0, 9001.0, 8974.0, 8986.0, 8956.0, 8990.0, 9012.0, 8946.0, 9003.0, 8980.0, 8985.0, 8949.0, 9007.0, 8941.0, 8989.0, 8951.0, 8965.0, 8917.0, 8924.0, 8913.0, 8961.0, 9015.0, 8961.0, 8920.0, 8936.0, 8883.0, 8909.0, 8878.0, 8870.0, 8880.0, 8887.0, 8899.0, 8903.0, 8903.0, 8906.0, 8911.0, 8922.0, 8911.0, 8943.0, 8931.0, 8930.0, 8951.0, 8937.0, 8933.0, 8930.0, 8955.0, 8933.0, 8961.0, 8932.0, 8936.0, 8932.0, 8939.0, 8997.0, 8956.0, 8995.0, 8973.0, 8982.0, 8955.0, 8957.0, 8936.0, 8955.0, 8965.0, 8942.0, 9002.0, 8958.0, 8981.0, 8936.0, 8935.0, 8939.0, 8936.0, 8967.0, 8939.0, 8975.0, 8934.0, 8963.0, 8957.0, 9003.0, 8954.0, 8947.0, 8925.0, 8928.0, 8924.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.0035899195402298843</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.055832486781609195</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.06316637804373</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1122013991714594</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9703817161565013</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4832</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5168.3325</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.13108677083403095</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>94</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>10.804597701149426</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.761679524236103</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.540960030327883</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>3.1506971066997087</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.593381435680717</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00768139</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009096456691622734</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.033619001507759094</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.60128039876732</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.553</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.5292</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>204.1671</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>302807.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>1053.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>382.4574</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.738</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>497.079</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3197.1886</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3468.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>73737.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>831.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4219.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>962.9843</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>28.87961453164462</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> |