=== Do not change lines below ===
{
"chain": [],
"cmd": "./code/containers/scripts/singularity_cmd exec code/containers/images/bids/bids-mriqc--24.0.2.sing mriqc sourcedata/raw . participant --participant-label sub-0075 --no-datalad-get --no-sub --verbose --nprocs 1 --mem 3000 --work-dir /tmp --float32 --verbose-reports",
"dsid": "2d58dd48-4166-4dc3-9cd1-64f3d0665a8c",
"exit": 0,
"extra_inputs": [
"code/containers/images/bids/bids-mriqc--24.0.2.sing"
],
"inputs": [
"sourcedata/raw/sub-0075",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0075_ses-04_task-social_acq-mb8_run-05_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0075_ses-04_task-social_acq-mb8_run-05_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-05_session-04_subject-0075_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-04_subject-0075_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-04_subject-0075_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-04_subject-0075_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called «carpetplot» may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-05_session-04_subject-0075_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-05_session-04_subject-0075_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-04_subject-0075_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
|
|
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0075/ses-04/func/sub-0075_ses-04_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>7c0f0b429ad9b4f124e490337debc530</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>13:15:30.312500</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.997668, 0.0248219, 0.0635729, -0.0221176, 0.998835, -0.0428955]</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-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0874926</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4168, -7691, -7245, 519, 0, 6, 26, 26]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>229.189</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>5da0dd86-1f56-400b-ae40-22d2544d3966||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.6766715049743652, -0.05933988839387894, 0.17432165145874023, 109.3919448852539], [-0.06659546494483948, 2.679800510406494, -0.11175147444009781, -82.46585845947266], [0.17056146264076233, 0.11508557200431824, 2.6920480728149414, -85.70490264892578], [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': ['131530.312500', '131530.772500', '131531.232500', '131531.692500', '131532.152500', '131532.612500', '131533.072500', '131533.532500', '131533.992500', '131534.452500', '131534.912500', '131535.372500', '131535.832500', '131536.292500', '131536.752500', '131537.212500', '131537.672500', '131538.132500', '131538.592500', '131539.052500', '131539.512500', '131539.972500', '131540.432500', '131540.892500', '131541.352500', '131541.812500', '131542.272500', '131542.732500', '131543.192500', '131543.652500', '131544.112500', '131544.572500', '131545.032500', '131545.492500', '131545.952500', '131546.412500', '131546.872500', '131547.332500', '131547.792500', '131548.252500', '131548.712500', '131549.172500', '131549.632500', '131550.092500', '131550.552500', '131551.012500', '131551.472500', '131551.932500', '131552.392500', '131552.852500', '131553.312500', '131553.772500', '131554.232500', '131554.692500', '131555.152500', '131555.612500', '131556.072500', '131556.532500', '131556.992500', '131557.452500', '131557.912500', '131558.372500', '131558.832500', '131559.292500', '131559.752500', '131600.212500', '131600.672500', '131601.132500', '131601.592500', '131602.052500', '131602.512500', '131602.972500', '131603.432500', '131603.892500', '131604.352500', '131604.812500', '131605.272500', '131605.732500', '131606.192500', '131606.652500', '131607.112500', '131607.572500', '131608.032500', '131608.492500', '131608.952500', '131609.412500', '131609.872500', '131610.332500', '131610.792500', '131611.252500', '131611.712500', '131612.172500', '131612.632500', '131613.092500', '131613.552500', '131614.012500', '131614.472500', '131614.932500', '131615.392500', '131615.852500', '131616.312500', '131616.772500', '131617.232500', '131617.692500', '131618.152500', '131618.612500', '131619.072500', '131619.532500', '131619.992500', '131620.452500', '131620.912500', '131621.372500', '131621.832500', '131622.292500', '131622.752500', '131623.212500', '131623.672500', '131624.132500', '131624.592500', '131625.052500', '131625.512500', '131625.972500', '131626.432500', '131626.892500', '131627.352500', '131627.812500', '131628.272500', '131628.732500', '131629.192500', '131629.652500', '131630.112500', '131630.572500', '131631.032500', '131631.492500', '131631.952500', '131632.412500', '131632.872500', '131633.332500', '131633.792500', '131634.252500', '131634.712500', '131635.172500', '131635.632500', '131636.092500', '131636.552500', '131637.012500', '131637.472500', '131637.932500', '131638.392500', '131638.852500', '131639.312500', '131639.772500', '131640.232500', '131640.692500', '131641.152500', '131641.612500', '131642.072500', '131642.532500', '131642.992500', '131643.452500', '131643.912500', '131644.372500', '131644.832500', '131645.292500', '131645.752500', '131646.212500', '131646.672500', '131647.132500', '131647.592500', '131648.052500', '131648.512500', '131648.972500', '131649.432500', '131649.892500', '131650.352500', '131650.812500', '131651.272500', '131651.732500', '131652.192500', '131652.652500', '131653.112500', '131653.572500', '131654.032500', '131654.492500', '131654.952500', '131655.412500', '131655.872500', '131656.332500', '131656.792500', '131657.252500', '131657.712500', '131658.172500', '131658.632500', '131659.092500', '131659.552500', '131700.012500', '131700.472500', '131700.932500', '131701.392500', '131701.852500', '131702.312500', '131702.772500', '131703.232500', '131703.692500', '131704.152500', '131704.612500', '131705.072500', '131705.532500', '131705.992500', '131706.452500', '131706.912500', '131707.372500', '131707.832500', '131708.292500', '131708.752500', '131709.212500', '131709.672500', '131710.132500', '131710.592500', '131711.052500', '131711.512500', '131711.972500', '131712.432500', '131712.892500', '131713.352500', '131713.812500', '131714.272500', '131714.732500', '131715.192500', '131715.652500', '131716.112500', '131716.572500', '131717.032500', '131717.492500', '131717.952500', '131718.412500', '131718.872500', '131719.332500', '131719.792500', '131720.252500', '131720.712500', '131721.172500', '131721.632500', '131722.092500', '131722.552500', '131723.012500', '131723.472500', '131723.932500', '131724.392500', '131724.852500', '131725.312500', '131725.772500', '131726.232500', '131726.692500', '131727.152500', '131727.612500', '131728.072500', '131728.532500', '131728.992500', '131729.452500', '131729.912500', '131730.372500', '131730.832500', '131731.292500', '131731.752500', '131732.212500', '131732.672500', '131733.132500', '131733.592500', '131734.052500', '131734.512500', '131734.972500', '131735.432500', '131735.892500', '131736.352500', '131736.812500', '131737.272500', '131737.732500', '131738.192500', '131738.652500', '131739.112500', '131739.572500', '131740.032500', '131740.492500', '131740.952500', '131741.412500', '131741.872500', '131742.332500', '131742.792500', '131743.252500', '131743.712500', '131744.172500', '131744.632500', '131745.092500', '131745.552500', '131746.012500', '131746.472500', '131746.932500', '131747.392500', '131747.852500', '131748.312500', '131748.772500', '131749.232500', '131749.692500', '131750.152500', '131750.612500', '131751.072500', '131751.532500', '131751.992500', '131752.452500', '131752.912500', '131753.372500', '131753.832500', '131754.292500', '131754.752500', '131755.212500', '131755.672500', '131756.132500', '131756.592500', '131757.052500', '131757.512500', '131757.972500', '131758.432500', '131758.892500', '131759.352500', '131759.812500', '131800.272500', '131800.732500', '131801.192500', '131801.652500', '131802.112500', '131802.572500', '131803.032500', '131803.492500', '131803.952500', '131804.412500', '131804.872500', '131805.332500', '131805.792500', '131806.252500', '131806.712500', '131807.172500', '131807.632500', '131808.092500', '131808.552500', '131809.012500', '131809.472500', '131809.932500', '131810.392500', '131810.852500', '131811.312500', '131811.772500', '131812.232500', '131812.692500', '131813.152500', '131813.612500', '131814.072500', '131814.532500', '131814.992500', '131815.452500', '131815.912500', '131816.372500', '131816.832500', '131817.292500', '131817.752500', '131818.212500', '131818.672500', '131819.132500', '131819.592500', '131820.052500', '131820.512500', '131820.972500', '131821.432500', '131821.892500', '131822.352500', '131822.812500', '131823.272500', '131823.732500', '131824.192500', '131824.652500', '131825.112500', '131825.572500', '131826.032500', '131826.492500', '131826.952500', '131827.412500', '131827.872500', '131828.332500', '131828.792500', '131829.252500', '131829.712500', '131830.172500', '131830.632500', '131831.092500', '131831.552500', '131832.012500', '131832.472500', '131832.932500', '131833.392500', '131833.852500', '131834.312500', '131834.772500', '131835.232500', '131835.692500', '131836.152500', '131836.612500', '131837.072500', '131837.532500', '131837.992500', '131838.452500', '131838.912500', '131839.372500', '131839.832500', '131840.292500', '131840.752500', '131841.212500', '131841.672500', '131842.132500', '131842.592500', '131843.052500', '131843.512500', '131843.972500', '131844.432500', '131844.892500', '131845.352500', '131845.812500', '131846.272500', '131846.732500', '131847.192500', '131847.652500', '131848.112500', '131848.572500', '131849.032500', '131849.492500', '131849.952500', '131850.412500', '131850.872500', '131851.332500', '131851.792500', '131852.252500', '131852.712500', '131853.172500', '131853.632500', '131854.092500', '131854.552500', '131855.012500', '131855.472500', '131855.932500', '131856.392500', '131856.852500', '131857.312500', '131857.772500', '131858.232500', '131858.692500', '131859.152500', '131859.612500', '131900.072500', '131900.532500', '131900.992500', '131901.452500', '131901.912500', '131902.372500', '131902.832500', '131903.292500', '131903.752500', '131904.212500', '131904.672500', '131905.132500', '131905.592500', '131906.052500', '131906.512500', '131906.972500', '131907.432500', '131907.892500', '131908.352500', '131908.812500', '131909.272500', '131909.732500', '131910.192500', '131910.652500', '131911.112500', '131911.572500', '131912.032500', '131912.492500', '131912.952500', '131913.412500', '131913.872500', '131914.332500', '131914.792500', '131915.252500', '131915.712500', '131916.172500', '131916.632500', '131917.092500', '131917.552500', '131918.012500', '131918.472500', '131918.932500', '131919.392500', '131919.852500', '131920.312500', '131920.772500', '131921.232500', '131921.692500', '131922.152500', '131922.612500', '131923.072500', '131923.532500', '131923.992500', '131924.452500', '131924.912500', '131925.372500', '131925.832500', '131926.292500', '131926.752500', '131927.212500', '131927.672500', '131928.132500', '131928.592500', '131929.052500', '131929.512500', '131929.972500', '131930.432500', '131930.892500', '131931.352500', '131931.812500', '131932.272500', '131932.732500', '131933.192500', '131933.652500', '131934.112500', '131934.572500', '131935.032500', '131935.492500', '131935.952500', '131936.412500', '131936.872500', '131937.332500', '131937.792500', '131938.252500', '131938.712500', '131939.172500', '131939.632500', '131940.092500', '131940.552500', '131941.012500', '131941.472500', '131941.932500', '131942.392500', '131942.852500', '131943.312500', '131943.772500', '131944.232500', '131944.692500', '131945.152500', '131945.612500', '131946.072500', '131946.532500', '131946.992500', '131947.452500', '131947.912500', '131948.372500', '131948.832500', '131949.292500', '131949.752500', '131950.212500', '131950.672500', '131951.132500', '131951.592500', '131952.052500', '131952.512500', '131952.972500', '131953.432500', '131953.892500', '131954.352500', '131954.812500', '131955.272500', '131955.732500', '131956.192500', '131956.652500', '131957.112500', '131957.572500', '131958.032500', '131958.492500', '131958.952500', '131959.412500', '131959.872500', '132000.332500', '132000.792500', '132001.252500', '132001.712500', '132002.172500', '132002.632500', '132003.092500', '132003.552500', '132004.012500', '132004.472500', '132004.932500', '132005.392500', '132005.852500', '132006.312500', '132006.772500', '132007.232500', '132007.692500', '132008.152500', '132008.612500', '132009.072500', '132009.532500', '132009.992500', '132010.452500', '132010.912500', '132011.372500', '132011.832500', '132012.292500', '132012.752500', '132013.212500', '132013.672500', '132014.132500', '132014.592500', '132015.052500', '132015.512500', '132015.972500', '132016.432500', '132016.892500', '132017.352500', '132017.812500', '132018.272500', '132018.732500', '132019.192500', '132019.652500', '132020.112500', '132020.572500', '132021.032500', '132021.492500', '132021.952500', '132022.412500', '132022.872500', '132023.332500', '132023.792500', '132024.252500', '132024.712500', '132025.172500', '132025.632500', '132026.092500', '132026.552500', '132027.012500', '132027.472500', '132027.932500', '132028.392500', '132028.852500', '132029.312500', '132029.772500', '132030.232500', '132030.692500', '132031.152500', '132031.612500', '132032.072500', '132032.532500', '132032.992500', '132033.452500', '132033.912500', '132034.372500', '132034.832500', '132035.292500', '132035.752500', '132036.212500', '132036.672500', '132037.132500', '132037.592500', '132038.052500', '132038.512500', '132038.972500', '132039.432500', '132039.892500', '132040.352500', '132040.812500', '132041.272500', '132041.732500', '132042.192500', '132042.652500', '132043.112500', '132043.572500', '132044.032500', '132044.492500', '132044.952500', '132045.412500', '132045.872500', '132046.332500', '132046.792500', '132047.252500', '132047.712500', '132048.172500', '132048.632500', '132049.092500', '132049.552500', '132050.012500', '132050.472500', '132050.932500', '132051.392500', '132051.852500', '132052.312500', '132052.772500', '132053.232500', '132053.692500', '132054.152500', '132054.612500', '132055.072500', '132055.532500', '132055.992500', '132056.452500', '132056.912500', '132057.372500', '132057.832500', '132058.292500', '132058.752500', '132059.212500', '132059.672500', '132100.132500', '132100.592500', '132101.052500', '132101.512500', '132101.972500', '132102.432500', '132102.892500', '132103.352500', '132103.812500', '132104.272500', '132104.732500', '132105.192500', '132105.652500', '132106.112500', '132106.572500', '132107.032500', '132107.492500', '132107.952500', '132108.412500', '132108.872500', '132109.332500', '132109.792500', '132110.252500', '132110.712500', '132111.172500', '132111.632500', '132112.092500', '132112.552500', '132113.012500', '132113.472500', '132113.932500', '132114.392500', '132114.852500', '132115.312500', '132115.772500', '132116.232500', '132116.692500', '132117.152500', '132117.612500', '132118.072500', '132118.532500', '132118.992500', '132119.452500', '132119.912500', '132120.372500', '132120.832500', '132121.292500', '132121.752500', '132122.212500', '132122.672500', '132123.132500', '132123.592500', '132124.052500', '132124.512500', '132124.972500', '132125.432500', '132125.892500', '132126.352500', '132126.812500', '132127.272500', '132127.732500', '132128.192500', '132128.652500', '132129.112500', '132129.572500', '132130.032500', '132130.492500', '132130.952500', '132131.412500', '132131.872500', '132132.332500', '132132.792500', '132133.252500', '132133.712500', '132134.172500', '132134.632500', '132135.092500', '132135.552500', '132136.012500', '132136.472500', '132136.932500', '132137.392500', '132137.852500', '132138.312500', '132138.772500', '132139.232500', '132139.692500', '132140.152500', '132140.612500', '132141.072500', '132141.532500', '132141.992500', '132142.452500', '132142.912500', '132143.372500', '132143.832500', '132144.292500', '132144.752500', '132145.212500', '132145.672500', '132146.132500', '132146.592500', '132147.052500', '132147.512500', '132147.972500', '132148.432500', '132148.892500', '132149.352500', '132149.812500', '132150.272500', '132150.732500', '132151.192500', '132151.652500', '132152.112500', '132152.572500', '132153.032500', '132153.492500', '132153.952500', '132154.412500', '132154.872500', '132155.332500', '132155.792500', '132156.252500', '132156.712500', '132157.172500', '132157.632500', '132158.092500', '132158.552500', '132159.012500', '132159.472500', '132159.932500', '132200.392500', '132200.852500', '132201.312500', '132201.772500', '132202.232500', '132202.692500', '132203.152500', '132203.612500', '132204.072500', '132204.532500', '132204.992500', '132205.452500', '132205.912500', '132206.372500', '132206.832500', '132207.292500', '132207.752500', '132208.212500', '132208.672500', '132209.132500', '132209.592500', '132210.052500', '132210.512500', '132210.972500'], 'ContentTime': ['131537.610000', '131537.620000', '131537.623000', '131537.626000', '131537.628000', '131537.631000', '131537.634000', '131537.636000', '131537.639000', '131537.641000', '131537.646000', '131537.649000', '131537.652000', '131537.655000', '131557.567000', '131557.570000', '131557.572000', '131557.575000', '131557.578000', '131557.589000', '131557.591000', '131557.594000', '131557.596000', '131557.599000', '131557.602000', '131557.604000', '131557.607000', '131557.610000', '131557.612000', '131557.615000', '131557.617000', '131557.620000', '131557.623000', '131557.625000', '131557.628000', '131557.631000', '131557.633000', '131557.636000', '131557.638000', '131557.641000', '131557.644000', '131557.646000', '131557.649000', '131557.664000', '131557.666000', '131557.669000', '131557.672000', '131557.674000', '131557.677000', '131557.679000', '131557.682000', '131557.685000', '131557.687000', '131557.690000', '131557.692000', '131557.695000', '131557.698000', '131617.567000', '131617.569000', '131617.572000', '131617.575000', '131617.580000', '131617.583000', '131617.585000', '131617.588000', '131617.591000', '131617.593000', '131617.596000', '131617.599000', '131617.601000', '131617.604000', '131617.606000', '131617.609000', '131617.612000', '131617.614000', '131617.617000', '131617.619000', '131617.622000', '131617.625000', '131617.627000', '131617.630000', '131617.632000', '131617.635000', '131617.638000', '131617.640000', '131617.643000', '131617.645000', '131617.648000', '131617.651000', '131617.654000', '131617.656000', '131617.659000', '131617.661000', '131617.664000', '131617.667000', '131617.669000', '131617.672000', '131617.674000', '131617.677000', '131617.680000', '131617.682000', '131637.567000', '131637.569000', '131637.572000', '131637.575000', '131637.580000', '131637.582000', '131637.585000', '131637.587000', '131637.590000', '131637.593000', '131637.596000', '131637.598000', '131637.601000', '131637.604000', '131637.606000', '131637.609000', '131637.612000', '131637.614000', '131637.617000', '131637.619000', '131637.622000', '131637.625000', '131637.627000', '131637.630000', '131637.633000', '131637.647000', '131637.650000', '131637.652000', '131637.655000', '131637.658000', '131637.660000', '131637.663000', '131637.666000', '131637.668000', '131637.671000', '131637.673000', '131637.676000', '131637.679000', '131637.681000', '131637.684000', '131637.687000', '131637.689000', '131637.692000', '131657.567000', '131657.570000', '131657.573000', '131657.576000', '131657.578000', '131657.581000', '131657.584000', '131657.586000', '131657.589000', '131657.592000', '131657.594000', '131657.597000', '131657.600000', '131657.602000', '131657.605000', '131657.608000', '131657.610000', '131657.613000', '131657.616000', '131657.618000', '131657.621000', '131657.623000', '131657.626000', '131657.629000', '131657.631000', '131657.634000', '131657.637000', '131657.639000', '131657.642000', '131657.645000', '131657.647000', '131657.650000', '131657.653000', '131657.655000', '131657.658000', '131657.660000', '131657.663000', '131657.666000', '131657.668000', '131657.671000', '131657.674000', '131657.676000', '131657.679000', '131657.682000', '131717.566000', '131717.568000', '131717.571000', '131717.574000', '131717.577000', '131717.579000', '131717.582000', '131717.585000', '131717.587000', '131717.590000', '131717.593000', '131717.595000', '131717.598000', '131717.601000', '131717.603000', '131717.606000', '131717.609000', '131717.611000', '131717.614000', '131717.617000', '131717.619000', '131717.622000', '131717.624000', '131717.627000', '131717.630000', '131717.632000', '131717.635000', '131717.638000', '131717.640000', '131717.643000', '131717.646000', '131717.648000', '131717.651000', '131717.653000', '131717.656000', '131717.659000', '131717.661000', '131717.664000', '131717.667000', '131717.669000', '131717.672000', '131717.675000', '131717.677000', '131737.566000', '131737.568000', '131737.571000', '131737.573000', '131737.576000', '131737.579000', '131737.581000', '131737.584000', '131737.587000', '131737.589000', '131737.592000', '131737.595000', '131737.597000', '131737.600000', '131737.603000', '131737.605000', '131737.608000', '131737.611000', '131737.613000', '131737.616000', '131737.619000', '131737.621000', '131737.624000', '131737.626000', '131737.629000', '131737.632000', '131737.635000', '131737.637000', '131737.640000', '131737.650000', '131737.653000', '131737.655000', '131737.658000', '131737.661000', '131737.663000', '131737.666000', '131737.669000', '131737.672000', '131737.674000', '131737.677000', '131737.679000', '131737.682000', '131737.685000', '131737.687000', '131757.567000', '131757.569000', '131757.572000', '131757.575000', '131757.578000', '131757.580000', '131757.583000', '131757.586000', '131757.588000', '131757.591000', '131757.594000', '131757.596000', '131757.599000', '131757.601000', '131757.604000', '131757.607000', '131757.609000', '131757.612000', '131757.615000', '131757.618000', '131757.620000', '131757.623000', '131757.626000', '131757.628000', '131757.631000', '131757.633000', '131757.636000', '131757.639000', '131757.641000', '131757.644000', '131757.647000', '131757.649000', '131757.652000', '131757.655000', '131757.657000', '131757.660000', '131757.663000', '131757.665000', '131757.668000', '131757.671000', '131757.673000', '131757.676000', '131757.679000', '131817.566000', '131817.569000', '131817.572000', '131817.574000', '131817.577000', '131817.580000', '131817.582000', '131817.585000', '131817.588000', '131817.590000', '131817.593000', '131817.596000', '131817.598000', '131817.601000', '131817.603000', '131817.606000', '131817.609000', '131817.613000', '131817.616000', '131817.619000', '131817.621000', '131817.633000', '131817.636000', '131817.639000', '131817.641000', '131817.644000', '131817.646000', '131817.649000', '131817.652000', '131817.654000', '131817.657000', '131817.660000', '131817.662000', '131817.665000', '131817.668000', '131817.671000', '131817.673000', '131817.676000', '131817.678000', '131817.681000', '131817.684000', '131817.686000', '131817.689000', '131817.692000', '131837.567000', '131837.570000', '131837.572000', '131837.575000', '131837.577000', '131837.580000', '131837.583000', '131837.586000', '131837.588000', '131837.591000', '131837.593000', '131837.596000', '131837.599000', '131837.601000', '131837.604000', '131837.607000', '131837.609000', '131837.612000', '131837.615000', '131837.617000', '131837.620000', '131837.623000', '131837.625000', '131837.628000', '131837.630000', '131837.633000', '131837.636000', '131837.638000', '131837.641000', '131837.644000', '131837.646000', '131837.649000', '131837.652000', '131837.654000', '131837.657000', '131837.660000', '131837.662000', '131837.665000', '131837.668000', '131837.670000', '131837.673000', '131837.676000', '131837.678000', '131857.567000', '131857.570000', '131857.572000', '131857.575000', '131857.578000', '131857.580000', '131857.583000', '131857.586000', '131857.588000', '131857.591000', '131857.593000', '131857.596000', '131857.607000', '131857.610000', '131857.613000', '131857.615000', '131857.618000', '131857.620000', '131857.623000', '131857.626000', '131857.629000', '131857.631000', '131857.634000', '131857.637000', '131857.639000', '131857.642000', '131857.645000', '131857.647000', '131857.650000', '131857.653000', '131857.655000', '131857.658000', '131857.661000', '131857.663000', '131857.666000', '131857.669000', '131857.671000', '131857.674000', '131857.677000', '131857.679000', '131857.682000', '131857.685000', '131857.687000', '131917.566000', '131917.569000', '131917.572000', '131917.574000', '131917.577000', '131917.580000', '131917.583000', '131917.585000', '131917.588000', '131917.590000', '131917.593000', '131917.596000', '131917.598000', '131917.601000', '131917.604000', '131917.606000', '131917.609000', '131917.612000', '131917.614000', '131917.617000', '131917.620000', '131917.622000', '131917.625000', '131917.628000', '131917.630000', '131917.633000', '131917.636000', '131917.638000', '131917.641000', '131917.644000', '131917.646000', '131917.649000', '131917.651000', '131917.654000', '131917.657000', '131917.659000', '131917.662000', '131917.665000', '131917.667000', '131917.670000', '131917.673000', '131917.675000', '131917.678000', '131917.680000', '131937.566000', '131937.568000', '131937.571000', '131937.574000', '131937.577000', '131937.579000', '131937.582000', '131937.585000', '131937.587000', '131937.590000', '131937.592000', '131937.595000', '131937.599000', '131937.602000', '131937.605000', '131937.607000', '131937.610000', '131937.613000', '131937.615000', '131937.618000', '131937.621000', '131937.623000', '131937.626000', '131937.628000', '131937.631000', '131937.634000', '131937.636000', '131937.639000', '131937.642000', '131937.644000', '131937.647000', '131937.651000', '131937.654000', '131937.657000', '131937.660000', '131937.662000', '131937.665000', '131937.667000', '131937.670000', '131937.673000', '131937.675000', '131937.678000', '131937.681000', '131957.566000', '131957.568000', '131957.571000', '131957.585000', '131957.587000', '131957.590000', '131957.592000', '131957.595000', '131957.598000', '131957.601000', '131957.603000', '131957.606000', '131957.609000', '131957.611000', '131957.614000', '131957.617000', '131957.619000', '131957.622000', '131957.624000', '131957.627000', '131957.630000', '131957.633000', '131957.635000', '131957.638000', '131957.641000', '131957.643000', '131957.646000', '131957.649000', '131957.651000', '131957.654000', '131957.657000', '131957.659000', '131957.662000', '131957.665000', '131957.667000', '131957.670000', '131957.673000', '131957.675000', '131957.678000', '131957.681000', '131957.683000', '131957.686000', '131957.688000', '131957.691000', '132017.567000', '132017.570000', '132017.572000', '132017.575000', '132017.578000', '132017.580000', '132017.583000', '132017.586000', '132017.588000', '132017.591000', '132017.594000', '132017.596000', '132017.599000', '132017.601000', '132017.604000', '132017.607000', '132017.609000', '132017.612000', '132017.615000', '132017.617000', '132017.620000', '132017.623000', '132017.625000', '132017.628000', '132017.631000', '132017.633000', '132017.636000', '132017.639000', '132017.642000', '132017.645000', '132017.648000', '132017.650000', '132017.653000', '132017.656000', '132017.658000', '132017.661000', '132017.663000', '132017.666000', '132017.669000', '132017.671000', '132017.674000', '132017.677000', '132017.679000', '132037.567000', '132037.570000', '132037.573000', '132037.576000', '132037.578000', '132037.581000', '132037.583000', '132037.586000', '132037.589000', '132037.591000', '132037.594000', '132037.597000', '132037.599000', '132037.602000', '132037.605000', '132037.607000', '132037.610000', '132037.613000', '132037.615000', '132037.618000', '132037.621000', '132037.623000', '132037.626000', '132037.629000', '132037.631000', '132037.634000', '132037.636000', '132037.639000', '132037.642000', '132037.644000', '132037.647000', '132037.650000', '132037.652000', '132037.655000', '132037.658000', '132037.660000', '132037.663000', '132037.665000', '132037.668000', '132037.671000', '132037.673000', '132037.676000', '132037.679000', '132037.682000', '132057.567000', '132057.570000', '132057.572000', '132057.575000', '132057.578000', '132057.580000', '132057.583000', '132057.585000', '132057.588000', '132057.591000', '132057.593000', '132057.596000', '132057.599000', '132057.601000', '132057.604000', '132057.606000', '132057.609000', '132057.612000', '132057.614000', '132057.617000', '132057.620000', '132057.622000', '132057.625000', '132057.627000', '132057.630000', '132057.633000', '132057.635000', '132057.638000', '132057.641000', '132057.644000', '132057.647000', '132057.651000', '132057.654000', '132057.657000', '132057.659000', '132057.662000', '132057.665000', '132057.667000', '132057.670000', '132057.673000', '132057.675000', '132057.678000', '132057.680000', '132117.567000', '132117.570000', '132117.572000', '132117.575000', '132117.577000', '132117.580000', '132117.583000', '132117.585000', '132117.588000', '132117.591000', '132117.593000', '132117.596000', '132117.601000', '132117.603000', '132117.606000', '132117.609000', '132117.611000', '132117.614000', '132117.617000', '132117.619000', '132117.622000', '132117.625000', '132117.627000', '132117.630000', '132117.632000', '132117.635000', '132117.638000', '132117.640000', '132117.651000', '132117.654000', '132117.657000', '132117.660000', '132117.662000', '132117.665000', '132117.668000', '132117.670000', '132117.673000', '132117.676000', '132117.678000', '132117.681000', '132117.684000', '132117.686000', '132117.689000', '132117.692000', '132137.566000', '132137.569000', '132137.572000', '132137.575000', '132137.577000', '132137.580000', '132137.582000', '132137.585000', '132137.588000', '132137.590000', '132137.593000', '132137.596000', '132137.598000', '132137.601000', '132137.604000', '132137.606000', '132137.609000', '132137.612000', '132137.615000', '132137.617000', '132137.620000', '132137.623000', '132137.627000', '132137.630000', '132137.632000', '132137.635000', '132137.638000', '132137.640000', '132137.643000', '132137.646000', '132137.648000', '132137.651000', '132137.654000', '132137.657000', '132137.659000', '132137.662000', '132137.664000', '132137.667000', '132137.670000', '132137.672000', '132137.675000', '132137.678000', '132137.680000', '132157.566000', '132157.569000', '132157.571000', '132157.574000', '132157.577000', '132157.580000', '132157.582000', '132157.585000', '132157.588000', '132157.590000', '132157.593000', '132157.596000', '132157.599000', '132157.601000', '132157.604000', '132157.606000', '132157.609000', '132157.612000', '132157.614000', '132157.617000', '132157.620000', '132157.622000', '132157.625000', '132157.628000', '132157.630000', '132157.633000', '132157.636000', '132157.638000', '132157.641000', '132157.644000', '132157.646000', '132157.649000', '132157.651000', '132157.654000', '132157.657000', '132157.659000', '132157.662000', '132157.665000', '132157.667000', '132157.670000', '132157.673000', '132157.675000', '132157.678000', '132157.680000', '132212.171000', '132212.174000', '132212.177000', '132212.180000', '132212.183000', '132212.186000', '132212.188000', '132212.191000', '132212.194000', '132212.197000', '132212.200000', '132212.203000', '132212.206000', '132212.209000', '132212.213000', '132212.215000', '132212.225000', '132212.228000', '132212.231000', '132212.234000', '132212.237000', '132212.239000', '132212.242000', '132212.245000', '132212.248000', '132212.251000', '132212.254000', '132212.256000', '132212.259000', '132212.262000', '132212.265000', '132212.267000'], 'InstanceCreationTime': ['131537.610000', '131537.620000', '131537.623000', '131537.626000', '131537.628000', '131537.631000', '131537.634000', '131537.636000', '131537.639000', '131537.641000', '131537.646000', '131537.649000', '131537.652000', '131537.655000', '131557.567000', '131557.570000', '131557.572000', '131557.575000', '131557.578000', '131557.589000', '131557.591000', '131557.594000', '131557.596000', '131557.599000', '131557.602000', '131557.604000', '131557.607000', '131557.610000', '131557.612000', '131557.615000', '131557.617000', '131557.620000', '131557.623000', '131557.625000', '131557.628000', '131557.631000', '131557.633000', '131557.636000', '131557.638000', '131557.641000', '131557.644000', '131557.646000', '131557.649000', '131557.664000', '131557.666000', '131557.669000', '131557.672000', '131557.674000', '131557.677000', '131557.679000', '131557.682000', '131557.685000', '131557.687000', '131557.690000', '131557.692000', '131557.695000', '131557.698000', '131617.567000', '131617.569000', '131617.572000', '131617.575000', '131617.580000', '131617.583000', '131617.585000', '131617.588000', '131617.591000', '131617.593000', '131617.596000', '131617.599000', '131617.601000', '131617.604000', '131617.606000', '131617.609000', '131617.612000', '131617.614000', '131617.617000', '131617.619000', '131617.622000', '131617.625000', '131617.627000', '131617.630000', '131617.632000', '131617.635000', '131617.638000', '131617.640000', '131617.643000', '131617.645000', '131617.648000', '131617.651000', '131617.654000', '131617.656000', '131617.659000', '131617.661000', '131617.664000', '131617.667000', '131617.669000', '131617.672000', '131617.674000', '131617.677000', '131617.680000', '131617.682000', '131637.567000', '131637.569000', '131637.572000', '131637.575000', '131637.580000', '131637.582000', '131637.585000', '131637.587000', '131637.590000', '131637.593000', '131637.596000', '131637.598000', '131637.601000', '131637.604000', '131637.606000', '131637.609000', '131637.612000', '131637.614000', '131637.617000', '131637.619000', '131637.622000', '131637.625000', '131637.627000', '131637.630000', '131637.633000', '131637.647000', '131637.650000', '131637.652000', '131637.655000', '131637.658000', '131637.660000', '131637.663000', '131637.666000', '131637.668000', '131637.671000', '131637.673000', '131637.676000', '131637.679000', '131637.681000', '131637.684000', '131637.687000', '131637.689000', '131637.692000', '131657.567000', '131657.570000', '131657.573000', '131657.576000', '131657.578000', '131657.581000', '131657.584000', '131657.586000', '131657.589000', '131657.592000', '131657.594000', '131657.597000', '131657.600000', '131657.602000', '131657.605000', '131657.608000', '131657.610000', '131657.613000', '131657.616000', '131657.618000', '131657.621000', '131657.623000', '131657.626000', '131657.629000', '131657.631000', '131657.634000', '131657.637000', '131657.639000', '131657.642000', '131657.645000', '131657.647000', '131657.650000', '131657.653000', '131657.655000', '131657.658000', '131657.660000', '131657.663000', '131657.666000', '131657.668000', '131657.671000', '131657.674000', '131657.676000', '131657.679000', '131657.682000', '131717.566000', '131717.568000', '131717.571000', '131717.574000', '131717.577000', '131717.579000', '131717.582000', '131717.585000', '131717.587000', '131717.590000', '131717.593000', '131717.595000', '131717.598000', '131717.601000', '131717.603000', '131717.606000', '131717.609000', '131717.611000', '131717.614000', '131717.617000', '131717.619000', '131717.622000', '131717.624000', '131717.627000', '131717.630000', '131717.632000', '131717.635000', '131717.638000', '131717.640000', '131717.643000', '131717.646000', '131717.648000', '131717.651000', '131717.653000', '131717.656000', '131717.659000', '131717.661000', '131717.664000', '131717.667000', '131717.669000', '131717.672000', '131717.675000', '131717.677000', '131737.566000', '131737.568000', '131737.571000', '131737.573000', '131737.576000', '131737.579000', '131737.581000', '131737.584000', '131737.587000', '131737.589000', '131737.592000', '131737.595000', '131737.597000', '131737.600000', '131737.603000', '131737.605000', '131737.608000', '131737.611000', '131737.613000', '131737.616000', '131737.619000', '131737.621000', '131737.624000', '131737.626000', '131737.629000', '131737.632000', '131737.635000', '131737.637000', '131737.640000', '131737.650000', '131737.653000', '131737.655000', '131737.658000', '131737.661000', '131737.663000', '131737.666000', '131737.669000', '131737.672000', '131737.674000', '131737.677000', '131737.679000', '131737.682000', '131737.685000', '131737.687000', '131757.567000', '131757.569000', '131757.572000', '131757.575000', '131757.578000', '131757.580000', '131757.583000', '131757.586000', '131757.588000', '131757.591000', '131757.594000', '131757.596000', '131757.599000', '131757.601000', '131757.604000', '131757.607000', '131757.609000', '131757.612000', '131757.615000', '131757.618000', '131757.620000', '131757.623000', '131757.626000', '131757.628000', '131757.631000', '131757.633000', '131757.636000', '131757.639000', '131757.641000', '131757.644000', '131757.647000', '131757.649000', '131757.652000', '131757.655000', '131757.657000', '131757.660000', '131757.663000', '131757.665000', '131757.668000', '131757.671000', '131757.673000', '131757.676000', '131757.679000', '131817.566000', '131817.569000', '131817.572000', '131817.574000', '131817.577000', '131817.580000', '131817.582000', '131817.585000', '131817.588000', '131817.590000', '131817.593000', '131817.596000', '131817.598000', '131817.601000', '131817.603000', '131817.606000', '131817.609000', '131817.613000', '131817.616000', '131817.619000', '131817.621000', '131817.633000', '131817.636000', '131817.639000', '131817.641000', '131817.644000', '131817.646000', '131817.649000', '131817.652000', '131817.654000', '131817.657000', '131817.660000', '131817.662000', '131817.665000', '131817.668000', '131817.671000', '131817.673000', '131817.676000', '131817.678000', '131817.681000', '131817.684000', '131817.686000', '131817.689000', '131817.692000', '131837.567000', '131837.570000', '131837.572000', '131837.575000', '131837.577000', '131837.580000', '131837.583000', '131837.586000', '131837.588000', '131837.591000', '131837.593000', '131837.596000', '131837.599000', '131837.601000', '131837.604000', '131837.607000', '131837.609000', '131837.612000', '131837.615000', '131837.617000', '131837.620000', '131837.623000', '131837.625000', '131837.628000', '131837.630000', '131837.633000', '131837.636000', '131837.638000', '131837.641000', '131837.644000', '131837.646000', '131837.649000', '131837.652000', '131837.654000', '131837.657000', '131837.660000', '131837.662000', '131837.665000', '131837.668000', '131837.670000', '131837.673000', '131837.676000', '131837.678000', '131857.567000', '131857.570000', '131857.572000', '131857.575000', '131857.578000', '131857.580000', '131857.583000', '131857.586000', '131857.588000', '131857.591000', '131857.593000', '131857.596000', '131857.607000', '131857.610000', '131857.613000', '131857.615000', '131857.618000', '131857.620000', '131857.623000', '131857.626000', '131857.629000', '131857.631000', '131857.634000', '131857.637000', '131857.639000', '131857.642000', '131857.645000', '131857.647000', '131857.650000', '131857.653000', '131857.655000', '131857.658000', '131857.661000', '131857.663000', '131857.666000', '131857.669000', '131857.671000', '131857.674000', '131857.677000', '131857.679000', '131857.682000', '131857.685000', '131857.687000', '131917.566000', '131917.569000', '131917.572000', '131917.574000', '131917.577000', '131917.580000', '131917.583000', '131917.585000', '131917.588000', '131917.590000', '131917.593000', '131917.596000', '131917.598000', '131917.601000', '131917.604000', '131917.606000', '131917.609000', '131917.612000', '131917.614000', '131917.617000', '131917.620000', '131917.622000', '131917.625000', '131917.628000', '131917.630000', '131917.633000', '131917.636000', '131917.638000', '131917.641000', '131917.644000', '131917.646000', '131917.649000', '131917.651000', '131917.654000', '131917.657000', '131917.659000', '131917.662000', '131917.665000', '131917.667000', '131917.670000', '131917.673000', '131917.675000', '131917.678000', '131917.680000', '131937.566000', '131937.568000', '131937.571000', '131937.574000', '131937.577000', '131937.579000', '131937.582000', '131937.585000', '131937.587000', '131937.590000', '131937.592000', '131937.595000', '131937.599000', '131937.602000', '131937.605000', '131937.607000', '131937.610000', '131937.613000', '131937.615000', '131937.618000', '131937.621000', '131937.623000', '131937.626000', '131937.628000', '131937.631000', '131937.634000', '131937.636000', '131937.639000', '131937.642000', '131937.644000', '131937.647000', '131937.651000', '131937.654000', '131937.657000', '131937.660000', '131937.662000', '131937.665000', '131937.667000', '131937.670000', '131937.673000', '131937.675000', '131937.678000', '131937.681000', '131957.566000', '131957.568000', '131957.571000', '131957.585000', '131957.587000', '131957.590000', '131957.592000', '131957.595000', '131957.598000', '131957.601000', '131957.603000', '131957.606000', '131957.609000', '131957.611000', '131957.614000', '131957.617000', '131957.619000', '131957.622000', '131957.624000', '131957.627000', '131957.630000', '131957.633000', '131957.635000', '131957.638000', '131957.641000', '131957.643000', '131957.646000', '131957.649000', '131957.651000', '131957.654000', '131957.657000', '131957.659000', '131957.662000', '131957.665000', '131957.667000', '131957.670000', '131957.673000', '131957.675000', '131957.678000', '131957.681000', '131957.683000', '131957.686000', '131957.688000', '131957.691000', '132017.567000', '132017.570000', '132017.572000', '132017.575000', '132017.578000', '132017.580000', '132017.583000', '132017.586000', '132017.588000', '132017.591000', '132017.594000', '132017.596000', '132017.599000', '132017.601000', '132017.604000', '132017.607000', '132017.609000', '132017.612000', '132017.615000', '132017.617000', '132017.620000', '132017.623000', '132017.625000', '132017.628000', '132017.631000', '132017.633000', '132017.636000', '132017.639000', '132017.642000', '132017.645000', '132017.648000', '132017.650000', '132017.653000', '132017.656000', '132017.658000', '132017.661000', '132017.663000', '132017.666000', '132017.669000', '132017.671000', '132017.674000', '132017.677000', '132017.679000', '132037.567000', '132037.570000', '132037.573000', '132037.576000', '132037.578000', '132037.581000', '132037.583000', '132037.586000', '132037.589000', '132037.591000', '132037.594000', '132037.597000', '132037.599000', '132037.602000', '132037.605000', '132037.607000', '132037.610000', '132037.613000', '132037.615000', '132037.618000', '132037.621000', '132037.623000', '132037.626000', '132037.629000', '132037.631000', '132037.634000', '132037.636000', '132037.639000', '132037.642000', '132037.644000', '132037.647000', '132037.650000', '132037.652000', '132037.655000', '132037.658000', '132037.660000', '132037.663000', '132037.665000', '132037.668000', '132037.671000', '132037.673000', '132037.676000', '132037.679000', '132037.682000', '132057.567000', '132057.570000', '132057.572000', '132057.575000', '132057.578000', '132057.580000', '132057.583000', '132057.585000', '132057.588000', '132057.591000', '132057.593000', '132057.596000', '132057.599000', '132057.601000', '132057.604000', '132057.606000', '132057.609000', '132057.612000', '132057.614000', '132057.617000', '132057.620000', '132057.622000', '132057.625000', '132057.627000', '132057.630000', '132057.633000', '132057.635000', '132057.638000', '132057.641000', '132057.644000', '132057.647000', '132057.651000', '132057.654000', '132057.657000', '132057.659000', '132057.662000', '132057.665000', '132057.667000', '132057.670000', '132057.673000', '132057.675000', '132057.678000', '132057.680000', '132117.567000', '132117.570000', '132117.572000', '132117.575000', '132117.577000', '132117.580000', '132117.583000', '132117.585000', '132117.588000', '132117.591000', '132117.593000', '132117.596000', '132117.601000', '132117.603000', '132117.606000', '132117.609000', '132117.611000', '132117.614000', '132117.617000', '132117.619000', '132117.622000', '132117.625000', '132117.627000', '132117.630000', '132117.632000', '132117.635000', '132117.638000', '132117.640000', '132117.651000', '132117.654000', '132117.657000', '132117.660000', '132117.662000', '132117.665000', '132117.668000', '132117.670000', '132117.673000', '132117.676000', '132117.678000', '132117.681000', '132117.684000', '132117.686000', '132117.689000', '132117.692000', '132137.566000', '132137.569000', '132137.572000', '132137.575000', '132137.577000', '132137.580000', '132137.582000', '132137.585000', '132137.588000', '132137.590000', '132137.593000', '132137.596000', '132137.598000', '132137.601000', '132137.604000', '132137.606000', '132137.609000', '132137.612000', '132137.615000', '132137.617000', '132137.620000', '132137.623000', '132137.627000', '132137.630000', '132137.632000', '132137.635000', '132137.638000', '132137.640000', '132137.643000', '132137.646000', '132137.648000', '132137.651000', '132137.654000', '132137.657000', '132137.659000', '132137.662000', '132137.664000', '132137.667000', '132137.670000', '132137.672000', '132137.675000', '132137.678000', '132137.680000', '132157.566000', '132157.569000', '132157.571000', '132157.574000', '132157.577000', '132157.580000', '132157.582000', '132157.585000', '132157.588000', '132157.590000', '132157.593000', '132157.596000', '132157.599000', '132157.601000', '132157.604000', '132157.606000', '132157.609000', '132157.612000', '132157.614000', '132157.617000', '132157.620000', '132157.622000', '132157.625000', '132157.628000', '132157.630000', '132157.633000', '132157.636000', '132157.638000', '132157.641000', '132157.644000', '132157.646000', '132157.649000', '132157.651000', '132157.654000', '132157.657000', '132157.659000', '132157.662000', '132157.665000', '132157.667000', '132157.670000', '132157.673000', '132157.675000', '132157.678000', '132157.680000', '132212.171000', '132212.174000', '132212.177000', '132212.180000', '132212.183000', '132212.186000', '132212.188000', '132212.191000', '132212.194000', '132212.197000', '132212.200000', '132212.203000', '132212.206000', '132212.209000', '132212.213000', '132212.215000', '132212.225000', '132212.228000', '132212.231000', '132212.234000', '132212.237000', '132212.239000', '132212.242000', '132212.245000', '132212.248000', '132212.251000', '132212.254000', '132212.256000', '132212.259000', '132212.262000', '132212.265000', '132212.267000'], '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': [8614, 9231, 8058, 9442, 9161, 9915, 8771, 8137, 9451, 8081, 9773, 8771, 9169, 9495, 9042, 9231, 9522, 9078, 9421, 9374, 8560, 9430, 6911, 9562, 8073, 9295, 7994, 9083, 9044, 9202, 9491, 9199, 9174, 8454, 9107, 7405, 9427, 7550, 9420, 8572, 9391, 9216, 9121, 9193, 9230, 9275, 10148, 9080, 8985, 9446, 9235, 9225, 9090, 8953, 8903, 9169, 8984, 8859, 9316, 8866, 9690, 8861, 9666, 9256, 9643, 9210, 8301, 9007, 8060, 9278, 8092, 9241, 8188, 9115, 7777, 9249, 7686, 9352, 8253, 8542, 7335, 8171, 8770, 9443, 9378, 8864, 8675, 8859, 8605, 8769, 9173, 8079, 8769, 7098, 8991, 7878, 9216, 8476, 8853, 7784, 8860, 8083, 9279, 8083, 9057, 8134, 8898, 8475, 9406, 9063, 9388, 9072, 9301, 8746, 9613, 9339, 9706, 9270, 8011, 9282, 8122, 9212, 8600, 9064, 8480, 9092, 8244, 8989, 8566, 9127, 8969, 9044, 9242, 8722, 9380, 8987, 8870, 9059, 8783, 8641, 9034, 7626, 8988, 8441, 9066, 8117, 8516, 8851, 8993, 9012, 11483, 8592, 10018, 8392, 8381, 9066, 8396, 8962, 8900, 8564, 8696, 8914, 8869, 7627, 8251, 7540, 9593, 8946, 9376, 8941, 7681, 9245, 9046, 9442, 8597, 8988, 8817, 9292, 9283, 7911, 9296, 7654, 9037, 6931, 9342, 7283, 9392, 7320, 9349, 7366, 9390, 7554, 9455, 8225, 9382, 7853, 9399, 8165, 9296, 7518, 9167, 7827, 9293, 7764, 9117, 7715, 9127, 8227, 9072, 7866, 8897, 7235, 8919, 7062, 9692, 7578, 9484, 7078, 9241, 7041, 9257, 7864, 9384, 7783, 9010, 7709, 9320, 8599, 9549, 8825, 9089, 8893, 9087, 9149, 9046, 8974, 9521, 8781, 7243, 9518, 7486, 9459, 8705, 8917, 9240, 9609, 9222, 11610, 8800, 10278, 8925, 9821, 9148, 9919, 8868, 9327, 8665, 9792, 9064, 9607, 9159, 8854, 9207, 9432, 9170, 9179, 9112, 8692, 9119, 9057, 9116, 8738, 9197, 8848, 9303, 7667, 9116, 7632, 9252, 8445, 9320, 9435, 8845, 8896, 8609, 8493, 11430, 8751, 8557, 9700, 7237, 9920, 9801, 9017, 9271, 8513, 9586, 9753, 10879, 9033, 9791, 9360, 8781, 9158, 8500, 8734, 9463, 8789, 9563, 9963, 9209, 9264, 9113, 8851, 9631, 9442, 9743, 9437, 6672, 9596, 7585, 9697, 9620, 9408, 9907, 9204, 9436, 9690, 9375, 10583, 9267, 10457, 9008, 10416, 9615, 8920, 9477, 8631, 9428, 8099, 9902, 9678, 9249, 9356, 9427, 9479, 9310, 9781, 8897, 9424, 8428, 9266, 9749, 9370, 9443, 10664, 9336, 9904, 9525, 9396, 9548, 8594, 9570, 9169, 9917, 9128, 9720, 8849, 9467, 9767, 9139, 9702, 9081, 9904, 7757, 9009, 8132, 9750, 9030, 9605, 9568, 8678, 9494, 7797, 9454, 8741, 10372, 9415, 10772, 8861, 9604, 9360, 8252, 9558, 9461, 9500, 7866, 8365, 8966, 8305, 9836, 9992, 8721, 9405, 8403, 9573, 9225, 8603, 9210, 9581, 9237, 9259, 8469, 9749, 9688, 12615, 9477, 9420, 8776, 9827, 9148, 9582, 9542, 8592, 9254, 7759, 9505, 7295, 9626, 8020, 9497, 8432, 9621, 9548, 9513, 9667, 9439, 8968, 8527, 9863, 8399, 9042, 8376, 11785, 8853, 8516, 8949, 8105, 8631, 8967, 8933, 8273, 9319, 9415, 8502, 9668, 7499, 9736, 9195, 12189, 9561, 11066, 9362, 9174, 10372, 8900, 9230, 9561, 9173, 9668, 9386, 9927, 10020, 9384, 9156, 9282, 9482, 9216, 8513, 9438, 9393, 9422, 9463, 9694, 9538, 9259, 9568, 8506, 9488, 7748, 9578, 6829, 9862, 6832, 9748, 6500, 9639, 7079, 9821, 7282, 9554, 7916, 9531, 9048, 9635, 9684, 10255, 9052, 9624, 9293, 9697, 9369, 10492, 9361, 9758, 9200, 9724, 9150, 10286, 9493, 10111, 9662, 8619, 9513, 7442, 8876, 6864, 8402, 8520, 10250, 9495, 7744, 9063, 8171, 9215, 8930, 12489, 8927, 12856, 9465, 11728, 9385, 10121, 9783, 9689, 10038, 10602, 11378, 8619, 9627, 9078, 9510, 9331, 13070, 9330, 8305, 9688, 8214, 9718, 9101, 9332, 9235, 8354, 9636, 7985, 9734, 9119, 9852, 9452, 8561, 9879, 8392, 9801, 8942, 8611, 9563, 7816, 9758, 9532, 7843, 9802, 9785, 8351, 9783, 8535, 9849, 9896, 8773, 9748, 8181, 9968, 9593, 11470, 9323, 8707, 9777, 7994, 10015, 9240, 9902, 9669, 8565, 9439, 9579, 9839, 8144, 9662, 7665, 9835, 8088, 9843, 8837, 10075, 9522, 9734, 9285, 7997, 10046, 7104, 9852, 8537, 9857, 9872, 11618, 9365, 10714, 9874, 9892, 9783, 8691, 9856, 9454, 9769, 9940, 11101, 9618, 8318, 9995, 7759, 9972, 9550, 9207, 9594, 7982, 9937, 7713, 9813, 9771, 11298, 9538, 9674, 9865, 8164, 10033, 9032, 9929, 9663, 9903, 9678, 7411, 9851, 8284, 9225, 9468, 8214, 10191, 10091, 8258, 10172, 9129, 10061, 10073, 9963, 9665, 8623, 9889, 9182, 10069, 9864, 9484, 9738, 9030, 9788, 7764, 9954, 8315, 9715, 8988, 10207, 9995, 9704, 9612, 8773, 9964, 7997, 10280, 8950, 9742, 9872, 9504, 9790, 9722, 9833, 9345, 10005, 10205, 9993, 8910, 9650, 8022, 9649, 7499, 9583, 8409, 9581, 9918, 11015, 8832, 9224, 9006, 7819, 9410, 9726, 11234, 8677, 10657, 8823, 9455, 8976, 8578, 8664, 8285, 8642, 9257, 11784, 8828, 11521, 8275, 7996, 8967, 9449, 10126, 10330, 8470, 8898, 7801, 9763, 9239, 7743, 9388, 8378, 10204, 9191, 11033, 9762, 9373, 9905, 10406, 9476, 9657, 9594, 8318, 9561, 8249, 9607, 9098, 9511, 9201, 7359, 9498, 7334, 9542, 7549, 9654, 8499, 9500, 9173, 9603, 9096, 12094, 9004, 10060, 9128, 10049, 9323, 9253, 9397, 7462, 9512, 6575, 9578, 9285, 12383, 8950, 9605, 8375, 9524, 8746, 7280, 8910, 6817, 9292, 7585, 9487, 9202, 9632, 8790, 9603, 9521, 9403, 11579, 10073, 11040, 9617, 10577, 9298, 10069, 9561, 9282, 9376, 9650, 9265, 8248, 9535, 7463, 9703, 7152, 9384, 7148, 9531, 7706, 9665, 8533, 9651, 8841, 10470, 9544, 12425, 9162, 9901, 9253, 9375, 9012, 11148, 9178, 10194, 9278, 8759, 9427, 7074, 9651, 7399, 9454, 7748, 9679, 8037, 9621, 8250, 9575, 8604, 9587, 8745, 9740, 9075, 9505, 9196, 9390, 8687, 9614, 9186, 6581, 9800], 'WindowCenter': [3534.0, 3531.0, 3509.0, 3516.0, 3516.0, 3514.0, 3504.0, 3492.0, 3513.0, 3493.0, 3513.0, 3502.0, 3501.0, 3513.0, 3501.0, 3514.0, 3514.0, 3504.0, 3501.0, 3514.0, 3502.0, 3503.0, 3493.0, 3526.0, 3505.0, 3515.0, 3504.0, 3504.0, 3515.0, 3515.0, 3528.0, 3516.0, 3518.0, 3505.0, 3516.0, 3495.0, 3517.0, 3507.0, 3517.0, 3516.0, 3516.0, 3515.0, 3515.0, 3517.0, 3515.0, 3515.0, 3514.0, 3503.0, 3502.0, 3512.0, 3503.0, 3514.0, 3502.0, 3503.0, 3502.0, 3503.0, 3503.0, 3515.0, 3514.0, 3504.0, 3514.0, 3503.0, 3514.0, 3516.0, 3514.0, 3515.0, 3492.0, 3503.0, 3493.0, 3515.0, 3493.0, 3504.0, 3491.0, 3502.0, 3492.0, 3514.0, 3493.0, 3514.0, 3504.0, 3504.0, 3493.0, 3503.0, 3505.0, 3515.0, 3516.0, 3504.0, 3504.0, 3503.0, 3515.0, 3516.0, 3516.0, 3504.0, 3504.0, 3482.0, 3502.0, 3504.0, 3515.0, 3493.0, 3503.0, 3491.0, 3501.0, 3491.0, 3513.0, 3491.0, 3502.0, 3492.0, 3501.0, 3492.0, 3502.0, 3505.0, 3502.0, 3503.0, 3503.0, 3504.0, 3513.0, 3515.0, 3514.0, 3505.0, 3493.0, 3502.0, 3491.0, 3503.0, 3502.0, 3503.0, 3490.0, 3490.0, 3490.0, 3490.0, 3490.0, 3500.0, 3500.0, 3489.0, 3501.0, 3490.0, 3513.0, 3503.0, 3503.0, 3502.0, 3503.0, 3503.0, 3504.0, 3493.0, 3503.0, 3492.0, 3502.0, 3492.0, 3490.0, 3501.0, 3501.0, 3502.0, 3511.0, 3490.0, 3500.0, 3490.0, 3489.0, 3500.0, 3490.0, 3490.0, 3500.0, 3489.0, 3503.0, 3501.0, 3501.0, 3480.0, 3490.0, 3479.0, 3501.0, 3501.0, 3501.0, 3502.0, 3492.0, 3502.0, 3502.0, 3502.0, 3491.0, 3491.0, 3503.0, 3501.0, 3502.0, 3478.0, 3500.0, 3479.0, 3489.0, 3481.0, 3501.0, 3478.0, 3501.0, 3478.0, 3501.0, 3492.0, 3513.0, 3492.0, 3513.0, 3492.0, 3515.0, 3505.0, 3516.0, 3504.0, 3515.0, 3493.0, 3517.0, 3494.0, 3516.0, 3494.0, 3515.0, 3506.0, 3518.0, 3505.0, 3505.0, 3494.0, 3504.0, 3494.0, 3505.0, 3494.0, 3517.0, 3494.0, 3516.0, 3495.0, 3516.0, 3495.0, 3518.0, 3507.0, 3517.0, 3494.0, 3505.0, 3494.0, 3516.0, 3505.0, 3515.0, 3503.0, 3503.0, 3503.0, 3504.0, 3515.0, 3503.0, 3504.0, 3502.0, 3504.0, 3493.0, 3515.0, 3494.0, 3515.0, 3505.0, 3504.0, 3515.0, 3514.0, 3504.0, 3525.0, 3502.0, 3502.0, 3502.0, 3500.0, 3501.0, 3500.0, 3490.0, 3489.0, 3490.0, 3498.0, 3501.0, 3500.0, 3501.0, 3488.0, 3500.0, 3489.0, 3502.0, 3501.0, 3501.0, 3490.0, 3502.0, 3490.0, 3503.0, 3503.0, 3513.0, 3502.0, 3503.0, 3492.0, 3504.0, 3494.0, 3516.0, 3506.0, 3517.0, 3516.0, 3516.0, 3518.0, 3517.0, 3518.0, 3526.0, 3505.0, 3504.0, 3515.0, 3483.0, 3514.0, 3514.0, 3503.0, 3516.0, 3504.0, 3515.0, 3515.0, 3513.0, 3503.0, 3502.0, 3502.0, 3490.0, 3502.0, 3489.0, 3488.0, 3499.0, 3488.0, 3500.0, 3498.0, 3488.0, 3487.0, 3488.0, 3486.0, 3488.0, 3499.0, 3499.0, 3502.0, 3470.0, 3514.0, 3505.0, 3515.0, 3516.0, 3516.0, 3515.0, 3503.0, 3516.0, 3514.0, 3505.0, 3513.0, 3503.0, 3512.0, 3502.0, 3512.0, 3502.0, 3490.0, 3501.0, 3490.0, 3502.0, 3492.0, 3513.0, 3513.0, 3503.0, 3503.0, 3503.0, 3515.0, 3514.0, 3515.0, 3502.0, 3502.0, 3492.0, 3503.0, 3515.0, 3502.0, 3514.0, 3512.0, 3502.0, 3502.0, 3514.0, 3501.0, 3502.0, 3489.0, 3501.0, 3499.0, 3512.0, 3501.0, 3500.0, 3501.0, 3500.0, 3512.0, 3502.0, 3515.0, 3503.0, 3515.0, 3493.0, 3504.0, 3493.0, 3514.0, 3517.0, 3514.0, 3515.0, 3504.0, 3515.0, 3506.0, 3528.0, 3505.0, 3514.0, 3514.0, 3514.0, 3503.0, 3513.0, 3514.0, 3502.0, 3502.0, 3502.0, 3501.0, 3492.0, 3502.0, 3502.0, 3491.0, 3501.0, 3501.0, 3491.0, 3501.0, 3491.0, 3503.0, 3503.0, 3491.0, 3502.0, 3502.0, 3500.0, 3501.0, 3490.0, 3501.0, 3500.0, 3513.0, 3487.0, 3475.0, 3475.0, 3486.0, 3488.0, 3499.0, 3499.0, 3489.0, 3502.0, 3491.0, 3527.0, 3494.0, 3516.0, 3505.0, 3516.0, 3505.0, 3516.0, 3516.0, 3516.0, 3517.0, 3504.0, 3504.0, 3504.0, 3526.0, 3506.0, 3516.0, 3504.0, 3524.0, 3501.0, 3490.0, 3502.0, 3492.0, 3504.0, 3514.0, 3514.0, 3506.0, 3515.0, 3515.0, 3504.0, 3514.0, 3481.0, 3502.0, 3501.0, 3523.0, 3501.0, 3511.0, 3490.0, 3489.0, 3500.0, 3487.0, 3486.0, 3486.0, 3474.0, 3486.0, 3485.0, 3486.0, 3485.0, 3485.0, 3474.0, 3485.0, 3485.0, 3486.0, 3474.0, 3487.0, 3486.0, 3487.0, 3487.0, 3499.0, 3499.0, 3500.0, 3500.0, 3489.0, 3500.0, 3479.0, 3512.0, 3470.0, 3514.0, 3481.0, 3514.0, 3472.0, 3515.0, 3495.0, 3528.0, 3495.0, 3528.0, 3507.0, 3528.0, 3530.0, 3529.0, 3529.0, 3528.0, 3517.0, 3516.0, 3518.0, 3516.0, 3517.0, 3526.0, 3516.0, 3514.0, 3515.0, 3514.0, 3516.0, 3513.0, 3514.0, 3513.0, 3516.0, 3505.0, 3515.0, 3494.0, 3515.0, 3496.0, 3518.0, 3529.0, 3552.0, 3541.0, 3519.0, 3529.0, 3517.0, 3517.0, 3516.0, 3536.0, 3515.0, 3535.0, 3515.0, 3535.0, 3514.0, 3513.0, 3513.0, 3501.0, 3511.0, 3510.0, 3510.0, 3486.0, 3486.0, 3485.0, 3485.0, 3486.0, 3506.0, 3485.0, 3474.0, 3484.0, 3473.0, 3484.0, 3485.0, 3485.0, 3487.0, 3475.0, 3496.0, 3476.0, 3498.0, 3498.0, 3498.0, 3501.0, 3500.0, 3500.0, 3488.0, 3500.0, 3500.0, 3490.0, 3502.0, 3491.0, 3513.0, 3513.0, 3492.0, 3513.0, 3514.0, 3502.0, 3515.0, 3503.0, 3515.0, 3514.0, 3503.0, 3514.0, 3503.0, 3513.0, 3513.0, 3523.0, 3503.0, 3503.0, 3513.0, 3492.0, 3514.0, 3514.0, 3513.0, 3514.0, 3504.0, 3516.0, 3514.0, 3515.0, 3491.0, 3513.0, 3491.0, 3514.0, 3492.0, 3514.0, 3503.0, 3514.0, 3514.0, 3514.0, 3515.0, 3505.0, 3526.0, 3494.0, 3526.0, 3516.0, 3526.0, 3526.0, 3526.0, 3515.0, 3515.0, 3515.0, 3514.0, 3514.0, 3504.0, 3514.0, 3514.0, 3513.0, 3515.0, 3523.0, 3515.0, 3492.0, 3512.0, 3491.0, 3513.0, 3513.0, 3502.0, 3514.0, 3492.0, 3514.0, 3493.0, 3513.0, 3513.0, 3523.0, 3514.0, 3501.0, 3514.0, 3502.0, 3513.0, 3503.0, 3515.0, 3513.0, 3512.0, 3515.0, 3492.0, 3513.0, 3503.0, 3502.0, 3527.0, 3505.0, 3525.0, 3526.0, 3505.0, 3527.0, 3516.0, 3515.0, 3515.0, 3515.0, 3515.0, 3502.0, 3513.0, 3501.0, 3500.0, 3501.0, 3500.0, 3502.0, 3501.0, 3513.0, 3479.0, 3511.0, 3491.0, 3513.0, 3502.0, 3513.0, 3513.0, 3513.0, 3513.0, 3503.0, 3514.0, 3504.0, 3514.0, 3504.0, 3514.0, 3514.0, 3514.0, 3516.0, 3515.0, 3514.0, 3503.0, 3514.0, 3514.0, 3528.0, 3516.0, 3527.0, 3503.0, 3525.0, 3504.0, 3527.0, 3515.0, 3527.0, 3527.0, 3527.0, 3517.0, 3516.0, 3516.0, 3505.0, 3516.0, 3516.0, 3525.0, 3504.0, 3524.0, 3515.0, 3514.0, 3504.0, 3502.0, 3501.0, 3490.0, 3489.0, 3501.0, 3510.0, 3500.0, 3509.0, 3503.0, 3489.0, 3500.0, 3498.0, 3499.0, 3499.0, 3490.0, 3502.0, 3491.0, 3525.0, 3528.0, 3504.0, 3514.0, 3503.0, 3513.0, 3516.0, 3512.0, 3513.0, 3500.0, 3501.0, 3499.0, 3499.0, 3499.0, 3498.0, 3488.0, 3498.0, 3487.0, 3498.0, 3499.0, 3499.0, 3501.0, 3479.0, 3512.0, 3492.0, 3514.0, 3492.0, 3514.0, 3504.0, 3513.0, 3514.0, 3514.0, 3504.0, 3524.0, 3503.0, 3512.0, 3513.0, 3513.0, 3513.0, 3503.0, 3502.0, 3491.0, 3513.0, 3482.0, 3514.0, 3514.0, 3536.0, 3501.0, 3500.0, 3490.0, 3512.0, 3503.0, 3492.0, 3515.0, 3494.0, 3528.0, 3507.0, 3528.0, 3529.0, 3527.0, 3516.0, 3516.0, 3516.0, 3515.0, 3525.0, 3515.0, 3512.0, 3501.0, 3511.0, 3501.0, 3500.0, 3501.0, 3501.0, 3500.0, 3500.0, 3501.0, 3489.0, 3512.0, 3480.0, 3512.0, 3481.0, 3514.0, 3482.0, 3514.0, 3493.0, 3513.0, 3502.0, 3513.0, 3502.0, 3512.0, 3513.0, 3522.0, 3502.0, 3500.0, 3501.0, 3501.0, 3500.0, 3510.0, 3501.0, 3499.0, 3501.0, 3490.0, 3501.0, 3480.0, 3501.0, 3480.0, 3512.0, 3491.0, 3512.0, 3490.0, 3513.0, 3491.0, 3501.0, 3503.0, 3513.0, 3503.0, 3501.0, 3503.0, 3513.0, 3514.0, 3503.0, 3514.0, 3514.0, 3514.0, 3484.0, 3527.0], 'WindowWidth': [8020.0, 8008.0, 7972.0, 7978.0, 7974.0, 7969.0, 7955.0, 7936.0, 7966.0, 7940.0, 7965.0, 7948.0, 7946.0, 7964.0, 7946.0, 7968.0, 7968.0, 7956.0, 7947.0, 7967.0, 7949.0, 7952.0, 7942.0, 7989.0, 7960.0, 7971.0, 7955.0, 7955.0, 7972.0, 7974.0, 7996.0, 7977.0, 7981.0, 7959.0, 7976.0, 7948.0, 7978.0, 7968.0, 7979.0, 7976.0, 7975.0, 7973.0, 7971.0, 7977.0, 7972.0, 7972.0, 7968.0, 7953.0, 7950.0, 7964.0, 7953.0, 7970.0, 7950.0, 7954.0, 7949.0, 7952.0, 7952.0, 7974.0, 7968.0, 7955.0, 7966.0, 7953.0, 7968.0, 7975.0, 7968.0, 7971.0, 7938.0, 7952.0, 7940.0, 7973.0, 7939.0, 7953.0, 7933.0, 7949.0, 7936.0, 7968.0, 7942.0, 7969.0, 7955.0, 7957.0, 7940.0, 7954.0, 7959.0, 7972.0, 7975.0, 7956.0, 7958.0, 7955.0, 7973.0, 7977.0, 7976.0, 7958.0, 7957.0, 7925.0, 7952.0, 7958.0, 7970.0, 7939.0, 7951.0, 7932.0, 7947.0, 7932.0, 7964.0, 7935.0, 7949.0, 7935.0, 7947.0, 7937.0, 7950.0, 7958.0, 7951.0, 7954.0, 7953.0, 7954.0, 7965.0, 7973.0, 7969.0, 7957.0, 7937.0, 7949.0, 7932.0, 7951.0, 7950.0, 7950.0, 7929.0, 7928.0, 7929.0, 7928.0, 7929.0, 7941.0, 7943.0, 7927.0, 7945.0, 7930.0, 7967.0, 7952.0, 7953.0, 7949.0, 7951.0, 7951.0, 7953.0, 7940.0, 7953.0, 7935.0, 7949.0, 7934.0, 7930.0, 7947.0, 7947.0, 7949.0, 7959.0, 7929.0, 7941.0, 7928.0, 7929.0, 7943.0, 7929.0, 7930.0, 7943.0, 7927.0, 7951.0, 7945.0, 7947.0, 7916.0, 7930.0, 7913.0, 7944.0, 7946.0, 7945.0, 7949.0, 7936.0, 7949.0, 7947.0, 7947.0, 7932.0, 7931.0, 7950.0, 7944.0, 7947.0, 7911.0, 7941.0, 7912.0, 7927.0, 7918.0, 7945.0, 7911.0, 7944.0, 7911.0, 7944.0, 7937.0, 7966.0, 7937.0, 7965.0, 7936.0, 7970.0, 7959.0, 7973.0, 7956.0, 7971.0, 7940.0, 7976.0, 7944.0, 7973.0, 7943.0, 7972.0, 7963.0, 7981.0, 7959.0, 7957.0, 7941.0, 7956.0, 7941.0, 7959.0, 7942.0, 7978.0, 7945.0, 7976.0, 7945.0, 7976.0, 7949.0, 7980.0, 7964.0, 7977.0, 7944.0, 7958.0, 7944.0, 7975.0, 7957.0, 7970.0, 7953.0, 7951.0, 7952.0, 7953.0, 7971.0, 7952.0, 7957.0, 7949.0, 7954.0, 7941.0, 7973.0, 7944.0, 7972.0, 7958.0, 7956.0, 7970.0, 7968.0, 7954.0, 7983.0, 7949.0, 7946.0, 7946.0, 7941.0, 7943.0, 7940.0, 7929.0, 7923.0, 7926.0, 7936.0, 7943.0, 7942.0, 7943.0, 7924.0, 7942.0, 7925.0, 7946.0, 7945.0, 7946.0, 7928.0, 7946.0, 7928.0, 7950.0, 7952.0, 7966.0, 7947.0, 7952.0, 7936.0, 7954.0, 7943.0, 7976.0, 7962.0, 7977.0, 7976.0, 7975.0, 7981.0, 7980.0, 7983.0, 7989.0, 7957.0, 7955.0, 7971.0, 7924.0, 7967.0, 7969.0, 7954.0, 7973.0, 7956.0, 7971.0, 7970.0, 7966.0, 7950.0, 7948.0, 7948.0, 7929.0, 7948.0, 7925.0, 7923.0, 7939.0, 7924.0, 7941.0, 7936.0, 7923.0, 7920.0, 7923.0, 7916.0, 7920.0, 7938.0, 7940.0, 7948.0, 7906.0, 7970.0, 7959.0, 7973.0, 7975.0, 7973.0, 7972.0, 7952.0, 7974.0, 7968.0, 7956.0, 7963.0, 7950.0, 7959.0, 7949.0, 7961.0, 7948.0, 7929.0, 7944.0, 7929.0, 7948.0, 7937.0, 7965.0, 7965.0, 7951.0, 7951.0, 7950.0, 7971.0, 7969.0, 7970.0, 7949.0, 7949.0, 7934.0, 7953.0, 7970.0, 7950.0, 7967.0, 7960.0, 7947.0, 7946.0, 7967.0, 7947.0, 7949.0, 7927.0, 7943.0, 7940.0, 7961.0, 7947.0, 7943.0, 7944.0, 7942.0, 7960.0, 7949.0, 7971.0, 7952.0, 7972.0, 7939.0, 7955.0, 7938.0, 7967.0, 7976.0, 7968.0, 7971.0, 7956.0, 7971.0, 7963.0, 7995.0, 7960.0, 7969.0, 7968.0, 7967.0, 7951.0, 7966.0, 7968.0, 7950.0, 7951.0, 7948.0, 7946.0, 7937.0, 7951.0, 7950.0, 7933.0, 7944.0, 7946.0, 7932.0, 7946.0, 7933.0, 7952.0, 7952.0, 7932.0, 7949.0, 7946.0, 7943.0, 7945.0, 7929.0, 7945.0, 7942.0, 7965.0, 7918.0, 7899.0, 7899.0, 7915.0, 7924.0, 7937.0, 7941.0, 7926.0, 7949.0, 7935.0, 7990.0, 7944.0, 7975.0, 7958.0, 7973.0, 7960.0, 7976.0, 7977.0, 7973.0, 7977.0, 7954.0, 7955.0, 7956.0, 7989.0, 7963.0, 7976.0, 7957.0, 7981.0, 7944.0, 7929.0, 7949.0, 7936.0, 7957.0, 7970.0, 7970.0, 7963.0, 7972.0, 7973.0, 7954.0, 7968.0, 7920.0, 7946.0, 7945.0, 7977.0, 7947.0, 7957.0, 7929.0, 7924.0, 7940.0, 7917.0, 7915.0, 7915.0, 7895.0, 7914.0, 7911.0, 7915.0, 7912.0, 7911.0, 7897.0, 7914.0, 7912.0, 7914.0, 7896.0, 7918.0, 7915.0, 7920.0, 7920.0, 7938.0, 7939.0, 7942.0, 7943.0, 7927.0, 7944.0, 7915.0, 7963.0, 7906.0, 7966.0, 7921.0, 7967.0, 7910.0, 7974.0, 7947.0, 7993.0, 7947.0, 7994.0, 7966.0, 7993.0, 8001.0, 7997.0, 7997.0, 7994.0, 7980.0, 7975.0, 7981.0, 7976.0, 7979.0, 7987.0, 7975.0, 7969.0, 7971.0, 7969.0, 7974.0, 7965.0, 7968.0, 7967.0, 7974.0, 7959.0, 7972.0, 7943.0, 7973.0, 7952.0, 7987.0, 8004.0, 8039.0, 8023.0, 7988.0, 8002.0, 7983.0, 7980.0, 7977.0, 8003.0, 7975.0, 8000.0, 7975.0, 8000.0, 7972.0, 7968.0, 7968.0, 7948.0, 7962.0, 7957.0, 7959.0, 7918.0, 7919.0, 7915.0, 7914.0, 7917.0, 7945.0, 7913.0, 7900.0, 7913.0, 7897.0, 7912.0, 7914.0, 7914.0, 7919.0, 7903.0, 7932.0, 7906.0, 7936.0, 7938.0, 7938.0, 7947.0, 7945.0, 7943.0, 7926.0, 7941.0, 7942.0, 7929.0, 7949.0, 7934.0, 7966.0, 7968.0, 7937.0, 7967.0, 7968.0, 7952.0, 7970.0, 7953.0, 7972.0, 7969.0, 7953.0, 7969.0, 7954.0, 7966.0, 7966.0, 7980.0, 7953.0, 7952.0, 7967.0, 7938.0, 7968.0, 7969.0, 7966.0, 7969.0, 7955.0, 7974.0, 7968.0, 7972.0, 7935.0, 7965.0, 7935.0, 7969.0, 7939.0, 7970.0, 7952.0, 7968.0, 7970.0, 7972.0, 7975.0, 7960.0, 7990.0, 7946.0, 7989.0, 7976.0, 7990.0, 7990.0, 7988.0, 7971.0, 7971.0, 7972.0, 7971.0, 7970.0, 7956.0, 7968.0, 7968.0, 7964.0, 7972.0, 7980.0, 7971.0, 7936.0, 7963.0, 7935.0, 7965.0, 7967.0, 7952.0, 7968.0, 7937.0, 7968.0, 7941.0, 7967.0, 7967.0, 7980.0, 7967.0, 7948.0, 7967.0, 7950.0, 7965.0, 7951.0, 7973.0, 7966.0, 7964.0, 7972.0, 7939.0, 7966.0, 7953.0, 7951.0, 7993.0, 7960.0, 7986.0, 7988.0, 7960.0, 7992.0, 7976.0, 7970.0, 7971.0, 7970.0, 7971.0, 7950.0, 7965.0, 7945.0, 7943.0, 7944.0, 7942.0, 7949.0, 7944.0, 7964.0, 7915.0, 7959.0, 7933.0, 7966.0, 7950.0, 7964.0, 7964.0, 7964.0, 7966.0, 7954.0, 7970.0, 7956.0, 7969.0, 7955.0, 7968.0, 7968.0, 7968.0, 7972.0, 7970.0, 7970.0, 7951.0, 7969.0, 7967.0, 7996.0, 7978.0, 7994.0, 7957.0, 7988.0, 7960.0, 7992.0, 7976.0, 7992.0, 7995.0, 7994.0, 7980.0, 7977.0, 7977.0, 7962.0, 7977.0, 7976.0, 7988.0, 7958.0, 7984.0, 7972.0, 7969.0, 7957.0, 7951.0, 7947.0, 7931.0, 7930.0, 7947.0, 7958.0, 7944.0, 7953.0, 7952.0, 7927.0, 7943.0, 7936.0, 7939.0, 7940.0, 7932.0, 7950.0, 7937.0, 7988.0, 7997.0, 7961.0, 7971.0, 7955.0, 7967.0, 7975.0, 7963.0, 7965.0, 7943.0, 7945.0, 7941.0, 7941.0, 7939.0, 7937.0, 7923.0, 7936.0, 7922.0, 7938.0, 7940.0, 7940.0, 7945.0, 7917.0, 7963.0, 7938.0, 7969.0, 7939.0, 7968.0, 7957.0, 7967.0, 7970.0, 7970.0, 7956.0, 7981.0, 7953.0, 7964.0, 7966.0, 7966.0, 7967.0, 7952.0, 7951.0, 7936.0, 7967.0, 7927.0, 7972.0, 7971.0, 8004.0, 7948.0, 7942.0, 7933.0, 7962.0, 7954.0, 7940.0, 7973.0, 7947.0, 7996.0, 7969.0, 7997.0, 7998.0, 7994.0, 7977.0, 7975.0, 7977.0, 7974.0, 7985.0, 7971.0, 7962.0, 7947.0, 7959.0, 7947.0, 7944.0, 7946.0, 7945.0, 7945.0, 7943.0, 7947.0, 7930.0, 7962.0, 7919.0, 7964.0, 7921.0, 7969.0, 7926.0, 7968.0, 7940.0, 7965.0, 7951.0, 7965.0, 7952.0, 7964.0, 7967.0, 7975.0, 7948.0, 7943.0, 7945.0, 7946.0, 7945.0, 7956.0, 7944.0, 7940.0, 7947.0, 7931.0, 7947.0, 7917.0, 7946.0, 7919.0, 7962.0, 7935.0, 7963.0, 7933.0, 7964.0, 7934.0, 7947.0, 7952.0, 7966.0, 7953.0, 7948.0, 7952.0, 7966.0, 7967.0, 7952.0, 7972.0, 7969.0, 7967.0, 7930.0, 7993.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.0002879219288174512</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.027279344087256026</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.160464341574716</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1997100179655158</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0005798037356317</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4445</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5565.0166</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07376242699079999</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>11</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.2629161882893227</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.501311099257752</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4354558510251167</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.731703207598393</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3367742391497464</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0158573</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014961771667003632</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02889658510684967</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.716890688470526</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.6999998092651367</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>34.4414</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.6002</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>128.312</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>310358.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>566.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>251.0565</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1799</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>391.0582</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2763.2677</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>2979.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>66186.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>776.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3615.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>801.4703</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>38.70947236509528</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> |