=== 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-0122 --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-0122",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
107 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
107 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-0122_ses-03_task-social_acq-mb8_run-05_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-0122_ses-03_task-social_acq-mb8_run-05_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-05_session-03_subject-0122_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-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-03_subject-0122_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-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-03_subject-0122_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-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-03_subject-0122_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-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-05_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-05_session-03_subject-0122_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-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-05_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-05_session-03_subject-0122_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-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-03_subject-0122_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-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-05_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-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-05_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-0122/ses-03/func/sub-0122_ses-03_task-social_acq-mb8_run-05_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>1f84f774761d4b4ad0b5d0c28121d0c7</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:46:4.407500</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.995401, 0.0405339, -0.0867932, -0.0420678, 0.998988, -0.0159161]</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-05_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.081078</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-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4198, -7741, -7193, 435, -180, 129, 20, 41]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 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>232.454</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>19018184-24c7-46eb-8a02-bda99ec706cd||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.6705892086029053, -0.11286469548940659, -0.23236265778541565, 117.4312515258789], [-0.10874950140714645, 2.6802117824554443, -0.05263418331742287, -102.65340423583984], [-0.23285986483097076, 0.042701832950115204, 2.6894679069519043, -56.507843017578125], [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': ['174604.407500', '174604.867500', '174605.327500', '174605.787500', '174606.247500', '174606.707500', '174607.167500', '174607.627500', '174608.087500', '174608.547500', '174609.007500', '174609.467500', '174609.927500', '174610.387500', '174610.847500', '174611.307500', '174611.767500', '174612.227500', '174612.687500', '174613.147500', '174613.607500', '174614.067500', '174614.527500', '174614.987500', '174615.447500', '174615.907500', '174616.367500', '174616.827500', '174617.287500', '174617.747500', '174618.207500', '174618.667500', '174619.127500', '174619.587500', '174620.047500', '174620.507500', '174620.967500', '174621.427500', '174621.887500', '174622.347500', '174622.807500', '174623.267500', '174623.727500', '174624.187500', '174624.647500', '174625.107500', '174625.567500', '174626.027500', '174626.487500', '174626.947500', '174627.407500', '174627.867500', '174628.327500', '174628.787500', '174629.247500', '174629.707500', '174630.167500', '174630.627500', '174631.087500', '174631.547500', '174632.007500', '174632.467500', '174632.927500', '174633.387500', '174633.847500', '174634.307500', '174634.767500', '174635.227500', '174635.687500', '174636.147500', '174636.607500', '174637.067500', '174637.527500', '174637.987500', '174638.447500', '174638.907500', '174639.367500', '174639.827500', '174640.287500', '174640.747500', '174641.207500', '174641.667500', '174642.127500', '174642.587500', '174643.047500', '174643.507500', '174643.967500', '174644.427500', '174644.887500', '174645.347500', '174645.807500', '174646.267500', '174646.727500', '174647.187500', '174647.647500', '174648.107500', '174648.567500', '174649.027500', '174649.487500', '174649.947500', '174650.407500', '174650.867500', '174651.327500', '174651.787500', '174652.247500', '174652.707500', '174653.167500', '174653.627500', '174654.087500', '174654.547500', '174655.007500', '174655.467500', '174655.927500', '174656.387500', '174656.847500', '174657.307500', '174657.767500', '174658.227500', '174658.687500', '174659.147500', '174659.607500', '174700.067500', '174700.527500', '174700.987500', '174701.447500', '174701.907500', '174702.367500', '174702.827500', '174703.287500', '174703.747500', '174704.207500', '174704.667500', '174705.127500', '174705.587500', '174706.047500', '174706.507500', '174706.967500', '174707.427500', '174707.887500', '174708.347500', '174708.807500', '174709.267500', '174709.727500', '174710.187500', '174710.647500', '174711.107500', '174711.567500', '174712.027500', '174712.487500', '174712.947500', '174713.407500', '174713.867500', '174714.327500', '174714.787500', '174715.247500', '174715.707500', '174716.167500', '174716.627500', '174717.087500', '174717.547500', '174718.007500', '174718.467500', '174718.927500', '174719.387500', '174719.847500', '174720.307500', '174720.767500', '174721.227500', '174721.687500', '174722.147500', '174722.607500', '174723.067500', '174723.527500', '174723.987500', '174724.447500', '174724.907500', '174725.367500', '174725.827500', '174726.287500', '174726.747500', '174727.207500', '174727.667500', '174728.127500', '174728.587500', '174729.047500', '174729.507500', '174729.967500', '174730.427500', '174730.887500', '174731.347500', '174731.807500', '174732.267500', '174732.727500', '174733.187500', '174733.647500', '174734.107500', '174734.567500', '174735.027500', '174735.487500', '174735.947500', '174736.407500', '174736.867500', '174737.327500', '174737.787500', '174738.247500', '174738.707500', '174739.167500', '174739.627500', '174740.087500', '174740.547500', '174741.007500', '174741.467500', '174741.927500', '174742.387500', '174742.847500', '174743.307500', '174743.767500', '174744.227500', '174744.687500', '174745.147500', '174745.607500', '174746.067500', '174746.527500', '174746.987500', '174747.447500', '174747.907500', '174748.367500', '174748.827500', '174749.287500', '174749.747500', '174750.207500', '174750.667500', '174751.127500', '174751.587500', '174752.047500', '174752.507500', '174752.967500', '174753.427500', '174753.887500', '174754.347500', '174754.807500', '174755.267500', '174755.727500', '174756.187500', '174756.647500', '174757.107500', '174757.567500', '174758.027500', '174758.487500', '174758.947500', '174759.407500', '174759.867500', '174800.327500', '174800.787500', '174801.247500', '174801.707500', '174802.167500', '174802.627500', '174803.087500', '174803.547500', '174804.007500', '174804.467500', '174804.927500', '174805.387500', '174805.847500', '174806.307500', '174806.767500', '174807.227500', '174807.687500', '174808.147500', '174808.607500', '174809.067500', '174809.527500', '174809.987500', '174810.447500', '174810.907500', '174811.367500', '174811.827500', '174812.287500', '174812.747500', '174813.207500', '174813.667500', '174814.127500', '174814.587500', '174815.047500', '174815.507500', '174815.967500', '174816.427500', '174816.887500', '174817.347500', '174817.807500', '174818.267500', '174818.727500', '174819.187500', '174819.647500', '174820.107500', '174820.567500', '174821.027500', '174821.487500', '174821.947500', '174822.407500', '174822.867500', '174823.327500', '174823.787500', '174824.247500', '174824.707500', '174825.167500', '174825.627500', '174826.087500', '174826.547500', '174827.007500', '174827.467500', '174827.927500', '174828.387500', '174828.847500', '174829.307500', '174829.767500', '174830.227500', '174830.687500', '174831.147500', '174831.607500', '174832.067500', '174832.527500', '174832.987500', '174833.447500', '174833.907500', '174834.367500', '174834.827500', '174835.287500', '174835.747500', '174836.207500', '174836.667500', '174837.127500', '174837.587500', '174838.047500', '174838.507500', '174838.967500', '174839.427500', '174839.887500', '174840.347500', '174840.807500', '174841.267500', '174841.727500', '174842.187500', '174842.647500', '174843.107500', '174843.567500', '174844.027500', '174844.487500', '174844.947500', '174845.407500', '174845.867500', '174846.327500', '174846.787500', '174847.247500', '174847.707500', '174848.167500', '174848.627500', '174849.087500', '174849.547500', '174850.007500', '174850.467500', '174850.927500', '174851.387500', '174851.847500', '174852.307500', '174852.767500', '174853.227500', '174853.687500', '174854.147500', '174854.607500', '174855.067500', '174855.527500', '174855.987500', '174856.447500', '174856.907500', '174857.367500', '174857.827500', '174858.287500', '174858.747500', '174859.207500', '174859.667500', '174900.127500', '174900.587500', '174901.047500', '174901.507500', '174901.967500', '174902.427500', '174902.887500', '174903.347500', '174903.807500', '174904.267500', '174904.727500', '174905.187500', '174905.647500', '174906.107500', '174906.567500', '174907.027500', '174907.487500', '174907.947500', '174908.407500', '174908.867500', '174909.327500', '174909.787500', '174910.247500', '174910.707500', '174911.167500', '174911.627500', '174912.087500', '174912.547500', '174913.007500', '174913.467500', '174913.927500', '174914.387500', '174914.847500', '174915.307500', '174915.767500', '174916.227500', '174916.687500', '174917.147500', '174917.607500', '174918.067500', '174918.527500', '174918.987500', '174919.447500', '174919.907500', '174920.367500', '174920.827500', '174921.287500', '174921.747500', '174922.207500', '174922.667500', '174923.127500', '174923.587500', '174924.047500', '174924.507500', '174924.967500', '174925.427500', '174925.887500', '174926.347500', '174926.807500', '174927.267500', '174927.727500', '174928.187500', '174928.647500', '174929.107500', '174929.567500', '174930.027500', '174930.487500', '174930.947500', '174931.407500', '174931.867500', '174932.327500', '174932.787500', '174933.247500', '174933.707500', '174934.167500', '174934.627500', '174935.087500', '174935.547500', '174936.007500', '174936.467500', '174936.927500', '174937.387500', '174937.847500', '174938.307500', '174938.767500', '174939.227500', '174939.687500', '174940.147500', '174940.607500', '174941.067500', '174941.527500', '174941.987500', '174942.447500', '174942.907500', '174943.367500', '174943.827500', '174944.287500', '174944.747500', '174945.207500', '174945.667500', '174946.127500', '174946.587500', '174947.047500', '174947.507500', '174947.967500', '174948.427500', '174948.887500', '174949.347500', '174949.807500', '174950.267500', '174950.727500', '174951.187500', '174951.647500', '174952.107500', '174952.567500', '174953.027500', '174953.487500', '174953.947500', '174954.407500', '174954.867500', '174955.327500', '174955.787500', '174956.247500', '174956.707500', '174957.167500', '174957.627500', '174958.087500', '174958.547500', '174959.007500', '174959.467500', '174959.927500', '175000.387500', '175000.847500', '175001.307500', '175001.767500', '175002.227500', '175002.687500', '175003.147500', '175003.607500', '175004.067500', '175004.527500', '175004.987500', '175005.447500', '175005.907500', '175006.367500', '175006.827500', '175007.287500', '175007.747500', '175008.207500', '175008.667500', '175009.127500', '175009.587500', '175010.047500', '175010.507500', '175010.967500', '175011.427500', '175011.887500', '175012.347500', '175012.807500', '175013.267500', '175013.727500', '175014.187500', '175014.647500', '175015.107500', '175015.567500', '175016.027500', '175016.487500', '175016.947500', '175017.407500', '175017.867500', '175018.327500', '175018.787500', '175019.247500', '175019.707500', '175020.167500', '175020.627500', '175021.087500', '175021.547500', '175022.007500', '175022.467500', '175022.927500', '175023.387500', '175023.847500', '175024.307500', '175024.767500', '175025.227500', '175025.687500', '175026.147500', '175026.607500', '175027.067500', '175027.527500', '175027.987500', '175028.447500', '175028.907500', '175029.367500', '175029.827500', '175030.287500', '175030.747500', '175031.207500', '175031.667500', '175032.127500', '175032.587500', '175033.047500', '175033.507500', '175033.967500', '175034.427500', '175034.887500', '175035.347500', '175035.807500', '175036.267500', '175036.727500', '175037.187500', '175037.647500', '175038.107500', '175038.567500', '175039.027500', '175039.487500', '175039.947500', '175040.407500', '175040.867500', '175041.327500', '175041.787500', '175042.247500', '175042.707500', '175043.167500', '175043.627500', '175044.087500', '175044.547500', '175045.007500', '175045.467500', '175045.927500', '175046.387500', '175046.847500', '175047.307500', '175047.767500', '175048.227500', '175048.687500', '175049.147500', '175049.607500', '175050.067500', '175050.527500', '175050.987500', '175051.447500', '175051.907500', '175052.367500', '175052.827500', '175053.287500', '175053.747500', '175054.207500', '175054.667500', '175055.127500', '175055.587500', '175056.047500', '175056.507500', '175056.967500', '175057.427500', '175057.887500', '175058.347500', '175058.807500', '175059.267500', '175059.727500', '175100.187500', '175100.647500', '175101.107500', '175101.567500', '175102.027500', '175102.487500', '175102.947500', '175103.407500', '175103.867500', '175104.327500', '175104.787500', '175105.247500', '175105.707500', '175106.167500', '175106.627500', '175107.087500', '175107.547500', '175108.007500', '175108.467500', '175108.927500', '175109.387500', '175109.847500', '175110.307500', '175110.767500', '175111.227500', '175111.687500', '175112.147500', '175112.607500', '175113.067500', '175113.527500', '175113.987500', '175114.447500', '175114.907500', '175115.367500', '175115.827500', '175116.287500', '175116.747500', '175117.207500', '175117.667500', '175118.127500', '175118.587500', '175119.047500', '175119.507500', '175119.967500', '175120.427500', '175120.887500', '175121.347500', '175121.807500', '175122.267500', '175122.727500', '175123.187500', '175123.647500', '175124.107500', '175124.567500', '175125.027500', '175125.487500', '175125.947500', '175126.407500', '175126.867500', '175127.327500', '175127.787500', '175128.247500', '175128.707500', '175129.167500', '175129.627500', '175130.087500', '175130.547500', '175131.007500', '175131.467500', '175131.927500', '175132.387500', '175132.847500', '175133.307500', '175133.767500', '175134.227500', '175134.687500', '175135.147500', '175135.607500', '175136.067500', '175136.527500', '175136.987500', '175137.447500', '175137.907500', '175138.367500', '175138.827500', '175139.287500', '175139.747500', '175140.207500', '175140.667500', '175141.127500', '175141.587500', '175142.047500', '175142.507500', '175142.967500', '175143.427500', '175143.887500', '175144.347500', '175144.807500', '175145.267500', '175145.727500', '175146.187500', '175146.647500', '175147.107500', '175147.567500', '175148.027500', '175148.487500', '175148.947500', '175149.407500', '175149.867500', '175150.327500', '175150.787500', '175151.247500', '175151.707500', '175152.167500', '175152.627500', '175153.087500', '175153.547500', '175154.007500', '175154.467500', '175154.927500', '175155.387500', '175155.847500', '175156.307500', '175156.767500', '175157.227500', '175157.687500', '175158.147500', '175158.607500', '175159.067500', '175159.527500', '175159.987500', '175200.447500', '175200.907500', '175201.367500', '175201.827500', '175202.287500', '175202.747500', '175203.207500', '175203.667500', '175204.127500', '175204.587500', '175205.047500', '175205.507500', '175205.967500', '175206.427500', '175206.887500', '175207.347500', '175207.807500', '175208.267500', '175208.727500', '175209.187500', '175209.647500', '175210.107500', '175210.567500', '175211.027500', '175211.487500', '175211.947500', '175212.407500', '175212.867500', '175213.327500', '175213.787500', '175214.247500', '175214.707500', '175215.167500', '175215.627500', '175216.087500', '175216.547500', '175217.007500', '175217.467500', '175217.927500', '175218.387500', '175218.847500', '175219.307500', '175219.767500', '175220.227500', '175220.687500', '175221.147500', '175221.607500', '175222.067500', '175222.527500', '175222.987500', '175223.447500', '175223.907500', '175224.367500', '175224.827500', '175225.287500', '175225.747500', '175226.207500', '175226.667500', '175227.127500', '175227.587500', '175228.047500', '175228.507500', '175228.967500', '175229.427500', '175229.887500', '175230.347500', '175230.807500', '175231.267500', '175231.727500', '175232.187500', '175232.647500', '175233.107500', '175233.567500', '175234.027500', '175234.487500', '175234.947500', '175235.407500', '175235.867500', '175236.327500', '175236.787500', '175237.247500', '175237.707500', '175238.167500', '175238.627500', '175239.087500', '175239.547500', '175240.007500', '175240.467500', '175240.927500', '175241.387500', '175241.847500', '175242.307500', '175242.767500', '175243.227500', '175243.687500', '175244.147500', '175244.607500', '175245.067500'], 'ContentTime': ['174616.874000', '174616.878000', '174616.880000', '174616.883000', '174616.886000', '174616.888000', '174616.904000', '174616.914000', '174616.917000', '174616.919000', '174616.922000', '174616.924000', '174616.927000', '174616.929000', '174616.932000', '174616.935000', '174616.937000', '174616.940000', '174616.942000', '174616.945000', '174616.947000', '174616.950000', '174616.952000', '174616.955000', '174616.957000', '174636.825000', '174636.830000', '174636.833000', '174636.835000', '174636.838000', '174636.840000', '174636.843000', '174636.845000', '174636.848000', '174636.850000', '174636.853000', '174636.855000', '174636.858000', '174636.860000', '174636.863000', '174636.865000', '174636.868000', '174636.871000', '174636.873000', '174636.876000', '174636.878000', '174636.881000', '174636.883000', '174636.886000', '174636.888000', '174636.891000', '174636.893000', '174636.896000', '174636.898000', '174636.901000', '174636.903000', '174636.906000', '174636.909000', '174636.911000', '174636.914000', '174636.916000', '174636.919000', '174636.924000', '174636.927000', '174636.929000', '174636.932000', '174636.935000', '174636.937000', '174656.826000', '174656.828000', '174656.831000', '174656.834000', '174656.836000', '174656.839000', '174656.841000', '174656.844000', '174656.846000', '174656.849000', '174656.851000', '174656.854000', '174656.856000', '174656.859000', '174656.861000', '174656.864000', '174656.867000', '174656.869000', '174656.872000', '174656.874000', '174656.877000', '174656.879000', '174656.882000', '174656.884000', '174656.887000', '174656.890000', '174656.892000', '174656.895000', '174656.897000', '174656.900000', '174656.902000', '174656.905000', '174656.907000', '174656.910000', '174656.913000', '174656.915000', '174656.918000', '174656.920000', '174656.923000', '174656.925000', '174656.940000', '174656.943000', '174656.945000', '174656.948000', '174716.826000', '174716.828000', '174716.831000', '174716.834000', '174716.836000', '174716.839000', '174716.841000', '174716.844000', '174716.846000', '174716.849000', '174716.852000', '174716.854000', '174716.857000', '174716.859000', '174716.862000', '174716.865000', '174716.867000', '174716.870000', '174716.872000', '174716.875000', '174716.877000', '174716.880000', '174716.883000', '174716.885000', '174716.888000', '174716.890000', '174716.893000', '174716.896000', '174716.898000', '174716.901000', '174716.904000', '174716.907000', '174716.910000', '174716.913000', '174716.915000', '174716.918000', '174716.920000', '174716.923000', '174716.925000', '174716.928000', '174716.930000', '174716.933000', '174716.935000', '174736.824000', '174736.827000', '174736.830000', '174736.832000', '174736.835000', '174736.838000', '174736.840000', '174736.843000', '174736.845000', '174736.848000', '174736.850000', '174736.853000', '174736.855000', '174736.858000', '174736.891000', '174736.894000', '174736.897000', '174736.899000', '174736.902000', '174736.904000', '174736.907000', '174736.909000', '174736.912000', '174736.914000', '174736.917000', '174736.919000', '174736.922000', '174736.924000', '174736.927000', '174736.930000', '174736.932000', '174736.935000', '174736.937000', '174736.940000', '174736.942000', '174736.945000', '174736.948000', '174736.950000', '174736.953000', '174736.955000', '174736.958000', '174736.960000', '174736.963000', '174736.965000', '174756.825000', '174756.828000', '174756.831000', '174756.833000', '174756.836000', '174756.838000', '174756.841000', '174756.844000', '174756.846000', '174756.849000', '174756.851000', '174756.854000', '174756.856000', '174756.859000', '174756.862000', '174756.864000', '174756.867000', '174756.869000', '174756.872000', '174756.874000', '174756.877000', '174756.880000', '174756.883000', '174756.886000', '174756.889000', '174756.892000', '174756.894000', '174756.897000', '174756.899000', '174756.902000', '174756.905000', '174756.907000', '174756.910000', '174756.912000', '174756.915000', '174756.917000', '174756.920000', '174756.922000', '174756.925000', '174756.928000', '174756.930000', '174756.933000', '174756.935000', '174816.825000', '174816.828000', '174816.831000', '174816.834000', '174816.836000', '174816.839000', '174816.841000', '174816.844000', '174816.846000', '174816.849000', '174816.851000', '174816.854000', '174816.857000', '174816.859000', '174816.862000', '174816.864000', '174816.867000', '174816.870000', '174816.872000', '174816.875000', '174816.877000', '174816.880000', '174816.882000', '174816.885000', '174816.887000', '174816.890000', '174816.893000', '174816.895000', '174816.898000', '174816.900000', '174816.903000', '174816.905000', '174816.908000', '174816.910000', '174816.913000', '174816.915000', '174816.918000', '174816.921000', '174816.923000', '174816.926000', '174816.928000', '174816.931000', '174816.933000', '174816.936000', '174836.825000', '174836.828000', '174836.831000', '174836.833000', '174836.836000', '174836.839000', '174836.841000', '174836.844000', '174836.846000', '174836.849000', '174836.851000', '174836.854000', '174836.856000', '174836.859000', '174836.862000', '174836.864000', '174836.867000', '174836.869000', '174836.872000', '174836.874000', '174836.877000', '174836.879000', '174836.882000', '174836.884000', '174836.887000', '174836.890000', '174836.892000', '174836.895000', '174836.897000', '174836.900000', '174836.902000', '174836.906000', '174836.909000', '174836.912000', '174836.914000', '174836.917000', '174836.919000', '174836.922000', '174836.924000', '174836.927000', '174836.930000', '174836.932000', '174836.935000', '174856.826000', '174856.836000', '174856.839000', '174856.841000', '174856.844000', '174856.847000', '174856.849000', '174856.852000', '174856.854000', '174856.857000', '174856.859000', '174856.862000', '174856.865000', '174856.867000', '174856.870000', '174856.872000', '174856.875000', '174856.878000', '174856.880000', '174856.883000', '174856.885000', '174856.888000', '174856.891000', '174856.893000', '174856.896000', '174856.898000', '174856.901000', '174856.903000', '174856.906000', '174856.909000', '174856.911000', '174856.914000', '174856.916000', '174856.919000', '174856.922000', '174856.924000', '174856.927000', '174856.929000', '174856.932000', '174856.934000', '174856.937000', '174856.940000', '174856.942000', '174856.945000', '174916.826000', '174916.855000', '174916.858000', '174916.861000', '174916.863000', '174916.866000', '174916.868000', '174916.871000', '174916.873000', '174916.903000', '174916.905000', '174916.908000', '174916.911000', '174916.913000', '174916.916000', '174916.919000', '174916.921000', '174916.924000', '174916.926000', '174916.929000', '174916.931000', '174916.934000', '174916.937000', '174916.939000', '174916.942000', '174916.944000', '174916.947000', '174916.950000', '174916.952000', '174916.955000', '174916.957000', '174916.960000', '174916.962000', '174916.965000', '174916.968000', '174916.970000', '174916.973000', '174916.975000', '174916.978000', '174916.981000', '174916.983000', '174916.986000', '174916.988000', '174936.826000', '174936.828000', '174936.831000', '174936.834000', '174936.836000', '174936.839000', '174936.841000', '174936.844000', '174936.846000', '174936.849000', '174936.852000', '174936.854000', '174936.857000', '174936.859000', '174936.862000', '174936.865000', '174936.867000', '174936.870000', '174936.872000', '174936.875000', '174936.877000', '174936.880000', '174936.883000', '174936.885000', '174936.888000', '174936.890000', '174936.893000', '174936.895000', '174936.898000', '174936.901000', '174936.903000', '174936.906000', '174936.908000', '174936.911000', '174936.913000', '174936.916000', '174936.919000', '174936.921000', '174936.924000', '174936.926000', '174936.929000', '174936.931000', '174936.934000', '174936.936000', '174956.825000', '174956.850000', '174956.853000', '174956.855000', '174956.858000', '174956.860000', '174956.863000', '174956.866000', '174956.868000', '174956.871000', '174956.873000', '174956.876000', '174956.878000', '174956.881000', '174956.883000', '174956.886000', '174956.889000', '174956.891000', '174956.894000', '174956.896000', '174956.899000', '174956.901000', '174956.904000', '174956.907000', '174956.909000', '174956.912000', '174956.915000', '174956.917000', '174956.920000', '174956.923000', '174956.925000', '174956.928000', '174956.930000', '174956.933000', '174956.935000', '174956.938000', '174956.940000', '174956.943000', '174956.946000', '174956.948000', '174956.951000', '174956.953000', '174956.956000', '175016.825000', '175016.828000', '175016.831000', '175016.833000', '175016.836000', '175016.839000', '175016.841000', '175016.844000', '175016.846000', '175016.849000', '175016.852000', '175016.854000', '175016.857000', '175016.859000', '175016.862000', '175016.865000', '175016.867000', '175016.870000', '175016.872000', '175016.875000', '175016.877000', '175016.880000', '175016.883000', '175016.885000', '175016.888000', '175016.890000', '175016.893000', '175016.895000', '175016.898000', '175016.901000', '175016.903000', '175016.906000', '175016.908000', '175016.911000', '175016.913000', '175016.916000', '175016.918000', '175016.921000', '175016.924000', '175016.926000', '175016.929000', '175016.931000', '175016.934000', '175016.936000', '175036.825000', '175036.835000', '175036.838000', '175036.840000', '175036.843000', '175036.845000', '175036.848000', '175036.851000', '175036.853000', '175036.856000', '175036.858000', '175036.861000', '175036.863000', '175036.866000', '175036.869000', '175036.871000', '175036.874000', '175036.876000', '175036.879000', '175036.881000', '175036.884000', '175036.887000', '175036.889000', '175036.892000', '175036.894000', '175036.897000', '175036.900000', '175036.902000', '175036.905000', '175036.907000', '175036.910000', '175036.912000', '175036.915000', '175036.917000', '175036.920000', '175036.923000', '175036.925000', '175036.928000', '175036.930000', '175036.933000', '175036.935000', '175036.938000', '175036.941000', '175056.825000', '175056.828000', '175056.831000', '175056.833000', '175056.836000', '175056.839000', '175056.841000', '175056.844000', '175056.846000', '175056.849000', '175056.852000', '175056.854000', '175056.857000', '175056.859000', '175056.862000', '175056.864000', '175056.867000', '175056.870000', '175056.872000', '175056.875000', '175056.877000', '175056.880000', '175056.883000', '175056.885000', '175056.888000', '175056.890000', '175056.893000', '175056.896000', '175056.898000', '175056.901000', '175056.903000', '175056.906000', '175056.909000', '175056.911000', '175056.914000', '175056.916000', '175056.919000', '175056.922000', '175056.924000', '175056.927000', '175056.929000', '175056.932000', '175056.935000', '175056.937000', '175116.825000', '175116.828000', '175116.831000', '175116.833000', '175116.836000', '175116.839000', '175116.841000', '175116.844000', '175116.846000', '175116.849000', '175116.852000', '175116.854000', '175116.857000', '175116.859000', '175116.862000', '175116.864000', '175116.867000', '175116.869000', '175116.872000', '175116.875000', '175116.877000', '175116.880000', '175116.882000', '175116.885000', '175116.887000', '175116.890000', '175116.893000', '175116.895000', '175116.898000', '175116.900000', '175116.903000', '175116.905000', '175116.908000', '175116.910000', '175116.913000', '175116.916000', '175116.918000', '175116.921000', '175116.923000', '175116.926000', '175116.928000', '175116.931000', '175116.933000', '175136.826000', '175136.865000', '175136.868000', '175136.870000', '175136.873000', '175136.876000', '175136.878000', '175136.881000', '175136.883000', '175136.886000', '175136.888000', '175136.891000', '175136.893000', '175136.896000', '175136.899000', '175136.901000', '175136.904000', '175136.907000', '175136.909000', '175136.912000', '175136.914000', '175136.917000', '175136.920000', '175136.922000', '175136.925000', '175136.927000', '175136.930000', '175136.932000', '175136.935000', '175136.937000', '175136.940000', '175136.943000', '175136.945000', '175136.948000', '175136.950000', '175136.953000', '175136.956000', '175136.958000', '175136.961000', '175136.963000', '175136.966000', '175136.968000', '175136.971000', '175136.973000', '175156.826000', '175156.829000', '175156.831000', '175156.834000', '175156.836000', '175156.839000', '175156.842000', '175156.844000', '175156.847000', '175156.849000', '175156.852000', '175156.854000', '175156.857000', '175156.859000', '175156.862000', '175156.865000', '175156.867000', '175156.870000', '175156.872000', '175156.875000', '175156.877000', '175156.880000', '175156.883000', '175156.885000', '175156.888000', '175156.891000', '175156.893000', '175156.896000', '175156.898000', '175156.901000', '175156.904000', '175156.906000', '175156.909000', '175156.911000', '175156.914000', '175156.917000', '175156.919000', '175156.922000', '175156.924000', '175156.927000', '175156.931000', '175156.934000', '175156.936000', '175216.826000', '175216.855000', '175216.858000', '175216.860000', '175216.863000', '175216.866000', '175216.868000', '175216.871000', '175216.873000', '175216.876000', '175216.878000', '175216.881000', '175216.884000', '175216.886000', '175216.889000', '175216.891000', '175216.919000', '175216.921000', '175216.924000', '175216.927000', '175216.929000', '175216.932000', '175216.934000', '175216.937000', '175216.940000', '175216.942000', '175216.945000', '175216.947000', '175216.950000', '175216.952000', '175216.955000', '175216.957000', '175216.960000', '175216.963000', '175216.965000', '175216.968000', '175216.970000', '175216.973000', '175216.975000', '175216.978000', '175216.981000', '175216.983000', '175216.986000', '175216.988000', '175236.826000', '175236.828000', '175236.831000', '175236.834000', '175236.836000', '175236.839000', '175236.841000', '175236.844000', '175236.846000', '175236.849000', '175236.851000', '175236.854000', '175236.856000', '175236.859000', '175236.862000', '175236.864000', '175236.867000', '175236.869000', '175236.872000', '175236.875000', '175236.877000', '175236.880000', '175236.882000', '175236.885000', '175236.887000', '175236.890000', '175236.892000', '175236.895000', '175236.898000', '175236.900000', '175236.903000', '175236.905000', '175236.908000', '175236.911000', '175236.913000', '175236.916000', '175236.918000', '175236.921000', '175236.923000', '175236.926000', '175236.928000', '175236.931000', '175236.934000', '175246.226000', '175246.229000', '175246.231000', '175246.234000', '175246.237000', '175246.239000', '175246.242000', '175246.245000', '175246.248000', '175246.250000', '175246.259000', '175246.261000', '175246.264000', '175246.267000', '175246.271000', '175246.273000', '175246.277000', '175246.280000', '175246.283000', '175246.285000', '175246.288000'], 'InstanceCreationTime': ['174616.874000', '174616.878000', '174616.880000', '174616.883000', '174616.886000', '174616.888000', '174616.904000', '174616.914000', '174616.917000', '174616.919000', '174616.922000', '174616.924000', '174616.927000', '174616.929000', '174616.932000', '174616.935000', '174616.937000', '174616.940000', '174616.942000', '174616.945000', '174616.947000', '174616.950000', '174616.952000', '174616.955000', '174616.957000', '174636.825000', '174636.830000', '174636.833000', '174636.835000', '174636.838000', '174636.840000', '174636.843000', '174636.845000', '174636.848000', '174636.850000', '174636.853000', '174636.855000', '174636.858000', '174636.860000', '174636.863000', '174636.865000', '174636.868000', '174636.871000', '174636.873000', '174636.876000', '174636.878000', '174636.881000', '174636.883000', '174636.886000', '174636.888000', '174636.891000', '174636.893000', '174636.896000', '174636.898000', '174636.901000', '174636.903000', '174636.906000', '174636.909000', '174636.911000', '174636.914000', '174636.916000', '174636.919000', '174636.924000', '174636.927000', '174636.929000', '174636.932000', '174636.935000', '174636.937000', '174656.826000', '174656.828000', '174656.831000', '174656.834000', '174656.836000', '174656.839000', '174656.841000', '174656.844000', '174656.846000', '174656.849000', '174656.851000', '174656.854000', '174656.856000', '174656.859000', '174656.861000', '174656.864000', '174656.867000', '174656.869000', '174656.872000', '174656.874000', '174656.877000', '174656.879000', '174656.882000', '174656.884000', '174656.887000', '174656.890000', '174656.892000', '174656.895000', '174656.897000', '174656.900000', '174656.902000', '174656.905000', '174656.907000', '174656.910000', '174656.913000', '174656.915000', '174656.918000', '174656.920000', '174656.923000', '174656.925000', '174656.940000', '174656.943000', '174656.945000', '174656.948000', '174716.826000', '174716.828000', '174716.831000', '174716.834000', '174716.836000', '174716.839000', '174716.841000', '174716.844000', '174716.846000', '174716.849000', '174716.852000', '174716.854000', '174716.857000', '174716.859000', '174716.862000', '174716.865000', '174716.867000', '174716.870000', '174716.872000', '174716.875000', '174716.877000', '174716.880000', '174716.883000', '174716.885000', '174716.888000', '174716.890000', '174716.893000', '174716.896000', '174716.898000', '174716.901000', '174716.904000', '174716.907000', '174716.910000', '174716.913000', '174716.915000', '174716.918000', '174716.920000', '174716.923000', '174716.925000', '174716.928000', '174716.930000', '174716.933000', '174716.935000', '174736.824000', '174736.827000', '174736.830000', '174736.832000', '174736.835000', '174736.838000', '174736.840000', '174736.843000', '174736.845000', '174736.848000', '174736.850000', '174736.853000', '174736.855000', '174736.858000', '174736.891000', '174736.894000', '174736.897000', '174736.899000', '174736.902000', '174736.904000', '174736.907000', '174736.909000', '174736.912000', '174736.914000', '174736.917000', '174736.919000', '174736.922000', '174736.924000', '174736.927000', '174736.930000', '174736.932000', '174736.935000', '174736.937000', '174736.940000', '174736.942000', '174736.945000', '174736.948000', '174736.950000', '174736.953000', '174736.955000', '174736.958000', '174736.960000', '174736.963000', '174736.965000', '174756.825000', '174756.828000', '174756.831000', '174756.833000', '174756.836000', '174756.838000', '174756.841000', '174756.844000', '174756.846000', '174756.849000', '174756.851000', '174756.854000', '174756.856000', '174756.859000', '174756.862000', '174756.864000', '174756.867000', '174756.869000', '174756.872000', '174756.874000', '174756.877000', '174756.880000', '174756.883000', '174756.886000', '174756.889000', '174756.892000', '174756.894000', '174756.897000', '174756.899000', '174756.902000', '174756.905000', '174756.907000', '174756.910000', '174756.912000', '174756.915000', '174756.917000', '174756.920000', '174756.922000', '174756.925000', '174756.928000', '174756.930000', '174756.933000', '174756.935000', '174816.825000', '174816.828000', '174816.831000', '174816.834000', '174816.836000', '174816.839000', '174816.841000', '174816.844000', '174816.846000', '174816.849000', '174816.851000', '174816.854000', '174816.857000', '174816.859000', '174816.862000', '174816.864000', '174816.867000', '174816.870000', '174816.872000', '174816.875000', '174816.877000', '174816.880000', '174816.882000', '174816.885000', '174816.887000', '174816.890000', '174816.893000', '174816.895000', '174816.898000', '174816.900000', '174816.903000', '174816.905000', '174816.908000', '174816.910000', '174816.913000', '174816.915000', '174816.918000', '174816.921000', '174816.923000', '174816.926000', '174816.928000', '174816.931000', '174816.933000', '174816.936000', '174836.825000', '174836.828000', '174836.831000', '174836.833000', '174836.836000', '174836.839000', '174836.841000', '174836.844000', '174836.846000', '174836.849000', '174836.851000', '174836.854000', '174836.856000', '174836.859000', '174836.862000', '174836.864000', '174836.867000', '174836.869000', '174836.872000', '174836.874000', '174836.877000', '174836.879000', '174836.882000', '174836.884000', '174836.887000', '174836.890000', '174836.892000', '174836.895000', '174836.897000', '174836.900000', '174836.902000', '174836.906000', '174836.909000', '174836.912000', '174836.914000', '174836.917000', '174836.919000', '174836.922000', '174836.924000', '174836.927000', '174836.930000', '174836.932000', '174836.935000', '174856.826000', '174856.836000', '174856.839000', '174856.841000', '174856.844000', '174856.847000', '174856.849000', '174856.852000', '174856.854000', '174856.857000', '174856.859000', '174856.862000', '174856.865000', '174856.867000', '174856.870000', '174856.872000', '174856.875000', '174856.878000', '174856.880000', '174856.883000', '174856.885000', '174856.888000', '174856.891000', '174856.893000', '174856.896000', '174856.898000', '174856.901000', '174856.903000', '174856.906000', '174856.909000', '174856.911000', '174856.914000', '174856.916000', '174856.919000', '174856.922000', '174856.924000', '174856.927000', '174856.929000', '174856.932000', '174856.934000', '174856.937000', '174856.940000', '174856.942000', '174856.945000', '174916.826000', '174916.855000', '174916.858000', '174916.861000', '174916.863000', '174916.866000', '174916.868000', '174916.871000', '174916.873000', '174916.903000', '174916.905000', '174916.908000', '174916.911000', '174916.913000', '174916.916000', '174916.919000', '174916.921000', '174916.924000', '174916.926000', '174916.929000', '174916.931000', '174916.934000', '174916.937000', '174916.939000', '174916.942000', '174916.944000', '174916.947000', '174916.950000', '174916.952000', '174916.955000', '174916.957000', '174916.960000', '174916.962000', '174916.965000', '174916.968000', '174916.970000', '174916.973000', '174916.975000', '174916.978000', '174916.981000', '174916.983000', '174916.986000', '174916.988000', '174936.826000', '174936.828000', '174936.831000', '174936.834000', '174936.836000', '174936.839000', '174936.841000', '174936.844000', '174936.846000', '174936.849000', '174936.852000', '174936.854000', '174936.857000', '174936.859000', '174936.862000', '174936.865000', '174936.867000', '174936.870000', '174936.872000', '174936.875000', '174936.877000', '174936.880000', '174936.883000', '174936.885000', '174936.888000', '174936.890000', '174936.893000', '174936.895000', '174936.898000', '174936.901000', '174936.903000', '174936.906000', '174936.908000', '174936.911000', '174936.913000', '174936.916000', '174936.919000', '174936.921000', '174936.924000', '174936.926000', '174936.929000', '174936.931000', '174936.934000', '174936.936000', '174956.825000', '174956.850000', '174956.853000', '174956.855000', '174956.858000', '174956.860000', '174956.863000', '174956.866000', '174956.868000', '174956.871000', '174956.873000', '174956.876000', '174956.878000', '174956.881000', '174956.883000', '174956.886000', '174956.889000', '174956.891000', '174956.894000', '174956.896000', '174956.899000', '174956.901000', '174956.904000', '174956.907000', '174956.909000', '174956.912000', '174956.915000', '174956.917000', '174956.920000', '174956.923000', '174956.925000', '174956.928000', '174956.930000', '174956.933000', '174956.935000', '174956.938000', '174956.940000', '174956.943000', '174956.946000', '174956.948000', '174956.951000', '174956.953000', '174956.956000', '175016.825000', '175016.828000', '175016.831000', '175016.833000', '175016.836000', '175016.839000', '175016.841000', '175016.844000', '175016.846000', '175016.849000', '175016.852000', '175016.854000', '175016.857000', '175016.859000', '175016.862000', '175016.865000', '175016.867000', '175016.870000', '175016.872000', '175016.875000', '175016.877000', '175016.880000', '175016.883000', '175016.885000', '175016.888000', '175016.890000', '175016.893000', '175016.895000', '175016.898000', '175016.901000', '175016.903000', '175016.906000', '175016.908000', '175016.911000', '175016.913000', '175016.916000', '175016.918000', '175016.921000', '175016.924000', '175016.926000', '175016.929000', '175016.931000', '175016.934000', '175016.936000', '175036.825000', '175036.835000', '175036.838000', '175036.840000', '175036.843000', '175036.845000', '175036.848000', '175036.851000', '175036.853000', '175036.856000', '175036.858000', '175036.861000', '175036.863000', '175036.866000', '175036.869000', '175036.871000', '175036.874000', '175036.876000', '175036.879000', '175036.881000', '175036.884000', '175036.887000', '175036.889000', '175036.892000', '175036.894000', '175036.897000', '175036.900000', '175036.902000', '175036.905000', '175036.907000', '175036.910000', '175036.912000', '175036.915000', '175036.917000', '175036.920000', '175036.923000', '175036.925000', '175036.928000', '175036.930000', '175036.933000', '175036.935000', '175036.938000', '175036.941000', '175056.825000', '175056.828000', '175056.831000', '175056.833000', '175056.836000', '175056.839000', '175056.841000', '175056.844000', '175056.846000', '175056.849000', '175056.852000', '175056.854000', '175056.857000', '175056.859000', '175056.862000', '175056.864000', '175056.867000', '175056.870000', '175056.872000', '175056.875000', '175056.877000', '175056.880000', '175056.883000', '175056.885000', '175056.888000', '175056.890000', '175056.893000', '175056.896000', '175056.898000', '175056.901000', '175056.903000', '175056.906000', '175056.909000', '175056.911000', '175056.914000', '175056.916000', '175056.919000', '175056.922000', '175056.924000', '175056.927000', '175056.929000', '175056.932000', '175056.935000', '175056.937000', '175116.825000', '175116.828000', '175116.831000', '175116.833000', '175116.836000', '175116.839000', '175116.841000', '175116.844000', '175116.846000', '175116.849000', '175116.852000', '175116.854000', '175116.857000', '175116.859000', '175116.862000', '175116.864000', '175116.867000', '175116.869000', '175116.872000', '175116.875000', '175116.877000', '175116.880000', '175116.882000', '175116.885000', '175116.887000', '175116.890000', '175116.893000', '175116.895000', '175116.898000', '175116.900000', '175116.903000', '175116.905000', '175116.908000', '175116.910000', '175116.913000', '175116.916000', '175116.918000', '175116.921000', '175116.923000', '175116.926000', '175116.928000', '175116.931000', '175116.933000', '175136.826000', '175136.865000', '175136.868000', '175136.870000', '175136.873000', '175136.876000', '175136.878000', '175136.881000', '175136.883000', '175136.886000', '175136.888000', '175136.891000', '175136.893000', '175136.896000', '175136.899000', '175136.901000', '175136.904000', '175136.907000', '175136.909000', '175136.912000', '175136.914000', '175136.917000', '175136.920000', '175136.922000', '175136.925000', '175136.927000', '175136.930000', '175136.932000', '175136.935000', '175136.937000', '175136.940000', '175136.943000', '175136.945000', '175136.948000', '175136.950000', '175136.953000', '175136.956000', '175136.958000', '175136.961000', '175136.963000', '175136.966000', '175136.968000', '175136.971000', '175136.973000', '175156.826000', '175156.829000', '175156.831000', '175156.834000', '175156.836000', '175156.839000', '175156.842000', '175156.844000', '175156.847000', '175156.849000', '175156.852000', '175156.854000', '175156.857000', '175156.859000', '175156.862000', '175156.865000', '175156.867000', '175156.870000', '175156.872000', '175156.875000', '175156.877000', '175156.880000', '175156.883000', '175156.885000', '175156.888000', '175156.891000', '175156.893000', '175156.896000', '175156.898000', '175156.901000', '175156.904000', '175156.906000', '175156.909000', '175156.911000', '175156.914000', '175156.917000', '175156.919000', '175156.922000', '175156.924000', '175156.927000', '175156.931000', '175156.934000', '175156.936000', '175216.826000', '175216.855000', '175216.858000', '175216.860000', '175216.863000', '175216.866000', '175216.868000', '175216.871000', '175216.873000', '175216.876000', '175216.878000', '175216.881000', '175216.884000', '175216.886000', '175216.889000', '175216.891000', '175216.919000', '175216.921000', '175216.924000', '175216.927000', '175216.929000', '175216.932000', '175216.934000', '175216.937000', '175216.940000', '175216.942000', '175216.945000', '175216.947000', '175216.950000', '175216.952000', '175216.955000', '175216.957000', '175216.960000', '175216.963000', '175216.965000', '175216.968000', '175216.970000', '175216.973000', '175216.975000', '175216.978000', '175216.981000', '175216.983000', '175216.986000', '175216.988000', '175236.826000', '175236.828000', '175236.831000', '175236.834000', '175236.836000', '175236.839000', '175236.841000', '175236.844000', '175236.846000', '175236.849000', '175236.851000', '175236.854000', '175236.856000', '175236.859000', '175236.862000', '175236.864000', '175236.867000', '175236.869000', '175236.872000', '175236.875000', '175236.877000', '175236.880000', '175236.882000', '175236.885000', '175236.887000', '175236.890000', '175236.892000', '175236.895000', '175236.898000', '175236.900000', '175236.903000', '175236.905000', '175236.908000', '175236.911000', '175236.913000', '175236.916000', '175236.918000', '175236.921000', '175236.923000', '175236.926000', '175236.928000', '175236.931000', '175236.934000', '175246.226000', '175246.229000', '175246.231000', '175246.234000', '175246.237000', '175246.239000', '175246.242000', '175246.245000', '175246.248000', '175246.250000', '175246.259000', '175246.261000', '175246.264000', '175246.267000', '175246.271000', '175246.273000', '175246.277000', '175246.280000', '175246.283000', '175246.285000', '175246.288000'], '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': [10074, 11653, 17803, 8556, 11727, 10596, 8738, 13311, 9665, 10238, 8087, 9214, 12899, 8762, 10528, 15700, 9811, 12197, 10282, 9125, 14108, 10420, 10607, 8455, 10048, 11100, 9402, 9496, 12056, 10030, 10541, 7794, 8937, 12270, 8885, 10331, 8852, 10111, 12296, 10894, 11230, 10810, 12143, 18011, 11984, 10317, 16792, 10204, 12338, 14203, 10450, 11846, 9298, 10359, 12119, 8979, 9359, 12532, 10332, 10828, 10474, 9948, 12383, 10158, 11456, 10134, 8940, 9673, 11132, 12913, 10146, 10878, 16790, 10346, 10845, 17347, 10093, 12706, 14985, 9933, 13795, 11158, 10141, 11594, 10773, 11291, 9930, 10647, 14698, 10699, 11036, 10652, 10441, 12847, 10664, 10083, 16688, 10594, 11332, 9827, 10215, 12654, 8893, 10186, 13861, 10275, 10837, 10855, 10629, 12809, 10840, 10504, 9197, 10202, 11916, 10469, 9745, 11026, 10186, 11468, 11160, 10300, 7933, 10809, 11660, 10939, 10730, 12067, 11036, 11250, 10960, 10479, 14549, 10658, 10344, 10518, 10807, 12842, 10303, 10795, 16350, 10756, 10424, 17873, 10998, 12697, 12437, 10028, 13935, 10821, 10236, 12748, 10776, 11189, 9110, 10798, 11869, 9775, 10715, 11023, 10487, 10886, 8537, 10677, 12372, 10053, 10873, 16553, 10580, 13061, 14512, 10670, 16537, 10741, 11242, 9271, 10871, 15106, 10377, 10851, 17790, 11181, 12937, 8825, 10824, 15145, 10733, 11589, 9959, 10875, 14322, 10934, 10699, 10758, 11078, 12320, 10623, 10506, 9935, 10978, 12280, 11144, 10701, 10505, 10829, 11819, 10224, 10702, 16604, 10902, 13200, 9258, 10682, 12281, 10570, 10162, 12999, 10596, 11872, 10870, 9847, 8640, 10810, 12163, 10907, 11183, 12663, 10817, 12449, 10139, 10242, 10891, 10672, 13235, 10361, 10962, 17095, 10892, 14149, 10768, 10637, 17683, 10818, 12956, 10013, 10478, 13517, 10888, 10694, 9247, 10087, 13197, 10964, 10784, 8075, 10131, 7852, 10825, 8739, 8629, 9571, 10971, 15465, 10775, 12975, 17142, 10838, 13674, 14014, 10577, 14495, 10855, 10711, 17000, 10842, 10396, 13427, 9893, 12391, 9236, 12785, 8831, 10280, 8379, 8489, 8454, 13126, 10006, 10228, 14888, 11472, 10469, 16888, 10750, 11456, 16613, 10415, 13933, 12758, 9519, 9958, 9695, 16429, 13367, 15250, 10899, 9731, 12196, 10537, 9775, 16547, 10348, 10980, 10031, 8403, 10370, 9169, 11959, 10652, 9728, 9935, 10190, 12388, 10444, 10708, 14684, 9962, 11831, 8856, 9663, 12046, 8045, 12084, 8652, 11404, 11171, 8810, 10935, 12360, 13949, 10259, 13557, 11143, 9740, 9264, 10813, 11415, 10238, 10198, 16409, 10876, 12544, 13881, 9425, 15074, 10665, 11023, 10618, 10031, 12508, 10468, 11149, 12899, 10197, 15666, 10979, 11262, 10412, 10812, 12791, 10444, 11732, 12223, 10101, 15192, 10614, 10168, 11677, 9810, 14211, 10874, 11463, 10109, 10422, 12707, 10633, 10602, 16874, 9665, 13466, 9176, 10840, 10918, 9258, 11419, 10717, 14139, 11178, 10860, 14930, 10868, 12651, 10142, 10162, 15180, 10827, 11802, 10956, 10362, 8838, 10959, 11746, 9920, 10892, 15275, 10780, 11630, 12971, 10351, 16663, 10645, 11572, 9220, 10528, 12445, 10386, 10747, 8677, 9816, 13129, 10968, 11139, 10674, 10443, 9164, 10732, 12726, 10325, 10653, 16834, 11593, 13176, 11225, 10601, 12739, 10030, 10321, 15073, 10331, 11028, 12303, 10399, 15543, 10141, 12322, 8205, 8393, 8556, 8282, 11468, 14127, 9853, 14400, 8959, 8741, 8778, 10090, 11936, 10123, 12957, 16047, 12268, 14848, 11695, 10319, 13203, 10442, 18444, 13744, 15627, 16798, 11094, 15672, 10733, 9211, 11868, 9749, 11511, 10529, 8910, 10113, 9472, 11469, 10352, 9432, 10070, 8986, 12494, 9584, 11352, 10830, 9439, 11127, 10063, 12693, 10270, 11139, 10192, 10113, 16323, 10867, 12811, 13311, 10760, 12048, 10219, 10467, 17431, 10468, 11670, 17235, 14362, 14536, 11117, 9819, 15530, 10655, 11527, 10692, 10224, 13129, 10680, 9650, 10114, 10328, 12017, 10871, 9569, 15499, 10492, 11560, 10936, 10363, 13674, 10768, 10273, 13000, 10790, 11420, 10249, 10396, 14688, 10759, 10653, 14839, 10444, 13307, 10611, 9795, 15258, 10710, 11387, 12819, 10387, 14432, 10748, 10097, 15160, 10356, 10144, 13350, 8124, 12526, 8752, 11130, 11236, 9720, 11518, 13058, 13848, 11365, 10545, 15137, 10523, 13501, 11234, 10585, 11158, 11291, 10781, 11619, 11337, 13480, 11725, 7986, 9186, 8578, 9409, 8641, 14691, 14447, 10620, 13463, 11216, 11641, 17282, 9279, 11224, 15038, 12608, 15854, 10379, 12137, 15420, 13364, 16192, 10720, 11761, 9771, 10379, 11988, 10683, 9552, 11599, 10468, 10078, 10062, 10183, 11150, 10585, 9590, 12040, 9900, 10253, 10225, 9734, 10878, 10234, 9575, 12306, 9930, 11695, 9006, 9371, 8848, 8148, 8533, 8358, 8434, 9525, 8294, 12131, 8857, 13524, 10520, 16579, 11057, 14673, 18906, 12468, 13228, 15341, 10259, 15322, 10724, 12696, 15398, 10829, 14298, 10567, 11075, 15216, 9982, 10619, 9764, 8592, 11394, 9877, 11313, 9955, 9943, 10243, 10092, 8965, 10443, 11336, 11258, 10289, 11332, 10069, 9701, 15121, 10446, 9485, 16628, 10287, 10254, 8900, 10409, 11060, 9433, 10126, 11722, 9752, 9681, 13011, 10514, 9778, 13767, 10048, 10839, 11851, 10438, 11908, 10362, 11046, 11615, 9391, 10107, 11817, 9845, 9433, 9821, 9974, 8336, 10995, 10540, 14216, 10644, 10885, 15673, 10926, 14238, 15374, 11182, 14544, 13382, 10941, 14276, 10006, 9958, 17213, 9976, 11966, 17144, 10780, 13493, 14481, 10749, 13066, 9380, 10510, 11107, 10278, 9697, 16264, 9712, 9233, 8097, 8727, 11680, 10414, 8693, 10142, 10373, 13969, 9901, 13076, 9475, 12301, 8043, 8185, 8632, 8470, 8354, 11416, 8338, 12697, 10615, 12952, 18715, 12922, 14627, 18855, 12364, 15389, 14475, 10128, 15109, 10502, 9959, 17566, 10637, 13281, 11179, 9683, 11393, 11108, 9508, 11407, 10842, 10510, 11100, 10327, 11224, 10947, 9475, 10110, 10407, 11739, 11063, 10172, 15339, 10583, 10642, 15538, 10946, 13737, 10093, 10326, 12130, 10696, 9982, 12543, 11106, 9776, 12720, 10942, 10172, 9304, 11017, 11221, 10128, 10576, 11999, 9908, 9902, 13113, 10635, 11108, 10061, 11105, 8919, 11183, 10411, 14435, 10771, 12774, 11610, 10765, 12068, 10418, 10061, 16523, 9659, 9674, 10960, 8774, 8833, 8526, 8365, 10032, 9343, 10117, 15602, 11319, 14274, 10799, 15187, 8656, 14256, 17150], 'WindowCenter': [4709.0, 4722.0, 4744.0, 4663.0, 4709.0, 4649.0, 4641.0, 4687.0, 4650.0, 4672.0, 4620.0, 4652.0, 4677.0, 4627.0, 4657.0, 4696.0, 4647.0, 4665.0, 4646.0, 4632.0, 4684.0, 4656.0, 4649.0, 4608.0, 4657.0, 4667.0, 4636.0, 4648.0, 4677.0, 4674.0, 4682.0, 4619.0, 4651.0, 4679.0, 4650.0, 4672.0, 4649.0, 4684.0, 4705.0, 4683.0, 4683.0, 4695.0, 4705.0, 4722.0, 4681.0, 4660.0, 4696.0, 4661.0, 4677.0, 4686.0, 4657.0, 4662.0, 4634.0, 4658.0, 4659.0, 4613.0, 4639.0, 4676.0, 4645.0, 4667.0, 4681.0, 4671.0, 4676.0, 4668.0, 4665.0, 4660.0, 4650.0, 4658.0, 4668.0, 4686.0, 4671.0, 4682.0, 4695.0, 4658.0, 4665.0, 4684.0, 4654.0, 4673.0, 4685.0, 4636.0, 4677.0, 4645.0, 4655.0, 4659.0, 4650.0, 4667.0, 4661.0, 4670.0, 4696.0, 4647.0, 4642.0, 4654.0, 4643.0, 4665.0, 4643.0, 4651.0, 4690.0, 4652.0, 4650.0, 4645.0, 4660.0, 4677.0, 4638.0, 4648.0, 4674.0, 4657.0, 4643.0, 4668.0, 4668.0, 4674.0, 4651.0, 4656.0, 4633.0, 4645.0, 4661.0, 4654.0, 4646.0, 4644.0, 4653.0, 4652.0, 4670.0, 4671.0, 4616.0, 4683.0, 4667.0, 4666.0, 4681.0, 4679.0, 4682.0, 4674.0, 4663.0, 4655.0, 4692.0, 4647.0, 4645.0, 4658.0, 4671.0, 4689.0, 4643.0, 4669.0, 4694.0, 4666.0, 4661.0, 4706.0, 4656.0, 4670.0, 4663.0, 4652.0, 4687.0, 4667.0, 4659.0, 4668.0, 4658.0, 4664.0, 4635.0, 4655.0, 4653.0, 4645.0, 4666.0, 4657.0, 4659.0, 4670.0, 4639.0, 4670.0, 4674.0, 4660.0, 4670.0, 4707.0, 4657.0, 4678.0, 4688.0, 4658.0, 4707.0, 4670.0, 4664.0, 4636.0, 4655.0, 4674.0, 4656.0, 4663.0, 4705.0, 4667.0, 4680.0, 4623.0, 4654.0, 4696.0, 4657.0, 4663.0, 4648.0, 4661.0, 4674.0, 4651.0, 4654.0, 4655.0, 4667.0, 4676.0, 4645.0, 4652.0, 4647.0, 4655.0, 4676.0, 4668.0, 4658.0, 4652.0, 4669.0, 4654.0, 4654.0, 4665.0, 4707.0, 4665.0, 4684.0, 4638.0, 4658.0, 4667.0, 4646.0, 4654.0, 4670.0, 4671.0, 4679.0, 4656.0, 4659.0, 4649.0, 4680.0, 4676.0, 4670.0, 4682.0, 4683.0, 4682.0, 4690.0, 4672.0, 4660.0, 4668.0, 4683.0, 4714.0, 4666.0, 4687.0, 4696.0, 4669.0, 4685.0, 4655.0, 4669.0, 4698.0, 4664.0, 4680.0, 4634.0, 4642.0, 4674.0, 4655.0, 4642.0, 4635.0, 4645.0, 4686.0, 4670.0, 4666.0, 4640.0, 4657.0, 4630.0, 4684.0, 4654.0, 4663.0, 4663.0, 4695.0, 4711.0, 4677.0, 4682.0, 4701.0, 4668.0, 4690.0, 4676.0, 4654.0, 4687.0, 4644.0, 4654.0, 4696.0, 4656.0, 4657.0, 4661.0, 4661.0, 4686.0, 4650.0, 4698.0, 4675.0, 4670.0, 4653.0, 4651.0, 4668.0, 4703.0, 4663.0, 4671.0, 4691.0, 4662.0, 4660.0, 4700.0, 4658.0, 4664.0, 4676.0, 4634.0, 4688.0, 4652.0, 4634.0, 4635.0, 4625.0, 4685.0, 4664.0, 4672.0, 4636.0, 4621.0, 4635.0, 4621.0, 4619.0, 4659.0, 4616.0, 4629.0, 4615.0, 4603.0, 4628.0, 4616.0, 4639.0, 4644.0, 4635.0, 4633.0, 4633.0, 4664.0, 4644.0, 4648.0, 4673.0, 4640.0, 4653.0, 4624.0, 4637.0, 4653.0, 4612.0, 4651.0, 4627.0, 4666.0, 4674.0, 4643.0, 4684.0, 4703.0, 4689.0, 4650.0, 4690.0, 4654.0, 4649.0, 4638.0, 4670.0, 4663.0, 4634.0, 4648.0, 4695.0, 4656.0, 4678.0, 4670.0, 4639.0, 4681.0, 4644.0, 4647.0, 4655.0, 4648.0, 4655.0, 4654.0, 4664.0, 4662.0, 4653.0, 4698.0, 4670.0, 4659.0, 4669.0, 4655.0, 4668.0, 4658.0, 4666.0, 4665.0, 4647.0, 4677.0, 4655.0, 4652.0, 4656.0, 4632.0, 4685.0, 4667.0, 4669.0, 4654.0, 4648.0, 4672.0, 4650.0, 4653.0, 4688.0, 4634.0, 4675.0, 4638.0, 4657.0, 4661.0, 4660.0, 4693.0, 4682.0, 4689.0, 4670.0, 4671.0, 4676.0, 4658.0, 4679.0, 4658.0, 4647.0, 4685.0, 4650.0, 4667.0, 4668.0, 4654.0, 4636.0, 4668.0, 4680.0, 4659.0, 4671.0, 4685.0, 4668.0, 4682.0, 4672.0, 4654.0, 4695.0, 4646.0, 4668.0, 4633.0, 4655.0, 4664.0, 4659.0, 4668.0, 4627.0, 4661.0, 4684.0, 4656.0, 4670.0, 4682.0, 4681.0, 4650.0, 4656.0, 4691.0, 4658.0, 4671.0, 4709.0, 4669.0, 4688.0, 4659.0, 4660.0, 4678.0, 4641.0, 4642.0, 4685.0, 4656.0, 4657.0, 4666.0, 4659.0, 4701.0, 4671.0, 4691.0, 4639.0, 4651.0, 4677.0, 4650.0, 4694.0, 4718.0, 4660.0, 4687.0, 4650.0, 4654.0, 4656.0, 4674.0, 4681.0, 4660.0, 4693.0, 4694.0, 4680.0, 4700.0, 4680.0, 4655.0, 4678.0, 4658.0, 4691.0, 4665.0, 4674.0, 4671.0, 4624.0, 4663.0, 4628.0, 4612.0, 4638.0, 4609.0, 4625.0, 4615.0, 4610.0, 4629.0, 4623.0, 4641.0, 4616.0, 4618.0, 4632.0, 4624.0, 4654.0, 4647.0, 4645.0, 4668.0, 4648.0, 4669.0, 4651.0, 4676.0, 4660.0, 4670.0, 4653.0, 4673.0, 4703.0, 4670.0, 4682.0, 4677.0, 4668.0, 4677.0, 4641.0, 4652.0, 4683.0, 4658.0, 4668.0, 4681.0, 4674.0, 4671.0, 4666.0, 4659.0, 4682.0, 4645.0, 4666.0, 4655.0, 4652.0, 4677.0, 4652.0, 4647.0, 4656.0, 4647.0, 4662.0, 4643.0, 4643.0, 4682.0, 4649.0, 4668.0, 4658.0, 4663.0, 4687.0, 4655.0, 4658.0, 4676.0, 4668.0, 4668.0, 4657.0, 4659.0, 4686.0, 4656.0, 4643.0, 4684.0, 4645.0, 4687.0, 4662.0, 4645.0, 4690.0, 4658.0, 4671.0, 4664.0, 4657.0, 4686.0, 4656.0, 4659.0, 4681.0, 4646.0, 4646.0, 4665.0, 4618.0, 4674.0, 4639.0, 4662.0, 4692.0, 4664.0, 4705.0, 4702.0, 4694.0, 4682.0, 4658.0, 4679.0, 4654.0, 4688.0, 4669.0, 4655.0, 4654.0, 4680.0, 4682.0, 4671.0, 4677.0, 4696.0, 4691.0, 4651.0, 4670.0, 4674.0, 4674.0, 4653.0, 4717.0, 4699.0, 4667.0, 4691.0, 4668.0, 4668.0, 4703.0, 4662.0, 4695.0, 4687.0, 4674.0, 4698.0, 4665.0, 4675.0, 4681.0, 4663.0, 4678.0, 4653.0, 4659.0, 4630.0, 4633.0, 4636.0, 4628.0, 4631.0, 4632.0, 4630.0, 4629.0, 4617.0, 4640.0, 4650.0, 4633.0, 4629.0, 4634.0, 4616.0, 4644.0, 4625.0, 4623.0, 4637.0, 4641.0, 4646.0, 4650.0, 4633.0, 4656.0, 4610.0, 4636.0, 4615.0, 4619.0, 4626.0, 4642.0, 4638.0, 4661.0, 4654.0, 4706.0, 4666.0, 4712.0, 4689.0, 4726.0, 4697.0, 4710.0, 4711.0, 4657.0, 4678.0, 4682.0, 4646.0, 4685.0, 4655.0, 4678.0, 4683.0, 4647.0, 4669.0, 4632.0, 4642.0, 4665.0, 4633.0, 4641.0, 4629.0, 4624.0, 4633.0, 4633.0, 4649.0, 4644.0, 4634.0, 4639.0, 4648.0, 4636.0, 4658.0, 4655.0, 4657.0, 4647.0, 4668.0, 4647.0, 4649.0, 4687.0, 4657.0, 4662.0, 4688.0, 4658.0, 4644.0, 4620.0, 4654.0, 4668.0, 4633.0, 4660.0, 4667.0, 4649.0, 4662.0, 4678.0, 4658.0, 4652.0, 4675.0, 4649.0, 4663.0, 4666.0, 4670.0, 4679.0, 4657.0, 4656.0, 4662.0, 4624.0, 4658.0, 4661.0, 4635.0, 4641.0, 4653.0, 4670.0, 4640.0, 4687.0, 4676.0, 4698.0, 4664.0, 4669.0, 4696.0, 4670.0, 4703.0, 4708.0, 4680.0, 4702.0, 4683.0, 4670.0, 4687.0, 4634.0, 4653.0, 4694.0, 4652.0, 4678.0, 4691.0, 4663.0, 4676.0, 4685.0, 4656.0, 4676.0, 4636.0, 4656.0, 4643.0, 4645.0, 4639.0, 4688.0, 4647.0, 4631.0, 4617.0, 4639.0, 4678.0, 4643.0, 4626.0, 4672.0, 4685.0, 4689.0, 4653.0, 4682.0, 4661.0, 4680.0, 4642.0, 4641.0, 4652.0, 4652.0, 4668.0, 4681.0, 4657.0, 4704.0, 4684.0, 4701.0, 4713.0, 4674.0, 4694.0, 4707.0, 4653.0, 4687.0, 4673.0, 4632.0, 4664.0, 4633.0, 4632.0, 4677.0, 4624.0, 4650.0, 4631.0, 4633.0, 4641.0, 4629.0, 4620.0, 4627.0, 4644.0, 4644.0, 4642.0, 4636.0, 4655.0, 4646.0, 4642.0, 4646.0, 4652.0, 4662.0, 4660.0, 4649.0, 4698.0, 4651.0, 4660.0, 4696.0, 4656.0, 4689.0, 4635.0, 4648.0, 4667.0, 4657.0, 4644.0, 4666.0, 4668.0, 4660.0, 4678.0, 4669.0, 4649.0, 4649.0, 4670.0, 4679.0, 4657.0, 4670.0, 4680.0, 4656.0, 4657.0, 4687.0, 4672.0, 4669.0, 4661.0, 4675.0, 4650.0, 4673.0, 4670.0, 4686.0, 4670.0, 4687.0, 4679.0, 4669.0, 4685.0, 4673.0, 4663.0, 4702.0, 4661.0, 4664.0, 4673.0, 4665.0, 4664.0, 4660.0, 4670.0, 4698.0, 4689.0, 4700.0, 4711.0, 4695.0, 4700.0, 4695.0, 4728.0, 4668.0, 4719.0, 4707.0], 'WindowWidth': [10324.0, 10332.0, 10349.0, 10234.0, 10300.0, 10192.0, 10189.0, 10246.0, 10199.0, 10233.0, 10156.0, 10205.0, 10231.0, 10163.0, 10203.0, 10254.0, 10189.0, 10210.0, 10183.0, 10164.0, 10234.0, 10200.0, 10186.0, 10129.0, 10204.0, 10217.0, 10172.0, 10192.0, 10232.0, 10237.0, 10246.0, 10153.0, 10204.0, 10236.0, 10200.0, 10231.0, 10195.0, 10255.0, 10281.0, 10252.0, 10250.0, 10271.0, 10284.0, 10308.0, 10241.0, 10211.0, 10255.0, 10211.0, 10233.0, 10241.0, 10203.0, 10206.0, 10167.0, 10204.0, 10201.0, 10132.0, 10180.0, 10226.0, 10184.0, 10219.0, 10246.0, 10231.0, 10229.0, 10223.0, 10210.0, 10209.0, 10201.0, 10209.0, 10221.0, 10248.0, 10230.0, 10247.0, 10253.0, 10207.0, 10215.0, 10234.0, 10198.0, 10226.0, 10239.0, 10169.0, 10232.0, 10180.0, 10199.0, 10198.0, 10188.0, 10216.0, 10215.0, 10228.0, 10258.0, 10183.0, 10175.0, 10196.0, 10176.0, 10212.0, 10179.0, 10192.0, 10241.0, 10192.0, 10184.0, 10184.0, 10212.0, 10229.0, 10179.0, 10191.0, 10221.0, 10201.0, 10176.0, 10222.0, 10223.0, 10222.0, 10185.0, 10200.0, 10165.0, 10183.0, 10201.0, 10197.0, 10190.0, 10175.0, 10195.0, 10186.0, 10219.0, 10232.0, 10144.0, 10246.0, 10212.0, 10218.0, 10243.0, 10237.0, 10246.0, 10230.0, 10214.0, 10198.0, 10250.0, 10184.0, 10179.0, 10204.0, 10227.0, 10251.0, 10176.0, 10224.0, 10254.0, 10215.0, 10212.0, 10269.0, 10201.0, 10215.0, 10205.0, 10195.0, 10245.0, 10218.0, 10209.0, 10211.0, 10204.0, 10210.0, 10169.0, 10194.0, 10189.0, 10183.0, 10219.0, 10201.0, 10206.0, 10227.0, 10183.0, 10227.0, 10226.0, 10210.0, 10226.0, 10273.0, 10202.0, 10230.0, 10247.0, 10201.0, 10275.0, 10226.0, 10214.0, 10173.0, 10200.0, 10221.0, 10201.0, 10210.0, 10268.0, 10218.0, 10237.0, 10149.0, 10193.0, 10257.0, 10204.0, 10209.0, 10192.0, 10209.0, 10218.0, 10191.0, 10197.0, 10198.0, 10216.0, 10228.0, 10179.0, 10193.0, 10189.0, 10194.0, 10229.0, 10219.0, 10208.0, 10192.0, 10222.0, 10192.0, 10197.0, 10216.0, 10272.0, 10215.0, 10239.0, 10176.0, 10204.0, 10214.0, 10181.0, 10198.0, 10214.0, 10226.0, 10236.0, 10197.0, 10212.0, 10198.0, 10240.0, 10229.0, 10227.0, 10245.0, 10239.0, 10246.0, 10256.0, 10232.0, 10210.0, 10220.0, 10250.0, 10297.0, 10221.0, 10255.0, 10254.0, 10223.0, 10238.0, 10194.0, 10222.0, 10259.0, 10212.0, 10237.0, 10164.0, 10174.0, 10222.0, 10197.0, 10173.0, 10171.0, 10180.0, 10242.0, 10226.0, 10216.0, 10187.0, 10200.0, 10174.0, 10255.0, 10213.0, 10229.0, 10220.0, 10270.0, 10290.0, 10237.0, 10242.0, 10261.0, 10220.0, 10254.0, 10224.0, 10198.0, 10246.0, 10180.0, 10201.0, 10258.0, 10201.0, 10204.0, 10198.0, 10214.0, 10251.0, 10202.0, 10268.0, 10246.0, 10231.0, 10211.0, 10207.0, 10243.0, 10279.0, 10218.0, 10229.0, 10254.0, 10209.0, 10211.0, 10267.0, 10205.0, 10212.0, 10221.0, 10161.0, 10246.0, 10185.0, 10167.0, 10168.0, 10149.0, 10238.0, 10207.0, 10211.0, 10160.0, 10143.0, 10155.0, 10137.0, 10136.0, 10188.0, 10124.0, 10150.0, 10129.0, 10120.0, 10149.0, 10135.0, 10160.0, 10181.0, 10169.0, 10163.0, 10159.0, 10205.0, 10178.0, 10189.0, 10217.0, 10172.0, 10186.0, 10153.0, 10172.0, 10191.0, 10135.0, 10180.0, 10161.0, 10215.0, 10231.0, 10189.0, 10253.0, 10279.0, 10251.0, 10192.0, 10254.0, 10192.0, 10194.0, 10179.0, 10224.0, 10209.0, 10161.0, 10185.0, 10252.0, 10201.0, 10233.0, 10215.0, 10179.0, 10232.0, 10178.0, 10183.0, 10199.0, 10191.0, 10191.0, 10199.0, 10213.0, 10201.0, 10196.0, 10261.0, 10224.0, 10203.0, 10223.0, 10195.0, 10212.0, 10204.0, 10215.0, 10210.0, 10185.0, 10224.0, 10200.0, 10194.0, 10195.0, 10160.0, 10240.0, 10218.0, 10223.0, 10196.0, 10188.0, 10220.0, 10189.0, 10197.0, 10239.0, 10164.0, 10222.0, 10177.0, 10204.0, 10210.0, 10215.0, 10263.0, 10249.0, 10255.0, 10226.0, 10226.0, 10222.0, 10204.0, 10234.0, 10206.0, 10185.0, 10240.0, 10189.0, 10214.0, 10220.0, 10198.0, 10174.0, 10221.0, 10238.0, 10209.0, 10230.0, 10238.0, 10222.0, 10246.0, 10223.0, 10199.0, 10257.0, 10183.0, 10220.0, 10166.0, 10200.0, 10205.0, 10208.0, 10220.0, 10158.0, 10215.0, 10240.0, 10199.0, 10227.0, 10248.0, 10244.0, 10198.0, 10200.0, 10256.0, 10208.0, 10228.0, 10278.0, 10223.0, 10248.0, 10204.0, 10206.0, 10233.0, 10178.0, 10174.0, 10238.0, 10201.0, 10205.0, 10215.0, 10210.0, 10267.0, 10230.0, 10259.0, 10184.0, 10207.0, 10253.0, 10204.0, 10269.0, 10306.0, 10213.0, 10245.0, 10201.0, 10211.0, 10218.0, 10238.0, 10242.0, 10209.0, 10263.0, 10255.0, 10237.0, 10269.0, 10240.0, 10203.0, 10234.0, 10205.0, 10248.0, 10207.0, 10220.0, 10208.0, 10141.0, 10194.0, 10146.0, 10130.0, 10162.0, 10118.0, 10138.0, 10122.0, 10127.0, 10151.0, 10145.0, 10169.0, 10126.0, 10141.0, 10160.0, 10155.0, 10187.0, 10189.0, 10176.0, 10221.0, 10193.0, 10221.0, 10196.0, 10229.0, 10212.0, 10227.0, 10199.0, 10233.0, 10268.0, 10227.0, 10239.0, 10226.0, 10221.0, 10231.0, 10176.0, 10194.0, 10233.0, 10205.0, 10218.0, 10228.0, 10219.0, 10214.0, 10216.0, 10206.0, 10231.0, 10183.0, 10212.0, 10197.0, 10195.0, 10230.0, 10194.0, 10192.0, 10200.0, 10185.0, 10202.0, 10176.0, 10184.0, 10229.0, 10190.0, 10221.0, 10203.0, 10215.0, 10244.0, 10201.0, 10207.0, 10228.0, 10221.0, 10222.0, 10203.0, 10208.0, 10243.0, 10196.0, 10179.0, 10239.0, 10182.0, 10247.0, 10212.0, 10184.0, 10245.0, 10207.0, 10221.0, 10205.0, 10205.0, 10244.0, 10201.0, 10208.0, 10232.0, 10188.0, 10182.0, 10206.0, 10148.0, 10224.0, 10183.0, 10210.0, 10264.0, 10224.0, 10285.0, 10277.0, 10261.0, 10246.0, 10203.0, 10230.0, 10198.0, 10249.0, 10224.0, 10200.0, 10195.0, 10242.0, 10248.0, 10226.0, 10239.0, 10266.0, 10260.0, 10212.0, 10238.0, 10248.0, 10240.0, 10210.0, 10297.0, 10268.0, 10224.0, 10257.0, 10220.0, 10217.0, 10269.0, 10224.0, 10269.0, 10241.0, 10231.0, 10263.0, 10220.0, 10231.0, 10230.0, 10203.0, 10227.0, 10193.0, 10198.0, 10157.0, 10163.0, 10155.0, 10149.0, 10157.0, 10151.0, 10155.0, 10156.0, 10129.0, 10171.0, 10182.0, 10156.0, 10156.0, 10152.0, 10129.0, 10179.0, 10145.0, 10145.0, 10164.0, 10172.0, 10186.0, 10179.0, 10161.0, 10196.0, 10128.0, 10172.0, 10138.0, 10152.0, 10160.0, 10193.0, 10181.0, 10218.0, 10218.0, 10288.0, 10231.0, 10293.0, 10262.0, 10309.0, 10276.0, 10290.0, 10289.0, 10199.0, 10231.0, 10230.0, 10184.0, 10235.0, 10198.0, 10232.0, 10232.0, 10186.0, 10212.0, 10160.0, 10173.0, 10198.0, 10161.0, 10171.0, 10154.0, 10153.0, 10156.0, 10162.0, 10185.0, 10180.0, 10163.0, 10172.0, 10191.0, 10174.0, 10208.0, 10196.0, 10201.0, 10184.0, 10220.0, 10189.0, 10196.0, 10245.0, 10205.0, 10218.0, 10242.0, 10205.0, 10180.0, 10142.0, 10198.0, 10219.0, 10168.0, 10213.0, 10212.0, 10197.0, 10217.0, 10232.0, 10201.0, 10198.0, 10223.0, 10191.0, 10214.0, 10213.0, 10226.0, 10237.0, 10207.0, 10202.0, 10208.0, 10151.0, 10207.0, 10206.0, 10168.0, 10178.0, 10198.0, 10229.0, 10189.0, 10255.0, 10240.0, 10265.0, 10215.0, 10221.0, 10254.0, 10223.0, 10277.0, 10278.0, 10244.0, 10274.0, 10239.0, 10225.0, 10247.0, 10166.0, 10199.0, 10249.0, 10196.0, 10236.0, 10247.0, 10212.0, 10225.0, 10238.0, 10202.0, 10229.0, 10173.0, 10200.0, 10174.0, 10184.0, 10174.0, 10239.0, 10190.0, 10165.0, 10148.0, 10181.0, 10234.0, 10179.0, 10158.0, 10234.0, 10257.0, 10250.0, 10200.0, 10238.0, 10217.0, 10241.0, 10195.0, 10192.0, 10206.0, 10212.0, 10240.0, 10244.0, 10221.0, 10282.0, 10253.0, 10276.0, 10289.0, 10229.0, 10257.0, 10273.0, 10188.0, 10243.0, 10216.0, 10156.0, 10201.0, 10161.0, 10162.0, 10218.0, 10145.0, 10178.0, 10152.0, 10162.0, 10171.0, 10147.0, 10137.0, 10143.0, 10179.0, 10180.0, 10170.0, 10167.0, 10196.0, 10182.0, 10181.0, 10186.0, 10196.0, 10208.0, 10206.0, 10192.0, 10261.0, 10194.0, 10213.0, 10255.0, 10203.0, 10248.0, 10165.0, 10187.0, 10217.0, 10202.0, 10185.0, 10207.0, 10220.0, 10213.0, 10235.0, 10224.0, 10193.0, 10197.0, 10227.0, 10239.0, 10203.0, 10224.0, 10240.0, 10208.0, 10210.0, 10247.0, 10230.0, 10220.0, 10216.0, 10232.0, 10202.0, 10231.0, 10225.0, 10240.0, 10228.0, 10247.0, 10238.0, 10219.0, 10245.0, 10231.0, 10219.0, 10266.0, 10215.0, 10225.0, 10231.0, 10229.0, 10228.0, 10225.0, 10243.0, 10284.0, 10271.0, 10289.0, 10286.0, 10271.0, 10267.0, 10272.0, 10318.0, 10235.0, 10306.0, 10286.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.0034707921928817448</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.022084611481056254</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.7938719429425</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.284023823712645</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0620378571954032</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4815</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5620.2983</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10016529987952028</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>82</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>9.41446613088404</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.264467837014708</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2531586735532385</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.424348578562662</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.115896258928224</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0164223</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011651556007564068</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.028201406821608543</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.20161675119003</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>22.1564</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.4347</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>197.2122</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>297982.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>18.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>917.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>391.459</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9796</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>600.7017</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3888.7925</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4036.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>78562.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1628.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5085.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>960.5765</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>39.16079054353759</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> |