=== 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-0055 --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-0055",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0055_ses-01_task-social_acq-mb8_run-06_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-0055_ses-01_task-social_acq-mb8_run-06_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-06_session-01_subject-0055_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-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-01_subject-0055_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-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-01_subject-0055_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-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-01_subject-0055_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-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-06_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-06_session-01_subject-0055_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-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-06_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-06_session-01_subject-0055_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-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0055_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-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-06_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-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-06_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-0055/ses-01/func/sub-0055_ses-01_task-social_acq-mb8_run-06_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>72a5fa8f34e96d6cf3d7719117f7c0f4</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>19:51:29.192500</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.999221, -0.0110893, 0.0378745, 0.0137782, 0.997346, -0.0714895]</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-06_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.104278</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-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4195, -7700, -7250, 553, 62, -177, -75, 43]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>265.197</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>60ff7932-a05f-4001-8509-02c3caf6d2e8||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.6808369159698486, 0.03696594759821892, 0.09984917938709259, 107.17920684814453], [0.029751742258667946, 2.675806999206543, -0.1942802369594574, -88.2806396484375], [0.10161439329385757, 0.19180108606815338, 2.6911494731903076, -84.10594940185547], [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': ['195129.192500', '195129.652500', '195130.112500', '195130.572500', '195131.032500', '195131.492500', '195131.952500', '195132.412500', '195132.872500', '195133.332500', '195133.792500', '195134.252500', '195134.712500', '195135.172500', '195135.632500', '195136.092500', '195136.552500', '195137.012500', '195137.472500', '195137.932500', '195138.392500', '195138.852500', '195139.312500', '195139.772500', '195140.232500', '195140.692500', '195141.152500', '195141.612500', '195142.072500', '195142.532500', '195142.992500', '195143.452500', '195143.912500', '195144.372500', '195144.832500', '195145.292500', '195145.752500', '195146.212500', '195146.672500', '195147.132500', '195147.592500', '195148.052500', '195148.512500', '195148.972500', '195149.432500', '195149.892500', '195150.352500', '195150.812500', '195151.272500', '195151.732500', '195152.192500', '195152.652500', '195153.112500', '195153.572500', '195154.032500', '195154.492500', '195154.952500', '195155.412500', '195155.872500', '195156.332500', '195156.792500', '195157.252500', '195157.712500', '195158.172500', '195158.632500', '195159.092500', '195159.552500', '195200.012500', '195200.472500', '195200.932500', '195201.392500', '195201.852500', '195202.312500', '195202.772500', '195203.232500', '195203.692500', '195204.152500', '195204.612500', '195205.072500', '195205.532500', '195205.992500', '195206.452500', '195206.912500', '195207.372500', '195207.832500', '195208.292500', '195208.752500', '195209.212500', '195209.672500', '195210.132500', '195210.592500', '195211.052500', '195211.512500', '195211.972500', '195212.432500', '195212.892500', '195213.352500', '195213.812500', '195214.272500', '195214.732500', '195215.192500', '195215.652500', '195216.112500', '195216.572500', '195217.032500', '195217.492500', '195217.952500', '195218.412500', '195218.872500', '195219.332500', '195219.792500', '195220.252500', '195220.712500', '195221.172500', '195221.632500', '195222.092500', '195222.552500', '195223.012500', '195223.472500', '195223.932500', '195224.392500', '195224.852500', '195225.312500', '195225.772500', '195226.232500', '195226.692500', '195227.152500', '195227.612500', '195228.072500', '195228.532500', '195228.992500', '195229.452500', '195229.912500', '195230.372500', '195230.832500', '195231.292500', '195231.752500', '195232.212500', '195232.672500', '195233.132500', '195233.592500', '195234.052500', '195234.512500', '195234.972500', '195235.432500', '195235.892500', '195236.352500', '195236.812500', '195237.272500', '195237.732500', '195238.192500', '195238.652500', '195239.112500', '195239.572500', '195240.032500', '195240.492500', '195240.952500', '195241.412500', '195241.872500', '195242.332500', '195242.792500', '195243.252500', '195243.712500', '195244.172500', '195244.632500', '195245.092500', '195245.552500', '195246.012500', '195246.472500', '195246.932500', '195247.392500', '195247.852500', '195248.312500', '195248.772500', '195249.232500', '195249.692500', '195250.152500', '195250.612500', '195251.072500', '195251.532500', '195251.992500', '195252.452500', '195252.912500', '195253.372500', '195253.832500', '195254.292500', '195254.752500', '195255.212500', '195255.672500', '195256.132500', '195256.592500', '195257.052500', '195257.512500', '195257.972500', '195258.432500', '195258.892500', '195259.352500', '195259.812500', '195300.272500', '195300.732500', '195301.192500', '195301.652500', '195302.112500', '195302.572500', '195303.032500', '195303.492500', '195303.952500', '195304.412500', '195304.872500', '195305.332500', '195305.792500', '195306.252500', '195306.712500', '195307.172500', '195307.632500', '195308.092500', '195308.552500', '195309.012500', '195309.472500', '195309.932500', '195310.392500', '195310.852500', '195311.312500', '195311.772500', '195312.232500', '195312.692500', '195313.152500', '195313.612500', '195314.072500', '195314.532500', '195314.992500', '195315.452500', '195315.912500', '195316.372500', '195316.832500', '195317.292500', '195317.752500', '195318.212500', '195318.672500', '195319.132500', '195319.592500', '195320.052500', '195320.512500', '195320.972500', '195321.432500', '195321.892500', '195322.352500', '195322.812500', '195323.272500', '195323.732500', '195324.192500', '195324.652500', '195325.112500', '195325.572500', '195326.032500', '195326.492500', '195326.952500', '195327.412500', '195327.872500', '195328.332500', '195328.792500', '195329.252500', '195329.712500', '195330.172500', '195330.632500', '195331.092500', '195331.552500', '195332.012500', '195332.472500', '195332.932500', '195333.392500', '195333.852500', '195334.312500', '195334.772500', '195335.232500', '195335.692500', '195336.152500', '195336.612500', '195337.072500', '195337.532500', '195337.992500', '195338.452500', '195338.912500', '195339.372500', '195339.832500', '195340.292500', '195340.752500', '195341.212500', '195341.672500', '195342.132500', '195342.592500', '195343.052500', '195343.512500', '195343.972500', '195344.432500', '195344.892500', '195345.352500', '195345.812500', '195346.272500', '195346.732500', '195347.192500', '195347.652500', '195348.112500', '195348.572500', '195349.032500', '195349.492500', '195349.952500', '195350.412500', '195350.872500', '195351.332500', '195351.792500', '195352.252500', '195352.712500', '195353.172500', '195353.632500', '195354.092500', '195354.552500', '195355.012500', '195355.472500', '195355.932500', '195356.392500', '195356.852500', '195357.312500', '195357.772500', '195358.232500', '195358.692500', '195359.152500', '195359.612500', '195400.072500', '195400.532500', '195400.992500', '195401.452500', '195401.912500', '195402.372500', '195402.832500', '195403.292500', '195403.752500', '195404.212500', '195404.672500', '195405.132500', '195405.592500', '195406.052500', '195406.512500', '195406.972500', '195407.432500', '195407.892500', '195408.352500', '195408.812500', '195409.272500', '195409.732500', '195410.192500', '195410.652500', '195411.112500', '195411.572500', '195412.032500', '195412.492500', '195412.952500', '195413.412500', '195413.872500', '195414.332500', '195414.792500', '195415.252500', '195415.712500', '195416.172500', '195416.632500', '195417.092500', '195417.552500', '195418.012500', '195418.472500', '195418.932500', '195419.392500', '195419.852500', '195420.312500', '195420.772500', '195421.232500', '195421.692500', '195422.152500', '195422.612500', '195423.072500', '195423.532500', '195423.992500', '195424.452500', '195424.912500', '195425.372500', '195425.832500', '195426.292500', '195426.752500', '195427.212500', '195427.672500', '195428.132500', '195428.592500', '195429.052500', '195429.512500', '195429.972500', '195430.432500', '195430.892500', '195431.352500', '195431.812500', '195432.272500', '195432.732500', '195433.192500', '195433.652500', '195434.112500', '195434.572500', '195435.032500', '195435.492500', '195435.952500', '195436.412500', '195436.872500', '195437.332500', '195437.792500', '195438.252500', '195438.712500', '195439.172500', '195439.632500', '195440.092500', '195440.552500', '195441.012500', '195441.472500', '195441.932500', '195442.392500', '195442.852500', '195443.312500', '195443.772500', '195444.232500', '195444.692500', '195445.152500', '195445.612500', '195446.072500', '195446.532500', '195446.992500', '195447.452500', '195447.912500', '195448.372500', '195448.832500', '195449.292500', '195449.752500', '195450.212500', '195450.672500', '195451.132500', '195451.592500', '195452.052500', '195452.512500', '195452.972500', '195453.432500', '195453.892500', '195454.352500', '195454.812500', '195455.272500', '195455.732500', '195456.192500', '195456.652500', '195457.112500', '195457.572500', '195458.032500', '195458.492500', '195458.952500', '195459.412500', '195459.872500', '195500.332500', '195500.792500', '195501.252500', '195501.712500', '195502.172500', '195502.632500', '195503.092500', '195503.552500', '195504.012500', '195504.472500', '195504.932500', '195505.392500', '195505.852500', '195506.312500', '195506.772500', '195507.232500', '195507.692500', '195508.152500', '195508.612500', '195509.072500', '195509.532500', '195509.992500', '195510.452500', '195510.912500', '195511.372500', '195511.832500', '195512.292500', '195512.752500', '195513.212500', '195513.672500', '195514.132500', '195514.592500', '195515.052500', '195515.512500', '195515.972500', '195516.432500', '195516.892500', '195517.352500', '195517.812500', '195518.272500', '195518.732500', '195519.192500', '195519.652500', '195520.112500', '195520.572500', '195521.032500', '195521.492500', '195521.952500', '195522.412500', '195522.872500', '195523.332500', '195523.792500', '195524.252500', '195524.712500', '195525.172500', '195525.632500', '195526.092500', '195526.552500', '195527.012500', '195527.472500', '195527.932500', '195528.392500', '195528.852500', '195529.312500', '195529.772500', '195530.232500', '195530.692500', '195531.152500', '195531.612500', '195532.072500', '195532.532500', '195532.992500', '195533.452500', '195533.912500', '195534.372500', '195534.832500', '195535.292500', '195535.752500', '195536.212500', '195536.672500', '195537.132500', '195537.592500', '195538.052500', '195538.512500', '195538.972500', '195539.432500', '195539.892500', '195540.352500', '195540.812500', '195541.272500', '195541.732500', '195542.192500', '195542.652500', '195543.112500', '195543.572500', '195544.032500', '195544.492500', '195544.952500', '195545.412500', '195545.872500', '195546.332500', '195546.792500', '195547.252500', '195547.712500', '195548.172500', '195548.632500', '195549.092500', '195549.552500', '195550.012500', '195550.472500', '195550.932500', '195551.392500', '195551.852500', '195552.312500', '195552.772500', '195553.232500', '195553.692500', '195554.152500', '195554.612500', '195555.072500', '195555.532500', '195555.992500', '195556.452500', '195556.912500', '195557.372500', '195557.832500', '195558.292500', '195558.752500', '195559.212500', '195559.672500', '195600.132500', '195600.592500', '195601.052500', '195601.512500', '195601.972500', '195602.432500', '195602.892500', '195603.352500', '195603.812500', '195604.272500', '195604.732500', '195605.192500', '195605.652500', '195606.112500', '195606.572500', '195607.032500', '195607.492500', '195607.952500', '195608.412500', '195608.872500', '195609.332500', '195609.792500', '195610.252500', '195610.712500', '195611.172500', '195611.632500', '195612.092500', '195612.552500', '195613.012500', '195613.472500', '195613.932500', '195614.392500', '195614.852500', '195615.312500', '195615.772500', '195616.232500', '195616.692500', '195617.152500', '195617.612500', '195618.072500', '195618.532500', '195618.992500', '195619.452500', '195619.912500', '195620.372500', '195620.832500', '195621.292500', '195621.752500', '195622.212500', '195622.672500', '195623.132500', '195623.592500', '195624.052500', '195624.512500', '195624.972500', '195625.432500', '195625.892500', '195626.352500', '195626.812500', '195627.272500', '195627.732500', '195628.192500', '195628.652500', '195629.112500', '195629.572500', '195630.032500', '195630.492500', '195630.952500', '195631.412500', '195631.872500', '195632.332500', '195632.792500', '195633.252500', '195633.712500', '195634.172500', '195634.632500', '195635.092500', '195635.552500', '195636.012500', '195636.472500', '195636.932500', '195637.392500', '195637.852500', '195638.312500', '195638.772500', '195639.232500', '195639.692500', '195640.152500', '195640.612500', '195641.072500', '195641.532500', '195641.992500', '195642.452500', '195642.912500', '195643.372500', '195643.832500', '195644.292500', '195644.752500', '195645.212500', '195645.672500', '195646.132500', '195646.592500', '195647.052500', '195647.512500', '195647.972500', '195648.432500', '195648.892500', '195649.352500', '195649.812500', '195650.272500', '195650.732500', '195651.192500', '195651.652500', '195652.112500', '195652.572500', '195653.032500', '195653.492500', '195653.952500', '195654.412500', '195654.872500', '195655.332500', '195655.792500', '195656.252500', '195656.712500', '195657.172500', '195657.632500', '195658.092500', '195658.552500', '195659.012500', '195659.472500', '195659.932500', '195700.392500', '195700.852500', '195701.312500', '195701.772500', '195702.232500', '195702.692500', '195703.152500', '195703.612500', '195704.072500', '195704.532500', '195704.992500', '195705.452500', '195705.912500', '195706.372500', '195706.832500', '195707.292500', '195707.752500', '195708.212500', '195708.672500', '195709.132500', '195709.592500', '195710.052500', '195710.512500', '195710.972500', '195711.432500', '195711.892500', '195712.352500', '195712.812500', '195713.272500', '195713.732500', '195714.192500', '195714.652500', '195715.112500', '195715.572500', '195716.032500', '195716.492500', '195716.952500', '195717.412500', '195717.872500', '195718.332500', '195718.792500', '195719.252500', '195719.712500', '195720.172500', '195720.632500', '195721.092500', '195721.552500', '195722.012500', '195722.472500', '195722.932500', '195723.392500', '195723.852500', '195724.312500', '195724.772500', '195725.232500', '195725.692500', '195726.152500', '195726.612500', '195727.072500', '195727.532500', '195727.992500', '195728.452500', '195728.912500', '195729.372500', '195729.832500', '195730.292500', '195730.752500', '195731.212500', '195731.672500', '195732.132500', '195732.592500', '195733.052500', '195733.512500', '195733.972500', '195734.432500', '195734.892500', '195735.352500', '195735.812500', '195736.272500', '195736.732500', '195737.192500', '195737.652500', '195738.112500', '195738.572500', '195739.032500', '195739.492500', '195739.952500', '195740.412500', '195740.872500', '195741.332500', '195741.792500', '195742.252500', '195742.712500', '195743.172500', '195743.632500', '195744.092500', '195744.552500', '195745.012500', '195745.472500', '195745.932500', '195746.392500', '195746.852500', '195747.312500', '195747.772500', '195748.232500', '195748.692500', '195749.152500', '195749.612500', '195750.072500', '195750.532500', '195750.992500', '195751.452500', '195751.912500', '195752.372500', '195752.832500', '195753.292500', '195753.752500', '195754.212500', '195754.672500', '195755.132500', '195755.592500', '195756.052500', '195756.512500', '195756.972500', '195757.432500', '195757.892500', '195758.352500', '195758.812500', '195759.272500', '195759.732500', '195800.192500', '195800.652500', '195801.112500', '195801.572500', '195802.032500', '195802.492500', '195802.952500', '195803.412500', '195803.872500', '195804.332500', '195804.792500', '195805.252500', '195805.712500', '195806.172500', '195806.632500', '195807.092500', '195807.552500', '195808.012500', '195808.472500', '195808.932500', '195809.392500', '195809.852500'], 'ContentTime': ['195155.449000', '195155.452000', '195155.455000', '195155.458000', '195155.460000', '195155.463000', '195155.465000', '195155.468000', '195155.470000', '195155.473000', '195155.475000', '195155.478000', '195155.480000', '195155.483000', '195155.486000', '195155.488000', '195155.491000', '195155.493000', '195155.496000', '195155.498000', '195155.501000', '195155.503000', '195155.506000', '195155.508000', '195155.511000', '195155.513000', '195155.516000', '195155.518000', '195155.521000', '195155.523000', '195155.526000', '195155.535000', '195155.537000', '195155.540000', '195155.542000', '195155.545000', '195155.547000', '195155.550000', '195155.552000', '195155.555000', '195155.557000', '195155.560000', '195155.563000', '195155.565000', '195155.568000', '195155.570000', '195155.573000', '195155.575000', '195155.578000', '195155.580000', '195155.583000', '195155.585000', '195155.588000', '195155.591000', '195155.593000', '195215.417000', '195215.420000', '195215.423000', '195215.425000', '195215.428000', '195215.430000', '195215.433000', '195215.435000', '195215.438000', '195215.441000', '195215.443000', '195215.446000', '195215.448000', '195215.453000', '195215.455000', '195215.458000', '195215.461000', '195215.463000', '195215.466000', '195215.468000', '195215.471000', '195215.473000', '195215.476000', '195215.478000', '195215.481000', '195215.483000', '195215.486000', '195215.489000', '195215.491000', '195215.494000', '195215.496000', '195215.499000', '195215.501000', '195215.504000', '195215.507000', '195215.509000', '195215.512000', '195215.514000', '195215.517000', '195215.519000', '195215.522000', '195215.524000', '195215.527000', '195235.417000', '195235.420000', '195235.423000', '195235.425000', '195235.428000', '195235.431000', '195235.433000', '195235.436000', '195235.438000', '195235.441000', '195235.443000', '195235.446000', '195235.448000', '195235.451000', '195235.454000', '195235.456000', '195235.459000', '195235.461000', '195235.464000', '195235.467000', '195235.469000', '195235.472000', '195235.474000', '195235.477000', '195235.479000', '195235.482000', '195235.484000', '195235.487000', '195235.490000', '195235.492000', '195235.495000', '195235.497000', '195235.500000', '195235.502000', '195235.505000', '195235.507000', '195235.510000', '195235.512000', '195235.515000', '195235.517000', '195235.520000', '195235.522000', '195235.525000', '195235.528000', '195255.416000', '195255.423000', '195255.425000', '195255.428000', '195255.430000', '195255.433000', '195255.435000', '195255.438000', '195255.440000', '195255.443000', '195255.446000', '195255.448000', '195255.451000', '195255.453000', '195255.456000', '195255.458000', '195255.461000', '195255.463000', '195255.466000', '195255.468000', '195255.471000', '195255.474000', '195255.476000', '195255.479000', '195255.481000', '195255.484000', '195255.486000', '195255.489000', '195255.491000', '195255.494000', '195255.497000', '195255.499000', '195255.502000', '195255.504000', '195255.507000', '195255.509000', '195255.512000', '195255.514000', '195255.517000', '195255.519000', '195255.522000', '195255.533000', '195255.536000', '195315.418000', '195315.420000', '195315.423000', '195315.426000', '195315.428000', '195315.431000', '195315.433000', '195315.436000', '195315.438000', '195315.441000', '195315.444000', '195315.446000', '195315.449000', '195315.451000', '195315.454000', '195315.456000', '195315.459000', '195315.462000', '195315.464000', '195315.467000', '195315.469000', '195315.472000', '195315.474000', '195315.477000', '195315.479000', '195315.482000', '195315.491000', '195315.494000', '195315.497000', '195315.499000', '195315.502000', '195315.505000', '195315.507000', '195315.510000', '195315.512000', '195315.515000', '195315.518000', '195315.520000', '195315.523000', '195315.525000', '195315.528000', '195315.530000', '195315.533000', '195315.535000', '195335.417000', '195335.420000', '195335.423000', '195335.425000', '195335.428000', '195335.431000', '195335.433000', '195335.436000', '195335.438000', '195335.441000', '195335.443000', '195335.446000', '195335.449000', '195335.451000', '195335.454000', '195335.456000', '195335.459000', '195335.462000', '195335.464000', '195335.467000', '195335.469000', '195335.472000', '195335.474000', '195335.477000', '195335.480000', '195335.482000', '195335.485000', '195335.487000', '195335.490000', '195335.492000', '195335.495000', '195335.498000', '195335.500000', '195335.511000', '195335.513000', '195335.516000', '195335.518000', '195335.521000', '195335.523000', '195335.526000', '195335.529000', '195335.531000', '195335.534000', '195355.417000', '195355.420000', '195355.423000', '195355.425000', '195355.428000', '195355.431000', '195355.433000', '195355.436000', '195355.438000', '195355.441000', '195355.444000', '195355.446000', '195355.449000', '195355.453000', '195355.455000', '195355.458000', '195355.460000', '195355.463000', '195355.466000', '195355.468000', '195355.471000', '195355.473000', '195355.476000', '195355.478000', '195355.481000', '195355.484000', '195355.486000', '195355.489000', '195355.491000', '195355.494000', '195355.496000', '195355.499000', '195355.502000', '195355.504000', '195355.507000', '195355.510000', '195355.512000', '195355.515000', '195355.517000', '195355.520000', '195355.523000', '195355.525000', '195355.528000', '195415.417000', '195415.420000', '195415.423000', '195415.426000', '195415.428000', '195415.431000', '195415.433000', '195415.436000', '195415.438000', '195415.441000', '195415.443000', '195415.446000', '195415.449000', '195415.451000', '195415.454000', '195415.456000', '195415.459000', '195415.461000', '195415.464000', '195415.467000', '195415.469000', '195415.472000', '195415.474000', '195415.477000', '195415.480000', '195415.482000', '195415.485000', '195415.487000', '195415.490000', '195415.492000', '195415.495000', '195415.498000', '195415.500000', '195415.503000', '195415.505000', '195415.508000', '195415.511000', '195415.513000', '195415.516000', '195415.518000', '195415.521000', '195415.524000', '195415.526000', '195415.529000', '195435.418000', '195435.421000', '195435.423000', '195435.426000', '195435.428000', '195435.431000', '195435.434000', '195435.436000', '195435.439000', '195435.441000', '195435.444000', '195435.446000', '195435.449000', '195435.452000', '195435.454000', '195435.457000', '195435.460000', '195435.462000', '195435.465000', '195435.467000', '195435.471000', '195435.474000', '195435.476000', '195435.507000', '195435.510000', '195435.513000', '195435.515000', '195435.518000', '195435.521000', '195435.523000', '195435.526000', '195435.528000', '195435.531000', '195435.533000', '195435.536000', '195435.539000', '195435.541000', '195435.544000', '195435.546000', '195435.549000', '195435.551000', '195435.554000', '195435.557000', '195455.417000', '195455.420000', '195455.423000', '195455.425000', '195455.428000', '195455.431000', '195455.433000', '195455.436000', '195455.438000', '195455.441000', '195455.444000', '195455.446000', '195455.449000', '195455.451000', '195455.454000', '195455.456000', '195455.459000', '195455.462000', '195455.464000', '195455.467000', '195455.469000', '195455.472000', '195455.474000', '195455.477000', '195455.480000', '195455.482000', '195455.485000', '195455.487000', '195455.490000', '195455.492000', '195455.495000', '195455.498000', '195455.500000', '195455.503000', '195455.505000', '195455.508000', '195455.510000', '195455.513000', '195455.516000', '195455.518000', '195455.521000', '195455.523000', '195455.526000', '195455.529000', '195515.417000', '195515.419000', '195515.422000', '195515.425000', '195515.427000', '195515.430000', '195515.432000', '195515.435000', '195515.438000', '195515.440000', '195515.443000', '195515.445000', '195515.448000', '195515.451000', '195515.453000', '195515.456000', '195515.460000', '195515.463000', '195515.465000', '195515.468000', '195515.470000', '195515.473000', '195515.476000', '195515.478000', '195515.481000', '195515.483000', '195515.486000', '195515.490000', '195515.493000', '195515.496000', '195515.498000', '195515.501000', '195515.503000', '195515.506000', '195515.508000', '195515.511000', '195515.514000', '195515.516000', '195515.519000', '195515.521000', '195515.524000', '195515.526000', '195515.529000', '195535.417000', '195535.420000', '195535.423000', '195535.425000', '195535.428000', '195535.431000', '195535.433000', '195535.436000', '195535.438000', '195535.441000', '195535.444000', '195535.446000', '195535.449000', '195535.451000', '195535.454000', '195535.456000', '195535.459000', '195535.462000', '195535.464000', '195535.467000', '195535.469000', '195535.472000', '195535.475000', '195535.477000', '195535.480000', '195535.482000', '195535.485000', '195535.488000', '195535.490000', '195535.493000', '195535.495000', '195535.498000', '195535.500000', '195535.503000', '195535.506000', '195535.508000', '195535.511000', '195535.513000', '195535.516000', '195535.518000', '195535.521000', '195535.524000', '195535.532000', '195535.535000', '195555.417000', '195555.420000', '195555.423000', '195555.426000', '195555.428000', '195555.431000', '195555.433000', '195555.436000', '195555.439000', '195555.441000', '195555.444000', '195555.446000', '195555.449000', '195555.451000', '195555.454000', '195555.456000', '195555.459000', '195555.462000', '195555.464000', '195555.467000', '195555.469000', '195555.472000', '195555.474000', '195555.477000', '195555.480000', '195555.482000', '195555.485000', '195555.488000', '195555.490000', '195555.493000', '195555.496000', '195555.498000', '195555.501000', '195555.504000', '195555.506000', '195555.509000', '195555.511000', '195555.514000', '195555.517000', '195555.519000', '195555.522000', '195555.524000', '195555.527000', '195615.417000', '195615.420000', '195615.423000', '195615.425000', '195615.428000', '195615.443000', '195615.446000', '195615.448000', '195615.451000', '195615.453000', '195615.456000', '195615.459000', '195615.461000', '195615.464000', '195615.466000', '195615.469000', '195615.471000', '195615.474000', '195615.477000', '195615.479000', '195615.482000', '195615.484000', '195615.487000', '195615.489000', '195615.492000', '195615.495000', '195615.497000', '195615.500000', '195615.502000', '195615.505000', '195615.508000', '195615.510000', '195615.513000', '195615.515000', '195615.518000', '195615.520000', '195615.523000', '195615.526000', '195615.528000', '195615.531000', '195615.533000', '195615.536000', '195615.538000', '195615.541000', '195635.418000', '195635.420000', '195635.423000', '195635.426000', '195635.428000', '195635.431000', '195635.433000', '195635.436000', '195635.438000', '195635.441000', '195635.444000', '195635.446000', '195635.449000', '195635.451000', '195635.454000', '195635.457000', '195635.459000', '195635.462000', '195635.465000', '195635.467000', '195635.470000', '195635.472000', '195635.475000', '195635.478000', '195635.480000', '195635.483000', '195635.485000', '195635.488000', '195635.490000', '195635.493000', '195635.496000', '195635.498000', '195635.501000', '195635.503000', '195635.506000', '195635.509000', '195635.511000', '195635.514000', '195635.516000', '195635.519000', '195635.521000', '195635.524000', '195635.527000', '195655.418000', '195655.420000', '195655.423000', '195655.426000', '195655.428000', '195655.431000', '195655.433000', '195655.436000', '195655.438000', '195655.441000', '195655.443000', '195655.446000', '195655.448000', '195655.451000', '195655.454000', '195655.456000', '195655.459000', '195655.461000', '195655.464000', '195655.466000', '195655.469000', '195655.472000', '195655.474000', '195655.477000', '195655.479000', '195655.482000', '195655.484000', '195655.487000', '195655.489000', '195655.492000', '195655.495000', '195655.497000', '195655.500000', '195655.502000', '195655.505000', '195655.508000', '195655.510000', '195655.513000', '195655.515000', '195655.518000', '195655.520000', '195655.523000', '195655.526000', '195655.528000', '195715.417000', '195715.420000', '195715.423000', '195715.425000', '195715.428000', '195715.431000', '195715.433000', '195715.436000', '195715.438000', '195715.441000', '195715.443000', '195715.446000', '195715.449000', '195715.451000', '195715.454000', '195715.456000', '195715.459000', '195715.461000', '195715.464000', '195715.467000', '195715.469000', '195715.472000', '195715.474000', '195715.477000', '195715.479000', '195715.482000', '195715.485000', '195715.487000', '195715.490000', '195715.493000', '195715.495000', '195715.498000', '195715.502000', '195715.505000', '195715.507000', '195715.510000', '195715.512000', '195715.515000', '195715.518000', '195715.520000', '195715.523000', '195715.525000', '195715.528000', '195735.416000', '195735.419000', '195735.422000', '195735.425000', '195735.427000', '195735.430000', '195735.432000', '195735.435000', '195735.437000', '195735.440000', '195735.442000', '195735.445000', '195735.448000', '195735.450000', '195735.453000', '195735.455000', '195735.478000', '195735.481000', '195735.483000', '195735.486000', '195735.488000', '195735.491000', '195735.494000', '195735.496000', '195735.499000', '195735.501000', '195735.504000', '195735.506000', '195735.509000', '195735.512000', '195735.514000', '195735.517000', '195735.519000', '195735.522000', '195735.525000', '195735.527000', '195735.530000', '195735.532000', '195735.535000', '195735.537000', '195735.540000', '195735.543000', '195735.545000', '195735.548000', '195755.417000', '195755.420000', '195755.423000', '195755.426000', '195755.428000', '195755.431000', '195755.433000', '195755.436000', '195755.438000', '195755.441000', '195755.444000', '195755.446000', '195755.449000', '195755.451000', '195755.454000', '195755.457000', '195755.459000', '195755.462000', '195755.464000', '195755.467000', '195755.470000', '195755.472000', '195755.475000', '195755.477000', '195755.480000', '195755.483000', '195755.485000', '195755.488000', '195755.490000', '195755.493000', '195755.496000', '195755.498000', '195755.501000', '195755.503000', '195755.506000', '195755.508000', '195755.511000', '195755.514000', '195755.516000', '195755.519000', '195755.522000', '195755.524000', '195755.527000', '195811.145000', '195811.148000', '195811.150000', '195811.153000', '195811.156000', '195811.158000', '195811.161000', '195811.164000', '195811.166000', '195811.169000', '195811.171000', '195811.174000', '195811.176000', '195811.179000', '195811.182000', '195811.184000', '195811.187000', '195811.189000', '195811.192000', '195811.195000', '195811.197000', '195811.200000', '195811.203000', '195811.205000', '195811.208000', '195811.210000', '195811.213000', '195811.215000', '195811.218000', '195811.221000', '195811.223000', '195811.226000', '195811.228000', '195811.231000', '195811.233000'], 'InstanceCreationTime': ['195155.449000', '195155.452000', '195155.455000', '195155.458000', '195155.460000', '195155.463000', '195155.465000', '195155.468000', '195155.470000', '195155.473000', '195155.475000', '195155.478000', '195155.480000', '195155.483000', '195155.486000', '195155.488000', '195155.491000', '195155.493000', '195155.496000', '195155.498000', '195155.501000', '195155.503000', '195155.506000', '195155.508000', '195155.511000', '195155.513000', '195155.516000', '195155.518000', '195155.521000', '195155.523000', '195155.526000', '195155.535000', '195155.537000', '195155.540000', '195155.542000', '195155.545000', '195155.547000', '195155.550000', '195155.552000', '195155.555000', '195155.557000', '195155.560000', '195155.563000', '195155.565000', '195155.568000', '195155.570000', '195155.573000', '195155.575000', '195155.578000', '195155.580000', '195155.583000', '195155.585000', '195155.588000', '195155.591000', '195155.593000', '195215.417000', '195215.420000', '195215.423000', '195215.425000', '195215.428000', '195215.430000', '195215.433000', '195215.435000', '195215.438000', '195215.441000', '195215.443000', '195215.446000', '195215.448000', '195215.453000', '195215.455000', '195215.458000', '195215.461000', '195215.463000', '195215.466000', '195215.468000', '195215.471000', '195215.473000', '195215.476000', '195215.478000', '195215.481000', '195215.483000', '195215.486000', '195215.489000', '195215.491000', '195215.494000', '195215.496000', '195215.499000', '195215.501000', '195215.504000', '195215.507000', '195215.509000', '195215.512000', '195215.514000', '195215.517000', '195215.519000', '195215.522000', '195215.524000', '195215.527000', '195235.417000', '195235.420000', '195235.423000', '195235.425000', '195235.428000', '195235.431000', '195235.433000', '195235.436000', '195235.438000', '195235.441000', '195235.443000', '195235.446000', '195235.448000', '195235.451000', '195235.454000', '195235.456000', '195235.459000', '195235.461000', '195235.464000', '195235.467000', '195235.469000', '195235.472000', '195235.474000', '195235.477000', '195235.479000', '195235.482000', '195235.484000', '195235.487000', '195235.490000', '195235.492000', '195235.495000', '195235.497000', '195235.500000', '195235.502000', '195235.505000', '195235.507000', '195235.510000', '195235.512000', '195235.515000', '195235.517000', '195235.520000', '195235.522000', '195235.525000', '195235.528000', '195255.416000', '195255.423000', '195255.425000', '195255.428000', '195255.430000', '195255.433000', '195255.435000', '195255.438000', '195255.440000', '195255.443000', '195255.446000', '195255.448000', '195255.451000', '195255.453000', '195255.456000', '195255.458000', '195255.461000', '195255.463000', '195255.466000', '195255.468000', '195255.471000', '195255.474000', '195255.476000', '195255.479000', '195255.481000', '195255.484000', '195255.486000', '195255.489000', '195255.491000', '195255.494000', '195255.497000', '195255.499000', '195255.502000', '195255.504000', '195255.507000', '195255.509000', '195255.512000', '195255.514000', '195255.517000', '195255.519000', '195255.522000', '195255.533000', '195255.536000', '195315.418000', '195315.420000', '195315.423000', '195315.426000', '195315.428000', '195315.431000', '195315.433000', '195315.436000', '195315.438000', '195315.441000', '195315.444000', '195315.446000', '195315.449000', '195315.451000', '195315.454000', '195315.456000', '195315.459000', '195315.462000', '195315.464000', '195315.467000', '195315.469000', '195315.472000', '195315.474000', '195315.477000', '195315.479000', '195315.482000', '195315.491000', '195315.494000', '195315.497000', '195315.499000', '195315.502000', '195315.505000', '195315.507000', '195315.510000', '195315.512000', '195315.515000', '195315.518000', '195315.520000', '195315.523000', '195315.525000', '195315.528000', '195315.530000', '195315.533000', '195315.535000', '195335.417000', '195335.420000', '195335.423000', '195335.425000', '195335.428000', '195335.431000', '195335.433000', '195335.436000', '195335.438000', '195335.441000', '195335.443000', '195335.446000', '195335.449000', '195335.451000', '195335.454000', '195335.456000', '195335.459000', '195335.462000', '195335.464000', '195335.467000', '195335.469000', '195335.472000', '195335.474000', '195335.477000', '195335.480000', '195335.482000', '195335.485000', '195335.487000', '195335.490000', '195335.492000', '195335.495000', '195335.498000', '195335.500000', '195335.511000', '195335.513000', '195335.516000', '195335.518000', '195335.521000', '195335.523000', '195335.526000', '195335.529000', '195335.531000', '195335.534000', '195355.417000', '195355.420000', '195355.423000', '195355.425000', '195355.428000', '195355.431000', '195355.433000', '195355.436000', '195355.438000', '195355.441000', '195355.444000', '195355.446000', '195355.449000', '195355.453000', '195355.455000', '195355.458000', '195355.460000', '195355.463000', '195355.466000', '195355.468000', '195355.471000', '195355.473000', '195355.476000', '195355.478000', '195355.481000', '195355.484000', '195355.486000', '195355.489000', '195355.491000', '195355.494000', '195355.496000', '195355.499000', '195355.502000', '195355.504000', '195355.507000', '195355.510000', '195355.512000', '195355.515000', '195355.517000', '195355.520000', '195355.523000', '195355.525000', '195355.528000', '195415.417000', '195415.420000', '195415.423000', '195415.426000', '195415.428000', '195415.431000', '195415.433000', '195415.436000', '195415.438000', '195415.441000', '195415.443000', '195415.446000', '195415.449000', '195415.451000', '195415.454000', '195415.456000', '195415.459000', '195415.461000', '195415.464000', '195415.467000', '195415.469000', '195415.472000', '195415.474000', '195415.477000', '195415.480000', '195415.482000', '195415.485000', '195415.487000', '195415.490000', '195415.492000', '195415.495000', '195415.498000', '195415.500000', '195415.503000', '195415.505000', '195415.508000', '195415.511000', '195415.513000', '195415.516000', '195415.518000', '195415.521000', '195415.524000', '195415.526000', '195415.529000', '195435.418000', '195435.421000', '195435.423000', '195435.426000', '195435.428000', '195435.431000', '195435.434000', '195435.436000', '195435.439000', '195435.441000', '195435.444000', '195435.446000', '195435.449000', '195435.452000', '195435.454000', '195435.457000', '195435.460000', '195435.462000', '195435.465000', '195435.467000', '195435.471000', '195435.474000', '195435.476000', '195435.507000', '195435.510000', '195435.513000', '195435.515000', '195435.518000', '195435.521000', '195435.523000', '195435.526000', '195435.528000', '195435.531000', '195435.533000', '195435.536000', '195435.539000', '195435.541000', '195435.544000', '195435.546000', '195435.549000', '195435.551000', '195435.554000', '195435.557000', '195455.417000', '195455.420000', '195455.423000', '195455.425000', '195455.428000', '195455.431000', '195455.433000', '195455.436000', '195455.438000', '195455.441000', '195455.444000', '195455.446000', '195455.449000', '195455.451000', '195455.454000', '195455.456000', '195455.459000', '195455.462000', '195455.464000', '195455.467000', '195455.469000', '195455.472000', '195455.474000', '195455.477000', '195455.480000', '195455.482000', '195455.485000', '195455.487000', '195455.490000', '195455.492000', '195455.495000', '195455.498000', '195455.500000', '195455.503000', '195455.505000', '195455.508000', '195455.510000', '195455.513000', '195455.516000', '195455.518000', '195455.521000', '195455.523000', '195455.526000', '195455.529000', '195515.417000', '195515.419000', '195515.422000', '195515.425000', '195515.427000', '195515.430000', '195515.432000', '195515.435000', '195515.438000', '195515.440000', '195515.443000', '195515.445000', '195515.448000', '195515.451000', '195515.453000', '195515.456000', '195515.460000', '195515.463000', '195515.465000', '195515.468000', '195515.470000', '195515.473000', '195515.476000', '195515.478000', '195515.481000', '195515.483000', '195515.486000', '195515.490000', '195515.493000', '195515.496000', '195515.498000', '195515.501000', '195515.503000', '195515.506000', '195515.508000', '195515.511000', '195515.514000', '195515.516000', '195515.519000', '195515.521000', '195515.524000', '195515.526000', '195515.529000', '195535.417000', '195535.420000', '195535.423000', '195535.425000', '195535.428000', '195535.431000', '195535.433000', '195535.436000', '195535.438000', '195535.441000', '195535.444000', '195535.446000', '195535.449000', '195535.451000', '195535.454000', '195535.456000', '195535.459000', '195535.462000', '195535.464000', '195535.467000', '195535.469000', '195535.472000', '195535.475000', '195535.477000', '195535.480000', '195535.482000', '195535.485000', '195535.488000', '195535.490000', '195535.493000', '195535.495000', '195535.498000', '195535.500000', '195535.503000', '195535.506000', '195535.508000', '195535.511000', '195535.513000', '195535.516000', '195535.518000', '195535.521000', '195535.524000', '195535.532000', '195535.535000', '195555.417000', '195555.420000', '195555.423000', '195555.426000', '195555.428000', '195555.431000', '195555.433000', '195555.436000', '195555.439000', '195555.441000', '195555.444000', '195555.446000', '195555.449000', '195555.451000', '195555.454000', '195555.456000', '195555.459000', '195555.462000', '195555.464000', '195555.467000', '195555.469000', '195555.472000', '195555.474000', '195555.477000', '195555.480000', '195555.482000', '195555.485000', '195555.488000', '195555.490000', '195555.493000', '195555.496000', '195555.498000', '195555.501000', '195555.504000', '195555.506000', '195555.509000', '195555.511000', '195555.514000', '195555.517000', '195555.519000', '195555.522000', '195555.524000', '195555.527000', '195615.417000', '195615.420000', '195615.423000', '195615.425000', '195615.428000', '195615.443000', '195615.446000', '195615.448000', '195615.451000', '195615.453000', '195615.456000', '195615.459000', '195615.461000', '195615.464000', '195615.466000', '195615.469000', '195615.471000', '195615.474000', '195615.477000', '195615.479000', '195615.482000', '195615.484000', '195615.487000', '195615.489000', '195615.492000', '195615.495000', '195615.497000', '195615.500000', '195615.502000', '195615.505000', '195615.508000', '195615.510000', '195615.513000', '195615.515000', '195615.518000', '195615.520000', '195615.523000', '195615.526000', '195615.528000', '195615.531000', '195615.533000', '195615.536000', '195615.538000', '195615.541000', '195635.418000', '195635.420000', '195635.423000', '195635.426000', '195635.428000', '195635.431000', '195635.433000', '195635.436000', '195635.438000', '195635.441000', '195635.444000', '195635.446000', '195635.449000', '195635.451000', '195635.454000', '195635.457000', '195635.459000', '195635.462000', '195635.465000', '195635.467000', '195635.470000', '195635.472000', '195635.475000', '195635.478000', '195635.480000', '195635.483000', '195635.485000', '195635.488000', '195635.490000', '195635.493000', '195635.496000', '195635.498000', '195635.501000', '195635.503000', '195635.506000', '195635.509000', '195635.511000', '195635.514000', '195635.516000', '195635.519000', '195635.521000', '195635.524000', '195635.527000', '195655.418000', '195655.420000', '195655.423000', '195655.426000', '195655.428000', '195655.431000', '195655.433000', '195655.436000', '195655.438000', '195655.441000', '195655.443000', '195655.446000', '195655.448000', '195655.451000', '195655.454000', '195655.456000', '195655.459000', '195655.461000', '195655.464000', '195655.466000', '195655.469000', '195655.472000', '195655.474000', '195655.477000', '195655.479000', '195655.482000', '195655.484000', '195655.487000', '195655.489000', '195655.492000', '195655.495000', '195655.497000', '195655.500000', '195655.502000', '195655.505000', '195655.508000', '195655.510000', '195655.513000', '195655.515000', '195655.518000', '195655.520000', '195655.523000', '195655.526000', '195655.528000', '195715.417000', '195715.420000', '195715.423000', '195715.425000', '195715.428000', '195715.431000', '195715.433000', '195715.436000', '195715.438000', '195715.441000', '195715.443000', '195715.446000', '195715.449000', '195715.451000', '195715.454000', '195715.456000', '195715.459000', '195715.461000', '195715.464000', '195715.467000', '195715.469000', '195715.472000', '195715.474000', '195715.477000', '195715.479000', '195715.482000', '195715.485000', '195715.487000', '195715.490000', '195715.493000', '195715.495000', '195715.498000', '195715.502000', '195715.505000', '195715.507000', '195715.510000', '195715.512000', '195715.515000', '195715.518000', '195715.520000', '195715.523000', '195715.525000', '195715.528000', '195735.416000', '195735.419000', '195735.422000', '195735.425000', '195735.427000', '195735.430000', '195735.432000', '195735.435000', '195735.437000', '195735.440000', '195735.442000', '195735.445000', '195735.448000', '195735.450000', '195735.453000', '195735.455000', '195735.478000', '195735.481000', '195735.483000', '195735.486000', '195735.488000', '195735.491000', '195735.494000', '195735.496000', '195735.499000', '195735.501000', '195735.504000', '195735.506000', '195735.509000', '195735.512000', '195735.514000', '195735.517000', '195735.519000', '195735.522000', '195735.525000', '195735.527000', '195735.530000', '195735.532000', '195735.535000', '195735.537000', '195735.540000', '195735.543000', '195735.545000', '195735.548000', '195755.417000', '195755.420000', '195755.423000', '195755.426000', '195755.428000', '195755.431000', '195755.433000', '195755.436000', '195755.438000', '195755.441000', '195755.444000', '195755.446000', '195755.449000', '195755.451000', '195755.454000', '195755.457000', '195755.459000', '195755.462000', '195755.464000', '195755.467000', '195755.470000', '195755.472000', '195755.475000', '195755.477000', '195755.480000', '195755.483000', '195755.485000', '195755.488000', '195755.490000', '195755.493000', '195755.496000', '195755.498000', '195755.501000', '195755.503000', '195755.506000', '195755.508000', '195755.511000', '195755.514000', '195755.516000', '195755.519000', '195755.522000', '195755.524000', '195755.527000', '195811.145000', '195811.148000', '195811.150000', '195811.153000', '195811.156000', '195811.158000', '195811.161000', '195811.164000', '195811.166000', '195811.169000', '195811.171000', '195811.174000', '195811.176000', '195811.179000', '195811.182000', '195811.184000', '195811.187000', '195811.189000', '195811.192000', '195811.195000', '195811.197000', '195811.200000', '195811.203000', '195811.205000', '195811.208000', '195811.210000', '195811.213000', '195811.215000', '195811.218000', '195811.221000', '195811.223000', '195811.226000', '195811.228000', '195811.231000', '195811.233000'], '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': [11684, 9688, 7252, 10399, 7544, 15290, 9525, 9452, 8992, 7918, 11181, 8523, 8871, 8028, 7412, 12573, 9460, 8338, 11104, 7924, 7736, 11298, 7816, 15290, 9359, 10855, 7973, 9543, 9010, 10938, 9669, 7507, 9541, 7154, 11295, 8555, 7769, 9139, 6973, 11505, 8193, 9624, 9677, 7065, 10521, 7189, 9542, 9446, 7315, 12123, 9167, 7641, 11510, 11037, 8070, 16553, 10718, 17255, 14310, 17155, 9708, 15188, 9189, 11962, 8886, 6830, 10005, 7570, 7361, 8921, 7225, 11195, 7268, 11676, 8131, 10006, 14946, 11043, 12193, 8480, 9338, 9109, 7250, 11652, 7936, 11594, 9274, 11885, 9542, 10978, 8697, 11938, 9918, 7882, 9082, 7215, 10604, 8385, 7229, 11895, 9256, 11243, 10923, 8747, 11689, 11429, 17845, 13416, 15669, 10373, 12474, 8723, 10568, 8510, 9679, 9494, 9278, 7801, 9294, 10897, 8833, 9959, 8770, 9707, 8859, 9830, 8964, 7727, 8873, 7241, 10114, 7336, 11841, 8045, 11955, 8268, 11710, 10053, 11811, 9737, 7583, 10347, 8251, 14277, 8191, 12543, 8464, 12066, 9959, 15382, 9301, 12621, 8758, 11276, 9839, 10800, 8268, 6726, 9221, 7651, 11925, 8936, 11476, 8630, 10874, 9276, 12512, 9252, 11165, 8766, 10759, 9555, 8039, 9760, 8711, 12352, 9101, 10940, 9394, 12680, 9139, 16038, 10046, 13868, 8657, 10979, 8121, 11071, 8287, 11314, 8231, 10218, 8340, 10796, 7712, 11845, 8465, 11912, 7598, 11705, 8813, 7801, 10408, 8517, 12022, 8447, 12083, 10499, 8861, 12859, 7289, 10380, 8043, 9979, 10658, 8224, 8753, 10426, 7998, 14652, 13871, 11131, 16364, 11422, 9394, 9793, 11675, 9854, 10511, 9908, 7730, 9175, 7621, 9206, 8109, 10203, 7621, 9798, 7650, 10684, 8124, 12525, 8463, 7271, 9389, 8085, 12151, 10151, 9091, 8968, 8053, 12064, 8428, 13322, 8650, 11258, 8812, 15807, 10302, 17330, 9892, 12657, 9006, 8994, 9908, 8254, 11643, 8089, 11125, 11345, 9011, 10704, 9018, 10366, 9018, 12238, 9987, 10732, 9031, 11553, 8865, 12479, 9658, 12278, 8878, 11930, 8706, 11979, 10231, 12087, 8803, 11440, 8860, 11247, 8797, 10647, 8458, 10308, 8827, 11202, 9231, 11377, 8617, 11576, 9020, 11722, 10689, 12917, 8589, 11002, 8226, 10413, 7626, 10005, 7571, 8943, 7946, 9331, 10420, 9208, 9314, 9156, 9782, 9131, 9689, 8977, 7981, 8279, 7776, 10155, 8759, 9805, 10950, 8531, 10713, 8638, 13920, 11083, 11216, 10570, 8257, 13029, 9030, 14722, 12285, 12461, 8667, 10060, 8003, 9524, 8157, 10988, 7799, 10959, 8219, 11938, 9044, 9933, 8901, 7944, 8686, 7913, 9488, 7846, 11084, 8015, 11623, 8005, 11694, 8180, 11691, 8187, 10928, 8295, 12398, 9306, 10374, 8738, 7091, 8292, 7884, 11399, 8189, 11591, 8415, 10170, 9269, 7982, 11099, 8223, 12050, 8732, 15819, 10269, 14908, 9652, 11822, 9176, 9576, 9556, 7675, 11051, 8473, 11907, 8660, 10450, 9348, 10519, 8712, 12539, 8452, 11860, 7946, 9849, 7464, 9406, 7555, 9258, 7200, 9237, 7664, 11399, 8067, 12161, 8222, 11986, 8604, 11689, 10064, 10379, 8439, 9148, 8518, 8304, 9874, 7470, 9367, 7667, 10914, 7453, 13665, 7984, 12071, 8263, 10590, 9247, 10268, 8404, 7199, 8424, 8430, 9282, 7566, 9445, 7663, 10258, 8226, 10514, 7871, 10105, 7825, 11692, 7676, 12219, 8405, 11641, 8663, 10424, 8895, 7573, 8861, 7394, 8374, 10843, 7763, 10112, 9759, 8287, 10292, 9098, 14505, 11824, 16945, 9385, 12534, 8690, 12598, 10212, 12714, 7622, 9742, 7641, 7562, 10459, 7833, 11719, 8245, 10649, 8860, 12149, 9186, 12787, 7718, 11326, 8442, 9777, 9233, 7386, 9261, 7379, 10842, 7432, 11440, 8225, 12990, 9557, 11062, 11603, 7978, 16366, 10779, 15916, 13203, 11806, 16036, 9996, 14140, 8369, 12005, 10461, 11378, 7536, 7093, 7703, 7339, 11406, 7755, 9611, 8056, 7334, 10894, 7829, 12663, 9356, 9413, 10759, 8016, 13919, 17839, 12666, 15132, 11037, 10064, 15698, 9665, 12354, 11035, 11867, 10186, 11431, 10467, 10772, 8134, 10989, 8962, 9882, 14655, 10478, 8133, 11941, 8853, 16535, 11091, 11812, 11411, 9219, 13073, 8752, 12338, 8681, 11285, 8832, 10056, 8390, 7661, 8080, 7340, 10432, 8177, 11006, 8502, 7971, 8461, 7544, 11655, 7999, 12167, 8281, 10422, 8797, 7536, 10610, 7436, 11725, 8196, 8050, 10045, 7344, 11094, 8691, 9989, 10164, 7566, 10500, 7502, 11576, 9557, 11633, 7930, 10289, 7498, 11421, 8294, 11731, 8378, 11443, 7451, 9428, 8485, 7373, 10723, 7500, 11146, 8525, 11059, 9230, 8842, 8350, 8198, 9061, 7738, 10278, 7335, 10700, 7442, 11341, 7891, 11442, 7559, 10843, 8066, 9201, 9220, 7485, 10436, 7597, 11352, 8358, 7790, 9830, 7319, 11196, 8103, 9832, 9008, 7749, 10567, 8134, 12461, 9663, 8213, 9499, 8106, 11173, 7690, 10002, 8074, 9902, 7118, 12949, 9707, 7694, 12006, 8465, 10945, 11496, 9365, 16541, 10335, 15390, 14918, 13797, 11451, 10368, 9664, 10085, 11532, 11033, 7909, 10085, 7083, 10828, 8886, 11649, 9371, 7343, 8762, 7771, 10925, 8506, 11893, 8845, 9173, 9099, 7631, 10901, 8128, 13629, 8609, 13177, 9519, 15208, 9775, 11032, 8356, 8392, 9031, 7835, 11226, 7667, 11140, 7649, 10662, 9141, 7727, 9164, 7372, 11156, 7751, 11932, 8319, 11552, 7859, 10541, 8610, 7427, 10642, 7505, 9721, 8102, 7996, 10786, 8268, 6958, 10133, 7283, 11905, 14368, 9009, 15052, 8844, 11403, 9122, 12276, 8739, 11469, 7814, 7715, 11233, 8690, 11049, 8936, 7733, 11372, 8470, 15881, 11364, 16945, 9682, 13046, 9068, 9864, 10542, 7593, 11925, 8663, 11435, 9125, 11461, 9887, 7421, 7856, 7577, 9833, 7576, 11795, 7611, 9586, 8254, 7726, 10780, 7547, 10971, 7658, 7090, 9657, 7477, 11647, 8096, 9646, 8122, 7143, 11481, 8260, 9329, 8638, 7953, 10003, 7930, 10625, 7198, 10928, 7483, 13627, 9148, 7478, 9651, 7355, 12256, 9373, 8044, 8807, 7316, 10703, 8121, 10252, 9300, 7434, 9874, 7271, 11807, 8523, 10390, 8153, 7087, 10110, 7243, 12079, 8032, 12825, 8126, 12270, 8065, 13371, 9127, 10010, 9518, 9830, 12645, 10421, 8306, 9446, 7343, 9469, 7306, 11293, 7549, 9016, 7753, 7299, 11833, 8564], 'WindowCenter': [4127.0, 4088.0, 4052.0, 4070.0, 4036.0, 4100.0, 4055.0, 4042.0, 4042.0, 4031.0, 4064.0, 4043.0, 4040.0, 4030.0, 4020.0, 4076.0, 4053.0, 4045.0, 4065.0, 4033.0, 4033.0, 4063.0, 4030.0, 4086.0, 4042.0, 4051.0, 4030.0, 4041.0, 4029.0, 4049.0, 4040.0, 4007.0, 4038.0, 4008.0, 4049.0, 4031.0, 4021.0, 4040.0, 4021.0, 4076.0, 4044.0, 4056.0, 4054.0, 4023.0, 4052.0, 4021.0, 4053.0, 4040.0, 4021.0, 4075.0, 4055.0, 4035.0, 4076.0, 4065.0, 4034.0, 4085.0, 4064.0, 4085.0, 4073.0, 4082.0, 4027.0, 4069.0, 4028.0, 4047.0, 4028.0, 4006.0, 4036.0, 4031.0, 4031.0, 4054.0, 4046.0, 4076.0, 4033.0, 4076.0, 4033.0, 4068.0, 4128.0, 4080.0, 4078.0, 4045.0, 4053.0, 4043.0, 4032.0, 4049.0, 4016.0, 4049.0, 4039.0, 4064.0, 4054.0, 4063.0, 4070.0, 4062.0, 4052.0, 4032.0, 4039.0, 4018.0, 4048.0, 4029.0, 4006.0, 4065.0, 4054.0, 4065.0, 4065.0, 4043.0, 4065.0, 4063.0, 4088.0, 4060.0, 4058.0, 4024.0, 4046.0, 3998.0, 4019.0, 4012.0, 4010.0, 4023.0, 4012.0, 4000.0, 4024.0, 4034.0, 4023.0, 4036.0, 4025.0, 4023.0, 4026.0, 4037.0, 4039.0, 4017.0, 4028.0, 4018.0, 4065.0, 4033.0, 4076.0, 4032.0, 4062.0, 4045.0, 4076.0, 4066.0, 4074.0, 4042.0, 4031.0, 4054.0, 4033.0, 4085.0, 4033.0, 4060.0, 4017.0, 4060.0, 4040.0, 4084.0, 4028.0, 4059.0, 4043.0, 4061.0, 4051.0, 4050.0, 4027.0, 4006.0, 4041.0, 4029.0, 4073.0, 4042.0, 4060.0, 4044.0, 4064.0, 4053.0, 4075.0, 4054.0, 4078.0, 4045.0, 4053.0, 4053.0, 4018.0, 4036.0, 4027.0, 4059.0, 4040.0, 4050.0, 4040.0, 4059.0, 4039.0, 4053.0, 4009.0, 4043.0, 4001.0, 4020.0, 4013.0, 4034.0, 4013.0, 4034.0, 4014.0, 4022.0, 4015.0, 4035.0, 4016.0, 4047.0, 4014.0, 4033.0, 4004.0, 4044.0, 4027.0, 4020.0, 4049.0, 4040.0, 4062.0, 4031.0, 4061.0, 4054.0, 4030.0, 4058.0, 4007.0, 4035.0, 4015.0, 4039.0, 4050.0, 4029.0, 4041.0, 4050.0, 4030.0, 4072.0, 4071.0, 4050.0, 4067.0, 4046.0, 4013.0, 4024.0, 4046.0, 4036.0, 4034.0, 4036.0, 4005.0, 4024.0, 4002.0, 4024.0, 4013.0, 4037.0, 4015.0, 4037.0, 4014.0, 4036.0, 4028.0, 4061.0, 4029.0, 4019.0, 4054.0, 4043.0, 4075.0, 4065.0, 4042.0, 4041.0, 4045.0, 4074.0, 4043.0, 4073.0, 4041.0, 4062.0, 4043.0, 4085.0, 4053.0, 4083.0, 4038.0, 4061.0, 4039.0, 4029.0, 4050.0, 4028.0, 4048.0, 4030.0, 4050.0, 4051.0, 4040.0, 4036.0, 4025.0, 4037.0, 4027.0, 4046.0, 4039.0, 4045.0, 4025.0, 4061.0, 4027.0, 4057.0, 4039.0, 4045.0, 4026.0, 4059.0, 4028.0, 4046.0, 4050.0, 4047.0, 4026.0, 4047.0, 4038.0, 4061.0, 4041.0, 4049.0, 4030.0, 4049.0, 4054.0, 4061.0, 4041.0, 4061.0, 4029.0, 4049.0, 4039.0, 4060.0, 4050.0, 4060.0, 4027.0, 4047.0, 4026.0, 4048.0, 4017.0, 4051.0, 4015.0, 4024.0, 4013.0, 4026.0, 4034.0, 4037.0, 4025.0, 4024.0, 4035.0, 4036.0, 4036.0, 4028.0, 4029.0, 4026.0, 4018.0, 4049.0, 4041.0, 4051.0, 4061.0, 4040.0, 4047.0, 4030.0, 4075.0, 4050.0, 4050.0, 4052.0, 4030.0, 4059.0, 4041.0, 4071.0, 4046.0, 4047.0, 4012.0, 4021.0, 4002.0, 4010.0, 4002.0, 4046.0, 4004.0, 4034.0, 4029.0, 4043.0, 4024.0, 4037.0, 4025.0, 4012.0, 4027.0, 4017.0, 4037.0, 4016.0, 4047.0, 4015.0, 4034.0, 4029.0, 4046.0, 4015.0, 4047.0, 4014.0, 4035.0, 4027.0, 4059.0, 4038.0, 4049.0, 4026.0, 4005.0, 4016.0, 4015.0, 4046.0, 4017.0, 4047.0, 4028.0, 4049.0, 4039.0, 4030.0, 4061.0, 4040.0, 4074.0, 4041.0, 4083.0, 4052.0, 4070.0, 4037.0, 4059.0, 4039.0, 4038.0, 4038.0, 4017.0, 4048.0, 4027.0, 4059.0, 4027.0, 4052.0, 4052.0, 4049.0, 4040.0, 4072.0, 4027.0, 4060.0, 4018.0, 4036.0, 4016.0, 4026.0, 4016.0, 4038.0, 4016.0, 4036.0, 4031.0, 4062.0, 4031.0, 4073.0, 4042.0, 4062.0, 4040.0, 4060.0, 4052.0, 4050.0, 4028.0, 4040.0, 4041.0, 4029.0, 4051.0, 4017.0, 4027.0, 4018.0, 4048.0, 4006.0, 4071.0, 4029.0, 4058.0, 4028.0, 4048.0, 4038.0, 4050.0, 4028.0, 4006.0, 4029.0, 4028.0, 4040.0, 4016.0, 4036.0, 4017.0, 4036.0, 4016.0, 4047.0, 4014.0, 4033.0, 4015.0, 4045.0, 4015.0, 4058.0, 4016.0, 4045.0, 4028.0, 4037.0, 4038.0, 4019.0, 4038.0, 4019.0, 4030.0, 4063.0, 4033.0, 4064.0, 4054.0, 4043.0, 4053.0, 4043.0, 4075.0, 4062.0, 4082.0, 4026.0, 4047.0, 4028.0, 4047.0, 4039.0, 4058.0, 4016.0, 4036.0, 4019.0, 4029.0, 4050.0, 4031.0, 4062.0, 4030.0, 4050.0, 4041.0, 4061.0, 4043.0, 4062.0, 4018.0, 4050.0, 4029.0, 4038.0, 4042.0, 4020.0, 4040.0, 4021.0, 4050.0, 4021.0, 4062.0, 4029.0, 4074.0, 4052.0, 4064.0, 4065.0, 4032.0, 4083.0, 4064.0, 4086.0, 4059.0, 4049.0, 4056.0, 4023.0, 4042.0, 4001.0, 4032.0, 4035.0, 4033.0, 4003.0, 4004.0, 4014.0, 4017.0, 4062.0, 4032.0, 4037.0, 4031.0, 4033.0, 4064.0, 4021.0, 4047.0, 4015.0, 4029.0, 4050.0, 4035.0, 4090.0, 4096.0, 4060.0, 4058.0, 4034.0, 4026.0, 4055.0, 4025.0, 4044.0, 4036.0, 4032.0, 4022.0, 4031.0, 4022.0, 4019.0, 3999.0, 4018.0, 3996.0, 4009.0, 4041.0, 4018.0, 3988.0, 4018.0, 3997.0, 4065.0, 4018.0, 4016.0, 4002.0, 3981.0, 4012.0, 3981.0, 4013.0, 3998.0, 4017.0, 4007.0, 4005.0, 3984.0, 3984.0, 3997.0, 4004.0, 4031.0, 4025.0, 4033.0, 4013.0, 4014.0, 4028.0, 4018.0, 4061.0, 4017.0, 4047.0, 4029.0, 4050.0, 4028.0, 4032.0, 4051.0, 4018.0, 4062.0, 4029.0, 4031.0, 4052.0, 4020.0, 4062.0, 4055.0, 4055.0, 4053.0, 4021.0, 4039.0, 4005.0, 4048.0, 4027.0, 4048.0, 4017.0, 4036.0, 4006.0, 4048.0, 4019.0, 4062.0, 4019.0, 4047.0, 4019.0, 4039.0, 4028.0, 4018.0, 4049.0, 4019.0, 4062.0, 4030.0, 4061.0, 4040.0, 4028.0, 4031.0, 4031.0, 4029.0, 4019.0, 4040.0, 4005.0, 4036.0, 4020.0, 4049.0, 4020.0, 4050.0, 4017.0, 4037.0, 4018.0, 4040.0, 4040.0, 4008.0, 4036.0, 4019.0, 4063.0, 4030.0, 4020.0, 4051.0, 4019.0, 4064.0, 4044.0, 4053.0, 4043.0, 4020.0, 4053.0, 4060.0, 4062.0, 4040.0, 4030.0, 4040.0, 4030.0, 4051.0, 4019.0, 4040.0, 4048.0, 4057.0, 4009.0, 4075.0, 4052.0, 4032.0, 4073.0, 4033.0, 4051.0, 4051.0, 4027.0, 4069.0, 4026.0, 4058.0, 4054.0, 4045.0, 4020.0, 4009.0, 4012.0, 4038.0, 4033.0, 4021.0, 4000.0, 4021.0, 3991.0, 4035.0, 4026.0, 4048.0, 4026.0, 4005.0, 4028.0, 4021.0, 4050.0, 4017.0, 4046.0, 4014.0, 4014.0, 4015.0, 4005.0, 4036.0, 4005.0, 4045.0, 4013.0, 4057.0, 4025.0, 4057.0, 4024.0, 4022.0, 4002.0, 4015.0, 4014.0, 4003.0, 4037.0, 4005.0, 4036.0, 4001.0, 4036.0, 4024.0, 4004.0, 4025.0, 4006.0, 4049.0, 4019.0, 4049.0, 4018.0, 4035.0, 4016.0, 4038.0, 4017.0, 4007.0, 4039.0, 4008.0, 4026.0, 4004.0, 4019.0, 4038.0, 4016.0, 3995.0, 4050.0, 4022.0, 4078.0, 4075.0, 4029.0, 4060.0, 4016.0, 4036.0, 4015.0, 4047.0, 4017.0, 4050.0, 4005.0, 4018.0, 4049.0, 4043.0, 4048.0, 4027.0, 4006.0, 4047.0, 4017.0, 4070.0, 4034.0, 4056.0, 4011.0, 4044.0, 4012.0, 4010.0, 4021.0, 3990.0, 4031.0, 4000.0, 4033.0, 4026.0, 4033.0, 4012.0, 3990.0, 3988.0, 4004.0, 4021.0, 4002.0, 4035.0, 4003.0, 4022.0, 4015.0, 4006.0, 4036.0, 4006.0, 4035.0, 4005.0, 4008.0, 4036.0, 4018.0, 4062.0, 4018.0, 4039.0, 4018.0, 4009.0, 4063.0, 4033.0, 4041.0, 4044.0, 4034.0, 4053.0, 4031.0, 4051.0, 4010.0, 4050.0, 4020.0, 4075.0, 4040.0, 4009.0, 4040.0, 4023.0, 4061.0, 4043.0, 4032.0, 4030.0, 4018.0, 4051.0, 4030.0, 4053.0, 4041.0, 4020.0, 4052.0, 4021.0, 4063.0, 4043.0, 4040.0, 4020.0, 4022.0, 4051.0, 4021.0, 4075.0, 4032.0, 4061.0, 4033.0, 4062.0, 4019.0, 4073.0, 4026.0, 4025.0, 4027.0, 4026.0, 4045.0, 4037.0, 4003.0, 4024.0, 4006.0, 4024.0, 4007.0, 4048.0, 4017.0, 4028.0, 4019.0, 4019.0, 4075.0, 4042.0], 'WindowWidth': [9172.0, 9102.0, 9041.0, 9062.0, 9010.0, 9105.0, 9028.0, 9007.0, 9006.0, 8992.0, 9043.0, 9011.0, 9004.0, 8986.0, 8974.0, 9062.0, 9024.0, 9015.0, 9044.0, 8997.0, 8996.0, 9037.0, 8990.0, 9077.0, 9008.0, 9017.0, 8987.0, 9003.0, 8984.0, 9012.0, 9003.0, 8952.0, 8993.0, 8955.0, 9014.0, 8990.0, 8977.0, 9000.0, 8978.0, 9058.0, 9012.0, 9032.0, 9027.0, 8982.0, 9021.0, 8979.0, 9021.0, 9003.0, 8976.0, 9058.0, 9029.0, 9004.0, 9059.0, 9044.0, 9000.0, 9073.0, 9042.0, 9080.0, 9053.0, 9067.0, 8978.0, 9042.0, 8981.0, 9004.0, 8979.0, 8949.0, 8992.0, 8994.0, 8996.0, 9028.0, 9021.0, 9060.0, 8999.0, 9062.0, 8997.0, 9051.0, 9155.0, 9071.0, 9065.0, 9017.0, 9023.0, 9010.0, 8996.0, 9013.0, 8963.0, 9013.0, 8999.0, 9040.0, 9025.0, 9037.0, 9060.0, 9035.0, 9021.0, 8994.0, 9000.0, 8971.0, 9011.0, 8985.0, 8951.0, 9044.0, 9027.0, 9043.0, 9044.0, 9012.0, 9040.0, 9038.0, 9094.0, 9029.0, 9028.0, 8970.0, 9001.0, 8923.0, 8952.0, 8948.0, 8943.0, 8966.0, 8950.0, 8932.0, 8972.0, 8986.0, 8968.0, 8990.0, 8975.0, 8969.0, 8978.0, 8993.0, 9001.0, 8967.0, 8982.0, 8973.0, 9042.0, 8998.0, 9058.0, 8994.0, 9035.0, 9016.0, 9061.0, 9046.0, 9054.0, 9008.0, 8990.0, 9027.0, 8995.0, 9072.0, 8998.0, 9029.0, 8964.0, 9028.0, 8999.0, 9071.0, 8981.0, 9026.0, 9011.0, 9032.0, 9017.0, 9015.0, 8980.0, 8952.0, 9005.0, 8988.0, 9053.0, 9008.0, 9031.0, 9012.0, 9042.0, 9025.0, 9059.0, 9026.0, 9069.0, 9018.0, 9024.0, 9024.0, 8969.0, 8988.0, 8977.0, 9029.0, 9001.0, 9015.0, 9003.0, 9025.0, 8996.0, 9012.0, 8941.0, 8996.0, 8931.0, 8959.0, 8955.0, 8983.0, 8955.0, 8984.0, 8955.0, 8965.0, 8960.0, 8987.0, 8965.0, 9006.0, 8958.0, 8982.0, 8946.0, 9001.0, 8981.0, 8975.0, 9013.0, 9003.0, 9035.0, 8992.0, 9035.0, 9026.0, 8988.0, 9020.0, 8952.0, 8986.0, 8959.0, 9000.0, 9017.0, 8988.0, 9005.0, 9015.0, 8985.0, 9054.0, 9044.0, 9012.0, 9034.0, 9002.0, 8952.0, 8969.0, 9001.0, 8989.0, 8984.0, 8989.0, 8945.0, 8970.0, 8937.0, 8971.0, 8954.0, 8994.0, 8960.0, 8994.0, 8960.0, 8992.0, 8983.0, 9032.0, 8985.0, 8972.0, 9028.0, 9011.0, 9056.0, 9043.0, 9008.0, 9005.0, 9015.0, 9053.0, 9012.0, 9055.0, 9006.0, 9033.0, 9012.0, 9075.0, 9024.0, 9069.0, 8996.0, 9031.0, 9000.0, 8984.0, 9017.0, 8984.0, 9009.0, 8990.0, 9017.0, 9019.0, 9001.0, 8988.0, 8972.0, 8992.0, 8977.0, 9005.0, 9000.0, 9001.0, 8975.0, 9032.0, 8980.0, 9022.0, 8999.0, 9004.0, 8976.0, 9027.0, 8985.0, 9003.0, 9017.0, 9007.0, 8977.0, 9007.0, 8995.0, 9033.0, 9005.0, 9012.0, 8988.0, 9013.0, 9027.0, 9037.0, 9007.0, 9032.0, 8987.0, 9014.0, 8999.0, 9030.0, 9016.0, 9031.0, 8982.0, 9008.0, 8978.0, 9012.0, 8968.0, 9020.0, 8961.0, 8972.0, 8956.0, 8977.0, 8984.0, 8995.0, 8974.0, 8971.0, 8987.0, 8991.0, 8990.0, 8985.0, 8985.0, 8979.0, 8969.0, 9014.0, 9007.0, 9020.0, 9034.0, 9004.0, 9008.0, 8986.0, 9060.0, 9016.0, 9013.0, 9022.0, 8990.0, 9029.0, 9004.0, 9052.0, 9003.0, 9008.0, 8949.0, 8962.0, 8938.0, 8947.0, 8938.0, 9005.0, 8944.0, 8988.0, 8988.0, 8995.0, 8971.0, 8992.0, 8975.0, 8954.0, 8980.0, 8968.0, 8992.0, 8963.0, 9005.0, 8960.0, 8985.0, 8985.0, 9003.0, 8959.0, 9007.0, 8958.0, 8986.0, 8978.0, 9026.0, 8996.0, 9011.0, 8978.0, 8949.0, 8963.0, 8959.0, 9003.0, 8966.0, 9006.0, 8983.0, 9013.0, 8999.0, 8988.0, 9032.0, 9003.0, 9056.0, 9006.0, 9071.0, 9025.0, 9044.0, 8994.0, 9026.0, 8999.0, 8995.0, 8995.0, 8966.0, 9008.0, 8982.0, 9030.0, 8983.0, 9021.0, 9023.0, 9012.0, 9002.0, 9053.0, 8981.0, 9033.0, 8969.0, 8992.0, 8966.0, 8978.0, 8964.0, 8998.0, 8965.0, 8992.0, 8994.0, 9035.0, 8996.0, 9052.0, 9009.0, 9034.0, 9004.0, 9030.0, 9023.0, 9014.0, 8985.0, 9003.0, 9007.0, 8987.0, 9021.0, 8967.0, 8980.0, 8973.0, 9011.0, 8953.0, 9050.0, 8986.0, 9024.0, 8983.0, 9011.0, 8996.0, 9017.0, 8983.0, 8952.0, 8985.0, 8981.0, 9003.0, 8963.0, 8991.0, 8965.0, 8990.0, 8965.0, 9008.0, 8959.0, 8982.0, 8961.0, 9003.0, 8962.0, 9024.0, 8964.0, 9003.0, 8982.0, 8994.0, 8999.0, 8971.0, 8999.0, 8975.0, 8989.0, 9040.0, 8998.0, 9042.0, 9027.0, 9013.0, 9024.0, 9011.0, 9066.0, 9036.0, 9066.0, 8978.0, 9007.0, 8982.0, 9006.0, 8997.0, 9023.0, 8962.0, 8990.0, 8971.0, 8987.0, 9015.0, 8992.0, 9034.0, 8988.0, 9016.0, 9005.0, 9033.0, 9009.0, 9034.0, 8969.0, 9013.0, 8985.0, 8997.0, 9008.0, 8975.0, 9001.0, 8977.0, 9017.0, 8979.0, 9035.0, 8985.0, 9058.0, 9022.0, 9039.0, 9044.0, 8994.0, 9066.0, 9039.0, 9080.0, 9025.0, 9011.0, 9015.0, 8965.0, 8992.0, 8936.0, 8980.0, 8988.0, 8981.0, 8940.0, 8942.0, 8958.0, 8967.0, 9037.0, 8994.0, 8996.0, 8994.0, 9000.0, 9040.0, 8976.0, 9006.0, 8957.0, 8981.0, 9014.0, 9001.0, 9092.0, 9095.0, 9026.0, 9028.0, 8982.0, 8977.0, 9013.0, 8974.0, 9001.0, 8991.0, 8982.0, 8966.0, 8977.0, 8964.0, 8957.0, 8933.0, 8956.0, 8921.0, 8942.0, 8994.0, 8954.0, 8912.0, 8955.0, 8926.0, 9040.0, 8954.0, 8949.0, 8921.0, 8892.0, 8935.0, 8894.0, 8938.0, 8927.0, 8952.0, 8938.0, 8932.0, 8903.0, 8903.0, 8927.0, 8947.0, 8978.0, 8977.0, 8984.0, 8956.0, 8959.0, 8984.0, 8970.0, 9032.0, 8968.0, 9009.0, 8985.0, 9018.0, 8985.0, 8993.0, 9019.0, 8971.0, 9033.0, 8986.0, 8993.0, 9020.0, 8976.0, 9036.0, 9031.0, 9030.0, 9023.0, 8975.0, 8997.0, 8946.0, 9009.0, 8976.0, 9009.0, 8961.0, 8986.0, 8949.0, 9009.0, 8969.0, 9032.0, 8971.0, 9006.0, 8968.0, 8998.0, 8982.0, 8968.0, 9011.0, 8971.0, 9034.0, 8987.0, 9033.0, 9001.0, 8982.0, 8989.0, 8991.0, 8983.0, 8972.0, 8999.0, 8947.0, 8989.0, 8976.0, 9011.0, 8973.0, 9013.0, 8965.0, 8991.0, 8969.0, 8999.0, 9001.0, 8952.0, 8989.0, 8970.0, 9036.0, 8985.0, 8976.0, 9016.0, 8970.0, 9039.0, 9012.0, 9022.0, 9010.0, 8973.0, 9024.0, 9046.0, 9036.0, 8999.0, 8988.0, 8999.0, 8987.0, 9022.0, 8968.0, 9002.0, 9026.0, 9032.0, 8958.0, 9056.0, 9020.0, 8994.0, 9052.0, 8994.0, 9017.0, 9019.0, 8976.0, 9042.0, 8971.0, 9025.0, 9011.0, 9002.0, 8957.0, 8941.0, 8948.0, 8995.0, 8981.0, 8962.0, 8931.0, 8958.0, 8921.0, 8986.0, 8975.0, 9008.0, 8976.0, 8946.0, 8980.0, 8975.0, 9012.0, 8962.0, 9001.0, 8954.0, 8953.0, 8958.0, 8946.0, 8987.0, 8943.0, 9000.0, 8953.0, 9022.0, 8972.0, 9020.0, 8968.0, 8964.0, 8935.0, 8957.0, 8955.0, 8940.0, 8989.0, 8946.0, 8986.0, 8933.0, 8986.0, 8968.0, 8943.0, 8971.0, 8947.0, 9011.0, 8969.0, 9010.0, 8966.0, 8986.0, 8961.0, 8995.0, 8963.0, 8953.0, 8995.0, 8953.0, 8973.0, 8941.0, 8969.0, 8991.0, 8960.0, 8930.0, 9012.0, 8981.0, 9067.0, 9056.0, 8981.0, 9029.0, 8958.0, 8989.0, 8957.0, 9005.0, 8964.0, 9014.0, 8948.0, 8968.0, 9010.0, 9009.0, 9009.0, 8977.0, 8945.0, 9006.0, 8962.0, 9045.0, 8984.0, 9018.0, 8947.0, 8995.0, 8950.0, 8945.0, 8962.0, 8916.0, 8972.0, 8930.0, 8981.0, 8975.0, 8979.0, 8947.0, 8915.0, 8912.0, 8941.0, 8961.0, 8936.0, 8986.0, 8939.0, 8963.0, 8959.0, 8949.0, 8988.0, 8948.0, 8985.0, 8946.0, 8953.0, 8991.0, 8968.0, 9036.0, 8969.0, 8995.0, 8967.0, 8957.0, 9037.0, 8995.0, 9003.0, 9012.0, 8997.0, 9024.0, 8991.0, 9017.0, 8960.0, 9015.0, 8972.0, 9056.0, 9002.0, 8956.0, 8999.0, 8982.0, 9031.0, 9008.0, 8993.0, 8986.0, 8968.0, 9016.0, 8988.0, 9025.0, 9004.0, 8974.0, 9020.0, 8979.0, 9035.0, 9009.0, 9001.0, 8972.0, 8980.0, 9019.0, 8977.0, 9057.0, 8993.0, 9033.0, 8996.0, 9036.0, 8973.0, 9052.0, 8974.0, 8971.0, 8978.0, 8972.0, 8998.0, 8991.0, 8940.0, 8967.0, 8950.0, 8970.0, 8953.0, 9011.0, 8965.0, 8982.0, 8972.0, 8976.0, 9056.0, 9009.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.0017630724971231298</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03293835304948216</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.20437287192399</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2651586994815673</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0132274434447013</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5298</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3744.6704</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.11925289215084646</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>98</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>11.277330264672036</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5305093656005315</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3758791251728093</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7612045705313895</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4544444010973963</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0161018</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015431450679898262</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03938897326588631</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.394862258181046</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>19.5546</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.0875</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>204.8613</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>283948.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>966.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>379.723</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.7071</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>466.2322</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3172.9593</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3286.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>92596.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1455.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4085.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>747.6872</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>34.47675770148635</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> |