=== 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-0123 --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-0123",
"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-0123_ses-01_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0123_ses-01_task-social_acq-mb8_run-06_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-01_subject-0123_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-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-01_subject-0123_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-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-01_subject-0123_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-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-01_subject-0123_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-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-01_subject-0123_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-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-01_subject-0123_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-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0123_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-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0123/ses-01/func/sub-0123_ses-01_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>73809f103bb2b028802ef41f28a68549</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>09:42:39.782500</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.999968, -0.00474902, 0.00649547, 0.00593397, 0.980447, -0.196692]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0734857</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4240, -7732, -7340, 176, -115, 64, -97, 100]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>228.75</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>b98d556a-aea4-4fcc-8262-05b7ac5d49b2||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.68284010887146, 0.015920398756861687, 0.01467281486839056, 110.75039672851562], [0.012741283513605595, 2.6304686069488525, -0.5311548113822937, -93.39981842041016], [0.017426880076527596, 0.5277098417282104, 2.647198438644409, -121.54998779296875], [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': ['094239.782500', '094240.242500', '094240.702500', '094241.162500', '094241.622500', '094242.082500', '094242.542500', '094243.002500', '094243.462500', '094243.922500', '094244.382500', '094244.842500', '094245.302500', '094245.762500', '094246.222500', '094246.682500', '094247.142500', '094247.602500', '094248.062500', '094248.522500', '094248.982500', '094249.442500', '094249.902500', '094250.362500', '094250.822500', '094251.282500', '094251.742500', '094252.202500', '094252.662500', '094253.122500', '094253.582500', '094254.042500', '094254.502500', '094254.962500', '094255.422500', '094255.882500', '094256.342500', '094256.802500', '094257.262500', '094257.722500', '094258.182500', '094258.642500', '094259.102500', '094259.562500', '094300.022500', '094300.482500', '094300.942500', '094301.402500', '094301.862500', '094302.322500', '094302.782500', '094303.242500', '094303.702500', '094304.162500', '094304.622500', '094305.082500', '094305.542500', '094306.002500', '094306.462500', '094306.922500', '094307.382500', '094307.842500', '094308.302500', '094308.762500', '094309.222500', '094309.682500', '094310.142500', '094310.602500', '094311.062500', '094311.522500', '094311.982500', '094312.442500', '094312.902500', '094313.362500', '094313.822500', '094314.282500', '094314.742500', '094315.202500', '094315.662500', '094316.122500', '094316.582500', '094317.042500', '094317.502500', '094317.962500', '094318.422500', '094318.882500', '094319.342500', '094319.802500', '094320.262500', '094320.722500', '094321.182500', '094321.642500', '094322.102500', '094322.562500', '094323.022500', '094323.482500', '094323.942500', '094324.402500', '094324.862500', '094325.322500', '094325.782500', '094326.242500', '094326.702500', '094327.162500', '094327.622500', '094328.082500', '094328.542500', '094329.002500', '094329.462500', '094329.922500', '094330.382500', '094330.842500', '094331.302500', '094331.762500', '094332.222500', '094332.682500', '094333.142500', '094333.602500', '094334.062500', '094334.522500', '094334.982500', '094335.442500', '094335.902500', '094336.362500', '094336.822500', '094337.282500', '094337.742500', '094338.202500', '094338.662500', '094339.122500', '094339.582500', '094340.042500', '094340.502500', '094340.962500', '094341.422500', '094341.882500', '094342.342500', '094342.802500', '094343.262500', '094343.722500', '094344.182500', '094344.642500', '094345.102500', '094345.562500', '094346.022500', '094346.482500', '094346.942500', '094347.402500', '094347.862500', '094348.322500', '094348.782500', '094349.242500', '094349.702500', '094350.162500', '094350.622500', '094351.082500', '094351.542500', '094352.002500', '094352.462500', '094352.922500', '094353.382500', '094353.842500', '094354.302500', '094354.762500', '094355.222500', '094355.682500', '094356.142500', '094356.602500', '094357.062500', '094357.522500', '094357.982500', '094358.442500', '094358.902500', '094359.362500', '094359.822500', '094400.282500', '094400.742500', '094401.202500', '094401.662500', '094402.122500', '094402.582500', '094403.042500', '094403.502500', '094403.962500', '094404.422500', '094404.882500', '094405.342500', '094405.802500', '094406.262500', '094406.722500', '094407.182500', '094407.642500', '094408.102500', '094408.562500', '094409.022500', '094409.482500', '094409.942500', '094410.402500', '094410.862500', '094411.322500', '094411.782500', '094412.242500', '094412.702500', '094413.162500', '094413.622500', '094414.082500', '094414.542500', '094415.002500', '094415.462500', '094415.922500', '094416.382500', '094416.842500', '094417.302500', '094417.762500', '094418.222500', '094418.682500', '094419.142500', '094419.602500', '094420.062500', '094420.522500', '094420.982500', '094421.442500', '094421.902500', '094422.362500', '094422.822500', '094423.282500', '094423.742500', '094424.202500', '094424.662500', '094425.122500', '094425.582500', '094426.042500', '094426.502500', '094426.962500', '094427.422500', '094427.882500', '094428.342500', '094428.802500', '094429.262500', '094429.722500', '094430.182500', '094430.642500', '094431.102500', '094431.562500', '094432.022500', '094432.482500', '094432.942500', '094433.402500', '094433.862500', '094434.322500', '094434.782500', '094435.242500', '094435.702500', '094436.162500', '094436.622500', '094437.082500', '094437.542500', '094438.002500', '094438.462500', '094438.922500', '094439.382500', '094439.842500', '094440.302500', '094440.762500', '094441.222500', '094441.682500', '094442.142500', '094442.602500', '094443.062500', '094443.522500', '094443.982500', '094444.442500', '094444.902500', '094445.362500', '094445.822500', '094446.282500', '094446.742500', '094447.202500', '094447.662500', '094448.122500', '094448.582500', '094449.042500', '094449.502500', '094449.962500', '094450.422500', '094450.882500', '094451.342500', '094451.802500', '094452.262500', '094452.722500', '094453.182500', '094453.642500', '094454.102500', '094454.562500', '094455.022500', '094455.482500', '094455.942500', '094456.402500', '094456.862500', '094457.322500', '094457.782500', '094458.242500', '094458.702500', '094459.162500', '094459.622500', '094500.082500', '094500.542500', '094501.002500', '094501.462500', '094501.922500', '094502.382500', '094502.842500', '094503.302500', '094503.762500', '094504.222500', '094504.682500', '094505.142500', '094505.602500', '094506.062500', '094506.522500', '094506.982500', '094507.442500', '094507.902500', '094508.362500', '094508.822500', '094509.282500', '094509.742500', '094510.202500', '094510.662500', '094511.122500', '094511.582500', '094512.042500', '094512.502500', '094512.962500', '094513.422500', '094513.882500', '094514.342500', '094514.802500', '094515.262500', '094515.722500', '094516.182500', '094516.642500', '094517.102500', '094517.562500', '094518.022500', '094518.482500', '094518.942500', '094519.402500', '094519.862500', '094520.322500', '094520.782500', '094521.242500', '094521.702500', '094522.162500', '094522.622500', '094523.082500', '094523.542500', '094524.002500', '094524.462500', '094524.922500', '094525.382500', '094525.842500', '094526.302500', '094526.762500', '094527.222500', '094527.682500', '094528.142500', '094528.602500', '094529.062500', '094529.522500', '094529.982500', '094530.442500', '094530.902500', '094531.362500', '094531.822500', '094532.282500', '094532.742500', '094533.202500', '094533.662500', '094534.122500', '094534.582500', '094535.042500', '094535.502500', '094535.962500', '094536.422500', '094536.882500', '094537.342500', '094537.802500', '094538.262500', '094538.722500', '094539.182500', '094539.642500', '094540.102500', '094540.562500', '094541.022500', '094541.482500', '094541.942500', '094542.402500', '094542.862500', '094543.322500', '094543.782500', '094544.242500', '094544.702500', '094545.162500', '094545.622500', '094546.082500', '094546.542500', '094547.002500', '094547.462500', '094547.922500', '094548.382500', '094548.842500', '094549.302500', '094549.762500', '094550.222500', '094550.682500', '094551.142500', '094551.602500', '094552.062500', '094552.522500', '094552.982500', '094553.442500', '094553.902500', '094554.362500', '094554.822500', '094555.282500', '094555.742500', '094556.202500', '094556.662500', '094557.122500', '094557.582500', '094558.042500', '094558.502500', '094558.962500', '094559.422500', '094559.882500', '094600.342500', '094600.802500', '094601.262500', '094601.722500', '094602.182500', '094602.642500', '094603.102500', '094603.562500', '094604.022500', '094604.482500', '094604.942500', '094605.402500', '094605.862500', '094606.322500', '094606.782500', '094607.242500', '094607.702500', '094608.162500', '094608.622500', '094609.082500', '094609.542500', '094610.002500', '094610.462500', '094610.922500', '094611.382500', '094611.842500', '094612.302500', '094612.762500', '094613.222500', '094613.682500', '094614.142500', '094614.602500', '094615.062500', '094615.522500', '094615.982500', '094616.442500', '094616.902500', '094617.362500', '094617.822500', '094618.282500', '094618.742500', '094619.202500', '094619.662500', '094620.122500', '094620.582500', '094621.042500', '094621.502500', '094621.962500', '094622.422500', '094622.882500', '094623.342500', '094623.802500', '094624.262500', '094624.722500', '094625.182500', '094625.642500', '094626.102500', '094626.562500', '094627.022500', '094627.482500', '094627.942500', '094628.402500', '094628.862500', '094629.322500', '094629.782500', '094630.242500', '094630.702500', '094631.162500', '094631.622500', '094632.082500', '094632.542500', '094633.002500', '094633.462500', '094633.922500', '094634.382500', '094634.842500', '094635.302500', '094635.762500', '094636.222500', '094636.682500', '094637.142500', '094637.602500', '094638.062500', '094638.522500', '094638.982500', '094639.442500', '094639.902500', '094640.362500', '094640.822500', '094641.282500', '094641.742500', '094642.202500', '094642.662500', '094643.122500', '094643.582500', '094644.042500', '094644.502500', '094644.962500', '094645.422500', '094645.882500', '094646.342500', '094646.802500', '094647.262500', '094647.722500', '094648.182500', '094648.642500', '094649.102500', '094649.562500', '094650.022500', '094650.482500', '094650.942500', '094651.402500', '094651.862500', '094652.322500', '094652.782500', '094653.242500', '094653.702500', '094654.162500', '094654.622500', '094655.082500', '094655.542500', '094656.002500', '094656.462500', '094656.922500', '094657.382500', '094657.842500', '094658.302500', '094658.762500', '094659.222500', '094659.682500', '094700.142500', '094700.602500', '094701.062500', '094701.522500', '094701.982500', '094702.442500', '094702.902500', '094703.362500', '094703.822500', '094704.282500', '094704.742500', '094705.202500', '094705.662500', '094706.122500', '094706.582500', '094707.042500', '094707.502500', '094707.962500', '094708.422500', '094708.882500', '094709.342500', '094709.802500', '094710.262500', '094710.722500', '094711.182500', '094711.642500', '094712.102500', '094712.562500', '094713.022500', '094713.482500', '094713.942500', '094714.402500', '094714.862500', '094715.322500', '094715.782500', '094716.242500', '094716.702500', '094717.162500', '094717.622500', '094718.082500', '094718.542500', '094719.002500', '094719.462500', '094719.922500', '094720.382500', '094720.842500', '094721.302500', '094721.762500', '094722.222500', '094722.682500', '094723.142500', '094723.602500', '094724.062500', '094724.522500', '094724.982500', '094725.442500', '094725.902500', '094726.362500', '094726.822500', '094727.282500', '094727.742500', '094728.202500', '094728.662500', '094729.122500', '094729.582500', '094730.042500', '094730.502500', '094730.962500', '094731.422500', '094731.882500', '094732.342500', '094732.802500', '094733.262500', '094733.722500', '094734.182500', '094734.642500', '094735.102500', '094735.562500', '094736.022500', '094736.482500', '094736.942500', '094737.402500', '094737.862500', '094738.322500', '094738.782500', '094739.242500', '094739.702500', '094740.162500', '094740.622500', '094741.082500', '094741.542500', '094742.002500', '094742.462500', '094742.922500', '094743.382500', '094743.842500', '094744.302500', '094744.762500', '094745.222500', '094745.682500', '094746.142500', '094746.602500', '094747.062500', '094747.522500', '094747.982500', '094748.442500', '094748.902500', '094749.362500', '094749.822500', '094750.282500', '094750.742500', '094751.202500', '094751.662500', '094752.122500', '094752.582500', '094753.042500', '094753.502500', '094753.962500', '094754.422500', '094754.882500', '094755.342500', '094755.802500', '094756.262500', '094756.722500', '094757.182500', '094757.642500', '094758.102500', '094758.562500', '094759.022500', '094759.482500', '094759.942500', '094800.402500', '094800.862500', '094801.322500', '094801.782500', '094802.242500', '094802.702500', '094803.162500', '094803.622500', '094804.082500', '094804.542500', '094805.002500', '094805.462500', '094805.922500', '094806.382500', '094806.842500', '094807.302500', '094807.762500', '094808.222500', '094808.682500', '094809.142500', '094809.602500', '094810.062500', '094810.522500', '094810.982500', '094811.442500', '094811.902500', '094812.362500', '094812.822500', '094813.282500', '094813.742500', '094814.202500', '094814.662500', '094815.122500', '094815.582500', '094816.042500', '094816.502500', '094816.962500', '094817.422500', '094817.882500', '094818.342500', '094818.802500', '094819.262500', '094819.722500', '094820.182500', '094820.642500', '094821.102500', '094821.562500', '094822.022500', '094822.482500', '094822.942500', '094823.402500', '094823.862500', '094824.322500', '094824.782500', '094825.242500', '094825.702500', '094826.162500', '094826.622500', '094827.082500', '094827.542500', '094828.002500', '094828.462500', '094828.922500', '094829.382500', '094829.842500', '094830.302500', '094830.762500', '094831.222500', '094831.682500', '094832.142500', '094832.602500', '094833.062500', '094833.522500', '094833.982500', '094834.442500', '094834.902500', '094835.362500', '094835.822500', '094836.282500', '094836.742500', '094837.202500', '094837.662500', '094838.122500', '094838.582500', '094839.042500', '094839.502500', '094839.962500', '094840.422500', '094840.882500', '094841.342500', '094841.802500', '094842.262500', '094842.722500', '094843.182500', '094843.642500', '094844.102500', '094844.562500', '094845.022500', '094845.482500', '094845.942500', '094846.402500', '094846.862500', '094847.322500', '094847.782500', '094848.242500', '094848.702500', '094849.162500', '094849.622500', '094850.082500', '094850.542500', '094851.002500', '094851.462500', '094851.922500', '094852.382500', '094852.842500', '094853.302500', '094853.762500', '094854.222500', '094854.682500', '094855.142500', '094855.602500', '094856.062500', '094856.522500', '094856.982500', '094857.442500', '094857.902500', '094858.362500', '094858.822500', '094859.282500', '094859.742500', '094900.202500', '094900.662500', '094901.122500', '094901.582500', '094902.042500', '094902.502500', '094902.962500', '094903.422500', '094903.882500', '094904.342500', '094904.802500', '094905.262500', '094905.722500', '094906.182500', '094906.642500', '094907.102500', '094907.562500', '094908.022500', '094908.482500', '094908.942500', '094909.402500', '094909.862500', '094910.322500', '094910.782500', '094911.242500', '094911.702500', '094912.162500', '094912.622500', '094913.082500', '094913.542500', '094914.002500', '094914.462500', '094914.922500', '094915.382500', '094915.842500', '094916.302500', '094916.762500', '094917.222500', '094917.682500', '094918.142500', '094918.602500', '094919.062500', '094919.522500', '094919.982500', '094920.442500'], 'ContentTime': ['094250.810000', '094250.813000', '094250.816000', '094250.818000', '094250.821000', '094250.823000', '094250.826000', '094250.829000', '094250.839000', '094250.841000', '094250.844000', '094250.846000', '094250.855000', '094250.858000', '094250.860000', '094250.863000', '094250.873000', '094250.875000', '094250.878000', '094250.880000', '094250.883000', '094310.768000', '094310.771000', '094310.774000', '094310.777000', '094310.779000', '094310.782000', '094310.784000', '094310.787000', '094310.789000', '094310.792000', '094310.795000', '094310.797000', '094310.800000', '094310.802000', '094310.805000', '094310.807000', '094310.810000', '094310.812000', '094310.815000', '094310.817000', '094310.820000', '094310.822000', '094310.825000', '094310.828000', '094310.830000', '094310.833000', '094310.835000', '094310.838000', '094310.840000', '094310.843000', '094310.851000', '094310.853000', '094310.856000', '094310.859000', '094310.861000', '094310.864000', '094310.866000', '094310.869000', '094310.872000', '094310.874000', '094310.877000', '094310.879000', '094310.882000', '094330.768000', '094330.771000', '094330.774000', '094330.776000', '094330.779000', '094330.782000', '094330.784000', '094330.787000', '094330.789000', '094330.792000', '094330.794000', '094330.797000', '094330.800000', '094330.802000', '094330.805000', '094330.808000', '094330.811000', '094330.813000', '094330.816000', '094330.819000', '094330.822000', '094330.825000', '094330.827000', '094330.830000', '094330.832000', '094330.835000', '094330.837000', '094330.840000', '094330.843000', '094330.845000', '094330.848000', '094330.850000', '094330.853000', '094330.855000', '094330.858000', '094330.861000', '094330.863000', '094330.866000', '094330.868000', '094330.871000', '094330.874000', '094330.876000', '094330.879000', '094350.768000', '094350.771000', '094350.774000', '094350.776000', '094350.779000', '094350.782000', '094350.784000', '094350.787000', '094350.789000', '094350.792000', '094350.794000', '094350.797000', '094350.800000', '094350.802000', '094350.805000', '094350.807000', '094350.810000', '094350.812000', '094350.815000', '094350.825000', '094350.827000', '094350.830000', '094350.832000', '094350.835000', '094350.837000', '094350.840000', '094350.842000', '094350.845000', '094350.848000', '094350.850000', '094350.853000', '094350.855000', '094350.858000', '094350.861000', '094350.863000', '094350.866000', '094350.868000', '094350.871000', '094350.873000', '094350.876000', '094350.878000', '094350.881000', '094350.884000', '094350.886000', '094410.769000', '094410.772000', '094410.774000', '094410.777000', '094410.780000', '094410.783000', '094410.785000', '094410.788000', '094410.790000', '094410.793000', '094410.795000', '094410.798000', '094410.801000', '094410.803000', '094410.806000', '094410.808000', '094410.811000', '094410.814000', '094410.816000', '094410.819000', '094410.823000', '094410.826000', '094410.828000', '094410.831000', '094410.834000', '094410.836000', '094410.839000', '094410.841000', '094410.844000', '094410.846000', '094410.849000', '094410.851000', '094410.854000', '094410.857000', '094410.859000', '094410.862000', '094410.864000', '094410.867000', '094410.870000', '094410.872000', '094410.875000', '094410.877000', '094410.880000', '094430.768000', '094430.771000', '094430.774000', '094430.776000', '094430.779000', '094430.781000', '094430.784000', '094430.787000', '094430.789000', '094430.792000', '094430.794000', '094430.797000', '094430.799000', '094430.802000', '094430.805000', '094430.808000', '094430.810000', '094430.813000', '094430.815000', '094430.818000', '094430.821000', '094430.823000', '094430.826000', '094430.828000', '094430.831000', '094430.834000', '094430.836000', '094430.839000', '094430.842000', '094430.844000', '094430.847000', '094430.849000', '094430.852000', '094430.855000', '094430.857000', '094430.860000', '094430.862000', '094430.865000', '094430.867000', '094430.870000', '094430.873000', '094430.875000', '094430.878000', '094430.880000', '094450.768000', '094450.770000', '094450.773000', '094450.776000', '094450.778000', '094450.781000', '094450.784000', '094450.786000', '094450.789000', '094450.791000', '094450.794000', '094450.797000', '094450.799000', '094450.802000', '094450.805000', '094450.807000', '094450.810000', '094450.812000', '094450.815000', '094450.818000', '094450.820000', '094450.823000', '094450.825000', '094450.828000', '094450.831000', '094450.833000', '094450.836000', '094450.838000', '094450.841000', '094450.844000', '094450.846000', '094450.850000', '094450.853000', '094450.856000', '094450.860000', '094450.862000', '094450.865000', '094450.867000', '094450.870000', '094450.873000', '094450.875000', '094450.878000', '094450.880000', '094510.767000', '094510.771000', '094510.773000', '094510.776000', '094510.778000', '094510.781000', '094510.784000', '094510.787000', '094510.789000', '094510.792000', '094510.794000', '094510.797000', '094510.799000', '094510.802000', '094510.805000', '094510.807000', '094510.810000', '094510.813000', '094510.815000', '094510.818000', '094510.821000', '094510.823000', '094510.826000', '094510.828000', '094510.831000', '094510.834000', '094510.836000', '094510.839000', '094510.841000', '094510.844000', '094510.847000', '094510.849000', '094510.852000', '094510.855000', '094510.857000', '094510.860000', '094510.862000', '094510.865000', '094510.868000', '094510.870000', '094510.873000', '094510.876000', '094510.878000', '094510.881000', '094530.769000', '094530.771000', '094530.774000', '094530.777000', '094530.779000', '094530.782000', '094530.784000', '094530.787000', '094530.790000', '094530.792000', '094530.795000', '094530.797000', '094530.800000', '094530.802000', '094530.817000', '094530.819000', '094530.822000', '094530.825000', '094530.827000', '094530.830000', '094530.832000', '094530.835000', '094530.837000', '094530.840000', '094530.843000', '094530.845000', '094530.848000', '094530.851000', '094530.854000', '094530.857000', '094530.860000', '094530.863000', '094530.865000', '094530.868000', '094530.871000', '094530.873000', '094530.876000', '094530.878000', '094530.881000', '094530.884000', '094530.886000', '094530.889000', '094530.892000', '094550.769000', '094550.771000', '094550.774000', '094550.777000', '094550.780000', '094550.782000', '094550.785000', '094550.788000', '094550.790000', '094550.793000', '094550.795000', '094550.798000', '094550.801000', '094550.803000', '094550.806000', '094550.809000', '094550.811000', '094550.814000', '094550.816000', '094550.819000', '094550.822000', '094550.824000', '094550.827000', '094550.829000', '094550.832000', '094550.834000', '094550.837000', '094550.840000', '094550.843000', '094550.845000', '094550.848000', '094550.850000', '094550.853000', '094550.856000', '094550.858000', '094550.861000', '094550.863000', '094550.866000', '094550.869000', '094550.871000', '094550.874000', '094550.877000', '094550.879000', '094550.882000', '094610.768000', '094610.771000', '094610.774000', '094610.777000', '094610.779000', '094610.782000', '094610.784000', '094610.787000', '094610.790000', '094610.792000', '094610.795000', '094610.797000', '094610.800000', '094610.803000', '094610.805000', '094610.808000', '094610.811000', '094610.813000', '094610.816000', '094610.819000', '094610.821000', '094610.824000', '094610.826000', '094610.829000', '094610.831000', '094610.834000', '094610.837000', '094610.839000', '094610.842000', '094610.844000', '094610.847000', '094610.850000', '094610.852000', '094610.855000', '094610.858000', '094610.860000', '094610.863000', '094610.865000', '094610.868000', '094610.870000', '094610.873000', '094610.876000', '094610.878000', '094630.769000', '094630.771000', '094630.774000', '094630.777000', '094630.779000', '094630.782000', '094630.784000', '094630.787000', '094630.790000', '094630.792000', '094630.795000', '094630.797000', '094630.800000', '094630.803000', '094630.805000', '094630.808000', '094630.810000', '094630.813000', '094630.816000', '094630.819000', '094630.821000', '094630.824000', '094630.827000', '094630.829000', '094630.832000', '094630.834000', '094630.837000', '094630.840000', '094630.842000', '094630.845000', '094630.848000', '094630.850000', '094630.853000', '094630.855000', '094630.858000', '094630.861000', '094630.863000', '094630.866000', '094630.868000', '094630.871000', '094630.874000', '094630.876000', '094630.879000', '094630.881000', '094650.768000', '094650.771000', '094650.774000', '094650.777000', '094650.779000', '094650.782000', '094650.784000', '094650.787000', '094650.790000', '094650.792000', '094650.795000', '094650.798000', '094650.800000', '094650.803000', '094650.805000', '094650.808000', '094650.811000', '094650.813000', '094650.816000', '094650.819000', '094650.821000', '094650.824000', '094650.826000', '094650.829000', '094650.832000', '094650.834000', '094650.837000', '094650.839000', '094650.842000', '094650.845000', '094650.847000', '094650.850000', '094650.853000', '094650.855000', '094650.858000', '094650.860000', '094650.863000', '094650.865000', '094650.868000', '094650.871000', '094650.873000', '094650.876000', '094650.879000', '094710.768000', '094710.770000', '094710.773000', '094710.776000', '094710.778000', '094710.781000', '094710.783000', '094710.786000', '094710.789000', '094710.791000', '094710.794000', '094710.797000', '094710.799000', '094710.802000', '094710.804000', '094710.807000', '094710.810000', '094710.812000', '094710.815000', '094710.817000', '094710.820000', '094710.822000', '094710.825000', '094710.828000', '094710.830000', '094710.833000', '094710.836000', '094710.838000', '094710.841000', '094710.843000', '094710.846000', '094710.849000', '094710.851000', '094710.854000', '094710.856000', '094710.859000', '094710.862000', '094710.864000', '094710.867000', '094710.869000', '094710.872000', '094710.875000', '094710.877000', '094710.880000', '094730.768000', '094730.771000', '094730.773000', '094730.776000', '094730.779000', '094730.782000', '094730.784000', '094730.787000', '094730.790000', '094730.792000', '094730.795000', '094730.797000', '094730.800000', '094730.803000', '094730.805000', '094730.808000', '094730.810000', '094730.813000', '094730.816000', '094730.818000', '094730.821000', '094730.823000', '094730.826000', '094730.829000', '094730.831000', '094730.834000', '094730.836000', '094730.839000', '094730.842000', '094730.844000', '094730.847000', '094730.849000', '094730.852000', '094730.854000', '094730.857000', '094730.860000', '094730.862000', '094730.865000', '094730.867000', '094730.870000', '094730.873000', '094730.875000', '094730.878000', '094750.768000', '094750.771000', '094750.774000', '094750.776000', '094750.779000', '094750.782000', '094750.784000', '094750.787000', '094750.790000', '094750.792000', '094750.795000', '094750.797000', '094750.800000', '094750.803000', '094750.805000', '094750.808000', '094750.810000', '094750.813000', '094750.816000', '094750.818000', '094750.821000', '094750.824000', '094750.826000', '094750.829000', '094750.831000', '094750.834000', '094750.837000', '094750.839000', '094750.842000', '094750.844000', '094750.847000', '094750.849000', '094750.852000', '094750.855000', '094750.857000', '094750.860000', '094750.862000', '094750.865000', '094750.868000', '094750.870000', '094750.873000', '094750.875000', '094750.878000', '094750.880000', '094810.768000', '094810.771000', '094810.774000', '094810.777000', '094810.779000', '094810.782000', '094810.784000', '094810.787000', '094810.790000', '094810.792000', '094810.804000', '094810.807000', '094810.809000', '094810.812000', '094810.814000', '094810.817000', '094810.819000', '094810.822000', '094810.825000', '094810.827000', '094810.830000', '094810.833000', '094810.835000', '094810.838000', '094810.840000', '094810.843000', '094810.846000', '094810.849000', '094810.852000', '094810.855000', '094810.857000', '094810.860000', '094810.863000', '094810.865000', '094810.868000', '094810.870000', '094810.873000', '094810.876000', '094810.878000', '094810.881000', '094810.883000', '094810.886000', '094810.889000', '094830.768000', '094830.771000', '094830.774000', '094830.776000', '094830.779000', '094830.782000', '094830.784000', '094830.798000', '094830.801000', '094830.803000', '094830.806000', '094830.808000', '094830.811000', '094830.814000', '094830.816000', '094830.819000', '094830.822000', '094830.824000', '094830.827000', '094830.829000', '094830.832000', '094830.836000', '094830.839000', '094830.841000', '094830.844000', '094830.847000', '094830.849000', '094830.852000', '094830.854000', '094830.857000', '094830.860000', '094830.862000', '094830.865000', '094830.867000', '094830.870000', '094830.873000', '094830.875000', '094830.878000', '094830.880000', '094830.883000', '094830.886000', '094830.888000', '094830.891000', '094830.894000', '094850.768000', '094850.771000', '094850.774000', '094850.777000', '094850.779000', '094850.782000', '094850.784000', '094850.787000', '094850.790000', '094850.792000', '094850.795000', '094850.797000', '094850.800000', '094850.803000', '094850.805000', '094850.808000', '094850.810000', '094850.813000', '094850.815000', '094850.818000', '094850.821000', '094850.823000', '094850.826000', '094850.828000', '094850.831000', '094850.834000', '094850.836000', '094850.839000', '094850.841000', '094850.844000', '094850.846000', '094850.849000', '094850.852000', '094850.854000', '094850.857000', '094850.859000', '094850.862000', '094850.864000', '094850.867000', '094850.870000', '094850.872000', '094850.875000', '094850.877000', '094910.768000', '094910.771000', '094910.774000', '094910.776000', '094910.779000', '094910.782000', '094910.784000', '094910.787000', '094910.790000', '094910.792000', '094910.795000', '094910.797000', '094910.800000', '094910.803000', '094910.805000', '094910.808000', '094910.810000', '094910.813000', '094910.815000', '094910.818000', '094910.821000', '094910.823000', '094910.826000', '094910.828000', '094910.831000', '094910.834000', '094910.836000', '094910.839000', '094910.841000', '094910.844000', '094910.847000', '094910.849000', '094910.852000', '094910.854000', '094910.857000', '094910.860000', '094910.862000', '094910.865000', '094910.867000', '094910.870000', '094910.872000', '094910.875000', '094910.878000', '094910.880000', '094922.208000', '094922.283000', '094922.285000', '094922.288000', '094922.291000', '094922.293000', '094922.296000', '094922.298000', '094922.301000', '094922.304000', '094922.307000', '094922.309000', '094922.312000', '094922.315000', '094922.317000', '094922.320000', '094922.323000', '094922.325000', '094922.328000', '094922.330000', '094922.333000', '094922.336000', '094922.338000', '094922.341000', '094922.343000'], 'InstanceCreationTime': ['094250.810000', '094250.813000', '094250.816000', '094250.818000', '094250.821000', '094250.823000', '094250.826000', '094250.829000', '094250.839000', '094250.841000', '094250.844000', '094250.846000', '094250.855000', '094250.858000', '094250.860000', '094250.863000', '094250.873000', '094250.875000', '094250.878000', '094250.880000', '094250.883000', '094310.768000', '094310.771000', '094310.774000', '094310.777000', '094310.779000', '094310.782000', '094310.784000', '094310.787000', '094310.789000', '094310.792000', '094310.795000', '094310.797000', '094310.800000', '094310.802000', '094310.805000', '094310.807000', '094310.810000', '094310.812000', '094310.815000', '094310.817000', '094310.820000', '094310.822000', '094310.825000', '094310.828000', '094310.830000', '094310.833000', '094310.835000', '094310.838000', '094310.840000', '094310.843000', '094310.851000', '094310.853000', '094310.856000', '094310.859000', '094310.861000', '094310.864000', '094310.866000', '094310.869000', '094310.872000', '094310.874000', '094310.877000', '094310.879000', '094310.882000', '094330.768000', '094330.771000', '094330.774000', '094330.776000', '094330.779000', '094330.782000', '094330.784000', '094330.787000', '094330.789000', '094330.792000', '094330.794000', '094330.797000', '094330.800000', '094330.802000', '094330.805000', '094330.808000', '094330.811000', '094330.813000', '094330.816000', '094330.819000', '094330.822000', '094330.825000', '094330.827000', '094330.830000', '094330.832000', '094330.835000', '094330.837000', '094330.840000', '094330.843000', '094330.845000', '094330.848000', '094330.850000', '094330.853000', '094330.855000', '094330.858000', '094330.861000', '094330.863000', '094330.866000', '094330.868000', '094330.871000', '094330.874000', '094330.876000', '094330.879000', '094350.768000', '094350.771000', '094350.774000', '094350.776000', '094350.779000', '094350.782000', '094350.784000', '094350.787000', '094350.789000', '094350.792000', '094350.794000', '094350.797000', '094350.800000', '094350.802000', '094350.805000', '094350.807000', '094350.810000', '094350.812000', '094350.815000', '094350.825000', '094350.827000', '094350.830000', '094350.832000', '094350.835000', '094350.837000', '094350.840000', '094350.842000', '094350.845000', '094350.848000', '094350.850000', '094350.853000', '094350.855000', '094350.858000', '094350.861000', '094350.863000', '094350.866000', '094350.868000', '094350.871000', '094350.873000', '094350.876000', '094350.878000', '094350.881000', '094350.884000', '094350.886000', '094410.769000', '094410.772000', '094410.774000', '094410.777000', '094410.780000', '094410.783000', '094410.785000', '094410.788000', '094410.790000', '094410.793000', '094410.795000', '094410.798000', '094410.801000', '094410.803000', '094410.806000', '094410.808000', '094410.811000', '094410.814000', '094410.816000', '094410.819000', '094410.823000', '094410.826000', '094410.828000', '094410.831000', '094410.834000', '094410.836000', '094410.839000', '094410.841000', '094410.844000', '094410.846000', '094410.849000', '094410.851000', '094410.854000', '094410.857000', '094410.859000', '094410.862000', '094410.864000', '094410.867000', '094410.870000', '094410.872000', '094410.875000', '094410.877000', '094410.880000', '094430.768000', '094430.771000', '094430.774000', '094430.776000', '094430.779000', '094430.781000', '094430.784000', '094430.787000', '094430.789000', '094430.792000', '094430.794000', '094430.797000', '094430.799000', '094430.802000', '094430.805000', '094430.808000', '094430.810000', '094430.813000', '094430.815000', '094430.818000', '094430.821000', '094430.823000', '094430.826000', '094430.828000', '094430.831000', '094430.834000', '094430.836000', '094430.839000', '094430.842000', '094430.844000', '094430.847000', '094430.849000', '094430.852000', '094430.855000', '094430.857000', '094430.860000', '094430.862000', '094430.865000', '094430.867000', '094430.870000', '094430.873000', '094430.875000', '094430.878000', '094430.880000', '094450.768000', '094450.770000', '094450.773000', '094450.776000', '094450.778000', '094450.781000', '094450.784000', '094450.786000', '094450.789000', '094450.791000', '094450.794000', '094450.797000', '094450.799000', '094450.802000', '094450.805000', '094450.807000', '094450.810000', '094450.812000', '094450.815000', '094450.818000', '094450.820000', '094450.823000', '094450.825000', '094450.828000', '094450.831000', '094450.833000', '094450.836000', '094450.838000', '094450.841000', '094450.844000', '094450.846000', '094450.850000', '094450.853000', '094450.856000', '094450.860000', '094450.862000', '094450.865000', '094450.867000', '094450.870000', '094450.873000', '094450.875000', '094450.878000', '094450.880000', '094510.767000', '094510.771000', '094510.773000', '094510.776000', '094510.778000', '094510.781000', '094510.784000', '094510.787000', '094510.789000', '094510.792000', '094510.794000', '094510.797000', '094510.799000', '094510.802000', '094510.805000', '094510.807000', '094510.810000', '094510.813000', '094510.815000', '094510.818000', '094510.821000', '094510.823000', '094510.826000', '094510.828000', '094510.831000', '094510.834000', '094510.836000', '094510.839000', '094510.841000', '094510.844000', '094510.847000', '094510.849000', '094510.852000', '094510.855000', '094510.857000', '094510.860000', '094510.862000', '094510.865000', '094510.868000', '094510.870000', '094510.873000', '094510.876000', '094510.878000', '094510.881000', '094530.769000', '094530.771000', '094530.774000', '094530.777000', '094530.779000', '094530.782000', '094530.784000', '094530.787000', '094530.790000', '094530.792000', '094530.795000', '094530.797000', '094530.800000', '094530.802000', '094530.817000', '094530.819000', '094530.822000', '094530.825000', '094530.827000', '094530.830000', '094530.832000', '094530.835000', '094530.837000', '094530.840000', '094530.843000', '094530.845000', '094530.848000', '094530.851000', '094530.854000', '094530.857000', '094530.860000', '094530.863000', '094530.865000', '094530.868000', '094530.871000', '094530.873000', '094530.876000', '094530.878000', '094530.881000', '094530.884000', '094530.886000', '094530.889000', '094530.892000', '094550.769000', '094550.771000', '094550.774000', '094550.777000', '094550.780000', '094550.782000', '094550.785000', '094550.788000', '094550.790000', '094550.793000', '094550.795000', '094550.798000', '094550.801000', '094550.803000', '094550.806000', '094550.809000', '094550.811000', '094550.814000', '094550.816000', '094550.819000', '094550.822000', '094550.824000', '094550.827000', '094550.829000', '094550.832000', '094550.834000', '094550.837000', '094550.840000', '094550.843000', '094550.845000', '094550.848000', '094550.850000', '094550.853000', '094550.856000', '094550.858000', '094550.861000', '094550.863000', '094550.866000', '094550.869000', '094550.871000', '094550.874000', '094550.877000', '094550.879000', '094550.882000', '094610.768000', '094610.771000', '094610.774000', '094610.777000', '094610.779000', '094610.782000', '094610.784000', '094610.787000', '094610.790000', '094610.792000', '094610.795000', '094610.797000', '094610.800000', '094610.803000', '094610.805000', '094610.808000', '094610.811000', '094610.813000', '094610.816000', '094610.819000', '094610.821000', '094610.824000', '094610.826000', '094610.829000', '094610.831000', '094610.834000', '094610.837000', '094610.839000', '094610.842000', '094610.844000', '094610.847000', '094610.850000', '094610.852000', '094610.855000', '094610.858000', '094610.860000', '094610.863000', '094610.865000', '094610.868000', '094610.870000', '094610.873000', '094610.876000', '094610.878000', '094630.769000', '094630.771000', '094630.774000', '094630.777000', '094630.779000', '094630.782000', '094630.784000', '094630.787000', '094630.790000', '094630.792000', '094630.795000', '094630.797000', '094630.800000', '094630.803000', '094630.805000', '094630.808000', '094630.810000', '094630.813000', '094630.816000', '094630.819000', '094630.821000', '094630.824000', '094630.827000', '094630.829000', '094630.832000', '094630.834000', '094630.837000', '094630.840000', '094630.842000', '094630.845000', '094630.848000', '094630.850000', '094630.853000', '094630.855000', '094630.858000', '094630.861000', '094630.863000', '094630.866000', '094630.868000', '094630.871000', '094630.874000', '094630.876000', '094630.879000', '094630.881000', '094650.768000', '094650.771000', '094650.774000', '094650.777000', '094650.779000', '094650.782000', '094650.784000', '094650.787000', '094650.790000', '094650.792000', '094650.795000', '094650.798000', '094650.800000', '094650.803000', '094650.805000', '094650.808000', '094650.811000', '094650.813000', '094650.816000', '094650.819000', '094650.821000', '094650.824000', '094650.826000', '094650.829000', '094650.832000', '094650.834000', '094650.837000', '094650.839000', '094650.842000', '094650.845000', '094650.847000', '094650.850000', '094650.853000', '094650.855000', '094650.858000', '094650.860000', '094650.863000', '094650.865000', '094650.868000', '094650.871000', '094650.873000', '094650.876000', '094650.879000', '094710.768000', '094710.770000', '094710.773000', '094710.776000', '094710.778000', '094710.781000', '094710.783000', '094710.786000', '094710.789000', '094710.791000', '094710.794000', '094710.797000', '094710.799000', '094710.802000', '094710.804000', '094710.807000', '094710.810000', '094710.812000', '094710.815000', '094710.817000', '094710.820000', '094710.822000', '094710.825000', '094710.828000', '094710.830000', '094710.833000', '094710.836000', '094710.838000', '094710.841000', '094710.843000', '094710.846000', '094710.849000', '094710.851000', '094710.854000', '094710.856000', '094710.859000', '094710.862000', '094710.864000', '094710.867000', '094710.869000', '094710.872000', '094710.875000', '094710.877000', '094710.880000', '094730.768000', '094730.771000', '094730.773000', '094730.776000', '094730.779000', '094730.782000', '094730.784000', '094730.787000', '094730.790000', '094730.792000', '094730.795000', '094730.797000', '094730.800000', '094730.803000', '094730.805000', '094730.808000', '094730.810000', '094730.813000', '094730.816000', '094730.818000', '094730.821000', '094730.823000', '094730.826000', '094730.829000', '094730.831000', '094730.834000', '094730.836000', '094730.839000', '094730.842000', '094730.844000', '094730.847000', '094730.849000', '094730.852000', '094730.854000', '094730.857000', '094730.860000', '094730.862000', '094730.865000', '094730.867000', '094730.870000', '094730.873000', '094730.875000', '094730.878000', '094750.768000', '094750.771000', '094750.774000', '094750.776000', '094750.779000', '094750.782000', '094750.784000', '094750.787000', '094750.790000', '094750.792000', '094750.795000', '094750.797000', '094750.800000', '094750.803000', '094750.805000', '094750.808000', '094750.810000', '094750.813000', '094750.816000', '094750.818000', '094750.821000', '094750.824000', '094750.826000', '094750.829000', '094750.831000', '094750.834000', '094750.837000', '094750.839000', '094750.842000', '094750.844000', '094750.847000', '094750.849000', '094750.852000', '094750.855000', '094750.857000', '094750.860000', '094750.862000', '094750.865000', '094750.868000', '094750.870000', '094750.873000', '094750.875000', '094750.878000', '094750.880000', '094810.768000', '094810.771000', '094810.774000', '094810.777000', '094810.779000', '094810.782000', '094810.784000', '094810.787000', '094810.790000', '094810.792000', '094810.804000', '094810.807000', '094810.809000', '094810.812000', '094810.814000', '094810.817000', '094810.819000', '094810.822000', '094810.825000', '094810.827000', '094810.830000', '094810.833000', '094810.835000', '094810.838000', '094810.840000', '094810.843000', '094810.846000', '094810.849000', '094810.852000', '094810.855000', '094810.857000', '094810.860000', '094810.863000', '094810.865000', '094810.868000', '094810.870000', '094810.873000', '094810.876000', '094810.878000', '094810.881000', '094810.883000', '094810.886000', '094810.889000', '094830.768000', '094830.771000', '094830.774000', '094830.776000', '094830.779000', '094830.782000', '094830.784000', '094830.798000', '094830.801000', '094830.803000', '094830.806000', '094830.808000', '094830.811000', '094830.814000', '094830.816000', '094830.819000', '094830.822000', '094830.824000', '094830.827000', '094830.829000', '094830.832000', '094830.836000', '094830.839000', '094830.841000', '094830.844000', '094830.847000', '094830.849000', '094830.852000', '094830.854000', '094830.857000', '094830.860000', '094830.862000', '094830.865000', '094830.867000', '094830.870000', '094830.873000', '094830.875000', '094830.878000', '094830.880000', '094830.883000', '094830.886000', '094830.888000', '094830.891000', '094830.894000', '094850.768000', '094850.771000', '094850.774000', '094850.777000', '094850.779000', '094850.782000', '094850.784000', '094850.787000', '094850.790000', '094850.792000', '094850.795000', '094850.797000', '094850.800000', '094850.803000', '094850.805000', '094850.808000', '094850.810000', '094850.813000', '094850.815000', '094850.818000', '094850.821000', '094850.823000', '094850.826000', '094850.828000', '094850.831000', '094850.834000', '094850.836000', '094850.839000', '094850.841000', '094850.844000', '094850.846000', '094850.849000', '094850.852000', '094850.854000', '094850.857000', '094850.859000', '094850.862000', '094850.864000', '094850.867000', '094850.870000', '094850.872000', '094850.875000', '094850.877000', '094910.768000', '094910.771000', '094910.774000', '094910.776000', '094910.779000', '094910.782000', '094910.784000', '094910.787000', '094910.790000', '094910.792000', '094910.795000', '094910.797000', '094910.800000', '094910.803000', '094910.805000', '094910.808000', '094910.810000', '094910.813000', '094910.815000', '094910.818000', '094910.821000', '094910.823000', '094910.826000', '094910.828000', '094910.831000', '094910.834000', '094910.836000', '094910.839000', '094910.841000', '094910.844000', '094910.847000', '094910.849000', '094910.852000', '094910.854000', '094910.857000', '094910.860000', '094910.862000', '094910.865000', '094910.867000', '094910.870000', '094910.872000', '094910.875000', '094910.878000', '094910.880000', '094922.208000', '094922.283000', '094922.285000', '094922.288000', '094922.291000', '094922.293000', '094922.296000', '094922.298000', '094922.301000', '094922.304000', '094922.307000', '094922.309000', '094922.312000', '094922.315000', '094922.317000', '094922.320000', '094922.323000', '094922.325000', '094922.328000', '094922.330000', '094922.333000', '094922.336000', '094922.338000', '094922.341000', '094922.343000'], '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': [8173, 9035, 8159, 8894, 8070, 8985, 7773, 9001, 7854, 9288, 7202, 9080, 7310, 7294, 7561, 6628, 7349, 6651, 8057, 6626, 9024, 7399, 8284, 6887, 7053, 7525, 6601, 8041, 6464, 8510, 6525, 8169, 7161, 6637, 8742, 7067, 8081, 7190, 6693, 8271, 6688, 9445, 6732, 9985, 7365, 9681, 7201, 9537, 6978, 8865, 6759, 9447, 7360, 9757, 8138, 6716, 6997, 6393, 7701, 7218, 8021, 7013, 7714, 7206, 6638, 7199, 6745, 8142, 7048, 9791, 6862, 8062, 8473, 8596, 8451, 6670, 8930, 6807, 9336, 6986, 10200, 8258, 10269, 7820, 7668, 7155, 7410, 7299, 7665, 7565, 9439, 7664, 8552, 6732, 8108, 6946, 6492, 7917, 6550, 8805, 6871, 7444, 6683, 7975, 7454, 9453, 7635, 9740, 7136, 8985, 6948, 8771, 6683, 8265, 6393, 8165, 6500, 7934, 6608, 9130, 7151, 9212, 6857, 8527, 7214, 8648, 7118, 6496, 6787, 6365, 7688, 6831, 6448, 7126, 6493, 8383, 6850, 7661, 7475, 7091, 7583, 7283, 8204, 6935, 9489, 6422, 8783, 6463, 8245, 6464, 8661, 6822, 8886, 7741, 9661, 7778, 6697, 6955, 6461, 7689, 6513, 7811, 7623, 7292, 8418, 7903, 7911, 7835, 6949, 8614, 6178, 8656, 6450, 8816, 6952, 8957, 6939, 8926, 7087, 8830, 7121, 9265, 6655, 9218, 7311, 9435, 7853, 6383, 7137, 7008, 7532, 7481, 7045, 7872, 7564, 8312, 7613, 7651, 7449, 7044, 6927, 6545, 6764, 6947, 8397, 7055, 6855, 8160, 6862, 8984, 6673, 8285, 7401, 7608, 7457, 6492, 7628, 6708, 9165, 7701, 9491, 8050, 7021, 6978, 6414, 7876, 6581, 7783, 6580, 8552, 6849, 8935, 7255, 9524, 6999, 6454, 6821, 6689, 8191, 6995, 8392, 7267, 8710, 7230, 8771, 7472, 9020, 6888, 9453, 7640, 9850, 8168, 6529, 6777, 6567, 7930, 6770, 8487, 6745, 8566, 6527, 8441, 6578, 9344, 7364, 8579, 6530, 9446, 6998, 8668, 6953, 7042, 8691, 7361, 9406, 8208, 6993, 8844, 7164, 8667, 7129, 8813, 7115, 8588, 6845, 8282, 6642, 8117, 6630, 8566, 7152, 6795, 7113, 6525, 7631, 7081, 8206, 7191, 8158, 7187, 8422, 7119, 8565, 7288, 10369, 9316, 9169, 7668, 6763, 8048, 6907, 7535, 7558, 7224, 10145, 8456, 8913, 7303, 6696, 6500, 6892, 7166, 7222, 6877, 8546, 7054, 9087, 7841, 9413, 7875, 9603, 7484, 8580, 7297, 7183, 7014, 6982, 7443, 6801, 7710, 6835, 8140, 6784, 7167, 6990, 7768, 6895, 6735, 7836, 6812, 8650, 7567, 6460, 7456, 6642, 8467, 6895, 8944, 6903, 9159, 7570, 9514, 7956, 6332, 7329, 6365, 7858, 6734, 8490, 6857, 8836, 7672, 9070, 7774, 9221, 7896, 9706, 8018, 8415, 7607, 7636, 7375, 6603, 8813, 6588, 8985, 7315, 6644, 7018, 6568, 8266, 6563, 8476, 6817, 8787, 7610, 9011, 7309, 8859, 7589, 6779, 7270, 6446, 8289, 6594, 6586, 6921, 6936, 7857, 6747, 8452, 7193, 10398, 8741, 10498, 7107, 6738, 6750, 6629, 8421, 7467, 6521, 7637, 6756, 7959, 6943, 7924, 7009, 8681, 6764, 7196, 7685, 6626, 7920, 6886, 6801, 7547, 6622, 9366, 8094, 7251, 8360, 6940, 8705, 6876, 8522, 7050, 8423, 6996, 8116, 7141, 7687, 7075, 6696, 7014, 6371, 6926, 6516, 7819, 6833, 8790, 7488, 7004, 7377, 6462, 8607, 6866, 8261, 6960, 7887, 6842, 7746, 6879, 8026, 6762, 6949, 7358, 6487, 8436, 6691, 6535, 6604, 6607, 7256, 6505, 7707, 6476, 8039, 6645, 7916, 7162, 7253, 9255, 6912, 8817, 6889, 8006, 7958, 6997, 6894, 6859, 6490, 6903, 6361, 6607, 6701, 7070, 6853, 8071, 6835, 8113, 6843, 7303, 8004, 6766, 9429, 7026, 6459, 9048, 6997, 7069, 7322, 7022, 8366, 7049, 9286, 7040, 9258, 7218, 8799, 7441, 8955, 7167, 8971, 6716, 7776, 7352, 6506, 8086, 6663, 6714, 6389, 6611, 7294, 6986, 7958, 7012, 8621, 7707, 9452, 8168, 7737, 7131, 6795, 7649, 6953, 7856, 6863, 6797, 6797, 7864, 6950, 9972, 7589, 9210, 7207, 8844, 6884, 8727, 6600, 8862, 8491, 9980, 6879, 6437, 6612, 6661, 7931, 6783, 6592, 8095, 6464, 8778, 7036, 6750, 6979, 6469, 8247, 6849, 8952, 6834, 7036, 6734, 6428, 9160, 6782, 9956, 6991, 6447, 7747, 6615, 6538, 6741, 6621, 7572, 6534, 8036, 6555, 7528, 6862, 7589, 6598, 7566, 6562, 7805, 6546, 8270, 6839, 7509, 6840, 6423, 8204, 6826, 7099, 7343, 6908, 8192, 6844, 7216, 7200, 6753, 7069, 6791, 8604, 6885, 7865, 6722, 6620, 7269, 6894, 7054, 7034, 6604, 9748, 8464, 7576, 9075, 6712, 7149, 6920, 6777, 8066, 6798, 9483, 7932, 9399, 7457, 6816, 6544, 6631, 7275, 6744, 7629, 6884, 6570, 6985, 6916, 8047, 6958, 7133, 7825, 6767, 8121, 6885, 8878, 7542, 7777, 7140, 6556, 7757, 6867, 8193, 7215, 6426, 7557, 6664, 7869, 6700, 7738, 6910, 8667, 7731, 7227, 6780, 6711, 6746, 6242, 7650, 6535, 8295, 6870, 9112, 7847, 7029, 7261, 6403, 8158, 6739, 8191, 6719, 7277, 7092, 7644, 7204, 8423, 6850, 7937, 7080, 7716, 7224, 6581, 8097, 6389, 8759, 7982, 9032, 7882, 6803, 8472, 6627, 8417, 7691, 9155, 8358, 9474, 8269, 7489, 8772, 6507, 6792, 6617, 7399, 6430, 7247, 6676, 6413, 6680, 6388, 7789, 7015, 6618, 6968, 6741, 8998, 7703, 8164, 7574, 6629, 8695, 6721, 9360, 6875, 8716, 6769, 7817, 6784, 6776, 6765, 6431, 8576, 6234, 9016, 6619, 6345, 6436, 6485, 8156, 6736, 8410, 6844, 8322, 7568, 8922, 7630, 9390, 7760, 8969, 7475, 10316, 8644, 9237, 8656, 6821, 8047, 6783, 6754, 7498, 6833, 8048, 7879, 8438, 8100, 7404, 7750, 6877, 7430, 7412, 9611, 6956, 6673, 7291, 6639, 9698, 7425, 8743, 7916, 6538, 8431, 6842, 8757, 6726, 7323, 6726, 6892, 7061, 6530, 7188, 6484, 8039, 6746, 8829, 6790, 6597, 6530, 6531, 7962, 6516, 8268, 6874, 9000, 8011, 9990, 7926, 6488, 6968, 6605, 7343, 6515, 8588, 7174, 10842, 7983, 8972, 6936, 6861, 8064, 6581, 9086, 8207, 7474, 8846, 6957, 9805, 8091, 6800, 7784, 6794, 9819, 6969, 6409, 8174, 6824], 'WindowCenter': [3998.0, 3992.0, 3966.0, 3962.0, 3955.0, 3962.0, 3962.0, 3998.0, 4001.0, 4009.0, 3989.0, 4009.0, 3990.0, 3989.0, 3977.0, 3966.0, 3976.0, 3967.0, 3999.0, 3993.0, 4012.0, 3993.0, 3999.0, 3995.0, 3994.0, 4004.0, 3982.0, 4001.0, 3970.0, 4011.0, 3972.0, 4014.0, 3992.0, 3995.0, 4025.0, 3995.0, 4002.0, 3993.0, 3982.0, 4002.0, 3979.0, 4011.0, 3982.0, 4007.0, 3979.0, 3994.0, 3976.0, 3996.0, 3966.0, 3984.0, 3979.0, 4019.0, 3990.0, 4019.0, 3986.0, 3965.0, 3991.0, 3980.0, 4001.0, 4004.0, 4000.0, 3992.0, 4001.0, 4015.0, 3992.0, 3990.0, 3979.0, 3999.0, 3992.0, 4007.0, 3965.0, 3974.0, 3982.0, 3972.0, 3974.0, 3951.0, 3970.0, 3951.0, 3982.0, 3962.0, 3990.0, 3960.0, 3976.0, 3946.0, 3945.0, 3935.0, 3945.0, 3947.0, 3945.0, 3959.0, 3967.0, 3960.0, 3970.0, 3953.0, 3971.0, 3949.0, 3952.0, 3972.0, 3954.0, 3981.0, 3965.0, 3975.0, 3969.0, 3985.0, 3977.0, 3995.0, 3976.0, 3983.0, 3964.0, 3983.0, 3963.0, 3973.0, 3939.0, 3959.0, 3926.0, 3971.0, 3941.0, 3971.0, 3954.0, 3996.0, 3963.0, 3981.0, 3950.0, 3972.0, 3964.0, 3970.0, 3965.0, 3953.0, 3951.0, 3938.0, 3958.0, 3950.0, 3940.0, 3950.0, 3954.0, 3983.0, 3965.0, 3973.0, 3963.0, 3966.0, 3973.0, 3963.0, 3973.0, 3963.0, 3994.0, 3940.0, 3971.0, 3939.0, 3958.0, 3938.0, 3969.0, 3938.0, 3980.0, 3961.0, 3980.0, 3960.0, 3938.0, 3950.0, 3940.0, 3962.0, 3937.0, 3960.0, 3949.0, 3960.0, 3972.0, 3971.0, 3971.0, 3960.0, 3949.0, 3958.0, 3925.0, 3958.0, 3941.0, 3970.0, 3951.0, 3970.0, 3939.0, 3969.0, 3949.0, 3968.0, 3948.0, 3967.0, 3937.0, 3956.0, 3935.0, 3956.0, 3946.0, 3926.0, 3952.0, 3950.0, 3951.0, 3937.0, 3937.0, 3947.0, 3946.0, 3955.0, 3945.0, 3933.0, 3920.0, 3919.0, 3922.0, 3922.0, 3922.0, 3934.0, 3945.0, 3937.0, 3937.0, 3957.0, 3936.0, 3968.0, 3938.0, 3957.0, 3948.0, 3945.0, 3935.0, 3925.0, 3959.0, 3950.0, 3967.0, 3947.0, 3953.0, 3945.0, 3920.0, 3935.0, 3923.0, 3945.0, 3923.0, 3934.0, 3922.0, 3956.0, 3936.0, 3956.0, 3935.0, 3966.0, 3923.0, 3911.0, 3925.0, 3936.0, 3958.0, 3938.0, 3955.0, 3937.0, 3955.0, 3935.0, 3954.0, 3949.0, 3955.0, 3922.0, 3951.0, 3932.0, 3966.0, 3955.0, 3910.0, 3922.0, 3935.0, 3957.0, 3951.0, 3971.0, 3935.0, 3956.0, 3911.0, 3942.0, 3922.0, 3952.0, 3922.0, 3941.0, 3910.0, 3952.0, 3920.0, 3940.0, 3922.0, 3923.0, 3955.0, 3934.0, 3964.0, 3946.0, 3923.0, 3955.0, 3921.0, 3942.0, 3920.0, 3941.0, 3919.0, 3941.0, 3921.0, 3931.0, 3921.0, 3931.0, 3922.0, 3942.0, 3934.0, 3934.0, 3936.0, 3924.0, 3944.0, 3949.0, 3958.0, 3947.0, 3946.0, 3937.0, 3956.0, 3949.0, 3958.0, 3949.0, 3989.0, 3980.0, 3969.0, 3960.0, 3937.0, 3958.0, 3952.0, 3960.0, 3973.0, 3963.0, 3993.0, 3958.0, 3957.0, 3936.0, 3921.0, 3911.0, 3922.0, 3920.0, 3933.0, 3920.0, 3940.0, 3921.0, 3939.0, 3931.0, 3938.0, 3929.0, 3938.0, 3908.0, 3926.0, 3918.0, 3920.0, 3919.0, 3907.0, 3919.0, 3907.0, 3917.0, 3919.0, 3930.0, 3921.0, 3932.0, 3935.0, 3932.0, 3933.0, 3934.0, 3948.0, 3937.0, 3955.0, 3945.0, 3923.0, 3946.0, 3924.0, 3945.0, 3934.0, 3953.0, 3936.0, 3966.0, 3948.0, 3966.0, 3945.0, 3922.0, 3932.0, 3912.0, 3944.0, 3925.0, 3955.0, 3924.0, 3954.0, 3947.0, 3955.0, 3946.0, 3954.0, 3945.0, 3953.0, 3943.0, 3940.0, 3945.0, 3947.0, 3933.0, 3920.0, 3940.0, 3921.0, 3952.0, 3931.0, 3919.0, 3923.0, 3922.0, 3942.0, 3922.0, 3943.0, 3923.0, 3944.0, 3934.0, 3951.0, 3935.0, 3955.0, 3943.0, 3922.0, 3932.0, 3912.0, 3940.0, 3923.0, 3922.0, 3950.0, 3946.0, 3958.0, 3935.0, 3957.0, 3948.0, 3965.0, 3955.0, 3965.0, 3924.0, 3923.0, 3923.0, 3935.0, 3955.0, 3935.0, 3912.0, 3946.0, 3923.0, 3942.0, 3935.0, 3943.0, 3935.0, 3955.0, 3936.0, 3932.0, 3932.0, 3923.0, 3942.0, 3936.0, 3935.0, 3946.0, 3936.0, 3954.0, 3943.0, 3933.0, 3944.0, 3935.0, 3954.0, 3935.0, 3956.0, 3936.0, 3942.0, 3933.0, 3941.0, 3933.0, 3930.0, 3933.0, 3923.0, 3932.0, 3910.0, 3920.0, 3921.0, 3931.0, 3923.0, 3954.0, 3935.0, 3932.0, 3934.0, 3912.0, 3941.0, 3910.0, 3930.0, 3921.0, 3929.0, 3922.0, 3931.0, 3922.0, 3941.0, 3923.0, 3933.0, 3934.0, 3923.0, 3943.0, 3923.0, 3924.0, 3922.0, 3922.0, 3934.0, 3925.0, 3947.0, 3925.0, 3945.0, 3923.0, 3943.0, 3919.0, 3919.0, 3939.0, 3919.0, 3938.0, 3907.0, 3929.0, 3930.0, 3907.0, 3908.0, 3909.0, 3910.0, 3919.0, 3909.0, 3924.0, 3921.0, 3921.0, 3922.0, 3941.0, 3934.0, 3943.0, 3935.0, 3932.0, 3942.0, 3922.0, 3952.0, 3932.0, 3925.0, 3953.0, 3933.0, 3923.0, 3921.0, 3921.0, 3942.0, 3933.0, 3952.0, 3923.0, 3941.0, 3921.0, 3928.0, 3920.0, 3938.0, 3919.0, 3938.0, 3910.0, 3930.0, 3921.0, 3910.0, 3930.0, 3909.0, 3909.0, 3908.0, 3922.0, 3932.0, 3935.0, 3942.0, 3933.0, 3940.0, 3933.0, 3951.0, 3942.0, 3930.0, 3918.0, 3910.0, 3920.0, 3908.0, 3917.0, 3909.0, 3907.0, 3909.0, 3928.0, 3908.0, 3936.0, 3917.0, 3926.0, 3904.0, 3912.0, 3894.0, 3913.0, 3908.0, 3939.0, 3939.0, 3947.0, 3906.0, 3910.0, 3931.0, 3936.0, 3957.0, 3938.0, 3938.0, 3947.0, 3928.0, 3955.0, 3923.0, 3910.0, 3911.0, 3899.0, 3932.0, 3924.0, 3941.0, 3911.0, 3908.0, 3908.0, 3897.0, 3939.0, 3910.0, 3949.0, 3906.0, 3910.0, 3917.0, 3909.0, 3896.0, 3910.0, 3911.0, 3932.0, 3910.0, 3932.0, 3909.0, 3920.0, 3897.0, 3918.0, 3896.0, 3907.0, 3896.0, 3905.0, 3898.0, 3914.0, 3897.0, 3906.0, 3897.0, 3898.0, 3917.0, 3897.0, 3907.0, 3906.0, 3907.0, 3928.0, 3909.0, 3920.0, 3921.0, 3910.0, 3921.0, 3909.0, 3928.0, 3907.0, 3917.0, 3898.0, 3908.0, 3920.0, 3921.0, 3921.0, 3910.0, 3911.0, 3949.0, 3943.0, 3930.0, 3927.0, 3896.0, 3907.0, 3921.0, 3924.0, 3932.0, 3910.0, 3938.0, 3918.0, 3926.0, 3917.0, 3908.0, 3896.0, 3896.0, 3906.0, 3908.0, 3918.0, 3910.0, 3910.0, 3909.0, 3923.0, 3933.0, 3921.0, 3909.0, 3921.0, 3908.0, 3920.0, 3922.0, 3940.0, 3923.0, 3917.0, 3907.0, 3896.0, 3920.0, 3911.0, 3930.0, 3921.0, 3899.0, 3929.0, 3910.0, 3931.0, 3925.0, 3946.0, 3934.0, 3941.0, 3932.0, 3918.0, 3912.0, 3908.0, 3909.0, 3910.0, 3931.0, 3912.0, 3957.0, 3925.0, 3943.0, 3944.0, 3922.0, 3932.0, 3913.0, 3930.0, 3911.0, 3932.0, 3912.0, 3921.0, 3924.0, 3932.0, 3921.0, 3931.0, 3911.0, 3929.0, 3921.0, 3920.0, 3920.0, 3909.0, 3918.0, 3898.0, 3942.0, 3941.0, 3952.0, 3942.0, 3921.0, 3941.0, 3923.0, 3943.0, 3946.0, 3953.0, 3946.0, 3952.0, 3930.0, 3920.0, 3930.0, 3895.0, 3895.0, 3894.0, 3904.0, 3896.0, 3918.0, 3920.0, 3920.0, 3921.0, 3922.0, 3931.0, 3921.0, 3910.0, 3920.0, 3925.0, 3952.0, 3946.0, 3945.0, 3933.0, 3922.0, 3928.0, 3908.0, 3938.0, 3908.0, 3928.0, 3909.0, 3918.0, 3910.0, 3909.0, 3910.0, 3910.0, 3942.0, 3912.0, 3941.0, 3910.0, 3909.0, 3910.0, 3912.0, 3943.0, 3937.0, 3957.0, 3926.0, 3932.0, 3921.0, 3928.0, 3917.0, 3927.0, 3906.0, 3926.0, 3907.0, 3948.0, 3941.0, 3939.0, 3926.0, 3906.0, 3916.0, 3908.0, 3908.0, 3921.0, 3921.0, 3943.0, 3945.0, 3943.0, 3944.0, 3929.0, 3929.0, 3909.0, 3919.0, 3907.0, 3936.0, 3906.0, 3894.0, 3904.0, 3905.0, 3935.0, 3918.0, 3927.0, 3917.0, 3896.0, 3913.0, 3894.0, 3913.0, 3896.0, 3904.0, 3907.0, 3907.0, 3919.0, 3911.0, 3920.0, 3909.0, 3926.0, 3909.0, 3952.0, 3908.0, 3907.0, 3908.0, 3910.0, 3942.0, 3924.0, 3943.0, 3925.0, 3966.0, 3945.0, 3952.0, 3932.0, 3897.0, 3908.0, 3908.0, 3919.0, 3897.0, 3954.0, 3932.0, 3973.0, 3956.0, 3952.0, 3920.0, 3919.0, 3941.0, 3923.0, 3955.0, 3943.0, 3934.0, 3954.0, 3920.0, 3952.0, 3917.0, 3910.0, 3916.0, 3906.0, 3946.0, 3920.0, 3909.0, 3938.0, 3920.0], 'WindowWidth': [8950.0, 8926.0, 8881.0, 8866.0, 8861.0, 8865.0, 8867.0, 8931.0, 8941.0, 8948.0, 8923.0, 8950.0, 8925.0, 8925.0, 8903.0, 8886.0, 8899.0, 8890.0, 8935.0, 8936.0, 8956.0, 8934.0, 8937.0, 8941.0, 8937.0, 8951.0, 8918.0, 8940.0, 8900.0, 8954.0, 8905.0, 8962.0, 8933.0, 8943.0, 8982.0, 8941.0, 8946.0, 8934.0, 8918.0, 8945.0, 8913.0, 8955.0, 8916.0, 8943.0, 8907.0, 8919.0, 8897.0, 8922.0, 8883.0, 8905.0, 8909.0, 8964.0, 8926.0, 8963.0, 8915.0, 8884.0, 8930.0, 8916.0, 8942.0, 8952.0, 8940.0, 8934.0, 8946.0, 8973.0, 8934.0, 8926.0, 8912.0, 8941.0, 8932.0, 8942.0, 8882.0, 8891.0, 8900.0, 8884.0, 8888.0, 8854.0, 8878.0, 8857.0, 8897.0, 8871.0, 8905.0, 8865.0, 8877.0, 8839.0, 8833.0, 8825.0, 8835.0, 8842.0, 8839.0, 8862.0, 8870.0, 8865.0, 8877.0, 8862.0, 8881.0, 8851.0, 8859.0, 8885.0, 8867.0, 8896.0, 8882.0, 8896.0, 8894.0, 8909.0, 8900.0, 8920.0, 8896.0, 8901.0, 8878.0, 8904.0, 8874.0, 8884.0, 8836.0, 8859.0, 8813.0, 8881.0, 8841.0, 8881.0, 8864.0, 8926.0, 8875.0, 8892.0, 8852.0, 8883.0, 8877.0, 8879.0, 8882.0, 8863.0, 8857.0, 8835.0, 8861.0, 8852.0, 8840.0, 8853.0, 8867.0, 8900.0, 8883.0, 8888.0, 8875.0, 8886.0, 8890.0, 8874.0, 8887.0, 8875.0, 8916.0, 8837.0, 8880.0, 8838.0, 8859.0, 8832.0, 8874.0, 8832.0, 8890.0, 8868.0, 8890.0, 8864.0, 8832.0, 8851.0, 8841.0, 8872.0, 8831.0, 8865.0, 8846.0, 8865.0, 8884.0, 8882.0, 8881.0, 8863.0, 8847.0, 8856.0, 8810.0, 8854.0, 8839.0, 8879.0, 8853.0, 8877.0, 8833.0, 8873.0, 8849.0, 8872.0, 8846.0, 8866.0, 8827.0, 8848.0, 8821.0, 8848.0, 8840.0, 8811.0, 8857.0, 8850.0, 8852.0, 8825.0, 8827.0, 8839.0, 8837.0, 8849.0, 8835.0, 8813.0, 8791.0, 8788.0, 8797.0, 8799.0, 8800.0, 8817.0, 8833.0, 8828.0, 8828.0, 8851.0, 8824.0, 8870.0, 8831.0, 8854.0, 8845.0, 8834.0, 8821.0, 8808.0, 8863.0, 8851.0, 8868.0, 8838.0, 8840.0, 8832.0, 8793.0, 8821.0, 8803.0, 8835.0, 8801.0, 8818.0, 8798.0, 8849.0, 8825.0, 8849.0, 8823.0, 8860.0, 8801.0, 8781.0, 8808.0, 8824.0, 8857.0, 8830.0, 8849.0, 8825.0, 8846.0, 8821.0, 8845.0, 8845.0, 8846.0, 8799.0, 8831.0, 8809.0, 8864.0, 8847.0, 8781.0, 8800.0, 8820.0, 8855.0, 8854.0, 8878.0, 8822.0, 8848.0, 8782.0, 8823.0, 8797.0, 8835.0, 8797.0, 8821.0, 8777.0, 8833.0, 8791.0, 8817.0, 8796.0, 8801.0, 8844.0, 8817.0, 8857.0, 8834.0, 8799.0, 8842.0, 8794.0, 8820.0, 8790.0, 8817.0, 8787.0, 8820.0, 8794.0, 8807.0, 8796.0, 8808.0, 8798.0, 8825.0, 8819.0, 8817.0, 8822.0, 8806.0, 8831.0, 8847.0, 8855.0, 8843.0, 8839.0, 8827.0, 8850.0, 8845.0, 8854.0, 8847.0, 8903.0, 8893.0, 8874.0, 8864.0, 8829.0, 8859.0, 8858.0, 8865.0, 8888.0, 8874.0, 8914.0, 8857.0, 8850.0, 8821.0, 8794.0, 8782.0, 8798.0, 8792.0, 8814.0, 8793.0, 8818.0, 8793.0, 8813.0, 8805.0, 8808.0, 8801.0, 8808.0, 8770.0, 8793.0, 8786.0, 8790.0, 8788.0, 8768.0, 8787.0, 8770.0, 8784.0, 8790.0, 8804.0, 8794.0, 8811.0, 8820.0, 8813.0, 8815.0, 8820.0, 8844.0, 8829.0, 8847.0, 8833.0, 8804.0, 8839.0, 8805.0, 8833.0, 8817.0, 8841.0, 8826.0, 8864.0, 8845.0, 8865.0, 8835.0, 8800.0, 8810.0, 8784.0, 8834.0, 8808.0, 8847.0, 8807.0, 8846.0, 8841.0, 8847.0, 8838.0, 8843.0, 8834.0, 8838.0, 8827.0, 8821.0, 8835.0, 8841.0, 8816.0, 8794.0, 8819.0, 8797.0, 8838.0, 8808.0, 8790.0, 8801.0, 8799.0, 8824.0, 8800.0, 8828.0, 8802.0, 8829.0, 8817.0, 8835.0, 8821.0, 8848.0, 8831.0, 8802.0, 8812.0, 8785.0, 8820.0, 8802.0, 8799.0, 8853.0, 8841.0, 8860.0, 8822.0, 8854.0, 8844.0, 8860.0, 8846.0, 8858.0, 8804.0, 8801.0, 8802.0, 8821.0, 8848.0, 8820.0, 8785.0, 8836.0, 8801.0, 8825.0, 8820.0, 8825.0, 8819.0, 8846.0, 8824.0, 8811.0, 8811.0, 8800.0, 8826.0, 8826.0, 8824.0, 8838.0, 8826.0, 8844.0, 8828.0, 8815.0, 8830.0, 8822.0, 8844.0, 8822.0, 8851.0, 8826.0, 8827.0, 8816.0, 8824.0, 8816.0, 8806.0, 8818.0, 8801.0, 8814.0, 8780.0, 8793.0, 8797.0, 8809.0, 8803.0, 8844.0, 8822.0, 8815.0, 8816.0, 8785.0, 8821.0, 8778.0, 8804.0, 8794.0, 8801.0, 8798.0, 8807.0, 8800.0, 8825.0, 8804.0, 8815.0, 8819.0, 8804.0, 8828.0, 8803.0, 8804.0, 8799.0, 8799.0, 8819.0, 8811.0, 8843.0, 8808.0, 8836.0, 8801.0, 8828.0, 8790.0, 8790.0, 8814.0, 8788.0, 8811.0, 8769.0, 8802.0, 8803.0, 8768.0, 8771.0, 8777.0, 8778.0, 8791.0, 8777.0, 8805.0, 8796.0, 8797.0, 8801.0, 8822.0, 8820.0, 8830.0, 8823.0, 8813.0, 8824.0, 8797.0, 8840.0, 8815.0, 8811.0, 8840.0, 8815.0, 8799.0, 8795.0, 8796.0, 8824.0, 8814.0, 8836.0, 8800.0, 8819.0, 8794.0, 8797.0, 8790.0, 8810.0, 8788.0, 8810.0, 8777.0, 8804.0, 8795.0, 8779.0, 8805.0, 8777.0, 8777.0, 8773.0, 8796.0, 8811.0, 8823.0, 8825.0, 8816.0, 8819.0, 8812.0, 8834.0, 8823.0, 8804.0, 8787.0, 8776.0, 8788.0, 8771.0, 8780.0, 8777.0, 8770.0, 8775.0, 8797.0, 8772.0, 8805.0, 8782.0, 8789.0, 8758.0, 8766.0, 8743.0, 8768.0, 8775.0, 8819.0, 8819.0, 8821.0, 8769.0, 8781.0, 8814.0, 8825.0, 8853.0, 8833.0, 8831.0, 8838.0, 8815.0, 8847.0, 8801.0, 8776.0, 8779.0, 8760.0, 8805.0, 8803.0, 8818.0, 8778.0, 8771.0, 8771.0, 8755.0, 8816.0, 8777.0, 8827.0, 8766.0, 8777.0, 8781.0, 8774.0, 8754.0, 8778.0, 8780.0, 8808.0, 8777.0, 8811.0, 8773.0, 8789.0, 8753.0, 8781.0, 8750.0, 8765.0, 8749.0, 8760.0, 8753.0, 8769.0, 8752.0, 8763.0, 8753.0, 8758.0, 8779.0, 8754.0, 8768.0, 8763.0, 8766.0, 8794.0, 8774.0, 8787.0, 8794.0, 8777.0, 8792.0, 8775.0, 8796.0, 8767.0, 8778.0, 8755.0, 8770.0, 8791.0, 8795.0, 8792.0, 8776.0, 8778.0, 8828.0, 8828.0, 8806.0, 8792.0, 8753.0, 8769.0, 8793.0, 8805.0, 8809.0, 8778.0, 8809.0, 8782.0, 8787.0, 8782.0, 8773.0, 8751.0, 8751.0, 8763.0, 8769.0, 8782.0, 8776.0, 8776.0, 8774.0, 8799.0, 8811.0, 8793.0, 8773.0, 8791.0, 8770.0, 8787.0, 8794.0, 8813.0, 8795.0, 8779.0, 8766.0, 8752.0, 8788.0, 8778.0, 8801.0, 8790.0, 8761.0, 8801.0, 8777.0, 8805.0, 8808.0, 8835.0, 8817.0, 8820.0, 8810.0, 8783.0, 8783.0, 8771.0, 8773.0, 8776.0, 8807.0, 8784.0, 8852.0, 8807.0, 8824.0, 8829.0, 8798.0, 8810.0, 8788.0, 8802.0, 8781.0, 8808.0, 8783.0, 8793.0, 8803.0, 8809.0, 8794.0, 8806.0, 8779.0, 8797.0, 8790.0, 8789.0, 8789.0, 8773.0, 8782.0, 8758.0, 8821.0, 8824.0, 8842.0, 8826.0, 8800.0, 8824.0, 8803.0, 8829.0, 8838.0, 8840.0, 8834.0, 8836.0, 8805.0, 8790.0, 8804.0, 8750.0, 8748.0, 8744.0, 8758.0, 8754.0, 8787.0, 8793.0, 8796.0, 8796.0, 8801.0, 8809.0, 8796.0, 8777.0, 8792.0, 8806.0, 8838.0, 8835.0, 8831.0, 8811.0, 8796.0, 8794.0, 8771.0, 8809.0, 8770.0, 8795.0, 8774.0, 8785.0, 8776.0, 8772.0, 8777.0, 8777.0, 8822.0, 8784.0, 8820.0, 8776.0, 8774.0, 8778.0, 8784.0, 8827.0, 8829.0, 8853.0, 8810.0, 8808.0, 8791.0, 8794.0, 8781.0, 8789.0, 8761.0, 8787.0, 8768.0, 8825.0, 8821.0, 8815.0, 8792.0, 8766.0, 8776.0, 8773.0, 8773.0, 8794.0, 8796.0, 8828.0, 8832.0, 8828.0, 8833.0, 8804.0, 8802.0, 8775.0, 8785.0, 8767.0, 8803.0, 8763.0, 8746.0, 8761.0, 8763.0, 8802.0, 8786.0, 8794.0, 8780.0, 8753.0, 8771.0, 8745.0, 8767.0, 8750.0, 8760.0, 8769.0, 8770.0, 8789.0, 8782.0, 8794.0, 8777.0, 8794.0, 8775.0, 8837.0, 8773.0, 8770.0, 8775.0, 8780.0, 8823.0, 8806.0, 8829.0, 8808.0, 8866.0, 8832.0, 8833.0, 8809.0, 8754.0, 8771.0, 8769.0, 8785.0, 8757.0, 8845.0, 8814.0, 8871.0, 8854.0, 8839.0, 8797.0, 8794.0, 8823.0, 8803.0, 8848.0, 8832.0, 8820.0, 8845.0, 8791.0, 8836.0, 8782.0, 8776.0, 8779.0, 8765.0, 8820.0, 8794.0, 8780.0, 8815.0, 8792.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.002693076923076923</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.04012906475315729</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.34697100539083</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1810385825862058</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0262950346781616</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4512</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7011.0073</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.14157075335258196</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>152</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>17.451205510907002</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.530954450801367</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4166331242011583</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.763511752294564</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.412718475908377</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0305174</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020721718668937683</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.026560625061392784</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.7523005498928366</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>29.0314</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.6853</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>160.1603</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>309354.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>774.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>319.2201</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0265</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>467.2461</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3217.382</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3448.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>67190.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>956.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4235.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>918.8961</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>33.10785662615672</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> |