=== 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-0026 --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-0026",
"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-0026_ses-04_task-social_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0026_ses-04_task-social_acq-mb8_run-02_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-04_subject-0026_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-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0026_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-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0026_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-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0026_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-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-04_subject-0026_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-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-04_subject-0026_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-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0026_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-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0026/ses-04/func/sub-0026_ses-04_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>0f3ec433abec190d2c6c366b53bcc376</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:51:14.800000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.993313, 0.0187448, 0.113918, -0.0353816, 0.988677, 0.145827]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0945946</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4174, -7757, -7287, 656, 17, -142, 47, 49]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>260.362</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>46bbab1d-872e-46a3-8b5e-0d5840d3401e||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6649868488311768, -0.09492626041173935, 0.29671674966812134, 110.30409240722656], [-0.0502910353243351, 2.6525485515594482, 0.4019835293292999, -99.29570007324219], [0.3056349754333496, -0.39124393463134766, 2.653369188308716, -60.849605560302734], [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': ['095114.800000', '095115.260000', '095115.720000', '095116.180000', '095116.640000', '095117.100000', '095117.560000', '095118.020000', '095118.480000', '095118.940000', '095119.400000', '095119.860000', '095120.320000', '095120.780000', '095121.240000', '095121.700000', '095122.160000', '095122.620000', '095123.080000', '095123.540000', '095124.000000', '095124.460000', '095124.920000', '095125.380000', '095125.840000', '095126.300000', '095126.760000', '095127.220000', '095127.680000', '095128.140000', '095128.600000', '095129.060000', '095129.520000', '095129.980000', '095130.440000', '095130.900000', '095131.360000', '095131.820000', '095132.280000', '095132.740000', '095133.200000', '095133.660000', '095134.120000', '095134.580000', '095135.040000', '095135.500000', '095135.960000', '095136.420000', '095136.880000', '095137.340000', '095137.800000', '095138.260000', '095138.720000', '095139.180000', '095139.640000', '095140.100000', '095140.560000', '095141.020000', '095141.480000', '095141.940000', '095142.400000', '095142.860000', '095143.320000', '095143.780000', '095144.240000', '095144.700000', '095145.160000', '095145.620000', '095146.080000', '095146.540000', '095147.000000', '095147.460000', '095147.920000', '095148.380000', '095148.840000', '095149.300000', '095149.760000', '095150.220000', '095150.680000', '095151.140000', '095151.600000', '095152.060000', '095152.520000', '095152.980000', '095153.440000', '095153.900000', '095154.360000', '095154.820000', '095155.280000', '095155.740000', '095156.200000', '095156.660000', '095157.120000', '095157.580000', '095158.040000', '095158.500000', '095158.960000', '095159.420000', '095159.880000', '095200.340000', '095200.800000', '095201.260000', '095201.720000', '095202.180000', '095202.640000', '095203.100000', '095203.560000', '095204.020000', '095204.480000', '095204.940000', '095205.400000', '095205.860000', '095206.320000', '095206.780000', '095207.240000', '095207.700000', '095208.160000', '095208.620000', '095209.080000', '095209.540000', '095210.000000', '095210.460000', '095210.920000', '095211.380000', '095211.840000', '095212.300000', '095212.760000', '095213.220000', '095213.680000', '095214.140000', '095214.600000', '095215.060000', '095215.520000', '095215.980000', '095216.440000', '095216.900000', '095217.360000', '095217.820000', '095218.280000', '095218.740000', '095219.200000', '095219.660000', '095220.120000', '095220.580000', '095221.040000', '095221.500000', '095221.960000', '095222.420000', '095222.880000', '095223.340000', '095223.800000', '095224.260000', '095224.720000', '095225.180000', '095225.640000', '095226.100000', '095226.560000', '095227.020000', '095227.480000', '095227.940000', '095228.400000', '095228.860000', '095229.320000', '095229.780000', '095230.240000', '095230.700000', '095231.160000', '095231.620000', '095232.080000', '095232.540000', '095233.000000', '095233.460000', '095233.920000', '095234.380000', '095234.840000', '095235.300000', '095235.760000', '095236.220000', '095236.680000', '095237.140000', '095237.600000', '095238.060000', '095238.520000', '095238.980000', '095239.440000', '095239.900000', '095240.360000', '095240.820000', '095241.280000', '095241.740000', '095242.200000', '095242.660000', '095243.120000', '095243.580000', '095244.040000', '095244.500000', '095244.960000', '095245.420000', '095245.880000', '095246.340000', '095246.800000', '095247.260000', '095247.720000', '095248.180000', '095248.640000', '095249.100000', '095249.560000', '095250.020000', '095250.480000', '095250.940000', '095251.400000', '095251.860000', '095252.320000', '095252.780000', '095253.240000', '095253.700000', '095254.160000', '095254.620000', '095255.080000', '095255.540000', '095256.000000', '095256.460000', '095256.920000', '095257.380000', '095257.840000', '095258.300000', '095258.760000', '095259.220000', '095259.680000', '095300.140000', '095300.600000', '095301.060000', '095301.520000', '095301.980000', '095302.440000', '095302.900000', '095303.360000', '095303.820000', '095304.280000', '095304.740000', '095305.200000', '095305.660000', '095306.120000', '095306.580000', '095307.040000', '095307.500000', '095307.960000', '095308.420000', '095308.880000', '095309.340000', '095309.800000', '095310.260000', '095310.720000', '095311.180000', '095311.640000', '095312.100000', '095312.560000', '095313.020000', '095313.480000', '095313.940000', '095314.400000', '095314.860000', '095315.320000', '095315.780000', '095316.240000', '095316.700000', '095317.160000', '095317.620000', '095318.080000', '095318.540000', '095319.000000', '095319.460000', '095319.920000', '095320.380000', '095320.840000', '095321.300000', '095321.760000', '095322.220000', '095322.680000', '095323.140000', '095323.600000', '095324.060000', '095324.520000', '095324.980000', '095325.440000', '095325.900000', '095326.360000', '095326.820000', '095327.280000', '095327.740000', '095328.200000', '095328.660000', '095329.120000', '095329.580000', '095330.040000', '095330.500000', '095330.960000', '095331.420000', '095331.880000', '095332.340000', '095332.800000', '095333.260000', '095333.720000', '095334.180000', '095334.640000', '095335.100000', '095335.560000', '095336.020000', '095336.480000', '095336.940000', '095337.400000', '095337.860000', '095338.320000', '095338.780000', '095339.240000', '095339.700000', '095340.160000', '095340.620000', '095341.080000', '095341.540000', '095342.000000', '095342.460000', '095342.920000', '095343.380000', '095343.840000', '095344.300000', '095344.760000', '095345.220000', '095345.680000', '095346.140000', '095346.600000', '095347.060000', '095347.520000', '095347.980000', '095348.440000', '095348.900000', '095349.360000', '095349.820000', '095350.280000', '095350.740000', '095351.200000', '095351.660000', '095352.120000', '095352.580000', '095353.040000', '095353.500000', '095353.960000', '095354.420000', '095354.880000', '095355.340000', '095355.800000', '095356.260000', '095356.720000', '095357.180000', '095357.640000', '095358.100000', '095358.560000', '095359.020000', '095359.480000', '095359.940000', '095400.400000', '095400.860000', '095401.320000', '095401.780000', '095402.240000', '095402.700000', '095403.160000', '095403.620000', '095404.080000', '095404.540000', '095405.000000', '095405.460000', '095405.920000', '095406.380000', '095406.840000', '095407.300000', '095407.760000', '095408.220000', '095408.680000', '095409.140000', '095409.600000', '095410.060000', '095410.520000', '095410.980000', '095411.440000', '095411.900000', '095412.360000', '095412.820000', '095413.280000', '095413.740000', '095414.200000', '095414.660000', '095415.120000', '095415.580000', '095416.040000', '095416.500000', '095416.960000', '095417.420000', '095417.880000', '095418.340000', '095418.800000', '095419.260000', '095419.720000', '095420.180000', '095420.640000', '095421.100000', '095421.560000', '095422.020000', '095422.480000', '095422.940000', '095423.400000', '095423.860000', '095424.320000', '095424.780000', '095425.240000', '095425.700000', '095426.160000', '095426.620000', '095427.080000', '095427.540000', '095428.000000', '095428.460000', '095428.920000', '095429.380000', '095429.840000', '095430.300000', '095430.760000', '095431.220000', '095431.680000', '095432.140000', '095432.600000', '095433.060000', '095433.520000', '095433.980000', '095434.440000', '095434.900000', '095435.360000', '095435.820000', '095436.280000', '095436.740000', '095437.200000', '095437.660000', '095438.120000', '095438.580000', '095439.040000', '095439.500000', '095439.960000', '095440.420000', '095440.880000', '095441.340000', '095441.800000', '095442.260000', '095442.720000', '095443.180000', '095443.640000', '095444.100000', '095444.560000', '095445.020000', '095445.480000', '095445.940000', '095446.400000', '095446.860000', '095447.320000', '095447.780000', '095448.240000', '095448.700000', '095449.160000', '095449.620000', '095450.080000', '095450.540000', '095451.000000', '095451.460000', '095451.920000', '095452.380000', '095452.840000', '095453.300000', '095453.760000', '095454.220000', '095454.680000', '095455.140000', '095455.600000', '095456.060000', '095456.520000', '095456.980000', '095457.440000', '095457.900000', '095458.360000', '095458.820000', '095459.280000', '095459.740000', '095500.200000', '095500.660000', '095501.120000', '095501.580000', '095502.040000', '095502.500000', '095502.960000', '095503.420000', '095503.880000', '095504.340000', '095504.800000', '095505.260000', '095505.720000', '095506.180000', '095506.640000', '095507.100000', '095507.560000', '095508.020000', '095508.480000', '095508.940000', '095509.400000', '095509.860000', '095510.320000', '095510.780000', '095511.240000', '095511.700000', '095512.160000', '095512.620000', '095513.080000', '095513.540000', '095514.000000', '095514.460000', '095514.920000', '095515.380000', '095515.840000', '095516.300000', '095516.760000', '095517.220000', '095517.680000', '095518.140000', '095518.600000', '095519.060000', '095519.520000', '095519.980000', '095520.440000', '095520.900000', '095521.360000', '095521.820000', '095522.280000', '095522.740000', '095523.200000', '095523.660000', '095524.120000', '095524.580000', '095525.040000', '095525.500000', '095525.960000', '095526.420000', '095526.880000', '095527.340000', '095527.800000', '095528.260000', '095528.720000', '095529.180000', '095529.640000', '095530.100000', '095530.560000', '095531.020000', '095531.480000', '095531.940000', '095532.400000', '095532.860000', '095533.320000', '095533.780000', '095534.240000', '095534.700000', '095535.160000', '095535.620000', '095536.080000', '095536.540000', '095537.000000', '095537.460000', '095537.920000', '095538.380000', '095538.840000', '095539.300000', '095539.760000', '095540.220000', '095540.680000', '095541.140000', '095541.600000', '095542.060000', '095542.520000', '095542.980000', '095543.440000', '095543.900000', '095544.360000', '095544.820000', '095545.280000', '095545.740000', '095546.200000', '095546.660000', '095547.120000', '095547.580000', '095548.040000', '095548.500000', '095548.960000', '095549.420000', '095549.880000', '095550.340000', '095550.800000', '095551.260000', '095551.720000', '095552.180000', '095552.640000', '095553.100000', '095553.560000', '095554.020000', '095554.480000', '095554.940000', '095555.400000', '095555.860000', '095556.320000', '095556.780000', '095557.240000', '095557.700000', '095558.160000', '095558.620000', '095559.080000', '095559.540000', '095600.000000', '095600.460000', '095600.920000', '095601.380000', '095601.840000', '095602.300000', '095602.760000', '095603.220000', '095603.680000', '095604.140000', '095604.600000', '095605.060000', '095605.520000', '095605.980000', '095606.440000', '095606.900000', '095607.360000', '095607.820000', '095608.280000', '095608.740000', '095609.200000', '095609.660000', '095610.120000', '095610.580000', '095611.040000', '095611.500000', '095611.960000', '095612.420000', '095612.880000', '095613.340000', '095613.800000', '095614.260000', '095614.720000', '095615.180000', '095615.640000', '095616.100000', '095616.560000', '095617.020000', '095617.480000', '095617.940000', '095618.400000', '095618.860000', '095619.320000', '095619.780000', '095620.240000', '095620.700000', '095621.160000', '095621.620000', '095622.080000', '095622.540000', '095623.000000', '095623.460000', '095623.920000', '095624.380000', '095624.840000', '095625.300000', '095625.760000', '095626.220000', '095626.680000', '095627.140000', '095627.600000', '095628.060000', '095628.520000', '095628.980000', '095629.440000', '095629.900000', '095630.360000', '095630.820000', '095631.280000', '095631.740000', '095632.200000', '095632.660000', '095633.120000', '095633.580000', '095634.040000', '095634.500000', '095634.960000', '095635.420000', '095635.880000', '095636.340000', '095636.800000', '095637.260000', '095637.720000', '095638.180000', '095638.640000', '095639.100000', '095639.560000', '095640.020000', '095640.480000', '095640.940000', '095641.400000', '095641.860000', '095642.320000', '095642.780000', '095643.240000', '095643.700000', '095644.160000', '095644.620000', '095645.080000', '095645.540000', '095646.000000', '095646.460000', '095646.920000', '095647.380000', '095647.840000', '095648.300000', '095648.760000', '095649.220000', '095649.680000', '095650.140000', '095650.600000', '095651.060000', '095651.520000', '095651.980000', '095652.440000', '095652.900000', '095653.360000', '095653.820000', '095654.280000', '095654.740000', '095655.200000', '095655.660000', '095656.120000', '095656.580000', '095657.040000', '095657.500000', '095657.960000', '095658.420000', '095658.880000', '095659.340000', '095659.800000', '095700.260000', '095700.720000', '095701.180000', '095701.640000', '095702.100000', '095702.560000', '095703.020000', '095703.480000', '095703.940000', '095704.400000', '095704.860000', '095705.320000', '095705.780000', '095706.240000', '095706.700000', '095707.160000', '095707.620000', '095708.080000', '095708.540000', '095709.000000', '095709.460000', '095709.920000', '095710.380000', '095710.840000', '095711.300000', '095711.760000', '095712.220000', '095712.680000', '095713.140000', '095713.600000', '095714.060000', '095714.520000', '095714.980000', '095715.440000', '095715.900000', '095716.360000', '095716.820000', '095717.280000', '095717.740000', '095718.200000', '095718.660000', '095719.120000', '095719.580000', '095720.040000', '095720.500000', '095720.960000', '095721.420000', '095721.880000', '095722.340000', '095722.800000', '095723.260000', '095723.720000', '095724.180000', '095724.640000', '095725.100000', '095725.560000', '095726.020000', '095726.480000', '095726.940000', '095727.400000', '095727.860000', '095728.320000', '095728.780000', '095729.240000', '095729.700000', '095730.160000', '095730.620000', '095731.080000', '095731.540000', '095732.000000', '095732.460000', '095732.920000', '095733.380000', '095733.840000', '095734.300000', '095734.760000', '095735.220000', '095735.680000', '095736.140000', '095736.600000', '095737.060000', '095737.520000', '095737.980000', '095738.440000', '095738.900000', '095739.360000', '095739.820000', '095740.280000', '095740.740000', '095741.200000', '095741.660000', '095742.120000', '095742.580000', '095743.040000', '095743.500000', '095743.960000', '095744.420000', '095744.880000', '095745.340000', '095745.800000', '095746.260000', '095746.720000', '095747.180000', '095747.640000', '095748.100000', '095748.560000', '095749.020000', '095749.480000', '095749.940000', '095750.400000', '095750.860000', '095751.320000', '095751.780000', '095752.240000', '095752.700000', '095753.160000', '095753.620000', '095754.080000', '095754.540000', '095755.000000', '095755.460000'], 'ContentTime': ['095130.035000', '095130.047000', '095130.050000', '095130.052000', '095130.055000', '095130.064000', '095130.066000', '095130.069000', '095130.072000', '095130.079000', '095130.082000', '095130.085000', '095130.088000', '095130.091000', '095130.094000', '095130.097000', '095130.100000', '095130.103000', '095130.106000', '095130.115000', '095130.118000', '095130.121000', '095130.124000', '095130.127000', '095130.129000', '095130.132000', '095130.135000', '095130.138000', '095130.141000', '095130.144000', '095130.147000', '095149.976000', '095149.979000', '095149.982000', '095149.985000', '095149.988000', '095149.991000', '095149.994000', '095149.996000', '095150.000000', '095150.003000', '095150.006000', '095150.009000', '095150.012000', '095150.015000', '095150.018000', '095150.021000', '095150.024000', '095150.027000', '095150.037000', '095150.040000', '095150.043000', '095150.046000', '095150.049000', '095150.051000', '095150.054000', '095150.057000', '095150.060000', '095150.063000', '095150.066000', '095150.069000', '095150.072000', '095150.075000', '095150.078000', '095150.081000', '095150.091000', '095150.094000', '095150.097000', '095150.100000', '095150.103000', '095150.106000', '095150.109000', '095150.112000', '095150.114000', '095209.976000', '095209.979000', '095209.982000', '095209.984000', '095209.988000', '095209.990000', '095209.993000', '095209.996000', '095210.000000', '095210.003000', '095210.006000', '095210.009000', '095210.012000', '095210.015000', '095210.018000', '095210.021000', '095210.024000', '095210.027000', '095210.029000', '095210.032000', '095210.035000', '095210.038000', '095210.041000', '095210.044000', '095210.047000', '095210.050000', '095210.053000', '095210.062000', '095210.065000', '095210.067000', '095210.070000', '095210.073000', '095210.076000', '095210.079000', '095210.082000', '095210.085000', '095210.088000', '095210.091000', '095210.094000', '095210.096000', '095210.100000', '095210.102000', '095210.105000', '095210.108000', '095229.976000', '095229.979000', '095229.982000', '095229.985000', '095229.988000', '095229.991000', '095229.994000', '095229.997000', '095230.001000', '095230.005000', '095230.008000', '095230.011000', '095230.013000', '095230.016000', '095230.019000', '095230.022000', '095230.025000', '095230.028000', '095230.031000', '095230.034000', '095230.037000', '095230.040000', '095230.042000', '095230.045000', '095230.048000', '095230.051000', '095230.054000', '095230.057000', '095230.060000', '095230.063000', '095230.066000', '095230.069000', '095230.072000', '095230.074000', '095230.077000', '095230.080000', '095230.083000', '095230.086000', '095230.089000', '095230.092000', '095230.095000', '095230.098000', '095230.101000', '095249.976000', '095249.979000', '095249.982000', '095249.985000', '095249.988000', '095249.990000', '095249.993000', '095249.996000', '095250.000000', '095250.003000', '095250.006000', '095250.009000', '095250.012000', '095250.015000', '095250.018000', '095250.021000', '095250.024000', '095250.026000', '095250.029000', '095250.032000', '095250.035000', '095250.038000', '095250.041000', '095250.044000', '095250.047000', '095250.054000', '095250.056000', '095250.059000', '095250.062000', '095250.065000', '095250.068000', '095250.071000', '095250.074000', '095250.077000', '095250.080000', '095250.083000', '095250.085000', '095250.088000', '095250.091000', '095250.094000', '095250.097000', '095250.100000', '095250.103000', '095250.106000', '095309.977000', '095309.980000', '095309.983000', '095309.986000', '095309.989000', '095309.992000', '095309.995000', '095309.998000', '095310.001000', '095310.004000', '095310.007000', '095310.010000', '095310.013000', '095310.016000', '095310.019000', '095310.022000', '095310.025000', '095310.028000', '095310.031000', '095310.034000', '095310.037000', '095310.040000', '095310.043000', '095310.046000', '095310.049000', '095310.051000', '095310.054000', '095310.057000', '095310.060000', '095310.063000', '095310.066000', '095310.069000', '095310.072000', '095310.075000', '095310.083000', '095310.086000', '095310.089000', '095310.092000', '095310.095000', '095310.098000', '095310.100000', '095310.103000', '095310.106000', '095329.976000', '095329.979000', '095329.982000', '095329.985000', '095329.988000', '095329.991000', '095329.994000', '095329.997000', '095330.001000', '095330.004000', '095330.007000', '095330.009000', '095330.012000', '095330.015000', '095330.018000', '095330.021000', '095330.024000', '095330.027000', '095330.030000', '095330.033000', '095330.036000', '095330.039000', '095330.042000', '095330.045000', '095330.047000', '095330.050000', '095330.053000', '095330.056000', '095330.059000', '095330.062000', '095330.065000', '095330.068000', '095330.071000', '095330.074000', '095330.077000', '095330.079000', '095330.082000', '095330.085000', '095330.088000', '095330.091000', '095330.094000', '095330.097000', '095330.100000', '095330.103000', '095349.976000', '095349.979000', '095349.990000', '095349.993000', '095349.996000', '095350.000000', '095350.003000', '095350.006000', '095350.009000', '095350.012000', '095350.015000', '095350.017000', '095350.021000', '095350.023000', '095350.026000', '095350.029000', '095350.032000', '095350.035000', '095350.038000', '095350.041000', '095350.044000', '095350.047000', '095350.050000', '095350.053000', '095350.056000', '095350.059000', '095350.062000', '095350.065000', '095350.068000', '095350.071000', '095350.074000', '095350.077000', '095350.080000', '095350.083000', '095350.086000', '095350.088000', '095350.091000', '095350.094000', '095350.097000', '095350.100000', '095350.103000', '095350.106000', '095350.109000', '095409.976000', '095409.979000', '095409.982000', '095409.984000', '095409.988000', '095409.990000', '095409.993000', '095409.996000', '095410.000000', '095410.003000', '095410.006000', '095410.009000', '095410.012000', '095410.015000', '095410.018000', '095410.021000', '095410.024000', '095410.027000', '095410.030000', '095410.032000', '095410.036000', '095410.038000', '095410.041000', '095410.044000', '095410.047000', '095410.050000', '095410.053000', '095410.056000', '095410.059000', '095410.062000', '095410.065000', '095410.067000', '095410.070000', '095410.073000', '095410.076000', '095410.079000', '095410.087000', '095410.090000', '095410.093000', '095410.096000', '095410.099000', '095410.102000', '095410.105000', '095410.108000', '095429.976000', '095429.979000', '095429.982000', '095429.985000', '095429.988000', '095429.991000', '095429.995000', '095429.998000', '095430.002000', '095430.004000', '095430.008000', '095430.010000', '095430.013000', '095430.016000', '095430.019000', '095430.022000', '095430.025000', '095430.028000', '095430.031000', '095430.034000', '095430.037000', '095430.040000', '095430.043000', '095430.045000', '095430.048000', '095430.051000', '095430.054000', '095430.057000', '095430.062000', '095430.065000', '095430.068000', '095430.083000', '095430.086000', '095430.089000', '095430.092000', '095430.095000', '095430.098000', '095430.101000', '095430.104000', '095430.107000', '095430.110000', '095430.113000', '095430.115000', '095449.976000', '095449.979000', '095449.982000', '095449.985000', '095449.988000', '095449.991000', '095449.994000', '095449.997000', '095450.001000', '095450.003000', '095450.006000', '095450.009000', '095450.012000', '095450.015000', '095450.018000', '095450.021000', '095450.024000', '095450.027000', '095450.030000', '095450.033000', '095450.036000', '095450.039000', '095450.041000', '095450.044000', '095450.047000', '095450.050000', '095450.053000', '095450.058000', '095450.061000', '095450.064000', '095450.067000', '095450.070000', '095450.073000', '095450.076000', '095450.079000', '095450.082000', '095450.085000', '095450.087000', '095450.090000', '095450.093000', '095450.096000', '095450.099000', '095450.102000', '095450.105000', '095509.976000', '095509.979000', '095509.982000', '095509.985000', '095509.988000', '095509.991000', '095509.994000', '095509.996000', '095510.000000', '095510.003000', '095510.006000', '095510.009000', '095510.012000', '095510.015000', '095510.018000', '095510.021000', '095510.024000', '095510.027000', '095510.030000', '095510.033000', '095510.035000', '095510.039000', '095510.041000', '095510.044000', '095510.047000', '095510.050000', '095510.053000', '095510.056000', '095510.059000', '095510.062000', '095510.065000', '095510.068000', '095510.071000', '095510.074000', '095510.077000', '095510.080000', '095510.083000', '095510.086000', '095510.089000', '095510.092000', '095510.095000', '095510.097000', '095510.100000', '095529.977000', '095529.980000', '095529.983000', '095529.986000', '095529.989000', '095529.992000', '095529.995000', '095529.997000', '095530.001000', '095530.003000', '095530.006000', '095530.009000', '095530.012000', '095530.015000', '095530.018000', '095530.021000', '095530.024000', '095530.027000', '095530.030000', '095530.032000', '095530.035000', '095530.038000', '095530.041000', '095530.044000', '095530.047000', '095530.050000', '095530.053000', '095530.056000', '095530.059000', '095530.062000', '095530.065000', '095530.067000', '095530.071000', '095530.073000', '095530.076000', '095530.079000', '095530.082000', '095530.085000', '095530.088000', '095530.091000', '095530.094000', '095530.097000', '095530.100000', '095530.103000', '095549.976000', '095549.979000', '095549.982000', '095549.985000', '095549.988000', '095549.991000', '095549.994000', '095549.996000', '095550.000000', '095550.003000', '095550.006000', '095550.009000', '095550.012000', '095550.015000', '095550.018000', '095550.021000', '095550.024000', '095550.027000', '095550.030000', '095550.034000', '095550.037000', '095550.039000', '095550.043000', '095550.045000', '095550.048000', '095550.051000', '095550.054000', '095550.057000', '095550.060000', '095550.063000', '095550.066000', '095550.069000', '095550.072000', '095550.075000', '095550.078000', '095550.081000', '095550.084000', '095550.087000', '095550.090000', '095550.093000', '095550.095000', '095550.098000', '095550.101000', '095609.976000', '095609.979000', '095609.982000', '095609.985000', '095609.988000', '095609.991000', '095609.993000', '095609.997000', '095610.000000', '095610.003000', '095610.006000', '095610.009000', '095610.012000', '095610.028000', '095610.031000', '095610.034000', '095610.037000', '095610.040000', '095610.043000', '095610.046000', '095610.049000', '095610.052000', '095610.054000', '095610.057000', '095610.060000', '095610.063000', '095610.066000', '095610.069000', '095610.072000', '095610.075000', '095610.078000', '095610.081000', '095610.084000', '095610.087000', '095610.089000', '095610.093000', '095610.096000', '095610.099000', '095610.101000', '095610.105000', '095610.107000', '095610.110000', '095610.113000', '095610.116000', '095629.976000', '095629.979000', '095629.982000', '095629.985000', '095629.988000', '095629.991000', '095629.994000', '095629.996000', '095630.001000', '095630.003000', '095630.006000', '095630.009000', '095630.012000', '095630.015000', '095630.018000', '095630.021000', '095630.024000', '095630.027000', '095630.030000', '095630.033000', '095630.036000', '095630.039000', '095630.041000', '095630.044000', '095630.047000', '095630.050000', '095630.053000', '095630.056000', '095630.059000', '095630.062000', '095630.065000', '095630.068000', '095630.071000', '095630.074000', '095630.077000', '095630.079000', '095630.082000', '095630.085000', '095630.088000', '095630.091000', '095630.094000', '095630.097000', '095630.100000', '095649.976000', '095649.983000', '095649.986000', '095649.989000', '095649.992000', '095649.995000', '095649.998000', '095650.001000', '095650.004000', '095650.007000', '095650.010000', '095650.013000', '095650.016000', '095650.019000', '095650.022000', '095650.025000', '095650.028000', '095650.031000', '095650.034000', '095650.037000', '095650.039000', '095650.043000', '095650.045000', '095650.048000', '095650.051000', '095650.054000', '095650.057000', '095650.060000', '095650.063000', '095650.066000', '095650.069000', '095650.072000', '095650.075000', '095650.078000', '095650.081000', '095650.083000', '095650.086000', '095650.089000', '095650.092000', '095650.095000', '095650.098000', '095650.101000', '095650.104000', '095650.107000', '095709.976000', '095709.979000', '095709.982000', '095709.985000', '095709.988000', '095709.991000', '095709.994000', '095709.997000', '095710.000000', '095710.003000', '095710.006000', '095710.009000', '095710.012000', '095710.015000', '095710.018000', '095710.021000', '095710.024000', '095710.027000', '095710.030000', '095710.033000', '095710.036000', '095710.039000', '095710.042000', '095710.045000', '095710.048000', '095710.050000', '095710.053000', '095710.058000', '095710.061000', '095710.064000', '095710.067000', '095710.071000', '095710.074000', '095710.077000', '095710.080000', '095710.083000', '095710.086000', '095710.089000', '095710.092000', '095710.095000', '095710.098000', '095710.101000', '095710.104000', '095729.976000', '095729.979000', '095729.982000', '095729.985000', '095729.994000', '095729.997000', '095730.000000', '095730.003000', '095730.006000', '095730.009000', '095730.012000', '095730.015000', '095730.018000', '095730.021000', '095730.024000', '095730.027000', '095730.030000', '095730.034000', '095730.037000', '095730.040000', '095730.043000', '095730.046000', '095730.048000', '095730.051000', '095730.065000', '095730.068000', '095730.070000', '095730.073000', '095730.076000', '095730.079000', '095730.082000', '095730.085000', '095730.088000', '095730.091000', '095730.094000', '095730.097000', '095730.100000', '095730.103000', '095730.106000', '095730.109000', '095730.112000', '095730.114000', '095730.117000', '095730.120000', '095749.977000', '095749.980000', '095749.983000', '095749.986000', '095749.989000', '095749.992000', '095749.995000', '095749.998000', '095750.001000', '095750.004000', '095750.007000', '095750.010000', '095750.012000', '095750.015000', '095750.018000', '095750.021000', '095750.024000', '095750.027000', '095750.030000', '095750.033000', '095750.035000', '095750.038000', '095750.041000', '095750.044000', '095750.047000', '095750.050000', '095750.053000', '095750.056000', '095750.059000', '095750.061000', '095750.064000', '095750.067000', '095750.070000', '095750.073000', '095750.076000', '095750.079000', '095750.082000', '095750.085000', '095750.088000', '095750.091000', '095750.093000', '095750.096000', '095750.099000', '095756.640000', '095756.643000', '095756.646000', '095756.649000', '095756.652000', '095756.655000', '095756.658000', '095756.661000', '095756.665000', '095756.668000', '095756.672000', '095756.675000', '095756.678000', '095756.681000', '095756.684000'], 'InstanceCreationTime': ['095130.035000', '095130.047000', '095130.050000', '095130.052000', '095130.055000', '095130.064000', '095130.066000', '095130.069000', '095130.072000', '095130.079000', '095130.082000', '095130.085000', '095130.088000', '095130.091000', '095130.094000', '095130.097000', '095130.100000', '095130.103000', '095130.106000', '095130.115000', '095130.118000', '095130.121000', '095130.124000', '095130.127000', '095130.129000', '095130.132000', '095130.135000', '095130.138000', '095130.141000', '095130.144000', '095130.147000', '095149.976000', '095149.979000', '095149.982000', '095149.985000', '095149.988000', '095149.991000', '095149.994000', '095149.996000', '095150.000000', '095150.003000', '095150.006000', '095150.009000', '095150.012000', '095150.015000', '095150.018000', '095150.021000', '095150.024000', '095150.027000', '095150.037000', '095150.040000', '095150.043000', '095150.046000', '095150.049000', '095150.051000', '095150.054000', '095150.057000', '095150.060000', '095150.063000', '095150.066000', '095150.069000', '095150.072000', '095150.075000', '095150.078000', '095150.081000', '095150.091000', '095150.094000', '095150.097000', '095150.100000', '095150.103000', '095150.106000', '095150.109000', '095150.112000', '095150.114000', '095209.976000', '095209.979000', '095209.982000', '095209.984000', '095209.988000', '095209.990000', '095209.993000', '095209.996000', '095210.000000', '095210.003000', '095210.006000', '095210.009000', '095210.012000', '095210.015000', '095210.018000', '095210.021000', '095210.024000', '095210.027000', '095210.029000', '095210.032000', '095210.035000', '095210.038000', '095210.041000', '095210.044000', '095210.047000', '095210.050000', '095210.053000', '095210.062000', '095210.065000', '095210.067000', '095210.070000', '095210.073000', '095210.076000', '095210.079000', '095210.082000', '095210.085000', '095210.088000', '095210.091000', '095210.094000', '095210.096000', '095210.100000', '095210.102000', '095210.105000', '095210.108000', '095229.976000', '095229.979000', '095229.982000', '095229.985000', '095229.988000', '095229.991000', '095229.994000', '095229.997000', '095230.001000', '095230.005000', '095230.008000', '095230.011000', '095230.013000', '095230.016000', '095230.019000', '095230.022000', '095230.025000', '095230.028000', '095230.031000', '095230.034000', '095230.037000', '095230.040000', '095230.042000', '095230.045000', '095230.048000', '095230.051000', '095230.054000', '095230.057000', '095230.060000', '095230.063000', '095230.066000', '095230.069000', '095230.072000', '095230.074000', '095230.077000', '095230.080000', '095230.083000', '095230.086000', '095230.089000', '095230.092000', '095230.095000', '095230.098000', '095230.101000', '095249.976000', '095249.979000', '095249.982000', '095249.985000', '095249.988000', '095249.990000', '095249.993000', '095249.996000', '095250.000000', '095250.003000', '095250.006000', '095250.009000', '095250.012000', '095250.015000', '095250.018000', '095250.021000', '095250.024000', '095250.026000', '095250.029000', '095250.032000', '095250.035000', '095250.038000', '095250.041000', '095250.044000', '095250.047000', '095250.054000', '095250.056000', '095250.059000', '095250.062000', '095250.065000', '095250.068000', '095250.071000', '095250.074000', '095250.077000', '095250.080000', '095250.083000', '095250.085000', '095250.088000', '095250.091000', '095250.094000', '095250.097000', '095250.100000', '095250.103000', '095250.106000', '095309.977000', '095309.980000', '095309.983000', '095309.986000', '095309.989000', '095309.992000', '095309.995000', '095309.998000', '095310.001000', '095310.004000', '095310.007000', '095310.010000', '095310.013000', '095310.016000', '095310.019000', '095310.022000', '095310.025000', '095310.028000', '095310.031000', '095310.034000', '095310.037000', '095310.040000', '095310.043000', '095310.046000', '095310.049000', '095310.051000', '095310.054000', '095310.057000', '095310.060000', '095310.063000', '095310.066000', '095310.069000', '095310.072000', '095310.075000', '095310.083000', '095310.086000', '095310.089000', '095310.092000', '095310.095000', '095310.098000', '095310.100000', '095310.103000', '095310.106000', '095329.976000', '095329.979000', '095329.982000', '095329.985000', '095329.988000', '095329.991000', '095329.994000', '095329.997000', '095330.001000', '095330.004000', '095330.007000', '095330.009000', '095330.012000', '095330.015000', '095330.018000', '095330.021000', '095330.024000', '095330.027000', '095330.030000', '095330.033000', '095330.036000', '095330.039000', '095330.042000', '095330.045000', '095330.047000', '095330.050000', '095330.053000', '095330.056000', '095330.059000', '095330.062000', '095330.065000', '095330.068000', '095330.071000', '095330.074000', '095330.077000', '095330.079000', '095330.082000', '095330.085000', '095330.088000', '095330.091000', '095330.094000', '095330.097000', '095330.100000', '095330.103000', '095349.976000', '095349.979000', '095349.990000', '095349.993000', '095349.996000', '095350.000000', '095350.003000', '095350.006000', '095350.009000', '095350.012000', '095350.015000', '095350.017000', '095350.021000', '095350.023000', '095350.026000', '095350.029000', '095350.032000', '095350.035000', '095350.038000', '095350.041000', '095350.044000', '095350.047000', '095350.050000', '095350.053000', '095350.056000', '095350.059000', '095350.062000', '095350.065000', '095350.068000', '095350.071000', '095350.074000', '095350.077000', '095350.080000', '095350.083000', '095350.086000', '095350.088000', '095350.091000', '095350.094000', '095350.097000', '095350.100000', '095350.103000', '095350.106000', '095350.109000', '095409.976000', '095409.979000', '095409.982000', '095409.984000', '095409.988000', '095409.990000', '095409.993000', '095409.996000', '095410.000000', '095410.003000', '095410.006000', '095410.009000', '095410.012000', '095410.015000', '095410.018000', '095410.021000', '095410.024000', '095410.027000', '095410.030000', '095410.032000', '095410.036000', '095410.038000', '095410.041000', '095410.044000', '095410.047000', '095410.050000', '095410.053000', '095410.056000', '095410.059000', '095410.062000', '095410.065000', '095410.067000', '095410.070000', '095410.073000', '095410.076000', '095410.079000', '095410.087000', '095410.090000', '095410.093000', '095410.096000', '095410.099000', '095410.102000', '095410.105000', '095410.108000', '095429.976000', '095429.979000', '095429.982000', '095429.985000', '095429.988000', '095429.991000', '095429.995000', '095429.998000', '095430.002000', '095430.004000', '095430.008000', '095430.010000', '095430.013000', '095430.016000', '095430.019000', '095430.022000', '095430.025000', '095430.028000', '095430.031000', '095430.034000', '095430.037000', '095430.040000', '095430.043000', '095430.045000', '095430.048000', '095430.051000', '095430.054000', '095430.057000', '095430.062000', '095430.065000', '095430.068000', '095430.083000', '095430.086000', '095430.089000', '095430.092000', '095430.095000', '095430.098000', '095430.101000', '095430.104000', '095430.107000', '095430.110000', '095430.113000', '095430.115000', '095449.976000', '095449.979000', '095449.982000', '095449.985000', '095449.988000', '095449.991000', '095449.994000', '095449.997000', '095450.001000', '095450.003000', '095450.006000', '095450.009000', '095450.012000', '095450.015000', '095450.018000', '095450.021000', '095450.024000', '095450.027000', '095450.030000', '095450.033000', '095450.036000', '095450.039000', '095450.041000', '095450.044000', '095450.047000', '095450.050000', '095450.053000', '095450.058000', '095450.061000', '095450.064000', '095450.067000', '095450.070000', '095450.073000', '095450.076000', '095450.079000', '095450.082000', '095450.085000', '095450.087000', '095450.090000', '095450.093000', '095450.096000', '095450.099000', '095450.102000', '095450.105000', '095509.976000', '095509.979000', '095509.982000', '095509.985000', '095509.988000', '095509.991000', '095509.994000', '095509.996000', '095510.000000', '095510.003000', '095510.006000', '095510.009000', '095510.012000', '095510.015000', '095510.018000', '095510.021000', '095510.024000', '095510.027000', '095510.030000', '095510.033000', '095510.035000', '095510.039000', '095510.041000', '095510.044000', '095510.047000', '095510.050000', '095510.053000', '095510.056000', '095510.059000', '095510.062000', '095510.065000', '095510.068000', '095510.071000', '095510.074000', '095510.077000', '095510.080000', '095510.083000', '095510.086000', '095510.089000', '095510.092000', '095510.095000', '095510.097000', '095510.100000', '095529.977000', '095529.980000', '095529.983000', '095529.986000', '095529.989000', '095529.992000', '095529.995000', '095529.997000', '095530.001000', '095530.003000', '095530.006000', '095530.009000', '095530.012000', '095530.015000', '095530.018000', '095530.021000', '095530.024000', '095530.027000', '095530.030000', '095530.032000', '095530.035000', '095530.038000', '095530.041000', '095530.044000', '095530.047000', '095530.050000', '095530.053000', '095530.056000', '095530.059000', '095530.062000', '095530.065000', '095530.067000', '095530.071000', '095530.073000', '095530.076000', '095530.079000', '095530.082000', '095530.085000', '095530.088000', '095530.091000', '095530.094000', '095530.097000', '095530.100000', '095530.103000', '095549.976000', '095549.979000', '095549.982000', '095549.985000', '095549.988000', '095549.991000', '095549.994000', '095549.996000', '095550.000000', '095550.003000', '095550.006000', '095550.009000', '095550.012000', '095550.015000', '095550.018000', '095550.021000', '095550.024000', '095550.027000', '095550.030000', '095550.034000', '095550.037000', '095550.039000', '095550.043000', '095550.045000', '095550.048000', '095550.051000', '095550.054000', '095550.057000', '095550.060000', '095550.063000', '095550.066000', '095550.069000', '095550.072000', '095550.075000', '095550.078000', '095550.081000', '095550.084000', '095550.087000', '095550.090000', '095550.093000', '095550.095000', '095550.098000', '095550.101000', '095609.976000', '095609.979000', '095609.982000', '095609.985000', '095609.988000', '095609.991000', '095609.993000', '095609.997000', '095610.000000', '095610.003000', '095610.006000', '095610.009000', '095610.012000', '095610.028000', '095610.031000', '095610.034000', '095610.037000', '095610.040000', '095610.043000', '095610.046000', '095610.049000', '095610.052000', '095610.054000', '095610.057000', '095610.060000', '095610.063000', '095610.066000', '095610.069000', '095610.072000', '095610.075000', '095610.078000', '095610.081000', '095610.084000', '095610.087000', '095610.089000', '095610.093000', '095610.096000', '095610.099000', '095610.101000', '095610.105000', '095610.107000', '095610.110000', '095610.113000', '095610.116000', '095629.976000', '095629.979000', '095629.982000', '095629.985000', '095629.988000', '095629.991000', '095629.994000', '095629.996000', '095630.001000', '095630.003000', '095630.006000', '095630.009000', '095630.012000', '095630.015000', '095630.018000', '095630.021000', '095630.024000', '095630.027000', '095630.030000', '095630.033000', '095630.036000', '095630.039000', '095630.041000', '095630.044000', '095630.047000', '095630.050000', '095630.053000', '095630.056000', '095630.059000', '095630.062000', '095630.065000', '095630.068000', '095630.071000', '095630.074000', '095630.077000', '095630.079000', '095630.082000', '095630.085000', '095630.088000', '095630.091000', '095630.094000', '095630.097000', '095630.100000', '095649.976000', '095649.983000', '095649.986000', '095649.989000', '095649.992000', '095649.995000', '095649.998000', '095650.001000', '095650.004000', '095650.007000', '095650.010000', '095650.013000', '095650.016000', '095650.019000', '095650.022000', '095650.025000', '095650.028000', '095650.031000', '095650.034000', '095650.037000', '095650.039000', '095650.043000', '095650.045000', '095650.048000', '095650.051000', '095650.054000', '095650.057000', '095650.060000', '095650.063000', '095650.066000', '095650.069000', '095650.072000', '095650.075000', '095650.078000', '095650.081000', '095650.083000', '095650.086000', '095650.089000', '095650.092000', '095650.095000', '095650.098000', '095650.101000', '095650.104000', '095650.107000', '095709.976000', '095709.979000', '095709.982000', '095709.985000', '095709.988000', '095709.991000', '095709.994000', '095709.997000', '095710.000000', '095710.003000', '095710.006000', '095710.009000', '095710.012000', '095710.015000', '095710.018000', '095710.021000', '095710.024000', '095710.027000', '095710.030000', '095710.033000', '095710.036000', '095710.039000', '095710.042000', '095710.045000', '095710.048000', '095710.050000', '095710.053000', '095710.058000', '095710.061000', '095710.064000', '095710.067000', '095710.071000', '095710.074000', '095710.077000', '095710.080000', '095710.083000', '095710.086000', '095710.089000', '095710.092000', '095710.095000', '095710.098000', '095710.101000', '095710.104000', '095729.976000', '095729.979000', '095729.982000', '095729.985000', '095729.994000', '095729.997000', '095730.000000', '095730.003000', '095730.006000', '095730.009000', '095730.012000', '095730.015000', '095730.018000', '095730.021000', '095730.024000', '095730.027000', '095730.030000', '095730.034000', '095730.037000', '095730.040000', '095730.043000', '095730.046000', '095730.048000', '095730.051000', '095730.065000', '095730.068000', '095730.070000', '095730.073000', '095730.076000', '095730.079000', '095730.082000', '095730.085000', '095730.088000', '095730.091000', '095730.094000', '095730.097000', '095730.100000', '095730.103000', '095730.106000', '095730.109000', '095730.112000', '095730.114000', '095730.117000', '095730.120000', '095749.977000', '095749.980000', '095749.983000', '095749.986000', '095749.989000', '095749.992000', '095749.995000', '095749.998000', '095750.001000', '095750.004000', '095750.007000', '095750.010000', '095750.012000', '095750.015000', '095750.018000', '095750.021000', '095750.024000', '095750.027000', '095750.030000', '095750.033000', '095750.035000', '095750.038000', '095750.041000', '095750.044000', '095750.047000', '095750.050000', '095750.053000', '095750.056000', '095750.059000', '095750.061000', '095750.064000', '095750.067000', '095750.070000', '095750.073000', '095750.076000', '095750.079000', '095750.082000', '095750.085000', '095750.088000', '095750.091000', '095750.093000', '095750.096000', '095750.099000', '095756.640000', '095756.643000', '095756.646000', '095756.649000', '095756.652000', '095756.655000', '095756.658000', '095756.661000', '095756.665000', '095756.668000', '095756.672000', '095756.675000', '095756.678000', '095756.681000', '095756.684000'], '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': [8337, 9705, 14586, 10933, 8612, 13100, 8645, 7796, 11270, 8136, 8008, 8037, 7989, 8375, 7616, 8177, 8034, 8185, 8619, 9170, 8076, 10457, 9127, 8265, 11479, 8750, 8354, 12765, 9649, 9667, 11810, 8300, 10028, 9921, 8509, 12840, 8808, 12003, 8830, 9123, 7562, 7758, 7539, 7922, 8182, 13136, 7578, 8346, 11131, 7616, 8338, 11360, 7788, 8167, 7722, 8206, 9069, 7560, 7924, 10150, 7647, 8549, 7953, 8250, 12532, 9587, 11374, 12360, 9805, 13589, 13654, 11631, 14259, 11957, 9025, 14007, 11307, 9483, 14262, 11042, 9506, 11055, 8254, 7765, 8152, 7955, 7847, 8279, 8902, 8222, 7869, 12707, 9691, 11239, 7803, 7650, 7615, 8128, 8067, 9718, 8283, 8076, 13170, 9846, 8663, 7885, 8174, 9036, 7763, 7965, 10649, 8080, 7598, 10092, 7895, 7901, 9941, 7613, 8107, 7492, 8133, 10917, 8892, 7631, 13175, 8240, 7616, 13714, 9924, 8752, 7522, 7784, 8570, 7857, 8501, 7766, 7726, 7970, 7737, 9486, 7735, 7732, 8715, 8110, 8508, 8286, 8080, 8274, 8071, 11186, 9320, 11597, 8105, 10677, 8359, 8194, 14227, 11010, 9162, 8537, 8054, 9653, 8222, 8718, 9957, 7842, 9130, 8200, 8140, 7666, 7960, 9173, 7997, 9124, 7628, 7760, 12127, 9882, 13344, 11637, 12264, 8433, 7726, 7889, 7565, 8098, 12396, 8929, 7890, 13952, 10041, 8782, 12183, 8008, 9072, 7657, 7751, 9536, 7581, 10987, 8511, 10071, 11251, 7698, 11444, 10509, 9472, 14035, 13039, 10328, 13633, 10017, 8287, 8382, 7575, 8237, 7824, 7733, 7849, 7497, 8692, 7633, 7762, 9774, 7613, 7980, 7727, 7567, 8860, 7916, 7905, 8483, 7663, 8155, 8172, 7678, 7942, 7738, 7916, 7894, 7809, 8633, 7855, 8253, 11184, 8956, 8592, 12545, 10640, 9924, 12554, 8427, 10166, 10086, 7515, 9430, 7636, 7757, 7991, 7780, 9963, 8123, 9199, 7432, 7689, 7517, 7823, 8707, 12686, 10554, 8132, 12665, 12253, 8825, 9611, 7958, 8001, 8039, 7627, 8358, 7792, 8121, 8034, 7624, 9023, 8069, 8167, 7959, 7747, 10032, 7934, 10772, 12060, 10366, 14215, 11222, 9080, 13856, 11900, 10956, 12958, 9732, 9557, 13697, 10701, 10326, 7778, 7947, 7753, 7620, 8618, 7872, 8112, 7419, 7833, 9144, 7725, 8462, 9510, 7902, 12200, 11062, 8829, 12556, 9182, 7732, 11889, 9196, 7804, 11524, 7719, 7909, 7549, 7560, 7863, 7870, 8003, 7679, 8123, 8697, 8021, 8916, 10069, 8256, 10174, 8901, 7802, 11936, 7952, 7971, 7805, 7802, 9736, 7605, 8015, 7777, 8039, 7681, 8006, 10601, 9072, 8890, 13710, 11462, 9420, 13764, 9962, 9232, 11074, 7768, 9662, 7713, 7742, 9750, 7900, 12012, 9078, 8113, 7585, 7947, 10223, 8360, 7763, 12686, 13868, 12912, 10522, 12925, 11197, 9086, 11935, 9290, 7835, 8668, 7701, 8068, 8124, 7974, 9955, 7993, 8214, 8008, 7856, 7765, 7793, 9086, 12489, 13513, 10648, 10023, 13194, 10547, 9946, 13219, 9480, 9304, 11677, 8461, 9752, 7689, 7462, 9045, 7845, 7695, 7540, 7654, 8958, 7866, 8076, 7606, 7753, 10407, 8615, 11303, 11132, 10548, 12950, 9039, 8066, 13159, 10496, 9217, 12654, 9493, 8942, 9400, 7444, 9675, 7908, 9041, 8082, 8092, 7740, 7997, 8344, 7986, 8648, 12776, 9842, 7944, 10719, 11312, 8822, 9964, 10437, 7587, 9270, 11243, 9283, 9990, 7618, 8173, 7907, 8025, 7745, 7854, 10403, 10736, 9008, 11979, 12243, 9196, 12393, 13402, 11605, 10686, 8058, 7994, 7736, 7829, 9116, 7776, 8181, 8480, 7663, 8638, 7943, 7998, 7826, 7788, 8083, 7808, 9325, 8033, 8544, 14667, 13785, 11026, 10251, 10353, 8126, 12549, 14888, 15030, 14856, 10999, 7643, 7667, 8001, 7665, 7938, 8657, 7505, 7920, 8767, 7849, 7997, 8771, 7555, 7890, 8718, 7515, 8184, 9146, 7904, 8588, 7673, 8302, 9833, 8299, 10147, 10362, 9662, 14874, 11787, 12884, 15031, 12678, 13434, 10887, 8271, 15426, 11424, 10150, 14418, 10511, 11282, 9212, 7814, 10282, 7689, 7532, 9160, 7922, 7553, 7742, 7847, 7724, 7728, 8148, 7853, 7753, 7992, 7985, 7661, 7849, 9740, 13208, 9663, 8118, 10349, 10950, 8012, 10533, 11180, 7767, 10190, 7773, 8001, 9957, 7800, 9350, 7723, 9239, 10385, 9277, 13435, 10456, 14352, 10918, 13152, 12194, 11020, 14063, 13540, 13299, 12110, 9503, 8897, 7634, 7790, 8644, 7645, 7674, 8123, 7818, 7762, 7585, 7740, 7933, 7857, 8084, 7902, 7838, 7693, 7948, 7868, 8262, 11113, 9235, 9017, 12014, 9502, 7967, 12019, 10359, 8186, 12324, 9519, 8195, 7613, 7623, 7930, 7849, 7861, 7567, 7542, 7762, 7546, 8465, 7587, 8444, 12543, 9737, 9663, 12851, 12313, 12133, 11707, 9049, 8031, 8046, 7908, 7697, 7721, 9140, 7702, 8263, 10018, 8918, 8497, 9494, 7684, 10195, 10623, 8452, 13152, 10878, 9442, 7619, 7620, 8134, 7740, 8370, 7653, 7499, 9275, 7749, 8025, 11194, 9748, 10344, 7835, 7769, 7973, 7509, 8152, 7950, 7602, 9217, 9485, 8085, 11293, 8251, 7860, 8295, 7628, 8109, 7544, 7605, 9299, 7942, 7873, 7752, 8107, 10089, 8100, 7853, 10075, 7670, 8195, 12861, 10204, 8925, 9783, 7597, 8134, 11996, 7743, 8593, 11159, 7678, 8502, 7890, 7864, 7723, 7854, 8391, 7965, 7482, 7606, 7828, 8428, 7781, 7769, 10234, 7755, 7976, 11294, 9605, 9219, 11383, 9232, 9495, 9399, 7594, 10966, 7888, 7729, 7816, 7643, 7952, 7660, 7616, 9405, 7958, 7867, 10754, 8163, 11847, 14137, 12473, 7563, 7749, 8208, 8095, 7929, 9648, 7922, 7766, 9934, 8986, 7577, 8232, 7855, 7964, 10563, 8087, 8564, 9689, 7922, 10913, 9238, 9091, 13536, 11788, 12503, 10754, 8817, 13788, 11445, 10872, 12918, 9838, 10350, 12866, 9818, 13080, 9617, 9624, 13551, 11412, 11940, 9053, 8963, 7544, 7594, 7796, 8034, 7900, 8694, 7525, 8063, 10070, 8384, 8265, 7797, 7552, 8275, 7741, 8105, 9269, 8041, 8286, 8068, 8074, 8328, 8300, 8721, 14659, 13030, 10929, 15699, 14891, 10343, 12711, 9888, 7882, 9534, 7757, 7829, 8325, 7583, 7606, 8594, 7540, 8017, 7579, 7744, 9675, 9161, 8313, 12477, 10238, 10435, 11887, 8109, 8115, 7792, 7863, 7209, 7878], 'WindowCenter': [4255.0, 4260.0, 4297.0, 4253.0, 4221.0, 4258.0, 4206.0, 4199.0, 4238.0, 4199.0, 4211.0, 4212.0, 4208.0, 4222.0, 4212.0, 4224.0, 4223.0, 4234.0, 4234.0, 4244.0, 4224.0, 4253.0, 4245.0, 4223.0, 4262.0, 4222.0, 4221.0, 4281.0, 4243.0, 4246.0, 4275.0, 4222.0, 4243.0, 4242.0, 4232.0, 4283.0, 4234.0, 4288.0, 4244.0, 4244.0, 4216.0, 4213.0, 4212.0, 4222.0, 4236.0, 4285.0, 4213.0, 4223.0, 4263.0, 4223.0, 4239.0, 4274.0, 4215.0, 4224.0, 4212.0, 4233.0, 4244.0, 4239.0, 4237.0, 4269.0, 4239.0, 4247.0, 4239.0, 4248.0, 4299.0, 4260.0, 4277.0, 4287.0, 4256.0, 4295.0, 4298.0, 4274.0, 4296.0, 4263.0, 4229.0, 4282.0, 4250.0, 4232.0, 4280.0, 4249.0, 4230.0, 4249.0, 4220.0, 4210.0, 4212.0, 4218.0, 4220.0, 4220.0, 4233.0, 4224.0, 4223.0, 4284.0, 4242.0, 4261.0, 4212.0, 4210.0, 4198.0, 4212.0, 4225.0, 4243.0, 4233.0, 4235.0, 4294.0, 4255.0, 4232.0, 4209.0, 4220.0, 4229.0, 4212.0, 4224.0, 4263.0, 4221.0, 4223.0, 4253.0, 4222.0, 4235.0, 4264.0, 4226.0, 4223.0, 4213.0, 4222.0, 4262.0, 4242.0, 4224.0, 4284.0, 4235.0, 4223.0, 4295.0, 4253.0, 4234.0, 4213.0, 4214.0, 4234.0, 4221.0, 4232.0, 4224.0, 4222.0, 4224.0, 4222.0, 4252.0, 4222.0, 4225.0, 4234.0, 4222.0, 4235.0, 4233.0, 4235.0, 4234.0, 4234.0, 4277.0, 4254.0, 4276.0, 4224.0, 4262.0, 4223.0, 4235.0, 4304.0, 4262.0, 4242.0, 4229.0, 4224.0, 4242.0, 4235.0, 4231.0, 4253.0, 4221.0, 4241.0, 4230.0, 4220.0, 4224.0, 4225.0, 4244.0, 4224.0, 4252.0, 4226.0, 4223.0, 4283.0, 4255.0, 4295.0, 4272.0, 4271.0, 4219.0, 4208.0, 4209.0, 4210.0, 4210.0, 4269.0, 4228.0, 4208.0, 4281.0, 4240.0, 4219.0, 4271.0, 4207.0, 4226.0, 4197.0, 4207.0, 4230.0, 4211.0, 4249.0, 4218.0, 4238.0, 4248.0, 4199.0, 4248.0, 4236.0, 4228.0, 4266.0, 4258.0, 4227.0, 4267.0, 4214.0, 4196.0, 4205.0, 4194.0, 4195.0, 4197.0, 4195.0, 4192.0, 4185.0, 4215.0, 4195.0, 4199.0, 4228.0, 4196.0, 4206.0, 4195.0, 4198.0, 4214.0, 4207.0, 4209.0, 4217.0, 4197.0, 4212.0, 4221.0, 4210.0, 4212.0, 4210.0, 4219.0, 4221.0, 4222.0, 4232.0, 4223.0, 4236.0, 4277.0, 4244.0, 4233.0, 4286.0, 4252.0, 4240.0, 4271.0, 4221.0, 4252.0, 4250.0, 4203.0, 4233.0, 4210.0, 4210.0, 4220.0, 4221.0, 4252.0, 4224.0, 4243.0, 4213.0, 4212.0, 4209.0, 4214.0, 4233.0, 4282.0, 4251.0, 4210.0, 4271.0, 4274.0, 4230.0, 4240.0, 4212.0, 4223.0, 4223.0, 4212.0, 4220.0, 4225.0, 4223.0, 4224.0, 4235.0, 4257.0, 4236.0, 4235.0, 4235.0, 4225.0, 4267.0, 4236.0, 4276.0, 4287.0, 4265.0, 4296.0, 4262.0, 4229.0, 4284.0, 4261.0, 4252.0, 4268.0, 4241.0, 4239.0, 4280.0, 4249.0, 4240.0, 4197.0, 4209.0, 4208.0, 4207.0, 4232.0, 4220.0, 4221.0, 4210.0, 4221.0, 4243.0, 4211.0, 4221.0, 4241.0, 4222.0, 4272.0, 4261.0, 4231.0, 4272.0, 4227.0, 4196.0, 4258.0, 4227.0, 4197.0, 4257.0, 4208.0, 4208.0, 4208.0, 4212.0, 4209.0, 4229.0, 4219.0, 4222.0, 4223.0, 4232.0, 4225.0, 4244.0, 4253.0, 4237.0, 4265.0, 4243.0, 4210.0, 4257.0, 4211.0, 4237.0, 4224.0, 4222.0, 4255.0, 4223.0, 4224.0, 4212.0, 4220.0, 4212.0, 4221.0, 4252.0, 4231.0, 4230.0, 4282.0, 4261.0, 4233.0, 4268.0, 4238.0, 4227.0, 4247.0, 4210.0, 4241.0, 4209.0, 4229.0, 4253.0, 4221.0, 4270.0, 4231.0, 4210.0, 4209.0, 4207.0, 4239.0, 4208.0, 4199.0, 4270.0, 4272.0, 4260.0, 4236.0, 4256.0, 4235.0, 4218.0, 4245.0, 4215.0, 4186.0, 4203.0, 4195.0, 4204.0, 4207.0, 4208.0, 4227.0, 4196.0, 4206.0, 4197.0, 4195.0, 4199.0, 4210.0, 4230.0, 4272.0, 4271.0, 4237.0, 4228.0, 4269.0, 4240.0, 4227.0, 4255.0, 4217.0, 4213.0, 4245.0, 4210.0, 4226.0, 4196.0, 4196.0, 4216.0, 4206.0, 4196.0, 4199.0, 4213.0, 4228.0, 4218.0, 4221.0, 4210.0, 4212.0, 4252.0, 4223.0, 4261.0, 4249.0, 4253.0, 4268.0, 4216.0, 4205.0, 4258.0, 4245.0, 4219.0, 4255.0, 4228.0, 4219.0, 4217.0, 4196.0, 4228.0, 4208.0, 4216.0, 4209.0, 4207.0, 4207.0, 4222.0, 4222.0, 4223.0, 4244.0, 4286.0, 4242.0, 4226.0, 4254.0, 4252.0, 4216.0, 4227.0, 4237.0, 4199.0, 4226.0, 4247.0, 4227.0, 4239.0, 4201.0, 4219.0, 4209.0, 4212.0, 4213.0, 4221.0, 4253.0, 4251.0, 4232.0, 4258.0, 4262.0, 4232.0, 4272.0, 4269.0, 4247.0, 4235.0, 4208.0, 4211.0, 4197.0, 4208.0, 4220.0, 4212.0, 4220.0, 4220.0, 4211.0, 4218.0, 4209.0, 4211.0, 4209.0, 4213.0, 4224.0, 4226.0, 4243.0, 4224.0, 4235.0, 4294.0, 4284.0, 4252.0, 4237.0, 4237.0, 4220.0, 4270.0, 4288.0, 4280.0, 4278.0, 4238.0, 4186.0, 4186.0, 4192.0, 4196.0, 4207.0, 4218.0, 4187.0, 4212.0, 4219.0, 4207.0, 4212.0, 4218.0, 4196.0, 4207.0, 4219.0, 4190.0, 4209.0, 4230.0, 4214.0, 4221.0, 4213.0, 4222.0, 4242.0, 4222.0, 4251.0, 4242.0, 4229.0, 4284.0, 4247.0, 4259.0, 4279.0, 4258.0, 4266.0, 4238.0, 4205.0, 4279.0, 4245.0, 4226.0, 4267.0, 4234.0, 4237.0, 4214.0, 4199.0, 4236.0, 4196.0, 4199.0, 4229.0, 4208.0, 4222.0, 4223.0, 4234.0, 4227.0, 4211.0, 4211.0, 4222.0, 4211.0, 4222.0, 4223.0, 4224.0, 4237.0, 4267.0, 4296.0, 4254.0, 4224.0, 4253.0, 4264.0, 4221.0, 4251.0, 4260.0, 4214.0, 4256.0, 4221.0, 4224.0, 4251.0, 4211.0, 4243.0, 4215.0, 4243.0, 4255.0, 4242.0, 4283.0, 4253.0, 4283.0, 4250.0, 4272.0, 4250.0, 4238.0, 4270.0, 4258.0, 4255.0, 4231.0, 4202.0, 4202.0, 4172.0, 4179.0, 4192.0, 4182.0, 4183.0, 4193.0, 4198.0, 4195.0, 4199.0, 4197.0, 4208.0, 4210.0, 4207.0, 4207.0, 4211.0, 4209.0, 4224.0, 4221.0, 4234.0, 4263.0, 4244.0, 4232.0, 4262.0, 4229.0, 4196.0, 4258.0, 4236.0, 4210.0, 4259.0, 4227.0, 4210.0, 4201.0, 4213.0, 4210.0, 4208.0, 4211.0, 4212.0, 4212.0, 4211.0, 4226.0, 4232.0, 4225.0, 4236.0, 4288.0, 4243.0, 4244.0, 4272.0, 4263.0, 4262.0, 4260.0, 4217.0, 4198.0, 4196.0, 4209.0, 4198.0, 4213.0, 4234.0, 4215.0, 4222.0, 4245.0, 4232.0, 4221.0, 4233.0, 4202.0, 4243.0, 4240.0, 4209.0, 4272.0, 4249.0, 4230.0, 4197.0, 4200.0, 4208.0, 4209.0, 4219.0, 4201.0, 4204.0, 4230.0, 4211.0, 4225.0, 4267.0, 4241.0, 4240.0, 4202.0, 4201.0, 4211.0, 4197.0, 4212.0, 4213.0, 4212.0, 4233.0, 4245.0, 4225.0, 4265.0, 4224.0, 4213.0, 4209.0, 4199.0, 4211.0, 4214.0, 4216.0, 4234.0, 4222.0, 4222.0, 4214.0, 4222.0, 4253.0, 4215.0, 4211.0, 4244.0, 4213.0, 4220.0, 4274.0, 4255.0, 4234.0, 4245.0, 4212.0, 4212.0, 4264.0, 4201.0, 4222.0, 4252.0, 4203.0, 4222.0, 4209.0, 4212.0, 4210.0, 4210.0, 4223.0, 4213.0, 4211.0, 4215.0, 4212.0, 4223.0, 4211.0, 4214.0, 4252.0, 4213.0, 4224.0, 4264.0, 4243.0, 4234.0, 4260.0, 4230.0, 4231.0, 4232.0, 4212.0, 4250.0, 4211.0, 4212.0, 4199.0, 4213.0, 4224.0, 4211.0, 4216.0, 4245.0, 4225.0, 4227.0, 4268.0, 4236.0, 4276.0, 4294.0, 4273.0, 4199.0, 4214.0, 4219.0, 4214.0, 4225.0, 4243.0, 4223.0, 4228.0, 4258.0, 4244.0, 4225.0, 4235.0, 4222.0, 4227.0, 4272.0, 4227.0, 4234.0, 4253.0, 4224.0, 4268.0, 4245.0, 4237.0, 4284.0, 4262.0, 4275.0, 4251.0, 4221.0, 4270.0, 4247.0, 4238.0, 4257.0, 4228.0, 4226.0, 4258.0, 4227.0, 4256.0, 4215.0, 4228.0, 4258.0, 4237.0, 4246.0, 4205.0, 4205.0, 4180.0, 4185.0, 4183.0, 4194.0, 4194.0, 4207.0, 4196.0, 4210.0, 4225.0, 4205.0, 4193.0, 4187.0, 4199.0, 4209.0, 4195.0, 4195.0, 4218.0, 4199.0, 4209.0, 4201.0, 4207.0, 4207.0, 4209.0, 4222.0, 4281.0, 4258.0, 4241.0, 4278.0, 4268.0, 4228.0, 4255.0, 4217.0, 4187.0, 4216.0, 4185.0, 4187.0, 4197.0, 4198.0, 4197.0, 4206.0, 4197.0, 4206.0, 4200.0, 4198.0, 4232.0, 4218.0, 4207.0, 4259.0, 4226.0, 4239.0, 4246.0, 4200.0, 4195.0, 4199.0, 4208.0, 4202.0, 4214.0], 'WindowWidth': [9453.0, 9448.0, 9493.0, 9422.0, 9374.0, 9421.0, 9348.0, 9339.0, 9390.0, 9340.0, 9358.0, 9361.0, 9357.0, 9376.0, 9365.0, 9385.0, 9382.0, 9398.0, 9399.0, 9410.0, 9384.0, 9423.0, 9412.0, 9380.0, 9434.0, 9378.0, 9378.0, 9459.0, 9406.0, 9413.0, 9452.0, 9380.0, 9409.0, 9406.0, 9394.0, 9462.0, 9398.0, 9474.0, 9413.0, 9411.0, 9374.0, 9368.0, 9366.0, 9381.0, 9404.0, 9467.0, 9369.0, 9383.0, 9437.0, 9385.0, 9415.0, 9454.0, 9375.0, 9384.0, 9366.0, 9398.0, 9412.0, 9415.0, 9411.0, 9455.0, 9416.0, 9426.0, 9416.0, 9429.0, 9496.0, 9443.0, 9465.0, 9473.0, 9432.0, 9487.0, 9489.0, 9451.0, 9486.0, 9434.0, 9386.0, 9462.0, 9414.0, 9390.0, 9455.0, 9410.0, 9385.0, 9410.0, 9373.0, 9360.0, 9365.0, 9372.0, 9376.0, 9378.0, 9397.0, 9386.0, 9384.0, 9466.0, 9407.0, 9431.0, 9364.0, 9362.0, 9344.0, 9366.0, 9387.0, 9410.0, 9400.0, 9406.0, 9483.0, 9428.0, 9395.0, 9361.0, 9377.0, 9387.0, 9367.0, 9385.0, 9438.0, 9381.0, 9386.0, 9425.0, 9384.0, 9404.0, 9443.0, 9394.0, 9386.0, 9370.0, 9382.0, 9437.0, 9408.0, 9387.0, 9467.0, 9402.0, 9386.0, 9485.0, 9425.0, 9400.0, 9370.0, 9373.0, 9399.0, 9382.0, 9398.0, 9389.0, 9385.0, 9388.0, 9385.0, 9423.0, 9384.0, 9388.0, 9396.0, 9382.0, 9402.0, 9402.0, 9407.0, 9403.0, 9404.0, 9463.0, 9429.0, 9459.0, 9388.0, 9436.0, 9384.0, 9404.0, 9498.0, 9436.0, 9407.0, 9388.0, 9385.0, 9409.0, 9402.0, 9394.0, 9423.0, 9381.0, 9406.0, 9390.0, 9378.0, 9387.0, 9391.0, 9415.0, 9389.0, 9424.0, 9396.0, 9386.0, 9467.0, 9430.0, 9482.0, 9448.0, 9445.0, 9372.0, 9356.0, 9360.0, 9362.0, 9361.0, 9441.0, 9383.0, 9358.0, 9458.0, 9402.0, 9373.0, 9445.0, 9355.0, 9379.0, 9340.0, 9354.0, 9388.0, 9363.0, 9413.0, 9371.0, 9397.0, 9409.0, 9343.0, 9409.0, 9389.0, 9379.0, 9434.0, 9419.0, 9375.0, 9429.0, 9353.0, 9332.0, 9346.0, 9330.0, 9331.0, 9336.0, 9333.0, 9327.0, 9321.0, 9362.0, 9337.0, 9344.0, 9381.0, 9337.0, 9349.0, 9334.0, 9340.0, 9359.0, 9351.0, 9357.0, 9367.0, 9342.0, 9366.0, 9379.0, 9363.0, 9366.0, 9363.0, 9376.0, 9379.0, 9384.0, 9398.0, 9386.0, 9407.0, 9461.0, 9413.0, 9398.0, 9471.0, 9419.0, 9402.0, 9442.0, 9376.0, 9418.0, 9413.0, 9354.0, 9393.0, 9362.0, 9364.0, 9377.0, 9382.0, 9422.0, 9385.0, 9411.0, 9371.0, 9368.0, 9362.0, 9371.0, 9398.0, 9464.0, 9415.0, 9361.0, 9445.0, 9450.0, 9388.0, 9402.0, 9367.0, 9380.0, 9381.0, 9368.0, 9377.0, 9389.0, 9387.0, 9389.0, 9406.0, 9437.0, 9408.0, 9407.0, 9406.0, 9393.0, 9449.0, 9408.0, 9463.0, 9475.0, 9444.0, 9487.0, 9432.0, 9386.0, 9467.0, 9430.0, 9419.0, 9438.0, 9402.0, 9402.0, 9455.0, 9410.0, 9399.0, 9342.0, 9358.0, 9356.0, 9356.0, 9393.0, 9378.0, 9380.0, 9365.0, 9381.0, 9411.0, 9366.0, 9380.0, 9406.0, 9380.0, 9450.0, 9429.0, 9390.0, 9446.0, 9379.0, 9339.0, 9423.0, 9379.0, 9342.0, 9420.0, 9357.0, 9359.0, 9358.0, 9366.0, 9361.0, 9394.0, 9375.0, 9384.0, 9388.0, 9398.0, 9390.0, 9415.0, 9427.0, 9408.0, 9443.0, 9413.0, 9365.0, 9419.0, 9362.0, 9407.0, 9391.0, 9386.0, 9431.0, 9386.0, 9386.0, 9368.0, 9377.0, 9366.0, 9378.0, 9420.0, 9389.0, 9386.0, 9465.0, 9430.0, 9393.0, 9435.0, 9394.0, 9380.0, 9406.0, 9360.0, 9405.0, 9360.0, 9401.0, 9425.0, 9378.0, 9444.0, 9391.0, 9362.0, 9358.0, 9355.0, 9399.0, 9355.0, 9345.0, 9443.0, 9447.0, 9424.0, 9387.0, 9416.0, 9385.0, 9364.0, 9398.0, 9356.0, 9319.0, 9341.0, 9332.0, 9346.0, 9354.0, 9353.0, 9379.0, 9336.0, 9350.0, 9338.0, 9333.0, 9341.0, 9360.0, 9390.0, 9449.0, 9441.0, 9391.0, 9380.0, 9434.0, 9396.0, 9377.0, 9412.0, 9360.0, 9355.0, 9400.0, 9358.0, 9377.0, 9335.0, 9338.0, 9364.0, 9351.0, 9339.0, 9344.0, 9368.0, 9385.0, 9378.0, 9378.0, 9362.0, 9367.0, 9422.0, 9382.0, 9431.0, 9412.0, 9421.0, 9436.0, 9363.0, 9355.0, 9421.0, 9405.0, 9368.0, 9415.0, 9380.0, 9370.0, 9363.0, 9337.0, 9382.0, 9354.0, 9364.0, 9356.0, 9352.0, 9356.0, 9382.0, 9380.0, 9385.0, 9417.0, 9475.0, 9408.0, 9391.0, 9425.0, 9418.0, 9365.0, 9379.0, 9390.0, 9342.0, 9376.0, 9406.0, 9378.0, 9397.0, 9349.0, 9371.0, 9358.0, 9365.0, 9368.0, 9379.0, 9424.0, 9417.0, 9390.0, 9425.0, 9430.0, 9388.0, 9443.0, 9435.0, 9404.0, 9387.0, 9353.0, 9362.0, 9339.0, 9356.0, 9372.0, 9363.0, 9375.0, 9374.0, 9363.0, 9371.0, 9359.0, 9360.0, 9358.0, 9369.0, 9390.0, 9392.0, 9414.0, 9389.0, 9403.0, 9483.0, 9462.0, 9417.0, 9392.0, 9393.0, 9377.0, 9441.0, 9462.0, 9451.0, 9446.0, 9389.0, 9318.0, 9318.0, 9322.0, 9332.0, 9349.0, 9366.0, 9325.0, 9362.0, 9371.0, 9352.0, 9363.0, 9368.0, 9336.0, 9352.0, 9368.0, 9331.0, 9358.0, 9386.0, 9369.0, 9377.0, 9367.0, 9380.0, 9408.0, 9379.0, 9419.0, 9403.0, 9385.0, 9463.0, 9404.0, 9420.0, 9446.0, 9414.0, 9428.0, 9389.0, 9344.0, 9447.0, 9396.0, 9373.0, 9428.0, 9381.0, 9388.0, 9354.0, 9341.0, 9390.0, 9336.0, 9343.0, 9382.0, 9357.0, 9384.0, 9386.0, 9405.0, 9395.0, 9366.0, 9359.0, 9382.0, 9364.0, 9380.0, 9386.0, 9388.0, 9411.0, 9453.0, 9491.0, 9428.0, 9386.0, 9426.0, 9436.0, 9378.0, 9419.0, 9430.0, 9371.0, 9428.0, 9385.0, 9386.0, 9419.0, 9365.0, 9410.0, 9375.0, 9411.0, 9426.0, 9408.0, 9461.0, 9419.0, 9463.0, 9412.0, 9443.0, 9408.0, 9393.0, 9440.0, 9418.0, 9410.0, 9372.0, 9333.0, 9333.0, 9291.0, 9301.0, 9320.0, 9308.0, 9312.0, 9325.0, 9338.0, 9334.0, 9344.0, 9339.0, 9354.0, 9358.0, 9352.0, 9353.0, 9363.0, 9361.0, 9385.0, 9380.0, 9401.0, 9439.0, 9412.0, 9393.0, 9432.0, 9381.0, 9335.0, 9419.0, 9388.0, 9356.0, 9423.0, 9379.0, 9359.0, 9349.0, 9365.0, 9360.0, 9357.0, 9363.0, 9367.0, 9369.0, 9367.0, 9390.0, 9397.0, 9390.0, 9408.0, 9477.0, 9410.0, 9410.0, 9449.0, 9433.0, 9429.0, 9424.0, 9365.0, 9338.0, 9337.0, 9355.0, 9342.0, 9368.0, 9397.0, 9374.0, 9383.0, 9413.0, 9392.0, 9378.0, 9392.0, 9351.0, 9405.0, 9396.0, 9356.0, 9444.0, 9408.0, 9383.0, 9338.0, 9344.0, 9354.0, 9358.0, 9373.0, 9349.0, 9357.0, 9388.0, 9363.0, 9387.0, 9445.0, 9402.0, 9399.0, 9350.0, 9349.0, 9361.0, 9341.0, 9365.0, 9367.0, 9366.0, 9395.0, 9415.0, 9386.0, 9439.0, 9383.0, 9367.0, 9357.0, 9343.0, 9361.0, 9368.0, 9373.0, 9396.0, 9380.0, 9382.0, 9374.0, 9381.0, 9423.0, 9372.0, 9364.0, 9407.0, 9367.0, 9376.0, 9451.0, 9424.0, 9395.0, 9411.0, 9367.0, 9366.0, 9434.0, 9347.0, 9375.0, 9414.0, 9352.0, 9376.0, 9360.0, 9364.0, 9361.0, 9362.0, 9380.0, 9369.0, 9365.0, 9372.0, 9369.0, 9382.0, 9366.0, 9372.0, 9421.0, 9370.0, 9385.0, 9439.0, 9408.0, 9396.0, 9426.0, 9386.0, 9388.0, 9390.0, 9365.0, 9414.0, 9363.0, 9365.0, 9345.0, 9367.0, 9384.0, 9365.0, 9375.0, 9413.0, 9387.0, 9395.0, 9450.0, 9405.0, 9455.0, 9477.0, 9446.0, 9343.0, 9368.0, 9372.0, 9369.0, 9387.0, 9411.0, 9384.0, 9395.0, 9436.0, 9416.0, 9391.0, 9404.0, 9384.0, 9393.0, 9454.0, 9392.0, 9401.0, 9426.0, 9388.0, 9450.0, 9415.0, 9404.0, 9470.0, 9433.0, 9452.0, 9414.0, 9372.0, 9440.0, 9405.0, 9392.0, 9417.0, 9378.0, 9375.0, 9416.0, 9373.0, 9412.0, 9356.0, 9378.0, 9416.0, 9387.0, 9398.0, 9342.0, 9341.0, 9305.0, 9315.0, 9310.0, 9327.0, 9329.0, 9348.0, 9336.0, 9358.0, 9373.0, 9344.0, 9327.0, 9321.0, 9340.0, 9353.0, 9333.0, 9333.0, 9364.0, 9341.0, 9355.0, 9345.0, 9352.0, 9353.0, 9357.0, 9378.0, 9458.0, 9419.0, 9396.0, 9446.0, 9428.0, 9375.0, 9408.0, 9358.0, 9319.0, 9356.0, 9314.0, 9320.0, 9335.0, 9338.0, 9337.0, 9348.0, 9339.0, 9351.0, 9344.0, 9342.0, 9388.0, 9365.0, 9350.0, 9421.0, 9373.0, 9392.0, 9399.0, 9341.0, 9331.0, 9341.0, 9354.0, 9351.0, 9367.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.0004555057471264368</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.021511169770114944</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.49114594277331</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1654856504602997</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9763297119332571</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5014</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4100.1592</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07167688488933703</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>4</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.45977011494252873</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4389596189368183</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.316950944759585</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.666502027334728</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3334258847161418</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0104441</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018914995715022087</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.04327528923749924</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.6665110077666045</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>15.9638</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.7844</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>213.6881</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>295072.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>995.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>381.9093</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.659</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>639.5726</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3382.6418</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3564.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>81472.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1082.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4598.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>972.0353</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>34.72993495268747</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> |