=== 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-0016 --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-0016",
"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-0016_ses-04_task-social_acq-mb8_run-04_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-0016_ses-04_task-social_acq-mb8_run-04_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-04_session-04_subject-0016_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-0016/figures/sub-0016_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-04_subject-0016_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-0016/figures/sub-0016_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-04_subject-0016_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-0016/figures/sub-0016_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-04_subject-0016_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-0016/figures/sub-0016_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-04_task-social_acq-mb8_run-04_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-04_session-04_subject-0016_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-0016/figures/sub-0016_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-04_task-social_acq-mb8_run-04_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-04_session-04_subject-0016_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-0016/figures/sub-0016_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-04_subject-0016_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-0016/figures/sub-0016_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0016/figures/sub-0016_ses-04_task-social_acq-mb8_run-04_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-0016/figures/sub-0016_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-04_task-social_acq-mb8_run-04_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-0016/ses-04/func/sub-0016_ses-04_task-social_acq-mb8_run-04_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>a6dc0885b95d81d10f3ece2e534c8d63</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>13:05:49.197500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999594, -0.0200192, -0.0202672, 0.0211131, 0.998248, 0.0552821]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-04_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.0934135</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-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4152, -7774, -7251, 586, -38, -177, -36, 98]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>236.691</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>076efb5f-2fad-45d7-b44f-93bb64eac344||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.681838035583496, 0.056644923985004425, -0.05163734778761864, 112.11214447021484], [0.053710080683231354, 2.678225040435791, 0.15035638213157654, -93.75604248046875], [-0.05437532067298889, -0.14831778407096863, 2.6953155994415283, -63.75754165649414], [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': ['130549.197500', '130549.657500', '130550.117500', '130550.577500', '130551.037500', '130551.497500', '130551.957500', '130552.417500', '130552.877500', '130553.337500', '130553.797500', '130554.257500', '130554.717500', '130555.177500', '130555.637500', '130556.097500', '130556.557500', '130557.017500', '130557.477500', '130557.937500', '130558.397500', '130558.857500', '130559.317500', '130559.777500', '130600.237500', '130600.697500', '130601.157500', '130601.617500', '130602.077500', '130602.537500', '130602.997500', '130603.457500', '130603.917500', '130604.377500', '130604.837500', '130605.297500', '130605.757500', '130606.217500', '130606.677500', '130607.137500', '130607.597500', '130608.057500', '130608.517500', '130608.977500', '130609.437500', '130609.897500', '130610.357500', '130610.817500', '130611.277500', '130611.737500', '130612.197500', '130612.657500', '130613.117500', '130613.577500', '130614.037500', '130614.497500', '130614.957500', '130615.417500', '130615.877500', '130616.337500', '130616.797500', '130617.257500', '130617.717500', '130618.177500', '130618.637500', '130619.097500', '130619.557500', '130620.017500', '130620.477500', '130620.937500', '130621.397500', '130621.857500', '130622.317500', '130622.777500', '130623.237500', '130623.697500', '130624.157500', '130624.617500', '130625.077500', '130625.537500', '130625.997500', '130626.457500', '130626.917500', '130627.377500', '130627.837500', '130628.297500', '130628.757500', '130629.217500', '130629.677500', '130630.137500', '130630.597500', '130631.057500', '130631.517500', '130631.977500', '130632.437500', '130632.897500', '130633.357500', '130633.817500', '130634.277500', '130634.737500', '130635.197500', '130635.657500', '130636.117500', '130636.577500', '130637.037500', '130637.497500', '130637.957500', '130638.417500', '130638.877500', '130639.337500', '130639.797500', '130640.257500', '130640.717500', '130641.177500', '130641.637500', '130642.097500', '130642.557500', '130643.017500', '130643.477500', '130643.937500', '130644.397500', '130644.857500', '130645.317500', '130645.777500', '130646.237500', '130646.697500', '130647.157500', '130647.617500', '130648.077500', '130648.537500', '130648.997500', '130649.457500', '130649.917500', '130650.377500', '130650.837500', '130651.297500', '130651.757500', '130652.217500', '130652.677500', '130653.137500', '130653.597500', '130654.057500', '130654.517500', '130654.977500', '130655.437500', '130655.897500', '130656.357500', '130656.817500', '130657.277500', '130657.737500', '130658.197500', '130658.657500', '130659.117500', '130659.577500', '130700.037500', '130700.497500', '130700.957500', '130701.417500', '130701.877500', '130702.337500', '130702.797500', '130703.257500', '130703.717500', '130704.177500', '130704.637500', '130705.097500', '130705.557500', '130706.017500', '130706.477500', '130706.937500', '130707.397500', '130707.857500', '130708.317500', '130708.777500', '130709.237500', '130709.697500', '130710.157500', '130710.617500', '130711.077500', '130711.537500', '130711.997500', '130712.457500', '130712.917500', '130713.377500', '130713.837500', '130714.297500', '130714.757500', '130715.217500', '130715.677500', '130716.137500', '130716.597500', '130717.057500', '130717.517500', '130717.977500', '130718.437500', '130718.897500', '130719.357500', '130719.817500', '130720.277500', '130720.737500', '130721.197500', '130721.657500', '130722.117500', '130722.577500', '130723.037500', '130723.497500', '130723.957500', '130724.417500', '130724.877500', '130725.337500', '130725.797500', '130726.257500', '130726.717500', '130727.177500', '130727.637500', '130728.097500', '130728.557500', '130729.017500', '130729.477500', '130729.937500', '130730.397500', '130730.857500', '130731.317500', '130731.777500', '130732.237500', '130732.697500', '130733.157500', '130733.617500', '130734.077500', '130734.537500', '130734.997500', '130735.457500', '130735.917500', '130736.377500', '130736.837500', '130737.297500', '130737.757500', '130738.217500', '130738.677500', '130739.137500', '130739.597500', '130740.057500', '130740.517500', '130740.977500', '130741.437500', '130741.897500', '130742.357500', '130742.817500', '130743.277500', '130743.737500', '130744.197500', '130744.657500', '130745.117500', '130745.577500', '130746.037500', '130746.497500', '130746.957500', '130747.417500', '130747.877500', '130748.337500', '130748.797500', '130749.257500', '130749.717500', '130750.177500', '130750.637500', '130751.097500', '130751.557500', '130752.017500', '130752.477500', '130752.937500', '130753.397500', '130753.857500', '130754.317500', '130754.777500', '130755.237500', '130755.697500', '130756.157500', '130756.617500', '130757.077500', '130757.537500', '130757.997500', '130758.457500', '130758.917500', '130759.377500', '130759.837500', '130800.297500', '130800.757500', '130801.217500', '130801.677500', '130802.137500', '130802.597500', '130803.057500', '130803.517500', '130803.977500', '130804.437500', '130804.897500', '130805.357500', '130805.817500', '130806.277500', '130806.737500', '130807.197500', '130807.657500', '130808.117500', '130808.577500', '130809.037500', '130809.497500', '130809.957500', '130810.417500', '130810.877500', '130811.337500', '130811.797500', '130812.257500', '130812.717500', '130813.177500', '130813.637500', '130814.097500', '130814.557500', '130815.017500', '130815.477500', '130815.937500', '130816.397500', '130816.857500', '130817.317500', '130817.777500', '130818.237500', '130818.697500', '130819.157500', '130819.617500', '130820.077500', '130820.537500', '130820.997500', '130821.457500', '130821.917500', '130822.377500', '130822.837500', '130823.297500', '130823.757500', '130824.217500', '130824.677500', '130825.137500', '130825.597500', '130826.057500', '130826.517500', '130826.977500', '130827.437500', '130827.897500', '130828.357500', '130828.817500', '130829.277500', '130829.737500', '130830.197500', '130830.657500', '130831.117500', '130831.577500', '130832.037500', '130832.497500', '130832.957500', '130833.417500', '130833.877500', '130834.337500', '130834.797500', '130835.257500', '130835.717500', '130836.177500', '130836.637500', '130837.097500', '130837.557500', '130838.017500', '130838.477500', '130838.937500', '130839.397500', '130839.857500', '130840.317500', '130840.777500', '130841.237500', '130841.697500', '130842.157500', '130842.617500', '130843.077500', '130843.537500', '130843.997500', '130844.457500', '130844.917500', '130845.377500', '130845.837500', '130846.297500', '130846.757500', '130847.217500', '130847.677500', '130848.137500', '130848.597500', '130849.057500', '130849.517500', '130849.977500', '130850.437500', '130850.897500', '130851.357500', '130851.817500', '130852.277500', '130852.737500', '130853.197500', '130853.657500', '130854.117500', '130854.577500', '130855.037500', '130855.497500', '130855.957500', '130856.417500', '130856.877500', '130857.337500', '130857.797500', '130858.257500', '130858.717500', '130859.177500', '130859.637500', '130900.097500', '130900.557500', '130901.017500', '130901.477500', '130901.937500', '130902.397500', '130902.857500', '130903.317500', '130903.777500', '130904.237500', '130904.697500', '130905.157500', '130905.617500', '130906.077500', '130906.537500', '130906.997500', '130907.457500', '130907.917500', '130908.377500', '130908.837500', '130909.297500', '130909.757500', '130910.217500', '130910.677500', '130911.137500', '130911.597500', '130912.057500', '130912.517500', '130912.977500', '130913.437500', '130913.897500', '130914.357500', '130914.817500', '130915.277500', '130915.737500', '130916.197500', '130916.657500', '130917.117500', '130917.577500', '130918.037500', '130918.497500', '130918.957500', '130919.417500', '130919.877500', '130920.337500', '130920.797500', '130921.257500', '130921.717500', '130922.177500', '130922.637500', '130923.097500', '130923.557500', '130924.017500', '130924.477500', '130924.937500', '130925.397500', '130925.857500', '130926.317500', '130926.777500', '130927.237500', '130927.697500', '130928.157500', '130928.617500', '130929.077500', '130929.537500', '130929.997500', '130930.457500', '130930.917500', '130931.377500', '130931.837500', '130932.297500', '130932.757500', '130933.217500', '130933.677500', '130934.137500', '130934.597500', '130935.057500', '130935.517500', '130935.977500', '130936.437500', '130936.897500', '130937.357500', '130937.817500', '130938.277500', '130938.737500', '130939.197500', '130939.657500', '130940.117500', '130940.577500', '130941.037500', '130941.497500', '130941.957500', '130942.417500', '130942.877500', '130943.337500', '130943.797500', '130944.257500', '130944.717500', '130945.177500', '130945.637500', '130946.097500', '130946.557500', '130947.017500', '130947.477500', '130947.937500', '130948.397500', '130948.857500', '130949.317500', '130949.777500', '130950.237500', '130950.697500', '130951.157500', '130951.617500', '130952.077500', '130952.537500', '130952.997500', '130953.457500', '130953.917500', '130954.377500', '130954.837500', '130955.297500', '130955.757500', '130956.217500', '130956.677500', '130957.137500', '130957.597500', '130958.057500', '130958.517500', '130958.977500', '130959.437500', '130959.897500', '131000.357500', '131000.817500', '131001.277500', '131001.737500', '131002.197500', '131002.657500', '131003.117500', '131003.577500', '131004.037500', '131004.497500', '131004.957500', '131005.417500', '131005.877500', '131006.337500', '131006.797500', '131007.257500', '131007.717500', '131008.177500', '131008.637500', '131009.097500', '131009.557500', '131010.017500', '131010.477500', '131010.937500', '131011.397500', '131011.857500', '131012.317500', '131012.777500', '131013.237500', '131013.697500', '131014.157500', '131014.617500', '131015.077500', '131015.537500', '131015.997500', '131016.457500', '131016.917500', '131017.377500', '131017.837500', '131018.297500', '131018.757500', '131019.217500', '131019.677500', '131020.137500', '131020.597500', '131021.057500', '131021.517500', '131021.977500', '131022.437500', '131022.897500', '131023.357500', '131023.817500', '131024.277500', '131024.737500', '131025.197500', '131025.657500', '131026.117500', '131026.577500', '131027.037500', '131027.497500', '131027.957500', '131028.417500', '131028.877500', '131029.337500', '131029.797500', '131030.257500', '131030.717500', '131031.177500', '131031.637500', '131032.097500', '131032.557500', '131033.017500', '131033.477500', '131033.937500', '131034.397500', '131034.857500', '131035.317500', '131035.777500', '131036.237500', '131036.697500', '131037.157500', '131037.617500', '131038.077500', '131038.537500', '131038.997500', '131039.457500', '131039.917500', '131040.377500', '131040.837500', '131041.297500', '131041.757500', '131042.217500', '131042.677500', '131043.137500', '131043.597500', '131044.057500', '131044.517500', '131044.977500', '131045.437500', '131045.897500', '131046.357500', '131046.817500', '131047.277500', '131047.737500', '131048.197500', '131048.657500', '131049.117500', '131049.577500', '131050.037500', '131050.497500', '131050.957500', '131051.417500', '131051.877500', '131052.337500', '131052.797500', '131053.257500', '131053.717500', '131054.177500', '131054.637500', '131055.097500', '131055.557500', '131056.017500', '131056.477500', '131056.937500', '131057.397500', '131057.857500', '131058.317500', '131058.777500', '131059.237500', '131059.697500', '131100.157500', '131100.617500', '131101.077500', '131101.537500', '131101.997500', '131102.457500', '131102.917500', '131103.377500', '131103.837500', '131104.297500', '131104.757500', '131105.217500', '131105.677500', '131106.137500', '131106.597500', '131107.057500', '131107.517500', '131107.977500', '131108.437500', '131108.897500', '131109.357500', '131109.817500', '131110.277500', '131110.737500', '131111.197500', '131111.657500', '131112.117500', '131112.577500', '131113.037500', '131113.497500', '131113.957500', '131114.417500', '131114.877500', '131115.337500', '131115.797500', '131116.257500', '131116.717500', '131117.177500', '131117.637500', '131118.097500', '131118.557500', '131119.017500', '131119.477500', '131119.937500', '131120.397500', '131120.857500', '131121.317500', '131121.777500', '131122.237500', '131122.697500', '131123.157500', '131123.617500', '131124.077500', '131124.537500', '131124.997500', '131125.457500', '131125.917500', '131126.377500', '131126.837500', '131127.297500', '131127.757500', '131128.217500', '131128.677500', '131129.137500', '131129.597500', '131130.057500', '131130.517500', '131130.977500', '131131.437500', '131131.897500', '131132.357500', '131132.817500', '131133.277500', '131133.737500', '131134.197500', '131134.657500', '131135.117500', '131135.577500', '131136.037500', '131136.497500', '131136.957500', '131137.417500', '131137.877500', '131138.337500', '131138.797500', '131139.257500', '131139.717500', '131140.177500', '131140.637500', '131141.097500', '131141.557500', '131142.017500', '131142.477500', '131142.937500', '131143.397500', '131143.857500', '131144.317500', '131144.777500', '131145.237500', '131145.697500', '131146.157500', '131146.617500', '131147.077500', '131147.537500', '131147.997500', '131148.457500', '131148.917500', '131149.377500', '131149.837500', '131150.297500', '131150.757500', '131151.217500', '131151.677500', '131152.137500', '131152.597500', '131153.057500', '131153.517500', '131153.977500', '131154.437500', '131154.897500', '131155.357500', '131155.817500', '131156.277500', '131156.737500', '131157.197500', '131157.657500', '131158.117500', '131158.577500', '131159.037500', '131159.497500', '131159.957500', '131200.417500', '131200.877500', '131201.337500', '131201.797500', '131202.257500', '131202.717500', '131203.177500', '131203.637500', '131204.097500', '131204.557500', '131205.017500', '131205.477500', '131205.937500', '131206.397500', '131206.857500', '131207.317500', '131207.777500', '131208.237500', '131208.697500', '131209.157500', '131209.617500', '131210.077500', '131210.537500', '131210.997500', '131211.457500', '131211.917500', '131212.377500', '131212.837500', '131213.297500', '131213.757500', '131214.217500', '131214.677500', '131215.137500', '131215.597500', '131216.057500', '131216.517500', '131216.977500', '131217.437500', '131217.897500', '131218.357500', '131218.817500', '131219.277500', '131219.737500', '131220.197500', '131220.657500', '131221.117500', '131221.577500', '131222.037500', '131222.497500', '131222.957500', '131223.417500', '131223.877500', '131224.337500', '131224.797500', '131225.257500', '131225.717500', '131226.177500', '131226.637500', '131227.097500', '131227.557500', '131228.017500', '131228.477500', '131228.937500', '131229.397500', '131229.857500'], 'ContentTime': ['130605.533000', '130605.536000', '130605.539000', '130605.542000', '130605.547000', '130605.550000', '130605.553000', '130605.556000', '130605.559000', '130605.562000', '130605.565000', '130605.568000', '130605.571000', '130605.574000', '130605.576000', '130605.586000', '130605.589000', '130605.592000', '130605.595000', '130605.598000', '130605.601000', '130605.604000', '130605.606000', '130605.609000', '130605.612000', '130605.615000', '130605.618000', '130605.621000', '130605.624000', '130605.627000', '130605.629000', '130605.632000', '130605.635000', '130605.638000', '130625.501000', '130625.504000', '130625.507000', '130625.510000', '130625.512000', '130625.515000', '130625.518000', '130625.521000', '130625.524000', '130625.527000', '130625.530000', '130625.537000', '130625.540000', '130625.543000', '130625.546000', '130625.548000', '130625.551000', '130625.554000', '130625.557000', '130625.560000', '130625.579000', '130625.582000', '130625.585000', '130625.588000', '130625.591000', '130625.593000', '130625.596000', '130625.599000', '130625.602000', '130625.605000', '130625.608000', '130625.611000', '130625.613000', '130625.616000', '130625.619000', '130625.622000', '130625.625000', '130625.628000', '130625.631000', '130625.634000', '130625.637000', '130625.639000', '130625.642000', '130645.501000', '130645.504000', '130645.507000', '130645.510000', '130645.513000', '130645.515000', '130645.520000', '130645.525000', '130645.528000', '130645.531000', '130645.534000', '130645.536000', '130645.539000', '130645.542000', '130645.545000', '130645.548000', '130645.551000', '130645.554000', '130645.557000', '130645.560000', '130645.563000', '130645.565000', '130645.568000', '130645.571000', '130645.574000', '130645.577000', '130645.580000', '130645.592000', '130645.595000', '130645.598000', '130645.601000', '130645.603000', '130645.606000', '130645.609000', '130645.612000', '130645.615000', '130645.618000', '130645.621000', '130645.623000', '130645.626000', '130645.629000', '130645.632000', '130645.635000', '130705.501000', '130705.504000', '130705.507000', '130705.510000', '130705.513000', '130705.515000', '130705.518000', '130705.521000', '130705.524000', '130705.527000', '130705.530000', '130705.533000', '130705.536000', '130705.539000', '130705.542000', '130705.544000', '130705.547000', '130705.550000', '130705.553000', '130705.556000', '130705.559000', '130705.562000', '130705.565000', '130705.568000', '130705.571000', '130705.574000', '130705.577000', '130705.579000', '130705.582000', '130705.585000', '130705.588000', '130705.591000', '130705.594000', '130705.597000', '130705.600000', '130705.603000', '130705.606000', '130705.608000', '130705.611000', '130705.614000', '130705.617000', '130705.620000', '130705.623000', '130705.626000', '130725.500000', '130725.503000', '130725.506000', '130725.509000', '130725.512000', '130725.515000', '130725.518000', '130725.521000', '130725.524000', '130725.527000', '130725.530000', '130725.533000', '130725.535000', '130725.538000', '130725.541000', '130725.544000', '130725.547000', '130725.550000', '130725.553000', '130725.556000', '130725.559000', '130725.561000', '130725.564000', '130725.567000', '130725.570000', '130725.573000', '130725.576000', '130725.579000', '130725.582000', '130725.585000', '130725.588000', '130725.591000', '130725.594000', '130725.596000', '130725.599000', '130725.602000', '130725.605000', '130725.608000', '130725.611000', '130725.614000', '130725.617000', '130725.620000', '130725.623000', '130745.500000', '130745.503000', '130745.506000', '130745.509000', '130745.512000', '130745.515000', '130745.517000', '130745.520000', '130745.523000', '130745.526000', '130745.529000', '130745.532000', '130745.535000', '130745.538000', '130745.541000', '130745.544000', '130745.546000', '130745.549000', '130745.552000', '130745.555000', '130745.558000', '130745.561000', '130745.564000', '130745.567000', '130745.570000', '130745.572000', '130745.575000', '130745.578000', '130745.581000', '130745.584000', '130745.587000', '130745.590000', '130745.593000', '130745.596000', '130745.598000', '130745.601000', '130745.604000', '130745.607000', '130745.610000', '130745.613000', '130745.616000', '130745.619000', '130745.622000', '130745.625000', '130805.500000', '130805.503000', '130805.506000', '130805.509000', '130805.512000', '130805.515000', '130805.517000', '130805.520000', '130805.524000', '130805.527000', '130805.543000', '130805.546000', '130805.549000', '130805.552000', '130805.555000', '130805.558000', '130805.561000', '130805.564000', '130805.567000', '130805.570000', '130805.573000', '130805.576000', '130805.578000', '130805.581000', '130805.584000', '130805.587000', '130805.590000', '130805.593000', '130805.596000', '130805.599000', '130805.602000', '130805.605000', '130805.608000', '130805.610000', '130805.613000', '130805.616000', '130805.619000', '130805.622000', '130805.625000', '130805.628000', '130805.631000', '130805.634000', '130805.637000', '130825.501000', '130825.504000', '130825.507000', '130825.510000', '130825.513000', '130825.516000', '130825.519000', '130825.522000', '130825.524000', '130825.527000', '130825.530000', '130825.533000', '130825.536000', '130825.539000', '130825.542000', '130825.545000', '130825.548000', '130825.551000', '130825.554000', '130825.557000', '130825.560000', '130825.562000', '130825.566000', '130825.569000', '130825.571000', '130825.574000', '130825.577000', '130825.580000', '130825.583000', '130825.586000', '130825.589000', '130825.592000', '130825.595000', '130825.598000', '130825.601000', '130825.603000', '130825.607000', '130825.609000', '130825.612000', '130825.615000', '130825.618000', '130825.621000', '130825.624000', '130825.627000', '130845.501000', '130845.504000', '130845.507000', '130845.510000', '130845.513000', '130845.516000', '130845.519000', '130845.521000', '130845.524000', '130845.527000', '130845.530000', '130845.533000', '130845.536000', '130845.539000', '130845.542000', '130845.545000', '130845.548000', '130845.551000', '130845.554000', '130845.557000', '130845.560000', '130845.563000', '130845.566000', '130845.569000', '130845.572000', '130845.575000', '130845.577000', '130845.580000', '130845.583000', '130845.586000', '130845.589000', '130845.592000', '130845.595000', '130845.598000', '130845.601000', '130845.604000', '130845.607000', '130845.610000', '130845.613000', '130845.615000', '130845.618000', '130845.621000', '130845.624000', '130905.501000', '130905.504000', '130905.507000', '130905.510000', '130905.513000', '130905.516000', '130905.518000', '130905.521000', '130905.524000', '130905.527000', '130905.530000', '130905.533000', '130905.536000', '130905.539000', '130905.542000', '130905.545000', '130905.548000', '130905.550000', '130905.553000', '130905.556000', '130905.559000', '130905.562000', '130905.565000', '130905.568000', '130905.571000', '130905.574000', '130905.577000', '130905.580000', '130905.583000', '130905.585000', '130905.588000', '130905.591000', '130905.594000', '130905.597000', '130905.600000', '130905.603000', '130905.606000', '130905.609000', '130905.612000', '130905.615000', '130905.617000', '130905.620000', '130905.623000', '130905.626000', '130925.501000', '130925.504000', '130925.508000', '130925.511000', '130925.514000', '130925.517000', '130925.520000', '130925.523000', '130925.526000', '130925.529000', '130925.532000', '130925.535000', '130925.538000', '130925.540000', '130925.543000', '130925.546000', '130925.549000', '130925.552000', '130925.555000', '130925.558000', '130925.561000', '130925.564000', '130925.567000', '130925.571000', '130925.574000', '130925.577000', '130925.580000', '130925.583000', '130925.585000', '130925.588000', '130925.591000', '130925.594000', '130925.597000', '130925.600000', '130925.603000', '130925.606000', '130925.609000', '130925.612000', '130925.615000', '130925.618000', '130925.620000', '130925.623000', '130925.626000', '130945.500000', '130945.503000', '130945.506000', '130945.509000', '130945.512000', '130945.515000', '130945.518000', '130945.521000', '130945.523000', '130945.526000', '130945.529000', '130945.532000', '130945.535000', '130945.538000', '130945.541000', '130945.544000', '130945.547000', '130945.550000', '130945.553000', '130945.556000', '130945.559000', '130945.561000', '130945.564000', '130945.567000', '130945.570000', '130945.573000', '130945.576000', '130945.579000', '130945.582000', '130945.585000', '130945.588000', '130945.591000', '130945.594000', '130945.596000', '130945.599000', '130945.602000', '130945.605000', '130945.608000', '130945.611000', '130945.614000', '130945.617000', '130945.620000', '130945.623000', '130945.625000', '131005.500000', '131005.503000', '131005.506000', '131005.509000', '131005.512000', '131005.515000', '131005.518000', '131005.520000', '131005.523000', '131005.526000', '131005.529000', '131005.532000', '131005.535000', '131005.538000', '131005.541000', '131005.544000', '131005.547000', '131005.550000', '131005.552000', '131005.555000', '131005.558000', '131005.561000', '131005.564000', '131005.567000', '131005.570000', '131005.573000', '131005.576000', '131005.579000', '131005.582000', '131005.585000', '131005.590000', '131005.593000', '131005.596000', '131005.599000', '131005.602000', '131005.605000', '131005.607000', '131005.610000', '131005.613000', '131005.616000', '131005.619000', '131005.622000', '131005.625000', '131025.500000', '131025.503000', '131025.506000', '131025.509000', '131025.512000', '131025.515000', '131025.518000', '131025.521000', '131025.523000', '131025.526000', '131025.529000', '131025.532000', '131025.535000', '131025.538000', '131025.541000', '131025.544000', '131025.547000', '131025.550000', '131025.552000', '131025.555000', '131025.558000', '131025.561000', '131025.564000', '131025.567000', '131025.570000', '131025.573000', '131025.576000', '131025.579000', '131025.582000', '131025.585000', '131025.588000', '131025.591000', '131025.594000', '131025.597000', '131025.599000', '131025.602000', '131025.605000', '131025.608000', '131025.611000', '131025.614000', '131025.617000', '131025.620000', '131025.623000', '131025.626000', '131045.501000', '131045.504000', '131045.507000', '131045.510000', '131045.513000', '131045.516000', '131045.519000', '131045.522000', '131045.525000', '131045.527000', '131045.530000', '131045.533000', '131045.536000', '131045.539000', '131045.542000', '131045.546000', '131045.549000', '131045.552000', '131045.555000', '131045.558000', '131045.561000', '131045.564000', '131045.567000', '131045.570000', '131045.573000', '131045.576000', '131045.579000', '131045.581000', '131045.584000', '131045.587000', '131045.590000', '131045.593000', '131045.596000', '131045.599000', '131045.602000', '131045.606000', '131045.609000', '131045.612000', '131045.615000', '131045.618000', '131045.621000', '131045.624000', '131045.627000', '131105.501000', '131105.504000', '131105.507000', '131105.510000', '131105.513000', '131105.516000', '131105.531000', '131105.534000', '131105.537000', '131105.540000', '131105.543000', '131105.546000', '131105.548000', '131105.551000', '131105.554000', '131105.557000', '131105.560000', '131105.563000', '131105.566000', '131105.569000', '131105.572000', '131105.575000', '131105.578000', '131105.581000', '131105.584000', '131105.587000', '131105.590000', '131105.593000', '131105.595000', '131105.598000', '131105.601000', '131105.604000', '131105.607000', '131105.610000', '131105.613000', '131105.616000', '131105.619000', '131105.622000', '131105.625000', '131105.628000', '131105.631000', '131105.634000', '131105.637000', '131105.640000', '131125.501000', '131125.504000', '131125.507000', '131125.510000', '131125.513000', '131125.516000', '131125.519000', '131125.522000', '131125.525000', '131125.527000', '131125.530000', '131125.533000', '131125.536000', '131125.539000', '131125.542000', '131125.545000', '131125.548000', '131125.551000', '131125.554000', '131125.557000', '131125.560000', '131125.562000', '131125.565000', '131125.568000', '131125.571000', '131125.574000', '131125.577000', '131125.580000', '131125.583000', '131125.586000', '131125.589000', '131125.592000', '131125.595000', '131125.598000', '131125.601000', '131125.604000', '131125.608000', '131125.611000', '131125.614000', '131125.617000', '131125.620000', '131125.623000', '131125.626000', '131145.501000', '131145.504000', '131145.507000', '131145.510000', '131145.513000', '131145.516000', '131145.518000', '131145.521000', '131145.524000', '131145.527000', '131145.530000', '131145.533000', '131145.536000', '131145.539000', '131145.542000', '131145.545000', '131145.548000', '131145.551000', '131145.554000', '131145.557000', '131145.559000', '131145.562000', '131145.565000', '131145.568000', '131145.571000', '131145.574000', '131145.577000', '131145.580000', '131145.583000', '131145.585000', '131145.588000', '131145.591000', '131145.594000', '131145.597000', '131145.600000', '131145.603000', '131145.606000', '131145.609000', '131145.612000', '131145.614000', '131145.617000', '131145.620000', '131145.623000', '131145.626000', '131205.500000', '131205.503000', '131205.506000', '131205.509000', '131205.512000', '131205.515000', '131205.517000', '131205.520000', '131205.523000', '131205.526000', '131205.529000', '131205.532000', '131205.535000', '131205.538000', '131205.541000', '131205.544000', '131205.547000', '131205.549000', '131205.552000', '131205.555000', '131205.558000', '131205.561000', '131205.564000', '131205.567000', '131205.570000', '131205.573000', '131205.576000', '131205.579000', '131205.582000', '131205.586000', '131205.589000', '131205.592000', '131205.595000', '131205.597000', '131205.600000', '131205.603000', '131205.606000', '131205.609000', '131205.612000', '131205.615000', '131205.618000', '131205.621000', '131205.624000', '131225.500000', '131225.503000', '131225.506000', '131225.509000', '131225.512000', '131225.515000', '131225.518000', '131225.521000', '131225.523000', '131225.526000', '131225.529000', '131225.532000', '131225.550000', '131225.553000', '131225.556000', '131225.559000', '131225.562000', '131225.565000', '131225.568000', '131225.571000', '131225.574000', '131225.577000', '131225.579000', '131225.582000', '131225.585000', '131225.588000', '131225.591000', '131225.594000', '131225.597000', '131225.600000', '131225.603000', '131225.606000', '131225.609000', '131225.612000', '131225.615000', '131225.617000', '131225.620000', '131225.623000', '131225.626000', '131225.629000', '131225.632000', '131225.635000', '131225.638000', '131225.641000', '131231.001000', '131231.006000', '131231.009000', '131231.013000', '131231.016000', '131231.019000', '131231.022000', '131231.025000', '131231.028000', '131231.031000', '131231.034000', '131231.037000'], 'InstanceCreationTime': ['130605.533000', '130605.536000', '130605.539000', '130605.542000', '130605.547000', '130605.550000', '130605.553000', '130605.556000', '130605.559000', '130605.562000', '130605.565000', '130605.568000', '130605.571000', '130605.574000', '130605.576000', '130605.586000', '130605.589000', '130605.592000', '130605.595000', '130605.598000', '130605.601000', '130605.604000', '130605.606000', '130605.609000', '130605.612000', '130605.615000', '130605.618000', '130605.621000', '130605.624000', '130605.627000', '130605.629000', '130605.632000', '130605.635000', '130605.638000', '130625.501000', '130625.504000', '130625.507000', '130625.510000', '130625.512000', '130625.515000', '130625.518000', '130625.521000', '130625.524000', '130625.527000', '130625.530000', '130625.537000', '130625.540000', '130625.543000', '130625.546000', '130625.548000', '130625.551000', '130625.554000', '130625.557000', '130625.560000', '130625.579000', '130625.582000', '130625.585000', '130625.588000', '130625.591000', '130625.593000', '130625.596000', '130625.599000', '130625.602000', '130625.605000', '130625.608000', '130625.611000', '130625.613000', '130625.616000', '130625.619000', '130625.622000', '130625.625000', '130625.628000', '130625.631000', '130625.634000', '130625.637000', '130625.639000', '130625.642000', '130645.501000', '130645.504000', '130645.507000', '130645.510000', '130645.513000', '130645.515000', '130645.520000', '130645.525000', '130645.528000', '130645.531000', '130645.534000', '130645.536000', '130645.539000', '130645.542000', '130645.545000', '130645.548000', '130645.551000', '130645.554000', '130645.557000', '130645.560000', '130645.563000', '130645.565000', '130645.568000', '130645.571000', '130645.574000', '130645.577000', '130645.580000', '130645.592000', '130645.595000', '130645.598000', '130645.601000', '130645.603000', '130645.606000', '130645.609000', '130645.612000', '130645.615000', '130645.618000', '130645.621000', '130645.623000', '130645.626000', '130645.629000', '130645.632000', '130645.635000', '130705.501000', '130705.504000', '130705.507000', '130705.510000', '130705.513000', '130705.515000', '130705.518000', '130705.521000', '130705.524000', '130705.527000', '130705.530000', '130705.533000', '130705.536000', '130705.539000', '130705.542000', '130705.544000', '130705.547000', '130705.550000', '130705.553000', '130705.556000', '130705.559000', '130705.562000', '130705.565000', '130705.568000', '130705.571000', '130705.574000', '130705.577000', '130705.579000', '130705.582000', '130705.585000', '130705.588000', '130705.591000', '130705.594000', '130705.597000', '130705.600000', '130705.603000', '130705.606000', '130705.608000', '130705.611000', '130705.614000', '130705.617000', '130705.620000', '130705.623000', '130705.626000', '130725.500000', '130725.503000', '130725.506000', '130725.509000', '130725.512000', '130725.515000', '130725.518000', '130725.521000', '130725.524000', '130725.527000', '130725.530000', '130725.533000', '130725.535000', '130725.538000', '130725.541000', '130725.544000', '130725.547000', '130725.550000', '130725.553000', '130725.556000', '130725.559000', '130725.561000', '130725.564000', '130725.567000', '130725.570000', '130725.573000', '130725.576000', '130725.579000', '130725.582000', '130725.585000', '130725.588000', '130725.591000', '130725.594000', '130725.596000', '130725.599000', '130725.602000', '130725.605000', '130725.608000', '130725.611000', '130725.614000', '130725.617000', '130725.620000', '130725.623000', '130745.500000', '130745.503000', '130745.506000', '130745.509000', '130745.512000', '130745.515000', '130745.517000', '130745.520000', '130745.523000', '130745.526000', '130745.529000', '130745.532000', '130745.535000', '130745.538000', '130745.541000', '130745.544000', '130745.546000', '130745.549000', '130745.552000', '130745.555000', '130745.558000', '130745.561000', '130745.564000', '130745.567000', '130745.570000', '130745.572000', '130745.575000', '130745.578000', '130745.581000', '130745.584000', '130745.587000', '130745.590000', '130745.593000', '130745.596000', '130745.598000', '130745.601000', '130745.604000', '130745.607000', '130745.610000', '130745.613000', '130745.616000', '130745.619000', '130745.622000', '130745.625000', '130805.500000', '130805.503000', '130805.506000', '130805.509000', '130805.512000', '130805.515000', '130805.517000', '130805.520000', '130805.524000', '130805.527000', '130805.543000', '130805.546000', '130805.549000', '130805.552000', '130805.555000', '130805.558000', '130805.561000', '130805.564000', '130805.567000', '130805.570000', '130805.573000', '130805.576000', '130805.578000', '130805.581000', '130805.584000', '130805.587000', '130805.590000', '130805.593000', '130805.596000', '130805.599000', '130805.602000', '130805.605000', '130805.608000', '130805.610000', '130805.613000', '130805.616000', '130805.619000', '130805.622000', '130805.625000', '130805.628000', '130805.631000', '130805.634000', '130805.637000', '130825.501000', '130825.504000', '130825.507000', '130825.510000', '130825.513000', '130825.516000', '130825.519000', '130825.522000', '130825.524000', '130825.527000', '130825.530000', '130825.533000', '130825.536000', '130825.539000', '130825.542000', '130825.545000', '130825.548000', '130825.551000', '130825.554000', '130825.557000', '130825.560000', '130825.562000', '130825.566000', '130825.569000', '130825.571000', '130825.574000', '130825.577000', '130825.580000', '130825.583000', '130825.586000', '130825.589000', '130825.592000', '130825.595000', '130825.598000', '130825.601000', '130825.603000', '130825.607000', '130825.609000', '130825.612000', '130825.615000', '130825.618000', '130825.621000', '130825.624000', '130825.627000', '130845.501000', '130845.504000', '130845.507000', '130845.510000', '130845.513000', '130845.516000', '130845.519000', '130845.521000', '130845.524000', '130845.527000', '130845.530000', '130845.533000', '130845.536000', '130845.539000', '130845.542000', '130845.545000', '130845.548000', '130845.551000', '130845.554000', '130845.557000', '130845.560000', '130845.563000', '130845.566000', '130845.569000', '130845.572000', '130845.575000', '130845.577000', '130845.580000', '130845.583000', '130845.586000', '130845.589000', '130845.592000', '130845.595000', '130845.598000', '130845.601000', '130845.604000', '130845.607000', '130845.610000', '130845.613000', '130845.615000', '130845.618000', '130845.621000', '130845.624000', '130905.501000', '130905.504000', '130905.507000', '130905.510000', '130905.513000', '130905.516000', '130905.518000', '130905.521000', '130905.524000', '130905.527000', '130905.530000', '130905.533000', '130905.536000', '130905.539000', '130905.542000', '130905.545000', '130905.548000', '130905.550000', '130905.553000', '130905.556000', '130905.559000', '130905.562000', '130905.565000', '130905.568000', '130905.571000', '130905.574000', '130905.577000', '130905.580000', '130905.583000', '130905.585000', '130905.588000', '130905.591000', '130905.594000', '130905.597000', '130905.600000', '130905.603000', '130905.606000', '130905.609000', '130905.612000', '130905.615000', '130905.617000', '130905.620000', '130905.623000', '130905.626000', '130925.501000', '130925.504000', '130925.508000', '130925.511000', '130925.514000', '130925.517000', '130925.520000', '130925.523000', '130925.526000', '130925.529000', '130925.532000', '130925.535000', '130925.538000', '130925.540000', '130925.543000', '130925.546000', '130925.549000', '130925.552000', '130925.555000', '130925.558000', '130925.561000', '130925.564000', '130925.567000', '130925.571000', '130925.574000', '130925.577000', '130925.580000', '130925.583000', '130925.585000', '130925.588000', '130925.591000', '130925.594000', '130925.597000', '130925.600000', '130925.603000', '130925.606000', '130925.609000', '130925.612000', '130925.615000', '130925.618000', '130925.620000', '130925.623000', '130925.626000', '130945.500000', '130945.503000', '130945.506000', '130945.509000', '130945.512000', '130945.515000', '130945.518000', '130945.521000', '130945.523000', '130945.526000', '130945.529000', '130945.532000', '130945.535000', '130945.538000', '130945.541000', '130945.544000', '130945.547000', '130945.550000', '130945.553000', '130945.556000', '130945.559000', '130945.561000', '130945.564000', '130945.567000', '130945.570000', '130945.573000', '130945.576000', '130945.579000', '130945.582000', '130945.585000', '130945.588000', '130945.591000', '130945.594000', '130945.596000', '130945.599000', '130945.602000', '130945.605000', '130945.608000', '130945.611000', '130945.614000', '130945.617000', '130945.620000', '130945.623000', '130945.625000', '131005.500000', '131005.503000', '131005.506000', '131005.509000', '131005.512000', '131005.515000', '131005.518000', '131005.520000', '131005.523000', '131005.526000', '131005.529000', '131005.532000', '131005.535000', '131005.538000', '131005.541000', '131005.544000', '131005.547000', '131005.550000', '131005.552000', '131005.555000', '131005.558000', '131005.561000', '131005.564000', '131005.567000', '131005.570000', '131005.573000', '131005.576000', '131005.579000', '131005.582000', '131005.585000', '131005.590000', '131005.593000', '131005.596000', '131005.599000', '131005.602000', '131005.605000', '131005.607000', '131005.610000', '131005.613000', '131005.616000', '131005.619000', '131005.622000', '131005.625000', '131025.500000', '131025.503000', '131025.506000', '131025.509000', '131025.512000', '131025.515000', '131025.518000', '131025.521000', '131025.523000', '131025.526000', '131025.529000', '131025.532000', '131025.535000', '131025.538000', '131025.541000', '131025.544000', '131025.547000', '131025.550000', '131025.552000', '131025.555000', '131025.558000', '131025.561000', '131025.564000', '131025.567000', '131025.570000', '131025.573000', '131025.576000', '131025.579000', '131025.582000', '131025.585000', '131025.588000', '131025.591000', '131025.594000', '131025.597000', '131025.599000', '131025.602000', '131025.605000', '131025.608000', '131025.611000', '131025.614000', '131025.617000', '131025.620000', '131025.623000', '131025.626000', '131045.501000', '131045.504000', '131045.507000', '131045.510000', '131045.513000', '131045.516000', '131045.519000', '131045.522000', '131045.525000', '131045.527000', '131045.530000', '131045.533000', '131045.536000', '131045.539000', '131045.542000', '131045.546000', '131045.549000', '131045.552000', '131045.555000', '131045.558000', '131045.561000', '131045.564000', '131045.567000', '131045.570000', '131045.573000', '131045.576000', '131045.579000', '131045.581000', '131045.584000', '131045.587000', '131045.590000', '131045.593000', '131045.596000', '131045.599000', '131045.602000', '131045.606000', '131045.609000', '131045.612000', '131045.615000', '131045.618000', '131045.621000', '131045.624000', '131045.627000', '131105.501000', '131105.504000', '131105.507000', '131105.510000', '131105.513000', '131105.516000', '131105.531000', '131105.534000', '131105.537000', '131105.540000', '131105.543000', '131105.546000', '131105.548000', '131105.551000', '131105.554000', '131105.557000', '131105.560000', '131105.563000', '131105.566000', '131105.569000', '131105.572000', '131105.575000', '131105.578000', '131105.581000', '131105.584000', '131105.587000', '131105.590000', '131105.593000', '131105.595000', '131105.598000', '131105.601000', '131105.604000', '131105.607000', '131105.610000', '131105.613000', '131105.616000', '131105.619000', '131105.622000', '131105.625000', '131105.628000', '131105.631000', '131105.634000', '131105.637000', '131105.640000', '131125.501000', '131125.504000', '131125.507000', '131125.510000', '131125.513000', '131125.516000', '131125.519000', '131125.522000', '131125.525000', '131125.527000', '131125.530000', '131125.533000', '131125.536000', '131125.539000', '131125.542000', '131125.545000', '131125.548000', '131125.551000', '131125.554000', '131125.557000', '131125.560000', '131125.562000', '131125.565000', '131125.568000', '131125.571000', '131125.574000', '131125.577000', '131125.580000', '131125.583000', '131125.586000', '131125.589000', '131125.592000', '131125.595000', '131125.598000', '131125.601000', '131125.604000', '131125.608000', '131125.611000', '131125.614000', '131125.617000', '131125.620000', '131125.623000', '131125.626000', '131145.501000', '131145.504000', '131145.507000', '131145.510000', '131145.513000', '131145.516000', '131145.518000', '131145.521000', '131145.524000', '131145.527000', '131145.530000', '131145.533000', '131145.536000', '131145.539000', '131145.542000', '131145.545000', '131145.548000', '131145.551000', '131145.554000', '131145.557000', '131145.559000', '131145.562000', '131145.565000', '131145.568000', '131145.571000', '131145.574000', '131145.577000', '131145.580000', '131145.583000', '131145.585000', '131145.588000', '131145.591000', '131145.594000', '131145.597000', '131145.600000', '131145.603000', '131145.606000', '131145.609000', '131145.612000', '131145.614000', '131145.617000', '131145.620000', '131145.623000', '131145.626000', '131205.500000', '131205.503000', '131205.506000', '131205.509000', '131205.512000', '131205.515000', '131205.517000', '131205.520000', '131205.523000', '131205.526000', '131205.529000', '131205.532000', '131205.535000', '131205.538000', '131205.541000', '131205.544000', '131205.547000', '131205.549000', '131205.552000', '131205.555000', '131205.558000', '131205.561000', '131205.564000', '131205.567000', '131205.570000', '131205.573000', '131205.576000', '131205.579000', '131205.582000', '131205.586000', '131205.589000', '131205.592000', '131205.595000', '131205.597000', '131205.600000', '131205.603000', '131205.606000', '131205.609000', '131205.612000', '131205.615000', '131205.618000', '131205.621000', '131205.624000', '131225.500000', '131225.503000', '131225.506000', '131225.509000', '131225.512000', '131225.515000', '131225.518000', '131225.521000', '131225.523000', '131225.526000', '131225.529000', '131225.532000', '131225.550000', '131225.553000', '131225.556000', '131225.559000', '131225.562000', '131225.565000', '131225.568000', '131225.571000', '131225.574000', '131225.577000', '131225.579000', '131225.582000', '131225.585000', '131225.588000', '131225.591000', '131225.594000', '131225.597000', '131225.600000', '131225.603000', '131225.606000', '131225.609000', '131225.612000', '131225.615000', '131225.617000', '131225.620000', '131225.623000', '131225.626000', '131225.629000', '131225.632000', '131225.635000', '131225.638000', '131225.641000', '131231.001000', '131231.006000', '131231.009000', '131231.013000', '131231.016000', '131231.019000', '131231.022000', '131231.025000', '131231.028000', '131231.031000', '131231.034000', '131231.037000'], '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': [7549, 12333, 7562, 10823, 10151, 8793, 8642, 8264, 8293, 12214, 7686, 9115, 8452, 7911, 8935, 7884, 7413, 12178, 10399, 9866, 8661, 8550, 8224, 8265, 7446, 8153, 7059, 8200, 6717, 7701, 6591, 9324, 7158, 8646, 7554, 9029, 7752, 10842, 7749, 13084, 7775, 13245, 7546, 13216, 7406, 12397, 7429, 11636, 7543, 10839, 7396, 10373, 7426, 10413, 7323, 11856, 7386, 12110, 7187, 13008, 7110, 12696, 7363, 12853, 7347, 12013, 7277, 9562, 7362, 8968, 7264, 10369, 7337, 11535, 7501, 11230, 7329, 10928, 7325, 11055, 7340, 10685, 6834, 9164, 6984, 9000, 6801, 9053, 6677, 8144, 6809, 8118, 7052, 7905, 6985, 7303, 7657, 7212, 7552, 7235, 7349, 7449, 7342, 7278, 6760, 7280, 6997, 7827, 6974, 8121, 7483, 7736, 9017, 7517, 12746, 7278, 12225, 7232, 11697, 7192, 11116, 7073, 11068, 7413, 11729, 7193, 10954, 7262, 10606, 7100, 10348, 7121, 9116, 6684, 8343, 7637, 7894, 7566, 7910, 7127, 7384, 7522, 7346, 8798, 7318, 11878, 7111, 11068, 7201, 10774, 7021, 9712, 6877, 8664, 6958, 9393, 7006, 8034, 6801, 8339, 6768, 7481, 9737, 7446, 11621, 7446, 9469, 7495, 8357, 7008, 7531, 6924, 7304, 7272, 7299, 7601, 7508, 10260, 7247, 11696, 7211, 10889, 6961, 11378, 8297, 13835, 6964, 10016, 6937, 8847, 6644, 7373, 7275, 7200, 11363, 7141, 10272, 8409, 12213, 7105, 8496, 7766, 7176, 11147, 7918, 11335, 8440, 13303, 9028, 11899, 7308, 9650, 7880, 8598, 11509, 7898, 13934, 7574, 12751, 7938, 11516, 7454, 10033, 6875, 8372, 6917, 8769, 6703, 9391, 7149, 9977, 7171, 9767, 6968, 8618, 7218, 7396, 12177, 7276, 11185, 6931, 10394, 7016, 9415, 6810, 8546, 6816, 8754, 6861, 8980, 6905, 8701, 7042, 8224, 6883, 7841, 6948, 7317, 10665, 7085, 13081, 7110, 11806, 7127, 10471, 6969, 8837, 7994, 7697, 11863, 7577, 13538, 7291, 12638, 7481, 7894, 6867, 7323, 6791, 7399, 7088, 8182, 6793, 10805, 6809, 10148, 6733, 9210, 6839, 8986, 7062, 10322, 7163, 11266, 7220, 10551, 7146, 12311, 6910, 11446, 7012, 10799, 6723, 8817, 7758, 7685, 9104, 7539, 10168, 7623, 9283, 7505, 7078, 7790, 6836, 7122, 7501, 7643, 6787, 7265, 10255, 7215, 12984, 6891, 11706, 6843, 11029, 6798, 10582, 6775, 8758, 7516, 9172, 7041, 7762, 6802, 7367, 6783, 7936, 6984, 7433, 7600, 6998, 7841, 7229, 7468, 7799, 7316, 7507, 7588, 7155, 7505, 7867, 7145, 8297, 7078, 8626, 7189, 8788, 8246, 7714, 11548, 7328, 13703, 7072, 13089, 7419, 11963, 7296, 11844, 7357, 12197, 7206, 10625, 7344, 9700, 7228, 8970, 7111, 8238, 7016, 8315, 7223, 7647, 7192, 7436, 7499, 7265, 7614, 7154, 7588, 7285, 7390, 7245, 7799, 6990, 8716, 7285, 11334, 7006, 12936, 7098, 12289, 7154, 11719, 7313, 9600, 8007, 7587, 7300, 10804, 6865, 10817, 6970, 10625, 7148, 10444, 7112, 10002, 7078, 10701, 7155, 11340, 7142, 11836, 7391, 12691, 7332, 12665, 7247, 12006, 7348, 11327, 7286, 9825, 6933, 9439, 6979, 8393, 7307, 7516, 6922, 7312, 6933, 7385, 7054, 7189, 7132, 8283, 7079, 8274, 7126, 8233, 7157, 8197, 7216, 8376, 7396, 9589, 7118, 9408, 6901, 10790, 8778, 11494, 7930, 6951, 9543, 7123, 12165, 8347, 12476, 7170, 14370, 6924, 12073, 6954, 12047, 6978, 11065, 6860, 9774, 7001, 8193, 6754, 7406, 7705, 6822, 8154, 6736, 8777, 7083, 12136, 6924, 13131, 7094, 13034, 7286, 11837, 7311, 11294, 7088, 9253, 6866, 8458, 6851, 8240, 6975, 7921, 6766, 7931, 6828, 8072, 6989, 8670, 6912, 9026, 7072, 8385, 7041, 10039, 7164, 10841, 7157, 7943, 7564, 6971, 8531, 10692, 7697, 12853, 7024, 13817, 7167, 12479, 7120, 12119, 6975, 9719, 6809, 7832, 7207, 7921, 7273, 7788, 7062, 8498, 6940, 9004, 6922, 9484, 7155, 10085, 7003, 10035, 7059, 10887, 7180, 11923, 7357, 11609, 7234, 11042, 7259, 13351, 7056, 12192, 7205, 10772, 7308, 9754, 7025, 8932, 6978, 8124, 7660, 8032, 9130, 7450, 10981, 7425, 11722, 7440, 11381, 7387, 9258, 7275, 11506, 7148, 10969, 7234, 9255, 7203, 9035, 7310, 7838, 7301, 7928, 7287, 7842, 6999, 7429, 7497, 7385, 7486, 7297, 7716, 7397, 7556, 7147, 7554, 7374, 8305, 7380, 11077, 7457, 11234, 7505, 10255, 7511, 9675, 7533, 9802, 7394, 10668, 7332, 11181, 7584, 10447, 7530, 10427, 7471, 13014, 7547, 11859, 7284, 10489, 7138, 9005, 7829, 7916, 10310, 7344, 11853, 7267, 11366, 7469, 8949, 7384, 8017, 7287, 8351, 7436, 9957, 7348, 11284, 7356, 11584, 7452, 11770, 7702, 12527, 7720, 12721, 7544, 11467, 7523, 11042, 7332, 11071, 7488, 10245, 7352, 8932, 7232, 8851, 7403, 8097, 7596, 8117, 7602, 7810, 7995, 7729, 7265, 11782, 7442, 12093, 7312, 10784, 7588, 11961, 7715, 11558, 7480, 11592, 7439, 12949, 7479, 12222, 7447, 11577, 7294, 8858, 7715, 8295, 7531, 7476, 10806, 7294, 13460, 7380, 12894, 7497, 11640, 7599, 7905, 7634, 8025, 7452, 11474, 7565, 12420, 7727, 10929, 7648, 10471, 7415, 10164, 7222, 8428, 7581, 9110, 7784, 10098, 7486, 8500, 7346, 11964, 7314, 11002, 7522, 9196, 7390, 8875, 7404, 8658, 7371, 8839, 7397, 11473, 7337, 11242, 7567, 8924, 10237, 7460, 8936, 7230, 8412, 7453, 8178, 9332, 10980, 7963, 9653, 14167, 7349, 13397, 6977, 11052, 6922, 10037, 6646, 10305, 7150, 8846, 6936, 10281, 7984, 11943, 9339, 12463, 8372, 14295, 7158, 13667, 6979, 12278, 7009, 10889, 7071, 9297, 7178, 9691, 6994, 10003, 7084, 10813, 7026, 11073, 6873, 10632, 6874, 8730, 6565, 8697, 7064, 7301, 6685, 7188, 7231, 7660, 6920, 9322, 6792, 9272, 6914, 9019, 6562, 9060, 7106, 8816, 6819, 9108, 7003, 9858, 7241, 10004, 7544, 10677, 7931, 13993, 7288, 12192, 6976, 11300, 6845, 9342, 6777, 8715, 6806, 8495, 7078, 7979, 7009, 8070, 6969, 7964, 6937, 7961, 7026, 7781, 7031, 7509, 6937, 7498, 7141, 7864, 7069, 7349, 9880, 7450, 11811, 7256, 13380, 7187, 12133, 7250, 11425, 7232, 12230], 'WindowCenter': [4011.0, 4059.0, 3980.0, 4006.0, 3982.0, 3958.0, 3958.0, 3958.0, 3942.0, 3998.0, 3934.0, 3969.0, 3970.0, 3960.0, 3965.0, 3958.0, 3947.0, 4000.0, 3966.0, 3953.0, 3942.0, 3943.0, 3931.0, 3943.0, 3932.0, 3945.0, 3934.0, 3957.0, 3949.0, 3960.0, 3950.0, 3980.0, 3948.0, 3968.0, 3960.0, 3970.0, 3961.0, 3990.0, 3958.0, 3999.0, 3948.0, 3997.0, 3947.0, 3998.0, 3950.0, 4011.0, 3963.0, 4002.0, 3958.0, 3987.0, 3949.0, 3989.0, 3950.0, 3987.0, 3948.0, 3996.0, 3949.0, 3999.0, 3949.0, 4010.0, 3951.0, 4011.0, 3960.0, 4012.0, 3961.0, 3999.0, 3949.0, 3976.0, 3948.0, 3969.0, 3951.0, 3989.0, 3948.0, 3999.0, 3963.0, 4002.0, 3973.0, 4002.0, 3962.0, 4001.0, 3961.0, 3990.0, 3952.0, 3995.0, 3962.0, 3981.0, 3940.0, 3969.0, 3938.0, 3956.0, 3938.0, 3957.0, 3948.0, 3971.0, 3950.0, 3962.0, 3960.0, 3962.0, 3971.0, 3963.0, 3975.0, 3988.0, 3976.0, 3977.0, 3966.0, 3963.0, 3952.0, 3973.0, 3950.0, 3972.0, 3948.0, 3962.0, 3981.0, 3961.0, 4012.0, 3962.0, 4010.0, 3962.0, 4011.0, 3963.0, 4012.0, 3964.0, 4002.0, 3960.0, 3999.0, 3963.0, 4002.0, 3974.0, 4003.0, 3960.0, 4002.0, 3951.0, 3994.0, 3965.0, 3984.0, 3972.0, 3972.0, 3960.0, 3960.0, 3939.0, 3959.0, 3959.0, 3961.0, 3970.0, 3962.0, 4001.0, 3961.0, 4002.0, 3963.0, 4003.0, 3950.0, 3991.0, 3952.0, 3982.0, 3961.0, 3981.0, 3938.0, 3957.0, 3937.0, 3958.0, 3938.0, 3949.0, 3977.0, 3948.0, 3999.0, 3948.0, 3977.0, 3960.0, 3969.0, 3950.0, 3961.0, 3950.0, 3962.0, 3961.0, 3973.0, 3973.0, 3975.0, 4003.0, 3976.0, 4028.0, 3976.0, 4016.0, 3964.0, 4003.0, 3973.0, 4021.0, 3950.0, 3990.0, 3947.0, 3969.0, 3937.0, 3959.0, 3948.0, 3963.0, 4013.0, 3976.0, 4019.0, 4006.0, 4036.0, 3976.0, 3994.0, 3986.0, 3977.0, 4016.0, 3985.0, 4003.0, 3973.0, 4023.0, 3969.0, 3987.0, 3933.0, 3964.0, 3933.0, 3955.0, 3973.0, 3944.0, 3995.0, 3944.0, 3995.0, 3956.0, 3985.0, 3935.0, 3977.0, 3937.0, 3957.0, 3947.0, 3955.0, 3925.0, 3964.0, 3936.0, 3976.0, 3947.0, 3976.0, 3933.0, 3954.0, 3933.0, 3934.0, 3985.0, 3946.0, 3998.0, 3948.0, 3977.0, 3935.0, 3966.0, 3937.0, 3956.0, 3936.0, 3956.0, 3935.0, 3966.0, 3936.0, 3968.0, 3936.0, 3958.0, 3936.0, 3959.0, 3937.0, 3949.0, 3988.0, 3949.0, 4010.0, 3962.0, 4001.0, 3948.0, 3986.0, 3935.0, 3966.0, 3944.0, 3945.0, 3987.0, 3960.0, 4008.0, 3945.0, 3996.0, 3933.0, 3942.0, 3924.0, 3945.0, 3936.0, 3947.0, 3948.0, 3969.0, 3950.0, 4000.0, 3967.0, 4003.0, 3952.0, 4002.0, 3965.0, 4005.0, 3965.0, 4004.0, 3963.0, 4003.0, 3963.0, 4004.0, 3962.0, 4013.0, 3962.0, 4001.0, 3949.0, 4001.0, 3939.0, 3980.0, 3957.0, 3960.0, 3980.0, 3961.0, 3991.0, 3959.0, 3979.0, 3946.0, 3935.0, 3958.0, 3935.0, 3948.0, 3948.0, 3960.0, 3937.0, 3961.0, 3991.0, 3962.0, 4025.0, 3961.0, 4001.0, 3939.0, 3989.0, 3936.0, 3988.0, 3953.0, 3982.0, 3950.0, 3978.0, 3935.0, 3943.0, 3924.0, 3934.0, 3937.0, 3959.0, 3949.0, 3961.0, 3960.0, 3949.0, 3969.0, 3971.0, 3987.0, 3987.0, 3975.0, 3974.0, 3973.0, 3961.0, 3962.0, 3972.0, 3964.0, 3983.0, 3964.0, 3984.0, 3962.0, 3983.0, 3971.0, 3962.0, 4002.0, 3961.0, 4010.0, 3949.0, 4012.0, 3960.0, 4000.0, 3948.0, 3999.0, 3946.0, 3998.0, 3947.0, 3988.0, 3948.0, 3979.0, 3946.0, 3967.0, 3936.0, 3970.0, 3938.0, 3968.0, 3947.0, 3959.0, 3948.0, 3973.0, 3959.0, 3960.0, 3959.0, 3964.0, 3974.0, 3963.0, 3962.0, 3961.0, 3972.0, 3963.0, 3982.0, 3961.0, 4000.0, 3950.0, 4026.0, 3975.0, 4026.0, 3963.0, 4013.0, 3963.0, 3993.0, 3973.0, 3959.0, 3962.0, 4002.0, 3950.0, 3990.0, 3950.0, 3989.0, 3961.0, 4002.0, 3962.0, 4005.0, 3974.0, 4012.0, 3964.0, 4002.0, 3950.0, 4012.0, 3961.0, 3999.0, 3948.0, 3997.0, 3936.0, 3985.0, 3934.0, 3974.0, 3933.0, 3964.0, 3936.0, 3952.0, 3921.0, 3943.0, 3932.0, 3946.0, 3947.0, 3946.0, 3947.0, 3947.0, 3946.0, 3935.0, 3948.0, 3956.0, 3938.0, 3958.0, 3938.0, 3958.0, 3937.0, 3956.0, 3950.0, 3968.0, 3961.0, 3991.0, 3963.0, 3994.0, 3964.0, 4014.0, 4005.0, 4025.0, 3984.0, 3962.0, 3993.0, 3962.0, 4012.0, 3970.0, 3999.0, 3937.0, 4008.0, 3934.0, 3986.0, 3936.0, 3986.0, 3936.0, 3988.0, 3938.0, 3978.0, 3948.0, 3967.0, 3953.0, 3961.0, 3960.0, 3937.0, 3969.0, 3953.0, 3983.0, 3963.0, 4012.0, 3949.0, 4009.0, 3937.0, 3997.0, 3946.0, 3988.0, 3948.0, 3988.0, 3936.0, 3967.0, 3936.0, 3958.0, 3936.0, 3959.0, 3950.0, 3970.0, 3953.0, 3971.0, 3951.0, 3970.0, 3951.0, 3969.0, 3951.0, 3970.0, 3950.0, 3970.0, 3951.0, 3990.0, 3950.0, 4002.0, 3952.0, 3972.0, 3973.0, 3963.0, 3985.0, 4015.0, 3976.0, 4023.0, 3962.0, 4022.0, 3952.0, 4012.0, 3948.0, 4000.0, 3946.0, 3994.0, 3952.0, 3958.0, 3950.0, 3958.0, 3947.0, 3945.0, 3937.0, 3969.0, 3960.0, 3992.0, 3963.0, 3992.0, 3962.0, 4004.0, 3965.0, 4005.0, 3979.0, 4030.0, 3978.0, 4026.0, 3975.0, 4014.0, 3961.0, 4000.0, 3961.0, 4012.0, 3951.0, 4000.0, 3960.0, 4001.0, 3960.0, 3991.0, 3950.0, 3981.0, 3950.0, 3970.0, 3960.0, 3971.0, 3981.0, 3960.0, 4003.0, 3950.0, 3999.0, 3947.0, 3989.0, 3947.0, 3965.0, 3947.0, 3984.0, 3938.0, 3988.0, 3946.0, 3980.0, 3962.0, 3993.0, 3960.0, 3972.0, 3962.0, 3973.0, 3962.0, 3972.0, 3949.0, 3962.0, 3975.0, 3975.0, 3963.0, 3962.0, 3962.0, 3950.0, 3947.0, 3947.0, 3946.0, 3949.0, 3969.0, 3960.0, 4000.0, 3962.0, 4001.0, 3962.0, 4003.0, 3974.0, 3993.0, 3974.0, 4001.0, 3971.0, 4029.0, 3988.0, 4028.0, 3976.0, 4004.0, 3974.0, 4003.0, 3963.0, 4014.0, 3963.0, 4000.0, 3951.0, 3991.0, 3949.0, 3971.0, 3958.0, 3960.0, 3989.0, 3950.0, 4013.0, 3962.0, 4002.0, 3961.0, 3979.0, 3961.0, 3971.0, 3963.0, 3983.0, 3973.0, 3993.0, 3975.0, 4014.0, 3975.0, 4014.0, 3975.0, 4026.0, 3976.0, 4026.0, 3974.0, 4023.0, 3975.0, 4027.0, 3976.0, 4004.0, 3962.0, 4001.0, 3961.0, 3991.0, 3972.0, 3983.0, 3962.0, 3994.0, 3976.0, 3984.0, 3987.0, 3983.0, 3986.0, 3984.0, 3998.0, 3987.0, 4003.0, 4040.0, 3988.0, 4027.0, 4000.0, 4040.0, 3990.0, 4039.0, 3989.0, 4027.0, 3973.0, 4015.0, 3965.0, 4012.0, 3964.0, 4012.0, 3951.0, 4002.0, 3950.0, 3971.0, 3949.0, 3960.0, 3948.0, 3949.0, 3989.0, 3947.0, 4023.0, 3962.0, 4012.0, 3948.0, 3999.0, 3945.0, 3956.0, 3948.0, 3957.0, 3948.0, 3997.0, 3960.0, 4010.0, 3960.0, 3999.0, 3962.0, 4002.0, 3963.0, 4003.0, 3964.0, 3985.0, 3975.0, 3981.0, 3960.0, 3991.0, 3960.0, 3970.0, 3962.0, 4000.0, 3961.0, 4001.0, 3960.0, 3980.0, 3962.0, 3982.0, 3961.0, 3982.0, 3976.0, 3994.0, 3977.0, 4015.0, 3974.0, 4014.0, 3987.0, 3992.0, 4027.0, 3973.0, 3994.0, 3977.0, 3998.0, 3976.0, 3986.0, 3995.0, 4016.0, 3973.0, 3996.0, 4011.0, 3948.0, 3997.0, 3937.0, 3988.0, 3949.0, 3991.0, 3950.0, 3990.0, 3963.0, 3981.0, 3962.0, 3990.0, 3972.0, 4001.0, 3968.0, 3987.0, 3946.0, 3996.0, 3924.0, 3983.0, 3921.0, 3969.0, 3920.0, 3960.0, 3921.0, 3953.0, 3922.0, 3964.0, 3934.0, 3976.0, 3937.0, 3974.0, 3936.0, 3986.0, 3925.0, 3974.0, 3924.0, 3955.0, 3924.0, 3970.0, 3948.0, 3958.0, 3938.0, 3948.0, 3948.0, 3947.0, 3949.0, 3980.0, 3951.0, 3991.0, 3962.0, 3982.0, 3966.0, 3996.0, 3966.0, 3995.0, 3979.0, 4010.0, 3990.0, 4018.0, 3976.0, 4007.0, 3974.0, 4004.0, 3974.0, 4024.0, 3951.0, 3999.0, 3939.0, 3990.0, 3938.0, 3969.0, 3937.0, 3969.0, 3939.0, 3970.0, 3950.0, 3958.0, 3937.0, 3958.0, 3949.0, 3958.0, 3949.0, 3959.0, 3948.0, 3960.0, 3950.0, 3950.0, 3950.0, 3960.0, 3951.0, 3972.0, 3951.0, 3962.0, 3991.0, 3962.0, 4001.0, 3950.0, 4024.0, 3951.0, 4002.0, 3962.0, 3999.0, 3946.0, 3999.0], 'WindowWidth': [8980.0, 9036.0, 8911.0, 8936.0, 8893.0, 8858.0, 8854.0, 8857.0, 8821.0, 8911.0, 8813.0, 8869.0, 8873.0, 8858.0, 8856.0, 8851.0, 8837.0, 8910.0, 8855.0, 8835.0, 8816.0, 8820.0, 8802.0, 8823.0, 8807.0, 8829.0, 8815.0, 8849.0, 8844.0, 8861.0, 8850.0, 8885.0, 8842.0, 8867.0, 8860.0, 8870.0, 8861.0, 8896.0, 8855.0, 8907.0, 8841.0, 8904.0, 8839.0, 8905.0, 8847.0, 8931.0, 8868.0, 8917.0, 8856.0, 8890.0, 8842.0, 8894.0, 8845.0, 8889.0, 8840.0, 8901.0, 8843.0, 8908.0, 8845.0, 8925.0, 8849.0, 8931.0, 8862.0, 8932.0, 8865.0, 8910.0, 8843.0, 8876.0, 8841.0, 8868.0, 8848.0, 8896.0, 8844.0, 8909.0, 8871.0, 8922.0, 8885.0, 8920.0, 8867.0, 8917.0, 8863.0, 8900.0, 8854.0, 8916.0, 8869.0, 8891.0, 8834.0, 8868.0, 8828.0, 8850.0, 8830.0, 8853.0, 8841.0, 8879.0, 8848.0, 8867.0, 8862.0, 8868.0, 8878.0, 8872.0, 8892.0, 8914.0, 8895.0, 8897.0, 8880.0, 8872.0, 8855.0, 8883.0, 8850.0, 8882.0, 8844.0, 8869.0, 8889.0, 8864.0, 8932.0, 8867.0, 8929.0, 8866.0, 8930.0, 8871.0, 8938.0, 8875.0, 8919.0, 8862.0, 8912.0, 8871.0, 8920.0, 8887.0, 8922.0, 8865.0, 8919.0, 8852.0, 8913.0, 8879.0, 8902.0, 8883.0, 8880.0, 8861.0, 8859.0, 8830.0, 8859.0, 8857.0, 8864.0, 8874.0, 8868.0, 8917.0, 8865.0, 8920.0, 8869.0, 8922.0, 8850.0, 8905.0, 8855.0, 8893.0, 8867.0, 8888.0, 8828.0, 8852.0, 8825.0, 8855.0, 8828.0, 8844.0, 8878.0, 8843.0, 8909.0, 8844.0, 8880.0, 8862.0, 8872.0, 8849.0, 8866.0, 8849.0, 8870.0, 8866.0, 8885.0, 8886.0, 8891.0, 8924.0, 8892.0, 8967.0, 8896.0, 8948.0, 8874.0, 8923.0, 8882.0, 8942.0, 8847.0, 8897.0, 8839.0, 8871.0, 8825.0, 8859.0, 8842.0, 8870.0, 8935.0, 8895.0, 8955.0, 8941.0, 8976.0, 8894.0, 8919.0, 8909.0, 8897.0, 8946.0, 8903.0, 8920.0, 8882.0, 8951.0, 8868.0, 8887.0, 8811.0, 8854.0, 8810.0, 8843.0, 8864.0, 8829.0, 8896.0, 8828.0, 8897.0, 8851.0, 8883.0, 8817.0, 8877.0, 8827.0, 8851.0, 8839.0, 8844.0, 8806.0, 8853.0, 8820.0, 8874.0, 8840.0, 8873.0, 8812.0, 8843.0, 8813.0, 8817.0, 8883.0, 8836.0, 8909.0, 8843.0, 8877.0, 8821.0, 8860.0, 8823.0, 8846.0, 8822.0, 8846.0, 8821.0, 8861.0, 8823.0, 8866.0, 8822.0, 8855.0, 8823.0, 8856.0, 8826.0, 8845.0, 8893.0, 8843.0, 8924.0, 8870.0, 8916.0, 8841.0, 8888.0, 8819.0, 8861.0, 8826.0, 8830.0, 8889.0, 8860.0, 8921.0, 8832.0, 8899.0, 8814.0, 8821.0, 8802.0, 8832.0, 8825.0, 8838.0, 8844.0, 8872.0, 8851.0, 8914.0, 8884.0, 8925.0, 8858.0, 8925.0, 8882.0, 8933.0, 8878.0, 8925.0, 8871.0, 8921.0, 8871.0, 8925.0, 8871.0, 8936.0, 8868.0, 8917.0, 8845.0, 8915.0, 8833.0, 8888.0, 8854.0, 8861.0, 8887.0, 8864.0, 8902.0, 8859.0, 8883.0, 8838.0, 8820.0, 8852.0, 8822.0, 8841.0, 8842.0, 8860.0, 8828.0, 8865.0, 8901.0, 8867.0, 8955.0, 8866.0, 8917.0, 8833.0, 8896.0, 8826.0, 8897.0, 8859.0, 8894.0, 8847.0, 8880.0, 8821.0, 8827.0, 8802.0, 8817.0, 8829.0, 8857.0, 8844.0, 8867.0, 8862.0, 8848.0, 8872.0, 8881.0, 8911.0, 8910.0, 8892.0, 8888.0, 8887.0, 8866.0, 8867.0, 8881.0, 8874.0, 8897.0, 8874.0, 8900.0, 8867.0, 8896.0, 8876.0, 8868.0, 8917.0, 8863.0, 8926.0, 8845.0, 8933.0, 8862.0, 8914.0, 8843.0, 8909.0, 8836.0, 8906.0, 8839.0, 8893.0, 8842.0, 8881.0, 8838.0, 8866.0, 8824.0, 8871.0, 8828.0, 8869.0, 8840.0, 8858.0, 8841.0, 8888.0, 8860.0, 8862.0, 8857.0, 8877.0, 8889.0, 8871.0, 8865.0, 8864.0, 8882.0, 8870.0, 8894.0, 8867.0, 8913.0, 8850.0, 8959.0, 8894.0, 8958.0, 8873.0, 8936.0, 8871.0, 8910.0, 8884.0, 8861.0, 8866.0, 8917.0, 8849.0, 8900.0, 8849.0, 8900.0, 8866.0, 8922.0, 8872.0, 8928.0, 8892.0, 8937.0, 8874.0, 8919.0, 8850.0, 8932.0, 8863.0, 8910.0, 8839.0, 8902.0, 8821.0, 8882.0, 8814.0, 8866.0, 8811.0, 8853.0, 8823.0, 8837.0, 8792.0, 8824.0, 8809.0, 8835.0, 8842.0, 8838.0, 8839.0, 8838.0, 8837.0, 8819.0, 8841.0, 8850.0, 8827.0, 8852.0, 8828.0, 8852.0, 8826.0, 8849.0, 8846.0, 8870.0, 8866.0, 8904.0, 8873.0, 8913.0, 8873.0, 8943.0, 8936.0, 8961.0, 8902.0, 8868.0, 8911.0, 8868.0, 8931.0, 8871.0, 8907.0, 8824.0, 8918.0, 8816.0, 8886.0, 8821.0, 8885.0, 8822.0, 8891.0, 8829.0, 8880.0, 8844.0, 8865.0, 8858.0, 8862.0, 8860.0, 8826.0, 8871.0, 8858.0, 8898.0, 8871.0, 8933.0, 8844.0, 8922.0, 8824.0, 8903.0, 8836.0, 8893.0, 8841.0, 8894.0, 8824.0, 8863.0, 8823.0, 8852.0, 8824.0, 8856.0, 8849.0, 8876.0, 8859.0, 8878.0, 8853.0, 8874.0, 8851.0, 8871.0, 8849.0, 8872.0, 8848.0, 8873.0, 8850.0, 8901.0, 8849.0, 8919.0, 8853.0, 8880.0, 8883.0, 8871.0, 8903.0, 8943.0, 8893.0, 8948.0, 8868.0, 8947.0, 8853.0, 8932.0, 8843.0, 8913.0, 8839.0, 8912.0, 8856.0, 8857.0, 8848.0, 8853.0, 8837.0, 8833.0, 8826.0, 8872.0, 8863.0, 8908.0, 8872.0, 8909.0, 8871.0, 8928.0, 8878.0, 8930.0, 8907.0, 8973.0, 8900.0, 8959.0, 8890.0, 8939.0, 8865.0, 8913.0, 8864.0, 8933.0, 8851.0, 8914.0, 8863.0, 8917.0, 8863.0, 8904.0, 8849.0, 8891.0, 8848.0, 8876.0, 8859.0, 8875.0, 8888.0, 8862.0, 8922.0, 8849.0, 8910.0, 8838.0, 8894.0, 8836.0, 8858.0, 8837.0, 8883.0, 8826.0, 8893.0, 8838.0, 8885.0, 8867.0, 8910.0, 8862.0, 8882.0, 8867.0, 8883.0, 8866.0, 8881.0, 8848.0, 8867.0, 8892.0, 8892.0, 8871.0, 8866.0, 8865.0, 8845.0, 8837.0, 8839.0, 8835.0, 8845.0, 8870.0, 8863.0, 8913.0, 8867.0, 8918.0, 8869.0, 8924.0, 8888.0, 8910.0, 8888.0, 8918.0, 8883.0, 8969.0, 8916.0, 8965.0, 8893.0, 8927.0, 8885.0, 8921.0, 8870.0, 8936.0, 8870.0, 8914.0, 8848.0, 8902.0, 8844.0, 8876.0, 8855.0, 8861.0, 8895.0, 8848.0, 8934.0, 8869.0, 8919.0, 8865.0, 8885.0, 8864.0, 8880.0, 8872.0, 8897.0, 8886.0, 8911.0, 8889.0, 8940.0, 8890.0, 8939.0, 8893.0, 8960.0, 8894.0, 8956.0, 8888.0, 8950.0, 8889.0, 8966.0, 8895.0, 8925.0, 8866.0, 8916.0, 8864.0, 8903.0, 8883.0, 8897.0, 8869.0, 8911.0, 8897.0, 8906.0, 8913.0, 8902.0, 8907.0, 8902.0, 8927.0, 8910.0, 8942.0, 8986.0, 8913.0, 8963.0, 8936.0, 8989.0, 8921.0, 8983.0, 8915.0, 8960.0, 8888.0, 8940.0, 8878.0, 8935.0, 8874.0, 8933.0, 8851.0, 8919.0, 8847.0, 8875.0, 8842.0, 8858.0, 8840.0, 8844.0, 8895.0, 8841.0, 8950.0, 8868.0, 8931.0, 8843.0, 8909.0, 8835.0, 8849.0, 8841.0, 8850.0, 8842.0, 8906.0, 8860.0, 8925.0, 8863.0, 8912.0, 8866.0, 8918.0, 8874.0, 8922.0, 8874.0, 8903.0, 8890.0, 8893.0, 8862.0, 8904.0, 8863.0, 8874.0, 8868.0, 8915.0, 8864.0, 8916.0, 8863.0, 8888.0, 8866.0, 8892.0, 8867.0, 8894.0, 8894.0, 8917.0, 8898.0, 8943.0, 8888.0, 8940.0, 8911.0, 8909.0, 8966.0, 8887.0, 8916.0, 8896.0, 8925.0, 8891.0, 8903.0, 8913.0, 8944.0, 8884.0, 8916.0, 8929.0, 8839.0, 8902.0, 8825.0, 8894.0, 8845.0, 8902.0, 8850.0, 8903.0, 8870.0, 8892.0, 8869.0, 8902.0, 8880.0, 8912.0, 8867.0, 8887.0, 8831.0, 8897.0, 8798.0, 8876.0, 8791.0, 8853.0, 8787.0, 8841.0, 8792.0, 8836.0, 8798.0, 8854.0, 8818.0, 8872.0, 8824.0, 8869.0, 8820.0, 8885.0, 8804.0, 8866.0, 8801.0, 8842.0, 8803.0, 8874.0, 8844.0, 8857.0, 8832.0, 8842.0, 8842.0, 8838.0, 8845.0, 8886.0, 8852.0, 8903.0, 8868.0, 8893.0, 8883.0, 8919.0, 8879.0, 8916.0, 8904.0, 8948.0, 8922.0, 8953.0, 8895.0, 8932.0, 8888.0, 8925.0, 8888.0, 8951.0, 8851.0, 8910.0, 8831.0, 8898.0, 8828.0, 8868.0, 8826.0, 8869.0, 8832.0, 8874.0, 8847.0, 8854.0, 8827.0, 8854.0, 8843.0, 8854.0, 8844.0, 8855.0, 8842.0, 8858.0, 8847.0, 8848.0, 8849.0, 8861.0, 8852.0, 8880.0, 8852.0, 8868.0, 8903.0, 8866.0, 8915.0, 8848.0, 8950.0, 8853.0, 8918.0, 8866.0, 8912.0, 8837.0, 8907.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.0026894936708860766</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.024043871461449946</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.28864493576037</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.204532036059907</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0126171624308757</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4619</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5106.3345</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.11703215072171153</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>68</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>7.825086306098965</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.625949056865839</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.613910210406797</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.839548114118079</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4243888460726413</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0164709</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011723032221198082</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.01677028276026249</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</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>3.727580342562211</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>34.7855</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.779</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>162.4097</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>305208.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>731.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>324.5003</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0398</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>521.8206</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3198.4514</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3408.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>71336.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>942.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4235.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>914.2596</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>38.33363221434411</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> |