=== 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-0087 --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-0087",
"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-0087_ses-03_task-social_acq-mb8_run-05_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0087_ses-03_task-social_acq-mb8_run-05_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-05_session-03_subject-0087_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-0087/figures/sub-0087_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-03_subject-0087_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-0087/figures/sub-0087_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-03_subject-0087_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-0087/figures/sub-0087_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-03_subject-0087_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-0087/figures/sub-0087_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-05_session-03_subject-0087_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-0087/figures/sub-0087_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-05_session-03_subject-0087_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-0087/figures/sub-0087_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-03_subject-0087_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-0087/figures/sub-0087_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0087/figures/sub-0087_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0087/ses-03/func/sub-0087_ses-03_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>6aa3c9870df4ebea8aa54749a868d82b</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>12:49:5.442500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999511, -0.0102699, 0.0295187, 0.00593134, 0.989637, 0.14347]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.122656</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4172, -7773, -7219, 515, -17, -44, 50, 55]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>278.703</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>3f15b1cc-3e75-42ca-9210-d0fdbd03b816||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6816163063049316, 0.0159133393317461, 0.08285287767648697, 110.96694946289062], [0.027553437277674675, 2.655123472213745, 0.3867069184780121, -102.455810546875], [0.07919660210609436, -0.3849194049835205, 2.6708786487579346, -31.893966674804688], [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': ['124905.442500', '124905.902500', '124906.362500', '124906.822500', '124907.282500', '124907.742500', '124908.202500', '124908.662500', '124909.122500', '124909.582500', '124910.042500', '124910.502500', '124910.962500', '124911.422500', '124911.882500', '124912.342500', '124912.802500', '124913.262500', '124913.722500', '124914.182500', '124914.642500', '124915.102500', '124915.562500', '124916.022500', '124916.482500', '124916.942500', '124917.402500', '124917.862500', '124918.322500', '124918.782500', '124919.242500', '124919.702500', '124920.162500', '124920.622500', '124921.082500', '124921.542500', '124922.002500', '124922.462500', '124922.922500', '124923.382500', '124923.842500', '124924.302500', '124924.762500', '124925.222500', '124925.682500', '124926.142500', '124926.602500', '124927.062500', '124927.522500', '124927.982500', '124928.442500', '124928.902500', '124929.362500', '124929.822500', '124930.282500', '124930.742500', '124931.202500', '124931.662500', '124932.122500', '124932.582500', '124933.042500', '124933.502500', '124933.962500', '124934.422500', '124934.882500', '124935.342500', '124935.802500', '124936.262500', '124936.722500', '124937.182500', '124937.642500', '124938.102500', '124938.562500', '124939.022500', '124939.482500', '124939.942500', '124940.402500', '124940.862500', '124941.322500', '124941.782500', '124942.242500', '124942.702500', '124943.162500', '124943.622500', '124944.082500', '124944.542500', '124945.002500', '124945.462500', '124945.922500', '124946.382500', '124946.842500', '124947.302500', '124947.762500', '124948.222500', '124948.682500', '124949.142500', '124949.602500', '124950.062500', '124950.522500', '124950.982500', '124951.442500', '124951.902500', '124952.362500', '124952.822500', '124953.282500', '124953.742500', '124954.202500', '124954.662500', '124955.122500', '124955.582500', '124956.042500', '124956.502500', '124956.962500', '124957.422500', '124957.882500', '124958.342500', '124958.802500', '124959.262500', '124959.722500', '125000.182500', '125000.642500', '125001.102500', '125001.562500', '125002.022500', '125002.482500', '125002.942500', '125003.402500', '125003.862500', '125004.322500', '125004.782500', '125005.242500', '125005.702500', '125006.162500', '125006.622500', '125007.082500', '125007.542500', '125008.002500', '125008.462500', '125008.922500', '125009.382500', '125009.842500', '125010.302500', '125010.762500', '125011.222500', '125011.682500', '125012.142500', '125012.602500', '125013.062500', '125013.522500', '125013.982500', '125014.442500', '125014.902500', '125015.362500', '125015.822500', '125016.282500', '125016.742500', '125017.202500', '125017.662500', '125018.122500', '125018.582500', '125019.042500', '125019.502500', '125019.962500', '125020.422500', '125020.882500', '125021.342500', '125021.802500', '125022.262500', '125022.722500', '125023.182500', '125023.642500', '125024.102500', '125024.562500', '125025.022500', '125025.482500', '125025.942500', '125026.402500', '125026.862500', '125027.322500', '125027.782500', '125028.242500', '125028.702500', '125029.162500', '125029.622500', '125030.082500', '125030.542500', '125031.002500', '125031.462500', '125031.922500', '125032.382500', '125032.842500', '125033.302500', '125033.762500', '125034.222500', '125034.682500', '125035.142500', '125035.602500', '125036.062500', '125036.522500', '125036.982500', '125037.442500', '125037.902500', '125038.362500', '125038.822500', '125039.282500', '125039.742500', '125040.202500', '125040.662500', '125041.122500', '125041.582500', '125042.042500', '125042.502500', '125042.962500', '125043.422500', '125043.882500', '125044.342500', '125044.802500', '125045.262500', '125045.722500', '125046.182500', '125046.642500', '125047.102500', '125047.562500', '125048.022500', '125048.482500', '125048.942500', '125049.402500', '125049.862500', '125050.322500', '125050.782500', '125051.242500', '125051.702500', '125052.162500', '125052.622500', '125053.082500', '125053.542500', '125054.002500', '125054.462500', '125054.922500', '125055.382500', '125055.842500', '125056.302500', '125056.762500', '125057.222500', '125057.682500', '125058.142500', '125058.602500', '125059.062500', '125059.522500', '125059.982500', '125100.442500', '125100.902500', '125101.362500', '125101.822500', '125102.282500', '125102.742500', '125103.202500', '125103.662500', '125104.122500', '125104.582500', '125105.042500', '125105.502500', '125105.962500', '125106.422500', '125106.882500', '125107.342500', '125107.802500', '125108.262500', '125108.722500', '125109.182500', '125109.642500', '125110.102500', '125110.562500', '125111.022500', '125111.482500', '125111.942500', '125112.402500', '125112.862500', '125113.322500', '125113.782500', '125114.242500', '125114.702500', '125115.162500', '125115.622500', '125116.082500', '125116.542500', '125117.002500', '125117.462500', '125117.922500', '125118.382500', '125118.842500', '125119.302500', '125119.762500', '125120.222500', '125120.682500', '125121.142500', '125121.602500', '125122.062500', '125122.522500', '125122.982500', '125123.442500', '125123.902500', '125124.362500', '125124.822500', '125125.282500', '125125.742500', '125126.202500', '125126.662500', '125127.122500', '125127.582500', '125128.042500', '125128.502500', '125128.962500', '125129.422500', '125129.882500', '125130.342500', '125130.802500', '125131.262500', '125131.722500', '125132.182500', '125132.642500', '125133.102500', '125133.562500', '125134.022500', '125134.482500', '125134.942500', '125135.402500', '125135.862500', '125136.322500', '125136.782500', '125137.242500', '125137.702500', '125138.162500', '125138.622500', '125139.082500', '125139.542500', '125140.002500', '125140.462500', '125140.922500', '125141.382500', '125141.842500', '125142.302500', '125142.762500', '125143.222500', '125143.682500', '125144.142500', '125144.602500', '125145.062500', '125145.522500', '125145.982500', '125146.442500', '125146.902500', '125147.362500', '125147.822500', '125148.282500', '125148.742500', '125149.202500', '125149.662500', '125150.122500', '125150.582500', '125151.042500', '125151.502500', '125151.962500', '125152.422500', '125152.882500', '125153.342500', '125153.802500', '125154.262500', '125154.722500', '125155.182500', '125155.642500', '125156.102500', '125156.562500', '125157.022500', '125157.482500', '125157.942500', '125158.402500', '125158.862500', '125159.322500', '125159.782500', '125200.242500', '125200.702500', '125201.162500', '125201.622500', '125202.082500', '125202.542500', '125203.002500', '125203.462500', '125203.922500', '125204.382500', '125204.842500', '125205.302500', '125205.762500', '125206.222500', '125206.682500', '125207.142500', '125207.602500', '125208.062500', '125208.522500', '125208.982500', '125209.442500', '125209.902500', '125210.362500', '125210.822500', '125211.282500', '125211.742500', '125212.202500', '125212.662500', '125213.122500', '125213.582500', '125214.042500', '125214.502500', '125214.962500', '125215.422500', '125215.882500', '125216.342500', '125216.802500', '125217.262500', '125217.722500', '125218.182500', '125218.642500', '125219.102500', '125219.562500', '125220.022500', '125220.482500', '125220.942500', '125221.402500', '125221.862500', '125222.322500', '125222.782500', '125223.242500', '125223.702500', '125224.162500', '125224.622500', '125225.082500', '125225.542500', '125226.002500', '125226.462500', '125226.922500', '125227.382500', '125227.842500', '125228.302500', '125228.762500', '125229.222500', '125229.682500', '125230.142500', '125230.602500', '125231.062500', '125231.522500', '125231.982500', '125232.442500', '125232.902500', '125233.362500', '125233.822500', '125234.282500', '125234.742500', '125235.202500', '125235.662500', '125236.122500', '125236.582500', '125237.042500', '125237.502500', '125237.962500', '125238.422500', '125238.882500', '125239.342500', '125239.802500', '125240.262500', '125240.722500', '125241.182500', '125241.642500', '125242.102500', '125242.562500', '125243.022500', '125243.482500', '125243.942500', '125244.402500', '125244.862500', '125245.322500', '125245.782500', '125246.242500', '125246.702500', '125247.162500', '125247.622500', '125248.082500', '125248.542500', '125249.002500', '125249.462500', '125249.922500', '125250.382500', '125250.842500', '125251.302500', '125251.762500', '125252.222500', '125252.682500', '125253.142500', '125253.602500', '125254.062500', '125254.522500', '125254.982500', '125255.442500', '125255.902500', '125256.362500', '125256.822500', '125257.282500', '125257.742500', '125258.202500', '125258.662500', '125259.122500', '125259.582500', '125300.042500', '125300.502500', '125300.962500', '125301.422500', '125301.882500', '125302.342500', '125302.802500', '125303.262500', '125303.722500', '125304.182500', '125304.642500', '125305.102500', '125305.562500', '125306.022500', '125306.482500', '125306.942500', '125307.402500', '125307.862500', '125308.322500', '125308.782500', '125309.242500', '125309.702500', '125310.162500', '125310.622500', '125311.082500', '125311.542500', '125312.002500', '125312.462500', '125312.922500', '125313.382500', '125313.842500', '125314.302500', '125314.762500', '125315.222500', '125315.682500', '125316.142500', '125316.602500', '125317.062500', '125317.522500', '125317.982500', '125318.442500', '125318.902500', '125319.362500', '125319.822500', '125320.282500', '125320.742500', '125321.202500', '125321.662500', '125322.122500', '125322.582500', '125323.042500', '125323.502500', '125323.962500', '125324.422500', '125324.882500', '125325.342500', '125325.802500', '125326.262500', '125326.722500', '125327.182500', '125327.642500', '125328.102500', '125328.562500', '125329.022500', '125329.482500', '125329.942500', '125330.402500', '125330.862500', '125331.322500', '125331.782500', '125332.242500', '125332.702500', '125333.162500', '125333.622500', '125334.082500', '125334.542500', '125335.002500', '125335.462500', '125335.922500', '125336.382500', '125336.842500', '125337.302500', '125337.762500', '125338.222500', '125338.682500', '125339.142500', '125339.602500', '125340.062500', '125340.522500', '125340.982500', '125341.442500', '125341.902500', '125342.362500', '125342.822500', '125343.282500', '125343.742500', '125344.202500', '125344.662500', '125345.122500', '125345.582500', '125346.042500', '125346.502500', '125346.962500', '125347.422500', '125347.882500', '125348.342500', '125348.802500', '125349.262500', '125349.722500', '125350.182500', '125350.642500', '125351.102500', '125351.562500', '125352.022500', '125352.482500', '125352.942500', '125353.402500', '125353.862500', '125354.322500', '125354.782500', '125355.242500', '125355.702500', '125356.162500', '125356.622500', '125357.082500', '125357.542500', '125358.002500', '125358.462500', '125358.922500', '125359.382500', '125359.842500', '125400.302500', '125400.762500', '125401.222500', '125401.682500', '125402.142500', '125402.602500', '125403.062500', '125403.522500', '125403.982500', '125404.442500', '125404.902500', '125405.362500', '125405.822500', '125406.282500', '125406.742500', '125407.202500', '125407.662500', '125408.122500', '125408.582500', '125409.042500', '125409.502500', '125409.962500', '125410.422500', '125410.882500', '125411.342500', '125411.802500', '125412.262500', '125412.722500', '125413.182500', '125413.642500', '125414.102500', '125414.562500', '125415.022500', '125415.482500', '125415.942500', '125416.402500', '125416.862500', '125417.322500', '125417.782500', '125418.242500', '125418.702500', '125419.162500', '125419.622500', '125420.082500', '125420.542500', '125421.002500', '125421.462500', '125421.922500', '125422.382500', '125422.842500', '125423.302500', '125423.762500', '125424.222500', '125424.682500', '125425.142500', '125425.602500', '125426.062500', '125426.522500', '125426.982500', '125427.442500', '125427.902500', '125428.362500', '125428.822500', '125429.282500', '125429.742500', '125430.202500', '125430.662500', '125431.122500', '125431.582500', '125432.042500', '125432.502500', '125432.962500', '125433.422500', '125433.882500', '125434.342500', '125434.802500', '125435.262500', '125435.722500', '125436.182500', '125436.642500', '125437.102500', '125437.562500', '125438.022500', '125438.482500', '125438.942500', '125439.402500', '125439.862500', '125440.322500', '125440.782500', '125441.242500', '125441.702500', '125442.162500', '125442.622500', '125443.082500', '125443.542500', '125444.002500', '125444.462500', '125444.922500', '125445.382500', '125445.842500', '125446.302500', '125446.762500', '125447.222500', '125447.682500', '125448.142500', '125448.602500', '125449.062500', '125449.522500', '125449.982500', '125450.442500', '125450.902500', '125451.362500', '125451.822500', '125452.282500', '125452.742500', '125453.202500', '125453.662500', '125454.122500', '125454.582500', '125455.042500', '125455.502500', '125455.962500', '125456.422500', '125456.882500', '125457.342500', '125457.802500', '125458.262500', '125458.722500', '125459.182500', '125459.642500', '125500.102500', '125500.562500', '125501.022500', '125501.482500', '125501.942500', '125502.402500', '125502.862500', '125503.322500', '125503.782500', '125504.242500', '125504.702500', '125505.162500', '125505.622500', '125506.082500', '125506.542500', '125507.002500', '125507.462500', '125507.922500', '125508.382500', '125508.842500', '125509.302500', '125509.762500', '125510.222500', '125510.682500', '125511.142500', '125511.602500', '125512.062500', '125512.522500', '125512.982500', '125513.442500', '125513.902500', '125514.362500', '125514.822500', '125515.282500', '125515.742500', '125516.202500', '125516.662500', '125517.122500', '125517.582500', '125518.042500', '125518.502500', '125518.962500', '125519.422500', '125519.882500', '125520.342500', '125520.802500', '125521.262500', '125521.722500', '125522.182500', '125522.642500', '125523.102500', '125523.562500', '125524.022500', '125524.482500', '125524.942500', '125525.402500', '125525.862500', '125526.322500', '125526.782500', '125527.242500', '125527.702500', '125528.162500', '125528.622500', '125529.082500', '125529.542500', '125530.002500', '125530.462500', '125530.922500', '125531.382500', '125531.842500', '125532.302500', '125532.762500', '125533.222500', '125533.682500', '125534.142500', '125534.602500', '125535.062500', '125535.522500', '125535.982500', '125536.442500', '125536.902500', '125537.362500', '125537.822500', '125538.282500', '125538.742500', '125539.202500', '125539.662500', '125540.122500', '125540.582500', '125541.042500', '125541.502500', '125541.962500', '125542.422500', '125542.882500', '125543.342500', '125543.802500', '125544.262500', '125544.722500', '125545.182500', '125545.642500', '125546.102500'], 'ContentTime': ['124927.704000', '124927.707000', '124927.710000', '124927.713000', '124927.716000', '124927.718000', '124927.721000', '124927.724000', '124927.726000', '124927.729000', '124927.731000', '124927.734000', '124927.736000', '124927.739000', '124927.742000', '124927.744000', '124927.747000', '124927.749000', '124927.752000', '124927.755000', '124927.757000', '124927.760000', '124927.771000', '124927.774000', '124927.777000', '124927.782000', '124927.784000', '124927.787000', '124927.789000', '124927.792000', '124927.795000', '124927.797000', '124927.800000', '124927.802000', '124927.805000', '124927.808000', '124927.810000', '124927.813000', '124927.815000', '124927.818000', '124927.821000', '124927.823000', '124927.826000', '124927.828000', '124927.833000', '124927.835000', '124947.634000', '124947.636000', '124947.639000', '124947.641000', '124947.644000', '124947.647000', '124947.649000', '124947.652000', '124947.655000', '124947.657000', '124947.660000', '124947.662000', '124947.665000', '124947.668000', '124947.670000', '124947.673000', '124947.675000', '124947.678000', '124947.680000', '124947.683000', '124947.686000', '124947.688000', '124947.691000', '124947.694000', '124947.696000', '124947.699000', '124947.701000', '124947.704000', '124947.707000', '124947.709000', '124947.712000', '124947.714000', '124947.717000', '124947.720000', '124947.722000', '124947.725000', '124947.727000', '124947.730000', '124947.732000', '124947.735000', '124947.738000', '124947.740000', '124947.743000', '124947.745000', '125007.634000', '125007.636000', '125007.639000', '125007.641000', '125007.644000', '125007.647000', '125007.649000', '125007.652000', '125007.655000', '125007.657000', '125007.660000', '125007.663000', '125007.665000', '125007.668000', '125007.671000', '125007.673000', '125007.676000', '125007.678000', '125007.681000', '125007.683000', '125007.686000', '125007.689000', '125007.692000', '125007.694000', '125007.697000', '125007.699000', '125007.702000', '125007.705000', '125007.707000', '125007.710000', '125007.712000', '125007.715000', '125007.718000', '125007.720000', '125007.723000', '125007.725000', '125007.728000', '125007.730000', '125007.733000', '125007.736000', '125007.738000', '125007.741000', '125007.744000', '125027.632000', '125027.635000', '125027.638000', '125027.641000', '125027.643000', '125027.646000', '125027.648000', '125027.651000', '125027.654000', '125027.656000', '125027.659000', '125027.662000', '125027.670000', '125027.673000', '125027.676000', '125027.678000', '125027.681000', '125027.683000', '125027.686000', '125027.689000', '125027.691000', '125027.694000', '125027.697000', '125027.699000', '125027.702000', '125027.704000', '125027.707000', '125027.710000', '125027.712000', '125027.715000', '125027.717000', '125027.720000', '125027.723000', '125027.725000', '125027.728000', '125027.731000', '125027.733000', '125027.736000', '125027.738000', '125027.741000', '125027.744000', '125027.746000', '125027.749000', '125027.751000', '125047.633000', '125047.637000', '125047.639000', '125047.642000', '125047.644000', '125047.647000', '125047.650000', '125047.652000', '125047.655000', '125047.657000', '125047.660000', '125047.662000', '125047.665000', '125047.668000', '125047.670000', '125047.673000', '125047.675000', '125047.678000', '125047.680000', '125047.683000', '125047.695000', '125047.706000', '125047.708000', '125047.711000', '125047.714000', '125047.716000', '125047.719000', '125047.721000', '125047.724000', '125047.726000', '125047.729000', '125047.731000', '125047.734000', '125047.737000', '125047.739000', '125047.742000', '125047.745000', '125047.748000', '125047.750000', '125047.753000', '125047.755000', '125047.758000', '125047.761000', '125107.633000', '125107.636000', '125107.639000', '125107.642000', '125107.644000', '125107.647000', '125107.650000', '125107.652000', '125107.655000', '125107.657000', '125107.660000', '125107.663000', '125107.665000', '125107.668000', '125107.671000', '125107.673000', '125107.676000', '125107.678000', '125107.681000', '125107.684000', '125107.686000', '125107.689000', '125107.691000', '125107.694000', '125107.697000', '125107.699000', '125107.702000', '125107.704000', '125107.707000', '125107.709000', '125107.712000', '125107.715000', '125107.717000', '125107.720000', '125107.723000', '125107.725000', '125107.728000', '125107.730000', '125107.733000', '125107.739000', '125107.742000', '125107.744000', '125107.747000', '125107.749000', '125127.633000', '125127.636000', '125127.639000', '125127.641000', '125127.644000', '125127.647000', '125127.649000', '125127.652000', '125127.655000', '125127.657000', '125127.660000', '125127.662000', '125127.665000', '125127.668000', '125127.670000', '125127.673000', '125127.675000', '125127.678000', '125127.680000', '125127.683000', '125127.686000', '125127.688000', '125127.691000', '125127.693000', '125127.696000', '125127.698000', '125127.701000', '125127.703000', '125127.706000', '125127.709000', '125127.711000', '125127.714000', '125127.716000', '125127.719000', '125127.721000', '125127.724000', '125127.727000', '125127.729000', '125127.732000', '125127.735000', '125127.737000', '125127.740000', '125127.742000', '125147.634000', '125147.636000', '125147.639000', '125147.642000', '125147.644000', '125147.647000', '125147.649000', '125147.652000', '125147.654000', '125147.657000', '125147.660000', '125147.662000', '125147.665000', '125147.668000', '125147.670000', '125147.673000', '125147.675000', '125147.678000', '125147.681000', '125147.683000', '125147.686000', '125147.689000', '125147.691000', '125147.694000', '125147.696000', '125147.699000', '125147.702000', '125147.706000', '125147.709000', '125147.712000', '125147.714000', '125147.717000', '125147.719000', '125147.722000', '125147.725000', '125147.727000', '125147.730000', '125147.733000', '125147.735000', '125147.738000', '125147.740000', '125147.743000', '125147.746000', '125147.748000', '125207.634000', '125207.636000', '125207.639000', '125207.642000', '125207.645000', '125207.647000', '125207.650000', '125207.653000', '125207.655000', '125207.658000', '125207.660000', '125207.663000', '125207.666000', '125207.669000', '125207.671000', '125207.674000', '125207.676000', '125207.679000', '125207.682000', '125207.685000', '125207.687000', '125207.690000', '125207.692000', '125207.695000', '125207.698000', '125207.700000', '125207.703000', '125207.706000', '125207.708000', '125207.711000', '125207.713000', '125207.716000', '125207.719000', '125207.721000', '125207.724000', '125207.726000', '125207.729000', '125207.731000', '125207.734000', '125207.737000', '125207.739000', '125207.742000', '125207.745000', '125227.633000', '125227.636000', '125227.639000', '125227.642000', '125227.645000', '125227.648000', '125227.651000', '125227.654000', '125227.656000', '125227.659000', '125227.661000', '125227.664000', '125227.667000', '125227.669000', '125227.672000', '125227.674000', '125227.687000', '125227.690000', '125227.693000', '125227.695000', '125227.698000', '125227.701000', '125227.703000', '125227.706000', '125227.709000', '125227.711000', '125227.714000', '125227.716000', '125227.719000', '125227.722000', '125227.724000', '125227.727000', '125227.730000', '125227.732000', '125227.735000', '125227.737000', '125227.740000', '125227.742000', '125227.745000', '125227.748000', '125227.750000', '125227.753000', '125227.756000', '125227.758000', '125247.633000', '125247.635000', '125247.638000', '125247.641000', '125247.643000', '125247.646000', '125247.648000', '125247.651000', '125247.654000', '125247.656000', '125247.659000', '125247.661000', '125247.664000', '125247.667000', '125247.669000', '125247.672000', '125247.674000', '125247.677000', '125247.680000', '125247.682000', '125247.685000', '125247.687000', '125247.690000', '125247.693000', '125247.695000', '125247.698000', '125247.705000', '125247.708000', '125247.710000', '125247.713000', '125247.716000', '125247.719000', '125247.721000', '125247.724000', '125247.726000', '125247.729000', '125247.732000', '125247.734000', '125247.737000', '125247.739000', '125247.742000', '125247.745000', '125247.747000', '125307.634000', '125307.636000', '125307.639000', '125307.642000', '125307.644000', '125307.647000', '125307.650000', '125307.652000', '125307.655000', '125307.658000', '125307.660000', '125307.663000', '125307.665000', '125307.668000', '125307.671000', '125307.673000', '125307.676000', '125307.679000', '125307.681000', '125307.684000', '125307.687000', '125307.689000', '125307.692000', '125307.695000', '125307.702000', '125307.705000', '125307.707000', '125307.710000', '125307.713000', '125307.716000', '125307.718000', '125307.721000', '125307.724000', '125307.726000', '125307.729000', '125307.731000', '125307.734000', '125307.737000', '125307.739000', '125307.742000', '125307.745000', '125307.747000', '125307.750000', '125307.752000', '125327.633000', '125327.636000', '125327.639000', '125327.641000', '125327.644000', '125327.647000', '125327.649000', '125327.652000', '125327.654000', '125327.657000', '125327.660000', '125327.662000', '125327.665000', '125327.668000', '125327.670000', '125327.673000', '125327.675000', '125327.678000', '125327.681000', '125327.684000', '125327.686000', '125327.689000', '125327.691000', '125327.694000', '125327.696000', '125327.699000', '125327.702000', '125327.704000', '125327.707000', '125327.710000', '125327.712000', '125327.715000', '125327.717000', '125327.720000', '125327.723000', '125327.725000', '125327.728000', '125327.730000', '125327.733000', '125327.735000', '125327.738000', '125327.741000', '125327.743000', '125347.633000', '125347.636000', '125347.639000', '125347.642000', '125347.644000', '125347.647000', '125347.649000', '125347.652000', '125347.655000', '125347.657000', '125347.660000', '125347.663000', '125347.665000', '125347.668000', '125347.671000', '125347.673000', '125347.676000', '125347.679000', '125347.681000', '125347.684000', '125347.688000', '125347.691000', '125347.694000', '125347.696000', '125347.699000', '125347.702000', '125347.704000', '125347.707000', '125347.710000', '125347.712000', '125347.715000', '125347.717000', '125347.720000', '125347.723000', '125347.725000', '125347.728000', '125347.730000', '125347.733000', '125347.736000', '125347.738000', '125347.741000', '125347.759000', '125347.761000', '125407.634000', '125407.637000', '125407.639000', '125407.642000', '125407.644000', '125407.647000', '125407.650000', '125407.652000', '125407.655000', '125407.657000', '125407.660000', '125407.663000', '125407.665000', '125407.668000', '125407.671000', '125407.673000', '125407.676000', '125407.679000', '125407.681000', '125407.684000', '125407.686000', '125407.689000', '125407.692000', '125407.694000', '125407.697000', '125407.699000', '125407.702000', '125407.705000', '125407.707000', '125407.710000', '125407.713000', '125407.715000', '125407.718000', '125407.720000', '125407.723000', '125407.726000', '125407.728000', '125407.731000', '125407.733000', '125407.736000', '125407.739000', '125407.741000', '125407.744000', '125407.747000', '125427.634000', '125427.636000', '125427.639000', '125427.642000', '125427.644000', '125427.647000', '125427.650000', '125427.652000', '125427.655000', '125427.658000', '125427.660000', '125427.663000', '125427.666000', '125427.668000', '125427.671000', '125427.674000', '125427.676000', '125427.679000', '125427.681000', '125427.684000', '125427.687000', '125427.689000', '125427.692000', '125427.694000', '125427.697000', '125427.700000', '125427.702000', '125427.705000', '125427.708000', '125427.710000', '125427.713000', '125427.716000', '125427.718000', '125427.721000', '125427.723000', '125427.726000', '125427.729000', '125427.731000', '125427.734000', '125427.736000', '125427.739000', '125427.741000', '125427.744000', '125447.633000', '125447.636000', '125447.639000', '125447.641000', '125447.644000', '125447.647000', '125447.650000', '125447.652000', '125447.655000', '125447.657000', '125447.660000', '125447.663000', '125447.665000', '125447.668000', '125447.671000', '125447.673000', '125447.676000', '125447.678000', '125447.681000', '125447.684000', '125447.686000', '125447.689000', '125447.692000', '125447.694000', '125447.697000', '125447.699000', '125447.702000', '125447.705000', '125447.707000', '125447.710000', '125447.712000', '125447.715000', '125447.718000', '125447.720000', '125447.723000', '125447.725000', '125447.728000', '125447.731000', '125447.733000', '125447.736000', '125447.739000', '125447.741000', '125447.744000', '125447.746000', '125507.632000', '125507.635000', '125507.638000', '125507.641000', '125507.644000', '125507.646000', '125507.649000', '125507.652000', '125507.654000', '125507.658000', '125507.661000', '125507.664000', '125507.666000', '125507.669000', '125507.671000', '125507.674000', '125507.677000', '125507.679000', '125507.682000', '125507.685000', '125507.688000', '125507.690000', '125507.693000', '125507.695000', '125507.698000', '125507.701000', '125507.703000', '125507.706000', '125507.708000', '125507.711000', '125507.714000', '125507.716000', '125507.719000', '125507.722000', '125507.730000', '125507.733000', '125507.736000', '125507.739000', '125507.741000', '125507.744000', '125507.747000', '125507.749000', '125507.752000', '125527.634000', '125527.636000', '125527.639000', '125527.643000', '125527.645000', '125527.648000', '125527.650000', '125527.653000', '125527.656000', '125527.658000', '125527.661000', '125527.664000', '125527.666000', '125527.669000', '125527.671000', '125527.674000', '125527.677000', '125527.679000', '125527.682000', '125527.685000', '125527.687000', '125527.690000', '125527.692000', '125527.695000', '125527.698000', '125527.700000', '125527.703000', '125527.706000', '125527.708000', '125527.711000', '125527.713000', '125527.716000', '125527.719000', '125527.721000', '125527.724000', '125527.727000', '125527.729000', '125527.732000', '125527.734000', '125527.737000', '125527.740000', '125527.742000', '125527.745000', '125527.748000', '125547.244000', '125547.247000', '125547.250000', '125547.252000', '125547.255000', '125547.257000', '125547.260000', '125547.263000', '125547.266000', '125547.268000', '125547.272000', '125547.275000', '125547.277000', '125547.280000', '125547.283000', '125547.286000', '125547.289000', '125547.292000', '125547.295000', '125547.297000', '125547.300000', '125547.303000', '125547.306000', '125547.309000', '125547.311000', '125547.314000', '125547.317000', '125547.319000', '125547.322000', '125547.325000', '125547.327000', '125547.330000', '125547.333000', '125547.336000', '125547.339000', '125547.342000', '125547.346000', '125547.349000', '125547.353000', '125547.357000', '125547.362000', '125547.366000', '125547.369000'], 'InstanceCreationTime': ['124927.704000', '124927.707000', '124927.710000', '124927.713000', '124927.716000', '124927.718000', '124927.721000', '124927.724000', '124927.726000', '124927.729000', '124927.731000', '124927.734000', '124927.736000', '124927.739000', '124927.742000', '124927.744000', '124927.747000', '124927.749000', '124927.752000', '124927.755000', '124927.757000', '124927.760000', '124927.771000', '124927.774000', '124927.777000', '124927.782000', '124927.784000', '124927.787000', '124927.789000', '124927.792000', '124927.795000', '124927.797000', '124927.800000', '124927.802000', '124927.805000', '124927.808000', '124927.810000', '124927.813000', '124927.815000', '124927.818000', '124927.821000', '124927.823000', '124927.826000', '124927.828000', '124927.833000', '124927.835000', '124947.634000', '124947.636000', '124947.639000', '124947.641000', '124947.644000', '124947.647000', '124947.649000', '124947.652000', '124947.655000', '124947.657000', '124947.660000', '124947.662000', '124947.665000', '124947.668000', '124947.670000', '124947.673000', '124947.675000', '124947.678000', '124947.680000', '124947.683000', '124947.686000', '124947.688000', '124947.691000', '124947.694000', '124947.696000', '124947.699000', '124947.701000', '124947.704000', '124947.707000', '124947.709000', '124947.712000', '124947.714000', '124947.717000', '124947.720000', '124947.722000', '124947.725000', '124947.727000', '124947.730000', '124947.732000', '124947.735000', '124947.738000', '124947.740000', '124947.743000', '124947.745000', '125007.634000', '125007.636000', '125007.639000', '125007.641000', '125007.644000', '125007.647000', '125007.649000', '125007.652000', '125007.655000', '125007.657000', '125007.660000', '125007.663000', '125007.665000', '125007.668000', '125007.671000', '125007.673000', '125007.676000', '125007.678000', '125007.681000', '125007.683000', '125007.686000', '125007.689000', '125007.692000', '125007.694000', '125007.697000', '125007.699000', '125007.702000', '125007.705000', '125007.707000', '125007.710000', '125007.712000', '125007.715000', '125007.718000', '125007.720000', '125007.723000', '125007.725000', '125007.728000', '125007.730000', '125007.733000', '125007.736000', '125007.738000', '125007.741000', '125007.744000', '125027.632000', '125027.635000', '125027.638000', '125027.641000', '125027.643000', '125027.646000', '125027.648000', '125027.651000', '125027.654000', '125027.656000', '125027.659000', '125027.662000', '125027.670000', '125027.673000', '125027.676000', '125027.678000', '125027.681000', '125027.683000', '125027.686000', '125027.689000', '125027.691000', '125027.694000', '125027.697000', '125027.699000', '125027.702000', '125027.704000', '125027.707000', '125027.710000', '125027.712000', '125027.715000', '125027.717000', '125027.720000', '125027.723000', '125027.725000', '125027.728000', '125027.731000', '125027.733000', '125027.736000', '125027.738000', '125027.741000', '125027.744000', '125027.746000', '125027.749000', '125027.751000', '125047.633000', '125047.637000', '125047.639000', '125047.642000', '125047.644000', '125047.647000', '125047.650000', '125047.652000', '125047.655000', '125047.657000', '125047.660000', '125047.662000', '125047.665000', '125047.668000', '125047.670000', '125047.673000', '125047.675000', '125047.678000', '125047.680000', '125047.683000', '125047.695000', '125047.706000', '125047.708000', '125047.711000', '125047.714000', '125047.716000', '125047.719000', '125047.721000', '125047.724000', '125047.726000', '125047.729000', '125047.731000', '125047.734000', '125047.737000', '125047.739000', '125047.742000', '125047.745000', '125047.748000', '125047.750000', '125047.753000', '125047.755000', '125047.758000', '125047.761000', '125107.633000', '125107.636000', '125107.639000', '125107.642000', '125107.644000', '125107.647000', '125107.650000', '125107.652000', '125107.655000', '125107.657000', '125107.660000', '125107.663000', '125107.665000', '125107.668000', '125107.671000', '125107.673000', '125107.676000', '125107.678000', '125107.681000', '125107.684000', '125107.686000', '125107.689000', '125107.691000', '125107.694000', '125107.697000', '125107.699000', '125107.702000', '125107.704000', '125107.707000', '125107.709000', '125107.712000', '125107.715000', '125107.717000', '125107.720000', '125107.723000', '125107.725000', '125107.728000', '125107.730000', '125107.733000', '125107.739000', '125107.742000', '125107.744000', '125107.747000', '125107.749000', '125127.633000', '125127.636000', '125127.639000', '125127.641000', '125127.644000', '125127.647000', '125127.649000', '125127.652000', '125127.655000', '125127.657000', '125127.660000', '125127.662000', '125127.665000', '125127.668000', '125127.670000', '125127.673000', '125127.675000', '125127.678000', '125127.680000', '125127.683000', '125127.686000', '125127.688000', '125127.691000', '125127.693000', '125127.696000', '125127.698000', '125127.701000', '125127.703000', '125127.706000', '125127.709000', '125127.711000', '125127.714000', '125127.716000', '125127.719000', '125127.721000', '125127.724000', '125127.727000', '125127.729000', '125127.732000', '125127.735000', '125127.737000', '125127.740000', '125127.742000', '125147.634000', '125147.636000', '125147.639000', '125147.642000', '125147.644000', '125147.647000', '125147.649000', '125147.652000', '125147.654000', '125147.657000', '125147.660000', '125147.662000', '125147.665000', '125147.668000', '125147.670000', '125147.673000', '125147.675000', '125147.678000', '125147.681000', '125147.683000', '125147.686000', '125147.689000', '125147.691000', '125147.694000', '125147.696000', '125147.699000', '125147.702000', '125147.706000', '125147.709000', '125147.712000', '125147.714000', '125147.717000', '125147.719000', '125147.722000', '125147.725000', '125147.727000', '125147.730000', '125147.733000', '125147.735000', '125147.738000', '125147.740000', '125147.743000', '125147.746000', '125147.748000', '125207.634000', '125207.636000', '125207.639000', '125207.642000', '125207.645000', '125207.647000', '125207.650000', '125207.653000', '125207.655000', '125207.658000', '125207.660000', '125207.663000', '125207.666000', '125207.669000', '125207.671000', '125207.674000', '125207.676000', '125207.679000', '125207.682000', '125207.685000', '125207.687000', '125207.690000', '125207.692000', '125207.695000', '125207.698000', '125207.700000', '125207.703000', '125207.706000', '125207.708000', '125207.711000', '125207.713000', '125207.716000', '125207.719000', '125207.721000', '125207.724000', '125207.726000', '125207.729000', '125207.731000', '125207.734000', '125207.737000', '125207.739000', '125207.742000', '125207.745000', '125227.633000', '125227.636000', '125227.639000', '125227.642000', '125227.645000', '125227.648000', '125227.651000', '125227.654000', '125227.656000', '125227.659000', '125227.661000', '125227.664000', '125227.667000', '125227.669000', '125227.672000', '125227.674000', '125227.687000', '125227.690000', '125227.693000', '125227.695000', '125227.698000', '125227.701000', '125227.703000', '125227.706000', '125227.709000', '125227.711000', '125227.714000', '125227.716000', '125227.719000', '125227.722000', '125227.724000', '125227.727000', '125227.730000', '125227.732000', '125227.735000', '125227.737000', '125227.740000', '125227.742000', '125227.745000', '125227.748000', '125227.750000', '125227.753000', '125227.756000', '125227.758000', '125247.633000', '125247.635000', '125247.638000', '125247.641000', '125247.643000', '125247.646000', '125247.648000', '125247.651000', '125247.654000', '125247.656000', '125247.659000', '125247.661000', '125247.664000', '125247.667000', '125247.669000', '125247.672000', '125247.674000', '125247.677000', '125247.680000', '125247.682000', '125247.685000', '125247.687000', '125247.690000', '125247.693000', '125247.695000', '125247.698000', '125247.705000', '125247.708000', '125247.710000', '125247.713000', '125247.716000', '125247.719000', '125247.721000', '125247.724000', '125247.726000', '125247.729000', '125247.732000', '125247.734000', '125247.737000', '125247.739000', '125247.742000', '125247.745000', '125247.747000', '125307.634000', '125307.636000', '125307.639000', '125307.642000', '125307.644000', '125307.647000', '125307.650000', '125307.652000', '125307.655000', '125307.658000', '125307.660000', '125307.663000', '125307.665000', '125307.668000', '125307.671000', '125307.673000', '125307.676000', '125307.679000', '125307.681000', '125307.684000', '125307.687000', '125307.689000', '125307.692000', '125307.695000', '125307.702000', '125307.705000', '125307.707000', '125307.710000', '125307.713000', '125307.716000', '125307.718000', '125307.721000', '125307.724000', '125307.726000', '125307.729000', '125307.731000', '125307.734000', '125307.737000', '125307.739000', '125307.742000', '125307.745000', '125307.747000', '125307.750000', '125307.752000', '125327.633000', '125327.636000', '125327.639000', '125327.641000', '125327.644000', '125327.647000', '125327.649000', '125327.652000', '125327.654000', '125327.657000', '125327.660000', '125327.662000', '125327.665000', '125327.668000', '125327.670000', '125327.673000', '125327.675000', '125327.678000', '125327.681000', '125327.684000', '125327.686000', '125327.689000', '125327.691000', '125327.694000', '125327.696000', '125327.699000', '125327.702000', '125327.704000', '125327.707000', '125327.710000', '125327.712000', '125327.715000', '125327.717000', '125327.720000', '125327.723000', '125327.725000', '125327.728000', '125327.730000', '125327.733000', '125327.735000', '125327.738000', '125327.741000', '125327.743000', '125347.633000', '125347.636000', '125347.639000', '125347.642000', '125347.644000', '125347.647000', '125347.649000', '125347.652000', '125347.655000', '125347.657000', '125347.660000', '125347.663000', '125347.665000', '125347.668000', '125347.671000', '125347.673000', '125347.676000', '125347.679000', '125347.681000', '125347.684000', '125347.688000', '125347.691000', '125347.694000', '125347.696000', '125347.699000', '125347.702000', '125347.704000', '125347.707000', '125347.710000', '125347.712000', '125347.715000', '125347.717000', '125347.720000', '125347.723000', '125347.725000', '125347.728000', '125347.730000', '125347.733000', '125347.736000', '125347.738000', '125347.741000', '125347.759000', '125347.761000', '125407.634000', '125407.637000', '125407.639000', '125407.642000', '125407.644000', '125407.647000', '125407.650000', '125407.652000', '125407.655000', '125407.657000', '125407.660000', '125407.663000', '125407.665000', '125407.668000', '125407.671000', '125407.673000', '125407.676000', '125407.679000', '125407.681000', '125407.684000', '125407.686000', '125407.689000', '125407.692000', '125407.694000', '125407.697000', '125407.699000', '125407.702000', '125407.705000', '125407.707000', '125407.710000', '125407.713000', '125407.715000', '125407.718000', '125407.720000', '125407.723000', '125407.726000', '125407.728000', '125407.731000', '125407.733000', '125407.736000', '125407.739000', '125407.741000', '125407.744000', '125407.747000', '125427.634000', '125427.636000', '125427.639000', '125427.642000', '125427.644000', '125427.647000', '125427.650000', '125427.652000', '125427.655000', '125427.658000', '125427.660000', '125427.663000', '125427.666000', '125427.668000', '125427.671000', '125427.674000', '125427.676000', '125427.679000', '125427.681000', '125427.684000', '125427.687000', '125427.689000', '125427.692000', '125427.694000', '125427.697000', '125427.700000', '125427.702000', '125427.705000', '125427.708000', '125427.710000', '125427.713000', '125427.716000', '125427.718000', '125427.721000', '125427.723000', '125427.726000', '125427.729000', '125427.731000', '125427.734000', '125427.736000', '125427.739000', '125427.741000', '125427.744000', '125447.633000', '125447.636000', '125447.639000', '125447.641000', '125447.644000', '125447.647000', '125447.650000', '125447.652000', '125447.655000', '125447.657000', '125447.660000', '125447.663000', '125447.665000', '125447.668000', '125447.671000', '125447.673000', '125447.676000', '125447.678000', '125447.681000', '125447.684000', '125447.686000', '125447.689000', '125447.692000', '125447.694000', '125447.697000', '125447.699000', '125447.702000', '125447.705000', '125447.707000', '125447.710000', '125447.712000', '125447.715000', '125447.718000', '125447.720000', '125447.723000', '125447.725000', '125447.728000', '125447.731000', '125447.733000', '125447.736000', '125447.739000', '125447.741000', '125447.744000', '125447.746000', '125507.632000', '125507.635000', '125507.638000', '125507.641000', '125507.644000', '125507.646000', '125507.649000', '125507.652000', '125507.654000', '125507.658000', '125507.661000', '125507.664000', '125507.666000', '125507.669000', '125507.671000', '125507.674000', '125507.677000', '125507.679000', '125507.682000', '125507.685000', '125507.688000', '125507.690000', '125507.693000', '125507.695000', '125507.698000', '125507.701000', '125507.703000', '125507.706000', '125507.708000', '125507.711000', '125507.714000', '125507.716000', '125507.719000', '125507.722000', '125507.730000', '125507.733000', '125507.736000', '125507.739000', '125507.741000', '125507.744000', '125507.747000', '125507.749000', '125507.752000', '125527.634000', '125527.636000', '125527.639000', '125527.643000', '125527.645000', '125527.648000', '125527.650000', '125527.653000', '125527.656000', '125527.658000', '125527.661000', '125527.664000', '125527.666000', '125527.669000', '125527.671000', '125527.674000', '125527.677000', '125527.679000', '125527.682000', '125527.685000', '125527.687000', '125527.690000', '125527.692000', '125527.695000', '125527.698000', '125527.700000', '125527.703000', '125527.706000', '125527.708000', '125527.711000', '125527.713000', '125527.716000', '125527.719000', '125527.721000', '125527.724000', '125527.727000', '125527.729000', '125527.732000', '125527.734000', '125527.737000', '125527.740000', '125527.742000', '125527.745000', '125527.748000', '125547.244000', '125547.247000', '125547.250000', '125547.252000', '125547.255000', '125547.257000', '125547.260000', '125547.263000', '125547.266000', '125547.268000', '125547.272000', '125547.275000', '125547.277000', '125547.280000', '125547.283000', '125547.286000', '125547.289000', '125547.292000', '125547.295000', '125547.297000', '125547.300000', '125547.303000', '125547.306000', '125547.309000', '125547.311000', '125547.314000', '125547.317000', '125547.319000', '125547.322000', '125547.325000', '125547.327000', '125547.330000', '125547.333000', '125547.336000', '125547.339000', '125547.342000', '125547.346000', '125547.349000', '125547.353000', '125547.357000', '125547.362000', '125547.366000', '125547.369000'], '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': [14088, 13054, 12743, 13092, 10210, 13341, 12077, 12984, 10835, 13322, 9729, 13290, 9994, 14457, 8982, 15656, 9660, 16051, 9624, 16274, 9597, 16556, 10986, 16387, 9686, 16569, 9541, 15916, 9433, 15758, 9541, 15636, 9628, 15429, 9294, 14975, 9952, 14847, 9875, 15113, 9506, 15207, 9815, 15493, 10639, 15811, 11307, 16159, 11534, 16320, 11287, 17479, 11606, 14756, 11790, 16163, 12074, 14518, 12093, 10064, 14393, 9446, 16723, 12069, 11164, 14061, 9316, 17411, 9850, 18235, 10417, 18720, 11828, 18872, 11889, 17762, 11866, 17452, 11398, 16347, 11093, 15792, 11395, 15632, 10524, 12463, 10593, 9132, 10597, 9093, 10988, 9761, 11902, 9585, 12590, 9698, 13485, 9520, 15325, 9144, 16673, 11539, 18017, 12406, 18267, 12413, 15069, 12007, 9895, 14786, 11125, 15256, 17262, 13579, 12717, 13340, 12510, 14416, 9930, 16394, 9341, 16711, 9494, 16280, 9712, 16609, 9824, 16640, 9830, 16148, 9791, 15794, 9689, 15881, 10648, 15965, 11005, 15590, 10674, 14679, 11067, 10120, 11455, 10396, 13073, 11003, 14621, 9964, 15664, 9771, 16065, 11442, 17363, 11876, 18024, 12167, 10396, 12991, 9370, 16625, 10399, 18339, 12438, 10923, 13978, 9748, 15127, 12836, 9418, 17900, 12164, 19376, 12502, 11529, 13263, 9130, 17511, 10224, 18169, 12737, 17472, 12060, 9010, 12796, 9560, 14267, 10476, 14938, 9757, 14471, 11929, 8620, 12884, 9969, 10993, 11459, 9717, 15069, 10635, 16520, 10236, 16727, 9171, 15497, 9272, 17262, 9946, 16625, 9848, 16787, 10915, 16374, 11859, 16210, 11282, 16063, 11216, 16986, 11330, 17110, 11511, 17344, 11643, 11712, 11983, 9934, 14195, 9190, 15877, 9611, 16438, 10790, 17064, 10121, 16818, 9814, 16790, 9480, 16961, 10332, 17052, 10441, 16496, 11614, 16808, 12086, 16765, 11424, 16383, 11282, 17408, 11761, 16900, 11581, 17410, 11524, 16504, 11526, 16836, 11547, 16233, 11530, 16631, 11693, 16509, 11123, 15937, 11311, 10169, 11475, 9750, 13575, 9148, 15642, 9495, 16388, 10249, 16474, 11025, 16760, 11858, 11581, 11498, 9767, 14347, 9570, 16248, 10549, 16940, 11927, 18170, 11804, 17709, 11308, 16251, 11877, 10458, 13480, 10198, 17265, 11736, 13842, 12205, 10080, 15246, 10266, 17717, 11108, 18041, 12094, 14378, 11633, 9973, 12608, 10699, 14612, 10353, 15835, 11037, 16233, 12561, 15782, 11098, 11700, 11356, 14526, 11518, 8703, 12578, 10379, 14800, 11151, 9691, 13069, 11604, 16666, 11285, 16971, 9749, 16502, 10301, 16680, 11510, 17395, 12018, 17658, 13128, 14420, 12598, 10409, 12813, 17133, 12688, 17776, 12617, 12916, 12974, 14254, 12996, 12805, 12755, 9030, 13013, 9365, 14398, 11436, 14631, 12758, 12697, 12889, 11288, 12973, 11564, 13053, 11668, 14761, 11449, 16425, 11546, 16964, 11715, 17780, 12363, 17033, 11617, 9930, 13857, 11094, 17251, 12613, 12296, 11846, 11799, 12670, 17344, 12216, 17330, 11760, 17173, 12423, 13539, 12317, 10321, 12482, 10010, 12465, 10068, 12785, 10555, 12535, 10768, 12516, 10431, 12346, 10369, 12229, 13288, 12531, 12768, 12086, 19481, 11927, 17489, 13871, 16461, 11969, 15599, 11620, 15388, 11184, 15594, 11401, 15169, 11635, 14426, 11176, 15120, 11501, 14665, 11848, 14660, 11265, 14552, 11760, 12861, 9483, 10795, 9598, 8100, 11169, 10172, 14124, 10747, 13636, 11101, 16115, 11667, 16955, 13306, 10660, 16335, 12457, 19143, 15441, 14221, 19607, 15590, 18281, 15976, 12195, 19429, 14848, 15772, 15233, 12701, 16603, 13016, 15387, 13214, 11263, 13548, 12504, 12792, 12677, 12621, 12977, 11613, 13227, 12775, 12623, 13203, 11496, 13403, 10508, 13459, 11386, 13426, 12783, 15107, 12936, 15446, 12972, 15513, 11337, 14888, 11659, 14746, 11532, 15216, 12834, 15091, 13102, 14565, 13149, 14807, 8291, 14702, 11219, 14684, 11403, 9063, 13868, 11761, 14328, 11728, 15152, 8130, 12399, 7152, 16264, 11856, 13645, 11853, 10152, 12869, 9390, 14746, 10380, 16394, 10950, 17971, 12234, 18346, 12111, 18660, 12488, 18042, 12193, 11312, 11659, 10287, 12526, 9556, 14326, 10378, 14440, 10409, 14041, 9728, 14778, 13288, 13616, 12801, 13064, 11270, 13601, 11317, 13851, 9520, 14127, 10781, 14353, 10856, 15330, 11230, 15810, 11044, 14697, 11187, 11555, 10838, 8642, 11239, 8494, 11705, 9646, 13472, 10915, 13710, 11444, 10137, 11385, 9729, 13565, 10951, 15938, 11949, 10060, 14140, 10268, 20540, 12431, 20004, 12664, 15921, 11727, 18982, 13330, 18042, 12442, 12181, 11328, 8812, 14881, 10000, 16246, 11864, 16935, 12143, 16868, 12172, 15125, 12075, 10002, 13417, 9326, 15174, 9943, 15214, 9700, 16383, 10201, 16953, 11983, 17471, 11952, 18634, 12839, 18513, 12636, 10077, 12529, 8852, 14308, 10444, 16389, 11953, 14792, 12436, 15316, 12616, 10346, 13414, 10066, 14972, 9685, 15225, 9928, 15426, 9759, 16638, 10052, 16426, 10059, 15951, 9827, 15395, 10940, 16946, 11391, 17263, 11871, 16765, 11549, 17025, 11403, 11784, 11512, 8651, 13793, 10354, 14827, 10095, 15273, 10931, 15978, 11170, 15966, 11350, 16013, 11159, 16711, 11221, 15883, 11518, 11805, 11200, 9236, 12022, 8982, 12859, 9742, 13526, 9618, 13545, 9247, 13352, 9460, 12686, 10301, 9018, 12085, 9259, 13667, 11745, 8984, 12533, 9665, 17332, 14292, 11283, 19036, 14045, 19931, 15305, 12825, 12219, 9553, 12875, 12956, 10778, 19339, 16188, 13769, 16113, 11745, 18640, 14746, 20662, 14560, 18259, 14906, 10458, 15835, 11052, 17836, 12449, 9614, 13125, 10989, 15794, 11688, 10768, 13452, 11240, 16778, 13201, 10023, 18818, 13034, 20191, 13427, 20147, 13512, 15249, 13112, 10879, 13317, 10051, 14242, 10882, 14347, 10454, 14808, 11308, 14337, 11151, 14585, 10757, 15058, 11185, 15429, 11046, 16651, 11108, 16060, 11147, 16173, 11562, 15655, 11374, 15286, 11971, 15588, 11433, 16516, 13301, 17924, 13055, 17340, 14292, 17560, 14288, 16345, 14638, 15707, 14521, 15481, 13393, 14476, 12116, 13152, 9864, 12872, 9595, 12814, 10110, 12613, 9927, 13366, 10283, 13621, 10444, 13423, 10352, 13793, 10661, 13013, 11561, 12473, 17242, 12920, 12035, 12049, 12559, 12191, 14281, 12174, 12618, 11893, 16557, 12783, 14742, 12683, 14288, 12347, 16432, 13360, 12287, 12785, 12412, 12496, 13424, 12680, 10904, 12963, 10045, 13131, 11476, 13188, 9924, 13787, 10175, 14460, 10065, 14807, 11247, 15438, 12551, 17644, 13294, 17914], 'WindowCenter': [4609.0, 4586.0, 4571.0, 4570.0, 4528.0, 4558.0, 4547.0, 4558.0, 4536.0, 4557.0, 4516.0, 4557.0, 4527.0, 4566.0, 4506.0, 4566.0, 4516.0, 4566.0, 4517.0, 4576.0, 4517.0, 4576.0, 4537.0, 4576.0, 4517.0, 4577.0, 4516.0, 4565.0, 4506.0, 4565.0, 4516.0, 4565.0, 4516.0, 4566.0, 4516.0, 4565.0, 4516.0, 4567.0, 4517.0, 4566.0, 4517.0, 4567.0, 4528.0, 4567.0, 4538.0, 4577.0, 4549.0, 4577.0, 4549.0, 4577.0, 4538.0, 4576.0, 4549.0, 4566.0, 4548.0, 4566.0, 4548.0, 4556.0, 4547.0, 4529.0, 4567.0, 4517.0, 4576.0, 4548.0, 4538.0, 4558.0, 4516.0, 4578.0, 4527.0, 4588.0, 4527.0, 4576.0, 4535.0, 4574.0, 4534.0, 4573.0, 4534.0, 4562.0, 4534.0, 4563.0, 4525.0, 4551.0, 4535.0, 4563.0, 4525.0, 4544.0, 4526.0, 4505.0, 4527.0, 4506.0, 4538.0, 4527.0, 4548.0, 4518.0, 4548.0, 4518.0, 4558.0, 4518.0, 4568.0, 4518.0, 4578.0, 4549.0, 4578.0, 4549.0, 4577.0, 4548.0, 4568.0, 4548.0, 4517.0, 4568.0, 4536.0, 4567.0, 4576.0, 4557.0, 4544.0, 4555.0, 4545.0, 4555.0, 4514.0, 4564.0, 4504.0, 4564.0, 4504.0, 4563.0, 4504.0, 4563.0, 4514.0, 4563.0, 4515.0, 4563.0, 4514.0, 4553.0, 4515.0, 4564.0, 4525.0, 4564.0, 4526.0, 4563.0, 4527.0, 4555.0, 4537.0, 4526.0, 4537.0, 4526.0, 4557.0, 4526.0, 4566.0, 4515.0, 4566.0, 4528.0, 4577.0, 4548.0, 4577.0, 4548.0, 4588.0, 4560.0, 4539.0, 4568.0, 4518.0, 4588.0, 4538.0, 4589.0, 4560.0, 4537.0, 4567.0, 4517.0, 4566.0, 4558.0, 4518.0, 4588.0, 4549.0, 4588.0, 4559.0, 4537.0, 4557.0, 4506.0, 4575.0, 4526.0, 4576.0, 4546.0, 4575.0, 4545.0, 4504.0, 4545.0, 4515.0, 4555.0, 4524.0, 4554.0, 4515.0, 4555.0, 4547.0, 4506.0, 4556.0, 4529.0, 4538.0, 4549.0, 4530.0, 4579.0, 4539.0, 4579.0, 4527.0, 4577.0, 4505.0, 4565.0, 4506.0, 4575.0, 4515.0, 4564.0, 4514.0, 4564.0, 4536.0, 4564.0, 4546.0, 4564.0, 4536.0, 4565.0, 4538.0, 4575.0, 4537.0, 4575.0, 4549.0, 4589.0, 4548.0, 4546.0, 4546.0, 4516.0, 4566.0, 4517.0, 4577.0, 4517.0, 4576.0, 4537.0, 4577.0, 4529.0, 4576.0, 4517.0, 4576.0, 4516.0, 4577.0, 4528.0, 4590.0, 4524.0, 4563.0, 4534.0, 4564.0, 4546.0, 4566.0, 4536.0, 4564.0, 4536.0, 4576.0, 4536.0, 4564.0, 4535.0, 4573.0, 4535.0, 4574.0, 4535.0, 4563.0, 4535.0, 4563.0, 4536.0, 4563.0, 4535.0, 4563.0, 4533.0, 4564.0, 4535.0, 4524.0, 4547.0, 4516.0, 4555.0, 4516.0, 4566.0, 4516.0, 4591.0, 4542.0, 4591.0, 4538.0, 4563.0, 4547.0, 4535.0, 4535.0, 4527.0, 4567.0, 4517.0, 4578.0, 4538.0, 4577.0, 4548.0, 4588.0, 4538.0, 4575.0, 4536.0, 4565.0, 4536.0, 4525.0, 4556.0, 4527.0, 4575.0, 4547.0, 4555.0, 4547.0, 4527.0, 4566.0, 4526.0, 4575.0, 4525.0, 4576.0, 4547.0, 4554.0, 4535.0, 4513.0, 4545.0, 4526.0, 4565.0, 4525.0, 4565.0, 4526.0, 4575.0, 4558.0, 4566.0, 4537.0, 4547.0, 4538.0, 4567.0, 4538.0, 4506.0, 4547.0, 4553.0, 4582.0, 4561.0, 4528.0, 4558.0, 4546.0, 4578.0, 4537.0, 4577.0, 4516.0, 4577.0, 4526.0, 4575.0, 4536.0, 4574.0, 4546.0, 4577.0, 4557.0, 4555.0, 4545.0, 4524.0, 4545.0, 4564.0, 4545.0, 4564.0, 4534.0, 4532.0, 4544.0, 4541.0, 4543.0, 4542.0, 4532.0, 4492.0, 4542.0, 4502.0, 4553.0, 4535.0, 4554.0, 4546.0, 4545.0, 4557.0, 4547.0, 4569.0, 4549.0, 4570.0, 4550.0, 4581.0, 4550.0, 4579.0, 4550.0, 4589.0, 4549.0, 4602.0, 4573.0, 4590.0, 4548.0, 4527.0, 4557.0, 4537.0, 4588.0, 4559.0, 4548.0, 4549.0, 4547.0, 4559.0, 4577.0, 4547.0, 4575.0, 4535.0, 4574.0, 4545.0, 4543.0, 4535.0, 4513.0, 4545.0, 4515.0, 4545.0, 4515.0, 4546.0, 4525.0, 4545.0, 4537.0, 4547.0, 4527.0, 4558.0, 4527.0, 4559.0, 4568.0, 4559.0, 4557.0, 4559.0, 4587.0, 4548.0, 4576.0, 4556.0, 4565.0, 4536.0, 4564.0, 4536.0, 4564.0, 4536.0, 4564.0, 4537.0, 4564.0, 4535.0, 4554.0, 4536.0, 4564.0, 4536.0, 4566.0, 4536.0, 4565.0, 4536.0, 4581.0, 4605.0, 4546.0, 4516.0, 4524.0, 4504.0, 4474.0, 4523.0, 4527.0, 4556.0, 4539.0, 4566.0, 4538.0, 4566.0, 4526.0, 4564.0, 4547.0, 4527.0, 4566.0, 4547.0, 4589.0, 4568.0, 4544.0, 4575.0, 4555.0, 4551.0, 4537.0, 4507.0, 4546.0, 4525.0, 4523.0, 4523.0, 4503.0, 4522.0, 4504.0, 4522.0, 4514.0, 4493.0, 4515.0, 4531.0, 4529.0, 4517.0, 4514.0, 4526.0, 4521.0, 4539.0, 4531.0, 4531.0, 4556.0, 4534.0, 4555.0, 4526.0, 4556.0, 4537.0, 4557.0, 4546.0, 4566.0, 4546.0, 4567.0, 4546.0, 4566.0, 4534.0, 4565.0, 4534.0, 4565.0, 4536.0, 4566.0, 4544.0, 4566.0, 4556.0, 4580.0, 4600.0, 4597.0, 4537.0, 4540.0, 4522.0, 4541.0, 4535.0, 4518.0, 4556.0, 4535.0, 4581.0, 4564.0, 4604.0, 4506.0, 4552.0, 4453.0, 4513.0, 4493.0, 4527.0, 4535.0, 4525.0, 4558.0, 4531.0, 4581.0, 4539.0, 4578.0, 4551.0, 4587.0, 4548.0, 4586.0, 4546.0, 4588.0, 4559.0, 4587.0, 4548.0, 4536.0, 4547.0, 4527.0, 4557.0, 4516.0, 4567.0, 4527.0, 4567.0, 4537.0, 4567.0, 4516.0, 4567.0, 4556.0, 4568.0, 4544.0, 4545.0, 4524.0, 4555.0, 4534.0, 4557.0, 4516.0, 4556.0, 4535.0, 4555.0, 4547.0, 4578.0, 4538.0, 4576.0, 4548.0, 4566.0, 4549.0, 4547.0, 4539.0, 4508.0, 4549.0, 4523.0, 4574.0, 4531.0, 4555.0, 4549.0, 4567.0, 4548.0, 4539.0, 4561.0, 4543.0, 4571.0, 4551.0, 4580.0, 4560.0, 4529.0, 4569.0, 4540.0, 4600.0, 4559.0, 4601.0, 4578.0, 4583.0, 4549.0, 4577.0, 4534.0, 4574.0, 4535.0, 4532.0, 4534.0, 4504.0, 4554.0, 4513.0, 4576.0, 4546.0, 4576.0, 4548.0, 4574.0, 4547.0, 4566.0, 4545.0, 4515.0, 4555.0, 4504.0, 4565.0, 4515.0, 4564.0, 4504.0, 4564.0, 4515.0, 4575.0, 4547.0, 4575.0, 4547.0, 4575.0, 4546.0, 4589.0, 4548.0, 4528.0, 4547.0, 4507.0, 4569.0, 4539.0, 4578.0, 4549.0, 4567.0, 4559.0, 4579.0, 4559.0, 4527.0, 4557.0, 4527.0, 4567.0, 4516.0, 4567.0, 4516.0, 4565.0, 4518.0, 4576.0, 4515.0, 4565.0, 4515.0, 4564.0, 4517.0, 4564.0, 4525.0, 4564.0, 4534.0, 4574.0, 4546.0, 4563.0, 4535.0, 4575.0, 4536.0, 4534.0, 4535.0, 4495.0, 4556.0, 4527.0, 4567.0, 4538.0, 4566.0, 4538.0, 4576.0, 4537.0, 4576.0, 4550.0, 4566.0, 4538.0, 4575.0, 4537.0, 4576.0, 4548.0, 4545.0, 4536.0, 4516.0, 4546.0, 4518.0, 4558.0, 4528.0, 4568.0, 4518.0, 4558.0, 4520.0, 4582.0, 4544.0, 4571.0, 4542.0, 4510.0, 4560.0, 4532.0, 4572.0, 4563.0, 4525.0, 4562.0, 4533.0, 4592.0, 4575.0, 4542.0, 4592.0, 4550.0, 4571.0, 4549.0, 4527.0, 4512.0, 4494.0, 4533.0, 4532.0, 4510.0, 4572.0, 4576.0, 4557.0, 4577.0, 4537.0, 4577.0, 4557.0, 4587.0, 4544.0, 4550.0, 4541.0, 4500.0, 4552.0, 4525.0, 4561.0, 4520.0, 4490.0, 4532.0, 4501.0, 4541.0, 4524.0, 4513.0, 4543.0, 4525.0, 4564.0, 4545.0, 4517.0, 4588.0, 4547.0, 4575.0, 4547.0, 4576.0, 4546.0, 4553.0, 4544.0, 4512.0, 4543.0, 4515.0, 4554.0, 4524.0, 4555.0, 4525.0, 4556.0, 4539.0, 4567.0, 4539.0, 4567.0, 4539.0, 4568.0, 4550.0, 4579.0, 4539.0, 4578.0, 4539.0, 4567.0, 4539.0, 4580.0, 4550.0, 4568.0, 4550.0, 4568.0, 4549.0, 4579.0, 4551.0, 4578.0, 4573.0, 4592.0, 4561.0, 4578.0, 4568.0, 4577.0, 4568.0, 4567.0, 4568.0, 4568.0, 4556.0, 4568.0, 4546.0, 4556.0, 4535.0, 4545.0, 4514.0, 4545.0, 4505.0, 4546.0, 4515.0, 4546.0, 4517.0, 4557.0, 4527.0, 4557.0, 4527.0, 4557.0, 4527.0, 4558.0, 4527.0, 4558.0, 4536.0, 4547.0, 4576.0, 4547.0, 4546.0, 4547.0, 4546.0, 4548.0, 4567.0, 4549.0, 4548.0, 4549.0, 4578.0, 4560.0, 4569.0, 4560.0, 4568.0, 4559.0, 4578.0, 4559.0, 4548.0, 4559.0, 4547.0, 4548.0, 4557.0, 4558.0, 4537.0, 4558.0, 4517.0, 4558.0, 4538.0, 4558.0, 4518.0, 4558.0, 4528.0, 4568.0, 4528.0, 4569.0, 4539.0, 4568.0, 4559.0, 4589.0, 4559.0, 4588.0], 'WindowWidth': [10095.0, 10052.0, 10024.0, 10019.0, 9958.0, 9999.0, 9981.0, 9996.0, 9965.0, 9994.0, 9937.0, 9993.0, 9954.0, 10005.0, 9924.0, 10005.0, 9938.0, 10006.0, 9941.0, 10019.0, 9940.0, 10019.0, 9967.0, 10019.0, 9942.0, 10022.0, 9937.0, 10004.0, 9923.0, 10002.0, 9938.0, 10002.0, 9936.0, 10005.0, 9938.0, 10003.0, 9938.0, 10007.0, 9940.0, 10006.0, 9940.0, 10008.0, 9958.0, 10007.0, 9971.0, 10022.0, 9989.0, 10024.0, 9987.0, 10023.0, 9972.0, 10021.0, 9987.0, 10005.0, 9983.0, 10005.0, 9982.0, 9991.0, 9980.0, 9960.0, 10009.0, 9942.0, 10019.0, 9983.0, 9971.0, 9997.0, 9939.0, 10025.0, 9955.0, 10040.0, 9953.0, 10020.0, 9960.0, 10012.0, 9958.0, 10009.0, 9957.0, 9993.0, 9957.0, 9995.0, 9946.0, 9978.0, 9959.0, 9995.0, 9947.0, 9972.0, 9951.0, 9921.0, 9954.0, 9924.0, 9969.0, 9954.0, 9983.0, 9942.0, 9983.0, 9945.0, 9997.0, 9943.0, 10010.0, 9943.0, 10024.0, 9987.0, 10024.0, 9987.0, 10024.0, 9984.0, 10013.0, 9985.0, 9939.0, 10010.0, 9965.0, 10009.0, 10022.0, 9993.0, 9972.0, 9988.0, 9975.0, 9988.0, 9930.0, 10000.0, 9916.0, 9997.0, 9918.0, 9996.0, 9915.0, 9995.0, 9929.0, 9995.0, 9932.0, 9996.0, 9930.0, 9983.0, 9933.0, 9999.0, 9947.0, 9997.0, 9950.0, 9998.0, 9954.0, 9989.0, 9967.0, 9950.0, 9967.0, 9952.0, 9993.0, 9950.0, 10005.0, 9935.0, 10007.0, 9958.0, 10021.0, 9984.0, 10022.0, 9985.0, 10042.0, 10005.0, 9975.0, 10015.0, 9947.0, 10042.0, 9974.0, 10044.0, 10004.0, 9969.0, 10009.0, 9943.0, 10008.0, 9997.0, 9944.0, 10042.0, 9986.0, 10042.0, 10001.0, 9970.0, 9994.0, 9924.0, 10017.0, 9950.0, 10019.0, 9978.0, 10016.0, 9974.0, 9918.0, 9973.0, 9934.0, 9988.0, 9943.0, 9986.0, 9933.0, 9988.0, 9983.0, 9924.0, 9993.0, 9960.0, 9972.0, 9989.0, 9963.0, 10029.0, 9973.0, 10027.0, 9951.0, 10020.0, 9921.0, 10000.0, 9925.0, 10016.0, 9932.0, 9998.0, 9930.0, 9998.0, 9963.0, 9999.0, 9977.0, 10000.0, 9966.0, 10003.0, 9970.0, 10016.0, 9968.0, 10018.0, 9987.0, 10045.0, 9983.0, 9977.0, 9978.0, 9936.0, 10004.0, 9940.0, 10020.0, 9941.0, 10018.0, 9966.0, 10024.0, 9958.0, 10019.0, 9938.0, 10018.0, 9936.0, 10022.0, 9958.0, 10047.0, 9946.0, 9995.0, 9958.0, 9999.0, 9977.0, 10004.0, 9964.0, 10000.0, 9965.0, 10019.0, 9966.0, 10000.0, 9962.0, 10011.0, 9962.0, 10013.0, 9961.0, 9997.0, 9960.0, 9997.0, 9964.0, 9997.0, 9960.0, 9995.0, 9957.0, 9999.0, 9963.0, 9946.0, 9981.0, 9937.0, 9989.0, 9938.0, 10005.0, 9938.0, 10048.0, 9982.0, 10048.0, 9968.0, 9995.0, 9980.0, 9961.0, 9961.0, 9954.0, 10009.0, 9939.0, 10024.0, 9969.0, 10022.0, 9985.0, 10038.0, 9969.0, 10015.0, 9964.0, 10003.0, 9963.0, 9946.0, 9994.0, 9955.0, 10017.0, 9980.0, 9988.0, 9978.0, 9956.0, 10005.0, 9949.0, 10016.0, 9947.0, 10020.0, 9979.0, 9984.0, 9961.0, 9929.0, 9973.0, 9949.0, 10001.0, 9948.0, 10002.0, 9951.0, 10016.0, 9999.0, 10007.0, 9969.0, 9981.0, 9969.0, 10010.0, 9969.0, 9924.0, 9981.0, 10002.0, 10039.0, 10009.0, 9957.0, 9998.0, 9979.0, 10027.0, 9965.0, 10023.0, 9936.0, 10022.0, 9951.0, 10018.0, 9963.0, 10014.0, 9978.0, 10023.0, 9995.0, 9988.0, 9975.0, 9944.0, 9976.0, 10000.0, 9974.0, 10001.0, 9957.0, 9953.0, 9971.0, 9963.0, 9968.0, 9965.0, 9952.0, 9898.0, 9967.0, 9912.0, 9983.0, 9961.0, 9986.0, 9979.0, 9975.0, 9997.0, 9984.0, 10015.0, 9990.0, 10018.0, 9991.0, 10034.0, 9992.0, 10030.0, 9990.0, 10042.0, 9987.0, 10069.0, 10028.0, 10048.0, 9984.0, 9955.0, 9994.0, 9966.0, 10040.0, 10001.0, 9983.0, 9987.0, 9980.0, 9998.0, 10027.0, 9981.0, 10016.0, 9960.0, 10014.0, 9975.0, 9969.0, 9958.0, 9927.0, 9972.0, 9933.0, 9974.0, 9933.0, 9977.0, 9947.0, 9976.0, 9968.0, 9981.0, 9954.0, 9997.0, 9955.0, 10001.0, 10013.0, 10002.0, 9996.0, 9999.0, 10039.0, 9983.0, 10021.0, 9992.0, 10002.0, 9963.0, 10000.0, 9964.0, 9999.0, 9963.0, 9998.0, 9964.0, 10000.0, 9961.0, 9986.0, 9963.0, 10000.0, 9964.0, 10006.0, 9963.0, 10000.0, 9963.0, 10036.0, 10095.0, 9978.0, 9935.0, 9940.0, 9914.0, 9875.0, 9940.0, 9953.0, 9992.0, 9972.0, 10008.0, 9971.0, 10004.0, 9946.0, 9996.0, 9978.0, 9951.0, 10005.0, 9980.0, 10050.0, 10015.0, 9969.0, 10025.0, 9988.0, 9975.0, 9950.0, 9903.0, 9964.0, 9928.0, 9920.0, 9921.0, 9893.0, 9919.0, 9895.0, 9920.0, 9909.0, 9880.0, 9913.0, 9947.0, 9945.0, 9921.0, 9913.0, 9933.0, 9936.0, 9957.0, 9949.0, 9950.0, 9989.0, 9957.0, 9989.0, 9948.0, 9990.0, 9965.0, 9993.0, 9977.0, 10005.0, 9976.0, 10007.0, 9975.0, 10006.0, 9956.0, 10002.0, 9956.0, 10000.0, 9962.0, 10004.0, 9973.0, 10004.0, 9988.0, 10030.0, 10078.0, 10069.0, 9990.0, 9957.0, 9935.0, 9959.0, 9962.0, 9943.0, 9992.0, 9958.0, 10033.0, 10014.0, 10078.0, 9935.0, 9988.0, 9839.0, 9900.0, 9877.0, 9933.0, 9960.0, 9945.0, 9999.0, 9967.0, 10035.0, 9974.0, 10028.0, 9996.0, 10038.0, 9986.0, 10033.0, 9979.0, 10040.0, 10000.0, 10038.0, 9984.0, 9965.0, 9982.0, 9956.0, 9994.0, 9939.0, 10008.0, 9953.0, 10010.0, 9968.0, 10008.0, 9938.0, 10009.0, 9991.0, 10012.0, 9973.0, 9974.0, 9943.0, 9988.0, 9958.0, 9994.0, 9939.0, 9993.0, 9962.0, 9990.0, 9985.0, 10027.0, 9971.0, 10020.0, 9984.0, 10005.0, 9989.0, 9982.0, 9974.0, 9931.0, 9988.0, 9964.0, 10033.0, 9968.0, 9990.0, 9990.0, 10009.0, 9985.0, 9972.0, 10008.0, 9989.0, 10021.0, 9995.0, 10032.0, 10006.0, 9963.0, 10016.0, 9977.0, 10063.0, 10002.0, 10066.0, 10042.0, 10039.0, 9985.0, 10017.0, 9953.0, 10014.0, 9960.0, 9951.0, 9957.0, 9918.0, 9985.0, 9927.0, 10019.0, 9977.0, 10021.0, 9983.0, 10012.0, 9980.0, 10006.0, 9974.0, 9932.0, 9986.0, 9917.0, 10001.0, 9935.0, 9998.0, 9917.0, 9998.0, 9931.0, 10016.0, 9981.0, 10015.0, 9980.0, 10016.0, 9978.0, 10043.0, 9983.0, 9954.0, 9980.0, 9925.0, 10016.0, 9973.0, 10026.0, 9988.0, 10006.0, 10001.0, 10029.0, 9999.0, 9953.0, 9993.0, 9954.0, 10008.0, 9937.0, 10007.0, 9936.0, 10004.0, 9942.0, 10018.0, 9935.0, 10001.0, 9932.0, 9999.0, 9939.0, 9998.0, 9947.0, 9997.0, 9959.0, 10011.0, 9978.0, 9994.0, 9959.0, 10016.0, 9962.0, 9957.0, 9962.0, 9906.0, 9993.0, 9953.0, 10010.0, 9972.0, 10004.0, 9970.0, 10018.0, 9968.0, 10019.0, 9991.0, 10004.0, 9969.0, 10015.0, 9966.0, 10018.0, 9983.0, 9975.0, 9965.0, 9935.0, 9978.0, 9944.0, 9998.0, 9955.0, 10010.0, 9942.0, 9995.0, 9950.0, 10039.0, 9991.0, 10019.0, 9982.0, 9933.0, 10002.0, 9968.0, 10023.0, 10012.0, 9964.0, 10009.0, 9968.0, 10051.0, 10031.0, 9977.0, 10048.0, 9977.0, 10014.0, 9977.0, 9940.0, 9917.0, 9896.0, 9948.0, 9950.0, 9916.0, 10015.0, 10024.0, 9995.0, 10026.0, 9965.0, 10023.0, 9994.0, 10042.0, 9972.0, 9973.0, 9960.0, 9901.0, 9975.0, 9942.0, 9984.0, 9926.0, 9886.0, 9947.0, 9902.0, 9958.0, 9942.0, 9924.0, 9966.0, 9942.0, 9996.0, 9971.0, 9936.0, 10038.0, 9978.0, 10012.0, 9975.0, 10020.0, 9973.0, 9978.0, 9968.0, 9922.0, 9965.0, 9931.0, 9983.0, 9942.0, 9985.0, 9946.0, 9990.0, 9973.0, 10007.0, 9971.0, 10007.0, 9973.0, 10009.0, 9988.0, 10027.0, 9973.0, 10023.0, 9971.0, 10007.0, 9972.0, 10028.0, 9988.0, 10008.0, 9988.0, 10008.0, 9986.0, 10026.0, 9993.0, 10027.0, 10025.0, 10050.0, 10007.0, 10023.0, 10010.0, 10021.0, 10009.0, 10007.0, 10008.0, 10010.0, 9990.0, 10010.0, 9976.0, 9990.0, 9958.0, 9972.0, 9930.0, 9974.0, 9920.0, 9975.0, 9934.0, 9975.0, 9938.0, 9993.0, 9953.0, 9994.0, 9951.0, 9993.0, 9951.0, 9995.0, 9952.0, 9996.0, 9963.0, 9980.0, 10019.0, 9980.0, 9977.0, 9981.0, 9977.0, 9983.0, 10008.0, 9988.0, 9983.0, 9987.0, 10026.0, 10004.0, 10013.0, 10003.0, 10010.0, 9999.0, 10025.0, 10000.0, 9983.0, 9999.0, 9980.0, 9983.0, 9994.0, 9996.0, 9967.0, 9996.0, 9940.0, 9996.0, 9969.0, 9996.0, 9941.0, 9997.0, 9955.0, 10011.0, 9957.0, 10014.0, 9971.0, 10013.0, 9999.0, 10041.0, 9998.0, 10040.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.015898917050691245</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.06010514182027649</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.4871339150288</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.3256087450173015</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.184458004579008</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4768</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5257.1641</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1556868105948476</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>130</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>14.976958525345623</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7292083857603173</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6521483004042206</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9811583834691002</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5543184734076307</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00727579</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.004856951534748077</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.018253983929753304</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.861042246336365</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>28.2601</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>54.0074</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>193.4753</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>300286.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>862.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>360.8416</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1008</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>560.744</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3717.2903</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3955.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>76258.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1233.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4909.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1024.3281</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>26.950609490973875</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> |