=== 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-0002 --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-0002",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0002_ses-04_task-social_acq-mb8_run-01_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-0002_ses-04_task-social_acq-mb8_run-01_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-01_session-04_subject-0002_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-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0002_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-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0002_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-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0002_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-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-01_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-01_session-04_subject-0002_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-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-01_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-01_session-04_subject-0002_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-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0002_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-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-01_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-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-01_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-0002/ses-04/func/sub-0002_ses-04_task-social_acq-mb8_run-01_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>89f674494108f781655c26b25f56e42e</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>10:01:16.217500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998872, 0.046949, 0.00717879, -0.047455, 0.980396, 0.191239]</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-01_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.0728201</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-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4160, -7725, -7492, 357, -8, -207, 47, 57]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>237.481</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>8d7626b3-01ae-4db8-9867-13cbae04993d||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.679899215698242, -0.12731830775737762, -0.0052391644567251205, 117.86956024169922], [-0.12596070766448975, 2.6303298473358154, 0.5166827440261841, -102.18193817138672], [0.019260164350271225, -0.5130805969238281, 2.6500966548919678, -51.76309585571289], [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': ['100116.217500', '100116.677500', '100117.137500', '100117.597500', '100118.057500', '100118.517500', '100118.977500', '100119.437500', '100119.897500', '100120.357500', '100120.817500', '100121.277500', '100121.737500', '100122.197500', '100122.657500', '100123.117500', '100123.577500', '100124.037500', '100124.497500', '100124.957500', '100125.417500', '100125.877500', '100126.337500', '100126.797500', '100127.257500', '100127.717500', '100128.177500', '100128.637500', '100129.097500', '100129.557500', '100130.017500', '100130.477500', '100130.937500', '100131.397500', '100131.857500', '100132.317500', '100132.777500', '100133.237500', '100133.697500', '100134.157500', '100134.617500', '100135.077500', '100135.537500', '100135.997500', '100136.457500', '100136.917500', '100137.377500', '100137.837500', '100138.297500', '100138.757500', '100139.217500', '100139.677500', '100140.137500', '100140.597500', '100141.057500', '100141.517500', '100141.977500', '100142.437500', '100142.897500', '100143.357500', '100143.817500', '100144.277500', '100144.737500', '100145.197500', '100145.657500', '100146.117500', '100146.577500', '100147.037500', '100147.497500', '100147.957500', '100148.417500', '100148.877500', '100149.337500', '100149.797500', '100150.257500', '100150.717500', '100151.177500', '100151.637500', '100152.097500', '100152.557500', '100153.017500', '100153.477500', '100153.937500', '100154.397500', '100154.857500', '100155.317500', '100155.777500', '100156.237500', '100156.697500', '100157.157500', '100157.617500', '100158.077500', '100158.537500', '100158.997500', '100159.457500', '100159.917500', '100200.377500', '100200.837500', '100201.297500', '100201.757500', '100202.217500', '100202.677500', '100203.137500', '100203.597500', '100204.057500', '100204.517500', '100204.977500', '100205.437500', '100205.897500', '100206.357500', '100206.817500', '100207.277500', '100207.737500', '100208.197500', '100208.657500', '100209.117500', '100209.577500', '100210.037500', '100210.497500', '100210.957500', '100211.417500', '100211.877500', '100212.337500', '100212.797500', '100213.257500', '100213.717500', '100214.177500', '100214.637500', '100215.097500', '100215.557500', '100216.017500', '100216.477500', '100216.937500', '100217.397500', '100217.857500', '100218.317500', '100218.777500', '100219.237500', '100219.697500', '100220.157500', '100220.617500', '100221.077500', '100221.537500', '100221.997500', '100222.457500', '100222.917500', '100223.377500', '100223.837500', '100224.297500', '100224.757500', '100225.217500', '100225.677500', '100226.137500', '100226.597500', '100227.057500', '100227.517500', '100227.977500', '100228.437500', '100228.897500', '100229.357500', '100229.817500', '100230.277500', '100230.737500', '100231.197500', '100231.657500', '100232.117500', '100232.577500', '100233.037500', '100233.497500', '100233.957500', '100234.417500', '100234.877500', '100235.337500', '100235.797500', '100236.257500', '100236.717500', '100237.177500', '100237.637500', '100238.097500', '100238.557500', '100239.017500', '100239.477500', '100239.937500', '100240.397500', '100240.857500', '100241.317500', '100241.777500', '100242.237500', '100242.697500', '100243.157500', '100243.617500', '100244.077500', '100244.537500', '100244.997500', '100245.457500', '100245.917500', '100246.377500', '100246.837500', '100247.297500', '100247.757500', '100248.217500', '100248.677500', '100249.137500', '100249.597500', '100250.057500', '100250.517500', '100250.977500', '100251.437500', '100251.897500', '100252.357500', '100252.817500', '100253.277500', '100253.737500', '100254.197500', '100254.657500', '100255.117500', '100255.577500', '100256.037500', '100256.497500', '100256.957500', '100257.417500', '100257.877500', '100258.337500', '100258.797500', '100259.257500', '100259.717500', '100300.177500', '100300.637500', '100301.097500', '100301.557500', '100302.017500', '100302.477500', '100302.937500', '100303.397500', '100303.857500', '100304.317500', '100304.777500', '100305.237500', '100305.697500', '100306.157500', '100306.617500', '100307.077500', '100307.537500', '100307.997500', '100308.457500', '100308.917500', '100309.377500', '100309.837500', '100310.297500', '100310.757500', '100311.217500', '100311.677500', '100312.137500', '100312.597500', '100313.057500', '100313.517500', '100313.977500', '100314.437500', '100314.897500', '100315.357500', '100315.817500', '100316.277500', '100316.737500', '100317.197500', '100317.657500', '100318.117500', '100318.577500', '100319.037500', '100319.497500', '100319.957500', '100320.417500', '100320.877500', '100321.337500', '100321.797500', '100322.257500', '100322.717500', '100323.177500', '100323.637500', '100324.097500', '100324.557500', '100325.017500', '100325.477500', '100325.937500', '100326.397500', '100326.857500', '100327.317500', '100327.777500', '100328.237500', '100328.697500', '100329.157500', '100329.617500', '100330.077500', '100330.537500', '100330.997500', '100331.457500', '100331.917500', '100332.377500', '100332.837500', '100333.297500', '100333.757500', '100334.217500', '100334.677500', '100335.137500', '100335.597500', '100336.057500', '100336.517500', '100336.977500', '100337.437500', '100337.897500', '100338.357500', '100338.817500', '100339.277500', '100339.737500', '100340.197500', '100340.657500', '100341.117500', '100341.577500', '100342.037500', '100342.497500', '100342.957500', '100343.417500', '100343.877500', '100344.337500', '100344.797500', '100345.257500', '100345.717500', '100346.177500', '100346.637500', '100347.097500', '100347.557500', '100348.017500', '100348.477500', '100348.937500', '100349.397500', '100349.857500', '100350.317500', '100350.777500', '100351.237500', '100351.697500', '100352.157500', '100352.617500', '100353.077500', '100353.537500', '100353.997500', '100354.457500', '100354.917500', '100355.377500', '100355.837500', '100356.297500', '100356.757500', '100357.217500', '100357.677500', '100358.137500', '100358.597500', '100359.057500', '100359.517500', '100359.977500', '100400.437500', '100400.897500', '100401.357500', '100401.817500', '100402.277500', '100402.737500', '100403.197500', '100403.657500', '100404.117500', '100404.577500', '100405.037500', '100405.497500', '100405.957500', '100406.417500', '100406.877500', '100407.337500', '100407.797500', '100408.257500', '100408.717500', '100409.177500', '100409.637500', '100410.097500', '100410.557500', '100411.017500', '100411.477500', '100411.937500', '100412.397500', '100412.857500', '100413.317500', '100413.777500', '100414.237500', '100414.697500', '100415.157500', '100415.617500', '100416.077500', '100416.537500', '100416.997500', '100417.457500', '100417.917500', '100418.377500', '100418.837500', '100419.297500', '100419.757500', '100420.217500', '100420.677500', '100421.137500', '100421.597500', '100422.057500', '100422.517500', '100422.977500', '100423.437500', '100423.897500', '100424.357500', '100424.817500', '100425.277500', '100425.737500', '100426.197500', '100426.657500', '100427.117500', '100427.577500', '100428.037500', '100428.497500', '100428.957500', '100429.417500', '100429.877500', '100430.337500', '100430.797500', '100431.257500', '100431.717500', '100432.177500', '100432.637500', '100433.097500', '100433.557500', '100434.017500', '100434.477500', '100434.937500', '100435.397500', '100435.857500', '100436.317500', '100436.777500', '100437.237500', '100437.697500', '100438.157500', '100438.617500', '100439.077500', '100439.537500', '100439.997500', '100440.457500', '100440.917500', '100441.377500', '100441.837500', '100442.297500', '100442.757500', '100443.217500', '100443.677500', '100444.137500', '100444.597500', '100445.057500', '100445.517500', '100445.977500', '100446.437500', '100446.897500', '100447.357500', '100447.817500', '100448.277500', '100448.737500', '100449.197500', '100449.657500', '100450.117500', '100450.577500', '100451.037500', '100451.497500', '100451.957500', '100452.417500', '100452.877500', '100453.337500', '100453.797500', '100454.257500', '100454.717500', '100455.177500', '100455.637500', '100456.097500', '100456.557500', '100457.017500', '100457.477500', '100457.937500', '100458.397500', '100458.857500', '100459.317500', '100459.777500', '100500.237500', '100500.697500', '100501.157500', '100501.617500', '100502.077500', '100502.537500', '100502.997500', '100503.457500', '100503.917500', '100504.377500', '100504.837500', '100505.297500', '100505.757500', '100506.217500', '100506.677500', '100507.137500', '100507.597500', '100508.057500', '100508.517500', '100508.977500', '100509.437500', '100509.897500', '100510.357500', '100510.817500', '100511.277500', '100511.737500', '100512.197500', '100512.657500', '100513.117500', '100513.577500', '100514.037500', '100514.497500', '100514.957500', '100515.417500', '100515.877500', '100516.337500', '100516.797500', '100517.257500', '100517.717500', '100518.177500', '100518.637500', '100519.097500', '100519.557500', '100520.017500', '100520.477500', '100520.937500', '100521.397500', '100521.857500', '100522.317500', '100522.777500', '100523.237500', '100523.697500', '100524.157500', '100524.617500', '100525.077500', '100525.537500', '100525.997500', '100526.457500', '100526.917500', '100527.377500', '100527.837500', '100528.297500', '100528.757500', '100529.217500', '100529.677500', '100530.137500', '100530.597500', '100531.057500', '100531.517500', '100531.977500', '100532.437500', '100532.897500', '100533.357500', '100533.817500', '100534.277500', '100534.737500', '100535.197500', '100535.657500', '100536.117500', '100536.577500', '100537.037500', '100537.497500', '100537.957500', '100538.417500', '100538.877500', '100539.337500', '100539.797500', '100540.257500', '100540.717500', '100541.177500', '100541.637500', '100542.097500', '100542.557500', '100543.017500', '100543.477500', '100543.937500', '100544.397500', '100544.857500', '100545.317500', '100545.777500', '100546.237500', '100546.697500', '100547.157500', '100547.617500', '100548.077500', '100548.537500', '100548.997500', '100549.457500', '100549.917500', '100550.377500', '100550.837500', '100551.297500', '100551.757500', '100552.217500', '100552.677500', '100553.137500', '100553.597500', '100554.057500', '100554.517500', '100554.977500', '100555.437500', '100555.897500', '100556.357500', '100556.817500', '100557.277500', '100557.737500', '100558.197500', '100558.657500', '100559.117500', '100559.577500', '100600.037500', '100600.497500', '100600.957500', '100601.417500', '100601.877500', '100602.337500', '100602.797500', '100603.257500', '100603.717500', '100604.177500', '100604.637500', '100605.097500', '100605.557500', '100606.017500', '100606.477500', '100606.937500', '100607.397500', '100607.857500', '100608.317500', '100608.777500', '100609.237500', '100609.697500', '100610.157500', '100610.617500', '100611.077500', '100611.537500', '100611.997500', '100612.457500', '100612.917500', '100613.377500', '100613.837500', '100614.297500', '100614.757500', '100615.217500', '100615.677500', '100616.137500', '100616.597500', '100617.057500', '100617.517500', '100617.977500', '100618.437500', '100618.897500', '100619.357500', '100619.817500', '100620.277500', '100620.737500', '100621.197500', '100621.657500', '100622.117500', '100622.577500', '100623.037500', '100623.497500', '100623.957500', '100624.417500', '100624.877500', '100625.337500', '100625.797500', '100626.257500', '100626.717500', '100627.177500', '100627.637500', '100628.097500', '100628.557500', '100629.017500', '100629.477500', '100629.937500', '100630.397500', '100630.857500', '100631.317500', '100631.777500', '100632.237500', '100632.697500', '100633.157500', '100633.617500', '100634.077500', '100634.537500', '100634.997500', '100635.457500', '100635.917500', '100636.377500', '100636.837500', '100637.297500', '100637.757500', '100638.217500', '100638.677500', '100639.137500', '100639.597500', '100640.057500', '100640.517500', '100640.977500', '100641.437500', '100641.897500', '100642.357500', '100642.817500', '100643.277500', '100643.737500', '100644.197500', '100644.657500', '100645.117500', '100645.577500', '100646.037500', '100646.497500', '100646.957500', '100647.417500', '100647.877500', '100648.337500', '100648.797500', '100649.257500', '100649.717500', '100650.177500', '100650.637500', '100651.097500', '100651.557500', '100652.017500', '100652.477500', '100652.937500', '100653.397500', '100653.857500', '100654.317500', '100654.777500', '100655.237500', '100655.697500', '100656.157500', '100656.617500', '100657.077500', '100657.537500', '100657.997500', '100658.457500', '100658.917500', '100659.377500', '100659.837500', '100700.297500', '100700.757500', '100701.217500', '100701.677500', '100702.137500', '100702.597500', '100703.057500', '100703.517500', '100703.977500', '100704.437500', '100704.897500', '100705.357500', '100705.817500', '100706.277500', '100706.737500', '100707.197500', '100707.657500', '100708.117500', '100708.577500', '100709.037500', '100709.497500', '100709.957500', '100710.417500', '100710.877500', '100711.337500', '100711.797500', '100712.257500', '100712.717500', '100713.177500', '100713.637500', '100714.097500', '100714.557500', '100715.017500', '100715.477500', '100715.937500', '100716.397500', '100716.857500', '100717.317500', '100717.777500', '100718.237500', '100718.697500', '100719.157500', '100719.617500', '100720.077500', '100720.537500', '100720.997500', '100721.457500', '100721.917500', '100722.377500', '100722.837500', '100723.297500', '100723.757500', '100724.217500', '100724.677500', '100725.137500', '100725.597500', '100726.057500', '100726.517500', '100726.977500', '100727.437500', '100727.897500', '100728.357500', '100728.817500', '100729.277500', '100729.737500', '100730.197500', '100730.657500', '100731.117500', '100731.577500', '100732.037500', '100732.497500', '100732.957500', '100733.417500', '100733.877500', '100734.337500', '100734.797500', '100735.257500', '100735.717500', '100736.177500', '100736.637500', '100737.097500', '100737.557500', '100738.017500', '100738.477500', '100738.937500', '100739.397500', '100739.857500', '100740.317500', '100740.777500', '100741.237500', '100741.697500', '100742.157500', '100742.617500', '100743.077500', '100743.537500', '100743.997500', '100744.457500', '100744.917500', '100745.377500', '100745.837500', '100746.297500', '100746.757500', '100747.217500', '100747.677500', '100748.137500', '100748.597500', '100749.057500', '100749.517500', '100749.977500', '100750.437500', '100750.897500', '100751.357500', '100751.817500', '100752.277500', '100752.737500', '100753.197500', '100753.657500', '100754.117500', '100754.577500', '100755.037500', '100755.497500', '100755.957500', '100756.417500', '100756.877500'], 'ContentTime': ['100140.780000', '100140.784000', '100140.787000', '100140.790000', '100140.793000', '100140.796000', '100140.799000', '100140.802000', '100140.805000', '100140.808000', '100140.811000', '100140.814000', '100140.816000', '100140.838000', '100140.841000', '100140.844000', '100140.847000', '100140.849000', '100140.852000', '100140.865000', '100140.868000', '100140.870000', '100140.873000', '100140.877000', '100140.879000', '100140.882000', '100140.885000', '100140.888000', '100140.891000', '100140.894000', '100140.897000', '100140.900000', '100140.903000', '100140.906000', '100140.908000', '100140.911000', '100140.914000', '100140.917000', '100140.920000', '100140.923000', '100140.926000', '100140.929000', '100140.932000', '100140.935000', '100140.938000', '100140.941000', '100140.943000', '100140.946000', '100140.949000', '100140.952000', '100140.955000', '100200.743000', '100200.746000', '100200.749000', '100200.752000', '100200.755000', '100200.758000', '100200.761000', '100200.764000', '100200.767000', '100200.770000', '100200.772000', '100200.775000', '100200.778000', '100200.781000', '100200.826000', '100200.829000', '100200.832000', '100200.835000', '100200.843000', '100200.846000', '100200.849000', '100200.852000', '100200.855000', '100200.858000', '100200.861000', '100200.864000', '100200.866000', '100200.869000', '100200.872000', '100200.875000', '100200.878000', '100200.881000', '100200.884000', '100200.887000', '100200.890000', '100200.892000', '100200.895000', '100200.898000', '100200.901000', '100200.904000', '100200.907000', '100200.910000', '100200.913000', '100200.916000', '100220.744000', '100220.747000', '100220.750000', '100220.753000', '100220.756000', '100220.759000', '100220.762000', '100220.765000', '100220.767000', '100220.770000', '100220.773000', '100220.776000', '100220.779000', '100220.782000', '100220.808000', '100220.811000', '100220.814000', '100220.817000', '100220.820000', '100220.823000', '100220.826000', '100220.829000', '100220.836000', '100220.839000', '100220.842000', '100220.845000', '100220.849000', '100220.854000', '100220.857000', '100220.860000', '100220.863000', '100220.866000', '100220.869000', '100220.872000', '100220.875000', '100220.878000', '100220.881000', '100220.884000', '100220.887000', '100220.889000', '100220.892000', '100220.895000', '100220.898000', '100240.744000', '100240.747000', '100240.750000', '100240.753000', '100240.756000', '100240.759000', '100240.762000', '100240.765000', '100240.768000', '100240.771000', '100240.774000', '100240.776000', '100240.780000', '100240.782000', '100240.785000', '100240.788000', '100240.791000', '100240.794000', '100240.797000', '100240.800000', '100240.803000', '100240.806000', '100240.809000', '100240.818000', '100240.821000', '100240.824000', '100240.827000', '100240.830000', '100240.833000', '100240.836000', '100240.839000', '100240.842000', '100240.845000', '100240.848000', '100240.850000', '100240.853000', '100240.856000', '100240.859000', '100240.862000', '100240.865000', '100240.868000', '100240.871000', '100240.874000', '100240.877000', '100300.744000', '100300.747000', '100300.750000', '100300.753000', '100300.756000', '100300.759000', '100300.762000', '100300.765000', '100300.767000', '100300.770000', '100300.773000', '100300.776000', '100300.779000', '100300.782000', '100300.812000', '100300.815000', '100300.817000', '100300.820000', '100300.823000', '100300.826000', '100300.829000', '100300.832000', '100300.835000', '100300.838000', '100300.841000', '100300.844000', '100300.847000', '100300.850000', '100300.852000', '100300.855000', '100300.859000', '100300.861000', '100300.864000', '100300.867000', '100300.870000', '100300.873000', '100300.876000', '100300.879000', '100300.882000', '100300.885000', '100300.888000', '100300.891000', '100300.894000', '100320.744000', '100320.760000', '100320.763000', '100320.766000', '100320.769000', '100320.772000', '100320.775000', '100320.781000', '100320.784000', '100320.787000', '100320.790000', '100320.793000', '100320.796000', '100320.799000', '100320.802000', '100320.805000', '100320.808000', '100320.811000', '100320.814000', '100320.817000', '100320.820000', '100320.822000', '100320.825000', '100320.828000', '100320.831000', '100320.834000', '100320.837000', '100320.840000', '100320.843000', '100320.846000', '100320.849000', '100320.852000', '100320.854000', '100320.857000', '100320.860000', '100320.863000', '100320.866000', '100320.869000', '100320.872000', '100320.875000', '100320.878000', '100320.881000', '100320.883000', '100320.887000', '100340.744000', '100340.747000', '100340.750000', '100340.753000', '100340.756000', '100340.759000', '100340.762000', '100340.765000', '100340.768000', '100340.771000', '100340.773000', '100340.776000', '100340.779000', '100340.782000', '100340.813000', '100340.816000', '100340.819000', '100340.822000', '100340.825000', '100340.829000', '100340.832000', '100340.835000', '100340.837000', '100340.840000', '100340.843000', '100340.846000', '100340.849000', '100340.852000', '100340.855000', '100340.858000', '100340.861000', '100340.864000', '100340.867000', '100340.870000', '100340.872000', '100340.875000', '100340.878000', '100340.882000', '100340.885000', '100340.888000', '100340.892000', '100340.895000', '100340.898000', '100400.744000', '100400.747000', '100400.750000', '100400.753000', '100400.756000', '100400.759000', '100400.762000', '100400.765000', '100400.768000', '100400.770000', '100400.774000', '100400.776000', '100400.779000', '100400.782000', '100400.833000', '100400.835000', '100400.838000', '100400.841000', '100400.851000', '100400.854000', '100400.856000', '100400.859000', '100400.862000', '100400.865000', '100400.868000', '100400.871000', '100400.874000', '100400.877000', '100400.880000', '100400.883000', '100400.886000', '100400.889000', '100400.892000', '100400.895000', '100400.898000', '100400.901000', '100400.904000', '100400.906000', '100400.909000', '100400.912000', '100400.915000', '100400.918000', '100400.921000', '100400.924000', '100420.743000', '100420.746000', '100420.749000', '100420.752000', '100420.755000', '100420.758000', '100420.761000', '100420.764000', '100420.767000', '100420.770000', '100420.772000', '100420.775000', '100420.778000', '100420.781000', '100420.836000', '100420.839000', '100420.842000', '100420.845000', '100420.847000', '100420.850000', '100420.854000', '100420.856000', '100420.859000', '100420.862000', '100420.865000', '100420.868000', '100420.871000', '100420.874000', '100420.877000', '100420.880000', '100420.883000', '100420.886000', '100420.889000', '100420.892000', '100420.895000', '100420.898000', '100420.901000', '100420.903000', '100420.906000', '100420.910000', '100420.914000', '100420.917000', '100420.920000', '100440.744000', '100440.747000', '100440.750000', '100440.753000', '100440.756000', '100440.769000', '100440.772000', '100440.775000', '100440.778000', '100440.781000', '100440.784000', '100440.813000', '100440.816000', '100440.819000', '100440.822000', '100440.825000', '100440.828000', '100440.831000', '100440.834000', '100440.837000', '100440.840000', '100440.843000', '100440.846000', '100440.849000', '100440.851000', '100440.854000', '100440.857000', '100440.860000', '100440.863000', '100440.866000', '100440.869000', '100440.872000', '100440.875000', '100440.878000', '100440.881000', '100440.884000', '100440.887000', '100440.890000', '100440.893000', '100440.896000', '100440.910000', '100440.922000', '100440.925000', '100440.928000', '100500.744000', '100500.747000', '100500.750000', '100500.753000', '100500.756000', '100500.759000', '100500.762000', '100500.765000', '100500.768000', '100500.771000', '100500.774000', '100500.777000', '100500.779000', '100500.782000', '100500.817000', '100500.820000', '100500.823000', '100500.826000', '100500.829000', '100500.832000', '100500.835000', '100500.838000', '100500.841000', '100500.844000', '100500.847000', '100500.850000', '100500.852000', '100500.856000', '100500.858000', '100500.862000', '100500.866000', '100500.869000', '100500.872000', '100500.875000', '100500.878000', '100500.881000', '100500.884000', '100500.887000', '100500.890000', '100500.893000', '100500.896000', '100500.898000', '100500.901000', '100520.744000', '100520.747000', '100520.750000', '100520.753000', '100520.756000', '100520.759000', '100520.762000', '100520.765000', '100520.768000', '100520.771000', '100520.774000', '100520.777000', '100520.780000', '100520.783000', '100520.830000', '100520.833000', '100520.836000', '100520.839000', '100520.842000', '100520.845000', '100520.848000', '100520.850000', '100520.853000', '100520.856000', '100520.859000', '100520.862000', '100520.865000', '100520.868000', '100520.871000', '100520.874000', '100520.877000', '100520.880000', '100520.883000', '100520.886000', '100520.889000', '100520.892000', '100520.895000', '100520.898000', '100520.900000', '100520.903000', '100520.906000', '100520.909000', '100520.912000', '100520.915000', '100540.744000', '100540.747000', '100540.750000', '100540.753000', '100540.756000', '100540.759000', '100540.762000', '100540.765000', '100540.768000', '100540.771000', '100540.774000', '100540.777000', '100540.779000', '100540.782000', '100540.850000', '100540.853000', '100540.856000', '100540.859000', '100540.862000', '100540.865000', '100540.868000', '100540.871000', '100540.874000', '100540.877000', '100540.880000', '100540.883000', '100540.886000', '100540.889000', '100540.892000', '100540.894000', '100540.897000', '100540.900000', '100540.903000', '100540.906000', '100540.909000', '100540.912000', '100540.915000', '100540.918000', '100540.921000', '100540.924000', '100540.927000', '100540.930000', '100540.933000', '100600.744000', '100600.747000', '100600.750000', '100600.753000', '100600.756000', '100600.759000', '100600.762000', '100600.765000', '100600.768000', '100600.771000', '100600.773000', '100600.776000', '100600.779000', '100600.782000', '100600.844000', '100600.847000', '100600.850000', '100600.853000', '100600.855000', '100600.859000', '100600.861000', '100600.864000', '100600.867000', '100600.870000', '100600.873000', '100600.876000', '100600.879000', '100600.882000', '100600.885000', '100600.888000', '100600.891000', '100600.894000', '100600.897000', '100600.900000', '100600.903000', '100600.906000', '100600.909000', '100600.911000', '100600.914000', '100600.917000', '100600.920000', '100600.923000', '100600.926000', '100600.929000', '100620.744000', '100620.747000', '100620.750000', '100620.753000', '100620.756000', '100620.759000', '100620.773000', '100620.776000', '100620.779000', '100620.782000', '100620.837000', '100620.840000', '100620.843000', '100620.846000', '100620.849000', '100620.852000', '100620.855000', '100620.858000', '100620.861000', '100620.863000', '100620.866000', '100620.869000', '100620.872000', '100620.875000', '100620.878000', '100620.881000', '100620.884000', '100620.887000', '100620.890000', '100620.893000', '100620.896000', '100620.900000', '100620.903000', '100620.906000', '100620.909000', '100620.912000', '100620.915000', '100620.918000', '100620.921000', '100620.924000', '100620.927000', '100620.930000', '100620.933000', '100640.744000', '100640.747000', '100640.750000', '100640.753000', '100640.756000', '100640.759000', '100640.763000', '100640.765000', '100640.768000', '100640.771000', '100640.774000', '100640.777000', '100640.780000', '100640.783000', '100640.825000', '100640.828000', '100640.831000', '100640.833000', '100640.836000', '100640.839000', '100640.842000', '100640.845000', '100640.848000', '100640.851000', '100640.854000', '100640.857000', '100640.860000', '100640.863000', '100640.867000', '100640.870000', '100640.873000', '100640.876000', '100640.879000', '100640.882000', '100640.885000', '100640.888000', '100640.890000', '100640.893000', '100640.896000', '100640.899000', '100640.902000', '100640.905000', '100640.908000', '100700.744000', '100700.747000', '100700.750000', '100700.753000', '100700.756000', '100700.759000', '100700.762000', '100700.765000', '100700.768000', '100700.771000', '100700.774000', '100700.777000', '100700.779000', '100700.783000', '100700.837000', '100700.840000', '100700.843000', '100700.846000', '100700.849000', '100700.852000', '100700.854000', '100700.858000', '100700.861000', '100700.863000', '100700.866000', '100700.869000', '100700.872000', '100700.875000', '100700.878000', '100700.881000', '100700.884000', '100700.887000', '100700.890000', '100700.893000', '100700.896000', '100700.899000', '100700.901000', '100700.904000', '100700.907000', '100700.910000', '100700.913000', '100700.916000', '100700.919000', '100700.922000', '100720.744000', '100720.747000', '100720.750000', '100720.753000', '100720.756000', '100720.759000', '100720.762000', '100720.765000', '100720.768000', '100720.772000', '100720.775000', '100720.779000', '100720.782000', '100720.829000', '100720.831000', '100720.834000', '100720.839000', '100720.842000', '100720.845000', '100720.848000', '100720.851000', '100720.854000', '100720.857000', '100720.860000', '100720.862000', '100720.865000', '100720.868000', '100720.871000', '100720.874000', '100720.877000', '100720.880000', '100720.883000', '100720.886000', '100720.889000', '100720.892000', '100720.895000', '100720.898000', '100720.901000', '100720.903000', '100720.906000', '100720.909000', '100720.912000', '100720.915000', '100740.744000', '100740.747000', '100740.750000', '100740.753000', '100740.756000', '100740.759000', '100740.762000', '100740.765000', '100740.768000', '100740.771000', '100740.774000', '100740.777000', '100740.780000', '100740.783000', '100740.835000', '100740.838000', '100740.841000', '100740.844000', '100740.847000', '100740.850000', '100740.853000', '100740.855000', '100740.858000', '100740.861000', '100740.864000', '100740.867000', '100740.870000', '100740.873000', '100740.876000', '100740.879000', '100740.882000', '100740.885000', '100740.896000', '100740.899000', '100740.902000', '100740.905000', '100740.908000', '100740.911000', '100740.914000', '100740.917000', '100740.920000', '100740.923000', '100740.926000', '100740.928000', '100758.072000', '100758.076000', '100758.079000', '100758.083000', '100758.098000', '100758.101000', '100758.104000', '100758.106000', '100758.110000', '100758.113000', '100758.116000', '100758.119000', '100758.122000', '100758.124000', '100758.128000', '100758.131000', '100758.134000', '100758.137000', '100758.140000', '100758.143000', '100758.146000', '100758.149000', '100758.152000', '100758.155000', '100758.158000', '100758.161000', '100758.164000', '100758.167000', '100758.170000', '100758.173000', '100758.176000', '100758.179000', '100758.182000', '100758.185000', '100758.189000', '100758.192000', '100758.195000', '100758.198000'], 'InstanceCreationTime': ['100140.780000', '100140.784000', '100140.787000', '100140.790000', '100140.793000', '100140.796000', '100140.799000', '100140.802000', '100140.805000', '100140.808000', '100140.811000', '100140.814000', '100140.816000', '100140.838000', '100140.841000', '100140.844000', '100140.847000', '100140.849000', '100140.852000', '100140.865000', '100140.868000', '100140.870000', '100140.873000', '100140.877000', '100140.879000', '100140.882000', '100140.885000', '100140.888000', '100140.891000', '100140.894000', '100140.897000', '100140.900000', '100140.903000', '100140.906000', '100140.908000', '100140.911000', '100140.914000', '100140.917000', '100140.920000', '100140.923000', '100140.926000', '100140.929000', '100140.932000', '100140.935000', '100140.938000', '100140.941000', '100140.943000', '100140.946000', '100140.949000', '100140.952000', '100140.955000', '100200.743000', '100200.746000', '100200.749000', '100200.752000', '100200.755000', '100200.758000', '100200.761000', '100200.764000', '100200.767000', '100200.770000', '100200.772000', '100200.775000', '100200.778000', '100200.781000', '100200.826000', '100200.829000', '100200.832000', '100200.835000', '100200.843000', '100200.846000', '100200.849000', '100200.852000', '100200.855000', '100200.858000', '100200.861000', '100200.864000', '100200.866000', '100200.869000', '100200.872000', '100200.875000', '100200.878000', '100200.881000', '100200.884000', '100200.887000', '100200.890000', '100200.892000', '100200.895000', '100200.898000', '100200.901000', '100200.904000', '100200.907000', '100200.910000', '100200.913000', '100200.916000', '100220.744000', '100220.747000', '100220.750000', '100220.753000', '100220.756000', '100220.759000', '100220.762000', '100220.765000', '100220.767000', '100220.770000', '100220.773000', '100220.776000', '100220.779000', '100220.782000', '100220.808000', '100220.811000', '100220.814000', '100220.817000', '100220.820000', '100220.823000', '100220.826000', '100220.829000', '100220.836000', '100220.839000', '100220.842000', '100220.845000', '100220.849000', '100220.854000', '100220.857000', '100220.860000', '100220.863000', '100220.866000', '100220.869000', '100220.872000', '100220.875000', '100220.878000', '100220.881000', '100220.884000', '100220.887000', '100220.889000', '100220.892000', '100220.895000', '100220.898000', '100240.744000', '100240.747000', '100240.750000', '100240.753000', '100240.756000', '100240.759000', '100240.762000', '100240.765000', '100240.768000', '100240.771000', '100240.774000', '100240.776000', '100240.780000', '100240.782000', '100240.785000', '100240.788000', '100240.791000', '100240.794000', '100240.797000', '100240.800000', '100240.803000', '100240.806000', '100240.809000', '100240.818000', '100240.821000', '100240.824000', '100240.827000', '100240.830000', '100240.833000', '100240.836000', '100240.839000', '100240.842000', '100240.845000', '100240.848000', '100240.850000', '100240.853000', '100240.856000', '100240.859000', '100240.862000', '100240.865000', '100240.868000', '100240.871000', '100240.874000', '100240.877000', '100300.744000', '100300.747000', '100300.750000', '100300.753000', '100300.756000', '100300.759000', '100300.762000', '100300.765000', '100300.767000', '100300.770000', '100300.773000', '100300.776000', '100300.779000', '100300.782000', '100300.812000', '100300.815000', '100300.817000', '100300.820000', '100300.823000', '100300.826000', '100300.829000', '100300.832000', '100300.835000', '100300.838000', '100300.841000', '100300.844000', '100300.847000', '100300.850000', '100300.852000', '100300.855000', '100300.859000', '100300.861000', '100300.864000', '100300.867000', '100300.870000', '100300.873000', '100300.876000', '100300.879000', '100300.882000', '100300.885000', '100300.888000', '100300.891000', '100300.894000', '100320.744000', '100320.760000', '100320.763000', '100320.766000', '100320.769000', '100320.772000', '100320.775000', '100320.781000', '100320.784000', '100320.787000', '100320.790000', '100320.793000', '100320.796000', '100320.799000', '100320.802000', '100320.805000', '100320.808000', '100320.811000', '100320.814000', '100320.817000', '100320.820000', '100320.822000', '100320.825000', '100320.828000', '100320.831000', '100320.834000', '100320.837000', '100320.840000', '100320.843000', '100320.846000', '100320.849000', '100320.852000', '100320.854000', '100320.857000', '100320.860000', '100320.863000', '100320.866000', '100320.869000', '100320.872000', '100320.875000', '100320.878000', '100320.881000', '100320.883000', '100320.887000', '100340.744000', '100340.747000', '100340.750000', '100340.753000', '100340.756000', '100340.759000', '100340.762000', '100340.765000', '100340.768000', '100340.771000', '100340.773000', '100340.776000', '100340.779000', '100340.782000', '100340.813000', '100340.816000', '100340.819000', '100340.822000', '100340.825000', '100340.829000', '100340.832000', '100340.835000', '100340.837000', '100340.840000', '100340.843000', '100340.846000', '100340.849000', '100340.852000', '100340.855000', '100340.858000', '100340.861000', '100340.864000', '100340.867000', '100340.870000', '100340.872000', '100340.875000', '100340.878000', '100340.882000', '100340.885000', '100340.888000', '100340.892000', '100340.895000', '100340.898000', '100400.744000', '100400.747000', '100400.750000', '100400.753000', '100400.756000', '100400.759000', '100400.762000', '100400.765000', '100400.768000', '100400.770000', '100400.774000', '100400.776000', '100400.779000', '100400.782000', '100400.833000', '100400.835000', '100400.838000', '100400.841000', '100400.851000', '100400.854000', '100400.856000', '100400.859000', '100400.862000', '100400.865000', '100400.868000', '100400.871000', '100400.874000', '100400.877000', '100400.880000', '100400.883000', '100400.886000', '100400.889000', '100400.892000', '100400.895000', '100400.898000', '100400.901000', '100400.904000', '100400.906000', '100400.909000', '100400.912000', '100400.915000', '100400.918000', '100400.921000', '100400.924000', '100420.743000', '100420.746000', '100420.749000', '100420.752000', '100420.755000', '100420.758000', '100420.761000', '100420.764000', '100420.767000', '100420.770000', '100420.772000', '100420.775000', '100420.778000', '100420.781000', '100420.836000', '100420.839000', '100420.842000', '100420.845000', '100420.847000', '100420.850000', '100420.854000', '100420.856000', '100420.859000', '100420.862000', '100420.865000', '100420.868000', '100420.871000', '100420.874000', '100420.877000', '100420.880000', '100420.883000', '100420.886000', '100420.889000', '100420.892000', '100420.895000', '100420.898000', '100420.901000', '100420.903000', '100420.906000', '100420.910000', '100420.914000', '100420.917000', '100420.920000', '100440.744000', '100440.747000', '100440.750000', '100440.753000', '100440.756000', '100440.769000', '100440.772000', '100440.775000', '100440.778000', '100440.781000', '100440.784000', '100440.813000', '100440.816000', '100440.819000', '100440.822000', '100440.825000', '100440.828000', '100440.831000', '100440.834000', '100440.837000', '100440.840000', '100440.843000', '100440.846000', '100440.849000', '100440.851000', '100440.854000', '100440.857000', '100440.860000', '100440.863000', '100440.866000', '100440.869000', '100440.872000', '100440.875000', '100440.878000', '100440.881000', '100440.884000', '100440.887000', '100440.890000', '100440.893000', '100440.896000', '100440.910000', '100440.922000', '100440.925000', '100440.928000', '100500.744000', '100500.747000', '100500.750000', '100500.753000', '100500.756000', '100500.759000', '100500.762000', '100500.765000', '100500.768000', '100500.771000', '100500.774000', '100500.777000', '100500.779000', '100500.782000', '100500.817000', '100500.820000', '100500.823000', '100500.826000', '100500.829000', '100500.832000', '100500.835000', '100500.838000', '100500.841000', '100500.844000', '100500.847000', '100500.850000', '100500.852000', '100500.856000', '100500.858000', '100500.862000', '100500.866000', '100500.869000', '100500.872000', '100500.875000', '100500.878000', '100500.881000', '100500.884000', '100500.887000', '100500.890000', '100500.893000', '100500.896000', '100500.898000', '100500.901000', '100520.744000', '100520.747000', '100520.750000', '100520.753000', '100520.756000', '100520.759000', '100520.762000', '100520.765000', '100520.768000', '100520.771000', '100520.774000', '100520.777000', '100520.780000', '100520.783000', '100520.830000', '100520.833000', '100520.836000', '100520.839000', '100520.842000', '100520.845000', '100520.848000', '100520.850000', '100520.853000', '100520.856000', '100520.859000', '100520.862000', '100520.865000', '100520.868000', '100520.871000', '100520.874000', '100520.877000', '100520.880000', '100520.883000', '100520.886000', '100520.889000', '100520.892000', '100520.895000', '100520.898000', '100520.900000', '100520.903000', '100520.906000', '100520.909000', '100520.912000', '100520.915000', '100540.744000', '100540.747000', '100540.750000', '100540.753000', '100540.756000', '100540.759000', '100540.762000', '100540.765000', '100540.768000', '100540.771000', '100540.774000', '100540.777000', '100540.779000', '100540.782000', '100540.850000', '100540.853000', '100540.856000', '100540.859000', '100540.862000', '100540.865000', '100540.868000', '100540.871000', '100540.874000', '100540.877000', '100540.880000', '100540.883000', '100540.886000', '100540.889000', '100540.892000', '100540.894000', '100540.897000', '100540.900000', '100540.903000', '100540.906000', '100540.909000', '100540.912000', '100540.915000', '100540.918000', '100540.921000', '100540.924000', '100540.927000', '100540.930000', '100540.933000', '100600.744000', '100600.747000', '100600.750000', '100600.753000', '100600.756000', '100600.759000', '100600.762000', '100600.765000', '100600.768000', '100600.771000', '100600.773000', '100600.776000', '100600.779000', '100600.782000', '100600.844000', '100600.847000', '100600.850000', '100600.853000', '100600.855000', '100600.859000', '100600.861000', '100600.864000', '100600.867000', '100600.870000', '100600.873000', '100600.876000', '100600.879000', '100600.882000', '100600.885000', '100600.888000', '100600.891000', '100600.894000', '100600.897000', '100600.900000', '100600.903000', '100600.906000', '100600.909000', '100600.911000', '100600.914000', '100600.917000', '100600.920000', '100600.923000', '100600.926000', '100600.929000', '100620.744000', '100620.747000', '100620.750000', '100620.753000', '100620.756000', '100620.759000', '100620.773000', '100620.776000', '100620.779000', '100620.782000', '100620.837000', '100620.840000', '100620.843000', '100620.846000', '100620.849000', '100620.852000', '100620.855000', '100620.858000', '100620.861000', '100620.863000', '100620.866000', '100620.869000', '100620.872000', '100620.875000', '100620.878000', '100620.881000', '100620.884000', '100620.887000', '100620.890000', '100620.893000', '100620.896000', '100620.900000', '100620.903000', '100620.906000', '100620.909000', '100620.912000', '100620.915000', '100620.918000', '100620.921000', '100620.924000', '100620.927000', '100620.930000', '100620.933000', '100640.744000', '100640.747000', '100640.750000', '100640.753000', '100640.756000', '100640.759000', '100640.763000', '100640.765000', '100640.768000', '100640.771000', '100640.774000', '100640.777000', '100640.780000', '100640.783000', '100640.825000', '100640.828000', '100640.831000', '100640.833000', '100640.836000', '100640.839000', '100640.842000', '100640.845000', '100640.848000', '100640.851000', '100640.854000', '100640.857000', '100640.860000', '100640.863000', '100640.867000', '100640.870000', '100640.873000', '100640.876000', '100640.879000', '100640.882000', '100640.885000', '100640.888000', '100640.890000', '100640.893000', '100640.896000', '100640.899000', '100640.902000', '100640.905000', '100640.908000', '100700.744000', '100700.747000', '100700.750000', '100700.753000', '100700.756000', '100700.759000', '100700.762000', '100700.765000', '100700.768000', '100700.771000', '100700.774000', '100700.777000', '100700.779000', '100700.783000', '100700.837000', '100700.840000', '100700.843000', '100700.846000', '100700.849000', '100700.852000', '100700.854000', '100700.858000', '100700.861000', '100700.863000', '100700.866000', '100700.869000', '100700.872000', '100700.875000', '100700.878000', '100700.881000', '100700.884000', '100700.887000', '100700.890000', '100700.893000', '100700.896000', '100700.899000', '100700.901000', '100700.904000', '100700.907000', '100700.910000', '100700.913000', '100700.916000', '100700.919000', '100700.922000', '100720.744000', '100720.747000', '100720.750000', '100720.753000', '100720.756000', '100720.759000', '100720.762000', '100720.765000', '100720.768000', '100720.772000', '100720.775000', '100720.779000', '100720.782000', '100720.829000', '100720.831000', '100720.834000', '100720.839000', '100720.842000', '100720.845000', '100720.848000', '100720.851000', '100720.854000', '100720.857000', '100720.860000', '100720.862000', '100720.865000', '100720.868000', '100720.871000', '100720.874000', '100720.877000', '100720.880000', '100720.883000', '100720.886000', '100720.889000', '100720.892000', '100720.895000', '100720.898000', '100720.901000', '100720.903000', '100720.906000', '100720.909000', '100720.912000', '100720.915000', '100740.744000', '100740.747000', '100740.750000', '100740.753000', '100740.756000', '100740.759000', '100740.762000', '100740.765000', '100740.768000', '100740.771000', '100740.774000', '100740.777000', '100740.780000', '100740.783000', '100740.835000', '100740.838000', '100740.841000', '100740.844000', '100740.847000', '100740.850000', '100740.853000', '100740.855000', '100740.858000', '100740.861000', '100740.864000', '100740.867000', '100740.870000', '100740.873000', '100740.876000', '100740.879000', '100740.882000', '100740.885000', '100740.896000', '100740.899000', '100740.902000', '100740.905000', '100740.908000', '100740.911000', '100740.914000', '100740.917000', '100740.920000', '100740.923000', '100740.926000', '100740.928000', '100758.072000', '100758.076000', '100758.079000', '100758.083000', '100758.098000', '100758.101000', '100758.104000', '100758.106000', '100758.110000', '100758.113000', '100758.116000', '100758.119000', '100758.122000', '100758.124000', '100758.128000', '100758.131000', '100758.134000', '100758.137000', '100758.140000', '100758.143000', '100758.146000', '100758.149000', '100758.152000', '100758.155000', '100758.158000', '100758.161000', '100758.164000', '100758.167000', '100758.170000', '100758.173000', '100758.176000', '100758.179000', '100758.182000', '100758.185000', '100758.189000', '100758.192000', '100758.195000', '100758.198000'], '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': [10017, 7337, 7508, 8853, 7405, 7421, 6915, 6798, 7190, 6778, 8087, 11723, 9193, 10937, 8186, 9548, 6910, 8172, 6675, 7594, 13903, 9217, 8514, 12807, 8148, 8872, 6780, 7524, 6454, 7077, 6430, 6735, 6494, 7150, 6735, 8648, 7033, 10212, 8782, 10353, 8267, 9495, 7528, 9680, 14612, 10493, 9623, 13171, 9526, 11155, 8522, 8738, 6767, 7574, 11226, 7346, 7501, 10771, 7339, 8206, 6529, 6571, 9528, 6957, 7589, 6899, 6629, 8876, 6822, 7063, 6769, 6673, 9622, 6802, 7864, 6671, 6718, 8764, 7088, 8509, 7009, 8253, 7053, 8553, 7176, 9318, 7346, 8846, 8883, 9290, 7885, 8760, 14069, 10506, 8947, 13112, 8413, 8197, 12785, 8263, 8928, 6852, 6661, 10025, 7046, 7199, 7223, 6506, 8625, 7105, 7769, 6933, 8025, 7066, 8429, 7301, 9377, 9687, 8280, 12208, 9687, 10228, 7349, 8079, 6657, 8114, 12515, 9456, 9617, 8001, 8453, 9453, 8111, 6588, 7596, 10853, 7200, 9527, 6769, 8386, 10232, 7835, 11070, 7784, 9246, 7253, 8571, 10210, 7595, 9772, 6864, 6895, 10390, 7125, 7610, 6915, 6434, 6790, 6338, 6672, 6387, 9296, 7069, 6826, 9952, 7740, 8096, 7347, 7974, 7025, 8425, 6646, 8068, 12536, 9540, 9674, 7671, 9462, 11501, 7583, 9401, 6865, 7379, 11458, 7842, 8055, 10841, 8116, 7826, 6807, 6550, 9132, 6973, 7777, 6756, 7201, 11770, 8577, 8933, 9243, 7229, 10330, 7832, 10001, 6830, 7442, 9933, 6902, 9681, 7250, 7299, 11046, 8071, 8546, 6715, 6854, 11015, 7124, 7583, 10832, 7519, 8343, 7010, 6996, 6795, 6557, 9539, 7040, 6700, 9812, 7205, 8084, 7194, 6680, 6964, 6426, 8847, 6647, 7553, 6781, 6442, 9037, 7124, 7823, 6735, 7551, 6718, 8984, 6981, 9839, 12389, 9286, 12346, 10045, 10757, 7879, 10747, 9042, 9186, 13170, 9232, 10434, 12765, 9041, 11130, 7968, 8723, 9616, 7064, 8978, 6704, 6899, 9607, 6550, 7278, 6911, 6758, 9184, 6366, 6872, 9924, 7668, 7470, 8139, 6623, 8142, 6897, 6631, 8945, 6535, 8423, 7073, 6430, 9829, 6961, 7259, 6803, 6352, 7872, 6632, 6502, 6584, 6675, 7005, 6712, 7838, 11911, 9028, 10064, 8307, 9657, 7487, 10761, 13612, 9912, 11231, 8953, 8016, 11792, 8952, 10600, 6810, 7664, 10784, 7004, 7423, 11032, 7515, 7822, 7001, 6596, 8758, 6866, 7073, 6681, 6413, 6633, 6764, 7009, 6743, 9601, 7856, 8286, 7257, 8376, 7094, 8961, 9240, 8020, 11973, 8070, 8788, 12061, 7996, 8825, 10537, 7410, 9969, 7203, 7756, 7469, 7104, 9857, 6932, 7083, 10782, 7521, 8310, 7110, 6500, 9177, 7142, 6829, 10649, 6975, 7311, 10687, 6923, 8727, 6964, 6832, 9787, 6621, 7916, 6737, 6530, 9123, 7138, 6868, 6657, 6316, 9939, 7217, 7599, 8302, 6710, 9009, 7761, 8528, 6808, 7607, 6436, 8445, 13915, 10978, 9453, 13552, 9191, 10232, 7929, 10079, 7114, 7056, 6768, 7014, 11648, 8501, 8849, 8080, 8205, 7555, 8203, 6848, 8081, 12185, 8911, 9411, 9706, 7409, 9903, 7149, 8283, 7778, 6708, 9455, 6496, 6896, 10389, 6882, 8316, 6438, 7000, 6650, 7233, 6444, 7449, 6681, 8557, 6900, 9307, 10427, 8568, 11520, 9919, 10679, 7915, 9607, 7032, 8865, 13777, 9820, 9228, 8925, 7239, 9908, 7228, 7423, 6851, 6399, 8666, 7201, 6655, 10159, 6651, 6931, 10922, 7168, 7934, 6901, 6667, 8950, 6641, 7477, 7176, 6503, 7111, 6448, 6913, 6441, 8572, 7146, 10341, 9427, 7642, 11894, 8835, 8723, 9034, 6979, 10715, 7261, 7590, 12097, 8015, 8326, 12392, 7663, 8529, 6976, 7160, 6834, 6495, 8812, 6749, 7225, 7152, 6500, 9188, 7687, 7829, 6639, 7537, 12254, 8412, 8299, 12556, 8352, 8868, 7433, 7026, 9539, 7299, 7827, 6879, 6509, 9440, 6963, 6847, 10600, 7197, 7833, 6755, 6505, 6901, 6502, 8755, 6903, 7612, 6797, 7426, 7024, 7251, 10471, 7678, 11148, 11469, 8188, 12027, 8389, 8121, 13130, 8654, 9736, 6956, 7489, 11909, 7881, 7623, 11465, 7471, 8689, 7007, 7103, 7217, 6478, 8726, 6828, 6953, 10581, 7295, 7587, 8661, 6537, 8728, 7095, 7448, 6704, 6355, 6715, 6905, 7030, 6938, 10863, 8283, 9100, 7859, 8249, 6859, 8256, 14113, 10868, 9513, 11601, 8526, 10640, 8534, 10291, 6993, 8166, 11932, 7436, 9144, 9645, 7331, 9270, 6919, 7069, 9979, 6724, 7807, 6803, 6507, 9606, 7057, 7391, 6803, 6458, 9110, 6833, 7308, 6967, 6970, 6775, 6333, 6852, 7158, 10047, 7682, 7785, 12031, 8790, 9574, 8062, 8079, 7912, 7037, 11753, 8191, 7572, 12547, 7891, 9470, 7806, 7593, 6990, 6535, 10935, 7440, 8137, 7410, 6790, 9592, 7332, 7567, 6848, 7212, 6679, 6731, 11110, 7487, 8816, 8113, 8940, 7427, 8391, 9800, 7736, 12430, 8499, 8084, 12793, 8623, 9814, 7696, 7518, 6721, 6730, 11151, 7548, 7723, 7123, 6732, 10086, 7415, 9005, 7213, 8626, 6973, 7227, 12469, 8817, 8734, 9313, 7568, 10612, 7898, 8014, 8476, 6735, 9179, 7027, 6923, 10816, 7703, 7989, 6806, 6674, 9672, 7005, 7642, 8932, 6935, 8291, 6984, 6652, 9516, 7267, 7427, 6613, 6868, 6271, 6699, 6690, 8089, 12573, 9545, 8682, 13918, 10501, 10408, 8502, 8809, 13937, 8572, 10099, 10800, 8443, 10493, 7300, 7784, 11201, 7452, 8743, 6802, 6689, 9665, 7258, 7302, 6653, 6536, 8963, 6993, 8019, 7130, 7627, 6593, 7120, 7831, 7209, 7763, 7980, 6408, 8452, 13627, 10550, 10128, 11462, 8261, 11488, 9013, 9736, 6847, 7472, 11357, 7720, 8123, 7048, 6673, 9834, 7195, 7956, 7085, 7287, 6490, 6909, 6977, 6767, 6574, 7087, 6607, 7924, 6429, 8612, 7040, 9613, 13490, 10077, 9053, 13819, 10771, 10030, 7104, 7193, 11036, 7559, 7425, 11188, 7439, 8223, 6882, 6519, 9161, 6837, 7080, 6762, 6727, 9927, 7081, 7759, 6924, 6649, 6964, 6460, 9281, 6878, 8385, 6786, 6673, 10983, 8156, 7154, 11343, 7738, 7430, 11203, 8221, 8524, 6629, 6642, 7911, 6568, 9235, 7045, 6701, 10272, 8208, 7699, 6565, 6506, 10543, 7483, 7077, 11298, 7654, 7305, 10890, 7725, 7959, 7832, 6648, 8798, 7104], 'WindowCenter': [3822.0, 3786.0, 3786.0, 3794.0, 3773.0, 3773.0, 3773.0, 3762.0, 3772.0, 3763.0, 3797.0, 3828.0, 3808.0, 3817.0, 3784.0, 3805.0, 3763.0, 3783.0, 3761.0, 3772.0, 3824.0, 3792.0, 3793.0, 3812.0, 3769.0, 3780.0, 3762.0, 3782.0, 3749.0, 3772.0, 3762.0, 3773.0, 3763.0, 3772.0, 3775.0, 3806.0, 3786.0, 3817.0, 3808.0, 3818.0, 3808.0, 3818.0, 3773.0, 3792.0, 3825.0, 3803.0, 3791.0, 3799.0, 3779.0, 3799.0, 3779.0, 3779.0, 3746.0, 3756.0, 3785.0, 3742.0, 3756.0, 3786.0, 3744.0, 3765.0, 3734.0, 3746.0, 3775.0, 3745.0, 3767.0, 3746.0, 3747.0, 3790.0, 3772.0, 3771.0, 3760.0, 3761.0, 3800.0, 3759.0, 3780.0, 3747.0, 3772.0, 3792.0, 3783.0, 3804.0, 3786.0, 3806.0, 3798.0, 3805.0, 3786.0, 3806.0, 3786.0, 3807.0, 3806.0, 3818.0, 3783.0, 3807.0, 3840.0, 3802.0, 3780.0, 3813.0, 3756.0, 3767.0, 3810.0, 3779.0, 3778.0, 3733.0, 3733.0, 3772.0, 3742.0, 3743.0, 3743.0, 3746.0, 3778.0, 3758.0, 3779.0, 3771.0, 3782.0, 3772.0, 3780.0, 3771.0, 3792.0, 3791.0, 3780.0, 3810.0, 3789.0, 3789.0, 3756.0, 3767.0, 3734.0, 3766.0, 3797.0, 3787.0, 3776.0, 3755.0, 3766.0, 3775.0, 3766.0, 3745.0, 3766.0, 3784.0, 3754.0, 3774.0, 3731.0, 3764.0, 3774.0, 3755.0, 3797.0, 3769.0, 3787.0, 3756.0, 3766.0, 3774.0, 3757.0, 3777.0, 3744.0, 3757.0, 3774.0, 3732.0, 3754.0, 3755.0, 3746.0, 3745.0, 3746.0, 3756.0, 3748.0, 3790.0, 3759.0, 3760.0, 3801.0, 3782.0, 3781.0, 3782.0, 3793.0, 3772.0, 3781.0, 3762.0, 3795.0, 3813.0, 3804.0, 3805.0, 3771.0, 3792.0, 3800.0, 3769.0, 3777.0, 3747.0, 3758.0, 3797.0, 3755.0, 3766.0, 3786.0, 3767.0, 3768.0, 3758.0, 3759.0, 3800.0, 3769.0, 3768.0, 3759.0, 3770.0, 3810.0, 3793.0, 3793.0, 3790.0, 3772.0, 3801.0, 3768.0, 3788.0, 3745.0, 3756.0, 3775.0, 3758.0, 3789.0, 3755.0, 3769.0, 3810.0, 3780.0, 3779.0, 3745.0, 3746.0, 3786.0, 3743.0, 3768.0, 3786.0, 3755.0, 3767.0, 3757.0, 3759.0, 3747.0, 3761.0, 3789.0, 3745.0, 3747.0, 3787.0, 3758.0, 3794.0, 3770.0, 3759.0, 3769.0, 3761.0, 3790.0, 3760.0, 3782.0, 3760.0, 3773.0, 3804.0, 3785.0, 3796.0, 3786.0, 3795.0, 3786.0, 3818.0, 3786.0, 3817.0, 3826.0, 3805.0, 3825.0, 3804.0, 3813.0, 3785.0, 3815.0, 3778.0, 3778.0, 3798.0, 3765.0, 3789.0, 3798.0, 3776.0, 3785.0, 3752.0, 3752.0, 3760.0, 3730.0, 3762.0, 3718.0, 3741.0, 3773.0, 3732.0, 3753.0, 3741.0, 3732.0, 3762.0, 3732.0, 3744.0, 3775.0, 3755.0, 3756.0, 3765.0, 3747.0, 3780.0, 3759.0, 3760.0, 3788.0, 3747.0, 3767.0, 3746.0, 3747.0, 3789.0, 3758.0, 3768.0, 3758.0, 3760.0, 3780.0, 3772.0, 3773.0, 3772.0, 3784.0, 3784.0, 3773.0, 3796.0, 3827.0, 3807.0, 3817.0, 3807.0, 3816.0, 3785.0, 3817.0, 3813.0, 3803.0, 3815.0, 3778.0, 3770.0, 3800.0, 3778.0, 3787.0, 3733.0, 3754.0, 3772.0, 3731.0, 3743.0, 3784.0, 3754.0, 3754.0, 3742.0, 3745.0, 3776.0, 3746.0, 3755.0, 3745.0, 3745.0, 3757.0, 3756.0, 3757.0, 3773.0, 3801.0, 3794.0, 3794.0, 3786.0, 3805.0, 3774.0, 3793.0, 3790.0, 3769.0, 3812.0, 3768.0, 3768.0, 3799.0, 3768.0, 3779.0, 3786.0, 3755.0, 3775.0, 3756.0, 3770.0, 3757.0, 3757.0, 3788.0, 3760.0, 3771.0, 3801.0, 3769.0, 3779.0, 3756.0, 3748.0, 3789.0, 3746.0, 3747.0, 3788.0, 3758.0, 3771.0, 3813.0, 3772.0, 3790.0, 3759.0, 3758.0, 3787.0, 3747.0, 3769.0, 3747.0, 3750.0, 3791.0, 3771.0, 3761.0, 3760.0, 3761.0, 3802.0, 3771.0, 3784.0, 3781.0, 3772.0, 3803.0, 3784.0, 3805.0, 3774.0, 3783.0, 3762.0, 3795.0, 3839.0, 3814.0, 3791.0, 3812.0, 3791.0, 3800.0, 3768.0, 3790.0, 3756.0, 3757.0, 3744.0, 3746.0, 3797.0, 3766.0, 3776.0, 3766.0, 3779.0, 3767.0, 3779.0, 3747.0, 3768.0, 3797.0, 3765.0, 3790.0, 3776.0, 3757.0, 3788.0, 3746.0, 3767.0, 3753.0, 3733.0, 3762.0, 3719.0, 3731.0, 3773.0, 3744.0, 3763.0, 3746.0, 3759.0, 3759.0, 3770.0, 3761.0, 3784.0, 3775.0, 3804.0, 3774.0, 3806.0, 3814.0, 3795.0, 3825.0, 3814.0, 3802.0, 3782.0, 3801.0, 3760.0, 3791.0, 3810.0, 3777.0, 3778.0, 3766.0, 3758.0, 3800.0, 3757.0, 3756.0, 3732.0, 3733.0, 3763.0, 3741.0, 3733.0, 3774.0, 3733.0, 3745.0, 3798.0, 3758.0, 3766.0, 3744.0, 3746.0, 3776.0, 3758.0, 3768.0, 3756.0, 3760.0, 3770.0, 3763.0, 3773.0, 3763.0, 3805.0, 3788.0, 3817.0, 3793.0, 3784.0, 3826.0, 3794.0, 3794.0, 3791.0, 3760.0, 3800.0, 3744.0, 3756.0, 3797.0, 3767.0, 3779.0, 3809.0, 3769.0, 3780.0, 3757.0, 3757.0, 3745.0, 3747.0, 3778.0, 3746.0, 3768.0, 3759.0, 3761.0, 3802.0, 3795.0, 3783.0, 3760.0, 3781.0, 3812.0, 3780.0, 3781.0, 3811.0, 3780.0, 3792.0, 3770.0, 3758.0, 3789.0, 3758.0, 3768.0, 3744.0, 3746.0, 3790.0, 3758.0, 3759.0, 3801.0, 3770.0, 3769.0, 3759.0, 3760.0, 3758.0, 3761.0, 3791.0, 3772.0, 3784.0, 3773.0, 3785.0, 3785.0, 3786.0, 3815.0, 3785.0, 3842.0, 3815.0, 3783.0, 3826.0, 3783.0, 3783.0, 3812.0, 3780.0, 3789.0, 3745.0, 3755.0, 3785.0, 3755.0, 3756.0, 3796.0, 3756.0, 3777.0, 3756.0, 3757.0, 3755.0, 3735.0, 3765.0, 3734.0, 3756.0, 3798.0, 3770.0, 3770.0, 3778.0, 3749.0, 3779.0, 3758.0, 3768.0, 3758.0, 3747.0, 3759.0, 3773.0, 3773.0, 3785.0, 3826.0, 3796.0, 3807.0, 3796.0, 3795.0, 3774.0, 3794.0, 3823.0, 3800.0, 3791.0, 3799.0, 3779.0, 3799.0, 3779.0, 3800.0, 3759.0, 3768.0, 3796.0, 3743.0, 3776.0, 3776.0, 3744.0, 3776.0, 3745.0, 3756.0, 3786.0, 3744.0, 3753.0, 3731.0, 3733.0, 3774.0, 3757.0, 3757.0, 3745.0, 3748.0, 3789.0, 3759.0, 3769.0, 3769.0, 3769.0, 3758.0, 3760.0, 3772.0, 3786.0, 3816.0, 3784.0, 3784.0, 3826.0, 3806.0, 3804.0, 3783.0, 3782.0, 3780.0, 3774.0, 3825.0, 3780.0, 3783.0, 3825.0, 3782.0, 3802.0, 3771.0, 3770.0, 3758.0, 3749.0, 3800.0, 3770.0, 3780.0, 3770.0, 3761.0, 3802.0, 3771.0, 3780.0, 3760.0, 3771.0, 3772.0, 3775.0, 3825.0, 3785.0, 3805.0, 3795.0, 3804.0, 3773.0, 3794.0, 3791.0, 3770.0, 3813.0, 3779.0, 3769.0, 3811.0, 3779.0, 3788.0, 3757.0, 3756.0, 3745.0, 3746.0, 3797.0, 3756.0, 3767.0, 3745.0, 3748.0, 3800.0, 3770.0, 3790.0, 3770.0, 3779.0, 3757.0, 3758.0, 3811.0, 3791.0, 3780.0, 3790.0, 3770.0, 3799.0, 3768.0, 3768.0, 3764.0, 3745.0, 3777.0, 3756.0, 3757.0, 3799.0, 3768.0, 3768.0, 3747.0, 3748.0, 3787.0, 3757.0, 3768.0, 3778.0, 3759.0, 3781.0, 3759.0, 3761.0, 3801.0, 3770.0, 3770.0, 3772.0, 3760.0, 3762.0, 3761.0, 3775.0, 3809.0, 3838.0, 3806.0, 3808.0, 3838.0, 3816.0, 3814.0, 3792.0, 3791.0, 3809.0, 3766.0, 3789.0, 3786.0, 3767.0, 3788.0, 3744.0, 3755.0, 3785.0, 3743.0, 3764.0, 3731.0, 3733.0, 3775.0, 3755.0, 3756.0, 3745.0, 3747.0, 3778.0, 3758.0, 3778.0, 3758.0, 3769.0, 3758.0, 3760.0, 3770.0, 3771.0, 3781.0, 3783.0, 3762.0, 3794.0, 3824.0, 3814.0, 3802.0, 3800.0, 3780.0, 3800.0, 3777.0, 3778.0, 3734.0, 3755.0, 3785.0, 3754.0, 3754.0, 3742.0, 3744.0, 3775.0, 3745.0, 3765.0, 3756.0, 3755.0, 3745.0, 3757.0, 3757.0, 3759.0, 3758.0, 3772.0, 3773.0, 3793.0, 3775.0, 3819.0, 3785.0, 3817.0, 3827.0, 3793.0, 3795.0, 3825.0, 3814.0, 3791.0, 3746.0, 3745.0, 3785.0, 3742.0, 3742.0, 3784.0, 3744.0, 3766.0, 3755.0, 3746.0, 3776.0, 3745.0, 3744.0, 3744.0, 3745.0, 3785.0, 3757.0, 3769.0, 3758.0, 3760.0, 3771.0, 3775.0, 3803.0, 3762.0, 3782.0, 3759.0, 3760.0, 3803.0, 3769.0, 3760.0, 3801.0, 3769.0, 3772.0, 3799.0, 3767.0, 3778.0, 3744.0, 3746.0, 3766.0, 3760.0, 3789.0, 3758.0, 3761.0, 3801.0, 3781.0, 3769.0, 3747.0, 3748.0, 3800.0, 3757.0, 3759.0, 3799.0, 3769.0, 3769.0, 3799.0, 3767.0, 3767.0, 3754.0, 3745.0, 3765.0, 3743.0], 'WindowWidth': [8577.0, 8518.0, 8519.0, 8522.0, 8494.0, 8493.0, 8492.0, 8474.0, 8489.0, 8479.0, 8534.0, 8572.0, 8542.0, 8553.0, 8505.0, 8535.0, 8478.0, 8503.0, 8470.0, 8487.0, 8558.0, 8511.0, 8515.0, 8538.0, 8476.0, 8493.0, 8477.0, 8505.0, 8455.0, 8490.0, 8478.0, 8492.0, 8483.0, 8491.0, 8498.0, 8540.0, 8517.0, 8558.0, 8547.0, 8561.0, 8549.0, 8560.0, 8489.0, 8514.0, 8564.0, 8529.0, 8508.0, 8516.0, 8490.0, 8517.0, 8491.0, 8489.0, 8442.0, 8454.0, 8489.0, 8429.0, 8455.0, 8493.0, 8436.0, 8464.0, 8422.0, 8443.0, 8478.0, 8440.0, 8472.0, 8442.0, 8448.0, 8508.0, 8492.0, 8487.0, 8470.0, 8474.0, 8522.0, 8469.0, 8498.0, 8448.0, 8493.0, 8520.0, 8509.0, 8539.0, 8519.0, 8546.0, 8537.0, 8539.0, 8516.0, 8541.0, 8517.0, 8546.0, 8541.0, 8562.0, 8506.0, 8546.0, 8599.0, 8527.0, 8492.0, 8545.0, 8454.0, 8471.0, 8533.0, 8491.0, 8487.0, 8419.0, 8420.0, 8470.0, 8432.0, 8434.0, 8432.0, 8446.0, 8491.0, 8466.0, 8496.0, 8488.0, 8502.0, 8491.0, 8498.0, 8488.0, 8516.0, 8511.0, 8496.0, 8538.0, 8505.0, 8505.0, 8458.0, 8474.0, 8423.0, 8469.0, 8511.0, 8499.0, 8482.0, 8452.0, 8471.0, 8481.0, 8470.0, 8439.0, 8470.0, 8489.0, 8449.0, 8477.0, 8415.0, 8463.0, 8476.0, 8455.0, 8511.0, 8479.0, 8501.0, 8458.0, 8469.0, 8475.0, 8457.0, 8485.0, 8436.0, 8460.0, 8475.0, 8416.0, 8451.0, 8457.0, 8448.0, 8443.0, 8446.0, 8460.0, 8452.0, 8509.0, 8468.0, 8470.0, 8527.0, 8504.0, 8502.0, 8506.0, 8518.0, 8489.0, 8499.0, 8476.0, 8524.0, 8544.0, 8534.0, 8537.0, 8485.0, 8514.0, 8521.0, 8480.0, 8487.0, 8447.0, 8464.0, 8512.0, 8451.0, 8469.0, 8495.0, 8472.0, 8479.0, 8467.0, 8471.0, 8524.0, 8483.0, 8479.0, 8466.0, 8483.0, 8536.0, 8520.0, 8520.0, 8511.0, 8491.0, 8528.0, 8478.0, 8504.0, 8441.0, 8456.0, 8477.0, 8464.0, 8505.0, 8452.0, 8479.0, 8536.0, 8497.0, 8493.0, 8441.0, 8445.0, 8495.0, 8433.0, 8477.0, 8495.0, 8453.0, 8471.0, 8459.0, 8468.0, 8447.0, 8473.0, 8504.0, 8441.0, 8448.0, 8498.0, 8463.0, 8523.0, 8487.0, 8470.0, 8482.0, 8475.0, 8511.0, 8471.0, 8504.0, 8471.0, 8495.0, 8537.0, 8514.0, 8531.0, 8521.0, 8530.0, 8521.0, 8564.0, 8515.0, 8558.0, 8569.0, 8538.0, 8565.0, 8535.0, 8547.0, 8512.0, 8552.0, 8489.0, 8486.0, 8516.0, 8466.0, 8506.0, 8516.0, 8484.0, 8491.0, 8444.0, 8443.0, 8449.0, 8411.0, 8456.0, 8390.0, 8428.0, 8472.0, 8418.0, 8449.0, 8429.0, 8420.0, 8458.0, 8416.0, 8438.0, 8479.0, 8452.0, 8458.0, 8467.0, 8447.0, 8496.0, 8467.0, 8470.0, 8503.0, 8449.0, 8475.0, 8442.0, 8447.0, 8505.0, 8465.0, 8478.0, 8467.0, 8474.0, 8499.0, 8493.0, 8496.0, 8493.0, 8514.0, 8512.0, 8495.0, 8528.0, 8572.0, 8545.0, 8560.0, 8546.0, 8556.0, 8513.0, 8559.0, 8545.0, 8530.0, 8551.0, 8488.0, 8484.0, 8521.0, 8488.0, 8499.0, 8421.0, 8448.0, 8469.0, 8413.0, 8432.0, 8489.0, 8449.0, 8449.0, 8428.0, 8442.0, 8484.0, 8446.0, 8457.0, 8444.0, 8445.0, 8462.0, 8460.0, 8460.0, 8496.0, 8526.0, 8521.0, 8525.0, 8516.0, 8541.0, 8496.0, 8521.0, 8507.0, 8477.0, 8543.0, 8474.0, 8473.0, 8518.0, 8476.0, 8492.0, 8495.0, 8452.0, 8479.0, 8459.0, 8483.0, 8459.0, 8459.0, 8502.0, 8469.0, 8488.0, 8524.0, 8479.0, 8492.0, 8457.0, 8450.0, 8504.0, 8441.0, 8445.0, 8501.0, 8461.0, 8486.0, 8545.0, 8491.0, 8511.0, 8467.0, 8464.0, 8499.0, 8448.0, 8479.0, 8447.0, 8457.0, 8512.0, 8488.0, 8474.0, 8470.0, 8474.0, 8529.0, 8488.0, 8510.0, 8499.0, 8493.0, 8534.0, 8510.0, 8541.0, 8497.0, 8508.0, 8477.0, 8526.0, 8594.0, 8548.0, 8513.0, 8541.0, 8512.0, 8523.0, 8476.0, 8508.0, 8458.0, 8459.0, 8438.0, 8445.0, 8512.0, 8468.0, 8483.0, 8469.0, 8492.0, 8474.0, 8495.0, 8447.0, 8476.0, 8512.0, 8465.0, 8509.0, 8482.0, 8460.0, 8503.0, 8443.0, 8471.0, 8447.0, 8419.0, 8456.0, 8395.0, 8414.0, 8471.0, 8438.0, 8462.0, 8445.0, 8467.0, 8469.0, 8485.0, 8477.0, 8513.0, 8501.0, 8535.0, 8498.0, 8543.0, 8547.0, 8524.0, 8567.0, 8551.0, 8531.0, 8503.0, 8527.0, 8470.0, 8512.0, 8537.0, 8485.0, 8487.0, 8467.0, 8461.0, 8524.0, 8461.0, 8456.0, 8417.0, 8419.0, 8458.0, 8427.0, 8419.0, 8476.0, 8420.0, 8441.0, 8515.0, 8463.0, 8472.0, 8439.0, 8444.0, 8482.0, 8466.0, 8478.0, 8461.0, 8471.0, 8486.0, 8481.0, 8495.0, 8483.0, 8538.0, 8523.0, 8556.0, 8518.0, 8509.0, 8568.0, 8521.0, 8521.0, 8511.0, 8469.0, 8521.0, 8437.0, 8456.0, 8512.0, 8472.0, 8493.0, 8529.0, 8481.0, 8496.0, 8462.0, 8460.0, 8441.0, 8449.0, 8488.0, 8447.0, 8477.0, 8467.0, 8475.0, 8529.0, 8529.0, 8508.0, 8473.0, 8501.0, 8542.0, 8494.0, 8498.0, 8538.0, 8494.0, 8515.0, 8482.0, 8466.0, 8505.0, 8462.0, 8475.0, 8438.0, 8444.0, 8508.0, 8462.0, 8468.0, 8524.0, 8485.0, 8482.0, 8469.0, 8471.0, 8464.0, 8475.0, 8512.0, 8491.0, 8510.0, 8496.0, 8512.0, 8513.0, 8517.0, 8553.0, 8512.0, 8602.0, 8551.0, 8502.0, 8568.0, 8506.0, 8504.0, 8541.0, 8495.0, 8504.0, 8439.0, 8452.0, 8493.0, 8451.0, 8455.0, 8509.0, 8455.0, 8487.0, 8458.0, 8460.0, 8454.0, 8429.0, 8468.0, 8423.0, 8458.0, 8515.0, 8481.0, 8481.0, 8491.0, 8456.0, 8494.0, 8468.0, 8480.0, 8465.0, 8449.0, 8470.0, 8494.0, 8494.0, 8513.0, 8570.0, 8531.0, 8545.0, 8530.0, 8527.0, 8495.0, 8522.0, 8561.0, 8522.0, 8509.0, 8516.0, 8490.0, 8519.0, 8491.0, 8524.0, 8466.0, 8474.0, 8509.0, 8434.0, 8482.0, 8480.0, 8434.0, 8481.0, 8440.0, 8459.0, 8495.0, 8439.0, 8448.0, 8414.0, 8419.0, 8476.0, 8460.0, 8460.0, 8438.0, 8451.0, 8507.0, 8469.0, 8484.0, 8482.0, 8482.0, 8467.0, 8471.0, 8490.0, 8516.0, 8556.0, 8507.0, 8509.0, 8568.0, 8544.0, 8535.0, 8505.0, 8503.0, 8496.0, 8496.0, 8564.0, 8494.0, 8503.0, 8564.0, 8504.0, 8527.0, 8485.0, 8483.0, 8462.0, 8454.0, 8522.0, 8482.0, 8496.0, 8483.0, 8474.0, 8529.0, 8488.0, 8498.0, 8472.0, 8486.0, 8492.0, 8499.0, 8564.0, 8515.0, 8538.0, 8525.0, 8536.0, 8494.0, 8521.0, 8510.0, 8481.0, 8544.0, 8490.0, 8479.0, 8537.0, 8492.0, 8503.0, 8460.0, 8458.0, 8439.0, 8443.0, 8510.0, 8455.0, 8474.0, 8442.0, 8450.0, 8523.0, 8486.0, 8510.0, 8485.0, 8492.0, 8461.0, 8463.0, 8538.0, 8513.0, 8497.0, 8508.0, 8482.0, 8520.0, 8477.0, 8474.0, 8464.0, 8439.0, 8486.0, 8458.0, 8459.0, 8519.0, 8478.0, 8477.0, 8447.0, 8451.0, 8500.0, 8460.0, 8477.0, 8488.0, 8466.0, 8499.0, 8465.0, 8472.0, 8525.0, 8485.0, 8486.0, 8491.0, 8473.0, 8478.0, 8476.0, 8500.0, 8552.0, 8588.0, 8541.0, 8549.0, 8588.0, 8555.0, 8549.0, 8516.0, 8511.0, 8531.0, 8466.0, 8505.0, 8495.0, 8471.0, 8504.0, 8438.0, 8453.0, 8493.0, 8435.0, 8462.0, 8412.0, 8421.0, 8480.0, 8453.0, 8455.0, 8442.0, 8449.0, 8488.0, 8465.0, 8489.0, 8465.0, 8480.0, 8466.0, 8470.0, 8483.0, 8488.0, 8501.0, 8506.0, 8476.0, 8522.0, 8563.0, 8546.0, 8529.0, 8519.0, 8495.0, 8521.0, 8486.0, 8487.0, 8423.0, 8453.0, 8491.0, 8449.0, 8448.0, 8431.0, 8438.0, 8478.0, 8439.0, 8467.0, 8459.0, 8456.0, 8444.0, 8463.0, 8462.0, 8470.0, 8466.0, 8491.0, 8494.0, 8521.0, 8501.0, 8565.0, 8514.0, 8557.0, 8571.0, 8515.0, 8524.0, 8565.0, 8546.0, 8511.0, 8442.0, 8440.0, 8490.0, 8430.0, 8431.0, 8487.0, 8434.0, 8469.0, 8455.0, 8445.0, 8483.0, 8441.0, 8437.0, 8439.0, 8439.0, 8491.0, 8460.0, 8481.0, 8463.0, 8472.0, 8487.0, 8501.0, 8533.0, 8479.0, 8502.0, 8465.0, 8470.0, 8530.0, 8479.0, 8468.0, 8525.0, 8480.0, 8490.0, 8521.0, 8474.0, 8486.0, 8438.0, 8443.0, 8471.0, 8470.0, 8505.0, 8465.0, 8475.0, 8526.0, 8499.0, 8482.0, 8447.0, 8450.0, 8520.0, 8458.0, 8467.0, 8518.0, 8479.0, 8481.0, 8518.0, 8473.0, 8473.0, 8450.0, 8440.0, 8466.0, 8433.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.0027420986238532114</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.032433999426605506</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.358984481928815</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1951285398966716</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.018154469506314</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4451</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7191.9971</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.17123333108153221</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>211</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>24.19724770642202</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5031335927694696</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3857899431183354</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7639590250111725</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3596518101789012</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0180901</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014185650274157524</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02837475575506687</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>872</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.8148252608945965</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>25.9866</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>29.397</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>137.6856</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>38.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>309443.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>608.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>275.8006</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1385</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>468.2232</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3039.7545</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3248.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>67101.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>944.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3974.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>851.4088</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>35.57098802214023</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> |