=== 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-0112 --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-0112",
"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-0112_ses-04_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0112_ses-04_task-social_acq-mb8_run-01_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-04_subject-0112_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-0112/figures/sub-0112_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0112_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-0112/figures/sub-0112_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0112_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-0112/figures/sub-0112_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0112_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-0112/figures/sub-0112_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-04_subject-0112_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-0112/figures/sub-0112_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-04_subject-0112_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-0112/figures/sub-0112_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0112_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-0112/figures/sub-0112_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0112/figures/sub-0112_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0112/ses-04/func/sub-0112_ses-04_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>dcc7637258b1021dfc591275019ce0e4</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>14:03:18.800000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_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.998118, 0.0249617, 0.0560125, -0.0238705, 0.999514, -0.0200665]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0743436</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4234, -7812, -7245, 198, -76, -123, -80, 40]</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>221.38</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>450160e8-bac7-4cd5-9f1b-967ab6c0561e||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.67787766456604, -0.06404278427362442, 0.15251271426677704, 114.53227233886719], [-0.06697037816047668, 2.68162202835083, -0.050467658787965775, -99.66000366210938], [0.1502775400876999, 0.05383705720305443, 2.695216655731201, -80.42733764648438], [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': ['140318.800000', '140319.260000', '140319.720000', '140320.180000', '140320.640000', '140321.100000', '140321.560000', '140322.020000', '140322.480000', '140322.940000', '140323.400000', '140323.860000', '140324.320000', '140324.780000', '140325.240000', '140325.700000', '140326.160000', '140326.620000', '140327.080000', '140327.540000', '140328.000000', '140328.460000', '140328.920000', '140329.380000', '140329.840000', '140330.300000', '140330.760000', '140331.220000', '140331.680000', '140332.140000', '140332.600000', '140333.060000', '140333.520000', '140333.980000', '140334.440000', '140334.900000', '140335.360000', '140335.820000', '140336.280000', '140336.740000', '140337.200000', '140337.660000', '140338.120000', '140338.580000', '140339.040000', '140339.500000', '140339.960000', '140340.420000', '140340.880000', '140341.340000', '140341.800000', '140342.260000', '140342.720000', '140343.180000', '140343.640000', '140344.100000', '140344.560000', '140345.020000', '140345.480000', '140345.940000', '140346.400000', '140346.860000', '140347.320000', '140347.780000', '140348.240000', '140348.700000', '140349.160000', '140349.620000', '140350.080000', '140350.540000', '140351.000000', '140351.460000', '140351.920000', '140352.380000', '140352.840000', '140353.300000', '140353.760000', '140354.220000', '140354.680000', '140355.140000', '140355.600000', '140356.060000', '140356.520000', '140356.980000', '140357.440000', '140357.900000', '140358.360000', '140358.820000', '140359.280000', '140359.740000', '140400.200000', '140400.660000', '140401.120000', '140401.580000', '140402.040000', '140402.500000', '140402.960000', '140403.420000', '140403.880000', '140404.340000', '140404.800000', '140405.260000', '140405.720000', '140406.180000', '140406.640000', '140407.100000', '140407.560000', '140408.020000', '140408.480000', '140408.940000', '140409.400000', '140409.860000', '140410.320000', '140410.780000', '140411.240000', '140411.700000', '140412.160000', '140412.620000', '140413.080000', '140413.540000', '140414.000000', '140414.460000', '140414.920000', '140415.380000', '140415.840000', '140416.300000', '140416.760000', '140417.220000', '140417.680000', '140418.140000', '140418.600000', '140419.060000', '140419.520000', '140419.980000', '140420.440000', '140420.900000', '140421.360000', '140421.820000', '140422.280000', '140422.740000', '140423.200000', '140423.660000', '140424.120000', '140424.580000', '140425.040000', '140425.500000', '140425.960000', '140426.420000', '140426.880000', '140427.340000', '140427.800000', '140428.260000', '140428.720000', '140429.180000', '140429.640000', '140430.100000', '140430.560000', '140431.020000', '140431.480000', '140431.940000', '140432.400000', '140432.860000', '140433.320000', '140433.780000', '140434.240000', '140434.700000', '140435.160000', '140435.620000', '140436.080000', '140436.540000', '140437.000000', '140437.460000', '140437.920000', '140438.380000', '140438.840000', '140439.300000', '140439.760000', '140440.220000', '140440.680000', '140441.140000', '140441.600000', '140442.060000', '140442.520000', '140442.980000', '140443.440000', '140443.900000', '140444.360000', '140444.820000', '140445.280000', '140445.740000', '140446.200000', '140446.660000', '140447.120000', '140447.580000', '140448.040000', '140448.500000', '140448.960000', '140449.420000', '140449.880000', '140450.340000', '140450.800000', '140451.260000', '140451.720000', '140452.180000', '140452.640000', '140453.100000', '140453.560000', '140454.020000', '140454.480000', '140454.940000', '140455.400000', '140455.860000', '140456.320000', '140456.780000', '140457.240000', '140457.700000', '140458.160000', '140458.620000', '140459.080000', '140459.540000', '140500.000000', '140500.460000', '140500.920000', '140501.380000', '140501.840000', '140502.300000', '140502.760000', '140503.220000', '140503.680000', '140504.140000', '140504.600000', '140505.060000', '140505.520000', '140505.980000', '140506.440000', '140506.900000', '140507.360000', '140507.820000', '140508.280000', '140508.740000', '140509.200000', '140509.660000', '140510.120000', '140510.580000', '140511.040000', '140511.500000', '140511.960000', '140512.420000', '140512.880000', '140513.340000', '140513.800000', '140514.260000', '140514.720000', '140515.180000', '140515.640000', '140516.100000', '140516.560000', '140517.020000', '140517.480000', '140517.940000', '140518.400000', '140518.860000', '140519.320000', '140519.780000', '140520.240000', '140520.700000', '140521.160000', '140521.620000', '140522.080000', '140522.540000', '140523.000000', '140523.460000', '140523.920000', '140524.380000', '140524.840000', '140525.300000', '140525.760000', '140526.220000', '140526.680000', '140527.140000', '140527.600000', '140528.060000', '140528.520000', '140528.980000', '140529.440000', '140529.900000', '140530.360000', '140530.820000', '140531.280000', '140531.740000', '140532.200000', '140532.660000', '140533.120000', '140533.580000', '140534.040000', '140534.500000', '140534.960000', '140535.420000', '140535.880000', '140536.340000', '140536.800000', '140537.260000', '140537.720000', '140538.180000', '140538.640000', '140539.100000', '140539.560000', '140540.020000', '140540.480000', '140540.940000', '140541.400000', '140541.860000', '140542.320000', '140542.780000', '140543.240000', '140543.700000', '140544.160000', '140544.620000', '140545.080000', '140545.540000', '140546.000000', '140546.460000', '140546.920000', '140547.380000', '140547.840000', '140548.300000', '140548.760000', '140549.220000', '140549.680000', '140550.140000', '140550.600000', '140551.060000', '140551.520000', '140551.980000', '140552.440000', '140552.900000', '140553.360000', '140553.820000', '140554.280000', '140554.740000', '140555.200000', '140555.660000', '140556.120000', '140556.580000', '140557.040000', '140557.500000', '140557.960000', '140558.420000', '140558.880000', '140559.340000', '140559.800000', '140600.260000', '140600.720000', '140601.180000', '140601.640000', '140602.100000', '140602.560000', '140603.020000', '140603.480000', '140603.940000', '140604.400000', '140604.860000', '140605.320000', '140605.780000', '140606.240000', '140606.700000', '140607.160000', '140607.620000', '140608.080000', '140608.540000', '140609.000000', '140609.460000', '140609.920000', '140610.380000', '140610.840000', '140611.300000', '140611.760000', '140612.220000', '140612.680000', '140613.140000', '140613.600000', '140614.060000', '140614.520000', '140614.980000', '140615.440000', '140615.900000', '140616.360000', '140616.820000', '140617.280000', '140617.740000', '140618.200000', '140618.660000', '140619.120000', '140619.580000', '140620.040000', '140620.500000', '140620.960000', '140621.420000', '140621.880000', '140622.340000', '140622.800000', '140623.260000', '140623.720000', '140624.180000', '140624.640000', '140625.100000', '140625.560000', '140626.020000', '140626.480000', '140626.940000', '140627.400000', '140627.860000', '140628.320000', '140628.780000', '140629.240000', '140629.700000', '140630.160000', '140630.620000', '140631.080000', '140631.540000', '140632.000000', '140632.460000', '140632.920000', '140633.380000', '140633.840000', '140634.300000', '140634.760000', '140635.220000', '140635.680000', '140636.140000', '140636.600000', '140637.060000', '140637.520000', '140637.980000', '140638.440000', '140638.900000', '140639.360000', '140639.820000', '140640.280000', '140640.740000', '140641.200000', '140641.660000', '140642.120000', '140642.580000', '140643.040000', '140643.500000', '140643.960000', '140644.420000', '140644.880000', '140645.340000', '140645.800000', '140646.260000', '140646.720000', '140647.180000', '140647.640000', '140648.100000', '140648.560000', '140649.020000', '140649.480000', '140649.940000', '140650.400000', '140650.860000', '140651.320000', '140651.780000', '140652.240000', '140652.700000', '140653.160000', '140653.620000', '140654.080000', '140654.540000', '140655.000000', '140655.460000', '140655.920000', '140656.380000', '140656.840000', '140657.300000', '140657.760000', '140658.220000', '140658.680000', '140659.140000', '140659.600000', '140700.060000', '140700.520000', '140700.980000', '140701.440000', '140701.900000', '140702.360000', '140702.820000', '140703.280000', '140703.740000', '140704.200000', '140704.660000', '140705.120000', '140705.580000', '140706.040000', '140706.500000', '140706.960000', '140707.420000', '140707.880000', '140708.340000', '140708.800000', '140709.260000', '140709.720000', '140710.180000', '140710.640000', '140711.100000', '140711.560000', '140712.020000', '140712.480000', '140712.940000', '140713.400000', '140713.860000', '140714.320000', '140714.780000', '140715.240000', '140715.700000', '140716.160000', '140716.620000', '140717.080000', '140717.540000', '140718.000000', '140718.460000', '140718.920000', '140719.380000', '140719.840000', '140720.300000', '140720.760000', '140721.220000', '140721.680000', '140722.140000', '140722.600000', '140723.060000', '140723.520000', '140723.980000', '140724.440000', '140724.900000', '140725.360000', '140725.820000', '140726.280000', '140726.740000', '140727.200000', '140727.660000', '140728.120000', '140728.580000', '140729.040000', '140729.500000', '140729.960000', '140730.420000', '140730.880000', '140731.340000', '140731.800000', '140732.260000', '140732.720000', '140733.180000', '140733.640000', '140734.100000', '140734.560000', '140735.020000', '140735.480000', '140735.940000', '140736.400000', '140736.860000', '140737.320000', '140737.780000', '140738.240000', '140738.700000', '140739.160000', '140739.620000', '140740.080000', '140740.540000', '140741.000000', '140741.460000', '140741.920000', '140742.380000', '140742.840000', '140743.300000', '140743.760000', '140744.220000', '140744.680000', '140745.140000', '140745.600000', '140746.060000', '140746.520000', '140746.980000', '140747.440000', '140747.900000', '140748.360000', '140748.820000', '140749.280000', '140749.740000', '140750.200000', '140750.660000', '140751.120000', '140751.580000', '140752.040000', '140752.500000', '140752.960000', '140753.420000', '140753.880000', '140754.340000', '140754.800000', '140755.260000', '140755.720000', '140756.180000', '140756.640000', '140757.100000', '140757.560000', '140758.020000', '140758.480000', '140758.940000', '140759.400000', '140759.860000', '140800.320000', '140800.780000', '140801.240000', '140801.700000', '140802.160000', '140802.620000', '140803.080000', '140803.540000', '140804.000000', '140804.460000', '140804.920000', '140805.380000', '140805.840000', '140806.300000', '140806.760000', '140807.220000', '140807.680000', '140808.140000', '140808.600000', '140809.060000', '140809.520000', '140809.980000', '140810.440000', '140810.900000', '140811.360000', '140811.820000', '140812.280000', '140812.740000', '140813.200000', '140813.660000', '140814.120000', '140814.580000', '140815.040000', '140815.500000', '140815.960000', '140816.420000', '140816.880000', '140817.340000', '140817.800000', '140818.260000', '140818.720000', '140819.180000', '140819.640000', '140820.100000', '140820.560000', '140821.020000', '140821.480000', '140821.940000', '140822.400000', '140822.860000', '140823.320000', '140823.780000', '140824.240000', '140824.700000', '140825.160000', '140825.620000', '140826.080000', '140826.540000', '140827.000000', '140827.460000', '140827.920000', '140828.380000', '140828.840000', '140829.300000', '140829.760000', '140830.220000', '140830.680000', '140831.140000', '140831.600000', '140832.060000', '140832.520000', '140832.980000', '140833.440000', '140833.900000', '140834.360000', '140834.820000', '140835.280000', '140835.740000', '140836.200000', '140836.660000', '140837.120000', '140837.580000', '140838.040000', '140838.500000', '140838.960000', '140839.420000', '140839.880000', '140840.340000', '140840.800000', '140841.260000', '140841.720000', '140842.180000', '140842.640000', '140843.100000', '140843.560000', '140844.020000', '140844.480000', '140844.940000', '140845.400000', '140845.860000', '140846.320000', '140846.780000', '140847.240000', '140847.700000', '140848.160000', '140848.620000', '140849.080000', '140849.540000', '140850.000000', '140850.460000', '140850.920000', '140851.380000', '140851.840000', '140852.300000', '140852.760000', '140853.220000', '140853.680000', '140854.140000', '140854.600000', '140855.060000', '140855.520000', '140855.980000', '140856.440000', '140856.900000', '140857.360000', '140857.820000', '140858.280000', '140858.740000', '140859.200000', '140859.660000', '140900.120000', '140900.580000', '140901.040000', '140901.500000', '140901.960000', '140902.420000', '140902.880000', '140903.340000', '140903.800000', '140904.260000', '140904.720000', '140905.180000', '140905.640000', '140906.100000', '140906.560000', '140907.020000', '140907.480000', '140907.940000', '140908.400000', '140908.860000', '140909.320000', '140909.780000', '140910.240000', '140910.700000', '140911.160000', '140911.620000', '140912.080000', '140912.540000', '140913.000000', '140913.460000', '140913.920000', '140914.380000', '140914.840000', '140915.300000', '140915.760000', '140916.220000', '140916.680000', '140917.140000', '140917.600000', '140918.060000', '140918.520000', '140918.980000', '140919.440000', '140919.900000', '140920.360000', '140920.820000', '140921.280000', '140921.740000', '140922.200000', '140922.660000', '140923.120000', '140923.580000', '140924.040000', '140924.500000', '140924.960000', '140925.420000', '140925.880000', '140926.340000', '140926.800000', '140927.260000', '140927.720000', '140928.180000', '140928.640000', '140929.100000', '140929.560000', '140930.020000', '140930.480000', '140930.940000', '140931.400000', '140931.860000', '140932.320000', '140932.780000', '140933.240000', '140933.700000', '140934.160000', '140934.620000', '140935.080000', '140935.540000', '140936.000000', '140936.460000', '140936.920000', '140937.380000', '140937.840000', '140938.300000', '140938.760000', '140939.220000', '140939.680000', '140940.140000', '140940.600000', '140941.060000', '140941.520000', '140941.980000', '140942.440000', '140942.900000', '140943.360000', '140943.820000', '140944.280000', '140944.740000', '140945.200000', '140945.660000', '140946.120000', '140946.580000', '140947.040000', '140947.500000', '140947.960000', '140948.420000', '140948.880000', '140949.340000', '140949.800000', '140950.260000', '140950.720000', '140951.180000', '140951.640000', '140952.100000', '140952.560000', '140953.020000', '140953.480000', '140953.940000', '140954.400000', '140954.860000', '140955.320000', '140955.780000', '140956.240000', '140956.700000', '140957.160000', '140957.620000', '140958.080000', '140958.540000', '140959.000000', '140959.460000'], 'ContentTime': ['140348.522000', '140348.525000', '140348.528000', '140348.531000', '140348.534000', '140348.536000', '140348.539000', '140348.541000', '140348.544000', '140348.547000', '140348.549000', '140348.552000', '140348.554000', '140348.557000', '140348.560000', '140348.562000', '140348.565000', '140348.570000', '140348.573000', '140348.575000', '140348.578000', '140348.580000', '140348.583000', '140348.585000', '140348.588000', '140348.590000', '140348.593000', '140348.596000', '140348.598000', '140348.601000', '140348.603000', '140348.606000', '140348.608000', '140348.611000', '140348.613000', '140348.616000', '140348.618000', '140348.621000', '140348.624000', '140348.626000', '140348.629000', '140348.631000', '140348.634000', '140348.636000', '140348.639000', '140348.641000', '140348.644000', '140348.646000', '140348.649000', '140348.651000', '140348.654000', '140348.656000', '140348.659000', '140348.662000', '140348.664000', '140348.670000', '140348.673000', '140348.676000', '140348.678000', '140348.681000', '140348.683000', '140348.686000', '140348.688000', '140408.493000', '140408.496000', '140408.498000', '140408.501000', '140408.503000', '140408.506000', '140408.508000', '140408.511000', '140408.513000', '140408.516000', '140408.519000', '140408.521000', '140408.524000', '140408.526000', '140408.529000', '140408.531000', '140408.534000', '140408.537000', '140408.539000', '140408.542000', '140408.544000', '140408.547000', '140408.550000', '140408.552000', '140408.555000', '140408.557000', '140408.560000', '140408.562000', '140408.565000', '140408.567000', '140408.570000', '140408.573000', '140408.575000', '140408.578000', '140408.580000', '140408.583000', '140408.586000', '140408.588000', '140408.591000', '140408.593000', '140408.596000', '140408.598000', '140408.601000', '140428.492000', '140428.494000', '140428.497000', '140428.499000', '140428.502000', '140428.505000', '140428.507000', '140428.510000', '140428.512000', '140428.515000', '140428.517000', '140428.520000', '140428.523000', '140428.525000', '140428.528000', '140428.531000', '140428.533000', '140428.536000', '140428.538000', '140428.541000', '140428.574000', '140428.577000', '140428.579000', '140428.582000', '140428.584000', '140428.587000', '140428.589000', '140428.592000', '140428.595000', '140428.597000', '140428.600000', '140428.602000', '140428.605000', '140428.607000', '140428.610000', '140428.613000', '140428.615000', '140428.618000', '140428.620000', '140428.623000', '140428.625000', '140428.628000', '140428.630000', '140428.633000', '140448.491000', '140448.494000', '140448.497000', '140448.500000', '140448.502000', '140448.505000', '140448.507000', '140448.510000', '140448.513000', '140448.515000', '140448.518000', '140448.520000', '140448.523000', '140448.525000', '140448.528000', '140448.530000', '140448.533000', '140448.536000', '140448.538000', '140448.541000', '140448.543000', '140448.546000', '140448.549000', '140448.551000', '140448.554000', '140448.557000', '140448.559000', '140448.562000', '140448.564000', '140448.567000', '140448.569000', '140448.572000', '140448.575000', '140448.577000', '140448.580000', '140448.583000', '140448.585000', '140448.588000', '140448.590000', '140448.593000', '140448.595000', '140448.598000', '140448.601000', '140508.491000', '140508.494000', '140508.497000', '140508.500000', '140508.502000', '140508.505000', '140508.507000', '140508.510000', '140508.513000', '140508.515000', '140508.518000', '140508.520000', '140508.523000', '140508.525000', '140508.528000', '140508.531000', '140508.533000', '140508.536000', '140508.538000', '140508.541000', '140508.544000', '140508.546000', '140508.549000', '140508.551000', '140508.554000', '140508.557000', '140508.559000', '140508.562000', '140508.564000', '140508.567000', '140508.570000', '140508.572000', '140508.575000', '140508.577000', '140508.588000', '140508.590000', '140508.593000', '140508.595000', '140508.598000', '140508.601000', '140508.603000', '140508.606000', '140508.609000', '140508.611000', '140528.492000', '140528.494000', '140528.497000', '140528.500000', '140528.502000', '140528.505000', '140528.507000', '140528.510000', '140528.513000', '140528.515000', '140528.518000', '140528.520000', '140528.523000', '140528.525000', '140528.528000', '140528.531000', '140528.533000', '140528.536000', '140528.538000', '140528.541000', '140528.543000', '140528.546000', '140528.549000', '140528.551000', '140528.554000', '140528.556000', '140528.559000', '140528.561000', '140528.564000', '140528.566000', '140528.569000', '140528.572000', '140528.574000', '140528.577000', '140528.588000', '140528.591000', '140528.593000', '140528.596000', '140528.598000', '140528.601000', '140528.604000', '140528.606000', '140528.609000', '140548.491000', '140548.495000', '140548.497000', '140548.500000', '140548.503000', '140548.506000', '140548.508000', '140548.511000', '140548.514000', '140548.516000', '140548.519000', '140548.522000', '140548.524000', '140548.527000', '140548.530000', '140548.532000', '140548.535000', '140548.537000', '140548.540000', '140548.543000', '140548.545000', '140548.548000', '140548.550000', '140548.553000', '140548.556000', '140548.558000', '140548.561000', '140548.563000', '140548.566000', '140548.569000', '140548.571000', '140548.574000', '140548.577000', '140548.580000', '140548.582000', '140548.585000', '140548.587000', '140548.590000', '140548.593000', '140548.595000', '140548.598000', '140548.600000', '140548.603000', '140608.493000', '140608.495000', '140608.498000', '140608.501000', '140608.503000', '140608.506000', '140608.508000', '140608.511000', '140608.513000', '140608.516000', '140608.518000', '140608.521000', '140608.524000', '140608.526000', '140608.538000', '140608.541000', '140608.557000', '140608.560000', '140608.562000', '140608.565000', '140608.567000', '140608.570000', '140608.573000', '140608.575000', '140608.578000', '140608.580000', '140608.583000', '140608.586000', '140608.588000', '140608.591000', '140608.593000', '140608.596000', '140608.599000', '140608.601000', '140608.604000', '140608.607000', '140608.609000', '140608.612000', '140608.614000', '140608.617000', '140608.620000', '140608.622000', '140608.625000', '140608.627000', '140628.492000', '140628.495000', '140628.498000', '140628.501000', '140628.503000', '140628.506000', '140628.508000', '140628.511000', '140628.514000', '140628.516000', '140628.519000', '140628.521000', '140628.524000', '140628.527000', '140628.529000', '140628.532000', '140628.535000', '140628.537000', '140628.540000', '140628.542000', '140628.545000', '140628.547000', '140628.550000', '140628.553000', '140628.555000', '140628.558000', '140628.560000', '140628.563000', '140628.565000', '140628.568000', '140628.571000', '140628.573000', '140628.576000', '140628.578000', '140628.581000', '140628.583000', '140628.586000', '140628.589000', '140628.591000', '140628.594000', '140628.596000', '140628.599000', '140628.601000', '140628.604000', '140648.492000', '140648.495000', '140648.497000', '140648.500000', '140648.502000', '140648.505000', '140648.507000', '140648.510000', '140648.512000', '140648.515000', '140648.518000', '140648.520000', '140648.523000', '140648.525000', '140648.528000', '140648.530000', '140648.533000', '140648.535000', '140648.538000', '140648.541000', '140648.543000', '140648.546000', '140648.548000', '140648.551000', '140648.553000', '140648.556000', '140648.559000', '140648.561000', '140648.564000', '140648.566000', '140648.575000', '140648.577000', '140648.580000', '140648.582000', '140648.585000', '140648.587000', '140648.590000', '140648.593000', '140648.595000', '140648.598000', '140648.601000', '140648.603000', '140648.614000', '140708.492000', '140708.495000', '140708.498000', '140708.501000', '140708.504000', '140708.507000', '140708.509000', '140708.512000', '140708.514000', '140708.517000', '140708.519000', '140708.522000', '140708.525000', '140708.527000', '140708.530000', '140708.533000', '140708.535000', '140708.538000', '140708.540000', '140708.543000', '140708.546000', '140708.549000', '140708.552000', '140708.554000', '140708.557000', '140708.560000', '140708.562000', '140708.565000', '140708.567000', '140708.570000', '140708.573000', '140708.575000', '140708.578000', '140708.580000', '140708.583000', '140708.586000', '140708.588000', '140708.591000', '140708.593000', '140708.596000', '140708.599000', '140708.601000', '140708.604000', '140728.491000', '140728.494000', '140728.497000', '140728.500000', '140728.502000', '140728.505000', '140728.507000', '140728.510000', '140728.513000', '140728.515000', '140728.518000', '140728.520000', '140728.523000', '140728.525000', '140728.528000', '140728.531000', '140728.533000', '140728.536000', '140728.538000', '140728.541000', '140728.543000', '140728.546000', '140728.549000', '140728.551000', '140728.554000', '140728.556000', '140728.559000', '140728.562000', '140728.564000', '140728.567000', '140728.569000', '140728.572000', '140728.574000', '140728.577000', '140728.579000', '140728.582000', '140728.585000', '140728.587000', '140728.590000', '140728.592000', '140728.595000', '140728.606000', '140728.609000', '140728.611000', '140748.491000', '140748.494000', '140748.497000', '140748.500000', '140748.502000', '140748.505000', '140748.507000', '140748.510000', '140748.512000', '140748.515000', '140748.518000', '140748.520000', '140748.523000', '140748.525000', '140748.528000', '140748.531000', '140748.533000', '140748.536000', '140748.538000', '140748.541000', '140748.543000', '140748.546000', '140748.549000', '140748.551000', '140748.554000', '140748.556000', '140748.559000', '140748.562000', '140748.564000', '140748.567000', '140748.569000', '140748.572000', '140748.574000', '140748.577000', '140748.580000', '140748.582000', '140748.585000', '140748.587000', '140748.590000', '140748.592000', '140748.595000', '140748.598000', '140748.600000', '140808.491000', '140808.494000', '140808.497000', '140808.500000', '140808.502000', '140808.505000', '140808.507000', '140808.510000', '140808.512000', '140808.515000', '140808.517000', '140808.520000', '140808.523000', '140808.526000', '140808.528000', '140808.531000', '140808.533000', '140808.536000', '140808.538000', '140808.541000', '140808.544000', '140808.546000', '140808.549000', '140808.551000', '140808.554000', '140808.557000', '140808.559000', '140808.562000', '140808.564000', '140808.567000', '140808.569000', '140808.572000', '140808.575000', '140808.577000', '140808.580000', '140808.582000', '140808.585000', '140808.587000', '140808.590000', '140808.593000', '140808.595000', '140808.598000', '140808.600000', '140808.603000', '140828.493000', '140828.495000', '140828.498000', '140828.501000', '140828.503000', '140828.506000', '140828.508000', '140828.511000', '140828.513000', '140828.516000', '140828.519000', '140828.521000', '140828.524000', '140828.526000', '140828.529000', '140828.532000', '140828.535000', '140828.538000', '140828.541000', '140828.544000', '140828.546000', '140828.549000', '140828.551000', '140828.554000', '140828.557000', '140828.559000', '140828.562000', '140828.564000', '140828.567000', '140828.569000', '140828.572000', '140828.574000', '140828.577000', '140828.580000', '140828.582000', '140828.585000', '140828.588000', '140828.590000', '140828.593000', '140828.596000', '140828.598000', '140828.601000', '140828.603000', '140848.493000', '140848.495000', '140848.498000', '140848.501000', '140848.503000', '140848.506000', '140848.508000', '140848.511000', '140848.513000', '140848.516000', '140848.519000', '140848.521000', '140848.524000', '140848.526000', '140848.529000', '140848.531000', '140848.534000', '140848.537000', '140848.539000', '140848.542000', '140848.544000', '140848.547000', '140848.549000', '140848.552000', '140848.555000', '140848.557000', '140848.560000', '140848.562000', '140848.565000', '140848.568000', '140848.570000', '140848.573000', '140848.576000', '140848.578000', '140848.581000', '140848.583000', '140848.586000', '140848.589000', '140848.591000', '140848.594000', '140848.596000', '140848.599000', '140848.602000', '140848.604000', '140908.492000', '140908.494000', '140908.497000', '140908.500000', '140908.502000', '140908.505000', '140908.507000', '140908.510000', '140908.530000', '140908.532000', '140908.535000', '140908.538000', '140908.541000', '140908.544000', '140908.547000', '140908.550000', '140908.552000', '140908.555000', '140908.557000', '140908.560000', '140908.563000', '140908.565000', '140908.568000', '140908.570000', '140908.573000', '140908.576000', '140908.578000', '140908.581000', '140908.583000', '140908.586000', '140908.589000', '140908.591000', '140908.594000', '140908.596000', '140908.599000', '140908.602000', '140908.604000', '140908.607000', '140908.610000', '140908.612000', '140908.615000', '140908.617000', '140908.620000', '140928.492000', '140928.494000', '140928.499000', '140928.501000', '140928.504000', '140928.506000', '140928.509000', '140928.512000', '140928.514000', '140928.517000', '140928.519000', '140928.522000', '140928.526000', '140928.528000', '140928.531000', '140928.533000', '140928.536000', '140928.539000', '140928.541000', '140928.544000', '140928.546000', '140928.549000', '140928.552000', '140928.554000', '140928.557000', '140928.560000', '140928.562000', '140928.565000', '140928.567000', '140928.570000', '140928.573000', '140928.575000', '140928.578000', '140928.580000', '140928.583000', '140928.585000', '140928.588000', '140928.591000', '140928.593000', '140928.596000', '140928.598000', '140928.601000', '140928.604000', '140928.606000', '140948.491000', '140948.494000', '140948.497000', '140948.500000', '140948.502000', '140948.505000', '140948.507000', '140948.510000', '140948.513000', '140948.515000', '140948.518000', '140948.521000', '140948.523000', '140948.526000', '140948.528000', '140948.531000', '140948.534000', '140948.536000', '140948.539000', '140948.541000', '140948.544000', '140948.547000', '140948.549000', '140948.552000', '140948.554000', '140948.557000', '140948.559000', '140948.562000', '140948.565000', '140948.567000', '140948.570000', '140948.572000', '140948.575000', '140948.577000', '140948.580000', '140948.582000', '140948.585000', '140948.588000', '140948.590000', '140948.593000', '140948.597000', '140948.599000', '140948.602000', '141000.543000', '141000.546000', '141000.549000', '141000.552000', '141000.555000', '141000.558000', '141000.561000', '141000.564000', '141000.567000', '141000.570000', '141000.572000', '141000.575000', '141000.578000', '141000.581000', '141000.583000', '141000.586000', '141000.589000', '141000.591000', '141000.594000', '141000.597000', '141000.601000', '141000.604000', '141000.607000', '141000.610000', '141000.613000', '141000.616000', '141000.619000'], 'InstanceCreationTime': ['140348.522000', '140348.525000', '140348.528000', '140348.531000', '140348.534000', '140348.536000', '140348.539000', '140348.541000', '140348.544000', '140348.547000', '140348.549000', '140348.552000', '140348.554000', '140348.557000', '140348.560000', '140348.562000', '140348.565000', '140348.570000', '140348.573000', '140348.575000', '140348.578000', '140348.580000', '140348.583000', '140348.585000', '140348.588000', '140348.590000', '140348.593000', '140348.596000', '140348.598000', '140348.601000', '140348.603000', '140348.606000', '140348.608000', '140348.611000', '140348.613000', '140348.616000', '140348.618000', '140348.621000', '140348.624000', '140348.626000', '140348.629000', '140348.631000', '140348.634000', '140348.636000', '140348.639000', '140348.641000', '140348.644000', '140348.646000', '140348.649000', '140348.651000', '140348.654000', '140348.656000', '140348.659000', '140348.662000', '140348.664000', '140348.670000', '140348.673000', '140348.676000', '140348.678000', '140348.681000', '140348.683000', '140348.686000', '140348.688000', '140408.493000', '140408.496000', '140408.498000', '140408.501000', '140408.503000', '140408.506000', '140408.508000', '140408.511000', '140408.513000', '140408.516000', '140408.519000', '140408.521000', '140408.524000', '140408.526000', '140408.529000', '140408.531000', '140408.534000', '140408.537000', '140408.539000', '140408.542000', '140408.544000', '140408.547000', '140408.550000', '140408.552000', '140408.555000', '140408.557000', '140408.560000', '140408.562000', '140408.565000', '140408.567000', '140408.570000', '140408.573000', '140408.575000', '140408.578000', '140408.580000', '140408.583000', '140408.586000', '140408.588000', '140408.591000', '140408.593000', '140408.596000', '140408.598000', '140408.601000', '140428.492000', '140428.494000', '140428.497000', '140428.499000', '140428.502000', '140428.505000', '140428.507000', '140428.510000', '140428.512000', '140428.515000', '140428.517000', '140428.520000', '140428.523000', '140428.525000', '140428.528000', '140428.531000', '140428.533000', '140428.536000', '140428.538000', '140428.541000', '140428.574000', '140428.577000', '140428.579000', '140428.582000', '140428.584000', '140428.587000', '140428.589000', '140428.592000', '140428.595000', '140428.597000', '140428.600000', '140428.602000', '140428.605000', '140428.607000', '140428.610000', '140428.613000', '140428.615000', '140428.618000', '140428.620000', '140428.623000', '140428.625000', '140428.628000', '140428.630000', '140428.633000', '140448.491000', '140448.494000', '140448.497000', '140448.500000', '140448.502000', '140448.505000', '140448.507000', '140448.510000', '140448.513000', '140448.515000', '140448.518000', '140448.520000', '140448.523000', '140448.525000', '140448.528000', '140448.530000', '140448.533000', '140448.536000', '140448.538000', '140448.541000', '140448.543000', '140448.546000', '140448.549000', '140448.551000', '140448.554000', '140448.557000', '140448.559000', '140448.562000', '140448.564000', '140448.567000', '140448.569000', '140448.572000', '140448.575000', '140448.577000', '140448.580000', '140448.583000', '140448.585000', '140448.588000', '140448.590000', '140448.593000', '140448.595000', '140448.598000', '140448.601000', '140508.491000', '140508.494000', '140508.497000', '140508.500000', '140508.502000', '140508.505000', '140508.507000', '140508.510000', '140508.513000', '140508.515000', '140508.518000', '140508.520000', '140508.523000', '140508.525000', '140508.528000', '140508.531000', '140508.533000', '140508.536000', '140508.538000', '140508.541000', '140508.544000', '140508.546000', '140508.549000', '140508.551000', '140508.554000', '140508.557000', '140508.559000', '140508.562000', '140508.564000', '140508.567000', '140508.570000', '140508.572000', '140508.575000', '140508.577000', '140508.588000', '140508.590000', '140508.593000', '140508.595000', '140508.598000', '140508.601000', '140508.603000', '140508.606000', '140508.609000', '140508.611000', '140528.492000', '140528.494000', '140528.497000', '140528.500000', '140528.502000', '140528.505000', '140528.507000', '140528.510000', '140528.513000', '140528.515000', '140528.518000', '140528.520000', '140528.523000', '140528.525000', '140528.528000', '140528.531000', '140528.533000', '140528.536000', '140528.538000', '140528.541000', '140528.543000', '140528.546000', '140528.549000', '140528.551000', '140528.554000', '140528.556000', '140528.559000', '140528.561000', '140528.564000', '140528.566000', '140528.569000', '140528.572000', '140528.574000', '140528.577000', '140528.588000', '140528.591000', '140528.593000', '140528.596000', '140528.598000', '140528.601000', '140528.604000', '140528.606000', '140528.609000', '140548.491000', '140548.495000', '140548.497000', '140548.500000', '140548.503000', '140548.506000', '140548.508000', '140548.511000', '140548.514000', '140548.516000', '140548.519000', '140548.522000', '140548.524000', '140548.527000', '140548.530000', '140548.532000', '140548.535000', '140548.537000', '140548.540000', '140548.543000', '140548.545000', '140548.548000', '140548.550000', '140548.553000', '140548.556000', '140548.558000', '140548.561000', '140548.563000', '140548.566000', '140548.569000', '140548.571000', '140548.574000', '140548.577000', '140548.580000', '140548.582000', '140548.585000', '140548.587000', '140548.590000', '140548.593000', '140548.595000', '140548.598000', '140548.600000', '140548.603000', '140608.493000', '140608.495000', '140608.498000', '140608.501000', '140608.503000', '140608.506000', '140608.508000', '140608.511000', '140608.513000', '140608.516000', '140608.518000', '140608.521000', '140608.524000', '140608.526000', '140608.538000', '140608.541000', '140608.557000', '140608.560000', '140608.562000', '140608.565000', '140608.567000', '140608.570000', '140608.573000', '140608.575000', '140608.578000', '140608.580000', '140608.583000', '140608.586000', '140608.588000', '140608.591000', '140608.593000', '140608.596000', '140608.599000', '140608.601000', '140608.604000', '140608.607000', '140608.609000', '140608.612000', '140608.614000', '140608.617000', '140608.620000', '140608.622000', '140608.625000', '140608.627000', '140628.492000', '140628.495000', '140628.498000', '140628.501000', '140628.503000', '140628.506000', '140628.508000', '140628.511000', '140628.514000', '140628.516000', '140628.519000', '140628.521000', '140628.524000', '140628.527000', '140628.529000', '140628.532000', '140628.535000', '140628.537000', '140628.540000', '140628.542000', '140628.545000', '140628.547000', '140628.550000', '140628.553000', '140628.555000', '140628.558000', '140628.560000', '140628.563000', '140628.565000', '140628.568000', '140628.571000', '140628.573000', '140628.576000', '140628.578000', '140628.581000', '140628.583000', '140628.586000', '140628.589000', '140628.591000', '140628.594000', '140628.596000', '140628.599000', '140628.601000', '140628.604000', '140648.492000', '140648.495000', '140648.497000', '140648.500000', '140648.502000', '140648.505000', '140648.507000', '140648.510000', '140648.512000', '140648.515000', '140648.518000', '140648.520000', '140648.523000', '140648.525000', '140648.528000', '140648.530000', '140648.533000', '140648.535000', '140648.538000', '140648.541000', '140648.543000', '140648.546000', '140648.548000', '140648.551000', '140648.553000', '140648.556000', '140648.559000', '140648.561000', '140648.564000', '140648.566000', '140648.575000', '140648.577000', '140648.580000', '140648.582000', '140648.585000', '140648.587000', '140648.590000', '140648.593000', '140648.595000', '140648.598000', '140648.601000', '140648.603000', '140648.614000', '140708.492000', '140708.495000', '140708.498000', '140708.501000', '140708.504000', '140708.507000', '140708.509000', '140708.512000', '140708.514000', '140708.517000', '140708.519000', '140708.522000', '140708.525000', '140708.527000', '140708.530000', '140708.533000', '140708.535000', '140708.538000', '140708.540000', '140708.543000', '140708.546000', '140708.549000', '140708.552000', '140708.554000', '140708.557000', '140708.560000', '140708.562000', '140708.565000', '140708.567000', '140708.570000', '140708.573000', '140708.575000', '140708.578000', '140708.580000', '140708.583000', '140708.586000', '140708.588000', '140708.591000', '140708.593000', '140708.596000', '140708.599000', '140708.601000', '140708.604000', '140728.491000', '140728.494000', '140728.497000', '140728.500000', '140728.502000', '140728.505000', '140728.507000', '140728.510000', '140728.513000', '140728.515000', '140728.518000', '140728.520000', '140728.523000', '140728.525000', '140728.528000', '140728.531000', '140728.533000', '140728.536000', '140728.538000', '140728.541000', '140728.543000', '140728.546000', '140728.549000', '140728.551000', '140728.554000', '140728.556000', '140728.559000', '140728.562000', '140728.564000', '140728.567000', '140728.569000', '140728.572000', '140728.574000', '140728.577000', '140728.579000', '140728.582000', '140728.585000', '140728.587000', '140728.590000', '140728.592000', '140728.595000', '140728.606000', '140728.609000', '140728.611000', '140748.491000', '140748.494000', '140748.497000', '140748.500000', '140748.502000', '140748.505000', '140748.507000', '140748.510000', '140748.512000', '140748.515000', '140748.518000', '140748.520000', '140748.523000', '140748.525000', '140748.528000', '140748.531000', '140748.533000', '140748.536000', '140748.538000', '140748.541000', '140748.543000', '140748.546000', '140748.549000', '140748.551000', '140748.554000', '140748.556000', '140748.559000', '140748.562000', '140748.564000', '140748.567000', '140748.569000', '140748.572000', '140748.574000', '140748.577000', '140748.580000', '140748.582000', '140748.585000', '140748.587000', '140748.590000', '140748.592000', '140748.595000', '140748.598000', '140748.600000', '140808.491000', '140808.494000', '140808.497000', '140808.500000', '140808.502000', '140808.505000', '140808.507000', '140808.510000', '140808.512000', '140808.515000', '140808.517000', '140808.520000', '140808.523000', '140808.526000', '140808.528000', '140808.531000', '140808.533000', '140808.536000', '140808.538000', '140808.541000', '140808.544000', '140808.546000', '140808.549000', '140808.551000', '140808.554000', '140808.557000', '140808.559000', '140808.562000', '140808.564000', '140808.567000', '140808.569000', '140808.572000', '140808.575000', '140808.577000', '140808.580000', '140808.582000', '140808.585000', '140808.587000', '140808.590000', '140808.593000', '140808.595000', '140808.598000', '140808.600000', '140808.603000', '140828.493000', '140828.495000', '140828.498000', '140828.501000', '140828.503000', '140828.506000', '140828.508000', '140828.511000', '140828.513000', '140828.516000', '140828.519000', '140828.521000', '140828.524000', '140828.526000', '140828.529000', '140828.532000', '140828.535000', '140828.538000', '140828.541000', '140828.544000', '140828.546000', '140828.549000', '140828.551000', '140828.554000', '140828.557000', '140828.559000', '140828.562000', '140828.564000', '140828.567000', '140828.569000', '140828.572000', '140828.574000', '140828.577000', '140828.580000', '140828.582000', '140828.585000', '140828.588000', '140828.590000', '140828.593000', '140828.596000', '140828.598000', '140828.601000', '140828.603000', '140848.493000', '140848.495000', '140848.498000', '140848.501000', '140848.503000', '140848.506000', '140848.508000', '140848.511000', '140848.513000', '140848.516000', '140848.519000', '140848.521000', '140848.524000', '140848.526000', '140848.529000', '140848.531000', '140848.534000', '140848.537000', '140848.539000', '140848.542000', '140848.544000', '140848.547000', '140848.549000', '140848.552000', '140848.555000', '140848.557000', '140848.560000', '140848.562000', '140848.565000', '140848.568000', '140848.570000', '140848.573000', '140848.576000', '140848.578000', '140848.581000', '140848.583000', '140848.586000', '140848.589000', '140848.591000', '140848.594000', '140848.596000', '140848.599000', '140848.602000', '140848.604000', '140908.492000', '140908.494000', '140908.497000', '140908.500000', '140908.502000', '140908.505000', '140908.507000', '140908.510000', '140908.530000', '140908.532000', '140908.535000', '140908.538000', '140908.541000', '140908.544000', '140908.547000', '140908.550000', '140908.552000', '140908.555000', '140908.557000', '140908.560000', '140908.563000', '140908.565000', '140908.568000', '140908.570000', '140908.573000', '140908.576000', '140908.578000', '140908.581000', '140908.583000', '140908.586000', '140908.589000', '140908.591000', '140908.594000', '140908.596000', '140908.599000', '140908.602000', '140908.604000', '140908.607000', '140908.610000', '140908.612000', '140908.615000', '140908.617000', '140908.620000', '140928.492000', '140928.494000', '140928.499000', '140928.501000', '140928.504000', '140928.506000', '140928.509000', '140928.512000', '140928.514000', '140928.517000', '140928.519000', '140928.522000', '140928.526000', '140928.528000', '140928.531000', '140928.533000', '140928.536000', '140928.539000', '140928.541000', '140928.544000', '140928.546000', '140928.549000', '140928.552000', '140928.554000', '140928.557000', '140928.560000', '140928.562000', '140928.565000', '140928.567000', '140928.570000', '140928.573000', '140928.575000', '140928.578000', '140928.580000', '140928.583000', '140928.585000', '140928.588000', '140928.591000', '140928.593000', '140928.596000', '140928.598000', '140928.601000', '140928.604000', '140928.606000', '140948.491000', '140948.494000', '140948.497000', '140948.500000', '140948.502000', '140948.505000', '140948.507000', '140948.510000', '140948.513000', '140948.515000', '140948.518000', '140948.521000', '140948.523000', '140948.526000', '140948.528000', '140948.531000', '140948.534000', '140948.536000', '140948.539000', '140948.541000', '140948.544000', '140948.547000', '140948.549000', '140948.552000', '140948.554000', '140948.557000', '140948.559000', '140948.562000', '140948.565000', '140948.567000', '140948.570000', '140948.572000', '140948.575000', '140948.577000', '140948.580000', '140948.582000', '140948.585000', '140948.588000', '140948.590000', '140948.593000', '140948.597000', '140948.599000', '140948.602000', '141000.543000', '141000.546000', '141000.549000', '141000.552000', '141000.555000', '141000.558000', '141000.561000', '141000.564000', '141000.567000', '141000.570000', '141000.572000', '141000.575000', '141000.578000', '141000.581000', '141000.583000', '141000.586000', '141000.589000', '141000.591000', '141000.594000', '141000.597000', '141000.601000', '141000.604000', '141000.607000', '141000.610000', '141000.613000', '141000.616000', '141000.619000'], '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': [11646, 11928, 11161, 12707, 16635, 13349, 13904, 11392, 9471, 7032, 8465, 15185, 7822, 9963, 8273, 7858, 7011, 7396, 7134, 7188, 10428, 7717, 10150, 8465, 8310, 7384, 8662, 7114, 9542, 7915, 10212, 7647, 8896, 7528, 9829, 7828, 10542, 7539, 9761, 7197, 8730, 7767, 8627, 9875, 7284, 9399, 7032, 9430, 7035, 10801, 7979, 11180, 7123, 7164, 7653, 8323, 7730, 8038, 10987, 10276, 7863, 7483, 10106, 7335, 7813, 7609, 7422, 10660, 8046, 11036, 8719, 12570, 12002, 13767, 14717, 13564, 16096, 13455, 15810, 14870, 15390, 12952, 15795, 16370, 12929, 15168, 11497, 10394, 7809, 8999, 7082, 9687, 12166, 8955, 10433, 8271, 9319, 6946, 9436, 9416, 8383, 10837, 7799, 9427, 7132, 8641, 6964, 7999, 7435, 7450, 9984, 7286, 8319, 7232, 8419, 6855, 7794, 9241, 7550, 9567, 7311, 11129, 7018, 9960, 7270, 8984, 8669, 8808, 7546, 8113, 12402, 8767, 15944, 11369, 14784, 12784, 12289, 9299, 10629, 9376, 10079, 14351, 10635, 15430, 10537, 10305, 7127, 10842, 7470, 11541, 10653, 11586, 8644, 10824, 9095, 13001, 13636, 14522, 15695, 13621, 13812, 9876, 15474, 9508, 12287, 8349, 11349, 8454, 10407, 7140, 9187, 6835, 9917, 7098, 10705, 9001, 10709, 7718, 10131, 7434, 11297, 9884, 12896, 9902, 14109, 10884, 13111, 8155, 8168, 7271, 8840, 7377, 9060, 7334, 8987, 6835, 9089, 6745, 9622, 7044, 8495, 7736, 7723, 7745, 7395, 11774, 9488, 15000, 9528, 12889, 8947, 14115, 11981, 15557, 12194, 14316, 9946, 12865, 9676, 12511, 10696, 8091, 9066, 7189, 9610, 7474, 11073, 7236, 12010, 7069, 10081, 7044, 11152, 8313, 10724, 7212, 10504, 7067, 10508, 8118, 9553, 7625, 7549, 7521, 7568, 8260, 9817, 11381, 8763, 11045, 9503, 10210, 11507, 10568, 16176, 11906, 14533, 10940, 11654, 8867, 9677, 7260, 8354, 7279, 7962, 7080, 8383, 7689, 7114, 9457, 6971, 12030, 7900, 10170, 8253, 8687, 8781, 7366, 12795, 7406, 9847, 7245, 7732, 7029, 12776, 7264, 7031, 7244, 10911, 8277, 9657, 7023, 9997, 12860, 10539, 14350, 14073, 15756, 13008, 11372, 12668, 9293, 15093, 13235, 15773, 12706, 14984, 9251, 12357, 9339, 14422, 9434, 14839, 10820, 12508, 9297, 9805, 7341, 8064, 7290, 7306, 7519, 7355, 7346, 8253, 8716, 7362, 11541, 7723, 10461, 8529, 10280, 10830, 11431, 11075, 7889, 13106, 7682, 10580, 7677, 8511, 10475, 8761, 10788, 7573, 9074, 7308, 8527, 7975, 8884, 7400, 8096, 7358, 8717, 8487, 10696, 7425, 9946, 11549, 12711, 15757, 13416, 15498, 14868, 14803, 10961, 11185, 8325, 8625, 13837, 8379, 13026, 8907, 10502, 7531, 8756, 7602, 10186, 7946, 7290, 8073, 7302, 8357, 10453, 8980, 14510, 9662, 12701, 9363, 10666, 8614, 10106, 7145, 8308, 7520, 7319, 10233, 7739, 9535, 8188, 8362, 7921, 8103, 7312, 8057, 13113, 8296, 10475, 8669, 9079, 7237, 8092, 7451, 7409, 9524, 7519, 10647, 8719, 9871, 8164, 9299, 7597, 8970, 11191, 12255, 14762, 16018, 16185, 15887, 12738, 10630, 9523, 9171, 7672, 8060, 9132, 11007, 12259, 8017, 12368, 8806, 11756, 9667, 13494, 10416, 8007, 9340, 7104, 9050, 7548, 11716, 8562, 7740, 7614, 7037, 8440, 6820, 12123, 9987, 12774, 10081, 10615, 7673, 10214, 8510, 12044, 10218, 11617, 8092, 10139, 7877, 9663, 8217, 9144, 7964, 7851, 8051, 8691, 7718, 9135, 7976, 12626, 8335, 11129, 8135, 12834, 8182, 12471, 9035, 12463, 10683, 9935, 7598, 7678, 7171, 7521, 7523, 9116, 8184, 8224, 9602, 8302, 9635, 7537, 8740, 7562, 7947, 8200, 11235, 8236, 13867, 9663, 12498, 11495, 8116, 11305, 7917, 11047, 7886, 13002, 8186, 11809, 7770, 12050, 7689, 7642, 7631, 7683, 7676, 7575, 7613, 7940, 7282, 7472, 7663, 13254, 9731, 9339, 8467, 8266, 8018, 7516, 7511, 7166, 10637, 11567, 11579, 8599, 7541, 7592, 7314, 6989, 10891, 13033, 11646, 9548, 12402, 12178, 12882, 13262, 12035, 13746, 10035, 13307, 9051, 14032, 10771, 15146, 10513, 9248, 9645, 10431, 9165, 6630, 7865, 7032, 9079, 7651, 10642, 7997, 6626, 7008, 6532, 8870, 8097, 7536, 7714, 7302, 7218, 7235, 7003, 8184, 7916, 7391, 7549, 7085, 9092, 7039, 11303, 7959, 13154, 9761, 12973, 9795, 11240, 7514, 9197, 6983, 7235, 7224, 6773, 7747, 7010, 7001, 7433, 7129, 7442, 8128, 6834, 7519, 7655, 7278, 10236, 7310, 7169, 7571, 7307, 11551, 10483, 11648, 11333, 11051, 12361, 9275, 12275, 9535, 12877, 11204, 13322, 10023, 10427, 9072, 7453, 7006, 7719, 7356, 7547, 7184, 7303, 7201, 7671, 8103, 10205, 10616, 9220, 7468, 10953, 12259, 13081, 12608, 9319, 12693, 10968, 14242, 12785, 10495, 13109, 8558, 13714, 7986, 14022, 10031, 12825, 9142, 7284, 7109, 7076, 7295, 7368, 6976, 6885, 6950, 8763, 7328, 7036, 6800, 6646, 7118, 6878, 10621, 7198, 6777, 6573, 6809, 6928, 6864, 8870, 7023, 9120, 7010, 6898, 6839, 6824, 10218, 8103, 9118, 8475, 11723, 8718, 12076, 6819, 7505, 7257, 11013, 10717, 9723, 12630, 11522, 12762, 7990, 11170, 7295, 6955, 11331, 8982, 12504, 7177, 12567, 8737, 12608, 8368, 10981, 12770, 7827, 13217, 10972, 13706, 11516, 8262, 9091, 6670, 7909, 7578, 6891, 9926, 7415, 12692, 8106, 9763, 8600, 7126, 7040, 7467, 7059, 7067, 6796, 7368, 9016, 8402, 7072, 8020, 7567, 7238, 12210, 10982, 13202, 10990, 14180, 11204, 13338, 10906, 15327, 11354, 10583, 12809, 8657, 11224, 7759, 9794, 8144, 6983, 7608, 7952, 9291, 7458, 9255, 7652, 9156, 7575, 9097, 7691, 8764, 7447, 8152, 7832, 15368, 13337, 8739, 7559, 7377, 7072, 8256, 7955, 8407, 7589, 6879, 6874, 7926, 7559, 8989, 10304, 10583, 13708, 12513, 12453, 7771, 7184, 7637, 8411, 11637, 9838, 11839, 12751, 9831, 12606, 11045, 12900, 12561, 7893, 13321, 10721, 8382, 12410, 9185, 7638, 7881, 7404, 10719, 8239, 13368, 10239, 8663, 9319, 7386, 7825, 7309, 8120, 7480, 9519, 7760, 10126, 7931, 7679, 10602, 8162, 7796, 7162, 7041, 6940, 6925, 7440, 7575, 10718, 10519, 12224, 10184, 13069, 10140, 7631, 8142, 13780, 11468], 'WindowCenter': [4245.0, 4232.0, 4216.0, 4216.0, 4218.0, 4212.0, 4200.0, 4188.0, 4166.0, 4145.0, 4159.0, 4205.0, 4148.0, 4178.0, 4170.0, 4161.0, 4151.0, 4149.0, 4145.0, 4150.0, 4185.0, 4161.0, 4180.0, 4171.0, 4156.0, 4146.0, 4170.0, 4147.0, 4179.0, 4173.0, 4201.0, 4162.0, 4177.0, 4162.0, 4188.0, 4168.0, 4188.0, 4162.0, 4187.0, 4159.0, 4179.0, 4171.0, 4179.0, 4194.0, 4158.0, 4183.0, 4147.0, 4182.0, 4147.0, 4201.0, 4156.0, 4176.0, 4103.0, 4182.0, 4176.0, 4186.0, 4162.0, 4174.0, 4176.0, 4178.0, 4158.0, 4164.0, 4192.0, 4162.0, 4174.0, 4226.0, 4159.0, 4195.0, 4165.0, 4183.0, 4168.0, 4210.0, 4207.0, 4224.0, 4229.0, 4237.0, 4232.0, 4213.0, 4223.0, 4198.0, 4184.0, 4161.0, 4183.0, 4177.0, 4161.0, 4169.0, 4159.0, 4149.0, 4118.0, 4137.0, 4105.0, 4138.0, 4155.0, 4126.0, 4147.0, 4127.0, 4138.0, 4108.0, 4154.0, 4150.0, 4143.0, 4161.0, 4132.0, 4151.0, 4134.0, 4168.0, 4135.0, 4157.0, 4144.0, 4148.0, 4173.0, 4147.0, 4164.0, 4149.0, 4168.0, 4137.0, 4161.0, 4175.0, 4174.0, 4190.0, 4158.0, 4199.0, 4160.0, 4191.0, 4172.0, 4194.0, 4193.0, 4196.0, 4171.0, 4187.0, 4220.0, 4194.0, 4230.0, 4213.0, 4221.0, 4210.0, 4209.0, 4181.0, 4189.0, 4177.0, 4190.0, 4220.0, 4199.0, 4221.0, 4194.0, 4189.0, 4159.0, 4198.0, 4169.0, 4211.0, 4200.0, 4210.0, 4180.0, 4199.0, 4179.0, 4211.0, 4208.0, 4221.0, 4218.0, 4211.0, 4206.0, 4177.0, 4206.0, 4179.0, 4197.0, 4166.0, 4188.0, 4167.0, 4184.0, 4151.0, 4176.0, 4149.0, 4187.0, 4159.0, 4198.0, 4181.0, 4187.0, 4158.0, 4187.0, 4157.0, 4199.0, 4188.0, 4200.0, 4179.0, 4211.0, 4186.0, 4199.0, 4154.0, 4169.0, 4144.0, 4178.0, 4158.0, 4179.0, 4159.0, 4179.0, 4150.0, 4180.0, 4151.0, 4191.0, 4162.0, 4181.0, 4174.0, 4168.0, 4171.0, 4160.0, 4212.0, 4191.0, 4224.0, 4191.0, 4212.0, 4179.0, 4210.0, 4201.0, 4220.0, 4200.0, 4206.0, 4178.0, 4196.0, 4179.0, 4196.0, 4179.0, 4155.0, 4169.0, 4136.0, 4179.0, 4146.0, 4200.0, 4148.0, 4201.0, 4157.0, 4185.0, 4148.0, 4199.0, 4168.0, 4186.0, 4146.0, 4190.0, 4147.0, 4188.0, 4170.0, 4177.0, 4159.0, 4157.0, 4160.0, 4154.0, 4169.0, 4186.0, 4199.0, 4165.0, 4198.0, 4175.0, 4186.0, 4196.0, 4190.0, 4217.0, 4196.0, 4207.0, 4188.0, 4187.0, 4166.0, 4176.0, 4145.0, 4167.0, 4156.0, 4170.0, 4146.0, 4170.0, 4156.0, 4161.0, 4188.0, 4151.0, 4207.0, 4169.0, 4188.0, 4170.0, 4182.0, 4178.0, 4157.0, 4209.0, 4157.0, 4202.0, 4169.0, 4183.0, 4187.0, 4223.0, 4157.0, 4169.0, 4186.0, 4227.0, 4180.0, 4213.0, 4187.0, 4215.0, 4237.0, 4213.0, 4233.0, 4222.0, 4231.0, 4211.0, 4198.0, 4210.0, 4176.0, 4220.0, 4208.0, 4218.0, 4196.0, 4204.0, 4164.0, 4183.0, 4164.0, 4193.0, 4163.0, 4193.0, 4172.0, 4182.0, 4150.0, 4161.0, 4141.0, 4151.0, 4142.0, 4143.0, 4142.0, 4156.0, 4144.0, 4167.0, 4179.0, 4157.0, 4196.0, 4156.0, 4188.0, 4167.0, 4189.0, 4200.0, 4200.0, 4197.0, 4167.0, 4206.0, 4156.0, 4186.0, 4155.0, 4177.0, 4186.0, 4178.0, 4197.0, 4168.0, 4177.0, 4172.0, 4260.0, 4195.0, 4202.0, 4183.0, 4182.0, 4183.0, 4194.0, 4194.0, 4213.0, 4172.0, 4202.0, 4212.0, 4224.0, 4232.0, 4222.0, 4221.0, 4220.0, 4208.0, 4186.0, 4185.0, 4152.0, 4164.0, 4194.0, 4166.0, 4206.0, 4176.0, 4186.0, 4168.0, 4165.0, 4167.0, 4187.0, 4167.0, 4157.0, 4169.0, 4157.0, 4169.0, 4188.0, 4178.0, 4207.0, 4189.0, 4210.0, 4177.0, 4187.0, 4166.0, 4186.0, 4144.0, 4155.0, 4154.0, 4156.0, 4186.0, 4169.0, 4189.0, 4179.0, 4182.0, 4169.0, 4181.0, 4160.0, 4181.0, 4209.0, 4179.0, 4200.0, 4180.0, 4180.0, 4158.0, 4169.0, 4169.0, 4173.0, 4201.0, 4173.0, 4212.0, 4193.0, 4202.0, 4182.0, 4203.0, 4183.0, 4192.0, 4224.0, 4213.0, 4221.0, 4183.0, 4147.0, 4190.0, 4106.0, 4215.0, 4193.0, 4179.0, 4147.0, 4145.0, 4164.0, 4176.0, 4188.0, 4133.0, 4184.0, 4142.0, 4171.0, 4163.0, 4182.0, 4162.0, 4129.0, 4140.0, 4110.0, 4141.0, 4132.0, 4173.0, 4141.0, 4119.0, 4119.0, 4109.0, 4131.0, 4114.0, 4183.0, 4152.0, 4169.0, 4150.0, 4149.0, 4118.0, 4150.0, 4141.0, 4170.0, 4161.0, 4160.0, 4142.0, 4160.0, 4129.0, 4150.0, 4142.0, 4151.0, 4142.0, 4143.0, 4156.0, 4154.0, 4144.0, 4163.0, 4154.0, 4196.0, 4156.0, 4184.0, 4146.0, 4194.0, 4154.0, 4196.0, 4169.0, 4197.0, 4187.0, 4160.0, 4131.0, 4130.0, 4121.0, 4131.0, 4159.0, 4153.0, 4160.0, 4160.0, 4195.0, 4173.0, 4183.0, 4173.0, 4170.0, 4159.0, 4188.0, 4171.0, 4200.0, 4160.0, 4207.0, 4168.0, 4197.0, 4188.0, 4134.0, 4174.0, 4133.0, 4174.0, 4133.0, 4183.0, 4142.0, 4172.0, 4119.0, 4170.0, 4118.0, 4119.0, 4119.0, 4131.0, 4132.0, 4146.0, 4134.0, 4145.0, 4133.0, 4134.0, 4160.0, 4163.0, 4166.0, 4180.0, 4110.0, 4158.0, 4160.0, 4149.0, 4149.0, 4161.0, 4203.0, 4228.0, 4213.0, 4199.0, 4190.0, 4187.0, 4177.0, 4177.0, 4147.0, 4197.0, 4190.0, 4168.0, 4187.0, 4179.0, 4176.0, 4166.0, 4151.0, 4150.0, 4116.0, 4136.0, 4107.0, 4152.0, 4093.0, 4142.0, 4099.0, 4086.0, 4089.0, 4097.0, 4101.0, 4059.0, 4091.0, 4071.0, 4114.0, 4094.0, 4107.0, 4055.0, 4065.0, 4086.0, 4079.0, 4108.0, 4162.0, 4137.0, 4137.0, 4137.0, 4125.0, 4137.0, 4128.0, 4117.0, 4149.0, 4136.0, 4135.0, 4128.0, 4173.0, 4142.0, 4179.0, 4125.0, 4121.0, 4111.0, 4174.0, 4153.0, 4148.0, 4077.0, 4114.0, 4082.0, 4077.0, 4092.0, 4080.0, 4103.0, 4093.0, 4098.0, 4105.0, 4098.0, 4109.0, 4089.0, 4084.0, 4174.0, 4172.0, 4148.0, 4165.0, 4123.0, 4120.0, 4133.0, 4121.0, 4171.0, 4162.0, 4170.0, 4164.0, 4161.0, 4172.0, 4136.0, 4162.0, 4140.0, 4160.0, 4150.0, 4184.0, 4138.0, 4064.0, 4075.0, 4156.0, 4172.0, 4180.0, 4157.0, 4166.0, 4141.0, 4131.0, 4145.0, 4185.0, 4197.0, 4179.0, 4191.0, 4181.0, 4161.0, 4193.0, 4217.0, 4212.0, 4163.0, 4170.0, 4184.0, 4137.0, 4235.0, 4192.0, 4152.0, 4160.0, 4106.0, 4098.0, 4075.0, 4109.0, 4090.0, 4108.0, 4077.0, 4070.0, 4059.0, 4047.0, 4058.0, 4085.0, 4075.0, 4087.0, 4088.0, 4106.0, 4099.0, 4090.0, 4092.0, 4093.0, 4086.0, 4078.0, 4113.0, 4075.0, 4064.0, 4064.0, 4063.0, 4072.0, 4092.0, 4128.0, 4102.0, 4115.0, 4089.0, 4102.0, 4092.0, 4101.0, 4156.0, 4125.0, 4136.0, 4121.0, 4161.0, 4135.0, 4161.0, 4106.0, 4111.0, 4140.0, 4179.0, 4169.0, 4153.0, 4177.0, 4167.0, 4185.0, 4188.0, 4209.0, 4150.0, 4146.0, 4197.0, 4180.0, 4197.0, 4151.0, 4206.0, 4170.0, 4196.0, 4171.0, 4186.0, 4211.0, 4163.0, 4210.0, 4177.0, 4084.0, 4093.0, 4212.0, 4210.0, 4126.0, 4166.0, 4160.0, 4134.0, 4179.0, 4149.0, 4224.0, 4190.0, 4193.0, 4169.0, 4134.0, 4133.0, 4154.0, 4154.0, 4169.0, 4171.0, 4101.0, 4190.0, 4187.0, 4165.0, 4187.0, 4188.0, 4179.0, 4229.0, 4206.0, 4214.0, 4195.0, 4212.0, 4177.0, 4186.0, 4170.0, 4184.0, 4151.0, 4137.0, 4148.0, 4115.0, 4175.0, 4121.0, 4137.0, 4118.0, 4108.0, 4120.0, 4131.0, 4141.0, 4122.0, 4152.0, 4133.0, 4142.0, 4134.0, 4143.0, 4134.0, 4143.0, 4123.0, 4133.0, 4148.0, 4213.0, 4202.0, 4158.0, 4149.0, 4148.0, 4138.0, 4159.0, 4160.0, 4154.0, 4143.0, 4134.0, 4139.0, 4159.0, 4162.0, 4197.0, 4206.0, 4205.0, 4225.0, 4201.0, 4224.0, 4163.0, 4163.0, 4161.0, 4168.0, 4198.0, 4188.0, 4199.0, 4212.0, 4186.0, 4197.0, 4213.0, 4171.0, 4200.0, 4158.0, 4197.0, 4187.0, 4153.0, 4198.0, 4167.0, 4142.0, 4142.0, 4134.0, 4172.0, 4153.0, 4207.0, 4175.0, 4153.0, 4155.0, 4131.0, 4141.0, 4142.0, 4142.0, 4143.0, 4175.0, 4156.0, 4186.0, 4160.0, 4120.0, 4173.0, 4169.0, 4123.0, 4153.0, 4161.0, 4153.0, 4153.0, 4157.0, 4174.0, 4199.0, 4203.0, 4208.0, 4193.0, 4206.0, 4185.0, 4155.0, 4161.0, 4207.0, 4189.0], 'WindowWidth': [9393.0, 9367.0, 9335.0, 9332.0, 9329.0, 9320.0, 9302.0, 9281.0, 9248.0, 9222.0, 9243.0, 9302.0, 9225.0, 9269.0, 9261.0, 9248.0, 9237.0, 9232.0, 9221.0, 9231.0, 9274.0, 9248.0, 9272.0, 9263.0, 9232.0, 9225.0, 9258.0, 9227.0, 9271.0, 9269.0, 9309.0, 9254.0, 9267.0, 9253.0, 9285.0, 9261.0, 9284.0, 9255.0, 9281.0, 9247.0, 9273.0, 9267.0, 9275.0, 9298.0, 9246.0, 9281.0, 9229.0, 9278.0, 9229.0, 9305.0, 9240.0, 9259.0, 9159.0, 9302.0, 9278.0, 9293.0, 9253.0, 9270.0, 9261.0, 9264.0, 9241.0, 9260.0, 9293.0, 9255.0, 9274.0, 9373.0, 9245.0, 9293.0, 9250.0, 9270.0, 9256.0, 9317.0, 9311.0, 9344.0, 9347.0, 9366.0, 9358.0, 9327.0, 9343.0, 9297.0, 9272.0, 9228.0, 9266.0, 9250.0, 9229.0, 9239.0, 9224.0, 9211.0, 9169.0, 9193.0, 9146.0, 9192.0, 9214.0, 9176.0, 9205.0, 9179.0, 9196.0, 9155.0, 9223.0, 9216.0, 9211.0, 9231.0, 9195.0, 9220.0, 9205.0, 9254.0, 9205.0, 9235.0, 9218.0, 9228.0, 9258.0, 9226.0, 9245.0, 9230.0, 9255.0, 9214.0, 9250.0, 9264.0, 9272.0, 9288.0, 9245.0, 9299.0, 9251.0, 9293.0, 9271.0, 9301.0, 9298.0, 9305.0, 9266.0, 9295.0, 9333.0, 9299.0, 9348.0, 9324.0, 9335.0, 9319.0, 9314.0, 9277.0, 9287.0, 9269.0, 9288.0, 9331.0, 9301.0, 9336.0, 9296.0, 9287.0, 9250.0, 9299.0, 9264.0, 9320.0, 9307.0, 9317.0, 9279.0, 9301.0, 9275.0, 9320.0, 9313.0, 9335.0, 9329.0, 9318.0, 9305.0, 9267.0, 9306.0, 9268.0, 9290.0, 9252.0, 9280.0, 9254.0, 9271.0, 9236.0, 9265.0, 9235.0, 9282.0, 9249.0, 9298.0, 9279.0, 9282.0, 9245.0, 9280.0, 9242.0, 9299.0, 9284.0, 9301.0, 9271.0, 9317.0, 9280.0, 9298.0, 9233.0, 9257.0, 9220.0, 9270.0, 9243.0, 9273.0, 9247.0, 9275.0, 9239.0, 9276.0, 9242.0, 9294.0, 9259.0, 9280.0, 9274.0, 9261.0, 9268.0, 9250.0, 9323.0, 9292.0, 9342.0, 9293.0, 9321.0, 9272.0, 9317.0, 9305.0, 9329.0, 9300.0, 9305.0, 9267.0, 9292.0, 9270.0, 9291.0, 9270.0, 9233.0, 9256.0, 9210.0, 9269.0, 9225.0, 9301.0, 9229.0, 9303.0, 9245.0, 9275.0, 9233.0, 9299.0, 9258.0, 9279.0, 9227.0, 9285.0, 9228.0, 9283.0, 9261.0, 9268.0, 9247.0, 9243.0, 9248.0, 9236.0, 9261.0, 9280.0, 9302.0, 9250.0, 9298.0, 9262.0, 9278.0, 9291.0, 9285.0, 9324.0, 9291.0, 9307.0, 9280.0, 9277.0, 9249.0, 9262.0, 9222.0, 9252.0, 9238.0, 9261.0, 9228.0, 9262.0, 9242.0, 9252.0, 9284.0, 9239.0, 9309.0, 9262.0, 9286.0, 9264.0, 9281.0, 9272.0, 9244.0, 9314.0, 9245.0, 9310.0, 9264.0, 9289.0, 9305.0, 9340.0, 9247.0, 9266.0, 9300.0, 9355.0, 9281.0, 9334.0, 9302.0, 9336.0, 9368.0, 9329.0, 9358.0, 9341.0, 9353.0, 9323.0, 9300.0, 9322.0, 9269.0, 9335.0, 9314.0, 9327.0, 9293.0, 9298.0, 9245.0, 9268.0, 9243.0, 9281.0, 9240.0, 9282.0, 9251.0, 9264.0, 9218.0, 9234.0, 9210.0, 9223.0, 9214.0, 9218.0, 9216.0, 9238.0, 9221.0, 9256.0, 9272.0, 9242.0, 9292.0, 9240.0, 9283.0, 9255.0, 9287.0, 9304.0, 9302.0, 9295.0, 9255.0, 9306.0, 9240.0, 9278.0, 9236.0, 9267.0, 9277.0, 9271.0, 9295.0, 9257.0, 9268.0, 9274.0, 9428.0, 9312.0, 9313.0, 9290.0, 9286.0, 9289.0, 9305.0, 9304.0, 9328.0, 9273.0, 9313.0, 9325.0, 9344.0, 9354.0, 9337.0, 9339.0, 9331.0, 9312.0, 9277.0, 9275.0, 9225.0, 9245.0, 9285.0, 9250.0, 9306.0, 9265.0, 9277.0, 9260.0, 9249.0, 9256.0, 9283.0, 9255.0, 9242.0, 9260.0, 9244.0, 9261.0, 9284.0, 9272.0, 9310.0, 9287.0, 9318.0, 9269.0, 9281.0, 9251.0, 9277.0, 9219.0, 9235.0, 9233.0, 9238.0, 9280.0, 9261.0, 9287.0, 9276.0, 9281.0, 9261.0, 9281.0, 9252.0, 9282.0, 9315.0, 9276.0, 9305.0, 9279.0, 9277.0, 9245.0, 9261.0, 9263.0, 9275.0, 9310.0, 9275.0, 9325.0, 9302.0, 9312.0, 9286.0, 9315.0, 9290.0, 9298.0, 9346.0, 9326.0, 9334.0, 9264.0, 9195.0, 9293.0, 9118.0, 9340.0, 9301.0, 9270.0, 9223.0, 9215.0, 9240.0, 9260.0, 9278.0, 9197.0, 9264.0, 9206.0, 9242.0, 9236.0, 9262.0, 9233.0, 9184.0, 9199.0, 9160.0, 9203.0, 9193.0, 9247.0, 9204.0, 9171.0, 9172.0, 9156.0, 9190.0, 9171.0, 9263.0, 9219.0, 9235.0, 9211.0, 9207.0, 9168.0, 9211.0, 9202.0, 9242.0, 9231.0, 9225.0, 9210.0, 9227.0, 9185.0, 9213.0, 9208.0, 9221.0, 9207.0, 9214.0, 9236.0, 9227.0, 9214.0, 9237.0, 9230.0, 9288.0, 9236.0, 9269.0, 9221.0, 9283.0, 9228.0, 9287.0, 9258.0, 9289.0, 9278.0, 9229.0, 9194.0, 9189.0, 9180.0, 9193.0, 9245.0, 9227.0, 9247.0, 9246.0, 9298.0, 9267.0, 9281.0, 9271.0, 9261.0, 9242.0, 9300.0, 9264.0, 9299.0, 9245.0, 9303.0, 9253.0, 9290.0, 9278.0, 9198.0, 9252.0, 9196.0, 9250.0, 9195.0, 9264.0, 9207.0, 9247.0, 9172.0, 9239.0, 9166.0, 9169.0, 9170.0, 9191.0, 9196.0, 9218.0, 9200.0, 9216.0, 9197.0, 9201.0, 9247.0, 9223.0, 9256.0, 9281.0, 9150.0, 9242.0, 9246.0, 9232.0, 9232.0, 9253.0, 9311.0, 9353.0, 9330.0, 9318.0, 9308.0, 9303.0, 9289.0, 9293.0, 9201.0, 9292.0, 9285.0, 9252.0, 9273.0, 9262.0, 9251.0, 9241.0, 9211.0, 9209.0, 9153.0, 9176.0, 9138.0, 9212.0, 9103.0, 9187.0, 9115.0, 9093.0, 9101.0, 9111.0, 9121.0, 9067.0, 9111.0, 9085.0, 9148.0, 9123.0, 9127.0, 9039.0, 9078.0, 9110.0, 9105.0, 9136.0, 9250.0, 9204.0, 9204.0, 9204.0, 9185.0, 9204.0, 9194.0, 9159.0, 9225.0, 9202.0, 9196.0, 9193.0, 9262.0, 9217.0, 9257.0, 9177.0, 9140.0, 9137.0, 9245.0, 9217.0, 9199.0, 9087.0, 9146.0, 9103.0, 9089.0, 9116.0, 9102.0, 9135.0, 9124.0, 9135.0, 9144.0, 9134.0, 9151.0, 9106.0, 9110.0, 9278.0, 9269.0, 9224.0, 9238.0, 9178.0, 9172.0, 9193.0, 9176.0, 9244.0, 9233.0, 9240.0, 9234.0, 9225.0, 9242.0, 9185.0, 9228.0, 9195.0, 9222.0, 9208.0, 9262.0, 9192.0, 9037.0, 9076.0, 9248.0, 9282.0, 9285.0, 9248.0, 9259.0, 9221.0, 9193.0, 9223.0, 9298.0, 9318.0, 9271.0, 9292.0, 9279.0, 9252.0, 9292.0, 9334.0, 9316.0, 9229.0, 9256.0, 9265.0, 9184.0, 9358.0, 9289.0, 9214.0, 9222.0, 9137.0, 9101.0, 9088.0, 9122.0, 9100.0, 9117.0, 9078.0, 9078.0, 9063.0, 9038.0, 9056.0, 9104.0, 9091.0, 9113.0, 9115.0, 9137.0, 9132.0, 9123.0, 9129.0, 9131.0, 9111.0, 9101.0, 9138.0, 9090.0, 9076.0, 9075.0, 9070.0, 9085.0, 9131.0, 9174.0, 9144.0, 9151.0, 9121.0, 9145.0, 9132.0, 9146.0, 9222.0, 9181.0, 9195.0, 9172.0, 9221.0, 9190.0, 9223.0, 9158.0, 9158.0, 9211.0, 9261.0, 9248.0, 9220.0, 9257.0, 9242.0, 9268.0, 9300.0, 9316.0, 9235.0, 9225.0, 9293.0, 9272.0, 9293.0, 9235.0, 9302.0, 9259.0, 9290.0, 9260.0, 9276.0, 9316.0, 9256.0, 9317.0, 9263.0, 9069.0, 9102.0, 9353.0, 9334.0, 9194.0, 9252.0, 9245.0, 9206.0, 9270.0, 9231.0, 9341.0, 9304.0, 9296.0, 9259.0, 9204.0, 9207.0, 9239.0, 9244.0, 9274.0, 9280.0, 9138.0, 9291.0, 9294.0, 9265.0, 9295.0, 9298.0, 9287.0, 9353.0, 9317.0, 9326.0, 9299.0, 9318.0, 9263.0, 9274.0, 9253.0, 9265.0, 9211.0, 9183.0, 9202.0, 9152.0, 9257.0, 9172.0, 9187.0, 9164.0, 9151.0, 9168.0, 9188.0, 9200.0, 9176.0, 9217.0, 9194.0, 9203.0, 9196.0, 9205.0, 9197.0, 9206.0, 9181.0, 9194.0, 9226.0, 9320.0, 9301.0, 9238.0, 9227.0, 9226.0, 9213.0, 9241.0, 9243.0, 9229.0, 9215.0, 9204.0, 9217.0, 9242.0, 9249.0, 9311.0, 9318.0, 9314.0, 9343.0, 9301.0, 9343.0, 9254.0, 9258.0, 9252.0, 9258.0, 9298.0, 9285.0, 9300.0, 9319.0, 9278.0, 9296.0, 9325.0, 9242.0, 9299.0, 9242.0, 9290.0, 9277.0, 9227.0, 9290.0, 9249.0, 9210.0, 9212.0, 9202.0, 9252.0, 9228.0, 9307.0, 9261.0, 9225.0, 9228.0, 9193.0, 9207.0, 9212.0, 9212.0, 9215.0, 9258.0, 9237.0, 9275.0, 9247.0, 9169.0, 9262.0, 9269.0, 9177.0, 9247.0, 9255.0, 9243.0, 9244.0, 9244.0, 9276.0, 9304.0, 9310.0, 9312.0, 9294.0, 9306.0, 9276.0, 9235.0, 9250.0, 9307.0, 9283.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.014211586206896554</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.2504028954022989</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>48.936115918964376</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>0.919156526570771</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9172279032105874</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4699</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4839.1499</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.5033375863648406</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>296</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>34.02298850574713</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>3.3998072626514113</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>3.204574832687891</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>3.593191459786185</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>3.4016554954801577</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0103352</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>0.009023450314998627</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02458348497748375</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.51716163144914</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>17.3564</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.0625</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>175.8064</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>305892.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>802.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>320.0006</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2197</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>424.2186</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3397.9621</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3604.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>70652.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1545.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4294.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>797.8405</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>12.815257653885055</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> |