=== 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-0060 --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-0060",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0060_ses-04_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-0060_ses-04_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-04_subject-0060_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-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0060_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-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0060_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-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0060_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-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-04_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-04_subject-0060_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-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-04_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-04_subject-0060_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-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0060_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-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0060/figures/sub-0060_ses-04_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-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-04_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-0060/ses-04/func/sub-0060_ses-04_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>06f50e520143557bf29e9092675edd5f</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>14:39:40.070000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.996522, 0.0820235, 0.0147228, -0.08333, 0.982608, 0.165942]</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.0953177</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>14</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4144, -7744, -7259, 719, -29, -27, -38, 69]</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.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>233.926</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>62a51b04-1704-4fab-89b7-4c98371af0e7||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6735947132110596, -0.22356830537319183, 0.00231011095456779, 120.43595886230469], [-0.22006314992904663, 2.6362667083740234, 0.4497973620891571, -102.04283905029297], [0.03950018435716629, -0.44521015882492065, 2.662269115447998, -47.45408248901367], [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': ['143940.070000', '143940.530000', '143940.990000', '143941.450000', '143941.910000', '143942.370000', '143942.830000', '143943.290000', '143943.750000', '143944.210000', '143944.670000', '143945.130000', '143945.590000', '143946.050000', '143946.510000', '143946.970000', '143947.430000', '143947.890000', '143948.350000', '143948.810000', '143949.270000', '143949.730000', '143950.190000', '143950.650000', '143951.110000', '143951.570000', '143952.030000', '143952.490000', '143952.950000', '143953.410000', '143953.870000', '143954.330000', '143954.790000', '143955.250000', '143955.710000', '143956.170000', '143956.630000', '143957.090000', '143957.550000', '143958.010000', '143958.470000', '143958.930000', '143959.390000', '143959.850000', '144000.310000', '144000.770000', '144001.230000', '144001.690000', '144002.150000', '144002.610000', '144003.070000', '144003.530000', '144003.990000', '144004.450000', '144004.910000', '144005.370000', '144005.830000', '144006.290000', '144006.750000', '144007.210000', '144007.670000', '144008.130000', '144008.590000', '144009.050000', '144009.510000', '144009.970000', '144010.430000', '144010.890000', '144011.350000', '144011.810000', '144012.270000', '144012.730000', '144013.190000', '144013.650000', '144014.110000', '144014.570000', '144015.030000', '144015.490000', '144015.950000', '144016.410000', '144016.870000', '144017.330000', '144017.790000', '144018.250000', '144018.710000', '144019.170000', '144019.630000', '144020.090000', '144020.550000', '144021.010000', '144021.470000', '144021.930000', '144022.390000', '144022.850000', '144023.310000', '144023.770000', '144024.230000', '144024.690000', '144025.150000', '144025.610000', '144026.070000', '144026.530000', '144026.990000', '144027.450000', '144027.910000', '144028.370000', '144028.830000', '144029.290000', '144029.750000', '144030.210000', '144030.670000', '144031.130000', '144031.590000', '144032.050000', '144032.510000', '144032.970000', '144033.430000', '144033.890000', '144034.350000', '144034.810000', '144035.270000', '144035.730000', '144036.190000', '144036.650000', '144037.110000', '144037.570000', '144038.030000', '144038.490000', '144038.950000', '144039.410000', '144039.870000', '144040.330000', '144040.790000', '144041.250000', '144041.710000', '144042.170000', '144042.630000', '144043.090000', '144043.550000', '144044.010000', '144044.470000', '144044.930000', '144045.390000', '144045.850000', '144046.310000', '144046.770000', '144047.230000', '144047.690000', '144048.150000', '144048.610000', '144049.070000', '144049.530000', '144049.990000', '144050.450000', '144050.910000', '144051.370000', '144051.830000', '144052.290000', '144052.750000', '144053.210000', '144053.670000', '144054.130000', '144054.590000', '144055.050000', '144055.510000', '144055.970000', '144056.430000', '144056.890000', '144057.350000', '144057.810000', '144058.270000', '144058.730000', '144059.190000', '144059.650000', '144100.110000', '144100.570000', '144101.030000', '144101.490000', '144101.950000', '144102.410000', '144102.870000', '144103.330000', '144103.790000', '144104.250000', '144104.710000', '144105.170000', '144105.630000', '144106.090000', '144106.550000', '144107.010000', '144107.470000', '144107.930000', '144108.390000', '144108.850000', '144109.310000', '144109.770000', '144110.230000', '144110.690000', '144111.150000', '144111.610000', '144112.070000', '144112.530000', '144112.990000', '144113.450000', '144113.910000', '144114.370000', '144114.830000', '144115.290000', '144115.750000', '144116.210000', '144116.670000', '144117.130000', '144117.590000', '144118.050000', '144118.510000', '144118.970000', '144119.430000', '144119.890000', '144120.350000', '144120.810000', '144121.270000', '144121.730000', '144122.190000', '144122.650000', '144123.110000', '144123.570000', '144124.030000', '144124.490000', '144124.950000', '144125.410000', '144125.870000', '144126.330000', '144126.790000', '144127.250000', '144127.710000', '144128.170000', '144128.630000', '144129.090000', '144129.550000', '144130.010000', '144130.470000', '144130.930000', '144131.390000', '144131.850000', '144132.310000', '144132.770000', '144133.230000', '144133.690000', '144134.150000', '144134.610000', '144135.070000', '144135.530000', '144135.990000', '144136.450000', '144136.910000', '144137.370000', '144137.830000', '144138.290000', '144138.750000', '144139.210000', '144139.670000', '144140.130000', '144140.590000', '144141.050000', '144141.510000', '144141.970000', '144142.430000', '144142.890000', '144143.350000', '144143.810000', '144144.270000', '144144.730000', '144145.190000', '144145.650000', '144146.110000', '144146.570000', '144147.030000', '144147.490000', '144147.950000', '144148.410000', '144148.870000', '144149.330000', '144149.790000', '144150.250000', '144150.710000', '144151.170000', '144151.630000', '144152.090000', '144152.550000', '144153.010000', '144153.470000', '144153.930000', '144154.390000', '144154.850000', '144155.310000', '144155.770000', '144156.230000', '144156.690000', '144157.150000', '144157.610000', '144158.070000', '144158.530000', '144158.990000', '144159.450000', '144159.910000', '144200.370000', '144200.830000', '144201.290000', '144201.750000', '144202.210000', '144202.670000', '144203.130000', '144203.590000', '144204.050000', '144204.510000', '144204.970000', '144205.430000', '144205.890000', '144206.350000', '144206.810000', '144207.270000', '144207.730000', '144208.190000', '144208.650000', '144209.110000', '144209.570000', '144210.030000', '144210.490000', '144210.950000', '144211.410000', '144211.870000', '144212.330000', '144212.790000', '144213.250000', '144213.710000', '144214.170000', '144214.630000', '144215.090000', '144215.550000', '144216.010000', '144216.470000', '144216.930000', '144217.390000', '144217.850000', '144218.310000', '144218.770000', '144219.230000', '144219.690000', '144220.150000', '144220.610000', '144221.070000', '144221.530000', '144221.990000', '144222.450000', '144222.910000', '144223.370000', '144223.830000', '144224.290000', '144224.750000', '144225.210000', '144225.670000', '144226.130000', '144226.590000', '144227.050000', '144227.510000', '144227.970000', '144228.430000', '144228.890000', '144229.350000', '144229.810000', '144230.270000', '144230.730000', '144231.190000', '144231.650000', '144232.110000', '144232.570000', '144233.030000', '144233.490000', '144233.950000', '144234.410000', '144234.870000', '144235.330000', '144235.790000', '144236.250000', '144236.710000', '144237.170000', '144237.630000', '144238.090000', '144238.550000', '144239.010000', '144239.470000', '144239.930000', '144240.390000', '144240.850000', '144241.310000', '144241.770000', '144242.230000', '144242.690000', '144243.150000', '144243.610000', '144244.070000', '144244.530000', '144244.990000', '144245.450000', '144245.910000', '144246.370000', '144246.830000', '144247.290000', '144247.750000', '144248.210000', '144248.670000', '144249.130000', '144249.590000', '144250.050000', '144250.510000', '144250.970000', '144251.430000', '144251.890000', '144252.350000', '144252.810000', '144253.270000', '144253.730000', '144254.190000', '144254.650000', '144255.110000', '144255.570000', '144256.030000', '144256.490000', '144256.950000', '144257.410000', '144257.870000', '144258.330000', '144258.790000', '144259.250000', '144259.710000', '144300.170000', '144300.630000', '144301.090000', '144301.550000', '144302.010000', '144302.470000', '144302.930000', '144303.390000', '144303.850000', '144304.310000', '144304.770000', '144305.230000', '144305.690000', '144306.150000', '144306.610000', '144307.070000', '144307.530000', '144307.990000', '144308.450000', '144308.910000', '144309.370000', '144309.830000', '144310.290000', '144310.750000', '144311.210000', '144311.670000', '144312.130000', '144312.590000', '144313.050000', '144313.510000', '144313.970000', '144314.430000', '144314.890000', '144315.350000', '144315.810000', '144316.270000', '144316.730000', '144317.190000', '144317.650000', '144318.110000', '144318.570000', '144319.030000', '144319.490000', '144319.950000', '144320.410000', '144320.870000', '144321.330000', '144321.790000', '144322.250000', '144322.710000', '144323.170000', '144323.630000', '144324.090000', '144324.550000', '144325.010000', '144325.470000', '144325.930000', '144326.390000', '144326.850000', '144327.310000', '144327.770000', '144328.230000', '144328.690000', '144329.150000', '144329.610000', '144330.070000', '144330.530000', '144330.990000', '144331.450000', '144331.910000', '144332.370000', '144332.830000', '144333.290000', '144333.750000', '144334.210000', '144334.670000', '144335.130000', '144335.590000', '144336.050000', '144336.510000', '144336.970000', '144337.430000', '144337.890000', '144338.350000', '144338.810000', '144339.270000', '144339.730000', '144340.190000', '144340.650000', '144341.110000', '144341.570000', '144342.030000', '144342.490000', '144342.950000', '144343.410000', '144343.870000', '144344.330000', '144344.790000', '144345.250000', '144345.710000', '144346.170000', '144346.630000', '144347.090000', '144347.550000', '144348.010000', '144348.470000', '144348.930000', '144349.390000', '144349.850000', '144350.310000', '144350.770000', '144351.230000', '144351.690000', '144352.150000', '144352.610000', '144353.070000', '144353.530000', '144353.990000', '144354.450000', '144354.910000', '144355.370000', '144355.830000', '144356.290000', '144356.750000', '144357.210000', '144357.670000', '144358.130000', '144358.590000', '144359.050000', '144359.510000', '144359.970000', '144400.430000', '144400.890000', '144401.350000', '144401.810000', '144402.270000', '144402.730000', '144403.190000', '144403.650000', '144404.110000', '144404.570000', '144405.030000', '144405.490000', '144405.950000', '144406.410000', '144406.870000', '144407.330000', '144407.790000', '144408.250000', '144408.710000', '144409.170000', '144409.630000', '144410.090000', '144410.550000', '144411.010000', '144411.470000', '144411.930000', '144412.390000', '144412.850000', '144413.310000', '144413.770000', '144414.230000', '144414.690000', '144415.150000', '144415.610000', '144416.070000', '144416.530000', '144416.990000', '144417.450000', '144417.910000', '144418.370000', '144418.830000', '144419.290000', '144419.750000', '144420.210000', '144420.670000', '144421.130000', '144421.590000', '144422.050000', '144422.510000', '144422.970000', '144423.430000', '144423.890000', '144424.350000', '144424.810000', '144425.270000', '144425.730000', '144426.190000', '144426.650000', '144427.110000', '144427.570000', '144428.030000', '144428.490000', '144428.950000', '144429.410000', '144429.870000', '144430.330000', '144430.790000', '144431.250000', '144431.710000', '144432.170000', '144432.630000', '144433.090000', '144433.550000', '144434.010000', '144434.470000', '144434.930000', '144435.390000', '144435.850000', '144436.310000', '144436.770000', '144437.230000', '144437.690000', '144438.150000', '144438.610000', '144439.070000', '144439.530000', '144439.990000', '144440.450000', '144440.910000', '144441.370000', '144441.830000', '144442.290000', '144442.750000', '144443.210000', '144443.670000', '144444.130000', '144444.590000', '144445.050000', '144445.510000', '144445.970000', '144446.430000', '144446.890000', '144447.350000', '144447.810000', '144448.270000', '144448.730000', '144449.190000', '144449.650000', '144450.110000', '144450.570000', '144451.030000', '144451.490000', '144451.950000', '144452.410000', '144452.870000', '144453.330000', '144453.790000', '144454.250000', '144454.710000', '144455.170000', '144455.630000', '144456.090000', '144456.550000', '144457.010000', '144457.470000', '144457.930000', '144458.390000', '144458.850000', '144459.310000', '144459.770000', '144500.230000', '144500.690000', '144501.150000', '144501.610000', '144502.070000', '144502.530000', '144502.990000', '144503.450000', '144503.910000', '144504.370000', '144504.830000', '144505.290000', '144505.750000', '144506.210000', '144506.670000', '144507.130000', '144507.590000', '144508.050000', '144508.510000', '144508.970000', '144509.430000', '144509.890000', '144510.350000', '144510.810000', '144511.270000', '144511.730000', '144512.190000', '144512.650000', '144513.110000', '144513.570000', '144514.030000', '144514.490000', '144514.950000', '144515.410000', '144515.870000', '144516.330000', '144516.790000', '144517.250000', '144517.710000', '144518.170000', '144518.630000', '144519.090000', '144519.550000', '144520.010000', '144520.470000', '144520.930000', '144521.390000', '144521.850000', '144522.310000', '144522.770000', '144523.230000', '144523.690000', '144524.150000', '144524.610000', '144525.070000', '144525.530000', '144525.990000', '144526.450000', '144526.910000', '144527.370000', '144527.830000', '144528.290000', '144528.750000', '144529.210000', '144529.670000', '144530.130000', '144530.590000', '144531.050000', '144531.510000', '144531.970000', '144532.430000', '144532.890000', '144533.350000', '144533.810000', '144534.270000', '144534.730000', '144535.190000', '144535.650000', '144536.110000', '144536.570000', '144537.030000', '144537.490000', '144537.950000', '144538.410000', '144538.870000', '144539.330000', '144539.790000', '144540.250000', '144540.710000', '144541.170000', '144541.630000', '144542.090000', '144542.550000', '144543.010000', '144543.470000', '144543.930000', '144544.390000', '144544.850000', '144545.310000', '144545.770000', '144546.230000', '144546.690000', '144547.150000', '144547.610000', '144548.070000', '144548.530000', '144548.990000', '144549.450000', '144549.910000', '144550.370000', '144550.830000', '144551.290000', '144551.750000', '144552.210000', '144552.670000', '144553.130000', '144553.590000', '144554.050000', '144554.510000', '144554.970000', '144555.430000', '144555.890000', '144556.350000', '144556.810000', '144557.270000', '144557.730000', '144558.190000', '144558.650000', '144559.110000', '144559.570000', '144600.030000', '144600.490000', '144600.950000', '144601.410000', '144601.870000', '144602.330000', '144602.790000', '144603.250000', '144603.710000', '144604.170000', '144604.630000', '144605.090000', '144605.550000', '144606.010000', '144606.470000', '144606.930000', '144607.390000', '144607.850000', '144608.310000', '144608.770000', '144609.230000', '144609.690000', '144610.150000', '144610.610000', '144611.070000', '144611.530000', '144611.990000', '144612.450000', '144612.910000', '144613.370000', '144613.830000', '144614.290000', '144614.750000', '144615.210000', '144615.670000', '144616.130000', '144616.590000', '144617.050000', '144617.510000', '144617.970000', '144618.430000', '144618.890000', '144619.350000', '144619.810000', '144620.270000', '144620.730000'], 'ContentTime': ['143947.550000', '143947.553000', '143947.556000', '143947.559000', '143947.561000', '143947.564000', '143947.567000', '143947.569000', '143947.572000', '143947.574000', '143947.577000', '143947.580000', '143947.582000', '143947.589000', '144007.524000', '144007.527000', '144007.530000', '144007.533000', '144007.535000', '144007.538000', '144007.540000', '144007.543000', '144007.546000', '144007.548000', '144007.551000', '144007.553000', '144007.559000', '144007.562000', '144007.565000', '144007.567000', '144007.570000', '144007.572000', '144007.575000', '144007.577000', '144007.580000', '144007.583000', '144007.585000', '144007.588000', '144007.590000', '144007.593000', '144007.595000', '144007.598000', '144007.601000', '144007.603000', '144007.606000', '144007.609000', '144007.611000', '144007.614000', '144007.616000', '144007.619000', '144007.624000', '144007.626000', '144007.629000', '144007.632000', '144007.634000', '144007.637000', '144007.639000', '144027.525000', '144027.527000', '144027.530000', '144027.532000', '144027.535000', '144027.538000', '144027.540000', '144027.543000', '144027.545000', '144027.548000', '144027.551000', '144027.553000', '144027.567000', '144027.570000', '144027.572000', '144027.575000', '144027.578000', '144027.580000', '144027.583000', '144027.585000', '144027.588000', '144027.590000', '144027.593000', '144027.596000', '144027.598000', '144027.601000', '144027.604000', '144027.606000', '144027.609000', '144027.611000', '144027.614000', '144027.617000', '144027.619000', '144027.622000', '144027.624000', '144027.627000', '144027.629000', '144027.632000', '144027.635000', '144027.637000', '144027.640000', '144027.643000', '144027.645000', '144047.524000', '144047.527000', '144047.530000', '144047.532000', '144047.535000', '144047.541000', '144047.544000', '144047.547000', '144047.549000', '144047.552000', '144047.554000', '144047.557000', '144047.559000', '144047.562000', '144047.565000', '144047.567000', '144047.570000', '144047.572000', '144047.575000', '144047.578000', '144047.580000', '144047.583000', '144047.585000', '144047.588000', '144047.590000', '144047.593000', '144047.596000', '144047.598000', '144047.601000', '144047.604000', '144047.606000', '144047.609000', '144047.611000', '144047.614000', '144047.617000', '144047.619000', '144047.622000', '144047.625000', '144047.627000', '144047.630000', '144047.632000', '144047.635000', '144047.637000', '144047.640000', '144107.523000', '144107.527000', '144107.530000', '144107.533000', '144107.536000', '144107.538000', '144107.541000', '144107.544000', '144107.546000', '144107.549000', '144107.551000', '144107.554000', '144107.557000', '144107.559000', '144107.562000', '144107.565000', '144107.567000', '144107.570000', '144107.573000', '144107.575000', '144107.578000', '144107.581000', '144107.583000', '144107.586000', '144107.588000', '144107.591000', '144107.594000', '144107.596000', '144107.599000', '144107.602000', '144107.604000', '144107.607000', '144107.609000', '144107.612000', '144107.615000', '144107.617000', '144107.620000', '144107.622000', '144107.625000', '144107.628000', '144107.630000', '144107.633000', '144107.635000', '144107.638000', '144127.523000', '144127.526000', '144127.529000', '144127.532000', '144127.534000', '144127.537000', '144127.539000', '144127.542000', '144127.545000', '144127.547000', '144127.550000', '144127.553000', '144127.555000', '144127.558000', '144127.560000', '144127.563000', '144127.566000', '144127.568000', '144127.571000', '144127.574000', '144127.576000', '144127.579000', '144127.582000', '144127.584000', '144127.587000', '144127.589000', '144127.592000', '144127.595000', '144127.597000', '144127.600000', '144127.603000', '144127.605000', '144127.608000', '144127.610000', '144127.640000', '144127.643000', '144127.645000', '144127.648000', '144127.650000', '144127.653000', '144127.656000', '144127.658000', '144127.661000', '144147.523000', '144147.526000', '144147.529000', '144147.531000', '144147.534000', '144147.536000', '144147.539000', '144147.542000', '144147.544000', '144147.547000', '144147.549000', '144147.552000', '144147.555000', '144147.557000', '144147.560000', '144147.562000', '144147.565000', '144147.568000', '144147.570000', '144147.573000', '144147.575000', '144147.578000', '144147.581000', '144147.583000', '144147.586000', '144147.588000', '144147.591000', '144147.593000', '144147.596000', '144147.599000', '144147.601000', '144147.604000', '144147.607000', '144147.609000', '144147.612000', '144147.614000', '144147.617000', '144147.619000', '144147.622000', '144147.625000', '144147.627000', '144147.630000', '144147.632000', '144147.635000', '144207.524000', '144207.526000', '144207.529000', '144207.532000', '144207.534000', '144207.537000', '144207.539000', '144207.542000', '144207.545000', '144207.547000', '144207.550000', '144207.553000', '144207.555000', '144207.558000', '144207.560000', '144207.563000', '144207.566000', '144207.568000', '144207.571000', '144207.574000', '144207.576000', '144207.579000', '144207.593000', '144207.596000', '144207.599000', '144207.602000', '144207.604000', '144207.607000', '144207.610000', '144207.612000', '144207.615000', '144207.618000', '144207.620000', '144207.623000', '144207.626000', '144207.628000', '144207.631000', '144207.633000', '144207.636000', '144207.639000', '144207.641000', '144207.644000', '144207.646000', '144227.524000', '144227.527000', '144227.530000', '144227.533000', '144227.535000', '144227.538000', '144227.543000', '144227.545000', '144227.548000', '144227.551000', '144227.553000', '144227.556000', '144227.558000', '144227.561000', '144227.564000', '144227.570000', '144227.572000', '144227.575000', '144227.578000', '144227.580000', '144227.583000', '144227.585000', '144227.588000', '144227.591000', '144227.593000', '144227.596000', '144227.598000', '144227.601000', '144227.604000', '144227.606000', '144227.609000', '144227.611000', '144227.614000', '144227.617000', '144227.619000', '144227.622000', '144227.625000', '144227.627000', '144227.630000', '144227.633000', '144227.635000', '144227.638000', '144227.640000', '144227.643000', '144247.524000', '144247.527000', '144247.530000', '144247.533000', '144247.535000', '144247.538000', '144247.541000', '144247.543000', '144247.546000', '144247.549000', '144247.551000', '144247.554000', '144247.557000', '144247.559000', '144247.562000', '144247.564000', '144247.567000', '144247.570000', '144247.572000', '144247.575000', '144247.578000', '144247.580000', '144247.583000', '144247.585000', '144247.588000', '144247.591000', '144247.593000', '144247.596000', '144247.598000', '144247.601000', '144247.604000', '144247.606000', '144247.609000', '144247.611000', '144247.614000', '144247.617000', '144247.619000', '144247.622000', '144247.624000', '144247.627000', '144247.630000', '144247.632000', '144247.635000', '144307.524000', '144307.527000', '144307.530000', '144307.533000', '144307.535000', '144307.538000', '144307.540000', '144307.543000', '144307.546000', '144307.548000', '144307.551000', '144307.554000', '144307.557000', '144307.559000', '144307.562000', '144307.565000', '144307.568000', '144307.570000', '144307.573000', '144307.576000', '144307.578000', '144307.581000', '144307.583000', '144307.586000', '144307.589000', '144307.591000', '144307.594000', '144307.596000', '144307.599000', '144307.602000', '144307.604000', '144307.607000', '144307.609000', '144307.612000', '144307.615000', '144307.617000', '144307.620000', '144307.623000', '144307.625000', '144307.628000', '144307.630000', '144307.633000', '144307.636000', '144327.524000', '144327.526000', '144327.529000', '144327.532000', '144327.534000', '144327.537000', '144327.540000', '144327.542000', '144327.545000', '144327.548000', '144327.550000', '144327.553000', '144327.555000', '144327.558000', '144327.561000', '144327.564000', '144327.566000', '144327.569000', '144327.572000', '144327.574000', '144327.577000', '144327.580000', '144327.582000', '144327.585000', '144327.587000', '144327.590000', '144327.593000', '144327.595000', '144327.598000', '144327.601000', '144327.603000', '144327.606000', '144327.609000', '144327.611000', '144327.614000', '144327.617000', '144327.619000', '144327.622000', '144327.624000', '144327.627000', '144327.630000', '144327.632000', '144327.635000', '144327.637000', '144347.524000', '144347.526000', '144347.529000', '144347.532000', '144347.534000', '144347.537000', '144347.539000', '144347.542000', '144347.545000', '144347.548000', '144347.551000', '144347.554000', '144347.557000', '144347.559000', '144347.562000', '144347.565000', '144347.567000', '144347.570000', '144347.572000', '144347.575000', '144347.582000', '144347.584000', '144347.587000', '144347.590000', '144347.592000', '144347.595000', '144347.597000', '144347.600000', '144347.603000', '144347.607000', '144347.609000', '144347.612000', '144347.615000', '144347.617000', '144347.620000', '144347.623000', '144347.625000', '144347.628000', '144347.631000', '144347.633000', '144347.636000', '144347.639000', '144347.641000', '144407.524000', '144407.526000', '144407.529000', '144407.532000', '144407.535000', '144407.538000', '144407.540000', '144407.543000', '144407.546000', '144407.548000', '144407.551000', '144407.553000', '144407.556000', '144407.559000', '144407.561000', '144407.564000', '144407.567000', '144407.569000', '144407.572000', '144407.575000', '144407.577000', '144407.580000', '144407.583000', '144407.585000', '144407.588000', '144407.591000', '144407.593000', '144407.596000', '144407.599000', '144407.601000', '144407.604000', '144407.607000', '144407.609000', '144407.612000', '144407.614000', '144407.617000', '144407.620000', '144407.623000', '144407.625000', '144407.628000', '144407.631000', '144407.633000', '144407.636000', '144407.638000', '144427.523000', '144427.526000', '144427.529000', '144427.532000', '144427.534000', '144427.537000', '144427.540000', '144427.542000', '144427.545000', '144427.547000', '144427.550000', '144427.553000', '144427.555000', '144427.558000', '144427.560000', '144427.563000', '144427.566000', '144427.568000', '144427.571000', '144427.574000', '144427.576000', '144427.579000', '144427.582000', '144427.586000', '144427.589000', '144427.591000', '144427.594000', '144427.597000', '144427.599000', '144427.602000', '144427.605000', '144427.607000', '144427.610000', '144427.612000', '144427.615000', '144427.618000', '144427.620000', '144427.623000', '144427.625000', '144427.628000', '144427.631000', '144427.633000', '144427.636000', '144447.525000', '144447.528000', '144447.530000', '144447.533000', '144447.536000', '144447.538000', '144447.541000', '144447.543000', '144447.546000', '144447.549000', '144447.551000', '144447.554000', '144447.556000', '144447.559000', '144447.562000', '144447.565000', '144447.567000', '144447.570000', '144447.572000', '144447.575000', '144447.578000', '144447.580000', '144447.583000', '144447.586000', '144447.588000', '144447.591000', '144447.593000', '144447.596000', '144447.599000', '144447.601000', '144447.604000', '144447.607000', '144447.609000', '144447.612000', '144447.615000', '144447.617000', '144447.620000', '144447.622000', '144447.625000', '144447.627000', '144447.630000', '144447.633000', '144447.635000', '144447.638000', '144507.524000', '144507.527000', '144507.530000', '144507.533000', '144507.535000', '144507.538000', '144507.541000', '144507.543000', '144507.546000', '144507.549000', '144507.551000', '144507.554000', '144507.557000', '144507.559000', '144507.562000', '144507.565000', '144507.567000', '144507.570000', '144507.573000', '144507.576000', '144507.579000', '144507.582000', '144507.584000', '144507.587000', '144507.590000', '144507.601000', '144507.603000', '144507.606000', '144507.617000', '144507.620000', '144507.622000', '144507.625000', '144507.628000', '144507.630000', '144507.633000', '144507.636000', '144507.638000', '144507.641000', '144507.644000', '144507.648000', '144507.650000', '144507.653000', '144507.656000', '144527.524000', '144527.527000', '144527.530000', '144527.533000', '144527.536000', '144527.538000', '144527.541000', '144527.544000', '144527.546000', '144527.549000', '144527.551000', '144527.554000', '144527.557000', '144527.559000', '144527.562000', '144527.565000', '144527.567000', '144527.570000', '144527.572000', '144527.575000', '144527.578000', '144527.580000', '144527.583000', '144527.585000', '144527.588000', '144527.591000', '144527.593000', '144527.596000', '144527.599000', '144527.601000', '144527.604000', '144527.606000', '144527.609000', '144527.612000', '144527.614000', '144527.617000', '144527.620000', '144527.622000', '144527.625000', '144527.627000', '144527.630000', '144527.633000', '144527.635000', '144527.638000', '144547.523000', '144547.526000', '144547.529000', '144547.532000', '144547.534000', '144547.537000', '144547.539000', '144547.542000', '144547.545000', '144547.547000', '144547.550000', '144547.552000', '144547.555000', '144547.558000', '144547.560000', '144547.563000', '144547.566000', '144547.568000', '144547.572000', '144547.575000', '144547.578000', '144547.580000', '144547.583000', '144547.585000', '144547.588000', '144547.591000', '144547.593000', '144547.596000', '144547.599000', '144547.601000', '144547.604000', '144547.606000', '144547.609000', '144547.612000', '144547.614000', '144547.617000', '144547.619000', '144547.622000', '144547.625000', '144547.627000', '144547.630000', '144547.632000', '144547.635000', '144607.524000', '144607.527000', '144607.529000', '144607.532000', '144607.535000', '144607.537000', '144607.540000', '144607.542000', '144607.545000', '144607.548000', '144607.550000', '144607.553000', '144607.556000', '144607.558000', '144607.561000', '144607.563000', '144607.566000', '144607.569000', '144607.571000', '144607.574000', '144607.577000', '144607.579000', '144607.582000', '144607.584000', '144607.587000', '144607.590000', '144607.593000', '144607.595000', '144607.598000', '144607.601000', '144607.603000', '144607.606000', '144607.609000', '144607.611000', '144607.614000', '144607.616000', '144607.619000', '144607.622000', '144607.624000', '144607.627000', '144607.630000', '144607.632000', '144607.635000', '144607.637000', '144622.094000', '144622.097000', '144622.100000', '144622.103000', '144622.106000', '144622.109000', '144622.111000', '144622.114000', '144622.117000', '144622.120000', '144622.123000', '144622.126000', '144622.129000', '144622.132000', '144622.135000', '144622.137000', '144622.140000', '144622.143000', '144622.146000', '144622.149000', '144622.152000', '144622.155000', '144622.158000', '144622.161000', '144622.163000', '144622.179000', '144622.182000', '144622.185000', '144622.188000', '144622.191000', '144622.194000', '144622.197000'], 'InstanceCreationTime': ['143947.550000', '143947.553000', '143947.556000', '143947.559000', '143947.561000', '143947.564000', '143947.567000', '143947.569000', '143947.572000', '143947.574000', '143947.577000', '143947.580000', '143947.582000', '143947.589000', '144007.524000', '144007.527000', '144007.530000', '144007.533000', '144007.535000', '144007.538000', '144007.540000', '144007.543000', '144007.546000', '144007.548000', '144007.551000', '144007.553000', '144007.559000', '144007.562000', '144007.565000', '144007.567000', '144007.570000', '144007.572000', '144007.575000', '144007.577000', '144007.580000', '144007.583000', '144007.585000', '144007.588000', '144007.590000', '144007.593000', '144007.595000', '144007.598000', '144007.601000', '144007.603000', '144007.606000', '144007.609000', '144007.611000', '144007.614000', '144007.616000', '144007.619000', '144007.624000', '144007.626000', '144007.629000', '144007.632000', '144007.634000', '144007.637000', '144007.639000', '144027.525000', '144027.527000', '144027.530000', '144027.532000', '144027.535000', '144027.538000', '144027.540000', '144027.543000', '144027.545000', '144027.548000', '144027.551000', '144027.553000', '144027.567000', '144027.570000', '144027.572000', '144027.575000', '144027.578000', '144027.580000', '144027.583000', '144027.585000', '144027.588000', '144027.590000', '144027.593000', '144027.596000', '144027.598000', '144027.601000', '144027.604000', '144027.606000', '144027.609000', '144027.611000', '144027.614000', '144027.617000', '144027.619000', '144027.622000', '144027.624000', '144027.627000', '144027.629000', '144027.632000', '144027.635000', '144027.637000', '144027.640000', '144027.643000', '144027.645000', '144047.524000', '144047.527000', '144047.530000', '144047.532000', '144047.535000', '144047.541000', '144047.544000', '144047.547000', '144047.549000', '144047.552000', '144047.554000', '144047.557000', '144047.559000', '144047.562000', '144047.565000', '144047.567000', '144047.570000', '144047.572000', '144047.575000', '144047.578000', '144047.580000', '144047.583000', '144047.585000', '144047.588000', '144047.590000', '144047.593000', '144047.596000', '144047.598000', '144047.601000', '144047.604000', '144047.606000', '144047.609000', '144047.611000', '144047.614000', '144047.617000', '144047.619000', '144047.622000', '144047.625000', '144047.627000', '144047.630000', '144047.632000', '144047.635000', '144047.637000', '144047.640000', '144107.523000', '144107.527000', '144107.530000', '144107.533000', '144107.536000', '144107.538000', '144107.541000', '144107.544000', '144107.546000', '144107.549000', '144107.551000', '144107.554000', '144107.557000', '144107.559000', '144107.562000', '144107.565000', '144107.567000', '144107.570000', '144107.573000', '144107.575000', '144107.578000', '144107.581000', '144107.583000', '144107.586000', '144107.588000', '144107.591000', '144107.594000', '144107.596000', '144107.599000', '144107.602000', '144107.604000', '144107.607000', '144107.609000', '144107.612000', '144107.615000', '144107.617000', '144107.620000', '144107.622000', '144107.625000', '144107.628000', '144107.630000', '144107.633000', '144107.635000', '144107.638000', '144127.523000', '144127.526000', '144127.529000', '144127.532000', '144127.534000', '144127.537000', '144127.539000', '144127.542000', '144127.545000', '144127.547000', '144127.550000', '144127.553000', '144127.555000', '144127.558000', '144127.560000', '144127.563000', '144127.566000', '144127.568000', '144127.571000', '144127.574000', '144127.576000', '144127.579000', '144127.582000', '144127.584000', '144127.587000', '144127.589000', '144127.592000', '144127.595000', '144127.597000', '144127.600000', '144127.603000', '144127.605000', '144127.608000', '144127.610000', '144127.640000', '144127.643000', '144127.645000', '144127.648000', '144127.650000', '144127.653000', '144127.656000', '144127.658000', '144127.661000', '144147.523000', '144147.526000', '144147.529000', '144147.531000', '144147.534000', '144147.536000', '144147.539000', '144147.542000', '144147.544000', '144147.547000', '144147.549000', '144147.552000', '144147.555000', '144147.557000', '144147.560000', '144147.562000', '144147.565000', '144147.568000', '144147.570000', '144147.573000', '144147.575000', '144147.578000', '144147.581000', '144147.583000', '144147.586000', '144147.588000', '144147.591000', '144147.593000', '144147.596000', '144147.599000', '144147.601000', '144147.604000', '144147.607000', '144147.609000', '144147.612000', '144147.614000', '144147.617000', '144147.619000', '144147.622000', '144147.625000', '144147.627000', '144147.630000', '144147.632000', '144147.635000', '144207.524000', '144207.526000', '144207.529000', '144207.532000', '144207.534000', '144207.537000', '144207.539000', '144207.542000', '144207.545000', '144207.547000', '144207.550000', '144207.553000', '144207.555000', '144207.558000', '144207.560000', '144207.563000', '144207.566000', '144207.568000', '144207.571000', '144207.574000', '144207.576000', '144207.579000', '144207.593000', '144207.596000', '144207.599000', '144207.602000', '144207.604000', '144207.607000', '144207.610000', '144207.612000', '144207.615000', '144207.618000', '144207.620000', '144207.623000', '144207.626000', '144207.628000', '144207.631000', '144207.633000', '144207.636000', '144207.639000', '144207.641000', '144207.644000', '144207.646000', '144227.524000', '144227.527000', '144227.530000', '144227.533000', '144227.535000', '144227.538000', '144227.543000', '144227.545000', '144227.548000', '144227.551000', '144227.553000', '144227.556000', '144227.558000', '144227.561000', '144227.564000', '144227.570000', '144227.572000', '144227.575000', '144227.578000', '144227.580000', '144227.583000', '144227.585000', '144227.588000', '144227.591000', '144227.593000', '144227.596000', '144227.598000', '144227.601000', '144227.604000', '144227.606000', '144227.609000', '144227.611000', '144227.614000', '144227.617000', '144227.619000', '144227.622000', '144227.625000', '144227.627000', '144227.630000', '144227.633000', '144227.635000', '144227.638000', '144227.640000', '144227.643000', '144247.524000', '144247.527000', '144247.530000', '144247.533000', '144247.535000', '144247.538000', '144247.541000', '144247.543000', '144247.546000', '144247.549000', '144247.551000', '144247.554000', '144247.557000', '144247.559000', '144247.562000', '144247.564000', '144247.567000', '144247.570000', '144247.572000', '144247.575000', '144247.578000', '144247.580000', '144247.583000', '144247.585000', '144247.588000', '144247.591000', '144247.593000', '144247.596000', '144247.598000', '144247.601000', '144247.604000', '144247.606000', '144247.609000', '144247.611000', '144247.614000', '144247.617000', '144247.619000', '144247.622000', '144247.624000', '144247.627000', '144247.630000', '144247.632000', '144247.635000', '144307.524000', '144307.527000', '144307.530000', '144307.533000', '144307.535000', '144307.538000', '144307.540000', '144307.543000', '144307.546000', '144307.548000', '144307.551000', '144307.554000', '144307.557000', '144307.559000', '144307.562000', '144307.565000', '144307.568000', '144307.570000', '144307.573000', '144307.576000', '144307.578000', '144307.581000', '144307.583000', '144307.586000', '144307.589000', '144307.591000', '144307.594000', '144307.596000', '144307.599000', '144307.602000', '144307.604000', '144307.607000', '144307.609000', '144307.612000', '144307.615000', '144307.617000', '144307.620000', '144307.623000', '144307.625000', '144307.628000', '144307.630000', '144307.633000', '144307.636000', '144327.524000', '144327.526000', '144327.529000', '144327.532000', '144327.534000', '144327.537000', '144327.540000', '144327.542000', '144327.545000', '144327.548000', '144327.550000', '144327.553000', '144327.555000', '144327.558000', '144327.561000', '144327.564000', '144327.566000', '144327.569000', '144327.572000', '144327.574000', '144327.577000', '144327.580000', '144327.582000', '144327.585000', '144327.587000', '144327.590000', '144327.593000', '144327.595000', '144327.598000', '144327.601000', '144327.603000', '144327.606000', '144327.609000', '144327.611000', '144327.614000', '144327.617000', '144327.619000', '144327.622000', '144327.624000', '144327.627000', '144327.630000', '144327.632000', '144327.635000', '144327.637000', '144347.524000', '144347.526000', '144347.529000', '144347.532000', '144347.534000', '144347.537000', '144347.539000', '144347.542000', '144347.545000', '144347.548000', '144347.551000', '144347.554000', '144347.557000', '144347.559000', '144347.562000', '144347.565000', '144347.567000', '144347.570000', '144347.572000', '144347.575000', '144347.582000', '144347.584000', '144347.587000', '144347.590000', '144347.592000', '144347.595000', '144347.597000', '144347.600000', '144347.603000', '144347.607000', '144347.609000', '144347.612000', '144347.615000', '144347.617000', '144347.620000', '144347.623000', '144347.625000', '144347.628000', '144347.631000', '144347.633000', '144347.636000', '144347.639000', '144347.641000', '144407.524000', '144407.526000', '144407.529000', '144407.532000', '144407.535000', '144407.538000', '144407.540000', '144407.543000', '144407.546000', '144407.548000', '144407.551000', '144407.553000', '144407.556000', '144407.559000', '144407.561000', '144407.564000', '144407.567000', '144407.569000', '144407.572000', '144407.575000', '144407.577000', '144407.580000', '144407.583000', '144407.585000', '144407.588000', '144407.591000', '144407.593000', '144407.596000', '144407.599000', '144407.601000', '144407.604000', '144407.607000', '144407.609000', '144407.612000', '144407.614000', '144407.617000', '144407.620000', '144407.623000', '144407.625000', '144407.628000', '144407.631000', '144407.633000', '144407.636000', '144407.638000', '144427.523000', '144427.526000', '144427.529000', '144427.532000', '144427.534000', '144427.537000', '144427.540000', '144427.542000', '144427.545000', '144427.547000', '144427.550000', '144427.553000', '144427.555000', '144427.558000', '144427.560000', '144427.563000', '144427.566000', '144427.568000', '144427.571000', '144427.574000', '144427.576000', '144427.579000', '144427.582000', '144427.586000', '144427.589000', '144427.591000', '144427.594000', '144427.597000', '144427.599000', '144427.602000', '144427.605000', '144427.607000', '144427.610000', '144427.612000', '144427.615000', '144427.618000', '144427.620000', '144427.623000', '144427.625000', '144427.628000', '144427.631000', '144427.633000', '144427.636000', '144447.525000', '144447.528000', '144447.530000', '144447.533000', '144447.536000', '144447.538000', '144447.541000', '144447.543000', '144447.546000', '144447.549000', '144447.551000', '144447.554000', '144447.556000', '144447.559000', '144447.562000', '144447.565000', '144447.567000', '144447.570000', '144447.572000', '144447.575000', '144447.578000', '144447.580000', '144447.583000', '144447.586000', '144447.588000', '144447.591000', '144447.593000', '144447.596000', '144447.599000', '144447.601000', '144447.604000', '144447.607000', '144447.609000', '144447.612000', '144447.615000', '144447.617000', '144447.620000', '144447.622000', '144447.625000', '144447.627000', '144447.630000', '144447.633000', '144447.635000', '144447.638000', '144507.524000', '144507.527000', '144507.530000', '144507.533000', '144507.535000', '144507.538000', '144507.541000', '144507.543000', '144507.546000', '144507.549000', '144507.551000', '144507.554000', '144507.557000', '144507.559000', '144507.562000', '144507.565000', '144507.567000', '144507.570000', '144507.573000', '144507.576000', '144507.579000', '144507.582000', '144507.584000', '144507.587000', '144507.590000', '144507.601000', '144507.603000', '144507.606000', '144507.617000', '144507.620000', '144507.622000', '144507.625000', '144507.628000', '144507.630000', '144507.633000', '144507.636000', '144507.638000', '144507.641000', '144507.644000', '144507.648000', '144507.650000', '144507.653000', '144507.656000', '144527.524000', '144527.527000', '144527.530000', '144527.533000', '144527.536000', '144527.538000', '144527.541000', '144527.544000', '144527.546000', '144527.549000', '144527.551000', '144527.554000', '144527.557000', '144527.559000', '144527.562000', '144527.565000', '144527.567000', '144527.570000', '144527.572000', '144527.575000', '144527.578000', '144527.580000', '144527.583000', '144527.585000', '144527.588000', '144527.591000', '144527.593000', '144527.596000', '144527.599000', '144527.601000', '144527.604000', '144527.606000', '144527.609000', '144527.612000', '144527.614000', '144527.617000', '144527.620000', '144527.622000', '144527.625000', '144527.627000', '144527.630000', '144527.633000', '144527.635000', '144527.638000', '144547.523000', '144547.526000', '144547.529000', '144547.532000', '144547.534000', '144547.537000', '144547.539000', '144547.542000', '144547.545000', '144547.547000', '144547.550000', '144547.552000', '144547.555000', '144547.558000', '144547.560000', '144547.563000', '144547.566000', '144547.568000', '144547.572000', '144547.575000', '144547.578000', '144547.580000', '144547.583000', '144547.585000', '144547.588000', '144547.591000', '144547.593000', '144547.596000', '144547.599000', '144547.601000', '144547.604000', '144547.606000', '144547.609000', '144547.612000', '144547.614000', '144547.617000', '144547.619000', '144547.622000', '144547.625000', '144547.627000', '144547.630000', '144547.632000', '144547.635000', '144607.524000', '144607.527000', '144607.529000', '144607.532000', '144607.535000', '144607.537000', '144607.540000', '144607.542000', '144607.545000', '144607.548000', '144607.550000', '144607.553000', '144607.556000', '144607.558000', '144607.561000', '144607.563000', '144607.566000', '144607.569000', '144607.571000', '144607.574000', '144607.577000', '144607.579000', '144607.582000', '144607.584000', '144607.587000', '144607.590000', '144607.593000', '144607.595000', '144607.598000', '144607.601000', '144607.603000', '144607.606000', '144607.609000', '144607.611000', '144607.614000', '144607.616000', '144607.619000', '144607.622000', '144607.624000', '144607.627000', '144607.630000', '144607.632000', '144607.635000', '144607.637000', '144622.094000', '144622.097000', '144622.100000', '144622.103000', '144622.106000', '144622.109000', '144622.111000', '144622.114000', '144622.117000', '144622.120000', '144622.123000', '144622.126000', '144622.129000', '144622.132000', '144622.135000', '144622.137000', '144622.140000', '144622.143000', '144622.146000', '144622.149000', '144622.152000', '144622.155000', '144622.158000', '144622.161000', '144622.163000', '144622.179000', '144622.182000', '144622.185000', '144622.188000', '144622.191000', '144622.194000', '144622.197000'], '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': [8727, 10344, 9071, 8578, 10061, 8980, 9524, 9263, 9073, 8867, 9211, 10046, 10460, 9225, 9855, 9556, 9300, 9735, 9847, 9207, 9180, 10658, 9355, 9927, 11294, 9370, 9817, 9216, 9186, 9645, 9113, 9375, 9672, 10392, 9321, 10078, 10750, 9113, 9825, 9146, 9132, 9906, 9200, 9208, 9541, 9771, 9351, 8998, 9833, 10204, 9331, 9842, 10314, 9508, 9398, 10600, 9229, 9476, 10342, 9566, 10247, 9367, 9268, 10616, 8917, 9572, 10631, 9603, 9228, 9654, 10210, 9467, 9739, 10089, 10523, 9475, 10214, 10272, 9620, 10534, 11263, 9244, 10160, 9825, 9324, 10442, 9592, 9071, 9834, 10148, 9744, 9338, 10088, 10359, 9623, 9971, 10112, 9378, 10446, 9259, 9115, 10080, 10096, 10953, 9252, 10191, 10140, 9388, 10031, 12202, 9430, 9562, 10796, 9483, 10245, 11830, 9188, 10250, 9305, 8850, 9242, 9933, 10824, 9160, 9047, 12526, 9098, 9145, 10531, 9430, 9555, 11582, 9369, 9966, 9273, 9036, 9086, 10163, 9518, 9150, 9982, 10063, 9262, 9978, 12139, 9046, 9733, 10098, 9064, 10007, 10250, 9096, 9533, 9224, 9192, 9289, 9294, 9618, 9194, 9130, 9363, 9820, 9317, 9391, 10183, 9561, 9126, 10183, 9696, 9520, 9912, 10560, 9347, 10246, 9679, 9369, 10455, 11211, 9419, 10224, 11195, 9403, 10076, 11477, 9312, 10155, 9810, 9637, 10525, 9693, 9311, 9395, 10003, 10270, 9448, 9690, 11809, 9712, 10062, 9780, 9458, 9182, 10067, 9607, 9092, 10100, 12126, 9068, 9192, 11401, 9110, 8789, 12200, 9669, 9681, 12197, 9066, 9653, 11660, 9425, 9687, 10359, 9148, 9992, 10035, 9129, 9855, 10257, 9348, 9731, 10209, 9380, 10069, 10196, 9394, 10287, 9644, 9170, 10097, 9237, 9432, 10302, 10692, 9315, 10159, 10173, 9361, 10214, 11024, 9445, 9902, 10267, 9362, 9537, 11241, 9424, 10004, 9516, 9396, 10310, 10429, 9243, 9932, 9087, 9070, 9891, 9498, 9522, 9183, 9727, 9276, 9203, 10179, 10975, 9421, 9628, 9183, 9063, 9570, 9214, 9142, 8981, 9235, 9242, 9521, 10831, 8922, 9033, 9384, 9266, 9706, 9405, 9248, 9783, 9296, 9716, 9131, 8995, 9329, 9165, 11234, 10776, 9137, 8698, 9104, 9745, 8957, 9257, 9286, 9617, 9378, 9314, 9879, 9714, 8943, 9709, 9750, 9243, 10036, 10467, 9114, 9909, 10598, 9227, 9875, 10839, 9457, 9424, 9490, 9421, 10270, 9833, 9389, 10248, 9190, 9008, 9121, 9306, 9960, 9061, 9161, 11039, 9399, 10315, 9990, 9600, 9032, 10016, 10597, 9074, 9751, 10225, 8743, 9272, 12730, 9980, 8899, 10390, 9118, 9458, 8797, 9171, 8987, 10408, 9601, 9186, 11184, 9812, 9340, 11273, 10403, 8661, 8898, 9803, 8926, 9249, 9321, 8796, 8733, 9832, 8698, 8599, 9041, 9176, 8679, 9302, 9660, 8564, 9074, 9251, 8828, 9014, 9619, 9002, 8973, 8900, 9475, 9020, 9063, 8594, 9210, 9256, 8931, 9086, 9396, 9262, 9454, 9066, 9546, 10340, 9047, 9765, 9571, 9091, 8688, 10835, 9182, 8915, 12079, 10660, 9013, 8983, 9365, 8891, 9003, 10660, 8983, 8612, 11517, 8990, 8752, 11460, 8975, 8396, 10209, 9042, 8884, 11172, 9015, 8835, 10270, 8893, 8306, 10481, 9146, 8591, 10244, 9012, 9434, 10497, 8993, 8819, 10345, 8996, 8869, 10709, 9105, 9348, 10243, 9138, 9503, 10085, 9177, 9526, 9069, 9176, 9826, 9669, 10884, 9301, 10246, 10607, 11962, 9406, 9814, 9346, 9356, 9311, 9609, 10355, 9451, 9192, 9232, 8942, 9921, 8886, 9227, 9599, 10444, 9154, 10201, 12443, 10288, 9329, 12228, 9543, 8719, 11808, 9017, 8525, 11778, 8749, 8300, 9989, 8595, 8349, 10212, 8852, 8793, 8407, 8673, 8811, 8243, 8737, 8799, 8534, 8880, 9121, 8268, 8885, 8948, 8344, 9129, 8656, 8728, 10298, 8918, 8450, 10279, 8986, 8680, 11333, 9027, 9553, 8711, 9132, 9545, 8719, 9207, 8615, 8657, 9059, 8874, 9633, 8834, 9131, 9085, 8620, 9195, 8597, 8812, 10453, 8817, 9278, 9456, 8973, 8932, 8904, 9552, 8857, 8521, 10931, 8732, 9208, 8950, 8949, 8834, 9044, 10310, 8815, 8641, 10368, 8902, 9247, 10131, 8969, 9264, 10196, 8955, 9196, 10496, 9184, 9153, 10332, 9065, 9551, 9515, 8953, 9671, 9591, 9337, 9035, 9814, 10483, 9052, 9102, 10226, 8967, 8831, 11025, 9091, 9924, 9547, 9329, 10042, 9907, 9221, 8793, 9522, 10468, 9002, 8700, 10927, 9068, 8679, 12583, 10996, 9332, 8688, 8869, 8976, 9103, 9411, 8801, 8838, 11361, 8797, 9133, 11820, 9422, 8932, 8841, 9045, 8732, 8591, 9910, 8880, 8767, 9016, 8711, 8585, 9004, 8962, 8859, 9088, 9253, 8866, 9246, 8915, 9581, 9465, 8903, 9423, 10442, 9078, 8793, 10530, 9237, 9344, 10361, 9267, 9706, 9067, 9153, 9509, 8967, 9212, 9275, 9520, 9676, 9055, 8963, 10554, 9222, 9557, 9892, 9080, 9652, 9081, 9032, 9722, 9054, 9237, 8940, 9824, 9626, 8954, 9565, 10769, 9092, 8604, 10658, 9181, 8601, 11727, 9368, 8305, 11125, 8975, 8654, 10589, 9260, 9673, 8801, 9139, 9389, 8851, 9263, 8762, 9601, 10369, 9045, 8885, 10015, 9118, 9721, 9033, 9169, 9415, 8944, 9146, 8938, 9526, 9421, 8881, 9820, 10470, 9393, 9467, 9383, 9315, 9832, 8898, 9085, 9528, 9048, 9092, 9007, 9554, 10609, 9069, 9036, 10477, 9099, 9629, 8904, 9027, 8567, 9158, 10220, 8872, 9212, 9287, 9563, 8646, 8338, 11408, 8898, 9241, 12280, 10635, 9271, 10204, 9010, 9368, 9519, 9488, 8869, 9010, 10498, 9043, 8755, 10344, 8919, 9050, 8779, 9032, 8623, 8930, 10582, 8861, 9296, 10071, 8951, 8879, 9338, 9065, 8868, 9041, 9777, 8689, 9328, 9549, 8924, 9025, 10332, 9003, 8242, 10516, 8966, 8748, 11471, 8948, 8903, 11653, 8946, 9252, 9850, 8944, 9319, 8422, 9089, 8657, 8793, 9178, 8690, 8688, 10557, 8835, 8670, 8896, 8976, 9278, 9037, 9079, 9089, 9271, 9818, 8516, 8883, 10385, 8927, 8521, 10157, 8939, 9184, 10152, 8932, 8924, 8926, 8774, 8932, 8412, 10623, 8733, 8207, 9378, 8948, 9141, 9182, 8924, 9019, 8413, 9277, 8790, 8675, 10339, 9024, 8341, 10254, 9088, 9375, 10054, 9127, 9208, 9639, 9097, 9585, 9130, 9186, 9726, 9012], 'WindowCenter': [3904.0, 3908.0, 3886.0, 3884.0, 3892.0, 3883.0, 3881.0, 3881.0, 3882.0, 3869.0, 3881.0, 3893.0, 3891.0, 3882.0, 3893.0, 3882.0, 3882.0, 3893.0, 3893.0, 3883.0, 3883.0, 3904.0, 3884.0, 3893.0, 3903.0, 3883.0, 3893.0, 3883.0, 3883.0, 3894.0, 3883.0, 3894.0, 3894.0, 3894.0, 3894.0, 3894.0, 3904.0, 3883.0, 3893.0, 3896.0, 3895.0, 3895.0, 3894.0, 3895.0, 3895.0, 3906.0, 3896.0, 3896.0, 3906.0, 3906.0, 3896.0, 3907.0, 3907.0, 3907.0, 3896.0, 3906.0, 3897.0, 3907.0, 3906.0, 3907.0, 3906.0, 3896.0, 3897.0, 3917.0, 3897.0, 3907.0, 3918.0, 3908.0, 3907.0, 3908.0, 3918.0, 3908.0, 3908.0, 3918.0, 3917.0, 3908.0, 3907.0, 3908.0, 3908.0, 3918.0, 3918.0, 3896.0, 3906.0, 3906.0, 3896.0, 3907.0, 3897.0, 3896.0, 3906.0, 3906.0, 3906.0, 3896.0, 3906.0, 3907.0, 3907.0, 3908.0, 3918.0, 3908.0, 3916.0, 3907.0, 3896.0, 3918.0, 3907.0, 3918.0, 3897.0, 3908.0, 3906.0, 3895.0, 3906.0, 3917.0, 3896.0, 3895.0, 3906.0, 3896.0, 3907.0, 3918.0, 3897.0, 3907.0, 3896.0, 3896.0, 3895.0, 3905.0, 3906.0, 3896.0, 3885.0, 3916.0, 3885.0, 3884.0, 3904.0, 3884.0, 3894.0, 3905.0, 3894.0, 3895.0, 3894.0, 3884.0, 3885.0, 3905.0, 3895.0, 3894.0, 3895.0, 3895.0, 3896.0, 3894.0, 3915.0, 3884.0, 3893.0, 3893.0, 3883.0, 3892.0, 3893.0, 3883.0, 3882.0, 3882.0, 3882.0, 3881.0, 3882.0, 3893.0, 3882.0, 3882.0, 3883.0, 3893.0, 3894.0, 3895.0, 3904.0, 3895.0, 3896.0, 3906.0, 3906.0, 3896.0, 3906.0, 3907.0, 3896.0, 3907.0, 3907.0, 3897.0, 3917.0, 3917.0, 3896.0, 3906.0, 3915.0, 3896.0, 3904.0, 3917.0, 3894.0, 3904.0, 3906.0, 3895.0, 3906.0, 3905.0, 3896.0, 3897.0, 3907.0, 3907.0, 3908.0, 3907.0, 3918.0, 3908.0, 3908.0, 3907.0, 3906.0, 3897.0, 3907.0, 3896.0, 3897.0, 3907.0, 3917.0, 3886.0, 3895.0, 3906.0, 3885.0, 3884.0, 3915.0, 3894.0, 3883.0, 3902.0, 3882.0, 3882.0, 3902.0, 3882.0, 3880.0, 3890.0, 3880.0, 3890.0, 3891.0, 3893.0, 3892.0, 3892.0, 3893.0, 3893.0, 3894.0, 3894.0, 3894.0, 3903.0, 3895.0, 3905.0, 3896.0, 3895.0, 3906.0, 3896.0, 3896.0, 3906.0, 3906.0, 3895.0, 3905.0, 3905.0, 3896.0, 3905.0, 3906.0, 3895.0, 3895.0, 3904.0, 3895.0, 3894.0, 3904.0, 3894.0, 3894.0, 3894.0, 3894.0, 3904.0, 3905.0, 3895.0, 3905.0, 3894.0, 3895.0, 3905.0, 3895.0, 3895.0, 3895.0, 3895.0, 3895.0, 3895.0, 3904.0, 3905.0, 3884.0, 3884.0, 3883.0, 3883.0, 3893.0, 3883.0, 3884.0, 3883.0, 3884.0, 3884.0, 3894.0, 3904.0, 3884.0, 3883.0, 3894.0, 3884.0, 3894.0, 3895.0, 3895.0, 3895.0, 3895.0, 3895.0, 3894.0, 3883.0, 3883.0, 3883.0, 3902.0, 3892.0, 3881.0, 3870.0, 3870.0, 3881.0, 3881.0, 3881.0, 3882.0, 3892.0, 3882.0, 3894.0, 3893.0, 3893.0, 3883.0, 3893.0, 3894.0, 3895.0, 3894.0, 3905.0, 3884.0, 3894.0, 3904.0, 3896.0, 3895.0, 3905.0, 3894.0, 3895.0, 3894.0, 3895.0, 3905.0, 3906.0, 3895.0, 3906.0, 3895.0, 3895.0, 3896.0, 3894.0, 3906.0, 3896.0, 3896.0, 3918.0, 3896.0, 3907.0, 3906.0, 3897.0, 3897.0, 3907.0, 3906.0, 3897.0, 3896.0, 3906.0, 3885.0, 3896.0, 3916.0, 3895.0, 3884.0, 3894.0, 3884.0, 3893.0, 3884.0, 3884.0, 3884.0, 3894.0, 3884.0, 3883.0, 3903.0, 3882.0, 3881.0, 3892.0, 3891.0, 3871.0, 3869.0, 3880.0, 3869.0, 3870.0, 3870.0, 3870.0, 3869.0, 3880.0, 3871.0, 3870.0, 3870.0, 3881.0, 3870.0, 3881.0, 3882.0, 3882.0, 3882.0, 3894.0, 3883.0, 3884.0, 3895.0, 3883.0, 3884.0, 3884.0, 3894.0, 3883.0, 3885.0, 3885.0, 3895.0, 3895.0, 3885.0, 3884.0, 3896.0, 3896.0, 3895.0, 3896.0, 3896.0, 3906.0, 3896.0, 3907.0, 3896.0, 3895.0, 3885.0, 3906.0, 3895.0, 3884.0, 3916.0, 3906.0, 3883.0, 3883.0, 3883.0, 3884.0, 3882.0, 3893.0, 3884.0, 3871.0, 3904.0, 3883.0, 3870.0, 3892.0, 3871.0, 3859.0, 3881.0, 3871.0, 3870.0, 3892.0, 3871.0, 3870.0, 3880.0, 3869.0, 3859.0, 3890.0, 3881.0, 3870.0, 3892.0, 3881.0, 3881.0, 3893.0, 3882.0, 3883.0, 3904.0, 3895.0, 3895.0, 3904.0, 3894.0, 3895.0, 3904.0, 3895.0, 3895.0, 3906.0, 3896.0, 3896.0, 3884.0, 3896.0, 3906.0, 3896.0, 3918.0, 3898.0, 3909.0, 3919.0, 3919.0, 3899.0, 3894.0, 3884.0, 3884.0, 3883.0, 3894.0, 3894.0, 3895.0, 3894.0, 3894.0, 3883.0, 3894.0, 3884.0, 3893.0, 3883.0, 3893.0, 3882.0, 3881.0, 3891.0, 3870.0, 3858.0, 3878.0, 3856.0, 3844.0, 3875.0, 3844.0, 3842.0, 3863.0, 3841.0, 3831.0, 3851.0, 3842.0, 3843.0, 3863.0, 3854.0, 3843.0, 3843.0, 3854.0, 3854.0, 3855.0, 3857.0, 3866.0, 3856.0, 3868.0, 3880.0, 3869.0, 3869.0, 3869.0, 3869.0, 3881.0, 3871.0, 3882.0, 3893.0, 3883.0, 3872.0, 3893.0, 3883.0, 3882.0, 3904.0, 3881.0, 3894.0, 3882.0, 3883.0, 3894.0, 3884.0, 3895.0, 3885.0, 3885.0, 3885.0, 3884.0, 3895.0, 3885.0, 3895.0, 3884.0, 3885.0, 3896.0, 3885.0, 3885.0, 3906.0, 3884.0, 3884.0, 3894.0, 3884.0, 3883.0, 3883.0, 3883.0, 3884.0, 3873.0, 3904.0, 3884.0, 3883.0, 3883.0, 3872.0, 3883.0, 3881.0, 3892.0, 3882.0, 3871.0, 3891.0, 3883.0, 3881.0, 3893.0, 3882.0, 3882.0, 3892.0, 3883.0, 3892.0, 3905.0, 3894.0, 3894.0, 3905.0, 3896.0, 3896.0, 3896.0, 3896.0, 3896.0, 3905.0, 3895.0, 3896.0, 3906.0, 3907.0, 3897.0, 3895.0, 3906.0, 3896.0, 3895.0, 3906.0, 3896.0, 3906.0, 3896.0, 3896.0, 3907.0, 3908.0, 3898.0, 3897.0, 3896.0, 3907.0, 3896.0, 3885.0, 3906.0, 3885.0, 3885.0, 3916.0, 3905.0, 3884.0, 3873.0, 3883.0, 3883.0, 3882.0, 3882.0, 3883.0, 3881.0, 3903.0, 3872.0, 3882.0, 3902.0, 3882.0, 3871.0, 3871.0, 3869.0, 3871.0, 3871.0, 3881.0, 3871.0, 3870.0, 3870.0, 3870.0, 3869.0, 3881.0, 3881.0, 3870.0, 3881.0, 3882.0, 3880.0, 3882.0, 3883.0, 3893.0, 3893.0, 3895.0, 3893.0, 3905.0, 3895.0, 3884.0, 3904.0, 3895.0, 3895.0, 3905.0, 3895.0, 3893.0, 3884.0, 3894.0, 3895.0, 3884.0, 3894.0, 3893.0, 3894.0, 3894.0, 3885.0, 3883.0, 3904.0, 3895.0, 3896.0, 3894.0, 3895.0, 3895.0, 3884.0, 3884.0, 3894.0, 3895.0, 3895.0, 3895.0, 3905.0, 3894.0, 3896.0, 3895.0, 3906.0, 3885.0, 3883.0, 3905.0, 3893.0, 3883.0, 3904.0, 3884.0, 3872.0, 3891.0, 3881.0, 3882.0, 3892.0, 3883.0, 3881.0, 3882.0, 3883.0, 3893.0, 3882.0, 3882.0, 3884.0, 3894.0, 3904.0, 3884.0, 3884.0, 3894.0, 3885.0, 3895.0, 3884.0, 3895.0, 3894.0, 3883.0, 3894.0, 3884.0, 3894.0, 3894.0, 3895.0, 3894.0, 3904.0, 3895.0, 3894.0, 3895.0, 3895.0, 3904.0, 3884.0, 3895.0, 3894.0, 3894.0, 3895.0, 3894.0, 3893.0, 3905.0, 3884.0, 3884.0, 3905.0, 3885.0, 3895.0, 3885.0, 3884.0, 3885.0, 3894.0, 3907.0, 3897.0, 3897.0, 3896.0, 3895.0, 3885.0, 3873.0, 3904.0, 3884.0, 3882.0, 3904.0, 3893.0, 3882.0, 3881.0, 3870.0, 3881.0, 3881.0, 3881.0, 3871.0, 3870.0, 3892.0, 3871.0, 3871.0, 3891.0, 3871.0, 3871.0, 3870.0, 3870.0, 3871.0, 3870.0, 3891.0, 3870.0, 3870.0, 3881.0, 3870.0, 3881.0, 3881.0, 3881.0, 3882.0, 3881.0, 3893.0, 3872.0, 3881.0, 3881.0, 3882.0, 3882.0, 3893.0, 3883.0, 3871.0, 3892.0, 3871.0, 3870.0, 3901.0, 3870.0, 3869.0, 3890.0, 3869.0, 3869.0, 3878.0, 3868.0, 3869.0, 3859.0, 3870.0, 3870.0, 3869.0, 3882.0, 3882.0, 3871.0, 3893.0, 3872.0, 3871.0, 3871.0, 3882.0, 3882.0, 3871.0, 3881.0, 3882.0, 3881.0, 3882.0, 3872.0, 3872.0, 3892.0, 3881.0, 3871.0, 3893.0, 3883.0, 3882.0, 3881.0, 3871.0, 3871.0, 3871.0, 3871.0, 3881.0, 3871.0, 3891.0, 3870.0, 3860.0, 3870.0, 3870.0, 3870.0, 3870.0, 3870.0, 3870.0, 3860.0, 3879.0, 3870.0, 3870.0, 3890.0, 3881.0, 3870.0, 3892.0, 3870.0, 3880.0, 3880.0, 3881.0, 3881.0, 3881.0, 3880.0, 3881.0, 3881.0, 3882.0, 3893.0, 3882.0], 'WindowWidth': [8746.0, 8739.0, 8704.0, 8696.0, 8704.0, 8691.0, 8685.0, 8685.0, 8686.0, 8667.0, 8685.0, 8701.0, 8697.0, 8687.0, 8701.0, 8686.0, 8688.0, 8703.0, 8704.0, 8692.0, 8690.0, 8721.0, 8693.0, 8703.0, 8717.0, 8690.0, 8704.0, 8689.0, 8690.0, 8707.0, 8691.0, 8708.0, 8707.0, 8708.0, 8707.0, 8708.0, 8721.0, 8691.0, 8705.0, 8714.0, 8711.0, 8710.0, 8709.0, 8709.0, 8712.0, 8728.0, 8714.0, 8714.0, 8726.0, 8728.0, 8716.0, 8728.0, 8731.0, 8730.0, 8713.0, 8729.0, 8717.0, 8729.0, 8729.0, 8730.0, 8727.0, 8715.0, 8717.0, 8743.0, 8718.0, 8731.0, 8746.0, 8733.0, 8732.0, 8735.0, 8748.0, 8734.0, 8735.0, 8747.0, 8747.0, 8733.0, 8731.0, 8734.0, 8734.0, 8745.0, 8747.0, 8716.0, 8728.0, 8729.0, 8716.0, 8729.0, 8717.0, 8713.0, 8727.0, 8727.0, 8728.0, 8716.0, 8728.0, 8731.0, 8732.0, 8733.0, 8747.0, 8734.0, 8743.0, 8732.0, 8717.0, 8748.0, 8731.0, 8746.0, 8717.0, 8732.0, 8728.0, 8712.0, 8726.0, 8745.0, 8713.0, 8712.0, 8729.0, 8715.0, 8729.0, 8747.0, 8716.0, 8729.0, 8714.0, 8712.0, 8712.0, 8724.0, 8727.0, 8715.0, 8695.0, 8740.0, 8697.0, 8692.0, 8720.0, 8693.0, 8705.0, 8723.0, 8707.0, 8708.0, 8708.0, 8694.0, 8696.0, 8722.0, 8709.0, 8709.0, 8709.0, 8711.0, 8712.0, 8706.0, 8738.0, 8693.0, 8704.0, 8705.0, 8692.0, 8701.0, 8705.0, 8691.0, 8688.0, 8688.0, 8688.0, 8686.0, 8690.0, 8705.0, 8688.0, 8688.0, 8690.0, 8705.0, 8707.0, 8710.0, 8721.0, 8710.0, 8713.0, 8726.0, 8728.0, 8715.0, 8727.0, 8729.0, 8715.0, 8729.0, 8729.0, 8716.0, 8744.0, 8745.0, 8716.0, 8728.0, 8740.0, 8713.0, 8722.0, 8745.0, 8710.0, 8722.0, 8727.0, 8711.0, 8726.0, 8726.0, 8714.0, 8718.0, 8730.0, 8732.0, 8732.0, 8730.0, 8747.0, 8732.0, 8731.0, 8729.0, 8728.0, 8717.0, 8728.0, 8715.0, 8717.0, 8727.0, 8743.0, 8701.0, 8710.0, 8725.0, 8696.0, 8693.0, 8737.0, 8707.0, 8689.0, 8715.0, 8688.0, 8687.0, 8715.0, 8687.0, 8682.0, 8695.0, 8681.0, 8697.0, 8699.0, 8705.0, 8701.0, 8701.0, 8705.0, 8704.0, 8707.0, 8706.0, 8706.0, 8720.0, 8711.0, 8724.0, 8713.0, 8711.0, 8726.0, 8715.0, 8714.0, 8726.0, 8727.0, 8711.0, 8724.0, 8725.0, 8713.0, 8724.0, 8726.0, 8710.0, 8708.0, 8722.0, 8710.0, 8705.0, 8722.0, 8708.0, 8706.0, 8707.0, 8708.0, 8720.0, 8723.0, 8712.0, 8724.0, 8708.0, 8712.0, 8726.0, 8712.0, 8712.0, 8711.0, 8711.0, 8710.0, 8712.0, 8721.0, 8724.0, 8694.0, 8693.0, 8690.0, 8692.0, 8703.0, 8690.0, 8692.0, 8692.0, 8692.0, 8692.0, 8704.0, 8720.0, 8692.0, 8692.0, 8706.0, 8693.0, 8708.0, 8709.0, 8709.0, 8711.0, 8710.0, 8709.0, 8708.0, 8692.0, 8690.0, 8689.0, 8714.0, 8701.0, 8684.0, 8668.0, 8668.0, 8684.0, 8684.0, 8685.0, 8686.0, 8701.0, 8688.0, 8706.0, 8704.0, 8705.0, 8691.0, 8706.0, 8706.0, 8710.0, 8708.0, 8723.0, 8694.0, 8707.0, 8722.0, 8712.0, 8709.0, 8724.0, 8709.0, 8709.0, 8708.0, 8710.0, 8723.0, 8726.0, 8711.0, 8725.0, 8712.0, 8712.0, 8714.0, 8709.0, 8729.0, 8715.0, 8715.0, 8745.0, 8714.0, 8729.0, 8729.0, 8715.0, 8717.0, 8730.0, 8727.0, 8717.0, 8713.0, 8726.0, 8699.0, 8712.0, 8740.0, 8708.0, 8692.0, 8707.0, 8692.0, 8704.0, 8691.0, 8692.0, 8692.0, 8706.0, 8691.0, 8690.0, 8717.0, 8686.0, 8683.0, 8699.0, 8697.0, 8668.0, 8662.0, 8678.0, 8664.0, 8665.0, 8666.0, 8667.0, 8666.0, 8681.0, 8668.0, 8667.0, 8667.0, 8683.0, 8667.0, 8684.0, 8687.0, 8687.0, 8688.0, 8705.0, 8691.0, 8693.0, 8710.0, 8692.0, 8695.0, 8695.0, 8707.0, 8693.0, 8696.0, 8696.0, 8710.0, 8710.0, 8697.0, 8694.0, 8712.0, 8713.0, 8711.0, 8714.0, 8712.0, 8726.0, 8713.0, 8727.0, 8713.0, 8711.0, 8696.0, 8726.0, 8711.0, 8694.0, 8740.0, 8724.0, 8691.0, 8689.0, 8690.0, 8692.0, 8687.0, 8703.0, 8691.0, 8672.0, 8717.0, 8689.0, 8668.0, 8701.0, 8669.0, 8651.0, 8682.0, 8669.0, 8667.0, 8698.0, 8669.0, 8666.0, 8681.0, 8665.0, 8652.0, 8694.0, 8682.0, 8668.0, 8698.0, 8683.0, 8684.0, 8702.0, 8689.0, 8692.0, 8720.0, 8710.0, 8710.0, 8722.0, 8709.0, 8711.0, 8722.0, 8710.0, 8710.0, 8728.0, 8714.0, 8712.0, 8694.0, 8712.0, 8727.0, 8714.0, 8746.0, 8718.0, 8734.0, 8751.0, 8749.0, 8721.0, 8707.0, 8692.0, 8692.0, 8691.0, 8706.0, 8707.0, 8711.0, 8706.0, 8707.0, 8690.0, 8707.0, 8695.0, 8704.0, 8691.0, 8703.0, 8686.0, 8682.0, 8694.0, 8664.0, 8644.0, 8671.0, 8640.0, 8620.0, 8662.0, 8618.0, 8614.0, 8642.0, 8611.0, 8596.0, 8625.0, 8615.0, 8617.0, 8646.0, 8633.0, 8618.0, 8618.0, 8634.0, 8636.0, 8638.0, 8644.0, 8656.0, 8643.0, 8662.0, 8679.0, 8665.0, 8665.0, 8665.0, 8665.0, 8682.0, 8672.0, 8689.0, 8704.0, 8689.0, 8675.0, 8703.0, 8691.0, 8686.0, 8719.0, 8685.0, 8704.0, 8688.0, 8690.0, 8705.0, 8694.0, 8709.0, 8696.0, 8694.0, 8695.0, 8695.0, 8710.0, 8695.0, 8709.0, 8694.0, 8695.0, 8712.0, 8697.0, 8696.0, 8725.0, 8694.0, 8693.0, 8706.0, 8692.0, 8690.0, 8689.0, 8690.0, 8690.0, 8676.0, 8720.0, 8691.0, 8689.0, 8690.0, 8673.0, 8688.0, 8685.0, 8702.0, 8686.0, 8671.0, 8699.0, 8691.0, 8686.0, 8702.0, 8687.0, 8687.0, 8701.0, 8691.0, 8701.0, 8722.0, 8708.0, 8707.0, 8724.0, 8713.0, 8712.0, 8713.0, 8714.0, 8713.0, 8723.0, 8710.0, 8715.0, 8727.0, 8731.0, 8715.0, 8711.0, 8728.0, 8714.0, 8711.0, 8727.0, 8714.0, 8726.0, 8714.0, 8714.0, 8728.0, 8732.0, 8718.0, 8716.0, 8714.0, 8729.0, 8713.0, 8697.0, 8727.0, 8696.0, 8694.0, 8738.0, 8723.0, 8691.0, 8676.0, 8688.0, 8688.0, 8687.0, 8688.0, 8688.0, 8684.0, 8716.0, 8674.0, 8687.0, 8713.0, 8685.0, 8670.0, 8668.0, 8665.0, 8670.0, 8669.0, 8683.0, 8670.0, 8667.0, 8666.0, 8669.0, 8667.0, 8683.0, 8683.0, 8668.0, 8683.0, 8687.0, 8683.0, 8687.0, 8691.0, 8704.0, 8705.0, 8710.0, 8705.0, 8725.0, 8709.0, 8694.0, 8721.0, 8710.0, 8709.0, 8725.0, 8709.0, 8705.0, 8693.0, 8707.0, 8711.0, 8696.0, 8708.0, 8705.0, 8707.0, 8708.0, 8697.0, 8692.0, 8722.0, 8710.0, 8711.0, 8709.0, 8712.0, 8711.0, 8696.0, 8695.0, 8708.0, 8710.0, 8711.0, 8711.0, 8723.0, 8707.0, 8712.0, 8710.0, 8725.0, 8697.0, 8690.0, 8722.0, 8705.0, 8692.0, 8720.0, 8692.0, 8673.0, 8700.0, 8685.0, 8688.0, 8700.0, 8689.0, 8686.0, 8688.0, 8689.0, 8704.0, 8689.0, 8690.0, 8694.0, 8708.0, 8721.0, 8695.0, 8695.0, 8709.0, 8698.0, 8711.0, 8694.0, 8709.0, 8708.0, 8692.0, 8707.0, 8695.0, 8708.0, 8708.0, 8710.0, 8708.0, 8721.0, 8709.0, 8708.0, 8711.0, 8710.0, 8721.0, 8695.0, 8710.0, 8710.0, 8709.0, 8710.0, 8708.0, 8706.0, 8722.0, 8694.0, 8693.0, 8723.0, 8696.0, 8711.0, 8695.0, 8695.0, 8696.0, 8708.0, 8731.0, 8718.0, 8714.0, 8713.0, 8710.0, 8695.0, 8677.0, 8720.0, 8693.0, 8687.0, 8720.0, 8703.0, 8684.0, 8684.0, 8668.0, 8683.0, 8685.0, 8683.0, 8670.0, 8667.0, 8697.0, 8670.0, 8671.0, 8698.0, 8671.0, 8670.0, 8666.0, 8667.0, 8670.0, 8668.0, 8697.0, 8668.0, 8667.0, 8683.0, 8668.0, 8683.0, 8682.0, 8684.0, 8685.0, 8685.0, 8704.0, 8673.0, 8684.0, 8684.0, 8688.0, 8687.0, 8703.0, 8691.0, 8670.0, 8701.0, 8670.0, 8667.0, 8710.0, 8666.0, 8664.0, 8694.0, 8662.0, 8664.0, 8674.0, 8661.0, 8664.0, 8652.0, 8666.0, 8668.0, 8665.0, 8685.0, 8687.0, 8671.0, 8702.0, 8673.0, 8671.0, 8671.0, 8684.0, 8684.0, 8671.0, 8684.0, 8686.0, 8686.0, 8687.0, 8673.0, 8672.0, 8699.0, 8683.0, 8671.0, 8704.0, 8688.0, 8686.0, 8684.0, 8670.0, 8669.0, 8670.0, 8671.0, 8683.0, 8669.0, 8695.0, 8665.0, 8651.0, 8666.0, 8666.0, 8666.0, 8667.0, 8667.0, 8668.0, 8653.0, 8679.0, 8667.0, 8666.0, 8695.0, 8685.0, 8668.0, 8698.0, 8668.0, 8680.0, 8681.0, 8683.0, 8683.0, 8685.0, 8682.0, 8684.0, 8685.0, 8688.0, 8702.0, 8688.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.0003023650975889782</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.016949269460390354</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.19197526243675</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1658380502528736</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9882267810574712</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4497</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6398.1558</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.05682720764806587</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>0</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.0</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.409387203113621</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.334357307980948</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.629382119128827</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2644221822310877</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0159963</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019489366561174393</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.017519984394311905</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>871</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.8362279632083056</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>36.1393</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.9007</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>155.8547</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>309694.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>745.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>328.5899</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1702</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>498.0769</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3144.7609</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3350.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>66850.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>999.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4115.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>873.2471</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>47.122988428222016</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> |