=== 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-0057 --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-0057",
"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-0057_ses-04_task-social_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0057_ses-04_task-social_acq-mb8_run-02_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-04_subject-0057_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-0057/figures/sub-0057_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0057_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-0057/figures/sub-0057_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0057_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-0057/figures/sub-0057_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0057_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-0057/figures/sub-0057_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-04_subject-0057_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-0057/figures/sub-0057_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-04_subject-0057_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-0057/figures/sub-0057_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0057_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-0057/figures/sub-0057_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0057/figures/sub-0057_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0057/ses-04/func/sub-0057_ses-04_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>efc3927a9fd7c6f10259797310525743</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>13:18:3.395000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999627, 0.0227948, -0.0150156, -0.0214628, 0.99627, 0.0835769]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.109458</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4138, -7776, -7233, 630, -4, -113, -19, 78]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>250.651</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>7dd4d1b7-c2c8-4841-b9e7-257f72ec606b||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.68192720413208, -0.05758320540189743, -0.04553481563925743, 114.26242065429688], [-0.06115682050585747, 2.672919988632202, 0.2247033417224884, -82.66568756103516], [-0.04028584435582161, -0.22423066198825836, 2.6902480125427246, -61.64329147338867], [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': ['131803.395000', '131803.855000', '131804.315000', '131804.775000', '131805.235000', '131805.695000', '131806.155000', '131806.615000', '131807.075000', '131807.535000', '131807.995000', '131808.455000', '131808.915000', '131809.375000', '131809.835000', '131810.295000', '131810.755000', '131811.215000', '131811.675000', '131812.135000', '131812.595000', '131813.055000', '131813.515000', '131813.975000', '131814.435000', '131814.895000', '131815.355000', '131815.815000', '131816.275000', '131816.735000', '131817.195000', '131817.655000', '131818.115000', '131818.575000', '131819.035000', '131819.495000', '131819.955000', '131820.415000', '131820.875000', '131821.335000', '131821.795000', '131822.255000', '131822.715000', '131823.175000', '131823.635000', '131824.095000', '131824.555000', '131825.015000', '131825.475000', '131825.935000', '131826.395000', '131826.855000', '131827.315000', '131827.775000', '131828.235000', '131828.695000', '131829.155000', '131829.615000', '131830.075000', '131830.535000', '131830.995000', '131831.455000', '131831.915000', '131832.375000', '131832.835000', '131833.295000', '131833.755000', '131834.215000', '131834.675000', '131835.135000', '131835.595000', '131836.055000', '131836.515000', '131836.975000', '131837.435000', '131837.895000', '131838.355000', '131838.815000', '131839.275000', '131839.735000', '131840.195000', '131840.655000', '131841.115000', '131841.575000', '131842.035000', '131842.495000', '131842.955000', '131843.415000', '131843.875000', '131844.335000', '131844.795000', '131845.255000', '131845.715000', '131846.175000', '131846.635000', '131847.095000', '131847.555000', '131848.015000', '131848.475000', '131848.935000', '131849.395000', '131849.855000', '131850.315000', '131850.775000', '131851.235000', '131851.695000', '131852.155000', '131852.615000', '131853.075000', '131853.535000', '131853.995000', '131854.455000', '131854.915000', '131855.375000', '131855.835000', '131856.295000', '131856.755000', '131857.215000', '131857.675000', '131858.135000', '131858.595000', '131859.055000', '131859.515000', '131859.975000', '131900.435000', '131900.895000', '131901.355000', '131901.815000', '131902.275000', '131902.735000', '131903.195000', '131903.655000', '131904.115000', '131904.575000', '131905.035000', '131905.495000', '131905.955000', '131906.415000', '131906.875000', '131907.335000', '131907.795000', '131908.255000', '131908.715000', '131909.175000', '131909.635000', '131910.095000', '131910.555000', '131911.015000', '131911.475000', '131911.935000', '131912.395000', '131912.855000', '131913.315000', '131913.775000', '131914.235000', '131914.695000', '131915.155000', '131915.615000', '131916.075000', '131916.535000', '131916.995000', '131917.455000', '131917.915000', '131918.375000', '131918.835000', '131919.295000', '131919.755000', '131920.215000', '131920.675000', '131921.135000', '131921.595000', '131922.055000', '131922.515000', '131922.975000', '131923.435000', '131923.895000', '131924.355000', '131924.815000', '131925.275000', '131925.735000', '131926.195000', '131926.655000', '131927.115000', '131927.575000', '131928.035000', '131928.495000', '131928.955000', '131929.415000', '131929.875000', '131930.335000', '131930.795000', '131931.255000', '131931.715000', '131932.175000', '131932.635000', '131933.095000', '131933.555000', '131934.015000', '131934.475000', '131934.935000', '131935.395000', '131935.855000', '131936.315000', '131936.775000', '131937.235000', '131937.695000', '131938.155000', '131938.615000', '131939.075000', '131939.535000', '131939.995000', '131940.455000', '131940.915000', '131941.375000', '131941.835000', '131942.295000', '131942.755000', '131943.215000', '131943.675000', '131944.135000', '131944.595000', '131945.055000', '131945.515000', '131945.975000', '131946.435000', '131946.895000', '131947.355000', '131947.815000', '131948.275000', '131948.735000', '131949.195000', '131949.655000', '131950.115000', '131950.575000', '131951.035000', '131951.495000', '131951.955000', '131952.415000', '131952.875000', '131953.335000', '131953.795000', '131954.255000', '131954.715000', '131955.175000', '131955.635000', '131956.095000', '131956.555000', '131957.015000', '131957.475000', '131957.935000', '131958.395000', '131958.855000', '131959.315000', '131959.775000', '132000.235000', '132000.695000', '132001.155000', '132001.615000', '132002.075000', '132002.535000', '132002.995000', '132003.455000', '132003.915000', '132004.375000', '132004.835000', '132005.295000', '132005.755000', '132006.215000', '132006.675000', '132007.135000', '132007.595000', '132008.055000', '132008.515000', '132008.975000', '132009.435000', '132009.895000', '132010.355000', '132010.815000', '132011.275000', '132011.735000', '132012.195000', '132012.655000', '132013.115000', '132013.575000', '132014.035000', '132014.495000', '132014.955000', '132015.415000', '132015.875000', '132016.335000', '132016.795000', '132017.255000', '132017.715000', '132018.175000', '132018.635000', '132019.095000', '132019.555000', '132020.015000', '132020.475000', '132020.935000', '132021.395000', '132021.855000', '132022.315000', '132022.775000', '132023.235000', '132023.695000', '132024.155000', '132024.615000', '132025.075000', '132025.535000', '132025.995000', '132026.455000', '132026.915000', '132027.375000', '132027.835000', '132028.295000', '132028.755000', '132029.215000', '132029.675000', '132030.135000', '132030.595000', '132031.055000', '132031.515000', '132031.975000', '132032.435000', '132032.895000', '132033.355000', '132033.815000', '132034.275000', '132034.735000', '132035.195000', '132035.655000', '132036.115000', '132036.575000', '132037.035000', '132037.495000', '132037.955000', '132038.415000', '132038.875000', '132039.335000', '132039.795000', '132040.255000', '132040.715000', '132041.175000', '132041.635000', '132042.095000', '132042.555000', '132043.015000', '132043.475000', '132043.935000', '132044.395000', '132044.855000', '132045.315000', '132045.775000', '132046.235000', '132046.695000', '132047.155000', '132047.615000', '132048.075000', '132048.535000', '132048.995000', '132049.455000', '132049.915000', '132050.375000', '132050.835000', '132051.295000', '132051.755000', '132052.215000', '132052.675000', '132053.135000', '132053.595000', '132054.055000', '132054.515000', '132054.975000', '132055.435000', '132055.895000', '132056.355000', '132056.815000', '132057.275000', '132057.735000', '132058.195000', '132058.655000', '132059.115000', '132059.575000', '132100.035000', '132100.495000', '132100.955000', '132101.415000', '132101.875000', '132102.335000', '132102.795000', '132103.255000', '132103.715000', '132104.175000', '132104.635000', '132105.095000', '132105.555000', '132106.015000', '132106.475000', '132106.935000', '132107.395000', '132107.855000', '132108.315000', '132108.775000', '132109.235000', '132109.695000', '132110.155000', '132110.615000', '132111.075000', '132111.535000', '132111.995000', '132112.455000', '132112.915000', '132113.375000', '132113.835000', '132114.295000', '132114.755000', '132115.215000', '132115.675000', '132116.135000', '132116.595000', '132117.055000', '132117.515000', '132117.975000', '132118.435000', '132118.895000', '132119.355000', '132119.815000', '132120.275000', '132120.735000', '132121.195000', '132121.655000', '132122.115000', '132122.575000', '132123.035000', '132123.495000', '132123.955000', '132124.415000', '132124.875000', '132125.335000', '132125.795000', '132126.255000', '132126.715000', '132127.175000', '132127.635000', '132128.095000', '132128.555000', '132129.015000', '132129.475000', '132129.935000', '132130.395000', '132130.855000', '132131.315000', '132131.775000', '132132.235000', '132132.695000', '132133.155000', '132133.615000', '132134.075000', '132134.535000', '132134.995000', '132135.455000', '132135.915000', '132136.375000', '132136.835000', '132137.295000', '132137.755000', '132138.215000', '132138.675000', '132139.135000', '132139.595000', '132140.055000', '132140.515000', '132140.975000', '132141.435000', '132141.895000', '132142.355000', '132142.815000', '132143.275000', '132143.735000', '132144.195000', '132144.655000', '132145.115000', '132145.575000', '132146.035000', '132146.495000', '132146.955000', '132147.415000', '132147.875000', '132148.335000', '132148.795000', '132149.255000', '132149.715000', '132150.175000', '132150.635000', '132151.095000', '132151.555000', '132152.015000', '132152.475000', '132152.935000', '132153.395000', '132153.855000', '132154.315000', '132154.775000', '132155.235000', '132155.695000', '132156.155000', '132156.615000', '132157.075000', '132157.535000', '132157.995000', '132158.455000', '132158.915000', '132159.375000', '132159.835000', '132200.295000', '132200.755000', '132201.215000', '132201.675000', '132202.135000', '132202.595000', '132203.055000', '132203.515000', '132203.975000', '132204.435000', '132204.895000', '132205.355000', '132205.815000', '132206.275000', '132206.735000', '132207.195000', '132207.655000', '132208.115000', '132208.575000', '132209.035000', '132209.495000', '132209.955000', '132210.415000', '132210.875000', '132211.335000', '132211.795000', '132212.255000', '132212.715000', '132213.175000', '132213.635000', '132214.095000', '132214.555000', '132215.015000', '132215.475000', '132215.935000', '132216.395000', '132216.855000', '132217.315000', '132217.775000', '132218.235000', '132218.695000', '132219.155000', '132219.615000', '132220.075000', '132220.535000', '132220.995000', '132221.455000', '132221.915000', '132222.375000', '132222.835000', '132223.295000', '132223.755000', '132224.215000', '132224.675000', '132225.135000', '132225.595000', '132226.055000', '132226.515000', '132226.975000', '132227.435000', '132227.895000', '132228.355000', '132228.815000', '132229.275000', '132229.735000', '132230.195000', '132230.655000', '132231.115000', '132231.575000', '132232.035000', '132232.495000', '132232.955000', '132233.415000', '132233.875000', '132234.335000', '132234.795000', '132235.255000', '132235.715000', '132236.175000', '132236.635000', '132237.095000', '132237.555000', '132238.015000', '132238.475000', '132238.935000', '132239.395000', '132239.855000', '132240.315000', '132240.775000', '132241.235000', '132241.695000', '132242.155000', '132242.615000', '132243.075000', '132243.535000', '132243.995000', '132244.455000', '132244.915000', '132245.375000', '132245.835000', '132246.295000', '132246.755000', '132247.215000', '132247.675000', '132248.135000', '132248.595000', '132249.055000', '132249.515000', '132249.975000', '132250.435000', '132250.895000', '132251.355000', '132251.815000', '132252.275000', '132252.735000', '132253.195000', '132253.655000', '132254.115000', '132254.575000', '132255.035000', '132255.495000', '132255.955000', '132256.415000', '132256.875000', '132257.335000', '132257.795000', '132258.255000', '132258.715000', '132259.175000', '132259.635000', '132300.095000', '132300.555000', '132301.015000', '132301.475000', '132301.935000', '132302.395000', '132302.855000', '132303.315000', '132303.775000', '132304.235000', '132304.695000', '132305.155000', '132305.615000', '132306.075000', '132306.535000', '132306.995000', '132307.455000', '132307.915000', '132308.375000', '132308.835000', '132309.295000', '132309.755000', '132310.215000', '132310.675000', '132311.135000', '132311.595000', '132312.055000', '132312.515000', '132312.975000', '132313.435000', '132313.895000', '132314.355000', '132314.815000', '132315.275000', '132315.735000', '132316.195000', '132316.655000', '132317.115000', '132317.575000', '132318.035000', '132318.495000', '132318.955000', '132319.415000', '132319.875000', '132320.335000', '132320.795000', '132321.255000', '132321.715000', '132322.175000', '132322.635000', '132323.095000', '132323.555000', '132324.015000', '132324.475000', '132324.935000', '132325.395000', '132325.855000', '132326.315000', '132326.775000', '132327.235000', '132327.695000', '132328.155000', '132328.615000', '132329.075000', '132329.535000', '132329.995000', '132330.455000', '132330.915000', '132331.375000', '132331.835000', '132332.295000', '132332.755000', '132333.215000', '132333.675000', '132334.135000', '132334.595000', '132335.055000', '132335.515000', '132335.975000', '132336.435000', '132336.895000', '132337.355000', '132337.815000', '132338.275000', '132338.735000', '132339.195000', '132339.655000', '132340.115000', '132340.575000', '132341.035000', '132341.495000', '132341.955000', '132342.415000', '132342.875000', '132343.335000', '132343.795000', '132344.255000', '132344.715000', '132345.175000', '132345.635000', '132346.095000', '132346.555000', '132347.015000', '132347.475000', '132347.935000', '132348.395000', '132348.855000', '132349.315000', '132349.775000', '132350.235000', '132350.695000', '132351.155000', '132351.615000', '132352.075000', '132352.535000', '132352.995000', '132353.455000', '132353.915000', '132354.375000', '132354.835000', '132355.295000', '132355.755000', '132356.215000', '132356.675000', '132357.135000', '132357.595000', '132358.055000', '132358.515000', '132358.975000', '132359.435000', '132359.895000', '132400.355000', '132400.815000', '132401.275000', '132401.735000', '132402.195000', '132402.655000', '132403.115000', '132403.575000', '132404.035000', '132404.495000', '132404.955000', '132405.415000', '132405.875000', '132406.335000', '132406.795000', '132407.255000', '132407.715000', '132408.175000', '132408.635000', '132409.095000', '132409.555000', '132410.015000', '132410.475000', '132410.935000', '132411.395000', '132411.855000', '132412.315000', '132412.775000', '132413.235000', '132413.695000', '132414.155000', '132414.615000', '132415.075000', '132415.535000', '132415.995000', '132416.455000', '132416.915000', '132417.375000', '132417.835000', '132418.295000', '132418.755000', '132419.215000', '132419.675000', '132420.135000', '132420.595000', '132421.055000', '132421.515000', '132421.975000', '132422.435000', '132422.895000', '132423.355000', '132423.815000', '132424.275000', '132424.735000', '132425.195000', '132425.655000', '132426.115000', '132426.575000', '132427.035000', '132427.495000', '132427.955000', '132428.415000', '132428.875000', '132429.335000', '132429.795000', '132430.255000', '132430.715000', '132431.175000', '132431.635000', '132432.095000', '132432.555000', '132433.015000', '132433.475000', '132433.935000', '132434.395000', '132434.855000', '132435.315000', '132435.775000', '132436.235000', '132436.695000', '132437.155000', '132437.615000', '132438.075000', '132438.535000', '132438.995000', '132439.455000', '132439.915000', '132440.375000', '132440.835000', '132441.295000', '132441.755000', '132442.215000', '132442.675000', '132443.135000', '132443.595000', '132444.055000'], 'ContentTime': ['131829.496000', '131829.499000', '131829.502000', '131829.504000', '131829.507000', '131829.510000', '131829.512000', '131829.515000', '131829.518000', '131829.520000', '131829.523000', '131829.525000', '131829.528000', '131829.530000', '131829.533000', '131829.536000', '131829.538000', '131829.541000', '131829.543000', '131829.546000', '131829.548000', '131829.551000', '131829.554000', '131829.556000', '131829.559000', '131829.561000', '131829.564000', '131829.566000', '131829.569000', '131829.572000', '131829.574000', '131829.577000', '131829.579000', '131829.582000', '131829.584000', '131829.587000', '131829.590000', '131829.593000', '131829.595000', '131829.598000', '131829.610000', '131829.613000', '131829.615000', '131829.618000', '131829.620000', '131829.623000', '131829.625000', '131829.628000', '131829.631000', '131829.633000', '131829.636000', '131829.639000', '131829.641000', '131849.441000', '131849.444000', '131849.446000', '131849.449000', '131849.451000', '131849.454000', '131849.457000', '131849.459000', '131849.462000', '131849.464000', '131849.467000', '131849.469000', '131849.472000', '131849.475000', '131849.477000', '131849.480000', '131849.482000', '131849.485000', '131849.488000', '131849.490000', '131849.493000', '131849.495000', '131849.506000', '131849.508000', '131849.511000', '131849.514000', '131849.516000', '131849.519000', '131849.521000', '131849.524000', '131849.526000', '131849.529000', '131849.532000', '131849.534000', '131849.537000', '131849.539000', '131849.542000', '131849.544000', '131849.547000', '131849.550000', '131849.552000', '131849.555000', '131849.557000', '131849.560000', '131909.441000', '131909.444000', '131909.446000', '131909.449000', '131909.451000', '131909.454000', '131909.456000', '131909.459000', '131909.461000', '131909.464000', '131909.467000', '131909.469000', '131909.472000', '131909.474000', '131909.477000', '131909.480000', '131909.482000', '131909.485000', '131909.487000', '131909.490000', '131909.492000', '131909.495000', '131909.498000', '131909.500000', '131909.503000', '131909.505000', '131909.508000', '131909.510000', '131909.513000', '131909.516000', '131909.526000', '131909.528000', '131909.531000', '131909.534000', '131909.536000', '131909.539000', '131909.541000', '131909.544000', '131909.546000', '131909.549000', '131909.552000', '131909.554000', '131909.557000', '131929.440000', '131929.443000', '131929.446000', '131929.448000', '131929.451000', '131929.453000', '131929.456000', '131929.459000', '131929.461000', '131929.464000', '131929.467000', '131929.469000', '131929.472000', '131929.474000', '131929.477000', '131929.480000', '131929.482000', '131929.485000', '131929.487000', '131929.490000', '131929.492000', '131929.495000', '131929.497000', '131929.500000', '131929.503000', '131929.505000', '131929.508000', '131929.510000', '131929.513000', '131929.516000', '131929.518000', '131929.521000', '131929.523000', '131929.526000', '131929.529000', '131929.531000', '131929.534000', '131929.536000', '131929.539000', '131929.542000', '131929.544000', '131929.547000', '131929.549000', '131929.552000', '131949.439000', '131949.442000', '131949.445000', '131949.447000', '131949.450000', '131949.453000', '131949.455000', '131949.458000', '131949.460000', '131949.466000', '131949.468000', '131949.471000', '131949.473000', '131949.476000', '131949.479000', '131949.481000', '131949.484000', '131949.486000', '131949.489000', '131949.491000', '131949.494000', '131949.497000', '131949.499000', '131949.502000', '131949.504000', '131949.507000', '131949.509000', '131949.512000', '131949.515000', '131949.517000', '131949.520000', '131949.523000', '131949.525000', '131949.528000', '131949.530000', '131949.533000', '131949.535000', '131949.538000', '131949.541000', '131949.543000', '131949.546000', '131949.548000', '131949.569000', '132009.439000', '132009.442000', '132009.445000', '132009.447000', '132009.450000', '132009.452000', '132009.455000', '132009.458000', '132009.460000', '132009.463000', '132009.465000', '132009.468000', '132009.470000', '132009.473000', '132009.476000', '132009.478000', '132009.481000', '132009.483000', '132009.486000', '132009.488000', '132009.491000', '132009.494000', '132009.496000', '132009.499000', '132009.501000', '132009.504000', '132009.507000', '132009.509000', '132009.512000', '132009.514000', '132009.517000', '132009.520000', '132009.522000', '132009.525000', '132009.527000', '132009.530000', '132009.533000', '132009.535000', '132009.538000', '132009.540000', '132009.543000', '132009.546000', '132009.548000', '132009.551000', '132029.441000', '132029.443000', '132029.446000', '132029.449000', '132029.451000', '132029.454000', '132029.456000', '132029.459000', '132029.462000', '132029.464000', '132029.467000', '132029.470000', '132029.472000', '132029.475000', '132029.477000', '132029.480000', '132029.483000', '132029.485000', '132029.488000', '132029.491000', '132029.493000', '132029.496000', '132029.498000', '132029.501000', '132029.503000', '132029.506000', '132029.509000', '132029.511000', '132029.514000', '132029.517000', '132029.519000', '132029.522000', '132029.524000', '132029.527000', '132029.529000', '132029.532000', '132029.535000', '132029.537000', '132029.540000', '132029.542000', '132029.545000', '132029.548000', '132029.550000', '132049.441000', '132049.444000', '132049.447000', '132049.449000', '132049.452000', '132049.454000', '132049.457000', '132049.459000', '132049.462000', '132049.465000', '132049.467000', '132049.470000', '132049.472000', '132049.475000', '132049.477000', '132049.480000', '132049.483000', '132049.485000', '132049.488000', '132049.491000', '132049.493000', '132049.496000', '132049.499000', '132049.501000', '132049.504000', '132049.506000', '132049.509000', '132049.512000', '132049.514000', '132049.517000', '132049.519000', '132049.522000', '132049.525000', '132049.527000', '132049.530000', '132049.532000', '132049.535000', '132049.537000', '132049.540000', '132049.543000', '132049.545000', '132049.548000', '132049.551000', '132109.440000', '132109.443000', '132109.446000', '132109.449000', '132109.451000', '132109.454000', '132109.456000', '132109.459000', '132109.461000', '132109.464000', '132109.467000', '132109.469000', '132109.472000', '132109.474000', '132109.477000', '132109.480000', '132109.482000', '132109.485000', '132109.487000', '132109.490000', '132109.492000', '132109.495000', '132109.497000', '132109.500000', '132109.503000', '132109.505000', '132109.508000', '132109.511000', '132109.513000', '132109.516000', '132109.519000', '132109.521000', '132109.524000', '132109.526000', '132109.529000', '132109.532000', '132109.534000', '132109.537000', '132109.539000', '132109.542000', '132109.545000', '132109.547000', '132109.550000', '132109.553000', '132129.440000', '132129.443000', '132129.446000', '132129.448000', '132129.451000', '132129.454000', '132129.456000', '132129.459000', '132129.462000', '132129.464000', '132129.467000', '132129.469000', '132129.472000', '132129.474000', '132129.477000', '132129.480000', '132129.482000', '132129.485000', '132129.487000', '132129.490000', '132129.493000', '132129.495000', '132129.498000', '132129.500000', '132129.511000', '132129.513000', '132129.516000', '132129.518000', '132129.521000', '132129.524000', '132129.532000', '132129.535000', '132129.538000', '132129.540000', '132129.543000', '132129.545000', '132129.548000', '132129.551000', '132129.553000', '132129.556000', '132129.559000', '132129.561000', '132129.564000', '132129.566000', '132149.440000', '132149.443000', '132149.446000', '132149.448000', '132149.451000', '132149.454000', '132149.456000', '132149.459000', '132149.462000', '132149.464000', '132149.467000', '132149.469000', '132149.472000', '132149.475000', '132149.477000', '132149.480000', '132149.482000', '132149.485000', '132149.487000', '132149.490000', '132149.493000', '132149.495000', '132149.498000', '132149.500000', '132149.503000', '132149.505000', '132149.508000', '132149.511000', '132149.513000', '132149.516000', '132149.518000', '132149.521000', '132149.524000', '132149.526000', '132149.529000', '132149.531000', '132149.534000', '132149.537000', '132149.539000', '132149.542000', '132149.544000', '132149.547000', '132149.550000', '132209.439000', '132209.442000', '132209.454000', '132209.457000', '132209.460000', '132209.462000', '132209.465000', '132209.467000', '132209.470000', '132209.473000', '132209.475000', '132209.478000', '132209.482000', '132209.485000', '132209.488000', '132209.490000', '132209.493000', '132209.496000', '132209.498000', '132209.501000', '132209.503000', '132209.506000', '132209.509000', '132209.511000', '132209.514000', '132209.516000', '132209.519000', '132209.522000', '132209.524000', '132209.527000', '132209.530000', '132209.532000', '132209.535000', '132209.538000', '132209.540000', '132209.543000', '132209.545000', '132209.548000', '132209.551000', '132209.553000', '132209.556000', '132209.558000', '132209.561000', '132229.441000', '132229.443000', '132229.446000', '132229.449000', '132229.451000', '132229.454000', '132229.457000', '132229.459000', '132229.462000', '132229.464000', '132229.467000', '132229.469000', '132229.472000', '132229.475000', '132229.477000', '132229.480000', '132229.482000', '132229.485000', '132229.488000', '132229.490000', '132229.493000', '132229.495000', '132229.498000', '132229.501000', '132229.503000', '132229.506000', '132229.508000', '132229.511000', '132229.513000', '132229.516000', '132229.519000', '132229.521000', '132229.524000', '132229.526000', '132229.529000', '132229.532000', '132229.534000', '132229.537000', '132229.539000', '132229.542000', '132229.545000', '132229.547000', '132229.550000', '132229.552000', '132249.441000', '132249.443000', '132249.446000', '132249.449000', '132249.451000', '132249.454000', '132249.457000', '132249.459000', '132249.462000', '132249.464000', '132249.467000', '132249.469000', '132249.472000', '132249.475000', '132249.477000', '132249.480000', '132249.482000', '132249.485000', '132249.487000', '132249.490000', '132249.493000', '132249.495000', '132249.498000', '132249.500000', '132249.503000', '132249.506000', '132249.508000', '132249.511000', '132249.513000', '132249.516000', '132249.519000', '132249.521000', '132249.524000', '132249.526000', '132249.529000', '132249.532000', '132249.534000', '132249.537000', '132249.539000', '132249.542000', '132249.545000', '132249.547000', '132249.550000', '132309.441000', '132309.443000', '132309.446000', '132309.449000', '132309.451000', '132309.466000', '132309.469000', '132309.471000', '132309.474000', '132309.477000', '132309.479000', '132309.482000', '132309.484000', '132309.487000', '132309.489000', '132309.492000', '132309.495000', '132309.497000', '132309.500000', '132309.502000', '132309.505000', '132309.508000', '132309.510000', '132309.513000', '132309.516000', '132309.518000', '132309.521000', '132309.523000', '132309.526000', '132309.529000', '132309.531000', '132309.534000', '132309.536000', '132309.539000', '132309.542000', '132309.544000', '132309.547000', '132309.549000', '132309.552000', '132309.554000', '132309.557000', '132309.560000', '132309.562000', '132309.565000', '132329.440000', '132329.443000', '132329.446000', '132329.449000', '132329.451000', '132329.454000', '132329.456000', '132329.459000', '132329.462000', '132329.464000', '132329.467000', '132329.469000', '132329.472000', '132329.475000', '132329.477000', '132329.480000', '132329.482000', '132329.485000', '132329.487000', '132329.490000', '132329.493000', '132329.496000', '132329.499000', '132329.502000', '132329.505000', '132329.507000', '132329.510000', '132329.513000', '132329.515000', '132329.518000', '132329.522000', '132329.525000', '132329.527000', '132329.530000', '132329.533000', '132329.535000', '132329.538000', '132329.541000', '132329.543000', '132329.546000', '132329.548000', '132329.551000', '132329.554000', '132349.441000', '132349.444000', '132349.446000', '132349.449000', '132349.451000', '132349.454000', '132349.457000', '132349.459000', '132349.462000', '132349.464000', '132349.467000', '132349.469000', '132349.472000', '132349.475000', '132349.477000', '132349.480000', '132349.482000', '132349.485000', '132349.488000', '132349.490000', '132349.493000', '132349.496000', '132349.498000', '132349.501000', '132349.503000', '132349.506000', '132349.508000', '132349.511000', '132349.514000', '132349.516000', '132349.519000', '132349.521000', '132349.524000', '132349.527000', '132349.529000', '132349.532000', '132349.534000', '132349.537000', '132349.540000', '132349.542000', '132349.545000', '132349.547000', '132349.550000', '132349.553000', '132409.442000', '132409.445000', '132409.448000', '132409.450000', '132409.453000', '132409.455000', '132409.458000', '132409.461000', '132409.463000', '132409.466000', '132409.468000', '132409.471000', '132409.473000', '132409.476000', '132409.479000', '132409.481000', '132409.484000', '132409.487000', '132409.489000', '132409.492000', '132409.494000', '132409.497000', '132409.500000', '132409.502000', '132409.505000', '132409.507000', '132409.510000', '132409.513000', '132409.515000', '132409.518000', '132409.520000', '132409.523000', '132409.525000', '132409.528000', '132409.531000', '132409.533000', '132409.536000', '132409.538000', '132409.541000', '132409.544000', '132409.548000', '132409.550000', '132409.553000', '132429.439000', '132429.442000', '132429.445000', '132429.448000', '132429.450000', '132429.453000', '132429.455000', '132429.458000', '132429.460000', '132429.463000', '132429.465000', '132429.468000', '132429.471000', '132429.473000', '132429.476000', '132429.478000', '132429.493000', '132429.495000', '132429.498000', '132429.500000', '132429.503000', '132429.505000', '132429.508000', '132429.510000', '132429.513000', '132429.516000', '132429.518000', '132429.521000', '132429.523000', '132429.526000', '132429.529000', '132429.531000', '132429.534000', '132429.536000', '132429.539000', '132429.542000', '132429.544000', '132429.547000', '132429.549000', '132429.552000', '132429.555000', '132429.557000', '132429.560000', '132429.562000', '132445.838000', '132445.841000', '132445.844000', '132445.846000', '132445.849000', '132445.852000', '132445.854000', '132445.857000', '132445.860000', '132445.863000', '132445.865000', '132445.868000', '132445.871000', '132445.874000', '132445.876000', '132445.879000', '132445.882000', '132445.885000', '132445.888000', '132445.891000', '132445.894000', '132445.897000', '132445.900000', '132445.904000', '132445.907000', '132445.911000', '132445.918000', '132445.922000', '132445.927000', '132445.930000', '132445.933000', '132445.936000', '132445.939000', '132445.942000', '132445.945000', '132445.948000'], 'InstanceCreationTime': ['131829.496000', '131829.499000', '131829.502000', '131829.504000', '131829.507000', '131829.510000', '131829.512000', '131829.515000', '131829.518000', '131829.520000', '131829.523000', '131829.525000', '131829.528000', '131829.530000', '131829.533000', '131829.536000', '131829.538000', '131829.541000', '131829.543000', '131829.546000', '131829.548000', '131829.551000', '131829.554000', '131829.556000', '131829.559000', '131829.561000', '131829.564000', '131829.566000', '131829.569000', '131829.572000', '131829.574000', '131829.577000', '131829.579000', '131829.582000', '131829.584000', '131829.587000', '131829.590000', '131829.593000', '131829.595000', '131829.598000', '131829.610000', '131829.613000', '131829.615000', '131829.618000', '131829.620000', '131829.623000', '131829.625000', '131829.628000', '131829.631000', '131829.633000', '131829.636000', '131829.639000', '131829.641000', '131849.441000', '131849.444000', '131849.446000', '131849.449000', '131849.451000', '131849.454000', '131849.457000', '131849.459000', '131849.462000', '131849.464000', '131849.467000', '131849.469000', '131849.472000', '131849.475000', '131849.477000', '131849.480000', '131849.482000', '131849.485000', '131849.488000', '131849.490000', '131849.493000', '131849.495000', '131849.506000', '131849.508000', '131849.511000', '131849.514000', '131849.516000', '131849.519000', '131849.521000', '131849.524000', '131849.526000', '131849.529000', '131849.532000', '131849.534000', '131849.537000', '131849.539000', '131849.542000', '131849.544000', '131849.547000', '131849.550000', '131849.552000', '131849.555000', '131849.557000', '131849.560000', '131909.441000', '131909.444000', '131909.446000', '131909.449000', '131909.451000', '131909.454000', '131909.456000', '131909.459000', '131909.461000', '131909.464000', '131909.467000', '131909.469000', '131909.472000', '131909.474000', '131909.477000', '131909.480000', '131909.482000', '131909.485000', '131909.487000', '131909.490000', '131909.492000', '131909.495000', '131909.498000', '131909.500000', '131909.503000', '131909.505000', '131909.508000', '131909.510000', '131909.513000', '131909.516000', '131909.526000', '131909.528000', '131909.531000', '131909.534000', '131909.536000', '131909.539000', '131909.541000', '131909.544000', '131909.546000', '131909.549000', '131909.552000', '131909.554000', '131909.557000', '131929.440000', '131929.443000', '131929.446000', '131929.448000', '131929.451000', '131929.453000', '131929.456000', '131929.459000', '131929.461000', '131929.464000', '131929.467000', '131929.469000', '131929.472000', '131929.474000', '131929.477000', '131929.480000', '131929.482000', '131929.485000', '131929.487000', '131929.490000', '131929.492000', '131929.495000', '131929.497000', '131929.500000', '131929.503000', '131929.505000', '131929.508000', '131929.510000', '131929.513000', '131929.516000', '131929.518000', '131929.521000', '131929.523000', '131929.526000', '131929.529000', '131929.531000', '131929.534000', '131929.536000', '131929.539000', '131929.542000', '131929.544000', '131929.547000', '131929.549000', '131929.552000', '131949.439000', '131949.442000', '131949.445000', '131949.447000', '131949.450000', '131949.453000', '131949.455000', '131949.458000', '131949.460000', '131949.466000', '131949.468000', '131949.471000', '131949.473000', '131949.476000', '131949.479000', '131949.481000', '131949.484000', '131949.486000', '131949.489000', '131949.491000', '131949.494000', '131949.497000', '131949.499000', '131949.502000', '131949.504000', '131949.507000', '131949.509000', '131949.512000', '131949.515000', '131949.517000', '131949.520000', '131949.523000', '131949.525000', '131949.528000', '131949.530000', '131949.533000', '131949.535000', '131949.538000', '131949.541000', '131949.543000', '131949.546000', '131949.548000', '131949.569000', '132009.439000', '132009.442000', '132009.445000', '132009.447000', '132009.450000', '132009.452000', '132009.455000', '132009.458000', '132009.460000', '132009.463000', '132009.465000', '132009.468000', '132009.470000', '132009.473000', '132009.476000', '132009.478000', '132009.481000', '132009.483000', '132009.486000', '132009.488000', '132009.491000', '132009.494000', '132009.496000', '132009.499000', '132009.501000', '132009.504000', '132009.507000', '132009.509000', '132009.512000', '132009.514000', '132009.517000', '132009.520000', '132009.522000', '132009.525000', '132009.527000', '132009.530000', '132009.533000', '132009.535000', '132009.538000', '132009.540000', '132009.543000', '132009.546000', '132009.548000', '132009.551000', '132029.441000', '132029.443000', '132029.446000', '132029.449000', '132029.451000', '132029.454000', '132029.456000', '132029.459000', '132029.462000', '132029.464000', '132029.467000', '132029.470000', '132029.472000', '132029.475000', '132029.477000', '132029.480000', '132029.483000', '132029.485000', '132029.488000', '132029.491000', '132029.493000', '132029.496000', '132029.498000', '132029.501000', '132029.503000', '132029.506000', '132029.509000', '132029.511000', '132029.514000', '132029.517000', '132029.519000', '132029.522000', '132029.524000', '132029.527000', '132029.529000', '132029.532000', '132029.535000', '132029.537000', '132029.540000', '132029.542000', '132029.545000', '132029.548000', '132029.550000', '132049.441000', '132049.444000', '132049.447000', '132049.449000', '132049.452000', '132049.454000', '132049.457000', '132049.459000', '132049.462000', '132049.465000', '132049.467000', '132049.470000', '132049.472000', '132049.475000', '132049.477000', '132049.480000', '132049.483000', '132049.485000', '132049.488000', '132049.491000', '132049.493000', '132049.496000', '132049.499000', '132049.501000', '132049.504000', '132049.506000', '132049.509000', '132049.512000', '132049.514000', '132049.517000', '132049.519000', '132049.522000', '132049.525000', '132049.527000', '132049.530000', '132049.532000', '132049.535000', '132049.537000', '132049.540000', '132049.543000', '132049.545000', '132049.548000', '132049.551000', '132109.440000', '132109.443000', '132109.446000', '132109.449000', '132109.451000', '132109.454000', '132109.456000', '132109.459000', '132109.461000', '132109.464000', '132109.467000', '132109.469000', '132109.472000', '132109.474000', '132109.477000', '132109.480000', '132109.482000', '132109.485000', '132109.487000', '132109.490000', '132109.492000', '132109.495000', '132109.497000', '132109.500000', '132109.503000', '132109.505000', '132109.508000', '132109.511000', '132109.513000', '132109.516000', '132109.519000', '132109.521000', '132109.524000', '132109.526000', '132109.529000', '132109.532000', '132109.534000', '132109.537000', '132109.539000', '132109.542000', '132109.545000', '132109.547000', '132109.550000', '132109.553000', '132129.440000', '132129.443000', '132129.446000', '132129.448000', '132129.451000', '132129.454000', '132129.456000', '132129.459000', '132129.462000', '132129.464000', '132129.467000', '132129.469000', '132129.472000', '132129.474000', '132129.477000', '132129.480000', '132129.482000', '132129.485000', '132129.487000', '132129.490000', '132129.493000', '132129.495000', '132129.498000', '132129.500000', '132129.511000', '132129.513000', '132129.516000', '132129.518000', '132129.521000', '132129.524000', '132129.532000', '132129.535000', '132129.538000', '132129.540000', '132129.543000', '132129.545000', '132129.548000', '132129.551000', '132129.553000', '132129.556000', '132129.559000', '132129.561000', '132129.564000', '132129.566000', '132149.440000', '132149.443000', '132149.446000', '132149.448000', '132149.451000', '132149.454000', '132149.456000', '132149.459000', '132149.462000', '132149.464000', '132149.467000', '132149.469000', '132149.472000', '132149.475000', '132149.477000', '132149.480000', '132149.482000', '132149.485000', '132149.487000', '132149.490000', '132149.493000', '132149.495000', '132149.498000', '132149.500000', '132149.503000', '132149.505000', '132149.508000', '132149.511000', '132149.513000', '132149.516000', '132149.518000', '132149.521000', '132149.524000', '132149.526000', '132149.529000', '132149.531000', '132149.534000', '132149.537000', '132149.539000', '132149.542000', '132149.544000', '132149.547000', '132149.550000', '132209.439000', '132209.442000', '132209.454000', '132209.457000', '132209.460000', '132209.462000', '132209.465000', '132209.467000', '132209.470000', '132209.473000', '132209.475000', '132209.478000', '132209.482000', '132209.485000', '132209.488000', '132209.490000', '132209.493000', '132209.496000', '132209.498000', '132209.501000', '132209.503000', '132209.506000', '132209.509000', '132209.511000', '132209.514000', '132209.516000', '132209.519000', '132209.522000', '132209.524000', '132209.527000', '132209.530000', '132209.532000', '132209.535000', '132209.538000', '132209.540000', '132209.543000', '132209.545000', '132209.548000', '132209.551000', '132209.553000', '132209.556000', '132209.558000', '132209.561000', '132229.441000', '132229.443000', '132229.446000', '132229.449000', '132229.451000', '132229.454000', '132229.457000', '132229.459000', '132229.462000', '132229.464000', '132229.467000', '132229.469000', '132229.472000', '132229.475000', '132229.477000', '132229.480000', '132229.482000', '132229.485000', '132229.488000', '132229.490000', '132229.493000', '132229.495000', '132229.498000', '132229.501000', '132229.503000', '132229.506000', '132229.508000', '132229.511000', '132229.513000', '132229.516000', '132229.519000', '132229.521000', '132229.524000', '132229.526000', '132229.529000', '132229.532000', '132229.534000', '132229.537000', '132229.539000', '132229.542000', '132229.545000', '132229.547000', '132229.550000', '132229.552000', '132249.441000', '132249.443000', '132249.446000', '132249.449000', '132249.451000', '132249.454000', '132249.457000', '132249.459000', '132249.462000', '132249.464000', '132249.467000', '132249.469000', '132249.472000', '132249.475000', '132249.477000', '132249.480000', '132249.482000', '132249.485000', '132249.487000', '132249.490000', '132249.493000', '132249.495000', '132249.498000', '132249.500000', '132249.503000', '132249.506000', '132249.508000', '132249.511000', '132249.513000', '132249.516000', '132249.519000', '132249.521000', '132249.524000', '132249.526000', '132249.529000', '132249.532000', '132249.534000', '132249.537000', '132249.539000', '132249.542000', '132249.545000', '132249.547000', '132249.550000', '132309.441000', '132309.443000', '132309.446000', '132309.449000', '132309.451000', '132309.466000', '132309.469000', '132309.471000', '132309.474000', '132309.477000', '132309.479000', '132309.482000', '132309.484000', '132309.487000', '132309.489000', '132309.492000', '132309.495000', '132309.497000', '132309.500000', '132309.502000', '132309.505000', '132309.508000', '132309.510000', '132309.513000', '132309.516000', '132309.518000', '132309.521000', '132309.523000', '132309.526000', '132309.529000', '132309.531000', '132309.534000', '132309.536000', '132309.539000', '132309.542000', '132309.544000', '132309.547000', '132309.549000', '132309.552000', '132309.554000', '132309.557000', '132309.560000', '132309.562000', '132309.565000', '132329.440000', '132329.443000', '132329.446000', '132329.449000', '132329.451000', '132329.454000', '132329.456000', '132329.459000', '132329.462000', '132329.464000', '132329.467000', '132329.469000', '132329.472000', '132329.475000', '132329.477000', '132329.480000', '132329.482000', '132329.485000', '132329.487000', '132329.490000', '132329.493000', '132329.496000', '132329.499000', '132329.502000', '132329.505000', '132329.507000', '132329.510000', '132329.513000', '132329.515000', '132329.518000', '132329.522000', '132329.525000', '132329.527000', '132329.530000', '132329.533000', '132329.535000', '132329.538000', '132329.541000', '132329.543000', '132329.546000', '132329.548000', '132329.551000', '132329.554000', '132349.441000', '132349.444000', '132349.446000', '132349.449000', '132349.451000', '132349.454000', '132349.457000', '132349.459000', '132349.462000', '132349.464000', '132349.467000', '132349.469000', '132349.472000', '132349.475000', '132349.477000', '132349.480000', '132349.482000', '132349.485000', '132349.488000', '132349.490000', '132349.493000', '132349.496000', '132349.498000', '132349.501000', '132349.503000', '132349.506000', '132349.508000', '132349.511000', '132349.514000', '132349.516000', '132349.519000', '132349.521000', '132349.524000', '132349.527000', '132349.529000', '132349.532000', '132349.534000', '132349.537000', '132349.540000', '132349.542000', '132349.545000', '132349.547000', '132349.550000', '132349.553000', '132409.442000', '132409.445000', '132409.448000', '132409.450000', '132409.453000', '132409.455000', '132409.458000', '132409.461000', '132409.463000', '132409.466000', '132409.468000', '132409.471000', '132409.473000', '132409.476000', '132409.479000', '132409.481000', '132409.484000', '132409.487000', '132409.489000', '132409.492000', '132409.494000', '132409.497000', '132409.500000', '132409.502000', '132409.505000', '132409.507000', '132409.510000', '132409.513000', '132409.515000', '132409.518000', '132409.520000', '132409.523000', '132409.525000', '132409.528000', '132409.531000', '132409.533000', '132409.536000', '132409.538000', '132409.541000', '132409.544000', '132409.548000', '132409.550000', '132409.553000', '132429.439000', '132429.442000', '132429.445000', '132429.448000', '132429.450000', '132429.453000', '132429.455000', '132429.458000', '132429.460000', '132429.463000', '132429.465000', '132429.468000', '132429.471000', '132429.473000', '132429.476000', '132429.478000', '132429.493000', '132429.495000', '132429.498000', '132429.500000', '132429.503000', '132429.505000', '132429.508000', '132429.510000', '132429.513000', '132429.516000', '132429.518000', '132429.521000', '132429.523000', '132429.526000', '132429.529000', '132429.531000', '132429.534000', '132429.536000', '132429.539000', '132429.542000', '132429.544000', '132429.547000', '132429.549000', '132429.552000', '132429.555000', '132429.557000', '132429.560000', '132429.562000', '132445.838000', '132445.841000', '132445.844000', '132445.846000', '132445.849000', '132445.852000', '132445.854000', '132445.857000', '132445.860000', '132445.863000', '132445.865000', '132445.868000', '132445.871000', '132445.874000', '132445.876000', '132445.879000', '132445.882000', '132445.885000', '132445.888000', '132445.891000', '132445.894000', '132445.897000', '132445.900000', '132445.904000', '132445.907000', '132445.911000', '132445.918000', '132445.922000', '132445.927000', '132445.930000', '132445.933000', '132445.936000', '132445.939000', '132445.942000', '132445.945000', '132445.948000'], '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': [9164, 7724, 8383, 7509, 8518, 7684, 8151, 7683, 8530, 7604, 8230, 7681, 8228, 7967, 8159, 7302, 7995, 7243, 8129, 7177, 8049, 7164, 7962, 6861, 8018, 6539, 7971, 6632, 8011, 6315, 7846, 6482, 7656, 6606, 7749, 6391, 7755, 6623, 7725, 8550, 7647, 7378, 7617, 8561, 7669, 8317, 7612, 8021, 7515, 8156, 7082, 8164, 6790, 8032, 6744, 7748, 9237, 7245, 8436, 7178, 8039, 6796, 7854, 6977, 7636, 8262, 7547, 8133, 7257, 7911, 6760, 7750, 6267, 7756, 6432, 7816, 6237, 7535, 6181, 7600, 6101, 7631, 7316, 7397, 9065, 7392, 7662, 7201, 7681, 6918, 7490, 6703, 6374, 7194, 6256, 7295, 7047, 7415, 9526, 7295, 8135, 7292, 8567, 8453, 7869, 11641, 8560, 8402, 9815, 7599, 8053, 7315, 8531, 7286, 7946, 7089, 8213, 7379, 8169, 7253, 8047, 7282, 8462, 7740, 8065, 7377, 7930, 7187, 7957, 7051, 8367, 7203, 8066, 7421, 8759, 7163, 8758, 7224, 8276, 7389, 7113, 7354, 7072, 7516, 7713, 7467, 7087, 7413, 6179, 7621, 6233, 7795, 6644, 7836, 6704, 8337, 6635, 8271, 6722, 8531, 7355, 8098, 6690, 7740, 8499, 7671, 9298, 7391, 7987, 7199, 7886, 6657, 7685, 6526, 7829, 6381, 7655, 6406, 7831, 6319, 7837, 6216, 7803, 6395, 7687, 6370, 7684, 6317, 7651, 6206, 7613, 9986, 8499, 8212, 7195, 8198, 7219, 8004, 6508, 7849, 6782, 7655, 6376, 7738, 5970, 7708, 7690, 7261, 8545, 7148, 7692, 6888, 6454, 6878, 6600, 7049, 6835, 7468, 6243, 7689, 6290, 7905, 6453, 8209, 6580, 8836, 6596, 8662, 9862, 7837, 11686, 9440, 8593, 6752, 7992, 6574, 7815, 6498, 7724, 6255, 7595, 6529, 7529, 9226, 7413, 8740, 7531, 7826, 7656, 8020, 7542, 7975, 7087, 7965, 7616, 7692, 7379, 7981, 7100, 8513, 7453, 7933, 7405, 8393, 7453, 7870, 6810, 7860, 6289, 7817, 6307, 7614, 6307, 7685, 6032, 7631, 6193, 8263, 6527, 8005, 6442, 8251, 6720, 8444, 7633, 8251, 7236, 8547, 7450, 8447, 7148, 7962, 7660, 7638, 10186, 7408, 10070, 7247, 8051, 10327, 7753, 9155, 7628, 8018, 6904, 7823, 6367, 7709, 5882, 7545, 6103, 7519, 6437, 7444, 6104, 7370, 6479, 7370, 7352, 7318, 8205, 7433, 6602, 7462, 7167, 7368, 9553, 7160, 9041, 6890, 7938, 6685, 7851, 6370, 7537, 6095, 7537, 6642, 7483, 8290, 7338, 7853, 7136, 8438, 7434, 8159, 7357, 7955, 7510, 7907, 7050, 7945, 7098, 7849, 7132, 7664, 6859, 8530, 6958, 8990, 7134, 7554, 7433, 7989, 7468, 9741, 7427, 9765, 8497, 8770, 6899, 8065, 8588, 7786, 10432, 7495, 8269, 7315, 8015, 6673, 7852, 6527, 7647, 6110, 7758, 6238, 7669, 6244, 7596, 6293, 7561, 6527, 7438, 7558, 7490, 6183, 7367, 8284, 7332, 9042, 7416, 7968, 6836, 7856, 6890, 7893, 6478, 7806, 6272, 7896, 6356, 7789, 6792, 7808, 8462, 7594, 10003, 7484, 8013, 6443, 7662, 7219, 7223, 6183, 7399, 6038, 7246, 7816, 6909, 8752, 7227, 8183, 7163, 7951, 6593, 7836, 6893, 7562, 6363, 7644, 6176, 7600, 9988, 7681, 9485, 7678, 8285, 7476, 8034, 6655, 7973, 6387, 7774, 6357, 7678, 6181, 7495, 9894, 7382, 8335, 6740, 7959, 6976, 7438, 9101, 7283, 7932, 6923, 7447, 8713, 7178, 7924, 6864, 7649, 6519, 6862, 6732, 6119, 6608, 6542, 6866, 7974, 7064, 7866, 7355, 9987, 8155, 9074, 11512, 9169, 8991, 7772, 7997, 10328, 7283, 8753, 6980, 7807, 6531, 7801, 6182, 7378, 8456, 7227, 8652, 7497, 8008, 7176, 7844, 7414, 7967, 6883, 7830, 6541, 7769, 6594, 7614, 8485, 7468, 8314, 7395, 8915, 7333, 8081, 7432, 7968, 7130, 8001, 6623, 7889, 6485, 7708, 8728, 7421, 8879, 7280, 8281, 7269, 8183, 7128, 8125, 6854, 7832, 6382, 7704, 6520, 7631, 6097, 7538, 6228, 7479, 6014, 7501, 8311, 7336, 8205, 7323, 8226, 7026, 7813, 7330, 7798, 6608, 7848, 6510, 7649, 7722, 7569, 10129, 7229, 9268, 6769, 7896, 6576, 7671, 8986, 7233, 8711, 6943, 7977, 6547, 7625, 5932, 7491, 8852, 7160, 7973, 7335, 7821, 6302, 7645, 6809, 7156, 7137, 7171, 6400, 6792, 7348, 6773, 8448, 6847, 7733, 7094, 8647, 6928, 8157, 6611, 7981, 11536, 9932, 9201, 7654, 8452, 6767, 7594, 8416, 7508, 9687, 7192, 8068, 7543, 7864, 6533, 7687, 6187, 7562, 6108, 7431, 6180, 7053, 8410, 7231, 8592, 7298, 8034, 7259, 7853, 7298, 7849, 6699, 8157, 6673, 7980, 6363, 7687, 9202, 7467, 9376, 7406, 8455, 7018, 7892, 6643, 7786, 6391, 7392, 8709, 7364, 7771, 7204, 8009, 6468, 7812, 6288, 7574, 6365, 7330, 6374, 7406, 7441, 7147, 6881, 7095, 9053, 6941, 8761, 7334, 8929, 7545, 9212, 8183, 7965, 11419, 9711, 8834, 7655, 7863, 6611, 8196, 8666, 7954, 7107, 7700, 6560, 7036, 6457, 7430, 6943, 7990, 7407, 5879, 7693, 6716, 8845, 7541, 9299, 7609, 7378, 7785, 6413, 7781, 6582, 8029, 8656, 7976, 6655, 8239, 6300, 7853, 6507, 7727, 6650, 8185, 6524, 8096, 6511, 8007, 6933, 8331, 7142, 8633, 7021, 7858, 7174, 8348, 7327, 8080, 6708, 7959, 6382, 7711, 6133, 7652, 6842, 7507, 9411, 6985, 8435, 7189, 7965, 7178, 7834, 6695, 7700, 6742, 8243, 7009, 8449, 6309, 7757, 6253, 7608, 8075, 7146, 8946, 7029, 8291, 7084, 8747, 6980, 8545, 6240, 7690, 8448, 7017, 9184, 6531, 6801, 6737, 7784, 6717, 8532, 6641, 6748, 6871, 8304, 7142, 8792, 6916, 7358, 7272, 9561, 7291, 10463, 9069, 9534, 7788, 9675, 6820, 8483, 10761, 9329, 10632, 8356, 8074, 6862, 7762, 6111, 7336, 7927, 7157, 6963, 7112, 7661, 6572, 9110, 6648, 5998, 7087, 6185, 7232, 6098, 8522, 6314, 8704, 6917, 8453, 7001, 8866, 7098, 8406, 7098, 9064, 7117, 8957, 7271, 9698, 8230, 9405, 6722, 8889, 6526, 8308, 10947, 8979, 9953, 9089, 7907, 7096, 7756, 6963, 7765, 6519, 7591, 6373, 7415, 6219, 7409, 6507, 7163, 7531, 7128, 7427, 7290, 6934, 7188, 8627, 7029, 8982, 6868, 6586, 7025], 'WindowCenter': [3706.0, 3671.0, 3666.0, 3655.0, 3663.0, 3652.0, 3650.0, 3639.0, 3648.0, 3638.0, 3637.0, 3638.0, 3648.0, 3637.0, 3636.0, 3625.0, 3636.0, 3625.0, 3637.0, 3625.0, 3637.0, 3624.0, 3635.0, 3613.0, 3649.0, 3617.0, 3636.0, 3615.0, 3636.0, 3614.0, 3637.0, 3615.0, 3651.0, 3629.0, 3639.0, 3617.0, 3638.0, 3616.0, 3651.0, 3661.0, 3639.0, 3638.0, 3639.0, 3647.0, 3640.0, 3650.0, 3638.0, 3637.0, 3627.0, 3636.0, 3625.0, 3648.0, 3615.0, 3637.0, 3614.0, 3636.0, 3646.0, 3625.0, 3635.0, 3628.0, 3636.0, 3614.0, 3636.0, 3612.0, 3624.0, 3635.0, 3637.0, 3637.0, 3625.0, 3636.0, 3614.0, 3625.0, 3615.0, 3636.0, 3617.0, 3639.0, 3606.0, 3637.0, 3605.0, 3638.0, 3605.0, 3639.0, 3638.0, 3640.0, 3660.0, 3640.0, 3639.0, 3640.0, 3650.0, 3640.0, 3640.0, 3630.0, 3630.0, 3642.0, 3630.0, 3653.0, 3642.0, 3654.0, 3675.0, 3652.0, 3651.0, 3641.0, 3662.0, 3649.0, 3638.0, 3671.0, 3648.0, 3649.0, 3659.0, 3637.0, 3636.0, 3627.0, 3646.0, 3626.0, 3636.0, 3628.0, 3647.0, 3638.0, 3647.0, 3638.0, 3636.0, 3637.0, 3648.0, 3639.0, 3637.0, 3638.0, 3638.0, 3629.0, 3637.0, 3628.0, 3649.0, 3639.0, 3637.0, 3639.0, 3659.0, 3657.0, 3679.0, 3639.0, 3646.0, 3638.0, 3626.0, 3627.0, 3625.0, 3637.0, 3639.0, 3640.0, 3627.0, 3638.0, 3604.0, 3637.0, 3605.0, 3638.0, 3627.0, 3638.0, 3626.0, 3647.0, 3615.0, 3636.0, 3616.0, 3650.0, 3626.0, 3636.0, 3614.0, 3625.0, 3634.0, 3625.0, 3645.0, 3637.0, 3636.0, 3624.0, 3635.0, 3612.0, 3623.0, 3615.0, 3637.0, 3616.0, 3636.0, 3616.0, 3637.0, 3616.0, 3637.0, 3617.0, 3639.0, 3617.0, 3639.0, 3618.0, 3639.0, 3618.0, 3639.0, 3617.0, 3640.0, 3671.0, 3650.0, 3648.0, 3628.0, 3651.0, 3638.0, 3637.0, 3616.0, 3650.0, 3627.0, 3637.0, 3615.0, 3637.0, 3605.0, 3638.0, 3637.0, 3638.0, 3648.0, 3639.0, 3651.0, 3641.0, 3629.0, 3641.0, 3642.0, 3668.0, 3644.0, 3653.0, 3631.0, 3652.0, 3630.0, 3651.0, 3630.0, 3651.0, 3629.0, 3661.0, 3629.0, 3650.0, 3659.0, 3638.0, 3681.0, 3659.0, 3646.0, 3614.0, 3635.0, 3613.0, 3635.0, 3615.0, 3636.0, 3603.0, 3635.0, 3602.0, 3625.0, 3645.0, 3625.0, 3647.0, 3636.0, 3635.0, 3636.0, 3637.0, 3638.0, 3636.0, 3627.0, 3636.0, 3637.0, 3637.0, 3639.0, 3637.0, 3627.0, 3660.0, 3641.0, 3650.0, 3638.0, 3647.0, 3637.0, 3637.0, 3615.0, 3637.0, 3615.0, 3638.0, 3616.0, 3650.0, 3628.0, 3650.0, 3619.0, 3650.0, 3619.0, 3650.0, 3628.0, 3650.0, 3628.0, 3650.0, 3630.0, 3651.0, 3640.0, 3650.0, 3639.0, 3649.0, 3638.0, 3650.0, 3629.0, 3638.0, 3636.0, 3637.0, 3656.0, 3625.0, 3657.0, 3624.0, 3637.0, 3657.0, 3623.0, 3643.0, 3623.0, 3622.0, 3612.0, 3635.0, 3614.0, 3624.0, 3593.0, 3636.0, 3604.0, 3639.0, 3617.0, 3639.0, 3617.0, 3640.0, 3643.0, 3653.0, 3640.0, 3653.0, 3649.0, 3641.0, 3629.0, 3640.0, 3628.0, 3639.0, 3659.0, 3629.0, 3661.0, 3628.0, 3651.0, 3628.0, 3638.0, 3616.0, 3637.0, 3616.0, 3638.0, 3628.0, 3652.0, 3661.0, 3640.0, 3650.0, 3640.0, 3649.0, 3640.0, 3650.0, 3640.0, 3651.0, 3640.0, 3649.0, 3641.0, 3651.0, 3641.0, 3651.0, 3641.0, 3640.0, 3631.0, 3661.0, 3640.0, 3660.0, 3640.0, 3639.0, 3640.0, 3649.0, 3639.0, 3659.0, 3639.0, 3660.0, 3648.0, 3636.0, 3614.0, 3635.0, 3634.0, 3624.0, 3655.0, 3624.0, 3635.0, 3624.0, 3634.0, 3613.0, 3634.0, 3603.0, 3624.0, 3604.0, 3636.0, 3604.0, 3636.0, 3615.0, 3637.0, 3615.0, 3637.0, 3616.0, 3640.0, 3638.0, 3638.0, 3617.0, 3638.0, 3648.0, 3638.0, 3648.0, 3637.0, 3649.0, 3629.0, 3649.0, 3628.0, 3650.0, 3630.0, 3650.0, 3617.0, 3650.0, 3630.0, 3651.0, 3628.0, 3639.0, 3648.0, 3638.0, 3658.0, 3626.0, 3637.0, 3615.0, 3638.0, 3626.0, 3637.0, 3605.0, 3638.0, 3616.0, 3639.0, 3639.0, 3642.0, 3661.0, 3640.0, 3651.0, 3640.0, 3650.0, 3628.0, 3640.0, 3641.0, 3639.0, 3617.0, 3639.0, 3616.0, 3638.0, 3659.0, 3651.0, 3661.0, 3638.0, 3647.0, 3627.0, 3637.0, 3615.0, 3637.0, 3616.0, 3637.0, 3616.0, 3638.0, 3616.0, 3639.0, 3670.0, 3639.0, 3662.0, 3630.0, 3649.0, 3625.0, 3626.0, 3647.0, 3637.0, 3637.0, 3626.0, 3639.0, 3647.0, 3627.0, 3649.0, 3629.0, 3639.0, 3630.0, 3629.0, 3641.0, 3631.0, 3643.0, 3632.0, 3645.0, 3665.0, 3655.0, 3653.0, 3654.0, 3674.0, 3651.0, 3662.0, 3671.0, 3661.0, 3660.0, 3637.0, 3637.0, 3657.0, 3626.0, 3646.0, 3625.0, 3636.0, 3615.0, 3637.0, 3604.0, 3637.0, 3646.0, 3637.0, 3647.0, 3626.0, 3636.0, 3626.0, 3637.0, 3626.0, 3637.0, 3625.0, 3635.0, 3615.0, 3637.0, 3615.0, 3636.0, 3647.0, 3627.0, 3636.0, 3626.0, 3646.0, 3626.0, 3635.0, 3637.0, 3637.0, 3625.0, 3636.0, 3614.0, 3636.0, 3614.0, 3639.0, 3647.0, 3627.0, 3646.0, 3625.0, 3634.0, 3625.0, 3635.0, 3625.0, 3636.0, 3615.0, 3636.0, 3616.0, 3638.0, 3616.0, 3637.0, 3617.0, 3638.0, 3615.0, 3638.0, 3616.0, 3640.0, 3650.0, 3652.0, 3662.0, 3653.0, 3650.0, 3640.0, 3651.0, 3638.0, 3640.0, 3628.0, 3638.0, 3618.0, 3639.0, 3638.0, 3638.0, 3669.0, 3638.0, 3660.0, 3629.0, 3638.0, 3615.0, 3636.0, 3646.0, 3626.0, 3647.0, 3627.0, 3649.0, 3616.0, 3637.0, 3605.0, 3638.0, 3647.0, 3628.0, 3637.0, 3638.0, 3638.0, 3617.0, 3652.0, 3641.0, 3654.0, 3640.0, 3639.0, 3617.0, 3630.0, 3639.0, 3630.0, 3651.0, 3642.0, 3652.0, 3642.0, 3662.0, 3641.0, 3650.0, 3628.0, 3650.0, 3670.0, 3671.0, 3659.0, 3637.0, 3636.0, 3615.0, 3636.0, 3634.0, 3625.0, 3656.0, 3626.0, 3637.0, 3638.0, 3636.0, 3616.0, 3637.0, 3605.0, 3650.0, 3617.0, 3638.0, 3617.0, 3637.0, 3648.0, 3639.0, 3649.0, 3640.0, 3649.0, 3639.0, 3648.0, 3638.0, 3637.0, 3627.0, 3651.0, 3630.0, 3649.0, 3616.0, 3638.0, 3657.0, 3626.0, 3646.0, 3625.0, 3647.0, 3639.0, 3637.0, 3615.0, 3638.0, 3614.0, 3638.0, 3658.0, 3637.0, 3636.0, 3637.0, 3648.0, 3617.0, 3638.0, 3618.0, 3650.0, 3629.0, 3641.0, 3629.0, 3653.0, 3651.0, 3644.0, 3642.0, 3643.0, 3662.0, 3643.0, 3663.0, 3640.0, 3662.0, 3639.0, 3660.0, 3648.0, 3638.0, 3671.0, 3659.0, 3647.0, 3637.0, 3637.0, 3630.0, 3652.0, 3648.0, 3638.0, 3628.0, 3652.0, 3617.0, 3625.0, 3615.0, 3626.0, 3626.0, 3638.0, 3653.0, 3621.0, 3639.0, 3627.0, 3648.0, 3637.0, 3659.0, 3639.0, 3627.0, 3638.0, 3615.0, 3626.0, 3614.0, 3650.0, 3660.0, 3638.0, 3615.0, 3636.0, 3603.0, 3635.0, 3602.0, 3639.0, 3628.0, 3648.0, 3616.0, 3636.0, 3615.0, 3636.0, 3626.0, 3636.0, 3628.0, 3662.0, 3641.0, 3649.0, 3629.0, 3649.0, 3638.0, 3637.0, 3628.0, 3652.0, 3630.0, 3639.0, 3617.0, 3639.0, 3627.0, 3639.0, 3659.0, 3628.0, 3649.0, 3641.0, 3650.0, 3640.0, 3639.0, 3630.0, 3649.0, 3631.0, 3651.0, 3641.0, 3664.0, 3635.0, 3653.0, 3630.0, 3651.0, 3650.0, 3640.0, 3661.0, 3643.0, 3651.0, 3643.0, 3662.0, 3641.0, 3661.0, 3618.0, 3652.0, 3650.0, 3642.0, 3674.0, 3644.0, 3630.0, 3644.0, 3652.0, 3642.0, 3662.0, 3643.0, 3644.0, 3644.0, 3663.0, 3643.0, 3663.0, 3643.0, 3641.0, 3641.0, 3660.0, 3640.0, 3672.0, 3662.0, 3661.0, 3638.0, 3658.0, 3614.0, 3647.0, 3656.0, 3646.0, 3670.0, 3648.0, 3635.0, 3613.0, 3624.0, 3602.0, 3624.0, 3635.0, 3626.0, 3624.0, 3626.0, 3638.0, 3676.0, 3677.0, 3630.0, 3601.0, 3624.0, 3616.0, 3638.0, 3617.0, 3660.0, 3629.0, 3661.0, 3640.0, 3650.0, 3640.0, 3661.0, 3642.0, 3650.0, 3641.0, 3659.0, 3628.0, 3649.0, 3640.0, 3661.0, 3649.0, 3659.0, 3616.0, 3647.0, 3604.0, 3637.0, 3656.0, 3647.0, 3657.0, 3646.0, 3623.0, 3613.0, 3622.0, 3612.0, 3623.0, 3602.0, 3636.0, 3616.0, 3626.0, 3605.0, 3637.0, 3616.0, 3627.0, 3650.0, 3642.0, 3639.0, 3640.0, 3642.0, 3642.0, 3648.0, 3640.0, 3662.0, 3630.0, 3630.0, 3641.0], 'WindowWidth': [8369.0, 8311.0, 8295.0, 8277.0, 8287.0, 8269.0, 8260.0, 8245.0, 8253.0, 8239.0, 8236.0, 8240.0, 8253.0, 8237.0, 8234.0, 8219.0, 8233.0, 8217.0, 8238.0, 8218.0, 8236.0, 8216.0, 8231.0, 8199.0, 8256.0, 8212.0, 8235.0, 8206.0, 8234.0, 8203.0, 8235.0, 8206.0, 8264.0, 8230.0, 8243.0, 8211.0, 8240.0, 8207.0, 8261.0, 8278.0, 8244.0, 8241.0, 8241.0, 8250.0, 8247.0, 8262.0, 8239.0, 8238.0, 8223.0, 8233.0, 8219.0, 8254.0, 8208.0, 8235.0, 8202.0, 8234.0, 8245.0, 8216.0, 8232.0, 8225.0, 8231.0, 8200.0, 8231.0, 8197.0, 8215.0, 8231.0, 8240.0, 8238.0, 8218.0, 8234.0, 8203.0, 8218.0, 8206.0, 8233.0, 8213.0, 8245.0, 8195.0, 8238.0, 8194.0, 8239.0, 8194.0, 8242.0, 8240.0, 8246.0, 8275.0, 8247.0, 8244.0, 8245.0, 8260.0, 8246.0, 8248.0, 8236.0, 8233.0, 8253.0, 8237.0, 8270.0, 8252.0, 8271.0, 8302.0, 8268.0, 8263.0, 8248.0, 8277.0, 8256.0, 8241.0, 8287.0, 8251.0, 8256.0, 8268.0, 8236.0, 8234.0, 8222.0, 8247.0, 8221.0, 8234.0, 8227.0, 8251.0, 8239.0, 8251.0, 8239.0, 8234.0, 8237.0, 8251.0, 8242.0, 8239.0, 8241.0, 8239.0, 8231.0, 8239.0, 8227.0, 8255.0, 8243.0, 8238.0, 8244.0, 8271.0, 8283.0, 8315.0, 8244.0, 8249.0, 8239.0, 8221.0, 8223.0, 8219.0, 8238.0, 8246.0, 8246.0, 8224.0, 8240.0, 8191.0, 8237.0, 8192.0, 8239.0, 8225.0, 8239.0, 8222.0, 8251.0, 8205.0, 8235.0, 8209.0, 8259.0, 8222.0, 8233.0, 8202.0, 8216.0, 8227.0, 8216.0, 8243.0, 8238.0, 8236.0, 8216.0, 8231.0, 8197.0, 8212.0, 8205.0, 8236.0, 8208.0, 8235.0, 8208.0, 8237.0, 8210.0, 8239.0, 8213.0, 8243.0, 8212.0, 8242.0, 8214.0, 8243.0, 8214.0, 8243.0, 8212.0, 8245.0, 8290.0, 8258.0, 8253.0, 8227.0, 8265.0, 8241.0, 8237.0, 8209.0, 8258.0, 8224.0, 8236.0, 8207.0, 8237.0, 8192.0, 8239.0, 8237.0, 8240.0, 8253.0, 8246.0, 8265.0, 8251.0, 8231.0, 8251.0, 8254.0, 8302.0, 8263.0, 8269.0, 8238.0, 8267.0, 8234.0, 8263.0, 8235.0, 8264.0, 8231.0, 8276.0, 8230.0, 8261.0, 8269.0, 8240.0, 8303.0, 8270.0, 8247.0, 8203.0, 8231.0, 8200.0, 8232.0, 8206.0, 8235.0, 8186.0, 8231.0, 8185.0, 8217.0, 8244.0, 8220.0, 8253.0, 8234.0, 8232.0, 8234.0, 8239.0, 8241.0, 8236.0, 8225.0, 8234.0, 8238.0, 8238.0, 8243.0, 8236.0, 8226.0, 8271.0, 8251.0, 8258.0, 8240.0, 8249.0, 8237.0, 8237.0, 8206.0, 8236.0, 8208.0, 8239.0, 8208.0, 8259.0, 8230.0, 8260.0, 8220.0, 8261.0, 8218.0, 8262.0, 8229.0, 8259.0, 8230.0, 8259.0, 8234.0, 8262.0, 8245.0, 8258.0, 8245.0, 8255.0, 8240.0, 8261.0, 8231.0, 8240.0, 8234.0, 8235.0, 8260.0, 8217.0, 8263.0, 8215.0, 8239.0, 8262.0, 8211.0, 8238.0, 8211.0, 8209.0, 8196.0, 8232.0, 8202.0, 8215.0, 8175.0, 8235.0, 8191.0, 8245.0, 8213.0, 8244.0, 8214.0, 8247.0, 8258.0, 8271.0, 8249.0, 8268.0, 8259.0, 8249.0, 8231.0, 8246.0, 8228.0, 8244.0, 8271.0, 8230.0, 8274.0, 8229.0, 8263.0, 8228.0, 8240.0, 8210.0, 8238.0, 8210.0, 8242.0, 8228.0, 8268.0, 8278.0, 8247.0, 8262.0, 8246.0, 8256.0, 8247.0, 8259.0, 8247.0, 8264.0, 8248.0, 8257.0, 8251.0, 8264.0, 8252.0, 8263.0, 8250.0, 8247.0, 8238.0, 8275.0, 8248.0, 8274.0, 8248.0, 8244.0, 8247.0, 8257.0, 8242.0, 8268.0, 8242.0, 8274.0, 8253.0, 8234.0, 8201.0, 8231.0, 8227.0, 8213.0, 8255.0, 8214.0, 8230.0, 8216.0, 8227.0, 8199.0, 8229.0, 8186.0, 8216.0, 8190.0, 8235.0, 8190.0, 8234.0, 8206.0, 8236.0, 8205.0, 8237.0, 8209.0, 8247.0, 8242.0, 8241.0, 8212.0, 8242.0, 8252.0, 8240.0, 8253.0, 8237.0, 8256.0, 8229.0, 8256.0, 8228.0, 8260.0, 8235.0, 8260.0, 8213.0, 8260.0, 8236.0, 8261.0, 8227.0, 8243.0, 8253.0, 8239.0, 8267.0, 8221.0, 8235.0, 8206.0, 8239.0, 8221.0, 8236.0, 8194.0, 8241.0, 8210.0, 8244.0, 8245.0, 8254.0, 8278.0, 8248.0, 8262.0, 8247.0, 8259.0, 8227.0, 8246.0, 8250.0, 8245.0, 8212.0, 8243.0, 8211.0, 8241.0, 8270.0, 8262.0, 8276.0, 8239.0, 8251.0, 8223.0, 8237.0, 8205.0, 8238.0, 8210.0, 8238.0, 8209.0, 8240.0, 8211.0, 8243.0, 8285.0, 8244.0, 8280.0, 8234.0, 8255.0, 8218.0, 8222.0, 8250.0, 8238.0, 8237.0, 8222.0, 8243.0, 8252.0, 8225.0, 8259.0, 8230.0, 8244.0, 8234.0, 8231.0, 8253.0, 8240.0, 8259.0, 8243.0, 8263.0, 8290.0, 8276.0, 8270.0, 8270.0, 8298.0, 8263.0, 8278.0, 8289.0, 8275.0, 8273.0, 8237.0, 8237.0, 8264.0, 8221.0, 8247.0, 8218.0, 8234.0, 8204.0, 8235.0, 8191.0, 8237.0, 8248.0, 8238.0, 8250.0, 8222.0, 8236.0, 8222.0, 8235.0, 8222.0, 8238.0, 8221.0, 8233.0, 8205.0, 8236.0, 8205.0, 8234.0, 8251.0, 8224.0, 8234.0, 8223.0, 8247.0, 8220.0, 8232.0, 8237.0, 8237.0, 8219.0, 8233.0, 8203.0, 8234.0, 8201.0, 8244.0, 8250.0, 8223.0, 8248.0, 8217.0, 8229.0, 8218.0, 8231.0, 8219.0, 8234.0, 8205.0, 8235.0, 8208.0, 8241.0, 8211.0, 8238.0, 8213.0, 8240.0, 8208.0, 8240.0, 8211.0, 8247.0, 8260.0, 8266.0, 8281.0, 8269.0, 8260.0, 8248.0, 8264.0, 8242.0, 8246.0, 8227.0, 8241.0, 8214.0, 8242.0, 8239.0, 8241.0, 8283.0, 8240.0, 8275.0, 8233.0, 8239.0, 8206.0, 8235.0, 8248.0, 8222.0, 8249.0, 8226.0, 8257.0, 8211.0, 8238.0, 8193.0, 8239.0, 8250.0, 8227.0, 8238.0, 8240.0, 8241.0, 8212.0, 8266.0, 8252.0, 8273.0, 8248.0, 8244.0, 8213.0, 8234.0, 8244.0, 8235.0, 8264.0, 8254.0, 8266.0, 8254.0, 8279.0, 8248.0, 8262.0, 8227.0, 8258.0, 8286.0, 8287.0, 8269.0, 8237.0, 8235.0, 8204.0, 8234.0, 8229.0, 8217.0, 8260.0, 8220.0, 8238.0, 8239.0, 8236.0, 8209.0, 8238.0, 8194.0, 8259.0, 8212.0, 8242.0, 8211.0, 8240.0, 8252.0, 8242.0, 8256.0, 8246.0, 8256.0, 8243.0, 8254.0, 8240.0, 8238.0, 8224.0, 8263.0, 8235.0, 8257.0, 8209.0, 8239.0, 8265.0, 8222.0, 8247.0, 8219.0, 8250.0, 8245.0, 8237.0, 8206.0, 8243.0, 8205.0, 8239.0, 8268.0, 8239.0, 8236.0, 8238.0, 8254.0, 8214.0, 8243.0, 8215.0, 8261.0, 8232.0, 8250.0, 8234.0, 8270.0, 8266.0, 8258.0, 8255.0, 8255.0, 8279.0, 8256.0, 8282.0, 8247.0, 8277.0, 8244.0, 8273.0, 8253.0, 8240.0, 8288.0, 8269.0, 8251.0, 8236.0, 8239.0, 8233.0, 8265.0, 8250.0, 8238.0, 8228.0, 8266.0, 8210.0, 8217.0, 8203.0, 8220.0, 8221.0, 8241.0, 8272.0, 8228.0, 8245.0, 8224.0, 8252.0, 8237.0, 8270.0, 8244.0, 8224.0, 8238.0, 8205.0, 8219.0, 8203.0, 8260.0, 8274.0, 8240.0, 8205.0, 8234.0, 8186.0, 8232.0, 8185.0, 8245.0, 8228.0, 8253.0, 8207.0, 8234.0, 8206.0, 8234.0, 8221.0, 8234.0, 8229.0, 8280.0, 8249.0, 8255.0, 8229.0, 8256.0, 8240.0, 8238.0, 8227.0, 8267.0, 8236.0, 8242.0, 8211.0, 8242.0, 8226.0, 8243.0, 8269.0, 8228.0, 8256.0, 8248.0, 8259.0, 8245.0, 8244.0, 8235.0, 8258.0, 8236.0, 8263.0, 8250.0, 8286.0, 8249.0, 8267.0, 8232.0, 8262.0, 8260.0, 8247.0, 8276.0, 8257.0, 8264.0, 8254.0, 8279.0, 8251.0, 8276.0, 8216.0, 8263.0, 8258.0, 8252.0, 8300.0, 8261.0, 8234.0, 8259.0, 8264.0, 8253.0, 8278.0, 8255.0, 8258.0, 8259.0, 8282.0, 8254.0, 8282.0, 8253.0, 8249.0, 8249.0, 8273.0, 8244.0, 8291.0, 8279.0, 8273.0, 8238.0, 8266.0, 8204.0, 8250.0, 8259.0, 8246.0, 8285.0, 8253.0, 8229.0, 8198.0, 8214.0, 8183.0, 8214.0, 8231.0, 8223.0, 8217.0, 8222.0, 8243.0, 8327.0, 8311.0, 8235.0, 8180.0, 8216.0, 8211.0, 8239.0, 8214.0, 8272.0, 8233.0, 8276.0, 8248.0, 8259.0, 8248.0, 8276.0, 8253.0, 8260.0, 8250.0, 8271.0, 8228.0, 8255.0, 8245.0, 8276.0, 8255.0, 8269.0, 8207.0, 8250.0, 8189.0, 8235.0, 8261.0, 8249.0, 8263.0, 8245.0, 8211.0, 8198.0, 8209.0, 8197.0, 8212.0, 8184.0, 8236.0, 8210.0, 8223.0, 8194.0, 8238.0, 8208.0, 8226.0, 8260.0, 8252.0, 8243.0, 8248.0, 8255.0, 8255.0, 8253.0, 8246.0, 8278.0, 8233.0, 8235.0, 8249.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.0010239310344827587</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.0215305708045977</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.16698465026469</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.167074320598388</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0226610697123115</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4857</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3800.1484</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09001408868276282</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>25</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.8735632183908044</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.493488591869909</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5129123037238656</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.611386846830595</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3561666250552666</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0122575</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0081839170306921</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.026293892413377762</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.021516453891252</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>27.5944</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.625</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>152.9987</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>298004.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>651.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>281.4928</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8118</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>427.5671</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2873.6603</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3023.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>78540.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1057.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3765.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>751.7017</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>40.300553723587655</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> |