=== 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-0059 --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-0059",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0059_ses-03_task-social_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0059_ses-03_task-social_acq-mb8_run-02_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-03_subject-0059_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-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-03_subject-0059_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-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-03_subject-0059_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-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-03_subject-0059_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-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-03_subject-0059_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-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-03_subject-0059_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-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0059_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-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0059/ses-03/func/sub-0059_ses-03_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>6fb07dce04bcab2bd55823add08dbbc4</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:44:53.815000</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.997759, 0.0457585, 0.0488213, -0.0507189, 0.993099, 0.105743]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.102029</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4154, -7751, -7251, 456, -83, -164, -29, 7]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>251.813</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>68f164ad-a1c9-4686-b056-d8a34a04624e||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.6769139766693115, -0.1360749751329422, 0.11784358322620392, 116.6454086303711], [-0.12276657670736313, 2.664412498474121, 0.29155126214027405, -92.31764221191406], [0.13098397850990295, -0.2837001383304596, 2.6816246509552, -50.06892395019531], [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': ['124453.815000', '124454.275000', '124454.735000', '124455.195000', '124455.655000', '124456.115000', '124456.575000', '124457.035000', '124457.495000', '124457.955000', '124458.415000', '124458.875000', '124459.335000', '124459.795000', '124500.255000', '124500.715000', '124501.175000', '124501.635000', '124502.095000', '124502.555000', '124503.015000', '124503.475000', '124503.935000', '124504.395000', '124504.855000', '124505.315000', '124505.775000', '124506.235000', '124506.695000', '124507.155000', '124507.615000', '124508.075000', '124508.535000', '124508.995000', '124509.455000', '124509.915000', '124510.375000', '124510.835000', '124511.295000', '124511.755000', '124512.215000', '124512.675000', '124513.135000', '124513.595000', '124514.055000', '124514.515000', '124514.975000', '124515.435000', '124515.895000', '124516.355000', '124516.815000', '124517.275000', '124517.735000', '124518.195000', '124518.655000', '124519.115000', '124519.575000', '124520.035000', '124520.495000', '124520.955000', '124521.415000', '124521.875000', '124522.335000', '124522.795000', '124523.255000', '124523.715000', '124524.175000', '124524.635000', '124525.095000', '124525.555000', '124526.015000', '124526.475000', '124526.935000', '124527.395000', '124527.855000', '124528.315000', '124528.775000', '124529.235000', '124529.695000', '124530.155000', '124530.615000', '124531.075000', '124531.535000', '124531.995000', '124532.455000', '124532.915000', '124533.375000', '124533.835000', '124534.295000', '124534.755000', '124535.215000', '124535.675000', '124536.135000', '124536.595000', '124537.055000', '124537.515000', '124537.975000', '124538.435000', '124538.895000', '124539.355000', '124539.815000', '124540.275000', '124540.735000', '124541.195000', '124541.655000', '124542.115000', '124542.575000', '124543.035000', '124543.495000', '124543.955000', '124544.415000', '124544.875000', '124545.335000', '124545.795000', '124546.255000', '124546.715000', '124547.175000', '124547.635000', '124548.095000', '124548.555000', '124549.015000', '124549.475000', '124549.935000', '124550.395000', '124550.855000', '124551.315000', '124551.775000', '124552.235000', '124552.695000', '124553.155000', '124553.615000', '124554.075000', '124554.535000', '124554.995000', '124555.455000', '124555.915000', '124556.375000', '124556.835000', '124557.295000', '124557.755000', '124558.215000', '124558.675000', '124559.135000', '124559.595000', '124600.055000', '124600.515000', '124600.975000', '124601.435000', '124601.895000', '124602.355000', '124602.815000', '124603.275000', '124603.735000', '124604.195000', '124604.655000', '124605.115000', '124605.575000', '124606.035000', '124606.495000', '124606.955000', '124607.415000', '124607.875000', '124608.335000', '124608.795000', '124609.255000', '124609.715000', '124610.175000', '124610.635000', '124611.095000', '124611.555000', '124612.015000', '124612.475000', '124612.935000', '124613.395000', '124613.855000', '124614.315000', '124614.775000', '124615.235000', '124615.695000', '124616.155000', '124616.615000', '124617.075000', '124617.535000', '124617.995000', '124618.455000', '124618.915000', '124619.375000', '124619.835000', '124620.295000', '124620.755000', '124621.215000', '124621.675000', '124622.135000', '124622.595000', '124623.055000', '124623.515000', '124623.975000', '124624.435000', '124624.895000', '124625.355000', '124625.815000', '124626.275000', '124626.735000', '124627.195000', '124627.655000', '124628.115000', '124628.575000', '124629.035000', '124629.495000', '124629.955000', '124630.415000', '124630.875000', '124631.335000', '124631.795000', '124632.255000', '124632.715000', '124633.175000', '124633.635000', '124634.095000', '124634.555000', '124635.015000', '124635.475000', '124635.935000', '124636.395000', '124636.855000', '124637.315000', '124637.775000', '124638.235000', '124638.695000', '124639.155000', '124639.615000', '124640.075000', '124640.535000', '124640.995000', '124641.455000', '124641.915000', '124642.375000', '124642.835000', '124643.295000', '124643.755000', '124644.215000', '124644.675000', '124645.135000', '124645.595000', '124646.055000', '124646.515000', '124646.975000', '124647.435000', '124647.895000', '124648.355000', '124648.815000', '124649.275000', '124649.735000', '124650.195000', '124650.655000', '124651.115000', '124651.575000', '124652.035000', '124652.495000', '124652.955000', '124653.415000', '124653.875000', '124654.335000', '124654.795000', '124655.255000', '124655.715000', '124656.175000', '124656.635000', '124657.095000', '124657.555000', '124658.015000', '124658.475000', '124658.935000', '124659.395000', '124659.855000', '124700.315000', '124700.775000', '124701.235000', '124701.695000', '124702.155000', '124702.615000', '124703.075000', '124703.535000', '124703.995000', '124704.455000', '124704.915000', '124705.375000', '124705.835000', '124706.295000', '124706.755000', '124707.215000', '124707.675000', '124708.135000', '124708.595000', '124709.055000', '124709.515000', '124709.975000', '124710.435000', '124710.895000', '124711.355000', '124711.815000', '124712.275000', '124712.735000', '124713.195000', '124713.655000', '124714.115000', '124714.575000', '124715.035000', '124715.495000', '124715.955000', '124716.415000', '124716.875000', '124717.335000', '124717.795000', '124718.255000', '124718.715000', '124719.175000', '124719.635000', '124720.095000', '124720.555000', '124721.015000', '124721.475000', '124721.935000', '124722.395000', '124722.855000', '124723.315000', '124723.775000', '124724.235000', '124724.695000', '124725.155000', '124725.615000', '124726.075000', '124726.535000', '124726.995000', '124727.455000', '124727.915000', '124728.375000', '124728.835000', '124729.295000', '124729.755000', '124730.215000', '124730.675000', '124731.135000', '124731.595000', '124732.055000', '124732.515000', '124732.975000', '124733.435000', '124733.895000', '124734.355000', '124734.815000', '124735.275000', '124735.735000', '124736.195000', '124736.655000', '124737.115000', '124737.575000', '124738.035000', '124738.495000', '124738.955000', '124739.415000', '124739.875000', '124740.335000', '124740.795000', '124741.255000', '124741.715000', '124742.175000', '124742.635000', '124743.095000', '124743.555000', '124744.015000', '124744.475000', '124744.935000', '124745.395000', '124745.855000', '124746.315000', '124746.775000', '124747.235000', '124747.695000', '124748.155000', '124748.615000', '124749.075000', '124749.535000', '124749.995000', '124750.455000', '124750.915000', '124751.375000', '124751.835000', '124752.295000', '124752.755000', '124753.215000', '124753.675000', '124754.135000', '124754.595000', '124755.055000', '124755.515000', '124755.975000', '124756.435000', '124756.895000', '124757.355000', '124757.815000', '124758.275000', '124758.735000', '124759.195000', '124759.655000', '124800.115000', '124800.575000', '124801.035000', '124801.495000', '124801.955000', '124802.415000', '124802.875000', '124803.335000', '124803.795000', '124804.255000', '124804.715000', '124805.175000', '124805.635000', '124806.095000', '124806.555000', '124807.015000', '124807.475000', '124807.935000', '124808.395000', '124808.855000', '124809.315000', '124809.775000', '124810.235000', '124810.695000', '124811.155000', '124811.615000', '124812.075000', '124812.535000', '124812.995000', '124813.455000', '124813.915000', '124814.375000', '124814.835000', '124815.295000', '124815.755000', '124816.215000', '124816.675000', '124817.135000', '124817.595000', '124818.055000', '124818.515000', '124818.975000', '124819.435000', '124819.895000', '124820.355000', '124820.815000', '124821.275000', '124821.735000', '124822.195000', '124822.655000', '124823.115000', '124823.575000', '124824.035000', '124824.495000', '124824.955000', '124825.415000', '124825.875000', '124826.335000', '124826.795000', '124827.255000', '124827.715000', '124828.175000', '124828.635000', '124829.095000', '124829.555000', '124830.015000', '124830.475000', '124830.935000', '124831.395000', '124831.855000', '124832.315000', '124832.775000', '124833.235000', '124833.695000', '124834.155000', '124834.615000', '124835.075000', '124835.535000', '124835.995000', '124836.455000', '124836.915000', '124837.375000', '124837.835000', '124838.295000', '124838.755000', '124839.215000', '124839.675000', '124840.135000', '124840.595000', '124841.055000', '124841.515000', '124841.975000', '124842.435000', '124842.895000', '124843.355000', '124843.815000', '124844.275000', '124844.735000', '124845.195000', '124845.655000', '124846.115000', '124846.575000', '124847.035000', '124847.495000', '124847.955000', '124848.415000', '124848.875000', '124849.335000', '124849.795000', '124850.255000', '124850.715000', '124851.175000', '124851.635000', '124852.095000', '124852.555000', '124853.015000', '124853.475000', '124853.935000', '124854.395000', '124854.855000', '124855.315000', '124855.775000', '124856.235000', '124856.695000', '124857.155000', '124857.615000', '124858.075000', '124858.535000', '124858.995000', '124859.455000', '124859.915000', '124900.375000', '124900.835000', '124901.295000', '124901.755000', '124902.215000', '124902.675000', '124903.135000', '124903.595000', '124904.055000', '124904.515000', '124904.975000', '124905.435000', '124905.895000', '124906.355000', '124906.815000', '124907.275000', '124907.735000', '124908.195000', '124908.655000', '124909.115000', '124909.575000', '124910.035000', '124910.495000', '124910.955000', '124911.415000', '124911.875000', '124912.335000', '124912.795000', '124913.255000', '124913.715000', '124914.175000', '124914.635000', '124915.095000', '124915.555000', '124916.015000', '124916.475000', '124916.935000', '124917.395000', '124917.855000', '124918.315000', '124918.775000', '124919.235000', '124919.695000', '124920.155000', '124920.615000', '124921.075000', '124921.535000', '124921.995000', '124922.455000', '124922.915000', '124923.375000', '124923.835000', '124924.295000', '124924.755000', '124925.215000', '124925.675000', '124926.135000', '124926.595000', '124927.055000', '124927.515000', '124927.975000', '124928.435000', '124928.895000', '124929.355000', '124929.815000', '124930.275000', '124930.735000', '124931.195000', '124931.655000', '124932.115000', '124932.575000', '124933.035000', '124933.495000', '124933.955000', '124934.415000', '124934.875000', '124935.335000', '124935.795000', '124936.255000', '124936.715000', '124937.175000', '124937.635000', '124938.095000', '124938.555000', '124939.015000', '124939.475000', '124939.935000', '124940.395000', '124940.855000', '124941.315000', '124941.775000', '124942.235000', '124942.695000', '124943.155000', '124943.615000', '124944.075000', '124944.535000', '124944.995000', '124945.455000', '124945.915000', '124946.375000', '124946.835000', '124947.295000', '124947.755000', '124948.215000', '124948.675000', '124949.135000', '124949.595000', '124950.055000', '124950.515000', '124950.975000', '124951.435000', '124951.895000', '124952.355000', '124952.815000', '124953.275000', '124953.735000', '124954.195000', '124954.655000', '124955.115000', '124955.575000', '124956.035000', '124956.495000', '124956.955000', '124957.415000', '124957.875000', '124958.335000', '124958.795000', '124959.255000', '124959.715000', '125000.175000', '125000.635000', '125001.095000', '125001.555000', '125002.015000', '125002.475000', '125002.935000', '125003.395000', '125003.855000', '125004.315000', '125004.775000', '125005.235000', '125005.695000', '125006.155000', '125006.615000', '125007.075000', '125007.535000', '125007.995000', '125008.455000', '125008.915000', '125009.375000', '125009.835000', '125010.295000', '125010.755000', '125011.215000', '125011.675000', '125012.135000', '125012.595000', '125013.055000', '125013.515000', '125013.975000', '125014.435000', '125014.895000', '125015.355000', '125015.815000', '125016.275000', '125016.735000', '125017.195000', '125017.655000', '125018.115000', '125018.575000', '125019.035000', '125019.495000', '125019.955000', '125020.415000', '125020.875000', '125021.335000', '125021.795000', '125022.255000', '125022.715000', '125023.175000', '125023.635000', '125024.095000', '125024.555000', '125025.015000', '125025.475000', '125025.935000', '125026.395000', '125026.855000', '125027.315000', '125027.775000', '125028.235000', '125028.695000', '125029.155000', '125029.615000', '125030.075000', '125030.535000', '125030.995000', '125031.455000', '125031.915000', '125032.375000', '125032.835000', '125033.295000', '125033.755000', '125034.215000', '125034.675000', '125035.135000', '125035.595000', '125036.055000', '125036.515000', '125036.975000', '125037.435000', '125037.895000', '125038.355000', '125038.815000', '125039.275000', '125039.735000', '125040.195000', '125040.655000', '125041.115000', '125041.575000', '125042.035000', '125042.495000', '125042.955000', '125043.415000', '125043.875000', '125044.335000', '125044.795000', '125045.255000', '125045.715000', '125046.175000', '125046.635000', '125047.095000', '125047.555000', '125048.015000', '125048.475000', '125048.935000', '125049.395000', '125049.855000', '125050.315000', '125050.775000', '125051.235000', '125051.695000', '125052.155000', '125052.615000', '125053.075000', '125053.535000', '125053.995000', '125054.455000', '125054.915000', '125055.375000', '125055.835000', '125056.295000', '125056.755000', '125057.215000', '125057.675000', '125058.135000', '125058.595000', '125059.055000', '125059.515000', '125059.975000', '125100.435000', '125100.895000', '125101.355000', '125101.815000', '125102.275000', '125102.735000', '125103.195000', '125103.655000', '125104.115000', '125104.575000', '125105.035000', '125105.495000', '125105.955000', '125106.415000', '125106.875000', '125107.335000', '125107.795000', '125108.255000', '125108.715000', '125109.175000', '125109.635000', '125110.095000', '125110.555000', '125111.015000', '125111.475000', '125111.935000', '125112.395000', '125112.855000', '125113.315000', '125113.775000', '125114.235000', '125114.695000', '125115.155000', '125115.615000', '125116.075000', '125116.535000', '125116.995000', '125117.455000', '125117.915000', '125118.375000', '125118.835000', '125119.295000', '125119.755000', '125120.215000', '125120.675000', '125121.135000', '125121.595000', '125122.055000', '125122.515000', '125122.975000', '125123.435000', '125123.895000', '125124.355000', '125124.815000', '125125.275000', '125125.735000', '125126.195000', '125126.655000', '125127.115000', '125127.575000', '125128.035000', '125128.495000', '125128.955000', '125129.415000', '125129.875000', '125130.335000', '125130.795000', '125131.255000', '125131.715000', '125132.175000', '125132.635000', '125133.095000', '125133.555000', '125134.015000', '125134.475000'], 'ContentTime': ['124513.792000', '124513.795000', '124513.797000', '124513.800000', '124513.803000', '124513.805000', '124513.808000', '124513.810000', '124513.813000', '124513.816000', '124513.818000', '124513.821000', '124513.823000', '124513.826000', '124513.828000', '124513.831000', '124513.834000', '124513.836000', '124513.839000', '124513.841000', '124513.844000', '124513.846000', '124513.849000', '124513.852000', '124513.854000', '124513.862000', '124513.864000', '124513.867000', '124513.869000', '124513.872000', '124513.874000', '124513.877000', '124513.879000', '124513.882000', '124513.884000', '124513.887000', '124513.889000', '124513.892000', '124513.894000', '124513.897000', '124533.743000', '124533.750000', '124533.752000', '124533.755000', '124533.757000', '124533.760000', '124533.762000', '124533.765000', '124533.767000', '124533.770000', '124533.772000', '124533.775000', '124533.777000', '124533.780000', '124533.783000', '124533.785000', '124533.788000', '124533.791000', '124533.794000', '124533.796000', '124533.799000', '124533.802000', '124533.804000', '124533.807000', '124533.809000', '124533.812000', '124533.814000', '124533.817000', '124533.819000', '124533.822000', '124533.825000', '124533.827000', '124533.830000', '124533.832000', '124533.835000', '124533.837000', '124533.840000', '124533.843000', '124533.845000', '124533.848000', '124533.850000', '124533.853000', '124533.856000', '124553.742000', '124553.744000', '124553.747000', '124553.749000', '124553.752000', '124553.755000', '124553.757000', '124553.760000', '124553.762000', '124553.765000', '124553.767000', '124553.770000', '124553.773000', '124553.775000', '124553.778000', '124553.780000', '124553.783000', '124553.785000', '124553.788000', '124553.790000', '124553.793000', '124553.795000', '124553.798000', '124553.800000', '124553.803000', '124553.806000', '124553.808000', '124553.811000', '124553.814000', '124553.816000', '124553.819000', '124553.821000', '124553.824000', '124553.826000', '124553.829000', '124553.831000', '124553.834000', '124553.837000', '124553.839000', '124553.842000', '124553.844000', '124553.847000', '124553.849000', '124553.869000', '124613.742000', '124613.745000', '124613.748000', '124613.751000', '124613.754000', '124613.757000', '124613.760000', '124613.762000', '124613.765000', '124613.767000', '124613.770000', '124613.772000', '124613.775000', '124613.777000', '124613.780000', '124613.782000', '124613.785000', '124613.788000', '124613.790000', '124613.793000', '124613.795000', '124613.798000', '124613.800000', '124613.803000', '124613.805000', '124613.808000', '124613.810000', '124613.813000', '124613.816000', '124613.818000', '124613.821000', '124613.823000', '124613.826000', '124613.828000', '124613.831000', '124613.834000', '124613.836000', '124613.839000', '124613.841000', '124613.844000', '124613.846000', '124613.849000', '124613.852000', '124633.742000', '124633.745000', '124633.748000', '124633.750000', '124633.753000', '124633.755000', '124633.758000', '124633.760000', '124633.763000', '124633.766000', '124633.768000', '124633.771000', '124633.773000', '124633.776000', '124633.778000', '124633.781000', '124633.784000', '124633.786000', '124633.789000', '124633.791000', '124633.794000', '124633.796000', '124633.799000', '124633.801000', '124633.804000', '124633.806000', '124633.809000', '124633.812000', '124633.814000', '124633.817000', '124633.819000', '124633.822000', '124633.824000', '124633.827000', '124633.829000', '124633.832000', '124633.835000', '124633.837000', '124633.840000', '124633.846000', '124633.848000', '124633.851000', '124633.854000', '124633.856000', '124653.742000', '124653.745000', '124653.748000', '124653.750000', '124653.753000', '124653.755000', '124653.758000', '124653.761000', '124653.763000', '124653.766000', '124653.769000', '124653.772000', '124653.775000', '124653.778000', '124653.780000', '124653.783000', '124653.785000', '124653.788000', '124653.790000', '124653.793000', '124653.795000', '124653.798000', '124653.801000', '124653.803000', '124653.806000', '124653.808000', '124653.811000', '124653.813000', '124653.816000', '124653.819000', '124653.821000', '124653.824000', '124653.826000', '124653.829000', '124653.833000', '124653.835000', '124653.838000', '124653.840000', '124653.843000', '124653.845000', '124653.848000', '124653.851000', '124653.853000', '124713.742000', '124713.745000', '124713.748000', '124713.750000', '124713.753000', '124713.755000', '124713.758000', '124713.760000', '124713.763000', '124713.766000', '124713.768000', '124713.771000', '124713.773000', '124713.776000', '124713.778000', '124713.781000', '124713.784000', '124713.786000', '124713.789000', '124713.791000', '124713.794000', '124713.796000', '124713.799000', '124713.802000', '124713.804000', '124713.807000', '124713.809000', '124713.812000', '124713.815000', '124713.817000', '124713.820000', '124713.822000', '124713.825000', '124713.827000', '124713.830000', '124713.832000', '124713.835000', '124713.838000', '124713.840000', '124713.843000', '124713.845000', '124713.848000', '124713.850000', '124713.853000', '124733.742000', '124733.745000', '124733.748000', '124733.750000', '124733.753000', '124733.755000', '124733.758000', '124733.761000', '124733.763000', '124733.766000', '124733.768000', '124733.771000', '124733.773000', '124733.776000', '124733.779000', '124733.781000', '124733.784000', '124733.787000', '124733.790000', '124733.792000', '124733.795000', '124733.798000', '124733.800000', '124733.803000', '124733.813000', '124733.815000', '124733.818000', '124733.820000', '124733.823000', '124733.825000', '124733.828000', '124733.831000', '124733.833000', '124733.836000', '124733.838000', '124733.841000', '124733.843000', '124733.846000', '124733.849000', '124733.851000', '124733.854000', '124733.856000', '124733.859000', '124753.742000', '124753.745000', '124753.748000', '124753.750000', '124753.753000', '124753.755000', '124753.758000', '124753.760000', '124753.763000', '124753.766000', '124753.768000', '124753.771000', '124753.773000', '124753.776000', '124753.778000', '124753.781000', '124753.783000', '124753.786000', '124753.789000', '124753.791000', '124753.794000', '124753.796000', '124753.799000', '124753.804000', '124753.806000', '124753.809000', '124753.812000', '124753.814000', '124753.817000', '124753.820000', '124753.822000', '124753.825000', '124753.828000', '124753.830000', '124753.833000', '124753.836000', '124753.838000', '124753.841000', '124753.843000', '124753.846000', '124753.849000', '124753.851000', '124753.854000', '124753.856000', '124813.741000', '124813.744000', '124813.747000', '124813.749000', '124813.752000', '124813.755000', '124813.757000', '124813.760000', '124813.762000', '124813.765000', '124813.768000', '124813.770000', '124813.773000', '124813.776000', '124813.778000', '124813.781000', '124813.783000', '124813.786000', '124813.789000', '124813.791000', '124813.794000', '124813.797000', '124813.799000', '124813.802000', '124813.804000', '124813.807000', '124813.809000', '124813.812000', '124813.815000', '124813.818000', '124813.820000', '124813.823000', '124813.826000', '124813.829000', '124813.832000', '124813.837000', '124813.840000', '124813.842000', '124813.845000', '124813.847000', '124813.850000', '124813.853000', '124813.855000', '124833.743000', '124833.745000', '124833.749000', '124833.752000', '124833.754000', '124833.757000', '124833.760000', '124833.762000', '124833.765000', '124833.767000', '124833.770000', '124833.773000', '124833.775000', '124833.778000', '124833.781000', '124833.783000', '124833.786000', '124833.788000', '124833.791000', '124833.793000', '124833.796000', '124833.798000', '124833.801000', '124833.804000', '124833.806000', '124833.809000', '124833.812000', '124833.814000', '124833.817000', '124833.819000', '124833.822000', '124833.825000', '124833.827000', '124833.830000', '124833.832000', '124833.835000', '124833.838000', '124833.840000', '124833.843000', '124833.846000', '124833.848000', '124833.851000', '124833.854000', '124833.856000', '124853.742000', '124853.745000', '124853.748000', '124853.750000', '124853.753000', '124853.756000', '124853.758000', '124853.761000', '124853.764000', '124853.766000', '124853.769000', '124853.771000', '124853.774000', '124853.776000', '124853.779000', '124853.782000', '124853.784000', '124853.787000', '124853.790000', '124853.792000', '124853.795000', '124853.798000', '124853.800000', '124853.803000', '124853.805000', '124853.808000', '124853.810000', '124853.813000', '124853.816000', '124853.818000', '124853.821000', '124853.823000', '124853.826000', '124853.828000', '124853.831000', '124853.834000', '124853.837000', '124853.839000', '124853.842000', '124853.844000', '124853.847000', '124853.849000', '124853.852000', '124913.742000', '124913.746000', '124913.748000', '124913.751000', '124913.754000', '124913.757000', '124913.773000', '124913.775000', '124913.778000', '124913.780000', '124913.783000', '124913.786000', '124913.788000', '124913.791000', '124913.793000', '124913.796000', '124913.798000', '124913.801000', '124913.804000', '124913.806000', '124913.809000', '124913.812000', '124913.814000', '124913.817000', '124913.819000', '124913.822000', '124913.824000', '124913.827000', '124913.829000', '124913.832000', '124913.835000', '124913.837000', '124913.840000', '124913.843000', '124913.845000', '124913.848000', '124913.850000', '124913.853000', '124913.855000', '124913.858000', '124913.861000', '124913.863000', '124913.866000', '124913.868000', '124933.742000', '124933.745000', '124933.748000', '124933.751000', '124933.753000', '124933.756000', '124933.758000', '124933.761000', '124933.764000', '124933.766000', '124933.769000', '124933.771000', '124933.774000', '124933.777000', '124933.779000', '124933.782000', '124933.785000', '124933.787000', '124933.790000', '124933.792000', '124933.795000', '124933.798000', '124933.800000', '124933.803000', '124933.805000', '124933.808000', '124933.811000', '124933.813000', '124933.816000', '124933.818000', '124933.821000', '124933.824000', '124933.826000', '124933.829000', '124933.831000', '124933.834000', '124933.836000', '124933.839000', '124933.842000', '124933.844000', '124933.847000', '124933.850000', '124933.853000', '124953.742000', '124953.745000', '124953.748000', '124953.750000', '124953.754000', '124953.756000', '124953.759000', '124953.762000', '124953.764000', '124953.767000', '124953.770000', '124953.772000', '124953.775000', '124953.777000', '124953.780000', '124953.782000', '124953.785000', '124953.788000', '124953.790000', '124953.793000', '124953.796000', '124953.798000', '124953.801000', '124953.803000', '124953.806000', '124953.808000', '124953.811000', '124953.814000', '124953.816000', '124953.819000', '124953.821000', '124953.824000', '124953.827000', '124953.829000', '124953.832000', '124953.834000', '124953.837000', '124953.840000', '124953.842000', '124953.845000', '124953.848000', '124953.850000', '124953.853000', '124953.855000', '125013.742000', '125013.745000', '125013.748000', '125013.751000', '125013.753000', '125013.756000', '125013.759000', '125013.761000', '125013.764000', '125013.766000', '125013.769000', '125013.772000', '125013.774000', '125013.777000', '125013.780000', '125013.782000', '125013.785000', '125013.787000', '125013.790000', '125013.793000', '125013.795000', '125013.798000', '125013.801000', '125013.803000', '125013.806000', '125013.808000', '125013.811000', '125013.813000', '125013.816000', '125013.818000', '125013.821000', '125013.824000', '125013.826000', '125013.829000', '125013.831000', '125013.834000', '125013.837000', '125013.839000', '125013.842000', '125013.844000', '125013.847000', '125013.850000', '125013.852000', '125033.741000', '125033.744000', '125033.747000', '125033.750000', '125033.752000', '125033.755000', '125033.757000', '125033.760000', '125033.763000', '125033.765000', '125033.768000', '125033.771000', '125033.773000', '125033.776000', '125033.779000', '125033.781000', '125033.784000', '125033.786000', '125033.789000', '125033.792000', '125033.794000', '125033.797000', '125033.799000', '125033.802000', '125033.805000', '125033.807000', '125033.810000', '125033.812000', '125033.815000', '125033.818000', '125033.820000', '125033.837000', '125033.839000', '125033.842000', '125033.844000', '125033.847000', '125033.850000', '125033.852000', '125033.855000', '125033.857000', '125033.860000', '125033.862000', '125033.865000', '125033.868000', '125053.743000', '125053.746000', '125053.748000', '125053.751000', '125053.753000', '125053.756000', '125053.759000', '125053.761000', '125053.764000', '125053.766000', '125053.769000', '125053.772000', '125053.774000', '125053.777000', '125053.779000', '125053.782000', '125053.785000', '125053.788000', '125053.790000', '125053.793000', '125053.795000', '125053.798000', '125053.800000', '125053.803000', '125053.806000', '125053.808000', '125053.811000', '125053.813000', '125053.816000', '125053.819000', '125053.821000', '125053.824000', '125053.827000', '125053.829000', '125053.832000', '125053.834000', '125053.837000', '125053.840000', '125053.842000', '125053.845000', '125053.847000', '125053.850000', '125053.853000', '125113.743000', '125113.745000', '125113.748000', '125113.751000', '125113.753000', '125113.756000', '125113.758000', '125113.761000', '125113.764000', '125113.766000', '125113.769000', '125113.771000', '125113.774000', '125113.777000', '125113.779000', '125113.782000', '125113.784000', '125113.787000', '125113.790000', '125113.792000', '125113.795000', '125113.797000', '125113.800000', '125113.802000', '125113.806000', '125113.809000', '125113.811000', '125113.814000', '125113.817000', '125113.819000', '125113.822000', '125113.824000', '125113.827000', '125113.830000', '125113.832000', '125113.835000', '125113.838000', '125113.840000', '125113.843000', '125113.845000', '125113.848000', '125113.851000', '125113.853000', '125133.743000', '125133.746000', '125133.748000', '125133.751000', '125133.753000', '125133.756000', '125133.758000', '125133.761000', '125133.764000', '125133.766000', '125133.769000', '125133.771000', '125133.774000', '125133.777000', '125133.779000', '125133.782000', '125133.784000', '125133.787000', '125133.790000', '125133.792000', '125133.795000', '125133.797000', '125133.800000', '125133.802000', '125133.805000', '125133.808000', '125133.810000', '125133.813000', '125133.815000', '125133.818000', '125133.821000', '125133.823000', '125133.826000', '125133.828000', '125133.831000', '125133.834000', '125133.836000', '125133.839000', '125133.841000', '125133.844000', '125133.847000', '125133.849000', '125133.852000', '125133.855000', '125136.236000', '125136.240000', '125136.244000', '125136.247000', '125136.250000', '125136.257000'], 'InstanceCreationTime': ['124513.792000', '124513.795000', '124513.797000', '124513.800000', '124513.803000', '124513.805000', '124513.808000', '124513.810000', '124513.813000', '124513.816000', '124513.818000', '124513.821000', '124513.823000', '124513.826000', '124513.828000', '124513.831000', '124513.834000', '124513.836000', '124513.839000', '124513.841000', '124513.844000', '124513.846000', '124513.849000', '124513.852000', '124513.854000', '124513.862000', '124513.864000', '124513.867000', '124513.869000', '124513.872000', '124513.874000', '124513.877000', '124513.879000', '124513.882000', '124513.884000', '124513.887000', '124513.889000', '124513.892000', '124513.894000', '124513.897000', '124533.743000', '124533.750000', '124533.752000', '124533.755000', '124533.757000', '124533.760000', '124533.762000', '124533.765000', '124533.767000', '124533.770000', '124533.772000', '124533.775000', '124533.777000', '124533.780000', '124533.783000', '124533.785000', '124533.788000', '124533.791000', '124533.794000', '124533.796000', '124533.799000', '124533.802000', '124533.804000', '124533.807000', '124533.809000', '124533.812000', '124533.814000', '124533.817000', '124533.819000', '124533.822000', '124533.825000', '124533.827000', '124533.830000', '124533.832000', '124533.835000', '124533.837000', '124533.840000', '124533.843000', '124533.845000', '124533.848000', '124533.850000', '124533.853000', '124533.856000', '124553.742000', '124553.744000', '124553.747000', '124553.749000', '124553.752000', '124553.755000', '124553.757000', '124553.760000', '124553.762000', '124553.765000', '124553.767000', '124553.770000', '124553.773000', '124553.775000', '124553.778000', '124553.780000', '124553.783000', '124553.785000', '124553.788000', '124553.790000', '124553.793000', '124553.795000', '124553.798000', '124553.800000', '124553.803000', '124553.806000', '124553.808000', '124553.811000', '124553.814000', '124553.816000', '124553.819000', '124553.821000', '124553.824000', '124553.826000', '124553.829000', '124553.831000', '124553.834000', '124553.837000', '124553.839000', '124553.842000', '124553.844000', '124553.847000', '124553.849000', '124553.869000', '124613.742000', '124613.745000', '124613.748000', '124613.751000', '124613.754000', '124613.757000', '124613.760000', '124613.762000', '124613.765000', '124613.767000', '124613.770000', '124613.772000', '124613.775000', '124613.777000', '124613.780000', '124613.782000', '124613.785000', '124613.788000', '124613.790000', '124613.793000', '124613.795000', '124613.798000', '124613.800000', '124613.803000', '124613.805000', '124613.808000', '124613.810000', '124613.813000', '124613.816000', '124613.818000', '124613.821000', '124613.823000', '124613.826000', '124613.828000', '124613.831000', '124613.834000', '124613.836000', '124613.839000', '124613.841000', '124613.844000', '124613.846000', '124613.849000', '124613.852000', '124633.742000', '124633.745000', '124633.748000', '124633.750000', '124633.753000', '124633.755000', '124633.758000', '124633.760000', '124633.763000', '124633.766000', '124633.768000', '124633.771000', '124633.773000', '124633.776000', '124633.778000', '124633.781000', '124633.784000', '124633.786000', '124633.789000', '124633.791000', '124633.794000', '124633.796000', '124633.799000', '124633.801000', '124633.804000', '124633.806000', '124633.809000', '124633.812000', '124633.814000', '124633.817000', '124633.819000', '124633.822000', '124633.824000', '124633.827000', '124633.829000', '124633.832000', '124633.835000', '124633.837000', '124633.840000', '124633.846000', '124633.848000', '124633.851000', '124633.854000', '124633.856000', '124653.742000', '124653.745000', '124653.748000', '124653.750000', '124653.753000', '124653.755000', '124653.758000', '124653.761000', '124653.763000', '124653.766000', '124653.769000', '124653.772000', '124653.775000', '124653.778000', '124653.780000', '124653.783000', '124653.785000', '124653.788000', '124653.790000', '124653.793000', '124653.795000', '124653.798000', '124653.801000', '124653.803000', '124653.806000', '124653.808000', '124653.811000', '124653.813000', '124653.816000', '124653.819000', '124653.821000', '124653.824000', '124653.826000', '124653.829000', '124653.833000', '124653.835000', '124653.838000', '124653.840000', '124653.843000', '124653.845000', '124653.848000', '124653.851000', '124653.853000', '124713.742000', '124713.745000', '124713.748000', '124713.750000', '124713.753000', '124713.755000', '124713.758000', '124713.760000', '124713.763000', '124713.766000', '124713.768000', '124713.771000', '124713.773000', '124713.776000', '124713.778000', '124713.781000', '124713.784000', '124713.786000', '124713.789000', '124713.791000', '124713.794000', '124713.796000', '124713.799000', '124713.802000', '124713.804000', '124713.807000', '124713.809000', '124713.812000', '124713.815000', '124713.817000', '124713.820000', '124713.822000', '124713.825000', '124713.827000', '124713.830000', '124713.832000', '124713.835000', '124713.838000', '124713.840000', '124713.843000', '124713.845000', '124713.848000', '124713.850000', '124713.853000', '124733.742000', '124733.745000', '124733.748000', '124733.750000', '124733.753000', '124733.755000', '124733.758000', '124733.761000', '124733.763000', '124733.766000', '124733.768000', '124733.771000', '124733.773000', '124733.776000', '124733.779000', '124733.781000', '124733.784000', '124733.787000', '124733.790000', '124733.792000', '124733.795000', '124733.798000', '124733.800000', '124733.803000', '124733.813000', '124733.815000', '124733.818000', '124733.820000', '124733.823000', '124733.825000', '124733.828000', '124733.831000', '124733.833000', '124733.836000', '124733.838000', '124733.841000', '124733.843000', '124733.846000', '124733.849000', '124733.851000', '124733.854000', '124733.856000', '124733.859000', '124753.742000', '124753.745000', '124753.748000', '124753.750000', '124753.753000', '124753.755000', '124753.758000', '124753.760000', '124753.763000', '124753.766000', '124753.768000', '124753.771000', '124753.773000', '124753.776000', '124753.778000', '124753.781000', '124753.783000', '124753.786000', '124753.789000', '124753.791000', '124753.794000', '124753.796000', '124753.799000', '124753.804000', '124753.806000', '124753.809000', '124753.812000', '124753.814000', '124753.817000', '124753.820000', '124753.822000', '124753.825000', '124753.828000', '124753.830000', '124753.833000', '124753.836000', '124753.838000', '124753.841000', '124753.843000', '124753.846000', '124753.849000', '124753.851000', '124753.854000', '124753.856000', '124813.741000', '124813.744000', '124813.747000', '124813.749000', '124813.752000', '124813.755000', '124813.757000', '124813.760000', '124813.762000', '124813.765000', '124813.768000', '124813.770000', '124813.773000', '124813.776000', '124813.778000', '124813.781000', '124813.783000', '124813.786000', '124813.789000', '124813.791000', '124813.794000', '124813.797000', '124813.799000', '124813.802000', '124813.804000', '124813.807000', '124813.809000', '124813.812000', '124813.815000', '124813.818000', '124813.820000', '124813.823000', '124813.826000', '124813.829000', '124813.832000', '124813.837000', '124813.840000', '124813.842000', '124813.845000', '124813.847000', '124813.850000', '124813.853000', '124813.855000', '124833.743000', '124833.745000', '124833.749000', '124833.752000', '124833.754000', '124833.757000', '124833.760000', '124833.762000', '124833.765000', '124833.767000', '124833.770000', '124833.773000', '124833.775000', '124833.778000', '124833.781000', '124833.783000', '124833.786000', '124833.788000', '124833.791000', '124833.793000', '124833.796000', '124833.798000', '124833.801000', '124833.804000', '124833.806000', '124833.809000', '124833.812000', '124833.814000', '124833.817000', '124833.819000', '124833.822000', '124833.825000', '124833.827000', '124833.830000', '124833.832000', '124833.835000', '124833.838000', '124833.840000', '124833.843000', '124833.846000', '124833.848000', '124833.851000', '124833.854000', '124833.856000', '124853.742000', '124853.745000', '124853.748000', '124853.750000', '124853.753000', '124853.756000', '124853.758000', '124853.761000', '124853.764000', '124853.766000', '124853.769000', '124853.771000', '124853.774000', '124853.776000', '124853.779000', '124853.782000', '124853.784000', '124853.787000', '124853.790000', '124853.792000', '124853.795000', '124853.798000', '124853.800000', '124853.803000', '124853.805000', '124853.808000', '124853.810000', '124853.813000', '124853.816000', '124853.818000', '124853.821000', '124853.823000', '124853.826000', '124853.828000', '124853.831000', '124853.834000', '124853.837000', '124853.839000', '124853.842000', '124853.844000', '124853.847000', '124853.849000', '124853.852000', '124913.742000', '124913.746000', '124913.748000', '124913.751000', '124913.754000', '124913.757000', '124913.773000', '124913.775000', '124913.778000', '124913.780000', '124913.783000', '124913.786000', '124913.788000', '124913.791000', '124913.793000', '124913.796000', '124913.798000', '124913.801000', '124913.804000', '124913.806000', '124913.809000', '124913.812000', '124913.814000', '124913.817000', '124913.819000', '124913.822000', '124913.824000', '124913.827000', '124913.829000', '124913.832000', '124913.835000', '124913.837000', '124913.840000', '124913.843000', '124913.845000', '124913.848000', '124913.850000', '124913.853000', '124913.855000', '124913.858000', '124913.861000', '124913.863000', '124913.866000', '124913.868000', '124933.742000', '124933.745000', '124933.748000', '124933.751000', '124933.753000', '124933.756000', '124933.758000', '124933.761000', '124933.764000', '124933.766000', '124933.769000', '124933.771000', '124933.774000', '124933.777000', '124933.779000', '124933.782000', '124933.785000', '124933.787000', '124933.790000', '124933.792000', '124933.795000', '124933.798000', '124933.800000', '124933.803000', '124933.805000', '124933.808000', '124933.811000', '124933.813000', '124933.816000', '124933.818000', '124933.821000', '124933.824000', '124933.826000', '124933.829000', '124933.831000', '124933.834000', '124933.836000', '124933.839000', '124933.842000', '124933.844000', '124933.847000', '124933.850000', '124933.853000', '124953.742000', '124953.745000', '124953.748000', '124953.750000', '124953.754000', '124953.756000', '124953.759000', '124953.762000', '124953.764000', '124953.767000', '124953.770000', '124953.772000', '124953.775000', '124953.777000', '124953.780000', '124953.782000', '124953.785000', '124953.788000', '124953.790000', '124953.793000', '124953.796000', '124953.798000', '124953.801000', '124953.803000', '124953.806000', '124953.808000', '124953.811000', '124953.814000', '124953.816000', '124953.819000', '124953.821000', '124953.824000', '124953.827000', '124953.829000', '124953.832000', '124953.834000', '124953.837000', '124953.840000', '124953.842000', '124953.845000', '124953.848000', '124953.850000', '124953.853000', '124953.855000', '125013.742000', '125013.745000', '125013.748000', '125013.751000', '125013.753000', '125013.756000', '125013.759000', '125013.761000', '125013.764000', '125013.766000', '125013.769000', '125013.772000', '125013.774000', '125013.777000', '125013.780000', '125013.782000', '125013.785000', '125013.787000', '125013.790000', '125013.793000', '125013.795000', '125013.798000', '125013.801000', '125013.803000', '125013.806000', '125013.808000', '125013.811000', '125013.813000', '125013.816000', '125013.818000', '125013.821000', '125013.824000', '125013.826000', '125013.829000', '125013.831000', '125013.834000', '125013.837000', '125013.839000', '125013.842000', '125013.844000', '125013.847000', '125013.850000', '125013.852000', '125033.741000', '125033.744000', '125033.747000', '125033.750000', '125033.752000', '125033.755000', '125033.757000', '125033.760000', '125033.763000', '125033.765000', '125033.768000', '125033.771000', '125033.773000', '125033.776000', '125033.779000', '125033.781000', '125033.784000', '125033.786000', '125033.789000', '125033.792000', '125033.794000', '125033.797000', '125033.799000', '125033.802000', '125033.805000', '125033.807000', '125033.810000', '125033.812000', '125033.815000', '125033.818000', '125033.820000', '125033.837000', '125033.839000', '125033.842000', '125033.844000', '125033.847000', '125033.850000', '125033.852000', '125033.855000', '125033.857000', '125033.860000', '125033.862000', '125033.865000', '125033.868000', '125053.743000', '125053.746000', '125053.748000', '125053.751000', '125053.753000', '125053.756000', '125053.759000', '125053.761000', '125053.764000', '125053.766000', '125053.769000', '125053.772000', '125053.774000', '125053.777000', '125053.779000', '125053.782000', '125053.785000', '125053.788000', '125053.790000', '125053.793000', '125053.795000', '125053.798000', '125053.800000', '125053.803000', '125053.806000', '125053.808000', '125053.811000', '125053.813000', '125053.816000', '125053.819000', '125053.821000', '125053.824000', '125053.827000', '125053.829000', '125053.832000', '125053.834000', '125053.837000', '125053.840000', '125053.842000', '125053.845000', '125053.847000', '125053.850000', '125053.853000', '125113.743000', '125113.745000', '125113.748000', '125113.751000', '125113.753000', '125113.756000', '125113.758000', '125113.761000', '125113.764000', '125113.766000', '125113.769000', '125113.771000', '125113.774000', '125113.777000', '125113.779000', '125113.782000', '125113.784000', '125113.787000', '125113.790000', '125113.792000', '125113.795000', '125113.797000', '125113.800000', '125113.802000', '125113.806000', '125113.809000', '125113.811000', '125113.814000', '125113.817000', '125113.819000', '125113.822000', '125113.824000', '125113.827000', '125113.830000', '125113.832000', '125113.835000', '125113.838000', '125113.840000', '125113.843000', '125113.845000', '125113.848000', '125113.851000', '125113.853000', '125133.743000', '125133.746000', '125133.748000', '125133.751000', '125133.753000', '125133.756000', '125133.758000', '125133.761000', '125133.764000', '125133.766000', '125133.769000', '125133.771000', '125133.774000', '125133.777000', '125133.779000', '125133.782000', '125133.784000', '125133.787000', '125133.790000', '125133.792000', '125133.795000', '125133.797000', '125133.800000', '125133.802000', '125133.805000', '125133.808000', '125133.810000', '125133.813000', '125133.815000', '125133.818000', '125133.821000', '125133.823000', '125133.826000', '125133.828000', '125133.831000', '125133.834000', '125133.836000', '125133.839000', '125133.841000', '125133.844000', '125133.847000', '125133.849000', '125133.852000', '125133.855000', '125136.236000', '125136.240000', '125136.244000', '125136.247000', '125136.250000', '125136.257000'], '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': [11219, 8090, 12891, 8370, 13719, 8471, 10199, 8076, 8980, 7923, 9058, 8047, 6966, 8935, 7128, 9556, 8716, 8639, 8008, 7366, 12025, 8932, 13266, 8782, 12649, 8991, 13275, 9028, 14434, 10255, 12190, 7691, 7214, 8339, 7125, 9575, 7439, 10687, 7588, 7029, 7768, 8375, 8387, 12242, 8059, 12125, 8114, 9403, 7943, 8013, 8203, 7505, 11142, 7212, 7455, 7718, 7430, 11701, 8094, 10931, 8948, 12814, 10399, 7866, 9902, 9549, 13400, 11631, 8462, 7284, 8506, 7305, 10667, 7243, 8890, 7504, 7492, 7809, 7348, 9961, 7146, 11999, 7730, 9321, 9803, 7606, 12178, 7833, 12051, 8099, 9711, 9541, 7283, 12013, 8073, 11518, 8613, 8858, 11410, 8303, 14824, 8136, 12015, 8738, 8236, 9582, 7782, 10523, 8268, 10216, 8765, 7786, 9457, 7527, 11322, 7590, 11686, 8070, 11582, 8279, 7381, 9679, 7522, 11781, 7423, 7346, 8708, 8200, 8804, 8377, 7684, 13023, 9052, 13449, 10084, 11298, 8058, 10391, 8029, 9865, 8693, 7054, 9466, 7614, 11624, 8119, 9350, 8007, 7240, 9505, 7502, 11313, 7869, 6995, 9140, 7455, 11090, 7837, 7685, 11646, 8886, 12052, 8145, 9063, 10516, 8033, 14312, 10000, 12911, 7998, 7259, 9788, 7549, 12889, 9200, 7318, 9681, 7982, 12127, 8697, 11360, 9199, 12524, 9268, 7275, 8701, 7574, 10881, 7881, 12065, 8367, 6991, 8777, 7618, 11825, 8347, 9920, 7751, 7317, 9848, 7607, 12841, 8771, 8745, 7860, 7147, 10742, 8124, 12556, 8981, 8269, 9888, 7648, 11732, 8020, 12111, 8738, 12611, 8047, 7122, 8915, 7680, 11072, 8252, 11767, 8284, 7270, 8603, 7215, 10465, 7804, 11626, 8081, 10644, 8147, 7875, 8140, 7562, 9971, 7387, 10577, 7893, 9495, 7854, 7235, 9876, 7549, 12369, 8120, 8465, 7616, 7477, 11445, 8179, 11517, 8431, 8667, 9786, 7122, 11118, 7965, 12274, 9093, 13775, 7965, 10064, 8062, 10385, 8095, 6979, 7986, 7135, 10520, 7962, 11330, 7910, 6992, 9567, 7555, 11653, 8142, 9563, 8709, 7147, 11154, 7812, 12089, 9061, 7251, 10560, 7957, 12176, 8563, 11244, 9172, 9546, 10169, 8144, 8826, 7705, 7499, 10000, 7654, 7513, 8448, 8007, 8123, 8276, 7697, 13428, 10377, 11967, 10502, 15336, 10852, 8448, 9499, 8688, 9060, 7308, 9085, 7230, 10332, 6976, 8425, 7877, 7071, 7775, 6759, 9913, 7266, 12185, 8369, 10992, 10168, 11121, 11713, 7514, 11381, 9456, 14402, 10029, 8017, 15379, 10806, 11142, 9829, 10409, 10519, 14871, 13666, 8012, 9055, 7888, 10136, 8274, 12124, 8513, 8193, 8436, 7424, 9576, 8021, 10898, 8275, 11027, 9622, 7354, 9131, 7759, 11536, 8134, 11480, 8345, 11332, 8877, 12109, 8881, 9156, 8954, 7540, 9466, 7578, 11069, 8085, 12180, 8760, 7480, 8617, 7236, 9924, 8062, 12169, 8696, 12059, 10032, 7441, 8498, 8553, 7236, 9095, 7882, 10459, 8097, 11645, 7937, 10465, 7691, 10701, 7833, 10920, 7986, 11395, 8465, 8403, 9157, 7291, 8525, 7268, 9693, 7764, 11122, 7472, 9700, 7834, 10640, 8115, 11573, 8461, 11026, 8315, 9484, 8480, 7239, 9066, 7623, 11867, 8115, 12365, 9309, 10053, 8087, 10588, 8653, 10808, 8536, 10793, 8442, 7570, 8167, 7236, 7957, 7378, 7286, 9504, 8508, 7320, 9237, 7800, 12122, 9506, 12621, 9880, 11625, 7882, 10749, 7694, 12732, 7380, 11278, 7279, 8899, 7560, 9256, 8145, 6855, 8229, 7191, 9276, 7715, 8555, 7829, 7235, 11601, 8094, 12374, 8727, 9158, 11125, 8806, 13109, 7939, 11965, 8725, 10043, 8486, 8385, 9577, 7234, 10952, 7837, 10865, 7931, 7829, 9876, 7072, 11562, 8127, 11007, 8431, 8289, 9205, 7105, 11122, 8051, 12196, 8498, 10216, 8747, 7412, 9692, 7716, 11554, 8547, 11706, 8985, 8361, 8817, 7222, 10156, 8298, 11854, 8543, 10987, 8877, 7120, 9147, 7479, 10350, 7590, 11281, 7447, 9901, 7414, 10606, 8215, 8075, 7476, 6860, 8970, 7276, 12029, 8143, 11276, 9282, 7136, 9956, 7405, 12038, 7881, 12668, 9537, 12489, 7766, 8663, 7941, 7577, 10210, 7623, 11873, 7740, 10312, 8416, 7639, 8647, 7741, 11243, 7557, 11052, 7902, 8651, 7785, 7825, 10907, 7414, 11437, 7699, 7550, 8260, 7365, 10952, 7459, 12051, 7816, 11686, 7604, 10631, 7753, 7898, 7746, 6933, 8641, 7169, 10640, 7326, 12406, 8659, 12686, 8853, 10539, 8019, 9009, 8236, 8769, 9222, 6992, 10231, 7703, 6897, 8076, 7081, 10878, 7901, 10949, 8098, 8046, 10992, 7584, 12908, 9375, 12638, 8170, 10760, 8175, 11686, 8361, 11796, 7941, 6935, 8092, 6824, 9761, 7525, 11413, 7197, 10440, 7844, 7699, 7841, 7466, 9485, 7133, 10690, 7109, 11793, 7680, 12094, 8060, 7209, 9110, 7218, 12010, 7964, 12488, 8190, 11532, 7952, 12472, 8359, 13003, 8556, 10419, 8137, 7586, 7906, 8194, 9906, 7770, 7802, 9794, 8052, 11214, 9260, 7954, 9985, 8231, 11679, 8088, 13594, 9585, 13191, 7893, 10434, 8600, 8730, 8994, 8222, 11676, 7958, 7377, 8036, 7002, 9478, 7363, 10338, 7866, 10751, 8508, 7268, 9362, 7290, 12057, 8053, 13112, 10237, 15375, 10472, 11624, 9115, 9157, 9207, 8765, 9607, 7707, 9382, 7545, 9551, 7364, 9492, 7178, 9923, 7424, 8560, 7920, 6841, 8102, 7194, 11088, 7698, 11666, 7787, 12356, 8405, 12095, 8988, 11345, 9025, 7454, 9428, 7514, 11314, 8085, 12461, 8786, 7142, 8853, 7579, 10402, 7951, 12173, 8713, 11074, 7966, 9288, 7733, 7517, 9494, 8134, 7339, 8706, 7183, 9919, 7516, 11917, 8416, 11992, 8712, 12958, 8505, 10303, 8352, 10418, 8288, 8881, 8510, 7400, 9299, 7830, 9036, 8270, 7539, 11361, 7405, 12011, 8586, 10619, 9124, 9556, 10442, 8366, 10361, 7598, 10924, 8375, 9412, 8607, 7622, 9419, 7200, 9552, 7550, 10607, 8516, 9359, 7978, 6977, 9515, 7715, 12252, 8591, 8576, 9948, 7537, 11559, 8029, 11209, 8869, 9116, 11237, 8045, 11249, 7992, 11961, 8278, 11877, 8640, 7350, 8846, 7727, 10859, 8064, 12114, 8299, 8743, 8148, 7330, 9074, 7739, 11891, 8284, 9229, 8495, 7631, 10295, 7877, 12752, 9264, 11799, 9180, 7716, 9498, 7955, 11425, 8777, 10627, 8652, 7630, 9355, 7399, 11257, 8002, 12066], 'WindowCenter': [4382.0, 4338.0, 4375.0, 4322.0, 4360.0, 4319.0, 4326.0, 4307.0, 4315.0, 4307.0, 4316.0, 4306.0, 4286.0, 4318.0, 4299.0, 4328.0, 4331.0, 4330.0, 4321.0, 4321.0, 4372.0, 4343.0, 4372.0, 4331.0, 4359.0, 4320.0, 4348.0, 4317.0, 4357.0, 4327.0, 4335.0, 4295.0, 4294.0, 4304.0, 4284.0, 4326.0, 4308.0, 4348.0, 4320.0, 4310.0, 4320.0, 4319.0, 4331.0, 4359.0, 4320.0, 4348.0, 4308.0, 4327.0, 4320.0, 4318.0, 4318.0, 4307.0, 4347.0, 4309.0, 4297.0, 4308.0, 4309.0, 4361.0, 4333.0, 4362.0, 4344.0, 4373.0, 4342.0, 4309.0, 4330.0, 4328.0, 4360.0, 4337.0, 4305.0, 4285.0, 4304.0, 4297.0, 4337.0, 4298.0, 4328.0, 4309.0, 4308.0, 4310.0, 4310.0, 4342.0, 4312.0, 4363.0, 4325.0, 4355.0, 4353.0, 4322.0, 4361.0, 4312.0, 4360.0, 4320.0, 4329.0, 4328.0, 4298.0, 4348.0, 4307.0, 4335.0, 4306.0, 4304.0, 4337.0, 4305.0, 4356.0, 4294.0, 4332.0, 4302.0, 4291.0, 4312.0, 4281.0, 4311.0, 4292.0, 4311.0, 4302.0, 4281.0, 4313.0, 4282.0, 4322.0, 4292.0, 4332.0, 4293.0, 4321.0, 4292.0, 4281.0, 4313.0, 4294.0, 4334.0, 4294.0, 4294.0, 4315.0, 4316.0, 4315.0, 4317.0, 4307.0, 4370.0, 4329.0, 4358.0, 4341.0, 4337.0, 4307.0, 4325.0, 4305.0, 4324.0, 4316.0, 4284.0, 4314.0, 4295.0, 4334.0, 4307.0, 4327.0, 4307.0, 4297.0, 4328.0, 4310.0, 4350.0, 4319.0, 4299.0, 4329.0, 4311.0, 4348.0, 4321.0, 4320.0, 4362.0, 4343.0, 4361.0, 4322.0, 4319.0, 4338.0, 4307.0, 4369.0, 4328.0, 4346.0, 4305.0, 4283.0, 4323.0, 4295.0, 4358.0, 4316.0, 4295.0, 4325.0, 4305.0, 4344.0, 4315.0, 4335.0, 4316.0, 4346.0, 4315.0, 4281.0, 4301.0, 4292.0, 4323.0, 4304.0, 4333.0, 4304.0, 4283.0, 4303.0, 4294.0, 4335.0, 4305.0, 4313.0, 4293.0, 4293.0, 4324.0, 4306.0, 4346.0, 4316.0, 4305.0, 4305.0, 4295.0, 4335.0, 4306.0, 4347.0, 4317.0, 4305.0, 4325.0, 4293.0, 4333.0, 4293.0, 4335.0, 4304.0, 4332.0, 4291.0, 4270.0, 4301.0, 4291.0, 4321.0, 4303.0, 4333.0, 4303.0, 4282.0, 4302.0, 4282.0, 4323.0, 4294.0, 4333.0, 4305.0, 4324.0, 4304.0, 4303.0, 4305.0, 4295.0, 4326.0, 4295.0, 4336.0, 4306.0, 4325.0, 4306.0, 4296.0, 4337.0, 4307.0, 4347.0, 4305.0, 4306.0, 4307.0, 4297.0, 4347.0, 4318.0, 4347.0, 4318.0, 4317.0, 4338.0, 4298.0, 4347.0, 4307.0, 4349.0, 4317.0, 4357.0, 4306.0, 4314.0, 4306.0, 4325.0, 4305.0, 4285.0, 4305.0, 4296.0, 4336.0, 4320.0, 4348.0, 4320.0, 4299.0, 4340.0, 4320.0, 4360.0, 4321.0, 4328.0, 4329.0, 4298.0, 4349.0, 4308.0, 4359.0, 4329.0, 4308.0, 4339.0, 4309.0, 4347.0, 4317.0, 4336.0, 4316.0, 4313.0, 4324.0, 4293.0, 4301.0, 4294.0, 4283.0, 4324.0, 4306.0, 4296.0, 4306.0, 4306.0, 4307.0, 4308.0, 4309.0, 4359.0, 4340.0, 4349.0, 4340.0, 4358.0, 4325.0, 4293.0, 4313.0, 4292.0, 4305.0, 4284.0, 4304.0, 4284.0, 4337.0, 4286.0, 4305.0, 4307.0, 4296.0, 4309.0, 4299.0, 4352.0, 4321.0, 4362.0, 4333.0, 4352.0, 4353.0, 4352.0, 4351.0, 4299.0, 4338.0, 4328.0, 4357.0, 4328.0, 4308.0, 4368.0, 4337.0, 4334.0, 4314.0, 4312.0, 4324.0, 4343.0, 4334.0, 4279.0, 4290.0, 4279.0, 4298.0, 4290.0, 4320.0, 4291.0, 4290.0, 4291.0, 4281.0, 4312.0, 4293.0, 4323.0, 4305.0, 4323.0, 4314.0, 4282.0, 4303.0, 4282.0, 4322.0, 4293.0, 4322.0, 4292.0, 4310.0, 4301.0, 4320.0, 4302.0, 4300.0, 4291.0, 4279.0, 4300.0, 4280.0, 4322.0, 4292.0, 4331.0, 4303.0, 4282.0, 4302.0, 4282.0, 4311.0, 4293.0, 4332.0, 4305.0, 4348.0, 4326.0, 4283.0, 4302.0, 4303.0, 4280.0, 4302.0, 4291.0, 4323.0, 4293.0, 4334.0, 4294.0, 4323.0, 4282.0, 4311.0, 4281.0, 4311.0, 4281.0, 4321.0, 4291.0, 4289.0, 4299.0, 4269.0, 4290.0, 4269.0, 4301.0, 4280.0, 4310.0, 4269.0, 4298.0, 4279.0, 4308.0, 4280.0, 4319.0, 4291.0, 4309.0, 4291.0, 4300.0, 4290.0, 4269.0, 4300.0, 4280.0, 4321.0, 4291.0, 4331.0, 4301.0, 4310.0, 4291.0, 4310.0, 4301.0, 4310.0, 4302.0, 4310.0, 4292.0, 4306.0, 4305.0, 4282.0, 4290.0, 4282.0, 4296.0, 4326.0, 4319.0, 4297.0, 4329.0, 4309.0, 4360.0, 4329.0, 4360.0, 4328.0, 4336.0, 4295.0, 4324.0, 4296.0, 4335.0, 4282.0, 4324.0, 4295.0, 4303.0, 4294.0, 4314.0, 4306.0, 4285.0, 4306.0, 4297.0, 4327.0, 4309.0, 4329.0, 4321.0, 4310.0, 4352.0, 4322.0, 4360.0, 4320.0, 4319.0, 4339.0, 4318.0, 4348.0, 4308.0, 4337.0, 4317.0, 4327.0, 4317.0, 4305.0, 4315.0, 4285.0, 4324.0, 4295.0, 4335.0, 4306.0, 4295.0, 4325.0, 4285.0, 4334.0, 4295.0, 4324.0, 4305.0, 4293.0, 4313.0, 4273.0, 4323.0, 4294.0, 4333.0, 4304.0, 4313.0, 4292.0, 4281.0, 4302.0, 4282.0, 4321.0, 4303.0, 4322.0, 4303.0, 4292.0, 4302.0, 4283.0, 4312.0, 4293.0, 4333.0, 4305.0, 4323.0, 4304.0, 4273.0, 4313.0, 4283.0, 4324.0, 4294.0, 4334.0, 4296.0, 4312.0, 4284.0, 4324.0, 4306.0, 4305.0, 4296.0, 4287.0, 4327.0, 4309.0, 4359.0, 4321.0, 4350.0, 4330.0, 4298.0, 4328.0, 4297.0, 4347.0, 4307.0, 4347.0, 4316.0, 4335.0, 4295.0, 4304.0, 4294.0, 4294.0, 4324.0, 4294.0, 4335.0, 4295.0, 4313.0, 4304.0, 4292.0, 4304.0, 4294.0, 4334.0, 4294.0, 4323.0, 4294.0, 4302.0, 4294.0, 4296.0, 4335.0, 4284.0, 4334.0, 4295.0, 4294.0, 4305.0, 4294.0, 4336.0, 4296.0, 4345.0, 4296.0, 4335.0, 4295.0, 4323.0, 4295.0, 4305.0, 4307.0, 4296.0, 4318.0, 4298.0, 4339.0, 4309.0, 4359.0, 4319.0, 4347.0, 4318.0, 4326.0, 4306.0, 4315.0, 4306.0, 4303.0, 4316.0, 4285.0, 4324.0, 4295.0, 4285.0, 4306.0, 4298.0, 4338.0, 4321.0, 4350.0, 4321.0, 4321.0, 4351.0, 4311.0, 4361.0, 4330.0, 4349.0, 4307.0, 4336.0, 4307.0, 4346.0, 4307.0, 4347.0, 4307.0, 4286.0, 4306.0, 4286.0, 4327.0, 4308.0, 4347.0, 4298.0, 4337.0, 4309.0, 4308.0, 4320.0, 4310.0, 4341.0, 4301.0, 4352.0, 4311.0, 4361.0, 4323.0, 4361.0, 4322.0, 4310.0, 4331.0, 4310.0, 4362.0, 4310.0, 4350.0, 4319.0, 4338.0, 4308.0, 4346.0, 4307.0, 4346.0, 4306.0, 4324.0, 4295.0, 4295.0, 4306.0, 4307.0, 4327.0, 4295.0, 4297.0, 4325.0, 4321.0, 4350.0, 4318.0, 4295.0, 4328.0, 4306.0, 4337.0, 4305.0, 4347.0, 4316.0, 4345.0, 4294.0, 4323.0, 4304.0, 4303.0, 4315.0, 4306.0, 4349.0, 4307.0, 4295.0, 4305.0, 4297.0, 4326.0, 4297.0, 4327.0, 4320.0, 4349.0, 4332.0, 4310.0, 4331.0, 4309.0, 4350.0, 4308.0, 4348.0, 4326.0, 4356.0, 4325.0, 4323.0, 4303.0, 4301.0, 4303.0, 4292.0, 4302.0, 4269.0, 4289.0, 4279.0, 4299.0, 4269.0, 4300.0, 4283.0, 4312.0, 4283.0, 4302.0, 4304.0, 4283.0, 4306.0, 4296.0, 4348.0, 4307.0, 4337.0, 4296.0, 4345.0, 4306.0, 4336.0, 4305.0, 4323.0, 4303.0, 4271.0, 4302.0, 4271.0, 4322.0, 4292.0, 4332.0, 4292.0, 4271.0, 4302.0, 4282.0, 4323.0, 4293.0, 4334.0, 4303.0, 4322.0, 4293.0, 4303.0, 4281.0, 4282.0, 4314.0, 4305.0, 4295.0, 4316.0, 4297.0, 4327.0, 4298.0, 4346.0, 4308.0, 4337.0, 4318.0, 4347.0, 4307.0, 4326.0, 4306.0, 4325.0, 4305.0, 4304.0, 4305.0, 4295.0, 4314.0, 4306.0, 4316.0, 4318.0, 4308.0, 4348.0, 4298.0, 4347.0, 4318.0, 4326.0, 4317.0, 4316.0, 4326.0, 4294.0, 4314.0, 4283.0, 4322.0, 4304.0, 4303.0, 4305.0, 4294.0, 4315.0, 4284.0, 4314.0, 4295.0, 4338.0, 4318.0, 4327.0, 4308.0, 4296.0, 4327.0, 4308.0, 4347.0, 4319.0, 4318.0, 4339.0, 4308.0, 4347.0, 4308.0, 4336.0, 4318.0, 4316.0, 4337.0, 4295.0, 4325.0, 4294.0, 4334.0, 4305.0, 4334.0, 4304.0, 4283.0, 4303.0, 4283.0, 4323.0, 4295.0, 4334.0, 4305.0, 4303.0, 4294.0, 4283.0, 4303.0, 4295.0, 4335.0, 4307.0, 4315.0, 4316.0, 4296.0, 4326.0, 4306.0, 4359.0, 4317.0, 4337.0, 4315.0, 4295.0, 4315.0, 4295.0, 4333.0, 4317.0, 4326.0, 4319.0, 4296.0, 4316.0, 4295.0, 4335.0, 4306.0, 4346.0], 'WindowWidth': [9680.0, 9610.0, 9654.0, 9577.0, 9625.0, 9564.0, 9569.0, 9544.0, 9551.0, 9544.0, 9555.0, 9543.0, 9515.0, 9561.0, 9537.0, 9574.0, 9585.0, 9582.0, 9571.0, 9572.0, 9641.0, 9602.0, 9640.0, 9583.0, 9618.0, 9564.0, 9601.0, 9558.0, 9613.0, 9569.0, 9577.0, 9523.0, 9521.0, 9534.0, 9511.0, 9567.0, 9550.0, 9602.0, 9568.0, 9554.0, 9569.0, 9566.0, 9584.0, 9620.0, 9566.0, 9603.0, 9547.0, 9570.0, 9566.0, 9563.0, 9561.0, 9546.0, 9598.0, 9553.0, 9531.0, 9548.0, 9553.0, 9625.0, 9591.0, 9630.0, 9608.0, 9643.0, 9599.0, 9550.0, 9579.0, 9573.0, 9622.0, 9584.0, 9537.0, 9510.0, 9536.0, 9529.0, 9584.0, 9536.0, 9572.0, 9550.0, 9549.0, 9554.0, 9554.0, 9598.0, 9562.0, 9630.0, 9583.0, 9625.0, 9617.0, 9572.0, 9624.0, 9559.0, 9622.0, 9567.0, 9578.0, 9576.0, 9534.0, 9603.0, 9544.0, 9580.0, 9541.0, 9534.0, 9585.0, 9536.0, 9607.0, 9520.0, 9569.0, 9528.0, 9511.0, 9541.0, 9500.0, 9539.0, 9515.0, 9538.0, 9528.0, 9499.0, 9545.0, 9503.0, 9557.0, 9517.0, 9568.0, 9518.0, 9553.0, 9514.0, 9500.0, 9548.0, 9523.0, 9577.0, 9523.0, 9523.0, 9551.0, 9556.0, 9554.0, 9559.0, 9545.0, 9636.0, 9579.0, 9617.0, 9596.0, 9585.0, 9543.0, 9564.0, 9540.0, 9562.0, 9554.0, 9507.0, 9548.0, 9526.0, 9578.0, 9547.0, 9570.0, 9545.0, 9531.0, 9576.0, 9555.0, 9607.0, 9565.0, 9537.0, 9577.0, 9557.0, 9604.0, 9572.0, 9569.0, 9626.0, 9604.0, 9625.0, 9573.0, 9562.0, 9586.0, 9545.0, 9634.0, 9575.0, 9595.0, 9539.0, 9507.0, 9560.0, 9527.0, 9616.0, 9555.0, 9524.0, 9565.0, 9540.0, 9589.0, 9552.0, 9579.0, 9555.0, 9595.0, 9552.0, 9499.0, 9526.0, 9515.0, 9559.0, 9534.0, 9572.0, 9534.0, 9505.0, 9533.0, 9523.0, 9579.0, 9538.0, 9547.0, 9519.0, 9520.0, 9562.0, 9541.0, 9597.0, 9555.0, 9537.0, 9537.0, 9525.0, 9580.0, 9544.0, 9598.0, 9558.0, 9538.0, 9565.0, 9520.0, 9573.0, 9519.0, 9578.0, 9534.0, 9571.0, 9513.0, 9483.0, 9526.0, 9513.0, 9554.0, 9533.0, 9572.0, 9533.0, 9502.0, 9530.0, 9504.0, 9559.0, 9522.0, 9574.0, 9538.0, 9561.0, 9536.0, 9532.0, 9538.0, 9524.0, 9568.0, 9527.0, 9580.0, 9543.0, 9566.0, 9542.0, 9528.0, 9586.0, 9544.0, 9598.0, 9540.0, 9539.0, 9545.0, 9530.0, 9598.0, 9562.0, 9597.0, 9560.0, 9557.0, 9588.0, 9533.0, 9598.0, 9544.0, 9605.0, 9556.0, 9612.0, 9541.0, 9547.0, 9540.0, 9566.0, 9539.0, 9511.0, 9539.0, 9530.0, 9582.0, 9568.0, 9603.0, 9567.0, 9539.0, 9593.0, 9566.0, 9620.0, 9572.0, 9574.0, 9578.0, 9535.0, 9605.0, 9551.0, 9619.0, 9580.0, 9548.0, 9590.0, 9550.0, 9599.0, 9559.0, 9583.0, 9554.0, 9545.0, 9560.0, 9519.0, 9526.0, 9522.0, 9505.0, 9560.0, 9542.0, 9528.0, 9537.0, 9539.0, 9543.0, 9544.0, 9548.0, 9618.0, 9594.0, 9606.0, 9594.0, 9616.0, 9564.0, 9516.0, 9542.0, 9514.0, 9537.0, 9506.0, 9533.0, 9508.0, 9583.0, 9516.0, 9536.0, 9543.0, 9528.0, 9549.0, 9539.0, 9613.0, 9572.0, 9625.0, 9589.0, 9612.0, 9614.0, 9610.0, 9610.0, 9535.0, 9585.0, 9571.0, 9609.0, 9575.0, 9547.0, 9628.0, 9582.0, 9575.0, 9545.0, 9538.0, 9560.0, 9583.0, 9575.0, 9490.0, 9505.0, 9492.0, 9515.0, 9506.0, 9547.0, 9511.0, 9507.0, 9510.0, 9498.0, 9539.0, 9517.0, 9557.0, 9536.0, 9558.0, 9546.0, 9501.0, 9530.0, 9500.0, 9555.0, 9515.0, 9555.0, 9512.0, 9534.0, 9523.0, 9549.0, 9526.0, 9521.0, 9509.0, 9491.0, 9519.0, 9494.0, 9554.0, 9514.0, 9565.0, 9530.0, 9500.0, 9526.0, 9501.0, 9539.0, 9517.0, 9569.0, 9538.0, 9604.0, 9565.0, 9503.0, 9528.0, 9529.0, 9496.0, 9528.0, 9511.0, 9556.0, 9516.0, 9576.0, 9519.0, 9556.0, 9501.0, 9536.0, 9497.0, 9536.0, 9498.0, 9550.0, 9510.0, 9505.0, 9518.0, 9477.0, 9507.0, 9478.0, 9526.0, 9495.0, 9533.0, 9479.0, 9515.0, 9491.0, 9528.0, 9495.0, 9544.0, 9510.0, 9532.0, 9510.0, 9520.0, 9507.0, 9478.0, 9520.0, 9495.0, 9552.0, 9512.0, 9567.0, 9525.0, 9534.0, 9511.0, 9535.0, 9525.0, 9535.0, 9527.0, 9535.0, 9515.0, 9543.0, 9540.0, 9504.0, 9507.0, 9501.0, 9527.0, 9566.0, 9562.0, 9532.0, 9578.0, 9549.0, 9621.0, 9576.0, 9622.0, 9571.0, 9581.0, 9523.0, 9561.0, 9524.0, 9576.0, 9502.0, 9559.0, 9524.0, 9528.0, 9520.0, 9545.0, 9539.0, 9510.0, 9541.0, 9531.0, 9570.0, 9550.0, 9578.0, 9570.0, 9554.0, 9612.0, 9571.0, 9620.0, 9565.0, 9560.0, 9591.0, 9560.0, 9602.0, 9546.0, 9582.0, 9556.0, 9569.0, 9557.0, 9537.0, 9551.0, 9509.0, 9560.0, 9525.0, 9575.0, 9540.0, 9522.0, 9564.0, 9509.0, 9573.0, 9523.0, 9560.0, 9535.0, 9517.0, 9544.0, 9490.0, 9557.0, 9519.0, 9570.0, 9532.0, 9542.0, 9514.0, 9498.0, 9526.0, 9500.0, 9551.0, 9529.0, 9554.0, 9531.0, 9513.0, 9527.0, 9503.0, 9539.0, 9518.0, 9571.0, 9536.0, 9557.0, 9533.0, 9488.0, 9544.0, 9502.0, 9559.0, 9520.0, 9574.0, 9526.0, 9540.0, 9505.0, 9562.0, 9539.0, 9537.0, 9527.0, 9516.0, 9570.0, 9550.0, 9617.0, 9571.0, 9607.0, 9579.0, 9533.0, 9573.0, 9528.0, 9596.0, 9542.0, 9599.0, 9554.0, 9578.0, 9523.0, 9531.0, 9520.0, 9518.0, 9562.0, 9521.0, 9577.0, 9522.0, 9543.0, 9532.0, 9514.0, 9534.0, 9520.0, 9574.0, 9521.0, 9556.0, 9520.0, 9528.0, 9521.0, 9526.0, 9577.0, 9509.0, 9574.0, 9522.0, 9520.0, 9538.0, 9522.0, 9581.0, 9527.0, 9591.0, 9528.0, 9578.0, 9523.0, 9558.0, 9523.0, 9537.0, 9544.0, 9528.0, 9560.0, 9535.0, 9589.0, 9549.0, 9616.0, 9562.0, 9598.0, 9559.0, 9566.0, 9541.0, 9548.0, 9539.0, 9533.0, 9552.0, 9509.0, 9561.0, 9524.0, 9510.0, 9541.0, 9533.0, 9586.0, 9567.0, 9605.0, 9569.0, 9568.0, 9609.0, 9554.0, 9625.0, 9578.0, 9605.0, 9544.0, 9581.0, 9541.0, 9594.0, 9544.0, 9595.0, 9543.0, 9513.0, 9541.0, 9515.0, 9571.0, 9545.0, 9597.0, 9534.0, 9584.0, 9548.0, 9546.0, 9565.0, 9552.0, 9596.0, 9542.0, 9611.0, 9557.0, 9624.0, 9576.0, 9623.0, 9572.0, 9553.0, 9581.0, 9552.0, 9625.0, 9554.0, 9608.0, 9562.0, 9586.0, 9545.0, 9593.0, 9542.0, 9595.0, 9541.0, 9561.0, 9523.0, 9522.0, 9538.0, 9542.0, 9567.0, 9522.0, 9527.0, 9563.0, 9570.0, 9605.0, 9557.0, 9522.0, 9574.0, 9541.0, 9585.0, 9537.0, 9599.0, 9552.0, 9591.0, 9520.0, 9554.0, 9534.0, 9530.0, 9551.0, 9538.0, 9603.0, 9543.0, 9523.0, 9536.0, 9531.0, 9567.0, 9532.0, 9569.0, 9565.0, 9604.0, 9584.0, 9554.0, 9582.0, 9551.0, 9606.0, 9545.0, 9603.0, 9568.0, 9611.0, 9562.0, 9555.0, 9528.0, 9525.0, 9528.0, 9514.0, 9527.0, 9478.0, 9504.0, 9490.0, 9515.0, 9479.0, 9522.0, 9503.0, 9542.0, 9505.0, 9526.0, 9534.0, 9506.0, 9540.0, 9529.0, 9599.0, 9544.0, 9582.0, 9528.0, 9590.0, 9540.0, 9579.0, 9536.0, 9557.0, 9528.0, 9482.0, 9525.0, 9483.0, 9554.0, 9515.0, 9570.0, 9513.0, 9484.0, 9526.0, 9499.0, 9557.0, 9516.0, 9574.0, 9530.0, 9555.0, 9517.0, 9527.0, 9497.0, 9500.0, 9549.0, 9538.0, 9524.0, 9552.0, 9528.0, 9569.0, 9533.0, 9594.0, 9545.0, 9582.0, 9558.0, 9596.0, 9540.0, 9565.0, 9537.0, 9560.0, 9535.0, 9532.0, 9534.0, 9521.0, 9548.0, 9541.0, 9555.0, 9560.0, 9545.0, 9601.0, 9534.0, 9596.0, 9558.0, 9564.0, 9555.0, 9551.0, 9566.0, 9519.0, 9546.0, 9503.0, 9554.0, 9533.0, 9530.0, 9535.0, 9518.0, 9548.0, 9508.0, 9545.0, 9524.0, 9587.0, 9560.0, 9568.0, 9545.0, 9527.0, 9569.0, 9547.0, 9597.0, 9563.0, 9560.0, 9588.0, 9546.0, 9597.0, 9547.0, 9581.0, 9558.0, 9552.0, 9581.0, 9522.0, 9561.0, 9520.0, 9573.0, 9538.0, 9574.0, 9534.0, 9503.0, 9530.0, 9503.0, 9558.0, 9523.0, 9575.0, 9536.0, 9531.0, 9518.0, 9503.0, 9530.0, 9523.0, 9577.0, 9543.0, 9550.0, 9555.0, 9526.0, 9566.0, 9540.0, 9617.0, 9558.0, 9582.0, 9549.0, 9521.0, 9548.0, 9523.0, 9572.0, 9556.0, 9566.0, 9563.0, 9525.0, 9552.0, 9523.0, 9577.0, 9538.0, 9594.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.0005778760045924225</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.025533465671641793</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.94138400658621</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2563284783448276</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9928955752298865</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.48</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6305.3809</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09002930845762563</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>23</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.640642939150402</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4282418008772244</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.332396762573146</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6836027541997427</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.268725885858785</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0131966</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014849049039185047</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03574751690030098</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.929303094982565</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>21.5925</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.4865</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>169.2166</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>296565.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>780.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>314.962</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5918</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>528.4753</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3501.8923</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3706.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>79979.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1192.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4567.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>943.1639</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>39.85826509818435</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> |