=== 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-0044 --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-0044",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0044_ses-03_task-social_acq-mb8_run-02_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-0044_ses-03_task-social_acq-mb8_run-02_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-02_session-03_subject-0044_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-0044/figures/sub-0044_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0044/figures/sub-0044_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-03_subject-0044_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-0044/figures/sub-0044_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0044/figures/sub-0044_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-03_subject-0044_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-0044/figures/sub-0044_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0044/figures/sub-0044_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-03_subject-0044_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-0044/figures/sub-0044_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0044/figures/sub-0044_ses-03_task-social_acq-mb8_run-02_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-02_session-03_subject-0044_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-0044/figures/sub-0044_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0044/figures/sub-0044_ses-03_task-social_acq-mb8_run-02_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-02_session-03_subject-0044_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-0044/figures/sub-0044_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0044/figures/sub-0044_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0044_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-0044/figures/sub-0044_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0044/figures/sub-0044_ses-03_task-social_acq-mb8_run-02_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-0044/figures/sub-0044_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0044/figures/sub-0044_ses-03_task-social_acq-mb8_run-02_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-0044/ses-03/func/sub-0044_ses-03_task-social_acq-mb8_run-02_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>5bd88cc8d77106b316ef3207dd19c2cb</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>17:18:20.647500</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_VE11C_LATEST_20160120</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.999287, -0.0238615, 0.0292679, 0.0214556, 0.99657, 0.0799299]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_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.0968797</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-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4159, -7710, -7237, 475, -22, -8, 57, 77]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>229.302</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>c4c51f28-45d3-48d3-a5b3-42fbb69e53ce||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.681013345718384, 0.05756368488073349, 0.08390175551176071, 108.0659408569336], [0.0640186220407486, 2.6737232208251953, 0.21396134793758392, -103.86685180664062], [0.07852357625961304, -0.21444611251354218, 2.6902010440826416, -51.61527633666992], [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': ['171820.647500', '171821.107500', '171821.567500', '171822.027500', '171822.487500', '171822.947500', '171823.407500', '171823.867500', '171824.327500', '171824.787500', '171825.247500', '171825.707500', '171826.167500', '171826.627500', '171827.087500', '171827.547500', '171828.007500', '171828.467500', '171828.927500', '171829.387500', '171829.847500', '171830.307500', '171830.767500', '171831.227500', '171831.687500', '171832.147500', '171832.607500', '171833.067500', '171833.527500', '171833.987500', '171834.447500', '171834.907500', '171835.367500', '171835.827500', '171836.287500', '171836.747500', '171837.207500', '171837.667500', '171838.127500', '171838.587500', '171839.047500', '171839.507500', '171839.967500', '171840.427500', '171840.887500', '171841.347500', '171841.807500', '171842.267500', '171842.727500', '171843.187500', '171843.647500', '171844.107500', '171844.567500', '171845.027500', '171845.487500', '171845.947500', '171846.407500', '171846.867500', '171847.327500', '171847.787500', '171848.247500', '171848.707500', '171849.167500', '171849.627500', '171850.087500', '171850.547500', '171851.007500', '171851.467500', '171851.927500', '171852.387500', '171852.847500', '171853.307500', '171853.767500', '171854.227500', '171854.687500', '171855.147500', '171855.607500', '171856.067500', '171856.527500', '171856.987500', '171857.447500', '171857.907500', '171858.367500', '171858.827500', '171859.287500', '171859.747500', '171900.207500', '171900.667500', '171901.127500', '171901.587500', '171902.047500', '171902.507500', '171902.967500', '171903.427500', '171903.887500', '171904.347500', '171904.807500', '171905.267500', '171905.727500', '171906.187500', '171906.647500', '171907.107500', '171907.567500', '171908.027500', '171908.487500', '171908.947500', '171909.407500', '171909.867500', '171910.327500', '171910.787500', '171911.247500', '171911.707500', '171912.167500', '171912.627500', '171913.087500', '171913.547500', '171914.007500', '171914.467500', '171914.927500', '171915.387500', '171915.847500', '171916.307500', '171916.767500', '171917.227500', '171917.687500', '171918.147500', '171918.607500', '171919.067500', '171919.527500', '171919.987500', '171920.447500', '171920.907500', '171921.367500', '171921.827500', '171922.287500', '171922.747500', '171923.207500', '171923.667500', '171924.127500', '171924.587500', '171925.047500', '171925.507500', '171925.967500', '171926.427500', '171926.887500', '171927.347500', '171927.807500', '171928.267500', '171928.727500', '171929.187500', '171929.647500', '171930.107500', '171930.567500', '171931.027500', '171931.487500', '171931.947500', '171932.407500', '171932.867500', '171933.327500', '171933.787500', '171934.247500', '171934.707500', '171935.167500', '171935.627500', '171936.087500', '171936.547500', '171937.007500', '171937.467500', '171937.927500', '171938.387500', '171938.847500', '171939.307500', '171939.767500', '171940.227500', '171940.687500', '171941.147500', '171941.607500', '171942.067500', '171942.527500', '171942.987500', '171943.447500', '171943.907500', '171944.367500', '171944.827500', '171945.287500', '171945.747500', '171946.207500', '171946.667500', '171947.127500', '171947.587500', '171948.047500', '171948.507500', '171948.967500', '171949.427500', '171949.887500', '171950.347500', '171950.807500', '171951.267500', '171951.727500', '171952.187500', '171952.647500', '171953.107500', '171953.567500', '171954.027500', '171954.487500', '171954.947500', '171955.407500', '171955.867500', '171956.327500', '171956.787500', '171957.247500', '171957.707500', '171958.167500', '171958.627500', '171959.087500', '171959.547500', '172000.007500', '172000.467500', '172000.927500', '172001.387500', '172001.847500', '172002.307500', '172002.767500', '172003.227500', '172003.687500', '172004.147500', '172004.607500', '172005.067500', '172005.527500', '172005.987500', '172006.447500', '172006.907500', '172007.367500', '172007.827500', '172008.287500', '172008.747500', '172009.207500', '172009.667500', '172010.127500', '172010.587500', '172011.047500', '172011.507500', '172011.967500', '172012.427500', '172012.887500', '172013.347500', '172013.807500', '172014.267500', '172014.727500', '172015.187500', '172015.647500', '172016.107500', '172016.567500', '172017.027500', '172017.487500', '172017.947500', '172018.407500', '172018.867500', '172019.327500', '172019.787500', '172020.247500', '172020.707500', '172021.167500', '172021.627500', '172022.087500', '172022.547500', '172023.007500', '172023.467500', '172023.927500', '172024.387500', '172024.847500', '172025.307500', '172025.767500', '172026.227500', '172026.687500', '172027.147500', '172027.607500', '172028.067500', '172028.527500', '172028.987500', '172029.447500', '172029.907500', '172030.367500', '172030.827500', '172031.287500', '172031.747500', '172032.207500', '172032.667500', '172033.127500', '172033.587500', '172034.047500', '172034.507500', '172034.967500', '172035.427500', '172035.887500', '172036.347500', '172036.807500', '172037.267500', '172037.727500', '172038.187500', '172038.647500', '172039.107500', '172039.567500', '172040.027500', '172040.487500', '172040.947500', '172041.407500', '172041.867500', '172042.327500', '172042.787500', '172043.247500', '172043.707500', '172044.167500', '172044.627500', '172045.087500', '172045.547500', '172046.007500', '172046.467500', '172046.927500', '172047.387500', '172047.847500', '172048.307500', '172048.767500', '172049.227500', '172049.687500', '172050.147500', '172050.607500', '172051.067500', '172051.527500', '172051.987500', '172052.447500', '172052.907500', '172053.367500', '172053.827500', '172054.287500', '172054.747500', '172055.207500', '172055.667500', '172056.127500', '172056.587500', '172057.047500', '172057.507500', '172057.967500', '172058.427500', '172058.887500', '172059.347500', '172059.807500', '172100.267500', '172100.727500', '172101.187500', '172101.647500', '172102.107500', '172102.567500', '172103.027500', '172103.487500', '172103.947500', '172104.407500', '172104.867500', '172105.327500', '172105.787500', '172106.247500', '172106.707500', '172107.167500', '172107.627500', '172108.087500', '172108.547500', '172109.007500', '172109.467500', '172109.927500', '172110.387500', '172110.847500', '172111.307500', '172111.767500', '172112.227500', '172112.687500', '172113.147500', '172113.607500', '172114.067500', '172114.527500', '172114.987500', '172115.447500', '172115.907500', '172116.367500', '172116.827500', '172117.287500', '172117.747500', '172118.207500', '172118.667500', '172119.127500', '172119.587500', '172120.047500', '172120.507500', '172120.967500', '172121.427500', '172121.887500', '172122.347500', '172122.807500', '172123.267500', '172123.727500', '172124.187500', '172124.647500', '172125.107500', '172125.567500', '172126.027500', '172126.487500', '172126.947500', '172127.407500', '172127.867500', '172128.327500', '172128.787500', '172129.247500', '172129.707500', '172130.167500', '172130.627500', '172131.087500', '172131.547500', '172132.007500', '172132.467500', '172132.927500', '172133.387500', '172133.847500', '172134.307500', '172134.767500', '172135.227500', '172135.687500', '172136.147500', '172136.607500', '172137.067500', '172137.527500', '172137.987500', '172138.447500', '172138.907500', '172139.367500', '172139.827500', '172140.287500', '172140.747500', '172141.207500', '172141.667500', '172142.127500', '172142.587500', '172143.047500', '172143.507500', '172143.967500', '172144.427500', '172144.887500', '172145.347500', '172145.807500', '172146.267500', '172146.727500', '172147.187500', '172147.647500', '172148.107500', '172148.567500', '172149.027500', '172149.487500', '172149.947500', '172150.407500', '172150.867500', '172151.327500', '172151.787500', '172152.247500', '172152.707500', '172153.167500', '172153.627500', '172154.087500', '172154.547500', '172155.007500', '172155.467500', '172155.927500', '172156.387500', '172156.847500', '172157.307500', '172157.767500', '172158.227500', '172158.687500', '172159.147500', '172159.607500', '172200.067500', '172200.527500', '172200.987500', '172201.447500', '172201.907500', '172202.367500', '172202.827500', '172203.287500', '172203.747500', '172204.207500', '172204.667500', '172205.127500', '172205.587500', '172206.047500', '172206.507500', '172206.967500', '172207.427500', '172207.887500', '172208.347500', '172208.807500', '172209.267500', '172209.727500', '172210.187500', '172210.647500', '172211.107500', '172211.567500', '172212.027500', '172212.487500', '172212.947500', '172213.407500', '172213.867500', '172214.327500', '172214.787500', '172215.247500', '172215.707500', '172216.167500', '172216.627500', '172217.087500', '172217.547500', '172218.007500', '172218.467500', '172218.927500', '172219.387500', '172219.847500', '172220.307500', '172220.767500', '172221.227500', '172221.687500', '172222.147500', '172222.607500', '172223.067500', '172223.527500', '172223.987500', '172224.447500', '172224.907500', '172225.367500', '172225.827500', '172226.287500', '172226.747500', '172227.207500', '172227.667500', '172228.127500', '172228.587500', '172229.047500', '172229.507500', '172229.967500', '172230.427500', '172230.887500', '172231.347500', '172231.807500', '172232.267500', '172232.727500', '172233.187500', '172233.647500', '172234.107500', '172234.567500', '172235.027500', '172235.487500', '172235.947500', '172236.407500', '172236.867500', '172237.327500', '172237.787500', '172238.247500', '172238.707500', '172239.167500', '172239.627500', '172240.087500', '172240.547500', '172241.007500', '172241.467500', '172241.927500', '172242.387500', '172242.847500', '172243.307500', '172243.767500', '172244.227500', '172244.687500', '172245.147500', '172245.607500', '172246.067500', '172246.527500', '172246.987500', '172247.447500', '172247.907500', '172248.367500', '172248.827500', '172249.287500', '172249.747500', '172250.207500', '172250.667500', '172251.127500', '172251.587500', '172252.047500', '172252.507500', '172252.967500', '172253.427500', '172253.887500', '172254.347500', '172254.807500', '172255.267500', '172255.727500', '172256.187500', '172256.647500', '172257.107500', '172257.567500', '172258.027500', '172258.487500', '172258.947500', '172259.407500', '172259.867500', '172300.327500', '172300.787500', '172301.247500', '172301.707500', '172302.167500', '172302.627500', '172303.087500', '172303.547500', '172304.007500', '172304.467500', '172304.927500', '172305.387500', '172305.847500', '172306.307500', '172306.767500', '172307.227500', '172307.687500', '172308.147500', '172308.607500', '172309.067500', '172309.527500', '172309.987500', '172310.447500', '172310.907500', '172311.367500', '172311.827500', '172312.287500', '172312.747500', '172313.207500', '172313.667500', '172314.127500', '172314.587500', '172315.047500', '172315.507500', '172315.967500', '172316.427500', '172316.887500', '172317.347500', '172317.807500', '172318.267500', '172318.727500', '172319.187500', '172319.647500', '172320.107500', '172320.567500', '172321.027500', '172321.487500', '172321.947500', '172322.407500', '172322.867500', '172323.327500', '172323.787500', '172324.247500', '172324.707500', '172325.167500', '172325.627500', '172326.087500', '172326.547500', '172327.007500', '172327.467500', '172327.927500', '172328.387500', '172328.847500', '172329.307500', '172329.767500', '172330.227500', '172330.687500', '172331.147500', '172331.607500', '172332.067500', '172332.527500', '172332.987500', '172333.447500', '172333.907500', '172334.367500', '172334.827500', '172335.287500', '172335.747500', '172336.207500', '172336.667500', '172337.127500', '172337.587500', '172338.047500', '172338.507500', '172338.967500', '172339.427500', '172339.887500', '172340.347500', '172340.807500', '172341.267500', '172341.727500', '172342.187500', '172342.647500', '172343.107500', '172343.567500', '172344.027500', '172344.487500', '172344.947500', '172345.407500', '172345.867500', '172346.327500', '172346.787500', '172347.247500', '172347.707500', '172348.167500', '172348.627500', '172349.087500', '172349.547500', '172350.007500', '172350.467500', '172350.927500', '172351.387500', '172351.847500', '172352.307500', '172352.767500', '172353.227500', '172353.687500', '172354.147500', '172354.607500', '172355.067500', '172355.527500', '172355.987500', '172356.447500', '172356.907500', '172357.367500', '172357.827500', '172358.287500', '172358.747500', '172359.207500', '172359.667500', '172400.127500', '172400.587500', '172401.047500', '172401.507500', '172401.967500', '172402.427500', '172402.887500', '172403.347500', '172403.807500', '172404.267500', '172404.727500', '172405.187500', '172405.647500', '172406.107500', '172406.567500', '172407.027500', '172407.487500', '172407.947500', '172408.407500', '172408.867500', '172409.327500', '172409.787500', '172410.247500', '172410.707500', '172411.167500', '172411.627500', '172412.087500', '172412.547500', '172413.007500', '172413.467500', '172413.927500', '172414.387500', '172414.847500', '172415.307500', '172415.767500', '172416.227500', '172416.687500', '172417.147500', '172417.607500', '172418.067500', '172418.527500', '172418.987500', '172419.447500', '172419.907500', '172420.367500', '172420.827500', '172421.287500', '172421.747500', '172422.207500', '172422.667500', '172423.127500', '172423.587500', '172424.047500', '172424.507500', '172424.967500', '172425.427500', '172425.887500', '172426.347500', '172426.807500', '172427.267500', '172427.727500', '172428.187500', '172428.647500', '172429.107500', '172429.567500', '172430.027500', '172430.487500', '172430.947500', '172431.407500', '172431.867500', '172432.327500', '172432.787500', '172433.247500', '172433.707500', '172434.167500', '172434.627500', '172435.087500', '172435.547500', '172436.007500', '172436.467500', '172436.927500', '172437.387500', '172437.847500', '172438.307500', '172438.767500', '172439.227500', '172439.687500', '172440.147500', '172440.607500', '172441.067500', '172441.527500', '172441.987500', '172442.447500', '172442.907500', '172443.367500', '172443.827500', '172444.287500', '172444.747500', '172445.207500', '172445.667500', '172446.127500', '172446.587500', '172447.047500', '172447.507500', '172447.967500', '172448.427500', '172448.887500', '172449.347500', '172449.807500', '172450.267500', '172450.727500', '172451.187500', '172451.647500', '172452.107500', '172452.567500', '172453.027500', '172453.487500', '172453.947500', '172454.407500', '172454.867500', '172455.327500', '172455.787500', '172456.247500', '172456.707500', '172457.167500', '172457.627500', '172458.087500', '172458.547500', '172459.007500', '172459.467500', '172459.927500', '172500.387500', '172500.847500', '172501.307500'], 'ContentTime': ['171845.839000', '171845.843000', '171845.846000', '171845.849000', '171845.851000', '171845.854000', '171845.857000', '171845.860000', '171845.863000', '171845.866000', '171845.868000', '171845.871000', '171845.874000', '171845.877000', '171845.880000', '171845.883000', '171845.885000', '171845.888000', '171845.891000', '171845.894000', '171845.897000', '171845.900000', '171845.902000', '171845.905000', '171845.908000', '171845.911000', '171845.914000', '171845.917000', '171845.919000', '171845.922000', '171845.925000', '171845.928000', '171845.931000', '171845.933000', '171845.936000', '171845.939000', '171845.942000', '171845.945000', '171845.948000', '171845.950000', '171845.953000', '171845.958000', '171845.962000', '171845.965000', '171845.967000', '171845.970000', '171845.973000', '171845.976000', '171845.979000', '171845.981000', '171845.984000', '171845.987000', '171905.815000', '171905.818000', '171905.821000', '171905.832000', '171905.835000', '171905.838000', '171905.840000', '171905.843000', '171905.846000', '171905.849000', '171905.852000', '171905.854000', '171905.857000', '171905.860000', '171905.863000', '171905.866000', '171905.868000', '171905.871000', '171905.874000', '171905.877000', '171905.880000', '171905.883000', '171905.885000', '171905.888000', '171905.891000', '171905.894000', '171905.897000', '171905.899000', '171905.902000', '171905.905000', '171905.908000', '171905.911000', '171905.913000', '171905.916000', '171905.919000', '171905.922000', '171905.925000', '171905.927000', '171905.930000', '171905.933000', '171905.936000', '171905.939000', '171905.941000', '171925.814000', '171925.817000', '171925.820000', '171925.823000', '171925.825000', '171925.828000', '171925.836000', '171925.839000', '171925.842000', '171925.845000', '171925.847000', '171925.850000', '171925.853000', '171925.856000', '171925.858000', '171925.861000', '171925.864000', '171925.867000', '171925.870000', '171925.873000', '171925.879000', '171925.882000', '171925.885000', '171925.887000', '171925.890000', '171925.893000', '171925.896000', '171925.899000', '171925.902000', '171925.905000', '171925.908000', '171925.910000', '171925.913000', '171925.916000', '171925.919000', '171925.922000', '171925.925000', '171925.927000', '171925.930000', '171925.933000', '171925.936000', '171925.939000', '171925.942000', '171925.944000', '171945.814000', '171945.817000', '171945.820000', '171945.823000', '171945.826000', '171945.829000', '171945.831000', '171945.834000', '171945.837000', '171945.840000', '171945.843000', '171945.846000', '171945.848000', '171945.851000', '171945.854000', '171945.857000', '171945.860000', '171945.863000', '171945.865000', '171945.868000', '171945.871000', '171945.874000', '171945.877000', '171945.880000', '171945.883000', '171945.885000', '171945.888000', '171945.891000', '171945.894000', '171945.897000', '171945.900000', '171945.902000', '171945.905000', '171945.908000', '171945.911000', '171945.914000', '171945.917000', '171945.924000', '171945.927000', '171945.929000', '171945.932000', '171945.935000', '171945.938000', '172005.814000', '172005.817000', '172005.820000', '172005.823000', '172005.825000', '172005.828000', '172005.831000', '172005.834000', '172005.837000', '172005.839000', '172005.842000', '172005.845000', '172005.848000', '172005.851000', '172005.853000', '172005.856000', '172005.859000', '172005.862000', '172005.865000', '172005.868000', '172005.875000', '172005.877000', '172005.880000', '172005.883000', '172005.886000', '172005.889000', '172005.892000', '172005.894000', '172005.897000', '172005.900000', '172005.903000', '172005.906000', '172005.909000', '172005.911000', '172005.914000', '172005.917000', '172005.920000', '172005.923000', '172005.926000', '172005.928000', '172005.931000', '172005.934000', '172005.937000', '172005.940000', '172025.815000', '172025.818000', '172025.821000', '172025.824000', '172025.827000', '172025.830000', '172025.833000', '172025.836000', '172025.839000', '172025.842000', '172025.845000', '172025.847000', '172025.850000', '172025.853000', '172025.856000', '172025.859000', '172025.862000', '172025.879000', '172025.882000', '172025.885000', '172025.887000', '172025.890000', '172025.893000', '172025.896000', '172025.899000', '172025.901000', '172025.904000', '172025.907000', '172025.910000', '172025.913000', '172025.916000', '172025.919000', '172025.921000', '172025.924000', '172025.927000', '172025.930000', '172025.933000', '172025.935000', '172025.938000', '172025.941000', '172025.944000', '172025.947000', '172025.961000', '172045.815000', '172045.818000', '172045.821000', '172045.823000', '172045.826000', '172045.829000', '172045.832000', '172045.835000', '172045.838000', '172045.840000', '172045.843000', '172045.846000', '172045.849000', '172045.852000', '172045.855000', '172045.857000', '172045.860000', '172045.863000', '172045.866000', '172045.869000', '172045.871000', '172045.874000', '172045.877000', '172045.880000', '172045.883000', '172045.886000', '172045.888000', '172045.891000', '172045.894000', '172045.897000', '172045.900000', '172045.903000', '172045.905000', '172045.908000', '172045.911000', '172045.914000', '172045.917000', '172045.919000', '172045.922000', '172045.925000', '172045.928000', '172045.931000', '172045.934000', '172045.937000', '172105.815000', '172105.818000', '172105.821000', '172105.824000', '172105.827000', '172105.829000', '172105.832000', '172105.835000', '172105.838000', '172105.841000', '172105.844000', '172105.847000', '172105.851000', '172105.854000', '172105.858000', '172105.861000', '172105.864000', '172105.867000', '172105.870000', '172105.873000', '172105.875000', '172105.878000', '172105.881000', '172105.884000', '172105.887000', '172105.890000', '172105.892000', '172105.895000', '172105.898000', '172105.901000', '172105.904000', '172105.907000', '172105.909000', '172105.912000', '172105.915000', '172105.918000', '172105.921000', '172105.923000', '172105.926000', '172105.929000', '172105.932000', '172105.935000', '172105.938000', '172125.815000', '172125.818000', '172125.821000', '172125.824000', '172125.826000', '172125.829000', '172125.832000', '172125.835000', '172125.838000', '172125.841000', '172125.843000', '172125.846000', '172125.849000', '172125.852000', '172125.855000', '172125.858000', '172125.860000', '172125.863000', '172125.866000', '172125.869000', '172125.872000', '172125.874000', '172125.877000', '172125.880000', '172125.883000', '172125.886000', '172125.889000', '172125.891000', '172125.894000', '172125.897000', '172125.900000', '172125.903000', '172125.906000', '172125.908000', '172125.911000', '172125.914000', '172125.917000', '172125.920000', '172125.923000', '172125.925000', '172125.928000', '172125.931000', '172125.934000', '172125.937000', '172145.814000', '172145.817000', '172145.820000', '172145.823000', '172145.826000', '172145.828000', '172145.831000', '172145.834000', '172145.837000', '172145.840000', '172145.843000', '172145.846000', '172145.849000', '172145.851000', '172145.854000', '172145.857000', '172145.860000', '172145.863000', '172145.866000', '172145.869000', '172145.871000', '172145.874000', '172145.877000', '172145.880000', '172145.883000', '172145.886000', '172145.889000', '172145.892000', '172145.895000', '172145.898000', '172145.901000', '172145.904000', '172145.907000', '172145.910000', '172145.912000', '172145.915000', '172145.918000', '172145.921000', '172145.924000', '172145.927000', '172145.930000', '172145.933000', '172145.935000', '172205.814000', '172205.817000', '172205.820000', '172205.822000', '172205.825000', '172205.828000', '172205.831000', '172205.834000', '172205.837000', '172205.839000', '172205.842000', '172205.845000', '172205.848000', '172205.851000', '172205.854000', '172205.856000', '172205.860000', '172205.862000', '172205.865000', '172205.868000', '172205.871000', '172205.874000', '172205.877000', '172205.880000', '172205.893000', '172205.896000', '172205.899000', '172205.901000', '172205.904000', '172205.907000', '172205.910000', '172205.913000', '172205.916000', '172205.919000', '172205.922000', '172205.924000', '172205.927000', '172205.930000', '172205.933000', '172205.936000', '172205.939000', '172205.942000', '172205.945000', '172205.947000', '172225.814000', '172225.817000', '172225.820000', '172225.823000', '172225.826000', '172225.829000', '172225.833000', '172225.836000', '172225.839000', '172225.842000', '172225.845000', '172225.848000', '172225.850000', '172225.853000', '172225.856000', '172225.859000', '172225.862000', '172225.865000', '172225.868000', '172225.871000', '172225.873000', '172225.876000', '172225.879000', '172225.882000', '172225.885000', '172225.888000', '172225.891000', '172225.894000', '172225.899000', '172225.902000', '172225.905000', '172225.908000', '172225.911000', '172225.913000', '172225.916000', '172225.919000', '172225.922000', '172225.925000', '172225.928000', '172225.931000', '172225.934000', '172225.937000', '172225.939000', '172245.816000', '172245.819000', '172245.822000', '172245.825000', '172245.827000', '172245.830000', '172245.833000', '172245.836000', '172245.839000', '172245.842000', '172245.845000', '172245.848000', '172245.850000', '172245.853000', '172245.856000', '172245.859000', '172245.862000', '172245.865000', '172245.867000', '172245.870000', '172245.873000', '172245.876000', '172245.879000', '172245.882000', '172245.885000', '172245.888000', '172245.890000', '172245.893000', '172245.896000', '172245.899000', '172245.902000', '172245.905000', '172245.908000', '172245.910000', '172245.913000', '172245.916000', '172245.919000', '172245.922000', '172245.925000', '172245.928000', '172245.931000', '172245.933000', '172245.936000', '172245.939000', '172305.815000', '172305.818000', '172305.821000', '172305.824000', '172305.827000', '172305.829000', '172305.832000', '172305.835000', '172305.838000', '172305.841000', '172305.844000', '172305.847000', '172305.850000', '172305.853000', '172305.855000', '172305.858000', '172305.861000', '172305.864000', '172305.867000', '172305.870000', '172305.873000', '172305.876000', '172305.878000', '172305.881000', '172305.884000', '172305.887000', '172305.890000', '172305.893000', '172305.896000', '172305.899000', '172305.901000', '172305.904000', '172305.907000', '172305.910000', '172305.913000', '172305.916000', '172305.919000', '172305.922000', '172305.925000', '172305.928000', '172305.930000', '172305.933000', '172305.936000', '172325.815000', '172325.818000', '172325.821000', '172325.824000', '172325.827000', '172325.829000', '172325.832000', '172325.835000', '172325.838000', '172325.841000', '172325.844000', '172325.847000', '172325.849000', '172325.852000', '172325.855000', '172325.858000', '172325.861000', '172325.864000', '172325.866000', '172325.869000', '172325.872000', '172325.875000', '172325.878000', '172325.880000', '172325.883000', '172325.886000', '172325.889000', '172325.892000', '172325.895000', '172325.897000', '172325.900000', '172325.903000', '172325.906000', '172325.909000', '172325.912000', '172325.914000', '172325.917000', '172325.920000', '172325.923000', '172325.926000', '172325.929000', '172325.932000', '172325.935000', '172325.937000', '172345.815000', '172345.818000', '172345.821000', '172345.824000', '172345.827000', '172345.830000', '172345.832000', '172345.835000', '172345.838000', '172345.841000', '172345.844000', '172345.847000', '172345.850000', '172345.853000', '172345.855000', '172345.858000', '172345.861000', '172345.864000', '172345.868000', '172345.871000', '172345.875000', '172345.877000', '172345.880000', '172345.883000', '172345.886000', '172345.889000', '172345.892000', '172345.895000', '172345.898000', '172345.900000', '172345.903000', '172345.906000', '172345.909000', '172345.912000', '172345.915000', '172345.918000', '172345.921000', '172345.924000', '172345.927000', '172345.930000', '172345.933000', '172345.936000', '172345.940000', '172405.814000', '172405.817000', '172405.820000', '172405.823000', '172405.826000', '172405.829000', '172405.832000', '172405.835000', '172405.838000', '172405.841000', '172405.843000', '172405.846000', '172405.849000', '172405.852000', '172405.855000', '172405.858000', '172405.861000', '172405.864000', '172405.866000', '172405.869000', '172405.872000', '172405.875000', '172405.878000', '172405.881000', '172405.884000', '172405.887000', '172405.889000', '172405.892000', '172405.895000', '172405.898000', '172405.901000', '172405.904000', '172405.907000', '172405.910000', '172405.912000', '172405.915000', '172405.918000', '172405.921000', '172405.924000', '172405.927000', '172405.929000', '172405.932000', '172405.935000', '172405.938000', '172425.814000', '172425.817000', '172425.820000', '172425.823000', '172425.826000', '172425.828000', '172425.831000', '172425.834000', '172425.837000', '172425.840000', '172425.843000', '172425.846000', '172425.848000', '172425.851000', '172425.854000', '172425.857000', '172425.860000', '172425.862000', '172425.865000', '172425.868000', '172425.871000', '172425.874000', '172425.877000', '172425.879000', '172425.882000', '172425.885000', '172425.888000', '172425.891000', '172425.894000', '172425.897000', '172425.899000', '172425.902000', '172425.905000', '172425.908000', '172425.911000', '172425.914000', '172425.917000', '172425.919000', '172425.922000', '172425.926000', '172425.929000', '172425.932000', '172425.935000', '172445.814000', '172445.817000', '172445.820000', '172445.823000', '172445.825000', '172445.828000', '172445.831000', '172445.834000', '172445.837000', '172445.840000', '172445.842000', '172445.845000', '172445.848000', '172445.851000', '172445.854000', '172445.857000', '172445.860000', '172445.863000', '172445.866000', '172445.868000', '172445.871000', '172445.874000', '172445.877000', '172445.880000', '172445.884000', '172445.887000', '172445.889000', '172445.892000', '172445.895000', '172445.898000', '172445.901000', '172445.904000', '172445.907000', '172445.910000', '172445.912000', '172445.915000', '172445.918000', '172445.921000', '172445.924000', '172445.927000', '172445.930000', '172445.932000', '172445.935000', '172445.938000', '172502.810000', '172502.842000', '172502.870000', '172502.873000', '172502.876000', '172502.879000', '172502.887000', '172502.890000', '172502.893000', '172502.896000', '172502.899000', '172502.902000', '172502.905000', '172502.908000', '172502.911000', '172502.914000', '172502.917000', '172502.920000', '172502.923000', '172502.926000', '172502.929000', '172502.932000', '172502.935000', '172502.938000', '172502.941000', '172502.944000', '172502.947000', '172502.950000', '172502.952000', '172502.955000', '172502.958000', '172502.961000', '172502.964000', '172502.967000', '172502.970000', '172502.973000', '172502.976000'], 'InstanceCreationTime': ['171845.839000', '171845.843000', '171845.846000', '171845.849000', '171845.851000', '171845.854000', '171845.857000', '171845.860000', '171845.863000', '171845.866000', '171845.868000', '171845.871000', '171845.874000', '171845.877000', '171845.880000', '171845.883000', '171845.885000', '171845.888000', '171845.891000', '171845.894000', '171845.897000', '171845.900000', '171845.902000', '171845.905000', '171845.908000', '171845.911000', '171845.914000', '171845.917000', '171845.919000', '171845.922000', '171845.925000', '171845.928000', '171845.931000', '171845.933000', '171845.936000', '171845.939000', '171845.942000', '171845.945000', '171845.948000', '171845.950000', '171845.953000', '171845.958000', '171845.962000', '171845.965000', '171845.967000', '171845.970000', '171845.973000', '171845.976000', '171845.979000', '171845.981000', '171845.984000', '171845.987000', '171905.815000', '171905.818000', '171905.821000', '171905.832000', '171905.835000', '171905.838000', '171905.840000', '171905.843000', '171905.846000', '171905.849000', '171905.852000', '171905.854000', '171905.857000', '171905.860000', '171905.863000', '171905.866000', '171905.868000', '171905.871000', '171905.874000', '171905.877000', '171905.880000', '171905.883000', '171905.885000', '171905.888000', '171905.891000', '171905.894000', '171905.897000', '171905.899000', '171905.902000', '171905.905000', '171905.908000', '171905.911000', '171905.913000', '171905.916000', '171905.919000', '171905.922000', '171905.925000', '171905.927000', '171905.930000', '171905.933000', '171905.936000', '171905.939000', '171905.941000', '171925.814000', '171925.817000', '171925.820000', '171925.823000', '171925.825000', '171925.828000', '171925.836000', '171925.839000', '171925.842000', '171925.845000', '171925.847000', '171925.850000', '171925.853000', '171925.856000', '171925.858000', '171925.861000', '171925.864000', '171925.867000', '171925.870000', '171925.873000', '171925.879000', '171925.882000', '171925.885000', '171925.887000', '171925.890000', '171925.893000', '171925.896000', '171925.899000', '171925.902000', '171925.905000', '171925.908000', '171925.910000', '171925.913000', '171925.916000', '171925.919000', '171925.922000', '171925.925000', '171925.927000', '171925.930000', '171925.933000', '171925.936000', '171925.939000', '171925.942000', '171925.944000', '171945.814000', '171945.817000', '171945.820000', '171945.823000', '171945.826000', '171945.829000', '171945.831000', '171945.834000', '171945.837000', '171945.840000', '171945.843000', '171945.846000', '171945.848000', '171945.851000', '171945.854000', '171945.857000', '171945.860000', '171945.863000', '171945.865000', '171945.868000', '171945.871000', '171945.874000', '171945.877000', '171945.880000', '171945.883000', '171945.885000', '171945.888000', '171945.891000', '171945.894000', '171945.897000', '171945.900000', '171945.902000', '171945.905000', '171945.908000', '171945.911000', '171945.914000', '171945.917000', '171945.924000', '171945.927000', '171945.929000', '171945.932000', '171945.935000', '171945.938000', '172005.814000', '172005.817000', '172005.820000', '172005.823000', '172005.825000', '172005.828000', '172005.831000', '172005.834000', '172005.837000', '172005.839000', '172005.842000', '172005.845000', '172005.848000', '172005.851000', '172005.853000', '172005.856000', '172005.859000', '172005.862000', '172005.865000', '172005.868000', '172005.875000', '172005.877000', '172005.880000', '172005.883000', '172005.886000', '172005.889000', '172005.892000', '172005.894000', '172005.897000', '172005.900000', '172005.903000', '172005.906000', '172005.909000', '172005.911000', '172005.914000', '172005.917000', '172005.920000', '172005.923000', '172005.926000', '172005.928000', '172005.931000', '172005.934000', '172005.937000', '172005.940000', '172025.815000', '172025.818000', '172025.821000', '172025.824000', '172025.827000', '172025.830000', '172025.833000', '172025.836000', '172025.839000', '172025.842000', '172025.845000', '172025.847000', '172025.850000', '172025.853000', '172025.856000', '172025.859000', '172025.862000', '172025.879000', '172025.882000', '172025.885000', '172025.887000', '172025.890000', '172025.893000', '172025.896000', '172025.899000', '172025.901000', '172025.904000', '172025.907000', '172025.910000', '172025.913000', '172025.916000', '172025.919000', '172025.921000', '172025.924000', '172025.927000', '172025.930000', '172025.933000', '172025.935000', '172025.938000', '172025.941000', '172025.944000', '172025.947000', '172025.961000', '172045.815000', '172045.818000', '172045.821000', '172045.823000', '172045.826000', '172045.829000', '172045.832000', '172045.835000', '172045.838000', '172045.840000', '172045.843000', '172045.846000', '172045.849000', '172045.852000', '172045.855000', '172045.857000', '172045.860000', '172045.863000', '172045.866000', '172045.869000', '172045.871000', '172045.874000', '172045.877000', '172045.880000', '172045.883000', '172045.886000', '172045.888000', '172045.891000', '172045.894000', '172045.897000', '172045.900000', '172045.903000', '172045.905000', '172045.908000', '172045.911000', '172045.914000', '172045.917000', '172045.919000', '172045.922000', '172045.925000', '172045.928000', '172045.931000', '172045.934000', '172045.937000', '172105.815000', '172105.818000', '172105.821000', '172105.824000', '172105.827000', '172105.829000', '172105.832000', '172105.835000', '172105.838000', '172105.841000', '172105.844000', '172105.847000', '172105.851000', '172105.854000', '172105.858000', '172105.861000', '172105.864000', '172105.867000', '172105.870000', '172105.873000', '172105.875000', '172105.878000', '172105.881000', '172105.884000', '172105.887000', '172105.890000', '172105.892000', '172105.895000', '172105.898000', '172105.901000', '172105.904000', '172105.907000', '172105.909000', '172105.912000', '172105.915000', '172105.918000', '172105.921000', '172105.923000', '172105.926000', '172105.929000', '172105.932000', '172105.935000', '172105.938000', '172125.815000', '172125.818000', '172125.821000', '172125.824000', '172125.826000', '172125.829000', '172125.832000', '172125.835000', '172125.838000', '172125.841000', '172125.843000', '172125.846000', '172125.849000', '172125.852000', '172125.855000', '172125.858000', '172125.860000', '172125.863000', '172125.866000', '172125.869000', '172125.872000', '172125.874000', '172125.877000', '172125.880000', '172125.883000', '172125.886000', '172125.889000', '172125.891000', '172125.894000', '172125.897000', '172125.900000', '172125.903000', '172125.906000', '172125.908000', '172125.911000', '172125.914000', '172125.917000', '172125.920000', '172125.923000', '172125.925000', '172125.928000', '172125.931000', '172125.934000', '172125.937000', '172145.814000', '172145.817000', '172145.820000', '172145.823000', '172145.826000', '172145.828000', '172145.831000', '172145.834000', '172145.837000', '172145.840000', '172145.843000', '172145.846000', '172145.849000', '172145.851000', '172145.854000', '172145.857000', '172145.860000', '172145.863000', '172145.866000', '172145.869000', '172145.871000', '172145.874000', '172145.877000', '172145.880000', '172145.883000', '172145.886000', '172145.889000', '172145.892000', '172145.895000', '172145.898000', '172145.901000', '172145.904000', '172145.907000', '172145.910000', '172145.912000', '172145.915000', '172145.918000', '172145.921000', '172145.924000', '172145.927000', '172145.930000', '172145.933000', '172145.935000', '172205.814000', '172205.817000', '172205.820000', '172205.822000', '172205.825000', '172205.828000', '172205.831000', '172205.834000', '172205.837000', '172205.839000', '172205.842000', '172205.845000', '172205.848000', '172205.851000', '172205.854000', '172205.856000', '172205.860000', '172205.862000', '172205.865000', '172205.868000', '172205.871000', '172205.874000', '172205.877000', '172205.880000', '172205.893000', '172205.896000', '172205.899000', '172205.901000', '172205.904000', '172205.907000', '172205.910000', '172205.913000', '172205.916000', '172205.919000', '172205.922000', '172205.924000', '172205.927000', '172205.930000', '172205.933000', '172205.936000', '172205.939000', '172205.942000', '172205.945000', '172205.947000', '172225.814000', '172225.817000', '172225.820000', '172225.823000', '172225.826000', '172225.829000', '172225.833000', '172225.836000', '172225.839000', '172225.842000', '172225.845000', '172225.848000', '172225.850000', '172225.853000', '172225.856000', '172225.859000', '172225.862000', '172225.865000', '172225.868000', '172225.871000', '172225.873000', '172225.876000', '172225.879000', '172225.882000', '172225.885000', '172225.888000', '172225.891000', '172225.894000', '172225.899000', '172225.902000', '172225.905000', '172225.908000', '172225.911000', '172225.913000', '172225.916000', '172225.919000', '172225.922000', '172225.925000', '172225.928000', '172225.931000', '172225.934000', '172225.937000', '172225.939000', '172245.816000', '172245.819000', '172245.822000', '172245.825000', '172245.827000', '172245.830000', '172245.833000', '172245.836000', '172245.839000', '172245.842000', '172245.845000', '172245.848000', '172245.850000', '172245.853000', '172245.856000', '172245.859000', '172245.862000', '172245.865000', '172245.867000', '172245.870000', '172245.873000', '172245.876000', '172245.879000', '172245.882000', '172245.885000', '172245.888000', '172245.890000', '172245.893000', '172245.896000', '172245.899000', '172245.902000', '172245.905000', '172245.908000', '172245.910000', '172245.913000', '172245.916000', '172245.919000', '172245.922000', '172245.925000', '172245.928000', '172245.931000', '172245.933000', '172245.936000', '172245.939000', '172305.815000', '172305.818000', '172305.821000', '172305.824000', '172305.827000', '172305.829000', '172305.832000', '172305.835000', '172305.838000', '172305.841000', '172305.844000', '172305.847000', '172305.850000', '172305.853000', '172305.855000', '172305.858000', '172305.861000', '172305.864000', '172305.867000', '172305.870000', '172305.873000', '172305.876000', '172305.878000', '172305.881000', '172305.884000', '172305.887000', '172305.890000', '172305.893000', '172305.896000', '172305.899000', '172305.901000', '172305.904000', '172305.907000', '172305.910000', '172305.913000', '172305.916000', '172305.919000', '172305.922000', '172305.925000', '172305.928000', '172305.930000', '172305.933000', '172305.936000', '172325.815000', '172325.818000', '172325.821000', '172325.824000', '172325.827000', '172325.829000', '172325.832000', '172325.835000', '172325.838000', '172325.841000', '172325.844000', '172325.847000', '172325.849000', '172325.852000', '172325.855000', '172325.858000', '172325.861000', '172325.864000', '172325.866000', '172325.869000', '172325.872000', '172325.875000', '172325.878000', '172325.880000', '172325.883000', '172325.886000', '172325.889000', '172325.892000', '172325.895000', '172325.897000', '172325.900000', '172325.903000', '172325.906000', '172325.909000', '172325.912000', '172325.914000', '172325.917000', '172325.920000', '172325.923000', '172325.926000', '172325.929000', '172325.932000', '172325.935000', '172325.937000', '172345.815000', '172345.818000', '172345.821000', '172345.824000', '172345.827000', '172345.830000', '172345.832000', '172345.835000', '172345.838000', '172345.841000', '172345.844000', '172345.847000', '172345.850000', '172345.853000', '172345.855000', '172345.858000', '172345.861000', '172345.864000', '172345.868000', '172345.871000', '172345.875000', '172345.877000', '172345.880000', '172345.883000', '172345.886000', '172345.889000', '172345.892000', '172345.895000', '172345.898000', '172345.900000', '172345.903000', '172345.906000', '172345.909000', '172345.912000', '172345.915000', '172345.918000', '172345.921000', '172345.924000', '172345.927000', '172345.930000', '172345.933000', '172345.936000', '172345.940000', '172405.814000', '172405.817000', '172405.820000', '172405.823000', '172405.826000', '172405.829000', '172405.832000', '172405.835000', '172405.838000', '172405.841000', '172405.843000', '172405.846000', '172405.849000', '172405.852000', '172405.855000', '172405.858000', '172405.861000', '172405.864000', '172405.866000', '172405.869000', '172405.872000', '172405.875000', '172405.878000', '172405.881000', '172405.884000', '172405.887000', '172405.889000', '172405.892000', '172405.895000', '172405.898000', '172405.901000', '172405.904000', '172405.907000', '172405.910000', '172405.912000', '172405.915000', '172405.918000', '172405.921000', '172405.924000', '172405.927000', '172405.929000', '172405.932000', '172405.935000', '172405.938000', '172425.814000', '172425.817000', '172425.820000', '172425.823000', '172425.826000', '172425.828000', '172425.831000', '172425.834000', '172425.837000', '172425.840000', '172425.843000', '172425.846000', '172425.848000', '172425.851000', '172425.854000', '172425.857000', '172425.860000', '172425.862000', '172425.865000', '172425.868000', '172425.871000', '172425.874000', '172425.877000', '172425.879000', '172425.882000', '172425.885000', '172425.888000', '172425.891000', '172425.894000', '172425.897000', '172425.899000', '172425.902000', '172425.905000', '172425.908000', '172425.911000', '172425.914000', '172425.917000', '172425.919000', '172425.922000', '172425.926000', '172425.929000', '172425.932000', '172425.935000', '172445.814000', '172445.817000', '172445.820000', '172445.823000', '172445.825000', '172445.828000', '172445.831000', '172445.834000', '172445.837000', '172445.840000', '172445.842000', '172445.845000', '172445.848000', '172445.851000', '172445.854000', '172445.857000', '172445.860000', '172445.863000', '172445.866000', '172445.868000', '172445.871000', '172445.874000', '172445.877000', '172445.880000', '172445.884000', '172445.887000', '172445.889000', '172445.892000', '172445.895000', '172445.898000', '172445.901000', '172445.904000', '172445.907000', '172445.910000', '172445.912000', '172445.915000', '172445.918000', '172445.921000', '172445.924000', '172445.927000', '172445.930000', '172445.932000', '172445.935000', '172445.938000', '172502.810000', '172502.842000', '172502.870000', '172502.873000', '172502.876000', '172502.879000', '172502.887000', '172502.890000', '172502.893000', '172502.896000', '172502.899000', '172502.902000', '172502.905000', '172502.908000', '172502.911000', '172502.914000', '172502.917000', '172502.920000', '172502.923000', '172502.926000', '172502.929000', '172502.932000', '172502.935000', '172502.938000', '172502.941000', '172502.944000', '172502.947000', '172502.950000', '172502.952000', '172502.955000', '172502.958000', '172502.961000', '172502.964000', '172502.967000', '172502.970000', '172502.973000', '172502.976000'], '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': [11537, 11999, 12002, 10474, 11356, 11668, 13529, 12763, 13304, 10111, 13479, 10369, 14325, 10659, 14077, 10882, 12488, 11751, 12555, 11359, 11310, 12904, 12973, 13209, 10823, 13353, 10236, 15359, 10479, 15357, 10915, 14738, 10724, 11393, 10993, 9693, 12333, 11462, 11349, 11739, 12397, 11872, 12689, 9938, 12467, 9942, 13993, 10192, 14914, 10736, 13049, 10931, 9568, 11637, 9785, 15107, 10377, 14477, 10532, 11043, 10632, 10652, 12376, 11101, 11738, 9846, 12649, 9962, 14138, 10289, 14011, 10738, 12348, 11222, 9985, 11311, 11636, 11236, 12703, 11946, 11621, 12251, 12617, 10934, 11781, 10022, 12945, 12023, 14691, 13725, 13184, 9941, 13357, 13218, 14311, 12976, 13564, 10054, 12804, 10011, 15684, 10792, 15481, 11785, 14125, 11380, 10095, 12948, 9741, 15815, 10816, 15349, 11455, 13445, 10710, 12486, 13283, 9971, 15244, 11229, 15069, 10122, 15359, 10904, 13541, 12190, 13628, 11031, 14499, 11778, 13511, 12105, 10873, 13736, 9717, 15562, 10839, 14731, 12359, 12299, 12847, 9719, 15290, 9606, 15270, 10759, 12355, 11264, 13297, 11270, 12207, 13046, 9630, 12776, 9559, 14910, 10102, 15678, 10894, 13212, 11384, 12818, 12966, 9959, 16214, 11414, 15275, 11688, 13757, 12738, 10343, 12293, 9818, 13578, 9552, 14919, 10755, 14919, 11202, 13848, 11080, 12117, 11974, 13476, 12808, 12204, 13702, 12769, 12583, 9646, 13826, 9621, 15494, 10398, 16125, 10651, 14441, 11255, 13404, 11299, 14623, 11626, 13781, 10857, 9852, 12600, 11267, 14336, 13489, 13242, 9599, 15030, 10265, 14228, 11296, 12969, 9971, 12675, 9985, 16129, 10183, 15497, 10582, 13883, 11043, 11989, 12502, 9856, 15666, 10766, 15796, 9929, 14188, 10020, 12438, 10520, 14578, 11081, 9930, 12344, 11339, 13048, 11888, 12762, 10268, 14587, 9835, 15327, 10852, 14853, 11021, 11897, 12498, 9741, 13043, 10539, 11007, 10900, 9836, 13465, 11778, 10685, 12249, 10199, 12944, 14634, 9856, 15712, 11257, 14741, 9993, 10523, 10052, 12143, 11630, 12347, 12670, 11382, 12529, 9557, 13183, 9565, 15254, 9949, 15051, 10692, 13853, 10350, 9809, 12082, 9762, 13988, 11424, 13558, 9624, 14545, 9625, 13097, 11001, 13635, 10744, 11139, 12310, 9574, 12998, 9681, 14608, 9934, 12695, 9346, 12139, 9857, 13984, 9733, 14592, 9440, 14758, 10154, 13937, 9431, 13532, 10384, 14075, 10626, 14507, 10683, 12489, 10677, 12472, 13224, 12167, 15458, 9631, 14737, 10706, 13319, 11406, 12467, 11823, 9495, 14177, 9411, 15237, 9909, 14846, 10609, 13176, 10642, 10746, 12437, 9809, 12931, 9703, 11581, 9435, 14876, 9483, 14665, 11315, 12969, 12140, 11496, 13335, 9570, 13437, 9762, 15207, 10279, 15175, 11356, 13750, 11885, 9675, 13646, 9735, 14090, 11192, 12233, 12403, 10260, 14444, 9751, 15267, 10214, 11458, 11290, 13765, 10376, 10835, 11827, 9949, 10911, 13177, 12134, 10883, 13460, 9773, 14373, 10111, 13555, 11168, 9907, 11294, 12812, 11283, 12574, 10509, 11465, 11129, 11047, 10872, 12773, 10895, 11016, 12393, 9901, 14666, 10034, 15328, 11560, 14098, 10533, 12400, 10718, 13651, 12316, 11982, 14230, 9657, 15285, 9843, 14692, 10409, 15107, 10648, 13517, 10517, 9972, 12226, 9902, 15419, 10418, 14870, 9984, 11408, 11093, 12748, 11208, 11328, 11528, 9549, 14979, 9850, 13996, 11025, 13317, 10409, 10294, 12101, 9531, 14604, 9511, 14448, 10286, 12846, 11248, 14183, 10945, 10419, 12023, 9627, 14635, 10121, 14081, 11348, 13192, 12134, 9833, 12096, 9380, 14390, 10240, 13961, 10441, 9731, 11750, 12346, 12633, 9840, 12378, 9771, 12732, 9537, 14423, 10213, 14128, 11394, 13827, 11796, 9783, 12305, 9291, 14509, 10392, 14255, 10657, 12629, 10221, 11530, 11366, 13262, 10664, 14919, 9778, 12840, 9760, 12745, 9703, 14662, 10145, 14022, 10675, 12477, 10853, 13487, 11806, 13627, 14434, 12307, 16259, 9687, 14954, 10284, 14187, 10445, 10964, 14188, 9922, 14965, 9672, 15198, 9990, 12370, 10193, 13746, 10015, 11127, 10637, 10081, 10855, 9762, 10911, 13606, 10339, 11284, 11778, 10850, 10841, 10304, 10002, 14799, 12978, 12030, 10742, 10752, 11261, 12231, 9764, 15089, 10247, 13243, 11038, 11068, 11771, 9824, 14445, 9256, 14385, 9414, 11883, 10070, 12574, 11004, 11295, 10657, 11729, 12071, 9661, 12370, 9631, 14634, 9171, 14413, 9786, 12001, 10586, 13157, 11339, 10174, 10994, 13258, 10262, 11921, 12959, 10378, 15004, 9415, 14970, 10288, 13934, 10133, 11999, 10492, 11456, 11806, 11343, 13615, 9347, 12602, 9334, 13312, 9430, 13430, 10396, 14440, 10627, 12971, 10437, 11979, 11401, 13088, 10051, 10760, 9705, 12680, 9627, 14058, 9961, 12770, 10113, 12173, 11966, 10948, 13726, 9587, 14161, 9182, 14234, 10046, 12629, 10352, 13487, 9920, 13638, 9955, 11091, 10153, 10474, 9873, 12556, 11313, 12258, 13686, 11704, 13206, 9607, 14538, 9334, 14259, 9754, 12980, 10137, 12568, 10380, 11629, 11844, 10269, 12047, 9420, 14698, 9056, 13913, 9431, 13717, 10151, 11537, 11433, 10369, 11636, 9257, 14134, 9060, 14273, 9371, 13781, 9643, 10532, 10169, 11350, 10506, 11570, 9714, 14164, 8344, 12114, 10454, 12684, 9407, 14348, 9003, 14318, 9508, 13371, 9645, 11315, 13218, 11247, 13422, 11302, 10863, 9624, 10024, 13043, 9757, 13896, 10030, 12495, 10948, 9874, 13473, 8982, 15528, 9398, 14625, 8895, 14360, 10502, 12992, 9524, 8994, 10581, 9728, 11405, 9353, 12355, 9192, 14161, 9106, 13786, 8616, 13334, 9649, 12790, 8974, 9502, 11376, 9425, 12272, 9329, 13843, 9023, 13251, 8824, 9927, 9103, 10093, 10834, 8606, 10776, 11799, 12470, 9110, 14033, 9668, 12172, 9477, 11347, 14451, 10609, 15943, 10776, 14742, 10392, 14638, 10551, 12242, 9149, 10152, 9156, 11927, 9148, 11965, 11513, 10262, 13706, 8607, 14686, 8572, 13445, 8903, 13867, 9159, 10624, 10615, 9729, 13007, 8509, 13012, 8483, 13378, 8528, 13592, 8783, 11633, 8871, 12057, 8890, 10386, 11203, 8987, 13661, 8618, 13937, 8709, 13775, 8535, 13896, 9600, 14072, 9973, 9625, 10111, 8659, 13281, 9447, 12724, 11352, 10092, 15261, 8594, 13968, 9463, 13764, 11831, 11037, 16869, 9047, 15185, 10254, 12397, 8890, 9210, 12642, 9121, 15557, 8769, 14399, 8099, 11388, 8449, 12307, 9230, 9249, 10844, 8891, 9793, 8715, 13986, 8483, 13659, 9357, 10769], 'WindowCenter': [4596.0, 4581.0, 4570.0, 4546.0, 4556.0, 4557.0, 4565.0, 4565.0, 4562.0, 4534.0, 4550.0, 4521.0, 4561.0, 4532.0, 4551.0, 4531.0, 4540.0, 4540.0, 4540.0, 4528.0, 4531.0, 4539.0, 4551.0, 4538.0, 4530.0, 4548.0, 4518.0, 4559.0, 4531.0, 4559.0, 4530.0, 4557.0, 4531.0, 4540.0, 4545.0, 4522.0, 4541.0, 4539.0, 4530.0, 4551.0, 4538.0, 4541.0, 4550.0, 4521.0, 4540.0, 4521.0, 4548.0, 4519.0, 4546.0, 4517.0, 4538.0, 4516.0, 4509.0, 4525.0, 4518.0, 4545.0, 4507.0, 4545.0, 4518.0, 4514.0, 4514.0, 4517.0, 4525.0, 4528.0, 4525.0, 4508.0, 4536.0, 4518.0, 4547.0, 4518.0, 4546.0, 4531.0, 4537.0, 4542.0, 4519.0, 4541.0, 4541.0, 4541.0, 4551.0, 4553.0, 4542.0, 4552.0, 4552.0, 4545.0, 4553.0, 4547.0, 4565.0, 4564.0, 4563.0, 4562.0, 4563.0, 4534.0, 4551.0, 4563.0, 4562.0, 4553.0, 4552.0, 4533.0, 4550.0, 4523.0, 4560.0, 4532.0, 4561.0, 4541.0, 4560.0, 4542.0, 4532.0, 4541.0, 4522.0, 4560.0, 4533.0, 4562.0, 4542.0, 4552.0, 4532.0, 4551.0, 4550.0, 4532.0, 4561.0, 4540.0, 4560.0, 4520.0, 4559.0, 4532.0, 4550.0, 4540.0, 4550.0, 4531.0, 4563.0, 4543.0, 4563.0, 4552.0, 4543.0, 4549.0, 4522.0, 4561.0, 4532.0, 4559.0, 4541.0, 4541.0, 4538.0, 4521.0, 4558.0, 4521.0, 4559.0, 4530.0, 4549.0, 4531.0, 4551.0, 4542.0, 4552.0, 4551.0, 4520.0, 4549.0, 4523.0, 4560.0, 4533.0, 4571.0, 4531.0, 4550.0, 4542.0, 4553.0, 4550.0, 4533.0, 4570.0, 4542.0, 4572.0, 4540.0, 4561.0, 4550.0, 4522.0, 4540.0, 4531.0, 4551.0, 4523.0, 4561.0, 4532.0, 4561.0, 4543.0, 4561.0, 4543.0, 4551.0, 4553.0, 4575.0, 4552.0, 4554.0, 4561.0, 4551.0, 4552.0, 4533.0, 4562.0, 4523.0, 4561.0, 4533.0, 4572.0, 4533.0, 4562.0, 4543.0, 4560.0, 4544.0, 4562.0, 4542.0, 4561.0, 4531.0, 4521.0, 4540.0, 4543.0, 4561.0, 4562.0, 4550.0, 4521.0, 4558.0, 4520.0, 4549.0, 4530.0, 4552.0, 4532.0, 4551.0, 4522.0, 4560.0, 4521.0, 4558.0, 4518.0, 4547.0, 4527.0, 4528.0, 4524.0, 4507.0, 4545.0, 4529.0, 4545.0, 4507.0, 4535.0, 4506.0, 4525.0, 4516.0, 4547.0, 4528.0, 4506.0, 4539.0, 4540.0, 4550.0, 4540.0, 4537.0, 4520.0, 4547.0, 4508.0, 4545.0, 4517.0, 4546.0, 4504.0, 4526.0, 4524.0, 4506.0, 4534.0, 4517.0, 4528.0, 4530.0, 4535.0, 4563.0, 4541.0, 4531.0, 4540.0, 4518.0, 4539.0, 4535.0, 4507.0, 4544.0, 4515.0, 4546.0, 4504.0, 4515.0, 4507.0, 4524.0, 4513.0, 4525.0, 4523.0, 4526.0, 4524.0, 4506.0, 4523.0, 4506.0, 4544.0, 4506.0, 4543.0, 4506.0, 4533.0, 4494.0, 4505.0, 4512.0, 4507.0, 4534.0, 4527.0, 4535.0, 4496.0, 4534.0, 4496.0, 4533.0, 4516.0, 4536.0, 4516.0, 4517.0, 4525.0, 4508.0, 4525.0, 4508.0, 4545.0, 4509.0, 4536.0, 4510.0, 4527.0, 4509.0, 4537.0, 4509.0, 4548.0, 4510.0, 4547.0, 4519.0, 4546.0, 4509.0, 4548.0, 4520.0, 4559.0, 4531.0, 4561.0, 4531.0, 4539.0, 4518.0, 4540.0, 4536.0, 4528.0, 4545.0, 4497.0, 4545.0, 4505.0, 4535.0, 4515.0, 4535.0, 4525.0, 4508.0, 4534.0, 4496.0, 4546.0, 4507.0, 4546.0, 4518.0, 4537.0, 4506.0, 4517.0, 4525.0, 4518.0, 4536.0, 4520.0, 4539.0, 4510.0, 4555.0, 4509.0, 4557.0, 4528.0, 4548.0, 4527.0, 4539.0, 4548.0, 4520.0, 4548.0, 4519.0, 4557.0, 4520.0, 4558.0, 4529.0, 4547.0, 4527.0, 4509.0, 4536.0, 4507.0, 4545.0, 4529.0, 4538.0, 4537.0, 4521.0, 4546.0, 4510.0, 4546.0, 4507.0, 4525.0, 4518.0, 4548.0, 4504.0, 4517.0, 4535.0, 4517.0, 4530.0, 4549.0, 4539.0, 4531.0, 4549.0, 4520.0, 4558.0, 4521.0, 4550.0, 4541.0, 4520.0, 4540.0, 4552.0, 4545.0, 4566.0, 4532.0, 4553.0, 4543.0, 4542.0, 4544.0, 4552.0, 4529.0, 4531.0, 4537.0, 4520.0, 4559.0, 4521.0, 4560.0, 4530.0, 4548.0, 4519.0, 4526.0, 4506.0, 4535.0, 4514.0, 4526.0, 4534.0, 4495.0, 4533.0, 4493.0, 4532.0, 4503.0, 4532.0, 4493.0, 4522.0, 4491.0, 4492.0, 4511.0, 4494.0, 4530.0, 4504.0, 4532.0, 4504.0, 4511.0, 4514.0, 4524.0, 4514.0, 4516.0, 4514.0, 4496.0, 4544.0, 4505.0, 4533.0, 4505.0, 4535.0, 4505.0, 4504.0, 4523.0, 4495.0, 4534.0, 4496.0, 4535.0, 4506.0, 4524.0, 4514.0, 4536.0, 4504.0, 4516.0, 4524.0, 4496.0, 4533.0, 4506.0, 4545.0, 4515.0, 4536.0, 4524.0, 4507.0, 4523.0, 4496.0, 4535.0, 4507.0, 4535.0, 4516.0, 4505.0, 4527.0, 4538.0, 4536.0, 4519.0, 4536.0, 4520.0, 4538.0, 4520.0, 4557.0, 4520.0, 4547.0, 4528.0, 4547.0, 4527.0, 4519.0, 4526.0, 4498.0, 4546.0, 4518.0, 4555.0, 4530.0, 4539.0, 4519.0, 4527.0, 4529.0, 4548.0, 4520.0, 4560.0, 4523.0, 4551.0, 4535.0, 4553.0, 4523.0, 4561.0, 4522.0, 4551.0, 4532.0, 4539.0, 4529.0, 4549.0, 4527.0, 4548.0, 4537.0, 4526.0, 4545.0, 4494.0, 4534.0, 4493.0, 4532.0, 4493.0, 4502.0, 4520.0, 4491.0, 4519.0, 4482.0, 4531.0, 4492.0, 4511.0, 4491.0, 4522.0, 4491.0, 4500.0, 4504.0, 4504.0, 4515.0, 4505.0, 4515.0, 4545.0, 4502.0, 4516.0, 4527.0, 4517.0, 4527.0, 4518.0, 4521.0, 4560.0, 4550.0, 4542.0, 4528.0, 4531.0, 4544.0, 4538.0, 4508.0, 4546.0, 4506.0, 4537.0, 4517.0, 4528.0, 4525.0, 4518.0, 4545.0, 4508.0, 4547.0, 4509.0, 4538.0, 4508.0, 4539.0, 4531.0, 4529.0, 4519.0, 4529.0, 4528.0, 4509.0, 4526.0, 4510.0, 4546.0, 4509.0, 4547.0, 4508.0, 4527.0, 4518.0, 4537.0, 4529.0, 4519.0, 4531.0, 4549.0, 4532.0, 4543.0, 4540.0, 4519.0, 4547.0, 4497.0, 4547.0, 4507.0, 4547.0, 4517.0, 4527.0, 4518.0, 4528.0, 4515.0, 4529.0, 4535.0, 4497.0, 4536.0, 4497.0, 4537.0, 4498.0, 4537.0, 4506.0, 4546.0, 4506.0, 4536.0, 4518.0, 4529.0, 4543.0, 4549.0, 4533.0, 4531.0, 4521.0, 4539.0, 4509.0, 4550.0, 4521.0, 4539.0, 4518.0, 4540.0, 4527.0, 4519.0, 4534.0, 4495.0, 4524.0, 4485.0, 4533.0, 4494.0, 4524.0, 4494.0, 4524.0, 4506.0, 4535.0, 4492.0, 4513.0, 4504.0, 4504.0, 4495.0, 4525.0, 4504.0, 4514.0, 4522.0, 4515.0, 4521.0, 4495.0, 4533.0, 4496.0, 4531.0, 4494.0, 4534.0, 4505.0, 4537.0, 4506.0, 4527.0, 4514.0, 4506.0, 4525.0, 4497.0, 4547.0, 4487.0, 4535.0, 4484.0, 4534.0, 4506.0, 4526.0, 4513.0, 4506.0, 4513.0, 4495.0, 4533.0, 4486.0, 4533.0, 4496.0, 4536.0, 4497.0, 4505.0, 4506.0, 4516.0, 4519.0, 4538.0, 4521.0, 4549.0, 4499.0, 4552.0, 4544.0, 4551.0, 4523.0, 4561.0, 4511.0, 4559.0, 4511.0, 4550.0, 4510.0, 4531.0, 4537.0, 4517.0, 4525.0, 4528.0, 4518.0, 4506.0, 4518.0, 4547.0, 4509.0, 4550.0, 4507.0, 4528.0, 4505.0, 4508.0, 4525.0, 4485.0, 4544.0, 4485.0, 4533.0, 4484.0, 4533.0, 4491.0, 4522.0, 4482.0, 4481.0, 4501.0, 4494.0, 4501.0, 4483.0, 4511.0, 4482.0, 4522.0, 4482.0, 4521.0, 4470.0, 4522.0, 4480.0, 4510.0, 4472.0, 4492.0, 4501.0, 4483.0, 4511.0, 4483.0, 4521.0, 4485.0, 4536.0, 4487.0, 4497.0, 4485.0, 4507.0, 4528.0, 4510.0, 4546.0, 4555.0, 4540.0, 4512.0, 4550.0, 4510.0, 4528.0, 4496.0, 4518.0, 4548.0, 4519.0, 4534.0, 4504.0, 4532.0, 4493.0, 4520.0, 4479.0, 4500.0, 4471.0, 4489.0, 4482.0, 4512.0, 4482.0, 4515.0, 4500.0, 4493.0, 4510.0, 4472.0, 4519.0, 4461.0, 4510.0, 4473.0, 4534.0, 4481.0, 4504.0, 4505.0, 4493.0, 4521.0, 4473.0, 4523.0, 4472.0, 4521.0, 4474.0, 4525.0, 4475.0, 4526.0, 4497.0, 4526.0, 4484.0, 4506.0, 4502.0, 4484.0, 4523.0, 4485.0, 4533.0, 4485.0, 4523.0, 4486.0, 4536.0, 4497.0, 4534.0, 4496.0, 4507.0, 4518.0, 4512.0, 4550.0, 4511.0, 4541.0, 4517.0, 4508.0, 4546.0, 4486.0, 4536.0, 4496.0, 4526.0, 4502.0, 4493.0, 4531.0, 4470.0, 4518.0, 4478.0, 4499.0, 4457.0, 4469.0, 4498.0, 4469.0, 4517.0, 4458.0, 4507.0, 4447.0, 4488.0, 4446.0, 4498.0, 4468.0, 4469.0, 4501.0, 4470.0, 4480.0, 4472.0, 4520.0, 4474.0, 4524.0, 4495.0, 4503.0], 'WindowWidth': [10080.0, 10049.0, 10027.0, 9989.0, 10000.0, 10003.0, 10010.0, 10010.0, 10000.0, 9963.0, 9981.0, 9942.0, 9996.0, 9959.0, 9980.0, 9956.0, 9964.0, 9964.0, 9964.0, 9946.0, 9955.0, 9962.0, 9979.0, 9960.0, 9952.0, 9971.0, 9933.0, 9989.0, 9953.0, 9989.0, 9954.0, 9984.0, 9955.0, 9966.0, 9981.0, 9944.0, 9967.0, 9963.0, 9951.0, 9983.0, 9962.0, 9970.0, 9979.0, 9942.0, 9965.0, 9942.0, 9972.0, 9935.0, 9968.0, 9930.0, 9957.0, 9926.0, 9920.0, 9937.0, 9933.0, 9964.0, 9916.0, 9963.0, 9931.0, 9921.0, 9922.0, 9928.0, 9935.0, 9944.0, 9936.0, 9918.0, 9953.0, 9934.0, 9969.0, 9934.0, 9969.0, 9955.0, 9958.0, 9972.0, 9936.0, 9969.0, 9971.0, 9972.0, 9983.0, 9991.0, 9970.0, 9987.0, 9986.0, 9980.0, 9989.0, 9986.0, 10008.0, 10007.0, 10001.0, 9999.0, 10001.0, 9962.0, 9981.0, 10002.0, 9997.0, 9988.0, 9984.0, 9960.0, 9979.0, 9945.0, 9993.0, 9958.0, 9995.0, 9966.0, 9991.0, 9970.0, 9958.0, 9967.0, 9946.0, 9993.0, 9960.0, 9996.0, 9971.0, 9983.0, 9957.0, 9981.0, 9979.0, 9958.0, 9994.0, 9968.0, 9991.0, 9940.0, 9989.0, 9957.0, 9978.0, 9965.0, 9978.0, 9954.0, 10000.0, 9974.0, 10001.0, 9985.0, 9975.0, 9977.0, 9944.0, 9996.0, 9956.0, 9991.0, 9967.0, 9968.0, 9961.0, 9941.0, 9988.0, 9941.0, 9988.0, 9952.0, 9977.0, 9955.0, 9983.0, 9973.0, 9986.0, 9982.0, 9942.0, 9977.0, 9948.0, 9993.0, 9960.0, 10008.0, 9956.0, 9980.0, 9973.0, 9989.0, 9980.0, 9962.0, 10007.0, 9969.0, 10013.0, 9967.0, 9994.0, 9979.0, 9943.0, 9964.0, 9956.0, 9982.0, 9949.0, 9995.0, 9959.0, 9997.0, 9975.0, 9995.0, 9974.0, 9982.0, 9987.0, 10023.0, 9985.0, 9991.0, 9998.0, 9985.0, 9986.0, 9963.0, 9997.0, 9949.0, 9995.0, 9959.0, 10011.0, 9959.0, 9998.0, 9976.0, 9994.0, 9977.0, 10000.0, 9970.0, 9996.0, 9954.0, 9943.0, 9965.0, 9975.0, 9996.0, 9999.0, 9980.0, 9943.0, 9987.0, 9939.0, 9976.0, 9954.0, 9985.0, 9962.0, 9983.0, 9946.0, 9994.0, 9940.0, 9986.0, 9932.0, 9970.0, 9945.0, 9945.0, 9935.0, 9915.0, 9966.0, 9948.0, 9964.0, 9916.0, 9949.0, 9913.0, 9937.0, 9927.0, 9969.0, 9947.0, 9914.0, 9962.0, 9967.0, 9980.0, 9967.0, 9958.0, 9938.0, 9970.0, 9919.0, 9965.0, 9927.0, 9966.0, 9906.0, 9939.0, 9932.0, 9914.0, 9948.0, 9930.0, 9946.0, 9953.0, 9969.0, 10004.0, 9970.0, 9953.0, 9966.0, 9932.0, 9960.0, 9950.0, 9914.0, 9962.0, 9921.0, 9965.0, 9908.0, 9922.0, 9916.0, 9933.0, 9915.0, 9935.0, 9931.0, 9938.0, 9933.0, 9913.0, 9930.0, 9912.0, 9961.0, 9912.0, 9958.0, 9910.0, 9944.0, 9891.0, 9907.0, 9914.0, 9915.0, 9946.0, 9941.0, 9948.0, 9899.0, 9947.0, 9898.0, 9945.0, 9924.0, 9952.0, 9925.0, 9927.0, 9936.0, 9918.0, 9935.0, 9918.0, 9965.0, 9922.0, 9953.0, 9923.0, 9942.0, 9922.0, 9953.0, 9919.0, 9973.0, 9924.0, 9969.0, 9933.0, 9967.0, 9923.0, 9971.0, 9940.0, 9991.0, 9954.0, 9993.0, 9952.0, 9962.0, 9932.0, 9964.0, 9952.0, 9943.0, 9964.0, 9901.0, 9961.0, 9908.0, 9950.0, 9919.0, 9951.0, 9936.0, 9916.0, 9946.0, 9899.0, 9964.0, 9915.0, 9965.0, 9930.0, 9954.0, 9913.0, 9928.0, 9937.0, 9933.0, 9954.0, 9937.0, 9963.0, 9925.0, 9981.0, 9922.0, 9985.0, 9944.0, 9972.0, 9941.0, 9961.0, 9971.0, 9937.0, 9973.0, 9935.0, 9985.0, 9937.0, 9987.0, 9947.0, 9969.0, 9942.0, 9920.0, 9952.0, 9915.0, 9964.0, 9946.0, 9958.0, 9957.0, 9940.0, 9967.0, 9924.0, 9967.0, 9915.0, 9937.0, 9930.0, 9971.0, 9907.0, 9929.0, 9953.0, 9930.0, 9954.0, 9977.0, 9960.0, 9953.0, 9975.0, 9938.0, 9987.0, 9942.0, 9981.0, 9969.0, 9939.0, 9966.0, 9987.0, 9981.0, 10014.0, 9959.0, 9987.0, 9976.0, 9973.0, 9979.0, 9986.0, 9948.0, 9954.0, 9956.0, 9936.0, 9989.0, 9941.0, 9993.0, 9951.0, 9973.0, 9935.0, 9939.0, 9910.0, 9950.0, 9919.0, 9937.0, 9947.0, 9893.0, 9943.0, 9890.0, 9939.0, 9903.0, 9942.0, 9888.0, 9928.0, 9882.0, 9886.0, 9909.0, 9893.0, 9936.0, 9903.0, 9941.0, 9906.0, 9912.0, 9919.0, 9934.0, 9919.0, 9924.0, 9920.0, 9898.0, 9960.0, 9909.0, 9944.0, 9908.0, 9948.0, 9909.0, 9907.0, 9930.0, 9897.0, 9946.0, 9898.0, 9949.0, 9911.0, 9932.0, 9919.0, 9951.0, 9906.0, 9924.0, 9933.0, 9897.0, 9944.0, 9911.0, 9962.0, 9922.0, 9953.0, 9934.0, 9915.0, 9932.0, 9898.0, 9950.0, 9914.0, 9949.0, 9928.0, 9910.0, 9943.0, 9958.0, 9954.0, 9934.0, 9954.0, 9937.0, 9959.0, 9938.0, 9985.0, 9937.0, 9970.0, 9945.0, 9970.0, 9942.0, 9935.0, 9939.0, 9903.0, 9966.0, 9933.0, 9980.0, 9951.0, 9960.0, 9938.0, 9944.0, 9947.0, 9972.0, 9937.0, 9991.0, 9947.0, 9982.0, 9970.0, 9990.0, 9950.0, 9997.0, 9944.0, 9981.0, 9956.0, 9963.0, 9949.0, 9975.0, 9941.0, 9972.0, 9953.0, 9939.0, 9962.0, 9892.0, 9944.0, 9889.0, 9942.0, 9887.0, 9900.0, 9919.0, 9883.0, 9918.0, 9871.0, 9935.0, 9883.0, 9907.0, 9883.0, 9926.0, 9883.0, 9895.0, 9905.0, 9905.0, 9922.0, 9909.0, 9924.0, 9963.0, 9903.0, 9924.0, 9941.0, 9930.0, 9945.0, 9933.0, 9943.0, 9995.0, 9981.0, 9971.0, 9946.0, 9956.0, 9976.0, 9959.0, 9917.0, 9966.0, 9911.0, 9954.0, 9926.0, 9945.0, 9938.0, 9931.0, 9965.0, 9918.0, 9968.0, 9921.0, 9957.0, 9919.0, 9962.0, 9954.0, 9949.0, 9935.0, 9946.0, 9943.0, 9920.0, 9940.0, 9922.0, 9968.0, 9920.0, 9968.0, 9918.0, 9941.0, 9931.0, 9956.0, 9947.0, 9935.0, 9954.0, 9976.0, 9958.0, 9974.0, 9964.0, 9934.0, 9967.0, 9902.0, 9968.0, 9915.0, 9968.0, 9929.0, 9942.0, 9930.0, 9945.0, 9923.0, 9946.0, 9950.0, 9902.0, 9954.0, 9902.0, 9954.0, 9904.0, 9954.0, 9913.0, 9966.0, 9910.0, 9952.0, 9930.0, 9945.0, 9974.0, 9975.0, 9961.0, 9955.0, 9942.0, 9962.0, 9922.0, 9979.0, 9938.0, 9961.0, 9931.0, 9962.0, 9944.0, 9932.0, 9947.0, 9894.0, 9931.0, 9880.0, 9942.0, 9890.0, 9930.0, 9889.0, 9931.0, 9910.0, 9947.0, 9886.0, 9916.0, 9905.0, 9902.0, 9893.0, 9935.0, 9905.0, 9919.0, 9926.0, 9919.0, 9925.0, 9897.0, 9943.0, 9896.0, 9940.0, 9893.0, 9945.0, 9910.0, 9954.0, 9910.0, 9942.0, 9919.0, 9912.0, 9937.0, 9899.0, 9968.0, 9886.0, 9946.0, 9878.0, 9946.0, 9911.0, 9937.0, 9914.0, 9910.0, 9916.0, 9894.0, 9941.0, 9882.0, 9943.0, 9897.0, 9949.0, 9899.0, 9907.0, 9910.0, 9925.0, 9936.0, 9961.0, 9942.0, 9973.0, 9910.0, 9984.0, 9977.0, 9981.0, 9945.0, 9993.0, 9927.0, 9991.0, 9927.0, 9978.0, 9923.0, 9954.0, 9956.0, 9927.0, 9935.0, 9945.0, 9928.0, 9912.0, 9934.0, 9969.0, 9920.0, 9977.0, 9914.0, 9943.0, 9908.0, 9915.0, 9934.0, 9881.0, 9960.0, 9879.0, 9941.0, 9875.0, 9940.0, 9881.0, 9925.0, 9870.0, 9869.0, 9896.0, 9891.0, 9896.0, 9873.0, 9908.0, 9871.0, 9923.0, 9871.0, 9922.0, 9856.0, 9923.0, 9867.0, 9907.0, 9858.0, 9885.0, 9894.0, 9875.0, 9909.0, 9875.0, 9922.0, 9880.0, 9951.0, 9885.0, 9896.0, 9879.0, 9914.0, 9946.0, 9927.0, 9983.0, 9996.0, 9966.0, 9929.0, 9977.0, 9921.0, 9943.0, 9897.0, 9928.0, 9970.0, 9932.0, 9948.0, 9901.0, 9938.0, 9885.0, 9919.0, 9861.0, 9890.0, 9853.0, 9876.0, 9871.0, 9909.0, 9870.0, 9918.0, 9895.0, 9885.0, 9904.0, 9855.0, 9915.0, 9839.0, 9903.0, 9858.0, 9945.0, 9869.0, 9905.0, 9908.0, 9889.0, 9921.0, 9861.0, 9926.0, 9859.0, 9922.0, 9863.0, 9932.0, 9867.0, 9938.0, 9902.0, 9937.0, 9877.0, 9911.0, 9899.0, 9878.0, 9928.0, 9880.0, 9941.0, 9881.0, 9928.0, 9884.0, 9950.0, 9900.0, 9944.0, 9896.0, 9914.0, 9930.0, 9931.0, 9978.0, 9925.0, 9967.0, 9927.0, 9916.0, 9962.0, 9883.0, 9951.0, 9895.0, 9936.0, 9895.0, 9886.0, 9935.0, 9850.0, 9912.0, 9857.0, 9888.0, 9825.0, 9847.0, 9885.0, 9846.0, 9908.0, 9830.0, 9893.0, 9814.0, 9871.0, 9814.0, 9885.0, 9844.0, 9848.0, 9894.0, 9853.0, 9864.0, 9859.0, 9918.0, 9862.0, 9929.0, 9895.0, 9902.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.0009827157652474107</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.024302165017261217</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.339067924942434</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2434532841359454</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.00462301950461</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4847</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5720.5137</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09187295289598178</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>22</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.5316455696202533</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.46802606933665</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.436954214625757</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6752536634897095</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2918703298944836</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0136907</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012881779111921787</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.026309728622436523</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.951397327574747</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>37.9029</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.3202</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>189.2239</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>295991.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>861.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>374.8548</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.723</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>619.963</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3679.2022</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3847.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>80553.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1335.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4852.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>973.5736</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>37.41418497264385</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> |