=== 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-0101 --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-0101",
"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-0101_ses-04_task-social_acq-mb8_run-06_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-0101_ses-04_task-social_acq-mb8_run-06_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-06_session-04_subject-0101_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-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-04_subject-0101_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-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-04_subject-0101_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-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-04_subject-0101_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-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-06_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-06_session-04_subject-0101_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-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-06_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-06_session-04_subject-0101_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-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-04_subject-0101_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-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-06_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-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-06_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-0101/ses-04/func/sub-0101_ses-04_task-social_acq-mb8_run-06_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>7266808c0f2118ace4bcd175247a52af</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>12:48:25.912500</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.999588, 0.0207368, 0.0198519, -0.0170989, 0.98555, -0.168517]</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-06_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.124025</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-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4227, -7746, -7226, 27, -175, -137, -42, 65]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>312.966</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>9863e2d6-866c-49a6-9cc4-ed2f216bf26b||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.68182110786438, -0.04587496817111969, 0.06226077303290367, 109.84159851074219], [-0.055635400116443634, 2.6441595554351807, -0.45389285683631897, -84.07157135009766], [0.05326114967465401, 0.45211976766586304, 2.660846710205078, -94.26454162597656], [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': ['124825.912500', '124826.372500', '124826.832500', '124827.292500', '124827.752500', '124828.212500', '124828.672500', '124829.132500', '124829.592500', '124830.052500', '124830.512500', '124830.972500', '124831.432500', '124831.892500', '124832.352500', '124832.812500', '124833.272500', '124833.732500', '124834.192500', '124834.652500', '124835.112500', '124835.572500', '124836.032500', '124836.492500', '124836.952500', '124837.412500', '124837.872500', '124838.332500', '124838.792500', '124839.252500', '124839.712500', '124840.172500', '124840.632500', '124841.092500', '124841.552500', '124842.012500', '124842.472500', '124842.932500', '124843.392500', '124843.852500', '124844.312500', '124844.772500', '124845.232500', '124845.692500', '124846.152500', '124846.612500', '124847.072500', '124847.532500', '124847.992500', '124848.452500', '124848.912500', '124849.372500', '124849.832500', '124850.292500', '124850.752500', '124851.212500', '124851.672500', '124852.132500', '124852.592500', '124853.052500', '124853.512500', '124853.972500', '124854.432500', '124854.892500', '124855.352500', '124855.812500', '124856.272500', '124856.732500', '124857.192500', '124857.652500', '124858.112500', '124858.572500', '124859.032500', '124859.492500', '124859.952500', '124900.412500', '124900.872500', '124901.332500', '124901.792500', '124902.252500', '124902.712500', '124903.172500', '124903.632500', '124904.092500', '124904.552500', '124905.012500', '124905.472500', '124905.932500', '124906.392500', '124906.852500', '124907.312500', '124907.772500', '124908.232500', '124908.692500', '124909.152500', '124909.612500', '124910.072500', '124910.532500', '124910.992500', '124911.452500', '124911.912500', '124912.372500', '124912.832500', '124913.292500', '124913.752500', '124914.212500', '124914.672500', '124915.132500', '124915.592500', '124916.052500', '124916.512500', '124916.972500', '124917.432500', '124917.892500', '124918.352500', '124918.812500', '124919.272500', '124919.732500', '124920.192500', '124920.652500', '124921.112500', '124921.572500', '124922.032500', '124922.492500', '124922.952500', '124923.412500', '124923.872500', '124924.332500', '124924.792500', '124925.252500', '124925.712500', '124926.172500', '124926.632500', '124927.092500', '124927.552500', '124928.012500', '124928.472500', '124928.932500', '124929.392500', '124929.852500', '124930.312500', '124930.772500', '124931.232500', '124931.692500', '124932.152500', '124932.612500', '124933.072500', '124933.532500', '124933.992500', '124934.452500', '124934.912500', '124935.372500', '124935.832500', '124936.292500', '124936.752500', '124937.212500', '124937.672500', '124938.132500', '124938.592500', '124939.052500', '124939.512500', '124939.972500', '124940.432500', '124940.892500', '124941.352500', '124941.812500', '124942.272500', '124942.732500', '124943.192500', '124943.652500', '124944.112500', '124944.572500', '124945.032500', '124945.492500', '124945.952500', '124946.412500', '124946.872500', '124947.332500', '124947.792500', '124948.252500', '124948.712500', '124949.172500', '124949.632500', '124950.092500', '124950.552500', '124951.012500', '124951.472500', '124951.932500', '124952.392500', '124952.852500', '124953.312500', '124953.772500', '124954.232500', '124954.692500', '124955.152500', '124955.612500', '124956.072500', '124956.532500', '124956.992500', '124957.452500', '124957.912500', '124958.372500', '124958.832500', '124959.292500', '124959.752500', '125000.212500', '125000.672500', '125001.132500', '125001.592500', '125002.052500', '125002.512500', '125002.972500', '125003.432500', '125003.892500', '125004.352500', '125004.812500', '125005.272500', '125005.732500', '125006.192500', '125006.652500', '125007.112500', '125007.572500', '125008.032500', '125008.492500', '125008.952500', '125009.412500', '125009.872500', '125010.332500', '125010.792500', '125011.252500', '125011.712500', '125012.172500', '125012.632500', '125013.092500', '125013.552500', '125014.012500', '125014.472500', '125014.932500', '125015.392500', '125015.852500', '125016.312500', '125016.772500', '125017.232500', '125017.692500', '125018.152500', '125018.612500', '125019.072500', '125019.532500', '125019.992500', '125020.452500', '125020.912500', '125021.372500', '125021.832500', '125022.292500', '125022.752500', '125023.212500', '125023.672500', '125024.132500', '125024.592500', '125025.052500', '125025.512500', '125025.972500', '125026.432500', '125026.892500', '125027.352500', '125027.812500', '125028.272500', '125028.732500', '125029.192500', '125029.652500', '125030.112500', '125030.572500', '125031.032500', '125031.492500', '125031.952500', '125032.412500', '125032.872500', '125033.332500', '125033.792500', '125034.252500', '125034.712500', '125035.172500', '125035.632500', '125036.092500', '125036.552500', '125037.012500', '125037.472500', '125037.932500', '125038.392500', '125038.852500', '125039.312500', '125039.772500', '125040.232500', '125040.692500', '125041.152500', '125041.612500', '125042.072500', '125042.532500', '125042.992500', '125043.452500', '125043.912500', '125044.372500', '125044.832500', '125045.292500', '125045.752500', '125046.212500', '125046.672500', '125047.132500', '125047.592500', '125048.052500', '125048.512500', '125048.972500', '125049.432500', '125049.892500', '125050.352500', '125050.812500', '125051.272500', '125051.732500', '125052.192500', '125052.652500', '125053.112500', '125053.572500', '125054.032500', '125054.492500', '125054.952500', '125055.412500', '125055.872500', '125056.332500', '125056.792500', '125057.252500', '125057.712500', '125058.172500', '125058.632500', '125059.092500', '125059.552500', '125100.012500', '125100.472500', '125100.932500', '125101.392500', '125101.852500', '125102.312500', '125102.772500', '125103.232500', '125103.692500', '125104.152500', '125104.612500', '125105.072500', '125105.532500', '125105.992500', '125106.452500', '125106.912500', '125107.372500', '125107.832500', '125108.292500', '125108.752500', '125109.212500', '125109.672500', '125110.132500', '125110.592500', '125111.052500', '125111.512500', '125111.972500', '125112.432500', '125112.892500', '125113.352500', '125113.812500', '125114.272500', '125114.732500', '125115.192500', '125115.652500', '125116.112500', '125116.572500', '125117.032500', '125117.492500', '125117.952500', '125118.412500', '125118.872500', '125119.332500', '125119.792500', '125120.252500', '125120.712500', '125121.172500', '125121.632500', '125122.092500', '125122.552500', '125123.012500', '125123.472500', '125123.932500', '125124.392500', '125124.852500', '125125.312500', '125125.772500', '125126.232500', '125126.692500', '125127.152500', '125127.612500', '125128.072500', '125128.532500', '125128.992500', '125129.452500', '125129.912500', '125130.372500', '125130.832500', '125131.292500', '125131.752500', '125132.212500', '125132.672500', '125133.132500', '125133.592500', '125134.052500', '125134.512500', '125134.972500', '125135.432500', '125135.892500', '125136.352500', '125136.812500', '125137.272500', '125137.732500', '125138.192500', '125138.652500', '125139.112500', '125139.572500', '125140.032500', '125140.492500', '125140.952500', '125141.412500', '125141.872500', '125142.332500', '125142.792500', '125143.252500', '125143.712500', '125144.172500', '125144.632500', '125145.092500', '125145.552500', '125146.012500', '125146.472500', '125146.932500', '125147.392500', '125147.852500', '125148.312500', '125148.772500', '125149.232500', '125149.692500', '125150.152500', '125150.612500', '125151.072500', '125151.532500', '125151.992500', '125152.452500', '125152.912500', '125153.372500', '125153.832500', '125154.292500', '125154.752500', '125155.212500', '125155.672500', '125156.132500', '125156.592500', '125157.052500', '125157.512500', '125157.972500', '125158.432500', '125158.892500', '125159.352500', '125159.812500', '125200.272500', '125200.732500', '125201.192500', '125201.652500', '125202.112500', '125202.572500', '125203.032500', '125203.492500', '125203.952500', '125204.412500', '125204.872500', '125205.332500', '125205.792500', '125206.252500', '125206.712500', '125207.172500', '125207.632500', '125208.092500', '125208.552500', '125209.012500', '125209.472500', '125209.932500', '125210.392500', '125210.852500', '125211.312500', '125211.772500', '125212.232500', '125212.692500', '125213.152500', '125213.612500', '125214.072500', '125214.532500', '125214.992500', '125215.452500', '125215.912500', '125216.372500', '125216.832500', '125217.292500', '125217.752500', '125218.212500', '125218.672500', '125219.132500', '125219.592500', '125220.052500', '125220.512500', '125220.972500', '125221.432500', '125221.892500', '125222.352500', '125222.812500', '125223.272500', '125223.732500', '125224.192500', '125224.652500', '125225.112500', '125225.572500', '125226.032500', '125226.492500', '125226.952500', '125227.412500', '125227.872500', '125228.332500', '125228.792500', '125229.252500', '125229.712500', '125230.172500', '125230.632500', '125231.092500', '125231.552500', '125232.012500', '125232.472500', '125232.932500', '125233.392500', '125233.852500', '125234.312500', '125234.772500', '125235.232500', '125235.692500', '125236.152500', '125236.612500', '125237.072500', '125237.532500', '125237.992500', '125238.452500', '125238.912500', '125239.372500', '125239.832500', '125240.292500', '125240.752500', '125241.212500', '125241.672500', '125242.132500', '125242.592500', '125243.052500', '125243.512500', '125243.972500', '125244.432500', '125244.892500', '125245.352500', '125245.812500', '125246.272500', '125246.732500', '125247.192500', '125247.652500', '125248.112500', '125248.572500', '125249.032500', '125249.492500', '125249.952500', '125250.412500', '125250.872500', '125251.332500', '125251.792500', '125252.252500', '125252.712500', '125253.172500', '125253.632500', '125254.092500', '125254.552500', '125255.012500', '125255.472500', '125255.932500', '125256.392500', '125256.852500', '125257.312500', '125257.772500', '125258.232500', '125258.692500', '125259.152500', '125259.612500', '125300.072500', '125300.532500', '125300.992500', '125301.452500', '125301.912500', '125302.372500', '125302.832500', '125303.292500', '125303.752500', '125304.212500', '125304.672500', '125305.132500', '125305.592500', '125306.052500', '125306.512500', '125306.972500', '125307.432500', '125307.892500', '125308.352500', '125308.812500', '125309.272500', '125309.732500', '125310.192500', '125310.652500', '125311.112500', '125311.572500', '125312.032500', '125312.492500', '125312.952500', '125313.412500', '125313.872500', '125314.332500', '125314.792500', '125315.252500', '125315.712500', '125316.172500', '125316.632500', '125317.092500', '125317.552500', '125318.012500', '125318.472500', '125318.932500', '125319.392500', '125319.852500', '125320.312500', '125320.772500', '125321.232500', '125321.692500', '125322.152500', '125322.612500', '125323.072500', '125323.532500', '125323.992500', '125324.452500', '125324.912500', '125325.372500', '125325.832500', '125326.292500', '125326.752500', '125327.212500', '125327.672500', '125328.132500', '125328.592500', '125329.052500', '125329.512500', '125329.972500', '125330.432500', '125330.892500', '125331.352500', '125331.812500', '125332.272500', '125332.732500', '125333.192500', '125333.652500', '125334.112500', '125334.572500', '125335.032500', '125335.492500', '125335.952500', '125336.412500', '125336.872500', '125337.332500', '125337.792500', '125338.252500', '125338.712500', '125339.172500', '125339.632500', '125340.092500', '125340.552500', '125341.012500', '125341.472500', '125341.932500', '125342.392500', '125342.852500', '125343.312500', '125343.772500', '125344.232500', '125344.692500', '125345.152500', '125345.612500', '125346.072500', '125346.532500', '125346.992500', '125347.452500', '125347.912500', '125348.372500', '125348.832500', '125349.292500', '125349.752500', '125350.212500', '125350.672500', '125351.132500', '125351.592500', '125352.052500', '125352.512500', '125352.972500', '125353.432500', '125353.892500', '125354.352500', '125354.812500', '125355.272500', '125355.732500', '125356.192500', '125356.652500', '125357.112500', '125357.572500', '125358.032500', '125358.492500', '125358.952500', '125359.412500', '125359.872500', '125400.332500', '125400.792500', '125401.252500', '125401.712500', '125402.172500', '125402.632500', '125403.092500', '125403.552500', '125404.012500', '125404.472500', '125404.932500', '125405.392500', '125405.852500', '125406.312500', '125406.772500', '125407.232500', '125407.692500', '125408.152500', '125408.612500', '125409.072500', '125409.532500', '125409.992500', '125410.452500', '125410.912500', '125411.372500', '125411.832500', '125412.292500', '125412.752500', '125413.212500', '125413.672500', '125414.132500', '125414.592500', '125415.052500', '125415.512500', '125415.972500', '125416.432500', '125416.892500', '125417.352500', '125417.812500', '125418.272500', '125418.732500', '125419.192500', '125419.652500', '125420.112500', '125420.572500', '125421.032500', '125421.492500', '125421.952500', '125422.412500', '125422.872500', '125423.332500', '125423.792500', '125424.252500', '125424.712500', '125425.172500', '125425.632500', '125426.092500', '125426.552500', '125427.012500', '125427.472500', '125427.932500', '125428.392500', '125428.852500', '125429.312500', '125429.772500', '125430.232500', '125430.692500', '125431.152500', '125431.612500', '125432.072500', '125432.532500', '125432.992500', '125433.452500', '125433.912500', '125434.372500', '125434.832500', '125435.292500', '125435.752500', '125436.212500', '125436.672500', '125437.132500', '125437.592500', '125438.052500', '125438.512500', '125438.972500', '125439.432500', '125439.892500', '125440.352500', '125440.812500', '125441.272500', '125441.732500', '125442.192500', '125442.652500', '125443.112500', '125443.572500', '125444.032500', '125444.492500', '125444.952500', '125445.412500', '125445.872500', '125446.332500', '125446.792500', '125447.252500', '125447.712500', '125448.172500', '125448.632500', '125449.092500', '125449.552500', '125450.012500', '125450.472500', '125450.932500', '125451.392500', '125451.852500', '125452.312500', '125452.772500', '125453.232500', '125453.692500', '125454.152500', '125454.612500', '125455.072500', '125455.532500', '125455.992500', '125456.452500', '125456.912500', '125457.372500', '125457.832500', '125458.292500', '125458.752500', '125459.212500', '125459.672500', '125500.132500', '125500.592500', '125501.052500', '125501.512500', '125501.972500', '125502.432500', '125502.892500', '125503.352500', '125503.812500', '125504.272500', '125504.732500', '125505.192500', '125505.652500', '125506.112500', '125506.572500'], 'ContentTime': ['124847.114000', '124847.118000', '124847.121000', '124847.123000', '124847.126000', '124847.128000', '124847.131000', '124847.134000', '124847.136000', '124847.144000', '124847.147000', '124847.150000', '124847.152000', '124847.155000', '124847.157000', '124847.160000', '124847.163000', '124847.165000', '124847.168000', '124847.170000', '124847.173000', '124847.175000', '124847.178000', '124847.181000', '124847.183000', '124847.186000', '124847.188000', '124847.201000', '124847.203000', '124847.206000', '124847.209000', '124847.211000', '124847.214000', '124847.216000', '124847.219000', '124847.222000', '124847.224000', '124847.227000', '124847.229000', '124847.232000', '124847.235000', '124847.237000', '124847.240000', '124847.242000', '124907.076000', '124907.079000', '124907.082000', '124907.084000', '124907.087000', '124907.090000', '124907.092000', '124907.095000', '124907.097000', '124907.100000', '124907.102000', '124907.105000', '124907.108000', '124907.110000', '124907.113000', '124907.116000', '124907.118000', '124907.121000', '124907.123000', '124907.126000', '124907.129000', '124907.131000', '124907.134000', '124907.136000', '124907.139000', '124907.142000', '124907.144000', '124907.147000', '124907.149000', '124907.152000', '124907.155000', '124907.157000', '124907.160000', '124907.162000', '124907.165000', '124907.168000', '124907.170000', '124907.173000', '124907.175000', '124907.178000', '124907.181000', '124907.183000', '124907.186000', '124927.077000', '124927.079000', '124927.082000', '124927.084000', '124927.087000', '124927.090000', '124927.092000', '124927.095000', '124927.098000', '124927.100000', '124927.103000', '124927.105000', '124927.108000', '124927.111000', '124927.113000', '124927.116000', '124927.118000', '124927.121000', '124927.124000', '124927.126000', '124927.129000', '124927.131000', '124927.134000', '124927.136000', '124927.139000', '124927.142000', '124927.144000', '124927.147000', '124927.150000', '124927.152000', '124927.155000', '124927.157000', '124927.160000', '124927.163000', '124927.165000', '124927.168000', '124927.170000', '124927.173000', '124927.175000', '124927.178000', '124927.181000', '124927.183000', '124927.186000', '124927.188000', '124947.077000', '124947.080000', '124947.082000', '124947.085000', '124947.087000', '124947.090000', '124947.093000', '124947.095000', '124947.098000', '124947.100000', '124947.103000', '124947.106000', '124947.108000', '124947.111000', '124947.113000', '124947.116000', '124947.118000', '124947.121000', '124947.124000', '124947.126000', '124947.129000', '124947.136000', '124947.138000', '124947.141000', '124947.144000', '124947.146000', '124947.149000', '124947.152000', '124947.154000', '124947.157000', '124947.160000', '124947.162000', '124947.165000', '124947.167000', '124947.170000', '124947.173000', '124947.175000', '124947.178000', '124947.181000', '124947.183000', '124947.186000', '124947.188000', '124947.191000', '125007.076000', '125007.079000', '125007.082000', '125007.084000', '125007.087000', '125007.090000', '125007.093000', '125007.095000', '125007.098000', '125007.101000', '125007.103000', '125007.106000', '125007.109000', '125007.111000', '125007.114000', '125007.116000', '125007.119000', '125007.121000', '125007.124000', '125007.127000', '125007.129000', '125007.132000', '125007.135000', '125007.137000', '125007.140000', '125007.142000', '125007.145000', '125007.148000', '125007.150000', '125007.153000', '125007.156000', '125007.158000', '125007.161000', '125007.163000', '125007.166000', '125007.169000', '125007.171000', '125007.174000', '125007.176000', '125007.179000', '125007.182000', '125007.184000', '125007.187000', '125007.189000', '125027.075000', '125027.078000', '125027.081000', '125027.083000', '125027.086000', '125027.089000', '125027.091000', '125027.094000', '125027.096000', '125027.099000', '125027.102000', '125027.104000', '125027.107000', '125027.110000', '125027.112000', '125027.115000', '125027.117000', '125027.120000', '125027.123000', '125027.125000', '125027.128000', '125027.130000', '125027.147000', '125027.150000', '125027.152000', '125027.155000', '125027.157000', '125027.160000', '125027.163000', '125027.166000', '125027.168000', '125027.171000', '125027.173000', '125027.176000', '125027.178000', '125027.181000', '125027.184000', '125027.186000', '125027.189000', '125027.191000', '125027.194000', '125027.197000', '125027.199000', '125047.075000', '125047.078000', '125047.081000', '125047.084000', '125047.086000', '125047.089000', '125047.091000', '125047.094000', '125047.097000', '125047.099000', '125047.102000', '125047.104000', '125047.107000', '125047.109000', '125047.112000', '125047.115000', '125047.117000', '125047.120000', '125047.122000', '125047.125000', '125047.128000', '125047.130000', '125047.133000', '125047.136000', '125047.138000', '125047.141000', '125047.143000', '125047.146000', '125047.148000', '125047.151000', '125047.154000', '125047.156000', '125047.159000', '125047.161000', '125047.164000', '125047.167000', '125047.169000', '125047.172000', '125047.175000', '125047.177000', '125047.180000', '125047.182000', '125047.185000', '125107.076000', '125107.078000', '125107.081000', '125107.083000', '125107.086000', '125107.089000', '125107.091000', '125107.094000', '125107.097000', '125107.099000', '125107.102000', '125107.105000', '125107.107000', '125107.110000', '125107.113000', '125107.115000', '125107.118000', '125107.120000', '125107.123000', '125107.126000', '125107.128000', '125107.131000', '125107.133000', '125107.136000', '125107.139000', '125107.141000', '125107.144000', '125107.146000', '125107.149000', '125107.152000', '125107.154000', '125107.157000', '125107.160000', '125107.162000', '125107.165000', '125107.167000', '125107.170000', '125107.173000', '125107.175000', '125107.178000', '125107.180000', '125107.183000', '125107.185000', '125107.188000', '125127.076000', '125127.079000', '125127.082000', '125127.085000', '125127.087000', '125127.090000', '125127.093000', '125127.095000', '125127.098000', '125127.100000', '125127.103000', '125127.106000', '125127.116000', '125127.118000', '125127.121000', '125127.124000', '125127.126000', '125127.129000', '125127.131000', '125127.134000', '125127.136000', '125127.139000', '125127.142000', '125127.144000', '125127.147000', '125127.149000', '125127.152000', '125127.154000', '125127.163000', '125127.166000', '125127.169000', '125127.171000', '125127.174000', '125127.177000', '125127.179000', '125127.182000', '125127.185000', '125127.187000', '125127.190000', '125127.192000', '125127.195000', '125127.197000', '125127.200000', '125147.077000', '125147.079000', '125147.082000', '125147.085000', '125147.088000', '125147.090000', '125147.093000', '125147.096000', '125147.098000', '125147.101000', '125147.103000', '125147.106000', '125147.109000', '125147.111000', '125147.114000', '125147.117000', '125147.119000', '125147.122000', '125147.124000', '125147.127000', '125147.130000', '125147.132000', '125147.135000', '125147.138000', '125147.140000', '125147.143000', '125147.145000', '125147.148000', '125147.151000', '125147.153000', '125147.156000', '125147.159000', '125147.161000', '125147.164000', '125147.167000', '125147.169000', '125147.172000', '125147.174000', '125147.177000', '125147.180000', '125147.189000', '125147.192000', '125147.194000', '125147.197000', '125207.076000', '125207.080000', '125207.082000', '125207.085000', '125207.088000', '125207.090000', '125207.094000', '125207.097000', '125207.100000', '125207.103000', '125207.105000', '125207.108000', '125207.110000', '125207.113000', '125207.115000', '125207.118000', '125207.121000', '125207.123000', '125207.139000', '125207.142000', '125207.145000', '125207.147000', '125207.150000', '125207.153000', '125207.155000', '125207.158000', '125207.160000', '125207.163000', '125207.166000', '125207.168000', '125207.171000', '125207.174000', '125207.176000', '125207.179000', '125207.181000', '125207.184000', '125207.187000', '125207.189000', '125207.192000', '125207.194000', '125207.197000', '125207.200000', '125207.202000', '125227.076000', '125227.078000', '125227.081000', '125227.084000', '125227.087000', '125227.089000', '125227.092000', '125227.095000', '125227.097000', '125227.100000', '125227.102000', '125227.105000', '125227.108000', '125227.110000', '125227.113000', '125227.115000', '125227.118000', '125227.121000', '125227.123000', '125227.126000', '125227.129000', '125227.131000', '125227.134000', '125227.137000', '125227.139000', '125227.142000', '125227.144000', '125227.147000', '125227.149000', '125227.152000', '125227.155000', '125227.158000', '125227.160000', '125227.163000', '125227.166000', '125227.168000', '125227.171000', '125227.173000', '125227.176000', '125227.179000', '125227.181000', '125227.184000', '125227.186000', '125227.189000', '125247.075000', '125247.078000', '125247.081000', '125247.084000', '125247.086000', '125247.089000', '125247.091000', '125247.094000', '125247.097000', '125247.100000', '125247.103000', '125247.108000', '125247.110000', '125247.113000', '125247.116000', '125247.118000', '125247.121000', '125247.124000', '125247.126000', '125247.129000', '125247.131000', '125247.134000', '125247.137000', '125247.140000', '125247.142000', '125247.145000', '125247.147000', '125247.150000', '125247.153000', '125247.156000', '125247.159000', '125247.162000', '125247.164000', '125247.167000', '125247.170000', '125247.172000', '125247.175000', '125247.177000', '125247.180000', '125247.183000', '125247.185000', '125247.188000', '125247.191000', '125307.076000', '125307.080000', '125307.082000', '125307.085000', '125307.087000', '125307.091000', '125307.093000', '125307.096000', '125307.098000', '125307.101000', '125307.104000', '125307.106000', '125307.109000', '125307.112000', '125307.115000', '125307.117000', '125307.120000', '125307.123000', '125307.125000', '125307.128000', '125307.130000', '125307.133000', '125307.136000', '125307.138000', '125307.141000', '125307.143000', '125307.146000', '125307.149000', '125307.151000', '125307.154000', '125307.157000', '125307.159000', '125307.162000', '125307.164000', '125307.167000', '125307.170000', '125307.172000', '125307.175000', '125307.177000', '125307.180000', '125307.183000', '125307.185000', '125307.188000', '125307.191000', '125327.076000', '125327.079000', '125327.082000', '125327.085000', '125327.087000', '125327.090000', '125327.092000', '125327.095000', '125327.098000', '125327.100000', '125327.103000', '125327.105000', '125327.108000', '125327.111000', '125327.113000', '125327.116000', '125327.118000', '125327.121000', '125327.124000', '125327.126000', '125327.129000', '125327.132000', '125327.134000', '125327.137000', '125327.139000', '125327.142000', '125327.145000', '125327.147000', '125327.150000', '125327.161000', '125327.163000', '125327.166000', '125327.168000', '125327.171000', '125327.174000', '125327.176000', '125327.179000', '125327.182000', '125327.184000', '125327.187000', '125327.189000', '125327.192000', '125327.194000', '125347.077000', '125347.080000', '125347.082000', '125347.085000', '125347.088000', '125347.090000', '125347.093000', '125347.096000', '125347.098000', '125347.101000', '125347.104000', '125347.106000', '125347.109000', '125347.112000', '125347.114000', '125347.117000', '125347.120000', '125347.122000', '125347.125000', '125347.127000', '125347.130000', '125347.132000', '125347.135000', '125347.138000', '125347.140000', '125347.143000', '125347.146000', '125347.148000', '125347.151000', '125347.154000', '125347.156000', '125347.159000', '125347.162000', '125347.164000', '125347.167000', '125347.169000', '125347.172000', '125347.174000', '125347.177000', '125347.180000', '125347.182000', '125347.185000', '125347.188000', '125347.190000', '125407.077000', '125407.079000', '125407.082000', '125407.085000', '125407.087000', '125407.090000', '125407.093000', '125407.095000', '125407.098000', '125407.100000', '125407.103000', '125407.106000', '125407.108000', '125407.111000', '125407.114000', '125407.118000', '125407.121000', '125407.123000', '125407.126000', '125407.129000', '125407.131000', '125407.134000', '125407.136000', '125407.139000', '125407.142000', '125407.145000', '125407.147000', '125407.150000', '125407.153000', '125407.155000', '125407.158000', '125407.160000', '125407.163000', '125407.166000', '125407.168000', '125407.171000', '125407.174000', '125407.176000', '125407.179000', '125407.181000', '125407.184000', '125407.187000', '125407.189000', '125427.077000', '125427.079000', '125427.082000', '125427.085000', '125427.088000', '125427.090000', '125427.093000', '125427.095000', '125427.098000', '125427.101000', '125427.103000', '125427.106000', '125427.108000', '125427.111000', '125427.114000', '125427.116000', '125427.119000', '125427.121000', '125427.124000', '125427.127000', '125427.129000', '125427.132000', '125427.134000', '125427.137000', '125427.140000', '125427.142000', '125427.145000', '125427.147000', '125427.150000', '125427.153000', '125427.155000', '125427.158000', '125427.160000', '125427.163000', '125427.166000', '125427.168000', '125427.171000', '125427.173000', '125427.176000', '125427.179000', '125427.181000', '125427.184000', '125427.186000', '125427.189000', '125447.075000', '125447.078000', '125447.081000', '125447.084000', '125447.086000', '125447.089000', '125447.091000', '125447.094000', '125447.097000', '125447.099000', '125447.102000', '125447.105000', '125447.107000', '125447.110000', '125447.112000', '125447.115000', '125447.118000', '125447.120000', '125447.123000', '125447.125000', '125447.128000', '125447.131000', '125447.133000', '125447.136000', '125447.138000', '125447.141000', '125447.144000', '125447.147000', '125447.150000', '125447.153000', '125447.156000', '125447.158000', '125447.161000', '125447.163000', '125447.166000', '125447.169000', '125447.171000', '125447.174000', '125447.176000', '125447.179000', '125447.182000', '125447.184000', '125447.187000', '125507.075000', '125507.078000', '125507.081000', '125507.083000', '125507.086000', '125507.089000', '125507.092000', '125507.094000', '125507.097000', '125507.100000', '125507.102000', '125507.120000', '125507.123000', '125507.126000', '125507.128000', '125507.131000', '125507.134000', '125507.136000', '125507.139000', '125507.141000', '125507.144000', '125507.147000', '125507.149000', '125507.152000', '125507.155000', '125507.157000', '125507.160000', '125507.163000', '125507.165000', '125507.168000', '125507.170000', '125507.173000', '125507.176000', '125507.178000', '125507.181000', '125507.183000', '125507.186000', '125507.189000', '125507.191000', '125507.194000', '125507.197000', '125507.199000', '125507.202000', '125507.204000', '125507.851000', '125507.854000'], 'InstanceCreationTime': ['124847.114000', '124847.118000', '124847.121000', '124847.123000', '124847.126000', '124847.128000', '124847.131000', '124847.134000', '124847.136000', '124847.144000', '124847.147000', '124847.150000', '124847.152000', '124847.155000', '124847.157000', '124847.160000', '124847.163000', '124847.165000', '124847.168000', '124847.170000', '124847.173000', '124847.175000', '124847.178000', '124847.181000', '124847.183000', '124847.186000', '124847.188000', '124847.201000', '124847.203000', '124847.206000', '124847.209000', '124847.211000', '124847.214000', '124847.216000', '124847.219000', '124847.222000', '124847.224000', '124847.227000', '124847.229000', '124847.232000', '124847.235000', '124847.237000', '124847.240000', '124847.242000', '124907.076000', '124907.079000', '124907.082000', '124907.084000', '124907.087000', '124907.090000', '124907.092000', '124907.095000', '124907.097000', '124907.100000', '124907.102000', '124907.105000', '124907.108000', '124907.110000', '124907.113000', '124907.116000', '124907.118000', '124907.121000', '124907.123000', '124907.126000', '124907.129000', '124907.131000', '124907.134000', '124907.136000', '124907.139000', '124907.142000', '124907.144000', '124907.147000', '124907.149000', '124907.152000', '124907.155000', '124907.157000', '124907.160000', '124907.162000', '124907.165000', '124907.168000', '124907.170000', '124907.173000', '124907.175000', '124907.178000', '124907.181000', '124907.183000', '124907.186000', '124927.077000', '124927.079000', '124927.082000', '124927.084000', '124927.087000', '124927.090000', '124927.092000', '124927.095000', '124927.098000', '124927.100000', '124927.103000', '124927.105000', '124927.108000', '124927.111000', '124927.113000', '124927.116000', '124927.118000', '124927.121000', '124927.124000', '124927.126000', '124927.129000', '124927.131000', '124927.134000', '124927.136000', '124927.139000', '124927.142000', '124927.144000', '124927.147000', '124927.150000', '124927.152000', '124927.155000', '124927.157000', '124927.160000', '124927.163000', '124927.165000', '124927.168000', '124927.170000', '124927.173000', '124927.175000', '124927.178000', '124927.181000', '124927.183000', '124927.186000', '124927.188000', '124947.077000', '124947.080000', '124947.082000', '124947.085000', '124947.087000', '124947.090000', '124947.093000', '124947.095000', '124947.098000', '124947.100000', '124947.103000', '124947.106000', '124947.108000', '124947.111000', '124947.113000', '124947.116000', '124947.118000', '124947.121000', '124947.124000', '124947.126000', '124947.129000', '124947.136000', '124947.138000', '124947.141000', '124947.144000', '124947.146000', '124947.149000', '124947.152000', '124947.154000', '124947.157000', '124947.160000', '124947.162000', '124947.165000', '124947.167000', '124947.170000', '124947.173000', '124947.175000', '124947.178000', '124947.181000', '124947.183000', '124947.186000', '124947.188000', '124947.191000', '125007.076000', '125007.079000', '125007.082000', '125007.084000', '125007.087000', '125007.090000', '125007.093000', '125007.095000', '125007.098000', '125007.101000', '125007.103000', '125007.106000', '125007.109000', '125007.111000', '125007.114000', '125007.116000', '125007.119000', '125007.121000', '125007.124000', '125007.127000', '125007.129000', '125007.132000', '125007.135000', '125007.137000', '125007.140000', '125007.142000', '125007.145000', '125007.148000', '125007.150000', '125007.153000', '125007.156000', '125007.158000', '125007.161000', '125007.163000', '125007.166000', '125007.169000', '125007.171000', '125007.174000', '125007.176000', '125007.179000', '125007.182000', '125007.184000', '125007.187000', '125007.189000', '125027.075000', '125027.078000', '125027.081000', '125027.083000', '125027.086000', '125027.089000', '125027.091000', '125027.094000', '125027.096000', '125027.099000', '125027.102000', '125027.104000', '125027.107000', '125027.110000', '125027.112000', '125027.115000', '125027.117000', '125027.120000', '125027.123000', '125027.125000', '125027.128000', '125027.130000', '125027.147000', '125027.150000', '125027.152000', '125027.155000', '125027.157000', '125027.160000', '125027.163000', '125027.166000', '125027.168000', '125027.171000', '125027.173000', '125027.176000', '125027.178000', '125027.181000', '125027.184000', '125027.186000', '125027.189000', '125027.191000', '125027.194000', '125027.197000', '125027.199000', '125047.075000', '125047.078000', '125047.081000', '125047.084000', '125047.086000', '125047.089000', '125047.091000', '125047.094000', '125047.097000', '125047.099000', '125047.102000', '125047.104000', '125047.107000', '125047.109000', '125047.112000', '125047.115000', '125047.117000', '125047.120000', '125047.122000', '125047.125000', '125047.128000', '125047.130000', '125047.133000', '125047.136000', '125047.138000', '125047.141000', '125047.143000', '125047.146000', '125047.148000', '125047.151000', '125047.154000', '125047.156000', '125047.159000', '125047.161000', '125047.164000', '125047.167000', '125047.169000', '125047.172000', '125047.175000', '125047.177000', '125047.180000', '125047.182000', '125047.185000', '125107.076000', '125107.078000', '125107.081000', '125107.083000', '125107.086000', '125107.089000', '125107.091000', '125107.094000', '125107.097000', '125107.099000', '125107.102000', '125107.105000', '125107.107000', '125107.110000', '125107.113000', '125107.115000', '125107.118000', '125107.120000', '125107.123000', '125107.126000', '125107.128000', '125107.131000', '125107.133000', '125107.136000', '125107.139000', '125107.141000', '125107.144000', '125107.146000', '125107.149000', '125107.152000', '125107.154000', '125107.157000', '125107.160000', '125107.162000', '125107.165000', '125107.167000', '125107.170000', '125107.173000', '125107.175000', '125107.178000', '125107.180000', '125107.183000', '125107.185000', '125107.188000', '125127.076000', '125127.079000', '125127.082000', '125127.085000', '125127.087000', '125127.090000', '125127.093000', '125127.095000', '125127.098000', '125127.100000', '125127.103000', '125127.106000', '125127.116000', '125127.118000', '125127.121000', '125127.124000', '125127.126000', '125127.129000', '125127.131000', '125127.134000', '125127.136000', '125127.139000', '125127.142000', '125127.144000', '125127.147000', '125127.149000', '125127.152000', '125127.154000', '125127.163000', '125127.166000', '125127.169000', '125127.171000', '125127.174000', '125127.177000', '125127.179000', '125127.182000', '125127.185000', '125127.187000', '125127.190000', '125127.192000', '125127.195000', '125127.197000', '125127.200000', '125147.077000', '125147.079000', '125147.082000', '125147.085000', '125147.088000', '125147.090000', '125147.093000', '125147.096000', '125147.098000', '125147.101000', '125147.103000', '125147.106000', '125147.109000', '125147.111000', '125147.114000', '125147.117000', '125147.119000', '125147.122000', '125147.124000', '125147.127000', '125147.130000', '125147.132000', '125147.135000', '125147.138000', '125147.140000', '125147.143000', '125147.145000', '125147.148000', '125147.151000', '125147.153000', '125147.156000', '125147.159000', '125147.161000', '125147.164000', '125147.167000', '125147.169000', '125147.172000', '125147.174000', '125147.177000', '125147.180000', '125147.189000', '125147.192000', '125147.194000', '125147.197000', '125207.076000', '125207.080000', '125207.082000', '125207.085000', '125207.088000', '125207.090000', '125207.094000', '125207.097000', '125207.100000', '125207.103000', '125207.105000', '125207.108000', '125207.110000', '125207.113000', '125207.115000', '125207.118000', '125207.121000', '125207.123000', '125207.139000', '125207.142000', '125207.145000', '125207.147000', '125207.150000', '125207.153000', '125207.155000', '125207.158000', '125207.160000', '125207.163000', '125207.166000', '125207.168000', '125207.171000', '125207.174000', '125207.176000', '125207.179000', '125207.181000', '125207.184000', '125207.187000', '125207.189000', '125207.192000', '125207.194000', '125207.197000', '125207.200000', '125207.202000', '125227.076000', '125227.078000', '125227.081000', '125227.084000', '125227.087000', '125227.089000', '125227.092000', '125227.095000', '125227.097000', '125227.100000', '125227.102000', '125227.105000', '125227.108000', '125227.110000', '125227.113000', '125227.115000', '125227.118000', '125227.121000', '125227.123000', '125227.126000', '125227.129000', '125227.131000', '125227.134000', '125227.137000', '125227.139000', '125227.142000', '125227.144000', '125227.147000', '125227.149000', '125227.152000', '125227.155000', '125227.158000', '125227.160000', '125227.163000', '125227.166000', '125227.168000', '125227.171000', '125227.173000', '125227.176000', '125227.179000', '125227.181000', '125227.184000', '125227.186000', '125227.189000', '125247.075000', '125247.078000', '125247.081000', '125247.084000', '125247.086000', '125247.089000', '125247.091000', '125247.094000', '125247.097000', '125247.100000', '125247.103000', '125247.108000', '125247.110000', '125247.113000', '125247.116000', '125247.118000', '125247.121000', '125247.124000', '125247.126000', '125247.129000', '125247.131000', '125247.134000', '125247.137000', '125247.140000', '125247.142000', '125247.145000', '125247.147000', '125247.150000', '125247.153000', '125247.156000', '125247.159000', '125247.162000', '125247.164000', '125247.167000', '125247.170000', '125247.172000', '125247.175000', '125247.177000', '125247.180000', '125247.183000', '125247.185000', '125247.188000', '125247.191000', '125307.076000', '125307.080000', '125307.082000', '125307.085000', '125307.087000', '125307.091000', '125307.093000', '125307.096000', '125307.098000', '125307.101000', '125307.104000', '125307.106000', '125307.109000', '125307.112000', '125307.115000', '125307.117000', '125307.120000', '125307.123000', '125307.125000', '125307.128000', '125307.130000', '125307.133000', '125307.136000', '125307.138000', '125307.141000', '125307.143000', '125307.146000', '125307.149000', '125307.151000', '125307.154000', '125307.157000', '125307.159000', '125307.162000', '125307.164000', '125307.167000', '125307.170000', '125307.172000', '125307.175000', '125307.177000', '125307.180000', '125307.183000', '125307.185000', '125307.188000', '125307.191000', '125327.076000', '125327.079000', '125327.082000', '125327.085000', '125327.087000', '125327.090000', '125327.092000', '125327.095000', '125327.098000', '125327.100000', '125327.103000', '125327.105000', '125327.108000', '125327.111000', '125327.113000', '125327.116000', '125327.118000', '125327.121000', '125327.124000', '125327.126000', '125327.129000', '125327.132000', '125327.134000', '125327.137000', '125327.139000', '125327.142000', '125327.145000', '125327.147000', '125327.150000', '125327.161000', '125327.163000', '125327.166000', '125327.168000', '125327.171000', '125327.174000', '125327.176000', '125327.179000', '125327.182000', '125327.184000', '125327.187000', '125327.189000', '125327.192000', '125327.194000', '125347.077000', '125347.080000', '125347.082000', '125347.085000', '125347.088000', '125347.090000', '125347.093000', '125347.096000', '125347.098000', '125347.101000', '125347.104000', '125347.106000', '125347.109000', '125347.112000', '125347.114000', '125347.117000', '125347.120000', '125347.122000', '125347.125000', '125347.127000', '125347.130000', '125347.132000', '125347.135000', '125347.138000', '125347.140000', '125347.143000', '125347.146000', '125347.148000', '125347.151000', '125347.154000', '125347.156000', '125347.159000', '125347.162000', '125347.164000', '125347.167000', '125347.169000', '125347.172000', '125347.174000', '125347.177000', '125347.180000', '125347.182000', '125347.185000', '125347.188000', '125347.190000', '125407.077000', '125407.079000', '125407.082000', '125407.085000', '125407.087000', '125407.090000', '125407.093000', '125407.095000', '125407.098000', '125407.100000', '125407.103000', '125407.106000', '125407.108000', '125407.111000', '125407.114000', '125407.118000', '125407.121000', '125407.123000', '125407.126000', '125407.129000', '125407.131000', '125407.134000', '125407.136000', '125407.139000', '125407.142000', '125407.145000', '125407.147000', '125407.150000', '125407.153000', '125407.155000', '125407.158000', '125407.160000', '125407.163000', '125407.166000', '125407.168000', '125407.171000', '125407.174000', '125407.176000', '125407.179000', '125407.181000', '125407.184000', '125407.187000', '125407.189000', '125427.077000', '125427.079000', '125427.082000', '125427.085000', '125427.088000', '125427.090000', '125427.093000', '125427.095000', '125427.098000', '125427.101000', '125427.103000', '125427.106000', '125427.108000', '125427.111000', '125427.114000', '125427.116000', '125427.119000', '125427.121000', '125427.124000', '125427.127000', '125427.129000', '125427.132000', '125427.134000', '125427.137000', '125427.140000', '125427.142000', '125427.145000', '125427.147000', '125427.150000', '125427.153000', '125427.155000', '125427.158000', '125427.160000', '125427.163000', '125427.166000', '125427.168000', '125427.171000', '125427.173000', '125427.176000', '125427.179000', '125427.181000', '125427.184000', '125427.186000', '125427.189000', '125447.075000', '125447.078000', '125447.081000', '125447.084000', '125447.086000', '125447.089000', '125447.091000', '125447.094000', '125447.097000', '125447.099000', '125447.102000', '125447.105000', '125447.107000', '125447.110000', '125447.112000', '125447.115000', '125447.118000', '125447.120000', '125447.123000', '125447.125000', '125447.128000', '125447.131000', '125447.133000', '125447.136000', '125447.138000', '125447.141000', '125447.144000', '125447.147000', '125447.150000', '125447.153000', '125447.156000', '125447.158000', '125447.161000', '125447.163000', '125447.166000', '125447.169000', '125447.171000', '125447.174000', '125447.176000', '125447.179000', '125447.182000', '125447.184000', '125447.187000', '125507.075000', '125507.078000', '125507.081000', '125507.083000', '125507.086000', '125507.089000', '125507.092000', '125507.094000', '125507.097000', '125507.100000', '125507.102000', '125507.120000', '125507.123000', '125507.126000', '125507.128000', '125507.131000', '125507.134000', '125507.136000', '125507.139000', '125507.141000', '125507.144000', '125507.147000', '125507.149000', '125507.152000', '125507.155000', '125507.157000', '125507.160000', '125507.163000', '125507.165000', '125507.168000', '125507.170000', '125507.173000', '125507.176000', '125507.178000', '125507.181000', '125507.183000', '125507.186000', '125507.189000', '125507.191000', '125507.194000', '125507.197000', '125507.199000', '125507.202000', '125507.204000', '125507.851000', '125507.854000'], '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': [12031, 8304, 8306, 8164, 9736, 7907, 7718, 8325, 7736, 8906, 7674, 7945, 9168, 7636, 7545, 9141, 8029, 12544, 10007, 7625, 12981, 9422, 10952, 15075, 10247, 10495, 8337, 7856, 14265, 8245, 10453, 7846, 7494, 9104, 7783, 10114, 7807, 13830, 9404, 7647, 8889, 10112, 14406, 9356, 7497, 7863, 7774, 7334, 7816, 7518, 9501, 7369, 7643, 9146, 7684, 7888, 10056, 7700, 9284, 11422, 8320, 12476, 10913, 9496, 14292, 10549, 8880, 14646, 12214, 14697, 11216, 8562, 11829, 8851, 10375, 7937, 7561, 9107, 7654, 8371, 7255, 12423, 7510, 7744, 7534, 7643, 9098, 7653, 8446, 7956, 7785, 14352, 11349, 13599, 10485, 8081, 8548, 7653, 8106, 7935, 7916, 7553, 8021, 7594, 9161, 7482, 9123, 8977, 8035, 14235, 10713, 10654, 9455, 9875, 16124, 12818, 10777, 17512, 12952, 10915, 12957, 8700, 9848, 8950, 7587, 11470, 7372, 7446, 7955, 7381, 9982, 7269, 7504, 7425, 7235, 9070, 7493, 7908, 7441, 7264, 8278, 7566, 7695, 7844, 7633, 11281, 8196, 7417, 7711, 7273, 7399, 7723, 7327, 7573, 7259, 7719, 7711, 7770, 7711, 8617, 7658, 8315, 7483, 7394, 9340, 7800, 10482, 8914, 7805, 15283, 11270, 10603, 14438, 10182, 14108, 11137, 10387, 17969, 11496, 12224, 9102, 13002, 16697, 14331, 12666, 9524, 8491, 7714, 7750, 10096, 7692, 8206, 7550, 7368, 7360, 7552, 7542, 7755, 7470, 10412, 7778, 7373, 7617, 7552, 7858, 7480, 7355, 10244, 7602, 8784, 7909, 7839, 13058, 7797, 9844, 14842, 9685, 9358, 7598, 7901, 13764, 8612, 7555, 7493, 7592, 9879, 7781, 11415, 8555, 9760, 11143, 7533, 7634, 7654, 9294, 7685, 7805, 7904, 7775, 12207, 7603, 9129, 7917, 7606, 14611, 8385, 11227, 10885, 9132, 15379, 10899, 11379, 11921, 9139, 12498, 9608, 11230, 13652, 9243, 10011, 8170, 7979, 15864, 9670, 8950, 7664, 7320, 7713, 8075, 7939, 7517, 7835, 13026, 8125, 9494, 7384, 7345, 7365, 7468, 7234, 7316, 7551, 8686, 7849, 7910, 7645, 7789, 13150, 8456, 10115, 10145, 9504, 16549, 12217, 11564, 14281, 13686, 16678, 12435, 8924, 10202, 7940, 9351, 7824, 7902, 8432, 7661, 11946, 8963, 14373, 12913, 10661, 12203, 7280, 7231, 7414, 7674, 7489, 7540, 7901, 8707, 7878, 7870, 8854, 8005, 8769, 9313, 8089, 13183, 10036, 9523, 15273, 11389, 11688, 13701, 10793, 15569, 11918, 11420, 12163, 9444, 14221, 10549, 14684, 14219, 9801, 10640, 7843, 11649, 9196, 7605, 7572, 7650, 8082, 7707, 9434, 8025, 7559, 7398, 7740, 8221, 7640, 7657, 7546, 8004, 7668, 7495, 7620, 9483, 7884, 9341, 7462, 7690, 9100, 7891, 10478, 7985, 8987, 13279, 12503, 14198, 10030, 10171, 9315, 14123, 16022, 11380, 12310, 7692, 7756, 8038, 7667, 8012, 8844, 7764, 9018, 8622, 7535, 11543, 9071, 7608, 13644, 10223, 10672, 14887, 12183, 15089, 15998, 12510, 13744, 11440, 12226, 16993, 12629, 9809, 9426, 7958, 9835, 7734, 7418, 7521, 7564, 13897, 8602, 7826, 7551, 7734, 11590, 8164, 7828, 7708, 7808, 7803, 7844, 7587, 8163, 7773, 10271, 7692, 7674, 7703, 7572, 7804, 7608, 7728, 11993, 8144, 7799, 7436, 7658, 9320, 8005, 11372, 10946, 11600, 13545, 8016, 8844, 7606, 7726, 13194, 10229, 14511, 10447, 7417, 8644, 7617, 7536, 7782, 7672, 7805, 8195, 7829, 11115, 8954, 8137, 14000, 10983, 10008, 15892, 14895, 17172, 15899, 11182, 11681, 8294, 7791, 9455, 7611, 7734, 7484, 7722, 8949, 7740, 7857, 8694, 8027, 7814, 8382, 8172, 13935, 10078, 7756, 8403, 7995, 10294, 7648, 7515, 9715, 8662, 10080, 7863, 7772, 7673, 7369, 7751, 7393, 10955, 7937, 9580, 7627, 7780, 8603, 7988, 7823, 9369, 7665, 7811, 7818, 7802, 8582, 7978, 7961, 7850, 8059, 12429, 8336, 11472, 9088, 11082, 11642, 7778, 10397, 7872, 13160, 14059, 10950, 14649, 7782, 9400, 7403, 7736, 7458, 7672, 7500, 7993, 7760, 9904, 7820, 7955, 11234, 8369, 9537, 11204, 9258, 15398, 12053, 8844, 11935, 8876, 11033, 13031, 8173, 8122, 8886, 9800, 14694, 9609, 8060, 8678, 7962, 9822, 7717, 8942, 10702, 8210, 9190, 7918, 8003, 10689, 8189, 9006, 7960, 7949, 11935, 7835, 7797, 7527, 7401, 13992, 10133, 10345, 7515, 7684, 7646, 7628, 7690, 8054, 7611, 7532, 7545, 7584, 10094, 7777, 8189, 9962, 7910, 11936, 11066, 10293, 16259, 12980, 11031, 13557, 10546, 16678, 14330, 14789, 16958, 12857, 12767, 9041, 8161, 8334, 7641, 8382, 7762, 7434, 8343, 8035, 8765, 7932, 8026, 7648, 7826, 11312, 7710, 7684, 10743, 9047, 11543, 8104, 9181, 12907, 11318, 15110, 9807, 7948, 7616, 8201, 8241, 7862, 8381, 7812, 7563, 8062, 7942, 8745, 7616, 7500, 7891, 7931, 9809, 8095, 7756, 10015, 9252, 12445, 8144, 8035, 7729, 7713, 9840, 7630, 8852, 8603, 9481, 14934, 11620, 11250, 8406, 7796, 7745, 7718, 7882, 7667, 7801, 8077, 7803, 11953, 8078, 11390, 8764, 14219, 13523, 12970, 15863, 12567, 13780, 14895, 12120, 14980, 14445, 11781, 14911, 12087, 11559, 16900, 12957, 8117, 10121, 8265, 10947, 9145, 7835, 8206, 8010, 8104, 7666, 7853, 10024, 8017, 7685, 7643, 8152, 7975, 7857, 7913, 7812, 7910, 7807, 7962, 7905, 10685, 8090, 9449, 7740, 7769, 8039, 8041, 11649, 7878, 12839, 8866, 8103, 10290, 7626, 12808, 10054, 12102, 16092, 12291, 15257, 10286, 8148, 8156, 8052, 7886, 7580, 7610, 11148, 7577, 7832, 7834, 7668, 11486, 7957, 8044, 8627, 7824, 13416, 10094, 12698, 16754, 16335, 16372, 11751, 7870, 11969, 8379, 9832, 8950, 11106, 16063, 11394, 16895, 12858, 9583, 9467, 7615, 7451, 7847, 7819, 9810, 7691, 7400, 10187, 8044, 10406, 8723, 8001, 12139, 8672, 7909, 11299, 8473, 12564, 12423, 8875, 12585, 8965, 8382, 11577, 8198, 9154, 9361, 7983, 8903, 7883, 7933, 7647, 9989, 11956, 7726, 8935, 8276, 7862, 7789, 8296, 9471, 7671, 8691, 7981, 7907, 7735, 7792, 7503, 8318, 7646, 9758, 7896, 7822, 7949, 7831, 12676, 8365, 12038, 9918, 10085, 15806, 13425, 14929, 10968, 9920, 14199, 10072, 15015, 10366, 13738, 14955, 8606, 7370], 'WindowCenter': [4936.0, 4831.0, 4800.0, 4786.0, 4815.0, 4799.0, 4786.0, 4792.0, 4785.0, 4790.0, 4772.0, 4781.0, 4801.0, 4784.0, 4783.0, 4831.0, 4798.0, 4855.0, 4813.0, 4773.0, 4838.0, 4815.0, 4834.0, 4876.0, 4813.0, 4807.0, 4796.0, 4780.0, 4863.0, 4781.0, 4809.0, 4793.0, 4771.0, 4788.0, 4784.0, 4823.0, 4782.0, 4849.0, 4802.0, 4768.0, 4788.0, 4807.0, 4844.0, 4783.0, 4743.0, 4761.0, 4755.0, 4754.0, 4769.0, 4772.0, 4809.0, 4774.0, 4783.0, 4801.0, 4784.0, 4782.0, 4812.0, 4785.0, 4801.0, 4822.0, 4783.0, 4828.0, 4811.0, 4792.0, 4838.0, 4801.0, 4780.0, 4850.0, 4830.0, 4863.0, 4821.0, 4777.0, 4817.0, 4777.0, 4783.0, 4767.0, 4768.0, 4789.0, 4756.0, 4768.0, 4759.0, 4825.0, 4757.0, 4754.0, 4755.0, 4770.0, 4788.0, 4785.0, 4801.0, 4807.0, 4801.0, 4875.0, 4836.0, 4868.0, 4838.0, 4800.0, 4784.0, 4774.0, 4772.0, 4783.0, 4774.0, 4762.0, 4789.0, 4805.0, 4833.0, 4789.0, 4817.0, 4793.0, 4773.0, 4855.0, 4813.0, 4799.0, 4775.0, 4789.0, 4849.0, 4834.0, 4799.0, 4856.0, 4805.0, 4779.0, 4785.0, 4726.0, 4746.0, 4737.0, 4718.0, 4777.0, 4720.0, 4722.0, 4740.0, 4733.0, 4770.0, 4730.0, 4719.0, 4719.0, 4732.0, 4752.0, 4733.0, 4743.0, 4743.0, 4747.0, 4755.0, 4757.0, 4759.0, 4767.0, 4770.0, 4830.0, 4791.0, 4774.0, 4783.0, 4773.0, 4757.0, 4758.0, 4758.0, 4757.0, 4758.0, 4771.0, 4797.0, 4783.0, 4782.0, 4789.0, 4770.0, 4782.0, 4787.0, 4774.0, 4802.0, 4783.0, 4820.0, 4801.0, 4770.0, 4860.0, 4820.0, 4809.0, 4850.0, 4811.0, 4837.0, 4821.0, 4809.0, 4867.0, 4817.0, 4815.0, 4791.0, 4837.0, 4870.0, 4848.0, 4824.0, 4783.0, 4759.0, 4745.0, 4753.0, 4806.0, 4769.0, 4776.0, 4767.0, 4758.0, 4755.0, 4766.0, 4766.0, 4768.0, 4771.0, 4820.0, 4783.0, 4783.0, 4781.0, 4783.0, 4782.0, 4770.0, 4771.0, 4809.0, 4780.0, 4790.0, 4782.0, 4769.0, 4838.0, 4781.0, 4823.0, 4874.0, 4811.0, 4797.0, 4767.0, 4780.0, 4859.0, 4800.0, 4780.0, 4771.0, 4794.0, 4822.0, 4781.0, 4828.0, 4788.0, 4810.0, 4828.0, 4768.0, 4755.0, 4755.0, 4786.0, 4783.0, 4779.0, 4781.0, 4779.0, 4828.0, 4769.0, 4789.0, 4767.0, 4768.0, 4844.0, 4775.0, 4804.0, 4805.0, 4775.0, 4844.0, 4805.0, 4815.0, 4814.0, 4784.0, 4813.0, 4786.0, 4804.0, 4823.0, 4774.0, 4782.0, 4764.0, 4765.0, 4857.0, 4784.0, 4771.0, 4752.0, 4741.0, 4740.0, 4766.0, 4779.0, 4768.0, 4768.0, 4849.0, 4779.0, 4798.0, 4758.0, 4769.0, 4753.0, 4754.0, 4755.0, 4741.0, 4767.0, 4792.0, 4794.0, 4791.0, 4784.0, 4781.0, 4837.0, 4779.0, 4803.0, 4795.0, 4798.0, 4856.0, 4827.0, 4827.0, 4848.0, 4835.0, 4854.0, 4811.0, 4759.0, 4777.0, 4750.0, 4768.0, 4740.0, 4749.0, 4760.0, 4752.0, 4811.0, 4784.0, 4845.0, 4833.0, 4807.0, 4806.0, 4726.0, 4715.0, 4711.0, 4738.0, 4755.0, 4784.0, 4794.0, 4800.0, 4793.0, 4790.0, 4798.0, 4780.0, 4783.0, 4796.0, 4775.0, 4836.0, 4795.0, 4796.0, 4848.0, 4816.0, 4815.0, 4823.0, 4793.0, 4831.0, 4800.0, 4788.0, 4799.0, 4768.0, 4820.0, 4795.0, 4832.0, 4834.0, 4782.0, 4791.0, 4762.0, 4800.0, 4785.0, 4738.0, 4739.0, 4741.0, 4763.0, 4767.0, 4794.0, 4779.0, 4764.0, 4754.0, 4767.0, 4786.0, 4779.0, 4766.0, 4766.0, 4776.0, 4766.0, 4767.0, 4791.0, 4823.0, 4791.0, 4808.0, 4769.0, 4778.0, 4785.0, 4774.0, 4806.0, 4778.0, 4798.0, 4850.0, 4838.0, 4847.0, 4806.0, 4816.0, 4797.0, 4832.0, 4853.0, 4813.0, 4808.0, 4739.0, 4738.0, 4732.0, 4739.0, 4763.0, 4786.0, 4767.0, 4785.0, 4775.0, 4764.0, 4812.0, 4787.0, 4765.0, 4833.0, 4795.0, 4804.0, 4845.0, 4828.0, 4844.0, 4844.0, 4811.0, 4831.0, 4810.0, 4811.0, 4853.0, 4816.0, 4780.0, 4768.0, 4747.0, 4766.0, 4738.0, 4738.0, 4755.0, 4753.0, 4833.0, 4776.0, 4750.0, 4751.0, 4763.0, 4811.0, 4778.0, 4762.0, 4751.0, 4751.0, 4750.0, 4764.0, 4763.0, 4789.0, 4777.0, 4820.0, 4766.0, 4776.0, 4766.0, 4764.0, 4750.0, 4776.0, 4766.0, 4829.0, 4776.0, 4764.0, 4754.0, 4764.0, 4797.0, 4780.0, 4829.0, 4816.0, 4828.0, 4834.0, 4776.0, 4774.0, 4749.0, 4762.0, 4831.0, 4792.0, 4842.0, 4801.0, 4755.0, 4759.0, 4748.0, 4739.0, 4754.0, 4777.0, 4777.0, 4776.0, 4766.0, 4814.0, 4784.0, 4778.0, 4843.0, 4803.0, 4792.0, 4865.0, 4846.0, 4864.0, 4843.0, 4801.0, 4796.0, 4750.0, 4738.0, 4770.0, 4739.0, 4739.0, 4740.0, 4751.0, 4769.0, 4754.0, 4749.0, 4759.0, 4761.0, 4750.0, 4771.0, 4776.0, 4846.0, 4792.0, 4762.0, 4774.0, 4777.0, 4807.0, 4764.0, 4753.0, 4794.0, 4786.0, 4791.0, 4765.0, 4751.0, 4754.0, 4751.0, 4751.0, 4764.0, 4830.0, 4789.0, 4806.0, 4765.0, 4766.0, 4784.0, 4787.0, 4778.0, 4796.0, 4763.0, 4763.0, 4765.0, 4764.0, 4774.0, 4776.0, 4777.0, 4790.0, 4776.0, 4823.0, 4777.0, 4824.0, 4787.0, 4813.0, 4812.0, 4763.0, 4804.0, 4775.0, 4831.0, 4829.0, 4802.0, 4843.0, 4751.0, 4772.0, 4740.0, 4749.0, 4737.0, 4737.0, 4741.0, 4765.0, 4767.0, 4807.0, 4766.0, 4777.0, 4812.0, 4773.0, 4784.0, 4814.0, 4799.0, 4871.0, 4826.0, 4785.0, 4838.0, 4798.0, 4820.0, 4834.0, 4760.0, 4775.0, 4796.0, 4806.0, 4855.0, 4796.0, 4774.0, 4773.0, 4764.0, 4807.0, 4766.0, 4797.0, 4804.0, 4776.0, 4792.0, 4788.0, 4779.0, 4805.0, 4774.0, 4781.0, 4788.0, 4776.0, 4840.0, 4776.0, 4768.0, 4777.0, 4781.0, 4846.0, 4816.0, 4802.0, 4749.0, 4754.0, 4749.0, 4754.0, 4777.0, 4779.0, 4776.0, 4768.0, 4765.0, 4764.0, 4803.0, 4777.0, 4788.0, 4808.0, 4778.0, 4822.0, 4815.0, 4816.0, 4868.0, 4834.0, 4805.0, 4833.0, 4802.0, 4853.0, 4845.0, 4843.0, 4855.0, 4824.0, 4835.0, 4775.0, 4761.0, 4759.0, 4752.0, 4759.0, 4764.0, 4753.0, 4773.0, 4773.0, 4774.0, 4764.0, 4760.0, 4753.0, 4751.0, 4799.0, 4765.0, 4764.0, 4816.0, 4786.0, 4826.0, 4773.0, 4792.0, 4821.0, 4827.0, 4870.0, 4804.0, 4779.0, 4764.0, 4772.0, 4771.0, 4774.0, 4772.0, 4765.0, 4764.0, 4774.0, 4775.0, 4784.0, 4764.0, 4766.0, 4776.0, 4777.0, 4805.0, 4790.0, 4791.0, 4817.0, 4809.0, 4838.0, 4777.0, 4763.0, 4752.0, 4765.0, 4793.0, 4764.0, 4795.0, 4799.0, 4822.0, 4857.0, 4825.0, 4814.0, 4774.0, 4750.0, 4748.0, 4750.0, 4749.0, 4750.0, 4750.0, 4749.0, 4749.0, 4800.0, 4777.0, 4796.0, 4759.0, 4834.0, 4835.0, 4820.0, 4853.0, 4823.0, 4830.0, 4841.0, 4814.0, 4840.0, 4831.0, 4814.0, 4839.0, 4811.0, 4811.0, 4851.0, 4812.0, 4758.0, 4789.0, 4773.0, 4814.0, 4781.0, 4754.0, 4763.0, 4760.0, 4760.0, 4753.0, 4775.0, 4805.0, 4779.0, 4777.0, 4764.0, 4776.0, 4776.0, 4777.0, 4777.0, 4768.0, 4775.0, 4762.0, 4778.0, 4779.0, 4818.0, 4778.0, 4806.0, 4779.0, 4764.0, 4774.0, 4774.0, 4826.0, 4778.0, 4835.0, 4786.0, 4778.0, 4802.0, 4767.0, 4831.0, 4804.0, 4826.0, 4876.0, 4851.0, 4854.0, 4818.0, 4779.0, 4760.0, 4762.0, 4760.0, 4764.0, 4768.0, 4814.0, 4775.0, 4767.0, 4776.0, 4779.0, 4824.0, 4775.0, 4776.0, 4783.0, 4765.0, 4845.0, 4821.0, 4847.0, 4868.0, 4868.0, 4866.0, 4811.0, 4749.0, 4796.0, 4762.0, 4782.0, 4773.0, 4801.0, 4853.0, 4815.0, 4867.0, 4834.0, 4780.0, 4778.0, 4736.0, 4723.0, 4748.0, 4763.0, 4792.0, 4766.0, 4755.0, 4794.0, 4762.0, 4790.0, 4772.0, 4753.0, 4809.0, 4760.0, 4753.0, 4800.0, 4764.0, 4814.0, 4812.0, 4774.0, 4822.0, 4772.0, 4759.0, 4799.0, 4773.0, 4783.0, 4781.0, 4752.0, 4769.0, 4766.0, 4761.0, 4754.0, 4796.0, 4828.0, 4764.0, 4784.0, 4760.0, 4764.0, 4764.0, 4778.0, 4808.0, 4779.0, 4799.0, 4779.0, 4787.0, 4767.0, 4766.0, 4768.0, 4788.0, 4792.0, 4808.0, 4790.0, 4777.0, 4778.0, 4780.0, 4835.0, 4777.0, 4824.0, 4798.0, 4804.0, 4854.0, 4850.0, 4852.0, 4826.0, 4805.0, 4846.0, 4793.0, 4854.0, 4803.0, 4831.0, 4840.0, 4774.0, 4738.0], 'WindowWidth': [10756.0, 10576.0, 10507.0, 10475.0, 10515.0, 10496.0, 10472.0, 10473.0, 10465.0, 10468.0, 10443.0, 10453.0, 10480.0, 10461.0, 10462.0, 10540.0, 10488.0, 10565.0, 10500.0, 10444.0, 10527.0, 10507.0, 10529.0, 10591.0, 10497.0, 10483.0, 10479.0, 10457.0, 10568.0, 10450.0, 10490.0, 10478.0, 10443.0, 10461.0, 10462.0, 10520.0, 10460.0, 10549.0, 10484.0, 10434.0, 10462.0, 10483.0, 10530.0, 10444.0, 10388.0, 10412.0, 10404.0, 10406.0, 10435.0, 10445.0, 10491.0, 10448.0, 10462.0, 10481.0, 10460.0, 10456.0, 10494.0, 10462.0, 10478.0, 10505.0, 10454.0, 10510.0, 10489.0, 10463.0, 10523.0, 10473.0, 10446.0, 10548.0, 10517.0, 10569.0, 10504.0, 10441.0, 10493.0, 10442.0, 10442.0, 10426.0, 10431.0, 10462.0, 10412.0, 10431.0, 10422.0, 10504.0, 10414.0, 10407.0, 10407.0, 10435.0, 10461.0, 10464.0, 10489.0, 10505.0, 10499.0, 10589.0, 10536.0, 10582.0, 10545.0, 10489.0, 10457.0, 10443.0, 10436.0, 10454.0, 10439.0, 10422.0, 10467.0, 10503.0, 10542.0, 10477.0, 10509.0, 10469.0, 10441.0, 10556.0, 10491.0, 10470.0, 10432.0, 10452.0, 10542.0, 10524.0, 10471.0, 10549.0, 10472.0, 10427.0, 10430.0, 10349.0, 10374.0, 10365.0, 10341.0, 10418.0, 10346.0, 10352.0, 10376.0, 10369.0, 10415.0, 10362.0, 10345.0, 10346.0, 10365.0, 10392.0, 10370.0, 10384.0, 10387.0, 10396.0, 10405.0, 10411.0, 10416.0, 10428.0, 10436.0, 10522.0, 10468.0, 10450.0, 10462.0, 10447.0, 10416.0, 10412.0, 10412.0, 10410.0, 10415.0, 10438.0, 10486.0, 10461.0, 10455.0, 10461.0, 10435.0, 10455.0, 10471.0, 10449.0, 10482.0, 10460.0, 10505.0, 10479.0, 10439.0, 10560.0, 10504.0, 10486.0, 10542.0, 10489.0, 10522.0, 10508.0, 10491.0, 10571.0, 10495.0, 10491.0, 10469.0, 10524.0, 10577.0, 10540.0, 10500.0, 10443.0, 10405.0, 10391.0, 10404.0, 10482.0, 10434.0, 10442.0, 10430.0, 10419.0, 10411.0, 10427.0, 10426.0, 10434.0, 10444.0, 10509.0, 10462.0, 10463.0, 10458.0, 10461.0, 10456.0, 10439.0, 10439.0, 10490.0, 10453.0, 10464.0, 10454.0, 10438.0, 10529.0, 10456.0, 10517.0, 10589.0, 10495.0, 10473.0, 10432.0, 10455.0, 10562.0, 10484.0, 10452.0, 10441.0, 10481.0, 10518.0, 10459.0, 10516.0, 10463.0, 10494.0, 10517.0, 10433.0, 10407.0, 10408.0, 10454.0, 10458.0, 10453.0, 10455.0, 10454.0, 10512.0, 10435.0, 10459.0, 10430.0, 10429.0, 10530.0, 10437.0, 10472.0, 10474.0, 10434.0, 10530.0, 10476.0, 10488.0, 10488.0, 10447.0, 10485.0, 10450.0, 10473.0, 10497.0, 10431.0, 10442.0, 10420.0, 10422.0, 10551.0, 10447.0, 10425.0, 10399.0, 10384.0, 10382.0, 10423.0, 10451.0, 10435.0, 10432.0, 10546.0, 10452.0, 10475.0, 10415.0, 10438.0, 10407.0, 10408.0, 10407.0, 10383.0, 10426.0, 10469.0, 10477.0, 10472.0, 10463.0, 10456.0, 10526.0, 10448.0, 10474.0, 10465.0, 10474.0, 10551.0, 10509.0, 10513.0, 10544.0, 10521.0, 10550.0, 10482.0, 10406.0, 10427.0, 10392.0, 10415.0, 10379.0, 10393.0, 10409.0, 10402.0, 10482.0, 10450.0, 10536.0, 10516.0, 10482.0, 10467.0, 10353.0, 10334.0, 10326.0, 10373.0, 10411.0, 10464.0, 10478.0, 10486.0, 10478.0, 10468.0, 10476.0, 10453.0, 10451.0, 10467.0, 10440.0, 10523.0, 10467.0, 10466.0, 10538.0, 10494.0, 10490.0, 10499.0, 10456.0, 10506.0, 10461.0, 10441.0, 10457.0, 10417.0, 10495.0, 10462.0, 10510.0, 10513.0, 10441.0, 10452.0, 10418.0, 10463.0, 10448.0, 10376.0, 10377.0, 10382.0, 10417.0, 10430.0, 10467.0, 10451.0, 10424.0, 10407.0, 10432.0, 10463.0, 10453.0, 10429.0, 10427.0, 10444.0, 10431.0, 10432.0, 10474.0, 10521.0, 10477.0, 10494.0, 10440.0, 10450.0, 10454.0, 10439.0, 10482.0, 10449.0, 10479.0, 10549.0, 10530.0, 10540.0, 10484.0, 10504.0, 10472.0, 10513.0, 10544.0, 10486.0, 10473.0, 10377.0, 10374.0, 10360.0, 10379.0, 10420.0, 10455.0, 10432.0, 10452.0, 10439.0, 10424.0, 10486.0, 10455.0, 10424.0, 10516.0, 10464.0, 10474.0, 10532.0, 10516.0, 10531.0, 10533.0, 10480.0, 10507.0, 10481.0, 10482.0, 10548.0, 10491.0, 10437.0, 10416.0, 10388.0, 10410.0, 10377.0, 10378.0, 10409.0, 10405.0, 10514.0, 10437.0, 10400.0, 10399.0, 10420.0, 10484.0, 10447.0, 10418.0, 10401.0, 10401.0, 10399.0, 10419.0, 10420.0, 10464.0, 10448.0, 10510.0, 10430.0, 10444.0, 10426.0, 10421.0, 10401.0, 10445.0, 10430.0, 10518.0, 10443.0, 10424.0, 10410.0, 10422.0, 10474.0, 10454.0, 10517.0, 10498.0, 10520.0, 10518.0, 10442.0, 10433.0, 10394.0, 10419.0, 10511.0, 10458.0, 10527.0, 10467.0, 10408.0, 10404.0, 10390.0, 10379.0, 10410.0, 10447.0, 10448.0, 10444.0, 10430.0, 10491.0, 10450.0, 10445.0, 10534.0, 10473.0, 10463.0, 10568.0, 10536.0, 10566.0, 10530.0, 10469.0, 10454.0, 10393.0, 10376.0, 10420.0, 10380.0, 10379.0, 10381.0, 10397.0, 10422.0, 10402.0, 10395.0, 10408.0, 10416.0, 10399.0, 10430.0, 10443.0, 10541.0, 10459.0, 10419.0, 10441.0, 10448.0, 10484.0, 10423.0, 10410.0, 10465.0, 10459.0, 10456.0, 10422.0, 10399.0, 10405.0, 10403.0, 10401.0, 10426.0, 10523.0, 10465.0, 10483.0, 10429.0, 10430.0, 10450.0, 10463.0, 10449.0, 10472.0, 10424.0, 10421.0, 10426.0, 10423.0, 10436.0, 10441.0, 10449.0, 10470.0, 10445.0, 10504.0, 10446.0, 10510.0, 10458.0, 10493.0, 10485.0, 10420.0, 10480.0, 10443.0, 10514.0, 10509.0, 10473.0, 10530.0, 10402.0, 10425.0, 10383.0, 10393.0, 10373.0, 10374.0, 10388.0, 10427.0, 10432.0, 10487.0, 10431.0, 10446.0, 10487.0, 10433.0, 10446.0, 10491.0, 10476.0, 10582.0, 10510.0, 10454.0, 10533.0, 10475.0, 10506.0, 10515.0, 10413.0, 10439.0, 10471.0, 10485.0, 10549.0, 10468.0, 10437.0, 10433.0, 10422.0, 10485.0, 10431.0, 10474.0, 10477.0, 10440.0, 10461.0, 10465.0, 10449.0, 10482.0, 10435.0, 10445.0, 10464.0, 10444.0, 10535.0, 10445.0, 10433.0, 10448.0, 10458.0, 10540.0, 10501.0, 10473.0, 10397.0, 10406.0, 10393.0, 10406.0, 10448.0, 10449.0, 10444.0, 10434.0, 10426.0, 10427.0, 10479.0, 10447.0, 10462.0, 10487.0, 10448.0, 10503.0, 10494.0, 10497.0, 10573.0, 10520.0, 10479.0, 10517.0, 10472.0, 10544.0, 10532.0, 10528.0, 10546.0, 10501.0, 10523.0, 10434.0, 10415.0, 10407.0, 10403.0, 10411.0, 10422.0, 10408.0, 10435.0, 10436.0, 10437.0, 10422.0, 10414.0, 10402.0, 10400.0, 10464.0, 10425.0, 10425.0, 10497.0, 10456.0, 10511.0, 10438.0, 10461.0, 10499.0, 10517.0, 10581.0, 10479.0, 10451.0, 10424.0, 10432.0, 10429.0, 10439.0, 10436.0, 10426.0, 10423.0, 10438.0, 10439.0, 10449.0, 10422.0, 10427.0, 10442.0, 10445.0, 10482.0, 10470.0, 10478.0, 10504.0, 10499.0, 10530.0, 10445.0, 10420.0, 10402.0, 10422.0, 10460.0, 10428.0, 10471.0, 10483.0, 10515.0, 10559.0, 10513.0, 10492.0, 10435.0, 10396.0, 10390.0, 10394.0, 10392.0, 10394.0, 10394.0, 10390.0, 10393.0, 10459.0, 10441.0, 10452.0, 10408.0, 10514.0, 10516.0, 10493.0, 10544.0, 10502.0, 10506.0, 10523.0, 10489.0, 10525.0, 10513.0, 10487.0, 10521.0, 10482.0, 10484.0, 10542.0, 10481.0, 10410.0, 10454.0, 10436.0, 10492.0, 10442.0, 10408.0, 10419.0, 10413.0, 10413.0, 10406.0, 10439.0, 10483.0, 10453.0, 10448.0, 10428.0, 10444.0, 10447.0, 10449.0, 10448.0, 10432.0, 10441.0, 10422.0, 10447.0, 10452.0, 10506.0, 10450.0, 10486.0, 10450.0, 10427.0, 10438.0, 10438.0, 10512.0, 10448.0, 10523.0, 10455.0, 10445.0, 10474.0, 10433.0, 10515.0, 10478.0, 10511.0, 10587.0, 10555.0, 10548.0, 10507.0, 10453.0, 10412.0, 10414.0, 10413.0, 10423.0, 10434.0, 10495.0, 10442.0, 10433.0, 10445.0, 10454.0, 10507.0, 10443.0, 10443.0, 10450.0, 10427.0, 10536.0, 10512.0, 10546.0, 10577.0, 10573.0, 10566.0, 10484.0, 10394.0, 10453.0, 10413.0, 10441.0, 10432.0, 10468.0, 10548.0, 10493.0, 10572.0, 10518.0, 10439.0, 10430.0, 10369.0, 10349.0, 10388.0, 10420.0, 10457.0, 10427.0, 10412.0, 10462.0, 10415.0, 10450.0, 10428.0, 10401.0, 10474.0, 10409.0, 10402.0, 10463.0, 10419.0, 10485.0, 10481.0, 10430.0, 10500.0, 10427.0, 10407.0, 10457.0, 10434.0, 10444.0, 10442.0, 10401.0, 10422.0, 10427.0, 10416.0, 10407.0, 10466.0, 10513.0, 10425.0, 10448.0, 10412.0, 10418.0, 10422.0, 10446.0, 10491.0, 10449.0, 10481.0, 10453.0, 10462.0, 10430.0, 10426.0, 10436.0, 10465.0, 10478.0, 10491.0, 10466.0, 10449.0, 10448.0, 10451.0, 10521.0, 10443.0, 10503.0, 10471.0, 10483.0, 10552.0, 10545.0, 10544.0, 10515.0, 10483.0, 10542.0, 10462.0, 10546.0, 10477.0, 10505.0, 10522.0, 10433.0, 10376.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.006282471264367817</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.05089981459770115</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.368433435466066</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1852123072842342</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0554415194821642</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5355</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3057.7151</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.15476608432271313</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>222</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>25.517241379310345</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5131585691015625</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3600643073680456</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.751748479847749</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.427662920088893</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0102751</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.003978121560066938</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.070919468998909</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</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.607614161495177</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>20.5898</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>77.9516</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>292.6823</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>74.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>287656.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>1330.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>521.4515</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.3391</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>581.7757</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3981.5125</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4092.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>88888.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>2013.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5108.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>888.0902</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>28.011302770581096</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> |