=== 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-0103 --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-0103",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 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-0103_ses-01_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0103_ses-01_task-social_acq-mb8_run-01_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-01_subject-0103_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-0103/figures/sub-0103_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0103_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-0103/figures/sub-0103_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0103_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-0103/figures/sub-0103_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0103_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-0103/figures/sub-0103_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-01_subject-0103_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-0103/figures/sub-0103_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-01_subject-0103_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-0103/figures/sub-0103_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0103_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-0103/figures/sub-0103_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0103/figures/sub-0103_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0103/ses-01/func/sub-0103_ses-01_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>d7ed5abafdbcde76916ad0ad8962c9ed</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:50:36.090000</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.991259, -0.0467068, 0.123387, 0.0576764, 0.994548, -0.086882]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0849838</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4266, -7770, -7212, 189, -81, -155, -116, 29]</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.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>235.904</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>4c626df9-4979-4f9b-9c54-fbb4b7429a3c||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.659475088119507, 0.15474151074886322, 0.32037174701690674, 93.01963806152344], [0.12531089782714844, 2.6682984828948975, -0.25174540281295776, -87.71002197265625], [0.33103811740875244, 0.23309797048568726, 2.6690797805786133, -88.02088928222656], [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': ['175036.090000', '175036.550000', '175037.010000', '175037.470000', '175037.930000', '175038.390000', '175038.850000', '175039.310000', '175039.770000', '175040.230000', '175040.690000', '175041.150000', '175041.610000', '175042.070000', '175042.530000', '175042.990000', '175043.450000', '175043.910000', '175044.370000', '175044.830000', '175045.290000', '175045.750000', '175046.210000', '175046.670000', '175047.130000', '175047.590000', '175048.050000', '175048.510000', '175048.970000', '175049.430000', '175049.890000', '175050.350000', '175050.810000', '175051.270000', '175051.730000', '175052.190000', '175052.650000', '175053.110000', '175053.570000', '175054.030000', '175054.490000', '175054.950000', '175055.410000', '175055.870000', '175056.330000', '175056.790000', '175057.250000', '175057.710000', '175058.170000', '175058.630000', '175059.090000', '175059.550000', '175100.010000', '175100.470000', '175100.930000', '175101.390000', '175101.850000', '175102.310000', '175102.770000', '175103.230000', '175103.690000', '175104.150000', '175104.610000', '175105.070000', '175105.530000', '175105.990000', '175106.450000', '175106.910000', '175107.370000', '175107.830000', '175108.290000', '175108.750000', '175109.210000', '175109.670000', '175110.130000', '175110.590000', '175111.050000', '175111.510000', '175111.970000', '175112.430000', '175112.890000', '175113.350000', '175113.810000', '175114.270000', '175114.730000', '175115.190000', '175115.650000', '175116.110000', '175116.570000', '175117.030000', '175117.490000', '175117.950000', '175118.410000', '175118.870000', '175119.330000', '175119.790000', '175120.250000', '175120.710000', '175121.170000', '175121.630000', '175122.090000', '175122.550000', '175123.010000', '175123.470000', '175123.930000', '175124.390000', '175124.850000', '175125.310000', '175125.770000', '175126.230000', '175126.690000', '175127.150000', '175127.610000', '175128.070000', '175128.530000', '175128.990000', '175129.450000', '175129.910000', '175130.370000', '175130.830000', '175131.290000', '175131.750000', '175132.210000', '175132.670000', '175133.130000', '175133.590000', '175134.050000', '175134.510000', '175134.970000', '175135.430000', '175135.890000', '175136.350000', '175136.810000', '175137.270000', '175137.730000', '175138.190000', '175138.650000', '175139.110000', '175139.570000', '175140.030000', '175140.490000', '175140.950000', '175141.410000', '175141.870000', '175142.330000', '175142.790000', '175143.250000', '175143.710000', '175144.170000', '175144.630000', '175145.090000', '175145.550000', '175146.010000', '175146.470000', '175146.930000', '175147.390000', '175147.850000', '175148.310000', '175148.770000', '175149.230000', '175149.690000', '175150.150000', '175150.610000', '175151.070000', '175151.530000', '175151.990000', '175152.450000', '175152.910000', '175153.370000', '175153.830000', '175154.290000', '175154.750000', '175155.210000', '175155.670000', '175156.130000', '175156.590000', '175157.050000', '175157.510000', '175157.970000', '175158.430000', '175158.890000', '175159.350000', '175159.810000', '175200.270000', '175200.730000', '175201.190000', '175201.650000', '175202.110000', '175202.570000', '175203.030000', '175203.490000', '175203.950000', '175204.410000', '175204.870000', '175205.330000', '175205.790000', '175206.250000', '175206.710000', '175207.170000', '175207.630000', '175208.090000', '175208.550000', '175209.010000', '175209.470000', '175209.930000', '175210.390000', '175210.850000', '175211.310000', '175211.770000', '175212.230000', '175212.690000', '175213.150000', '175213.610000', '175214.070000', '175214.530000', '175214.990000', '175215.450000', '175215.910000', '175216.370000', '175216.830000', '175217.290000', '175217.750000', '175218.210000', '175218.670000', '175219.130000', '175219.590000', '175220.050000', '175220.510000', '175220.970000', '175221.430000', '175221.890000', '175222.350000', '175222.810000', '175223.270000', '175223.730000', '175224.190000', '175224.650000', '175225.110000', '175225.570000', '175226.030000', '175226.490000', '175226.950000', '175227.410000', '175227.870000', '175228.330000', '175228.790000', '175229.250000', '175229.710000', '175230.170000', '175230.630000', '175231.090000', '175231.550000', '175232.010000', '175232.470000', '175232.930000', '175233.390000', '175233.850000', '175234.310000', '175234.770000', '175235.230000', '175235.690000', '175236.150000', '175236.610000', '175237.070000', '175237.530000', '175237.990000', '175238.450000', '175238.910000', '175239.370000', '175239.830000', '175240.290000', '175240.750000', '175241.210000', '175241.670000', '175242.130000', '175242.590000', '175243.050000', '175243.510000', '175243.970000', '175244.430000', '175244.890000', '175245.350000', '175245.810000', '175246.270000', '175246.730000', '175247.190000', '175247.650000', '175248.110000', '175248.570000', '175249.030000', '175249.490000', '175249.950000', '175250.410000', '175250.870000', '175251.330000', '175251.790000', '175252.250000', '175252.710000', '175253.170000', '175253.630000', '175254.090000', '175254.550000', '175255.010000', '175255.470000', '175255.930000', '175256.390000', '175256.850000', '175257.310000', '175257.770000', '175258.230000', '175258.690000', '175259.150000', '175259.610000', '175300.070000', '175300.530000', '175300.990000', '175301.450000', '175301.910000', '175302.370000', '175302.830000', '175303.290000', '175303.750000', '175304.210000', '175304.670000', '175305.130000', '175305.590000', '175306.050000', '175306.510000', '175306.970000', '175307.430000', '175307.890000', '175308.350000', '175308.810000', '175309.270000', '175309.730000', '175310.190000', '175310.650000', '175311.110000', '175311.570000', '175312.030000', '175312.490000', '175312.950000', '175313.410000', '175313.870000', '175314.330000', '175314.790000', '175315.250000', '175315.710000', '175316.170000', '175316.630000', '175317.090000', '175317.550000', '175318.010000', '175318.470000', '175318.930000', '175319.390000', '175319.850000', '175320.310000', '175320.770000', '175321.230000', '175321.690000', '175322.150000', '175322.610000', '175323.070000', '175323.530000', '175323.990000', '175324.450000', '175324.910000', '175325.370000', '175325.830000', '175326.290000', '175326.750000', '175327.210000', '175327.670000', '175328.130000', '175328.590000', '175329.050000', '175329.510000', '175329.970000', '175330.430000', '175330.890000', '175331.350000', '175331.810000', '175332.270000', '175332.730000', '175333.190000', '175333.650000', '175334.110000', '175334.570000', '175335.030000', '175335.490000', '175335.950000', '175336.410000', '175336.870000', '175337.330000', '175337.790000', '175338.250000', '175338.710000', '175339.170000', '175339.630000', '175340.090000', '175340.550000', '175341.010000', '175341.470000', '175341.930000', '175342.390000', '175342.850000', '175343.310000', '175343.770000', '175344.230000', '175344.690000', '175345.150000', '175345.610000', '175346.070000', '175346.530000', '175346.990000', '175347.450000', '175347.910000', '175348.370000', '175348.830000', '175349.290000', '175349.750000', '175350.210000', '175350.670000', '175351.130000', '175351.590000', '175352.050000', '175352.510000', '175352.970000', '175353.430000', '175353.890000', '175354.350000', '175354.810000', '175355.270000', '175355.730000', '175356.190000', '175356.650000', '175357.110000', '175357.570000', '175358.030000', '175358.490000', '175358.950000', '175359.410000', '175359.870000', '175400.330000', '175400.790000', '175401.250000', '175401.710000', '175402.170000', '175402.630000', '175403.090000', '175403.550000', '175404.010000', '175404.470000', '175404.930000', '175405.390000', '175405.850000', '175406.310000', '175406.770000', '175407.230000', '175407.690000', '175408.150000', '175408.610000', '175409.070000', '175409.530000', '175409.990000', '175410.450000', '175410.910000', '175411.370000', '175411.830000', '175412.290000', '175412.750000', '175413.210000', '175413.670000', '175414.130000', '175414.590000', '175415.050000', '175415.510000', '175415.970000', '175416.430000', '175416.890000', '175417.350000', '175417.810000', '175418.270000', '175418.730000', '175419.190000', '175419.650000', '175420.110000', '175420.570000', '175421.030000', '175421.490000', '175421.950000', '175422.410000', '175422.870000', '175423.330000', '175423.790000', '175424.250000', '175424.710000', '175425.170000', '175425.630000', '175426.090000', '175426.550000', '175427.010000', '175427.470000', '175427.930000', '175428.390000', '175428.850000', '175429.310000', '175429.770000', '175430.230000', '175430.690000', '175431.150000', '175431.610000', '175432.070000', '175432.530000', '175432.990000', '175433.450000', '175433.910000', '175434.370000', '175434.830000', '175435.290000', '175435.750000', '175436.210000', '175436.670000', '175437.130000', '175437.590000', '175438.050000', '175438.510000', '175438.970000', '175439.430000', '175439.890000', '175440.350000', '175440.810000', '175441.270000', '175441.730000', '175442.190000', '175442.650000', '175443.110000', '175443.570000', '175444.030000', '175444.490000', '175444.950000', '175445.410000', '175445.870000', '175446.330000', '175446.790000', '175447.250000', '175447.710000', '175448.170000', '175448.630000', '175449.090000', '175449.550000', '175450.010000', '175450.470000', '175450.930000', '175451.390000', '175451.850000', '175452.310000', '175452.770000', '175453.230000', '175453.690000', '175454.150000', '175454.610000', '175455.070000', '175455.530000', '175455.990000', '175456.450000', '175456.910000', '175457.370000', '175457.830000', '175458.290000', '175458.750000', '175459.210000', '175459.670000', '175500.130000', '175500.590000', '175501.050000', '175501.510000', '175501.970000', '175502.430000', '175502.890000', '175503.350000', '175503.810000', '175504.270000', '175504.730000', '175505.190000', '175505.650000', '175506.110000', '175506.570000', '175507.030000', '175507.490000', '175507.950000', '175508.410000', '175508.870000', '175509.330000', '175509.790000', '175510.250000', '175510.710000', '175511.170000', '175511.630000', '175512.090000', '175512.550000', '175513.010000', '175513.470000', '175513.930000', '175514.390000', '175514.850000', '175515.310000', '175515.770000', '175516.230000', '175516.690000', '175517.150000', '175517.610000', '175518.070000', '175518.530000', '175518.990000', '175519.450000', '175519.910000', '175520.370000', '175520.830000', '175521.290000', '175521.750000', '175522.210000', '175522.670000', '175523.130000', '175523.590000', '175524.050000', '175524.510000', '175524.970000', '175525.430000', '175525.890000', '175526.350000', '175526.810000', '175527.270000', '175527.730000', '175528.190000', '175528.650000', '175529.110000', '175529.570000', '175530.030000', '175530.490000', '175530.950000', '175531.410000', '175531.870000', '175532.330000', '175532.790000', '175533.250000', '175533.710000', '175534.170000', '175534.630000', '175535.090000', '175535.550000', '175536.010000', '175536.470000', '175536.930000', '175537.390000', '175537.850000', '175538.310000', '175538.770000', '175539.230000', '175539.690000', '175540.150000', '175540.610000', '175541.070000', '175541.530000', '175541.990000', '175542.450000', '175542.910000', '175543.370000', '175543.830000', '175544.290000', '175544.750000', '175545.210000', '175545.670000', '175546.130000', '175546.590000', '175547.050000', '175547.510000', '175547.970000', '175548.430000', '175548.890000', '175549.350000', '175549.810000', '175550.270000', '175550.730000', '175551.190000', '175551.650000', '175552.110000', '175552.570000', '175553.030000', '175553.490000', '175553.950000', '175554.410000', '175554.870000', '175555.330000', '175555.790000', '175556.250000', '175556.710000', '175557.170000', '175557.630000', '175558.090000', '175558.550000', '175559.010000', '175559.470000', '175559.930000', '175600.390000', '175600.850000', '175601.310000', '175601.770000', '175602.230000', '175602.690000', '175603.150000', '175603.610000', '175604.070000', '175604.530000', '175604.990000', '175605.450000', '175605.910000', '175606.370000', '175606.830000', '175607.290000', '175607.750000', '175608.210000', '175608.670000', '175609.130000', '175609.590000', '175610.050000', '175610.510000', '175610.970000', '175611.430000', '175611.890000', '175612.350000', '175612.810000', '175613.270000', '175613.730000', '175614.190000', '175614.650000', '175615.110000', '175615.570000', '175616.030000', '175616.490000', '175616.950000', '175617.410000', '175617.870000', '175618.330000', '175618.790000', '175619.250000', '175619.710000', '175620.170000', '175620.630000', '175621.090000', '175621.550000', '175622.010000', '175622.470000', '175622.930000', '175623.390000', '175623.850000', '175624.310000', '175624.770000', '175625.230000', '175625.690000', '175626.150000', '175626.610000', '175627.070000', '175627.530000', '175627.990000', '175628.450000', '175628.910000', '175629.370000', '175629.830000', '175630.290000', '175630.750000', '175631.210000', '175631.670000', '175632.130000', '175632.590000', '175633.050000', '175633.510000', '175633.970000', '175634.430000', '175634.890000', '175635.350000', '175635.810000', '175636.270000', '175636.730000', '175637.190000', '175637.650000', '175638.110000', '175638.570000', '175639.030000', '175639.490000', '175639.950000', '175640.410000', '175640.870000', '175641.330000', '175641.790000', '175642.250000', '175642.710000', '175643.170000', '175643.630000', '175644.090000', '175644.550000', '175645.010000', '175645.470000', '175645.930000', '175646.390000', '175646.850000', '175647.310000', '175647.770000', '175648.230000', '175648.690000', '175649.150000', '175649.610000', '175650.070000', '175650.530000', '175650.990000', '175651.450000', '175651.910000', '175652.370000', '175652.830000', '175653.290000', '175653.750000', '175654.210000', '175654.670000', '175655.130000', '175655.590000', '175656.050000', '175656.510000', '175656.970000', '175657.430000', '175657.890000', '175658.350000', '175658.810000', '175659.270000', '175659.730000', '175700.190000', '175700.650000', '175701.110000', '175701.570000', '175702.030000', '175702.490000', '175702.950000', '175703.410000', '175703.870000', '175704.330000', '175704.790000', '175705.250000', '175705.710000', '175706.170000', '175706.630000', '175707.090000', '175707.550000', '175708.010000', '175708.470000', '175708.930000', '175709.390000', '175709.850000', '175710.310000', '175710.770000', '175711.230000', '175711.690000', '175712.150000', '175712.610000', '175713.070000', '175713.530000', '175713.990000', '175714.450000', '175714.910000', '175715.370000', '175715.830000', '175716.290000', '175716.750000'], 'ContentTime': ['175051.720000', '175051.726000', '175051.729000', '175051.732000', '175051.734000', '175051.737000', '175051.739000', '175051.744000', '175051.746000', '175051.749000', '175051.752000', '175051.754000', '175051.757000', '175051.759000', '175051.762000', '175051.764000', '175051.767000', '175051.770000', '175051.772000', '175051.775000', '175051.777000', '175051.780000', '175051.782000', '175051.785000', '175051.787000', '175051.790000', '175051.793000', '175051.795000', '175051.798000', '175051.800000', '175051.803000', '175051.805000', '175111.686000', '175111.689000', '175111.692000', '175111.694000', '175111.697000', '175111.699000', '175111.702000', '175111.704000', '175111.707000', '175111.710000', '175111.712000', '175111.715000', '175111.717000', '175111.720000', '175111.722000', '175111.725000', '175111.728000', '175111.730000', '175111.740000', '175111.743000', '175111.746000', '175111.748000', '175111.751000', '175111.753000', '175111.756000', '175111.758000', '175111.761000', '175111.763000', '175111.766000', '175111.769000', '175111.771000', '175111.774000', '175111.776000', '175111.779000', '175111.781000', '175111.784000', '175111.786000', '175111.789000', '175111.792000', '175111.794000', '175111.797000', '175111.799000', '175111.802000', '175111.804000', '175131.686000', '175131.689000', '175131.692000', '175131.694000', '175131.697000', '175131.700000', '175131.702000', '175131.705000', '175131.707000', '175131.710000', '175131.712000', '175131.715000', '175131.717000', '175131.720000', '175131.727000', '175131.730000', '175131.732000', '175131.735000', '175131.737000', '175131.740000', '175131.743000', '175131.745000', '175131.748000', '175131.750000', '175131.753000', '175131.756000', '175131.758000', '175131.762000', '175131.765000', '175131.767000', '175131.770000', '175131.772000', '175131.775000', '175131.777000', '175131.780000', '175131.782000', '175131.785000', '175131.788000', '175131.790000', '175131.793000', '175131.795000', '175131.798000', '175131.800000', '175151.685000', '175151.688000', '175151.691000', '175151.693000', '175151.696000', '175151.698000', '175151.701000', '175151.704000', '175151.706000', '175151.709000', '175151.711000', '175151.714000', '175151.716000', '175151.719000', '175151.721000', '175151.724000', '175151.727000', '175151.729000', '175151.732000', '175151.734000', '175151.737000', '175151.739000', '175151.742000', '175151.744000', '175151.747000', '175151.750000', '175151.752000', '175151.755000', '175151.757000', '175151.760000', '175151.762000', '175151.765000', '175151.768000', '175151.770000', '175151.773000', '175151.775000', '175151.804000', '175151.807000', '175151.809000', '175151.820000', '175151.822000', '175151.825000', '175151.827000', '175151.830000', '175211.685000', '175211.688000', '175211.691000', '175211.693000', '175211.696000', '175211.699000', '175211.701000', '175211.704000', '175211.706000', '175211.709000', '175211.711000', '175211.714000', '175211.716000', '175211.719000', '175211.722000', '175211.724000', '175211.727000', '175211.729000', '175211.732000', '175211.735000', '175211.738000', '175211.741000', '175211.743000', '175211.746000', '175211.748000', '175211.751000', '175211.753000', '175211.756000', '175211.759000', '175211.761000', '175211.764000', '175211.766000', '175211.769000', '175211.771000', '175211.774000', '175211.777000', '175211.779000', '175211.782000', '175211.784000', '175211.787000', '175211.789000', '175211.792000', '175211.795000', '175231.686000', '175231.689000', '175231.692000', '175231.694000', '175231.697000', '175231.700000', '175231.702000', '175231.705000', '175231.707000', '175231.710000', '175231.713000', '175231.715000', '175231.718000', '175231.720000', '175231.723000', '175231.726000', '175231.728000', '175231.731000', '175231.733000', '175231.736000', '175231.738000', '175231.741000', '175231.743000', '175231.746000', '175231.749000', '175231.751000', '175231.754000', '175231.756000', '175231.759000', '175231.762000', '175231.764000', '175231.767000', '175231.769000', '175231.772000', '175231.775000', '175231.777000', '175231.780000', '175231.782000', '175231.785000', '175231.788000', '175231.790000', '175231.793000', '175231.795000', '175231.801000', '175251.686000', '175251.689000', '175251.692000', '175251.694000', '175251.697000', '175251.700000', '175251.702000', '175251.705000', '175251.707000', '175251.710000', '175251.712000', '175251.715000', '175251.718000', '175251.720000', '175251.723000', '175251.725000', '175251.728000', '175251.730000', '175251.733000', '175251.736000', '175251.738000', '175251.741000', '175251.743000', '175251.746000', '175251.748000', '175251.751000', '175251.753000', '175251.756000', '175251.759000', '175251.761000', '175251.764000', '175251.766000', '175251.769000', '175251.771000', '175251.775000', '175251.778000', '175251.781000', '175251.783000', '175251.786000', '175251.789000', '175251.791000', '175251.794000', '175251.796000', '175311.686000', '175311.689000', '175311.692000', '175311.695000', '175311.697000', '175311.700000', '175311.702000', '175311.705000', '175311.707000', '175311.710000', '175311.713000', '175311.715000', '175311.718000', '175311.720000', '175311.723000', '175311.726000', '175311.728000', '175311.731000', '175311.733000', '175311.736000', '175311.738000', '175311.741000', '175311.743000', '175311.746000', '175311.749000', '175311.751000', '175311.754000', '175311.756000', '175311.759000', '175311.762000', '175311.764000', '175311.767000', '175311.769000', '175311.772000', '175311.775000', '175311.777000', '175311.780000', '175311.782000', '175311.785000', '175311.788000', '175311.790000', '175311.793000', '175311.795000', '175311.798000', '175331.687000', '175331.689000', '175331.692000', '175331.695000', '175331.697000', '175331.700000', '175331.702000', '175331.705000', '175331.707000', '175331.710000', '175331.713000', '175331.715000', '175331.718000', '175331.720000', '175331.723000', '175331.726000', '175331.728000', '175331.731000', '175331.733000', '175331.736000', '175331.739000', '175331.741000', '175331.744000', '175331.746000', '175331.749000', '175331.752000', '175331.754000', '175331.757000', '175331.759000', '175331.762000', '175331.765000', '175331.781000', '175331.783000', '175331.786000', '175331.788000', '175331.791000', '175331.794000', '175331.796000', '175331.799000', '175331.801000', '175331.804000', '175331.807000', '175331.809000', '175351.686000', '175351.689000', '175351.692000', '175351.694000', '175351.697000', '175351.700000', '175351.702000', '175351.705000', '175351.707000', '175351.710000', '175351.713000', '175351.715000', '175351.718000', '175351.720000', '175351.723000', '175351.726000', '175351.728000', '175351.731000', '175351.733000', '175351.736000', '175351.738000', '175351.741000', '175351.744000', '175351.746000', '175351.749000', '175351.751000', '175351.754000', '175351.757000', '175351.759000', '175351.762000', '175351.764000', '175351.767000', '175351.770000', '175351.772000', '175351.775000', '175351.777000', '175351.780000', '175351.782000', '175351.785000', '175351.788000', '175351.790000', '175351.793000', '175351.796000', '175351.798000', '175411.685000', '175411.688000', '175411.691000', '175411.694000', '175411.696000', '175411.699000', '175411.701000', '175411.704000', '175411.707000', '175411.709000', '175411.712000', '175411.714000', '175411.717000', '175411.719000', '175411.722000', '175411.725000', '175411.727000', '175411.730000', '175411.732000', '175411.735000', '175411.737000', '175411.740000', '175411.743000', '175411.745000', '175411.748000', '175411.750000', '175411.753000', '175411.755000', '175411.758000', '175411.761000', '175411.763000', '175411.766000', '175411.768000', '175411.771000', '175411.774000', '175411.776000', '175411.779000', '175411.781000', '175411.784000', '175411.787000', '175411.789000', '175411.792000', '175411.794000', '175431.685000', '175431.688000', '175431.691000', '175431.693000', '175431.696000', '175431.699000', '175431.701000', '175431.704000', '175431.706000', '175431.709000', '175431.711000', '175431.714000', '175431.717000', '175431.719000', '175431.722000', '175431.724000', '175431.727000', '175431.729000', '175431.732000', '175431.735000', '175431.737000', '175431.740000', '175431.742000', '175431.745000', '175431.748000', '175431.750000', '175431.753000', '175431.755000', '175431.758000', '175431.761000', '175431.763000', '175431.766000', '175431.768000', '175431.771000', '175431.773000', '175431.776000', '175431.779000', '175431.781000', '175431.784000', '175431.787000', '175431.789000', '175431.792000', '175431.794000', '175451.687000', '175451.689000', '175451.692000', '175451.695000', '175451.697000', '175451.700000', '175451.702000', '175451.705000', '175451.708000', '175451.710000', '175451.713000', '175451.715000', '175451.718000', '175451.720000', '175451.723000', '175451.726000', '175451.728000', '175451.731000', '175451.733000', '175451.736000', '175451.738000', '175451.741000', '175451.744000', '175451.746000', '175451.749000', '175451.751000', '175451.754000', '175451.757000', '175451.759000', '175451.762000', '175451.764000', '175451.767000', '175451.770000', '175451.772000', '175451.775000', '175451.777000', '175451.780000', '175451.782000', '175451.785000', '175451.788000', '175451.790000', '175451.793000', '175451.807000', '175451.810000', '175511.686000', '175511.689000', '175511.692000', '175511.695000', '175511.697000', '175511.700000', '175511.703000', '175511.705000', '175511.708000', '175511.710000', '175511.713000', '175511.716000', '175511.718000', '175511.721000', '175511.723000', '175511.726000', '175511.729000', '175511.731000', '175511.734000', '175511.736000', '175511.739000', '175511.742000', '175511.744000', '175511.747000', '175511.749000', '175511.752000', '175511.755000', '175511.757000', '175511.760000', '175511.763000', '175511.765000', '175511.768000', '175511.770000', '175511.773000', '175511.775000', '175511.778000', '175511.780000', '175511.783000', '175511.786000', '175511.788000', '175511.791000', '175511.794000', '175511.796000', '175511.799000', '175531.686000', '175531.689000', '175531.692000', '175531.695000', '175531.697000', '175531.700000', '175531.702000', '175531.705000', '175531.708000', '175531.710000', '175531.713000', '175531.715000', '175531.718000', '175531.721000', '175531.723000', '175531.726000', '175531.728000', '175531.731000', '175531.734000', '175531.736000', '175531.739000', '175531.741000', '175531.744000', '175531.746000', '175531.749000', '175531.752000', '175531.754000', '175531.757000', '175531.760000', '175531.762000', '175531.765000', '175531.767000', '175531.770000', '175531.773000', '175531.775000', '175531.778000', '175531.780000', '175531.783000', '175531.785000', '175531.788000', '175531.791000', '175531.793000', '175531.796000', '175551.687000', '175551.689000', '175551.692000', '175551.695000', '175551.697000', '175551.700000', '175551.702000', '175551.705000', '175551.708000', '175551.710000', '175551.713000', '175551.715000', '175551.718000', '175551.721000', '175551.723000', '175551.726000', '175551.728000', '175551.731000', '175551.733000', '175551.736000', '175551.739000', '175551.741000', '175551.744000', '175551.746000', '175551.749000', '175551.751000', '175551.754000', '175551.757000', '175551.759000', '175551.762000', '175551.765000', '175551.767000', '175551.770000', '175551.772000', '175551.775000', '175551.778000', '175551.780000', '175551.783000', '175551.785000', '175551.788000', '175551.790000', '175551.793000', '175551.796000', '175551.798000', '175611.686000', '175611.689000', '175611.692000', '175611.695000', '175611.697000', '175611.700000', '175611.702000', '175611.705000', '175611.707000', '175611.710000', '175611.713000', '175611.715000', '175611.718000', '175611.720000', '175611.723000', '175611.726000', '175611.728000', '175611.731000', '175611.733000', '175611.736000', '175611.738000', '175611.741000', '175611.744000', '175611.746000', '175611.749000', '175611.752000', '175611.754000', '175611.757000', '175611.759000', '175611.762000', '175611.765000', '175611.767000', '175611.770000', '175611.772000', '175611.775000', '175611.778000', '175611.780000', '175611.783000', '175611.785000', '175611.788000', '175611.790000', '175611.793000', '175611.795000', '175631.685000', '175631.688000', '175631.691000', '175631.693000', '175631.696000', '175631.699000', '175631.701000', '175631.704000', '175631.707000', '175631.709000', '175631.712000', '175631.714000', '175631.717000', '175631.720000', '175631.722000', '175631.725000', '175631.727000', '175631.730000', '175631.733000', '175631.735000', '175631.738000', '175631.741000', '175631.743000', '175631.758000', '175631.761000', '175631.763000', '175631.766000', '175631.768000', '175631.771000', '175631.774000', '175631.776000', '175631.779000', '175631.781000', '175631.784000', '175631.786000', '175631.789000', '175631.792000', '175631.794000', '175631.797000', '175631.799000', '175631.802000', '175631.805000', '175631.807000', '175631.810000', '175651.685000', '175651.688000', '175651.691000', '175651.694000', '175651.696000', '175651.699000', '175651.702000', '175651.704000', '175651.707000', '175651.709000', '175651.712000', '175651.715000', '175651.717000', '175651.720000', '175651.724000', '175651.726000', '175651.729000', '175651.731000', '175651.734000', '175651.737000', '175651.739000', '175651.742000', '175651.744000', '175651.747000', '175651.750000', '175651.752000', '175651.755000', '175651.757000', '175651.760000', '175651.763000', '175651.765000', '175651.768000', '175651.770000', '175651.773000', '175651.776000', '175651.778000', '175651.781000', '175651.783000', '175651.786000', '175651.788000', '175651.791000', '175651.794000', '175651.796000', '175711.687000', '175711.690000', '175711.692000', '175711.695000', '175711.698000', '175711.700000', '175711.703000', '175711.705000', '175711.708000', '175711.711000', '175711.713000', '175711.716000', '175711.718000', '175711.721000', '175711.723000', '175711.726000', '175711.729000', '175711.731000', '175711.734000', '175711.736000', '175711.739000', '175711.742000', '175711.744000', '175711.747000', '175711.749000', '175711.752000', '175711.755000', '175711.757000', '175711.760000', '175711.763000', '175711.765000', '175711.768000', '175711.770000', '175711.773000', '175711.776000', '175711.778000', '175711.781000', '175711.783000', '175711.786000', '175711.789000', '175711.791000', '175711.794000', '175711.796000', '175717.646000', '175717.649000', '175717.652000', '175717.655000', '175717.658000', '175717.661000', '175717.663000', '175717.666000', '175717.669000', '175717.672000', '175717.674000', '175717.678000', '175717.681000', '175717.684000'], 'InstanceCreationTime': ['175051.720000', '175051.726000', '175051.729000', '175051.732000', '175051.734000', '175051.737000', '175051.739000', '175051.744000', '175051.746000', '175051.749000', '175051.752000', '175051.754000', '175051.757000', '175051.759000', '175051.762000', '175051.764000', '175051.767000', '175051.770000', '175051.772000', '175051.775000', '175051.777000', '175051.780000', '175051.782000', '175051.785000', '175051.787000', '175051.790000', '175051.793000', '175051.795000', '175051.798000', '175051.800000', '175051.803000', '175051.805000', '175111.686000', '175111.689000', '175111.692000', '175111.694000', '175111.697000', '175111.699000', '175111.702000', '175111.704000', '175111.707000', '175111.710000', '175111.712000', '175111.715000', '175111.717000', '175111.720000', '175111.722000', '175111.725000', '175111.728000', '175111.730000', '175111.740000', '175111.743000', '175111.746000', '175111.748000', '175111.751000', '175111.753000', '175111.756000', '175111.758000', '175111.761000', '175111.763000', '175111.766000', '175111.769000', '175111.771000', '175111.774000', '175111.776000', '175111.779000', '175111.781000', '175111.784000', '175111.786000', '175111.789000', '175111.792000', '175111.794000', '175111.797000', '175111.799000', '175111.802000', '175111.804000', '175131.686000', '175131.689000', '175131.692000', '175131.694000', '175131.697000', '175131.700000', '175131.702000', '175131.705000', '175131.707000', '175131.710000', '175131.712000', '175131.715000', '175131.717000', '175131.720000', '175131.727000', '175131.730000', '175131.732000', '175131.735000', '175131.737000', '175131.740000', '175131.743000', '175131.745000', '175131.748000', '175131.750000', '175131.753000', '175131.756000', '175131.758000', '175131.762000', '175131.765000', '175131.767000', '175131.770000', '175131.772000', '175131.775000', '175131.777000', '175131.780000', '175131.782000', '175131.785000', '175131.788000', '175131.790000', '175131.793000', '175131.795000', '175131.798000', '175131.800000', '175151.685000', '175151.688000', '175151.691000', '175151.693000', '175151.696000', '175151.698000', '175151.701000', '175151.704000', '175151.706000', '175151.709000', '175151.711000', '175151.714000', '175151.716000', '175151.719000', '175151.721000', '175151.724000', '175151.727000', '175151.729000', '175151.732000', '175151.734000', '175151.737000', '175151.739000', '175151.742000', '175151.744000', '175151.747000', '175151.750000', '175151.752000', '175151.755000', '175151.757000', '175151.760000', '175151.762000', '175151.765000', '175151.768000', '175151.770000', '175151.773000', '175151.775000', '175151.804000', '175151.807000', '175151.809000', '175151.820000', '175151.822000', '175151.825000', '175151.827000', '175151.830000', '175211.685000', '175211.688000', '175211.691000', '175211.693000', '175211.696000', '175211.699000', '175211.701000', '175211.704000', '175211.706000', '175211.709000', '175211.711000', '175211.714000', '175211.716000', '175211.719000', '175211.722000', '175211.724000', '175211.727000', '175211.729000', '175211.732000', '175211.735000', '175211.738000', '175211.741000', '175211.743000', '175211.746000', '175211.748000', '175211.751000', '175211.753000', '175211.756000', '175211.759000', '175211.761000', '175211.764000', '175211.766000', '175211.769000', '175211.771000', '175211.774000', '175211.777000', '175211.779000', '175211.782000', '175211.784000', '175211.787000', '175211.789000', '175211.792000', '175211.795000', '175231.686000', '175231.689000', '175231.692000', '175231.694000', '175231.697000', '175231.700000', '175231.702000', '175231.705000', '175231.707000', '175231.710000', '175231.713000', '175231.715000', '175231.718000', '175231.720000', '175231.723000', '175231.726000', '175231.728000', '175231.731000', '175231.733000', '175231.736000', '175231.738000', '175231.741000', '175231.743000', '175231.746000', '175231.749000', '175231.751000', '175231.754000', '175231.756000', '175231.759000', '175231.762000', '175231.764000', '175231.767000', '175231.769000', '175231.772000', '175231.775000', '175231.777000', '175231.780000', '175231.782000', '175231.785000', '175231.788000', '175231.790000', '175231.793000', '175231.795000', '175231.801000', '175251.686000', '175251.689000', '175251.692000', '175251.694000', '175251.697000', '175251.700000', '175251.702000', '175251.705000', '175251.707000', '175251.710000', '175251.712000', '175251.715000', '175251.718000', '175251.720000', '175251.723000', '175251.725000', '175251.728000', '175251.730000', '175251.733000', '175251.736000', '175251.738000', '175251.741000', '175251.743000', '175251.746000', '175251.748000', '175251.751000', '175251.753000', '175251.756000', '175251.759000', '175251.761000', '175251.764000', '175251.766000', '175251.769000', '175251.771000', '175251.775000', '175251.778000', '175251.781000', '175251.783000', '175251.786000', '175251.789000', '175251.791000', '175251.794000', '175251.796000', '175311.686000', '175311.689000', '175311.692000', '175311.695000', '175311.697000', '175311.700000', '175311.702000', '175311.705000', '175311.707000', '175311.710000', '175311.713000', '175311.715000', '175311.718000', '175311.720000', '175311.723000', '175311.726000', '175311.728000', '175311.731000', '175311.733000', '175311.736000', '175311.738000', '175311.741000', '175311.743000', '175311.746000', '175311.749000', '175311.751000', '175311.754000', '175311.756000', '175311.759000', '175311.762000', '175311.764000', '175311.767000', '175311.769000', '175311.772000', '175311.775000', '175311.777000', '175311.780000', '175311.782000', '175311.785000', '175311.788000', '175311.790000', '175311.793000', '175311.795000', '175311.798000', '175331.687000', '175331.689000', '175331.692000', '175331.695000', '175331.697000', '175331.700000', '175331.702000', '175331.705000', '175331.707000', '175331.710000', '175331.713000', '175331.715000', '175331.718000', '175331.720000', '175331.723000', '175331.726000', '175331.728000', '175331.731000', '175331.733000', '175331.736000', '175331.739000', '175331.741000', '175331.744000', '175331.746000', '175331.749000', '175331.752000', '175331.754000', '175331.757000', '175331.759000', '175331.762000', '175331.765000', '175331.781000', '175331.783000', '175331.786000', '175331.788000', '175331.791000', '175331.794000', '175331.796000', '175331.799000', '175331.801000', '175331.804000', '175331.807000', '175331.809000', '175351.686000', '175351.689000', '175351.692000', '175351.694000', '175351.697000', '175351.700000', '175351.702000', '175351.705000', '175351.707000', '175351.710000', '175351.713000', '175351.715000', '175351.718000', '175351.720000', '175351.723000', '175351.726000', '175351.728000', '175351.731000', '175351.733000', '175351.736000', '175351.738000', '175351.741000', '175351.744000', '175351.746000', '175351.749000', '175351.751000', '175351.754000', '175351.757000', '175351.759000', '175351.762000', '175351.764000', '175351.767000', '175351.770000', '175351.772000', '175351.775000', '175351.777000', '175351.780000', '175351.782000', '175351.785000', '175351.788000', '175351.790000', '175351.793000', '175351.796000', '175351.798000', '175411.685000', '175411.688000', '175411.691000', '175411.694000', '175411.696000', '175411.699000', '175411.701000', '175411.704000', '175411.707000', '175411.709000', '175411.712000', '175411.714000', '175411.717000', '175411.719000', '175411.722000', '175411.725000', '175411.727000', '175411.730000', '175411.732000', '175411.735000', '175411.737000', '175411.740000', '175411.743000', '175411.745000', '175411.748000', '175411.750000', '175411.753000', '175411.755000', '175411.758000', '175411.761000', '175411.763000', '175411.766000', '175411.768000', '175411.771000', '175411.774000', '175411.776000', '175411.779000', '175411.781000', '175411.784000', '175411.787000', '175411.789000', '175411.792000', '175411.794000', '175431.685000', '175431.688000', '175431.691000', '175431.693000', '175431.696000', '175431.699000', '175431.701000', '175431.704000', '175431.706000', '175431.709000', '175431.711000', '175431.714000', '175431.717000', '175431.719000', '175431.722000', '175431.724000', '175431.727000', '175431.729000', '175431.732000', '175431.735000', '175431.737000', '175431.740000', '175431.742000', '175431.745000', '175431.748000', '175431.750000', '175431.753000', '175431.755000', '175431.758000', '175431.761000', '175431.763000', '175431.766000', '175431.768000', '175431.771000', '175431.773000', '175431.776000', '175431.779000', '175431.781000', '175431.784000', '175431.787000', '175431.789000', '175431.792000', '175431.794000', '175451.687000', '175451.689000', '175451.692000', '175451.695000', '175451.697000', '175451.700000', '175451.702000', '175451.705000', '175451.708000', '175451.710000', '175451.713000', '175451.715000', '175451.718000', '175451.720000', '175451.723000', '175451.726000', '175451.728000', '175451.731000', '175451.733000', '175451.736000', '175451.738000', '175451.741000', '175451.744000', '175451.746000', '175451.749000', '175451.751000', '175451.754000', '175451.757000', '175451.759000', '175451.762000', '175451.764000', '175451.767000', '175451.770000', '175451.772000', '175451.775000', '175451.777000', '175451.780000', '175451.782000', '175451.785000', '175451.788000', '175451.790000', '175451.793000', '175451.807000', '175451.810000', '175511.686000', '175511.689000', '175511.692000', '175511.695000', '175511.697000', '175511.700000', '175511.703000', '175511.705000', '175511.708000', '175511.710000', '175511.713000', '175511.716000', '175511.718000', '175511.721000', '175511.723000', '175511.726000', '175511.729000', '175511.731000', '175511.734000', '175511.736000', '175511.739000', '175511.742000', '175511.744000', '175511.747000', '175511.749000', '175511.752000', '175511.755000', '175511.757000', '175511.760000', '175511.763000', '175511.765000', '175511.768000', '175511.770000', '175511.773000', '175511.775000', '175511.778000', '175511.780000', '175511.783000', '175511.786000', '175511.788000', '175511.791000', '175511.794000', '175511.796000', '175511.799000', '175531.686000', '175531.689000', '175531.692000', '175531.695000', '175531.697000', '175531.700000', '175531.702000', '175531.705000', '175531.708000', '175531.710000', '175531.713000', '175531.715000', '175531.718000', '175531.721000', '175531.723000', '175531.726000', '175531.728000', '175531.731000', '175531.734000', '175531.736000', '175531.739000', '175531.741000', '175531.744000', '175531.746000', '175531.749000', '175531.752000', '175531.754000', '175531.757000', '175531.760000', '175531.762000', '175531.765000', '175531.767000', '175531.770000', '175531.773000', '175531.775000', '175531.778000', '175531.780000', '175531.783000', '175531.785000', '175531.788000', '175531.791000', '175531.793000', '175531.796000', '175551.687000', '175551.689000', '175551.692000', '175551.695000', '175551.697000', '175551.700000', '175551.702000', '175551.705000', '175551.708000', '175551.710000', '175551.713000', '175551.715000', '175551.718000', '175551.721000', '175551.723000', '175551.726000', '175551.728000', '175551.731000', '175551.733000', '175551.736000', '175551.739000', '175551.741000', '175551.744000', '175551.746000', '175551.749000', '175551.751000', '175551.754000', '175551.757000', '175551.759000', '175551.762000', '175551.765000', '175551.767000', '175551.770000', '175551.772000', '175551.775000', '175551.778000', '175551.780000', '175551.783000', '175551.785000', '175551.788000', '175551.790000', '175551.793000', '175551.796000', '175551.798000', '175611.686000', '175611.689000', '175611.692000', '175611.695000', '175611.697000', '175611.700000', '175611.702000', '175611.705000', '175611.707000', '175611.710000', '175611.713000', '175611.715000', '175611.718000', '175611.720000', '175611.723000', '175611.726000', '175611.728000', '175611.731000', '175611.733000', '175611.736000', '175611.738000', '175611.741000', '175611.744000', '175611.746000', '175611.749000', '175611.752000', '175611.754000', '175611.757000', '175611.759000', '175611.762000', '175611.765000', '175611.767000', '175611.770000', '175611.772000', '175611.775000', '175611.778000', '175611.780000', '175611.783000', '175611.785000', '175611.788000', '175611.790000', '175611.793000', '175611.795000', '175631.685000', '175631.688000', '175631.691000', '175631.693000', '175631.696000', '175631.699000', '175631.701000', '175631.704000', '175631.707000', '175631.709000', '175631.712000', '175631.714000', '175631.717000', '175631.720000', '175631.722000', '175631.725000', '175631.727000', '175631.730000', '175631.733000', '175631.735000', '175631.738000', '175631.741000', '175631.743000', '175631.758000', '175631.761000', '175631.763000', '175631.766000', '175631.768000', '175631.771000', '175631.774000', '175631.776000', '175631.779000', '175631.781000', '175631.784000', '175631.786000', '175631.789000', '175631.792000', '175631.794000', '175631.797000', '175631.799000', '175631.802000', '175631.805000', '175631.807000', '175631.810000', '175651.685000', '175651.688000', '175651.691000', '175651.694000', '175651.696000', '175651.699000', '175651.702000', '175651.704000', '175651.707000', '175651.709000', '175651.712000', '175651.715000', '175651.717000', '175651.720000', '175651.724000', '175651.726000', '175651.729000', '175651.731000', '175651.734000', '175651.737000', '175651.739000', '175651.742000', '175651.744000', '175651.747000', '175651.750000', '175651.752000', '175651.755000', '175651.757000', '175651.760000', '175651.763000', '175651.765000', '175651.768000', '175651.770000', '175651.773000', '175651.776000', '175651.778000', '175651.781000', '175651.783000', '175651.786000', '175651.788000', '175651.791000', '175651.794000', '175651.796000', '175711.687000', '175711.690000', '175711.692000', '175711.695000', '175711.698000', '175711.700000', '175711.703000', '175711.705000', '175711.708000', '175711.711000', '175711.713000', '175711.716000', '175711.718000', '175711.721000', '175711.723000', '175711.726000', '175711.729000', '175711.731000', '175711.734000', '175711.736000', '175711.739000', '175711.742000', '175711.744000', '175711.747000', '175711.749000', '175711.752000', '175711.755000', '175711.757000', '175711.760000', '175711.763000', '175711.765000', '175711.768000', '175711.770000', '175711.773000', '175711.776000', '175711.778000', '175711.781000', '175711.783000', '175711.786000', '175711.789000', '175711.791000', '175711.794000', '175711.796000', '175717.646000', '175717.649000', '175717.652000', '175717.655000', '175717.658000', '175717.661000', '175717.663000', '175717.666000', '175717.669000', '175717.672000', '175717.674000', '175717.678000', '175717.681000', '175717.684000'], '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': [9309, 11018, 7797, 9392, 12423, 8446, 8400, 12058, 8171, 9558, 7181, 9424, 11713, 7717, 9112, 8582, 7420, 6657, 7166, 11062, 7164, 7770, 6461, 7590, 6614, 8664, 7918, 7942, 12764, 8965, 11329, 7739, 12172, 13798, 8889, 9471, 10987, 7504, 10342, 7003, 8796, 6640, 7192, 10510, 8062, 9010, 6414, 7503, 12286, 7434, 11336, 9008, 9843, 7330, 10224, 7616, 10144, 13148, 10072, 8559, 6786, 7398, 7711, 6725, 10180, 7349, 7802, 6467, 6949, 10747, 7327, 7349, 8506, 7091, 10317, 6888, 9886, 12803, 7831, 7991, 8273, 7063, 10105, 7294, 9401, 7310, 9135, 6258, 9677, 13503, 9593, 8426, 10466, 7006, 9014, 6692, 7262, 10290, 7581, 7771, 13341, 7484, 8740, 13150, 7757, 10264, 7547, 8367, 6604, 7378, 11119, 7256, 7874, 11276, 7327, 8753, 6503, 7558, 10665, 7239, 7619, 11278, 8211, 9523, 6742, 7621, 10609, 8734, 9469, 6794, 9960, 12728, 8129, 9584, 7480, 7524, 11000, 7161, 9600, 7407, 7726, 6737, 7614, 12281, 7991, 9917, 13923, 9238, 8628, 14711, 7328, 9891, 13525, 8480, 8248, 12249, 7974, 8385, 6601, 8702, 6473, 7014, 10249, 7407, 8712, 12902, 7638, 9777, 6867, 7521, 11897, 6834, 7761, 6369, 7129, 10915, 9141, 7426, 8945, 7037, 8083, 10540, 7108, 7062, 9196, 6410, 8581, 10572, 6837, 7377, 9673, 6913, 7532, 9814, 6972, 8935, 10709, 7286, 8930, 6721, 9590, 6185, 8868, 12160, 8999, 7600, 10823, 7055, 9809, 13399, 9109, 9234, 13341, 8824, 8391, 12582, 7147, 7876, 11588, 6812, 7557, 10088, 7953, 7558, 10413, 6732, 9043, 11129, 7798, 8081, 11136, 7459, 9272, 6827, 7372, 8966, 7231, 9841, 8203, 10172, 7725, 10141, 6978, 7766, 13105, 16196, 8246, 7936, 6728, 8049, 10973, 8110, 7579, 9444, 7054, 9023, 6307, 7014, 9316, 8905, 6958, 9586, 6346, 6766, 9520, 6803, 7336, 6535, 7042, 10171, 7912, 7343, 9217, 8341, 7355, 11139, 6782, 9463, 13203, 9074, 8853, 11840, 7654, 8320, 11240, 6936, 8638, 6475, 8181, 6474, 7915, 11839, 7858, 8191, 12844, 7356, 9564, 6793, 8260, 7283, 9512, 13849, 8483, 7931, 7656, 7259, 9310, 13743, 6800, 8544, 6877, 6748, 9681, 6452, 7678, 9767, 7550, 7816, 6253, 7908, 10315, 6980, 7536, 10057, 6996, 7905, 6514, 6722, 10048, 14557, 8010, 10054, 14170, 8319, 9277, 6976, 8588, 11333, 7967, 7413, 9533, 7148, 7508, 9390, 7483, 8594, 6585, 7110, 9876, 8123, 8988, 6416, 8011, 12303, 8351, 8165, 6293, 8327, 12609, 11881, 7243, 8294, 7370, 8098, 11138, 7098, 7560, 9468, 8037, 8284, 6262, 7755, 10035, 8558, 7002, 8988, 7025, 8423, 10759, 7406, 8841, 13774, 7896, 9814, 7270, 9026, 12166, 8715, 8222, 10352, 8573, 8125, 6420, 8074, 10267, 13784, 8203, 10265, 15305, 9962, 9834, 14948, 7222, 8265, 13076, 8544, 8074, 11930, 7944, 7888, 10826, 7307, 8463, 6660, 6862, 6522, 7305, 9294, 12210, 7767, 8208, 10075, 7106, 7733, 8871, 6577, 7953, 9281, 7097, 7577, 8837, 6436, 7656, 9441, 6615, 7587, 9504, 6717, 7462, 9297, 6909, 8284, 10956, 7298, 8160, 10544, 7917, 8070, 6457, 8185, 10980, 8492, 7770, 9442, 7214, 8403, 6494, 8002, 11705, 13491, 8171, 10562, 7235, 7945, 9808, 6844, 8419, 10642, 7580, 7708, 6519, 7615, 9737, 6768, 8363, 12535, 7708, 7619, 6603, 8051, 10567, 7140, 8550, 12973, 7761, 8195, 6643, 7990, 11450, 8598, 8249, 9775, 10277, 7701, 9854, 7353, 7951, 6384, 7796, 9745, 10058, 7597, 9228, 6831, 7641, 6426, 7627, 7033, 9110, 7829, 8399, 7309, 8089, 12877, 7847, 10769, 15357, 9588, 9380, 10633, 7040, 8450, 13135, 7634, 7088, 6683, 6746, 9047, 6792, 8069, 11007, 6819, 7836, 6461, 7468, 10371, 9708, 6940, 6920, 7542, 10090, 7424, 8120, 6657, 7875, 12222, 11739, 8130, 11346, 14653, 7696, 9538, 7172, 8434, 11952, 7811, 8533, 12767, 7912, 8787, 6406, 7538, 9296, 14867, 7781, 9346, 9903, 8018, 9882, 7602, 8694, 12604, 8162, 7891, 9221, 8433, 9738, 8395, 9066, 7977, 8874, 12272, 7977, 8801, 13311, 8131, 8455, 10293, 7240, 8753, 13846, 7408, 8580, 11946, 7701, 8810, 7069, 8008, 10221, 7324, 8185, 9913, 7240, 7825, 6821, 8383, 11127, 7316, 7985, 10097, 7217, 7747, 6605, 7565, 9625, 11302, 7685, 10126, 7766, 7662, 10338, 7271, 8680, 12631, 9011, 8475, 9887, 7508, 9061, 6757, 7823, 9031, 7480, 9037, 7293, 7584, 9388, 8108, 11730, 8508, 10818, 7849, 9094, 6920, 8497, 12745, 15845, 8688, 9129, 10484, 7669, 7909, 6864, 7977, 10206, 6891, 6941, 6235, 6804, 6441, 6807, 6636, 9453, 11522, 13850, 7792, 10545, 14696, 8719, 9925, 12096, 7360, 8755, 12717, 7992, 8577, 12459, 7534, 8773, 6894, 8486, 10734, 6964, 8282, 9592, 6970, 7708, 6708, 7776, 9477, 10081, 7850, 9322, 13678, 7854, 9344, 7318, 8839, 12447, 7761, 8591, 12312, 8402, 7695, 6906, 8596, 11920, 8075, 8323, 9502, 7374, 8149, 6621, 7811, 9842, 13381, 8046, 11557, 10540, 7790, 9712, 7184, 8560, 11047, 7179, 8436, 11407, 7637, 8087, 6625, 7217, 7079, 9126, 7297, 6644, 8480, 7985, 10543, 12529, 10583, 10833, 8138, 7442, 7369, 8086, 6627, 7957, 12457, 13928, 7548, 8625, 6756, 7524, 9063, 7059, 8025, 11680, 7849, 6974, 6744, 7911, 11472, 7104, 7861, 9377, 6854, 7612, 6214, 7887, 10797, 15723, 7969, 9193, 14450, 8572, 9822, 13686, 7124, 8627, 13250, 8435, 7776, 6694, 7603, 9291, 7165, 8195, 11107, 12341, 7817, 10005, 7214, 7785, 9201, 6902, 8184, 10301, 6813, 7372, 6749, 7408, 9072, 7318, 9113, 12895, 7787, 10875, 7690, 8878, 12859, 9342, 8248, 9858, 7365, 8022, 9080, 7156, 8485, 11957, 7311, 8913, 6501, 7935, 9714, 7582, 9009, 7347, 8947, 12357, 9589, 8032, 7300, 7159, 7707, 9111, 7360, 6390, 8171, 6676, 8311, 13272, 14815, 8709, 8086, 6889, 7041, 6897, 7252, 9328, 14897, 7540, 9417, 7751, 7320, 6348, 6968, 9263, 6673, 7107, 9469, 7466, 7530, 6600, 6885, 9952, 9084, 7505, 9657, 6972, 7505, 6609, 7011], 'WindowCenter': [4148.0, 4148.0, 4094.0, 4116.0, 4133.0, 4092.0, 4103.0, 4118.0, 4091.0, 4096.0, 4068.0, 4109.0, 4130.0, 4094.0, 4111.0, 4101.0, 4079.0, 4069.0, 4071.0, 4119.0, 4079.0, 4094.0, 4072.0, 4093.0, 4082.0, 4112.0, 4105.0, 4116.0, 4158.0, 4126.0, 4147.0, 4105.0, 4146.0, 4142.0, 4104.0, 4110.0, 4110.0, 4069.0, 4097.0, 4057.0, 4088.0, 4056.0, 4069.0, 4109.0, 4077.0, 4100.0, 4059.0, 4078.0, 4129.0, 4078.0, 4130.0, 4099.0, 4111.0, 4081.0, 4109.0, 4078.0, 4123.0, 4132.0, 4112.0, 4087.0, 4057.0, 4068.0, 4065.0, 4070.0, 4120.0, 4079.0, 4088.0, 4059.0, 4082.0, 4131.0, 4094.0, 4096.0, 4111.0, 4093.0, 4120.0, 4085.0, 4134.0, 4146.0, 4094.0, 4104.0, 4091.0, 4080.0, 4120.0, 4106.0, 4124.0, 4092.0, 4125.0, 4073.0, 4124.0, 4155.0, 4114.0, 4104.0, 4111.0, 4069.0, 4101.0, 4057.0, 4068.0, 4109.0, 4077.0, 4077.0, 4126.0, 4068.0, 4088.0, 4118.0, 4078.0, 4110.0, 4077.0, 4085.0, 4055.0, 4066.0, 4118.0, 4066.0, 4089.0, 4117.0, 4066.0, 4088.0, 4044.0, 4079.0, 4109.0, 4081.0, 4089.0, 4131.0, 4088.0, 4098.0, 4067.0, 4094.0, 4120.0, 4103.0, 4120.0, 4083.0, 4136.0, 4144.0, 4106.0, 4126.0, 4082.0, 4094.0, 4121.0, 4082.0, 4136.0, 4093.0, 4105.0, 4082.0, 4106.0, 4143.0, 4104.0, 4135.0, 4155.0, 4111.0, 4101.0, 4141.0, 4069.0, 4108.0, 4118.0, 4076.0, 4087.0, 4118.0, 4077.0, 4075.0, 4056.0, 4087.0, 4043.0, 4068.0, 4108.0, 4068.0, 4089.0, 4129.0, 4077.0, 4107.0, 4058.0, 4093.0, 4131.0, 4069.0, 4079.0, 4058.0, 4081.0, 4134.0, 4111.0, 4079.0, 4096.0, 4069.0, 4089.0, 4122.0, 4081.0, 4082.0, 4111.0, 4071.0, 4102.0, 4118.0, 4059.0, 4094.0, 4124.0, 4081.0, 4091.0, 4110.0, 4079.0, 4114.0, 4136.0, 4094.0, 4114.0, 4086.0, 4125.0, 4073.0, 4128.0, 4161.0, 4128.0, 4095.0, 4134.0, 4081.0, 4124.0, 4132.0, 4099.0, 4102.0, 4128.0, 4086.0, 4076.0, 4116.0, 4054.0, 4077.0, 4106.0, 4055.0, 4079.0, 4097.0, 4077.0, 4075.0, 4095.0, 4056.0, 4085.0, 4106.0, 4077.0, 4076.0, 4107.0, 4067.0, 4098.0, 4055.0, 4079.0, 4096.0, 4081.0, 4111.0, 4102.0, 4122.0, 4093.0, 4122.0, 4068.0, 4091.0, 4146.0, 4150.0, 4089.0, 4075.0, 4070.0, 4090.0, 4121.0, 4088.0, 4078.0, 4110.0, 4079.0, 4101.0, 4058.0, 4093.0, 4123.0, 4112.0, 4082.0, 4112.0, 4059.0, 4072.0, 4125.0, 4071.0, 4094.0, 4073.0, 4093.0, 4134.0, 4092.0, 4094.0, 4124.0, 4100.0, 4092.0, 4121.0, 4071.0, 4113.0, 4133.0, 4089.0, 4090.0, 4118.0, 4067.0, 4089.0, 4107.0, 4055.0, 4086.0, 4057.0, 4089.0, 4058.0, 4091.0, 4130.0, 4090.0, 4092.0, 4128.0, 4066.0, 4094.0, 4058.0, 4088.0, 4078.0, 4110.0, 4142.0, 4090.0, 4091.0, 4077.0, 4066.0, 4099.0, 4127.0, 4070.0, 4098.0, 4058.0, 4056.0, 4096.0, 4057.0, 4091.0, 4120.0, 4090.0, 4089.0, 4061.0, 4101.0, 4123.0, 4079.0, 4095.0, 4125.0, 4069.0, 4092.0, 4059.0, 4070.0, 4111.0, 4139.0, 4091.0, 4122.0, 4139.0, 4090.0, 4096.0, 4066.0, 4100.0, 4120.0, 4077.0, 4068.0, 4098.0, 4056.0, 4068.0, 4095.0, 4068.0, 4089.0, 4057.0, 4067.0, 4109.0, 4077.0, 4098.0, 4058.0, 4102.0, 4144.0, 4101.0, 4090.0, 4058.0, 4100.0, 4142.0, 4130.0, 4081.0, 4088.0, 4080.0, 4091.0, 4117.0, 4078.0, 4091.0, 4110.0, 4103.0, 4100.0, 4070.0, 4094.0, 4137.0, 4113.0, 4085.0, 4111.0, 4083.0, 4102.0, 4122.0, 4094.0, 4125.0, 4152.0, 4103.0, 4120.0, 4091.0, 4113.0, 4134.0, 4104.0, 4102.0, 4111.0, 4102.0, 4079.0, 4059.0, 4091.0, 4121.0, 4130.0, 4089.0, 4109.0, 4137.0, 4096.0, 4095.0, 4125.0, 4063.0, 4076.0, 4113.0, 4075.0, 4074.0, 4106.0, 4063.0, 4076.0, 4103.0, 4068.0, 4087.0, 4057.0, 4059.0, 4055.0, 4082.0, 4110.0, 4121.0, 4079.0, 4091.0, 4111.0, 4066.0, 4076.0, 4085.0, 4056.0, 4078.0, 4098.0, 4068.0, 4079.0, 4098.0, 4056.0, 4080.0, 4096.0, 4057.0, 4079.0, 4111.0, 4070.0, 4078.0, 4100.0, 4068.0, 4102.0, 4118.0, 4078.0, 4104.0, 4120.0, 4089.0, 4091.0, 4061.0, 4102.0, 4135.0, 4103.0, 4092.0, 4112.0, 4080.0, 4091.0, 4057.0, 4092.0, 4132.0, 4140.0, 4092.0, 4108.0, 4069.0, 4077.0, 4095.0, 4056.0, 4088.0, 4118.0, 4080.0, 4077.0, 4058.0, 4080.0, 4110.0, 4057.0, 4102.0, 4130.0, 4080.0, 4088.0, 4069.0, 4089.0, 4121.0, 4067.0, 4100.0, 4140.0, 4078.0, 4090.0, 4057.0, 4089.0, 4119.0, 4088.0, 4078.0, 4100.0, 4109.0, 4079.0, 4097.0, 4065.0, 4075.0, 4046.0, 4076.0, 4099.0, 4096.0, 4076.0, 4087.0, 4058.0, 4076.0, 4060.0, 4091.0, 4081.0, 4113.0, 4092.0, 4114.0, 4092.0, 4102.0, 4143.0, 4090.0, 4132.0, 4152.0, 4109.0, 4100.0, 4108.0, 4066.0, 4088.0, 4141.0, 4079.0, 4080.0, 4068.0, 4069.0, 4097.0, 4068.0, 4104.0, 4131.0, 4081.0, 4092.0, 4072.0, 4093.0, 4125.0, 4112.0, 4080.0, 4083.0, 4103.0, 4147.0, 4108.0, 4105.0, 4084.0, 4102.0, 4132.0, 4119.0, 4091.0, 4134.0, 4141.0, 4079.0, 4098.0, 4069.0, 4089.0, 4116.0, 4081.0, 4100.0, 4127.0, 4088.0, 4088.0, 4045.0, 4076.0, 4098.0, 4138.0, 4079.0, 4101.0, 4098.0, 4078.0, 4095.0, 4076.0, 4089.0, 4128.0, 4100.0, 4077.0, 4096.0, 4087.0, 4111.0, 4088.0, 4099.0, 4089.0, 4100.0, 4128.0, 4079.0, 4097.0, 4139.0, 4079.0, 4088.0, 4108.0, 4068.0, 4089.0, 4127.0, 4080.0, 4103.0, 4117.0, 4080.0, 4096.0, 4067.0, 4091.0, 4110.0, 4078.0, 4102.0, 4121.0, 4082.0, 4078.0, 4070.0, 4104.0, 4131.0, 4082.0, 4104.0, 4125.0, 4084.0, 4090.0, 4067.0, 4092.0, 4112.0, 4133.0, 4093.0, 4122.0, 4082.0, 4079.0, 4108.0, 4080.0, 4099.0, 4132.0, 4100.0, 4087.0, 4095.0, 4079.0, 4101.0, 4057.0, 4080.0, 4096.0, 4080.0, 4100.0, 4080.0, 4081.0, 4100.0, 4090.0, 4130.0, 4113.0, 4133.0, 4091.0, 4099.0, 4069.0, 4100.0, 4130.0, 4140.0, 4089.0, 4098.0, 4106.0, 4079.0, 4077.0, 4055.0, 4090.0, 4121.0, 4070.0, 4072.0, 4048.0, 4068.0, 4069.0, 4082.0, 4085.0, 4138.0, 4147.0, 4142.0, 4094.0, 4124.0, 4140.0, 4101.0, 4108.0, 4117.0, 4068.0, 4088.0, 4129.0, 4089.0, 4103.0, 4126.0, 4079.0, 4085.0, 4069.0, 4099.0, 4120.0, 4068.0, 4100.0, 4109.0, 4067.0, 4078.0, 4069.0, 4091.0, 4112.0, 4110.0, 4090.0, 4113.0, 4139.0, 4089.0, 4099.0, 4080.0, 4110.0, 4132.0, 4080.0, 4103.0, 4129.0, 4089.0, 4078.0, 4080.0, 4100.0, 4132.0, 4092.0, 4102.0, 4111.0, 4078.0, 4088.0, 4056.0, 4080.0, 4110.0, 4129.0, 4080.0, 4123.0, 4109.0, 4077.0, 4095.0, 4065.0, 4089.0, 4108.0, 4066.0, 4087.0, 4116.0, 4076.0, 4079.0, 4058.0, 4078.0, 4081.0, 4111.0, 4092.0, 4083.0, 4117.0, 4106.0, 4140.0, 4148.0, 4123.0, 4136.0, 4105.0, 4082.0, 4079.0, 4091.0, 4069.0, 4092.0, 4130.0, 4140.0, 4081.0, 4100.0, 4057.0, 4078.0, 4088.0, 4069.0, 4101.0, 4131.0, 4092.0, 4079.0, 4070.0, 4101.0, 4132.0, 4079.0, 4106.0, 4113.0, 4070.0, 4091.0, 4062.0, 4104.0, 4136.0, 4153.0, 4093.0, 4112.0, 4140.0, 4090.0, 4110.0, 4127.0, 4057.0, 4088.0, 4130.0, 4091.0, 4078.0, 4058.0, 4080.0, 4096.0, 4068.0, 4089.0, 4120.0, 4127.0, 4080.0, 4099.0, 4067.0, 4075.0, 4084.0, 4053.0, 4089.0, 4119.0, 4067.0, 4078.0, 4058.0, 4079.0, 4096.0, 4080.0, 4111.0, 4143.0, 4093.0, 4122.0, 4092.0, 4110.0, 4130.0, 4088.0, 4089.0, 4109.0, 4066.0, 4088.0, 4085.0, 4068.0, 4089.0, 4118.0, 4066.0, 4086.0, 4058.0, 4089.0, 4109.0, 4080.0, 4100.0, 4081.0, 4111.0, 4132.0, 4101.0, 4079.0, 4079.0, 4070.0, 4089.0, 4113.0, 4094.0, 4073.0, 4102.0, 4073.0, 4102.0, 4147.0, 4155.0, 4103.0, 4092.0, 4066.0, 4069.0, 4067.0, 4078.0, 4099.0, 4139.0, 4078.0, 4101.0, 4078.0, 4068.0, 4058.0, 4081.0, 4109.0, 4059.0, 4080.0, 4123.0, 4081.0, 4090.0, 4070.0, 4080.0, 4124.0, 4098.0, 4082.0, 4111.0, 4068.0, 4081.0, 4069.0, 4080.0], 'WindowWidth': [9225.0, 9206.0, 9127.0, 9154.0, 9171.0, 9115.0, 9132.0, 9144.0, 9110.0, 9112.0, 9077.0, 9132.0, 9162.0, 9121.0, 9139.0, 9123.0, 9092.0, 9078.0, 9084.0, 9146.0, 9096.0, 9120.0, 9088.0, 9119.0, 9102.0, 9144.0, 9138.0, 9157.0, 9213.0, 9171.0, 9196.0, 9139.0, 9195.0, 9186.0, 9134.0, 9136.0, 9133.0, 9076.0, 9111.0, 9057.0, 9099.0, 9056.0, 9077.0, 9130.0, 9086.0, 9119.0, 9064.0, 9089.0, 9159.0, 9093.0, 9165.0, 9122.0, 9135.0, 9097.0, 9131.0, 9091.0, 9155.0, 9169.0, 9140.0, 9098.0, 9059.0, 9075.0, 9066.0, 9083.0, 9152.0, 9092.0, 9105.0, 9067.0, 9103.0, 9169.0, 9124.0, 9126.0, 9143.0, 9121.0, 9152.0, 9111.0, 9176.0, 9196.0, 9123.0, 9134.0, 9112.0, 9097.0, 9149.0, 9143.0, 9163.0, 9120.0, 9165.0, 9094.0, 9162.0, 9208.0, 9149.0, 9136.0, 9137.0, 9079.0, 9122.0, 9059.0, 9075.0, 9130.0, 9085.0, 9087.0, 9152.0, 9075.0, 9100.0, 9141.0, 9089.0, 9134.0, 9086.0, 9093.0, 9055.0, 9070.0, 9142.0, 9068.0, 9107.0, 9142.0, 9072.0, 9102.0, 9041.0, 9094.0, 9134.0, 9099.0, 9110.0, 9166.0, 9103.0, 9116.0, 9075.0, 9122.0, 9153.0, 9132.0, 9151.0, 9108.0, 9181.0, 9191.0, 9143.0, 9167.0, 9103.0, 9120.0, 9152.0, 9102.0, 9182.0, 9121.0, 9138.0, 9106.0, 9141.0, 9187.0, 9134.0, 9180.0, 9210.0, 9141.0, 9124.0, 9178.0, 9079.0, 9129.0, 9144.0, 9083.0, 9099.0, 9142.0, 9083.0, 9080.0, 9057.0, 9099.0, 9038.0, 9075.0, 9128.0, 9075.0, 9106.0, 9157.0, 9086.0, 9126.0, 9063.0, 9119.0, 9167.0, 9082.0, 9091.0, 9063.0, 9099.0, 9175.0, 9138.0, 9093.0, 9112.0, 9081.0, 9107.0, 9156.0, 9101.0, 9102.0, 9139.0, 9088.0, 9129.0, 9146.0, 9066.0, 9122.0, 9163.0, 9100.0, 9116.0, 9136.0, 9096.0, 9148.0, 9182.0, 9123.0, 9150.0, 9115.0, 9163.0, 9095.0, 9174.0, 9225.0, 9173.0, 9125.0, 9174.0, 9101.0, 9161.0, 9168.0, 9119.0, 9128.0, 9158.0, 9098.0, 9082.0, 9133.0, 9050.0, 9085.0, 9121.0, 9054.0, 9092.0, 9112.0, 9085.0, 9081.0, 9104.0, 9055.0, 9096.0, 9122.0, 9085.0, 9083.0, 9124.0, 9073.0, 9113.0, 9057.0, 9092.0, 9112.0, 9100.0, 9140.0, 9129.0, 9156.0, 9120.0, 9157.0, 9081.0, 9113.0, 9197.0, 9194.0, 9107.0, 9083.0, 9081.0, 9107.0, 9155.0, 9105.0, 9092.0, 9136.0, 9095.0, 9124.0, 9066.0, 9124.0, 9163.0, 9142.0, 9102.0, 9141.0, 9066.0, 9090.0, 9164.0, 9089.0, 9123.0, 9093.0, 9124.0, 9178.0, 9117.0, 9123.0, 9165.0, 9125.0, 9116.0, 9153.0, 9086.0, 9143.0, 9173.0, 9105.0, 9106.0, 9141.0, 9073.0, 9105.0, 9124.0, 9056.0, 9095.0, 9062.0, 9104.0, 9064.0, 9111.0, 9164.0, 9111.0, 9114.0, 9157.0, 9068.0, 9103.0, 9061.0, 9102.0, 9092.0, 9138.0, 9185.0, 9108.0, 9110.0, 9085.0, 9071.0, 9116.0, 9150.0, 9082.0, 9119.0, 9061.0, 9057.0, 9109.0, 9060.0, 9112.0, 9152.0, 9111.0, 9107.0, 9073.0, 9127.0, 9158.0, 9095.0, 9124.0, 9163.0, 9082.0, 9115.0, 9068.0, 9083.0, 9140.0, 9173.0, 9109.0, 9155.0, 9172.0, 9107.0, 9110.0, 9073.0, 9121.0, 9148.0, 9084.0, 9074.0, 9112.0, 9056.0, 9074.0, 9106.0, 9075.0, 9103.0, 9059.0, 9074.0, 9130.0, 9088.0, 9116.0, 9065.0, 9131.0, 9189.0, 9127.0, 9110.0, 9067.0, 9125.0, 9185.0, 9163.0, 9097.0, 9103.0, 9095.0, 9110.0, 9139.0, 9094.0, 9116.0, 9135.0, 9132.0, 9124.0, 9086.0, 9122.0, 9186.0, 9146.0, 9112.0, 9141.0, 9105.0, 9130.0, 9155.0, 9123.0, 9169.0, 9198.0, 9134.0, 9151.0, 9116.0, 9148.0, 9178.0, 9133.0, 9129.0, 9137.0, 9126.0, 9093.0, 9065.0, 9112.0, 9153.0, 9161.0, 9107.0, 9134.0, 9166.0, 9110.0, 9107.0, 9145.0, 9060.0, 9081.0, 9128.0, 9079.0, 9077.0, 9119.0, 9062.0, 9081.0, 9116.0, 9076.0, 9102.0, 9060.0, 9066.0, 9058.0, 9100.0, 9137.0, 9152.0, 9094.0, 9114.0, 9140.0, 9071.0, 9085.0, 9092.0, 9055.0, 9087.0, 9117.0, 9075.0, 9093.0, 9114.0, 9061.0, 9094.0, 9110.0, 9059.0, 9092.0, 9139.0, 9082.0, 9092.0, 9121.0, 9080.0, 9128.0, 9144.0, 9091.0, 9135.0, 9152.0, 9108.0, 9110.0, 9074.0, 9130.0, 9177.0, 9132.0, 9116.0, 9140.0, 9097.0, 9111.0, 9064.0, 9114.0, 9171.0, 9179.0, 9113.0, 9131.0, 9077.0, 9086.0, 9108.0, 9057.0, 9103.0, 9146.0, 9096.0, 9090.0, 9062.0, 9095.0, 9135.0, 9061.0, 9128.0, 9167.0, 9096.0, 9104.0, 9079.0, 9109.0, 9152.0, 9076.0, 9123.0, 9179.0, 9090.0, 9108.0, 9061.0, 9106.0, 9149.0, 9102.0, 9088.0, 9121.0, 9132.0, 9091.0, 9110.0, 9068.0, 9081.0, 9044.0, 9086.0, 9120.0, 9109.0, 9084.0, 9099.0, 9062.0, 9086.0, 9070.0, 9114.0, 9103.0, 9148.0, 9118.0, 9150.0, 9119.0, 9131.0, 9184.0, 9110.0, 9172.0, 9200.0, 9133.0, 9121.0, 9129.0, 9073.0, 9103.0, 9179.0, 9094.0, 9098.0, 9077.0, 9080.0, 9117.0, 9078.0, 9135.0, 9169.0, 9101.0, 9116.0, 9089.0, 9121.0, 9161.0, 9143.0, 9099.0, 9108.0, 9136.0, 9200.0, 9149.0, 9139.0, 9108.0, 9129.0, 9173.0, 9145.0, 9112.0, 9174.0, 9177.0, 9092.0, 9114.0, 9078.0, 9105.0, 9139.0, 9099.0, 9123.0, 9153.0, 9104.0, 9102.0, 9040.0, 9086.0, 9116.0, 9169.0, 9091.0, 9123.0, 9115.0, 9087.0, 9106.0, 9084.0, 9106.0, 9157.0, 9123.0, 9088.0, 9110.0, 9099.0, 9139.0, 9105.0, 9119.0, 9109.0, 9123.0, 9157.0, 9091.0, 9114.0, 9174.0, 9093.0, 9103.0, 9127.0, 9075.0, 9104.0, 9152.0, 9095.0, 9130.0, 9139.0, 9095.0, 9110.0, 9074.0, 9112.0, 9136.0, 9091.0, 9132.0, 9153.0, 9101.0, 9092.0, 9086.0, 9136.0, 9169.0, 9102.0, 9136.0, 9165.0, 9107.0, 9112.0, 9076.0, 9116.0, 9144.0, 9171.0, 9121.0, 9157.0, 9100.0, 9095.0, 9130.0, 9094.0, 9121.0, 9171.0, 9122.0, 9101.0, 9109.0, 9092.0, 9122.0, 9060.0, 9094.0, 9113.0, 9097.0, 9124.0, 9096.0, 9099.0, 9123.0, 9110.0, 9165.0, 9149.0, 9175.0, 9111.0, 9120.0, 9079.0, 9123.0, 9166.0, 9176.0, 9107.0, 9119.0, 9126.0, 9091.0, 9085.0, 9056.0, 9109.0, 9154.0, 9083.0, 9087.0, 9052.0, 9078.0, 9085.0, 9106.0, 9114.0, 9188.0, 9201.0, 9185.0, 9125.0, 9161.0, 9177.0, 9124.0, 9129.0, 9136.0, 9073.0, 9102.0, 9156.0, 9107.0, 9129.0, 9151.0, 9092.0, 9094.0, 9080.0, 9120.0, 9147.0, 9077.0, 9126.0, 9136.0, 9077.0, 9091.0, 9080.0, 9113.0, 9142.0, 9133.0, 9108.0, 9145.0, 9176.0, 9107.0, 9120.0, 9097.0, 9137.0, 9166.0, 9096.0, 9132.0, 9162.0, 9109.0, 9089.0, 9098.0, 9127.0, 9170.0, 9115.0, 9131.0, 9139.0, 9093.0, 9104.0, 9058.0, 9096.0, 9136.0, 9160.0, 9096.0, 9156.0, 9130.0, 9086.0, 9106.0, 9069.0, 9105.0, 9129.0, 9071.0, 9101.0, 9136.0, 9083.0, 9090.0, 9063.0, 9092.0, 9099.0, 9141.0, 9121.0, 9109.0, 9157.0, 9143.0, 9192.0, 9203.0, 9160.0, 9179.0, 9138.0, 9102.0, 9094.0, 9111.0, 9081.0, 9115.0, 9167.0, 9174.0, 9099.0, 9122.0, 9061.0, 9089.0, 9100.0, 9081.0, 9127.0, 9165.0, 9116.0, 9093.0, 9085.0, 9129.0, 9170.0, 9097.0, 9139.0, 9145.0, 9087.0, 9114.0, 9079.0, 9136.0, 9182.0, 9198.0, 9118.0, 9142.0, 9176.0, 9107.0, 9133.0, 9151.0, 9059.0, 9103.0, 9161.0, 9113.0, 9090.0, 9064.0, 9094.0, 9112.0, 9074.0, 9106.0, 9150.0, 9154.0, 9094.0, 9118.0, 9070.0, 9081.0, 9090.0, 9051.0, 9105.0, 9149.0, 9077.0, 9090.0, 9062.0, 9092.0, 9112.0, 9097.0, 9141.0, 9187.0, 9118.0, 9156.0, 9115.0, 9138.0, 9165.0, 9100.0, 9105.0, 9132.0, 9072.0, 9104.0, 9094.0, 9075.0, 9106.0, 9142.0, 9071.0, 9099.0, 9064.0, 9107.0, 9132.0, 9096.0, 9121.0, 9100.0, 9140.0, 9168.0, 9124.0, 9092.0, 9092.0, 9082.0, 9109.0, 9143.0, 9122.0, 9092.0, 9130.0, 9093.0, 9131.0, 9199.0, 9207.0, 9132.0, 9114.0, 9071.0, 9077.0, 9072.0, 9092.0, 9121.0, 9172.0, 9091.0, 9125.0, 9090.0, 9077.0, 9063.0, 9099.0, 9136.0, 9066.0, 9099.0, 9160.0, 9100.0, 9111.0, 9083.0, 9100.0, 9160.0, 9117.0, 9102.0, 9142.0, 9079.0, 9099.0, 9081.0, 9099.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.00031420206659012634</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02478232089552239</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.60661184812643</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.200662123804597</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9882704223793107</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4623</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4771.8999</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10863188540051665</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>105</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>12.055109070034444</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5607361584416726</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5454737574929944</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6476643914202165</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4890703264118064</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0127254</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015345820225775242</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02550828643143177</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>3.8747124017917076</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>30.1138</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.7548</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>161.7023</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>304813.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>716.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>300.8657</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4474</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>509.5233</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3357.2524</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3558.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>71731.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1077.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4394.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>918.2553</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>39.6170795308426</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> |