=== 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-0035 --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-0035",
"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-0035_ses-04_task-social_acq-mb8_run-04_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-0035_ses-04_task-social_acq-mb8_run-04_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-04_session-04_subject-0035_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-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-04_subject-0035_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-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-04_subject-0035_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-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-04_subject-0035_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-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-04_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-04_session-04_subject-0035_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-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-04_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-04_session-04_subject-0035_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-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-04_subject-0035_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-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-04_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-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-04_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-0035/ses-04/func/sub-0035_ses-04_task-social_acq-mb8_run-04_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>13cedaf23b36af2fb98e3e509d2b428e</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>11:56:36.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.991749, -0.0432748, 0.12067, 0.0282218, 0.991909, 0.123773]</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_brain_imaging_center</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-04_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.0886593</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-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4158, -7743, -7276, 651, -48, -146, 95, 79]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 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>246.838</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>b58a3272-e3a3-4301-9572-69925c6f27ed||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.660789966583252, 0.07571690529584885, 0.3376350402832031, 101.01716613769531], [0.11610306799411774, 2.661219596862793, 0.322236031293869, -106.7984848022461], [0.32374897599220276, -0.3320751190185547, 2.6593546867370605, -78.444580078125], [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': ['115636.812500', '115637.272500', '115637.732500', '115638.192500', '115638.652500', '115639.112500', '115639.572500', '115640.032500', '115640.492500', '115640.952500', '115641.412500', '115641.872500', '115642.332500', '115642.792500', '115643.252500', '115643.712500', '115644.172500', '115644.632500', '115645.092500', '115645.552500', '115646.012500', '115646.472500', '115646.932500', '115647.392500', '115647.852500', '115648.312500', '115648.772500', '115649.232500', '115649.692500', '115650.152500', '115650.612500', '115651.072500', '115651.532500', '115651.992500', '115652.452500', '115652.912500', '115653.372500', '115653.832500', '115654.292500', '115654.752500', '115655.212500', '115655.672500', '115656.132500', '115656.592500', '115657.052500', '115657.512500', '115657.972500', '115658.432500', '115658.892500', '115659.352500', '115659.812500', '115700.272500', '115700.732500', '115701.192500', '115701.652500', '115702.112500', '115702.572500', '115703.032500', '115703.492500', '115703.952500', '115704.412500', '115704.872500', '115705.332500', '115705.792500', '115706.252500', '115706.712500', '115707.172500', '115707.632500', '115708.092500', '115708.552500', '115709.012500', '115709.472500', '115709.932500', '115710.392500', '115710.852500', '115711.312500', '115711.772500', '115712.232500', '115712.692500', '115713.152500', '115713.612500', '115714.072500', '115714.532500', '115714.992500', '115715.452500', '115715.912500', '115716.372500', '115716.832500', '115717.292500', '115717.752500', '115718.212500', '115718.672500', '115719.132500', '115719.592500', '115720.052500', '115720.512500', '115720.972500', '115721.432500', '115721.892500', '115722.352500', '115722.812500', '115723.272500', '115723.732500', '115724.192500', '115724.652500', '115725.112500', '115725.572500', '115726.032500', '115726.492500', '115726.952500', '115727.412500', '115727.872500', '115728.332500', '115728.792500', '115729.252500', '115729.712500', '115730.172500', '115730.632500', '115731.092500', '115731.552500', '115732.012500', '115732.472500', '115732.932500', '115733.392500', '115733.852500', '115734.312500', '115734.772500', '115735.232500', '115735.692500', '115736.152500', '115736.612500', '115737.072500', '115737.532500', '115737.992500', '115738.452500', '115738.912500', '115739.372500', '115739.832500', '115740.292500', '115740.752500', '115741.212500', '115741.672500', '115742.132500', '115742.592500', '115743.052500', '115743.512500', '115743.972500', '115744.432500', '115744.892500', '115745.352500', '115745.812500', '115746.272500', '115746.732500', '115747.192500', '115747.652500', '115748.112500', '115748.572500', '115749.032500', '115749.492500', '115749.952500', '115750.412500', '115750.872500', '115751.332500', '115751.792500', '115752.252500', '115752.712500', '115753.172500', '115753.632500', '115754.092500', '115754.552500', '115755.012500', '115755.472500', '115755.932500', '115756.392500', '115756.852500', '115757.312500', '115757.772500', '115758.232500', '115758.692500', '115759.152500', '115759.612500', '115800.072500', '115800.532500', '115800.992500', '115801.452500', '115801.912500', '115802.372500', '115802.832500', '115803.292500', '115803.752500', '115804.212500', '115804.672500', '115805.132500', '115805.592500', '115806.052500', '115806.512500', '115806.972500', '115807.432500', '115807.892500', '115808.352500', '115808.812500', '115809.272500', '115809.732500', '115810.192500', '115810.652500', '115811.112500', '115811.572500', '115812.032500', '115812.492500', '115812.952500', '115813.412500', '115813.872500', '115814.332500', '115814.792500', '115815.252500', '115815.712500', '115816.172500', '115816.632500', '115817.092500', '115817.552500', '115818.012500', '115818.472500', '115818.932500', '115819.392500', '115819.852500', '115820.312500', '115820.772500', '115821.232500', '115821.692500', '115822.152500', '115822.612500', '115823.072500', '115823.532500', '115823.992500', '115824.452500', '115824.912500', '115825.372500', '115825.832500', '115826.292500', '115826.752500', '115827.212500', '115827.672500', '115828.132500', '115828.592500', '115829.052500', '115829.512500', '115829.972500', '115830.432500', '115830.892500', '115831.352500', '115831.812500', '115832.272500', '115832.732500', '115833.192500', '115833.652500', '115834.112500', '115834.572500', '115835.032500', '115835.492500', '115835.952500', '115836.412500', '115836.872500', '115837.332500', '115837.792500', '115838.252500', '115838.712500', '115839.172500', '115839.632500', '115840.092500', '115840.552500', '115841.012500', '115841.472500', '115841.932500', '115842.392500', '115842.852500', '115843.312500', '115843.772500', '115844.232500', '115844.692500', '115845.152500', '115845.612500', '115846.072500', '115846.532500', '115846.992500', '115847.452500', '115847.912500', '115848.372500', '115848.832500', '115849.292500', '115849.752500', '115850.212500', '115850.672500', '115851.132500', '115851.592500', '115852.052500', '115852.512500', '115852.972500', '115853.432500', '115853.892500', '115854.352500', '115854.812500', '115855.272500', '115855.732500', '115856.192500', '115856.652500', '115857.112500', '115857.572500', '115858.032500', '115858.492500', '115858.952500', '115859.412500', '115859.872500', '115900.332500', '115900.792500', '115901.252500', '115901.712500', '115902.172500', '115902.632500', '115903.092500', '115903.552500', '115904.012500', '115904.472500', '115904.932500', '115905.392500', '115905.852500', '115906.312500', '115906.772500', '115907.232500', '115907.692500', '115908.152500', '115908.612500', '115909.072500', '115909.532500', '115909.992500', '115910.452500', '115910.912500', '115911.372500', '115911.832500', '115912.292500', '115912.752500', '115913.212500', '115913.672500', '115914.132500', '115914.592500', '115915.052500', '115915.512500', '115915.972500', '115916.432500', '115916.892500', '115917.352500', '115917.812500', '115918.272500', '115918.732500', '115919.192500', '115919.652500', '115920.112500', '115920.572500', '115921.032500', '115921.492500', '115921.952500', '115922.412500', '115922.872500', '115923.332500', '115923.792500', '115924.252500', '115924.712500', '115925.172500', '115925.632500', '115926.092500', '115926.552500', '115927.012500', '115927.472500', '115927.932500', '115928.392500', '115928.852500', '115929.312500', '115929.772500', '115930.232500', '115930.692500', '115931.152500', '115931.612500', '115932.072500', '115932.532500', '115932.992500', '115933.452500', '115933.912500', '115934.372500', '115934.832500', '115935.292500', '115935.752500', '115936.212500', '115936.672500', '115937.132500', '115937.592500', '115938.052500', '115938.512500', '115938.972500', '115939.432500', '115939.892500', '115940.352500', '115940.812500', '115941.272500', '115941.732500', '115942.192500', '115942.652500', '115943.112500', '115943.572500', '115944.032500', '115944.492500', '115944.952500', '115945.412500', '115945.872500', '115946.332500', '115946.792500', '115947.252500', '115947.712500', '115948.172500', '115948.632500', '115949.092500', '115949.552500', '115950.012500', '115950.472500', '115950.932500', '115951.392500', '115951.852500', '115952.312500', '115952.772500', '115953.232500', '115953.692500', '115954.152500', '115954.612500', '115955.072500', '115955.532500', '115955.992500', '115956.452500', '115956.912500', '115957.372500', '115957.832500', '115958.292500', '115958.752500', '115959.212500', '115959.672500', '120000.132500', '120000.592500', '120001.052500', '120001.512500', '120001.972500', '120002.432500', '120002.892500', '120003.352500', '120003.812500', '120004.272500', '120004.732500', '120005.192500', '120005.652500', '120006.112500', '120006.572500', '120007.032500', '120007.492500', '120007.952500', '120008.412500', '120008.872500', '120009.332500', '120009.792500', '120010.252500', '120010.712500', '120011.172500', '120011.632500', '120012.092500', '120012.552500', '120013.012500', '120013.472500', '120013.932500', '120014.392500', '120014.852500', '120015.312500', '120015.772500', '120016.232500', '120016.692500', '120017.152500', '120017.612500', '120018.072500', '120018.532500', '120018.992500', '120019.452500', '120019.912500', '120020.372500', '120020.832500', '120021.292500', '120021.752500', '120022.212500', '120022.672500', '120023.132500', '120023.592500', '120024.052500', '120024.512500', '120024.972500', '120025.432500', '120025.892500', '120026.352500', '120026.812500', '120027.272500', '120027.732500', '120028.192500', '120028.652500', '120029.112500', '120029.572500', '120030.032500', '120030.492500', '120030.952500', '120031.412500', '120031.872500', '120032.332500', '120032.792500', '120033.252500', '120033.712500', '120034.172500', '120034.632500', '120035.092500', '120035.552500', '120036.012500', '120036.472500', '120036.932500', '120037.392500', '120037.852500', '120038.312500', '120038.772500', '120039.232500', '120039.692500', '120040.152500', '120040.612500', '120041.072500', '120041.532500', '120041.992500', '120042.452500', '120042.912500', '120043.372500', '120043.832500', '120044.292500', '120044.752500', '120045.212500', '120045.672500', '120046.132500', '120046.592500', '120047.052500', '120047.512500', '120047.972500', '120048.432500', '120048.892500', '120049.352500', '120049.812500', '120050.272500', '120050.732500', '120051.192500', '120051.652500', '120052.112500', '120052.572500', '120053.032500', '120053.492500', '120053.952500', '120054.412500', '120054.872500', '120055.332500', '120055.792500', '120056.252500', '120056.712500', '120057.172500', '120057.632500', '120058.092500', '120058.552500', '120059.012500', '120059.472500', '120059.932500', '120100.392500', '120100.852500', '120101.312500', '120101.772500', '120102.232500', '120102.692500', '120103.152500', '120103.612500', '120104.072500', '120104.532500', '120104.992500', '120105.452500', '120105.912500', '120106.372500', '120106.832500', '120107.292500', '120107.752500', '120108.212500', '120108.672500', '120109.132500', '120109.592500', '120110.052500', '120110.512500', '120110.972500', '120111.432500', '120111.892500', '120112.352500', '120112.812500', '120113.272500', '120113.732500', '120114.192500', '120114.652500', '120115.112500', '120115.572500', '120116.032500', '120116.492500', '120116.952500', '120117.412500', '120117.872500', '120118.332500', '120118.792500', '120119.252500', '120119.712500', '120120.172500', '120120.632500', '120121.092500', '120121.552500', '120122.012500', '120122.472500', '120122.932500', '120123.392500', '120123.852500', '120124.312500', '120124.772500', '120125.232500', '120125.692500', '120126.152500', '120126.612500', '120127.072500', '120127.532500', '120127.992500', '120128.452500', '120128.912500', '120129.372500', '120129.832500', '120130.292500', '120130.752500', '120131.212500', '120131.672500', '120132.132500', '120132.592500', '120133.052500', '120133.512500', '120133.972500', '120134.432500', '120134.892500', '120135.352500', '120135.812500', '120136.272500', '120136.732500', '120137.192500', '120137.652500', '120138.112500', '120138.572500', '120139.032500', '120139.492500', '120139.952500', '120140.412500', '120140.872500', '120141.332500', '120141.792500', '120142.252500', '120142.712500', '120143.172500', '120143.632500', '120144.092500', '120144.552500', '120145.012500', '120145.472500', '120145.932500', '120146.392500', '120146.852500', '120147.312500', '120147.772500', '120148.232500', '120148.692500', '120149.152500', '120149.612500', '120150.072500', '120150.532500', '120150.992500', '120151.452500', '120151.912500', '120152.372500', '120152.832500', '120153.292500', '120153.752500', '120154.212500', '120154.672500', '120155.132500', '120155.592500', '120156.052500', '120156.512500', '120156.972500', '120157.432500', '120157.892500', '120158.352500', '120158.812500', '120159.272500', '120159.732500', '120200.192500', '120200.652500', '120201.112500', '120201.572500', '120202.032500', '120202.492500', '120202.952500', '120203.412500', '120203.872500', '120204.332500', '120204.792500', '120205.252500', '120205.712500', '120206.172500', '120206.632500', '120207.092500', '120207.552500', '120208.012500', '120208.472500', '120208.932500', '120209.392500', '120209.852500', '120210.312500', '120210.772500', '120211.232500', '120211.692500', '120212.152500', '120212.612500', '120213.072500', '120213.532500', '120213.992500', '120214.452500', '120214.912500', '120215.372500', '120215.832500', '120216.292500', '120216.752500', '120217.212500', '120217.672500', '120218.132500', '120218.592500', '120219.052500', '120219.512500', '120219.972500', '120220.432500', '120220.892500', '120221.352500', '120221.812500', '120222.272500', '120222.732500', '120223.192500', '120223.652500', '120224.112500', '120224.572500', '120225.032500', '120225.492500', '120225.952500', '120226.412500', '120226.872500', '120227.332500', '120227.792500', '120228.252500', '120228.712500', '120229.172500', '120229.632500', '120230.092500', '120230.552500', '120231.012500', '120231.472500', '120231.932500', '120232.392500', '120232.852500', '120233.312500', '120233.772500', '120234.232500', '120234.692500', '120235.152500', '120235.612500', '120236.072500', '120236.532500', '120236.992500', '120237.452500', '120237.912500', '120238.372500', '120238.832500', '120239.292500', '120239.752500', '120240.212500', '120240.672500', '120241.132500', '120241.592500', '120242.052500', '120242.512500', '120242.972500', '120243.432500', '120243.892500', '120244.352500', '120244.812500', '120245.272500', '120245.732500', '120246.192500', '120246.652500', '120247.112500', '120247.572500', '120248.032500', '120248.492500', '120248.952500', '120249.412500', '120249.872500', '120250.332500', '120250.792500', '120251.252500', '120251.712500', '120252.172500', '120252.632500', '120253.092500', '120253.552500', '120254.012500', '120254.472500', '120254.932500', '120255.392500', '120255.852500', '120256.312500', '120256.772500', '120257.232500', '120257.692500', '120258.152500', '120258.612500', '120259.072500', '120259.532500', '120259.992500', '120300.452500', '120300.912500', '120301.372500', '120301.832500', '120302.292500', '120302.752500', '120303.212500', '120303.672500', '120304.132500', '120304.592500', '120305.052500', '120305.512500', '120305.972500', '120306.432500', '120306.892500', '120307.352500', '120307.812500', '120308.272500', '120308.732500', '120309.192500', '120309.652500', '120310.112500', '120310.572500', '120311.032500', '120311.492500', '120311.952500', '120312.412500', '120312.872500', '120313.332500', '120313.792500', '120314.252500', '120314.712500', '120315.172500', '120315.632500', '120316.092500', '120316.552500', '120317.012500', '120317.472500'], 'ContentTime': ['115652.724000', '115652.727000', '115652.730000', '115652.733000', '115652.735000', '115652.738000', '115652.741000', '115652.744000', '115652.746000', '115652.749000', '115652.752000', '115652.755000', '115652.757000', '115652.760000', '115652.763000', '115652.766000', '115652.768000', '115652.771000', '115652.774000', '115652.784000', '115652.787000', '115652.789000', '115652.792000', '115652.795000', '115652.797000', '115652.800000', '115652.857000', '115652.859000', '115652.862000', '115652.865000', '115652.868000', '115652.871000', '115652.874000', '115712.688000', '115712.698000', '115712.700000', '115712.703000', '115712.705000', '115712.708000', '115712.710000', '115712.713000', '115712.716000', '115712.718000', '115712.721000', '115712.723000', '115712.726000', '115712.729000', '115712.731000', '115712.734000', '115712.736000', '115712.739000', '115712.741000', '115712.744000', '115712.746000', '115712.749000', '115712.773000', '115712.776000', '115712.778000', '115712.781000', '115712.783000', '115712.786000', '115712.789000', '115712.791000', '115712.794000', '115712.796000', '115712.799000', '115712.801000', '115712.804000', '115712.807000', '115712.809000', '115712.812000', '115712.814000', '115712.817000', '115712.820000', '115712.822000', '115712.825000', '115732.688000', '115732.691000', '115732.694000', '115732.696000', '115732.699000', '115732.702000', '115732.704000', '115732.707000', '115732.709000', '115732.712000', '115732.715000', '115732.717000', '115732.720000', '115732.722000', '115732.725000', '115732.727000', '115732.735000', '115732.738000', '115732.741000', '115732.743000', '115732.746000', '115732.748000', '115732.751000', '115732.753000', '115732.756000', '115732.758000', '115732.761000', '115732.764000', '115732.766000', '115732.769000', '115732.771000', '115732.774000', '115732.776000', '115732.779000', '115732.782000', '115732.784000', '115732.787000', '115732.789000', '115732.792000', '115732.795000', '115732.797000', '115732.800000', '115732.803000', '115732.805000', '115752.689000', '115752.691000', '115752.694000', '115752.697000', '115752.699000', '115752.702000', '115752.705000', '115752.707000', '115752.710000', '115752.712000', '115752.715000', '115752.718000', '115752.720000', '115752.723000', '115752.725000', '115752.728000', '115752.731000', '115752.733000', '115752.736000', '115752.738000', '115752.741000', '115752.744000', '115752.746000', '115752.749000', '115752.751000', '115752.754000', '115752.756000', '115752.759000', '115752.761000', '115752.764000', '115752.767000', '115752.769000', '115752.772000', '115752.775000', '115752.777000', '115752.780000', '115752.783000', '115752.792000', '115752.794000', '115752.797000', '115752.800000', '115752.802000', '115752.805000', '115812.687000', '115812.690000', '115812.693000', '115812.696000', '115812.698000', '115812.701000', '115812.703000', '115812.706000', '115812.709000', '115812.711000', '115812.714000', '115812.716000', '115812.719000', '115812.722000', '115812.725000', '115812.727000', '115812.730000', '115812.733000', '115812.735000', '115812.738000', '115812.740000', '115812.743000', '115812.746000', '115812.748000', '115812.751000', '115812.753000', '115812.756000', '115812.758000', '115812.761000', '115812.764000', '115812.766000', '115812.769000', '115812.771000', '115812.774000', '115812.777000', '115812.779000', '115812.782000', '115812.784000', '115812.787000', '115812.789000', '115812.792000', '115812.795000', '115812.797000', '115812.800000', '115832.687000', '115832.690000', '115832.693000', '115832.696000', '115832.698000', '115832.701000', '115832.704000', '115832.707000', '115832.709000', '115832.712000', '115832.714000', '115832.717000', '115832.720000', '115832.722000', '115832.725000', '115832.727000', '115832.730000', '115832.733000', '115832.735000', '115832.738000', '115832.740000', '115832.743000', '115832.746000', '115832.748000', '115832.751000', '115832.754000', '115832.756000', '115832.759000', '115832.761000', '115832.764000', '115832.767000', '115832.769000', '115832.772000', '115832.775000', '115832.777000', '115832.780000', '115832.782000', '115832.785000', '115832.788000', '115832.790000', '115832.793000', '115832.795000', '115832.798000', '115852.687000', '115852.690000', '115852.693000', '115852.695000', '115852.698000', '115852.701000', '115852.703000', '115852.706000', '115852.709000', '115852.711000', '115852.714000', '115852.716000', '115852.719000', '115852.722000', '115852.724000', '115852.727000', '115852.730000', '115852.732000', '115852.743000', '115852.746000', '115852.749000', '115852.751000', '115852.754000', '115852.756000', '115852.759000', '115852.761000', '115852.764000', '115852.767000', '115852.769000', '115852.772000', '115852.774000', '115852.777000', '115852.780000', '115852.782000', '115852.785000', '115852.787000', '115852.790000', '115852.792000', '115852.795000', '115852.798000', '115852.800000', '115852.803000', '115852.806000', '115852.808000', '115912.688000', '115912.691000', '115912.694000', '115912.697000', '115912.699000', '115912.702000', '115912.704000', '115912.707000', '115912.710000', '115912.713000', '115912.715000', '115912.718000', '115912.720000', '115912.723000', '115912.726000', '115912.728000', '115912.731000', '115912.733000', '115912.736000', '115912.738000', '115912.741000', '115912.744000', '115912.746000', '115912.749000', '115912.751000', '115912.754000', '115912.756000', '115912.759000', '115912.762000', '115912.764000', '115912.767000', '115912.769000', '115912.772000', '115912.775000', '115912.777000', '115912.780000', '115912.782000', '115912.785000', '115912.787000', '115912.790000', '115912.792000', '115912.795000', '115912.798000', '115932.688000', '115932.691000', '115932.694000', '115932.696000', '115932.699000', '115932.702000', '115932.704000', '115932.707000', '115932.710000', '115932.712000', '115932.715000', '115932.717000', '115932.720000', '115932.722000', '115932.725000', '115932.727000', '115932.730000', '115932.733000', '115932.735000', '115932.738000', '115932.740000', '115932.743000', '115932.746000', '115932.748000', '115932.751000', '115932.753000', '115932.756000', '115932.759000', '115932.761000', '115932.764000', '115932.766000', '115932.769000', '115932.771000', '115932.774000', '115932.777000', '115932.779000', '115932.782000', '115932.784000', '115932.787000', '115932.789000', '115932.792000', '115932.794000', '115932.797000', '115932.820000', '115952.688000', '115952.691000', '115952.694000', '115952.697000', '115952.699000', '115952.702000', '115952.704000', '115952.707000', '115952.709000', '115952.712000', '115952.715000', '115952.717000', '115952.720000', '115952.722000', '115952.725000', '115952.727000', '115952.730000', '115952.733000', '115952.735000', '115952.738000', '115952.740000', '115952.743000', '115952.745000', '115952.748000', '115952.751000', '115952.753000', '115952.756000', '115952.758000', '115952.761000', '115952.764000', '115952.766000', '115952.769000', '115952.771000', '115952.774000', '115952.776000', '115952.779000', '115952.782000', '115952.784000', '115952.787000', '115952.789000', '115952.792000', '115952.794000', '115952.797000', '120012.688000', '120012.691000', '120012.694000', '120012.696000', '120012.699000', '120012.702000', '120012.705000', '120012.707000', '120012.710000', '120012.713000', '120012.716000', '120012.719000', '120012.721000', '120012.724000', '120012.727000', '120012.730000', '120012.733000', '120012.736000', '120012.738000', '120012.741000', '120012.743000', '120012.746000', '120012.749000', '120012.751000', '120012.754000', '120012.756000', '120012.759000', '120012.761000', '120012.764000', '120012.767000', '120012.769000', '120012.772000', '120012.774000', '120012.777000', '120012.780000', '120012.782000', '120012.785000', '120012.787000', '120012.790000', '120012.792000', '120012.795000', '120012.798000', '120012.829000', '120032.722000', '120032.725000', '120032.728000', '120032.730000', '120032.733000', '120032.735000', '120032.738000', '120032.740000', '120032.743000', '120032.746000', '120032.748000', '120032.751000', '120032.753000', '120032.756000', '120032.759000', '120032.761000', '120032.764000', '120032.767000', '120032.769000', '120032.772000', '120032.774000', '120032.777000', '120032.779000', '120032.782000', '120032.785000', '120032.787000', '120032.790000', '120032.792000', '120032.795000', '120032.797000', '120032.844000', '120032.846000', '120032.849000', '120032.852000', '120032.854000', '120032.857000', '120032.859000', '120032.862000', '120032.864000', '120032.867000', '120032.870000', '120032.873000', '120032.875000', '120032.878000', '120052.688000', '120052.690000', '120052.693000', '120052.696000', '120052.698000', '120052.701000', '120052.704000', '120052.706000', '120052.709000', '120052.711000', '120052.714000', '120052.717000', '120052.719000', '120052.722000', '120052.724000', '120052.727000', '120052.730000', '120052.732000', '120052.735000', '120052.737000', '120052.740000', '120052.743000', '120052.745000', '120052.748000', '120052.750000', '120052.753000', '120052.755000', '120052.758000', '120052.761000', '120052.763000', '120052.766000', '120052.768000', '120052.771000', '120052.773000', '120052.776000', '120052.779000', '120052.781000', '120052.784000', '120052.786000', '120052.789000', '120052.791000', '120052.794000', '120052.797000', '120052.845000', '120112.687000', '120112.690000', '120112.693000', '120112.696000', '120112.698000', '120112.701000', '120112.704000', '120112.706000', '120112.709000', '120112.711000', '120112.714000', '120112.717000', '120112.719000', '120112.723000', '120112.725000', '120112.728000', '120112.730000', '120112.733000', '120112.736000', '120112.738000', '120112.741000', '120112.743000', '120112.746000', '120112.749000', '120112.751000', '120112.754000', '120112.757000', '120112.759000', '120112.762000', '120112.764000', '120112.767000', '120112.769000', '120112.772000', '120112.775000', '120112.777000', '120112.780000', '120112.782000', '120112.785000', '120112.788000', '120112.790000', '120112.793000', '120112.795000', '120112.798000', '120132.688000', '120132.691000', '120132.694000', '120132.696000', '120132.699000', '120132.702000', '120132.704000', '120132.707000', '120132.710000', '120132.714000', '120132.717000', '120132.719000', '120132.722000', '120132.724000', '120132.727000', '120132.730000', '120132.732000', '120132.735000', '120132.737000', '120132.740000', '120132.743000', '120132.745000', '120132.748000', '120132.750000', '120132.753000', '120132.756000', '120132.758000', '120132.761000', '120132.763000', '120132.766000', '120132.769000', '120132.771000', '120132.774000', '120132.776000', '120132.779000', '120132.782000', '120132.784000', '120132.787000', '120132.789000', '120132.792000', '120132.794000', '120132.797000', '120132.873000', '120152.688000', '120152.691000', '120152.694000', '120152.696000', '120152.699000', '120152.702000', '120152.704000', '120152.707000', '120152.709000', '120152.712000', '120152.715000', '120152.717000', '120152.720000', '120152.722000', '120152.725000', '120152.727000', '120152.730000', '120152.733000', '120152.735000', '120152.738000', '120152.740000', '120152.743000', '120152.745000', '120152.748000', '120152.751000', '120152.762000', '120152.765000', '120152.768000', '120152.770000', '120152.773000', '120152.775000', '120152.778000', '120152.781000', '120152.783000', '120152.786000', '120152.788000', '120152.791000', '120152.793000', '120152.796000', '120152.799000', '120152.846000', '120152.848000', '120152.851000', '120152.853000', '120212.688000', '120212.691000', '120212.694000', '120212.697000', '120212.699000', '120212.702000', '120212.704000', '120212.707000', '120212.710000', '120212.712000', '120212.715000', '120212.717000', '120212.720000', '120212.723000', '120212.725000', '120212.728000', '120212.731000', '120212.733000', '120212.736000', '120212.738000', '120212.741000', '120212.744000', '120212.746000', '120212.749000', '120212.752000', '120212.754000', '120212.757000', '120212.759000', '120212.762000', '120212.765000', '120212.767000', '120212.770000', '120212.773000', '120212.775000', '120212.778000', '120212.780000', '120212.783000', '120212.785000', '120212.788000', '120212.791000', '120212.793000', '120212.796000', '120212.799000', '120232.688000', '120232.693000', '120232.696000', '120232.698000', '120232.701000', '120232.704000', '120232.706000', '120232.709000', '120232.712000', '120232.714000', '120232.717000', '120232.719000', '120232.722000', '120232.724000', '120232.727000', '120232.730000', '120232.732000', '120232.735000', '120232.737000', '120232.740000', '120232.743000', '120232.745000', '120232.748000', '120232.751000', '120232.753000', '120232.756000', '120232.758000', '120232.761000', '120232.763000', '120232.766000', '120232.769000', '120232.771000', '120232.774000', '120232.776000', '120232.779000', '120232.781000', '120232.784000', '120232.787000', '120232.789000', '120232.792000', '120232.794000', '120232.797000', '120232.844000', '120232.846000', '120252.688000', '120252.691000', '120252.693000', '120252.696000', '120252.699000', '120252.701000', '120252.704000', '120252.707000', '120252.709000', '120252.712000', '120252.720000', '120252.722000', '120252.725000', '120252.727000', '120252.730000', '120252.733000', '120252.735000', '120252.738000', '120252.741000', '120252.743000', '120252.746000', '120252.749000', '120252.752000', '120252.755000', '120252.757000', '120252.760000', '120252.763000', '120252.765000', '120252.768000', '120252.770000', '120252.773000', '120252.776000', '120252.778000', '120252.781000', '120252.783000', '120252.786000', '120252.788000', '120252.791000', '120252.794000', '120252.796000', '120252.799000', '120252.846000', '120252.848000', '120312.687000', '120312.690000', '120312.693000', '120312.695000', '120312.698000', '120312.700000', '120312.703000', '120312.706000', '120312.708000', '120312.711000', '120312.714000', '120312.716000', '120312.719000', '120312.722000', '120312.725000', '120312.727000', '120312.730000', '120312.732000', '120312.735000', '120312.738000', '120312.740000', '120312.743000', '120312.746000', '120312.748000', '120312.751000', '120312.753000', '120312.756000', '120312.758000', '120312.761000', '120312.764000', '120312.766000', '120312.769000', '120312.771000', '120312.774000', '120312.777000', '120312.779000', '120312.789000', '120312.791000', '120312.794000', '120312.797000', '120312.799000', '120312.845000', '120312.847000', '120312.850000', '120318.482000', '120318.485000', '120318.488000', '120318.491000', '120318.494000', '120318.497000', '120318.500000', '120318.503000', '120318.506000', '120318.509000', '120318.512000', '120318.514000', '120318.517000'], 'InstanceCreationTime': ['115652.724000', '115652.727000', '115652.730000', '115652.733000', '115652.735000', '115652.738000', '115652.741000', '115652.744000', '115652.746000', '115652.749000', '115652.752000', '115652.755000', '115652.757000', '115652.760000', '115652.763000', '115652.766000', '115652.768000', '115652.771000', '115652.774000', '115652.784000', '115652.787000', '115652.789000', '115652.792000', '115652.795000', '115652.797000', '115652.800000', '115652.857000', '115652.859000', '115652.862000', '115652.865000', '115652.868000', '115652.871000', '115652.874000', '115712.688000', '115712.698000', '115712.700000', '115712.703000', '115712.705000', '115712.708000', '115712.710000', '115712.713000', '115712.716000', '115712.718000', '115712.721000', '115712.723000', '115712.726000', '115712.729000', '115712.731000', '115712.734000', '115712.736000', '115712.739000', '115712.741000', '115712.744000', '115712.746000', '115712.749000', '115712.773000', '115712.776000', '115712.778000', '115712.781000', '115712.783000', '115712.786000', '115712.789000', '115712.791000', '115712.794000', '115712.796000', '115712.799000', '115712.801000', '115712.804000', '115712.807000', '115712.809000', '115712.812000', '115712.814000', '115712.817000', '115712.820000', '115712.822000', '115712.825000', '115732.688000', '115732.691000', '115732.694000', '115732.696000', '115732.699000', '115732.702000', '115732.704000', '115732.707000', '115732.709000', '115732.712000', '115732.715000', '115732.717000', '115732.720000', '115732.722000', '115732.725000', '115732.727000', '115732.735000', '115732.738000', '115732.741000', '115732.743000', '115732.746000', '115732.748000', '115732.751000', '115732.753000', '115732.756000', '115732.758000', '115732.761000', '115732.764000', '115732.766000', '115732.769000', '115732.771000', '115732.774000', '115732.776000', '115732.779000', '115732.782000', '115732.784000', '115732.787000', '115732.789000', '115732.792000', '115732.795000', '115732.797000', '115732.800000', '115732.803000', '115732.805000', '115752.689000', '115752.691000', '115752.694000', '115752.697000', '115752.699000', '115752.702000', '115752.705000', '115752.707000', '115752.710000', '115752.712000', '115752.715000', '115752.718000', '115752.720000', '115752.723000', '115752.725000', '115752.728000', '115752.731000', '115752.733000', '115752.736000', '115752.738000', '115752.741000', '115752.744000', '115752.746000', '115752.749000', '115752.751000', '115752.754000', '115752.756000', '115752.759000', '115752.761000', '115752.764000', '115752.767000', '115752.769000', '115752.772000', '115752.775000', '115752.777000', '115752.780000', '115752.783000', '115752.792000', '115752.794000', '115752.797000', '115752.800000', '115752.802000', '115752.805000', '115812.687000', '115812.690000', '115812.693000', '115812.696000', '115812.698000', '115812.701000', '115812.703000', '115812.706000', '115812.709000', '115812.711000', '115812.714000', '115812.716000', '115812.719000', '115812.722000', '115812.725000', '115812.727000', '115812.730000', '115812.733000', '115812.735000', '115812.738000', '115812.740000', '115812.743000', '115812.746000', '115812.748000', '115812.751000', '115812.753000', '115812.756000', '115812.758000', '115812.761000', '115812.764000', '115812.766000', '115812.769000', '115812.771000', '115812.774000', '115812.777000', '115812.779000', '115812.782000', '115812.784000', '115812.787000', '115812.789000', '115812.792000', '115812.795000', '115812.797000', '115812.800000', '115832.687000', '115832.690000', '115832.693000', '115832.696000', '115832.698000', '115832.701000', '115832.704000', '115832.707000', '115832.709000', '115832.712000', '115832.714000', '115832.717000', '115832.720000', '115832.722000', '115832.725000', '115832.727000', '115832.730000', '115832.733000', '115832.735000', '115832.738000', '115832.740000', '115832.743000', '115832.746000', '115832.748000', '115832.751000', '115832.754000', '115832.756000', '115832.759000', '115832.761000', '115832.764000', '115832.767000', '115832.769000', '115832.772000', '115832.775000', '115832.777000', '115832.780000', '115832.782000', '115832.785000', '115832.788000', '115832.790000', '115832.793000', '115832.795000', '115832.798000', '115852.687000', '115852.690000', '115852.693000', '115852.695000', '115852.698000', '115852.701000', '115852.703000', '115852.706000', '115852.709000', '115852.711000', '115852.714000', '115852.716000', '115852.719000', '115852.722000', '115852.724000', '115852.727000', '115852.730000', '115852.732000', '115852.743000', '115852.746000', '115852.749000', '115852.751000', '115852.754000', '115852.756000', '115852.759000', '115852.761000', '115852.764000', '115852.767000', '115852.769000', '115852.772000', '115852.774000', '115852.777000', '115852.780000', '115852.782000', '115852.785000', '115852.787000', '115852.790000', '115852.792000', '115852.795000', '115852.798000', '115852.800000', '115852.803000', '115852.806000', '115852.808000', '115912.688000', '115912.691000', '115912.694000', '115912.697000', '115912.699000', '115912.702000', '115912.704000', '115912.707000', '115912.710000', '115912.713000', '115912.715000', '115912.718000', '115912.720000', '115912.723000', '115912.726000', '115912.728000', '115912.731000', '115912.733000', '115912.736000', '115912.738000', '115912.741000', '115912.744000', '115912.746000', '115912.749000', '115912.751000', '115912.754000', '115912.756000', '115912.759000', '115912.762000', '115912.764000', '115912.767000', '115912.769000', '115912.772000', '115912.775000', '115912.777000', '115912.780000', '115912.782000', '115912.785000', '115912.787000', '115912.790000', '115912.792000', '115912.795000', '115912.798000', '115932.688000', '115932.691000', '115932.694000', '115932.696000', '115932.699000', '115932.702000', '115932.704000', '115932.707000', '115932.710000', '115932.712000', '115932.715000', '115932.717000', '115932.720000', '115932.722000', '115932.725000', '115932.727000', '115932.730000', '115932.733000', '115932.735000', '115932.738000', '115932.740000', '115932.743000', '115932.746000', '115932.748000', '115932.751000', '115932.753000', '115932.756000', '115932.759000', '115932.761000', '115932.764000', '115932.766000', '115932.769000', '115932.771000', '115932.774000', '115932.777000', '115932.779000', '115932.782000', '115932.784000', '115932.787000', '115932.789000', '115932.792000', '115932.794000', '115932.797000', '115932.820000', '115952.688000', '115952.691000', '115952.694000', '115952.697000', '115952.699000', '115952.702000', '115952.704000', '115952.707000', '115952.709000', '115952.712000', '115952.715000', '115952.717000', '115952.720000', '115952.722000', '115952.725000', '115952.727000', '115952.730000', '115952.733000', '115952.735000', '115952.738000', '115952.740000', '115952.743000', '115952.745000', '115952.748000', '115952.751000', '115952.753000', '115952.756000', '115952.758000', '115952.761000', '115952.764000', '115952.766000', '115952.769000', '115952.771000', '115952.774000', '115952.776000', '115952.779000', '115952.782000', '115952.784000', '115952.787000', '115952.789000', '115952.792000', '115952.794000', '115952.797000', '120012.688000', '120012.691000', '120012.694000', '120012.696000', '120012.699000', '120012.702000', '120012.705000', '120012.707000', '120012.710000', '120012.713000', '120012.716000', '120012.719000', '120012.721000', '120012.724000', '120012.727000', '120012.730000', '120012.733000', '120012.736000', '120012.738000', '120012.741000', '120012.743000', '120012.746000', '120012.749000', '120012.751000', '120012.754000', '120012.756000', '120012.759000', '120012.761000', '120012.764000', '120012.767000', '120012.769000', '120012.772000', '120012.774000', '120012.777000', '120012.780000', '120012.782000', '120012.785000', '120012.787000', '120012.790000', '120012.792000', '120012.795000', '120012.798000', '120012.829000', '120032.722000', '120032.725000', '120032.728000', '120032.730000', '120032.733000', '120032.735000', '120032.738000', '120032.740000', '120032.743000', '120032.746000', '120032.748000', '120032.751000', '120032.753000', '120032.756000', '120032.759000', '120032.761000', '120032.764000', '120032.767000', '120032.769000', '120032.772000', '120032.774000', '120032.777000', '120032.779000', '120032.782000', '120032.785000', '120032.787000', '120032.790000', '120032.792000', '120032.795000', '120032.797000', '120032.844000', '120032.846000', '120032.849000', '120032.852000', '120032.854000', '120032.857000', '120032.859000', '120032.862000', '120032.864000', '120032.867000', '120032.870000', '120032.873000', '120032.875000', '120032.878000', '120052.688000', '120052.690000', '120052.693000', '120052.696000', '120052.698000', '120052.701000', '120052.704000', '120052.706000', '120052.709000', '120052.711000', '120052.714000', '120052.717000', '120052.719000', '120052.722000', '120052.724000', '120052.727000', '120052.730000', '120052.732000', '120052.735000', '120052.737000', '120052.740000', '120052.743000', '120052.745000', '120052.748000', '120052.750000', '120052.753000', '120052.755000', '120052.758000', '120052.761000', '120052.763000', '120052.766000', '120052.768000', '120052.771000', '120052.773000', '120052.776000', '120052.779000', '120052.781000', '120052.784000', '120052.786000', '120052.789000', '120052.791000', '120052.794000', '120052.797000', '120052.845000', '120112.687000', '120112.690000', '120112.693000', '120112.696000', '120112.698000', '120112.701000', '120112.704000', '120112.706000', '120112.709000', '120112.711000', '120112.714000', '120112.717000', '120112.719000', '120112.723000', '120112.725000', '120112.728000', '120112.730000', '120112.733000', '120112.736000', '120112.738000', '120112.741000', '120112.743000', '120112.746000', '120112.749000', '120112.751000', '120112.754000', '120112.757000', '120112.759000', '120112.762000', '120112.764000', '120112.767000', '120112.769000', '120112.772000', '120112.775000', '120112.777000', '120112.780000', '120112.782000', '120112.785000', '120112.788000', '120112.790000', '120112.793000', '120112.795000', '120112.798000', '120132.688000', '120132.691000', '120132.694000', '120132.696000', '120132.699000', '120132.702000', '120132.704000', '120132.707000', '120132.710000', '120132.714000', '120132.717000', '120132.719000', '120132.722000', '120132.724000', '120132.727000', '120132.730000', '120132.732000', '120132.735000', '120132.737000', '120132.740000', '120132.743000', '120132.745000', '120132.748000', '120132.750000', '120132.753000', '120132.756000', '120132.758000', '120132.761000', '120132.763000', '120132.766000', '120132.769000', '120132.771000', '120132.774000', '120132.776000', '120132.779000', '120132.782000', '120132.784000', '120132.787000', '120132.789000', '120132.792000', '120132.794000', '120132.797000', '120132.873000', '120152.688000', '120152.691000', '120152.694000', '120152.696000', '120152.699000', '120152.702000', '120152.704000', '120152.707000', '120152.709000', '120152.712000', '120152.715000', '120152.717000', '120152.720000', '120152.722000', '120152.725000', '120152.727000', '120152.730000', '120152.733000', '120152.735000', '120152.738000', '120152.740000', '120152.743000', '120152.745000', '120152.748000', '120152.751000', '120152.762000', '120152.765000', '120152.768000', '120152.770000', '120152.773000', '120152.775000', '120152.778000', '120152.781000', '120152.783000', '120152.786000', '120152.788000', '120152.791000', '120152.793000', '120152.796000', '120152.799000', '120152.846000', '120152.848000', '120152.851000', '120152.853000', '120212.688000', '120212.691000', '120212.694000', '120212.697000', '120212.699000', '120212.702000', '120212.704000', '120212.707000', '120212.710000', '120212.712000', '120212.715000', '120212.717000', '120212.720000', '120212.723000', '120212.725000', '120212.728000', '120212.731000', '120212.733000', '120212.736000', '120212.738000', '120212.741000', '120212.744000', '120212.746000', '120212.749000', '120212.752000', '120212.754000', '120212.757000', '120212.759000', '120212.762000', '120212.765000', '120212.767000', '120212.770000', '120212.773000', '120212.775000', '120212.778000', '120212.780000', '120212.783000', '120212.785000', '120212.788000', '120212.791000', '120212.793000', '120212.796000', '120212.799000', '120232.688000', '120232.693000', '120232.696000', '120232.698000', '120232.701000', '120232.704000', '120232.706000', '120232.709000', '120232.712000', '120232.714000', '120232.717000', '120232.719000', '120232.722000', '120232.724000', '120232.727000', '120232.730000', '120232.732000', '120232.735000', '120232.737000', '120232.740000', '120232.743000', '120232.745000', '120232.748000', '120232.751000', '120232.753000', '120232.756000', '120232.758000', '120232.761000', '120232.763000', '120232.766000', '120232.769000', '120232.771000', '120232.774000', '120232.776000', '120232.779000', '120232.781000', '120232.784000', '120232.787000', '120232.789000', '120232.792000', '120232.794000', '120232.797000', '120232.844000', '120232.846000', '120252.688000', '120252.691000', '120252.693000', '120252.696000', '120252.699000', '120252.701000', '120252.704000', '120252.707000', '120252.709000', '120252.712000', '120252.720000', '120252.722000', '120252.725000', '120252.727000', '120252.730000', '120252.733000', '120252.735000', '120252.738000', '120252.741000', '120252.743000', '120252.746000', '120252.749000', '120252.752000', '120252.755000', '120252.757000', '120252.760000', '120252.763000', '120252.765000', '120252.768000', '120252.770000', '120252.773000', '120252.776000', '120252.778000', '120252.781000', '120252.783000', '120252.786000', '120252.788000', '120252.791000', '120252.794000', '120252.796000', '120252.799000', '120252.846000', '120252.848000', '120312.687000', '120312.690000', '120312.693000', '120312.695000', '120312.698000', '120312.700000', '120312.703000', '120312.706000', '120312.708000', '120312.711000', '120312.714000', '120312.716000', '120312.719000', '120312.722000', '120312.725000', '120312.727000', '120312.730000', '120312.732000', '120312.735000', '120312.738000', '120312.740000', '120312.743000', '120312.746000', '120312.748000', '120312.751000', '120312.753000', '120312.756000', '120312.758000', '120312.761000', '120312.764000', '120312.766000', '120312.769000', '120312.771000', '120312.774000', '120312.777000', '120312.779000', '120312.789000', '120312.791000', '120312.794000', '120312.797000', '120312.799000', '120312.845000', '120312.847000', '120312.850000', '120318.482000', '120318.485000', '120318.488000', '120318.491000', '120318.494000', '120318.497000', '120318.500000', '120318.503000', '120318.506000', '120318.509000', '120318.512000', '120318.514000', '120318.517000'], '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': [12754, 10998, 17322, 10656, 15654, 9844, 14528, 9385, 15698, 10083, 16094, 9692, 11127, 9394, 10280, 8783, 11023, 9191, 10389, 8401, 11187, 8557, 10797, 9241, 10507, 8579, 11579, 8756, 10893, 12577, 9894, 11499, 9211, 14435, 8850, 12782, 11063, 14197, 9959, 10866, 11617, 9197, 15316, 11027, 14818, 9370, 12024, 8557, 10697, 14084, 10329, 14742, 8647, 13391, 9046, 11657, 9933, 10907, 8365, 9933, 9428, 8562, 14184, 10229, 12500, 9051, 9598, 11387, 8415, 13666, 9654, 13067, 9196, 10769, 8051, 10169, 12393, 9282, 13416, 8261, 11937, 8620, 10930, 8575, 10573, 8013, 10077, 8929, 9502, 13668, 10434, 14126, 8643, 12301, 8775, 11384, 8909, 12888, 9361, 9731, 13318, 8224, 13946, 10587, 12931, 8368, 9595, 12404, 8530, 13295, 9995, 12864, 8527, 10586, 8138, 10629, 10770, 9194, 12818, 7893, 11683, 7926, 10319, 12926, 8558, 12282, 8179, 11088, 7790, 8742, 13438, 8689, 12831, 8444, 11170, 7797, 10353, 11427, 8665, 13083, 7951, 11876, 8963, 9318, 14007, 9570, 11334, 8722, 7980, 14458, 8299, 12062, 9139, 11919, 8574, 11551, 8620, 12914, 10542, 12548, 9130, 12675, 9464, 13386, 11303, 16172, 11141, 10634, 15380, 8720, 13804, 10941, 15433, 9518, 9981, 11767, 8526, 13655, 10902, 13371, 8567, 10185, 7708, 9596, 9786, 9253, 11235, 7903, 13427, 7927, 11880, 9618, 11836, 8579, 11281, 8257, 11153, 8694, 13335, 9089, 9366, 9576, 8586, 11946, 9703, 12825, 8999, 12970, 8368, 12533, 8928, 13522, 9294, 9935, 8431, 8328, 11119, 8282, 11601, 9635, 7897, 8316, 8966, 8549, 14423, 9672, 12892, 8600, 11005, 14278, 8777, 14160, 11528, 14170, 9107, 10462, 8898, 8285, 14330, 11372, 13705, 8362, 11436, 7635, 10307, 9923, 9667, 11262, 8124, 13475, 8389, 11549, 9078, 9125, 12264, 7549, 12001, 7666, 10252, 9730, 8450, 12666, 7701, 10146, 12530, 7620, 12434, 8295, 11499, 7611, 9550, 10177, 8055, 15051, 10255, 13161, 8195, 12577, 8607, 12586, 9125, 12866, 8858, 12290, 8211, 12977, 9371, 15934, 10320, 13061, 11075, 9543, 16265, 11921, 14480, 9285, 12581, 9190, 9597, 11935, 9951, 13308, 7951, 12450, 8195, 12094, 8336, 10450, 8311, 9761, 9647, 8527, 10129, 10000, 8516, 9359, 8954, 9839, 9782, 9476, 13823, 10227, 15449, 10018, 14124, 9908, 13359, 10641, 13438, 8723, 12557, 12254, 10644, 12540, 9229, 11017, 13131, 11937, 14895, 10670, 14822, 15825, 13786, 15189, 10344, 15145, 10871, 15627, 13329, 12021, 12398, 9334, 13154, 9942, 15126, 9348, 10295, 10053, 7784, 10082, 8726, 11485, 8684, 11305, 9003, 11903, 8664, 10121, 9603, 7901, 10915, 8307, 12627, 8574, 11228, 9027, 13508, 9743, 11154, 10001, 8061, 12764, 8635, 14958, 9618, 15023, 8149, 12061, 8190, 11449, 9741, 13544, 8396, 11080, 8129, 12412, 12724, 8780, 10918, 8356, 11222, 7993, 13295, 11376, 16258, 9978, 12530, 9233, 13675, 10186, 15743, 13411, 15149, 11593, 14011, 9675, 14041, 8780, 14076, 9585, 12102, 7996, 11313, 8025, 12908, 10436, 14099, 8848, 12459, 8303, 10494, 12250, 8758, 14559, 7642, 12162, 7825, 10342, 7516, 9958, 11864, 9892, 14287, 7931, 11857, 8887, 8574, 14979, 10213, 13155, 8268, 9793, 10405, 7717, 12755, 8720, 11619, 7723, 8688, 8870, 8416, 13442, 10063, 13498, 7882, 11648, 7941, 11435, 8262, 11821, 7643, 10322, 9276, 8218, 14521, 9955, 12735, 8568, 11660, 8165, 11403, 8186, 10773, 9685, 8931, 13492, 8270, 12571, 8781, 14407, 9495, 9855, 9702, 8061, 13820, 9907, 12992, 8450, 12006, 7963, 10573, 8208, 11621, 9452, 14867, 8231, 12921, 7963, 13025, 8921, 13088, 9327, 15126, 12347, 8762, 14166, 8599, 12626, 9941, 12388, 10720, 14587, 8088, 11333, 8059, 12627, 8522, 12636, 11153, 12876, 8459, 11350, 8362, 10030, 13745, 9428, 15029, 10081, 11828, 7926, 8574, 8389, 7653, 12598, 9501, 13422, 7818, 11937, 7883, 10633, 10035, 8274, 14454, 9995, 11660, 7667, 8715, 10062, 8043, 12586, 8972, 10461, 7774, 8180, 11326, 8010, 12650, 8940, 12077, 7451, 8777, 7331, 8148, 10098, 8882, 10997, 8576, 12777, 7754, 12559, 8382, 13287, 14375, 11670, 15033, 8490, 12945, 8162, 12591, 15054, 10876, 14799, 9293, 13002, 9076, 9183, 13960, 10791, 13786, 8264, 10857, 7652, 12119, 8944, 11310, 8946, 13155, 8569, 11478, 7753, 8077, 9427, 12169, 9627, 14853, 10843, 12160, 8308, 9988, 8188, 10586, 12830, 10518, 13859, 9194, 13474, 8651, 12486, 9835, 12252, 8243, 9564, 7760, 8903, 9934, 8116, 13331, 8500, 12125, 7904, 11054, 7744, 11145, 7827, 9410, 7679, 9171, 7565, 11444, 8142, 11205, 8209, 7991, 14332, 7928, 12850, 9694, 9743, 14130, 8144, 12277, 8050, 11381, 7650, 10096, 8549, 7821, 13565, 8240, 13589, 10308, 10500, 8705, 7991, 10215, 9702, 11427, 10309, 8023, 10788, 8223, 11189, 9921, 11956, 11943, 9686, 13796, 9072, 14891, 11466, 15416, 11352, 14652, 10589, 12701, 10862, 16253, 11722, 12936, 8515, 10639, 8876, 10183, 14762, 11190, 16586, 8768, 12489, 8072, 11364, 9480, 9059, 12423, 7587, 12459, 8089, 11724, 7957, 11240, 7837, 9292, 7990, 11842, 8194, 11513, 8903, 8644, 11625, 8036, 13396, 9558, 13726, 8524, 11253, 8526, 8642, 14482, 9875, 12818, 8352, 11018, 8107, 8340, 14305, 9884, 12501, 7872, 10707, 8125, 7935, 12307, 7924, 12763, 8200, 11621, 8117, 8756, 15449, 9063, 12037, 7903, 8844, 12822, 7903, 12457, 9634, 12646, 8095, 10666, 8295, 8542, 13932, 8918, 12114, 10161, 7654, 12535, 8122, 11686, 8705, 8391, 9333, 7857, 13205, 7821, 11974, 9701, 8567, 12721, 8060, 9113, 11653, 8292, 14702, 9916, 13225, 8148, 13040, 7947, 12906, 9991, 13155, 9295, 12797, 8902, 14044, 10984, 15167, 10794, 13981, 9443, 12554, 8853, 14615, 9182, 9806, 8453, 11398, 8217, 11813, 14939, 16479, 17278, 17450, 14191, 15745, 10568, 9627, 16441, 14336, 12490, 15850, 13851, 14335, 13200, 9676, 14739, 9864, 16686, 9286, 14175, 8719, 12552, 8541, 13772, 8735, 11627, 9050, 10691, 8676, 9220, 8464, 10782, 7709, 9157, 8349, 10663, 8957, 11455, 8675, 10936, 8487, 11313, 12608, 8984, 15061, 8719, 11496, 8273, 10770, 14126, 8667], 'WindowCenter': [4557.0, 4505.0, 4545.0, 4478.0, 4516.0, 4462.0, 4493.0, 4440.0, 4517.0, 4461.0, 4497.0, 4451.0, 4460.0, 4439.0, 4458.0, 4444.0, 4470.0, 4466.0, 4474.0, 4458.0, 4497.0, 4482.0, 4501.0, 4496.0, 4505.0, 4486.0, 4501.0, 4474.0, 4503.0, 4524.0, 4494.0, 4513.0, 4480.0, 4532.0, 4483.0, 4524.0, 4502.0, 4522.0, 4480.0, 4488.0, 4498.0, 4481.0, 4531.0, 4503.0, 4516.0, 4478.0, 4498.0, 4461.0, 4490.0, 4508.0, 4480.0, 4516.0, 4458.0, 4511.0, 4458.0, 4485.0, 4482.0, 4474.0, 4454.0, 4475.0, 4466.0, 4465.0, 4507.0, 4477.0, 4484.0, 4453.0, 4462.0, 4475.0, 4444.0, 4495.0, 4466.0, 4495.0, 4454.0, 4473.0, 4447.0, 4475.0, 4498.0, 4469.0, 4493.0, 4445.0, 4484.0, 4456.0, 4476.0, 4457.0, 4474.0, 4445.0, 4478.0, 4455.0, 4475.0, 4507.0, 4487.0, 4505.0, 4458.0, 4486.0, 4455.0, 4486.0, 4456.0, 4498.0, 4453.0, 4466.0, 4498.0, 4446.0, 4493.0, 4476.0, 4482.0, 4432.0, 4452.0, 4469.0, 4441.0, 4480.0, 4464.0, 4482.0, 4443.0, 4461.0, 4432.0, 4475.0, 4474.0, 4453.0, 4495.0, 4443.0, 4482.0, 4442.0, 4462.0, 4493.0, 4442.0, 4484.0, 4446.0, 4476.0, 4432.0, 4454.0, 4496.0, 4457.0, 4496.0, 4456.0, 4485.0, 4452.0, 4477.0, 4489.0, 4461.0, 4506.0, 4448.0, 4501.0, 4470.0, 4467.0, 4508.0, 4468.0, 4475.0, 4445.0, 4444.0, 4503.0, 4449.0, 4496.0, 4478.0, 4497.0, 4468.0, 4497.0, 4469.0, 4510.0, 4504.0, 4511.0, 4479.0, 4508.0, 4468.0, 4513.0, 4487.0, 4529.0, 4473.0, 4463.0, 4501.0, 4440.0, 4498.0, 4462.0, 4501.0, 4444.0, 4448.0, 4457.0, 4429.0, 4480.0, 4459.0, 4483.0, 4426.0, 4445.0, 4406.0, 4438.0, 4449.0, 4450.0, 4459.0, 4432.0, 4493.0, 4437.0, 4473.0, 4465.0, 4473.0, 4442.0, 4473.0, 4442.0, 4472.0, 4446.0, 4495.0, 4440.0, 4453.0, 4452.0, 4447.0, 4474.0, 4467.0, 4483.0, 4448.0, 4484.0, 4435.0, 4484.0, 4444.0, 4494.0, 4442.0, 4450.0, 4428.0, 4427.0, 4460.0, 4434.0, 4486.0, 4471.0, 4445.0, 4458.0, 4465.0, 4468.0, 4517.0, 4480.0, 4510.0, 4458.0, 4491.0, 4505.0, 4444.0, 4495.0, 4480.0, 4499.0, 4441.0, 4461.0, 4444.0, 4431.0, 4492.0, 4486.0, 4490.0, 4430.0, 4470.0, 4418.0, 4464.0, 4453.0, 4464.0, 4470.0, 4430.0, 4481.0, 4430.0, 4471.0, 4439.0, 4452.0, 4471.0, 4419.0, 4468.0, 4431.0, 4465.0, 4449.0, 4442.0, 4483.0, 4421.0, 4464.0, 4480.0, 4434.0, 4484.0, 4443.0, 4485.0, 4435.0, 4478.0, 4479.0, 4460.0, 4530.0, 4504.0, 4507.0, 4461.0, 4509.0, 4468.0, 4510.0, 4493.0, 4526.0, 4471.0, 4498.0, 4456.0, 4495.0, 4470.0, 4529.0, 4467.0, 4501.0, 4474.0, 4457.0, 4516.0, 4474.0, 4494.0, 4443.0, 4469.0, 4437.0, 4439.0, 4458.0, 4450.0, 4477.0, 4417.0, 4470.0, 4430.0, 4482.0, 4445.0, 4475.0, 4445.0, 4480.0, 4454.0, 4431.0, 4451.0, 4445.0, 4431.0, 4453.0, 4454.0, 4467.0, 4467.0, 4464.0, 4498.0, 4464.0, 4505.0, 4483.0, 4505.0, 4476.0, 4508.0, 4482.0, 4495.0, 4432.0, 4474.0, 4483.0, 4451.0, 4473.0, 4456.0, 4476.0, 4502.0, 4479.0, 4485.0, 4480.0, 4509.0, 4522.0, 4521.0, 4521.0, 4483.0, 4504.0, 4459.0, 4487.0, 4467.0, 4461.0, 4456.0, 4425.0, 4452.0, 4434.0, 4463.0, 4411.0, 4422.0, 4415.0, 4378.0, 4419.0, 4403.0, 4434.0, 4411.0, 4443.0, 4424.0, 4467.0, 4445.0, 4458.0, 4464.0, 4429.0, 4468.0, 4440.0, 4481.0, 4442.0, 4471.0, 4454.0, 4494.0, 4452.0, 4476.0, 4465.0, 4442.0, 4494.0, 4457.0, 4517.0, 4464.0, 4515.0, 4446.0, 4483.0, 4458.0, 4503.0, 4483.0, 4508.0, 4459.0, 4501.0, 4463.0, 4515.0, 4503.0, 4473.0, 4495.0, 4472.0, 4503.0, 4460.0, 4521.0, 4512.0, 4543.0, 4478.0, 4498.0, 4471.0, 4511.0, 4479.0, 4532.0, 4510.0, 4517.0, 4490.0, 4504.0, 4465.0, 4503.0, 4448.0, 4506.0, 4463.0, 4485.0, 4446.0, 4487.0, 4461.0, 4497.0, 4477.0, 4507.0, 4454.0, 4484.0, 4433.0, 4464.0, 4481.0, 4442.0, 4498.0, 4421.0, 4472.0, 4433.0, 4463.0, 4424.0, 4476.0, 4484.0, 4479.0, 4506.0, 4435.0, 4485.0, 4443.0, 4446.0, 4509.0, 4477.0, 4495.0, 4433.0, 4453.0, 4462.0, 4420.0, 4482.0, 4454.0, 4472.0, 4435.0, 4443.0, 4454.0, 4456.0, 4507.0, 4479.0, 4508.0, 4448.0, 4489.0, 4446.0, 4488.0, 4459.0, 4501.0, 4448.0, 4476.0, 4469.0, 4446.0, 4510.0, 4478.0, 4497.0, 4443.0, 4474.0, 4434.0, 4475.0, 4448.0, 4475.0, 4453.0, 4454.0, 4494.0, 4446.0, 4484.0, 4443.0, 4507.0, 4451.0, 4463.0, 4455.0, 4434.0, 4495.0, 4463.0, 4494.0, 4446.0, 4483.0, 4443.0, 4476.0, 4471.0, 4487.0, 4479.0, 4506.0, 4447.0, 4507.0, 4451.0, 4498.0, 4456.0, 4496.0, 4455.0, 4508.0, 4496.0, 4459.0, 4492.0, 4446.0, 4497.0, 4469.0, 4501.0, 4475.0, 4502.0, 4432.0, 4474.0, 4432.0, 4481.0, 4449.0, 4485.0, 4475.0, 4482.0, 4434.0, 4462.0, 4430.0, 4454.0, 4479.0, 4440.0, 4480.0, 4437.0, 4456.0, 4407.0, 4429.0, 4417.0, 4419.0, 4467.0, 4450.0, 4490.0, 4421.0, 4471.0, 4429.0, 4461.0, 4453.0, 4432.0, 4497.0, 4452.0, 4472.0, 4419.0, 4429.0, 4438.0, 4430.0, 4482.0, 4453.0, 4464.0, 4421.0, 4443.0, 4472.0, 4435.0, 4495.0, 4458.0, 4499.0, 4433.0, 4456.0, 4439.0, 4448.0, 4502.0, 4484.0, 4513.0, 4484.0, 4526.0, 4463.0, 4512.0, 4476.0, 4537.0, 4533.0, 4506.0, 4518.0, 4462.0, 4499.0, 4458.0, 4497.0, 4509.0, 4490.0, 4507.0, 4457.0, 4494.0, 4443.0, 4454.0, 4494.0, 4479.0, 4493.0, 4435.0, 4460.0, 4423.0, 4497.0, 4456.0, 4492.0, 4460.0, 4498.0, 4459.0, 4492.0, 4448.0, 4449.0, 4470.0, 4488.0, 4455.0, 4509.0, 4465.0, 4479.0, 4436.0, 4451.0, 4433.0, 4456.0, 4477.0, 4452.0, 4480.0, 4444.0, 4479.0, 4434.0, 4476.0, 4450.0, 4464.0, 4423.0, 4436.0, 4407.0, 4429.0, 4455.0, 4421.0, 4481.0, 4434.0, 4470.0, 4419.0, 4453.0, 4421.0, 4474.0, 4434.0, 4442.0, 4433.0, 4454.0, 4435.0, 4488.0, 4446.0, 4487.0, 4443.0, 4448.0, 4503.0, 4434.0, 4499.0, 4464.0, 4470.0, 4494.0, 4439.0, 4485.0, 4436.0, 4490.0, 4435.0, 4479.0, 4455.0, 4449.0, 4510.0, 4460.0, 4510.0, 4491.0, 4491.0, 4458.0, 4466.0, 4490.0, 4482.0, 4501.0, 4496.0, 4460.0, 4498.0, 4475.0, 4499.0, 4492.0, 4516.0, 4502.0, 4482.0, 4510.0, 4470.0, 4518.0, 4489.0, 4520.0, 4486.0, 4510.0, 4467.0, 4482.0, 4466.0, 4518.0, 4475.0, 4475.0, 4431.0, 4448.0, 4431.0, 4448.0, 4479.0, 4460.0, 4491.0, 4415.0, 4459.0, 4417.0, 4457.0, 4429.0, 4425.0, 4452.0, 4404.0, 4454.0, 4417.0, 4470.0, 4434.0, 4470.0, 4419.0, 4451.0, 4437.0, 4486.0, 4447.0, 4500.0, 4455.0, 4445.0, 4476.0, 4436.0, 4499.0, 4457.0, 4498.0, 4444.0, 4475.0, 4430.0, 4446.0, 4509.0, 4466.0, 4482.0, 4430.0, 4465.0, 4421.0, 4436.0, 4496.0, 4466.0, 4472.0, 4422.0, 4451.0, 4420.0, 4430.0, 4483.0, 4438.0, 4499.0, 4443.0, 4476.0, 4438.0, 4456.0, 4518.0, 4457.0, 4501.0, 4435.0, 4460.0, 4485.0, 4446.0, 4498.0, 4469.0, 4496.0, 4436.0, 4474.0, 4442.0, 4459.0, 4512.0, 4444.0, 4485.0, 4453.0, 4422.0, 4475.0, 4433.0, 4473.0, 4443.0, 4445.0, 4454.0, 4438.0, 4485.0, 4437.0, 4501.0, 4469.0, 4460.0, 4488.0, 4433.0, 4444.0, 4488.0, 4448.0, 4523.0, 4481.0, 4508.0, 4452.0, 4498.0, 4451.0, 4509.0, 4492.0, 4512.0, 4484.0, 4511.0, 4468.0, 4519.0, 4493.0, 4522.0, 4481.0, 4498.0, 4454.0, 4498.0, 4455.0, 4506.0, 4443.0, 4455.0, 4420.0, 4458.0, 4428.0, 4468.0, 4516.0, 4550.0, 4561.0, 4587.0, 4554.0, 4554.0, 4501.0, 4477.0, 4518.0, 4496.0, 4486.0, 4507.0, 4484.0, 4493.0, 4469.0, 4439.0, 4476.0, 4424.0, 4470.0, 4410.0, 4449.0, 4402.0, 4443.0, 4412.0, 4462.0, 4410.0, 4444.0, 4423.0, 4444.0, 4412.0, 4421.0, 4416.0, 4456.0, 4420.0, 4448.0, 4457.0, 4475.0, 4465.0, 4483.0, 4452.0, 4478.0, 4455.0, 4488.0, 4507.0, 4471.0, 4518.0, 4456.0, 4486.0, 4456.0, 4485.0, 4504.0, 4471.0], 'WindowWidth': [10009.0, 9915.0, 9965.0, 9862.0, 9909.0, 9827.0, 9867.0, 9795.0, 9909.0, 9821.0, 9868.0, 9806.0, 9817.0, 9790.0, 9815.0, 9805.0, 9838.0, 9836.0, 9848.0, 9833.0, 9885.0, 9873.0, 9899.0, 9896.0, 9904.0, 9879.0, 9896.0, 9862.0, 9900.0, 9930.0, 9890.0, 9910.0, 9867.0, 9942.0, 9875.0, 9932.0, 9901.0, 9924.0, 9863.0, 9873.0, 9883.0, 9865.0, 9936.0, 9898.0, 9912.0, 9858.0, 9884.0, 9834.0, 9877.0, 9896.0, 9859.0, 9907.0, 9830.0, 9903.0, 9829.0, 9864.0, 9863.0, 9847.0, 9824.0, 9851.0, 9837.0, 9839.0, 9899.0, 9857.0, 9861.0, 9818.0, 9826.0, 9845.0, 9804.0, 9877.0, 9837.0, 9875.0, 9819.0, 9843.0, 9810.0, 9849.0, 9883.0, 9845.0, 9872.0, 9808.0, 9861.0, 9823.0, 9852.0, 9826.0, 9846.0, 9812.0, 9855.0, 9823.0, 9852.0, 9895.0, 9870.0, 9894.0, 9829.0, 9866.0, 9822.0, 9865.0, 9825.0, 9880.0, 9818.0, 9835.0, 9877.0, 9808.0, 9875.0, 9850.0, 9854.0, 9785.0, 9810.0, 9828.0, 9795.0, 9851.0, 9832.0, 9852.0, 9801.0, 9824.0, 9787.0, 9848.0, 9844.0, 9815.0, 9874.0, 9802.0, 9853.0, 9799.0, 9828.0, 9869.0, 9799.0, 9860.0, 9807.0, 9847.0, 9785.0, 9820.0, 9876.0, 9827.0, 9878.0, 9826.0, 9862.0, 9823.0, 9857.0, 9872.0, 9837.0, 9896.0, 9817.0, 9890.0, 9848.0, 9842.0, 9902.0, 9841.0, 9846.0, 9805.0, 9804.0, 9887.0, 9816.0, 9883.0, 9859.0, 9883.0, 9847.0, 9883.0, 9850.0, 9905.0, 9906.0, 9908.0, 9864.0, 9901.0, 9843.0, 9912.0, 9868.0, 9935.0, 9843.0, 9830.0, 9879.0, 9792.0, 9880.0, 9825.0, 9879.0, 9797.0, 9799.0, 9810.0, 9774.0, 9847.0, 9816.0, 9850.0, 9767.0, 9792.0, 9740.0, 9786.0, 9800.0, 9807.0, 9816.0, 9783.0, 9868.0, 9794.0, 9841.0, 9836.0, 9842.0, 9800.0, 9841.0, 9799.0, 9840.0, 9807.0, 9877.0, 9794.0, 9812.0, 9808.0, 9806.0, 9843.0, 9838.0, 9854.0, 9809.0, 9856.0, 9788.0, 9858.0, 9802.0, 9873.0, 9795.0, 9806.0, 9774.0, 9771.0, 9817.0, 9788.0, 9861.0, 9847.0, 9808.0, 9828.0, 9837.0, 9846.0, 9911.0, 9865.0, 9907.0, 9829.0, 9874.0, 9887.0, 9804.0, 9879.0, 9857.0, 9883.0, 9795.0, 9821.0, 9798.0, 9781.0, 9865.0, 9861.0, 9864.0, 9779.0, 9831.0, 9761.0, 9828.0, 9812.0, 9830.0, 9832.0, 9778.0, 9849.0, 9778.0, 9838.0, 9789.0, 9811.0, 9831.0, 9759.0, 9827.0, 9784.0, 9832.0, 9803.0, 9801.0, 9855.0, 9768.0, 9828.0, 9845.0, 9788.0, 9857.0, 9804.0, 9864.0, 9794.0, 9857.0, 9857.0, 9838.0, 9932.0, 9904.0, 9899.0, 9838.0, 9900.0, 9844.0, 9906.0, 9888.0, 9935.0, 9852.0, 9884.0, 9825.0, 9878.0, 9846.0, 9932.0, 9836.0, 9888.0, 9844.0, 9821.0, 9911.0, 9844.0, 9876.0, 9796.0, 9830.0, 9783.0, 9788.0, 9811.0, 9806.0, 9839.0, 9757.0, 9832.0, 9777.0, 9853.0, 9805.0, 9846.0, 9809.0, 9863.0, 9813.0, 9778.0, 9801.0, 9798.0, 9779.0, 9811.0, 9816.0, 9835.0, 9837.0, 9831.0, 9883.0, 9827.0, 9892.0, 9866.0, 9895.0, 9854.0, 9900.0, 9860.0, 9870.0, 9782.0, 9837.0, 9853.0, 9802.0, 9833.0, 9818.0, 9845.0, 9886.0, 9850.0, 9854.0, 9861.0, 9901.0, 9926.0, 9920.0, 9922.0, 9866.0, 9887.0, 9818.0, 9849.0, 9822.0, 9813.0, 9804.0, 9762.0, 9797.0, 9772.0, 9810.0, 9736.0, 9750.0, 9735.0, 9686.0, 9742.0, 9726.0, 9767.0, 9739.0, 9784.0, 9763.0, 9828.0, 9804.0, 9813.0, 9831.0, 9778.0, 9830.0, 9793.0, 9849.0, 9800.0, 9838.0, 9818.0, 9876.0, 9812.0, 9849.0, 9834.0, 9800.0, 9873.0, 9827.0, 9908.0, 9831.0, 9906.0, 9809.0, 9857.0, 9832.0, 9895.0, 9869.0, 9898.0, 9835.0, 9895.0, 9846.0, 9913.0, 9893.0, 9852.0, 9886.0, 9855.0, 9896.0, 9838.0, 9920.0, 9910.0, 9952.0, 9858.0, 9885.0, 9847.0, 9899.0, 9855.0, 9940.0, 9903.0, 9908.0, 9870.0, 9887.0, 9833.0, 9883.0, 9810.0, 9890.0, 9827.0, 9860.0, 9808.0, 9865.0, 9837.0, 9880.0, 9854.0, 9894.0, 9818.0, 9859.0, 9786.0, 9828.0, 9849.0, 9797.0, 9879.0, 9768.0, 9836.0, 9786.0, 9826.0, 9776.0, 9851.0, 9860.0, 9857.0, 9893.0, 9793.0, 9860.0, 9799.0, 9807.0, 9902.0, 9851.0, 9873.0, 9784.0, 9810.0, 9823.0, 9766.0, 9853.0, 9818.0, 9840.0, 9792.0, 9801.0, 9817.0, 9824.0, 9896.0, 9860.0, 9899.0, 9818.0, 9870.0, 9811.0, 9870.0, 9834.0, 9892.0, 9814.0, 9852.0, 9843.0, 9810.0, 9901.0, 9854.0, 9884.0, 9802.0, 9844.0, 9789.0, 9847.0, 9812.0, 9850.0, 9813.0, 9816.0, 9872.0, 9805.0, 9858.0, 9801.0, 9896.0, 9809.0, 9826.0, 9816.0, 9788.0, 9872.0, 9827.0, 9876.0, 9807.0, 9856.0, 9803.0, 9851.0, 9854.0, 9868.0, 9860.0, 9893.0, 9811.0, 9894.0, 9821.0, 9880.0, 9821.0, 9879.0, 9821.0, 9894.0, 9876.0, 9828.0, 9868.0, 9806.0, 9884.0, 9842.0, 9890.0, 9846.0, 9880.0, 9786.0, 9840.0, 9786.0, 9850.0, 9814.0, 9860.0, 9845.0, 9853.0, 9789.0, 9824.0, 9776.0, 9811.0, 9840.0, 9789.0, 9853.0, 9779.0, 9804.0, 9740.0, 9771.0, 9754.0, 9760.0, 9823.0, 9805.0, 9859.0, 9768.0, 9834.0, 9778.0, 9821.0, 9810.0, 9783.0, 9881.0, 9806.0, 9836.0, 9760.0, 9773.0, 9783.0, 9780.0, 9851.0, 9816.0, 9829.0, 9771.0, 9799.0, 9836.0, 9794.0, 9873.0, 9826.0, 9885.0, 9791.0, 9823.0, 9805.0, 9817.0, 9899.0, 9877.0, 9917.0, 9877.0, 9935.0, 9847.0, 9911.0, 9865.0, 9956.0, 9941.0, 9904.0, 9914.0, 9837.0, 9889.0, 9829.0, 9884.0, 9899.0, 9873.0, 9897.0, 9822.0, 9870.0, 9798.0, 9817.0, 9871.0, 9853.0, 9870.0, 9789.0, 9818.0, 9773.0, 9879.0, 9820.0, 9877.0, 9829.0, 9880.0, 9826.0, 9874.0, 9815.0, 9817.0, 9843.0, 9867.0, 9818.0, 9903.0, 9829.0, 9851.0, 9789.0, 9803.0, 9782.0, 9814.0, 9844.0, 9806.0, 9846.0, 9798.0, 9844.0, 9782.0, 9844.0, 9802.0, 9824.0, 9765.0, 9778.0, 9741.0, 9771.0, 9814.0, 9765.0, 9845.0, 9782.0, 9831.0, 9759.0, 9804.0, 9767.0, 9840.0, 9788.0, 9796.0, 9786.0, 9813.0, 9793.0, 9867.0, 9810.0, 9865.0, 9801.0, 9810.0, 9882.0, 9789.0, 9884.0, 9830.0, 9844.0, 9871.0, 9796.0, 9858.0, 9796.0, 9870.0, 9792.0, 9859.0, 9821.0, 9816.0, 9900.0, 9833.0, 9904.0, 9877.0, 9879.0, 9827.0, 9846.0, 9875.0, 9865.0, 9892.0, 9889.0, 9835.0, 9887.0, 9863.0, 9891.0, 9882.0, 9919.0, 9895.0, 9865.0, 9902.0, 9847.0, 9914.0, 9873.0, 9924.0, 9864.0, 9901.0, 9834.0, 9857.0, 9833.0, 9915.0, 9841.0, 9840.0, 9777.0, 9796.0, 9778.0, 9798.0, 9841.0, 9816.0, 9859.0, 9746.0, 9808.0, 9755.0, 9808.0, 9769.0, 9762.0, 9795.0, 9733.0, 9799.0, 9757.0, 9830.0, 9790.0, 9832.0, 9765.0, 9808.0, 9794.0, 9860.0, 9811.0, 9889.0, 9819.0, 9805.0, 9845.0, 9794.0, 9884.0, 9821.0, 9885.0, 9800.0, 9843.0, 9777.0, 9806.0, 9895.0, 9834.0, 9855.0, 9777.0, 9826.0, 9764.0, 9791.0, 9873.0, 9831.0, 9837.0, 9766.0, 9804.0, 9761.0, 9779.0, 9852.0, 9796.0, 9883.0, 9800.0, 9846.0, 9797.0, 9823.0, 9910.0, 9824.0, 9891.0, 9789.0, 9828.0, 9858.0, 9808.0, 9883.0, 9844.0, 9879.0, 9794.0, 9845.0, 9798.0, 9830.0, 9906.0, 9803.0, 9861.0, 9810.0, 9767.0, 9841.0, 9787.0, 9839.0, 9800.0, 9803.0, 9813.0, 9796.0, 9858.0, 9797.0, 9889.0, 9839.0, 9834.0, 9867.0, 9786.0, 9802.0, 9866.0, 9814.0, 9924.0, 9864.0, 9895.0, 9824.0, 9881.0, 9823.0, 9900.0, 9882.0, 9905.0, 9874.0, 9903.0, 9843.0, 9917.0, 9881.0, 9925.0, 9858.0, 9881.0, 9814.0, 9883.0, 9821.0, 9888.0, 9798.0, 9811.0, 9759.0, 9808.0, 9770.0, 9828.0, 9909.0, 9969.0, 9996.0, 10044.0, 9993.0, 9986.0, 9894.0, 9857.0, 9916.0, 9880.0, 9863.0, 9900.0, 9860.0, 9866.0, 9833.0, 9786.0, 9834.0, 9759.0, 9818.0, 9734.0, 9785.0, 9725.0, 9780.0, 9740.0, 9808.0, 9740.0, 9786.0, 9758.0, 9786.0, 9743.0, 9755.0, 9752.0, 9808.0, 9764.0, 9805.0, 9830.0, 9850.0, 9837.0, 9857.0, 9816.0, 9855.0, 9819.0, 9870.0, 9896.0, 9852.0, 9915.0, 9826.0, 9867.0, 9825.0, 9865.0, 9890.0, 9853.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.004153153669724771</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03669875275229358</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.72713778779563</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.3070153358897822</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0414116051549955</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5067</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4032.4771</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.12895037612531154</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>97</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>11.123853211009175</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4590964984155264</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3448905804570885</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.675387845304692</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.357011069484798</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.015702</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.022174730896949768</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.05411136522889137</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.188961980415036</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.8152</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>58.8773</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>235.438</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>295105.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>1124.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>422.5537</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9085</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>558.5349</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3682.3724</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3847.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>81439.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1476.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4761.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>918.3603</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>32.20767735061236</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> |