=== 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-0083 --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-0083",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0083_ses-03_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0083_ses-03_task-social_acq-mb8_run-04_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-03_subject-0083_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-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-03_subject-0083_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-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-03_subject-0083_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-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-03_subject-0083_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-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-03_subject-0083_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-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-03_subject-0083_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-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-03_subject-0083_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-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0083/ses-03/func/sub-0083_ses-03_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>0f5e0783e57fbdd467cc37d81fc7d070</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>21:31:1.367500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99849, -0.0217415, 0.0504503, 0.0155112, 0.992561, 0.120753]</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-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0963024</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4153, -7890, -7276, 749, -83, -724, 253, 25]</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>235.076</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>79124a57-b892-441b-aba1-ace7aa8a9dcc||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.67887544631958, 0.04161541908979416, 0.1422908753156662, 106.50147247314453], [0.05833085998892784, 2.6629698276519775, 0.3234267234802246, -106.35067749023438], [0.13535435497760773, -0.32397031784057617, 2.6767795085906982, -57.5254020690918], [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': ['213101.367500', '213101.827500', '213102.287500', '213102.747500', '213103.207500', '213103.667500', '213104.127500', '213104.587500', '213105.047500', '213105.507500', '213105.967500', '213106.427500', '213106.887500', '213107.347500', '213107.807500', '213108.267500', '213108.727500', '213109.187500', '213109.647500', '213110.107500', '213110.567500', '213111.027500', '213111.487500', '213111.947500', '213112.407500', '213112.867500', '213113.327500', '213113.787500', '213114.247500', '213114.707500', '213115.167500', '213115.627500', '213116.087500', '213116.547500', '213117.007500', '213117.467500', '213117.927500', '213118.387500', '213118.847500', '213119.307500', '213119.767500', '213120.227500', '213120.687500', '213121.147500', '213121.607500', '213122.067500', '213122.527500', '213122.987500', '213123.447500', '213123.907500', '213124.367500', '213124.827500', '213125.287500', '213125.747500', '213126.207500', '213126.667500', '213127.127500', '213127.587500', '213128.047500', '213128.507500', '213128.967500', '213129.427500', '213129.887500', '213130.347500', '213130.807500', '213131.267500', '213131.727500', '213132.187500', '213132.647500', '213133.107500', '213133.567500', '213134.027500', '213134.487500', '213134.947500', '213135.407500', '213135.867500', '213136.327500', '213136.787500', '213137.247500', '213137.707500', '213138.167500', '213138.627500', '213139.087500', '213139.547500', '213140.007500', '213140.467500', '213140.927500', '213141.387500', '213141.847500', '213142.307500', '213142.767500', '213143.227500', '213143.687500', '213144.147500', '213144.607500', '213145.067500', '213145.527500', '213145.987500', '213146.447500', '213146.907500', '213147.367500', '213147.827500', '213148.287500', '213148.747500', '213149.207500', '213149.667500', '213150.127500', '213150.587500', '213151.047500', '213151.507500', '213151.967500', '213152.427500', '213152.887500', '213153.347500', '213153.807500', '213154.267500', '213154.727500', '213155.187500', '213155.647500', '213156.107500', '213156.567500', '213157.027500', '213157.487500', '213157.947500', '213158.407500', '213158.867500', '213159.327500', '213159.787500', '213200.247500', '213200.707500', '213201.167500', '213201.627500', '213202.087500', '213202.547500', '213203.007500', '213203.467500', '213203.927500', '213204.387500', '213204.847500', '213205.307500', '213205.767500', '213206.227500', '213206.687500', '213207.147500', '213207.607500', '213208.067500', '213208.527500', '213208.987500', '213209.447500', '213209.907500', '213210.367500', '213210.827500', '213211.287500', '213211.747500', '213212.207500', '213212.667500', '213213.127500', '213213.587500', '213214.047500', '213214.507500', '213214.967500', '213215.427500', '213215.887500', '213216.347500', '213216.807500', '213217.267500', '213217.727500', '213218.187500', '213218.647500', '213219.107500', '213219.567500', '213220.027500', '213220.487500', '213220.947500', '213221.407500', '213221.867500', '213222.327500', '213222.787500', '213223.247500', '213223.707500', '213224.167500', '213224.627500', '213225.087500', '213225.547500', '213226.007500', '213226.467500', '213226.927500', '213227.387500', '213227.847500', '213228.307500', '213228.767500', '213229.227500', '213229.687500', '213230.147500', '213230.607500', '213231.067500', '213231.527500', '213231.987500', '213232.447500', '213232.907500', '213233.367500', '213233.827500', '213234.287500', '213234.747500', '213235.207500', '213235.667500', '213236.127500', '213236.587500', '213237.047500', '213237.507500', '213237.967500', '213238.427500', '213238.887500', '213239.347500', '213239.807500', '213240.267500', '213240.727500', '213241.187500', '213241.647500', '213242.107500', '213242.567500', '213243.027500', '213243.487500', '213243.947500', '213244.407500', '213244.867500', '213245.327500', '213245.787500', '213246.247500', '213246.707500', '213247.167500', '213247.627500', '213248.087500', '213248.547500', '213249.007500', '213249.467500', '213249.927500', '213250.387500', '213250.847500', '213251.307500', '213251.767500', '213252.227500', '213252.687500', '213253.147500', '213253.607500', '213254.067500', '213254.527500', '213254.987500', '213255.447500', '213255.907500', '213256.367500', '213256.827500', '213257.287500', '213257.747500', '213258.207500', '213258.667500', '213259.127500', '213259.587500', '213300.047500', '213300.507500', '213300.967500', '213301.427500', '213301.887500', '213302.347500', '213302.807500', '213303.267500', '213303.727500', '213304.187500', '213304.647500', '213305.107500', '213305.567500', '213306.027500', '213306.487500', '213306.947500', '213307.407500', '213307.867500', '213308.327500', '213308.787500', '213309.247500', '213309.707500', '213310.167500', '213310.627500', '213311.087500', '213311.547500', '213312.007500', '213312.467500', '213312.927500', '213313.387500', '213313.847500', '213314.307500', '213314.767500', '213315.227500', '213315.687500', '213316.147500', '213316.607500', '213317.067500', '213317.527500', '213317.987500', '213318.447500', '213318.907500', '213319.367500', '213319.827500', '213320.287500', '213320.747500', '213321.207500', '213321.667500', '213322.127500', '213322.587500', '213323.047500', '213323.507500', '213323.967500', '213324.427500', '213324.887500', '213325.347500', '213325.807500', '213326.267500', '213326.727500', '213327.187500', '213327.647500', '213328.107500', '213328.567500', '213329.027500', '213329.487500', '213329.947500', '213330.407500', '213330.867500', '213331.327500', '213331.787500', '213332.247500', '213332.707500', '213333.167500', '213333.627500', '213334.087500', '213334.547500', '213335.007500', '213335.467500', '213335.927500', '213336.387500', '213336.847500', '213337.307500', '213337.767500', '213338.227500', '213338.687500', '213339.147500', '213339.607500', '213340.067500', '213340.527500', '213340.987500', '213341.447500', '213341.907500', '213342.367500', '213342.827500', '213343.287500', '213343.747500', '213344.207500', '213344.667500', '213345.127500', '213345.587500', '213346.047500', '213346.507500', '213346.967500', '213347.427500', '213347.887500', '213348.347500', '213348.807500', '213349.267500', '213349.727500', '213350.187500', '213350.647500', '213351.107500', '213351.567500', '213352.027500', '213352.487500', '213352.947500', '213353.407500', '213353.867500', '213354.327500', '213354.787500', '213355.247500', '213355.707500', '213356.167500', '213356.627500', '213357.087500', '213357.547500', '213358.007500', '213358.467500', '213358.927500', '213359.387500', '213359.847500', '213400.307500', '213400.767500', '213401.227500', '213401.687500', '213402.147500', '213402.607500', '213403.067500', '213403.527500', '213403.987500', '213404.447500', '213404.907500', '213405.367500', '213405.827500', '213406.287500', '213406.747500', '213407.207500', '213407.667500', '213408.127500', '213408.587500', '213409.047500', '213409.507500', '213409.967500', '213410.427500', '213410.887500', '213411.347500', '213411.807500', '213412.267500', '213412.727500', '213413.187500', '213413.647500', '213414.107500', '213414.567500', '213415.027500', '213415.487500', '213415.947500', '213416.407500', '213416.867500', '213417.327500', '213417.787500', '213418.247500', '213418.707500', '213419.167500', '213419.627500', '213420.087500', '213420.547500', '213421.007500', '213421.467500', '213421.927500', '213422.387500', '213422.847500', '213423.307500', '213423.767500', '213424.227500', '213424.687500', '213425.147500', '213425.607500', '213426.067500', '213426.527500', '213426.987500', '213427.447500', '213427.907500', '213428.367500', '213428.827500', '213429.287500', '213429.747500', '213430.207500', '213430.667500', '213431.127500', '213431.587500', '213432.047500', '213432.507500', '213432.967500', '213433.427500', '213433.887500', '213434.347500', '213434.807500', '213435.267500', '213435.727500', '213436.187500', '213436.647500', '213437.107500', '213437.567500', '213438.027500', '213438.487500', '213438.947500', '213439.407500', '213439.867500', '213440.327500', '213440.787500', '213441.247500', '213441.707500', '213442.167500', '213442.627500', '213443.087500', '213443.547500', '213444.007500', '213444.467500', '213444.927500', '213445.387500', '213445.847500', '213446.307500', '213446.767500', '213447.227500', '213447.687500', '213448.147500', '213448.607500', '213449.067500', '213449.527500', '213449.987500', '213450.447500', '213450.907500', '213451.367500', '213451.827500', '213452.287500', '213452.747500', '213453.207500', '213453.667500', '213454.127500', '213454.587500', '213455.047500', '213455.507500', '213455.967500', '213456.427500', '213456.887500', '213457.347500', '213457.807500', '213458.267500', '213458.727500', '213459.187500', '213459.647500', '213500.107500', '213500.567500', '213501.027500', '213501.487500', '213501.947500', '213502.407500', '213502.867500', '213503.327500', '213503.787500', '213504.247500', '213504.707500', '213505.167500', '213505.627500', '213506.087500', '213506.547500', '213507.007500', '213507.467500', '213507.927500', '213508.387500', '213508.847500', '213509.307500', '213509.767500', '213510.227500', '213510.687500', '213511.147500', '213511.607500', '213512.067500', '213512.527500', '213512.987500', '213513.447500', '213513.907500', '213514.367500', '213514.827500', '213515.287500', '213515.747500', '213516.207500', '213516.667500', '213517.127500', '213517.587500', '213518.047500', '213518.507500', '213518.967500', '213519.427500', '213519.887500', '213520.347500', '213520.807500', '213521.267500', '213521.727500', '213522.187500', '213522.647500', '213523.107500', '213523.567500', '213524.027500', '213524.487500', '213524.947500', '213525.407500', '213525.867500', '213526.327500', '213526.787500', '213527.247500', '213527.707500', '213528.167500', '213528.627500', '213529.087500', '213529.547500', '213530.007500', '213530.467500', '213530.927500', '213531.387500', '213531.847500', '213532.307500', '213532.767500', '213533.227500', '213533.687500', '213534.147500', '213534.607500', '213535.067500', '213535.527500', '213535.987500', '213536.447500', '213536.907500', '213537.367500', '213537.827500', '213538.287500', '213538.747500', '213539.207500', '213539.667500', '213540.127500', '213540.587500', '213541.047500', '213541.507500', '213541.967500', '213542.427500', '213542.887500', '213543.347500', '213543.807500', '213544.267500', '213544.727500', '213545.187500', '213545.647500', '213546.107500', '213546.567500', '213547.027500', '213547.487500', '213547.947500', '213548.407500', '213548.867500', '213549.327500', '213549.787500', '213550.247500', '213550.707500', '213551.167500', '213551.627500', '213552.087500', '213552.547500', '213553.007500', '213553.467500', '213553.927500', '213554.387500', '213554.847500', '213555.307500', '213555.767500', '213556.227500', '213556.687500', '213557.147500', '213557.607500', '213558.067500', '213558.527500', '213558.987500', '213559.447500', '213559.907500', '213600.367500', '213600.827500', '213601.287500', '213601.747500', '213602.207500', '213602.667500', '213603.127500', '213603.587500', '213604.047500', '213604.507500', '213604.967500', '213605.427500', '213605.887500', '213606.347500', '213606.807500', '213607.267500', '213607.727500', '213608.187500', '213608.647500', '213609.107500', '213609.567500', '213610.027500', '213610.487500', '213610.947500', '213611.407500', '213611.867500', '213612.327500', '213612.787500', '213613.247500', '213613.707500', '213614.167500', '213614.627500', '213615.087500', '213615.547500', '213616.007500', '213616.467500', '213616.927500', '213617.387500', '213617.847500', '213618.307500', '213618.767500', '213619.227500', '213619.687500', '213620.147500', '213620.607500', '213621.067500', '213621.527500', '213621.987500', '213622.447500', '213622.907500', '213623.367500', '213623.827500', '213624.287500', '213624.747500', '213625.207500', '213625.667500', '213626.127500', '213626.587500', '213627.047500', '213627.507500', '213627.967500', '213628.427500', '213628.887500', '213629.347500', '213629.807500', '213630.267500', '213630.727500', '213631.187500', '213631.647500', '213632.107500', '213632.567500', '213633.027500', '213633.487500', '213633.947500', '213634.407500', '213634.867500', '213635.327500', '213635.787500', '213636.247500', '213636.707500', '213637.167500', '213637.627500', '213638.087500', '213638.547500', '213639.007500', '213639.467500', '213639.927500', '213640.387500', '213640.847500', '213641.307500', '213641.767500', '213642.227500', '213642.687500', '213643.147500', '213643.607500', '213644.067500', '213644.527500', '213644.987500', '213645.447500', '213645.907500', '213646.367500', '213646.827500', '213647.287500', '213647.747500', '213648.207500', '213648.667500', '213649.127500', '213649.587500', '213650.047500', '213650.507500', '213650.967500', '213651.427500', '213651.887500', '213652.347500', '213652.807500', '213653.267500', '213653.727500', '213654.187500', '213654.647500', '213655.107500', '213655.567500', '213656.027500', '213656.487500', '213656.947500', '213657.407500', '213657.867500', '213658.327500', '213658.787500', '213659.247500', '213659.707500', '213700.167500', '213700.627500', '213701.087500', '213701.547500', '213702.007500', '213702.467500', '213702.927500', '213703.387500', '213703.847500', '213704.307500', '213704.767500', '213705.227500', '213705.687500', '213706.147500', '213706.607500', '213707.067500', '213707.527500', '213707.987500', '213708.447500', '213708.907500', '213709.367500', '213709.827500', '213710.287500', '213710.747500', '213711.207500', '213711.667500', '213712.127500', '213712.587500', '213713.047500', '213713.507500', '213713.967500', '213714.427500', '213714.887500', '213715.347500', '213715.807500', '213716.267500', '213716.727500', '213717.187500', '213717.647500', '213718.107500', '213718.567500', '213719.027500', '213719.487500', '213719.947500', '213720.407500', '213720.867500', '213721.327500', '213721.787500', '213722.247500', '213722.707500', '213723.167500', '213723.627500', '213724.087500', '213724.547500', '213725.007500', '213725.467500', '213725.927500', '213726.387500', '213726.847500', '213727.307500', '213727.767500', '213728.227500', '213728.687500', '213729.147500', '213729.607500', '213730.067500', '213730.527500', '213730.987500', '213731.447500', '213731.907500', '213732.367500', '213732.827500', '213733.287500', '213733.747500', '213734.207500', '213734.667500', '213735.127500', '213735.587500', '213736.047500', '213736.507500', '213736.967500', '213737.427500', '213737.887500', '213738.347500', '213738.807500', '213739.267500', '213739.727500', '213740.187500', '213740.647500', '213741.107500', '213741.567500', '213742.027500'], 'ContentTime': ['213107.464000', '213107.467000', '213107.470000', '213107.473000', '213107.475000', '213107.478000', '213107.480000', '213107.483000', '213107.486000', '213107.489000', '213127.437000', '213127.440000', '213127.443000', '213127.446000', '213127.448000', '213127.451000', '213127.454000', '213127.456000', '213127.459000', '213127.462000', '213127.464000', '213127.467000', '213127.469000', '213127.472000', '213127.475000', '213127.477000', '213127.480000', '213127.493000', '213127.495000', '213127.498000', '213127.501000', '213127.503000', '213127.506000', '213127.513000', '213127.516000', '213127.518000', '213127.521000', '213127.524000', '213127.526000', '213127.529000', '213127.532000', '213127.535000', '213127.537000', '213127.540000', '213127.543000', '213127.546000', '213127.548000', '213127.551000', '213127.553000', '213127.556000', '213127.559000', '213127.561000', '213127.564000', '213147.438000', '213147.440000', '213147.443000', '213147.446000', '213147.448000', '213147.451000', '213147.453000', '213147.456000', '213147.459000', '213147.461000', '213147.464000', '213147.466000', '213147.469000', '213147.472000', '213147.474000', '213147.477000', '213147.479000', '213147.482000', '213147.485000', '213147.487000', '213147.490000', '213147.492000', '213147.505000', '213147.508000', '213147.511000', '213147.513000', '213147.516000', '213147.519000', '213147.521000', '213147.524000', '213147.526000', '213147.529000', '213147.532000', '213147.534000', '213147.537000', '213147.539000', '213147.542000', '213147.544000', '213147.547000', '213147.550000', '213147.552000', '213147.555000', '213147.557000', '213147.560000', '213207.438000', '213207.441000', '213207.443000', '213207.446000', '213207.448000', '213207.451000', '213207.453000', '213207.456000', '213207.459000', '213207.461000', '213207.464000', '213207.466000', '213207.469000', '213207.471000', '213207.474000', '213207.477000', '213207.479000', '213207.482000', '213207.485000', '213207.495000', '213207.498000', '213207.500000', '213207.503000', '213207.506000', '213207.508000', '213207.511000', '213207.513000', '213207.516000', '213207.519000', '213207.521000', '213207.524000', '213207.527000', '213207.529000', '213207.532000', '213207.534000', '213207.537000', '213207.539000', '213207.542000', '213207.545000', '213207.547000', '213207.550000', '213207.552000', '213207.555000', '213227.439000', '213227.442000', '213227.453000', '213227.456000', '213227.459000', '213227.461000', '213227.464000', '213227.467000', '213227.469000', '213227.472000', '213227.474000', '213227.477000', '213227.480000', '213227.482000', '213227.485000', '213227.493000', '213227.496000', '213227.498000', '213227.501000', '213227.503000', '213227.506000', '213227.509000', '213227.511000', '213227.514000', '213227.516000', '213227.519000', '213227.522000', '213227.524000', '213227.527000', '213227.529000', '213227.532000', '213227.535000', '213227.537000', '213227.540000', '213227.542000', '213227.545000', '213227.548000', '213227.550000', '213227.553000', '213227.556000', '213227.558000', '213227.561000', '213227.563000', '213227.566000', '213247.438000', '213247.441000', '213247.444000', '213247.446000', '213247.449000', '213247.452000', '213247.454000', '213247.457000', '213247.459000', '213247.462000', '213247.464000', '213247.467000', '213247.475000', '213247.478000', '213247.480000', '213247.483000', '213247.486000', '213247.488000', '213247.491000', '213247.494000', '213247.496000', '213247.499000', '213247.501000', '213247.504000', '213247.507000', '213247.509000', '213247.512000', '213247.515000', '213247.518000', '213247.520000', '213247.523000', '213247.525000', '213247.528000', '213247.530000', '213247.533000', '213247.536000', '213247.538000', '213247.541000', '213247.543000', '213247.546000', '213247.549000', '213247.551000', '213247.554000', '213307.439000', '213307.442000', '213307.444000', '213307.447000', '213307.449000', '213307.452000', '213307.455000', '213307.457000', '213307.460000', '213307.463000', '213307.465000', '213307.468000', '213307.470000', '213307.473000', '213307.476000', '213307.478000', '213307.481000', '213307.484000', '213307.486000', '213307.489000', '213307.492000', '213307.494000', '213307.497000', '213307.499000', '213307.502000', '213307.505000', '213307.507000', '213307.527000', '213307.529000', '213307.532000', '213307.534000', '213307.537000', '213307.539000', '213307.542000', '213307.545000', '213307.547000', '213307.550000', '213307.552000', '213307.555000', '213307.558000', '213307.560000', '213307.563000', '213307.566000', '213307.568000', '213327.438000', '213327.440000', '213327.443000', '213327.446000', '213327.448000', '213327.451000', '213327.453000', '213327.456000', '213327.459000', '213327.461000', '213327.464000', '213327.467000', '213327.469000', '213327.472000', '213327.475000', '213327.477000', '213327.480000', '213327.483000', '213327.485000', '213327.488000', '213327.491000', '213327.493000', '213327.496000', '213327.499000', '213327.501000', '213327.504000', '213327.506000', '213327.509000', '213327.512000', '213327.514000', '213327.517000', '213327.520000', '213327.522000', '213327.525000', '213327.527000', '213327.530000', '213327.533000', '213327.535000', '213327.538000', '213327.541000', '213327.543000', '213327.546000', '213327.549000', '213347.438000', '213347.440000', '213347.443000', '213347.446000', '213347.449000', '213347.451000', '213347.454000', '213347.457000', '213347.459000', '213347.462000', '213347.465000', '213347.467000', '213347.470000', '213347.473000', '213347.479000', '213347.482000', '213347.485000', '213347.487000', '213347.490000', '213347.492000', '213347.495000', '213347.498000', '213347.500000', '213347.503000', '213347.506000', '213347.509000', '213347.511000', '213347.514000', '213347.517000', '213347.519000', '213347.522000', '213347.524000', '213347.527000', '213347.530000', '213347.533000', '213347.535000', '213347.538000', '213347.540000', '213347.543000', '213347.546000', '213347.548000', '213347.551000', '213347.554000', '213347.556000', '213407.437000', '213407.440000', '213407.443000', '213407.445000', '213407.448000', '213407.451000', '213407.453000', '213407.456000', '213407.459000', '213407.461000', '213407.464000', '213407.466000', '213407.469000', '213407.472000', '213407.474000', '213407.477000', '213407.479000', '213407.482000', '213407.485000', '213407.487000', '213407.490000', '213407.492000', '213407.495000', '213407.498000', '213407.500000', '213407.503000', '213407.505000', '213407.508000', '213407.511000', '213407.513000', '213407.516000', '213407.518000', '213407.521000', '213407.524000', '213407.526000', '213407.529000', '213407.531000', '213407.534000', '213407.537000', '213407.539000', '213407.542000', '213407.544000', '213407.547000', '213427.438000', '213427.440000', '213427.443000', '213427.446000', '213427.449000', '213427.451000', '213427.454000', '213427.457000', '213427.459000', '213427.462000', '213427.464000', '213427.467000', '213427.470000', '213427.473000', '213427.475000', '213427.478000', '213427.481000', '213427.483000', '213427.486000', '213427.488000', '213427.491000', '213427.494000', '213427.496000', '213427.499000', '213427.501000', '213427.504000', '213427.507000', '213427.509000', '213427.512000', '213427.514000', '213427.517000', '213427.520000', '213427.522000', '213427.525000', '213427.527000', '213427.530000', '213427.533000', '213427.535000', '213427.538000', '213427.541000', '213427.543000', '213427.546000', '213427.549000', '213427.551000', '213447.439000', '213447.442000', '213447.445000', '213447.447000', '213447.450000', '213447.453000', '213447.455000', '213447.458000', '213447.470000', '213447.473000', '213447.475000', '213447.478000', '213447.480000', '213447.483000', '213447.486000', '213447.488000', '213447.491000', '213447.494000', '213447.497000', '213447.499000', '213447.502000', '213447.505000', '213447.507000', '213447.510000', '213447.513000', '213447.516000', '213447.518000', '213447.521000', '213447.523000', '213447.526000', '213447.529000', '213447.531000', '213447.534000', '213447.537000', '213447.539000', '213447.542000', '213447.545000', '213447.547000', '213447.550000', '213447.553000', '213447.555000', '213447.558000', '213447.561000', '213507.438000', '213507.441000', '213507.444000', '213507.447000', '213507.450000', '213507.452000', '213507.455000', '213507.459000', '213507.461000', '213507.464000', '213507.467000', '213507.470000', '213507.472000', '213507.475000', '213507.478000', '213507.480000', '213507.483000', '213507.485000', '213507.488000', '213507.491000', '213507.493000', '213507.496000', '213507.499000', '213507.502000', '213507.504000', '213507.507000', '213507.510000', '213507.513000', '213507.515000', '213507.518000', '213507.520000', '213507.523000', '213507.526000', '213507.528000', '213507.531000', '213507.534000', '213507.536000', '213507.539000', '213507.541000', '213507.544000', '213507.547000', '213507.549000', '213507.552000', '213507.554000', '213527.439000', '213527.442000', '213527.444000', '213527.447000', '213527.450000', '213527.452000', '213527.455000', '213527.458000', '213527.460000', '213527.463000', '213527.466000', '213527.468000', '213527.471000', '213527.473000', '213527.476000', '213527.479000', '213527.481000', '213527.484000', '213527.486000', '213527.489000', '213527.492000', '213527.494000', '213527.497000', '213527.500000', '213527.502000', '213527.505000', '213527.507000', '213527.510000', '213527.513000', '213527.515000', '213527.518000', '213527.520000', '213527.523000', '213527.526000', '213527.528000', '213527.531000', '213527.534000', '213527.536000', '213527.539000', '213527.541000', '213527.544000', '213527.547000', '213527.549000', '213547.438000', '213547.440000', '213547.443000', '213547.446000', '213547.449000', '213547.451000', '213547.454000', '213547.457000', '213547.459000', '213547.462000', '213547.465000', '213547.467000', '213547.470000', '213547.472000', '213547.475000', '213547.478000', '213547.480000', '213547.483000', '213547.485000', '213547.488000', '213547.491000', '213547.493000', '213547.496000', '213547.499000', '213547.501000', '213547.504000', '213547.506000', '213547.509000', '213547.512000', '213547.514000', '213547.517000', '213547.520000', '213547.522000', '213547.525000', '213547.528000', '213547.531000', '213547.533000', '213547.536000', '213547.538000', '213547.541000', '213547.544000', '213547.547000', '213547.549000', '213607.438000', '213607.440000', '213607.443000', '213607.446000', '213607.449000', '213607.452000', '213607.455000', '213607.457000', '213607.460000', '213607.463000', '213607.465000', '213607.468000', '213607.471000', '213607.474000', '213607.476000', '213607.479000', '213607.482000', '213607.484000', '213607.487000', '213607.490000', '213607.503000', '213607.506000', '213607.508000', '213607.511000', '213607.514000', '213607.516000', '213607.519000', '213607.521000', '213607.524000', '213607.527000', '213607.530000', '213607.532000', '213607.535000', '213607.538000', '213607.540000', '213607.543000', '213607.546000', '213607.548000', '213607.551000', '213607.554000', '213607.556000', '213607.559000', '213607.562000', '213607.564000', '213627.438000', '213627.440000', '213627.443000', '213627.446000', '213627.449000', '213627.452000', '213627.454000', '213627.457000', '213627.460000', '213627.462000', '213627.465000', '213627.468000', '213627.471000', '213627.473000', '213627.476000', '213627.478000', '213627.481000', '213627.484000', '213627.487000', '213627.489000', '213627.492000', '213627.495000', '213627.498000', '213627.501000', '213627.504000', '213627.506000', '213627.509000', '213627.512000', '213627.514000', '213627.517000', '213627.520000', '213627.522000', '213627.525000', '213627.528000', '213627.531000', '213627.533000', '213627.536000', '213627.539000', '213627.541000', '213627.544000', '213627.547000', '213627.549000', '213627.552000', '213647.438000', '213647.440000', '213647.443000', '213647.446000', '213647.449000', '213647.451000', '213647.454000', '213647.457000', '213647.459000', '213647.462000', '213647.465000', '213647.467000', '213647.470000', '213647.473000', '213647.475000', '213647.478000', '213647.481000', '213647.484000', '213647.486000', '213647.489000', '213647.492000', '213647.495000', '213647.497000', '213647.500000', '213647.503000', '213647.505000', '213647.508000', '213647.511000', '213647.513000', '213647.516000', '213647.519000', '213647.521000', '213647.524000', '213647.527000', '213647.529000', '213647.532000', '213647.535000', '213647.537000', '213647.540000', '213647.543000', '213647.545000', '213647.548000', '213647.551000', '213647.558000', '213707.438000', '213707.441000', '213707.444000', '213707.447000', '213707.449000', '213707.452000', '213707.455000', '213707.458000', '213707.460000', '213707.463000', '213707.466000', '213707.468000', '213707.471000', '213707.475000', '213707.478000', '213707.480000', '213707.483000', '213707.486000', '213707.489000', '213707.492000', '213707.497000', '213707.499000', '213707.502000', '213707.505000', '213707.507000', '213707.510000', '213707.513000', '213707.515000', '213707.518000', '213707.521000', '213707.523000', '213707.526000', '213707.529000', '213707.531000', '213707.534000', '213707.537000', '213707.539000', '213707.542000', '213707.545000', '213707.547000', '213707.550000', '213707.553000', '213707.555000', '213727.439000', '213727.442000', '213727.445000', '213727.447000', '213727.450000', '213727.453000', '213727.455000', '213727.458000', '213727.461000', '213727.463000', '213727.466000', '213727.469000', '213727.471000', '213727.474000', '213727.477000', '213727.479000', '213727.482000', '213727.485000', '213727.487000', '213727.490000', '213727.492000', '213727.495000', '213727.498000', '213727.500000', '213727.503000', '213727.505000', '213727.508000', '213727.511000', '213727.513000', '213727.516000', '213727.519000', '213727.521000', '213727.524000', '213727.527000', '213727.529000', '213727.532000', '213727.535000', '213727.537000', '213727.540000', '213727.543000', '213727.545000', '213727.548000', '213727.550000', '213727.553000', '213743.817000', '213743.820000', '213743.823000', '213743.826000', '213743.829000', '213743.832000', '213743.841000', '213743.844000', '213743.847000', '213743.850000', '213743.853000', '213743.856000', '213743.858000', '213743.861000', '213743.865000', '213743.868000', '213743.871000', '213743.874000', '213743.877000', '213743.880000', '213743.883000', '213743.885000', '213743.888000', '213743.892000', '213743.894000', '213743.898000', '213743.901000', '213743.903000', '213743.906000', '213743.909000', '213743.913000', '213743.916000', '213743.918000', '213743.921000', '213743.927000', '213743.929000'], 'InstanceCreationTime': ['213107.464000', '213107.467000', '213107.470000', '213107.473000', '213107.475000', '213107.478000', '213107.480000', '213107.483000', '213107.486000', '213107.489000', '213127.437000', '213127.440000', '213127.443000', '213127.446000', '213127.448000', '213127.451000', '213127.454000', '213127.456000', '213127.459000', '213127.462000', '213127.464000', '213127.467000', '213127.469000', '213127.472000', '213127.475000', '213127.477000', '213127.480000', '213127.493000', '213127.495000', '213127.498000', '213127.501000', '213127.503000', '213127.506000', '213127.513000', '213127.516000', '213127.518000', '213127.521000', '213127.524000', '213127.526000', '213127.529000', '213127.532000', '213127.535000', '213127.537000', '213127.540000', '213127.543000', '213127.546000', '213127.548000', '213127.551000', '213127.553000', '213127.556000', '213127.559000', '213127.561000', '213127.564000', '213147.438000', '213147.440000', '213147.443000', '213147.446000', '213147.448000', '213147.451000', '213147.453000', '213147.456000', '213147.459000', '213147.461000', '213147.464000', '213147.466000', '213147.469000', '213147.472000', '213147.474000', '213147.477000', '213147.479000', '213147.482000', '213147.485000', '213147.487000', '213147.490000', '213147.492000', '213147.505000', '213147.508000', '213147.511000', '213147.513000', '213147.516000', '213147.519000', '213147.521000', '213147.524000', '213147.526000', '213147.529000', '213147.532000', '213147.534000', '213147.537000', '213147.539000', '213147.542000', '213147.544000', '213147.547000', '213147.550000', '213147.552000', '213147.555000', '213147.557000', '213147.560000', '213207.438000', '213207.441000', '213207.443000', '213207.446000', '213207.448000', '213207.451000', '213207.453000', '213207.456000', '213207.459000', '213207.461000', '213207.464000', '213207.466000', '213207.469000', '213207.471000', '213207.474000', '213207.477000', '213207.479000', '213207.482000', '213207.485000', '213207.495000', '213207.498000', '213207.500000', '213207.503000', '213207.506000', '213207.508000', '213207.511000', '213207.513000', '213207.516000', '213207.519000', '213207.521000', '213207.524000', '213207.527000', '213207.529000', '213207.532000', '213207.534000', '213207.537000', '213207.539000', '213207.542000', '213207.545000', '213207.547000', '213207.550000', '213207.552000', '213207.555000', '213227.439000', '213227.442000', '213227.453000', '213227.456000', '213227.459000', '213227.461000', '213227.464000', '213227.467000', '213227.469000', '213227.472000', '213227.474000', '213227.477000', '213227.480000', '213227.482000', '213227.485000', '213227.493000', '213227.496000', '213227.498000', '213227.501000', '213227.503000', '213227.506000', '213227.509000', '213227.511000', '213227.514000', '213227.516000', '213227.519000', '213227.522000', '213227.524000', '213227.527000', '213227.529000', '213227.532000', '213227.535000', '213227.537000', '213227.540000', '213227.542000', '213227.545000', '213227.548000', '213227.550000', '213227.553000', '213227.556000', '213227.558000', '213227.561000', '213227.563000', '213227.566000', '213247.438000', '213247.441000', '213247.444000', '213247.446000', '213247.449000', '213247.452000', '213247.454000', '213247.457000', '213247.459000', '213247.462000', '213247.464000', '213247.467000', '213247.475000', '213247.478000', '213247.480000', '213247.483000', '213247.486000', '213247.488000', '213247.491000', '213247.494000', '213247.496000', '213247.499000', '213247.501000', '213247.504000', '213247.507000', '213247.509000', '213247.512000', '213247.515000', '213247.518000', '213247.520000', '213247.523000', '213247.525000', '213247.528000', '213247.530000', '213247.533000', '213247.536000', '213247.538000', '213247.541000', '213247.543000', '213247.546000', '213247.549000', '213247.551000', '213247.554000', '213307.439000', '213307.442000', '213307.444000', '213307.447000', '213307.449000', '213307.452000', '213307.455000', '213307.457000', '213307.460000', '213307.463000', '213307.465000', '213307.468000', '213307.470000', '213307.473000', '213307.476000', '213307.478000', '213307.481000', '213307.484000', '213307.486000', '213307.489000', '213307.492000', '213307.494000', '213307.497000', '213307.499000', '213307.502000', '213307.505000', '213307.507000', '213307.527000', '213307.529000', '213307.532000', '213307.534000', '213307.537000', '213307.539000', '213307.542000', '213307.545000', '213307.547000', '213307.550000', '213307.552000', '213307.555000', '213307.558000', '213307.560000', '213307.563000', '213307.566000', '213307.568000', '213327.438000', '213327.440000', '213327.443000', '213327.446000', '213327.448000', '213327.451000', '213327.453000', '213327.456000', '213327.459000', '213327.461000', '213327.464000', '213327.467000', '213327.469000', '213327.472000', '213327.475000', '213327.477000', '213327.480000', '213327.483000', '213327.485000', '213327.488000', '213327.491000', '213327.493000', '213327.496000', '213327.499000', '213327.501000', '213327.504000', '213327.506000', '213327.509000', '213327.512000', '213327.514000', '213327.517000', '213327.520000', '213327.522000', '213327.525000', '213327.527000', '213327.530000', '213327.533000', '213327.535000', '213327.538000', '213327.541000', '213327.543000', '213327.546000', '213327.549000', '213347.438000', '213347.440000', '213347.443000', '213347.446000', '213347.449000', '213347.451000', '213347.454000', '213347.457000', '213347.459000', '213347.462000', '213347.465000', '213347.467000', '213347.470000', '213347.473000', '213347.479000', '213347.482000', '213347.485000', '213347.487000', '213347.490000', '213347.492000', '213347.495000', '213347.498000', '213347.500000', '213347.503000', '213347.506000', '213347.509000', '213347.511000', '213347.514000', '213347.517000', '213347.519000', '213347.522000', '213347.524000', '213347.527000', '213347.530000', '213347.533000', '213347.535000', '213347.538000', '213347.540000', '213347.543000', '213347.546000', '213347.548000', '213347.551000', '213347.554000', '213347.556000', '213407.437000', '213407.440000', '213407.443000', '213407.445000', '213407.448000', '213407.451000', '213407.453000', '213407.456000', '213407.459000', '213407.461000', '213407.464000', '213407.466000', '213407.469000', '213407.472000', '213407.474000', '213407.477000', '213407.479000', '213407.482000', '213407.485000', '213407.487000', '213407.490000', '213407.492000', '213407.495000', '213407.498000', '213407.500000', '213407.503000', '213407.505000', '213407.508000', '213407.511000', '213407.513000', '213407.516000', '213407.518000', '213407.521000', '213407.524000', '213407.526000', '213407.529000', '213407.531000', '213407.534000', '213407.537000', '213407.539000', '213407.542000', '213407.544000', '213407.547000', '213427.438000', '213427.440000', '213427.443000', '213427.446000', '213427.449000', '213427.451000', '213427.454000', '213427.457000', '213427.459000', '213427.462000', '213427.464000', '213427.467000', '213427.470000', '213427.473000', '213427.475000', '213427.478000', '213427.481000', '213427.483000', '213427.486000', '213427.488000', '213427.491000', '213427.494000', '213427.496000', '213427.499000', '213427.501000', '213427.504000', '213427.507000', '213427.509000', '213427.512000', '213427.514000', '213427.517000', '213427.520000', '213427.522000', '213427.525000', '213427.527000', '213427.530000', '213427.533000', '213427.535000', '213427.538000', '213427.541000', '213427.543000', '213427.546000', '213427.549000', '213427.551000', '213447.439000', '213447.442000', '213447.445000', '213447.447000', '213447.450000', '213447.453000', '213447.455000', '213447.458000', '213447.470000', '213447.473000', '213447.475000', '213447.478000', '213447.480000', '213447.483000', '213447.486000', '213447.488000', '213447.491000', '213447.494000', '213447.497000', '213447.499000', '213447.502000', '213447.505000', '213447.507000', '213447.510000', '213447.513000', '213447.516000', '213447.518000', '213447.521000', '213447.523000', '213447.526000', '213447.529000', '213447.531000', '213447.534000', '213447.537000', '213447.539000', '213447.542000', '213447.545000', '213447.547000', '213447.550000', '213447.553000', '213447.555000', '213447.558000', '213447.561000', '213507.438000', '213507.441000', '213507.444000', '213507.447000', '213507.450000', '213507.452000', '213507.455000', '213507.459000', '213507.461000', '213507.464000', '213507.467000', '213507.470000', '213507.472000', '213507.475000', '213507.478000', '213507.480000', '213507.483000', '213507.485000', '213507.488000', '213507.491000', '213507.493000', '213507.496000', '213507.499000', '213507.502000', '213507.504000', '213507.507000', '213507.510000', '213507.513000', '213507.515000', '213507.518000', '213507.520000', '213507.523000', '213507.526000', '213507.528000', '213507.531000', '213507.534000', '213507.536000', '213507.539000', '213507.541000', '213507.544000', '213507.547000', '213507.549000', '213507.552000', '213507.554000', '213527.439000', '213527.442000', '213527.444000', '213527.447000', '213527.450000', '213527.452000', '213527.455000', '213527.458000', '213527.460000', '213527.463000', '213527.466000', '213527.468000', '213527.471000', '213527.473000', '213527.476000', '213527.479000', '213527.481000', '213527.484000', '213527.486000', '213527.489000', '213527.492000', '213527.494000', '213527.497000', '213527.500000', '213527.502000', '213527.505000', '213527.507000', '213527.510000', '213527.513000', '213527.515000', '213527.518000', '213527.520000', '213527.523000', '213527.526000', '213527.528000', '213527.531000', '213527.534000', '213527.536000', '213527.539000', '213527.541000', '213527.544000', '213527.547000', '213527.549000', '213547.438000', '213547.440000', '213547.443000', '213547.446000', '213547.449000', '213547.451000', '213547.454000', '213547.457000', '213547.459000', '213547.462000', '213547.465000', '213547.467000', '213547.470000', '213547.472000', '213547.475000', '213547.478000', '213547.480000', '213547.483000', '213547.485000', '213547.488000', '213547.491000', '213547.493000', '213547.496000', '213547.499000', '213547.501000', '213547.504000', '213547.506000', '213547.509000', '213547.512000', '213547.514000', '213547.517000', '213547.520000', '213547.522000', '213547.525000', '213547.528000', '213547.531000', '213547.533000', '213547.536000', '213547.538000', '213547.541000', '213547.544000', '213547.547000', '213547.549000', '213607.438000', '213607.440000', '213607.443000', '213607.446000', '213607.449000', '213607.452000', '213607.455000', '213607.457000', '213607.460000', '213607.463000', '213607.465000', '213607.468000', '213607.471000', '213607.474000', '213607.476000', '213607.479000', '213607.482000', '213607.484000', '213607.487000', '213607.490000', '213607.503000', '213607.506000', '213607.508000', '213607.511000', '213607.514000', '213607.516000', '213607.519000', '213607.521000', '213607.524000', '213607.527000', '213607.530000', '213607.532000', '213607.535000', '213607.538000', '213607.540000', '213607.543000', '213607.546000', '213607.548000', '213607.551000', '213607.554000', '213607.556000', '213607.559000', '213607.562000', '213607.564000', '213627.438000', '213627.440000', '213627.443000', '213627.446000', '213627.449000', '213627.452000', '213627.454000', '213627.457000', '213627.460000', '213627.462000', '213627.465000', '213627.468000', '213627.471000', '213627.473000', '213627.476000', '213627.478000', '213627.481000', '213627.484000', '213627.487000', '213627.489000', '213627.492000', '213627.495000', '213627.498000', '213627.501000', '213627.504000', '213627.506000', '213627.509000', '213627.512000', '213627.514000', '213627.517000', '213627.520000', '213627.522000', '213627.525000', '213627.528000', '213627.531000', '213627.533000', '213627.536000', '213627.539000', '213627.541000', '213627.544000', '213627.547000', '213627.549000', '213627.552000', '213647.438000', '213647.440000', '213647.443000', '213647.446000', '213647.449000', '213647.451000', '213647.454000', '213647.457000', '213647.459000', '213647.462000', '213647.465000', '213647.467000', '213647.470000', '213647.473000', '213647.475000', '213647.478000', '213647.481000', '213647.484000', '213647.486000', '213647.489000', '213647.492000', '213647.495000', '213647.497000', '213647.500000', '213647.503000', '213647.505000', '213647.508000', '213647.511000', '213647.513000', '213647.516000', '213647.519000', '213647.521000', '213647.524000', '213647.527000', '213647.529000', '213647.532000', '213647.535000', '213647.537000', '213647.540000', '213647.543000', '213647.545000', '213647.548000', '213647.551000', '213647.558000', '213707.438000', '213707.441000', '213707.444000', '213707.447000', '213707.449000', '213707.452000', '213707.455000', '213707.458000', '213707.460000', '213707.463000', '213707.466000', '213707.468000', '213707.471000', '213707.475000', '213707.478000', '213707.480000', '213707.483000', '213707.486000', '213707.489000', '213707.492000', '213707.497000', '213707.499000', '213707.502000', '213707.505000', '213707.507000', '213707.510000', '213707.513000', '213707.515000', '213707.518000', '213707.521000', '213707.523000', '213707.526000', '213707.529000', '213707.531000', '213707.534000', '213707.537000', '213707.539000', '213707.542000', '213707.545000', '213707.547000', '213707.550000', '213707.553000', '213707.555000', '213727.439000', '213727.442000', '213727.445000', '213727.447000', '213727.450000', '213727.453000', '213727.455000', '213727.458000', '213727.461000', '213727.463000', '213727.466000', '213727.469000', '213727.471000', '213727.474000', '213727.477000', '213727.479000', '213727.482000', '213727.485000', '213727.487000', '213727.490000', '213727.492000', '213727.495000', '213727.498000', '213727.500000', '213727.503000', '213727.505000', '213727.508000', '213727.511000', '213727.513000', '213727.516000', '213727.519000', '213727.521000', '213727.524000', '213727.527000', '213727.529000', '213727.532000', '213727.535000', '213727.537000', '213727.540000', '213727.543000', '213727.545000', '213727.548000', '213727.550000', '213727.553000', '213743.817000', '213743.820000', '213743.823000', '213743.826000', '213743.829000', '213743.832000', '213743.841000', '213743.844000', '213743.847000', '213743.850000', '213743.853000', '213743.856000', '213743.858000', '213743.861000', '213743.865000', '213743.868000', '213743.871000', '213743.874000', '213743.877000', '213743.880000', '213743.883000', '213743.885000', '213743.888000', '213743.892000', '213743.894000', '213743.898000', '213743.901000', '213743.903000', '213743.906000', '213743.909000', '213743.913000', '213743.916000', '213743.918000', '213743.921000', '213743.927000', '213743.929000'], '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': [6535, 6352, 7550, 6000, 7709, 6049, 7307, 6072, 6859, 6321, 6330, 8008, 6116, 7687, 6153, 6076, 6060, 5918, 6828, 5931, 6797, 5978, 7035, 6089, 7339, 6112, 7661, 6176, 7561, 6028, 7172, 6301, 6730, 6334, 7362, 6141, 6616, 6087, 6462, 5949, 6413, 6007, 6211, 7443, 5979, 6836, 5983, 6124, 6344, 6000, 6756, 6141, 7049, 6371, 6179, 6010, 6033, 6004, 5984, 5976, 6291, 8327, 6186, 7318, 6163, 6435, 6209, 6019, 5972, 6341, 6384, 6864, 6165, 6094, 6061, 5884, 6808, 6146, 7111, 6216, 6369, 6348, 6047, 7386, 6073, 7356, 5975, 6675, 6130, 6548, 6170, 6427, 6017, 6141, 6157, 6145, 6626, 6127, 6568, 8709, 6314, 6872, 7175, 6062, 6668, 6229, 6057, 6012, 6088, 6174, 7970, 6163, 6957, 5919, 6285, 6047, 6108, 7323, 6229, 6595, 6317, 6145, 6255, 6054, 7146, 6020, 6761, 5938, 6143, 6955, 6013, 7090, 7303, 6250, 7806, 6145, 6623, 6048, 6023, 6053, 6077, 6065, 6028, 6588, 5871, 6048, 6130, 6180, 6292, 5969, 6602, 6058, 6925, 6279, 7058, 6076, 7473, 5811, 7255, 5857, 6267, 5954, 5983, 7272, 5942, 6264, 6319, 5908, 7375, 6067, 8135, 5996, 7274, 5828, 7687, 5854, 7072, 6243, 6235, 7331, 6105, 8380, 5991, 8299, 5904, 7338, 5805, 6976, 5872, 6526, 6880, 6104, 6287, 5915, 5830, 5849, 5899, 6640, 5959, 7280, 5794, 7175, 5761, 7181, 5711, 7077, 5886, 7134, 5795, 6948, 5850, 7792, 5824, 6595, 5818, 5916, 6765, 6072, 7289, 5882, 7329, 5866, 7955, 5973, 5973, 5777, 5966, 6416, 7856, 5859, 6859, 5964, 5973, 6583, 6021, 7069, 6128, 6856, 6119, 6495, 5880, 6883, 5962, 7221, 5900, 6242, 6141, 5999, 7340, 5994, 5904, 6712, 5911, 7405, 5870, 6616, 6169, 6092, 7206, 5926, 7258, 6118, 7046, 5971, 6897, 6099, 6740, 6045, 6388, 6012, 6835, 5849, 6921, 6116, 6222, 5756, 5933, 6950, 6211, 7223, 5986, 7395, 5848, 7917, 6162, 7606, 6572, 6933, 6252, 6549, 7578, 6052, 7664, 6028, 7552, 6019, 7381, 5843, 6299, 7428, 5893, 6493, 6482, 5929, 7980, 6082, 6019, 6933, 5863, 6768, 5949, 6271, 6988, 5917, 7223, 5866, 7176, 7410, 5719, 6516, 5951, 7026, 5882, 6812, 5876, 6538, 6004, 6195, 6011, 6246, 6033, 6152, 6889, 5886, 7123, 5789, 7215, 5900, 7540, 6203, 7317, 5927, 7367, 6043, 7448, 6120, 7568, 6034, 7661, 5891, 6720, 5964, 6034, 6517, 6933, 6160, 6250, 6646, 5983, 6954, 6201, 6939, 5868, 6751, 5927, 6220, 6895, 5981, 7585, 6065, 6140, 6679, 5862, 7538, 5988, 6695, 5926, 6115, 6158, 8506, 5894, 6774, 6637, 6641, 5938, 5848, 6420, 6105, 7092, 5898, 6513, 6073, 6236, 7305, 6122, 7060, 6146, 7139, 5881, 7114, 5964, 6447, 5803, 6517, 6099, 6011, 6172, 6021, 6701, 6043, 7214, 6865, 7180, 6673, 6704, 5968, 5897, 7019, 5713, 7754, 5837, 6066, 6769, 6146, 7506, 6107, 7632, 6296, 7484, 6717, 6426, 5925, 6815, 5961, 6937, 5748, 6389, 5883, 6556, 6379, 8006, 5939, 6854, 5759, 6021, 6340, 5981, 7458, 5876, 7120, 5862, 5744, 7523, 5751, 6093, 6730, 6017, 6900, 5791, 5987, 6840, 5854, 7030, 6143, 6857, 7492, 5825, 6154, 5886, 6164, 6020, 6278, 5825, 6059, 6023, 5970, 6883, 6192, 6679, 6010, 6189, 6375, 6034, 7239, 6423, 6712, 6384, 7101, 6053, 7243, 6357, 7216, 5913, 7225, 5994, 6912, 6112, 6541, 5994, 5980, 6819, 6105, 6825, 6151, 7822, 6212, 6772, 5944, 7451, 6154, 7129, 6085, 6301, 6296, 6325, 6626, 6092, 6493, 6520, 6353, 6986, 6034, 6335, 7292, 5707, 6506, 6769, 5981, 8589, 6159, 8230, 5901, 7841, 6069, 6567, 6007, 6835, 5953, 6507, 6067, 6419, 6249, 6597, 6222, 6740, 6222, 6419, 6042, 6360, 6155, 6122, 6808, 5918, 7332, 5935, 7145, 6222, 7386, 6095, 6381, 6239, 6300, 6818, 6469, 6892, 6441, 6973, 6267, 6942, 6195, 6712, 6543, 6229, 7115, 6220, 6345, 6422, 6455, 7223, 6325, 7280, 6114, 6440, 6875, 6501, 7947, 6183, 6288, 6294, 6219, 7248, 6319, 7334, 6327, 6996, 6348, 6595, 6257, 6293, 7143, 6194, 7328, 6524, 6503, 6680, 6280, 6132, 6975, 6023, 7053, 5951, 7196, 6163, 7308, 6439, 6597, 5907, 6081, 7078, 5986, 6137, 6639, 5808, 6731, 5955, 6079, 7510, 5890, 6170, 6923, 6064, 7018, 5984, 7455, 5927, 6824, 6333, 6099, 5805, 6170, 6051, 6893, 6449, 6499, 6613, 6254, 7025, 6329, 7358, 6354, 6825, 6185, 6772, 6368, 6691, 6674, 6874, 6468, 6716, 6311, 6738, 6244, 6673, 6656, 6996, 6566, 6491, 6618, 6357, 6356, 7488, 6274, 7846, 6234, 6964, 6810, 6409, 5986, 7584, 6823, 8783, 7813, 6803, 7538, 5956, 5930, 7193, 6057, 8302, 7355, 6357, 7436, 6033, 6713, 6114, 7329, 5998, 6469, 6124, 6366, 6355, 6547, 6280, 6603, 6173, 5993, 6217, 6415, 6335, 6546, 7046, 6369, 6421, 6300, 6590, 6135, 6913, 6159, 7345, 6325, 7096, 6255, 6400, 6146, 6192, 6659, 6309, 7748, 6289, 6059, 6764, 6109, 7093, 6232, 6272, 6221, 5981, 7436, 5904, 7354, 6286, 6891, 6428, 6274, 6636, 6391, 6218, 6249, 6251, 7083, 6351, 7400, 6285, 6238, 6810, 6186, 6788, 6098, 6026, 7194, 6019, 6137, 7431, 5841, 6308, 7997, 5921, 6095, 7552, 6091, 7424, 6881, 6039, 7343, 5968, 7398, 6070, 6539, 6146, 6220, 6048, 6463, 6196, 6423, 6463, 6454, 6230, 6072, 6421, 6325, 6403, 6424, 6427, 6574, 6264, 6470, 6969, 6224, 6996, 6605, 6809, 6641, 7916, 6242, 6960, 6366, 6582, 6273, 6433, 6586, 6376, 7194, 6173, 6965, 6260, 6417, 6388, 6459, 7088, 6454, 7634, 6391, 6325, 6626, 6635, 7040, 6535, 7588, 6315, 7745, 6446, 7628, 6397, 6340, 6438, 6131, 7319, 6356, 7443, 6348, 7771, 6424, 7136, 6285, 6260, 6259, 6464, 7129, 6282, 6239, 6111, 6282, 6652, 6371, 6179, 7882, 6427, 6123, 6416, 6267, 6424, 6253, 6384, 7219, 6354, 6780, 6341, 7076, 6260, 6203, 6178, 6272], 'WindowCenter': [3895.0, 3893.0, 3900.0, 3880.0, 3887.0, 3854.0, 3873.0, 3851.0, 3862.0, 3849.0, 3851.0, 3882.0, 3851.0, 3870.0, 3850.0, 3849.0, 3851.0, 3851.0, 3874.0, 3865.0, 3874.0, 3864.0, 3875.0, 3865.0, 3888.0, 3880.0, 3884.0, 3853.0, 3872.0, 3851.0, 3860.0, 3850.0, 3849.0, 3850.0, 3871.0, 3851.0, 3860.0, 3838.0, 3849.0, 3838.0, 3849.0, 3837.0, 3850.0, 3871.0, 3851.0, 3861.0, 3851.0, 3851.0, 3862.0, 3852.0, 3863.0, 3851.0, 3873.0, 3851.0, 3865.0, 3853.0, 3865.0, 3852.0, 3853.0, 3851.0, 3862.0, 3882.0, 3850.0, 3859.0, 3838.0, 3849.0, 3838.0, 3839.0, 3838.0, 3850.0, 3864.0, 3875.0, 3865.0, 3864.0, 3864.0, 3854.0, 3875.0, 3865.0, 3887.0, 3865.0, 3865.0, 3863.0, 3865.0, 3873.0, 3865.0, 3885.0, 3866.0, 3874.0, 3864.0, 3863.0, 3865.0, 3876.0, 3878.0, 3880.0, 3880.0, 3879.0, 3890.0, 3867.0, 3878.0, 3896.0, 3864.0, 3865.0, 3863.0, 3852.0, 3862.0, 3851.0, 3851.0, 3851.0, 3840.0, 3851.0, 3882.0, 3851.0, 3862.0, 3840.0, 3851.0, 3850.0, 3851.0, 3871.0, 3851.0, 3862.0, 3863.0, 3851.0, 3851.0, 3852.0, 3874.0, 3854.0, 3875.0, 3853.0, 3852.0, 3873.0, 3852.0, 3863.0, 3860.0, 3850.0, 3870.0, 3838.0, 3848.0, 3837.0, 3839.0, 3838.0, 3839.0, 3840.0, 3852.0, 3862.0, 3853.0, 3852.0, 3879.0, 3866.0, 3889.0, 3890.0, 3902.0, 3880.0, 3902.0, 3892.0, 3900.0, 3880.0, 3899.0, 3867.0, 3886.0, 3866.0, 3876.0, 3878.0, 3879.0, 3913.0, 3893.0, 3890.0, 3879.0, 3868.0, 3899.0, 3880.0, 3899.0, 3867.0, 3889.0, 3869.0, 3887.0, 3856.0, 3887.0, 3865.0, 3853.0, 3874.0, 3852.0, 3884.0, 3853.0, 3882.0, 3841.0, 3872.0, 3852.0, 3862.0, 3840.0, 3849.0, 3859.0, 3839.0, 3849.0, 3839.0, 3838.0, 3839.0, 3840.0, 3861.0, 3852.0, 3873.0, 3854.0, 3873.0, 3853.0, 3875.0, 3855.0, 3874.0, 3854.0, 3874.0, 3854.0, 3874.0, 3856.0, 3885.0, 3856.0, 3864.0, 3854.0, 3854.0, 3864.0, 3854.0, 3874.0, 3854.0, 3885.0, 3855.0, 3884.0, 3853.0, 3852.0, 3842.0, 3852.0, 3852.0, 3871.0, 3841.0, 3863.0, 3851.0, 3850.0, 3862.0, 3851.0, 3860.0, 3839.0, 3849.0, 3838.0, 3850.0, 3839.0, 3872.0, 3865.0, 3873.0, 3852.0, 3863.0, 3866.0, 3853.0, 3874.0, 3854.0, 3853.0, 3876.0, 3856.0, 3886.0, 3855.0, 3877.0, 3865.0, 3853.0, 3874.0, 3853.0, 3873.0, 3853.0, 3873.0, 3853.0, 3862.0, 3853.0, 3863.0, 3853.0, 3864.0, 3853.0, 3864.0, 3854.0, 3876.0, 3868.0, 3878.0, 3868.0, 3879.0, 3890.0, 3879.0, 3902.0, 3881.0, 3901.0, 3870.0, 3900.0, 3880.0, 3902.0, 3892.0, 3890.0, 3879.0, 3868.0, 3887.0, 3867.0, 3888.0, 3866.0, 3887.0, 3867.0, 3888.0, 3881.0, 3879.0, 3889.0, 3869.0, 3878.0, 3880.0, 3870.0, 3898.0, 3868.0, 3867.0, 3877.0, 3868.0, 3890.0, 3867.0, 3866.0, 3876.0, 3854.0, 3874.0, 3854.0, 3876.0, 3875.0, 3844.0, 3862.0, 3854.0, 3874.0, 3855.0, 3875.0, 3856.0, 3866.0, 3866.0, 3867.0, 3880.0, 3879.0, 3880.0, 3880.0, 3900.0, 3869.0, 3901.0, 3871.0, 3901.0, 3870.0, 3901.0, 3869.0, 3900.0, 3879.0, 3890.0, 3867.0, 3887.0, 3866.0, 3887.0, 3868.0, 3888.0, 3857.0, 3865.0, 3855.0, 3853.0, 3864.0, 3876.0, 3853.0, 3853.0, 3863.0, 3853.0, 3888.0, 3866.0, 3874.0, 3854.0, 3863.0, 3854.0, 3864.0, 3874.0, 3865.0, 3886.0, 3867.0, 3867.0, 3877.0, 3855.0, 3885.0, 3855.0, 3863.0, 3853.0, 3851.0, 3853.0, 3883.0, 3842.0, 3861.0, 3863.0, 3850.0, 3852.0, 3842.0, 3864.0, 3864.0, 3887.0, 3868.0, 3877.0, 3867.0, 3866.0, 3886.0, 3865.0, 3876.0, 3865.0, 3877.0, 3856.0, 3875.0, 3855.0, 3864.0, 3855.0, 3864.0, 3855.0, 3853.0, 3853.0, 3854.0, 3877.0, 3893.0, 3930.0, 3906.0, 3893.0, 3891.0, 3877.0, 3851.0, 3827.0, 3860.0, 3843.0, 3873.0, 3854.0, 3854.0, 3876.0, 3855.0, 3886.0, 3853.0, 3873.0, 3852.0, 3873.0, 3861.0, 3852.0, 3852.0, 3851.0, 3852.0, 3861.0, 3842.0, 3852.0, 3853.0, 3863.0, 3864.0, 3884.0, 3852.0, 3876.0, 3856.0, 3855.0, 3864.0, 3852.0, 3861.0, 3842.0, 3862.0, 3843.0, 3843.0, 3887.0, 3854.0, 3854.0, 3864.0, 3854.0, 3863.0, 3843.0, 3852.0, 3863.0, 3842.0, 3864.0, 3852.0, 3863.0, 3861.0, 3841.0, 3840.0, 3840.0, 3851.0, 3853.0, 3864.0, 3854.0, 3854.0, 3865.0, 3866.0, 3887.0, 3869.0, 3890.0, 3880.0, 3879.0, 3880.0, 3879.0, 3902.0, 3880.0, 3891.0, 3878.0, 3889.0, 3867.0, 3888.0, 3878.0, 3886.0, 3855.0, 3886.0, 3866.0, 3875.0, 3866.0, 3865.0, 3867.0, 3866.0, 3876.0, 3865.0, 3876.0, 3866.0, 3887.0, 3866.0, 3864.0, 3855.0, 3874.0, 3854.0, 3874.0, 3854.0, 3880.0, 3877.0, 3865.0, 3865.0, 3854.0, 3865.0, 3865.0, 3877.0, 3889.0, 3880.0, 3879.0, 3890.0, 3869.0, 3867.0, 3876.0, 3855.0, 3884.0, 3853.0, 3872.0, 3841.0, 3872.0, 3841.0, 3850.0, 3841.0, 3850.0, 3840.0, 3850.0, 3840.0, 3851.0, 3851.0, 3862.0, 3853.0, 3864.0, 3855.0, 3865.0, 3866.0, 3866.0, 3866.0, 3867.0, 3890.0, 3883.0, 3890.0, 3883.0, 3902.0, 3869.0, 3889.0, 3867.0, 3866.0, 3855.0, 3853.0, 3865.0, 3865.0, 3864.0, 3854.0, 3864.0, 3854.0, 3862.0, 3854.0, 3875.0, 3865.0, 3855.0, 3875.0, 3855.0, 3865.0, 3866.0, 3866.0, 3888.0, 3867.0, 3876.0, 3867.0, 3866.0, 3877.0, 3867.0, 3897.0, 3867.0, 3864.0, 3865.0, 3853.0, 3874.0, 3852.0, 3874.0, 3853.0, 3864.0, 3865.0, 3863.0, 3853.0, 3852.0, 3863.0, 3852.0, 3873.0, 3851.0, 3851.0, 3851.0, 3852.0, 3852.0, 3862.0, 3841.0, 3861.0, 3840.0, 3860.0, 3867.0, 3863.0, 3866.0, 3877.0, 3855.0, 3854.0, 3877.0, 3868.0, 3866.0, 3865.0, 3843.0, 3864.0, 3854.0, 3867.0, 3887.0, 3856.0, 3854.0, 3875.0, 3854.0, 3864.0, 3854.0, 3872.0, 3852.0, 3863.0, 3852.0, 3852.0, 3853.0, 3854.0, 3865.0, 3876.0, 3877.0, 3879.0, 3878.0, 3879.0, 3887.0, 3879.0, 3889.0, 3881.0, 3879.0, 3870.0, 3879.0, 3878.0, 3879.0, 3877.0, 3879.0, 3878.0, 3878.0, 3879.0, 3890.0, 3882.0, 3891.0, 3891.0, 3893.0, 3907.0, 3896.0, 3892.0, 3882.0, 3880.0, 3890.0, 3881.0, 3902.0, 3867.0, 3880.0, 3878.0, 3869.0, 3857.0, 3887.0, 3878.0, 3898.0, 3875.0, 3852.0, 3872.0, 3840.0, 3839.0, 3849.0, 3840.0, 3871.0, 3848.0, 3838.0, 3847.0, 3827.0, 3836.0, 3827.0, 3847.0, 3827.0, 3836.0, 3837.0, 3836.0, 3838.0, 3837.0, 3839.0, 3849.0, 3839.0, 3839.0, 3840.0, 3850.0, 3851.0, 3851.0, 3863.0, 3852.0, 3852.0, 3851.0, 3852.0, 3842.0, 3874.0, 3867.0, 3875.0, 3865.0, 3875.0, 3852.0, 3852.0, 3852.0, 3854.0, 3864.0, 3854.0, 3873.0, 3851.0, 3840.0, 3851.0, 3840.0, 3861.0, 3853.0, 3852.0, 3852.0, 3841.0, 3873.0, 3841.0, 3871.0, 3852.0, 3861.0, 3853.0, 3851.0, 3850.0, 3851.0, 3852.0, 3852.0, 3853.0, 3863.0, 3864.0, 3886.0, 3880.0, 3870.0, 3877.0, 3867.0, 3866.0, 3854.0, 3853.0, 3863.0, 3855.0, 3854.0, 3875.0, 3844.0, 3866.0, 3899.0, 3867.0, 3853.0, 3874.0, 3854.0, 3872.0, 3851.0, 3839.0, 3859.0, 3840.0, 3860.0, 3840.0, 3849.0, 3839.0, 3839.0, 3840.0, 3849.0, 3841.0, 3850.0, 3853.0, 3853.0, 3855.0, 3855.0, 3866.0, 3867.0, 3866.0, 3877.0, 3878.0, 3878.0, 3881.0, 3880.0, 3892.0, 3869.0, 3891.0, 3879.0, 3879.0, 3867.0, 3885.0, 3854.0, 3863.0, 3852.0, 3862.0, 3853.0, 3853.0, 3864.0, 3865.0, 3875.0, 3867.0, 3876.0, 3865.0, 3864.0, 3864.0, 3864.0, 3876.0, 3866.0, 3886.0, 3867.0, 3865.0, 3864.0, 3866.0, 3873.0, 3865.0, 3874.0, 3865.0, 3886.0, 3866.0, 3875.0, 3865.0, 3853.0, 3854.0, 3842.0, 3862.0, 3851.0, 3862.0, 3853.0, 3874.0, 3865.0, 3863.0, 3853.0, 3866.0, 3866.0, 3868.0, 3875.0, 3853.0, 3853.0, 3855.0, 3866.0, 3865.0, 3866.0, 3856.0, 3887.0, 3866.0, 3868.0, 3852.0, 3852.0, 3851.0, 3864.0, 3854.0, 3872.0, 3864.0, 3864.0, 3864.0, 3863.0, 3853.0, 3852.0, 3854.0, 3852.0], 'WindowWidth': [8745.0, 8737.0, 8741.0, 8714.0, 8713.0, 8666.0, 8689.0, 8657.0, 8670.0, 8649.0, 8654.0, 8699.0, 8657.0, 8677.0, 8653.0, 8651.0, 8656.0, 8658.0, 8692.0, 8683.0, 8693.0, 8680.0, 8696.0, 8683.0, 8719.0, 8715.0, 8707.0, 8662.0, 8683.0, 8655.0, 8666.0, 8652.0, 8650.0, 8652.0, 8682.0, 8655.0, 8664.0, 8634.0, 8648.0, 8635.0, 8649.0, 8632.0, 8652.0, 8681.0, 8655.0, 8668.0, 8658.0, 8657.0, 8674.0, 8661.0, 8676.0, 8657.0, 8689.0, 8656.0, 8682.0, 8663.0, 8684.0, 8660.0, 8662.0, 8658.0, 8673.0, 8700.0, 8653.0, 8661.0, 8633.0, 8647.0, 8634.0, 8634.0, 8633.0, 8651.0, 8679.0, 8697.0, 8683.0, 8681.0, 8681.0, 8667.0, 8696.0, 8684.0, 8716.0, 8681.0, 8682.0, 8677.0, 8681.0, 8688.0, 8682.0, 8708.0, 8687.0, 8692.0, 8678.0, 8678.0, 8684.0, 8699.0, 8706.0, 8714.0, 8713.0, 8708.0, 8724.0, 8689.0, 8704.0, 8724.0, 8678.0, 8680.0, 8674.0, 8658.0, 8671.0, 8656.0, 8655.0, 8655.0, 8639.0, 8655.0, 8696.0, 8655.0, 8669.0, 8638.0, 8655.0, 8652.0, 8654.0, 8682.0, 8657.0, 8672.0, 8675.0, 8655.0, 8656.0, 8658.0, 8693.0, 8665.0, 8694.0, 8663.0, 8661.0, 8689.0, 8660.0, 8673.0, 8665.0, 8652.0, 8675.0, 8631.0, 8645.0, 8629.0, 8634.0, 8633.0, 8636.0, 8638.0, 8659.0, 8673.0, 8664.0, 8658.0, 8711.0, 8687.0, 8723.0, 8727.0, 8746.0, 8716.0, 8745.0, 8735.0, 8740.0, 8714.0, 8734.0, 8688.0, 8712.0, 8688.0, 8700.0, 8707.0, 8712.0, 8761.0, 8738.0, 8727.0, 8711.0, 8696.0, 8735.0, 8711.0, 8736.0, 8690.0, 8720.0, 8696.0, 8714.0, 8673.0, 8717.0, 8684.0, 8661.0, 8692.0, 8660.0, 8705.0, 8663.0, 8698.0, 8644.0, 8685.0, 8659.0, 8671.0, 8638.0, 8649.0, 8661.0, 8635.0, 8648.0, 8636.0, 8635.0, 8636.0, 8640.0, 8670.0, 8660.0, 8687.0, 8665.0, 8688.0, 8665.0, 8694.0, 8671.0, 8691.0, 8666.0, 8691.0, 8667.0, 8693.0, 8670.0, 8708.0, 8669.0, 8680.0, 8665.0, 8666.0, 8679.0, 8665.0, 8692.0, 8666.0, 8708.0, 8669.0, 8704.0, 8663.0, 8661.0, 8647.0, 8658.0, 8658.0, 8683.0, 8642.0, 8673.0, 8654.0, 8652.0, 8668.0, 8656.0, 8666.0, 8635.0, 8650.0, 8634.0, 8651.0, 8637.0, 8686.0, 8685.0, 8689.0, 8661.0, 8675.0, 8685.0, 8664.0, 8693.0, 8665.0, 8663.0, 8696.0, 8672.0, 8712.0, 8670.0, 8701.0, 8683.0, 8664.0, 8691.0, 8661.0, 8687.0, 8662.0, 8687.0, 8659.0, 8671.0, 8660.0, 8675.0, 8664.0, 8678.0, 8662.0, 8678.0, 8667.0, 8697.0, 8694.0, 8707.0, 8694.0, 8709.0, 8726.0, 8711.0, 8744.0, 8716.0, 8742.0, 8701.0, 8736.0, 8712.0, 8743.0, 8728.0, 8723.0, 8707.0, 8690.0, 8716.0, 8687.0, 8718.0, 8685.0, 8710.0, 8685.0, 8717.0, 8715.0, 8709.0, 8722.0, 8694.0, 8704.0, 8710.0, 8696.0, 8730.0, 8691.0, 8686.0, 8699.0, 8691.0, 8726.0, 8689.0, 8685.0, 8697.0, 8667.0, 8690.0, 8665.0, 8697.0, 8691.0, 8650.0, 8673.0, 8664.0, 8691.0, 8670.0, 8694.0, 8670.0, 8683.0, 8687.0, 8689.0, 8712.0, 8711.0, 8711.0, 8714.0, 8739.0, 8698.0, 8743.0, 8703.0, 8742.0, 8699.0, 8740.0, 8694.0, 8737.0, 8710.0, 8721.0, 8688.0, 8713.0, 8686.0, 8713.0, 8692.0, 8716.0, 8673.0, 8680.0, 8667.0, 8662.0, 8679.0, 8697.0, 8662.0, 8659.0, 8674.0, 8660.0, 8719.0, 8687.0, 8692.0, 8666.0, 8676.0, 8664.0, 8679.0, 8692.0, 8683.0, 8711.0, 8690.0, 8688.0, 8699.0, 8667.0, 8707.0, 8667.0, 8675.0, 8661.0, 8656.0, 8661.0, 8700.0, 8644.0, 8665.0, 8675.0, 8651.0, 8657.0, 8647.0, 8678.0, 8681.0, 8716.0, 8694.0, 8703.0, 8688.0, 8684.0, 8711.0, 8683.0, 8695.0, 8682.0, 8698.0, 8669.0, 8694.0, 8667.0, 8680.0, 8666.0, 8678.0, 8666.0, 8661.0, 8663.0, 8664.0, 8701.0, 8736.0, 8796.0, 8755.0, 8732.0, 8725.0, 8700.0, 8655.0, 8614.0, 8663.0, 8647.0, 8687.0, 8665.0, 8665.0, 8696.0, 8668.0, 8710.0, 8662.0, 8687.0, 8657.0, 8686.0, 8669.0, 8655.0, 8656.0, 8655.0, 8656.0, 8669.0, 8645.0, 8658.0, 8663.0, 8674.0, 8677.0, 8702.0, 8659.0, 8698.0, 8673.0, 8668.0, 8679.0, 8657.0, 8667.0, 8643.0, 8670.0, 8648.0, 8647.0, 8713.0, 8666.0, 8665.0, 8676.0, 8663.0, 8674.0, 8648.0, 8657.0, 8675.0, 8645.0, 8675.0, 8658.0, 8674.0, 8667.0, 8642.0, 8639.0, 8640.0, 8655.0, 8660.0, 8678.0, 8665.0, 8665.0, 8681.0, 8686.0, 8715.0, 8693.0, 8723.0, 8711.0, 8708.0, 8712.0, 8709.0, 8743.0, 8710.0, 8726.0, 8705.0, 8719.0, 8689.0, 8717.0, 8703.0, 8710.0, 8668.0, 8709.0, 8683.0, 8696.0, 8684.0, 8682.0, 8687.0, 8683.0, 8697.0, 8683.0, 8698.0, 8686.0, 8713.0, 8685.0, 8677.0, 8666.0, 8691.0, 8664.0, 8691.0, 8663.0, 8710.0, 8703.0, 8683.0, 8679.0, 8665.0, 8680.0, 8681.0, 8701.0, 8721.0, 8712.0, 8707.0, 8722.0, 8696.0, 8688.0, 8698.0, 8668.0, 8702.0, 8659.0, 8682.0, 8640.0, 8681.0, 8638.0, 8649.0, 8640.0, 8650.0, 8640.0, 8652.0, 8637.0, 8652.0, 8655.0, 8670.0, 8663.0, 8676.0, 8667.0, 8680.0, 8683.0, 8686.0, 8686.0, 8688.0, 8725.0, 8722.0, 8722.0, 8722.0, 8744.0, 8696.0, 8720.0, 8689.0, 8684.0, 8667.0, 8662.0, 8680.0, 8680.0, 8676.0, 8662.0, 8676.0, 8662.0, 8672.0, 8663.0, 8695.0, 8682.0, 8667.0, 8693.0, 8668.0, 8681.0, 8683.0, 8683.0, 8715.0, 8688.0, 8698.0, 8685.0, 8684.0, 8702.0, 8688.0, 8726.0, 8685.0, 8678.0, 8679.0, 8662.0, 8690.0, 8659.0, 8690.0, 8661.0, 8676.0, 8680.0, 8673.0, 8661.0, 8659.0, 8674.0, 8659.0, 8687.0, 8652.0, 8653.0, 8653.0, 8655.0, 8656.0, 8670.0, 8641.0, 8666.0, 8639.0, 8664.0, 8689.0, 8672.0, 8682.0, 8697.0, 8668.0, 8666.0, 8700.0, 8691.0, 8684.0, 8681.0, 8649.0, 8678.0, 8664.0, 8687.0, 8715.0, 8671.0, 8665.0, 8694.0, 8665.0, 8676.0, 8665.0, 8684.0, 8658.0, 8673.0, 8656.0, 8657.0, 8661.0, 8666.0, 8683.0, 8697.0, 8703.0, 8708.0, 8705.0, 8705.0, 8715.0, 8708.0, 8719.0, 8714.0, 8707.0, 8695.0, 8706.0, 8704.0, 8705.0, 8702.0, 8706.0, 8704.0, 8704.0, 8708.0, 8723.0, 8717.0, 8727.0, 8727.0, 8733.0, 8758.0, 8742.0, 8732.0, 8714.0, 8709.0, 8722.0, 8712.0, 8740.0, 8686.0, 8707.0, 8702.0, 8690.0, 8671.0, 8712.0, 8702.0, 8726.0, 8690.0, 8655.0, 8683.0, 8637.0, 8634.0, 8645.0, 8634.0, 8676.0, 8640.0, 8626.0, 8637.0, 8614.0, 8624.0, 8613.0, 8639.0, 8611.0, 8623.0, 8628.0, 8625.0, 8630.0, 8629.0, 8634.0, 8648.0, 8634.0, 8634.0, 8638.0, 8651.0, 8654.0, 8653.0, 8672.0, 8655.0, 8656.0, 8654.0, 8655.0, 8642.0, 8689.0, 8687.0, 8694.0, 8681.0, 8692.0, 8658.0, 8655.0, 8658.0, 8663.0, 8676.0, 8662.0, 8684.0, 8655.0, 8639.0, 8652.0, 8639.0, 8667.0, 8659.0, 8657.0, 8658.0, 8641.0, 8686.0, 8642.0, 8681.0, 8656.0, 8667.0, 8658.0, 8652.0, 8650.0, 8654.0, 8657.0, 8658.0, 8659.0, 8673.0, 8677.0, 8709.0, 8708.0, 8696.0, 8698.0, 8686.0, 8683.0, 8661.0, 8659.0, 8672.0, 8663.0, 8662.0, 8691.0, 8652.0, 8683.0, 8729.0, 8686.0, 8659.0, 8687.0, 8662.0, 8683.0, 8652.0, 8633.0, 8659.0, 8638.0, 8661.0, 8637.0, 8648.0, 8635.0, 8634.0, 8637.0, 8648.0, 8640.0, 8651.0, 8658.0, 8659.0, 8666.0, 8667.0, 8682.0, 8687.0, 8687.0, 8701.0, 8703.0, 8706.0, 8713.0, 8709.0, 8727.0, 8693.0, 8725.0, 8705.0, 8703.0, 8686.0, 8706.0, 8663.0, 8673.0, 8657.0, 8668.0, 8659.0, 8658.0, 8676.0, 8681.0, 8694.0, 8684.0, 8696.0, 8680.0, 8676.0, 8678.0, 8677.0, 8694.0, 8683.0, 8707.0, 8683.0, 8681.0, 8678.0, 8682.0, 8688.0, 8680.0, 8690.0, 8680.0, 8707.0, 8681.0, 8692.0, 8679.0, 8660.0, 8661.0, 8643.0, 8669.0, 8655.0, 8668.0, 8659.0, 8688.0, 8679.0, 8673.0, 8660.0, 8686.0, 8682.0, 8688.0, 8692.0, 8660.0, 8658.0, 8664.0, 8681.0, 8680.0, 8681.0, 8670.0, 8710.0, 8683.0, 8690.0, 8659.0, 8656.0, 8655.0, 8677.0, 8661.0, 8683.0, 8675.0, 8676.0, 8677.0, 8673.0, 8661.0, 8659.0, 8662.0, 8658.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.0018277816091954021</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.029373356896551725</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.145196201150725</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1803756901611042</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.030837719804373</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4438</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7286.9609</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10526401323292948</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>53</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>6.091954022988506</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.707786206763009</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.618658755748128</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9186110213239815</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5860888432169165</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0136535</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00908626988530159</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.0246028583496809</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.694130653122243</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>27.9304</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.0682</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>132.8539</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>39.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>307536.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>611.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>267.7684</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9103</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>518.0185</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3121.0277</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3337.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>69008.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>892.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4127.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>903.3183</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>35.70344436634332</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> |