=== 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-0111 --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-0111",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
107 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
107 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0111_ses-01_task-social_acq-mb8_run-05_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-0111_ses-01_task-social_acq-mb8_run-05_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-05_session-01_subject-0111_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-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-01_subject-0111_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-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-01_subject-0111_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-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-01_subject-0111_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-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-05_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-05_session-01_subject-0111_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-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-05_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-05_session-01_subject-0111_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-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-01_subject-0111_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-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-05_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-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-05_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-0111/ses-01/func/sub-0111_ses-01_task-social_acq-mb8_run-05_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>1b754fc512a8cdf08fae4c2f05c92ffa</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>15:37:39.112500</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.998744, -0.0207963, -0.0455935, 0.0242343, 0.996798, 0.0761982]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-05_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.0750248</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-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4206, -7743, -7258, 264, -92, 140, 121, 104]</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.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>219.974</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>829a0b9a-fabf-4f51-a62c-855594ed4e2d||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.679556131362915, 0.06501895189285278, -0.11842966824769974, 109.1294174194336], [0.05579505115747452, 2.6743364334106445, 0.20845991373062134, -100.5362548828125], [-0.12232393026351929, -0.20443414151668549, 2.6893343925476074, -59.7269172668457], [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': ['153739.112500', '153739.572500', '153740.032500', '153740.492500', '153740.952500', '153741.412500', '153741.872500', '153742.332500', '153742.792500', '153743.252500', '153743.712500', '153744.172500', '153744.632500', '153745.092500', '153745.552500', '153746.012500', '153746.472500', '153746.932500', '153747.392500', '153747.852500', '153748.312500', '153748.772500', '153749.232500', '153749.692500', '153750.152500', '153750.612500', '153751.072500', '153751.532500', '153751.992500', '153752.452500', '153752.912500', '153753.372500', '153753.832500', '153754.292500', '153754.752500', '153755.212500', '153755.672500', '153756.132500', '153756.592500', '153757.052500', '153757.512500', '153757.972500', '153758.432500', '153758.892500', '153759.352500', '153759.812500', '153800.272500', '153800.732500', '153801.192500', '153801.652500', '153802.112500', '153802.572500', '153803.032500', '153803.492500', '153803.952500', '153804.412500', '153804.872500', '153805.332500', '153805.792500', '153806.252500', '153806.712500', '153807.172500', '153807.632500', '153808.092500', '153808.552500', '153809.012500', '153809.472500', '153809.932500', '153810.392500', '153810.852500', '153811.312500', '153811.772500', '153812.232500', '153812.692500', '153813.152500', '153813.612500', '153814.072500', '153814.532500', '153814.992500', '153815.452500', '153815.912500', '153816.372500', '153816.832500', '153817.292500', '153817.752500', '153818.212500', '153818.672500', '153819.132500', '153819.592500', '153820.052500', '153820.512500', '153820.972500', '153821.432500', '153821.892500', '153822.352500', '153822.812500', '153823.272500', '153823.732500', '153824.192500', '153824.652500', '153825.112500', '153825.572500', '153826.032500', '153826.492500', '153826.952500', '153827.412500', '153827.872500', '153828.332500', '153828.792500', '153829.252500', '153829.712500', '153830.172500', '153830.632500', '153831.092500', '153831.552500', '153832.012500', '153832.472500', '153832.932500', '153833.392500', '153833.852500', '153834.312500', '153834.772500', '153835.232500', '153835.692500', '153836.152500', '153836.612500', '153837.072500', '153837.532500', '153837.992500', '153838.452500', '153838.912500', '153839.372500', '153839.832500', '153840.292500', '153840.752500', '153841.212500', '153841.672500', '153842.132500', '153842.592500', '153843.052500', '153843.512500', '153843.972500', '153844.432500', '153844.892500', '153845.352500', '153845.812500', '153846.272500', '153846.732500', '153847.192500', '153847.652500', '153848.112500', '153848.572500', '153849.032500', '153849.492500', '153849.952500', '153850.412500', '153850.872500', '153851.332500', '153851.792500', '153852.252500', '153852.712500', '153853.172500', '153853.632500', '153854.092500', '153854.552500', '153855.012500', '153855.472500', '153855.932500', '153856.392500', '153856.852500', '153857.312500', '153857.772500', '153858.232500', '153858.692500', '153859.152500', '153859.612500', '153900.072500', '153900.532500', '153900.992500', '153901.452500', '153901.912500', '153902.372500', '153902.832500', '153903.292500', '153903.752500', '153904.212500', '153904.672500', '153905.132500', '153905.592500', '153906.052500', '153906.512500', '153906.972500', '153907.432500', '153907.892500', '153908.352500', '153908.812500', '153909.272500', '153909.732500', '153910.192500', '153910.652500', '153911.112500', '153911.572500', '153912.032500', '153912.492500', '153912.952500', '153913.412500', '153913.872500', '153914.332500', '153914.792500', '153915.252500', '153915.712500', '153916.172500', '153916.632500', '153917.092500', '153917.552500', '153918.012500', '153918.472500', '153918.932500', '153919.392500', '153919.852500', '153920.312500', '153920.772500', '153921.232500', '153921.692500', '153922.152500', '153922.612500', '153923.072500', '153923.532500', '153923.992500', '153924.452500', '153924.912500', '153925.372500', '153925.832500', '153926.292500', '153926.752500', '153927.212500', '153927.672500', '153928.132500', '153928.592500', '153929.052500', '153929.512500', '153929.972500', '153930.432500', '153930.892500', '153931.352500', '153931.812500', '153932.272500', '153932.732500', '153933.192500', '153933.652500', '153934.112500', '153934.572500', '153935.032500', '153935.492500', '153935.952500', '153936.412500', '153936.872500', '153937.332500', '153937.792500', '153938.252500', '153938.712500', '153939.172500', '153939.632500', '153940.092500', '153940.552500', '153941.012500', '153941.472500', '153941.932500', '153942.392500', '153942.852500', '153943.312500', '153943.772500', '153944.232500', '153944.692500', '153945.152500', '153945.612500', '153946.072500', '153946.532500', '153946.992500', '153947.452500', '153947.912500', '153948.372500', '153948.832500', '153949.292500', '153949.752500', '153950.212500', '153950.672500', '153951.132500', '153951.592500', '153952.052500', '153952.512500', '153952.972500', '153953.432500', '153953.892500', '153954.352500', '153954.812500', '153955.272500', '153955.732500', '153956.192500', '153956.652500', '153957.112500', '153957.572500', '153958.032500', '153958.492500', '153958.952500', '153959.412500', '153959.872500', '154000.332500', '154000.792500', '154001.252500', '154001.712500', '154002.172500', '154002.632500', '154003.092500', '154003.552500', '154004.012500', '154004.472500', '154004.932500', '154005.392500', '154005.852500', '154006.312500', '154006.772500', '154007.232500', '154007.692500', '154008.152500', '154008.612500', '154009.072500', '154009.532500', '154009.992500', '154010.452500', '154010.912500', '154011.372500', '154011.832500', '154012.292500', '154012.752500', '154013.212500', '154013.672500', '154014.132500', '154014.592500', '154015.052500', '154015.512500', '154015.972500', '154016.432500', '154016.892500', '154017.352500', '154017.812500', '154018.272500', '154018.732500', '154019.192500', '154019.652500', '154020.112500', '154020.572500', '154021.032500', '154021.492500', '154021.952500', '154022.412500', '154022.872500', '154023.332500', '154023.792500', '154024.252500', '154024.712500', '154025.172500', '154025.632500', '154026.092500', '154026.552500', '154027.012500', '154027.472500', '154027.932500', '154028.392500', '154028.852500', '154029.312500', '154029.772500', '154030.232500', '154030.692500', '154031.152500', '154031.612500', '154032.072500', '154032.532500', '154032.992500', '154033.452500', '154033.912500', '154034.372500', '154034.832500', '154035.292500', '154035.752500', '154036.212500', '154036.672500', '154037.132500', '154037.592500', '154038.052500', '154038.512500', '154038.972500', '154039.432500', '154039.892500', '154040.352500', '154040.812500', '154041.272500', '154041.732500', '154042.192500', '154042.652500', '154043.112500', '154043.572500', '154044.032500', '154044.492500', '154044.952500', '154045.412500', '154045.872500', '154046.332500', '154046.792500', '154047.252500', '154047.712500', '154048.172500', '154048.632500', '154049.092500', '154049.552500', '154050.012500', '154050.472500', '154050.932500', '154051.392500', '154051.852500', '154052.312500', '154052.772500', '154053.232500', '154053.692500', '154054.152500', '154054.612500', '154055.072500', '154055.532500', '154055.992500', '154056.452500', '154056.912500', '154057.372500', '154057.832500', '154058.292500', '154058.752500', '154059.212500', '154059.672500', '154100.132500', '154100.592500', '154101.052500', '154101.512500', '154101.972500', '154102.432500', '154102.892500', '154103.352500', '154103.812500', '154104.272500', '154104.732500', '154105.192500', '154105.652500', '154106.112500', '154106.572500', '154107.032500', '154107.492500', '154107.952500', '154108.412500', '154108.872500', '154109.332500', '154109.792500', '154110.252500', '154110.712500', '154111.172500', '154111.632500', '154112.092500', '154112.552500', '154113.012500', '154113.472500', '154113.932500', '154114.392500', '154114.852500', '154115.312500', '154115.772500', '154116.232500', '154116.692500', '154117.152500', '154117.612500', '154118.072500', '154118.532500', '154118.992500', '154119.452500', '154119.912500', '154120.372500', '154120.832500', '154121.292500', '154121.752500', '154122.212500', '154122.672500', '154123.132500', '154123.592500', '154124.052500', '154124.512500', '154124.972500', '154125.432500', '154125.892500', '154126.352500', '154126.812500', '154127.272500', '154127.732500', '154128.192500', '154128.652500', '154129.112500', '154129.572500', '154130.032500', '154130.492500', '154130.952500', '154131.412500', '154131.872500', '154132.332500', '154132.792500', '154133.252500', '154133.712500', '154134.172500', '154134.632500', '154135.092500', '154135.552500', '154136.012500', '154136.472500', '154136.932500', '154137.392500', '154137.852500', '154138.312500', '154138.772500', '154139.232500', '154139.692500', '154140.152500', '154140.612500', '154141.072500', '154141.532500', '154141.992500', '154142.452500', '154142.912500', '154143.372500', '154143.832500', '154144.292500', '154144.752500', '154145.212500', '154145.672500', '154146.132500', '154146.592500', '154147.052500', '154147.512500', '154147.972500', '154148.432500', '154148.892500', '154149.352500', '154149.812500', '154150.272500', '154150.732500', '154151.192500', '154151.652500', '154152.112500', '154152.572500', '154153.032500', '154153.492500', '154153.952500', '154154.412500', '154154.872500', '154155.332500', '154155.792500', '154156.252500', '154156.712500', '154157.172500', '154157.632500', '154158.092500', '154158.552500', '154159.012500', '154159.472500', '154159.932500', '154200.392500', '154200.852500', '154201.312500', '154201.772500', '154202.232500', '154202.692500', '154203.152500', '154203.612500', '154204.072500', '154204.532500', '154204.992500', '154205.452500', '154205.912500', '154206.372500', '154206.832500', '154207.292500', '154207.752500', '154208.212500', '154208.672500', '154209.132500', '154209.592500', '154210.052500', '154210.512500', '154210.972500', '154211.432500', '154211.892500', '154212.352500', '154212.812500', '154213.272500', '154213.732500', '154214.192500', '154214.652500', '154215.112500', '154215.572500', '154216.032500', '154216.492500', '154216.952500', '154217.412500', '154217.872500', '154218.332500', '154218.792500', '154219.252500', '154219.712500', '154220.172500', '154220.632500', '154221.092500', '154221.552500', '154222.012500', '154222.472500', '154222.932500', '154223.392500', '154223.852500', '154224.312500', '154224.772500', '154225.232500', '154225.692500', '154226.152500', '154226.612500', '154227.072500', '154227.532500', '154227.992500', '154228.452500', '154228.912500', '154229.372500', '154229.832500', '154230.292500', '154230.752500', '154231.212500', '154231.672500', '154232.132500', '154232.592500', '154233.052500', '154233.512500', '154233.972500', '154234.432500', '154234.892500', '154235.352500', '154235.812500', '154236.272500', '154236.732500', '154237.192500', '154237.652500', '154238.112500', '154238.572500', '154239.032500', '154239.492500', '154239.952500', '154240.412500', '154240.872500', '154241.332500', '154241.792500', '154242.252500', '154242.712500', '154243.172500', '154243.632500', '154244.092500', '154244.552500', '154245.012500', '154245.472500', '154245.932500', '154246.392500', '154246.852500', '154247.312500', '154247.772500', '154248.232500', '154248.692500', '154249.152500', '154249.612500', '154250.072500', '154250.532500', '154250.992500', '154251.452500', '154251.912500', '154252.372500', '154252.832500', '154253.292500', '154253.752500', '154254.212500', '154254.672500', '154255.132500', '154255.592500', '154256.052500', '154256.512500', '154256.972500', '154257.432500', '154257.892500', '154258.352500', '154258.812500', '154259.272500', '154259.732500', '154300.192500', '154300.652500', '154301.112500', '154301.572500', '154302.032500', '154302.492500', '154302.952500', '154303.412500', '154303.872500', '154304.332500', '154304.792500', '154305.252500', '154305.712500', '154306.172500', '154306.632500', '154307.092500', '154307.552500', '154308.012500', '154308.472500', '154308.932500', '154309.392500', '154309.852500', '154310.312500', '154310.772500', '154311.232500', '154311.692500', '154312.152500', '154312.612500', '154313.072500', '154313.532500', '154313.992500', '154314.452500', '154314.912500', '154315.372500', '154315.832500', '154316.292500', '154316.752500', '154317.212500', '154317.672500', '154318.132500', '154318.592500', '154319.052500', '154319.512500', '154319.972500', '154320.432500', '154320.892500', '154321.352500', '154321.812500', '154322.272500', '154322.732500', '154323.192500', '154323.652500', '154324.112500', '154324.572500', '154325.032500', '154325.492500', '154325.952500', '154326.412500', '154326.872500', '154327.332500', '154327.792500', '154328.252500', '154328.712500', '154329.172500', '154329.632500', '154330.092500', '154330.552500', '154331.012500', '154331.472500', '154331.932500', '154332.392500', '154332.852500', '154333.312500', '154333.772500', '154334.232500', '154334.692500', '154335.152500', '154335.612500', '154336.072500', '154336.532500', '154336.992500', '154337.452500', '154337.912500', '154338.372500', '154338.832500', '154339.292500', '154339.752500', '154340.212500', '154340.672500', '154341.132500', '154341.592500', '154342.052500', '154342.512500', '154342.972500', '154343.432500', '154343.892500', '154344.352500', '154344.812500', '154345.272500', '154345.732500', '154346.192500', '154346.652500', '154347.112500', '154347.572500', '154348.032500', '154348.492500', '154348.952500', '154349.412500', '154349.872500', '154350.332500', '154350.792500', '154351.252500', '154351.712500', '154352.172500', '154352.632500', '154353.092500', '154353.552500', '154354.012500', '154354.472500', '154354.932500', '154355.392500', '154355.852500', '154356.312500', '154356.772500', '154357.232500', '154357.692500', '154358.152500', '154358.612500', '154359.072500', '154359.532500', '154359.992500', '154400.452500', '154400.912500', '154401.372500', '154401.832500', '154402.292500', '154402.752500', '154403.212500', '154403.672500', '154404.132500', '154404.592500', '154405.052500', '154405.512500', '154405.972500', '154406.432500', '154406.892500', '154407.352500', '154407.812500', '154408.272500', '154408.732500', '154409.192500', '154409.652500', '154410.112500', '154410.572500', '154411.032500', '154411.492500', '154411.952500', '154412.412500', '154412.872500', '154413.332500', '154413.792500', '154414.252500', '154414.712500', '154415.172500', '154415.632500', '154416.092500', '154416.552500', '154417.012500', '154417.472500', '154417.932500', '154418.392500', '154418.852500', '154419.312500', '154419.772500'], 'ContentTime': ['153809.158000', '153809.161000', '153809.164000', '153809.166000', '153809.169000', '153809.172000', '153809.174000', '153809.177000', '153809.179000', '153809.182000', '153809.185000', '153809.187000', '153809.190000', '153809.192000', '153809.195000', '153809.197000', '153809.200000', '153809.203000', '153809.205000', '153809.208000', '153809.211000', '153809.213000', '153809.216000', '153809.218000', '153809.221000', '153809.224000', '153809.226000', '153809.229000', '153809.232000', '153809.234000', '153809.237000', '153809.239000', '153809.242000', '153809.245000', '153809.247000', '153809.250000', '153809.252000', '153809.255000', '153809.257000', '153809.260000', '153809.262000', '153809.265000', '153809.268000', '153809.270000', '153809.276000', '153809.278000', '153809.281000', '153809.287000', '153809.289000', '153809.292000', '153809.295000', '153809.297000', '153809.300000', '153809.302000', '153809.305000', '153809.308000', '153809.310000', '153809.313000', '153809.316000', '153809.318000', '153809.321000', '153809.323000', '153809.326000', '153829.117000', '153829.120000', '153829.123000', '153829.126000', '153829.128000', '153829.131000', '153829.134000', '153829.136000', '153829.139000', '153829.142000', '153829.144000', '153829.147000', '153829.149000', '153829.152000', '153829.155000', '153829.157000', '153829.160000', '153829.162000', '153829.165000', '153829.168000', '153829.170000', '153829.173000', '153829.175000', '153829.178000', '153829.181000', '153829.183000', '153829.186000', '153829.188000', '153829.191000', '153829.194000', '153829.196000', '153829.199000', '153829.201000', '153829.204000', '153829.207000', '153829.209000', '153829.212000', '153829.215000', '153829.217000', '153829.220000', '153829.222000', '153829.225000', '153829.227000', '153849.116000', '153849.119000', '153849.122000', '153849.124000', '153849.127000', '153849.130000', '153849.132000', '153849.135000', '153849.138000', '153849.140000', '153849.143000', '153849.146000', '153849.148000', '153849.151000', '153849.154000', '153849.156000', '153849.159000', '153849.161000', '153849.164000', '153849.167000', '153849.169000', '153849.172000', '153849.175000', '153849.177000', '153849.180000', '153849.183000', '153849.185000', '153849.188000', '153849.190000', '153849.193000', '153849.196000', '153849.198000', '153849.201000', '153849.204000', '153849.207000', '153849.209000', '153849.212000', '153849.214000', '153849.217000', '153849.220000', '153849.222000', '153849.225000', '153849.228000', '153849.230000', '153909.116000', '153909.119000', '153909.122000', '153909.125000', '153909.127000', '153909.130000', '153909.133000', '153909.136000', '153909.138000', '153909.141000', '153909.143000', '153909.146000', '153909.149000', '153909.160000', '153909.162000', '153909.165000', '153909.168000', '153909.170000', '153909.173000', '153909.176000', '153909.179000', '153909.181000', '153909.184000', '153909.187000', '153909.189000', '153909.192000', '153909.194000', '153909.197000', '153909.200000', '153909.202000', '153909.205000', '153909.208000', '153909.210000', '153909.213000', '153909.216000', '153909.218000', '153909.221000', '153909.224000', '153909.226000', '153909.229000', '153909.232000', '153909.234000', '153909.237000', '153929.116000', '153929.119000', '153929.122000', '153929.124000', '153929.127000', '153929.130000', '153929.133000', '153929.135000', '153929.138000', '153929.141000', '153929.143000', '153929.146000', '153929.149000', '153929.151000', '153929.154000', '153929.157000', '153929.159000', '153929.162000', '153929.165000', '153929.167000', '153929.170000', '153929.173000', '153929.175000', '153929.178000', '153929.181000', '153929.183000', '153929.186000', '153929.188000', '153929.191000', '153929.194000', '153929.196000', '153929.199000', '153929.202000', '153929.204000', '153929.207000', '153929.210000', '153929.212000', '153929.215000', '153929.218000', '153929.220000', '153929.223000', '153929.225000', '153929.228000', '153929.231000', '153949.116000', '153949.119000', '153949.122000', '153949.125000', '153949.128000', '153949.130000', '153949.133000', '153949.136000', '153949.138000', '153949.141000', '153949.144000', '153949.147000', '153949.149000', '153949.152000', '153949.154000', '153949.157000', '153949.160000', '153949.163000', '153949.165000', '153949.168000', '153949.171000', '153949.173000', '153949.176000', '153949.179000', '153949.181000', '153949.184000', '153949.186000', '153949.189000', '153949.192000', '153949.194000', '153949.197000', '153949.200000', '153949.202000', '153949.205000', '153949.208000', '153949.210000', '153949.213000', '153949.216000', '153949.218000', '153949.221000', '153949.224000', '153949.226000', '153949.229000', '154009.117000', '154009.119000', '154009.122000', '154009.125000', '154009.127000', '154009.130000', '154009.133000', '154009.135000', '154009.139000', '154009.142000', '154009.144000', '154009.147000', '154009.149000', '154009.152000', '154009.155000', '154009.157000', '154009.160000', '154009.163000', '154009.165000', '154009.168000', '154009.170000', '154009.173000', '154009.176000', '154009.178000', '154009.181000', '154009.183000', '154009.186000', '154009.188000', '154009.191000', '154009.194000', '154009.196000', '154009.199000', '154009.202000', '154009.204000', '154009.207000', '154009.210000', '154009.212000', '154009.215000', '154009.218000', '154009.220000', '154009.223000', '154009.226000', '154009.228000', '154009.231000', '154029.117000', '154029.121000', '154029.123000', '154029.126000', '154029.128000', '154029.131000', '154029.134000', '154029.137000', '154029.139000', '154029.142000', '154029.145000', '154029.147000', '154029.150000', '154029.153000', '154029.155000', '154029.158000', '154029.161000', '154029.164000', '154029.166000', '154029.169000', '154029.171000', '154029.174000', '154029.177000', '154029.179000', '154029.182000', '154029.185000', '154029.187000', '154029.190000', '154029.193000', '154029.195000', '154029.198000', '154029.200000', '154029.203000', '154029.205000', '154029.208000', '154029.211000', '154029.213000', '154029.216000', '154029.219000', '154029.221000', '154029.224000', '154029.226000', '154029.229000', '154049.118000', '154049.121000', '154049.123000', '154049.126000', '154049.129000', '154049.131000', '154049.134000', '154049.137000', '154049.139000', '154049.142000', '154049.145000', '154049.147000', '154049.150000', '154049.152000', '154049.155000', '154049.158000', '154049.161000', '154049.163000', '154049.166000', '154049.169000', '154049.171000', '154049.174000', '154049.176000', '154049.179000', '154049.182000', '154049.185000', '154049.187000', '154049.190000', '154049.193000', '154049.203000', '154049.205000', '154049.208000', '154049.211000', '154049.213000', '154049.216000', '154049.218000', '154049.221000', '154049.224000', '154049.226000', '154049.229000', '154049.232000', '154049.234000', '154049.237000', '154049.240000', '154109.116000', '154109.119000', '154109.122000', '154109.125000', '154109.128000', '154109.131000', '154109.133000', '154109.136000', '154109.139000', '154109.141000', '154109.144000', '154109.146000', '154109.149000', '154109.151000', '154109.154000', '154109.157000', '154109.159000', '154109.162000', '154109.164000', '154109.167000', '154109.170000', '154109.172000', '154109.182000', '154109.185000', '154109.187000', '154109.190000', '154109.193000', '154109.195000', '154109.198000', '154109.201000', '154109.203000', '154109.206000', '154109.209000', '154109.211000', '154109.214000', '154109.216000', '154109.219000', '154109.222000', '154109.224000', '154109.227000', '154109.229000', '154109.232000', '154109.235000', '154129.116000', '154129.119000', '154129.122000', '154129.125000', '154129.128000', '154129.130000', '154129.133000', '154129.136000', '154129.138000', '154129.142000', '154129.145000', '154129.148000', '154129.151000', '154129.153000', '154129.156000', '154129.159000', '154129.161000', '154129.164000', '154129.167000', '154129.169000', '154129.172000', '154129.175000', '154129.179000', '154129.181000', '154129.184000', '154129.187000', '154129.189000', '154129.192000', '154129.195000', '154129.197000', '154129.200000', '154129.203000', '154129.205000', '154129.208000', '154129.211000', '154129.213000', '154129.216000', '154129.218000', '154129.221000', '154129.224000', '154129.226000', '154129.229000', '154129.232000', '154149.116000', '154149.119000', '154149.122000', '154149.125000', '154149.127000', '154149.130000', '154149.132000', '154149.135000', '154149.138000', '154149.140000', '154149.143000', '154149.145000', '154149.148000', '154149.151000', '154149.154000', '154149.157000', '154149.159000', '154149.162000', '154149.165000', '154149.167000', '154149.170000', '154149.173000', '154149.175000', '154149.178000', '154149.181000', '154149.184000', '154149.186000', '154149.189000', '154149.192000', '154149.194000', '154149.197000', '154149.200000', '154149.202000', '154149.205000', '154149.208000', '154149.210000', '154149.213000', '154149.216000', '154149.218000', '154149.221000', '154149.223000', '154149.226000', '154149.229000', '154149.231000', '154209.117000', '154209.120000', '154209.126000', '154209.128000', '154209.131000', '154209.133000', '154209.136000', '154209.140000', '154209.143000', '154209.146000', '154209.148000', '154209.151000', '154209.154000', '154209.156000', '154209.159000', '154209.161000', '154209.164000', '154209.167000', '154209.169000', '154209.172000', '154209.174000', '154209.177000', '154209.180000', '154209.182000', '154209.185000', '154209.187000', '154209.190000', '154209.193000', '154209.195000', '154209.198000', '154209.206000', '154209.209000', '154209.212000', '154209.214000', '154209.217000', '154209.219000', '154209.222000', '154209.225000', '154209.227000', '154209.230000', '154209.233000', '154209.235000', '154209.238000', '154229.116000', '154229.119000', '154229.122000', '154229.125000', '154229.127000', '154229.130000', '154229.133000', '154229.135000', '154229.138000', '154229.140000', '154229.143000', '154229.154000', '154229.157000', '154229.160000', '154229.162000', '154229.165000', '154229.167000', '154229.170000', '154229.173000', '154229.175000', '154229.178000', '154229.181000', '154229.183000', '154229.186000', '154229.188000', '154229.191000', '154229.194000', '154229.196000', '154229.199000', '154229.202000', '154229.204000', '154229.207000', '154229.209000', '154229.212000', '154229.215000', '154229.217000', '154229.220000', '154229.223000', '154229.225000', '154229.228000', '154229.230000', '154229.233000', '154229.236000', '154229.238000', '154249.117000', '154249.120000', '154249.123000', '154249.126000', '154249.128000', '154249.131000', '154249.134000', '154249.136000', '154249.139000', '154249.141000', '154249.144000', '154249.147000', '154249.149000', '154249.152000', '154249.155000', '154249.157000', '154249.160000', '154249.163000', '154249.165000', '154249.168000', '154249.171000', '154249.174000', '154249.176000', '154249.179000', '154249.182000', '154249.185000', '154249.188000', '154249.190000', '154249.193000', '154249.196000', '154249.198000', '154249.201000', '154249.205000', '154249.208000', '154249.210000', '154249.213000', '154249.216000', '154249.220000', '154249.223000', '154249.226000', '154249.228000', '154249.231000', '154249.233000', '154309.117000', '154309.120000', '154309.123000', '154309.126000', '154309.128000', '154309.131000', '154309.134000', '154309.136000', '154309.139000', '154309.141000', '154309.145000', '154309.148000', '154309.150000', '154309.153000', '154309.156000', '154309.158000', '154309.161000', '154309.163000', '154309.166000', '154309.169000', '154309.171000', '154309.174000', '154309.177000', '154309.179000', '154309.182000', '154309.185000', '154309.187000', '154309.190000', '154309.193000', '154309.195000', '154309.198000', '154309.201000', '154309.203000', '154309.206000', '154309.208000', '154309.211000', '154309.214000', '154309.216000', '154309.219000', '154309.221000', '154309.224000', '154309.227000', '154309.229000', '154309.232000', '154329.117000', '154329.119000', '154329.122000', '154329.125000', '154329.128000', '154329.130000', '154329.133000', '154329.136000', '154329.138000', '154329.141000', '154329.144000', '154329.146000', '154329.149000', '154329.152000', '154329.154000', '154329.157000', '154329.160000', '154329.162000', '154329.165000', '154329.168000', '154329.171000', '154329.173000', '154329.176000', '154329.179000', '154329.181000', '154329.184000', '154329.187000', '154329.189000', '154329.192000', '154329.194000', '154329.197000', '154329.200000', '154329.203000', '154329.205000', '154329.208000', '154329.212000', '154329.215000', '154329.217000', '154329.220000', '154329.223000', '154329.225000', '154329.228000', '154329.231000', '154349.116000', '154349.120000', '154349.123000', '154349.125000', '154349.128000', '154349.131000', '154349.133000', '154349.136000', '154349.139000', '154349.141000', '154349.144000', '154349.146000', '154349.149000', '154349.152000', '154349.155000', '154349.157000', '154349.160000', '154349.163000', '154349.165000', '154349.168000', '154349.170000', '154349.173000', '154349.187000', '154349.190000', '154349.193000', '154349.196000', '154349.198000', '154349.201000', '154349.204000', '154349.206000', '154349.209000', '154349.212000', '154349.214000', '154349.217000', '154349.220000', '154349.222000', '154349.225000', '154349.228000', '154349.230000', '154349.233000', '154349.235000', '154349.238000', '154349.241000', '154349.243000', '154409.117000', '154409.119000', '154409.122000', '154409.125000', '154409.127000', '154409.130000', '154409.132000', '154409.135000', '154409.138000', '154409.140000', '154409.143000', '154409.145000', '154409.148000', '154409.151000', '154409.153000', '154409.156000', '154409.158000', '154409.161000', '154409.164000', '154409.166000', '154409.169000', '154409.172000', '154409.174000', '154409.177000', '154409.180000', '154409.182000', '154409.185000', '154409.188000', '154409.190000', '154409.194000', '154409.197000', '154409.200000', '154409.202000', '154409.205000', '154409.208000', '154409.211000', '154409.213000', '154409.216000', '154409.219000', '154409.221000', '154409.224000', '154409.227000', '154409.229000', '154421.160000', '154421.163000', '154421.166000', '154421.169000', '154421.171000', '154421.174000', '154421.177000', '154421.180000', '154421.183000', '154421.185000', '154421.188000', '154421.191000', '154421.194000', '154421.196000', '154421.201000', '154421.204000', '154421.207000', '154421.210000', '154421.217000', '154421.221000', '154421.224000', '154421.227000', '154421.230000', '154421.233000', '154421.236000', '154421.239000', '154421.242000'], 'InstanceCreationTime': ['153809.158000', '153809.161000', '153809.164000', '153809.166000', '153809.169000', '153809.172000', '153809.174000', '153809.177000', '153809.179000', '153809.182000', '153809.185000', '153809.187000', '153809.190000', '153809.192000', '153809.195000', '153809.197000', '153809.200000', '153809.203000', '153809.205000', '153809.208000', '153809.211000', '153809.213000', '153809.216000', '153809.218000', '153809.221000', '153809.224000', '153809.226000', '153809.229000', '153809.232000', '153809.234000', '153809.237000', '153809.239000', '153809.242000', '153809.245000', '153809.247000', '153809.250000', '153809.252000', '153809.255000', '153809.257000', '153809.260000', '153809.262000', '153809.265000', '153809.268000', '153809.270000', '153809.276000', '153809.278000', '153809.281000', '153809.287000', '153809.289000', '153809.292000', '153809.295000', '153809.297000', '153809.300000', '153809.302000', '153809.305000', '153809.308000', '153809.310000', '153809.313000', '153809.316000', '153809.318000', '153809.321000', '153809.323000', '153809.326000', '153829.117000', '153829.120000', '153829.123000', '153829.126000', '153829.128000', '153829.131000', '153829.134000', '153829.136000', '153829.139000', '153829.142000', '153829.144000', '153829.147000', '153829.149000', '153829.152000', '153829.155000', '153829.157000', '153829.160000', '153829.162000', '153829.165000', '153829.168000', '153829.170000', '153829.173000', '153829.175000', '153829.178000', '153829.181000', '153829.183000', '153829.186000', '153829.188000', '153829.191000', '153829.194000', '153829.196000', '153829.199000', '153829.201000', '153829.204000', '153829.207000', '153829.209000', '153829.212000', '153829.215000', '153829.217000', '153829.220000', '153829.222000', '153829.225000', '153829.227000', '153849.116000', '153849.119000', '153849.122000', '153849.124000', '153849.127000', '153849.130000', '153849.132000', '153849.135000', '153849.138000', '153849.140000', '153849.143000', '153849.146000', '153849.148000', '153849.151000', '153849.154000', '153849.156000', '153849.159000', '153849.161000', '153849.164000', '153849.167000', '153849.169000', '153849.172000', '153849.175000', '153849.177000', '153849.180000', '153849.183000', '153849.185000', '153849.188000', '153849.190000', '153849.193000', '153849.196000', '153849.198000', '153849.201000', '153849.204000', '153849.207000', '153849.209000', '153849.212000', '153849.214000', '153849.217000', '153849.220000', '153849.222000', '153849.225000', '153849.228000', '153849.230000', '153909.116000', '153909.119000', '153909.122000', '153909.125000', '153909.127000', '153909.130000', '153909.133000', '153909.136000', '153909.138000', '153909.141000', '153909.143000', '153909.146000', '153909.149000', '153909.160000', '153909.162000', '153909.165000', '153909.168000', '153909.170000', '153909.173000', '153909.176000', '153909.179000', '153909.181000', '153909.184000', '153909.187000', '153909.189000', '153909.192000', '153909.194000', '153909.197000', '153909.200000', '153909.202000', '153909.205000', '153909.208000', '153909.210000', '153909.213000', '153909.216000', '153909.218000', '153909.221000', '153909.224000', '153909.226000', '153909.229000', '153909.232000', '153909.234000', '153909.237000', '153929.116000', '153929.119000', '153929.122000', '153929.124000', '153929.127000', '153929.130000', '153929.133000', '153929.135000', '153929.138000', '153929.141000', '153929.143000', '153929.146000', '153929.149000', '153929.151000', '153929.154000', '153929.157000', '153929.159000', '153929.162000', '153929.165000', '153929.167000', '153929.170000', '153929.173000', '153929.175000', '153929.178000', '153929.181000', '153929.183000', '153929.186000', '153929.188000', '153929.191000', '153929.194000', '153929.196000', '153929.199000', '153929.202000', '153929.204000', '153929.207000', '153929.210000', '153929.212000', '153929.215000', '153929.218000', '153929.220000', '153929.223000', '153929.225000', '153929.228000', '153929.231000', '153949.116000', '153949.119000', '153949.122000', '153949.125000', '153949.128000', '153949.130000', '153949.133000', '153949.136000', '153949.138000', '153949.141000', '153949.144000', '153949.147000', '153949.149000', '153949.152000', '153949.154000', '153949.157000', '153949.160000', '153949.163000', '153949.165000', '153949.168000', '153949.171000', '153949.173000', '153949.176000', '153949.179000', '153949.181000', '153949.184000', '153949.186000', '153949.189000', '153949.192000', '153949.194000', '153949.197000', '153949.200000', '153949.202000', '153949.205000', '153949.208000', '153949.210000', '153949.213000', '153949.216000', '153949.218000', '153949.221000', '153949.224000', '153949.226000', '153949.229000', '154009.117000', '154009.119000', '154009.122000', '154009.125000', '154009.127000', '154009.130000', '154009.133000', '154009.135000', '154009.139000', '154009.142000', '154009.144000', '154009.147000', '154009.149000', '154009.152000', '154009.155000', '154009.157000', '154009.160000', '154009.163000', '154009.165000', '154009.168000', '154009.170000', '154009.173000', '154009.176000', '154009.178000', '154009.181000', '154009.183000', '154009.186000', '154009.188000', '154009.191000', '154009.194000', '154009.196000', '154009.199000', '154009.202000', '154009.204000', '154009.207000', '154009.210000', '154009.212000', '154009.215000', '154009.218000', '154009.220000', '154009.223000', '154009.226000', '154009.228000', '154009.231000', '154029.117000', '154029.121000', '154029.123000', '154029.126000', '154029.128000', '154029.131000', '154029.134000', '154029.137000', '154029.139000', '154029.142000', '154029.145000', '154029.147000', '154029.150000', '154029.153000', '154029.155000', '154029.158000', '154029.161000', '154029.164000', '154029.166000', '154029.169000', '154029.171000', '154029.174000', '154029.177000', '154029.179000', '154029.182000', '154029.185000', '154029.187000', '154029.190000', '154029.193000', '154029.195000', '154029.198000', '154029.200000', '154029.203000', '154029.205000', '154029.208000', '154029.211000', '154029.213000', '154029.216000', '154029.219000', '154029.221000', '154029.224000', '154029.226000', '154029.229000', '154049.118000', '154049.121000', '154049.123000', '154049.126000', '154049.129000', '154049.131000', '154049.134000', '154049.137000', '154049.139000', '154049.142000', '154049.145000', '154049.147000', '154049.150000', '154049.152000', '154049.155000', '154049.158000', '154049.161000', '154049.163000', '154049.166000', '154049.169000', '154049.171000', '154049.174000', '154049.176000', '154049.179000', '154049.182000', '154049.185000', '154049.187000', '154049.190000', '154049.193000', '154049.203000', '154049.205000', '154049.208000', '154049.211000', '154049.213000', '154049.216000', '154049.218000', '154049.221000', '154049.224000', '154049.226000', '154049.229000', '154049.232000', '154049.234000', '154049.237000', '154049.240000', '154109.116000', '154109.119000', '154109.122000', '154109.125000', '154109.128000', '154109.131000', '154109.133000', '154109.136000', '154109.139000', '154109.141000', '154109.144000', '154109.146000', '154109.149000', '154109.151000', '154109.154000', '154109.157000', '154109.159000', '154109.162000', '154109.164000', '154109.167000', '154109.170000', '154109.172000', '154109.182000', '154109.185000', '154109.187000', '154109.190000', '154109.193000', '154109.195000', '154109.198000', '154109.201000', '154109.203000', '154109.206000', '154109.209000', '154109.211000', '154109.214000', '154109.216000', '154109.219000', '154109.222000', '154109.224000', '154109.227000', '154109.229000', '154109.232000', '154109.235000', '154129.116000', '154129.119000', '154129.122000', '154129.125000', '154129.128000', '154129.130000', '154129.133000', '154129.136000', '154129.138000', '154129.142000', '154129.145000', '154129.148000', '154129.151000', '154129.153000', '154129.156000', '154129.159000', '154129.161000', '154129.164000', '154129.167000', '154129.169000', '154129.172000', '154129.175000', '154129.179000', '154129.181000', '154129.184000', '154129.187000', '154129.189000', '154129.192000', '154129.195000', '154129.197000', '154129.200000', '154129.203000', '154129.205000', '154129.208000', '154129.211000', '154129.213000', '154129.216000', '154129.218000', '154129.221000', '154129.224000', '154129.226000', '154129.229000', '154129.232000', '154149.116000', '154149.119000', '154149.122000', '154149.125000', '154149.127000', '154149.130000', '154149.132000', '154149.135000', '154149.138000', '154149.140000', '154149.143000', '154149.145000', '154149.148000', '154149.151000', '154149.154000', '154149.157000', '154149.159000', '154149.162000', '154149.165000', '154149.167000', '154149.170000', '154149.173000', '154149.175000', '154149.178000', '154149.181000', '154149.184000', '154149.186000', '154149.189000', '154149.192000', '154149.194000', '154149.197000', '154149.200000', '154149.202000', '154149.205000', '154149.208000', '154149.210000', '154149.213000', '154149.216000', '154149.218000', '154149.221000', '154149.223000', '154149.226000', '154149.229000', '154149.231000', '154209.117000', '154209.120000', '154209.126000', '154209.128000', '154209.131000', '154209.133000', '154209.136000', '154209.140000', '154209.143000', '154209.146000', '154209.148000', '154209.151000', '154209.154000', '154209.156000', '154209.159000', '154209.161000', '154209.164000', '154209.167000', '154209.169000', '154209.172000', '154209.174000', '154209.177000', '154209.180000', '154209.182000', '154209.185000', '154209.187000', '154209.190000', '154209.193000', '154209.195000', '154209.198000', '154209.206000', '154209.209000', '154209.212000', '154209.214000', '154209.217000', '154209.219000', '154209.222000', '154209.225000', '154209.227000', '154209.230000', '154209.233000', '154209.235000', '154209.238000', '154229.116000', '154229.119000', '154229.122000', '154229.125000', '154229.127000', '154229.130000', '154229.133000', '154229.135000', '154229.138000', '154229.140000', '154229.143000', '154229.154000', '154229.157000', '154229.160000', '154229.162000', '154229.165000', '154229.167000', '154229.170000', '154229.173000', '154229.175000', '154229.178000', '154229.181000', '154229.183000', '154229.186000', '154229.188000', '154229.191000', '154229.194000', '154229.196000', '154229.199000', '154229.202000', '154229.204000', '154229.207000', '154229.209000', '154229.212000', '154229.215000', '154229.217000', '154229.220000', '154229.223000', '154229.225000', '154229.228000', '154229.230000', '154229.233000', '154229.236000', '154229.238000', '154249.117000', '154249.120000', '154249.123000', '154249.126000', '154249.128000', '154249.131000', '154249.134000', '154249.136000', '154249.139000', '154249.141000', '154249.144000', '154249.147000', '154249.149000', '154249.152000', '154249.155000', '154249.157000', '154249.160000', '154249.163000', '154249.165000', '154249.168000', '154249.171000', '154249.174000', '154249.176000', '154249.179000', '154249.182000', '154249.185000', '154249.188000', '154249.190000', '154249.193000', '154249.196000', '154249.198000', '154249.201000', '154249.205000', '154249.208000', '154249.210000', '154249.213000', '154249.216000', '154249.220000', '154249.223000', '154249.226000', '154249.228000', '154249.231000', '154249.233000', '154309.117000', '154309.120000', '154309.123000', '154309.126000', '154309.128000', '154309.131000', '154309.134000', '154309.136000', '154309.139000', '154309.141000', '154309.145000', '154309.148000', '154309.150000', '154309.153000', '154309.156000', '154309.158000', '154309.161000', '154309.163000', '154309.166000', '154309.169000', '154309.171000', '154309.174000', '154309.177000', '154309.179000', '154309.182000', '154309.185000', '154309.187000', '154309.190000', '154309.193000', '154309.195000', '154309.198000', '154309.201000', '154309.203000', '154309.206000', '154309.208000', '154309.211000', '154309.214000', '154309.216000', '154309.219000', '154309.221000', '154309.224000', '154309.227000', '154309.229000', '154309.232000', '154329.117000', '154329.119000', '154329.122000', '154329.125000', '154329.128000', '154329.130000', '154329.133000', '154329.136000', '154329.138000', '154329.141000', '154329.144000', '154329.146000', '154329.149000', '154329.152000', '154329.154000', '154329.157000', '154329.160000', '154329.162000', '154329.165000', '154329.168000', '154329.171000', '154329.173000', '154329.176000', '154329.179000', '154329.181000', '154329.184000', '154329.187000', '154329.189000', '154329.192000', '154329.194000', '154329.197000', '154329.200000', '154329.203000', '154329.205000', '154329.208000', '154329.212000', '154329.215000', '154329.217000', '154329.220000', '154329.223000', '154329.225000', '154329.228000', '154329.231000', '154349.116000', '154349.120000', '154349.123000', '154349.125000', '154349.128000', '154349.131000', '154349.133000', '154349.136000', '154349.139000', '154349.141000', '154349.144000', '154349.146000', '154349.149000', '154349.152000', '154349.155000', '154349.157000', '154349.160000', '154349.163000', '154349.165000', '154349.168000', '154349.170000', '154349.173000', '154349.187000', '154349.190000', '154349.193000', '154349.196000', '154349.198000', '154349.201000', '154349.204000', '154349.206000', '154349.209000', '154349.212000', '154349.214000', '154349.217000', '154349.220000', '154349.222000', '154349.225000', '154349.228000', '154349.230000', '154349.233000', '154349.235000', '154349.238000', '154349.241000', '154349.243000', '154409.117000', '154409.119000', '154409.122000', '154409.125000', '154409.127000', '154409.130000', '154409.132000', '154409.135000', '154409.138000', '154409.140000', '154409.143000', '154409.145000', '154409.148000', '154409.151000', '154409.153000', '154409.156000', '154409.158000', '154409.161000', '154409.164000', '154409.166000', '154409.169000', '154409.172000', '154409.174000', '154409.177000', '154409.180000', '154409.182000', '154409.185000', '154409.188000', '154409.190000', '154409.194000', '154409.197000', '154409.200000', '154409.202000', '154409.205000', '154409.208000', '154409.211000', '154409.213000', '154409.216000', '154409.219000', '154409.221000', '154409.224000', '154409.227000', '154409.229000', '154421.160000', '154421.163000', '154421.166000', '154421.169000', '154421.171000', '154421.174000', '154421.177000', '154421.180000', '154421.183000', '154421.185000', '154421.188000', '154421.191000', '154421.194000', '154421.196000', '154421.201000', '154421.204000', '154421.207000', '154421.210000', '154421.217000', '154421.221000', '154421.224000', '154421.227000', '154421.230000', '154421.233000', '154421.236000', '154421.239000', '154421.242000'], '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': [10695, 10030, 9376, 10337, 10653, 9577, 10086, 10270, 10113, 9188, 10161, 12582, 10665, 9588, 9337, 10311, 9363, 9456, 10388, 9103, 9806, 10074, 9369, 9494, 9745, 9444, 10467, 8969, 13440, 11467, 12090, 11242, 10124, 12410, 9803, 11529, 10965, 12368, 11413, 11725, 10282, 11684, 9909, 11126, 9396, 9432, 9520, 10044, 13338, 9792, 10566, 9899, 9755, 12181, 9675, 10323, 10215, 10600, 10174, 11618, 9395, 10270, 10676, 9331, 10881, 10450, 12334, 10526, 11755, 9732, 11875, 10971, 10074, 9653, 10145, 15018, 10124, 10306, 9782, 9942, 10830, 10144, 13469, 10086, 9573, 9561, 9862, 9878, 9226, 10324, 9881, 9567, 10294, 10371, 9511, 9806, 9676, 9519, 8753, 9259, 9900, 9471, 9507, 9912, 10026, 9386, 9621, 10728, 9295, 9790, 10189, 9927, 9930, 13484, 9404, 9313, 10892, 10829, 9704, 9591, 9548, 9737, 10600, 9733, 10032, 10882, 11071, 10125, 11225, 10858, 9838, 11317, 9541, 9177, 9294, 9794, 9526, 9113, 10068, 9899, 9376, 9960, 10401, 10182, 9136, 11005, 9596, 9485, 9801, 9229, 9294, 11863, 9392, 9198, 9118, 9874, 9897, 9429, 10322, 11130, 9533, 9921, 10281, 9313, 10177, 10140, 11063, 10057, 9892, 10180, 10306, 9334, 10157, 10778, 9581, 10173, 10805, 10201, 9860, 11212, 10960, 10268, 9982, 8746, 8832, 10729, 10262, 10497, 9187, 9818, 10385, 11183, 9711, 11688, 11403, 12572, 11721, 10380, 11066, 12958, 10352, 12556, 11060, 10183, 9732, 10073, 10309, 11571, 9781, 10263, 9878, 10176, 9854, 9693, 10134, 9924, 9680, 10195, 10752, 9588, 9937, 10092, 10214, 9554, 9641, 10141, 10578, 10023, 9840, 9698, 10303, 11230, 10329, 10955, 9929, 9957, 9928, 10085, 9775, 9901, 11328, 9999, 11454, 14071, 9846, 9482, 9140, 9624, 9042, 8757, 9833, 9713, 10387, 11357, 10743, 11067, 12658, 11538, 11489, 13382, 12238, 11347, 10891, 10834, 10941, 10862, 10667, 11160, 10592, 12671, 10073, 10984, 10686, 11872, 10556, 9521, 10345, 10387, 9289, 10211, 10393, 9480, 9873, 10308, 8507, 9978, 10223, 9791, 10131, 10067, 11437, 10549, 9954, 10051, 9826, 10574, 10225, 11934, 10642, 10707, 10487, 10179, 9887, 10206, 10915, 10242, 12566, 10677, 10898, 10763, 9793, 9991, 10145, 9835, 10502, 9096, 9955, 10590, 10002, 10697, 9889, 9907, 10057, 10557, 10738, 9078, 10085, 10325, 11219, 9867, 10178, 11096, 10445, 9486, 10010, 10331, 11174, 10888, 9852, 9995, 9916, 10379, 10133, 10519, 10899, 10705, 10689, 11012, 10658, 11649, 10552, 10543, 9642, 10499, 12942, 10800, 11067, 10274, 10033, 10415, 10387, 9925, 9994, 10631, 12001, 10181, 12425, 10081, 11039, 9635, 9732, 10870, 9828, 11850, 9935, 10791, 10075, 10623, 11200, 10215, 11710, 11177, 11751, 10159, 10992, 10897, 11494, 11378, 10900, 10762, 10941, 11339, 11549, 10429, 11210, 10721, 10579, 10861, 11005, 10054, 11017, 9926, 9974, 11020, 9974, 9269, 10806, 10684, 9216, 10616, 10025, 9883, 9737, 9302, 11006, 10022, 9203, 10695, 10799, 10158, 10411, 9406, 10386, 9938, 10504, 9138, 9890, 10686, 9187, 10417, 10792, 11290, 9853, 9812, 10360, 11054, 10170, 11065, 11350, 11203, 11545, 10774, 11051, 11063, 11020, 11719, 11090, 12308, 10701, 11632, 9788, 11066, 10294, 9954, 10888, 11611, 10165, 9821, 9573, 11031, 10266, 11174, 10581, 10331, 10451, 10048, 10477, 10110, 10942, 9891, 9760, 10485, 10797, 11185, 10361, 9569, 10386, 10250, 9759, 10463, 10775, 11092, 11083, 11255, 10363, 10156, 10443, 10473, 9576, 10518, 11245, 10643, 10002, 9758, 11039, 10305, 9536, 10393, 10703, 9933, 10725, 10643, 11129, 11458, 10164, 10176, 10298, 11181, 10209, 10745, 11194, 9740, 9653, 10773, 9751, 10129, 10693, 9906, 11438, 9559, 10797, 11108, 11957, 10605, 11268, 12152, 12576, 11706, 12838, 11209, 10929, 10907, 10943, 11698, 9540, 11262, 11283, 9168, 10960, 10751, 10388, 10967, 9918, 9173, 10822, 10445, 8674, 10754, 10157, 8934, 10977, 10552, 8727, 11316, 10372, 8937, 11033, 10469, 9439, 10564, 10448, 11201, 10503, 8464, 10903, 10178, 11479, 10737, 9898, 10849, 10261, 11189, 10403, 8860, 10811, 10297, 9613, 10788, 11698, 10457, 10297, 12012, 10339, 10138, 8710, 9438, 10057, 9863, 10535, 10607, 10081, 11128, 11247, 13289, 11607, 10920, 12360, 11481, 11986, 12892, 11037, 12617, 11672, 11243, 10624, 11327, 13557, 10447, 10748, 11052, 11446, 11382, 9574, 10989, 11864, 9265, 10418, 11130, 9070, 10733, 10533, 11633, 10275, 9694, 10948, 11273, 9593, 10801, 11015, 9611, 10518, 11084, 10942, 10629, 9739, 10648, 10847, 10638, 10320, 12503, 10417, 9052, 9846, 10469, 10117, 11588, 13362, 9982, 9173, 9038, 9866, 10448, 10425, 9557, 9855, 10318, 10072, 10964, 10549, 11522, 11298, 12595, 11442, 11356, 11236, 11151, 11684, 10442, 10678, 11492, 10437, 10847, 10606, 9808, 10834, 10492, 10370, 10679, 9744, 11279, 10153, 9831, 10507, 9775, 10597, 10683, 9446, 10475, 9905, 10903, 11286, 10028, 10642, 9736, 10766, 11100, 10837, 13522, 11193, 11044, 11428, 10098, 9915, 10679, 10880, 10996, 10406, 9683, 10626, 12993, 11170, 9461, 10019, 10751, 13623, 11248, 10371, 10099, 10308, 10195, 9768, 10410, 10317, 10368, 10224, 10258, 10706, 14435, 10793, 9657, 10546, 11330, 9991, 10080, 10975, 11095, 11889, 9879, 10587, 10320, 10243, 10458, 10502, 10018, 11069, 10163, 10665, 10657, 11520, 10148, 11438, 10886, 12059, 11262, 10852, 12118, 11832, 10980, 10585, 11005, 10843, 10024, 11244, 10550, 10390, 10667, 9774, 11146, 10876, 9498, 10771, 11058, 9819, 10522, 10313, 11045, 10720, 9445, 10703, 10928, 9903, 10497, 13561, 11389, 10323, 10620, 10361, 10494, 10737, 10706, 10735, 10840, 10850, 10308, 9422, 10198, 10663, 9196, 10536, 10097, 10192, 10253, 10263, 10210, 10878, 10203, 10270, 10552, 10517, 10418, 11434, 10780, 10033, 10022, 10961, 10090, 11439, 10516, 14036, 11378, 10274, 11048, 11391, 10012, 9204, 10548, 10381, 10160, 10076, 11888, 11066, 9816, 11255, 10398, 10735, 11127, 10166, 11681, 10111, 9979, 12767, 10449, 10094, 9670, 10198, 10267, 11260, 11469, 11660, 11784, 11604, 11632, 12385, 11443, 15301, 11637, 11308, 9930, 11538, 10845, 11682, 10531, 9241, 11504, 10101, 9149, 11259, 10643, 8963, 10687, 9763, 11099], 'WindowCenter': [4739.0, 4712.0, 4689.0, 4698.0, 4695.0, 4686.0, 4694.0, 4695.0, 4684.0, 4686.0, 4696.0, 4714.0, 4693.0, 4673.0, 4672.0, 4682.0, 4672.0, 4683.0, 4707.0, 4700.0, 4710.0, 4709.0, 4699.0, 4710.0, 4711.0, 4709.0, 4710.0, 4699.0, 4729.0, 4716.0, 4706.0, 4706.0, 4684.0, 4704.0, 4683.0, 4692.0, 4681.0, 4690.0, 4677.0, 4677.0, 4668.0, 4677.0, 4658.0, 4665.0, 4646.0, 4645.0, 4654.0, 4656.0, 4685.0, 4657.0, 4666.0, 4657.0, 4658.0, 4678.0, 4659.0, 4671.0, 4682.0, 4682.0, 4681.0, 4691.0, 4684.0, 4707.0, 4707.0, 4687.0, 4706.0, 4707.0, 4706.0, 4708.0, 4708.0, 4673.0, 4693.0, 4683.0, 4683.0, 4673.0, 4683.0, 4711.0, 4671.0, 4668.0, 4660.0, 4656.0, 4665.0, 4656.0, 4672.0, 4654.0, 4645.0, 4655.0, 4653.0, 4642.0, 4633.0, 4653.0, 4653.0, 4645.0, 4666.0, 4655.0, 4657.0, 4669.0, 4659.0, 4659.0, 4648.0, 4658.0, 4669.0, 4669.0, 4670.0, 4671.0, 4670.0, 4672.0, 4673.0, 4682.0, 4660.0, 4672.0, 4671.0, 4670.0, 4670.0, 4700.0, 4660.0, 4661.0, 4670.0, 4680.0, 4670.0, 4670.0, 4671.0, 4672.0, 4679.0, 4671.0, 4683.0, 4681.0, 4680.0, 4671.0, 4679.0, 4680.0, 4670.0, 4678.0, 4658.0, 4659.0, 4660.0, 4670.0, 4660.0, 4659.0, 4670.0, 4669.0, 4657.0, 4670.0, 4679.0, 4680.0, 4671.0, 4681.0, 4672.0, 4672.0, 4670.0, 4671.0, 4673.0, 4701.0, 4674.0, 4674.0, 4673.0, 4683.0, 4683.0, 4672.0, 4684.0, 4693.0, 4671.0, 4670.0, 4670.0, 4671.0, 4682.0, 4670.0, 4682.0, 4671.0, 4671.0, 4671.0, 4668.0, 4659.0, 4669.0, 4667.0, 4657.0, 4669.0, 4679.0, 4671.0, 4671.0, 4681.0, 4670.0, 4674.0, 4685.0, 4665.0, 4685.0, 4707.0, 4695.0, 4694.0, 4683.0, 4696.0, 4696.0, 4707.0, 4698.0, 4705.0, 4693.0, 4690.0, 4678.0, 4657.0, 4666.0, 4676.0, 4654.0, 4663.0, 4653.0, 4653.0, 4643.0, 4654.0, 4655.0, 4663.0, 4655.0, 4654.0, 4657.0, 4667.0, 4655.0, 4645.0, 4656.0, 4656.0, 4657.0, 4669.0, 4678.0, 4670.0, 4672.0, 4671.0, 4682.0, 4671.0, 4671.0, 4672.0, 4670.0, 4670.0, 4659.0, 4660.0, 4670.0, 4669.0, 4671.0, 4669.0, 4660.0, 4658.0, 4656.0, 4657.0, 4657.0, 4659.0, 4682.0, 4674.0, 4695.0, 4701.0, 4672.0, 4674.0, 4688.0, 4697.0, 4702.0, 4702.0, 4724.0, 4711.0, 4711.0, 4721.0, 4723.0, 4709.0, 4707.0, 4696.0, 4682.0, 4679.0, 4682.0, 4668.0, 4654.0, 4654.0, 4656.0, 4655.0, 4654.0, 4654.0, 4643.0, 4663.0, 4642.0, 4654.0, 4655.0, 4651.0, 4642.0, 4643.0, 4654.0, 4656.0, 4656.0, 4668.0, 4670.0, 4671.0, 4672.0, 4684.0, 4664.0, 4684.0, 4686.0, 4684.0, 4686.0, 4685.0, 4695.0, 4685.0, 4673.0, 4673.0, 4672.0, 4671.0, 4671.0, 4680.0, 4671.0, 4669.0, 4658.0, 4658.0, 4658.0, 4658.0, 4667.0, 4658.0, 4676.0, 4669.0, 4667.0, 4669.0, 4658.0, 4658.0, 4669.0, 4659.0, 4670.0, 4661.0, 4671.0, 4683.0, 4673.0, 4683.0, 4672.0, 4672.0, 4674.0, 4682.0, 4694.0, 4676.0, 4686.0, 4687.0, 4693.0, 4686.0, 4684.0, 4694.0, 4685.0, 4675.0, 4686.0, 4686.0, 4695.0, 4684.0, 4673.0, 4671.0, 4672.0, 4684.0, 4684.0, 4683.0, 4682.0, 4683.0, 4683.0, 4683.0, 4682.0, 4680.0, 4670.0, 4669.0, 4658.0, 4669.0, 4677.0, 4670.0, 4668.0, 4659.0, 4658.0, 4658.0, 4659.0, 4659.0, 4670.0, 4682.0, 4693.0, 4699.0, 4706.0, 4686.0, 4696.0, 4686.0, 4686.0, 4720.0, 4709.0, 4720.0, 4697.0, 4697.0, 4685.0, 4694.0, 4696.0, 4686.0, 4693.0, 4670.0, 4666.0, 4657.0, 4656.0, 4654.0, 4654.0, 4653.0, 4665.0, 4664.0, 4651.0, 4652.0, 4651.0, 4640.0, 4651.0, 4641.0, 4642.0, 4653.0, 4653.0, 4654.0, 4655.0, 4645.0, 4645.0, 4655.0, 4655.0, 4646.0, 4668.0, 4667.0, 4659.0, 4669.0, 4659.0, 4669.0, 4659.0, 4660.0, 4681.0, 4670.0, 4661.0, 4681.0, 4679.0, 4673.0, 4672.0, 4673.0, 4683.0, 4671.0, 4684.0, 4675.0, 4687.0, 4697.0, 4687.0, 4700.0, 4698.0, 4698.0, 4686.0, 4685.0, 4684.0, 4693.0, 4685.0, 4694.0, 4683.0, 4683.0, 4680.0, 4671.0, 4668.0, 4668.0, 4655.0, 4653.0, 4641.0, 4649.0, 4629.0, 4638.0, 4628.0, 4640.0, 4640.0, 4642.0, 4654.0, 4664.0, 4656.0, 4658.0, 4658.0, 4680.0, 4669.0, 4681.0, 4669.0, 4670.0, 4669.0, 4660.0, 4671.0, 4669.0, 4680.0, 4670.0, 4670.0, 4671.0, 4680.0, 4682.0, 4672.0, 4673.0, 4684.0, 4682.0, 4673.0, 4684.0, 4681.0, 4684.0, 4682.0, 4683.0, 4672.0, 4672.0, 4671.0, 4671.0, 4671.0, 4683.0, 4681.0, 4683.0, 4673.0, 4673.0, 4693.0, 4682.0, 4673.0, 4683.0, 4682.0, 4673.0, 4682.0, 4682.0, 4682.0, 4680.0, 4673.0, 4672.0, 4685.0, 4695.0, 4687.0, 4689.0, 4687.0, 4662.0, 4671.0, 4693.0, 4685.0, 4697.0, 4707.0, 4697.0, 4707.0, 4685.0, 4685.0, 4685.0, 4681.0, 4671.0, 4669.0, 4656.0, 4665.0, 4653.0, 4652.0, 4630.0, 4628.0, 4628.0, 4628.0, 4638.0, 4618.0, 4638.0, 4627.0, 4618.0, 4640.0, 4639.0, 4656.0, 4654.0, 4655.0, 4646.0, 4667.0, 4666.0, 4648.0, 4670.0, 4658.0, 4661.0, 4681.0, 4670.0, 4651.0, 4681.0, 4681.0, 4663.0, 4684.0, 4683.0, 4674.0, 4683.0, 4683.0, 4683.0, 4671.0, 4652.0, 4682.0, 4671.0, 4682.0, 4671.0, 4672.0, 4681.0, 4671.0, 4682.0, 4681.0, 4662.0, 4683.0, 4671.0, 4675.0, 4696.0, 4694.0, 4701.0, 4700.0, 4708.0, 4689.0, 4688.0, 4666.0, 4675.0, 4687.0, 4688.0, 4685.0, 4698.0, 4688.0, 4697.0, 4697.0, 4704.0, 4682.0, 4672.0, 4679.0, 4657.0, 4654.0, 4653.0, 4631.0, 4640.0, 4640.0, 4628.0, 4628.0, 4630.0, 4649.0, 4628.0, 4628.0, 4638.0, 4639.0, 4638.0, 4630.0, 4641.0, 4651.0, 4632.0, 4654.0, 4654.0, 4636.0, 4668.0, 4668.0, 4680.0, 4670.0, 4662.0, 4682.0, 4681.0, 4662.0, 4671.0, 4671.0, 4661.0, 4672.0, 4680.0, 4682.0, 4670.0, 4662.0, 4674.0, 4683.0, 4674.0, 4673.0, 4691.0, 4674.0, 4663.0, 4673.0, 4686.0, 4689.0, 4700.0, 4712.0, 4690.0, 4677.0, 4663.0, 4687.0, 4698.0, 4696.0, 4676.0, 4687.0, 4687.0, 4688.0, 4698.0, 4686.0, 4696.0, 4684.0, 4682.0, 4669.0, 4657.0, 4644.0, 4643.0, 4641.0, 4630.0, 4630.0, 4628.0, 4631.0, 4641.0, 4629.0, 4619.0, 4630.0, 4630.0, 4631.0, 4642.0, 4633.0, 4654.0, 4633.0, 4634.0, 4644.0, 4644.0, 4656.0, 4656.0, 4648.0, 4659.0, 4659.0, 4671.0, 4668.0, 4661.0, 4671.0, 4660.0, 4672.0, 4670.0, 4672.0, 4690.0, 4681.0, 4670.0, 4671.0, 4660.0, 4661.0, 4670.0, 4671.0, 4673.0, 4673.0, 4675.0, 4684.0, 4693.0, 4684.0, 4673.0, 4675.0, 4686.0, 4716.0, 4697.0, 4675.0, 4674.0, 4673.0, 4672.0, 4675.0, 4685.0, 4674.0, 4676.0, 4674.0, 4675.0, 4685.0, 4703.0, 4674.0, 4663.0, 4672.0, 4672.0, 4662.0, 4675.0, 4687.0, 4689.0, 4699.0, 4677.0, 4696.0, 4696.0, 4694.0, 4695.0, 4696.0, 4687.0, 4707.0, 4709.0, 4709.0, 4698.0, 4695.0, 4683.0, 4682.0, 4670.0, 4678.0, 4656.0, 4644.0, 4653.0, 4652.0, 4630.0, 4630.0, 4640.0, 4629.0, 4629.0, 4639.0, 4629.0, 4629.0, 4641.0, 4642.0, 4654.0, 4654.0, 4646.0, 4667.0, 4666.0, 4658.0, 4669.0, 4669.0, 4680.0, 4670.0, 4660.0, 4671.0, 4669.0, 4660.0, 4670.0, 4689.0, 4681.0, 4670.0, 4671.0, 4671.0, 4671.0, 4682.0, 4671.0, 4681.0, 4682.0, 4671.0, 4672.0, 4663.0, 4683.0, 4685.0, 4686.0, 4698.0, 4696.0, 4698.0, 4698.0, 4699.0, 4696.0, 4697.0, 4698.0, 4687.0, 4698.0, 4698.0, 4695.0, 4696.0, 4687.0, 4675.0, 4675.0, 4685.0, 4673.0, 4683.0, 4672.0, 4701.0, 4683.0, 4661.0, 4670.0, 4670.0, 4659.0, 4649.0, 4669.0, 4669.0, 4671.0, 4662.0, 4680.0, 4683.0, 4674.0, 4683.0, 4685.0, 4697.0, 4700.0, 4688.0, 4698.0, 4664.0, 4679.0, 4694.0, 4674.0, 4674.0, 4664.0, 4675.0, 4676.0, 4696.0, 4684.0, 4684.0, 4671.0, 4659.0, 4657.0, 4644.0, 4632.0, 4649.0, 4629.0, 4616.0, 4605.0, 4627.0, 4614.0, 4625.0, 4627.0, 4606.0, 4637.0, 4628.0, 4620.0, 4642.0, 4641.0, 4623.0, 4645.0, 4644.0, 4657.0], 'WindowWidth': [10364.0, 10312.0, 10274.0, 10282.0, 10274.0, 10263.0, 10270.0, 10273.0, 10256.0, 10262.0, 10278.0, 10299.0, 10268.0, 10237.0, 10236.0, 10249.0, 10236.0, 10253.0, 10292.0, 10293.0, 10306.0, 10303.0, 10288.0, 10302.0, 10307.0, 10302.0, 10303.0, 10286.0, 10327.0, 10306.0, 10288.0, 10289.0, 10254.0, 10282.0, 10251.0, 10262.0, 10243.0, 10254.0, 10231.0, 10232.0, 10221.0, 10232.0, 10207.0, 10211.0, 10187.0, 10183.0, 10195.0, 10202.0, 10239.0, 10204.0, 10217.0, 10206.0, 10209.0, 10236.0, 10210.0, 10229.0, 10246.0, 10248.0, 10244.0, 10260.0, 10256.0, 10294.0, 10293.0, 10265.0, 10288.0, 10291.0, 10286.0, 10294.0, 10292.0, 10238.0, 10263.0, 10250.0, 10252.0, 10237.0, 10250.0, 10284.0, 10229.0, 10220.0, 10210.0, 10201.0, 10211.0, 10200.0, 10217.0, 10192.0, 10182.0, 10198.0, 10194.0, 10173.0, 10162.0, 10192.0, 10192.0, 10182.0, 10215.0, 10198.0, 10203.0, 10222.0, 10209.0, 10211.0, 10194.0, 10208.0, 10224.0, 10225.0, 10226.0, 10231.0, 10228.0, 10233.0, 10237.0, 10245.0, 10215.0, 10232.0, 10228.0, 10229.0, 10229.0, 10266.0, 10214.0, 10214.0, 10225.0, 10238.0, 10228.0, 10227.0, 10230.0, 10233.0, 10240.0, 10231.0, 10250.0, 10244.0, 10241.0, 10228.0, 10238.0, 10239.0, 10225.0, 10235.0, 10208.0, 10207.0, 10212.0, 10225.0, 10211.0, 10210.0, 10225.0, 10221.0, 10206.0, 10227.0, 10238.0, 10242.0, 10230.0, 10242.0, 10232.0, 10233.0, 10229.0, 10233.0, 10237.0, 10275.0, 10239.0, 10238.0, 10237.0, 10250.0, 10250.0, 10235.0, 10251.0, 10263.0, 10230.0, 10228.0, 10228.0, 10230.0, 10246.0, 10229.0, 10245.0, 10230.0, 10230.0, 10231.0, 10220.0, 10210.0, 10222.0, 10218.0, 10205.0, 10225.0, 10237.0, 10229.0, 10230.0, 10242.0, 10226.0, 10235.0, 10253.0, 10227.0, 10259.0, 10293.0, 10272.0, 10269.0, 10254.0, 10275.0, 10275.0, 10293.0, 10281.0, 10283.0, 10261.0, 10253.0, 10231.0, 10202.0, 10211.0, 10225.0, 10193.0, 10205.0, 10190.0, 10191.0, 10178.0, 10194.0, 10197.0, 10207.0, 10197.0, 10195.0, 10203.0, 10218.0, 10196.0, 10183.0, 10199.0, 10201.0, 10205.0, 10224.0, 10233.0, 10226.0, 10231.0, 10231.0, 10245.0, 10229.0, 10230.0, 10230.0, 10224.0, 10226.0, 10209.0, 10210.0, 10223.0, 10223.0, 10227.0, 10221.0, 10210.0, 10203.0, 10202.0, 10203.0, 10202.0, 10207.0, 10245.0, 10237.0, 10268.0, 10271.0, 10229.0, 10237.0, 10267.0, 10278.0, 10296.0, 10295.0, 10328.0, 10304.0, 10302.0, 10315.0, 10323.0, 10295.0, 10286.0, 10267.0, 10241.0, 10232.0, 10241.0, 10214.0, 10189.0, 10190.0, 10195.0, 10194.0, 10191.0, 10191.0, 10174.0, 10201.0, 10172.0, 10190.0, 10195.0, 10182.0, 10170.0, 10173.0, 10192.0, 10199.0, 10201.0, 10220.0, 10227.0, 10227.0, 10231.0, 10250.0, 10225.0, 10251.0, 10258.0, 10251.0, 10257.0, 10254.0, 10268.0, 10252.0, 10232.0, 10232.0, 10230.0, 10227.0, 10227.0, 10238.0, 10226.0, 10219.0, 10203.0, 10200.0, 10201.0, 10202.0, 10213.0, 10204.0, 10225.0, 10220.0, 10216.0, 10219.0, 10204.0, 10204.0, 10221.0, 10206.0, 10225.0, 10212.0, 10228.0, 10246.0, 10233.0, 10247.0, 10230.0, 10231.0, 10235.0, 10246.0, 10264.0, 10245.0, 10256.0, 10260.0, 10261.0, 10255.0, 10251.0, 10263.0, 10254.0, 10238.0, 10256.0, 10258.0, 10269.0, 10250.0, 10230.0, 10229.0, 10230.0, 10250.0, 10250.0, 10250.0, 10246.0, 10249.0, 10247.0, 10248.0, 10243.0, 10237.0, 10224.0, 10219.0, 10204.0, 10220.0, 10229.0, 10222.0, 10216.0, 10206.0, 10204.0, 10204.0, 10207.0, 10208.0, 10224.0, 10248.0, 10260.0, 10280.0, 10284.0, 10255.0, 10272.0, 10260.0, 10259.0, 10315.0, 10301.0, 10315.0, 10279.0, 10276.0, 10256.0, 10267.0, 10273.0, 10260.0, 10259.0, 10221.0, 10211.0, 10199.0, 10194.0, 10191.0, 10191.0, 10188.0, 10210.0, 10209.0, 10185.0, 10185.0, 10182.0, 10167.0, 10181.0, 10170.0, 10172.0, 10188.0, 10189.0, 10195.0, 10195.0, 10181.0, 10181.0, 10195.0, 10197.0, 10187.0, 10219.0, 10215.0, 10209.0, 10223.0, 10207.0, 10223.0, 10209.0, 10212.0, 10242.0, 10226.0, 10214.0, 10243.0, 10237.0, 10233.0, 10229.0, 10233.0, 10247.0, 10231.0, 10251.0, 10240.0, 10261.0, 10274.0, 10262.0, 10282.0, 10277.0, 10276.0, 10256.0, 10254.0, 10254.0, 10263.0, 10255.0, 10265.0, 10248.0, 10249.0, 10239.0, 10228.0, 10218.0, 10217.0, 10193.0, 10188.0, 10167.0, 10175.0, 10146.0, 10157.0, 10144.0, 10165.0, 10166.0, 10175.0, 10192.0, 10206.0, 10199.0, 10204.0, 10205.0, 10238.0, 10220.0, 10240.0, 10221.0, 10226.0, 10221.0, 10210.0, 10226.0, 10222.0, 10239.0, 10224.0, 10224.0, 10227.0, 10238.0, 10243.0, 10230.0, 10233.0, 10249.0, 10245.0, 10235.0, 10251.0, 10243.0, 10249.0, 10245.0, 10248.0, 10231.0, 10228.0, 10227.0, 10226.0, 10228.0, 10246.0, 10242.0, 10246.0, 10234.0, 10235.0, 10263.0, 10246.0, 10233.0, 10247.0, 10244.0, 10233.0, 10245.0, 10242.0, 10243.0, 10236.0, 10230.0, 10225.0, 10254.0, 10266.0, 10258.0, 10263.0, 10255.0, 10216.0, 10227.0, 10261.0, 10256.0, 10275.0, 10292.0, 10275.0, 10289.0, 10254.0, 10254.0, 10251.0, 10241.0, 10224.0, 10218.0, 10195.0, 10205.0, 10185.0, 10182.0, 10148.0, 10143.0, 10143.0, 10143.0, 10156.0, 10129.0, 10158.0, 10140.0, 10131.0, 10163.0, 10162.0, 10201.0, 10193.0, 10196.0, 10186.0, 10218.0, 10214.0, 10191.0, 10222.0, 10203.0, 10212.0, 10239.0, 10224.0, 10200.0, 10242.0, 10242.0, 10219.0, 10249.0, 10246.0, 10236.0, 10247.0, 10245.0, 10246.0, 10227.0, 10202.0, 10242.0, 10227.0, 10243.0, 10226.0, 10229.0, 10240.0, 10226.0, 10241.0, 10241.0, 10217.0, 10246.0, 10228.0, 10239.0, 10267.0, 10262.0, 10282.0, 10282.0, 10289.0, 10262.0, 10260.0, 10227.0, 10237.0, 10258.0, 10262.0, 10255.0, 10276.0, 10260.0, 10272.0, 10271.0, 10275.0, 10242.0, 10228.0, 10230.0, 10196.0, 10187.0, 10182.0, 10150.0, 10161.0, 10159.0, 10142.0, 10141.0, 10147.0, 10172.0, 10144.0, 10143.0, 10156.0, 10160.0, 10158.0, 10150.0, 10167.0, 10182.0, 10157.0, 10190.0, 10190.0, 10170.0, 10217.0, 10216.0, 10236.0, 10222.0, 10214.0, 10242.0, 10237.0, 10215.0, 10226.0, 10225.0, 10213.0, 10228.0, 10237.0, 10243.0, 10224.0, 10216.0, 10234.0, 10244.0, 10234.0, 10231.0, 10254.0, 10233.0, 10217.0, 10230.0, 10252.0, 10263.0, 10275.0, 10292.0, 10262.0, 10244.0, 10221.0, 10257.0, 10274.0, 10267.0, 10243.0, 10259.0, 10260.0, 10262.0, 10274.0, 10254.0, 10267.0, 10247.0, 10238.0, 10216.0, 10195.0, 10170.0, 10167.0, 10160.0, 10146.0, 10145.0, 10141.0, 10152.0, 10162.0, 10144.0, 10130.0, 10147.0, 10147.0, 10153.0, 10167.0, 10157.0, 10186.0, 10156.0, 10160.0, 10173.0, 10174.0, 10193.0, 10193.0, 10184.0, 10201.0, 10202.0, 10221.0, 10214.0, 10210.0, 10223.0, 10207.0, 10227.0, 10221.0, 10227.0, 10247.0, 10238.0, 10219.0, 10223.0, 10206.0, 10208.0, 10222.0, 10224.0, 10230.0, 10230.0, 10235.0, 10247.0, 10256.0, 10247.0, 10231.0, 10235.0, 10253.0, 10294.0, 10268.0, 10233.0, 10233.0, 10230.0, 10228.0, 10234.0, 10248.0, 10233.0, 10237.0, 10232.0, 10236.0, 10249.0, 10270.0, 10231.0, 10216.0, 10224.0, 10226.0, 10211.0, 10234.0, 10254.0, 10261.0, 10275.0, 10240.0, 10269.0, 10275.0, 10268.0, 10269.0, 10273.0, 10261.0, 10290.0, 10298.0, 10296.0, 10278.0, 10267.0, 10249.0, 10243.0, 10221.0, 10229.0, 10197.0, 10176.0, 10186.0, 10183.0, 10150.0, 10149.0, 10164.0, 10147.0, 10149.0, 10161.0, 10148.0, 10150.0, 10170.0, 10171.0, 10192.0, 10192.0, 10184.0, 10215.0, 10212.0, 10204.0, 10220.0, 10221.0, 10239.0, 10223.0, 10211.0, 10226.0, 10220.0, 10209.0, 10224.0, 10248.0, 10241.0, 10225.0, 10227.0, 10225.0, 10225.0, 10245.0, 10226.0, 10241.0, 10243.0, 10227.0, 10230.0, 10219.0, 10247.0, 10253.0, 10258.0, 10277.0, 10273.0, 10275.0, 10275.0, 10278.0, 10273.0, 10275.0, 10276.0, 10260.0, 10275.0, 10275.0, 10270.0, 10270.0, 10257.0, 10239.0, 10238.0, 10250.0, 10232.0, 10243.0, 10227.0, 10266.0, 10246.0, 10210.0, 10222.0, 10222.0, 10206.0, 10192.0, 10221.0, 10220.0, 10224.0, 10214.0, 10238.0, 10245.0, 10234.0, 10246.0, 10252.0, 10271.0, 10281.0, 10257.0, 10268.0, 10216.0, 10245.0, 10259.0, 10231.0, 10230.0, 10219.0, 10235.0, 10239.0, 10268.0, 10246.0, 10244.0, 10219.0, 10201.0, 10190.0, 10169.0, 10150.0, 10167.0, 10140.0, 10119.0, 10102.0, 10136.0, 10116.0, 10134.0, 10140.0, 10110.0, 10153.0, 10144.0, 10137.0, 10168.0, 10167.0, 10145.0, 10177.0, 10175.0, 10195.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.0006749655963302752</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02866610286697248</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.43431056052815</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1780021234557976</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9944979657864523</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4893</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5734.6875</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09401912581263487</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>67</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>7.68348623853211</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.580110606717946</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.521391848976243</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8247955690152615</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.394144402162333</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0281626</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01507427729666233</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.032933007925748825</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.024367382959319</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>31.5898</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.1933</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>189.4246</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>293087.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>871.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>361.047</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.563</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>579.4441</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3828.0155</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4045.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>83457.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1336.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4958.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1005.1209</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>37.6770457548555</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> |