=== 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-0117 --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-0117",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0117_ses-01_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-0117_ses-01_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-01_subject-0117_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-0117/figures/sub-0117_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0117/figures/sub-0117_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0117/figures/sub-0117_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0117_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-0117/figures/sub-0117_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0117/figures/sub-0117_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0117/figures/sub-0117_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0117_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-0117/figures/sub-0117_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0117/figures/sub-0117_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0117/figures/sub-0117_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0117_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-0117/figures/sub-0117_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0117/figures/sub-0117_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0117/figures/sub-0117_ses-01_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-01_subject-0117_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-0117/figures/sub-0117_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0117/figures/sub-0117_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0117/figures/sub-0117_ses-01_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-01_subject-0117_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-0117/figures/sub-0117_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0117/figures/sub-0117_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0117/figures/sub-0117_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0117_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-0117/figures/sub-0117_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0117/figures/sub-0117_ses-01_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-0117/figures/sub-0117_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0117/figures/sub-0117_ses-01_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-0117/ses-01/func/sub-0117_ses-01_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>5086e4046e63b6062f6b9f43716b847a</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>19:59:9.865000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999262, -0.030937, 0.0227707, 0.0310539, 0.999506, -0.0047972]</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.259</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.100479</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>[4217, -7724, -7259, 384, -147, 78, -21, 70]</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.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>263.911</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>b7cccab1-fa02-4f31-8d10-f90311e8b01d||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6809465885162354, 0.08331534266471863, 0.061049848794937134, 107.35619354248047], [0.0830017626285553, 2.6816020011901855, -0.01485210470855236, -100.31358337402344], [0.06109214946627617, 0.012870539911091328, 2.6992688179016113, -69.64543151855469], [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': ['195909.865000', '195910.325000', '195910.785000', '195911.245000', '195911.705000', '195912.165000', '195912.625000', '195913.085000', '195913.545000', '195914.005000', '195914.465000', '195914.925000', '195915.385000', '195915.845000', '195916.305000', '195916.765000', '195917.225000', '195917.685000', '195918.145000', '195918.605000', '195919.065000', '195919.525000', '195919.985000', '195920.445000', '195920.905000', '195921.365000', '195921.825000', '195922.285000', '195922.745000', '195923.205000', '195923.665000', '195924.125000', '195924.585000', '195925.045000', '195925.505000', '195925.965000', '195926.425000', '195926.885000', '195927.345000', '195927.805000', '195928.265000', '195928.725000', '195929.185000', '195929.645000', '195930.105000', '195930.565000', '195931.025000', '195931.485000', '195931.945000', '195932.405000', '195932.865000', '195933.325000', '195933.785000', '195934.245000', '195934.705000', '195935.165000', '195935.625000', '195936.085000', '195936.545000', '195937.005000', '195937.465000', '195937.925000', '195938.385000', '195938.845000', '195939.305000', '195939.765000', '195940.225000', '195940.685000', '195941.145000', '195941.605000', '195942.065000', '195942.525000', '195942.985000', '195943.445000', '195943.905000', '195944.365000', '195944.825000', '195945.285000', '195945.745000', '195946.205000', '195946.665000', '195947.125000', '195947.585000', '195948.045000', '195948.505000', '195948.965000', '195949.425000', '195949.885000', '195950.345000', '195950.805000', '195951.265000', '195951.725000', '195952.185000', '195952.645000', '195953.105000', '195953.565000', '195954.025000', '195954.485000', '195954.945000', '195955.405000', '195955.865000', '195956.325000', '195956.785000', '195957.245000', '195957.705000', '195958.165000', '195958.625000', '195959.085000', '195959.545000', '200000.005000', '200000.465000', '200000.925000', '200001.385000', '200001.845000', '200002.305000', '200002.765000', '200003.225000', '200003.685000', '200004.145000', '200004.605000', '200005.065000', '200005.525000', '200005.985000', '200006.445000', '200006.905000', '200007.365000', '200007.825000', '200008.285000', '200008.745000', '200009.205000', '200009.665000', '200010.125000', '200010.585000', '200011.045000', '200011.505000', '200011.965000', '200012.425000', '200012.885000', '200013.345000', '200013.805000', '200014.265000', '200014.725000', '200015.185000', '200015.645000', '200016.105000', '200016.565000', '200017.025000', '200017.485000', '200017.945000', '200018.405000', '200018.865000', '200019.325000', '200019.785000', '200020.245000', '200020.705000', '200021.165000', '200021.625000', '200022.085000', '200022.545000', '200023.005000', '200023.465000', '200023.925000', '200024.385000', '200024.845000', '200025.305000', '200025.765000', '200026.225000', '200026.685000', '200027.145000', '200027.605000', '200028.065000', '200028.525000', '200028.985000', '200029.445000', '200029.905000', '200030.365000', '200030.825000', '200031.285000', '200031.745000', '200032.205000', '200032.665000', '200033.125000', '200033.585000', '200034.045000', '200034.505000', '200034.965000', '200035.425000', '200035.885000', '200036.345000', '200036.805000', '200037.265000', '200037.725000', '200038.185000', '200038.645000', '200039.105000', '200039.565000', '200040.025000', '200040.485000', '200040.945000', '200041.405000', '200041.865000', '200042.325000', '200042.785000', '200043.245000', '200043.705000', '200044.165000', '200044.625000', '200045.085000', '200045.545000', '200046.005000', '200046.465000', '200046.925000', '200047.385000', '200047.845000', '200048.305000', '200048.765000', '200049.225000', '200049.685000', '200050.145000', '200050.605000', '200051.065000', '200051.525000', '200051.985000', '200052.445000', '200052.905000', '200053.365000', '200053.825000', '200054.285000', '200054.745000', '200055.205000', '200055.665000', '200056.125000', '200056.585000', '200057.045000', '200057.505000', '200057.965000', '200058.425000', '200058.885000', '200059.345000', '200059.805000', '200100.265000', '200100.725000', '200101.185000', '200101.645000', '200102.105000', '200102.565000', '200103.025000', '200103.485000', '200103.945000', '200104.405000', '200104.865000', '200105.325000', '200105.785000', '200106.245000', '200106.705000', '200107.165000', '200107.625000', '200108.085000', '200108.545000', '200109.005000', '200109.465000', '200109.925000', '200110.385000', '200110.845000', '200111.305000', '200111.765000', '200112.225000', '200112.685000', '200113.145000', '200113.605000', '200114.065000', '200114.525000', '200114.985000', '200115.445000', '200115.905000', '200116.365000', '200116.825000', '200117.285000', '200117.745000', '200118.205000', '200118.665000', '200119.125000', '200119.585000', '200120.045000', '200120.505000', '200120.965000', '200121.425000', '200121.885000', '200122.345000', '200122.805000', '200123.265000', '200123.725000', '200124.185000', '200124.645000', '200125.105000', '200125.565000', '200126.025000', '200126.485000', '200126.945000', '200127.405000', '200127.865000', '200128.325000', '200128.785000', '200129.245000', '200129.705000', '200130.165000', '200130.625000', '200131.085000', '200131.545000', '200132.005000', '200132.465000', '200132.925000', '200133.385000', '200133.845000', '200134.305000', '200134.765000', '200135.225000', '200135.685000', '200136.145000', '200136.605000', '200137.065000', '200137.525000', '200137.985000', '200138.445000', '200138.905000', '200139.365000', '200139.825000', '200140.285000', '200140.745000', '200141.205000', '200141.665000', '200142.125000', '200142.585000', '200143.045000', '200143.505000', '200143.965000', '200144.425000', '200144.885000', '200145.345000', '200145.805000', '200146.265000', '200146.725000', '200147.185000', '200147.645000', '200148.105000', '200148.565000', '200149.025000', '200149.485000', '200149.945000', '200150.405000', '200150.865000', '200151.325000', '200151.785000', '200152.245000', '200152.705000', '200153.165000', '200153.625000', '200154.085000', '200154.545000', '200155.005000', '200155.465000', '200155.925000', '200156.385000', '200156.845000', '200157.305000', '200157.765000', '200158.225000', '200158.685000', '200159.145000', '200159.605000', '200200.065000', '200200.525000', '200200.985000', '200201.445000', '200201.905000', '200202.365000', '200202.825000', '200203.285000', '200203.745000', '200204.205000', '200204.665000', '200205.125000', '200205.585000', '200206.045000', '200206.505000', '200206.965000', '200207.425000', '200207.885000', '200208.345000', '200208.805000', '200209.265000', '200209.725000', '200210.185000', '200210.645000', '200211.105000', '200211.565000', '200212.025000', '200212.485000', '200212.945000', '200213.405000', '200213.865000', '200214.325000', '200214.785000', '200215.245000', '200215.705000', '200216.165000', '200216.625000', '200217.085000', '200217.545000', '200218.005000', '200218.465000', '200218.925000', '200219.385000', '200219.845000', '200220.305000', '200220.765000', '200221.225000', '200221.685000', '200222.145000', '200222.605000', '200223.065000', '200223.525000', '200223.985000', '200224.445000', '200224.905000', '200225.365000', '200225.825000', '200226.285000', '200226.745000', '200227.205000', '200227.665000', '200228.125000', '200228.585000', '200229.045000', '200229.505000', '200229.965000', '200230.425000', '200230.885000', '200231.345000', '200231.805000', '200232.265000', '200232.725000', '200233.185000', '200233.645000', '200234.105000', '200234.565000', '200235.025000', '200235.485000', '200235.945000', '200236.405000', '200236.865000', '200237.325000', '200237.785000', '200238.245000', '200238.705000', '200239.165000', '200239.625000', '200240.085000', '200240.545000', '200241.005000', '200241.465000', '200241.925000', '200242.385000', '200242.845000', '200243.305000', '200243.765000', '200244.225000', '200244.685000', '200245.145000', '200245.605000', '200246.065000', '200246.525000', '200246.985000', '200247.445000', '200247.905000', '200248.365000', '200248.825000', '200249.285000', '200249.745000', '200250.205000', '200250.665000', '200251.125000', '200251.585000', '200252.045000', '200252.505000', '200252.965000', '200253.425000', '200253.885000', '200254.345000', '200254.805000', '200255.265000', '200255.725000', '200256.185000', '200256.645000', '200257.105000', '200257.565000', '200258.025000', '200258.485000', '200258.945000', '200259.405000', '200259.865000', '200300.325000', '200300.785000', '200301.245000', '200301.705000', '200302.165000', '200302.625000', '200303.085000', '200303.545000', '200304.005000', '200304.465000', '200304.925000', '200305.385000', '200305.845000', '200306.305000', '200306.765000', '200307.225000', '200307.685000', '200308.145000', '200308.605000', '200309.065000', '200309.525000', '200309.985000', '200310.445000', '200310.905000', '200311.365000', '200311.825000', '200312.285000', '200312.745000', '200313.205000', '200313.665000', '200314.125000', '200314.585000', '200315.045000', '200315.505000', '200315.965000', '200316.425000', '200316.885000', '200317.345000', '200317.805000', '200318.265000', '200318.725000', '200319.185000', '200319.645000', '200320.105000', '200320.565000', '200321.025000', '200321.485000', '200321.945000', '200322.405000', '200322.865000', '200323.325000', '200323.785000', '200324.245000', '200324.705000', '200325.165000', '200325.625000', '200326.085000', '200326.545000', '200327.005000', '200327.465000', '200327.925000', '200328.385000', '200328.845000', '200329.305000', '200329.765000', '200330.225000', '200330.685000', '200331.145000', '200331.605000', '200332.065000', '200332.525000', '200332.985000', '200333.445000', '200333.905000', '200334.365000', '200334.825000', '200335.285000', '200335.745000', '200336.205000', '200336.665000', '200337.125000', '200337.585000', '200338.045000', '200338.505000', '200338.965000', '200339.425000', '200339.885000', '200340.345000', '200340.805000', '200341.265000', '200341.725000', '200342.185000', '200342.645000', '200343.105000', '200343.565000', '200344.025000', '200344.485000', '200344.945000', '200345.405000', '200345.865000', '200346.325000', '200346.785000', '200347.245000', '200347.705000', '200348.165000', '200348.625000', '200349.085000', '200349.545000', '200350.005000', '200350.465000', '200350.925000', '200351.385000', '200351.845000', '200352.305000', '200352.765000', '200353.225000', '200353.685000', '200354.145000', '200354.605000', '200355.065000', '200355.525000', '200355.985000', '200356.445000', '200356.905000', '200357.365000', '200357.825000', '200358.285000', '200358.745000', '200359.205000', '200359.665000', '200400.125000', '200400.585000', '200401.045000', '200401.505000', '200401.965000', '200402.425000', '200402.885000', '200403.345000', '200403.805000', '200404.265000', '200404.725000', '200405.185000', '200405.645000', '200406.105000', '200406.565000', '200407.025000', '200407.485000', '200407.945000', '200408.405000', '200408.865000', '200409.325000', '200409.785000', '200410.245000', '200410.705000', '200411.165000', '200411.625000', '200412.085000', '200412.545000', '200413.005000', '200413.465000', '200413.925000', '200414.385000', '200414.845000', '200415.305000', '200415.765000', '200416.225000', '200416.685000', '200417.145000', '200417.605000', '200418.065000', '200418.525000', '200418.985000', '200419.445000', '200419.905000', '200420.365000', '200420.825000', '200421.285000', '200421.745000', '200422.205000', '200422.665000', '200423.125000', '200423.585000', '200424.045000', '200424.505000', '200424.965000', '200425.425000', '200425.885000', '200426.345000', '200426.805000', '200427.265000', '200427.725000', '200428.185000', '200428.645000', '200429.105000', '200429.565000', '200430.025000', '200430.485000', '200430.945000', '200431.405000', '200431.865000', '200432.325000', '200432.785000', '200433.245000', '200433.705000', '200434.165000', '200434.625000', '200435.085000', '200435.545000', '200436.005000', '200436.465000', '200436.925000', '200437.385000', '200437.845000', '200438.305000', '200438.765000', '200439.225000', '200439.685000', '200440.145000', '200440.605000', '200441.065000', '200441.525000', '200441.985000', '200442.445000', '200442.905000', '200443.365000', '200443.825000', '200444.285000', '200444.745000', '200445.205000', '200445.665000', '200446.125000', '200446.585000', '200447.045000', '200447.505000', '200447.965000', '200448.425000', '200448.885000', '200449.345000', '200449.805000', '200450.265000', '200450.725000', '200451.185000', '200451.645000', '200452.105000', '200452.565000', '200453.025000', '200453.485000', '200453.945000', '200454.405000', '200454.865000', '200455.325000', '200455.785000', '200456.245000', '200456.705000', '200457.165000', '200457.625000', '200458.085000', '200458.545000', '200459.005000', '200459.465000', '200459.925000', '200500.385000', '200500.845000', '200501.305000', '200501.765000', '200502.225000', '200502.685000', '200503.145000', '200503.605000', '200504.065000', '200504.525000', '200504.985000', '200505.445000', '200505.905000', '200506.365000', '200506.825000', '200507.285000', '200507.745000', '200508.205000', '200508.665000', '200509.125000', '200509.585000', '200510.045000', '200510.505000', '200510.965000', '200511.425000', '200511.885000', '200512.345000', '200512.805000', '200513.265000', '200513.725000', '200514.185000', '200514.645000', '200515.105000', '200515.565000', '200516.025000', '200516.485000', '200516.945000', '200517.405000', '200517.865000', '200518.325000', '200518.785000', '200519.245000', '200519.705000', '200520.165000', '200520.625000', '200521.085000', '200521.545000', '200522.005000', '200522.465000', '200522.925000', '200523.385000', '200523.845000', '200524.305000', '200524.765000', '200525.225000', '200525.685000', '200526.145000', '200526.605000', '200527.065000', '200527.525000', '200527.985000', '200528.445000', '200528.905000', '200529.365000', '200529.825000', '200530.285000', '200530.745000', '200531.205000', '200531.665000', '200532.125000', '200532.585000', '200533.045000', '200533.505000', '200533.965000', '200534.425000', '200534.885000', '200535.345000', '200535.805000', '200536.265000', '200536.725000', '200537.185000', '200537.645000', '200538.105000', '200538.565000', '200539.025000', '200539.485000', '200539.945000', '200540.405000', '200540.865000', '200541.325000', '200541.785000', '200542.245000', '200542.705000', '200543.165000', '200543.625000', '200544.085000', '200544.545000', '200545.005000', '200545.465000', '200545.925000', '200546.385000', '200546.845000', '200547.305000', '200547.765000', '200548.225000', '200548.685000', '200549.145000', '200549.605000', '200550.065000', '200550.525000'], 'ContentTime': ['195922.838000', '195922.841000', '195922.844000', '195922.846000', '195922.849000', '195922.851000', '195922.854000', '195922.856000', '195922.859000', '195922.862000', '195922.864000', '195922.867000', '195922.869000', '195922.872000', '195922.875000', '195922.877000', '195922.880000', '195922.882000', '195922.885000', '195922.887000', '195922.890000', '195922.893000', '195922.895000', '195922.898000', '195922.900000', '195922.903000', '195942.783000', '195942.787000', '195942.789000', '195942.796000', '195942.799000', '195942.801000', '195942.804000', '195942.807000', '195942.809000', '195942.812000', '195942.814000', '195942.817000', '195942.819000', '195942.822000', '195942.825000', '195942.827000', '195942.830000', '195942.832000', '195942.835000', '195942.838000', '195942.840000', '195942.843000', '195942.846000', '195942.848000', '195942.851000', '195942.853000', '195942.856000', '195942.859000', '195942.862000', '195942.879000', '195942.887000', '195942.890000', '195942.892000', '195942.895000', '195942.898000', '195942.900000', '195942.903000', '195942.905000', '195942.908000', '195942.910000', '195942.913000', '195942.916000', '195942.919000', '200002.783000', '200002.786000', '200002.789000', '200002.791000', '200002.794000', '200002.796000', '200002.799000', '200002.802000', '200002.804000', '200002.807000', '200002.809000', '200002.812000', '200002.814000', '200002.817000', '200002.819000', '200002.822000', '200002.825000', '200002.827000', '200002.830000', '200002.832000', '200002.835000', '200002.837000', '200002.840000', '200002.843000', '200002.845000', '200002.848000', '200002.850000', '200002.853000', '200002.855000', '200002.858000', '200002.870000', '200002.873000', '200002.875000', '200002.878000', '200002.880000', '200002.883000', '200002.886000', '200002.888000', '200002.891000', '200002.893000', '200002.896000', '200002.898000', '200002.901000', '200002.904000', '200022.784000', '200022.787000', '200022.790000', '200022.792000', '200022.795000', '200022.798000', '200022.800000', '200022.803000', '200022.805000', '200022.808000', '200022.811000', '200022.813000', '200022.816000', '200022.819000', '200022.821000', '200022.824000', '200022.826000', '200022.829000', '200022.831000', '200022.834000', '200022.836000', '200022.839000', '200022.842000', '200022.844000', '200022.847000', '200022.849000', '200022.852000', '200022.855000', '200022.857000', '200022.860000', '200022.862000', '200022.865000', '200022.867000', '200022.870000', '200022.873000', '200022.875000', '200022.878000', '200022.880000', '200022.883000', '200022.885000', '200022.888000', '200022.891000', '200022.893000', '200042.785000', '200042.787000', '200042.790000', '200042.794000', '200042.796000', '200042.799000', '200042.801000', '200042.804000', '200042.807000', '200042.809000', '200042.812000', '200042.814000', '200042.817000', '200042.820000', '200042.822000', '200042.825000', '200042.827000', '200042.830000', '200042.832000', '200042.835000', '200042.838000', '200042.840000', '200042.843000', '200042.846000', '200042.848000', '200042.851000', '200042.854000', '200042.856000', '200042.859000', '200042.862000', '200042.864000', '200042.867000', '200042.869000', '200042.872000', '200042.874000', '200042.877000', '200042.879000', '200042.882000', '200042.885000', '200042.887000', '200042.890000', '200042.892000', '200042.895000', '200042.897000', '200102.783000', '200102.786000', '200102.789000', '200102.791000', '200102.794000', '200102.796000', '200102.799000', '200102.801000', '200102.804000', '200102.807000', '200102.809000', '200102.812000', '200102.815000', '200102.817000', '200102.820000', '200102.822000', '200102.825000', '200102.827000', '200102.830000', '200102.832000', '200102.835000', '200102.838000', '200102.840000', '200102.843000', '200102.845000', '200102.848000', '200102.850000', '200102.853000', '200102.855000', '200102.858000', '200102.861000', '200102.863000', '200102.866000', '200102.868000', '200102.871000', '200102.873000', '200102.876000', '200102.878000', '200102.881000', '200102.884000', '200102.886000', '200102.889000', '200102.891000', '200122.783000', '200122.786000', '200122.789000', '200122.791000', '200122.794000', '200122.797000', '200122.800000', '200122.803000', '200122.805000', '200122.808000', '200122.811000', '200122.813000', '200122.816000', '200122.819000', '200122.821000', '200122.824000', '200122.826000', '200122.829000', '200122.832000', '200122.834000', '200122.837000', '200122.839000', '200122.842000', '200122.844000', '200122.847000', '200122.860000', '200122.863000', '200122.865000', '200122.868000', '200122.870000', '200122.873000', '200122.875000', '200122.878000', '200122.881000', '200122.883000', '200122.886000', '200122.888000', '200122.891000', '200122.893000', '200122.896000', '200122.899000', '200122.901000', '200122.904000', '200142.783000', '200142.786000', '200142.789000', '200142.791000', '200142.794000', '200142.797000', '200142.799000', '200142.802000', '200142.804000', '200142.807000', '200142.809000', '200142.812000', '200142.815000', '200142.817000', '200142.820000', '200142.822000', '200142.825000', '200142.827000', '200142.830000', '200142.832000', '200142.835000', '200142.838000', '200142.840000', '200142.843000', '200142.845000', '200142.848000', '200142.851000', '200142.853000', '200142.856000', '200142.858000', '200142.861000', '200142.863000', '200142.866000', '200142.869000', '200142.871000', '200142.874000', '200142.876000', '200142.879000', '200142.881000', '200142.884000', '200142.887000', '200142.889000', '200142.892000', '200142.894000', '200202.784000', '200202.786000', '200202.789000', '200202.792000', '200202.794000', '200202.797000', '200202.799000', '200202.802000', '200202.805000', '200202.807000', '200202.810000', '200202.812000', '200202.815000', '200202.818000', '200202.820000', '200202.823000', '200202.826000', '200202.828000', '200202.832000', '200202.835000', '200202.838000', '200202.840000', '200202.843000', '200202.846000', '200202.848000', '200202.851000', '200202.853000', '200202.856000', '200202.859000', '200202.861000', '200202.864000', '200202.866000', '200202.869000', '200202.872000', '200202.874000', '200202.877000', '200202.879000', '200202.882000', '200202.885000', '200202.888000', '200202.890000', '200202.893000', '200202.895000', '200222.783000', '200222.786000', '200222.789000', '200222.791000', '200222.794000', '200222.797000', '200222.799000', '200222.802000', '200222.804000', '200222.807000', '200222.810000', '200222.812000', '200222.815000', '200222.817000', '200222.820000', '200222.823000', '200222.825000', '200222.828000', '200222.830000', '200222.833000', '200222.835000', '200222.838000', '200222.840000', '200222.843000', '200222.846000', '200222.848000', '200222.851000', '200222.854000', '200222.856000', '200222.859000', '200222.862000', '200222.864000', '200222.867000', '200222.869000', '200222.872000', '200222.874000', '200222.877000', '200222.880000', '200222.882000', '200222.885000', '200222.888000', '200222.890000', '200222.893000', '200222.895000', '200242.785000', '200242.787000', '200242.790000', '200242.793000', '200242.795000', '200242.798000', '200242.800000', '200242.803000', '200242.806000', '200242.808000', '200242.811000', '200242.813000', '200242.816000', '200242.818000', '200242.821000', '200242.823000', '200242.826000', '200242.829000', '200242.831000', '200242.834000', '200242.836000', '200242.839000', '200242.842000', '200242.844000', '200242.847000', '200242.849000', '200242.852000', '200242.854000', '200242.857000', '200242.860000', '200242.862000', '200242.865000', '200242.867000', '200242.870000', '200242.872000', '200242.875000', '200242.878000', '200242.880000', '200242.883000', '200242.885000', '200242.888000', '200242.891000', '200242.893000', '200242.896000', '200302.784000', '200302.787000', '200302.790000', '200302.792000', '200302.795000', '200302.798000', '200302.800000', '200302.803000', '200302.806000', '200302.808000', '200302.811000', '200302.813000', '200302.816000', '200302.818000', '200302.821000', '200302.824000', '200302.826000', '200302.829000', '200302.832000', '200302.834000', '200302.857000', '200302.860000', '200302.862000', '200302.865000', '200302.868000', '200302.870000', '200302.873000', '200302.875000', '200302.878000', '200302.881000', '200302.883000', '200302.886000', '200302.888000', '200302.891000', '200302.893000', '200302.896000', '200302.899000', '200302.901000', '200302.904000', '200302.906000', '200302.909000', '200302.911000', '200302.914000', '200322.784000', '200322.786000', '200322.789000', '200322.792000', '200322.794000', '200322.797000', '200322.800000', '200322.802000', '200322.805000', '200322.808000', '200322.810000', '200322.813000', '200322.815000', '200322.818000', '200322.821000', '200322.823000', '200322.826000', '200322.828000', '200322.831000', '200322.834000', '200322.836000', '200322.839000', '200322.841000', '200322.844000', '200322.847000', '200322.849000', '200322.852000', '200322.854000', '200322.857000', '200322.860000', '200322.862000', '200322.865000', '200322.867000', '200322.871000', '200322.874000', '200322.877000', '200322.880000', '200322.883000', '200322.885000', '200322.888000', '200322.891000', '200322.893000', '200322.896000', '200342.784000', '200342.786000', '200342.789000', '200342.792000', '200342.794000', '200342.797000', '200342.799000', '200342.802000', '200342.805000', '200342.807000', '200342.810000', '200342.812000', '200342.815000', '200342.817000', '200342.820000', '200342.822000', '200342.825000', '200342.828000', '200342.830000', '200342.833000', '200342.835000', '200342.838000', '200342.841000', '200342.843000', '200342.846000', '200342.848000', '200342.851000', '200342.853000', '200342.856000', '200342.859000', '200342.861000', '200342.864000', '200342.866000', '200342.869000', '200342.871000', '200342.874000', '200342.877000', '200342.879000', '200342.882000', '200342.884000', '200342.887000', '200342.890000', '200342.892000', '200342.895000', '200402.783000', '200402.786000', '200402.789000', '200402.792000', '200402.794000', '200402.797000', '200402.799000', '200402.802000', '200402.805000', '200402.807000', '200402.810000', '200402.812000', '200402.815000', '200402.817000', '200402.820000', '200402.822000', '200402.825000', '200402.828000', '200402.830000', '200402.833000', '200402.835000', '200402.838000', '200402.841000', '200402.843000', '200402.846000', '200402.848000', '200402.851000', '200402.853000', '200402.856000', '200402.859000', '200402.861000', '200402.864000', '200402.866000', '200402.869000', '200402.872000', '200402.874000', '200402.877000', '200402.879000', '200402.883000', '200402.886000', '200402.889000', '200402.891000', '200402.894000', '200422.784000', '200422.787000', '200422.789000', '200422.792000', '200422.794000', '200422.797000', '200422.800000', '200422.802000', '200422.805000', '200422.808000', '200422.810000', '200422.813000', '200422.815000', '200422.818000', '200422.820000', '200422.823000', '200422.826000', '200422.828000', '200422.831000', '200422.834000', '200422.836000', '200422.839000', '200422.841000', '200422.844000', '200422.846000', '200422.849000', '200422.852000', '200422.854000', '200422.857000', '200422.859000', '200422.862000', '200422.864000', '200422.867000', '200422.870000', '200422.872000', '200422.875000', '200422.878000', '200422.880000', '200422.883000', '200422.885000', '200422.888000', '200422.891000', '200422.893000', '200422.896000', '200442.783000', '200442.786000', '200442.789000', '200442.792000', '200442.794000', '200442.797000', '200442.799000', '200442.802000', '200442.805000', '200442.807000', '200442.810000', '200442.812000', '200442.815000', '200442.817000', '200442.820000', '200442.823000', '200442.825000', '200442.828000', '200442.831000', '200442.833000', '200442.836000', '200442.838000', '200442.841000', '200442.843000', '200442.846000', '200442.849000', '200442.851000', '200442.854000', '200442.856000', '200442.859000', '200442.861000', '200442.864000', '200442.867000', '200442.869000', '200442.872000', '200442.874000', '200442.877000', '200442.880000', '200442.882000', '200442.885000', '200442.887000', '200442.890000', '200442.892000', '200502.784000', '200502.787000', '200502.790000', '200502.792000', '200502.795000', '200502.798000', '200502.800000', '200502.803000', '200502.805000', '200502.808000', '200502.811000', '200502.813000', '200502.816000', '200502.818000', '200502.821000', '200502.824000', '200502.826000', '200502.829000', '200502.831000', '200502.834000', '200502.836000', '200502.839000', '200502.842000', '200502.844000', '200502.847000', '200502.849000', '200502.852000', '200502.854000', '200502.857000', '200502.860000', '200502.862000', '200502.865000', '200502.867000', '200502.870000', '200502.873000', '200502.875000', '200502.878000', '200502.880000', '200502.883000', '200502.886000', '200502.888000', '200502.891000', '200502.893000', '200502.896000', '200522.784000', '200522.787000', '200522.790000', '200522.792000', '200522.795000', '200522.798000', '200522.800000', '200522.803000', '200522.806000', '200522.808000', '200522.811000', '200522.813000', '200522.816000', '200522.818000', '200522.821000', '200522.824000', '200522.826000', '200522.829000', '200522.832000', '200522.834000', '200522.837000', '200522.839000', '200522.842000', '200522.846000', '200522.849000', '200522.851000', '200522.854000', '200522.856000', '200522.859000', '200522.861000', '200522.864000', '200522.867000', '200522.869000', '200522.872000', '200522.874000', '200522.877000', '200522.880000', '200522.882000', '200522.885000', '200522.887000', '200522.890000', '200522.892000', '200522.895000', '200542.783000', '200542.786000', '200542.789000', '200542.792000', '200542.794000', '200542.797000', '200542.800000', '200542.802000', '200542.805000', '200542.807000', '200542.810000', '200542.812000', '200542.815000', '200542.818000', '200542.820000', '200542.823000', '200542.825000', '200542.828000', '200542.831000', '200542.833000', '200542.836000', '200542.838000', '200542.841000', '200542.844000', '200542.846000', '200542.849000', '200542.851000', '200542.854000', '200542.856000', '200542.859000', '200542.862000', '200542.864000', '200542.867000', '200542.869000', '200542.872000', '200542.874000', '200542.877000', '200542.880000', '200542.882000', '200542.885000', '200542.887000', '200542.890000', '200542.893000', '200542.895000', '200551.844000', '200551.847000', '200551.850000', '200551.853000', '200551.856000', '200551.858000', '200551.861000', '200551.864000', '200551.867000', '200551.870000', '200551.873000', '200551.875000', '200551.878000', '200551.900000', '200551.904000', '200551.908000', '200551.912000', '200551.915000', '200551.919000', '200551.921000'], 'InstanceCreationTime': ['195922.838000', '195922.841000', '195922.844000', '195922.846000', '195922.849000', '195922.851000', '195922.854000', '195922.856000', '195922.859000', '195922.862000', '195922.864000', '195922.867000', '195922.869000', '195922.872000', '195922.875000', '195922.877000', '195922.880000', '195922.882000', '195922.885000', '195922.887000', '195922.890000', '195922.893000', '195922.895000', '195922.898000', '195922.900000', '195922.903000', '195942.783000', '195942.787000', '195942.789000', '195942.796000', '195942.799000', '195942.801000', '195942.804000', '195942.807000', '195942.809000', '195942.812000', '195942.814000', '195942.817000', '195942.819000', '195942.822000', '195942.825000', '195942.827000', '195942.830000', '195942.832000', '195942.835000', '195942.838000', '195942.840000', '195942.843000', '195942.846000', '195942.848000', '195942.851000', '195942.853000', '195942.856000', '195942.859000', '195942.862000', '195942.879000', '195942.887000', '195942.890000', '195942.892000', '195942.895000', '195942.898000', '195942.900000', '195942.903000', '195942.905000', '195942.908000', '195942.910000', '195942.913000', '195942.916000', '195942.919000', '200002.783000', '200002.786000', '200002.789000', '200002.791000', '200002.794000', '200002.796000', '200002.799000', '200002.802000', '200002.804000', '200002.807000', '200002.809000', '200002.812000', '200002.814000', '200002.817000', '200002.819000', '200002.822000', '200002.825000', '200002.827000', '200002.830000', '200002.832000', '200002.835000', '200002.837000', '200002.840000', '200002.843000', '200002.845000', '200002.848000', '200002.850000', '200002.853000', '200002.855000', '200002.858000', '200002.870000', '200002.873000', '200002.875000', '200002.878000', '200002.880000', '200002.883000', '200002.886000', '200002.888000', '200002.891000', '200002.893000', '200002.896000', '200002.898000', '200002.901000', '200002.904000', '200022.784000', '200022.787000', '200022.790000', '200022.792000', '200022.795000', '200022.798000', '200022.800000', '200022.803000', '200022.805000', '200022.808000', '200022.811000', '200022.813000', '200022.816000', '200022.819000', '200022.821000', '200022.824000', '200022.826000', '200022.829000', '200022.831000', '200022.834000', '200022.836000', '200022.839000', '200022.842000', '200022.844000', '200022.847000', '200022.849000', '200022.852000', '200022.855000', '200022.857000', '200022.860000', '200022.862000', '200022.865000', '200022.867000', '200022.870000', '200022.873000', '200022.875000', '200022.878000', '200022.880000', '200022.883000', '200022.885000', '200022.888000', '200022.891000', '200022.893000', '200042.785000', '200042.787000', '200042.790000', '200042.794000', '200042.796000', '200042.799000', '200042.801000', '200042.804000', '200042.807000', '200042.809000', '200042.812000', '200042.814000', '200042.817000', '200042.820000', '200042.822000', '200042.825000', '200042.827000', '200042.830000', '200042.832000', '200042.835000', '200042.838000', '200042.840000', '200042.843000', '200042.846000', '200042.848000', '200042.851000', '200042.854000', '200042.856000', '200042.859000', '200042.862000', '200042.864000', '200042.867000', '200042.869000', '200042.872000', '200042.874000', '200042.877000', '200042.879000', '200042.882000', '200042.885000', '200042.887000', '200042.890000', '200042.892000', '200042.895000', '200042.897000', '200102.783000', '200102.786000', '200102.789000', '200102.791000', '200102.794000', '200102.796000', '200102.799000', '200102.801000', '200102.804000', '200102.807000', '200102.809000', '200102.812000', '200102.815000', '200102.817000', '200102.820000', '200102.822000', '200102.825000', '200102.827000', '200102.830000', '200102.832000', '200102.835000', '200102.838000', '200102.840000', '200102.843000', '200102.845000', '200102.848000', '200102.850000', '200102.853000', '200102.855000', '200102.858000', '200102.861000', '200102.863000', '200102.866000', '200102.868000', '200102.871000', '200102.873000', '200102.876000', '200102.878000', '200102.881000', '200102.884000', '200102.886000', '200102.889000', '200102.891000', '200122.783000', '200122.786000', '200122.789000', '200122.791000', '200122.794000', '200122.797000', '200122.800000', '200122.803000', '200122.805000', '200122.808000', '200122.811000', '200122.813000', '200122.816000', '200122.819000', '200122.821000', '200122.824000', '200122.826000', '200122.829000', '200122.832000', '200122.834000', '200122.837000', '200122.839000', '200122.842000', '200122.844000', '200122.847000', '200122.860000', '200122.863000', '200122.865000', '200122.868000', '200122.870000', '200122.873000', '200122.875000', '200122.878000', '200122.881000', '200122.883000', '200122.886000', '200122.888000', '200122.891000', '200122.893000', '200122.896000', '200122.899000', '200122.901000', '200122.904000', '200142.783000', '200142.786000', '200142.789000', '200142.791000', '200142.794000', '200142.797000', '200142.799000', '200142.802000', '200142.804000', '200142.807000', '200142.809000', '200142.812000', '200142.815000', '200142.817000', '200142.820000', '200142.822000', '200142.825000', '200142.827000', '200142.830000', '200142.832000', '200142.835000', '200142.838000', '200142.840000', '200142.843000', '200142.845000', '200142.848000', '200142.851000', '200142.853000', '200142.856000', '200142.858000', '200142.861000', '200142.863000', '200142.866000', '200142.869000', '200142.871000', '200142.874000', '200142.876000', '200142.879000', '200142.881000', '200142.884000', '200142.887000', '200142.889000', '200142.892000', '200142.894000', '200202.784000', '200202.786000', '200202.789000', '200202.792000', '200202.794000', '200202.797000', '200202.799000', '200202.802000', '200202.805000', '200202.807000', '200202.810000', '200202.812000', '200202.815000', '200202.818000', '200202.820000', '200202.823000', '200202.826000', '200202.828000', '200202.832000', '200202.835000', '200202.838000', '200202.840000', '200202.843000', '200202.846000', '200202.848000', '200202.851000', '200202.853000', '200202.856000', '200202.859000', '200202.861000', '200202.864000', '200202.866000', '200202.869000', '200202.872000', '200202.874000', '200202.877000', '200202.879000', '200202.882000', '200202.885000', '200202.888000', '200202.890000', '200202.893000', '200202.895000', '200222.783000', '200222.786000', '200222.789000', '200222.791000', '200222.794000', '200222.797000', '200222.799000', '200222.802000', '200222.804000', '200222.807000', '200222.810000', '200222.812000', '200222.815000', '200222.817000', '200222.820000', '200222.823000', '200222.825000', '200222.828000', '200222.830000', '200222.833000', '200222.835000', '200222.838000', '200222.840000', '200222.843000', '200222.846000', '200222.848000', '200222.851000', '200222.854000', '200222.856000', '200222.859000', '200222.862000', '200222.864000', '200222.867000', '200222.869000', '200222.872000', '200222.874000', '200222.877000', '200222.880000', '200222.882000', '200222.885000', '200222.888000', '200222.890000', '200222.893000', '200222.895000', '200242.785000', '200242.787000', '200242.790000', '200242.793000', '200242.795000', '200242.798000', '200242.800000', '200242.803000', '200242.806000', '200242.808000', '200242.811000', '200242.813000', '200242.816000', '200242.818000', '200242.821000', '200242.823000', '200242.826000', '200242.829000', '200242.831000', '200242.834000', '200242.836000', '200242.839000', '200242.842000', '200242.844000', '200242.847000', '200242.849000', '200242.852000', '200242.854000', '200242.857000', '200242.860000', '200242.862000', '200242.865000', '200242.867000', '200242.870000', '200242.872000', '200242.875000', '200242.878000', '200242.880000', '200242.883000', '200242.885000', '200242.888000', '200242.891000', '200242.893000', '200242.896000', '200302.784000', '200302.787000', '200302.790000', '200302.792000', '200302.795000', '200302.798000', '200302.800000', '200302.803000', '200302.806000', '200302.808000', '200302.811000', '200302.813000', '200302.816000', '200302.818000', '200302.821000', '200302.824000', '200302.826000', '200302.829000', '200302.832000', '200302.834000', '200302.857000', '200302.860000', '200302.862000', '200302.865000', '200302.868000', '200302.870000', '200302.873000', '200302.875000', '200302.878000', '200302.881000', '200302.883000', '200302.886000', '200302.888000', '200302.891000', '200302.893000', '200302.896000', '200302.899000', '200302.901000', '200302.904000', '200302.906000', '200302.909000', '200302.911000', '200302.914000', '200322.784000', '200322.786000', '200322.789000', '200322.792000', '200322.794000', '200322.797000', '200322.800000', '200322.802000', '200322.805000', '200322.808000', '200322.810000', '200322.813000', '200322.815000', '200322.818000', '200322.821000', '200322.823000', '200322.826000', '200322.828000', '200322.831000', '200322.834000', '200322.836000', '200322.839000', '200322.841000', '200322.844000', '200322.847000', '200322.849000', '200322.852000', '200322.854000', '200322.857000', '200322.860000', '200322.862000', '200322.865000', '200322.867000', '200322.871000', '200322.874000', '200322.877000', '200322.880000', '200322.883000', '200322.885000', '200322.888000', '200322.891000', '200322.893000', '200322.896000', '200342.784000', '200342.786000', '200342.789000', '200342.792000', '200342.794000', '200342.797000', '200342.799000', '200342.802000', '200342.805000', '200342.807000', '200342.810000', '200342.812000', '200342.815000', '200342.817000', '200342.820000', '200342.822000', '200342.825000', '200342.828000', '200342.830000', '200342.833000', '200342.835000', '200342.838000', '200342.841000', '200342.843000', '200342.846000', '200342.848000', '200342.851000', '200342.853000', '200342.856000', '200342.859000', '200342.861000', '200342.864000', '200342.866000', '200342.869000', '200342.871000', '200342.874000', '200342.877000', '200342.879000', '200342.882000', '200342.884000', '200342.887000', '200342.890000', '200342.892000', '200342.895000', '200402.783000', '200402.786000', '200402.789000', '200402.792000', '200402.794000', '200402.797000', '200402.799000', '200402.802000', '200402.805000', '200402.807000', '200402.810000', '200402.812000', '200402.815000', '200402.817000', '200402.820000', '200402.822000', '200402.825000', '200402.828000', '200402.830000', '200402.833000', '200402.835000', '200402.838000', '200402.841000', '200402.843000', '200402.846000', '200402.848000', '200402.851000', '200402.853000', '200402.856000', '200402.859000', '200402.861000', '200402.864000', '200402.866000', '200402.869000', '200402.872000', '200402.874000', '200402.877000', '200402.879000', '200402.883000', '200402.886000', '200402.889000', '200402.891000', '200402.894000', '200422.784000', '200422.787000', '200422.789000', '200422.792000', '200422.794000', '200422.797000', '200422.800000', '200422.802000', '200422.805000', '200422.808000', '200422.810000', '200422.813000', '200422.815000', '200422.818000', '200422.820000', '200422.823000', '200422.826000', '200422.828000', '200422.831000', '200422.834000', '200422.836000', '200422.839000', '200422.841000', '200422.844000', '200422.846000', '200422.849000', '200422.852000', '200422.854000', '200422.857000', '200422.859000', '200422.862000', '200422.864000', '200422.867000', '200422.870000', '200422.872000', '200422.875000', '200422.878000', '200422.880000', '200422.883000', '200422.885000', '200422.888000', '200422.891000', '200422.893000', '200422.896000', '200442.783000', '200442.786000', '200442.789000', '200442.792000', '200442.794000', '200442.797000', '200442.799000', '200442.802000', '200442.805000', '200442.807000', '200442.810000', '200442.812000', '200442.815000', '200442.817000', '200442.820000', '200442.823000', '200442.825000', '200442.828000', '200442.831000', '200442.833000', '200442.836000', '200442.838000', '200442.841000', '200442.843000', '200442.846000', '200442.849000', '200442.851000', '200442.854000', '200442.856000', '200442.859000', '200442.861000', '200442.864000', '200442.867000', '200442.869000', '200442.872000', '200442.874000', '200442.877000', '200442.880000', '200442.882000', '200442.885000', '200442.887000', '200442.890000', '200442.892000', '200502.784000', '200502.787000', '200502.790000', '200502.792000', '200502.795000', '200502.798000', '200502.800000', '200502.803000', '200502.805000', '200502.808000', '200502.811000', '200502.813000', '200502.816000', '200502.818000', '200502.821000', '200502.824000', '200502.826000', '200502.829000', '200502.831000', '200502.834000', '200502.836000', '200502.839000', '200502.842000', '200502.844000', '200502.847000', '200502.849000', '200502.852000', '200502.854000', '200502.857000', '200502.860000', '200502.862000', '200502.865000', '200502.867000', '200502.870000', '200502.873000', '200502.875000', '200502.878000', '200502.880000', '200502.883000', '200502.886000', '200502.888000', '200502.891000', '200502.893000', '200502.896000', '200522.784000', '200522.787000', '200522.790000', '200522.792000', '200522.795000', '200522.798000', '200522.800000', '200522.803000', '200522.806000', '200522.808000', '200522.811000', '200522.813000', '200522.816000', '200522.818000', '200522.821000', '200522.824000', '200522.826000', '200522.829000', '200522.832000', '200522.834000', '200522.837000', '200522.839000', '200522.842000', '200522.846000', '200522.849000', '200522.851000', '200522.854000', '200522.856000', '200522.859000', '200522.861000', '200522.864000', '200522.867000', '200522.869000', '200522.872000', '200522.874000', '200522.877000', '200522.880000', '200522.882000', '200522.885000', '200522.887000', '200522.890000', '200522.892000', '200522.895000', '200542.783000', '200542.786000', '200542.789000', '200542.792000', '200542.794000', '200542.797000', '200542.800000', '200542.802000', '200542.805000', '200542.807000', '200542.810000', '200542.812000', '200542.815000', '200542.818000', '200542.820000', '200542.823000', '200542.825000', '200542.828000', '200542.831000', '200542.833000', '200542.836000', '200542.838000', '200542.841000', '200542.844000', '200542.846000', '200542.849000', '200542.851000', '200542.854000', '200542.856000', '200542.859000', '200542.862000', '200542.864000', '200542.867000', '200542.869000', '200542.872000', '200542.874000', '200542.877000', '200542.880000', '200542.882000', '200542.885000', '200542.887000', '200542.890000', '200542.893000', '200542.895000', '200551.844000', '200551.847000', '200551.850000', '200551.853000', '200551.856000', '200551.858000', '200551.861000', '200551.864000', '200551.867000', '200551.870000', '200551.873000', '200551.875000', '200551.878000', '200551.900000', '200551.904000', '200551.908000', '200551.912000', '200551.915000', '200551.919000', '200551.921000'], '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': [13086, 8874, 11188, 9361, 10535, 15753, 10437, 12311, 8457, 10975, 9968, 9868, 15218, 9400, 13115, 8808, 11067, 14146, 10447, 14136, 9138, 13203, 9272, 10476, 15190, 9586, 12447, 9663, 12047, 16458, 10622, 12392, 9216, 11230, 11399, 10332, 13644, 9460, 11355, 8462, 10897, 14872, 9842, 12022, 8580, 10687, 9968, 9505, 14629, 9483, 11999, 8278, 10729, 14376, 9799, 14236, 9379, 12507, 8414, 10702, 15331, 10027, 13005, 8888, 13116, 11208, 10925, 15788, 9591, 12591, 12402, 11643, 18931, 10720, 13120, 8817, 11578, 15595, 10726, 13518, 9139, 11552, 9022, 10980, 15266, 9665, 11867, 9687, 11410, 13082, 11027, 13966, 8875, 12734, 13481, 11732, 14256, 10578, 12409, 9262, 11593, 15933, 11619, 13025, 9561, 11351, 8909, 10517, 15667, 10691, 12079, 8487, 10274, 8231, 12779, 16382, 12513, 13473, 11090, 12447, 10414, 10140, 10359, 14371, 9325, 13754, 9485, 11807, 18102, 10926, 13083, 9182, 13113, 12476, 12623, 14985, 10701, 12913, 9300, 12990, 13867, 11108, 12485, 9768, 12117, 9021, 10881, 14640, 9757, 12411, 8886, 11549, 8623, 10584, 14686, 9168, 12814, 9125, 12228, 8389, 10296, 14975, 9487, 13518, 9691, 13333, 16810, 10659, 14018, 8974, 12685, 12653, 11878, 13715, 10617, 12602, 9471, 12364, 14441, 11358, 12747, 9811, 12722, 9106, 11994, 15430, 10244, 13414, 9170, 11888, 8834, 10787, 15083, 9798, 13340, 8960, 12905, 9039, 10656, 15181, 9310, 12637, 9292, 13246, 8737, 10529, 15148, 9560, 12799, 9402, 12426, 16437, 11984, 13152, 9031, 11108, 15068, 10429, 13342, 9177, 11878, 8730, 10615, 15138, 9443, 12389, 9240, 12387, 10769, 10703, 14067, 9294, 12643, 9875, 11564, 14535, 10908, 14065, 9918, 13171, 11706, 11176, 15193, 10915, 12718, 9354, 11359, 13209, 10921, 14192, 9128, 11568, 9045, 10733, 13460, 10587, 13776, 9196, 12630, 9402, 10791, 15194, 9037, 12352, 9249, 11232, 12934, 10664, 12292, 8872, 12603, 12947, 10327, 11539, 9490, 12040, 9379, 11838, 13152, 10488, 13179, 9797, 13079, 8951, 12340, 13865, 10666, 13958, 10103, 12257, 8933, 11194, 13698, 10420, 13604, 9276, 11675, 9120, 10753, 15027, 10077, 12820, 9422, 12609, 9198, 10144, 14880, 9406, 12967, 10012, 12668, 11993, 9783, 14203, 9522, 11747, 10218, 11357, 13211, 10140, 12525, 9465, 11926, 15193, 10555, 11583, 9093, 10891, 9343, 10086, 14457, 9919, 11793, 9181, 11349, 9328, 10076, 15632, 10803, 12161, 8922, 10800, 13870, 9427, 13291, 9370, 11642, 9019, 10778, 14804, 10330, 12561, 9574, 12018, 17513, 10756, 12768, 8985, 11196, 9808, 10245, 14761, 10285, 12907, 9147, 11231, 9778, 9678, 14569, 9615, 11340, 9126, 11047, 9822, 10086, 14702, 9689, 12369, 9476, 11698, 12305, 10436, 13196, 9387, 12644, 10553, 11140, 12711, 9388, 12478, 9069, 12176, 9844, 11088, 12419, 8893, 13076, 9508, 12220, 10134, 11200, 12616, 9818, 13548, 9285, 12465, 11383, 11267, 14166, 10059, 13612, 8793, 13027, 9975, 10112, 15156, 10101, 12349, 8689, 11337, 8379, 10818, 15437, 10671, 12176, 8828, 12181, 9261, 9778, 15299, 10212, 11908, 9012, 10625, 13615, 10193, 13494, 9783, 12632, 9687, 10589, 13523, 10286, 13392, 9375, 12193, 9248, 11650, 12843, 10354, 13771, 9214, 12520, 9721, 11360, 14521, 9964, 13199, 9231, 12262, 13128, 11300, 12672, 9947, 12284, 9419, 12496, 16302, 10791, 12406, 9393, 11334, 8968, 10769, 14158, 10076, 11928, 9149, 11889, 8622, 10635, 14655, 9961, 12922, 9387, 11971, 8811, 9704, 13796, 9314, 13076, 9129, 11948, 8855, 10111, 14802, 9640, 12629, 9500, 12955, 15698, 10586, 13816, 9132, 11616, 14920, 11002, 13631, 10026, 12329, 9059, 11173, 12890, 9930, 13204, 9653, 10907, 9022, 10662, 11922, 9715, 13210, 9563, 11461, 9077, 10157, 12630, 9126, 13129, 9296, 11459, 8852, 10567, 13821, 9633, 12644, 9497, 12062, 9491, 9974, 13741, 9534, 12047, 9172, 11579, 8948, 9927, 11206, 8977, 14075, 9248, 12103, 9231, 11724, 14914, 10093, 13358, 9360, 12684, 15232, 12452, 16639, 10396, 12666, 8999, 12033, 18490, 11306, 13389, 9740, 11915, 9031, 11672, 13348, 10740, 13345, 9826, 12321, 8955, 11200, 10590, 9569, 13865, 9752, 11207, 9061, 10310, 9063, 11249, 13725, 10838, 13038, 9016, 11210, 9509, 10082, 16373, 11790, 11937, 8686, 10762, 15233, 10015, 12316, 9318, 12031, 9763, 10120, 13975, 9458, 11844, 9219, 11215, 9699, 9323, 13181, 8812, 11059, 9030, 10443, 12769, 9588, 13584, 9357, 11953, 9594, 11416, 15441, 11103, 12749, 9421, 11170, 9723, 10475, 15491, 10617, 12304, 9564, 11212, 11240, 9991, 14230, 9460, 11808, 9098, 11186, 16844, 10405, 12661, 9378, 11396, 11288, 10381, 12556, 9627, 11009, 8950, 10469, 12470, 9676, 11303, 9390, 10901, 8487, 10029, 13137, 9529, 12771, 9176, 11908, 8722, 10458, 14623, 9970, 12909, 8837, 11340, 8468, 9680, 14533, 8852, 11528, 9015, 10778, 8961, 9483, 14281, 9580, 11887, 8396, 11119, 13072, 10680, 13769, 8944, 11683, 8928, 11158, 16018, 11400, 13099, 9107, 11113, 9069, 10266, 16809, 11422, 12259, 8745, 11073, 9496, 10319, 15595, 11213, 12257, 8946, 11499, 9758, 10524, 15281, 10833, 12341, 8741, 10970, 9604, 10541, 14561, 9829, 12222, 9087, 11495, 10410, 10495, 14242, 9652, 11994, 9134, 10185, 8558, 10368, 14459, 9821, 12494, 9465, 11015, 9587, 10289, 14414, 9636, 12050, 8873, 10744, 9235, 10462, 14898, 9910, 12493, 8781, 11613, 8961, 10977, 9591, 9923, 15346, 11523, 12548, 8615, 11021, 9767, 10594, 16635, 11554, 12163, 9107, 10790, 9296, 10993, 16398, 11320, 11987, 9306, 10712, 9606, 10662, 14857, 11234, 11998, 8946, 10970, 9536, 10483, 14555, 9753, 11635, 9144, 11598, 9861, 10896, 14594, 9299, 11985, 9349, 11114, 9179, 10401, 14362, 10022, 12497, 9289, 12202, 9487, 10651, 14586, 10141, 12378, 9312, 11476, 16913, 10806, 13710, 9505, 10979, 9304, 11083, 14304, 10217, 12388, 8889, 10834, 8819, 9867, 13269, 10172, 11578, 8913, 11129, 9212, 9913, 14892, 10170, 12159, 8826, 10692, 16019, 10448, 12665, 9194, 11996, 9735, 9705, 14752, 9533, 11180, 9228, 10823, 11995, 9608, 13299, 8597, 10899, 10385, 9717, 14076, 9376, 11524, 8660, 10238, 14234, 9517, 11881, 9093, 10416], 'WindowCenter': [4657.0, 4599.0, 4620.0, 4586.0, 4608.0, 4638.0, 4593.0, 4602.0, 4568.0, 4591.0, 4579.0, 4592.0, 4631.0, 4584.0, 4615.0, 4579.0, 4605.0, 4622.0, 4592.0, 4624.0, 4583.0, 4615.0, 4569.0, 4592.0, 4622.0, 4580.0, 4613.0, 4580.0, 4601.0, 4619.0, 4580.0, 4599.0, 4569.0, 4602.0, 4601.0, 4593.0, 4610.0, 4581.0, 4592.0, 4572.0, 4603.0, 4619.0, 4593.0, 4612.0, 4573.0, 4603.0, 4593.0, 4606.0, 4636.0, 4592.0, 4614.0, 4571.0, 4603.0, 4621.0, 4593.0, 4625.0, 4594.0, 4615.0, 4572.0, 4592.0, 4631.0, 4592.0, 4613.0, 4583.0, 4624.0, 4602.0, 4592.0, 4624.0, 4579.0, 4612.0, 4600.0, 4601.0, 4640.0, 4590.0, 4601.0, 4566.0, 4591.0, 4617.0, 4590.0, 4610.0, 4569.0, 4589.0, 4568.0, 4590.0, 4619.0, 4582.0, 4601.0, 4580.0, 4601.0, 4599.0, 4590.0, 4610.0, 4572.0, 4613.0, 4609.0, 4603.0, 4596.0, 4588.0, 4601.0, 4570.0, 4600.0, 4630.0, 4589.0, 4611.0, 4580.0, 4588.0, 4568.0, 4592.0, 4618.0, 4591.0, 4600.0, 4572.0, 4608.0, 4571.0, 4614.0, 4630.0, 4613.0, 4624.0, 4601.0, 4611.0, 4605.0, 4604.0, 4617.0, 4640.0, 4599.0, 4638.0, 4583.0, 4616.0, 4642.0, 4591.0, 4613.0, 4583.0, 4614.0, 4612.0, 4614.0, 4624.0, 4590.0, 4598.0, 4569.0, 4613.0, 4611.0, 4592.0, 4601.0, 4581.0, 4601.0, 4569.0, 4590.0, 4632.0, 4594.0, 4611.0, 4572.0, 4601.0, 4570.0, 4591.0, 4618.0, 4582.0, 4613.0, 4584.0, 4616.0, 4570.0, 4595.0, 4632.0, 4595.0, 4614.0, 4583.0, 4625.0, 4633.0, 4592.0, 4611.0, 4570.0, 4613.0, 4601.0, 4603.0, 4598.0, 4589.0, 4602.0, 4568.0, 4602.0, 4620.0, 4601.0, 4616.0, 4579.0, 4602.0, 4567.0, 4601.0, 4620.0, 4591.0, 4611.0, 4569.0, 4601.0, 4567.0, 4590.0, 4617.0, 4581.0, 4610.0, 4570.0, 4615.0, 4568.0, 4592.0, 4617.0, 4582.0, 4614.0, 4582.0, 4614.0, 4569.0, 4591.0, 4618.0, 4580.0, 4602.0, 4580.0, 4602.0, 4619.0, 4601.0, 4601.0, 4553.0, 4590.0, 4608.0, 4578.0, 4599.0, 4568.0, 4591.0, 4558.0, 4577.0, 4605.0, 4567.0, 4601.0, 4567.0, 4603.0, 4587.0, 4591.0, 4611.0, 4569.0, 4612.0, 4580.0, 4602.0, 4611.0, 4589.0, 4611.0, 4579.0, 4602.0, 4600.0, 4590.0, 4608.0, 4592.0, 4600.0, 4566.0, 4576.0, 4597.0, 4577.0, 4607.0, 4571.0, 4590.0, 4568.0, 4590.0, 4595.0, 4590.0, 4609.0, 4570.0, 4602.0, 4568.0, 4590.0, 4609.0, 4566.0, 4602.0, 4567.0, 4592.0, 4600.0, 4589.0, 4597.0, 4569.0, 4613.0, 4608.0, 4591.0, 4591.0, 4581.0, 4602.0, 4579.0, 4603.0, 4611.0, 4590.0, 4612.0, 4581.0, 4612.0, 4570.0, 4602.0, 4608.0, 4592.0, 4612.0, 4583.0, 4602.0, 4560.0, 4589.0, 4598.0, 4579.0, 4609.0, 4569.0, 4591.0, 4569.0, 4591.0, 4618.0, 4578.0, 4603.0, 4580.0, 4602.0, 4565.0, 4577.0, 4619.0, 4581.0, 4612.0, 4581.0, 4627.0, 4602.0, 4592.0, 4612.0, 4581.0, 4604.0, 4591.0, 4604.0, 4611.0, 4592.0, 4602.0, 4579.0, 4602.0, 4618.0, 4591.0, 4590.0, 4569.0, 4591.0, 4570.0, 4590.0, 4622.0, 4594.0, 4603.0, 4583.0, 4603.0, 4580.0, 4593.0, 4631.0, 4593.0, 4604.0, 4569.0, 4591.0, 4609.0, 4582.0, 4611.0, 4580.0, 4602.0, 4571.0, 4593.0, 4619.0, 4581.0, 4600.0, 4579.0, 4603.0, 4630.0, 4590.0, 4585.0, 4569.0, 4587.0, 4578.0, 4581.0, 4608.0, 4579.0, 4600.0, 4568.0, 4590.0, 4577.0, 4583.0, 4611.0, 4580.0, 4591.0, 4570.0, 4589.0, 4578.0, 4592.0, 4622.0, 4583.0, 4614.0, 4579.0, 4604.0, 4599.0, 4592.0, 4613.0, 4584.0, 4614.0, 4591.0, 4603.0, 4600.0, 4571.0, 4601.0, 4568.0, 4615.0, 4593.0, 4605.0, 4610.0, 4583.0, 4613.0, 4582.0, 4615.0, 4594.0, 4607.0, 4612.0, 4593.0, 4613.0, 4582.0, 4616.0, 4604.0, 4607.0, 4622.0, 4593.0, 4623.0, 4569.0, 4615.0, 4592.0, 4594.0, 4620.0, 4592.0, 4613.0, 4571.0, 4604.0, 4572.0, 4604.0, 4632.0, 4602.0, 4603.0, 4567.0, 4603.0, 4569.0, 4579.0, 4622.0, 4593.0, 4603.0, 4557.0, 4590.0, 4608.0, 4593.0, 4612.0, 4591.0, 4603.0, 4579.0, 4592.0, 4598.0, 4578.0, 4609.0, 4568.0, 4605.0, 4580.0, 4605.0, 4610.0, 4577.0, 4612.0, 4583.0, 4615.0, 4581.0, 4604.0, 4622.0, 4578.0, 4597.0, 4581.0, 4613.0, 4612.0, 4604.0, 4600.0, 4582.0, 4601.0, 4581.0, 4602.0, 4629.0, 4594.0, 4599.0, 4568.0, 4590.0, 4569.0, 4589.0, 4612.0, 4581.0, 4599.0, 4582.0, 4603.0, 4571.0, 4592.0, 4623.0, 4581.0, 4603.0, 4580.0, 4600.0, 4571.0, 4580.0, 4609.0, 4583.0, 4612.0, 4580.0, 4604.0, 4571.0, 4582.0, 4618.0, 4581.0, 4601.0, 4581.0, 4604.0, 4619.0, 4580.0, 4600.0, 4567.0, 4589.0, 4608.0, 4580.0, 4601.0, 4567.0, 4589.0, 4559.0, 4591.0, 4597.0, 4579.0, 4602.0, 4571.0, 4590.0, 4557.0, 4582.0, 4587.0, 4580.0, 4602.0, 4580.0, 4592.0, 4566.0, 4568.0, 4596.0, 4569.0, 4613.0, 4581.0, 4605.0, 4583.0, 4606.0, 4610.0, 4595.0, 4614.0, 4595.0, 4617.0, 4581.0, 4594.0, 4610.0, 4581.0, 4603.0, 4593.0, 4604.0, 4583.0, 4594.0, 4601.0, 4584.0, 4625.0, 4597.0, 4615.0, 4583.0, 4617.0, 4624.0, 4594.0, 4613.0, 4581.0, 4615.0, 4633.0, 4615.0, 4631.0, 4580.0, 4603.0, 4558.0, 4603.0, 4642.0, 4591.0, 4602.0, 4569.0, 4590.0, 4569.0, 4602.0, 4612.0, 4591.0, 4612.0, 4578.0, 4601.0, 4568.0, 4593.0, 4589.0, 4582.0, 4606.0, 4584.0, 4591.0, 4573.0, 4582.0, 4584.0, 4606.0, 4624.0, 4607.0, 4617.0, 4585.0, 4605.0, 4581.0, 4595.0, 4635.0, 4605.0, 4604.0, 4571.0, 4589.0, 4620.0, 4591.0, 4601.0, 4582.0, 4604.0, 4579.0, 4590.0, 4611.0, 4579.0, 4603.0, 4570.0, 4592.0, 4568.0, 4580.0, 4611.0, 4571.0, 4603.0, 4581.0, 4595.0, 4613.0, 4583.0, 4612.0, 4584.0, 4603.0, 4595.0, 4604.0, 4624.0, 4594.0, 4598.0, 4571.0, 4591.0, 4568.0, 4591.0, 4620.0, 4580.0, 4601.0, 4567.0, 4590.0, 4590.0, 4580.0, 4611.0, 4580.0, 4589.0, 4570.0, 4592.0, 4620.0, 4578.0, 4600.0, 4568.0, 4603.0, 4590.0, 4579.0, 4601.0, 4567.0, 4590.0, 4569.0, 4593.0, 4601.0, 4581.0, 4590.0, 4583.0, 4606.0, 4580.0, 4595.0, 4614.0, 4596.0, 4618.0, 4582.0, 4616.0, 4572.0, 4594.0, 4622.0, 4592.0, 4615.0, 4584.0, 4604.0, 4572.0, 4583.0, 4620.0, 4583.0, 4605.0, 4582.0, 4606.0, 4582.0, 4582.0, 4622.0, 4595.0, 4615.0, 4584.0, 4604.0, 4612.0, 4607.0, 4624.0, 4584.0, 4604.0, 4585.0, 4606.0, 4634.0, 4604.0, 4601.0, 4571.0, 4594.0, 4572.0, 4595.0, 4632.0, 4603.0, 4603.0, 4570.0, 4592.0, 4582.0, 4592.0, 4622.0, 4602.0, 4603.0, 4569.0, 4591.0, 4577.0, 4592.0, 4623.0, 4592.0, 4601.0, 4558.0, 4580.0, 4567.0, 4578.0, 4621.0, 4582.0, 4600.0, 4557.0, 4592.0, 4578.0, 4579.0, 4623.0, 4581.0, 4591.0, 4569.0, 4580.0, 4568.0, 4592.0, 4622.0, 4582.0, 4602.0, 4580.0, 4593.0, 4570.0, 4580.0, 4620.0, 4582.0, 4603.0, 4568.0, 4592.0, 4570.0, 4591.0, 4618.0, 4592.0, 4612.0, 4569.0, 4604.0, 4570.0, 4594.0, 4583.0, 4581.0, 4622.0, 4590.0, 4590.0, 4570.0, 4590.0, 4580.0, 4593.0, 4630.0, 4591.0, 4591.0, 4569.0, 4581.0, 4568.0, 4592.0, 4622.0, 4591.0, 4592.0, 4569.0, 4579.0, 4569.0, 4592.0, 4608.0, 4592.0, 4590.0, 4568.0, 4577.0, 4565.0, 4578.0, 4609.0, 4567.0, 4590.0, 4567.0, 4590.0, 4578.0, 4591.0, 4621.0, 4579.0, 4601.0, 4579.0, 4603.0, 4581.0, 4592.0, 4619.0, 4592.0, 4613.0, 4583.0, 4615.0, 4582.0, 4591.0, 4620.0, 4579.0, 4601.0, 4568.0, 4603.0, 4630.0, 4590.0, 4602.0, 4570.0, 4579.0, 4580.0, 4602.0, 4622.0, 4591.0, 4600.0, 4582.0, 4592.0, 4569.0, 4592.0, 4611.0, 4594.0, 4601.0, 4583.0, 4604.0, 4580.0, 4595.0, 4634.0, 4606.0, 4616.0, 4571.0, 4593.0, 4632.0, 4590.0, 4601.0, 4582.0, 4603.0, 4582.0, 4582.0, 4617.0, 4569.0, 4592.0, 4582.0, 4593.0, 4600.0, 4583.0, 4611.0, 4570.0, 4593.0, 4579.0, 4597.0, 4626.0, 4571.0, 4593.0, 4559.0, 4592.0, 4610.0, 4581.0, 4587.0, 4571.0, 4593.0], 'WindowWidth': [10177.0, 10082.0, 10108.0, 10056.0, 10087.0, 10129.0, 10062.0, 10068.0, 10020.0, 10052.0, 10035.0, 10056.0, 10109.0, 10049.0, 10092.0, 10038.0, 10076.0, 10097.0, 10055.0, 10102.0, 10044.0, 10089.0, 10021.0, 10052.0, 10096.0, 10036.0, 10084.0, 10038.0, 10065.0, 10093.0, 10033.0, 10057.0, 10021.0, 10068.0, 10067.0, 10057.0, 10078.0, 10040.0, 10054.0, 10029.0, 10072.0, 10094.0, 10061.0, 10083.0, 10032.0, 10071.0, 10060.0, 10082.0, 10120.0, 10061.0, 10088.0, 10027.0, 10072.0, 10095.0, 10061.0, 10104.0, 10062.0, 10091.0, 10029.0, 10057.0, 10110.0, 10056.0, 10085.0, 10047.0, 10103.0, 10071.0, 10056.0, 10104.0, 10035.0, 10083.0, 10066.0, 10066.0, 10127.0, 10049.0, 10064.0, 10014.0, 10049.0, 10093.0, 10049.0, 10077.0, 10020.0, 10046.0, 10016.0, 10048.0, 10088.0, 10045.0, 10066.0, 10036.0, 10067.0, 10062.0, 10050.0, 10078.0, 10029.0, 10083.0, 10080.0, 10070.0, 10053.0, 10046.0, 10064.0, 10021.0, 10065.0, 10110.0, 10047.0, 10077.0, 10034.0, 10045.0, 10016.0, 10053.0, 10088.0, 10055.0, 10061.0, 10029.0, 10086.0, 10029.0, 10089.0, 10111.0, 10090.0, 10100.0, 10069.0, 10083.0, 10081.0, 10081.0, 10101.0, 10134.0, 10078.0, 10126.0, 10044.0, 10091.0, 10131.0, 10053.0, 10084.0, 10048.0, 10087.0, 10084.0, 10086.0, 10103.0, 10049.0, 10060.0, 10019.0, 10082.0, 10082.0, 10051.0, 10062.0, 10037.0, 10062.0, 10021.0, 10049.0, 10115.0, 10061.0, 10081.0, 10029.0, 10067.0, 10023.0, 10052.0, 10091.0, 10045.0, 10086.0, 10046.0, 10092.0, 10026.0, 10062.0, 10112.0, 10065.0, 10089.0, 10045.0, 10104.0, 10118.0, 10053.0, 10078.0, 10023.0, 10084.0, 10067.0, 10069.0, 10060.0, 10047.0, 10065.0, 10017.0, 10067.0, 10096.0, 10067.0, 10091.0, 10036.0, 10065.0, 10016.0, 10063.0, 10096.0, 10053.0, 10079.0, 10020.0, 10063.0, 10015.0, 10049.0, 10084.0, 10039.0, 10078.0, 10025.0, 10087.0, 10018.0, 10053.0, 10085.0, 10041.0, 10085.0, 10040.0, 10086.0, 10020.0, 10051.0, 10088.0, 10037.0, 10066.0, 10039.0, 10069.0, 10094.0, 10066.0, 10065.0, 9990.0, 10048.0, 10076.0, 10032.0, 10057.0, 10019.0, 10049.0, 10002.0, 10029.0, 10064.0, 10015.0, 10063.0, 10016.0, 10071.0, 10044.0, 10050.0, 10076.0, 10020.0, 10080.0, 10038.0, 10067.0, 10081.0, 10048.0, 10077.0, 10032.0, 10066.0, 10064.0, 10049.0, 10079.0, 10053.0, 10064.0, 10011.0, 10026.0, 10056.0, 10029.0, 10068.0, 10025.0, 10048.0, 10017.0, 10047.0, 10054.0, 10050.0, 10074.0, 10024.0, 10069.0, 10017.0, 10048.0, 10074.0, 10015.0, 10065.0, 10017.0, 10052.0, 10064.0, 10046.0, 10055.0, 10018.0, 10080.0, 10075.0, 10051.0, 10048.0, 10038.0, 10064.0, 10034.0, 10070.0, 10082.0, 10052.0, 10081.0, 10040.0, 10079.0, 10019.0, 10067.0, 10076.0, 10053.0, 10081.0, 10039.0, 10064.0, 10005.0, 10045.0, 10059.0, 10032.0, 10073.0, 10021.0, 10049.0, 10020.0, 10051.0, 10086.0, 10031.0, 10068.0, 10036.0, 10068.0, 10012.0, 10027.0, 10087.0, 10038.0, 10080.0, 10039.0, 10111.0, 10071.0, 10056.0, 10081.0, 10036.0, 10071.0, 10052.0, 10072.0, 10081.0, 10053.0, 10065.0, 10032.0, 10068.0, 10094.0, 10053.0, 10047.0, 10019.0, 10049.0, 10021.0, 10051.0, 10099.0, 10060.0, 10068.0, 10043.0, 10069.0, 10036.0, 10056.0, 10112.0, 10057.0, 10071.0, 10020.0, 10051.0, 10076.0, 10039.0, 10078.0, 10036.0, 10066.0, 10023.0, 10053.0, 10089.0, 10036.0, 10063.0, 10033.0, 10068.0, 10111.0, 10048.0, 10035.0, 10018.0, 10040.0, 10029.0, 10036.0, 10073.0, 10032.0, 10059.0, 10015.0, 10045.0, 10027.0, 10040.0, 10077.0, 10037.0, 10049.0, 10021.0, 10047.0, 10030.0, 10053.0, 10094.0, 10043.0, 10086.0, 10032.0, 10073.0, 10063.0, 10052.0, 10080.0, 10046.0, 10086.0, 10053.0, 10071.0, 10064.0, 10023.0, 10062.0, 10017.0, 10089.0, 10058.0, 10075.0, 10079.0, 10043.0, 10081.0, 10042.0, 10090.0, 10062.0, 10081.0, 10084.0, 10058.0, 10083.0, 10041.0, 10093.0, 10076.0, 10081.0, 10101.0, 10058.0, 10098.0, 10020.0, 10089.0, 10057.0, 10060.0, 10097.0, 10057.0, 10081.0, 10027.0, 10070.0, 10030.0, 10074.0, 10114.0, 10072.0, 10070.0, 10014.0, 10069.0, 10021.0, 10031.0, 10099.0, 10058.0, 10069.0, 10000.0, 10048.0, 10075.0, 10055.0, 10081.0, 10054.0, 10070.0, 10033.0, 10052.0, 10059.0, 10032.0, 10074.0, 10019.0, 10072.0, 10038.0, 10073.0, 10079.0, 10028.0, 10080.0, 10043.0, 10088.0, 10039.0, 10072.0, 10098.0, 10032.0, 10054.0, 10039.0, 10084.0, 10084.0, 10073.0, 10064.0, 10039.0, 10065.0, 10038.0, 10067.0, 10106.0, 10056.0, 10059.0, 10017.0, 10046.0, 10019.0, 10045.0, 10085.0, 10041.0, 10061.0, 10041.0, 10069.0, 10024.0, 10054.0, 10101.0, 10039.0, 10069.0, 10037.0, 10063.0, 10023.0, 10036.0, 10078.0, 10044.0, 10082.0, 10040.0, 10072.0, 10023.0, 10040.0, 10088.0, 10038.0, 10066.0, 10038.0, 10073.0, 10088.0, 10033.0, 10062.0, 10012.0, 10044.0, 10072.0, 10035.0, 10064.0, 10014.0, 10043.0, 10003.0, 10047.0, 10058.0, 10032.0, 10065.0, 10023.0, 10046.0, 10000.0, 10037.0, 10043.0, 10036.0, 10066.0, 10037.0, 10053.0, 10014.0, 10013.0, 10055.0, 10019.0, 10083.0, 10038.0, 10074.0, 10043.0, 10082.0, 10082.0, 10065.0, 10084.0, 10061.0, 10092.0, 10038.0, 10058.0, 10080.0, 10041.0, 10070.0, 10060.0, 10073.0, 10044.0, 10063.0, 10066.0, 10051.0, 10105.0, 10068.0, 10091.0, 10046.0, 10094.0, 10105.0, 10060.0, 10087.0, 10040.0, 10090.0, 10116.0, 10089.0, 10110.0, 10032.0, 10069.0, 10000.0, 10071.0, 10126.0, 10051.0, 10065.0, 10019.0, 10049.0, 10018.0, 10067.0, 10084.0, 10053.0, 10079.0, 10032.0, 10064.0, 10017.0, 10055.0, 10048.0, 10041.0, 10069.0, 10046.0, 10053.0, 10032.0, 10040.0, 10048.0, 10080.0, 10107.0, 10083.0, 10093.0, 10049.0, 10075.0, 10041.0, 10062.0, 10124.0, 10079.0, 10074.0, 10024.0, 10049.0, 10096.0, 10054.0, 10067.0, 10040.0, 10072.0, 10034.0, 10050.0, 10078.0, 10034.0, 10068.0, 10021.0, 10053.0, 10017.0, 10036.0, 10076.0, 10026.0, 10070.0, 10039.0, 10063.0, 10085.0, 10047.0, 10082.0, 10045.0, 10072.0, 10062.0, 10073.0, 10105.0, 10059.0, 10061.0, 10024.0, 10052.0, 10019.0, 10051.0, 10097.0, 10038.0, 10064.0, 10015.0, 10046.0, 10048.0, 10035.0, 10077.0, 10035.0, 10046.0, 10021.0, 10051.0, 10093.0, 10030.0, 10060.0, 10013.0, 10069.0, 10049.0, 10034.0, 10064.0, 10011.0, 10048.0, 10020.0, 10056.0, 10068.0, 10037.0, 10050.0, 10045.0, 10080.0, 10041.0, 10063.0, 10091.0, 10064.0, 10094.0, 10042.0, 10090.0, 10029.0, 10060.0, 10101.0, 10058.0, 10089.0, 10046.0, 10073.0, 10027.0, 10042.0, 10092.0, 10043.0, 10076.0, 10041.0, 10077.0, 10044.0, 10043.0, 10096.0, 10064.0, 10089.0, 10050.0, 10074.0, 10086.0, 10082.0, 10104.0, 10046.0, 10070.0, 10050.0, 10077.0, 10122.0, 10075.0, 10066.0, 10027.0, 10058.0, 10029.0, 10060.0, 10118.0, 10072.0, 10069.0, 10022.0, 10052.0, 10040.0, 10054.0, 10104.0, 10070.0, 10067.0, 10021.0, 10049.0, 10029.0, 10052.0, 10102.0, 10055.0, 10064.0, 10003.0, 10034.0, 10015.0, 10031.0, 10095.0, 10041.0, 10062.0, 9999.0, 10053.0, 10029.0, 10031.0, 10098.0, 10041.0, 10051.0, 10021.0, 10037.0, 10018.0, 10055.0, 10099.0, 10043.0, 10067.0, 10037.0, 10056.0, 10022.0, 10038.0, 10095.0, 10043.0, 10069.0, 10020.0, 10055.0, 10023.0, 10053.0, 10086.0, 10058.0, 10082.0, 10021.0, 10072.0, 10025.0, 10059.0, 10045.0, 10037.0, 10101.0, 10052.0, 10047.0, 10023.0, 10051.0, 10035.0, 10055.0, 10113.0, 10053.0, 10051.0, 10019.0, 10035.0, 10016.0, 10053.0, 10101.0, 10053.0, 10051.0, 10019.0, 10033.0, 10019.0, 10051.0, 10076.0, 10055.0, 10047.0, 10016.0, 10024.0, 10011.0, 10028.0, 10072.0, 10016.0, 10046.0, 10013.0, 10046.0, 10029.0, 10050.0, 10090.0, 10036.0, 10065.0, 10035.0, 10068.0, 10037.0, 10053.0, 10089.0, 10055.0, 10083.0, 10043.0, 10087.0, 10039.0, 10052.0, 10092.0, 10033.0, 10066.0, 10013.0, 10070.0, 10105.0, 10049.0, 10068.0, 10021.0, 10031.0, 10037.0, 10069.0, 10098.0, 10053.0, 10061.0, 10042.0, 10051.0, 10020.0, 10054.0, 10084.0, 10061.0, 10066.0, 10046.0, 10073.0, 10037.0, 10063.0, 10118.0, 10082.0, 10091.0, 10026.0, 10057.0, 10115.0, 10051.0, 10065.0, 10042.0, 10072.0, 10039.0, 10041.0, 10088.0, 10020.0, 10055.0, 10043.0, 10058.0, 10067.0, 10044.0, 10079.0, 10025.0, 10056.0, 10038.0, 10067.0, 10108.0, 10025.0, 10056.0, 10007.0, 10054.0, 10080.0, 10040.0, 10040.0, 10026.0, 10056.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.0006298392652123996</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.018768605166475317</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.346517391770114</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2630585751264372</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0016617116781594</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5558</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3306.634</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09087609256728214</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>26</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.985074626865672</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3326785325713875</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.210816856380928</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5678224842328867</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2193962571003483</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00525558</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.026477813720703125</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.07319242507219315</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.235042998116292</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>10.4842</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>66.9588</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>284.0286</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>66.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>278076.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1357.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>480.0221</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1337</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>557.2465</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3669.4872</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3793.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>98468.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1602.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4799.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>895.618</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>40.98379367287271</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> |