=== 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-0089 --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-0089",
"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-0089_ses-03_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0089_ses-03_task-social_acq-mb8_run-04_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-03_subject-0089_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-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-03_subject-0089_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-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-03_subject-0089_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-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-03_subject-0089_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-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-03_subject-0089_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-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-03_subject-0089_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-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-03_subject-0089_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-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0089/ses-03/func/sub-0089_ses-03_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>79ff956569f99c58567a5e56f9e59a89</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>14:12:37.027500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999811, 0.0066076, 0.0182899, -0.0122156, 0.945189, 0.326294]</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.0928545</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4148, -7805, -7267, 620, -36, -270, 39, 116]</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>229.77</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>094004a8-3fee-440e-83ba-a884b0225e1e||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.682419538497925, -0.03277366980910301, 0.04085487127304077, 112.1220474243164], [-0.017727700993418694, 2.5358738899230957, 0.8814308047294617, -115.52774810791016], [0.0490705668926239, -0.8754233121871948, 2.5517466068267822, -30.62375259399414], [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': ['141237.027500', '141237.487500', '141237.947500', '141238.407500', '141238.867500', '141239.327500', '141239.787500', '141240.247500', '141240.707500', '141241.167500', '141241.627500', '141242.087500', '141242.547500', '141243.007500', '141243.467500', '141243.927500', '141244.387500', '141244.847500', '141245.307500', '141245.767500', '141246.227500', '141246.687500', '141247.147500', '141247.607500', '141248.067500', '141248.527500', '141248.987500', '141249.447500', '141249.907500', '141250.367500', '141250.827500', '141251.287500', '141251.747500', '141252.207500', '141252.667500', '141253.127500', '141253.587500', '141254.047500', '141254.507500', '141254.967500', '141255.427500', '141255.887500', '141256.347500', '141256.807500', '141257.267500', '141257.727500', '141258.187500', '141258.647500', '141259.107500', '141259.567500', '141300.027500', '141300.487500', '141300.947500', '141301.407500', '141301.867500', '141302.327500', '141302.787500', '141303.247500', '141303.707500', '141304.167500', '141304.627500', '141305.087500', '141305.547500', '141306.007500', '141306.467500', '141306.927500', '141307.387500', '141307.847500', '141308.307500', '141308.767500', '141309.227500', '141309.687500', '141310.147500', '141310.607500', '141311.067500', '141311.527500', '141311.987500', '141312.447500', '141312.907500', '141313.367500', '141313.827500', '141314.287500', '141314.747500', '141315.207500', '141315.667500', '141316.127500', '141316.587500', '141317.047500', '141317.507500', '141317.967500', '141318.427500', '141318.887500', '141319.347500', '141319.807500', '141320.267500', '141320.727500', '141321.187500', '141321.647500', '141322.107500', '141322.567500', '141323.027500', '141323.487500', '141323.947500', '141324.407500', '141324.867500', '141325.327500', '141325.787500', '141326.247500', '141326.707500', '141327.167500', '141327.627500', '141328.087500', '141328.547500', '141329.007500', '141329.467500', '141329.927500', '141330.387500', '141330.847500', '141331.307500', '141331.767500', '141332.227500', '141332.687500', '141333.147500', '141333.607500', '141334.067500', '141334.527500', '141334.987500', '141335.447500', '141335.907500', '141336.367500', '141336.827500', '141337.287500', '141337.747500', '141338.207500', '141338.667500', '141339.127500', '141339.587500', '141340.047500', '141340.507500', '141340.967500', '141341.427500', '141341.887500', '141342.347500', '141342.807500', '141343.267500', '141343.727500', '141344.187500', '141344.647500', '141345.107500', '141345.567500', '141346.027500', '141346.487500', '141346.947500', '141347.407500', '141347.867500', '141348.327500', '141348.787500', '141349.247500', '141349.707500', '141350.167500', '141350.627500', '141351.087500', '141351.547500', '141352.007500', '141352.467500', '141352.927500', '141353.387500', '141353.847500', '141354.307500', '141354.767500', '141355.227500', '141355.687500', '141356.147500', '141356.607500', '141357.067500', '141357.527500', '141357.987500', '141358.447500', '141358.907500', '141359.367500', '141359.827500', '141400.287500', '141400.747500', '141401.207500', '141401.667500', '141402.127500', '141402.587500', '141403.047500', '141403.507500', '141403.967500', '141404.427500', '141404.887500', '141405.347500', '141405.807500', '141406.267500', '141406.727500', '141407.187500', '141407.647500', '141408.107500', '141408.567500', '141409.027500', '141409.487500', '141409.947500', '141410.407500', '141410.867500', '141411.327500', '141411.787500', '141412.247500', '141412.707500', '141413.167500', '141413.627500', '141414.087500', '141414.547500', '141415.007500', '141415.467500', '141415.927500', '141416.387500', '141416.847500', '141417.307500', '141417.767500', '141418.227500', '141418.687500', '141419.147500', '141419.607500', '141420.067500', '141420.527500', '141420.987500', '141421.447500', '141421.907500', '141422.367500', '141422.827500', '141423.287500', '141423.747500', '141424.207500', '141424.667500', '141425.127500', '141425.587500', '141426.047500', '141426.507500', '141426.967500', '141427.427500', '141427.887500', '141428.347500', '141428.807500', '141429.267500', '141429.727500', '141430.187500', '141430.647500', '141431.107500', '141431.567500', '141432.027500', '141432.487500', '141432.947500', '141433.407500', '141433.867500', '141434.327500', '141434.787500', '141435.247500', '141435.707500', '141436.167500', '141436.627500', '141437.087500', '141437.547500', '141438.007500', '141438.467500', '141438.927500', '141439.387500', '141439.847500', '141440.307500', '141440.767500', '141441.227500', '141441.687500', '141442.147500', '141442.607500', '141443.067500', '141443.527500', '141443.987500', '141444.447500', '141444.907500', '141445.367500', '141445.827500', '141446.287500', '141446.747500', '141447.207500', '141447.667500', '141448.127500', '141448.587500', '141449.047500', '141449.507500', '141449.967500', '141450.427500', '141450.887500', '141451.347500', '141451.807500', '141452.267500', '141452.727500', '141453.187500', '141453.647500', '141454.107500', '141454.567500', '141455.027500', '141455.487500', '141455.947500', '141456.407500', '141456.867500', '141457.327500', '141457.787500', '141458.247500', '141458.707500', '141459.167500', '141459.627500', '141500.087500', '141500.547500', '141501.007500', '141501.467500', '141501.927500', '141502.387500', '141502.847500', '141503.307500', '141503.767500', '141504.227500', '141504.687500', '141505.147500', '141505.607500', '141506.067500', '141506.527500', '141506.987500', '141507.447500', '141507.907500', '141508.367500', '141508.827500', '141509.287500', '141509.747500', '141510.207500', '141510.667500', '141511.127500', '141511.587500', '141512.047500', '141512.507500', '141512.967500', '141513.427500', '141513.887500', '141514.347500', '141514.807500', '141515.267500', '141515.727500', '141516.187500', '141516.647500', '141517.107500', '141517.567500', '141518.027500', '141518.487500', '141518.947500', '141519.407500', '141519.867500', '141520.327500', '141520.787500', '141521.247500', '141521.707500', '141522.167500', '141522.627500', '141523.087500', '141523.547500', '141524.007500', '141524.467500', '141524.927500', '141525.387500', '141525.847500', '141526.307500', '141526.767500', '141527.227500', '141527.687500', '141528.147500', '141528.607500', '141529.067500', '141529.527500', '141529.987500', '141530.447500', '141530.907500', '141531.367500', '141531.827500', '141532.287500', '141532.747500', '141533.207500', '141533.667500', '141534.127500', '141534.587500', '141535.047500', '141535.507500', '141535.967500', '141536.427500', '141536.887500', '141537.347500', '141537.807500', '141538.267500', '141538.727500', '141539.187500', '141539.647500', '141540.107500', '141540.567500', '141541.027500', '141541.487500', '141541.947500', '141542.407500', '141542.867500', '141543.327500', '141543.787500', '141544.247500', '141544.707500', '141545.167500', '141545.627500', '141546.087500', '141546.547500', '141547.007500', '141547.467500', '141547.927500', '141548.387500', '141548.847500', '141549.307500', '141549.767500', '141550.227500', '141550.687500', '141551.147500', '141551.607500', '141552.067500', '141552.527500', '141552.987500', '141553.447500', '141553.907500', '141554.367500', '141554.827500', '141555.287500', '141555.747500', '141556.207500', '141556.667500', '141557.127500', '141557.587500', '141558.047500', '141558.507500', '141558.967500', '141559.427500', '141559.887500', '141600.347500', '141600.807500', '141601.267500', '141601.727500', '141602.187500', '141602.647500', '141603.107500', '141603.567500', '141604.027500', '141604.487500', '141604.947500', '141605.407500', '141605.867500', '141606.327500', '141606.787500', '141607.247500', '141607.707500', '141608.167500', '141608.627500', '141609.087500', '141609.547500', '141610.007500', '141610.467500', '141610.927500', '141611.387500', '141611.847500', '141612.307500', '141612.767500', '141613.227500', '141613.687500', '141614.147500', '141614.607500', '141615.067500', '141615.527500', '141615.987500', '141616.447500', '141616.907500', '141617.367500', '141617.827500', '141618.287500', '141618.747500', '141619.207500', '141619.667500', '141620.127500', '141620.587500', '141621.047500', '141621.507500', '141621.967500', '141622.427500', '141622.887500', '141623.347500', '141623.807500', '141624.267500', '141624.727500', '141625.187500', '141625.647500', '141626.107500', '141626.567500', '141627.027500', '141627.487500', '141627.947500', '141628.407500', '141628.867500', '141629.327500', '141629.787500', '141630.247500', '141630.707500', '141631.167500', '141631.627500', '141632.087500', '141632.547500', '141633.007500', '141633.467500', '141633.927500', '141634.387500', '141634.847500', '141635.307500', '141635.767500', '141636.227500', '141636.687500', '141637.147500', '141637.607500', '141638.067500', '141638.527500', '141638.987500', '141639.447500', '141639.907500', '141640.367500', '141640.827500', '141641.287500', '141641.747500', '141642.207500', '141642.667500', '141643.127500', '141643.587500', '141644.047500', '141644.507500', '141644.967500', '141645.427500', '141645.887500', '141646.347500', '141646.807500', '141647.267500', '141647.727500', '141648.187500', '141648.647500', '141649.107500', '141649.567500', '141650.027500', '141650.487500', '141650.947500', '141651.407500', '141651.867500', '141652.327500', '141652.787500', '141653.247500', '141653.707500', '141654.167500', '141654.627500', '141655.087500', '141655.547500', '141656.007500', '141656.467500', '141656.927500', '141657.387500', '141657.847500', '141658.307500', '141658.767500', '141659.227500', '141659.687500', '141700.147500', '141700.607500', '141701.067500', '141701.527500', '141701.987500', '141702.447500', '141702.907500', '141703.367500', '141703.827500', '141704.287500', '141704.747500', '141705.207500', '141705.667500', '141706.127500', '141706.587500', '141707.047500', '141707.507500', '141707.967500', '141708.427500', '141708.887500', '141709.347500', '141709.807500', '141710.267500', '141710.727500', '141711.187500', '141711.647500', '141712.107500', '141712.567500', '141713.027500', '141713.487500', '141713.947500', '141714.407500', '141714.867500', '141715.327500', '141715.787500', '141716.247500', '141716.707500', '141717.167500', '141717.627500', '141718.087500', '141718.547500', '141719.007500', '141719.467500', '141719.927500', '141720.387500', '141720.847500', '141721.307500', '141721.767500', '141722.227500', '141722.687500', '141723.147500', '141723.607500', '141724.067500', '141724.527500', '141724.987500', '141725.447500', '141725.907500', '141726.367500', '141726.827500', '141727.287500', '141727.747500', '141728.207500', '141728.667500', '141729.127500', '141729.587500', '141730.047500', '141730.507500', '141730.967500', '141731.427500', '141731.887500', '141732.347500', '141732.807500', '141733.267500', '141733.727500', '141734.187500', '141734.647500', '141735.107500', '141735.567500', '141736.027500', '141736.487500', '141736.947500', '141737.407500', '141737.867500', '141738.327500', '141738.787500', '141739.247500', '141739.707500', '141740.167500', '141740.627500', '141741.087500', '141741.547500', '141742.007500', '141742.467500', '141742.927500', '141743.387500', '141743.847500', '141744.307500', '141744.767500', '141745.227500', '141745.687500', '141746.147500', '141746.607500', '141747.067500', '141747.527500', '141747.987500', '141748.447500', '141748.907500', '141749.367500', '141749.827500', '141750.287500', '141750.747500', '141751.207500', '141751.667500', '141752.127500', '141752.587500', '141753.047500', '141753.507500', '141753.967500', '141754.427500', '141754.887500', '141755.347500', '141755.807500', '141756.267500', '141756.727500', '141757.187500', '141757.647500', '141758.107500', '141758.567500', '141759.027500', '141759.487500', '141759.947500', '141800.407500', '141800.867500', '141801.327500', '141801.787500', '141802.247500', '141802.707500', '141803.167500', '141803.627500', '141804.087500', '141804.547500', '141805.007500', '141805.467500', '141805.927500', '141806.387500', '141806.847500', '141807.307500', '141807.767500', '141808.227500', '141808.687500', '141809.147500', '141809.607500', '141810.067500', '141810.527500', '141810.987500', '141811.447500', '141811.907500', '141812.367500', '141812.827500', '141813.287500', '141813.747500', '141814.207500', '141814.667500', '141815.127500', '141815.587500', '141816.047500', '141816.507500', '141816.967500', '141817.427500', '141817.887500', '141818.347500', '141818.807500', '141819.267500', '141819.727500', '141820.187500', '141820.647500', '141821.107500', '141821.567500', '141822.027500', '141822.487500', '141822.947500', '141823.407500', '141823.867500', '141824.327500', '141824.787500', '141825.247500', '141825.707500', '141826.167500', '141826.627500', '141827.087500', '141827.547500', '141828.007500', '141828.467500', '141828.927500', '141829.387500', '141829.847500', '141830.307500', '141830.767500', '141831.227500', '141831.687500', '141832.147500', '141832.607500', '141833.067500', '141833.527500', '141833.987500', '141834.447500', '141834.907500', '141835.367500', '141835.827500', '141836.287500', '141836.747500', '141837.207500', '141837.667500', '141838.127500', '141838.587500', '141839.047500', '141839.507500', '141839.967500', '141840.427500', '141840.887500', '141841.347500', '141841.807500', '141842.267500', '141842.727500', '141843.187500', '141843.647500', '141844.107500', '141844.567500', '141845.027500', '141845.487500', '141845.947500', '141846.407500', '141846.867500', '141847.327500', '141847.787500', '141848.247500', '141848.707500', '141849.167500', '141849.627500', '141850.087500', '141850.547500', '141851.007500', '141851.467500', '141851.927500', '141852.387500', '141852.847500', '141853.307500', '141853.767500', '141854.227500', '141854.687500', '141855.147500', '141855.607500', '141856.067500', '141856.527500', '141856.987500', '141857.447500', '141857.907500', '141858.367500', '141858.827500', '141859.287500', '141859.747500', '141900.207500', '141900.667500', '141901.127500', '141901.587500', '141902.047500', '141902.507500', '141902.967500', '141903.427500', '141903.887500', '141904.347500', '141904.807500', '141905.267500', '141905.727500', '141906.187500', '141906.647500', '141907.107500', '141907.567500', '141908.027500', '141908.487500', '141908.947500', '141909.407500', '141909.867500', '141910.327500', '141910.787500', '141911.247500', '141911.707500', '141912.167500', '141912.627500', '141913.087500', '141913.547500', '141914.007500', '141914.467500', '141914.927500', '141915.387500', '141915.847500', '141916.307500', '141916.767500', '141917.227500', '141917.687500'], 'ContentTime': ['141248.500000', '141248.510000', '141248.513000', '141248.522000', '141248.524000', '141248.527000', '141248.529000', '141248.532000', '141248.534000', '141248.537000', '141248.540000', '141248.542000', '141248.545000', '141248.548000', '141248.550000', '141248.553000', '141248.555000', '141248.558000', '141248.561000', '141248.563000', '141248.566000', '141248.568000', '141308.446000', '141308.449000', '141308.452000', '141308.454000', '141308.457000', '141308.460000', '141308.462000', '141308.465000', '141308.467000', '141308.470000', '141308.472000', '141308.475000', '141308.477000', '141308.480000', '141308.483000', '141308.485000', '141308.488000', '141308.490000', '141308.493000', '141308.496000', '141308.498000', '141308.501000', '141308.503000', '141308.506000', '141308.509000', '141308.511000', '141308.514000', '141308.524000', '141308.526000', '141308.529000', '141308.531000', '141308.534000', '141308.536000', '141308.539000', '141308.542000', '141308.544000', '141308.547000', '141308.549000', '141308.552000', '141308.555000', '141308.557000', '141308.560000', '141308.562000', '141328.445000', '141328.448000', '141328.451000', '141328.453000', '141328.456000', '141328.459000', '141328.461000', '141328.464000', '141328.466000', '141328.469000', '141328.472000', '141328.474000', '141328.477000', '141328.479000', '141328.482000', '141328.484000', '141328.487000', '141328.490000', '141328.500000', '141328.503000', '141328.506000', '141328.508000', '141328.511000', '141328.513000', '141328.516000', '141328.519000', '141328.521000', '141328.524000', '141328.526000', '141328.529000', '141328.531000', '141328.534000', '141328.537000', '141328.539000', '141328.542000', '141328.544000', '141328.547000', '141328.550000', '141328.552000', '141328.555000', '141328.557000', '141328.560000', '141328.562000', '141328.565000', '141348.447000', '141348.449000', '141348.452000', '141348.455000', '141348.457000', '141348.460000', '141348.462000', '141348.465000', '141348.468000', '141348.470000', '141348.473000', '141348.475000', '141348.478000', '141348.481000', '141348.483000', '141348.486000', '141348.488000', '141348.491000', '141348.494000', '141348.496000', '141348.499000', '141348.502000', '141348.504000', '141348.507000', '141348.510000', '141348.512000', '141348.515000', '141348.517000', '141348.520000', '141348.523000', '141348.525000', '141348.529000', '141348.532000', '141348.535000', '141348.537000', '141348.540000', '141348.542000', '141348.545000', '141348.548000', '141348.550000', '141348.553000', '141348.555000', '141348.558000', '141408.446000', '141408.449000', '141408.452000', '141408.454000', '141408.457000', '141408.460000', '141408.462000', '141408.465000', '141408.467000', '141408.470000', '141408.473000', '141408.475000', '141408.478000', '141408.480000', '141408.483000', '141408.486000', '141408.488000', '141408.491000', '141408.494000', '141408.496000', '141408.499000', '141408.502000', '141408.504000', '141408.507000', '141408.509000', '141408.512000', '141408.514000', '141408.517000', '141408.520000', '141408.522000', '141408.525000', '141408.528000', '141408.530000', '141408.533000', '141408.535000', '141408.538000', '141408.541000', '141408.543000', '141408.546000', '141408.548000', '141408.551000', '141408.554000', '141408.556000', '141408.559000', '141428.446000', '141428.449000', '141428.452000', '141428.454000', '141428.457000', '141428.460000', '141428.462000', '141428.465000', '141428.468000', '141428.470000', '141428.473000', '141428.475000', '141428.478000', '141428.480000', '141428.483000', '141428.486000', '141428.488000', '141428.491000', '141428.493000', '141428.496000', '141428.499000', '141428.501000', '141428.504000', '141428.506000', '141428.509000', '141428.511000', '141428.514000', '141428.517000', '141428.519000', '141428.522000', '141428.524000', '141428.527000', '141428.530000', '141428.532000', '141428.535000', '141428.537000', '141428.540000', '141428.542000', '141428.545000', '141428.548000', '141428.550000', '141428.553000', '141428.555000', '141448.446000', '141448.449000', '141448.452000', '141448.454000', '141448.457000', '141448.460000', '141448.462000', '141448.465000', '141448.467000', '141448.470000', '141448.473000', '141448.475000', '141448.478000', '141448.480000', '141448.483000', '141448.485000', '141448.488000', '141448.491000', '141448.493000', '141448.496000', '141448.498000', '141448.501000', '141448.504000', '141448.506000', '141448.509000', '141448.511000', '141448.514000', '141448.516000', '141448.519000', '141448.522000', '141448.524000', '141448.527000', '141448.530000', '141448.532000', '141448.535000', '141448.537000', '141448.540000', '141448.543000', '141448.545000', '141448.548000', '141448.550000', '141448.553000', '141448.555000', '141448.558000', '141508.446000', '141508.449000', '141508.452000', '141508.454000', '141508.457000', '141508.459000', '141508.462000', '141508.465000', '141508.467000', '141508.470000', '141508.472000', '141508.475000', '141508.478000', '141508.480000', '141508.483000', '141508.485000', '141508.488000', '141508.490000', '141508.493000', '141508.496000', '141508.498000', '141508.501000', '141508.503000', '141508.506000', '141508.509000', '141508.511000', '141508.514000', '141508.516000', '141508.519000', '141508.522000', '141508.524000', '141508.527000', '141508.529000', '141508.532000', '141508.535000', '141508.537000', '141508.540000', '141508.542000', '141508.545000', '141508.547000', '141508.550000', '141508.553000', '141508.555000', '141528.446000', '141528.449000', '141528.452000', '141528.454000', '141528.457000', '141528.460000', '141528.462000', '141528.465000', '141528.468000', '141528.470000', '141528.473000', '141528.475000', '141528.478000', '141528.481000', '141528.483000', '141528.486000', '141528.488000', '141528.491000', '141528.494000', '141528.496000', '141528.499000', '141528.501000', '141528.504000', '141528.507000', '141528.509000', '141528.512000', '141528.514000', '141528.517000', '141528.520000', '141528.522000', '141528.525000', '141528.528000', '141528.530000', '141528.533000', '141528.535000', '141528.538000', '141528.540000', '141528.543000', '141528.546000', '141528.548000', '141528.551000', '141528.553000', '141528.556000', '141528.559000', '141548.446000', '141548.448000', '141548.451000', '141548.454000', '141548.456000', '141548.459000', '141548.461000', '141548.464000', '141548.467000', '141548.469000', '141548.472000', '141548.474000', '141548.477000', '141548.480000', '141548.482000', '141548.485000', '141548.487000', '141548.490000', '141548.493000', '141548.495000', '141548.498000', '141548.500000', '141548.503000', '141548.505000', '141548.508000', '141548.511000', '141548.513000', '141548.516000', '141548.518000', '141548.521000', '141548.524000', '141548.526000', '141548.529000', '141548.532000', '141548.534000', '141548.537000', '141548.540000', '141548.542000', '141548.545000', '141548.548000', '141548.550000', '141548.553000', '141548.555000', '141608.447000', '141608.449000', '141608.453000', '141608.456000', '141608.458000', '141608.461000', '141608.463000', '141608.466000', '141608.469000', '141608.471000', '141608.474000', '141608.477000', '141608.479000', '141608.482000', '141608.484000', '141608.487000', '141608.490000', '141608.492000', '141608.495000', '141608.497000', '141608.500000', '141608.503000', '141608.505000', '141608.508000', '141608.510000', '141608.513000', '141608.516000', '141608.518000', '141608.521000', '141608.523000', '141608.526000', '141608.529000', '141608.531000', '141608.534000', '141608.536000', '141608.539000', '141608.541000', '141608.544000', '141608.547000', '141608.549000', '141608.552000', '141608.554000', '141608.557000', '141628.446000', '141628.449000', '141628.452000', '141628.454000', '141628.457000', '141628.460000', '141628.462000', '141628.465000', '141628.467000', '141628.470000', '141628.472000', '141628.475000', '141628.478000', '141628.480000', '141628.483000', '141628.485000', '141628.488000', '141628.491000', '141628.493000', '141628.496000', '141628.499000', '141628.501000', '141628.504000', '141628.506000', '141628.509000', '141628.512000', '141628.514000', '141628.517000', '141628.519000', '141628.522000', '141628.525000', '141628.527000', '141628.530000', '141628.532000', '141628.535000', '141628.538000', '141628.540000', '141628.543000', '141628.545000', '141628.548000', '141628.570000', '141628.573000', '141628.575000', '141628.578000', '141648.448000', '141648.451000', '141648.453000', '141648.456000', '141648.458000', '141648.461000', '141648.464000', '141648.466000', '141648.469000', '141648.471000', '141648.474000', '141648.477000', '141648.479000', '141648.482000', '141648.484000', '141648.487000', '141648.489000', '141648.492000', '141648.495000', '141648.497000', '141648.500000', '141648.503000', '141648.505000', '141648.508000', '141648.511000', '141648.513000', '141648.516000', '141648.518000', '141648.521000', '141648.524000', '141648.526000', '141648.529000', '141648.532000', '141648.534000', '141648.537000', '141648.540000', '141648.542000', '141648.545000', '141648.547000', '141648.550000', '141648.553000', '141648.555000', '141648.558000', '141648.561000', '141708.447000', '141708.449000', '141708.452000', '141708.455000', '141708.457000', '141708.460000', '141708.462000', '141708.465000', '141708.468000', '141708.470000', '141708.473000', '141708.475000', '141708.478000', '141708.481000', '141708.483000', '141708.486000', '141708.488000', '141708.491000', '141708.494000', '141708.496000', '141708.499000', '141708.502000', '141708.504000', '141708.507000', '141708.509000', '141708.512000', '141708.514000', '141708.517000', '141708.520000', '141708.522000', '141708.525000', '141708.528000', '141708.530000', '141708.533000', '141708.535000', '141708.538000', '141708.541000', '141708.543000', '141708.546000', '141708.548000', '141708.551000', '141708.554000', '141708.556000', '141728.446000', '141728.449000', '141728.452000', '141728.455000', '141728.457000', '141728.460000', '141728.462000', '141728.465000', '141728.468000', '141728.470000', '141728.473000', '141728.476000', '141728.478000', '141728.481000', '141728.483000', '141728.486000', '141728.488000', '141728.491000', '141728.494000', '141728.496000', '141728.499000', '141728.501000', '141728.504000', '141728.507000', '141728.509000', '141728.512000', '141728.515000', '141728.517000', '141728.520000', '141728.523000', '141728.525000', '141728.528000', '141728.531000', '141728.533000', '141728.536000', '141728.538000', '141728.541000', '141728.544000', '141728.546000', '141728.549000', '141728.551000', '141728.554000', '141728.557000', '141748.446000', '141748.449000', '141748.452000', '141748.455000', '141748.457000', '141748.460000', '141748.462000', '141748.465000', '141748.468000', '141748.470000', '141748.473000', '141748.476000', '141748.478000', '141748.481000', '141748.484000', '141748.486000', '141748.489000', '141748.491000', '141748.494000', '141748.497000', '141748.499000', '141748.502000', '141748.505000', '141748.507000', '141748.510000', '141748.512000', '141748.515000', '141748.517000', '141748.520000', '141748.523000', '141748.525000', '141748.528000', '141748.531000', '141748.533000', '141748.536000', '141748.538000', '141748.541000', '141748.544000', '141748.546000', '141748.549000', '141748.551000', '141748.554000', '141748.556000', '141748.559000', '141808.446000', '141808.448000', '141808.451000', '141808.454000', '141808.456000', '141808.459000', '141808.477000', '141808.479000', '141808.482000', '141808.485000', '141808.488000', '141808.491000', '141808.493000', '141808.503000', '141808.506000', '141808.509000', '141808.511000', '141808.514000', '141808.516000', '141808.519000', '141808.522000', '141808.524000', '141808.527000', '141808.529000', '141808.532000', '141808.535000', '141808.537000', '141808.540000', '141808.543000', '141808.545000', '141808.548000', '141808.551000', '141808.553000', '141808.556000', '141808.558000', '141808.561000', '141808.564000', '141808.566000', '141808.569000', '141808.571000', '141808.574000', '141808.577000', '141808.579000', '141828.447000', '141828.449000', '141828.452000', '141828.455000', '141828.457000', '141828.460000', '141828.463000', '141828.465000', '141828.468000', '141828.470000', '141828.473000', '141828.476000', '141828.478000', '141828.481000', '141828.483000', '141828.486000', '141828.489000', '141828.491000', '141828.494000', '141828.496000', '141828.499000', '141828.502000', '141828.504000', '141828.507000', '141828.509000', '141828.512000', '141828.515000', '141828.517000', '141828.520000', '141828.522000', '141828.525000', '141828.528000', '141828.530000', '141828.533000', '141828.535000', '141828.538000', '141828.541000', '141828.543000', '141828.546000', '141828.549000', '141828.551000', '141828.554000', '141828.556000', '141828.559000', '141848.447000', '141848.449000', '141848.452000', '141848.455000', '141848.457000', '141848.460000', '141848.463000', '141848.465000', '141848.468000', '141848.470000', '141848.473000', '141848.475000', '141848.478000', '141848.481000', '141848.483000', '141848.486000', '141848.488000', '141848.491000', '141848.494000', '141848.496000', '141848.499000', '141848.502000', '141848.504000', '141848.507000', '141848.510000', '141848.512000', '141848.515000', '141848.517000', '141848.520000', '141848.523000', '141848.525000', '141848.528000', '141848.530000', '141848.533000', '141848.536000', '141848.538000', '141848.541000', '141848.544000', '141848.546000', '141848.549000', '141848.551000', '141848.554000', '141848.557000', '141908.446000', '141908.449000', '141908.452000', '141908.455000', '141908.457000', '141908.460000', '141908.463000', '141908.465000', '141908.468000', '141908.471000', '141908.473000', '141908.476000', '141908.478000', '141908.481000', '141908.483000', '141908.486000', '141908.489000', '141908.491000', '141908.494000', '141908.497000', '141908.499000', '141908.502000', '141908.504000', '141908.507000', '141908.510000', '141908.512000', '141908.515000', '141908.517000', '141908.520000', '141908.523000', '141908.525000', '141908.528000', '141908.530000', '141908.533000', '141908.536000', '141908.538000', '141908.541000', '141908.543000', '141908.546000', '141908.549000', '141908.551000', '141908.554000', '141908.556000', '141908.559000', '141919.272000', '141919.275000', '141919.277000', '141919.280000', '141919.283000', '141919.286000', '141919.289000', '141919.291000', '141919.294000', '141919.297000', '141919.300000', '141919.303000', '141919.306000', '141919.309000', '141919.312000', '141919.315000', '141919.318000', '141919.320000', '141919.323000', '141919.326000', '141919.329000', '141919.332000', '141919.335000', '141919.337000'], 'InstanceCreationTime': ['141248.500000', '141248.510000', '141248.513000', '141248.522000', '141248.524000', '141248.527000', '141248.529000', '141248.532000', '141248.534000', '141248.537000', '141248.540000', '141248.542000', '141248.545000', '141248.548000', '141248.550000', '141248.553000', '141248.555000', '141248.558000', '141248.561000', '141248.563000', '141248.566000', '141248.568000', '141308.446000', '141308.449000', '141308.452000', '141308.454000', '141308.457000', '141308.460000', '141308.462000', '141308.465000', '141308.467000', '141308.470000', '141308.472000', '141308.475000', '141308.477000', '141308.480000', '141308.483000', '141308.485000', '141308.488000', '141308.490000', '141308.493000', '141308.496000', '141308.498000', '141308.501000', '141308.503000', '141308.506000', '141308.509000', '141308.511000', '141308.514000', '141308.524000', '141308.526000', '141308.529000', '141308.531000', '141308.534000', '141308.536000', '141308.539000', '141308.542000', '141308.544000', '141308.547000', '141308.549000', '141308.552000', '141308.555000', '141308.557000', '141308.560000', '141308.562000', '141328.445000', '141328.448000', '141328.451000', '141328.453000', '141328.456000', '141328.459000', '141328.461000', '141328.464000', '141328.466000', '141328.469000', '141328.472000', '141328.474000', '141328.477000', '141328.479000', '141328.482000', '141328.484000', '141328.487000', '141328.490000', '141328.500000', '141328.503000', '141328.506000', '141328.508000', '141328.511000', '141328.513000', '141328.516000', '141328.519000', '141328.521000', '141328.524000', '141328.526000', '141328.529000', '141328.531000', '141328.534000', '141328.537000', '141328.539000', '141328.542000', '141328.544000', '141328.547000', '141328.550000', '141328.552000', '141328.555000', '141328.557000', '141328.560000', '141328.562000', '141328.565000', '141348.447000', '141348.449000', '141348.452000', '141348.455000', '141348.457000', '141348.460000', '141348.462000', '141348.465000', '141348.468000', '141348.470000', '141348.473000', '141348.475000', '141348.478000', '141348.481000', '141348.483000', '141348.486000', '141348.488000', '141348.491000', '141348.494000', '141348.496000', '141348.499000', '141348.502000', '141348.504000', '141348.507000', '141348.510000', '141348.512000', '141348.515000', '141348.517000', '141348.520000', '141348.523000', '141348.525000', '141348.529000', '141348.532000', '141348.535000', '141348.537000', '141348.540000', '141348.542000', '141348.545000', '141348.548000', '141348.550000', '141348.553000', '141348.555000', '141348.558000', '141408.446000', '141408.449000', '141408.452000', '141408.454000', '141408.457000', '141408.460000', '141408.462000', '141408.465000', '141408.467000', '141408.470000', '141408.473000', '141408.475000', '141408.478000', '141408.480000', '141408.483000', '141408.486000', '141408.488000', '141408.491000', '141408.494000', '141408.496000', '141408.499000', '141408.502000', '141408.504000', '141408.507000', '141408.509000', '141408.512000', '141408.514000', '141408.517000', '141408.520000', '141408.522000', '141408.525000', '141408.528000', '141408.530000', '141408.533000', '141408.535000', '141408.538000', '141408.541000', '141408.543000', '141408.546000', '141408.548000', '141408.551000', '141408.554000', '141408.556000', '141408.559000', '141428.446000', '141428.449000', '141428.452000', '141428.454000', '141428.457000', '141428.460000', '141428.462000', '141428.465000', '141428.468000', '141428.470000', '141428.473000', '141428.475000', '141428.478000', '141428.480000', '141428.483000', '141428.486000', '141428.488000', '141428.491000', '141428.493000', '141428.496000', '141428.499000', '141428.501000', '141428.504000', '141428.506000', '141428.509000', '141428.511000', '141428.514000', '141428.517000', '141428.519000', '141428.522000', '141428.524000', '141428.527000', '141428.530000', '141428.532000', '141428.535000', '141428.537000', '141428.540000', '141428.542000', '141428.545000', '141428.548000', '141428.550000', '141428.553000', '141428.555000', '141448.446000', '141448.449000', '141448.452000', '141448.454000', '141448.457000', '141448.460000', '141448.462000', '141448.465000', '141448.467000', '141448.470000', '141448.473000', '141448.475000', '141448.478000', '141448.480000', '141448.483000', '141448.485000', '141448.488000', '141448.491000', '141448.493000', '141448.496000', '141448.498000', '141448.501000', '141448.504000', '141448.506000', '141448.509000', '141448.511000', '141448.514000', '141448.516000', '141448.519000', '141448.522000', '141448.524000', '141448.527000', '141448.530000', '141448.532000', '141448.535000', '141448.537000', '141448.540000', '141448.543000', '141448.545000', '141448.548000', '141448.550000', '141448.553000', '141448.555000', '141448.558000', '141508.446000', '141508.449000', '141508.452000', '141508.454000', '141508.457000', '141508.459000', '141508.462000', '141508.465000', '141508.467000', '141508.470000', '141508.472000', '141508.475000', '141508.478000', '141508.480000', '141508.483000', '141508.485000', '141508.488000', '141508.490000', '141508.493000', '141508.496000', '141508.498000', '141508.501000', '141508.503000', '141508.506000', '141508.509000', '141508.511000', '141508.514000', '141508.516000', '141508.519000', '141508.522000', '141508.524000', '141508.527000', '141508.529000', '141508.532000', '141508.535000', '141508.537000', '141508.540000', '141508.542000', '141508.545000', '141508.547000', '141508.550000', '141508.553000', '141508.555000', '141528.446000', '141528.449000', '141528.452000', '141528.454000', '141528.457000', '141528.460000', '141528.462000', '141528.465000', '141528.468000', '141528.470000', '141528.473000', '141528.475000', '141528.478000', '141528.481000', '141528.483000', '141528.486000', '141528.488000', '141528.491000', '141528.494000', '141528.496000', '141528.499000', '141528.501000', '141528.504000', '141528.507000', '141528.509000', '141528.512000', '141528.514000', '141528.517000', '141528.520000', '141528.522000', '141528.525000', '141528.528000', '141528.530000', '141528.533000', '141528.535000', '141528.538000', '141528.540000', '141528.543000', '141528.546000', '141528.548000', '141528.551000', '141528.553000', '141528.556000', '141528.559000', '141548.446000', '141548.448000', '141548.451000', '141548.454000', '141548.456000', '141548.459000', '141548.461000', '141548.464000', '141548.467000', '141548.469000', '141548.472000', '141548.474000', '141548.477000', '141548.480000', '141548.482000', '141548.485000', '141548.487000', '141548.490000', '141548.493000', '141548.495000', '141548.498000', '141548.500000', '141548.503000', '141548.505000', '141548.508000', '141548.511000', '141548.513000', '141548.516000', '141548.518000', '141548.521000', '141548.524000', '141548.526000', '141548.529000', '141548.532000', '141548.534000', '141548.537000', '141548.540000', '141548.542000', '141548.545000', '141548.548000', '141548.550000', '141548.553000', '141548.555000', '141608.447000', '141608.449000', '141608.453000', '141608.456000', '141608.458000', '141608.461000', '141608.463000', '141608.466000', '141608.469000', '141608.471000', '141608.474000', '141608.477000', '141608.479000', '141608.482000', '141608.484000', '141608.487000', '141608.490000', '141608.492000', '141608.495000', '141608.497000', '141608.500000', '141608.503000', '141608.505000', '141608.508000', '141608.510000', '141608.513000', '141608.516000', '141608.518000', '141608.521000', '141608.523000', '141608.526000', '141608.529000', '141608.531000', '141608.534000', '141608.536000', '141608.539000', '141608.541000', '141608.544000', '141608.547000', '141608.549000', '141608.552000', '141608.554000', '141608.557000', '141628.446000', '141628.449000', '141628.452000', '141628.454000', '141628.457000', '141628.460000', '141628.462000', '141628.465000', '141628.467000', '141628.470000', '141628.472000', '141628.475000', '141628.478000', '141628.480000', '141628.483000', '141628.485000', '141628.488000', '141628.491000', '141628.493000', '141628.496000', '141628.499000', '141628.501000', '141628.504000', '141628.506000', '141628.509000', '141628.512000', '141628.514000', '141628.517000', '141628.519000', '141628.522000', '141628.525000', '141628.527000', '141628.530000', '141628.532000', '141628.535000', '141628.538000', '141628.540000', '141628.543000', '141628.545000', '141628.548000', '141628.570000', '141628.573000', '141628.575000', '141628.578000', '141648.448000', '141648.451000', '141648.453000', '141648.456000', '141648.458000', '141648.461000', '141648.464000', '141648.466000', '141648.469000', '141648.471000', '141648.474000', '141648.477000', '141648.479000', '141648.482000', '141648.484000', '141648.487000', '141648.489000', '141648.492000', '141648.495000', '141648.497000', '141648.500000', '141648.503000', '141648.505000', '141648.508000', '141648.511000', '141648.513000', '141648.516000', '141648.518000', '141648.521000', '141648.524000', '141648.526000', '141648.529000', '141648.532000', '141648.534000', '141648.537000', '141648.540000', '141648.542000', '141648.545000', '141648.547000', '141648.550000', '141648.553000', '141648.555000', '141648.558000', '141648.561000', '141708.447000', '141708.449000', '141708.452000', '141708.455000', '141708.457000', '141708.460000', '141708.462000', '141708.465000', '141708.468000', '141708.470000', '141708.473000', '141708.475000', '141708.478000', '141708.481000', '141708.483000', '141708.486000', '141708.488000', '141708.491000', '141708.494000', '141708.496000', '141708.499000', '141708.502000', '141708.504000', '141708.507000', '141708.509000', '141708.512000', '141708.514000', '141708.517000', '141708.520000', '141708.522000', '141708.525000', '141708.528000', '141708.530000', '141708.533000', '141708.535000', '141708.538000', '141708.541000', '141708.543000', '141708.546000', '141708.548000', '141708.551000', '141708.554000', '141708.556000', '141728.446000', '141728.449000', '141728.452000', '141728.455000', '141728.457000', '141728.460000', '141728.462000', '141728.465000', '141728.468000', '141728.470000', '141728.473000', '141728.476000', '141728.478000', '141728.481000', '141728.483000', '141728.486000', '141728.488000', '141728.491000', '141728.494000', '141728.496000', '141728.499000', '141728.501000', '141728.504000', '141728.507000', '141728.509000', '141728.512000', '141728.515000', '141728.517000', '141728.520000', '141728.523000', '141728.525000', '141728.528000', '141728.531000', '141728.533000', '141728.536000', '141728.538000', '141728.541000', '141728.544000', '141728.546000', '141728.549000', '141728.551000', '141728.554000', '141728.557000', '141748.446000', '141748.449000', '141748.452000', '141748.455000', '141748.457000', '141748.460000', '141748.462000', '141748.465000', '141748.468000', '141748.470000', '141748.473000', '141748.476000', '141748.478000', '141748.481000', '141748.484000', '141748.486000', '141748.489000', '141748.491000', '141748.494000', '141748.497000', '141748.499000', '141748.502000', '141748.505000', '141748.507000', '141748.510000', '141748.512000', '141748.515000', '141748.517000', '141748.520000', '141748.523000', '141748.525000', '141748.528000', '141748.531000', '141748.533000', '141748.536000', '141748.538000', '141748.541000', '141748.544000', '141748.546000', '141748.549000', '141748.551000', '141748.554000', '141748.556000', '141748.559000', '141808.446000', '141808.448000', '141808.451000', '141808.454000', '141808.456000', '141808.459000', '141808.477000', '141808.479000', '141808.482000', '141808.485000', '141808.488000', '141808.491000', '141808.493000', '141808.503000', '141808.506000', '141808.509000', '141808.511000', '141808.514000', '141808.516000', '141808.519000', '141808.522000', '141808.524000', '141808.527000', '141808.529000', '141808.532000', '141808.535000', '141808.537000', '141808.540000', '141808.543000', '141808.545000', '141808.548000', '141808.551000', '141808.553000', '141808.556000', '141808.558000', '141808.561000', '141808.564000', '141808.566000', '141808.569000', '141808.571000', '141808.574000', '141808.577000', '141808.579000', '141828.447000', '141828.449000', '141828.452000', '141828.455000', '141828.457000', '141828.460000', '141828.463000', '141828.465000', '141828.468000', '141828.470000', '141828.473000', '141828.476000', '141828.478000', '141828.481000', '141828.483000', '141828.486000', '141828.489000', '141828.491000', '141828.494000', '141828.496000', '141828.499000', '141828.502000', '141828.504000', '141828.507000', '141828.509000', '141828.512000', '141828.515000', '141828.517000', '141828.520000', '141828.522000', '141828.525000', '141828.528000', '141828.530000', '141828.533000', '141828.535000', '141828.538000', '141828.541000', '141828.543000', '141828.546000', '141828.549000', '141828.551000', '141828.554000', '141828.556000', '141828.559000', '141848.447000', '141848.449000', '141848.452000', '141848.455000', '141848.457000', '141848.460000', '141848.463000', '141848.465000', '141848.468000', '141848.470000', '141848.473000', '141848.475000', '141848.478000', '141848.481000', '141848.483000', '141848.486000', '141848.488000', '141848.491000', '141848.494000', '141848.496000', '141848.499000', '141848.502000', '141848.504000', '141848.507000', '141848.510000', '141848.512000', '141848.515000', '141848.517000', '141848.520000', '141848.523000', '141848.525000', '141848.528000', '141848.530000', '141848.533000', '141848.536000', '141848.538000', '141848.541000', '141848.544000', '141848.546000', '141848.549000', '141848.551000', '141848.554000', '141848.557000', '141908.446000', '141908.449000', '141908.452000', '141908.455000', '141908.457000', '141908.460000', '141908.463000', '141908.465000', '141908.468000', '141908.471000', '141908.473000', '141908.476000', '141908.478000', '141908.481000', '141908.483000', '141908.486000', '141908.489000', '141908.491000', '141908.494000', '141908.497000', '141908.499000', '141908.502000', '141908.504000', '141908.507000', '141908.510000', '141908.512000', '141908.515000', '141908.517000', '141908.520000', '141908.523000', '141908.525000', '141908.528000', '141908.530000', '141908.533000', '141908.536000', '141908.538000', '141908.541000', '141908.543000', '141908.546000', '141908.549000', '141908.551000', '141908.554000', '141908.556000', '141908.559000', '141919.272000', '141919.275000', '141919.277000', '141919.280000', '141919.283000', '141919.286000', '141919.289000', '141919.291000', '141919.294000', '141919.297000', '141919.300000', '141919.303000', '141919.306000', '141919.309000', '141919.312000', '141919.315000', '141919.318000', '141919.320000', '141919.323000', '141919.326000', '141919.329000', '141919.332000', '141919.335000', '141919.337000'], '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': [15427, 8004, 14494, 8509, 12160, 8823, 7910, 13810, 7636, 13811, 8109, 12199, 8816, 8863, 9971, 7624, 14296, 7671, 12427, 8481, 9834, 8555, 7644, 12146, 7884, 11792, 8267, 10583, 8820, 8961, 8830, 8120, 14312, 7828, 13261, 9686, 10255, 9532, 8270, 14078, 8110, 12112, 9019, 9568, 9740, 7680, 14123, 8159, 11055, 8522, 9524, 8569, 8573, 10032, 8488, 13779, 7766, 13402, 9769, 12040, 8838, 8835, 14975, 7959, 14318, 9513, 13390, 8903, 8970, 14377, 7614, 13106, 8007, 10245, 8072, 8725, 9674, 13052, 7536, 12775, 8281, 11357, 8616, 8700, 12560, 7615, 12594, 7823, 10746, 8631, 8352, 11388, 7284, 12249, 8202, 10290, 8849, 8768, 8966, 7591, 13488, 7593, 10762, 8931, 8674, 8650, 7776, 14253, 7637, 14158, 8578, 11137, 8517, 8166, 14094, 7419, 13548, 8211, 12668, 9319, 9676, 13920, 7966, 14163, 7550, 13326, 9829, 10045, 9477, 7924, 14687, 7231, 13013, 8413, 10577, 8239, 8294, 10854, 7489, 12014, 7955, 10456, 8413, 9347, 8626, 7951, 14104, 7374, 12555, 8654, 9685, 13264, 7480, 13057, 8239, 11582, 8446, 7809, 13280, 7526, 13262, 8333, 11384, 8649, 8557, 11437, 7673, 13091, 8223, 12126, 8575, 8730, 12522, 7561, 12816, 8094, 11610, 8642, 8255, 14562, 7364, 13740, 8207, 12475, 8766, 8091, 14030, 7341, 12563, 8619, 9373, 8908, 7686, 13789, 7597, 11447, 8551, 9174, 8765, 7717, 12593, 7627, 11854, 8520, 10111, 13409, 7752, 13407, 8075, 13313, 9295, 9164, 13884, 7599, 13766, 8296, 12561, 8714, 8861, 12688, 7343, 13426, 8086, 12241, 8778, 8728, 11489, 7405, 13182, 8364, 11181, 8676, 8386, 8715, 7722, 14127, 7918, 12590, 8730, 10967, 8436, 8309, 14450, 7417, 13506, 8249, 12499, 9014, 9238, 8582, 7572, 8853, 7707, 8323, 7778, 14698, 7857, 13589, 9640, 9322, 9208, 7775, 14539, 7649, 12582, 8539, 10660, 8521, 8212, 12813, 7268, 12850, 7734, 11732, 8542, 9028, 8417, 7751, 12339, 7642, 11546, 8462, 10114, 8420, 8250, 11591, 7839, 13994, 7650, 13045, 8430, 10821, 8690, 9186, 8299, 9836, 8648, 8571, 14327, 7353, 13911, 7847, 12993, 8462, 10671, 11095, 8296, 11709, 7552, 13276, 7748, 12439, 8818, 8704, 8620, 7401, 9208, 7464, 11063, 7989, 10201, 8308, 9984, 8534, 9269, 12476, 8029, 12987, 7946, 13266, 8104, 12037, 9753, 8539, 8646, 7457, 13388, 7540, 11941, 7919, 12064, 7918, 12498, 8491, 9728, 8651, 9081, 8712, 9534, 8684, 8090, 13792, 7634, 12387, 8566, 14356, 7582, 13337, 9010, 9547, 8515, 8048, 9337, 7729, 13816, 7303, 12516, 7686, 12296, 7358, 11116, 7536, 12071, 8199, 11648, 7784, 12437, 8540, 10698, 13557, 7902, 13199, 7725, 13466, 7467, 12600, 8032, 11755, 8402, 10456, 8288, 10263, 8432, 8232, 10935, 7601, 11117, 7632, 11554, 7911, 10327, 8231, 9907, 8122, 9903, 8409, 8157, 12744, 7742, 12874, 7804, 13346, 8571, 10853, 8705, 8364, 8395, 8043, 12180, 7527, 13394, 7453, 13427, 7620, 13111, 7939, 12633, 8467, 10396, 8091, 12207, 8443, 10538, 14109, 8761, 14204, 8534, 13443, 8151, 11798, 8778, 8491, 8427, 7728, 11347, 7633, 12762, 7530, 11873, 8104, 10714, 8355, 8892, 8299, 7764, 13013, 7579, 13574, 7506, 13846, 8148, 10920, 8387, 8065, 11008, 7483, 13469, 7448, 12045, 8261, 10062, 8455, 8101, 9337, 7476, 12097, 7681, 11456, 8403, 9819, 8474, 7543, 9147, 7884, 12048, 7996, 9083, 9372, 8469, 10608, 14278, 9195, 13778, 8505, 13320, 9545, 10846, 12731, 10223, 15616, 7657, 14168, 8108, 12654, 8538, 8307, 12299, 7688, 13390, 8102, 10831, 8432, 8700, 8314, 7544, 11982, 7770, 12001, 7852, 11592, 8528, 10054, 8638, 8217, 11621, 7473, 13210, 7894, 13155, 8512, 10051, 8682, 7980, 13266, 7835, 13436, 8204, 12365, 8731, 8944, 11490, 7764, 13474, 7696, 12415, 8362, 9771, 9591, 7779, 14097, 7742, 12691, 8052, 10467, 8270, 7567, 12427, 7876, 11348, 8042, 10044, 8397, 8763, 8714, 8306, 13543, 8070, 12179, 8347, 11406, 8620, 8875, 9280, 7936, 14215, 7706, 13301, 8268, 13130, 8633, 9084, 14258, 7623, 13438, 8048, 13487, 9222, 9817, 10059, 7590, 13679, 7830, 12017, 8511, 9286, 10742, 7814, 13318, 7914, 11591, 8558, 9120, 9860, 7503, 12559, 7838, 11083, 8660, 9196, 8517, 7734, 13695, 7956, 12680, 8235, 11488, 8398, 8308, 11138, 7911, 13455, 7748, 11884, 8433, 9030, 8539, 7963, 13891, 8055, 11560, 8339, 10404, 8586, 8847, 8831, 8037, 14108, 7988, 13595, 7980, 12564, 8784, 10369, 12590, 8648, 14710, 7821, 13769, 8302, 11536, 8772, 8580, 11736, 7734, 12509, 7877, 12597, 8529, 9760, 8680, 8539, 9928, 7624, 9845, 7580, 13857, 8077, 13191, 8455, 10933, 8506, 8666, 9757, 7921, 14586, 7651, 13288, 8004, 13181, 8528, 11043, 11773, 7938, 13314, 7870, 13246, 8264, 11325, 8528, 8485, 8581, 7661, 9454, 7674, 13691, 8273, 11255, 8321, 8516, 8654, 7544, 13980, 8165, 11388, 8597, 9143, 8592, 7712, 13831, 8242, 12035, 8357, 9142, 9000, 7741, 13762, 8372, 11698, 8689, 8969, 10619, 7923, 13407, 8012, 10158, 8520, 8737, 8617, 8998, 8103, 12246, 8733, 10610, 11965, 8876, 14111, 7964, 13300, 8502, 11554, 8693, 9020, 14741, 7734, 13258, 7943, 12417, 8178, 11635, 8933, 8983, 13676, 7777, 13142, 8042, 12724, 8906, 10756, 8369, 8289, 14208, 7700, 13430, 8201, 13023, 8686, 8941, 11206, 7731, 13660, 7620, 11106, 8570, 8930, 8303, 7477, 13619, 7799, 12870, 7883, 11018, 8504, 8055, 9037, 7558, 13203, 7867, 12135, 8369, 10965, 8535, 8475, 10207, 7725, 13689, 8072, 12783, 8384, 9802, 8786, 8140, 13213, 7589, 12609, 8086, 11709, 8683, 9378, 9604, 7844, 13942, 7352, 13239, 8582, 10334, 8507, 8576, 8107, 8541, 8105, 8579, 11231, 14412, 8218, 13573, 8212, 12222, 10292, 8770, 11654, 8945, 11702, 8268, 11452, 9408, 13379, 11018, 8671, 14861, 11465, 12445, 13258, 11052, 14601, 8733, 13426, 7684, 13342, 7221, 13557, 7582, 12028, 8110, 9208, 8576, 7932, 8408, 7689, 12611, 7212, 11058, 8023, 9308, 8663, 8450, 8492, 7633, 9011, 7767, 11075, 7535, 10858], 'WindowCenter': [4128.0, 4031.0, 4089.0, 4025.0, 4064.0, 4021.0, 4013.0, 4060.0, 4001.0, 4060.0, 3999.0, 4049.0, 4019.0, 4021.0, 4018.0, 3989.0, 4059.0, 4000.0, 4050.0, 4010.0, 4030.0, 3997.0, 4000.0, 4038.0, 4011.0, 4051.0, 4011.0, 4041.0, 4020.0, 4022.0, 4019.0, 4013.0, 4071.0, 4001.0, 4061.0, 4020.0, 4031.0, 4017.0, 3999.0, 4059.0, 4000.0, 4050.0, 4009.0, 4021.0, 4018.0, 3989.0, 4058.0, 3999.0, 4038.0, 4020.0, 4033.0, 4021.0, 4035.0, 4042.0, 4024.0, 4074.0, 4002.0, 4074.0, 4031.0, 4052.0, 4008.0, 4012.0, 4059.0, 4000.0, 4061.0, 4008.0, 4049.0, 3997.0, 4008.0, 4047.0, 3987.0, 4048.0, 3999.0, 4029.0, 4000.0, 4020.0, 4034.0, 4050.0, 4000.0, 4050.0, 4011.0, 4041.0, 4009.0, 4011.0, 4038.0, 3999.0, 4049.0, 4000.0, 4041.0, 4009.0, 4011.0, 4038.0, 3989.0, 4039.0, 4010.0, 4031.0, 4010.0, 4012.0, 4008.0, 4001.0, 4050.0, 4000.0, 4042.0, 4022.0, 4023.0, 4011.0, 4002.0, 4061.0, 4000.0, 4072.0, 4011.0, 4055.0, 4011.0, 4025.0, 4062.0, 4002.0, 4063.0, 4011.0, 4065.0, 4020.0, 4033.0, 4060.0, 4001.0, 4050.0, 3988.0, 4049.0, 4020.0, 4021.0, 4007.0, 3998.0, 4058.0, 3977.0, 4049.0, 4009.0, 4030.0, 3997.0, 4011.0, 4028.0, 3990.0, 4050.0, 4012.0, 4041.0, 4011.0, 4023.0, 4008.0, 4011.0, 4072.0, 4001.0, 4062.0, 4010.0, 4033.0, 4049.0, 3990.0, 4050.0, 4011.0, 4053.0, 4010.0, 4002.0, 4060.0, 4002.0, 4061.0, 4022.0, 4053.0, 4012.0, 4022.0, 4040.0, 4001.0, 4061.0, 4022.0, 4063.0, 4022.0, 4023.0, 4050.0, 4001.0, 4060.0, 4011.0, 4053.0, 4010.0, 4011.0, 4060.0, 3989.0, 4061.0, 4009.0, 4051.0, 4008.0, 4000.0, 4047.0, 3987.0, 4048.0, 3997.0, 4020.0, 4008.0, 4001.0, 4059.0, 3998.0, 4039.0, 4008.0, 4021.0, 4011.0, 4013.0, 4062.0, 4001.0, 4052.0, 4010.0, 4044.0, 4062.0, 4003.0, 4061.0, 4000.0, 4063.0, 4019.0, 4022.0, 4060.0, 4000.0, 4061.0, 4009.0, 4051.0, 4008.0, 4021.0, 4050.0, 3990.0, 4060.0, 3999.0, 4050.0, 4010.0, 4021.0, 4039.0, 3990.0, 4060.0, 4011.0, 4052.0, 4021.0, 4011.0, 4009.0, 4002.0, 4071.0, 4011.0, 4062.0, 4011.0, 4042.0, 3999.0, 4012.0, 4059.0, 3989.0, 4061.0, 3998.0, 4050.0, 4008.0, 4019.0, 4008.0, 4002.0, 4019.0, 4001.0, 4010.0, 4001.0, 4071.0, 3999.0, 4063.0, 4020.0, 4020.0, 4008.0, 3999.0, 4058.0, 3989.0, 4050.0, 4010.0, 4041.0, 4008.0, 4012.0, 4049.0, 3989.0, 4049.0, 4000.0, 4050.0, 4009.0, 4010.0, 3996.0, 4000.0, 4050.0, 4000.0, 4040.0, 4010.0, 4031.0, 4010.0, 4024.0, 4040.0, 4002.0, 4071.0, 4000.0, 4060.0, 4011.0, 4041.0, 4010.0, 4020.0, 4010.0, 4033.0, 4009.0, 4022.0, 4062.0, 3990.0, 4059.0, 3999.0, 4061.0, 4009.0, 4041.0, 4039.0, 3999.0, 4038.0, 3999.0, 4049.0, 3999.0, 4053.0, 4008.0, 4009.0, 3997.0, 3989.0, 4007.0, 3989.0, 4040.0, 4011.0, 4030.0, 4011.0, 4032.0, 4021.0, 4033.0, 4052.0, 4013.0, 4060.0, 4014.0, 4061.0, 4001.0, 4052.0, 4021.0, 4011.0, 4009.0, 4002.0, 4060.0, 4001.0, 4052.0, 4013.0, 4051.0, 4011.0, 4063.0, 4010.0, 4031.0, 4011.0, 4023.0, 4010.0, 4034.0, 4010.0, 4013.0, 4062.0, 4003.0, 4050.0, 4011.0, 4060.0, 3989.0, 4061.0, 4010.0, 4021.0, 4008.0, 4000.0, 4007.0, 4001.0, 4059.0, 3991.0, 4049.0, 3990.0, 4049.0, 3991.0, 4041.0, 4001.0, 4053.0, 4011.0, 4040.0, 4001.0, 4051.0, 4010.0, 4042.0, 4050.0, 4001.0, 4048.0, 3991.0, 4049.0, 3989.0, 4050.0, 4000.0, 4050.0, 4000.0, 4030.0, 3999.0, 4031.0, 4000.0, 4012.0, 4029.0, 4002.0, 4028.0, 4002.0, 4041.0, 4012.0, 4042.0, 4012.0, 4032.0, 4012.0, 4044.0, 4012.0, 4015.0, 4062.0, 4002.0, 4051.0, 4001.0, 4063.0, 4012.0, 4042.0, 4009.0, 4010.0, 3998.0, 4013.0, 4050.0, 4001.0, 4062.0, 4002.0, 4062.0, 4002.0, 4061.0, 4011.0, 4064.0, 4012.0, 4032.0, 4012.0, 4054.0, 4011.0, 4045.0, 4062.0, 4023.0, 4061.0, 4010.0, 4060.0, 3998.0, 4040.0, 4011.0, 4011.0, 4000.0, 4001.0, 4028.0, 4000.0, 4050.0, 4001.0, 4051.0, 4000.0, 4032.0, 4000.0, 4021.0, 3998.0, 4001.0, 4050.0, 4001.0, 4051.0, 3989.0, 4049.0, 3999.0, 4030.0, 4000.0, 4000.0, 4028.0, 3990.0, 4051.0, 3991.0, 4050.0, 3999.0, 4020.0, 3998.0, 4001.0, 4009.0, 4001.0, 4052.0, 4000.0, 4041.0, 4010.0, 4033.0, 4025.0, 4015.0, 4021.0, 4014.0, 4062.0, 4013.0, 4033.0, 4048.0, 4025.0, 4071.0, 4088.0, 4037.0, 4075.0, 4023.0, 4064.0, 4022.0, 4044.0, 4051.0, 4031.0, 4062.0, 3990.0, 4049.0, 3987.0, 4050.0, 3999.0, 4000.0, 4038.0, 3988.0, 4048.0, 3999.0, 4029.0, 4010.0, 4012.0, 3998.0, 4002.0, 4039.0, 4001.0, 4050.0, 4012.0, 4052.0, 4011.0, 4032.0, 4009.0, 4012.0, 4039.0, 3992.0, 4061.0, 4000.0, 4062.0, 4010.0, 4032.0, 4009.0, 4013.0, 4062.0, 4002.0, 4061.0, 4010.0, 4052.0, 4011.0, 4022.0, 4040.0, 4002.0, 4050.0, 3990.0, 4052.0, 3999.0, 4031.0, 4019.0, 4000.0, 4060.0, 3989.0, 4049.0, 4000.0, 4042.0, 3998.0, 4000.0, 4049.0, 4000.0, 4040.0, 4012.0, 4033.0, 4011.0, 4024.0, 4010.0, 4023.0, 4062.0, 4013.0, 4064.0, 4012.0, 4053.0, 4011.0, 4023.0, 4020.0, 4014.0, 4062.0, 4001.0, 4063.0, 4001.0, 4063.0, 3998.0, 4022.0, 4061.0, 4000.0, 4051.0, 3999.0, 4061.0, 4008.0, 4032.0, 4020.0, 4001.0, 4060.0, 3989.0, 4050.0, 4009.0, 4023.0, 4029.0, 4000.0, 4050.0, 4000.0, 4042.0, 4009.0, 4021.0, 4019.0, 3991.0, 4051.0, 3990.0, 4041.0, 4010.0, 4021.0, 4011.0, 4002.0, 4061.0, 4001.0, 4062.0, 4012.0, 4043.0, 4010.0, 4012.0, 4040.0, 4002.0, 4061.0, 4001.0, 4053.0, 4010.0, 4021.0, 4010.0, 4012.0, 4061.0, 4012.0, 4052.0, 4012.0, 4043.0, 4022.0, 4034.0, 4033.0, 4025.0, 4074.0, 4014.0, 4075.0, 4012.0, 4065.0, 4011.0, 4044.0, 4050.0, 4012.0, 4060.0, 4000.0, 4061.0, 3999.0, 4042.0, 3998.0, 4010.0, 4038.0, 4001.0, 4050.0, 4000.0, 4051.0, 4009.0, 4031.0, 4009.0, 4023.0, 4032.0, 4003.0, 4031.0, 4001.0, 4062.0, 4002.0, 4062.0, 4013.0, 4041.0, 4000.0, 4011.0, 4018.0, 4002.0, 4060.0, 4000.0, 4049.0, 3999.0, 4051.0, 4009.0, 4041.0, 4038.0, 3999.0, 4048.0, 3998.0, 4049.0, 3998.0, 4030.0, 3999.0, 4011.0, 3999.0, 3990.0, 4017.0, 3999.0, 4060.0, 4009.0, 4042.0, 4011.0, 4010.0, 4010.0, 4002.0, 4061.0, 4012.0, 4042.0, 4011.0, 4023.0, 4011.0, 4003.0, 4062.0, 4012.0, 4064.0, 4012.0, 4033.0, 4020.0, 4002.0, 4062.0, 4012.0, 4053.0, 4025.0, 4035.0, 4030.0, 4013.0, 4060.0, 4001.0, 4031.0, 4021.0, 4022.0, 4023.0, 4034.0, 4029.0, 4079.0, 4037.0, 4056.0, 4052.0, 4024.0, 4062.0, 4002.0, 4063.0, 4012.0, 4044.0, 4000.0, 4021.0, 4060.0, 4000.0, 4061.0, 4001.0, 4052.0, 4012.0, 4054.0, 4011.0, 4023.0, 4062.0, 4003.0, 4052.0, 4001.0, 4052.0, 4011.0, 4042.0, 3999.0, 4001.0, 4049.0, 3989.0, 4050.0, 3999.0, 4062.0, 4011.0, 4022.0, 4029.0, 3990.0, 4049.0, 3988.0, 4029.0, 4011.0, 4021.0, 3999.0, 3991.0, 4049.0, 3989.0, 4050.0, 4001.0, 4042.0, 4009.0, 4002.0, 4010.0, 4001.0, 4051.0, 4013.0, 4054.0, 4012.0, 4044.0, 4011.0, 4014.0, 4031.0, 4003.0, 4062.0, 4002.0, 4062.0, 4012.0, 4032.0, 4010.0, 4013.0, 4062.0, 4013.0, 4052.0, 4012.0, 4053.0, 4010.0, 4034.0, 4020.0, 4013.0, 4074.0, 4004.0, 4063.0, 4010.0, 4031.0, 4010.0, 4022.0, 4039.0, 4048.0, 4028.0, 4048.0, 4081.0, 4087.0, 4026.0, 4075.0, 4025.0, 4079.0, 4071.0, 4048.0, 4090.0, 4072.0, 4092.0, 4052.0, 4077.0, 4050.0, 4077.0, 4058.0, 4026.0, 4090.0, 4055.0, 4080.0, 4053.0, 4032.0, 4051.0, 3998.0, 4037.0, 3975.0, 4037.0, 3977.0, 4048.0, 3977.0, 4037.0, 3987.0, 4008.0, 3986.0, 3987.0, 3984.0, 3986.0, 4036.0, 3976.0, 4027.0, 4000.0, 4009.0, 4000.0, 4000.0, 3999.0, 4003.0, 4010.0, 4005.0, 4054.0, 4004.0, 4043.0], 'WindowWidth': [9148.0, 9001.0, 9070.0, 8974.0, 9025.0, 8963.0, 8955.0, 9013.0, 8933.0, 9008.0, 8927.0, 8995.0, 8956.0, 8959.0, 8951.0, 8916.0, 9008.0, 8929.0, 8997.0, 8944.0, 8971.0, 8921.0, 8931.0, 8978.0, 8947.0, 9000.0, 8950.0, 8988.0, 8960.0, 8964.0, 8955.0, 8952.0, 9029.0, 8934.0, 9014.0, 8956.0, 8974.0, 8947.0, 8928.0, 9008.0, 8931.0, 8998.0, 8942.0, 8962.0, 8951.0, 8915.0, 9004.0, 8928.0, 8979.0, 8960.0, 8981.0, 8962.0, 8988.0, 8992.0, 8973.0, 9039.0, 8941.0, 9037.0, 8972.0, 9004.0, 8937.0, 8948.0, 9008.0, 8931.0, 9012.0, 8937.0, 8996.0, 8918.0, 8938.0, 8988.0, 8909.0, 8990.0, 8930.0, 8968.0, 8932.0, 8960.0, 8985.0, 8999.0, 8931.0, 8996.0, 8948.0, 8989.0, 8939.0, 8948.0, 8977.0, 8928.0, 8994.0, 8931.0, 8987.0, 8940.0, 8946.0, 8976.0, 8916.0, 8980.0, 8944.0, 8974.0, 8944.0, 8951.0, 8938.0, 8934.0, 8997.0, 8931.0, 8988.0, 8965.0, 8967.0, 8947.0, 8938.0, 9013.0, 8933.0, 9029.0, 8947.0, 9012.0, 8949.0, 8972.0, 9018.0, 8938.0, 9020.0, 8948.0, 9028.0, 8960.0, 8980.0, 9009.0, 8932.0, 8997.0, 8910.0, 8994.0, 8956.0, 8959.0, 8935.0, 8925.0, 9004.0, 8894.0, 8992.0, 8942.0, 8971.0, 8923.0, 8945.0, 8964.0, 8917.0, 8998.0, 8954.0, 8990.0, 8950.0, 8966.0, 8940.0, 8949.0, 9032.0, 8937.0, 9018.0, 8944.0, 8980.0, 8995.0, 8918.0, 8998.0, 8951.0, 9007.0, 8945.0, 8939.0, 9013.0, 8937.0, 9016.0, 8968.0, 9009.0, 8951.0, 8965.0, 8984.0, 8936.0, 9015.0, 8967.0, 9023.0, 8964.0, 8969.0, 8998.0, 8935.0, 9013.0, 8949.0, 9008.0, 8944.0, 8950.0, 9011.0, 8916.0, 9013.0, 8941.0, 9002.0, 8938.0, 8930.0, 8989.0, 8909.0, 8991.0, 8922.0, 8957.0, 8939.0, 8933.0, 9008.0, 8927.0, 8982.0, 8940.0, 8960.0, 8948.0, 8956.0, 9019.0, 8936.0, 9004.0, 8946.0, 8996.0, 9020.0, 8941.0, 9016.0, 8933.0, 9021.0, 8953.0, 8963.0, 9010.0, 8932.0, 9012.0, 8942.0, 9000.0, 8940.0, 8962.0, 8998.0, 8919.0, 9010.0, 8928.0, 9000.0, 8946.0, 8962.0, 8983.0, 8919.0, 9013.0, 8949.0, 9004.0, 8963.0, 8950.0, 8942.0, 8938.0, 9028.0, 8949.0, 9019.0, 8948.0, 8993.0, 8928.0, 8950.0, 9009.0, 8917.0, 9013.0, 8926.0, 8996.0, 8936.0, 8953.0, 8937.0, 8938.0, 8957.0, 8935.0, 8946.0, 8938.0, 9030.0, 8930.0, 9019.0, 8957.0, 8959.0, 8936.0, 8928.0, 9006.0, 8914.0, 8996.0, 8946.0, 8987.0, 8938.0, 8950.0, 8994.0, 8916.0, 8995.0, 8932.0, 8998.0, 8940.0, 8943.0, 8920.0, 8932.0, 8998.0, 8933.0, 8985.0, 8945.0, 8976.0, 8945.0, 8970.0, 8986.0, 8938.0, 9029.0, 8932.0, 9011.0, 8947.0, 8988.0, 8943.0, 8958.0, 8943.0, 8981.0, 8942.0, 8965.0, 9017.0, 8919.0, 9009.0, 8930.0, 9014.0, 8942.0, 8989.0, 8981.0, 8929.0, 8978.0, 8929.0, 8994.0, 8927.0, 9006.0, 8939.0, 8941.0, 8922.0, 8915.0, 8936.0, 8917.0, 8984.0, 8948.0, 8972.0, 8950.0, 8977.0, 8962.0, 8982.0, 9005.0, 8952.0, 9012.0, 8955.0, 9014.0, 8933.0, 9005.0, 8961.0, 8948.0, 8941.0, 8938.0, 9013.0, 8936.0, 9003.0, 8954.0, 9000.0, 8950.0, 9018.0, 8947.0, 8975.0, 8948.0, 8967.0, 8945.0, 8982.0, 8945.0, 8953.0, 9019.0, 8939.0, 8996.0, 8948.0, 9012.0, 8916.0, 9015.0, 8943.0, 8959.0, 8936.0, 8931.0, 8936.0, 8933.0, 9007.0, 8921.0, 8993.0, 8917.0, 8994.0, 8922.0, 8986.0, 8937.0, 9006.0, 8950.0, 8985.0, 8934.0, 9002.0, 8943.0, 8989.0, 8997.0, 8932.0, 8992.0, 8918.0, 8994.0, 8916.0, 8996.0, 8931.0, 8997.0, 8930.0, 8969.0, 8927.0, 8973.0, 8930.0, 8949.0, 8966.0, 8934.0, 8965.0, 8936.0, 8986.0, 8953.0, 8991.0, 8951.0, 8978.0, 8953.0, 8999.0, 8951.0, 8960.0, 9016.0, 8938.0, 8999.0, 8936.0, 9019.0, 8950.0, 8991.0, 8941.0, 8943.0, 8925.0, 8952.0, 8997.0, 8936.0, 9018.0, 8939.0, 9016.0, 8938.0, 9015.0, 8948.0, 9021.0, 8954.0, 8976.0, 8951.0, 9008.0, 8949.0, 8999.0, 9017.0, 8965.0, 9013.0, 8943.0, 9009.0, 8925.0, 8983.0, 8946.0, 8947.0, 8928.0, 8933.0, 8965.0, 8930.0, 8996.0, 8934.0, 9000.0, 8931.0, 8976.0, 8929.0, 8960.0, 8924.0, 8933.0, 8998.0, 8934.0, 8998.0, 8915.0, 8993.0, 8927.0, 8972.0, 8928.0, 8931.0, 8963.0, 8916.0, 8998.0, 8921.0, 8996.0, 8928.0, 8958.0, 8925.0, 8934.0, 8939.0, 8934.0, 9002.0, 8933.0, 8986.0, 8946.0, 8979.0, 8973.0, 8960.0, 8961.0, 8957.0, 9017.0, 8955.0, 8982.0, 9009.0, 8977.0, 9046.0, 9063.0, 8991.0, 9040.0, 8966.0, 9023.0, 8962.0, 8996.0, 8999.0, 8973.0, 9014.0, 8915.0, 8991.0, 8906.0, 8996.0, 8925.0, 8931.0, 8974.0, 8910.0, 8989.0, 8924.0, 8966.0, 8944.0, 8949.0, 8925.0, 8936.0, 8980.0, 8932.0, 8995.0, 8950.0, 9002.0, 8947.0, 8978.0, 8938.0, 8948.0, 8979.0, 8924.0, 9014.0, 8932.0, 9013.0, 8943.0, 8976.0, 8940.0, 8953.0, 9016.0, 8936.0, 9012.0, 8945.0, 9003.0, 8945.0, 8966.0, 8985.0, 8936.0, 8998.0, 8918.0, 9001.0, 8926.0, 8974.0, 8954.0, 8930.0, 9009.0, 8914.0, 8994.0, 8930.0, 8990.0, 8924.0, 8931.0, 8992.0, 8930.0, 8983.0, 8953.0, 8980.0, 8950.0, 8971.0, 8946.0, 8968.0, 9016.0, 8955.0, 9022.0, 8951.0, 9007.0, 8946.0, 8966.0, 8957.0, 8957.0, 9019.0, 8936.0, 9017.0, 8932.0, 9019.0, 8924.0, 8961.0, 9014.0, 8933.0, 8997.0, 8927.0, 9012.0, 8936.0, 8974.0, 8956.0, 8934.0, 9009.0, 8914.0, 8996.0, 8941.0, 8965.0, 8967.0, 8929.0, 8996.0, 8930.0, 8987.0, 8940.0, 8959.0, 8954.0, 8920.0, 8998.0, 8918.0, 8984.0, 8944.0, 8962.0, 8947.0, 8938.0, 9012.0, 8933.0, 9014.0, 8950.0, 8992.0, 8945.0, 8950.0, 8982.0, 8935.0, 9012.0, 8935.0, 9004.0, 8945.0, 8961.0, 8941.0, 8949.0, 9013.0, 8951.0, 9003.0, 8951.0, 8994.0, 8964.0, 8987.0, 8983.0, 8975.0, 9037.0, 8957.0, 9038.0, 8953.0, 9026.0, 8947.0, 8995.0, 8996.0, 8948.0, 9009.0, 8930.0, 9014.0, 8928.0, 8987.0, 8923.0, 8943.0, 8978.0, 8932.0, 8998.0, 8931.0, 8998.0, 8942.0, 8973.0, 8940.0, 8966.0, 8976.0, 8939.0, 8973.0, 8936.0, 9017.0, 8936.0, 9015.0, 8951.0, 8988.0, 8929.0, 8946.0, 8950.0, 8934.0, 9009.0, 8931.0, 8994.0, 8927.0, 8997.0, 8940.0, 8986.0, 8975.0, 8927.0, 8991.0, 8923.0, 8990.0, 8924.0, 8970.0, 8926.0, 8946.0, 8926.0, 8916.0, 8948.0, 8929.0, 9009.0, 8941.0, 8988.0, 8946.0, 8944.0, 8941.0, 8937.0, 9012.0, 8948.0, 8990.0, 8947.0, 8966.0, 8946.0, 8942.0, 9016.0, 8951.0, 9023.0, 8952.0, 8979.0, 8957.0, 8937.0, 9016.0, 8951.0, 9007.0, 8975.0, 8988.0, 8972.0, 8951.0, 9012.0, 8934.0, 8973.0, 8961.0, 8965.0, 8969.0, 8986.0, 8987.0, 9057.0, 8992.0, 9018.0, 9002.0, 8969.0, 9017.0, 8937.0, 9022.0, 8949.0, 8995.0, 8929.0, 8961.0, 9008.0, 8932.0, 9014.0, 8934.0, 9000.0, 8950.0, 9010.0, 8944.0, 8966.0, 9017.0, 8938.0, 9002.0, 8933.0, 9003.0, 8945.0, 8989.0, 8928.0, 8933.0, 8994.0, 8913.0, 8996.0, 8926.0, 9016.0, 8948.0, 8964.0, 8968.0, 8917.0, 8992.0, 8910.0, 8965.0, 8946.0, 8960.0, 8926.0, 8921.0, 8995.0, 8916.0, 8996.0, 8934.0, 8990.0, 8941.0, 8936.0, 8941.0, 8934.0, 8999.0, 8955.0, 9007.0, 8950.0, 8996.0, 8947.0, 8956.0, 8972.0, 8940.0, 9018.0, 8937.0, 9015.0, 8948.0, 8977.0, 8944.0, 8952.0, 9018.0, 8956.0, 9002.0, 8949.0, 9005.0, 8945.0, 8981.0, 8957.0, 8954.0, 9040.0, 8944.0, 9019.0, 8943.0, 8973.0, 8944.0, 8967.0, 9006.0, 9016.0, 8986.0, 9014.0, 9060.0, 9064.0, 8978.0, 9043.0, 8976.0, 9056.0, 9049.0, 9016.0, 9076.0, 9057.0, 9079.0, 9025.0, 9049.0, 9017.0, 9046.0, 9021.0, 8976.0, 9074.0, 9014.0, 9059.0, 9008.0, 8975.0, 8997.0, 8921.0, 8969.0, 8886.0, 8971.0, 8894.0, 8986.0, 8894.0, 8971.0, 8907.0, 8935.0, 8903.0, 8904.0, 8895.0, 8905.0, 8968.0, 8891.0, 8959.0, 8930.0, 8938.0, 8928.0, 8930.0, 8926.0, 8940.0, 8944.0, 8947.0, 9008.0, 8943.0, 8990.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.0013080782508630609</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.017158224741081703</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.952289084758064</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2931498140668216</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0099453204838709</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4446</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7293.3286</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.0836439220395765</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>17</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.9562715765247412</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5584988080017843</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5350224850148995</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.809081387571735</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.331392551418719</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.010917</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02143903449177742</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.018342986702919006</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.382234815817671</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>38.7294</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.9156</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>169.7776</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>311441.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>820.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>358.635</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6458</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>570.4178</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3243.4837</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3495.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>65103.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>682.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4390.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1033.3325</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>44.527294230647385</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> |