=== 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-0024 --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-0024",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
102 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
102 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-0024_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-0024_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-0024_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-0024/figures/sub-0024_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024_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-0024/figures/sub-0024_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024_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-0024/figures/sub-0024_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024_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-0024/figures/sub-0024_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024_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-0024/figures/sub-0024_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024_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-0024/figures/sub-0024_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024_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-0024/figures/sub-0024_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0024/figures/sub-0024_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-0024/figures/sub-0024_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024/ses-01/func/sub-0024_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>4a18be29e65064973880c4dda0a469e1</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>15:35:7.225000</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_VE11C_LATEST_20160120</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.998777, -0.0216829, 0.0444317, 0.0203981, 0.999366, 0.0291688]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'FMRI', 'NONE', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0786328</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>11</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4176, -7767, -7262, 597, -31, -289, 98, 58]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>232.597</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>7f12c45a-f39c-4673-9a41-49efef9548b5||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6796460151672363, 0.054726701229810715, 0.1215972825884819, 103.49249267578125], [0.058173768222332, 2.6812267303466797, 0.07621243596076965, -95.73274993896484], [0.11920705437660217, -0.07825782150030136, 2.696183443069458, -68.0063247680664], [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': ['153507.225000', '153507.685000', '153508.145000', '153508.605000', '153509.065000', '153509.525000', '153509.985000', '153510.445000', '153510.905000', '153511.365000', '153511.825000', '153512.285000', '153512.745000', '153513.205000', '153513.665000', '153514.125000', '153514.585000', '153515.045000', '153515.505000', '153515.965000', '153516.425000', '153516.885000', '153517.345000', '153517.805000', '153518.265000', '153518.725000', '153519.185000', '153519.645000', '153520.105000', '153520.565000', '153521.025000', '153521.485000', '153521.945000', '153522.405000', '153522.865000', '153523.325000', '153523.785000', '153524.245000', '153524.705000', '153525.165000', '153525.625000', '153526.085000', '153526.545000', '153527.005000', '153527.465000', '153527.925000', '153528.385000', '153528.845000', '153529.305000', '153529.765000', '153530.225000', '153530.685000', '153531.145000', '153531.605000', '153532.065000', '153532.525000', '153532.985000', '153533.445000', '153533.905000', '153534.365000', '153534.825000', '153535.285000', '153535.745000', '153536.205000', '153536.665000', '153537.125000', '153537.585000', '153538.045000', '153538.505000', '153538.965000', '153539.425000', '153539.885000', '153540.345000', '153540.805000', '153541.265000', '153541.725000', '153542.185000', '153542.645000', '153543.105000', '153543.565000', '153544.025000', '153544.485000', '153544.945000', '153545.405000', '153545.865000', '153546.325000', '153546.785000', '153547.245000', '153547.705000', '153548.165000', '153548.625000', '153549.085000', '153549.545000', '153550.005000', '153550.465000', '153550.925000', '153551.385000', '153551.845000', '153552.305000', '153552.765000', '153553.225000', '153553.685000', '153554.145000', '153554.605000', '153555.065000', '153555.525000', '153555.985000', '153556.445000', '153556.905000', '153557.365000', '153557.825000', '153558.285000', '153558.745000', '153559.205000', '153559.665000', '153600.125000', '153600.585000', '153601.045000', '153601.505000', '153601.965000', '153602.425000', '153602.885000', '153603.345000', '153603.805000', '153604.265000', '153604.725000', '153605.185000', '153605.645000', '153606.105000', '153606.565000', '153607.025000', '153607.485000', '153607.945000', '153608.405000', '153608.865000', '153609.325000', '153609.785000', '153610.245000', '153610.705000', '153611.165000', '153611.625000', '153612.085000', '153612.545000', '153613.005000', '153613.465000', '153613.925000', '153614.385000', '153614.845000', '153615.305000', '153615.765000', '153616.225000', '153616.685000', '153617.145000', '153617.605000', '153618.065000', '153618.525000', '153618.985000', '153619.445000', '153619.905000', '153620.365000', '153620.825000', '153621.285000', '153621.745000', '153622.205000', '153622.665000', '153623.125000', '153623.585000', '153624.045000', '153624.505000', '153624.965000', '153625.425000', '153625.885000', '153626.345000', '153626.805000', '153627.265000', '153627.725000', '153628.185000', '153628.645000', '153629.105000', '153629.565000', '153630.025000', '153630.485000', '153630.945000', '153631.405000', '153631.865000', '153632.325000', '153632.785000', '153633.245000', '153633.705000', '153634.165000', '153634.625000', '153635.085000', '153635.545000', '153636.005000', '153636.465000', '153636.925000', '153637.385000', '153637.845000', '153638.305000', '153638.765000', '153639.225000', '153639.685000', '153640.145000', '153640.605000', '153641.065000', '153641.525000', '153641.985000', '153642.445000', '153642.905000', '153643.365000', '153643.825000', '153644.285000', '153644.745000', '153645.205000', '153645.665000', '153646.125000', '153646.585000', '153647.045000', '153647.505000', '153647.965000', '153648.425000', '153648.885000', '153649.345000', '153649.805000', '153650.265000', '153650.725000', '153651.185000', '153651.645000', '153652.105000', '153652.565000', '153653.025000', '153653.485000', '153653.945000', '153654.405000', '153654.865000', '153655.325000', '153655.785000', '153656.245000', '153656.705000', '153657.165000', '153657.625000', '153658.085000', '153658.545000', '153659.005000', '153659.465000', '153659.925000', '153700.385000', '153700.845000', '153701.305000', '153701.765000', '153702.225000', '153702.685000', '153703.145000', '153703.605000', '153704.065000', '153704.525000', '153704.985000', '153705.445000', '153705.905000', '153706.365000', '153706.825000', '153707.285000', '153707.745000', '153708.205000', '153708.665000', '153709.125000', '153709.585000', '153710.045000', '153710.505000', '153710.965000', '153711.425000', '153711.885000', '153712.345000', '153712.805000', '153713.265000', '153713.725000', '153714.185000', '153714.645000', '153715.105000', '153715.565000', '153716.025000', '153716.485000', '153716.945000', '153717.405000', '153717.865000', '153718.325000', '153718.785000', '153719.245000', '153719.705000', '153720.165000', '153720.625000', '153721.085000', '153721.545000', '153722.005000', '153722.465000', '153722.925000', '153723.385000', '153723.845000', '153724.305000', '153724.765000', '153725.225000', '153725.685000', '153726.145000', '153726.605000', '153727.065000', '153727.525000', '153727.985000', '153728.445000', '153728.905000', '153729.365000', '153729.825000', '153730.285000', '153730.745000', '153731.205000', '153731.665000', '153732.125000', '153732.585000', '153733.045000', '153733.505000', '153733.965000', '153734.425000', '153734.885000', '153735.345000', '153735.805000', '153736.265000', '153736.725000', '153737.185000', '153737.645000', '153738.105000', '153738.565000', '153739.025000', '153739.485000', '153739.945000', '153740.405000', '153740.865000', '153741.325000', '153741.785000', '153742.245000', '153742.705000', '153743.165000', '153743.625000', '153744.085000', '153744.545000', '153745.005000', '153745.465000', '153745.925000', '153746.385000', '153746.845000', '153747.305000', '153747.765000', '153748.225000', '153748.685000', '153749.145000', '153749.605000', '153750.065000', '153750.525000', '153750.985000', '153751.445000', '153751.905000', '153752.365000', '153752.825000', '153753.285000', '153753.745000', '153754.205000', '153754.665000', '153755.125000', '153755.585000', '153756.045000', '153756.505000', '153756.965000', '153757.425000', '153757.885000', '153758.345000', '153758.805000', '153759.265000', '153759.725000', '153800.185000', '153800.645000', '153801.105000', '153801.565000', '153802.025000', '153802.485000', '153802.945000', '153803.405000', '153803.865000', '153804.325000', '153804.785000', '153805.245000', '153805.705000', '153806.165000', '153806.625000', '153807.085000', '153807.545000', '153808.005000', '153808.465000', '153808.925000', '153809.385000', '153809.845000', '153810.305000', '153810.765000', '153811.225000', '153811.685000', '153812.145000', '153812.605000', '153813.065000', '153813.525000', '153813.985000', '153814.445000', '153814.905000', '153815.365000', '153815.825000', '153816.285000', '153816.745000', '153817.205000', '153817.665000', '153818.125000', '153818.585000', '153819.045000', '153819.505000', '153819.965000', '153820.425000', '153820.885000', '153821.345000', '153821.805000', '153822.265000', '153822.725000', '153823.185000', '153823.645000', '153824.105000', '153824.565000', '153825.025000', '153825.485000', '153825.945000', '153826.405000', '153826.865000', '153827.325000', '153827.785000', '153828.245000', '153828.705000', '153829.165000', '153829.625000', '153830.085000', '153830.545000', '153831.005000', '153831.465000', '153831.925000', '153832.385000', '153832.845000', '153833.305000', '153833.765000', '153834.225000', '153834.685000', '153835.145000', '153835.605000', '153836.065000', '153836.525000', '153836.985000', '153837.445000', '153837.905000', '153838.365000', '153838.825000', '153839.285000', '153839.745000', '153840.205000', '153840.665000', '153841.125000', '153841.585000', '153842.045000', '153842.505000', '153842.965000', '153843.425000', '153843.885000', '153844.345000', '153844.805000', '153845.265000', '153845.725000', '153846.185000', '153846.645000', '153847.105000', '153847.565000', '153848.025000', '153848.485000', '153848.945000', '153849.405000', '153849.865000', '153850.325000', '153850.785000', '153851.245000', '153851.705000', '153852.165000', '153852.625000', '153853.085000', '153853.545000', '153854.005000', '153854.465000', '153854.925000', '153855.385000', '153855.845000', '153856.305000', '153856.765000', '153857.225000', '153857.685000', '153858.145000', '153858.605000', '153859.065000', '153859.525000', '153859.985000', '153900.445000', '153900.905000', '153901.365000', '153901.825000', '153902.285000', '153902.745000', '153903.205000', '153903.665000', '153904.125000', '153904.585000', '153905.045000', '153905.505000', '153905.965000', '153906.425000', '153906.885000', '153907.345000', '153907.805000', '153908.265000', '153908.725000', '153909.185000', '153909.645000', '153910.105000', '153910.565000', '153911.025000', '153911.485000', '153911.945000', '153912.405000', '153912.865000', '153913.325000', '153913.785000', '153914.245000', '153914.705000', '153915.165000', '153915.625000', '153916.085000', '153916.545000', '153917.005000', '153917.465000', '153917.925000', '153918.385000', '153918.845000', '153919.305000', '153919.765000', '153920.225000', '153920.685000', '153921.145000', '153921.605000', '153922.065000', '153922.525000', '153922.985000', '153923.445000', '153923.905000', '153924.365000', '153924.825000', '153925.285000', '153925.745000', '153926.205000', '153926.665000', '153927.125000', '153927.585000', '153928.045000', '153928.505000', '153928.965000', '153929.425000', '153929.885000', '153930.345000', '153930.805000', '153931.265000', '153931.725000', '153932.185000', '153932.645000', '153933.105000', '153933.565000', '153934.025000', '153934.485000', '153934.945000', '153935.405000', '153935.865000', '153936.325000', '153936.785000', '153937.245000', '153937.705000', '153938.165000', '153938.625000', '153939.085000', '153939.545000', '153940.005000', '153940.465000', '153940.925000', '153941.385000', '153941.845000', '153942.305000', '153942.765000', '153943.225000', '153943.685000', '153944.145000', '153944.605000', '153945.065000', '153945.525000', '153945.985000', '153946.445000', '153946.905000', '153947.365000', '153947.825000', '153948.285000', '153948.745000', '153949.205000', '153949.665000', '153950.125000', '153950.585000', '153951.045000', '153951.505000', '153951.965000', '153952.425000', '153952.885000', '153953.345000', '153953.805000', '153954.265000', '153954.725000', '153955.185000', '153955.645000', '153956.105000', '153956.565000', '153957.025000', '153957.485000', '153957.945000', '153958.405000', '153958.865000', '153959.325000', '153959.785000', '154000.245000', '154000.705000', '154001.165000', '154001.625000', '154002.085000', '154002.545000', '154003.005000', '154003.465000', '154003.925000', '154004.385000', '154004.845000', '154005.305000', '154005.765000', '154006.225000', '154006.685000', '154007.145000', '154007.605000', '154008.065000', '154008.525000', '154008.985000', '154009.445000', '154009.905000', '154010.365000', '154010.825000', '154011.285000', '154011.745000', '154012.205000', '154012.665000', '154013.125000', '154013.585000', '154014.045000', '154014.505000', '154014.965000', '154015.425000', '154015.885000', '154016.345000', '154016.805000', '154017.265000', '154017.725000', '154018.185000', '154018.645000', '154019.105000', '154019.565000', '154020.025000', '154020.485000', '154020.945000', '154021.405000', '154021.865000', '154022.325000', '154022.785000', '154023.245000', '154023.705000', '154024.165000', '154024.625000', '154025.085000', '154025.545000', '154026.005000', '154026.465000', '154026.925000', '154027.385000', '154027.845000', '154028.305000', '154028.765000', '154029.225000', '154029.685000', '154030.145000', '154030.605000', '154031.065000', '154031.525000', '154031.985000', '154032.445000', '154032.905000', '154033.365000', '154033.825000', '154034.285000', '154034.745000', '154035.205000', '154035.665000', '154036.125000', '154036.585000', '154037.045000', '154037.505000', '154037.965000', '154038.425000', '154038.885000', '154039.345000', '154039.805000', '154040.265000', '154040.725000', '154041.185000', '154041.645000', '154042.105000', '154042.565000', '154043.025000', '154043.485000', '154043.945000', '154044.405000', '154044.865000', '154045.325000', '154045.785000', '154046.245000', '154046.705000', '154047.165000', '154047.625000', '154048.085000', '154048.545000', '154049.005000', '154049.465000', '154049.925000', '154050.385000', '154050.845000', '154051.305000', '154051.765000', '154052.225000', '154052.685000', '154053.145000', '154053.605000', '154054.065000', '154054.525000', '154054.985000', '154055.445000', '154055.905000', '154056.365000', '154056.825000', '154057.285000', '154057.745000', '154058.205000', '154058.665000', '154059.125000', '154059.585000', '154100.045000', '154100.505000', '154100.965000', '154101.425000', '154101.885000', '154102.345000', '154102.805000', '154103.265000', '154103.725000', '154104.185000', '154104.645000', '154105.105000', '154105.565000', '154106.025000', '154106.485000', '154106.945000', '154107.405000', '154107.865000', '154108.325000', '154108.785000', '154109.245000', '154109.705000', '154110.165000', '154110.625000', '154111.085000', '154111.545000', '154112.005000', '154112.465000', '154112.925000', '154113.385000', '154113.845000', '154114.305000', '154114.765000', '154115.225000', '154115.685000', '154116.145000', '154116.605000', '154117.065000', '154117.525000', '154117.985000', '154118.445000', '154118.905000', '154119.365000', '154119.825000', '154120.285000', '154120.745000', '154121.205000', '154121.665000', '154122.125000', '154122.585000', '154123.045000', '154123.505000', '154123.965000', '154124.425000', '154124.885000', '154125.345000', '154125.805000', '154126.265000', '154126.725000', '154127.185000', '154127.645000', '154128.105000', '154128.565000', '154129.025000', '154129.485000', '154129.945000', '154130.405000', '154130.865000', '154131.325000', '154131.785000', '154132.245000', '154132.705000', '154133.165000', '154133.625000', '154134.085000', '154134.545000', '154135.005000', '154135.465000', '154135.925000', '154136.385000', '154136.845000', '154137.305000', '154137.765000', '154138.225000', '154138.685000', '154139.145000', '154139.605000', '154140.065000', '154140.525000', '154140.985000', '154141.445000', '154141.905000', '154142.365000', '154142.825000', '154143.285000', '154143.745000', '154144.205000', '154144.665000', '154145.125000', '154145.585000', '154146.045000', '154146.505000', '154146.965000', '154147.425000', '154147.885000'], 'ContentTime': ['153511.028000', '153511.281000', '153511.481000', '153511.705000', '153511.919000', '153512.113000', '153512.303000', '153512.542000', '153512.718000', '153512.962000', '153513.196000', '153513.367000', '153513.656000', '153514.107000', '153514.601000', '153515.054000', '153515.549000', '153515.961000', '153516.435000', '153516.886000', '153517.347000', '153517.850000', '153518.261000', '153518.738000', '153519.205000', '153519.649000', '153520.115000', '153520.570000', '153521.033000', '153521.481000', '153521.957000', '153522.413000', '153522.874000', '153523.335000', '153523.857000', '153524.250000', '153524.703000', '153525.173000', '153525.621000', '153526.091000', '153526.554000', '153527.018000', '153527.511000', '153527.935000', '153528.383000', '153528.862000', '153529.321000', '153529.775000', '153530.227000', '153530.692000', '153531.147000', '153531.618000', '153532.096000', '153532.527000', '153532.993000', '153533.455000', '153533.922000', '153534.377000', '153534.840000', '153535.294000', '153535.743000', '153536.219000', '153536.668000', '153537.131000', '153537.598000', '153538.049000', '153538.519000', '153538.965000', '153539.439000', '153539.884000', '153540.343000', '153540.818000', '153541.273000', '153541.730000', '153542.205000', '153542.650000', '153543.116000', '153543.577000', '153544.036000', '153544.502000', '153544.952000', '153545.423000', '153545.880000', '153546.379000', '153546.782000', '153547.255000', '153547.710000', '153548.169000', '153548.634000', '153549.089000', '153549.547000', '153550.010000', '153550.461000', '153550.924000', '153551.400000', '153551.858000', '153552.316000', '153552.772000', '153553.224000', '153553.698000', '153554.146000', '153554.615000', '153555.081000', '153555.531000', '153556.001000', '153556.458000', '153556.917000', '153557.371000', '153557.847000', '153558.289000', '153558.833000', '153559.202000', '153559.674000', '153600.140000', '153600.591000', '153601.053000', '153601.510000', '153601.974000', '153602.437000', '153602.882000', '153603.355000', '153603.820000', '153604.265000', '153604.777000', '153605.190000', '153605.654000', '153606.106000', '153606.572000', '153607.044000', '153607.488000', '153607.955000', '153608.416000', '153608.876000', '153609.338000', '153609.792000', '153610.246000', '153610.714000', '153611.179000', '153611.637000', '153612.099000', '153612.545000', '153613.016000', '153613.488000', '153613.937000', '153614.385000', '153614.852000', '153615.331000', '153615.769000', '153616.238000', '153616.696000', '153617.154000', '153617.622000', '153618.065000', '153618.533000', '153619.001000', '153619.459000', '153619.905000', '153620.384000', '153620.838000', '153621.340000', '153621.748000', '153622.219000', '153622.678000', '153623.137000', '153623.601000', '153624.063000', '153624.506000', '153624.981000', '153625.435000', '153625.885000', '153626.359000', '153626.819000', '153627.283000', '153627.725000', '153628.219000', '153628.650000', '153629.128000', '153629.582000', '153630.031000', '153630.499000', '153630.949000', '153631.412000', '153631.876000', '153632.338000', '153632.787000', '153633.262000', '153633.708000', '153634.176000', '153634.634000', '153635.133000', '153635.552000', '153636.016000', '153636.478000', '153636.934000', '153637.401000', '153637.856000', '153638.314000', '153638.781000', '153639.230000', '153639.703000', '153640.160000', '153640.603000', '153641.113000', '153641.545000', '153641.986000', '153642.453000', '153642.920000', '153643.380000', '153643.841000', '153644.302000', '153644.750000', '153645.256000', '153645.670000', '153646.187000', '153646.600000', '153647.049000', '153647.525000', '153647.982000', '153648.438000', '153648.916000', '153649.362000', '153649.805000', '153650.302000', '153650.758000', '153651.207000', '153651.658000', '153652.128000', '153652.576000', '153653.029000', '153653.505000', '153653.954000', '153654.414000', '153654.883000', '153655.331000', '153655.797000', '153656.260000', '153656.718000', '153657.231000', '153657.634000', '153658.106000', '153658.552000', '153659.017000', '153659.483000', '153659.937000', '153700.403000', '153700.855000', '153701.324000', '153701.773000', '153702.230000', '153702.695000', '153703.153000', '153703.609000', '153704.087000', '153704.541000', '153704.997000', '153705.449000', '153705.922000', '153706.380000', '153706.839000', '153707.304000', '153707.751000', '153708.221000', '153708.684000', '153709.143000', '153709.588000', '153710.056000', '153710.515000', '153710.980000', '153711.443000', '153711.904000', '153712.360000', '153712.814000', '153713.280000', '153713.737000', '153714.195000', '153714.652000', '153715.123000', '153715.624000', '153716.049000', '153716.500000', '153716.992000', '153717.415000', '153717.878000', '153718.339000', '153718.798000', '153719.259000', '153719.707000', '153720.180000', '153720.664000', '153721.099000', '153721.554000', '153722.020000', '153722.485000', '153722.941000', '153723.401000', '153723.889000', '153724.317000', '153724.768000', '153725.230000', '153725.693000', '153726.151000', '153726.618000', '153727.086000', '153727.536000', '153728.001000', '153728.461000', '153728.924000', '153729.387000', '153729.847000', '153730.292000', '153730.752000', '153731.220000', '153731.688000', '153732.133000', '153732.607000', '153733.062000', '153733.519000', '153733.973000', '153734.441000', '153734.901000', '153735.355000', '153735.814000', '153736.283000', '153736.744000', '153737.201000', '153737.654000', '153738.121000', '153738.584000', '153739.044000', '153739.489000', '153739.998000', '153740.425000', '153740.876000', '153741.398000', '153741.794000', '153742.262000', '153742.722000', '153743.187000', '153743.648000', '153744.102000', '153744.556000', '153745.037000', '153745.471000', '153745.943000', '153746.402000', '153746.878000', '153747.324000', '153747.773000', '153748.240000', '153748.697000', '153749.154000', '153749.629000', '153750.091000', '153750.541000', '153751.007000', '153751.464000', '153751.913000', '153752.388000', '153752.848000', '153753.294000', '153753.764000', '153754.223000', '153754.677000', '153755.148000', '153755.590000', '153756.060000', '153756.524000', '153756.985000', '153757.440000', '153757.909000', '153758.364000', '153758.812000', '153759.287000', '153759.742000', '153800.203000', '153800.690000', '153801.122000', '153801.582000', '153802.048000', '153802.499000', '153802.980000', '153803.413000', '153803.874000', '153804.342000', '153804.801000', '153805.268000', '153805.729000', '153806.178000', '153806.650000', '153807.106000', '153807.564000', '153808.027000', '153808.476000', '153808.935000', '153809.394000', '153809.857000', '153810.325000', '153810.774000', '153811.248000', '153811.703000', '153812.192000', '153812.616000', '153813.080000', '153813.552000', '153814.004000', '153814.473000', '153814.925000', '153815.388000', '153815.845000', '153816.295000', '153816.764000', '153817.258000', '153817.682000', '153818.182000', '153818.596000', '153819.114000', '153819.527000', '153819.974000', '153820.448000', '153820.905000', '153821.357000', '153821.815000', '153822.275000', '153822.747000', '153823.198000', '153823.653000', '153824.117000', '153824.584000', '153825.050000', '153825.503000', '153825.958000', '153826.424000', '153826.891000', '153827.331000', '153827.800000', '153828.254000', '153828.731000', '153829.195000', '153829.653000', '153830.101000', '153830.571000', '153831.018000', '153831.477000', '153831.945000', '153832.406000', '153832.869000', '153833.331000', '153833.784000', '153834.248000', '153834.707000', '153835.168000', '153835.619000', '153836.135000', '153836.546000', '153837.013000', '153837.499000', '153837.932000', '153838.377000', '153838.853000', '153839.302000', '153839.774000', '153840.233000', '153840.677000', '153841.149000', '153841.609000', '153842.065000', '153842.533000', '153842.986000', '153843.452000', '153843.914000', '153844.364000', '153844.835000', '153845.291000', '153845.752000', '153846.210000', '153846.669000', '153847.124000', '153847.594000', '153848.044000', '153848.516000', '153848.970000', '153849.420000', '153849.895000', '153850.349000', '153850.807000', '153851.270000', '153851.724000', '153852.182000', '153852.648000', '153853.118000', '153853.574000', '153854.038000', '153854.485000', '153854.980000', '153855.429000', '153855.871000', '153856.402000', '153856.781000', '153857.250000', '153857.720000', '153858.168000', '153858.626000', '153859.088000', '153859.538000', '153900.012000', '153900.469000', '153900.929000', '153901.389000', '153901.845000', '153902.313000', '153902.759000', '153903.230000', '153903.678000', '153904.160000', '153904.609000', '153905.069000', '153905.519000', '153905.996000', '153906.454000', '153906.910000', '153907.367000', '153907.820000', '153908.282000', '153908.756000', '153909.201000', '153909.664000', '153910.138000', '153910.596000', '153911.043000', '153911.502000', '153911.977000', '153912.423000', '153912.896000', '153913.356000', '153913.809000', '153914.266000', '153914.737000', '153915.194000', '153915.654000', '153916.117000', '153916.585000', '153917.034000', '153917.517000', '153917.953000', '153918.414000', '153918.898000', '153919.332000', '153919.797000', '153920.295000', '153920.704000', '153921.164000', '153921.628000', '153922.081000', '153922.546000', '153923.005000', '153923.505000', '153923.937000', '153924.382000', '153924.854000', '153925.317000', '153925.826000', '153926.224000', '153926.687000', '153927.150000', '153927.605000', '153928.074000', '153928.536000', '153929.002000', '153929.454000', '153929.911000', '153930.368000', '153930.882000', '153931.296000', '153931.761000', '153932.204000', '153932.674000', '153933.173000', '153933.586000', '153934.095000', '153934.506000', '153934.977000', '153935.423000', '153935.895000', '153936.342000', '153936.814000', '153937.273000', '153937.742000', '153938.192000', '153938.651000', '153939.105000', '153939.562000', '153940.039000', '153940.498000', '153940.957000', '153941.412000', '153941.864000', '153942.340000', '153942.952000', '153943.265000', '153943.718000', '153944.165000', '153944.668000', '153945.082000', '153945.556000', '153946.008000', '153946.477000', '153946.978000', '153947.392000', '153947.847000', '153948.324000', '153948.772000', '153949.239000', '153949.691000', '153950.152000', '153950.615000', '153951.069000', '153951.533000', '153952.004000', '153952.485000', '153952.907000', '153953.380000', '153953.836000', '153954.345000', '153954.798000', '153955.215000', '153955.678000', '153956.153000', '153956.584000', '153957.061000', '153957.517000', '153957.977000', '153958.463000', '153958.905000', '153959.358000', '153959.823000', '154000.276000', '154000.726000', '154001.198000', '154001.655000', '154002.123000', '154002.578000', '154003.038000', '154003.509000', '154003.957000', '154004.409000', '154004.904000', '154005.331000', '154005.798000', '154006.263000', '154006.755000', '154007.175000', '154007.666000', '154008.091000', '154008.555000', '154009.013000', '154009.466000', '154009.939000', '154010.405000', '154010.856000', '154011.321000', '154011.816000', '154012.244000', '154012.690000', '154013.164000', '154013.627000', '154014.073000', '154014.549000', '154015.009000', '154015.451000', '154015.909000', '154016.375000', '154017.066000', '154017.298000', '154017.758000', '154018.218000', '154018.677000', '154019.131000', '154019.588000', '154020.064000', '154020.523000', '154020.987000', '154021.475000', '154021.901000', '154022.362000', '154022.860000', '154023.282000', '154023.739000', '154024.201000', '154024.659000', '154025.113000', '154025.593000', '154026.035000', '154026.498000', '154026.973000', '154027.419000', '154027.868000', '154028.347000', '154028.802000', '154029.247000', '154029.712000', '154030.179000', '154030.632000', '154031.108000', '154031.554000', '154032.034000', '154032.481000', '154032.961000', '154033.415000', '154033.858000', '154034.318000', '154034.790000', '154035.270000', '154035.702000', '154036.163000', '154036.612000', '154037.071000', '154037.538000', '154037.991000', '154038.464000', '154038.917000', '154039.371000', '154039.848000', '154040.302000', '154040.769000', '154041.215000', '154041.687000', '154042.132000', '154042.590000', '154043.063000', '154043.528000', '154043.979000', '154044.442000', '154044.906000', '154045.371000', '154045.823000', '154046.285000', '154046.739000', '154047.206000', '154047.664000', '154048.122000', '154048.588000', '154049.081000', '154049.496000', '154049.956000', '154050.431000', '154050.874000', '154051.346000', '154051.804000', '154052.270000', '154052.713000', '154053.184000', '154053.643000', '154054.105000', '154054.561000', '154055.030000', '154055.483000', '154055.945000', '154056.393000', '154056.875000', '154057.326000', '154057.781000', '154058.234000', '154058.708000', '154059.158000', '154059.621000', '154100.072000', '154100.538000', '154100.994000', '154101.466000', '154101.915000', '154102.377000', '154102.905000', '154103.315000', '154103.760000', '154104.226000', '154104.685000', '154105.145000', '154105.609000', '154106.065000', '154106.529000', '154106.991000', '154107.435000', '154107.936000', '154108.367000', '154108.822000', '154109.285000', '154109.746000', '154110.210000', '154110.659000', '154111.125000', '154111.588000', '154112.048000', '154112.511000', '154112.956000', '154113.429000', '154113.882000', '154114.354000', '154114.969000', '154115.266000', '154115.736000', '154116.193000', '154116.646000', '154117.116000', '154117.563000', '154118.021000', '154118.491000', '154118.954000', '154119.397000', '154119.864000', '154120.319000', '154120.793000', '154121.273000', '154121.712000', '154122.166000', '154122.627000', '154123.086000', '154123.554000', '154124.006000', '154124.464000', '154124.962000', '154125.393000', '154125.854000', '154126.300000', '154126.767000', '154127.234000', '154127.686000', '154128.148000', '154128.612000', '154129.082000', '154129.528000', '154129.998000', '154130.454000', '154130.917000', '154131.370000', '154131.833000', '154132.294000', '154132.751000', '154133.208000', '154133.667000', '154134.132000', '154134.593000', '154135.057000', '154135.501000', '154135.959000', '154136.421000', '154136.961000', '154137.353000', '154137.820000', '154138.271000', '154138.731000', '154139.190000', '154139.657000', '154140.109000', '154140.569000', '154141.034000', '154141.494000', '154141.946000', '154142.412000', '154142.872000', '154143.338000', '154143.783000', '154144.245000', '154144.714000', '154145.171000', '154145.630000', '154146.084000', '154146.557000', '154147.018000', '154147.472000', '154147.957000', '154148.398000', '154148.847000'], 'InstanceCreationTime': ['153511.028000', '153511.281000', '153511.481000', '153511.705000', '153511.919000', '153512.113000', '153512.303000', '153512.542000', '153512.718000', '153512.962000', '153513.196000', '153513.367000', '153513.656000', '153514.107000', '153514.601000', '153515.054000', '153515.549000', '153515.961000', '153516.435000', '153516.886000', '153517.347000', '153517.850000', '153518.261000', '153518.738000', '153519.205000', '153519.649000', '153520.115000', '153520.570000', '153521.033000', '153521.481000', '153521.957000', '153522.413000', '153522.874000', '153523.335000', '153523.857000', '153524.250000', '153524.703000', '153525.173000', '153525.621000', '153526.091000', '153526.554000', '153527.018000', '153527.511000', '153527.935000', '153528.383000', '153528.862000', '153529.321000', '153529.775000', '153530.227000', '153530.692000', '153531.147000', '153531.618000', '153532.096000', '153532.527000', '153532.993000', '153533.455000', '153533.922000', '153534.377000', '153534.840000', '153535.294000', '153535.743000', '153536.219000', '153536.668000', '153537.131000', '153537.598000', '153538.049000', '153538.519000', '153538.965000', '153539.439000', '153539.884000', '153540.343000', '153540.818000', '153541.273000', '153541.730000', '153542.205000', '153542.650000', '153543.116000', '153543.577000', '153544.036000', '153544.502000', '153544.952000', '153545.423000', '153545.880000', '153546.379000', '153546.782000', '153547.255000', '153547.710000', '153548.169000', '153548.634000', '153549.089000', '153549.547000', '153550.010000', '153550.461000', '153550.924000', '153551.400000', '153551.858000', '153552.316000', '153552.772000', '153553.224000', '153553.698000', '153554.146000', '153554.615000', '153555.081000', '153555.531000', '153556.001000', '153556.458000', '153556.917000', '153557.371000', '153557.847000', '153558.289000', '153558.833000', '153559.202000', '153559.674000', '153600.140000', '153600.591000', '153601.053000', '153601.510000', '153601.974000', '153602.437000', '153602.882000', '153603.355000', '153603.820000', '153604.265000', '153604.777000', '153605.190000', '153605.654000', '153606.106000', '153606.572000', '153607.044000', '153607.488000', '153607.955000', '153608.416000', '153608.876000', '153609.338000', '153609.792000', '153610.246000', '153610.714000', '153611.179000', '153611.637000', '153612.099000', '153612.545000', '153613.016000', '153613.488000', '153613.937000', '153614.385000', '153614.852000', '153615.331000', '153615.769000', '153616.238000', '153616.696000', '153617.154000', '153617.622000', '153618.065000', '153618.533000', '153619.001000', '153619.459000', '153619.905000', '153620.384000', '153620.838000', '153621.340000', '153621.748000', '153622.219000', '153622.678000', '153623.137000', '153623.601000', '153624.063000', '153624.506000', '153624.981000', '153625.435000', '153625.885000', '153626.359000', '153626.819000', '153627.283000', '153627.725000', '153628.219000', '153628.650000', '153629.128000', '153629.582000', '153630.031000', '153630.499000', '153630.949000', '153631.412000', '153631.876000', '153632.338000', '153632.787000', '153633.262000', '153633.708000', '153634.176000', '153634.634000', '153635.133000', '153635.552000', '153636.016000', '153636.478000', '153636.934000', '153637.401000', '153637.856000', '153638.314000', '153638.781000', '153639.230000', '153639.703000', '153640.160000', '153640.603000', '153641.113000', '153641.545000', '153641.986000', '153642.453000', '153642.920000', '153643.380000', '153643.841000', '153644.302000', '153644.750000', '153645.256000', '153645.670000', '153646.187000', '153646.600000', '153647.049000', '153647.525000', '153647.982000', '153648.438000', '153648.916000', '153649.362000', '153649.805000', '153650.302000', '153650.758000', '153651.207000', '153651.658000', '153652.128000', '153652.576000', '153653.029000', '153653.505000', '153653.954000', '153654.414000', '153654.883000', '153655.331000', '153655.797000', '153656.260000', '153656.718000', '153657.231000', '153657.634000', '153658.106000', '153658.552000', '153659.017000', '153659.483000', '153659.937000', '153700.403000', '153700.855000', '153701.324000', '153701.773000', '153702.230000', '153702.695000', '153703.153000', '153703.609000', '153704.087000', '153704.541000', '153704.997000', '153705.449000', '153705.922000', '153706.380000', '153706.839000', '153707.304000', '153707.751000', '153708.221000', '153708.684000', '153709.143000', '153709.588000', '153710.056000', '153710.515000', '153710.980000', '153711.443000', '153711.904000', '153712.360000', '153712.814000', '153713.280000', '153713.737000', '153714.195000', '153714.652000', '153715.123000', '153715.624000', '153716.049000', '153716.500000', '153716.992000', '153717.415000', '153717.878000', '153718.339000', '153718.798000', '153719.259000', '153719.707000', '153720.180000', '153720.664000', '153721.099000', '153721.554000', '153722.020000', '153722.485000', '153722.941000', '153723.401000', '153723.889000', '153724.317000', '153724.768000', '153725.230000', '153725.693000', '153726.151000', '153726.618000', '153727.086000', '153727.536000', '153728.001000', '153728.461000', '153728.924000', '153729.387000', '153729.847000', '153730.292000', '153730.752000', '153731.220000', '153731.688000', '153732.133000', '153732.607000', '153733.062000', '153733.519000', '153733.973000', '153734.441000', '153734.901000', '153735.355000', '153735.814000', '153736.283000', '153736.744000', '153737.201000', '153737.654000', '153738.121000', '153738.584000', '153739.044000', '153739.489000', '153739.998000', '153740.425000', '153740.876000', '153741.398000', '153741.794000', '153742.262000', '153742.722000', '153743.187000', '153743.648000', '153744.102000', '153744.556000', '153745.037000', '153745.471000', '153745.943000', '153746.402000', '153746.878000', '153747.324000', '153747.773000', '153748.240000', '153748.697000', '153749.154000', '153749.629000', '153750.091000', '153750.541000', '153751.007000', '153751.464000', '153751.913000', '153752.388000', '153752.848000', '153753.294000', '153753.764000', '153754.223000', '153754.677000', '153755.148000', '153755.590000', '153756.060000', '153756.524000', '153756.985000', '153757.440000', '153757.909000', '153758.364000', '153758.812000', '153759.287000', '153759.742000', '153800.203000', '153800.690000', '153801.122000', '153801.582000', '153802.048000', '153802.499000', '153802.980000', '153803.413000', '153803.874000', '153804.342000', '153804.801000', '153805.268000', '153805.729000', '153806.178000', '153806.650000', '153807.106000', '153807.564000', '153808.027000', '153808.476000', '153808.935000', '153809.394000', '153809.857000', '153810.325000', '153810.774000', '153811.248000', '153811.703000', '153812.192000', '153812.616000', '153813.080000', '153813.552000', '153814.004000', '153814.473000', '153814.925000', '153815.388000', '153815.845000', '153816.295000', '153816.764000', '153817.258000', '153817.682000', '153818.182000', '153818.596000', '153819.114000', '153819.527000', '153819.974000', '153820.448000', '153820.905000', '153821.357000', '153821.815000', '153822.275000', '153822.747000', '153823.198000', '153823.653000', '153824.117000', '153824.584000', '153825.050000', '153825.503000', '153825.958000', '153826.424000', '153826.891000', '153827.331000', '153827.800000', '153828.254000', '153828.731000', '153829.195000', '153829.653000', '153830.101000', '153830.571000', '153831.018000', '153831.477000', '153831.945000', '153832.406000', '153832.869000', '153833.331000', '153833.784000', '153834.248000', '153834.707000', '153835.168000', '153835.619000', '153836.135000', '153836.546000', '153837.013000', '153837.499000', '153837.932000', '153838.377000', '153838.853000', '153839.302000', '153839.774000', '153840.233000', '153840.677000', '153841.149000', '153841.609000', '153842.065000', '153842.533000', '153842.986000', '153843.452000', '153843.914000', '153844.364000', '153844.835000', '153845.291000', '153845.752000', '153846.210000', '153846.669000', '153847.124000', '153847.594000', '153848.044000', '153848.516000', '153848.970000', '153849.420000', '153849.895000', '153850.349000', '153850.807000', '153851.270000', '153851.724000', '153852.182000', '153852.648000', '153853.118000', '153853.574000', '153854.038000', '153854.485000', '153854.980000', '153855.429000', '153855.871000', '153856.402000', '153856.781000', '153857.250000', '153857.720000', '153858.168000', '153858.626000', '153859.088000', '153859.538000', '153900.012000', '153900.469000', '153900.929000', '153901.389000', '153901.845000', '153902.313000', '153902.759000', '153903.230000', '153903.678000', '153904.160000', '153904.609000', '153905.069000', '153905.519000', '153905.996000', '153906.454000', '153906.910000', '153907.367000', '153907.820000', '153908.282000', '153908.756000', '153909.201000', '153909.664000', '153910.138000', '153910.596000', '153911.043000', '153911.502000', '153911.977000', '153912.423000', '153912.896000', '153913.356000', '153913.809000', '153914.266000', '153914.737000', '153915.194000', '153915.654000', '153916.117000', '153916.585000', '153917.034000', '153917.517000', '153917.953000', '153918.414000', '153918.898000', '153919.332000', '153919.797000', '153920.295000', '153920.704000', '153921.164000', '153921.628000', '153922.081000', '153922.546000', '153923.005000', '153923.505000', '153923.937000', '153924.382000', '153924.854000', '153925.317000', '153925.826000', '153926.224000', '153926.687000', '153927.150000', '153927.605000', '153928.074000', '153928.536000', '153929.002000', '153929.454000', '153929.911000', '153930.368000', '153930.882000', '153931.296000', '153931.761000', '153932.204000', '153932.674000', '153933.173000', '153933.586000', '153934.095000', '153934.506000', '153934.977000', '153935.423000', '153935.895000', '153936.342000', '153936.814000', '153937.273000', '153937.742000', '153938.192000', '153938.651000', '153939.105000', '153939.562000', '153940.039000', '153940.498000', '153940.957000', '153941.412000', '153941.864000', '153942.340000', '153942.952000', '153943.265000', '153943.718000', '153944.165000', '153944.668000', '153945.082000', '153945.556000', '153946.008000', '153946.477000', '153946.978000', '153947.392000', '153947.847000', '153948.324000', '153948.772000', '153949.239000', '153949.691000', '153950.152000', '153950.615000', '153951.069000', '153951.533000', '153952.004000', '153952.485000', '153952.907000', '153953.380000', '153953.836000', '153954.345000', '153954.798000', '153955.215000', '153955.678000', '153956.153000', '153956.584000', '153957.061000', '153957.517000', '153957.977000', '153958.463000', '153958.905000', '153959.358000', '153959.823000', '154000.276000', '154000.726000', '154001.198000', '154001.655000', '154002.123000', '154002.578000', '154003.038000', '154003.509000', '154003.957000', '154004.409000', '154004.904000', '154005.331000', '154005.798000', '154006.263000', '154006.755000', '154007.175000', '154007.666000', '154008.091000', '154008.555000', '154009.013000', '154009.466000', '154009.939000', '154010.405000', '154010.856000', '154011.321000', '154011.816000', '154012.244000', '154012.690000', '154013.164000', '154013.627000', '154014.073000', '154014.549000', '154015.009000', '154015.451000', '154015.909000', '154016.375000', '154017.066000', '154017.298000', '154017.758000', '154018.218000', '154018.677000', '154019.131000', '154019.588000', '154020.064000', '154020.523000', '154020.987000', '154021.475000', '154021.901000', '154022.362000', '154022.860000', '154023.282000', '154023.739000', '154024.201000', '154024.659000', '154025.113000', '154025.593000', '154026.035000', '154026.498000', '154026.973000', '154027.419000', '154027.868000', '154028.347000', '154028.802000', '154029.247000', '154029.712000', '154030.179000', '154030.632000', '154031.108000', '154031.554000', '154032.034000', '154032.481000', '154032.961000', '154033.415000', '154033.858000', '154034.318000', '154034.790000', '154035.270000', '154035.702000', '154036.163000', '154036.612000', '154037.071000', '154037.538000', '154037.991000', '154038.464000', '154038.917000', '154039.371000', '154039.848000', '154040.302000', '154040.769000', '154041.215000', '154041.687000', '154042.132000', '154042.590000', '154043.063000', '154043.528000', '154043.979000', '154044.442000', '154044.906000', '154045.371000', '154045.823000', '154046.285000', '154046.739000', '154047.206000', '154047.664000', '154048.122000', '154048.588000', '154049.081000', '154049.496000', '154049.956000', '154050.431000', '154050.874000', '154051.346000', '154051.804000', '154052.270000', '154052.713000', '154053.184000', '154053.643000', '154054.105000', '154054.561000', '154055.030000', '154055.483000', '154055.945000', '154056.393000', '154056.875000', '154057.326000', '154057.781000', '154058.234000', '154058.708000', '154059.158000', '154059.621000', '154100.072000', '154100.538000', '154100.994000', '154101.466000', '154101.915000', '154102.377000', '154102.905000', '154103.315000', '154103.760000', '154104.226000', '154104.685000', '154105.145000', '154105.609000', '154106.065000', '154106.529000', '154106.991000', '154107.435000', '154107.936000', '154108.367000', '154108.822000', '154109.285000', '154109.746000', '154110.210000', '154110.659000', '154111.125000', '154111.588000', '154112.048000', '154112.511000', '154112.956000', '154113.429000', '154113.882000', '154114.354000', '154114.969000', '154115.266000', '154115.736000', '154116.193000', '154116.646000', '154117.116000', '154117.563000', '154118.021000', '154118.491000', '154118.954000', '154119.397000', '154119.864000', '154120.319000', '154120.793000', '154121.273000', '154121.712000', '154122.166000', '154122.627000', '154123.086000', '154123.554000', '154124.006000', '154124.464000', '154124.962000', '154125.393000', '154125.854000', '154126.300000', '154126.767000', '154127.234000', '154127.686000', '154128.148000', '154128.612000', '154129.082000', '154129.528000', '154129.998000', '154130.454000', '154130.917000', '154131.370000', '154131.833000', '154132.294000', '154132.751000', '154133.208000', '154133.667000', '154134.132000', '154134.593000', '154135.057000', '154135.501000', '154135.959000', '154136.421000', '154136.961000', '154137.353000', '154137.820000', '154138.271000', '154138.731000', '154139.190000', '154139.657000', '154140.109000', '154140.569000', '154141.034000', '154141.494000', '154141.946000', '154142.412000', '154142.872000', '154143.338000', '154143.783000', '154144.245000', '154144.714000', '154145.171000', '154145.630000', '154146.084000', '154146.557000', '154147.018000', '154147.472000', '154147.957000', '154148.398000', '154148.847000'], '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': [678, 559, 649, 556, 576, 591, 596, 583, 614, 557, 626, 588, 636, 663, 762, 828, 615, 888, 680, 564, 656, 536, 661, 515, 623, 515, 615, 500, 630, 522, 597, 525, 568, 509, 597, 530, 603, 536, 586, 593, 508, 656, 580, 671, 595, 503, 629, 543, 649, 560, 643, 587, 751, 596, 636, 532, 571, 599, 568, 625, 576, 629, 539, 614, 549, 713, 566, 551, 582, 538, 638, 525, 666, 549, 744, 553, 649, 524, 604, 553, 572, 594, 578, 588, 544, 635, 533, 632, 504, 661, 598, 792, 641, 722, 592, 530, 615, 550, 648, 552, 724, 561, 669, 519, 621, 546, 654, 561, 633, 536, 622, 551, 584, 579, 592, 622, 545, 753, 611, 562, 576, 540, 661, 529, 742, 638, 793, 593, 533, 590, 522, 713, 563, 517, 635, 555, 821, 654, 644, 567, 601, 624, 643, 649, 552, 632, 510, 704, 593, 660, 547, 562, 606, 529, 727, 621, 725, 538, 641, 558, 535, 648, 537, 627, 521, 655, 540, 745, 572, 643, 532, 674, 555, 602, 607, 518, 610, 517, 634, 543, 671, 576, 843, 594, 710, 622, 557, 560, 579, 543, 632, 631, 624, 660, 698, 523, 626, 534, 641, 583, 687, 574, 614, 552, 574, 622, 520, 667, 536, 648, 563, 689, 579, 732, 622, 523, 609, 534, 644, 573, 718, 577, 767, 644, 502, 607, 532, 678, 564, 743, 568, 826, 592, 547, 581, 563, 638, 524, 693, 548, 621, 541, 662, 576, 658, 574, 576, 604, 551, 651, 529, 758, 575, 671, 557, 698, 547, 582, 675, 535, 651, 552, 657, 567, 651, 576, 689, 550, 684, 545, 715, 603, 594, 607, 548, 629, 528, 653, 593, 786, 582, 572, 648, 575, 553, 574, 586, 625, 531, 636, 500, 611, 547, 673, 617, 714, 538, 547, 578, 564, 663, 555, 668, 551, 694, 547, 664, 576, 536, 607, 536, 608, 554, 666, 600, 662, 538, 586, 590, 550, 667, 544, 719, 583, 677, 550, 588, 631, 622, 655, 511, 636, 529, 664, 624, 766, 563, 567, 592, 582, 638, 529, 730, 590, 651, 557, 629, 612, 540, 636, 550, 645, 548, 576, 702, 543, 665, 532, 616, 583, 629, 663, 633, 684, 536, 641, 556, 672, 559, 725, 594, 803, 564, 533, 576, 558, 611, 535, 635, 559, 656, 524, 588, 591, 548, 684, 574, 680, 535, 597, 603, 559, 735, 575, 721, 565, 683, 549, 662, 589, 688, 655, 610, 661, 540, 617, 546, 710, 567, 640, 583, 552, 614, 519, 643, 584, 747, 590, 547, 605, 527, 624, 564, 655, 582, 665, 575, 535, 605, 555, 668, 531, 652, 561, 654, 575, 702, 580, 526, 613, 534, 652, 571, 658, 566, 672, 562, 591, 615, 516, 701, 577, 521, 728, 562, 522, 618, 549, 639, 653, 567, 619, 554, 653, 590, 741, 546, 682, 593, 564, 676, 512, 644, 533, 679, 547, 621, 635, 541, 624, 541, 632, 533, 672, 613, 686, 557, 579, 617, 551, 744, 584, 645, 551, 562, 640, 525, 701, 563, 658, 545, 616, 618, 522, 635, 558, 696, 574, 599, 686, 538, 630, 535, 579, 595, 542, 649, 518, 640, 547, 656, 591, 749, 595, 552, 608, 549, 711, 574, 542, 603, 532, 668, 553, 556, 634, 522, 637, 550, 646, 585, 718, 571, 529, 646, 559, 662, 553, 556, 620, 551, 650, 509, 643, 584, 752, 590, 549, 610, 561, 678, 563, 613, 672, 518, 617, 554, 686, 569, 549, 664, 525, 646, 543, 547, 594, 548, 639, 544, 524, 586, 530, 550, 594, 601, 735, 891, 896, 594, 586, 517, 685, 555, 570, 612, 522, 700, 532, 630, 535, 629, 587, 553, 662, 579, 669, 522, 564, 603, 528, 724, 595, 655, 527, 655, 586, 602, 622, 515, 681, 518, 627, 579, 720, 590, 537, 600, 534, 653, 573, 552, 627, 521, 636, 548, 584, 722, 539, 682, 545, 638, 586, 549, 626, 539, 715, 603, 697, 558, 555, 634, 517, 764, 615, 546, 611, 547, 623, 515, 735, 591, 651, 558, 569, 602, 505, 707, 566, 600, 572, 557, 613, 544, 633, 532, 520, 601, 532, 635, 601, 500, 809, 656, 518, 660, 537, 576, 570, 718, 621, 742, 633, 535, 614, 513, 639, 575, 670, 534, 607, 571, 521, 605, 514, 613, 561, 658, 556, 597, 639, 508, 644, 538, 560, 597, 514, 690, 562, 660, 520, 594, 591, 508, 622, 512, 690, 565, 769, 582, 523, 606, 539, 663, 586, 554, 659, 552, 659, 561, 686, 577, 809, 586, 550, 602, 530, 572, 569, 530, 622, 525, 758, 561, 707, 540, 693, 567, 647, 711, 516, 654, 544, 635, 558, 668, 573, 518, 591, 516, 604, 553, 646, 537, 588, 733, 564, 570, 598, 527, 571, 575, 533, 707, 577, 539, 571, 590, 600, 663, 537, 732, 555, 742, 617, 776, 743, 587, 683, 543, 535, 622, 511, 621, 538, 638, 566, 528, 645, 541, 659, 545, 530, 605, 489, 631, 541, 596, 520, 611, 618, 504, 599, 543, 592, 577, 521, 611, 583, 506, 715, 655, 530, 719, 565, 500, 627, 500, 653, 617, 888, 688, 565, 650, 539, 551, 595, 550, 623, 485, 597, 510, 593, 526, 623, 576, 669, 542, 579, 576, 530, 629, 563, 543, 566, 535, 627, 580, 529, 586, 525, 568, 604], 'WindowCenter': [294.0, 292.0, 292.0, 291.0, 290.0, 290.0, 290.0, 290.0, 289.0, 289.0, 289.0, 290.0, 289.0, 290.0, 291.0, 291.0, 289.0, 291.0, 289.0, 288.0, 289.0, 288.0, 289.0, 287.0, 288.0, 287.0, 288.0, 287.0, 288.0, 287.0, 289.0, 287.0, 288.0, 287.0, 288.0, 287.0, 288.0, 288.0, 288.0, 289.0, 287.0, 289.0, 289.0, 289.0, 289.0, 288.0, 289.0, 288.0, 289.0, 288.0, 289.0, 289.0, 290.0, 289.0, 289.0, 288.0, 289.0, 289.0, 288.0, 289.0, 289.0, 289.0, 288.0, 289.0, 289.0, 290.0, 289.0, 289.0, 289.0, 289.0, 289.0, 288.0, 290.0, 288.0, 290.0, 289.0, 289.0, 288.0, 289.0, 289.0, 289.0, 290.0, 289.0, 289.0, 288.0, 289.0, 288.0, 289.0, 288.0, 290.0, 289.0, 291.0, 289.0, 290.0, 289.0, 289.0, 289.0, 289.0, 289.0, 288.0, 290.0, 288.0, 289.0, 288.0, 289.0, 289.0, 289.0, 289.0, 289.0, 289.0, 289.0, 289.0, 289.0, 290.0, 289.0, 290.0, 289.0, 291.0, 290.0, 290.0, 290.0, 289.0, 290.0, 289.0, 291.0, 290.0, 291.0, 289.0, 289.0, 290.0, 289.0, 291.0, 289.0, 289.0, 290.0, 289.0, 291.0, 290.0, 290.0, 289.0, 289.0, 289.0, 289.0, 289.0, 288.0, 289.0, 288.0, 290.0, 289.0, 289.0, 289.0, 289.0, 289.0, 288.0, 290.0, 289.0, 290.0, 288.0, 289.0, 289.0, 288.0, 289.0, 288.0, 289.0, 287.0, 289.0, 288.0, 290.0, 288.0, 289.0, 288.0, 289.0, 289.0, 289.0, 289.0, 288.0, 289.0, 288.0, 289.0, 289.0, 289.0, 289.0, 290.0, 289.0, 289.0, 289.0, 289.0, 289.0, 289.0, 288.0, 289.0, 289.0, 289.0, 289.0, 289.0, 287.0, 289.0, 288.0, 289.0, 289.0, 289.0, 289.0, 289.0, 288.0, 289.0, 289.0, 288.0, 289.0, 288.0, 289.0, 289.0, 289.0, 289.0, 290.0, 289.0, 287.0, 289.0, 288.0, 289.0, 289.0, 289.0, 289.0, 290.0, 289.0, 287.0, 289.0, 288.0, 289.0, 288.0, 289.0, 288.0, 290.0, 288.0, 287.0, 288.0, 288.0, 289.0, 287.0, 289.0, 287.0, 288.0, 288.0, 289.0, 289.0, 289.0, 289.0, 289.0, 289.0, 288.0, 289.0, 287.0, 290.0, 288.0, 289.0, 288.0, 289.0, 288.0, 288.0, 289.0, 288.0, 289.0, 288.0, 289.0, 288.0, 289.0, 289.0, 289.0, 288.0, 289.0, 288.0, 289.0, 289.0, 288.0, 288.0, 287.0, 288.0, 287.0, 289.0, 289.0, 290.0, 288.0, 288.0, 289.0, 289.0, 288.0, 289.0, 288.0, 289.0, 288.0, 289.0, 287.0, 289.0, 288.0, 289.0, 289.0, 289.0, 288.0, 288.0, 289.0, 288.0, 289.0, 288.0, 289.0, 288.0, 289.0, 288.0, 289.0, 288.0, 288.0, 289.0, 287.0, 289.0, 288.0, 289.0, 289.0, 289.0, 288.0, 289.0, 289.0, 288.0, 289.0, 288.0, 289.0, 289.0, 289.0, 288.0, 289.0, 289.0, 289.0, 289.0, 287.0, 289.0, 287.0, 289.0, 289.0, 290.0, 289.0, 288.0, 289.0, 288.0, 289.0, 288.0, 290.0, 289.0, 289.0, 288.0, 289.0, 289.0, 287.0, 289.0, 288.0, 289.0, 289.0, 289.0, 290.0, 288.0, 289.0, 288.0, 289.0, 289.0, 289.0, 289.0, 289.0, 289.0, 287.0, 289.0, 288.0, 288.0, 288.0, 288.0, 288.0, 289.0, 287.0, 287.0, 288.0, 288.0, 288.0, 288.0, 289.0, 288.0, 289.0, 287.0, 288.0, 289.0, 288.0, 289.0, 289.0, 289.0, 288.0, 289.0, 289.0, 288.0, 290.0, 288.0, 289.0, 288.0, 289.0, 288.0, 288.0, 288.0, 288.0, 289.0, 288.0, 288.0, 287.0, 288.0, 288.0, 290.0, 288.0, 289.0, 288.0, 288.0, 289.0, 287.0, 289.0, 289.0, 289.0, 289.0, 288.0, 289.0, 287.0, 288.0, 288.0, 289.0, 288.0, 289.0, 289.0, 288.0, 289.0, 288.0, 289.0, 288.0, 289.0, 288.0, 289.0, 289.0, 289.0, 288.0, 287.0, 289.0, 288.0, 289.0, 289.0, 289.0, 288.0, 288.0, 288.0, 288.0, 289.0, 287.0, 290.0, 289.0, 288.0, 290.0, 289.0, 288.0, 289.0, 289.0, 289.0, 290.0, 288.0, 289.0, 289.0, 289.0, 289.0, 290.0, 288.0, 289.0, 289.0, 289.0, 289.0, 287.0, 289.0, 288.0, 289.0, 288.0, 289.0, 289.0, 288.0, 289.0, 288.0, 289.0, 288.0, 289.0, 289.0, 289.0, 289.0, 289.0, 289.0, 288.0, 290.0, 289.0, 289.0, 288.0, 288.0, 289.0, 287.0, 289.0, 288.0, 289.0, 288.0, 289.0, 289.0, 287.0, 289.0, 288.0, 289.0, 289.0, 289.0, 289.0, 287.0, 289.0, 288.0, 288.0, 289.0, 287.0, 289.0, 287.0, 288.0, 287.0, 288.0, 288.0, 289.0, 288.0, 288.0, 288.0, 288.0, 289.0, 289.0, 288.0, 289.0, 288.0, 289.0, 288.0, 288.0, 289.0, 287.0, 289.0, 288.0, 289.0, 288.0, 289.0, 288.0, 287.0, 289.0, 288.0, 288.0, 288.0, 288.0, 288.0, 287.0, 289.0, 287.0, 289.0, 288.0, 289.0, 288.0, 287.0, 289.0, 288.0, 289.0, 288.0, 289.0, 289.0, 287.0, 289.0, 288.0, 289.0, 288.0, 287.0, 289.0, 287.0, 289.0, 287.0, 288.0, 289.0, 288.0, 289.0, 288.0, 287.0, 289.0, 288.0, 289.0, 289.0, 289.0, 290.0, 291.0, 291.0, 288.0, 288.0, 287.0, 289.0, 288.0, 288.0, 289.0, 287.0, 289.0, 288.0, 289.0, 288.0, 289.0, 288.0, 288.0, 289.0, 288.0, 289.0, 288.0, 288.0, 289.0, 287.0, 289.0, 289.0, 289.0, 287.0, 289.0, 288.0, 289.0, 289.0, 288.0, 289.0, 287.0, 288.0, 288.0, 289.0, 288.0, 287.0, 288.0, 287.0, 289.0, 288.0, 288.0, 289.0, 287.0, 289.0, 288.0, 288.0, 289.0, 287.0, 289.0, 287.0, 289.0, 288.0, 287.0, 288.0, 287.0, 289.0, 288.0, 288.0, 288.0, 287.0, 288.0, 287.0, 289.0, 288.0, 287.0, 288.0, 287.0, 288.0, 287.0, 289.0, 288.0, 288.0, 287.0, 287.0, 288.0, 286.0, 288.0, 288.0, 288.0, 288.0, 287.0, 288.0, 287.0, 288.0, 288.0, 287.0, 288.0, 288.0, 289.0, 289.0, 287.0, 290.0, 289.0, 287.0, 289.0, 288.0, 288.0, 288.0, 289.0, 288.0, 289.0, 288.0, 287.0, 288.0, 286.0, 288.0, 287.0, 288.0, 287.0, 288.0, 288.0, 287.0, 288.0, 287.0, 288.0, 288.0, 288.0, 287.0, 288.0, 288.0, 287.0, 289.0, 288.0, 288.0, 289.0, 287.0, 289.0, 288.0, 289.0, 288.0, 289.0, 289.0, 287.0, 289.0, 287.0, 289.0, 288.0, 290.0, 289.0, 288.0, 289.0, 288.0, 289.0, 289.0, 288.0, 289.0, 288.0, 289.0, 288.0, 289.0, 288.0, 290.0, 288.0, 288.0, 289.0, 288.0, 288.0, 288.0, 288.0, 289.0, 287.0, 290.0, 288.0, 289.0, 287.0, 289.0, 287.0, 288.0, 288.0, 287.0, 288.0, 287.0, 288.0, 287.0, 288.0, 288.0, 287.0, 288.0, 287.0, 288.0, 287.0, 288.0, 288.0, 288.0, 290.0, 289.0, 288.0, 288.0, 287.0, 289.0, 289.0, 288.0, 290.0, 289.0, 288.0, 289.0, 289.0, 289.0, 289.0, 288.0, 289.0, 287.0, 289.0, 288.0, 289.0, 288.0, 287.0, 288.0, 286.0, 287.0, 288.0, 287.0, 288.0, 287.0, 288.0, 287.0, 287.0, 288.0, 287.0, 288.0, 287.0, 287.0, 288.0, 286.0, 288.0, 287.0, 288.0, 287.0, 288.0, 288.0, 287.0, 288.0, 288.0, 289.0, 289.0, 288.0, 289.0, 288.0, 287.0, 289.0, 289.0, 287.0, 289.0, 287.0, 287.0, 288.0, 287.0, 288.0, 288.0, 290.0, 288.0, 287.0, 288.0, 287.0, 287.0, 288.0, 287.0, 288.0, 286.0, 287.0, 287.0, 288.0, 287.0, 288.0, 287.0, 288.0, 287.0, 288.0, 288.0, 287.0, 288.0, 288.0, 287.0, 288.0, 288.0, 289.0, 289.0, 288.0, 289.0, 288.0, 288.0, 289.0], 'WindowWidth': [643.0, 639.0, 639.0, 637.0, 637.0, 637.0, 635.0, 635.0, 635.0, 634.0, 634.0, 635.0, 635.0, 636.0, 636.0, 636.0, 634.0, 636.0, 634.0, 632.0, 634.0, 632.0, 633.0, 631.0, 632.0, 631.0, 631.0, 631.0, 633.0, 631.0, 633.0, 631.0, 632.0, 631.0, 632.0, 631.0, 632.0, 632.0, 632.0, 633.0, 632.0, 634.0, 633.0, 634.0, 633.0, 633.0, 634.0, 632.0, 634.0, 632.0, 633.0, 633.0, 635.0, 633.0, 634.0, 632.0, 633.0, 633.0, 632.0, 633.0, 633.0, 633.0, 633.0, 634.0, 634.0, 635.0, 634.0, 634.0, 634.0, 634.0, 635.0, 633.0, 635.0, 633.0, 635.0, 634.0, 634.0, 633.0, 634.0, 634.0, 633.0, 635.0, 633.0, 634.0, 633.0, 635.0, 633.0, 634.0, 633.0, 635.0, 634.0, 636.0, 635.0, 635.0, 633.0, 633.0, 634.0, 633.0, 634.0, 632.0, 635.0, 632.0, 634.0, 633.0, 633.0, 634.0, 634.0, 634.0, 634.0, 634.0, 634.0, 635.0, 635.0, 635.0, 635.0, 636.0, 634.0, 636.0, 636.0, 635.0, 635.0, 634.0, 636.0, 634.0, 637.0, 636.0, 636.0, 635.0, 634.0, 635.0, 634.0, 636.0, 634.0, 634.0, 635.0, 634.0, 637.0, 636.0, 635.0, 634.0, 634.0, 634.0, 633.0, 634.0, 632.0, 633.0, 633.0, 635.0, 634.0, 634.0, 634.0, 633.0, 634.0, 633.0, 635.0, 634.0, 635.0, 633.0, 634.0, 633.0, 632.0, 634.0, 632.0, 633.0, 631.0, 634.0, 632.0, 635.0, 632.0, 633.0, 632.0, 634.0, 633.0, 633.0, 633.0, 632.0, 634.0, 633.0, 634.0, 633.0, 634.0, 633.0, 636.0, 633.0, 634.0, 634.0, 634.0, 633.0, 633.0, 632.0, 634.0, 633.0, 633.0, 633.0, 634.0, 631.0, 633.0, 632.0, 633.0, 633.0, 634.0, 633.0, 633.0, 632.0, 633.0, 634.0, 632.0, 634.0, 632.0, 633.0, 633.0, 634.0, 633.0, 635.0, 633.0, 631.0, 633.0, 632.0, 633.0, 633.0, 634.0, 633.0, 635.0, 633.0, 632.0, 633.0, 632.0, 634.0, 632.0, 634.0, 632.0, 634.0, 632.0, 631.0, 632.0, 632.0, 633.0, 631.0, 634.0, 631.0, 632.0, 632.0, 634.0, 633.0, 634.0, 633.0, 633.0, 633.0, 632.0, 634.0, 631.0, 635.0, 632.0, 634.0, 632.0, 634.0, 632.0, 632.0, 634.0, 632.0, 633.0, 632.0, 634.0, 632.0, 633.0, 633.0, 634.0, 632.0, 633.0, 632.0, 634.0, 633.0, 632.0, 632.0, 631.0, 633.0, 631.0, 633.0, 633.0, 634.0, 632.0, 632.0, 633.0, 633.0, 632.0, 633.0, 632.0, 633.0, 632.0, 633.0, 631.0, 633.0, 632.0, 634.0, 633.0, 634.0, 632.0, 632.0, 633.0, 632.0, 634.0, 632.0, 634.0, 632.0, 634.0, 632.0, 634.0, 632.0, 632.0, 633.0, 631.0, 633.0, 632.0, 634.0, 633.0, 634.0, 632.0, 633.0, 633.0, 632.0, 634.0, 632.0, 634.0, 633.0, 634.0, 632.0, 633.0, 633.0, 633.0, 634.0, 631.0, 633.0, 631.0, 634.0, 633.0, 635.0, 634.0, 632.0, 633.0, 632.0, 634.0, 632.0, 635.0, 633.0, 634.0, 632.0, 633.0, 633.0, 631.0, 633.0, 632.0, 634.0, 634.0, 634.0, 635.0, 632.0, 634.0, 632.0, 633.0, 633.0, 633.0, 634.0, 633.0, 634.0, 631.0, 633.0, 632.0, 632.0, 632.0, 632.0, 632.0, 633.0, 631.0, 631.0, 632.0, 632.0, 633.0, 632.0, 633.0, 632.0, 634.0, 631.0, 632.0, 633.0, 632.0, 634.0, 633.0, 634.0, 632.0, 633.0, 633.0, 632.0, 635.0, 632.0, 634.0, 632.0, 634.0, 632.0, 633.0, 632.0, 633.0, 633.0, 632.0, 632.0, 631.0, 632.0, 632.0, 635.0, 632.0, 633.0, 632.0, 632.0, 633.0, 631.0, 633.0, 633.0, 633.0, 633.0, 632.0, 633.0, 631.0, 633.0, 632.0, 633.0, 632.0, 634.0, 633.0, 632.0, 633.0, 632.0, 634.0, 632.0, 634.0, 632.0, 633.0, 633.0, 634.0, 632.0, 631.0, 633.0, 632.0, 633.0, 633.0, 633.0, 632.0, 633.0, 632.0, 632.0, 633.0, 631.0, 635.0, 634.0, 633.0, 635.0, 634.0, 633.0, 634.0, 634.0, 634.0, 635.0, 633.0, 633.0, 633.0, 634.0, 633.0, 635.0, 633.0, 634.0, 633.0, 633.0, 634.0, 631.0, 634.0, 632.0, 634.0, 633.0, 633.0, 633.0, 632.0, 633.0, 632.0, 633.0, 632.0, 634.0, 633.0, 634.0, 633.0, 633.0, 634.0, 632.0, 635.0, 633.0, 633.0, 632.0, 632.0, 633.0, 631.0, 634.0, 632.0, 633.0, 632.0, 633.0, 633.0, 631.0, 633.0, 632.0, 634.0, 633.0, 633.0, 634.0, 631.0, 633.0, 632.0, 632.0, 633.0, 631.0, 633.0, 631.0, 632.0, 631.0, 632.0, 632.0, 633.0, 632.0, 632.0, 633.0, 632.0, 634.0, 633.0, 632.0, 633.0, 632.0, 633.0, 632.0, 632.0, 633.0, 631.0, 633.0, 632.0, 633.0, 632.0, 634.0, 632.0, 631.0, 633.0, 632.0, 633.0, 632.0, 632.0, 632.0, 631.0, 633.0, 630.0, 633.0, 632.0, 634.0, 632.0, 631.0, 633.0, 632.0, 633.0, 632.0, 633.0, 633.0, 631.0, 633.0, 632.0, 633.0, 632.0, 631.0, 633.0, 631.0, 633.0, 631.0, 632.0, 633.0, 633.0, 633.0, 632.0, 631.0, 633.0, 632.0, 634.0, 633.0, 634.0, 635.0, 636.0, 636.0, 632.0, 632.0, 631.0, 634.0, 632.0, 632.0, 633.0, 631.0, 634.0, 632.0, 633.0, 632.0, 633.0, 632.0, 632.0, 634.0, 632.0, 633.0, 632.0, 632.0, 633.0, 631.0, 634.0, 633.0, 633.0, 631.0, 633.0, 632.0, 633.0, 633.0, 632.0, 634.0, 631.0, 632.0, 632.0, 634.0, 632.0, 631.0, 632.0, 631.0, 633.0, 632.0, 632.0, 633.0, 632.0, 633.0, 632.0, 632.0, 634.0, 631.0, 633.0, 631.0, 633.0, 632.0, 631.0, 632.0, 631.0, 633.0, 632.0, 632.0, 632.0, 631.0, 632.0, 631.0, 633.0, 633.0, 631.0, 632.0, 631.0, 632.0, 631.0, 633.0, 632.0, 632.0, 631.0, 631.0, 631.0, 630.0, 632.0, 632.0, 631.0, 632.0, 631.0, 632.0, 631.0, 632.0, 632.0, 631.0, 632.0, 632.0, 633.0, 633.0, 631.0, 635.0, 633.0, 631.0, 634.0, 632.0, 632.0, 632.0, 633.0, 632.0, 633.0, 632.0, 630.0, 631.0, 630.0, 631.0, 631.0, 632.0, 631.0, 631.0, 632.0, 630.0, 632.0, 630.0, 632.0, 632.0, 632.0, 631.0, 632.0, 632.0, 631.0, 633.0, 632.0, 632.0, 633.0, 631.0, 634.0, 632.0, 634.0, 633.0, 633.0, 633.0, 631.0, 633.0, 631.0, 634.0, 632.0, 635.0, 633.0, 632.0, 633.0, 633.0, 634.0, 633.0, 632.0, 634.0, 632.0, 634.0, 632.0, 634.0, 632.0, 635.0, 632.0, 632.0, 633.0, 632.0, 632.0, 632.0, 632.0, 633.0, 631.0, 635.0, 632.0, 633.0, 631.0, 633.0, 631.0, 631.0, 632.0, 630.0, 632.0, 631.0, 631.0, 631.0, 631.0, 631.0, 630.0, 632.0, 631.0, 631.0, 631.0, 632.0, 633.0, 632.0, 635.0, 634.0, 632.0, 632.0, 631.0, 633.0, 633.0, 633.0, 636.0, 634.0, 633.0, 634.0, 633.0, 634.0, 635.0, 633.0, 634.0, 631.0, 633.0, 632.0, 633.0, 632.0, 631.0, 631.0, 630.0, 630.0, 631.0, 630.0, 631.0, 631.0, 631.0, 631.0, 630.0, 632.0, 631.0, 632.0, 631.0, 631.0, 631.0, 629.0, 631.0, 631.0, 631.0, 631.0, 632.0, 632.0, 630.0, 633.0, 632.0, 633.0, 633.0, 632.0, 633.0, 632.0, 632.0, 634.0, 633.0, 631.0, 633.0, 631.0, 630.0, 632.0, 630.0, 632.0, 632.0, 634.0, 632.0, 631.0, 632.0, 631.0, 630.0, 631.0, 630.0, 632.0, 629.0, 630.0, 630.0, 631.0, 630.0, 631.0, 630.0, 631.0, 630.0, 632.0, 632.0, 631.0, 633.0, 632.0, 631.0, 632.0, 632.0, 633.0, 633.0, 632.0, 633.0, 632.0, 632.0, 633.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.0004858390804597702</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.019100837586206898</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.96401651373993</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2835112061910232</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9969867929344076</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4659</td></tr>
|
|
<tr><td colspan=3>fber</td><td>11729.5977</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08170081213348979</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>15</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.7241379310344827</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4306764843840694</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3797964887157756</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.612829301341659</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2994036630947736</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00802503</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010124731808900833</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.027075879275798798</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.178195316307022</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>26.4783</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>1.8081</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>10.1028</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>2.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>298179.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>0.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>49.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>21.9607</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2673</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>35.9489</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>239.881</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>251.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>78365.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>96.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>308.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>60.0734</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>45.73162447148934</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> |