=== 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-0127 --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-0127",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0127_ses-01_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0127_ses-01_task-social_acq-mb8_run-04_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-01_subject-0127_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-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-01_subject-0127_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-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-01_subject-0127_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-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-01_subject-0127_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-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-01_subject-0127_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-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-01_subject-0127_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-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0127_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-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0127/ses-01/func/sub-0127_ses-01_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>7f127cbaf8d4db96f9e58bbcbec3522f</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>11:05:49.592500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.995502, 0.0668574, -0.0671223, -0.0764249, 0.985432, -0.151928]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0832372</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4188, -7739, -7253, 205, -167, 115, -65, 124]</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>243.555</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>259faa38-20c7-4328-a451-57cc92501416||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6708598136901855, -0.20504248142242432, -0.1511649340391159, 126.71813201904297], [-0.1793733835220337, 2.643843173980713, -0.4222117066383362, -80.26376342773438], [-0.18008433282375336, 0.40761232376098633, 2.662496328353882, -91.35884857177734], [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': ['110549.592500', '110550.052500', '110550.512500', '110550.972500', '110551.432500', '110551.892500', '110552.352500', '110552.812500', '110553.272500', '110553.732500', '110554.192500', '110554.652500', '110555.112500', '110555.572500', '110556.032500', '110556.492500', '110556.952500', '110557.412500', '110557.872500', '110558.332500', '110558.792500', '110559.252500', '110559.712500', '110600.172500', '110600.632500', '110601.092500', '110601.552500', '110602.012500', '110602.472500', '110602.932500', '110603.392500', '110603.852500', '110604.312500', '110604.772500', '110605.232500', '110605.692500', '110606.152500', '110606.612500', '110607.072500', '110607.532500', '110607.992500', '110608.452500', '110608.912500', '110609.372500', '110609.832500', '110610.292500', '110610.752500', '110611.212500', '110611.672500', '110612.132500', '110612.592500', '110613.052500', '110613.512500', '110613.972500', '110614.432500', '110614.892500', '110615.352500', '110615.812500', '110616.272500', '110616.732500', '110617.192500', '110617.652500', '110618.112500', '110618.572500', '110619.032500', '110619.492500', '110619.952500', '110620.412500', '110620.872500', '110621.332500', '110621.792500', '110622.252500', '110622.712500', '110623.172500', '110623.632500', '110624.092500', '110624.552500', '110625.012500', '110625.472500', '110625.932500', '110626.392500', '110626.852500', '110627.312500', '110627.772500', '110628.232500', '110628.692500', '110629.152500', '110629.612500', '110630.072500', '110630.532500', '110630.992500', '110631.452500', '110631.912500', '110632.372500', '110632.832500', '110633.292500', '110633.752500', '110634.212500', '110634.672500', '110635.132500', '110635.592500', '110636.052500', '110636.512500', '110636.972500', '110637.432500', '110637.892500', '110638.352500', '110638.812500', '110639.272500', '110639.732500', '110640.192500', '110640.652500', '110641.112500', '110641.572500', '110642.032500', '110642.492500', '110642.952500', '110643.412500', '110643.872500', '110644.332500', '110644.792500', '110645.252500', '110645.712500', '110646.172500', '110646.632500', '110647.092500', '110647.552500', '110648.012500', '110648.472500', '110648.932500', '110649.392500', '110649.852500', '110650.312500', '110650.772500', '110651.232500', '110651.692500', '110652.152500', '110652.612500', '110653.072500', '110653.532500', '110653.992500', '110654.452500', '110654.912500', '110655.372500', '110655.832500', '110656.292500', '110656.752500', '110657.212500', '110657.672500', '110658.132500', '110658.592500', '110659.052500', '110659.512500', '110659.972500', '110700.432500', '110700.892500', '110701.352500', '110701.812500', '110702.272500', '110702.732500', '110703.192500', '110703.652500', '110704.112500', '110704.572500', '110705.032500', '110705.492500', '110705.952500', '110706.412500', '110706.872500', '110707.332500', '110707.792500', '110708.252500', '110708.712500', '110709.172500', '110709.632500', '110710.092500', '110710.552500', '110711.012500', '110711.472500', '110711.932500', '110712.392500', '110712.852500', '110713.312500', '110713.772500', '110714.232500', '110714.692500', '110715.152500', '110715.612500', '110716.072500', '110716.532500', '110716.992500', '110717.452500', '110717.912500', '110718.372500', '110718.832500', '110719.292500', '110719.752500', '110720.212500', '110720.672500', '110721.132500', '110721.592500', '110722.052500', '110722.512500', '110722.972500', '110723.432500', '110723.892500', '110724.352500', '110724.812500', '110725.272500', '110725.732500', '110726.192500', '110726.652500', '110727.112500', '110727.572500', '110728.032500', '110728.492500', '110728.952500', '110729.412500', '110729.872500', '110730.332500', '110730.792500', '110731.252500', '110731.712500', '110732.172500', '110732.632500', '110733.092500', '110733.552500', '110734.012500', '110734.472500', '110734.932500', '110735.392500', '110735.852500', '110736.312500', '110736.772500', '110737.232500', '110737.692500', '110738.152500', '110738.612500', '110739.072500', '110739.532500', '110739.992500', '110740.452500', '110740.912500', '110741.372500', '110741.832500', '110742.292500', '110742.752500', '110743.212500', '110743.672500', '110744.132500', '110744.592500', '110745.052500', '110745.512500', '110745.972500', '110746.432500', '110746.892500', '110747.352500', '110747.812500', '110748.272500', '110748.732500', '110749.192500', '110749.652500', '110750.112500', '110750.572500', '110751.032500', '110751.492500', '110751.952500', '110752.412500', '110752.872500', '110753.332500', '110753.792500', '110754.252500', '110754.712500', '110755.172500', '110755.632500', '110756.092500', '110756.552500', '110757.012500', '110757.472500', '110757.932500', '110758.392500', '110758.852500', '110759.312500', '110759.772500', '110800.232500', '110800.692500', '110801.152500', '110801.612500', '110802.072500', '110802.532500', '110802.992500', '110803.452500', '110803.912500', '110804.372500', '110804.832500', '110805.292500', '110805.752500', '110806.212500', '110806.672500', '110807.132500', '110807.592500', '110808.052500', '110808.512500', '110808.972500', '110809.432500', '110809.892500', '110810.352500', '110810.812500', '110811.272500', '110811.732500', '110812.192500', '110812.652500', '110813.112500', '110813.572500', '110814.032500', '110814.492500', '110814.952500', '110815.412500', '110815.872500', '110816.332500', '110816.792500', '110817.252500', '110817.712500', '110818.172500', '110818.632500', '110819.092500', '110819.552500', '110820.012500', '110820.472500', '110820.932500', '110821.392500', '110821.852500', '110822.312500', '110822.772500', '110823.232500', '110823.692500', '110824.152500', '110824.612500', '110825.072500', '110825.532500', '110825.992500', '110826.452500', '110826.912500', '110827.372500', '110827.832500', '110828.292500', '110828.752500', '110829.212500', '110829.672500', '110830.132500', '110830.592500', '110831.052500', '110831.512500', '110831.972500', '110832.432500', '110832.892500', '110833.352500', '110833.812500', '110834.272500', '110834.732500', '110835.192500', '110835.652500', '110836.112500', '110836.572500', '110837.032500', '110837.492500', '110837.952500', '110838.412500', '110838.872500', '110839.332500', '110839.792500', '110840.252500', '110840.712500', '110841.172500', '110841.632500', '110842.092500', '110842.552500', '110843.012500', '110843.472500', '110843.932500', '110844.392500', '110844.852500', '110845.312500', '110845.772500', '110846.232500', '110846.692500', '110847.152500', '110847.612500', '110848.072500', '110848.532500', '110848.992500', '110849.452500', '110849.912500', '110850.372500', '110850.832500', '110851.292500', '110851.752500', '110852.212500', '110852.672500', '110853.132500', '110853.592500', '110854.052500', '110854.512500', '110854.972500', '110855.432500', '110855.892500', '110856.352500', '110856.812500', '110857.272500', '110857.732500', '110858.192500', '110858.652500', '110859.112500', '110859.572500', '110900.032500', '110900.492500', '110900.952500', '110901.412500', '110901.872500', '110902.332500', '110902.792500', '110903.252500', '110903.712500', '110904.172500', '110904.632500', '110905.092500', '110905.552500', '110906.012500', '110906.472500', '110906.932500', '110907.392500', '110907.852500', '110908.312500', '110908.772500', '110909.232500', '110909.692500', '110910.152500', '110910.612500', '110911.072500', '110911.532500', '110911.992500', '110912.452500', '110912.912500', '110913.372500', '110913.832500', '110914.292500', '110914.752500', '110915.212500', '110915.672500', '110916.132500', '110916.592500', '110917.052500', '110917.512500', '110917.972500', '110918.432500', '110918.892500', '110919.352500', '110919.812500', '110920.272500', '110920.732500', '110921.192500', '110921.652500', '110922.112500', '110922.572500', '110923.032500', '110923.492500', '110923.952500', '110924.412500', '110924.872500', '110925.332500', '110925.792500', '110926.252500', '110926.712500', '110927.172500', '110927.632500', '110928.092500', '110928.552500', '110929.012500', '110929.472500', '110929.932500', '110930.392500', '110930.852500', '110931.312500', '110931.772500', '110932.232500', '110932.692500', '110933.152500', '110933.612500', '110934.072500', '110934.532500', '110934.992500', '110935.452500', '110935.912500', '110936.372500', '110936.832500', '110937.292500', '110937.752500', '110938.212500', '110938.672500', '110939.132500', '110939.592500', '110940.052500', '110940.512500', '110940.972500', '110941.432500', '110941.892500', '110942.352500', '110942.812500', '110943.272500', '110943.732500', '110944.192500', '110944.652500', '110945.112500', '110945.572500', '110946.032500', '110946.492500', '110946.952500', '110947.412500', '110947.872500', '110948.332500', '110948.792500', '110949.252500', '110949.712500', '110950.172500', '110950.632500', '110951.092500', '110951.552500', '110952.012500', '110952.472500', '110952.932500', '110953.392500', '110953.852500', '110954.312500', '110954.772500', '110955.232500', '110955.692500', '110956.152500', '110956.612500', '110957.072500', '110957.532500', '110957.992500', '110958.452500', '110958.912500', '110959.372500', '110959.832500', '111000.292500', '111000.752500', '111001.212500', '111001.672500', '111002.132500', '111002.592500', '111003.052500', '111003.512500', '111003.972500', '111004.432500', '111004.892500', '111005.352500', '111005.812500', '111006.272500', '111006.732500', '111007.192500', '111007.652500', '111008.112500', '111008.572500', '111009.032500', '111009.492500', '111009.952500', '111010.412500', '111010.872500', '111011.332500', '111011.792500', '111012.252500', '111012.712500', '111013.172500', '111013.632500', '111014.092500', '111014.552500', '111015.012500', '111015.472500', '111015.932500', '111016.392500', '111016.852500', '111017.312500', '111017.772500', '111018.232500', '111018.692500', '111019.152500', '111019.612500', '111020.072500', '111020.532500', '111020.992500', '111021.452500', '111021.912500', '111022.372500', '111022.832500', '111023.292500', '111023.752500', '111024.212500', '111024.672500', '111025.132500', '111025.592500', '111026.052500', '111026.512500', '111026.972500', '111027.432500', '111027.892500', '111028.352500', '111028.812500', '111029.272500', '111029.732500', '111030.192500', '111030.652500', '111031.112500', '111031.572500', '111032.032500', '111032.492500', '111032.952500', '111033.412500', '111033.872500', '111034.332500', '111034.792500', '111035.252500', '111035.712500', '111036.172500', '111036.632500', '111037.092500', '111037.552500', '111038.012500', '111038.472500', '111038.932500', '111039.392500', '111039.852500', '111040.312500', '111040.772500', '111041.232500', '111041.692500', '111042.152500', '111042.612500', '111043.072500', '111043.532500', '111043.992500', '111044.452500', '111044.912500', '111045.372500', '111045.832500', '111046.292500', '111046.752500', '111047.212500', '111047.672500', '111048.132500', '111048.592500', '111049.052500', '111049.512500', '111049.972500', '111050.432500', '111050.892500', '111051.352500', '111051.812500', '111052.272500', '111052.732500', '111053.192500', '111053.652500', '111054.112500', '111054.572500', '111055.032500', '111055.492500', '111055.952500', '111056.412500', '111056.872500', '111057.332500', '111057.792500', '111058.252500', '111058.712500', '111059.172500', '111059.632500', '111100.092500', '111100.552500', '111101.012500', '111101.472500', '111101.932500', '111102.392500', '111102.852500', '111103.312500', '111103.772500', '111104.232500', '111104.692500', '111105.152500', '111105.612500', '111106.072500', '111106.532500', '111106.992500', '111107.452500', '111107.912500', '111108.372500', '111108.832500', '111109.292500', '111109.752500', '111110.212500', '111110.672500', '111111.132500', '111111.592500', '111112.052500', '111112.512500', '111112.972500', '111113.432500', '111113.892500', '111114.352500', '111114.812500', '111115.272500', '111115.732500', '111116.192500', '111116.652500', '111117.112500', '111117.572500', '111118.032500', '111118.492500', '111118.952500', '111119.412500', '111119.872500', '111120.332500', '111120.792500', '111121.252500', '111121.712500', '111122.172500', '111122.632500', '111123.092500', '111123.552500', '111124.012500', '111124.472500', '111124.932500', '111125.392500', '111125.852500', '111126.312500', '111126.772500', '111127.232500', '111127.692500', '111128.152500', '111128.612500', '111129.072500', '111129.532500', '111129.992500', '111130.452500', '111130.912500', '111131.372500', '111131.832500', '111132.292500', '111132.752500', '111133.212500', '111133.672500', '111134.132500', '111134.592500', '111135.052500', '111135.512500', '111135.972500', '111136.432500', '111136.892500', '111137.352500', '111137.812500', '111138.272500', '111138.732500', '111139.192500', '111139.652500', '111140.112500', '111140.572500', '111141.032500', '111141.492500', '111141.952500', '111142.412500', '111142.872500', '111143.332500', '111143.792500', '111144.252500', '111144.712500', '111145.172500', '111145.632500', '111146.092500', '111146.552500', '111147.012500', '111147.472500', '111147.932500', '111148.392500', '111148.852500', '111149.312500', '111149.772500', '111150.232500', '111150.692500', '111151.152500', '111151.612500', '111152.072500', '111152.532500', '111152.992500', '111153.452500', '111153.912500', '111154.372500', '111154.832500', '111155.292500', '111155.752500', '111156.212500', '111156.672500', '111157.132500', '111157.592500', '111158.052500', '111158.512500', '111158.972500', '111159.432500', '111159.892500', '111200.352500', '111200.812500', '111201.272500', '111201.732500', '111202.192500', '111202.652500', '111203.112500', '111203.572500', '111204.032500', '111204.492500', '111204.952500', '111205.412500', '111205.872500', '111206.332500', '111206.792500', '111207.252500', '111207.712500', '111208.172500', '111208.632500', '111209.092500', '111209.552500', '111210.012500', '111210.472500', '111210.932500', '111211.392500', '111211.852500', '111212.312500', '111212.772500', '111213.232500', '111213.692500', '111214.152500', '111214.612500', '111215.072500', '111215.532500', '111215.992500', '111216.452500', '111216.912500', '111217.372500', '111217.832500', '111218.292500', '111218.752500', '111219.212500', '111219.672500', '111220.132500', '111220.592500', '111221.052500', '111221.512500', '111221.972500', '111222.432500', '111222.892500', '111223.352500', '111223.812500', '111224.272500', '111224.732500', '111225.192500', '111225.652500', '111226.112500', '111226.572500', '111227.032500', '111227.492500', '111227.952500', '111228.412500', '111228.872500', '111229.332500', '111229.792500', '111230.252500'], 'ContentTime': ['110610.977000', '110610.980000', '110610.983000', '110610.985000', '110610.988000', '110610.990000', '110610.993000', '110610.996000', '110610.998000', '110611.002000', '110611.008000', '110611.011000', '110611.013000', '110611.016000', '110611.019000', '110611.021000', '110611.024000', '110611.026000', '110611.029000', '110611.032000', '110611.034000', '110611.037000', '110611.039000', '110611.042000', '110611.045000', '110611.047000', '110611.050000', '110611.052000', '110611.055000', '110611.058000', '110611.060000', '110611.063000', '110611.066000', '110611.068000', '110611.071000', '110611.073000', '110611.076000', '110611.079000', '110611.081000', '110611.084000', '110611.086000', '110611.089000', '110611.092000', '110611.094000', '110630.945000', '110630.947000', '110630.956000', '110630.959000', '110630.962000', '110630.964000', '110630.967000', '110630.969000', '110630.972000', '110630.974000', '110630.977000', '110630.980000', '110630.982000', '110630.985000', '110630.988000', '110630.990000', '110630.993000', '110630.996000', '110630.998000', '110631.002000', '110631.004000', '110631.007000', '110631.010000', '110631.012000', '110631.015000', '110631.032000', '110631.034000', '110631.037000', '110631.040000', '110631.042000', '110631.045000', '110631.047000', '110631.050000', '110631.052000', '110631.055000', '110631.058000', '110631.060000', '110631.063000', '110631.065000', '110631.068000', '110631.070000', '110631.081000', '110631.083000', '110650.944000', '110650.946000', '110650.949000', '110650.952000', '110650.954000', '110650.957000', '110650.960000', '110650.962000', '110650.965000', '110650.967000', '110650.970000', '110650.973000', '110650.975000', '110650.978000', '110650.980000', '110650.983000', '110650.985000', '110650.988000', '110650.991000', '110650.994000', '110650.996000', '110651.000000', '110651.002000', '110651.005000', '110651.008000', '110651.010000', '110651.013000', '110651.015000', '110651.023000', '110651.026000', '110651.028000', '110651.031000', '110651.033000', '110651.036000', '110651.039000', '110651.041000', '110651.044000', '110651.046000', '110651.049000', '110651.052000', '110651.054000', '110651.057000', '110651.060000', '110651.062000', '110710.943000', '110710.946000', '110710.949000', '110710.951000', '110710.954000', '110710.956000', '110710.959000', '110710.961000', '110710.964000', '110710.967000', '110710.969000', '110710.972000', '110710.975000', '110710.977000', '110710.980000', '110710.982000', '110710.989000', '110710.991000', '110710.994000', '110710.996000', '110711.000000', '110711.010000', '110711.012000', '110711.015000', '110711.018000', '110711.020000', '110711.023000', '110711.025000', '110711.028000', '110711.031000', '110711.033000', '110711.036000', '110711.039000', '110711.041000', '110711.044000', '110711.046000', '110711.049000', '110711.052000', '110711.054000', '110711.057000', '110711.059000', '110711.062000', '110711.065000', '110730.945000', '110730.948000', '110730.950000', '110730.953000', '110730.956000', '110730.958000', '110730.961000', '110730.964000', '110730.967000', '110730.969000', '110730.972000', '110730.974000', '110730.977000', '110730.980000', '110730.982000', '110730.985000', '110730.988000', '110730.990000', '110730.993000', '110730.995000', '110730.998000', '110731.002000', '110731.004000', '110731.007000', '110731.010000', '110731.013000', '110731.015000', '110731.018000', '110731.021000', '110731.023000', '110731.026000', '110731.029000', '110731.031000', '110731.034000', '110731.037000', '110731.039000', '110731.042000', '110731.045000', '110731.047000', '110731.050000', '110731.052000', '110731.055000', '110731.058000', '110731.060000', '110750.944000', '110750.947000', '110750.950000', '110750.952000', '110750.955000', '110750.958000', '110750.960000', '110750.963000', '110750.966000', '110750.968000', '110750.971000', '110750.973000', '110750.976000', '110750.979000', '110750.981000', '110750.984000', '110750.987000', '110750.989000', '110750.992000', '110750.994000', '110750.997000', '110751.000000', '110751.002000', '110751.005000', '110751.008000', '110751.019000', '110751.021000', '110751.024000', '110751.027000', '110751.029000', '110751.032000', '110751.035000', '110751.037000', '110751.040000', '110751.042000', '110751.045000', '110751.048000', '110751.050000', '110751.053000', '110751.055000', '110751.058000', '110751.060000', '110751.063000', '110810.944000', '110810.947000', '110810.950000', '110810.952000', '110810.955000', '110810.957000', '110810.960000', '110810.963000', '110810.965000', '110810.968000', '110810.971000', '110810.973000', '110810.976000', '110810.978000', '110810.981000', '110810.984000', '110810.986000', '110810.989000', '110810.992000', '110810.994000', '110810.997000', '110811.025000', '110811.028000', '110811.031000', '110811.033000', '110811.036000', '110811.038000', '110811.041000', '110811.044000', '110811.046000', '110811.049000', '110811.051000', '110811.054000', '110811.057000', '110811.059000', '110811.062000', '110811.064000', '110811.067000', '110811.070000', '110811.072000', '110811.075000', '110811.077000', '110811.080000', '110811.083000', '110830.944000', '110830.947000', '110830.950000', '110830.953000', '110830.955000', '110830.958000', '110830.960000', '110830.963000', '110830.966000', '110830.968000', '110830.971000', '110830.973000', '110830.976000', '110830.978000', '110830.981000', '110830.984000', '110830.986000', '110830.989000', '110830.992000', '110830.994000', '110830.997000', '110831.000000', '110831.003000', '110831.006000', '110831.008000', '110831.011000', '110831.014000', '110831.016000', '110831.019000', '110831.021000', '110831.024000', '110831.026000', '110831.029000', '110831.031000', '110831.034000', '110831.037000', '110831.045000', '110831.048000', '110831.051000', '110831.054000', '110831.057000', '110831.061000', '110831.063000', '110850.944000', '110850.947000', '110850.950000', '110850.952000', '110850.955000', '110850.958000', '110850.960000', '110850.963000', '110850.965000', '110850.968000', '110850.970000', '110850.973000', '110850.976000', '110850.978000', '110850.981000', '110850.984000', '110850.986000', '110850.989000', '110850.992000', '110850.995000', '110850.997000', '110851.001000', '110851.004000', '110851.006000', '110851.009000', '110851.011000', '110851.014000', '110851.017000', '110851.019000', '110851.022000', '110851.024000', '110851.027000', '110851.030000', '110851.032000', '110851.035000', '110851.037000', '110851.040000', '110851.043000', '110851.045000', '110851.048000', '110851.050000', '110851.053000', '110851.055000', '110851.058000', '110910.943000', '110910.946000', '110910.949000', '110910.951000', '110910.954000', '110910.957000', '110910.959000', '110910.962000', '110910.964000', '110910.967000', '110910.970000', '110910.972000', '110910.975000', '110910.977000', '110910.980000', '110910.983000', '110910.985000', '110910.988000', '110910.990000', '110910.993000', '110910.996000', '110910.998000', '110911.002000', '110911.004000', '110911.007000', '110911.010000', '110911.012000', '110911.015000', '110911.017000', '110911.020000', '110911.023000', '110911.025000', '110911.028000', '110911.031000', '110911.033000', '110911.036000', '110911.038000', '110911.041000', '110911.044000', '110911.046000', '110911.049000', '110911.051000', '110911.054000', '110930.943000', '110930.946000', '110930.949000', '110930.952000', '110930.954000', '110930.957000', '110930.960000', '110930.963000', '110930.965000', '110930.968000', '110930.971000', '110930.973000', '110930.976000', '110930.979000', '110930.981000', '110930.984000', '110930.987000', '110930.989000', '110930.992000', '110930.994000', '110930.997000', '110931.000000', '110931.002000', '110931.005000', '110931.007000', '110931.010000', '110931.013000', '110931.015000', '110931.018000', '110931.021000', '110931.024000', '110931.026000', '110931.029000', '110931.031000', '110931.034000', '110931.037000', '110931.039000', '110931.042000', '110931.044000', '110931.047000', '110931.050000', '110931.052000', '110931.055000', '110931.058000', '110950.945000', '110950.947000', '110950.950000', '110950.953000', '110950.956000', '110950.958000', '110950.967000', '110950.970000', '110950.972000', '110950.975000', '110950.978000', '110950.980000', '110950.983000', '110950.986000', '110950.988000', '110950.991000', '110950.994000', '110951.029000', '110951.032000', '110951.034000', '110951.037000', '110951.040000', '110951.043000', '110951.045000', '110951.048000', '110951.051000', '110951.053000', '110951.056000', '110951.059000', '110951.061000', '110951.064000', '110951.066000', '110951.069000', '110951.072000', '110951.074000', '110951.077000', '110951.080000', '110951.082000', '110951.085000', '110951.087000', '110951.090000', '110951.093000', '110951.096000', '111010.944000', '111010.948000', '111010.950000', '111010.953000', '111010.955000', '111010.958000', '111010.961000', '111010.963000', '111010.966000', '111010.969000', '111010.972000', '111010.974000', '111010.977000', '111010.980000', '111010.982000', '111010.985000', '111010.988000', '111010.990000', '111010.993000', '111010.995000', '111010.998000', '111011.001000', '111011.004000', '111011.007000', '111011.009000', '111011.012000', '111011.015000', '111011.017000', '111011.020000', '111011.023000', '111011.026000', '111011.028000', '111011.031000', '111011.034000', '111011.036000', '111011.039000', '111011.041000', '111011.044000', '111011.046000', '111011.049000', '111011.052000', '111011.054000', '111011.057000', '111011.059000', '111030.944000', '111030.947000', '111030.950000', '111030.953000', '111030.956000', '111030.958000', '111030.961000', '111030.963000', '111030.966000', '111030.969000', '111030.971000', '111030.974000', '111030.976000', '111030.979000', '111030.981000', '111030.984000', '111030.987000', '111030.989000', '111030.992000', '111030.995000', '111030.997000', '111031.001000', '111031.003000', '111031.006000', '111031.009000', '111031.011000', '111031.014000', '111031.016000', '111031.019000', '111031.022000', '111031.024000', '111031.027000', '111031.029000', '111031.032000', '111031.034000', '111031.037000', '111031.040000', '111031.042000', '111031.045000', '111031.048000', '111031.050000', '111031.053000', '111031.055000', '111050.944000', '111050.947000', '111050.950000', '111050.952000', '111050.955000', '111050.958000', '111050.960000', '111050.963000', '111050.966000', '111050.968000', '111050.971000', '111050.973000', '111050.976000', '111050.979000', '111050.981000', '111050.984000', '111050.987000', '111050.989000', '111050.992000', '111050.994000', '111050.997000', '111051.000000', '111051.003000', '111051.006000', '111051.008000', '111051.011000', '111051.014000', '111051.016000', '111051.019000', '111051.022000', '111051.024000', '111051.027000', '111051.029000', '111051.032000', '111051.034000', '111051.037000', '111051.040000', '111051.042000', '111051.045000', '111051.047000', '111051.050000', '111051.053000', '111051.055000', '111051.058000', '111110.945000', '111110.948000', '111110.950000', '111110.953000', '111110.955000', '111110.958000', '111110.960000', '111110.963000', '111110.966000', '111110.968000', '111110.971000', '111110.973000', '111110.976000', '111110.978000', '111110.981000', '111110.984000', '111110.986000', '111110.989000', '111110.991000', '111110.994000', '111110.996000', '111111.000000', '111111.012000', '111111.015000', '111111.017000', '111111.020000', '111111.023000', '111111.034000', '111111.036000', '111111.039000', '111111.041000', '111111.044000', '111111.047000', '111111.049000', '111111.052000', '111111.055000', '111111.057000', '111111.060000', '111111.063000', '111111.065000', '111111.068000', '111111.070000', '111111.073000', '111130.943000', '111130.946000', '111130.949000', '111130.951000', '111130.954000', '111130.957000', '111130.959000', '111130.962000', '111130.965000', '111130.967000', '111130.970000', '111130.973000', '111130.975000', '111130.978000', '111130.981000', '111130.983000', '111130.986000', '111130.988000', '111130.991000', '111130.994000', '111130.996000', '111131.000000', '111131.002000', '111131.006000', '111131.009000', '111131.012000', '111131.014000', '111131.017000', '111131.020000', '111131.022000', '111131.025000', '111131.028000', '111131.030000', '111131.033000', '111131.035000', '111131.038000', '111131.041000', '111131.043000', '111131.046000', '111131.048000', '111131.051000', '111131.053000', '111131.056000', '111150.944000', '111150.946000', '111150.949000', '111150.952000', '111150.954000', '111150.957000', '111150.960000', '111150.963000', '111150.966000', '111150.968000', '111150.971000', '111150.974000', '111150.977000', '111150.980000', '111150.983000', '111150.985000', '111150.988000', '111150.992000', '111150.995000', '111150.998000', '111151.002000', '111151.004000', '111151.007000', '111151.010000', '111151.013000', '111151.015000', '111151.018000', '111151.021000', '111151.023000', '111151.026000', '111151.029000', '111151.031000', '111151.034000', '111151.037000', '111151.039000', '111151.042000', '111151.045000', '111151.047000', '111151.050000', '111151.053000', '111151.055000', '111151.058000', '111151.060000', '111151.063000', '111210.944000', '111210.947000', '111210.950000', '111210.953000', '111210.955000', '111210.958000', '111210.961000', '111210.964000', '111210.966000', '111210.969000', '111210.972000', '111210.975000', '111210.978000', '111210.981000', '111210.985000', '111210.987000', '111210.990000', '111210.993000', '111210.996000', '111210.998000', '111211.002000', '111211.005000', '111211.007000', '111211.010000', '111211.012000', '111211.015000', '111211.018000', '111211.021000', '111211.031000', '111211.034000', '111211.038000', '111211.040000', '111211.043000', '111211.045000', '111211.048000', '111211.050000', '111211.053000', '111211.056000', '111211.059000', '111211.062000', '111211.064000', '111211.067000', '111211.070000', '111230.944000', '111230.947000', '111230.950000', '111230.953000', '111230.955000', '111230.958000', '111230.960000', '111230.963000', '111230.966000', '111230.969000', '111230.971000', '111230.974000', '111230.976000', '111230.979000', '111230.982000', '111230.985000', '111230.988000', '111230.991000', '111230.993000', '111230.996000', '111230.998000', '111231.002000', '111231.005000', '111231.008000', '111231.011000', '111231.014000', '111231.016000', '111231.019000', '111231.022000', '111231.025000', '111231.027000', '111231.030000', '111231.032000', '111231.035000', '111231.047000', '111231.049000', '111231.052000', '111231.056000', '111231.058000', '111231.077000', '111231.080000', '111231.083000', '111231.086000', '111231.089000', '111231.675000', '111231.678000'], 'InstanceCreationTime': ['110610.977000', '110610.980000', '110610.983000', '110610.985000', '110610.988000', '110610.990000', '110610.993000', '110610.996000', '110610.998000', '110611.002000', '110611.008000', '110611.011000', '110611.013000', '110611.016000', '110611.019000', '110611.021000', '110611.024000', '110611.026000', '110611.029000', '110611.032000', '110611.034000', '110611.037000', '110611.039000', '110611.042000', '110611.045000', '110611.047000', '110611.050000', '110611.052000', '110611.055000', '110611.058000', '110611.060000', '110611.063000', '110611.066000', '110611.068000', '110611.071000', '110611.073000', '110611.076000', '110611.079000', '110611.081000', '110611.084000', '110611.086000', '110611.089000', '110611.092000', '110611.094000', '110630.945000', '110630.947000', '110630.956000', '110630.959000', '110630.962000', '110630.964000', '110630.967000', '110630.969000', '110630.972000', '110630.974000', '110630.977000', '110630.980000', '110630.982000', '110630.985000', '110630.988000', '110630.990000', '110630.993000', '110630.996000', '110630.998000', '110631.002000', '110631.004000', '110631.007000', '110631.010000', '110631.012000', '110631.015000', '110631.032000', '110631.034000', '110631.037000', '110631.040000', '110631.042000', '110631.045000', '110631.047000', '110631.050000', '110631.052000', '110631.055000', '110631.058000', '110631.060000', '110631.063000', '110631.065000', '110631.068000', '110631.070000', '110631.081000', '110631.083000', '110650.944000', '110650.946000', '110650.949000', '110650.952000', '110650.954000', '110650.957000', '110650.960000', '110650.962000', '110650.965000', '110650.967000', '110650.970000', '110650.973000', '110650.975000', '110650.978000', '110650.980000', '110650.983000', '110650.985000', '110650.988000', '110650.991000', '110650.994000', '110650.996000', '110651.000000', '110651.002000', '110651.005000', '110651.008000', '110651.010000', '110651.013000', '110651.015000', '110651.023000', '110651.026000', '110651.028000', '110651.031000', '110651.033000', '110651.036000', '110651.039000', '110651.041000', '110651.044000', '110651.046000', '110651.049000', '110651.052000', '110651.054000', '110651.057000', '110651.060000', '110651.062000', '110710.943000', '110710.946000', '110710.949000', '110710.951000', '110710.954000', '110710.956000', '110710.959000', '110710.961000', '110710.964000', '110710.967000', '110710.969000', '110710.972000', '110710.975000', '110710.977000', '110710.980000', '110710.982000', '110710.989000', '110710.991000', '110710.994000', '110710.996000', '110711.000000', '110711.010000', '110711.012000', '110711.015000', '110711.018000', '110711.020000', '110711.023000', '110711.025000', '110711.028000', '110711.031000', '110711.033000', '110711.036000', '110711.039000', '110711.041000', '110711.044000', '110711.046000', '110711.049000', '110711.052000', '110711.054000', '110711.057000', '110711.059000', '110711.062000', '110711.065000', '110730.945000', '110730.948000', '110730.950000', '110730.953000', '110730.956000', '110730.958000', '110730.961000', '110730.964000', '110730.967000', '110730.969000', '110730.972000', '110730.974000', '110730.977000', '110730.980000', '110730.982000', '110730.985000', '110730.988000', '110730.990000', '110730.993000', '110730.995000', '110730.998000', '110731.002000', '110731.004000', '110731.007000', '110731.010000', '110731.013000', '110731.015000', '110731.018000', '110731.021000', '110731.023000', '110731.026000', '110731.029000', '110731.031000', '110731.034000', '110731.037000', '110731.039000', '110731.042000', '110731.045000', '110731.047000', '110731.050000', '110731.052000', '110731.055000', '110731.058000', '110731.060000', '110750.944000', '110750.947000', '110750.950000', '110750.952000', '110750.955000', '110750.958000', '110750.960000', '110750.963000', '110750.966000', '110750.968000', '110750.971000', '110750.973000', '110750.976000', '110750.979000', '110750.981000', '110750.984000', '110750.987000', '110750.989000', '110750.992000', '110750.994000', '110750.997000', '110751.000000', '110751.002000', '110751.005000', '110751.008000', '110751.019000', '110751.021000', '110751.024000', '110751.027000', '110751.029000', '110751.032000', '110751.035000', '110751.037000', '110751.040000', '110751.042000', '110751.045000', '110751.048000', '110751.050000', '110751.053000', '110751.055000', '110751.058000', '110751.060000', '110751.063000', '110810.944000', '110810.947000', '110810.950000', '110810.952000', '110810.955000', '110810.957000', '110810.960000', '110810.963000', '110810.965000', '110810.968000', '110810.971000', '110810.973000', '110810.976000', '110810.978000', '110810.981000', '110810.984000', '110810.986000', '110810.989000', '110810.992000', '110810.994000', '110810.997000', '110811.025000', '110811.028000', '110811.031000', '110811.033000', '110811.036000', '110811.038000', '110811.041000', '110811.044000', '110811.046000', '110811.049000', '110811.051000', '110811.054000', '110811.057000', '110811.059000', '110811.062000', '110811.064000', '110811.067000', '110811.070000', '110811.072000', '110811.075000', '110811.077000', '110811.080000', '110811.083000', '110830.944000', '110830.947000', '110830.950000', '110830.953000', '110830.955000', '110830.958000', '110830.960000', '110830.963000', '110830.966000', '110830.968000', '110830.971000', '110830.973000', '110830.976000', '110830.978000', '110830.981000', '110830.984000', '110830.986000', '110830.989000', '110830.992000', '110830.994000', '110830.997000', '110831.000000', '110831.003000', '110831.006000', '110831.008000', '110831.011000', '110831.014000', '110831.016000', '110831.019000', '110831.021000', '110831.024000', '110831.026000', '110831.029000', '110831.031000', '110831.034000', '110831.037000', '110831.045000', '110831.048000', '110831.051000', '110831.054000', '110831.057000', '110831.061000', '110831.063000', '110850.944000', '110850.947000', '110850.950000', '110850.952000', '110850.955000', '110850.958000', '110850.960000', '110850.963000', '110850.965000', '110850.968000', '110850.970000', '110850.973000', '110850.976000', '110850.978000', '110850.981000', '110850.984000', '110850.986000', '110850.989000', '110850.992000', '110850.995000', '110850.997000', '110851.001000', '110851.004000', '110851.006000', '110851.009000', '110851.011000', '110851.014000', '110851.017000', '110851.019000', '110851.022000', '110851.024000', '110851.027000', '110851.030000', '110851.032000', '110851.035000', '110851.037000', '110851.040000', '110851.043000', '110851.045000', '110851.048000', '110851.050000', '110851.053000', '110851.055000', '110851.058000', '110910.943000', '110910.946000', '110910.949000', '110910.951000', '110910.954000', '110910.957000', '110910.959000', '110910.962000', '110910.964000', '110910.967000', '110910.970000', '110910.972000', '110910.975000', '110910.977000', '110910.980000', '110910.983000', '110910.985000', '110910.988000', '110910.990000', '110910.993000', '110910.996000', '110910.998000', '110911.002000', '110911.004000', '110911.007000', '110911.010000', '110911.012000', '110911.015000', '110911.017000', '110911.020000', '110911.023000', '110911.025000', '110911.028000', '110911.031000', '110911.033000', '110911.036000', '110911.038000', '110911.041000', '110911.044000', '110911.046000', '110911.049000', '110911.051000', '110911.054000', '110930.943000', '110930.946000', '110930.949000', '110930.952000', '110930.954000', '110930.957000', '110930.960000', '110930.963000', '110930.965000', '110930.968000', '110930.971000', '110930.973000', '110930.976000', '110930.979000', '110930.981000', '110930.984000', '110930.987000', '110930.989000', '110930.992000', '110930.994000', '110930.997000', '110931.000000', '110931.002000', '110931.005000', '110931.007000', '110931.010000', '110931.013000', '110931.015000', '110931.018000', '110931.021000', '110931.024000', '110931.026000', '110931.029000', '110931.031000', '110931.034000', '110931.037000', '110931.039000', '110931.042000', '110931.044000', '110931.047000', '110931.050000', '110931.052000', '110931.055000', '110931.058000', '110950.945000', '110950.947000', '110950.950000', '110950.953000', '110950.956000', '110950.958000', '110950.967000', '110950.970000', '110950.972000', '110950.975000', '110950.978000', '110950.980000', '110950.983000', '110950.986000', '110950.988000', '110950.991000', '110950.994000', '110951.029000', '110951.032000', '110951.034000', '110951.037000', '110951.040000', '110951.043000', '110951.045000', '110951.048000', '110951.051000', '110951.053000', '110951.056000', '110951.059000', '110951.061000', '110951.064000', '110951.066000', '110951.069000', '110951.072000', '110951.074000', '110951.077000', '110951.080000', '110951.082000', '110951.085000', '110951.087000', '110951.090000', '110951.093000', '110951.096000', '111010.944000', '111010.948000', '111010.950000', '111010.953000', '111010.955000', '111010.958000', '111010.961000', '111010.963000', '111010.966000', '111010.969000', '111010.972000', '111010.974000', '111010.977000', '111010.980000', '111010.982000', '111010.985000', '111010.988000', '111010.990000', '111010.993000', '111010.995000', '111010.998000', '111011.001000', '111011.004000', '111011.007000', '111011.009000', '111011.012000', '111011.015000', '111011.017000', '111011.020000', '111011.023000', '111011.026000', '111011.028000', '111011.031000', '111011.034000', '111011.036000', '111011.039000', '111011.041000', '111011.044000', '111011.046000', '111011.049000', '111011.052000', '111011.054000', '111011.057000', '111011.059000', '111030.944000', '111030.947000', '111030.950000', '111030.953000', '111030.956000', '111030.958000', '111030.961000', '111030.963000', '111030.966000', '111030.969000', '111030.971000', '111030.974000', '111030.976000', '111030.979000', '111030.981000', '111030.984000', '111030.987000', '111030.989000', '111030.992000', '111030.995000', '111030.997000', '111031.001000', '111031.003000', '111031.006000', '111031.009000', '111031.011000', '111031.014000', '111031.016000', '111031.019000', '111031.022000', '111031.024000', '111031.027000', '111031.029000', '111031.032000', '111031.034000', '111031.037000', '111031.040000', '111031.042000', '111031.045000', '111031.048000', '111031.050000', '111031.053000', '111031.055000', '111050.944000', '111050.947000', '111050.950000', '111050.952000', '111050.955000', '111050.958000', '111050.960000', '111050.963000', '111050.966000', '111050.968000', '111050.971000', '111050.973000', '111050.976000', '111050.979000', '111050.981000', '111050.984000', '111050.987000', '111050.989000', '111050.992000', '111050.994000', '111050.997000', '111051.000000', '111051.003000', '111051.006000', '111051.008000', '111051.011000', '111051.014000', '111051.016000', '111051.019000', '111051.022000', '111051.024000', '111051.027000', '111051.029000', '111051.032000', '111051.034000', '111051.037000', '111051.040000', '111051.042000', '111051.045000', '111051.047000', '111051.050000', '111051.053000', '111051.055000', '111051.058000', '111110.945000', '111110.948000', '111110.950000', '111110.953000', '111110.955000', '111110.958000', '111110.960000', '111110.963000', '111110.966000', '111110.968000', '111110.971000', '111110.973000', '111110.976000', '111110.978000', '111110.981000', '111110.984000', '111110.986000', '111110.989000', '111110.991000', '111110.994000', '111110.996000', '111111.000000', '111111.012000', '111111.015000', '111111.017000', '111111.020000', '111111.023000', '111111.034000', '111111.036000', '111111.039000', '111111.041000', '111111.044000', '111111.047000', '111111.049000', '111111.052000', '111111.055000', '111111.057000', '111111.060000', '111111.063000', '111111.065000', '111111.068000', '111111.070000', '111111.073000', '111130.943000', '111130.946000', '111130.949000', '111130.951000', '111130.954000', '111130.957000', '111130.959000', '111130.962000', '111130.965000', '111130.967000', '111130.970000', '111130.973000', '111130.975000', '111130.978000', '111130.981000', '111130.983000', '111130.986000', '111130.988000', '111130.991000', '111130.994000', '111130.996000', '111131.000000', '111131.002000', '111131.006000', '111131.009000', '111131.012000', '111131.014000', '111131.017000', '111131.020000', '111131.022000', '111131.025000', '111131.028000', '111131.030000', '111131.033000', '111131.035000', '111131.038000', '111131.041000', '111131.043000', '111131.046000', '111131.048000', '111131.051000', '111131.053000', '111131.056000', '111150.944000', '111150.946000', '111150.949000', '111150.952000', '111150.954000', '111150.957000', '111150.960000', '111150.963000', '111150.966000', '111150.968000', '111150.971000', '111150.974000', '111150.977000', '111150.980000', '111150.983000', '111150.985000', '111150.988000', '111150.992000', '111150.995000', '111150.998000', '111151.002000', '111151.004000', '111151.007000', '111151.010000', '111151.013000', '111151.015000', '111151.018000', '111151.021000', '111151.023000', '111151.026000', '111151.029000', '111151.031000', '111151.034000', '111151.037000', '111151.039000', '111151.042000', '111151.045000', '111151.047000', '111151.050000', '111151.053000', '111151.055000', '111151.058000', '111151.060000', '111151.063000', '111210.944000', '111210.947000', '111210.950000', '111210.953000', '111210.955000', '111210.958000', '111210.961000', '111210.964000', '111210.966000', '111210.969000', '111210.972000', '111210.975000', '111210.978000', '111210.981000', '111210.985000', '111210.987000', '111210.990000', '111210.993000', '111210.996000', '111210.998000', '111211.002000', '111211.005000', '111211.007000', '111211.010000', '111211.012000', '111211.015000', '111211.018000', '111211.021000', '111211.031000', '111211.034000', '111211.038000', '111211.040000', '111211.043000', '111211.045000', '111211.048000', '111211.050000', '111211.053000', '111211.056000', '111211.059000', '111211.062000', '111211.064000', '111211.067000', '111211.070000', '111230.944000', '111230.947000', '111230.950000', '111230.953000', '111230.955000', '111230.958000', '111230.960000', '111230.963000', '111230.966000', '111230.969000', '111230.971000', '111230.974000', '111230.976000', '111230.979000', '111230.982000', '111230.985000', '111230.988000', '111230.991000', '111230.993000', '111230.996000', '111230.998000', '111231.002000', '111231.005000', '111231.008000', '111231.011000', '111231.014000', '111231.016000', '111231.019000', '111231.022000', '111231.025000', '111231.027000', '111231.030000', '111231.032000', '111231.035000', '111231.047000', '111231.049000', '111231.052000', '111231.056000', '111231.058000', '111231.077000', '111231.080000', '111231.083000', '111231.086000', '111231.089000', '111231.675000', '111231.678000'], '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': [8762, 12660, 9718, 13987, 8673, 12196, 8494, 12593, 9394, 13625, 9722, 8691, 9155, 15882, 9308, 11250, 8475, 12182, 9357, 11193, 9806, 14338, 9940, 10583, 8275, 11657, 14033, 8945, 11619, 8038, 8209, 9432, 12348, 8070, 10794, 7016, 9537, 8196, 10175, 8270, 10495, 12171, 6977, 9525, 12765, 7556, 10162, 10697, 8505, 11668, 6915, 10022, 7181, 10255, 8473, 11701, 9723, 8079, 12015, 12663, 8881, 10817, 7451, 11215, 9280, 9360, 12292, 8912, 11344, 9071, 11823, 7459, 11608, 8491, 9278, 14364, 14249, 9046, 11604, 14327, 7789, 10950, 10324, 7632, 10606, 7388, 10493, 7009, 10191, 7158, 10716, 8464, 11045, 12163, 8024, 9911, 13609, 7946, 9415, 11668, 7499, 9622, 11612, 7714, 10064, 10202, 7614, 10275, 6732, 9735, 7416, 8311, 11432, 8167, 10602, 8975, 8603, 7102, 10948, 12403, 7069, 9607, 14513, 8641, 9512, 6873, 10478, 12497, 7699, 9877, 9142, 8307, 10718, 8707, 9854, 7769, 11501, 12759, 7856, 10639, 13210, 8455, 10512, 6868, 10645, 7462, 11449, 8015, 10550, 8466, 9453, 13618, 9428, 9526, 14518, 9462, 9178, 12883, 7386, 9606, 11849, 8135, 10180, 11900, 8174, 9526, 11830, 7219, 9348, 11881, 7009, 9312, 7708, 8010, 11524, 6942, 9894, 11823, 7195, 10350, 12240, 7495, 10399, 7553, 8245, 8797, 9058, 9613, 8538, 7020, 10843, 15124, 9715, 9009, 14536, 11205, 8372, 6891, 8858, 11921, 8164, 10600, 8366, 9874, 7751, 9397, 7973, 8577, 10458, 8291, 12284, 8223, 11118, 6799, 11771, 6875, 10169, 7259, 9445, 6990, 12833, 12977, 7479, 10918, 6863, 11047, 7337, 9394, 7364, 9181, 7118, 7727, 11794, 7296, 9499, 8588, 8583, 11328, 8682, 7057, 11280, 8399, 7323, 10855, 7457, 9502, 6982, 10280, 11583, 7076, 10004, 9536, 7747, 6840, 9923, 6817, 10557, 11890, 8324, 8393, 11587, 12040, 7575, 10310, 12063, 7547, 9570, 14729, 8595, 8836, 13532, 8057, 7934, 12180, 9948, 7590, 11635, 9476, 7515, 11730, 10070, 8116, 8763, 8551, 11790, 7612, 7808, 11575, 9806, 7847, 11555, 7407, 9836, 9231, 8017, 10960, 7857, 10748, 7142, 10983, 7358, 9410, 11124, 9271, 8215, 12485, 11515, 8097, 7183, 9477, 13722, 12976, 7403, 11238, 12821, 9220, 9180, 11566, 7375, 8445, 11221, 7480, 8455, 11263, 7371, 8929, 7606, 7154, 11342, 7034, 9270, 8935, 7871, 11659, 7688, 9663, 10516, 7880, 10991, 7432, 8943, 11552, 8502, 10481, 12815, 9053, 9680, 12656, 8092, 9988, 6871, 9352, 7040, 10000, 6822, 10190, 7982, 9617, 9723, 8084, 10474, 6892, 10516, 12545, 7917, 9188, 12080, 8449, 9191, 12472, 6969, 9732, 12162, 7605, 10073, 10144, 7207, 11009, 6825, 9465, 11453, 7928, 10045, 9490, 8264, 11379, 7505, 9956, 12576, 8121, 10866, 9942, 8367, 11752, 7234, 9412, 12905, 8315, 10833, 10146, 8606, 11673, 7139, 9939, 12778, 8095, 10091, 11396, 7987, 10648, 6956, 9904, 8537, 8381, 9677, 8307, 11957, 8602, 10537, 7534, 9658, 9882, 8326, 11747, 8792, 10287, 7006, 11018, 8028, 9874, 15177, 10516, 8807, 13318, 6798, 8766, 11675, 7086, 9332, 11832, 7327, 9725, 6641, 8820, 11335, 7134, 9557, 11038, 7952, 10620, 6978, 9886, 7671, 10441, 9143, 10725, 8047, 12675, 12663, 7658, 10986, 13210, 8762, 10103, 7541, 10842, 7899, 8534, 9327, 14865, 12610, 8968, 7520, 9286, 7823, 10508, 14076, 9114, 9352, 8806, 8533, 6901, 9958, 12400, 7876, 9957, 7816, 9793, 8404, 10462, 6900, 9127, 6962, 9825, 6782, 9466, 8135, 11311, 11926, 8339, 10017, 12598, 7974, 10896, 9465, 7377, 10876, 9623, 7355, 11466, 8407, 8195, 11290, 7136, 10123, 7177, 10709, 7986, 11182, 7606, 10621, 7825, 9748, 9934, 9324, 12286, 9055, 10257, 7170, 10226, 14497, 8275, 9906, 13487, 8810, 9296, 12354, 6878, 8551, 11834, 7705, 9749, 6909, 9949, 6809, 9083, 7006, 10146, 8563, 9740, 7929, 9536, 12129, 11826, 8031, 10826, 13351, 9636, 10164, 7260, 10903, 8769, 7468, 9053, 8557, 8903, 10287, 15246, 14599, 9523, 11498, 6857, 9518, 12290, 8122, 7620, 11585, 9348, 7692, 10742, 7862, 7309, 10945, 7049, 7974, 11573, 7595, 9064, 6941, 9772, 11382, 7061, 8401, 11169, 7357, 8876, 11264, 6977, 9894, 12122, 7998, 9470, 6906, 11113, 11060, 8226, 12498, 8875, 10747, 11523, 13687, 10774, 10718, 7988, 10754, 9252, 15158, 14830, 8782, 9119, 11227, 7691, 8917, 8807, 8304, 10534, 8225, 11152, 7851, 10277, 7763, 11283, 8000, 10949, 8029, 11025, 8377, 10142, 7118, 10876, 13202, 8813, 10017, 12458, 8121, 9599, 11258, 7792, 9485, 11082, 7183, 9602, 6877, 8685, 9999, 7291, 9376, 6689, 9711, 6813, 9717, 7478, 9982, 7824, 10050, 6876, 10094, 10631, 8512, 12311, 9017, 10328, 8704, 13817, 12095, 7723, 11411, 13305, 8878, 10419, 7366, 9635, 9660, 9430, 10711, 8945, 11737, 8833, 10319, 7319, 10611, 7513, 10165, 9845, 8902, 14054, 12688, 8191, 10778, 12494, 8930, 10589, 9120, 9951, 7197, 9346, 8740, 6673, 10242, 12036, 7554, 9525, 11808, 8434, 10311, 7004, 10360, 10035, 7410, 10475, 11261, 7839, 10841, 8471, 8679, 11393, 8224, 10041, 9283, 7953, 11243, 7680, 10712, 12458, 8784, 10384, 13072, 7834, 10518, 11202, 8144, 11139, 8178, 9457, 10364, 7971, 11028, 7842, 10633, 8417, 9960, 7683, 9494, 9150, 7918, 10762, 8018, 10103, 9281, 8394, 7124, 9691, 14707, 7611, 8195, 11591, 8634, 8032, 10856, 7562, 9339, 6775, 8640, 6974, 9766, 9344, 8468, 8836, 7856, 11216, 8049, 9460, 9995, 8980, 11266, 7361, 10104, 15838, 8959, 9885, 12858, 8630, 10891, 7198, 10183, 9350, 10082, 11703, 9521, 9781, 8000, 11122, 8055, 10159, 16092, 11513, 8978, 12196, 7396, 8562, 11841, 7999, 10314, 10814, 8295, 11208, 7527, 10328, 7013, 11112, 9940, 9560, 9597, 8915, 11326, 8573, 11854, 9106, 10628, 8961, 8061, 13278, 13087, 8357, 10435, 13050, 8925, 10155, 6969, 11224, 12346, 8085, 10423, 11987, 8298, 10315, 6816, 9393, 8129, 8605, 10488, 8095, 11957, 11428, 8363, 10639, 7056, 9670, 9561, 8856, 12063, 8825, 11936, 8879, 10486, 7617, 9158, 11616, 8734, 11937, 9679, 10659], 'WindowCenter': [4313.0, 4314.0, 4281.0, 4295.0, 4257.0, 4287.0, 4254.0, 4284.0, 4252.0, 4281.0, 4251.0, 4240.0, 4254.0, 4293.0, 4237.0, 4246.0, 4227.0, 4268.0, 4250.0, 4258.0, 4261.0, 4284.0, 4238.0, 4245.0, 4240.0, 4260.0, 4268.0, 4225.0, 4245.0, 4225.0, 4226.0, 4250.0, 4269.0, 4230.0, 4262.0, 4242.0, 4265.0, 4251.0, 4275.0, 4253.0, 4275.0, 4271.0, 4231.0, 4263.0, 4268.0, 4240.0, 4273.0, 4257.0, 4239.0, 4269.0, 4240.0, 4271.0, 4255.0, 4270.0, 4280.0, 4298.0, 4261.0, 4240.0, 4283.0, 4268.0, 4235.0, 4257.0, 4214.0, 4269.0, 4246.0, 4248.0, 4267.0, 4247.0, 4269.0, 4248.0, 4257.0, 4226.0, 4257.0, 4224.0, 4235.0, 4267.0, 4263.0, 4221.0, 4241.0, 4248.0, 4198.0, 4229.0, 4216.0, 4198.0, 4229.0, 4211.0, 4242.0, 4212.0, 4244.0, 4214.0, 4256.0, 4238.0, 4271.0, 4268.0, 4226.0, 4246.0, 4265.0, 4212.0, 4233.0, 4243.0, 4211.0, 4233.0, 4241.0, 4210.0, 4232.0, 4242.0, 4223.0, 4243.0, 4214.0, 4245.0, 4225.0, 4248.0, 4268.0, 4249.0, 4274.0, 4249.0, 4250.0, 4242.0, 4287.0, 4283.0, 4229.0, 4249.0, 4280.0, 4237.0, 4246.0, 4217.0, 4259.0, 4269.0, 4227.0, 4257.0, 4246.0, 4238.0, 4268.0, 4252.0, 4270.0, 4253.0, 4284.0, 4281.0, 4239.0, 4260.0, 4280.0, 4239.0, 4256.0, 4228.0, 4269.0, 4239.0, 4281.0, 4238.0, 4272.0, 4239.0, 4261.0, 4281.0, 4236.0, 4247.0, 4278.0, 4233.0, 4235.0, 4253.0, 4211.0, 4233.0, 4241.0, 4221.0, 4244.0, 4253.0, 4221.0, 4233.0, 4241.0, 4210.0, 4233.0, 4251.0, 4211.0, 4233.0, 4223.0, 4236.0, 4255.0, 4215.0, 4257.0, 4255.0, 4225.0, 4258.0, 4266.0, 4225.0, 4245.0, 4224.0, 4238.0, 4248.0, 4261.0, 4259.0, 4252.0, 4240.0, 4284.0, 4293.0, 4248.0, 4249.0, 4280.0, 4258.0, 4226.0, 4214.0, 4247.0, 4266.0, 4235.0, 4256.0, 4237.0, 4258.0, 4227.0, 4250.0, 4237.0, 4248.0, 4257.0, 4238.0, 4268.0, 4238.0, 4257.0, 4217.0, 4267.0, 4215.0, 4257.0, 4226.0, 4248.0, 4226.0, 4280.0, 4265.0, 4214.0, 4244.0, 4215.0, 4255.0, 4214.0, 4235.0, 4226.0, 4246.0, 4213.0, 4225.0, 4254.0, 4212.0, 4244.0, 4233.0, 4236.0, 4256.0, 4223.0, 4201.0, 4243.0, 4209.0, 4202.0, 4241.0, 4212.0, 4245.0, 4227.0, 4258.0, 4255.0, 4227.0, 4259.0, 4246.0, 4252.0, 4230.0, 4271.0, 4242.0, 4286.0, 4296.0, 4253.0, 4265.0, 4300.0, 4284.0, 4242.0, 4275.0, 4283.0, 4240.0, 4263.0, 4294.0, 4249.0, 4250.0, 4280.0, 4225.0, 4238.0, 4270.0, 4246.0, 4227.0, 4257.0, 4245.0, 4227.0, 4268.0, 4244.0, 4224.0, 4235.0, 4248.0, 4281.0, 4225.0, 4236.0, 4268.0, 4245.0, 4225.0, 4256.0, 4225.0, 4247.0, 4234.0, 4226.0, 4257.0, 4237.0, 4258.0, 4227.0, 4258.0, 4229.0, 4249.0, 4269.0, 4249.0, 4240.0, 4270.0, 4258.0, 4227.0, 4216.0, 4260.0, 4280.0, 4253.0, 4212.0, 4255.0, 4252.0, 4219.0, 4232.0, 4240.0, 4196.0, 4208.0, 4228.0, 4198.0, 4220.0, 4226.0, 4198.0, 4220.0, 4208.0, 4212.0, 4241.0, 4199.0, 4232.0, 4221.0, 4212.0, 4253.0, 4211.0, 4232.0, 4230.0, 4211.0, 4242.0, 4200.0, 4222.0, 4241.0, 4222.0, 4245.0, 4251.0, 4208.0, 4221.0, 4239.0, 4224.0, 4229.0, 4200.0, 4219.0, 4211.0, 4243.0, 4215.0, 4258.0, 4238.0, 4263.0, 4260.0, 4253.0, 4271.0, 4243.0, 4275.0, 4272.0, 4227.0, 4248.0, 4269.0, 4237.0, 4248.0, 4268.0, 4226.0, 4249.0, 4256.0, 4226.0, 4248.0, 4244.0, 4227.0, 4256.0, 4215.0, 4248.0, 4257.0, 4237.0, 4247.0, 4245.0, 4237.0, 4256.0, 4226.0, 4247.0, 4266.0, 4225.0, 4257.0, 4234.0, 4225.0, 4255.0, 4216.0, 4236.0, 4254.0, 4223.0, 4245.0, 4232.0, 4223.0, 4242.0, 4212.0, 4246.0, 4253.0, 4222.0, 4244.0, 4242.0, 4223.0, 4242.0, 4212.0, 4244.0, 4233.0, 4237.0, 4245.0, 4237.0, 4268.0, 4251.0, 4260.0, 4239.0, 4260.0, 4259.0, 4238.0, 4270.0, 4249.0, 4258.0, 4229.0, 4260.0, 4239.0, 4260.0, 4291.0, 4247.0, 4237.0, 4265.0, 4201.0, 4222.0, 4241.0, 4200.0, 4234.0, 4252.0, 4213.0, 4245.0, 4216.0, 4248.0, 4257.0, 4215.0, 4248.0, 4269.0, 4241.0, 4271.0, 4242.0, 4263.0, 4243.0, 4273.0, 4264.0, 4284.0, 4268.0, 4298.0, 4283.0, 4226.0, 4271.0, 4267.0, 4235.0, 4245.0, 4226.0, 4257.0, 4238.0, 4249.0, 4251.0, 4293.0, 4256.0, 4224.0, 4214.0, 4235.0, 4226.0, 4248.0, 4266.0, 4223.0, 4223.0, 4220.0, 4221.0, 4212.0, 4246.0, 4254.0, 4212.0, 4231.0, 4212.0, 4247.0, 4238.0, 4257.0, 4217.0, 4236.0, 4229.0, 4260.0, 4232.0, 4262.0, 4255.0, 4287.0, 4266.0, 4240.0, 4251.0, 4268.0, 4227.0, 4248.0, 4233.0, 4213.0, 4244.0, 4220.0, 4212.0, 4243.0, 4222.0, 4224.0, 4243.0, 4214.0, 4245.0, 4216.0, 4257.0, 4239.0, 4271.0, 4242.0, 4272.0, 4242.0, 4263.0, 4261.0, 4263.0, 4282.0, 4251.0, 4260.0, 4231.0, 4262.0, 4282.0, 4226.0, 4248.0, 4268.0, 4237.0, 4236.0, 4255.0, 4202.0, 4224.0, 4254.0, 4224.0, 4234.0, 4227.0, 4258.0, 4228.0, 4249.0, 4229.0, 4274.0, 4263.0, 4277.0, 4256.0, 4279.0, 4300.0, 4284.0, 4242.0, 4273.0, 4270.0, 4248.0, 4247.0, 4231.0, 4272.0, 4236.0, 4240.0, 4250.0, 4250.0, 4251.0, 4273.0, 4295.0, 4280.0, 4237.0, 4257.0, 4217.0, 4247.0, 4256.0, 4210.0, 4211.0, 4242.0, 4220.0, 4213.0, 4242.0, 4209.0, 4200.0, 4241.0, 4199.0, 4222.0, 4242.0, 4212.0, 4233.0, 4226.0, 4261.0, 4268.0, 4216.0, 4240.0, 4269.0, 4227.0, 4249.0, 4258.0, 4227.0, 4260.0, 4270.0, 4236.0, 4249.0, 4231.0, 4284.0, 4271.0, 4254.0, 4297.0, 4276.0, 4287.0, 4298.0, 4295.0, 4270.0, 4273.0, 4252.0, 4272.0, 4260.0, 4309.0, 4296.0, 4238.0, 4236.0, 4252.0, 4225.0, 4233.0, 4246.0, 4234.0, 4255.0, 4236.0, 4267.0, 4238.0, 4256.0, 4226.0, 4255.0, 4222.0, 4258.0, 4223.0, 4243.0, 4222.0, 4230.0, 4198.0, 4239.0, 4237.0, 4204.0, 4214.0, 4222.0, 4180.0, 4201.0, 4210.0, 4192.0, 4214.0, 4210.0, 4183.0, 4212.0, 4172.0, 4216.0, 4229.0, 4208.0, 4228.0, 4211.0, 4242.0, 4216.0, 4256.0, 4239.0, 4272.0, 4251.0, 4272.0, 4230.0, 4273.0, 4270.0, 4265.0, 4284.0, 4263.0, 4272.0, 4264.0, 4295.0, 4270.0, 4239.0, 4271.0, 4268.0, 4236.0, 4256.0, 4225.0, 4247.0, 4256.0, 4259.0, 4258.0, 4249.0, 4269.0, 4249.0, 4259.0, 4241.0, 4271.0, 4227.0, 4258.0, 4258.0, 4249.0, 4281.0, 4266.0, 4223.0, 4244.0, 4252.0, 4232.0, 4242.0, 4231.0, 4230.0, 4213.0, 4233.0, 4220.0, 4212.0, 4243.0, 4252.0, 4224.0, 4258.0, 4254.0, 4235.0, 4255.0, 4214.0, 4256.0, 4244.0, 4224.0, 4256.0, 4253.0, 4225.0, 4257.0, 4233.0, 4247.0, 4255.0, 4234.0, 4244.0, 4233.0, 4223.0, 4253.0, 4211.0, 4244.0, 4252.0, 4222.0, 4244.0, 4251.0, 4211.0, 4242.0, 4238.0, 4208.0, 4240.0, 4207.0, 4229.0, 4228.0, 4220.0, 4241.0, 4224.0, 4244.0, 4235.0, 4244.0, 4224.0, 4246.0, 4244.0, 4237.0, 4255.0, 4226.0, 4246.0, 4234.0, 4236.0, 4227.0, 4262.0, 4278.0, 4223.0, 4234.0, 4253.0, 4219.0, 4222.0, 4242.0, 4224.0, 4233.0, 4213.0, 4245.0, 4228.0, 4270.0, 4261.0, 4264.0, 4263.0, 4266.0, 4286.0, 4253.0, 4273.0, 4274.0, 4265.0, 4284.0, 4243.0, 4275.0, 4292.0, 4248.0, 4260.0, 4281.0, 4250.0, 4268.0, 4225.0, 4258.0, 4246.0, 4269.0, 4279.0, 4261.0, 4259.0, 4240.0, 4270.0, 4237.0, 4259.0, 4290.0, 4255.0, 4235.0, 4255.0, 4212.0, 4232.0, 4251.0, 4209.0, 4242.0, 4241.0, 4220.0, 4240.0, 4223.0, 4242.0, 4213.0, 4267.0, 4246.0, 4257.0, 4257.0, 4249.0, 4268.0, 4249.0, 4269.0, 4249.0, 4272.0, 4259.0, 4239.0, 4269.0, 4253.0, 4222.0, 4242.0, 4250.0, 4220.0, 4242.0, 4214.0, 4253.0, 4250.0, 4221.0, 4243.0, 4251.0, 4221.0, 4242.0, 4213.0, 4246.0, 4237.0, 4249.0, 4269.0, 4251.0, 4294.0, 4270.0, 4239.0, 4259.0, 4227.0, 4259.0, 4259.0, 4260.0, 4280.0, 4262.0, 4282.0, 4260.0, 4271.0, 4240.0, 4261.0, 4270.0, 4249.0, 4282.0, 4260.0, 4271.0], 'WindowWidth': [9546.0, 9532.0, 9481.0, 9492.0, 9440.0, 9482.0, 9432.0, 9474.0, 9424.0, 9462.0, 9420.0, 9403.0, 9428.0, 9484.0, 9396.0, 9405.0, 9382.0, 9439.0, 9417.0, 9428.0, 9436.0, 9471.0, 9396.0, 9404.0, 9405.0, 9434.0, 9436.0, 9375.0, 9403.0, 9378.0, 9380.0, 9418.0, 9443.0, 9391.0, 9438.0, 9415.0, 9449.0, 9426.0, 9463.0, 9431.0, 9462.0, 9452.0, 9397.0, 9443.0, 9443.0, 9409.0, 9456.0, 9427.0, 9403.0, 9447.0, 9412.0, 9455.0, 9443.0, 9451.0, 9481.0, 9500.0, 9439.0, 9407.0, 9470.0, 9442.0, 9391.0, 9424.0, 9365.0, 9444.0, 9409.0, 9413.0, 9441.0, 9412.0, 9447.0, 9415.0, 9424.0, 9381.0, 9425.0, 9376.0, 9391.0, 9444.0, 9426.0, 9366.0, 9393.0, 9398.0, 9331.0, 9375.0, 9351.0, 9331.0, 9373.0, 9354.0, 9397.0, 9357.0, 9403.0, 9366.0, 9424.0, 9403.0, 9452.0, 9444.0, 9383.0, 9410.0, 9434.0, 9354.0, 9386.0, 9400.0, 9353.0, 9386.0, 9395.0, 9351.0, 9383.0, 9398.0, 9374.0, 9399.0, 9365.0, 9409.0, 9383.0, 9418.0, 9445.0, 9423.0, 9463.0, 9420.0, 9422.0, 9415.0, 9482.0, 9473.0, 9393.0, 9419.0, 9464.0, 9397.0, 9408.0, 9371.0, 9432.0, 9446.0, 9386.0, 9427.0, 9411.0, 9403.0, 9444.0, 9427.0, 9451.0, 9432.0, 9475.0, 9466.0, 9404.0, 9436.0, 9462.0, 9400.0, 9424.0, 9390.0, 9446.0, 9407.0, 9466.0, 9406.0, 9455.0, 9406.0, 9437.0, 9467.0, 9394.0, 9411.0, 9458.0, 9385.0, 9390.0, 9413.0, 9353.0, 9385.0, 9396.0, 9369.0, 9403.0, 9415.0, 9369.0, 9387.0, 9395.0, 9353.0, 9386.0, 9408.0, 9356.0, 9389.0, 9374.0, 9396.0, 9422.0, 9368.0, 9427.0, 9423.0, 9383.0, 9429.0, 9438.0, 9379.0, 9408.0, 9378.0, 9403.0, 9416.0, 9441.0, 9435.0, 9426.0, 9411.0, 9474.0, 9489.0, 9414.0, 9418.0, 9466.0, 9427.0, 9380.0, 9366.0, 9413.0, 9437.0, 9395.0, 9426.0, 9400.0, 9431.0, 9387.0, 9421.0, 9401.0, 9417.0, 9428.0, 9403.0, 9445.0, 9402.0, 9427.0, 9376.0, 9441.0, 9368.0, 9428.0, 9384.0, 9413.0, 9384.0, 9465.0, 9435.0, 9361.0, 9403.0, 9365.0, 9419.0, 9362.0, 9392.0, 9381.0, 9411.0, 9361.0, 9379.0, 9416.0, 9358.0, 9404.0, 9387.0, 9396.0, 9424.0, 9371.0, 9342.0, 9400.0, 9348.0, 9341.0, 9396.0, 9358.0, 9408.0, 9389.0, 9432.0, 9423.0, 9386.0, 9432.0, 9410.0, 9429.0, 9396.0, 9452.0, 9416.0, 9481.0, 9496.0, 9430.0, 9453.0, 9506.0, 9477.0, 9414.0, 9464.0, 9474.0, 9411.0, 9443.0, 9490.0, 9419.0, 9422.0, 9464.0, 9380.0, 9401.0, 9449.0, 9409.0, 9384.0, 9428.0, 9405.0, 9386.0, 9441.0, 9403.0, 9375.0, 9392.0, 9416.0, 9466.0, 9381.0, 9398.0, 9445.0, 9405.0, 9379.0, 9421.0, 9380.0, 9412.0, 9392.0, 9383.0, 9427.0, 9399.0, 9427.0, 9388.0, 9429.0, 9391.0, 9418.0, 9443.0, 9419.0, 9408.0, 9447.0, 9427.0, 9383.0, 9371.0, 9435.0, 9465.0, 9414.0, 9356.0, 9420.0, 9414.0, 9360.0, 9382.0, 9390.0, 9326.0, 9345.0, 9370.0, 9333.0, 9363.0, 9368.0, 9332.0, 9363.0, 9346.0, 9356.0, 9394.0, 9336.0, 9383.0, 9365.0, 9356.0, 9415.0, 9353.0, 9383.0, 9377.0, 9354.0, 9396.0, 9337.0, 9370.0, 9396.0, 9371.0, 9406.0, 9409.0, 9343.0, 9364.0, 9390.0, 9375.0, 9375.0, 9336.0, 9360.0, 9356.0, 9401.0, 9371.0, 9430.0, 9402.0, 9445.0, 9438.0, 9429.0, 9453.0, 9419.0, 9462.0, 9457.0, 9385.0, 9415.0, 9447.0, 9396.0, 9413.0, 9443.0, 9385.0, 9417.0, 9424.0, 9382.0, 9416.0, 9405.0, 9384.0, 9422.0, 9367.0, 9416.0, 9428.0, 9399.0, 9415.0, 9407.0, 9399.0, 9425.0, 9383.0, 9413.0, 9437.0, 9381.0, 9425.0, 9388.0, 9379.0, 9423.0, 9368.0, 9395.0, 9418.0, 9375.0, 9406.0, 9385.0, 9373.0, 9398.0, 9360.0, 9408.0, 9415.0, 9371.0, 9404.0, 9398.0, 9372.0, 9398.0, 9360.0, 9404.0, 9390.0, 9398.0, 9408.0, 9401.0, 9444.0, 9428.0, 9436.0, 9405.0, 9437.0, 9430.0, 9404.0, 9448.0, 9418.0, 9432.0, 9394.0, 9435.0, 9405.0, 9434.0, 9482.0, 9409.0, 9395.0, 9433.0, 9340.0, 9369.0, 9394.0, 9337.0, 9388.0, 9412.0, 9361.0, 9406.0, 9371.0, 9416.0, 9428.0, 9369.0, 9417.0, 9448.0, 9411.0, 9453.0, 9416.0, 9443.0, 9417.0, 9457.0, 9447.0, 9476.0, 9458.0, 9502.0, 9473.0, 9380.0, 9454.0, 9445.0, 9392.0, 9407.0, 9383.0, 9427.0, 9404.0, 9421.0, 9424.0, 9488.0, 9420.0, 9375.0, 9362.0, 9392.0, 9382.0, 9415.0, 9438.0, 9370.0, 9371.0, 9359.0, 9363.0, 9358.0, 9407.0, 9416.0, 9355.0, 9380.0, 9358.0, 9411.0, 9400.0, 9424.0, 9370.0, 9395.0, 9390.0, 9434.0, 9401.0, 9441.0, 9437.0, 9483.0, 9443.0, 9406.0, 9424.0, 9441.0, 9382.0, 9414.0, 9383.0, 9358.0, 9403.0, 9363.0, 9355.0, 9401.0, 9368.0, 9375.0, 9400.0, 9362.0, 9405.0, 9371.0, 9426.0, 9406.0, 9449.0, 9413.0, 9455.0, 9414.0, 9444.0, 9437.0, 9443.0, 9468.0, 9424.0, 9435.0, 9399.0, 9441.0, 9469.0, 9380.0, 9413.0, 9445.0, 9395.0, 9392.0, 9418.0, 9343.0, 9376.0, 9415.0, 9377.0, 9392.0, 9387.0, 9430.0, 9392.0, 9420.0, 9396.0, 9460.0, 9447.0, 9469.0, 9440.0, 9476.0, 9509.0, 9474.0, 9413.0, 9456.0, 9448.0, 9412.0, 9410.0, 9396.0, 9454.0, 9393.0, 9410.0, 9421.0, 9423.0, 9424.0, 9458.0, 9496.0, 9459.0, 9397.0, 9425.0, 9372.0, 9413.0, 9425.0, 9349.0, 9353.0, 9399.0, 9362.0, 9357.0, 9396.0, 9347.0, 9339.0, 9396.0, 9333.0, 9371.0, 9400.0, 9359.0, 9387.0, 9386.0, 9439.0, 9445.0, 9371.0, 9408.0, 9448.0, 9385.0, 9419.0, 9431.0, 9387.0, 9436.0, 9451.0, 9399.0, 9417.0, 9399.0, 9472.0, 9454.0, 9434.0, 9498.0, 9469.0, 9483.0, 9499.0, 9494.0, 9449.0, 9458.0, 9431.0, 9457.0, 9437.0, 9530.0, 9505.0, 9401.0, 9396.0, 9413.0, 9380.0, 9391.0, 9411.0, 9395.0, 9423.0, 9399.0, 9442.0, 9404.0, 9426.0, 9385.0, 9425.0, 9372.0, 9431.0, 9373.0, 9404.0, 9371.0, 9379.0, 9334.0, 9392.0, 9386.0, 9334.0, 9346.0, 9355.0, 9295.0, 9327.0, 9336.0, 9316.0, 9349.0, 9338.0, 9303.0, 9345.0, 9290.0, 9356.0, 9378.0, 9349.0, 9377.0, 9360.0, 9403.0, 9375.0, 9428.0, 9410.0, 9456.0, 9429.0, 9457.0, 9400.0, 9460.0, 9454.0, 9453.0, 9479.0, 9447.0, 9460.0, 9448.0, 9497.0, 9452.0, 9405.0, 9454.0, 9447.0, 9397.0, 9424.0, 9382.0, 9415.0, 9425.0, 9434.0, 9433.0, 9421.0, 9450.0, 9423.0, 9437.0, 9414.0, 9453.0, 9390.0, 9433.0, 9430.0, 9421.0, 9470.0, 9441.0, 9376.0, 9406.0, 9416.0, 9386.0, 9400.0, 9381.0, 9380.0, 9362.0, 9391.0, 9368.0, 9361.0, 9405.0, 9414.0, 9379.0, 9432.0, 9420.0, 9393.0, 9423.0, 9369.0, 9427.0, 9406.0, 9382.0, 9427.0, 9416.0, 9382.0, 9430.0, 9391.0, 9415.0, 9424.0, 9394.0, 9404.0, 9386.0, 9377.0, 9417.0, 9358.0, 9406.0, 9416.0, 9373.0, 9405.0, 9410.0, 9356.0, 9400.0, 9389.0, 9346.0, 9393.0, 9345.0, 9378.0, 9376.0, 9369.0, 9398.0, 9380.0, 9408.0, 9396.0, 9409.0, 9382.0, 9413.0, 9406.0, 9399.0, 9424.0, 9384.0, 9413.0, 9393.0, 9397.0, 9388.0, 9444.0, 9461.0, 9375.0, 9392.0, 9420.0, 9364.0, 9373.0, 9400.0, 9377.0, 9389.0, 9367.0, 9412.0, 9392.0, 9454.0, 9442.0, 9452.0, 9448.0, 9456.0, 9484.0, 9432.0, 9461.0, 9462.0, 9452.0, 9477.0, 9420.0, 9465.0, 9489.0, 9418.0, 9437.0, 9468.0, 9426.0, 9446.0, 9385.0, 9433.0, 9415.0, 9450.0, 9465.0, 9441.0, 9435.0, 9411.0, 9451.0, 9403.0, 9437.0, 9482.0, 9421.0, 9394.0, 9420.0, 9358.0, 9386.0, 9411.0, 9351.0, 9400.0, 9398.0, 9369.0, 9396.0, 9375.0, 9402.0, 9365.0, 9441.0, 9411.0, 9428.0, 9428.0, 9421.0, 9446.0, 9421.0, 9448.0, 9419.0, 9457.0, 9437.0, 9406.0, 9450.0, 9419.0, 9371.0, 9400.0, 9408.0, 9366.0, 9402.0, 9368.0, 9419.0, 9411.0, 9370.0, 9402.0, 9412.0, 9371.0, 9400.0, 9364.0, 9413.0, 9404.0, 9424.0, 9450.0, 9428.0, 9493.0, 9451.0, 9406.0, 9432.0, 9387.0, 9434.0, 9436.0, 9441.0, 9469.0, 9443.0, 9471.0, 9439.0, 9453.0, 9411.0, 9443.0, 9452.0, 9421.0, 9470.0, 9438.0, 9454.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.001430712643678161</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.038190347471264374</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.47443266974686</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2523883719332585</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0076860128998846</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5016</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6080.9268</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10919661236348228</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>74</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>8.505747126436782</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.416601247990167</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.316578217495744</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5934959381662384</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.339729588308518</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0193564</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013338953256607056</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.04812280088663101</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.578468469161956</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>20.0876</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.5398</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>198.8534</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>293444.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>974.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>387.8198</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.8112</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>446.0052</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3463.2472</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3608.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>83100.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1600.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4356.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>788.0317</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>35.493236761540174</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> |