=== 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-0020 --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-0020",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
107 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
107 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-0020_ses-01_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0020_ses-01_task-social_acq-mb8_run-06_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-01_subject-0020_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-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-01_subject-0020_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-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-01_subject-0020_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-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-01_subject-0020_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-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-01_subject-0020_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-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-01_subject-0020_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-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0020_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-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0020/ses-01/func/sub-0020_ses-01_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>708c0c58c58d0b5c5713acb45f57bc71</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>10:50:55.292500</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.997011, -0.0504457, 0.0585112, 0.0402185, 0.985572, 0.164406]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'FMRI', 'NONE', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0844904</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4163, -7779, -7224, 556, -74, -260, 108, 64]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>245.349</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>499f76e2-00cc-4bce-83d4-9f7e3ecd445b||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.6749086380004883, 0.10790318250656128, 0.17809374630451202, 105.45602416992188], [0.1353420466184616, 2.644218921661377, 0.4362161159515381, -96.76367950439453], [0.15698139369487762, -0.44108957052230835, 2.6585707664489746, -45.64893341064453], [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': ['105055.292500', '105055.752500', '105056.212500', '105056.672500', '105057.132500', '105057.592500', '105058.052500', '105058.512500', '105058.972500', '105059.432500', '105059.892500', '105100.352500', '105100.812500', '105101.272500', '105101.732500', '105102.192500', '105102.652500', '105103.112500', '105103.572500', '105104.032500', '105104.492500', '105104.952500', '105105.412500', '105105.872500', '105106.332500', '105106.792500', '105107.252500', '105107.712500', '105108.172500', '105108.632500', '105109.092500', '105109.552500', '105110.012500', '105110.472500', '105110.932500', '105111.392500', '105111.852500', '105112.312500', '105112.772500', '105113.232500', '105113.692500', '105114.152500', '105114.612500', '105115.072500', '105115.532500', '105115.992500', '105116.452500', '105116.912500', '105117.372500', '105117.832500', '105118.292500', '105118.752500', '105119.212500', '105119.672500', '105120.132500', '105120.592500', '105121.052500', '105121.512500', '105121.972500', '105122.432500', '105122.892500', '105123.352500', '105123.812500', '105124.272500', '105124.732500', '105125.192500', '105125.652500', '105126.112500', '105126.572500', '105127.032500', '105127.492500', '105127.952500', '105128.412500', '105128.872500', '105129.332500', '105129.792500', '105130.252500', '105130.712500', '105131.172500', '105131.632500', '105132.092500', '105132.552500', '105133.012500', '105133.472500', '105133.932500', '105134.392500', '105134.852500', '105135.312500', '105135.772500', '105136.232500', '105136.692500', '105137.152500', '105137.612500', '105138.072500', '105138.532500', '105138.992500', '105139.452500', '105139.912500', '105140.372500', '105140.832500', '105141.292500', '105141.752500', '105142.212500', '105142.672500', '105143.132500', '105143.592500', '105144.052500', '105144.512500', '105144.972500', '105145.432500', '105145.892500', '105146.352500', '105146.812500', '105147.272500', '105147.732500', '105148.192500', '105148.652500', '105149.112500', '105149.572500', '105150.032500', '105150.492500', '105150.952500', '105151.412500', '105151.872500', '105152.332500', '105152.792500', '105153.252500', '105153.712500', '105154.172500', '105154.632500', '105155.092500', '105155.552500', '105156.012500', '105156.472500', '105156.932500', '105157.392500', '105157.852500', '105158.312500', '105158.772500', '105159.232500', '105159.692500', '105200.152500', '105200.612500', '105201.072500', '105201.532500', '105201.992500', '105202.452500', '105202.912500', '105203.372500', '105203.832500', '105204.292500', '105204.752500', '105205.212500', '105205.672500', '105206.132500', '105206.592500', '105207.052500', '105207.512500', '105207.972500', '105208.432500', '105208.892500', '105209.352500', '105209.812500', '105210.272500', '105210.732500', '105211.192500', '105211.652500', '105212.112500', '105212.572500', '105213.032500', '105213.492500', '105213.952500', '105214.412500', '105214.872500', '105215.332500', '105215.792500', '105216.252500', '105216.712500', '105217.172500', '105217.632500', '105218.092500', '105218.552500', '105219.012500', '105219.472500', '105219.932500', '105220.392500', '105220.852500', '105221.312500', '105221.772500', '105222.232500', '105222.692500', '105223.152500', '105223.612500', '105224.072500', '105224.532500', '105224.992500', '105225.452500', '105225.912500', '105226.372500', '105226.832500', '105227.292500', '105227.752500', '105228.212500', '105228.672500', '105229.132500', '105229.592500', '105230.052500', '105230.512500', '105230.972500', '105231.432500', '105231.892500', '105232.352500', '105232.812500', '105233.272500', '105233.732500', '105234.192500', '105234.652500', '105235.112500', '105235.572500', '105236.032500', '105236.492500', '105236.952500', '105237.412500', '105237.872500', '105238.332500', '105238.792500', '105239.252500', '105239.712500', '105240.172500', '105240.632500', '105241.092500', '105241.552500', '105242.012500', '105242.472500', '105242.932500', '105243.392500', '105243.852500', '105244.312500', '105244.772500', '105245.232500', '105245.692500', '105246.152500', '105246.612500', '105247.072500', '105247.532500', '105247.992500', '105248.452500', '105248.912500', '105249.372500', '105249.832500', '105250.292500', '105250.752500', '105251.212500', '105251.672500', '105252.132500', '105252.592500', '105253.052500', '105253.512500', '105253.972500', '105254.432500', '105254.892500', '105255.352500', '105255.812500', '105256.272500', '105256.732500', '105257.192500', '105257.652500', '105258.112500', '105258.572500', '105259.032500', '105259.492500', '105259.952500', '105300.412500', '105300.872500', '105301.332500', '105301.792500', '105302.252500', '105302.712500', '105303.172500', '105303.632500', '105304.092500', '105304.552500', '105305.012500', '105305.472500', '105305.932500', '105306.392500', '105306.852500', '105307.312500', '105307.772500', '105308.232500', '105308.692500', '105309.152500', '105309.612500', '105310.072500', '105310.532500', '105310.992500', '105311.452500', '105311.912500', '105312.372500', '105312.832500', '105313.292500', '105313.752500', '105314.212500', '105314.672500', '105315.132500', '105315.592500', '105316.052500', '105316.512500', '105316.972500', '105317.432500', '105317.892500', '105318.352500', '105318.812500', '105319.272500', '105319.732500', '105320.192500', '105320.652500', '105321.112500', '105321.572500', '105322.032500', '105322.492500', '105322.952500', '105323.412500', '105323.872500', '105324.332500', '105324.792500', '105325.252500', '105325.712500', '105326.172500', '105326.632500', '105327.092500', '105327.552500', '105328.012500', '105328.472500', '105328.932500', '105329.392500', '105329.852500', '105330.312500', '105330.772500', '105331.232500', '105331.692500', '105332.152500', '105332.612500', '105333.072500', '105333.532500', '105333.992500', '105334.452500', '105334.912500', '105335.372500', '105335.832500', '105336.292500', '105336.752500', '105337.212500', '105337.672500', '105338.132500', '105338.592500', '105339.052500', '105339.512500', '105339.972500', '105340.432500', '105340.892500', '105341.352500', '105341.812500', '105342.272500', '105342.732500', '105343.192500', '105343.652500', '105344.112500', '105344.572500', '105345.032500', '105345.492500', '105345.952500', '105346.412500', '105346.872500', '105347.332500', '105347.792500', '105348.252500', '105348.712500', '105349.172500', '105349.632500', '105350.092500', '105350.552500', '105351.012500', '105351.472500', '105351.932500', '105352.392500', '105352.852500', '105353.312500', '105353.772500', '105354.232500', '105354.692500', '105355.152500', '105355.612500', '105356.072500', '105356.532500', '105356.992500', '105357.452500', '105357.912500', '105358.372500', '105358.832500', '105359.292500', '105359.752500', '105400.212500', '105400.672500', '105401.132500', '105401.592500', '105402.052500', '105402.512500', '105402.972500', '105403.432500', '105403.892500', '105404.352500', '105404.812500', '105405.272500', '105405.732500', '105406.192500', '105406.652500', '105407.112500', '105407.572500', '105408.032500', '105408.492500', '105408.952500', '105409.412500', '105409.872500', '105410.332500', '105410.792500', '105411.252500', '105411.712500', '105412.172500', '105412.632500', '105413.092500', '105413.552500', '105414.012500', '105414.472500', '105414.932500', '105415.392500', '105415.852500', '105416.312500', '105416.772500', '105417.232500', '105417.692500', '105418.152500', '105418.612500', '105419.072500', '105419.532500', '105419.992500', '105420.452500', '105420.912500', '105421.372500', '105421.832500', '105422.292500', '105422.752500', '105423.212500', '105423.672500', '105424.132500', '105424.592500', '105425.052500', '105425.512500', '105425.972500', '105426.432500', '105426.892500', '105427.352500', '105427.812500', '105428.272500', '105428.732500', '105429.192500', '105429.652500', '105430.112500', '105430.572500', '105431.032500', '105431.492500', '105431.952500', '105432.412500', '105432.872500', '105433.332500', '105433.792500', '105434.252500', '105434.712500', '105435.172500', '105435.632500', '105436.092500', '105436.552500', '105437.012500', '105437.472500', '105437.932500', '105438.392500', '105438.852500', '105439.312500', '105439.772500', '105440.232500', '105440.692500', '105441.152500', '105441.612500', '105442.072500', '105442.532500', '105442.992500', '105443.452500', '105443.912500', '105444.372500', '105444.832500', '105445.292500', '105445.752500', '105446.212500', '105446.672500', '105447.132500', '105447.592500', '105448.052500', '105448.512500', '105448.972500', '105449.432500', '105449.892500', '105450.352500', '105450.812500', '105451.272500', '105451.732500', '105452.192500', '105452.652500', '105453.112500', '105453.572500', '105454.032500', '105454.492500', '105454.952500', '105455.412500', '105455.872500', '105456.332500', '105456.792500', '105457.252500', '105457.712500', '105458.172500', '105458.632500', '105459.092500', '105459.552500', '105500.012500', '105500.472500', '105500.932500', '105501.392500', '105501.852500', '105502.312500', '105502.772500', '105503.232500', '105503.692500', '105504.152500', '105504.612500', '105505.072500', '105505.532500', '105505.992500', '105506.452500', '105506.912500', '105507.372500', '105507.832500', '105508.292500', '105508.752500', '105509.212500', '105509.672500', '105510.132500', '105510.592500', '105511.052500', '105511.512500', '105511.972500', '105512.432500', '105512.892500', '105513.352500', '105513.812500', '105514.272500', '105514.732500', '105515.192500', '105515.652500', '105516.112500', '105516.572500', '105517.032500', '105517.492500', '105517.952500', '105518.412500', '105518.872500', '105519.332500', '105519.792500', '105520.252500', '105520.712500', '105521.172500', '105521.632500', '105522.092500', '105522.552500', '105523.012500', '105523.472500', '105523.932500', '105524.392500', '105524.852500', '105525.312500', '105525.772500', '105526.232500', '105526.692500', '105527.152500', '105527.612500', '105528.072500', '105528.532500', '105528.992500', '105529.452500', '105529.912500', '105530.372500', '105530.832500', '105531.292500', '105531.752500', '105532.212500', '105532.672500', '105533.132500', '105533.592500', '105534.052500', '105534.512500', '105534.972500', '105535.432500', '105535.892500', '105536.352500', '105536.812500', '105537.272500', '105537.732500', '105538.192500', '105538.652500', '105539.112500', '105539.572500', '105540.032500', '105540.492500', '105540.952500', '105541.412500', '105541.872500', '105542.332500', '105542.792500', '105543.252500', '105543.712500', '105544.172500', '105544.632500', '105545.092500', '105545.552500', '105546.012500', '105546.472500', '105546.932500', '105547.392500', '105547.852500', '105548.312500', '105548.772500', '105549.232500', '105549.692500', '105550.152500', '105550.612500', '105551.072500', '105551.532500', '105551.992500', '105552.452500', '105552.912500', '105553.372500', '105553.832500', '105554.292500', '105554.752500', '105555.212500', '105555.672500', '105556.132500', '105556.592500', '105557.052500', '105557.512500', '105557.972500', '105558.432500', '105558.892500', '105559.352500', '105559.812500', '105600.272500', '105600.732500', '105601.192500', '105601.652500', '105602.112500', '105602.572500', '105603.032500', '105603.492500', '105603.952500', '105604.412500', '105604.872500', '105605.332500', '105605.792500', '105606.252500', '105606.712500', '105607.172500', '105607.632500', '105608.092500', '105608.552500', '105609.012500', '105609.472500', '105609.932500', '105610.392500', '105610.852500', '105611.312500', '105611.772500', '105612.232500', '105612.692500', '105613.152500', '105613.612500', '105614.072500', '105614.532500', '105614.992500', '105615.452500', '105615.912500', '105616.372500', '105616.832500', '105617.292500', '105617.752500', '105618.212500', '105618.672500', '105619.132500', '105619.592500', '105620.052500', '105620.512500', '105620.972500', '105621.432500', '105621.892500', '105622.352500', '105622.812500', '105623.272500', '105623.732500', '105624.192500', '105624.652500', '105625.112500', '105625.572500', '105626.032500', '105626.492500', '105626.952500', '105627.412500', '105627.872500', '105628.332500', '105628.792500', '105629.252500', '105629.712500', '105630.172500', '105630.632500', '105631.092500', '105631.552500', '105632.012500', '105632.472500', '105632.932500', '105633.392500', '105633.852500', '105634.312500', '105634.772500', '105635.232500', '105635.692500', '105636.152500', '105636.612500', '105637.072500', '105637.532500', '105637.992500', '105638.452500', '105638.912500', '105639.372500', '105639.832500', '105640.292500', '105640.752500', '105641.212500', '105641.672500', '105642.132500', '105642.592500', '105643.052500', '105643.512500', '105643.972500', '105644.432500', '105644.892500', '105645.352500', '105645.812500', '105646.272500', '105646.732500', '105647.192500', '105647.652500', '105648.112500', '105648.572500', '105649.032500', '105649.492500', '105649.952500', '105650.412500', '105650.872500', '105651.332500', '105651.792500', '105652.252500', '105652.712500', '105653.172500', '105653.632500', '105654.092500', '105654.552500', '105655.012500', '105655.472500', '105655.932500', '105656.392500', '105656.852500', '105657.312500', '105657.772500', '105658.232500', '105658.692500', '105659.152500', '105659.612500', '105700.072500', '105700.532500', '105700.992500', '105701.452500', '105701.912500', '105702.372500', '105702.832500', '105703.292500', '105703.752500', '105704.212500', '105704.672500', '105705.132500', '105705.592500', '105706.052500', '105706.512500', '105706.972500', '105707.432500', '105707.892500', '105708.352500', '105708.812500', '105709.272500', '105709.732500', '105710.192500', '105710.652500', '105711.112500', '105711.572500', '105712.032500', '105712.492500', '105712.952500', '105713.412500', '105713.872500', '105714.332500', '105714.792500', '105715.252500', '105715.712500', '105716.172500', '105716.632500', '105717.092500', '105717.552500', '105718.012500', '105718.472500', '105718.932500', '105719.392500', '105719.852500', '105720.312500', '105720.772500', '105721.232500', '105721.692500', '105722.152500', '105722.612500', '105723.072500', '105723.532500', '105723.992500', '105724.452500', '105724.912500', '105725.372500', '105725.832500', '105726.292500', '105726.752500', '105727.212500', '105727.672500', '105728.132500', '105728.592500', '105729.052500', '105729.512500', '105729.972500', '105730.432500', '105730.892500', '105731.352500', '105731.812500', '105732.272500', '105732.732500', '105733.192500', '105733.652500', '105734.112500', '105734.572500', '105735.032500', '105735.492500', '105735.952500'], 'ContentTime': ['105058.587000', '105058.757000', '105058.988000', '105059.166000', '105059.379000', '105059.567000', '105059.782000', '105059.973000', '105100.184000', '105100.397000', '105100.589000', '105100.874000', '105101.369000', '105101.800000', '105102.390000', '105102.799000', '105103.308000', '105103.685000', '105104.172000', '105104.639000', '105105.096000', '105105.526000', '105105.982000', '105106.519000', '105106.982000', '105107.640000', '105107.830000', '105108.310000', '105108.761000', '105109.207000', '105109.664000', '105110.138000', '105110.601000', '105111.081000', '105111.524000', '105111.979000', '105112.429000', '105112.892000', '105113.366000', '105113.832000', '105114.265000', '105114.737000', '105115.201000', '105115.658000', '105116.109000', '105116.567000', '105117.023000', '105117.492000', '105117.948000', '105118.428000', '105118.880000', '105119.332000', '105119.807000', '105120.245000', '105120.715000', '105121.165000', '105121.629000', '105122.090000', '105122.556000', '105123.017000', '105123.468000', '105123.932000', '105124.405000', '105124.845000', '105125.308000', '105125.772000', '105126.229000', '105126.691000', '105127.147000', '105127.611000', '105128.063000', '105128.542000', '105129.007000', '105129.445000', '105129.913000', '105130.377000', '105130.839000', '105131.302000', '105131.748000', '105132.229000', '105132.680000', '105133.131000', '105133.594000', '105134.051000', '105134.525000', '105134.971000', '105135.445000', '105135.893000', '105136.353000', '105136.822000', '105137.268000', '105137.747000', '105138.198000', '105138.662000', '105139.141000', '105139.576000', '105140.044000', '105140.496000', '105140.965000', '105141.416000', '105141.872000', '105142.365000', '105142.793000', '105143.279000', '105143.736000', '105144.194000', '105144.633000', '105145.119000', '105145.553000', '105146.016000', '105146.490000', '105146.930000', '105147.399000', '105147.867000', '105148.320000', '105148.770000', '105149.244000', '105149.696000', '105150.153000', '105150.633000', '105151.073000', '105151.524000', '105151.993000', '105152.462000', '105152.929000', '105153.376000', '105153.834000', '105154.301000', '105154.758000', '105155.221000', '105155.696000', '105156.136000', '105156.689000', '105157.066000', '105157.512000', '105157.987000', '105158.432000', '105158.895000', '105159.363000', '105159.827000', '105200.284000', '105200.735000', '105201.199000', '105201.701000', '105202.136000', '105202.582000', '105203.038000', '105203.501000', '105203.952000', '105204.433000', '105204.872000', '105205.341000', '105205.798000', '105206.261000', '105206.718000', '105207.186000', '105207.637000', '105208.111000', '105208.558000', '105209.032000', '105209.472000', '105209.935000', '105210.397000', '105210.860000', '105211.323000', '105211.769000', '105212.243000', '105212.706000', '105213.168000', '105213.627000', '105214.157000', '105214.592000', '105215.003000', '105215.478000', '105215.970000', '105216.392000', '105216.843000', '105217.312000', '105217.769000', '105218.221000', '105218.730000', '105219.145000', '105219.603000', '105220.078000', '105220.535000', '105221.038000', '105221.449000', '105221.901000', '105222.409000', '105222.844000', '105223.306000', '105223.740000', '105224.203000', '105224.656000', '105225.129000', '105225.638000', '105226.094000', '105226.500000', '105226.986000', '105227.437000', '105227.924000', '105228.340000', '105228.803000', '105229.334000', '105229.728000', '105230.180000', '105230.659000', '105231.106000', '105231.562000', '105232.020000', '105232.483000', '105232.956000', '105233.414000', '105233.865000', '105234.322000', '105234.786000', '105235.328000', '105235.706000', '105236.168000', '105236.695000', '105237.088000', '105237.545000', '105238.025000', '105238.483000', '105238.928000', '105239.391000', '105239.843000', '105240.310000', '105240.774000', '105241.243000', '105241.694000', '105242.145000', '105242.614000', '105243.071000', '105243.534000', '105244.059000', '105244.448000', '105244.905000', '105245.385000', '105245.825000', '105246.287000', '105246.751000', '105247.208000', '105247.687000', '105248.196000', '105248.596000', '105249.048000', '105249.510000', '105249.979000', '105250.431000', '105250.893000', '105251.356000', '105251.807000', '105252.283000', '105252.739000', '105253.196000', '105253.648000', '105254.122000', '105254.568000', '105255.036000', '105255.500000', '105255.961000', '105256.419000', '105256.887000', '105257.350000', '105257.791000', '105258.259000', '105258.773000', '105259.179000', '105259.676000', '105300.090000', '105300.555000', '105301.013000', '105301.488000', '105301.939000', '105302.413000', '105302.852000', '105303.310000', '105303.824000', '105304.282000', '105304.738000', '105305.155000', '105305.623000', '105306.092000', '105306.538000', '105307.064000', '105307.453000', '105307.921000', '105308.380000', '105308.846000', '105309.293000', '105309.750000', '105310.218000', '105310.676000', '105311.126000', '105311.590000', '105312.053000', '105312.522000', '105312.979000', '105313.436000', '105313.910000', '105314.362000', '105314.819000', '105315.321000', '105315.733000', '105316.206000', '105316.646000', '105317.114000', '105317.583000', '105318.052000', '105318.504000', '105318.955000', '105319.418000', '105319.887000', '105320.335000', '105320.790000', '105321.263000', '105321.732000', '105322.274000', '105322.715000', '105323.092000', '105323.567000', '105324.012000', '105324.498000', '105324.931000', '105325.440000', '105325.869000', '105326.314000', '105326.777000', '105327.259000', '105327.709000', '105328.164000', '105328.624000', '105329.075000', '105329.550000', '105330.012000', '105330.481000', '105330.915000', '105331.378000', '105331.846000', '105332.315000', '105332.783000', '105333.218000', '105333.686000', '105334.149000', '105334.618000', '105335.057000', '105335.525000', '105335.988000', '105336.440000', '105336.909000', '105337.388000', '105337.817000', '105338.309000', '105338.800000', '105339.211000', '105339.651000', '105340.123000', '105340.577000', '105341.046000', '105341.525000', '105341.963000', '105342.422000', '105342.897000', '105343.359000', '105343.803000', '105344.262000', '105344.749000', '105345.189000', '105345.661000', '105346.166000', '105346.577000', '105347.029000', '105347.496000', '105347.943000', '105348.423000', '105348.892000', '105349.337000', '105349.794000', '105350.251000', '105350.703000', '105351.189000', '105351.634000', '105352.103000', '105352.561000', '105353.006000', '105353.480000', '105353.926000', '105354.433000', '105354.845000', '105355.320000', '105355.765000', '105356.228000', '105356.697000', '105357.163000', '105357.616000', '105358.084000', '105358.513000', '105358.987000', '105359.468000', '105359.936000', '105400.376000', '105400.852000', '105401.307000', '105401.741000', '105402.262000', '105402.674000', '105403.177000', '105403.582000', '105404.062000', '105404.508000', '105404.971000', '105405.451000', '105405.891000', '105406.353000', '105406.834000', '105407.296000', '105407.725000', '105408.194000', '105408.667000', '105409.108000', '105409.582000', '105410.033000', '105410.490000', '105410.959000', '105411.422000', '105411.884000', '105412.342000', '105412.782000', '105413.261000', '105413.759000', '105414.245000', '105414.656000', '105415.102000', '105415.570000', '105416.015000', '105416.473000', '105416.930000', '105417.392000', '105417.855000', '105418.312000', '105418.775000', '105419.238000', '105419.690000', '105420.174000', '105420.633000', '105421.079000', '105421.530000', '105421.993000', '105422.467000', '105423.181000', '105423.370000', '105423.844000', '105424.336000', '105424.770000', '105425.221000', '105425.679000', '105426.124000', '105426.594000', '105427.056000', '105427.524000', '105427.981000', '105428.444000', '105428.889000', '105429.369000', '105429.804000', '105430.290000', '105430.735000', '105431.198000', '105431.667000', '105432.112000', '105432.575000', '105433.037000', '105433.512000', '105433.975000', '105434.415000', '105434.878000', '105435.329000', '105435.792000', '105436.278000', '105436.722000', '105437.187000', '105437.639000', '105438.101000', '105438.573000', '105439.015000', '105439.484000', '105439.981000', '105440.404000', '105440.850000', '105441.324000', '105441.775000', '105442.306000', '105442.712000', '105443.164000', '105443.638000', '105444.152000', '105444.535000', '105445.032000', '105445.460000', '105445.929000', '105446.381000', '105446.843000', '105447.305000', '105447.780000', '105448.238000', '105448.701000', '105449.146000', '105449.603000', '105450.060000', '105450.540000', '105450.974000', '105451.443000', '105451.911000', '105452.391000', '105452.837000', '105453.289000', '105453.751000', '105454.196000', '105454.660000', '105455.129000', '105455.586000', '105456.129000', '105456.513000', '105456.969000', '105457.420000', '105457.900000', '105458.351000', '105458.809000', '105459.266000', '105459.723000', '105500.174000', '105500.660000', '105501.129000', '105501.580000', '105502.026000', '105502.482000', '105502.945000', '105503.403000', '105503.877000', '105504.614000', '105504.779000', '105505.243000', '105505.699000', '105506.213000', '105506.625000', '105507.100000', '105507.556000', '105508.008000', '105508.470000', '105508.933000', '105509.391000', '105509.841000', '105510.305000', '105510.773000', '105511.276000', '105511.693000', '105512.151000', '105512.619000', '105513.077000', '105513.557000', '105513.991000', '105514.449000', '105514.917000', '105515.385000', '105515.842000', '105516.299000', '105516.751000', '105517.208000', '105517.671000', '105518.129000', '105518.597000', '105519.065000', '105519.510000', '105519.974000', '105520.430000', '105520.887000', '105521.345000', '105521.819000', '105522.293000', '105522.739000', '105523.204000', '105523.647000', '105524.121000', '105524.585000', '105525.041000', '105525.504000', '105525.949000', '105526.422000', '105526.938000', '105527.332000', '105527.824000', '105528.270000', '105528.722000', '105529.184000', '105529.641000', '105530.093000', '105530.562000', '105531.014000', '105531.505000', '105531.939000', '105532.390000', '105532.870000', '105533.327000', '105533.785000', '105534.230000', '105534.726000', '105535.161000', '105535.624000', '105536.076000', '105536.538000', '105536.990000', '105537.475000', '105537.916000', '105538.373000', '105538.836000', '105539.293000', '105539.755000', '105540.258000', '105540.940000', '105541.138000', '105541.672000', '105542.109000', '105542.606000', '105542.984000', '105543.441000', '105543.892000', '105544.366000', '105544.835000', '105545.315000', '105545.732000', '105546.199000', '105546.681000', '105547.144000', '105547.578000', '105548.041000', '105548.504000', '105548.961000', '105549.413000', '105549.870000', '105550.361000', '105550.790000', '105551.258000', '105551.721000', '105552.207000', '105552.641000', '105553.110000', '105553.567000', '105554.012000', '105554.492000', '105554.961000', '105555.435000', '105555.869000', '105556.332000', '105556.783000', '105557.241000', '105557.698000', '105558.154000', '105558.657000', '105559.103000', '105559.561000', '105600.011000', '105600.463000', '105600.920000', '105601.394000', '105601.857000', '105602.316000', '105602.760000', '105603.240000', '105603.691000', '105604.195000', '105604.617000', '105605.058000', '105605.543000', '105605.989000', '105606.446000', '105606.943000', '105607.372000', '105607.823000', '105608.280000', '105608.743000', '105609.245000', '105609.674000', '105610.133000', '105610.600000', '105611.041000', '105611.520000', '105611.966000', '105612.431000', '105612.879000', '105613.606000', '105613.817000', '105614.349000', '105614.720000', '105615.184000', '105615.651000', '105616.120000', '105616.577000', '105617.028000', '105617.520000', '105617.967000', '105618.457000', '105618.874000', '105619.330000', '105619.793000', '105620.262000', '105620.708000', '105621.171000', '105621.657000', '105622.116000', '105622.560000', '105623.017000', '105623.480000', '105623.920000', '105624.400000', '105624.851000', '105625.321000', '105625.771000', '105626.228000', '105626.697000', '105627.166000', '105627.605000', '105628.080000', '105628.542000', '105629.001000', '105629.480000', '105629.908000', '105630.388000', '105630.840000', '105631.302000', '105631.767000', '105632.217000', '105632.685000', '105633.130000', '105633.607000', '105634.056000', '105634.525000', '105634.976000', '105635.433000', '105635.909000', '105636.359000', '105636.818000', '105637.274000', '105637.736000', '105638.318000', '105638.667000', '105639.119000', '105639.577000', '105640.033000', '105640.503000', '105640.959000', '105641.422000', '105641.891000', '105642.342000', '105642.799000', '105643.531000', '105643.714000', '105644.187000', '105644.702000', '105645.107000', '105645.553000', '105646.047000', '105646.495000', '105646.936000', '105647.399000', '105647.867000', '105648.423000', '105648.828000', '105649.254000', '105649.713000', '105650.181000', '105650.663000', '105651.078000', '105651.559000', '105652.004000', '105652.461000', '105652.912000', '105653.390000', '105653.861000', '105654.301000', '105654.758000', '105655.216000', '105655.696000', '105656.146000', '105656.604000', '105657.082000', '105657.530000', '105658.024000', '105658.490000', '105658.907000', '105659.364000', '105659.816000', '105700.278000', '105700.758000', '105701.203000', '105701.678000', '105702.135000', '105702.611000', '105703.060000', '105703.514000', '105703.980000', '105704.438000', '105704.901000', '105705.353000', '105705.843000', '105706.363000', '105706.747000', '105707.203000', '105707.656000', '105708.100000', '105708.575000', '105709.037000', '105709.483000', '105709.945000', '105710.431000', '105710.866000', '105711.324000', '105711.783000', '105712.248000', '105712.722000', '105713.225000', '105713.619000', '105714.099000', '105714.586000', '105715.027000', '105715.478000', '105715.948000', '105716.408000', '105716.848000', '105717.300000', '105717.768000', '105718.226000', '105718.700000', '105719.151000', '105719.620000', '105720.111000', '105720.568000', '105721.008000', '105721.455000', '105721.924000', '105722.368000', '105722.831000', '105723.288000', '105723.757000', '105724.276000', '105724.665000', '105725.139000', '105725.597000', '105726.064000', '105726.516000', '105726.973000', '105727.431000', '105727.899000', '105728.362000', '105728.807000', '105729.277000', '105729.744000', '105730.196000', '105730.666000', '105731.128000', '105731.602000', '105732.054000', '105732.513000', '105732.991000', '105733.420000', '105733.877000', '105734.328000', '105734.808000', '105735.247000', '105735.739000', '105736.225000', '105736.679000'], 'InstanceCreationTime': ['105058.587000', '105058.757000', '105058.988000', '105059.166000', '105059.379000', '105059.567000', '105059.782000', '105059.973000', '105100.184000', '105100.397000', '105100.589000', '105100.874000', '105101.369000', '105101.800000', '105102.390000', '105102.799000', '105103.308000', '105103.685000', '105104.172000', '105104.639000', '105105.096000', '105105.526000', '105105.982000', '105106.519000', '105106.982000', '105107.640000', '105107.830000', '105108.310000', '105108.761000', '105109.207000', '105109.664000', '105110.138000', '105110.601000', '105111.081000', '105111.524000', '105111.979000', '105112.429000', '105112.892000', '105113.366000', '105113.832000', '105114.265000', '105114.737000', '105115.201000', '105115.658000', '105116.109000', '105116.567000', '105117.023000', '105117.492000', '105117.948000', '105118.428000', '105118.880000', '105119.332000', '105119.807000', '105120.245000', '105120.715000', '105121.165000', '105121.629000', '105122.090000', '105122.556000', '105123.017000', '105123.468000', '105123.932000', '105124.405000', '105124.845000', '105125.308000', '105125.772000', '105126.229000', '105126.691000', '105127.147000', '105127.611000', '105128.063000', '105128.542000', '105129.007000', '105129.445000', '105129.913000', '105130.377000', '105130.839000', '105131.302000', '105131.748000', '105132.229000', '105132.680000', '105133.131000', '105133.594000', '105134.051000', '105134.525000', '105134.971000', '105135.445000', '105135.893000', '105136.353000', '105136.822000', '105137.268000', '105137.747000', '105138.198000', '105138.662000', '105139.141000', '105139.576000', '105140.044000', '105140.496000', '105140.965000', '105141.416000', '105141.872000', '105142.365000', '105142.793000', '105143.279000', '105143.736000', '105144.194000', '105144.633000', '105145.119000', '105145.553000', '105146.016000', '105146.490000', '105146.930000', '105147.399000', '105147.867000', '105148.320000', '105148.770000', '105149.244000', '105149.696000', '105150.153000', '105150.633000', '105151.073000', '105151.524000', '105151.993000', '105152.462000', '105152.929000', '105153.376000', '105153.834000', '105154.301000', '105154.758000', '105155.221000', '105155.696000', '105156.136000', '105156.689000', '105157.066000', '105157.512000', '105157.987000', '105158.432000', '105158.895000', '105159.363000', '105159.827000', '105200.284000', '105200.735000', '105201.199000', '105201.701000', '105202.136000', '105202.582000', '105203.038000', '105203.501000', '105203.952000', '105204.433000', '105204.872000', '105205.341000', '105205.798000', '105206.261000', '105206.718000', '105207.186000', '105207.637000', '105208.111000', '105208.558000', '105209.032000', '105209.472000', '105209.935000', '105210.397000', '105210.860000', '105211.323000', '105211.769000', '105212.243000', '105212.706000', '105213.168000', '105213.627000', '105214.157000', '105214.592000', '105215.003000', '105215.478000', '105215.970000', '105216.392000', '105216.843000', '105217.312000', '105217.769000', '105218.221000', '105218.730000', '105219.145000', '105219.603000', '105220.078000', '105220.535000', '105221.038000', '105221.449000', '105221.901000', '105222.409000', '105222.844000', '105223.306000', '105223.740000', '105224.203000', '105224.656000', '105225.129000', '105225.638000', '105226.094000', '105226.500000', '105226.986000', '105227.437000', '105227.924000', '105228.340000', '105228.803000', '105229.334000', '105229.728000', '105230.180000', '105230.659000', '105231.106000', '105231.562000', '105232.020000', '105232.483000', '105232.956000', '105233.414000', '105233.865000', '105234.322000', '105234.786000', '105235.328000', '105235.706000', '105236.168000', '105236.695000', '105237.088000', '105237.545000', '105238.025000', '105238.483000', '105238.928000', '105239.391000', '105239.843000', '105240.310000', '105240.774000', '105241.243000', '105241.694000', '105242.145000', '105242.614000', '105243.071000', '105243.534000', '105244.059000', '105244.448000', '105244.905000', '105245.385000', '105245.825000', '105246.287000', '105246.751000', '105247.208000', '105247.687000', '105248.196000', '105248.596000', '105249.048000', '105249.510000', '105249.979000', '105250.431000', '105250.893000', '105251.356000', '105251.807000', '105252.283000', '105252.739000', '105253.196000', '105253.648000', '105254.122000', '105254.568000', '105255.036000', '105255.500000', '105255.961000', '105256.419000', '105256.887000', '105257.350000', '105257.791000', '105258.259000', '105258.773000', '105259.179000', '105259.676000', '105300.090000', '105300.555000', '105301.013000', '105301.488000', '105301.939000', '105302.413000', '105302.852000', '105303.310000', '105303.824000', '105304.282000', '105304.738000', '105305.155000', '105305.623000', '105306.092000', '105306.538000', '105307.064000', '105307.453000', '105307.921000', '105308.380000', '105308.846000', '105309.293000', '105309.750000', '105310.218000', '105310.676000', '105311.126000', '105311.590000', '105312.053000', '105312.522000', '105312.979000', '105313.436000', '105313.910000', '105314.362000', '105314.819000', '105315.321000', '105315.733000', '105316.206000', '105316.646000', '105317.114000', '105317.583000', '105318.052000', '105318.504000', '105318.955000', '105319.418000', '105319.887000', '105320.335000', '105320.790000', '105321.263000', '105321.732000', '105322.274000', '105322.715000', '105323.092000', '105323.567000', '105324.012000', '105324.498000', '105324.931000', '105325.440000', '105325.869000', '105326.314000', '105326.777000', '105327.259000', '105327.709000', '105328.164000', '105328.624000', '105329.075000', '105329.550000', '105330.012000', '105330.481000', '105330.915000', '105331.378000', '105331.846000', '105332.315000', '105332.783000', '105333.218000', '105333.686000', '105334.149000', '105334.618000', '105335.057000', '105335.525000', '105335.988000', '105336.440000', '105336.909000', '105337.388000', '105337.817000', '105338.309000', '105338.800000', '105339.211000', '105339.651000', '105340.123000', '105340.577000', '105341.046000', '105341.525000', '105341.963000', '105342.422000', '105342.897000', '105343.359000', '105343.803000', '105344.262000', '105344.749000', '105345.189000', '105345.661000', '105346.166000', '105346.577000', '105347.029000', '105347.496000', '105347.943000', '105348.423000', '105348.892000', '105349.337000', '105349.794000', '105350.251000', '105350.703000', '105351.189000', '105351.634000', '105352.103000', '105352.561000', '105353.006000', '105353.480000', '105353.926000', '105354.433000', '105354.845000', '105355.320000', '105355.765000', '105356.228000', '105356.697000', '105357.163000', '105357.616000', '105358.084000', '105358.513000', '105358.987000', '105359.468000', '105359.936000', '105400.376000', '105400.852000', '105401.307000', '105401.741000', '105402.262000', '105402.674000', '105403.177000', '105403.582000', '105404.062000', '105404.508000', '105404.971000', '105405.451000', '105405.891000', '105406.353000', '105406.834000', '105407.296000', '105407.725000', '105408.194000', '105408.667000', '105409.108000', '105409.582000', '105410.033000', '105410.490000', '105410.959000', '105411.422000', '105411.884000', '105412.342000', '105412.782000', '105413.261000', '105413.759000', '105414.245000', '105414.656000', '105415.102000', '105415.570000', '105416.015000', '105416.473000', '105416.930000', '105417.392000', '105417.855000', '105418.312000', '105418.775000', '105419.238000', '105419.690000', '105420.174000', '105420.633000', '105421.079000', '105421.530000', '105421.993000', '105422.467000', '105423.181000', '105423.370000', '105423.844000', '105424.336000', '105424.770000', '105425.221000', '105425.679000', '105426.124000', '105426.594000', '105427.056000', '105427.524000', '105427.981000', '105428.444000', '105428.889000', '105429.369000', '105429.804000', '105430.290000', '105430.735000', '105431.198000', '105431.667000', '105432.112000', '105432.575000', '105433.037000', '105433.512000', '105433.975000', '105434.415000', '105434.878000', '105435.329000', '105435.792000', '105436.278000', '105436.722000', '105437.187000', '105437.639000', '105438.101000', '105438.573000', '105439.015000', '105439.484000', '105439.981000', '105440.404000', '105440.850000', '105441.324000', '105441.775000', '105442.306000', '105442.712000', '105443.164000', '105443.638000', '105444.152000', '105444.535000', '105445.032000', '105445.460000', '105445.929000', '105446.381000', '105446.843000', '105447.305000', '105447.780000', '105448.238000', '105448.701000', '105449.146000', '105449.603000', '105450.060000', '105450.540000', '105450.974000', '105451.443000', '105451.911000', '105452.391000', '105452.837000', '105453.289000', '105453.751000', '105454.196000', '105454.660000', '105455.129000', '105455.586000', '105456.129000', '105456.513000', '105456.969000', '105457.420000', '105457.900000', '105458.351000', '105458.809000', '105459.266000', '105459.723000', '105500.174000', '105500.660000', '105501.129000', '105501.580000', '105502.026000', '105502.482000', '105502.945000', '105503.403000', '105503.877000', '105504.614000', '105504.779000', '105505.243000', '105505.699000', '105506.213000', '105506.625000', '105507.100000', '105507.556000', '105508.008000', '105508.470000', '105508.933000', '105509.391000', '105509.841000', '105510.305000', '105510.773000', '105511.276000', '105511.693000', '105512.151000', '105512.619000', '105513.077000', '105513.557000', '105513.991000', '105514.449000', '105514.917000', '105515.385000', '105515.842000', '105516.299000', '105516.751000', '105517.208000', '105517.671000', '105518.129000', '105518.597000', '105519.065000', '105519.510000', '105519.974000', '105520.430000', '105520.887000', '105521.345000', '105521.819000', '105522.293000', '105522.739000', '105523.204000', '105523.647000', '105524.121000', '105524.585000', '105525.041000', '105525.504000', '105525.949000', '105526.422000', '105526.938000', '105527.332000', '105527.824000', '105528.270000', '105528.722000', '105529.184000', '105529.641000', '105530.093000', '105530.562000', '105531.014000', '105531.505000', '105531.939000', '105532.390000', '105532.870000', '105533.327000', '105533.785000', '105534.230000', '105534.726000', '105535.161000', '105535.624000', '105536.076000', '105536.538000', '105536.990000', '105537.475000', '105537.916000', '105538.373000', '105538.836000', '105539.293000', '105539.755000', '105540.258000', '105540.940000', '105541.138000', '105541.672000', '105542.109000', '105542.606000', '105542.984000', '105543.441000', '105543.892000', '105544.366000', '105544.835000', '105545.315000', '105545.732000', '105546.199000', '105546.681000', '105547.144000', '105547.578000', '105548.041000', '105548.504000', '105548.961000', '105549.413000', '105549.870000', '105550.361000', '105550.790000', '105551.258000', '105551.721000', '105552.207000', '105552.641000', '105553.110000', '105553.567000', '105554.012000', '105554.492000', '105554.961000', '105555.435000', '105555.869000', '105556.332000', '105556.783000', '105557.241000', '105557.698000', '105558.154000', '105558.657000', '105559.103000', '105559.561000', '105600.011000', '105600.463000', '105600.920000', '105601.394000', '105601.857000', '105602.316000', '105602.760000', '105603.240000', '105603.691000', '105604.195000', '105604.617000', '105605.058000', '105605.543000', '105605.989000', '105606.446000', '105606.943000', '105607.372000', '105607.823000', '105608.280000', '105608.743000', '105609.245000', '105609.674000', '105610.133000', '105610.600000', '105611.041000', '105611.520000', '105611.966000', '105612.431000', '105612.879000', '105613.606000', '105613.817000', '105614.349000', '105614.720000', '105615.184000', '105615.651000', '105616.120000', '105616.577000', '105617.028000', '105617.520000', '105617.967000', '105618.457000', '105618.874000', '105619.330000', '105619.793000', '105620.262000', '105620.708000', '105621.171000', '105621.657000', '105622.116000', '105622.560000', '105623.017000', '105623.480000', '105623.920000', '105624.400000', '105624.851000', '105625.321000', '105625.771000', '105626.228000', '105626.697000', '105627.166000', '105627.605000', '105628.080000', '105628.542000', '105629.001000', '105629.480000', '105629.908000', '105630.388000', '105630.840000', '105631.302000', '105631.767000', '105632.217000', '105632.685000', '105633.130000', '105633.607000', '105634.056000', '105634.525000', '105634.976000', '105635.433000', '105635.909000', '105636.359000', '105636.818000', '105637.274000', '105637.736000', '105638.318000', '105638.667000', '105639.119000', '105639.577000', '105640.033000', '105640.503000', '105640.959000', '105641.422000', '105641.891000', '105642.342000', '105642.799000', '105643.531000', '105643.714000', '105644.187000', '105644.702000', '105645.107000', '105645.553000', '105646.047000', '105646.495000', '105646.936000', '105647.399000', '105647.867000', '105648.423000', '105648.828000', '105649.254000', '105649.713000', '105650.181000', '105650.663000', '105651.078000', '105651.559000', '105652.004000', '105652.461000', '105652.912000', '105653.390000', '105653.861000', '105654.301000', '105654.758000', '105655.216000', '105655.696000', '105656.146000', '105656.604000', '105657.082000', '105657.530000', '105658.024000', '105658.490000', '105658.907000', '105659.364000', '105659.816000', '105700.278000', '105700.758000', '105701.203000', '105701.678000', '105702.135000', '105702.611000', '105703.060000', '105703.514000', '105703.980000', '105704.438000', '105704.901000', '105705.353000', '105705.843000', '105706.363000', '105706.747000', '105707.203000', '105707.656000', '105708.100000', '105708.575000', '105709.037000', '105709.483000', '105709.945000', '105710.431000', '105710.866000', '105711.324000', '105711.783000', '105712.248000', '105712.722000', '105713.225000', '105713.619000', '105714.099000', '105714.586000', '105715.027000', '105715.478000', '105715.948000', '105716.408000', '105716.848000', '105717.300000', '105717.768000', '105718.226000', '105718.700000', '105719.151000', '105719.620000', '105720.111000', '105720.568000', '105721.008000', '105721.455000', '105721.924000', '105722.368000', '105722.831000', '105723.288000', '105723.757000', '105724.276000', '105724.665000', '105725.139000', '105725.597000', '105726.064000', '105726.516000', '105726.973000', '105727.431000', '105727.899000', '105728.362000', '105728.807000', '105729.277000', '105729.744000', '105730.196000', '105730.666000', '105731.128000', '105731.602000', '105732.054000', '105732.513000', '105732.991000', '105733.420000', '105733.877000', '105734.328000', '105734.808000', '105735.247000', '105735.739000', '105736.225000', '105736.679000'], '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': [12853, 12715, 11879, 12703, 12847, 12613, 10232, 12156, 12729, 12748, 11384, 12793, 12530, 12817, 12355, 14970, 12918, 11606, 12697, 12508, 13008, 12267, 17612, 12793, 17072, 12565, 15663, 12373, 16524, 12068, 16341, 12687, 12019, 18731, 12289, 12381, 18679, 12394, 13642, 12274, 11683, 13422, 11864, 11609, 11978, 11642, 12072, 11877, 12135, 11972, 16069, 12094, 14129, 12191, 12619, 12403, 11651, 12141, 11785, 15758, 18507, 14362, 12267, 12113, 11797, 12575, 12025, 12379, 12030, 11853, 12246, 11730, 11604, 11906, 11659, 11902, 11661, 12197, 11839, 11738, 11833, 10771, 12103, 12058, 12540, 11727, 12154, 11966, 11726, 12225, 11767, 12405, 11836, 12056, 11326, 12935, 11850, 12198, 12384, 11329, 17734, 11783, 15371, 11813, 11444, 12197, 11570, 12107, 11739, 11705, 12040, 11689, 12182, 12391, 12052, 11837, 14506, 12142, 13347, 12311, 11663, 17713, 11893, 14169, 12017, 11342, 11950, 11528, 13105, 11595, 16030, 11921, 12350, 11850, 11137, 18583, 14653, 15016, 11976, 12304, 11959, 10959, 12151, 11751, 12016, 11604, 11841, 11593, 12111, 11596, 12827, 12176, 11864, 12100, 11085, 11976, 11126, 17404, 13669, 13993, 11794, 11741, 11874, 11263, 18652, 12168, 11609, 18746, 11730, 11737, 12172, 12409, 12269, 11738, 12268, 12449, 12199, 11946, 12293, 11729, 15065, 16579, 13572, 11939, 11643, 11809, 11773, 11161, 15387, 11625, 11867, 10970, 11639, 15794, 12518, 11129, 12173, 11319, 12084, 11057, 18760, 14395, 15273, 11732, 12428, 11888, 12720, 11709, 11029, 11402, 12171, 11622, 11746, 11732, 11829, 11631, 11792, 11685, 11167, 15837, 11335, 14613, 11690, 11184, 17700, 14301, 14206, 11507, 11126, 11737, 10860, 12015, 11169, 11738, 11324, 11497, 11220, 11670, 11671, 11929, 11385, 12761, 17615, 11548, 11210, 11922, 11135, 13624, 11405, 12137, 11921, 11233, 11665, 11629, 10827, 11721, 10946, 17887, 11697, 11672, 11857, 10844, 11829, 12215, 11986, 11788, 12149, 11678, 11639, 11724, 10662, 14708, 11832, 12787, 12971, 11135, 12004, 11724, 11998, 11939, 11488, 11772, 11391, 11852, 12576, 12039, 11560, 11960, 11309, 17336, 11302, 18690, 15012, 16898, 11822, 13020, 18629, 12091, 17575, 11990, 11186, 19336, 11649, 10764, 19172, 11537, 11892, 11787, 11285, 11676, 10970, 11675, 11162, 11910, 11467, 11493, 11411, 11464, 11894, 11811, 11996, 11325, 11952, 11068, 17277, 12894, 10902, 17848, 11117, 11382, 11234, 10932, 11640, 11292, 11694, 11382, 11798, 11598, 12097, 11945, 12021, 11569, 11608, 13152, 11683, 15101, 11938, 16140, 12894, 14113, 12342, 13941, 17810, 17296, 15019, 11357, 19678, 15122, 18164, 11930, 11530, 15654, 11243, 11585, 11289, 11643, 11621, 11853, 11661, 11922, 11228, 12284, 12301, 12554, 12503, 12293, 11830, 15673, 12166, 11445, 17580, 12040, 13736, 18129, 16417, 14982, 11983, 10875, 19498, 11457, 14000, 19393, 12963, 16202, 11068, 11748, 11240, 11687, 11555, 10770, 17285, 11332, 10541, 11344, 10999, 11095, 11404, 11408, 11410, 10674, 11710, 11063, 15967, 11554, 11021, 16867, 11832, 11203, 16333, 11580, 10980, 11884, 10984, 11629, 11253, 11997, 11531, 12089, 11950, 11897, 11746, 11805, 11946, 10597, 12236, 11497, 12046, 11731, 14231, 11942, 15420, 11787, 13512, 12205, 11468, 12165, 11044, 11918, 11242, 12261, 11501, 16590, 11666, 13071, 11813, 11878, 11916, 11708, 11884, 11724, 11913, 12003, 11941, 12191, 12184, 11601, 12129, 11648, 12091, 11710, 12031, 11674, 12147, 11642, 12050, 12262, 12124, 13782, 12071, 11424, 12322, 11523, 18920, 13786, 12229, 11773, 11861, 11599, 11888, 10598, 12089, 10792, 11916, 10628, 12024, 13090, 11504, 16288, 11511, 16700, 11126, 18973, 11229, 17682, 15340, 13099, 17652, 10737, 15461, 11043, 12730, 11758, 10503, 11993, 10552, 11738, 11063, 11735, 11950, 11689, 11807, 11574, 11872, 11534, 11596, 11490, 11583, 11859, 11427, 11658, 10162, 11468, 10879, 18608, 14052, 15923, 11153, 13123, 11282, 11634, 12442, 10854, 15996, 10958, 10613, 10828, 11420, 11297, 10174, 17245, 11945, 15380, 11353, 10283, 17289, 10940, 11186, 11318, 10445, 16178, 10731, 10631, 11263, 10357, 13558, 10707, 10423, 11098, 10596, 10984, 11344, 11159, 11238, 11035, 10499, 18686, 12003, 10784, 14649, 11051, 10584, 11508, 11677, 11586, 11706, 11464, 11131, 11198, 11432, 10903, 11378, 11234, 11184, 11347, 14244, 11057, 11958, 10680, 11890, 10825, 15508, 10963, 16854, 10455, 14372, 10375, 15719, 11959, 17222, 10689, 11581, 11481, 10765, 12921, 10585, 17818, 14534, 12894, 17527, 10576, 11616, 10260, 10784, 14325, 11654, 19090, 16111, 16386, 10426, 9828, 10548, 11230, 10578, 10936, 10558, 10917, 10624, 10574, 10581, 10578, 10557, 10730, 10820, 11263, 10914, 10866, 11648, 10857, 16243, 10717, 13948, 15566, 11804, 14650, 10582, 11158, 10749, 10616, 10770, 10701, 10625, 10334, 10828, 10545, 10866, 10496, 11287, 10269, 11193, 10657, 10633, 10497, 15966, 17746, 10588, 11710, 16835, 10536, 10886, 10921, 10338, 11246, 10792, 10658, 11085, 10481, 10332, 10596, 11082, 10699, 10799, 16942, 10328, 11256, 10490, 10738, 10723, 11162, 10989, 11029, 10997, 10228, 10933, 10469, 14922, 10482, 11637, 10502, 12440, 10792, 10121, 17890, 11777, 14273, 10606, 10836, 11161, 10274, 11215, 10372, 10915, 10488, 10126, 10666, 10091, 10864, 10068, 10510, 10080, 10593, 11836, 10681, 10813, 10572, 10589, 10594, 19606, 11304, 13320, 15633, 11822, 17673, 10410, 16057, 10894, 15085, 11648, 10106, 18859, 10766, 14257, 10373, 10837, 10273, 13121, 10150, 11930, 10332, 11165, 10771, 11322, 10891, 10647, 10265, 10177, 10876, 10944, 11275, 10652, 10923, 10838, 10214, 11130, 10131, 11002, 11726, 11155, 10210, 11184, 10242, 11208, 11189, 11213, 11156, 11359, 10879, 11612, 11971, 15661, 12072, 11280, 10511, 11173, 10671, 16102, 12811, 13522, 16659, 11206, 12687, 11118, 11218, 10952, 11725, 10791, 13701, 11279, 15052, 18511, 16735, 18728, 10889, 15725, 14651, 11688, 18891, 11208, 15773, 10452, 11067, 10502, 10308, 10337, 10391, 11243, 10702, 11347, 10891, 11442, 10848, 11424, 10708, 10940, 10786, 11199, 10515, 11299, 10479, 11175, 10498, 11222, 10458, 11201, 10424, 11240, 10505, 11790, 10438, 12867, 14701, 12172, 18689, 15888, 17431, 10846, 14172, 10588, 10865, 10942, 10259, 10653, 10598, 11051, 11088, 10699, 10738, 10791, 10717, 10650, 10977, 10808, 11232], 'WindowCenter': [4753.0, 4752.0, 4727.0, 4738.0, 4736.0, 4764.0, 4722.0, 4741.0, 4749.0, 4762.0, 4741.0, 4751.0, 4750.0, 4750.0, 4753.0, 4772.0, 4752.0, 4743.0, 4752.0, 4751.0, 4748.0, 4741.0, 4793.0, 4751.0, 4766.0, 4726.0, 4755.0, 4728.0, 4768.0, 4725.0, 4756.0, 4724.0, 4724.0, 4761.0, 4711.0, 4712.0, 4750.0, 4711.0, 4720.0, 4699.0, 4701.0, 4718.0, 4701.0, 4699.0, 4712.0, 4712.0, 4724.0, 4723.0, 4723.0, 4725.0, 4764.0, 4724.0, 4732.0, 4722.0, 4721.0, 4721.0, 4713.0, 4712.0, 4713.0, 4754.0, 4761.0, 4732.0, 4709.0, 4709.0, 4711.0, 4709.0, 4711.0, 4724.0, 4723.0, 4713.0, 4712.0, 4712.0, 4711.0, 4722.0, 4714.0, 4725.0, 4726.0, 4724.0, 4726.0, 4724.0, 4725.0, 4714.0, 4737.0, 4727.0, 4734.0, 4738.0, 4738.0, 4750.0, 4736.0, 4738.0, 4727.0, 4737.0, 4736.0, 4738.0, 4729.0, 4749.0, 4739.0, 4736.0, 4738.0, 4729.0, 4764.0, 4724.0, 4755.0, 4714.0, 4713.0, 4722.0, 4724.0, 4724.0, 4727.0, 4725.0, 4738.0, 4737.0, 4738.0, 4738.0, 4737.0, 4738.0, 4757.0, 4740.0, 4749.0, 4737.0, 4728.0, 4777.0, 4737.0, 4756.0, 4737.0, 4726.0, 4725.0, 4738.0, 4747.0, 4728.0, 4766.0, 4737.0, 4736.0, 4737.0, 4728.0, 4786.0, 4755.0, 4753.0, 4725.0, 4734.0, 4737.0, 4725.0, 4737.0, 4738.0, 4748.0, 4738.0, 4750.0, 4765.0, 4763.0, 4752.0, 4759.0, 4750.0, 4739.0, 4751.0, 4730.0, 4739.0, 4730.0, 4777.0, 4758.0, 4745.0, 4727.0, 4726.0, 4723.0, 4714.0, 4774.0, 4711.0, 4702.0, 4759.0, 4699.0, 4709.0, 4721.0, 4721.0, 4709.0, 4712.0, 4723.0, 4746.0, 4737.0, 4737.0, 4736.0, 4737.0, 4768.0, 4765.0, 4735.0, 4712.0, 4713.0, 4714.0, 4725.0, 4713.0, 4742.0, 4711.0, 4724.0, 4729.0, 4728.0, 4756.0, 4724.0, 4717.0, 4734.0, 4716.0, 4723.0, 4714.0, 4762.0, 4744.0, 4742.0, 4724.0, 4724.0, 4716.0, 4721.0, 4703.0, 4693.0, 4716.0, 4724.0, 4716.0, 4713.0, 4716.0, 4713.0, 4715.0, 4714.0, 4712.0, 4704.0, 4740.0, 4703.0, 4730.0, 4701.0, 4700.0, 4738.0, 4719.0, 4717.0, 4689.0, 4688.0, 4698.0, 4688.0, 4699.0, 4701.0, 4701.0, 4703.0, 4711.0, 4716.0, 4714.0, 4727.0, 4725.0, 4727.0, 4738.0, 4754.0, 4703.0, 4703.0, 4701.0, 4701.0, 4719.0, 4701.0, 4713.0, 4712.0, 4701.0, 4699.0, 4701.0, 4689.0, 4698.0, 4701.0, 4751.0, 4700.0, 4699.0, 4710.0, 4701.0, 4722.0, 4735.0, 4725.0, 4726.0, 4736.0, 4738.0, 4725.0, 4739.0, 4731.0, 4756.0, 4727.0, 4735.0, 4734.0, 4727.0, 4726.0, 4726.0, 4724.0, 4724.0, 4715.0, 4725.0, 4725.0, 4726.0, 4735.0, 4726.0, 4726.0, 4726.0, 4717.0, 4763.0, 4716.0, 4774.0, 4745.0, 4753.0, 4712.0, 4724.0, 4761.0, 4714.0, 4752.0, 4699.0, 4701.0, 4748.0, 4687.0, 4690.0, 4746.0, 4688.0, 4696.0, 4697.0, 4689.0, 4701.0, 4704.0, 4711.0, 4714.0, 4724.0, 4727.0, 4726.0, 4739.0, 4729.0, 4738.0, 4739.0, 4739.0, 4729.0, 4725.0, 4716.0, 4766.0, 4724.0, 4705.0, 4761.0, 4703.0, 4713.0, 4714.0, 4702.0, 4714.0, 4715.0, 4725.0, 4727.0, 4740.0, 4740.0, 4750.0, 4740.0, 4750.0, 4728.0, 4741.0, 4749.0, 4740.0, 4770.0, 4742.0, 4769.0, 4736.0, 4745.0, 4723.0, 4745.0, 4762.0, 4753.0, 4729.0, 4689.0, 4750.0, 4730.0, 4750.0, 4698.0, 4689.0, 4714.0, 4677.0, 4685.0, 4699.0, 4687.0, 4710.0, 4723.0, 4725.0, 4714.0, 4714.0, 4724.0, 4724.0, 4738.0, 4750.0, 4751.0, 4749.0, 4768.0, 4725.0, 4717.0, 4753.0, 4711.0, 4735.0, 4739.0, 4728.0, 4717.0, 4674.0, 4666.0, 4722.0, 4672.0, 4693.0, 4732.0, 4694.0, 4712.0, 4674.0, 4672.0, 4672.0, 4672.0, 4673.0, 4675.0, 4724.0, 4673.0, 4663.0, 4661.0, 4663.0, 4672.0, 4684.0, 4684.0, 4686.0, 4676.0, 4698.0, 4688.0, 4728.0, 4686.0, 4676.0, 4725.0, 4684.0, 4675.0, 4712.0, 4673.0, 4664.0, 4698.0, 4702.0, 4698.0, 4689.0, 4700.0, 4711.0, 4711.0, 4713.0, 4712.0, 4714.0, 4723.0, 4726.0, 4706.0, 4725.0, 4727.0, 4726.0, 4738.0, 4773.0, 4742.0, 4756.0, 4726.0, 4733.0, 4724.0, 4714.0, 4725.0, 4715.0, 4724.0, 4716.0, 4713.0, 4714.0, 4751.0, 4715.0, 4734.0, 4713.0, 4712.0, 4714.0, 4712.0, 4714.0, 4713.0, 4726.0, 4725.0, 4726.0, 4724.0, 4726.0, 4714.0, 4725.0, 4714.0, 4737.0, 4728.0, 4738.0, 4728.0, 4739.0, 4717.0, 4738.0, 4738.0, 4739.0, 4748.0, 4728.0, 4728.0, 4726.0, 4728.0, 4789.0, 4762.0, 4730.0, 4718.0, 4717.0, 4716.0, 4716.0, 4707.0, 4728.0, 4719.0, 4740.0, 4721.0, 4741.0, 4750.0, 4720.0, 4768.0, 4717.0, 4757.0, 4705.0, 4755.0, 4693.0, 4743.0, 4720.0, 4700.0, 4728.0, 4668.0, 4706.0, 4666.0, 4685.0, 4674.0, 4655.0, 4672.0, 4656.0, 4675.0, 4678.0, 4701.0, 4702.0, 4701.0, 4702.0, 4705.0, 4715.0, 4716.0, 4717.0, 4718.0, 4718.0, 4728.0, 4718.0, 4719.0, 4699.0, 4717.0, 4707.0, 4766.0, 4737.0, 4744.0, 4696.0, 4714.0, 4693.0, 4702.0, 4712.0, 4692.0, 4731.0, 4693.0, 4682.0, 4694.0, 4702.0, 4693.0, 4685.0, 4740.0, 4703.0, 4721.0, 4679.0, 4681.0, 4728.0, 4678.0, 4680.0, 4678.0, 4669.0, 4718.0, 4679.0, 4667.0, 4679.0, 4668.0, 4697.0, 4679.0, 4679.0, 4692.0, 4681.0, 4693.0, 4703.0, 4703.0, 4703.0, 4695.0, 4695.0, 4755.0, 4689.0, 4681.0, 4717.0, 4679.0, 4669.0, 4679.0, 4690.0, 4704.0, 4704.0, 4705.0, 4703.0, 4704.0, 4704.0, 4705.0, 4704.0, 4704.0, 4705.0, 4707.0, 4736.0, 4708.0, 4717.0, 4697.0, 4703.0, 4704.0, 4734.0, 4696.0, 4744.0, 4682.0, 4738.0, 4698.0, 4746.0, 4705.0, 4743.0, 4686.0, 4692.0, 4690.0, 4680.0, 4702.0, 4671.0, 4744.0, 4725.0, 4703.0, 4731.0, 4667.0, 4676.0, 4644.0, 4655.0, 4684.0, 4667.0, 4726.0, 4707.0, 4703.0, 4655.0, 4645.0, 4655.0, 4651.0, 4654.0, 4665.0, 4656.0, 4667.0, 4669.0, 4670.0, 4681.0, 4682.0, 4684.0, 4682.0, 4693.0, 4691.0, 4692.0, 4682.0, 4692.0, 4683.0, 4731.0, 4671.0, 4709.0, 4709.0, 4678.0, 4705.0, 4657.0, 4680.0, 4682.0, 4681.0, 4678.0, 4668.0, 4681.0, 4682.0, 4690.0, 4683.0, 4692.0, 4696.0, 4705.0, 4699.0, 4705.0, 4697.0, 4693.0, 4694.0, 4745.0, 4731.0, 4670.0, 4689.0, 4718.0, 4669.0, 4666.0, 4666.0, 4669.0, 4676.0, 4678.0, 4668.0, 4677.0, 4670.0, 4669.0, 4681.0, 4689.0, 4681.0, 4693.0, 4741.0, 4683.0, 4680.0, 4681.0, 4680.0, 4680.0, 4690.0, 4693.0, 4693.0, 4693.0, 4684.0, 4694.0, 4697.0, 4734.0, 4694.0, 4703.0, 4695.0, 4713.0, 4694.0, 4686.0, 4752.0, 4703.0, 4721.0, 4682.0, 4690.0, 4691.0, 4684.0, 4692.0, 4684.0, 4683.0, 4693.0, 4684.0, 4695.0, 4709.0, 4718.0, 4697.0, 4698.0, 4697.0, 4708.0, 4728.0, 4710.0, 4707.0, 4707.0, 4697.0, 4696.0, 4766.0, 4694.0, 4715.0, 4733.0, 4703.0, 4743.0, 4682.0, 4719.0, 4680.0, 4720.0, 4690.0, 4670.0, 4739.0, 4680.0, 4707.0, 4668.0, 4680.0, 4672.0, 4699.0, 4672.0, 4678.0, 4669.0, 4678.0, 4679.0, 4679.0, 4667.0, 4670.0, 4656.0, 4669.0, 4667.0, 4679.0, 4677.0, 4669.0, 4680.0, 4681.0, 4682.0, 4705.0, 4684.0, 4695.0, 4705.0, 4718.0, 4711.0, 4719.0, 4699.0, 4706.0, 4718.0, 4718.0, 4708.0, 4718.0, 4707.0, 4706.0, 4717.0, 4744.0, 4716.0, 4704.0, 4695.0, 4694.0, 4694.0, 4755.0, 4728.0, 4725.0, 4746.0, 4694.0, 4702.0, 4694.0, 4693.0, 4693.0, 4692.0, 4693.0, 4714.0, 4680.0, 4723.0, 4730.0, 4719.0, 4726.0, 4656.0, 4695.0, 4682.0, 4651.0, 4700.0, 4650.0, 4679.0, 4627.0, 4649.0, 4638.0, 4641.0, 4639.0, 4641.0, 4662.0, 4654.0, 4663.0, 4664.0, 4677.0, 4677.0, 4675.0, 4667.0, 4669.0, 4669.0, 4678.0, 4667.0, 4677.0, 4668.0, 4679.0, 4682.0, 4691.0, 4683.0, 4692.0, 4682.0, 4691.0, 4681.0, 4690.0, 4670.0, 4700.0, 4709.0, 4689.0, 4728.0, 4719.0, 4730.0, 4666.0, 4694.0, 4653.0, 4653.0, 4651.0, 4654.0, 4654.0, 4657.0, 4675.0, 4691.0, 4679.0, 4681.0, 4679.0, 4682.0, 4680.0, 4692.0, 4694.0, 4705.0], 'WindowWidth': [10377.0, 10369.0, 10327.0, 10342.0, 10339.0, 10392.0, 10331.0, 10353.0, 10359.0, 10383.0, 10353.0, 10367.0, 10366.0, 10364.0, 10374.0, 10398.0, 10368.0, 10359.0, 10368.0, 10365.0, 10358.0, 10349.0, 10431.0, 10368.0, 10381.0, 10323.0, 10362.0, 10327.0, 10384.0, 10319.0, 10363.0, 10315.0, 10316.0, 10368.0, 10292.0, 10297.0, 10349.0, 10294.0, 10303.0, 10273.0, 10278.0, 10300.0, 10279.0, 10275.0, 10296.0, 10296.0, 10315.0, 10315.0, 10314.0, 10321.0, 10377.0, 10317.0, 10326.0, 10311.0, 10309.0, 10310.0, 10299.0, 10298.0, 10299.0, 10363.0, 10366.0, 10323.0, 10290.0, 10288.0, 10292.0, 10287.0, 10296.0, 10315.0, 10313.0, 10298.0, 10295.0, 10298.0, 10295.0, 10313.0, 10305.0, 10321.0, 10322.0, 10318.0, 10323.0, 10319.0, 10323.0, 10307.0, 10342.0, 10326.0, 10334.0, 10344.0, 10344.0, 10364.0, 10343.0, 10345.0, 10329.0, 10343.0, 10340.0, 10345.0, 10335.0, 10361.0, 10346.0, 10339.0, 10342.0, 10331.0, 10374.0, 10320.0, 10362.0, 10305.0, 10300.0, 10312.0, 10318.0, 10317.0, 10328.0, 10323.0, 10343.0, 10342.0, 10345.0, 10346.0, 10343.0, 10347.0, 10372.0, 10349.0, 10361.0, 10341.0, 10330.0, 10399.0, 10344.0, 10366.0, 10342.0, 10326.0, 10323.0, 10346.0, 10358.0, 10332.0, 10381.0, 10340.0, 10339.0, 10343.0, 10334.0, 10411.0, 10364.0, 10358.0, 10322.0, 10332.0, 10343.0, 10325.0, 10343.0, 10345.0, 10359.0, 10347.0, 10368.0, 10398.0, 10390.0, 10374.0, 10378.0, 10364.0, 10349.0, 10367.0, 10337.0, 10345.0, 10337.0, 10400.0, 10373.0, 10350.0, 10328.0, 10325.0, 10318.0, 10306.0, 10392.0, 10294.0, 10283.0, 10360.0, 10275.0, 10290.0, 10312.0, 10307.0, 10290.0, 10298.0, 10319.0, 10354.0, 10343.0, 10343.0, 10341.0, 10344.0, 10389.0, 10381.0, 10337.0, 10300.0, 10301.0, 10304.0, 10320.0, 10300.0, 10337.0, 10295.0, 10321.0, 10335.0, 10331.0, 10364.0, 10317.0, 10313.0, 10335.0, 10312.0, 10316.0, 10302.0, 10368.0, 10345.0, 10340.0, 10316.0, 10317.0, 10306.0, 10307.0, 10282.0, 10270.0, 10306.0, 10317.0, 10306.0, 10299.0, 10305.0, 10298.0, 10302.0, 10299.0, 10295.0, 10288.0, 10333.0, 10284.0, 10318.0, 10277.0, 10276.0, 10327.0, 10299.0, 10295.0, 10257.0, 10254.0, 10267.0, 10257.0, 10272.0, 10279.0, 10279.0, 10285.0, 10295.0, 10309.0, 10307.0, 10325.0, 10319.0, 10324.0, 10342.0, 10362.0, 10287.0, 10282.0, 10277.0, 10278.0, 10301.0, 10279.0, 10299.0, 10297.0, 10277.0, 10272.0, 10277.0, 10259.0, 10270.0, 10279.0, 10349.0, 10278.0, 10274.0, 10290.0, 10281.0, 10312.0, 10335.0, 10322.0, 10325.0, 10339.0, 10345.0, 10324.0, 10347.0, 10340.0, 10366.0, 10326.0, 10336.0, 10332.0, 10325.0, 10324.0, 10322.0, 10315.0, 10319.0, 10305.0, 10320.0, 10321.0, 10323.0, 10334.0, 10322.0, 10322.0, 10322.0, 10312.0, 10369.0, 10308.0, 10388.0, 10348.0, 10356.0, 10296.0, 10316.0, 10363.0, 10303.0, 10352.0, 10274.0, 10277.0, 10343.0, 10253.0, 10260.0, 10336.0, 10255.0, 10263.0, 10267.0, 10258.0, 10280.0, 10289.0, 10295.0, 10303.0, 10318.0, 10324.0, 10325.0, 10350.0, 10332.0, 10344.0, 10344.0, 10344.0, 10331.0, 10321.0, 10310.0, 10382.0, 10318.0, 10291.0, 10365.0, 10285.0, 10298.0, 10301.0, 10282.0, 10303.0, 10306.0, 10322.0, 10327.0, 10350.0, 10350.0, 10365.0, 10351.0, 10362.0, 10331.0, 10353.0, 10362.0, 10351.0, 10391.0, 10355.0, 10387.0, 10338.0, 10348.0, 10313.0, 10347.0, 10366.0, 10353.0, 10313.0, 10260.0, 10345.0, 10317.0, 10348.0, 10268.0, 10258.0, 10285.0, 10237.0, 10249.0, 10273.0, 10254.0, 10292.0, 10316.0, 10321.0, 10303.0, 10303.0, 10316.0, 10317.0, 10343.0, 10362.0, 10365.0, 10364.0, 10389.0, 10318.0, 10309.0, 10355.0, 10293.0, 10329.0, 10329.0, 10310.0, 10294.0, 10227.0, 10217.0, 10293.0, 10220.0, 10253.0, 10305.0, 10255.0, 10277.0, 10226.0, 10222.0, 10222.0, 10222.0, 10224.0, 10231.0, 10299.0, 10225.0, 10210.0, 10205.0, 10212.0, 10224.0, 10244.0, 10243.0, 10249.0, 10236.0, 10267.0, 10255.0, 10311.0, 10248.0, 10235.0, 10301.0, 10242.0, 10229.0, 10275.0, 10223.0, 10213.0, 10268.0, 10282.0, 10270.0, 10257.0, 10274.0, 10292.0, 10292.0, 10298.0, 10296.0, 10301.0, 10314.0, 10323.0, 10295.0, 10320.0, 10323.0, 10320.0, 10341.0, 10403.0, 10354.0, 10364.0, 10322.0, 10327.0, 10316.0, 10304.0, 10318.0, 10306.0, 10316.0, 10307.0, 10299.0, 10300.0, 10347.0, 10304.0, 10330.0, 10300.0, 10296.0, 10301.0, 10296.0, 10301.0, 10298.0, 10320.0, 10318.0, 10324.0, 10316.0, 10322.0, 10303.0, 10320.0, 10303.0, 10338.0, 10327.0, 10342.0, 10327.0, 10342.0, 10310.0, 10340.0, 10340.0, 10343.0, 10353.0, 10325.0, 10326.0, 10320.0, 10324.0, 10413.0, 10379.0, 10329.0, 10309.0, 10305.0, 10305.0, 10305.0, 10299.0, 10325.0, 10315.0, 10347.0, 10322.0, 10347.0, 10359.0, 10315.0, 10383.0, 10307.0, 10364.0, 10286.0, 10361.0, 10269.0, 10339.0, 10301.0, 10272.0, 10306.0, 10221.0, 10272.0, 10214.0, 10240.0, 10225.0, 10200.0, 10220.0, 10202.0, 10229.0, 10238.0, 10273.0, 10276.0, 10273.0, 10277.0, 10288.0, 10301.0, 10305.0, 10305.0, 10309.0, 10310.0, 10325.0, 10309.0, 10311.0, 10286.0, 10305.0, 10292.0, 10370.0, 10332.0, 10339.0, 10273.0, 10296.0, 10265.0, 10279.0, 10291.0, 10264.0, 10315.0, 10266.0, 10250.0, 10268.0, 10277.0, 10266.0, 10258.0, 10330.0, 10277.0, 10301.0, 10241.0, 10246.0, 10306.0, 10239.0, 10242.0, 10236.0, 10225.0, 10290.0, 10238.0, 10222.0, 10237.0, 10224.0, 10262.0, 10242.0, 10240.0, 10263.0, 10246.0, 10267.0, 10281.0, 10281.0, 10280.0, 10272.0, 10273.0, 10358.0, 10256.0, 10246.0, 10290.0, 10240.0, 10225.0, 10239.0, 10255.0, 10284.0, 10283.0, 10288.0, 10282.0, 10285.0, 10283.0, 10286.0, 10282.0, 10284.0, 10288.0, 10293.0, 10331.0, 10295.0, 10306.0, 10277.0, 10282.0, 10285.0, 10326.0, 10273.0, 10339.0, 10249.0, 10336.0, 10280.0, 10343.0, 10287.0, 10334.0, 10258.0, 10259.0, 10255.0, 10240.0, 10273.0, 10231.0, 10336.0, 10313.0, 10277.0, 10317.0, 10220.0, 10228.0, 10182.0, 10198.0, 10233.0, 10214.0, 10296.0, 10271.0, 10262.0, 10200.0, 10187.0, 10198.0, 10189.0, 10196.0, 10210.0, 10202.0, 10219.0, 10223.0, 10227.0, 10248.0, 10249.0, 10254.0, 10249.0, 10265.0, 10260.0, 10263.0, 10249.0, 10260.0, 10248.0, 10313.0, 10229.0, 10281.0, 10278.0, 10234.0, 10268.0, 10204.0, 10241.0, 10249.0, 10245.0, 10237.0, 10224.0, 10245.0, 10250.0, 10260.0, 10252.0, 10264.0, 10272.0, 10287.0, 10285.0, 10290.0, 10276.0, 10268.0, 10270.0, 10341.0, 10321.0, 10226.0, 10250.0, 10291.0, 10224.0, 10217.0, 10217.0, 10224.0, 10231.0, 10236.0, 10222.0, 10233.0, 10228.0, 10226.0, 10246.0, 10254.0, 10246.0, 10266.0, 10329.0, 10251.0, 10242.0, 10243.0, 10241.0, 10242.0, 10259.0, 10266.0, 10265.0, 10266.0, 10255.0, 10267.0, 10277.0, 10324.0, 10270.0, 10280.0, 10272.0, 10295.0, 10267.0, 10260.0, 10350.0, 10279.0, 10302.0, 10248.0, 10259.0, 10261.0, 10254.0, 10264.0, 10255.0, 10251.0, 10266.0, 10256.0, 10274.0, 10301.0, 10312.0, 10279.0, 10281.0, 10277.0, 10294.0, 10324.0, 10303.0, 10295.0, 10294.0, 10277.0, 10276.0, 10374.0, 10271.0, 10300.0, 10320.0, 10278.0, 10333.0, 10248.0, 10297.0, 10241.0, 10297.0, 10255.0, 10228.0, 10322.0, 10242.0, 10275.0, 10224.0, 10241.0, 10234.0, 10268.0, 10230.0, 10236.0, 10224.0, 10235.0, 10240.0, 10239.0, 10220.0, 10225.0, 10203.0, 10223.0, 10221.0, 10241.0, 10235.0, 10226.0, 10241.0, 10246.0, 10252.0, 10285.0, 10257.0, 10272.0, 10284.0, 10309.0, 10308.0, 10314.0, 10285.0, 10288.0, 10310.0, 10310.0, 10295.0, 10311.0, 10295.0, 10289.0, 10307.0, 10342.0, 10303.0, 10284.0, 10273.0, 10271.0, 10270.0, 10358.0, 10324.0, 10315.0, 10346.0, 10269.0, 10275.0, 10265.0, 10267.0, 10267.0, 10263.0, 10267.0, 10297.0, 10241.0, 10306.0, 10310.0, 10293.0, 10301.0, 10201.0, 10253.0, 10226.0, 10186.0, 10252.0, 10181.0, 10223.0, 10148.0, 10179.0, 10164.0, 10172.0, 10168.0, 10172.0, 10203.0, 10195.0, 10207.0, 10213.0, 10235.0, 10234.0, 10228.0, 10218.0, 10223.0, 10225.0, 10235.0, 10219.0, 10232.0, 10222.0, 10237.0, 10246.0, 10258.0, 10251.0, 10264.0, 10252.0, 10259.0, 10246.0, 10256.0, 10227.0, 10270.0, 10277.0, 10252.0, 10303.0, 10293.0, 10312.0, 10216.0, 10249.0, 10192.0, 10192.0, 10186.0, 10196.0, 10195.0, 10203.0, 10229.0, 10258.0, 10241.0, 10246.0, 10243.0, 10250.0, 10245.0, 10265.0, 10268.0, 10288.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.000836295871559633</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.04587069025229358</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.996974406268635</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1084590891159583</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9336622639839275</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4958</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4126.5547</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10018885709058</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>46</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>5.275229357798165</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.9269561837912996</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.853864568322203</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>3.238478104606847</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.68852587844485</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0164093</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016643095761537552</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.027321707457304</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>872</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.4539406007455367</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>25.2548</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>63.9457</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>222.0108</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>63.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>293830.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>992.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>388.8173</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.4768</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>661.9529</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3761.5762</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4066.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>82714.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>864.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5081.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1177.199</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>28.913703847210854</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> |