=== 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-0092 --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-0092",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 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-0092_ses-04_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0092_ses-04_task-social_acq-mb8_run-01_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-04_subject-0092_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-0092/figures/sub-0092_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0092_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-0092/figures/sub-0092_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0092_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-0092/figures/sub-0092_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0092_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-0092/figures/sub-0092_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-04_subject-0092_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-0092/figures/sub-0092_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-04_subject-0092_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-0092/figures/sub-0092_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0092_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-0092/figures/sub-0092_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0092/figures/sub-0092_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0092/ses-04/func/sub-0092_ses-04_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>bc96ca7eebb789c1585b709affa29604</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>19:57:33.917500</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.998841, -0.048119, 0.000890384, 0.0478031, 0.994087, 0.0974989]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0907191</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4142, -7750, -7206, 686, -45, -94, 83, 72]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>235.217</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>48fb6bde-00d5-4e9d-934f-953bcfe73e96||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.6798179149627686, 0.12825210392475128, 0.015057005919516087, 103.1296157836914], [0.1290997713804245, 2.667062520980835, 0.2628270387649536, -109.15461730957031], [0.00238883588463068, -0.2615824043750763, 2.6871352195739746, -35.36450958251953], [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': ['195733.917500', '195734.377500', '195734.837500', '195735.297500', '195735.757500', '195736.217500', '195736.677500', '195737.137500', '195737.597500', '195738.057500', '195738.517500', '195738.977500', '195739.437500', '195739.897500', '195740.357500', '195740.817500', '195741.277500', '195741.737500', '195742.197500', '195742.657500', '195743.117500', '195743.577500', '195744.037500', '195744.497500', '195744.957500', '195745.417500', '195745.877500', '195746.337500', '195746.797500', '195747.257500', '195747.717500', '195748.177500', '195748.637500', '195749.097500', '195749.557500', '195750.017500', '195750.477500', '195750.937500', '195751.397500', '195751.857500', '195752.317500', '195752.777500', '195753.237500', '195753.697500', '195754.157500', '195754.617500', '195755.077500', '195755.537500', '195755.997500', '195756.457500', '195756.917500', '195757.377500', '195757.837500', '195758.297500', '195758.757500', '195759.217500', '195759.677500', '195800.137500', '195800.597500', '195801.057500', '195801.517500', '195801.977500', '195802.437500', '195802.897500', '195803.357500', '195803.817500', '195804.277500', '195804.737500', '195805.197500', '195805.657500', '195806.117500', '195806.577500', '195807.037500', '195807.497500', '195807.957500', '195808.417500', '195808.877500', '195809.337500', '195809.797500', '195810.257500', '195810.717500', '195811.177500', '195811.637500', '195812.097500', '195812.557500', '195813.017500', '195813.477500', '195813.937500', '195814.397500', '195814.857500', '195815.317500', '195815.777500', '195816.237500', '195816.697500', '195817.157500', '195817.617500', '195818.077500', '195818.537500', '195818.997500', '195819.457500', '195819.917500', '195820.377500', '195820.837500', '195821.297500', '195821.757500', '195822.217500', '195822.677500', '195823.137500', '195823.597500', '195824.057500', '195824.517500', '195824.977500', '195825.437500', '195825.897500', '195826.357500', '195826.817500', '195827.277500', '195827.737500', '195828.197500', '195828.657500', '195829.117500', '195829.577500', '195830.037500', '195830.497500', '195830.957500', '195831.417500', '195831.877500', '195832.337500', '195832.797500', '195833.257500', '195833.717500', '195834.177500', '195834.637500', '195835.097500', '195835.557500', '195836.017500', '195836.477500', '195836.937500', '195837.397500', '195837.857500', '195838.317500', '195838.777500', '195839.237500', '195839.697500', '195840.157500', '195840.617500', '195841.077500', '195841.537500', '195841.997500', '195842.457500', '195842.917500', '195843.377500', '195843.837500', '195844.297500', '195844.757500', '195845.217500', '195845.677500', '195846.137500', '195846.597500', '195847.057500', '195847.517500', '195847.977500', '195848.437500', '195848.897500', '195849.357500', '195849.817500', '195850.277500', '195850.737500', '195851.197500', '195851.657500', '195852.117500', '195852.577500', '195853.037500', '195853.497500', '195853.957500', '195854.417500', '195854.877500', '195855.337500', '195855.797500', '195856.257500', '195856.717500', '195857.177500', '195857.637500', '195858.097500', '195858.557500', '195859.017500', '195859.477500', '195859.937500', '195900.397500', '195900.857500', '195901.317500', '195901.777500', '195902.237500', '195902.697500', '195903.157500', '195903.617500', '195904.077500', '195904.537500', '195904.997500', '195905.457500', '195905.917500', '195906.377500', '195906.837500', '195907.297500', '195907.757500', '195908.217500', '195908.677500', '195909.137500', '195909.597500', '195910.057500', '195910.517500', '195910.977500', '195911.437500', '195911.897500', '195912.357500', '195912.817500', '195913.277500', '195913.737500', '195914.197500', '195914.657500', '195915.117500', '195915.577500', '195916.037500', '195916.497500', '195916.957500', '195917.417500', '195917.877500', '195918.337500', '195918.797500', '195919.257500', '195919.717500', '195920.177500', '195920.637500', '195921.097500', '195921.557500', '195922.017500', '195922.477500', '195922.937500', '195923.397500', '195923.857500', '195924.317500', '195924.777500', '195925.237500', '195925.697500', '195926.157500', '195926.617500', '195927.077500', '195927.537500', '195927.997500', '195928.457500', '195928.917500', '195929.377500', '195929.837500', '195930.297500', '195930.757500', '195931.217500', '195931.677500', '195932.137500', '195932.597500', '195933.057500', '195933.517500', '195933.977500', '195934.437500', '195934.897500', '195935.357500', '195935.817500', '195936.277500', '195936.737500', '195937.197500', '195937.657500', '195938.117500', '195938.577500', '195939.037500', '195939.497500', '195939.957500', '195940.417500', '195940.877500', '195941.337500', '195941.797500', '195942.257500', '195942.717500', '195943.177500', '195943.637500', '195944.097500', '195944.557500', '195945.017500', '195945.477500', '195945.937500', '195946.397500', '195946.857500', '195947.317500', '195947.777500', '195948.237500', '195948.697500', '195949.157500', '195949.617500', '195950.077500', '195950.537500', '195950.997500', '195951.457500', '195951.917500', '195952.377500', '195952.837500', '195953.297500', '195953.757500', '195954.217500', '195954.677500', '195955.137500', '195955.597500', '195956.057500', '195956.517500', '195956.977500', '195957.437500', '195957.897500', '195958.357500', '195958.817500', '195959.277500', '195959.737500', '200000.197500', '200000.657500', '200001.117500', '200001.577500', '200002.037500', '200002.497500', '200002.957500', '200003.417500', '200003.877500', '200004.337500', '200004.797500', '200005.257500', '200005.717500', '200006.177500', '200006.637500', '200007.097500', '200007.557500', '200008.017500', '200008.477500', '200008.937500', '200009.397500', '200009.857500', '200010.317500', '200010.777500', '200011.237500', '200011.697500', '200012.157500', '200012.617500', '200013.077500', '200013.537500', '200013.997500', '200014.457500', '200014.917500', '200015.377500', '200015.837500', '200016.297500', '200016.757500', '200017.217500', '200017.677500', '200018.137500', '200018.597500', '200019.057500', '200019.517500', '200019.977500', '200020.437500', '200020.897500', '200021.357500', '200021.817500', '200022.277500', '200022.737500', '200023.197500', '200023.657500', '200024.117500', '200024.577500', '200025.037500', '200025.497500', '200025.957500', '200026.417500', '200026.877500', '200027.337500', '200027.797500', '200028.257500', '200028.717500', '200029.177500', '200029.637500', '200030.097500', '200030.557500', '200031.017500', '200031.477500', '200031.937500', '200032.397500', '200032.857500', '200033.317500', '200033.777500', '200034.237500', '200034.697500', '200035.157500', '200035.617500', '200036.077500', '200036.537500', '200036.997500', '200037.457500', '200037.917500', '200038.377500', '200038.837500', '200039.297500', '200039.757500', '200040.217500', '200040.677500', '200041.137500', '200041.597500', '200042.057500', '200042.517500', '200042.977500', '200043.437500', '200043.897500', '200044.357500', '200044.817500', '200045.277500', '200045.737500', '200046.197500', '200046.657500', '200047.117500', '200047.577500', '200048.037500', '200048.497500', '200048.957500', '200049.417500', '200049.877500', '200050.337500', '200050.797500', '200051.257500', '200051.717500', '200052.177500', '200052.637500', '200053.097500', '200053.557500', '200054.017500', '200054.477500', '200054.937500', '200055.397500', '200055.857500', '200056.317500', '200056.777500', '200057.237500', '200057.697500', '200058.157500', '200058.617500', '200059.077500', '200059.537500', '200059.997500', '200100.457500', '200100.917500', '200101.377500', '200101.837500', '200102.297500', '200102.757500', '200103.217500', '200103.677500', '200104.137500', '200104.597500', '200105.057500', '200105.517500', '200105.977500', '200106.437500', '200106.897500', '200107.357500', '200107.817500', '200108.277500', '200108.737500', '200109.197500', '200109.657500', '200110.117500', '200110.577500', '200111.037500', '200111.497500', '200111.957500', '200112.417500', '200112.877500', '200113.337500', '200113.797500', '200114.257500', '200114.717500', '200115.177500', '200115.637500', '200116.097500', '200116.557500', '200117.017500', '200117.477500', '200117.937500', '200118.397500', '200118.857500', '200119.317500', '200119.777500', '200120.237500', '200120.697500', '200121.157500', '200121.617500', '200122.077500', '200122.537500', '200122.997500', '200123.457500', '200123.917500', '200124.377500', '200124.837500', '200125.297500', '200125.757500', '200126.217500', '200126.677500', '200127.137500', '200127.597500', '200128.057500', '200128.517500', '200128.977500', '200129.437500', '200129.897500', '200130.357500', '200130.817500', '200131.277500', '200131.737500', '200132.197500', '200132.657500', '200133.117500', '200133.577500', '200134.037500', '200134.497500', '200134.957500', '200135.417500', '200135.877500', '200136.337500', '200136.797500', '200137.257500', '200137.717500', '200138.177500', '200138.637500', '200139.097500', '200139.557500', '200140.017500', '200140.477500', '200140.937500', '200141.397500', '200141.857500', '200142.317500', '200142.777500', '200143.237500', '200143.697500', '200144.157500', '200144.617500', '200145.077500', '200145.537500', '200145.997500', '200146.457500', '200146.917500', '200147.377500', '200147.837500', '200148.297500', '200148.757500', '200149.217500', '200149.677500', '200150.137500', '200150.597500', '200151.057500', '200151.517500', '200151.977500', '200152.437500', '200152.897500', '200153.357500', '200153.817500', '200154.277500', '200154.737500', '200155.197500', '200155.657500', '200156.117500', '200156.577500', '200157.037500', '200157.497500', '200157.957500', '200158.417500', '200158.877500', '200159.337500', '200159.797500', '200200.257500', '200200.717500', '200201.177500', '200201.637500', '200202.097500', '200202.557500', '200203.017500', '200203.477500', '200203.937500', '200204.397500', '200204.857500', '200205.317500', '200205.777500', '200206.237500', '200206.697500', '200207.157500', '200207.617500', '200208.077500', '200208.537500', '200208.997500', '200209.457500', '200209.917500', '200210.377500', '200210.837500', '200211.297500', '200211.757500', '200212.217500', '200212.677500', '200213.137500', '200213.597500', '200214.057500', '200214.517500', '200214.977500', '200215.437500', '200215.897500', '200216.357500', '200216.817500', '200217.277500', '200217.737500', '200218.197500', '200218.657500', '200219.117500', '200219.577500', '200220.037500', '200220.497500', '200220.957500', '200221.417500', '200221.877500', '200222.337500', '200222.797500', '200223.257500', '200223.717500', '200224.177500', '200224.637500', '200225.097500', '200225.557500', '200226.017500', '200226.477500', '200226.937500', '200227.397500', '200227.857500', '200228.317500', '200228.777500', '200229.237500', '200229.697500', '200230.157500', '200230.617500', '200231.077500', '200231.537500', '200231.997500', '200232.457500', '200232.917500', '200233.377500', '200233.837500', '200234.297500', '200234.757500', '200235.217500', '200235.677500', '200236.137500', '200236.597500', '200237.057500', '200237.517500', '200237.977500', '200238.437500', '200238.897500', '200239.357500', '200239.817500', '200240.277500', '200240.737500', '200241.197500', '200241.657500', '200242.117500', '200242.577500', '200243.037500', '200243.497500', '200243.957500', '200244.417500', '200244.877500', '200245.337500', '200245.797500', '200246.257500', '200246.717500', '200247.177500', '200247.637500', '200248.097500', '200248.557500', '200249.017500', '200249.477500', '200249.937500', '200250.397500', '200250.857500', '200251.317500', '200251.777500', '200252.237500', '200252.697500', '200253.157500', '200253.617500', '200254.077500', '200254.537500', '200254.997500', '200255.457500', '200255.917500', '200256.377500', '200256.837500', '200257.297500', '200257.757500', '200258.217500', '200258.677500', '200259.137500', '200259.597500', '200300.057500', '200300.517500', '200300.977500', '200301.437500', '200301.897500', '200302.357500', '200302.817500', '200303.277500', '200303.737500', '200304.197500', '200304.657500', '200305.117500', '200305.577500', '200306.037500', '200306.497500', '200306.957500', '200307.417500', '200307.877500', '200308.337500', '200308.797500', '200309.257500', '200309.717500', '200310.177500', '200310.637500', '200311.097500', '200311.557500', '200312.017500', '200312.477500', '200312.937500', '200313.397500', '200313.857500', '200314.317500', '200314.777500', '200315.237500', '200315.697500', '200316.157500', '200316.617500', '200317.077500', '200317.537500', '200317.997500', '200318.457500', '200318.917500', '200319.377500', '200319.837500', '200320.297500', '200320.757500', '200321.217500', '200321.677500', '200322.137500', '200322.597500', '200323.057500', '200323.517500', '200323.977500', '200324.437500', '200324.897500', '200325.357500', '200325.817500', '200326.277500', '200326.737500', '200327.197500', '200327.657500', '200328.117500', '200328.577500', '200329.037500', '200329.497500', '200329.957500', '200330.417500', '200330.877500', '200331.337500', '200331.797500', '200332.257500', '200332.717500', '200333.177500', '200333.637500', '200334.097500', '200334.557500', '200335.017500', '200335.477500', '200335.937500', '200336.397500', '200336.857500', '200337.317500', '200337.777500', '200338.237500', '200338.697500', '200339.157500', '200339.617500', '200340.077500', '200340.537500', '200340.997500', '200341.457500', '200341.917500', '200342.377500', '200342.837500', '200343.297500', '200343.757500', '200344.217500', '200344.677500', '200345.137500', '200345.597500', '200346.057500', '200346.517500', '200346.977500', '200347.437500', '200347.897500', '200348.357500', '200348.817500', '200349.277500', '200349.737500', '200350.197500', '200350.657500', '200351.117500', '200351.577500', '200352.037500', '200352.497500', '200352.957500', '200353.417500', '200353.877500', '200354.337500', '200354.797500', '200355.257500', '200355.717500', '200356.177500', '200356.637500', '200357.097500', '200357.557500', '200358.017500', '200358.477500', '200358.937500', '200359.397500', '200359.857500', '200400.317500', '200400.777500', '200401.237500', '200401.697500', '200402.157500', '200402.617500', '200403.077500', '200403.537500', '200403.997500', '200404.457500', '200404.917500', '200405.377500', '200405.837500', '200406.297500', '200406.757500', '200407.217500', '200407.677500', '200408.137500', '200408.597500', '200409.057500', '200409.517500', '200409.977500', '200410.437500', '200410.897500', '200411.357500', '200411.817500', '200412.277500', '200412.737500', '200413.197500', '200413.657500', '200414.117500', '200414.577500'], 'ContentTime': ['195748.574000', '195748.577000', '195748.584000', '195748.586000', '195748.589000', '195748.591000', '195748.594000', '195748.597000', '195748.599000', '195748.602000', '195748.604000', '195748.607000', '195748.609000', '195748.612000', '195748.615000', '195748.617000', '195748.625000', '195748.627000', '195748.630000', '195748.632000', '195748.635000', '195748.637000', '195748.640000', '195748.643000', '195748.645000', '195748.648000', '195748.650000', '195748.653000', '195748.656000', '195748.658000', '195808.531000', '195808.534000', '195808.537000', '195808.539000', '195808.542000', '195808.550000', '195808.553000', '195808.555000', '195808.558000', '195808.560000', '195808.563000', '195808.565000', '195808.568000', '195808.572000', '195808.575000', '195808.577000', '195808.580000', '195808.582000', '195808.585000', '195808.588000', '195808.590000', '195808.593000', '195808.595000', '195808.598000', '195808.600000', '195808.603000', '195808.606000', '195808.608000', '195808.611000', '195808.613000', '195808.616000', '195808.618000', '195808.621000', '195808.624000', '195808.627000', '195808.629000', '195808.632000', '195808.634000', '195808.637000', '195808.640000', '195808.642000', '195808.645000', '195808.647000', '195808.650000', '195828.531000', '195828.533000', '195828.536000', '195828.539000', '195828.541000', '195828.544000', '195828.547000', '195828.549000', '195828.552000', '195828.555000', '195828.557000', '195828.560000', '195828.562000', '195828.565000', '195828.568000', '195828.570000', '195828.573000', '195828.575000', '195828.578000', '195828.581000', '195828.583000', '195828.586000', '195828.588000', '195828.596000', '195828.598000', '195828.601000', '195828.604000', '195828.606000', '195828.609000', '195828.611000', '195828.614000', '195828.617000', '195828.619000', '195828.622000', '195828.624000', '195828.627000', '195828.629000', '195828.632000', '195828.635000', '195828.637000', '195828.640000', '195828.642000', '195828.645000', '195848.531000', '195848.535000', '195848.537000', '195848.540000', '195848.542000', '195848.545000', '195848.548000', '195848.550000', '195848.553000', '195848.555000', '195848.558000', '195848.561000', '195848.563000', '195848.566000', '195848.568000', '195848.571000', '195848.574000', '195848.576000', '195848.579000', '195848.582000', '195848.584000', '195848.587000', '195848.590000', '195848.592000', '195848.595000', '195848.598000', '195848.600000', '195848.603000', '195848.606000', '195848.608000', '195848.611000', '195848.613000', '195848.616000', '195848.619000', '195848.621000', '195848.624000', '195848.626000', '195848.629000', '195848.668000', '195848.670000', '195848.673000', '195848.675000', '195848.678000', '195908.531000', '195908.534000', '195908.537000', '195908.540000', '195908.542000', '195908.545000', '195908.547000', '195908.550000', '195908.553000', '195908.555000', '195908.558000', '195908.560000', '195908.563000', '195908.566000', '195908.568000', '195908.571000', '195908.574000', '195908.576000', '195908.579000', '195908.582000', '195908.584000', '195908.587000', '195908.589000', '195908.592000', '195908.595000', '195908.597000', '195908.600000', '195908.603000', '195908.605000', '195908.608000', '195908.610000', '195908.613000', '195908.616000', '195908.618000', '195908.621000', '195908.623000', '195908.626000', '195908.629000', '195908.631000', '195908.634000', '195908.637000', '195908.639000', '195908.642000', '195908.644000', '195928.532000', '195928.535000', '195928.537000', '195928.540000', '195928.542000', '195928.545000', '195928.548000', '195928.551000', '195928.554000', '195928.556000', '195928.559000', '195928.562000', '195928.564000', '195928.567000', '195928.570000', '195928.572000', '195928.575000', '195928.578000', '195928.580000', '195928.583000', '195928.585000', '195928.588000', '195928.591000', '195928.594000', '195928.596000', '195928.599000', '195928.601000', '195928.604000', '195928.607000', '195928.609000', '195928.614000', '195928.617000', '195928.619000', '195928.622000', '195928.625000', '195928.627000', '195928.630000', '195928.633000', '195928.635000', '195928.638000', '195928.641000', '195928.643000', '195928.646000', '195948.531000', '195948.534000', '195948.537000', '195948.540000', '195948.542000', '195948.545000', '195948.547000', '195948.550000', '195948.553000', '195948.555000', '195948.558000', '195948.561000', '195948.563000', '195948.566000', '195948.568000', '195948.571000', '195948.574000', '195948.576000', '195948.579000', '195948.582000', '195948.584000', '195948.587000', '195948.590000', '195948.593000', '195948.595000', '195948.598000', '195948.600000', '195948.603000', '195948.606000', '195948.608000', '195948.611000', '195948.613000', '195948.616000', '195948.619000', '195948.621000', '195948.624000', '195948.627000', '195948.629000', '195948.632000', '195948.634000', '195948.637000', '195948.640000', '195948.642000', '195948.645000', '200008.531000', '200008.534000', '200008.537000', '200008.540000', '200008.542000', '200008.545000', '200008.548000', '200008.550000', '200008.553000', '200008.555000', '200008.558000', '200008.561000', '200008.563000', '200008.566000', '200008.569000', '200008.571000', '200008.574000', '200008.577000', '200008.579000', '200008.582000', '200008.585000', '200008.587000', '200008.590000', '200008.593000', '200008.595000', '200008.598000', '200008.600000', '200008.603000', '200008.606000', '200008.608000', '200008.611000', '200008.613000', '200008.616000', '200008.619000', '200008.621000', '200008.624000', '200008.626000', '200008.629000', '200008.632000', '200008.634000', '200008.637000', '200008.639000', '200008.642000', '200028.531000', '200028.534000', '200028.537000', '200028.540000', '200028.542000', '200028.545000', '200028.547000', '200028.550000', '200028.553000', '200028.555000', '200028.558000', '200028.561000', '200028.563000', '200028.566000', '200028.568000', '200028.571000', '200028.574000', '200028.576000', '200028.579000', '200028.581000', '200028.584000', '200028.587000', '200028.589000', '200028.592000', '200028.595000', '200028.597000', '200028.600000', '200028.602000', '200028.605000', '200028.608000', '200028.610000', '200028.613000', '200028.615000', '200028.618000', '200028.632000', '200028.634000', '200028.637000', '200028.640000', '200028.642000', '200028.645000', '200028.647000', '200028.650000', '200028.653000', '200028.655000', '200048.531000', '200048.533000', '200048.536000', '200048.539000', '200048.541000', '200048.544000', '200048.547000', '200048.549000', '200048.552000', '200048.555000', '200048.557000', '200048.560000', '200048.563000', '200048.565000', '200048.568000', '200048.571000', '200048.573000', '200048.576000', '200048.580000', '200048.583000', '200048.585000', '200048.588000', '200048.591000', '200048.593000', '200048.596000', '200048.599000', '200048.601000', '200048.604000', '200048.607000', '200048.609000', '200048.612000', '200048.614000', '200048.617000', '200048.620000', '200048.623000', '200048.625000', '200048.628000', '200048.630000', '200048.633000', '200048.636000', '200048.638000', '200048.641000', '200048.643000', '200108.532000', '200108.534000', '200108.537000', '200108.540000', '200108.542000', '200108.545000', '200108.548000', '200108.550000', '200108.553000', '200108.555000', '200108.558000', '200108.561000', '200108.563000', '200108.566000', '200108.568000', '200108.571000', '200108.574000', '200108.576000', '200108.579000', '200108.582000', '200108.584000', '200108.587000', '200108.590000', '200108.592000', '200108.595000', '200108.597000', '200108.600000', '200108.603000', '200108.605000', '200108.608000', '200108.610000', '200108.613000', '200108.616000', '200108.618000', '200108.621000', '200108.623000', '200108.626000', '200108.636000', '200108.639000', '200108.641000', '200108.644000', '200108.647000', '200108.649000', '200108.652000', '200128.532000', '200128.535000', '200128.537000', '200128.540000', '200128.543000', '200128.545000', '200128.548000', '200128.551000', '200128.553000', '200128.556000', '200128.558000', '200128.561000', '200128.563000', '200128.566000', '200128.569000', '200128.571000', '200128.574000', '200128.577000', '200128.579000', '200128.582000', '200128.585000', '200128.587000', '200128.590000', '200128.592000', '200128.595000', '200128.598000', '200128.600000', '200128.603000', '200128.605000', '200128.608000', '200128.611000', '200128.613000', '200128.616000', '200128.619000', '200128.621000', '200128.624000', '200128.627000', '200128.630000', '200128.633000', '200128.636000', '200128.639000', '200128.641000', '200128.644000', '200148.531000', '200148.534000', '200148.537000', '200148.540000', '200148.542000', '200148.545000', '200148.548000', '200148.550000', '200148.553000', '200148.555000', '200148.558000', '200148.561000', '200148.563000', '200148.566000', '200148.569000', '200148.571000', '200148.574000', '200148.577000', '200148.579000', '200148.582000', '200148.585000', '200148.587000', '200148.590000', '200148.592000', '200148.595000', '200148.598000', '200148.600000', '200148.603000', '200148.605000', '200148.608000', '200148.611000', '200148.613000', '200148.616000', '200148.619000', '200148.621000', '200148.624000', '200148.626000', '200148.629000', '200148.632000', '200148.634000', '200148.637000', '200148.640000', '200148.642000', '200148.645000', '200208.532000', '200208.534000', '200208.537000', '200208.540000', '200208.542000', '200208.545000', '200208.547000', '200208.550000', '200208.552000', '200208.555000', '200208.558000', '200208.560000', '200208.563000', '200208.566000', '200208.568000', '200208.585000', '200208.587000', '200208.590000', '200208.593000', '200208.595000', '200208.598000', '200208.600000', '200208.603000', '200208.606000', '200208.608000', '200208.611000', '200208.613000', '200208.616000', '200208.618000', '200208.621000', '200208.624000', '200208.626000', '200208.629000', '200208.631000', '200208.634000', '200208.637000', '200208.639000', '200208.642000', '200208.644000', '200208.647000', '200208.650000', '200208.652000', '200208.655000', '200228.532000', '200228.534000', '200228.537000', '200228.540000', '200228.542000', '200228.545000', '200228.548000', '200228.550000', '200228.553000', '200228.555000', '200228.558000', '200228.560000', '200228.563000', '200228.566000', '200228.568000', '200228.571000', '200228.574000', '200228.576000', '200228.579000', '200228.581000', '200228.584000', '200228.587000', '200228.590000', '200228.592000', '200228.595000', '200228.598000', '200228.600000', '200228.603000', '200228.605000', '200228.608000', '200228.611000', '200228.613000', '200228.616000', '200228.618000', '200228.621000', '200228.624000', '200228.626000', '200228.629000', '200228.632000', '200228.634000', '200228.637000', '200228.639000', '200228.642000', '200228.645000', '200248.532000', '200248.534000', '200248.537000', '200248.540000', '200248.542000', '200248.545000', '200248.547000', '200248.550000', '200248.553000', '200248.555000', '200248.558000', '200248.560000', '200248.563000', '200248.566000', '200248.568000', '200248.571000', '200248.574000', '200248.576000', '200248.579000', '200248.582000', '200248.584000', '200248.587000', '200248.589000', '200248.592000', '200248.595000', '200248.597000', '200248.600000', '200248.602000', '200248.605000', '200248.608000', '200248.610000', '200248.613000', '200248.616000', '200248.618000', '200248.621000', '200248.623000', '200248.626000', '200248.629000', '200248.631000', '200248.634000', '200248.636000', '200248.639000', '200248.642000', '200308.531000', '200308.533000', '200308.536000', '200308.539000', '200308.541000', '200308.544000', '200308.547000', '200308.549000', '200308.552000', '200308.555000', '200308.557000', '200308.560000', '200308.562000', '200308.565000', '200308.568000', '200308.570000', '200308.573000', '200308.575000', '200308.578000', '200308.581000', '200308.583000', '200308.586000', '200308.588000', '200308.591000', '200308.594000', '200308.596000', '200308.599000', '200308.601000', '200308.604000', '200308.607000', '200308.609000', '200308.612000', '200308.614000', '200308.617000', '200308.620000', '200308.622000', '200308.625000', '200308.627000', '200308.630000', '200308.632000', '200308.635000', '200308.638000', '200308.640000', '200308.643000', '200328.532000', '200328.535000', '200328.537000', '200328.540000', '200328.542000', '200328.545000', '200328.548000', '200328.550000', '200328.553000', '200328.555000', '200328.558000', '200328.561000', '200328.563000', '200328.566000', '200328.569000', '200328.571000', '200328.574000', '200328.577000', '200328.579000', '200328.582000', '200328.584000', '200328.587000', '200328.590000', '200328.592000', '200328.595000', '200328.624000', '200328.627000', '200328.629000', '200328.632000', '200328.635000', '200328.637000', '200328.640000', '200328.643000', '200328.645000', '200328.648000', '200328.651000', '200328.653000', '200328.656000', '200328.659000', '200328.661000', '200328.664000', '200328.668000', '200328.671000', '200348.534000', '200348.537000', '200348.540000', '200348.542000', '200348.545000', '200348.547000', '200348.550000', '200348.553000', '200348.555000', '200348.558000', '200348.561000', '200348.564000', '200348.567000', '200348.569000', '200348.572000', '200348.574000', '200348.577000', '200348.580000', '200348.582000', '200348.585000', '200348.587000', '200348.590000', '200348.593000', '200348.595000', '200348.598000', '200348.600000', '200348.603000', '200348.606000', '200348.608000', '200348.611000', '200348.613000', '200348.616000', '200348.619000', '200348.621000', '200348.624000', '200348.626000', '200348.629000', '200348.631000', '200348.634000', '200348.637000', '200348.639000', '200348.642000', '200348.645000', '200348.647000', '200408.532000', '200408.534000', '200408.537000', '200408.540000', '200408.542000', '200408.545000', '200408.548000', '200408.550000', '200408.553000', '200408.555000', '200408.558000', '200408.561000', '200408.563000', '200408.566000', '200408.569000', '200408.571000', '200408.574000', '200408.576000', '200408.579000', '200408.582000', '200408.584000', '200408.587000', '200408.590000', '200408.592000', '200408.595000', '200408.597000', '200408.600000', '200408.603000', '200408.605000', '200408.608000', '200408.610000', '200408.613000', '200408.616000', '200408.618000', '200408.621000', '200408.623000', '200408.626000', '200408.628000', '200408.631000', '200408.634000', '200408.636000', '200408.639000', '200408.642000', '200415.600000', '200415.604000', '200415.606000', '200415.609000', '200415.612000', '200415.615000', '200415.618000', '200415.621000', '200415.623000', '200415.626000', '200415.629000', '200415.632000', '200415.635000', '200415.638000', '200415.642000', '200415.645000'], 'InstanceCreationTime': ['195748.574000', '195748.577000', '195748.584000', '195748.586000', '195748.589000', '195748.591000', '195748.594000', '195748.597000', '195748.599000', '195748.602000', '195748.604000', '195748.607000', '195748.609000', '195748.612000', '195748.615000', '195748.617000', '195748.625000', '195748.627000', '195748.630000', '195748.632000', '195748.635000', '195748.637000', '195748.640000', '195748.643000', '195748.645000', '195748.648000', '195748.650000', '195748.653000', '195748.656000', '195748.658000', '195808.531000', '195808.534000', '195808.537000', '195808.539000', '195808.542000', '195808.550000', '195808.553000', '195808.555000', '195808.558000', '195808.560000', '195808.563000', '195808.565000', '195808.568000', '195808.572000', '195808.575000', '195808.577000', '195808.580000', '195808.582000', '195808.585000', '195808.588000', '195808.590000', '195808.593000', '195808.595000', '195808.598000', '195808.600000', '195808.603000', '195808.606000', '195808.608000', '195808.611000', '195808.613000', '195808.616000', '195808.618000', '195808.621000', '195808.624000', '195808.627000', '195808.629000', '195808.632000', '195808.634000', '195808.637000', '195808.640000', '195808.642000', '195808.645000', '195808.647000', '195808.650000', '195828.531000', '195828.533000', '195828.536000', '195828.539000', '195828.541000', '195828.544000', '195828.547000', '195828.549000', '195828.552000', '195828.555000', '195828.557000', '195828.560000', '195828.562000', '195828.565000', '195828.568000', '195828.570000', '195828.573000', '195828.575000', '195828.578000', '195828.581000', '195828.583000', '195828.586000', '195828.588000', '195828.596000', '195828.598000', '195828.601000', '195828.604000', '195828.606000', '195828.609000', '195828.611000', '195828.614000', '195828.617000', '195828.619000', '195828.622000', '195828.624000', '195828.627000', '195828.629000', '195828.632000', '195828.635000', '195828.637000', '195828.640000', '195828.642000', '195828.645000', '195848.531000', '195848.535000', '195848.537000', '195848.540000', '195848.542000', '195848.545000', '195848.548000', '195848.550000', '195848.553000', '195848.555000', '195848.558000', '195848.561000', '195848.563000', '195848.566000', '195848.568000', '195848.571000', '195848.574000', '195848.576000', '195848.579000', '195848.582000', '195848.584000', '195848.587000', '195848.590000', '195848.592000', '195848.595000', '195848.598000', '195848.600000', '195848.603000', '195848.606000', '195848.608000', '195848.611000', '195848.613000', '195848.616000', '195848.619000', '195848.621000', '195848.624000', '195848.626000', '195848.629000', '195848.668000', '195848.670000', '195848.673000', '195848.675000', '195848.678000', '195908.531000', '195908.534000', '195908.537000', '195908.540000', '195908.542000', '195908.545000', '195908.547000', '195908.550000', '195908.553000', '195908.555000', '195908.558000', '195908.560000', '195908.563000', '195908.566000', '195908.568000', '195908.571000', '195908.574000', '195908.576000', '195908.579000', '195908.582000', '195908.584000', '195908.587000', '195908.589000', '195908.592000', '195908.595000', '195908.597000', '195908.600000', '195908.603000', '195908.605000', '195908.608000', '195908.610000', '195908.613000', '195908.616000', '195908.618000', '195908.621000', '195908.623000', '195908.626000', '195908.629000', '195908.631000', '195908.634000', '195908.637000', '195908.639000', '195908.642000', '195908.644000', '195928.532000', '195928.535000', '195928.537000', '195928.540000', '195928.542000', '195928.545000', '195928.548000', '195928.551000', '195928.554000', '195928.556000', '195928.559000', '195928.562000', '195928.564000', '195928.567000', '195928.570000', '195928.572000', '195928.575000', '195928.578000', '195928.580000', '195928.583000', '195928.585000', '195928.588000', '195928.591000', '195928.594000', '195928.596000', '195928.599000', '195928.601000', '195928.604000', '195928.607000', '195928.609000', '195928.614000', '195928.617000', '195928.619000', '195928.622000', '195928.625000', '195928.627000', '195928.630000', '195928.633000', '195928.635000', '195928.638000', '195928.641000', '195928.643000', '195928.646000', '195948.531000', '195948.534000', '195948.537000', '195948.540000', '195948.542000', '195948.545000', '195948.547000', '195948.550000', '195948.553000', '195948.555000', '195948.558000', '195948.561000', '195948.563000', '195948.566000', '195948.568000', '195948.571000', '195948.574000', '195948.576000', '195948.579000', '195948.582000', '195948.584000', '195948.587000', '195948.590000', '195948.593000', '195948.595000', '195948.598000', '195948.600000', '195948.603000', '195948.606000', '195948.608000', '195948.611000', '195948.613000', '195948.616000', '195948.619000', '195948.621000', '195948.624000', '195948.627000', '195948.629000', '195948.632000', '195948.634000', '195948.637000', '195948.640000', '195948.642000', '195948.645000', '200008.531000', '200008.534000', '200008.537000', '200008.540000', '200008.542000', '200008.545000', '200008.548000', '200008.550000', '200008.553000', '200008.555000', '200008.558000', '200008.561000', '200008.563000', '200008.566000', '200008.569000', '200008.571000', '200008.574000', '200008.577000', '200008.579000', '200008.582000', '200008.585000', '200008.587000', '200008.590000', '200008.593000', '200008.595000', '200008.598000', '200008.600000', '200008.603000', '200008.606000', '200008.608000', '200008.611000', '200008.613000', '200008.616000', '200008.619000', '200008.621000', '200008.624000', '200008.626000', '200008.629000', '200008.632000', '200008.634000', '200008.637000', '200008.639000', '200008.642000', '200028.531000', '200028.534000', '200028.537000', '200028.540000', '200028.542000', '200028.545000', '200028.547000', '200028.550000', '200028.553000', '200028.555000', '200028.558000', '200028.561000', '200028.563000', '200028.566000', '200028.568000', '200028.571000', '200028.574000', '200028.576000', '200028.579000', '200028.581000', '200028.584000', '200028.587000', '200028.589000', '200028.592000', '200028.595000', '200028.597000', '200028.600000', '200028.602000', '200028.605000', '200028.608000', '200028.610000', '200028.613000', '200028.615000', '200028.618000', '200028.632000', '200028.634000', '200028.637000', '200028.640000', '200028.642000', '200028.645000', '200028.647000', '200028.650000', '200028.653000', '200028.655000', '200048.531000', '200048.533000', '200048.536000', '200048.539000', '200048.541000', '200048.544000', '200048.547000', '200048.549000', '200048.552000', '200048.555000', '200048.557000', '200048.560000', '200048.563000', '200048.565000', '200048.568000', '200048.571000', '200048.573000', '200048.576000', '200048.580000', '200048.583000', '200048.585000', '200048.588000', '200048.591000', '200048.593000', '200048.596000', '200048.599000', '200048.601000', '200048.604000', '200048.607000', '200048.609000', '200048.612000', '200048.614000', '200048.617000', '200048.620000', '200048.623000', '200048.625000', '200048.628000', '200048.630000', '200048.633000', '200048.636000', '200048.638000', '200048.641000', '200048.643000', '200108.532000', '200108.534000', '200108.537000', '200108.540000', '200108.542000', '200108.545000', '200108.548000', '200108.550000', '200108.553000', '200108.555000', '200108.558000', '200108.561000', '200108.563000', '200108.566000', '200108.568000', '200108.571000', '200108.574000', '200108.576000', '200108.579000', '200108.582000', '200108.584000', '200108.587000', '200108.590000', '200108.592000', '200108.595000', '200108.597000', '200108.600000', '200108.603000', '200108.605000', '200108.608000', '200108.610000', '200108.613000', '200108.616000', '200108.618000', '200108.621000', '200108.623000', '200108.626000', '200108.636000', '200108.639000', '200108.641000', '200108.644000', '200108.647000', '200108.649000', '200108.652000', '200128.532000', '200128.535000', '200128.537000', '200128.540000', '200128.543000', '200128.545000', '200128.548000', '200128.551000', '200128.553000', '200128.556000', '200128.558000', '200128.561000', '200128.563000', '200128.566000', '200128.569000', '200128.571000', '200128.574000', '200128.577000', '200128.579000', '200128.582000', '200128.585000', '200128.587000', '200128.590000', '200128.592000', '200128.595000', '200128.598000', '200128.600000', '200128.603000', '200128.605000', '200128.608000', '200128.611000', '200128.613000', '200128.616000', '200128.619000', '200128.621000', '200128.624000', '200128.627000', '200128.630000', '200128.633000', '200128.636000', '200128.639000', '200128.641000', '200128.644000', '200148.531000', '200148.534000', '200148.537000', '200148.540000', '200148.542000', '200148.545000', '200148.548000', '200148.550000', '200148.553000', '200148.555000', '200148.558000', '200148.561000', '200148.563000', '200148.566000', '200148.569000', '200148.571000', '200148.574000', '200148.577000', '200148.579000', '200148.582000', '200148.585000', '200148.587000', '200148.590000', '200148.592000', '200148.595000', '200148.598000', '200148.600000', '200148.603000', '200148.605000', '200148.608000', '200148.611000', '200148.613000', '200148.616000', '200148.619000', '200148.621000', '200148.624000', '200148.626000', '200148.629000', '200148.632000', '200148.634000', '200148.637000', '200148.640000', '200148.642000', '200148.645000', '200208.532000', '200208.534000', '200208.537000', '200208.540000', '200208.542000', '200208.545000', '200208.547000', '200208.550000', '200208.552000', '200208.555000', '200208.558000', '200208.560000', '200208.563000', '200208.566000', '200208.568000', '200208.585000', '200208.587000', '200208.590000', '200208.593000', '200208.595000', '200208.598000', '200208.600000', '200208.603000', '200208.606000', '200208.608000', '200208.611000', '200208.613000', '200208.616000', '200208.618000', '200208.621000', '200208.624000', '200208.626000', '200208.629000', '200208.631000', '200208.634000', '200208.637000', '200208.639000', '200208.642000', '200208.644000', '200208.647000', '200208.650000', '200208.652000', '200208.655000', '200228.532000', '200228.534000', '200228.537000', '200228.540000', '200228.542000', '200228.545000', '200228.548000', '200228.550000', '200228.553000', '200228.555000', '200228.558000', '200228.560000', '200228.563000', '200228.566000', '200228.568000', '200228.571000', '200228.574000', '200228.576000', '200228.579000', '200228.581000', '200228.584000', '200228.587000', '200228.590000', '200228.592000', '200228.595000', '200228.598000', '200228.600000', '200228.603000', '200228.605000', '200228.608000', '200228.611000', '200228.613000', '200228.616000', '200228.618000', '200228.621000', '200228.624000', '200228.626000', '200228.629000', '200228.632000', '200228.634000', '200228.637000', '200228.639000', '200228.642000', '200228.645000', '200248.532000', '200248.534000', '200248.537000', '200248.540000', '200248.542000', '200248.545000', '200248.547000', '200248.550000', '200248.553000', '200248.555000', '200248.558000', '200248.560000', '200248.563000', '200248.566000', '200248.568000', '200248.571000', '200248.574000', '200248.576000', '200248.579000', '200248.582000', '200248.584000', '200248.587000', '200248.589000', '200248.592000', '200248.595000', '200248.597000', '200248.600000', '200248.602000', '200248.605000', '200248.608000', '200248.610000', '200248.613000', '200248.616000', '200248.618000', '200248.621000', '200248.623000', '200248.626000', '200248.629000', '200248.631000', '200248.634000', '200248.636000', '200248.639000', '200248.642000', '200308.531000', '200308.533000', '200308.536000', '200308.539000', '200308.541000', '200308.544000', '200308.547000', '200308.549000', '200308.552000', '200308.555000', '200308.557000', '200308.560000', '200308.562000', '200308.565000', '200308.568000', '200308.570000', '200308.573000', '200308.575000', '200308.578000', '200308.581000', '200308.583000', '200308.586000', '200308.588000', '200308.591000', '200308.594000', '200308.596000', '200308.599000', '200308.601000', '200308.604000', '200308.607000', '200308.609000', '200308.612000', '200308.614000', '200308.617000', '200308.620000', '200308.622000', '200308.625000', '200308.627000', '200308.630000', '200308.632000', '200308.635000', '200308.638000', '200308.640000', '200308.643000', '200328.532000', '200328.535000', '200328.537000', '200328.540000', '200328.542000', '200328.545000', '200328.548000', '200328.550000', '200328.553000', '200328.555000', '200328.558000', '200328.561000', '200328.563000', '200328.566000', '200328.569000', '200328.571000', '200328.574000', '200328.577000', '200328.579000', '200328.582000', '200328.584000', '200328.587000', '200328.590000', '200328.592000', '200328.595000', '200328.624000', '200328.627000', '200328.629000', '200328.632000', '200328.635000', '200328.637000', '200328.640000', '200328.643000', '200328.645000', '200328.648000', '200328.651000', '200328.653000', '200328.656000', '200328.659000', '200328.661000', '200328.664000', '200328.668000', '200328.671000', '200348.534000', '200348.537000', '200348.540000', '200348.542000', '200348.545000', '200348.547000', '200348.550000', '200348.553000', '200348.555000', '200348.558000', '200348.561000', '200348.564000', '200348.567000', '200348.569000', '200348.572000', '200348.574000', '200348.577000', '200348.580000', '200348.582000', '200348.585000', '200348.587000', '200348.590000', '200348.593000', '200348.595000', '200348.598000', '200348.600000', '200348.603000', '200348.606000', '200348.608000', '200348.611000', '200348.613000', '200348.616000', '200348.619000', '200348.621000', '200348.624000', '200348.626000', '200348.629000', '200348.631000', '200348.634000', '200348.637000', '200348.639000', '200348.642000', '200348.645000', '200348.647000', '200408.532000', '200408.534000', '200408.537000', '200408.540000', '200408.542000', '200408.545000', '200408.548000', '200408.550000', '200408.553000', '200408.555000', '200408.558000', '200408.561000', '200408.563000', '200408.566000', '200408.569000', '200408.571000', '200408.574000', '200408.576000', '200408.579000', '200408.582000', '200408.584000', '200408.587000', '200408.590000', '200408.592000', '200408.595000', '200408.597000', '200408.600000', '200408.603000', '200408.605000', '200408.608000', '200408.610000', '200408.613000', '200408.616000', '200408.618000', '200408.621000', '200408.623000', '200408.626000', '200408.628000', '200408.631000', '200408.634000', '200408.636000', '200408.639000', '200408.642000', '200415.600000', '200415.604000', '200415.606000', '200415.609000', '200415.612000', '200415.615000', '200415.618000', '200415.621000', '200415.623000', '200415.626000', '200415.629000', '200415.632000', '200415.635000', '200415.638000', '200415.642000', '200415.645000'], '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': [10038, 15443, 10206, 17822, 14424, 18819, 15376, 17900, 10615, 16478, 13404, 19147, 16424, 18121, 11743, 15347, 9988, 15567, 11367, 18325, 13694, 16925, 11047, 9281, 9100, 10476, 9132, 9160, 9341, 9678, 9356, 9920, 10507, 9454, 15113, 10058, 12036, 9633, 11617, 10035, 16499, 11985, 11415, 9083, 9665, 11556, 9546, 15127, 9181, 17407, 9898, 17056, 9662, 12046, 9976, 12876, 10238, 16324, 8824, 14582, 8804, 15208, 11571, 15022, 11419, 9195, 8976, 9197, 9479, 9527, 12052, 9329, 16236, 9620, 15460, 8750, 12269, 9074, 10119, 10617, 8963, 15081, 11527, 16249, 12770, 9702, 11418, 8087, 15087, 9261, 17243, 11596, 18986, 9805, 15861, 9896, 13589, 9933, 14066, 8967, 12649, 8439, 13855, 9946, 10953, 10039, 9898, 9713, 11266, 9663, 10259, 9410, 10004, 9402, 11555, 11337, 9617, 13629, 10218, 15612, 10284, 16857, 12366, 17617, 15074, 19293, 9934, 16446, 11116, 17458, 14144, 17553, 13909, 14178, 10493, 8683, 9249, 9227, 10678, 8910, 15849, 9556, 13422, 9644, 12934, 9373, 13213, 9278, 14111, 9731, 9821, 9389, 9180, 9070, 9327, 10784, 8934, 13810, 10437, 14309, 10040, 15838, 13369, 14365, 13625, 12215, 16652, 11829, 14530, 10218, 10305, 17679, 12074, 15439, 18326, 13635, 17968, 9608, 13142, 8947, 10768, 11663, 10704, 11003, 9731, 15126, 8998, 16005, 8685, 11088, 8826, 9661, 8768, 9809, 8655, 8964, 8482, 8932, 10396, 9425, 8904, 10095, 10176, 10035, 10371, 8786, 14298, 9713, 12768, 9953, 12005, 9952, 14245, 12141, 15807, 11846, 9986, 9174, 9556, 14604, 11502, 17454, 12312, 18901, 9615, 15912, 10385, 16567, 12515, 18054, 13313, 17889, 10962, 9112, 8849, 9396, 9196, 9171, 13034, 8547, 18187, 9406, 16730, 8829, 11534, 9120, 9660, 12731, 9303, 16379, 8738, 12355, 8959, 9162, 10566, 9106, 15967, 10664, 16471, 8745, 15220, 8229, 13521, 9506, 15311, 9883, 15109, 11220, 13334, 8878, 8138, 9164, 8542, 8925, 8978, 13111, 9644, 13027, 9418, 14101, 10723, 14329, 14651, 11487, 15320, 9720, 15673, 10830, 16733, 13812, 13650, 17272, 9288, 16114, 10138, 15455, 11626, 13397, 14193, 8225, 12005, 9056, 11385, 9530, 13625, 10519, 17081, 9135, 11017, 8975, 9204, 11644, 10447, 15320, 10013, 15797, 10291, 16262, 12797, 17084, 15177, 10772, 11253, 8318, 12166, 8859, 16453, 12159, 19175, 11756, 14854, 8827, 9149, 9722, 9430, 15283, 9947, 10027, 8757, 8220, 12646, 8930, 13210, 13930, 9732, 17476, 8927, 9334, 10731, 8643, 16933, 13048, 17221, 10872, 13167, 10391, 9458, 15696, 9217, 19182, 9023, 16757, 8809, 14695, 10209, 14089, 11366, 9191, 9077, 8751, 10282, 10054, 13312, 9729, 14259, 9002, 9551, 8676, 9622, 9075, 9736, 9200, 9424, 10733, 9200, 13681, 9495, 11389, 9913, 11680, 9744, 15659, 13624, 13022, 8833, 8930, 8867, 9131, 15458, 10305, 10034, 15718, 12177, 18876, 16719, 13750, 11439, 9432, 10584, 9405, 10668, 8929, 11544, 8569, 11783, 9191, 10879, 9585, 10512, 9106, 10470, 8789, 9569, 9610, 11703, 10293, 12014, 10168, 8544, 12763, 9956, 15639, 14782, 17673, 15585, 18939, 14586, 18000, 14929, 17340, 15515, 12170, 12265, 10231, 14881, 9270, 18606, 12367, 19447, 13533, 16348, 9261, 14382, 10232, 13824, 9416, 12497, 8734, 11300, 8408, 10948, 8371, 12175, 9088, 9970, 9844, 10446, 9204, 13587, 10223, 13963, 8571, 13820, 9539, 14923, 12149, 14009, 10600, 9321, 10046, 8627, 14209, 8434, 14605, 8475, 13508, 8146, 11247, 8470, 9660, 8666, 10302, 8412, 14229, 9117, 11271, 9665, 12614, 10606, 15627, 8881, 11515, 8753, 9603, 14119, 10957, 16696, 9278, 15068, 11962, 14175, 15789, 13148, 19096, 12139, 17769, 10977, 17124, 12066, 17749, 12859, 18303, 14405, 11056, 8600, 8578, 9068, 8790, 13651, 8882, 13715, 8572, 12973, 9164, 11983, 9075, 11889, 9168, 14352, 10032, 9580, 8424, 8200, 8625, 8821, 14276, 9136, 14445, 8227, 9614, 9557, 8564, 15314, 13066, 16829, 11188, 14311, 10217, 12075, 9409, 11256, 10619, 11447, 16190, 8996, 13783, 9033, 14255, 10671, 14708, 12027, 9854, 9229, 8538, 9394, 8748, 10864, 8891, 12401, 9113, 16897, 9034, 14626, 9711, 13533, 10109, 15459, 13262, 15466, 9915, 13726, 9217, 16515, 9905, 17779, 9477, 16246, 10717, 16593, 9431, 15029, 8194, 12851, 9482, 14282, 11294, 13931, 8940, 13392, 8484, 16434, 10923, 16861, 12186, 11831, 8408, 11545, 9109, 15826, 13281, 9010, 11042, 8799, 13043, 9361, 17687, 13557, 17583, 11643, 15292, 10168, 15571, 11888, 15725, 11717, 16407, 13365, 15714, 9346, 8155, 8620, 8568, 11452, 8967, 16745, 8727, 14634, 8823, 12495, 11882, 11616, 16327, 8626, 15559, 10220, 16018, 12485, 15192, 11837, 13224, 16287, 8195, 13977, 8818, 14775, 10241, 17517, 13559, 14013, 10311, 8788, 8789, 8587, 9114, 8354, 9398, 8327, 11548, 8406, 10637, 9069, 10719, 8793, 14747, 8879, 10101, 8884, 9776, 9357, 12601, 14788, 8054, 14285, 9103, 17183, 14367, 17839, 14081, 16628, 10634, 15286, 12715, 16125, 14540, 10278, 12844, 8551, 13145, 9131, 17202, 11735, 17185, 8226, 16097, 8553, 15412, 9254, 15960, 9166, 15643, 8837, 15936, 9437, 13966, 8171, 13710, 8117, 13770, 10359, 11681, 8556, 8344, 8521, 11578, 9309, 13149, 10862, 8462, 11348, 8575, 15772, 11985, 17801, 11428, 16627, 9058, 15448, 11647, 17248, 14095, 17630, 13891, 16296, 9085, 15998, 10784, 16020, 10552, 15331, 10452, 15950, 9235, 15041, 8403, 13822, 9930, 11743, 8234, 10167, 8701, 11681, 9933, 8095, 10909, 9198, 13778, 11009, 17580, 14804, 14479, 11201, 11942, 13995, 12783, 16461, 12270, 17387, 9502, 15296, 8718, 16069, 11457, 17131, 13981, 15359, 10315, 8711, 8721, 8963, 13076, 8175, 17449, 11620, 14775, 8215, 13464, 8794, 12667, 10700, 8925, 10561, 8463, 11599, 8626, 13753, 8339, 14535, 9130, 16119, 9067, 13508, 8109, 12371, 9543, 13768, 11210, 8492, 10690, 8543, 12654, 8620, 17408, 14437, 16578, 10614, 14530, 11015, 15949, 14829, 12473, 15137, 9288, 15747, 8245, 8838, 13018, 9337, 17531, 14600, 14652, 10858, 8571, 9629, 8516, 10094, 8496, 10575, 8879, 9542, 9272, 12603, 8809, 10319, 8566, 9696, 8359, 10462, 8903, 10578, 8088, 10248, 8572], 'WindowCenter': [4499.0, 4524.0, 4471.0, 4520.0, 4487.0, 4507.0, 4486.0, 4493.0, 4441.0, 4470.0, 4461.0, 4480.0, 4483.0, 4479.0, 4439.0, 4456.0, 4417.0, 4456.0, 4428.0, 4467.0, 4447.0, 4468.0, 4427.0, 4405.0, 4406.0, 4426.0, 4407.0, 4408.0, 4420.0, 4417.0, 4419.0, 4429.0, 4441.0, 4431.0, 4471.0, 4429.0, 4450.0, 4430.0, 4439.0, 4431.0, 4482.0, 4454.0, 4442.0, 4420.0, 4419.0, 4441.0, 4420.0, 4471.0, 4420.0, 4470.0, 4419.0, 4468.0, 4418.0, 4436.0, 4429.0, 4448.0, 4431.0, 4470.0, 4409.0, 4458.0, 4409.0, 4469.0, 4440.0, 4469.0, 4444.0, 4408.0, 4411.0, 4408.0, 4419.0, 4419.0, 4439.0, 4409.0, 4471.0, 4421.0, 4460.0, 4412.0, 4450.0, 4411.0, 4432.0, 4443.0, 4423.0, 4473.0, 4455.0, 4484.0, 4463.0, 4423.0, 4441.0, 4402.0, 4462.0, 4422.0, 4472.0, 4440.0, 4480.0, 4420.0, 4457.0, 4418.0, 4446.0, 4416.0, 4447.0, 4408.0, 4446.0, 4397.0, 4458.0, 4417.0, 4442.0, 4431.0, 4429.0, 4430.0, 4439.0, 4444.0, 4444.0, 4433.0, 4443.0, 4446.0, 4466.0, 4455.0, 4445.0, 4475.0, 4444.0, 4484.0, 4443.0, 4483.0, 4462.0, 4483.0, 4473.0, 4479.0, 4418.0, 4468.0, 4429.0, 4467.0, 4450.0, 4467.0, 4449.0, 4446.0, 4416.0, 4396.0, 4406.0, 4408.0, 4429.0, 4407.0, 4469.0, 4420.0, 4448.0, 4418.0, 4447.0, 4420.0, 4449.0, 4419.0, 4458.0, 4430.0, 4430.0, 4420.0, 4428.0, 4433.0, 4433.0, 4453.0, 4447.0, 4484.0, 4456.0, 4475.0, 4433.0, 4471.0, 4474.0, 4475.0, 4473.0, 4464.0, 4485.0, 4452.0, 4460.0, 4432.0, 4433.0, 4480.0, 4452.0, 4471.0, 4483.0, 4463.0, 4481.0, 4420.0, 4437.0, 4396.0, 4415.0, 4427.0, 4414.0, 4415.0, 4405.0, 4446.0, 4397.0, 4457.0, 4396.0, 4426.0, 4407.0, 4406.0, 4397.0, 4417.0, 4408.0, 4410.0, 4409.0, 4407.0, 4429.0, 4418.0, 4408.0, 4429.0, 4430.0, 4431.0, 4441.0, 4422.0, 4474.0, 4434.0, 4463.0, 4445.0, 4452.0, 4434.0, 4472.0, 4452.0, 4485.0, 4453.0, 4432.0, 4423.0, 4420.0, 4472.0, 4441.0, 4483.0, 4440.0, 4479.0, 4419.0, 4457.0, 4417.0, 4456.0, 4437.0, 4467.0, 4436.0, 4467.0, 4417.0, 4394.0, 4396.0, 4406.0, 4418.0, 4420.0, 4451.0, 4398.0, 4492.0, 4420.0, 4480.0, 4421.0, 4438.0, 4418.0, 4430.0, 4450.0, 4420.0, 4469.0, 4409.0, 4450.0, 4410.0, 4409.0, 4429.0, 4422.0, 4471.0, 4441.0, 4471.0, 4411.0, 4470.0, 4410.0, 4458.0, 4430.0, 4469.0, 4431.0, 4471.0, 4441.0, 4460.0, 4420.0, 4400.0, 4421.0, 4420.0, 4422.0, 4423.0, 4474.0, 4432.0, 4462.0, 4433.0, 4473.0, 4444.0, 4473.0, 4475.0, 4443.0, 4472.0, 4420.0, 4469.0, 4442.0, 4480.0, 4462.0, 4452.0, 4468.0, 4408.0, 4459.0, 4432.0, 4470.0, 4441.0, 4461.0, 4462.0, 4398.0, 4438.0, 4410.0, 4437.0, 4429.0, 4458.0, 4441.0, 4481.0, 4420.0, 4441.0, 4421.0, 4420.0, 4442.0, 4442.0, 4473.0, 4431.0, 4470.0, 4429.0, 4469.0, 4450.0, 4468.0, 4461.0, 4415.0, 4415.0, 4386.0, 4424.0, 4395.0, 4457.0, 4426.0, 4467.0, 4425.0, 4445.0, 4395.0, 4415.0, 4417.0, 4406.0, 4458.0, 4417.0, 4415.0, 4405.0, 4409.0, 4448.0, 4420.0, 4450.0, 4461.0, 4421.0, 4479.0, 4410.0, 4420.0, 4430.0, 4410.0, 4470.0, 4452.0, 4470.0, 4430.0, 4438.0, 4418.0, 4406.0, 4456.0, 4406.0, 4466.0, 4395.0, 4454.0, 4394.0, 4443.0, 4404.0, 4434.0, 4440.0, 4408.0, 4396.0, 4407.0, 4419.0, 4419.0, 4459.0, 4420.0, 4459.0, 4409.0, 4419.0, 4411.0, 4430.0, 4420.0, 4431.0, 4420.0, 4420.0, 4441.0, 4421.0, 4462.0, 4432.0, 4439.0, 4430.0, 4449.0, 4431.0, 4484.0, 4477.0, 4461.0, 4422.0, 4421.0, 4412.0, 4420.0, 4469.0, 4431.0, 4421.0, 4473.0, 4452.0, 4482.0, 4473.0, 4450.0, 4429.0, 4409.0, 4428.0, 4408.0, 4429.0, 4420.0, 4438.0, 4409.0, 4437.0, 4419.0, 4438.0, 4430.0, 4440.0, 4421.0, 4441.0, 4422.0, 4442.0, 4455.0, 4478.0, 4467.0, 4490.0, 4469.0, 4436.0, 4476.0, 4445.0, 4487.0, 4488.0, 4486.0, 4474.0, 4480.0, 4461.0, 4470.0, 4461.0, 4470.0, 4460.0, 4424.0, 4425.0, 4403.0, 4444.0, 4395.0, 4466.0, 4426.0, 4465.0, 4434.0, 4443.0, 4393.0, 4432.0, 4402.0, 4433.0, 4405.0, 4422.0, 4394.0, 4424.0, 4395.0, 4414.0, 4394.0, 4435.0, 4406.0, 4416.0, 4417.0, 4425.0, 4418.0, 4447.0, 4433.0, 4459.0, 4411.0, 4459.0, 4419.0, 4458.0, 4439.0, 4448.0, 4418.0, 4406.0, 4417.0, 4398.0, 4448.0, 4399.0, 4459.0, 4411.0, 4448.0, 4398.0, 4437.0, 4409.0, 4417.0, 4409.0, 4429.0, 4407.0, 4472.0, 4419.0, 4438.0, 4430.0, 4448.0, 4442.0, 4483.0, 4421.0, 4440.0, 4421.0, 4430.0, 4462.0, 4441.0, 4480.0, 4421.0, 4459.0, 4439.0, 4448.0, 4460.0, 4438.0, 4478.0, 4427.0, 4456.0, 4415.0, 4452.0, 4423.0, 4453.0, 4423.0, 4451.0, 4444.0, 4411.0, 4381.0, 4381.0, 4393.0, 4395.0, 4433.0, 4395.0, 4434.0, 4383.0, 4433.0, 4404.0, 4422.0, 4404.0, 4434.0, 4406.0, 4445.0, 4419.0, 4416.0, 4397.0, 4398.0, 4408.0, 4421.0, 4471.0, 4447.0, 4485.0, 4437.0, 4443.0, 4434.0, 4422.0, 4473.0, 4464.0, 4483.0, 4442.0, 4460.0, 4433.0, 4450.0, 4420.0, 4440.0, 4441.0, 4450.0, 4483.0, 4421.0, 4461.0, 4420.0, 4458.0, 4442.0, 4472.0, 4452.0, 4430.0, 4419.0, 4410.0, 4419.0, 4410.0, 4439.0, 4419.0, 4449.0, 4409.0, 4482.0, 4421.0, 4469.0, 4419.0, 4459.0, 4430.0, 4470.0, 4460.0, 4460.0, 4419.0, 4459.0, 4422.0, 4469.0, 4417.0, 4466.0, 4419.0, 4466.0, 4427.0, 4467.0, 4420.0, 4468.0, 4408.0, 4446.0, 4420.0, 4458.0, 4452.0, 4459.0, 4421.0, 4458.0, 4409.0, 4469.0, 4441.0, 4469.0, 4452.0, 4437.0, 4398.0, 4439.0, 4420.0, 4468.0, 4462.0, 4408.0, 4428.0, 4407.0, 4448.0, 4419.0, 4470.0, 4449.0, 4468.0, 4426.0, 4446.0, 4416.0, 4454.0, 4425.0, 4454.0, 4436.0, 4455.0, 4447.0, 4457.0, 4407.0, 4385.0, 4395.0, 4405.0, 4438.0, 4407.0, 4469.0, 4409.0, 4459.0, 4408.0, 4447.0, 4440.0, 4438.0, 4468.0, 4398.0, 4455.0, 4416.0, 4455.0, 4436.0, 4455.0, 4424.0, 4436.0, 4458.0, 4394.0, 4445.0, 4404.0, 4445.0, 4417.0, 4465.0, 4446.0, 4444.0, 4405.0, 4395.0, 4395.0, 4406.0, 4406.0, 4396.0, 4406.0, 4397.0, 4437.0, 4407.0, 4426.0, 4418.0, 4438.0, 4420.0, 4471.0, 4435.0, 4442.0, 4432.0, 4443.0, 4435.0, 4465.0, 4487.0, 4414.0, 4473.0, 4422.0, 4482.0, 4472.0, 4483.0, 4462.0, 4468.0, 4428.0, 4457.0, 4449.0, 4457.0, 4449.0, 4413.0, 4435.0, 4395.0, 4433.0, 4405.0, 4454.0, 4425.0, 4457.0, 4385.0, 4455.0, 4398.0, 4458.0, 4409.0, 4468.0, 4420.0, 4457.0, 4407.0, 4468.0, 4420.0, 4458.0, 4409.0, 4457.0, 4399.0, 4460.0, 4431.0, 4451.0, 4421.0, 4411.0, 4424.0, 4453.0, 4433.0, 4472.0, 4454.0, 4412.0, 4442.0, 4411.0, 4472.0, 4441.0, 4483.0, 4440.0, 4469.0, 4408.0, 4457.0, 4427.0, 4467.0, 4447.0, 4467.0, 4447.0, 4455.0, 4395.0, 4457.0, 4428.0, 4455.0, 4428.0, 4457.0, 4428.0, 4466.0, 4419.0, 4456.0, 4408.0, 4445.0, 4430.0, 4449.0, 4410.0, 4440.0, 4422.0, 4451.0, 4446.0, 4424.0, 4454.0, 4434.0, 4472.0, 4453.0, 4493.0, 4474.0, 4463.0, 4441.0, 4439.0, 4450.0, 4439.0, 4460.0, 4436.0, 4469.0, 4406.0, 4455.0, 4395.0, 4456.0, 4428.0, 4466.0, 4448.0, 4456.0, 4416.0, 4394.0, 4395.0, 4392.0, 4434.0, 4384.0, 4466.0, 4425.0, 4444.0, 4385.0, 4444.0, 4407.0, 4436.0, 4426.0, 4407.0, 4427.0, 4397.0, 4427.0, 4409.0, 4460.0, 4411.0, 4458.0, 4420.0, 4468.0, 4420.0, 4458.0, 4410.0, 4449.0, 4431.0, 4460.0, 4453.0, 4422.0, 4441.0, 4421.0, 4450.0, 4420.0, 4482.0, 4462.0, 4469.0, 4430.0, 4458.0, 4428.0, 4470.0, 4461.0, 4450.0, 4459.0, 4408.0, 4456.0, 4396.0, 4396.0, 4436.0, 4407.0, 4468.0, 4460.0, 4458.0, 4417.0, 4398.0, 4418.0, 4409.0, 4417.0, 4406.0, 4427.0, 4407.0, 4417.0, 4419.0, 4449.0, 4420.0, 4430.0, 4420.0, 4429.0, 4412.0, 4442.0, 4435.0, 4443.0, 4426.0, 4454.0, 4438.0], 'WindowWidth': [9901.0, 9923.0, 9845.0, 9909.0, 9857.0, 9887.0, 9851.0, 9856.0, 9781.0, 9822.0, 9808.0, 9834.0, 9843.0, 9829.0, 9772.0, 9795.0, 9741.0, 9793.0, 9758.0, 9812.0, 9782.0, 9810.0, 9753.0, 9721.0, 9724.0, 9754.0, 9729.0, 9731.0, 9749.0, 9744.0, 9746.0, 9762.0, 9780.0, 9767.0, 9822.0, 9761.0, 9789.0, 9763.0, 9775.0, 9767.0, 9838.0, 9806.0, 9781.0, 9753.0, 9749.0, 9780.0, 9750.0, 9822.0, 9751.0, 9819.0, 9747.0, 9814.0, 9745.0, 9767.0, 9761.0, 9785.0, 9768.0, 9820.0, 9736.0, 9800.0, 9735.0, 9815.0, 9778.0, 9817.0, 9787.0, 9730.0, 9736.0, 9729.0, 9746.0, 9746.0, 9774.0, 9732.0, 9819.0, 9750.0, 9803.0, 9740.0, 9789.0, 9737.0, 9766.0, 9783.0, 9759.0, 9826.0, 9802.0, 9843.0, 9812.0, 9757.0, 9779.0, 9726.0, 9807.0, 9752.0, 9822.0, 9773.0, 9832.0, 9745.0, 9794.0, 9741.0, 9776.0, 9737.0, 9778.0, 9730.0, 9779.0, 9713.0, 9799.0, 9742.0, 9781.0, 9768.0, 9759.0, 9765.0, 9775.0, 9792.0, 9789.0, 9776.0, 9788.0, 9797.0, 9822.0, 9808.0, 9792.0, 9833.0, 9788.0, 9845.0, 9787.0, 9845.0, 9813.0, 9843.0, 9829.0, 9833.0, 9746.0, 9814.0, 9761.0, 9810.0, 9791.0, 9811.0, 9790.0, 9778.0, 9738.0, 9710.0, 9725.0, 9730.0, 9759.0, 9729.0, 9817.0, 9747.0, 9783.0, 9743.0, 9782.0, 9750.0, 9787.0, 9748.0, 9800.0, 9767.0, 9763.0, 9753.0, 9761.0, 9775.0, 9776.0, 9801.0, 9800.0, 9848.0, 9813.0, 9832.0, 9774.0, 9824.0, 9832.0, 9834.0, 9831.0, 9818.0, 9850.0, 9798.0, 9805.0, 9768.0, 9772.0, 9835.0, 9799.0, 9821.0, 9842.0, 9812.0, 9834.0, 9747.0, 9768.0, 9711.0, 9733.0, 9751.0, 9730.0, 9733.0, 9721.0, 9777.0, 9712.0, 9795.0, 9710.0, 9750.0, 9725.0, 9722.0, 9713.0, 9740.0, 9729.0, 9734.0, 9732.0, 9728.0, 9758.0, 9744.0, 9731.0, 9762.0, 9761.0, 9768.0, 9780.0, 9759.0, 9831.0, 9777.0, 9812.0, 9790.0, 9796.0, 9775.0, 9825.0, 9800.0, 9847.0, 9801.0, 9768.0, 9757.0, 9749.0, 9824.0, 9781.0, 9843.0, 9778.0, 9829.0, 9745.0, 9794.0, 9742.0, 9793.0, 9769.0, 9809.0, 9766.0, 9812.0, 9739.0, 9706.0, 9709.0, 9722.0, 9744.0, 9752.0, 9791.0, 9716.0, 9854.0, 9749.0, 9833.0, 9753.0, 9771.0, 9746.0, 9766.0, 9794.0, 9750.0, 9816.0, 9735.0, 9789.0, 9735.0, 9732.0, 9761.0, 9754.0, 9822.0, 9779.0, 9821.0, 9738.0, 9818.0, 9735.0, 9800.0, 9764.0, 9818.0, 9768.0, 9821.0, 9779.0, 9806.0, 9750.0, 9722.0, 9752.0, 9751.0, 9756.0, 9758.0, 9830.0, 9771.0, 9812.0, 9774.0, 9828.0, 9790.0, 9829.0, 9833.0, 9787.0, 9823.0, 9751.0, 9816.0, 9781.0, 9835.0, 9810.0, 9794.0, 9814.0, 9732.0, 9799.0, 9769.0, 9818.0, 9781.0, 9807.0, 9811.0, 9717.0, 9772.0, 9737.0, 9768.0, 9763.0, 9799.0, 9780.0, 9837.0, 9750.0, 9778.0, 9753.0, 9752.0, 9784.0, 9783.0, 9829.0, 9767.0, 9818.0, 9762.0, 9815.0, 9790.0, 9815.0, 9807.0, 9736.0, 9735.0, 9696.0, 9745.0, 9708.0, 9797.0, 9751.0, 9810.0, 9748.0, 9774.0, 9709.0, 9739.0, 9741.0, 9726.0, 9797.0, 9740.0, 9736.0, 9725.0, 9735.0, 9785.0, 9750.0, 9790.0, 9807.0, 9752.0, 9832.0, 9737.0, 9750.0, 9763.0, 9737.0, 9818.0, 9793.0, 9818.0, 9761.0, 9768.0, 9741.0, 9724.0, 9793.0, 9722.0, 9807.0, 9706.0, 9785.0, 9704.0, 9767.0, 9717.0, 9756.0, 9775.0, 9727.0, 9710.0, 9727.0, 9742.0, 9746.0, 9801.0, 9748.0, 9799.0, 9733.0, 9747.0, 9738.0, 9766.0, 9752.0, 9766.0, 9750.0, 9749.0, 9778.0, 9752.0, 9811.0, 9767.0, 9774.0, 9764.0, 9787.0, 9768.0, 9842.0, 9840.0, 9807.0, 9755.0, 9754.0, 9739.0, 9747.0, 9813.0, 9765.0, 9752.0, 9826.0, 9797.0, 9841.0, 9827.0, 9789.0, 9760.0, 9732.0, 9757.0, 9730.0, 9759.0, 9749.0, 9769.0, 9731.0, 9768.0, 9747.0, 9773.0, 9765.0, 9778.0, 9754.0, 9781.0, 9759.0, 9787.0, 9810.0, 9843.0, 9830.0, 9864.0, 9834.0, 9787.0, 9837.0, 9795.0, 9856.0, 9858.0, 9852.0, 9829.0, 9835.0, 9806.0, 9819.0, 9805.0, 9819.0, 9805.0, 9747.0, 9745.0, 9714.0, 9770.0, 9705.0, 9807.0, 9748.0, 9804.0, 9755.0, 9768.0, 9699.0, 9750.0, 9711.0, 9753.0, 9720.0, 9738.0, 9704.0, 9742.0, 9707.0, 9730.0, 9705.0, 9759.0, 9723.0, 9736.0, 9740.0, 9749.0, 9744.0, 9782.0, 9773.0, 9801.0, 9738.0, 9801.0, 9747.0, 9800.0, 9774.0, 9783.0, 9742.0, 9724.0, 9739.0, 9716.0, 9785.0, 9718.0, 9800.0, 9737.0, 9782.0, 9715.0, 9769.0, 9734.0, 9743.0, 9736.0, 9761.0, 9732.0, 9822.0, 9749.0, 9772.0, 9764.0, 9788.0, 9786.0, 9842.0, 9754.0, 9777.0, 9754.0, 9765.0, 9810.0, 9781.0, 9835.0, 9753.0, 9802.0, 9775.0, 9785.0, 9804.0, 9770.0, 9832.0, 9752.0, 9792.0, 9733.0, 9782.0, 9740.0, 9783.0, 9742.0, 9780.0, 9771.0, 9721.0, 9682.0, 9681.0, 9701.0, 9706.0, 9756.0, 9706.0, 9757.0, 9688.0, 9754.0, 9717.0, 9740.0, 9720.0, 9759.0, 9725.0, 9774.0, 9747.0, 9739.0, 9715.0, 9716.0, 9732.0, 9755.0, 9820.0, 9800.0, 9850.0, 9786.0, 9789.0, 9777.0, 9759.0, 9827.0, 9817.0, 9842.0, 9784.0, 9805.0, 9770.0, 9791.0, 9751.0, 9778.0, 9781.0, 9791.0, 9843.0, 9754.0, 9807.0, 9752.0, 9801.0, 9784.0, 9825.0, 9796.0, 9762.0, 9748.0, 9737.0, 9748.0, 9738.0, 9775.0, 9749.0, 9788.0, 9734.0, 9841.0, 9754.0, 9815.0, 9747.0, 9801.0, 9765.0, 9818.0, 9807.0, 9805.0, 9746.0, 9802.0, 9756.0, 9813.0, 9740.0, 9804.0, 9743.0, 9808.0, 9754.0, 9808.0, 9750.0, 9812.0, 9733.0, 9780.0, 9748.0, 9796.0, 9796.0, 9803.0, 9753.0, 9799.0, 9735.0, 9816.0, 9778.0, 9815.0, 9798.0, 9769.0, 9719.0, 9774.0, 9751.0, 9812.0, 9810.0, 9730.0, 9757.0, 9728.0, 9784.0, 9747.0, 9821.0, 9787.0, 9815.0, 9752.0, 9776.0, 9736.0, 9785.0, 9746.0, 9786.0, 9764.0, 9789.0, 9784.0, 9794.0, 9725.0, 9695.0, 9710.0, 9723.0, 9769.0, 9730.0, 9817.0, 9734.0, 9800.0, 9731.0, 9783.0, 9775.0, 9770.0, 9814.0, 9714.0, 9790.0, 9737.0, 9788.0, 9765.0, 9790.0, 9748.0, 9764.0, 9800.0, 9706.0, 9775.0, 9720.0, 9773.0, 9739.0, 9805.0, 9779.0, 9773.0, 9720.0, 9705.0, 9708.0, 9726.0, 9723.0, 9714.0, 9724.0, 9714.0, 9768.0, 9728.0, 9753.0, 9745.0, 9772.0, 9751.0, 9822.0, 9780.0, 9787.0, 9775.0, 9790.0, 9779.0, 9821.0, 9856.0, 9752.0, 9827.0, 9758.0, 9839.0, 9823.0, 9845.0, 9810.0, 9815.0, 9757.0, 9797.0, 9788.0, 9796.0, 9787.0, 9731.0, 9761.0, 9706.0, 9756.0, 9719.0, 9787.0, 9747.0, 9794.0, 9692.0, 9788.0, 9714.0, 9796.0, 9730.0, 9810.0, 9748.0, 9793.0, 9727.0, 9809.0, 9748.0, 9798.0, 9734.0, 9795.0, 9720.0, 9801.0, 9765.0, 9794.0, 9755.0, 9740.0, 9761.0, 9800.0, 9773.0, 9827.0, 9802.0, 9745.0, 9784.0, 9741.0, 9827.0, 9779.0, 9842.0, 9776.0, 9816.0, 9730.0, 9794.0, 9754.0, 9810.0, 9781.0, 9811.0, 9781.0, 9790.0, 9706.0, 9792.0, 9753.0, 9789.0, 9754.0, 9794.0, 9753.0, 9805.0, 9744.0, 9792.0, 9730.0, 9777.0, 9764.0, 9789.0, 9738.0, 9778.0, 9757.0, 9796.0, 9797.0, 9763.0, 9804.0, 9778.0, 9826.0, 9801.0, 9856.0, 9832.0, 9812.0, 9779.0, 9773.0, 9790.0, 9773.0, 9807.0, 9764.0, 9817.0, 9723.0, 9789.0, 9708.0, 9792.0, 9755.0, 9806.0, 9784.0, 9793.0, 9736.0, 9703.0, 9705.0, 9700.0, 9759.0, 9691.0, 9805.0, 9747.0, 9772.0, 9694.0, 9772.0, 9727.0, 9763.0, 9752.0, 9726.0, 9752.0, 9713.0, 9752.0, 9731.0, 9802.0, 9741.0, 9798.0, 9748.0, 9812.0, 9751.0, 9799.0, 9736.0, 9789.0, 9766.0, 9803.0, 9801.0, 9755.0, 9780.0, 9754.0, 9790.0, 9753.0, 9838.0, 9811.0, 9818.0, 9762.0, 9798.0, 9756.0, 9817.0, 9810.0, 9792.0, 9797.0, 9728.0, 9791.0, 9710.0, 9709.0, 9762.0, 9726.0, 9811.0, 9802.0, 9795.0, 9738.0, 9713.0, 9744.0, 9731.0, 9739.0, 9723.0, 9751.0, 9724.0, 9739.0, 9743.0, 9784.0, 9749.0, 9763.0, 9750.0, 9760.0, 9740.0, 9779.0, 9777.0, 9785.0, 9769.0, 9804.0, 9787.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.0011664672036823935</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.028145869850402763</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.41108564743084</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1857052011751152</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9881035350691247</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4714</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6461.4033</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10439986324663657</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>73</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>8.400460299194476</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.473075746018479</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.388458670327435</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7221315714629624</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3086369962650406</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.010297</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020092831924557686</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02582143060863018</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.936038358869229</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>40.5986</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.7368</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>182.6383</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>300995.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>871.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>371.7295</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4284</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>568.2305</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3633.3403</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3827.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>75549.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1252.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4764.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>972.291</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>36.79131237929687</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> |