=== 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-0031 --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-0031",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
107 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
107 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-0031_ses-03_task-social_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0031_ses-03_task-social_acq-mb8_run-02_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-03_subject-0031_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-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-03_subject-0031_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-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-03_subject-0031_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-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-03_subject-0031_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-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-03_subject-0031_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-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-03_subject-0031_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-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0031_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-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0031/ses-03/func/sub-0031_ses-03_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>4f4be4497c7debf56b430f083002de50</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>15:15:15.517500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999858, 0.00452161, -0.0162342, -0.00471177, 0.99992, -0.0116947]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.100329</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4144, -7731, -7235, 527, -47, -182, 123, 57]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>270.39</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>de8b06dd-f3a4-41d8-8d53-c39301d29b10||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6825459003448486, -0.012641342356801033, -0.043686121702194214, 114.0643081665039], [-0.01213114708662033, 2.682713747024536, -0.031777676194906235, -86.28300476074219], [-0.043555211275815964, 0.03137596696615219, 2.6994595527648926, -60.388023376464844], [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': ['151515.517500', '151515.977500', '151516.437500', '151516.897500', '151517.357500', '151517.817500', '151518.277500', '151518.737500', '151519.197500', '151519.657500', '151520.117500', '151520.577500', '151521.037500', '151521.497500', '151521.957500', '151522.417500', '151522.877500', '151523.337500', '151523.797500', '151524.257500', '151524.717500', '151525.177500', '151525.637500', '151526.097500', '151526.557500', '151527.017500', '151527.477500', '151527.937500', '151528.397500', '151528.857500', '151529.317500', '151529.777500', '151530.237500', '151530.697500', '151531.157500', '151531.617500', '151532.077500', '151532.537500', '151532.997500', '151533.457500', '151533.917500', '151534.377500', '151534.837500', '151535.297500', '151535.757500', '151536.217500', '151536.677500', '151537.137500', '151537.597500', '151538.057500', '151538.517500', '151538.977500', '151539.437500', '151539.897500', '151540.357500', '151540.817500', '151541.277500', '151541.737500', '151542.197500', '151542.657500', '151543.117500', '151543.577500', '151544.037500', '151544.497500', '151544.957500', '151545.417500', '151545.877500', '151546.337500', '151546.797500', '151547.257500', '151547.717500', '151548.177500', '151548.637500', '151549.097500', '151549.557500', '151550.017500', '151550.477500', '151550.937500', '151551.397500', '151551.857500', '151552.317500', '151552.777500', '151553.237500', '151553.697500', '151554.157500', '151554.617500', '151555.077500', '151555.537500', '151555.997500', '151556.457500', '151556.917500', '151557.377500', '151557.837500', '151558.297500', '151558.757500', '151559.217500', '151559.677500', '151600.137500', '151600.597500', '151601.057500', '151601.517500', '151601.977500', '151602.437500', '151602.897500', '151603.357500', '151603.817500', '151604.277500', '151604.737500', '151605.197500', '151605.657500', '151606.117500', '151606.577500', '151607.037500', '151607.497500', '151607.957500', '151608.417500', '151608.877500', '151609.337500', '151609.797500', '151610.257500', '151610.717500', '151611.177500', '151611.637500', '151612.097500', '151612.557500', '151613.017500', '151613.477500', '151613.937500', '151614.397500', '151614.857500', '151615.317500', '151615.777500', '151616.237500', '151616.697500', '151617.157500', '151617.617500', '151618.077500', '151618.537500', '151618.997500', '151619.457500', '151619.917500', '151620.377500', '151620.837500', '151621.297500', '151621.757500', '151622.217500', '151622.677500', '151623.137500', '151623.597500', '151624.057500', '151624.517500', '151624.977500', '151625.437500', '151625.897500', '151626.357500', '151626.817500', '151627.277500', '151627.737500', '151628.197500', '151628.657500', '151629.117500', '151629.577500', '151630.037500', '151630.497500', '151630.957500', '151631.417500', '151631.877500', '151632.337500', '151632.797500', '151633.257500', '151633.717500', '151634.177500', '151634.637500', '151635.097500', '151635.557500', '151636.017500', '151636.477500', '151636.937500', '151637.397500', '151637.857500', '151638.317500', '151638.777500', '151639.237500', '151639.697500', '151640.157500', '151640.617500', '151641.077500', '151641.537500', '151641.997500', '151642.457500', '151642.917500', '151643.377500', '151643.837500', '151644.297500', '151644.757500', '151645.217500', '151645.677500', '151646.137500', '151646.597500', '151647.057500', '151647.517500', '151647.977500', '151648.437500', '151648.897500', '151649.357500', '151649.817500', '151650.277500', '151650.737500', '151651.197500', '151651.657500', '151652.117500', '151652.577500', '151653.037500', '151653.497500', '151653.957500', '151654.417500', '151654.877500', '151655.337500', '151655.797500', '151656.257500', '151656.717500', '151657.177500', '151657.637500', '151658.097500', '151658.557500', '151659.017500', '151659.477500', '151659.937500', '151700.397500', '151700.857500', '151701.317500', '151701.777500', '151702.237500', '151702.697500', '151703.157500', '151703.617500', '151704.077500', '151704.537500', '151704.997500', '151705.457500', '151705.917500', '151706.377500', '151706.837500', '151707.297500', '151707.757500', '151708.217500', '151708.677500', '151709.137500', '151709.597500', '151710.057500', '151710.517500', '151710.977500', '151711.437500', '151711.897500', '151712.357500', '151712.817500', '151713.277500', '151713.737500', '151714.197500', '151714.657500', '151715.117500', '151715.577500', '151716.037500', '151716.497500', '151716.957500', '151717.417500', '151717.877500', '151718.337500', '151718.797500', '151719.257500', '151719.717500', '151720.177500', '151720.637500', '151721.097500', '151721.557500', '151722.017500', '151722.477500', '151722.937500', '151723.397500', '151723.857500', '151724.317500', '151724.777500', '151725.237500', '151725.697500', '151726.157500', '151726.617500', '151727.077500', '151727.537500', '151727.997500', '151728.457500', '151728.917500', '151729.377500', '151729.837500', '151730.297500', '151730.757500', '151731.217500', '151731.677500', '151732.137500', '151732.597500', '151733.057500', '151733.517500', '151733.977500', '151734.437500', '151734.897500', '151735.357500', '151735.817500', '151736.277500', '151736.737500', '151737.197500', '151737.657500', '151738.117500', '151738.577500', '151739.037500', '151739.497500', '151739.957500', '151740.417500', '151740.877500', '151741.337500', '151741.797500', '151742.257500', '151742.717500', '151743.177500', '151743.637500', '151744.097500', '151744.557500', '151745.017500', '151745.477500', '151745.937500', '151746.397500', '151746.857500', '151747.317500', '151747.777500', '151748.237500', '151748.697500', '151749.157500', '151749.617500', '151750.077500', '151750.537500', '151750.997500', '151751.457500', '151751.917500', '151752.377500', '151752.837500', '151753.297500', '151753.757500', '151754.217500', '151754.677500', '151755.137500', '151755.597500', '151756.057500', '151756.517500', '151756.977500', '151757.437500', '151757.897500', '151758.357500', '151758.817500', '151759.277500', '151759.737500', '151800.197500', '151800.657500', '151801.117500', '151801.577500', '151802.037500', '151802.497500', '151802.957500', '151803.417500', '151803.877500', '151804.337500', '151804.797500', '151805.257500', '151805.717500', '151806.177500', '151806.637500', '151807.097500', '151807.557500', '151808.017500', '151808.477500', '151808.937500', '151809.397500', '151809.857500', '151810.317500', '151810.777500', '151811.237500', '151811.697500', '151812.157500', '151812.617500', '151813.077500', '151813.537500', '151813.997500', '151814.457500', '151814.917500', '151815.377500', '151815.837500', '151816.297500', '151816.757500', '151817.217500', '151817.677500', '151818.137500', '151818.597500', '151819.057500', '151819.517500', '151819.977500', '151820.437500', '151820.897500', '151821.357500', '151821.817500', '151822.277500', '151822.737500', '151823.197500', '151823.657500', '151824.117500', '151824.577500', '151825.037500', '151825.497500', '151825.957500', '151826.417500', '151826.877500', '151827.337500', '151827.797500', '151828.257500', '151828.717500', '151829.177500', '151829.637500', '151830.097500', '151830.557500', '151831.017500', '151831.477500', '151831.937500', '151832.397500', '151832.857500', '151833.317500', '151833.777500', '151834.237500', '151834.697500', '151835.157500', '151835.617500', '151836.077500', '151836.537500', '151836.997500', '151837.457500', '151837.917500', '151838.377500', '151838.837500', '151839.297500', '151839.757500', '151840.217500', '151840.677500', '151841.137500', '151841.597500', '151842.057500', '151842.517500', '151842.977500', '151843.437500', '151843.897500', '151844.357500', '151844.817500', '151845.277500', '151845.737500', '151846.197500', '151846.657500', '151847.117500', '151847.577500', '151848.037500', '151848.497500', '151848.957500', '151849.417500', '151849.877500', '151850.337500', '151850.797500', '151851.257500', '151851.717500', '151852.177500', '151852.637500', '151853.097500', '151853.557500', '151854.017500', '151854.477500', '151854.937500', '151855.397500', '151855.857500', '151856.317500', '151856.777500', '151857.237500', '151857.697500', '151858.157500', '151858.617500', '151859.077500', '151859.537500', '151859.997500', '151900.457500', '151900.917500', '151901.377500', '151901.837500', '151902.297500', '151902.757500', '151903.217500', '151903.677500', '151904.137500', '151904.597500', '151905.057500', '151905.517500', '151905.977500', '151906.437500', '151906.897500', '151907.357500', '151907.817500', '151908.277500', '151908.737500', '151909.197500', '151909.657500', '151910.117500', '151910.577500', '151911.037500', '151911.497500', '151911.957500', '151912.417500', '151912.877500', '151913.337500', '151913.797500', '151914.257500', '151914.717500', '151915.177500', '151915.637500', '151916.097500', '151916.557500', '151917.017500', '151917.477500', '151917.937500', '151918.397500', '151918.857500', '151919.317500', '151919.777500', '151920.237500', '151920.697500', '151921.157500', '151921.617500', '151922.077500', '151922.537500', '151922.997500', '151923.457500', '151923.917500', '151924.377500', '151924.837500', '151925.297500', '151925.757500', '151926.217500', '151926.677500', '151927.137500', '151927.597500', '151928.057500', '151928.517500', '151928.977500', '151929.437500', '151929.897500', '151930.357500', '151930.817500', '151931.277500', '151931.737500', '151932.197500', '151932.657500', '151933.117500', '151933.577500', '151934.037500', '151934.497500', '151934.957500', '151935.417500', '151935.877500', '151936.337500', '151936.797500', '151937.257500', '151937.717500', '151938.177500', '151938.637500', '151939.097500', '151939.557500', '151940.017500', '151940.477500', '151940.937500', '151941.397500', '151941.857500', '151942.317500', '151942.777500', '151943.237500', '151943.697500', '151944.157500', '151944.617500', '151945.077500', '151945.537500', '151945.997500', '151946.457500', '151946.917500', '151947.377500', '151947.837500', '151948.297500', '151948.757500', '151949.217500', '151949.677500', '151950.137500', '151950.597500', '151951.057500', '151951.517500', '151951.977500', '151952.437500', '151952.897500', '151953.357500', '151953.817500', '151954.277500', '151954.737500', '151955.197500', '151955.657500', '151956.117500', '151956.577500', '151957.037500', '151957.497500', '151957.957500', '151958.417500', '151958.877500', '151959.337500', '151959.797500', '152000.257500', '152000.717500', '152001.177500', '152001.637500', '152002.097500', '152002.557500', '152003.017500', '152003.477500', '152003.937500', '152004.397500', '152004.857500', '152005.317500', '152005.777500', '152006.237500', '152006.697500', '152007.157500', '152007.617500', '152008.077500', '152008.537500', '152008.997500', '152009.457500', '152009.917500', '152010.377500', '152010.837500', '152011.297500', '152011.757500', '152012.217500', '152012.677500', '152013.137500', '152013.597500', '152014.057500', '152014.517500', '152014.977500', '152015.437500', '152015.897500', '152016.357500', '152016.817500', '152017.277500', '152017.737500', '152018.197500', '152018.657500', '152019.117500', '152019.577500', '152020.037500', '152020.497500', '152020.957500', '152021.417500', '152021.877500', '152022.337500', '152022.797500', '152023.257500', '152023.717500', '152024.177500', '152024.637500', '152025.097500', '152025.557500', '152026.017500', '152026.477500', '152026.937500', '152027.397500', '152027.857500', '152028.317500', '152028.777500', '152029.237500', '152029.697500', '152030.157500', '152030.617500', '152031.077500', '152031.537500', '152031.997500', '152032.457500', '152032.917500', '152033.377500', '152033.837500', '152034.297500', '152034.757500', '152035.217500', '152035.677500', '152036.137500', '152036.597500', '152037.057500', '152037.517500', '152037.977500', '152038.437500', '152038.897500', '152039.357500', '152039.817500', '152040.277500', '152040.737500', '152041.197500', '152041.657500', '152042.117500', '152042.577500', '152043.037500', '152043.497500', '152043.957500', '152044.417500', '152044.877500', '152045.337500', '152045.797500', '152046.257500', '152046.717500', '152047.177500', '152047.637500', '152048.097500', '152048.557500', '152049.017500', '152049.477500', '152049.937500', '152050.397500', '152050.857500', '152051.317500', '152051.777500', '152052.237500', '152052.697500', '152053.157500', '152053.617500', '152054.077500', '152054.537500', '152054.997500', '152055.457500', '152055.917500', '152056.377500', '152056.837500', '152057.297500', '152057.757500', '152058.217500', '152058.677500', '152059.137500', '152059.597500', '152100.057500', '152100.517500', '152100.977500', '152101.437500', '152101.897500', '152102.357500', '152102.817500', '152103.277500', '152103.737500', '152104.197500', '152104.657500', '152105.117500', '152105.577500', '152106.037500', '152106.497500', '152106.957500', '152107.417500', '152107.877500', '152108.337500', '152108.797500', '152109.257500', '152109.717500', '152110.177500', '152110.637500', '152111.097500', '152111.557500', '152112.017500', '152112.477500', '152112.937500', '152113.397500', '152113.857500', '152114.317500', '152114.777500', '152115.237500', '152115.697500', '152116.157500', '152116.617500', '152117.077500', '152117.537500', '152117.997500', '152118.457500', '152118.917500', '152119.377500', '152119.837500', '152120.297500', '152120.757500', '152121.217500', '152121.677500', '152122.137500', '152122.597500', '152123.057500', '152123.517500', '152123.977500', '152124.437500', '152124.897500', '152125.357500', '152125.817500', '152126.277500', '152126.737500', '152127.197500', '152127.657500', '152128.117500', '152128.577500', '152129.037500', '152129.497500', '152129.957500', '152130.417500', '152130.877500', '152131.337500', '152131.797500', '152132.257500', '152132.717500', '152133.177500', '152133.637500', '152134.097500', '152134.557500', '152135.017500', '152135.477500', '152135.937500', '152136.397500', '152136.857500', '152137.317500', '152137.777500', '152138.237500', '152138.697500', '152139.157500', '152139.617500', '152140.077500', '152140.537500', '152140.997500', '152141.457500', '152141.917500', '152142.377500', '152142.837500', '152143.297500', '152143.757500', '152144.217500', '152144.677500', '152145.137500', '152145.597500', '152146.057500', '152146.517500', '152146.977500', '152147.437500', '152147.897500', '152148.357500', '152148.817500', '152149.277500', '152149.737500', '152150.197500', '152150.657500', '152151.117500', '152151.577500', '152152.037500', '152152.497500', '152152.957500', '152153.417500', '152153.877500', '152154.337500', '152154.797500', '152155.257500', '152155.717500', '152156.177500'], 'ContentTime': ['151525.847000', '151525.850000', '151525.854000', '151525.857000', '151525.860000', '151525.863000', '151525.865000', '151525.868000', '151525.871000', '151525.874000', '151525.877000', '151525.880000', '151525.883000', '151525.885000', '151525.888000', '151525.902000', '151525.905000', '151525.908000', '151525.910000', '151525.919000', '151525.922000', '151525.924000', '151545.815000', '151545.818000', '151545.821000', '151545.824000', '151545.827000', '151545.830000', '151545.833000', '151545.835000', '151545.838000', '151545.841000', '151545.850000', '151545.853000', '151545.856000', '151545.859000', '151545.862000', '151545.865000', '151545.867000', '151545.870000', '151545.873000', '151545.876000', '151545.879000', '151545.882000', '151545.886000', '151545.889000', '151545.892000', '151545.895000', '151545.898000', '151545.900000', '151545.903000', '151545.906000', '151545.909000', '151545.912000', '151545.915000', '151545.917000', '151545.920000', '151545.923000', '151545.926000', '151545.929000', '151545.932000', '151545.935000', '151545.937000', '151545.940000', '151545.943000', '151605.815000', '151605.818000', '151605.821000', '151605.824000', '151605.826000', '151605.829000', '151605.832000', '151605.835000', '151605.838000', '151605.846000', '151605.849000', '151605.852000', '151605.855000', '151605.857000', '151605.860000', '151605.863000', '151605.866000', '151605.869000', '151605.872000', '151605.875000', '151605.877000', '151605.880000', '151605.883000', '151605.886000', '151605.889000', '151605.891000', '151605.894000', '151605.897000', '151605.900000', '151605.903000', '151605.906000', '151605.909000', '151605.911000', '151605.918000', '151605.921000', '151605.924000', '151605.927000', '151605.930000', '151605.933000', '151605.935000', '151605.938000', '151605.941000', '151605.944000', '151605.947000', '151625.815000', '151625.818000', '151625.821000', '151625.824000', '151625.827000', '151625.830000', '151625.832000', '151625.835000', '151625.838000', '151625.841000', '151625.844000', '151625.847000', '151625.849000', '151625.852000', '151625.855000', '151625.858000', '151625.861000', '151625.864000', '151625.866000', '151625.869000', '151625.872000', '151625.875000', '151625.878000', '151625.881000', '151625.884000', '151625.887000', '151625.889000', '151625.892000', '151625.895000', '151625.898000', '151625.901000', '151625.904000', '151625.906000', '151625.909000', '151625.912000', '151625.915000', '151625.918000', '151625.921000', '151625.924000', '151625.926000', '151625.929000', '151625.932000', '151625.935000', '151645.814000', '151645.817000', '151645.820000', '151645.823000', '151645.826000', '151645.828000', '151645.831000', '151645.834000', '151645.837000', '151645.840000', '151645.843000', '151645.846000', '151645.848000', '151645.851000', '151645.854000', '151645.857000', '151645.860000', '151645.877000', '151645.889000', '151645.892000', '151645.895000', '151645.897000', '151645.901000', '151645.903000', '151645.906000', '151645.909000', '151645.912000', '151645.915000', '151645.918000', '151645.920000', '151645.924000', '151645.927000', '151645.930000', '151645.933000', '151645.936000', '151645.939000', '151645.942000', '151645.944000', '151645.947000', '151645.950000', '151645.953000', '151645.956000', '151645.959000', '151645.962000', '151705.814000', '151705.817000', '151705.820000', '151705.823000', '151705.826000', '151705.829000', '151705.831000', '151705.834000', '151705.837000', '151705.840000', '151705.843000', '151705.846000', '151705.849000', '151705.851000', '151705.854000', '151705.863000', '151705.866000', '151705.868000', '151705.871000', '151705.874000', '151705.877000', '151705.880000', '151705.883000', '151705.886000', '151705.889000', '151705.891000', '151705.894000', '151705.897000', '151705.900000', '151705.903000', '151705.906000', '151705.909000', '151705.912000', '151705.915000', '151705.917000', '151705.920000', '151705.923000', '151705.926000', '151705.929000', '151705.932000', '151705.935000', '151705.937000', '151705.940000', '151725.815000', '151725.818000', '151725.821000', '151725.824000', '151725.827000', '151725.830000', '151725.833000', '151725.836000', '151725.839000', '151725.843000', '151725.845000', '151725.848000', '151725.851000', '151725.854000', '151725.857000', '151725.860000', '151725.863000', '151725.866000', '151725.868000', '151725.871000', '151725.874000', '151725.877000', '151725.880000', '151725.883000', '151725.886000', '151725.889000', '151725.891000', '151725.894000', '151725.897000', '151725.900000', '151725.903000', '151725.906000', '151725.909000', '151725.912000', '151725.914000', '151725.917000', '151725.920000', '151725.923000', '151725.926000', '151725.929000', '151725.932000', '151725.935000', '151725.942000', '151745.815000', '151745.818000', '151745.821000', '151745.824000', '151745.827000', '151745.829000', '151745.832000', '151745.835000', '151745.838000', '151745.841000', '151745.844000', '151745.847000', '151745.850000', '151745.852000', '151745.855000', '151745.858000', '151745.861000', '151745.864000', '151745.867000', '151745.870000', '151745.873000', '151745.875000', '151745.878000', '151745.881000', '151745.884000', '151745.887000', '151745.890000', '151745.893000', '151745.896000', '151745.899000', '151745.908000', '151745.910000', '151745.913000', '151745.916000', '151745.919000', '151745.922000', '151745.925000', '151745.928000', '151745.930000', '151745.933000', '151745.936000', '151745.939000', '151745.942000', '151745.945000', '151805.815000', '151805.818000', '151805.821000', '151805.824000', '151805.827000', '151805.830000', '151805.833000', '151805.836000', '151805.839000', '151805.842000', '151805.845000', '151805.848000', '151805.851000', '151805.854000', '151805.857000', '151805.860000', '151805.863000', '151805.866000', '151805.868000', '151805.871000', '151805.874000', '151805.877000', '151805.880000', '151805.883000', '151805.886000', '151805.888000', '151805.891000', '151805.894000', '151805.897000', '151805.900000', '151805.903000', '151805.906000', '151805.909000', '151805.912000', '151805.914000', '151805.917000', '151805.920000', '151805.923000', '151805.926000', '151805.929000', '151805.932000', '151805.935000', '151805.938000', '151825.815000', '151825.818000', '151825.821000', '151825.824000', '151825.827000', '151825.830000', '151825.832000', '151825.835000', '151825.838000', '151825.841000', '151825.844000', '151825.847000', '151825.850000', '151825.861000', '151825.864000', '151825.867000', '151825.870000', '151825.873000', '151825.876000', '151825.879000', '151825.882000', '151825.884000', '151825.887000', '151825.890000', '151825.893000', '151825.896000', '151825.899000', '151825.902000', '151825.905000', '151825.907000', '151825.910000', '151825.913000', '151825.916000', '151825.919000', '151825.922000', '151825.925000', '151825.928000', '151825.930000', '151825.933000', '151825.936000', '151825.939000', '151825.942000', '151825.945000', '151825.948000', '151845.815000', '151845.818000', '151845.821000', '151845.824000', '151845.827000', '151845.830000', '151845.833000', '151845.838000', '151845.841000', '151845.844000', '151845.847000', '151845.850000', '151845.853000', '151845.856000', '151845.859000', '151845.861000', '151845.865000', '151845.868000', '151845.871000', '151845.874000', '151845.877000', '151845.879000', '151845.882000', '151845.885000', '151845.888000', '151845.891000', '151845.894000', '151845.897000', '151845.900000', '151845.903000', '151845.905000', '151845.909000', '151845.911000', '151845.914000', '151845.917000', '151845.920000', '151845.923000', '151845.926000', '151845.928000', '151845.932000', '151845.934000', '151845.937000', '151845.940000', '151905.814000', '151905.817000', '151905.820000', '151905.823000', '151905.826000', '151905.829000', '151905.832000', '151905.834000', '151905.837000', '151905.840000', '151905.843000', '151905.846000', '151905.849000', '151905.852000', '151905.855000', '151905.858000', '151905.860000', '151905.863000', '151905.866000', '151905.869000', '151905.872000', '151905.875000', '151905.878000', '151905.881000', '151905.884000', '151905.887000', '151905.890000', '151905.892000', '151905.895000', '151905.898000', '151905.901000', '151905.904000', '151905.907000', '151905.909000', '151905.912000', '151905.915000', '151905.918000', '151905.921000', '151905.924000', '151905.927000', '151905.930000', '151905.933000', '151905.936000', '151905.938000', '151925.814000', '151925.817000', '151925.820000', '151925.823000', '151925.826000', '151925.829000', '151925.831000', '151925.839000', '151925.842000', '151925.845000', '151925.848000', '151925.850000', '151925.859000', '151925.862000', '151925.865000', '151925.867000', '151925.870000', '151925.873000', '151925.876000', '151925.879000', '151925.882000', '151925.885000', '151925.888000', '151925.891000', '151925.894000', '151925.897000', '151925.900000', '151925.902000', '151925.905000', '151925.908000', '151925.911000', '151925.914000', '151925.917000', '151925.920000', '151925.923000', '151925.926000', '151925.928000', '151925.931000', '151925.934000', '151925.937000', '151925.940000', '151925.943000', '151925.946000', '151945.815000', '151945.818000', '151945.821000', '151945.824000', '151945.827000', '151945.830000', '151945.833000', '151945.835000', '151945.838000', '151945.841000', '151945.844000', '151945.847000', '151945.850000', '151945.853000', '151945.856000', '151945.859000', '151945.861000', '151945.864000', '151945.867000', '151945.870000', '151945.873000', '151945.876000', '151945.879000', '151945.882000', '151945.885000', '151945.888000', '151945.890000', '151945.893000', '151945.896000', '151945.899000', '151945.902000', '151945.905000', '151945.908000', '151945.911000', '151945.914000', '151945.916000', '151945.919000', '151945.922000', '151945.939000', '151945.941000', '151945.944000', '151945.947000', '151945.950000', '151945.953000', '152005.815000', '152005.818000', '152005.821000', '152005.824000', '152005.827000', '152005.830000', '152005.833000', '152005.837000', '152005.840000', '152005.843000', '152005.845000', '152005.848000', '152005.851000', '152005.854000', '152005.857000', '152005.860000', '152005.863000', '152005.866000', '152005.868000', '152005.871000', '152005.874000', '152005.877000', '152005.880000', '152005.883000', '152005.886000', '152005.889000', '152005.892000', '152005.895000', '152005.899000', '152005.902000', '152005.905000', '152005.912000', '152005.914000', '152005.917000', '152005.920000', '152005.923000', '152005.926000', '152005.929000', '152005.932000', '152005.935000', '152005.938000', '152005.941000', '152005.943000', '152025.815000', '152025.818000', '152025.821000', '152025.824000', '152025.827000', '152025.830000', '152025.833000', '152025.836000', '152025.839000', '152025.841000', '152025.844000', '152025.847000', '152025.850000', '152025.853000', '152025.862000', '152025.865000', '152025.868000', '152025.871000', '152025.874000', '152025.877000', '152025.880000', '152025.883000', '152025.886000', '152025.888000', '152025.891000', '152025.894000', '152025.897000', '152025.900000', '152025.903000', '152025.906000', '152025.909000', '152025.912000', '152025.915000', '152025.917000', '152025.920000', '152025.923000', '152025.926000', '152025.929000', '152025.932000', '152025.935000', '152025.938000', '152025.941000', '152025.943000', '152025.946000', '152045.815000', '152045.818000', '152045.821000', '152045.824000', '152045.827000', '152045.830000', '152045.833000', '152045.835000', '152045.838000', '152045.841000', '152045.844000', '152045.847000', '152045.850000', '152045.853000', '152045.856000', '152045.859000', '152045.861000', '152045.864000', '152045.867000', '152045.870000', '152045.873000', '152045.876000', '152045.879000', '152045.882000', '152045.885000', '152045.887000', '152045.890000', '152045.893000', '152045.896000', '152045.899000', '152045.902000', '152045.905000', '152045.907000', '152045.910000', '152045.913000', '152045.916000', '152045.919000', '152045.931000', '152045.934000', '152045.936000', '152045.939000', '152045.942000', '152045.945000', '152105.815000', '152105.818000', '152105.821000', '152105.824000', '152105.827000', '152105.830000', '152105.832000', '152105.836000', '152105.838000', '152105.841000', '152105.844000', '152105.847000', '152105.850000', '152105.853000', '152105.856000', '152105.859000', '152105.861000', '152105.864000', '152105.867000', '152105.870000', '152105.873000', '152105.876000', '152105.879000', '152105.882000', '152105.884000', '152105.887000', '152105.890000', '152105.893000', '152105.896000', '152105.899000', '152105.902000', '152105.905000', '152105.907000', '152105.910000', '152105.913000', '152105.916000', '152105.919000', '152105.922000', '152105.925000', '152105.928000', '152105.930000', '152105.942000', '152105.945000', '152105.948000', '152125.814000', '152125.817000', '152125.820000', '152125.823000', '152125.826000', '152125.829000', '152125.832000', '152125.835000', '152125.837000', '152125.840000', '152125.843000', '152125.846000', '152125.849000', '152125.852000', '152125.855000', '152125.858000', '152125.860000', '152125.863000', '152125.866000', '152125.871000', '152125.874000', '152125.877000', '152125.880000', '152125.884000', '152125.887000', '152125.890000', '152125.893000', '152125.896000', '152125.907000', '152125.910000', '152125.913000', '152125.915000', '152125.918000', '152125.921000', '152125.924000', '152125.927000', '152125.930000', '152125.934000', '152125.936000', '152125.939000', '152125.942000', '152125.945000', '152125.948000', '152145.814000', '152145.817000', '152145.820000', '152145.823000', '152145.826000', '152145.829000', '152145.832000', '152145.835000', '152145.838000', '152145.841000', '152145.844000', '152145.846000', '152145.849000', '152145.852000', '152145.855000', '152145.865000', '152145.868000', '152145.871000', '152145.874000', '152145.877000', '152145.880000', '152145.883000', '152145.886000', '152145.888000', '152145.891000', '152145.894000', '152145.897000', '152145.900000', '152145.903000', '152145.906000', '152145.909000', '152145.911000', '152145.914000', '152145.917000', '152145.920000', '152145.923000', '152145.926000', '152145.929000', '152145.932000', '152145.934000', '152145.937000', '152145.940000', '152145.943000', '152145.946000', '152156.812000', '152156.816000', '152156.820000', '152156.823000', '152156.826000', '152156.829000', '152156.833000', '152156.836000', '152156.839000', '152156.842000', '152156.846000', '152156.849000', '152156.852000', '152156.855000', '152156.858000', '152156.861000', '152156.863000', '152156.866000', '152156.869000', '152156.872000', '152156.876000', '152156.879000', '152156.882000', '152156.885000'], 'InstanceCreationTime': ['151525.847000', '151525.850000', '151525.854000', '151525.857000', '151525.860000', '151525.863000', '151525.865000', '151525.868000', '151525.871000', '151525.874000', '151525.877000', '151525.880000', '151525.883000', '151525.885000', '151525.888000', '151525.902000', '151525.905000', '151525.908000', '151525.910000', '151525.919000', '151525.922000', '151525.924000', '151545.815000', '151545.818000', '151545.821000', '151545.824000', '151545.827000', '151545.830000', '151545.833000', '151545.835000', '151545.838000', '151545.841000', '151545.850000', '151545.853000', '151545.856000', '151545.859000', '151545.862000', '151545.865000', '151545.867000', '151545.870000', '151545.873000', '151545.876000', '151545.879000', '151545.882000', '151545.886000', '151545.889000', '151545.892000', '151545.895000', '151545.898000', '151545.900000', '151545.903000', '151545.906000', '151545.909000', '151545.912000', '151545.915000', '151545.917000', '151545.920000', '151545.923000', '151545.926000', '151545.929000', '151545.932000', '151545.935000', '151545.937000', '151545.940000', '151545.943000', '151605.815000', '151605.818000', '151605.821000', '151605.824000', '151605.826000', '151605.829000', '151605.832000', '151605.835000', '151605.838000', '151605.846000', '151605.849000', '151605.852000', '151605.855000', '151605.857000', '151605.860000', '151605.863000', '151605.866000', '151605.869000', '151605.872000', '151605.875000', '151605.877000', '151605.880000', '151605.883000', '151605.886000', '151605.889000', '151605.891000', '151605.894000', '151605.897000', '151605.900000', '151605.903000', '151605.906000', '151605.909000', '151605.911000', '151605.918000', '151605.921000', '151605.924000', '151605.927000', '151605.930000', '151605.933000', '151605.935000', '151605.938000', '151605.941000', '151605.944000', '151605.947000', '151625.815000', '151625.818000', '151625.821000', '151625.824000', '151625.827000', '151625.830000', '151625.832000', '151625.835000', '151625.838000', '151625.841000', '151625.844000', '151625.847000', '151625.849000', '151625.852000', '151625.855000', '151625.858000', '151625.861000', '151625.864000', '151625.866000', '151625.869000', '151625.872000', '151625.875000', '151625.878000', '151625.881000', '151625.884000', '151625.887000', '151625.889000', '151625.892000', '151625.895000', '151625.898000', '151625.901000', '151625.904000', '151625.906000', '151625.909000', '151625.912000', '151625.915000', '151625.918000', '151625.921000', '151625.924000', '151625.926000', '151625.929000', '151625.932000', '151625.935000', '151645.814000', '151645.817000', '151645.820000', '151645.823000', '151645.826000', '151645.828000', '151645.831000', '151645.834000', '151645.837000', '151645.840000', '151645.843000', '151645.846000', '151645.848000', '151645.851000', '151645.854000', '151645.857000', '151645.860000', '151645.877000', '151645.889000', '151645.892000', '151645.895000', '151645.897000', '151645.901000', '151645.903000', '151645.906000', '151645.909000', '151645.912000', '151645.915000', '151645.918000', '151645.920000', '151645.924000', '151645.927000', '151645.930000', '151645.933000', '151645.936000', '151645.939000', '151645.942000', '151645.944000', '151645.947000', '151645.950000', '151645.953000', '151645.956000', '151645.959000', '151645.962000', '151705.814000', '151705.817000', '151705.820000', '151705.823000', '151705.826000', '151705.829000', '151705.831000', '151705.834000', '151705.837000', '151705.840000', '151705.843000', '151705.846000', '151705.849000', '151705.851000', '151705.854000', '151705.863000', '151705.866000', '151705.868000', '151705.871000', '151705.874000', '151705.877000', '151705.880000', '151705.883000', '151705.886000', '151705.889000', '151705.891000', '151705.894000', '151705.897000', '151705.900000', '151705.903000', '151705.906000', '151705.909000', '151705.912000', '151705.915000', '151705.917000', '151705.920000', '151705.923000', '151705.926000', '151705.929000', '151705.932000', '151705.935000', '151705.937000', '151705.940000', '151725.815000', '151725.818000', '151725.821000', '151725.824000', '151725.827000', '151725.830000', '151725.833000', '151725.836000', '151725.839000', '151725.843000', '151725.845000', '151725.848000', '151725.851000', '151725.854000', '151725.857000', '151725.860000', '151725.863000', '151725.866000', '151725.868000', '151725.871000', '151725.874000', '151725.877000', '151725.880000', '151725.883000', '151725.886000', '151725.889000', '151725.891000', '151725.894000', '151725.897000', '151725.900000', '151725.903000', '151725.906000', '151725.909000', '151725.912000', '151725.914000', '151725.917000', '151725.920000', '151725.923000', '151725.926000', '151725.929000', '151725.932000', '151725.935000', '151725.942000', '151745.815000', '151745.818000', '151745.821000', '151745.824000', '151745.827000', '151745.829000', '151745.832000', '151745.835000', '151745.838000', '151745.841000', '151745.844000', '151745.847000', '151745.850000', '151745.852000', '151745.855000', '151745.858000', '151745.861000', '151745.864000', '151745.867000', '151745.870000', '151745.873000', '151745.875000', '151745.878000', '151745.881000', '151745.884000', '151745.887000', '151745.890000', '151745.893000', '151745.896000', '151745.899000', '151745.908000', '151745.910000', '151745.913000', '151745.916000', '151745.919000', '151745.922000', '151745.925000', '151745.928000', '151745.930000', '151745.933000', '151745.936000', '151745.939000', '151745.942000', '151745.945000', '151805.815000', '151805.818000', '151805.821000', '151805.824000', '151805.827000', '151805.830000', '151805.833000', '151805.836000', '151805.839000', '151805.842000', '151805.845000', '151805.848000', '151805.851000', '151805.854000', '151805.857000', '151805.860000', '151805.863000', '151805.866000', '151805.868000', '151805.871000', '151805.874000', '151805.877000', '151805.880000', '151805.883000', '151805.886000', '151805.888000', '151805.891000', '151805.894000', '151805.897000', '151805.900000', '151805.903000', '151805.906000', '151805.909000', '151805.912000', '151805.914000', '151805.917000', '151805.920000', '151805.923000', '151805.926000', '151805.929000', '151805.932000', '151805.935000', '151805.938000', '151825.815000', '151825.818000', '151825.821000', '151825.824000', '151825.827000', '151825.830000', '151825.832000', '151825.835000', '151825.838000', '151825.841000', '151825.844000', '151825.847000', '151825.850000', '151825.861000', '151825.864000', '151825.867000', '151825.870000', '151825.873000', '151825.876000', '151825.879000', '151825.882000', '151825.884000', '151825.887000', '151825.890000', '151825.893000', '151825.896000', '151825.899000', '151825.902000', '151825.905000', '151825.907000', '151825.910000', '151825.913000', '151825.916000', '151825.919000', '151825.922000', '151825.925000', '151825.928000', '151825.930000', '151825.933000', '151825.936000', '151825.939000', '151825.942000', '151825.945000', '151825.948000', '151845.815000', '151845.818000', '151845.821000', '151845.824000', '151845.827000', '151845.830000', '151845.833000', '151845.838000', '151845.841000', '151845.844000', '151845.847000', '151845.850000', '151845.853000', '151845.856000', '151845.859000', '151845.861000', '151845.865000', '151845.868000', '151845.871000', '151845.874000', '151845.877000', '151845.879000', '151845.882000', '151845.885000', '151845.888000', '151845.891000', '151845.894000', '151845.897000', '151845.900000', '151845.903000', '151845.905000', '151845.909000', '151845.911000', '151845.914000', '151845.917000', '151845.920000', '151845.923000', '151845.926000', '151845.928000', '151845.932000', '151845.934000', '151845.937000', '151845.940000', '151905.814000', '151905.817000', '151905.820000', '151905.823000', '151905.826000', '151905.829000', '151905.832000', '151905.834000', '151905.837000', '151905.840000', '151905.843000', '151905.846000', '151905.849000', '151905.852000', '151905.855000', '151905.858000', '151905.860000', '151905.863000', '151905.866000', '151905.869000', '151905.872000', '151905.875000', '151905.878000', '151905.881000', '151905.884000', '151905.887000', '151905.890000', '151905.892000', '151905.895000', '151905.898000', '151905.901000', '151905.904000', '151905.907000', '151905.909000', '151905.912000', '151905.915000', '151905.918000', '151905.921000', '151905.924000', '151905.927000', '151905.930000', '151905.933000', '151905.936000', '151905.938000', '151925.814000', '151925.817000', '151925.820000', '151925.823000', '151925.826000', '151925.829000', '151925.831000', '151925.839000', '151925.842000', '151925.845000', '151925.848000', '151925.850000', '151925.859000', '151925.862000', '151925.865000', '151925.867000', '151925.870000', '151925.873000', '151925.876000', '151925.879000', '151925.882000', '151925.885000', '151925.888000', '151925.891000', '151925.894000', '151925.897000', '151925.900000', '151925.902000', '151925.905000', '151925.908000', '151925.911000', '151925.914000', '151925.917000', '151925.920000', '151925.923000', '151925.926000', '151925.928000', '151925.931000', '151925.934000', '151925.937000', '151925.940000', '151925.943000', '151925.946000', '151945.815000', '151945.818000', '151945.821000', '151945.824000', '151945.827000', '151945.830000', '151945.833000', '151945.835000', '151945.838000', '151945.841000', '151945.844000', '151945.847000', '151945.850000', '151945.853000', '151945.856000', '151945.859000', '151945.861000', '151945.864000', '151945.867000', '151945.870000', '151945.873000', '151945.876000', '151945.879000', '151945.882000', '151945.885000', '151945.888000', '151945.890000', '151945.893000', '151945.896000', '151945.899000', '151945.902000', '151945.905000', '151945.908000', '151945.911000', '151945.914000', '151945.916000', '151945.919000', '151945.922000', '151945.939000', '151945.941000', '151945.944000', '151945.947000', '151945.950000', '151945.953000', '152005.815000', '152005.818000', '152005.821000', '152005.824000', '152005.827000', '152005.830000', '152005.833000', '152005.837000', '152005.840000', '152005.843000', '152005.845000', '152005.848000', '152005.851000', '152005.854000', '152005.857000', '152005.860000', '152005.863000', '152005.866000', '152005.868000', '152005.871000', '152005.874000', '152005.877000', '152005.880000', '152005.883000', '152005.886000', '152005.889000', '152005.892000', '152005.895000', '152005.899000', '152005.902000', '152005.905000', '152005.912000', '152005.914000', '152005.917000', '152005.920000', '152005.923000', '152005.926000', '152005.929000', '152005.932000', '152005.935000', '152005.938000', '152005.941000', '152005.943000', '152025.815000', '152025.818000', '152025.821000', '152025.824000', '152025.827000', '152025.830000', '152025.833000', '152025.836000', '152025.839000', '152025.841000', '152025.844000', '152025.847000', '152025.850000', '152025.853000', '152025.862000', '152025.865000', '152025.868000', '152025.871000', '152025.874000', '152025.877000', '152025.880000', '152025.883000', '152025.886000', '152025.888000', '152025.891000', '152025.894000', '152025.897000', '152025.900000', '152025.903000', '152025.906000', '152025.909000', '152025.912000', '152025.915000', '152025.917000', '152025.920000', '152025.923000', '152025.926000', '152025.929000', '152025.932000', '152025.935000', '152025.938000', '152025.941000', '152025.943000', '152025.946000', '152045.815000', '152045.818000', '152045.821000', '152045.824000', '152045.827000', '152045.830000', '152045.833000', '152045.835000', '152045.838000', '152045.841000', '152045.844000', '152045.847000', '152045.850000', '152045.853000', '152045.856000', '152045.859000', '152045.861000', '152045.864000', '152045.867000', '152045.870000', '152045.873000', '152045.876000', '152045.879000', '152045.882000', '152045.885000', '152045.887000', '152045.890000', '152045.893000', '152045.896000', '152045.899000', '152045.902000', '152045.905000', '152045.907000', '152045.910000', '152045.913000', '152045.916000', '152045.919000', '152045.931000', '152045.934000', '152045.936000', '152045.939000', '152045.942000', '152045.945000', '152105.815000', '152105.818000', '152105.821000', '152105.824000', '152105.827000', '152105.830000', '152105.832000', '152105.836000', '152105.838000', '152105.841000', '152105.844000', '152105.847000', '152105.850000', '152105.853000', '152105.856000', '152105.859000', '152105.861000', '152105.864000', '152105.867000', '152105.870000', '152105.873000', '152105.876000', '152105.879000', '152105.882000', '152105.884000', '152105.887000', '152105.890000', '152105.893000', '152105.896000', '152105.899000', '152105.902000', '152105.905000', '152105.907000', '152105.910000', '152105.913000', '152105.916000', '152105.919000', '152105.922000', '152105.925000', '152105.928000', '152105.930000', '152105.942000', '152105.945000', '152105.948000', '152125.814000', '152125.817000', '152125.820000', '152125.823000', '152125.826000', '152125.829000', '152125.832000', '152125.835000', '152125.837000', '152125.840000', '152125.843000', '152125.846000', '152125.849000', '152125.852000', '152125.855000', '152125.858000', '152125.860000', '152125.863000', '152125.866000', '152125.871000', '152125.874000', '152125.877000', '152125.880000', '152125.884000', '152125.887000', '152125.890000', '152125.893000', '152125.896000', '152125.907000', '152125.910000', '152125.913000', '152125.915000', '152125.918000', '152125.921000', '152125.924000', '152125.927000', '152125.930000', '152125.934000', '152125.936000', '152125.939000', '152125.942000', '152125.945000', '152125.948000', '152145.814000', '152145.817000', '152145.820000', '152145.823000', '152145.826000', '152145.829000', '152145.832000', '152145.835000', '152145.838000', '152145.841000', '152145.844000', '152145.846000', '152145.849000', '152145.852000', '152145.855000', '152145.865000', '152145.868000', '152145.871000', '152145.874000', '152145.877000', '152145.880000', '152145.883000', '152145.886000', '152145.888000', '152145.891000', '152145.894000', '152145.897000', '152145.900000', '152145.903000', '152145.906000', '152145.909000', '152145.911000', '152145.914000', '152145.917000', '152145.920000', '152145.923000', '152145.926000', '152145.929000', '152145.932000', '152145.934000', '152145.937000', '152145.940000', '152145.943000', '152145.946000', '152156.812000', '152156.816000', '152156.820000', '152156.823000', '152156.826000', '152156.829000', '152156.833000', '152156.836000', '152156.839000', '152156.842000', '152156.846000', '152156.849000', '152156.852000', '152156.855000', '152156.858000', '152156.861000', '152156.863000', '152156.866000', '152156.869000', '152156.872000', '152156.876000', '152156.879000', '152156.882000', '152156.885000'], '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': [9436, 17538, 13085, 17453, 15485, 9660, 17828, 12266, 17628, 14269, 10556, 17746, 12031, 21761, 13940, 11229, 15251, 10343, 16037, 13164, 9662, 17245, 11471, 17924, 12339, 9497, 18445, 12368, 9621, 15101, 10250, 11357, 15445, 10265, 19960, 13105, 9746, 17801, 11719, 10560, 15004, 10332, 18964, 12899, 12904, 14274, 9559, 17629, 11459, 17134, 13097, 9198, 16761, 11370, 12410, 14543, 10932, 21004, 12753, 9946, 15884, 10465, 13237, 14458, 9845, 18316, 12124, 9344, 15776, 11160, 12050, 15105, 10557, 19355, 13906, 9554, 17232, 11398, 12176, 13803, 10492, 19329, 12132, 10773, 14565, 10254, 18743, 13182, 10527, 15332, 11163, 20041, 13421, 10137, 16266, 11182, 14120, 14201, 10400, 20366, 12353, 10598, 15415, 10569, 19439, 12663, 13578, 15538, 10006, 20471, 12264, 12866, 14481, 10082, 18013, 11443, 13129, 14078, 10854, 20699, 11682, 9568, 14517, 10316, 14532, 13120, 9770, 16270, 10768, 13151, 12535, 9735, 15821, 11393, 17842, 11207, 16626, 12000, 11603, 13556, 9581, 16328, 11224, 18409, 11772, 9953, 14878, 10718, 18303, 12564, 11132, 12829, 9389, 15852, 11550, 12036, 14175, 9706, 17201, 11955, 11464, 15229, 10441, 20248, 13408, 11314, 15844, 10542, 15770, 12409, 9933, 15838, 11054, 19176, 12243, 15359, 12858, 9648, 15323, 10616, 17324, 11716, 19749, 12366, 11072, 14174, 10296, 17126, 10996, 9901, 13059, 9977, 17617, 12308, 10390, 14458, 10892, 19094, 11924, 10380, 14796, 10467, 19228, 11910, 16813, 12129, 9660, 15552, 11604, 20965, 13098, 10118, 14347, 10535, 17594, 12455, 12113, 13592, 9666, 16591, 11419, 20201, 13651, 10554, 15705, 10505, 16305, 13150, 9912, 17043, 11114, 20567, 13384, 9957, 17811, 10594, 13654, 13097, 9821, 18401, 11501, 21807, 12119, 12718, 14874, 10599, 20043, 11480, 10057, 14325, 10192, 17587, 11862, 9975, 14613, 10307, 18102, 12052, 9535, 15423, 10430, 17557, 11833, 20114, 11866, 14408, 12991, 9660, 15990, 10263, 15194, 12640, 9909, 16265, 10561, 11044, 13286, 10134, 17946, 12552, 10382, 13467, 9879, 15298, 11352, 10992, 15462, 10596, 20451, 13645, 9831, 17412, 11033, 14889, 12918, 10643, 16499, 11961, 19677, 11637, 14516, 12628, 9896, 15289, 11219, 16088, 13124, 9857, 16524, 11324, 15142, 13281, 10203, 16467, 10914, 20445, 12451, 14200, 14047, 9862, 16013, 10759, 18588, 12014, 12527, 13284, 10037, 16781, 11531, 13678, 12983, 9781, 16146, 11259, 13442, 13693, 9936, 16682, 10773, 15901, 12248, 10090, 15932, 10437, 18865, 11647, 10079, 14313, 10413, 18668, 12611, 11528, 13556, 9745, 16901, 11906, 11540, 14003, 10660, 19331, 12399, 13233, 13148, 10192, 16154, 11726, 19459, 12835, 10625, 12841, 9848, 16364, 11581, 11725, 13141, 9819, 15340, 10802, 18580, 12064, 12187, 12531, 10229, 16059, 11400, 20503, 12841, 10029, 14962, 10098, 16356, 12082, 9917, 15013, 9927, 17699, 11533, 11674, 12991, 9868, 15516, 10641, 18278, 11499, 13183, 12157, 9937, 14930, 10709, 18895, 12596, 10147, 14297, 9976, 17330, 11892, 10651, 13435, 9386, 15402, 11122, 16652, 12321, 10587, 15197, 10416, 17064, 12060, 12524, 13626, 9862, 17949, 11638, 17923, 12648, 10296, 16131, 11364, 20021, 13663, 12491, 13683, 10034, 18028, 11858, 19746, 12288, 20582, 12215, 15990, 12025, 10064, 13864, 10085, 18085, 11819, 10412, 14052, 9825, 15619, 10915, 15651, 11797, 9963, 13862, 9971, 15335, 10990, 17979, 11610, 17883, 11538, 14487, 12089, 10674, 14387, 9892, 15767, 11023, 14003, 12814, 9690, 15816, 11020, 14143, 12227, 10593, 15120, 10677, 18142, 11220, 17800, 12215, 18688, 12499, 10444, 13643, 9817, 15822, 11248, 18792, 12860, 12767, 12956, 9803, 15836, 11592, 21073, 13825, 11049, 13851, 9944, 17217, 11710, 20862, 12940, 10654, 14323, 9852, 16759, 11346, 20837, 12487, 13426, 12681, 10273, 17084, 11304, 18923, 11559, 9983, 14087, 10137, 17124, 11087, 16701, 11803, 9881, 14544, 9829, 15760, 11779, 12147, 13702, 9621, 15897, 10721, 18060, 12123, 11743, 13643, 9542, 15823, 11147, 17954, 12348, 11238, 14604, 9961, 16296, 11275, 18503, 12966, 9981, 14728, 10341, 17546, 12097, 15740, 13642, 10075, 15775, 11021, 19217, 12881, 11352, 14445, 9830, 16790, 11748, 13928, 13968, 9945, 17086, 11435, 17363, 12712, 10837, 16332, 11151, 20117, 11888, 12098, 13742, 10069, 18275, 11663, 21423, 12343, 14375, 13907, 10180, 18309, 11161, 14277, 12611, 10427, 15392, 10828, 17795, 12135, 10600, 12616, 9731, 14900, 10881, 19398, 11777, 13047, 13105, 9689, 15675, 11090, 16720, 12481, 10243, 15298, 10139, 16221, 11914, 10289, 13597, 10306, 16784, 13355, 9811, 17088, 11506, 13199, 13024, 10578, 17441, 11307, 18646, 11506, 18660, 12810, 14109, 13113, 9826, 15619, 10857, 17903, 13054, 9976, 16161, 10702, 14040, 13016, 10273, 16547, 11474, 20239, 13142, 19673, 12315, 11490, 14416, 10321, 18173, 11620, 20948, 11708, 13368, 12889, 10034, 16445, 10532, 17374, 11341, 10531, 14310, 10407, 17561, 11140, 16173, 11977, 11636, 14883, 9872, 16261, 10779, 17533, 11597, 20351, 12119, 11565, 12298, 9609, 15031, 10533, 17185, 11505, 14073, 12519, 9740, 16125, 10210, 14176, 11691, 9378, 15030, 10756, 19032, 11446, 13364, 12486, 10807, 14501, 9791, 15901, 10821, 16742, 12224, 16375, 12759, 9791, 14623, 10616, 18761, 12660, 10407, 14550, 10142, 16903, 11973, 19847, 13103, 12478, 13811, 9734, 16020, 10737, 18593, 12533, 21154, 12712, 10305, 13934, 10392, 17813, 11690, 14956, 12862, 10042, 16451, 10663, 17335, 10832, 17066, 11442, 17422, 12110, 15442, 11760, 9733, 13477, 9913, 16906, 12133, 9984, 12883, 9550, 15268, 11512, 20231, 12539, 11968, 12964, 9903, 14735, 10166, 16774, 11286, 17975, 11097, 17325, 11596, 13435, 12420, 9686, 14289, 9972, 17474, 11682, 12018, 13329, 9738, 16631, 10682, 18729, 11951, 13187, 14104, 10036, 17065, 10646, 19436, 11888, 12561, 13262, 9520, 15678, 10631, 17026, 12171, 9902, 14876, 10093, 17930, 11893, 11058, 13846, 10168, 17948, 11275, 18275, 12249, 11181, 14059, 10529, 17892, 11490, 11734, 13107, 9522, 17850, 11459, 15121, 12162, 9577, 15103, 10866, 19360, 12366, 15919, 12069, 10229, 15475, 11179, 20341, 12046, 10842, 13025, 9769, 16608, 11913, 20295, 12247, 11291, 13435, 9797, 16751, 11680, 20232, 11732, 12036, 13128, 9565, 17729, 11820, 13146], 'WindowCenter': [4866.0, 4917.0, 4874.0, 4891.0, 4868.0, 4807.0, 4874.0, 4833.0, 4861.0, 4844.0, 4800.0, 4860.0, 4820.0, 4871.0, 4830.0, 4797.0, 4835.0, 4798.0, 4837.0, 4818.0, 4789.0, 4847.0, 4807.0, 4848.0, 4818.0, 4790.0, 4857.0, 4817.0, 4790.0, 4838.0, 4799.0, 4810.0, 4850.0, 4801.0, 4880.0, 4830.0, 4791.0, 4860.0, 4819.0, 4800.0, 4837.0, 4787.0, 4857.0, 4819.0, 4819.0, 4829.0, 4789.0, 4848.0, 4808.0, 4844.0, 4816.0, 4777.0, 4843.0, 4808.0, 4816.0, 4826.0, 4800.0, 4867.0, 4818.0, 4799.0, 4836.0, 4797.0, 4817.0, 4829.0, 4788.0, 4857.0, 4821.0, 4806.0, 4862.0, 4822.0, 4819.0, 4839.0, 4809.0, 4867.0, 4830.0, 4799.0, 4859.0, 4821.0, 4820.0, 4830.0, 4810.0, 4870.0, 4819.0, 4810.0, 4838.0, 4800.0, 4868.0, 4828.0, 4810.0, 4848.0, 4811.0, 4881.0, 4829.0, 4811.0, 4847.0, 4809.0, 4836.0, 4841.0, 4809.0, 4879.0, 4829.0, 4797.0, 4850.0, 4809.0, 4869.0, 4818.0, 4829.0, 4839.0, 4800.0, 4867.0, 4808.0, 4816.0, 4826.0, 4786.0, 4844.0, 4797.0, 4815.0, 4826.0, 4796.0, 4865.0, 4806.0, 4787.0, 4826.0, 4788.0, 4835.0, 4818.0, 4789.0, 4848.0, 4808.0, 4826.0, 4817.0, 4789.0, 4850.0, 4812.0, 4859.0, 4810.0, 4848.0, 4820.0, 4807.0, 4829.0, 4789.0, 4847.0, 4808.0, 4857.0, 4807.0, 4798.0, 4837.0, 4795.0, 4855.0, 4820.0, 4809.0, 4818.0, 4787.0, 4847.0, 4819.0, 4818.0, 4836.0, 4801.0, 4859.0, 4818.0, 4817.0, 4849.0, 4811.0, 4868.0, 4830.0, 4810.0, 4847.0, 4800.0, 4847.0, 4817.0, 4788.0, 4838.0, 4797.0, 4857.0, 4807.0, 4835.0, 4815.0, 4787.0, 4835.0, 4787.0, 4845.0, 4806.0, 4854.0, 4805.0, 4792.0, 4826.0, 4797.0, 4846.0, 4797.0, 4787.0, 4827.0, 4799.0, 4857.0, 4817.0, 4801.0, 4840.0, 4811.0, 4871.0, 4823.0, 4799.0, 4838.0, 4800.0, 4868.0, 4821.0, 4859.0, 4817.0, 4798.0, 4846.0, 4818.0, 4878.0, 4831.0, 4799.0, 4834.0, 4800.0, 4858.0, 4831.0, 4820.0, 4828.0, 4799.0, 4857.0, 4807.0, 4868.0, 4841.0, 4812.0, 4849.0, 4812.0, 4847.0, 4829.0, 4800.0, 4859.0, 4809.0, 4868.0, 4825.0, 4788.0, 4856.0, 4799.0, 4827.0, 4816.0, 4787.0, 4856.0, 4807.0, 4866.0, 4804.0, 4803.0, 4823.0, 4783.0, 4854.0, 4796.0, 4784.0, 4822.0, 4785.0, 4843.0, 4805.0, 4787.0, 4825.0, 4797.0, 4857.0, 4818.0, 4788.0, 4836.0, 4796.0, 4847.0, 4809.0, 4857.0, 4805.0, 4826.0, 4815.0, 4787.0, 4836.0, 4787.0, 4836.0, 4817.0, 4789.0, 4847.0, 4799.0, 4804.0, 4827.0, 4801.0, 4858.0, 4828.0, 4801.0, 4828.0, 4811.0, 4864.0, 4833.0, 4822.0, 4850.0, 4810.0, 4879.0, 4840.0, 4800.0, 4860.0, 4811.0, 4837.0, 4817.0, 4798.0, 4835.0, 4804.0, 4856.0, 4806.0, 4825.0, 4804.0, 4786.0, 4834.0, 4809.0, 4848.0, 4817.0, 4788.0, 4847.0, 4808.0, 4838.0, 4829.0, 4799.0, 4848.0, 4799.0, 4867.0, 4818.0, 4827.0, 4826.0, 4788.0, 4834.0, 4797.0, 4845.0, 4808.0, 4805.0, 4815.0, 4786.0, 4836.0, 4797.0, 4817.0, 4815.0, 4787.0, 4834.0, 4808.0, 4829.0, 4828.0, 4789.0, 4848.0, 4798.0, 4837.0, 4818.0, 4796.0, 4846.0, 4800.0, 4857.0, 4807.0, 4788.0, 4835.0, 4799.0, 4856.0, 4818.0, 4807.0, 4823.0, 4788.0, 4845.0, 4807.0, 4806.0, 4826.0, 4798.0, 4855.0, 4808.0, 4813.0, 4814.0, 4786.0, 4837.0, 4795.0, 4843.0, 4809.0, 4786.0, 4806.0, 4785.0, 4832.0, 4795.0, 4806.0, 4813.0, 4787.0, 4823.0, 4796.0, 4857.0, 4808.0, 4805.0, 4805.0, 4786.0, 4836.0, 4806.0, 4866.0, 4817.0, 4786.0, 4823.0, 4784.0, 4834.0, 4805.0, 4786.0, 4836.0, 4786.0, 4845.0, 4807.0, 4794.0, 4816.0, 4786.0, 4836.0, 4798.0, 4856.0, 4808.0, 4815.0, 4805.0, 4785.0, 4838.0, 4796.0, 4857.0, 4817.0, 4788.0, 4827.0, 4789.0, 4843.0, 4810.0, 4796.0, 4827.0, 4790.0, 4847.0, 4818.0, 4858.0, 4818.0, 4808.0, 4850.0, 4812.0, 4858.0, 4821.0, 4820.0, 4828.0, 4802.0, 4860.0, 4811.0, 4858.0, 4819.0, 4798.0, 4836.0, 4807.0, 4866.0, 4825.0, 4816.0, 4817.0, 4786.0, 4845.0, 4805.0, 4855.0, 4804.0, 4844.0, 4793.0, 4821.0, 4791.0, 4773.0, 4800.0, 4772.0, 4842.0, 4791.0, 4783.0, 4813.0, 4786.0, 4833.0, 4799.0, 4834.0, 4810.0, 4788.0, 4827.0, 4788.0, 4836.0, 4798.0, 4857.0, 4805.0, 4856.0, 4808.0, 4824.0, 4807.0, 4795.0, 4836.0, 4787.0, 4835.0, 4798.0, 4822.0, 4816.0, 4788.0, 4850.0, 4810.0, 4840.0, 4829.0, 4810.0, 4850.0, 4811.0, 4870.0, 4822.0, 4857.0, 4819.0, 4857.0, 4819.0, 4798.0, 4829.0, 4789.0, 4834.0, 4807.0, 4859.0, 4818.0, 4817.0, 4818.0, 4789.0, 4848.0, 4808.0, 4868.0, 4828.0, 4809.0, 4826.0, 4787.0, 4846.0, 4806.0, 4856.0, 4817.0, 4786.0, 4825.0, 4785.0, 4835.0, 4794.0, 4853.0, 4802.0, 4802.0, 4802.0, 4772.0, 4833.0, 4785.0, 4842.0, 4794.0, 4774.0, 4812.0, 4785.0, 4844.0, 4794.0, 4835.0, 4805.0, 4785.0, 4822.0, 4784.0, 4835.0, 4807.0, 4804.0, 4827.0, 4786.0, 4836.0, 4798.0, 4855.0, 4808.0, 4808.0, 4827.0, 4787.0, 4836.0, 4809.0, 4857.0, 4819.0, 4798.0, 4838.0, 4796.0, 4846.0, 4807.0, 4857.0, 4829.0, 4789.0, 4838.0, 4787.0, 4845.0, 4808.0, 4837.0, 4828.0, 4787.0, 4835.0, 4796.0, 4856.0, 4817.0, 4808.0, 4824.0, 4785.0, 4837.0, 4805.0, 4825.0, 4828.0, 4788.0, 4847.0, 4806.0, 4844.0, 4817.0, 4796.0, 4838.0, 4799.0, 4855.0, 4808.0, 4807.0, 4816.0, 4786.0, 4845.0, 4796.0, 4865.0, 4805.0, 4825.0, 4816.0, 4786.0, 4846.0, 4796.0, 4816.0, 4804.0, 4785.0, 4824.0, 4785.0, 4844.0, 4802.0, 4785.0, 4804.0, 4776.0, 4824.0, 4796.0, 4855.0, 4807.0, 4812.0, 4816.0, 4788.0, 4835.0, 4808.0, 4848.0, 4816.0, 4797.0, 4839.0, 4824.0, 4860.0, 4820.0, 4796.0, 4828.0, 4796.0, 4847.0, 4829.0, 4801.0, 4858.0, 4822.0, 4829.0, 4830.0, 4810.0, 4861.0, 4810.0, 4859.0, 4809.0, 4856.0, 4820.0, 4827.0, 4819.0, 4790.0, 4838.0, 4808.0, 4858.0, 4828.0, 4789.0, 4850.0, 4801.0, 4828.0, 4832.0, 4800.0, 4848.0, 4809.0, 4868.0, 4820.0, 4857.0, 4807.0, 4795.0, 4813.0, 4786.0, 4844.0, 4796.0, 4852.0, 4796.0, 4815.0, 4803.0, 4787.0, 4835.0, 4794.0, 4842.0, 4794.0, 4788.0, 4825.0, 4798.0, 4847.0, 4795.0, 4835.0, 4808.0, 4795.0, 4835.0, 4788.0, 4835.0, 4798.0, 4844.0, 4796.0, 4853.0, 4805.0, 4794.0, 4805.0, 4775.0, 4823.0, 4783.0, 4844.0, 4797.0, 4823.0, 4805.0, 4777.0, 4837.0, 4798.0, 4825.0, 4806.0, 4776.0, 4837.0, 4798.0, 4859.0, 4808.0, 4814.0, 4816.0, 4797.0, 4829.0, 4787.0, 4835.0, 4796.0, 4835.0, 4819.0, 4847.0, 4818.0, 4797.0, 4838.0, 4798.0, 4855.0, 4829.0, 4798.0, 4836.0, 4798.0, 4849.0, 4820.0, 4868.0, 4820.0, 4817.0, 4827.0, 4776.0, 4836.0, 4797.0, 4845.0, 4805.0, 4854.0, 4807.0, 4786.0, 4815.0, 4785.0, 4843.0, 4806.0, 4825.0, 4806.0, 4785.0, 4836.0, 4786.0, 4845.0, 4785.0, 4834.0, 4793.0, 4833.0, 4795.0, 4822.0, 4794.0, 4774.0, 4812.0, 4786.0, 4835.0, 4807.0, 4787.0, 4816.0, 4787.0, 4833.0, 4809.0, 4868.0, 4821.0, 4809.0, 4817.0, 4787.0, 4826.0, 4785.0, 4834.0, 4796.0, 4846.0, 4796.0, 4834.0, 4794.0, 4815.0, 4803.0, 4775.0, 4825.0, 4785.0, 4844.0, 4809.0, 4806.0, 4824.0, 4787.0, 4846.0, 4797.0, 4854.0, 4808.0, 4816.0, 4828.0, 4788.0, 4845.0, 4787.0, 4856.0, 4806.0, 4805.0, 4815.0, 4788.0, 4835.0, 4793.0, 4845.0, 4806.0, 4788.0, 4834.0, 4795.0, 4855.0, 4806.0, 4806.0, 4826.0, 4794.0, 4845.0, 4797.0, 4844.0, 4806.0, 4796.0, 4828.0, 4786.0, 4845.0, 4805.0, 4803.0, 4816.0, 4787.0, 4857.0, 4808.0, 4836.0, 4806.0, 4787.0, 4836.0, 4798.0, 4858.0, 4817.0, 4832.0, 4805.0, 4786.0, 4835.0, 4797.0, 4864.0, 4808.0, 4794.0, 4815.0, 4787.0, 4847.0, 4808.0, 4866.0, 4808.0, 4796.0, 4814.0, 4784.0, 4836.0, 4808.0, 4866.0, 4807.0, 4805.0, 4815.0, 4788.0, 4845.0, 4805.0, 4816.0], 'WindowWidth': [10620.0, 10674.0, 10605.0, 10622.0, 10584.0, 10497.0, 10588.0, 10529.0, 10564.0, 10543.0, 10478.0, 10560.0, 10503.0, 10583.0, 10515.0, 10468.0, 10520.0, 10471.0, 10521.0, 10497.0, 10458.0, 10539.0, 10481.0, 10540.0, 10497.0, 10461.0, 10554.0, 10497.0, 10461.0, 10523.0, 10474.0, 10488.0, 10547.0, 10481.0, 10592.0, 10519.0, 10465.0, 10561.0, 10502.0, 10476.0, 10523.0, 10455.0, 10555.0, 10503.0, 10500.0, 10513.0, 10459.0, 10540.0, 10484.0, 10529.0, 10492.0, 10441.0, 10528.0, 10483.0, 10492.0, 10508.0, 10475.0, 10569.0, 10499.0, 10474.0, 10521.0, 10470.0, 10495.0, 10513.0, 10458.0, 10553.0, 10508.0, 10495.0, 10566.0, 10512.0, 10504.0, 10530.0, 10490.0, 10568.0, 10518.0, 10476.0, 10558.0, 10506.0, 10503.0, 10518.0, 10491.0, 10576.0, 10502.0, 10489.0, 10526.0, 10477.0, 10571.0, 10514.0, 10491.0, 10543.0, 10494.0, 10591.0, 10517.0, 10497.0, 10540.0, 10490.0, 10524.0, 10533.0, 10489.0, 10590.0, 10516.0, 10471.0, 10545.0, 10490.0, 10576.0, 10502.0, 10514.0, 10530.0, 10477.0, 10570.0, 10484.0, 10491.0, 10506.0, 10451.0, 10532.0, 10468.0, 10488.0, 10505.0, 10466.0, 10563.0, 10479.0, 10453.0, 10505.0, 10458.0, 10522.0, 10500.0, 10459.0, 10542.0, 10485.0, 10509.0, 10498.0, 10461.0, 10547.0, 10494.0, 10560.0, 10489.0, 10540.0, 10504.0, 10484.0, 10514.0, 10461.0, 10538.0, 10485.0, 10553.0, 10484.0, 10472.0, 10525.0, 10467.0, 10552.0, 10505.0, 10489.0, 10498.0, 10456.0, 10538.0, 10504.0, 10501.0, 10524.0, 10480.0, 10560.0, 10502.0, 10499.0, 10544.0, 10493.0, 10575.0, 10520.0, 10490.0, 10541.0, 10477.0, 10538.0, 10496.0, 10457.0, 10526.0, 10467.0, 10553.0, 10482.0, 10518.0, 10491.0, 10454.0, 10515.0, 10453.0, 10531.0, 10479.0, 10544.0, 10476.0, 10457.0, 10505.0, 10468.0, 10538.0, 10468.0, 10454.0, 10510.0, 10475.0, 10554.0, 10500.0, 10480.0, 10534.0, 10495.0, 10579.0, 10512.0, 10475.0, 10527.0, 10476.0, 10575.0, 10508.0, 10559.0, 10498.0, 10474.0, 10539.0, 10500.0, 10588.0, 10520.0, 10476.0, 10520.0, 10477.0, 10557.0, 10521.0, 10505.0, 10514.0, 10476.0, 10554.0, 10487.0, 10572.0, 10536.0, 10494.0, 10543.0, 10495.0, 10540.0, 10516.0, 10478.0, 10559.0, 10488.0, 10571.0, 10508.0, 10457.0, 10552.0, 10473.0, 10508.0, 10493.0, 10452.0, 10550.0, 10480.0, 10563.0, 10474.0, 10471.0, 10499.0, 10443.0, 10545.0, 10463.0, 10447.0, 10497.0, 10448.0, 10530.0, 10478.0, 10456.0, 10505.0, 10471.0, 10552.0, 10498.0, 10459.0, 10521.0, 10467.0, 10539.0, 10487.0, 10554.0, 10479.0, 10506.0, 10490.0, 10455.0, 10520.0, 10455.0, 10520.0, 10496.0, 10459.0, 10540.0, 10475.0, 10478.0, 10512.0, 10480.0, 10560.0, 10516.0, 10480.0, 10514.0, 10497.0, 10573.0, 10532.0, 10511.0, 10547.0, 10491.0, 10588.0, 10533.0, 10477.0, 10560.0, 10493.0, 10524.0, 10497.0, 10468.0, 10518.0, 10475.0, 10553.0, 10477.0, 10502.0, 10472.0, 10450.0, 10516.0, 10486.0, 10538.0, 10496.0, 10458.0, 10536.0, 10486.0, 10526.0, 10514.0, 10473.0, 10540.0, 10474.0, 10567.0, 10498.0, 10508.0, 10507.0, 10456.0, 10518.0, 10468.0, 10533.0, 10483.0, 10475.0, 10489.0, 10450.0, 10518.0, 10467.0, 10493.0, 10490.0, 10456.0, 10517.0, 10485.0, 10513.0, 10512.0, 10459.0, 10541.0, 10470.0, 10523.0, 10497.0, 10467.0, 10539.0, 10476.0, 10552.0, 10483.0, 10458.0, 10520.0, 10472.0, 10550.0, 10498.0, 10482.0, 10503.0, 10457.0, 10534.0, 10482.0, 10479.0, 10505.0, 10470.0, 10549.0, 10484.0, 10486.0, 10487.0, 10450.0, 10520.0, 10462.0, 10529.0, 10485.0, 10448.0, 10475.0, 10449.0, 10512.0, 10463.0, 10477.0, 10487.0, 10453.0, 10500.0, 10464.0, 10553.0, 10484.0, 10477.0, 10477.0, 10450.0, 10520.0, 10479.0, 10563.0, 10495.0, 10451.0, 10499.0, 10447.0, 10516.0, 10476.0, 10451.0, 10521.0, 10454.0, 10532.0, 10482.0, 10461.0, 10492.0, 10453.0, 10520.0, 10469.0, 10553.0, 10485.0, 10490.0, 10476.0, 10450.0, 10523.0, 10467.0, 10552.0, 10497.0, 10456.0, 10509.0, 10460.0, 10531.0, 10488.0, 10468.0, 10512.0, 10465.0, 10539.0, 10501.0, 10556.0, 10502.0, 10487.0, 10547.0, 10495.0, 10557.0, 10507.0, 10504.0, 10513.0, 10481.0, 10560.0, 10493.0, 10555.0, 10500.0, 10470.0, 10521.0, 10483.0, 10568.0, 10508.0, 10494.0, 10494.0, 10452.0, 10533.0, 10475.0, 10548.0, 10473.0, 10532.0, 10457.0, 10492.0, 10451.0, 10426.0, 10462.0, 10426.0, 10523.0, 10454.0, 10443.0, 10486.0, 10451.0, 10513.0, 10473.0, 10517.0, 10489.0, 10459.0, 10511.0, 10457.0, 10521.0, 10470.0, 10554.0, 10479.0, 10552.0, 10483.0, 10501.0, 10483.0, 10464.0, 10522.0, 10455.0, 10520.0, 10472.0, 10500.0, 10496.0, 10460.0, 10546.0, 10492.0, 10533.0, 10518.0, 10492.0, 10547.0, 10493.0, 10576.0, 10509.0, 10555.0, 10502.0, 10553.0, 10502.0, 10472.0, 10514.0, 10460.0, 10519.0, 10483.0, 10557.0, 10499.0, 10498.0, 10499.0, 10460.0, 10541.0, 10486.0, 10573.0, 10515.0, 10487.0, 10508.0, 10455.0, 10535.0, 10481.0, 10549.0, 10496.0, 10451.0, 10503.0, 10450.0, 10517.0, 10460.0, 10544.0, 10470.0, 10468.0, 10467.0, 10428.0, 10513.0, 10447.0, 10524.0, 10457.0, 10429.0, 10482.0, 10446.0, 10528.0, 10461.0, 10518.0, 10476.0, 10448.0, 10497.0, 10446.0, 10516.0, 10479.0, 10474.0, 10507.0, 10453.0, 10520.0, 10470.0, 10549.0, 10485.0, 10483.0, 10511.0, 10456.0, 10521.0, 10487.0, 10552.0, 10501.0, 10471.0, 10525.0, 10468.0, 10535.0, 10483.0, 10551.0, 10515.0, 10458.0, 10524.0, 10455.0, 10534.0, 10484.0, 10522.0, 10512.0, 10456.0, 10520.0, 10468.0, 10552.0, 10495.0, 10483.0, 10504.0, 10449.0, 10522.0, 10477.0, 10504.0, 10512.0, 10457.0, 10537.0, 10480.0, 10531.0, 10493.0, 10464.0, 10526.0, 10470.0, 10549.0, 10483.0, 10479.0, 10491.0, 10451.0, 10532.0, 10464.0, 10563.0, 10474.0, 10501.0, 10489.0, 10448.0, 10534.0, 10463.0, 10489.0, 10471.0, 10446.0, 10501.0, 10449.0, 10530.0, 10472.0, 10448.0, 10473.0, 10437.0, 10501.0, 10465.0, 10548.0, 10480.0, 10483.0, 10494.0, 10455.0, 10518.0, 10483.0, 10539.0, 10494.0, 10468.0, 10530.0, 10517.0, 10559.0, 10507.0, 10469.0, 10511.0, 10469.0, 10539.0, 10516.0, 10478.0, 10557.0, 10510.0, 10517.0, 10519.0, 10491.0, 10563.0, 10490.0, 10558.0, 10486.0, 10550.0, 10501.0, 10509.0, 10499.0, 10461.0, 10523.0, 10485.0, 10553.0, 10513.0, 10459.0, 10544.0, 10478.0, 10512.0, 10521.0, 10477.0, 10542.0, 10486.0, 10569.0, 10502.0, 10551.0, 10480.0, 10460.0, 10484.0, 10449.0, 10532.0, 10463.0, 10544.0, 10463.0, 10485.0, 10470.0, 10451.0, 10518.0, 10461.0, 10525.0, 10460.0, 10453.0, 10504.0, 10469.0, 10538.0, 10465.0, 10518.0, 10483.0, 10463.0, 10518.0, 10455.0, 10517.0, 10466.0, 10529.0, 10463.0, 10541.0, 10475.0, 10458.0, 10472.0, 10434.0, 10497.0, 10445.0, 10528.0, 10466.0, 10499.0, 10474.0, 10438.0, 10522.0, 10470.0, 10504.0, 10477.0, 10438.0, 10520.0, 10470.0, 10559.0, 10485.0, 10490.0, 10493.0, 10468.0, 10513.0, 10454.0, 10519.0, 10466.0, 10518.0, 10499.0, 10536.0, 10499.0, 10470.0, 10524.0, 10472.0, 10549.0, 10515.0, 10473.0, 10523.0, 10472.0, 10541.0, 10502.0, 10570.0, 10504.0, 10494.0, 10509.0, 10437.0, 10518.0, 10466.0, 10533.0, 10475.0, 10543.0, 10479.0, 10449.0, 10487.0, 10448.0, 10529.0, 10478.0, 10504.0, 10478.0, 10449.0, 10519.0, 10450.0, 10531.0, 10449.0, 10513.0, 10458.0, 10511.0, 10461.0, 10494.0, 10457.0, 10431.0, 10481.0, 10449.0, 10517.0, 10481.0, 10453.0, 10492.0, 10456.0, 10518.0, 10489.0, 10569.0, 10506.0, 10486.0, 10496.0, 10454.0, 10506.0, 10450.0, 10515.0, 10464.0, 10534.0, 10462.0, 10517.0, 10460.0, 10487.0, 10472.0, 10434.0, 10504.0, 10451.0, 10532.0, 10486.0, 10480.0, 10505.0, 10456.0, 10535.0, 10469.0, 10546.0, 10485.0, 10492.0, 10510.0, 10455.0, 10533.0, 10454.0, 10550.0, 10480.0, 10475.0, 10491.0, 10455.0, 10518.0, 10459.0, 10531.0, 10478.0, 10456.0, 10516.0, 10464.0, 10548.0, 10481.0, 10479.0, 10509.0, 10463.0, 10535.0, 10467.0, 10532.0, 10479.0, 10464.0, 10509.0, 10451.0, 10533.0, 10477.0, 10473.0, 10493.0, 10454.0, 10554.0, 10484.0, 10521.0, 10481.0, 10454.0, 10521.0, 10470.0, 10555.0, 10496.0, 10514.0, 10477.0, 10451.0, 10517.0, 10468.0, 10563.0, 10484.0, 10463.0, 10491.0, 10454.0, 10537.0, 10484.0, 10566.0, 10485.0, 10465.0, 10488.0, 10448.0, 10521.0, 10484.0, 10567.0, 10481.0, 10477.0, 10491.0, 10456.0, 10534.0, 10479.0, 10494.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.0004116724336793541</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.016502247635524797</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.639208240889104</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2627051433718233</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0004371786489603</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5169</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4141.1787</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.06932661270782847</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>6</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.6920415224913494</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3613456722321504</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2454357646464578</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5937568472509267</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2448444047990654</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00639979</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01050603948533535</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.032340601086616516</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>867</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>4.24342330207618</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>15.0417</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>61.4314</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>249.301</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>64.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>289210.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1220.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>449.6173</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.3475</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>611.0721</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3973.9733</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4126.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>87334.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1694.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5150.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>972.3226</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>45.42701136949472</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> |