=== 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-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0020_ses-01_task-social_acq-mb8_run-01_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-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-01_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-01_desc-stdev_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_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-01_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-01_desc-background_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_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-01_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-01_desc-zoomed_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_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-01_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-01_desc-carpet_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-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-01_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-01_desc-mean_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-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-01_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-01_desc-brainmask_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_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-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0020/ses-01/func/sub-0020_ses-01_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>28bafdb28107a00ea3a9524738dfff8c</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:12:42.072500</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', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.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-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[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.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>245.349</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>84c03b2c-5156-46da-a126-e27102f8eb0f||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': ['101242.072500', '101242.532500', '101242.992500', '101243.452500', '101243.912500', '101244.372500', '101244.832500', '101245.292500', '101245.752500', '101246.212500', '101246.672500', '101247.132500', '101247.592500', '101248.052500', '101248.512500', '101248.972500', '101249.432500', '101249.892500', '101250.352500', '101250.812500', '101251.272500', '101251.732500', '101252.192500', '101252.652500', '101253.112500', '101253.572500', '101254.032500', '101254.492500', '101254.952500', '101255.412500', '101255.872500', '101256.332500', '101256.792500', '101257.252500', '101257.712500', '101258.172500', '101258.632500', '101259.092500', '101259.552500', '101300.012500', '101300.472500', '101300.932500', '101301.392500', '101301.852500', '101302.312500', '101302.772500', '101303.232500', '101303.692500', '101304.152500', '101304.612500', '101305.072500', '101305.532500', '101305.992500', '101306.452500', '101306.912500', '101307.372500', '101307.832500', '101308.292500', '101308.752500', '101309.212500', '101309.672500', '101310.132500', '101310.592500', '101311.052500', '101311.512500', '101311.972500', '101312.432500', '101312.892500', '101313.352500', '101313.812500', '101314.272500', '101314.732500', '101315.192500', '101315.652500', '101316.112500', '101316.572500', '101317.032500', '101317.492500', '101317.952500', '101318.412500', '101318.872500', '101319.332500', '101319.792500', '101320.252500', '101320.712500', '101321.172500', '101321.632500', '101322.092500', '101322.552500', '101323.012500', '101323.472500', '101323.932500', '101324.392500', '101324.852500', '101325.312500', '101325.772500', '101326.232500', '101326.692500', '101327.152500', '101327.612500', '101328.072500', '101328.532500', '101328.992500', '101329.452500', '101329.912500', '101330.372500', '101330.832500', '101331.292500', '101331.752500', '101332.212500', '101332.672500', '101333.132500', '101333.592500', '101334.052500', '101334.512500', '101334.972500', '101335.432500', '101335.892500', '101336.352500', '101336.812500', '101337.272500', '101337.732500', '101338.192500', '101338.652500', '101339.112500', '101339.572500', '101340.032500', '101340.492500', '101340.952500', '101341.412500', '101341.872500', '101342.332500', '101342.792500', '101343.252500', '101343.712500', '101344.172500', '101344.632500', '101345.092500', '101345.552500', '101346.012500', '101346.472500', '101346.932500', '101347.392500', '101347.852500', '101348.312500', '101348.772500', '101349.232500', '101349.692500', '101350.152500', '101350.612500', '101351.072500', '101351.532500', '101351.992500', '101352.452500', '101352.912500', '101353.372500', '101353.832500', '101354.292500', '101354.752500', '101355.212500', '101355.672500', '101356.132500', '101356.592500', '101357.052500', '101357.512500', '101357.972500', '101358.432500', '101358.892500', '101359.352500', '101359.812500', '101400.272500', '101400.732500', '101401.192500', '101401.652500', '101402.112500', '101402.572500', '101403.032500', '101403.492500', '101403.952500', '101404.412500', '101404.872500', '101405.332500', '101405.792500', '101406.252500', '101406.712500', '101407.172500', '101407.632500', '101408.092500', '101408.552500', '101409.012500', '101409.472500', '101409.932500', '101410.392500', '101410.852500', '101411.312500', '101411.772500', '101412.232500', '101412.692500', '101413.152500', '101413.612500', '101414.072500', '101414.532500', '101414.992500', '101415.452500', '101415.912500', '101416.372500', '101416.832500', '101417.292500', '101417.752500', '101418.212500', '101418.672500', '101419.132500', '101419.592500', '101420.052500', '101420.512500', '101420.972500', '101421.432500', '101421.892500', '101422.352500', '101422.812500', '101423.272500', '101423.732500', '101424.192500', '101424.652500', '101425.112500', '101425.572500', '101426.032500', '101426.492500', '101426.952500', '101427.412500', '101427.872500', '101428.332500', '101428.792500', '101429.252500', '101429.712500', '101430.172500', '101430.632500', '101431.092500', '101431.552500', '101432.012500', '101432.472500', '101432.932500', '101433.392500', '101433.852500', '101434.312500', '101434.772500', '101435.232500', '101435.692500', '101436.152500', '101436.612500', '101437.072500', '101437.532500', '101437.992500', '101438.452500', '101438.912500', '101439.372500', '101439.832500', '101440.292500', '101440.752500', '101441.212500', '101441.672500', '101442.132500', '101442.592500', '101443.052500', '101443.512500', '101443.972500', '101444.432500', '101444.892500', '101445.352500', '101445.812500', '101446.272500', '101446.732500', '101447.192500', '101447.652500', '101448.112500', '101448.572500', '101449.032500', '101449.492500', '101449.952500', '101450.412500', '101450.872500', '101451.332500', '101451.792500', '101452.252500', '101452.712500', '101453.172500', '101453.632500', '101454.092500', '101454.552500', '101455.012500', '101455.472500', '101455.932500', '101456.392500', '101456.852500', '101457.312500', '101457.772500', '101458.232500', '101458.692500', '101459.152500', '101459.612500', '101500.072500', '101500.532500', '101500.992500', '101501.452500', '101501.912500', '101502.372500', '101502.832500', '101503.292500', '101503.752500', '101504.212500', '101504.672500', '101505.132500', '101505.592500', '101506.052500', '101506.512500', '101506.972500', '101507.432500', '101507.892500', '101508.352500', '101508.812500', '101509.272500', '101509.732500', '101510.192500', '101510.652500', '101511.112500', '101511.572500', '101512.032500', '101512.492500', '101512.952500', '101513.412500', '101513.872500', '101514.332500', '101514.792500', '101515.252500', '101515.712500', '101516.172500', '101516.632500', '101517.092500', '101517.552500', '101518.012500', '101518.472500', '101518.932500', '101519.392500', '101519.852500', '101520.312500', '101520.772500', '101521.232500', '101521.692500', '101522.152500', '101522.612500', '101523.072500', '101523.532500', '101523.992500', '101524.452500', '101524.912500', '101525.372500', '101525.832500', '101526.292500', '101526.752500', '101527.212500', '101527.672500', '101528.132500', '101528.592500', '101529.052500', '101529.512500', '101529.972500', '101530.432500', '101530.892500', '101531.352500', '101531.812500', '101532.272500', '101532.732500', '101533.192500', '101533.652500', '101534.112500', '101534.572500', '101535.032500', '101535.492500', '101535.952500', '101536.412500', '101536.872500', '101537.332500', '101537.792500', '101538.252500', '101538.712500', '101539.172500', '101539.632500', '101540.092500', '101540.552500', '101541.012500', '101541.472500', '101541.932500', '101542.392500', '101542.852500', '101543.312500', '101543.772500', '101544.232500', '101544.692500', '101545.152500', '101545.612500', '101546.072500', '101546.532500', '101546.992500', '101547.452500', '101547.912500', '101548.372500', '101548.832500', '101549.292500', '101549.752500', '101550.212500', '101550.672500', '101551.132500', '101551.592500', '101552.052500', '101552.512500', '101552.972500', '101553.432500', '101553.892500', '101554.352500', '101554.812500', '101555.272500', '101555.732500', '101556.192500', '101556.652500', '101557.112500', '101557.572500', '101558.032500', '101558.492500', '101558.952500', '101559.412500', '101559.872500', '101600.332500', '101600.792500', '101601.252500', '101601.712500', '101602.172500', '101602.632500', '101603.092500', '101603.552500', '101604.012500', '101604.472500', '101604.932500', '101605.392500', '101605.852500', '101606.312500', '101606.772500', '101607.232500', '101607.692500', '101608.152500', '101608.612500', '101609.072500', '101609.532500', '101609.992500', '101610.452500', '101610.912500', '101611.372500', '101611.832500', '101612.292500', '101612.752500', '101613.212500', '101613.672500', '101614.132500', '101614.592500', '101615.052500', '101615.512500', '101615.972500', '101616.432500', '101616.892500', '101617.352500', '101617.812500', '101618.272500', '101618.732500', '101619.192500', '101619.652500', '101620.112500', '101620.572500', '101621.032500', '101621.492500', '101621.952500', '101622.412500', '101622.872500', '101623.332500', '101623.792500', '101624.252500', '101624.712500', '101625.172500', '101625.632500', '101626.092500', '101626.552500', '101627.012500', '101627.472500', '101627.932500', '101628.392500', '101628.852500', '101629.312500', '101629.772500', '101630.232500', '101630.692500', '101631.152500', '101631.612500', '101632.072500', '101632.532500', '101632.992500', '101633.452500', '101633.912500', '101634.372500', '101634.832500', '101635.292500', '101635.752500', '101636.212500', '101636.672500', '101637.132500', '101637.592500', '101638.052500', '101638.512500', '101638.972500', '101639.432500', '101639.892500', '101640.352500', '101640.812500', '101641.272500', '101641.732500', '101642.192500', '101642.652500', '101643.112500', '101643.572500', '101644.032500', '101644.492500', '101644.952500', '101645.412500', '101645.872500', '101646.332500', '101646.792500', '101647.252500', '101647.712500', '101648.172500', '101648.632500', '101649.092500', '101649.552500', '101650.012500', '101650.472500', '101650.932500', '101651.392500', '101651.852500', '101652.312500', '101652.772500', '101653.232500', '101653.692500', '101654.152500', '101654.612500', '101655.072500', '101655.532500', '101655.992500', '101656.452500', '101656.912500', '101657.372500', '101657.832500', '101658.292500', '101658.752500', '101659.212500', '101659.672500', '101700.132500', '101700.592500', '101701.052500', '101701.512500', '101701.972500', '101702.432500', '101702.892500', '101703.352500', '101703.812500', '101704.272500', '101704.732500', '101705.192500', '101705.652500', '101706.112500', '101706.572500', '101707.032500', '101707.492500', '101707.952500', '101708.412500', '101708.872500', '101709.332500', '101709.792500', '101710.252500', '101710.712500', '101711.172500', '101711.632500', '101712.092500', '101712.552500', '101713.012500', '101713.472500', '101713.932500', '101714.392500', '101714.852500', '101715.312500', '101715.772500', '101716.232500', '101716.692500', '101717.152500', '101717.612500', '101718.072500', '101718.532500', '101718.992500', '101719.452500', '101719.912500', '101720.372500', '101720.832500', '101721.292500', '101721.752500', '101722.212500', '101722.672500', '101723.132500', '101723.592500', '101724.052500', '101724.512500', '101724.972500', '101725.432500', '101725.892500', '101726.352500', '101726.812500', '101727.272500', '101727.732500', '101728.192500', '101728.652500', '101729.112500', '101729.572500', '101730.032500', '101730.492500', '101730.952500', '101731.412500', '101731.872500', '101732.332500', '101732.792500', '101733.252500', '101733.712500', '101734.172500', '101734.632500', '101735.092500', '101735.552500', '101736.012500', '101736.472500', '101736.932500', '101737.392500', '101737.852500', '101738.312500', '101738.772500', '101739.232500', '101739.692500', '101740.152500', '101740.612500', '101741.072500', '101741.532500', '101741.992500', '101742.452500', '101742.912500', '101743.372500', '101743.832500', '101744.292500', '101744.752500', '101745.212500', '101745.672500', '101746.132500', '101746.592500', '101747.052500', '101747.512500', '101747.972500', '101748.432500', '101748.892500', '101749.352500', '101749.812500', '101750.272500', '101750.732500', '101751.192500', '101751.652500', '101752.112500', '101752.572500', '101753.032500', '101753.492500', '101753.952500', '101754.412500', '101754.872500', '101755.332500', '101755.792500', '101756.252500', '101756.712500', '101757.172500', '101757.632500', '101758.092500', '101758.552500', '101759.012500', '101759.472500', '101759.932500', '101800.392500', '101800.852500', '101801.312500', '101801.772500', '101802.232500', '101802.692500', '101803.152500', '101803.612500', '101804.072500', '101804.532500', '101804.992500', '101805.452500', '101805.912500', '101806.372500', '101806.832500', '101807.292500', '101807.752500', '101808.212500', '101808.672500', '101809.132500', '101809.592500', '101810.052500', '101810.512500', '101810.972500', '101811.432500', '101811.892500', '101812.352500', '101812.812500', '101813.272500', '101813.732500', '101814.192500', '101814.652500', '101815.112500', '101815.572500', '101816.032500', '101816.492500', '101816.952500', '101817.412500', '101817.872500', '101818.332500', '101818.792500', '101819.252500', '101819.712500', '101820.172500', '101820.632500', '101821.092500', '101821.552500', '101822.012500', '101822.472500', '101822.932500', '101823.392500', '101823.852500', '101824.312500', '101824.772500', '101825.232500', '101825.692500', '101826.152500', '101826.612500', '101827.072500', '101827.532500', '101827.992500', '101828.452500', '101828.912500', '101829.372500', '101829.832500', '101830.292500', '101830.752500', '101831.212500', '101831.672500', '101832.132500', '101832.592500', '101833.052500', '101833.512500', '101833.972500', '101834.432500', '101834.892500', '101835.352500', '101835.812500', '101836.272500', '101836.732500', '101837.192500', '101837.652500', '101838.112500', '101838.572500', '101839.032500', '101839.492500', '101839.952500', '101840.412500', '101840.872500', '101841.332500', '101841.792500', '101842.252500', '101842.712500', '101843.172500', '101843.632500', '101844.092500', '101844.552500', '101845.012500', '101845.472500', '101845.932500', '101846.392500', '101846.852500', '101847.312500', '101847.772500', '101848.232500', '101848.692500', '101849.152500', '101849.612500', '101850.072500', '101850.532500', '101850.992500', '101851.452500', '101851.912500', '101852.372500', '101852.832500', '101853.292500', '101853.752500', '101854.212500', '101854.672500', '101855.132500', '101855.592500', '101856.052500', '101856.512500', '101856.972500', '101857.432500', '101857.892500', '101858.352500', '101858.812500', '101859.272500', '101859.732500', '101900.192500', '101900.652500', '101901.112500', '101901.572500', '101902.032500', '101902.492500', '101902.952500', '101903.412500', '101903.872500', '101904.332500', '101904.792500', '101905.252500', '101905.712500', '101906.172500', '101906.632500', '101907.092500', '101907.552500', '101908.012500', '101908.472500', '101908.932500', '101909.392500', '101909.852500', '101910.312500', '101910.772500', '101911.232500', '101911.692500', '101912.152500', '101912.612500', '101913.072500', '101913.532500', '101913.992500', '101914.452500', '101914.912500', '101915.372500', '101915.832500', '101916.292500', '101916.752500', '101917.212500', '101917.672500', '101918.132500', '101918.592500', '101919.052500', '101919.512500', '101919.972500', '101920.432500', '101920.892500', '101921.352500', '101921.812500', '101922.272500', '101922.732500'], 'ContentTime': ['101303.510000', '101303.514000', '101303.517000', '101303.519000', '101303.522000', '101303.525000', '101303.528000', '101303.531000', '101303.533000', '101303.536000', '101303.539000', '101303.542000', '101303.550000', '101303.553000', '101303.556000', '101303.558000', '101303.561000', '101303.564000', '101303.567000', '101303.570000', '101303.573000', '101303.576000', '101303.578000', '101303.581000', '101303.584000', '101303.587000', '101303.590000', '101303.593000', '101303.595000', '101303.598000', '101303.601000', '101303.604000', '101303.607000', '101303.609000', '101303.613000', '101303.616000', '101303.619000', '101303.622000', '101303.624000', '101303.627000', '101303.630000', '101303.633000', '101303.636000', '101303.639000', '101323.472000', '101323.475000', '101323.478000', '101323.481000', '101323.483000', '101323.486000', '101323.489000', '101323.492000', '101323.495000', '101323.497000', '101323.500000', '101323.503000', '101323.506000', '101323.509000', '101323.511000', '101323.514000', '101323.517000', '101323.520000', '101323.523000', '101323.525000', '101323.528000', '101323.531000', '101323.534000', '101323.537000', '101323.539000', '101323.542000', '101323.545000', '101323.548000', '101323.551000', '101323.554000', '101323.556000', '101323.559000', '101323.562000', '101323.565000', '101323.568000', '101323.571000', '101323.573000', '101323.576000', '101323.579000', '101323.582000', '101323.585000', '101323.588000', '101323.590000', '101343.471000', '101343.474000', '101343.477000', '101343.479000', '101343.482000', '101343.485000', '101343.488000', '101343.491000', '101343.493000', '101343.496000', '101343.499000', '101343.502000', '101343.505000', '101343.507000', '101343.510000', '101343.513000', '101343.516000', '101343.519000', '101343.521000', '101343.524000', '101343.527000', '101343.530000', '101343.533000', '101343.535000', '101343.538000', '101343.541000', '101343.544000', '101343.547000', '101343.549000', '101343.562000', '101343.565000', '101343.568000', '101343.571000', '101343.574000', '101343.576000', '101343.579000', '101343.582000', '101343.585000', '101343.588000', '101343.590000', '101343.593000', '101343.596000', '101343.599000', '101343.602000', '101403.471000', '101403.474000', '101403.477000', '101403.480000', '101403.483000', '101403.486000', '101403.488000', '101403.491000', '101403.494000', '101403.511000', '101403.514000', '101403.516000', '101403.519000', '101403.522000', '101403.525000', '101403.528000', '101403.531000', '101403.533000', '101403.536000', '101403.539000', '101403.542000', '101403.545000', '101403.547000', '101403.550000', '101403.553000', '101403.556000', '101403.559000', '101403.562000', '101403.564000', '101403.567000', '101403.570000', '101403.573000', '101403.576000', '101403.578000', '101403.581000', '101403.584000', '101403.587000', '101403.590000', '101403.592000', '101403.595000', '101403.598000', '101403.601000', '101403.604000', '101423.471000', '101423.474000', '101423.477000', '101423.480000', '101423.483000', '101423.485000', '101423.488000', '101423.491000', '101423.494000', '101423.497000', '101423.500000', '101423.503000', '101423.506000', '101423.508000', '101423.511000', '101423.514000', '101423.517000', '101423.520000', '101423.523000', '101423.525000', '101423.528000', '101423.531000', '101423.534000', '101423.537000', '101423.540000', '101423.542000', '101423.545000', '101423.548000', '101423.551000', '101423.554000', '101423.557000', '101423.560000', '101423.562000', '101423.565000', '101423.568000', '101423.571000', '101423.574000', '101423.576000', '101423.579000', '101423.582000', '101423.585000', '101423.588000', '101423.591000', '101423.604000', '101443.472000', '101443.475000', '101443.478000', '101443.481000', '101443.483000', '101443.486000', '101443.489000', '101443.492000', '101443.495000', '101443.500000', '101443.503000', '101443.506000', '101443.509000', '101443.511000', '101443.514000', '101443.517000', '101443.520000', '101443.522000', '101443.525000', '101443.528000', '101443.531000', '101443.534000', '101443.537000', '101443.539000', '101443.542000', '101443.545000', '101443.548000', '101443.551000', '101443.554000', '101443.556000', '101443.559000', '101443.562000', '101443.565000', '101443.568000', '101443.570000', '101443.573000', '101443.576000', '101443.579000', '101443.584000', '101443.587000', '101443.589000', '101443.592000', '101443.595000', '101503.472000', '101503.475000', '101503.478000', '101503.480000', '101503.483000', '101503.486000', '101503.489000', '101503.492000', '101503.495000', '101503.497000', '101503.500000', '101503.503000', '101503.506000', '101503.509000', '101503.512000', '101503.515000', '101503.517000', '101503.520000', '101503.523000', '101503.526000', '101503.529000', '101503.531000', '101503.534000', '101503.537000', '101503.540000', '101503.543000', '101503.545000', '101503.548000', '101503.551000', '101503.554000', '101503.557000', '101503.560000', '101503.562000', '101503.565000', '101503.568000', '101503.571000', '101503.574000', '101503.577000', '101503.579000', '101503.582000', '101503.585000', '101503.588000', '101503.591000', '101503.593000', '101523.472000', '101523.475000', '101523.478000', '101523.483000', '101523.486000', '101523.489000', '101523.492000', '101523.495000', '101523.498000', '101523.501000', '101523.504000', '101523.507000', '101523.510000', '101523.513000', '101523.516000', '101523.519000', '101523.522000', '101523.525000', '101523.528000', '101523.530000', '101523.533000', '101523.536000', '101523.539000', '101523.542000', '101523.545000', '101523.547000', '101523.550000', '101523.553000', '101523.556000', '101523.559000', '101523.562000', '101523.565000', '101523.567000', '101523.570000', '101523.588000', '101523.591000', '101523.594000', '101523.597000', '101523.599000', '101523.602000', '101523.605000', '101523.608000', '101523.611000', '101543.472000', '101543.475000', '101543.478000', '101543.481000', '101543.484000', '101543.487000', '101543.490000', '101543.493000', '101543.495000', '101543.498000', '101543.501000', '101543.504000', '101543.507000', '101543.510000', '101543.512000', '101543.515000', '101543.518000', '101543.521000', '101543.524000', '101543.527000', '101543.530000', '101543.533000', '101543.536000', '101543.539000', '101543.542000', '101543.545000', '101543.548000', '101543.551000', '101543.554000', '101543.557000', '101543.560000', '101543.562000', '101543.565000', '101543.568000', '101543.571000', '101543.574000', '101543.577000', '101543.580000', '101543.582000', '101543.585000', '101543.588000', '101543.591000', '101543.594000', '101543.597000', '101603.471000', '101603.474000', '101603.477000', '101603.480000', '101603.483000', '101603.485000', '101603.488000', '101603.491000', '101603.494000', '101603.497000', '101603.499000', '101603.502000', '101603.511000', '101603.514000', '101603.517000', '101603.520000', '101603.522000', '101603.525000', '101603.528000', '101603.531000', '101603.534000', '101603.537000', '101603.540000', '101603.543000', '101603.546000', '101603.548000', '101603.551000', '101603.554000', '101603.557000', '101603.560000', '101603.563000', '101603.565000', '101603.568000', '101603.571000', '101603.574000', '101603.577000', '101603.580000', '101603.582000', '101603.585000', '101603.588000', '101603.591000', '101603.594000', '101603.597000', '101623.471000', '101623.474000', '101623.477000', '101623.480000', '101623.482000', '101623.485000', '101623.488000', '101623.491000', '101623.494000', '101623.497000', '101623.499000', '101623.502000', '101623.505000', '101623.508000', '101623.511000', '101623.514000', '101623.516000', '101623.519000', '101623.522000', '101623.525000', '101623.528000', '101623.530000', '101623.533000', '101623.536000', '101623.539000', '101623.542000', '101623.545000', '101623.548000', '101623.550000', '101623.553000', '101623.556000', '101623.559000', '101623.562000', '101623.565000', '101623.567000', '101623.570000', '101623.573000', '101623.576000', '101623.579000', '101623.582000', '101623.584000', '101623.587000', '101623.590000', '101623.593000', '101643.471000', '101643.474000', '101643.477000', '101643.480000', '101643.482000', '101643.485000', '101643.489000', '101643.492000', '101643.495000', '101643.498000', '101643.501000', '101643.503000', '101643.506000', '101643.509000', '101643.512000', '101643.515000', '101643.517000', '101643.520000', '101643.523000', '101643.526000', '101643.529000', '101643.532000', '101643.535000', '101643.537000', '101643.540000', '101643.543000', '101643.546000', '101643.549000', '101643.552000', '101643.555000', '101643.558000', '101643.560000', '101643.563000', '101643.566000', '101643.569000', '101643.573000', '101643.576000', '101643.578000', '101643.581000', '101643.584000', '101643.587000', '101643.590000', '101643.593000', '101703.473000', '101703.477000', '101703.493000', '101703.496000', '101703.499000', '101703.501000', '101703.504000', '101703.507000', '101703.510000', '101703.513000', '101703.516000', '101703.518000', '101703.521000', '101703.524000', '101703.527000', '101703.530000', '101703.532000', '101703.535000', '101703.538000', '101703.541000', '101703.544000', '101703.547000', '101703.549000', '101703.552000', '101703.555000', '101703.558000', '101703.561000', '101703.564000', '101703.566000', '101703.569000', '101703.572000', '101703.575000', '101703.578000', '101703.581000', '101703.584000', '101703.586000', '101703.589000', '101703.592000', '101703.595000', '101703.598000', '101703.600000', '101703.603000', '101703.606000', '101703.609000', '101723.472000', '101723.475000', '101723.478000', '101723.481000', '101723.483000', '101723.486000', '101723.489000', '101723.492000', '101723.495000', '101723.498000', '101723.500000', '101723.503000', '101723.506000', '101723.509000', '101723.512000', '101723.515000', '101723.517000', '101723.521000', '101723.523000', '101723.526000', '101723.529000', '101723.532000', '101723.535000', '101723.538000', '101723.541000', '101723.544000', '101723.547000', '101723.550000', '101723.552000', '101723.555000', '101723.558000', '101723.561000', '101723.564000', '101723.567000', '101723.570000', '101723.572000', '101723.575000', '101723.578000', '101723.581000', '101723.584000', '101723.586000', '101723.589000', '101723.592000', '101743.472000', '101743.475000', '101743.478000', '101743.481000', '101743.483000', '101743.486000', '101743.489000', '101743.492000', '101743.495000', '101743.497000', '101743.500000', '101743.503000', '101743.506000', '101743.509000', '101743.512000', '101743.515000', '101743.517000', '101743.520000', '101743.523000', '101743.526000', '101743.529000', '101743.532000', '101743.535000', '101743.537000', '101743.540000', '101743.543000', '101743.546000', '101743.548000', '101743.551000', '101743.554000', '101743.557000', '101743.560000', '101743.563000', '101743.566000', '101743.569000', '101743.571000', '101743.574000', '101743.577000', '101743.580000', '101743.583000', '101743.585000', '101743.588000', '101743.591000', '101743.594000', '101803.472000', '101803.475000', '101803.478000', '101803.481000', '101803.484000', '101803.486000', '101803.489000', '101803.492000', '101803.495000', '101803.498000', '101803.500000', '101803.503000', '101803.506000', '101803.509000', '101803.512000', '101803.515000', '101803.517000', '101803.520000', '101803.523000', '101803.526000', '101803.530000', '101803.533000', '101803.535000', '101803.538000', '101803.541000', '101803.544000', '101803.547000', '101803.550000', '101803.552000', '101803.555000', '101803.558000', '101803.561000', '101803.564000', '101803.567000', '101803.569000', '101803.572000', '101803.575000', '101803.578000', '101803.581000', '101803.583000', '101803.586000', '101803.589000', '101803.592000', '101823.471000', '101823.474000', '101823.477000', '101823.480000', '101823.482000', '101823.485000', '101823.488000', '101823.492000', '101823.495000', '101823.498000', '101823.500000', '101823.503000', '101823.506000', '101823.509000', '101823.512000', '101823.514000', '101823.517000', '101823.520000', '101823.523000', '101823.526000', '101823.528000', '101823.531000', '101823.534000', '101823.537000', '101823.540000', '101823.542000', '101823.545000', '101823.563000', '101823.566000', '101823.569000', '101823.572000', '101823.575000', '101823.578000', '101823.580000', '101823.583000', '101823.586000', '101823.589000', '101823.592000', '101823.595000', '101823.597000', '101823.600000', '101823.603000', '101823.606000', '101823.609000', '101843.471000', '101843.474000', '101843.477000', '101843.480000', '101843.482000', '101843.485000', '101843.488000', '101843.491000', '101843.494000', '101843.496000', '101843.499000', '101843.502000', '101843.505000', '101843.508000', '101843.511000', '101843.514000', '101843.516000', '101843.519000', '101843.522000', '101843.525000', '101843.528000', '101843.530000', '101843.533000', '101843.536000', '101843.539000', '101843.542000', '101843.545000', '101843.548000', '101843.550000', '101843.553000', '101843.556000', '101843.559000', '101843.562000', '101843.564000', '101843.567000', '101843.570000', '101843.573000', '101843.576000', '101843.579000', '101843.581000', '101843.584000', '101843.587000', '101843.590000', '101903.471000', '101903.474000', '101903.477000', '101903.481000', '101903.484000', '101903.486000', '101903.489000', '101903.492000', '101903.495000', '101903.498000', '101903.500000', '101903.503000', '101903.506000', '101903.509000', '101903.512000', '101903.515000', '101903.517000', '101903.520000', '101903.523000', '101903.526000', '101903.529000', '101903.531000', '101903.534000', '101903.537000', '101903.540000', '101903.543000', '101903.546000', '101903.549000', '101903.551000', '101903.554000', '101903.557000', '101903.560000', '101903.563000', '101903.566000', '101903.568000', '101903.571000', '101903.574000', '101903.577000', '101903.580000', '101903.583000', '101903.585000', '101903.588000', '101903.591000', '101903.594000', '101923.472000', '101923.475000', '101923.478000', '101923.481000', '101923.483000', '101923.486000', '101923.489000', '101923.492000', '101923.495000', '101923.498000', '101923.500000', '101923.503000', '101923.506000', '101923.509000', '101923.512000', '101923.514000', '101923.517000', '101923.520000', '101923.523000', '101923.526000', '101923.528000', '101923.531000', '101923.534000', '101923.537000', '101923.540000', '101923.543000', '101923.546000', '101923.548000', '101923.551000', '101923.554000', '101923.557000', '101923.560000', '101923.563000', '101923.567000', '101923.570000', '101923.573000', '101923.575000', '101923.578000', '101923.581000', '101923.584000', '101923.587000', '101923.590000', '101923.592000', '101924.149000', '101924.153000'], 'InstanceCreationTime': ['101303.510000', '101303.514000', '101303.517000', '101303.519000', '101303.522000', '101303.525000', '101303.528000', '101303.531000', '101303.533000', '101303.536000', '101303.539000', '101303.542000', '101303.550000', '101303.553000', '101303.556000', '101303.558000', '101303.561000', '101303.564000', '101303.567000', '101303.570000', '101303.573000', '101303.576000', '101303.578000', '101303.581000', '101303.584000', '101303.587000', '101303.590000', '101303.593000', '101303.595000', '101303.598000', '101303.601000', '101303.604000', '101303.607000', '101303.609000', '101303.613000', '101303.616000', '101303.619000', '101303.622000', '101303.624000', '101303.627000', '101303.630000', '101303.633000', '101303.636000', '101303.639000', '101323.472000', '101323.475000', '101323.478000', '101323.481000', '101323.483000', '101323.486000', '101323.489000', '101323.492000', '101323.495000', '101323.497000', '101323.500000', '101323.503000', '101323.506000', '101323.509000', '101323.511000', '101323.514000', '101323.517000', '101323.520000', '101323.523000', '101323.525000', '101323.528000', '101323.531000', '101323.534000', '101323.537000', '101323.539000', '101323.542000', '101323.545000', '101323.548000', '101323.551000', '101323.554000', '101323.556000', '101323.559000', '101323.562000', '101323.565000', '101323.568000', '101323.571000', '101323.573000', '101323.576000', '101323.579000', '101323.582000', '101323.585000', '101323.588000', '101323.590000', '101343.471000', '101343.474000', '101343.477000', '101343.479000', '101343.482000', '101343.485000', '101343.488000', '101343.491000', '101343.493000', '101343.496000', '101343.499000', '101343.502000', '101343.505000', '101343.507000', '101343.510000', '101343.513000', '101343.516000', '101343.519000', '101343.521000', '101343.524000', '101343.527000', '101343.530000', '101343.533000', '101343.535000', '101343.538000', '101343.541000', '101343.544000', '101343.547000', '101343.549000', '101343.562000', '101343.565000', '101343.568000', '101343.571000', '101343.574000', '101343.576000', '101343.579000', '101343.582000', '101343.585000', '101343.588000', '101343.590000', '101343.593000', '101343.596000', '101343.599000', '101343.602000', '101403.471000', '101403.474000', '101403.477000', '101403.480000', '101403.483000', '101403.486000', '101403.488000', '101403.491000', '101403.494000', '101403.511000', '101403.514000', '101403.516000', '101403.519000', '101403.522000', '101403.525000', '101403.528000', '101403.531000', '101403.533000', '101403.536000', '101403.539000', '101403.542000', '101403.545000', '101403.547000', '101403.550000', '101403.553000', '101403.556000', '101403.559000', '101403.562000', '101403.564000', '101403.567000', '101403.570000', '101403.573000', '101403.576000', '101403.578000', '101403.581000', '101403.584000', '101403.587000', '101403.590000', '101403.592000', '101403.595000', '101403.598000', '101403.601000', '101403.604000', '101423.471000', '101423.474000', '101423.477000', '101423.480000', '101423.483000', '101423.485000', '101423.488000', '101423.491000', '101423.494000', '101423.497000', '101423.500000', '101423.503000', '101423.506000', '101423.508000', '101423.511000', '101423.514000', '101423.517000', '101423.520000', '101423.523000', '101423.525000', '101423.528000', '101423.531000', '101423.534000', '101423.537000', '101423.540000', '101423.542000', '101423.545000', '101423.548000', '101423.551000', '101423.554000', '101423.557000', '101423.560000', '101423.562000', '101423.565000', '101423.568000', '101423.571000', '101423.574000', '101423.576000', '101423.579000', '101423.582000', '101423.585000', '101423.588000', '101423.591000', '101423.604000', '101443.472000', '101443.475000', '101443.478000', '101443.481000', '101443.483000', '101443.486000', '101443.489000', '101443.492000', '101443.495000', '101443.500000', '101443.503000', '101443.506000', '101443.509000', '101443.511000', '101443.514000', '101443.517000', '101443.520000', '101443.522000', '101443.525000', '101443.528000', '101443.531000', '101443.534000', '101443.537000', '101443.539000', '101443.542000', '101443.545000', '101443.548000', '101443.551000', '101443.554000', '101443.556000', '101443.559000', '101443.562000', '101443.565000', '101443.568000', '101443.570000', '101443.573000', '101443.576000', '101443.579000', '101443.584000', '101443.587000', '101443.589000', '101443.592000', '101443.595000', '101503.472000', '101503.475000', '101503.478000', '101503.480000', '101503.483000', '101503.486000', '101503.489000', '101503.492000', '101503.495000', '101503.497000', '101503.500000', '101503.503000', '101503.506000', '101503.509000', '101503.512000', '101503.515000', '101503.517000', '101503.520000', '101503.523000', '101503.526000', '101503.529000', '101503.531000', '101503.534000', '101503.537000', '101503.540000', '101503.543000', '101503.545000', '101503.548000', '101503.551000', '101503.554000', '101503.557000', '101503.560000', '101503.562000', '101503.565000', '101503.568000', '101503.571000', '101503.574000', '101503.577000', '101503.579000', '101503.582000', '101503.585000', '101503.588000', '101503.591000', '101503.593000', '101523.472000', '101523.475000', '101523.478000', '101523.483000', '101523.486000', '101523.489000', '101523.492000', '101523.495000', '101523.498000', '101523.501000', '101523.504000', '101523.507000', '101523.510000', '101523.513000', '101523.516000', '101523.519000', '101523.522000', '101523.525000', '101523.528000', '101523.530000', '101523.533000', '101523.536000', '101523.539000', '101523.542000', '101523.545000', '101523.547000', '101523.550000', '101523.553000', '101523.556000', '101523.559000', '101523.562000', '101523.565000', '101523.567000', '101523.570000', '101523.588000', '101523.591000', '101523.594000', '101523.597000', '101523.599000', '101523.602000', '101523.605000', '101523.608000', '101523.611000', '101543.472000', '101543.475000', '101543.478000', '101543.481000', '101543.484000', '101543.487000', '101543.490000', '101543.493000', '101543.495000', '101543.498000', '101543.501000', '101543.504000', '101543.507000', '101543.510000', '101543.512000', '101543.515000', '101543.518000', '101543.521000', '101543.524000', '101543.527000', '101543.530000', '101543.533000', '101543.536000', '101543.539000', '101543.542000', '101543.545000', '101543.548000', '101543.551000', '101543.554000', '101543.557000', '101543.560000', '101543.562000', '101543.565000', '101543.568000', '101543.571000', '101543.574000', '101543.577000', '101543.580000', '101543.582000', '101543.585000', '101543.588000', '101543.591000', '101543.594000', '101543.597000', '101603.471000', '101603.474000', '101603.477000', '101603.480000', '101603.483000', '101603.485000', '101603.488000', '101603.491000', '101603.494000', '101603.497000', '101603.499000', '101603.502000', '101603.511000', '101603.514000', '101603.517000', '101603.520000', '101603.522000', '101603.525000', '101603.528000', '101603.531000', '101603.534000', '101603.537000', '101603.540000', '101603.543000', '101603.546000', '101603.548000', '101603.551000', '101603.554000', '101603.557000', '101603.560000', '101603.563000', '101603.565000', '101603.568000', '101603.571000', '101603.574000', '101603.577000', '101603.580000', '101603.582000', '101603.585000', '101603.588000', '101603.591000', '101603.594000', '101603.597000', '101623.471000', '101623.474000', '101623.477000', '101623.480000', '101623.482000', '101623.485000', '101623.488000', '101623.491000', '101623.494000', '101623.497000', '101623.499000', '101623.502000', '101623.505000', '101623.508000', '101623.511000', '101623.514000', '101623.516000', '101623.519000', '101623.522000', '101623.525000', '101623.528000', '101623.530000', '101623.533000', '101623.536000', '101623.539000', '101623.542000', '101623.545000', '101623.548000', '101623.550000', '101623.553000', '101623.556000', '101623.559000', '101623.562000', '101623.565000', '101623.567000', '101623.570000', '101623.573000', '101623.576000', '101623.579000', '101623.582000', '101623.584000', '101623.587000', '101623.590000', '101623.593000', '101643.471000', '101643.474000', '101643.477000', '101643.480000', '101643.482000', '101643.485000', '101643.489000', '101643.492000', '101643.495000', '101643.498000', '101643.501000', '101643.503000', '101643.506000', '101643.509000', '101643.512000', '101643.515000', '101643.517000', '101643.520000', '101643.523000', '101643.526000', '101643.529000', '101643.532000', '101643.535000', '101643.537000', '101643.540000', '101643.543000', '101643.546000', '101643.549000', '101643.552000', '101643.555000', '101643.558000', '101643.560000', '101643.563000', '101643.566000', '101643.569000', '101643.573000', '101643.576000', '101643.578000', '101643.581000', '101643.584000', '101643.587000', '101643.590000', '101643.593000', '101703.473000', '101703.477000', '101703.493000', '101703.496000', '101703.499000', '101703.501000', '101703.504000', '101703.507000', '101703.510000', '101703.513000', '101703.516000', '101703.518000', '101703.521000', '101703.524000', '101703.527000', '101703.530000', '101703.532000', '101703.535000', '101703.538000', '101703.541000', '101703.544000', '101703.547000', '101703.549000', '101703.552000', '101703.555000', '101703.558000', '101703.561000', '101703.564000', '101703.566000', '101703.569000', '101703.572000', '101703.575000', '101703.578000', '101703.581000', '101703.584000', '101703.586000', '101703.589000', '101703.592000', '101703.595000', '101703.598000', '101703.600000', '101703.603000', '101703.606000', '101703.609000', '101723.472000', '101723.475000', '101723.478000', '101723.481000', '101723.483000', '101723.486000', '101723.489000', '101723.492000', '101723.495000', '101723.498000', '101723.500000', '101723.503000', '101723.506000', '101723.509000', '101723.512000', '101723.515000', '101723.517000', '101723.521000', '101723.523000', '101723.526000', '101723.529000', '101723.532000', '101723.535000', '101723.538000', '101723.541000', '101723.544000', '101723.547000', '101723.550000', '101723.552000', '101723.555000', '101723.558000', '101723.561000', '101723.564000', '101723.567000', '101723.570000', '101723.572000', '101723.575000', '101723.578000', '101723.581000', '101723.584000', '101723.586000', '101723.589000', '101723.592000', '101743.472000', '101743.475000', '101743.478000', '101743.481000', '101743.483000', '101743.486000', '101743.489000', '101743.492000', '101743.495000', '101743.497000', '101743.500000', '101743.503000', '101743.506000', '101743.509000', '101743.512000', '101743.515000', '101743.517000', '101743.520000', '101743.523000', '101743.526000', '101743.529000', '101743.532000', '101743.535000', '101743.537000', '101743.540000', '101743.543000', '101743.546000', '101743.548000', '101743.551000', '101743.554000', '101743.557000', '101743.560000', '101743.563000', '101743.566000', '101743.569000', '101743.571000', '101743.574000', '101743.577000', '101743.580000', '101743.583000', '101743.585000', '101743.588000', '101743.591000', '101743.594000', '101803.472000', '101803.475000', '101803.478000', '101803.481000', '101803.484000', '101803.486000', '101803.489000', '101803.492000', '101803.495000', '101803.498000', '101803.500000', '101803.503000', '101803.506000', '101803.509000', '101803.512000', '101803.515000', '101803.517000', '101803.520000', '101803.523000', '101803.526000', '101803.530000', '101803.533000', '101803.535000', '101803.538000', '101803.541000', '101803.544000', '101803.547000', '101803.550000', '101803.552000', '101803.555000', '101803.558000', '101803.561000', '101803.564000', '101803.567000', '101803.569000', '101803.572000', '101803.575000', '101803.578000', '101803.581000', '101803.583000', '101803.586000', '101803.589000', '101803.592000', '101823.471000', '101823.474000', '101823.477000', '101823.480000', '101823.482000', '101823.485000', '101823.488000', '101823.492000', '101823.495000', '101823.498000', '101823.500000', '101823.503000', '101823.506000', '101823.509000', '101823.512000', '101823.514000', '101823.517000', '101823.520000', '101823.523000', '101823.526000', '101823.528000', '101823.531000', '101823.534000', '101823.537000', '101823.540000', '101823.542000', '101823.545000', '101823.563000', '101823.566000', '101823.569000', '101823.572000', '101823.575000', '101823.578000', '101823.580000', '101823.583000', '101823.586000', '101823.589000', '101823.592000', '101823.595000', '101823.597000', '101823.600000', '101823.603000', '101823.606000', '101823.609000', '101843.471000', '101843.474000', '101843.477000', '101843.480000', '101843.482000', '101843.485000', '101843.488000', '101843.491000', '101843.494000', '101843.496000', '101843.499000', '101843.502000', '101843.505000', '101843.508000', '101843.511000', '101843.514000', '101843.516000', '101843.519000', '101843.522000', '101843.525000', '101843.528000', '101843.530000', '101843.533000', '101843.536000', '101843.539000', '101843.542000', '101843.545000', '101843.548000', '101843.550000', '101843.553000', '101843.556000', '101843.559000', '101843.562000', '101843.564000', '101843.567000', '101843.570000', '101843.573000', '101843.576000', '101843.579000', '101843.581000', '101843.584000', '101843.587000', '101843.590000', '101903.471000', '101903.474000', '101903.477000', '101903.481000', '101903.484000', '101903.486000', '101903.489000', '101903.492000', '101903.495000', '101903.498000', '101903.500000', '101903.503000', '101903.506000', '101903.509000', '101903.512000', '101903.515000', '101903.517000', '101903.520000', '101903.523000', '101903.526000', '101903.529000', '101903.531000', '101903.534000', '101903.537000', '101903.540000', '101903.543000', '101903.546000', '101903.549000', '101903.551000', '101903.554000', '101903.557000', '101903.560000', '101903.563000', '101903.566000', '101903.568000', '101903.571000', '101903.574000', '101903.577000', '101903.580000', '101903.583000', '101903.585000', '101903.588000', '101903.591000', '101903.594000', '101923.472000', '101923.475000', '101923.478000', '101923.481000', '101923.483000', '101923.486000', '101923.489000', '101923.492000', '101923.495000', '101923.498000', '101923.500000', '101923.503000', '101923.506000', '101923.509000', '101923.512000', '101923.514000', '101923.517000', '101923.520000', '101923.523000', '101923.526000', '101923.528000', '101923.531000', '101923.534000', '101923.537000', '101923.540000', '101923.543000', '101923.546000', '101923.548000', '101923.551000', '101923.554000', '101923.557000', '101923.560000', '101923.563000', '101923.567000', '101923.570000', '101923.573000', '101923.575000', '101923.578000', '101923.581000', '101923.584000', '101923.587000', '101923.590000', '101923.592000', '101924.149000', '101924.153000'], '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': [14864, 12889, 18461, 12448, 12390, 12809, 12672, 11464, 12798, 11261, 12380, 11070, 12217, 10315, 12124, 11221, 12338, 12569, 15486, 12623, 16889, 12910, 18554, 13278, 12925, 12949, 13150, 16280, 13177, 12203, 13084, 12736, 13182, 13221, 17173, 13160, 11585, 13185, 11224, 13177, 11442, 13314, 12512, 13017, 12827, 12959, 12756, 13282, 14426, 13414, 12076, 13264, 12898, 16075, 13182, 19476, 13096, 12162, 12956, 12110, 13026, 11364, 13245, 11270, 13173, 11269, 13015, 10879, 13170, 11452, 13062, 11964, 12755, 10884, 12921, 11155, 12841, 13050, 12583, 13380, 17774, 13207, 12969, 18568, 12930, 12955, 19149, 13797, 11080, 13100, 10814, 13062, 11161, 12968, 12506, 12703, 13139, 13412, 13169, 12227, 13007, 12935, 13077, 13544, 18234, 15154, 16229, 12982, 12995, 17192, 13341, 10543, 12856, 12728, 12503, 13129, 10792, 13030, 12897, 12397, 12721, 12754, 13028, 13100, 12057, 12968, 10795, 12378, 12996, 13110, 13322, 11656, 12860, 12844, 17362, 13226, 12831, 13417, 12930, 12735, 12956, 12474, 12977, 12923, 12904, 12046, 12687, 12762, 16227, 12824, 13174, 18687, 12927, 13472, 19287, 14616, 13740, 13017, 12734, 13077, 13106, 11677, 12971, 11671, 12832, 10398, 12663, 12694, 16749, 13091, 12305, 12616, 12167, 15373, 12986, 15189, 12923, 11706, 12585, 11089, 12714, 12970, 12981, 12870, 12608, 12619, 11688, 13017, 11543, 13060, 12392, 12412, 12570, 12263, 13690, 12655, 17291, 13393, 16627, 12483, 17598, 12938, 13883, 21042, 18524, 14275, 12200, 11378, 12787, 11863, 12574, 11625, 12481, 11421, 12695, 11566, 12811, 13247, 12527, 12989, 16081, 12886, 12754, 12674, 12673, 13723, 12903, 13977, 12539, 12691, 12729, 12899, 16515, 12892, 12437, 12894, 12430, 16340, 12912, 12390, 13236, 12648, 13472, 12882, 12346, 12312, 12961, 11829, 12736, 11594, 12816, 10386, 12828, 13090, 12529, 12805, 14366, 12853, 12342, 12830, 13433, 13656, 12878, 17816, 13058, 13225, 12803, 12516, 18256, 13069, 12919, 13061, 12548, 12565, 12362, 11747, 12771, 12113, 12674, 10882, 12646, 12506, 17368, 12703, 11526, 12415, 11005, 12399, 10374, 12322, 11702, 11860, 11020, 12166, 12491, 12291, 12317, 12186, 12149, 17098, 12905, 12998, 12213, 12048, 17200, 12720, 14608, 12858, 10876, 12384, 10883, 12504, 12600, 12681, 12439, 12028, 11952, 11331, 12265, 11655, 12342, 11030, 12090, 11782, 12154, 12252, 12971, 12022, 11920, 11977, 10949, 12317, 11941, 12167, 10485, 11771, 12882, 12479, 12561, 12586, 12282, 12221, 12067, 11247, 12307, 12313, 12213, 12342, 10909, 11904, 10595, 12124, 14287, 12424, 15798, 11807, 11718, 17374, 12753, 19676, 12392, 15480, 12105, 15041, 12050, 11691, 12194, 11960, 12306, 12783, 12139, 11907, 12533, 12079, 12027, 15767, 12543, 15963, 11773, 16389, 16622, 13767, 12008, 11898, 11587, 12653, 12229, 12467, 12037, 11252, 11994, 11395, 12130, 11303, 11987, 10668, 11872, 11671, 12438, 11322, 12164, 10780, 11691, 11938, 16176, 11973, 13567, 12412, 11430, 12241, 11564, 12042, 12424, 11782, 12065, 10920, 11723, 11725, 12202, 11890, 16210, 14658, 12765, 11630, 11934, 12179, 12205, 12263, 12496, 12067, 12747, 11589, 12180, 11954, 12455, 11602, 12366, 11503, 11719, 12294, 13625, 12445, 16890, 11726, 13107, 17923, 15645, 12589, 12402, 11795, 12675, 12197, 12174, 12329, 11802, 12209, 11209, 12310, 11074, 12328, 10902, 11918, 11822, 12687, 12531, 16381, 12327, 15429, 11954, 12140, 18911, 15572, 14600, 12425, 10997, 11807, 12009, 11972, 12402, 17272, 11798, 12778, 12353, 12286, 16268, 12129, 11474, 11611, 12121, 11818, 12120, 11941, 11978, 11227, 12077, 11119, 12224, 11385, 11956, 11650, 11774, 11980, 12351, 12393, 18033, 13149, 12106, 16144, 12026, 12302, 11862, 12257, 12329, 12365, 11930, 12605, 11645, 11953, 11257, 12269, 10735, 12402, 11854, 11900, 11926, 12192, 12486, 11794, 12425, 13209, 12178, 11177, 12391, 11261, 12303, 11046, 11934, 11267, 12258, 10791, 11915, 12186, 12020, 12636, 12396, 12582, 11774, 12496, 16277, 13140, 12455, 12306, 12524, 12107, 12383, 11934, 12424, 10459, 12518, 12758, 12582, 12599, 17691, 13756, 16075, 12564, 12126, 12333, 12636, 12598, 12528, 12867, 10475, 12833, 11516, 12832, 11477, 12758, 13768, 12165, 12646, 11225, 12710, 11077, 12590, 10981, 12704, 11417, 12365, 12596, 12575, 12675, 12414, 12572, 17351, 12737, 17758, 15681, 15060, 12822, 14880, 12551, 11158, 12205, 12175, 12373, 11879, 12347, 11610, 12288, 11259, 12043, 11653, 12045, 10935, 12119, 11447, 11715, 11085, 12423, 11812, 12011, 11776, 12350, 12094, 12652, 13181, 13059, 12492, 13006, 17207, 12846, 16920, 13677, 17251, 13876, 12460, 18652, 12603, 19802, 12656, 13649, 12470, 14944, 12566, 13694, 12425, 12079, 11712, 11968, 11732, 12391, 11605, 12242, 11755, 12069, 11633, 12435, 12029, 12638, 11726, 12214, 11882, 12774, 12346, 12857, 11856, 12484, 16404, 12804, 17645, 14517, 17316, 12602, 14360, 12403, 16009, 12379, 13505, 12370, 12385, 12477, 12293, 12877, 12232, 12121, 12557, 16297, 12580, 14976, 11965, 12321, 12383, 12313, 11786, 12466, 11232, 12594, 11402, 12518, 11392, 12471, 11168, 12204, 11332, 12383, 11528, 12604, 11539, 12476, 11638, 12448, 11293, 13110, 12519, 16601, 12394, 18403, 13093, 12681, 12606, 11428, 12363, 11220, 12543, 11432, 12401, 11122, 12460, 11452, 12628, 11225, 12590, 11646, 12790, 12051, 12932, 12388, 11713, 12813, 14720, 12605, 12253, 12319, 18047, 12687, 18559, 12780, 10087, 12185, 14608, 12900, 11753, 12367, 10249, 12135, 11737, 12116, 11330, 12470, 11484, 12565, 11567, 12731, 11888, 12574, 14600, 12703, 16677, 12899, 12431, 13004, 12287, 12684, 11376, 12562, 17244, 12781, 12382, 12602, 12503, 19804, 16600, 14738, 12688, 11808, 12456, 11052, 12291, 10171, 12424, 12014, 12095, 12397, 11777, 12614, 12022, 12547, 11256, 12315, 11457, 12362, 11013, 12437, 11813, 12002, 11376, 11682, 11995, 12022, 12428, 12333, 12628, 12056, 12297, 11759, 12633, 11685, 12414, 10770, 12349, 11352, 12390, 11660, 12501, 10548, 12221, 14621, 17665, 16644, 17744, 12636, 14463, 12429, 11694, 16962, 12420, 13771, 12715, 11533, 12441, 11329, 12259, 11261, 12167, 11126, 12361, 11247, 12317, 11291, 12542, 11534, 12600, 11492, 12850, 17689, 12905, 18775, 15253, 19271, 15248, 19180, 12769, 17825, 12423, 19811, 12665, 11852, 12972, 12142, 12105, 12182], 'WindowCenter': [4830.0, 4808.0, 4834.0, 4780.0, 4769.0, 4765.0, 4765.0, 4743.0, 4765.0, 4754.0, 4766.0, 4746.0, 4766.0, 4746.0, 4766.0, 4758.0, 4768.0, 4768.0, 4785.0, 4765.0, 4822.0, 4780.0, 4806.0, 4761.0, 4753.0, 4749.0, 4750.0, 4768.0, 4751.0, 4741.0, 4764.0, 4751.0, 4750.0, 4763.0, 4790.0, 4764.0, 4740.0, 4764.0, 4741.0, 4764.0, 4754.0, 4787.0, 4778.0, 4790.0, 4788.0, 4792.0, 4777.0, 4787.0, 4786.0, 4778.0, 4765.0, 4776.0, 4778.0, 4795.0, 4765.0, 4801.0, 4764.0, 4751.0, 4764.0, 4753.0, 4774.0, 4751.0, 4774.0, 4745.0, 4777.0, 4756.0, 4778.0, 4758.0, 4778.0, 4769.0, 4777.0, 4770.0, 4776.0, 4758.0, 4778.0, 4759.0, 4778.0, 4788.0, 4768.0, 4789.0, 4808.0, 4767.0, 4767.0, 4793.0, 4750.0, 4751.0, 4789.0, 4762.0, 4729.0, 4761.0, 4739.0, 4774.0, 4757.0, 4778.0, 4780.0, 4788.0, 4789.0, 4789.0, 4788.0, 4777.0, 4788.0, 4777.0, 4777.0, 4788.0, 4806.0, 4785.0, 4783.0, 4761.0, 4762.0, 4781.0, 4763.0, 4731.0, 4752.0, 4761.0, 4751.0, 4773.0, 4746.0, 4763.0, 4765.0, 4762.0, 4764.0, 4764.0, 4762.0, 4764.0, 4752.0, 4763.0, 4743.0, 4762.0, 4774.0, 4765.0, 4777.0, 4756.0, 4777.0, 4779.0, 4794.0, 4764.0, 4765.0, 4760.0, 4763.0, 4760.0, 4765.0, 4762.0, 4777.0, 4776.0, 4789.0, 4777.0, 4791.0, 4790.0, 4798.0, 4768.0, 4767.0, 4793.0, 4754.0, 4765.0, 4790.0, 4762.0, 4749.0, 4748.0, 4751.0, 4750.0, 4762.0, 4742.0, 4763.0, 4742.0, 4763.0, 4735.0, 4763.0, 4766.0, 4791.0, 4765.0, 4754.0, 4766.0, 4764.0, 4773.0, 4765.0, 4770.0, 4763.0, 4753.0, 4765.0, 4745.0, 4762.0, 4774.0, 4774.0, 4777.0, 4765.0, 4778.0, 4755.0, 4778.0, 4756.0, 4778.0, 4767.0, 4768.0, 4767.0, 4767.0, 4777.0, 4766.0, 4795.0, 4776.0, 4784.0, 4754.0, 4794.0, 4753.0, 4763.0, 4790.0, 4782.0, 4760.0, 4740.0, 4729.0, 4753.0, 4741.0, 4755.0, 4755.0, 4767.0, 4754.0, 4778.0, 4771.0, 4779.0, 4778.0, 4769.0, 4779.0, 4801.0, 4768.0, 4769.0, 4763.0, 4766.0, 4763.0, 4764.0, 4776.0, 4765.0, 4767.0, 4754.0, 4766.0, 4793.0, 4764.0, 4756.0, 4766.0, 4767.0, 4783.0, 4754.0, 4755.0, 4752.0, 4755.0, 4750.0, 4752.0, 4753.0, 4740.0, 4754.0, 4740.0, 4765.0, 4743.0, 4765.0, 4746.0, 4777.0, 4777.0, 4766.0, 4778.0, 4785.0, 4765.0, 4767.0, 4767.0, 4779.0, 4766.0, 4765.0, 4796.0, 4753.0, 4753.0, 4752.0, 4753.0, 4780.0, 4751.0, 4753.0, 4750.0, 4743.0, 4740.0, 4752.0, 4740.0, 4764.0, 4752.0, 4764.0, 4734.0, 4752.0, 4753.0, 4782.0, 4755.0, 4743.0, 4753.0, 4734.0, 4750.0, 4734.0, 4766.0, 4757.0, 4769.0, 4759.0, 4769.0, 4779.0, 4769.0, 4769.0, 4768.0, 4768.0, 4799.0, 4757.0, 4754.0, 4744.0, 4755.0, 4781.0, 4751.0, 4772.0, 4751.0, 4733.0, 4749.0, 4731.0, 4752.0, 4752.0, 4754.0, 4765.0, 4764.0, 4756.0, 4742.0, 4755.0, 4745.0, 4765.0, 4745.0, 4754.0, 4754.0, 4755.0, 4756.0, 4763.0, 4757.0, 4743.0, 4755.0, 4734.0, 4754.0, 4754.0, 4756.0, 4735.0, 4754.0, 4764.0, 4766.0, 4767.0, 4765.0, 4767.0, 4767.0, 4766.0, 4755.0, 4767.0, 4767.0, 4770.0, 4778.0, 4759.0, 4768.0, 4751.0, 4758.0, 4779.0, 4766.0, 4787.0, 4756.0, 4757.0, 4783.0, 4755.0, 4793.0, 4756.0, 4771.0, 4743.0, 4772.0, 4755.0, 4744.0, 4753.0, 4752.0, 4757.0, 4767.0, 4769.0, 4759.0, 4768.0, 4768.0, 4769.0, 4786.0, 4768.0, 4787.0, 4744.0, 4786.0, 4773.0, 4752.0, 4730.0, 4716.0, 4719.0, 4726.0, 4739.0, 4738.0, 4743.0, 4729.0, 4740.0, 4731.0, 4751.0, 4733.0, 4754.0, 4732.0, 4745.0, 4744.0, 4756.0, 4745.0, 4753.0, 4734.0, 4744.0, 4755.0, 4781.0, 4744.0, 4763.0, 4753.0, 4741.0, 4755.0, 4745.0, 4754.0, 4765.0, 4759.0, 4756.0, 4748.0, 4757.0, 4756.0, 4743.0, 4743.0, 4773.0, 4763.0, 4742.0, 4731.0, 4730.0, 4729.0, 4742.0, 4740.0, 4752.0, 4742.0, 4754.0, 4743.0, 4764.0, 4758.0, 4768.0, 4757.0, 4770.0, 4758.0, 4767.0, 4771.0, 4776.0, 4769.0, 4787.0, 4745.0, 4767.0, 4783.0, 4774.0, 4742.0, 4741.0, 4740.0, 4749.0, 4741.0, 4740.0, 4752.0, 4740.0, 4752.0, 4742.0, 4755.0, 4743.0, 4768.0, 4745.0, 4757.0, 4758.0, 4765.0, 4757.0, 4785.0, 4754.0, 4773.0, 4733.0, 4743.0, 4779.0, 4772.0, 4759.0, 4741.0, 4721.0, 4728.0, 4741.0, 4729.0, 4741.0, 4769.0, 4730.0, 4738.0, 4726.0, 4729.0, 4755.0, 4728.0, 4718.0, 4719.0, 4728.0, 4730.0, 4741.0, 4729.0, 4742.0, 4721.0, 4742.0, 4730.0, 4742.0, 4731.0, 4731.0, 4732.0, 4742.0, 4743.0, 4742.0, 4754.0, 4784.0, 4739.0, 4730.0, 4758.0, 4727.0, 4727.0, 4718.0, 4728.0, 4740.0, 4751.0, 4742.0, 4765.0, 4743.0, 4758.0, 4755.0, 4766.0, 4746.0, 4768.0, 4758.0, 4755.0, 4758.0, 4755.0, 4768.0, 4756.0, 4766.0, 4765.0, 4756.0, 4744.0, 4757.0, 4745.0, 4755.0, 4745.0, 4757.0, 4745.0, 4756.0, 4735.0, 4744.0, 4754.0, 4745.0, 4755.0, 4755.0, 4756.0, 4744.0, 4755.0, 4774.0, 4755.0, 4743.0, 4743.0, 4752.0, 4755.0, 4753.0, 4744.0, 4766.0, 4737.0, 4754.0, 4766.0, 4752.0, 4754.0, 4784.0, 4753.0, 4762.0, 4730.0, 4731.0, 4730.0, 4740.0, 4740.0, 4743.0, 4741.0, 4720.0, 4751.0, 4742.0, 4755.0, 4745.0, 4768.0, 4776.0, 4745.0, 4753.0, 4746.0, 4767.0, 4745.0, 4756.0, 4734.0, 4764.0, 4747.0, 4755.0, 4757.0, 4757.0, 4768.0, 4753.0, 4755.0, 4781.0, 4740.0, 4772.0, 4763.0, 4749.0, 4742.0, 4747.0, 4731.0, 4710.0, 4731.0, 4730.0, 4731.0, 4729.0, 4730.0, 4718.0, 4730.0, 4719.0, 4731.0, 4730.0, 4743.0, 4723.0, 4744.0, 4733.0, 4745.0, 4745.0, 4756.0, 4745.0, 4757.0, 4755.0, 4765.0, 4756.0, 4769.0, 4769.0, 4771.0, 4766.0, 4770.0, 4796.0, 4768.0, 4783.0, 4765.0, 4784.0, 4752.0, 4741.0, 4783.0, 4743.0, 4780.0, 4731.0, 4738.0, 4727.0, 4749.0, 4716.0, 4736.0, 4715.0, 4718.0, 4716.0, 4718.0, 4717.0, 4730.0, 4719.0, 4732.0, 4729.0, 4742.0, 4745.0, 4755.0, 4754.0, 4768.0, 4757.0, 4767.0, 4757.0, 4780.0, 4768.0, 4767.0, 4747.0, 4757.0, 4785.0, 4756.0, 4793.0, 4776.0, 4783.0, 4744.0, 4762.0, 4743.0, 4771.0, 4743.0, 4752.0, 4741.0, 4740.0, 4740.0, 4731.0, 4741.0, 4733.0, 4729.0, 4730.0, 4758.0, 4729.0, 4749.0, 4719.0, 4727.0, 4728.0, 4731.0, 4716.0, 4729.0, 4719.0, 4738.0, 4729.0, 4742.0, 4732.0, 4742.0, 4721.0, 4742.0, 4733.0, 4753.0, 4743.0, 4755.0, 4744.0, 4754.0, 4747.0, 4755.0, 4745.0, 4765.0, 4758.0, 4783.0, 4752.0, 4793.0, 4753.0, 4742.0, 4742.0, 4732.0, 4742.0, 4733.0, 4754.0, 4744.0, 4753.0, 4734.0, 4756.0, 4745.0, 4767.0, 4749.0, 4767.0, 4747.0, 4778.0, 4768.0, 4777.0, 4770.0, 4769.0, 4769.0, 4788.0, 4766.0, 4757.0, 4755.0, 4798.0, 4756.0, 4795.0, 4744.0, 4713.0, 4741.0, 4761.0, 4753.0, 4731.0, 4742.0, 4711.0, 4744.0, 4743.0, 4743.0, 4734.0, 4754.0, 4743.0, 4756.0, 4745.0, 4755.0, 4745.0, 4755.0, 4762.0, 4755.0, 4784.0, 4754.0, 4752.0, 4753.0, 4740.0, 4743.0, 4732.0, 4742.0, 4772.0, 4742.0, 4741.0, 4739.0, 4742.0, 4781.0, 4770.0, 4749.0, 4727.0, 4717.0, 4727.0, 4718.0, 4730.0, 4711.0, 4742.0, 4742.0, 4732.0, 4742.0, 4742.0, 4754.0, 4743.0, 4756.0, 4733.0, 4743.0, 4744.0, 4756.0, 4735.0, 4756.0, 4744.0, 4754.0, 4746.0, 4746.0, 4747.0, 4755.0, 4757.0, 4756.0, 4756.0, 4754.0, 4754.0, 4747.0, 4756.0, 4744.0, 4755.0, 4734.0, 4757.0, 4745.0, 4757.0, 4746.0, 4757.0, 4737.0, 4745.0, 4775.0, 4783.0, 4774.0, 4780.0, 4743.0, 4753.0, 4731.0, 4731.0, 4768.0, 4742.0, 4740.0, 4740.0, 4731.0, 4738.0, 4722.0, 4741.0, 4735.0, 4754.0, 4743.0, 4768.0, 4759.0, 4770.0, 4747.0, 4767.0, 4759.0, 4768.0, 4746.0, 4755.0, 4797.0, 4766.0, 4807.0, 4775.0, 4796.0, 4775.0, 4791.0, 4741.0, 4770.0, 4732.0, 4778.0, 4728.0, 4729.0, 4739.0, 4729.0, 4727.0, 4729.0], 'WindowWidth': [10513.0, 10477.0, 10509.0, 10424.0, 10405.0, 10392.0, 10391.0, 10361.0, 10394.0, 10380.0, 10397.0, 10369.0, 10398.0, 10371.0, 10399.0, 10389.0, 10402.0, 10404.0, 10422.0, 10394.0, 10494.0, 10424.0, 10452.0, 10381.0, 10371.0, 10360.0, 10363.0, 10389.0, 10368.0, 10353.0, 10386.0, 10369.0, 10365.0, 10387.0, 10423.0, 10388.0, 10352.0, 10389.0, 10354.0, 10392.0, 10378.0, 10429.0, 10420.0, 10437.0, 10433.0, 10441.0, 10414.0, 10429.0, 10427.0, 10417.0, 10395.0, 10409.0, 10414.0, 10436.0, 10392.0, 10439.0, 10390.0, 10369.0, 10390.0, 10375.0, 10403.0, 10370.0, 10405.0, 10366.0, 10413.0, 10385.0, 10417.0, 10390.0, 10417.0, 10405.0, 10416.0, 10406.0, 10412.0, 10389.0, 10418.0, 10391.0, 10417.0, 10432.0, 10402.0, 10432.0, 10467.0, 10399.0, 10398.0, 10432.0, 10364.0, 10369.0, 10418.0, 10382.0, 10334.0, 10381.0, 10351.0, 10405.0, 10385.0, 10415.0, 10420.0, 10431.0, 10435.0, 10434.0, 10433.0, 10415.0, 10432.0, 10414.0, 10414.0, 10434.0, 10453.0, 10422.0, 10419.0, 10381.0, 10383.0, 10410.0, 10385.0, 10340.0, 10369.0, 10384.0, 10368.0, 10403.0, 10368.0, 10388.0, 10393.0, 10385.0, 10390.0, 10389.0, 10385.0, 10389.0, 10372.0, 10388.0, 10362.0, 10385.0, 10406.0, 10393.0, 10412.0, 10384.0, 10414.0, 10420.0, 10438.0, 10391.0, 10391.0, 10379.0, 10387.0, 10381.0, 10394.0, 10386.0, 10415.0, 10413.0, 10434.0, 10416.0, 10439.0, 10441.0, 10449.0, 10402.0, 10397.0, 10429.0, 10375.0, 10393.0, 10420.0, 10381.0, 10362.0, 10358.0, 10365.0, 10363.0, 10382.0, 10357.0, 10386.0, 10357.0, 10389.0, 10351.0, 10386.0, 10394.0, 10426.0, 10392.0, 10375.0, 10394.0, 10391.0, 10398.0, 10390.0, 10394.0, 10386.0, 10374.0, 10392.0, 10366.0, 10386.0, 10405.0, 10405.0, 10412.0, 10393.0, 10415.0, 10381.0, 10415.0, 10384.0, 10416.0, 10398.0, 10403.0, 10400.0, 10402.0, 10413.0, 10396.0, 10437.0, 10411.0, 10418.0, 10377.0, 10433.0, 10371.0, 10387.0, 10421.0, 10411.0, 10375.0, 10350.0, 10335.0, 10371.0, 10355.0, 10377.0, 10378.0, 10398.0, 10379.0, 10416.0, 10410.0, 10418.0, 10417.0, 10403.0, 10418.0, 10454.0, 10400.0, 10401.0, 10387.0, 10394.0, 10387.0, 10391.0, 10410.0, 10392.0, 10394.0, 10374.0, 10393.0, 10430.0, 10388.0, 10378.0, 10394.0, 10396.0, 10413.0, 10375.0, 10377.0, 10367.0, 10375.0, 10364.0, 10366.0, 10369.0, 10350.0, 10371.0, 10351.0, 10391.0, 10360.0, 10394.0, 10371.0, 10412.0, 10413.0, 10397.0, 10414.0, 10421.0, 10393.0, 10396.0, 10396.0, 10414.0, 10393.0, 10390.0, 10437.0, 10371.0, 10371.0, 10365.0, 10369.0, 10406.0, 10363.0, 10369.0, 10360.0, 10353.0, 10347.0, 10366.0, 10350.0, 10386.0, 10368.0, 10388.0, 10348.0, 10370.0, 10373.0, 10412.0, 10376.0, 10358.0, 10373.0, 10348.0, 10368.0, 10349.0, 10395.0, 10386.0, 10404.0, 10391.0, 10406.0, 10419.0, 10404.0, 10404.0, 10401.0, 10400.0, 10452.0, 10383.0, 10374.0, 10358.0, 10375.0, 10409.0, 10367.0, 10396.0, 10365.0, 10341.0, 10362.0, 10339.0, 10368.0, 10370.0, 10372.0, 10395.0, 10392.0, 10381.0, 10357.0, 10379.0, 10365.0, 10392.0, 10364.0, 10378.0, 10377.0, 10377.0, 10380.0, 10386.0, 10380.0, 10358.0, 10376.0, 10346.0, 10374.0, 10376.0, 10378.0, 10350.0, 10377.0, 10389.0, 10394.0, 10398.0, 10392.0, 10398.0, 10398.0, 10395.0, 10381.0, 10400.0, 10399.0, 10405.0, 10416.0, 10390.0, 10401.0, 10380.0, 10385.0, 10415.0, 10392.0, 10426.0, 10380.0, 10383.0, 10413.0, 10378.0, 10428.0, 10378.0, 10394.0, 10356.0, 10395.0, 10375.0, 10361.0, 10373.0, 10371.0, 10384.0, 10398.0, 10402.0, 10389.0, 10402.0, 10400.0, 10404.0, 10425.0, 10401.0, 10425.0, 10360.0, 10422.0, 10402.0, 10367.0, 10333.0, 10309.0, 10314.0, 10321.0, 10343.0, 10341.0, 10352.0, 10330.0, 10348.0, 10338.0, 10368.0, 10343.0, 10374.0, 10342.0, 10362.0, 10359.0, 10380.0, 10361.0, 10372.0, 10347.0, 10360.0, 10376.0, 10407.0, 10359.0, 10384.0, 10368.0, 10352.0, 10377.0, 10362.0, 10375.0, 10391.0, 10387.0, 10379.0, 10373.0, 10382.0, 10379.0, 10357.0, 10359.0, 10399.0, 10384.0, 10353.0, 10334.0, 10333.0, 10328.0, 10350.0, 10345.0, 10366.0, 10352.0, 10373.0, 10359.0, 10392.0, 10387.0, 10401.0, 10386.0, 10407.0, 10388.0, 10400.0, 10408.0, 10409.0, 10399.0, 10426.0, 10363.0, 10397.0, 10414.0, 10401.0, 10353.0, 10350.0, 10348.0, 10362.0, 10351.0, 10348.0, 10367.0, 10349.0, 10370.0, 10358.0, 10380.0, 10362.0, 10400.0, 10366.0, 10384.0, 10386.0, 10391.0, 10382.0, 10416.0, 10374.0, 10399.0, 10340.0, 10356.0, 10401.0, 10392.0, 10371.0, 10348.0, 10322.0, 10330.0, 10349.0, 10330.0, 10351.0, 10385.0, 10332.0, 10343.0, 10322.0, 10328.0, 10362.0, 10327.0, 10312.0, 10316.0, 10327.0, 10331.0, 10349.0, 10331.0, 10351.0, 10323.0, 10353.0, 10334.0, 10354.0, 10336.0, 10337.0, 10340.0, 10352.0, 10355.0, 10353.0, 10371.0, 10419.0, 10343.0, 10331.0, 10369.0, 10323.0, 10323.0, 10311.0, 10327.0, 10345.0, 10365.0, 10355.0, 10391.0, 10359.0, 10387.0, 10379.0, 10396.0, 10367.0, 10400.0, 10386.0, 10378.0, 10384.0, 10377.0, 10397.0, 10379.0, 10393.0, 10391.0, 10380.0, 10362.0, 10382.0, 10363.0, 10376.0, 10363.0, 10379.0, 10362.0, 10378.0, 10349.0, 10360.0, 10374.0, 10360.0, 10375.0, 10374.0, 10378.0, 10357.0, 10374.0, 10399.0, 10376.0, 10354.0, 10355.0, 10369.0, 10374.0, 10370.0, 10363.0, 10393.0, 10355.0, 10376.0, 10392.0, 10369.0, 10373.0, 10418.0, 10371.0, 10379.0, 10331.0, 10331.0, 10331.0, 10345.0, 10346.0, 10353.0, 10347.0, 10320.0, 10363.0, 10352.0, 10373.0, 10362.0, 10397.0, 10407.0, 10357.0, 10368.0, 10364.0, 10394.0, 10362.0, 10377.0, 10347.0, 10388.0, 10366.0, 10375.0, 10381.0, 10378.0, 10395.0, 10369.0, 10372.0, 10403.0, 10346.0, 10392.0, 10380.0, 10357.0, 10347.0, 10351.0, 10331.0, 10300.0, 10331.0, 10328.0, 10331.0, 10328.0, 10329.0, 10311.0, 10330.0, 10314.0, 10334.0, 10331.0, 10352.0, 10326.0, 10357.0, 10342.0, 10363.0, 10363.0, 10377.0, 10362.0, 10380.0, 10378.0, 10393.0, 10379.0, 10400.0, 10400.0, 10405.0, 10394.0, 10403.0, 10435.0, 10396.0, 10410.0, 10387.0, 10414.0, 10368.0, 10348.0, 10414.0, 10351.0, 10404.0, 10330.0, 10339.0, 10318.0, 10354.0, 10303.0, 10331.0, 10301.0, 10306.0, 10303.0, 10310.0, 10307.0, 10330.0, 10314.0, 10336.0, 10330.0, 10352.0, 10360.0, 10375.0, 10373.0, 10396.0, 10379.0, 10396.0, 10383.0, 10419.0, 10396.0, 10394.0, 10365.0, 10379.0, 10417.0, 10379.0, 10426.0, 10404.0, 10408.0, 10354.0, 10378.0, 10351.0, 10391.0, 10351.0, 10364.0, 10347.0, 10345.0, 10343.0, 10334.0, 10347.0, 10337.0, 10329.0, 10331.0, 10367.0, 10326.0, 10356.0, 10313.0, 10324.0, 10323.0, 10331.0, 10307.0, 10327.0, 10315.0, 10341.0, 10329.0, 10350.0, 10337.0, 10350.0, 10320.0, 10352.0, 10341.0, 10371.0, 10355.0, 10374.0, 10358.0, 10375.0, 10366.0, 10377.0, 10363.0, 10388.0, 10382.0, 10410.0, 10366.0, 10424.0, 10369.0, 10350.0, 10353.0, 10338.0, 10354.0, 10342.0, 10373.0, 10357.0, 10371.0, 10344.0, 10376.0, 10362.0, 10395.0, 10372.0, 10398.0, 10368.0, 10412.0, 10399.0, 10411.0, 10405.0, 10403.0, 10400.0, 10426.0, 10392.0, 10381.0, 10376.0, 10442.0, 10377.0, 10431.0, 10355.0, 10313.0, 10350.0, 10377.0, 10366.0, 10335.0, 10349.0, 10311.0, 10358.0, 10354.0, 10357.0, 10344.0, 10372.0, 10355.0, 10377.0, 10360.0, 10375.0, 10360.0, 10374.0, 10383.0, 10373.0, 10412.0, 10372.0, 10369.0, 10367.0, 10346.0, 10351.0, 10338.0, 10350.0, 10392.0, 10349.0, 10349.0, 10341.0, 10349.0, 10404.0, 10386.0, 10354.0, 10322.0, 10308.0, 10320.0, 10313.0, 10331.0, 10305.0, 10348.0, 10349.0, 10336.0, 10351.0, 10352.0, 10369.0, 10353.0, 10374.0, 10340.0, 10356.0, 10358.0, 10376.0, 10345.0, 10375.0, 10357.0, 10372.0, 10362.0, 10362.0, 10365.0, 10374.0, 10379.0, 10376.0, 10376.0, 10373.0, 10375.0, 10366.0, 10377.0, 10359.0, 10375.0, 10345.0, 10379.0, 10362.0, 10379.0, 10363.0, 10380.0, 10352.0, 10360.0, 10403.0, 10412.0, 10398.0, 10402.0, 10352.0, 10366.0, 10332.0, 10333.0, 10380.0, 10348.0, 10344.0, 10345.0, 10333.0, 10343.0, 10323.0, 10350.0, 10345.0, 10373.0, 10358.0, 10399.0, 10391.0, 10405.0, 10369.0, 10398.0, 10387.0, 10399.0, 10367.0, 10374.0, 10438.0, 10391.0, 10451.0, 10404.0, 10433.0, 10401.0, 10420.0, 10348.0, 10389.0, 10334.0, 10397.0, 10325.0, 10331.0, 10341.0, 10327.0, 10323.0, 10329.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.002201341743119266</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.043405852752293576</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.00778153126288</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.151999079770379</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.962413966268656</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4952</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4277.541</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09761769915831872</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>22</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.522935779816514</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.879781721307046</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.808317296680862</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>3.1836834695496163</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.64734439769066</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00807878</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016185760498046875</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02709032967686653</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.506975733841495</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>28.0634</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>63.9151</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>221.8443</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>293805.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>996.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>392.6172</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.5817</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>645.3826</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3809.8978</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4120.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>82739.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>900.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5100.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1174.7943</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>30.607195569435135</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> |