=== 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-0033 --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-0033",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0033_ses-03_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0033_ses-03_task-social_acq-mb8_run-06_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-03_subject-0033_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-0033/figures/sub-0033_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-03_subject-0033_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-0033/figures/sub-0033_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-03_subject-0033_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-0033/figures/sub-0033_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-03_subject-0033_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-0033/figures/sub-0033_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-03_subject-0033_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-0033/figures/sub-0033_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-03_subject-0033_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-0033/figures/sub-0033_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-03_subject-0033_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-0033/figures/sub-0033_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0033/figures/sub-0033_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0033/ses-03/func/sub-0033_ses-03_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>3fd9b58d0f07a9cb0621a8b6cf218d9d</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:42:8.962500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998818, 0.0175943, 0.0453215, -0.0118548, 0.99222, -0.123929]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.837798</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4156, -7727, -7249, 401, -33, -43, -31, 99]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>287.891</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>4ffc4ea7-4a9b-4eac-a883-48775cd4a068||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6797542572021484, -0.03180546313524246, 0.1273033618927002, 109.80828094482422], [-0.04720412939786911, 2.6620545387268066, -0.33276134729385376, -81.04300689697266], [0.1215943992137909, 0.33249181509017944, 2.6763901710510254, -82.84429168701172], [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': ['114208.962500', '114209.422500', '114209.882500', '114210.342500', '114210.802500', '114211.262500', '114211.722500', '114212.182500', '114212.642500', '114213.102500', '114213.562500', '114214.022500', '114214.482500', '114214.942500', '114215.402500', '114215.862500', '114216.322500', '114216.782500', '114217.242500', '114217.702500', '114218.162500', '114218.622500', '114219.082500', '114219.542500', '114220.002500', '114220.462500', '114220.922500', '114221.382500', '114221.842500', '114222.302500', '114222.762500', '114223.222500', '114223.682500', '114224.142500', '114224.602500', '114225.062500', '114225.522500', '114225.982500', '114226.442500', '114226.902500', '114227.362500', '114227.822500', '114228.282500', '114228.742500', '114229.202500', '114229.662500', '114230.122500', '114230.582500', '114231.042500', '114231.502500', '114231.962500', '114232.422500', '114232.882500', '114233.342500', '114233.802500', '114234.262500', '114234.722500', '114235.182500', '114235.642500', '114236.102500', '114236.562500', '114237.022500', '114237.482500', '114237.942500', '114238.402500', '114238.862500', '114239.322500', '114239.782500', '114240.242500', '114240.702500', '114241.162500', '114241.622500', '114242.082500', '114242.542500', '114243.002500', '114243.462500', '114243.922500', '114244.382500', '114244.842500', '114245.302500', '114245.762500', '114246.222500', '114246.682500', '114247.142500', '114247.602500', '114248.062500', '114248.522500', '114248.982500', '114249.442500', '114249.902500', '114250.362500', '114250.822500', '114251.282500', '114251.742500', '114252.202500', '114252.662500', '114253.122500', '114253.582500', '114254.042500', '114254.502500', '114254.962500', '114255.422500', '114255.882500', '114256.342500', '114256.802500', '114257.262500', '114257.722500', '114258.182500', '114258.642500', '114259.102500', '114259.562500', '114300.022500', '114300.482500', '114300.942500', '114301.402500', '114301.862500', '114302.322500', '114302.782500', '114303.242500', '114303.702500', '114304.162500', '114304.622500', '114305.082500', '114305.542500', '114306.002500', '114306.462500', '114306.922500', '114307.382500', '114307.842500', '114308.302500', '114308.762500', '114309.222500', '114309.682500', '114310.142500', '114310.602500', '114311.062500', '114311.522500', '114311.982500', '114312.442500', '114312.902500', '114313.362500', '114313.822500', '114314.282500', '114314.742500', '114315.202500', '114315.662500', '114316.122500', '114316.582500', '114317.042500', '114317.502500', '114317.962500', '114318.422500', '114318.882500', '114319.342500', '114319.802500', '114320.262500', '114320.722500', '114321.182500', '114321.642500', '114322.102500', '114322.562500', '114323.022500', '114323.482500', '114323.942500', '114324.402500', '114324.862500', '114325.322500', '114325.782500', '114326.242500', '114326.702500', '114327.162500', '114327.622500', '114328.082500', '114328.542500', '114329.002500', '114329.462500', '114329.922500', '114330.382500', '114330.842500', '114331.302500', '114331.762500', '114332.222500', '114332.682500', '114333.142500', '114333.602500', '114334.062500', '114334.522500', '114334.982500', '114335.442500', '114335.902500', '114336.362500', '114336.822500', '114337.282500', '114337.742500', '114338.202500', '114338.662500', '114339.122500', '114339.582500', '114340.042500', '114340.502500', '114340.962500', '114341.422500', '114341.882500', '114342.342500', '114342.802500', '114343.262500', '114343.722500', '114344.182500', '114344.642500', '114345.102500', '114345.562500', '114346.022500', '114346.482500', '114346.942500', '114347.402500', '114347.862500', '114348.322500', '114348.782500', '114349.242500', '114349.702500', '114350.162500', '114350.622500', '114351.082500', '114351.542500', '114352.002500', '114352.462500', '114352.922500', '114353.382500', '114353.842500', '114354.302500', '114354.762500', '114355.222500', '114355.682500', '114356.142500', '114356.602500', '114357.062500', '114357.522500', '114357.982500', '114358.442500', '114358.902500', '114359.362500', '114359.822500', '114400.282500', '114400.742500', '114401.202500', '114401.662500', '114402.122500', '114402.582500', '114403.042500', '114403.502500', '114403.962500', '114404.422500', '114404.882500', '114405.342500', '114405.802500', '114406.262500', '114406.722500', '114407.182500', '114407.642500', '114408.102500', '114408.562500', '114409.022500', '114409.482500', '114409.942500', '114410.402500', '114410.862500', '114411.322500', '114411.782500', '114412.242500', '114412.702500', '114413.162500', '114413.622500', '114414.082500', '114414.542500', '114415.002500', '114415.462500', '114415.922500', '114416.382500', '114416.842500', '114417.302500', '114417.762500', '114418.222500', '114418.682500', '114419.142500', '114419.602500', '114420.062500', '114420.522500', '114420.982500', '114421.442500', '114421.902500', '114422.362500', '114422.822500', '114423.282500', '114423.742500', '114424.202500', '114424.662500', '114425.122500', '114425.582500', '114426.042500', '114426.502500', '114426.962500', '114427.422500', '114427.882500', '114428.342500', '114428.802500', '114429.262500', '114429.722500', '114430.182500', '114430.642500', '114431.102500', '114431.562500', '114432.022500', '114432.482500', '114432.942500', '114433.402500', '114433.862500', '114434.322500', '114434.782500', '114435.242500', '114435.702500', '114436.162500', '114436.622500', '114437.082500', '114437.542500', '114438.002500', '114438.462500', '114438.922500', '114439.382500', '114439.842500', '114440.302500', '114440.762500', '114441.222500', '114441.682500', '114442.142500', '114442.602500', '114443.062500', '114443.522500', '114443.982500', '114444.442500', '114444.902500', '114445.362500', '114445.822500', '114446.282500', '114446.742500', '114447.202500', '114447.662500', '114448.122500', '114448.582500', '114449.042500', '114449.502500', '114449.962500', '114450.422500', '114450.882500', '114451.342500', '114451.802500', '114452.262500', '114452.722500', '114453.182500', '114453.642500', '114454.102500', '114454.562500', '114455.022500', '114455.482500', '114455.942500', '114456.402500', '114456.862500', '114457.322500', '114457.782500', '114458.242500', '114458.702500', '114459.162500', '114459.622500', '114500.082500', '114500.542500', '114501.002500', '114501.462500', '114501.922500', '114502.382500', '114502.842500', '114503.302500', '114503.762500', '114504.222500', '114504.682500', '114505.142500', '114505.602500', '114506.062500', '114506.522500', '114506.982500', '114507.442500', '114507.902500', '114508.362500', '114508.822500', '114509.282500', '114509.742500', '114510.202500', '114510.662500', '114511.122500', '114511.582500', '114512.042500', '114512.502500', '114512.962500', '114513.422500', '114513.882500', '114514.342500', '114514.802500', '114515.262500', '114515.722500', '114516.182500', '114516.642500', '114517.102500', '114517.562500', '114518.022500', '114518.482500', '114518.942500', '114519.402500', '114519.862500', '114520.322500', '114520.782500', '114521.242500', '114521.702500', '114522.162500', '114522.622500', '114523.082500', '114523.542500', '114524.002500', '114524.462500', '114524.922500', '114525.382500', '114525.842500', '114526.302500', '114526.762500', '114527.222500', '114527.682500', '114528.142500', '114528.602500', '114529.062500', '114529.522500', '114529.982500', '114530.442500', '114530.902500', '114531.362500', '114531.822500', '114532.282500', '114532.742500', '114533.202500', '114533.662500', '114534.122500', '114534.582500', '114535.042500', '114535.502500', '114535.962500', '114536.422500', '114536.882500', '114537.342500', '114537.802500', '114538.262500', '114538.722500', '114539.182500', '114539.642500', '114540.102500', '114540.562500', '114541.022500', '114541.482500', '114541.942500', '114542.402500', '114542.862500', '114543.322500', '114543.782500', '114544.242500', '114544.702500', '114545.162500', '114545.622500', '114546.082500', '114546.542500', '114547.002500', '114547.462500', '114547.922500', '114548.382500', '114548.842500', '114549.302500', '114549.762500', '114550.222500', '114550.682500', '114551.142500', '114551.602500', '114552.062500', '114552.522500', '114552.982500', '114553.442500', '114553.902500', '114554.362500', '114554.822500', '114555.282500', '114555.742500', '114556.202500', '114556.662500', '114557.122500', '114557.582500', '114558.042500', '114558.502500', '114558.962500', '114559.422500', '114559.882500', '114600.342500', '114600.802500', '114601.262500', '114601.722500', '114602.182500', '114602.642500', '114603.102500', '114603.562500', '114604.022500', '114604.482500', '114604.942500', '114605.402500', '114605.862500', '114606.322500', '114606.782500', '114607.242500', '114607.702500', '114608.162500', '114608.622500', '114609.082500', '114609.542500', '114610.002500', '114610.462500', '114610.922500', '114611.382500', '114611.842500', '114612.302500', '114612.762500', '114613.222500', '114613.682500', '114614.142500', '114614.602500', '114615.062500', '114615.522500', '114615.982500', '114616.442500', '114616.902500', '114617.362500', '114617.822500', '114618.282500', '114618.742500', '114619.202500', '114619.662500', '114620.122500', '114620.582500', '114621.042500', '114621.502500', '114621.962500', '114622.422500', '114622.882500', '114623.342500', '114623.802500', '114624.262500', '114624.722500', '114625.182500', '114625.642500', '114626.102500', '114626.562500', '114627.022500', '114627.482500', '114627.942500', '114628.402500', '114628.862500', '114629.322500', '114629.782500', '114630.242500', '114630.702500', '114631.162500', '114631.622500', '114632.082500', '114632.542500', '114633.002500', '114633.462500', '114633.922500', '114634.382500', '114634.842500', '114635.302500', '114635.762500', '114636.222500', '114636.682500', '114637.142500', '114637.602500', '114638.062500', '114638.522500', '114638.982500', '114639.442500', '114639.902500', '114640.362500', '114640.822500', '114641.282500', '114641.742500', '114642.202500', '114642.662500', '114643.122500', '114643.582500', '114644.042500', '114644.502500', '114644.962500', '114645.422500', '114645.882500', '114646.342500', '114646.802500', '114647.262500', '114647.722500', '114648.182500', '114648.642500', '114649.102500', '114649.562500', '114650.022500', '114650.482500', '114650.942500', '114651.402500', '114651.862500', '114652.322500', '114652.782500', '114653.242500', '114653.702500', '114654.162500', '114654.622500', '114655.082500', '114655.542500', '114656.002500', '114656.462500', '114656.922500', '114657.382500', '114657.842500', '114658.302500', '114658.762500', '114659.222500', '114659.682500', '114700.142500', '114700.602500', '114701.062500', '114701.522500', '114701.982500', '114702.442500', '114702.902500', '114703.362500', '114703.822500', '114704.282500', '114704.742500', '114705.202500', '114705.662500', '114706.122500', '114706.582500', '114707.042500', '114707.502500', '114707.962500', '114708.422500', '114708.882500', '114709.342500', '114709.802500', '114710.262500', '114710.722500', '114711.182500', '114711.642500', '114712.102500', '114712.562500', '114713.022500', '114713.482500', '114713.942500', '114714.402500', '114714.862500', '114715.322500', '114715.782500', '114716.242500', '114716.702500', '114717.162500', '114717.622500', '114718.082500', '114718.542500', '114719.002500', '114719.462500', '114719.922500', '114720.382500', '114720.842500', '114721.302500', '114721.762500', '114722.222500', '114722.682500', '114723.142500', '114723.602500', '114724.062500', '114724.522500', '114724.982500', '114725.442500', '114725.902500', '114726.362500', '114726.822500', '114727.282500', '114727.742500', '114728.202500', '114728.662500', '114729.122500', '114729.582500', '114730.042500', '114730.502500', '114730.962500', '114731.422500', '114731.882500', '114732.342500', '114732.802500', '114733.262500', '114733.722500', '114734.182500', '114734.642500', '114735.102500', '114735.562500', '114736.022500', '114736.482500', '114736.942500', '114737.402500', '114737.862500', '114738.322500', '114738.782500', '114739.242500', '114739.702500', '114740.162500', '114740.622500', '114741.082500', '114741.542500', '114742.002500', '114742.462500', '114742.922500', '114743.382500', '114743.842500', '114744.302500', '114744.762500', '114745.222500', '114745.682500', '114746.142500', '114746.602500', '114747.062500', '114747.522500', '114747.982500', '114748.442500', '114748.902500', '114749.362500', '114749.822500', '114750.282500', '114750.742500', '114751.202500', '114751.662500', '114752.122500', '114752.582500', '114753.042500', '114753.502500', '114753.962500', '114754.422500', '114754.882500', '114755.342500', '114755.802500', '114756.262500', '114756.722500', '114757.182500', '114757.642500', '114758.102500', '114758.562500', '114759.022500', '114759.482500', '114759.942500', '114800.402500', '114800.862500', '114801.322500', '114801.782500', '114802.242500', '114802.702500', '114803.162500', '114803.622500', '114804.082500', '114804.542500', '114805.002500', '114805.462500', '114805.922500', '114806.382500', '114806.842500', '114807.302500', '114807.762500', '114808.222500', '114808.682500', '114809.142500', '114809.602500', '114810.062500', '114810.522500', '114810.982500', '114811.442500', '114811.902500', '114812.362500', '114812.822500', '114813.282500', '114813.742500', '114814.202500', '114814.662500', '114815.122500', '114815.582500', '114816.042500', '114816.502500', '114816.962500', '114817.422500', '114817.882500', '114818.342500', '114818.802500', '114819.262500', '114819.722500', '114820.182500', '114820.642500', '114821.102500', '114821.562500', '114822.022500', '114822.482500', '114822.942500', '114823.402500', '114823.862500', '114824.322500', '114824.782500', '114825.242500', '114825.702500', '114826.162500', '114826.622500', '114827.082500', '114827.542500', '114828.002500', '114828.462500', '114828.922500', '114829.382500', '114829.842500', '114830.302500', '114830.762500', '114831.222500', '114831.682500', '114832.142500', '114832.602500', '114833.062500', '114833.522500', '114833.982500', '114834.442500', '114834.902500', '114835.362500', '114835.822500', '114836.282500', '114836.742500', '114837.202500', '114837.662500', '114838.122500', '114838.582500', '114839.042500', '114839.502500', '114839.962500', '114840.422500', '114840.882500', '114841.342500', '114841.802500', '114842.262500', '114842.722500', '114843.182500', '114843.642500', '114844.102500', '114844.562500', '114845.022500', '114845.482500', '114845.942500', '114846.402500', '114846.862500', '114847.322500', '114847.782500', '114848.242500', '114848.702500', '114849.162500', '114849.622500'], 'ContentTime': ['114235.781000', '114235.784000', '114235.787000', '114235.790000', '114235.793000', '114235.796000', '114235.799000', '114235.802000', '114235.805000', '114235.807000', '114235.810000', '114235.813000', '114235.816000', '114235.819000', '114235.822000', '114235.825000', '114235.828000', '114235.831000', '114235.834000', '114235.844000', '114235.847000', '114235.850000', '114235.852000', '114235.855000', '114235.858000', '114235.861000', '114235.864000', '114235.877000', '114235.880000', '114235.883000', '114235.886000', '114235.889000', '114235.891000', '114235.894000', '114235.897000', '114235.900000', '114235.903000', '114235.906000', '114235.909000', '114235.911000', '114235.914000', '114235.918000', '114235.921000', '114235.924000', '114235.927000', '114235.930000', '114235.933000', '114235.936000', '114235.939000', '114235.942000', '114235.944000', '114235.947000', '114235.950000', '114235.953000', '114235.956000', '114235.959000', '114255.741000', '114255.744000', '114255.747000', '114255.750000', '114255.753000', '114255.756000', '114255.759000', '114255.761000', '114255.765000', '114255.769000', '114255.772000', '114255.780000', '114255.783000', '114255.786000', '114255.789000', '114255.791000', '114255.794000', '114255.797000', '114255.800000', '114255.803000', '114255.806000', '114255.809000', '114255.811000', '114255.814000', '114255.817000', '114255.820000', '114255.823000', '114255.826000', '114255.829000', '114255.831000', '114255.834000', '114255.837000', '114255.840000', '114255.843000', '114255.846000', '114255.849000', '114255.851000', '114255.854000', '114255.857000', '114255.860000', '114255.863000', '114255.866000', '114255.869000', '114315.741000', '114315.744000', '114315.747000', '114315.750000', '114315.753000', '114315.756000', '114315.758000', '114315.761000', '114315.764000', '114315.767000', '114315.770000', '114315.773000', '114315.776000', '114315.779000', '114315.782000', '114315.785000', '114315.787000', '114315.790000', '114315.793000', '114315.796000', '114315.799000', '114315.802000', '114315.804000', '114315.807000', '114315.810000', '114315.813000', '114315.816000', '114315.819000', '114315.822000', '114315.824000', '114315.827000', '114315.830000', '114315.833000', '114315.836000', '114315.839000', '114315.842000', '114315.844000', '114315.847000', '114315.850000', '114315.853000', '114315.856000', '114315.859000', '114315.866000', '114315.869000', '114335.741000', '114335.744000', '114335.747000', '114335.750000', '114335.753000', '114335.756000', '114335.758000', '114335.761000', '114335.764000', '114335.767000', '114335.770000', '114335.773000', '114335.776000', '114335.779000', '114335.782000', '114335.785000', '114335.788000', '114335.791000', '114335.794000', '114335.797000', '114335.800000', '114335.803000', '114335.805000', '114335.816000', '114335.819000', '114335.822000', '114335.824000', '114335.827000', '114335.830000', '114335.833000', '114335.836000', '114335.839000', '114335.842000', '114335.845000', '114335.847000', '114335.850000', '114335.853000', '114335.856000', '114335.859000', '114335.862000', '114335.865000', '114335.868000', '114335.871000', '114355.740000', '114355.743000', '114355.746000', '114355.749000', '114355.752000', '114355.755000', '114355.757000', '114355.760000', '114355.763000', '114355.766000', '114355.769000', '114355.772000', '114355.775000', '114355.778000', '114355.781000', '114355.784000', '114355.786000', '114355.789000', '114355.792000', '114355.795000', '114355.798000', '114355.801000', '114355.804000', '114355.807000', '114355.809000', '114355.812000', '114355.815000', '114355.818000', '114355.821000', '114355.824000', '114355.827000', '114355.830000', '114355.832000', '114355.835000', '114355.838000', '114355.841000', '114355.850000', '114355.853000', '114355.856000', '114355.859000', '114355.862000', '114355.864000', '114355.867000', '114355.870000', '114415.741000', '114415.744000', '114415.747000', '114415.750000', '114415.753000', '114415.755000', '114415.758000', '114415.761000', '114415.764000', '114415.767000', '114415.770000', '114415.773000', '114415.776000', '114415.779000', '114415.782000', '114415.784000', '114415.787000', '114415.790000', '114415.793000', '114415.796000', '114415.799000', '114415.802000', '114415.805000', '114415.810000', '114415.827000', '114415.839000', '114415.842000', '114415.845000', '114415.848000', '114415.851000', '114415.854000', '114415.857000', '114415.860000', '114415.862000', '114415.865000', '114415.868000', '114415.871000', '114415.874000', '114415.877000', '114415.880000', '114415.883000', '114415.886000', '114415.888000', '114435.741000', '114435.744000', '114435.747000', '114435.750000', '114435.753000', '114435.755000', '114435.758000', '114435.761000', '114435.764000', '114435.767000', '114435.770000', '114435.773000', '114435.776000', '114435.779000', '114435.782000', '114435.784000', '114435.787000', '114435.790000', '114435.793000', '114435.796000', '114435.799000', '114435.801000', '114435.804000', '114435.807000', '114435.810000', '114435.813000', '114435.816000', '114435.819000', '114435.822000', '114435.825000', '114435.827000', '114435.830000', '114435.833000', '114435.836000', '114435.839000', '114435.842000', '114435.845000', '114435.847000', '114435.850000', '114435.853000', '114435.856000', '114435.859000', '114435.862000', '114435.865000', '114455.741000', '114455.744000', '114455.747000', '114455.750000', '114455.754000', '114455.757000', '114455.760000', '114455.763000', '114455.766000', '114455.769000', '114455.772000', '114455.775000', '114455.778000', '114455.781000', '114455.783000', '114455.786000', '114455.789000', '114455.792000', '114455.795000', '114455.798000', '114455.801000', '114455.804000', '114455.807000', '114455.810000', '114455.813000', '114455.816000', '114455.819000', '114455.822000', '114455.825000', '114455.828000', '114455.831000', '114455.834000', '114455.837000', '114455.839000', '114455.842000', '114455.845000', '114455.848000', '114455.851000', '114455.854000', '114455.857000', '114455.860000', '114455.862000', '114455.865000', '114515.741000', '114515.744000', '114515.747000', '114515.750000', '114515.752000', '114515.755000', '114515.758000', '114515.761000', '114515.764000', '114515.767000', '114515.770000', '114515.773000', '114515.776000', '114515.779000', '114515.781000', '114515.784000', '114515.787000', '114515.790000', '114515.793000', '114515.796000', '114515.799000', '114515.802000', '114515.805000', '114515.807000', '114515.810000', '114515.813000', '114515.825000', '114515.828000', '114515.831000', '114515.834000', '114515.837000', '114515.840000', '114515.843000', '114515.845000', '114515.848000', '114515.851000', '114515.854000', '114515.857000', '114515.860000', '114515.863000', '114515.866000', '114515.869000', '114515.871000', '114515.874000', '114535.741000', '114535.744000', '114535.747000', '114535.750000', '114535.753000', '114535.756000', '114535.759000', '114535.761000', '114535.764000', '114535.767000', '114535.770000', '114535.773000', '114535.776000', '114535.779000', '114535.782000', '114535.785000', '114535.787000', '114535.790000', '114535.793000', '114535.796000', '114535.799000', '114535.802000', '114535.805000', '114535.808000', '114535.811000', '114535.814000', '114535.817000', '114535.824000', '114535.827000', '114535.830000', '114535.833000', '114535.836000', '114535.839000', '114535.841000', '114535.844000', '114535.847000', '114535.850000', '114535.853000', '114535.856000', '114535.859000', '114535.862000', '114535.865000', '114535.867000', '114555.741000', '114555.744000', '114555.747000', '114555.750000', '114555.753000', '114555.756000', '114555.766000', '114555.769000', '114555.771000', '114555.774000', '114555.777000', '114555.780000', '114555.783000', '114555.786000', '114555.789000', '114555.792000', '114555.795000', '114555.798000', '114555.801000', '114555.803000', '114555.806000', '114555.809000', '114555.812000', '114555.815000', '114555.818000', '114555.821000', '114555.824000', '114555.827000', '114555.829000', '114555.832000', '114555.835000', '114555.838000', '114555.841000', '114555.844000', '114555.847000', '114555.850000', '114555.853000', '114555.856000', '114555.858000', '114555.861000', '114555.864000', '114555.867000', '114555.870000', '114555.873000', '114615.740000', '114615.743000', '114615.746000', '114615.749000', '114615.752000', '114615.755000', '114615.758000', '114615.761000', '114615.764000', '114615.766000', '114615.769000', '114615.772000', '114615.775000', '114615.778000', '114615.781000', '114615.784000', '114615.787000', '114615.791000', '114615.794000', '114615.797000', '114615.800000', '114615.803000', '114615.806000', '114615.809000', '114615.812000', '114615.815000', '114615.817000', '114615.820000', '114615.823000', '114615.826000', '114615.829000', '114615.832000', '114615.835000', '114615.838000', '114615.841000', '114615.844000', '114615.848000', '114615.852000', '114615.855000', '114615.857000', '114615.860000', '114615.863000', '114615.866000', '114635.741000', '114635.744000', '114635.747000', '114635.750000', '114635.753000', '114635.755000', '114635.758000', '114635.761000', '114635.764000', '114635.767000', '114635.770000', '114635.773000', '114635.776000', '114635.779000', '114635.782000', '114635.784000', '114635.787000', '114635.790000', '114635.793000', '114635.796000', '114635.799000', '114635.802000', '114635.805000', '114635.808000', '114635.811000', '114635.813000', '114635.816000', '114635.819000', '114635.822000', '114635.825000', '114635.828000', '114635.831000', '114635.834000', '114635.837000', '114635.840000', '114635.842000', '114635.845000', '114635.848000', '114635.851000', '114635.854000', '114635.857000', '114635.860000', '114635.863000', '114635.866000', '114655.741000', '114655.744000', '114655.747000', '114655.750000', '114655.753000', '114655.756000', '114655.758000', '114655.761000', '114655.764000', '114655.767000', '114655.770000', '114655.773000', '114655.776000', '114655.779000', '114655.782000', '114655.784000', '114655.787000', '114655.790000', '114655.793000', '114655.797000', '114655.799000', '114655.802000', '114655.805000', '114655.808000', '114655.811000', '114655.814000', '114655.817000', '114655.820000', '114655.823000', '114655.826000', '114655.828000', '114655.832000', '114655.834000', '114655.837000', '114655.840000', '114655.843000', '114655.846000', '114655.849000', '114655.852000', '114655.855000', '114655.858000', '114655.860000', '114655.863000', '114715.741000', '114715.744000', '114715.747000', '114715.750000', '114715.753000', '114715.756000', '114715.758000', '114715.761000', '114715.764000', '114715.767000', '114715.770000', '114715.773000', '114715.776000', '114715.779000', '114715.781000', '114715.784000', '114715.787000', '114715.790000', '114715.793000', '114715.796000', '114715.799000', '114715.802000', '114715.805000', '114715.807000', '114715.810000', '114715.813000', '114715.816000', '114715.819000', '114715.822000', '114715.825000', '114715.828000', '114715.843000', '114715.846000', '114715.849000', '114715.851000', '114715.854000', '114715.857000', '114715.860000', '114715.863000', '114715.866000', '114715.869000', '114715.871000', '114715.874000', '114715.877000', '114735.741000', '114735.744000', '114735.747000', '114735.750000', '114735.753000', '114735.756000', '114735.759000', '114735.762000', '114735.764000', '114735.767000', '114735.770000', '114735.773000', '114735.776000', '114735.779000', '114735.782000', '114735.785000', '114735.788000', '114735.791000', '114735.794000', '114735.796000', '114735.799000', '114735.802000', '114735.805000', '114735.808000', '114735.811000', '114735.814000', '114735.817000', '114735.820000', '114735.823000', '114735.825000', '114735.830000', '114735.833000', '114735.836000', '114735.839000', '114735.842000', '114735.844000', '114735.847000', '114735.850000', '114735.853000', '114735.856000', '114735.859000', '114735.862000', '114735.865000', '114755.741000', '114755.744000', '114755.747000', '114755.750000', '114755.753000', '114755.755000', '114755.758000', '114755.761000', '114755.764000', '114755.767000', '114755.770000', '114755.773000', '114755.776000', '114755.779000', '114755.781000', '114755.784000', '114755.787000', '114755.790000', '114755.793000', '114755.796000', '114755.799000', '114755.802000', '114755.805000', '114755.808000', '114755.811000', '114755.814000', '114755.817000', '114755.820000', '114755.822000', '114755.825000', '114755.828000', '114755.831000', '114755.834000', '114755.837000', '114755.840000', '114755.843000', '114755.846000', '114755.849000', '114755.852000', '114755.855000', '114755.858000', '114755.861000', '114755.865000', '114755.868000', '114815.741000', '114815.744000', '114815.747000', '114815.750000', '114815.753000', '114815.756000', '114815.759000', '114815.762000', '114815.764000', '114815.767000', '114815.770000', '114815.773000', '114815.776000', '114815.779000', '114815.782000', '114815.785000', '114815.788000', '114815.790000', '114815.793000', '114815.796000', '114815.799000', '114815.802000', '114815.805000', '114815.808000', '114815.811000', '114815.813000', '114815.816000', '114815.819000', '114815.822000', '114815.825000', '114815.828000', '114815.831000', '114815.834000', '114815.837000', '114815.840000', '114815.842000', '114815.845000', '114815.848000', '114815.851000', '114815.854000', '114815.857000', '114815.860000', '114815.863000', '114835.740000', '114835.743000', '114835.746000', '114835.749000', '114835.752000', '114835.755000', '114835.758000', '114835.760000', '114835.763000', '114835.766000', '114835.769000', '114835.772000', '114835.775000', '114835.778000', '114835.781000', '114835.784000', '114835.787000', '114835.789000', '114835.792000', '114835.795000', '114835.798000', '114835.801000', '114835.804000', '114835.807000', '114835.810000', '114835.812000', '114835.815000', '114835.818000', '114835.821000', '114835.824000', '114835.827000', '114835.830000', '114835.833000', '114835.835000', '114835.838000', '114835.841000', '114835.844000', '114835.847000', '114835.850000', '114835.853000', '114835.856000', '114835.858000', '114835.886000', '114835.889000', '114850.929000', '114850.932000', '114850.935000', '114850.938000', '114850.941000', '114850.944000', '114850.947000', '114850.950000', '114850.953000', '114850.956000', '114850.959000', '114850.962000', '114850.965000', '114850.968000', '114850.971000', '114850.974000', '114850.977000', '114850.980000', '114850.983000', '114850.986000', '114850.989000', '114850.992000', '114850.995000', '114850.998000', '114851.002000', '114851.005000', '114851.008000', '114851.011000', '114851.014000', '114851.016000', '114851.019000', '114851.022000', '114851.025000'], 'InstanceCreationTime': ['114235.781000', '114235.784000', '114235.787000', '114235.790000', '114235.793000', '114235.796000', '114235.799000', '114235.802000', '114235.805000', '114235.807000', '114235.810000', '114235.813000', '114235.816000', '114235.819000', '114235.822000', '114235.825000', '114235.828000', '114235.831000', '114235.834000', '114235.844000', '114235.847000', '114235.850000', '114235.852000', '114235.855000', '114235.858000', '114235.861000', '114235.864000', '114235.877000', '114235.880000', '114235.883000', '114235.886000', '114235.889000', '114235.891000', '114235.894000', '114235.897000', '114235.900000', '114235.903000', '114235.906000', '114235.909000', '114235.911000', '114235.914000', '114235.918000', '114235.921000', '114235.924000', '114235.927000', '114235.930000', '114235.933000', '114235.936000', '114235.939000', '114235.942000', '114235.944000', '114235.947000', '114235.950000', '114235.953000', '114235.956000', '114235.959000', '114255.741000', '114255.744000', '114255.747000', '114255.750000', '114255.753000', '114255.756000', '114255.759000', '114255.761000', '114255.765000', '114255.769000', '114255.772000', '114255.780000', '114255.783000', '114255.786000', '114255.789000', '114255.791000', '114255.794000', '114255.797000', '114255.800000', '114255.803000', '114255.806000', '114255.809000', '114255.811000', '114255.814000', '114255.817000', '114255.820000', '114255.823000', '114255.826000', '114255.829000', '114255.831000', '114255.834000', '114255.837000', '114255.840000', '114255.843000', '114255.846000', '114255.849000', '114255.851000', '114255.854000', '114255.857000', '114255.860000', '114255.863000', '114255.866000', '114255.869000', '114315.741000', '114315.744000', '114315.747000', '114315.750000', '114315.753000', '114315.756000', '114315.758000', '114315.761000', '114315.764000', '114315.767000', '114315.770000', '114315.773000', '114315.776000', '114315.779000', '114315.782000', '114315.785000', '114315.787000', '114315.790000', '114315.793000', '114315.796000', '114315.799000', '114315.802000', '114315.804000', '114315.807000', '114315.810000', '114315.813000', '114315.816000', '114315.819000', '114315.822000', '114315.824000', '114315.827000', '114315.830000', '114315.833000', '114315.836000', '114315.839000', '114315.842000', '114315.844000', '114315.847000', '114315.850000', '114315.853000', '114315.856000', '114315.859000', '114315.866000', '114315.869000', '114335.741000', '114335.744000', '114335.747000', '114335.750000', '114335.753000', '114335.756000', '114335.758000', '114335.761000', '114335.764000', '114335.767000', '114335.770000', '114335.773000', '114335.776000', '114335.779000', '114335.782000', '114335.785000', '114335.788000', '114335.791000', '114335.794000', '114335.797000', '114335.800000', '114335.803000', '114335.805000', '114335.816000', '114335.819000', '114335.822000', '114335.824000', '114335.827000', '114335.830000', '114335.833000', '114335.836000', '114335.839000', '114335.842000', '114335.845000', '114335.847000', '114335.850000', '114335.853000', '114335.856000', '114335.859000', '114335.862000', '114335.865000', '114335.868000', '114335.871000', '114355.740000', '114355.743000', '114355.746000', '114355.749000', '114355.752000', '114355.755000', '114355.757000', '114355.760000', '114355.763000', '114355.766000', '114355.769000', '114355.772000', '114355.775000', '114355.778000', '114355.781000', '114355.784000', '114355.786000', '114355.789000', '114355.792000', '114355.795000', '114355.798000', '114355.801000', '114355.804000', '114355.807000', '114355.809000', '114355.812000', '114355.815000', '114355.818000', '114355.821000', '114355.824000', '114355.827000', '114355.830000', '114355.832000', '114355.835000', '114355.838000', '114355.841000', '114355.850000', '114355.853000', '114355.856000', '114355.859000', '114355.862000', '114355.864000', '114355.867000', '114355.870000', '114415.741000', '114415.744000', '114415.747000', '114415.750000', '114415.753000', '114415.755000', '114415.758000', '114415.761000', '114415.764000', '114415.767000', '114415.770000', '114415.773000', '114415.776000', '114415.779000', '114415.782000', '114415.784000', '114415.787000', '114415.790000', '114415.793000', '114415.796000', '114415.799000', '114415.802000', '114415.805000', '114415.810000', '114415.827000', '114415.839000', '114415.842000', '114415.845000', '114415.848000', '114415.851000', '114415.854000', '114415.857000', '114415.860000', '114415.862000', '114415.865000', '114415.868000', '114415.871000', '114415.874000', '114415.877000', '114415.880000', '114415.883000', '114415.886000', '114415.888000', '114435.741000', '114435.744000', '114435.747000', '114435.750000', '114435.753000', '114435.755000', '114435.758000', '114435.761000', '114435.764000', '114435.767000', '114435.770000', '114435.773000', '114435.776000', '114435.779000', '114435.782000', '114435.784000', '114435.787000', '114435.790000', '114435.793000', '114435.796000', '114435.799000', '114435.801000', '114435.804000', '114435.807000', '114435.810000', '114435.813000', '114435.816000', '114435.819000', '114435.822000', '114435.825000', '114435.827000', '114435.830000', '114435.833000', '114435.836000', '114435.839000', '114435.842000', '114435.845000', '114435.847000', '114435.850000', '114435.853000', '114435.856000', '114435.859000', '114435.862000', '114435.865000', '114455.741000', '114455.744000', '114455.747000', '114455.750000', '114455.754000', '114455.757000', '114455.760000', '114455.763000', '114455.766000', '114455.769000', '114455.772000', '114455.775000', '114455.778000', '114455.781000', '114455.783000', '114455.786000', '114455.789000', '114455.792000', '114455.795000', '114455.798000', '114455.801000', '114455.804000', '114455.807000', '114455.810000', '114455.813000', '114455.816000', '114455.819000', '114455.822000', '114455.825000', '114455.828000', '114455.831000', '114455.834000', '114455.837000', '114455.839000', '114455.842000', '114455.845000', '114455.848000', '114455.851000', '114455.854000', '114455.857000', '114455.860000', '114455.862000', '114455.865000', '114515.741000', '114515.744000', '114515.747000', '114515.750000', '114515.752000', '114515.755000', '114515.758000', '114515.761000', '114515.764000', '114515.767000', '114515.770000', '114515.773000', '114515.776000', '114515.779000', '114515.781000', '114515.784000', '114515.787000', '114515.790000', '114515.793000', '114515.796000', '114515.799000', '114515.802000', '114515.805000', '114515.807000', '114515.810000', '114515.813000', '114515.825000', '114515.828000', '114515.831000', '114515.834000', '114515.837000', '114515.840000', '114515.843000', '114515.845000', '114515.848000', '114515.851000', '114515.854000', '114515.857000', '114515.860000', '114515.863000', '114515.866000', '114515.869000', '114515.871000', '114515.874000', '114535.741000', '114535.744000', '114535.747000', '114535.750000', '114535.753000', '114535.756000', '114535.759000', '114535.761000', '114535.764000', '114535.767000', '114535.770000', '114535.773000', '114535.776000', '114535.779000', '114535.782000', '114535.785000', '114535.787000', '114535.790000', '114535.793000', '114535.796000', '114535.799000', '114535.802000', '114535.805000', '114535.808000', '114535.811000', '114535.814000', '114535.817000', '114535.824000', '114535.827000', '114535.830000', '114535.833000', '114535.836000', '114535.839000', '114535.841000', '114535.844000', '114535.847000', '114535.850000', '114535.853000', '114535.856000', '114535.859000', '114535.862000', '114535.865000', '114535.867000', '114555.741000', '114555.744000', '114555.747000', '114555.750000', '114555.753000', '114555.756000', '114555.766000', '114555.769000', '114555.771000', '114555.774000', '114555.777000', '114555.780000', '114555.783000', '114555.786000', '114555.789000', '114555.792000', '114555.795000', '114555.798000', '114555.801000', '114555.803000', '114555.806000', '114555.809000', '114555.812000', '114555.815000', '114555.818000', '114555.821000', '114555.824000', '114555.827000', '114555.829000', '114555.832000', '114555.835000', '114555.838000', '114555.841000', '114555.844000', '114555.847000', '114555.850000', '114555.853000', '114555.856000', '114555.858000', '114555.861000', '114555.864000', '114555.867000', '114555.870000', '114555.873000', '114615.740000', '114615.743000', '114615.746000', '114615.749000', '114615.752000', '114615.755000', '114615.758000', '114615.761000', '114615.764000', '114615.766000', '114615.769000', '114615.772000', '114615.775000', '114615.778000', '114615.781000', '114615.784000', '114615.787000', '114615.791000', '114615.794000', '114615.797000', '114615.800000', '114615.803000', '114615.806000', '114615.809000', '114615.812000', '114615.815000', '114615.817000', '114615.820000', '114615.823000', '114615.826000', '114615.829000', '114615.832000', '114615.835000', '114615.838000', '114615.841000', '114615.844000', '114615.848000', '114615.852000', '114615.855000', '114615.857000', '114615.860000', '114615.863000', '114615.866000', '114635.741000', '114635.744000', '114635.747000', '114635.750000', '114635.753000', '114635.755000', '114635.758000', '114635.761000', '114635.764000', '114635.767000', '114635.770000', '114635.773000', '114635.776000', '114635.779000', '114635.782000', '114635.784000', '114635.787000', '114635.790000', '114635.793000', '114635.796000', '114635.799000', '114635.802000', '114635.805000', '114635.808000', '114635.811000', '114635.813000', '114635.816000', '114635.819000', '114635.822000', '114635.825000', '114635.828000', '114635.831000', '114635.834000', '114635.837000', '114635.840000', '114635.842000', '114635.845000', '114635.848000', '114635.851000', '114635.854000', '114635.857000', '114635.860000', '114635.863000', '114635.866000', '114655.741000', '114655.744000', '114655.747000', '114655.750000', '114655.753000', '114655.756000', '114655.758000', '114655.761000', '114655.764000', '114655.767000', '114655.770000', '114655.773000', '114655.776000', '114655.779000', '114655.782000', '114655.784000', '114655.787000', '114655.790000', '114655.793000', '114655.797000', '114655.799000', '114655.802000', '114655.805000', '114655.808000', '114655.811000', '114655.814000', '114655.817000', '114655.820000', '114655.823000', '114655.826000', '114655.828000', '114655.832000', '114655.834000', '114655.837000', '114655.840000', '114655.843000', '114655.846000', '114655.849000', '114655.852000', '114655.855000', '114655.858000', '114655.860000', '114655.863000', '114715.741000', '114715.744000', '114715.747000', '114715.750000', '114715.753000', '114715.756000', '114715.758000', '114715.761000', '114715.764000', '114715.767000', '114715.770000', '114715.773000', '114715.776000', '114715.779000', '114715.781000', '114715.784000', '114715.787000', '114715.790000', '114715.793000', '114715.796000', '114715.799000', '114715.802000', '114715.805000', '114715.807000', '114715.810000', '114715.813000', '114715.816000', '114715.819000', '114715.822000', '114715.825000', '114715.828000', '114715.843000', '114715.846000', '114715.849000', '114715.851000', '114715.854000', '114715.857000', '114715.860000', '114715.863000', '114715.866000', '114715.869000', '114715.871000', '114715.874000', '114715.877000', '114735.741000', '114735.744000', '114735.747000', '114735.750000', '114735.753000', '114735.756000', '114735.759000', '114735.762000', '114735.764000', '114735.767000', '114735.770000', '114735.773000', '114735.776000', '114735.779000', '114735.782000', '114735.785000', '114735.788000', '114735.791000', '114735.794000', '114735.796000', '114735.799000', '114735.802000', '114735.805000', '114735.808000', '114735.811000', '114735.814000', '114735.817000', '114735.820000', '114735.823000', '114735.825000', '114735.830000', '114735.833000', '114735.836000', '114735.839000', '114735.842000', '114735.844000', '114735.847000', '114735.850000', '114735.853000', '114735.856000', '114735.859000', '114735.862000', '114735.865000', '114755.741000', '114755.744000', '114755.747000', '114755.750000', '114755.753000', '114755.755000', '114755.758000', '114755.761000', '114755.764000', '114755.767000', '114755.770000', '114755.773000', '114755.776000', '114755.779000', '114755.781000', '114755.784000', '114755.787000', '114755.790000', '114755.793000', '114755.796000', '114755.799000', '114755.802000', '114755.805000', '114755.808000', '114755.811000', '114755.814000', '114755.817000', '114755.820000', '114755.822000', '114755.825000', '114755.828000', '114755.831000', '114755.834000', '114755.837000', '114755.840000', '114755.843000', '114755.846000', '114755.849000', '114755.852000', '114755.855000', '114755.858000', '114755.861000', '114755.865000', '114755.868000', '114815.741000', '114815.744000', '114815.747000', '114815.750000', '114815.753000', '114815.756000', '114815.759000', '114815.762000', '114815.764000', '114815.767000', '114815.770000', '114815.773000', '114815.776000', '114815.779000', '114815.782000', '114815.785000', '114815.788000', '114815.790000', '114815.793000', '114815.796000', '114815.799000', '114815.802000', '114815.805000', '114815.808000', '114815.811000', '114815.813000', '114815.816000', '114815.819000', '114815.822000', '114815.825000', '114815.828000', '114815.831000', '114815.834000', '114815.837000', '114815.840000', '114815.842000', '114815.845000', '114815.848000', '114815.851000', '114815.854000', '114815.857000', '114815.860000', '114815.863000', '114835.740000', '114835.743000', '114835.746000', '114835.749000', '114835.752000', '114835.755000', '114835.758000', '114835.760000', '114835.763000', '114835.766000', '114835.769000', '114835.772000', '114835.775000', '114835.778000', '114835.781000', '114835.784000', '114835.787000', '114835.789000', '114835.792000', '114835.795000', '114835.798000', '114835.801000', '114835.804000', '114835.807000', '114835.810000', '114835.812000', '114835.815000', '114835.818000', '114835.821000', '114835.824000', '114835.827000', '114835.830000', '114835.833000', '114835.835000', '114835.838000', '114835.841000', '114835.844000', '114835.847000', '114835.850000', '114835.853000', '114835.856000', '114835.858000', '114835.886000', '114835.889000', '114850.929000', '114850.932000', '114850.935000', '114850.938000', '114850.941000', '114850.944000', '114850.947000', '114850.950000', '114850.953000', '114850.956000', '114850.959000', '114850.962000', '114850.965000', '114850.968000', '114850.971000', '114850.974000', '114850.977000', '114850.980000', '114850.983000', '114850.986000', '114850.989000', '114850.992000', '114850.995000', '114850.998000', '114851.002000', '114851.005000', '114851.008000', '114851.011000', '114851.014000', '114851.016000', '114851.019000', '114851.022000', '114851.025000'], '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': [9196, 12133, 7354, 10388, 7697, 7844, 12751, 9723, 12640, 7987, 12006, 7679, 10813, 7098, 10915, 7081, 8080, 7137, 7997, 6909, 8053, 9257, 7656, 11361, 9349, 11625, 9784, 8074, 6760, 11751, 8055, 11266, 7311, 10982, 7134, 10675, 7711, 12606, 10341, 13220, 11230, 9159, 7938, 7495, 8253, 12680, 8399, 10915, 7346, 9153, 8669, 8619, 11249, 10663, 8745, 8859, 6914, 8577, 6905, 8770, 7079, 8816, 12358, 10233, 12736, 9910, 11285, 7570, 10656, 6909, 8912, 7071, 8865, 9548, 8847, 11752, 8575, 12552, 8869, 12164, 7566, 11373, 7093, 9802, 7074, 7853, 9759, 7804, 10188, 7416, 10166, 8249, 6987, 7270, 8029, 7078, 11194, 7501, 10182, 7422, 10596, 7313, 8412, 6825, 7049, 11487, 8478, 11283, 8644, 11528, 8367, 11921, 7760, 9385, 6829, 8642, 10624, 8405, 12837, 9149, 11791, 8572, 12236, 9176, 12804, 8013, 10032, 6970, 10170, 7019, 11296, 7120, 12495, 7533, 10034, 7316, 7614, 12625, 8423, 11820, 7590, 11905, 7131, 9438, 7092, 7703, 8684, 7320, 8199, 8013, 7741, 9444, 7409, 10398, 6920, 12847, 9662, 12517, 7565, 10845, 7098, 8663, 10322, 8239, 12578, 9894, 11100, 7297, 10113, 6830, 10099, 7054, 10713, 7535, 11290, 7243, 10225, 6887, 9155, 7126, 8062, 11424, 9158, 11725, 8691, 10828, 7032, 9864, 7107, 10103, 7518, 10329, 6923, 8870, 7772, 7919, 12331, 9314, 12383, 7762, 11435, 7161, 8863, 7333, 7442, 8283, 7239, 9826, 8266, 10250, 8067, 12083, 7411, 10994, 7155, 9075, 10934, 9368, 11478, 7605, 11081, 6901, 9793, 7821, 7959, 11218, 8699, 11604, 8407, 11738, 7422, 10771, 7102, 9763, 8066, 9459, 7141, 7853, 9271, 7814, 12426, 8723, 11924, 9494, 11551, 8850, 10477, 6873, 10764, 6978, 11036, 7247, 11165, 7565, 11354, 7031, 9427, 7513, 8088, 12781, 9988, 11457, 8930, 10657, 7462, 9107, 7082, 7648, 11704, 8610, 10848, 9325, 8926, 7782, 10340, 7879, 10898, 7844, 10348, 8869, 9563, 8063, 9262, 7398, 9098, 6549, 6960, 7020, 7853, 9804, 7540, 8690, 6920, 9263, 9860, 11106, 8582, 10181, 10521, 10413, 13750, 11216, 11041, 9507, 8992, 10010, 12527, 11780, 12342, 10752, 10964, 8890, 10883, 7967, 10730, 9487, 10187, 11422, 10144, 11215, 9903, 10257, 9689, 9802, 8932, 10125, 8706, 10866, 8936, 9825, 8275, 10733, 8126, 10894, 9245, 10925, 7018, 10015, 10667, 7721, 10072, 7959, 10261, 8107, 10609, 7803, 10560, 8135, 10850, 8394, 10398, 6933, 9462, 8744, 9060, 7577, 8262, 9502, 7327, 9631, 8411, 10886, 8569, 9631, 7601, 6976, 7330, 8844, 7811, 11446, 8935, 10762, 8397, 10305, 7370, 10004, 7116, 9207, 6874, 8422, 10033, 8386, 6954, 8082, 9346, 7589, 11485, 8081, 10971, 8355, 10767, 8412, 10661, 7336, 10367, 7467, 10354, 7386, 9713, 8209, 7930, 11017, 7633, 10177, 8334, 9305, 6802, 7962, 7365, 7190, 9539, 7373, 9471, 7758, 6906, 7305, 8245, 7283, 11179, 7773, 10726, 7177, 8862, 7061, 7328, 10327, 7613, 11122, 8765, 9999, 7109, 9989, 7279, 9181, 7110, 8162, 8108, 7338, 7920, 7103, 10511, 7148, 10098, 7888, 10367, 7645, 10032, 8270, 9904, 8472, 10006, 8183, 7884, 7695, 6605, 8090, 7071, 8150, 10584, 7792, 9902, 7643, 9317, 9953, 9461, 12315, 9934, 11480, 9045, 11302, 9671, 10405, 9280, 10017, 8116, 10858, 8221, 11058, 8233, 7610, 8149, 7699, 9907, 7785, 10098, 8862, 8761, 11651, 8390, 10383, 9315, 10196, 8607, 9447, 7589, 9214, 6718, 9232, 6664, 9953, 7871, 9503, 7105, 8823, 10092, 8008, 10461, 7954, 9604, 10065, 9202, 7618, 7756, 10601, 7475, 10398, 8229, 10739, 8670, 10703, 8766, 9744, 7658, 10068, 7916, 9800, 6904, 9206, 9619, 8179, 11037, 8999, 10352, 9357, 10949, 9339, 10291, 12147, 9351, 12105, 8443, 9957, 10063, 9802, 8604, 9432, 7167, 9255, 7547, 7855, 10001, 7501, 10149, 7693, 9647, 7209, 9057, 7286, 7530, 9107, 7729, 10986, 9000, 10364, 7605, 9570, 7068, 8860, 6900, 7678, 7324, 8030, 9255, 8147, 6973, 7044, 7747, 7072, 10681, 7857, 10369, 8394, 10422, 7824, 9681, 7732, 9509, 6911, 7961, 8898, 7512, 10898, 8499, 10172, 7881, 10498, 7660, 9885, 8144, 10013, 7512, 8341, 7050, 8383, 6894, 7590, 9879, 7781, 10940, 8710, 9906, 7751, 9829, 6934, 9866, 7282, 9827, 7427, 10067, 8265, 10540, 8833, 8351, 7068, 7342, 7295, 8989, 8163, 10726, 6968, 9386, 8206, 9066, 10225, 8853, 11111, 9433, 11328, 10301, 12231, 10572, 10925, 8759, 9527, 8317, 8885, 8907, 8669, 9360, 8676, 7208, 8639, 7663, 8732, 6950, 10587, 7924, 10042, 7656, 10643, 7334, 11013, 7316, 10766, 7246, 8993, 6996, 8891, 8249, 8593, 7896, 8181, 7024, 8234, 8265, 8221, 7025, 7038, 7413, 6908, 9735, 12222, 7968, 10479, 7513, 9007, 9853, 9195, 11350, 9339, 10835, 9541, 11245, 9737, 11433, 10021, 11393, 11278, 10185, 12404, 9918, 12955, 10140, 12348, 9501, 8467, 9049, 9779, 8696, 9752, 8725, 9838, 7363, 9520, 8790, 8709, 9632, 8315, 10072, 8177, 10164, 8593, 10450, 8902, 9918, 7807, 9649, 7559, 9781, 7857, 10262, 7547, 10051, 7706, 9932, 7902, 10074, 8627, 10062, 7310, 9494, 7761, 9609, 7000, 9641, 7738, 9245, 8355, 8347, 6804, 7463, 8543, 7675, 9587, 8685, 8324, 8431, 6979, 9890, 7333, 9050, 7367, 9470, 7879, 10111, 8369, 10858, 8424, 11556, 7601, 10655, 9805, 10823, 12775, 11015, 11375, 10278, 10797, 9890, 9185, 9616, 8612, 9467, 8125, 8529, 6988, 12436, 7614, 7391, 7450, 7238, 8546, 7182, 9371, 9541, 7366, 10289, 9732, 10405, 8993, 10141, 8896, 10681, 10876, 10627, 12336, 10879, 10500, 8516, 10455, 9338, 9846, 8834, 9800, 7745, 9403, 6891, 9762, 7285, 9416, 7051, 8588, 7182, 8319, 6932, 8833, 9909, 8432, 10297, 7836, 9098, 6864, 8901, 6805, 8263, 7132, 9600, 7179, 9981, 7848, 9118, 7783, 10781, 10404, 12617, 11413, 10084, 10411, 7741, 10823, 9010, 10515, 9920, 10276, 9626, 10019, 9098, 9981, 8964, 10138, 8176, 10071, 8477, 10208, 10509, 10174, 10325, 10464, 10166, 10048, 9035, 9511], 'WindowCenter': [4358.0, 4360.0, 4305.0, 4335.0, 4302.0, 4300.0, 4342.0, 4323.0, 4339.0, 4299.0, 4328.0, 4299.0, 4330.0, 4289.0, 4331.0, 4291.0, 4301.0, 4289.0, 4299.0, 4288.0, 4300.0, 4324.0, 4317.0, 4344.0, 4322.0, 4331.0, 4335.0, 4301.0, 4280.0, 4330.0, 4288.0, 4319.0, 4291.0, 4331.0, 4279.0, 4319.0, 4289.0, 4330.0, 4321.0, 4328.0, 4319.0, 4296.0, 4274.0, 4274.0, 4285.0, 4326.0, 4284.0, 4301.0, 4262.0, 4282.0, 4282.0, 4282.0, 4304.0, 4303.0, 4282.0, 4280.0, 4249.0, 4270.0, 4261.0, 4282.0, 4262.0, 4284.0, 4326.0, 4305.0, 4314.0, 4292.0, 4301.0, 4270.0, 4290.0, 4259.0, 4280.0, 4261.0, 4294.0, 4295.0, 4294.0, 4314.0, 4283.0, 4313.0, 4283.0, 4313.0, 4273.0, 4314.0, 4263.0, 4293.0, 4262.0, 4274.0, 4294.0, 4275.0, 4306.0, 4276.0, 4319.0, 4300.0, 4278.0, 4290.0, 4301.0, 4292.0, 4332.0, 4306.0, 4335.0, 4306.0, 4337.0, 4305.0, 4327.0, 4294.0, 4293.0, 4330.0, 4301.0, 4333.0, 4313.0, 4335.0, 4303.0, 4333.0, 4291.0, 4322.0, 4279.0, 4298.0, 4307.0, 4287.0, 4328.0, 4308.0, 4329.0, 4299.0, 4330.0, 4297.0, 4327.0, 4286.0, 4294.0, 4277.0, 4307.0, 4276.0, 4317.0, 4278.0, 4342.0, 4288.0, 4307.0, 4275.0, 4275.0, 4314.0, 4286.0, 4316.0, 4274.0, 4316.0, 4275.0, 4297.0, 4265.0, 4274.0, 4285.0, 4274.0, 4298.0, 4301.0, 4289.0, 4311.0, 4303.0, 4322.0, 4290.0, 4329.0, 4312.0, 4330.0, 4288.0, 4307.0, 4278.0, 4287.0, 4305.0, 4285.0, 4315.0, 4308.0, 4305.0, 4275.0, 4306.0, 4266.0, 4305.0, 4276.0, 4308.0, 4289.0, 4332.0, 4279.0, 4309.0, 4290.0, 4310.0, 4278.0, 4287.0, 4315.0, 4297.0, 4319.0, 4287.0, 4306.0, 4276.0, 4306.0, 4265.0, 4306.0, 4276.0, 4306.0, 4276.0, 4296.0, 4275.0, 4275.0, 4315.0, 4296.0, 4316.0, 4275.0, 4315.0, 4263.0, 4284.0, 4275.0, 4274.0, 4284.0, 4275.0, 4306.0, 4300.0, 4319.0, 4289.0, 4330.0, 4278.0, 4319.0, 4277.0, 4299.0, 4319.0, 4300.0, 4319.0, 4289.0, 4318.0, 4277.0, 4308.0, 4287.0, 4288.0, 4318.0, 4300.0, 4319.0, 4300.0, 4330.0, 4289.0, 4318.0, 4278.0, 4309.0, 4291.0, 4311.0, 4279.0, 4301.0, 4310.0, 4289.0, 4328.0, 4299.0, 4329.0, 4323.0, 4320.0, 4299.0, 4320.0, 4281.0, 4318.0, 4278.0, 4318.0, 4289.0, 4332.0, 4292.0, 4332.0, 4292.0, 4312.0, 4289.0, 4289.0, 4329.0, 4309.0, 4331.0, 4298.0, 4307.0, 4276.0, 4286.0, 4265.0, 4276.0, 4316.0, 4287.0, 4307.0, 4310.0, 4297.0, 4287.0, 4308.0, 4289.0, 4317.0, 4299.0, 4319.0, 4313.0, 4312.0, 4303.0, 4323.0, 4303.0, 4295.0, 4238.0, 4261.0, 4261.0, 4273.0, 4293.0, 4290.0, 4296.0, 4292.0, 4326.0, 4313.0, 4318.0, 4298.0, 4321.0, 4311.0, 4322.0, 4356.0, 4324.0, 4309.0, 4297.0, 4284.0, 4283.0, 4292.0, 4294.0, 4294.0, 4281.0, 4281.0, 4269.0, 4278.0, 4246.0, 4263.0, 4251.0, 4250.0, 4260.0, 4251.0, 4261.0, 4264.0, 4263.0, 4265.0, 4264.0, 4256.0, 4265.0, 4258.0, 4277.0, 4269.0, 4266.0, 4259.0, 4289.0, 4259.0, 4289.0, 4270.0, 4290.0, 4249.0, 4281.0, 4290.0, 4262.0, 4281.0, 4273.0, 4293.0, 4276.0, 4307.0, 4276.0, 4307.0, 4277.0, 4307.0, 4287.0, 4296.0, 4264.0, 4296.0, 4288.0, 4287.0, 4276.0, 4286.0, 4295.0, 4264.0, 4295.0, 4289.0, 4319.0, 4290.0, 4298.0, 4290.0, 4281.0, 4290.0, 4299.0, 4289.0, 4319.0, 4299.0, 4320.0, 4302.0, 4311.0, 4291.0, 4308.0, 4267.0, 4296.0, 4264.0, 4285.0, 4309.0, 4288.0, 4266.0, 4276.0, 4296.0, 4276.0, 4318.0, 4291.0, 4319.0, 4288.0, 4307.0, 4288.0, 4306.0, 4277.0, 4306.0, 4265.0, 4296.0, 4265.0, 4297.0, 4286.0, 4276.0, 4307.0, 4277.0, 4295.0, 4274.0, 4284.0, 4253.0, 4275.0, 4265.0, 4279.0, 4311.0, 4278.0, 4309.0, 4290.0, 4279.0, 4279.0, 4288.0, 4279.0, 4320.0, 4290.0, 4322.0, 4279.0, 4300.0, 4279.0, 4279.0, 4308.0, 4279.0, 4320.0, 4290.0, 4309.0, 4279.0, 4308.0, 4278.0, 4299.0, 4268.0, 4289.0, 4291.0, 4280.0, 4290.0, 4281.0, 4320.0, 4280.0, 4309.0, 4291.0, 4322.0, 4293.0, 4323.0, 4302.0, 4312.0, 4302.0, 4311.0, 4301.0, 4303.0, 4305.0, 4284.0, 4304.0, 4295.0, 4319.0, 4338.0, 4306.0, 4325.0, 4293.0, 4314.0, 4324.0, 4312.0, 4331.0, 4298.0, 4318.0, 4299.0, 4309.0, 4297.0, 4306.0, 4296.0, 4296.0, 4289.0, 4307.0, 4290.0, 4319.0, 4287.0, 4265.0, 4274.0, 4264.0, 4283.0, 4263.0, 4294.0, 4272.0, 4271.0, 4292.0, 4262.0, 4282.0, 4283.0, 4293.0, 4272.0, 4282.0, 4275.0, 4285.0, 4268.0, 4300.0, 4283.0, 4313.0, 4293.0, 4314.0, 4295.0, 4315.0, 4312.0, 4290.0, 4311.0, 4280.0, 4302.0, 4312.0, 4300.0, 4280.0, 4280.0, 4309.0, 4267.0, 4298.0, 4289.0, 4321.0, 4291.0, 4309.0, 4290.0, 4300.0, 4292.0, 4311.0, 4291.0, 4310.0, 4279.0, 4301.0, 4300.0, 4290.0, 4310.0, 4288.0, 4297.0, 4286.0, 4296.0, 4283.0, 4283.0, 4303.0, 4271.0, 4291.0, 4260.0, 4281.0, 4281.0, 4282.0, 4271.0, 4271.0, 4251.0, 4281.0, 4260.0, 4260.0, 4280.0, 4251.0, 4282.0, 4263.0, 4284.0, 4264.0, 4285.0, 4265.0, 4265.0, 4285.0, 4276.0, 4307.0, 4300.0, 4297.0, 4279.0, 4298.0, 4279.0, 4287.0, 4266.0, 4277.0, 4279.0, 4289.0, 4299.0, 4292.0, 4280.0, 4281.0, 4290.0, 4280.0, 4309.0, 4290.0, 4310.0, 4291.0, 4323.0, 4292.0, 4312.0, 4293.0, 4310.0, 4268.0, 4288.0, 4298.0, 4279.0, 4309.0, 4289.0, 4310.0, 4290.0, 4308.0, 4277.0, 4296.0, 4276.0, 4298.0, 4267.0, 4287.0, 4279.0, 4289.0, 4268.0, 4279.0, 4309.0, 4290.0, 4320.0, 4303.0, 4311.0, 4292.0, 4311.0, 4281.0, 4310.0, 4281.0, 4312.0, 4293.0, 4313.0, 4304.0, 4324.0, 4314.0, 4305.0, 4284.0, 4293.0, 4295.0, 4315.0, 4306.0, 4325.0, 4284.0, 4317.0, 4307.0, 4317.0, 4326.0, 4315.0, 4322.0, 4299.0, 4310.0, 4310.0, 4321.0, 4297.0, 4308.0, 4276.0, 4285.0, 4262.0, 4270.0, 4271.0, 4271.0, 4282.0, 4271.0, 4263.0, 4274.0, 4263.0, 4285.0, 4252.0, 4309.0, 4275.0, 4297.0, 4276.0, 4296.0, 4267.0, 4306.0, 4267.0, 4308.0, 4267.0, 4287.0, 4256.0, 4276.0, 4263.0, 4275.0, 4264.0, 4276.0, 4253.0, 4274.0, 4261.0, 4246.0, 4252.0, 4264.0, 4264.0, 4293.0, 4329.0, 4336.0, 4294.0, 4313.0, 4284.0, 4305.0, 4314.0, 4305.0, 4314.0, 4303.0, 4311.0, 4300.0, 4307.0, 4286.0, 4294.0, 4285.0, 4294.0, 4280.0, 4268.0, 4288.0, 4256.0, 4275.0, 4254.0, 4273.0, 4256.0, 4232.0, 4244.0, 4265.0, 4256.0, 4255.0, 4257.0, 4267.0, 4236.0, 4267.0, 4257.0, 4258.0, 4267.0, 4258.0, 4267.0, 4259.0, 4279.0, 4274.0, 4293.0, 4286.0, 4282.0, 4264.0, 4283.0, 4262.0, 4281.0, 4262.0, 4282.0, 4264.0, 4284.0, 4265.0, 4285.0, 4277.0, 4299.0, 4289.0, 4298.0, 4279.0, 4298.0, 4278.0, 4297.0, 4267.0, 4301.0, 4280.0, 4300.0, 4278.0, 4289.0, 4269.0, 4278.0, 4286.0, 4277.0, 4298.0, 4290.0, 4288.0, 4289.0, 4270.0, 4325.0, 4282.0, 4301.0, 4280.0, 4298.0, 4290.0, 4310.0, 4292.0, 4322.0, 4305.0, 4324.0, 4281.0, 4311.0, 4297.0, 4296.0, 4304.0, 4281.0, 4290.0, 4269.0, 4278.0, 4268.0, 4269.0, 4281.0, 4258.0, 4280.0, 4260.0, 4259.0, 4223.0, 4287.0, 4261.0, 4265.0, 4268.0, 4267.0, 4288.0, 4268.0, 4301.0, 4304.0, 4281.0, 4313.0, 4301.0, 4310.0, 4278.0, 4286.0, 4265.0, 4284.0, 4271.0, 4270.0, 4280.0, 4257.0, 4256.0, 4234.0, 4253.0, 4242.0, 4241.0, 4232.0, 4254.0, 4236.0, 4256.0, 4239.0, 4284.0, 4266.0, 4276.0, 4256.0, 4275.0, 4258.0, 4279.0, 4256.0, 4292.0, 4299.0, 4278.0, 4299.0, 4267.0, 4277.0, 4256.0, 4276.0, 4257.0, 4278.0, 4257.0, 4286.0, 4256.0, 4286.0, 4279.0, 4289.0, 4268.0, 4295.0, 4299.0, 4309.0, 4299.0, 4285.0, 4283.0, 4252.0, 4283.0, 4261.0, 4272.0, 4272.0, 4297.0, 4274.0, 4284.0, 4272.0, 4271.0, 4260.0, 4270.0, 4249.0, 4270.0, 4249.0, 4270.0, 4281.0, 4283.0, 4269.0, 4269.0, 4258.0, 4257.0, 4244.0, 4256.0], 'WindowWidth': [9626.0, 9615.0, 9532.0, 9569.0, 9520.0, 9514.0, 9573.0, 9548.0, 9563.0, 9510.0, 9548.0, 9512.0, 9553.0, 9498.0, 9554.0, 9504.0, 9515.0, 9497.0, 9511.0, 9496.0, 9514.0, 9551.0, 9551.0, 9579.0, 9546.0, 9557.0, 9567.0, 9513.0, 9486.0, 9551.0, 9494.0, 9535.0, 9499.0, 9554.0, 9482.0, 9535.0, 9496.0, 9553.0, 9541.0, 9547.0, 9534.0, 9497.0, 9466.0, 9467.0, 9482.0, 9538.0, 9478.0, 9500.0, 9447.0, 9473.0, 9474.0, 9472.0, 9505.0, 9502.0, 9472.0, 9466.0, 9424.0, 9453.0, 9445.0, 9472.0, 9447.0, 9478.0, 9541.0, 9507.0, 9519.0, 9486.0, 9495.0, 9455.0, 9481.0, 9440.0, 9468.0, 9446.0, 9493.0, 9494.0, 9492.0, 9520.0, 9477.0, 9516.0, 9476.0, 9515.0, 9462.0, 9518.0, 9449.0, 9490.0, 9447.0, 9465.0, 9494.0, 9470.0, 9514.0, 9472.0, 9534.0, 9511.0, 9479.0, 9500.0, 9516.0, 9504.0, 9558.0, 9530.0, 9565.0, 9527.0, 9567.0, 9525.0, 9558.0, 9511.0, 9506.0, 9551.0, 9515.0, 9557.0, 9533.0, 9564.0, 9517.0, 9557.0, 9500.0, 9543.0, 9482.0, 9505.0, 9515.0, 9487.0, 9545.0, 9518.0, 9546.0, 9507.0, 9551.0, 9501.0, 9541.0, 9483.0, 9493.0, 9477.0, 9516.0, 9474.0, 9528.0, 9478.0, 9569.0, 9490.0, 9515.0, 9471.0, 9469.0, 9520.0, 9486.0, 9527.0, 9467.0, 9525.0, 9468.0, 9500.0, 9455.0, 9464.0, 9481.0, 9465.0, 9504.0, 9512.0, 9494.0, 9524.0, 9519.0, 9544.0, 9497.0, 9545.0, 9528.0, 9548.0, 9489.0, 9514.0, 9478.0, 9485.0, 9506.0, 9478.0, 9522.0, 9515.0, 9505.0, 9469.0, 9511.0, 9460.0, 9510.0, 9473.0, 9516.0, 9494.0, 9553.0, 9479.0, 9518.0, 9498.0, 9523.0, 9479.0, 9487.0, 9521.0, 9499.0, 9532.0, 9488.0, 9510.0, 9470.0, 9512.0, 9454.0, 9510.0, 9470.0, 9508.0, 9472.0, 9497.0, 9467.0, 9467.0, 9521.0, 9495.0, 9522.0, 9466.0, 9520.0, 9449.0, 9476.0, 9465.0, 9464.0, 9480.0, 9467.0, 9511.0, 9508.0, 9533.0, 9494.0, 9547.0, 9479.0, 9532.0, 9473.0, 9505.0, 9533.0, 9509.0, 9532.0, 9491.0, 9529.0, 9475.0, 9515.0, 9488.0, 9488.0, 9528.0, 9509.0, 9532.0, 9508.0, 9548.0, 9495.0, 9530.0, 9478.0, 9521.0, 9499.0, 9525.0, 9481.0, 9512.0, 9525.0, 9494.0, 9543.0, 9505.0, 9545.0, 9544.0, 9535.0, 9507.0, 9537.0, 9487.0, 9532.0, 9478.0, 9531.0, 9496.0, 9558.0, 9501.0, 9557.0, 9504.0, 9530.0, 9496.0, 9492.0, 9546.0, 9521.0, 9551.0, 9503.0, 9514.0, 9471.0, 9482.0, 9455.0, 9469.0, 9524.0, 9487.0, 9512.0, 9521.0, 9499.0, 9487.0, 9518.0, 9493.0, 9527.0, 9508.0, 9534.0, 9532.0, 9528.0, 9518.0, 9547.0, 9520.0, 9495.0, 9406.0, 9444.0, 9444.0, 9458.0, 9489.0, 9495.0, 9497.0, 9502.0, 9555.0, 9528.0, 9529.0, 9502.0, 9535.0, 9525.0, 9538.0, 9596.0, 9545.0, 9515.0, 9494.0, 9474.0, 9468.0, 9481.0, 9484.0, 9488.0, 9462.0, 9463.0, 9444.0, 9453.0, 9409.0, 9426.0, 9408.0, 9403.0, 9419.0, 9407.0, 9422.0, 9431.0, 9429.0, 9434.0, 9433.0, 9424.0, 9435.0, 9430.0, 9452.0, 9445.0, 9437.0, 9433.0, 9473.0, 9433.0, 9472.0, 9447.0, 9475.0, 9421.0, 9463.0, 9476.0, 9440.0, 9466.0, 9459.0, 9485.0, 9468.0, 9511.0, 9467.0, 9509.0, 9470.0, 9509.0, 9485.0, 9492.0, 9449.0, 9492.0, 9484.0, 9481.0, 9469.0, 9481.0, 9490.0, 9450.0, 9491.0, 9491.0, 9528.0, 9491.0, 9498.0, 9492.0, 9484.0, 9495.0, 9504.0, 9491.0, 9529.0, 9505.0, 9534.0, 9512.0, 9524.0, 9498.0, 9515.0, 9458.0, 9494.0, 9450.0, 9480.0, 9516.0, 9486.0, 9456.0, 9467.0, 9495.0, 9467.0, 9528.0, 9498.0, 9533.0, 9489.0, 9511.0, 9487.0, 9509.0, 9471.0, 9508.0, 9454.0, 9494.0, 9454.0, 9497.0, 9482.0, 9469.0, 9513.0, 9470.0, 9492.0, 9463.0, 9476.0, 9434.0, 9464.0, 9451.0, 9481.0, 9526.0, 9477.0, 9518.0, 9495.0, 9478.0, 9477.0, 9490.0, 9479.0, 9534.0, 9494.0, 9541.0, 9479.0, 9507.0, 9477.0, 9478.0, 9513.0, 9477.0, 9532.0, 9492.0, 9518.0, 9477.0, 9514.0, 9476.0, 9504.0, 9461.0, 9491.0, 9496.0, 9481.0, 9495.0, 9483.0, 9535.0, 9480.0, 9520.0, 9496.0, 9542.0, 9503.0, 9544.0, 9514.0, 9526.0, 9514.0, 9523.0, 9512.0, 9517.0, 9523.0, 9494.0, 9521.0, 9509.0, 9548.0, 9572.0, 9525.0, 9549.0, 9502.0, 9532.0, 9547.0, 9525.0, 9553.0, 9500.0, 9530.0, 9502.0, 9516.0, 9494.0, 9507.0, 9495.0, 9493.0, 9489.0, 9511.0, 9495.0, 9528.0, 9485.0, 9448.0, 9460.0, 9444.0, 9470.0, 9444.0, 9485.0, 9454.0, 9451.0, 9481.0, 9440.0, 9467.0, 9468.0, 9482.0, 9453.0, 9469.0, 9464.0, 9478.0, 9460.0, 9506.0, 9489.0, 9528.0, 9499.0, 9530.0, 9507.0, 9534.0, 9524.0, 9492.0, 9520.0, 9477.0, 9509.0, 9520.0, 9502.0, 9478.0, 9478.0, 9516.0, 9457.0, 9500.0, 9489.0, 9535.0, 9493.0, 9519.0, 9490.0, 9506.0, 9499.0, 9521.0, 9497.0, 9519.0, 9478.0, 9508.0, 9504.0, 9491.0, 9520.0, 9486.0, 9498.0, 9480.0, 9495.0, 9471.0, 9470.0, 9496.0, 9449.0, 9480.0, 9436.0, 9465.0, 9463.0, 9470.0, 9451.0, 9451.0, 9426.0, 9466.0, 9437.0, 9435.0, 9462.0, 9426.0, 9469.0, 9446.0, 9476.0, 9448.0, 9476.0, 9451.0, 9451.0, 9477.0, 9469.0, 9509.0, 9505.0, 9495.0, 9475.0, 9501.0, 9478.0, 9484.0, 9456.0, 9470.0, 9477.0, 9489.0, 9504.0, 9497.0, 9479.0, 9482.0, 9495.0, 9480.0, 9519.0, 9493.0, 9521.0, 9497.0, 9541.0, 9497.0, 9525.0, 9502.0, 9521.0, 9462.0, 9489.0, 9501.0, 9476.0, 9518.0, 9491.0, 9522.0, 9492.0, 9514.0, 9472.0, 9495.0, 9469.0, 9501.0, 9457.0, 9484.0, 9476.0, 9489.0, 9461.0, 9477.0, 9517.0, 9493.0, 9534.0, 9514.0, 9521.0, 9499.0, 9523.0, 9483.0, 9521.0, 9482.0, 9525.0, 9502.0, 9529.0, 9520.0, 9544.0, 9531.0, 9523.0, 9494.0, 9503.0, 9508.0, 9535.0, 9523.0, 9550.0, 9492.0, 9540.0, 9527.0, 9538.0, 9552.0, 9533.0, 9540.0, 9502.0, 9522.0, 9520.0, 9536.0, 9495.0, 9514.0, 9466.0, 9477.0, 9442.0, 9449.0, 9450.0, 9451.0, 9467.0, 9452.0, 9443.0, 9461.0, 9444.0, 9478.0, 9428.0, 9514.0, 9462.0, 9494.0, 9466.0, 9491.0, 9455.0, 9505.0, 9455.0, 9509.0, 9454.0, 9482.0, 9437.0, 9462.0, 9443.0, 9460.0, 9443.0, 9463.0, 9426.0, 9457.0, 9433.0, 9406.0, 9426.0, 9449.0, 9449.0, 9504.0, 9559.0, 9562.0, 9500.0, 9524.0, 9487.0, 9518.0, 9527.0, 9516.0, 9527.0, 9511.0, 9520.0, 9503.0, 9508.0, 9477.0, 9488.0, 9473.0, 9487.0, 9456.0, 9442.0, 9467.0, 9420.0, 9445.0, 9414.0, 9437.0, 9420.0, 9381.0, 9401.0, 9433.0, 9422.0, 9420.0, 9423.0, 9438.0, 9395.0, 9438.0, 9425.0, 9426.0, 9439.0, 9427.0, 9439.0, 9430.0, 9457.0, 9460.0, 9481.0, 9477.0, 9466.0, 9445.0, 9468.0, 9441.0, 9464.0, 9441.0, 9468.0, 9446.0, 9473.0, 9449.0, 9476.0, 9469.0, 9501.0, 9487.0, 9497.0, 9476.0, 9499.0, 9473.0, 9496.0, 9456.0, 9506.0, 9477.0, 9503.0, 9469.0, 9486.0, 9462.0, 9474.0, 9481.0, 9468.0, 9500.0, 9489.0, 9485.0, 9487.0, 9464.0, 9546.0, 9486.0, 9507.0, 9478.0, 9500.0, 9492.0, 9519.0, 9496.0, 9536.0, 9518.0, 9543.0, 9480.0, 9521.0, 9494.0, 9491.0, 9499.0, 9463.0, 9474.0, 9441.0, 9453.0, 9439.0, 9445.0, 9464.0, 9431.0, 9463.0, 9436.0, 9434.0, 9374.0, 9465.0, 9441.0, 9453.0, 9459.0, 9454.0, 9483.0, 9456.0, 9505.0, 9510.0, 9478.0, 9520.0, 9501.0, 9514.0, 9467.0, 9473.0, 9441.0, 9467.0, 9444.0, 9441.0, 9455.0, 9417.0, 9415.0, 9382.0, 9406.0, 9390.0, 9388.0, 9376.0, 9409.0, 9389.0, 9419.0, 9402.0, 9468.0, 9448.0, 9459.0, 9433.0, 9457.0, 9441.0, 9466.0, 9434.0, 9491.0, 9495.0, 9467.0, 9498.0, 9452.0, 9464.0, 9433.0, 9461.0, 9437.0, 9465.0, 9436.0, 9474.0, 9433.0, 9474.0, 9472.0, 9482.0, 9453.0, 9490.0, 9493.0, 9509.0, 9496.0, 9467.0, 9463.0, 9422.0, 9464.0, 9432.0, 9445.0, 9448.0, 9491.0, 9455.0, 9469.0, 9451.0, 9447.0, 9432.0, 9443.0, 9414.0, 9443.0, 9415.0, 9442.0, 9460.0, 9465.0, 9442.0, 9438.0, 9422.0, 9419.0, 9395.0, 9418.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.004587793103448277</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.06087997770114942</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.724623488158784</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1722092797353276</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0266518520483314</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5391</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3168.6387</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.17037142140620876</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>152</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>17.471264367816094</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.45845996319825</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.374321125209955</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.585281029271188</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4157777351136076</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0176033</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0025867531076073647</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.034905221313238144</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.618376253745979</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>12.4403</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>62.772</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>240.9742</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>63.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>283997.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1134.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>416.8573</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2622</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>467.0744</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3441.7008</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3571.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>92547.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1682.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4385.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>773.2113</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>27.14250028319657</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> |