=== Do not change lines below ===
{
"chain": [],
"cmd": "./code/containers/scripts/singularity_cmd exec code/containers/images/bids/bids-mriqc--24.0.2.sing mriqc sourcedata/raw . participant --participant-label sub-0101 --no-datalad-get --no-sub --verbose --nprocs 1 --mem 3000 --work-dir /tmp --float32 --verbose-reports",
"dsid": "2d58dd48-4166-4dc3-9cd1-64f3d0665a8c",
"exit": 0,
"extra_inputs": [
"code/containers/images/bids/bids-mriqc--24.0.2.sing"
],
"inputs": [
"sourcedata/raw/sub-0101",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0101_ses-03_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0101_ses-03_task-social_acq-mb8_run-01_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-01_session-03_subject-0101_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0101_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0101_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0101_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called «carpetplot» may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-01_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-01_session-03_subject-0101_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-01_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-01_session-03_subject-0101_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0101_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
|
|
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0101/ses-03/func/sub-0101_ses-03_task-social_acq-mb8_run-01_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>4a8e70e3758cda83e66aaeacb9a7ead5</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>16:21:20.420000</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.997864, 0.0438205, 0.0484414, -0.0374621, 0.991429, -0.125159]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_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.125183</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-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4244, -7752, -7229, 4, -164, -105, -47, 53]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>313.619</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>42a4f990-469a-47fb-9419-32b1b32ee1ff||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.677196979522705, -0.10050800442695618, 0.14447888731956482, 112.00318145751953], [-0.11756720393896103, 2.6599321365356445, -0.33230727910995483, -83.87351989746094], [0.12996463477611542, 0.33579185605049133, 2.67557430267334, -111.34806823730469], [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': ['162120.420000', '162120.880000', '162121.340000', '162121.800000', '162122.260000', '162122.720000', '162123.180000', '162123.640000', '162124.100000', '162124.560000', '162125.020000', '162125.480000', '162125.940000', '162126.400000', '162126.860000', '162127.320000', '162127.780000', '162128.240000', '162128.700000', '162129.160000', '162129.620000', '162130.080000', '162130.540000', '162131.000000', '162131.460000', '162131.920000', '162132.380000', '162132.840000', '162133.300000', '162133.760000', '162134.220000', '162134.680000', '162135.140000', '162135.600000', '162136.060000', '162136.520000', '162136.980000', '162137.440000', '162137.900000', '162138.360000', '162138.820000', '162139.280000', '162139.740000', '162140.200000', '162140.660000', '162141.120000', '162141.580000', '162142.040000', '162142.500000', '162142.960000', '162143.420000', '162143.880000', '162144.340000', '162144.800000', '162145.260000', '162145.720000', '162146.180000', '162146.640000', '162147.100000', '162147.560000', '162148.020000', '162148.480000', '162148.940000', '162149.400000', '162149.860000', '162150.320000', '162150.780000', '162151.240000', '162151.700000', '162152.160000', '162152.620000', '162153.080000', '162153.540000', '162154.000000', '162154.460000', '162154.920000', '162155.380000', '162155.840000', '162156.300000', '162156.760000', '162157.220000', '162157.680000', '162158.140000', '162158.600000', '162159.060000', '162159.520000', '162159.980000', '162200.440000', '162200.900000', '162201.360000', '162201.820000', '162202.280000', '162202.740000', '162203.200000', '162203.660000', '162204.120000', '162204.580000', '162205.040000', '162205.500000', '162205.960000', '162206.420000', '162206.880000', '162207.340000', '162207.800000', '162208.260000', '162208.720000', '162209.180000', '162209.640000', '162210.100000', '162210.560000', '162211.020000', '162211.480000', '162211.940000', '162212.400000', '162212.860000', '162213.320000', '162213.780000', '162214.240000', '162214.700000', '162215.160000', '162215.620000', '162216.080000', '162216.540000', '162217.000000', '162217.460000', '162217.920000', '162218.380000', '162218.840000', '162219.300000', '162219.760000', '162220.220000', '162220.680000', '162221.140000', '162221.600000', '162222.060000', '162222.520000', '162222.980000', '162223.440000', '162223.900000', '162224.360000', '162224.820000', '162225.280000', '162225.740000', '162226.200000', '162226.660000', '162227.120000', '162227.580000', '162228.040000', '162228.500000', '162228.960000', '162229.420000', '162229.880000', '162230.340000', '162230.800000', '162231.260000', '162231.720000', '162232.180000', '162232.640000', '162233.100000', '162233.560000', '162234.020000', '162234.480000', '162234.940000', '162235.400000', '162235.860000', '162236.320000', '162236.780000', '162237.240000', '162237.700000', '162238.160000', '162238.620000', '162239.080000', '162239.540000', '162240.000000', '162240.460000', '162240.920000', '162241.380000', '162241.840000', '162242.300000', '162242.760000', '162243.220000', '162243.680000', '162244.140000', '162244.600000', '162245.060000', '162245.520000', '162245.980000', '162246.440000', '162246.900000', '162247.360000', '162247.820000', '162248.280000', '162248.740000', '162249.200000', '162249.660000', '162250.120000', '162250.580000', '162251.040000', '162251.500000', '162251.960000', '162252.420000', '162252.880000', '162253.340000', '162253.800000', '162254.260000', '162254.720000', '162255.180000', '162255.640000', '162256.100000', '162256.560000', '162257.020000', '162257.480000', '162257.940000', '162258.400000', '162258.860000', '162259.320000', '162259.780000', '162300.240000', '162300.700000', '162301.160000', '162301.620000', '162302.080000', '162302.540000', '162303.000000', '162303.460000', '162303.920000', '162304.380000', '162304.840000', '162305.300000', '162305.760000', '162306.220000', '162306.680000', '162307.140000', '162307.600000', '162308.060000', '162308.520000', '162308.980000', '162309.440000', '162309.900000', '162310.360000', '162310.820000', '162311.280000', '162311.740000', '162312.200000', '162312.660000', '162313.120000', '162313.580000', '162314.040000', '162314.500000', '162314.960000', '162315.420000', '162315.880000', '162316.340000', '162316.800000', '162317.260000', '162317.720000', '162318.180000', '162318.640000', '162319.100000', '162319.560000', '162320.020000', '162320.480000', '162320.940000', '162321.400000', '162321.860000', '162322.320000', '162322.780000', '162323.240000', '162323.700000', '162324.160000', '162324.620000', '162325.080000', '162325.540000', '162326.000000', '162326.460000', '162326.920000', '162327.380000', '162327.840000', '162328.300000', '162328.760000', '162329.220000', '162329.680000', '162330.140000', '162330.600000', '162331.060000', '162331.520000', '162331.980000', '162332.440000', '162332.900000', '162333.360000', '162333.820000', '162334.280000', '162334.740000', '162335.200000', '162335.660000', '162336.120000', '162336.580000', '162337.040000', '162337.500000', '162337.960000', '162338.420000', '162338.880000', '162339.340000', '162339.800000', '162340.260000', '162340.720000', '162341.180000', '162341.640000', '162342.100000', '162342.560000', '162343.020000', '162343.480000', '162343.940000', '162344.400000', '162344.860000', '162345.320000', '162345.780000', '162346.240000', '162346.700000', '162347.160000', '162347.620000', '162348.080000', '162348.540000', '162349.000000', '162349.460000', '162349.920000', '162350.380000', '162350.840000', '162351.300000', '162351.760000', '162352.220000', '162352.680000', '162353.140000', '162353.600000', '162354.060000', '162354.520000', '162354.980000', '162355.440000', '162355.900000', '162356.360000', '162356.820000', '162357.280000', '162357.740000', '162358.200000', '162358.660000', '162359.120000', '162359.580000', '162400.040000', '162400.500000', '162400.960000', '162401.420000', '162401.880000', '162402.340000', '162402.800000', '162403.260000', '162403.720000', '162404.180000', '162404.640000', '162405.100000', '162405.560000', '162406.020000', '162406.480000', '162406.940000', '162407.400000', '162407.860000', '162408.320000', '162408.780000', '162409.240000', '162409.700000', '162410.160000', '162410.620000', '162411.080000', '162411.540000', '162412.000000', '162412.460000', '162412.920000', '162413.380000', '162413.840000', '162414.300000', '162414.760000', '162415.220000', '162415.680000', '162416.140000', '162416.600000', '162417.060000', '162417.520000', '162417.980000', '162418.440000', '162418.900000', '162419.360000', '162419.820000', '162420.280000', '162420.740000', '162421.200000', '162421.660000', '162422.120000', '162422.580000', '162423.040000', '162423.500000', '162423.960000', '162424.420000', '162424.880000', '162425.340000', '162425.800000', '162426.260000', '162426.720000', '162427.180000', '162427.640000', '162428.100000', '162428.560000', '162429.020000', '162429.480000', '162429.940000', '162430.400000', '162430.860000', '162431.320000', '162431.780000', '162432.240000', '162432.700000', '162433.160000', '162433.620000', '162434.080000', '162434.540000', '162435.000000', '162435.460000', '162435.920000', '162436.380000', '162436.840000', '162437.300000', '162437.760000', '162438.220000', '162438.680000', '162439.140000', '162439.600000', '162440.060000', '162440.520000', '162440.980000', '162441.440000', '162441.900000', '162442.360000', '162442.820000', '162443.280000', '162443.740000', '162444.200000', '162444.660000', '162445.120000', '162445.580000', '162446.040000', '162446.500000', '162446.960000', '162447.420000', '162447.880000', '162448.340000', '162448.800000', '162449.260000', '162449.720000', '162450.180000', '162450.640000', '162451.100000', '162451.560000', '162452.020000', '162452.480000', '162452.940000', '162453.400000', '162453.860000', '162454.320000', '162454.780000', '162455.240000', '162455.700000', '162456.160000', '162456.620000', '162457.080000', '162457.540000', '162458.000000', '162458.460000', '162458.920000', '162459.380000', '162459.840000', '162500.300000', '162500.760000', '162501.220000', '162501.680000', '162502.140000', '162502.600000', '162503.060000', '162503.520000', '162503.980000', '162504.440000', '162504.900000', '162505.360000', '162505.820000', '162506.280000', '162506.740000', '162507.200000', '162507.660000', '162508.120000', '162508.580000', '162509.040000', '162509.500000', '162509.960000', '162510.420000', '162510.880000', '162511.340000', '162511.800000', '162512.260000', '162512.720000', '162513.180000', '162513.640000', '162514.100000', '162514.560000', '162515.020000', '162515.480000', '162515.940000', '162516.400000', '162516.860000', '162517.320000', '162517.780000', '162518.240000', '162518.700000', '162519.160000', '162519.620000', '162520.080000', '162520.540000', '162521.000000', '162521.460000', '162521.920000', '162522.380000', '162522.840000', '162523.300000', '162523.760000', '162524.220000', '162524.680000', '162525.140000', '162525.600000', '162526.060000', '162526.520000', '162526.980000', '162527.440000', '162527.900000', '162528.360000', '162528.820000', '162529.280000', '162529.740000', '162530.200000', '162530.660000', '162531.120000', '162531.580000', '162532.040000', '162532.500000', '162532.960000', '162533.420000', '162533.880000', '162534.340000', '162534.800000', '162535.260000', '162535.720000', '162536.180000', '162536.640000', '162537.100000', '162537.560000', '162538.020000', '162538.480000', '162538.940000', '162539.400000', '162539.860000', '162540.320000', '162540.780000', '162541.240000', '162541.700000', '162542.160000', '162542.620000', '162543.080000', '162543.540000', '162544.000000', '162544.460000', '162544.920000', '162545.380000', '162545.840000', '162546.300000', '162546.760000', '162547.220000', '162547.680000', '162548.140000', '162548.600000', '162549.060000', '162549.520000', '162549.980000', '162550.440000', '162550.900000', '162551.360000', '162551.820000', '162552.280000', '162552.740000', '162553.200000', '162553.660000', '162554.120000', '162554.580000', '162555.040000', '162555.500000', '162555.960000', '162556.420000', '162556.880000', '162557.340000', '162557.800000', '162558.260000', '162558.720000', '162559.180000', '162559.640000', '162600.100000', '162600.560000', '162601.020000', '162601.480000', '162601.940000', '162602.400000', '162602.860000', '162603.320000', '162603.780000', '162604.240000', '162604.700000', '162605.160000', '162605.620000', '162606.080000', '162606.540000', '162607.000000', '162607.460000', '162607.920000', '162608.380000', '162608.840000', '162609.300000', '162609.760000', '162610.220000', '162610.680000', '162611.140000', '162611.600000', '162612.060000', '162612.520000', '162612.980000', '162613.440000', '162613.900000', '162614.360000', '162614.820000', '162615.280000', '162615.740000', '162616.200000', '162616.660000', '162617.120000', '162617.580000', '162618.040000', '162618.500000', '162618.960000', '162619.420000', '162619.880000', '162620.340000', '162620.800000', '162621.260000', '162621.720000', '162622.180000', '162622.640000', '162623.100000', '162623.560000', '162624.020000', '162624.480000', '162624.940000', '162625.400000', '162625.860000', '162626.320000', '162626.780000', '162627.240000', '162627.700000', '162628.160000', '162628.620000', '162629.080000', '162629.540000', '162630.000000', '162630.460000', '162630.920000', '162631.380000', '162631.840000', '162632.300000', '162632.760000', '162633.220000', '162633.680000', '162634.140000', '162634.600000', '162635.060000', '162635.520000', '162635.980000', '162636.440000', '162636.900000', '162637.360000', '162637.820000', '162638.280000', '162638.740000', '162639.200000', '162639.660000', '162640.120000', '162640.580000', '162641.040000', '162641.500000', '162641.960000', '162642.420000', '162642.880000', '162643.340000', '162643.800000', '162644.260000', '162644.720000', '162645.180000', '162645.640000', '162646.100000', '162646.560000', '162647.020000', '162647.480000', '162647.940000', '162648.400000', '162648.860000', '162649.320000', '162649.780000', '162650.240000', '162650.700000', '162651.160000', '162651.620000', '162652.080000', '162652.540000', '162653.000000', '162653.460000', '162653.920000', '162654.380000', '162654.840000', '162655.300000', '162655.760000', '162656.220000', '162656.680000', '162657.140000', '162657.600000', '162658.060000', '162658.520000', '162658.980000', '162659.440000', '162659.900000', '162700.360000', '162700.820000', '162701.280000', '162701.740000', '162702.200000', '162702.660000', '162703.120000', '162703.580000', '162704.040000', '162704.500000', '162704.960000', '162705.420000', '162705.880000', '162706.340000', '162706.800000', '162707.260000', '162707.720000', '162708.180000', '162708.640000', '162709.100000', '162709.560000', '162710.020000', '162710.480000', '162710.940000', '162711.400000', '162711.860000', '162712.320000', '162712.780000', '162713.240000', '162713.700000', '162714.160000', '162714.620000', '162715.080000', '162715.540000', '162716.000000', '162716.460000', '162716.920000', '162717.380000', '162717.840000', '162718.300000', '162718.760000', '162719.220000', '162719.680000', '162720.140000', '162720.600000', '162721.060000', '162721.520000', '162721.980000', '162722.440000', '162722.900000', '162723.360000', '162723.820000', '162724.280000', '162724.740000', '162725.200000', '162725.660000', '162726.120000', '162726.580000', '162727.040000', '162727.500000', '162727.960000', '162728.420000', '162728.880000', '162729.340000', '162729.800000', '162730.260000', '162730.720000', '162731.180000', '162731.640000', '162732.100000', '162732.560000', '162733.020000', '162733.480000', '162733.940000', '162734.400000', '162734.860000', '162735.320000', '162735.780000', '162736.240000', '162736.700000', '162737.160000', '162737.620000', '162738.080000', '162738.540000', '162739.000000', '162739.460000', '162739.920000', '162740.380000', '162740.840000', '162741.300000', '162741.760000', '162742.220000', '162742.680000', '162743.140000', '162743.600000', '162744.060000', '162744.520000', '162744.980000', '162745.440000', '162745.900000', '162746.360000', '162746.820000', '162747.280000', '162747.740000', '162748.200000', '162748.660000', '162749.120000', '162749.580000', '162750.040000', '162750.500000', '162750.960000', '162751.420000', '162751.880000', '162752.340000', '162752.800000', '162753.260000', '162753.720000', '162754.180000', '162754.640000', '162755.100000', '162755.560000', '162756.020000', '162756.480000', '162756.940000', '162757.400000', '162757.860000', '162758.320000', '162758.780000', '162759.240000', '162759.700000', '162800.160000', '162800.620000', '162801.080000'], 'ContentTime': ['162137.574000', '162137.577000', '162137.580000', '162137.582000', '162137.585000', '162137.588000', '162137.590000', '162137.593000', '162137.595000', '162137.598000', '162137.600000', '162137.603000', '162137.606000', '162137.608000', '162137.611000', '162137.613000', '162137.616000', '162137.618000', '162137.621000', '162137.623000', '162137.626000', '162137.629000', '162137.631000', '162137.634000', '162137.636000', '162137.639000', '162137.641000', '162137.644000', '162137.646000', '162137.649000', '162137.652000', '162137.654000', '162137.657000', '162137.659000', '162137.662000', '162137.664000', '162157.510000', '162157.512000', '162157.515000', '162157.517000', '162157.520000', '162157.523000', '162157.525000', '162157.536000', '162157.539000', '162157.541000', '162157.544000', '162157.547000', '162157.549000', '162157.552000', '162157.554000', '162157.557000', '162157.560000', '162157.562000', '162157.565000', '162157.567000', '162157.570000', '162157.573000', '162157.575000', '162157.578000', '162157.580000', '162157.583000', '162157.585000', '162157.588000', '162157.591000', '162157.593000', '162157.596000', '162157.598000', '162157.601000', '162157.604000', '162157.606000', '162157.609000', '162157.611000', '162157.614000', '162157.617000', '162157.619000', '162157.622000', '162157.625000', '162157.627000', '162217.509000', '162217.512000', '162217.515000', '162217.517000', '162217.520000', '162217.522000', '162217.525000', '162217.528000', '162217.530000', '162217.533000', '162217.535000', '162217.538000', '162217.548000', '162217.551000', '162217.553000', '162217.556000', '162217.558000', '162217.561000', '162217.563000', '162217.566000', '162217.568000', '162217.571000', '162217.574000', '162217.576000', '162217.579000', '162217.581000', '162217.584000', '162217.586000', '162217.589000', '162217.592000', '162217.594000', '162217.597000', '162217.599000', '162217.602000', '162217.605000', '162217.607000', '162217.610000', '162217.612000', '162217.615000', '162217.617000', '162217.620000', '162217.622000', '162217.625000', '162237.509000', '162237.512000', '162237.515000', '162237.517000', '162237.520000', '162237.522000', '162237.525000', '162237.527000', '162237.530000', '162237.532000', '162237.535000', '162237.538000', '162237.540000', '162237.543000', '162237.545000', '162237.548000', '162237.551000', '162237.553000', '162237.556000', '162237.558000', '162237.561000', '162237.563000', '162237.567000', '162237.570000', '162237.572000', '162237.575000', '162237.577000', '162237.580000', '162237.582000', '162237.585000', '162237.587000', '162237.590000', '162237.593000', '162237.604000', '162237.606000', '162237.609000', '162237.611000', '162237.614000', '162237.617000', '162237.619000', '162237.622000', '162237.624000', '162237.627000', '162237.629000', '162257.509000', '162257.512000', '162257.515000', '162257.517000', '162257.520000', '162257.523000', '162257.525000', '162257.528000', '162257.530000', '162257.533000', '162257.535000', '162257.538000', '162257.541000', '162257.543000', '162257.546000', '162257.555000', '162257.557000', '162257.560000', '162257.563000', '162257.565000', '162257.568000', '162257.571000', '162257.573000', '162257.576000', '162257.578000', '162257.581000', '162257.583000', '162257.586000', '162257.589000', '162257.591000', '162257.594000', '162257.597000', '162257.599000', '162257.602000', '162257.604000', '162257.607000', '162257.610000', '162257.612000', '162257.615000', '162257.617000', '162257.620000', '162257.622000', '162257.625000', '162257.627000', '162317.509000', '162317.511000', '162317.514000', '162317.517000', '162317.519000', '162317.522000', '162317.524000', '162317.527000', '162317.529000', '162317.532000', '162317.535000', '162317.537000', '162317.540000', '162317.542000', '162317.545000', '162317.547000', '162317.550000', '162317.553000', '162317.555000', '162317.558000', '162317.560000', '162317.563000', '162317.565000', '162317.568000', '162317.586000', '162317.589000', '162317.591000', '162317.594000', '162317.597000', '162317.599000', '162317.602000', '162317.604000', '162317.607000', '162317.610000', '162317.612000', '162317.615000', '162317.617000', '162317.620000', '162317.622000', '162317.625000', '162317.628000', '162317.630000', '162317.633000', '162337.509000', '162337.512000', '162337.514000', '162337.517000', '162337.519000', '162337.522000', '162337.525000', '162337.527000', '162337.530000', '162337.532000', '162337.535000', '162337.537000', '162337.540000', '162337.543000', '162337.545000', '162337.548000', '162337.550000', '162337.553000', '162337.556000', '162337.558000', '162337.561000', '162337.563000', '162337.566000', '162337.569000', '162337.571000', '162337.574000', '162337.576000', '162337.579000', '162337.581000', '162337.584000', '162337.587000', '162337.590000', '162337.592000', '162337.595000', '162337.597000', '162337.600000', '162337.602000', '162337.605000', '162337.608000', '162337.610000', '162337.613000', '162337.615000', '162337.618000', '162357.509000', '162357.512000', '162357.515000', '162357.517000', '162357.520000', '162357.523000', '162357.525000', '162357.528000', '162357.530000', '162357.533000', '162357.536000', '162357.538000', '162357.541000', '162357.543000', '162357.546000', '162357.549000', '162357.551000', '162357.554000', '162357.556000', '162357.559000', '162357.562000', '162357.564000', '162357.567000', '162357.569000', '162357.572000', '162357.574000', '162357.577000', '162357.580000', '162357.582000', '162357.585000', '162357.588000', '162357.590000', '162357.593000', '162357.595000', '162357.604000', '162357.607000', '162357.609000', '162357.612000', '162357.614000', '162357.617000', '162357.620000', '162357.622000', '162357.625000', '162357.627000', '162417.510000', '162417.512000', '162417.515000', '162417.517000', '162417.520000', '162417.523000', '162417.526000', '162417.529000', '162417.531000', '162417.534000', '162417.536000', '162417.539000', '162417.542000', '162417.554000', '162417.556000', '162417.559000', '162417.561000', '162417.564000', '162417.567000', '162417.569000', '162417.572000', '162417.574000', '162417.577000', '162417.580000', '162417.582000', '162417.585000', '162417.587000', '162417.590000', '162417.593000', '162417.595000', '162417.598000', '162417.600000', '162417.603000', '162417.606000', '162417.608000', '162417.611000', '162417.613000', '162417.616000', '162417.618000', '162417.621000', '162417.624000', '162417.627000', '162417.630000', '162437.510000', '162437.512000', '162437.515000', '162437.518000', '162437.520000', '162437.523000', '162437.525000', '162437.528000', '162437.530000', '162437.533000', '162437.536000', '162437.538000', '162437.541000', '162437.543000', '162437.546000', '162437.549000', '162437.551000', '162437.554000', '162437.556000', '162437.559000', '162437.561000', '162437.564000', '162437.567000', '162437.569000', '162437.572000', '162437.574000', '162437.577000', '162437.579000', '162437.582000', '162437.585000', '162437.587000', '162437.590000', '162437.593000', '162437.595000', '162437.598000', '162437.600000', '162437.603000', '162437.605000', '162437.608000', '162437.611000', '162437.613000', '162437.616000', '162437.618000', '162437.621000', '162457.509000', '162457.512000', '162457.515000', '162457.517000', '162457.520000', '162457.523000', '162457.525000', '162457.528000', '162457.530000', '162457.533000', '162457.535000', '162457.538000', '162457.541000', '162457.543000', '162457.546000', '162457.549000', '162457.551000', '162457.554000', '162457.557000', '162457.559000', '162457.562000', '162457.565000', '162457.567000', '162457.570000', '162457.573000', '162457.575000', '162457.578000', '162457.581000', '162457.583000', '162457.586000', '162457.588000', '162457.591000', '162457.594000', '162457.596000', '162457.599000', '162457.601000', '162457.604000', '162457.607000', '162457.609000', '162457.612000', '162457.614000', '162457.617000', '162457.619000', '162517.509000', '162517.512000', '162517.515000', '162517.517000', '162517.520000', '162517.523000', '162517.525000', '162517.528000', '162517.530000', '162517.533000', '162517.536000', '162517.538000', '162517.541000', '162517.543000', '162517.546000', '162517.549000', '162517.551000', '162517.554000', '162517.556000', '162517.559000', '162517.561000', '162517.564000', '162517.567000', '162517.569000', '162517.572000', '162517.574000', '162517.577000', '162517.579000', '162517.582000', '162517.585000', '162517.587000', '162517.592000', '162517.595000', '162517.597000', '162517.600000', '162517.603000', '162517.605000', '162517.608000', '162517.610000', '162517.613000', '162517.616000', '162517.618000', '162517.621000', '162517.623000', '162537.509000', '162537.512000', '162537.514000', '162537.517000', '162537.519000', '162537.522000', '162537.525000', '162537.527000', '162537.530000', '162537.532000', '162537.535000', '162537.537000', '162537.540000', '162537.543000', '162537.545000', '162537.548000', '162537.550000', '162537.553000', '162537.556000', '162537.558000', '162537.561000', '162537.564000', '162537.567000', '162537.570000', '162537.572000', '162537.575000', '162537.578000', '162537.580000', '162537.583000', '162537.586000', '162537.588000', '162537.591000', '162537.593000', '162537.596000', '162537.599000', '162537.601000', '162537.604000', '162537.606000', '162537.609000', '162537.612000', '162537.614000', '162537.617000', '162537.620000', '162557.508000', '162557.511000', '162557.514000', '162557.517000', '162557.519000', '162557.522000', '162557.525000', '162557.527000', '162557.530000', '162557.532000', '162557.535000', '162557.538000', '162557.541000', '162557.543000', '162557.546000', '162557.548000', '162557.551000', '162557.554000', '162557.556000', '162557.559000', '162557.561000', '162557.564000', '162557.567000', '162557.569000', '162557.572000', '162557.575000', '162557.577000', '162557.580000', '162557.582000', '162557.585000', '162557.588000', '162557.590000', '162557.593000', '162557.595000', '162557.598000', '162557.601000', '162557.603000', '162557.606000', '162557.609000', '162557.611000', '162557.614000', '162557.616000', '162557.619000', '162557.622000', '162617.510000', '162617.512000', '162617.515000', '162617.518000', '162617.520000', '162617.523000', '162617.525000', '162617.528000', '162617.531000', '162617.533000', '162617.536000', '162617.538000', '162617.541000', '162617.544000', '162617.546000', '162617.549000', '162617.552000', '162617.554000', '162617.557000', '162617.559000', '162617.562000', '162617.565000', '162617.567000', '162617.570000', '162617.572000', '162617.575000', '162617.578000', '162617.580000', '162617.583000', '162617.585000', '162617.588000', '162617.591000', '162617.594000', '162617.596000', '162617.599000', '162617.601000', '162617.604000', '162617.607000', '162617.609000', '162617.612000', '162617.614000', '162617.617000', '162617.620000', '162637.509000', '162637.512000', '162637.515000', '162637.518000', '162637.520000', '162637.523000', '162637.526000', '162637.528000', '162637.531000', '162637.533000', '162637.536000', '162637.539000', '162637.541000', '162637.544000', '162637.547000', '162637.549000', '162637.552000', '162637.555000', '162637.557000', '162637.560000', '162637.563000', '162637.565000', '162637.568000', '162637.570000', '162637.573000', '162637.576000', '162637.578000', '162637.581000', '162637.584000', '162637.586000', '162637.589000', '162637.592000', '162637.594000', '162637.597000', '162637.600000', '162637.602000', '162637.605000', '162637.607000', '162637.610000', '162637.613000', '162637.615000', '162637.618000', '162637.620000', '162637.623000', '162657.509000', '162657.512000', '162657.515000', '162657.517000', '162657.520000', '162657.523000', '162657.525000', '162657.528000', '162657.530000', '162657.533000', '162657.535000', '162657.538000', '162657.541000', '162657.543000', '162657.546000', '162657.548000', '162657.551000', '162657.554000', '162657.556000', '162657.559000', '162657.562000', '162657.564000', '162657.567000', '162657.569000', '162657.572000', '162657.574000', '162657.577000', '162657.580000', '162657.582000', '162657.585000', '162657.588000', '162657.590000', '162657.593000', '162657.595000', '162657.598000', '162657.601000', '162657.603000', '162657.607000', '162657.610000', '162657.613000', '162657.616000', '162657.618000', '162657.621000', '162717.510000', '162717.512000', '162717.515000', '162717.518000', '162717.520000', '162717.523000', '162717.526000', '162717.528000', '162717.531000', '162717.534000', '162717.536000', '162717.539000', '162717.541000', '162717.544000', '162717.546000', '162717.549000', '162717.552000', '162717.554000', '162717.557000', '162717.560000', '162717.587000', '162717.590000', '162717.593000', '162717.595000', '162717.598000', '162717.600000', '162717.603000', '162717.606000', '162717.608000', '162717.611000', '162717.614000', '162717.616000', '162717.619000', '162717.621000', '162717.624000', '162717.627000', '162717.629000', '162717.632000', '162717.635000', '162717.637000', '162717.640000', '162717.642000', '162717.645000', '162717.648000', '162737.509000', '162737.512000', '162737.515000', '162737.517000', '162737.520000', '162737.523000', '162737.525000', '162737.528000', '162737.530000', '162737.533000', '162737.536000', '162737.538000', '162737.541000', '162737.543000', '162737.546000', '162737.549000', '162737.551000', '162737.554000', '162737.558000', '162737.560000', '162737.563000', '162737.565000', '162737.568000', '162737.571000', '162737.573000', '162737.576000', '162737.578000', '162737.581000', '162737.584000', '162737.586000', '162737.589000', '162737.591000', '162737.594000', '162737.597000', '162737.599000', '162737.602000', '162737.605000', '162737.607000', '162737.610000', '162737.612000', '162737.615000', '162737.618000', '162737.620000', '162757.508000', '162757.511000', '162757.514000', '162757.517000', '162757.519000', '162757.522000', '162757.524000', '162757.527000', '162757.530000', '162757.532000', '162757.535000', '162757.537000', '162757.540000', '162757.542000', '162757.545000', '162757.548000', '162757.550000', '162757.553000', '162757.556000', '162757.558000', '162757.561000', '162757.563000', '162757.566000', '162757.569000', '162757.571000', '162757.574000', '162757.576000', '162757.579000', '162757.581000', '162757.584000', '162757.587000', '162757.590000', '162757.592000', '162757.595000', '162757.597000', '162757.600000', '162757.603000', '162757.605000', '162757.608000', '162757.610000', '162757.613000', '162757.616000', '162757.618000', '162757.621000', '162801.951000', '162801.954000', '162801.957000', '162801.960000', '162801.963000', '162801.965000', '162801.968000', '162801.971000', '162801.973000', '162801.976000'], 'InstanceCreationTime': ['162137.574000', '162137.577000', '162137.580000', '162137.582000', '162137.585000', '162137.588000', '162137.590000', '162137.593000', '162137.595000', '162137.598000', '162137.600000', '162137.603000', '162137.606000', '162137.608000', '162137.611000', '162137.613000', '162137.616000', '162137.618000', '162137.621000', '162137.623000', '162137.626000', '162137.629000', '162137.631000', '162137.634000', '162137.636000', '162137.639000', '162137.641000', '162137.644000', '162137.646000', '162137.649000', '162137.652000', '162137.654000', '162137.657000', '162137.659000', '162137.662000', '162137.664000', '162157.510000', '162157.512000', '162157.515000', '162157.517000', '162157.520000', '162157.523000', '162157.525000', '162157.536000', '162157.539000', '162157.541000', '162157.544000', '162157.547000', '162157.549000', '162157.552000', '162157.554000', '162157.557000', '162157.560000', '162157.562000', '162157.565000', '162157.567000', '162157.570000', '162157.573000', '162157.575000', '162157.578000', '162157.580000', '162157.583000', '162157.585000', '162157.588000', '162157.591000', '162157.593000', '162157.596000', '162157.598000', '162157.601000', '162157.604000', '162157.606000', '162157.609000', '162157.611000', '162157.614000', '162157.617000', '162157.619000', '162157.622000', '162157.625000', '162157.627000', '162217.509000', '162217.512000', '162217.515000', '162217.517000', '162217.520000', '162217.522000', '162217.525000', '162217.528000', '162217.530000', '162217.533000', '162217.535000', '162217.538000', '162217.548000', '162217.551000', '162217.553000', '162217.556000', '162217.558000', '162217.561000', '162217.563000', '162217.566000', '162217.568000', '162217.571000', '162217.574000', '162217.576000', '162217.579000', '162217.581000', '162217.584000', '162217.586000', '162217.589000', '162217.592000', '162217.594000', '162217.597000', '162217.599000', '162217.602000', '162217.605000', '162217.607000', '162217.610000', '162217.612000', '162217.615000', '162217.617000', '162217.620000', '162217.622000', '162217.625000', '162237.509000', '162237.512000', '162237.515000', '162237.517000', '162237.520000', '162237.522000', '162237.525000', '162237.527000', '162237.530000', '162237.532000', '162237.535000', '162237.538000', '162237.540000', '162237.543000', '162237.545000', '162237.548000', '162237.551000', '162237.553000', '162237.556000', '162237.558000', '162237.561000', '162237.563000', '162237.567000', '162237.570000', '162237.572000', '162237.575000', '162237.577000', '162237.580000', '162237.582000', '162237.585000', '162237.587000', '162237.590000', '162237.593000', '162237.604000', '162237.606000', '162237.609000', '162237.611000', '162237.614000', '162237.617000', '162237.619000', '162237.622000', '162237.624000', '162237.627000', '162237.629000', '162257.509000', '162257.512000', '162257.515000', '162257.517000', '162257.520000', '162257.523000', '162257.525000', '162257.528000', '162257.530000', '162257.533000', '162257.535000', '162257.538000', '162257.541000', '162257.543000', '162257.546000', '162257.555000', '162257.557000', '162257.560000', '162257.563000', '162257.565000', '162257.568000', '162257.571000', '162257.573000', '162257.576000', '162257.578000', '162257.581000', '162257.583000', '162257.586000', '162257.589000', '162257.591000', '162257.594000', '162257.597000', '162257.599000', '162257.602000', '162257.604000', '162257.607000', '162257.610000', '162257.612000', '162257.615000', '162257.617000', '162257.620000', '162257.622000', '162257.625000', '162257.627000', '162317.509000', '162317.511000', '162317.514000', '162317.517000', '162317.519000', '162317.522000', '162317.524000', '162317.527000', '162317.529000', '162317.532000', '162317.535000', '162317.537000', '162317.540000', '162317.542000', '162317.545000', '162317.547000', '162317.550000', '162317.553000', '162317.555000', '162317.558000', '162317.560000', '162317.563000', '162317.565000', '162317.568000', '162317.586000', '162317.589000', '162317.591000', '162317.594000', '162317.597000', '162317.599000', '162317.602000', '162317.604000', '162317.607000', '162317.610000', '162317.612000', '162317.615000', '162317.617000', '162317.620000', '162317.622000', '162317.625000', '162317.628000', '162317.630000', '162317.633000', '162337.509000', '162337.512000', '162337.514000', '162337.517000', '162337.519000', '162337.522000', '162337.525000', '162337.527000', '162337.530000', '162337.532000', '162337.535000', '162337.537000', '162337.540000', '162337.543000', '162337.545000', '162337.548000', '162337.550000', '162337.553000', '162337.556000', '162337.558000', '162337.561000', '162337.563000', '162337.566000', '162337.569000', '162337.571000', '162337.574000', '162337.576000', '162337.579000', '162337.581000', '162337.584000', '162337.587000', '162337.590000', '162337.592000', '162337.595000', '162337.597000', '162337.600000', '162337.602000', '162337.605000', '162337.608000', '162337.610000', '162337.613000', '162337.615000', '162337.618000', '162357.509000', '162357.512000', '162357.515000', '162357.517000', '162357.520000', '162357.523000', '162357.525000', '162357.528000', '162357.530000', '162357.533000', '162357.536000', '162357.538000', '162357.541000', '162357.543000', '162357.546000', '162357.549000', '162357.551000', '162357.554000', '162357.556000', '162357.559000', '162357.562000', '162357.564000', '162357.567000', '162357.569000', '162357.572000', '162357.574000', '162357.577000', '162357.580000', '162357.582000', '162357.585000', '162357.588000', '162357.590000', '162357.593000', '162357.595000', '162357.604000', '162357.607000', '162357.609000', '162357.612000', '162357.614000', '162357.617000', '162357.620000', '162357.622000', '162357.625000', '162357.627000', '162417.510000', '162417.512000', '162417.515000', '162417.517000', '162417.520000', '162417.523000', '162417.526000', '162417.529000', '162417.531000', '162417.534000', '162417.536000', '162417.539000', '162417.542000', '162417.554000', '162417.556000', '162417.559000', '162417.561000', '162417.564000', '162417.567000', '162417.569000', '162417.572000', '162417.574000', '162417.577000', '162417.580000', '162417.582000', '162417.585000', '162417.587000', '162417.590000', '162417.593000', '162417.595000', '162417.598000', '162417.600000', '162417.603000', '162417.606000', '162417.608000', '162417.611000', '162417.613000', '162417.616000', '162417.618000', '162417.621000', '162417.624000', '162417.627000', '162417.630000', '162437.510000', '162437.512000', '162437.515000', '162437.518000', '162437.520000', '162437.523000', '162437.525000', '162437.528000', '162437.530000', '162437.533000', '162437.536000', '162437.538000', '162437.541000', '162437.543000', '162437.546000', '162437.549000', '162437.551000', '162437.554000', '162437.556000', '162437.559000', '162437.561000', '162437.564000', '162437.567000', '162437.569000', '162437.572000', '162437.574000', '162437.577000', '162437.579000', '162437.582000', '162437.585000', '162437.587000', '162437.590000', '162437.593000', '162437.595000', '162437.598000', '162437.600000', '162437.603000', '162437.605000', '162437.608000', '162437.611000', '162437.613000', '162437.616000', '162437.618000', '162437.621000', '162457.509000', '162457.512000', '162457.515000', '162457.517000', '162457.520000', '162457.523000', '162457.525000', '162457.528000', '162457.530000', '162457.533000', '162457.535000', '162457.538000', '162457.541000', '162457.543000', '162457.546000', '162457.549000', '162457.551000', '162457.554000', '162457.557000', '162457.559000', '162457.562000', '162457.565000', '162457.567000', '162457.570000', '162457.573000', '162457.575000', '162457.578000', '162457.581000', '162457.583000', '162457.586000', '162457.588000', '162457.591000', '162457.594000', '162457.596000', '162457.599000', '162457.601000', '162457.604000', '162457.607000', '162457.609000', '162457.612000', '162457.614000', '162457.617000', '162457.619000', '162517.509000', '162517.512000', '162517.515000', '162517.517000', '162517.520000', '162517.523000', '162517.525000', '162517.528000', '162517.530000', '162517.533000', '162517.536000', '162517.538000', '162517.541000', '162517.543000', '162517.546000', '162517.549000', '162517.551000', '162517.554000', '162517.556000', '162517.559000', '162517.561000', '162517.564000', '162517.567000', '162517.569000', '162517.572000', '162517.574000', '162517.577000', '162517.579000', '162517.582000', '162517.585000', '162517.587000', '162517.592000', '162517.595000', '162517.597000', '162517.600000', '162517.603000', '162517.605000', '162517.608000', '162517.610000', '162517.613000', '162517.616000', '162517.618000', '162517.621000', '162517.623000', '162537.509000', '162537.512000', '162537.514000', '162537.517000', '162537.519000', '162537.522000', '162537.525000', '162537.527000', '162537.530000', '162537.532000', '162537.535000', '162537.537000', '162537.540000', '162537.543000', '162537.545000', '162537.548000', '162537.550000', '162537.553000', '162537.556000', '162537.558000', '162537.561000', '162537.564000', '162537.567000', '162537.570000', '162537.572000', '162537.575000', '162537.578000', '162537.580000', '162537.583000', '162537.586000', '162537.588000', '162537.591000', '162537.593000', '162537.596000', '162537.599000', '162537.601000', '162537.604000', '162537.606000', '162537.609000', '162537.612000', '162537.614000', '162537.617000', '162537.620000', '162557.508000', '162557.511000', '162557.514000', '162557.517000', '162557.519000', '162557.522000', '162557.525000', '162557.527000', '162557.530000', '162557.532000', '162557.535000', '162557.538000', '162557.541000', '162557.543000', '162557.546000', '162557.548000', '162557.551000', '162557.554000', '162557.556000', '162557.559000', '162557.561000', '162557.564000', '162557.567000', '162557.569000', '162557.572000', '162557.575000', '162557.577000', '162557.580000', '162557.582000', '162557.585000', '162557.588000', '162557.590000', '162557.593000', '162557.595000', '162557.598000', '162557.601000', '162557.603000', '162557.606000', '162557.609000', '162557.611000', '162557.614000', '162557.616000', '162557.619000', '162557.622000', '162617.510000', '162617.512000', '162617.515000', '162617.518000', '162617.520000', '162617.523000', '162617.525000', '162617.528000', '162617.531000', '162617.533000', '162617.536000', '162617.538000', '162617.541000', '162617.544000', '162617.546000', '162617.549000', '162617.552000', '162617.554000', '162617.557000', '162617.559000', '162617.562000', '162617.565000', '162617.567000', '162617.570000', '162617.572000', '162617.575000', '162617.578000', '162617.580000', '162617.583000', '162617.585000', '162617.588000', '162617.591000', '162617.594000', '162617.596000', '162617.599000', '162617.601000', '162617.604000', '162617.607000', '162617.609000', '162617.612000', '162617.614000', '162617.617000', '162617.620000', '162637.509000', '162637.512000', '162637.515000', '162637.518000', '162637.520000', '162637.523000', '162637.526000', '162637.528000', '162637.531000', '162637.533000', '162637.536000', '162637.539000', '162637.541000', '162637.544000', '162637.547000', '162637.549000', '162637.552000', '162637.555000', '162637.557000', '162637.560000', '162637.563000', '162637.565000', '162637.568000', '162637.570000', '162637.573000', '162637.576000', '162637.578000', '162637.581000', '162637.584000', '162637.586000', '162637.589000', '162637.592000', '162637.594000', '162637.597000', '162637.600000', '162637.602000', '162637.605000', '162637.607000', '162637.610000', '162637.613000', '162637.615000', '162637.618000', '162637.620000', '162637.623000', '162657.509000', '162657.512000', '162657.515000', '162657.517000', '162657.520000', '162657.523000', '162657.525000', '162657.528000', '162657.530000', '162657.533000', '162657.535000', '162657.538000', '162657.541000', '162657.543000', '162657.546000', '162657.548000', '162657.551000', '162657.554000', '162657.556000', '162657.559000', '162657.562000', '162657.564000', '162657.567000', '162657.569000', '162657.572000', '162657.574000', '162657.577000', '162657.580000', '162657.582000', '162657.585000', '162657.588000', '162657.590000', '162657.593000', '162657.595000', '162657.598000', '162657.601000', '162657.603000', '162657.607000', '162657.610000', '162657.613000', '162657.616000', '162657.618000', '162657.621000', '162717.510000', '162717.512000', '162717.515000', '162717.518000', '162717.520000', '162717.523000', '162717.526000', '162717.528000', '162717.531000', '162717.534000', '162717.536000', '162717.539000', '162717.541000', '162717.544000', '162717.546000', '162717.549000', '162717.552000', '162717.554000', '162717.557000', '162717.560000', '162717.587000', '162717.590000', '162717.593000', '162717.595000', '162717.598000', '162717.600000', '162717.603000', '162717.606000', '162717.608000', '162717.611000', '162717.614000', '162717.616000', '162717.619000', '162717.621000', '162717.624000', '162717.627000', '162717.629000', '162717.632000', '162717.635000', '162717.637000', '162717.640000', '162717.642000', '162717.645000', '162717.648000', '162737.509000', '162737.512000', '162737.515000', '162737.517000', '162737.520000', '162737.523000', '162737.525000', '162737.528000', '162737.530000', '162737.533000', '162737.536000', '162737.538000', '162737.541000', '162737.543000', '162737.546000', '162737.549000', '162737.551000', '162737.554000', '162737.558000', '162737.560000', '162737.563000', '162737.565000', '162737.568000', '162737.571000', '162737.573000', '162737.576000', '162737.578000', '162737.581000', '162737.584000', '162737.586000', '162737.589000', '162737.591000', '162737.594000', '162737.597000', '162737.599000', '162737.602000', '162737.605000', '162737.607000', '162737.610000', '162737.612000', '162737.615000', '162737.618000', '162737.620000', '162757.508000', '162757.511000', '162757.514000', '162757.517000', '162757.519000', '162757.522000', '162757.524000', '162757.527000', '162757.530000', '162757.532000', '162757.535000', '162757.537000', '162757.540000', '162757.542000', '162757.545000', '162757.548000', '162757.550000', '162757.553000', '162757.556000', '162757.558000', '162757.561000', '162757.563000', '162757.566000', '162757.569000', '162757.571000', '162757.574000', '162757.576000', '162757.579000', '162757.581000', '162757.584000', '162757.587000', '162757.590000', '162757.592000', '162757.595000', '162757.597000', '162757.600000', '162757.603000', '162757.605000', '162757.608000', '162757.610000', '162757.613000', '162757.616000', '162757.618000', '162757.621000', '162801.951000', '162801.954000', '162801.957000', '162801.960000', '162801.963000', '162801.965000', '162801.968000', '162801.971000', '162801.973000', '162801.976000'], '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': [14102, 10461, 11090, 10275, 10427, 9416, 9704, 16158, 10187, 10474, 10297, 9932, 9177, 10520, 9642, 9221, 9167, 10557, 10426, 8789, 10069, 10298, 12482, 8850, 11115, 10053, 10185, 9586, 10010, 15838, 9567, 10609, 10127, 9292, 8634, 10050, 9324, 9807, 9813, 12605, 9162, 10405, 8916, 10472, 9611, 8680, 9376, 10623, 9797, 10681, 9293, 10044, 9447, 10639, 11157, 9877, 9928, 9699, 12406, 9669, 10775, 9434, 10124, 10103, 10326, 10923, 9176, 9435, 9503, 12401, 9431, 10805, 9800, 9362, 10050, 10135, 15128, 9784, 10350, 9298, 9790, 10075, 10424, 10649, 10233, 10525, 9621, 9758, 9864, 10166, 11256, 9824, 10178, 9949, 10095, 10086, 9728, 12947, 12409, 9535, 10673, 10798, 10372, 10370, 11379, 14678, 9867, 11006, 9846, 9334, 10675, 8949, 10061, 9635, 10421, 10798, 9678, 10709, 10066, 10767, 10329, 11055, 11798, 9694, 9956, 9926, 14273, 10824, 11186, 10608, 9396, 9703, 10027, 10011, 10021, 10695, 9913, 9643, 9609, 10436, 11242, 9719, 10219, 9965, 12109, 9750, 10922, 10005, 9253, 9816, 9736, 14226, 10519, 10572, 11401, 9951, 9341, 10272, 10026, 10477, 10721, 9624, 8967, 9526, 9239, 11848, 9452, 10839, 9537, 9691, 10120, 10122, 16377, 10753, 9515, 10101, 10341, 10011, 10185, 14726, 12720, 9951, 10565, 12476, 10020, 10720, 10079, 9384, 10481, 10409, 10290, 9626, 11396, 10619, 9480, 9666, 10070, 16277, 11932, 10936, 10632, 10216, 9757, 10676, 11279, 10797, 9995, 10252, 11405, 9212, 11255, 10226, 9528, 9945, 9754, 10859, 8876, 10832, 10499, 10405, 9322, 11002, 11924, 9025, 9581, 10529, 11192, 9413, 10948, 9778, 14148, 10189, 10356, 14465, 9760, 10366, 9377, 9930, 10180, 10275, 9829, 9449, 10795, 9999, 9422, 9312, 9994, 9776, 9250, 10005, 10292, 10207, 9777, 10430, 9808, 13944, 10162, 10111, 9694, 9816, 10501, 9538, 12746, 10515, 9789, 9315, 9636, 9686, 9821, 9351, 10113, 9716, 9648, 10460, 10304, 10660, 9854, 10565, 10194, 10695, 12687, 10832, 10381, 10129, 12028, 10799, 9909, 9931, 10995, 10434, 9712, 9478, 10670, 10534, 10443, 9902, 10594, 10000, 9354, 10713, 10773, 10771, 15211, 10680, 10203, 9265, 8897, 10534, 9696, 10479, 10684, 9533, 9201, 10982, 9759, 8739, 9804, 10711, 10078, 10069, 10375, 8809, 12482, 10569, 9370, 8631, 10308, 9707, 9634, 13963, 10253, 9770, 9142, 10773, 9985, 9829, 12892, 10465, 9419, 9816, 10801, 9863, 9175, 11458, 10202, 10114, 16580, 12894, 12320, 12816, 14658, 10558, 9445, 10916, 10838, 9797, 9534, 11107, 10363, 10491, 9584, 10587, 10870, 10479, 10418, 9907, 9236, 9660, 10321, 10417, 8888, 10462, 10530, 10741, 13244, 10530, 10149, 9426, 8994, 11235, 9084, 11367, 10746, 10435, 10135, 9118, 10531, 8957, 11242, 10489, 9782, 8492, 8551, 9683, 9036, 9111, 10178, 9572, 8228, 10978, 10031, 9272, 8651, 10566, 9935, 9727, 16176, 13248, 10307, 11159, 10600, 10371, 9471, 13693, 10441, 10061, 15083, 10347, 9854, 8899, 10357, 10400, 10491, 13313, 10412, 9764, 8254, 10734, 10488, 9833, 8633, 10332, 10429, 10103, 14091, 10321, 9606, 8551, 10202, 10042, 10069, 13706, 10084, 9808, 8825, 9246, 10376, 9351, 13655, 12477, 10227, 9855, 9458, 10292, 9433, 8227, 10496, 10045, 9922, 10804, 9992, 10039, 9258, 15485, 11140, 10189, 9267, 10452, 10600, 10633, 15032, 11181, 10281, 9774, 9825, 10198, 10682, 9973, 10855, 9704, 9332, 11032, 10350, 9850, 8697, 10563, 10045, 9273, 9159, 10278, 9017, 10289, 10371, 10308, 9950, 8688, 10467, 9805, 9047, 13522, 10081, 9522, 8432, 10258, 9897, 8547, 14038, 10362, 9515, 10224, 10845, 9029, 9678, 10318, 10183, 9795, 11391, 10501, 9937, 9463, 11781, 10573, 9734, 8992, 10566, 10110, 9680, 11370, 10645, 9528, 11072, 10736, 10335, 10213, 10607, 10540, 10020, 9468, 14757, 10516, 9531, 9866, 10332, 9792, 10405, 8577, 10415, 9447, 8679, 9601, 9956, 9455, 8346, 10725, 10240, 10197, 15359, 12661, 10715, 10661, 15079, 10994, 10603, 10112, 12844, 10943, 10868, 12356, 10350, 10345, 9225, 10146, 10419, 10324, 10199, 10575, 9919, 10295, 10650, 10807, 9806, 9366, 9579, 10587, 10278, 8527, 10680, 10021, 8666, 10748, 9947, 9767, 9991, 10539, 9800, 8453, 10585, 10105, 9530, 14314, 10400, 9391, 9228, 10556, 10106, 9466, 10158, 10742, 9795, 12184, 10581, 10297, 9726, 13753, 10179, 10278, 8989, 10524, 10902, 10405, 15109, 10350, 10175, 9038, 9589, 10142, 9496, 14445, 10740, 10060, 9413, 8397, 10243, 9444, 8097, 10641, 9732, 9296, 9762, 10140, 9626, 8828, 9690, 10236, 9253, 11592, 12239, 10196, 9730, 10468, 10550, 9716, 8549, 10398, 9756, 10000, 12124, 10109, 9905, 8492, 10828, 10093, 9934, 10578, 10302, 10249, 9650, 15075, 10777, 9964, 8721, 10204, 10295, 10180, 13938, 10632, 9882, 9249, 8552, 10563, 9274, 9542, 10674, 10198, 10068, 9559, 10246, 9614, 9249, 10184, 10233, 9834, 8825, 13614, 11211, 10149, 10346, 9980, 10368, 10252, 11979, 10673, 10254, 9021, 10551, 10585, 9733, 12624, 11295, 10048, 10029, 11409, 10087, 10451, 9292, 12896, 10419, 9798, 9017, 10038, 10060, 10045, 8514, 10341, 9854, 9051, 9339, 9918, 9602, 8618, 10596, 9936, 10160, 12921, 10899, 10247, 9639, 11996, 10411, 10216, 8728, 10993, 10348, 10580, 16581, 12144, 10577, 12463, 12019, 10602, 9052, 10793, 10076, 10972, 10179, 8930, 10331, 10352, 9794, 10171, 9982, 10160, 13337, 10329, 11039, 11066, 14365, 10329, 11207, 11425, 9401, 10319, 10855, 11518, 10700, 10081, 9577, 10780, 10608, 10617, 12201, 10040, 10415, 9769, 10142, 10066, 10272, 9260, 9697, 9548, 9487, 9553, 9420, 9691, 9295, 9538, 9719, 9064, 7901, 10712, 10494, 9990, 12057, 10454, 9925, 10200, 12691, 10503, 9634, 9251, 10219, 10518, 9166, 15243, 11384, 9554, 9495, 8383, 10192, 9041, 8848, 10586, 9468, 9596, 8680, 9929, 9025, 8933, 10908, 10517, 9409, 8772, 12784, 10639, 10617, 15739, 14759, 10716, 10466, 11734, 10492, 10265, 13694, 10717, 9181, 8073, 10577, 9871, 9345, 10135, 10286, 9247, 8058, 10660, 9832, 10190, 15080, 10176, 9621, 8654, 10258, 9929, 9693, 11885, 10252, 9464, 8620, 9970, 10322, 10392, 11082, 10143], 'WindowCenter': [4748.0, 4675.0, 4667.0, 4631.0, 4628.0, 4605.0, 4603.0, 4682.0, 4616.0, 4623.0, 4611.0, 4598.0, 4586.0, 4607.0, 4586.0, 4590.0, 4590.0, 4610.0, 4609.0, 4579.0, 4598.0, 4599.0, 4631.0, 4577.0, 4618.0, 4598.0, 4597.0, 4586.0, 4599.0, 4670.0, 4600.0, 4619.0, 4598.0, 4589.0, 4577.0, 4598.0, 4587.0, 4600.0, 4599.0, 4642.0, 4591.0, 4609.0, 4592.0, 4622.0, 4600.0, 4567.0, 4588.0, 4609.0, 4600.0, 4611.0, 4588.0, 4601.0, 4589.0, 4610.0, 4620.0, 4601.0, 4600.0, 4600.0, 4643.0, 4603.0, 4620.0, 4588.0, 4598.0, 4598.0, 4611.0, 4621.0, 4592.0, 4590.0, 4601.0, 4631.0, 4591.0, 4617.0, 4599.0, 4588.0, 4602.0, 4610.0, 4660.0, 4600.0, 4599.0, 4591.0, 4599.0, 4600.0, 4611.0, 4606.0, 4600.0, 4612.0, 4601.0, 4601.0, 4601.0, 4611.0, 4620.0, 4600.0, 4610.0, 4599.0, 4599.0, 4608.0, 4599.0, 4642.0, 4641.0, 4602.0, 4611.0, 4606.0, 4596.0, 4598.0, 4618.0, 4659.0, 4600.0, 4620.0, 4599.0, 4588.0, 4596.0, 4575.0, 4596.0, 4589.0, 4610.0, 4608.0, 4590.0, 4611.0, 4599.0, 4607.0, 4598.0, 4618.0, 4628.0, 4587.0, 4597.0, 4596.0, 4649.0, 4609.0, 4621.0, 4610.0, 4589.0, 4590.0, 4584.0, 4584.0, 4599.0, 4607.0, 4596.0, 4586.0, 4587.0, 4607.0, 4618.0, 4599.0, 4610.0, 4601.0, 4629.0, 4591.0, 4608.0, 4585.0, 4575.0, 4586.0, 4586.0, 4646.0, 4599.0, 4609.0, 4620.0, 4598.0, 4588.0, 4593.0, 4598.0, 4608.0, 4625.0, 4599.0, 4590.0, 4602.0, 4601.0, 4630.0, 4600.0, 4621.0, 4597.0, 4587.0, 4609.0, 4612.0, 4685.0, 4620.0, 4601.0, 4609.0, 4598.0, 4599.0, 4598.0, 4647.0, 4637.0, 4597.0, 4611.0, 4629.0, 4585.0, 4606.0, 4585.0, 4586.0, 4597.0, 4595.0, 4595.0, 4586.0, 4615.0, 4609.0, 4587.0, 4587.0, 4585.0, 4656.0, 4619.0, 4609.0, 4597.0, 4582.0, 4583.0, 4595.0, 4608.0, 4607.0, 4596.0, 4609.0, 4617.0, 4590.0, 4617.0, 4592.0, 4584.0, 4594.0, 4598.0, 4608.0, 4588.0, 4620.0, 4620.0, 4610.0, 4588.0, 4617.0, 4626.0, 4578.0, 4597.0, 4608.0, 4606.0, 4587.0, 4608.0, 4598.0, 4650.0, 4609.0, 4608.0, 4660.0, 4594.0, 4596.0, 4576.0, 4583.0, 4596.0, 4598.0, 4599.0, 4589.0, 4610.0, 4597.0, 4588.0, 4587.0, 4597.0, 4599.0, 4588.0, 4597.0, 4598.0, 4609.0, 4599.0, 4609.0, 4602.0, 4661.0, 4613.0, 4610.0, 4601.0, 4599.0, 4608.0, 4586.0, 4626.0, 4609.0, 4599.0, 4591.0, 4602.0, 4600.0, 4612.0, 4591.0, 4611.0, 4600.0, 4602.0, 4622.0, 4610.0, 4606.0, 4583.0, 4594.0, 4594.0, 4595.0, 4627.0, 4619.0, 4607.0, 4598.0, 4627.0, 4605.0, 4584.0, 4583.0, 4605.0, 4596.0, 4586.0, 4590.0, 4607.0, 4609.0, 4609.0, 4600.0, 4608.0, 4597.0, 4578.0, 4596.0, 4609.0, 4607.0, 4658.0, 4610.0, 4610.0, 4588.0, 4577.0, 4595.0, 4586.0, 4607.0, 4609.0, 4601.0, 4590.0, 4618.0, 4600.0, 4580.0, 4599.0, 4608.0, 4597.0, 4600.0, 4611.0, 4588.0, 4639.0, 4623.0, 4603.0, 4591.0, 4611.0, 4602.0, 4602.0, 4663.0, 4609.0, 4611.0, 4588.0, 4619.0, 4608.0, 4601.0, 4639.0, 4624.0, 4603.0, 4612.0, 4621.0, 4598.0, 4588.0, 4615.0, 4607.0, 4608.0, 4671.0, 4641.0, 4641.0, 4641.0, 4660.0, 4609.0, 4587.0, 4594.0, 4594.0, 4584.0, 4574.0, 4606.0, 4599.0, 4608.0, 4598.0, 4607.0, 4605.0, 4594.0, 4594.0, 4584.0, 4576.0, 4584.0, 4593.0, 4594.0, 4575.0, 4596.0, 4596.0, 4606.0, 4635.0, 4605.0, 4594.0, 4586.0, 4575.0, 4617.0, 4578.0, 4617.0, 4619.0, 4608.0, 4608.0, 4575.0, 4605.0, 4576.0, 4619.0, 4610.0, 4609.0, 4578.0, 4589.0, 4600.0, 4592.0, 4590.0, 4612.0, 4602.0, 4583.0, 4632.0, 4612.0, 4602.0, 4592.0, 4622.0, 4611.0, 4599.0, 4670.0, 4654.0, 4613.0, 4621.0, 4608.0, 4595.0, 4587.0, 4635.0, 4607.0, 4611.0, 4660.0, 4607.0, 4598.0, 4576.0, 4596.0, 4592.0, 4605.0, 4640.0, 4603.0, 4598.0, 4566.0, 4608.0, 4609.0, 4599.0, 4577.0, 4594.0, 4607.0, 4607.0, 4646.0, 4598.0, 4590.0, 4579.0, 4609.0, 4597.0, 4595.0, 4649.0, 4599.0, 4599.0, 4577.0, 4587.0, 4608.0, 4587.0, 4646.0, 4639.0, 4609.0, 4597.0, 4586.0, 4595.0, 4585.0, 4564.0, 4595.0, 4596.0, 4597.0, 4607.0, 4597.0, 4596.0, 4588.0, 4660.0, 4618.0, 4596.0, 4573.0, 4594.0, 4594.0, 4595.0, 4647.0, 4617.0, 4597.0, 4595.0, 4596.0, 4592.0, 4592.0, 4579.0, 4601.0, 4584.0, 4575.0, 4603.0, 4595.0, 4598.0, 4565.0, 4596.0, 4585.0, 4586.0, 4585.0, 4597.0, 4577.0, 4608.0, 4609.0, 4611.0, 4608.0, 4577.0, 4606.0, 4597.0, 4578.0, 4639.0, 4599.0, 4598.0, 4569.0, 4597.0, 4598.0, 4577.0, 4650.0, 4596.0, 4586.0, 4596.0, 4607.0, 4577.0, 4598.0, 4608.0, 4608.0, 4597.0, 4616.0, 4609.0, 4600.0, 4598.0, 4626.0, 4606.0, 4585.0, 4576.0, 4597.0, 4597.0, 4586.0, 4615.0, 4606.0, 4587.0, 4620.0, 4608.0, 4609.0, 4595.0, 4595.0, 4594.0, 4596.0, 4587.0, 4648.0, 4597.0, 4589.0, 4587.0, 4596.0, 4596.0, 4604.0, 4564.0, 4595.0, 4584.0, 4578.0, 4599.0, 4599.0, 4602.0, 4574.0, 4621.0, 4607.0, 4599.0, 4658.0, 4627.0, 4607.0, 4608.0, 4647.0, 4607.0, 4595.0, 4583.0, 4624.0, 4595.0, 4607.0, 4629.0, 4597.0, 4595.0, 4574.0, 4582.0, 4593.0, 4583.0, 4583.0, 4594.0, 4583.0, 4593.0, 4605.0, 4606.0, 4598.0, 4588.0, 4587.0, 4607.0, 4609.0, 4578.0, 4606.0, 4595.0, 4578.0, 4619.0, 4610.0, 4613.0, 4612.0, 4620.0, 4597.0, 4566.0, 4605.0, 4597.0, 4590.0, 4650.0, 4620.0, 4602.0, 4600.0, 4619.0, 4610.0, 4598.0, 4609.0, 4607.0, 4601.0, 4629.0, 4608.0, 4610.0, 4601.0, 4650.0, 4612.0, 4610.0, 4577.0, 4595.0, 4605.0, 4606.0, 4657.0, 4599.0, 4596.0, 4577.0, 4585.0, 4597.0, 4586.0, 4649.0, 4620.0, 4609.0, 4589.0, 4567.0, 4594.0, 4587.0, 4567.0, 4608.0, 4600.0, 4600.0, 4610.0, 4609.0, 4602.0, 4592.0, 4600.0, 4606.0, 4591.0, 4631.0, 4631.0, 4610.0, 4602.0, 4609.0, 4608.0, 4588.0, 4578.0, 4598.0, 4599.0, 4601.0, 4630.0, 4611.0, 4611.0, 4580.0, 4619.0, 4610.0, 4599.0, 4608.0, 4598.0, 4596.0, 4588.0, 4661.0, 4620.0, 4598.0, 4579.0, 4598.0, 4598.0, 4597.0, 4648.0, 4609.0, 4610.0, 4590.0, 4578.0, 4607.0, 4589.0, 4598.0, 4611.0, 4622.0, 4609.0, 4600.0, 4609.0, 4599.0, 4589.0, 4608.0, 4610.0, 4597.0, 4577.0, 4648.0, 4619.0, 4608.0, 4608.0, 4596.0, 4597.0, 4595.0, 4613.0, 4595.0, 4594.0, 4577.0, 4605.0, 4595.0, 4587.0, 4630.0, 4616.0, 4597.0, 4583.0, 4602.0, 4584.0, 4593.0, 4573.0, 4625.0, 4594.0, 4598.0, 4577.0, 4597.0, 4596.0, 4582.0, 4565.0, 4597.0, 4597.0, 4587.0, 4587.0, 4611.0, 4602.0, 4578.0, 4609.0, 4600.0, 4598.0, 4637.0, 4619.0, 4611.0, 4600.0, 4632.0, 4609.0, 4608.0, 4568.0, 4608.0, 4599.0, 4608.0, 4671.0, 4629.0, 4610.0, 4641.0, 4630.0, 4611.0, 4574.0, 4591.0, 4582.0, 4592.0, 4582.0, 4564.0, 4593.0, 4596.0, 4597.0, 4596.0, 4595.0, 4594.0, 4623.0, 4582.0, 4592.0, 4592.0, 4623.0, 4581.0, 4591.0, 4600.0, 4560.0, 4581.0, 4589.0, 4589.0, 4580.0, 4581.0, 4573.0, 4594.0, 4594.0, 4595.0, 4616.0, 4583.0, 4593.0, 4580.0, 4580.0, 4583.0, 4594.0, 4573.0, 4587.0, 4585.0, 4600.0, 4600.0, 4588.0, 4600.0, 4588.0, 4598.0, 4588.0, 4576.0, 4558.0, 4609.0, 4610.0, 4615.0, 4630.0, 4607.0, 4601.0, 4609.0, 4639.0, 4611.0, 4601.0, 4589.0, 4608.0, 4609.0, 4590.0, 4660.0, 4621.0, 4599.0, 4599.0, 4567.0, 4593.0, 4577.0, 4576.0, 4609.0, 4599.0, 4603.0, 4580.0, 4612.0, 4593.0, 4603.0, 4623.0, 4621.0, 4602.0, 4580.0, 4639.0, 4611.0, 4611.0, 4674.0, 4663.0, 4611.0, 4610.0, 4630.0, 4607.0, 4594.0, 4636.0, 4595.0, 4585.0, 4557.0, 4607.0, 4600.0, 4591.0, 4612.0, 4608.0, 4586.0, 4553.0, 4595.0, 4595.0, 4596.0, 4659.0, 4613.0, 4600.0, 4578.0, 4595.0, 4584.0, 4575.0, 4616.0, 4595.0, 4589.0, 4578.0, 4599.0, 4598.0, 4596.0, 4606.0, 4586.0], 'WindowWidth': [10388.0, 10261.0, 10230.0, 10167.0, 10149.0, 10114.0, 10107.0, 10215.0, 10125.0, 10130.0, 10111.0, 10088.0, 10068.0, 10095.0, 10068.0, 10078.0, 10080.0, 10104.0, 10103.0, 10063.0, 10087.0, 10088.0, 10134.0, 10057.0, 10113.0, 10083.0, 10082.0, 10069.0, 10087.0, 10191.0, 10094.0, 10119.0, 10086.0, 10073.0, 10057.0, 10084.0, 10070.0, 10088.0, 10089.0, 10150.0, 10079.0, 10104.0, 10084.0, 10128.0, 10091.0, 10043.0, 10073.0, 10102.0, 10090.0, 10107.0, 10073.0, 10092.0, 10074.0, 10102.0, 10116.0, 10093.0, 10091.0, 10092.0, 10153.0, 10098.0, 10118.0, 10071.0, 10085.0, 10085.0, 10108.0, 10121.0, 10082.0, 10078.0, 10093.0, 10132.0, 10079.0, 10111.0, 10085.0, 10072.0, 10093.0, 10104.0, 10174.0, 10090.0, 10088.0, 10076.0, 10087.0, 10089.0, 10104.0, 10095.0, 10088.0, 10109.0, 10094.0, 10092.0, 10092.0, 10104.0, 10119.0, 10091.0, 10102.0, 10087.0, 10087.0, 10098.0, 10088.0, 10152.0, 10149.0, 10096.0, 10106.0, 10093.0, 10079.0, 10085.0, 10114.0, 10171.0, 10091.0, 10117.0, 10088.0, 10070.0, 10078.0, 10049.0, 10082.0, 10073.0, 10102.0, 10100.0, 10076.0, 10106.0, 10088.0, 10098.0, 10086.0, 10114.0, 10128.0, 10072.0, 10080.0, 10079.0, 10157.0, 10101.0, 10123.0, 10105.0, 10077.0, 10076.0, 10062.0, 10061.0, 10085.0, 10097.0, 10080.0, 10068.0, 10070.0, 10097.0, 10113.0, 10089.0, 10104.0, 10094.0, 10131.0, 10079.0, 10097.0, 10063.0, 10050.0, 10067.0, 10065.0, 10151.0, 10086.0, 10101.0, 10120.0, 10087.0, 10074.0, 10073.0, 10084.0, 10098.0, 10131.0, 10090.0, 10079.0, 10096.0, 10095.0, 10133.0, 10094.0, 10122.0, 10086.0, 10070.0, 10101.0, 10109.0, 10216.0, 10120.0, 10097.0, 10102.0, 10085.0, 10088.0, 10086.0, 10154.0, 10138.0, 10084.0, 10108.0, 10128.0, 10064.0, 10091.0, 10063.0, 10066.0, 10081.0, 10078.0, 10080.0, 10068.0, 10105.0, 10099.0, 10069.0, 10069.0, 10064.0, 10168.0, 10116.0, 10100.0, 10082.0, 10056.0, 10058.0, 10077.0, 10098.0, 10096.0, 10081.0, 10103.0, 10114.0, 10077.0, 10110.0, 10070.0, 10062.0, 10077.0, 10086.0, 10101.0, 10075.0, 10121.0, 10121.0, 10105.0, 10074.0, 10110.0, 10126.0, 10060.0, 10084.0, 10097.0, 10097.0, 10071.0, 10100.0, 10087.0, 10159.0, 10102.0, 10102.0, 10174.0, 10077.0, 10078.0, 10051.0, 10057.0, 10078.0, 10085.0, 10088.0, 10074.0, 10104.0, 10083.0, 10071.0, 10069.0, 10082.0, 10088.0, 10073.0, 10085.0, 10087.0, 10102.0, 10090.0, 10107.0, 10099.0, 10181.0, 10114.0, 10107.0, 10094.0, 10089.0, 10098.0, 10066.0, 10120.0, 10101.0, 10088.0, 10078.0, 10096.0, 10089.0, 10110.0, 10083.0, 10105.0, 10095.0, 10100.0, 10124.0, 10105.0, 10094.0, 10060.0, 10074.0, 10074.0, 10075.0, 10123.0, 10116.0, 10099.0, 10084.0, 10123.0, 10089.0, 10058.0, 10057.0, 10089.0, 10079.0, 10068.0, 10076.0, 10098.0, 10103.0, 10103.0, 10089.0, 10096.0, 10081.0, 10056.0, 10079.0, 10101.0, 10096.0, 10170.0, 10105.0, 10108.0, 10075.0, 10057.0, 10076.0, 10066.0, 10095.0, 10099.0, 10091.0, 10076.0, 10113.0, 10092.0, 10064.0, 10088.0, 10100.0, 10084.0, 10089.0, 10105.0, 10075.0, 10146.0, 10124.0, 10102.0, 10084.0, 10110.0, 10097.0, 10098.0, 10184.0, 10105.0, 10108.0, 10073.0, 10114.0, 10101.0, 10093.0, 10146.0, 10130.0, 10102.0, 10113.0, 10121.0, 10088.0, 10070.0, 10105.0, 10096.0, 10098.0, 10191.0, 10149.0, 10148.0, 10151.0, 10179.0, 10103.0, 10069.0, 10073.0, 10073.0, 10060.0, 10045.0, 10092.0, 10085.0, 10099.0, 10087.0, 10096.0, 10090.0, 10073.0, 10072.0, 10059.0, 10050.0, 10061.0, 10073.0, 10074.0, 10049.0, 10076.0, 10077.0, 10092.0, 10134.0, 10091.0, 10077.0, 10066.0, 10050.0, 10110.0, 10059.0, 10112.0, 10116.0, 10101.0, 10100.0, 10052.0, 10089.0, 10054.0, 10116.0, 10106.0, 10103.0, 10061.0, 10078.0, 10095.0, 10085.0, 10082.0, 10109.0, 10098.0, 10072.0, 10139.0, 10113.0, 10102.0, 10086.0, 10124.0, 10108.0, 10090.0, 10191.0, 10170.0, 10112.0, 10122.0, 10100.0, 10078.0, 10068.0, 10134.0, 10097.0, 10110.0, 10174.0, 10097.0, 10085.0, 10052.0, 10079.0, 10070.0, 10090.0, 10145.0, 10088.0, 10085.0, 10042.0, 10101.0, 10102.0, 10088.0, 10057.0, 10074.0, 10097.0, 10098.0, 10152.0, 10086.0, 10078.0, 10063.0, 10100.0, 10085.0, 10079.0, 10157.0, 10089.0, 10087.0, 10057.0, 10070.0, 10099.0, 10072.0, 10152.0, 10145.0, 10102.0, 10082.0, 10066.0, 10076.0, 10065.0, 10036.0, 10080.0, 10081.0, 10083.0, 10099.0, 10083.0, 10082.0, 10073.0, 10174.0, 10113.0, 10083.0, 10047.0, 10073.0, 10073.0, 10076.0, 10151.0, 10112.0, 10084.0, 10080.0, 10080.0, 10071.0, 10067.0, 10050.0, 10081.0, 10061.0, 10050.0, 10086.0, 10077.0, 10083.0, 10038.0, 10078.0, 10063.0, 10067.0, 10065.0, 10083.0, 10058.0, 10101.0, 10104.0, 10109.0, 10102.0, 10060.0, 10094.0, 10083.0, 10058.0, 10144.0, 10089.0, 10088.0, 10048.0, 10082.0, 10087.0, 10056.0, 10159.0, 10081.0, 10068.0, 10082.0, 10097.0, 10057.0, 10087.0, 10101.0, 10100.0, 10082.0, 10107.0, 10101.0, 10093.0, 10088.0, 10123.0, 10093.0, 10064.0, 10053.0, 10080.0, 10080.0, 10066.0, 10106.0, 10095.0, 10070.0, 10119.0, 10101.0, 10100.0, 10079.0, 10076.0, 10075.0, 10080.0, 10069.0, 10152.0, 10082.0, 10075.0, 10068.0, 10079.0, 10080.0, 10089.0, 10036.0, 10074.0, 10064.0, 10061.0, 10089.0, 10089.0, 10096.0, 10056.0, 10122.0, 10100.0, 10089.0, 10170.0, 10124.0, 10096.0, 10098.0, 10152.0, 10094.0, 10077.0, 10059.0, 10115.0, 10075.0, 10095.0, 10129.0, 10083.0, 10077.0, 10044.0, 10055.0, 10069.0, 10058.0, 10058.0, 10072.0, 10060.0, 10072.0, 10093.0, 10094.0, 10086.0, 10070.0, 10069.0, 10097.0, 10104.0, 10059.0, 10093.0, 10080.0, 10060.0, 10116.0, 10106.0, 10111.0, 10112.0, 10120.0, 10087.0, 10042.0, 10094.0, 10082.0, 10076.0, 10159.0, 10120.0, 10098.0, 10093.0, 10118.0, 10106.0, 10088.0, 10101.0, 10097.0, 10094.0, 10132.0, 10102.0, 10105.0, 10094.0, 10162.0, 10109.0, 10107.0, 10057.0, 10077.0, 10091.0, 10096.0, 10168.0, 10085.0, 10081.0, 10056.0, 10066.0, 10082.0, 10069.0, 10159.0, 10119.0, 10105.0, 10076.0, 10044.0, 10074.0, 10068.0, 10044.0, 10101.0, 10092.0, 10093.0, 10105.0, 10105.0, 10099.0, 10085.0, 10092.0, 10097.0, 10079.0, 10136.0, 10135.0, 10110.0, 10099.0, 10107.0, 10100.0, 10071.0, 10057.0, 10085.0, 10088.0, 10094.0, 10131.0, 10107.0, 10106.0, 10066.0, 10116.0, 10105.0, 10090.0, 10100.0, 10085.0, 10083.0, 10070.0, 10179.0, 10119.0, 10089.0, 10062.0, 10086.0, 10084.0, 10085.0, 10156.0, 10104.0, 10108.0, 10079.0, 10062.0, 10096.0, 10075.0, 10087.0, 10109.0, 10127.0, 10106.0, 10093.0, 10104.0, 10091.0, 10075.0, 10102.0, 10104.0, 10085.0, 10059.0, 10158.0, 10120.0, 10102.0, 10103.0, 10083.0, 10082.0, 10077.0, 10104.0, 10077.0, 10075.0, 10056.0, 10094.0, 10080.0, 10072.0, 10132.0, 10111.0, 10083.0, 10060.0, 10083.0, 10060.0, 10074.0, 10046.0, 10120.0, 10077.0, 10086.0, 10059.0, 10085.0, 10081.0, 10057.0, 10038.0, 10083.0, 10087.0, 10072.0, 10074.0, 10109.0, 10097.0, 10062.0, 10104.0, 10090.0, 10085.0, 10139.0, 10115.0, 10109.0, 10093.0, 10136.0, 10103.0, 10100.0, 10046.0, 10100.0, 10088.0, 10099.0, 10196.0, 10131.0, 10107.0, 10148.0, 10136.0, 10108.0, 10050.0, 10065.0, 10054.0, 10068.0, 10055.0, 10033.0, 10073.0, 10079.0, 10082.0, 10083.0, 10080.0, 10075.0, 10113.0, 10053.0, 10066.0, 10069.0, 10113.0, 10051.0, 10064.0, 10078.0, 10025.0, 10052.0, 10060.0, 10063.0, 10050.0, 10055.0, 10046.0, 10072.0, 10073.0, 10075.0, 10110.0, 10058.0, 10071.0, 10051.0, 10051.0, 10059.0, 10074.0, 10047.0, 10069.0, 10066.0, 10093.0, 10092.0, 10074.0, 10092.0, 10073.0, 10087.0, 10071.0, 10055.0, 10031.0, 10101.0, 10104.0, 10121.0, 10132.0, 10099.0, 10094.0, 10102.0, 10145.0, 10107.0, 10095.0, 10077.0, 10100.0, 10102.0, 10078.0, 10176.0, 10121.0, 10091.0, 10089.0, 10043.0, 10074.0, 10055.0, 10054.0, 10105.0, 10089.0, 10097.0, 10067.0, 10113.0, 10088.0, 10102.0, 10130.0, 10123.0, 10097.0, 10066.0, 10147.0, 10109.0, 10109.0, 10198.0, 10182.0, 10109.0, 10107.0, 10133.0, 10095.0, 10074.0, 10137.0, 10077.0, 10065.0, 10029.0, 10098.0, 10091.0, 10081.0, 10110.0, 10100.0, 10067.0, 10020.0, 10077.0, 10078.0, 10081.0, 10174.0, 10112.0, 10093.0, 10061.0, 10078.0, 10060.0, 10048.0, 10106.0, 10078.0, 10073.0, 10061.0, 10088.0, 10085.0, 10082.0, 10092.0, 10064.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.00020270737327188939</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.023659984447004605</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.22978795600921</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1380175692502874</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9826558921683967</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5482</td></tr>
|
|
<tr><td colspan=3>fber</td><td>1602.4741</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.11646117424038635</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>98</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>11.290322580645162</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4971725962929257</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.389345761215376</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7355646620517833</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3666073656116176</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00623544</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016804343089461327</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.0570034421980381</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.1945233061076275</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>20.6946</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>107.048</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>297.8376</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>96.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>284916.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>19.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1292.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>488.798</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6632</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>599.2498</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3733.1577</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3844.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>91628.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1656.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4925.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>916.4281</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>35.77268457040191</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> |