=== 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-0062 --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-0062",
"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-0062_ses-04_task-social_acq-mb8_run-03_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-0062_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0062_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-0062/figures/sub-0062_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-04_subject-0062_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-0062/figures/sub-0062_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-04_subject-0062_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-0062/figures/sub-0062_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-04_subject-0062_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-0062/figures/sub-0062_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0062_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-0062/figures/sub-0062_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0062_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-0062/figures/sub-0062_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-04_subject-0062_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-0062/figures/sub-0062_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0062/figures/sub-0062_ses-04_task-social_acq-mb8_run-03_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-0062/figures/sub-0062_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-04_task-social_acq-mb8_run-03_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-0062/ses-04/func/sub-0062_ses-04_task-social_acq-mb8_run-03_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>aa0d32b2028ad4aa8b0076d02fe3cea2</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>09:26:29.462500</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.999596, -0.00558033, 0.0278592, 0.00314033, 0.996215, 0.0868706]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-03_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.106562</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-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4153, -7743, -7283, 517, -13, -86, 57, 69]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>272.702</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>b0d71e5b-0201-4565-a1fc-1a327f742011||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.6818437576293945, 0.008425286039710045, 0.07624388486146927, 111.5133285522461], [0.014971623197197914, 2.6727709770202637, 0.23421970009803772, -96.98233795166016], [0.07474410533905029, -0.23306746780872345, 2.6887409687042236, -52.44034957885742], [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': ['092629.462500', '092629.922500', '092630.382500', '092630.842500', '092631.302500', '092631.762500', '092632.222500', '092632.682500', '092633.142500', '092633.602500', '092634.062500', '092634.522500', '092634.982500', '092635.442500', '092635.902500', '092636.362500', '092636.822500', '092637.282500', '092637.742500', '092638.202500', '092638.662500', '092639.122500', '092639.582500', '092640.042500', '092640.502500', '092640.962500', '092641.422500', '092641.882500', '092642.342500', '092642.802500', '092643.262500', '092643.722500', '092644.182500', '092644.642500', '092645.102500', '092645.562500', '092646.022500', '092646.482500', '092646.942500', '092647.402500', '092647.862500', '092648.322500', '092648.782500', '092649.242500', '092649.702500', '092650.162500', '092650.622500', '092651.082500', '092651.542500', '092652.002500', '092652.462500', '092652.922500', '092653.382500', '092653.842500', '092654.302500', '092654.762500', '092655.222500', '092655.682500', '092656.142500', '092656.602500', '092657.062500', '092657.522500', '092657.982500', '092658.442500', '092658.902500', '092659.362500', '092659.822500', '092700.282500', '092700.742500', '092701.202500', '092701.662500', '092702.122500', '092702.582500', '092703.042500', '092703.502500', '092703.962500', '092704.422500', '092704.882500', '092705.342500', '092705.802500', '092706.262500', '092706.722500', '092707.182500', '092707.642500', '092708.102500', '092708.562500', '092709.022500', '092709.482500', '092709.942500', '092710.402500', '092710.862500', '092711.322500', '092711.782500', '092712.242500', '092712.702500', '092713.162500', '092713.622500', '092714.082500', '092714.542500', '092715.002500', '092715.462500', '092715.922500', '092716.382500', '092716.842500', '092717.302500', '092717.762500', '092718.222500', '092718.682500', '092719.142500', '092719.602500', '092720.062500', '092720.522500', '092720.982500', '092721.442500', '092721.902500', '092722.362500', '092722.822500', '092723.282500', '092723.742500', '092724.202500', '092724.662500', '092725.122500', '092725.582500', '092726.042500', '092726.502500', '092726.962500', '092727.422500', '092727.882500', '092728.342500', '092728.802500', '092729.262500', '092729.722500', '092730.182500', '092730.642500', '092731.102500', '092731.562500', '092732.022500', '092732.482500', '092732.942500', '092733.402500', '092733.862500', '092734.322500', '092734.782500', '092735.242500', '092735.702500', '092736.162500', '092736.622500', '092737.082500', '092737.542500', '092738.002500', '092738.462500', '092738.922500', '092739.382500', '092739.842500', '092740.302500', '092740.762500', '092741.222500', '092741.682500', '092742.142500', '092742.602500', '092743.062500', '092743.522500', '092743.982500', '092744.442500', '092744.902500', '092745.362500', '092745.822500', '092746.282500', '092746.742500', '092747.202500', '092747.662500', '092748.122500', '092748.582500', '092749.042500', '092749.502500', '092749.962500', '092750.422500', '092750.882500', '092751.342500', '092751.802500', '092752.262500', '092752.722500', '092753.182500', '092753.642500', '092754.102500', '092754.562500', '092755.022500', '092755.482500', '092755.942500', '092756.402500', '092756.862500', '092757.322500', '092757.782500', '092758.242500', '092758.702500', '092759.162500', '092759.622500', '092800.082500', '092800.542500', '092801.002500', '092801.462500', '092801.922500', '092802.382500', '092802.842500', '092803.302500', '092803.762500', '092804.222500', '092804.682500', '092805.142500', '092805.602500', '092806.062500', '092806.522500', '092806.982500', '092807.442500', '092807.902500', '092808.362500', '092808.822500', '092809.282500', '092809.742500', '092810.202500', '092810.662500', '092811.122500', '092811.582500', '092812.042500', '092812.502500', '092812.962500', '092813.422500', '092813.882500', '092814.342500', '092814.802500', '092815.262500', '092815.722500', '092816.182500', '092816.642500', '092817.102500', '092817.562500', '092818.022500', '092818.482500', '092818.942500', '092819.402500', '092819.862500', '092820.322500', '092820.782500', '092821.242500', '092821.702500', '092822.162500', '092822.622500', '092823.082500', '092823.542500', '092824.002500', '092824.462500', '092824.922500', '092825.382500', '092825.842500', '092826.302500', '092826.762500', '092827.222500', '092827.682500', '092828.142500', '092828.602500', '092829.062500', '092829.522500', '092829.982500', '092830.442500', '092830.902500', '092831.362500', '092831.822500', '092832.282500', '092832.742500', '092833.202500', '092833.662500', '092834.122500', '092834.582500', '092835.042500', '092835.502500', '092835.962500', '092836.422500', '092836.882500', '092837.342500', '092837.802500', '092838.262500', '092838.722500', '092839.182500', '092839.642500', '092840.102500', '092840.562500', '092841.022500', '092841.482500', '092841.942500', '092842.402500', '092842.862500', '092843.322500', '092843.782500', '092844.242500', '092844.702500', '092845.162500', '092845.622500', '092846.082500', '092846.542500', '092847.002500', '092847.462500', '092847.922500', '092848.382500', '092848.842500', '092849.302500', '092849.762500', '092850.222500', '092850.682500', '092851.142500', '092851.602500', '092852.062500', '092852.522500', '092852.982500', '092853.442500', '092853.902500', '092854.362500', '092854.822500', '092855.282500', '092855.742500', '092856.202500', '092856.662500', '092857.122500', '092857.582500', '092858.042500', '092858.502500', '092858.962500', '092859.422500', '092859.882500', '092900.342500', '092900.802500', '092901.262500', '092901.722500', '092902.182500', '092902.642500', '092903.102500', '092903.562500', '092904.022500', '092904.482500', '092904.942500', '092905.402500', '092905.862500', '092906.322500', '092906.782500', '092907.242500', '092907.702500', '092908.162500', '092908.622500', '092909.082500', '092909.542500', '092910.002500', '092910.462500', '092910.922500', '092911.382500', '092911.842500', '092912.302500', '092912.762500', '092913.222500', '092913.682500', '092914.142500', '092914.602500', '092915.062500', '092915.522500', '092915.982500', '092916.442500', '092916.902500', '092917.362500', '092917.822500', '092918.282500', '092918.742500', '092919.202500', '092919.662500', '092920.122500', '092920.582500', '092921.042500', '092921.502500', '092921.962500', '092922.422500', '092922.882500', '092923.342500', '092923.802500', '092924.262500', '092924.722500', '092925.182500', '092925.642500', '092926.102500', '092926.562500', '092927.022500', '092927.482500', '092927.942500', '092928.402500', '092928.862500', '092929.322500', '092929.782500', '092930.242500', '092930.702500', '092931.162500', '092931.622500', '092932.082500', '092932.542500', '092933.002500', '092933.462500', '092933.922500', '092934.382500', '092934.842500', '092935.302500', '092935.762500', '092936.222500', '092936.682500', '092937.142500', '092937.602500', '092938.062500', '092938.522500', '092938.982500', '092939.442500', '092939.902500', '092940.362500', '092940.822500', '092941.282500', '092941.742500', '092942.202500', '092942.662500', '092943.122500', '092943.582500', '092944.042500', '092944.502500', '092944.962500', '092945.422500', '092945.882500', '092946.342500', '092946.802500', '092947.262500', '092947.722500', '092948.182500', '092948.642500', '092949.102500', '092949.562500', '092950.022500', '092950.482500', '092950.942500', '092951.402500', '092951.862500', '092952.322500', '092952.782500', '092953.242500', '092953.702500', '092954.162500', '092954.622500', '092955.082500', '092955.542500', '092956.002500', '092956.462500', '092956.922500', '092957.382500', '092957.842500', '092958.302500', '092958.762500', '092959.222500', '092959.682500', '093000.142500', '093000.602500', '093001.062500', '093001.522500', '093001.982500', '093002.442500', '093002.902500', '093003.362500', '093003.822500', '093004.282500', '093004.742500', '093005.202500', '093005.662500', '093006.122500', '093006.582500', '093007.042500', '093007.502500', '093007.962500', '093008.422500', '093008.882500', '093009.342500', '093009.802500', '093010.262500', '093010.722500', '093011.182500', '093011.642500', '093012.102500', '093012.562500', '093013.022500', '093013.482500', '093013.942500', '093014.402500', '093014.862500', '093015.322500', '093015.782500', '093016.242500', '093016.702500', '093017.162500', '093017.622500', '093018.082500', '093018.542500', '093019.002500', '093019.462500', '093019.922500', '093020.382500', '093020.842500', '093021.302500', '093021.762500', '093022.222500', '093022.682500', '093023.142500', '093023.602500', '093024.062500', '093024.522500', '093024.982500', '093025.442500', '093025.902500', '093026.362500', '093026.822500', '093027.282500', '093027.742500', '093028.202500', '093028.662500', '093029.122500', '093029.582500', '093030.042500', '093030.502500', '093030.962500', '093031.422500', '093031.882500', '093032.342500', '093032.802500', '093033.262500', '093033.722500', '093034.182500', '093034.642500', '093035.102500', '093035.562500', '093036.022500', '093036.482500', '093036.942500', '093037.402500', '093037.862500', '093038.322500', '093038.782500', '093039.242500', '093039.702500', '093040.162500', '093040.622500', '093041.082500', '093041.542500', '093042.002500', '093042.462500', '093042.922500', '093043.382500', '093043.842500', '093044.302500', '093044.762500', '093045.222500', '093045.682500', '093046.142500', '093046.602500', '093047.062500', '093047.522500', '093047.982500', '093048.442500', '093048.902500', '093049.362500', '093049.822500', '093050.282500', '093050.742500', '093051.202500', '093051.662500', '093052.122500', '093052.582500', '093053.042500', '093053.502500', '093053.962500', '093054.422500', '093054.882500', '093055.342500', '093055.802500', '093056.262500', '093056.722500', '093057.182500', '093057.642500', '093058.102500', '093058.562500', '093059.022500', '093059.482500', '093059.942500', '093100.402500', '093100.862500', '093101.322500', '093101.782500', '093102.242500', '093102.702500', '093103.162500', '093103.622500', '093104.082500', '093104.542500', '093105.002500', '093105.462500', '093105.922500', '093106.382500', '093106.842500', '093107.302500', '093107.762500', '093108.222500', '093108.682500', '093109.142500', '093109.602500', '093110.062500', '093110.522500', '093110.982500', '093111.442500', '093111.902500', '093112.362500', '093112.822500', '093113.282500', '093113.742500', '093114.202500', '093114.662500', '093115.122500', '093115.582500', '093116.042500', '093116.502500', '093116.962500', '093117.422500', '093117.882500', '093118.342500', '093118.802500', '093119.262500', '093119.722500', '093120.182500', '093120.642500', '093121.102500', '093121.562500', '093122.022500', '093122.482500', '093122.942500', '093123.402500', '093123.862500', '093124.322500', '093124.782500', '093125.242500', '093125.702500', '093126.162500', '093126.622500', '093127.082500', '093127.542500', '093128.002500', '093128.462500', '093128.922500', '093129.382500', '093129.842500', '093130.302500', '093130.762500', '093131.222500', '093131.682500', '093132.142500', '093132.602500', '093133.062500', '093133.522500', '093133.982500', '093134.442500', '093134.902500', '093135.362500', '093135.822500', '093136.282500', '093136.742500', '093137.202500', '093137.662500', '093138.122500', '093138.582500', '093139.042500', '093139.502500', '093139.962500', '093140.422500', '093140.882500', '093141.342500', '093141.802500', '093142.262500', '093142.722500', '093143.182500', '093143.642500', '093144.102500', '093144.562500', '093145.022500', '093145.482500', '093145.942500', '093146.402500', '093146.862500', '093147.322500', '093147.782500', '093148.242500', '093148.702500', '093149.162500', '093149.622500', '093150.082500', '093150.542500', '093151.002500', '093151.462500', '093151.922500', '093152.382500', '093152.842500', '093153.302500', '093153.762500', '093154.222500', '093154.682500', '093155.142500', '093155.602500', '093156.062500', '093156.522500', '093156.982500', '093157.442500', '093157.902500', '093158.362500', '093158.822500', '093159.282500', '093159.742500', '093200.202500', '093200.662500', '093201.122500', '093201.582500', '093202.042500', '093202.502500', '093202.962500', '093203.422500', '093203.882500', '093204.342500', '093204.802500', '093205.262500', '093205.722500', '093206.182500', '093206.642500', '093207.102500', '093207.562500', '093208.022500', '093208.482500', '093208.942500', '093209.402500', '093209.862500', '093210.322500', '093210.782500', '093211.242500', '093211.702500', '093212.162500', '093212.622500', '093213.082500', '093213.542500', '093214.002500', '093214.462500', '093214.922500', '093215.382500', '093215.842500', '093216.302500', '093216.762500', '093217.222500', '093217.682500', '093218.142500', '093218.602500', '093219.062500', '093219.522500', '093219.982500', '093220.442500', '093220.902500', '093221.362500', '093221.822500', '093222.282500', '093222.742500', '093223.202500', '093223.662500', '093224.122500', '093224.582500', '093225.042500', '093225.502500', '093225.962500', '093226.422500', '093226.882500', '093227.342500', '093227.802500', '093228.262500', '093228.722500', '093229.182500', '093229.642500', '093230.102500', '093230.562500', '093231.022500', '093231.482500', '093231.942500', '093232.402500', '093232.862500', '093233.322500', '093233.782500', '093234.242500', '093234.702500', '093235.162500', '093235.622500', '093236.082500', '093236.542500', '093237.002500', '093237.462500', '093237.922500', '093238.382500', '093238.842500', '093239.302500', '093239.762500', '093240.222500', '093240.682500', '093241.142500', '093241.602500', '093242.062500', '093242.522500', '093242.982500', '093243.442500', '093243.902500', '093244.362500', '093244.822500', '093245.282500', '093245.742500', '093246.202500', '093246.662500', '093247.122500', '093247.582500', '093248.042500', '093248.502500', '093248.962500', '093249.422500', '093249.882500', '093250.342500', '093250.802500', '093251.262500', '093251.722500', '093252.182500', '093252.642500', '093253.102500', '093253.562500', '093254.022500', '093254.482500', '093254.942500', '093255.402500', '093255.862500', '093256.322500', '093256.782500', '093257.242500', '093257.702500', '093258.162500', '093258.622500', '093259.082500', '093259.542500', '093300.002500', '093300.462500', '093300.922500', '093301.382500', '093301.842500', '093302.302500', '093302.762500', '093303.222500', '093303.682500', '093304.142500', '093304.602500', '093305.062500', '093305.522500', '093305.982500', '093306.442500', '093306.902500', '093307.362500', '093307.822500', '093308.282500', '093308.742500', '093309.202500', '093309.662500', '093310.122500'], 'ContentTime': ['092650.908000', '092650.911000', '092650.914000', '092650.917000', '092650.919000', '092650.922000', '092650.925000', '092650.927000', '092650.930000', '092650.932000', '092650.935000', '092650.938000', '092650.940000', '092650.943000', '092650.946000', '092650.948000', '092650.951000', '092650.953000', '092650.956000', '092650.959000', '092650.969000', '092650.972000', '092650.974000', '092650.977000', '092650.979000', '092650.982000', '092650.985000', '092650.987000', '092650.990000', '092650.992000', '092650.995000', '092650.998000', '092651.000000', '092651.003000', '092651.006000', '092651.011000', '092651.013000', '092651.016000', '092651.019000', '092651.022000', '092651.024000', '092651.027000', '092651.030000', '092651.032000', '092651.035000', '092710.866000', '092710.869000', '092710.872000', '092710.875000', '092710.877000', '092710.880000', '092710.883000', '092710.885000', '092710.888000', '092710.890000', '092710.893000', '092710.896000', '092710.898000', '092710.901000', '092710.904000', '092710.906000', '092710.909000', '092710.912000', '092710.914000', '092710.917000', '092710.919000', '092710.922000', '092710.925000', '092710.927000', '092710.930000', '092710.933000', '092710.935000', '092710.938000', '092710.941000', '092710.943000', '092710.946000', '092710.948000', '092710.951000', '092710.954000', '092710.956000', '092710.959000', '092710.961000', '092710.964000', '092710.966000', '092710.969000', '092710.972000', '092710.974000', '092710.977000', '092730.866000', '092730.870000', '092730.873000', '092730.876000', '092730.879000', '092730.881000', '092730.884000', '092730.887000', '092730.889000', '092730.892000', '092730.895000', '092730.913000', '092730.916000', '092730.918000', '092730.921000', '092730.924000', '092730.926000', '092730.929000', '092730.932000', '092730.934000', '092730.937000', '092730.939000', '092730.942000', '092730.945000', '092730.947000', '092730.950000', '092730.953000', '092730.955000', '092730.958000', '092730.960000', '092730.963000', '092730.966000', '092730.968000', '092730.971000', '092730.973000', '092730.976000', '092730.979000', '092730.981000', '092730.984000', '092730.987000', '092730.989000', '092730.994000', '092730.997000', '092750.867000', '092750.869000', '092750.872000', '092750.875000', '092750.877000', '092750.880000', '092750.883000', '092750.885000', '092750.888000', '092750.890000', '092750.893000', '092750.896000', '092750.899000', '092750.901000', '092750.904000', '092750.906000', '092750.909000', '092750.912000', '092750.914000', '092750.917000', '092750.920000', '092750.922000', '092750.925000', '092750.927000', '092750.930000', '092750.933000', '092750.935000', '092750.938000', '092750.941000', '092750.943000', '092750.946000', '092750.949000', '092750.951000', '092750.954000', '092750.956000', '092750.959000', '092750.962000', '092750.964000', '092750.967000', '092750.969000', '092750.972000', '092750.975000', '092750.977000', '092750.980000', '092810.866000', '092810.869000', '092810.872000', '092810.874000', '092810.877000', '092810.880000', '092810.883000', '092810.885000', '092810.888000', '092810.891000', '092810.893000', '092810.896000', '092810.898000', '092810.901000', '092810.904000', '092810.906000', '092810.909000', '092810.912000', '092810.915000', '092810.918000', '092810.921000', '092810.923000', '092810.926000', '092810.929000', '092810.931000', '092810.934000', '092810.937000', '092810.939000', '092810.942000', '092810.944000', '092810.947000', '092810.950000', '092810.952000', '092810.955000', '092810.958000', '092810.960000', '092810.977000', '092810.980000', '092810.982000', '092810.985000', '092810.988000', '092810.990000', '092810.993000', '092830.867000', '092830.869000', '092830.872000', '092830.875000', '092830.878000', '092830.881000', '092830.883000', '092830.886000', '092830.889000', '092830.891000', '092830.894000', '092830.896000', '092830.899000', '092830.902000', '092830.904000', '092830.907000', '092830.910000', '092830.913000', '092830.915000', '092830.918000', '092830.921000', '092830.923000', '092830.926000', '092830.929000', '092830.931000', '092830.934000', '092830.936000', '092830.939000', '092830.942000', '092830.944000', '092830.947000', '092830.950000', '092830.952000', '092830.955000', '092830.958000', '092830.960000', '092830.963000', '092830.966000', '092830.968000', '092830.971000', '092830.973000', '092830.976000', '092830.979000', '092830.981000', '092850.867000', '092850.869000', '092850.873000', '092850.875000', '092850.878000', '092850.880000', '092850.883000', '092850.886000', '092850.888000', '092850.891000', '092850.894000', '092850.896000', '092850.899000', '092850.902000', '092850.904000', '092850.907000', '092850.910000', '092850.912000', '092850.915000', '092850.918000', '092850.921000', '092850.924000', '092850.927000', '092850.930000', '092850.933000', '092850.935000', '092850.938000', '092850.940000', '092850.943000', '092850.946000', '092850.949000', '092850.952000', '092850.955000', '092850.957000', '092850.960000', '092850.963000', '092850.965000', '092850.968000', '092850.971000', '092850.973000', '092850.976000', '092850.978000', '092850.981000', '092910.866000', '092910.869000', '092910.872000', '092910.875000', '092910.877000', '092910.880000', '092910.882000', '092910.895000', '092910.897000', '092910.900000', '092910.902000', '092910.905000', '092910.908000', '092910.910000', '092910.913000', '092910.916000', '092910.918000', '092910.921000', '092910.924000', '092910.926000', '092910.929000', '092910.932000', '092910.934000', '092910.937000', '092910.940000', '092910.942000', '092910.945000', '092910.947000', '092910.950000', '092910.953000', '092910.955000', '092910.958000', '092910.968000', '092910.970000', '092910.973000', '092910.975000', '092910.978000', '092910.981000', '092910.983000', '092910.986000', '092910.988000', '092910.991000', '092910.994000', '092910.996000', '092930.867000', '092930.870000', '092930.872000', '092930.875000', '092930.878000', '092930.880000', '092930.883000', '092930.885000', '092930.888000', '092930.891000', '092930.893000', '092930.896000', '092930.899000', '092930.901000', '092930.904000', '092930.907000', '092930.909000', '092930.912000', '092930.915000', '092930.917000', '092930.920000', '092930.923000', '092930.925000', '092930.928000', '092930.930000', '092930.933000', '092930.936000', '092930.938000', '092930.941000', '092930.944000', '092930.947000', '092930.949000', '092930.954000', '092930.956000', '092930.959000', '092930.962000', '092930.964000', '092930.967000', '092930.970000', '092930.972000', '092930.975000', '092930.978000', '092930.980000', '092950.867000', '092950.870000', '092950.872000', '092950.875000', '092950.878000', '092950.880000', '092950.883000', '092950.886000', '092950.888000', '092950.891000', '092950.894000', '092950.896000', '092950.899000', '092950.901000', '092950.904000', '092950.907000', '092950.909000', '092950.912000', '092950.928000', '092950.931000', '092950.934000', '092950.936000', '092950.939000', '092950.941000', '092950.944000', '092950.947000', '092950.949000', '092950.952000', '092950.955000', '092950.957000', '092950.960000', '092950.963000', '092950.965000', '092950.968000', '092950.971000', '092950.973000', '092950.976000', '092950.978000', '092950.981000', '092950.984000', '092950.986000', '092950.989000', '092950.992000', '092950.994000', '093010.866000', '093010.869000', '093010.872000', '093010.875000', '093010.877000', '093010.880000', '093010.883000', '093010.885000', '093010.888000', '093010.891000', '093010.893000', '093010.896000', '093010.898000', '093010.901000', '093010.904000', '093010.906000', '093010.909000', '093010.912000', '093010.914000', '093010.917000', '093010.920000', '093010.922000', '093010.925000', '093010.928000', '093010.930000', '093010.933000', '093010.936000', '093010.938000', '093010.941000', '093010.944000', '093010.946000', '093010.949000', '093010.952000', '093010.954000', '093010.957000', '093010.960000', '093010.968000', '093010.970000', '093010.973000', '093010.976000', '093010.978000', '093010.981000', '093010.984000', '093030.866000', '093030.869000', '093030.872000', '093030.875000', '093030.877000', '093030.880000', '093030.883000', '093030.885000', '093030.888000', '093030.891000', '093030.893000', '093030.896000', '093030.898000', '093030.901000', '093030.904000', '093030.906000', '093030.909000', '093030.912000', '093030.915000', '093030.917000', '093030.920000', '093030.922000', '093030.925000', '093030.928000', '093030.930000', '093030.933000', '093030.936000', '093030.938000', '093030.941000', '093030.944000', '093030.946000', '093030.949000', '093030.952000', '093030.954000', '093030.957000', '093030.960000', '093030.962000', '093030.965000', '093030.967000', '093030.970000', '093030.973000', '093030.975000', '093030.978000', '093030.980000', '093050.867000', '093050.869000', '093050.872000', '093050.875000', '093050.877000', '093050.880000', '093050.883000', '093050.885000', '093050.888000', '093050.891000', '093050.893000', '093050.896000', '093050.899000', '093050.901000', '093050.904000', '093050.907000', '093050.909000', '093050.912000', '093050.915000', '093050.917000', '093050.920000', '093050.923000', '093050.925000', '093050.928000', '093050.931000', '093050.933000', '093050.936000', '093050.938000', '093050.941000', '093050.944000', '093050.947000', '093050.949000', '093050.952000', '093050.955000', '093050.957000', '093050.960000', '093050.963000', '093050.965000', '093050.968000', '093050.972000', '093050.974000', '093050.979000', '093050.982000', '093110.867000', '093110.870000', '093110.873000', '093110.875000', '093110.878000', '093110.881000', '093110.883000', '093110.886000', '093110.889000', '093110.891000', '093110.894000', '093110.896000', '093110.899000', '093110.902000', '093110.904000', '093110.907000', '093110.910000', '093110.912000', '093110.915000', '093110.918000', '093110.920000', '093110.923000', '093110.925000', '093110.928000', '093110.931000', '093110.933000', '093110.936000', '093110.939000', '093110.942000', '093110.944000', '093110.947000', '093110.950000', '093110.952000', '093110.955000', '093110.958000', '093110.960000', '093110.963000', '093110.965000', '093110.968000', '093110.971000', '093110.973000', '093110.976000', '093110.979000', '093110.990000', '093130.867000', '093130.869000', '093130.872000', '093130.875000', '093130.877000', '093130.880000', '093130.883000', '093130.886000', '093130.888000', '093130.891000', '093130.893000', '093130.896000', '093130.899000', '093130.901000', '093130.904000', '093130.907000', '093130.909000', '093130.912000', '093130.915000', '093130.917000', '093130.920000', '093130.923000', '093130.925000', '093130.928000', '093130.930000', '093130.933000', '093130.936000', '093130.938000', '093130.941000', '093130.944000', '093130.946000', '093130.949000', '093130.952000', '093130.954000', '093130.957000', '093130.960000', '093130.962000', '093130.965000', '093130.968000', '093130.970000', '093130.973000', '093130.976000', '093130.979000', '093150.866000', '093150.880000', '093150.883000', '093150.886000', '093150.888000', '093150.891000', '093150.894000', '093150.896000', '093150.899000', '093150.902000', '093150.904000', '093150.907000', '093150.910000', '093150.912000', '093150.915000', '093150.918000', '093150.921000', '093150.923000', '093150.926000', '093150.928000', '093150.931000', '093150.934000', '093150.936000', '093150.939000', '093150.942000', '093150.944000', '093150.947000', '093150.950000', '093150.952000', '093150.955000', '093150.958000', '093150.960000', '093150.963000', '093150.965000', '093150.968000', '093150.971000', '093150.973000', '093150.976000', '093150.979000', '093150.981000', '093150.984000', '093150.987000', '093150.989000', '093150.992000', '093210.867000', '093210.870000', '093210.872000', '093210.875000', '093210.877000', '093210.880000', '093210.883000', '093210.885000', '093210.888000', '093210.891000', '093210.893000', '093210.896000', '093210.899000', '093210.901000', '093210.904000', '093210.906000', '093210.909000', '093210.912000', '093210.914000', '093210.917000', '093210.920000', '093210.922000', '093210.925000', '093210.928000', '093210.930000', '093210.933000', '093210.936000', '093210.938000', '093210.941000', '093210.944000', '093210.946000', '093210.949000', '093210.951000', '093210.954000', '093210.957000', '093210.959000', '093210.962000', '093210.965000', '093210.967000', '093210.970000', '093210.972000', '093210.975000', '093210.978000', '093230.867000', '093230.869000', '093230.872000', '093230.875000', '093230.877000', '093230.880000', '093230.883000', '093230.885000', '093230.888000', '093230.891000', '093230.894000', '093230.896000', '093230.899000', '093230.902000', '093230.905000', '093230.907000', '093230.910000', '093230.912000', '093230.915000', '093230.918000', '093230.920000', '093230.923000', '093230.926000', '093230.928000', '093230.931000', '093230.934000', '093230.936000', '093230.939000', '093230.942000', '093230.944000', '093230.947000', '093230.950000', '093230.952000', '093230.955000', '093230.958000', '093230.960000', '093230.963000', '093230.965000', '093230.968000', '093230.971000', '093230.973000', '093230.976000', '093230.979000', '093250.867000', '093250.883000', '093250.885000', '093250.888000', '093250.890000', '093250.893000', '093250.896000', '093250.898000', '093250.901000', '093250.903000', '093250.906000', '093250.930000', '093250.933000', '093250.936000', '093250.938000', '093250.941000', '093250.944000', '093250.946000', '093250.949000', '093250.952000', '093250.954000', '093250.957000', '093250.959000', '093250.962000', '093250.965000', '093250.967000', '093250.970000', '093250.973000', '093250.975000', '093250.978000', '093250.981000', '093250.983000', '093250.986000', '093250.989000', '093250.991000', '093250.994000', '093250.996000', '093251.000000', '093251.003000', '093251.005000', '093251.008000', '093251.011000', '093251.013000', '093251.016000', '093310.867000', '093310.870000', '093310.873000', '093310.876000', '093310.878000', '093310.881000', '093310.884000', '093310.887000', '093310.889000', '093310.893000', '093310.896000', '093310.898000', '093310.901000', '093310.904000', '093310.906000', '093310.909000', '093310.912000', '093310.914000', '093310.917000', '093310.919000', '093310.922000', '093310.925000', '093310.929000', '093310.933000', '093310.936000', '093310.939000', '093310.941000', '093310.944000', '093310.948000', '093310.951000', '093310.954000', '093310.957000', '093310.961000', '093310.964000', '093310.966000', '093310.969000', '093310.972000', '093310.975000', '093310.979000', '093310.982000', '093310.985000', '093310.988000', '093310.991000', '093310.994000', '093311.235000'], 'InstanceCreationTime': ['092650.908000', '092650.911000', '092650.914000', '092650.917000', '092650.919000', '092650.922000', '092650.925000', '092650.927000', '092650.930000', '092650.932000', '092650.935000', '092650.938000', '092650.940000', '092650.943000', '092650.946000', '092650.948000', '092650.951000', '092650.953000', '092650.956000', '092650.959000', '092650.969000', '092650.972000', '092650.974000', '092650.977000', '092650.979000', '092650.982000', '092650.985000', '092650.987000', '092650.990000', '092650.992000', '092650.995000', '092650.998000', '092651.000000', '092651.003000', '092651.006000', '092651.011000', '092651.013000', '092651.016000', '092651.019000', '092651.022000', '092651.024000', '092651.027000', '092651.030000', '092651.032000', '092651.035000', '092710.866000', '092710.869000', '092710.872000', '092710.875000', '092710.877000', '092710.880000', '092710.883000', '092710.885000', '092710.888000', '092710.890000', '092710.893000', '092710.896000', '092710.898000', '092710.901000', '092710.904000', '092710.906000', '092710.909000', '092710.912000', '092710.914000', '092710.917000', '092710.919000', '092710.922000', '092710.925000', '092710.927000', '092710.930000', '092710.933000', '092710.935000', '092710.938000', '092710.941000', '092710.943000', '092710.946000', '092710.948000', '092710.951000', '092710.954000', '092710.956000', '092710.959000', '092710.961000', '092710.964000', '092710.966000', '092710.969000', '092710.972000', '092710.974000', '092710.977000', '092730.866000', '092730.870000', '092730.873000', '092730.876000', '092730.879000', '092730.881000', '092730.884000', '092730.887000', '092730.889000', '092730.892000', '092730.895000', '092730.913000', '092730.916000', '092730.918000', '092730.921000', '092730.924000', '092730.926000', '092730.929000', '092730.932000', '092730.934000', '092730.937000', '092730.939000', '092730.942000', '092730.945000', '092730.947000', '092730.950000', '092730.953000', '092730.955000', '092730.958000', '092730.960000', '092730.963000', '092730.966000', '092730.968000', '092730.971000', '092730.973000', '092730.976000', '092730.979000', '092730.981000', '092730.984000', '092730.987000', '092730.989000', '092730.994000', '092730.997000', '092750.867000', '092750.869000', '092750.872000', '092750.875000', '092750.877000', '092750.880000', '092750.883000', '092750.885000', '092750.888000', '092750.890000', '092750.893000', '092750.896000', '092750.899000', '092750.901000', '092750.904000', '092750.906000', '092750.909000', '092750.912000', '092750.914000', '092750.917000', '092750.920000', '092750.922000', '092750.925000', '092750.927000', '092750.930000', '092750.933000', '092750.935000', '092750.938000', '092750.941000', '092750.943000', '092750.946000', '092750.949000', '092750.951000', '092750.954000', '092750.956000', '092750.959000', '092750.962000', '092750.964000', '092750.967000', '092750.969000', '092750.972000', '092750.975000', '092750.977000', '092750.980000', '092810.866000', '092810.869000', '092810.872000', '092810.874000', '092810.877000', '092810.880000', '092810.883000', '092810.885000', '092810.888000', '092810.891000', '092810.893000', '092810.896000', '092810.898000', '092810.901000', '092810.904000', '092810.906000', '092810.909000', '092810.912000', '092810.915000', '092810.918000', '092810.921000', '092810.923000', '092810.926000', '092810.929000', '092810.931000', '092810.934000', '092810.937000', '092810.939000', '092810.942000', '092810.944000', '092810.947000', '092810.950000', '092810.952000', '092810.955000', '092810.958000', '092810.960000', '092810.977000', '092810.980000', '092810.982000', '092810.985000', '092810.988000', '092810.990000', '092810.993000', '092830.867000', '092830.869000', '092830.872000', '092830.875000', '092830.878000', '092830.881000', '092830.883000', '092830.886000', '092830.889000', '092830.891000', '092830.894000', '092830.896000', '092830.899000', '092830.902000', '092830.904000', '092830.907000', '092830.910000', '092830.913000', '092830.915000', '092830.918000', '092830.921000', '092830.923000', '092830.926000', '092830.929000', '092830.931000', '092830.934000', '092830.936000', '092830.939000', '092830.942000', '092830.944000', '092830.947000', '092830.950000', '092830.952000', '092830.955000', '092830.958000', '092830.960000', '092830.963000', '092830.966000', '092830.968000', '092830.971000', '092830.973000', '092830.976000', '092830.979000', '092830.981000', '092850.867000', '092850.869000', '092850.873000', '092850.875000', '092850.878000', '092850.880000', '092850.883000', '092850.886000', '092850.888000', '092850.891000', '092850.894000', '092850.896000', '092850.899000', '092850.902000', '092850.904000', '092850.907000', '092850.910000', '092850.912000', '092850.915000', '092850.918000', '092850.921000', '092850.924000', '092850.927000', '092850.930000', '092850.933000', '092850.935000', '092850.938000', '092850.940000', '092850.943000', '092850.946000', '092850.949000', '092850.952000', '092850.955000', '092850.957000', '092850.960000', '092850.963000', '092850.965000', '092850.968000', '092850.971000', '092850.973000', '092850.976000', '092850.978000', '092850.981000', '092910.866000', '092910.869000', '092910.872000', '092910.875000', '092910.877000', '092910.880000', '092910.882000', '092910.895000', '092910.897000', '092910.900000', '092910.902000', '092910.905000', '092910.908000', '092910.910000', '092910.913000', '092910.916000', '092910.918000', '092910.921000', '092910.924000', '092910.926000', '092910.929000', '092910.932000', '092910.934000', '092910.937000', '092910.940000', '092910.942000', '092910.945000', '092910.947000', '092910.950000', '092910.953000', '092910.955000', '092910.958000', '092910.968000', '092910.970000', '092910.973000', '092910.975000', '092910.978000', '092910.981000', '092910.983000', '092910.986000', '092910.988000', '092910.991000', '092910.994000', '092910.996000', '092930.867000', '092930.870000', '092930.872000', '092930.875000', '092930.878000', '092930.880000', '092930.883000', '092930.885000', '092930.888000', '092930.891000', '092930.893000', '092930.896000', '092930.899000', '092930.901000', '092930.904000', '092930.907000', '092930.909000', '092930.912000', '092930.915000', '092930.917000', '092930.920000', '092930.923000', '092930.925000', '092930.928000', '092930.930000', '092930.933000', '092930.936000', '092930.938000', '092930.941000', '092930.944000', '092930.947000', '092930.949000', '092930.954000', '092930.956000', '092930.959000', '092930.962000', '092930.964000', '092930.967000', '092930.970000', '092930.972000', '092930.975000', '092930.978000', '092930.980000', '092950.867000', '092950.870000', '092950.872000', '092950.875000', '092950.878000', '092950.880000', '092950.883000', '092950.886000', '092950.888000', '092950.891000', '092950.894000', '092950.896000', '092950.899000', '092950.901000', '092950.904000', '092950.907000', '092950.909000', '092950.912000', '092950.928000', '092950.931000', '092950.934000', '092950.936000', '092950.939000', '092950.941000', '092950.944000', '092950.947000', '092950.949000', '092950.952000', '092950.955000', '092950.957000', '092950.960000', '092950.963000', '092950.965000', '092950.968000', '092950.971000', '092950.973000', '092950.976000', '092950.978000', '092950.981000', '092950.984000', '092950.986000', '092950.989000', '092950.992000', '092950.994000', '093010.866000', '093010.869000', '093010.872000', '093010.875000', '093010.877000', '093010.880000', '093010.883000', '093010.885000', '093010.888000', '093010.891000', '093010.893000', '093010.896000', '093010.898000', '093010.901000', '093010.904000', '093010.906000', '093010.909000', '093010.912000', '093010.914000', '093010.917000', '093010.920000', '093010.922000', '093010.925000', '093010.928000', '093010.930000', '093010.933000', '093010.936000', '093010.938000', '093010.941000', '093010.944000', '093010.946000', '093010.949000', '093010.952000', '093010.954000', '093010.957000', '093010.960000', '093010.968000', '093010.970000', '093010.973000', '093010.976000', '093010.978000', '093010.981000', '093010.984000', '093030.866000', '093030.869000', '093030.872000', '093030.875000', '093030.877000', '093030.880000', '093030.883000', '093030.885000', '093030.888000', '093030.891000', '093030.893000', '093030.896000', '093030.898000', '093030.901000', '093030.904000', '093030.906000', '093030.909000', '093030.912000', '093030.915000', '093030.917000', '093030.920000', '093030.922000', '093030.925000', '093030.928000', '093030.930000', '093030.933000', '093030.936000', '093030.938000', '093030.941000', '093030.944000', '093030.946000', '093030.949000', '093030.952000', '093030.954000', '093030.957000', '093030.960000', '093030.962000', '093030.965000', '093030.967000', '093030.970000', '093030.973000', '093030.975000', '093030.978000', '093030.980000', '093050.867000', '093050.869000', '093050.872000', '093050.875000', '093050.877000', '093050.880000', '093050.883000', '093050.885000', '093050.888000', '093050.891000', '093050.893000', '093050.896000', '093050.899000', '093050.901000', '093050.904000', '093050.907000', '093050.909000', '093050.912000', '093050.915000', '093050.917000', '093050.920000', '093050.923000', '093050.925000', '093050.928000', '093050.931000', '093050.933000', '093050.936000', '093050.938000', '093050.941000', '093050.944000', '093050.947000', '093050.949000', '093050.952000', '093050.955000', '093050.957000', '093050.960000', '093050.963000', '093050.965000', '093050.968000', '093050.972000', '093050.974000', '093050.979000', '093050.982000', '093110.867000', '093110.870000', '093110.873000', '093110.875000', '093110.878000', '093110.881000', '093110.883000', '093110.886000', '093110.889000', '093110.891000', '093110.894000', '093110.896000', '093110.899000', '093110.902000', '093110.904000', '093110.907000', '093110.910000', '093110.912000', '093110.915000', '093110.918000', '093110.920000', '093110.923000', '093110.925000', '093110.928000', '093110.931000', '093110.933000', '093110.936000', '093110.939000', '093110.942000', '093110.944000', '093110.947000', '093110.950000', '093110.952000', '093110.955000', '093110.958000', '093110.960000', '093110.963000', '093110.965000', '093110.968000', '093110.971000', '093110.973000', '093110.976000', '093110.979000', '093110.990000', '093130.867000', '093130.869000', '093130.872000', '093130.875000', '093130.877000', '093130.880000', '093130.883000', '093130.886000', '093130.888000', '093130.891000', '093130.893000', '093130.896000', '093130.899000', '093130.901000', '093130.904000', '093130.907000', '093130.909000', '093130.912000', '093130.915000', '093130.917000', '093130.920000', '093130.923000', '093130.925000', '093130.928000', '093130.930000', '093130.933000', '093130.936000', '093130.938000', '093130.941000', '093130.944000', '093130.946000', '093130.949000', '093130.952000', '093130.954000', '093130.957000', '093130.960000', '093130.962000', '093130.965000', '093130.968000', '093130.970000', '093130.973000', '093130.976000', '093130.979000', '093150.866000', '093150.880000', '093150.883000', '093150.886000', '093150.888000', '093150.891000', '093150.894000', '093150.896000', '093150.899000', '093150.902000', '093150.904000', '093150.907000', '093150.910000', '093150.912000', '093150.915000', '093150.918000', '093150.921000', '093150.923000', '093150.926000', '093150.928000', '093150.931000', '093150.934000', '093150.936000', '093150.939000', '093150.942000', '093150.944000', '093150.947000', '093150.950000', '093150.952000', '093150.955000', '093150.958000', '093150.960000', '093150.963000', '093150.965000', '093150.968000', '093150.971000', '093150.973000', '093150.976000', '093150.979000', '093150.981000', '093150.984000', '093150.987000', '093150.989000', '093150.992000', '093210.867000', '093210.870000', '093210.872000', '093210.875000', '093210.877000', '093210.880000', '093210.883000', '093210.885000', '093210.888000', '093210.891000', '093210.893000', '093210.896000', '093210.899000', '093210.901000', '093210.904000', '093210.906000', '093210.909000', '093210.912000', '093210.914000', '093210.917000', '093210.920000', '093210.922000', '093210.925000', '093210.928000', '093210.930000', '093210.933000', '093210.936000', '093210.938000', '093210.941000', '093210.944000', '093210.946000', '093210.949000', '093210.951000', '093210.954000', '093210.957000', '093210.959000', '093210.962000', '093210.965000', '093210.967000', '093210.970000', '093210.972000', '093210.975000', '093210.978000', '093230.867000', '093230.869000', '093230.872000', '093230.875000', '093230.877000', '093230.880000', '093230.883000', '093230.885000', '093230.888000', '093230.891000', '093230.894000', '093230.896000', '093230.899000', '093230.902000', '093230.905000', '093230.907000', '093230.910000', '093230.912000', '093230.915000', '093230.918000', '093230.920000', '093230.923000', '093230.926000', '093230.928000', '093230.931000', '093230.934000', '093230.936000', '093230.939000', '093230.942000', '093230.944000', '093230.947000', '093230.950000', '093230.952000', '093230.955000', '093230.958000', '093230.960000', '093230.963000', '093230.965000', '093230.968000', '093230.971000', '093230.973000', '093230.976000', '093230.979000', '093250.867000', '093250.883000', '093250.885000', '093250.888000', '093250.890000', '093250.893000', '093250.896000', '093250.898000', '093250.901000', '093250.903000', '093250.906000', '093250.930000', '093250.933000', '093250.936000', '093250.938000', '093250.941000', '093250.944000', '093250.946000', '093250.949000', '093250.952000', '093250.954000', '093250.957000', '093250.959000', '093250.962000', '093250.965000', '093250.967000', '093250.970000', '093250.973000', '093250.975000', '093250.978000', '093250.981000', '093250.983000', '093250.986000', '093250.989000', '093250.991000', '093250.994000', '093250.996000', '093251.000000', '093251.003000', '093251.005000', '093251.008000', '093251.011000', '093251.013000', '093251.016000', '093310.867000', '093310.870000', '093310.873000', '093310.876000', '093310.878000', '093310.881000', '093310.884000', '093310.887000', '093310.889000', '093310.893000', '093310.896000', '093310.898000', '093310.901000', '093310.904000', '093310.906000', '093310.909000', '093310.912000', '093310.914000', '093310.917000', '093310.919000', '093310.922000', '093310.925000', '093310.929000', '093310.933000', '093310.936000', '093310.939000', '093310.941000', '093310.944000', '093310.948000', '093310.951000', '093310.954000', '093310.957000', '093310.961000', '093310.964000', '093310.966000', '093310.969000', '093310.972000', '093310.975000', '093310.979000', '093310.982000', '093310.985000', '093310.988000', '093310.991000', '093310.994000', '093311.235000'], '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': [12751, 8150, 14618, 12651, 9245, 14793, 8190, 9971, 8302, 7542, 8690, 7833, 13596, 11225, 8106, 11097, 8207, 9275, 8162, 7718, 8196, 7504, 9153, 7396, 14133, 7086, 7234, 7618, 7683, 8973, 8071, 10091, 7904, 13031, 11496, 7804, 14579, 8152, 11717, 8010, 7151, 11913, 7693, 14607, 8066, 11295, 8861, 14974, 7704, 12388, 7833, 7808, 7437, 7385, 8711, 7697, 9979, 8244, 7359, 8546, 7522, 9260, 7659, 10393, 7918, 8624, 8749, 7344, 8643, 7460, 9196, 7638, 10070, 7662, 7553, 8388, 7180, 8322, 7180, 9058, 7415, 9692, 7682, 9756, 8053, 7073, 7719, 7018, 9017, 7220, 7823, 8756, 7172, 8940, 7597, 9794, 8171, 12050, 10011, 14073, 13549, 9251, 8590, 7491, 9255, 7499, 11764, 8031, 14330, 10623, 7203, 8357, 7342, 9153, 7670, 10847, 7990, 7938, 8974, 7432, 8111, 7149, 7139, 9042, 7360, 13253, 9097, 11542, 9108, 7204, 8975, 7471, 9531, 7664, 14635, 10605, 15276, 7662, 12266, 7551, 7225, 8247, 7054, 9402, 7244, 8767, 8759, 7100, 9596, 7312, 9778, 7252, 9863, 7656, 11301, 8628, 8406, 9028, 7130, 9207, 7123, 9810, 7086, 10360, 8158, 13055, 7939, 8733, 7915, 7021, 8544, 7102, 10266, 7605, 10881, 8062, 7229, 8053, 7187, 9408, 7476, 9798, 7500, 11054, 7577, 11803, 7690, 7144, 8311, 7301, 9526, 7282, 10983, 10326, 7040, 8900, 7257, 9651, 7159, 11100, 7271, 12723, 7379, 14395, 7196, 12969, 7518, 7084, 8948, 6923, 10791, 7871, 11632, 7891, 7867, 8449, 7459, 8812, 6960, 10263, 7230, 11608, 7529, 10067, 8077, 10508, 7906, 10906, 9023, 7592, 8755, 7183, 9342, 7496, 9761, 7792, 11733, 8535, 7531, 8396, 6943, 9412, 7326, 9775, 7701, 12121, 10146, 6911, 9558, 7585, 7617, 8042, 6917, 9625, 7549, 9860, 8892, 6869, 9480, 6915, 11275, 7677, 13935, 8200, 12004, 7699, 12053, 8378, 9537, 12034, 7193, 10226, 7606, 12438, 7527, 8123, 8643, 7025, 9250, 7373, 12103, 12364, 7338, 9832, 7362, 8555, 8204, 7295, 12185, 7376, 10861, 7769, 14529, 7471, 6949, 8810, 7343, 10191, 7903, 12308, 7521, 7012, 8586, 7145, 9602, 7228, 8683, 9230, 7206, 9584, 7186, 7133, 9332, 7159, 9949, 11369, 7462, 9635, 7363, 11507, 7389, 13588, 7818, 13623, 9350, 13642, 9935, 7541, 10072, 7541, 6832, 8274, 6937, 10468, 7942, 9732, 7829, 6853, 9367, 7628, 11314, 8919, 8993, 9912, 7413, 13837, 7841, 12863, 8027, 12945, 8254, 13495, 9113, 8649, 9348, 7193, 9247, 7207, 9988, 7658, 9836, 9013, 9324, 9151, 7092, 9218, 7537, 10200, 7451, 7737, 9116, 7062, 9857, 7353, 10423, 7630, 10233, 8172, 11503, 9213, 8468, 9108, 7145, 9989, 7425, 7057, 7803, 6897, 8914, 7053, 10281, 7227, 9870, 7282, 9921, 7468, 10293, 8095, 12792, 8711, 11820, 8065, 7095, 9075, 7044, 11827, 7057, 10601, 7396, 11214, 7770, 10463, 8382, 8543, 8794, 7586, 12848, 7174, 10241, 7222, 9875, 7330, 10043, 7685, 10597, 8449, 11947, 9385, 7000, 9018, 7333, 10067, 7499, 7872, 8817, 7156, 11544, 7071, 9640, 7353, 9379, 7256, 9986, 7595, 12561, 8989, 7005, 8690, 7130, 9989, 7718, 7267, 8546, 7053, 10255, 7484, 11595, 7728, 7036, 9161, 7286, 10180, 7611, 13336, 10195, 12862, 9644, 7163, 8966, 7274, 11245, 7308, 10351, 7888, 14302, 7531, 6908, 7685, 6889, 8622, 7160, 11491, 7006, 12969, 7198, 9736, 7296, 9847, 7700, 10389, 7711, 11004, 8887, 9473, 9874, 7025, 9137, 7052, 10986, 6997, 9439, 7105, 9493, 7080, 10265, 7202, 10197, 7581, 9853, 7596, 9313, 8650, 8112, 9029, 7194, 9524, 7247, 10048, 7228, 12676, 7342, 10802, 7482, 11112, 7378, 9993, 7215, 10160, 7415, 10292, 8292, 10664, 7963, 7212, 8657, 7127, 8986, 7140, 12568, 7280, 9739, 7147, 9773, 7264, 11226, 7926, 10651, 9158, 9037, 9256, 7669, 8713, 12297, 8928, 15337, 9291, 12523, 9532, 6982, 8800, 7573, 9951, 7517, 7079, 8143, 7054, 7934, 7367, 6953, 8096, 7549, 8046, 7943, 12306, 8988, 14883, 10355, 15042, 10344, 14757, 10108, 15739, 12682, 11651, 9798, 7356, 9597, 11702, 8159, 12944, 7561, 7503, 9692, 8968, 15031, 13526, 14984, 10404, 15543, 9661, 13967, 8110, 11328, 8959, 10762, 8590, 7143, 8519, 7452, 8628, 7616, 7039, 7514, 8098, 8265, 7881, 9312, 6923, 8361, 7105, 9321, 7044, 10051, 6991, 9209, 7333, 9404, 7027, 7065, 7034, 7427, 7162, 7179, 7306, 7561, 7403, 8713, 8040, 14851, 13283, 12198, 12394, 13781, 11161, 13533, 8397, 14118, 8110, 9643, 8056, 7071, 8315, 7599, 10590, 7875, 7443, 8814, 7906, 10717, 7754, 13004, 8990, 11287, 9712, 14037, 10107, 11972, 10013, 7470, 8456, 7660, 8800, 7555, 9947, 7881, 7670, 8191, 7135, 7710, 6999, 7991, 6976, 8401, 7242, 8614, 7161, 12483, 6921, 8702, 7162, 8872, 6941, 9521, 7127, 10833, 8042, 8431, 8284, 7149, 8676, 7470, 9649, 7294, 11195, 8188, 13055, 7537, 11597, 7771, 11045, 8177, 11063, 8828, 8705, 8913, 7093, 9107, 7351, 9753, 7193, 9955, 7186, 10222, 7722, 11019, 7901, 7086, 7411, 7042, 8431, 7440, 10177, 7510, 12203, 7728, 11083, 7674, 9221, 7848, 7038, 9534, 7566, 13533, 7534, 10978, 7779, 7106, 9340, 6986, 12724, 7417, 10232, 7441, 10753, 7614, 10373, 7961, 7906, 11402, 7812, 12239, 7954, 12912, 7992, 9559, 8321, 7535, 9590, 7864, 10157, 7212, 7173, 8523, 7733, 8707, 7803, 7127, 7667, 7281, 8912, 7696, 8670, 7800, 10282, 8206, 14669, 7983, 12140, 7995, 12624, 7634, 9675, 8655, 7284, 10249, 7662, 7056, 8539, 7273, 9641, 7869, 7408, 8166, 7287, 8979, 7261, 12156, 7147, 7195, 8016, 7356, 7581, 7282, 10280, 11326, 11745, 10588, 8253, 13735, 9159, 14592, 9737, 14808, 11847, 13769, 13751, 10863, 8666, 7276, 8689, 7382, 8833, 7314, 8945, 7668, 9302, 7838, 7066, 7339, 7691, 7217, 7512, 7336, 7440, 7383, 9514, 7739, 11280, 7432, 10234, 7033, 7944, 6977, 10129, 11291, 15064, 7899, 11883, 7335, 10152, 7613, 9324, 7511, 9410, 7426, 9375, 7428, 9047, 7576, 8932, 7449, 9681], 'WindowCenter': [4741.0, 4668.0, 4733.0, 4712.0, 4671.0, 4729.0, 4660.0, 4679.0, 4649.0, 4639.0, 4658.0, 4650.0, 4708.0, 4687.0, 4648.0, 4687.0, 4647.0, 4656.0, 4647.0, 4636.0, 4647.0, 4627.0, 4656.0, 4627.0, 4717.0, 4628.0, 4639.0, 4637.0, 4638.0, 4657.0, 4648.0, 4676.0, 4638.0, 4696.0, 4686.0, 4637.0, 4716.0, 4637.0, 4686.0, 4635.0, 4615.0, 4683.0, 4624.0, 4703.0, 4634.0, 4673.0, 4644.0, 4702.0, 4623.0, 4681.0, 4622.0, 4622.0, 4612.0, 4612.0, 4642.0, 4624.0, 4664.0, 4635.0, 4626.0, 4645.0, 4636.0, 4654.0, 4636.0, 4664.0, 4635.0, 4646.0, 4645.0, 4626.0, 4644.0, 4625.0, 4654.0, 4636.0, 4664.0, 4636.0, 4636.0, 4645.0, 4628.0, 4646.0, 4627.0, 4656.0, 4638.0, 4667.0, 4639.0, 4668.0, 4660.0, 4642.0, 4651.0, 4654.0, 4670.0, 4638.0, 4649.0, 4670.0, 4642.0, 4671.0, 4652.0, 4680.0, 4663.0, 4710.0, 4682.0, 4718.0, 4708.0, 4668.0, 4647.0, 4627.0, 4656.0, 4627.0, 4686.0, 4647.0, 4715.0, 4676.0, 4627.0, 4646.0, 4626.0, 4655.0, 4638.0, 4690.0, 4650.0, 4650.0, 4669.0, 4640.0, 4648.0, 4628.0, 4628.0, 4656.0, 4628.0, 4707.0, 4659.0, 4699.0, 4658.0, 4638.0, 4657.0, 4626.0, 4656.0, 4626.0, 4705.0, 4664.0, 4704.0, 4625.0, 4683.0, 4624.0, 4614.0, 4634.0, 4615.0, 4655.0, 4626.0, 4645.0, 4645.0, 4616.0, 4665.0, 4627.0, 4666.0, 4628.0, 4666.0, 4637.0, 4675.0, 4646.0, 4636.0, 4656.0, 4627.0, 4655.0, 4616.0, 4664.0, 4616.0, 4665.0, 4636.0, 4694.0, 4635.0, 4645.0, 4634.0, 4615.0, 4645.0, 4627.0, 4666.0, 4637.0, 4676.0, 4647.0, 4638.0, 4647.0, 4629.0, 4668.0, 4639.0, 4678.0, 4629.0, 4688.0, 4639.0, 4687.0, 4637.0, 4627.0, 4646.0, 4628.0, 4668.0, 4640.0, 4689.0, 4679.0, 4641.0, 4670.0, 4641.0, 4679.0, 4630.0, 4689.0, 4640.0, 4708.0, 4629.0, 4717.0, 4628.0, 4706.0, 4626.0, 4627.0, 4657.0, 4628.0, 4677.0, 4649.0, 4688.0, 4649.0, 4638.0, 4648.0, 4628.0, 4657.0, 4627.0, 4676.0, 4627.0, 4687.0, 4638.0, 4666.0, 4648.0, 4676.0, 4648.0, 4675.0, 4656.0, 4637.0, 4646.0, 4627.0, 4656.0, 4639.0, 4678.0, 4637.0, 4685.0, 4646.0, 4626.0, 4645.0, 4616.0, 4655.0, 4626.0, 4665.0, 4636.0, 4685.0, 4666.0, 4628.0, 4683.0, 4693.0, 4695.0, 4690.0, 4654.0, 4681.0, 4651.0, 4675.0, 4642.0, 4604.0, 4654.0, 4615.0, 4676.0, 4637.0, 4706.0, 4648.0, 4696.0, 4637.0, 4685.0, 4646.0, 4665.0, 4695.0, 4615.0, 4666.0, 4636.0, 4695.0, 4636.0, 4635.0, 4645.0, 4616.0, 4656.0, 4627.0, 4696.0, 4696.0, 4627.0, 4667.0, 4627.0, 4646.0, 4646.0, 4627.0, 4696.0, 4627.0, 4675.0, 4636.0, 4705.0, 4625.0, 4615.0, 4645.0, 4626.0, 4665.0, 4636.0, 4695.0, 4636.0, 4627.0, 4647.0, 4627.0, 4667.0, 4638.0, 4657.0, 4667.0, 4639.0, 4679.0, 4630.0, 4640.0, 4670.0, 4639.0, 4680.0, 4701.0, 4642.0, 4681.0, 4641.0, 4699.0, 4640.0, 4707.0, 4637.0, 4707.0, 4656.0, 4705.0, 4666.0, 4637.0, 4666.0, 4637.0, 4617.0, 4647.0, 4628.0, 4678.0, 4649.0, 4668.0, 4638.0, 4629.0, 4669.0, 4639.0, 4688.0, 4659.0, 4659.0, 4668.0, 4629.0, 4707.0, 4638.0, 4695.0, 4637.0, 4684.0, 4636.0, 4694.0, 4645.0, 4644.0, 4653.0, 4615.0, 4653.0, 4614.0, 4652.0, 4624.0, 4653.0, 4645.0, 4654.0, 4655.0, 4616.0, 4655.0, 4625.0, 4664.0, 4626.0, 4636.0, 4656.0, 4626.0, 4667.0, 4628.0, 4677.0, 4638.0, 4666.0, 4648.0, 4686.0, 4657.0, 4636.0, 4655.0, 4616.0, 4665.0, 4627.0, 4627.0, 4637.0, 4628.0, 4659.0, 4630.0, 4679.0, 4640.0, 4680.0, 4640.0, 4669.0, 4640.0, 4679.0, 4650.0, 4698.0, 4649.0, 4688.0, 4638.0, 4628.0, 4657.0, 4617.0, 4687.0, 4618.0, 4678.0, 4628.0, 4676.0, 4637.0, 4677.0, 4647.0, 4646.0, 4646.0, 4636.0, 4695.0, 4616.0, 4666.0, 4627.0, 4666.0, 4626.0, 4665.0, 4636.0, 4675.0, 4647.0, 4683.0, 4655.0, 4626.0, 4655.0, 4626.0, 4665.0, 4627.0, 4637.0, 4658.0, 4628.0, 4687.0, 4629.0, 4667.0, 4628.0, 4656.0, 4626.0, 4666.0, 4638.0, 4696.0, 4657.0, 4628.0, 4657.0, 4628.0, 4667.0, 4639.0, 4638.0, 4659.0, 4630.0, 4680.0, 4640.0, 4700.0, 4640.0, 4630.0, 4669.0, 4640.0, 4679.0, 4641.0, 4709.0, 4679.0, 4698.0, 4668.0, 4628.0, 4646.0, 4626.0, 4675.0, 4626.0, 4666.0, 4636.0, 4704.0, 4625.0, 4616.0, 4625.0, 4616.0, 4646.0, 4617.0, 4687.0, 4617.0, 4696.0, 4617.0, 4656.0, 4627.0, 4665.0, 4626.0, 4665.0, 4627.0, 4665.0, 4647.0, 4666.0, 4666.0, 4617.0, 4655.0, 4616.0, 4674.0, 4614.0, 4655.0, 4615.0, 4654.0, 4615.0, 4665.0, 4627.0, 4677.0, 4639.0, 4667.0, 4649.0, 4668.0, 4660.0, 4650.0, 4670.0, 4631.0, 4669.0, 4640.0, 4679.0, 4640.0, 4708.0, 4629.0, 4679.0, 4629.0, 4688.0, 4629.0, 4667.0, 4629.0, 4677.0, 4628.0, 4667.0, 4648.0, 4677.0, 4638.0, 4628.0, 4647.0, 4627.0, 4658.0, 4628.0, 4698.0, 4628.0, 4667.0, 4628.0, 4667.0, 4628.0, 4677.0, 4649.0, 4678.0, 4669.0, 4658.0, 4669.0, 4638.0, 4648.0, 4686.0, 4656.0, 4714.0, 4656.0, 4684.0, 4655.0, 4616.0, 4646.0, 4637.0, 4667.0, 4639.0, 4630.0, 4651.0, 4655.0, 4662.0, 4640.0, 4642.0, 4660.0, 4651.0, 4648.0, 4648.0, 4696.0, 4657.0, 4716.0, 4693.0, 4734.0, 4678.0, 4706.0, 4666.0, 4714.0, 4694.0, 4674.0, 4665.0, 4627.0, 4666.0, 4685.0, 4636.0, 4695.0, 4626.0, 4626.0, 4655.0, 4645.0, 4703.0, 4683.0, 4702.0, 4651.0, 4689.0, 4640.0, 4679.0, 4610.0, 4648.0, 4627.0, 4648.0, 4618.0, 4599.0, 4619.0, 4611.0, 4631.0, 4623.0, 4612.0, 4626.0, 4634.0, 4645.0, 4636.0, 4656.0, 4627.0, 4644.0, 4627.0, 4655.0, 4617.0, 4666.0, 4629.0, 4657.0, 4638.0, 4681.0, 4639.0, 4629.0, 4626.0, 4638.0, 4626.0, 4614.0, 4624.0, 4636.0, 4627.0, 4656.0, 4650.0, 4729.0, 4720.0, 4696.0, 4697.0, 4705.0, 4698.0, 4707.0, 4647.0, 4692.0, 4624.0, 4642.0, 4622.0, 4602.0, 4633.0, 4624.0, 4651.0, 4620.0, 4610.0, 4630.0, 4621.0, 4651.0, 4611.0, 4667.0, 4629.0, 4648.0, 4628.0, 4676.0, 4636.0, 4644.0, 4624.0, 4585.0, 4605.0, 4596.0, 4615.0, 4608.0, 4638.0, 4621.0, 4621.0, 4632.0, 4612.0, 4622.0, 4613.0, 4634.0, 4614.0, 4645.0, 4625.0, 4646.0, 4615.0, 4694.0, 4615.0, 4641.0, 4615.0, 4644.0, 4615.0, 4656.0, 4618.0, 4676.0, 4638.0, 4648.0, 4648.0, 4628.0, 4648.0, 4628.0, 4667.0, 4629.0, 4677.0, 4647.0, 4697.0, 4638.0, 4676.0, 4627.0, 4676.0, 4647.0, 4674.0, 4646.0, 4645.0, 4645.0, 4616.0, 4645.0, 4626.0, 4668.0, 4617.0, 4665.0, 4617.0, 4665.0, 4626.0, 4675.0, 4636.0, 4616.0, 4626.0, 4617.0, 4647.0, 4628.0, 4678.0, 4628.0, 4697.0, 4639.0, 4687.0, 4638.0, 4657.0, 4638.0, 4629.0, 4667.0, 4638.0, 4707.0, 4639.0, 4677.0, 4637.0, 4643.0, 4660.0, 4629.0, 4709.0, 4629.0, 4681.0, 4640.0, 4677.0, 4638.0, 4665.0, 4649.0, 4637.0, 4685.0, 4627.0, 4685.0, 4636.0, 4684.0, 4634.0, 4654.0, 4633.0, 4624.0, 4643.0, 4622.0, 4665.0, 4613.0, 4613.0, 4632.0, 4623.0, 4632.0, 4623.0, 4626.0, 4623.0, 4614.0, 4631.0, 4612.0, 4632.0, 4623.0, 4651.0, 4633.0, 4700.0, 4636.0, 4685.0, 4636.0, 4682.0, 4623.0, 4652.0, 4632.0, 4613.0, 4662.0, 4624.0, 4615.0, 4645.0, 4627.0, 4666.0, 4648.0, 4627.0, 4648.0, 4640.0, 4656.0, 4626.0, 4708.0, 4628.0, 4641.0, 4649.0, 4641.0, 4652.0, 4627.0, 4680.0, 4691.0, 4701.0, 4681.0, 4652.0, 4710.0, 4659.0, 4706.0, 4656.0, 4694.0, 4662.0, 4681.0, 4681.0, 4650.0, 4619.0, 4600.0, 4619.0, 4599.0, 4619.0, 4599.0, 4617.0, 4599.0, 4628.0, 4612.0, 4588.0, 4609.0, 4612.0, 4601.0, 4599.0, 4602.0, 4612.0, 4615.0, 4643.0, 4614.0, 4663.0, 4613.0, 4652.0, 4602.0, 4621.0, 4603.0, 4666.0, 4675.0, 4704.0, 4623.0, 4672.0, 4612.0, 4652.0, 4613.0, 4642.0, 4613.0, 4643.0, 4613.0, 4642.0, 4613.0, 4632.0, 4624.0, 4643.0, 4626.0, 4653.0], 'WindowWidth': [10349.0, 10244.0, 10324.0, 10291.0, 10234.0, 10312.0, 10218.0, 10242.0, 10202.0, 10189.0, 10213.0, 10205.0, 10280.0, 10250.0, 10199.0, 10250.0, 10196.0, 10206.0, 10196.0, 10180.0, 10194.0, 10167.0, 10207.0, 10169.0, 10290.0, 10172.0, 10188.0, 10182.0, 10183.0, 10208.0, 10196.0, 10233.0, 10183.0, 10259.0, 10247.0, 10179.0, 10285.0, 10182.0, 10246.0, 10174.0, 10147.0, 10237.0, 10158.0, 10264.0, 10170.0, 10223.0, 10183.0, 10261.0, 10156.0, 10230.0, 10153.0, 10152.0, 10139.0, 10142.0, 10182.0, 10160.0, 10212.0, 10174.0, 10164.0, 10189.0, 10179.0, 10202.0, 10178.0, 10213.0, 10177.0, 10192.0, 10190.0, 10166.0, 10189.0, 10163.0, 10201.0, 10178.0, 10214.0, 10178.0, 10180.0, 10192.0, 10173.0, 10194.0, 10171.0, 10208.0, 10187.0, 10225.0, 10189.0, 10227.0, 10221.0, 10200.0, 10210.0, 10220.0, 10233.0, 10188.0, 10204.0, 10234.0, 10199.0, 10236.0, 10212.0, 10248.0, 10228.0, 10288.0, 10251.0, 10296.0, 10281.0, 10226.0, 10195.0, 10168.0, 10207.0, 10169.0, 10246.0, 10197.0, 10285.0, 10232.0, 10170.0, 10192.0, 10167.0, 10204.0, 10185.0, 10260.0, 10206.0, 10206.0, 10228.0, 10191.0, 10201.0, 10172.0, 10170.0, 10207.0, 10170.0, 10276.0, 10216.0, 10269.0, 10214.0, 10187.0, 10207.0, 10165.0, 10204.0, 10164.0, 10270.0, 10213.0, 10265.0, 10159.0, 10235.0, 10156.0, 10141.0, 10171.0, 10147.0, 10200.0, 10166.0, 10189.0, 10190.0, 10152.0, 10216.0, 10167.0, 10219.0, 10170.0, 10219.0, 10182.0, 10230.0, 10192.0, 10177.0, 10204.0, 10168.0, 10201.0, 10150.0, 10212.0, 10149.0, 10214.0, 10177.0, 10252.0, 10175.0, 10189.0, 10174.0, 10149.0, 10188.0, 10168.0, 10218.0, 10182.0, 10233.0, 10196.0, 10187.0, 10197.0, 10173.0, 10224.0, 10188.0, 10240.0, 10173.0, 10251.0, 10187.0, 10250.0, 10182.0, 10168.0, 10193.0, 10170.0, 10224.0, 10191.0, 10255.0, 10243.0, 10195.0, 10232.0, 10196.0, 10243.0, 10179.0, 10257.0, 10191.0, 10281.0, 10173.0, 10289.0, 10171.0, 10273.0, 10165.0, 10167.0, 10209.0, 10171.0, 10236.0, 10200.0, 10252.0, 10201.0, 10184.0, 10197.0, 10171.0, 10209.0, 10168.0, 10234.0, 10169.0, 10250.0, 10184.0, 10221.0, 10197.0, 10235.0, 10197.0, 10230.0, 10206.0, 10180.0, 10192.0, 10170.0, 10208.0, 10189.0, 10240.0, 10184.0, 10245.0, 10194.0, 10166.0, 10190.0, 10150.0, 10203.0, 10164.0, 10216.0, 10180.0, 10243.0, 10218.0, 10173.0, 10257.0, 10290.0, 10298.0, 10280.0, 10219.0, 10249.0, 10207.0, 10232.0, 10182.0, 10131.0, 10200.0, 10150.0, 10234.0, 10183.0, 10276.0, 10197.0, 10261.0, 10182.0, 10245.0, 10193.0, 10217.0, 10258.0, 10149.0, 10219.0, 10180.0, 10257.0, 10179.0, 10176.0, 10188.0, 10153.0, 10206.0, 10170.0, 10259.0, 10260.0, 10168.0, 10224.0, 10170.0, 10194.0, 10193.0, 10167.0, 10260.0, 10167.0, 10230.0, 10180.0, 10272.0, 10163.0, 10150.0, 10188.0, 10165.0, 10218.0, 10179.0, 10258.0, 10179.0, 10169.0, 10195.0, 10169.0, 10221.0, 10186.0, 10211.0, 10224.0, 10191.0, 10244.0, 10178.0, 10194.0, 10233.0, 10192.0, 10247.0, 10276.0, 10197.0, 10250.0, 10195.0, 10271.0, 10191.0, 10277.0, 10184.0, 10277.0, 10209.0, 10269.0, 10219.0, 10181.0, 10219.0, 10181.0, 10155.0, 10197.0, 10171.0, 10239.0, 10202.0, 10226.0, 10186.0, 10177.0, 10227.0, 10188.0, 10251.0, 10215.0, 10213.0, 10225.0, 10172.0, 10276.0, 10183.0, 10257.0, 10180.0, 10240.0, 10178.0, 10251.0, 10187.0, 10184.0, 10196.0, 10147.0, 10196.0, 10144.0, 10193.0, 10159.0, 10197.0, 10189.0, 10200.0, 10201.0, 10152.0, 10202.0, 10163.0, 10212.0, 10165.0, 10177.0, 10205.0, 10165.0, 10221.0, 10171.0, 10235.0, 10184.0, 10218.0, 10197.0, 10244.0, 10206.0, 10177.0, 10202.0, 10153.0, 10216.0, 10166.0, 10167.0, 10182.0, 10172.0, 10215.0, 10176.0, 10243.0, 10193.0, 10244.0, 10192.0, 10226.0, 10189.0, 10239.0, 10203.0, 10263.0, 10198.0, 10249.0, 10182.0, 10168.0, 10208.0, 10152.0, 10246.0, 10155.0, 10235.0, 10168.0, 10233.0, 10181.0, 10235.0, 10194.0, 10192.0, 10193.0, 10178.0, 10258.0, 10152.0, 10219.0, 10168.0, 10218.0, 10165.0, 10214.0, 10178.0, 10229.0, 10193.0, 10238.0, 10202.0, 10167.0, 10202.0, 10165.0, 10216.0, 10169.0, 10182.0, 10212.0, 10172.0, 10250.0, 10174.0, 10222.0, 10171.0, 10205.0, 10165.0, 10217.0, 10183.0, 10259.0, 10208.0, 10172.0, 10208.0, 10172.0, 10223.0, 10187.0, 10185.0, 10214.0, 10177.0, 10245.0, 10192.0, 10272.0, 10190.0, 10178.0, 10227.0, 10189.0, 10241.0, 10191.0, 10280.0, 10240.0, 10264.0, 10223.0, 10168.0, 10191.0, 10163.0, 10228.0, 10162.0, 10215.0, 10176.0, 10267.0, 10161.0, 10149.0, 10160.0, 10150.0, 10189.0, 10151.0, 10247.0, 10153.0, 10258.0, 10152.0, 10203.0, 10165.0, 10213.0, 10163.0, 10213.0, 10164.0, 10215.0, 10192.0, 10217.0, 10216.0, 10152.0, 10202.0, 10151.0, 10227.0, 10145.0, 10200.0, 10147.0, 10199.0, 10149.0, 10215.0, 10168.0, 10238.0, 10190.0, 10224.0, 10203.0, 10227.0, 10218.0, 10204.0, 10230.0, 10179.0, 10229.0, 10190.0, 10241.0, 10190.0, 10280.0, 10175.0, 10240.0, 10173.0, 10250.0, 10172.0, 10221.0, 10172.0, 10234.0, 10172.0, 10222.0, 10199.0, 10236.0, 10184.0, 10171.0, 10196.0, 10168.0, 10212.0, 10170.0, 10264.0, 10170.0, 10222.0, 10171.0, 10221.0, 10171.0, 10234.0, 10200.0, 10236.0, 10227.0, 10210.0, 10227.0, 10183.0, 10196.0, 10243.0, 10204.0, 10278.0, 10203.0, 10240.0, 10201.0, 10151.0, 10190.0, 10182.0, 10222.0, 10188.0, 10179.0, 10206.0, 10221.0, 10224.0, 10192.0, 10198.0, 10220.0, 10207.0, 10200.0, 10198.0, 10259.0, 10208.0, 10289.0, 10270.0, 10326.0, 10238.0, 10273.0, 10219.0, 10279.0, 10252.0, 10225.0, 10216.0, 10167.0, 10219.0, 10244.0, 10178.0, 10256.0, 10163.0, 10162.0, 10200.0, 10186.0, 10264.0, 10235.0, 10258.0, 10187.0, 10235.0, 10169.0, 10221.0, 10129.0, 10180.0, 10150.0, 10178.0, 10138.0, 10115.0, 10143.0, 10134.0, 10161.0, 10156.0, 10141.0, 10163.0, 10172.0, 10189.0, 10178.0, 10205.0, 10166.0, 10188.0, 10166.0, 10203.0, 10152.0, 10219.0, 10173.0, 10207.0, 10185.0, 10248.0, 10190.0, 10176.0, 10169.0, 10184.0, 10165.0, 10145.0, 10160.0, 10176.0, 10167.0, 10206.0, 10207.0, 10310.0, 10300.0, 10261.0, 10262.0, 10272.0, 10267.0, 10278.0, 10194.0, 10246.0, 10156.0, 10178.0, 10151.0, 10125.0, 10170.0, 10156.0, 10187.0, 10145.0, 10131.0, 10159.0, 10146.0, 10186.0, 10134.0, 10206.0, 10154.0, 10177.0, 10149.0, 10212.0, 10158.0, 10167.0, 10140.0, 10087.0, 10114.0, 10107.0, 10130.0, 10128.0, 10167.0, 10149.0, 10149.0, 10166.0, 10140.0, 10154.0, 10144.0, 10171.0, 10146.0, 10187.0, 10162.0, 10191.0, 10148.0, 10252.0, 10149.0, 10180.0, 10148.0, 10183.0, 10146.0, 10201.0, 10155.0, 10231.0, 10184.0, 10195.0, 10197.0, 10171.0, 10197.0, 10171.0, 10221.0, 10172.0, 10236.0, 10195.0, 10262.0, 10182.0, 10231.0, 10167.0, 10230.0, 10193.0, 10226.0, 10190.0, 10187.0, 10187.0, 10149.0, 10188.0, 10163.0, 10224.0, 10152.0, 10215.0, 10152.0, 10214.0, 10163.0, 10227.0, 10176.0, 10149.0, 10164.0, 10152.0, 10194.0, 10171.0, 10236.0, 10171.0, 10263.0, 10185.0, 10249.0, 10183.0, 10206.0, 10182.0, 10174.0, 10222.0, 10185.0, 10277.0, 10187.0, 10234.0, 10181.0, 10200.0, 10214.0, 10172.0, 10282.0, 10171.0, 10247.0, 10190.0, 10236.0, 10183.0, 10213.0, 10201.0, 10182.0, 10240.0, 10165.0, 10243.0, 10176.0, 10236.0, 10171.0, 10196.0, 10169.0, 10157.0, 10179.0, 10152.0, 10215.0, 10141.0, 10142.0, 10164.0, 10154.0, 10166.0, 10156.0, 10166.0, 10154.0, 10142.0, 10163.0, 10137.0, 10164.0, 10153.0, 10188.0, 10168.0, 10256.0, 10178.0, 10243.0, 10178.0, 10236.0, 10156.0, 10193.0, 10168.0, 10142.0, 10208.0, 10157.0, 10147.0, 10187.0, 10168.0, 10220.0, 10198.0, 10169.0, 10199.0, 10193.0, 10208.0, 10168.0, 10283.0, 10175.0, 10198.0, 10204.0, 10195.0, 10210.0, 10167.0, 10244.0, 10259.0, 10274.0, 10246.0, 10205.0, 10282.0, 10209.0, 10268.0, 10201.0, 10248.0, 10202.0, 10229.0, 10224.0, 10182.0, 10139.0, 10113.0, 10138.0, 10111.0, 10136.0, 10109.0, 10132.0, 10111.0, 10149.0, 10135.0, 10097.0, 10129.0, 10135.0, 10117.0, 10113.0, 10120.0, 10134.0, 10143.0, 10178.0, 10140.0, 10204.0, 10137.0, 10189.0, 10121.0, 10146.0, 10126.0, 10217.0, 10225.0, 10265.0, 10151.0, 10215.0, 10136.0, 10189.0, 10137.0, 10175.0, 10137.0, 10177.0, 10140.0, 10177.0, 10139.0, 10163.0, 10156.0, 10180.0, 10162.0, 10197.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.0032787571921749138</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.01867592151898734</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.756692099596776</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2240003623271887</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0552597797695857</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5001</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4956.5293</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08301916607234582</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>38</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>4.372842347525892</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.713002465758573</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6022214834127504</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>3.018319291674024</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.518466622188946</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0141514</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006604079622775316</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.0370689295232296</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.547246798784809</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>13.9344</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>57.0034</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>232.0371</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>293492.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1090.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>412.2807</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.547</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>641.4189</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3763.3183</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4069.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>83052.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>972.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5034.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1147.0799</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>39.786447787773795</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> |