=== 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-0075 --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-0075",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0075_ses-01_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0075_ses-01_task-social_acq-mb8_run-06_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-01_subject-0075_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-0075/figures/sub-0075_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-01_subject-0075_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-0075/figures/sub-0075_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-01_subject-0075_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-0075/figures/sub-0075_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-01_subject-0075_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-0075/figures/sub-0075_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-01_subject-0075_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-0075/figures/sub-0075_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-01_subject-0075_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-0075/figures/sub-0075_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0075_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-0075/figures/sub-0075_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0075/figures/sub-0075_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0075/ses-01/func/sub-0075_ses-01_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>b24997c63d58cf02985a92228359933f</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:02:9.205000</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>[1, 0, 0, 0, 1, 0]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0841477</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4166, -7683, -7302, 425, -79, -44, 37, 36]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>230.02</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>09fdeadb-f52c-45c1-871c-cc77217f03ef||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.682926893234253, 0.0, 0.0, 110.0], [0.0, 2.682926893234253, 0.0, -81.07707977294922], [0.0, 0.0, 2.700000047683716, -90.25], [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': ['150209.205000', '150209.665000', '150210.125000', '150210.585000', '150211.045000', '150211.505000', '150211.965000', '150212.425000', '150212.885000', '150213.345000', '150213.805000', '150214.265000', '150214.725000', '150215.185000', '150215.645000', '150216.105000', '150216.565000', '150217.025000', '150217.485000', '150217.945000', '150218.405000', '150218.865000', '150219.325000', '150219.785000', '150220.245000', '150220.705000', '150221.165000', '150221.625000', '150222.085000', '150222.545000', '150223.005000', '150223.465000', '150223.925000', '150224.385000', '150224.845000', '150225.305000', '150225.765000', '150226.225000', '150226.685000', '150227.145000', '150227.605000', '150228.065000', '150228.525000', '150228.985000', '150229.445000', '150229.905000', '150230.365000', '150230.825000', '150231.285000', '150231.745000', '150232.205000', '150232.665000', '150233.125000', '150233.585000', '150234.045000', '150234.505000', '150234.965000', '150235.425000', '150235.885000', '150236.345000', '150236.805000', '150237.265000', '150237.725000', '150238.185000', '150238.645000', '150239.105000', '150239.565000', '150240.025000', '150240.485000', '150240.945000', '150241.405000', '150241.865000', '150242.325000', '150242.785000', '150243.245000', '150243.705000', '150244.165000', '150244.625000', '150245.085000', '150245.545000', '150246.005000', '150246.465000', '150246.925000', '150247.385000', '150247.845000', '150248.305000', '150248.765000', '150249.225000', '150249.685000', '150250.145000', '150250.605000', '150251.065000', '150251.525000', '150251.985000', '150252.445000', '150252.905000', '150253.365000', '150253.825000', '150254.285000', '150254.745000', '150255.205000', '150255.665000', '150256.125000', '150256.585000', '150257.045000', '150257.505000', '150257.965000', '150258.425000', '150258.885000', '150259.345000', '150259.805000', '150300.265000', '150300.725000', '150301.185000', '150301.645000', '150302.105000', '150302.565000', '150303.025000', '150303.485000', '150303.945000', '150304.405000', '150304.865000', '150305.325000', '150305.785000', '150306.245000', '150306.705000', '150307.165000', '150307.625000', '150308.085000', '150308.545000', '150309.005000', '150309.465000', '150309.925000', '150310.385000', '150310.845000', '150311.305000', '150311.765000', '150312.225000', '150312.685000', '150313.145000', '150313.605000', '150314.065000', '150314.525000', '150314.985000', '150315.445000', '150315.905000', '150316.365000', '150316.825000', '150317.285000', '150317.745000', '150318.205000', '150318.665000', '150319.125000', '150319.585000', '150320.045000', '150320.505000', '150320.965000', '150321.425000', '150321.885000', '150322.345000', '150322.805000', '150323.265000', '150323.725000', '150324.185000', '150324.645000', '150325.105000', '150325.565000', '150326.025000', '150326.485000', '150326.945000', '150327.405000', '150327.865000', '150328.325000', '150328.785000', '150329.245000', '150329.705000', '150330.165000', '150330.625000', '150331.085000', '150331.545000', '150332.005000', '150332.465000', '150332.925000', '150333.385000', '150333.845000', '150334.305000', '150334.765000', '150335.225000', '150335.685000', '150336.145000', '150336.605000', '150337.065000', '150337.525000', '150337.985000', '150338.445000', '150338.905000', '150339.365000', '150339.825000', '150340.285000', '150340.745000', '150341.205000', '150341.665000', '150342.125000', '150342.585000', '150343.045000', '150343.505000', '150343.965000', '150344.425000', '150344.885000', '150345.345000', '150345.805000', '150346.265000', '150346.725000', '150347.185000', '150347.645000', '150348.105000', '150348.565000', '150349.025000', '150349.485000', '150349.945000', '150350.405000', '150350.865000', '150351.325000', '150351.785000', '150352.245000', '150352.705000', '150353.165000', '150353.625000', '150354.085000', '150354.545000', '150355.005000', '150355.465000', '150355.925000', '150356.385000', '150356.845000', '150357.305000', '150357.765000', '150358.225000', '150358.685000', '150359.145000', '150359.605000', '150400.065000', '150400.525000', '150400.985000', '150401.445000', '150401.905000', '150402.365000', '150402.825000', '150403.285000', '150403.745000', '150404.205000', '150404.665000', '150405.125000', '150405.585000', '150406.045000', '150406.505000', '150406.965000', '150407.425000', '150407.885000', '150408.345000', '150408.805000', '150409.265000', '150409.725000', '150410.185000', '150410.645000', '150411.105000', '150411.565000', '150412.025000', '150412.485000', '150412.945000', '150413.405000', '150413.865000', '150414.325000', '150414.785000', '150415.245000', '150415.705000', '150416.165000', '150416.625000', '150417.085000', '150417.545000', '150418.005000', '150418.465000', '150418.925000', '150419.385000', '150419.845000', '150420.305000', '150420.765000', '150421.225000', '150421.685000', '150422.145000', '150422.605000', '150423.065000', '150423.525000', '150423.985000', '150424.445000', '150424.905000', '150425.365000', '150425.825000', '150426.285000', '150426.745000', '150427.205000', '150427.665000', '150428.125000', '150428.585000', '150429.045000', '150429.505000', '150429.965000', '150430.425000', '150430.885000', '150431.345000', '150431.805000', '150432.265000', '150432.725000', '150433.185000', '150433.645000', '150434.105000', '150434.565000', '150435.025000', '150435.485000', '150435.945000', '150436.405000', '150436.865000', '150437.325000', '150437.785000', '150438.245000', '150438.705000', '150439.165000', '150439.625000', '150440.085000', '150440.545000', '150441.005000', '150441.465000', '150441.925000', '150442.385000', '150442.845000', '150443.305000', '150443.765000', '150444.225000', '150444.685000', '150445.145000', '150445.605000', '150446.065000', '150446.525000', '150446.985000', '150447.445000', '150447.905000', '150448.365000', '150448.825000', '150449.285000', '150449.745000', '150450.205000', '150450.665000', '150451.125000', '150451.585000', '150452.045000', '150452.505000', '150452.965000', '150453.425000', '150453.885000', '150454.345000', '150454.805000', '150455.265000', '150455.725000', '150456.185000', '150456.645000', '150457.105000', '150457.565000', '150458.025000', '150458.485000', '150458.945000', '150459.405000', '150459.865000', '150500.325000', '150500.785000', '150501.245000', '150501.705000', '150502.165000', '150502.625000', '150503.085000', '150503.545000', '150504.005000', '150504.465000', '150504.925000', '150505.385000', '150505.845000', '150506.305000', '150506.765000', '150507.225000', '150507.685000', '150508.145000', '150508.605000', '150509.065000', '150509.525000', '150509.985000', '150510.445000', '150510.905000', '150511.365000', '150511.825000', '150512.285000', '150512.745000', '150513.205000', '150513.665000', '150514.125000', '150514.585000', '150515.045000', '150515.505000', '150515.965000', '150516.425000', '150516.885000', '150517.345000', '150517.805000', '150518.265000', '150518.725000', '150519.185000', '150519.645000', '150520.105000', '150520.565000', '150521.025000', '150521.485000', '150521.945000', '150522.405000', '150522.865000', '150523.325000', '150523.785000', '150524.245000', '150524.705000', '150525.165000', '150525.625000', '150526.085000', '150526.545000', '150527.005000', '150527.465000', '150527.925000', '150528.385000', '150528.845000', '150529.305000', '150529.765000', '150530.225000', '150530.685000', '150531.145000', '150531.605000', '150532.065000', '150532.525000', '150532.985000', '150533.445000', '150533.905000', '150534.365000', '150534.825000', '150535.285000', '150535.745000', '150536.205000', '150536.665000', '150537.125000', '150537.585000', '150538.045000', '150538.505000', '150538.965000', '150539.425000', '150539.885000', '150540.345000', '150540.805000', '150541.265000', '150541.725000', '150542.185000', '150542.645000', '150543.105000', '150543.565000', '150544.025000', '150544.485000', '150544.945000', '150545.405000', '150545.865000', '150546.325000', '150546.785000', '150547.245000', '150547.705000', '150548.165000', '150548.625000', '150549.085000', '150549.545000', '150550.005000', '150550.465000', '150550.925000', '150551.385000', '150551.845000', '150552.305000', '150552.765000', '150553.225000', '150553.685000', '150554.145000', '150554.605000', '150555.065000', '150555.525000', '150555.985000', '150556.445000', '150556.905000', '150557.365000', '150557.825000', '150558.285000', '150558.745000', '150559.205000', '150559.665000', '150600.125000', '150600.585000', '150601.045000', '150601.505000', '150601.965000', '150602.425000', '150602.885000', '150603.345000', '150603.805000', '150604.265000', '150604.725000', '150605.185000', '150605.645000', '150606.105000', '150606.565000', '150607.025000', '150607.485000', '150607.945000', '150608.405000', '150608.865000', '150609.325000', '150609.785000', '150610.245000', '150610.705000', '150611.165000', '150611.625000', '150612.085000', '150612.545000', '150613.005000', '150613.465000', '150613.925000', '150614.385000', '150614.845000', '150615.305000', '150615.765000', '150616.225000', '150616.685000', '150617.145000', '150617.605000', '150618.065000', '150618.525000', '150618.985000', '150619.445000', '150619.905000', '150620.365000', '150620.825000', '150621.285000', '150621.745000', '150622.205000', '150622.665000', '150623.125000', '150623.585000', '150624.045000', '150624.505000', '150624.965000', '150625.425000', '150625.885000', '150626.345000', '150626.805000', '150627.265000', '150627.725000', '150628.185000', '150628.645000', '150629.105000', '150629.565000', '150630.025000', '150630.485000', '150630.945000', '150631.405000', '150631.865000', '150632.325000', '150632.785000', '150633.245000', '150633.705000', '150634.165000', '150634.625000', '150635.085000', '150635.545000', '150636.005000', '150636.465000', '150636.925000', '150637.385000', '150637.845000', '150638.305000', '150638.765000', '150639.225000', '150639.685000', '150640.145000', '150640.605000', '150641.065000', '150641.525000', '150641.985000', '150642.445000', '150642.905000', '150643.365000', '150643.825000', '150644.285000', '150644.745000', '150645.205000', '150645.665000', '150646.125000', '150646.585000', '150647.045000', '150647.505000', '150647.965000', '150648.425000', '150648.885000', '150649.345000', '150649.805000', '150650.265000', '150650.725000', '150651.185000', '150651.645000', '150652.105000', '150652.565000', '150653.025000', '150653.485000', '150653.945000', '150654.405000', '150654.865000', '150655.325000', '150655.785000', '150656.245000', '150656.705000', '150657.165000', '150657.625000', '150658.085000', '150658.545000', '150659.005000', '150659.465000', '150659.925000', '150700.385000', '150700.845000', '150701.305000', '150701.765000', '150702.225000', '150702.685000', '150703.145000', '150703.605000', '150704.065000', '150704.525000', '150704.985000', '150705.445000', '150705.905000', '150706.365000', '150706.825000', '150707.285000', '150707.745000', '150708.205000', '150708.665000', '150709.125000', '150709.585000', '150710.045000', '150710.505000', '150710.965000', '150711.425000', '150711.885000', '150712.345000', '150712.805000', '150713.265000', '150713.725000', '150714.185000', '150714.645000', '150715.105000', '150715.565000', '150716.025000', '150716.485000', '150716.945000', '150717.405000', '150717.865000', '150718.325000', '150718.785000', '150719.245000', '150719.705000', '150720.165000', '150720.625000', '150721.085000', '150721.545000', '150722.005000', '150722.465000', '150722.925000', '150723.385000', '150723.845000', '150724.305000', '150724.765000', '150725.225000', '150725.685000', '150726.145000', '150726.605000', '150727.065000', '150727.525000', '150727.985000', '150728.445000', '150728.905000', '150729.365000', '150729.825000', '150730.285000', '150730.745000', '150731.205000', '150731.665000', '150732.125000', '150732.585000', '150733.045000', '150733.505000', '150733.965000', '150734.425000', '150734.885000', '150735.345000', '150735.805000', '150736.265000', '150736.725000', '150737.185000', '150737.645000', '150738.105000', '150738.565000', '150739.025000', '150739.485000', '150739.945000', '150740.405000', '150740.865000', '150741.325000', '150741.785000', '150742.245000', '150742.705000', '150743.165000', '150743.625000', '150744.085000', '150744.545000', '150745.005000', '150745.465000', '150745.925000', '150746.385000', '150746.845000', '150747.305000', '150747.765000', '150748.225000', '150748.685000', '150749.145000', '150749.605000', '150750.065000', '150750.525000', '150750.985000', '150751.445000', '150751.905000', '150752.365000', '150752.825000', '150753.285000', '150753.745000', '150754.205000', '150754.665000', '150755.125000', '150755.585000', '150756.045000', '150756.505000', '150756.965000', '150757.425000', '150757.885000', '150758.345000', '150758.805000', '150759.265000', '150759.725000', '150800.185000', '150800.645000', '150801.105000', '150801.565000', '150802.025000', '150802.485000', '150802.945000', '150803.405000', '150803.865000', '150804.325000', '150804.785000', '150805.245000', '150805.705000', '150806.165000', '150806.625000', '150807.085000', '150807.545000', '150808.005000', '150808.465000', '150808.925000', '150809.385000', '150809.845000', '150810.305000', '150810.765000', '150811.225000', '150811.685000', '150812.145000', '150812.605000', '150813.065000', '150813.525000', '150813.985000', '150814.445000', '150814.905000', '150815.365000', '150815.825000', '150816.285000', '150816.745000', '150817.205000', '150817.665000', '150818.125000', '150818.585000', '150819.045000', '150819.505000', '150819.965000', '150820.425000', '150820.885000', '150821.345000', '150821.805000', '150822.265000', '150822.725000', '150823.185000', '150823.645000', '150824.105000', '150824.565000', '150825.025000', '150825.485000', '150825.945000', '150826.405000', '150826.865000', '150827.325000', '150827.785000', '150828.245000', '150828.705000', '150829.165000', '150829.625000', '150830.085000', '150830.545000', '150831.005000', '150831.465000', '150831.925000', '150832.385000', '150832.845000', '150833.305000', '150833.765000', '150834.225000', '150834.685000', '150835.145000', '150835.605000', '150836.065000', '150836.525000', '150836.985000', '150837.445000', '150837.905000', '150838.365000', '150838.825000', '150839.285000', '150839.745000', '150840.205000', '150840.665000', '150841.125000', '150841.585000', '150842.045000', '150842.505000', '150842.965000', '150843.425000', '150843.885000', '150844.345000', '150844.805000', '150845.265000', '150845.725000', '150846.185000', '150846.645000', '150847.105000', '150847.565000', '150848.025000', '150848.485000', '150848.945000', '150849.405000', '150849.865000'], 'ContentTime': ['150228.400000', '150228.403000', '150228.406000', '150228.409000', '150228.412000', '150228.414000', '150228.417000', '150228.419000', '150228.422000', '150228.425000', '150228.427000', '150228.430000', '150228.433000', '150228.435000', '150228.438000', '150228.441000', '150228.443000', '150228.446000', '150228.448000', '150228.451000', '150228.454000', '150228.456000', '150228.459000', '150228.461000', '150228.464000', '150228.467000', '150228.469000', '150228.472000', '150228.474000', '150228.477000', '150228.482000', '150228.485000', '150228.488000', '150228.490000', '150228.493000', '150228.495000', '150228.498000', '150228.501000', '150248.361000', '150248.364000', '150248.367000', '150248.370000', '150248.372000', '150248.375000', '150248.378000', '150248.380000', '150248.383000', '150248.385000', '150248.388000', '150248.391000', '150248.393000', '150248.396000', '150248.399000', '150248.401000', '150248.404000', '150248.407000', '150248.409000', '150248.412000', '150248.415000', '150248.417000', '150248.420000', '150248.422000', '150248.425000', '150248.428000', '150248.430000', '150248.433000', '150248.435000', '150248.438000', '150248.440000', '150248.443000', '150248.446000', '150248.448000', '150248.451000', '150248.454000', '150248.456000', '150248.459000', '150248.462000', '150248.464000', '150248.467000', '150248.469000', '150248.472000', '150248.475000', '150308.362000', '150308.365000', '150308.367000', '150308.370000', '150308.372000', '150308.375000', '150308.377000', '150308.380000', '150308.383000', '150308.385000', '150308.388000', '150308.390000', '150308.393000', '150308.395000', '150308.398000', '150308.400000', '150308.403000', '150308.406000', '150308.408000', '150308.411000', '150308.413000', '150308.416000', '150308.418000', '150308.421000', '150308.423000', '150308.426000', '150308.429000', '150308.431000', '150308.434000', '150308.436000', '150308.439000', '150308.441000', '150308.444000', '150308.447000', '150308.449000', '150308.452000', '150308.455000', '150308.457000', '150308.460000', '150308.463000', '150308.465000', '150308.468000', '150308.470000', '150328.360000', '150328.363000', '150328.366000', '150328.368000', '150328.371000', '150328.374000', '150328.376000', '150328.379000', '150328.381000', '150328.384000', '150328.386000', '150328.389000', '150328.392000', '150328.394000', '150328.397000', '150328.411000', '150328.413000', '150328.416000', '150328.418000', '150328.421000', '150328.424000', '150328.426000', '150328.429000', '150328.431000', '150328.434000', '150328.436000', '150328.439000', '150328.442000', '150328.444000', '150328.454000', '150328.457000', '150328.460000', '150328.462000', '150328.465000', '150328.468000', '150328.470000', '150328.473000', '150328.476000', '150328.478000', '150328.481000', '150328.483000', '150328.486000', '150328.489000', '150328.491000', '150348.361000', '150348.363000', '150348.366000', '150348.369000', '150348.371000', '150348.374000', '150348.376000', '150348.379000', '150348.381000', '150348.384000', '150348.386000', '150348.389000', '150348.392000', '150348.394000', '150348.397000', '150348.399000', '150348.402000', '150348.405000', '150348.407000', '150348.410000', '150348.412000', '150348.415000', '150348.417000', '150348.420000', '150348.422000', '150348.425000', '150348.428000', '150348.430000', '150348.433000', '150348.436000', '150348.438000', '150348.441000', '150348.444000', '150348.446000', '150348.449000', '150348.452000', '150348.454000', '150348.457000', '150348.459000', '150348.462000', '150348.465000', '150348.467000', '150348.470000', '150408.360000', '150408.364000', '150408.366000', '150408.369000', '150408.372000', '150408.375000', '150408.378000', '150408.380000', '150408.383000', '150408.385000', '150408.388000', '150408.390000', '150408.394000', '150408.396000', '150408.399000', '150408.402000', '150408.404000', '150408.407000', '150408.410000', '150408.412000', '150408.415000', '150408.418000', '150408.420000', '150408.423000', '150408.425000', '150408.428000', '150408.431000', '150408.433000', '150408.436000', '150408.439000', '150408.441000', '150408.444000', '150408.446000', '150408.449000', '150408.452000', '150408.454000', '150408.457000', '150408.460000', '150408.462000', '150408.465000', '150408.468000', '150408.470000', '150408.473000', '150428.360000', '150428.363000', '150428.366000', '150428.369000', '150428.371000', '150428.374000', '150428.377000', '150428.379000', '150428.382000', '150428.384000', '150428.387000', '150428.390000', '150428.392000', '150428.395000', '150428.398000', '150428.400000', '150428.403000', '150428.405000', '150428.408000', '150428.411000', '150428.413000', '150428.416000', '150428.418000', '150428.421000', '150428.424000', '150428.426000', '150428.429000', '150428.432000', '150428.434000', '150428.437000', '150428.440000', '150428.442000', '150428.445000', '150428.447000', '150428.450000', '150428.453000', '150428.455000', '150428.458000', '150428.461000', '150428.463000', '150428.466000', '150428.468000', '150428.471000', '150428.474000', '150448.361000', '150448.364000', '150448.374000', '150448.376000', '150448.379000', '150448.381000', '150448.384000', '150448.387000', '150448.389000', '150448.392000', '150448.395000', '150448.398000', '150448.400000', '150448.403000', '150448.406000', '150448.408000', '150448.411000', '150448.414000', '150448.416000', '150448.419000', '150448.421000', '150448.424000', '150448.427000', '150448.429000', '150448.432000', '150448.434000', '150448.437000', '150448.440000', '150448.442000', '150448.445000', '150448.448000', '150448.450000', '150448.453000', '150448.456000', '150448.458000', '150448.461000', '150448.463000', '150448.466000', '150448.469000', '150448.471000', '150448.474000', '150448.477000', '150448.479000', '150448.482000', '150508.362000', '150508.365000', '150508.367000', '150508.370000', '150508.372000', '150508.375000', '150508.378000', '150508.381000', '150508.383000', '150508.386000', '150508.397000', '150508.400000', '150508.402000', '150508.405000', '150508.408000', '150508.410000', '150508.413000', '150508.415000', '150508.418000', '150508.421000', '150508.423000', '150508.426000', '150508.428000', '150508.431000', '150508.434000', '150508.436000', '150508.439000', '150508.441000', '150508.444000', '150508.447000', '150508.449000', '150508.452000', '150508.455000', '150508.457000', '150508.460000', '150508.463000', '150508.465000', '150508.468000', '150508.471000', '150508.473000', '150508.476000', '150508.479000', '150508.481000', '150528.361000', '150528.364000', '150528.367000', '150528.369000', '150528.372000', '150528.375000', '150528.377000', '150528.380000', '150528.383000', '150528.385000', '150528.388000', '150528.391000', '150528.393000', '150528.396000', '150528.399000', '150528.402000', '150528.404000', '150528.407000', '150528.410000', '150528.412000', '150528.415000', '150528.418000', '150528.420000', '150528.423000', '150528.426000', '150528.428000', '150528.431000', '150528.434000', '150528.437000', '150528.440000', '150528.443000', '150528.446000', '150528.448000', '150528.451000', '150528.454000', '150528.456000', '150528.459000', '150528.461000', '150528.464000', '150528.467000', '150528.470000', '150528.472000', '150528.475000', '150548.361000', '150548.364000', '150548.366000', '150548.369000', '150548.372000', '150548.375000', '150548.377000', '150548.380000', '150548.383000', '150548.385000', '150548.388000', '150548.391000', '150548.393000', '150548.396000', '150548.398000', '150548.401000', '150548.404000', '150548.406000', '150548.409000', '150548.411000', '150548.414000', '150548.417000', '150548.419000', '150548.422000', '150548.425000', '150548.427000', '150548.430000', '150548.433000', '150548.435000', '150548.438000', '150548.441000', '150548.443000', '150548.446000', '150548.448000', '150548.451000', '150548.453000', '150548.456000', '150548.459000', '150548.461000', '150548.464000', '150548.467000', '150548.469000', '150548.472000', '150548.475000', '150608.361000', '150608.364000', '150608.366000', '150608.369000', '150608.372000', '150608.374000', '150608.377000', '150608.380000', '150608.382000', '150608.385000', '150608.388000', '150608.390000', '150608.393000', '150608.396000', '150608.399000', '150608.402000', '150608.404000', '150608.407000', '150608.409000', '150608.412000', '150608.415000', '150608.417000', '150608.420000', '150608.423000', '150608.425000', '150608.428000', '150608.431000', '150608.433000', '150608.436000', '150608.439000', '150608.442000', '150608.445000', '150608.448000', '150608.450000', '150608.453000', '150608.456000', '150608.458000', '150608.461000', '150608.464000', '150608.466000', '150608.469000', '150608.472000', '150608.474000', '150628.361000', '150628.363000', '150628.366000', '150628.369000', '150628.371000', '150628.374000', '150628.377000', '150628.379000', '150628.382000', '150628.385000', '150628.387000', '150628.390000', '150628.393000', '150628.395000', '150628.398000', '150628.400000', '150628.403000', '150628.406000', '150628.408000', '150628.411000', '150628.414000', '150628.416000', '150628.419000', '150628.422000', '150628.424000', '150628.427000', '150628.429000', '150628.432000', '150628.435000', '150628.437000', '150628.440000', '150628.443000', '150628.445000', '150628.448000', '150628.450000', '150628.453000', '150628.468000', '150628.471000', '150628.474000', '150628.476000', '150628.479000', '150628.482000', '150628.484000', '150628.487000', '150648.361000', '150648.363000', '150648.366000', '150648.369000', '150648.371000', '150648.374000', '150648.376000', '150648.379000', '150648.382000', '150648.384000', '150648.387000', '150648.390000', '150648.392000', '150648.395000', '150648.397000', '150648.400000', '150648.403000', '150648.405000', '150648.408000', '150648.411000', '150648.413000', '150648.416000', '150648.418000', '150648.421000', '150648.424000', '150648.426000', '150648.429000', '150648.432000', '150648.434000', '150648.437000', '150648.440000', '150648.443000', '150648.446000', '150648.448000', '150648.451000', '150648.454000', '150648.457000', '150648.459000', '150648.462000', '150648.465000', '150648.467000', '150648.470000', '150648.474000', '150708.362000', '150708.365000', '150708.367000', '150708.371000', '150708.373000', '150708.376000', '150708.379000', '150708.381000', '150708.384000', '150708.387000', '150708.389000', '150708.392000', '150708.395000', '150708.397000', '150708.400000', '150708.403000', '150708.405000', '150708.408000', '150708.410000', '150708.413000', '150708.416000', '150708.419000', '150708.422000', '150708.424000', '150708.427000', '150708.430000', '150708.432000', '150708.435000', '150708.438000', '150708.440000', '150708.443000', '150708.446000', '150708.448000', '150708.451000', '150708.454000', '150708.456000', '150708.459000', '150708.462000', '150708.464000', '150708.467000', '150708.469000', '150708.472000', '150708.475000', '150708.478000', '150728.362000', '150728.365000', '150728.367000', '150728.370000', '150728.372000', '150728.375000', '150728.378000', '150728.380000', '150728.383000', '150728.385000', '150728.388000', '150728.391000', '150728.393000', '150728.396000', '150728.398000', '150728.401000', '150728.404000', '150728.406000', '150728.409000', '150728.412000', '150728.414000', '150728.417000', '150728.420000', '150728.422000', '150728.425000', '150728.428000', '150728.430000', '150728.433000', '150728.436000', '150728.438000', '150728.441000', '150728.444000', '150728.446000', '150728.449000', '150728.452000', '150728.455000', '150728.457000', '150728.460000', '150728.462000', '150728.465000', '150728.468000', '150728.470000', '150728.473000', '150748.362000', '150748.364000', '150748.368000', '150748.370000', '150748.373000', '150748.376000', '150748.379000', '150748.381000', '150748.384000', '150748.386000', '150748.389000', '150748.392000', '150748.394000', '150748.397000', '150748.400000', '150748.402000', '150748.405000', '150748.407000', '150748.410000', '150748.413000', '150748.415000', '150748.418000', '150748.421000', '150748.423000', '150748.426000', '150748.428000', '150748.431000', '150748.434000', '150748.436000', '150748.439000', '150748.442000', '150748.444000', '150748.447000', '150748.450000', '150748.452000', '150748.455000', '150748.458000', '150748.460000', '150748.463000', '150748.465000', '150748.468000', '150748.471000', '150748.473000', '150748.476000', '150808.361000', '150808.364000', '150808.366000', '150808.381000', '150808.384000', '150808.386000', '150808.389000', '150808.392000', '150808.395000', '150808.397000', '150808.400000', '150808.402000', '150808.405000', '150808.408000', '150808.410000', '150808.413000', '150808.416000', '150808.418000', '150808.421000', '150808.423000', '150808.432000', '150808.435000', '150808.437000', '150808.442000', '150808.445000', '150808.447000', '150808.450000', '150808.452000', '150808.455000', '150808.458000', '150808.460000', '150808.463000', '150808.466000', '150808.468000', '150808.471000', '150808.474000', '150808.476000', '150808.479000', '150808.482000', '150808.485000', '150808.487000', '150808.490000', '150808.492000', '150828.361000', '150828.364000', '150828.367000', '150828.369000', '150828.372000', '150828.375000', '150828.377000', '150828.380000', '150828.383000', '150828.385000', '150828.388000', '150828.391000', '150828.393000', '150828.396000', '150828.399000', '150828.402000', '150828.404000', '150828.407000', '150828.410000', '150828.412000', '150828.415000', '150828.418000', '150828.420000', '150828.423000', '150828.426000', '150828.428000', '150828.431000', '150828.434000', '150828.436000', '150828.439000', '150828.442000', '150828.444000', '150828.447000', '150828.450000', '150828.452000', '150828.455000', '150828.457000', '150828.460000', '150828.463000', '150828.465000', '150828.468000', '150828.471000', '150828.473000', '150828.476000', '150848.361000', '150848.364000', '150848.366000', '150848.369000', '150848.372000', '150848.374000', '150848.377000', '150848.379000', '150848.382000', '150848.385000', '150848.387000', '150848.390000', '150848.393000', '150848.395000', '150848.398000', '150848.400000', '150848.403000', '150848.406000', '150848.408000', '150848.411000', '150848.414000', '150848.416000', '150848.419000', '150848.421000', '150848.424000', '150848.427000', '150848.429000', '150848.432000', '150848.434000', '150848.437000', '150848.440000', '150848.442000', '150848.445000', '150848.447000', '150848.450000', '150848.453000', '150848.455000', '150848.458000', '150848.460000', '150848.463000', '150848.466000', '150848.468000', '150848.471000', '150851.705000', '150851.709000', '150851.712000', '150851.715000', '150851.718000', '150851.720000', '150851.723000', '150851.726000'], 'InstanceCreationTime': ['150228.400000', '150228.403000', '150228.406000', '150228.409000', '150228.412000', '150228.414000', '150228.417000', '150228.419000', '150228.422000', '150228.425000', '150228.427000', '150228.430000', '150228.433000', '150228.435000', '150228.438000', '150228.441000', '150228.443000', '150228.446000', '150228.448000', '150228.451000', '150228.454000', '150228.456000', '150228.459000', '150228.461000', '150228.464000', '150228.467000', '150228.469000', '150228.472000', '150228.474000', '150228.477000', '150228.482000', '150228.485000', '150228.488000', '150228.490000', '150228.493000', '150228.495000', '150228.498000', '150228.501000', '150248.361000', '150248.364000', '150248.367000', '150248.370000', '150248.372000', '150248.375000', '150248.378000', '150248.380000', '150248.383000', '150248.385000', '150248.388000', '150248.391000', '150248.393000', '150248.396000', '150248.399000', '150248.401000', '150248.404000', '150248.407000', '150248.409000', '150248.412000', '150248.415000', '150248.417000', '150248.420000', '150248.422000', '150248.425000', '150248.428000', '150248.430000', '150248.433000', '150248.435000', '150248.438000', '150248.440000', '150248.443000', '150248.446000', '150248.448000', '150248.451000', '150248.454000', '150248.456000', '150248.459000', '150248.462000', '150248.464000', '150248.467000', '150248.469000', '150248.472000', '150248.475000', '150308.362000', '150308.365000', '150308.367000', '150308.370000', '150308.372000', '150308.375000', '150308.377000', '150308.380000', '150308.383000', '150308.385000', '150308.388000', '150308.390000', '150308.393000', '150308.395000', '150308.398000', '150308.400000', '150308.403000', '150308.406000', '150308.408000', '150308.411000', '150308.413000', '150308.416000', '150308.418000', '150308.421000', '150308.423000', '150308.426000', '150308.429000', '150308.431000', '150308.434000', '150308.436000', '150308.439000', '150308.441000', '150308.444000', '150308.447000', '150308.449000', '150308.452000', '150308.455000', '150308.457000', '150308.460000', '150308.463000', '150308.465000', '150308.468000', '150308.470000', '150328.360000', '150328.363000', '150328.366000', '150328.368000', '150328.371000', '150328.374000', '150328.376000', '150328.379000', '150328.381000', '150328.384000', '150328.386000', '150328.389000', '150328.392000', '150328.394000', '150328.397000', '150328.411000', '150328.413000', '150328.416000', '150328.418000', '150328.421000', '150328.424000', '150328.426000', '150328.429000', '150328.431000', '150328.434000', '150328.436000', '150328.439000', '150328.442000', '150328.444000', '150328.454000', '150328.457000', '150328.460000', '150328.462000', '150328.465000', '150328.468000', '150328.470000', '150328.473000', '150328.476000', '150328.478000', '150328.481000', '150328.483000', '150328.486000', '150328.489000', '150328.491000', '150348.361000', '150348.363000', '150348.366000', '150348.369000', '150348.371000', '150348.374000', '150348.376000', '150348.379000', '150348.381000', '150348.384000', '150348.386000', '150348.389000', '150348.392000', '150348.394000', '150348.397000', '150348.399000', '150348.402000', '150348.405000', '150348.407000', '150348.410000', '150348.412000', '150348.415000', '150348.417000', '150348.420000', '150348.422000', '150348.425000', '150348.428000', '150348.430000', '150348.433000', '150348.436000', '150348.438000', '150348.441000', '150348.444000', '150348.446000', '150348.449000', '150348.452000', '150348.454000', '150348.457000', '150348.459000', '150348.462000', '150348.465000', '150348.467000', '150348.470000', '150408.360000', '150408.364000', '150408.366000', '150408.369000', '150408.372000', '150408.375000', '150408.378000', '150408.380000', '150408.383000', '150408.385000', '150408.388000', '150408.390000', '150408.394000', '150408.396000', '150408.399000', '150408.402000', '150408.404000', '150408.407000', '150408.410000', '150408.412000', '150408.415000', '150408.418000', '150408.420000', '150408.423000', '150408.425000', '150408.428000', '150408.431000', '150408.433000', '150408.436000', '150408.439000', '150408.441000', '150408.444000', '150408.446000', '150408.449000', '150408.452000', '150408.454000', '150408.457000', '150408.460000', '150408.462000', '150408.465000', '150408.468000', '150408.470000', '150408.473000', '150428.360000', '150428.363000', '150428.366000', '150428.369000', '150428.371000', '150428.374000', '150428.377000', '150428.379000', '150428.382000', '150428.384000', '150428.387000', '150428.390000', '150428.392000', '150428.395000', '150428.398000', '150428.400000', '150428.403000', '150428.405000', '150428.408000', '150428.411000', '150428.413000', '150428.416000', '150428.418000', '150428.421000', '150428.424000', '150428.426000', '150428.429000', '150428.432000', '150428.434000', '150428.437000', '150428.440000', '150428.442000', '150428.445000', '150428.447000', '150428.450000', '150428.453000', '150428.455000', '150428.458000', '150428.461000', '150428.463000', '150428.466000', '150428.468000', '150428.471000', '150428.474000', '150448.361000', '150448.364000', '150448.374000', '150448.376000', '150448.379000', '150448.381000', '150448.384000', '150448.387000', '150448.389000', '150448.392000', '150448.395000', '150448.398000', '150448.400000', '150448.403000', '150448.406000', '150448.408000', '150448.411000', '150448.414000', '150448.416000', '150448.419000', '150448.421000', '150448.424000', '150448.427000', '150448.429000', '150448.432000', '150448.434000', '150448.437000', '150448.440000', '150448.442000', '150448.445000', '150448.448000', '150448.450000', '150448.453000', '150448.456000', '150448.458000', '150448.461000', '150448.463000', '150448.466000', '150448.469000', '150448.471000', '150448.474000', '150448.477000', '150448.479000', '150448.482000', '150508.362000', '150508.365000', '150508.367000', '150508.370000', '150508.372000', '150508.375000', '150508.378000', '150508.381000', '150508.383000', '150508.386000', '150508.397000', '150508.400000', '150508.402000', '150508.405000', '150508.408000', '150508.410000', '150508.413000', '150508.415000', '150508.418000', '150508.421000', '150508.423000', '150508.426000', '150508.428000', '150508.431000', '150508.434000', '150508.436000', '150508.439000', '150508.441000', '150508.444000', '150508.447000', '150508.449000', '150508.452000', '150508.455000', '150508.457000', '150508.460000', '150508.463000', '150508.465000', '150508.468000', '150508.471000', '150508.473000', '150508.476000', '150508.479000', '150508.481000', '150528.361000', '150528.364000', '150528.367000', '150528.369000', '150528.372000', '150528.375000', '150528.377000', '150528.380000', '150528.383000', '150528.385000', '150528.388000', '150528.391000', '150528.393000', '150528.396000', '150528.399000', '150528.402000', '150528.404000', '150528.407000', '150528.410000', '150528.412000', '150528.415000', '150528.418000', '150528.420000', '150528.423000', '150528.426000', '150528.428000', '150528.431000', '150528.434000', '150528.437000', '150528.440000', '150528.443000', '150528.446000', '150528.448000', '150528.451000', '150528.454000', '150528.456000', '150528.459000', '150528.461000', '150528.464000', '150528.467000', '150528.470000', '150528.472000', '150528.475000', '150548.361000', '150548.364000', '150548.366000', '150548.369000', '150548.372000', '150548.375000', '150548.377000', '150548.380000', '150548.383000', '150548.385000', '150548.388000', '150548.391000', '150548.393000', '150548.396000', '150548.398000', '150548.401000', '150548.404000', '150548.406000', '150548.409000', '150548.411000', '150548.414000', '150548.417000', '150548.419000', '150548.422000', '150548.425000', '150548.427000', '150548.430000', '150548.433000', '150548.435000', '150548.438000', '150548.441000', '150548.443000', '150548.446000', '150548.448000', '150548.451000', '150548.453000', '150548.456000', '150548.459000', '150548.461000', '150548.464000', '150548.467000', '150548.469000', '150548.472000', '150548.475000', '150608.361000', '150608.364000', '150608.366000', '150608.369000', '150608.372000', '150608.374000', '150608.377000', '150608.380000', '150608.382000', '150608.385000', '150608.388000', '150608.390000', '150608.393000', '150608.396000', '150608.399000', '150608.402000', '150608.404000', '150608.407000', '150608.409000', '150608.412000', '150608.415000', '150608.417000', '150608.420000', '150608.423000', '150608.425000', '150608.428000', '150608.431000', '150608.433000', '150608.436000', '150608.439000', '150608.442000', '150608.445000', '150608.448000', '150608.450000', '150608.453000', '150608.456000', '150608.458000', '150608.461000', '150608.464000', '150608.466000', '150608.469000', '150608.472000', '150608.474000', '150628.361000', '150628.363000', '150628.366000', '150628.369000', '150628.371000', '150628.374000', '150628.377000', '150628.379000', '150628.382000', '150628.385000', '150628.387000', '150628.390000', '150628.393000', '150628.395000', '150628.398000', '150628.400000', '150628.403000', '150628.406000', '150628.408000', '150628.411000', '150628.414000', '150628.416000', '150628.419000', '150628.422000', '150628.424000', '150628.427000', '150628.429000', '150628.432000', '150628.435000', '150628.437000', '150628.440000', '150628.443000', '150628.445000', '150628.448000', '150628.450000', '150628.453000', '150628.468000', '150628.471000', '150628.474000', '150628.476000', '150628.479000', '150628.482000', '150628.484000', '150628.487000', '150648.361000', '150648.363000', '150648.366000', '150648.369000', '150648.371000', '150648.374000', '150648.376000', '150648.379000', '150648.382000', '150648.384000', '150648.387000', '150648.390000', '150648.392000', '150648.395000', '150648.397000', '150648.400000', '150648.403000', '150648.405000', '150648.408000', '150648.411000', '150648.413000', '150648.416000', '150648.418000', '150648.421000', '150648.424000', '150648.426000', '150648.429000', '150648.432000', '150648.434000', '150648.437000', '150648.440000', '150648.443000', '150648.446000', '150648.448000', '150648.451000', '150648.454000', '150648.457000', '150648.459000', '150648.462000', '150648.465000', '150648.467000', '150648.470000', '150648.474000', '150708.362000', '150708.365000', '150708.367000', '150708.371000', '150708.373000', '150708.376000', '150708.379000', '150708.381000', '150708.384000', '150708.387000', '150708.389000', '150708.392000', '150708.395000', '150708.397000', '150708.400000', '150708.403000', '150708.405000', '150708.408000', '150708.410000', '150708.413000', '150708.416000', '150708.419000', '150708.422000', '150708.424000', '150708.427000', '150708.430000', '150708.432000', '150708.435000', '150708.438000', '150708.440000', '150708.443000', '150708.446000', '150708.448000', '150708.451000', '150708.454000', '150708.456000', '150708.459000', '150708.462000', '150708.464000', '150708.467000', '150708.469000', '150708.472000', '150708.475000', '150708.478000', '150728.362000', '150728.365000', '150728.367000', '150728.370000', '150728.372000', '150728.375000', '150728.378000', '150728.380000', '150728.383000', '150728.385000', '150728.388000', '150728.391000', '150728.393000', '150728.396000', '150728.398000', '150728.401000', '150728.404000', '150728.406000', '150728.409000', '150728.412000', '150728.414000', '150728.417000', '150728.420000', '150728.422000', '150728.425000', '150728.428000', '150728.430000', '150728.433000', '150728.436000', '150728.438000', '150728.441000', '150728.444000', '150728.446000', '150728.449000', '150728.452000', '150728.455000', '150728.457000', '150728.460000', '150728.462000', '150728.465000', '150728.468000', '150728.470000', '150728.473000', '150748.362000', '150748.364000', '150748.368000', '150748.370000', '150748.373000', '150748.376000', '150748.379000', '150748.381000', '150748.384000', '150748.386000', '150748.389000', '150748.392000', '150748.394000', '150748.397000', '150748.400000', '150748.402000', '150748.405000', '150748.407000', '150748.410000', '150748.413000', '150748.415000', '150748.418000', '150748.421000', '150748.423000', '150748.426000', '150748.428000', '150748.431000', '150748.434000', '150748.436000', '150748.439000', '150748.442000', '150748.444000', '150748.447000', '150748.450000', '150748.452000', '150748.455000', '150748.458000', '150748.460000', '150748.463000', '150748.465000', '150748.468000', '150748.471000', '150748.473000', '150748.476000', '150808.361000', '150808.364000', '150808.366000', '150808.381000', '150808.384000', '150808.386000', '150808.389000', '150808.392000', '150808.395000', '150808.397000', '150808.400000', '150808.402000', '150808.405000', '150808.408000', '150808.410000', '150808.413000', '150808.416000', '150808.418000', '150808.421000', '150808.423000', '150808.432000', '150808.435000', '150808.437000', '150808.442000', '150808.445000', '150808.447000', '150808.450000', '150808.452000', '150808.455000', '150808.458000', '150808.460000', '150808.463000', '150808.466000', '150808.468000', '150808.471000', '150808.474000', '150808.476000', '150808.479000', '150808.482000', '150808.485000', '150808.487000', '150808.490000', '150808.492000', '150828.361000', '150828.364000', '150828.367000', '150828.369000', '150828.372000', '150828.375000', '150828.377000', '150828.380000', '150828.383000', '150828.385000', '150828.388000', '150828.391000', '150828.393000', '150828.396000', '150828.399000', '150828.402000', '150828.404000', '150828.407000', '150828.410000', '150828.412000', '150828.415000', '150828.418000', '150828.420000', '150828.423000', '150828.426000', '150828.428000', '150828.431000', '150828.434000', '150828.436000', '150828.439000', '150828.442000', '150828.444000', '150828.447000', '150828.450000', '150828.452000', '150828.455000', '150828.457000', '150828.460000', '150828.463000', '150828.465000', '150828.468000', '150828.471000', '150828.473000', '150828.476000', '150848.361000', '150848.364000', '150848.366000', '150848.369000', '150848.372000', '150848.374000', '150848.377000', '150848.379000', '150848.382000', '150848.385000', '150848.387000', '150848.390000', '150848.393000', '150848.395000', '150848.398000', '150848.400000', '150848.403000', '150848.406000', '150848.408000', '150848.411000', '150848.414000', '150848.416000', '150848.419000', '150848.421000', '150848.424000', '150848.427000', '150848.429000', '150848.432000', '150848.434000', '150848.437000', '150848.440000', '150848.442000', '150848.445000', '150848.447000', '150848.450000', '150848.453000', '150848.455000', '150848.458000', '150848.460000', '150848.463000', '150848.466000', '150848.468000', '150848.471000', '150851.705000', '150851.709000', '150851.712000', '150851.715000', '150851.718000', '150851.720000', '150851.723000', '150851.726000'], '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': [10175, 6645, 11157, 7239, 10697, 7638, 9892, 6179, 9050, 5886, 8863, 6706, 8646, 6502, 8257, 6304, 8311, 5881, 8678, 6163, 8085, 5657, 8872, 7015, 8456, 6687, 8632, 6690, 11533, 7739, 14174, 9936, 13229, 7723, 10980, 8218, 11645, 8495, 12322, 6062, 9889, 6261, 9346, 6503, 11007, 5860, 9453, 5904, 9128, 6113, 8812, 6322, 9821, 6135, 9376, 5810, 7870, 6889, 7154, 7377, 7016, 8072, 6013, 9545, 6019, 9285, 6377, 8815, 5965, 9049, 5994, 8589, 6609, 7741, 5984, 6838, 6273, 6732, 7227, 5810, 8543, 6503, 10419, 5543, 10646, 7499, 12892, 7979, 12162, 6464, 9559, 8392, 12204, 7022, 5410, 7314, 5971, 10529, 5579, 9908, 5868, 9406, 6426, 9654, 7005, 10569, 6576, 8860, 6433, 8611, 6159, 8133, 5698, 8070, 5607, 7266, 5513, 6839, 5874, 7558, 5492, 6903, 5647, 6720, 6849, 6939, 5550, 7116, 5974, 7354, 6217, 8122, 6062, 9131, 5777, 8603, 7162, 11014, 6301, 10016, 6751, 9353, 11066, 9848, 8684, 7854, 7974, 6902, 10703, 6940, 5619, 7588, 5566, 7549, 5846, 8817, 5993, 10607, 5976, 11390, 5708, 11597, 7740, 11401, 6778, 10684, 6920, 7665, 8290, 6878, 8266, 7391, 5594, 6672, 5686, 6870, 6861, 6289, 7568, 6461, 7931, 5775, 9501, 5951, 9221, 6535, 8621, 6102, 8343, 5931, 8501, 6125, 8571, 6374, 8777, 6113, 8597, 6506, 8950, 7715, 11118, 6178, 9668, 6215, 9741, 7207, 12621, 7614, 11456, 6027, 9671, 7672, 13606, 7874, 10340, 6950, 7447, 7543, 6484, 8797, 5647, 8022, 10037, 7872, 14439, 9614, 11867, 6734, 11202, 6354, 11635, 6473, 9625, 7046, 9080, 5662, 8438, 6014, 8137, 6661, 7900, 6003, 8137, 6314, 9458, 7303, 9569, 7159, 11296, 6969, 12530, 7533, 12902, 9016, 12011, 7414, 12180, 7722, 12650, 8716, 11509, 7300, 10586, 6181, 9015, 6011, 9068, 6691, 8883, 6202, 7918, 6149, 7239, 7196, 6308, 10039, 6117, 9130, 5847, 8687, 5725, 8330, 6261, 8332, 6045, 8277, 5753, 8317, 6334, 8527, 6467, 8906, 5993, 8530, 6066, 8565, 6594, 9614, 6272, 8656, 6238, 8926, 6039, 10501, 5880, 8787, 5992, 8319, 6639, 10825, 5532, 9365, 5344, 7529, 6189, 11424, 6917, 5753, 7952, 6439, 10997, 5945, 10436, 5832, 8956, 11605, 8238, 10178, 7114, 11064, 6241, 11868, 6245, 10138, 6351, 9261, 5972, 8789, 6122, 8595, 6710, 8235, 5998, 8983, 6098, 9036, 6782, 8759, 6781, 10507, 6383, 9720, 7316, 9842, 6433, 9476, 6006, 7376, 9109, 6679, 9209, 6009, 9836, 5858, 9686, 6275, 9355, 6363, 8588, 5837, 8335, 6358, 9431, 7206, 10140, 6041, 9333, 6465, 9475, 6954, 9873, 6156, 8632, 5984, 9358, 6112, 11218, 6096, 8567, 6070, 8219, 5831, 9871, 5628, 8732, 5663, 8038, 8041, 10091, 7032, 6831, 8771, 6310, 13116, 6718, 13002, 7730, 10450, 5848, 9586, 5949, 9505, 6713, 9228, 6077, 9595, 6251, 8970, 7493, 9606, 6593, 9285, 6353, 8545, 6159, 8626, 6618, 9473, 6410, 8105, 6186, 8186, 5604, 8966, 5598, 8361, 5495, 8234, 6148, 10456, 6307, 8302, 6601, 5765, 9063, 6117, 11144, 5602, 10147, 5684, 10482, 13885, 9542, 12729, 6623, 12145, 6399, 9789, 7687, 8881, 5689, 8663, 5591, 8463, 6098, 8370, 6216, 8373, 6150, 9088, 6982, 9671, 7586, 10880, 7150, 10601, 7211, 11675, 7913, 12221, 6147, 10632, 5876, 10074, 6109, 11321, 6160, 8501, 5696, 8746, 6170, 11410, 5722, 10350, 6177, 10177, 7257, 12921, 7183, 11745, 6536, 11077, 7894, 11984, 8829, 12318, 6388, 9727, 6288, 8988, 7139, 9125, 6386, 8287, 6352, 7722, 5897, 6880, 6592, 6150, 7167, 5855, 8186, 5673, 8780, 6167, 8496, 5863, 8612, 5904, 8506, 6692, 8889, 6118, 8592, 5927, 8711, 6307, 9344, 7018, 9148, 6479, 9015, 6452, 9522, 8028, 10482, 8330, 10112, 6388, 14221, 9078, 11256, 6968, 7510, 6760, 7094, 7717, 5750, 7424, 5822, 7480, 6187, 9009, 5458, 8156, 5631, 7986, 5496, 8011, 5627, 7986, 5514, 8183, 5493, 9322, 5812, 10357, 7843, 6804, 13943, 7135, 12956, 8345, 10493, 6448, 8275, 5426, 6924, 8396, 6118, 11365, 5799, 9443, 5838, 8469, 5842, 7833, 5718, 7074, 5972, 6411, 9070, 6534, 9492, 6259, 10243, 6453, 9355, 7801, 9859, 6121, 8889, 6453, 8580, 6481, 9580, 6879, 7050, 9296, 6515, 11377, 6332, 9085, 6413, 8495, 5758, 7326, 5842, 6920, 7604, 5378, 8394, 5844, 10844, 7266, 12368, 6970, 10725, 6753, 7610, 15039, 7887, 11397, 6645, 10157, 6250, 7517, 5304, 7072, 5543, 6200, 5723, 5953, 6135, 6036, 6549, 6417, 6899, 6368, 10171, 6575, 10882, 8268, 11412, 6292, 9573, 6038, 9071, 6824, 11689, 5749, 10093, 5801, 8823, 9872, 9979, 7669, 8697, 10402, 6666, 12641, 6546, 10833, 7016, 10599, 6317, 13050, 6842, 13685, 9236, 13148, 7360, 10717, 6398, 9220, 7584, 10014, 6178, 8988, 6060, 9057, 6390, 10691, 6233, 10383, 6222, 10110, 5937, 9961, 6588, 11134, 5898, 8869, 5714, 8884, 5727, 9138, 5836, 8934, 5951, 7594, 6060, 7699, 5610, 7064, 6377, 6514, 5396, 5966, 8047, 5861, 8785, 6130, 8415, 5839, 8998, 5783, 8736, 6303, 8829, 6263, 8663, 5879, 8646, 6445, 9032, 6289, 9291, 5774, 9019, 6146, 8834, 8047, 9624, 6033, 9437, 6241, 9005, 7183, 11640, 5807, 9237, 5940, 10418, 7315, 9542, 5413, 7746, 5833, 10154, 5704, 9680, 5694, 8650, 5854, 9112, 7383, 10502, 6053, 8870, 6286, 8650, 6013, 8476, 5919, 7206, 6486, 6176, 12794, 6210, 10859, 7584, 9458, 6485, 8869, 6104, 8000, 5936, 8241, 6228, 7212, 6145, 7217, 5399, 8129, 5614, 9157, 5741, 8734, 5708, 9510, 6648, 10105, 7979, 10681, 12053, 7958, 8671, 7862, 7222, 6544, 6106, 6671, 6033, 8466, 5424, 9235, 5432, 8774, 5898, 9264, 6799, 11707, 6022, 11268, 8432, 10757, 6523, 5590, 7607, 6474, 11591, 5746, 10275, 6024, 10206, 6091, 11116, 6279, 10918, 6581, 8026, 5618, 7359, 5709, 7516, 5453, 6667, 6882, 5905, 7433, 6328, 6052, 6073, 6997, 5930, 7146, 6398, 5795, 6851, 5594], 'WindowCenter': [3625.0, 3579.0, 3608.0, 3574.0, 3593.0, 3571.0, 3580.0, 3549.0, 3570.0, 3539.0, 3580.0, 3560.0, 3570.0, 3549.0, 3570.0, 3561.0, 3583.0, 3552.0, 3582.0, 3563.0, 3583.0, 3564.0, 3595.0, 3575.0, 3587.0, 3575.0, 3585.0, 3574.0, 3606.0, 3584.0, 3615.0, 3593.0, 3603.0, 3570.0, 3591.0, 3571.0, 3591.0, 3569.0, 3590.0, 3536.0, 3577.0, 3546.0, 3567.0, 3547.0, 3578.0, 3536.0, 3578.0, 3537.0, 3568.0, 3547.0, 3568.0, 3547.0, 3578.0, 3536.0, 3568.0, 3536.0, 3557.0, 3546.0, 3557.0, 3557.0, 3546.0, 3557.0, 3536.0, 3579.0, 3548.0, 3578.0, 3547.0, 3568.0, 3548.0, 3580.0, 3550.0, 3581.0, 3560.0, 3570.0, 3550.0, 3560.0, 3562.0, 3573.0, 3573.0, 3552.0, 3584.0, 3563.0, 3605.0, 3553.0, 3605.0, 3574.0, 3615.0, 3583.0, 3603.0, 3564.0, 3581.0, 3583.0, 3603.0, 3572.0, 3551.0, 3573.0, 3562.0, 3592.0, 3539.0, 3591.0, 3550.0, 3581.0, 3561.0, 3582.0, 3560.0, 3591.0, 3560.0, 3580.0, 3549.0, 3581.0, 3550.0, 3570.0, 3549.0, 3570.0, 3538.0, 3571.0, 3540.0, 3573.0, 3550.0, 3572.0, 3540.0, 3572.0, 3550.0, 3574.0, 3573.0, 3573.0, 3551.0, 3574.0, 3562.0, 3585.0, 3564.0, 3585.0, 3563.0, 3595.0, 3552.0, 3584.0, 3573.0, 3606.0, 3562.0, 3593.0, 3559.0, 3582.0, 3603.0, 3592.0, 3569.0, 3569.0, 3569.0, 3558.0, 3591.0, 3558.0, 3536.0, 3557.0, 3525.0, 3558.0, 3537.0, 3580.0, 3548.0, 3591.0, 3548.0, 3590.0, 3537.0, 3590.0, 3558.0, 3589.0, 3545.0, 3577.0, 3544.0, 3555.0, 3555.0, 3545.0, 3555.0, 3545.0, 3523.0, 3545.0, 3523.0, 3545.0, 3544.0, 3546.0, 3556.0, 3547.0, 3567.0, 3537.0, 3578.0, 3549.0, 3580.0, 3549.0, 3580.0, 3549.0, 3569.0, 3550.0, 3581.0, 3551.0, 3582.0, 3562.0, 3582.0, 3563.0, 3594.0, 3564.0, 3594.0, 3585.0, 3604.0, 3563.0, 3593.0, 3563.0, 3594.0, 3573.0, 3615.0, 3572.0, 3603.0, 3551.0, 3593.0, 3571.0, 3613.0, 3582.0, 3593.0, 3572.0, 3571.0, 3571.0, 3549.0, 3570.0, 3538.0, 3569.0, 3578.0, 3568.0, 3600.0, 3578.0, 3587.0, 3545.0, 3576.0, 3535.0, 3588.0, 3546.0, 3566.0, 3546.0, 3566.0, 3535.0, 3569.0, 3551.0, 3570.0, 3560.0, 3570.0, 3550.0, 3571.0, 3561.0, 3593.0, 3572.0, 3593.0, 3561.0, 3591.0, 3560.0, 3601.0, 3569.0, 3601.0, 3580.0, 3589.0, 3557.0, 3588.0, 3557.0, 3588.0, 3567.0, 3576.0, 3545.0, 3576.0, 3534.0, 3565.0, 3535.0, 3566.0, 3545.0, 3565.0, 3534.0, 3555.0, 3534.0, 3544.0, 3544.0, 3534.0, 3565.0, 3534.0, 3565.0, 3535.0, 3566.0, 3536.0, 3568.0, 3548.0, 3569.0, 3549.0, 3570.0, 3550.0, 3582.0, 3562.0, 3582.0, 3562.0, 3582.0, 3552.0, 3583.0, 3563.0, 3583.0, 3563.0, 3593.0, 3562.0, 3582.0, 3552.0, 3594.0, 3551.0, 3593.0, 3551.0, 3582.0, 3550.0, 3583.0, 3562.0, 3604.0, 3540.0, 3582.0, 3540.0, 3571.0, 3551.0, 3604.0, 3574.0, 3553.0, 3585.0, 3564.0, 3606.0, 3551.0, 3594.0, 3539.0, 3581.0, 3591.0, 3570.0, 3580.0, 3558.0, 3589.0, 3548.0, 3590.0, 3548.0, 3579.0, 3547.0, 3578.0, 3548.0, 3569.0, 3550.0, 3581.0, 3561.0, 3570.0, 3550.0, 3581.0, 3551.0, 3582.0, 3562.0, 3582.0, 3561.0, 3592.0, 3561.0, 3581.0, 3571.0, 3592.0, 3549.0, 3581.0, 3548.0, 3560.0, 3579.0, 3548.0, 3568.0, 3548.0, 3578.0, 3537.0, 3580.0, 3549.0, 3580.0, 3550.0, 3580.0, 3550.0, 3582.0, 3563.0, 3593.0, 3573.0, 3592.0, 3551.0, 3593.0, 3562.0, 3593.0, 3561.0, 3592.0, 3550.0, 3581.0, 3550.0, 3582.0, 3550.0, 3591.0, 3549.0, 3570.0, 3549.0, 3570.0, 3539.0, 3592.0, 3538.0, 3570.0, 3537.0, 3571.0, 3570.0, 3580.0, 3547.0, 3547.0, 3568.0, 3547.0, 3600.0, 3547.0, 3589.0, 3557.0, 3577.0, 3536.0, 3578.0, 3548.0, 3579.0, 3548.0, 3579.0, 3548.0, 3579.0, 3549.0, 3580.0, 3559.0, 3579.0, 3548.0, 3568.0, 3547.0, 3568.0, 3549.0, 3569.0, 3548.0, 3579.0, 3548.0, 3568.0, 3548.0, 3571.0, 3552.0, 3595.0, 3551.0, 3583.0, 3551.0, 3583.0, 3562.0, 3604.0, 3563.0, 3584.0, 3575.0, 3564.0, 3595.0, 3563.0, 3604.0, 3551.0, 3592.0, 3539.0, 3592.0, 3601.0, 3580.0, 3589.0, 3547.0, 3589.0, 3548.0, 3578.0, 3557.0, 3567.0, 3536.0, 3567.0, 3538.0, 3581.0, 3562.0, 3582.0, 3562.0, 3582.0, 3563.0, 3594.0, 3574.0, 3594.0, 3573.0, 3593.0, 3572.0, 3592.0, 3572.0, 3603.0, 3571.0, 3601.0, 3549.0, 3590.0, 3537.0, 3580.0, 3537.0, 3589.0, 3536.0, 3567.0, 3537.0, 3569.0, 3548.0, 3590.0, 3537.0, 3579.0, 3548.0, 3580.0, 3559.0, 3600.0, 3558.0, 3589.0, 3547.0, 3589.0, 3569.0, 3589.0, 3568.0, 3588.0, 3535.0, 3566.0, 3546.0, 3567.0, 3546.0, 3566.0, 3535.0, 3555.0, 3534.0, 3556.0, 3535.0, 3545.0, 3545.0, 3535.0, 3545.0, 3535.0, 3567.0, 3538.0, 3568.0, 3548.0, 3568.0, 3539.0, 3580.0, 3550.0, 3581.0, 3561.0, 3581.0, 3550.0, 3581.0, 3551.0, 3583.0, 3563.0, 3593.0, 3573.0, 3593.0, 3563.0, 3583.0, 3563.0, 3594.0, 3586.0, 3607.0, 3585.0, 3605.0, 3565.0, 3615.0, 3583.0, 3603.0, 3572.0, 3572.0, 3562.0, 3574.0, 3571.0, 3539.0, 3560.0, 3539.0, 3572.0, 3551.0, 3581.0, 3538.0, 3570.0, 3550.0, 3583.0, 3551.0, 3571.0, 3550.0, 3582.0, 3551.0, 3582.0, 3551.0, 3593.0, 3551.0, 3593.0, 3571.0, 3561.0, 3613.0, 3560.0, 3602.0, 3570.0, 3590.0, 3547.0, 3568.0, 3538.0, 3559.0, 3569.0, 3548.0, 3589.0, 3538.0, 3579.0, 3538.0, 3569.0, 3537.0, 3558.0, 3537.0, 3558.0, 3547.0, 3549.0, 3581.0, 3549.0, 3580.0, 3549.0, 3591.0, 3550.0, 3581.0, 3571.0, 3581.0, 3549.0, 3580.0, 3548.0, 3570.0, 3548.0, 3580.0, 3547.0, 3547.0, 3568.0, 3548.0, 3590.0, 3548.0, 3568.0, 3548.0, 3568.0, 3539.0, 3570.0, 3551.0, 3560.0, 3572.0, 3551.0, 3583.0, 3553.0, 3605.0, 3573.0, 3604.0, 3561.0, 3592.0, 3548.0, 3559.0, 3601.0, 3558.0, 3589.0, 3546.0, 3578.0, 3546.0, 3558.0, 3537.0, 3558.0, 3537.0, 3547.0, 3538.0, 3562.0, 3563.0, 3564.0, 3563.0, 3565.0, 3574.0, 3575.0, 3607.0, 3576.0, 3606.0, 3596.0, 3605.0, 3564.0, 3595.0, 3565.0, 3595.0, 3563.0, 3605.0, 3551.0, 3594.0, 3552.0, 3584.0, 3593.0, 3593.0, 3573.0, 3595.0, 3604.0, 3562.0, 3616.0, 3562.0, 3592.0, 3560.0, 3590.0, 3549.0, 3601.0, 3560.0, 3602.0, 3580.0, 3600.0, 3558.0, 3578.0, 3547.0, 3567.0, 3557.0, 3577.0, 3536.0, 3567.0, 3536.0, 3567.0, 3546.0, 3578.0, 3536.0, 3577.0, 3536.0, 3577.0, 3536.0, 3578.0, 3546.0, 3577.0, 3535.0, 3566.0, 3535.0, 3567.0, 3536.0, 3567.0, 3535.0, 3567.0, 3535.0, 3556.0, 3536.0, 3557.0, 3537.0, 3559.0, 3547.0, 3549.0, 3537.0, 3549.0, 3569.0, 3550.0, 3581.0, 3550.0, 3570.0, 3550.0, 3580.0, 3551.0, 3583.0, 3563.0, 3583.0, 3562.0, 3582.0, 3552.0, 3584.0, 3563.0, 3582.0, 3562.0, 3582.0, 3551.0, 3594.0, 3564.0, 3594.0, 3585.0, 3594.0, 3552.0, 3583.0, 3563.0, 3583.0, 3562.0, 3603.0, 3539.0, 3581.0, 3549.0, 3592.0, 3559.0, 3581.0, 3539.0, 3570.0, 3551.0, 3592.0, 3550.0, 3581.0, 3550.0, 3582.0, 3552.0, 3582.0, 3572.0, 3591.0, 3549.0, 3580.0, 3549.0, 3569.0, 3548.0, 3570.0, 3538.0, 3559.0, 3548.0, 3549.0, 3602.0, 3550.0, 3590.0, 3559.0, 3578.0, 3548.0, 3569.0, 3549.0, 3570.0, 3549.0, 3570.0, 3549.0, 3560.0, 3548.0, 3572.0, 3541.0, 3572.0, 3551.0, 3583.0, 3551.0, 3583.0, 3553.0, 3594.0, 3561.0, 3594.0, 3573.0, 3606.0, 3615.0, 3583.0, 3570.0, 3570.0, 3558.0, 3549.0, 3550.0, 3560.0, 3550.0, 3582.0, 3539.0, 3581.0, 3540.0, 3581.0, 3551.0, 3593.0, 3561.0, 3602.0, 3550.0, 3591.0, 3582.0, 3592.0, 3561.0, 3540.0, 3573.0, 3560.0, 3592.0, 3539.0, 3580.0, 3549.0, 3591.0, 3550.0, 3591.0, 3549.0, 3590.0, 3548.0, 3558.0, 3538.0, 3560.0, 3538.0, 3559.0, 3526.0, 3548.0, 3558.0, 3550.0, 3560.0, 3550.0, 3549.0, 3550.0, 3561.0, 3563.0, 3572.0, 3562.0, 3552.0, 3576.0, 3542.0], 'WindowWidth': [8193.0, 8121.0, 8156.0, 8105.0, 8124.0, 8093.0, 8101.0, 8059.0, 8087.0, 8048.0, 8103.0, 8077.0, 8089.0, 8062.0, 8088.0, 8080.0, 8112.0, 8071.0, 8109.0, 8088.0, 8111.0, 8090.0, 8132.0, 8107.0, 8122.0, 8105.0, 8117.0, 8102.0, 8147.0, 8116.0, 8158.0, 8125.0, 8137.0, 8089.0, 8117.0, 8091.0, 8117.0, 8085.0, 8112.0, 8037.0, 8092.0, 8050.0, 8080.0, 8052.0, 8095.0, 8038.0, 8094.0, 8041.0, 8080.0, 8055.0, 8083.0, 8055.0, 8096.0, 8038.0, 8082.0, 8036.0, 8067.0, 8051.0, 8065.0, 8065.0, 8050.0, 8064.0, 8037.0, 8097.0, 8057.0, 8096.0, 8055.0, 8081.0, 8057.0, 8101.0, 8066.0, 8105.0, 8078.0, 8089.0, 8065.0, 8078.0, 8085.0, 8101.0, 8101.0, 8071.0, 8115.0, 8086.0, 8146.0, 8075.0, 8146.0, 8102.0, 8158.0, 8113.0, 8139.0, 8087.0, 8105.0, 8111.0, 8136.0, 8094.0, 8069.0, 8100.0, 8083.0, 8123.0, 8049.0, 8119.0, 8063.0, 8104.0, 8081.0, 8108.0, 8078.0, 8116.0, 8076.0, 8102.0, 8061.0, 8104.0, 8065.0, 8091.0, 8063.0, 8090.0, 8047.0, 8091.0, 8051.0, 8099.0, 8067.0, 8097.0, 8052.0, 8095.0, 8066.0, 8103.0, 8102.0, 8101.0, 8070.0, 8103.0, 8085.0, 8120.0, 8090.0, 8119.0, 8087.0, 8130.0, 8070.0, 8117.0, 8101.0, 8147.0, 8082.0, 8125.0, 8075.0, 8108.0, 8136.0, 8120.0, 8086.0, 8086.0, 8084.0, 8070.0, 8118.0, 8071.0, 8037.0, 8067.0, 8022.0, 8069.0, 8042.0, 8101.0, 8058.0, 8118.0, 8057.0, 8115.0, 8040.0, 8113.0, 8069.0, 8109.0, 8046.0, 8091.0, 8045.0, 8058.0, 8059.0, 8046.0, 8059.0, 8045.0, 8014.0, 8046.0, 8016.0, 8047.0, 8045.0, 8051.0, 8065.0, 8055.0, 8080.0, 8044.0, 8097.0, 8061.0, 8103.0, 8061.0, 8101.0, 8061.0, 8087.0, 8064.0, 8107.0, 8069.0, 8109.0, 8085.0, 8110.0, 8087.0, 8128.0, 8090.0, 8130.0, 8119.0, 8141.0, 8086.0, 8125.0, 8086.0, 8127.0, 8101.0, 8155.0, 8098.0, 8138.0, 8067.0, 8123.0, 8093.0, 8151.0, 8109.0, 8123.0, 8094.0, 8094.0, 8092.0, 8060.0, 8087.0, 8043.0, 8083.0, 8094.0, 8081.0, 8127.0, 8095.0, 8104.0, 8047.0, 8088.0, 8032.0, 8107.0, 8049.0, 8076.0, 8050.0, 8076.0, 8037.0, 8087.0, 8067.0, 8090.0, 8077.0, 8089.0, 8065.0, 8092.0, 8082.0, 8125.0, 8098.0, 8123.0, 8080.0, 8119.0, 8075.0, 8130.0, 8087.0, 8129.0, 8099.0, 8110.0, 8066.0, 8107.0, 8064.0, 8109.0, 8078.0, 8089.0, 8046.0, 8086.0, 8030.0, 8070.0, 8033.0, 8075.0, 8047.0, 8071.0, 8031.0, 8059.0, 8029.0, 8044.0, 8042.0, 8032.0, 8074.0, 8032.0, 8072.0, 8034.0, 8075.0, 8040.0, 8083.0, 8059.0, 8086.0, 8062.0, 8089.0, 8065.0, 8108.0, 8085.0, 8109.0, 8084.0, 8108.0, 8070.0, 8113.0, 8089.0, 8112.0, 8085.0, 8123.0, 8082.0, 8108.0, 8071.0, 8128.0, 8069.0, 8124.0, 8066.0, 8107.0, 8064.0, 8111.0, 8082.0, 8139.0, 8049.0, 8106.0, 8051.0, 8093.0, 8068.0, 8143.0, 8102.0, 8074.0, 8119.0, 8089.0, 8146.0, 8068.0, 8126.0, 8048.0, 8106.0, 8117.0, 8087.0, 8099.0, 8069.0, 8108.0, 8056.0, 8114.0, 8057.0, 8096.0, 8054.0, 8094.0, 8056.0, 8085.0, 8064.0, 8104.0, 8079.0, 8090.0, 8065.0, 8105.0, 8069.0, 8110.0, 8083.0, 8107.0, 8081.0, 8121.0, 8080.0, 8106.0, 8093.0, 8120.0, 8060.0, 8103.0, 8056.0, 8075.0, 8099.0, 8056.0, 8081.0, 8055.0, 8096.0, 8042.0, 8102.0, 8061.0, 8102.0, 8062.0, 8103.0, 8066.0, 8110.0, 8086.0, 8125.0, 8098.0, 8122.0, 8067.0, 8124.0, 8082.0, 8122.0, 8081.0, 8119.0, 8062.0, 8105.0, 8064.0, 8108.0, 8062.0, 8118.0, 8060.0, 8087.0, 8060.0, 8090.0, 8046.0, 8118.0, 8044.0, 8087.0, 8042.0, 8090.0, 8087.0, 8101.0, 8052.0, 8053.0, 8080.0, 8053.0, 8126.0, 8054.0, 8110.0, 8066.0, 8092.0, 8038.0, 8094.0, 8059.0, 8098.0, 8057.0, 8097.0, 8057.0, 8099.0, 8059.0, 8102.0, 8075.0, 8099.0, 8056.0, 8082.0, 8055.0, 8083.0, 8060.0, 8086.0, 8057.0, 8097.0, 8056.0, 8083.0, 8058.0, 8091.0, 8072.0, 8132.0, 8069.0, 8111.0, 8069.0, 8111.0, 8083.0, 8140.0, 8086.0, 8115.0, 8106.0, 8092.0, 8132.0, 8086.0, 8142.0, 8067.0, 8121.0, 8047.0, 8122.0, 8132.0, 8100.0, 8110.0, 8053.0, 8110.0, 8056.0, 8096.0, 8066.0, 8077.0, 8037.0, 8079.0, 8045.0, 8105.0, 8084.0, 8108.0, 8084.0, 8110.0, 8087.0, 8128.0, 8103.0, 8127.0, 8100.0, 8124.0, 8096.0, 8121.0, 8095.0, 8135.0, 8092.0, 8131.0, 8058.0, 8113.0, 8042.0, 8101.0, 8040.0, 8109.0, 8039.0, 8079.0, 8040.0, 8086.0, 8056.0, 8112.0, 8042.0, 8097.0, 8056.0, 8101.0, 8072.0, 8127.0, 8070.0, 8111.0, 8054.0, 8111.0, 8085.0, 8110.0, 8082.0, 8106.0, 8035.0, 8074.0, 8050.0, 8077.0, 8049.0, 8074.0, 8033.0, 8060.0, 8032.0, 8063.0, 8035.0, 8047.0, 8046.0, 8034.0, 8045.0, 8036.0, 8077.0, 8044.0, 8084.0, 8058.0, 8084.0, 8047.0, 8101.0, 8066.0, 8107.0, 8080.0, 8105.0, 8065.0, 8106.0, 8067.0, 8112.0, 8087.0, 8125.0, 8100.0, 8125.0, 8086.0, 8111.0, 8089.0, 8129.0, 8122.0, 8151.0, 8118.0, 8143.0, 8090.0, 8158.0, 8113.0, 8138.0, 8096.0, 8098.0, 8085.0, 8100.0, 8092.0, 8046.0, 8075.0, 8047.0, 8096.0, 8066.0, 8103.0, 8046.0, 8089.0, 8064.0, 8113.0, 8068.0, 8093.0, 8066.0, 8108.0, 8067.0, 8110.0, 8068.0, 8126.0, 8068.0, 8125.0, 8092.0, 8079.0, 8152.0, 8077.0, 8134.0, 8088.0, 8114.0, 8054.0, 8084.0, 8044.0, 8072.0, 8084.0, 8058.0, 8111.0, 8044.0, 8098.0, 8045.0, 8087.0, 8042.0, 8070.0, 8040.0, 8070.0, 8055.0, 8061.0, 8103.0, 8060.0, 8100.0, 8062.0, 8116.0, 8064.0, 8105.0, 8092.0, 8103.0, 8060.0, 8101.0, 8057.0, 8089.0, 8058.0, 8100.0, 8053.0, 8053.0, 8080.0, 8056.0, 8114.0, 8057.0, 8083.0, 8057.0, 8083.0, 8047.0, 8090.0, 8066.0, 8077.0, 8097.0, 8069.0, 8114.0, 8073.0, 8145.0, 8100.0, 8140.0, 8078.0, 8120.0, 8056.0, 8072.0, 8130.0, 8067.0, 8109.0, 8050.0, 8092.0, 8050.0, 8070.0, 8041.0, 8068.0, 8040.0, 8055.0, 8045.0, 8084.0, 8088.0, 8091.0, 8088.0, 8092.0, 8102.0, 8108.0, 8152.0, 8110.0, 8149.0, 8135.0, 8144.0, 8089.0, 8130.0, 8093.0, 8133.0, 8088.0, 8142.0, 8068.0, 8126.0, 8070.0, 8114.0, 8123.0, 8125.0, 8098.0, 8132.0, 8140.0, 8085.0, 8161.0, 8083.0, 8120.0, 8077.0, 8115.0, 8059.0, 8131.0, 8075.0, 8133.0, 8100.0, 8126.0, 8067.0, 8093.0, 8052.0, 8078.0, 8065.0, 8091.0, 8036.0, 8078.0, 8037.0, 8080.0, 8052.0, 8093.0, 8037.0, 8092.0, 8036.0, 8092.0, 8038.0, 8094.0, 8050.0, 8090.0, 8034.0, 8076.0, 8035.0, 8077.0, 8037.0, 8078.0, 8035.0, 8076.0, 8035.0, 8062.0, 8036.0, 8066.0, 8039.0, 8071.0, 8055.0, 8058.0, 8040.0, 8059.0, 8085.0, 8064.0, 8105.0, 8064.0, 8089.0, 8065.0, 8102.0, 8067.0, 8113.0, 8085.0, 8110.0, 8083.0, 8108.0, 8071.0, 8115.0, 8085.0, 8107.0, 8083.0, 8108.0, 8069.0, 8126.0, 8090.0, 8129.0, 8117.0, 8126.0, 8071.0, 8110.0, 8085.0, 8113.0, 8082.0, 8136.0, 8048.0, 8103.0, 8058.0, 8119.0, 8073.0, 8103.0, 8047.0, 8091.0, 8067.0, 8119.0, 8064.0, 8103.0, 8064.0, 8108.0, 8069.0, 8108.0, 8094.0, 8117.0, 8061.0, 8100.0, 8060.0, 8087.0, 8058.0, 8088.0, 8044.0, 8073.0, 8056.0, 8059.0, 8133.0, 8062.0, 8114.0, 8073.0, 8094.0, 8055.0, 8083.0, 8059.0, 8089.0, 8060.0, 8089.0, 8061.0, 8075.0, 8059.0, 8097.0, 8055.0, 8096.0, 8068.0, 8109.0, 8067.0, 8111.0, 8073.0, 8128.0, 8079.0, 8125.0, 8097.0, 8145.0, 8157.0, 8110.0, 8087.0, 8087.0, 8069.0, 8058.0, 8063.0, 8076.0, 8063.0, 8109.0, 8047.0, 8104.0, 8050.0, 8106.0, 8069.0, 8125.0, 8080.0, 8132.0, 8062.0, 8116.0, 8109.0, 8120.0, 8080.0, 8052.0, 8099.0, 8078.0, 8121.0, 8046.0, 8101.0, 8060.0, 8118.0, 8063.0, 8118.0, 8058.0, 8113.0, 8055.0, 8069.0, 8043.0, 8076.0, 8043.0, 8072.0, 8025.0, 8057.0, 8070.0, 8065.0, 8074.0, 8062.0, 8059.0, 8062.0, 8079.0, 8086.0, 8097.0, 8084.0, 8071.0, 8108.0, 8057.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.0002739678899082569</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.025203878899082568</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.73903160227324</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2235419637657867</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9962622267278973</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4349</td></tr>
|
|
<tr><td colspan=3>fber</td><td>8149.8618</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07497853780598224</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>7</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.8027522935779816</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.534100189204413</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4530634869689543</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7452667527295582</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4039703279147266</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0153305</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011605806648731232</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.030323565006256104</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.9394656554094394</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>27.9417</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>25.3437</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>119.9405</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>34.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>311661.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>558.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>244.475</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8116</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>387.745</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2871.8601</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3070.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>64883.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>931.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3692.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>779.2875</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>41.79946261632722</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> |