=== 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-0111 --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-0111",
"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-0111_ses-04_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0111_ses-04_task-social_acq-mb8_run-04_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-04_subject-0111_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-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-04_subject-0111_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-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-04_subject-0111_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-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-04_subject-0111_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-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-04_subject-0111_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-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-04_subject-0111_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-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-04_subject-0111_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-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0111/ses-04/func/sub-0111_ses-04_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>b43d809b20796a0fba150adbb69799af</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>17:43:43.157500</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.998818, 0.0486018, 0.000644418, -0.0483262, 0.991557, 0.120332]</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-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0768691</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4221, -7756, -7237, 271, -105, 92, 152, 72]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>218.646</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>0f3761a4-aff1-4728-86e8-9072f811a211||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.679755687713623, -0.12965553998947144, -0.014065291732549667, 119.13239288330078], [-0.13039520382881165, 2.6602742671966553, 0.32459571957588196, -101.00787353515625], [0.0017289255047217011, -0.32284122705459595, 2.6803805828094482, -52.0544319152832], [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': ['174343.157500', '174343.617500', '174344.077500', '174344.537500', '174344.997500', '174345.457500', '174345.917500', '174346.377500', '174346.837500', '174347.297500', '174347.757500', '174348.217500', '174348.677500', '174349.137500', '174349.597500', '174350.057500', '174350.517500', '174350.977500', '174351.437500', '174351.897500', '174352.357500', '174352.817500', '174353.277500', '174353.737500', '174354.197500', '174354.657500', '174355.117500', '174355.577500', '174356.037500', '174356.497500', '174356.957500', '174357.417500', '174357.877500', '174358.337500', '174358.797500', '174359.257500', '174359.717500', '174400.177500', '174400.637500', '174401.097500', '174401.557500', '174402.017500', '174402.477500', '174402.937500', '174403.397500', '174403.857500', '174404.317500', '174404.777500', '174405.237500', '174405.697500', '174406.157500', '174406.617500', '174407.077500', '174407.537500', '174407.997500', '174408.457500', '174408.917500', '174409.377500', '174409.837500', '174410.297500', '174410.757500', '174411.217500', '174411.677500', '174412.137500', '174412.597500', '174413.057500', '174413.517500', '174413.977500', '174414.437500', '174414.897500', '174415.357500', '174415.817500', '174416.277500', '174416.737500', '174417.197500', '174417.657500', '174418.117500', '174418.577500', '174419.037500', '174419.497500', '174419.957500', '174420.417500', '174420.877500', '174421.337500', '174421.797500', '174422.257500', '174422.717500', '174423.177500', '174423.637500', '174424.097500', '174424.557500', '174425.017500', '174425.477500', '174425.937500', '174426.397500', '174426.857500', '174427.317500', '174427.777500', '174428.237500', '174428.697500', '174429.157500', '174429.617500', '174430.077500', '174430.537500', '174430.997500', '174431.457500', '174431.917500', '174432.377500', '174432.837500', '174433.297500', '174433.757500', '174434.217500', '174434.677500', '174435.137500', '174435.597500', '174436.057500', '174436.517500', '174436.977500', '174437.437500', '174437.897500', '174438.357500', '174438.817500', '174439.277500', '174439.737500', '174440.197500', '174440.657500', '174441.117500', '174441.577500', '174442.037500', '174442.497500', '174442.957500', '174443.417500', '174443.877500', '174444.337500', '174444.797500', '174445.257500', '174445.717500', '174446.177500', '174446.637500', '174447.097500', '174447.557500', '174448.017500', '174448.477500', '174448.937500', '174449.397500', '174449.857500', '174450.317500', '174450.777500', '174451.237500', '174451.697500', '174452.157500', '174452.617500', '174453.077500', '174453.537500', '174453.997500', '174454.457500', '174454.917500', '174455.377500', '174455.837500', '174456.297500', '174456.757500', '174457.217500', '174457.677500', '174458.137500', '174458.597500', '174459.057500', '174459.517500', '174459.977500', '174500.437500', '174500.897500', '174501.357500', '174501.817500', '174502.277500', '174502.737500', '174503.197500', '174503.657500', '174504.117500', '174504.577500', '174505.037500', '174505.497500', '174505.957500', '174506.417500', '174506.877500', '174507.337500', '174507.797500', '174508.257500', '174508.717500', '174509.177500', '174509.637500', '174510.097500', '174510.557500', '174511.017500', '174511.477500', '174511.937500', '174512.397500', '174512.857500', '174513.317500', '174513.777500', '174514.237500', '174514.697500', '174515.157500', '174515.617500', '174516.077500', '174516.537500', '174516.997500', '174517.457500', '174517.917500', '174518.377500', '174518.837500', '174519.297500', '174519.757500', '174520.217500', '174520.677500', '174521.137500', '174521.597500', '174522.057500', '174522.517500', '174522.977500', '174523.437500', '174523.897500', '174524.357500', '174524.817500', '174525.277500', '174525.737500', '174526.197500', '174526.657500', '174527.117500', '174527.577500', '174528.037500', '174528.497500', '174528.957500', '174529.417500', '174529.877500', '174530.337500', '174530.797500', '174531.257500', '174531.717500', '174532.177500', '174532.637500', '174533.097500', '174533.557500', '174534.017500', '174534.477500', '174534.937500', '174535.397500', '174535.857500', '174536.317500', '174536.777500', '174537.237500', '174537.697500', '174538.157500', '174538.617500', '174539.077500', '174539.537500', '174539.997500', '174540.457500', '174540.917500', '174541.377500', '174541.837500', '174542.297500', '174542.757500', '174543.217500', '174543.677500', '174544.137500', '174544.597500', '174545.057500', '174545.517500', '174545.977500', '174546.437500', '174546.897500', '174547.357500', '174547.817500', '174548.277500', '174548.737500', '174549.197500', '174549.657500', '174550.117500', '174550.577500', '174551.037500', '174551.497500', '174551.957500', '174552.417500', '174552.877500', '174553.337500', '174553.797500', '174554.257500', '174554.717500', '174555.177500', '174555.637500', '174556.097500', '174556.557500', '174557.017500', '174557.477500', '174557.937500', '174558.397500', '174558.857500', '174559.317500', '174559.777500', '174600.237500', '174600.697500', '174601.157500', '174601.617500', '174602.077500', '174602.537500', '174602.997500', '174603.457500', '174603.917500', '174604.377500', '174604.837500', '174605.297500', '174605.757500', '174606.217500', '174606.677500', '174607.137500', '174607.597500', '174608.057500', '174608.517500', '174608.977500', '174609.437500', '174609.897500', '174610.357500', '174610.817500', '174611.277500', '174611.737500', '174612.197500', '174612.657500', '174613.117500', '174613.577500', '174614.037500', '174614.497500', '174614.957500', '174615.417500', '174615.877500', '174616.337500', '174616.797500', '174617.257500', '174617.717500', '174618.177500', '174618.637500', '174619.097500', '174619.557500', '174620.017500', '174620.477500', '174620.937500', '174621.397500', '174621.857500', '174622.317500', '174622.777500', '174623.237500', '174623.697500', '174624.157500', '174624.617500', '174625.077500', '174625.537500', '174625.997500', '174626.457500', '174626.917500', '174627.377500', '174627.837500', '174628.297500', '174628.757500', '174629.217500', '174629.677500', '174630.137500', '174630.597500', '174631.057500', '174631.517500', '174631.977500', '174632.437500', '174632.897500', '174633.357500', '174633.817500', '174634.277500', '174634.737500', '174635.197500', '174635.657500', '174636.117500', '174636.577500', '174637.037500', '174637.497500', '174637.957500', '174638.417500', '174638.877500', '174639.337500', '174639.797500', '174640.257500', '174640.717500', '174641.177500', '174641.637500', '174642.097500', '174642.557500', '174643.017500', '174643.477500', '174643.937500', '174644.397500', '174644.857500', '174645.317500', '174645.777500', '174646.237500', '174646.697500', '174647.157500', '174647.617500', '174648.077500', '174648.537500', '174648.997500', '174649.457500', '174649.917500', '174650.377500', '174650.837500', '174651.297500', '174651.757500', '174652.217500', '174652.677500', '174653.137500', '174653.597500', '174654.057500', '174654.517500', '174654.977500', '174655.437500', '174655.897500', '174656.357500', '174656.817500', '174657.277500', '174657.737500', '174658.197500', '174658.657500', '174659.117500', '174659.577500', '174700.037500', '174700.497500', '174700.957500', '174701.417500', '174701.877500', '174702.337500', '174702.797500', '174703.257500', '174703.717500', '174704.177500', '174704.637500', '174705.097500', '174705.557500', '174706.017500', '174706.477500', '174706.937500', '174707.397500', '174707.857500', '174708.317500', '174708.777500', '174709.237500', '174709.697500', '174710.157500', '174710.617500', '174711.077500', '174711.537500', '174711.997500', '174712.457500', '174712.917500', '174713.377500', '174713.837500', '174714.297500', '174714.757500', '174715.217500', '174715.677500', '174716.137500', '174716.597500', '174717.057500', '174717.517500', '174717.977500', '174718.437500', '174718.897500', '174719.357500', '174719.817500', '174720.277500', '174720.737500', '174721.197500', '174721.657500', '174722.117500', '174722.577500', '174723.037500', '174723.497500', '174723.957500', '174724.417500', '174724.877500', '174725.337500', '174725.797500', '174726.257500', '174726.717500', '174727.177500', '174727.637500', '174728.097500', '174728.557500', '174729.017500', '174729.477500', '174729.937500', '174730.397500', '174730.857500', '174731.317500', '174731.777500', '174732.237500', '174732.697500', '174733.157500', '174733.617500', '174734.077500', '174734.537500', '174734.997500', '174735.457500', '174735.917500', '174736.377500', '174736.837500', '174737.297500', '174737.757500', '174738.217500', '174738.677500', '174739.137500', '174739.597500', '174740.057500', '174740.517500', '174740.977500', '174741.437500', '174741.897500', '174742.357500', '174742.817500', '174743.277500', '174743.737500', '174744.197500', '174744.657500', '174745.117500', '174745.577500', '174746.037500', '174746.497500', '174746.957500', '174747.417500', '174747.877500', '174748.337500', '174748.797500', '174749.257500', '174749.717500', '174750.177500', '174750.637500', '174751.097500', '174751.557500', '174752.017500', '174752.477500', '174752.937500', '174753.397500', '174753.857500', '174754.317500', '174754.777500', '174755.237500', '174755.697500', '174756.157500', '174756.617500', '174757.077500', '174757.537500', '174757.997500', '174758.457500', '174758.917500', '174759.377500', '174759.837500', '174800.297500', '174800.757500', '174801.217500', '174801.677500', '174802.137500', '174802.597500', '174803.057500', '174803.517500', '174803.977500', '174804.437500', '174804.897500', '174805.357500', '174805.817500', '174806.277500', '174806.737500', '174807.197500', '174807.657500', '174808.117500', '174808.577500', '174809.037500', '174809.497500', '174809.957500', '174810.417500', '174810.877500', '174811.337500', '174811.797500', '174812.257500', '174812.717500', '174813.177500', '174813.637500', '174814.097500', '174814.557500', '174815.017500', '174815.477500', '174815.937500', '174816.397500', '174816.857500', '174817.317500', '174817.777500', '174818.237500', '174818.697500', '174819.157500', '174819.617500', '174820.077500', '174820.537500', '174820.997500', '174821.457500', '174821.917500', '174822.377500', '174822.837500', '174823.297500', '174823.757500', '174824.217500', '174824.677500', '174825.137500', '174825.597500', '174826.057500', '174826.517500', '174826.977500', '174827.437500', '174827.897500', '174828.357500', '174828.817500', '174829.277500', '174829.737500', '174830.197500', '174830.657500', '174831.117500', '174831.577500', '174832.037500', '174832.497500', '174832.957500', '174833.417500', '174833.877500', '174834.337500', '174834.797500', '174835.257500', '174835.717500', '174836.177500', '174836.637500', '174837.097500', '174837.557500', '174838.017500', '174838.477500', '174838.937500', '174839.397500', '174839.857500', '174840.317500', '174840.777500', '174841.237500', '174841.697500', '174842.157500', '174842.617500', '174843.077500', '174843.537500', '174843.997500', '174844.457500', '174844.917500', '174845.377500', '174845.837500', '174846.297500', '174846.757500', '174847.217500', '174847.677500', '174848.137500', '174848.597500', '174849.057500', '174849.517500', '174849.977500', '174850.437500', '174850.897500', '174851.357500', '174851.817500', '174852.277500', '174852.737500', '174853.197500', '174853.657500', '174854.117500', '174854.577500', '174855.037500', '174855.497500', '174855.957500', '174856.417500', '174856.877500', '174857.337500', '174857.797500', '174858.257500', '174858.717500', '174859.177500', '174859.637500', '174900.097500', '174900.557500', '174901.017500', '174901.477500', '174901.937500', '174902.397500', '174902.857500', '174903.317500', '174903.777500', '174904.237500', '174904.697500', '174905.157500', '174905.617500', '174906.077500', '174906.537500', '174906.997500', '174907.457500', '174907.917500', '174908.377500', '174908.837500', '174909.297500', '174909.757500', '174910.217500', '174910.677500', '174911.137500', '174911.597500', '174912.057500', '174912.517500', '174912.977500', '174913.437500', '174913.897500', '174914.357500', '174914.817500', '174915.277500', '174915.737500', '174916.197500', '174916.657500', '174917.117500', '174917.577500', '174918.037500', '174918.497500', '174918.957500', '174919.417500', '174919.877500', '174920.337500', '174920.797500', '174921.257500', '174921.717500', '174922.177500', '174922.637500', '174923.097500', '174923.557500', '174924.017500', '174924.477500', '174924.937500', '174925.397500', '174925.857500', '174926.317500', '174926.777500', '174927.237500', '174927.697500', '174928.157500', '174928.617500', '174929.077500', '174929.537500', '174929.997500', '174930.457500', '174930.917500', '174931.377500', '174931.837500', '174932.297500', '174932.757500', '174933.217500', '174933.677500', '174934.137500', '174934.597500', '174935.057500', '174935.517500', '174935.977500', '174936.437500', '174936.897500', '174937.357500', '174937.817500', '174938.277500', '174938.737500', '174939.197500', '174939.657500', '174940.117500', '174940.577500', '174941.037500', '174941.497500', '174941.957500', '174942.417500', '174942.877500', '174943.337500', '174943.797500', '174944.257500', '174944.717500', '174945.177500', '174945.637500', '174946.097500', '174946.557500', '174947.017500', '174947.477500', '174947.937500', '174948.397500', '174948.857500', '174949.317500', '174949.777500', '174950.237500', '174950.697500', '174951.157500', '174951.617500', '174952.077500', '174952.537500', '174952.997500', '174953.457500', '174953.917500', '174954.377500', '174954.837500', '174955.297500', '174955.757500', '174956.217500', '174956.677500', '174957.137500', '174957.597500', '174958.057500', '174958.517500', '174958.977500', '174959.437500', '174959.897500', '175000.357500', '175000.817500', '175001.277500', '175001.737500', '175002.197500', '175002.657500', '175003.117500', '175003.577500', '175004.037500', '175004.497500', '175004.957500', '175005.417500', '175005.877500', '175006.337500', '175006.797500', '175007.257500', '175007.717500', '175008.177500', '175008.637500', '175009.097500', '175009.557500', '175010.017500', '175010.477500', '175010.937500', '175011.397500', '175011.857500', '175012.317500', '175012.777500', '175013.237500', '175013.697500', '175014.157500', '175014.617500', '175015.077500', '175015.537500', '175015.997500', '175016.457500', '175016.917500', '175017.377500', '175017.837500', '175018.297500', '175018.757500', '175019.217500', '175019.677500', '175020.137500', '175020.597500', '175021.057500', '175021.517500', '175021.977500', '175022.437500', '175022.897500', '175023.357500', '175023.817500'], 'ContentTime': ['174404.739000', '174404.742000', '174404.745000', '174404.747000', '174404.750000', '174404.753000', '174404.755000', '174404.758000', '174404.760000', '174404.763000', '174404.765000', '174404.768000', '174404.770000', '174404.773000', '174404.776000', '174404.778000', '174404.781000', '174404.783000', '174404.786000', '174404.788000', '174404.791000', '174404.794000', '174404.796000', '174404.799000', '174404.801000', '174404.804000', '174404.807000', '174404.809000', '174404.812000', '174404.814000', '174404.817000', '174404.819000', '174404.822000', '174404.825000', '174404.827000', '174404.830000', '174404.832000', '174404.835000', '174404.838000', '174404.840000', '174404.843000', '174404.845000', '174404.848000', '174404.851000', '174404.853000', '174424.710000', '174424.713000', '174424.716000', '174424.718000', '174424.721000', '174424.724000', '174424.726000', '174424.729000', '174424.731000', '174424.734000', '174424.736000', '174424.739000', '174424.742000', '174424.745000', '174424.747000', '174424.750000', '174424.752000', '174424.755000', '174424.757000', '174424.760000', '174424.762000', '174424.765000', '174424.768000', '174424.770000', '174424.773000', '174424.775000', '174424.778000', '174424.780000', '174424.783000', '174424.785000', '174424.788000', '174424.791000', '174424.793000', '174424.796000', '174424.798000', '174424.801000', '174424.803000', '174424.806000', '174424.808000', '174424.820000', '174424.823000', '174424.826000', '174424.838000', '174444.709000', '174444.712000', '174444.715000', '174444.717000', '174444.720000', '174444.722000', '174444.725000', '174444.728000', '174444.730000', '174444.733000', '174444.735000', '174444.738000', '174444.741000', '174444.743000', '174444.746000', '174444.749000', '174444.751000', '174444.754000', '174444.757000', '174444.759000', '174444.762000', '174444.765000', '174444.767000', '174444.770000', '174444.772000', '174444.775000', '174444.778000', '174444.780000', '174444.783000', '174444.786000', '174444.788000', '174444.791000', '174444.793000', '174444.796000', '174444.799000', '174444.801000', '174444.804000', '174444.806000', '174444.809000', '174444.812000', '174444.814000', '174444.817000', '174444.819000', '174444.822000', '174504.710000', '174504.713000', '174504.716000', '174504.718000', '174504.721000', '174504.723000', '174504.726000', '174504.729000', '174504.731000', '174504.734000', '174504.736000', '174504.739000', '174504.742000', '174504.744000', '174504.747000', '174504.750000', '174504.752000', '174504.755000', '174504.757000', '174504.760000', '174504.762000', '174504.765000', '174504.768000', '174504.770000', '174504.773000', '174504.775000', '174504.778000', '174504.781000', '174504.783000', '174504.786000', '174504.788000', '174504.791000', '174504.793000', '174504.796000', '174504.799000', '174504.801000', '174504.804000', '174504.806000', '174504.809000', '174504.812000', '174504.814000', '174504.817000', '174504.819000', '174524.711000', '174524.713000', '174524.716000', '174524.718000', '174524.721000', '174524.724000', '174524.726000', '174524.729000', '174524.732000', '174524.734000', '174524.737000', '174524.739000', '174524.742000', '174524.744000', '174524.747000', '174524.750000', '174524.758000', '174524.761000', '174524.763000', '174524.766000', '174524.769000', '174524.771000', '174524.774000', '174524.777000', '174524.779000', '174524.782000', '174524.784000', '174524.787000', '174524.790000', '174524.792000', '174524.795000', '174524.797000', '174524.800000', '174524.803000', '174524.805000', '174524.808000', '174524.811000', '174524.813000', '174524.816000', '174524.818000', '174524.821000', '174524.823000', '174524.826000', '174524.829000', '174544.710000', '174544.713000', '174544.716000', '174544.719000', '174544.721000', '174544.724000', '174544.727000', '174544.729000', '174544.732000', '174544.734000', '174544.737000', '174544.739000', '174544.742000', '174544.745000', '174544.747000', '174544.750000', '174544.752000', '174544.755000', '174544.758000', '174544.760000', '174544.763000', '174544.766000', '174544.768000', '174544.771000', '174544.773000', '174544.776000', '174544.779000', '174544.781000', '174544.784000', '174544.786000', '174544.789000', '174544.792000', '174544.794000', '174544.797000', '174544.799000', '174544.802000', '174544.805000', '174544.807000', '174544.810000', '174544.812000', '174544.815000', '174544.818000', '174544.820000', '174604.711000', '174604.713000', '174604.716000', '174604.719000', '174604.721000', '174604.724000', '174604.727000', '174604.729000', '174604.732000', '174604.734000', '174604.737000', '174604.740000', '174604.743000', '174604.746000', '174604.748000', '174604.751000', '174604.754000', '174604.756000', '174604.759000', '174604.762000', '174604.764000', '174604.767000', '174604.769000', '174604.772000', '174604.775000', '174604.777000', '174604.780000', '174604.782000', '174604.785000', '174604.787000', '174604.790000', '174604.793000', '174604.795000', '174604.798000', '174604.801000', '174604.812000', '174604.815000', '174604.817000', '174604.820000', '174604.822000', '174604.825000', '174604.827000', '174604.830000', '174604.833000', '174624.711000', '174624.713000', '174624.716000', '174624.719000', '174624.721000', '174624.724000', '174624.726000', '174624.729000', '174624.732000', '174624.734000', '174624.737000', '174624.739000', '174624.742000', '174624.745000', '174624.747000', '174624.750000', '174624.757000', '174624.760000', '174624.762000', '174624.765000', '174624.767000', '174624.770000', '174624.773000', '174624.775000', '174624.778000', '174624.780000', '174624.783000', '174624.786000', '174624.788000', '174624.791000', '174624.793000', '174624.796000', '174624.799000', '174624.801000', '174624.804000', '174624.806000', '174624.809000', '174624.812000', '174624.814000', '174624.817000', '174624.819000', '174624.822000', '174624.825000', '174644.711000', '174644.714000', '174644.716000', '174644.719000', '174644.721000', '174644.724000', '174644.727000', '174644.729000', '174644.732000', '174644.734000', '174644.737000', '174644.740000', '174644.742000', '174644.745000', '174644.747000', '174644.750000', '174644.753000', '174644.755000', '174644.758000', '174644.761000', '174644.763000', '174644.766000', '174644.768000', '174644.771000', '174644.774000', '174644.776000', '174644.779000', '174644.781000', '174644.784000', '174644.787000', '174644.789000', '174644.792000', '174644.794000', '174644.797000', '174644.800000', '174644.802000', '174644.805000', '174644.808000', '174644.810000', '174644.813000', '174644.815000', '174644.818000', '174644.820000', '174704.710000', '174704.712000', '174704.715000', '174704.718000', '174704.720000', '174704.723000', '174704.726000', '174704.731000', '174704.733000', '174704.736000', '174704.739000', '174704.741000', '174704.744000', '174704.746000', '174704.749000', '174704.752000', '174704.754000', '174704.757000', '174704.760000', '174704.762000', '174704.765000', '174704.767000', '174704.770000', '174704.772000', '174704.775000', '174704.778000', '174704.780000', '174704.783000', '174704.785000', '174704.788000', '174704.791000', '174704.793000', '174704.796000', '174704.799000', '174704.801000', '174704.804000', '174704.806000', '174704.809000', '174704.811000', '174704.814000', '174704.817000', '174704.819000', '174704.822000', '174704.825000', '174724.710000', '174724.713000', '174724.716000', '174724.719000', '174724.721000', '174724.724000', '174724.727000', '174724.729000', '174724.732000', '174724.735000', '174724.737000', '174724.740000', '174724.742000', '174724.745000', '174724.748000', '174724.750000', '174724.753000', '174724.756000', '174724.759000', '174724.761000', '174724.764000', '174724.766000', '174724.769000', '174724.772000', '174724.774000', '174724.777000', '174724.779000', '174724.783000', '174724.785000', '174724.788000', '174724.791000', '174724.794000', '174724.796000', '174724.799000', '174724.801000', '174724.804000', '174724.807000', '174724.809000', '174724.812000', '174724.814000', '174724.817000', '174724.819000', '174724.822000', '174744.710000', '174744.713000', '174744.716000', '174744.719000', '174744.721000', '174744.724000', '174744.726000', '174744.729000', '174744.732000', '174744.734000', '174744.737000', '174744.739000', '174744.742000', '174744.745000', '174744.747000', '174744.750000', '174744.752000', '174744.765000', '174744.767000', '174744.770000', '174744.772000', '174744.775000', '174744.778000', '174744.780000', '174744.783000', '174744.785000', '174744.788000', '174744.791000', '174744.793000', '174744.796000', '174744.799000', '174744.801000', '174744.804000', '174744.807000', '174744.809000', '174744.812000', '174744.814000', '174744.817000', '174744.820000', '174744.822000', '174744.825000', '174744.827000', '174744.830000', '174744.833000', '174804.711000', '174804.713000', '174804.716000', '174804.719000', '174804.721000', '174804.724000', '174804.726000', '174804.729000', '174804.732000', '174804.734000', '174804.737000', '174804.739000', '174804.742000', '174804.745000', '174804.747000', '174804.750000', '174804.752000', '174804.755000', '174804.758000', '174804.760000', '174804.763000', '174804.766000', '174804.768000', '174804.771000', '174804.773000', '174804.776000', '174804.779000', '174804.781000', '174804.784000', '174804.787000', '174804.789000', '174804.792000', '174804.794000', '174804.797000', '174804.799000', '174804.802000', '174804.805000', '174804.807000', '174804.810000', '174804.812000', '174804.815000', '174804.818000', '174804.820000', '174824.711000', '174824.714000', '174824.716000', '174824.719000', '174824.721000', '174824.724000', '174824.727000', '174824.729000', '174824.732000', '174824.734000', '174824.737000', '174824.740000', '174824.742000', '174824.745000', '174824.747000', '174824.750000', '174824.753000', '174824.755000', '174824.758000', '174824.761000', '174824.763000', '174824.766000', '174824.768000', '174824.771000', '174824.774000', '174824.776000', '174824.779000', '174824.781000', '174824.784000', '174824.787000', '174824.789000', '174824.792000', '174824.794000', '174824.797000', '174824.800000', '174824.802000', '174824.805000', '174824.807000', '174824.810000', '174824.812000', '174824.815000', '174824.818000', '174824.820000', '174824.823000', '174844.710000', '174844.713000', '174844.716000', '174844.718000', '174844.721000', '174844.724000', '174844.726000', '174844.729000', '174844.731000', '174844.734000', '174844.737000', '174844.739000', '174844.742000', '174844.745000', '174844.747000', '174844.750000', '174844.752000', '174844.755000', '174844.757000', '174844.760000', '174844.763000', '174844.765000', '174844.768000', '174844.770000', '174844.773000', '174844.776000', '174844.778000', '174844.781000', '174844.783000', '174844.786000', '174844.789000', '174844.791000', '174844.794000', '174844.796000', '174844.799000', '174844.802000', '174844.804000', '174844.807000', '174844.810000', '174844.812000', '174844.815000', '174844.818000', '174844.821000', '174904.711000', '174904.714000', '174904.716000', '174904.719000', '174904.721000', '174904.724000', '174904.727000', '174904.729000', '174904.732000', '174904.735000', '174904.737000', '174904.740000', '174904.742000', '174904.745000', '174904.748000', '174904.750000', '174904.753000', '174904.755000', '174904.758000', '174904.761000', '174904.763000', '174904.766000', '174904.769000', '174904.771000', '174904.774000', '174904.776000', '174904.779000', '174904.782000', '174904.784000', '174904.787000', '174904.789000', '174904.792000', '174904.795000', '174904.797000', '174904.800000', '174904.803000', '174904.805000', '174904.808000', '174904.810000', '174904.813000', '174904.815000', '174904.818000', '174904.860000', '174904.863000', '174924.709000', '174924.712000', '174924.715000', '174924.718000', '174924.720000', '174924.723000', '174924.725000', '174924.728000', '174924.731000', '174924.733000', '174924.736000', '174924.738000', '174924.741000', '174924.744000', '174924.746000', '174924.749000', '174924.752000', '174924.754000', '174924.757000', '174924.759000', '174924.762000', '174924.764000', '174924.767000', '174924.770000', '174924.772000', '174924.775000', '174924.778000', '174924.781000', '174924.783000', '174924.786000', '174924.788000', '174924.791000', '174924.794000', '174924.796000', '174924.799000', '174924.802000', '174924.804000', '174924.807000', '174924.809000', '174924.814000', '174924.816000', '174924.819000', '174924.821000', '174944.711000', '174944.713000', '174944.716000', '174944.719000', '174944.721000', '174944.724000', '174944.727000', '174944.729000', '174944.732000', '174944.734000', '174944.737000', '174944.740000', '174944.742000', '174944.745000', '174944.747000', '174944.750000', '174944.753000', '174944.755000', '174944.758000', '174944.760000', '174944.763000', '174944.766000', '174944.768000', '174944.771000', '174944.774000', '174944.776000', '174944.779000', '174944.781000', '174944.784000', '174944.787000', '174944.789000', '174944.792000', '174944.794000', '174944.797000', '174944.800000', '174944.802000', '174944.805000', '174944.807000', '174944.810000', '174944.813000', '174944.815000', '174944.818000', '174944.820000', '175004.711000', '175004.713000', '175004.716000', '175004.719000', '175004.721000', '175004.724000', '175004.726000', '175004.729000', '175004.732000', '175004.734000', '175004.737000', '175004.739000', '175004.742000', '175004.745000', '175004.747000', '175004.750000', '175004.752000', '175004.755000', '175004.757000', '175004.760000', '175004.763000', '175004.765000', '175004.768000', '175004.771000', '175004.773000', '175004.776000', '175004.778000', '175004.781000', '175004.784000', '175004.786000', '175004.789000', '175004.791000', '175004.794000', '175004.797000', '175004.800000', '175004.803000', '175004.806000', '175004.808000', '175004.811000', '175004.814000', '175004.816000', '175004.819000', '175004.822000', '175004.824000', '175024.713000', '175024.716000', '175024.719000', '175024.722000', '175024.725000', '175024.728000', '175024.731000', '175024.735000', '175024.738000', '175024.741000', '175024.743000', '175024.746000', '175024.748000', '175024.753000', '175024.757000', '175024.761000', '175024.765000', '175024.769000', '175024.775000', '175024.779000', '175024.783000', '175024.787000', '175024.791000', '175024.795000', '175024.800000', '175024.804000', '175024.806000', '175024.809000', '175024.812000', '175024.814000', '175024.817000', '175024.819000', '175024.822000', '175024.825000', '175024.827000', '175024.831000', '175024.834000', '175024.837000', '175024.839000', '175024.842000', '175024.845000', '175024.847000', '175024.850000', '175024.852000', '175025.047000'], 'InstanceCreationTime': ['174404.739000', '174404.742000', '174404.745000', '174404.747000', '174404.750000', '174404.753000', '174404.755000', '174404.758000', '174404.760000', '174404.763000', '174404.765000', '174404.768000', '174404.770000', '174404.773000', '174404.776000', '174404.778000', '174404.781000', '174404.783000', '174404.786000', '174404.788000', '174404.791000', '174404.794000', '174404.796000', '174404.799000', '174404.801000', '174404.804000', '174404.807000', '174404.809000', '174404.812000', '174404.814000', '174404.817000', '174404.819000', '174404.822000', '174404.825000', '174404.827000', '174404.830000', '174404.832000', '174404.835000', '174404.838000', '174404.840000', '174404.843000', '174404.845000', '174404.848000', '174404.851000', '174404.853000', '174424.710000', '174424.713000', '174424.716000', '174424.718000', '174424.721000', '174424.724000', '174424.726000', '174424.729000', '174424.731000', '174424.734000', '174424.736000', '174424.739000', '174424.742000', '174424.745000', '174424.747000', '174424.750000', '174424.752000', '174424.755000', '174424.757000', '174424.760000', '174424.762000', '174424.765000', '174424.768000', '174424.770000', '174424.773000', '174424.775000', '174424.778000', '174424.780000', '174424.783000', '174424.785000', '174424.788000', '174424.791000', '174424.793000', '174424.796000', '174424.798000', '174424.801000', '174424.803000', '174424.806000', '174424.808000', '174424.820000', '174424.823000', '174424.826000', '174424.838000', '174444.709000', '174444.712000', '174444.715000', '174444.717000', '174444.720000', '174444.722000', '174444.725000', '174444.728000', '174444.730000', '174444.733000', '174444.735000', '174444.738000', '174444.741000', '174444.743000', '174444.746000', '174444.749000', '174444.751000', '174444.754000', '174444.757000', '174444.759000', '174444.762000', '174444.765000', '174444.767000', '174444.770000', '174444.772000', '174444.775000', '174444.778000', '174444.780000', '174444.783000', '174444.786000', '174444.788000', '174444.791000', '174444.793000', '174444.796000', '174444.799000', '174444.801000', '174444.804000', '174444.806000', '174444.809000', '174444.812000', '174444.814000', '174444.817000', '174444.819000', '174444.822000', '174504.710000', '174504.713000', '174504.716000', '174504.718000', '174504.721000', '174504.723000', '174504.726000', '174504.729000', '174504.731000', '174504.734000', '174504.736000', '174504.739000', '174504.742000', '174504.744000', '174504.747000', '174504.750000', '174504.752000', '174504.755000', '174504.757000', '174504.760000', '174504.762000', '174504.765000', '174504.768000', '174504.770000', '174504.773000', '174504.775000', '174504.778000', '174504.781000', '174504.783000', '174504.786000', '174504.788000', '174504.791000', '174504.793000', '174504.796000', '174504.799000', '174504.801000', '174504.804000', '174504.806000', '174504.809000', '174504.812000', '174504.814000', '174504.817000', '174504.819000', '174524.711000', '174524.713000', '174524.716000', '174524.718000', '174524.721000', '174524.724000', '174524.726000', '174524.729000', '174524.732000', '174524.734000', '174524.737000', '174524.739000', '174524.742000', '174524.744000', '174524.747000', '174524.750000', '174524.758000', '174524.761000', '174524.763000', '174524.766000', '174524.769000', '174524.771000', '174524.774000', '174524.777000', '174524.779000', '174524.782000', '174524.784000', '174524.787000', '174524.790000', '174524.792000', '174524.795000', '174524.797000', '174524.800000', '174524.803000', '174524.805000', '174524.808000', '174524.811000', '174524.813000', '174524.816000', '174524.818000', '174524.821000', '174524.823000', '174524.826000', '174524.829000', '174544.710000', '174544.713000', '174544.716000', '174544.719000', '174544.721000', '174544.724000', '174544.727000', '174544.729000', '174544.732000', '174544.734000', '174544.737000', '174544.739000', '174544.742000', '174544.745000', '174544.747000', '174544.750000', '174544.752000', '174544.755000', '174544.758000', '174544.760000', '174544.763000', '174544.766000', '174544.768000', '174544.771000', '174544.773000', '174544.776000', '174544.779000', '174544.781000', '174544.784000', '174544.786000', '174544.789000', '174544.792000', '174544.794000', '174544.797000', '174544.799000', '174544.802000', '174544.805000', '174544.807000', '174544.810000', '174544.812000', '174544.815000', '174544.818000', '174544.820000', '174604.711000', '174604.713000', '174604.716000', '174604.719000', '174604.721000', '174604.724000', '174604.727000', '174604.729000', '174604.732000', '174604.734000', '174604.737000', '174604.740000', '174604.743000', '174604.746000', '174604.748000', '174604.751000', '174604.754000', '174604.756000', '174604.759000', '174604.762000', '174604.764000', '174604.767000', '174604.769000', '174604.772000', '174604.775000', '174604.777000', '174604.780000', '174604.782000', '174604.785000', '174604.787000', '174604.790000', '174604.793000', '174604.795000', '174604.798000', '174604.801000', '174604.812000', '174604.815000', '174604.817000', '174604.820000', '174604.822000', '174604.825000', '174604.827000', '174604.830000', '174604.833000', '174624.711000', '174624.713000', '174624.716000', '174624.719000', '174624.721000', '174624.724000', '174624.726000', '174624.729000', '174624.732000', '174624.734000', '174624.737000', '174624.739000', '174624.742000', '174624.745000', '174624.747000', '174624.750000', '174624.757000', '174624.760000', '174624.762000', '174624.765000', '174624.767000', '174624.770000', '174624.773000', '174624.775000', '174624.778000', '174624.780000', '174624.783000', '174624.786000', '174624.788000', '174624.791000', '174624.793000', '174624.796000', '174624.799000', '174624.801000', '174624.804000', '174624.806000', '174624.809000', '174624.812000', '174624.814000', '174624.817000', '174624.819000', '174624.822000', '174624.825000', '174644.711000', '174644.714000', '174644.716000', '174644.719000', '174644.721000', '174644.724000', '174644.727000', '174644.729000', '174644.732000', '174644.734000', '174644.737000', '174644.740000', '174644.742000', '174644.745000', '174644.747000', '174644.750000', '174644.753000', '174644.755000', '174644.758000', '174644.761000', '174644.763000', '174644.766000', '174644.768000', '174644.771000', '174644.774000', '174644.776000', '174644.779000', '174644.781000', '174644.784000', '174644.787000', '174644.789000', '174644.792000', '174644.794000', '174644.797000', '174644.800000', '174644.802000', '174644.805000', '174644.808000', '174644.810000', '174644.813000', '174644.815000', '174644.818000', '174644.820000', '174704.710000', '174704.712000', '174704.715000', '174704.718000', '174704.720000', '174704.723000', '174704.726000', '174704.731000', '174704.733000', '174704.736000', '174704.739000', '174704.741000', '174704.744000', '174704.746000', '174704.749000', '174704.752000', '174704.754000', '174704.757000', '174704.760000', '174704.762000', '174704.765000', '174704.767000', '174704.770000', '174704.772000', '174704.775000', '174704.778000', '174704.780000', '174704.783000', '174704.785000', '174704.788000', '174704.791000', '174704.793000', '174704.796000', '174704.799000', '174704.801000', '174704.804000', '174704.806000', '174704.809000', '174704.811000', '174704.814000', '174704.817000', '174704.819000', '174704.822000', '174704.825000', '174724.710000', '174724.713000', '174724.716000', '174724.719000', '174724.721000', '174724.724000', '174724.727000', '174724.729000', '174724.732000', '174724.735000', '174724.737000', '174724.740000', '174724.742000', '174724.745000', '174724.748000', '174724.750000', '174724.753000', '174724.756000', '174724.759000', '174724.761000', '174724.764000', '174724.766000', '174724.769000', '174724.772000', '174724.774000', '174724.777000', '174724.779000', '174724.783000', '174724.785000', '174724.788000', '174724.791000', '174724.794000', '174724.796000', '174724.799000', '174724.801000', '174724.804000', '174724.807000', '174724.809000', '174724.812000', '174724.814000', '174724.817000', '174724.819000', '174724.822000', '174744.710000', '174744.713000', '174744.716000', '174744.719000', '174744.721000', '174744.724000', '174744.726000', '174744.729000', '174744.732000', '174744.734000', '174744.737000', '174744.739000', '174744.742000', '174744.745000', '174744.747000', '174744.750000', '174744.752000', '174744.765000', '174744.767000', '174744.770000', '174744.772000', '174744.775000', '174744.778000', '174744.780000', '174744.783000', '174744.785000', '174744.788000', '174744.791000', '174744.793000', '174744.796000', '174744.799000', '174744.801000', '174744.804000', '174744.807000', '174744.809000', '174744.812000', '174744.814000', '174744.817000', '174744.820000', '174744.822000', '174744.825000', '174744.827000', '174744.830000', '174744.833000', '174804.711000', '174804.713000', '174804.716000', '174804.719000', '174804.721000', '174804.724000', '174804.726000', '174804.729000', '174804.732000', '174804.734000', '174804.737000', '174804.739000', '174804.742000', '174804.745000', '174804.747000', '174804.750000', '174804.752000', '174804.755000', '174804.758000', '174804.760000', '174804.763000', '174804.766000', '174804.768000', '174804.771000', '174804.773000', '174804.776000', '174804.779000', '174804.781000', '174804.784000', '174804.787000', '174804.789000', '174804.792000', '174804.794000', '174804.797000', '174804.799000', '174804.802000', '174804.805000', '174804.807000', '174804.810000', '174804.812000', '174804.815000', '174804.818000', '174804.820000', '174824.711000', '174824.714000', '174824.716000', '174824.719000', '174824.721000', '174824.724000', '174824.727000', '174824.729000', '174824.732000', '174824.734000', '174824.737000', '174824.740000', '174824.742000', '174824.745000', '174824.747000', '174824.750000', '174824.753000', '174824.755000', '174824.758000', '174824.761000', '174824.763000', '174824.766000', '174824.768000', '174824.771000', '174824.774000', '174824.776000', '174824.779000', '174824.781000', '174824.784000', '174824.787000', '174824.789000', '174824.792000', '174824.794000', '174824.797000', '174824.800000', '174824.802000', '174824.805000', '174824.807000', '174824.810000', '174824.812000', '174824.815000', '174824.818000', '174824.820000', '174824.823000', '174844.710000', '174844.713000', '174844.716000', '174844.718000', '174844.721000', '174844.724000', '174844.726000', '174844.729000', '174844.731000', '174844.734000', '174844.737000', '174844.739000', '174844.742000', '174844.745000', '174844.747000', '174844.750000', '174844.752000', '174844.755000', '174844.757000', '174844.760000', '174844.763000', '174844.765000', '174844.768000', '174844.770000', '174844.773000', '174844.776000', '174844.778000', '174844.781000', '174844.783000', '174844.786000', '174844.789000', '174844.791000', '174844.794000', '174844.796000', '174844.799000', '174844.802000', '174844.804000', '174844.807000', '174844.810000', '174844.812000', '174844.815000', '174844.818000', '174844.821000', '174904.711000', '174904.714000', '174904.716000', '174904.719000', '174904.721000', '174904.724000', '174904.727000', '174904.729000', '174904.732000', '174904.735000', '174904.737000', '174904.740000', '174904.742000', '174904.745000', '174904.748000', '174904.750000', '174904.753000', '174904.755000', '174904.758000', '174904.761000', '174904.763000', '174904.766000', '174904.769000', '174904.771000', '174904.774000', '174904.776000', '174904.779000', '174904.782000', '174904.784000', '174904.787000', '174904.789000', '174904.792000', '174904.795000', '174904.797000', '174904.800000', '174904.803000', '174904.805000', '174904.808000', '174904.810000', '174904.813000', '174904.815000', '174904.818000', '174904.860000', '174904.863000', '174924.709000', '174924.712000', '174924.715000', '174924.718000', '174924.720000', '174924.723000', '174924.725000', '174924.728000', '174924.731000', '174924.733000', '174924.736000', '174924.738000', '174924.741000', '174924.744000', '174924.746000', '174924.749000', '174924.752000', '174924.754000', '174924.757000', '174924.759000', '174924.762000', '174924.764000', '174924.767000', '174924.770000', '174924.772000', '174924.775000', '174924.778000', '174924.781000', '174924.783000', '174924.786000', '174924.788000', '174924.791000', '174924.794000', '174924.796000', '174924.799000', '174924.802000', '174924.804000', '174924.807000', '174924.809000', '174924.814000', '174924.816000', '174924.819000', '174924.821000', '174944.711000', '174944.713000', '174944.716000', '174944.719000', '174944.721000', '174944.724000', '174944.727000', '174944.729000', '174944.732000', '174944.734000', '174944.737000', '174944.740000', '174944.742000', '174944.745000', '174944.747000', '174944.750000', '174944.753000', '174944.755000', '174944.758000', '174944.760000', '174944.763000', '174944.766000', '174944.768000', '174944.771000', '174944.774000', '174944.776000', '174944.779000', '174944.781000', '174944.784000', '174944.787000', '174944.789000', '174944.792000', '174944.794000', '174944.797000', '174944.800000', '174944.802000', '174944.805000', '174944.807000', '174944.810000', '174944.813000', '174944.815000', '174944.818000', '174944.820000', '175004.711000', '175004.713000', '175004.716000', '175004.719000', '175004.721000', '175004.724000', '175004.726000', '175004.729000', '175004.732000', '175004.734000', '175004.737000', '175004.739000', '175004.742000', '175004.745000', '175004.747000', '175004.750000', '175004.752000', '175004.755000', '175004.757000', '175004.760000', '175004.763000', '175004.765000', '175004.768000', '175004.771000', '175004.773000', '175004.776000', '175004.778000', '175004.781000', '175004.784000', '175004.786000', '175004.789000', '175004.791000', '175004.794000', '175004.797000', '175004.800000', '175004.803000', '175004.806000', '175004.808000', '175004.811000', '175004.814000', '175004.816000', '175004.819000', '175004.822000', '175004.824000', '175024.713000', '175024.716000', '175024.719000', '175024.722000', '175024.725000', '175024.728000', '175024.731000', '175024.735000', '175024.738000', '175024.741000', '175024.743000', '175024.746000', '175024.748000', '175024.753000', '175024.757000', '175024.761000', '175024.765000', '175024.769000', '175024.775000', '175024.779000', '175024.783000', '175024.787000', '175024.791000', '175024.795000', '175024.800000', '175024.804000', '175024.806000', '175024.809000', '175024.812000', '175024.814000', '175024.817000', '175024.819000', '175024.822000', '175024.825000', '175024.827000', '175024.831000', '175024.834000', '175024.837000', '175024.839000', '175024.842000', '175024.845000', '175024.847000', '175024.850000', '175024.852000', '175025.047000'], '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': [9369, 10209, 8843, 9680, 11651, 9474, 12710, 9414, 11261, 9568, 10685, 9624, 11208, 9269, 9255, 8607, 9358, 12386, 9504, 13267, 9636, 13416, 9553, 11140, 9618, 10393, 9176, 11193, 9159, 10492, 9133, 9215, 9456, 9353, 11029, 9484, 10441, 9739, 12641, 9703, 10978, 9690, 11201, 9659, 11109, 9650, 10937, 9495, 10619, 9405, 10492, 9603, 10383, 9365, 10164, 9365, 10523, 9594, 10781, 9801, 10922, 9826, 10925, 9649, 11066, 9796, 11549, 9825, 11117, 10196, 10673, 10599, 10953, 9498, 11363, 9085, 11113, 8920, 11305, 9279, 9934, 9378, 9263, 8790, 9596, 10084, 9275, 9368, 9075, 11156, 9399, 11375, 9547, 11190, 9303, 10423, 9111, 10863, 9156, 10425, 8879, 9562, 8776, 8994, 8923, 9207, 9056, 9754, 8466, 9794, 8818, 10203, 9250, 10406, 8997, 10420, 8966, 10645, 9466, 11386, 9130, 11216, 9076, 10077, 9653, 9454, 9082, 9913, 9305, 9553, 9114, 9196, 12420, 9454, 12881, 9840, 11771, 9790, 11131, 8748, 9929, 9339, 9136, 8954, 8962, 8162, 8825, 11829, 9011, 11539, 9118, 12160, 9470, 11085, 9209, 10588, 9455, 10547, 8990, 10017, 9063, 8861, 9630, 9375, 8860, 9228, 8949, 9293, 8718, 9258, 8968, 9573, 9548, 10789, 9573, 9714, 9697, 9506, 9609, 9659, 9573, 9646, 9152, 9618, 9163, 9165, 13384, 9244, 14538, 9192, 14243, 9514, 11426, 9788, 10596, 9155, 9471, 9003, 8964, 9365, 9112, 11436, 9554, 10333, 9464, 9807, 8671, 10338, 8923, 8479, 8462, 8715, 8457, 8978, 8745, 8990, 8581, 8810, 9617, 9007, 9769, 9551, 9412, 9206, 9131, 9117, 9707, 9200, 9570, 9743, 9417, 9785, 8795, 9209, 9549, 9461, 9098, 9735, 9301, 9396, 9248, 9078, 10076, 9509, 9083, 10371, 9004, 9678, 10310, 9120, 10003, 9435, 10329, 9387, 9439, 9069, 11358, 8891, 13219, 9403, 9976, 9105, 9773, 9082, 13484, 8894, 13095, 9003, 13403, 9160, 10455, 9429, 10956, 9292, 10144, 9519, 10019, 9555, 10252, 9227, 10717, 8944, 9281, 9177, 9089, 8537, 8831, 13301, 9477, 10955, 9781, 10180, 8818, 10594, 9320, 8883, 9046, 9212, 9601, 9187, 8226, 9246, 8705, 9399, 12005, 9408, 11486, 9356, 13717, 9245, 11635, 9385, 10901, 9335, 10569, 9004, 11506, 9495, 8984, 8949, 8949, 9311, 9206, 8857, 8960, 12281, 9345, 11826, 9613, 11235, 9744, 10802, 9614, 10411, 8917, 9908, 8785, 9330, 8897, 8907, 8905, 8837, 9448, 8763, 12161, 9026, 10065, 9227, 12761, 9380, 10654, 9526, 10731, 9617, 10233, 9966, 9907, 8942, 9802, 9081, 10345, 9431, 10128, 9336, 9106, 9056, 8911, 9056, 9071, 9038, 9185, 8552, 9231, 9093, 8964, 9091, 9157, 9063, 9014, 9931, 9216, 11211, 9080, 11967, 9009, 14493, 9327, 11942, 9520, 11337, 9625, 10997, 10147, 10567, 9124, 9399, 9243, 9150, 9073, 8819, 8708, 8997, 9603, 8990, 11537, 9107, 9464, 9211, 11451, 9433, 13275, 9200, 13681, 9137, 11514, 9440, 10970, 9571, 10998, 8441, 10948, 9045, 9439, 9709, 8950, 11538, 8956, 12633, 9318, 10785, 9171, 12208, 9206, 10452, 9225, 10175, 9437, 10208, 9503, 10235, 9593, 10302, 9426, 10320, 9554, 10280, 9503, 10138, 9475, 10177, 9488, 10779, 9634, 10530, 10026, 10918, 8941, 9988, 9176, 9709, 8811, 9201, 9311, 9015, 13337, 8993, 11827, 9255, 10776, 9136, 10010, 9176, 9907, 8735, 8935, 8481, 10066, 8963, 8687, 8561, 8765, 8692, 8674, 9958, 9119, 10903, 8884, 11013, 9066, 11574, 9368, 11072, 9254, 10618, 9216, 9909, 9381, 9613, 9030, 9156, 8645, 9419, 11661, 8696, 12541, 9091, 12265, 9416, 13208, 9265, 10487, 9314, 10413, 9419, 10170, 9439, 9893, 9262, 10250, 9701, 10031, 9860, 9862, 9796, 9746, 9337, 10489, 8563, 9882, 9619, 9962, 9118, 10870, 9177, 10940, 8652, 9819, 9026, 10933, 9325, 9217, 9115, 9456, 10277, 9918, 9278, 9245, 14091, 8745, 11675, 9277, 11455, 9675, 11101, 9568, 10159, 9500, 9618, 9140, 9700, 9186, 10642, 9253, 8940, 9108, 8967, 8874, 8959, 9110, 8757, 9155, 8795, 10728, 8872, 11224, 8824, 10867, 9382, 10969, 9356, 10412, 8594, 9949, 8666, 10865, 9181, 9322, 9370, 9003, 9858, 9323, 10875, 8968, 13046, 9401, 10768, 9452, 10840, 9642, 10848, 9206, 9711, 9379, 9739, 9986, 9735, 9399, 9925, 9303, 9923, 9530, 10099, 9678, 10600, 9747, 11358, 9850, 11273, 9818, 10670, 10058, 11191, 10010, 10948, 10051, 10614, 9677, 10484, 10430, 10375, 10143, 10438, 8811, 11049, 8864, 11352, 8701, 11401, 9115, 9433, 10154, 9414, 10124, 9056, 11254, 9317, 11159, 9570, 11270, 9392, 10993, 9553, 10390, 9242, 9774, 9040, 10707, 8455, 11061, 8982, 9535, 9278, 9052, 10286, 8885, 13288, 9412, 14172, 9475, 10297, 9178, 9836, 9462, 9777, 9949, 10037, 9112, 9018, 9088, 10142, 9227, 9361, 9123, 9175, 9886, 9154, 9109, 9493, 9185, 9321, 8899, 9095, 9397, 9296, 12030, 9491, 10869, 9104, 13533, 9354, 10870, 9560, 10697, 9362, 13654, 9405, 10539, 9362, 11009, 9109, 10679, 9139, 11646, 9427, 11010, 9008, 10799, 9609, 10448, 9442, 10305, 9864, 10551, 8642, 10763, 8656, 10742, 8677, 8952, 9079, 8885, 10474, 8894, 13760, 9211, 11196, 9221, 10569, 9514, 10231, 8200, 9940, 8810, 9460, 8906, 8841, 8742, 9077, 8995, 9019, 8584, 9217, 12270, 9611, 10818, 9422, 11090, 9759, 11356, 9788, 10680, 9724, 10452, 9020, 10694, 8857, 11029, 9238, 9419, 9162, 9038, 8807, 9268, 8822, 9245, 9303, 8709, 12913, 8917, 11050, 9214, 11213, 9621, 10906, 9613, 11058, 8177, 10778, 8493, 11212, 9184, 9686, 9004, 9454, 8530, 9831, 8782, 10437, 8901, 9521, 9275, 9824, 8919, 10203, 8796, 10224, 8777, 10984, 8706, 10319, 9436, 10481, 9978, 10176, 9021, 11362, 8919, 10795, 8577, 11390, 8564, 10688, 9055, 10040, 9254, 9576, 8336, 9496, 11903, 9621, 11281, 9175, 11869, 9425, 11481, 9102, 10286, 9191, 9702, 9089, 9442, 9686, 9573, 9399, 10669, 8480, 10224, 8249, 11231, 8476, 9463, 9464, 9452, 9783, 9132, 13623, 9174, 11643, 9295, 11201, 9128, 10390, 8368, 9819, 8667, 9703, 8460, 9002, 8575, 8920, 9433, 8646], 'WindowCenter': [4722.0, 4718.0, 4692.0, 4703.0, 4699.0, 4689.0, 4717.0, 4687.0, 4695.0, 4676.0, 4684.0, 4674.0, 4693.0, 4675.0, 4675.0, 4664.0, 4688.0, 4703.0, 4676.0, 4692.0, 4688.0, 4704.0, 4686.0, 4694.0, 4689.0, 4698.0, 4678.0, 4696.0, 4674.0, 4686.0, 4674.0, 4677.0, 4689.0, 4686.0, 4696.0, 4676.0, 4685.0, 4675.0, 4704.0, 4689.0, 4696.0, 4686.0, 4697.0, 4690.0, 4698.0, 4686.0, 4697.0, 4700.0, 4698.0, 4687.0, 4685.0, 4687.0, 4697.0, 4688.0, 4699.0, 4690.0, 4700.0, 4690.0, 4697.0, 4698.0, 4698.0, 4701.0, 4699.0, 4687.0, 4697.0, 4689.0, 4695.0, 4684.0, 4686.0, 4674.0, 4683.0, 4683.0, 4683.0, 4673.0, 4684.0, 4666.0, 4683.0, 4660.0, 4681.0, 4663.0, 4673.0, 4662.0, 4674.0, 4650.0, 4675.0, 4671.0, 4663.0, 4662.0, 4674.0, 4682.0, 4673.0, 4682.0, 4670.0, 4679.0, 4663.0, 4684.0, 4675.0, 4681.0, 4662.0, 4684.0, 4647.0, 4673.0, 4663.0, 4677.0, 4676.0, 4686.0, 4675.0, 4688.0, 4678.0, 4696.0, 4689.0, 4700.0, 4687.0, 4699.0, 4677.0, 4698.0, 4676.0, 4687.0, 4676.0, 4695.0, 4675.0, 4682.0, 4662.0, 4675.0, 4673.0, 4674.0, 4652.0, 4673.0, 4662.0, 4671.0, 4659.0, 4662.0, 4691.0, 4659.0, 4680.0, 4660.0, 4667.0, 4658.0, 4670.0, 4650.0, 4659.0, 4661.0, 4660.0, 4649.0, 4662.0, 4661.0, 4675.0, 4693.0, 4664.0, 4682.0, 4665.0, 4694.0, 4675.0, 4692.0, 4691.0, 4685.0, 4672.0, 4684.0, 4664.0, 4673.0, 4664.0, 4675.0, 4674.0, 4675.0, 4661.0, 4676.0, 4674.0, 4688.0, 4680.0, 4691.0, 4679.0, 4689.0, 4688.0, 4701.0, 4686.0, 4688.0, 4678.0, 4690.0, 4690.0, 4677.0, 4672.0, 4675.0, 4663.0, 4673.0, 4664.0, 4677.0, 4705.0, 4673.0, 4701.0, 4663.0, 4702.0, 4665.0, 4679.0, 4672.0, 4672.0, 4661.0, 4660.0, 4648.0, 4662.0, 4661.0, 4661.0, 4680.0, 4674.0, 4670.0, 4663.0, 4661.0, 4651.0, 4674.0, 4664.0, 4665.0, 4666.0, 4666.0, 4666.0, 4679.0, 4666.0, 4676.0, 4678.0, 4692.0, 4690.0, 4679.0, 4685.0, 4688.0, 4686.0, 4686.0, 4678.0, 4692.0, 4688.0, 4678.0, 4673.0, 4687.0, 4673.0, 4685.0, 4666.0, 4677.0, 4676.0, 4675.0, 4664.0, 4675.0, 4674.0, 4675.0, 4687.0, 4679.0, 4686.0, 4675.0, 4663.0, 4683.0, 4665.0, 4673.0, 4685.0, 4673.0, 4671.0, 4674.0, 4673.0, 4663.0, 4661.0, 4662.0, 4682.0, 4661.0, 4690.0, 4662.0, 4659.0, 4662.0, 4661.0, 4662.0, 4702.0, 4674.0, 4690.0, 4662.0, 4690.0, 4663.0, 4671.0, 4662.0, 4682.0, 4673.0, 4670.0, 4669.0, 4671.0, 4676.0, 4672.0, 4675.0, 4697.0, 4676.0, 4674.0, 4664.0, 4662.0, 4650.0, 4662.0, 4691.0, 4672.0, 4683.0, 4673.0, 4669.0, 4659.0, 4672.0, 4663.0, 4661.0, 4669.0, 4673.0, 4673.0, 4673.0, 4653.0, 4675.0, 4663.0, 4687.0, 4707.0, 4690.0, 4696.0, 4676.0, 4715.0, 4677.0, 4698.0, 4688.0, 4686.0, 4662.0, 4674.0, 4664.0, 4692.0, 4672.0, 4673.0, 4674.0, 4673.0, 4663.0, 4675.0, 4661.0, 4664.0, 4693.0, 4676.0, 4694.0, 4674.0, 4680.0, 4664.0, 4670.0, 4661.0, 4670.0, 4664.0, 4673.0, 4651.0, 4662.0, 4661.0, 4662.0, 4660.0, 4664.0, 4675.0, 4666.0, 4693.0, 4664.0, 4673.0, 4674.0, 4693.0, 4673.0, 4685.0, 4678.0, 4681.0, 4661.0, 4671.0, 4672.0, 4672.0, 4664.0, 4674.0, 4672.0, 4674.0, 4672.0, 4685.0, 4674.0, 4675.0, 4686.0, 4679.0, 4676.0, 4676.0, 4677.0, 4688.0, 4665.0, 4676.0, 4677.0, 4678.0, 4666.0, 4677.0, 4678.0, 4678.0, 4685.0, 4690.0, 4698.0, 4678.0, 4693.0, 4667.0, 4702.0, 4676.0, 4707.0, 4676.0, 4682.0, 4674.0, 4682.0, 4671.0, 4680.0, 4675.0, 4673.0, 4673.0, 4671.0, 4662.0, 4664.0, 4662.0, 4676.0, 4689.0, 4678.0, 4693.0, 4675.0, 4676.0, 4678.0, 4696.0, 4676.0, 4708.0, 4678.0, 4704.0, 4676.0, 4683.0, 4672.0, 4686.0, 4685.0, 4684.0, 4652.0, 4683.0, 4662.0, 4662.0, 4661.0, 4664.0, 4682.0, 4662.0, 4691.0, 4674.0, 4681.0, 4677.0, 4695.0, 4688.0, 4697.0, 4677.0, 4674.0, 4675.0, 4684.0, 4675.0, 4684.0, 4686.0, 4683.0, 4677.0, 4685.0, 4676.0, 4685.0, 4688.0, 4699.0, 4688.0, 4684.0, 4676.0, 4684.0, 4673.0, 4683.0, 4672.0, 4684.0, 4663.0, 4672.0, 4659.0, 4661.0, 4649.0, 4660.0, 4659.0, 4664.0, 4690.0, 4648.0, 4677.0, 4660.0, 4669.0, 4660.0, 4670.0, 4661.0, 4672.0, 4665.0, 4664.0, 4662.0, 4673.0, 4663.0, 4665.0, 4663.0, 4677.0, 4663.0, 4665.0, 4673.0, 4676.0, 4682.0, 4676.0, 4698.0, 4677.0, 4682.0, 4675.0, 4684.0, 4672.0, 4683.0, 4673.0, 4674.0, 4660.0, 4674.0, 4663.0, 4677.0, 4662.0, 4674.0, 4707.0, 4677.0, 4704.0, 4677.0, 4694.0, 4687.0, 4706.0, 4690.0, 4699.0, 4679.0, 4685.0, 4678.0, 4685.0, 4677.0, 4684.0, 4687.0, 4686.0, 4675.0, 4674.0, 4686.0, 4674.0, 4674.0, 4672.0, 4677.0, 4685.0, 4678.0, 4685.0, 4675.0, 4672.0, 4676.0, 4696.0, 4675.0, 4684.0, 4665.0, 4685.0, 4666.0, 4685.0, 4677.0, 4689.0, 4676.0, 4673.0, 4670.0, 4671.0, 4650.0, 4658.0, 4689.0, 4653.0, 4668.0, 4649.0, 4668.0, 4671.0, 4668.0, 4660.0, 4671.0, 4669.0, 4659.0, 4660.0, 4671.0, 4660.0, 4680.0, 4673.0, 4676.0, 4675.0, 4663.0, 4664.0, 4675.0, 4663.0, 4666.0, 4686.0, 4678.0, 4683.0, 4666.0, 4681.0, 4678.0, 4686.0, 4673.0, 4686.0, 4677.0, 4684.0, 4666.0, 4673.0, 4664.0, 4683.0, 4673.0, 4674.0, 4664.0, 4678.0, 4672.0, 4675.0, 4672.0, 4665.0, 4691.0, 4663.0, 4684.0, 4675.0, 4684.0, 4674.0, 4682.0, 4663.0, 4673.0, 4674.0, 4673.0, 4685.0, 4674.0, 4679.0, 4687.0, 4677.0, 4697.0, 4691.0, 4687.0, 4688.0, 4697.0, 4685.0, 4695.0, 4686.0, 4697.0, 4686.0, 4685.0, 4674.0, 4682.0, 4685.0, 4683.0, 4677.0, 4679.0, 4676.0, 4684.0, 4684.0, 4672.0, 4675.0, 4682.0, 4676.0, 4697.0, 4676.0, 4681.0, 4655.0, 4683.0, 4662.0, 4662.0, 4673.0, 4665.0, 4671.0, 4663.0, 4680.0, 4674.0, 4682.0, 4675.0, 4683.0, 4672.0, 4685.0, 4675.0, 4684.0, 4676.0, 4687.0, 4678.0, 4686.0, 4664.0, 4684.0, 4665.0, 4674.0, 4665.0, 4676.0, 4685.0, 4665.0, 4701.0, 4678.0, 4704.0, 4674.0, 4684.0, 4674.0, 4685.0, 4673.0, 4674.0, 4674.0, 4674.0, 4677.0, 4676.0, 4676.0, 4684.0, 4672.0, 4675.0, 4674.0, 4676.0, 4687.0, 4677.0, 4665.0, 4675.0, 4663.0, 4672.0, 4662.0, 4664.0, 4663.0, 4677.0, 4694.0, 4662.0, 4670.0, 4664.0, 4691.0, 4661.0, 4670.0, 4661.0, 4672.0, 4664.0, 4689.0, 4661.0, 4683.0, 4677.0, 4695.0, 4663.0, 4672.0, 4673.0, 4682.0, 4664.0, 4692.0, 4675.0, 4682.0, 4674.0, 4672.0, 4671.0, 4673.0, 4672.0, 4685.0, 4675.0, 4683.0, 4665.0, 4684.0, 4664.0, 4662.0, 4665.0, 4679.0, 4683.0, 4665.0, 4704.0, 4675.0, 4684.0, 4674.0, 4683.0, 4676.0, 4672.0, 4654.0, 4685.0, 4665.0, 4673.0, 4663.0, 4676.0, 4678.0, 4678.0, 4666.0, 4677.0, 4666.0, 4689.0, 4694.0, 4686.0, 4696.0, 4689.0, 4697.0, 4677.0, 4685.0, 4685.0, 4684.0, 4676.0, 4685.0, 4677.0, 4686.0, 4663.0, 4683.0, 4663.0, 4674.0, 4674.0, 4676.0, 4664.0, 4673.0, 4664.0, 4675.0, 4673.0, 4678.0, 4719.0, 4677.0, 4682.0, 4676.0, 4686.0, 4676.0, 4685.0, 4687.0, 4684.0, 4653.0, 4683.0, 4665.0, 4697.0, 4673.0, 4673.0, 4664.0, 4684.0, 4677.0, 4675.0, 4666.0, 4694.0, 4677.0, 4689.0, 4688.0, 4698.0, 4672.0, 4686.0, 4676.0, 4686.0, 4690.0, 4710.0, 4692.0, 4699.0, 4687.0, 4697.0, 4685.0, 4686.0, 4678.0, 4697.0, 4677.0, 4681.0, 4651.0, 4679.0, 4649.0, 4670.0, 4649.0, 4661.0, 4649.0, 4648.0, 4637.0, 4659.0, 4664.0, 4647.0, 4669.0, 4658.0, 4676.0, 4647.0, 4667.0, 4649.0, 4658.0, 4662.0, 4672.0, 4660.0, 4673.0, 4675.0, 4671.0, 4674.0, 4683.0, 4681.0, 4688.0, 4664.0, 4694.0, 4651.0, 4670.0, 4672.0, 4675.0, 4669.0, 4676.0, 4705.0, 4664.0, 4681.0, 4662.0, 4683.0, 4662.0, 4671.0, 4665.0, 4672.0, 4660.0, 4675.0, 4653.0, 4662.0, 4665.0, 4675.0, 4676.0, 4665.0], 'WindowWidth': [10338.0, 10325.0, 10277.0, 10292.0, 10279.0, 10265.0, 10304.0, 10264.0, 10269.0, 10242.0, 10251.0, 10239.0, 10264.0, 10240.0, 10241.0, 10225.0, 10263.0, 10279.0, 10245.0, 10259.0, 10262.0, 10280.0, 10259.0, 10267.0, 10264.0, 10279.0, 10250.0, 10270.0, 10239.0, 10259.0, 10237.0, 10248.0, 10266.0, 10261.0, 10271.0, 10245.0, 10253.0, 10241.0, 10280.0, 10267.0, 10274.0, 10260.0, 10271.0, 10268.0, 10275.0, 10259.0, 10276.0, 10285.0, 10277.0, 10261.0, 10255.0, 10262.0, 10276.0, 10263.0, 10282.0, 10271.0, 10281.0, 10270.0, 10277.0, 10280.0, 10278.0, 10286.0, 10282.0, 10263.0, 10275.0, 10266.0, 10268.0, 10253.0, 10256.0, 10237.0, 10251.0, 10248.0, 10245.0, 10234.0, 10250.0, 10228.0, 10246.0, 10213.0, 10244.0, 10221.0, 10234.0, 10218.0, 10238.0, 10200.0, 10238.0, 10227.0, 10221.0, 10216.0, 10237.0, 10242.0, 10236.0, 10244.0, 10228.0, 10239.0, 10221.0, 10251.0, 10240.0, 10245.0, 10217.0, 10252.0, 10189.0, 10236.0, 10225.0, 10248.0, 10246.0, 10261.0, 10243.0, 10264.0, 10250.0, 10274.0, 10271.0, 10284.0, 10263.0, 10282.0, 10249.0, 10276.0, 10245.0, 10261.0, 10245.0, 10267.0, 10240.0, 10247.0, 10218.0, 10239.0, 10236.0, 10235.0, 10202.0, 10235.0, 10214.0, 10230.0, 10211.0, 10219.0, 10256.0, 10208.0, 10235.0, 10208.0, 10216.0, 10203.0, 10225.0, 10198.0, 10208.0, 10213.0, 10211.0, 10194.0, 10215.0, 10218.0, 10242.0, 10262.0, 10222.0, 10243.0, 10226.0, 10264.0, 10240.0, 10262.0, 10271.0, 10257.0, 10233.0, 10251.0, 10223.0, 10236.0, 10222.0, 10242.0, 10238.0, 10242.0, 10219.0, 10243.0, 10240.0, 10263.0, 10257.0, 10273.0, 10254.0, 10267.0, 10265.0, 10284.0, 10258.0, 10265.0, 10248.0, 10268.0, 10266.0, 10246.0, 10232.0, 10239.0, 10218.0, 10235.0, 10221.0, 10246.0, 10282.0, 10236.0, 10269.0, 10222.0, 10272.0, 10222.0, 10238.0, 10230.0, 10232.0, 10214.0, 10211.0, 10193.0, 10216.0, 10211.0, 10214.0, 10239.0, 10237.0, 10227.0, 10217.0, 10215.0, 10201.0, 10236.0, 10221.0, 10227.0, 10230.0, 10232.0, 10228.0, 10250.0, 10231.0, 10247.0, 10250.0, 10278.0, 10269.0, 10252.0, 10256.0, 10264.0, 10259.0, 10263.0, 10249.0, 10273.0, 10264.0, 10249.0, 10236.0, 10259.0, 10237.0, 10256.0, 10231.0, 10247.0, 10244.0, 10241.0, 10223.0, 10241.0, 10238.0, 10242.0, 10259.0, 10253.0, 10258.0, 10241.0, 10221.0, 10250.0, 10223.0, 10235.0, 10253.0, 10236.0, 10230.0, 10238.0, 10230.0, 10217.0, 10212.0, 10217.0, 10246.0, 10218.0, 10252.0, 10217.0, 10208.0, 10217.0, 10214.0, 10216.0, 10272.0, 10239.0, 10256.0, 10217.0, 10253.0, 10221.0, 10227.0, 10218.0, 10245.0, 10236.0, 10226.0, 10227.0, 10229.0, 10242.0, 10233.0, 10238.0, 10275.0, 10246.0, 10238.0, 10221.0, 10219.0, 10200.0, 10221.0, 10255.0, 10232.0, 10249.0, 10235.0, 10225.0, 10209.0, 10232.0, 10217.0, 10217.0, 10229.0, 10238.0, 10236.0, 10234.0, 10206.0, 10242.0, 10223.0, 10260.0, 10290.0, 10269.0, 10270.0, 10246.0, 10295.0, 10247.0, 10274.0, 10266.0, 10256.0, 10220.0, 10235.0, 10222.0, 10261.0, 10232.0, 10236.0, 10240.0, 10236.0, 10220.0, 10241.0, 10215.0, 10224.0, 10260.0, 10243.0, 10265.0, 10234.0, 10238.0, 10222.0, 10224.0, 10214.0, 10226.0, 10225.0, 10234.0, 10202.0, 10217.0, 10213.0, 10218.0, 10213.0, 10225.0, 10242.0, 10230.0, 10260.0, 10224.0, 10233.0, 10238.0, 10261.0, 10236.0, 10254.0, 10247.0, 10243.0, 10216.0, 10230.0, 10231.0, 10232.0, 10224.0, 10238.0, 10235.0, 10235.0, 10231.0, 10252.0, 10236.0, 10242.0, 10261.0, 10254.0, 10246.0, 10244.0, 10244.0, 10263.0, 10227.0, 10246.0, 10248.0, 10248.0, 10228.0, 10247.0, 10246.0, 10250.0, 10256.0, 10270.0, 10277.0, 10247.0, 10262.0, 10231.0, 10272.0, 10241.0, 10287.0, 10243.0, 10244.0, 10235.0, 10245.0, 10230.0, 10240.0, 10241.0, 10237.0, 10234.0, 10230.0, 10217.0, 10225.0, 10220.0, 10244.0, 10268.0, 10248.0, 10262.0, 10240.0, 10242.0, 10249.0, 10269.0, 10246.0, 10290.0, 10246.0, 10278.0, 10242.0, 10247.0, 10233.0, 10257.0, 10257.0, 10250.0, 10205.0, 10249.0, 10216.0, 10220.0, 10213.0, 10224.0, 10247.0, 10219.0, 10255.0, 10239.0, 10245.0, 10244.0, 10268.0, 10264.0, 10275.0, 10248.0, 10239.0, 10242.0, 10251.0, 10242.0, 10253.0, 10258.0, 10251.0, 10245.0, 10254.0, 10244.0, 10255.0, 10262.0, 10281.0, 10265.0, 10253.0, 10242.0, 10250.0, 10234.0, 10247.0, 10229.0, 10249.0, 10223.0, 10231.0, 10208.0, 10214.0, 10193.0, 10211.0, 10207.0, 10222.0, 10254.0, 10193.0, 10232.0, 10211.0, 10222.0, 10213.0, 10226.0, 10216.0, 10234.0, 10226.0, 10223.0, 10217.0, 10234.0, 10221.0, 10227.0, 10222.0, 10247.0, 10225.0, 10227.0, 10233.0, 10241.0, 10246.0, 10243.0, 10277.0, 10245.0, 10247.0, 10238.0, 10250.0, 10234.0, 10250.0, 10237.0, 10238.0, 10212.0, 10238.0, 10217.0, 10245.0, 10221.0, 10240.0, 10288.0, 10247.0, 10279.0, 10246.0, 10265.0, 10261.0, 10283.0, 10269.0, 10279.0, 10251.0, 10255.0, 10249.0, 10255.0, 10247.0, 10254.0, 10263.0, 10260.0, 10244.0, 10238.0, 10258.0, 10240.0, 10239.0, 10237.0, 10248.0, 10255.0, 10251.0, 10256.0, 10240.0, 10235.0, 10244.0, 10272.0, 10243.0, 10251.0, 10226.0, 10254.0, 10227.0, 10253.0, 10246.0, 10266.0, 10244.0, 10233.0, 10225.0, 10228.0, 10196.0, 10208.0, 10251.0, 10205.0, 10220.0, 10193.0, 10219.0, 10229.0, 10219.0, 10210.0, 10228.0, 10226.0, 10210.0, 10212.0, 10228.0, 10214.0, 10242.0, 10234.0, 10246.0, 10242.0, 10223.0, 10222.0, 10242.0, 10220.0, 10229.0, 10259.0, 10249.0, 10248.0, 10228.0, 10244.0, 10246.0, 10255.0, 10238.0, 10256.0, 10246.0, 10252.0, 10228.0, 10235.0, 10223.0, 10250.0, 10235.0, 10240.0, 10223.0, 10248.0, 10236.0, 10240.0, 10231.0, 10226.0, 10256.0, 10220.0, 10252.0, 10241.0, 10248.0, 10236.0, 10245.0, 10222.0, 10234.0, 10240.0, 10237.0, 10254.0, 10239.0, 10251.0, 10260.0, 10247.0, 10277.0, 10271.0, 10261.0, 10263.0, 10273.0, 10257.0, 10267.0, 10257.0, 10272.0, 10260.0, 10253.0, 10238.0, 10246.0, 10256.0, 10247.0, 10244.0, 10242.0, 10240.0, 10248.0, 10250.0, 10230.0, 10236.0, 10246.0, 10244.0, 10274.0, 10244.0, 10245.0, 10208.0, 10247.0, 10215.0, 10218.0, 10233.0, 10224.0, 10225.0, 10220.0, 10238.0, 10236.0, 10244.0, 10239.0, 10248.0, 10233.0, 10250.0, 10239.0, 10250.0, 10244.0, 10260.0, 10252.0, 10257.0, 10224.0, 10253.0, 10224.0, 10238.0, 10224.0, 10244.0, 10254.0, 10227.0, 10270.0, 10248.0, 10277.0, 10238.0, 10254.0, 10240.0, 10255.0, 10236.0, 10237.0, 10238.0, 10237.0, 10248.0, 10246.0, 10242.0, 10251.0, 10233.0, 10241.0, 10235.0, 10243.0, 10259.0, 10246.0, 10226.0, 10238.0, 10219.0, 10232.0, 10216.0, 10224.0, 10220.0, 10244.0, 10263.0, 10218.0, 10222.0, 10221.0, 10252.0, 10213.0, 10226.0, 10216.0, 10231.0, 10221.0, 10249.0, 10214.0, 10247.0, 10247.0, 10269.0, 10222.0, 10230.0, 10234.0, 10245.0, 10223.0, 10262.0, 10241.0, 10245.0, 10234.0, 10232.0, 10230.0, 10234.0, 10231.0, 10256.0, 10242.0, 10249.0, 10225.0, 10250.0, 10223.0, 10221.0, 10226.0, 10251.0, 10248.0, 10227.0, 10276.0, 10240.0, 10249.0, 10237.0, 10250.0, 10243.0, 10233.0, 10209.0, 10255.0, 10226.0, 10236.0, 10223.0, 10245.0, 10249.0, 10248.0, 10227.0, 10247.0, 10230.0, 10266.0, 10266.0, 10257.0, 10272.0, 10266.0, 10273.0, 10245.0, 10253.0, 10253.0, 10250.0, 10241.0, 10252.0, 10247.0, 10257.0, 10221.0, 10248.0, 10221.0, 10239.0, 10238.0, 10244.0, 10224.0, 10237.0, 10222.0, 10241.0, 10236.0, 10251.0, 10306.0, 10246.0, 10247.0, 10244.0, 10255.0, 10243.0, 10254.0, 10261.0, 10252.0, 10208.0, 10249.0, 10226.0, 10276.0, 10235.0, 10235.0, 10225.0, 10255.0, 10249.0, 10241.0, 10231.0, 10269.0, 10246.0, 10267.0, 10266.0, 10281.0, 10238.0, 10259.0, 10245.0, 10259.0, 10273.0, 10299.0, 10277.0, 10279.0, 10262.0, 10274.0, 10254.0, 10256.0, 10249.0, 10274.0, 10244.0, 10243.0, 10201.0, 10238.0, 10194.0, 10224.0, 10194.0, 10214.0, 10195.0, 10191.0, 10172.0, 10207.0, 10207.0, 10188.0, 10223.0, 10207.0, 10228.0, 10190.0, 10215.0, 10194.0, 10205.0, 10219.0, 10232.0, 10216.0, 10233.0, 10238.0, 10230.0, 10236.0, 10250.0, 10257.0, 10263.0, 10224.0, 10265.0, 10204.0, 10231.0, 10231.0, 10239.0, 10227.0, 10244.0, 10281.0, 10223.0, 10242.0, 10216.0, 10244.0, 10216.0, 10229.0, 10229.0, 10233.0, 10215.0, 10239.0, 10205.0, 10219.0, 10224.0, 10245.0, 10244.0, 10228.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.00028066666666666664</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.01736096448275862</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.08362789622555</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2278527126121992</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.001178476225547</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4891</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6682.5781</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07894162164504274</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>3</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.3448275862068966</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.601126629862739</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.523285303476554</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.848661295718986</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4314332903926763</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0103756</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012427909299731255</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03549913689494133</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.9891631888507373</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>27.7166</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.4184</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>182.8991</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>291900.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>853.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>349.1454</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5342</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>574.4895</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3818.0491</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4051.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>84644.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1310.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4947.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1015.4952</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>47.55379713047296</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> |