=== 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-0128 --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-0128",
"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-0128_ses-03_task-social_acq-mb8_run-05_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0128_ses-03_task-social_acq-mb8_run-05_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-05_session-03_subject-0128_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-0128/figures/sub-0128_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-03_subject-0128_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-0128/figures/sub-0128_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-03_subject-0128_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-0128/figures/sub-0128_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-03_subject-0128_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-0128/figures/sub-0128_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-05_session-03_subject-0128_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-0128/figures/sub-0128_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-05_session-03_subject-0128_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-0128/figures/sub-0128_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-03_subject-0128_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-0128/figures/sub-0128_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0128/figures/sub-0128_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0128/ses-03/func/sub-0128_ses-03_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>13873e746fd8c9abb9e326c3dc2c46d8</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:10:58.172500</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.998152, 0.00518772, 0.060546, -0.0151574, 0.986112, 0.16539]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0857244</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4242, -7794, -7222, 389, -150, 23, 137, 59]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>220.894</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>408e0091-c497-4810-83d3-1b8865005a0f||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.677968740463257, -0.04066622629761696, 0.1588873416185379, 109.45892333984375], [-0.013918265700340271, 2.6456656455993652, 0.44820651412010193, -112.35665130615234], [0.16244059801101685, -0.4437301754951477, 2.6577935218811035, -51.52315139770508], [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': ['141058.172500', '141058.632500', '141059.092500', '141059.552500', '141100.012500', '141100.472500', '141100.932500', '141101.392500', '141101.852500', '141102.312500', '141102.772500', '141103.232500', '141103.692500', '141104.152500', '141104.612500', '141105.072500', '141105.532500', '141105.992500', '141106.452500', '141106.912500', '141107.372500', '141107.832500', '141108.292500', '141108.752500', '141109.212500', '141109.672500', '141110.132500', '141110.592500', '141111.052500', '141111.512500', '141111.972500', '141112.432500', '141112.892500', '141113.352500', '141113.812500', '141114.272500', '141114.732500', '141115.192500', '141115.652500', '141116.112500', '141116.572500', '141117.032500', '141117.492500', '141117.952500', '141118.412500', '141118.872500', '141119.332500', '141119.792500', '141120.252500', '141120.712500', '141121.172500', '141121.632500', '141122.092500', '141122.552500', '141123.012500', '141123.472500', '141123.932500', '141124.392500', '141124.852500', '141125.312500', '141125.772500', '141126.232500', '141126.692500', '141127.152500', '141127.612500', '141128.072500', '141128.532500', '141128.992500', '141129.452500', '141129.912500', '141130.372500', '141130.832500', '141131.292500', '141131.752500', '141132.212500', '141132.672500', '141133.132500', '141133.592500', '141134.052500', '141134.512500', '141134.972500', '141135.432500', '141135.892500', '141136.352500', '141136.812500', '141137.272500', '141137.732500', '141138.192500', '141138.652500', '141139.112500', '141139.572500', '141140.032500', '141140.492500', '141140.952500', '141141.412500', '141141.872500', '141142.332500', '141142.792500', '141143.252500', '141143.712500', '141144.172500', '141144.632500', '141145.092500', '141145.552500', '141146.012500', '141146.472500', '141146.932500', '141147.392500', '141147.852500', '141148.312500', '141148.772500', '141149.232500', '141149.692500', '141150.152500', '141150.612500', '141151.072500', '141151.532500', '141151.992500', '141152.452500', '141152.912500', '141153.372500', '141153.832500', '141154.292500', '141154.752500', '141155.212500', '141155.672500', '141156.132500', '141156.592500', '141157.052500', '141157.512500', '141157.972500', '141158.432500', '141158.892500', '141159.352500', '141159.812500', '141200.272500', '141200.732500', '141201.192500', '141201.652500', '141202.112500', '141202.572500', '141203.032500', '141203.492500', '141203.952500', '141204.412500', '141204.872500', '141205.332500', '141205.792500', '141206.252500', '141206.712500', '141207.172500', '141207.632500', '141208.092500', '141208.552500', '141209.012500', '141209.472500', '141209.932500', '141210.392500', '141210.852500', '141211.312500', '141211.772500', '141212.232500', '141212.692500', '141213.152500', '141213.612500', '141214.072500', '141214.532500', '141214.992500', '141215.452500', '141215.912500', '141216.372500', '141216.832500', '141217.292500', '141217.752500', '141218.212500', '141218.672500', '141219.132500', '141219.592500', '141220.052500', '141220.512500', '141220.972500', '141221.432500', '141221.892500', '141222.352500', '141222.812500', '141223.272500', '141223.732500', '141224.192500', '141224.652500', '141225.112500', '141225.572500', '141226.032500', '141226.492500', '141226.952500', '141227.412500', '141227.872500', '141228.332500', '141228.792500', '141229.252500', '141229.712500', '141230.172500', '141230.632500', '141231.092500', '141231.552500', '141232.012500', '141232.472500', '141232.932500', '141233.392500', '141233.852500', '141234.312500', '141234.772500', '141235.232500', '141235.692500', '141236.152500', '141236.612500', '141237.072500', '141237.532500', '141237.992500', '141238.452500', '141238.912500', '141239.372500', '141239.832500', '141240.292500', '141240.752500', '141241.212500', '141241.672500', '141242.132500', '141242.592500', '141243.052500', '141243.512500', '141243.972500', '141244.432500', '141244.892500', '141245.352500', '141245.812500', '141246.272500', '141246.732500', '141247.192500', '141247.652500', '141248.112500', '141248.572500', '141249.032500', '141249.492500', '141249.952500', '141250.412500', '141250.872500', '141251.332500', '141251.792500', '141252.252500', '141252.712500', '141253.172500', '141253.632500', '141254.092500', '141254.552500', '141255.012500', '141255.472500', '141255.932500', '141256.392500', '141256.852500', '141257.312500', '141257.772500', '141258.232500', '141258.692500', '141259.152500', '141259.612500', '141300.072500', '141300.532500', '141300.992500', '141301.452500', '141301.912500', '141302.372500', '141302.832500', '141303.292500', '141303.752500', '141304.212500', '141304.672500', '141305.132500', '141305.592500', '141306.052500', '141306.512500', '141306.972500', '141307.432500', '141307.892500', '141308.352500', '141308.812500', '141309.272500', '141309.732500', '141310.192500', '141310.652500', '141311.112500', '141311.572500', '141312.032500', '141312.492500', '141312.952500', '141313.412500', '141313.872500', '141314.332500', '141314.792500', '141315.252500', '141315.712500', '141316.172500', '141316.632500', '141317.092500', '141317.552500', '141318.012500', '141318.472500', '141318.932500', '141319.392500', '141319.852500', '141320.312500', '141320.772500', '141321.232500', '141321.692500', '141322.152500', '141322.612500', '141323.072500', '141323.532500', '141323.992500', '141324.452500', '141324.912500', '141325.372500', '141325.832500', '141326.292500', '141326.752500', '141327.212500', '141327.672500', '141328.132500', '141328.592500', '141329.052500', '141329.512500', '141329.972500', '141330.432500', '141330.892500', '141331.352500', '141331.812500', '141332.272500', '141332.732500', '141333.192500', '141333.652500', '141334.112500', '141334.572500', '141335.032500', '141335.492500', '141335.952500', '141336.412500', '141336.872500', '141337.332500', '141337.792500', '141338.252500', '141338.712500', '141339.172500', '141339.632500', '141340.092500', '141340.552500', '141341.012500', '141341.472500', '141341.932500', '141342.392500', '141342.852500', '141343.312500', '141343.772500', '141344.232500', '141344.692500', '141345.152500', '141345.612500', '141346.072500', '141346.532500', '141346.992500', '141347.452500', '141347.912500', '141348.372500', '141348.832500', '141349.292500', '141349.752500', '141350.212500', '141350.672500', '141351.132500', '141351.592500', '141352.052500', '141352.512500', '141352.972500', '141353.432500', '141353.892500', '141354.352500', '141354.812500', '141355.272500', '141355.732500', '141356.192500', '141356.652500', '141357.112500', '141357.572500', '141358.032500', '141358.492500', '141358.952500', '141359.412500', '141359.872500', '141400.332500', '141400.792500', '141401.252500', '141401.712500', '141402.172500', '141402.632500', '141403.092500', '141403.552500', '141404.012500', '141404.472500', '141404.932500', '141405.392500', '141405.852500', '141406.312500', '141406.772500', '141407.232500', '141407.692500', '141408.152500', '141408.612500', '141409.072500', '141409.532500', '141409.992500', '141410.452500', '141410.912500', '141411.372500', '141411.832500', '141412.292500', '141412.752500', '141413.212500', '141413.672500', '141414.132500', '141414.592500', '141415.052500', '141415.512500', '141415.972500', '141416.432500', '141416.892500', '141417.352500', '141417.812500', '141418.272500', '141418.732500', '141419.192500', '141419.652500', '141420.112500', '141420.572500', '141421.032500', '141421.492500', '141421.952500', '141422.412500', '141422.872500', '141423.332500', '141423.792500', '141424.252500', '141424.712500', '141425.172500', '141425.632500', '141426.092500', '141426.552500', '141427.012500', '141427.472500', '141427.932500', '141428.392500', '141428.852500', '141429.312500', '141429.772500', '141430.232500', '141430.692500', '141431.152500', '141431.612500', '141432.072500', '141432.532500', '141432.992500', '141433.452500', '141433.912500', '141434.372500', '141434.832500', '141435.292500', '141435.752500', '141436.212500', '141436.672500', '141437.132500', '141437.592500', '141438.052500', '141438.512500', '141438.972500', '141439.432500', '141439.892500', '141440.352500', '141440.812500', '141441.272500', '141441.732500', '141442.192500', '141442.652500', '141443.112500', '141443.572500', '141444.032500', '141444.492500', '141444.952500', '141445.412500', '141445.872500', '141446.332500', '141446.792500', '141447.252500', '141447.712500', '141448.172500', '141448.632500', '141449.092500', '141449.552500', '141450.012500', '141450.472500', '141450.932500', '141451.392500', '141451.852500', '141452.312500', '141452.772500', '141453.232500', '141453.692500', '141454.152500', '141454.612500', '141455.072500', '141455.532500', '141455.992500', '141456.452500', '141456.912500', '141457.372500', '141457.832500', '141458.292500', '141458.752500', '141459.212500', '141459.672500', '141500.132500', '141500.592500', '141501.052500', '141501.512500', '141501.972500', '141502.432500', '141502.892500', '141503.352500', '141503.812500', '141504.272500', '141504.732500', '141505.192500', '141505.652500', '141506.112500', '141506.572500', '141507.032500', '141507.492500', '141507.952500', '141508.412500', '141508.872500', '141509.332500', '141509.792500', '141510.252500', '141510.712500', '141511.172500', '141511.632500', '141512.092500', '141512.552500', '141513.012500', '141513.472500', '141513.932500', '141514.392500', '141514.852500', '141515.312500', '141515.772500', '141516.232500', '141516.692500', '141517.152500', '141517.612500', '141518.072500', '141518.532500', '141518.992500', '141519.452500', '141519.912500', '141520.372500', '141520.832500', '141521.292500', '141521.752500', '141522.212500', '141522.672500', '141523.132500', '141523.592500', '141524.052500', '141524.512500', '141524.972500', '141525.432500', '141525.892500', '141526.352500', '141526.812500', '141527.272500', '141527.732500', '141528.192500', '141528.652500', '141529.112500', '141529.572500', '141530.032500', '141530.492500', '141530.952500', '141531.412500', '141531.872500', '141532.332500', '141532.792500', '141533.252500', '141533.712500', '141534.172500', '141534.632500', '141535.092500', '141535.552500', '141536.012500', '141536.472500', '141536.932500', '141537.392500', '141537.852500', '141538.312500', '141538.772500', '141539.232500', '141539.692500', '141540.152500', '141540.612500', '141541.072500', '141541.532500', '141541.992500', '141542.452500', '141542.912500', '141543.372500', '141543.832500', '141544.292500', '141544.752500', '141545.212500', '141545.672500', '141546.132500', '141546.592500', '141547.052500', '141547.512500', '141547.972500', '141548.432500', '141548.892500', '141549.352500', '141549.812500', '141550.272500', '141550.732500', '141551.192500', '141551.652500', '141552.112500', '141552.572500', '141553.032500', '141553.492500', '141553.952500', '141554.412500', '141554.872500', '141555.332500', '141555.792500', '141556.252500', '141556.712500', '141557.172500', '141557.632500', '141558.092500', '141558.552500', '141559.012500', '141559.472500', '141559.932500', '141600.392500', '141600.852500', '141601.312500', '141601.772500', '141602.232500', '141602.692500', '141603.152500', '141603.612500', '141604.072500', '141604.532500', '141604.992500', '141605.452500', '141605.912500', '141606.372500', '141606.832500', '141607.292500', '141607.752500', '141608.212500', '141608.672500', '141609.132500', '141609.592500', '141610.052500', '141610.512500', '141610.972500', '141611.432500', '141611.892500', '141612.352500', '141612.812500', '141613.272500', '141613.732500', '141614.192500', '141614.652500', '141615.112500', '141615.572500', '141616.032500', '141616.492500', '141616.952500', '141617.412500', '141617.872500', '141618.332500', '141618.792500', '141619.252500', '141619.712500', '141620.172500', '141620.632500', '141621.092500', '141621.552500', '141622.012500', '141622.472500', '141622.932500', '141623.392500', '141623.852500', '141624.312500', '141624.772500', '141625.232500', '141625.692500', '141626.152500', '141626.612500', '141627.072500', '141627.532500', '141627.992500', '141628.452500', '141628.912500', '141629.372500', '141629.832500', '141630.292500', '141630.752500', '141631.212500', '141631.672500', '141632.132500', '141632.592500', '141633.052500', '141633.512500', '141633.972500', '141634.432500', '141634.892500', '141635.352500', '141635.812500', '141636.272500', '141636.732500', '141637.192500', '141637.652500', '141638.112500', '141638.572500', '141639.032500', '141639.492500', '141639.952500', '141640.412500', '141640.872500', '141641.332500', '141641.792500', '141642.252500', '141642.712500', '141643.172500', '141643.632500', '141644.092500', '141644.552500', '141645.012500', '141645.472500', '141645.932500', '141646.392500', '141646.852500', '141647.312500', '141647.772500', '141648.232500', '141648.692500', '141649.152500', '141649.612500', '141650.072500', '141650.532500', '141650.992500', '141651.452500', '141651.912500', '141652.372500', '141652.832500', '141653.292500', '141653.752500', '141654.212500', '141654.672500', '141655.132500', '141655.592500', '141656.052500', '141656.512500', '141656.972500', '141657.432500', '141657.892500', '141658.352500', '141658.812500', '141659.272500', '141659.732500', '141700.192500', '141700.652500', '141701.112500', '141701.572500', '141702.032500', '141702.492500', '141702.952500', '141703.412500', '141703.872500', '141704.332500', '141704.792500', '141705.252500', '141705.712500', '141706.172500', '141706.632500', '141707.092500', '141707.552500', '141708.012500', '141708.472500', '141708.932500', '141709.392500', '141709.852500', '141710.312500', '141710.772500', '141711.232500', '141711.692500', '141712.152500', '141712.612500', '141713.072500', '141713.532500', '141713.992500', '141714.452500', '141714.912500', '141715.372500', '141715.832500', '141716.292500', '141716.752500', '141717.212500', '141717.672500', '141718.132500', '141718.592500', '141719.052500', '141719.512500', '141719.972500', '141720.432500', '141720.892500', '141721.352500', '141721.812500', '141722.272500', '141722.732500', '141723.192500', '141723.652500', '141724.112500', '141724.572500', '141725.032500', '141725.492500', '141725.952500', '141726.412500', '141726.872500', '141727.332500', '141727.792500', '141728.252500', '141728.712500', '141729.172500', '141729.632500', '141730.092500', '141730.552500', '141731.012500', '141731.472500', '141731.932500', '141732.392500', '141732.852500', '141733.312500', '141733.772500', '141734.232500', '141734.692500', '141735.152500', '141735.612500', '141736.072500', '141736.532500', '141736.992500', '141737.452500', '141737.912500', '141738.372500', '141738.832500'], 'ContentTime': ['141124.887000', '141124.890000', '141124.893000', '141124.896000', '141124.898000', '141124.901000', '141124.903000', '141124.906000', '141124.908000', '141124.911000', '141124.913000', '141124.916000', '141124.919000', '141124.933000', '141124.936000', '141124.938000', '141124.941000', '141124.943000', '141124.946000', '141124.948000', '141124.951000', '141124.953000', '141124.956000', '141124.959000', '141124.961000', '141124.964000', '141124.966000', '141124.969000', '141124.971000', '141124.974000', '141124.976000', '141124.996000', '141125.000000', '141125.002000', '141125.005000', '141125.007000', '141125.010000', '141125.012000', '141125.015000', '141125.018000', '141125.020000', '141125.023000', '141125.025000', '141125.028000', '141125.030000', '141125.033000', '141125.035000', '141125.038000', '141125.041000', '141125.043000', '141125.046000', '141125.048000', '141125.051000', '141125.053000', '141125.056000', '141125.059000', '141144.845000', '141144.848000', '141144.851000', '141144.853000', '141144.856000', '141144.859000', '141144.861000', '141144.864000', '141144.866000', '141144.869000', '141144.871000', '141144.874000', '141144.877000', '141144.886000', '141144.888000', '141144.891000', '141144.894000', '141144.896000', '141144.899000', '141144.901000', '141144.904000', '141144.906000', '141144.909000', '141144.911000', '141144.914000', '141144.917000', '141144.924000', '141144.927000', '141144.930000', '141144.932000', '141144.935000', '141144.938000', '141144.940000', '141144.943000', '141144.945000', '141144.948000', '141144.950000', '141144.953000', '141144.956000', '141144.958000', '141144.961000', '141144.963000', '141144.966000', '141204.844000', '141204.847000', '141204.850000', '141204.852000', '141204.855000', '141204.857000', '141204.860000', '141204.862000', '141204.865000', '141204.867000', '141204.870000', '141204.873000', '141204.875000', '141204.878000', '141204.880000', '141204.883000', '141204.885000', '141204.888000', '141204.890000', '141204.893000', '141204.895000', '141204.898000', '141204.900000', '141204.903000', '141204.906000', '141204.908000', '141204.911000', '141204.915000', '141204.917000', '141204.920000', '141204.923000', '141204.925000', '141204.928000', '141204.930000', '141204.933000', '141204.935000', '141204.938000', '141204.940000', '141204.943000', '141204.946000', '141204.948000', '141204.951000', '141204.953000', '141204.956000', '141224.844000', '141224.847000', '141224.850000', '141224.852000', '141224.855000', '141224.858000', '141224.860000', '141224.863000', '141224.865000', '141224.868000', '141224.870000', '141224.873000', '141224.876000', '141224.878000', '141224.881000', '141224.884000', '141224.886000', '141224.889000', '141224.891000', '141224.894000', '141224.897000', '141224.899000', '141224.902000', '141224.904000', '141224.907000', '141224.909000', '141224.912000', '141224.915000', '141224.917000', '141224.920000', '141224.922000', '141224.925000', '141224.927000', '141224.930000', '141224.932000', '141224.935000', '141224.937000', '141224.940000', '141224.942000', '141224.945000', '141224.948000', '141224.950000', '141224.953000', '141244.844000', '141244.847000', '141244.850000', '141244.852000', '141244.855000', '141244.857000', '141244.860000', '141244.863000', '141244.865000', '141244.868000', '141244.870000', '141244.873000', '141244.875000', '141244.878000', '141244.881000', '141244.883000', '141244.886000', '141244.888000', '141244.891000', '141244.893000', '141244.896000', '141244.898000', '141244.901000', '141244.904000', '141244.906000', '141244.909000', '141244.911000', '141244.914000', '141244.916000', '141244.919000', '141244.921000', '141244.924000', '141244.927000', '141244.929000', '141244.932000', '141244.934000', '141244.937000', '141244.940000', '141244.943000', '141244.946000', '141244.960000', '141244.962000', '141244.965000', '141304.845000', '141304.848000', '141304.851000', '141304.853000', '141304.856000', '141304.858000', '141304.861000', '141304.863000', '141304.866000', '141304.869000', '141304.871000', '141304.874000', '141304.876000', '141304.879000', '141304.881000', '141304.884000', '141304.887000', '141304.889000', '141304.892000', '141304.894000', '141304.897000', '141304.899000', '141304.902000', '141304.904000', '141304.907000', '141304.910000', '141304.912000', '141304.915000', '141304.917000', '141304.920000', '141304.922000', '141304.925000', '141304.927000', '141304.930000', '141304.933000', '141304.936000', '141304.938000', '141304.941000', '141304.943000', '141304.946000', '141304.949000', '141304.951000', '141304.954000', '141304.956000', '141324.846000', '141324.848000', '141324.851000', '141324.853000', '141324.856000', '141324.859000', '141324.861000', '141324.864000', '141324.866000', '141324.869000', '141324.872000', '141324.874000', '141324.877000', '141324.880000', '141324.882000', '141324.885000', '141324.887000', '141324.890000', '141324.893000', '141324.895000', '141324.898000', '141324.901000', '141324.903000', '141324.906000', '141324.908000', '141324.911000', '141324.914000', '141324.916000', '141324.919000', '141324.921000', '141324.924000', '141324.926000', '141324.929000', '141324.932000', '141324.934000', '141324.937000', '141324.939000', '141324.942000', '141324.945000', '141324.947000', '141324.950000', '141324.952000', '141324.955000', '141344.846000', '141344.848000', '141344.851000', '141344.854000', '141344.856000', '141344.859000', '141344.861000', '141344.864000', '141344.866000', '141344.869000', '141344.872000', '141344.874000', '141344.877000', '141344.879000', '141344.882000', '141344.885000', '141344.887000', '141344.890000', '141344.892000', '141344.895000', '141344.897000', '141344.900000', '141344.902000', '141344.905000', '141344.908000', '141344.910000', '141344.913000', '141344.915000', '141344.918000', '141344.920000', '141344.923000', '141344.926000', '141344.928000', '141344.931000', '141344.933000', '141344.936000', '141344.938000', '141344.941000', '141344.944000', '141344.946000', '141344.949000', '141344.951000', '141344.954000', '141344.956000', '141404.845000', '141404.867000', '141404.870000', '141404.873000', '141404.876000', '141404.878000', '141404.881000', '141404.883000', '141404.886000', '141404.889000', '141404.891000', '141404.894000', '141404.896000', '141404.899000', '141404.901000', '141404.904000', '141404.907000', '141404.909000', '141404.912000', '141404.914000', '141404.917000', '141404.919000', '141404.922000', '141404.925000', '141404.927000', '141404.930000', '141404.933000', '141404.935000', '141404.938000', '141404.940000', '141404.943000', '141404.946000', '141404.948000', '141404.951000', '141404.953000', '141404.956000', '141404.958000', '141404.961000', '141404.964000', '141404.966000', '141404.969000', '141404.971000', '141404.974000', '141424.845000', '141424.850000', '141424.853000', '141424.855000', '141424.858000', '141424.860000', '141424.863000', '141424.871000', '141424.874000', '141424.876000', '141424.879000', '141424.882000', '141424.884000', '141424.887000', '141424.889000', '141424.892000', '141424.895000', '141424.897000', '141424.900000', '141424.902000', '141424.905000', '141424.908000', '141424.910000', '141424.913000', '141424.916000', '141424.918000', '141424.921000', '141424.924000', '141424.926000', '141424.929000', '141424.931000', '141424.934000', '141424.937000', '141424.939000', '141424.942000', '141424.944000', '141424.959000', '141424.962000', '141424.964000', '141424.967000', '141424.969000', '141424.972000', '141424.974000', '141424.977000', '141444.844000', '141444.847000', '141444.850000', '141444.852000', '141444.855000', '141444.858000', '141444.860000', '141444.863000', '141444.865000', '141444.868000', '141444.871000', '141444.873000', '141444.876000', '141444.879000', '141444.881000', '141444.884000', '141444.886000', '141444.889000', '141444.891000', '141444.894000', '141444.897000', '141444.899000', '141444.902000', '141444.905000', '141444.907000', '141444.910000', '141444.912000', '141444.915000', '141444.918000', '141444.921000', '141444.924000', '141444.927000', '141444.930000', '141444.932000', '141444.935000', '141444.938000', '141444.940000', '141444.943000', '141444.945000', '141444.948000', '141444.950000', '141444.953000', '141444.956000', '141504.845000', '141504.848000', '141504.851000', '141504.853000', '141504.856000', '141504.859000', '141504.862000', '141504.864000', '141504.867000', '141504.869000', '141504.872000', '141504.875000', '141504.877000', '141504.880000', '141504.883000', '141504.885000', '141504.888000', '141504.890000', '141504.893000', '141504.896000', '141504.898000', '141504.901000', '141504.903000', '141504.906000', '141504.908000', '141504.911000', '141504.913000', '141504.916000', '141504.919000', '141504.921000', '141504.924000', '141504.926000', '141504.929000', '141504.931000', '141504.934000', '141504.937000', '141504.939000', '141504.942000', '141504.945000', '141504.947000', '141504.950000', '141504.952000', '141504.955000', '141504.958000', '141524.845000', '141524.855000', '141524.858000', '141524.860000', '141524.863000', '141524.866000', '141524.868000', '141524.871000', '141524.874000', '141524.876000', '141524.879000', '141524.881000', '141524.884000', '141524.887000', '141524.890000', '141524.892000', '141524.895000', '141524.897000', '141524.900000', '141524.903000', '141524.905000', '141524.909000', '141524.911000', '141524.914000', '141524.916000', '141524.919000', '141524.922000', '141524.924000', '141524.927000', '141524.929000', '141524.932000', '141524.934000', '141524.937000', '141524.940000', '141524.942000', '141524.945000', '141524.947000', '141524.950000', '141524.952000', '141524.955000', '141524.958000', '141524.960000', '141524.963000', '141544.845000', '141544.848000', '141544.851000', '141544.853000', '141544.856000', '141544.859000', '141544.861000', '141544.864000', '141544.866000', '141544.869000', '141544.871000', '141544.874000', '141544.877000', '141544.879000', '141544.882000', '141544.884000', '141544.887000', '141544.889000', '141544.892000', '141544.895000', '141544.897000', '141544.900000', '141544.903000', '141544.905000', '141544.908000', '141544.910000', '141544.913000', '141544.915000', '141544.918000', '141544.920000', '141544.923000', '141544.926000', '141544.928000', '141544.931000', '141544.933000', '141544.936000', '141544.938000', '141544.941000', '141544.944000', '141544.946000', '141544.949000', '141544.951000', '141544.954000', '141544.957000', '141604.845000', '141604.848000', '141604.862000', '141604.865000', '141604.867000', '141604.870000', '141604.872000', '141604.875000', '141604.877000', '141604.880000', '141604.882000', '141604.885000', '141604.887000', '141604.890000', '141604.893000', '141604.895000', '141604.898000', '141604.901000', '141604.903000', '141604.906000', '141604.908000', '141604.911000', '141604.913000', '141604.916000', '141604.919000', '141604.921000', '141604.924000', '141604.927000', '141604.930000', '141604.933000', '141604.936000', '141604.938000', '141604.941000', '141604.944000', '141604.946000', '141604.949000', '141604.951000', '141604.954000', '141604.956000', '141604.959000', '141604.961000', '141604.964000', '141604.967000', '141624.846000', '141624.851000', '141624.853000', '141624.856000', '141624.858000', '141624.861000', '141624.863000', '141624.866000', '141624.869000', '141624.871000', '141624.874000', '141624.876000', '141624.879000', '141624.882000', '141624.884000', '141624.887000', '141624.890000', '141624.892000', '141624.895000', '141624.897000', '141624.900000', '141624.903000', '141624.905000', '141624.908000', '141624.910000', '141624.913000', '141624.915000', '141624.918000', '141624.921000', '141624.923000', '141624.926000', '141624.928000', '141624.931000', '141624.934000', '141624.936000', '141624.939000', '141624.941000', '141624.944000', '141624.946000', '141624.949000', '141624.952000', '141624.954000', '141624.957000', '141624.960000', '141644.845000', '141644.873000', '141644.875000', '141644.878000', '141644.881000', '141644.883000', '141644.886000', '141644.888000', '141644.891000', '141644.893000', '141644.896000', '141644.899000', '141644.901000', '141644.904000', '141644.906000', '141644.909000', '141644.912000', '141644.914000', '141644.917000', '141644.919000', '141644.922000', '141644.924000', '141644.927000', '141644.930000', '141644.932000', '141644.935000', '141644.937000', '141644.940000', '141644.942000', '141644.945000', '141644.948000', '141644.951000', '141644.953000', '141644.956000', '141644.959000', '141644.961000', '141644.964000', '141644.966000', '141644.969000', '141644.971000', '141644.974000', '141644.977000', '141644.979000', '141704.845000', '141704.860000', '141704.863000', '141704.865000', '141704.868000', '141704.870000', '141704.873000', '141704.876000', '141704.879000', '141704.881000', '141704.884000', '141704.886000', '141704.889000', '141704.891000', '141704.894000', '141704.897000', '141704.899000', '141704.902000', '141704.905000', '141704.907000', '141704.910000', '141704.912000', '141704.915000', '141704.918000', '141704.920000', '141704.923000', '141704.926000', '141704.928000', '141704.931000', '141704.934000', '141704.936000', '141704.939000', '141704.941000', '141704.944000', '141704.946000', '141704.949000', '141704.951000', '141704.954000', '141704.957000', '141704.959000', '141704.962000', '141704.964000', '141704.967000', '141704.969000', '141724.846000', '141724.848000', '141724.851000', '141724.854000', '141724.856000', '141724.859000', '141724.862000', '141724.864000', '141724.867000', '141724.869000', '141724.872000', '141724.875000', '141724.877000', '141724.888000', '141724.891000', '141724.893000', '141724.896000', '141724.899000', '141724.901000', '141724.904000', '141724.906000', '141724.909000', '141724.912000', '141724.914000', '141724.917000', '141724.919000', '141724.922000', '141724.925000', '141724.927000', '141724.930000', '141724.933000', '141724.935000', '141724.938000', '141724.940000', '141724.943000', '141724.946000', '141724.948000', '141724.951000', '141724.954000', '141724.957000', '141724.960000', '141724.963000', '141724.966000', '141740.103000', '141740.106000', '141740.110000', '141740.112000', '141740.115000', '141740.118000', '141740.120000', '141740.123000', '141740.126000', '141740.129000', '141740.131000', '141740.135000', '141740.137000', '141740.141000', '141740.143000', '141740.146000', '141740.148000', '141740.151000', '141740.154000', '141740.157000', '141740.160000', '141740.163000', '141740.166000', '141740.169000', '141740.172000', '141740.176000', '141740.179000', '141740.182000', '141740.185000', '141740.188000', '141740.191000', '141740.193000', '141740.196000', '141740.199000'], 'InstanceCreationTime': ['141124.887000', '141124.890000', '141124.893000', '141124.896000', '141124.898000', '141124.901000', '141124.903000', '141124.906000', '141124.908000', '141124.911000', '141124.913000', '141124.916000', '141124.919000', '141124.933000', '141124.936000', '141124.938000', '141124.941000', '141124.943000', '141124.946000', '141124.948000', '141124.951000', '141124.953000', '141124.956000', '141124.959000', '141124.961000', '141124.964000', '141124.966000', '141124.969000', '141124.971000', '141124.974000', '141124.976000', '141124.996000', '141125.000000', '141125.002000', '141125.005000', '141125.007000', '141125.010000', '141125.012000', '141125.015000', '141125.018000', '141125.020000', '141125.023000', '141125.025000', '141125.028000', '141125.030000', '141125.033000', '141125.035000', '141125.038000', '141125.041000', '141125.043000', '141125.046000', '141125.048000', '141125.051000', '141125.053000', '141125.056000', '141125.059000', '141144.845000', '141144.848000', '141144.851000', '141144.853000', '141144.856000', '141144.859000', '141144.861000', '141144.864000', '141144.866000', '141144.869000', '141144.871000', '141144.874000', '141144.877000', '141144.886000', '141144.888000', '141144.891000', '141144.894000', '141144.896000', '141144.899000', '141144.901000', '141144.904000', '141144.906000', '141144.909000', '141144.911000', '141144.914000', '141144.917000', '141144.924000', '141144.927000', '141144.930000', '141144.932000', '141144.935000', '141144.938000', '141144.940000', '141144.943000', '141144.945000', '141144.948000', '141144.950000', '141144.953000', '141144.956000', '141144.958000', '141144.961000', '141144.963000', '141144.966000', '141204.844000', '141204.847000', '141204.850000', '141204.852000', '141204.855000', '141204.857000', '141204.860000', '141204.862000', '141204.865000', '141204.867000', '141204.870000', '141204.873000', '141204.875000', '141204.878000', '141204.880000', '141204.883000', '141204.885000', '141204.888000', '141204.890000', '141204.893000', '141204.895000', '141204.898000', '141204.900000', '141204.903000', '141204.906000', '141204.908000', '141204.911000', '141204.915000', '141204.917000', '141204.920000', '141204.923000', '141204.925000', '141204.928000', '141204.930000', '141204.933000', '141204.935000', '141204.938000', '141204.940000', '141204.943000', '141204.946000', '141204.948000', '141204.951000', '141204.953000', '141204.956000', '141224.844000', '141224.847000', '141224.850000', '141224.852000', '141224.855000', '141224.858000', '141224.860000', '141224.863000', '141224.865000', '141224.868000', '141224.870000', '141224.873000', '141224.876000', '141224.878000', '141224.881000', '141224.884000', '141224.886000', '141224.889000', '141224.891000', '141224.894000', '141224.897000', '141224.899000', '141224.902000', '141224.904000', '141224.907000', '141224.909000', '141224.912000', '141224.915000', '141224.917000', '141224.920000', '141224.922000', '141224.925000', '141224.927000', '141224.930000', '141224.932000', '141224.935000', '141224.937000', '141224.940000', '141224.942000', '141224.945000', '141224.948000', '141224.950000', '141224.953000', '141244.844000', '141244.847000', '141244.850000', '141244.852000', '141244.855000', '141244.857000', '141244.860000', '141244.863000', '141244.865000', '141244.868000', '141244.870000', '141244.873000', '141244.875000', '141244.878000', '141244.881000', '141244.883000', '141244.886000', '141244.888000', '141244.891000', '141244.893000', '141244.896000', '141244.898000', '141244.901000', '141244.904000', '141244.906000', '141244.909000', '141244.911000', '141244.914000', '141244.916000', '141244.919000', '141244.921000', '141244.924000', '141244.927000', '141244.929000', '141244.932000', '141244.934000', '141244.937000', '141244.940000', '141244.943000', '141244.946000', '141244.960000', '141244.962000', '141244.965000', '141304.845000', '141304.848000', '141304.851000', '141304.853000', '141304.856000', '141304.858000', '141304.861000', '141304.863000', '141304.866000', '141304.869000', '141304.871000', '141304.874000', '141304.876000', '141304.879000', '141304.881000', '141304.884000', '141304.887000', '141304.889000', '141304.892000', '141304.894000', '141304.897000', '141304.899000', '141304.902000', '141304.904000', '141304.907000', '141304.910000', '141304.912000', '141304.915000', '141304.917000', '141304.920000', '141304.922000', '141304.925000', '141304.927000', '141304.930000', '141304.933000', '141304.936000', '141304.938000', '141304.941000', '141304.943000', '141304.946000', '141304.949000', '141304.951000', '141304.954000', '141304.956000', '141324.846000', '141324.848000', '141324.851000', '141324.853000', '141324.856000', '141324.859000', '141324.861000', '141324.864000', '141324.866000', '141324.869000', '141324.872000', '141324.874000', '141324.877000', '141324.880000', '141324.882000', '141324.885000', '141324.887000', '141324.890000', '141324.893000', '141324.895000', '141324.898000', '141324.901000', '141324.903000', '141324.906000', '141324.908000', '141324.911000', '141324.914000', '141324.916000', '141324.919000', '141324.921000', '141324.924000', '141324.926000', '141324.929000', '141324.932000', '141324.934000', '141324.937000', '141324.939000', '141324.942000', '141324.945000', '141324.947000', '141324.950000', '141324.952000', '141324.955000', '141344.846000', '141344.848000', '141344.851000', '141344.854000', '141344.856000', '141344.859000', '141344.861000', '141344.864000', '141344.866000', '141344.869000', '141344.872000', '141344.874000', '141344.877000', '141344.879000', '141344.882000', '141344.885000', '141344.887000', '141344.890000', '141344.892000', '141344.895000', '141344.897000', '141344.900000', '141344.902000', '141344.905000', '141344.908000', '141344.910000', '141344.913000', '141344.915000', '141344.918000', '141344.920000', '141344.923000', '141344.926000', '141344.928000', '141344.931000', '141344.933000', '141344.936000', '141344.938000', '141344.941000', '141344.944000', '141344.946000', '141344.949000', '141344.951000', '141344.954000', '141344.956000', '141404.845000', '141404.867000', '141404.870000', '141404.873000', '141404.876000', '141404.878000', '141404.881000', '141404.883000', '141404.886000', '141404.889000', '141404.891000', '141404.894000', '141404.896000', '141404.899000', '141404.901000', '141404.904000', '141404.907000', '141404.909000', '141404.912000', '141404.914000', '141404.917000', '141404.919000', '141404.922000', '141404.925000', '141404.927000', '141404.930000', '141404.933000', '141404.935000', '141404.938000', '141404.940000', '141404.943000', '141404.946000', '141404.948000', '141404.951000', '141404.953000', '141404.956000', '141404.958000', '141404.961000', '141404.964000', '141404.966000', '141404.969000', '141404.971000', '141404.974000', '141424.845000', '141424.850000', '141424.853000', '141424.855000', '141424.858000', '141424.860000', '141424.863000', '141424.871000', '141424.874000', '141424.876000', '141424.879000', '141424.882000', '141424.884000', '141424.887000', '141424.889000', '141424.892000', '141424.895000', '141424.897000', '141424.900000', '141424.902000', '141424.905000', '141424.908000', '141424.910000', '141424.913000', '141424.916000', '141424.918000', '141424.921000', '141424.924000', '141424.926000', '141424.929000', '141424.931000', '141424.934000', '141424.937000', '141424.939000', '141424.942000', '141424.944000', '141424.959000', '141424.962000', '141424.964000', '141424.967000', '141424.969000', '141424.972000', '141424.974000', '141424.977000', '141444.844000', '141444.847000', '141444.850000', '141444.852000', '141444.855000', '141444.858000', '141444.860000', '141444.863000', '141444.865000', '141444.868000', '141444.871000', '141444.873000', '141444.876000', '141444.879000', '141444.881000', '141444.884000', '141444.886000', '141444.889000', '141444.891000', '141444.894000', '141444.897000', '141444.899000', '141444.902000', '141444.905000', '141444.907000', '141444.910000', '141444.912000', '141444.915000', '141444.918000', '141444.921000', '141444.924000', '141444.927000', '141444.930000', '141444.932000', '141444.935000', '141444.938000', '141444.940000', '141444.943000', '141444.945000', '141444.948000', '141444.950000', '141444.953000', '141444.956000', '141504.845000', '141504.848000', '141504.851000', '141504.853000', '141504.856000', '141504.859000', '141504.862000', '141504.864000', '141504.867000', '141504.869000', '141504.872000', '141504.875000', '141504.877000', '141504.880000', '141504.883000', '141504.885000', '141504.888000', '141504.890000', '141504.893000', '141504.896000', '141504.898000', '141504.901000', '141504.903000', '141504.906000', '141504.908000', '141504.911000', '141504.913000', '141504.916000', '141504.919000', '141504.921000', '141504.924000', '141504.926000', '141504.929000', '141504.931000', '141504.934000', '141504.937000', '141504.939000', '141504.942000', '141504.945000', '141504.947000', '141504.950000', '141504.952000', '141504.955000', '141504.958000', '141524.845000', '141524.855000', '141524.858000', '141524.860000', '141524.863000', '141524.866000', '141524.868000', '141524.871000', '141524.874000', '141524.876000', '141524.879000', '141524.881000', '141524.884000', '141524.887000', '141524.890000', '141524.892000', '141524.895000', '141524.897000', '141524.900000', '141524.903000', '141524.905000', '141524.909000', '141524.911000', '141524.914000', '141524.916000', '141524.919000', '141524.922000', '141524.924000', '141524.927000', '141524.929000', '141524.932000', '141524.934000', '141524.937000', '141524.940000', '141524.942000', '141524.945000', '141524.947000', '141524.950000', '141524.952000', '141524.955000', '141524.958000', '141524.960000', '141524.963000', '141544.845000', '141544.848000', '141544.851000', '141544.853000', '141544.856000', '141544.859000', '141544.861000', '141544.864000', '141544.866000', '141544.869000', '141544.871000', '141544.874000', '141544.877000', '141544.879000', '141544.882000', '141544.884000', '141544.887000', '141544.889000', '141544.892000', '141544.895000', '141544.897000', '141544.900000', '141544.903000', '141544.905000', '141544.908000', '141544.910000', '141544.913000', '141544.915000', '141544.918000', '141544.920000', '141544.923000', '141544.926000', '141544.928000', '141544.931000', '141544.933000', '141544.936000', '141544.938000', '141544.941000', '141544.944000', '141544.946000', '141544.949000', '141544.951000', '141544.954000', '141544.957000', '141604.845000', '141604.848000', '141604.862000', '141604.865000', '141604.867000', '141604.870000', '141604.872000', '141604.875000', '141604.877000', '141604.880000', '141604.882000', '141604.885000', '141604.887000', '141604.890000', '141604.893000', '141604.895000', '141604.898000', '141604.901000', '141604.903000', '141604.906000', '141604.908000', '141604.911000', '141604.913000', '141604.916000', '141604.919000', '141604.921000', '141604.924000', '141604.927000', '141604.930000', '141604.933000', '141604.936000', '141604.938000', '141604.941000', '141604.944000', '141604.946000', '141604.949000', '141604.951000', '141604.954000', '141604.956000', '141604.959000', '141604.961000', '141604.964000', '141604.967000', '141624.846000', '141624.851000', '141624.853000', '141624.856000', '141624.858000', '141624.861000', '141624.863000', '141624.866000', '141624.869000', '141624.871000', '141624.874000', '141624.876000', '141624.879000', '141624.882000', '141624.884000', '141624.887000', '141624.890000', '141624.892000', '141624.895000', '141624.897000', '141624.900000', '141624.903000', '141624.905000', '141624.908000', '141624.910000', '141624.913000', '141624.915000', '141624.918000', '141624.921000', '141624.923000', '141624.926000', '141624.928000', '141624.931000', '141624.934000', '141624.936000', '141624.939000', '141624.941000', '141624.944000', '141624.946000', '141624.949000', '141624.952000', '141624.954000', '141624.957000', '141624.960000', '141644.845000', '141644.873000', '141644.875000', '141644.878000', '141644.881000', '141644.883000', '141644.886000', '141644.888000', '141644.891000', '141644.893000', '141644.896000', '141644.899000', '141644.901000', '141644.904000', '141644.906000', '141644.909000', '141644.912000', '141644.914000', '141644.917000', '141644.919000', '141644.922000', '141644.924000', '141644.927000', '141644.930000', '141644.932000', '141644.935000', '141644.937000', '141644.940000', '141644.942000', '141644.945000', '141644.948000', '141644.951000', '141644.953000', '141644.956000', '141644.959000', '141644.961000', '141644.964000', '141644.966000', '141644.969000', '141644.971000', '141644.974000', '141644.977000', '141644.979000', '141704.845000', '141704.860000', '141704.863000', '141704.865000', '141704.868000', '141704.870000', '141704.873000', '141704.876000', '141704.879000', '141704.881000', '141704.884000', '141704.886000', '141704.889000', '141704.891000', '141704.894000', '141704.897000', '141704.899000', '141704.902000', '141704.905000', '141704.907000', '141704.910000', '141704.912000', '141704.915000', '141704.918000', '141704.920000', '141704.923000', '141704.926000', '141704.928000', '141704.931000', '141704.934000', '141704.936000', '141704.939000', '141704.941000', '141704.944000', '141704.946000', '141704.949000', '141704.951000', '141704.954000', '141704.957000', '141704.959000', '141704.962000', '141704.964000', '141704.967000', '141704.969000', '141724.846000', '141724.848000', '141724.851000', '141724.854000', '141724.856000', '141724.859000', '141724.862000', '141724.864000', '141724.867000', '141724.869000', '141724.872000', '141724.875000', '141724.877000', '141724.888000', '141724.891000', '141724.893000', '141724.896000', '141724.899000', '141724.901000', '141724.904000', '141724.906000', '141724.909000', '141724.912000', '141724.914000', '141724.917000', '141724.919000', '141724.922000', '141724.925000', '141724.927000', '141724.930000', '141724.933000', '141724.935000', '141724.938000', '141724.940000', '141724.943000', '141724.946000', '141724.948000', '141724.951000', '141724.954000', '141724.957000', '141724.960000', '141724.963000', '141724.966000', '141740.103000', '141740.106000', '141740.110000', '141740.112000', '141740.115000', '141740.118000', '141740.120000', '141740.123000', '141740.126000', '141740.129000', '141740.131000', '141740.135000', '141740.137000', '141740.141000', '141740.143000', '141740.146000', '141740.148000', '141740.151000', '141740.154000', '141740.157000', '141740.160000', '141740.163000', '141740.166000', '141740.169000', '141740.172000', '141740.176000', '141740.179000', '141740.182000', '141740.185000', '141740.188000', '141740.191000', '141740.193000', '141740.196000', '141740.199000'], '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': [7969, 8425, 11251, 8216, 9120, 7987, 8439, 8326, 8597, 8401, 7899, 8456, 7363, 8267, 8172, 8432, 9533, 8551, 9027, 7605, 7590, 7101, 7666, 7379, 8437, 11105, 8127, 9465, 8620, 7233, 8326, 7435, 8188, 7966, 7514, 8386, 11149, 8226, 9027, 8342, 7639, 8140, 7652, 7440, 8254, 10948, 7930, 7710, 7517, 8361, 10702, 8447, 8529, 7436, 7760, 8147, 8116, 9491, 8182, 8262, 7465, 8289, 10795, 7950, 7964, 7224, 7912, 7703, 7953, 8495, 7572, 8184, 11464, 7642, 9091, 7356, 7923, 7516, 7939, 8837, 7363, 8030, 11130, 7666, 9089, 7881, 7808, 7202, 8286, 11083, 7548, 8182, 9583, 7957, 8676, 7310, 8229, 10584, 7861, 8137, 7321, 8181, 10689, 7678, 8013, 9751, 8112, 8891, 7977, 7645, 7743, 7928, 8922, 8106, 7450, 7615, 7956, 9341, 7905, 7967, 7310, 7936, 9599, 7605, 8805, 7579, 7974, 11004, 7540, 8405, 7455, 7583, 7176, 7999, 11004, 7502, 8440, 9240, 7977, 9447, 7419, 7888, 7390, 7895, 10771, 7810, 7786, 9818, 8017, 10187, 7694, 8460, 7849, 7841, 7362, 8027, 10576, 7811, 7747, 7191, 8213, 10956, 7932, 8007, 7361, 7755, 7315, 7962, 7240, 8167, 10980, 8495, 7826, 8771, 8230, 9735, 8082, 7657, 7470, 8259, 8489, 8089, 8495, 8177, 7724, 7677, 8142, 8583, 8133, 9029, 8275, 7995, 7180, 8341, 11248, 7972, 7790, 7375, 7747, 7557, 8070, 10323, 7790, 7505, 7296, 7806, 7086, 8329, 10280, 8077, 8937, 7535, 7784, 7446, 7944, 10740, 7883, 8641, 7247, 8186, 12724, 8036, 9690, 7762, 7483, 7348, 8292, 9741, 7900, 8596, 7533, 7640, 7396, 7589, 7199, 7596, 7122, 7503, 9111, 8023, 7310, 8041, 8298, 10890, 9421, 9909, 8371, 8154, 9679, 7930, 8275, 7535, 7861, 7407, 7662, 7875, 7860, 7207, 7314, 7315, 8601, 7048, 8199, 11305, 7435, 8634, 7113, 7630, 8048, 8029, 10557, 7824, 7861, 7236, 7853, 8846, 7925, 7908, 8147, 9308, 7855, 7744, 7756, 8218, 10189, 7820, 7693, 7394, 8452, 10815, 7945, 8410, 7281, 7810, 7317, 8411, 8859, 8007, 8274, 7150, 7737, 7443, 7945, 10165, 7682, 8212, 7231, 7903, 8571, 8378, 9289, 8039, 8606, 7563, 7969, 8947, 8125, 9489, 7885, 8228, 7830, 7855, 7420, 7940, 7905, 8123, 7279, 7906, 7423, 8347, 12611, 8448, 9261, 7666, 7907, 7531, 8143, 9325, 7795, 8283, 7837, 7911, 9226, 7871, 8476, 7814, 8556, 7834, 7792, 7577, 8113, 8737, 8342, 7357, 8204, 7738, 7273, 8212, 7529, 8329, 11782, 9710, 9109, 7963, 8298, 10284, 8320, 9058, 8146, 7740, 7797, 8171, 8100, 8382, 7770, 8045, 7863, 8134, 8194, 10162, 7782, 9146, 7560, 7661, 10115, 7726, 7968, 7851, 7675, 8065, 7955, 7733, 7587, 7942, 7788, 7776, 7784, 7592, 7654, 7531, 8155, 11206, 7712, 8724, 7548, 7514, 7326, 7492, 7276, 8143, 10294, 7840, 9104, 7714, 7657, 7429, 7592, 7398, 7744, 7646, 7908, 10949, 7707, 9067, 7892, 7332, 7633, 7460, 7665, 7714, 7470, 8263, 7452, 7844, 8281, 7792, 9623, 7580, 7729, 7787, 7813, 7569, 7889, 8717, 7831, 8686, 7588, 7632, 7841, 7827, 7426, 7907, 7355, 8016, 10699, 7489, 8276, 7691, 7409, 7381, 7937, 9669, 7628, 9548, 7607, 8301, 8130, 7914, 7775, 7943, 8447, 7551, 8281, 7410, 7703, 7526, 7620, 9395, 7740, 8352, 7564, 7829, 7820, 8059, 8067, 8156, 9175, 7715, 9381, 7434, 7865, 7690, 7836, 7512, 7966, 7758, 8002, 11272, 7642, 8746, 7673, 7825, 7453, 7837, 7275, 8008, 10523, 7572, 8123, 7672, 7619, 7681, 7712, 7714, 7953, 8959, 7903, 9602, 8077, 8565, 7748, 7723, 7807, 8388, 7481, 7927, 7544, 7785, 7494, 7917, 7744, 8007, 11562, 8907, 9608, 7838, 8948, 7608, 8526, 7657, 7817, 7740, 8049, 9239, 7793, 9549, 7452, 7732, 7618, 7716, 7648, 7497, 7449, 7693, 11637, 7576, 9269, 7342, 7538, 7162, 8054, 7610, 7742, 11054, 7550, 8291, 7362, 7668, 7626, 7854, 7527, 7803, 9570, 7574, 7844, 7443, 7617, 7651, 7903, 10424, 7855, 8892, 7456, 8570, 7510, 8156, 7683, 8040, 10366, 7677, 9006, 7582, 7643, 7843, 7682, 7304, 7615, 8202, 7597, 10567, 7604, 9282, 7845, 7941, 7444, 8035, 9916, 7777, 12586, 8394, 7658, 7497, 7708, 9975, 7632, 8121, 7959, 7548, 7648, 7650, 7553, 7759, 9578, 7812, 7592, 7689, 7895, 8373, 7771, 10472, 7619, 8144, 7977, 8125, 8474, 7773, 9313, 7618, 8210, 7829, 7761, 8010, 8147, 7585, 7698, 10452, 7537, 7946, 8066, 8069, 7340, 7764, 9455, 7747, 7978, 7938, 7801, 7875, 7830, 7839, 7866, 11190, 7986, 9576, 7857, 7680, 7862, 7908, 8337, 8017, 10501, 7494, 7688, 7779, 7792, 7907, 7877, 7908, 7918, 7590, 7801, 7986, 7920, 8020, 7971, 7564, 7701, 7779, 7918, 10545, 7911, 10750, 7774, 9465, 7879, 7689, 7641, 7679, 7531, 7654, 7284, 7865, 8901, 7789, 9124, 7742, 8137, 7651, 7462, 7476, 7540, 7931, 8091, 7421, 7842, 7714, 7906, 11010, 7741, 8274, 7737, 7739, 7656, 7997, 7271, 7718, 8807, 7450, 8445, 7866, 7571, 7670, 7838, 9503, 7482, 8853, 8674, 7878, 7871, 8159, 8467, 7911, 9406, 8039, 10467, 8225, 7966, 12860, 7521, 9558, 7615, 8066, 7461, 8273, 7512, 7836, 9754, 7718, 8235, 7856, 8179, 7574, 8189, 7765, 7974, 8006, 7919, 7452, 7912, 9381, 7816, 9593, 7723, 8084, 7914, 8004, 7622, 7848, 8988, 7816, 8764, 7715, 7830, 7827, 7675, 7569, 7875, 10407, 7702, 8584, 7870, 7913, 7554, 7904, 9641, 7681, 8476, 7687, 7952, 10307, 7444, 8441, 7501, 8222, 7542, 7992, 9112, 7772, 9139, 8347, 7790, 7643, 7828, 7878, 8077, 11083, 7883, 10525, 7839, 7896, 7736, 7883, 11188, 7834, 8559, 7973, 7743, 7539, 7674, 10596, 7796, 8351, 7890, 8082, 10889, 7617, 7890, 7665, 7595, 7578, 7859, 10597, 7649, 7956, 7935, 7689, 7748, 7755, 7334, 7931, 10825, 8010, 8116, 10215, 7827, 9380, 8013, 7980, 7279, 7960, 9353, 7674, 8153, 7600, 7749, 9236, 7683, 8182, 7798, 8054, 7728, 7847], 'WindowCenter': [4265.0, 4263.0, 4266.0, 4235.0, 4241.0, 4222.0, 4221.0, 4232.0, 4231.0, 4232.0, 4221.0, 4231.0, 4211.0, 4233.0, 4230.0, 4232.0, 4245.0, 4231.0, 4233.0, 4221.0, 4221.0, 4199.0, 4221.0, 4209.0, 4231.0, 4250.0, 4223.0, 4242.0, 4231.0, 4210.0, 4230.0, 4221.0, 4231.0, 4221.0, 4210.0, 4233.0, 4249.0, 4222.0, 4229.0, 4219.0, 4220.0, 4219.0, 4220.0, 4210.0, 4231.0, 4252.0, 4219.0, 4210.0, 4210.0, 4231.0, 4239.0, 4219.0, 4219.0, 4208.0, 4219.0, 4218.0, 4217.0, 4228.0, 4219.0, 4221.0, 4208.0, 4220.0, 4239.0, 4219.0, 4221.0, 4209.0, 4219.0, 4219.0, 4220.0, 4230.0, 4220.0, 4234.0, 4261.0, 4220.0, 4231.0, 4211.0, 4220.0, 4210.0, 4220.0, 4242.0, 4221.0, 4233.0, 4250.0, 4223.0, 4233.0, 4222.0, 4222.0, 4221.0, 4232.0, 4251.0, 4220.0, 4230.0, 4228.0, 4220.0, 4231.0, 4211.0, 4230.0, 4239.0, 4220.0, 4221.0, 4209.0, 4230.0, 4239.0, 4208.0, 4219.0, 4227.0, 4207.0, 4216.0, 4206.0, 4207.0, 4206.0, 4218.0, 4227.0, 4207.0, 4209.0, 4206.0, 4218.0, 4227.0, 4220.0, 4220.0, 4207.0, 4221.0, 4237.0, 4221.0, 4240.0, 4220.0, 4232.0, 4261.0, 4221.0, 4231.0, 4220.0, 4221.0, 4210.0, 4233.0, 4263.0, 4222.0, 4245.0, 4241.0, 4231.0, 4240.0, 4221.0, 4232.0, 4220.0, 4231.0, 4250.0, 4221.0, 4220.0, 4238.0, 4220.0, 4237.0, 4219.0, 4218.0, 4220.0, 4230.0, 4219.0, 4220.0, 4251.0, 4220.0, 4221.0, 4209.0, 4220.0, 4239.0, 4219.0, 4218.0, 4207.0, 4220.0, 4207.0, 4219.0, 4207.0, 4228.0, 4249.0, 4218.0, 4220.0, 4216.0, 4218.0, 4229.0, 4217.0, 4207.0, 4206.0, 4229.0, 4227.0, 4217.0, 4228.0, 4230.0, 4219.0, 4209.0, 4219.0, 4217.0, 4220.0, 4229.0, 4219.0, 4219.0, 4197.0, 4230.0, 4249.0, 4219.0, 4207.0, 4208.0, 4220.0, 4217.0, 4221.0, 4250.0, 4222.0, 4219.0, 4219.0, 4221.0, 4210.0, 4232.0, 4250.0, 4230.0, 4241.0, 4220.0, 4220.0, 4219.0, 4231.0, 4250.0, 4231.0, 4232.0, 4220.0, 4230.0, 4259.0, 4220.0, 4229.0, 4219.0, 4208.0, 4208.0, 4229.0, 4238.0, 4230.0, 4228.0, 4220.0, 4219.0, 4218.0, 4220.0, 4208.0, 4219.0, 4208.0, 4222.0, 4229.0, 4230.0, 4220.0, 4232.0, 4243.0, 4264.0, 4241.0, 4241.0, 4219.0, 4219.0, 4227.0, 4217.0, 4216.0, 4207.0, 4219.0, 4208.0, 4219.0, 4219.0, 4230.0, 4220.0, 4221.0, 4233.0, 4254.0, 4222.0, 4244.0, 4264.0, 4222.0, 4242.0, 4222.0, 4233.0, 4232.0, 4233.0, 4250.0, 4219.0, 4221.0, 4221.0, 4231.0, 4240.0, 4221.0, 4219.0, 4231.0, 4240.0, 4218.0, 4219.0, 4219.0, 4231.0, 4239.0, 4218.0, 4218.0, 4207.0, 4229.0, 4238.0, 4218.0, 4218.0, 4208.0, 4219.0, 4209.0, 4232.0, 4239.0, 4231.0, 4243.0, 4222.0, 4234.0, 4222.0, 4245.0, 4252.0, 4234.0, 4242.0, 4221.0, 4232.0, 4241.0, 4243.0, 4241.0, 4232.0, 4242.0, 4231.0, 4244.0, 4241.0, 4233.0, 4242.0, 4233.0, 4231.0, 4221.0, 4231.0, 4220.0, 4230.0, 4220.0, 4220.0, 4208.0, 4221.0, 4220.0, 4231.0, 4260.0, 4221.0, 4230.0, 4207.0, 4218.0, 4207.0, 4219.0, 4229.0, 4218.0, 4218.0, 4218.0, 4220.0, 4228.0, 4218.0, 4220.0, 4219.0, 4228.0, 4218.0, 4220.0, 4218.0, 4220.0, 4228.0, 4219.0, 4221.0, 4232.0, 4232.0, 4231.0, 4233.0, 4231.0, 4244.0, 4262.0, 4241.0, 4232.0, 4218.0, 4221.0, 4238.0, 4230.0, 4228.0, 4217.0, 4208.0, 4208.0, 4218.0, 4217.0, 4219.0, 4207.0, 4218.0, 4218.0, 4218.0, 4232.0, 4252.0, 4207.0, 4227.0, 4205.0, 4207.0, 4226.0, 4207.0, 4207.0, 4217.0, 4205.0, 4218.0, 4207.0, 4206.0, 4208.0, 4230.0, 4220.0, 4221.0, 4232.0, 4221.0, 4232.0, 4233.0, 4245.0, 4264.0, 4234.0, 4247.0, 4232.0, 4222.0, 4223.0, 4223.0, 4220.0, 4233.0, 4251.0, 4231.0, 4241.0, 4232.0, 4221.0, 4221.0, 4220.0, 4209.0, 4221.0, 4220.0, 4220.0, 4249.0, 4220.0, 4230.0, 4219.0, 4207.0, 4218.0, 4208.0, 4219.0, 4220.0, 4220.0, 4231.0, 4220.0, 4230.0, 4229.0, 4221.0, 4240.0, 4220.0, 4221.0, 4222.0, 4221.0, 4221.0, 4231.0, 4230.0, 4232.0, 4230.0, 4219.0, 4220.0, 4219.0, 4220.0, 4210.0, 4231.0, 4219.0, 4231.0, 4252.0, 4221.0, 4231.0, 4220.0, 4220.0, 4218.0, 4231.0, 4239.0, 4221.0, 4241.0, 4221.0, 4232.0, 4219.0, 4221.0, 4217.0, 4219.0, 4229.0, 4220.0, 4231.0, 4223.0, 4232.0, 4231.0, 4232.0, 4240.0, 4232.0, 4232.0, 4233.0, 4234.0, 4223.0, 4231.0, 4231.0, 4232.0, 4241.0, 4232.0, 4241.0, 4222.0, 4232.0, 4222.0, 4221.0, 4220.0, 4232.0, 4220.0, 4231.0, 4260.0, 4231.0, 4230.0, 4221.0, 4220.0, 4209.0, 4221.0, 4209.0, 4231.0, 4250.0, 4219.0, 4219.0, 4221.0, 4219.0, 4219.0, 4220.0, 4220.0, 4230.0, 4227.0, 4219.0, 4238.0, 4219.0, 4228.0, 4219.0, 4220.0, 4219.0, 4232.0, 4209.0, 4231.0, 4220.0, 4222.0, 4221.0, 4243.0, 4233.0, 4246.0, 4273.0, 4244.0, 4241.0, 4222.0, 4241.0, 4221.0, 4230.0, 4222.0, 4221.0, 4220.0, 4231.0, 4241.0, 4231.0, 4240.0, 4221.0, 4220.0, 4221.0, 4220.0, 4221.0, 4221.0, 4210.0, 4222.0, 4260.0, 4220.0, 4231.0, 4220.0, 4219.0, 4209.0, 4220.0, 4218.0, 4220.0, 4249.0, 4219.0, 4229.0, 4220.0, 4220.0, 4220.0, 4230.0, 4220.0, 4221.0, 4240.0, 4220.0, 4230.0, 4220.0, 4221.0, 4220.0, 4233.0, 4251.0, 4231.0, 4240.0, 4221.0, 4231.0, 4221.0, 4231.0, 4220.0, 4232.0, 4251.0, 4223.0, 4241.0, 4220.0, 4220.0, 4231.0, 4233.0, 4221.0, 4233.0, 4230.0, 4233.0, 4264.0, 4234.0, 4242.0, 4233.0, 4232.0, 4222.0, 4233.0, 4252.0, 4233.0, 4261.0, 4230.0, 4221.0, 4210.0, 4232.0, 4250.0, 4221.0, 4229.0, 4231.0, 4220.0, 4231.0, 4231.0, 4220.0, 4232.0, 4252.0, 4232.0, 4222.0, 4220.0, 4232.0, 4232.0, 4232.0, 4251.0, 4232.0, 4231.0, 4220.0, 4221.0, 4219.0, 4221.0, 4241.0, 4221.0, 4230.0, 4221.0, 4221.0, 4220.0, 4231.0, 4219.0, 4220.0, 4250.0, 4220.0, 4231.0, 4220.0, 4220.0, 4209.0, 4221.0, 4240.0, 4222.0, 4231.0, 4231.0, 4232.0, 4232.0, 4232.0, 4231.0, 4233.0, 4262.0, 4233.0, 4242.0, 4220.0, 4221.0, 4220.0, 4230.0, 4218.0, 4219.0, 4250.0, 4208.0, 4219.0, 4219.0, 4220.0, 4218.0, 4219.0, 4218.0, 4219.0, 4220.0, 4221.0, 4231.0, 4233.0, 4231.0, 4232.0, 4232.0, 4232.0, 4220.0, 4233.0, 4251.0, 4230.0, 4249.0, 4221.0, 4240.0, 4220.0, 4220.0, 4219.0, 4219.0, 4219.0, 4220.0, 4209.0, 4233.0, 4239.0, 4220.0, 4229.0, 4219.0, 4219.0, 4219.0, 4208.0, 4210.0, 4220.0, 4219.0, 4220.0, 4209.0, 4230.0, 4219.0, 4229.0, 4248.0, 4219.0, 4219.0, 4219.0, 4218.0, 4207.0, 4219.0, 4208.0, 4218.0, 4228.0, 4219.0, 4230.0, 4220.0, 4221.0, 4220.0, 4222.0, 4240.0, 4222.0, 4242.0, 4244.0, 4231.0, 4234.0, 4233.0, 4244.0, 4235.0, 4255.0, 4235.0, 4265.0, 4232.0, 4233.0, 4262.0, 4221.0, 4229.0, 4220.0, 4220.0, 4211.0, 4232.0, 4221.0, 4232.0, 4240.0, 4221.0, 4230.0, 4232.0, 4232.0, 4232.0, 4233.0, 4223.0, 4233.0, 4221.0, 4222.0, 4210.0, 4232.0, 4240.0, 4221.0, 4241.0, 4221.0, 4231.0, 4220.0, 4220.0, 4219.0, 4221.0, 4229.0, 4220.0, 4231.0, 4221.0, 4220.0, 4220.0, 4220.0, 4220.0, 4232.0, 4250.0, 4220.0, 4231.0, 4220.0, 4220.0, 4219.0, 4230.0, 4239.0, 4220.0, 4232.0, 4219.0, 4232.0, 4250.0, 4221.0, 4231.0, 4222.0, 4233.0, 4232.0, 4234.0, 4242.0, 4236.0, 4254.0, 4232.0, 4232.0, 4232.0, 4232.0, 4233.0, 4234.0, 4253.0, 4232.0, 4252.0, 4220.0, 4220.0, 4219.0, 4231.0, 4251.0, 4221.0, 4231.0, 4220.0, 4220.0, 4208.0, 4219.0, 4249.0, 4220.0, 4220.0, 4218.0, 4220.0, 4249.0, 4219.0, 4217.0, 4209.0, 4219.0, 4207.0, 4220.0, 4251.0, 4220.0, 4221.0, 4219.0, 4220.0, 4219.0, 4221.0, 4221.0, 4232.0, 4253.0, 4221.0, 4221.0, 4238.0, 4219.0, 4229.0, 4220.0, 4219.0, 4208.0, 4219.0, 4229.0, 4220.0, 4220.0, 4207.0, 4208.0, 4230.0, 4218.0, 4229.0, 4218.0, 4220.0, 4219.0, 4231.0], 'WindowWidth': [9452.0, 9443.0, 9434.0, 9387.0, 9388.0, 9363.0, 9360.0, 9377.0, 9372.0, 9377.0, 9358.0, 9374.0, 9346.0, 9379.0, 9371.0, 9377.0, 9395.0, 9374.0, 9377.0, 9359.0, 9358.0, 9325.0, 9358.0, 9339.0, 9373.0, 9398.0, 9362.0, 9387.0, 9371.0, 9341.0, 9370.0, 9358.0, 9373.0, 9360.0, 9343.0, 9376.0, 9394.0, 9359.0, 9365.0, 9353.0, 9356.0, 9353.0, 9356.0, 9342.0, 9373.0, 9401.0, 9353.0, 9343.0, 9341.0, 9372.0, 9379.0, 9351.0, 9353.0, 9337.0, 9353.0, 9348.0, 9348.0, 9361.0, 9352.0, 9358.0, 9336.0, 9354.0, 9378.0, 9354.0, 9359.0, 9341.0, 9356.0, 9354.0, 9358.0, 9372.0, 9357.0, 9381.0, 9413.0, 9357.0, 9373.0, 9344.0, 9357.0, 9342.0, 9358.0, 9390.0, 9361.0, 9379.0, 9397.0, 9364.0, 9377.0, 9362.0, 9362.0, 9360.0, 9378.0, 9401.0, 9356.0, 9372.0, 9365.0, 9357.0, 9372.0, 9344.0, 9370.0, 9381.0, 9356.0, 9362.0, 9341.0, 9371.0, 9381.0, 9338.0, 9351.0, 9360.0, 9333.0, 9344.0, 9330.0, 9335.0, 9329.0, 9349.0, 9360.0, 9332.0, 9338.0, 9329.0, 9349.0, 9361.0, 9355.0, 9358.0, 9334.0, 9360.0, 9376.0, 9360.0, 9386.0, 9356.0, 9378.0, 9414.0, 9361.0, 9373.0, 9358.0, 9361.0, 9346.0, 9381.0, 9420.0, 9365.0, 9399.0, 9388.0, 9374.0, 9386.0, 9362.0, 9377.0, 9357.0, 9373.0, 9400.0, 9361.0, 9355.0, 9378.0, 9354.0, 9374.0, 9353.0, 9352.0, 9357.0, 9373.0, 9356.0, 9359.0, 9400.0, 9357.0, 9361.0, 9340.0, 9356.0, 9380.0, 9354.0, 9351.0, 9334.0, 9354.0, 9332.0, 9352.0, 9336.0, 9365.0, 9393.0, 9350.0, 9355.0, 9344.0, 9349.0, 9365.0, 9348.0, 9333.0, 9332.0, 9367.0, 9360.0, 9349.0, 9364.0, 9369.0, 9354.0, 9339.0, 9355.0, 9348.0, 9356.0, 9366.0, 9353.0, 9356.0, 9322.0, 9371.0, 9395.0, 9353.0, 9336.0, 9337.0, 9358.0, 9351.0, 9360.0, 9398.0, 9363.0, 9357.0, 9356.0, 9359.0, 9344.0, 9378.0, 9398.0, 9373.0, 9389.0, 9359.0, 9358.0, 9356.0, 9375.0, 9400.0, 9373.0, 9377.0, 9357.0, 9372.0, 9409.0, 9357.0, 9366.0, 9354.0, 9339.0, 9337.0, 9369.0, 9381.0, 9371.0, 9366.0, 9359.0, 9355.0, 9352.0, 9356.0, 9337.0, 9355.0, 9339.0, 9364.0, 9369.0, 9371.0, 9358.0, 9379.0, 9394.0, 9425.0, 9388.0, 9388.0, 9352.0, 9352.0, 9359.0, 9346.0, 9345.0, 9336.0, 9354.0, 9340.0, 9356.0, 9355.0, 9371.0, 9360.0, 9362.0, 9384.0, 9412.0, 9366.0, 9399.0, 9425.0, 9364.0, 9393.0, 9365.0, 9380.0, 9377.0, 9381.0, 9400.0, 9356.0, 9360.0, 9360.0, 9375.0, 9385.0, 9359.0, 9354.0, 9373.0, 9385.0, 9351.0, 9355.0, 9354.0, 9372.0, 9381.0, 9352.0, 9353.0, 9335.0, 9369.0, 9379.0, 9352.0, 9352.0, 9337.0, 9354.0, 9341.0, 9377.0, 9383.0, 9374.0, 9395.0, 9369.0, 9384.0, 9365.0, 9400.0, 9405.0, 9383.0, 9393.0, 9363.0, 9380.0, 9389.0, 9393.0, 9388.0, 9378.0, 9391.0, 9376.0, 9397.0, 9388.0, 9378.0, 9388.0, 9379.0, 9374.0, 9361.0, 9374.0, 9358.0, 9372.0, 9357.0, 9358.0, 9339.0, 9360.0, 9358.0, 9375.0, 9414.0, 9359.0, 9370.0, 9334.0, 9350.0, 9333.0, 9354.0, 9367.0, 9350.0, 9350.0, 9351.0, 9358.0, 9365.0, 9352.0, 9355.0, 9353.0, 9366.0, 9352.0, 9357.0, 9351.0, 9358.0, 9366.0, 9354.0, 9358.0, 9377.0, 9378.0, 9376.0, 9379.0, 9375.0, 9398.0, 9421.0, 9387.0, 9375.0, 9350.0, 9359.0, 9378.0, 9368.0, 9364.0, 9349.0, 9337.0, 9337.0, 9353.0, 9348.0, 9352.0, 9334.0, 9350.0, 9349.0, 9351.0, 9380.0, 9403.0, 9333.0, 9359.0, 9325.0, 9332.0, 9354.0, 9331.0, 9331.0, 9346.0, 9328.0, 9349.0, 9333.0, 9333.0, 9336.0, 9373.0, 9357.0, 9362.0, 9379.0, 9361.0, 9379.0, 9382.0, 9403.0, 9426.0, 9387.0, 9407.0, 9379.0, 9366.0, 9365.0, 9367.0, 9359.0, 9381.0, 9403.0, 9375.0, 9389.0, 9377.0, 9362.0, 9359.0, 9357.0, 9341.0, 9359.0, 9355.0, 9356.0, 9396.0, 9356.0, 9369.0, 9353.0, 9335.0, 9350.0, 9339.0, 9356.0, 9358.0, 9360.0, 9376.0, 9359.0, 9373.0, 9371.0, 9362.0, 9386.0, 9359.0, 9361.0, 9363.0, 9362.0, 9358.0, 9374.0, 9373.0, 9379.0, 9373.0, 9357.0, 9359.0, 9353.0, 9358.0, 9342.0, 9373.0, 9355.0, 9375.0, 9403.0, 9360.0, 9375.0, 9358.0, 9357.0, 9353.0, 9375.0, 9383.0, 9360.0, 9386.0, 9359.0, 9377.0, 9354.0, 9359.0, 9349.0, 9355.0, 9368.0, 9359.0, 9374.0, 9367.0, 9378.0, 9374.0, 9377.0, 9386.0, 9378.0, 9377.0, 9382.0, 9384.0, 9366.0, 9377.0, 9375.0, 9378.0, 9387.0, 9377.0, 9389.0, 9364.0, 9376.0, 9362.0, 9361.0, 9358.0, 9377.0, 9358.0, 9375.0, 9415.0, 9375.0, 9371.0, 9360.0, 9357.0, 9342.0, 9359.0, 9340.0, 9374.0, 9398.0, 9354.0, 9354.0, 9359.0, 9355.0, 9355.0, 9358.0, 9358.0, 9373.0, 9363.0, 9355.0, 9379.0, 9353.0, 9365.0, 9354.0, 9356.0, 9355.0, 9375.0, 9340.0, 9375.0, 9357.0, 9362.0, 9361.0, 9395.0, 9382.0, 9403.0, 9437.0, 9396.0, 9389.0, 9363.0, 9387.0, 9362.0, 9374.0, 9363.0, 9362.0, 9357.0, 9375.0, 9387.0, 9375.0, 9386.0, 9360.0, 9359.0, 9360.0, 9357.0, 9359.0, 9363.0, 9344.0, 9364.0, 9413.0, 9356.0, 9371.0, 9357.0, 9354.0, 9341.0, 9357.0, 9353.0, 9359.0, 9397.0, 9354.0, 9367.0, 9358.0, 9358.0, 9358.0, 9372.0, 9358.0, 9361.0, 9384.0, 9358.0, 9372.0, 9358.0, 9362.0, 9359.0, 9383.0, 9402.0, 9376.0, 9386.0, 9362.0, 9376.0, 9362.0, 9377.0, 9358.0, 9377.0, 9404.0, 9367.0, 9388.0, 9358.0, 9357.0, 9373.0, 9380.0, 9361.0, 9381.0, 9375.0, 9384.0, 9427.0, 9384.0, 9393.0, 9380.0, 9378.0, 9365.0, 9381.0, 9404.0, 9380.0, 9417.0, 9371.0, 9359.0, 9344.0, 9378.0, 9400.0, 9362.0, 9370.0, 9373.0, 9358.0, 9377.0, 9377.0, 9360.0, 9379.0, 9408.0, 9380.0, 9365.0, 9360.0, 9380.0, 9376.0, 9377.0, 9403.0, 9377.0, 9376.0, 9357.0, 9359.0, 9353.0, 9360.0, 9385.0, 9360.0, 9374.0, 9362.0, 9361.0, 9358.0, 9374.0, 9355.0, 9359.0, 9398.0, 9358.0, 9376.0, 9356.0, 9356.0, 9341.0, 9363.0, 9385.0, 9363.0, 9377.0, 9377.0, 9379.0, 9379.0, 9380.0, 9377.0, 9382.0, 9420.0, 9380.0, 9392.0, 9359.0, 9358.0, 9356.0, 9372.0, 9352.0, 9355.0, 9398.0, 9339.0, 9354.0, 9355.0, 9356.0, 9349.0, 9354.0, 9352.0, 9356.0, 9357.0, 9361.0, 9378.0, 9380.0, 9375.0, 9377.0, 9378.0, 9379.0, 9360.0, 9383.0, 9403.0, 9371.0, 9394.0, 9361.0, 9384.0, 9358.0, 9356.0, 9355.0, 9356.0, 9356.0, 9357.0, 9341.0, 9381.0, 9383.0, 9357.0, 9367.0, 9355.0, 9353.0, 9355.0, 9340.0, 9344.0, 9360.0, 9354.0, 9357.0, 9339.0, 9371.0, 9353.0, 9369.0, 9394.0, 9354.0, 9356.0, 9354.0, 9351.0, 9334.0, 9353.0, 9337.0, 9353.0, 9365.0, 9357.0, 9372.0, 9358.0, 9360.0, 9355.0, 9363.0, 9385.0, 9363.0, 9390.0, 9397.0, 9376.0, 9382.0, 9380.0, 9396.0, 9387.0, 9414.0, 9386.0, 9428.0, 9377.0, 9380.0, 9416.0, 9357.0, 9366.0, 9357.0, 9357.0, 9344.0, 9375.0, 9360.0, 9377.0, 9385.0, 9361.0, 9371.0, 9376.0, 9378.0, 9378.0, 9380.0, 9366.0, 9380.0, 9360.0, 9362.0, 9343.0, 9375.0, 9384.0, 9359.0, 9387.0, 9360.0, 9375.0, 9356.0, 9356.0, 9354.0, 9360.0, 9368.0, 9357.0, 9373.0, 9360.0, 9358.0, 9356.0, 9359.0, 9357.0, 9375.0, 9398.0, 9358.0, 9374.0, 9358.0, 9357.0, 9353.0, 9371.0, 9382.0, 9356.0, 9376.0, 9355.0, 9376.0, 9399.0, 9361.0, 9375.0, 9363.0, 9380.0, 9376.0, 9384.0, 9392.0, 9389.0, 9410.0, 9379.0, 9378.0, 9379.0, 9379.0, 9380.0, 9385.0, 9406.0, 9376.0, 9402.0, 9357.0, 9357.0, 9353.0, 9374.0, 9401.0, 9359.0, 9374.0, 9354.0, 9356.0, 9337.0, 9354.0, 9395.0, 9356.0, 9356.0, 9350.0, 9357.0, 9393.0, 9354.0, 9349.0, 9340.0, 9355.0, 9334.0, 9358.0, 9399.0, 9358.0, 9361.0, 9354.0, 9357.0, 9355.0, 9362.0, 9361.0, 9376.0, 9406.0, 9359.0, 9360.0, 9378.0, 9353.0, 9367.0, 9356.0, 9354.0, 9336.0, 9352.0, 9367.0, 9357.0, 9357.0, 9335.0, 9338.0, 9368.0, 9352.0, 9368.0, 9351.0, 9359.0, 9355.0, 9376.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.00042706559263521295</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.018891897123130035</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.04460104259219</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.189086502557604</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9779736911059904</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4425</td></tr>
|
|
<tr><td colspan=3>fber</td><td>8630.6885</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07849698551055011</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>7</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.8055235903337169</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.368167648455996</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2995296724476675</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5817177566288705</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2232555162914505</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00583799</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013047742657363415</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.015154809691011906</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.862448376336445</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>26.9642</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.4366</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>172.5473</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>311504.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>876.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>386.0478</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3382</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>545.1258</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3530.4615</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3751.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>65040.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1143.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4623.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>971.1382</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>44.68577785883099</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> |