=== 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-0079 --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-0079",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0079_ses-04_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-0079_ses-04_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-04_subject-0079_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-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0079_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-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0079_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-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0079_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-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-04_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-04_subject-0079_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-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-04_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-04_subject-0079_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-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0079_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-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0079/figures/sub-0079_ses-04_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-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-04_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-0079/ses-04/func/sub-0079_ses-04_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>47d973573987249e008fced3046145dc</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:54.812500</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.99958, 0.0289634, 0.000597829, -0.0289684, 0.999148, 0.0293822]</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.101043</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>14</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4158, -7753, -7273, 484, 22, -95, 31, 54]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>253.769</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>80cd6208-0c0d-47dd-834d-96f611b5869b||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.6818008422851562, -0.07772020995616913, -0.0006849534693174064, 115.65560913085938], [-0.07770664244890213, 2.6806421279907227, 0.07934527099132538, -92.53898620605469], [0.0016039317706599832, -0.07883016020059586, 2.698833703994751, -68.0265121459961], [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': ['124454.812500', '124455.272500', '124455.732500', '124456.192500', '124456.652500', '124457.112500', '124457.572500', '124458.032500', '124458.492500', '124458.952500', '124459.412500', '124459.872500', '124500.332500', '124500.792500', '124501.252500', '124501.712500', '124502.172500', '124502.632500', '124503.092500', '124503.552500', '124504.012500', '124504.472500', '124504.932500', '124505.392500', '124505.852500', '124506.312500', '124506.772500', '124507.232500', '124507.692500', '124508.152500', '124508.612500', '124509.072500', '124509.532500', '124509.992500', '124510.452500', '124510.912500', '124511.372500', '124511.832500', '124512.292500', '124512.752500', '124513.212500', '124513.672500', '124514.132500', '124514.592500', '124515.052500', '124515.512500', '124515.972500', '124516.432500', '124516.892500', '124517.352500', '124517.812500', '124518.272500', '124518.732500', '124519.192500', '124519.652500', '124520.112500', '124520.572500', '124521.032500', '124521.492500', '124521.952500', '124522.412500', '124522.872500', '124523.332500', '124523.792500', '124524.252500', '124524.712500', '124525.172500', '124525.632500', '124526.092500', '124526.552500', '124527.012500', '124527.472500', '124527.932500', '124528.392500', '124528.852500', '124529.312500', '124529.772500', '124530.232500', '124530.692500', '124531.152500', '124531.612500', '124532.072500', '124532.532500', '124532.992500', '124533.452500', '124533.912500', '124534.372500', '124534.832500', '124535.292500', '124535.752500', '124536.212500', '124536.672500', '124537.132500', '124537.592500', '124538.052500', '124538.512500', '124538.972500', '124539.432500', '124539.892500', '124540.352500', '124540.812500', '124541.272500', '124541.732500', '124542.192500', '124542.652500', '124543.112500', '124543.572500', '124544.032500', '124544.492500', '124544.952500', '124545.412500', '124545.872500', '124546.332500', '124546.792500', '124547.252500', '124547.712500', '124548.172500', '124548.632500', '124549.092500', '124549.552500', '124550.012500', '124550.472500', '124550.932500', '124551.392500', '124551.852500', '124552.312500', '124552.772500', '124553.232500', '124553.692500', '124554.152500', '124554.612500', '124555.072500', '124555.532500', '124555.992500', '124556.452500', '124556.912500', '124557.372500', '124557.832500', '124558.292500', '124558.752500', '124559.212500', '124559.672500', '124600.132500', '124600.592500', '124601.052500', '124601.512500', '124601.972500', '124602.432500', '124602.892500', '124603.352500', '124603.812500', '124604.272500', '124604.732500', '124605.192500', '124605.652500', '124606.112500', '124606.572500', '124607.032500', '124607.492500', '124607.952500', '124608.412500', '124608.872500', '124609.332500', '124609.792500', '124610.252500', '124610.712500', '124611.172500', '124611.632500', '124612.092500', '124612.552500', '124613.012500', '124613.472500', '124613.932500', '124614.392500', '124614.852500', '124615.312500', '124615.772500', '124616.232500', '124616.692500', '124617.152500', '124617.612500', '124618.072500', '124618.532500', '124618.992500', '124619.452500', '124619.912500', '124620.372500', '124620.832500', '124621.292500', '124621.752500', '124622.212500', '124622.672500', '124623.132500', '124623.592500', '124624.052500', '124624.512500', '124624.972500', '124625.432500', '124625.892500', '124626.352500', '124626.812500', '124627.272500', '124627.732500', '124628.192500', '124628.652500', '124629.112500', '124629.572500', '124630.032500', '124630.492500', '124630.952500', '124631.412500', '124631.872500', '124632.332500', '124632.792500', '124633.252500', '124633.712500', '124634.172500', '124634.632500', '124635.092500', '124635.552500', '124636.012500', '124636.472500', '124636.932500', '124637.392500', '124637.852500', '124638.312500', '124638.772500', '124639.232500', '124639.692500', '124640.152500', '124640.612500', '124641.072500', '124641.532500', '124641.992500', '124642.452500', '124642.912500', '124643.372500', '124643.832500', '124644.292500', '124644.752500', '124645.212500', '124645.672500', '124646.132500', '124646.592500', '124647.052500', '124647.512500', '124647.972500', '124648.432500', '124648.892500', '124649.352500', '124649.812500', '124650.272500', '124650.732500', '124651.192500', '124651.652500', '124652.112500', '124652.572500', '124653.032500', '124653.492500', '124653.952500', '124654.412500', '124654.872500', '124655.332500', '124655.792500', '124656.252500', '124656.712500', '124657.172500', '124657.632500', '124658.092500', '124658.552500', '124659.012500', '124659.472500', '124659.932500', '124700.392500', '124700.852500', '124701.312500', '124701.772500', '124702.232500', '124702.692500', '124703.152500', '124703.612500', '124704.072500', '124704.532500', '124704.992500', '124705.452500', '124705.912500', '124706.372500', '124706.832500', '124707.292500', '124707.752500', '124708.212500', '124708.672500', '124709.132500', '124709.592500', '124710.052500', '124710.512500', '124710.972500', '124711.432500', '124711.892500', '124712.352500', '124712.812500', '124713.272500', '124713.732500', '124714.192500', '124714.652500', '124715.112500', '124715.572500', '124716.032500', '124716.492500', '124716.952500', '124717.412500', '124717.872500', '124718.332500', '124718.792500', '124719.252500', '124719.712500', '124720.172500', '124720.632500', '124721.092500', '124721.552500', '124722.012500', '124722.472500', '124722.932500', '124723.392500', '124723.852500', '124724.312500', '124724.772500', '124725.232500', '124725.692500', '124726.152500', '124726.612500', '124727.072500', '124727.532500', '124727.992500', '124728.452500', '124728.912500', '124729.372500', '124729.832500', '124730.292500', '124730.752500', '124731.212500', '124731.672500', '124732.132500', '124732.592500', '124733.052500', '124733.512500', '124733.972500', '124734.432500', '124734.892500', '124735.352500', '124735.812500', '124736.272500', '124736.732500', '124737.192500', '124737.652500', '124738.112500', '124738.572500', '124739.032500', '124739.492500', '124739.952500', '124740.412500', '124740.872500', '124741.332500', '124741.792500', '124742.252500', '124742.712500', '124743.172500', '124743.632500', '124744.092500', '124744.552500', '124745.012500', '124745.472500', '124745.932500', '124746.392500', '124746.852500', '124747.312500', '124747.772500', '124748.232500', '124748.692500', '124749.152500', '124749.612500', '124750.072500', '124750.532500', '124750.992500', '124751.452500', '124751.912500', '124752.372500', '124752.832500', '124753.292500', '124753.752500', '124754.212500', '124754.672500', '124755.132500', '124755.592500', '124756.052500', '124756.512500', '124756.972500', '124757.432500', '124757.892500', '124758.352500', '124758.812500', '124759.272500', '124759.732500', '124800.192500', '124800.652500', '124801.112500', '124801.572500', '124802.032500', '124802.492500', '124802.952500', '124803.412500', '124803.872500', '124804.332500', '124804.792500', '124805.252500', '124805.712500', '124806.172500', '124806.632500', '124807.092500', '124807.552500', '124808.012500', '124808.472500', '124808.932500', '124809.392500', '124809.852500', '124810.312500', '124810.772500', '124811.232500', '124811.692500', '124812.152500', '124812.612500', '124813.072500', '124813.532500', '124813.992500', '124814.452500', '124814.912500', '124815.372500', '124815.832500', '124816.292500', '124816.752500', '124817.212500', '124817.672500', '124818.132500', '124818.592500', '124819.052500', '124819.512500', '124819.972500', '124820.432500', '124820.892500', '124821.352500', '124821.812500', '124822.272500', '124822.732500', '124823.192500', '124823.652500', '124824.112500', '124824.572500', '124825.032500', '124825.492500', '124825.952500', '124826.412500', '124826.872500', '124827.332500', '124827.792500', '124828.252500', '124828.712500', '124829.172500', '124829.632500', '124830.092500', '124830.552500', '124831.012500', '124831.472500', '124831.932500', '124832.392500', '124832.852500', '124833.312500', '124833.772500', '124834.232500', '124834.692500', '124835.152500', '124835.612500', '124836.072500', '124836.532500', '124836.992500', '124837.452500', '124837.912500', '124838.372500', '124838.832500', '124839.292500', '124839.752500', '124840.212500', '124840.672500', '124841.132500', '124841.592500', '124842.052500', '124842.512500', '124842.972500', '124843.432500', '124843.892500', '124844.352500', '124844.812500', '124845.272500', '124845.732500', '124846.192500', '124846.652500', '124847.112500', '124847.572500', '124848.032500', '124848.492500', '124848.952500', '124849.412500', '124849.872500', '124850.332500', '124850.792500', '124851.252500', '124851.712500', '124852.172500', '124852.632500', '124853.092500', '124853.552500', '124854.012500', '124854.472500', '124854.932500', '124855.392500', '124855.852500', '124856.312500', '124856.772500', '124857.232500', '124857.692500', '124858.152500', '124858.612500', '124859.072500', '124859.532500', '124859.992500', '124900.452500', '124900.912500', '124901.372500', '124901.832500', '124902.292500', '124902.752500', '124903.212500', '124903.672500', '124904.132500', '124904.592500', '124905.052500', '124905.512500', '124905.972500', '124906.432500', '124906.892500', '124907.352500', '124907.812500', '124908.272500', '124908.732500', '124909.192500', '124909.652500', '124910.112500', '124910.572500', '124911.032500', '124911.492500', '124911.952500', '124912.412500', '124912.872500', '124913.332500', '124913.792500', '124914.252500', '124914.712500', '124915.172500', '124915.632500', '124916.092500', '124916.552500', '124917.012500', '124917.472500', '124917.932500', '124918.392500', '124918.852500', '124919.312500', '124919.772500', '124920.232500', '124920.692500', '124921.152500', '124921.612500', '124922.072500', '124922.532500', '124922.992500', '124923.452500', '124923.912500', '124924.372500', '124924.832500', '124925.292500', '124925.752500', '124926.212500', '124926.672500', '124927.132500', '124927.592500', '124928.052500', '124928.512500', '124928.972500', '124929.432500', '124929.892500', '124930.352500', '124930.812500', '124931.272500', '124931.732500', '124932.192500', '124932.652500', '124933.112500', '124933.572500', '124934.032500', '124934.492500', '124934.952500', '124935.412500', '124935.872500', '124936.332500', '124936.792500', '124937.252500', '124937.712500', '124938.172500', '124938.632500', '124939.092500', '124939.552500', '124940.012500', '124940.472500', '124940.932500', '124941.392500', '124941.852500', '124942.312500', '124942.772500', '124943.232500', '124943.692500', '124944.152500', '124944.612500', '124945.072500', '124945.532500', '124945.992500', '124946.452500', '124946.912500', '124947.372500', '124947.832500', '124948.292500', '124948.752500', '124949.212500', '124949.672500', '124950.132500', '124950.592500', '124951.052500', '124951.512500', '124951.972500', '124952.432500', '124952.892500', '124953.352500', '124953.812500', '124954.272500', '124954.732500', '124955.192500', '124955.652500', '124956.112500', '124956.572500', '124957.032500', '124957.492500', '124957.952500', '124958.412500', '124958.872500', '124959.332500', '124959.792500', '125000.252500', '125000.712500', '125001.172500', '125001.632500', '125002.092500', '125002.552500', '125003.012500', '125003.472500', '125003.932500', '125004.392500', '125004.852500', '125005.312500', '125005.772500', '125006.232500', '125006.692500', '125007.152500', '125007.612500', '125008.072500', '125008.532500', '125008.992500', '125009.452500', '125009.912500', '125010.372500', '125010.832500', '125011.292500', '125011.752500', '125012.212500', '125012.672500', '125013.132500', '125013.592500', '125014.052500', '125014.512500', '125014.972500', '125015.432500', '125015.892500', '125016.352500', '125016.812500', '125017.272500', '125017.732500', '125018.192500', '125018.652500', '125019.112500', '125019.572500', '125020.032500', '125020.492500', '125020.952500', '125021.412500', '125021.872500', '125022.332500', '125022.792500', '125023.252500', '125023.712500', '125024.172500', '125024.632500', '125025.092500', '125025.552500', '125026.012500', '125026.472500', '125026.932500', '125027.392500', '125027.852500', '125028.312500', '125028.772500', '125029.232500', '125029.692500', '125030.152500', '125030.612500', '125031.072500', '125031.532500', '125031.992500', '125032.452500', '125032.912500', '125033.372500', '125033.832500', '125034.292500', '125034.752500', '125035.212500', '125035.672500', '125036.132500', '125036.592500', '125037.052500', '125037.512500', '125037.972500', '125038.432500', '125038.892500', '125039.352500', '125039.812500', '125040.272500', '125040.732500', '125041.192500', '125041.652500', '125042.112500', '125042.572500', '125043.032500', '125043.492500', '125043.952500', '125044.412500', '125044.872500', '125045.332500', '125045.792500', '125046.252500', '125046.712500', '125047.172500', '125047.632500', '125048.092500', '125048.552500', '125049.012500', '125049.472500', '125049.932500', '125050.392500', '125050.852500', '125051.312500', '125051.772500', '125052.232500', '125052.692500', '125053.152500', '125053.612500', '125054.072500', '125054.532500', '125054.992500', '125055.452500', '125055.912500', '125056.372500', '125056.832500', '125057.292500', '125057.752500', '125058.212500', '125058.672500', '125059.132500', '125059.592500', '125100.052500', '125100.512500', '125100.972500', '125101.432500', '125101.892500', '125102.352500', '125102.812500', '125103.272500', '125103.732500', '125104.192500', '125104.652500', '125105.112500', '125105.572500', '125106.032500', '125106.492500', '125106.952500', '125107.412500', '125107.872500', '125108.332500', '125108.792500', '125109.252500', '125109.712500', '125110.172500', '125110.632500', '125111.092500', '125111.552500', '125112.012500', '125112.472500', '125112.932500', '125113.392500', '125113.852500', '125114.312500', '125114.772500', '125115.232500', '125115.692500', '125116.152500', '125116.612500', '125117.072500', '125117.532500', '125117.992500', '125118.452500', '125118.912500', '125119.372500', '125119.832500', '125120.292500', '125120.752500', '125121.212500', '125121.672500', '125122.132500', '125122.592500', '125123.052500', '125123.512500', '125123.972500', '125124.432500', '125124.892500', '125125.352500', '125125.812500', '125126.272500', '125126.732500', '125127.192500', '125127.652500', '125128.112500', '125128.572500', '125129.032500', '125129.492500', '125129.952500', '125130.412500', '125130.872500', '125131.332500', '125131.792500', '125132.252500', '125132.712500', '125133.172500', '125133.632500', '125134.092500', '125134.552500', '125135.012500', '125135.472500'], 'ContentTime': ['124507.562000', '124507.565000', '124507.568000', '124507.571000', '124507.574000', '124507.581000', '124507.584000', '124507.587000', '124507.589000', '124507.599000', '124507.601000', '124507.604000', '124507.607000', '124507.609000', '124507.612000', '124507.615000', '124507.617000', '124507.620000', '124507.622000', '124507.625000', '124507.628000', '124507.630000', '124507.633000', '124507.638000', '124507.641000', '124507.644000', '124527.523000', '124527.526000', '124527.529000', '124527.531000', '124527.534000', '124527.537000', '124527.539000', '124527.542000', '124527.544000', '124527.547000', '124527.549000', '124527.552000', '124527.555000', '124527.557000', '124527.560000', '124527.563000', '124527.566000', '124527.569000', '124527.571000', '124527.574000', '124527.576000', '124527.579000', '124527.582000', '124527.585000', '124527.588000', '124527.591000', '124527.594000', '124527.596000', '124527.599000', '124527.602000', '124527.604000', '124527.607000', '124527.617000', '124527.620000', '124527.622000', '124527.625000', '124527.627000', '124527.630000', '124527.632000', '124527.635000', '124527.638000', '124527.640000', '124527.643000', '124547.524000', '124547.526000', '124547.529000', '124547.531000', '124547.534000', '124547.537000', '124547.539000', '124547.542000', '124547.545000', '124547.547000', '124547.550000', '124547.552000', '124547.555000', '124547.558000', '124547.560000', '124547.563000', '124547.566000', '124547.568000', '124547.571000', '124547.573000', '124547.576000', '124547.579000', '124547.581000', '124547.584000', '124547.587000', '124547.589000', '124547.592000', '124547.594000', '124547.597000', '124547.608000', '124547.610000', '124547.613000', '124547.616000', '124547.618000', '124547.621000', '124547.623000', '124547.626000', '124547.629000', '124547.635000', '124547.638000', '124547.640000', '124547.643000', '124547.646000', '124547.648000', '124607.523000', '124607.526000', '124607.529000', '124607.532000', '124607.534000', '124607.537000', '124607.539000', '124607.542000', '124607.545000', '124607.547000', '124607.550000', '124607.552000', '124607.555000', '124607.558000', '124607.560000', '124607.563000', '124607.565000', '124607.568000', '124607.571000', '124607.573000', '124607.576000', '124607.580000', '124607.583000', '124607.585000', '124607.588000', '124607.590000', '124607.593000', '124607.596000', '124607.599000', '124607.601000', '124607.604000', '124607.607000', '124607.609000', '124607.612000', '124607.614000', '124607.617000', '124607.620000', '124607.622000', '124607.625000', '124607.627000', '124607.630000', '124607.633000', '124607.635000', '124627.523000', '124627.526000', '124627.529000', '124627.532000', '124627.534000', '124627.537000', '124627.539000', '124627.542000', '124627.545000', '124627.547000', '124627.550000', '124627.553000', '124627.555000', '124627.558000', '124627.561000', '124627.563000', '124627.566000', '124627.574000', '124627.577000', '124627.580000', '124627.582000', '124627.585000', '124627.587000', '124627.590000', '124627.593000', '124627.595000', '124627.598000', '124627.601000', '124627.603000', '124627.606000', '124627.609000', '124627.611000', '124627.614000', '124627.616000', '124627.619000', '124627.622000', '124627.624000', '124627.627000', '124627.630000', '124627.632000', '124627.635000', '124627.638000', '124627.640000', '124627.643000', '124647.524000', '124647.527000', '124647.530000', '124647.532000', '124647.535000', '124647.538000', '124647.540000', '124647.543000', '124647.545000', '124647.548000', '124647.551000', '124647.553000', '124647.556000', '124647.558000', '124647.562000', '124647.565000', '124647.568000', '124647.570000', '124647.573000', '124647.576000', '124647.578000', '124647.581000', '124647.583000', '124647.586000', '124647.588000', '124647.591000', '124647.594000', '124647.596000', '124647.599000', '124647.602000', '124647.604000', '124647.607000', '124647.610000', '124647.612000', '124647.615000', '124647.618000', '124647.620000', '124647.623000', '124647.627000', '124647.630000', '124647.633000', '124647.635000', '124647.638000', '124707.525000', '124707.527000', '124707.530000', '124707.533000', '124707.535000', '124707.538000', '124707.541000', '124707.543000', '124707.546000', '124707.549000', '124707.551000', '124707.554000', '124707.556000', '124707.559000', '124707.576000', '124707.579000', '124707.581000', '124707.584000', '124707.586000', '124707.589000', '124707.592000', '124707.594000', '124707.597000', '124707.600000', '124707.602000', '124707.605000', '124707.608000', '124707.610000', '124707.613000', '124707.615000', '124707.618000', '124707.621000', '124707.623000', '124707.626000', '124707.629000', '124707.631000', '124707.634000', '124707.637000', '124707.639000', '124707.642000', '124707.644000', '124707.647000', '124707.650000', '124707.652000', '124727.524000', '124727.527000', '124727.530000', '124727.533000', '124727.535000', '124727.538000', '124727.541000', '124727.543000', '124727.546000', '124727.549000', '124727.551000', '124727.554000', '124727.557000', '124727.559000', '124727.562000', '124727.564000', '124727.567000', '124727.570000', '124727.572000', '124727.575000', '124727.578000', '124727.581000', '124727.584000', '124727.589000', '124727.600000', '124727.603000', '124727.605000', '124727.608000', '124727.610000', '124727.613000', '124727.616000', '124727.618000', '124727.621000', '124727.624000', '124727.626000', '124727.629000', '124727.632000', '124727.634000', '124727.637000', '124727.639000', '124727.642000', '124727.645000', '124727.647000', '124747.523000', '124747.527000', '124747.529000', '124747.532000', '124747.534000', '124747.537000', '124747.540000', '124747.542000', '124747.545000', '124747.548000', '124747.550000', '124747.553000', '124747.556000', '124747.558000', '124747.561000', '124747.564000', '124747.566000', '124747.569000', '124747.572000', '124747.574000', '124747.577000', '124747.579000', '124747.582000', '124747.585000', '124747.587000', '124747.590000', '124747.593000', '124747.595000', '124747.598000', '124747.601000', '124747.603000', '124747.606000', '124747.608000', '124747.611000', '124747.614000', '124747.616000', '124747.619000', '124747.622000', '124747.624000', '124747.627000', '124747.630000', '124747.632000', '124747.635000', '124747.637000', '124807.524000', '124807.527000', '124807.529000', '124807.532000', '124807.534000', '124807.537000', '124807.540000', '124807.542000', '124807.545000', '124807.548000', '124807.550000', '124807.553000', '124807.556000', '124807.558000', '124807.561000', '124807.564000', '124807.566000', '124807.569000', '124807.571000', '124807.574000', '124807.577000', '124807.579000', '124807.582000', '124807.585000', '124807.587000', '124807.590000', '124807.593000', '124807.595000', '124807.598000', '124807.601000', '124807.603000', '124807.606000', '124807.609000', '124807.611000', '124807.614000', '124807.617000', '124807.621000', '124807.624000', '124807.626000', '124807.629000', '124807.631000', '124807.634000', '124807.637000', '124827.524000', '124827.526000', '124827.529000', '124827.532000', '124827.535000', '124827.537000', '124827.540000', '124827.543000', '124827.545000', '124827.548000', '124827.551000', '124827.553000', '124827.556000', '124827.558000', '124827.561000', '124827.564000', '124827.566000', '124827.569000', '124827.572000', '124827.574000', '124827.577000', '124827.579000', '124827.582000', '124827.585000', '124827.587000', '124827.590000', '124827.593000', '124827.595000', '124827.598000', '124827.601000', '124827.604000', '124827.606000', '124827.609000', '124827.612000', '124827.614000', '124827.617000', '124827.620000', '124827.622000', '124827.625000', '124827.627000', '124827.630000', '124827.633000', '124827.635000', '124827.638000', '124847.523000', '124847.526000', '124847.529000', '124847.532000', '124847.535000', '124847.537000', '124847.540000', '124847.543000', '124847.545000', '124847.548000', '124847.557000', '124847.560000', '124847.563000', '124847.565000', '124847.568000', '124847.570000', '124847.573000', '124847.576000', '124847.578000', '124847.581000', '124847.584000', '124847.586000', '124847.589000', '124847.591000', '124847.594000', '124847.597000', '124847.599000', '124847.602000', '124847.605000', '124847.607000', '124847.610000', '124847.612000', '124847.615000', '124847.618000', '124847.620000', '124847.623000', '124847.625000', '124847.628000', '124847.631000', '124847.633000', '124847.636000', '124847.639000', '124847.641000', '124907.525000', '124907.528000', '124907.530000', '124907.533000', '124907.536000', '124907.538000', '124907.552000', '124907.555000', '124907.557000', '124907.560000', '124907.563000', '124907.565000', '124907.568000', '124907.571000', '124907.573000', '124907.576000', '124907.579000', '124907.581000', '124907.584000', '124907.587000', '124907.589000', '124907.592000', '124907.594000', '124907.597000', '124907.600000', '124907.602000', '124907.605000', '124907.608000', '124907.610000', '124907.613000', '124907.615000', '124907.618000', '124907.621000', '124907.623000', '124907.626000', '124907.629000', '124907.631000', '124907.634000', '124907.637000', '124907.639000', '124907.642000', '124907.644000', '124907.647000', '124907.650000', '124927.525000', '124927.527000', '124927.530000', '124927.533000', '124927.535000', '124927.538000', '124927.541000', '124927.543000', '124927.546000', '124927.548000', '124927.551000', '124927.554000', '124927.556000', '124927.559000', '124927.562000', '124927.565000', '124927.567000', '124927.570000', '124927.573000', '124927.575000', '124927.578000', '124927.581000', '124927.583000', '124927.586000', '124927.589000', '124927.591000', '124927.594000', '124927.597000', '124927.599000', '124927.602000', '124927.605000', '124927.607000', '124927.610000', '124927.613000', '124927.615000', '124927.618000', '124927.620000', '124927.623000', '124927.626000', '124927.629000', '124927.631000', '124927.634000', '124927.636000', '124947.525000', '124947.527000', '124947.530000', '124947.533000', '124947.535000', '124947.538000', '124947.541000', '124947.543000', '124947.546000', '124947.548000', '124947.551000', '124947.554000', '124947.556000', '124947.559000', '124947.562000', '124947.564000', '124947.567000', '124947.569000', '124947.572000', '124947.575000', '124947.577000', '124947.580000', '124947.583000', '124947.585000', '124947.588000', '124947.590000', '124947.594000', '124947.596000', '124947.599000', '124947.602000', '124947.604000', '124947.607000', '124947.610000', '124947.612000', '124947.615000', '124947.618000', '124947.620000', '124947.623000', '124947.626000', '124947.628000', '124947.631000', '124947.634000', '124947.636000', '124947.639000', '125007.524000', '125007.526000', '125007.529000', '125007.532000', '125007.535000', '125007.537000', '125007.540000', '125007.542000', '125007.545000', '125007.548000', '125007.550000', '125007.553000', '125007.556000', '125007.558000', '125007.561000', '125007.563000', '125007.566000', '125007.569000', '125007.571000', '125007.574000', '125007.577000', '125007.579000', '125007.582000', '125007.585000', '125007.587000', '125007.590000', '125007.592000', '125007.595000', '125007.598000', '125007.601000', '125007.603000', '125007.606000', '125007.609000', '125007.611000', '125007.614000', '125007.616000', '125007.619000', '125007.622000', '125007.625000', '125007.627000', '125007.630000', '125007.632000', '125007.635000', '125027.524000', '125027.527000', '125027.529000', '125027.532000', '125027.535000', '125027.537000', '125027.540000', '125027.542000', '125027.545000', '125027.554000', '125027.557000', '125027.559000', '125027.562000', '125027.564000', '125027.567000', '125027.570000', '125027.572000', '125027.575000', '125027.578000', '125027.580000', '125027.583000', '125027.586000', '125027.588000', '125027.591000', '125027.594000', '125027.596000', '125027.599000', '125027.602000', '125027.604000', '125027.607000', '125027.610000', '125027.634000', '125027.637000', '125027.640000', '125027.642000', '125027.645000', '125027.648000', '125027.651000', '125027.653000', '125027.656000', '125027.658000', '125027.662000', '125027.664000', '125027.667000', '125047.523000', '125047.526000', '125047.529000', '125047.532000', '125047.535000', '125047.537000', '125047.540000', '125047.543000', '125047.545000', '125047.548000', '125047.550000', '125047.553000', '125047.556000', '125047.558000', '125047.561000', '125047.564000', '125047.566000', '125047.569000', '125047.572000', '125047.574000', '125047.577000', '125047.579000', '125047.582000', '125047.585000', '125047.587000', '125047.590000', '125047.592000', '125047.595000', '125047.598000', '125047.601000', '125047.603000', '125047.606000', '125047.608000', '125047.613000', '125047.615000', '125047.618000', '125047.621000', '125047.623000', '125047.626000', '125047.628000', '125047.631000', '125047.634000', '125047.636000', '125107.524000', '125107.526000', '125107.529000', '125107.532000', '125107.534000', '125107.537000', '125107.539000', '125107.542000', '125107.545000', '125107.547000', '125107.550000', '125107.552000', '125107.555000', '125107.558000', '125107.560000', '125107.563000', '125107.566000', '125107.568000', '125107.571000', '125107.574000', '125107.576000', '125107.579000', '125107.582000', '125107.584000', '125107.587000', '125107.590000', '125107.592000', '125107.595000', '125107.598000', '125107.600000', '125107.603000', '125107.606000', '125107.608000', '125107.611000', '125107.613000', '125107.616000', '125107.619000', '125107.621000', '125107.624000', '125107.626000', '125107.629000', '125107.632000', '125107.634000', '125107.637000', '125127.525000', '125127.527000', '125127.530000', '125127.533000', '125127.535000', '125127.538000', '125127.541000', '125127.543000', '125127.546000', '125127.549000', '125127.551000', '125127.554000', '125127.557000', '125127.559000', '125127.562000', '125127.565000', '125127.567000', '125127.570000', '125127.573000', '125127.575000', '125127.578000', '125127.581000', '125127.583000', '125127.586000', '125127.589000', '125127.591000', '125127.594000', '125127.597000', '125127.599000', '125127.602000', '125127.605000', '125127.607000', '125127.610000', '125127.612000', '125127.615000', '125127.618000', '125127.620000', '125127.623000', '125127.625000', '125127.628000', '125127.631000', '125127.633000', '125127.636000', '125136.436000', '125136.439000', '125136.442000', '125136.444000', '125136.447000', '125136.450000', '125136.452000', '125136.455000', '125136.457000', '125136.460000', '125136.463000', '125136.465000', '125136.468000', '125136.471000', '125136.474000', '125136.477000', '125136.479000', '125136.482000', '125136.485000', '125136.488000'], 'InstanceCreationTime': ['124507.562000', '124507.565000', '124507.568000', '124507.571000', '124507.574000', '124507.581000', '124507.584000', '124507.587000', '124507.589000', '124507.599000', '124507.601000', '124507.604000', '124507.607000', '124507.609000', '124507.612000', '124507.615000', '124507.617000', '124507.620000', '124507.622000', '124507.625000', '124507.628000', '124507.630000', '124507.633000', '124507.638000', '124507.641000', '124507.644000', '124527.523000', '124527.526000', '124527.529000', '124527.531000', '124527.534000', '124527.537000', '124527.539000', '124527.542000', '124527.544000', '124527.547000', '124527.549000', '124527.552000', '124527.555000', '124527.557000', '124527.560000', '124527.563000', '124527.566000', '124527.569000', '124527.571000', '124527.574000', '124527.576000', '124527.579000', '124527.582000', '124527.585000', '124527.588000', '124527.591000', '124527.594000', '124527.596000', '124527.599000', '124527.602000', '124527.604000', '124527.607000', '124527.617000', '124527.620000', '124527.622000', '124527.625000', '124527.627000', '124527.630000', '124527.632000', '124527.635000', '124527.638000', '124527.640000', '124527.643000', '124547.524000', '124547.526000', '124547.529000', '124547.531000', '124547.534000', '124547.537000', '124547.539000', '124547.542000', '124547.545000', '124547.547000', '124547.550000', '124547.552000', '124547.555000', '124547.558000', '124547.560000', '124547.563000', '124547.566000', '124547.568000', '124547.571000', '124547.573000', '124547.576000', '124547.579000', '124547.581000', '124547.584000', '124547.587000', '124547.589000', '124547.592000', '124547.594000', '124547.597000', '124547.608000', '124547.610000', '124547.613000', '124547.616000', '124547.618000', '124547.621000', '124547.623000', '124547.626000', '124547.629000', '124547.635000', '124547.638000', '124547.640000', '124547.643000', '124547.646000', '124547.648000', '124607.523000', '124607.526000', '124607.529000', '124607.532000', '124607.534000', '124607.537000', '124607.539000', '124607.542000', '124607.545000', '124607.547000', '124607.550000', '124607.552000', '124607.555000', '124607.558000', '124607.560000', '124607.563000', '124607.565000', '124607.568000', '124607.571000', '124607.573000', '124607.576000', '124607.580000', '124607.583000', '124607.585000', '124607.588000', '124607.590000', '124607.593000', '124607.596000', '124607.599000', '124607.601000', '124607.604000', '124607.607000', '124607.609000', '124607.612000', '124607.614000', '124607.617000', '124607.620000', '124607.622000', '124607.625000', '124607.627000', '124607.630000', '124607.633000', '124607.635000', '124627.523000', '124627.526000', '124627.529000', '124627.532000', '124627.534000', '124627.537000', '124627.539000', '124627.542000', '124627.545000', '124627.547000', '124627.550000', '124627.553000', '124627.555000', '124627.558000', '124627.561000', '124627.563000', '124627.566000', '124627.574000', '124627.577000', '124627.580000', '124627.582000', '124627.585000', '124627.587000', '124627.590000', '124627.593000', '124627.595000', '124627.598000', '124627.601000', '124627.603000', '124627.606000', '124627.609000', '124627.611000', '124627.614000', '124627.616000', '124627.619000', '124627.622000', '124627.624000', '124627.627000', '124627.630000', '124627.632000', '124627.635000', '124627.638000', '124627.640000', '124627.643000', '124647.524000', '124647.527000', '124647.530000', '124647.532000', '124647.535000', '124647.538000', '124647.540000', '124647.543000', '124647.545000', '124647.548000', '124647.551000', '124647.553000', '124647.556000', '124647.558000', '124647.562000', '124647.565000', '124647.568000', '124647.570000', '124647.573000', '124647.576000', '124647.578000', '124647.581000', '124647.583000', '124647.586000', '124647.588000', '124647.591000', '124647.594000', '124647.596000', '124647.599000', '124647.602000', '124647.604000', '124647.607000', '124647.610000', '124647.612000', '124647.615000', '124647.618000', '124647.620000', '124647.623000', '124647.627000', '124647.630000', '124647.633000', '124647.635000', '124647.638000', '124707.525000', '124707.527000', '124707.530000', '124707.533000', '124707.535000', '124707.538000', '124707.541000', '124707.543000', '124707.546000', '124707.549000', '124707.551000', '124707.554000', '124707.556000', '124707.559000', '124707.576000', '124707.579000', '124707.581000', '124707.584000', '124707.586000', '124707.589000', '124707.592000', '124707.594000', '124707.597000', '124707.600000', '124707.602000', '124707.605000', '124707.608000', '124707.610000', '124707.613000', '124707.615000', '124707.618000', '124707.621000', '124707.623000', '124707.626000', '124707.629000', '124707.631000', '124707.634000', '124707.637000', '124707.639000', '124707.642000', '124707.644000', '124707.647000', '124707.650000', '124707.652000', '124727.524000', '124727.527000', '124727.530000', '124727.533000', '124727.535000', '124727.538000', '124727.541000', '124727.543000', '124727.546000', '124727.549000', '124727.551000', '124727.554000', '124727.557000', '124727.559000', '124727.562000', '124727.564000', '124727.567000', '124727.570000', '124727.572000', '124727.575000', '124727.578000', '124727.581000', '124727.584000', '124727.589000', '124727.600000', '124727.603000', '124727.605000', '124727.608000', '124727.610000', '124727.613000', '124727.616000', '124727.618000', '124727.621000', '124727.624000', '124727.626000', '124727.629000', '124727.632000', '124727.634000', '124727.637000', '124727.639000', '124727.642000', '124727.645000', '124727.647000', '124747.523000', '124747.527000', '124747.529000', '124747.532000', '124747.534000', '124747.537000', '124747.540000', '124747.542000', '124747.545000', '124747.548000', '124747.550000', '124747.553000', '124747.556000', '124747.558000', '124747.561000', '124747.564000', '124747.566000', '124747.569000', '124747.572000', '124747.574000', '124747.577000', '124747.579000', '124747.582000', '124747.585000', '124747.587000', '124747.590000', '124747.593000', '124747.595000', '124747.598000', '124747.601000', '124747.603000', '124747.606000', '124747.608000', '124747.611000', '124747.614000', '124747.616000', '124747.619000', '124747.622000', '124747.624000', '124747.627000', '124747.630000', '124747.632000', '124747.635000', '124747.637000', '124807.524000', '124807.527000', '124807.529000', '124807.532000', '124807.534000', '124807.537000', '124807.540000', '124807.542000', '124807.545000', '124807.548000', '124807.550000', '124807.553000', '124807.556000', '124807.558000', '124807.561000', '124807.564000', '124807.566000', '124807.569000', '124807.571000', '124807.574000', '124807.577000', '124807.579000', '124807.582000', '124807.585000', '124807.587000', '124807.590000', '124807.593000', '124807.595000', '124807.598000', '124807.601000', '124807.603000', '124807.606000', '124807.609000', '124807.611000', '124807.614000', '124807.617000', '124807.621000', '124807.624000', '124807.626000', '124807.629000', '124807.631000', '124807.634000', '124807.637000', '124827.524000', '124827.526000', '124827.529000', '124827.532000', '124827.535000', '124827.537000', '124827.540000', '124827.543000', '124827.545000', '124827.548000', '124827.551000', '124827.553000', '124827.556000', '124827.558000', '124827.561000', '124827.564000', '124827.566000', '124827.569000', '124827.572000', '124827.574000', '124827.577000', '124827.579000', '124827.582000', '124827.585000', '124827.587000', '124827.590000', '124827.593000', '124827.595000', '124827.598000', '124827.601000', '124827.604000', '124827.606000', '124827.609000', '124827.612000', '124827.614000', '124827.617000', '124827.620000', '124827.622000', '124827.625000', '124827.627000', '124827.630000', '124827.633000', '124827.635000', '124827.638000', '124847.523000', '124847.526000', '124847.529000', '124847.532000', '124847.535000', '124847.537000', '124847.540000', '124847.543000', '124847.545000', '124847.548000', '124847.557000', '124847.560000', '124847.563000', '124847.565000', '124847.568000', '124847.570000', '124847.573000', '124847.576000', '124847.578000', '124847.581000', '124847.584000', '124847.586000', '124847.589000', '124847.591000', '124847.594000', '124847.597000', '124847.599000', '124847.602000', '124847.605000', '124847.607000', '124847.610000', '124847.612000', '124847.615000', '124847.618000', '124847.620000', '124847.623000', '124847.625000', '124847.628000', '124847.631000', '124847.633000', '124847.636000', '124847.639000', '124847.641000', '124907.525000', '124907.528000', '124907.530000', '124907.533000', '124907.536000', '124907.538000', '124907.552000', '124907.555000', '124907.557000', '124907.560000', '124907.563000', '124907.565000', '124907.568000', '124907.571000', '124907.573000', '124907.576000', '124907.579000', '124907.581000', '124907.584000', '124907.587000', '124907.589000', '124907.592000', '124907.594000', '124907.597000', '124907.600000', '124907.602000', '124907.605000', '124907.608000', '124907.610000', '124907.613000', '124907.615000', '124907.618000', '124907.621000', '124907.623000', '124907.626000', '124907.629000', '124907.631000', '124907.634000', '124907.637000', '124907.639000', '124907.642000', '124907.644000', '124907.647000', '124907.650000', '124927.525000', '124927.527000', '124927.530000', '124927.533000', '124927.535000', '124927.538000', '124927.541000', '124927.543000', '124927.546000', '124927.548000', '124927.551000', '124927.554000', '124927.556000', '124927.559000', '124927.562000', '124927.565000', '124927.567000', '124927.570000', '124927.573000', '124927.575000', '124927.578000', '124927.581000', '124927.583000', '124927.586000', '124927.589000', '124927.591000', '124927.594000', '124927.597000', '124927.599000', '124927.602000', '124927.605000', '124927.607000', '124927.610000', '124927.613000', '124927.615000', '124927.618000', '124927.620000', '124927.623000', '124927.626000', '124927.629000', '124927.631000', '124927.634000', '124927.636000', '124947.525000', '124947.527000', '124947.530000', '124947.533000', '124947.535000', '124947.538000', '124947.541000', '124947.543000', '124947.546000', '124947.548000', '124947.551000', '124947.554000', '124947.556000', '124947.559000', '124947.562000', '124947.564000', '124947.567000', '124947.569000', '124947.572000', '124947.575000', '124947.577000', '124947.580000', '124947.583000', '124947.585000', '124947.588000', '124947.590000', '124947.594000', '124947.596000', '124947.599000', '124947.602000', '124947.604000', '124947.607000', '124947.610000', '124947.612000', '124947.615000', '124947.618000', '124947.620000', '124947.623000', '124947.626000', '124947.628000', '124947.631000', '124947.634000', '124947.636000', '124947.639000', '125007.524000', '125007.526000', '125007.529000', '125007.532000', '125007.535000', '125007.537000', '125007.540000', '125007.542000', '125007.545000', '125007.548000', '125007.550000', '125007.553000', '125007.556000', '125007.558000', '125007.561000', '125007.563000', '125007.566000', '125007.569000', '125007.571000', '125007.574000', '125007.577000', '125007.579000', '125007.582000', '125007.585000', '125007.587000', '125007.590000', '125007.592000', '125007.595000', '125007.598000', '125007.601000', '125007.603000', '125007.606000', '125007.609000', '125007.611000', '125007.614000', '125007.616000', '125007.619000', '125007.622000', '125007.625000', '125007.627000', '125007.630000', '125007.632000', '125007.635000', '125027.524000', '125027.527000', '125027.529000', '125027.532000', '125027.535000', '125027.537000', '125027.540000', '125027.542000', '125027.545000', '125027.554000', '125027.557000', '125027.559000', '125027.562000', '125027.564000', '125027.567000', '125027.570000', '125027.572000', '125027.575000', '125027.578000', '125027.580000', '125027.583000', '125027.586000', '125027.588000', '125027.591000', '125027.594000', '125027.596000', '125027.599000', '125027.602000', '125027.604000', '125027.607000', '125027.610000', '125027.634000', '125027.637000', '125027.640000', '125027.642000', '125027.645000', '125027.648000', '125027.651000', '125027.653000', '125027.656000', '125027.658000', '125027.662000', '125027.664000', '125027.667000', '125047.523000', '125047.526000', '125047.529000', '125047.532000', '125047.535000', '125047.537000', '125047.540000', '125047.543000', '125047.545000', '125047.548000', '125047.550000', '125047.553000', '125047.556000', '125047.558000', '125047.561000', '125047.564000', '125047.566000', '125047.569000', '125047.572000', '125047.574000', '125047.577000', '125047.579000', '125047.582000', '125047.585000', '125047.587000', '125047.590000', '125047.592000', '125047.595000', '125047.598000', '125047.601000', '125047.603000', '125047.606000', '125047.608000', '125047.613000', '125047.615000', '125047.618000', '125047.621000', '125047.623000', '125047.626000', '125047.628000', '125047.631000', '125047.634000', '125047.636000', '125107.524000', '125107.526000', '125107.529000', '125107.532000', '125107.534000', '125107.537000', '125107.539000', '125107.542000', '125107.545000', '125107.547000', '125107.550000', '125107.552000', '125107.555000', '125107.558000', '125107.560000', '125107.563000', '125107.566000', '125107.568000', '125107.571000', '125107.574000', '125107.576000', '125107.579000', '125107.582000', '125107.584000', '125107.587000', '125107.590000', '125107.592000', '125107.595000', '125107.598000', '125107.600000', '125107.603000', '125107.606000', '125107.608000', '125107.611000', '125107.613000', '125107.616000', '125107.619000', '125107.621000', '125107.624000', '125107.626000', '125107.629000', '125107.632000', '125107.634000', '125107.637000', '125127.525000', '125127.527000', '125127.530000', '125127.533000', '125127.535000', '125127.538000', '125127.541000', '125127.543000', '125127.546000', '125127.549000', '125127.551000', '125127.554000', '125127.557000', '125127.559000', '125127.562000', '125127.565000', '125127.567000', '125127.570000', '125127.573000', '125127.575000', '125127.578000', '125127.581000', '125127.583000', '125127.586000', '125127.589000', '125127.591000', '125127.594000', '125127.597000', '125127.599000', '125127.602000', '125127.605000', '125127.607000', '125127.610000', '125127.612000', '125127.615000', '125127.618000', '125127.620000', '125127.623000', '125127.625000', '125127.628000', '125127.631000', '125127.633000', '125127.636000', '125136.436000', '125136.439000', '125136.442000', '125136.444000', '125136.447000', '125136.450000', '125136.452000', '125136.455000', '125136.457000', '125136.460000', '125136.463000', '125136.465000', '125136.468000', '125136.471000', '125136.474000', '125136.477000', '125136.479000', '125136.482000', '125136.485000', '125136.488000'], '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': [7304, 9616, 7442, 7230, 8349, 7097, 7105, 9681, 7611, 9291, 8759, 6963, 10940, 7123, 9724, 8424, 7960, 15634, 13069, 9856, 12965, 7895, 6999, 8499, 9008, 10378, 11518, 10389, 9529, 7212, 10905, 8119, 7358, 12242, 18985, 14370, 8807, 15986, 10336, 8513, 16690, 17581, 14376, 17820, 15023, 9436, 7747, 7507, 7159, 7161, 6990, 7159, 7210, 7127, 6869, 9077, 7378, 11856, 9307, 7799, 14628, 10960, 9545, 14814, 9155, 9994, 12445, 14320, 11555, 12456, 17681, 13115, 13502, 14426, 17408, 12016, 7307, 6725, 8727, 8506, 7400, 11592, 9165, 7798, 18525, 16385, 12407, 7455, 9284, 8845, 7363, 6930, 9598, 8056, 7020, 6976, 9395, 9353, 10329, 9971, 7856, 8284, 9558, 19355, 14666, 11686, 17268, 12387, 18993, 19502, 13580, 10066, 18175, 15559, 10089, 7077, 8024, 8005, 7385, 6881, 10682, 8471, 7458, 14957, 11587, 7442, 17942, 11900, 14149, 15885, 12802, 15841, 9454, 10905, 8949, 7443, 10637, 9424, 7304, 14086, 10031, 11540, 12840, 8403, 6716, 10739, 8510, 13306, 10390, 7609, 17766, 9330, 10961, 9278, 11964, 18405, 14536, 7226, 11122, 11387, 8291, 8256, 7431, 7147, 10331, 8661, 7536, 6687, 8473, 7607, 7765, 9571, 7359, 13358, 10747, 16796, 19215, 17744, 18951, 15746, 11712, 11211, 12531, 10048, 20106, 16450, 19320, 19404, 16982, 9236, 10305, 9871, 8829, 12648, 11058, 8182, 6902, 6914, 7541, 7337, 6782, 9521, 7898, 10006, 9555, 8452, 13921, 14480, 17227, 13531, 17523, 13235, 12847, 17351, 12747, 15442, 12875, 16952, 17289, 11585, 7365, 7118, 9316, 7296, 11504, 8166, 13701, 9604, 13738, 8519, 8786, 10643, 7249, 6958, 9649, 7192, 14455, 11125, 15219, 14860, 9241, 15397, 9336, 15352, 12077, 16681, 8771, 13493, 7999, 12120, 8586, 11331, 16680, 20742, 14308, 11445, 11029, 9392, 6980, 8192, 7242, 11006, 9464, 12740, 11105, 8390, 17053, 12109, 9550, 8268, 7364, 7020, 7150, 10471, 9494, 17928, 12613, 14176, 14175, 9914, 17378, 11027, 16510, 9213, 12759, 10315, 8984, 15042, 7887, 6913, 10722, 7529, 8885, 10870, 7260, 13522, 11131, 12291, 16885, 7115, 7056, 9804, 8602, 6726, 9714, 8108, 6904, 13358, 8983, 7539, 8891, 7131, 13115, 9729, 16917, 9750, 12831, 8312, 7152, 8962, 7427, 12265, 7845, 6778, 8156, 6785, 9711, 7298, 12093, 9415, 7225, 9220, 6931, 11452, 8636, 10602, 13847, 7692, 13143, 7430, 7603, 8827, 7206, 10893, 8854, 10305, 8229, 6965, 7239, 7657, 6957, 11781, 10219, 8470, 14387, 8118, 9132, 9370, 7312, 12631, 9096, 7394, 15150, 12927, 11208, 17288, 7932, 7463, 10964, 8254, 8165, 11969, 8008, 12908, 10830, 15272, 14379, 8054, 7313, 9949, 7770, 12952, 8469, 16254, 13706, 10438, 9754, 7216, 7578, 7994, 7482, 9194, 7408, 17235, 17132, 14006, 10707, 9107, 8518, 8818, 8234, 7497, 9112, 7256, 12349, 9593, 12507, 12677, 7342, 7425, 9194, 7251, 9598, 8947, 8149, 13748, 11271, 9304, 6772, 10115, 7556, 7934, 14644, 13043, 10124, 14070, 12639, 7860, 9669, 8931, 7051, 11476, 6883, 8682, 8341, 7541, 10866, 14550, 16226, 10912, 7246, 8651, 8301, 7044, 11967, 7646, 12375, 8585, 8190, 12990, 8711, 6772, 8420, 7264, 9312, 9504, 7187, 13060, 8160, 12207, 8451, 7636, 14869, 10401, 18136, 8136, 14511, 9176, 10075, 8668, 6990, 11591, 7708, 8288, 11715, 8445, 7029, 8401, 7340, 10090, 7555, 11943, 8721, 16674, 12920, 8846, 8897, 8227, 9683, 7623, 12901, 7767, 14626, 9013, 11588, 8822, 8225, 8507, 7141, 8487, 7163, 7248, 8929, 7017, 10941, 8548, 11352, 11460, 7448, 11011, 7386, 10806, 8941, 11136, 9395, 7418, 7900, 7011, 9325, 7089, 10030, 7107, 14255, 10200, 7247, 12827, 8394, 7963, 14402, 7311, 7011, 9512, 6869, 10032, 9380, 11996, 17935, 9763, 10242, 8232, 7851, 11065, 7630, 14160, 9887, 10961, 14947, 7507, 8591, 8128, 7199, 10807, 7245, 10756, 7771, 7275, 11019, 7186, 7024, 9390, 7683, 8734, 11371, 15764, 17405, 12655, 8258, 10741, 8652, 7222, 9840, 7852, 13803, 9629, 15527, 10459, 12167, 11462, 10006, 7872, 7659, 7310, 7267, 9621, 7653, 13165, 9040, 9405, 15149, 15768, 17509, 11666, 7456, 13047, 8847, 16397, 12507, 17798, 12136, 7036, 7087, 7199, 7069, 9392, 8332, 7074, 9609, 7353, 11273, 8772, 12305, 9739, 14799, 9386, 14798, 9520, 14487, 8600, 7002, 8586, 7140, 9616, 7349, 7463, 7404, 7242, 10473, 7909, 8335, 11527, 13840, 16406, 15243, 17929, 10061, 15177, 8937, 11747, 9220, 11901, 8858, 8088, 8882, 6944, 7252, 7611, 7744, 7680, 7395, 8729, 7915, 12539, 10090, 7152, 9024, 7588, 8590, 8770, 7545, 9721, 14839, 16883, 12174, 8080, 10288, 10522, 14552, 11514, 17511, 13965, 13845, 15957, 8374, 7267, 9565, 7847, 7092, 10917, 8116, 15232, 13825, 10560, 18421, 10881, 17596, 10960, 16408, 9422, 11683, 8177, 7459, 9024, 7039, 10168, 7579, 7438, 9018, 7628, 7187, 8686, 7092, 10639, 7045, 11130, 7372, 10818, 7942, 7760, 9674, 7859, 13008, 9906, 8294, 16372, 11792, 8500, 11422, 6841, 9240, 10410, 6937, 7289, 8101, 7045, 8804, 8086, 7150, 10697, 8486, 7766, 7867, 6946, 7584, 10405, 7709, 7029, 9136, 7952, 13842, 9482, 13904, 9312, 15608, 10184, 17140, 13689, 9628, 12955, 7168, 7403, 7652, 7284, 10145, 8642, 7038, 8686, 7182, 13297, 8684, 16844, 12531, 17461, 14104, 15549, 11684, 12231, 8496, 7218, 9001, 7350, 10204, 7047, 7090, 9067, 7212, 11574, 8494, 12683, 14641, 14746, 11414, 8041, 10789, 7583, 10442, 11014, 16740, 11511, 16014, 7089, 8303, 7343, 8345, 7798, 7437, 9332, 7678, 13055, 7911, 7036, 9669, 7731, 16209, 12392, 9300, 11083, 7695, 10024, 7726, 14870, 11736, 15793, 7113, 13733, 7360, 11582, 10028, 7339, 8580, 7114, 13552, 7910, 15524, 11328, 16205, 13092, 14687, 10866, 9650, 7680, 7556, 9397, 7392, 7227, 8114, 6959, 9691, 7145, 11051, 7633, 11868, 8114, 11548, 7726, 7231, 7899, 7177, 9780, 7352, 7047, 8415, 7381, 11025, 8558, 9015, 10792, 14268, 17559, 12130, 7477, 7889, 6925, 9924, 7242, 9100, 7521, 13664, 7106, 9119, 7361, 7096, 10951], 'WindowCenter': [4217.0, 4216.0, 4169.0, 4166.0, 4172.0, 4150.0, 4139.0, 4179.0, 4146.0, 4165.0, 4152.0, 4121.0, 4160.0, 4120.0, 4151.0, 4141.0, 4141.0, 4228.0, 4225.0, 4208.0, 4222.0, 4157.0, 4148.0, 4167.0, 4164.0, 4174.0, 4196.0, 4183.0, 4175.0, 4155.0, 4198.0, 4166.0, 4169.0, 4221.0, 4252.0, 4219.0, 4167.0, 4229.0, 4188.0, 4168.0, 4244.0, 4241.0, 4219.0, 4240.0, 4219.0, 4165.0, 4142.0, 4129.0, 4133.0, 4133.0, 4132.0, 4133.0, 4144.0, 4145.0, 4135.0, 4167.0, 4148.0, 4199.0, 4167.0, 4145.0, 4222.0, 4179.0, 4167.0, 4208.0, 4170.0, 4166.0, 4185.0, 4205.0, 4174.0, 4185.0, 4228.0, 4197.0, 4196.0, 4210.0, 4228.0, 4196.0, 4132.0, 4135.0, 4152.0, 4153.0, 4134.0, 4185.0, 4166.0, 4146.0, 4243.0, 4218.0, 4184.0, 4132.0, 4165.0, 4140.0, 4124.0, 4109.0, 4137.0, 4117.0, 4108.0, 4121.0, 4137.0, 4154.0, 4180.0, 4175.0, 4140.0, 4138.0, 4142.0, 4247.0, 4215.0, 4195.0, 4239.0, 4207.0, 4238.0, 4236.0, 4191.0, 4160.0, 4207.0, 4211.0, 4172.0, 4131.0, 4153.0, 4154.0, 4157.0, 4147.0, 4188.0, 4167.0, 4158.0, 4231.0, 4199.0, 4148.0, 4239.0, 4198.0, 4207.0, 4230.0, 4197.0, 4217.0, 4166.0, 4186.0, 4155.0, 4145.0, 4188.0, 4177.0, 4147.0, 4218.0, 4177.0, 4197.0, 4208.0, 4167.0, 4136.0, 4184.0, 4164.0, 4205.0, 4174.0, 4155.0, 4250.0, 4164.0, 4187.0, 4165.0, 4196.0, 4239.0, 4216.0, 4145.0, 4198.0, 4195.0, 4169.0, 4173.0, 4159.0, 4145.0, 4175.0, 4141.0, 4130.0, 4111.0, 4144.0, 4134.0, 4131.0, 4153.0, 4119.0, 4178.0, 4156.0, 4196.0, 4251.0, 4239.0, 4236.0, 4211.0, 4180.0, 4168.0, 4190.0, 4160.0, 4243.0, 4224.0, 4226.0, 4228.0, 4202.0, 4150.0, 4160.0, 4150.0, 4152.0, 4181.0, 4157.0, 4128.0, 4121.0, 4132.0, 4157.0, 4159.0, 4163.0, 4205.0, 4199.0, 4220.0, 4209.0, 4187.0, 4238.0, 4239.0, 4259.0, 4226.0, 4232.0, 4199.0, 4198.0, 4243.0, 4199.0, 4218.0, 4198.0, 4240.0, 4227.0, 4171.0, 4132.0, 4146.0, 4179.0, 4159.0, 4199.0, 4157.0, 4220.0, 4179.0, 4221.0, 4169.0, 4166.0, 4186.0, 4156.0, 4147.0, 4175.0, 4147.0, 4218.0, 4187.0, 4230.0, 4218.0, 4177.0, 4229.0, 4177.0, 4217.0, 4184.0, 4214.0, 4153.0, 4192.0, 4141.0, 4181.0, 4152.0, 4195.0, 4260.0, 4264.0, 4206.0, 4184.0, 4185.0, 4164.0, 4134.0, 4169.0, 4160.0, 4188.0, 4178.0, 4209.0, 4199.0, 4170.0, 4241.0, 4198.0, 4165.0, 4155.0, 4133.0, 4134.0, 4146.0, 4188.0, 4179.0, 4240.0, 4198.0, 4206.0, 4196.0, 4165.0, 4217.0, 4165.0, 4216.0, 4153.0, 4182.0, 4150.0, 4128.0, 4193.0, 4119.0, 4111.0, 4161.0, 4132.0, 4154.0, 4186.0, 4133.0, 4194.0, 4171.0, 4183.0, 4213.0, 4117.0, 4132.0, 4161.0, 4152.0, 4122.0, 4163.0, 4143.0, 4132.0, 4206.0, 4152.0, 4143.0, 4166.0, 4147.0, 4206.0, 4176.0, 4225.0, 4162.0, 4182.0, 4140.0, 4118.0, 4138.0, 4130.0, 4182.0, 4141.0, 4121.0, 4141.0, 4121.0, 4163.0, 4144.0, 4183.0, 4163.0, 4144.0, 4162.0, 4132.0, 4184.0, 4153.0, 4174.0, 4219.0, 4145.0, 4195.0, 4144.0, 4144.0, 4165.0, 4145.0, 4184.0, 4164.0, 4187.0, 4155.0, 4149.0, 4147.0, 4143.0, 4135.0, 4210.0, 4189.0, 4169.0, 4220.0, 4158.0, 4167.0, 4166.0, 4134.0, 4196.0, 4154.0, 4146.0, 4219.0, 4209.0, 4187.0, 4227.0, 4142.0, 4135.0, 4176.0, 4156.0, 4144.0, 4185.0, 4157.0, 4209.0, 4186.0, 4216.0, 4204.0, 4129.0, 4131.0, 4160.0, 4144.0, 4195.0, 4155.0, 4215.0, 4208.0, 4175.0, 4150.0, 4131.0, 4130.0, 4141.0, 4132.0, 4165.0, 4159.0, 4245.0, 4234.0, 4210.0, 4177.0, 4154.0, 4155.0, 4153.0, 4143.0, 4134.0, 4154.0, 4135.0, 4196.0, 4178.0, 4200.0, 4199.0, 4133.0, 4134.0, 4153.0, 4134.0, 4154.0, 4143.0, 4132.0, 4194.0, 4174.0, 4153.0, 4123.0, 4165.0, 4133.0, 4146.0, 4208.0, 4187.0, 4165.0, 4196.0, 4174.0, 4134.0, 4168.0, 4144.0, 4124.0, 4174.0, 4137.0, 4157.0, 4157.0, 4146.0, 4186.0, 4205.0, 4203.0, 4147.0, 4119.0, 4140.0, 4141.0, 4122.0, 4172.0, 4133.0, 4196.0, 4156.0, 4155.0, 4195.0, 4141.0, 4110.0, 4140.0, 4133.0, 4164.0, 4164.0, 4136.0, 4211.0, 4159.0, 4199.0, 4157.0, 4159.0, 4209.0, 4177.0, 4227.0, 4143.0, 4193.0, 4152.0, 4151.0, 4142.0, 4121.0, 4187.0, 4145.0, 4156.0, 4184.0, 4131.0, 4120.0, 4140.0, 4132.0, 4162.0, 4132.0, 4171.0, 4140.0, 4201.0, 4171.0, 4127.0, 4127.0, 4117.0, 4136.0, 4105.0, 4168.0, 4117.0, 4178.0, 4127.0, 4158.0, 4126.0, 4117.0, 4130.0, 4125.0, 4142.0, 4110.0, 4121.0, 4152.0, 4120.0, 4158.0, 4126.0, 4172.0, 4171.0, 4118.0, 4158.0, 4130.0, 4174.0, 4154.0, 4185.0, 4154.0, 4132.0, 4142.0, 4121.0, 4151.0, 4121.0, 4162.0, 4135.0, 4206.0, 4175.0, 4133.0, 4195.0, 4157.0, 4145.0, 4205.0, 4134.0, 4132.0, 4175.0, 4137.0, 4177.0, 4179.0, 4198.0, 4230.0, 4165.0, 4176.0, 4155.0, 4145.0, 4188.0, 4133.0, 4196.0, 4165.0, 4162.0, 4191.0, 4118.0, 4129.0, 4129.0, 4123.0, 4163.0, 4121.0, 4160.0, 4119.0, 4120.0, 4160.0, 4120.0, 4120.0, 4150.0, 4132.0, 4154.0, 4186.0, 4221.0, 4229.0, 4197.0, 4156.0, 4175.0, 4141.0, 4132.0, 4164.0, 4143.0, 4193.0, 4165.0, 4217.0, 4176.0, 4185.0, 4172.0, 4150.0, 4128.0, 4130.0, 4131.0, 4131.0, 4163.0, 4132.0, 4182.0, 4152.0, 4168.0, 4219.0, 4206.0, 4213.0, 4160.0, 4117.0, 4180.0, 4140.0, 4216.0, 4184.0, 4214.0, 4168.0, 4124.0, 4122.0, 4122.0, 4120.0, 4150.0, 4141.0, 4122.0, 4151.0, 4131.0, 4173.0, 4143.0, 4173.0, 4154.0, 4193.0, 4141.0, 4191.0, 4139.0, 4180.0, 4142.0, 4121.0, 4140.0, 4120.0, 4150.0, 4133.0, 4132.0, 4121.0, 4135.0, 4163.0, 4130.0, 4128.0, 4172.0, 4181.0, 4204.0, 4191.0, 4200.0, 4137.0, 4188.0, 4139.0, 4168.0, 4151.0, 4183.0, 4153.0, 4143.0, 4137.0, 4121.0, 4131.0, 4143.0, 4133.0, 4145.0, 4148.0, 4158.0, 4156.0, 4196.0, 4164.0, 4122.0, 4152.0, 4145.0, 4167.0, 4169.0, 4159.0, 4176.0, 4223.0, 4217.0, 4186.0, 4145.0, 4166.0, 4177.0, 4181.0, 4159.0, 4227.0, 4210.0, 4197.0, 4202.0, 4130.0, 4120.0, 4153.0, 4146.0, 4122.0, 4163.0, 4133.0, 4194.0, 4182.0, 4150.0, 4213.0, 4150.0, 4202.0, 4148.0, 4188.0, 4125.0, 4169.0, 4115.0, 4104.0, 4125.0, 4107.0, 4159.0, 4129.0, 4119.0, 4150.0, 4142.0, 4132.0, 4151.0, 4122.0, 4163.0, 4123.0, 4175.0, 4135.0, 4176.0, 4144.0, 4132.0, 4152.0, 4144.0, 4195.0, 4162.0, 4144.0, 4204.0, 4171.0, 4142.0, 4173.0, 4126.0, 4154.0, 4163.0, 4122.0, 4120.0, 4145.0, 4135.0, 4154.0, 4144.0, 4123.0, 4175.0, 4156.0, 4147.0, 4156.0, 4135.0, 4171.0, 4188.0, 4158.0, 4148.0, 4192.0, 4173.0, 4222.0, 4180.0, 4210.0, 4180.0, 4232.0, 4178.0, 4229.0, 4208.0, 4168.0, 4185.0, 4126.0, 4148.0, 4147.0, 4149.0, 4194.0, 4159.0, 4125.0, 4145.0, 4125.0, 4196.0, 4145.0, 4215.0, 4175.0, 4205.0, 4198.0, 4205.0, 4173.0, 4171.0, 4140.0, 4120.0, 4141.0, 4133.0, 4164.0, 4137.0, 4135.0, 4153.0, 4134.0, 4184.0, 4168.0, 4196.0, 4205.0, 4195.0, 4174.0, 4130.0, 4160.0, 4119.0, 4189.0, 4175.0, 4217.0, 4172.0, 4205.0, 4123.0, 4141.0, 4121.0, 4143.0, 4132.0, 4134.0, 4166.0, 4146.0, 4194.0, 4143.0, 4123.0, 4163.0, 4159.0, 4232.0, 4211.0, 4179.0, 4200.0, 4149.0, 4179.0, 4148.0, 4210.0, 4174.0, 4192.0, 4123.0, 4194.0, 4148.0, 4190.0, 4166.0, 4122.0, 4143.0, 4111.0, 4183.0, 4133.0, 4207.0, 4174.0, 4203.0, 4172.0, 4192.0, 4149.0, 4137.0, 4117.0, 4118.0, 4139.0, 4105.0, 4105.0, 4115.0, 4095.0, 4138.0, 4108.0, 4158.0, 4120.0, 4160.0, 4118.0, 4159.0, 4108.0, 4108.0, 4118.0, 4109.0, 4150.0, 4121.0, 4125.0, 4144.0, 4132.0, 4173.0, 4144.0, 4169.0, 4189.0, 4235.0, 4245.0, 4185.0, 4134.0, 4143.0, 4122.0, 4164.0, 4133.0, 4154.0, 4133.0, 4193.0, 4135.0, 4155.0, 4134.0, 4149.0, 4187.0], 'WindowWidth': [9412.0, 9383.0, 9303.0, 9290.0, 9288.0, 9256.0, 9235.0, 9288.0, 9239.0, 9259.0, 9237.0, 9193.0, 9245.0, 9191.0, 9233.0, 9220.0, 9220.0, 9352.0, 9361.0, 9343.0, 9347.0, 9253.0, 9241.0, 9266.0, 9254.0, 9267.0, 9303.0, 9284.0, 9276.0, 9253.0, 9313.0, 9268.0, 9277.0, 9348.0, 9395.0, 9341.0, 9266.0, 9355.0, 9295.0, 9272.0, 9388.0, 9382.0, 9338.0, 9373.0, 9339.0, 9261.0, 9223.0, 9201.0, 9215.0, 9218.0, 9213.0, 9217.0, 9232.0, 9234.0, 9223.0, 9266.0, 9240.0, 9307.0, 9263.0, 9231.0, 9343.0, 9283.0, 9260.0, 9320.0, 9270.0, 9259.0, 9281.0, 9310.0, 9265.0, 9280.0, 9352.0, 9304.0, 9300.0, 9323.0, 9348.0, 9300.0, 9211.0, 9220.0, 9237.0, 9237.0, 9214.0, 9283.0, 9258.0, 9233.0, 9383.0, 9338.0, 9281.0, 9209.0, 9258.0, 9213.0, 9196.0, 9168.0, 9200.0, 9175.0, 9166.0, 9190.0, 9206.0, 9239.0, 9284.0, 9271.0, 9216.0, 9209.0, 9212.0, 9381.0, 9332.0, 9299.0, 9369.0, 9322.0, 9364.0, 9363.0, 9289.0, 9246.0, 9303.0, 9320.0, 9268.0, 9214.0, 9245.0, 9247.0, 9256.0, 9243.0, 9298.0, 9270.0, 9260.0, 9360.0, 9315.0, 9244.0, 9371.0, 9312.0, 9321.0, 9360.0, 9306.0, 9333.0, 9262.0, 9289.0, 9244.0, 9233.0, 9295.0, 9279.0, 9240.0, 9337.0, 9279.0, 9306.0, 9322.0, 9269.0, 9225.0, 9284.0, 9260.0, 9316.0, 9271.0, 9247.0, 9386.0, 9259.0, 9293.0, 9260.0, 9305.0, 9370.0, 9329.0, 9236.0, 9313.0, 9303.0, 9275.0, 9285.0, 9259.0, 9237.0, 9268.0, 9217.0, 9198.0, 9176.0, 9224.0, 9210.0, 9203.0, 9233.0, 9184.0, 9262.0, 9232.0, 9291.0, 9399.0, 9374.0, 9369.0, 9321.0, 9274.0, 9254.0, 9287.0, 9248.0, 9368.0, 9341.0, 9356.0, 9365.0, 9303.0, 9230.0, 9238.0, 9227.0, 9232.0, 9271.0, 9231.0, 9197.0, 9195.0, 9212.0, 9252.0, 9261.0, 9272.0, 9330.0, 9327.0, 9359.0, 9340.0, 9308.0, 9377.0, 9379.0, 9412.0, 9357.0, 9358.0, 9309.0, 9305.0, 9376.0, 9307.0, 9333.0, 9309.0, 9371.0, 9347.0, 9260.0, 9212.0, 9238.0, 9285.0, 9259.0, 9311.0, 9251.0, 9340.0, 9283.0, 9346.0, 9273.0, 9264.0, 9290.0, 9254.0, 9241.0, 9276.0, 9241.0, 9337.0, 9293.0, 9355.0, 9337.0, 9279.0, 9355.0, 9280.0, 9336.0, 9283.0, 9328.0, 9242.0, 9290.0, 9221.0, 9274.0, 9240.0, 9305.0, 9439.0, 9427.0, 9321.0, 9284.0, 9287.0, 9257.0, 9215.0, 9271.0, 9259.0, 9294.0, 9281.0, 9321.0, 9309.0, 9273.0, 9373.0, 9307.0, 9258.0, 9246.0, 9214.0, 9221.0, 9239.0, 9296.0, 9285.0, 9371.0, 9308.0, 9315.0, 9302.0, 9257.0, 9332.0, 9255.0, 9327.0, 9235.0, 9272.0, 9227.0, 9194.0, 9286.0, 9181.0, 9177.0, 9243.0, 9208.0, 9239.0, 9288.0, 9210.0, 9295.0, 9260.0, 9277.0, 9319.0, 9183.0, 9210.0, 9247.0, 9236.0, 9199.0, 9255.0, 9226.0, 9212.0, 9314.0, 9238.0, 9227.0, 9261.0, 9239.0, 9316.0, 9274.0, 9342.0, 9249.0, 9278.0, 9216.0, 9184.0, 9212.0, 9204.0, 9277.0, 9220.0, 9196.0, 9223.0, 9196.0, 9256.0, 9231.0, 9280.0, 9253.0, 9230.0, 9250.0, 9212.0, 9283.0, 9242.0, 9268.0, 9341.0, 9232.0, 9298.0, 9229.0, 9228.0, 9258.0, 9233.0, 9285.0, 9257.0, 9292.0, 9246.0, 9248.0, 9237.0, 9226.0, 9220.0, 9328.0, 9297.0, 9269.0, 9339.0, 9254.0, 9260.0, 9257.0, 9214.0, 9300.0, 9239.0, 9233.0, 9340.0, 9324.0, 9289.0, 9342.0, 9222.0, 9215.0, 9271.0, 9245.0, 9228.0, 9282.0, 9250.0, 9326.0, 9289.0, 9327.0, 9307.0, 9200.0, 9207.0, 9241.0, 9229.0, 9298.0, 9246.0, 9327.0, 9320.0, 9271.0, 9227.0, 9206.0, 9202.0, 9220.0, 9209.0, 9261.0, 9259.0, 9396.0, 9379.0, 9328.0, 9276.0, 9239.0, 9242.0, 9238.0, 9224.0, 9214.0, 9238.0, 9215.0, 9300.0, 9280.0, 9311.0, 9308.0, 9210.0, 9210.0, 9235.0, 9213.0, 9237.0, 9220.0, 9204.0, 9293.0, 9264.0, 9235.0, 9197.0, 9252.0, 9208.0, 9229.0, 9316.0, 9282.0, 9252.0, 9293.0, 9261.0, 9207.0, 9261.0, 9222.0, 9193.0, 9261.0, 9218.0, 9249.0, 9250.0, 9235.0, 9287.0, 9311.0, 9301.0, 9217.0, 9182.0, 9210.0, 9216.0, 9191.0, 9261.0, 9209.0, 9300.0, 9247.0, 9243.0, 9296.0, 9217.0, 9175.0, 9216.0, 9210.0, 9254.0, 9253.0, 9220.0, 9331.0, 9255.0, 9308.0, 9249.0, 9256.0, 9322.0, 9273.0, 9341.0, 9222.0, 9287.0, 9232.0, 9230.0, 9220.0, 9191.0, 9292.0, 9230.0, 9245.0, 9280.0, 9203.0, 9187.0, 9216.0, 9208.0, 9248.0, 9206.0, 9256.0, 9214.0, 9300.0, 9257.0, 9191.0, 9191.0, 9175.0, 9201.0, 9158.0, 9244.0, 9176.0, 9261.0, 9191.0, 9233.0, 9187.0, 9178.0, 9199.0, 9202.0, 9216.0, 9172.0, 9192.0, 9235.0, 9191.0, 9234.0, 9190.0, 9259.0, 9257.0, 9183.0, 9235.0, 9201.0, 9270.0, 9243.0, 9285.0, 9241.0, 9208.0, 9222.0, 9191.0, 9229.0, 9193.0, 9249.0, 9218.0, 9315.0, 9273.0, 9211.0, 9297.0, 9253.0, 9232.0, 9310.0, 9214.0, 9210.0, 9273.0, 9228.0, 9276.0, 9282.0, 9305.0, 9355.0, 9256.0, 9272.0, 9244.0, 9231.0, 9294.0, 9211.0, 9301.0, 9257.0, 9244.0, 9284.0, 9181.0, 9196.0, 9199.0, 9194.0, 9247.0, 9190.0, 9240.0, 9185.0, 9187.0, 9238.0, 9188.0, 9188.0, 9226.0, 9206.0, 9240.0, 9288.0, 9347.0, 9350.0, 9304.0, 9247.0, 9270.0, 9218.0, 9207.0, 9256.0, 9222.0, 9290.0, 9256.0, 9332.0, 9274.0, 9282.0, 9260.0, 9227.0, 9195.0, 9203.0, 9205.0, 9206.0, 9252.0, 9209.0, 9275.0, 9236.0, 9266.0, 9342.0, 9318.0, 9319.0, 9240.0, 9181.0, 9267.0, 9212.0, 9326.0, 9279.0, 9322.0, 9247.0, 9201.0, 9194.0, 9193.0, 9189.0, 9228.0, 9218.0, 9193.0, 9230.0, 9203.0, 9262.0, 9221.0, 9259.0, 9236.0, 9286.0, 9213.0, 9280.0, 9208.0, 9263.0, 9216.0, 9190.0, 9214.0, 9186.0, 9225.0, 9210.0, 9207.0, 9191.0, 9217.0, 9247.0, 9200.0, 9194.0, 9261.0, 9271.0, 9312.0, 9284.0, 9298.0, 9203.0, 9275.0, 9210.0, 9250.0, 9231.0, 9280.0, 9237.0, 9225.0, 9207.0, 9192.0, 9206.0, 9222.0, 9211.0, 9233.0, 9242.0, 9251.0, 9247.0, 9301.0, 9251.0, 9192.0, 9232.0, 9229.0, 9263.0, 9270.0, 9258.0, 9274.0, 9350.0, 9331.0, 9283.0, 9228.0, 9256.0, 9273.0, 9268.0, 9232.0, 9346.0, 9327.0, 9303.0, 9299.0, 9199.0, 9185.0, 9234.0, 9230.0, 9192.0, 9248.0, 9208.0, 9288.0, 9269.0, 9221.0, 9316.0, 9224.0, 9298.0, 9217.0, 9273.0, 9185.0, 9253.0, 9172.0, 9155.0, 9185.0, 9167.0, 9240.0, 9201.0, 9189.0, 9229.0, 9222.0, 9211.0, 9234.0, 9195.0, 9250.0, 9197.0, 9269.0, 9219.0, 9269.0, 9226.0, 9206.0, 9233.0, 9224.0, 9295.0, 9248.0, 9226.0, 9308.0, 9255.0, 9220.0, 9264.0, 9207.0, 9239.0, 9249.0, 9195.0, 9187.0, 9232.0, 9215.0, 9240.0, 9225.0, 9195.0, 9270.0, 9247.0, 9236.0, 9248.0, 9222.0, 9277.0, 9293.0, 9253.0, 9241.0, 9307.0, 9281.0, 9343.0, 9282.0, 9324.0, 9283.0, 9359.0, 9277.0, 9354.0, 9320.0, 9262.0, 9280.0, 9204.0, 9238.0, 9235.0, 9245.0, 9310.0, 9253.0, 9199.0, 9224.0, 9199.0, 9295.0, 9224.0, 9321.0, 9263.0, 9308.0, 9302.0, 9310.0, 9261.0, 9258.0, 9213.0, 9186.0, 9218.0, 9209.0, 9251.0, 9224.0, 9217.0, 9235.0, 9211.0, 9278.0, 9267.0, 9297.0, 9312.0, 9293.0, 9266.0, 9201.0, 9239.0, 9185.0, 9295.0, 9271.0, 9330.0, 9257.0, 9308.0, 9196.0, 9215.0, 9188.0, 9221.0, 9209.0, 9215.0, 9259.0, 9234.0, 9294.0, 9223.0, 9199.0, 9251.0, 9257.0, 9362.0, 9330.0, 9282.0, 9312.0, 9239.0, 9280.0, 9239.0, 9325.0, 9265.0, 9284.0, 9193.0, 9289.0, 9238.0, 9296.0, 9255.0, 9189.0, 9217.0, 9172.0, 9273.0, 9205.0, 9315.0, 9264.0, 9303.0, 9257.0, 9286.0, 9221.0, 9204.0, 9177.0, 9183.0, 9211.0, 9158.0, 9155.0, 9172.0, 9144.0, 9207.0, 9166.0, 9232.0, 9187.0, 9235.0, 9176.0, 9234.0, 9163.0, 9165.0, 9178.0, 9169.0, 9223.0, 9187.0, 9201.0, 9223.0, 9206.0, 9263.0, 9224.0, 9269.0, 9295.0, 9369.0, 9385.0, 9282.0, 9213.0, 9224.0, 9194.0, 9252.0, 9211.0, 9238.0, 9210.0, 9290.0, 9216.0, 9243.0, 9214.0, 9244.0, 9289.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.010191471264367815</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.05075827620689655</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.858423393245076</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2817751358803213</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1532990740046016</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5231</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3213.2944</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.2468374467606197</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>361</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>41.49425287356322</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4746862860048346</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.345438489534934</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6817092996994316</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3969110687801383</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0113406</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018675921484827995</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03523241728544235</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.189785524181994</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>15.0858</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>59.1269</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>251.9365</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>61.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>293522.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1243.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>449.2266</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8695</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>530.2254</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3361.8936</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3466.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>83022.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1452.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4430.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>827.245</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>25.771655864082277</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> |