=== 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-0004 --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-0004",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
107 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
107 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0004_ses-01_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0004_ses-01_task-social_acq-mb8_run-01_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-01_subject-0004_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-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0004_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-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0004_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-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0004_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-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-01_subject-0004_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-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-01_subject-0004_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-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0004_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-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0004/ses-01/func/sub-0004_ses-01_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>70d6dfa507bf03d6d758de8520302f63</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>09:59:5.307500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999495, 0.0149046, -0.028062, -0.00959473, 0.983504, 0.18063]</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.0980213</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>[4132, -7773, -7257, 553, -67, -238, 52, 121]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>230.35</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>0700b71e-9383-41a4-b26d-edf10886a14a||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.681572198867798, -0.025741970166563988, -0.08178658038377762, 115.00567626953125], [-0.03998791426420212, 2.6386702060699463, 0.4867272675037384, -100.88549041748047], [-0.0752883329987526, -0.48461657762527466, 2.6545069217681885, -26.169879913330078], [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': ['095905.307500', '095905.767500', '095906.227500', '095906.687500', '095907.147500', '095907.607500', '095908.067500', '095908.527500', '095908.987500', '095909.447500', '095909.907500', '095910.367500', '095910.827500', '095911.287500', '095911.747500', '095912.207500', '095912.667500', '095913.127500', '095913.587500', '095914.047500', '095914.507500', '095914.967500', '095915.427500', '095915.887500', '095916.347500', '095916.807500', '095917.267500', '095917.727500', '095918.187500', '095918.647500', '095919.107500', '095919.567500', '095920.027500', '095920.487500', '095920.947500', '095921.407500', '095921.867500', '095922.327500', '095922.787500', '095923.247500', '095923.707500', '095924.167500', '095924.627500', '095925.087500', '095925.547500', '095926.007500', '095926.467500', '095926.927500', '095927.387500', '095927.847500', '095928.307500', '095928.767500', '095929.227500', '095929.687500', '095930.147500', '095930.607500', '095931.067500', '095931.527500', '095931.987500', '095932.447500', '095932.907500', '095933.367500', '095933.827500', '095934.287500', '095934.747500', '095935.207500', '095935.667500', '095936.127500', '095936.587500', '095937.047500', '095937.507500', '095937.967500', '095938.427500', '095938.887500', '095939.347500', '095939.807500', '095940.267500', '095940.727500', '095941.187500', '095941.647500', '095942.107500', '095942.567500', '095943.027500', '095943.487500', '095943.947500', '095944.407500', '095944.867500', '095945.327500', '095945.787500', '095946.247500', '095946.707500', '095947.167500', '095947.627500', '095948.087500', '095948.547500', '095949.007500', '095949.467500', '095949.927500', '095950.387500', '095950.847500', '095951.307500', '095951.767500', '095952.227500', '095952.687500', '095953.147500', '095953.607500', '095954.067500', '095954.527500', '095954.987500', '095955.447500', '095955.907500', '095956.367500', '095956.827500', '095957.287500', '095957.747500', '095958.207500', '095958.667500', '095959.127500', '095959.587500', '100000.047500', '100000.507500', '100000.967500', '100001.427500', '100001.887500', '100002.347500', '100002.807500', '100003.267500', '100003.727500', '100004.187500', '100004.647500', '100005.107500', '100005.567500', '100006.027500', '100006.487500', '100006.947500', '100007.407500', '100007.867500', '100008.327500', '100008.787500', '100009.247500', '100009.707500', '100010.167500', '100010.627500', '100011.087500', '100011.547500', '100012.007500', '100012.467500', '100012.927500', '100013.387500', '100013.847500', '100014.307500', '100014.767500', '100015.227500', '100015.687500', '100016.147500', '100016.607500', '100017.067500', '100017.527500', '100017.987500', '100018.447500', '100018.907500', '100019.367500', '100019.827500', '100020.287500', '100020.747500', '100021.207500', '100021.667500', '100022.127500', '100022.587500', '100023.047500', '100023.507500', '100023.967500', '100024.427500', '100024.887500', '100025.347500', '100025.807500', '100026.267500', '100026.727500', '100027.187500', '100027.647500', '100028.107500', '100028.567500', '100029.027500', '100029.487500', '100029.947500', '100030.407500', '100030.867500', '100031.327500', '100031.787500', '100032.247500', '100032.707500', '100033.167500', '100033.627500', '100034.087500', '100034.547500', '100035.007500', '100035.467500', '100035.927500', '100036.387500', '100036.847500', '100037.307500', '100037.767500', '100038.227500', '100038.687500', '100039.147500', '100039.607500', '100040.067500', '100040.527500', '100040.987500', '100041.447500', '100041.907500', '100042.367500', '100042.827500', '100043.287500', '100043.747500', '100044.207500', '100044.667500', '100045.127500', '100045.587500', '100046.047500', '100046.507500', '100046.967500', '100047.427500', '100047.887500', '100048.347500', '100048.807500', '100049.267500', '100049.727500', '100050.187500', '100050.647500', '100051.107500', '100051.567500', '100052.027500', '100052.487500', '100052.947500', '100053.407500', '100053.867500', '100054.327500', '100054.787500', '100055.247500', '100055.707500', '100056.167500', '100056.627500', '100057.087500', '100057.547500', '100058.007500', '100058.467500', '100058.927500', '100059.387500', '100059.847500', '100100.307500', '100100.767500', '100101.227500', '100101.687500', '100102.147500', '100102.607500', '100103.067500', '100103.527500', '100103.987500', '100104.447500', '100104.907500', '100105.367500', '100105.827500', '100106.287500', '100106.747500', '100107.207500', '100107.667500', '100108.127500', '100108.587500', '100109.047500', '100109.507500', '100109.967500', '100110.427500', '100110.887500', '100111.347500', '100111.807500', '100112.267500', '100112.727500', '100113.187500', '100113.647500', '100114.107500', '100114.567500', '100115.027500', '100115.487500', '100115.947500', '100116.407500', '100116.867500', '100117.327500', '100117.787500', '100118.247500', '100118.707500', '100119.167500', '100119.627500', '100120.087500', '100120.547500', '100121.007500', '100121.467500', '100121.927500', '100122.387500', '100122.847500', '100123.307500', '100123.767500', '100124.227500', '100124.687500', '100125.147500', '100125.607500', '100126.067500', '100126.527500', '100126.987500', '100127.447500', '100127.907500', '100128.367500', '100128.827500', '100129.287500', '100129.747500', '100130.207500', '100130.667500', '100131.127500', '100131.587500', '100132.047500', '100132.507500', '100132.967500', '100133.427500', '100133.887500', '100134.347500', '100134.807500', '100135.267500', '100135.727500', '100136.187500', '100136.647500', '100137.107500', '100137.567500', '100138.027500', '100138.487500', '100138.947500', '100139.407500', '100139.867500', '100140.327500', '100140.787500', '100141.247500', '100141.707500', '100142.167500', '100142.627500', '100143.087500', '100143.547500', '100144.007500', '100144.467500', '100144.927500', '100145.387500', '100145.847500', '100146.307500', '100146.767500', '100147.227500', '100147.687500', '100148.147500', '100148.607500', '100149.067500', '100149.527500', '100149.987500', '100150.447500', '100150.907500', '100151.367500', '100151.827500', '100152.287500', '100152.747500', '100153.207500', '100153.667500', '100154.127500', '100154.587500', '100155.047500', '100155.507500', '100155.967500', '100156.427500', '100156.887500', '100157.347500', '100157.807500', '100158.267500', '100158.727500', '100159.187500', '100159.647500', '100200.107500', '100200.567500', '100201.027500', '100201.487500', '100201.947500', '100202.407500', '100202.867500', '100203.327500', '100203.787500', '100204.247500', '100204.707500', '100205.167500', '100205.627500', '100206.087500', '100206.547500', '100207.007500', '100207.467500', '100207.927500', '100208.387500', '100208.847500', '100209.307500', '100209.767500', '100210.227500', '100210.687500', '100211.147500', '100211.607500', '100212.067500', '100212.527500', '100212.987500', '100213.447500', '100213.907500', '100214.367500', '100214.827500', '100215.287500', '100215.747500', '100216.207500', '100216.667500', '100217.127500', '100217.587500', '100218.047500', '100218.507500', '100218.967500', '100219.427500', '100219.887500', '100220.347500', '100220.807500', '100221.267500', '100221.727500', '100222.187500', '100222.647500', '100223.107500', '100223.567500', '100224.027500', '100224.487500', '100224.947500', '100225.407500', '100225.867500', '100226.327500', '100226.787500', '100227.247500', '100227.707500', '100228.167500', '100228.627500', '100229.087500', '100229.547500', '100230.007500', '100230.467500', '100230.927500', '100231.387500', '100231.847500', '100232.307500', '100232.767500', '100233.227500', '100233.687500', '100234.147500', '100234.607500', '100235.067500', '100235.527500', '100235.987500', '100236.447500', '100236.907500', '100237.367500', '100237.827500', '100238.287500', '100238.747500', '100239.207500', '100239.667500', '100240.127500', '100240.587500', '100241.047500', '100241.507500', '100241.967500', '100242.427500', '100242.887500', '100243.347500', '100243.807500', '100244.267500', '100244.727500', '100245.187500', '100245.647500', '100246.107500', '100246.567500', '100247.027500', '100247.487500', '100247.947500', '100248.407500', '100248.867500', '100249.327500', '100249.787500', '100250.247500', '100250.707500', '100251.167500', '100251.627500', '100252.087500', '100252.547500', '100253.007500', '100253.467500', '100253.927500', '100254.387500', '100254.847500', '100255.307500', '100255.767500', '100256.227500', '100256.687500', '100257.147500', '100257.607500', '100258.067500', '100258.527500', '100258.987500', '100259.447500', '100259.907500', '100300.367500', '100300.827500', '100301.287500', '100301.747500', '100302.207500', '100302.667500', '100303.127500', '100303.587500', '100304.047500', '100304.507500', '100304.967500', '100305.427500', '100305.887500', '100306.347500', '100306.807500', '100307.267500', '100307.727500', '100308.187500', '100308.647500', '100309.107500', '100309.567500', '100310.027500', '100310.487500', '100310.947500', '100311.407500', '100311.867500', '100312.327500', '100312.787500', '100313.247500', '100313.707500', '100314.167500', '100314.627500', '100315.087500', '100315.547500', '100316.007500', '100316.467500', '100316.927500', '100317.387500', '100317.847500', '100318.307500', '100318.767500', '100319.227500', '100319.687500', '100320.147500', '100320.607500', '100321.067500', '100321.527500', '100321.987500', '100322.447500', '100322.907500', '100323.367500', '100323.827500', '100324.287500', '100324.747500', '100325.207500', '100325.667500', '100326.127500', '100326.587500', '100327.047500', '100327.507500', '100327.967500', '100328.427500', '100328.887500', '100329.347500', '100329.807500', '100330.267500', '100330.727500', '100331.187500', '100331.647500', '100332.107500', '100332.567500', '100333.027500', '100333.487500', '100333.947500', '100334.407500', '100334.867500', '100335.327500', '100335.787500', '100336.247500', '100336.707500', '100337.167500', '100337.627500', '100338.087500', '100338.547500', '100339.007500', '100339.467500', '100339.927500', '100340.387500', '100340.847500', '100341.307500', '100341.767500', '100342.227500', '100342.687500', '100343.147500', '100343.607500', '100344.067500', '100344.527500', '100344.987500', '100345.447500', '100345.907500', '100346.367500', '100346.827500', '100347.287500', '100347.747500', '100348.207500', '100348.667500', '100349.127500', '100349.587500', '100350.047500', '100350.507500', '100350.967500', '100351.427500', '100351.887500', '100352.347500', '100352.807500', '100353.267500', '100353.727500', '100354.187500', '100354.647500', '100355.107500', '100355.567500', '100356.027500', '100356.487500', '100356.947500', '100357.407500', '100357.867500', '100358.327500', '100358.787500', '100359.247500', '100359.707500', '100400.167500', '100400.627500', '100401.087500', '100401.547500', '100402.007500', '100402.467500', '100402.927500', '100403.387500', '100403.847500', '100404.307500', '100404.767500', '100405.227500', '100405.687500', '100406.147500', '100406.607500', '100407.067500', '100407.527500', '100407.987500', '100408.447500', '100408.907500', '100409.367500', '100409.827500', '100410.287500', '100410.747500', '100411.207500', '100411.667500', '100412.127500', '100412.587500', '100413.047500', '100413.507500', '100413.967500', '100414.427500', '100414.887500', '100415.347500', '100415.807500', '100416.267500', '100416.727500', '100417.187500', '100417.647500', '100418.107500', '100418.567500', '100419.027500', '100419.487500', '100419.947500', '100420.407500', '100420.867500', '100421.327500', '100421.787500', '100422.247500', '100422.707500', '100423.167500', '100423.627500', '100424.087500', '100424.547500', '100425.007500', '100425.467500', '100425.927500', '100426.387500', '100426.847500', '100427.307500', '100427.767500', '100428.227500', '100428.687500', '100429.147500', '100429.607500', '100430.067500', '100430.527500', '100430.987500', '100431.447500', '100431.907500', '100432.367500', '100432.827500', '100433.287500', '100433.747500', '100434.207500', '100434.667500', '100435.127500', '100435.587500', '100436.047500', '100436.507500', '100436.967500', '100437.427500', '100437.887500', '100438.347500', '100438.807500', '100439.267500', '100439.727500', '100440.187500', '100440.647500', '100441.107500', '100441.567500', '100442.027500', '100442.487500', '100442.947500', '100443.407500', '100443.867500', '100444.327500', '100444.787500', '100445.247500', '100445.707500', '100446.167500', '100446.627500', '100447.087500', '100447.547500', '100448.007500', '100448.467500', '100448.927500', '100449.387500', '100449.847500', '100450.307500', '100450.767500', '100451.227500', '100451.687500', '100452.147500', '100452.607500', '100453.067500', '100453.527500', '100453.987500', '100454.447500', '100454.907500', '100455.367500', '100455.827500', '100456.287500', '100456.747500', '100457.207500', '100457.667500', '100458.127500', '100458.587500', '100459.047500', '100459.507500', '100459.967500', '100500.427500', '100500.887500', '100501.347500', '100501.807500', '100502.267500', '100502.727500', '100503.187500', '100503.647500', '100504.107500', '100504.567500', '100505.027500', '100505.487500', '100505.947500', '100506.407500', '100506.867500', '100507.327500', '100507.787500', '100508.247500', '100508.707500', '100509.167500', '100509.627500', '100510.087500', '100510.547500', '100511.007500', '100511.467500', '100511.927500', '100512.387500', '100512.847500', '100513.307500', '100513.767500', '100514.227500', '100514.687500', '100515.147500', '100515.607500', '100516.067500', '100516.527500', '100516.987500', '100517.447500', '100517.907500', '100518.367500', '100518.827500', '100519.287500', '100519.747500', '100520.207500', '100520.667500', '100521.127500', '100521.587500', '100522.047500', '100522.507500', '100522.967500', '100523.427500', '100523.887500', '100524.347500', '100524.807500', '100525.267500', '100525.727500', '100526.187500', '100526.647500', '100527.107500', '100527.567500', '100528.027500', '100528.487500', '100528.947500', '100529.407500', '100529.867500', '100530.327500', '100530.787500', '100531.247500', '100531.707500', '100532.167500', '100532.627500', '100533.087500', '100533.547500', '100534.007500', '100534.467500', '100534.927500', '100535.387500', '100535.847500', '100536.307500', '100536.767500', '100537.227500', '100537.687500', '100538.147500', '100538.607500', '100539.067500', '100539.527500', '100539.987500', '100540.447500', '100540.907500', '100541.367500', '100541.827500', '100542.287500', '100542.747500', '100543.207500', '100543.667500', '100544.127500', '100544.587500', '100545.047500', '100545.507500', '100545.967500'], 'ContentTime': ['095931.777000', '095931.781000', '095931.783000', '095931.786000', '095931.789000', '095931.792000', '095931.795000', '095931.808000', '095931.811000', '095931.814000', '095931.816000', '095931.819000', '095931.822000', '095931.825000', '095931.828000', '095931.830000', '095931.833000', '095931.836000', '095931.839000', '095931.842000', '095931.845000', '095931.847000', '095931.850000', '095931.853000', '095931.856000', '095931.859000', '095931.861000', '095931.864000', '095931.867000', '095931.870000', '095931.873000', '095931.875000', '095931.878000', '095931.881000', '095931.884000', '095931.887000', '095931.890000', '095931.892000', '095931.895000', '095931.898000', '095931.901000', '095931.904000', '095931.906000', '095931.909000', '095931.912000', '095931.915000', '095931.918000', '095931.921000', '095931.923000', '095931.926000', '095931.929000', '095931.932000', '095931.935000', '095931.937000', '095931.940000', '095931.943000', '095951.748000', '095951.751000', '095951.754000', '095951.756000', '095951.759000', '095951.762000', '095951.765000', '095951.768000', '095951.770000', '095951.773000', '095951.776000', '095951.779000', '095951.782000', '095951.798000', '095951.800000', '095951.803000', '095951.814000', '095951.817000', '095951.820000', '095951.822000', '095951.825000', '095951.828000', '095951.831000', '095951.834000', '095951.836000', '095951.839000', '095951.842000', '095951.845000', '095951.848000', '095951.851000', '095951.853000', '095951.856000', '095951.859000', '095951.862000', '095951.865000', '095951.867000', '095951.870000', '095951.873000', '095951.876000', '095951.879000', '095951.882000', '095951.884000', '095951.887000', '095951.890000', '100011.748000', '100011.751000', '100011.754000', '100011.757000', '100011.759000', '100011.762000', '100011.765000', '100011.768000', '100011.771000', '100011.774000', '100011.776000', '100011.779000', '100011.782000', '100011.790000', '100011.793000', '100011.796000', '100011.799000', '100011.802000', '100011.804000', '100011.808000', '100011.813000', '100011.816000', '100011.819000', '100011.822000', '100011.825000', '100011.828000', '100011.831000', '100011.833000', '100011.836000', '100011.839000', '100011.842000', '100011.845000', '100011.847000', '100011.850000', '100011.853000', '100011.856000', '100011.859000', '100011.862000', '100011.865000', '100011.867000', '100011.870000', '100011.873000', '100011.876000', '100031.749000', '100031.752000', '100031.755000', '100031.757000', '100031.760000', '100031.763000', '100031.766000', '100031.769000', '100031.772000', '100031.775000', '100031.777000', '100031.780000', '100031.783000', '100031.786000', '100031.789000', '100031.791000', '100031.794000', '100031.797000', '100031.800000', '100031.803000', '100031.806000', '100031.808000', '100031.811000', '100031.814000', '100031.817000', '100031.820000', '100031.823000', '100031.825000', '100031.828000', '100031.831000', '100031.834000', '100031.837000', '100031.839000', '100031.842000', '100031.845000', '100031.848000', '100031.851000', '100031.853000', '100031.856000', '100031.859000', '100031.862000', '100031.865000', '100031.867000', '100031.870000', '100051.749000', '100051.752000', '100051.761000', '100051.763000', '100051.766000', '100051.769000', '100051.772000', '100051.775000', '100051.778000', '100051.780000', '100051.783000', '100051.786000', '100051.789000', '100051.792000', '100051.795000', '100051.798000', '100051.801000', '100051.803000', '100051.806000', '100051.811000', '100051.815000', '100051.817000', '100051.820000', '100051.823000', '100051.826000', '100051.829000', '100051.831000', '100051.834000', '100051.837000', '100051.840000', '100051.843000', '100051.845000', '100051.848000', '100051.851000', '100051.854000', '100051.857000', '100051.860000', '100051.862000', '100051.865000', '100051.868000', '100051.871000', '100051.874000', '100051.877000', '100111.749000', '100111.752000', '100111.755000', '100111.758000', '100111.760000', '100111.763000', '100111.766000', '100111.769000', '100111.772000', '100111.774000', '100111.777000', '100111.780000', '100111.783000', '100111.786000', '100111.789000', '100111.792000', '100111.806000', '100111.809000', '100111.812000', '100111.815000', '100111.818000', '100111.820000', '100111.823000', '100111.826000', '100111.829000', '100111.832000', '100111.835000', '100111.838000', '100111.840000', '100111.843000', '100111.846000', '100111.849000', '100111.852000', '100111.855000', '100111.857000', '100111.860000', '100111.863000', '100111.866000', '100111.869000', '100111.872000', '100111.874000', '100111.877000', '100111.880000', '100111.883000', '100131.748000', '100131.751000', '100131.754000', '100131.757000', '100131.759000', '100131.762000', '100131.765000', '100131.768000', '100131.777000', '100131.780000', '100131.782000', '100131.785000', '100131.788000', '100131.791000', '100131.794000', '100131.797000', '100131.799000', '100131.802000', '100131.805000', '100131.808000', '100131.811000', '100131.814000', '100131.817000', '100131.820000', '100131.822000', '100131.825000', '100131.828000', '100131.831000', '100131.834000', '100131.837000', '100131.839000', '100131.842000', '100131.845000', '100131.848000', '100131.851000', '100131.854000', '100131.856000', '100131.859000', '100131.862000', '100131.865000', '100131.868000', '100131.870000', '100131.873000', '100151.748000', '100151.751000', '100151.754000', '100151.757000', '100151.759000', '100151.762000', '100151.765000', '100151.768000', '100151.771000', '100151.774000', '100151.776000', '100151.779000', '100151.803000', '100151.806000', '100151.809000', '100151.812000', '100151.815000', '100151.817000', '100151.820000', '100151.823000', '100151.826000', '100151.829000', '100151.832000', '100151.835000', '100151.837000', '100151.840000', '100151.843000', '100151.846000', '100151.849000', '100151.851000', '100151.854000', '100151.857000', '100151.860000', '100151.863000', '100151.866000', '100151.869000', '100151.871000', '100151.874000', '100151.877000', '100151.880000', '100151.883000', '100151.885000', '100151.888000', '100151.891000', '100211.748000', '100211.751000', '100211.754000', '100211.756000', '100211.759000', '100211.762000', '100211.765000', '100211.768000', '100211.773000', '100211.776000', '100211.778000', '100211.781000', '100211.784000', '100211.787000', '100211.790000', '100211.793000', '100211.796000', '100211.798000', '100211.801000', '100211.804000', '100211.813000', '100211.816000', '100211.818000', '100211.821000', '100211.824000', '100211.827000', '100211.830000', '100211.833000', '100211.836000', '100211.839000', '100211.842000', '100211.844000', '100211.847000', '100211.850000', '100211.853000', '100211.856000', '100211.859000', '100211.862000', '100211.865000', '100211.868000', '100211.870000', '100211.873000', '100211.876000', '100231.748000', '100231.751000', '100231.754000', '100231.757000', '100231.759000', '100231.762000', '100231.765000', '100231.768000', '100231.771000', '100231.774000', '100231.777000', '100231.779000', '100231.782000', '100231.785000', '100231.788000', '100231.791000', '100231.793000', '100231.796000', '100231.799000', '100231.802000', '100231.805000', '100231.808000', '100231.810000', '100231.813000', '100231.816000', '100231.819000', '100231.822000', '100231.825000', '100231.827000', '100231.830000', '100231.833000', '100231.836000', '100231.839000', '100231.842000', '100231.845000', '100231.847000', '100231.850000', '100231.853000', '100231.856000', '100231.859000', '100231.861000', '100231.864000', '100231.867000', '100231.870000', '100251.749000', '100251.752000', '100251.755000', '100251.758000', '100251.761000', '100251.763000', '100251.766000', '100251.769000', '100251.772000', '100251.775000', '100251.778000', '100251.781000', '100251.783000', '100251.786000', '100251.789000', '100251.792000', '100251.795000', '100251.797000', '100251.800000', '100251.803000', '100251.806000', '100251.809000', '100251.812000', '100251.815000', '100251.817000', '100251.820000', '100251.823000', '100251.826000', '100251.829000', '100251.832000', '100251.834000', '100251.837000', '100251.840000', '100251.843000', '100251.846000', '100251.849000', '100251.851000', '100251.854000', '100251.857000', '100251.860000', '100251.864000', '100251.869000', '100251.872000', '100311.749000', '100311.752000', '100311.755000', '100311.758000', '100311.761000', '100311.763000', '100311.766000', '100311.769000', '100311.772000', '100311.775000', '100311.777000', '100311.780000', '100311.783000', '100311.786000', '100311.789000', '100311.792000', '100311.794000', '100311.797000', '100311.800000', '100311.803000', '100311.806000', '100311.809000', '100311.811000', '100311.814000', '100311.817000', '100311.820000', '100311.823000', '100311.826000', '100311.829000', '100311.831000', '100311.834000', '100311.837000', '100311.840000', '100311.843000', '100311.846000', '100311.848000', '100311.851000', '100311.854000', '100311.857000', '100311.860000', '100311.863000', '100311.865000', '100311.868000', '100311.871000', '100331.749000', '100331.752000', '100331.755000', '100331.758000', '100331.761000', '100331.764000', '100331.766000', '100331.769000', '100331.772000', '100331.775000', '100331.778000', '100331.781000', '100331.783000', '100331.786000', '100331.789000', '100331.792000', '100331.795000', '100331.798000', '100331.801000', '100331.803000', '100331.806000', '100331.810000', '100331.814000', '100331.816000', '100331.819000', '100331.822000', '100331.825000', '100331.828000', '100331.831000', '100331.833000', '100331.841000', '100331.844000', '100331.847000', '100331.850000', '100331.852000', '100331.855000', '100331.858000', '100331.861000', '100331.864000', '100331.867000', '100331.870000', '100331.872000', '100331.875000', '100351.748000', '100351.751000', '100351.754000', '100351.757000', '100351.760000', '100351.763000', '100351.765000', '100351.768000', '100351.771000', '100351.774000', '100351.777000', '100351.780000', '100351.785000', '100351.788000', '100351.790000', '100351.793000', '100351.796000', '100351.799000', '100351.802000', '100351.805000', '100351.808000', '100351.811000', '100351.813000', '100351.816000', '100351.819000', '100351.822000', '100351.825000', '100351.828000', '100351.831000', '100351.833000', '100351.836000', '100351.839000', '100351.842000', '100351.845000', '100351.848000', '100351.851000', '100351.853000', '100351.856000', '100351.859000', '100351.862000', '100351.865000', '100351.867000', '100351.870000', '100351.873000', '100411.748000', '100411.751000', '100411.754000', '100411.757000', '100411.760000', '100411.763000', '100411.766000', '100411.768000', '100411.771000', '100411.774000', '100411.777000', '100411.787000', '100411.790000', '100411.793000', '100411.796000', '100411.799000', '100411.801000', '100411.804000', '100411.807000', '100411.810000', '100411.813000', '100411.816000', '100411.819000', '100411.821000', '100411.824000', '100411.827000', '100411.830000', '100411.833000', '100411.835000', '100411.838000', '100411.841000', '100411.844000', '100411.847000', '100411.850000', '100411.852000', '100411.855000', '100411.858000', '100411.861000', '100411.864000', '100411.867000', '100411.869000', '100411.872000', '100411.875000', '100431.748000', '100431.769000', '100431.773000', '100431.776000', '100431.778000', '100431.781000', '100431.784000', '100431.787000', '100431.790000', '100431.793000', '100431.796000', '100431.798000', '100431.801000', '100431.804000', '100431.807000', '100431.810000', '100431.813000', '100431.816000', '100431.818000', '100431.821000', '100431.824000', '100431.827000', '100431.830000', '100431.832000', '100431.835000', '100431.838000', '100431.841000', '100431.844000', '100431.847000', '100431.849000', '100431.852000', '100431.855000', '100431.858000', '100431.861000', '100431.864000', '100431.867000', '100431.869000', '100431.872000', '100431.875000', '100431.878000', '100431.881000', '100431.884000', '100431.886000', '100431.889000', '100451.748000', '100451.751000', '100451.754000', '100451.757000', '100451.760000', '100451.762000', '100451.765000', '100451.768000', '100451.771000', '100451.775000', '100451.777000', '100451.780000', '100451.783000', '100451.786000', '100451.789000', '100451.792000', '100451.795000', '100451.797000', '100451.800000', '100451.803000', '100451.806000', '100451.809000', '100451.812000', '100451.814000', '100451.817000', '100451.820000', '100451.824000', '100451.827000', '100451.830000', '100451.833000', '100451.835000', '100451.838000', '100451.841000', '100451.844000', '100451.848000', '100451.852000', '100451.855000', '100451.857000', '100451.860000', '100451.863000', '100451.866000', '100451.869000', '100451.872000', '100511.749000', '100511.752000', '100511.755000', '100511.758000', '100511.760000', '100511.764000', '100511.766000', '100511.769000', '100511.772000', '100511.775000', '100511.778000', '100511.781000', '100511.783000', '100511.786000', '100511.789000', '100511.792000', '100511.795000', '100511.798000', '100511.801000', '100511.804000', '100511.806000', '100511.809000', '100511.812000', '100511.815000', '100511.818000', '100511.821000', '100511.824000', '100511.826000', '100511.829000', '100511.832000', '100511.835000', '100511.838000', '100511.841000', '100511.844000', '100511.846000', '100511.849000', '100511.852000', '100511.855000', '100511.858000', '100511.862000', '100511.865000', '100511.868000', '100511.871000', '100511.874000', '100531.749000', '100531.752000', '100531.755000', '100531.758000', '100531.761000', '100531.763000', '100531.766000', '100531.769000', '100531.772000', '100531.775000', '100531.777000', '100531.780000', '100531.783000', '100531.786000', '100531.789000', '100531.792000', '100531.795000', '100531.797000', '100531.800000', '100531.803000', '100531.806000', '100531.809000', '100531.812000', '100531.815000', '100531.817000', '100531.820000', '100531.823000', '100531.826000', '100531.829000', '100531.832000', '100531.834000', '100531.837000', '100531.840000', '100531.843000', '100531.846000', '100531.849000', '100531.852000', '100531.854000', '100531.857000', '100531.860000', '100531.863000', '100531.866000', '100531.869000', '100546.702000', '100546.706000', '100546.709000', '100546.712000', '100546.715000', '100546.718000', '100546.727000', '100546.730000', '100546.733000', '100546.736000', '100546.739000', '100546.742000', '100546.745000', '100546.747000', '100546.750000', '100546.753000', '100546.756000', '100546.759000', '100546.762000', '100546.765000', '100546.768000', '100546.771000', '100546.776000', '100546.778000', '100546.781000', '100546.784000', '100546.796000', '100546.799000', '100546.802000', '100546.804000', '100546.808000', '100546.811000', '100546.814000'], 'InstanceCreationTime': ['095931.777000', '095931.781000', '095931.783000', '095931.786000', '095931.789000', '095931.792000', '095931.795000', '095931.808000', '095931.811000', '095931.814000', '095931.816000', '095931.819000', '095931.822000', '095931.825000', '095931.828000', '095931.830000', '095931.833000', '095931.836000', '095931.839000', '095931.842000', '095931.845000', '095931.847000', '095931.850000', '095931.853000', '095931.856000', '095931.859000', '095931.861000', '095931.864000', '095931.867000', '095931.870000', '095931.873000', '095931.875000', '095931.878000', '095931.881000', '095931.884000', '095931.887000', '095931.890000', '095931.892000', '095931.895000', '095931.898000', '095931.901000', '095931.904000', '095931.906000', '095931.909000', '095931.912000', '095931.915000', '095931.918000', '095931.921000', '095931.923000', '095931.926000', '095931.929000', '095931.932000', '095931.935000', '095931.937000', '095931.940000', '095931.943000', '095951.748000', '095951.751000', '095951.754000', '095951.756000', '095951.759000', '095951.762000', '095951.765000', '095951.768000', '095951.770000', '095951.773000', '095951.776000', '095951.779000', '095951.782000', '095951.798000', '095951.800000', '095951.803000', '095951.814000', '095951.817000', '095951.820000', '095951.822000', '095951.825000', '095951.828000', '095951.831000', '095951.834000', '095951.836000', '095951.839000', '095951.842000', '095951.845000', '095951.848000', '095951.851000', '095951.853000', '095951.856000', '095951.859000', '095951.862000', '095951.865000', '095951.867000', '095951.870000', '095951.873000', '095951.876000', '095951.879000', '095951.882000', '095951.884000', '095951.887000', '095951.890000', '100011.748000', '100011.751000', '100011.754000', '100011.757000', '100011.759000', '100011.762000', '100011.765000', '100011.768000', '100011.771000', '100011.774000', '100011.776000', '100011.779000', '100011.782000', '100011.790000', '100011.793000', '100011.796000', '100011.799000', '100011.802000', '100011.804000', '100011.808000', '100011.813000', '100011.816000', '100011.819000', '100011.822000', '100011.825000', '100011.828000', '100011.831000', '100011.833000', '100011.836000', '100011.839000', '100011.842000', '100011.845000', '100011.847000', '100011.850000', '100011.853000', '100011.856000', '100011.859000', '100011.862000', '100011.865000', '100011.867000', '100011.870000', '100011.873000', '100011.876000', '100031.749000', '100031.752000', '100031.755000', '100031.757000', '100031.760000', '100031.763000', '100031.766000', '100031.769000', '100031.772000', '100031.775000', '100031.777000', '100031.780000', '100031.783000', '100031.786000', '100031.789000', '100031.791000', '100031.794000', '100031.797000', '100031.800000', '100031.803000', '100031.806000', '100031.808000', '100031.811000', '100031.814000', '100031.817000', '100031.820000', '100031.823000', '100031.825000', '100031.828000', '100031.831000', '100031.834000', '100031.837000', '100031.839000', '100031.842000', '100031.845000', '100031.848000', '100031.851000', '100031.853000', '100031.856000', '100031.859000', '100031.862000', '100031.865000', '100031.867000', '100031.870000', '100051.749000', '100051.752000', '100051.761000', '100051.763000', '100051.766000', '100051.769000', '100051.772000', '100051.775000', '100051.778000', '100051.780000', '100051.783000', '100051.786000', '100051.789000', '100051.792000', '100051.795000', '100051.798000', '100051.801000', '100051.803000', '100051.806000', '100051.811000', '100051.815000', '100051.817000', '100051.820000', '100051.823000', '100051.826000', '100051.829000', '100051.831000', '100051.834000', '100051.837000', '100051.840000', '100051.843000', '100051.845000', '100051.848000', '100051.851000', '100051.854000', '100051.857000', '100051.860000', '100051.862000', '100051.865000', '100051.868000', '100051.871000', '100051.874000', '100051.877000', '100111.749000', '100111.752000', '100111.755000', '100111.758000', '100111.760000', '100111.763000', '100111.766000', '100111.769000', '100111.772000', '100111.774000', '100111.777000', '100111.780000', '100111.783000', '100111.786000', '100111.789000', '100111.792000', '100111.806000', '100111.809000', '100111.812000', '100111.815000', '100111.818000', '100111.820000', '100111.823000', '100111.826000', '100111.829000', '100111.832000', '100111.835000', '100111.838000', '100111.840000', '100111.843000', '100111.846000', '100111.849000', '100111.852000', '100111.855000', '100111.857000', '100111.860000', '100111.863000', '100111.866000', '100111.869000', '100111.872000', '100111.874000', '100111.877000', '100111.880000', '100111.883000', '100131.748000', '100131.751000', '100131.754000', '100131.757000', '100131.759000', '100131.762000', '100131.765000', '100131.768000', '100131.777000', '100131.780000', '100131.782000', '100131.785000', '100131.788000', '100131.791000', '100131.794000', '100131.797000', '100131.799000', '100131.802000', '100131.805000', '100131.808000', '100131.811000', '100131.814000', '100131.817000', '100131.820000', '100131.822000', '100131.825000', '100131.828000', '100131.831000', '100131.834000', '100131.837000', '100131.839000', '100131.842000', '100131.845000', '100131.848000', '100131.851000', '100131.854000', '100131.856000', '100131.859000', '100131.862000', '100131.865000', '100131.868000', '100131.870000', '100131.873000', '100151.748000', '100151.751000', '100151.754000', '100151.757000', '100151.759000', '100151.762000', '100151.765000', '100151.768000', '100151.771000', '100151.774000', '100151.776000', '100151.779000', '100151.803000', '100151.806000', '100151.809000', '100151.812000', '100151.815000', '100151.817000', '100151.820000', '100151.823000', '100151.826000', '100151.829000', '100151.832000', '100151.835000', '100151.837000', '100151.840000', '100151.843000', '100151.846000', '100151.849000', '100151.851000', '100151.854000', '100151.857000', '100151.860000', '100151.863000', '100151.866000', '100151.869000', '100151.871000', '100151.874000', '100151.877000', '100151.880000', '100151.883000', '100151.885000', '100151.888000', '100151.891000', '100211.748000', '100211.751000', '100211.754000', '100211.756000', '100211.759000', '100211.762000', '100211.765000', '100211.768000', '100211.773000', '100211.776000', '100211.778000', '100211.781000', '100211.784000', '100211.787000', '100211.790000', '100211.793000', '100211.796000', '100211.798000', '100211.801000', '100211.804000', '100211.813000', '100211.816000', '100211.818000', '100211.821000', '100211.824000', '100211.827000', '100211.830000', '100211.833000', '100211.836000', '100211.839000', '100211.842000', '100211.844000', '100211.847000', '100211.850000', '100211.853000', '100211.856000', '100211.859000', '100211.862000', '100211.865000', '100211.868000', '100211.870000', '100211.873000', '100211.876000', '100231.748000', '100231.751000', '100231.754000', '100231.757000', '100231.759000', '100231.762000', '100231.765000', '100231.768000', '100231.771000', '100231.774000', '100231.777000', '100231.779000', '100231.782000', '100231.785000', '100231.788000', '100231.791000', '100231.793000', '100231.796000', '100231.799000', '100231.802000', '100231.805000', '100231.808000', '100231.810000', '100231.813000', '100231.816000', '100231.819000', '100231.822000', '100231.825000', '100231.827000', '100231.830000', '100231.833000', '100231.836000', '100231.839000', '100231.842000', '100231.845000', '100231.847000', '100231.850000', '100231.853000', '100231.856000', '100231.859000', '100231.861000', '100231.864000', '100231.867000', '100231.870000', '100251.749000', '100251.752000', '100251.755000', '100251.758000', '100251.761000', '100251.763000', '100251.766000', '100251.769000', '100251.772000', '100251.775000', '100251.778000', '100251.781000', '100251.783000', '100251.786000', '100251.789000', '100251.792000', '100251.795000', '100251.797000', '100251.800000', '100251.803000', '100251.806000', '100251.809000', '100251.812000', '100251.815000', '100251.817000', '100251.820000', '100251.823000', '100251.826000', '100251.829000', '100251.832000', '100251.834000', '100251.837000', '100251.840000', '100251.843000', '100251.846000', '100251.849000', '100251.851000', '100251.854000', '100251.857000', '100251.860000', '100251.864000', '100251.869000', '100251.872000', '100311.749000', '100311.752000', '100311.755000', '100311.758000', '100311.761000', '100311.763000', '100311.766000', '100311.769000', '100311.772000', '100311.775000', '100311.777000', '100311.780000', '100311.783000', '100311.786000', '100311.789000', '100311.792000', '100311.794000', '100311.797000', '100311.800000', '100311.803000', '100311.806000', '100311.809000', '100311.811000', '100311.814000', '100311.817000', '100311.820000', '100311.823000', '100311.826000', '100311.829000', '100311.831000', '100311.834000', '100311.837000', '100311.840000', '100311.843000', '100311.846000', '100311.848000', '100311.851000', '100311.854000', '100311.857000', '100311.860000', '100311.863000', '100311.865000', '100311.868000', '100311.871000', '100331.749000', '100331.752000', '100331.755000', '100331.758000', '100331.761000', '100331.764000', '100331.766000', '100331.769000', '100331.772000', '100331.775000', '100331.778000', '100331.781000', '100331.783000', '100331.786000', '100331.789000', '100331.792000', '100331.795000', '100331.798000', '100331.801000', '100331.803000', '100331.806000', '100331.810000', '100331.814000', '100331.816000', '100331.819000', '100331.822000', '100331.825000', '100331.828000', '100331.831000', '100331.833000', '100331.841000', '100331.844000', '100331.847000', '100331.850000', '100331.852000', '100331.855000', '100331.858000', '100331.861000', '100331.864000', '100331.867000', '100331.870000', '100331.872000', '100331.875000', '100351.748000', '100351.751000', '100351.754000', '100351.757000', '100351.760000', '100351.763000', '100351.765000', '100351.768000', '100351.771000', '100351.774000', '100351.777000', '100351.780000', '100351.785000', '100351.788000', '100351.790000', '100351.793000', '100351.796000', '100351.799000', '100351.802000', '100351.805000', '100351.808000', '100351.811000', '100351.813000', '100351.816000', '100351.819000', '100351.822000', '100351.825000', '100351.828000', '100351.831000', '100351.833000', '100351.836000', '100351.839000', '100351.842000', '100351.845000', '100351.848000', '100351.851000', '100351.853000', '100351.856000', '100351.859000', '100351.862000', '100351.865000', '100351.867000', '100351.870000', '100351.873000', '100411.748000', '100411.751000', '100411.754000', '100411.757000', '100411.760000', '100411.763000', '100411.766000', '100411.768000', '100411.771000', '100411.774000', '100411.777000', '100411.787000', '100411.790000', '100411.793000', '100411.796000', '100411.799000', '100411.801000', '100411.804000', '100411.807000', '100411.810000', '100411.813000', '100411.816000', '100411.819000', '100411.821000', '100411.824000', '100411.827000', '100411.830000', '100411.833000', '100411.835000', '100411.838000', '100411.841000', '100411.844000', '100411.847000', '100411.850000', '100411.852000', '100411.855000', '100411.858000', '100411.861000', '100411.864000', '100411.867000', '100411.869000', '100411.872000', '100411.875000', '100431.748000', '100431.769000', '100431.773000', '100431.776000', '100431.778000', '100431.781000', '100431.784000', '100431.787000', '100431.790000', '100431.793000', '100431.796000', '100431.798000', '100431.801000', '100431.804000', '100431.807000', '100431.810000', '100431.813000', '100431.816000', '100431.818000', '100431.821000', '100431.824000', '100431.827000', '100431.830000', '100431.832000', '100431.835000', '100431.838000', '100431.841000', '100431.844000', '100431.847000', '100431.849000', '100431.852000', '100431.855000', '100431.858000', '100431.861000', '100431.864000', '100431.867000', '100431.869000', '100431.872000', '100431.875000', '100431.878000', '100431.881000', '100431.884000', '100431.886000', '100431.889000', '100451.748000', '100451.751000', '100451.754000', '100451.757000', '100451.760000', '100451.762000', '100451.765000', '100451.768000', '100451.771000', '100451.775000', '100451.777000', '100451.780000', '100451.783000', '100451.786000', '100451.789000', '100451.792000', '100451.795000', '100451.797000', '100451.800000', '100451.803000', '100451.806000', '100451.809000', '100451.812000', '100451.814000', '100451.817000', '100451.820000', '100451.824000', '100451.827000', '100451.830000', '100451.833000', '100451.835000', '100451.838000', '100451.841000', '100451.844000', '100451.848000', '100451.852000', '100451.855000', '100451.857000', '100451.860000', '100451.863000', '100451.866000', '100451.869000', '100451.872000', '100511.749000', '100511.752000', '100511.755000', '100511.758000', '100511.760000', '100511.764000', '100511.766000', '100511.769000', '100511.772000', '100511.775000', '100511.778000', '100511.781000', '100511.783000', '100511.786000', '100511.789000', '100511.792000', '100511.795000', '100511.798000', '100511.801000', '100511.804000', '100511.806000', '100511.809000', '100511.812000', '100511.815000', '100511.818000', '100511.821000', '100511.824000', '100511.826000', '100511.829000', '100511.832000', '100511.835000', '100511.838000', '100511.841000', '100511.844000', '100511.846000', '100511.849000', '100511.852000', '100511.855000', '100511.858000', '100511.862000', '100511.865000', '100511.868000', '100511.871000', '100511.874000', '100531.749000', '100531.752000', '100531.755000', '100531.758000', '100531.761000', '100531.763000', '100531.766000', '100531.769000', '100531.772000', '100531.775000', '100531.777000', '100531.780000', '100531.783000', '100531.786000', '100531.789000', '100531.792000', '100531.795000', '100531.797000', '100531.800000', '100531.803000', '100531.806000', '100531.809000', '100531.812000', '100531.815000', '100531.817000', '100531.820000', '100531.823000', '100531.826000', '100531.829000', '100531.832000', '100531.834000', '100531.837000', '100531.840000', '100531.843000', '100531.846000', '100531.849000', '100531.852000', '100531.854000', '100531.857000', '100531.860000', '100531.863000', '100531.866000', '100531.869000', '100546.702000', '100546.706000', '100546.709000', '100546.712000', '100546.715000', '100546.718000', '100546.727000', '100546.730000', '100546.733000', '100546.736000', '100546.739000', '100546.742000', '100546.745000', '100546.747000', '100546.750000', '100546.753000', '100546.756000', '100546.759000', '100546.762000', '100546.765000', '100546.768000', '100546.771000', '100546.776000', '100546.778000', '100546.781000', '100546.784000', '100546.796000', '100546.799000', '100546.802000', '100546.804000', '100546.808000', '100546.811000', '100546.814000'], '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': [12500, 12070, 16184, 11956, 12736, 10304, 11868, 11436, 10915, 15018, 10492, 13292, 10586, 12677, 12194, 10729, 11719, 10778, 12607, 10655, 13392, 10157, 13322, 16336, 10974, 14113, 10300, 13737, 10857, 11854, 15435, 10929, 14010, 12941, 11512, 14954, 10962, 12929, 10694, 12313, 11806, 11129, 14510, 11445, 13383, 10669, 12652, 12993, 11366, 15119, 11306, 13914, 10799, 12966, 16215, 11323, 13815, 10969, 12585, 12232, 10943, 14692, 11240, 13584, 10879, 11501, 15283, 10873, 13964, 11354, 12502, 13895, 10816, 14388, 10909, 14153, 11149, 11895, 14501, 11046, 14051, 11081, 13804, 11198, 13371, 11789, 11706, 14856, 11407, 13295, 10580, 14581, 10983, 15866, 11822, 15524, 11865, 14900, 10389, 13887, 10115, 13152, 14101, 11857, 14978, 11426, 13365, 10700, 12830, 12671, 11236, 15220, 11481, 13425, 10962, 12765, 10929, 12232, 15840, 11094, 13397, 11298, 13541, 11092, 13583, 11879, 12605, 12093, 11235, 15447, 11262, 14433, 11277, 13877, 14124, 11847, 14672, 11333, 14428, 11204, 14543, 12216, 12834, 13990, 11562, 14383, 11334, 14339, 11560, 12493, 11230, 11740, 16289, 11909, 15354, 11631, 14825, 11293, 14591, 11633, 14916, 13269, 12877, 14315, 11901, 15179, 11393, 15145, 11972, 13090, 11123, 11824, 15789, 11683, 14777, 11563, 13283, 11234, 11682, 15930, 11476, 14925, 11187, 13482, 11051, 12030, 15798, 11624, 14932, 11274, 13307, 11319, 12734, 14393, 11466, 15167, 11533, 13331, 11223, 12682, 13211, 11617, 15434, 11482, 13899, 11118, 12549, 16559, 11632, 14426, 11320, 13120, 11027, 12048, 15234, 11352, 13836, 11436, 12658, 14467, 11578, 13398, 11442, 14259, 11455, 14714, 14294, 12310, 13502, 11118, 14630, 11579, 13998, 11636, 13588, 15657, 11767, 13213, 11716, 13200, 13330, 11972, 15348, 11791, 12942, 11551, 12878, 15095, 11695, 15012, 11497, 13598, 11567, 13272, 13750, 11844, 15925, 12567, 14337, 11523, 13381, 11265, 13043, 11901, 13253, 11722, 15804, 12024, 15146, 11509, 14601, 11440, 13590, 13681, 11933, 15755, 11580, 15034, 11421, 12830, 13093, 11485, 15245, 11422, 15788, 11535, 12758, 11521, 15019, 11966, 15743, 11475, 14226, 11415, 13993, 11394, 14157, 11167, 13592, 15061, 12088, 11414, 11413, 14951, 11496, 14231, 11432, 14236, 11449, 12662, 11283, 12137, 13452, 11730, 15217, 11901, 13365, 11320, 13566, 11533, 14039, 12171, 13864, 14928, 13818, 11092, 12792, 11286, 12234, 11631, 12367, 16182, 11508, 14165, 11379, 13812, 14441, 12404, 16326, 12891, 14569, 11345, 12859, 15625, 12138, 13801, 11374, 14185, 12523, 11306, 15232, 11094, 13296, 13297, 11140, 14710, 11053, 12963, 10823, 11921, 13876, 11094, 14010, 11020, 13987, 10859, 12439, 12264, 11187, 14633, 11298, 14040, 11228, 13228, 13877, 12077, 15300, 13039, 14488, 11189, 12128, 11453, 11615, 11205, 12006, 13131, 11569, 14487, 11055, 15041, 11189, 13922, 13923, 11233, 14765, 11482, 14350, 11565, 12515, 11480, 11600, 15257, 11592, 14470, 11437, 13283, 11366, 12136, 14111, 11074, 15216, 11780, 14434, 11077, 13175, 11531, 12908, 10992, 13984, 11296, 14826, 11150, 15326, 11727, 13655, 11383, 14645, 11375, 14220, 11571, 13785, 14574, 11631, 14078, 11382, 13743, 11513, 13201, 12919, 11476, 14945, 11362, 13793, 11569, 11888, 10882, 11460, 15119, 11447, 13528, 11232, 12958, 11264, 12509, 12277, 11760, 15741, 11573, 13816, 11193, 14146, 11068, 13895, 13211, 12546, 12441, 11559, 16379, 11732, 15191, 11497, 13577, 11321, 13272, 13124, 11813, 16228, 11418, 14200, 11079, 13625, 11253, 13742, 11673, 12545, 13655, 11250, 15509, 11577, 15169, 11062, 14614, 11103, 12961, 10726, 12203, 16237, 11561, 15141, 11412, 13975, 11058, 13354, 11075, 12870, 15551, 11640, 13833, 11117, 14374, 10908, 14595, 11006, 13484, 10536, 12752, 13205, 12015, 12590, 11461, 13293, 11911, 12077, 12659, 10467, 15574, 10786, 15167, 10913, 15536, 11397, 15381, 10946, 14906, 10803, 14683, 10850, 14451, 11121, 12414, 13916, 10990, 15680, 10735, 14423, 10702, 12175, 10736, 10707, 15504, 10888, 14326, 10576, 11776, 10000, 10919, 15840, 10833, 13988, 10661, 12745, 10396, 12071, 12160, 11130, 15211, 10874, 14356, 10482, 13899, 10999, 12304, 13191, 11478, 16043, 10576, 14826, 10845, 13834, 10428, 12990, 15827, 11113, 15576, 10574, 14695, 10810, 13283, 13232, 10906, 15836, 10811, 15114, 10609, 13562, 12126, 10496, 15763, 10109, 15362, 10245, 13049, 11557, 10844, 16581, 11110, 14086, 10447, 15065, 10341, 14757, 12033, 13622, 15859, 13674, 15613, 10667, 10536, 10845, 15042, 10962, 14037, 10702, 11810, 15582, 10687, 14559, 10317, 13392, 16526, 11885, 13791, 10157, 14171, 10797, 12768, 15890, 11471, 14238, 10415, 13621, 12393, 10385, 15010, 10136, 13720, 10977, 10739, 14997, 11129, 13773, 9734, 12568, 10417, 11669, 15614, 10251, 13785, 10077, 12107, 15636, 11219, 13408, 9940, 13900, 10015, 13230, 14472, 10726, 14963, 10861, 13621, 9993, 13134, 14269, 10587, 15449, 10312, 13503, 10113, 13054, 11585, 11046, 15811, 10809, 13292, 10125, 14021, 10282, 14437, 10018, 12781, 13662, 11226, 15557, 10254, 14618, 10188, 13805, 12498, 11762, 16193, 10094, 15140, 10163, 12670, 14070, 10623, 15218, 10395, 14881, 10033, 13215, 13451, 11054, 15009, 10302, 15346, 10261, 14591, 11157, 12033, 12049, 10553, 16553, 10679, 15302, 10854, 14015, 10235, 12594, 16424, 10608, 15011, 10312, 14766, 10322, 13842, 11853, 13734, 10005, 12838, 10328, 11857, 10942, 13442, 9942, 15633, 10441, 15901, 11429, 15259, 10813, 15350, 10567, 14870, 10371, 15282, 10305, 14717, 9888, 12063, 15184, 10916, 15595, 10727, 14109, 10125, 13275, 10035, 13509, 14227, 11427, 14150, 10081, 15012, 10022, 14512, 12193, 12023, 15407, 9918, 14897, 9869, 13009, 14657, 10750, 14119, 9589, 14227, 9880, 12479, 15620, 10440, 13621, 9797, 13974, 9756, 12052, 14697, 10283, 14481, 9812, 14677, 9889, 12372, 12645, 11057, 11518, 10017, 15928, 9886, 15178, 9631, 13375, 13150, 11538, 16408, 9582, 14584, 9819, 14395, 9294, 12656, 15573, 10525, 15218, 10185, 14023, 9637, 14649, 9690, 13832, 13716, 12361, 14484, 10814, 15642, 9936, 14792, 9555, 13443, 13931, 11801, 15031, 9685, 14184, 9626, 12827, 15897, 10454, 14349, 9972, 12712, 12241, 9451, 15165, 9057, 13489, 11229, 11782, 12735, 9621, 15612, 9204, 14002, 10220, 11887, 11376, 10180, 15762, 9329], 'WindowCenter': [4793.0, 4778.0, 4795.0, 4753.0, 4749.0, 4729.0, 4751.0, 4737.0, 4740.0, 4767.0, 4741.0, 4768.0, 4740.0, 4763.0, 4748.0, 4740.0, 4751.0, 4751.0, 4771.0, 4754.0, 4787.0, 4756.0, 4797.0, 4805.0, 4766.0, 4796.0, 4756.0, 4785.0, 4754.0, 4777.0, 4793.0, 4756.0, 4797.0, 4773.0, 4768.0, 4797.0, 4755.0, 4776.0, 4742.0, 4762.0, 4752.0, 4766.0, 4782.0, 4766.0, 4787.0, 4755.0, 4786.0, 4784.0, 4779.0, 4796.0, 4768.0, 4786.0, 4758.0, 4787.0, 4793.0, 4755.0, 4784.0, 4743.0, 4767.0, 4751.0, 4745.0, 4782.0, 4742.0, 4773.0, 4742.0, 4751.0, 4779.0, 4742.0, 4771.0, 4739.0, 4761.0, 4760.0, 4739.0, 4770.0, 4742.0, 4773.0, 4741.0, 4750.0, 4768.0, 4749.0, 4773.0, 4752.0, 4773.0, 4743.0, 4774.0, 4749.0, 4765.0, 4783.0, 4753.0, 4763.0, 4742.0, 4769.0, 4755.0, 4793.0, 4764.0, 4793.0, 4756.0, 4784.0, 4733.0, 4774.0, 4729.0, 4760.0, 4757.0, 4738.0, 4769.0, 4740.0, 4748.0, 4726.0, 4747.0, 4736.0, 4738.0, 4769.0, 4737.0, 4757.0, 4729.0, 4761.0, 4740.0, 4761.0, 4780.0, 4753.0, 4771.0, 4753.0, 4771.0, 4753.0, 4774.0, 4753.0, 4764.0, 4753.0, 4754.0, 4780.0, 4751.0, 4783.0, 4752.0, 4784.0, 4773.0, 4753.0, 4772.0, 4754.0, 4772.0, 4751.0, 4784.0, 4752.0, 4765.0, 4772.0, 4752.0, 4770.0, 4753.0, 4810.0, 4767.0, 4775.0, 4739.0, 4752.0, 4789.0, 4763.0, 4785.0, 4756.0, 4783.0, 4754.0, 4783.0, 4755.0, 4795.0, 4772.0, 4773.0, 4773.0, 4753.0, 4782.0, 4751.0, 4783.0, 4752.0, 4762.0, 4738.0, 4752.0, 4782.0, 4751.0, 4781.0, 4748.0, 4773.0, 4739.0, 4751.0, 4780.0, 4751.0, 4782.0, 4740.0, 4763.0, 4739.0, 4749.0, 4770.0, 4752.0, 4781.0, 4742.0, 4772.0, 4753.0, 4760.0, 4758.0, 4740.0, 4768.0, 4739.0, 4757.0, 4739.0, 4760.0, 4746.0, 4739.0, 4780.0, 4741.0, 4770.0, 4739.0, 4761.0, 4779.0, 4751.0, 4769.0, 4739.0, 4760.0, 4739.0, 4761.0, 4779.0, 4742.0, 4770.0, 4751.0, 4773.0, 4771.0, 4752.0, 4759.0, 4752.0, 4771.0, 4750.0, 4781.0, 4786.0, 4764.0, 4773.0, 4752.0, 4769.0, 4751.0, 4770.0, 4750.0, 4773.0, 4782.0, 4751.0, 4761.0, 4752.0, 4772.0, 4757.0, 4751.0, 4781.0, 4749.0, 4757.0, 4739.0, 4760.0, 4770.0, 4753.0, 4779.0, 4751.0, 4760.0, 4741.0, 4762.0, 4760.0, 4751.0, 4779.0, 4750.0, 4758.0, 4740.0, 4748.0, 4741.0, 4761.0, 4764.0, 4774.0, 4777.0, 4784.0, 4761.0, 4782.0, 4753.0, 4782.0, 4750.0, 4772.0, 4759.0, 4751.0, 4765.0, 4739.0, 4767.0, 4729.0, 4748.0, 4734.0, 4727.0, 4756.0, 4727.0, 4767.0, 4739.0, 4749.0, 4752.0, 4782.0, 4753.0, 4777.0, 4739.0, 4757.0, 4738.0, 4759.0, 4740.0, 4760.0, 4737.0, 4761.0, 4768.0, 4749.0, 4736.0, 4736.0, 4766.0, 4738.0, 4758.0, 4750.0, 4770.0, 4749.0, 4762.0, 4739.0, 4759.0, 4760.0, 4764.0, 4782.0, 4753.0, 4769.0, 4753.0, 4770.0, 4754.0, 4784.0, 4764.0, 4796.0, 4795.0, 4786.0, 4754.0, 4775.0, 4755.0, 4775.0, 4764.0, 4774.0, 4792.0, 4754.0, 4783.0, 4767.0, 4787.0, 4782.0, 4763.0, 4781.0, 4748.0, 4757.0, 4725.0, 4737.0, 4753.0, 4724.0, 4734.0, 4713.0, 4741.0, 4720.0, 4710.0, 4739.0, 4696.0, 4730.0, 4715.0, 4711.0, 4740.0, 4712.0, 4731.0, 4712.0, 4733.0, 4741.0, 4723.0, 4742.0, 4723.0, 4755.0, 4725.0, 4744.0, 4733.0, 4736.0, 4766.0, 4737.0, 4757.0, 4725.0, 4759.0, 4752.0, 4748.0, 4768.0, 4760.0, 4756.0, 4737.0, 4745.0, 4748.0, 4745.0, 4737.0, 4759.0, 4768.0, 4751.0, 4781.0, 4763.0, 4781.0, 4750.0, 4782.0, 4769.0, 4739.0, 4767.0, 4738.0, 4768.0, 4740.0, 4761.0, 4736.0, 4739.0, 4767.0, 4738.0, 4767.0, 4737.0, 4748.0, 4724.0, 4748.0, 4754.0, 4727.0, 4765.0, 4736.0, 4768.0, 4737.0, 4747.0, 4736.0, 4747.0, 4726.0, 4755.0, 4737.0, 4771.0, 4753.0, 4792.0, 4765.0, 4771.0, 4751.0, 4769.0, 4750.0, 4770.0, 4741.0, 4770.0, 4769.0, 4749.0, 4759.0, 4738.0, 4758.0, 4738.0, 4758.0, 4747.0, 4740.0, 4768.0, 4737.0, 4769.0, 4736.0, 4750.0, 4737.0, 4750.0, 4766.0, 4750.0, 4772.0, 4751.0, 4763.0, 4752.0, 4763.0, 4759.0, 4764.0, 4792.0, 4753.0, 4771.0, 4753.0, 4783.0, 4751.0, 4783.0, 4773.0, 4764.0, 4761.0, 4763.0, 4792.0, 4764.0, 4784.0, 4754.0, 4770.0, 4751.0, 4772.0, 4759.0, 4763.0, 4791.0, 4752.0, 4770.0, 4753.0, 4773.0, 4754.0, 4784.0, 4761.0, 4776.0, 4772.0, 4764.0, 4792.0, 4764.0, 4793.0, 4756.0, 4794.0, 4753.0, 4773.0, 4749.0, 4763.0, 4791.0, 4763.0, 4782.0, 4755.0, 4785.0, 4753.0, 4770.0, 4751.0, 4774.0, 4791.0, 4752.0, 4771.0, 4751.0, 4779.0, 4753.0, 4796.0, 4763.0, 4784.0, 4743.0, 4774.0, 4773.0, 4775.0, 4774.0, 4767.0, 4775.0, 4765.0, 4773.0, 4787.0, 4758.0, 4797.0, 4757.0, 4794.0, 4757.0, 4808.0, 4779.0, 4797.0, 4755.0, 4781.0, 4751.0, 4782.0, 4740.0, 4784.0, 4753.0, 4762.0, 4759.0, 4742.0, 4780.0, 4741.0, 4781.0, 4741.0, 4751.0, 4737.0, 4740.0, 4779.0, 4752.0, 4781.0, 4741.0, 4751.0, 4732.0, 4751.0, 4792.0, 4766.0, 4785.0, 4755.0, 4773.0, 4744.0, 4772.0, 4774.0, 4779.0, 4794.0, 4767.0, 4785.0, 4755.0, 4785.0, 4757.0, 4777.0, 4776.0, 4767.0, 4794.0, 4755.0, 4807.0, 4756.0, 4786.0, 4744.0, 4775.0, 4793.0, 4755.0, 4792.0, 4754.0, 4785.0, 4743.0, 4772.0, 4760.0, 4741.0, 4777.0, 4739.0, 4771.0, 4729.0, 4758.0, 4735.0, 4725.0, 4766.0, 4731.0, 4781.0, 4728.0, 4758.0, 4738.0, 4739.0, 4779.0, 4752.0, 4768.0, 4740.0, 4780.0, 4729.0, 4780.0, 4751.0, 4784.0, 4793.0, 4772.0, 4781.0, 4728.0, 4727.0, 4739.0, 4767.0, 4728.0, 4755.0, 4725.0, 4750.0, 4767.0, 4739.0, 4770.0, 4728.0, 4759.0, 4775.0, 4736.0, 4742.0, 4714.0, 4755.0, 4715.0, 4745.0, 4752.0, 4725.0, 4743.0, 4714.0, 4733.0, 4721.0, 4690.0, 4728.0, 4688.0, 4730.0, 4699.0, 4711.0, 4739.0, 4711.0, 4731.0, 4692.0, 4732.0, 4712.0, 4724.0, 4751.0, 4714.0, 4743.0, 4704.0, 4736.0, 4763.0, 4724.0, 4743.0, 4715.0, 4755.0, 4716.0, 4757.0, 4756.0, 4737.0, 4766.0, 4737.0, 4757.0, 4729.0, 4760.0, 4767.0, 4729.0, 4768.0, 4727.0, 4759.0, 4728.0, 4758.0, 4740.0, 4751.0, 4780.0, 4741.0, 4770.0, 4743.0, 4778.0, 4741.0, 4783.0, 4733.0, 4775.0, 4773.0, 4754.0, 4781.0, 4743.0, 4779.0, 4741.0, 4771.0, 4760.0, 4762.0, 4791.0, 4742.0, 4779.0, 4731.0, 4773.0, 4771.0, 4743.0, 4779.0, 4743.0, 4780.0, 4729.0, 4771.0, 4771.0, 4753.0, 4780.0, 4743.0, 4791.0, 4741.0, 4783.0, 4754.0, 4764.0, 4762.0, 4755.0, 4793.0, 4755.0, 4794.0, 4754.0, 4772.0, 4742.0, 4774.0, 4794.0, 4744.0, 4794.0, 4744.0, 4782.0, 4732.0, 4772.0, 4751.0, 4772.0, 4729.0, 4773.0, 4742.0, 4763.0, 4753.0, 4784.0, 4744.0, 4804.0, 4766.0, 4805.0, 4779.0, 4795.0, 4757.0, 4792.0, 4745.0, 4781.0, 4744.0, 4793.0, 4744.0, 4780.0, 4732.0, 4762.0, 4770.0, 4742.0, 4778.0, 4741.0, 4758.0, 4727.0, 4758.0, 4729.0, 4770.0, 4769.0, 4751.0, 4767.0, 4729.0, 4770.0, 4728.0, 4769.0, 4750.0, 4750.0, 4768.0, 4729.0, 4779.0, 4729.0, 4770.0, 4768.0, 4742.0, 4768.0, 4720.0, 4770.0, 4730.0, 4763.0, 4782.0, 4742.0, 4770.0, 4730.0, 4772.0, 4729.0, 4758.0, 4782.0, 4742.0, 4771.0, 4742.0, 4794.0, 4744.0, 4775.0, 4761.0, 4753.0, 4752.0, 4745.0, 4790.0, 4745.0, 4794.0, 4735.0, 4785.0, 4772.0, 4765.0, 4793.0, 4746.0, 4784.0, 4743.0, 4783.0, 4734.0, 4774.0, 4792.0, 4741.0, 4783.0, 4743.0, 4773.0, 4733.0, 4781.0, 4733.0, 4771.0, 4771.0, 4762.0, 4771.0, 4743.0, 4781.0, 4732.0, 4768.0, 4721.0, 4761.0, 4770.0, 4748.0, 4769.0, 4717.0, 4759.0, 4708.0, 4747.0, 4766.0, 4728.0, 4757.0, 4715.0, 4748.0, 4733.0, 4708.0, 4763.0, 4708.0, 4758.0, 4737.0, 4750.0, 4757.0, 4732.0, 4777.0, 4732.0, 4783.0, 4741.0, 4763.0, 4752.0, 4743.0, 4790.0, 4733.0], 'WindowWidth': [10465.0, 10433.0, 10450.0, 10383.0, 10371.0, 10345.0, 10378.0, 10352.0, 10361.0, 10396.0, 10362.0, 10399.0, 10361.0, 10398.0, 10372.0, 10363.0, 10377.0, 10381.0, 10408.0, 10392.0, 10438.0, 10396.0, 10455.0, 10464.0, 10412.0, 10448.0, 10393.0, 10433.0, 10388.0, 10422.0, 10441.0, 10393.0, 10453.0, 10414.0, 10412.0, 10449.0, 10391.0, 10420.0, 10369.0, 10398.0, 10381.0, 10406.0, 10424.0, 10409.0, 10439.0, 10394.0, 10438.0, 10433.0, 10430.0, 10451.0, 10414.0, 10437.0, 10396.0, 10437.0, 10441.0, 10390.0, 10430.0, 10370.0, 10405.0, 10379.0, 10374.0, 10422.0, 10367.0, 10410.0, 10365.0, 10378.0, 10413.0, 10365.0, 10407.0, 10359.0, 10390.0, 10387.0, 10360.0, 10401.0, 10366.0, 10410.0, 10362.0, 10376.0, 10397.0, 10374.0, 10409.0, 10381.0, 10410.0, 10368.0, 10413.0, 10372.0, 10400.0, 10423.0, 10384.0, 10393.0, 10365.0, 10399.0, 10388.0, 10437.0, 10402.0, 10440.0, 10390.0, 10428.0, 10356.0, 10415.0, 10343.0, 10388.0, 10382.0, 10355.0, 10398.0, 10359.0, 10367.0, 10334.0, 10366.0, 10348.0, 10355.0, 10397.0, 10351.0, 10377.0, 10343.0, 10389.0, 10361.0, 10391.0, 10415.0, 10386.0, 10405.0, 10385.0, 10405.0, 10383.0, 10412.0, 10382.0, 10398.0, 10382.0, 10386.0, 10419.0, 10380.0, 10423.0, 10379.0, 10427.0, 10410.0, 10383.0, 10407.0, 10385.0, 10407.0, 10378.0, 10428.0, 10380.0, 10399.0, 10407.0, 10379.0, 10402.0, 10383.0, 10477.0, 10410.0, 10416.0, 10359.0, 10381.0, 10427.0, 10401.0, 10429.0, 10391.0, 10424.0, 10387.0, 10425.0, 10389.0, 10446.0, 10410.0, 10412.0, 10411.0, 10384.0, 10421.0, 10379.0, 10428.0, 10380.0, 10391.0, 10356.0, 10379.0, 10421.0, 10378.0, 10420.0, 10371.0, 10408.0, 10358.0, 10378.0, 10416.0, 10379.0, 10422.0, 10361.0, 10393.0, 10357.0, 10373.0, 10402.0, 10382.0, 10419.0, 10368.0, 10408.0, 10384.0, 10390.0, 10382.0, 10360.0, 10395.0, 10357.0, 10379.0, 10357.0, 10388.0, 10366.0, 10358.0, 10416.0, 10364.0, 10402.0, 10356.0, 10390.0, 10414.0, 10378.0, 10401.0, 10358.0, 10388.0, 10358.0, 10392.0, 10414.0, 10366.0, 10403.0, 10376.0, 10413.0, 10406.0, 10382.0, 10388.0, 10381.0, 10406.0, 10374.0, 10423.0, 10436.0, 10403.0, 10412.0, 10382.0, 10401.0, 10377.0, 10403.0, 10375.0, 10412.0, 10423.0, 10380.0, 10390.0, 10378.0, 10407.0, 10382.0, 10379.0, 10418.0, 10373.0, 10382.0, 10359.0, 10390.0, 10402.0, 10383.0, 10415.0, 10376.0, 10389.0, 10361.0, 10394.0, 10388.0, 10378.0, 10414.0, 10372.0, 10382.0, 10356.0, 10366.0, 10362.0, 10391.0, 10401.0, 10416.0, 10426.0, 10429.0, 10392.0, 10422.0, 10381.0, 10422.0, 10374.0, 10408.0, 10384.0, 10376.0, 10390.0, 10354.0, 10396.0, 10340.0, 10366.0, 10341.0, 10335.0, 10374.0, 10335.0, 10392.0, 10359.0, 10371.0, 10382.0, 10426.0, 10383.0, 10409.0, 10358.0, 10382.0, 10354.0, 10384.0, 10360.0, 10389.0, 10354.0, 10392.0, 10398.0, 10371.0, 10350.0, 10352.0, 10392.0, 10357.0, 10383.0, 10375.0, 10403.0, 10374.0, 10392.0, 10358.0, 10389.0, 10390.0, 10399.0, 10424.0, 10383.0, 10402.0, 10384.0, 10406.0, 10386.0, 10431.0, 10403.0, 10452.0, 10448.0, 10436.0, 10387.0, 10418.0, 10390.0, 10421.0, 10401.0, 10415.0, 10439.0, 10389.0, 10428.0, 10411.0, 10441.0, 10426.0, 10399.0, 10424.0, 10371.0, 10382.0, 10329.0, 10351.0, 10370.0, 10328.0, 10344.0, 10310.0, 10350.0, 10316.0, 10303.0, 10341.0, 10278.0, 10328.0, 10303.0, 10304.0, 10344.0, 10308.0, 10336.0, 10309.0, 10343.0, 10351.0, 10329.0, 10353.0, 10330.0, 10375.0, 10334.0, 10360.0, 10342.0, 10352.0, 10393.0, 10354.0, 10381.0, 10336.0, 10385.0, 10370.0, 10370.0, 10400.0, 10390.0, 10379.0, 10353.0, 10365.0, 10372.0, 10364.0, 10353.0, 10388.0, 10400.0, 10382.0, 10420.0, 10401.0, 10423.0, 10376.0, 10423.0, 10400.0, 10360.0, 10394.0, 10355.0, 10399.0, 10360.0, 10393.0, 10351.0, 10360.0, 10394.0, 10355.0, 10397.0, 10353.0, 10368.0, 10331.0, 10367.0, 10372.0, 10338.0, 10388.0, 10350.0, 10400.0, 10355.0, 10364.0, 10348.0, 10365.0, 10335.0, 10374.0, 10354.0, 10405.0, 10385.0, 10440.0, 10405.0, 10407.0, 10379.0, 10401.0, 10375.0, 10402.0, 10363.0, 10404.0, 10399.0, 10374.0, 10386.0, 10356.0, 10382.0, 10353.0, 10383.0, 10365.0, 10359.0, 10396.0, 10355.0, 10400.0, 10352.0, 10375.0, 10354.0, 10375.0, 10394.0, 10377.0, 10407.0, 10380.0, 10397.0, 10380.0, 10398.0, 10388.0, 10400.0, 10438.0, 10386.0, 10409.0, 10385.0, 10424.0, 10379.0, 10426.0, 10412.0, 10400.0, 10394.0, 10399.0, 10438.0, 10401.0, 10427.0, 10385.0, 10405.0, 10378.0, 10410.0, 10388.0, 10399.0, 10436.0, 10383.0, 10404.0, 10385.0, 10412.0, 10387.0, 10432.0, 10395.0, 10421.0, 10411.0, 10403.0, 10439.0, 10404.0, 10442.0, 10394.0, 10446.0, 10386.0, 10414.0, 10376.0, 10400.0, 10436.0, 10401.0, 10428.0, 10389.0, 10431.0, 10385.0, 10407.0, 10379.0, 10417.0, 10437.0, 10383.0, 10405.0, 10381.0, 10417.0, 10387.0, 10452.0, 10402.0, 10431.0, 10371.0, 10416.0, 10415.0, 10421.0, 10417.0, 10412.0, 10417.0, 10405.0, 10414.0, 10440.0, 10400.0, 10450.0, 10396.0, 10445.0, 10397.0, 10470.0, 10434.0, 10457.0, 10390.0, 10421.0, 10380.0, 10424.0, 10364.0, 10427.0, 10382.0, 10395.0, 10387.0, 10367.0, 10415.0, 10367.0, 10419.0, 10364.0, 10379.0, 10355.0, 10364.0, 10415.0, 10381.0, 10422.0, 10364.0, 10380.0, 10355.0, 10382.0, 10437.0, 10409.0, 10433.0, 10392.0, 10413.0, 10374.0, 10416.0, 10418.0, 10432.0, 10445.0, 10412.0, 10433.0, 10391.0, 10432.0, 10396.0, 10426.0, 10422.0, 10410.0, 10444.0, 10393.0, 10468.0, 10395.0, 10435.0, 10374.0, 10420.0, 10442.0, 10391.0, 10439.0, 10390.0, 10433.0, 10370.0, 10409.0, 10388.0, 10363.0, 10410.0, 10361.0, 10406.0, 10345.0, 10383.0, 10347.0, 10337.0, 10390.0, 10352.0, 10423.0, 10342.0, 10383.0, 10356.0, 10360.0, 10413.0, 10380.0, 10400.0, 10365.0, 10417.0, 10347.0, 10417.0, 10379.0, 10430.0, 10443.0, 10412.0, 10421.0, 10345.0, 10337.0, 10358.0, 10393.0, 10340.0, 10377.0, 10334.0, 10376.0, 10396.0, 10360.0, 10403.0, 10345.0, 10388.0, 10405.0, 10350.0, 10353.0, 10317.0, 10373.0, 10317.0, 10360.0, 10367.0, 10332.0, 10356.0, 10313.0, 10340.0, 10317.0, 10275.0, 10325.0, 10269.0, 10328.0, 10285.0, 10309.0, 10343.0, 10305.0, 10333.0, 10280.0, 10337.0, 10307.0, 10328.0, 10362.0, 10314.0, 10355.0, 10301.0, 10350.0, 10383.0, 10331.0, 10356.0, 10321.0, 10374.0, 10323.0, 10381.0, 10376.0, 10353.0, 10393.0, 10354.0, 10380.0, 10346.0, 10389.0, 10394.0, 10346.0, 10397.0, 10342.0, 10384.0, 10341.0, 10385.0, 10360.0, 10381.0, 10418.0, 10366.0, 10404.0, 10371.0, 10413.0, 10368.0, 10426.0, 10358.0, 10419.0, 10411.0, 10386.0, 10421.0, 10372.0, 10416.0, 10366.0, 10408.0, 10392.0, 10397.0, 10434.0, 10369.0, 10418.0, 10351.0, 10413.0, 10408.0, 10372.0, 10418.0, 10370.0, 10418.0, 10349.0, 10410.0, 10408.0, 10385.0, 10419.0, 10373.0, 10436.0, 10368.0, 10429.0, 10388.0, 10401.0, 10395.0, 10391.0, 10442.0, 10391.0, 10444.0, 10388.0, 10412.0, 10368.0, 10417.0, 10445.0, 10375.0, 10444.0, 10376.0, 10423.0, 10354.0, 10411.0, 10379.0, 10410.0, 10350.0, 10411.0, 10370.0, 10401.0, 10386.0, 10430.0, 10378.0, 10459.0, 10410.0, 10465.0, 10433.0, 10449.0, 10398.0, 10439.0, 10376.0, 10422.0, 10374.0, 10441.0, 10374.0, 10420.0, 10353.0, 10396.0, 10402.0, 10368.0, 10414.0, 10364.0, 10383.0, 10342.0, 10384.0, 10345.0, 10405.0, 10401.0, 10378.0, 10396.0, 10347.0, 10402.0, 10345.0, 10402.0, 10376.0, 10377.0, 10397.0, 10346.0, 10415.0, 10346.0, 10405.0, 10401.0, 10367.0, 10398.0, 10337.0, 10404.0, 10348.0, 10398.0, 10423.0, 10370.0, 10403.0, 10352.0, 10410.0, 10348.0, 10389.0, 10425.0, 10369.0, 10407.0, 10371.0, 10444.0, 10374.0, 10417.0, 10394.0, 10387.0, 10383.0, 10378.0, 10435.0, 10379.0, 10445.0, 10363.0, 10434.0, 10411.0, 10404.0, 10441.0, 10383.0, 10429.0, 10373.0, 10427.0, 10361.0, 10416.0, 10437.0, 10369.0, 10426.0, 10372.0, 10410.0, 10358.0, 10422.0, 10355.0, 10409.0, 10407.0, 10397.0, 10407.0, 10371.0, 10420.0, 10353.0, 10399.0, 10336.0, 10392.0, 10402.0, 10372.0, 10399.0, 10328.0, 10384.0, 10312.0, 10366.0, 10390.0, 10339.0, 10380.0, 10320.0, 10366.0, 10342.0, 10313.0, 10383.0, 10314.0, 10384.0, 10356.0, 10376.0, 10382.0, 10354.0, 10412.0, 10356.0, 10427.0, 10367.0, 10398.0, 10380.0, 10374.0, 10433.0, 10360.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.0008919954128440369</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.0232331251146789</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.45378219654421</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2272514816991968</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9872984441102187</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4793</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6111.7319</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07768837397347336</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>16</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.834862385321101</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4721481769779006</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.433301487440117</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6934949357820765</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.289648107711508</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.014116</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007041845005005598</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02490488439798355</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.785902280235948</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>23.201</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.9157</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>202.3414</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>298175.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>970.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>388.261</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2736</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>647.2189</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3914.1907</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4131.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>78369.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1267.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5208.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1091.1464</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>38.70161259453744</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> |