=== 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-0100 --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-0100",
"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-0100_ses-04_task-social_acq-mb8_run-01_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-0100_ses-04_task-social_acq-mb8_run-01_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-01_session-04_subject-0100_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-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0100_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-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0100_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-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0100_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-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-01_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-01_session-04_subject-0100_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-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-01_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-01_session-04_subject-0100_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-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0100_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-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-01_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-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-01_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-0100/ses-04/func/sub-0100_ses-04_task-social_acq-mb8_run-01_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>95e777bcadc3a3b4ad09d388c94181f2</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:54:27.195000</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.999728, 0.0169928, 0.0159746, -0.0136107, 0.981292, -0.192044]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_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.124673</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-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4220, -7770, -7239, 87, -133, -21, 110, 99]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>314.567</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>31c020fd-76fa-44e2-8e59-a3eeed52b38b||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.682197093963623, -0.036516595631837845, 0.05113548785448074, 111.96110534667969], [-0.04559031501412392, 2.632734537124634, -0.5177911520004272, -74.90483093261719], [0.04285858944058418, 0.5152404308319092, 2.6493918895721436, -102.81632995605469], [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': ['115427.195000', '115427.655000', '115428.115000', '115428.575000', '115429.035000', '115429.495000', '115429.955000', '115430.415000', '115430.875000', '115431.335000', '115431.795000', '115432.255000', '115432.715000', '115433.175000', '115433.635000', '115434.095000', '115434.555000', '115435.015000', '115435.475000', '115435.935000', '115436.395000', '115436.855000', '115437.315000', '115437.775000', '115438.235000', '115438.695000', '115439.155000', '115439.615000', '115440.075000', '115440.535000', '115440.995000', '115441.455000', '115441.915000', '115442.375000', '115442.835000', '115443.295000', '115443.755000', '115444.215000', '115444.675000', '115445.135000', '115445.595000', '115446.055000', '115446.515000', '115446.975000', '115447.435000', '115447.895000', '115448.355000', '115448.815000', '115449.275000', '115449.735000', '115450.195000', '115450.655000', '115451.115000', '115451.575000', '115452.035000', '115452.495000', '115452.955000', '115453.415000', '115453.875000', '115454.335000', '115454.795000', '115455.255000', '115455.715000', '115456.175000', '115456.635000', '115457.095000', '115457.555000', '115458.015000', '115458.475000', '115458.935000', '115459.395000', '115459.855000', '115500.315000', '115500.775000', '115501.235000', '115501.695000', '115502.155000', '115502.615000', '115503.075000', '115503.535000', '115503.995000', '115504.455000', '115504.915000', '115505.375000', '115505.835000', '115506.295000', '115506.755000', '115507.215000', '115507.675000', '115508.135000', '115508.595000', '115509.055000', '115509.515000', '115509.975000', '115510.435000', '115510.895000', '115511.355000', '115511.815000', '115512.275000', '115512.735000', '115513.195000', '115513.655000', '115514.115000', '115514.575000', '115515.035000', '115515.495000', '115515.955000', '115516.415000', '115516.875000', '115517.335000', '115517.795000', '115518.255000', '115518.715000', '115519.175000', '115519.635000', '115520.095000', '115520.555000', '115521.015000', '115521.475000', '115521.935000', '115522.395000', '115522.855000', '115523.315000', '115523.775000', '115524.235000', '115524.695000', '115525.155000', '115525.615000', '115526.075000', '115526.535000', '115526.995000', '115527.455000', '115527.915000', '115528.375000', '115528.835000', '115529.295000', '115529.755000', '115530.215000', '115530.675000', '115531.135000', '115531.595000', '115532.055000', '115532.515000', '115532.975000', '115533.435000', '115533.895000', '115534.355000', '115534.815000', '115535.275000', '115535.735000', '115536.195000', '115536.655000', '115537.115000', '115537.575000', '115538.035000', '115538.495000', '115538.955000', '115539.415000', '115539.875000', '115540.335000', '115540.795000', '115541.255000', '115541.715000', '115542.175000', '115542.635000', '115543.095000', '115543.555000', '115544.015000', '115544.475000', '115544.935000', '115545.395000', '115545.855000', '115546.315000', '115546.775000', '115547.235000', '115547.695000', '115548.155000', '115548.615000', '115549.075000', '115549.535000', '115549.995000', '115550.455000', '115550.915000', '115551.375000', '115551.835000', '115552.295000', '115552.755000', '115553.215000', '115553.675000', '115554.135000', '115554.595000', '115555.055000', '115555.515000', '115555.975000', '115556.435000', '115556.895000', '115557.355000', '115557.815000', '115558.275000', '115558.735000', '115559.195000', '115559.655000', '115600.115000', '115600.575000', '115601.035000', '115601.495000', '115601.955000', '115602.415000', '115602.875000', '115603.335000', '115603.795000', '115604.255000', '115604.715000', '115605.175000', '115605.635000', '115606.095000', '115606.555000', '115607.015000', '115607.475000', '115607.935000', '115608.395000', '115608.855000', '115609.315000', '115609.775000', '115610.235000', '115610.695000', '115611.155000', '115611.615000', '115612.075000', '115612.535000', '115612.995000', '115613.455000', '115613.915000', '115614.375000', '115614.835000', '115615.295000', '115615.755000', '115616.215000', '115616.675000', '115617.135000', '115617.595000', '115618.055000', '115618.515000', '115618.975000', '115619.435000', '115619.895000', '115620.355000', '115620.815000', '115621.275000', '115621.735000', '115622.195000', '115622.655000', '115623.115000', '115623.575000', '115624.035000', '115624.495000', '115624.955000', '115625.415000', '115625.875000', '115626.335000', '115626.795000', '115627.255000', '115627.715000', '115628.175000', '115628.635000', '115629.095000', '115629.555000', '115630.015000', '115630.475000', '115630.935000', '115631.395000', '115631.855000', '115632.315000', '115632.775000', '115633.235000', '115633.695000', '115634.155000', '115634.615000', '115635.075000', '115635.535000', '115635.995000', '115636.455000', '115636.915000', '115637.375000', '115637.835000', '115638.295000', '115638.755000', '115639.215000', '115639.675000', '115640.135000', '115640.595000', '115641.055000', '115641.515000', '115641.975000', '115642.435000', '115642.895000', '115643.355000', '115643.815000', '115644.275000', '115644.735000', '115645.195000', '115645.655000', '115646.115000', '115646.575000', '115647.035000', '115647.495000', '115647.955000', '115648.415000', '115648.875000', '115649.335000', '115649.795000', '115650.255000', '115650.715000', '115651.175000', '115651.635000', '115652.095000', '115652.555000', '115653.015000', '115653.475000', '115653.935000', '115654.395000', '115654.855000', '115655.315000', '115655.775000', '115656.235000', '115656.695000', '115657.155000', '115657.615000', '115658.075000', '115658.535000', '115658.995000', '115659.455000', '115659.915000', '115700.375000', '115700.835000', '115701.295000', '115701.755000', '115702.215000', '115702.675000', '115703.135000', '115703.595000', '115704.055000', '115704.515000', '115704.975000', '115705.435000', '115705.895000', '115706.355000', '115706.815000', '115707.275000', '115707.735000', '115708.195000', '115708.655000', '115709.115000', '115709.575000', '115710.035000', '115710.495000', '115710.955000', '115711.415000', '115711.875000', '115712.335000', '115712.795000', '115713.255000', '115713.715000', '115714.175000', '115714.635000', '115715.095000', '115715.555000', '115716.015000', '115716.475000', '115716.935000', '115717.395000', '115717.855000', '115718.315000', '115718.775000', '115719.235000', '115719.695000', '115720.155000', '115720.615000', '115721.075000', '115721.535000', '115721.995000', '115722.455000', '115722.915000', '115723.375000', '115723.835000', '115724.295000', '115724.755000', '115725.215000', '115725.675000', '115726.135000', '115726.595000', '115727.055000', '115727.515000', '115727.975000', '115728.435000', '115728.895000', '115729.355000', '115729.815000', '115730.275000', '115730.735000', '115731.195000', '115731.655000', '115732.115000', '115732.575000', '115733.035000', '115733.495000', '115733.955000', '115734.415000', '115734.875000', '115735.335000', '115735.795000', '115736.255000', '115736.715000', '115737.175000', '115737.635000', '115738.095000', '115738.555000', '115739.015000', '115739.475000', '115739.935000', '115740.395000', '115740.855000', '115741.315000', '115741.775000', '115742.235000', '115742.695000', '115743.155000', '115743.615000', '115744.075000', '115744.535000', '115744.995000', '115745.455000', '115745.915000', '115746.375000', '115746.835000', '115747.295000', '115747.755000', '115748.215000', '115748.675000', '115749.135000', '115749.595000', '115750.055000', '115750.515000', '115750.975000', '115751.435000', '115751.895000', '115752.355000', '115752.815000', '115753.275000', '115753.735000', '115754.195000', '115754.655000', '115755.115000', '115755.575000', '115756.035000', '115756.495000', '115756.955000', '115757.415000', '115757.875000', '115758.335000', '115758.795000', '115759.255000', '115759.715000', '115800.175000', '115800.635000', '115801.095000', '115801.555000', '115802.015000', '115802.475000', '115802.935000', '115803.395000', '115803.855000', '115804.315000', '115804.775000', '115805.235000', '115805.695000', '115806.155000', '115806.615000', '115807.075000', '115807.535000', '115807.995000', '115808.455000', '115808.915000', '115809.375000', '115809.835000', '115810.295000', '115810.755000', '115811.215000', '115811.675000', '115812.135000', '115812.595000', '115813.055000', '115813.515000', '115813.975000', '115814.435000', '115814.895000', '115815.355000', '115815.815000', '115816.275000', '115816.735000', '115817.195000', '115817.655000', '115818.115000', '115818.575000', '115819.035000', '115819.495000', '115819.955000', '115820.415000', '115820.875000', '115821.335000', '115821.795000', '115822.255000', '115822.715000', '115823.175000', '115823.635000', '115824.095000', '115824.555000', '115825.015000', '115825.475000', '115825.935000', '115826.395000', '115826.855000', '115827.315000', '115827.775000', '115828.235000', '115828.695000', '115829.155000', '115829.615000', '115830.075000', '115830.535000', '115830.995000', '115831.455000', '115831.915000', '115832.375000', '115832.835000', '115833.295000', '115833.755000', '115834.215000', '115834.675000', '115835.135000', '115835.595000', '115836.055000', '115836.515000', '115836.975000', '115837.435000', '115837.895000', '115838.355000', '115838.815000', '115839.275000', '115839.735000', '115840.195000', '115840.655000', '115841.115000', '115841.575000', '115842.035000', '115842.495000', '115842.955000', '115843.415000', '115843.875000', '115844.335000', '115844.795000', '115845.255000', '115845.715000', '115846.175000', '115846.635000', '115847.095000', '115847.555000', '115848.015000', '115848.475000', '115848.935000', '115849.395000', '115849.855000', '115850.315000', '115850.775000', '115851.235000', '115851.695000', '115852.155000', '115852.615000', '115853.075000', '115853.535000', '115853.995000', '115854.455000', '115854.915000', '115855.375000', '115855.835000', '115856.295000', '115856.755000', '115857.215000', '115857.675000', '115858.135000', '115858.595000', '115859.055000', '115859.515000', '115859.975000', '115900.435000', '115900.895000', '115901.355000', '115901.815000', '115902.275000', '115902.735000', '115903.195000', '115903.655000', '115904.115000', '115904.575000', '115905.035000', '115905.495000', '115905.955000', '115906.415000', '115906.875000', '115907.335000', '115907.795000', '115908.255000', '115908.715000', '115909.175000', '115909.635000', '115910.095000', '115910.555000', '115911.015000', '115911.475000', '115911.935000', '115912.395000', '115912.855000', '115913.315000', '115913.775000', '115914.235000', '115914.695000', '115915.155000', '115915.615000', '115916.075000', '115916.535000', '115916.995000', '115917.455000', '115917.915000', '115918.375000', '115918.835000', '115919.295000', '115919.755000', '115920.215000', '115920.675000', '115921.135000', '115921.595000', '115922.055000', '115922.515000', '115922.975000', '115923.435000', '115923.895000', '115924.355000', '115924.815000', '115925.275000', '115925.735000', '115926.195000', '115926.655000', '115927.115000', '115927.575000', '115928.035000', '115928.495000', '115928.955000', '115929.415000', '115929.875000', '115930.335000', '115930.795000', '115931.255000', '115931.715000', '115932.175000', '115932.635000', '115933.095000', '115933.555000', '115934.015000', '115934.475000', '115934.935000', '115935.395000', '115935.855000', '115936.315000', '115936.775000', '115937.235000', '115937.695000', '115938.155000', '115938.615000', '115939.075000', '115939.535000', '115939.995000', '115940.455000', '115940.915000', '115941.375000', '115941.835000', '115942.295000', '115942.755000', '115943.215000', '115943.675000', '115944.135000', '115944.595000', '115945.055000', '115945.515000', '115945.975000', '115946.435000', '115946.895000', '115947.355000', '115947.815000', '115948.275000', '115948.735000', '115949.195000', '115949.655000', '115950.115000', '115950.575000', '115951.035000', '115951.495000', '115951.955000', '115952.415000', '115952.875000', '115953.335000', '115953.795000', '115954.255000', '115954.715000', '115955.175000', '115955.635000', '115956.095000', '115956.555000', '115957.015000', '115957.475000', '115957.935000', '115958.395000', '115958.855000', '115959.315000', '115959.775000', '120000.235000', '120000.695000', '120001.155000', '120001.615000', '120002.075000', '120002.535000', '120002.995000', '120003.455000', '120003.915000', '120004.375000', '120004.835000', '120005.295000', '120005.755000', '120006.215000', '120006.675000', '120007.135000', '120007.595000', '120008.055000', '120008.515000', '120008.975000', '120009.435000', '120009.895000', '120010.355000', '120010.815000', '120011.275000', '120011.735000', '120012.195000', '120012.655000', '120013.115000', '120013.575000', '120014.035000', '120014.495000', '120014.955000', '120015.415000', '120015.875000', '120016.335000', '120016.795000', '120017.255000', '120017.715000', '120018.175000', '120018.635000', '120019.095000', '120019.555000', '120020.015000', '120020.475000', '120020.935000', '120021.395000', '120021.855000', '120022.315000', '120022.775000', '120023.235000', '120023.695000', '120024.155000', '120024.615000', '120025.075000', '120025.535000', '120025.995000', '120026.455000', '120026.915000', '120027.375000', '120027.835000', '120028.295000', '120028.755000', '120029.215000', '120029.675000', '120030.135000', '120030.595000', '120031.055000', '120031.515000', '120031.975000', '120032.435000', '120032.895000', '120033.355000', '120033.815000', '120034.275000', '120034.735000', '120035.195000', '120035.655000', '120036.115000', '120036.575000', '120037.035000', '120037.495000', '120037.955000', '120038.415000', '120038.875000', '120039.335000', '120039.795000', '120040.255000', '120040.715000', '120041.175000', '120041.635000', '120042.095000', '120042.555000', '120043.015000', '120043.475000', '120043.935000', '120044.395000', '120044.855000', '120045.315000', '120045.775000', '120046.235000', '120046.695000', '120047.155000', '120047.615000', '120048.075000', '120048.535000', '120048.995000', '120049.455000', '120049.915000', '120050.375000', '120050.835000', '120051.295000', '120051.755000', '120052.215000', '120052.675000', '120053.135000', '120053.595000', '120054.055000', '120054.515000', '120054.975000', '120055.435000', '120055.895000', '120056.355000', '120056.815000', '120057.275000', '120057.735000', '120058.195000', '120058.655000', '120059.115000', '120059.575000', '120100.035000', '120100.495000', '120100.955000', '120101.415000', '120101.875000', '120102.335000', '120102.795000', '120103.255000', '120103.715000', '120104.175000', '120104.635000', '120105.095000', '120105.555000', '120106.015000', '120106.475000', '120106.935000', '120107.395000', '120107.855000'], 'ContentTime': ['115451.814000', '115451.817000', '115451.820000', '115451.822000', '115451.825000', '115451.828000', '115451.831000', '115451.833000', '115451.836000', '115451.839000', '115451.843000', '115451.846000', '115451.849000', '115451.851000', '115451.854000', '115451.857000', '115451.859000', '115451.862000', '115451.865000', '115451.867000', '115451.870000', '115451.873000', '115451.875000', '115451.878000', '115451.880000', '115451.883000', '115451.886000', '115451.888000', '115451.891000', '115451.893000', '115451.896000', '115451.899000', '115451.901000', '115451.904000', '115451.907000', '115451.909000', '115451.912000', '115451.914000', '115451.917000', '115451.919000', '115451.922000', '115451.925000', '115451.928000', '115451.930000', '115451.933000', '115451.935000', '115451.938000', '115451.940000', '115451.943000', '115451.946000', '115511.770000', '115511.773000', '115511.776000', '115511.778000', '115511.781000', '115511.784000', '115511.786000', '115511.789000', '115511.792000', '115511.794000', '115511.797000', '115511.800000', '115511.802000', '115511.805000', '115511.807000', '115511.810000', '115511.813000', '115511.815000', '115511.825000', '115511.828000', '115511.831000', '115511.833000', '115511.836000', '115511.839000', '115511.841000', '115511.844000', '115511.846000', '115511.849000', '115511.852000', '115511.854000', '115511.857000', '115511.859000', '115511.862000', '115511.865000', '115511.868000', '115511.870000', '115511.873000', '115511.875000', '115511.878000', '115511.881000', '115511.883000', '115511.886000', '115511.888000', '115511.891000', '115531.770000', '115531.773000', '115531.776000', '115531.779000', '115531.781000', '115531.784000', '115531.787000', '115531.789000', '115531.792000', '115531.794000', '115531.797000', '115531.800000', '115531.802000', '115531.805000', '115531.807000', '115531.810000', '115531.813000', '115531.815000', '115531.818000', '115531.821000', '115531.823000', '115531.826000', '115531.828000', '115531.831000', '115531.834000', '115531.836000', '115531.843000', '115531.846000', '115531.848000', '115531.851000', '115531.854000', '115531.856000', '115531.859000', '115531.862000', '115531.864000', '115531.867000', '115531.870000', '115531.872000', '115531.875000', '115531.877000', '115531.880000', '115531.883000', '115531.886000', '115551.772000', '115551.775000', '115551.777000', '115551.781000', '115551.783000', '115551.786000', '115551.789000', '115551.791000', '115551.794000', '115551.797000', '115551.799000', '115551.802000', '115551.805000', '115551.807000', '115551.810000', '115551.812000', '115551.815000', '115551.818000', '115551.859000', '115551.862000', '115551.865000', '115551.867000', '115551.870000', '115551.872000', '115551.875000', '115551.878000', '115551.880000', '115551.883000', '115551.886000', '115551.888000', '115551.891000', '115551.894000', '115551.896000', '115551.899000', '115551.901000', '115551.904000', '115551.907000', '115551.909000', '115551.912000', '115551.915000', '115551.917000', '115551.920000', '115551.922000', '115551.925000', '115611.772000', '115611.775000', '115611.777000', '115611.780000', '115611.782000', '115611.785000', '115611.788000', '115611.790000', '115611.793000', '115611.796000', '115611.798000', '115611.801000', '115611.803000', '115611.815000', '115611.818000', '115611.821000', '115611.823000', '115611.826000', '115611.829000', '115611.831000', '115611.834000', '115611.837000', '115611.839000', '115611.842000', '115611.844000', '115611.847000', '115611.850000', '115611.852000', '115611.855000', '115611.857000', '115611.860000', '115611.863000', '115611.865000', '115611.868000', '115611.870000', '115611.873000', '115611.876000', '115611.878000', '115611.881000', '115611.883000', '115611.886000', '115611.889000', '115611.891000', '115631.771000', '115631.774000', '115631.777000', '115631.780000', '115631.783000', '115631.785000', '115631.788000', '115631.791000', '115631.793000', '115631.796000', '115631.798000', '115631.801000', '115631.804000', '115631.806000', '115631.809000', '115631.812000', '115631.814000', '115631.817000', '115631.820000', '115631.822000', '115631.825000', '115631.827000', '115631.830000', '115631.833000', '115631.835000', '115631.838000', '115631.841000', '115631.843000', '115631.846000', '115631.848000', '115631.851000', '115631.860000', '115631.862000', '115631.865000', '115631.868000', '115631.870000', '115631.873000', '115631.875000', '115631.878000', '115631.881000', '115631.883000', '115631.886000', '115631.889000', '115631.891000', '115651.772000', '115651.774000', '115651.777000', '115651.780000', '115651.783000', '115651.785000', '115651.788000', '115651.790000', '115651.793000', '115651.796000', '115651.798000', '115651.801000', '115651.804000', '115651.806000', '115651.809000', '115651.811000', '115651.814000', '115651.817000', '115651.820000', '115651.822000', '115651.825000', '115651.827000', '115651.830000', '115651.833000', '115651.836000', '115651.838000', '115651.841000', '115651.843000', '115651.846000', '115651.849000', '115651.851000', '115651.854000', '115651.857000', '115651.859000', '115651.862000', '115651.864000', '115651.867000', '115651.870000', '115651.872000', '115651.875000', '115651.877000', '115651.880000', '115651.883000', '115711.772000', '115711.775000', '115711.777000', '115711.780000', '115711.782000', '115711.785000', '115711.788000', '115711.796000', '115711.799000', '115711.802000', '115711.804000', '115711.807000', '115711.809000', '115711.812000', '115711.815000', '115711.817000', '115711.820000', '115711.823000', '115711.825000', '115711.828000', '115711.831000', '115711.833000', '115711.836000', '115711.838000', '115711.841000', '115711.844000', '115711.846000', '115711.849000', '115711.852000', '115711.857000', '115711.859000', '115711.862000', '115711.865000', '115711.867000', '115711.870000', '115711.873000', '115711.875000', '115711.878000', '115711.881000', '115711.883000', '115711.886000', '115711.888000', '115711.891000', '115711.894000', '115731.771000', '115731.774000', '115731.776000', '115731.780000', '115731.783000', '115731.785000', '115731.788000', '115731.791000', '115731.793000', '115731.796000', '115731.798000', '115731.801000', '115731.804000', '115731.837000', '115731.840000', '115731.843000', '115731.845000', '115731.848000', '115731.851000', '115731.853000', '115731.856000', '115731.859000', '115731.861000', '115731.864000', '115731.867000', '115731.869000', '115731.872000', '115731.875000', '115731.877000', '115731.880000', '115731.882000', '115731.885000', '115731.888000', '115731.890000', '115731.893000', '115731.896000', '115731.898000', '115731.901000', '115731.903000', '115731.906000', '115731.909000', '115731.911000', '115731.914000', '115751.770000', '115751.773000', '115751.776000', '115751.779000', '115751.782000', '115751.784000', '115751.787000', '115751.790000', '115751.792000', '115751.795000', '115751.798000', '115751.800000', '115751.803000', '115751.806000', '115751.808000', '115751.811000', '115751.814000', '115751.816000', '115751.819000', '115751.821000', '115751.824000', '115751.827000', '115751.829000', '115751.832000', '115751.835000', '115751.837000', '115751.840000', '115751.843000', '115751.845000', '115751.848000', '115751.851000', '115751.853000', '115751.856000', '115751.858000', '115751.861000', '115751.864000', '115751.866000', '115751.869000', '115751.872000', '115751.874000', '115751.877000', '115751.880000', '115751.882000', '115751.885000', '115811.771000', '115811.774000', '115811.777000', '115811.780000', '115811.782000', '115811.785000', '115811.788000', '115811.790000', '115811.793000', '115811.796000', '115811.798000', '115811.801000', '115811.804000', '115811.806000', '115811.809000', '115811.812000', '115811.814000', '115811.817000', '115811.820000', '115811.822000', '115811.825000', '115811.828000', '115811.830000', '115811.833000', '115811.835000', '115811.838000', '115811.841000', '115811.844000', '115811.846000', '115811.849000', '115811.851000', '115811.854000', '115811.857000', '115811.859000', '115811.862000', '115811.865000', '115811.867000', '115811.870000', '115811.872000', '115811.875000', '115811.878000', '115811.880000', '115811.883000', '115831.772000', '115831.774000', '115831.777000', '115831.780000', '115831.783000', '115831.785000', '115831.788000', '115831.790000', '115831.793000', '115831.796000', '115831.798000', '115831.801000', '115831.804000', '115831.806000', '115831.809000', '115831.812000', '115831.814000', '115831.817000', '115831.820000', '115831.822000', '115831.825000', '115831.833000', '115831.836000', '115831.839000', '115831.841000', '115831.844000', '115831.846000', '115831.849000', '115831.852000', '115831.855000', '115831.857000', '115831.860000', '115831.863000', '115831.865000', '115831.868000', '115831.871000', '115831.873000', '115831.876000', '115831.878000', '115831.881000', '115831.884000', '115831.886000', '115831.889000', '115831.892000', '115851.771000', '115851.774000', '115851.777000', '115851.780000', '115851.782000', '115851.785000', '115851.788000', '115851.790000', '115851.793000', '115851.796000', '115851.798000', '115851.801000', '115851.803000', '115851.806000', '115851.809000', '115851.811000', '115851.814000', '115851.817000', '115851.819000', '115851.822000', '115851.825000', '115851.827000', '115851.830000', '115851.833000', '115851.835000', '115851.838000', '115851.841000', '115851.843000', '115851.846000', '115851.848000', '115851.851000', '115851.854000', '115851.856000', '115851.859000', '115851.862000', '115851.864000', '115851.867000', '115851.870000', '115851.876000', '115851.879000', '115851.881000', '115851.884000', '115851.887000', '115911.772000', '115911.775000', '115911.777000', '115911.780000', '115911.782000', '115911.785000', '115911.788000', '115911.790000', '115911.793000', '115911.796000', '115911.798000', '115911.801000', '115911.804000', '115911.806000', '115911.809000', '115911.812000', '115911.814000', '115911.817000', '115911.820000', '115911.822000', '115911.825000', '115911.827000', '115911.830000', '115911.833000', '115911.836000', '115911.838000', '115911.841000', '115911.844000', '115911.846000', '115911.849000', '115911.852000', '115911.854000', '115911.857000', '115911.859000', '115911.862000', '115911.865000', '115911.867000', '115911.870000', '115911.873000', '115911.875000', '115911.878000', '115911.881000', '115911.883000', '115911.886000', '115931.772000', '115931.774000', '115931.777000', '115931.780000', '115931.782000', '115931.785000', '115931.788000', '115931.790000', '115931.793000', '115931.796000', '115931.798000', '115931.801000', '115931.804000', '115931.806000', '115931.809000', '115931.811000', '115931.814000', '115931.817000', '115931.819000', '115931.822000', '115931.825000', '115931.827000', '115931.830000', '115931.833000', '115931.835000', '115931.838000', '115931.841000', '115931.843000', '115931.846000', '115931.849000', '115931.851000', '115931.854000', '115931.857000', '115931.859000', '115931.862000', '115931.865000', '115931.867000', '115931.870000', '115931.873000', '115931.875000', '115931.878000', '115931.881000', '115931.883000', '115951.770000', '115951.773000', '115951.776000', '115951.779000', '115951.781000', '115951.784000', '115951.787000', '115951.789000', '115951.792000', '115951.795000', '115951.797000', '115951.800000', '115951.802000', '115951.805000', '115951.808000', '115951.810000', '115951.813000', '115951.816000', '115951.818000', '115951.821000', '115951.823000', '115951.826000', '115951.829000', '115951.831000', '115951.834000', '115951.837000', '115951.839000', '115951.842000', '115951.845000', '115951.847000', '115951.850000', '115951.853000', '115951.855000', '115951.858000', '115951.860000', '115951.863000', '115951.866000', '115951.868000', '115951.871000', '115951.874000', '115951.876000', '115951.879000', '115951.882000', '115951.884000', '120011.770000', '120011.773000', '120011.776000', '120011.779000', '120011.781000', '120011.784000', '120011.787000', '120011.790000', '120011.792000', '120011.795000', '120011.797000', '120011.800000', '120011.803000', '120011.805000', '120011.808000', '120011.811000', '120011.813000', '120011.816000', '120011.818000', '120011.821000', '120011.824000', '120011.827000', '120011.829000', '120011.832000', '120011.834000', '120011.837000', '120011.840000', '120011.842000', '120011.845000', '120011.848000', '120011.850000', '120011.853000', '120011.855000', '120011.858000', '120011.861000', '120011.863000', '120011.866000', '120011.869000', '120011.871000', '120011.874000', '120011.876000', '120011.879000', '120011.882000', '120031.772000', '120031.774000', '120031.777000', '120031.780000', '120031.782000', '120031.801000', '120031.804000', '120031.807000', '120031.809000', '120031.812000', '120031.815000', '120031.817000', '120031.820000', '120031.823000', '120031.825000', '120031.828000', '120031.831000', '120031.835000', '120031.838000', '120031.840000', '120031.843000', '120031.846000', '120031.848000', '120031.851000', '120031.854000', '120031.857000', '120031.859000', '120031.862000', '120031.865000', '120031.867000', '120031.870000', '120031.872000', '120031.875000', '120031.878000', '120031.881000', '120031.883000', '120031.886000', '120031.889000', '120031.891000', '120031.894000', '120031.897000', '120031.900000', '120031.902000', '120031.905000', '120051.772000', '120051.775000', '120051.777000', '120051.780000', '120051.783000', '120051.785000', '120051.788000', '120051.791000', '120051.793000', '120051.796000', '120051.799000', '120051.801000', '120051.804000', '120051.806000', '120051.809000', '120051.812000', '120051.814000', '120051.817000', '120051.820000', '120051.822000', '120051.825000', '120051.828000', '120051.830000', '120051.833000', '120051.836000', '120051.838000', '120051.841000', '120051.844000', '120051.846000', '120051.849000', '120051.852000', '120051.854000', '120051.857000', '120051.859000', '120051.862000', '120051.865000', '120051.867000', '120051.870000', '120051.873000', '120051.875000', '120051.878000', '120051.880000', '120051.883000', '120109.463000', '120109.466000', '120109.469000', '120109.472000', '120109.474000', '120109.477000', '120109.480000', '120109.483000', '120109.485000', '120109.488000', '120109.491000', '120109.494000', '120109.497000', '120109.500000', '120109.503000', '120109.505000', '120109.508000', '120109.511000', '120109.513000', '120109.516000', '120109.519000', '120109.522000', '120109.524000', '120109.527000', '120109.530000', '120109.532000', '120109.535000', '120109.538000', '120109.541000', '120109.543000', '120109.546000', '120109.549000', '120109.557000', '120109.561000', '120109.564000', '120109.567000', '120109.572000', '120109.577000', '120109.580000'], 'InstanceCreationTime': ['115451.814000', '115451.817000', '115451.820000', '115451.822000', '115451.825000', '115451.828000', '115451.831000', '115451.833000', '115451.836000', '115451.839000', '115451.843000', '115451.846000', '115451.849000', '115451.851000', '115451.854000', '115451.857000', '115451.859000', '115451.862000', '115451.865000', '115451.867000', '115451.870000', '115451.873000', '115451.875000', '115451.878000', '115451.880000', '115451.883000', '115451.886000', '115451.888000', '115451.891000', '115451.893000', '115451.896000', '115451.899000', '115451.901000', '115451.904000', '115451.907000', '115451.909000', '115451.912000', '115451.914000', '115451.917000', '115451.919000', '115451.922000', '115451.925000', '115451.928000', '115451.930000', '115451.933000', '115451.935000', '115451.938000', '115451.940000', '115451.943000', '115451.946000', '115511.770000', '115511.773000', '115511.776000', '115511.778000', '115511.781000', '115511.784000', '115511.786000', '115511.789000', '115511.792000', '115511.794000', '115511.797000', '115511.800000', '115511.802000', '115511.805000', '115511.807000', '115511.810000', '115511.813000', '115511.815000', '115511.825000', '115511.828000', '115511.831000', '115511.833000', '115511.836000', '115511.839000', '115511.841000', '115511.844000', '115511.846000', '115511.849000', '115511.852000', '115511.854000', '115511.857000', '115511.859000', '115511.862000', '115511.865000', '115511.868000', '115511.870000', '115511.873000', '115511.875000', '115511.878000', '115511.881000', '115511.883000', '115511.886000', '115511.888000', '115511.891000', '115531.770000', '115531.773000', '115531.776000', '115531.779000', '115531.781000', '115531.784000', '115531.787000', '115531.789000', '115531.792000', '115531.794000', '115531.797000', '115531.800000', '115531.802000', '115531.805000', '115531.807000', '115531.810000', '115531.813000', '115531.815000', '115531.818000', '115531.821000', '115531.823000', '115531.826000', '115531.828000', '115531.831000', '115531.834000', '115531.836000', '115531.843000', '115531.846000', '115531.848000', '115531.851000', '115531.854000', '115531.856000', '115531.859000', '115531.862000', '115531.864000', '115531.867000', '115531.870000', '115531.872000', '115531.875000', '115531.877000', '115531.880000', '115531.883000', '115531.886000', '115551.772000', '115551.775000', '115551.777000', '115551.781000', '115551.783000', '115551.786000', '115551.789000', '115551.791000', '115551.794000', '115551.797000', '115551.799000', '115551.802000', '115551.805000', '115551.807000', '115551.810000', '115551.812000', '115551.815000', '115551.818000', '115551.859000', '115551.862000', '115551.865000', '115551.867000', '115551.870000', '115551.872000', '115551.875000', '115551.878000', '115551.880000', '115551.883000', '115551.886000', '115551.888000', '115551.891000', '115551.894000', '115551.896000', '115551.899000', '115551.901000', '115551.904000', '115551.907000', '115551.909000', '115551.912000', '115551.915000', '115551.917000', '115551.920000', '115551.922000', '115551.925000', '115611.772000', '115611.775000', '115611.777000', '115611.780000', '115611.782000', '115611.785000', '115611.788000', '115611.790000', '115611.793000', '115611.796000', '115611.798000', '115611.801000', '115611.803000', '115611.815000', '115611.818000', '115611.821000', '115611.823000', '115611.826000', '115611.829000', '115611.831000', '115611.834000', '115611.837000', '115611.839000', '115611.842000', '115611.844000', '115611.847000', '115611.850000', '115611.852000', '115611.855000', '115611.857000', '115611.860000', '115611.863000', '115611.865000', '115611.868000', '115611.870000', '115611.873000', '115611.876000', '115611.878000', '115611.881000', '115611.883000', '115611.886000', '115611.889000', '115611.891000', '115631.771000', '115631.774000', '115631.777000', '115631.780000', '115631.783000', '115631.785000', '115631.788000', '115631.791000', '115631.793000', '115631.796000', '115631.798000', '115631.801000', '115631.804000', '115631.806000', '115631.809000', '115631.812000', '115631.814000', '115631.817000', '115631.820000', '115631.822000', '115631.825000', '115631.827000', '115631.830000', '115631.833000', '115631.835000', '115631.838000', '115631.841000', '115631.843000', '115631.846000', '115631.848000', '115631.851000', '115631.860000', '115631.862000', '115631.865000', '115631.868000', '115631.870000', '115631.873000', '115631.875000', '115631.878000', '115631.881000', '115631.883000', '115631.886000', '115631.889000', '115631.891000', '115651.772000', '115651.774000', '115651.777000', '115651.780000', '115651.783000', '115651.785000', '115651.788000', '115651.790000', '115651.793000', '115651.796000', '115651.798000', '115651.801000', '115651.804000', '115651.806000', '115651.809000', '115651.811000', '115651.814000', '115651.817000', '115651.820000', '115651.822000', '115651.825000', '115651.827000', '115651.830000', '115651.833000', '115651.836000', '115651.838000', '115651.841000', '115651.843000', '115651.846000', '115651.849000', '115651.851000', '115651.854000', '115651.857000', '115651.859000', '115651.862000', '115651.864000', '115651.867000', '115651.870000', '115651.872000', '115651.875000', '115651.877000', '115651.880000', '115651.883000', '115711.772000', '115711.775000', '115711.777000', '115711.780000', '115711.782000', '115711.785000', '115711.788000', '115711.796000', '115711.799000', '115711.802000', '115711.804000', '115711.807000', '115711.809000', '115711.812000', '115711.815000', '115711.817000', '115711.820000', '115711.823000', '115711.825000', '115711.828000', '115711.831000', '115711.833000', '115711.836000', '115711.838000', '115711.841000', '115711.844000', '115711.846000', '115711.849000', '115711.852000', '115711.857000', '115711.859000', '115711.862000', '115711.865000', '115711.867000', '115711.870000', '115711.873000', '115711.875000', '115711.878000', '115711.881000', '115711.883000', '115711.886000', '115711.888000', '115711.891000', '115711.894000', '115731.771000', '115731.774000', '115731.776000', '115731.780000', '115731.783000', '115731.785000', '115731.788000', '115731.791000', '115731.793000', '115731.796000', '115731.798000', '115731.801000', '115731.804000', '115731.837000', '115731.840000', '115731.843000', '115731.845000', '115731.848000', '115731.851000', '115731.853000', '115731.856000', '115731.859000', '115731.861000', '115731.864000', '115731.867000', '115731.869000', '115731.872000', '115731.875000', '115731.877000', '115731.880000', '115731.882000', '115731.885000', '115731.888000', '115731.890000', '115731.893000', '115731.896000', '115731.898000', '115731.901000', '115731.903000', '115731.906000', '115731.909000', '115731.911000', '115731.914000', '115751.770000', '115751.773000', '115751.776000', '115751.779000', '115751.782000', '115751.784000', '115751.787000', '115751.790000', '115751.792000', '115751.795000', '115751.798000', '115751.800000', '115751.803000', '115751.806000', '115751.808000', '115751.811000', '115751.814000', '115751.816000', '115751.819000', '115751.821000', '115751.824000', '115751.827000', '115751.829000', '115751.832000', '115751.835000', '115751.837000', '115751.840000', '115751.843000', '115751.845000', '115751.848000', '115751.851000', '115751.853000', '115751.856000', '115751.858000', '115751.861000', '115751.864000', '115751.866000', '115751.869000', '115751.872000', '115751.874000', '115751.877000', '115751.880000', '115751.882000', '115751.885000', '115811.771000', '115811.774000', '115811.777000', '115811.780000', '115811.782000', '115811.785000', '115811.788000', '115811.790000', '115811.793000', '115811.796000', '115811.798000', '115811.801000', '115811.804000', '115811.806000', '115811.809000', '115811.812000', '115811.814000', '115811.817000', '115811.820000', '115811.822000', '115811.825000', '115811.828000', '115811.830000', '115811.833000', '115811.835000', '115811.838000', '115811.841000', '115811.844000', '115811.846000', '115811.849000', '115811.851000', '115811.854000', '115811.857000', '115811.859000', '115811.862000', '115811.865000', '115811.867000', '115811.870000', '115811.872000', '115811.875000', '115811.878000', '115811.880000', '115811.883000', '115831.772000', '115831.774000', '115831.777000', '115831.780000', '115831.783000', '115831.785000', '115831.788000', '115831.790000', '115831.793000', '115831.796000', '115831.798000', '115831.801000', '115831.804000', '115831.806000', '115831.809000', '115831.812000', '115831.814000', '115831.817000', '115831.820000', '115831.822000', '115831.825000', '115831.833000', '115831.836000', '115831.839000', '115831.841000', '115831.844000', '115831.846000', '115831.849000', '115831.852000', '115831.855000', '115831.857000', '115831.860000', '115831.863000', '115831.865000', '115831.868000', '115831.871000', '115831.873000', '115831.876000', '115831.878000', '115831.881000', '115831.884000', '115831.886000', '115831.889000', '115831.892000', '115851.771000', '115851.774000', '115851.777000', '115851.780000', '115851.782000', '115851.785000', '115851.788000', '115851.790000', '115851.793000', '115851.796000', '115851.798000', '115851.801000', '115851.803000', '115851.806000', '115851.809000', '115851.811000', '115851.814000', '115851.817000', '115851.819000', '115851.822000', '115851.825000', '115851.827000', '115851.830000', '115851.833000', '115851.835000', '115851.838000', '115851.841000', '115851.843000', '115851.846000', '115851.848000', '115851.851000', '115851.854000', '115851.856000', '115851.859000', '115851.862000', '115851.864000', '115851.867000', '115851.870000', '115851.876000', '115851.879000', '115851.881000', '115851.884000', '115851.887000', '115911.772000', '115911.775000', '115911.777000', '115911.780000', '115911.782000', '115911.785000', '115911.788000', '115911.790000', '115911.793000', '115911.796000', '115911.798000', '115911.801000', '115911.804000', '115911.806000', '115911.809000', '115911.812000', '115911.814000', '115911.817000', '115911.820000', '115911.822000', '115911.825000', '115911.827000', '115911.830000', '115911.833000', '115911.836000', '115911.838000', '115911.841000', '115911.844000', '115911.846000', '115911.849000', '115911.852000', '115911.854000', '115911.857000', '115911.859000', '115911.862000', '115911.865000', '115911.867000', '115911.870000', '115911.873000', '115911.875000', '115911.878000', '115911.881000', '115911.883000', '115911.886000', '115931.772000', '115931.774000', '115931.777000', '115931.780000', '115931.782000', '115931.785000', '115931.788000', '115931.790000', '115931.793000', '115931.796000', '115931.798000', '115931.801000', '115931.804000', '115931.806000', '115931.809000', '115931.811000', '115931.814000', '115931.817000', '115931.819000', '115931.822000', '115931.825000', '115931.827000', '115931.830000', '115931.833000', '115931.835000', '115931.838000', '115931.841000', '115931.843000', '115931.846000', '115931.849000', '115931.851000', '115931.854000', '115931.857000', '115931.859000', '115931.862000', '115931.865000', '115931.867000', '115931.870000', '115931.873000', '115931.875000', '115931.878000', '115931.881000', '115931.883000', '115951.770000', '115951.773000', '115951.776000', '115951.779000', '115951.781000', '115951.784000', '115951.787000', '115951.789000', '115951.792000', '115951.795000', '115951.797000', '115951.800000', '115951.802000', '115951.805000', '115951.808000', '115951.810000', '115951.813000', '115951.816000', '115951.818000', '115951.821000', '115951.823000', '115951.826000', '115951.829000', '115951.831000', '115951.834000', '115951.837000', '115951.839000', '115951.842000', '115951.845000', '115951.847000', '115951.850000', '115951.853000', '115951.855000', '115951.858000', '115951.860000', '115951.863000', '115951.866000', '115951.868000', '115951.871000', '115951.874000', '115951.876000', '115951.879000', '115951.882000', '115951.884000', '120011.770000', '120011.773000', '120011.776000', '120011.779000', '120011.781000', '120011.784000', '120011.787000', '120011.790000', '120011.792000', '120011.795000', '120011.797000', '120011.800000', '120011.803000', '120011.805000', '120011.808000', '120011.811000', '120011.813000', '120011.816000', '120011.818000', '120011.821000', '120011.824000', '120011.827000', '120011.829000', '120011.832000', '120011.834000', '120011.837000', '120011.840000', '120011.842000', '120011.845000', '120011.848000', '120011.850000', '120011.853000', '120011.855000', '120011.858000', '120011.861000', '120011.863000', '120011.866000', '120011.869000', '120011.871000', '120011.874000', '120011.876000', '120011.879000', '120011.882000', '120031.772000', '120031.774000', '120031.777000', '120031.780000', '120031.782000', '120031.801000', '120031.804000', '120031.807000', '120031.809000', '120031.812000', '120031.815000', '120031.817000', '120031.820000', '120031.823000', '120031.825000', '120031.828000', '120031.831000', '120031.835000', '120031.838000', '120031.840000', '120031.843000', '120031.846000', '120031.848000', '120031.851000', '120031.854000', '120031.857000', '120031.859000', '120031.862000', '120031.865000', '120031.867000', '120031.870000', '120031.872000', '120031.875000', '120031.878000', '120031.881000', '120031.883000', '120031.886000', '120031.889000', '120031.891000', '120031.894000', '120031.897000', '120031.900000', '120031.902000', '120031.905000', '120051.772000', '120051.775000', '120051.777000', '120051.780000', '120051.783000', '120051.785000', '120051.788000', '120051.791000', '120051.793000', '120051.796000', '120051.799000', '120051.801000', '120051.804000', '120051.806000', '120051.809000', '120051.812000', '120051.814000', '120051.817000', '120051.820000', '120051.822000', '120051.825000', '120051.828000', '120051.830000', '120051.833000', '120051.836000', '120051.838000', '120051.841000', '120051.844000', '120051.846000', '120051.849000', '120051.852000', '120051.854000', '120051.857000', '120051.859000', '120051.862000', '120051.865000', '120051.867000', '120051.870000', '120051.873000', '120051.875000', '120051.878000', '120051.880000', '120051.883000', '120109.463000', '120109.466000', '120109.469000', '120109.472000', '120109.474000', '120109.477000', '120109.480000', '120109.483000', '120109.485000', '120109.488000', '120109.491000', '120109.494000', '120109.497000', '120109.500000', '120109.503000', '120109.505000', '120109.508000', '120109.511000', '120109.513000', '120109.516000', '120109.519000', '120109.522000', '120109.524000', '120109.527000', '120109.530000', '120109.532000', '120109.535000', '120109.538000', '120109.541000', '120109.543000', '120109.546000', '120109.549000', '120109.557000', '120109.561000', '120109.564000', '120109.567000', '120109.572000', '120109.577000', '120109.580000'], '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': [10652, 10581, 9209, 10639, 11438, 9667, 9974, 8875, 9760, 10329, 12911, 9098, 10052, 9264, 9631, 8657, 12077, 9480, 9686, 9111, 9966, 8550, 11023, 8699, 12580, 9136, 10042, 8396, 12722, 8670, 13370, 8868, 8456, 8795, 9089, 11767, 8482, 14702, 11405, 8955, 9989, 8514, 17754, 13267, 12058, 9165, 8866, 13136, 10144, 19987, 14688, 12540, 9302, 9621, 14561, 10033, 12527, 9722, 11840, 9223, 16539, 13117, 9356, 10363, 9429, 17322, 13420, 17997, 10986, 10696, 9829, 15018, 16230, 9387, 10882, 9675, 14014, 9778, 15632, 9585, 8900, 9297, 9249, 15430, 9330, 10669, 9462, 7682, 9724, 11046, 14659, 9474, 11023, 9341, 13159, 9197, 16898, 11101, 9690, 9218, 8570, 13122, 12014, 16313, 9311, 8935, 8878, 9166, 12546, 9403, 11774, 8980, 15348, 10789, 13596, 9506, 9364, 11050, 8957, 18233, 14982, 15370, 9978, 11192, 9237, 12564, 12061, 13457, 9516, 9219, 10096, 9075, 15135, 11310, 12742, 9828, 10768, 9159, 16868, 14689, 9738, 9171, 9195, 9466, 9147, 13943, 9657, 8945, 10048, 8973, 17426, 12114, 10319, 9172, 8567, 13667, 13308, 19917, 13006, 11609, 9532, 9484, 17401, 9693, 10875, 9660, 9314, 13961, 9012, 9565, 12004, 11254, 19187, 13421, 11905, 9610, 10698, 15940, 9534, 10383, 9226, 10828, 9133, 16695, 9360, 8900, 9075, 8518, 10250, 8883, 14690, 9258, 8826, 9763, 7521, 9485, 12030, 11424, 8909, 9326, 8777, 9956, 11985, 13876, 9000, 10274, 9558, 10891, 8735, 14886, 9387, 11000, 8627, 7574, 9599, 9071, 14005, 8670, 10601, 8738, 9792, 9813, 12740, 15027, 8980, 11465, 9252, 16911, 12308, 14127, 9517, 9077, 11081, 9208, 19042, 14701, 14453, 10646, 9197, 11222, 13392, 17941, 10706, 12661, 9571, 16286, 14229, 12101, 10060, 9535, 13424, 12729, 18894, 10807, 11872, 9699, 12451, 12039, 9595, 10031, 9916, 14654, 10578, 14520, 9459, 9248, 10026, 8720, 15289, 9582, 10741, 9882, 10723, 9005, 16035, 10847, 8828, 8934, 9114, 9355, 9208, 13322, 9136, 9098, 8906, 8316, 10394, 10699, 14031, 9544, 12773, 9754, 15038, 12023, 18090, 10951, 12630, 9195, 17074, 12661, 10864, 8922, 8950, 9548, 8874, 14775, 10562, 9725, 9491, 8392, 13836, 13098, 19796, 13552, 13988, 10189, 12915, 11897, 18966, 13974, 9719, 10152, 9082, 15279, 14428, 15341, 9379, 9572, 9416, 11217, 9756, 9494, 9992, 9015, 14270, 10411, 9143, 9084, 8966, 10898, 9819, 18856, 13245, 12258, 9439, 8660, 9480, 10519, 12960, 9485, 11121, 9378, 12705, 9049, 16086, 9555, 10981, 9685, 7924, 9229, 11299, 10157, 8684, 9079, 8860, 11949, 8849, 10831, 9115, 9844, 8987, 15806, 11238, 17985, 10178, 9001, 9310, 8833, 13128, 12779, 16529, 9308, 10717, 9120, 14377, 12511, 13918, 9648, 9562, 11620, 8877, 14266, 13077, 13821, 9560, 11862, 8855, 14321, 10835, 13817, 9484, 8854, 9659, 8423, 9804, 9136, 10924, 9522, 10725, 8333, 14203, 10303, 12201, 8759, 8559, 9298, 8956, 13744, 8769, 13147, 9322, 9456, 9415, 13212, 12211, 10621, 11961, 9234, 12759, 9185, 19841, 15956, 14413, 10842, 9163, 12751, 15003, 21034, 16136, 14323, 11610, 11699, 16529, 15532, 15296, 10005, 10990, 9368, 18710, 14735, 11232, 9790, 9475, 10011, 9279, 15927, 9649, 8753, 8697, 8526, 10832, 9308, 11606, 9747, 11130, 9646, 14029, 10704, 14804, 9586, 9176, 9561, 8571, 8887, 9142, 9412, 9535, 9685, 8691, 14932, 9283, 12221, 9397, 11913, 8484, 14604, 10029, 16700, 8956, 8965, 8815, 8599, 10049, 9663, 12802, 8646, 10161, 8365, 12321, 9518, 14632, 11144, 8831, 9680, 8706, 15226, 10800, 9958, 12771, 11162, 19612, 15368, 12217, 11705, 9366, 19362, 18180, 19030, 13094, 11273, 9751, 15358, 18268, 10925, 10101, 9681, 9770, 9306, 15965, 12421, 9781, 10096, 9743, 11168, 9523, 15859, 9781, 10148, 9372, 9175, 11054, 9142, 9760, 9503, 8887, 9736, 10936, 11723, 9505, 11708, 9665, 15847, 13937, 18324, 10796, 12531, 9761, 11896, 10055, 11425, 9461, 9267, 8887, 8873, 9746, 10721, 11130, 9130, 9567, 8727, 10450, 8445, 14630, 9311, 11836, 8468, 7707, 9332, 8299, 12618, 8978, 14005, 9144, 10518, 9399, 12513, 10458, 10850, 10629, 9010, 11177, 8758, 17690, 13057, 12005, 9301, 8658, 13163, 12831, 20165, 15573, 16128, 12242, 13331, 16322, 15967, 14709, 9826, 13377, 11091, 20221, 16361, 13154, 10530, 9927, 10518, 14805, 14075, 9525, 8908, 9428, 10252, 10492, 9400, 10344, 9801, 10039, 9506, 16025, 9616, 10415, 9507, 7885, 9293, 9146, 11426, 9525, 8953, 9324, 9946, 11487, 8899, 10228, 9379, 10510, 8463, 13818, 9038, 12118, 8965, 11705, 9330, 13606, 8917, 9098, 9271, 8963, 13442, 10992, 17870, 11406, 12503, 8696, 11423, 14187, 17055, 10242, 9587, 8880, 9085, 8983, 12286, 9856, 8429, 9129, 8804, 11569, 9037, 17544, 11075, 12742, 9569, 11940, 12099, 17510, 11600, 10530, 9191, 10490, 8939, 14589, 8853, 11784, 8718, 13150, 10057, 11755, 8726, 8751, 9103, 8758, 9493, 11101, 12071, 8673, 8469, 8585, 9600, 8934, 14199, 8985, 13125, 8803, 9806, 8728, 13546, 11181, 10587, 10623, 8516, 11838, 8587, 18215, 14354, 14401, 10358, 8923, 13914, 14942, 20710, 16645, 16536, 12308, 12542, 13115, 20708, 16859, 12267, 10155, 9761, 9832, 12440, 17580, 9982, 9820, 9495, 9668, 8693, 13926, 9360, 10140, 9377, 7545, 9689, 10645, 10265, 9091, 9606, 9062, 10743, 9287, 15946, 9863, 11837, 9109, 8571, 9237, 9273, 11848, 8592, 11599, 8917, 11873, 9177, 16647, 12800, 14120, 10358, 9307, 9933, 10547, 17313, 12153, 14617, 9495, 12331, 9049, 17736, 14131, 15102, 9902, 11585, 9421, 14910, 11037, 13112, 9382, 11840, 9136, 13629, 9602, 17570, 9341, 8442, 9000, 8275, 10281, 9144, 13732, 9135, 10630, 9469, 14169, 11052, 13933, 9728, 9562, 11252, 8938, 15087, 13624, 13806, 9610, 11443, 9057, 13787, 9828, 12005, 9530, 9713, 9025, 10993, 9315, 9071, 9147, 9213, 8739, 9202, 14836, 8985, 10277, 8587, 13031, 8725, 15700, 9809, 8388, 9040, 8869, 10686, 9759, 15723, 10297, 13695, 9295, 10653, 9555, 13001, 14715, 9806, 12984, 9224, 13540, 9840, 19155, 15238, 10158, 11166, 9191, 18671, 15055, 15022], 'WindowCenter': [4629.0, 4585.0, 4576.0, 4579.0, 4587.0, 4541.0, 4540.0, 4517.0, 4548.0, 4546.0, 4579.0, 4526.0, 4538.0, 4514.0, 4537.0, 4527.0, 4569.0, 4526.0, 4527.0, 4515.0, 4523.0, 4530.0, 4559.0, 4529.0, 4568.0, 4528.0, 4537.0, 4533.0, 4591.0, 4530.0, 4590.0, 4544.0, 4531.0, 4530.0, 4530.0, 4582.0, 4546.0, 4614.0, 4588.0, 4545.0, 4554.0, 4558.0, 4635.0, 4606.0, 4581.0, 4542.0, 4542.0, 4604.0, 4564.0, 4647.0, 4616.0, 4580.0, 4542.0, 4552.0, 4613.0, 4552.0, 4569.0, 4538.0, 4581.0, 4541.0, 4621.0, 4592.0, 4527.0, 4536.0, 4542.0, 4620.0, 4603.0, 4609.0, 4547.0, 4547.0, 4551.0, 4598.0, 4609.0, 4514.0, 4532.0, 4527.0, 4587.0, 4538.0, 4596.0, 4525.0, 4515.0, 4538.0, 4538.0, 4610.0, 4539.0, 4534.0, 4525.0, 4508.0, 4537.0, 4557.0, 4612.0, 4539.0, 4546.0, 4527.0, 4578.0, 4539.0, 4610.0, 4558.0, 4524.0, 4515.0, 4529.0, 4578.0, 4580.0, 4609.0, 4526.0, 4514.0, 4541.0, 4539.0, 4592.0, 4540.0, 4557.0, 4543.0, 4612.0, 4572.0, 4591.0, 4539.0, 4526.0, 4559.0, 4540.0, 4619.0, 4611.0, 4587.0, 4536.0, 4543.0, 4538.0, 4577.0, 4566.0, 4589.0, 4538.0, 4527.0, 4534.0, 4539.0, 4598.0, 4572.0, 4568.0, 4537.0, 4558.0, 4540.0, 4606.0, 4599.0, 4536.0, 4523.0, 4525.0, 4538.0, 4537.0, 4601.0, 4538.0, 4529.0, 4551.0, 4541.0, 4621.0, 4583.0, 4537.0, 4526.0, 4530.0, 4589.0, 4590.0, 4631.0, 4578.0, 4544.0, 4550.0, 4536.0, 4622.0, 4549.0, 4555.0, 4537.0, 4538.0, 4575.0, 4515.0, 4537.0, 4592.0, 4571.0, 4633.0, 4579.0, 4555.0, 4540.0, 4547.0, 4598.0, 4526.0, 4522.0, 4514.0, 4545.0, 4526.0, 4607.0, 4528.0, 4511.0, 4503.0, 4516.0, 4549.0, 4527.0, 4599.0, 4540.0, 4516.0, 4537.0, 4507.0, 4550.0, 4580.0, 4572.0, 4517.0, 4515.0, 4517.0, 4551.0, 4566.0, 4589.0, 4528.0, 4535.0, 4514.0, 4560.0, 4541.0, 4597.0, 4542.0, 4546.0, 4516.0, 4520.0, 4550.0, 4539.0, 4614.0, 4543.0, 4562.0, 4531.0, 4562.0, 4551.0, 4581.0, 4626.0, 4544.0, 4560.0, 4553.0, 4620.0, 4581.0, 4590.0, 4540.0, 4528.0, 4572.0, 4540.0, 4631.0, 4615.0, 4588.0, 4546.0, 4539.0, 4558.0, 4589.0, 4620.0, 4548.0, 4565.0, 4552.0, 4608.0, 4602.0, 4556.0, 4524.0, 4526.0, 4577.0, 4577.0, 4618.0, 4534.0, 4542.0, 4537.0, 4565.0, 4568.0, 4524.0, 4519.0, 4548.0, 4586.0, 4558.0, 4585.0, 4525.0, 4513.0, 4537.0, 4526.0, 4598.0, 4526.0, 4532.0, 4522.0, 4546.0, 4539.0, 4595.0, 4559.0, 4514.0, 4510.0, 4514.0, 4538.0, 4538.0, 4590.0, 4540.0, 4516.0, 4530.0, 4531.0, 4561.0, 4573.0, 4603.0, 4542.0, 4580.0, 4540.0, 4612.0, 4582.0, 4621.0, 4551.0, 4555.0, 4529.0, 4608.0, 4577.0, 4545.0, 4513.0, 4513.0, 4539.0, 4528.0, 4598.0, 4575.0, 4540.0, 4539.0, 4531.0, 4590.0, 4578.0, 4633.0, 4589.0, 4576.0, 4538.0, 4578.0, 4556.0, 4619.0, 4588.0, 4525.0, 4523.0, 4526.0, 4595.0, 4585.0, 4582.0, 4511.0, 4520.0, 4524.0, 4554.0, 4537.0, 4524.0, 4536.0, 4526.0, 4585.0, 4573.0, 4527.0, 4516.0, 4516.0, 4558.0, 4547.0, 4630.0, 4590.0, 4556.0, 4525.0, 4514.0, 4539.0, 4558.0, 4578.0, 4539.0, 4547.0, 4527.0, 4579.0, 4540.0, 4598.0, 4540.0, 4546.0, 4526.0, 4507.0, 4540.0, 4557.0, 4547.0, 4501.0, 4529.0, 4527.0, 4565.0, 4541.0, 4558.0, 4529.0, 4537.0, 4542.0, 4610.0, 4571.0, 4632.0, 4550.0, 4517.0, 4528.0, 4527.0, 4577.0, 4579.0, 4610.0, 4525.0, 4534.0, 4539.0, 4587.0, 4579.0, 4588.0, 4538.0, 4527.0, 4544.0, 4527.0, 4587.0, 4578.0, 4577.0, 4525.0, 4541.0, 4517.0, 4586.0, 4558.0, 4564.0, 4525.0, 4513.0, 4525.0, 4519.0, 4549.0, 4538.0, 4559.0, 4538.0, 4546.0, 4531.0, 4597.0, 4560.0, 4566.0, 4518.0, 4516.0, 4538.0, 4527.0, 4587.0, 4544.0, 4592.0, 4543.0, 4537.0, 4552.0, 4578.0, 4580.0, 4562.0, 4571.0, 4529.0, 4580.0, 4539.0, 4630.0, 4625.0, 4588.0, 4547.0, 4528.0, 4579.0, 4597.0, 4643.0, 4610.0, 4574.0, 4556.0, 4555.0, 4596.0, 4598.0, 4585.0, 4523.0, 4521.0, 4525.0, 4603.0, 4585.0, 4529.0, 4509.0, 4497.0, 4532.0, 4522.0, 4597.0, 4524.0, 4488.0, 4503.0, 4516.0, 4544.0, 4537.0, 4556.0, 4527.0, 4545.0, 4525.0, 4587.0, 4547.0, 4586.0, 4524.0, 4501.0, 4512.0, 4515.0, 4526.0, 4526.0, 4526.0, 4525.0, 4525.0, 4530.0, 4598.0, 4541.0, 4568.0, 4530.0, 4556.0, 4532.0, 4600.0, 4550.0, 4608.0, 4527.0, 4511.0, 4516.0, 4516.0, 4536.0, 4536.0, 4579.0, 4529.0, 4548.0, 4520.0, 4578.0, 4538.0, 4600.0, 4574.0, 4532.0, 4539.0, 4530.0, 4600.0, 4560.0, 4550.0, 4604.0, 4574.0, 4647.0, 4613.0, 4567.0, 4557.0, 4541.0, 4631.0, 4634.0, 4606.0, 4565.0, 4544.0, 4527.0, 4585.0, 4619.0, 4534.0, 4520.0, 4512.0, 4534.0, 4525.0, 4595.0, 4566.0, 4512.0, 4520.0, 4524.0, 4556.0, 4536.0, 4584.0, 4522.0, 4519.0, 4527.0, 4523.0, 4557.0, 4526.0, 4519.0, 4526.0, 4528.0, 4539.0, 4561.0, 4584.0, 4538.0, 4555.0, 4541.0, 4611.0, 4602.0, 4609.0, 4547.0, 4556.0, 4538.0, 4567.0, 4538.0, 4544.0, 4527.0, 4514.0, 4504.0, 4515.0, 4539.0, 4558.0, 4557.0, 4527.0, 4525.0, 4506.0, 4560.0, 4519.0, 4586.0, 4538.0, 4555.0, 4517.0, 4495.0, 4541.0, 4519.0, 4568.0, 4530.0, 4603.0, 4543.0, 4549.0, 4542.0, 4567.0, 4549.0, 4562.0, 4562.0, 4529.0, 4571.0, 4531.0, 4620.0, 4607.0, 4569.0, 4528.0, 4529.0, 4591.0, 4580.0, 4645.0, 4611.0, 4598.0, 4570.0, 4589.0, 4610.0, 4599.0, 4574.0, 4523.0, 4577.0, 4544.0, 4617.0, 4596.0, 4549.0, 4522.0, 4522.0, 4532.0, 4585.0, 4573.0, 4510.0, 4488.0, 4526.0, 4531.0, 4546.0, 4525.0, 4533.0, 4525.0, 4536.0, 4537.0, 4597.0, 4524.0, 4521.0, 4525.0, 4507.0, 4525.0, 4539.0, 4558.0, 4527.0, 4515.0, 4542.0, 4549.0, 4572.0, 4529.0, 4551.0, 4527.0, 4548.0, 4530.0, 4589.0, 4529.0, 4556.0, 4517.0, 4567.0, 4528.0, 4587.0, 4530.0, 4528.0, 4541.0, 4541.0, 4603.0, 4572.0, 4623.0, 4571.0, 4572.0, 4505.0, 4558.0, 4575.0, 4595.0, 4535.0, 4523.0, 4501.0, 4514.0, 4528.0, 4566.0, 4563.0, 4520.0, 4539.0, 4529.0, 4572.0, 4541.0, 4622.0, 4561.0, 4568.0, 4524.0, 4558.0, 4566.0, 4608.0, 4546.0, 4536.0, 4503.0, 4532.0, 4526.0, 4586.0, 4517.0, 4555.0, 4515.0, 4577.0, 4548.0, 4568.0, 4518.0, 4517.0, 4517.0, 4518.0, 4551.0, 4557.0, 4576.0, 4516.0, 4506.0, 4501.0, 4538.0, 4527.0, 4587.0, 4540.0, 4590.0, 4541.0, 4534.0, 4531.0, 4576.0, 4559.0, 4561.0, 4561.0, 4528.0, 4569.0, 4542.0, 4620.0, 4616.0, 4602.0, 4551.0, 4530.0, 4602.0, 4611.0, 4647.0, 4613.0, 4598.0, 4558.0, 4566.0, 4579.0, 4629.0, 4609.0, 4544.0, 4525.0, 4510.0, 4523.0, 4552.0, 4591.0, 4511.0, 4510.0, 4499.0, 4510.0, 4502.0, 4571.0, 4511.0, 4520.0, 4514.0, 4482.0, 4536.0, 4545.0, 4536.0, 4517.0, 4527.0, 4515.0, 4558.0, 4538.0, 4596.0, 4538.0, 4553.0, 4511.0, 4515.0, 4538.0, 4537.0, 4580.0, 4544.0, 4571.0, 4531.0, 4570.0, 4553.0, 4609.0, 4595.0, 4602.0, 4551.0, 4527.0, 4552.0, 4549.0, 4610.0, 4570.0, 4588.0, 4526.0, 4564.0, 4530.0, 4608.0, 4590.0, 4586.0, 4537.0, 4541.0, 4528.0, 4597.0, 4559.0, 4564.0, 4514.0, 4528.0, 4526.0, 4576.0, 4526.0, 4606.0, 4525.0, 4491.0, 4514.0, 4516.0, 4535.0, 4539.0, 4589.0, 4527.0, 4534.0, 4552.0, 4588.0, 4570.0, 4590.0, 4539.0, 4539.0, 4547.0, 4529.0, 4598.0, 4589.0, 4577.0, 4525.0, 4544.0, 4528.0, 4587.0, 4549.0, 4555.0, 4529.0, 4514.0, 4530.0, 4558.0, 4538.0, 4518.0, 4530.0, 4514.0, 4531.0, 4540.0, 4603.0, 4530.0, 4533.0, 4531.0, 4591.0, 4529.0, 4597.0, 4551.0, 4516.0, 4528.0, 4529.0, 4549.0, 4539.0, 4611.0, 4552.0, 4590.0, 4541.0, 4548.0, 4540.0, 4576.0, 4600.0, 4551.0, 4577.0, 4528.0, 4590.0, 4550.0, 4632.0, 4613.0, 4549.0, 4544.0, 4542.0, 4620.0, 4614.0, 4598.0], 'WindowWidth': [10185.0, 10093.0, 10082.0, 10069.0, 10073.0, 9998.0, 9993.0, 9956.0, 10004.0, 9995.0, 10042.0, 9966.0, 9982.0, 9943.0, 9980.0, 9970.0, 10027.0, 9960.0, 9966.0, 9946.0, 9954.0, 9976.0, 10015.0, 9974.0, 10020.0, 9966.0, 9976.0, 9986.0, 10060.0, 9978.0, 10055.0, 10001.0, 9978.0, 9977.0, 9972.0, 10047.0, 10005.0, 10095.0, 10065.0, 10000.0, 10013.0, 10028.0, 10128.0, 10086.0, 10048.0, 9993.0, 9992.0, 10083.0, 10028.0, 10151.0, 10098.0, 10041.0, 9994.0, 10009.0, 10093.0, 10008.0, 10022.0, 9978.0, 10048.0, 9993.0, 10103.0, 10059.0, 9965.0, 9973.0, 9994.0, 10099.0, 10079.0, 10081.0, 9991.0, 9991.0, 10005.0, 10065.0, 10083.0, 9943.0, 9964.0, 9965.0, 10049.0, 9984.0, 10057.0, 9959.0, 9945.0, 9986.0, 9985.0, 10088.0, 9985.0, 9968.0, 9959.0, 9947.0, 9986.0, 10009.0, 10091.0, 9985.0, 9987.0, 9965.0, 10040.0, 9987.0, 10086.0, 10007.0, 9954.0, 9944.0, 9975.0, 10039.0, 10043.0, 10081.0, 9962.0, 9943.0, 9993.0, 9989.0, 10065.0, 9986.0, 10005.0, 9999.0, 10092.0, 10039.0, 10058.0, 9985.0, 9962.0, 10013.0, 9993.0, 10100.0, 10087.0, 10045.0, 9974.0, 9979.0, 9987.0, 10037.0, 10020.0, 10054.0, 9982.0, 9965.0, 9971.0, 9989.0, 10069.0, 10035.0, 10020.0, 9976.0, 10010.0, 9992.0, 10073.0, 10069.0, 9975.0, 9954.0, 9958.0, 9985.0, 9983.0, 10075.0, 9986.0, 9970.0, 10008.0, 9994.0, 10106.0, 10052.0, 9978.0, 9959.0, 9976.0, 10056.0, 10058.0, 10120.0, 10034.0, 9984.0, 10004.0, 9982.0, 10108.0, 10004.0, 10004.0, 9982.0, 9984.0, 10028.0, 9949.0, 9980.0, 10067.0, 10034.0, 10126.0, 10037.0, 9998.0, 9990.0, 9995.0, 10068.0, 9963.0, 9951.0, 9944.0, 9991.0, 9966.0, 10077.0, 9969.0, 9936.0, 9925.0, 9952.0, 10001.0, 9968.0, 10067.0, 9987.0, 9950.0, 9979.0, 9941.0, 10007.0, 10043.0, 10035.0, 9951.0, 9945.0, 9950.0, 10006.0, 10020.0, 10051.0, 9968.0, 9971.0, 9940.0, 10013.0, 9995.0, 10062.0, 9994.0, 9990.0, 9949.0, 9964.0, 10003.0, 9986.0, 10097.0, 9998.0, 10020.0, 9981.0, 10025.0, 10007.0, 10045.0, 10116.0, 10001.0, 10013.0, 10012.0, 10101.0, 10048.0, 10057.0, 9985.0, 9965.0, 10036.0, 9991.0, 10121.0, 10100.0, 10049.0, 9988.0, 9986.0, 10013.0, 10056.0, 10101.0, 9993.0, 10012.0, 10012.0, 10081.0, 10077.0, 10003.0, 9957.0, 9964.0, 10038.0, 10035.0, 10095.0, 9970.0, 9978.0, 9984.0, 10015.0, 10025.0, 9957.0, 9946.0, 9998.0, 10048.0, 10013.0, 10042.0, 9960.0, 9940.0, 9983.0, 9968.0, 10066.0, 9962.0, 9963.0, 9950.0, 9993.0, 9991.0, 10059.0, 10013.0, 9942.0, 9933.0, 9943.0, 9987.0, 9986.0, 10059.0, 9990.0, 9950.0, 9975.0, 9982.0, 10022.0, 10041.0, 10080.0, 9994.0, 10043.0, 9987.0, 10091.0, 10049.0, 10102.0, 10002.0, 9999.0, 9973.0, 10081.0, 10036.0, 9985.0, 9941.0, 9940.0, 9989.0, 9974.0, 10066.0, 10045.0, 9989.0, 9986.0, 9982.0, 10059.0, 10038.0, 10127.0, 10054.0, 10030.0, 9982.0, 10038.0, 10006.0, 10097.0, 10048.0, 9960.0, 9953.0, 9964.0, 10060.0, 10042.0, 10032.0, 9936.0, 9948.0, 9960.0, 10001.0, 9982.0, 9960.0, 9979.0, 9969.0, 10044.0, 10040.0, 9967.0, 9951.0, 9951.0, 10013.0, 9997.0, 10118.0, 10058.0, 10002.0, 9961.0, 9947.0, 9989.0, 10013.0, 10038.0, 9986.0, 9992.0, 9965.0, 10040.0, 9991.0, 10064.0, 9986.0, 9989.0, 9961.0, 9939.0, 9992.0, 10009.0, 9993.0, 9923.0, 9974.0, 9968.0, 10016.0, 9993.0, 10011.0, 9974.0, 9980.0, 9999.0, 10087.0, 10035.0, 10119.0, 10002.0, 9951.0, 9967.0, 9970.0, 10034.0, 10040.0, 10083.0, 9960.0, 9969.0, 9990.0, 10052.0, 10041.0, 10050.0, 9983.0, 9965.0, 9984.0, 9967.0, 10052.0, 10036.0, 10032.0, 9957.0, 9975.0, 9952.0, 10048.0, 10010.0, 10009.0, 9958.0, 9939.0, 9959.0, 9960.0, 10002.0, 9985.0, 10010.0, 9980.0, 9990.0, 9983.0, 10065.0, 10017.0, 10017.0, 9956.0, 9949.0, 9985.0, 9970.0, 10048.0, 10001.0, 10063.0, 9997.0, 9981.0, 10010.0, 10039.0, 10043.0, 10022.0, 10032.0, 9971.0, 10042.0, 9989.0, 10121.0, 10113.0, 10051.0, 9991.0, 9970.0, 10042.0, 10063.0, 10143.0, 10082.0, 10025.0, 10004.0, 10004.0, 10062.0, 10064.0, 10040.0, 9954.0, 9946.0, 9963.0, 10071.0, 10041.0, 9954.0, 9928.0, 9909.0, 9968.0, 9956.0, 10063.0, 9955.0, 9898.0, 9930.0, 9953.0, 9987.0, 9983.0, 10003.0, 9965.0, 9986.0, 9962.0, 10049.0, 9995.0, 10043.0, 9958.0, 9919.0, 9935.0, 9948.0, 9965.0, 9962.0, 9963.0, 9957.0, 9960.0, 9978.0, 10065.0, 9992.0, 10022.0, 9973.0, 10000.0, 9984.0, 10073.0, 10004.0, 10079.0, 9969.0, 9935.0, 9949.0, 9953.0, 9977.0, 9976.0, 10040.0, 9975.0, 9995.0, 9961.0, 10038.0, 9984.0, 10073.0, 10041.0, 9979.0, 9984.0, 9974.0, 10069.0, 10015.0, 10001.0, 10086.0, 10042.0, 10155.0, 10091.0, 10018.0, 10005.0, 9994.0, 10125.0, 10128.0, 10078.0, 10012.0, 9982.0, 9968.0, 10042.0, 10098.0, 9968.0, 9943.0, 9935.0, 9974.0, 9962.0, 10058.0, 10016.0, 9936.0, 9944.0, 9958.0, 10005.0, 9980.0, 10039.0, 9949.0, 9940.0, 9968.0, 9958.0, 10009.0, 9963.0, 9945.0, 9963.0, 9974.0, 9987.0, 10019.0, 10055.0, 9983.0, 10002.0, 9992.0, 10089.0, 10075.0, 10080.0, 9991.0, 10002.0, 9979.0, 10023.0, 9982.0, 9983.0, 9966.0, 9942.0, 9927.0, 9947.0, 9988.0, 10009.0, 10005.0, 9963.0, 9961.0, 9935.0, 10016.0, 9963.0, 10046.0, 9985.0, 10000.0, 9950.0, 9919.0, 9993.0, 9959.0, 10023.0, 9976.0, 10078.0, 9998.0, 9998.0, 9995.0, 10019.0, 9998.0, 10022.0, 10021.0, 9969.0, 10033.0, 9980.0, 10099.0, 10091.0, 10026.0, 9969.0, 9972.0, 10063.0, 10044.0, 10148.0, 10086.0, 10062.0, 10027.0, 10056.0, 10087.0, 10065.0, 10024.0, 9951.0, 10033.0, 9984.0, 10099.0, 10056.0, 9981.0, 9949.0, 9954.0, 9966.0, 10042.0, 10022.0, 9931.0, 9897.0, 9966.0, 9966.0, 9992.0, 9960.0, 9970.0, 9958.0, 9978.0, 9982.0, 10062.0, 9959.0, 9947.0, 9958.0, 9942.0, 9964.0, 9987.0, 10008.0, 9965.0, 9946.0, 9997.0, 10004.0, 10036.0, 9972.0, 10002.0, 9963.0, 9996.0, 9978.0, 10052.0, 9972.0, 10002.0, 9952.0, 10022.0, 9971.0, 10049.0, 9977.0, 9969.0, 9990.0, 9993.0, 10082.0, 10038.0, 10109.0, 10030.0, 10030.0, 9929.0, 10010.0, 10027.0, 10056.0, 9971.0, 9951.0, 9921.0, 9944.0, 9974.0, 10019.0, 10025.0, 9961.0, 9988.0, 9972.0, 10035.0, 9994.0, 10106.0, 10015.0, 10022.0, 9956.0, 10008.0, 10017.0, 10078.0, 9986.0, 9973.0, 9922.0, 9966.0, 9965.0, 10043.0, 9952.0, 9998.0, 9946.0, 10036.0, 9998.0, 10020.0, 9957.0, 9949.0, 9948.0, 9957.0, 10007.0, 10008.0, 10034.0, 9945.0, 9933.0, 9923.0, 9984.0, 9966.0, 10047.0, 9988.0, 10055.0, 9991.0, 9973.0, 9981.0, 10033.0, 10013.0, 10017.0, 10019.0, 9971.0, 10026.0, 9999.0, 10103.0, 10105.0, 10075.0, 10003.0, 9973.0, 10079.0, 10087.0, 10158.0, 10091.0, 10063.0, 10006.0, 10016.0, 10042.0, 10117.0, 10081.0, 9979.0, 9957.0, 9930.0, 9956.0, 9992.0, 10045.0, 9933.0, 9930.0, 9911.0, 9931.0, 9926.0, 10014.0, 9934.0, 9942.0, 9941.0, 9899.0, 9980.0, 9988.0, 9977.0, 9951.0, 9963.0, 9943.0, 10012.0, 9984.0, 10059.0, 9980.0, 9992.0, 9934.0, 9949.0, 9984.0, 9981.0, 10045.0, 10000.0, 10031.0, 9976.0, 10028.0, 10014.0, 10085.0, 10072.0, 10076.0, 10002.0, 9964.0, 10009.0, 10001.0, 10087.0, 10028.0, 10050.0, 9960.0, 10011.0, 9976.0, 10084.0, 10057.0, 10044.0, 9977.0, 9975.0, 9972.0, 10063.0, 10012.0, 10007.0, 9941.0, 9950.0, 9965.0, 10031.0, 9966.0, 10075.0, 9961.0, 9907.0, 9945.0, 9953.0, 9976.0, 9989.0, 10054.0, 9965.0, 9968.0, 10009.0, 10054.0, 10030.0, 10056.0, 9985.0, 9982.0, 9992.0, 9974.0, 10067.0, 10051.0, 10030.0, 9958.0, 9982.0, 9968.0, 10048.0, 9998.0, 9998.0, 9968.0, 9942.0, 9978.0, 10011.0, 9985.0, 9953.0, 9973.0, 9943.0, 9977.0, 9992.0, 10077.0, 9971.0, 9968.0, 9979.0, 10062.0, 9975.0, 10060.0, 10006.0, 9952.0, 9969.0, 9973.0, 10000.0, 9985.0, 10086.0, 10008.0, 10056.0, 9989.0, 9995.0, 9990.0, 10031.0, 10072.0, 10004.0, 10034.0, 9967.0, 10056.0, 10006.0, 10121.0, 10095.0, 9997.0, 9986.0, 9997.0, 10104.0, 10098.0, 10065.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.00038269804822043627</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.027612948909299658</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>50.11822093233334</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1929687331149426</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.985859686275861</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5367</td></tr>
|
|
<tr><td colspan=3>fber</td><td>2626.4338</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.3023485572090027</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>581</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>66.70493685419059</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3172827327884957</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.229382401392836</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4669065775480004</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2555592194246503</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0139293</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016930798068642616</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.04086068645119667</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.3856416958065925</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>21.4398</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>77.7983</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>270.0634</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>74.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>286273.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1211.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>475.6993</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9394</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>568.7676</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3714.2896</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3803.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>90271.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1841.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4885.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>867.1431</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>34.71666274871677</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> |