=== 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-0035 --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-0035",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0035_ses-04_task-social_acq-mb8_run-03_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-0035_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0035_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-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-04_subject-0035_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-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-04_subject-0035_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-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-04_subject-0035_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-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0035_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-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0035_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-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-04_subject-0035_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-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-03_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-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-03_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-0035/ses-04/func/sub-0035_ses-04_task-social_acq-mb8_run-03_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>057558855334b1c414ca8f7c8cbc731f</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>11:49:39.617500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.991749, -0.0432748, 0.12067, 0.0282218, 0.991909, 0.123773]</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_brain_imaging_center</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-03_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.0886593</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-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4158, -7743, -7276, 651, -48, -146, 95, 79]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 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>246.838</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>d99e90fd-424d-44c0-b6f5-994ed05a9ff1||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.660789966583252, 0.07571690529584885, 0.3376350402832031, 101.01716613769531], [0.11610306799411774, 2.661219596862793, 0.322236031293869, -106.7984848022461], [0.32374897599220276, -0.3320751190185547, 2.6593546867370605, -78.444580078125], [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': ['114939.617500', '114940.077500', '114940.537500', '114940.997500', '114941.457500', '114941.917500', '114942.377500', '114942.837500', '114943.297500', '114943.757500', '114944.217500', '114944.677500', '114945.137500', '114945.597500', '114946.057500', '114946.517500', '114946.977500', '114947.437500', '114947.897500', '114948.357500', '114948.817500', '114949.277500', '114949.737500', '114950.197500', '114950.657500', '114951.117500', '114951.577500', '114952.037500', '114952.497500', '114952.957500', '114953.417500', '114953.877500', '114954.337500', '114954.797500', '114955.257500', '114955.717500', '114956.177500', '114956.637500', '114957.097500', '114957.557500', '114958.017500', '114958.477500', '114958.937500', '114959.397500', '114959.857500', '115000.317500', '115000.777500', '115001.237500', '115001.697500', '115002.157500', '115002.617500', '115003.077500', '115003.537500', '115003.997500', '115004.457500', '115004.917500', '115005.377500', '115005.837500', '115006.297500', '115006.757500', '115007.217500', '115007.677500', '115008.137500', '115008.597500', '115009.057500', '115009.517500', '115009.977500', '115010.437500', '115010.897500', '115011.357500', '115011.817500', '115012.277500', '115012.737500', '115013.197500', '115013.657500', '115014.117500', '115014.577500', '115015.037500', '115015.497500', '115015.957500', '115016.417500', '115016.877500', '115017.337500', '115017.797500', '115018.257500', '115018.717500', '115019.177500', '115019.637500', '115020.097500', '115020.557500', '115021.017500', '115021.477500', '115021.937500', '115022.397500', '115022.857500', '115023.317500', '115023.777500', '115024.237500', '115024.697500', '115025.157500', '115025.617500', '115026.077500', '115026.537500', '115026.997500', '115027.457500', '115027.917500', '115028.377500', '115028.837500', '115029.297500', '115029.757500', '115030.217500', '115030.677500', '115031.137500', '115031.597500', '115032.057500', '115032.517500', '115032.977500', '115033.437500', '115033.897500', '115034.357500', '115034.817500', '115035.277500', '115035.737500', '115036.197500', '115036.657500', '115037.117500', '115037.577500', '115038.037500', '115038.497500', '115038.957500', '115039.417500', '115039.877500', '115040.337500', '115040.797500', '115041.257500', '115041.717500', '115042.177500', '115042.637500', '115043.097500', '115043.557500', '115044.017500', '115044.477500', '115044.937500', '115045.397500', '115045.857500', '115046.317500', '115046.777500', '115047.237500', '115047.697500', '115048.157500', '115048.617500', '115049.077500', '115049.537500', '115049.997500', '115050.457500', '115050.917500', '115051.377500', '115051.837500', '115052.297500', '115052.757500', '115053.217500', '115053.677500', '115054.137500', '115054.597500', '115055.057500', '115055.517500', '115055.977500', '115056.437500', '115056.897500', '115057.357500', '115057.817500', '115058.277500', '115058.737500', '115059.197500', '115059.657500', '115100.117500', '115100.577500', '115101.037500', '115101.497500', '115101.957500', '115102.417500', '115102.877500', '115103.337500', '115103.797500', '115104.257500', '115104.717500', '115105.177500', '115105.637500', '115106.097500', '115106.557500', '115107.017500', '115107.477500', '115107.937500', '115108.397500', '115108.857500', '115109.317500', '115109.777500', '115110.237500', '115110.697500', '115111.157500', '115111.617500', '115112.077500', '115112.537500', '115112.997500', '115113.457500', '115113.917500', '115114.377500', '115114.837500', '115115.297500', '115115.757500', '115116.217500', '115116.677500', '115117.137500', '115117.597500', '115118.057500', '115118.517500', '115118.977500', '115119.437500', '115119.897500', '115120.357500', '115120.817500', '115121.277500', '115121.737500', '115122.197500', '115122.657500', '115123.117500', '115123.577500', '115124.037500', '115124.497500', '115124.957500', '115125.417500', '115125.877500', '115126.337500', '115126.797500', '115127.257500', '115127.717500', '115128.177500', '115128.637500', '115129.097500', '115129.557500', '115130.017500', '115130.477500', '115130.937500', '115131.397500', '115131.857500', '115132.317500', '115132.777500', '115133.237500', '115133.697500', '115134.157500', '115134.617500', '115135.077500', '115135.537500', '115135.997500', '115136.457500', '115136.917500', '115137.377500', '115137.837500', '115138.297500', '115138.757500', '115139.217500', '115139.677500', '115140.137500', '115140.597500', '115141.057500', '115141.517500', '115141.977500', '115142.437500', '115142.897500', '115143.357500', '115143.817500', '115144.277500', '115144.737500', '115145.197500', '115145.657500', '115146.117500', '115146.577500', '115147.037500', '115147.497500', '115147.957500', '115148.417500', '115148.877500', '115149.337500', '115149.797500', '115150.257500', '115150.717500', '115151.177500', '115151.637500', '115152.097500', '115152.557500', '115153.017500', '115153.477500', '115153.937500', '115154.397500', '115154.857500', '115155.317500', '115155.777500', '115156.237500', '115156.697500', '115157.157500', '115157.617500', '115158.077500', '115158.537500', '115158.997500', '115159.457500', '115159.917500', '115200.377500', '115200.837500', '115201.297500', '115201.757500', '115202.217500', '115202.677500', '115203.137500', '115203.597500', '115204.057500', '115204.517500', '115204.977500', '115205.437500', '115205.897500', '115206.357500', '115206.817500', '115207.277500', '115207.737500', '115208.197500', '115208.657500', '115209.117500', '115209.577500', '115210.037500', '115210.497500', '115210.957500', '115211.417500', '115211.877500', '115212.337500', '115212.797500', '115213.257500', '115213.717500', '115214.177500', '115214.637500', '115215.097500', '115215.557500', '115216.017500', '115216.477500', '115216.937500', '115217.397500', '115217.857500', '115218.317500', '115218.777500', '115219.237500', '115219.697500', '115220.157500', '115220.617500', '115221.077500', '115221.537500', '115221.997500', '115222.457500', '115222.917500', '115223.377500', '115223.837500', '115224.297500', '115224.757500', '115225.217500', '115225.677500', '115226.137500', '115226.597500', '115227.057500', '115227.517500', '115227.977500', '115228.437500', '115228.897500', '115229.357500', '115229.817500', '115230.277500', '115230.737500', '115231.197500', '115231.657500', '115232.117500', '115232.577500', '115233.037500', '115233.497500', '115233.957500', '115234.417500', '115234.877500', '115235.337500', '115235.797500', '115236.257500', '115236.717500', '115237.177500', '115237.637500', '115238.097500', '115238.557500', '115239.017500', '115239.477500', '115239.937500', '115240.397500', '115240.857500', '115241.317500', '115241.777500', '115242.237500', '115242.697500', '115243.157500', '115243.617500', '115244.077500', '115244.537500', '115244.997500', '115245.457500', '115245.917500', '115246.377500', '115246.837500', '115247.297500', '115247.757500', '115248.217500', '115248.677500', '115249.137500', '115249.597500', '115250.057500', '115250.517500', '115250.977500', '115251.437500', '115251.897500', '115252.357500', '115252.817500', '115253.277500', '115253.737500', '115254.197500', '115254.657500', '115255.117500', '115255.577500', '115256.037500', '115256.497500', '115256.957500', '115257.417500', '115257.877500', '115258.337500', '115258.797500', '115259.257500', '115259.717500', '115300.177500', '115300.637500', '115301.097500', '115301.557500', '115302.017500', '115302.477500', '115302.937500', '115303.397500', '115303.857500', '115304.317500', '115304.777500', '115305.237500', '115305.697500', '115306.157500', '115306.617500', '115307.077500', '115307.537500', '115307.997500', '115308.457500', '115308.917500', '115309.377500', '115309.837500', '115310.297500', '115310.757500', '115311.217500', '115311.677500', '115312.137500', '115312.597500', '115313.057500', '115313.517500', '115313.977500', '115314.437500', '115314.897500', '115315.357500', '115315.817500', '115316.277500', '115316.737500', '115317.197500', '115317.657500', '115318.117500', '115318.577500', '115319.037500', '115319.497500', '115319.957500', '115320.417500', '115320.877500', '115321.337500', '115321.797500', '115322.257500', '115322.717500', '115323.177500', '115323.637500', '115324.097500', '115324.557500', '115325.017500', '115325.477500', '115325.937500', '115326.397500', '115326.857500', '115327.317500', '115327.777500', '115328.237500', '115328.697500', '115329.157500', '115329.617500', '115330.077500', '115330.537500', '115330.997500', '115331.457500', '115331.917500', '115332.377500', '115332.837500', '115333.297500', '115333.757500', '115334.217500', '115334.677500', '115335.137500', '115335.597500', '115336.057500', '115336.517500', '115336.977500', '115337.437500', '115337.897500', '115338.357500', '115338.817500', '115339.277500', '115339.737500', '115340.197500', '115340.657500', '115341.117500', '115341.577500', '115342.037500', '115342.497500', '115342.957500', '115343.417500', '115343.877500', '115344.337500', '115344.797500', '115345.257500', '115345.717500', '115346.177500', '115346.637500', '115347.097500', '115347.557500', '115348.017500', '115348.477500', '115348.937500', '115349.397500', '115349.857500', '115350.317500', '115350.777500', '115351.237500', '115351.697500', '115352.157500', '115352.617500', '115353.077500', '115353.537500', '115353.997500', '115354.457500', '115354.917500', '115355.377500', '115355.837500', '115356.297500', '115356.757500', '115357.217500', '115357.677500', '115358.137500', '115358.597500', '115359.057500', '115359.517500', '115359.977500', '115400.437500', '115400.897500', '115401.357500', '115401.817500', '115402.277500', '115402.737500', '115403.197500', '115403.657500', '115404.117500', '115404.577500', '115405.037500', '115405.497500', '115405.957500', '115406.417500', '115406.877500', '115407.337500', '115407.797500', '115408.257500', '115408.717500', '115409.177500', '115409.637500', '115410.097500', '115410.557500', '115411.017500', '115411.477500', '115411.937500', '115412.397500', '115412.857500', '115413.317500', '115413.777500', '115414.237500', '115414.697500', '115415.157500', '115415.617500', '115416.077500', '115416.537500', '115416.997500', '115417.457500', '115417.917500', '115418.377500', '115418.837500', '115419.297500', '115419.757500', '115420.217500', '115420.677500', '115421.137500', '115421.597500', '115422.057500', '115422.517500', '115422.977500', '115423.437500', '115423.897500', '115424.357500', '115424.817500', '115425.277500', '115425.737500', '115426.197500', '115426.657500', '115427.117500', '115427.577500', '115428.037500', '115428.497500', '115428.957500', '115429.417500', '115429.877500', '115430.337500', '115430.797500', '115431.257500', '115431.717500', '115432.177500', '115432.637500', '115433.097500', '115433.557500', '115434.017500', '115434.477500', '115434.937500', '115435.397500', '115435.857500', '115436.317500', '115436.777500', '115437.237500', '115437.697500', '115438.157500', '115438.617500', '115439.077500', '115439.537500', '115439.997500', '115440.457500', '115440.917500', '115441.377500', '115441.837500', '115442.297500', '115442.757500', '115443.217500', '115443.677500', '115444.137500', '115444.597500', '115445.057500', '115445.517500', '115445.977500', '115446.437500', '115446.897500', '115447.357500', '115447.817500', '115448.277500', '115448.737500', '115449.197500', '115449.657500', '115450.117500', '115450.577500', '115451.037500', '115451.497500', '115451.957500', '115452.417500', '115452.877500', '115453.337500', '115453.797500', '115454.257500', '115454.717500', '115455.177500', '115455.637500', '115456.097500', '115456.557500', '115457.017500', '115457.477500', '115457.937500', '115458.397500', '115458.857500', '115459.317500', '115459.777500', '115500.237500', '115500.697500', '115501.157500', '115501.617500', '115502.077500', '115502.537500', '115502.997500', '115503.457500', '115503.917500', '115504.377500', '115504.837500', '115505.297500', '115505.757500', '115506.217500', '115506.677500', '115507.137500', '115507.597500', '115508.057500', '115508.517500', '115508.977500', '115509.437500', '115509.897500', '115510.357500', '115510.817500', '115511.277500', '115511.737500', '115512.197500', '115512.657500', '115513.117500', '115513.577500', '115514.037500', '115514.497500', '115514.957500', '115515.417500', '115515.877500', '115516.337500', '115516.797500', '115517.257500', '115517.717500', '115518.177500', '115518.637500', '115519.097500', '115519.557500', '115520.017500', '115520.477500', '115520.937500', '115521.397500', '115521.857500', '115522.317500', '115522.777500', '115523.237500', '115523.697500', '115524.157500', '115524.617500', '115525.077500', '115525.537500', '115525.997500', '115526.457500', '115526.917500', '115527.377500', '115527.837500', '115528.297500', '115528.757500', '115529.217500', '115529.677500', '115530.137500', '115530.597500', '115531.057500', '115531.517500', '115531.977500', '115532.437500', '115532.897500', '115533.357500', '115533.817500', '115534.277500', '115534.737500', '115535.197500', '115535.657500', '115536.117500', '115536.577500', '115537.037500', '115537.497500', '115537.957500', '115538.417500', '115538.877500', '115539.337500', '115539.797500', '115540.257500', '115540.717500', '115541.177500', '115541.637500', '115542.097500', '115542.557500', '115543.017500', '115543.477500', '115543.937500', '115544.397500', '115544.857500', '115545.317500', '115545.777500', '115546.237500', '115546.697500', '115547.157500', '115547.617500', '115548.077500', '115548.537500', '115548.997500', '115549.457500', '115549.917500', '115550.377500', '115550.837500', '115551.297500', '115551.757500', '115552.217500', '115552.677500', '115553.137500', '115553.597500', '115554.057500', '115554.517500', '115554.977500', '115555.437500', '115555.897500', '115556.357500', '115556.817500', '115557.277500', '115557.737500', '115558.197500', '115558.657500', '115559.117500', '115559.577500', '115600.037500', '115600.497500', '115600.957500', '115601.417500', '115601.877500', '115602.337500', '115602.797500', '115603.257500', '115603.717500', '115604.177500', '115604.637500', '115605.097500', '115605.557500', '115606.017500', '115606.477500', '115606.937500', '115607.397500', '115607.857500', '115608.317500', '115608.777500', '115609.237500', '115609.697500', '115610.157500', '115610.617500', '115611.077500', '115611.537500', '115611.997500', '115612.457500', '115612.917500', '115613.377500', '115613.837500', '115614.297500', '115614.757500', '115615.217500', '115615.677500', '115616.137500', '115616.597500', '115617.057500', '115617.517500', '115617.977500', '115618.437500', '115618.897500', '115619.357500', '115619.817500', '115620.277500'], 'ContentTime': ['114952.889000', '114952.892000', '114952.895000', '114952.898000', '114952.901000', '114952.903000', '114952.906000', '114952.909000', '114952.911000', '114952.914000', '114952.917000', '114952.920000', '114952.922000', '114952.925000', '114952.933000', '114952.936000', '114952.938000', '114952.941000', '114952.944000', '114952.946000', '114952.949000', '114952.951000', '114952.954000', '114952.956000', '114952.959000', '114952.962000', '114952.965000', '115012.859000', '115012.862000', '115012.865000', '115012.868000', '115012.870000', '115012.873000', '115012.875000', '115012.878000', '115012.880000', '115012.883000', '115012.885000', '115012.888000', '115012.891000', '115012.893000', '115012.906000', '115012.908000', '115012.911000', '115012.913000', '115012.931000', '115012.933000', '115012.936000', '115012.938000', '115012.941000', '115012.944000', '115012.946000', '115012.949000', '115012.951000', '115012.954000', '115012.956000', '115012.959000', '115012.961000', '115012.964000', '115012.967000', '115012.969000', '115012.972000', '115012.974000', '115012.977000', '115012.980000', '115012.982000', '115012.995000', '115012.998000', '115013.001000', '115013.004000', '115032.859000', '115032.862000', '115032.865000', '115032.867000', '115032.870000', '115032.872000', '115032.875000', '115032.877000', '115032.880000', '115032.883000', '115032.886000', '115032.889000', '115032.891000', '115032.894000', '115032.897000', '115032.899000', '115032.902000', '115032.904000', '115032.907000', '115032.910000', '115032.912000', '115032.915000', '115032.917000', '115032.920000', '115032.922000', '115032.925000', '115032.927000', '115032.930000', '115032.933000', '115032.935000', '115032.938000', '115032.941000', '115032.944000', '115032.946000', '115032.949000', '115032.952000', '115032.954000', '115032.957000', '115032.959000', '115032.971000', '115032.974000', '115032.976000', '115032.979000', '115032.982000', '115052.859000', '115052.862000', '115052.865000', '115052.867000', '115052.870000', '115052.872000', '115052.875000', '115052.878000', '115052.880000', '115052.883000', '115052.885000', '115052.888000', '115052.891000', '115052.893000', '115052.896000', '115052.898000', '115052.901000', '115052.904000', '115052.906000', '115052.909000', '115052.911000', '115052.914000', '115052.916000', '115052.919000', '115052.921000', '115052.924000', '115052.927000', '115052.929000', '115052.932000', '115052.934000', '115052.937000', '115052.939000', '115052.942000', '115052.944000', '115052.947000', '115052.950000', '115052.952000', '115052.955000', '115052.957000', '115052.960000', '115052.962000', '115052.965000', '115052.968000', '115112.858000', '115112.861000', '115112.864000', '115112.867000', '115112.869000', '115112.872000', '115112.875000', '115112.877000', '115112.880000', '115112.882000', '115112.885000', '115112.887000', '115112.890000', '115112.893000', '115112.895000', '115112.898000', '115112.900000', '115112.903000', '115112.906000', '115112.908000', '115112.911000', '115112.913000', '115112.916000', '115112.919000', '115112.921000', '115112.924000', '115112.926000', '115112.929000', '115112.931000', '115112.934000', '115112.937000', '115112.939000', '115112.942000', '115112.944000', '115112.947000', '115112.949000', '115112.952000', '115112.955000', '115112.957000', '115112.960000', '115112.962000', '115112.965000', '115112.967000', '115132.858000', '115132.861000', '115132.864000', '115132.866000', '115132.869000', '115132.872000', '115132.874000', '115132.877000', '115132.879000', '115132.882000', '115132.885000', '115132.887000', '115132.890000', '115132.892000', '115132.895000', '115132.897000', '115132.900000', '115132.903000', '115132.905000', '115132.908000', '115132.911000', '115132.913000', '115132.916000', '115132.918000', '115132.921000', '115132.924000', '115132.926000', '115132.929000', '115132.931000', '115132.934000', '115132.936000', '115132.939000', '115132.942000', '115132.944000', '115132.947000', '115132.949000', '115132.952000', '115132.954000', '115132.957000', '115132.959000', '115132.972000', '115132.974000', '115132.977000', '115132.980000', '115152.859000', '115152.861000', '115152.864000', '115152.867000', '115152.870000', '115152.873000', '115152.876000', '115152.879000', '115152.881000', '115152.884000', '115152.887000', '115152.889000', '115152.892000', '115152.894000', '115152.897000', '115152.899000', '115152.902000', '115152.905000', '115152.907000', '115152.910000', '115152.912000', '115152.915000', '115152.918000', '115152.920000', '115152.923000', '115152.926000', '115152.929000', '115152.932000', '115152.935000', '115152.937000', '115152.940000', '115152.942000', '115152.945000', '115152.948000', '115152.950000', '115152.953000', '115152.955000', '115152.958000', '115152.960000', '115152.963000', '115152.966000', '115152.968000', '115152.971000', '115212.860000', '115212.862000', '115212.865000', '115212.868000', '115212.870000', '115212.873000', '115212.875000', '115212.878000', '115212.881000', '115212.883000', '115212.886000', '115212.889000', '115212.891000', '115212.894000', '115212.896000', '115212.899000', '115212.902000', '115212.905000', '115212.907000', '115212.910000', '115212.913000', '115212.915000', '115212.918000', '115212.920000', '115212.923000', '115212.926000', '115212.928000', '115212.931000', '115212.934000', '115212.936000', '115212.939000', '115212.941000', '115212.944000', '115212.947000', '115212.949000', '115212.952000', '115212.954000', '115212.957000', '115212.960000', '115212.962000', '115212.965000', '115212.967000', '115212.970000', '115212.972000', '115232.859000', '115232.862000', '115232.865000', '115232.867000', '115232.870000', '115232.873000', '115232.875000', '115232.878000', '115232.880000', '115232.883000', '115232.886000', '115232.888000', '115232.891000', '115232.893000', '115232.896000', '115232.898000', '115232.901000', '115232.904000', '115232.907000', '115232.910000', '115232.912000', '115232.915000', '115232.918000', '115232.920000', '115232.923000', '115232.925000', '115232.928000', '115232.930000', '115232.933000', '115232.936000', '115232.938000', '115232.941000', '115232.943000', '115232.946000', '115232.948000', '115232.951000', '115232.954000', '115232.956000', '115232.959000', '115232.961000', '115232.964000', '115232.966000', '115232.969000', '115252.860000', '115252.864000', '115252.867000', '115252.869000', '115252.872000', '115252.875000', '115252.877000', '115252.880000', '115252.882000', '115252.885000', '115252.888000', '115252.890000', '115252.893000', '115252.895000', '115252.898000', '115252.900000', '115252.903000', '115252.905000', '115252.908000', '115252.911000', '115252.913000', '115252.916000', '115252.918000', '115252.921000', '115252.923000', '115252.926000', '115252.928000', '115252.931000', '115252.933000', '115252.936000', '115252.939000', '115252.941000', '115252.944000', '115252.946000', '115252.949000', '115252.952000', '115252.954000', '115252.957000', '115252.959000', '115252.962000', '115252.964000', '115252.967000', '115252.970000', '115252.972000', '115312.860000', '115312.862000', '115312.865000', '115312.868000', '115312.870000', '115312.873000', '115312.875000', '115312.878000', '115312.881000', '115312.883000', '115312.886000', '115312.888000', '115312.891000', '115312.893000', '115312.896000', '115312.899000', '115312.901000', '115312.904000', '115312.907000', '115312.909000', '115312.912000', '115312.937000', '115312.939000', '115312.942000', '115312.945000', '115312.947000', '115312.950000', '115312.952000', '115312.955000', '115312.958000', '115312.960000', '115312.963000', '115312.967000', '115312.969000', '115312.972000', '115312.975000', '115312.977000', '115312.980000', '115312.982000', '115312.985000', '115312.988000', '115312.990000', '115312.993000', '115332.858000', '115332.861000', '115332.864000', '115332.866000', '115332.869000', '115332.872000', '115332.874000', '115332.877000', '115332.879000', '115332.882000', '115332.885000', '115332.887000', '115332.890000', '115332.892000', '115332.895000', '115332.898000', '115332.900000', '115332.903000', '115332.905000', '115332.908000', '115332.911000', '115332.913000', '115332.916000', '115332.918000', '115332.921000', '115332.923000', '115332.926000', '115332.929000', '115332.931000', '115332.934000', '115332.936000', '115332.939000', '115332.941000', '115332.944000', '115332.947000', '115332.949000', '115332.952000', '115332.954000', '115332.957000', '115332.960000', '115332.962000', '115332.965000', '115332.967000', '115332.970000', '115352.858000', '115352.861000', '115352.864000', '115352.866000', '115352.869000', '115352.872000', '115352.874000', '115352.877000', '115352.880000', '115352.882000', '115352.885000', '115352.887000', '115352.890000', '115352.892000', '115352.895000', '115352.898000', '115352.900000', '115352.903000', '115352.906000', '115352.908000', '115352.911000', '115352.914000', '115352.916000', '115352.919000', '115352.921000', '115352.924000', '115352.926000', '115352.929000', '115352.933000', '115352.936000', '115352.938000', '115352.941000', '115352.944000', '115352.946000', '115352.949000', '115352.951000', '115352.954000', '115352.957000', '115352.959000', '115352.962000', '115352.964000', '115352.967000', '115352.969000', '115412.858000', '115412.861000', '115412.864000', '115412.867000', '115412.869000', '115412.872000', '115412.874000', '115412.877000', '115412.880000', '115412.882000', '115412.885000', '115412.887000', '115412.890000', '115412.893000', '115412.895000', '115412.898000', '115412.900000', '115412.903000', '115412.906000', '115412.908000', '115412.911000', '115412.914000', '115412.916000', '115412.919000', '115412.921000', '115412.924000', '115412.927000', '115412.929000', '115412.932000', '115412.934000', '115412.937000', '115412.939000', '115412.942000', '115412.945000', '115412.947000', '115412.950000', '115412.953000', '115412.955000', '115412.958000', '115412.960000', '115412.963000', '115412.966000', '115412.968000', '115412.971000', '115432.859000', '115432.862000', '115432.865000', '115432.868000', '115432.870000', '115432.873000', '115432.876000', '115432.878000', '115432.881000', '115432.883000', '115432.886000', '115432.889000', '115432.891000', '115432.894000', '115432.896000', '115432.899000', '115432.902000', '115432.904000', '115432.907000', '115432.909000', '115432.912000', '115432.914000', '115432.917000', '115432.920000', '115432.922000', '115432.925000', '115432.927000', '115432.930000', '115432.932000', '115432.935000', '115432.938000', '115432.940000', '115432.943000', '115432.946000', '115432.948000', '115432.951000', '115432.953000', '115432.956000', '115432.958000', '115432.961000', '115432.964000', '115432.966000', '115432.969000', '115452.860000', '115452.863000', '115452.865000', '115452.899000', '115452.901000', '115452.904000', '115452.907000', '115452.909000', '115452.912000', '115452.914000', '115452.917000', '115452.920000', '115452.922000', '115452.925000', '115452.927000', '115452.930000', '115452.932000', '115452.935000', '115452.938000', '115452.940000', '115452.943000', '115452.945000', '115452.948000', '115452.951000', '115452.953000', '115452.956000', '115452.958000', '115452.961000', '115452.963000', '115452.966000', '115452.969000', '115452.971000', '115452.974000', '115452.976000', '115452.979000', '115452.982000', '115452.985000', '115452.987000', '115452.990000', '115452.993000', '115452.996000', '115452.998000', '115453.001000', '115453.004000', '115512.859000', '115512.862000', '115512.865000', '115512.867000', '115512.870000', '115512.873000', '115512.875000', '115512.878000', '115512.880000', '115512.883000', '115512.886000', '115512.888000', '115512.891000', '115512.893000', '115512.896000', '115512.898000', '115512.901000', '115512.904000', '115512.907000', '115512.909000', '115512.912000', '115512.914000', '115512.921000', '115512.924000', '115512.926000', '115512.929000', '115512.931000', '115512.934000', '115512.937000', '115512.939000', '115512.942000', '115512.945000', '115512.947000', '115512.950000', '115512.952000', '115512.955000', '115512.957000', '115512.961000', '115512.964000', '115512.967000', '115512.969000', '115512.972000', '115512.974000', '115532.860000', '115532.863000', '115532.866000', '115532.869000', '115532.871000', '115532.874000', '115532.876000', '115532.879000', '115532.882000', '115532.884000', '115532.887000', '115532.890000', '115532.892000', '115532.895000', '115532.902000', '115532.904000', '115532.907000', '115532.909000', '115532.912000', '115532.915000', '115532.918000', '115532.922000', '115532.925000', '115532.927000', '115532.930000', '115532.932000', '115532.935000', '115532.938000', '115532.940000', '115532.943000', '115532.946000', '115532.948000', '115532.951000', '115532.953000', '115532.956000', '115532.958000', '115532.961000', '115532.964000', '115532.966000', '115532.969000', '115532.971000', '115532.974000', '115532.977000', '115532.979000', '115552.858000', '115552.861000', '115552.864000', '115552.867000', '115552.869000', '115552.872000', '115552.874000', '115552.877000', '115552.879000', '115552.882000', '115552.885000', '115552.887000', '115552.890000', '115552.892000', '115552.895000', '115552.898000', '115552.900000', '115552.903000', '115552.906000', '115552.908000', '115552.911000', '115552.913000', '115552.916000', '115552.919000', '115552.921000', '115552.924000', '115552.926000', '115552.929000', '115552.932000', '115552.934000', '115552.937000', '115552.939000', '115552.942000', '115552.945000', '115552.947000', '115552.950000', '115552.952000', '115552.955000', '115552.957000', '115552.960000', '115552.962000', '115552.965000', '115552.968000', '115612.859000', '115612.862000', '115612.864000', '115612.867000', '115612.870000', '115612.872000', '115612.875000', '115612.877000', '115612.880000', '115612.883000', '115612.885000', '115612.888000', '115612.890000', '115612.893000', '115612.896000', '115612.898000', '115612.901000', '115612.903000', '115612.906000', '115612.908000', '115612.911000', '115612.914000', '115612.916000', '115612.919000', '115612.921000', '115612.924000', '115612.927000', '115612.929000', '115612.932000', '115612.935000', '115612.937000', '115612.940000', '115612.943000', '115612.945000', '115612.948000', '115612.950000', '115612.953000', '115612.956000', '115612.958000', '115612.961000', '115612.964000', '115612.966000', '115612.969000', '115612.971000', '115621.541000', '115621.544000', '115621.547000', '115621.550000', '115621.553000', '115621.556000', '115621.559000', '115621.561000', '115621.564000', '115621.567000', '115621.569000', '115621.572000', '115621.575000', '115621.577000', '115621.580000', '115621.583000', '115621.585000', '115621.588000', '115621.590000'], 'InstanceCreationTime': ['114952.889000', '114952.892000', '114952.895000', '114952.898000', '114952.901000', '114952.903000', '114952.906000', '114952.909000', '114952.911000', '114952.914000', '114952.917000', '114952.920000', '114952.922000', '114952.925000', '114952.933000', '114952.936000', '114952.938000', '114952.941000', '114952.944000', '114952.946000', '114952.949000', '114952.951000', '114952.954000', '114952.956000', '114952.959000', '114952.962000', '114952.965000', '115012.859000', '115012.862000', '115012.865000', '115012.868000', '115012.870000', '115012.873000', '115012.875000', '115012.878000', '115012.880000', '115012.883000', '115012.885000', '115012.888000', '115012.891000', '115012.893000', '115012.906000', '115012.908000', '115012.911000', '115012.913000', '115012.931000', '115012.933000', '115012.936000', '115012.938000', '115012.941000', '115012.944000', '115012.946000', '115012.949000', '115012.951000', '115012.954000', '115012.956000', '115012.959000', '115012.961000', '115012.964000', '115012.967000', '115012.969000', '115012.972000', '115012.974000', '115012.977000', '115012.980000', '115012.982000', '115012.995000', '115012.998000', '115013.001000', '115013.004000', '115032.859000', '115032.862000', '115032.865000', '115032.867000', '115032.870000', '115032.872000', '115032.875000', '115032.877000', '115032.880000', '115032.883000', '115032.886000', '115032.889000', '115032.891000', '115032.894000', '115032.897000', '115032.899000', '115032.902000', '115032.904000', '115032.907000', '115032.910000', '115032.912000', '115032.915000', '115032.917000', '115032.920000', '115032.922000', '115032.925000', '115032.927000', '115032.930000', '115032.933000', '115032.935000', '115032.938000', '115032.941000', '115032.944000', '115032.946000', '115032.949000', '115032.952000', '115032.954000', '115032.957000', '115032.959000', '115032.971000', '115032.974000', '115032.976000', '115032.979000', '115032.982000', '115052.859000', '115052.862000', '115052.865000', '115052.867000', '115052.870000', '115052.872000', '115052.875000', '115052.878000', '115052.880000', '115052.883000', '115052.885000', '115052.888000', '115052.891000', '115052.893000', '115052.896000', '115052.898000', '115052.901000', '115052.904000', '115052.906000', '115052.909000', '115052.911000', '115052.914000', '115052.916000', '115052.919000', '115052.921000', '115052.924000', '115052.927000', '115052.929000', '115052.932000', '115052.934000', '115052.937000', '115052.939000', '115052.942000', '115052.944000', '115052.947000', '115052.950000', '115052.952000', '115052.955000', '115052.957000', '115052.960000', '115052.962000', '115052.965000', '115052.968000', '115112.858000', '115112.861000', '115112.864000', '115112.867000', '115112.869000', '115112.872000', '115112.875000', '115112.877000', '115112.880000', '115112.882000', '115112.885000', '115112.887000', '115112.890000', '115112.893000', '115112.895000', '115112.898000', '115112.900000', '115112.903000', '115112.906000', '115112.908000', '115112.911000', '115112.913000', '115112.916000', '115112.919000', '115112.921000', '115112.924000', '115112.926000', '115112.929000', '115112.931000', '115112.934000', '115112.937000', '115112.939000', '115112.942000', '115112.944000', '115112.947000', '115112.949000', '115112.952000', '115112.955000', '115112.957000', '115112.960000', '115112.962000', '115112.965000', '115112.967000', '115132.858000', '115132.861000', '115132.864000', '115132.866000', '115132.869000', '115132.872000', '115132.874000', '115132.877000', '115132.879000', '115132.882000', '115132.885000', '115132.887000', '115132.890000', '115132.892000', '115132.895000', '115132.897000', '115132.900000', '115132.903000', '115132.905000', '115132.908000', '115132.911000', '115132.913000', '115132.916000', '115132.918000', '115132.921000', '115132.924000', '115132.926000', '115132.929000', '115132.931000', '115132.934000', '115132.936000', '115132.939000', '115132.942000', '115132.944000', '115132.947000', '115132.949000', '115132.952000', '115132.954000', '115132.957000', '115132.959000', '115132.972000', '115132.974000', '115132.977000', '115132.980000', '115152.859000', '115152.861000', '115152.864000', '115152.867000', '115152.870000', '115152.873000', '115152.876000', '115152.879000', '115152.881000', '115152.884000', '115152.887000', '115152.889000', '115152.892000', '115152.894000', '115152.897000', '115152.899000', '115152.902000', '115152.905000', '115152.907000', '115152.910000', '115152.912000', '115152.915000', '115152.918000', '115152.920000', '115152.923000', '115152.926000', '115152.929000', '115152.932000', '115152.935000', '115152.937000', '115152.940000', '115152.942000', '115152.945000', '115152.948000', '115152.950000', '115152.953000', '115152.955000', '115152.958000', '115152.960000', '115152.963000', '115152.966000', '115152.968000', '115152.971000', '115212.860000', '115212.862000', '115212.865000', '115212.868000', '115212.870000', '115212.873000', '115212.875000', '115212.878000', '115212.881000', '115212.883000', '115212.886000', '115212.889000', '115212.891000', '115212.894000', '115212.896000', '115212.899000', '115212.902000', '115212.905000', '115212.907000', '115212.910000', '115212.913000', '115212.915000', '115212.918000', '115212.920000', '115212.923000', '115212.926000', '115212.928000', '115212.931000', '115212.934000', '115212.936000', '115212.939000', '115212.941000', '115212.944000', '115212.947000', '115212.949000', '115212.952000', '115212.954000', '115212.957000', '115212.960000', '115212.962000', '115212.965000', '115212.967000', '115212.970000', '115212.972000', '115232.859000', '115232.862000', '115232.865000', '115232.867000', '115232.870000', '115232.873000', '115232.875000', '115232.878000', '115232.880000', '115232.883000', '115232.886000', '115232.888000', '115232.891000', '115232.893000', '115232.896000', '115232.898000', '115232.901000', '115232.904000', '115232.907000', '115232.910000', '115232.912000', '115232.915000', '115232.918000', '115232.920000', '115232.923000', '115232.925000', '115232.928000', '115232.930000', '115232.933000', '115232.936000', '115232.938000', '115232.941000', '115232.943000', '115232.946000', '115232.948000', '115232.951000', '115232.954000', '115232.956000', '115232.959000', '115232.961000', '115232.964000', '115232.966000', '115232.969000', '115252.860000', '115252.864000', '115252.867000', '115252.869000', '115252.872000', '115252.875000', '115252.877000', '115252.880000', '115252.882000', '115252.885000', '115252.888000', '115252.890000', '115252.893000', '115252.895000', '115252.898000', '115252.900000', '115252.903000', '115252.905000', '115252.908000', '115252.911000', '115252.913000', '115252.916000', '115252.918000', '115252.921000', '115252.923000', '115252.926000', '115252.928000', '115252.931000', '115252.933000', '115252.936000', '115252.939000', '115252.941000', '115252.944000', '115252.946000', '115252.949000', '115252.952000', '115252.954000', '115252.957000', '115252.959000', '115252.962000', '115252.964000', '115252.967000', '115252.970000', '115252.972000', '115312.860000', '115312.862000', '115312.865000', '115312.868000', '115312.870000', '115312.873000', '115312.875000', '115312.878000', '115312.881000', '115312.883000', '115312.886000', '115312.888000', '115312.891000', '115312.893000', '115312.896000', '115312.899000', '115312.901000', '115312.904000', '115312.907000', '115312.909000', '115312.912000', '115312.937000', '115312.939000', '115312.942000', '115312.945000', '115312.947000', '115312.950000', '115312.952000', '115312.955000', '115312.958000', '115312.960000', '115312.963000', '115312.967000', '115312.969000', '115312.972000', '115312.975000', '115312.977000', '115312.980000', '115312.982000', '115312.985000', '115312.988000', '115312.990000', '115312.993000', '115332.858000', '115332.861000', '115332.864000', '115332.866000', '115332.869000', '115332.872000', '115332.874000', '115332.877000', '115332.879000', '115332.882000', '115332.885000', '115332.887000', '115332.890000', '115332.892000', '115332.895000', '115332.898000', '115332.900000', '115332.903000', '115332.905000', '115332.908000', '115332.911000', '115332.913000', '115332.916000', '115332.918000', '115332.921000', '115332.923000', '115332.926000', '115332.929000', '115332.931000', '115332.934000', '115332.936000', '115332.939000', '115332.941000', '115332.944000', '115332.947000', '115332.949000', '115332.952000', '115332.954000', '115332.957000', '115332.960000', '115332.962000', '115332.965000', '115332.967000', '115332.970000', '115352.858000', '115352.861000', '115352.864000', '115352.866000', '115352.869000', '115352.872000', '115352.874000', '115352.877000', '115352.880000', '115352.882000', '115352.885000', '115352.887000', '115352.890000', '115352.892000', '115352.895000', '115352.898000', '115352.900000', '115352.903000', '115352.906000', '115352.908000', '115352.911000', '115352.914000', '115352.916000', '115352.919000', '115352.921000', '115352.924000', '115352.926000', '115352.929000', '115352.933000', '115352.936000', '115352.938000', '115352.941000', '115352.944000', '115352.946000', '115352.949000', '115352.951000', '115352.954000', '115352.957000', '115352.959000', '115352.962000', '115352.964000', '115352.967000', '115352.969000', '115412.858000', '115412.861000', '115412.864000', '115412.867000', '115412.869000', '115412.872000', '115412.874000', '115412.877000', '115412.880000', '115412.882000', '115412.885000', '115412.887000', '115412.890000', '115412.893000', '115412.895000', '115412.898000', '115412.900000', '115412.903000', '115412.906000', '115412.908000', '115412.911000', '115412.914000', '115412.916000', '115412.919000', '115412.921000', '115412.924000', '115412.927000', '115412.929000', '115412.932000', '115412.934000', '115412.937000', '115412.939000', '115412.942000', '115412.945000', '115412.947000', '115412.950000', '115412.953000', '115412.955000', '115412.958000', '115412.960000', '115412.963000', '115412.966000', '115412.968000', '115412.971000', '115432.859000', '115432.862000', '115432.865000', '115432.868000', '115432.870000', '115432.873000', '115432.876000', '115432.878000', '115432.881000', '115432.883000', '115432.886000', '115432.889000', '115432.891000', '115432.894000', '115432.896000', '115432.899000', '115432.902000', '115432.904000', '115432.907000', '115432.909000', '115432.912000', '115432.914000', '115432.917000', '115432.920000', '115432.922000', '115432.925000', '115432.927000', '115432.930000', '115432.932000', '115432.935000', '115432.938000', '115432.940000', '115432.943000', '115432.946000', '115432.948000', '115432.951000', '115432.953000', '115432.956000', '115432.958000', '115432.961000', '115432.964000', '115432.966000', '115432.969000', '115452.860000', '115452.863000', '115452.865000', '115452.899000', '115452.901000', '115452.904000', '115452.907000', '115452.909000', '115452.912000', '115452.914000', '115452.917000', '115452.920000', '115452.922000', '115452.925000', '115452.927000', '115452.930000', '115452.932000', '115452.935000', '115452.938000', '115452.940000', '115452.943000', '115452.945000', '115452.948000', '115452.951000', '115452.953000', '115452.956000', '115452.958000', '115452.961000', '115452.963000', '115452.966000', '115452.969000', '115452.971000', '115452.974000', '115452.976000', '115452.979000', '115452.982000', '115452.985000', '115452.987000', '115452.990000', '115452.993000', '115452.996000', '115452.998000', '115453.001000', '115453.004000', '115512.859000', '115512.862000', '115512.865000', '115512.867000', '115512.870000', '115512.873000', '115512.875000', '115512.878000', '115512.880000', '115512.883000', '115512.886000', '115512.888000', '115512.891000', '115512.893000', '115512.896000', '115512.898000', '115512.901000', '115512.904000', '115512.907000', '115512.909000', '115512.912000', '115512.914000', '115512.921000', '115512.924000', '115512.926000', '115512.929000', '115512.931000', '115512.934000', '115512.937000', '115512.939000', '115512.942000', '115512.945000', '115512.947000', '115512.950000', '115512.952000', '115512.955000', '115512.957000', '115512.961000', '115512.964000', '115512.967000', '115512.969000', '115512.972000', '115512.974000', '115532.860000', '115532.863000', '115532.866000', '115532.869000', '115532.871000', '115532.874000', '115532.876000', '115532.879000', '115532.882000', '115532.884000', '115532.887000', '115532.890000', '115532.892000', '115532.895000', '115532.902000', '115532.904000', '115532.907000', '115532.909000', '115532.912000', '115532.915000', '115532.918000', '115532.922000', '115532.925000', '115532.927000', '115532.930000', '115532.932000', '115532.935000', '115532.938000', '115532.940000', '115532.943000', '115532.946000', '115532.948000', '115532.951000', '115532.953000', '115532.956000', '115532.958000', '115532.961000', '115532.964000', '115532.966000', '115532.969000', '115532.971000', '115532.974000', '115532.977000', '115532.979000', '115552.858000', '115552.861000', '115552.864000', '115552.867000', '115552.869000', '115552.872000', '115552.874000', '115552.877000', '115552.879000', '115552.882000', '115552.885000', '115552.887000', '115552.890000', '115552.892000', '115552.895000', '115552.898000', '115552.900000', '115552.903000', '115552.906000', '115552.908000', '115552.911000', '115552.913000', '115552.916000', '115552.919000', '115552.921000', '115552.924000', '115552.926000', '115552.929000', '115552.932000', '115552.934000', '115552.937000', '115552.939000', '115552.942000', '115552.945000', '115552.947000', '115552.950000', '115552.952000', '115552.955000', '115552.957000', '115552.960000', '115552.962000', '115552.965000', '115552.968000', '115612.859000', '115612.862000', '115612.864000', '115612.867000', '115612.870000', '115612.872000', '115612.875000', '115612.877000', '115612.880000', '115612.883000', '115612.885000', '115612.888000', '115612.890000', '115612.893000', '115612.896000', '115612.898000', '115612.901000', '115612.903000', '115612.906000', '115612.908000', '115612.911000', '115612.914000', '115612.916000', '115612.919000', '115612.921000', '115612.924000', '115612.927000', '115612.929000', '115612.932000', '115612.935000', '115612.937000', '115612.940000', '115612.943000', '115612.945000', '115612.948000', '115612.950000', '115612.953000', '115612.956000', '115612.958000', '115612.961000', '115612.964000', '115612.966000', '115612.969000', '115612.971000', '115621.541000', '115621.544000', '115621.547000', '115621.550000', '115621.553000', '115621.556000', '115621.559000', '115621.561000', '115621.564000', '115621.567000', '115621.569000', '115621.572000', '115621.575000', '115621.577000', '115621.580000', '115621.583000', '115621.585000', '115621.588000', '115621.590000'], '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': [9660, 13552, 10068, 10183, 15208, 8622, 13428, 7972, 10109, 9047, 7834, 13683, 8187, 10093, 7652, 8026, 7810, 7824, 10946, 8328, 7975, 8008, 7365, 10531, 8349, 12508, 10270, 15919, 11609, 14667, 11090, 14486, 9493, 15494, 14094, 14641, 10580, 11356, 10617, 10343, 16460, 12168, 16484, 10805, 13499, 9054, 12514, 9116, 11908, 10577, 8917, 13307, 7734, 13526, 8927, 12748, 8252, 12415, 8033, 11829, 8088, 11764, 8236, 11609, 8371, 9762, 13028, 8715, 13270, 9591, 13010, 8874, 8199, 13323, 8193, 12915, 8737, 10945, 8092, 9479, 7579, 12470, 8496, 10139, 8339, 9740, 8053, 8265, 8370, 8200, 13482, 8989, 15615, 13487, 17573, 12881, 16349, 11319, 12825, 11069, 10709, 10338, 9571, 13894, 9885, 14556, 10897, 8628, 9985, 8487, 8082, 11311, 9765, 15053, 17917, 17645, 15023, 18808, 14965, 16564, 13983, 15929, 12281, 14426, 10064, 13674, 9486, 12210, 8775, 8089, 9574, 9578, 9971, 9178, 10311, 9283, 10094, 9341, 10415, 9344, 10331, 9328, 10116, 9233, 9811, 9153, 11314, 8494, 11409, 9942, 10017, 11445, 8561, 13799, 8991, 11501, 9303, 11660, 9215, 10698, 8419, 9783, 7818, 11583, 8895, 11187, 11498, 8946, 13390, 8953, 14455, 11320, 9666, 16662, 10723, 14455, 8948, 11721, 8511, 12237, 9397, 11762, 9516, 10684, 8531, 9733, 9947, 11524, 10126, 9914, 12685, 8996, 15548, 9641, 14520, 11044, 15009, 10885, 8732, 15220, 8893, 13897, 8568, 9820, 11114, 8013, 14186, 10465, 13343, 8681, 11546, 8457, 10631, 7990, 10924, 7572, 8902, 13832, 8058, 12940, 9261, 11620, 7894, 11226, 12330, 8380, 14638, 11137, 13186, 8664, 11508, 8563, 11510, 8852, 11212, 8030, 11180, 8129, 9981, 12811, 9871, 13798, 8491, 13757, 8781, 13263, 10266, 11432, 9065, 9375, 8460, 9010, 11081, 9745, 11855, 8249, 14399, 8645, 13275, 10456, 9731, 12680, 7990, 14093, 8142, 12226, 9146, 11440, 8249, 8016, 13369, 8067, 11048, 10369, 8458, 13519, 7815, 11363, 7749, 10607, 7632, 9521, 10936, 7856, 12407, 7884, 10382, 13752, 9447, 12991, 7898, 12030, 8414, 12088, 9699, 12873, 9484, 8087, 8889, 7619, 13585, 8600, 14411, 10879, 14561, 11886, 10435, 13240, 9598, 15249, 12796, 12160, 15125, 16453, 14267, 17564, 13155, 15037, 10554, 13171, 10324, 11840, 8497, 14095, 9002, 9221, 10116, 8330, 14299, 8178, 12718, 8194, 11627, 8550, 9651, 8073, 8861, 7726, 9305, 10364, 9314, 8459, 8263, 12232, 8104, 14333, 11037, 13545, 8386, 12245, 8234, 11896, 9060, 12062, 7937, 9954, 7822, 11165, 7985, 12660, 8405, 11952, 8567, 12459, 8052, 13142, 10391, 13205, 8738, 9364, 8523, 8644, 14626, 9624, 10426, 10838, 8185, 14765, 9435, 16082, 12187, 16715, 15339, 15874, 15930, 15403, 14865, 15826, 13219, 14833, 10141, 10519, 9140, 9312, 9282, 8263, 7608, 9212, 7972, 7837, 13894, 14340, 12144, 14380, 13101, 15097, 13526, 15839, 14452, 14435, 14839, 14469, 13327, 11031, 8513, 10682, 9415, 9858, 10964, 9915, 15212, 10743, 15673, 11589, 10122, 13396, 9254, 9457, 9300, 8109, 10900, 7846, 11879, 7766, 11289, 7981, 11511, 8073, 10926, 8766, 11288, 8971, 9391, 12739, 7668, 12101, 8998, 8875, 13427, 8601, 12652, 7846, 10910, 7714, 8877, 14024, 8163, 11674, 8016, 10580, 7339, 9354, 7421, 8047, 13007, 8921, 12093, 8203, 10535, 8035, 8719, 15479, 10949, 14803, 8905, 10919, 16452, 8532, 12844, 8880, 11896, 8108, 13882, 10040, 7773, 9410, 8454, 8622, 9448, 14393, 12321, 11276, 13657, 9729, 14247, 10292, 13130, 10959, 13443, 10118, 15417, 15389, 12199, 15491, 10056, 13255, 9528, 8425, 13117, 8583, 11161, 12168, 8251, 12696, 7829, 9817, 7317, 8516, 7580, 7650, 8194, 7802, 10838, 7990, 11065, 8977, 10027, 7972, 13874, 8458, 12320, 12994, 9324, 14247, 8449, 9478, 11144, 7847, 12769, 9560, 11986, 7772, 9522, 8233, 7954, 14625, 9696, 12309, 7777, 10778, 7700, 10451, 7829, 10778, 7661, 10492, 7527, 8729, 13434, 8913, 14515, 10673, 9788, 16148, 8492, 12251, 9708, 13275, 7726, 10359, 8120, 10149, 7725, 13019, 8344, 12779, 8236, 12710, 8502, 12356, 11464, 10719, 9594, 7564, 9646, 8195, 12306, 8934, 13749, 10913, 15790, 10762, 12812, 12541, 14440, 10603, 8625, 9047, 8139, 10609, 8930, 12958, 8288, 10780, 7637, 9816, 7942, 10817, 8005, 12694, 8665, 13112, 8081, 11482, 8199, 11823, 7990, 10267, 12772, 8860, 12668, 7700, 11443, 7696, 9696, 13251, 8732, 12467, 8170, 11949, 8201, 11200, 11402, 9139, 13628, 7832, 12728, 9532, 12352, 8669, 13660, 8087, 8889, 11196, 8395, 11216, 8125, 12554, 10381, 11831, 12458, 10014, 13579, 14566, 15357, 15861, 13627, 16610, 10281, 13847, 8979, 12314, 9828, 13297, 7813, 7771, 7790, 8187, 9020, 7549, 8522, 10200, 9735, 15008, 16335, 16241, 15840, 16068, 15082, 14802, 15523, 15430, 17459, 15514, 19671, 16210, 17140, 11630, 12232, 9062, 9978, 12041, 8961, 12635, 8076, 11285, 8537, 11115, 8909, 10191, 8742, 9846, 7802, 10630, 8123, 9204, 9779, 8410, 12036, 8665, 11371, 9241, 11107, 8038, 9389, 8828, 9981, 11664, 8998, 11909, 7852, 12784, 8484, 12006, 8590, 11086, 7723, 9845, 13861, 8334, 12665, 9354, 11697, 9080, 8987, 13242, 8234, 12425, 7852, 12235, 8676, 10166, 7698, 9176, 11921, 8403, 13455, 9672, 11370, 8237, 9638, 12642, 8349, 15029, 10822, 10447, 16611, 8244, 12470, 7685, 9944, 11335, 9210, 11036, 8444, 13022, 8173, 11738, 8608, 11872, 8549, 12930, 9850, 14246, 8562, 10107, 8286, 11507, 10296, 13674, 11542, 14843, 9568, 13271, 10391, 14347, 12685, 14956, 10594, 12720, 9217, 14205, 9618, 12737, 9756, 11693, 8502, 9191, 10323, 7823, 13240, 9382, 12279, 8124, 12451, 8328, 12829, 9601, 10791, 8517, 8004, 10616, 8018, 10150, 12406, 10339, 15057, 8979, 13944, 9967, 14948, 16221, 11894, 13856, 9978, 11111, 8157, 8320, 9910, 8739, 9338, 8383, 12875, 8107, 12658, 9293, 11672, 15877, 7871, 12686, 8611, 11791, 8579, 10129, 7795, 8475, 9373, 11149, 9379, 9766, 8505, 8952, 11824, 9650, 14820, 9600, 12061, 8488, 11160, 8532, 12472, 8136, 10283, 8192, 10271, 8120, 12338, 8599, 10905, 8147, 10961, 7773], 'WindowCenter': [4523.0, 4538.0, 4492.0, 4491.0, 4518.0, 4456.0, 4493.0, 4437.0, 4460.0, 4438.0, 4433.0, 4488.0, 4445.0, 4466.0, 4435.0, 4442.0, 4442.0, 4462.0, 4511.0, 4501.0, 4483.0, 4490.0, 4493.0, 4538.0, 4515.0, 4555.0, 4541.0, 4562.0, 4530.0, 4547.0, 4528.0, 4565.0, 4525.0, 4562.0, 4554.0, 4554.0, 4521.0, 4515.0, 4502.0, 4477.0, 4526.0, 4500.0, 4531.0, 4492.0, 4508.0, 4459.0, 4499.0, 4454.0, 4484.0, 4477.0, 4457.0, 4497.0, 4432.0, 4491.0, 4470.0, 4497.0, 4461.0, 4508.0, 4458.0, 4501.0, 4459.0, 4509.0, 4471.0, 4503.0, 4457.0, 4481.0, 4504.0, 4470.0, 4512.0, 4467.0, 4495.0, 4454.0, 4444.0, 4490.0, 4453.0, 4494.0, 4469.0, 4484.0, 4459.0, 4475.0, 4470.0, 4536.0, 4482.0, 4499.0, 4472.0, 4484.0, 4477.0, 4474.0, 4489.0, 4499.0, 4538.0, 4507.0, 4564.0, 4553.0, 4572.0, 4524.0, 4543.0, 4508.0, 4506.0, 4504.0, 4502.0, 4481.0, 4482.0, 4514.0, 4474.0, 4514.0, 4497.0, 4469.0, 4485.0, 4463.0, 4442.0, 4470.0, 4451.0, 4524.0, 4526.0, 4533.0, 4520.0, 4542.0, 4512.0, 4508.0, 4493.0, 4508.0, 4475.0, 4482.0, 4442.0, 4469.0, 4429.0, 4459.0, 4429.0, 4431.0, 4445.0, 4448.0, 4452.0, 4452.0, 4454.0, 4454.0, 4464.0, 4452.0, 4465.0, 4452.0, 4466.0, 4465.0, 4475.0, 4470.0, 4476.0, 4474.0, 4486.0, 4471.0, 4499.0, 4481.0, 4485.0, 4498.0, 4470.0, 4524.0, 4472.0, 4505.0, 4498.0, 4512.0, 4495.0, 4504.0, 4486.0, 4500.0, 4481.0, 4542.0, 4515.0, 4532.0, 4530.0, 4510.0, 4553.0, 4495.0, 4545.0, 4503.0, 4500.0, 4556.0, 4522.0, 4537.0, 4487.0, 4511.0, 4486.0, 4527.0, 4487.0, 4527.0, 4492.0, 4508.0, 4488.0, 4495.0, 4505.0, 4530.0, 4508.0, 4509.0, 4539.0, 4488.0, 4549.0, 4493.0, 4533.0, 4504.0, 4528.0, 4492.0, 4456.0, 4521.0, 4472.0, 4506.0, 4472.0, 4479.0, 4487.0, 4461.0, 4522.0, 4492.0, 4511.0, 4468.0, 4499.0, 4473.0, 4505.0, 4476.0, 4506.0, 4466.0, 4486.0, 4524.0, 4465.0, 4515.0, 4496.0, 4508.0, 4472.0, 4503.0, 4507.0, 4474.0, 4536.0, 4513.0, 4520.0, 4474.0, 4500.0, 4473.0, 4513.0, 4486.0, 4502.0, 4465.0, 4504.0, 4463.0, 4490.0, 4507.0, 4496.0, 4520.0, 4471.0, 4518.0, 4473.0, 4523.0, 4491.0, 4498.0, 4465.0, 4483.0, 4457.0, 4473.0, 4500.0, 4496.0, 4514.0, 4472.0, 4535.0, 4475.0, 4526.0, 4495.0, 4485.0, 4522.0, 4462.0, 4524.0, 4461.0, 4515.0, 4472.0, 4500.0, 4458.0, 4462.0, 4508.0, 4462.0, 4492.0, 4487.0, 4454.0, 4510.0, 4447.0, 4497.0, 4466.0, 4506.0, 4462.0, 4493.0, 4516.0, 4471.0, 4526.0, 4465.0, 4503.0, 4532.0, 4498.0, 4522.0, 4477.0, 4516.0, 4490.0, 4541.0, 4511.0, 4527.0, 4499.0, 4473.0, 4499.0, 4479.0, 4539.0, 4489.0, 4537.0, 4501.0, 4538.0, 4515.0, 4511.0, 4541.0, 4506.0, 4553.0, 4515.0, 4514.0, 4523.0, 4522.0, 4507.0, 4516.0, 4488.0, 4507.0, 4465.0, 4483.0, 4452.0, 4461.0, 4429.0, 4478.0, 4430.0, 4441.0, 4451.0, 4431.0, 4480.0, 4420.0, 4469.0, 4429.0, 4470.0, 4444.0, 4449.0, 4440.0, 4456.0, 4448.0, 4482.0, 4501.0, 4496.0, 4472.0, 4476.0, 4514.0, 4476.0, 4535.0, 4513.0, 4524.0, 4469.0, 4508.0, 4476.0, 4512.0, 4487.0, 4524.0, 4464.0, 4482.0, 4464.0, 4513.0, 4476.0, 4536.0, 4475.0, 4516.0, 4488.0, 4528.0, 4492.0, 4537.0, 4520.0, 4521.0, 4488.0, 4473.0, 4474.0, 4463.0, 4518.0, 4484.0, 4488.0, 4487.0, 4474.0, 4534.0, 4496.0, 4557.0, 4539.0, 4568.0, 4549.0, 4547.0, 4534.0, 4516.0, 4506.0, 4507.0, 4500.0, 4508.0, 4465.0, 4464.0, 4452.0, 4452.0, 4433.0, 4415.0, 4402.0, 4423.0, 4404.0, 4420.0, 4511.0, 4538.0, 4535.0, 4551.0, 4539.0, 4551.0, 4533.0, 4539.0, 4515.0, 4525.0, 4512.0, 4513.0, 4504.0, 4481.0, 4468.0, 4467.0, 4447.0, 4442.0, 4454.0, 4460.0, 4500.0, 4457.0, 4495.0, 4468.0, 4441.0, 4469.0, 4432.0, 4434.0, 4420.0, 4408.0, 4452.0, 4419.0, 4470.0, 4424.0, 4470.0, 4451.0, 4496.0, 4462.0, 4493.0, 4475.0, 4512.0, 4483.0, 4481.0, 4512.0, 4459.0, 4502.0, 4462.0, 4487.0, 4527.0, 4476.0, 4510.0, 4458.0, 4487.0, 4456.0, 4479.0, 4507.0, 4475.0, 4514.0, 4477.0, 4500.0, 4450.0, 4482.0, 4451.0, 4478.0, 4535.0, 4503.0, 4531.0, 4480.0, 4509.0, 4462.0, 4497.0, 4563.0, 4507.0, 4522.0, 4474.0, 4493.0, 4538.0, 4479.0, 4521.0, 4484.0, 4514.0, 4478.0, 4549.0, 4495.0, 4481.0, 4508.0, 4503.0, 4511.0, 4527.0, 4579.0, 4541.0, 4521.0, 4538.0, 4492.0, 4534.0, 4496.0, 4514.0, 4491.0, 4513.0, 4471.0, 4522.0, 4511.0, 4489.0, 4508.0, 4457.0, 4483.0, 4454.0, 4431.0, 4484.0, 4433.0, 4463.0, 4466.0, 4421.0, 4476.0, 4421.0, 4449.0, 4422.0, 4440.0, 4430.0, 4437.0, 4448.0, 4452.0, 4501.0, 4473.0, 4516.0, 4487.0, 4497.0, 4478.0, 4526.0, 4476.0, 4543.0, 4521.0, 4479.0, 4512.0, 4446.0, 4470.0, 4487.0, 4463.0, 4500.0, 4485.0, 4496.0, 4448.0, 4471.0, 4458.0, 4465.0, 4524.0, 4496.0, 4513.0, 4449.0, 4489.0, 4448.0, 4491.0, 4463.0, 4517.0, 4473.0, 4502.0, 4467.0, 4487.0, 4537.0, 4488.0, 4545.0, 4489.0, 4500.0, 4531.0, 4472.0, 4501.0, 4484.0, 4524.0, 4467.0, 4483.0, 4476.0, 4495.0, 4464.0, 4514.0, 4475.0, 4522.0, 4474.0, 4521.0, 4482.0, 4516.0, 4506.0, 4494.0, 4487.0, 4453.0, 4483.0, 4468.0, 4504.0, 4474.0, 4511.0, 4481.0, 4518.0, 4480.0, 4496.0, 4500.0, 4510.0, 4479.0, 4446.0, 4457.0, 4432.0, 4466.0, 4451.0, 4499.0, 4445.0, 4476.0, 4435.0, 4468.0, 4450.0, 4490.0, 4459.0, 4511.0, 4461.0, 4508.0, 4458.0, 4489.0, 4460.0, 4488.0, 4450.0, 4477.0, 4511.0, 4466.0, 4499.0, 4448.0, 4489.0, 4450.0, 4482.0, 4507.0, 4473.0, 4500.0, 4462.0, 4501.0, 4474.0, 4505.0, 4500.0, 4484.0, 4521.0, 4466.0, 4533.0, 4498.0, 4529.0, 4488.0, 4524.0, 4478.0, 4490.0, 4525.0, 4488.0, 4528.0, 4493.0, 4542.0, 4525.0, 4534.0, 4540.0, 4512.0, 4541.0, 4552.0, 4549.0, 4540.0, 4526.0, 4537.0, 4478.0, 4513.0, 4474.0, 4503.0, 4495.0, 4525.0, 4464.0, 4474.0, 4470.0, 4493.0, 4492.0, 4471.0, 4469.0, 4487.0, 4480.0, 4547.0, 4570.0, 4571.0, 4575.0, 4574.0, 4552.0, 4554.0, 4553.0, 4545.0, 4540.0, 4515.0, 4524.0, 4499.0, 4499.0, 4462.0, 4464.0, 4445.0, 4454.0, 4462.0, 4429.0, 4454.0, 4410.0, 4438.0, 4416.0, 4444.0, 4420.0, 4438.0, 4417.0, 4441.0, 4423.0, 4463.0, 4429.0, 4439.0, 4452.0, 4433.0, 4492.0, 4478.0, 4497.0, 4469.0, 4486.0, 4448.0, 4469.0, 4472.0, 4500.0, 4516.0, 4484.0, 4514.0, 4477.0, 4522.0, 4508.0, 4531.0, 4501.0, 4526.0, 4462.0, 4492.0, 4524.0, 4477.0, 4530.0, 4482.0, 4517.0, 4473.0, 4474.0, 4509.0, 4458.0, 4510.0, 4478.0, 4512.0, 4491.0, 4507.0, 4461.0, 4498.0, 4513.0, 4489.0, 4541.0, 4496.0, 4515.0, 4472.0, 4505.0, 4522.0, 4487.0, 4549.0, 4498.0, 4494.0, 4533.0, 4462.0, 4500.0, 4452.0, 4488.0, 4487.0, 4493.0, 4495.0, 4476.0, 4525.0, 4477.0, 4518.0, 4485.0, 4516.0, 4496.0, 4533.0, 4496.0, 4536.0, 4485.0, 4502.0, 4472.0, 4516.0, 4510.0, 4523.0, 4514.0, 4537.0, 4486.0, 4514.0, 4479.0, 4520.0, 4528.0, 4519.0, 4479.0, 4502.0, 4469.0, 4518.0, 4491.0, 4500.0, 4474.0, 4484.0, 4448.0, 4454.0, 4465.0, 4448.0, 4494.0, 4473.0, 4502.0, 4465.0, 4518.0, 4483.0, 4539.0, 4521.0, 4522.0, 4490.0, 4480.0, 4505.0, 4479.0, 4511.0, 4527.0, 4494.0, 4538.0, 4476.0, 4526.0, 4473.0, 4525.0, 4531.0, 4498.0, 4512.0, 4482.0, 4479.0, 4431.0, 4449.0, 4480.0, 4462.0, 4471.0, 4469.0, 4517.0, 4470.0, 4510.0, 4488.0, 4512.0, 4534.0, 4464.0, 4516.0, 4474.0, 4502.0, 4473.0, 4491.0, 4453.0, 4460.0, 4480.0, 4498.0, 4483.0, 4483.0, 4468.0, 4474.0, 4505.0, 4482.0, 4527.0, 4470.0, 4491.0, 4456.0, 4485.0, 4462.0, 4503.0, 4449.0, 4481.0, 4463.0, 4481.0, 4463.0, 4516.0, 4474.0, 4491.0, 4461.0, 4492.0, 4469.0], 'WindowWidth': [9961.0, 9969.0, 9893.0, 9886.0, 9918.0, 9828.0, 9876.0, 9799.0, 9824.0, 9792.0, 9788.0, 9861.0, 9807.0, 9837.0, 9794.0, 9804.0, 9805.0, 9844.0, 9912.0, 9912.0, 9880.0, 9898.0, 9907.0, 9964.0, 9940.0, 9995.0, 9978.0, 9997.0, 9948.0, 9971.0, 9945.0, 10008.0, 9952.0, 10003.0, 9982.0, 9984.0, 9935.0, 9919.0, 9898.0, 9858.0, 9927.0, 9891.0, 9938.0, 9877.0, 9903.0, 9833.0, 9888.0, 9823.0, 9861.0, 9850.0, 9825.0, 9878.0, 9787.0, 9871.0, 9849.0, 9883.0, 9838.0, 9901.0, 9836.0, 9892.0, 9837.0, 9905.0, 9854.0, 9897.0, 9832.0, 9865.0, 9891.0, 9852.0, 9915.0, 9843.0, 9876.0, 9817.0, 9807.0, 9866.0, 9820.0, 9879.0, 9851.0, 9865.0, 9836.0, 9855.0, 9860.0, 9951.0, 9875.0, 9896.0, 9859.0, 9872.0, 9870.0, 9861.0, 9886.0, 9905.0, 9955.0, 9920.0, 10008.0, 9985.0, 10016.0, 9936.0, 9958.0, 9910.0, 9896.0, 9902.0, 9901.0, 9865.0, 9875.0, 9911.0, 9859.0, 9911.0, 9893.0, 9858.0, 9876.0, 9843.0, 9811.0, 9842.0, 9817.0, 9938.0, 9957.0, 9958.0, 9924.0, 9963.0, 9908.0, 9902.0, 9872.0, 9897.0, 9846.0, 9851.0, 9792.0, 9822.0, 9769.0, 9813.0, 9773.0, 9781.0, 9799.0, 9807.0, 9807.0, 9810.0, 9813.0, 9815.0, 9828.0, 9812.0, 9829.0, 9812.0, 9833.0, 9837.0, 9849.0, 9846.0, 9853.0, 9854.0, 9866.0, 9853.0, 9888.0, 9863.0, 9873.0, 9884.0, 9848.0, 9926.0, 9854.0, 9903.0, 9900.0, 9915.0, 9897.0, 9906.0, 9884.0, 9899.0, 9883.0, 9971.0, 9935.0, 9956.0, 9949.0, 9924.0, 9988.0, 9897.0, 9964.0, 9902.0, 9904.0, 9984.0, 9936.0, 9953.0, 9882.0, 9910.0, 9881.0, 9936.0, 9883.0, 9939.0, 9886.0, 9911.0, 9885.0, 9895.0, 9912.0, 9947.0, 9913.0, 9916.0, 9958.0, 9887.0, 9976.0, 9889.0, 9950.0, 9900.0, 9931.0, 9881.0, 9828.0, 9923.0, 9853.0, 9898.0, 9854.0, 9864.0, 9870.0, 9839.0, 9926.0, 9882.0, 9905.0, 9849.0, 9890.0, 9860.0, 9906.0, 9867.0, 9907.0, 9854.0, 9881.0, 9929.0, 9849.0, 9919.0, 9895.0, 9906.0, 9861.0, 9902.0, 9901.0, 9864.0, 9953.0, 9917.0, 9923.0, 9862.0, 9893.0, 9860.0, 9916.0, 9883.0, 9900.0, 9850.0, 9901.0, 9844.0, 9879.0, 9902.0, 9892.0, 9923.0, 9856.0, 9920.0, 9859.0, 9928.0, 9881.0, 9888.0, 9842.0, 9870.0, 9831.0, 9858.0, 9891.0, 9895.0, 9913.0, 9857.0, 9947.0, 9863.0, 9935.0, 9889.0, 9876.0, 9926.0, 9844.0, 9932.0, 9843.0, 9919.0, 9855.0, 9892.0, 9835.0, 9841.0, 9902.0, 9845.0, 9882.0, 9871.0, 9823.0, 9905.0, 9819.0, 9886.0, 9855.0, 9908.0, 9848.0, 9890.0, 9920.0, 9859.0, 9935.0, 9851.0, 9903.0, 9945.0, 9898.0, 9931.0, 9870.0, 9923.0, 9893.0, 9966.0, 9922.0, 9939.0, 9904.0, 9867.0, 9905.0, 9880.0, 9960.0, 9889.0, 9954.0, 9901.0, 9956.0, 9922.0, 9917.0, 9962.0, 9911.0, 9977.0, 9915.0, 9913.0, 9925.0, 9927.0, 9895.0, 9916.0, 9867.0, 9894.0, 9829.0, 9851.0, 9808.0, 9820.0, 9776.0, 9844.0, 9775.0, 9793.0, 9804.0, 9778.0, 9843.0, 9761.0, 9828.0, 9778.0, 9834.0, 9802.0, 9805.0, 9799.0, 9826.0, 9818.0, 9873.0, 9898.0, 9895.0, 9860.0, 9867.0, 9914.0, 9868.0, 9948.0, 9921.0, 9933.0, 9854.0, 9904.0, 9867.0, 9915.0, 9885.0, 9934.0, 9849.0, 9871.0, 9848.0, 9916.0, 9871.0, 9955.0, 9866.0, 9921.0, 9887.0, 9942.0, 9900.0, 9958.0, 9935.0, 9927.0, 9886.0, 9856.0, 9858.0, 9841.0, 9912.0, 9872.0, 9872.0, 9873.0, 9863.0, 9948.0, 9899.0, 9988.0, 9963.0, 10005.0, 9975.0, 9970.0, 9942.0, 9913.0, 9893.0, 9898.0, 9889.0, 9898.0, 9833.0, 9829.0, 9813.0, 9813.0, 9782.0, 9758.0, 9738.0, 9763.0, 9738.0, 9767.0, 9908.0, 9954.0, 9955.0, 9983.0, 9961.0, 9984.0, 9952.0, 9961.0, 9916.0, 9929.0, 9906.0, 9906.0, 9895.0, 9857.0, 9846.0, 9835.0, 9804.0, 9793.0, 9808.0, 9820.0, 9882.0, 9814.0, 9872.0, 9828.0, 9787.0, 9828.0, 9773.0, 9776.0, 9754.0, 9739.0, 9802.0, 9761.0, 9832.0, 9775.0, 9837.0, 9821.0, 9881.0, 9840.0, 9881.0, 9861.0, 9917.0, 9875.0, 9869.0, 9904.0, 9837.0, 9894.0, 9837.0, 9881.0, 9935.0, 9862.0, 9906.0, 9832.0, 9868.0, 9832.0, 9864.0, 9897.0, 9861.0, 9917.0, 9867.0, 9898.0, 9826.0, 9869.0, 9828.0, 9870.0, 9953.0, 9913.0, 9949.0, 9876.0, 9912.0, 9846.0, 9904.0, 9998.0, 9908.0, 9928.0, 9856.0, 9882.0, 9946.0, 9867.0, 9927.0, 9875.0, 9915.0, 9875.0, 9980.0, 9893.0, 9880.0, 9917.0, 9919.0, 9932.0, 9954.0, 10035.0, 9968.0, 9935.0, 9954.0, 9886.0, 9948.0, 9888.0, 9916.0, 9877.0, 9909.0, 9849.0, 9924.0, 9903.0, 9869.0, 9901.0, 9821.0, 9856.0, 9811.0, 9781.0, 9859.0, 9782.0, 9823.0, 9827.0, 9763.0, 9842.0, 9765.0, 9806.0, 9772.0, 9794.0, 9783.0, 9799.0, 9815.0, 9826.0, 9896.0, 9861.0, 9923.0, 9883.0, 9895.0, 9870.0, 9935.0, 9867.0, 9971.0, 9924.0, 9863.0, 9909.0, 9809.0, 9844.0, 9868.0, 9843.0, 9893.0, 9876.0, 9882.0, 9817.0, 9849.0, 9830.0, 9848.0, 9929.0, 9894.0, 9913.0, 9823.0, 9875.0, 9822.0, 9881.0, 9845.0, 9927.0, 9865.0, 9901.0, 9855.0, 9883.0, 9956.0, 9887.0, 9967.0, 9878.0, 9898.0, 9937.0, 9855.0, 9898.0, 9875.0, 9931.0, 9855.0, 9870.0, 9868.0, 9892.0, 9846.0, 9913.0, 9863.0, 9926.0, 9861.0, 9926.0, 9873.0, 9921.0, 9907.0, 9887.0, 9876.0, 9831.0, 9872.0, 9853.0, 9903.0, 9859.0, 9908.0, 9863.0, 9912.0, 9859.0, 9878.0, 9888.0, 9902.0, 9857.0, 9809.0, 9822.0, 9786.0, 9834.0, 9813.0, 9885.0, 9809.0, 9849.0, 9796.0, 9842.0, 9823.0, 9875.0, 9835.0, 9908.0, 9838.0, 9901.0, 9834.0, 9872.0, 9834.0, 9871.0, 9820.0, 9855.0, 9904.0, 9839.0, 9888.0, 9817.0, 9872.0, 9819.0, 9866.0, 9895.0, 9855.0, 9890.0, 9839.0, 9892.0, 9859.0, 9904.0, 9894.0, 9872.0, 9922.0, 9852.0, 9947.0, 9901.0, 9942.0, 9889.0, 9927.0, 9876.0, 9889.0, 9936.0, 9891.0, 9948.0, 9902.0, 9965.0, 9949.0, 9956.0, 9960.0, 9925.0, 9961.0, 9979.0, 9970.0, 9966.0, 9934.0, 9955.0, 9856.0, 9910.0, 9858.0, 9898.0, 9890.0, 9934.0, 9852.0, 9869.0, 9862.0, 9898.0, 9897.0, 9865.0, 9858.0, 9877.0, 9869.0, 9971.0, 10014.0, 10017.0, 10021.0, 10036.0, 9986.0, 9994.0, 9983.0, 9975.0, 9963.0, 9917.0, 9934.0, 9878.0, 9880.0, 9819.0, 9826.0, 9801.0, 9814.0, 9817.0, 9770.0, 9800.0, 9743.0, 9778.0, 9746.0, 9790.0, 9756.0, 9778.0, 9754.0, 9789.0, 9769.0, 9823.0, 9781.0, 9789.0, 9809.0, 9786.0, 9873.0, 9867.0, 9884.0, 9846.0, 9865.0, 9817.0, 9846.0, 9852.0, 9898.0, 9919.0, 9873.0, 9916.0, 9868.0, 9928.0, 9922.0, 9950.0, 9911.0, 9941.0, 9847.0, 9887.0, 9930.0, 9867.0, 9949.0, 9872.0, 9922.0, 9855.0, 9858.0, 9904.0, 9833.0, 9906.0, 9872.0, 9914.0, 9890.0, 9910.0, 9844.0, 9899.0, 9914.0, 9889.0, 9966.0, 9899.0, 9925.0, 9858.0, 9911.0, 9926.0, 9885.0, 9977.0, 9894.0, 9886.0, 9938.0, 9836.0, 9889.0, 9824.0, 9879.0, 9872.0, 9888.0, 9887.0, 9865.0, 9934.0, 9867.0, 9925.0, 9881.0, 9923.0, 9904.0, 9953.0, 9895.0, 9947.0, 9879.0, 9900.0, 9857.0, 9921.0, 9915.0, 9930.0, 9921.0, 9951.0, 9878.0, 9911.0, 9857.0, 9919.0, 9937.0, 9915.0, 9858.0, 9892.0, 9844.0, 9917.0, 9884.0, 9894.0, 9850.0, 9858.0, 9810.0, 9817.0, 9834.0, 9816.0, 9877.0, 9856.0, 9894.0, 9849.0, 9920.0, 9876.0, 9957.0, 9940.0, 9937.0, 9893.0, 9879.0, 9907.0, 9873.0, 9920.0, 9939.0, 9891.0, 9950.0, 9863.0, 9935.0, 9853.0, 9928.0, 9940.0, 9887.0, 9911.0, 9867.0, 9856.0, 9787.0, 9818.0, 9860.0, 9839.0, 9850.0, 9853.0, 9917.0, 9855.0, 9909.0, 9885.0, 9919.0, 9940.0, 9843.0, 9920.0, 9859.0, 9896.0, 9854.0, 9880.0, 9831.0, 9837.0, 9867.0, 9890.0, 9871.0, 9872.0, 9848.0, 9857.0, 9902.0, 9869.0, 9940.0, 9849.0, 9876.0, 9825.0, 9867.0, 9839.0, 9897.0, 9818.0, 9861.0, 9838.0, 9865.0, 9844.0, 9919.0, 9859.0, 9877.0, 9839.0, 9879.0, 9861.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.009479311926605505</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.04670321938073395</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.52698136673945</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.397272809299656</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1613112203559124</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.506</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4283.6782</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.17071870343921838</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>182</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>20.871559633027523</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5028048072453246</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.370362761667966</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7288294803941806</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4092221796738276</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0214236</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.021616851910948753</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.054298870265483856</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.193398710756988</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.0864</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>56.7036</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>232.5381</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>59.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>294878.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>1105.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>414.2808</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8641</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>557.7343</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3697.0981</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3865.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>81666.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1472.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4777.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>921.6811</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>28.278937468188815</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> |