=== 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-0010 --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-0010",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0010_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-0010_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-0010_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-0010/figures/sub-0010_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0010/figures/sub-0010_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-0010/figures/sub-0010_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010/ses-03/func/sub-0010_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>c2723ad0eb21b277eb6c129ddcf0283b</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:14:53.372500</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.999779, 0.0133024, 0.0162514, -0.0139605, 0.999058, 0.0410794]</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.0725047</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>[4165, -7731, -7300, 622, -54, -17, 28, 84]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>227.279</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>caeef56c-263d-4633-8149-4a5fd7e7f141||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.682335138320923, -0.03745506703853607, 0.04236191138625145, 110.38511657714844], [-0.035689301788806915, 2.6804006099700928, 0.11150258034467697, -85.02178955078125], [0.04360119625926018, -0.11021311581134796, 2.697364091873169, -54.23923110961914], [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': ['151453.372500', '151453.832500', '151454.292500', '151454.752500', '151455.212500', '151455.672500', '151456.132500', '151456.592500', '151457.052500', '151457.512500', '151457.972500', '151458.432500', '151458.892500', '151459.352500', '151459.812500', '151500.272500', '151500.732500', '151501.192500', '151501.652500', '151502.112500', '151502.572500', '151503.032500', '151503.492500', '151503.952500', '151504.412500', '151504.872500', '151505.332500', '151505.792500', '151506.252500', '151506.712500', '151507.172500', '151507.632500', '151508.092500', '151508.552500', '151509.012500', '151509.472500', '151509.932500', '151510.392500', '151510.852500', '151511.312500', '151511.772500', '151512.232500', '151512.692500', '151513.152500', '151513.612500', '151514.072500', '151514.532500', '151514.992500', '151515.452500', '151515.912500', '151516.372500', '151516.832500', '151517.292500', '151517.752500', '151518.212500', '151518.672500', '151519.132500', '151519.592500', '151520.052500', '151520.512500', '151520.972500', '151521.432500', '151521.892500', '151522.352500', '151522.812500', '151523.272500', '151523.732500', '151524.192500', '151524.652500', '151525.112500', '151525.572500', '151526.032500', '151526.492500', '151526.952500', '151527.412500', '151527.872500', '151528.332500', '151528.792500', '151529.252500', '151529.712500', '151530.172500', '151530.632500', '151531.092500', '151531.552500', '151532.012500', '151532.472500', '151532.932500', '151533.392500', '151533.852500', '151534.312500', '151534.772500', '151535.232500', '151535.692500', '151536.152500', '151536.612500', '151537.072500', '151537.532500', '151537.992500', '151538.452500', '151538.912500', '151539.372500', '151539.832500', '151540.292500', '151540.752500', '151541.212500', '151541.672500', '151542.132500', '151542.592500', '151543.052500', '151543.512500', '151543.972500', '151544.432500', '151544.892500', '151545.352500', '151545.812500', '151546.272500', '151546.732500', '151547.192500', '151547.652500', '151548.112500', '151548.572500', '151549.032500', '151549.492500', '151549.952500', '151550.412500', '151550.872500', '151551.332500', '151551.792500', '151552.252500', '151552.712500', '151553.172500', '151553.632500', '151554.092500', '151554.552500', '151555.012500', '151555.472500', '151555.932500', '151556.392500', '151556.852500', '151557.312500', '151557.772500', '151558.232500', '151558.692500', '151559.152500', '151559.612500', '151600.072500', '151600.532500', '151600.992500', '151601.452500', '151601.912500', '151602.372500', '151602.832500', '151603.292500', '151603.752500', '151604.212500', '151604.672500', '151605.132500', '151605.592500', '151606.052500', '151606.512500', '151606.972500', '151607.432500', '151607.892500', '151608.352500', '151608.812500', '151609.272500', '151609.732500', '151610.192500', '151610.652500', '151611.112500', '151611.572500', '151612.032500', '151612.492500', '151612.952500', '151613.412500', '151613.872500', '151614.332500', '151614.792500', '151615.252500', '151615.712500', '151616.172500', '151616.632500', '151617.092500', '151617.552500', '151618.012500', '151618.472500', '151618.932500', '151619.392500', '151619.852500', '151620.312500', '151620.772500', '151621.232500', '151621.692500', '151622.152500', '151622.612500', '151623.072500', '151623.532500', '151623.992500', '151624.452500', '151624.912500', '151625.372500', '151625.832500', '151626.292500', '151626.752500', '151627.212500', '151627.672500', '151628.132500', '151628.592500', '151629.052500', '151629.512500', '151629.972500', '151630.432500', '151630.892500', '151631.352500', '151631.812500', '151632.272500', '151632.732500', '151633.192500', '151633.652500', '151634.112500', '151634.572500', '151635.032500', '151635.492500', '151635.952500', '151636.412500', '151636.872500', '151637.332500', '151637.792500', '151638.252500', '151638.712500', '151639.172500', '151639.632500', '151640.092500', '151640.552500', '151641.012500', '151641.472500', '151641.932500', '151642.392500', '151642.852500', '151643.312500', '151643.772500', '151644.232500', '151644.692500', '151645.152500', '151645.612500', '151646.072500', '151646.532500', '151646.992500', '151647.452500', '151647.912500', '151648.372500', '151648.832500', '151649.292500', '151649.752500', '151650.212500', '151650.672500', '151651.132500', '151651.592500', '151652.052500', '151652.512500', '151652.972500', '151653.432500', '151653.892500', '151654.352500', '151654.812500', '151655.272500', '151655.732500', '151656.192500', '151656.652500', '151657.112500', '151657.572500', '151658.032500', '151658.492500', '151658.952500', '151659.412500', '151659.872500', '151700.332500', '151700.792500', '151701.252500', '151701.712500', '151702.172500', '151702.632500', '151703.092500', '151703.552500', '151704.012500', '151704.472500', '151704.932500', '151705.392500', '151705.852500', '151706.312500', '151706.772500', '151707.232500', '151707.692500', '151708.152500', '151708.612500', '151709.072500', '151709.532500', '151709.992500', '151710.452500', '151710.912500', '151711.372500', '151711.832500', '151712.292500', '151712.752500', '151713.212500', '151713.672500', '151714.132500', '151714.592500', '151715.052500', '151715.512500', '151715.972500', '151716.432500', '151716.892500', '151717.352500', '151717.812500', '151718.272500', '151718.732500', '151719.192500', '151719.652500', '151720.112500', '151720.572500', '151721.032500', '151721.492500', '151721.952500', '151722.412500', '151722.872500', '151723.332500', '151723.792500', '151724.252500', '151724.712500', '151725.172500', '151725.632500', '151726.092500', '151726.552500', '151727.012500', '151727.472500', '151727.932500', '151728.392500', '151728.852500', '151729.312500', '151729.772500', '151730.232500', '151730.692500', '151731.152500', '151731.612500', '151732.072500', '151732.532500', '151732.992500', '151733.452500', '151733.912500', '151734.372500', '151734.832500', '151735.292500', '151735.752500', '151736.212500', '151736.672500', '151737.132500', '151737.592500', '151738.052500', '151738.512500', '151738.972500', '151739.432500', '151739.892500', '151740.352500', '151740.812500', '151741.272500', '151741.732500', '151742.192500', '151742.652500', '151743.112500', '151743.572500', '151744.032500', '151744.492500', '151744.952500', '151745.412500', '151745.872500', '151746.332500', '151746.792500', '151747.252500', '151747.712500', '151748.172500', '151748.632500', '151749.092500', '151749.552500', '151750.012500', '151750.472500', '151750.932500', '151751.392500', '151751.852500', '151752.312500', '151752.772500', '151753.232500', '151753.692500', '151754.152500', '151754.612500', '151755.072500', '151755.532500', '151755.992500', '151756.452500', '151756.912500', '151757.372500', '151757.832500', '151758.292500', '151758.752500', '151759.212500', '151759.672500', '151800.132500', '151800.592500', '151801.052500', '151801.512500', '151801.972500', '151802.432500', '151802.892500', '151803.352500', '151803.812500', '151804.272500', '151804.732500', '151805.192500', '151805.652500', '151806.112500', '151806.572500', '151807.032500', '151807.492500', '151807.952500', '151808.412500', '151808.872500', '151809.332500', '151809.792500', '151810.252500', '151810.712500', '151811.172500', '151811.632500', '151812.092500', '151812.552500', '151813.012500', '151813.472500', '151813.932500', '151814.392500', '151814.852500', '151815.312500', '151815.772500', '151816.232500', '151816.692500', '151817.152500', '151817.612500', '151818.072500', '151818.532500', '151818.992500', '151819.452500', '151819.912500', '151820.372500', '151820.832500', '151821.292500', '151821.752500', '151822.212500', '151822.672500', '151823.132500', '151823.592500', '151824.052500', '151824.512500', '151824.972500', '151825.432500', '151825.892500', '151826.352500', '151826.812500', '151827.272500', '151827.732500', '151828.192500', '151828.652500', '151829.112500', '151829.572500', '151830.032500', '151830.492500', '151830.952500', '151831.412500', '151831.872500', '151832.332500', '151832.792500', '151833.252500', '151833.712500', '151834.172500', '151834.632500', '151835.092500', '151835.552500', '151836.012500', '151836.472500', '151836.932500', '151837.392500', '151837.852500', '151838.312500', '151838.772500', '151839.232500', '151839.692500', '151840.152500', '151840.612500', '151841.072500', '151841.532500', '151841.992500', '151842.452500', '151842.912500', '151843.372500', '151843.832500', '151844.292500', '151844.752500', '151845.212500', '151845.672500', '151846.132500', '151846.592500', '151847.052500', '151847.512500', '151847.972500', '151848.432500', '151848.892500', '151849.352500', '151849.812500', '151850.272500', '151850.732500', '151851.192500', '151851.652500', '151852.112500', '151852.572500', '151853.032500', '151853.492500', '151853.952500', '151854.412500', '151854.872500', '151855.332500', '151855.792500', '151856.252500', '151856.712500', '151857.172500', '151857.632500', '151858.092500', '151858.552500', '151859.012500', '151859.472500', '151859.932500', '151900.392500', '151900.852500', '151901.312500', '151901.772500', '151902.232500', '151902.692500', '151903.152500', '151903.612500', '151904.072500', '151904.532500', '151904.992500', '151905.452500', '151905.912500', '151906.372500', '151906.832500', '151907.292500', '151907.752500', '151908.212500', '151908.672500', '151909.132500', '151909.592500', '151910.052500', '151910.512500', '151910.972500', '151911.432500', '151911.892500', '151912.352500', '151912.812500', '151913.272500', '151913.732500', '151914.192500', '151914.652500', '151915.112500', '151915.572500', '151916.032500', '151916.492500', '151916.952500', '151917.412500', '151917.872500', '151918.332500', '151918.792500', '151919.252500', '151919.712500', '151920.172500', '151920.632500', '151921.092500', '151921.552500', '151922.012500', '151922.472500', '151922.932500', '151923.392500', '151923.852500', '151924.312500', '151924.772500', '151925.232500', '151925.692500', '151926.152500', '151926.612500', '151927.072500', '151927.532500', '151927.992500', '151928.452500', '151928.912500', '151929.372500', '151929.832500', '151930.292500', '151930.752500', '151931.212500', '151931.672500', '151932.132500', '151932.592500', '151933.052500', '151933.512500', '151933.972500', '151934.432500', '151934.892500', '151935.352500', '151935.812500', '151936.272500', '151936.732500', '151937.192500', '151937.652500', '151938.112500', '151938.572500', '151939.032500', '151939.492500', '151939.952500', '151940.412500', '151940.872500', '151941.332500', '151941.792500', '151942.252500', '151942.712500', '151943.172500', '151943.632500', '151944.092500', '151944.552500', '151945.012500', '151945.472500', '151945.932500', '151946.392500', '151946.852500', '151947.312500', '151947.772500', '151948.232500', '151948.692500', '151949.152500', '151949.612500', '151950.072500', '151950.532500', '151950.992500', '151951.452500', '151951.912500', '151952.372500', '151952.832500', '151953.292500', '151953.752500', '151954.212500', '151954.672500', '151955.132500', '151955.592500', '151956.052500', '151956.512500', '151956.972500', '151957.432500', '151957.892500', '151958.352500', '151958.812500', '151959.272500', '151959.732500', '152000.192500', '152000.652500', '152001.112500', '152001.572500', '152002.032500', '152002.492500', '152002.952500', '152003.412500', '152003.872500', '152004.332500', '152004.792500', '152005.252500', '152005.712500', '152006.172500', '152006.632500', '152007.092500', '152007.552500', '152008.012500', '152008.472500', '152008.932500', '152009.392500', '152009.852500', '152010.312500', '152010.772500', '152011.232500', '152011.692500', '152012.152500', '152012.612500', '152013.072500', '152013.532500', '152013.992500', '152014.452500', '152014.912500', '152015.372500', '152015.832500', '152016.292500', '152016.752500', '152017.212500', '152017.672500', '152018.132500', '152018.592500', '152019.052500', '152019.512500', '152019.972500', '152020.432500', '152020.892500', '152021.352500', '152021.812500', '152022.272500', '152022.732500', '152023.192500', '152023.652500', '152024.112500', '152024.572500', '152025.032500', '152025.492500', '152025.952500', '152026.412500', '152026.872500', '152027.332500', '152027.792500', '152028.252500', '152028.712500', '152029.172500', '152029.632500', '152030.092500', '152030.552500', '152031.012500', '152031.472500', '152031.932500', '152032.392500', '152032.852500', '152033.312500', '152033.772500', '152034.232500', '152034.692500', '152035.152500', '152035.612500', '152036.072500', '152036.532500', '152036.992500', '152037.452500', '152037.912500', '152038.372500', '152038.832500', '152039.292500', '152039.752500', '152040.212500', '152040.672500', '152041.132500', '152041.592500', '152042.052500', '152042.512500', '152042.972500', '152043.432500', '152043.892500', '152044.352500', '152044.812500', '152045.272500', '152045.732500', '152046.192500', '152046.652500', '152047.112500', '152047.572500', '152048.032500', '152048.492500', '152048.952500', '152049.412500', '152049.872500', '152050.332500', '152050.792500', '152051.252500', '152051.712500', '152052.172500', '152052.632500', '152053.092500', '152053.552500', '152054.012500', '152054.472500', '152054.932500', '152055.392500', '152055.852500', '152056.312500', '152056.772500', '152057.232500', '152057.692500', '152058.152500', '152058.612500', '152059.072500', '152059.532500', '152059.992500', '152100.452500', '152100.912500', '152101.372500', '152101.832500', '152102.292500', '152102.752500', '152103.212500', '152103.672500', '152104.132500', '152104.592500', '152105.052500', '152105.512500', '152105.972500', '152106.432500', '152106.892500', '152107.352500', '152107.812500', '152108.272500', '152108.732500', '152109.192500', '152109.652500', '152110.112500', '152110.572500', '152111.032500', '152111.492500', '152111.952500', '152112.412500', '152112.872500', '152113.332500', '152113.792500', '152114.252500', '152114.712500', '152115.172500', '152115.632500', '152116.092500', '152116.552500', '152117.012500', '152117.472500', '152117.932500', '152118.392500', '152118.852500', '152119.312500', '152119.772500', '152120.232500', '152120.692500', '152121.152500', '152121.612500', '152122.072500', '152122.532500', '152122.992500', '152123.452500', '152123.912500', '152124.372500', '152124.832500', '152125.292500', '152125.752500', '152126.212500', '152126.672500', '152127.132500', '152127.592500', '152128.052500', '152128.512500', '152128.972500', '152129.432500', '152129.892500', '152130.352500', '152130.812500', '152131.272500', '152131.732500', '152132.192500', '152132.652500', '152133.112500', '152133.572500', '152134.032500'], 'ContentTime': ['151505.422000', '151505.426000', '151505.429000', '151505.432000', '151505.435000', '151505.438000', '151505.446000', '151505.450000', '151505.453000', '151505.456000', '151505.459000', '151505.461000', '151505.464000', '151505.467000', '151505.470000', '151505.473000', '151505.481000', '151505.485000', '151505.488000', '151505.491000', '151505.494000', '151505.497000', '151505.500000', '151505.503000', '151525.382000', '151525.385000', '151525.388000', '151525.391000', '151525.394000', '151525.396000', '151525.399000', '151525.402000', '151525.405000', '151525.408000', '151525.410000', '151525.413000', '151525.416000', '151525.419000', '151525.422000', '151525.425000', '151525.427000', '151525.430000', '151525.433000', '151525.436000', '151525.439000', '151525.442000', '151525.445000', '151525.447000', '151525.450000', '151525.453000', '151525.456000', '151525.459000', '151525.461000', '151525.464000', '151525.467000', '151525.470000', '151525.473000', '151525.476000', '151525.479000', '151525.481000', '151525.484000', '151525.487000', '151525.490000', '151525.492000', '151525.504000', '151525.507000', '151525.509000', '151545.381000', '151545.384000', '151545.387000', '151545.390000', '151545.392000', '151545.395000', '151545.398000', '151545.401000', '151545.404000', '151545.406000', '151545.409000', '151545.412000', '151545.415000', '151545.418000', '151545.420000', '151545.423000', '151545.426000', '151545.429000', '151545.432000', '151545.435000', '151545.438000', '151545.441000', '151545.443000', '151545.446000', '151545.449000', '151545.452000', '151545.455000', '151545.458000', '151545.461000', '151545.463000', '151545.466000', '151545.469000', '151545.472000', '151545.475000', '151545.478000', '151545.481000', '151545.483000', '151545.486000', '151545.489000', '151545.492000', '151545.495000', '151545.498000', '151545.500000', '151545.503000', '151605.381000', '151605.384000', '151605.387000', '151605.390000', '151605.392000', '151605.395000', '151605.398000', '151605.401000', '151605.404000', '151605.407000', '151605.409000', '151605.412000', '151605.415000', '151605.418000', '151605.421000', '151605.435000', '151605.438000', '151605.441000', '151605.443000', '151605.446000', '151605.449000', '151605.452000', '151605.455000', '151605.457000', '151605.460000', '151605.463000', '151605.466000', '151605.469000', '151605.471000', '151605.474000', '151605.478000', '151605.481000', '151605.484000', '151605.487000', '151605.490000', '151605.493000', '151605.495000', '151605.498000', '151605.501000', '151605.504000', '151605.507000', '151605.509000', '151605.512000', '151625.381000', '151625.384000', '151625.387000', '151625.389000', '151625.392000', '151625.395000', '151625.398000', '151625.401000', '151625.404000', '151625.406000', '151625.409000', '151625.412000', '151625.415000', '151625.418000', '151625.421000', '151625.423000', '151625.426000', '151625.429000', '151625.432000', '151625.435000', '151625.438000', '151625.441000', '151625.445000', '151625.447000', '151625.450000', '151625.453000', '151625.456000', '151625.459000', '151625.462000', '151625.464000', '151625.467000', '151625.470000', '151625.473000', '151625.476000', '151625.479000', '151625.481000', '151625.484000', '151625.487000', '151625.490000', '151625.493000', '151625.496000', '151625.498000', '151625.501000', '151625.504000', '151645.381000', '151645.384000', '151645.387000', '151645.389000', '151645.392000', '151645.395000', '151645.398000', '151645.401000', '151645.403000', '151645.406000', '151645.409000', '151645.412000', '151645.415000', '151645.417000', '151645.420000', '151645.423000', '151645.426000', '151645.429000', '151645.431000', '151645.434000', '151645.437000', '151645.440000', '151645.443000', '151645.445000', '151645.448000', '151645.451000', '151645.454000', '151645.456000', '151645.459000', '151645.462000', '151645.465000', '151645.468000', '151645.470000', '151645.473000', '151645.476000', '151645.479000', '151645.481000', '151645.484000', '151645.487000', '151645.490000', '151645.493000', '151645.495000', '151645.498000', '151705.381000', '151705.384000', '151705.387000', '151705.389000', '151705.392000', '151705.395000', '151705.398000', '151705.401000', '151705.403000', '151705.406000', '151705.409000', '151705.412000', '151705.415000', '151705.417000', '151705.420000', '151705.423000', '151705.426000', '151705.429000', '151705.431000', '151705.434000', '151705.437000', '151705.440000', '151705.443000', '151705.446000', '151705.448000', '151705.451000', '151705.454000', '151705.457000', '151705.459000', '151705.462000', '151705.465000', '151705.468000', '151705.471000', '151705.473000', '151705.476000', '151705.479000', '151705.482000', '151705.485000', '151705.487000', '151705.490000', '151705.493000', '151705.496000', '151705.499000', '151705.501000', '151725.381000', '151725.384000', '151725.387000', '151725.389000', '151725.392000', '151725.395000', '151725.398000', '151725.401000', '151725.403000', '151725.406000', '151725.409000', '151725.412000', '151725.415000', '151725.417000', '151725.420000', '151725.423000', '151725.426000', '151725.429000', '151725.431000', '151725.434000', '151725.437000', '151725.440000', '151725.443000', '151725.455000', '151725.458000', '151725.461000', '151725.464000', '151725.467000', '151725.469000', '151725.472000', '151725.475000', '151725.478000', '151725.481000', '151725.484000', '151725.486000', '151725.489000', '151725.492000', '151725.495000', '151725.498000', '151725.501000', '151725.503000', '151725.506000', '151725.509000', '151745.382000', '151745.385000', '151745.388000', '151745.390000', '151745.393000', '151745.396000', '151745.399000', '151745.402000', '151745.404000', '151745.407000', '151745.410000', '151745.425000', '151745.428000', '151745.431000', '151745.434000', '151745.437000', '151745.439000', '151745.442000', '151745.445000', '151745.448000', '151745.451000', '151745.453000', '151745.456000', '151745.459000', '151745.462000', '151745.465000', '151745.467000', '151745.470000', '151745.473000', '151745.476000', '151745.479000', '151745.482000', '151745.484000', '151745.487000', '151745.490000', '151745.493000', '151745.495000', '151745.498000', '151745.501000', '151745.504000', '151745.507000', '151745.510000', '151745.512000', '151745.515000', '151805.381000', '151805.384000', '151805.387000', '151805.389000', '151805.392000', '151805.395000', '151805.398000', '151805.401000', '151805.403000', '151805.406000', '151805.409000', '151805.412000', '151805.415000', '151805.417000', '151805.420000', '151805.423000', '151805.426000', '151805.429000', '151805.431000', '151805.434000', '151805.437000', '151805.440000', '151805.443000', '151805.446000', '151805.449000', '151805.452000', '151805.454000', '151805.457000', '151805.460000', '151805.463000', '151805.466000', '151805.468000', '151805.471000', '151805.474000', '151805.477000', '151805.480000', '151805.482000', '151805.485000', '151805.488000', '151805.491000', '151805.494000', '151805.497000', '151805.499000', '151825.381000', '151825.384000', '151825.387000', '151825.390000', '151825.393000', '151825.396000', '151825.417000', '151825.420000', '151825.423000', '151825.426000', '151825.429000', '151825.431000', '151825.434000', '151825.437000', '151825.440000', '151825.443000', '151825.445000', '151825.448000', '151825.451000', '151825.454000', '151825.456000', '151825.459000', '151825.462000', '151825.465000', '151825.468000', '151825.471000', '151825.473000', '151825.476000', '151825.479000', '151825.482000', '151825.485000', '151825.487000', '151825.490000', '151825.493000', '151825.496000', '151825.498000', '151825.501000', '151825.504000', '151825.507000', '151825.510000', '151825.512000', '151825.515000', '151825.518000', '151845.381000', '151845.384000', '151845.387000', '151845.389000', '151845.392000', '151845.395000', '151845.398000', '151845.401000', '151845.403000', '151845.406000', '151845.409000', '151845.412000', '151845.415000', '151845.417000', '151845.420000', '151845.423000', '151845.426000', '151845.429000', '151845.431000', '151845.434000', '151845.437000', '151845.440000', '151845.442000', '151845.445000', '151845.448000', '151845.451000', '151845.454000', '151845.457000', '151845.459000', '151845.462000', '151845.465000', '151845.468000', '151845.471000', '151845.474000', '151845.476000', '151845.479000', '151845.482000', '151845.485000', '151845.488000', '151845.491000', '151845.493000', '151845.496000', '151845.499000', '151845.502000', '151905.381000', '151905.384000', '151905.387000', '151905.389000', '151905.392000', '151905.395000', '151905.398000', '151905.401000', '151905.404000', '151905.406000', '151905.409000', '151905.413000', '151905.417000', '151905.420000', '151905.423000', '151905.426000', '151905.429000', '151905.451000', '151905.453000', '151905.456000', '151905.459000', '151905.462000', '151905.465000', '151905.468000', '151905.470000', '151905.473000', '151905.476000', '151905.479000', '151905.481000', '151905.484000', '151905.487000', '151905.490000', '151905.493000', '151905.495000', '151905.498000', '151905.501000', '151905.519000', '151905.522000', '151905.525000', '151905.527000', '151905.530000', '151905.533000', '151905.536000', '151925.381000', '151925.384000', '151925.387000', '151925.389000', '151925.392000', '151925.395000', '151925.398000', '151925.401000', '151925.403000', '151925.406000', '151925.409000', '151925.412000', '151925.415000', '151925.418000', '151925.421000', '151925.423000', '151925.426000', '151925.429000', '151925.432000', '151925.434000', '151925.437000', '151925.440000', '151925.443000', '151925.446000', '151925.449000', '151925.452000', '151925.454000', '151925.457000', '151925.460000', '151925.463000', '151925.466000', '151925.468000', '151925.471000', '151925.474000', '151925.477000', '151925.480000', '151925.483000', '151925.485000', '151925.488000', '151925.491000', '151925.494000', '151925.497000', '151925.500000', '151925.502000', '151945.381000', '151945.384000', '151945.387000', '151945.390000', '151945.392000', '151945.395000', '151945.398000', '151945.401000', '151945.404000', '151945.407000', '151945.410000', '151945.413000', '151945.416000', '151945.419000', '151945.422000', '151945.425000', '151945.427000', '151945.430000', '151945.433000', '151945.436000', '151945.439000', '151945.442000', '151945.444000', '151945.447000', '151945.450000', '151945.453000', '151945.456000', '151945.458000', '151945.461000', '151945.464000', '151945.467000', '151945.470000', '151945.473000', '151945.475000', '151945.478000', '151945.481000', '151945.484000', '151945.487000', '151945.490000', '151945.492000', '151945.495000', '151945.498000', '151945.501000', '152005.382000', '152005.385000', '152005.388000', '152005.390000', '152005.393000', '152005.396000', '152005.399000', '152005.402000', '152005.405000', '152005.407000', '152005.410000', '152005.413000', '152005.416000', '152005.419000', '152005.421000', '152005.424000', '152005.427000', '152005.430000', '152005.433000', '152005.435000', '152005.438000', '152005.441000', '152005.444000', '152005.447000', '152005.449000', '152005.452000', '152005.455000', '152005.458000', '152005.461000', '152005.464000', '152005.466000', '152005.469000', '152005.472000', '152005.475000', '152005.478000', '152005.481000', '152005.483000', '152005.486000', '152005.489000', '152005.492000', '152005.495000', '152005.497000', '152005.500000', '152005.503000', '152025.381000', '152025.384000', '152025.387000', '152025.390000', '152025.392000', '152025.395000', '152025.398000', '152025.401000', '152025.404000', '152025.406000', '152025.409000', '152025.412000', '152025.415000', '152025.418000', '152025.420000', '152025.423000', '152025.426000', '152025.429000', '152025.432000', '152025.435000', '152025.438000', '152025.441000', '152025.444000', '152025.447000', '152025.449000', '152025.452000', '152025.455000', '152025.458000', '152025.461000', '152025.463000', '152025.466000', '152025.469000', '152025.472000', '152025.475000', '152025.477000', '152025.480000', '152025.483000', '152025.486000', '152025.489000', '152025.492000', '152025.494000', '152025.497000', '152025.500000', '152045.381000', '152045.384000', '152045.387000', '152045.390000', '152045.407000', '152045.409000', '152045.412000', '152045.415000', '152045.418000', '152045.421000', '152045.424000', '152045.427000', '152045.430000', '152045.432000', '152045.435000', '152045.438000', '152045.441000', '152045.443000', '152045.446000', '152045.449000', '152045.452000', '152045.455000', '152045.458000', '152045.460000', '152045.463000', '152045.466000', '152045.469000', '152045.472000', '152045.475000', '152045.477000', '152045.480000', '152045.483000', '152045.486000', '152045.489000', '152045.492000', '152045.495000', '152045.497000', '152045.500000', '152045.503000', '152045.506000', '152045.509000', '152045.512000', '152045.515000', '152045.517000', '152105.381000', '152105.384000', '152105.387000', '152105.390000', '152105.393000', '152105.396000', '152105.399000', '152105.402000', '152105.405000', '152105.407000', '152105.410000', '152105.413000', '152105.416000', '152105.419000', '152105.422000', '152105.425000', '152105.427000', '152105.430000', '152105.433000', '152105.436000', '152105.439000', '152105.443000', '152105.446000', '152105.449000', '152105.452000', '152105.455000', '152105.458000', '152105.461000', '152105.464000', '152105.467000', '152105.470000', '152105.473000', '152105.476000', '152105.478000', '152105.481000', '152105.484000', '152105.487000', '152105.490000', '152105.493000', '152105.495000', '152105.498000', '152105.501000', '152105.504000', '152125.381000', '152125.384000', '152125.388000', '152125.390000', '152125.393000', '152125.396000', '152125.399000', '152125.402000', '152125.405000', '152125.407000', '152125.410000', '152125.413000', '152125.416000', '152125.419000', '152125.422000', '152125.425000', '152125.427000', '152125.430000', '152125.433000', '152125.436000', '152125.439000', '152125.442000', '152125.445000', '152125.447000', '152125.450000', '152125.453000', '152125.456000', '152125.459000', '152125.461000', '152125.464000', '152125.467000', '152125.470000', '152125.473000', '152125.475000', '152125.478000', '152125.481000', '152125.484000', '152125.487000', '152125.490000', '152125.492000', '152125.495000', '152125.498000', '152125.501000', '152125.504000', '152135.415000', '152135.419000', '152135.422000', '152135.425000', '152135.429000', '152135.432000', '152135.435000', '152135.438000', '152135.441000', '152135.444000', '152135.447000', '152135.450000', '152135.453000', '152135.456000', '152135.459000', '152135.462000', '152135.465000', '152135.468000', '152135.471000', '152135.474000', '152135.477000', '152135.480000'], 'InstanceCreationTime': ['151505.422000', '151505.426000', '151505.429000', '151505.432000', '151505.435000', '151505.438000', '151505.446000', '151505.450000', '151505.453000', '151505.456000', '151505.459000', '151505.461000', '151505.464000', '151505.467000', '151505.470000', '151505.473000', '151505.481000', '151505.485000', '151505.488000', '151505.491000', '151505.494000', '151505.497000', '151505.500000', '151505.503000', '151525.382000', '151525.385000', '151525.388000', '151525.391000', '151525.394000', '151525.396000', '151525.399000', '151525.402000', '151525.405000', '151525.408000', '151525.410000', '151525.413000', '151525.416000', '151525.419000', '151525.422000', '151525.425000', '151525.427000', '151525.430000', '151525.433000', '151525.436000', '151525.439000', '151525.442000', '151525.445000', '151525.447000', '151525.450000', '151525.453000', '151525.456000', '151525.459000', '151525.461000', '151525.464000', '151525.467000', '151525.470000', '151525.473000', '151525.476000', '151525.479000', '151525.481000', '151525.484000', '151525.487000', '151525.490000', '151525.492000', '151525.504000', '151525.507000', '151525.509000', '151545.381000', '151545.384000', '151545.387000', '151545.390000', '151545.392000', '151545.395000', '151545.398000', '151545.401000', '151545.404000', '151545.406000', '151545.409000', '151545.412000', '151545.415000', '151545.418000', '151545.420000', '151545.423000', '151545.426000', '151545.429000', '151545.432000', '151545.435000', '151545.438000', '151545.441000', '151545.443000', '151545.446000', '151545.449000', '151545.452000', '151545.455000', '151545.458000', '151545.461000', '151545.463000', '151545.466000', '151545.469000', '151545.472000', '151545.475000', '151545.478000', '151545.481000', '151545.483000', '151545.486000', '151545.489000', '151545.492000', '151545.495000', '151545.498000', '151545.500000', '151545.503000', '151605.381000', '151605.384000', '151605.387000', '151605.390000', '151605.392000', '151605.395000', '151605.398000', '151605.401000', '151605.404000', '151605.407000', '151605.409000', '151605.412000', '151605.415000', '151605.418000', '151605.421000', '151605.435000', '151605.438000', '151605.441000', '151605.443000', '151605.446000', '151605.449000', '151605.452000', '151605.455000', '151605.457000', '151605.460000', '151605.463000', '151605.466000', '151605.469000', '151605.471000', '151605.474000', '151605.478000', '151605.481000', '151605.484000', '151605.487000', '151605.490000', '151605.493000', '151605.495000', '151605.498000', '151605.501000', '151605.504000', '151605.507000', '151605.509000', '151605.512000', '151625.381000', '151625.384000', '151625.387000', '151625.389000', '151625.392000', '151625.395000', '151625.398000', '151625.401000', '151625.404000', '151625.406000', '151625.409000', '151625.412000', '151625.415000', '151625.418000', '151625.421000', '151625.423000', '151625.426000', '151625.429000', '151625.432000', '151625.435000', '151625.438000', '151625.441000', '151625.445000', '151625.447000', '151625.450000', '151625.453000', '151625.456000', '151625.459000', '151625.462000', '151625.464000', '151625.467000', '151625.470000', '151625.473000', '151625.476000', '151625.479000', '151625.481000', '151625.484000', '151625.487000', '151625.490000', '151625.493000', '151625.496000', '151625.498000', '151625.501000', '151625.504000', '151645.381000', '151645.384000', '151645.387000', '151645.389000', '151645.392000', '151645.395000', '151645.398000', '151645.401000', '151645.403000', '151645.406000', '151645.409000', '151645.412000', '151645.415000', '151645.417000', '151645.420000', '151645.423000', '151645.426000', '151645.429000', '151645.431000', '151645.434000', '151645.437000', '151645.440000', '151645.443000', '151645.445000', '151645.448000', '151645.451000', '151645.454000', '151645.456000', '151645.459000', '151645.462000', '151645.465000', '151645.468000', '151645.470000', '151645.473000', '151645.476000', '151645.479000', '151645.481000', '151645.484000', '151645.487000', '151645.490000', '151645.493000', '151645.495000', '151645.498000', '151705.381000', '151705.384000', '151705.387000', '151705.389000', '151705.392000', '151705.395000', '151705.398000', '151705.401000', '151705.403000', '151705.406000', '151705.409000', '151705.412000', '151705.415000', '151705.417000', '151705.420000', '151705.423000', '151705.426000', '151705.429000', '151705.431000', '151705.434000', '151705.437000', '151705.440000', '151705.443000', '151705.446000', '151705.448000', '151705.451000', '151705.454000', '151705.457000', '151705.459000', '151705.462000', '151705.465000', '151705.468000', '151705.471000', '151705.473000', '151705.476000', '151705.479000', '151705.482000', '151705.485000', '151705.487000', '151705.490000', '151705.493000', '151705.496000', '151705.499000', '151705.501000', '151725.381000', '151725.384000', '151725.387000', '151725.389000', '151725.392000', '151725.395000', '151725.398000', '151725.401000', '151725.403000', '151725.406000', '151725.409000', '151725.412000', '151725.415000', '151725.417000', '151725.420000', '151725.423000', '151725.426000', '151725.429000', '151725.431000', '151725.434000', '151725.437000', '151725.440000', '151725.443000', '151725.455000', '151725.458000', '151725.461000', '151725.464000', '151725.467000', '151725.469000', '151725.472000', '151725.475000', '151725.478000', '151725.481000', '151725.484000', '151725.486000', '151725.489000', '151725.492000', '151725.495000', '151725.498000', '151725.501000', '151725.503000', '151725.506000', '151725.509000', '151745.382000', '151745.385000', '151745.388000', '151745.390000', '151745.393000', '151745.396000', '151745.399000', '151745.402000', '151745.404000', '151745.407000', '151745.410000', '151745.425000', '151745.428000', '151745.431000', '151745.434000', '151745.437000', '151745.439000', '151745.442000', '151745.445000', '151745.448000', '151745.451000', '151745.453000', '151745.456000', '151745.459000', '151745.462000', '151745.465000', '151745.467000', '151745.470000', '151745.473000', '151745.476000', '151745.479000', '151745.482000', '151745.484000', '151745.487000', '151745.490000', '151745.493000', '151745.495000', '151745.498000', '151745.501000', '151745.504000', '151745.507000', '151745.510000', '151745.512000', '151745.515000', '151805.381000', '151805.384000', '151805.387000', '151805.389000', '151805.392000', '151805.395000', '151805.398000', '151805.401000', '151805.403000', '151805.406000', '151805.409000', '151805.412000', '151805.415000', '151805.417000', '151805.420000', '151805.423000', '151805.426000', '151805.429000', '151805.431000', '151805.434000', '151805.437000', '151805.440000', '151805.443000', '151805.446000', '151805.449000', '151805.452000', '151805.454000', '151805.457000', '151805.460000', '151805.463000', '151805.466000', '151805.468000', '151805.471000', '151805.474000', '151805.477000', '151805.480000', '151805.482000', '151805.485000', '151805.488000', '151805.491000', '151805.494000', '151805.497000', '151805.499000', '151825.381000', '151825.384000', '151825.387000', '151825.390000', '151825.393000', '151825.396000', '151825.417000', '151825.420000', '151825.423000', '151825.426000', '151825.429000', '151825.431000', '151825.434000', '151825.437000', '151825.440000', '151825.443000', '151825.445000', '151825.448000', '151825.451000', '151825.454000', '151825.456000', '151825.459000', '151825.462000', '151825.465000', '151825.468000', '151825.471000', '151825.473000', '151825.476000', '151825.479000', '151825.482000', '151825.485000', '151825.487000', '151825.490000', '151825.493000', '151825.496000', '151825.498000', '151825.501000', '151825.504000', '151825.507000', '151825.510000', '151825.512000', '151825.515000', '151825.518000', '151845.381000', '151845.384000', '151845.387000', '151845.389000', '151845.392000', '151845.395000', '151845.398000', '151845.401000', '151845.403000', '151845.406000', '151845.409000', '151845.412000', '151845.415000', '151845.417000', '151845.420000', '151845.423000', '151845.426000', '151845.429000', '151845.431000', '151845.434000', '151845.437000', '151845.440000', '151845.442000', '151845.445000', '151845.448000', '151845.451000', '151845.454000', '151845.457000', '151845.459000', '151845.462000', '151845.465000', '151845.468000', '151845.471000', '151845.474000', '151845.476000', '151845.479000', '151845.482000', '151845.485000', '151845.488000', '151845.491000', '151845.493000', '151845.496000', '151845.499000', '151845.502000', '151905.381000', '151905.384000', '151905.387000', '151905.389000', '151905.392000', '151905.395000', '151905.398000', '151905.401000', '151905.404000', '151905.406000', '151905.409000', '151905.413000', '151905.417000', '151905.420000', '151905.423000', '151905.426000', '151905.429000', '151905.451000', '151905.453000', '151905.456000', '151905.459000', '151905.462000', '151905.465000', '151905.468000', '151905.470000', '151905.473000', '151905.476000', '151905.479000', '151905.481000', '151905.484000', '151905.487000', '151905.490000', '151905.493000', '151905.495000', '151905.498000', '151905.501000', '151905.519000', '151905.522000', '151905.525000', '151905.527000', '151905.530000', '151905.533000', '151905.536000', '151925.381000', '151925.384000', '151925.387000', '151925.389000', '151925.392000', '151925.395000', '151925.398000', '151925.401000', '151925.403000', '151925.406000', '151925.409000', '151925.412000', '151925.415000', '151925.418000', '151925.421000', '151925.423000', '151925.426000', '151925.429000', '151925.432000', '151925.434000', '151925.437000', '151925.440000', '151925.443000', '151925.446000', '151925.449000', '151925.452000', '151925.454000', '151925.457000', '151925.460000', '151925.463000', '151925.466000', '151925.468000', '151925.471000', '151925.474000', '151925.477000', '151925.480000', '151925.483000', '151925.485000', '151925.488000', '151925.491000', '151925.494000', '151925.497000', '151925.500000', '151925.502000', '151945.381000', '151945.384000', '151945.387000', '151945.390000', '151945.392000', '151945.395000', '151945.398000', '151945.401000', '151945.404000', '151945.407000', '151945.410000', '151945.413000', '151945.416000', '151945.419000', '151945.422000', '151945.425000', '151945.427000', '151945.430000', '151945.433000', '151945.436000', '151945.439000', '151945.442000', '151945.444000', '151945.447000', '151945.450000', '151945.453000', '151945.456000', '151945.458000', '151945.461000', '151945.464000', '151945.467000', '151945.470000', '151945.473000', '151945.475000', '151945.478000', '151945.481000', '151945.484000', '151945.487000', '151945.490000', '151945.492000', '151945.495000', '151945.498000', '151945.501000', '152005.382000', '152005.385000', '152005.388000', '152005.390000', '152005.393000', '152005.396000', '152005.399000', '152005.402000', '152005.405000', '152005.407000', '152005.410000', '152005.413000', '152005.416000', '152005.419000', '152005.421000', '152005.424000', '152005.427000', '152005.430000', '152005.433000', '152005.435000', '152005.438000', '152005.441000', '152005.444000', '152005.447000', '152005.449000', '152005.452000', '152005.455000', '152005.458000', '152005.461000', '152005.464000', '152005.466000', '152005.469000', '152005.472000', '152005.475000', '152005.478000', '152005.481000', '152005.483000', '152005.486000', '152005.489000', '152005.492000', '152005.495000', '152005.497000', '152005.500000', '152005.503000', '152025.381000', '152025.384000', '152025.387000', '152025.390000', '152025.392000', '152025.395000', '152025.398000', '152025.401000', '152025.404000', '152025.406000', '152025.409000', '152025.412000', '152025.415000', '152025.418000', '152025.420000', '152025.423000', '152025.426000', '152025.429000', '152025.432000', '152025.435000', '152025.438000', '152025.441000', '152025.444000', '152025.447000', '152025.449000', '152025.452000', '152025.455000', '152025.458000', '152025.461000', '152025.463000', '152025.466000', '152025.469000', '152025.472000', '152025.475000', '152025.477000', '152025.480000', '152025.483000', '152025.486000', '152025.489000', '152025.492000', '152025.494000', '152025.497000', '152025.500000', '152045.381000', '152045.384000', '152045.387000', '152045.390000', '152045.407000', '152045.409000', '152045.412000', '152045.415000', '152045.418000', '152045.421000', '152045.424000', '152045.427000', '152045.430000', '152045.432000', '152045.435000', '152045.438000', '152045.441000', '152045.443000', '152045.446000', '152045.449000', '152045.452000', '152045.455000', '152045.458000', '152045.460000', '152045.463000', '152045.466000', '152045.469000', '152045.472000', '152045.475000', '152045.477000', '152045.480000', '152045.483000', '152045.486000', '152045.489000', '152045.492000', '152045.495000', '152045.497000', '152045.500000', '152045.503000', '152045.506000', '152045.509000', '152045.512000', '152045.515000', '152045.517000', '152105.381000', '152105.384000', '152105.387000', '152105.390000', '152105.393000', '152105.396000', '152105.399000', '152105.402000', '152105.405000', '152105.407000', '152105.410000', '152105.413000', '152105.416000', '152105.419000', '152105.422000', '152105.425000', '152105.427000', '152105.430000', '152105.433000', '152105.436000', '152105.439000', '152105.443000', '152105.446000', '152105.449000', '152105.452000', '152105.455000', '152105.458000', '152105.461000', '152105.464000', '152105.467000', '152105.470000', '152105.473000', '152105.476000', '152105.478000', '152105.481000', '152105.484000', '152105.487000', '152105.490000', '152105.493000', '152105.495000', '152105.498000', '152105.501000', '152105.504000', '152125.381000', '152125.384000', '152125.388000', '152125.390000', '152125.393000', '152125.396000', '152125.399000', '152125.402000', '152125.405000', '152125.407000', '152125.410000', '152125.413000', '152125.416000', '152125.419000', '152125.422000', '152125.425000', '152125.427000', '152125.430000', '152125.433000', '152125.436000', '152125.439000', '152125.442000', '152125.445000', '152125.447000', '152125.450000', '152125.453000', '152125.456000', '152125.459000', '152125.461000', '152125.464000', '152125.467000', '152125.470000', '152125.473000', '152125.475000', '152125.478000', '152125.481000', '152125.484000', '152125.487000', '152125.490000', '152125.492000', '152125.495000', '152125.498000', '152125.501000', '152125.504000', '152135.415000', '152135.419000', '152135.422000', '152135.425000', '152135.429000', '152135.432000', '152135.435000', '152135.438000', '152135.441000', '152135.444000', '152135.447000', '152135.450000', '152135.453000', '152135.456000', '152135.459000', '152135.462000', '152135.465000', '152135.468000', '152135.471000', '152135.474000', '152135.477000', '152135.480000'], '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': [12088, 14789, 13049, 9869, 15358, 14046, 11016, 9128, 15538, 12831, 12578, 17233, 10352, 16591, 10254, 16033, 12027, 13449, 10360, 9144, 13257, 10076, 18798, 12929, 15793, 10717, 10297, 12145, 9753, 13295, 9143, 16397, 8921, 13271, 9052, 9776, 9627, 10045, 11718, 10632, 12380, 9800, 12653, 9273, 12007, 9208, 10366, 10060, 8840, 11723, 9566, 12331, 9217, 12413, 9785, 12290, 10103, 12940, 10071, 9451, 12104, 9682, 12436, 9285, 12620, 9770, 13736, 9562, 15557, 10144, 13471, 9845, 13410, 10172, 13954, 10192, 11755, 9968, 9239, 11119, 9392, 11720, 9839, 11979, 9514, 11875, 9115, 12072, 9165, 11969, 8885, 11762, 9355, 11391, 8756, 11445, 9421, 11869, 9681, 12451, 10064, 12615, 9513, 12526, 9898, 12314, 9570, 14203, 10648, 17019, 10689, 16772, 11444, 13269, 10289, 11549, 10296, 12353, 10492, 13289, 10101, 13168, 10311, 9948, 9968, 9574, 10243, 10065, 10166, 13147, 10439, 14205, 10016, 13612, 10156, 13838, 10208, 12989, 10362, 13027, 10288, 12494, 9974, 12724, 9877, 13538, 10293, 12117, 10241, 11922, 10220, 11540, 9715, 11297, 9785, 12999, 10151, 14078, 10154, 12815, 10128, 13104, 9825, 14026, 9945, 13972, 10285, 9379, 10914, 10668, 11436, 12248, 10891, 12682, 10369, 14927, 10532, 16604, 9986, 15568, 10316, 9781, 10663, 9672, 11255, 10001, 11266, 9292, 14315, 9670, 12657, 9592, 16268, 10073, 17459, 12418, 15813, 9922, 15423, 9737, 16900, 10302, 17261, 10406, 14404, 10067, 12187, 9795, 9589, 9888, 10145, 12325, 9829, 9894, 10561, 10226, 11595, 10103, 11105, 9988, 11879, 10237, 12205, 10231, 11202, 9724, 12276, 9670, 15003, 9883, 10223, 10447, 10860, 9739, 10244, 8861, 9982, 9351, 10235, 9138, 9073, 11027, 9758, 13332, 11980, 15318, 12801, 14763, 11897, 15586, 12616, 16539, 11684, 16595, 12250, 16348, 9607, 13200, 9166, 11534, 9436, 10811, 9605, 10706, 9872, 10021, 9527, 9832, 8996, 9903, 10262, 10732, 9928, 9623, 9651, 9733, 9859, 11063, 9756, 14857, 9552, 17061, 10916, 17776, 12340, 16688, 9756, 15240, 9713, 12727, 10960, 13395, 11159, 15088, 9690, 12271, 9838, 9973, 9318, 10868, 10605, 10322, 10557, 10268, 12647, 9986, 14345, 10796, 17638, 11949, 17024, 10171, 16238, 10226, 15929, 10106, 16127, 10679, 13531, 10091, 12582, 9827, 13405, 10070, 13021, 9641, 11718, 9438, 10622, 9664, 10259, 10538, 9993, 12394, 9993, 13559, 9870, 15019, 10281, 13019, 9739, 11825, 9427, 10666, 9194, 10680, 9878, 10461, 9460, 10425, 9689, 10794, 9200, 10323, 9404, 10347, 9496, 10253, 9721, 10424, 9645, 10359, 9904, 10312, 10588, 10213, 11184, 9919, 14375, 9931, 10905, 8714, 9751, 10249, 9809, 12892, 9559, 11791, 11383, 10268, 14128, 10222, 14138, 11083, 13066, 15373, 11249, 16924, 11010, 10558, 9649, 13516, 9962, 15713, 10289, 14704, 10108, 10065, 10131, 9798, 10222, 11350, 10325, 13502, 10416, 11044, 10409, 12664, 10078, 14109, 10316, 14546, 10521, 12548, 9816, 12628, 9945, 14408, 10313, 15291, 10160, 11406, 9953, 10040, 10028, 11359, 9596, 10616, 9743, 10468, 9921, 10399, 10225, 9958, 11197, 10014, 10710, 9820, 12578, 9744, 14906, 9912, 15915, 9986, 13328, 10603, 13516, 11559, 13389, 9992, 12337, 9846, 12627, 9850, 13636, 9785, 12241, 10068, 12041, 10452, 12743, 10382, 11670, 10172, 10457, 10181, 10796, 10399, 11738, 10073, 11954, 10091, 12787, 9858, 13236, 11180, 13391, 11038, 15059, 10245, 15963, 10363, 16597, 11205, 13600, 10245, 11813, 10507, 14616, 10562, 15999, 10707, 13023, 10309, 13613, 10195, 15076, 10335, 15500, 10273, 12915, 10191, 12587, 10160, 13850, 10501, 14593, 10286, 12003, 10108, 12241, 10127, 13993, 10163, 14830, 10175, 11936, 9928, 10007, 10232, 10292, 10162, 10778, 9917, 10762, 10879, 10421, 11488, 10003, 11398, 10024, 11005, 9580, 11433, 9711, 11913, 10258, 12013, 9969, 11395, 9672, 11722, 10566, 15045, 10184, 13880, 9980, 16897, 10281, 17730, 12341, 16592, 10187, 15106, 9982, 13721, 9278, 10594, 9262, 10302, 10023, 9854, 10506, 9710, 11290, 10235, 12142, 10123, 10917, 10297, 10498, 10931, 10754, 12170, 9339, 10907, 9505, 10560, 9702, 10378, 9536, 11012, 9920, 10715, 10132, 10248, 9565, 9113, 10219, 12520, 9974, 13282, 9631, 10580, 11137, 10652, 12701, 10848, 13885, 10575, 12824, 10274, 11437, 10072, 12103, 10420, 12494, 10068, 11319, 10010, 11106, 9776, 11445, 9856, 13999, 10582, 11289, 9689, 8393, 7927, 8173, 10514, 9993, 10670, 10287, 10529, 10312, 13639, 9640, 16241, 10371, 11343, 9419, 13929, 9563, 17302, 10486, 16404, 10897, 14896, 10234, 10653, 9653, 11443, 8360, 11602, 10082, 9333, 13188, 10379, 11362, 11320, 9742, 14168, 11150, 12521, 11613, 12037, 10572, 11380, 9319, 12995, 9344, 16330, 9856, 14673, 9662, 10779, 9887, 10782, 9919, 11534, 9840, 12183, 9403, 10663, 9153, 10773, 10459, 11657, 12769, 11267, 13349, 11581, 13633, 11089, 14588, 10563, 16091, 10664, 16541, 11232, 16282, 11002, 11643, 9315, 10743, 9758, 11266, 10309, 10852, 10595, 10961, 11115, 10455, 9977, 10297, 10661, 10769, 10956, 11768, 11568, 11655, 14412, 11165, 12408, 10589, 10676, 9736, 10893, 11840, 10235, 12702, 10356, 13136, 10558, 14034, 11137, 13889, 10587, 13979, 11219, 12041, 12172, 17610, 11310, 11569, 9810, 8876, 10129, 9607, 8254, 10339, 9300, 9288, 12305, 11164, 9397, 10628, 10630, 13187, 12041, 13663, 13827, 11102, 15288, 12591, 15210, 10962, 14182, 10540, 10708, 11811, 8587, 13313, 8786, 11589, 9136, 12174, 8653, 11164, 8300, 11197, 10746, 10242, 10615, 9932, 10836, 10239, 10221, 10554, 10139, 11168, 11300, 10638, 12170, 10716, 12486, 10443, 12721, 10475, 11714, 10459, 13665, 10416, 14843, 10582, 14491, 10927, 12529, 9068, 10888, 10948, 10613, 13347, 10138, 13759, 11164, 17467, 10714, 14730, 10457, 11233, 9328, 10994, 10285, 10784, 12592, 11302, 10857, 11211, 10329, 9972, 10455, 10849, 10124, 11577, 11067, 13055, 11524, 14038, 11371, 13702, 10907, 12703, 10346, 12262, 9998, 10782, 9898, 10766, 10079, 11120, 10354, 10534, 11469, 10671, 13062, 10372, 13370, 10871, 13768, 11353, 12862, 11355, 9584, 10739, 9814, 9981, 10542, 10882, 10870, 12087, 10875, 8687, 10818, 9195, 10659, 9720, 10849, 9735, 10418], 'WindowCenter': [4632.0, 4616.0, 4600.0, 4566.0, 4572.0, 4547.0, 4525.0, 4526.0, 4571.0, 4546.0, 4546.0, 4554.0, 4522.0, 4551.0, 4538.0, 4555.0, 4545.0, 4544.0, 4536.0, 4526.0, 4544.0, 4537.0, 4563.0, 4532.0, 4540.0, 4508.0, 4508.0, 4518.0, 4498.0, 4531.0, 4499.0, 4537.0, 4486.0, 4514.0, 4498.0, 4497.0, 4496.0, 4495.0, 4529.0, 4519.0, 4529.0, 4521.0, 4528.0, 4497.0, 4516.0, 4510.0, 4508.0, 4509.0, 4509.0, 4531.0, 4520.0, 4542.0, 4524.0, 4542.0, 4523.0, 4543.0, 4548.0, 4555.0, 4525.0, 4523.0, 4544.0, 4536.0, 4556.0, 4525.0, 4546.0, 4525.0, 4555.0, 4526.0, 4565.0, 4538.0, 4554.0, 4525.0, 4544.0, 4537.0, 4555.0, 4536.0, 4558.0, 4536.0, 4525.0, 4534.0, 4537.0, 4546.0, 4535.0, 4546.0, 4536.0, 4548.0, 4527.0, 4557.0, 4538.0, 4559.0, 4551.0, 4559.0, 4539.0, 4547.0, 4527.0, 4546.0, 4538.0, 4547.0, 4538.0, 4558.0, 4539.0, 4557.0, 4538.0, 4557.0, 4537.0, 4546.0, 4552.0, 4583.0, 4561.0, 4579.0, 4551.0, 4578.0, 4559.0, 4568.0, 4548.0, 4559.0, 4549.0, 4558.0, 4549.0, 4583.0, 4562.0, 4570.0, 4550.0, 4549.0, 4550.0, 4551.0, 4562.0, 4551.0, 4561.0, 4580.0, 4562.0, 4581.0, 4551.0, 4581.0, 4562.0, 4581.0, 4562.0, 4571.0, 4563.0, 4582.0, 4563.0, 4572.0, 4563.0, 4582.0, 4563.0, 4582.0, 4563.0, 4573.0, 4564.0, 4574.0, 4564.0, 4575.0, 4579.0, 4575.0, 4564.0, 4582.0, 4563.0, 4582.0, 4564.0, 4582.0, 4575.0, 4595.0, 4576.0, 4619.0, 4578.0, 4607.0, 4575.0, 4563.0, 4574.0, 4574.0, 4584.0, 4584.0, 4575.0, 4584.0, 4564.0, 4594.0, 4575.0, 4603.0, 4565.0, 4602.0, 4564.0, 4561.0, 4562.0, 4551.0, 4572.0, 4563.0, 4573.0, 4566.0, 4593.0, 4564.0, 4584.0, 4565.0, 4604.0, 4565.0, 4604.0, 4585.0, 4591.0, 4552.0, 4582.0, 4552.0, 4590.0, 4551.0, 4590.0, 4562.0, 4580.0, 4550.0, 4569.0, 4566.0, 4551.0, 4563.0, 4562.0, 4573.0, 4575.0, 4578.0, 4576.0, 4564.0, 4562.0, 4550.0, 4550.0, 4539.0, 4560.0, 4552.0, 4561.0, 4550.0, 4548.0, 4563.0, 4585.0, 4553.0, 4593.0, 4564.0, 4565.0, 4563.0, 4563.0, 4552.0, 4563.0, 4554.0, 4581.0, 4584.0, 4594.0, 4585.0, 4584.0, 4582.0, 4583.0, 4603.0, 4579.0, 4588.0, 4565.0, 4573.0, 4552.0, 4558.0, 4537.0, 4570.0, 4536.0, 4542.0, 4522.0, 4538.0, 4498.0, 4529.0, 4500.0, 4521.0, 4511.0, 4533.0, 4538.0, 4534.0, 4525.0, 4523.0, 4525.0, 4537.0, 4541.0, 4551.0, 4563.0, 4561.0, 4552.0, 4539.0, 4542.0, 4552.0, 4551.0, 4560.0, 4541.0, 4571.0, 4542.0, 4591.0, 4564.0, 4592.0, 4560.0, 4579.0, 4539.0, 4569.0, 4539.0, 4572.0, 4561.0, 4571.0, 4550.0, 4569.0, 4539.0, 4559.0, 4548.0, 4551.0, 4555.0, 4576.0, 4576.0, 4578.0, 4575.0, 4577.0, 4574.0, 4553.0, 4582.0, 4562.0, 4592.0, 4563.0, 4591.0, 4551.0, 4580.0, 4551.0, 4579.0, 4565.0, 4592.0, 4551.0, 4570.0, 4553.0, 4570.0, 4551.0, 4570.0, 4550.0, 4570.0, 4551.0, 4561.0, 4541.0, 4550.0, 4538.0, 4549.0, 4551.0, 4551.0, 4569.0, 4552.0, 4571.0, 4551.0, 4580.0, 4551.0, 4570.0, 4551.0, 4561.0, 4552.0, 4562.0, 4553.0, 4563.0, 4552.0, 4561.0, 4552.0, 4562.0, 4553.0, 4562.0, 4552.0, 4562.0, 4552.0, 4562.0, 4552.0, 4561.0, 4553.0, 4561.0, 4552.0, 4563.0, 4553.0, 4563.0, 4562.0, 4564.0, 4563.0, 4565.0, 4594.0, 4565.0, 4575.0, 4543.0, 4567.0, 4577.0, 4578.0, 4596.0, 4579.0, 4599.0, 4589.0, 4577.0, 4597.0, 4565.0, 4585.0, 4563.0, 4574.0, 4593.0, 4563.0, 4592.0, 4551.0, 4549.0, 4539.0, 4565.0, 4537.0, 4579.0, 4550.0, 4579.0, 4550.0, 4550.0, 4549.0, 4550.0, 4551.0, 4562.0, 4563.0, 4571.0, 4563.0, 4561.0, 4562.0, 4572.0, 4553.0, 4583.0, 4563.0, 4583.0, 4564.0, 4571.0, 4553.0, 4572.0, 4553.0, 4582.0, 4563.0, 4595.0, 4564.0, 4573.0, 4564.0, 4563.0, 4564.0, 4587.0, 4566.0, 4563.0, 4553.0, 4563.0, 4604.0, 4603.0, 4577.0, 4592.0, 4603.0, 4577.0, 4577.0, 4577.0, 4586.0, 4566.0, 4594.0, 4554.0, 4591.0, 4563.0, 4583.0, 4564.0, 4572.0, 4563.0, 4584.0, 4562.0, 4570.0, 4551.0, 4561.0, 4551.0, 4580.0, 4550.0, 4559.0, 4549.0, 4558.0, 4549.0, 4559.0, 4538.0, 4547.0, 4547.0, 4547.0, 4562.0, 4562.0, 4574.0, 4559.0, 4549.0, 4559.0, 4549.0, 4569.0, 4551.0, 4571.0, 4561.0, 4571.0, 4560.0, 4581.0, 4551.0, 4578.0, 4548.0, 4577.0, 4560.0, 4568.0, 4549.0, 4558.0, 4549.0, 4568.0, 4549.0, 4579.0, 4549.0, 4568.0, 4548.0, 4568.0, 4548.0, 4568.0, 4549.0, 4567.0, 4548.0, 4557.0, 4548.0, 4558.0, 4548.0, 4568.0, 4549.0, 4568.0, 4549.0, 4557.0, 4549.0, 4558.0, 4548.0, 4568.0, 4550.0, 4569.0, 4549.0, 4558.0, 4548.0, 4538.0, 4549.0, 4549.0, 4550.0, 4560.0, 4551.0, 4576.0, 4574.0, 4576.0, 4584.0, 4565.0, 4574.0, 4564.0, 4562.0, 4564.0, 4572.0, 4564.0, 4575.0, 4576.0, 4574.0, 4566.0, 4574.0, 4564.0, 4573.0, 4579.0, 4592.0, 4552.0, 4570.0, 4552.0, 4591.0, 4564.0, 4591.0, 4571.0, 4579.0, 4539.0, 4568.0, 4539.0, 4567.0, 4538.0, 4547.0, 4538.0, 4549.0, 4563.0, 4563.0, 4564.0, 4552.0, 4562.0, 4551.0, 4562.0, 4549.0, 4549.0, 4549.0, 4550.0, 4548.0, 4548.0, 4557.0, 4527.0, 4547.0, 4537.0, 4537.0, 4540.0, 4550.0, 4538.0, 4549.0, 4549.0, 4549.0, 4561.0, 4563.0, 4552.0, 4553.0, 4564.0, 4585.0, 4566.0, 4586.0, 4554.0, 4563.0, 4563.0, 4552.0, 4562.0, 4562.0, 4572.0, 4551.0, 4560.0, 4549.0, 4549.0, 4539.0, 4559.0, 4551.0, 4572.0, 4550.0, 4558.0, 4551.0, 4560.0, 4550.0, 4560.0, 4562.0, 4579.0, 4577.0, 4563.0, 4551.0, 4544.0, 4530.0, 4529.0, 4565.0, 4567.0, 4565.0, 4556.0, 4554.0, 4553.0, 4574.0, 4553.0, 4581.0, 4551.0, 4561.0, 4541.0, 4569.0, 4542.0, 4578.0, 4551.0, 4581.0, 4550.0, 4569.0, 4526.0, 4525.0, 4526.0, 4561.0, 4530.0, 4548.0, 4553.0, 4543.0, 4570.0, 4548.0, 4561.0, 4564.0, 4554.0, 4572.0, 4563.0, 4559.0, 4549.0, 4547.0, 4537.0, 4535.0, 4527.0, 4546.0, 4527.0, 4579.0, 4537.0, 4556.0, 4526.0, 4536.0, 4526.0, 4536.0, 4536.0, 4547.0, 4539.0, 4561.0, 4540.0, 4550.0, 4539.0, 4562.0, 4551.0, 4573.0, 4573.0, 4574.0, 4584.0, 4575.0, 4584.0, 4564.0, 4582.0, 4553.0, 4582.0, 4553.0, 4605.0, 4564.0, 4582.0, 4563.0, 4550.0, 4540.0, 4549.0, 4539.0, 4560.0, 4550.0, 4549.0, 4552.0, 4563.0, 4561.0, 4551.0, 4539.0, 4551.0, 4550.0, 4561.0, 4564.0, 4574.0, 4561.0, 4563.0, 4581.0, 4562.0, 4571.0, 4552.0, 4551.0, 4554.0, 4564.0, 4573.0, 4564.0, 4573.0, 4554.0, 4572.0, 4562.0, 4572.0, 4560.0, 4571.0, 4551.0, 4570.0, 4549.0, 4559.0, 4572.0, 4602.0, 4563.0, 4561.0, 4550.0, 4526.0, 4548.0, 4539.0, 4542.0, 4576.0, 4566.0, 4569.0, 4604.0, 4594.0, 4574.0, 4581.0, 4569.0, 4565.0, 4566.0, 4575.0, 4563.0, 4542.0, 4560.0, 4549.0, 4559.0, 4528.0, 4533.0, 4498.0, 4498.0, 4505.0, 4477.0, 4516.0, 4487.0, 4508.0, 4500.0, 4532.0, 4501.0, 4521.0, 4502.0, 4546.0, 4537.0, 4538.0, 4550.0, 4553.0, 4563.0, 4554.0, 4555.0, 4566.0, 4580.0, 4578.0, 4566.0, 4565.0, 4566.0, 4557.0, 4575.0, 4554.0, 4574.0, 4565.0, 4575.0, 4564.0, 4573.0, 4553.0, 4583.0, 4553.0, 4571.0, 4563.0, 4573.0, 4545.0, 4564.0, 4565.0, 4564.0, 4584.0, 4554.0, 4573.0, 4564.0, 4592.0, 4554.0, 4583.0, 4553.0, 4562.0, 4543.0, 4563.0, 4564.0, 4578.0, 4586.0, 4576.0, 4564.0, 4563.0, 4553.0, 4554.0, 4565.0, 4565.0, 4566.0, 4576.0, 4577.0, 4587.0, 4577.0, 4586.0, 4577.0, 4586.0, 4577.0, 4585.0, 4566.0, 4576.0, 4567.0, 4566.0, 4556.0, 4565.0, 4555.0, 4564.0, 4566.0, 4566.0, 4563.0, 4565.0, 4574.0, 4565.0, 4584.0, 4566.0, 4584.0, 4577.0, 4586.0, 4576.0, 4565.0, 4576.0, 4567.0, 4567.0, 4578.0, 4579.0, 4590.0, 4588.0, 4590.0, 4568.0, 4589.0, 4568.0, 4579.0, 4568.0, 4579.0, 4569.0, 4579.0], 'WindowWidth': [10159.0, 10123.0, 10094.0, 10038.0, 10039.0, 9991.0, 9955.0, 9958.0, 10039.0, 9989.0, 9992.0, 9998.0, 9952.0, 9990.0, 9982.0, 9999.0, 9987.0, 9986.0, 9977.0, 9962.0, 9985.0, 9980.0, 10012.0, 9963.0, 9969.0, 9925.0, 9923.0, 9940.0, 9911.0, 9963.0, 9914.0, 9963.0, 9891.0, 9925.0, 9911.0, 9907.0, 9905.0, 9902.0, 9956.0, 9943.0, 9959.0, 9949.0, 9954.0, 9910.0, 9935.0, 9930.0, 9926.0, 9930.0, 9931.0, 9963.0, 9949.0, 9979.0, 9960.0, 9981.0, 9957.0, 9985.0, 9998.0, 10006.0, 9961.0, 9954.0, 9985.0, 9978.0, 10007.0, 9960.0, 9993.0, 9960.0, 10006.0, 9963.0, 10019.0, 9981.0, 10000.0, 9960.0, 9985.0, 9981.0, 10006.0, 9979.0, 10014.0, 9978.0, 9961.0, 9973.0, 9982.0, 9993.0, 9977.0, 9991.0, 9980.0, 9996.0, 9970.0, 10009.0, 9986.0, 10015.0, 10010.0, 10019.0, 9989.0, 9997.0, 9970.0, 9995.0, 9985.0, 9999.0, 9987.0, 10014.0, 9989.0, 10013.0, 9986.0, 10010.0, 9984.0, 9993.0, 10013.0, 10059.0, 10024.0, 10046.0, 10008.0, 10042.0, 10015.0, 10026.0, 9999.0, 10015.0, 10002.0, 10013.0, 10002.0, 10057.0, 10028.0, 10034.0, 10005.0, 10003.0, 10007.0, 10009.0, 10024.0, 10010.0, 10024.0, 10049.0, 10025.0, 10051.0, 10010.0, 10050.0, 10024.0, 10050.0, 10025.0, 10038.0, 10027.0, 10055.0, 10028.0, 10040.0, 10029.0, 10055.0, 10028.0, 10054.0, 10030.0, 10045.0, 10032.0, 10047.0, 10032.0, 10051.0, 10063.0, 10050.0, 10033.0, 10055.0, 10031.0, 10054.0, 10031.0, 10055.0, 10049.0, 10078.0, 10055.0, 10122.0, 10061.0, 10098.0, 10050.0, 10032.0, 10046.0, 10046.0, 10062.0, 10060.0, 10051.0, 10060.0, 10034.0, 10072.0, 10049.0, 10086.0, 10036.0, 10084.0, 10034.0, 10024.0, 10026.0, 10009.0, 10041.0, 10032.0, 10045.0, 10039.0, 10073.0, 10033.0, 10060.0, 10036.0, 10089.0, 10038.0, 10089.0, 10063.0, 10066.0, 10012.0, 10053.0, 10011.0, 10063.0, 10010.0, 10063.0, 10028.0, 10048.0, 10007.0, 10031.0, 10039.0, 10009.0, 10031.0, 10026.0, 10043.0, 10051.0, 10059.0, 10053.0, 10031.0, 10027.0, 10006.0, 10005.0, 9987.0, 10021.0, 10011.0, 10022.0, 10004.0, 10001.0, 10032.0, 10064.0, 10016.0, 10073.0, 10034.0, 10034.0, 10032.0, 10030.0, 10014.0, 10029.0, 10021.0, 10066.0, 10071.0, 10089.0, 10076.0, 10072.0, 10067.0, 10066.0, 10097.0, 10053.0, 10069.0, 10028.0, 10037.0, 10005.0, 10009.0, 9977.0, 10030.0, 9973.0, 9978.0, 9947.0, 9964.0, 9909.0, 9953.0, 9915.0, 9945.0, 9932.0, 9967.0, 9985.0, 9970.0, 9957.0, 9954.0, 9958.0, 9981.0, 9996.0, 10007.0, 10028.0, 10020.0, 10007.0, 9988.0, 9994.0, 10009.0, 10007.0, 10018.0, 9995.0, 10032.0, 9996.0, 10061.0, 10028.0, 10065.0, 10017.0, 10041.0, 9987.0, 10030.0, 9987.0, 10040.0, 10021.0, 10036.0, 10004.0, 10027.0, 9988.0, 10014.0, 10000.0, 10006.0, 10021.0, 10049.0, 10051.0, 10058.0, 10049.0, 10053.0, 10044.0, 10013.0, 10052.0, 10025.0, 10067.0, 10027.0, 10061.0, 10007.0, 10046.0, 10006.0, 10044.0, 10033.0, 10065.0, 10008.0, 10031.0, 10012.0, 10032.0, 10006.0, 10030.0, 10006.0, 10034.0, 10012.0, 10021.0, 9994.0, 10004.0, 9989.0, 10003.0, 10009.0, 10007.0, 10033.0, 10011.0, 10038.0, 10010.0, 10046.0, 10008.0, 10033.0, 10009.0, 10023.0, 10012.0, 10023.0, 10015.0, 10027.0, 10012.0, 10023.0, 10013.0, 10024.0, 10015.0, 10023.0, 10011.0, 10025.0, 10011.0, 10023.0, 10011.0, 10023.0, 10015.0, 10022.0, 10012.0, 10027.0, 10014.0, 10028.0, 10026.0, 10031.0, 10030.0, 10035.0, 10073.0, 10033.0, 10046.0, 10000.0, 10040.0, 10057.0, 10059.0, 10081.0, 10060.0, 10089.0, 10075.0, 10054.0, 10083.0, 10032.0, 10063.0, 10027.0, 10046.0, 10070.0, 10028.0, 10064.0, 10008.0, 10002.0, 9989.0, 10019.0, 9984.0, 10045.0, 10005.0, 10043.0, 10005.0, 10004.0, 10004.0, 10004.0, 10009.0, 10026.0, 10029.0, 10038.0, 10027.0, 10024.0, 10026.0, 10038.0, 10015.0, 10056.0, 10030.0, 10057.0, 10031.0, 10036.0, 10013.0, 10037.0, 10013.0, 10054.0, 10030.0, 10075.0, 10032.0, 10042.0, 10031.0, 10027.0, 10034.0, 10070.0, 10037.0, 10029.0, 10015.0, 10029.0, 10108.0, 10104.0, 10058.0, 10084.0, 10102.0, 10055.0, 10054.0, 10054.0, 10067.0, 10038.0, 10074.0, 10015.0, 10066.0, 10028.0, 10056.0, 10033.0, 10041.0, 10029.0, 10060.0, 10026.0, 10033.0, 10008.0, 10022.0, 10007.0, 10048.0, 10006.0, 10016.0, 10003.0, 10016.0, 10004.0, 10016.0, 9984.0, 9996.0, 9997.0, 9996.0, 10025.0, 10028.0, 10048.0, 10018.0, 10005.0, 10018.0, 10003.0, 10031.0, 10009.0, 10039.0, 10024.0, 10037.0, 10020.0, 10052.0, 10009.0, 10040.0, 9999.0, 10039.0, 10018.0, 10027.0, 10001.0, 10012.0, 10001.0, 10027.0, 10003.0, 10043.0, 10002.0, 10027.0, 9998.0, 10025.0, 9999.0, 10026.0, 10001.0, 10023.0, 9999.0, 10011.0, 9999.0, 10012.0, 10000.0, 10026.0, 10002.0, 10026.0, 10000.0, 10009.0, 10000.0, 10012.0, 9999.0, 10026.0, 10004.0, 10029.0, 10004.0, 10013.0, 10000.0, 9986.0, 10001.0, 10003.0, 10008.0, 10019.0, 10009.0, 10053.0, 10047.0, 10053.0, 10062.0, 10036.0, 10045.0, 10032.0, 10026.0, 10032.0, 10041.0, 10034.0, 10050.0, 10052.0, 10045.0, 10039.0, 10046.0, 10032.0, 10042.0, 10061.0, 10066.0, 10009.0, 10033.0, 10010.0, 10062.0, 10031.0, 10065.0, 10035.0, 10044.0, 9986.0, 10024.0, 9986.0, 10023.0, 9986.0, 9994.0, 9985.0, 10003.0, 10030.0, 10030.0, 10031.0, 10012.0, 10025.0, 10008.0, 10024.0, 10001.0, 10002.0, 9997.0, 10003.0, 9998.0, 9999.0, 10008.0, 9968.0, 9992.0, 9980.0, 9980.0, 9990.0, 10005.0, 9986.0, 10002.0, 10001.0, 10001.0, 10022.0, 10027.0, 10012.0, 10015.0, 10031.0, 10062.0, 10038.0, 10065.0, 10017.0, 10026.0, 10027.0, 10008.0, 10025.0, 10024.0, 10038.0, 10004.0, 10018.0, 10000.0, 10001.0, 9986.0, 10016.0, 10006.0, 10038.0, 10004.0, 10014.0, 10006.0, 10017.0, 10006.0, 10018.0, 10025.0, 10047.0, 10056.0, 10025.0, 10006.0, 10003.0, 9974.0, 9972.0, 10032.0, 10036.0, 10030.0, 10018.0, 10012.0, 10011.0, 10039.0, 10011.0, 10046.0, 10005.0, 10018.0, 9992.0, 10026.0, 9991.0, 10036.0, 10005.0, 10048.0, 10006.0, 10023.0, 9960.0, 9957.0, 9963.0, 10020.0, 9974.0, 9996.0, 10012.0, 9998.0, 10030.0, 10000.0, 10020.0, 10030.0, 10017.0, 10037.0, 10024.0, 10012.0, 9997.0, 9990.0, 9978.0, 9971.0, 9963.0, 9988.0, 9966.0, 10041.0, 9980.0, 10003.0, 9964.0, 9975.0, 9962.0, 9975.0, 9976.0, 9992.0, 9987.0, 10019.0, 9990.0, 10002.0, 9990.0, 10021.0, 10008.0, 10039.0, 10039.0, 10044.0, 10058.0, 10045.0, 10054.0, 10028.0, 10050.0, 10012.0, 10049.0, 10011.0, 10089.0, 10028.0, 10050.0, 10024.0, 10000.0, 9988.0, 9999.0, 9987.0, 10015.0, 10003.0, 9999.0, 10008.0, 10029.0, 10019.0, 10006.0, 9987.0, 10004.0, 10003.0, 10020.0, 10031.0, 10045.0, 10023.0, 10025.0, 10047.0, 10022.0, 10034.0, 10008.0, 10007.0, 10015.0, 10030.0, 10040.0, 10030.0, 10040.0, 10013.0, 10036.0, 10024.0, 10036.0, 10018.0, 10035.0, 10007.0, 10030.0, 10001.0, 10019.0, 10039.0, 10086.0, 10032.0, 10022.0, 10004.0, 9969.0, 9998.0, 9990.0, 9999.0, 10054.0, 10037.0, 10041.0, 10097.0, 10084.0, 10056.0, 10059.0, 10039.0, 10024.0, 10030.0, 10039.0, 10023.0, 9989.0, 10013.0, 9995.0, 10013.0, 9965.0, 9964.0, 9905.0, 9906.0, 9911.0, 9875.0, 9927.0, 9892.0, 9920.0, 9914.0, 9961.0, 9915.0, 9945.0, 9923.0, 9987.0, 9977.0, 9982.0, 9999.0, 10011.0, 10023.0, 10013.0, 10014.0, 10034.0, 10058.0, 10052.0, 10034.0, 10030.0, 10033.0, 10015.0, 10044.0, 10011.0, 10044.0, 10032.0, 10045.0, 10029.0, 10040.0, 10011.0, 10051.0, 10009.0, 10033.0, 10024.0, 10037.0, 10003.0, 10027.0, 10030.0, 10028.0, 10055.0, 10012.0, 10038.0, 10024.0, 10062.0, 10010.0, 10048.0, 10010.0, 10022.0, 9999.0, 10024.0, 10031.0, 10056.0, 10064.0, 10048.0, 10026.0, 10026.0, 10011.0, 10014.0, 10031.0, 10033.0, 10034.0, 10048.0, 10051.0, 10064.0, 10051.0, 10062.0, 10050.0, 10062.0, 10051.0, 10060.0, 10037.0, 10047.0, 10037.0, 10032.0, 10022.0, 10030.0, 10018.0, 10027.0, 10037.0, 10036.0, 10027.0, 10031.0, 10042.0, 10030.0, 10057.0, 10033.0, 10058.0, 10050.0, 10061.0, 10047.0, 10033.0, 10047.0, 10037.0, 10038.0, 10055.0, 10058.0, 10074.0, 10070.0, 10075.0, 10043.0, 10071.0, 10042.0, 10060.0, 10042.0, 10059.0, 10044.0, 10058.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.005925914844649023</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.052958549252013806</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.758178442903194</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2710545821428572</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.057016647004607</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4831</td></tr>
|
|
<tr><td colspan=3>fber</td><td>8708.5596</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.15583638681220413</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>164</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>18.872266973532795</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.451001160684201</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3410067623678676</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.704326390069289</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.307670329615446</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0154071</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010884437710046768</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.04502410069108009</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.235239138234329</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>18.903</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.9938</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>180.5932</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>294985.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>882.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>368.7789</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1004</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>501.3856</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3752.0331</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3936.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>81559.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1473.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4825.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>929.3397</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>30.697082583792508</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> |