=== 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-0064 --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-0064",
"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-0064_ses-03_task-social_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0064_ses-03_task-social_acq-mb8_run-02_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-03_subject-0064_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-0064/figures/sub-0064_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-03_subject-0064_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-0064/figures/sub-0064_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-03_subject-0064_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-0064/figures/sub-0064_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-03_subject-0064_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-0064/figures/sub-0064_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-03_subject-0064_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-0064/figures/sub-0064_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-03_subject-0064_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-0064/figures/sub-0064_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0064_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-0064/figures/sub-0064_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0064/figures/sub-0064_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0064/ses-03/func/sub-0064_ses-03_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>da959a997cdce536db310f4cb4b174bd</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>08:56:36.662500</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.997892, -0.050478, -0.0407824, 0.0502018, 0.998709, -0.00776815]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0819112</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4116, -7733, -7250, 563, -26, -99, -29, 118]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>219.288</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>abb2645c-43bb-4070-a4c2-3ce83ecbbe79||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.677271604537964, 0.1346878558397293, -0.11102907359600067, 112.24956512451172], [0.1354287713766098, 2.6794629096984863, -0.01540195569396019, -98.00543975830078], [-0.10941623151302338, 0.020841389894485474, 2.697672128677368, -63.24856185913086], [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': ['085636.662500', '085637.122500', '085637.582500', '085638.042500', '085638.502500', '085638.962500', '085639.422500', '085639.882500', '085640.342500', '085640.802500', '085641.262500', '085641.722500', '085642.182500', '085642.642500', '085643.102500', '085643.562500', '085644.022500', '085644.482500', '085644.942500', '085645.402500', '085645.862500', '085646.322500', '085646.782500', '085647.242500', '085647.702500', '085648.162500', '085648.622500', '085649.082500', '085649.542500', '085650.002500', '085650.462500', '085650.922500', '085651.382500', '085651.842500', '085652.302500', '085652.762500', '085653.222500', '085653.682500', '085654.142500', '085654.602500', '085655.062500', '085655.522500', '085655.982500', '085656.442500', '085656.902500', '085657.362500', '085657.822500', '085658.282500', '085658.742500', '085659.202500', '085659.662500', '085700.122500', '085700.582500', '085701.042500', '085701.502500', '085701.962500', '085702.422500', '085702.882500', '085703.342500', '085703.802500', '085704.262500', '085704.722500', '085705.182500', '085705.642500', '085706.102500', '085706.562500', '085707.022500', '085707.482500', '085707.942500', '085708.402500', '085708.862500', '085709.322500', '085709.782500', '085710.242500', '085710.702500', '085711.162500', '085711.622500', '085712.082500', '085712.542500', '085713.002500', '085713.462500', '085713.922500', '085714.382500', '085714.842500', '085715.302500', '085715.762500', '085716.222500', '085716.682500', '085717.142500', '085717.602500', '085718.062500', '085718.522500', '085718.982500', '085719.442500', '085719.902500', '085720.362500', '085720.822500', '085721.282500', '085721.742500', '085722.202500', '085722.662500', '085723.122500', '085723.582500', '085724.042500', '085724.502500', '085724.962500', '085725.422500', '085725.882500', '085726.342500', '085726.802500', '085727.262500', '085727.722500', '085728.182500', '085728.642500', '085729.102500', '085729.562500', '085730.022500', '085730.482500', '085730.942500', '085731.402500', '085731.862500', '085732.322500', '085732.782500', '085733.242500', '085733.702500', '085734.162500', '085734.622500', '085735.082500', '085735.542500', '085736.002500', '085736.462500', '085736.922500', '085737.382500', '085737.842500', '085738.302500', '085738.762500', '085739.222500', '085739.682500', '085740.142500', '085740.602500', '085741.062500', '085741.522500', '085741.982500', '085742.442500', '085742.902500', '085743.362500', '085743.822500', '085744.282500', '085744.742500', '085745.202500', '085745.662500', '085746.122500', '085746.582500', '085747.042500', '085747.502500', '085747.962500', '085748.422500', '085748.882500', '085749.342500', '085749.802500', '085750.262500', '085750.722500', '085751.182500', '085751.642500', '085752.102500', '085752.562500', '085753.022500', '085753.482500', '085753.942500', '085754.402500', '085754.862500', '085755.322500', '085755.782500', '085756.242500', '085756.702500', '085757.162500', '085757.622500', '085758.082500', '085758.542500', '085759.002500', '085759.462500', '085759.922500', '085800.382500', '085800.842500', '085801.302500', '085801.762500', '085802.222500', '085802.682500', '085803.142500', '085803.602500', '085804.062500', '085804.522500', '085804.982500', '085805.442500', '085805.902500', '085806.362500', '085806.822500', '085807.282500', '085807.742500', '085808.202500', '085808.662500', '085809.122500', '085809.582500', '085810.042500', '085810.502500', '085810.962500', '085811.422500', '085811.882500', '085812.342500', '085812.802500', '085813.262500', '085813.722500', '085814.182500', '085814.642500', '085815.102500', '085815.562500', '085816.022500', '085816.482500', '085816.942500', '085817.402500', '085817.862500', '085818.322500', '085818.782500', '085819.242500', '085819.702500', '085820.162500', '085820.622500', '085821.082500', '085821.542500', '085822.002500', '085822.462500', '085822.922500', '085823.382500', '085823.842500', '085824.302500', '085824.762500', '085825.222500', '085825.682500', '085826.142500', '085826.602500', '085827.062500', '085827.522500', '085827.982500', '085828.442500', '085828.902500', '085829.362500', '085829.822500', '085830.282500', '085830.742500', '085831.202500', '085831.662500', '085832.122500', '085832.582500', '085833.042500', '085833.502500', '085833.962500', '085834.422500', '085834.882500', '085835.342500', '085835.802500', '085836.262500', '085836.722500', '085837.182500', '085837.642500', '085838.102500', '085838.562500', '085839.022500', '085839.482500', '085839.942500', '085840.402500', '085840.862500', '085841.322500', '085841.782500', '085842.242500', '085842.702500', '085843.162500', '085843.622500', '085844.082500', '085844.542500', '085845.002500', '085845.462500', '085845.922500', '085846.382500', '085846.842500', '085847.302500', '085847.762500', '085848.222500', '085848.682500', '085849.142500', '085849.602500', '085850.062500', '085850.522500', '085850.982500', '085851.442500', '085851.902500', '085852.362500', '085852.822500', '085853.282500', '085853.742500', '085854.202500', '085854.662500', '085855.122500', '085855.582500', '085856.042500', '085856.502500', '085856.962500', '085857.422500', '085857.882500', '085858.342500', '085858.802500', '085859.262500', '085859.722500', '085900.182500', '085900.642500', '085901.102500', '085901.562500', '085902.022500', '085902.482500', '085902.942500', '085903.402500', '085903.862500', '085904.322500', '085904.782500', '085905.242500', '085905.702500', '085906.162500', '085906.622500', '085907.082500', '085907.542500', '085908.002500', '085908.462500', '085908.922500', '085909.382500', '085909.842500', '085910.302500', '085910.762500', '085911.222500', '085911.682500', '085912.142500', '085912.602500', '085913.062500', '085913.522500', '085913.982500', '085914.442500', '085914.902500', '085915.362500', '085915.822500', '085916.282500', '085916.742500', '085917.202500', '085917.662500', '085918.122500', '085918.582500', '085919.042500', '085919.502500', '085919.962500', '085920.422500', '085920.882500', '085921.342500', '085921.802500', '085922.262500', '085922.722500', '085923.182500', '085923.642500', '085924.102500', '085924.562500', '085925.022500', '085925.482500', '085925.942500', '085926.402500', '085926.862500', '085927.322500', '085927.782500', '085928.242500', '085928.702500', '085929.162500', '085929.622500', '085930.082500', '085930.542500', '085931.002500', '085931.462500', '085931.922500', '085932.382500', '085932.842500', '085933.302500', '085933.762500', '085934.222500', '085934.682500', '085935.142500', '085935.602500', '085936.062500', '085936.522500', '085936.982500', '085937.442500', '085937.902500', '085938.362500', '085938.822500', '085939.282500', '085939.742500', '085940.202500', '085940.662500', '085941.122500', '085941.582500', '085942.042500', '085942.502500', '085942.962500', '085943.422500', '085943.882500', '085944.342500', '085944.802500', '085945.262500', '085945.722500', '085946.182500', '085946.642500', '085947.102500', '085947.562500', '085948.022500', '085948.482500', '085948.942500', '085949.402500', '085949.862500', '085950.322500', '085950.782500', '085951.242500', '085951.702500', '085952.162500', '085952.622500', '085953.082500', '085953.542500', '085954.002500', '085954.462500', '085954.922500', '085955.382500', '085955.842500', '085956.302500', '085956.762500', '085957.222500', '085957.682500', '085958.142500', '085958.602500', '085959.062500', '085959.522500', '085959.982500', '090000.442500', '090000.902500', '090001.362500', '090001.822500', '090002.282500', '090002.742500', '090003.202500', '090003.662500', '090004.122500', '090004.582500', '090005.042500', '090005.502500', '090005.962500', '090006.422500', '090006.882500', '090007.342500', '090007.802500', '090008.262500', '090008.722500', '090009.182500', '090009.642500', '090010.102500', '090010.562500', '090011.022500', '090011.482500', '090011.942500', '090012.402500', '090012.862500', '090013.322500', '090013.782500', '090014.242500', '090014.702500', '090015.162500', '090015.622500', '090016.082500', '090016.542500', '090017.002500', '090017.462500', '090017.922500', '090018.382500', '090018.842500', '090019.302500', '090019.762500', '090020.222500', '090020.682500', '090021.142500', '090021.602500', '090022.062500', '090022.522500', '090022.982500', '090023.442500', '090023.902500', '090024.362500', '090024.822500', '090025.282500', '090025.742500', '090026.202500', '090026.662500', '090027.122500', '090027.582500', '090028.042500', '090028.502500', '090028.962500', '090029.422500', '090029.882500', '090030.342500', '090030.802500', '090031.262500', '090031.722500', '090032.182500', '090032.642500', '090033.102500', '090033.562500', '090034.022500', '090034.482500', '090034.942500', '090035.402500', '090035.862500', '090036.322500', '090036.782500', '090037.242500', '090037.702500', '090038.162500', '090038.622500', '090039.082500', '090039.542500', '090040.002500', '090040.462500', '090040.922500', '090041.382500', '090041.842500', '090042.302500', '090042.762500', '090043.222500', '090043.682500', '090044.142500', '090044.602500', '090045.062500', '090045.522500', '090045.982500', '090046.442500', '090046.902500', '090047.362500', '090047.822500', '090048.282500', '090048.742500', '090049.202500', '090049.662500', '090050.122500', '090050.582500', '090051.042500', '090051.502500', '090051.962500', '090052.422500', '090052.882500', '090053.342500', '090053.802500', '090054.262500', '090054.722500', '090055.182500', '090055.642500', '090056.102500', '090056.562500', '090057.022500', '090057.482500', '090057.942500', '090058.402500', '090058.862500', '090059.322500', '090059.782500', '090100.242500', '090100.702500', '090101.162500', '090101.622500', '090102.082500', '090102.542500', '090103.002500', '090103.462500', '090103.922500', '090104.382500', '090104.842500', '090105.302500', '090105.762500', '090106.222500', '090106.682500', '090107.142500', '090107.602500', '090108.062500', '090108.522500', '090108.982500', '090109.442500', '090109.902500', '090110.362500', '090110.822500', '090111.282500', '090111.742500', '090112.202500', '090112.662500', '090113.122500', '090113.582500', '090114.042500', '090114.502500', '090114.962500', '090115.422500', '090115.882500', '090116.342500', '090116.802500', '090117.262500', '090117.722500', '090118.182500', '090118.642500', '090119.102500', '090119.562500', '090120.022500', '090120.482500', '090120.942500', '090121.402500', '090121.862500', '090122.322500', '090122.782500', '090123.242500', '090123.702500', '090124.162500', '090124.622500', '090125.082500', '090125.542500', '090126.002500', '090126.462500', '090126.922500', '090127.382500', '090127.842500', '090128.302500', '090128.762500', '090129.222500', '090129.682500', '090130.142500', '090130.602500', '090131.062500', '090131.522500', '090131.982500', '090132.442500', '090132.902500', '090133.362500', '090133.822500', '090134.282500', '090134.742500', '090135.202500', '090135.662500', '090136.122500', '090136.582500', '090137.042500', '090137.502500', '090137.962500', '090138.422500', '090138.882500', '090139.342500', '090139.802500', '090140.262500', '090140.722500', '090141.182500', '090141.642500', '090142.102500', '090142.562500', '090143.022500', '090143.482500', '090143.942500', '090144.402500', '090144.862500', '090145.322500', '090145.782500', '090146.242500', '090146.702500', '090147.162500', '090147.622500', '090148.082500', '090148.542500', '090149.002500', '090149.462500', '090149.922500', '090150.382500', '090150.842500', '090151.302500', '090151.762500', '090152.222500', '090152.682500', '090153.142500', '090153.602500', '090154.062500', '090154.522500', '090154.982500', '090155.442500', '090155.902500', '090156.362500', '090156.822500', '090157.282500', '090157.742500', '090158.202500', '090158.662500', '090159.122500', '090159.582500', '090200.042500', '090200.502500', '090200.962500', '090201.422500', '090201.882500', '090202.342500', '090202.802500', '090203.262500', '090203.722500', '090204.182500', '090204.642500', '090205.102500', '090205.562500', '090206.022500', '090206.482500', '090206.942500', '090207.402500', '090207.862500', '090208.322500', '090208.782500', '090209.242500', '090209.702500', '090210.162500', '090210.622500', '090211.082500', '090211.542500', '090212.002500', '090212.462500', '090212.922500', '090213.382500', '090213.842500', '090214.302500', '090214.762500', '090215.222500', '090215.682500', '090216.142500', '090216.602500', '090217.062500', '090217.522500', '090217.982500', '090218.442500', '090218.902500', '090219.362500', '090219.822500', '090220.282500', '090220.742500', '090221.202500', '090221.662500', '090222.122500', '090222.582500', '090223.042500', '090223.502500', '090223.962500', '090224.422500', '090224.882500', '090225.342500', '090225.802500', '090226.262500', '090226.722500', '090227.182500', '090227.642500', '090228.102500', '090228.562500', '090229.022500', '090229.482500', '090229.942500', '090230.402500', '090230.862500', '090231.322500', '090231.782500', '090232.242500', '090232.702500', '090233.162500', '090233.622500', '090234.082500', '090234.542500', '090235.002500', '090235.462500', '090235.922500', '090236.382500', '090236.842500', '090237.302500', '090237.762500', '090238.222500', '090238.682500', '090239.142500', '090239.602500', '090240.062500', '090240.522500', '090240.982500', '090241.442500', '090241.902500', '090242.362500', '090242.822500', '090243.282500', '090243.742500', '090244.202500', '090244.662500', '090245.122500', '090245.582500', '090246.042500', '090246.502500', '090246.962500', '090247.422500', '090247.882500', '090248.342500', '090248.802500', '090249.262500', '090249.722500', '090250.182500', '090250.642500', '090251.102500', '090251.562500', '090252.022500', '090252.482500', '090252.942500', '090253.402500', '090253.862500', '090254.322500', '090254.782500', '090255.242500', '090255.702500', '090256.162500', '090256.622500', '090257.082500', '090257.542500', '090258.002500', '090258.462500', '090258.922500', '090259.382500', '090259.842500', '090300.302500', '090300.762500', '090301.222500', '090301.682500', '090302.142500', '090302.602500', '090303.062500', '090303.522500', '090303.982500', '090304.442500', '090304.902500', '090305.362500', '090305.822500', '090306.282500', '090306.742500', '090307.202500', '090307.662500', '090308.122500', '090308.582500', '090309.042500', '090309.502500', '090309.962500', '090310.422500', '090310.882500', '090311.342500', '090311.802500', '090312.262500', '090312.722500', '090313.182500', '090313.642500', '090314.102500', '090314.562500', '090315.022500', '090315.482500', '090315.942500', '090316.402500', '090316.862500', '090317.322500'], 'ContentTime': ['085655.393000', '085655.396000', '085655.399000', '085655.402000', '085655.405000', '085655.408000', '085655.411000', '085655.413000', '085655.416000', '085655.418000', '085655.421000', '085655.423000', '085655.426000', '085655.429000', '085655.431000', '085655.434000', '085655.436000', '085655.439000', '085655.442000', '085655.444000', '085655.447000', '085655.449000', '085655.452000', '085655.454000', '085655.457000', '085655.460000', '085655.462000', '085655.465000', '085655.467000', '085655.470000', '085655.473000', '085655.475000', '085655.478000', '085655.480000', '085655.483000', '085655.486000', '085655.488000', '085655.491000', '085715.340000', '085715.343000', '085715.345000', '085715.360000', '085715.363000', '085715.365000', '085715.368000', '085715.370000', '085715.373000', '085715.376000', '085715.378000', '085715.381000', '085715.383000', '085715.386000', '085715.389000', '085715.391000', '085715.394000', '085715.410000', '085715.413000', '085715.415000', '085715.418000', '085715.420000', '085715.423000', '085715.426000', '085715.428000', '085715.431000', '085715.434000', '085715.436000', '085715.439000', '085715.442000', '085715.444000', '085715.447000', '085715.451000', '085715.454000', '085715.457000', '085715.459000', '085715.462000', '085715.465000', '085715.468000', '085715.470000', '085715.473000', '085715.475000', '085715.478000', '085735.340000', '085735.343000', '085735.345000', '085735.348000', '085735.351000', '085735.369000', '085735.372000', '085735.374000', '085735.377000', '085735.380000', '085735.382000', '085735.385000', '085735.387000', '085735.390000', '085735.393000', '085735.395000', '085735.398000', '085735.400000', '085735.403000', '085735.406000', '085735.408000', '085735.411000', '085735.413000', '085735.416000', '085735.419000', '085735.421000', '085735.424000', '085735.426000', '085735.429000', '085735.432000', '085735.435000', '085735.437000', '085735.440000', '085735.442000', '085735.445000', '085735.447000', '085735.450000', '085735.453000', '085735.455000', '085735.462000', '085735.465000', '085735.468000', '085735.470000', '085735.473000', '085755.339000', '085755.342000', '085755.345000', '085755.348000', '085755.351000', '085755.353000', '085755.356000', '085755.359000', '085755.361000', '085755.364000', '085755.366000', '085755.369000', '085755.372000', '085755.374000', '085755.377000', '085755.380000', '085755.382000', '085755.385000', '085755.388000', '085755.390000', '085755.393000', '085755.395000', '085755.398000', '085755.401000', '085755.403000', '085755.406000', '085755.408000', '085755.411000', '085755.413000', '085755.416000', '085755.420000', '085755.423000', '085755.426000', '085755.428000', '085755.448000', '085755.450000', '085755.453000', '085755.456000', '085755.458000', '085755.461000', '085755.463000', '085755.466000', '085755.469000', '085815.340000', '085815.342000', '085815.345000', '085815.348000', '085815.351000', '085815.353000', '085815.356000', '085815.358000', '085815.361000', '085815.364000', '085815.366000', '085815.369000', '085815.371000', '085815.374000', '085815.377000', '085815.379000', '085815.382000', '085815.384000', '085815.387000', '085815.389000', '085815.392000', '085815.395000', '085815.397000', '085815.400000', '085815.402000', '085815.405000', '085815.408000', '085815.410000', '085815.413000', '085815.416000', '085815.418000', '085815.421000', '085815.423000', '085815.426000', '085815.429000', '085815.431000', '085815.434000', '085815.436000', '085815.439000', '085815.442000', '085815.444000', '085815.447000', '085815.449000', '085815.452000', '085835.339000', '085835.342000', '085835.345000', '085835.348000', '085835.350000', '085835.353000', '085835.355000', '085835.358000', '085835.361000', '085835.363000', '085835.366000', '085835.368000', '085835.371000', '085835.374000', '085835.376000', '085835.379000', '085835.381000', '085835.384000', '085835.387000', '085835.389000', '085835.392000', '085835.394000', '085835.397000', '085835.400000', '085835.402000', '085835.405000', '085835.407000', '085835.410000', '085835.413000', '085835.415000', '085835.418000', '085835.421000', '085835.423000', '085835.426000', '085835.429000', '085835.432000', '085835.435000', '085835.438000', '085835.440000', '085835.443000', '085835.446000', '085835.448000', '085835.451000', '085855.339000', '085855.342000', '085855.345000', '085855.348000', '085855.350000', '085855.353000', '085855.355000', '085855.358000', '085855.361000', '085855.364000', '085855.366000', '085855.369000', '085855.371000', '085855.382000', '085855.384000', '085855.387000', '085855.390000', '085855.392000', '085855.395000', '085855.397000', '085855.400000', '085855.402000', '085855.405000', '085855.408000', '085855.410000', '085855.413000', '085855.415000', '085855.418000', '085855.421000', '085855.423000', '085855.426000', '085855.429000', '085855.431000', '085855.434000', '085855.436000', '085855.439000', '085855.441000', '085855.444000', '085855.447000', '085855.449000', '085855.452000', '085855.454000', '085855.458000', '085855.461000', '085915.341000', '085915.344000', '085915.347000', '085915.349000', '085915.352000', '085915.355000', '085915.357000', '085915.360000', '085915.362000', '085915.365000', '085915.368000', '085915.370000', '085915.373000', '085915.376000', '085915.378000', '085915.381000', '085915.383000', '085915.386000', '085915.389000', '085915.391000', '085915.394000', '085915.397000', '085915.400000', '085915.402000', '085915.405000', '085915.408000', '085915.410000', '085915.413000', '085915.416000', '085915.418000', '085915.421000', '085915.424000', '085915.426000', '085915.429000', '085915.431000', '085915.434000', '085915.437000', '085915.439000', '085915.442000', '085915.445000', '085915.447000', '085915.450000', '085915.452000', '085935.339000', '085935.342000', '085935.345000', '085935.348000', '085935.350000', '085935.353000', '085935.356000', '085935.358000', '085935.361000', '085935.364000', '085935.366000', '085935.369000', '085935.372000', '085935.374000', '085935.377000', '085935.379000', '085935.382000', '085935.385000', '085935.387000', '085935.390000', '085935.392000', '085935.395000', '085935.398000', '085935.400000', '085935.403000', '085935.405000', '085935.408000', '085935.411000', '085935.413000', '085935.416000', '085935.418000', '085935.421000', '085935.424000', '085935.426000', '085935.429000', '085935.432000', '085935.434000', '085935.437000', '085935.440000', '085935.442000', '085935.445000', '085935.447000', '085935.450000', '085935.453000', '085955.340000', '085955.342000', '085955.345000', '085955.347000', '085955.350000', '085955.353000', '085955.355000', '085955.358000', '085955.361000', '085955.363000', '085955.366000', '085955.368000', '085955.371000', '085955.374000', '085955.377000', '085955.379000', '085955.382000', '085955.384000', '085955.387000', '085955.390000', '085955.392000', '085955.395000', '085955.398000', '085955.400000', '085955.403000', '085955.405000', '085955.408000', '085955.411000', '085955.413000', '085955.416000', '085955.419000', '085955.421000', '085955.424000', '085955.426000', '085955.429000', '085955.432000', '085955.434000', '085955.437000', '085955.440000', '085955.442000', '085955.445000', '085955.447000', '085955.450000', '090015.340000', '090015.343000', '090015.345000', '090015.348000', '090015.350000', '090015.353000', '090015.356000', '090015.358000', '090015.361000', '090015.364000', '090015.366000', '090015.369000', '090015.372000', '090015.374000', '090015.377000', '090015.380000', '090015.382000', '090015.385000', '090015.388000', '090015.390000', '090015.393000', '090015.396000', '090015.398000', '090015.401000', '090015.403000', '090015.406000', '090015.409000', '090015.411000', '090015.414000', '090015.417000', '090015.419000', '090015.422000', '090015.424000', '090015.427000', '090015.429000', '090015.432000', '090015.435000', '090015.437000', '090015.440000', '090015.443000', '090015.445000', '090015.448000', '090015.450000', '090015.453000', '090035.340000', '090035.343000', '090035.345000', '090035.348000', '090035.351000', '090035.353000', '090035.356000', '090035.358000', '090035.370000', '090035.373000', '090035.375000', '090035.378000', '090035.381000', '090035.383000', '090035.386000', '090035.389000', '090035.391000', '090035.394000', '090035.397000', '090035.399000', '090035.402000', '090035.404000', '090035.407000', '090035.410000', '090035.413000', '090035.415000', '090035.418000', '090035.420000', '090035.423000', '090035.425000', '090035.428000', '090035.431000', '090035.433000', '090035.436000', '090035.439000', '090035.441000', '090035.444000', '090035.446000', '090035.449000', '090035.452000', '090035.454000', '090035.457000', '090035.459000', '090055.339000', '090055.342000', '090055.345000', '090055.347000', '090055.350000', '090055.353000', '090055.355000', '090055.358000', '090055.361000', '090055.363000', '090055.366000', '090055.369000', '090055.371000', '090055.374000', '090055.377000', '090055.379000', '090055.382000', '090055.384000', '090055.387000', '090055.390000', '090055.392000', '090055.395000', '090055.398000', '090055.401000', '090055.404000', '090055.406000', '090055.409000', '090055.411000', '090055.414000', '090055.417000', '090055.419000', '090055.422000', '090055.424000', '090055.427000', '090055.430000', '090055.432000', '090055.435000', '090055.438000', '090055.440000', '090055.443000', '090055.446000', '090055.448000', '090055.451000', '090055.453000', '090115.340000', '090115.342000', '090115.346000', '090115.348000', '090115.351000', '090115.353000', '090115.357000', '090115.359000', '090115.362000', '090115.365000', '090115.367000', '090115.370000', '090115.373000', '090115.375000', '090115.378000', '090115.381000', '090115.383000', '090115.386000', '090115.389000', '090115.391000', '090115.394000', '090115.396000', '090115.399000', '090115.402000', '090115.404000', '090115.407000', '090115.409000', '090115.412000', '090115.414000', '090115.417000', '090115.420000', '090115.422000', '090115.425000', '090115.427000', '090115.430000', '090115.433000', '090115.435000', '090115.438000', '090115.441000', '090115.443000', '090115.446000', '090115.448000', '090115.451000', '090135.341000', '090135.344000', '090135.346000', '090135.349000', '090135.352000', '090135.354000', '090135.357000', '090135.360000', '090135.362000', '090135.365000', '090135.367000', '090135.370000', '090135.372000', '090135.375000', '090135.378000', '090135.380000', '090135.383000', '090135.385000', '090135.388000', '090135.391000', '090135.393000', '090135.396000', '090135.398000', '090135.401000', '090135.403000', '090135.406000', '090135.409000', '090135.411000', '090135.414000', '090135.416000', '090135.419000', '090135.422000', '090135.424000', '090135.427000', '090135.429000', '090135.432000', '090135.435000', '090135.437000', '090135.440000', '090135.442000', '090135.445000', '090135.448000', '090135.450000', '090135.453000', '090155.340000', '090155.344000', '090155.346000', '090155.349000', '090155.351000', '090155.354000', '090155.357000', '090155.359000', '090155.362000', '090155.364000', '090155.367000', '090155.370000', '090155.372000', '090155.375000', '090155.378000', '090155.380000', '090155.383000', '090155.385000', '090155.388000', '090155.403000', '090155.406000', '090155.408000', '090155.411000', '090155.414000', '090155.416000', '090155.419000', '090155.422000', '090155.424000', '090155.427000', '090155.430000', '090155.432000', '090155.435000', '090155.437000', '090155.440000', '090155.443000', '090155.445000', '090155.448000', '090155.451000', '090155.453000', '090155.456000', '090155.458000', '090155.461000', '090155.464000', '090215.339000', '090215.342000', '090215.345000', '090215.347000', '090215.350000', '090215.353000', '090215.355000', '090215.358000', '090215.361000', '090215.363000', '090215.366000', '090215.368000', '090215.371000', '090215.374000', '090215.377000', '090215.381000', '090215.384000', '090215.387000', '090215.390000', '090215.393000', '090215.395000', '090215.398000', '090215.401000', '090215.404000', '090215.407000', '090215.409000', '090215.412000', '090215.415000', '090215.417000', '090215.420000', '090215.423000', '090215.425000', '090215.428000', '090215.430000', '090215.433000', '090215.436000', '090215.438000', '090215.441000', '090215.444000', '090215.446000', '090215.449000', '090215.451000', '090215.454000', '090235.340000', '090235.343000', '090235.345000', '090235.348000', '090235.351000', '090235.353000', '090235.356000', '090235.359000', '090235.361000', '090235.364000', '090235.366000', '090235.369000', '090235.372000', '090235.374000', '090235.377000', '090235.379000', '090235.382000', '090235.385000', '090235.387000', '090235.390000', '090235.393000', '090235.395000', '090235.398000', '090235.401000', '090235.403000', '090235.406000', '090235.409000', '090235.411000', '090235.414000', '090235.416000', '090235.419000', '090235.422000', '090235.424000', '090235.427000', '090235.429000', '090235.432000', '090235.435000', '090235.437000', '090235.440000', '090235.443000', '090235.445000', '090235.448000', '090235.450000', '090235.453000', '090255.339000', '090255.342000', '090255.345000', '090255.350000', '090255.352000', '090255.355000', '090255.358000', '090255.360000', '090255.363000', '090255.366000', '090255.368000', '090255.371000', '090255.373000', '090255.376000', '090255.379000', '090255.381000', '090255.384000', '090255.387000', '090255.389000', '090255.392000', '090255.394000', '090255.397000', '090255.400000', '090255.403000', '090255.405000', '090255.408000', '090255.411000', '090255.413000', '090255.416000', '090255.419000', '090255.422000', '090255.424000', '090255.427000', '090255.430000', '090255.433000', '090255.435000', '090255.438000', '090255.441000', '090255.443000', '090255.446000', '090255.448000', '090255.451000', '090255.454000', '090315.340000', '090315.343000', '090315.345000', '090315.348000', '090315.351000', '090315.353000', '090315.356000', '090315.359000', '090315.361000', '090315.364000', '090315.367000', '090315.369000', '090315.372000', '090315.374000', '090315.377000', '090315.379000', '090315.382000', '090315.385000', '090315.388000', '090315.390000', '090315.393000', '090315.395000', '090315.398000', '090315.401000', '090315.403000', '090315.406000', '090315.409000', '090315.411000', '090315.414000', '090315.417000', '090315.419000', '090315.422000', '090315.425000', '090315.427000', '090315.430000', '090315.432000', '090315.435000', '090315.438000', '090315.440000', '090315.443000', '090315.446000', '090315.448000', '090315.451000', '090315.453000', '090318.776000', '090318.789000', '090318.792000', '090318.794000', '090318.797000', '090318.800000', '090318.803000', '090318.806000'], 'InstanceCreationTime': ['085655.393000', '085655.396000', '085655.399000', '085655.402000', '085655.405000', '085655.408000', '085655.411000', '085655.413000', '085655.416000', '085655.418000', '085655.421000', '085655.423000', '085655.426000', '085655.429000', '085655.431000', '085655.434000', '085655.436000', '085655.439000', '085655.442000', '085655.444000', '085655.447000', '085655.449000', '085655.452000', '085655.454000', '085655.457000', '085655.460000', '085655.462000', '085655.465000', '085655.467000', '085655.470000', '085655.473000', '085655.475000', '085655.478000', '085655.480000', '085655.483000', '085655.486000', '085655.488000', '085655.491000', '085715.340000', '085715.343000', '085715.345000', '085715.360000', '085715.363000', '085715.365000', '085715.368000', '085715.370000', '085715.373000', '085715.376000', '085715.378000', '085715.381000', '085715.383000', '085715.386000', '085715.389000', '085715.391000', '085715.394000', '085715.410000', '085715.413000', '085715.415000', '085715.418000', '085715.420000', '085715.423000', '085715.426000', '085715.428000', '085715.431000', '085715.434000', '085715.436000', '085715.439000', '085715.442000', '085715.444000', '085715.447000', '085715.451000', '085715.454000', '085715.457000', '085715.459000', '085715.462000', '085715.465000', '085715.468000', '085715.470000', '085715.473000', '085715.475000', '085715.478000', '085735.340000', '085735.343000', '085735.345000', '085735.348000', '085735.351000', '085735.369000', '085735.372000', '085735.374000', '085735.377000', '085735.380000', '085735.382000', '085735.385000', '085735.387000', '085735.390000', '085735.393000', '085735.395000', '085735.398000', '085735.400000', '085735.403000', '085735.406000', '085735.408000', '085735.411000', '085735.413000', '085735.416000', '085735.419000', '085735.421000', '085735.424000', '085735.426000', '085735.429000', '085735.432000', '085735.435000', '085735.437000', '085735.440000', '085735.442000', '085735.445000', '085735.447000', '085735.450000', '085735.453000', '085735.455000', '085735.462000', '085735.465000', '085735.468000', '085735.470000', '085735.473000', '085755.339000', '085755.342000', '085755.345000', '085755.348000', '085755.351000', '085755.353000', '085755.356000', '085755.359000', '085755.361000', '085755.364000', '085755.366000', '085755.369000', '085755.372000', '085755.374000', '085755.377000', '085755.380000', '085755.382000', '085755.385000', '085755.388000', '085755.390000', '085755.393000', '085755.395000', '085755.398000', '085755.401000', '085755.403000', '085755.406000', '085755.408000', '085755.411000', '085755.413000', '085755.416000', '085755.420000', '085755.423000', '085755.426000', '085755.428000', '085755.448000', '085755.450000', '085755.453000', '085755.456000', '085755.458000', '085755.461000', '085755.463000', '085755.466000', '085755.469000', '085815.340000', '085815.342000', '085815.345000', '085815.348000', '085815.351000', '085815.353000', '085815.356000', '085815.358000', '085815.361000', '085815.364000', '085815.366000', '085815.369000', '085815.371000', '085815.374000', '085815.377000', '085815.379000', '085815.382000', '085815.384000', '085815.387000', '085815.389000', '085815.392000', '085815.395000', '085815.397000', '085815.400000', '085815.402000', '085815.405000', '085815.408000', '085815.410000', '085815.413000', '085815.416000', '085815.418000', '085815.421000', '085815.423000', '085815.426000', '085815.429000', '085815.431000', '085815.434000', '085815.436000', '085815.439000', '085815.442000', '085815.444000', '085815.447000', '085815.449000', '085815.452000', '085835.339000', '085835.342000', '085835.345000', '085835.348000', '085835.350000', '085835.353000', '085835.355000', '085835.358000', '085835.361000', '085835.363000', '085835.366000', '085835.368000', '085835.371000', '085835.374000', '085835.376000', '085835.379000', '085835.381000', '085835.384000', '085835.387000', '085835.389000', '085835.392000', '085835.394000', '085835.397000', '085835.400000', '085835.402000', '085835.405000', '085835.407000', '085835.410000', '085835.413000', '085835.415000', '085835.418000', '085835.421000', '085835.423000', '085835.426000', '085835.429000', '085835.432000', '085835.435000', '085835.438000', '085835.440000', '085835.443000', '085835.446000', '085835.448000', '085835.451000', '085855.339000', '085855.342000', '085855.345000', '085855.348000', '085855.350000', '085855.353000', '085855.355000', '085855.358000', '085855.361000', '085855.364000', '085855.366000', '085855.369000', '085855.371000', '085855.382000', '085855.384000', '085855.387000', '085855.390000', '085855.392000', '085855.395000', '085855.397000', '085855.400000', '085855.402000', '085855.405000', '085855.408000', '085855.410000', '085855.413000', '085855.415000', '085855.418000', '085855.421000', '085855.423000', '085855.426000', '085855.429000', '085855.431000', '085855.434000', '085855.436000', '085855.439000', '085855.441000', '085855.444000', '085855.447000', '085855.449000', '085855.452000', '085855.454000', '085855.458000', '085855.461000', '085915.341000', '085915.344000', '085915.347000', '085915.349000', '085915.352000', '085915.355000', '085915.357000', '085915.360000', '085915.362000', '085915.365000', '085915.368000', '085915.370000', '085915.373000', '085915.376000', '085915.378000', '085915.381000', '085915.383000', '085915.386000', '085915.389000', '085915.391000', '085915.394000', '085915.397000', '085915.400000', '085915.402000', '085915.405000', '085915.408000', '085915.410000', '085915.413000', '085915.416000', '085915.418000', '085915.421000', '085915.424000', '085915.426000', '085915.429000', '085915.431000', '085915.434000', '085915.437000', '085915.439000', '085915.442000', '085915.445000', '085915.447000', '085915.450000', '085915.452000', '085935.339000', '085935.342000', '085935.345000', '085935.348000', '085935.350000', '085935.353000', '085935.356000', '085935.358000', '085935.361000', '085935.364000', '085935.366000', '085935.369000', '085935.372000', '085935.374000', '085935.377000', '085935.379000', '085935.382000', '085935.385000', '085935.387000', '085935.390000', '085935.392000', '085935.395000', '085935.398000', '085935.400000', '085935.403000', '085935.405000', '085935.408000', '085935.411000', '085935.413000', '085935.416000', '085935.418000', '085935.421000', '085935.424000', '085935.426000', '085935.429000', '085935.432000', '085935.434000', '085935.437000', '085935.440000', '085935.442000', '085935.445000', '085935.447000', '085935.450000', '085935.453000', '085955.340000', '085955.342000', '085955.345000', '085955.347000', '085955.350000', '085955.353000', '085955.355000', '085955.358000', '085955.361000', '085955.363000', '085955.366000', '085955.368000', '085955.371000', '085955.374000', '085955.377000', '085955.379000', '085955.382000', '085955.384000', '085955.387000', '085955.390000', '085955.392000', '085955.395000', '085955.398000', '085955.400000', '085955.403000', '085955.405000', '085955.408000', '085955.411000', '085955.413000', '085955.416000', '085955.419000', '085955.421000', '085955.424000', '085955.426000', '085955.429000', '085955.432000', '085955.434000', '085955.437000', '085955.440000', '085955.442000', '085955.445000', '085955.447000', '085955.450000', '090015.340000', '090015.343000', '090015.345000', '090015.348000', '090015.350000', '090015.353000', '090015.356000', '090015.358000', '090015.361000', '090015.364000', '090015.366000', '090015.369000', '090015.372000', '090015.374000', '090015.377000', '090015.380000', '090015.382000', '090015.385000', '090015.388000', '090015.390000', '090015.393000', '090015.396000', '090015.398000', '090015.401000', '090015.403000', '090015.406000', '090015.409000', '090015.411000', '090015.414000', '090015.417000', '090015.419000', '090015.422000', '090015.424000', '090015.427000', '090015.429000', '090015.432000', '090015.435000', '090015.437000', '090015.440000', '090015.443000', '090015.445000', '090015.448000', '090015.450000', '090015.453000', '090035.340000', '090035.343000', '090035.345000', '090035.348000', '090035.351000', '090035.353000', '090035.356000', '090035.358000', '090035.370000', '090035.373000', '090035.375000', '090035.378000', '090035.381000', '090035.383000', '090035.386000', '090035.389000', '090035.391000', '090035.394000', '090035.397000', '090035.399000', '090035.402000', '090035.404000', '090035.407000', '090035.410000', '090035.413000', '090035.415000', '090035.418000', '090035.420000', '090035.423000', '090035.425000', '090035.428000', '090035.431000', '090035.433000', '090035.436000', '090035.439000', '090035.441000', '090035.444000', '090035.446000', '090035.449000', '090035.452000', '090035.454000', '090035.457000', '090035.459000', '090055.339000', '090055.342000', '090055.345000', '090055.347000', '090055.350000', '090055.353000', '090055.355000', '090055.358000', '090055.361000', '090055.363000', '090055.366000', '090055.369000', '090055.371000', '090055.374000', '090055.377000', '090055.379000', '090055.382000', '090055.384000', '090055.387000', '090055.390000', '090055.392000', '090055.395000', '090055.398000', '090055.401000', '090055.404000', '090055.406000', '090055.409000', '090055.411000', '090055.414000', '090055.417000', '090055.419000', '090055.422000', '090055.424000', '090055.427000', '090055.430000', '090055.432000', '090055.435000', '090055.438000', '090055.440000', '090055.443000', '090055.446000', '090055.448000', '090055.451000', '090055.453000', '090115.340000', '090115.342000', '090115.346000', '090115.348000', '090115.351000', '090115.353000', '090115.357000', '090115.359000', '090115.362000', '090115.365000', '090115.367000', '090115.370000', '090115.373000', '090115.375000', '090115.378000', '090115.381000', '090115.383000', '090115.386000', '090115.389000', '090115.391000', '090115.394000', '090115.396000', '090115.399000', '090115.402000', '090115.404000', '090115.407000', '090115.409000', '090115.412000', '090115.414000', '090115.417000', '090115.420000', '090115.422000', '090115.425000', '090115.427000', '090115.430000', '090115.433000', '090115.435000', '090115.438000', '090115.441000', '090115.443000', '090115.446000', '090115.448000', '090115.451000', '090135.341000', '090135.344000', '090135.346000', '090135.349000', '090135.352000', '090135.354000', '090135.357000', '090135.360000', '090135.362000', '090135.365000', '090135.367000', '090135.370000', '090135.372000', '090135.375000', '090135.378000', '090135.380000', '090135.383000', '090135.385000', '090135.388000', '090135.391000', '090135.393000', '090135.396000', '090135.398000', '090135.401000', '090135.403000', '090135.406000', '090135.409000', '090135.411000', '090135.414000', '090135.416000', '090135.419000', '090135.422000', '090135.424000', '090135.427000', '090135.429000', '090135.432000', '090135.435000', '090135.437000', '090135.440000', '090135.442000', '090135.445000', '090135.448000', '090135.450000', '090135.453000', '090155.340000', '090155.344000', '090155.346000', '090155.349000', '090155.351000', '090155.354000', '090155.357000', '090155.359000', '090155.362000', '090155.364000', '090155.367000', '090155.370000', '090155.372000', '090155.375000', '090155.378000', '090155.380000', '090155.383000', '090155.385000', '090155.388000', '090155.403000', '090155.406000', '090155.408000', '090155.411000', '090155.414000', '090155.416000', '090155.419000', '090155.422000', '090155.424000', '090155.427000', '090155.430000', '090155.432000', '090155.435000', '090155.437000', '090155.440000', '090155.443000', '090155.445000', '090155.448000', '090155.451000', '090155.453000', '090155.456000', '090155.458000', '090155.461000', '090155.464000', '090215.339000', '090215.342000', '090215.345000', '090215.347000', '090215.350000', '090215.353000', '090215.355000', '090215.358000', '090215.361000', '090215.363000', '090215.366000', '090215.368000', '090215.371000', '090215.374000', '090215.377000', '090215.381000', '090215.384000', '090215.387000', '090215.390000', '090215.393000', '090215.395000', '090215.398000', '090215.401000', '090215.404000', '090215.407000', '090215.409000', '090215.412000', '090215.415000', '090215.417000', '090215.420000', '090215.423000', '090215.425000', '090215.428000', '090215.430000', '090215.433000', '090215.436000', '090215.438000', '090215.441000', '090215.444000', '090215.446000', '090215.449000', '090215.451000', '090215.454000', '090235.340000', '090235.343000', '090235.345000', '090235.348000', '090235.351000', '090235.353000', '090235.356000', '090235.359000', '090235.361000', '090235.364000', '090235.366000', '090235.369000', '090235.372000', '090235.374000', '090235.377000', '090235.379000', '090235.382000', '090235.385000', '090235.387000', '090235.390000', '090235.393000', '090235.395000', '090235.398000', '090235.401000', '090235.403000', '090235.406000', '090235.409000', '090235.411000', '090235.414000', '090235.416000', '090235.419000', '090235.422000', '090235.424000', '090235.427000', '090235.429000', '090235.432000', '090235.435000', '090235.437000', '090235.440000', '090235.443000', '090235.445000', '090235.448000', '090235.450000', '090235.453000', '090255.339000', '090255.342000', '090255.345000', '090255.350000', '090255.352000', '090255.355000', '090255.358000', '090255.360000', '090255.363000', '090255.366000', '090255.368000', '090255.371000', '090255.373000', '090255.376000', '090255.379000', '090255.381000', '090255.384000', '090255.387000', '090255.389000', '090255.392000', '090255.394000', '090255.397000', '090255.400000', '090255.403000', '090255.405000', '090255.408000', '090255.411000', '090255.413000', '090255.416000', '090255.419000', '090255.422000', '090255.424000', '090255.427000', '090255.430000', '090255.433000', '090255.435000', '090255.438000', '090255.441000', '090255.443000', '090255.446000', '090255.448000', '090255.451000', '090255.454000', '090315.340000', '090315.343000', '090315.345000', '090315.348000', '090315.351000', '090315.353000', '090315.356000', '090315.359000', '090315.361000', '090315.364000', '090315.367000', '090315.369000', '090315.372000', '090315.374000', '090315.377000', '090315.379000', '090315.382000', '090315.385000', '090315.388000', '090315.390000', '090315.393000', '090315.395000', '090315.398000', '090315.401000', '090315.403000', '090315.406000', '090315.409000', '090315.411000', '090315.414000', '090315.417000', '090315.419000', '090315.422000', '090315.425000', '090315.427000', '090315.430000', '090315.432000', '090315.435000', '090315.438000', '090315.440000', '090315.443000', '090315.446000', '090315.448000', '090315.451000', '090315.453000', '090318.776000', '090318.789000', '090318.792000', '090318.794000', '090318.797000', '090318.800000', '090318.803000', '090318.806000'], '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': [9659, 7751, 7457, 10823, 9016, 7151, 8219, 7187, 6821, 7105, 8463, 8375, 9910, 13633, 11080, 9555, 13179, 9292, 12681, 11096, 7623, 12888, 8633, 7568, 8973, 7516, 10438, 9040, 7486, 10955, 7698, 9364, 8066, 7984, 11109, 7346, 12728, 11844, 11161, 10620, 7339, 10042, 9369, 7701, 10727, 7853, 7343, 9078, 7623, 7151, 7402, 7050, 9551, 7199, 7459, 8307, 7237, 10510, 7067, 6909, 7323, 7332, 10791, 7490, 7198, 8901, 7396, 9177, 8099, 7482, 7868, 7601, 6874, 7678, 7314, 7090, 9379, 7372, 10730, 7178, 10979, 10007, 7767, 9145, 7333, 7549, 8272, 7365, 10738, 8867, 8898, 14038, 7492, 7114, 8382, 7352, 7285, 8287, 7447, 11407, 8754, 7155, 9938, 7411, 9081, 8501, 7351, 9822, 7285, 12920, 8761, 7315, 7824, 7154, 10739, 8744, 7085, 12496, 13210, 11354, 13152, 7372, 6952, 7855, 7902, 7174, 7541, 7420, 7897, 7233, 8412, 7042, 8278, 8519, 7366, 7475, 8169, 7494, 7626, 8823, 7285, 9065, 7182, 12809, 10507, 7329, 8270, 7274, 7360, 7617, 7896, 7228, 7569, 7811, 7236, 7761, 7319, 7843, 7351, 7707, 7772, 11048, 9745, 13139, 11019, 11556, 9978, 8266, 14052, 10670, 7822, 9584, 7239, 7757, 8059, 7910, 10520, 7378, 8417, 7276, 7384, 7094, 7384, 7448, 9831, 7002, 8212, 10195, 7771, 10169, 9899, 7807, 12086, 8591, 13639, 9698, 10973, 9942, 7519, 12855, 8101, 12008, 9677, 6916, 9593, 6963, 11853, 7053, 12296, 7146, 9137, 8052, 7646, 10297, 6864, 7404, 8352, 7372, 10274, 7321, 9105, 8109, 7050, 8498, 7374, 9939, 7345, 10883, 7148, 9929, 7496, 8324, 7931, 7315, 11439, 6980, 7225, 8018, 7369, 10545, 7573, 9801, 8843, 6853, 9556, 7112, 7751, 7748, 6943, 10130, 7068, 6993, 8158, 7190, 10410, 7631, 8457, 10282, 8623, 11263, 10358, 7849, 12372, 7284, 7278, 8004, 7047, 7161, 7572, 7471, 9350, 8365, 7648, 10410, 7125, 7317, 7804, 6858, 6741, 8156, 7193, 8285, 8394, 7576, 11369, 9351, 10972, 12737, 7116, 7539, 7301, 7248, 11358, 8642, 12402, 10925, 7594, 8790, 6573, 10922, 6828, 14535, 6715, 10245, 7665, 7155, 11391, 7140, 6776, 7126, 7180, 9075, 7815, 7471, 7762, 7151, 9902, 6866, 7242, 12543, 7465, 7299, 7859, 7267, 11858, 9118, 7087, 9391, 7384, 10984, 8124, 7063, 8112, 7132, 10193, 7308, 7301, 7249, 7338, 9830, 7418, 8133, 10777, 8173, 11689, 7691, 6936, 12306, 7051, 7138, 7132, 7164, 8004, 7273, 10955, 6873, 6888, 7007, 7257, 8464, 7032, 7424, 7209, 7790, 10687, 6919, 7618, 7412, 7464, 10866, 7012, 9123, 7781, 7182, 8292, 7193, 11137, 7143, 12878, 7090, 12041, 6843, 11017, 7073, 9790, 7054, 8082, 7189, 8081, 7457, 7685, 7596, 8755, 7672, 9688, 7281, 7225, 7500, 7847, 7533, 8145, 10526, 8975, 7888, 8637, 7969, 10556, 8189, 11555, 8041, 8066, 9009, 7782, 11058, 7529, 8013, 9482, 7411, 7348, 8471, 7192, 9487, 8913, 7934, 7729, 7395, 8004, 11686, 9241, 7968, 9159, 8130, 10802, 8780, 7862, 9295, 7615, 11121, 7657, 11421, 7222, 7175, 8094, 6990, 8955, 6851, 7003, 7066, 7663, 8669, 6976, 7607, 7612, 7895, 9566, 7964, 9364, 7320, 7583, 8586, 8369, 11067, 7891, 7785, 9297, 7926, 12409, 8037, 13208, 8237, 12900, 8131, 12481, 7639, 10411, 9336, 7535, 8593, 7593, 9887, 7908, 8599, 7926, 10602, 7935, 11198, 7333, 9267, 9005, 8213, 9905, 8121, 9496, 8452, 7747, 8480, 7808, 10033, 8303, 7751, 9079, 8146, 11869, 7302, 8087, 8613, 8212, 10921, 8474, 7982, 10903, 6876, 7098, 8389, 8045, 11887, 9096, 12826, 10884, 12920, 11312, 13761, 8953, 10981, 8043, 6946, 9283, 7217, 9491, 11227, 7906, 12947, 6905, 12641, 7007, 11951, 7075, 9880, 7593, 6905, 7955, 6569, 8938, 6952, 10352, 6935, 6934, 7065, 6874, 9286, 7021, 8609, 8024, 7401, 11339, 7203, 7201, 7194, 7177, 10345, 7194, 9252, 8179, 7266, 8811, 7149, 6948, 6973, 6821, 9452, 6847, 7387, 7485, 8345, 10651, 8633, 8209, 11082, 9506, 11767, 8312, 7628, 11610, 7066, 8681, 7834, 7423, 11054, 7639, 8871, 7845, 7477, 8812, 7641, 10862, 7532, 8987, 12301, 9669, 14360, 7953, 12024, 7811, 8185, 7730, 7659, 7516, 8185, 9206, 7219, 7532, 9545, 7710, 10192, 7883, 9813, 7344, 7233, 7123, 7634, 9218, 7935, 9978, 7286, 8330, 10072, 8094, 9500, 8007, 8215, 7423, 7813, 8521, 7136, 7896, 8321, 7951, 10554, 8227, 7429, 8524, 7522, 11624, 8275, 7682, 8062, 7616, 8726, 7899, 7757, 9731, 7248, 7766, 8302, 7974, 10121, 7854, 7508, 8628, 7459, 10209, 7013, 9259, 8743, 7121, 9262, 7079, 6907, 6950, 6825, 9642, 8000, 8828, 8848, 7378, 9218, 9214, 7403, 11694, 6945, 9100, 7388, 7171, 9939, 7235, 7200, 10245, 7454, 7604, 9258, 7543, 7483, 7260, 7350, 8603, 7334, 10029, 7523, 7210, 7991, 7448, 8932, 7341, 7416, 8896, 7859, 12787, 11370, 7587, 8648, 7065, 8273, 8212, 7819, 8440, 7885, 9042, 7426, 12050, 7351, 7716, 7887, 7843, 7600, 7435, 7680, 11207, 10017, 11350, 8742, 7634, 10304, 7900, 11917, 9823, 13506, 7380, 9454, 7113, 7199, 9423, 7494, 10270, 8235, 8083, 11521, 8996, 11041, 11687, 8169, 14227, 10484, 11141, 9531, 8111, 13240, 7934, 12085, 7581, 9543, 9941, 8157, 10227, 8270, 12096, 7592, 7921, 8235, 7641, 7459, 7330, 7940, 9850, 8313, 9947, 7713, 8217, 8647, 7820, 7556, 6988, 8022, 7744, 7155, 7620, 8320, 8092, 10646, 8142, 8712, 8043, 7984, 11178, 8056, 12702, 8102, 11656, 9361, 8158, 8648, 8193, 13112, 7335, 8097, 8816, 7019, 7360, 7642, 8170, 10154, 7249, 7411, 7958, 8196, 11601, 7161, 7625, 8884, 8400, 9326, 8929, 8798, 9796, 7780, 12539, 7812, 8090, 8092, 7432, 8452, 7668, 8918, 8057, 10267, 7502, 10385, 7923, 10343, 8067, 9482, 7828, 7388, 8337, 8142, 9089, 8273, 8600, 11402, 8419, 11986, 8241, 13025, 8221, 11727, 9533, 8421, 9282, 7672, 13966, 7678, 9755, 7232, 7600, 9949, 7122, 7493, 7784, 7161, 7465, 7099, 6916, 7926], 'WindowCenter': [4064.0, 4031.0, 4042.0, 4059.0, 4023.0, 4008.0, 4028.0, 4001.0, 3978.0, 3987.0, 3997.0, 4000.0, 4021.0, 4043.0, 4034.0, 4023.0, 4043.0, 4013.0, 4026.0, 4016.0, 3991.0, 4018.0, 3985.0, 3970.0, 3984.0, 3976.0, 4002.0, 3994.0, 3973.0, 3993.0, 3961.0, 3981.0, 3971.0, 3972.0, 3988.0, 3958.0, 4000.0, 4003.0, 4005.0, 3992.0, 3961.0, 3992.0, 3983.0, 3974.0, 3991.0, 3961.0, 3976.0, 3997.0, 3974.0, 3962.0, 3963.0, 3964.0, 3993.0, 3959.0, 3962.0, 3981.0, 3987.0, 4005.0, 3963.0, 3976.0, 3971.0, 3971.0, 4000.0, 3973.0, 3959.0, 3983.0, 3971.0, 3991.0, 3996.0, 3989.0, 3991.0, 3991.0, 3981.0, 3991.0, 3991.0, 3990.0, 4007.0, 3976.0, 4003.0, 3979.0, 4008.0, 3999.0, 3975.0, 3994.0, 3973.0, 3975.0, 3984.0, 3987.0, 4006.0, 4010.0, 3997.0, 4038.0, 3988.0, 3977.0, 3998.0, 3987.0, 3986.0, 3995.0, 3985.0, 4015.0, 3999.0, 3975.0, 4005.0, 3987.0, 4006.0, 4007.0, 3986.0, 4021.0, 3987.0, 4026.0, 3995.0, 3974.0, 3984.0, 3987.0, 4020.0, 3994.0, 3974.0, 4029.0, 4043.0, 4021.0, 4043.0, 3998.0, 3987.0, 4011.0, 4015.0, 3992.0, 4013.0, 4002.0, 4011.0, 4002.0, 3994.0, 3977.0, 3998.0, 3998.0, 3989.0, 3984.0, 3986.0, 3973.0, 3985.0, 3995.0, 3972.0, 3980.0, 3960.0, 4000.0, 3991.0, 3959.0, 3980.0, 3971.0, 3983.0, 3984.0, 3995.0, 3984.0, 3982.0, 3970.0, 3970.0, 3972.0, 3969.0, 3970.0, 3959.0, 3971.0, 3981.0, 4016.0, 4017.0, 4040.0, 4028.0, 4027.0, 4005.0, 3995.0, 4025.0, 4003.0, 3981.0, 4007.0, 3971.0, 3971.0, 3981.0, 3983.0, 4002.0, 3999.0, 4012.0, 3999.0, 3999.0, 3988.0, 4011.0, 4000.0, 4033.0, 4002.0, 4024.0, 4033.0, 4012.0, 4032.0, 4032.0, 4012.0, 4053.0, 4010.0, 4039.0, 4007.0, 4015.0, 4017.0, 3988.0, 4030.0, 3986.0, 4024.0, 4008.0, 3975.0, 3991.0, 3959.0, 4014.0, 3971.0, 4000.0, 3972.0, 3993.0, 3982.0, 3971.0, 4001.0, 3965.0, 3970.0, 3981.0, 3982.0, 4002.0, 3983.0, 3993.0, 3994.0, 3985.0, 3994.0, 3983.0, 4003.0, 3983.0, 4002.0, 3973.0, 4003.0, 3989.0, 3994.0, 3995.0, 3986.0, 4025.0, 3985.0, 3985.0, 3995.0, 3985.0, 4015.0, 3985.0, 4005.0, 4006.0, 3987.0, 4018.0, 3986.0, 3995.0, 3995.0, 3974.0, 4015.0, 3989.0, 3986.0, 3997.0, 4001.0, 4029.0, 3999.0, 4009.0, 4030.0, 4034.0, 4043.0, 4028.0, 4006.0, 4038.0, 4000.0, 3986.0, 3996.0, 3986.0, 3986.0, 3997.0, 3997.0, 4017.0, 3996.0, 3996.0, 4017.0, 3987.0, 3984.0, 3997.0, 3987.0, 3990.0, 3999.0, 3987.0, 4008.0, 3997.0, 3985.0, 4013.0, 3994.0, 4014.0, 4024.0, 3974.0, 3984.0, 3984.0, 3984.0, 4013.0, 3994.0, 4024.0, 4002.0, 3970.0, 3984.0, 3961.0, 4003.0, 3947.0, 4006.0, 3945.0, 3975.0, 3955.0, 3957.0, 4003.0, 3957.0, 3958.0, 3956.0, 3958.0, 3978.0, 3956.0, 3958.0, 3970.0, 3960.0, 3989.0, 3958.0, 3970.0, 4012.0, 3969.0, 3971.0, 3969.0, 3969.0, 4000.0, 3990.0, 3960.0, 3979.0, 3957.0, 3974.0, 3955.0, 3944.0, 3955.0, 3945.0, 3974.0, 3955.0, 3944.0, 3943.0, 3955.0, 3975.0, 3969.0, 3973.0, 4001.0, 3968.0, 3998.0, 3968.0, 3963.0, 4010.0, 3960.0, 3959.0, 3958.0, 3958.0, 3968.0, 3957.0, 3987.0, 3947.0, 3945.0, 3956.0, 3958.0, 3980.0, 3958.0, 3968.0, 3970.0, 3995.0, 4013.0, 3972.0, 3970.0, 3970.0, 3970.0, 4001.0, 3971.0, 3991.0, 3970.0, 3958.0, 3980.0, 3959.0, 3998.0, 3957.0, 3997.0, 3956.0, 3997.0, 3946.0, 3985.0, 3945.0, 3976.0, 3944.0, 3966.0, 3945.0, 3968.0, 3971.0, 3970.0, 3980.0, 3991.0, 3982.0, 4001.0, 3985.0, 4001.0, 3995.0, 4005.0, 3997.0, 4012.0, 4041.0, 4020.0, 4008.0, 4007.0, 4006.0, 4015.0, 4006.0, 4025.0, 3995.0, 3995.0, 4016.0, 3997.0, 4039.0, 3998.0, 4012.0, 4017.0, 3997.0, 3996.0, 3994.0, 3984.0, 4018.0, 4020.0, 4010.0, 4008.0, 3999.0, 4009.0, 4038.0, 4006.0, 3996.0, 4005.0, 3995.0, 4029.0, 4004.0, 3995.0, 4005.0, 3985.0, 4028.0, 3996.0, 4014.0, 3983.0, 3975.0, 3984.0, 3975.0, 3996.0, 3978.0, 3990.0, 3990.0, 3997.0, 4018.0, 3999.0, 3997.0, 4008.0, 4020.0, 4018.0, 4006.0, 4017.0, 3999.0, 4009.0, 4018.0, 4008.0, 4028.0, 4007.0, 3997.0, 4017.0, 4007.0, 4038.0, 3996.0, 4037.0, 3995.0, 4024.0, 3994.0, 4040.0, 3982.0, 4012.0, 3992.0, 3981.0, 3991.0, 3982.0, 4003.0, 3981.0, 3993.0, 3992.0, 4014.0, 3993.0, 4012.0, 3984.0, 4005.0, 4004.0, 4005.0, 4014.0, 3994.0, 4004.0, 3998.0, 3995.0, 4006.0, 3995.0, 4014.0, 4006.0, 3996.0, 4021.0, 4009.0, 4038.0, 3997.0, 3995.0, 4006.0, 4019.0, 4028.0, 4008.0, 4008.0, 4027.0, 3985.0, 3987.0, 4005.0, 3996.0, 4025.0, 4004.0, 4011.0, 4014.0, 4010.0, 3999.0, 4012.0, 3980.0, 3985.0, 3969.0, 3944.0, 3979.0, 3943.0, 3975.0, 3978.0, 3956.0, 3982.0, 3929.0, 3980.0, 3929.0, 3969.0, 3928.0, 3958.0, 3941.0, 3931.0, 3943.0, 3930.0, 3960.0, 3944.0, 3972.0, 3946.0, 3943.0, 3943.0, 3955.0, 3976.0, 3956.0, 3978.0, 3980.0, 3975.0, 4001.0, 3973.0, 3982.0, 3976.0, 3973.0, 4000.0, 3971.0, 3990.0, 3981.0, 3976.0, 3991.0, 3972.0, 3973.0, 3982.0, 3973.0, 4000.0, 3960.0, 3982.0, 3995.0, 4008.0, 4029.0, 4006.0, 4007.0, 4027.0, 4016.0, 4025.0, 3994.0, 3997.0, 4043.0, 3999.0, 3994.0, 3984.0, 3972.0, 4000.0, 3982.0, 3992.0, 3992.0, 3983.0, 4002.0, 3981.0, 4012.0, 3993.0, 4008.0, 4044.0, 4012.0, 4043.0, 3998.0, 4030.0, 4002.0, 3998.0, 3985.0, 3987.0, 3988.0, 3995.0, 4009.0, 3989.0, 3996.0, 4010.0, 4003.0, 4033.0, 4012.0, 4019.0, 3990.0, 4000.0, 3987.0, 3998.0, 4005.0, 4010.0, 4016.0, 3997.0, 3993.0, 4017.0, 4008.0, 4020.0, 3995.0, 4005.0, 3984.0, 3994.0, 4007.0, 3988.0, 3994.0, 3998.0, 3997.0, 4017.0, 4009.0, 3984.0, 3995.0, 3996.0, 4013.0, 3992.0, 3983.0, 3992.0, 3995.0, 4007.0, 4007.0, 3997.0, 4022.0, 4003.0, 3999.0, 4008.0, 4001.0, 4016.0, 4011.0, 3999.0, 4006.0, 3997.0, 4032.0, 3990.0, 4008.0, 3997.0, 3972.0, 4004.0, 3985.0, 3984.0, 3986.0, 3987.0, 4021.0, 4008.0, 4023.0, 4022.0, 4009.0, 4021.0, 4018.0, 3986.0, 4040.0, 4001.0, 4011.0, 3988.0, 3975.0, 4009.0, 4002.0, 3986.0, 4007.0, 3977.0, 3988.0, 3996.0, 3983.0, 3984.0, 3987.0, 3988.0, 3998.0, 3988.0, 4014.0, 3996.0, 3989.0, 4000.0, 4002.0, 4012.0, 3991.0, 3991.0, 4024.0, 4015.0, 4045.0, 4029.0, 4002.0, 4012.0, 3978.0, 3987.0, 3998.0, 3974.0, 3987.0, 3986.0, 3984.0, 3972.0, 4013.0, 3983.0, 3983.0, 3992.0, 3982.0, 3982.0, 3984.0, 3999.0, 4026.0, 4018.0, 4031.0, 4008.0, 3997.0, 4015.0, 3984.0, 4026.0, 4002.0, 4023.0, 3971.0, 3991.0, 3970.0, 3970.0, 3989.0, 3970.0, 4002.0, 3983.0, 3980.0, 4012.0, 4007.0, 4028.0, 4039.0, 4005.0, 4035.0, 4014.0, 4001.0, 3991.0, 3984.0, 4026.0, 3984.0, 3998.0, 3969.0, 3977.0, 3975.0, 3954.0, 3974.0, 3967.0, 3996.0, 3956.0, 3959.0, 3969.0, 3957.0, 3957.0, 3955.0, 3969.0, 3989.0, 3980.0, 3993.0, 3969.0, 3981.0, 3981.0, 3981.0, 3982.0, 3972.0, 3996.0, 3984.0, 3984.0, 3995.0, 3996.0, 3998.0, 4028.0, 4008.0, 4009.0, 3998.0, 3997.0, 4028.0, 3998.0, 4027.0, 3995.0, 4015.0, 4006.0, 3995.0, 3995.0, 3996.0, 4035.0, 3986.0, 3996.0, 4006.0, 3984.0, 3985.0, 3985.0, 3995.0, 4016.0, 3996.0, 3997.0, 3998.0, 4008.0, 4042.0, 4001.0, 4015.0, 4020.0, 4009.0, 4018.0, 4019.0, 4008.0, 4020.0, 3998.0, 4040.0, 4010.0, 4012.0, 4008.0, 3997.0, 4008.0, 4000.0, 4010.0, 3997.0, 4017.0, 3987.0, 4017.0, 4008.0, 4021.0, 4010.0, 4030.0, 4011.0, 4012.0, 4022.0, 4021.0, 4032.0, 4023.0, 4022.0, 4043.0, 4012.0, 4042.0, 4021.0, 4052.0, 4021.0, 4041.0, 4032.0, 4008.0, 4019.0, 3998.0, 4052.0, 4009.0, 4017.0, 3998.0, 3998.0, 4028.0, 4001.0, 3998.0, 4002.0, 3990.0, 3986.0, 3985.0, 4000.0, 4010.0], 'WindowWidth': [9063.0, 9008.0, 9023.0, 9038.0, 8978.0, 8961.0, 8989.0, 8947.0, 8906.0, 8917.0, 8929.0, 8936.0, 8966.0, 9000.0, 8992.0, 8974.0, 9003.0, 8959.0, 8968.0, 8955.0, 8927.0, 8956.0, 8906.0, 8882.0, 8904.0, 8895.0, 8928.0, 8919.0, 8890.0, 8913.0, 8869.0, 8896.0, 8882.0, 8884.0, 8901.0, 8861.0, 8920.0, 8930.0, 8933.0, 8912.0, 8867.0, 8915.0, 8902.0, 8889.0, 8907.0, 8865.0, 8896.0, 8926.0, 8894.0, 8872.0, 8874.0, 8878.0, 8915.0, 8866.0, 8873.0, 8899.0, 8915.0, 8936.0, 8878.0, 8897.0, 8886.0, 8884.0, 8920.0, 8890.0, 8866.0, 8902.0, 8885.0, 8912.0, 8930.0, 8921.0, 8922.0, 8924.0, 8913.0, 8924.0, 8926.0, 8923.0, 8942.0, 8897.0, 8932.0, 8905.0, 8941.0, 8930.0, 8895.0, 8920.0, 8891.0, 8894.0, 8905.0, 8915.0, 8938.0, 8950.0, 8930.0, 8985.0, 8919.0, 8905.0, 8935.0, 8919.0, 8916.0, 8925.0, 8912.0, 8951.0, 8934.0, 8900.0, 8938.0, 8918.0, 8942.0, 8946.0, 8917.0, 8967.0, 8917.0, 8968.0, 8926.0, 8896.0, 8909.0, 8919.0, 8962.0, 8923.0, 8895.0, 8977.0, 9001.0, 8969.0, 9000.0, 8939.0, 8922.0, 8958.0, 8969.0, 8936.0, 8965.0, 8951.0, 8960.0, 8946.0, 8922.0, 8901.0, 8933.0, 8931.0, 8923.0, 8911.0, 8912.0, 8892.0, 8912.0, 8925.0, 8890.0, 8897.0, 8869.0, 8923.0, 8913.0, 8868.0, 8898.0, 8888.0, 8910.0, 8911.0, 8926.0, 8910.0, 8904.0, 8885.0, 8884.0, 8887.0, 8880.0, 8879.0, 8863.0, 8883.0, 8901.0, 8955.0, 8963.0, 8996.0, 8976.0, 8973.0, 8940.0, 8926.0, 8966.0, 8932.0, 8902.0, 8942.0, 8887.0, 8887.0, 8902.0, 8907.0, 8932.0, 8939.0, 8958.0, 8940.0, 8938.0, 8925.0, 8961.0, 8945.0, 8990.0, 8950.0, 8981.0, 8992.0, 8964.0, 8990.0, 8990.0, 8963.0, 9020.0, 8956.0, 8994.0, 8947.0, 8953.0, 8958.0, 8923.0, 8977.0, 8912.0, 8962.0, 8946.0, 8896.0, 8913.0, 8870.0, 8947.0, 8887.0, 8922.0, 8889.0, 8919.0, 8906.0, 8888.0, 8927.0, 8883.0, 8884.0, 8903.0, 8905.0, 8931.0, 8908.0, 8920.0, 8924.0, 8915.0, 8926.0, 8908.0, 8933.0, 8907.0, 8930.0, 8895.0, 8933.0, 8922.0, 8924.0, 8927.0, 8916.0, 8969.0, 8916.0, 8915.0, 8928.0, 8913.0, 8953.0, 8914.0, 8940.0, 8945.0, 8925.0, 8964.0, 8919.0, 8929.0, 8927.0, 8897.0, 8954.0, 8923.0, 8919.0, 8935.0, 8947.0, 8980.0, 8940.0, 8953.0, 8983.0, 8999.0, 9007.0, 8979.0, 8946.0, 8990.0, 8945.0, 8918.0, 8930.0, 8917.0, 8919.0, 8934.0, 8935.0, 8962.0, 8930.0, 8930.0, 8959.0, 8921.0, 8910.0, 8935.0, 8923.0, 8929.0, 8937.0, 8919.0, 8952.0, 8933.0, 8913.0, 8947.0, 8922.0, 8950.0, 8963.0, 8897.0, 8912.0, 8911.0, 8914.0, 8949.0, 8924.0, 8965.0, 8932.0, 8885.0, 8908.0, 8874.0, 8929.0, 8848.0, 8926.0, 8842.0, 8880.0, 8856.0, 8862.0, 8928.0, 8862.0, 8865.0, 8860.0, 8867.0, 8888.0, 8859.0, 8867.0, 8885.0, 8870.0, 8909.0, 8865.0, 8883.0, 8946.0, 8882.0, 8888.0, 8883.0, 8882.0, 8924.0, 8913.0, 8871.0, 8894.0, 8860.0, 8877.0, 8852.0, 8840.0, 8853.0, 8842.0, 8879.0, 8857.0, 8838.0, 8837.0, 8855.0, 8882.0, 8882.0, 8891.0, 8927.0, 8876.0, 8914.0, 8878.0, 8878.0, 8938.0, 8870.0, 8870.0, 8865.0, 8866.0, 8876.0, 8861.0, 8899.0, 8846.0, 8844.0, 8859.0, 8864.0, 8897.0, 8866.0, 8879.0, 8886.0, 8929.0, 8950.0, 8892.0, 8885.0, 8884.0, 8885.0, 8926.0, 8888.0, 8916.0, 8885.0, 8867.0, 8901.0, 8869.0, 8919.0, 8862.0, 8916.0, 8858.0, 8913.0, 8845.0, 8894.0, 8843.0, 8883.0, 8840.0, 8870.0, 8843.0, 8878.0, 8889.0, 8887.0, 8899.0, 8915.0, 8906.0, 8929.0, 8917.0, 8947.0, 8931.0, 8944.0, 8934.0, 8964.0, 9003.0, 8971.0, 8952.0, 8949.0, 8946.0, 8956.0, 8945.0, 8968.0, 8928.0, 8930.0, 8960.0, 8937.0, 8997.0, 8940.0, 8961.0, 8963.0, 8936.0, 8932.0, 8924.0, 8910.0, 8961.0, 8968.0, 8956.0, 8952.0, 8942.0, 8957.0, 8991.0, 8944.0, 8929.0, 8941.0, 8928.0, 8977.0, 8939.0, 8927.0, 8943.0, 8915.0, 8979.0, 8931.0, 8948.0, 8909.0, 8894.0, 8907.0, 8896.0, 8926.0, 8907.0, 8929.0, 8926.0, 8936.0, 8967.0, 8942.0, 8937.0, 8953.0, 8972.0, 8965.0, 8947.0, 8963.0, 8943.0, 8955.0, 8966.0, 8954.0, 8978.0, 8951.0, 8936.0, 8963.0, 8949.0, 8992.0, 8933.0, 8989.0, 8929.0, 8966.0, 8928.0, 8995.0, 8908.0, 8945.0, 8917.0, 8903.0, 8916.0, 8905.0, 8934.0, 8904.0, 8922.0, 8921.0, 8950.0, 8923.0, 8947.0, 8911.0, 8940.0, 8942.0, 8944.0, 8954.0, 8927.0, 8939.0, 8935.0, 8929.0, 8948.0, 8931.0, 8953.0, 8947.0, 8935.0, 8973.0, 8954.0, 8992.0, 8935.0, 8931.0, 8947.0, 8968.0, 8979.0, 8954.0, 8954.0, 8974.0, 8917.0, 8923.0, 8943.0, 8932.0, 8970.0, 8940.0, 8944.0, 8953.0, 8941.0, 8924.0, 8940.0, 8895.0, 8895.0, 8878.0, 8839.0, 8890.0, 8837.0, 8881.0, 8885.0, 8856.0, 8886.0, 8812.0, 8878.0, 8811.0, 8862.0, 8808.0, 8846.0, 8827.0, 8815.0, 8831.0, 8812.0, 8852.0, 8838.0, 8874.0, 8844.0, 8837.0, 8839.0, 8860.0, 8885.0, 8862.0, 8892.0, 8898.0, 8897.0, 8928.0, 8893.0, 8908.0, 8903.0, 8895.0, 8927.0, 8888.0, 8910.0, 8901.0, 8900.0, 8915.0, 8893.0, 8897.0, 8909.0, 8898.0, 8925.0, 8872.0, 8906.0, 8931.0, 8953.0, 8983.0, 8946.0, 8951.0, 8975.0, 8958.0, 8971.0, 8927.0, 8936.0, 9005.0, 8943.0, 8925.0, 8912.0, 8891.0, 8926.0, 8904.0, 8920.0, 8919.0, 8912.0, 8934.0, 8905.0, 8948.0, 8924.0, 8950.0, 9008.0, 8959.0, 9001.0, 8935.0, 8979.0, 8947.0, 8933.0, 8913.0, 8915.0, 8920.0, 8928.0, 8948.0, 8924.0, 8929.0, 8953.0, 8950.0, 8991.0, 8961.0, 8965.0, 8927.0, 8946.0, 8923.0, 8935.0, 8944.0, 8956.0, 8958.0, 8934.0, 8923.0, 8960.0, 8955.0, 8972.0, 8928.0, 8944.0, 8913.0, 8927.0, 8944.0, 8921.0, 8924.0, 8936.0, 8935.0, 8960.0, 8952.0, 8914.0, 8929.0, 8931.0, 8949.0, 8919.0, 8907.0, 8921.0, 8932.0, 8949.0, 8950.0, 8939.0, 8973.0, 8950.0, 8940.0, 8951.0, 8944.0, 8959.0, 8959.0, 8940.0, 8945.0, 8936.0, 8986.0, 8926.0, 8948.0, 8931.0, 8893.0, 8939.0, 8915.0, 8914.0, 8919.0, 8923.0, 8969.0, 8952.0, 8977.0, 8975.0, 8958.0, 8974.0, 8964.0, 8919.0, 8998.0, 8948.0, 8956.0, 8918.0, 8897.0, 8949.0, 8944.0, 8914.0, 8942.0, 8900.0, 8916.0, 8925.0, 8905.0, 8910.0, 8917.0, 8919.0, 8932.0, 8921.0, 8952.0, 8928.0, 8922.0, 8938.0, 8945.0, 8957.0, 8928.0, 8928.0, 8977.0, 8967.0, 9005.0, 8979.0, 8943.0, 8956.0, 8904.0, 8914.0, 8928.0, 8892.0, 8914.0, 8909.0, 8904.0, 8892.0, 8948.0, 8906.0, 8910.0, 8920.0, 8906.0, 8906.0, 8913.0, 8936.0, 8971.0, 8963.0, 8984.0, 8951.0, 8934.0, 8955.0, 8911.0, 8971.0, 8932.0, 8962.0, 8888.0, 8915.0, 8886.0, 8886.0, 8911.0, 8885.0, 8931.0, 8906.0, 8899.0, 8946.0, 8948.0, 8978.0, 8995.0, 8945.0, 8983.0, 8954.0, 8927.0, 8913.0, 8911.0, 8970.0, 8910.0, 8919.0, 8880.0, 8888.0, 8883.0, 8853.0, 8878.0, 8875.0, 8912.0, 8857.0, 8862.0, 8877.0, 8860.0, 8860.0, 8860.0, 8884.0, 8909.0, 8896.0, 8914.0, 8882.0, 8900.0, 8901.0, 8903.0, 8904.0, 8892.0, 8928.0, 8911.0, 8912.0, 8927.0, 8930.0, 8935.0, 8976.0, 8952.0, 8954.0, 8937.0, 8933.0, 8979.0, 8938.0, 8973.0, 8928.0, 8953.0, 8943.0, 8927.0, 8925.0, 8930.0, 8983.0, 8917.0, 8930.0, 8945.0, 8914.0, 8914.0, 8913.0, 8929.0, 8958.0, 8933.0, 8934.0, 8937.0, 8951.0, 9005.0, 8948.0, 8970.0, 8971.0, 8956.0, 8963.0, 8967.0, 8952.0, 8969.0, 8939.0, 8996.0, 8957.0, 8962.0, 8952.0, 8935.0, 8949.0, 8941.0, 8953.0, 8934.0, 8960.0, 8921.0, 8961.0, 8952.0, 8970.0, 8956.0, 8984.0, 8961.0, 8965.0, 8978.0, 8976.0, 8992.0, 8980.0, 8977.0, 9007.0, 8962.0, 9004.0, 8975.0, 9017.0, 8974.0, 9002.0, 8991.0, 8953.0, 8966.0, 8936.0, 9017.0, 8955.0, 8962.0, 8937.0, 8938.0, 8979.0, 8947.0, 8940.0, 8946.0, 8928.0, 8917.0, 8913.0, 8943.0, 8955.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.004258181818181817</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.04775563440736478</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.92290588221199</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2552612185023015</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0510648890322571</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4461</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7269.6631</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.16842766341408796</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>228</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>26.23705408515535</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4268654732001753</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3631504891126474</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6429941188042916</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2744518116835875</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.016695</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007986782118678093</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.029031747952103615</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.010981130831615</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>31.0686</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.2556</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>134.0035</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>306522.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>611.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>281.0061</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6514</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>488.8758</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3265.2124</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3433.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>70022.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1203.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4270.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>855.8942</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>30.20047977793729</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> |