=== 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-0019 --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-0019",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
103 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
103 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-0019_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-0019_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-0019_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-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0019/figures/sub-0019_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-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019/ses-01/func/sub-0019_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>38531d0f3ea8df9079929a3b5ffcb884</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:27:33.680000</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.99781, 0.0660992, 0.00233253, -0.0659247, 0.991092, 0.115714]</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.253</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.0845103</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>[4161, -7789, -7261, 492, 25, -356, 57, 41]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>235.085</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>b22a0fed-0db0-4cc9-b875-c53fdc92362f||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.6770522594451904, -0.17687101662158966, -0.014409560710191727, 118.67741394042969], [-0.17733925580978394, 2.6590282917022705, 0.31216010451316833, -92.51420593261719], [0.006258015520870686, -0.3104534149169922, 2.6818554401397705, -51.41645050048828], [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': ['152733.680000', '152734.140000', '152734.600000', '152735.060000', '152735.520000', '152735.980000', '152736.440000', '152736.900000', '152737.360000', '152737.820000', '152738.280000', '152738.740000', '152739.200000', '152739.660000', '152740.120000', '152740.580000', '152741.040000', '152741.500000', '152741.960000', '152742.420000', '152742.880000', '152743.340000', '152743.800000', '152744.260000', '152744.720000', '152745.180000', '152745.640000', '152746.100000', '152746.560000', '152747.020000', '152747.480000', '152747.940000', '152748.400000', '152748.860000', '152749.320000', '152749.780000', '152750.240000', '152750.700000', '152751.160000', '152751.620000', '152752.080000', '152752.540000', '152753.000000', '152753.460000', '152753.920000', '152754.380000', '152754.840000', '152755.300000', '152755.760000', '152756.220000', '152756.680000', '152757.140000', '152757.600000', '152758.060000', '152758.520000', '152758.980000', '152759.440000', '152759.900000', '152800.360000', '152800.820000', '152801.280000', '152801.740000', '152802.200000', '152802.660000', '152803.120000', '152803.580000', '152804.040000', '152804.500000', '152804.960000', '152805.420000', '152805.880000', '152806.340000', '152806.800000', '152807.260000', '152807.720000', '152808.180000', '152808.640000', '152809.100000', '152809.560000', '152810.020000', '152810.480000', '152810.940000', '152811.400000', '152811.860000', '152812.320000', '152812.780000', '152813.240000', '152813.700000', '152814.160000', '152814.620000', '152815.080000', '152815.540000', '152816.000000', '152816.460000', '152816.920000', '152817.380000', '152817.840000', '152818.300000', '152818.760000', '152819.220000', '152819.680000', '152820.140000', '152820.600000', '152821.060000', '152821.520000', '152821.980000', '152822.440000', '152822.900000', '152823.360000', '152823.820000', '152824.280000', '152824.740000', '152825.200000', '152825.660000', '152826.120000', '152826.580000', '152827.040000', '152827.500000', '152827.960000', '152828.420000', '152828.880000', '152829.340000', '152829.800000', '152830.260000', '152830.720000', '152831.180000', '152831.640000', '152832.100000', '152832.560000', '152833.020000', '152833.480000', '152833.940000', '152834.400000', '152834.860000', '152835.320000', '152835.780000', '152836.240000', '152836.700000', '152837.160000', '152837.620000', '152838.080000', '152838.540000', '152839.000000', '152839.460000', '152839.920000', '152840.380000', '152840.840000', '152841.300000', '152841.760000', '152842.220000', '152842.680000', '152843.140000', '152843.600000', '152844.060000', '152844.520000', '152844.980000', '152845.440000', '152845.900000', '152846.360000', '152846.820000', '152847.280000', '152847.740000', '152848.200000', '152848.660000', '152849.120000', '152849.580000', '152850.040000', '152850.500000', '152850.960000', '152851.420000', '152851.880000', '152852.340000', '152852.800000', '152853.260000', '152853.720000', '152854.180000', '152854.640000', '152855.100000', '152855.560000', '152856.020000', '152856.480000', '152856.940000', '152857.400000', '152857.860000', '152858.320000', '152858.780000', '152859.240000', '152859.700000', '152900.160000', '152900.620000', '152901.080000', '152901.540000', '152902.000000', '152902.460000', '152902.920000', '152903.380000', '152903.840000', '152904.300000', '152904.760000', '152905.220000', '152905.680000', '152906.140000', '152906.600000', '152907.060000', '152907.520000', '152907.980000', '152908.440000', '152908.900000', '152909.360000', '152909.820000', '152910.280000', '152910.740000', '152911.200000', '152911.660000', '152912.120000', '152912.580000', '152913.040000', '152913.500000', '152913.960000', '152914.420000', '152914.880000', '152915.340000', '152915.800000', '152916.260000', '152916.720000', '152917.180000', '152917.640000', '152918.100000', '152918.560000', '152919.020000', '152919.480000', '152919.940000', '152920.400000', '152920.860000', '152921.320000', '152921.780000', '152922.240000', '152922.700000', '152923.160000', '152923.620000', '152924.080000', '152924.540000', '152925.000000', '152925.460000', '152925.920000', '152926.380000', '152926.840000', '152927.300000', '152927.760000', '152928.220000', '152928.680000', '152929.140000', '152929.600000', '152930.060000', '152930.520000', '152930.980000', '152931.440000', '152931.900000', '152932.360000', '152932.820000', '152933.280000', '152933.740000', '152934.200000', '152934.660000', '152935.120000', '152935.580000', '152936.040000', '152936.500000', '152936.960000', '152937.420000', '152937.880000', '152938.340000', '152938.800000', '152939.260000', '152939.720000', '152940.180000', '152940.640000', '152941.100000', '152941.560000', '152942.020000', '152942.480000', '152942.940000', '152943.400000', '152943.860000', '152944.320000', '152944.780000', '152945.240000', '152945.700000', '152946.160000', '152946.620000', '152947.080000', '152947.540000', '152948.000000', '152948.460000', '152948.920000', '152949.380000', '152949.840000', '152950.300000', '152950.760000', '152951.220000', '152951.680000', '152952.140000', '152952.600000', '152953.060000', '152953.520000', '152953.980000', '152954.440000', '152954.900000', '152955.360000', '152955.820000', '152956.280000', '152956.740000', '152957.200000', '152957.660000', '152958.120000', '152958.580000', '152959.040000', '152959.500000', '152959.960000', '153000.420000', '153000.880000', '153001.340000', '153001.800000', '153002.260000', '153002.720000', '153003.180000', '153003.640000', '153004.100000', '153004.560000', '153005.020000', '153005.480000', '153005.940000', '153006.400000', '153006.860000', '153007.320000', '153007.780000', '153008.240000', '153008.700000', '153009.160000', '153009.620000', '153010.080000', '153010.540000', '153011.000000', '153011.460000', '153011.920000', '153012.380000', '153012.840000', '153013.300000', '153013.760000', '153014.220000', '153014.680000', '153015.140000', '153015.600000', '153016.060000', '153016.520000', '153016.980000', '153017.440000', '153017.900000', '153018.360000', '153018.820000', '153019.280000', '153019.740000', '153020.200000', '153020.660000', '153021.120000', '153021.580000', '153022.040000', '153022.500000', '153022.960000', '153023.420000', '153023.880000', '153024.340000', '153024.800000', '153025.260000', '153025.720000', '153026.180000', '153026.640000', '153027.100000', '153027.560000', '153028.020000', '153028.480000', '153028.940000', '153029.400000', '153029.860000', '153030.320000', '153030.780000', '153031.240000', '153031.700000', '153032.160000', '153032.620000', '153033.080000', '153033.540000', '153034.000000', '153034.460000', '153034.920000', '153035.380000', '153035.840000', '153036.300000', '153036.760000', '153037.220000', '153037.680000', '153038.140000', '153038.600000', '153039.060000', '153039.520000', '153039.980000', '153040.440000', '153040.900000', '153041.360000', '153041.820000', '153042.280000', '153042.740000', '153043.200000', '153043.660000', '153044.120000', '153044.580000', '153045.040000', '153045.500000', '153045.960000', '153046.420000', '153046.880000', '153047.340000', '153047.800000', '153048.260000', '153048.720000', '153049.180000', '153049.640000', '153050.100000', '153050.560000', '153051.020000', '153051.480000', '153051.940000', '153052.400000', '153052.860000', '153053.320000', '153053.780000', '153054.240000', '153054.700000', '153055.160000', '153055.620000', '153056.080000', '153056.540000', '153057.000000', '153057.460000', '153057.920000', '153058.380000', '153058.840000', '153059.300000', '153059.760000', '153100.220000', '153100.680000', '153101.140000', '153101.600000', '153102.060000', '153102.520000', '153102.980000', '153103.440000', '153103.900000', '153104.360000', '153104.820000', '153105.280000', '153105.740000', '153106.200000', '153106.660000', '153107.120000', '153107.580000', '153108.040000', '153108.500000', '153108.960000', '153109.420000', '153109.880000', '153110.340000', '153110.800000', '153111.260000', '153111.720000', '153112.180000', '153112.640000', '153113.100000', '153113.560000', '153114.020000', '153114.480000', '153114.940000', '153115.400000', '153115.860000', '153116.320000', '153116.780000', '153117.240000', '153117.700000', '153118.160000', '153118.620000', '153119.080000', '153119.540000', '153120.000000', '153120.460000', '153120.920000', '153121.380000', '153121.840000', '153122.300000', '153122.760000', '153123.220000', '153123.680000', '153124.140000', '153124.600000', '153125.060000', '153125.520000', '153125.980000', '153126.440000', '153126.900000', '153127.360000', '153127.820000', '153128.280000', '153128.740000', '153129.200000', '153129.660000', '153130.120000', '153130.580000', '153131.040000', '153131.500000', '153131.960000', '153132.420000', '153132.880000', '153133.340000', '153133.800000', '153134.260000', '153134.720000', '153135.180000', '153135.640000', '153136.100000', '153136.560000', '153137.020000', '153137.480000', '153137.940000', '153138.400000', '153138.860000', '153139.320000', '153139.780000', '153140.240000', '153140.700000', '153141.160000', '153141.620000', '153142.080000', '153142.540000', '153143.000000', '153143.460000', '153143.920000', '153144.380000', '153144.840000', '153145.300000', '153145.760000', '153146.220000', '153146.680000', '153147.140000', '153147.600000', '153148.060000', '153148.520000', '153148.980000', '153149.440000', '153149.900000', '153150.360000', '153150.820000', '153151.280000', '153151.740000', '153152.200000', '153152.660000', '153153.120000', '153153.580000', '153154.040000', '153154.500000', '153154.960000', '153155.420000', '153155.880000', '153156.340000', '153156.800000', '153157.260000', '153157.720000', '153158.180000', '153158.640000', '153159.100000', '153159.560000', '153200.020000', '153200.480000', '153200.940000', '153201.400000', '153201.860000', '153202.320000', '153202.780000', '153203.240000', '153203.700000', '153204.160000', '153204.620000', '153205.080000', '153205.540000', '153206.000000', '153206.460000', '153206.920000', '153207.380000', '153207.840000', '153208.300000', '153208.760000', '153209.220000', '153209.680000', '153210.140000', '153210.600000', '153211.060000', '153211.520000', '153211.980000', '153212.440000', '153212.900000', '153213.360000', '153213.820000', '153214.280000', '153214.740000', '153215.200000', '153215.660000', '153216.120000', '153216.580000', '153217.040000', '153217.500000', '153217.960000', '153218.420000', '153218.880000', '153219.340000', '153219.800000', '153220.260000', '153220.720000', '153221.180000', '153221.640000', '153222.100000', '153222.560000', '153223.020000', '153223.480000', '153223.940000', '153224.400000', '153224.860000', '153225.320000', '153225.780000', '153226.240000', '153226.700000', '153227.160000', '153227.620000', '153228.080000', '153228.540000', '153229.000000', '153229.460000', '153229.920000', '153230.380000', '153230.840000', '153231.300000', '153231.760000', '153232.220000', '153232.680000', '153233.140000', '153233.600000', '153234.060000', '153234.520000', '153234.980000', '153235.440000', '153235.900000', '153236.360000', '153236.820000', '153237.280000', '153237.740000', '153238.200000', '153238.660000', '153239.120000', '153239.580000', '153240.040000', '153240.500000', '153240.960000', '153241.420000', '153241.880000', '153242.340000', '153242.800000', '153243.260000', '153243.720000', '153244.180000', '153244.640000', '153245.100000', '153245.560000', '153246.020000', '153246.480000', '153246.940000', '153247.400000', '153247.860000', '153248.320000', '153248.780000', '153249.240000', '153249.700000', '153250.160000', '153250.620000', '153251.080000', '153251.540000', '153252.000000', '153252.460000', '153252.920000', '153253.380000', '153253.840000', '153254.300000', '153254.760000', '153255.220000', '153255.680000', '153256.140000', '153256.600000', '153257.060000', '153257.520000', '153257.980000', '153258.440000', '153258.900000', '153259.360000', '153259.820000', '153300.280000', '153300.740000', '153301.200000', '153301.660000', '153302.120000', '153302.580000', '153303.040000', '153303.500000', '153303.960000', '153304.420000', '153304.880000', '153305.340000', '153305.800000', '153306.260000', '153306.720000', '153307.180000', '153307.640000', '153308.100000', '153308.560000', '153309.020000', '153309.480000', '153309.940000', '153310.400000', '153310.860000', '153311.320000', '153311.780000', '153312.240000', '153312.700000', '153313.160000', '153313.620000', '153314.080000', '153314.540000', '153315.000000', '153315.460000', '153315.920000', '153316.380000', '153316.840000', '153317.300000', '153317.760000', '153318.220000', '153318.680000', '153319.140000', '153319.600000', '153320.060000', '153320.520000', '153320.980000', '153321.440000', '153321.900000', '153322.360000', '153322.820000', '153323.280000', '153323.740000', '153324.200000', '153324.660000', '153325.120000', '153325.580000', '153326.040000', '153326.500000', '153326.960000', '153327.420000', '153327.880000', '153328.340000', '153328.800000', '153329.260000', '153329.720000', '153330.180000', '153330.640000', '153331.100000', '153331.560000', '153332.020000', '153332.480000', '153332.940000', '153333.400000', '153333.860000', '153334.320000', '153334.780000', '153335.240000', '153335.700000', '153336.160000', '153336.620000', '153337.080000', '153337.540000', '153338.000000', '153338.460000', '153338.920000', '153339.380000', '153339.840000', '153340.300000', '153340.760000', '153341.220000', '153341.680000', '153342.140000', '153342.600000', '153343.060000', '153343.520000', '153343.980000', '153344.440000', '153344.900000', '153345.360000', '153345.820000', '153346.280000', '153346.740000', '153347.200000', '153347.660000', '153348.120000', '153348.580000', '153349.040000', '153349.500000', '153349.960000', '153350.420000', '153350.880000', '153351.340000', '153351.800000', '153352.260000', '153352.720000', '153353.180000', '153353.640000', '153354.100000', '153354.560000', '153355.020000', '153355.480000', '153355.940000', '153356.400000', '153356.860000', '153357.320000', '153357.780000', '153358.240000', '153358.700000', '153359.160000', '153359.620000', '153400.080000', '153400.540000', '153401.000000', '153401.460000', '153401.920000', '153402.380000', '153402.840000', '153403.300000', '153403.760000', '153404.220000', '153404.680000', '153405.140000', '153405.600000', '153406.060000', '153406.520000', '153406.980000', '153407.440000', '153407.900000', '153408.360000', '153408.820000', '153409.280000', '153409.740000', '153410.200000', '153410.660000', '153411.120000', '153411.580000', '153412.040000', '153412.500000', '153412.960000', '153413.420000', '153413.880000', '153414.340000'], 'ContentTime': ['152737.522000', '152737.787000', '152737.967000', '152738.198000', '152738.391000', '152738.661000', '152738.925000', '152739.077000', '152739.250000', '152739.481000', '152739.650000', '152740.004000', '152740.466000', '152740.927000', '152741.409000', '152741.877000', '152742.323000', '152742.795000', '152743.275000', '152743.713000', '152744.167000', '152744.633000', '152745.090000', '152745.591000', '152746.017000', '152746.500000', '152746.932000', '152747.381000', '152747.848000', '152748.319000', '152748.773000', '152749.238000', '152749.691000', '152750.159000', '152750.622000', '152751.065000', '152751.532000', '152751.995000', '152752.483000', '152752.912000', '152753.375000', '152753.822000', '152754.281000', '152754.749000', '152755.201000', '152755.663000', '152756.172000', '152756.579000', '152757.049000', '152757.515000', '152757.958000', '152758.430000', '152758.894000', '152759.351000', '152759.819000', '152800.277000', '152800.721000', '152801.184000', '152801.641000', '152802.117000', '152802.572000', '152803.022000', '152803.491000', '152803.956000', '152804.416000', '152804.862000', '152805.331000', '152805.791000', '152806.258000', '152806.711000', '152807.175000', '152807.626000', '152808.085000', '152808.540000', '152809.013000', '152809.475000', '152809.926000', '152810.386000', '152810.892000', '152811.311000', '152811.771000', '152812.233000', '152812.693000', '152813.159000', '152813.604000', '152814.073000', '152814.525000', '152814.981000', '152815.458000', '152815.916000', '152816.402000', '152816.838000', '152817.292000', '152817.750000', '152818.206000', '152818.670000', '152819.121000', '152819.597000', '152820.053000', '152820.502000', '152820.959000', '152821.433000', '152821.881000', '152822.352000', '152822.805000', '152823.278000', '152823.736000', '152824.178000', '152824.642000', '152825.114000', '152825.575000', '152826.025000', '152826.480000', '152826.954000', '152827.417000', '152827.866000', '152828.330000', '152828.780000', '152829.252000', '152829.716000', '152830.169000', '152830.634000', '152831.083000', '152831.560000', '152832.016000', '152832.477000', '152832.932000', '152833.390000', '152833.848000', '152834.318000', '152834.764000', '152835.226000', '152835.698000', '152836.145000', '152836.638000', '152837.070000', '152837.536000', '152838.003000', '152838.443000', '152838.910000', '152839.367000', '152839.864000', '152840.286000', '152840.752000', '152841.202000', '152841.699000', '152842.134000', '152842.583000', '152843.049000', '152843.509000', '152843.982000', '152844.429000', '152844.898000', '152845.347000', '152845.816000', '152846.271000', '152846.722000', '152847.191000', '152847.640000', '152848.111000', '152848.616000', '152849.023000', '152849.487000', '152849.952000', '152850.444000', '152850.871000', '152851.338000', '152851.803000', '152852.244000', '152852.712000', '152853.174000', '152853.645000', '152854.084000', '152854.558000', '152855.021000', '152855.469000', '152855.932000', '152856.403000', '152856.842000', '152857.315000', '152857.760000', '152858.224000', '152858.696000', '152859.161000', '152859.614000', '152900.077000', '152900.529000', '152900.982000', '152901.455000', '152901.917000', '152902.379000', '152902.829000', '152903.284000', '152903.750000', '152904.210000', '152904.665000', '152905.137000', '152905.598000', '152906.043000', '152906.512000', '152906.966000', '152907.431000', '152907.883000', '152908.347000', '152908.850000', '152909.269000', '152909.738000', '152910.181000', '152910.689000', '152911.122000', '152911.574000', '152912.026000', '152912.516000', '152912.949000', '152913.415000', '152913.870000', '152914.368000', '152914.786000', '152915.254000', '152915.721000', '152916.173000', '152916.640000', '152917.098000', '152917.550000', '152918.016000', '152918.466000', '152918.925000', '152919.395000', '152919.859000', '152920.314000', '152920.767000', '152921.239000', '152921.696000', '152922.170000', '152922.618000', '152923.067000', '152923.523000', '152924.000000', '152924.448000', '152924.904000', '152925.369000', '152925.837000', '152926.292000', '152926.760000', '152927.219000', '152927.672000', '152928.188000', '152928.594000', '152929.056000', '152929.508000', '152930.013000', '152930.434000', '152930.939000', '152931.385000', '152931.865000', '152932.279000', '152932.739000', '152933.233000', '152933.655000', '152934.113000', '152934.571000', '152935.043000', '152935.489000', '152935.988000', '152936.409000', '152936.870000', '152937.363000', '152937.797000', '152938.289000', '152938.707000', '152939.175000', '152939.622000', '152940.088000', '152940.619000', '152941.013000', '152941.467000', '152941.933000', '152942.403000', '152942.850000', '152943.319000', '152943.777000', '152944.232000', '152944.731000', '152945.164000', '152945.611000', '152946.069000', '152946.537000', '152946.992000', '152947.446000', '152947.919000', '152948.375000', '152948.834000', '152949.302000', '152949.744000', '152950.218000', '152950.680000', '152951.131000', '152951.598000', '152952.055000', '152952.509000', '152952.981000', '152953.439000', '152953.900000', '152954.360000', '152954.820000', '152955.279000', '152955.732000', '152956.198000', '152956.658000', '152957.115000', '152957.580000', '152958.038000', '152958.506000', '152958.947000', '152959.413000', '152959.888000', '153000.340000', '153000.798000', '153001.256000', '153001.715000', '153002.173000', '153002.644000', '153003.093000', '153003.589000', '153004.028000', '153004.468000', '153004.930000', '153005.401000', '153005.867000', '153006.314000', '153006.780000', '153007.230000', '153007.693000', '153008.148000', '153008.651000', '153009.079000', '153009.528000', '153009.992000', '153010.461000', '153010.927000', '153011.385000', '153011.835000', '153012.287000', '153012.753000', '153013.217000', '153013.676000', '153014.134000', '153014.599000', '153015.053000', '153015.509000', '153015.978000', '153016.429000', '153016.893000', '153017.348000', '153017.812000', '153018.286000', '153018.748000', '153019.199000', '153019.666000', '153020.116000', '153020.638000', '153021.045000', '153021.492000', '153021.951000', '153022.412000', '153022.873000', '153023.330000', '153023.791000', '153024.247000', '153024.721000', '153025.171000', '153025.646000', '153026.088000', '153026.555000', '153027.016000', '153027.475000', '153027.939000', '153028.399000', '153028.850000', '153029.327000', '153029.808000', '153030.229000', '153030.779000', '153031.156000', '153031.621000', '153032.073000', '153032.549000', '153032.998000', '153033.453000', '153033.916000', '153034.382000', '153034.833000', '153035.289000', '153035.764000', '153036.210000', '153036.678000', '153037.133000', '153037.607000', '153038.055000', '153038.528000', '153038.981000', '153039.432000', '153039.892000', '153040.366000', '153040.830000', '153041.288000', '153041.735000', '153042.211000', '153042.671000', '153043.110000', '153043.615000', '153044.036000', '153044.497000', '153044.970000', '153045.430000', '153045.891000', '153046.345000', '153046.791000', '153047.263000', '153047.725000', '153048.190000', '153048.631000', '153049.094000', '153049.553000', '153050.015000', '153050.516000', '153050.946000', '153051.390000', '153051.861000', '153052.321000', '153052.790000', '153053.243000', '153053.709000', '153054.162000', '153054.659000', '153055.087000', '153055.542000', '153056.008000', '153056.452000', '153056.949000', '153057.380000', '153057.887000', '153058.295000', '153058.808000', '153059.220000', '153059.715000', '153100.150000', '153100.616000', '153101.066000', '153101.516000', '153101.978000', '153102.442000', '153102.964000', '153103.368000', '153103.815000', '153104.316000', '153104.747000', '153105.205000', '153105.663000', '153106.126000', '153106.584000', '153107.051000', '153107.491000', '153107.968000', '153108.456000', '153108.893000', '153109.345000', '153109.806000', '153110.257000', '153110.729000', '153111.191000', '153111.642000', '153112.095000', '153112.558000', '153113.024000', '153113.516000', '153113.940000', '153114.411000', '153114.858000', '153115.331000', '153115.793000', '153116.256000', '153116.694000', '153117.169000', '153117.634000', '153118.075000', '153118.554000', '153119.000000', '153119.468000', '153119.914000', '153120.384000', '153120.844000', '153121.304000', '153121.763000', '153122.227000', '153122.687000', '153123.141000', '153123.611000', '153124.066000', '153124.536000', '153124.992000', '153125.448000', '153125.912000', '153126.361000', '153126.820000', '153127.292000', '153127.752000', '153128.240000', '153128.672000', '153129.129000', '153129.621000', '153130.075000', '153130.502000', '153130.979000', '153131.432000', '153131.889000', '153132.351000', '153132.798000', '153133.270000', '153133.725000', '153134.187000', '153134.653000', '153135.100000', '153135.575000', '153136.047000', '153136.486000', '153136.940000', '153137.398000', '153137.866000', '153138.325000', '153138.793000', '153139.252000', '153139.696000', '153140.168000', '153140.646000', '153141.081000', '153141.559000', '153142.007000', '153142.513000', '153142.958000', '153143.385000', '153143.863000', '153144.310000', '153144.759000', '153145.218000', '153145.695000', '153146.173000', '153146.620000', '153147.066000', '153147.541000', '153147.995000', '153148.453000', '153148.921000', '153149.368000', '153149.841000', '153150.329000', '153150.740000', '153151.212000', '153151.660000', '153152.129000', '153152.590000', '153153.087000', '153153.503000', '153153.978000', '153154.434000', '153154.880000', '153155.341000', '153155.803000', '153156.280000', '153156.721000', '153157.196000', '153157.650000', '153158.104000', '153158.578000', '153159.020000', '153159.477000', '153159.940000', '153200.399000', '153200.873000', '153201.349000', '153201.778000', '153202.248000', '153202.703000', '153203.164000', '153203.617000', '153204.096000', '153204.544000', '153205.031000', '153205.475000', '153205.938000', '153206.397000', '153206.841000', '153207.306000', '153207.777000', '153208.234000', '153208.681000', '153209.154000', '153209.605000', '153210.057000', '153210.518000', '153210.989000', '153211.458000', '153211.912000', '153212.359000', '153212.837000', '153213.289000', '153213.740000', '153214.218000', '153214.669000', '153215.161000', '153215.601000', '153216.054000', '153216.510000', '153216.979000', '153217.432000', '153217.887000', '153218.351000', '153218.811000', '153219.300000', '153219.734000', '153220.198000', '153220.652000', '153221.104000', '153221.564000', '153222.025000', '153222.529000', '153222.949000', '153223.399000', '153223.887000', '153224.330000', '153224.795000', '153225.263000', '153225.714000', '153226.173000', '153226.625000', '153227.085000', '153227.549000', '153228.012000', '153228.465000', '153228.932000', '153229.401000', '153229.845000', '153230.322000', '153230.768000', '153231.221000', '153231.692000', '153232.161000', '153232.609000', '153233.077000', '153233.531000', '153234.004000', '153234.444000', '153234.917000', '153235.364000', '153235.833000', '153236.290000', '153236.747000', '153237.214000', '153237.675000', '153238.141000', '153238.590000', '153239.048000', '153239.523000', '153239.976000', '153240.465000', '153240.896000', '153241.344000', '153241.808000', '153242.263000', '153242.746000', '153243.194000', '153243.651000', '153244.124000', '153244.583000', '153245.039000', '153245.507000', '153246.029000', '153246.406000', '153246.886000', '153247.326000', '153247.798000', '153248.246000', '153248.721000', '153249.170000', '153249.640000', '153250.086000', '153250.565000', '153251.018000', '153251.479000', '153251.934000', '153252.390000', '153252.847000', '153253.317000', '153253.784000', '153254.238000', '153254.694000', '153255.144000', '153255.608000', '153256.077000', '153256.535000', '153256.992000', '153257.446000', '153257.911000', '153258.379000', '153258.866000', '153259.296000', '153259.803000', '153300.211000', '153300.669000', '153301.139000', '153301.601000', '153302.063000', '153302.519000', '153302.973000', '153303.447000', '153303.892000', '153304.347000', '153304.820000', '153305.268000', '153305.725000', '153306.188000', '153306.664000', '153307.113000', '153307.586000', '153308.030000', '153308.506000', '153308.970000', '153309.426000', '153309.930000', '153310.331000', '153310.871000', '153311.293000', '153311.723000', '153312.169000', '153312.632000', '153313.090000', '153313.554000', '153314.022000', '153314.482000', '153314.949000', '153315.392000', '153315.860000', '153316.321000', '153316.769000', '153317.243000', '153317.689000', '153318.149000', '153318.623000', '153319.071000', '153319.528000', '153319.990000', '153320.471000', '153320.918000', '153321.389000', '153321.839000', '153322.312000', '153322.775000', '153323.229000', '153323.677000', '153324.132000', '153324.599000', '153325.054000', '153325.510000', '153325.971000', '153326.444000', '153326.893000', '153327.348000', '153327.824000', '153328.288000', '153328.734000', '153329.199000', '153329.663000', '153330.110000', '153330.612000', '153331.048000', '153331.508000', '153331.963000', '153332.427000', '153332.883000', '153333.349000', '153333.799000', '153334.258000', '153334.726000', '153335.172000', '153335.638000', '153336.093000', '153336.561000', '153337.018000', '153337.490000', '153337.934000', '153338.405000', '153338.862000', '153339.329000', '153339.979000', '153340.303000', '153340.704000', '153341.166000', '153341.632000', '153342.085000', '153342.545000', '153343.066000', '153343.459000', '153343.933000', '153344.390000', '153344.855000', '153345.295000', '153345.762000', '153346.225000', '153346.724000', '153347.134000', '153347.607000', '153348.124000', '153348.526000', '153348.974000', '153349.456000', '153349.938000', '153350.369000', '153350.822000', '153351.273000', '153351.745000', '153352.194000', '153352.658000', '153353.128000', '153353.602000', '153354.079000', '153354.538000', '153355.000000', '153355.417000', '153355.887000', '153356.345000', '153356.810000', '153357.258000', '153357.734000', '153358.177000', '153358.637000', '153359.100000', '153359.569000', '153400.021000', '153400.493000', '153400.949000', '153401.398000', '153401.970000', '153402.335000', '153402.790000', '153403.283000', '153403.711000', '153404.173000', '153404.630000', '153405.096000', '153405.549000', '153406.046000', '153406.462000', '153406.960000', '153407.388000', '153407.856000', '153408.334000', '153408.767000', '153409.229000', '153409.697000', '153410.165000', '153410.599000', '153411.075000', '153411.534000', '153411.988000', '153412.448000', '153412.916000', '153413.372000', '153413.828000', '153414.287000', '153414.753000', '153415.218000', '153415.668000'], 'InstanceCreationTime': ['152737.522000', '152737.787000', '152737.967000', '152738.198000', '152738.391000', '152738.661000', '152738.925000', '152739.077000', '152739.250000', '152739.481000', '152739.650000', '152740.004000', '152740.466000', '152740.927000', '152741.409000', '152741.877000', '152742.323000', '152742.795000', '152743.275000', '152743.713000', '152744.167000', '152744.633000', '152745.090000', '152745.591000', '152746.017000', '152746.500000', '152746.932000', '152747.381000', '152747.848000', '152748.319000', '152748.773000', '152749.238000', '152749.691000', '152750.159000', '152750.622000', '152751.065000', '152751.532000', '152751.995000', '152752.483000', '152752.912000', '152753.375000', '152753.822000', '152754.281000', '152754.749000', '152755.201000', '152755.663000', '152756.172000', '152756.579000', '152757.049000', '152757.515000', '152757.958000', '152758.430000', '152758.894000', '152759.351000', '152759.819000', '152800.277000', '152800.721000', '152801.184000', '152801.641000', '152802.117000', '152802.572000', '152803.022000', '152803.491000', '152803.956000', '152804.416000', '152804.862000', '152805.331000', '152805.791000', '152806.258000', '152806.711000', '152807.175000', '152807.626000', '152808.085000', '152808.540000', '152809.013000', '152809.475000', '152809.926000', '152810.386000', '152810.892000', '152811.311000', '152811.771000', '152812.233000', '152812.693000', '152813.159000', '152813.604000', '152814.073000', '152814.525000', '152814.981000', '152815.458000', '152815.916000', '152816.402000', '152816.838000', '152817.292000', '152817.750000', '152818.206000', '152818.670000', '152819.121000', '152819.597000', '152820.053000', '152820.502000', '152820.959000', '152821.433000', '152821.881000', '152822.352000', '152822.805000', '152823.278000', '152823.736000', '152824.178000', '152824.642000', '152825.114000', '152825.575000', '152826.025000', '152826.480000', '152826.954000', '152827.417000', '152827.866000', '152828.330000', '152828.780000', '152829.252000', '152829.716000', '152830.169000', '152830.634000', '152831.083000', '152831.560000', '152832.016000', '152832.477000', '152832.932000', '152833.390000', '152833.848000', '152834.318000', '152834.764000', '152835.226000', '152835.698000', '152836.145000', '152836.638000', '152837.070000', '152837.536000', '152838.003000', '152838.443000', '152838.910000', '152839.367000', '152839.864000', '152840.286000', '152840.752000', '152841.202000', '152841.699000', '152842.134000', '152842.583000', '152843.049000', '152843.509000', '152843.982000', '152844.429000', '152844.898000', '152845.347000', '152845.816000', '152846.271000', '152846.722000', '152847.191000', '152847.640000', '152848.111000', '152848.616000', '152849.023000', '152849.487000', '152849.952000', '152850.444000', '152850.871000', '152851.338000', '152851.803000', '152852.244000', '152852.712000', '152853.174000', '152853.645000', '152854.084000', '152854.558000', '152855.021000', '152855.469000', '152855.932000', '152856.403000', '152856.842000', '152857.315000', '152857.760000', '152858.224000', '152858.696000', '152859.161000', '152859.614000', '152900.077000', '152900.529000', '152900.982000', '152901.455000', '152901.917000', '152902.379000', '152902.829000', '152903.284000', '152903.750000', '152904.210000', '152904.665000', '152905.137000', '152905.598000', '152906.043000', '152906.512000', '152906.966000', '152907.431000', '152907.883000', '152908.347000', '152908.850000', '152909.269000', '152909.738000', '152910.181000', '152910.689000', '152911.122000', '152911.574000', '152912.026000', '152912.516000', '152912.949000', '152913.415000', '152913.870000', '152914.368000', '152914.786000', '152915.254000', '152915.721000', '152916.173000', '152916.640000', '152917.098000', '152917.550000', '152918.016000', '152918.466000', '152918.925000', '152919.395000', '152919.859000', '152920.314000', '152920.767000', '152921.239000', '152921.696000', '152922.170000', '152922.618000', '152923.067000', '152923.523000', '152924.000000', '152924.448000', '152924.904000', '152925.369000', '152925.837000', '152926.292000', '152926.760000', '152927.219000', '152927.672000', '152928.188000', '152928.594000', '152929.056000', '152929.508000', '152930.013000', '152930.434000', '152930.939000', '152931.385000', '152931.865000', '152932.279000', '152932.739000', '152933.233000', '152933.655000', '152934.113000', '152934.571000', '152935.043000', '152935.489000', '152935.988000', '152936.409000', '152936.870000', '152937.363000', '152937.797000', '152938.289000', '152938.707000', '152939.175000', '152939.622000', '152940.088000', '152940.619000', '152941.013000', '152941.467000', '152941.933000', '152942.403000', '152942.850000', '152943.319000', '152943.777000', '152944.232000', '152944.731000', '152945.164000', '152945.611000', '152946.069000', '152946.537000', '152946.992000', '152947.446000', '152947.919000', '152948.375000', '152948.834000', '152949.302000', '152949.744000', '152950.218000', '152950.680000', '152951.131000', '152951.598000', '152952.055000', '152952.509000', '152952.981000', '152953.439000', '152953.900000', '152954.360000', '152954.820000', '152955.279000', '152955.732000', '152956.198000', '152956.658000', '152957.115000', '152957.580000', '152958.038000', '152958.506000', '152958.947000', '152959.413000', '152959.888000', '153000.340000', '153000.798000', '153001.256000', '153001.715000', '153002.173000', '153002.644000', '153003.093000', '153003.589000', '153004.028000', '153004.468000', '153004.930000', '153005.401000', '153005.867000', '153006.314000', '153006.780000', '153007.230000', '153007.693000', '153008.148000', '153008.651000', '153009.079000', '153009.528000', '153009.992000', '153010.461000', '153010.927000', '153011.385000', '153011.835000', '153012.287000', '153012.753000', '153013.217000', '153013.676000', '153014.134000', '153014.599000', '153015.053000', '153015.509000', '153015.978000', '153016.429000', '153016.893000', '153017.348000', '153017.812000', '153018.286000', '153018.748000', '153019.199000', '153019.666000', '153020.116000', '153020.638000', '153021.045000', '153021.492000', '153021.951000', '153022.412000', '153022.873000', '153023.330000', '153023.791000', '153024.247000', '153024.721000', '153025.171000', '153025.646000', '153026.088000', '153026.555000', '153027.016000', '153027.475000', '153027.939000', '153028.399000', '153028.850000', '153029.327000', '153029.808000', '153030.229000', '153030.779000', '153031.156000', '153031.621000', '153032.073000', '153032.549000', '153032.998000', '153033.453000', '153033.916000', '153034.382000', '153034.833000', '153035.289000', '153035.764000', '153036.210000', '153036.678000', '153037.133000', '153037.607000', '153038.055000', '153038.528000', '153038.981000', '153039.432000', '153039.892000', '153040.366000', '153040.830000', '153041.288000', '153041.735000', '153042.211000', '153042.671000', '153043.110000', '153043.615000', '153044.036000', '153044.497000', '153044.970000', '153045.430000', '153045.891000', '153046.345000', '153046.791000', '153047.263000', '153047.725000', '153048.190000', '153048.631000', '153049.094000', '153049.553000', '153050.015000', '153050.516000', '153050.946000', '153051.390000', '153051.861000', '153052.321000', '153052.790000', '153053.243000', '153053.709000', '153054.162000', '153054.659000', '153055.087000', '153055.542000', '153056.008000', '153056.452000', '153056.949000', '153057.380000', '153057.887000', '153058.295000', '153058.808000', '153059.220000', '153059.715000', '153100.150000', '153100.616000', '153101.066000', '153101.516000', '153101.978000', '153102.442000', '153102.964000', '153103.368000', '153103.815000', '153104.316000', '153104.747000', '153105.205000', '153105.663000', '153106.126000', '153106.584000', '153107.051000', '153107.491000', '153107.968000', '153108.456000', '153108.893000', '153109.345000', '153109.806000', '153110.257000', '153110.729000', '153111.191000', '153111.642000', '153112.095000', '153112.558000', '153113.024000', '153113.516000', '153113.940000', '153114.411000', '153114.858000', '153115.331000', '153115.793000', '153116.256000', '153116.694000', '153117.169000', '153117.634000', '153118.075000', '153118.554000', '153119.000000', '153119.468000', '153119.914000', '153120.384000', '153120.844000', '153121.304000', '153121.763000', '153122.227000', '153122.687000', '153123.141000', '153123.611000', '153124.066000', '153124.536000', '153124.992000', '153125.448000', '153125.912000', '153126.361000', '153126.820000', '153127.292000', '153127.752000', '153128.240000', '153128.672000', '153129.129000', '153129.621000', '153130.075000', '153130.502000', '153130.979000', '153131.432000', '153131.889000', '153132.351000', '153132.798000', '153133.270000', '153133.725000', '153134.187000', '153134.653000', '153135.100000', '153135.575000', '153136.047000', '153136.486000', '153136.940000', '153137.398000', '153137.866000', '153138.325000', '153138.793000', '153139.252000', '153139.696000', '153140.168000', '153140.646000', '153141.081000', '153141.559000', '153142.007000', '153142.513000', '153142.958000', '153143.385000', '153143.863000', '153144.310000', '153144.759000', '153145.218000', '153145.695000', '153146.173000', '153146.620000', '153147.066000', '153147.541000', '153147.995000', '153148.453000', '153148.921000', '153149.368000', '153149.841000', '153150.329000', '153150.740000', '153151.212000', '153151.660000', '153152.129000', '153152.590000', '153153.087000', '153153.503000', '153153.978000', '153154.434000', '153154.880000', '153155.341000', '153155.803000', '153156.280000', '153156.721000', '153157.196000', '153157.650000', '153158.104000', '153158.578000', '153159.020000', '153159.477000', '153159.940000', '153200.399000', '153200.873000', '153201.349000', '153201.778000', '153202.248000', '153202.703000', '153203.164000', '153203.617000', '153204.096000', '153204.544000', '153205.031000', '153205.475000', '153205.938000', '153206.397000', '153206.841000', '153207.306000', '153207.777000', '153208.234000', '153208.681000', '153209.154000', '153209.605000', '153210.057000', '153210.518000', '153210.989000', '153211.458000', '153211.912000', '153212.359000', '153212.837000', '153213.289000', '153213.740000', '153214.218000', '153214.669000', '153215.161000', '153215.601000', '153216.054000', '153216.510000', '153216.979000', '153217.432000', '153217.887000', '153218.351000', '153218.811000', '153219.300000', '153219.734000', '153220.198000', '153220.652000', '153221.104000', '153221.564000', '153222.025000', '153222.529000', '153222.949000', '153223.399000', '153223.887000', '153224.330000', '153224.795000', '153225.263000', '153225.714000', '153226.173000', '153226.625000', '153227.085000', '153227.549000', '153228.012000', '153228.465000', '153228.932000', '153229.401000', '153229.845000', '153230.322000', '153230.768000', '153231.221000', '153231.692000', '153232.161000', '153232.609000', '153233.077000', '153233.531000', '153234.004000', '153234.444000', '153234.917000', '153235.364000', '153235.833000', '153236.290000', '153236.747000', '153237.214000', '153237.675000', '153238.141000', '153238.590000', '153239.048000', '153239.523000', '153239.976000', '153240.465000', '153240.896000', '153241.344000', '153241.808000', '153242.263000', '153242.746000', '153243.194000', '153243.651000', '153244.124000', '153244.583000', '153245.039000', '153245.507000', '153246.029000', '153246.406000', '153246.886000', '153247.326000', '153247.798000', '153248.246000', '153248.721000', '153249.170000', '153249.640000', '153250.086000', '153250.565000', '153251.018000', '153251.479000', '153251.934000', '153252.390000', '153252.847000', '153253.317000', '153253.784000', '153254.238000', '153254.694000', '153255.144000', '153255.608000', '153256.077000', '153256.535000', '153256.992000', '153257.446000', '153257.911000', '153258.379000', '153258.866000', '153259.296000', '153259.803000', '153300.211000', '153300.669000', '153301.139000', '153301.601000', '153302.063000', '153302.519000', '153302.973000', '153303.447000', '153303.892000', '153304.347000', '153304.820000', '153305.268000', '153305.725000', '153306.188000', '153306.664000', '153307.113000', '153307.586000', '153308.030000', '153308.506000', '153308.970000', '153309.426000', '153309.930000', '153310.331000', '153310.871000', '153311.293000', '153311.723000', '153312.169000', '153312.632000', '153313.090000', '153313.554000', '153314.022000', '153314.482000', '153314.949000', '153315.392000', '153315.860000', '153316.321000', '153316.769000', '153317.243000', '153317.689000', '153318.149000', '153318.623000', '153319.071000', '153319.528000', '153319.990000', '153320.471000', '153320.918000', '153321.389000', '153321.839000', '153322.312000', '153322.775000', '153323.229000', '153323.677000', '153324.132000', '153324.599000', '153325.054000', '153325.510000', '153325.971000', '153326.444000', '153326.893000', '153327.348000', '153327.824000', '153328.288000', '153328.734000', '153329.199000', '153329.663000', '153330.110000', '153330.612000', '153331.048000', '153331.508000', '153331.963000', '153332.427000', '153332.883000', '153333.349000', '153333.799000', '153334.258000', '153334.726000', '153335.172000', '153335.638000', '153336.093000', '153336.561000', '153337.018000', '153337.490000', '153337.934000', '153338.405000', '153338.862000', '153339.329000', '153339.979000', '153340.303000', '153340.704000', '153341.166000', '153341.632000', '153342.085000', '153342.545000', '153343.066000', '153343.459000', '153343.933000', '153344.390000', '153344.855000', '153345.295000', '153345.762000', '153346.225000', '153346.724000', '153347.134000', '153347.607000', '153348.124000', '153348.526000', '153348.974000', '153349.456000', '153349.938000', '153350.369000', '153350.822000', '153351.273000', '153351.745000', '153352.194000', '153352.658000', '153353.128000', '153353.602000', '153354.079000', '153354.538000', '153355.000000', '153355.417000', '153355.887000', '153356.345000', '153356.810000', '153357.258000', '153357.734000', '153358.177000', '153358.637000', '153359.100000', '153359.569000', '153400.021000', '153400.493000', '153400.949000', '153401.398000', '153401.970000', '153402.335000', '153402.790000', '153403.283000', '153403.711000', '153404.173000', '153404.630000', '153405.096000', '153405.549000', '153406.046000', '153406.462000', '153406.960000', '153407.388000', '153407.856000', '153408.334000', '153408.767000', '153409.229000', '153409.697000', '153410.165000', '153410.599000', '153411.075000', '153411.534000', '153411.988000', '153412.448000', '153412.916000', '153413.372000', '153413.828000', '153414.287000', '153414.753000', '153415.218000', '153415.668000'], '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': [612, 735, 545, 1066, 627, 585, 663, 564, 733, 528, 756, 721, 571, 1023, 722, 618, 681, 601, 563, 822, 573, 1007, 761, 803, 1008, 596, 950, 592, 980, 731, 984, 749, 568, 988, 586, 665, 636, 590, 715, 589, 994, 590, 908, 598, 507, 773, 571, 706, 583, 868, 582, 583, 688, 549, 656, 569, 632, 675, 526, 713, 579, 690, 640, 564, 691, 566, 657, 775, 515, 877, 567, 955, 565, 711, 563, 543, 664, 564, 703, 536, 853, 551, 630, 556, 562, 633, 541, 691, 549, 819, 552, 561, 712, 512, 668, 537, 768, 560, 552, 716, 540, 668, 521, 749, 558, 558, 691, 536, 761, 544, 948, 626, 582, 757, 560, 793, 538, 977, 634, 754, 655, 573, 698, 562, 878, 589, 1038, 618, 565, 620, 550, 756, 541, 952, 602, 554, 662, 544, 774, 543, 942, 577, 642, 632, 548, 709, 550, 825, 560, 659, 716, 540, 726, 539, 723, 549, 860, 560, 565, 718, 551, 923, 550, 937, 572, 785, 587, 554, 716, 565, 802, 550, 924, 571, 772, 565, 553, 657, 549, 697, 549, 858, 553, 598, 643, 561, 629, 544, 706, 563, 840, 560, 563, 617, 564, 719, 544, 904, 557, 607, 569, 593, 691, 566, 721, 551, 865, 544, 914, 547, 764, 564, 601, 669, 568, 698, 557, 716, 525, 870, 536, 807, 549, 598, 830, 610, 871, 571, 898, 558, 1011, 554, 1029, 534, 666, 549, 578, 631, 592, 770, 563, 862, 536, 967, 560, 1020, 611, 857, 563, 610, 820, 587, 720, 541, 999, 570, 996, 547, 580, 563, 560, 746, 565, 872, 544, 783, 551, 815, 549, 593, 667, 564, 703, 545, 828, 554, 939, 555, 605, 707, 593, 669, 536, 869, 570, 1053, 538, 620, 565, 589, 867, 559, 982, 532, 919, 547, 750, 555, 647, 788, 595, 883, 564, 780, 542, 972, 571, 777, 563, 594, 780, 567, 856, 542, 1005, 567, 693, 556, 633, 798, 570, 970, 546, 851, 556, 1003, 554, 569, 725, 573, 664, 543, 724, 542, 889, 558, 695, 569, 597, 718, 574, 655, 536, 695, 540, 731, 559, 584, 586, 569, 728, 549, 844, 550, 897, 557, 1018, 572, 660, 595, 621, 671, 587, 707, 549, 858, 573, 614, 628, 602, 626, 565, 861, 562, 917, 572, 627, 816, 589, 885, 555, 1024, 630, 813, 566, 618, 907, 577, 968, 548, 994, 565, 948, 589, 769, 750, 575, 725, 576, 591, 574, 651, 718, 536, 928, 563, 1028, 567, 908, 571, 875, 626, 554, 716, 563, 668, 540, 728, 541, 969, 546, 582, 752, 572, 714, 562, 802, 543, 993, 593, 1031, 556, 980, 557, 880, 556, 580, 554, 555, 805, 573, 807, 545, 770, 541, 789, 548, 890, 543, 576, 546, 542, 702, 540, 1018, 550, 576, 553, 573, 819, 549, 1000, 612, 1051, 554, 919, 557, 739, 617, 577, 711, 552, 737, 548, 695, 537, 740, 536, 961, 620, 540, 657, 531, 628, 556, 803, 553, 947, 546, 999, 541, 674, 583, 564, 642, 544, 704, 565, 734, 547, 815, 542, 751, 559, 676, 533, 728, 530, 869, 536, 662, 534, 554, 545, 550, 709, 556, 708, 543, 730, 524, 883, 536, 950, 541, 568, 699, 548, 650, 537, 773, 549, 1004, 542, 549, 553, 569, 640, 549, 699, 540, 801, 519, 854, 536, 852, 536, 586, 739, 549, 715, 534, 681, 524, 815, 522, 924, 545, 559, 837, 530, 736, 529, 857, 558, 963, 576, 564, 752, 550, 694, 523, 870, 532, 1016, 586, 861, 583, 562, 721, 565, 875, 534, 736, 534, 880, 543, 767, 520, 606, 537, 549, 792, 532, 844, 523, 860, 532, 963, 542, 1067, 568, 890, 686, 542, 760, 530, 716, 523, 847, 539, 995, 561, 567, 538, 535, 790, 539, 697, 556, 930, 560, 963, 532, 558, 557, 543, 699, 538, 922, 539, 1066, 523, 767, 543, 559, 764, 534, 832, 520, 786, 530, 969, 555, 860, 699, 530, 633, 520, 700, 531, 797, 550, 910, 548, 1034, 694, 531, 602, 547, 629, 548, 877, 546, 971, 553, 998, 539, 1042, 656, 1032, 707, 1013, 737, 912, 685, 612, 896, 537, 963, 538, 672, 550, 628, 548, 557, 609, 515, 715, 527, 848, 520, 765, 542, 929, 529, 944, 532, 752, 533, 607, 529, 536, 761, 514, 708, 508, 772, 523, 962, 532, 987, 661, 592, 805, 511, 658, 525, 793, 517, 1007, 559, 682, 734, 552, 587, 521, 637, 510, 768, 514, 548, 540, 554, 700, 533, 812, 544, 780, 511, 849, 522, 795, 531, 668, 520, 546, 635, 517, 660, 514, 720, 513, 899, 523, 538, 535, 545, 654, 542, 781, 559, 790, 526, 550, 768, 517, 841, 536, 1042, 552, 624, 535, 533, 677, 533, 868, 528, 649, 523, 545, 710, 527, 766, 506, 995, 522, 726, 741, 519, 786, 520, 955, 539, 923, 622, 547, 824, 518, 812, 510, 986, 554, 813, 643, 525, 774, 519, 762, 530, 850, 531, 537, 660, 528, 699, 508, 914, 536, 882, 555, 534, 676, 518, 710, 507, 808, 552, 731, 625, 542, 587, 541, 664, 512, 896, 558, 527, 663, 522, 727, 531, 888, 541, 1059, 618, 752, 565, 543, 702, 557, 792, 578, 916, 715, 529, 729, 541, 839, 532, 978, 590, 530, 764, 521, 855, 526, 1016, 580, 1072, 662, 818], 'WindowCenter': [287.0, 287.0, 283.0, 286.0, 283.0, 282.0, 283.0, 282.0, 283.0, 281.0, 283.0, 283.0, 282.0, 286.0, 284.0, 283.0, 283.0, 283.0, 281.0, 283.0, 281.0, 284.0, 283.0, 282.0, 284.0, 281.0, 283.0, 280.0, 282.0, 281.0, 281.0, 279.0, 277.0, 281.0, 277.0, 279.0, 278.0, 278.0, 279.0, 277.0, 280.0, 277.0, 280.0, 277.0, 276.0, 279.0, 277.0, 279.0, 277.0, 280.0, 278.0, 277.0, 279.0, 277.0, 279.0, 278.0, 279.0, 280.0, 278.0, 281.0, 280.0, 280.0, 280.0, 279.0, 281.0, 280.0, 280.0, 282.0, 279.0, 283.0, 280.0, 283.0, 280.0, 282.0, 280.0, 280.0, 281.0, 280.0, 282.0, 280.0, 283.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 282.0, 281.0, 283.0, 281.0, 281.0, 283.0, 281.0, 283.0, 281.0, 283.0, 281.0, 281.0, 283.0, 281.0, 283.0, 281.0, 283.0, 282.0, 282.0, 283.0, 282.0, 284.0, 282.0, 285.0, 283.0, 282.0, 284.0, 282.0, 284.0, 281.0, 285.0, 283.0, 283.0, 283.0, 281.0, 283.0, 281.0, 284.0, 281.0, 284.0, 282.0, 281.0, 282.0, 281.0, 283.0, 281.0, 284.0, 281.0, 281.0, 282.0, 281.0, 283.0, 281.0, 284.0, 281.0, 282.0, 282.0, 281.0, 283.0, 281.0, 283.0, 281.0, 282.0, 283.0, 281.0, 283.0, 281.0, 282.0, 281.0, 284.0, 281.0, 281.0, 283.0, 281.0, 284.0, 281.0, 284.0, 281.0, 283.0, 281.0, 281.0, 283.0, 281.0, 283.0, 281.0, 283.0, 281.0, 282.0, 281.0, 280.0, 282.0, 280.0, 282.0, 281.0, 283.0, 281.0, 281.0, 282.0, 281.0, 281.0, 281.0, 283.0, 281.0, 283.0, 281.0, 281.0, 282.0, 281.0, 283.0, 281.0, 284.0, 281.0, 281.0, 281.0, 281.0, 283.0, 281.0, 283.0, 281.0, 284.0, 281.0, 284.0, 281.0, 283.0, 281.0, 281.0, 283.0, 281.0, 283.0, 281.0, 283.0, 282.0, 284.0, 282.0, 284.0, 281.0, 282.0, 284.0, 282.0, 284.0, 281.0, 284.0, 281.0, 285.0, 281.0, 284.0, 281.0, 282.0, 281.0, 281.0, 282.0, 281.0, 283.0, 281.0, 284.0, 281.0, 284.0, 281.0, 284.0, 281.0, 283.0, 281.0, 281.0, 283.0, 281.0, 283.0, 280.0, 284.0, 281.0, 284.0, 280.0, 281.0, 281.0, 281.0, 283.0, 281.0, 283.0, 280.0, 282.0, 281.0, 283.0, 281.0, 281.0, 282.0, 281.0, 282.0, 281.0, 283.0, 281.0, 284.0, 281.0, 281.0, 282.0, 281.0, 282.0, 281.0, 283.0, 281.0, 284.0, 281.0, 281.0, 281.0, 281.0, 283.0, 281.0, 284.0, 281.0, 283.0, 281.0, 282.0, 281.0, 281.0, 283.0, 281.0, 283.0, 281.0, 282.0, 280.0, 284.0, 281.0, 282.0, 281.0, 280.0, 283.0, 281.0, 283.0, 281.0, 284.0, 281.0, 282.0, 281.0, 281.0, 282.0, 281.0, 283.0, 280.0, 282.0, 280.0, 284.0, 281.0, 280.0, 282.0, 281.0, 281.0, 280.0, 282.0, 280.0, 283.0, 281.0, 282.0, 281.0, 280.0, 282.0, 281.0, 281.0, 281.0, 282.0, 281.0, 282.0, 281.0, 281.0, 281.0, 281.0, 283.0, 281.0, 283.0, 281.0, 283.0, 281.0, 284.0, 281.0, 281.0, 281.0, 281.0, 282.0, 281.0, 282.0, 281.0, 283.0, 281.0, 281.0, 282.0, 281.0, 282.0, 281.0, 284.0, 282.0, 284.0, 281.0, 282.0, 284.0, 281.0, 284.0, 281.0, 284.0, 282.0, 283.0, 281.0, 281.0, 284.0, 281.0, 284.0, 281.0, 284.0, 281.0, 284.0, 281.0, 283.0, 283.0, 281.0, 282.0, 281.0, 280.0, 281.0, 281.0, 282.0, 281.0, 284.0, 281.0, 284.0, 280.0, 282.0, 281.0, 282.0, 281.0, 280.0, 282.0, 280.0, 281.0, 280.0, 282.0, 280.0, 283.0, 280.0, 280.0, 282.0, 280.0, 282.0, 280.0, 282.0, 280.0, 283.0, 281.0, 283.0, 280.0, 283.0, 280.0, 282.0, 280.0, 280.0, 280.0, 280.0, 282.0, 280.0, 282.0, 280.0, 282.0, 280.0, 282.0, 279.0, 282.0, 279.0, 280.0, 279.0, 279.0, 281.0, 280.0, 283.0, 280.0, 280.0, 280.0, 280.0, 282.0, 280.0, 284.0, 281.0, 284.0, 280.0, 282.0, 280.0, 281.0, 280.0, 279.0, 281.0, 279.0, 281.0, 279.0, 281.0, 279.0, 281.0, 281.0, 284.0, 280.0, 280.0, 281.0, 280.0, 280.0, 280.0, 282.0, 280.0, 283.0, 280.0, 283.0, 280.0, 281.0, 280.0, 280.0, 280.0, 279.0, 281.0, 279.0, 281.0, 278.0, 282.0, 279.0, 281.0, 279.0, 280.0, 279.0, 281.0, 279.0, 282.0, 279.0, 280.0, 279.0, 279.0, 280.0, 280.0, 282.0, 280.0, 281.0, 280.0, 282.0, 279.0, 282.0, 280.0, 283.0, 280.0, 281.0, 282.0, 280.0, 281.0, 280.0, 282.0, 281.0, 284.0, 280.0, 280.0, 281.0, 280.0, 281.0, 280.0, 282.0, 280.0, 282.0, 280.0, 283.0, 281.0, 283.0, 281.0, 281.0, 283.0, 281.0, 282.0, 281.0, 282.0, 281.0, 283.0, 281.0, 284.0, 281.0, 281.0, 284.0, 281.0, 282.0, 280.0, 283.0, 281.0, 284.0, 281.0, 281.0, 283.0, 281.0, 282.0, 280.0, 283.0, 281.0, 284.0, 281.0, 283.0, 281.0, 281.0, 282.0, 281.0, 283.0, 280.0, 282.0, 281.0, 283.0, 281.0, 282.0, 280.0, 280.0, 281.0, 280.0, 283.0, 281.0, 283.0, 280.0, 283.0, 280.0, 283.0, 280.0, 284.0, 281.0, 283.0, 282.0, 280.0, 282.0, 280.0, 282.0, 279.0, 282.0, 280.0, 284.0, 280.0, 280.0, 280.0, 280.0, 282.0, 280.0, 282.0, 281.0, 283.0, 281.0, 283.0, 280.0, 280.0, 281.0, 280.0, 282.0, 281.0, 283.0, 281.0, 284.0, 280.0, 282.0, 281.0, 281.0, 282.0, 280.0, 283.0, 280.0, 282.0, 281.0, 284.0, 281.0, 283.0, 282.0, 280.0, 281.0, 280.0, 282.0, 280.0, 282.0, 281.0, 284.0, 281.0, 284.0, 283.0, 281.0, 281.0, 281.0, 282.0, 281.0, 283.0, 281.0, 284.0, 281.0, 284.0, 281.0, 284.0, 282.0, 283.0, 281.0, 282.0, 281.0, 281.0, 280.0, 279.0, 281.0, 278.0, 281.0, 278.0, 279.0, 278.0, 279.0, 278.0, 278.0, 279.0, 278.0, 280.0, 278.0, 281.0, 278.0, 281.0, 278.0, 281.0, 278.0, 281.0, 278.0, 281.0, 279.0, 280.0, 278.0, 279.0, 282.0, 279.0, 281.0, 279.0, 282.0, 279.0, 283.0, 280.0, 283.0, 281.0, 280.0, 282.0, 279.0, 280.0, 279.0, 282.0, 279.0, 283.0, 280.0, 281.0, 282.0, 280.0, 280.0, 280.0, 281.0, 280.0, 282.0, 280.0, 280.0, 281.0, 281.0, 282.0, 280.0, 283.0, 280.0, 282.0, 280.0, 282.0, 280.0, 282.0, 280.0, 281.0, 280.0, 280.0, 281.0, 280.0, 281.0, 280.0, 282.0, 280.0, 283.0, 280.0, 280.0, 280.0, 280.0, 282.0, 281.0, 283.0, 281.0, 283.0, 280.0, 281.0, 282.0, 280.0, 283.0, 281.0, 284.0, 281.0, 281.0, 281.0, 281.0, 283.0, 281.0, 283.0, 281.0, 281.0, 280.0, 281.0, 283.0, 281.0, 282.0, 280.0, 284.0, 281.0, 283.0, 283.0, 280.0, 283.0, 281.0, 284.0, 281.0, 284.0, 282.0, 281.0, 283.0, 280.0, 283.0, 280.0, 284.0, 281.0, 282.0, 281.0, 279.0, 282.0, 280.0, 282.0, 281.0, 283.0, 281.0, 280.0, 282.0, 280.0, 282.0, 280.0, 284.0, 281.0, 283.0, 281.0, 280.0, 282.0, 280.0, 282.0, 280.0, 283.0, 281.0, 282.0, 281.0, 280.0, 281.0, 281.0, 282.0, 281.0, 284.0, 281.0, 280.0, 282.0, 280.0, 282.0, 281.0, 284.0, 281.0, 284.0, 282.0, 282.0, 281.0, 280.0, 282.0, 281.0, 284.0, 281.0, 284.0, 283.0, 280.0, 282.0, 281.0, 283.0, 281.0, 284.0, 281.0, 280.0, 283.0, 280.0, 283.0, 280.0, 284.0, 281.0, 284.0, 281.0, 282.0], 'WindowWidth': [629.0, 629.0, 622.0, 626.0, 622.0, 620.0, 621.0, 619.0, 622.0, 618.0, 621.0, 621.0, 620.0, 626.0, 623.0, 621.0, 621.0, 621.0, 618.0, 621.0, 618.0, 621.0, 620.0, 619.0, 622.0, 617.0, 620.0, 616.0, 619.0, 617.0, 617.0, 614.0, 611.0, 616.0, 611.0, 613.0, 612.0, 612.0, 613.0, 611.0, 615.0, 611.0, 614.0, 611.0, 609.0, 613.0, 611.0, 613.0, 611.0, 614.0, 612.0, 611.0, 613.0, 611.0, 614.0, 613.0, 614.0, 615.0, 613.0, 617.0, 616.0, 616.0, 616.0, 615.0, 617.0, 616.0, 616.0, 619.0, 615.0, 620.0, 616.0, 620.0, 616.0, 618.0, 616.0, 616.0, 618.0, 616.0, 618.0, 616.0, 620.0, 617.0, 617.0, 617.0, 617.0, 618.0, 617.0, 619.0, 617.0, 621.0, 618.0, 618.0, 621.0, 618.0, 620.0, 619.0, 621.0, 618.0, 618.0, 621.0, 619.0, 620.0, 618.0, 621.0, 620.0, 619.0, 622.0, 619.0, 622.0, 619.0, 623.0, 621.0, 620.0, 622.0, 619.0, 622.0, 619.0, 623.0, 621.0, 621.0, 621.0, 618.0, 620.0, 619.0, 622.0, 619.0, 623.0, 619.0, 617.0, 619.0, 618.0, 621.0, 619.0, 623.0, 618.0, 617.0, 619.0, 618.0, 621.0, 618.0, 622.0, 619.0, 619.0, 619.0, 618.0, 620.0, 619.0, 621.0, 619.0, 619.0, 620.0, 618.0, 620.0, 618.0, 620.0, 618.0, 621.0, 619.0, 618.0, 620.0, 619.0, 622.0, 619.0, 622.0, 618.0, 621.0, 618.0, 617.0, 620.0, 618.0, 621.0, 618.0, 620.0, 617.0, 619.0, 617.0, 616.0, 619.0, 616.0, 619.0, 617.0, 620.0, 617.0, 618.0, 619.0, 617.0, 618.0, 618.0, 620.0, 619.0, 621.0, 618.0, 618.0, 619.0, 618.0, 620.0, 619.0, 622.0, 619.0, 618.0, 619.0, 618.0, 620.0, 619.0, 621.0, 619.0, 622.0, 619.0, 622.0, 618.0, 621.0, 619.0, 618.0, 620.0, 619.0, 620.0, 619.0, 621.0, 619.0, 622.0, 619.0, 622.0, 618.0, 620.0, 622.0, 619.0, 622.0, 618.0, 622.0, 619.0, 623.0, 619.0, 623.0, 618.0, 619.0, 618.0, 617.0, 619.0, 618.0, 621.0, 619.0, 622.0, 618.0, 621.0, 617.0, 621.0, 619.0, 620.0, 617.0, 618.0, 620.0, 617.0, 620.0, 617.0, 621.0, 617.0, 621.0, 617.0, 617.0, 617.0, 617.0, 620.0, 617.0, 620.0, 616.0, 619.0, 617.0, 620.0, 617.0, 617.0, 619.0, 617.0, 619.0, 617.0, 620.0, 618.0, 621.0, 617.0, 618.0, 619.0, 618.0, 619.0, 618.0, 621.0, 617.0, 621.0, 617.0, 618.0, 617.0, 617.0, 621.0, 617.0, 621.0, 617.0, 620.0, 617.0, 619.0, 617.0, 618.0, 620.0, 618.0, 621.0, 617.0, 620.0, 617.0, 621.0, 617.0, 619.0, 617.0, 617.0, 620.0, 617.0, 620.0, 617.0, 621.0, 617.0, 618.0, 617.0, 618.0, 620.0, 617.0, 620.0, 616.0, 619.0, 616.0, 621.0, 617.0, 616.0, 619.0, 617.0, 618.0, 616.0, 618.0, 616.0, 620.0, 617.0, 618.0, 617.0, 617.0, 619.0, 617.0, 617.0, 617.0, 619.0, 617.0, 620.0, 617.0, 617.0, 619.0, 618.0, 620.0, 618.0, 621.0, 618.0, 620.0, 618.0, 621.0, 617.0, 618.0, 618.0, 618.0, 619.0, 618.0, 619.0, 617.0, 621.0, 619.0, 618.0, 619.0, 618.0, 619.0, 619.0, 622.0, 619.0, 622.0, 619.0, 619.0, 622.0, 618.0, 622.0, 619.0, 623.0, 619.0, 621.0, 617.0, 618.0, 622.0, 618.0, 622.0, 617.0, 621.0, 617.0, 621.0, 618.0, 620.0, 620.0, 617.0, 619.0, 617.0, 617.0, 617.0, 618.0, 619.0, 617.0, 621.0, 617.0, 621.0, 616.0, 619.0, 617.0, 619.0, 617.0, 616.0, 618.0, 616.0, 617.0, 616.0, 618.0, 616.0, 620.0, 616.0, 616.0, 619.0, 617.0, 618.0, 616.0, 619.0, 616.0, 620.0, 617.0, 620.0, 616.0, 620.0, 616.0, 619.0, 616.0, 616.0, 616.0, 616.0, 618.0, 616.0, 618.0, 616.0, 618.0, 616.0, 618.0, 615.0, 619.0, 615.0, 615.0, 615.0, 615.0, 617.0, 616.0, 620.0, 616.0, 616.0, 616.0, 616.0, 619.0, 616.0, 621.0, 617.0, 621.0, 616.0, 619.0, 616.0, 617.0, 615.0, 614.0, 617.0, 614.0, 617.0, 614.0, 617.0, 615.0, 617.0, 618.0, 621.0, 617.0, 615.0, 617.0, 616.0, 616.0, 616.0, 619.0, 616.0, 620.0, 616.0, 620.0, 616.0, 617.0, 616.0, 615.0, 617.0, 614.0, 617.0, 614.0, 617.0, 613.0, 618.0, 614.0, 617.0, 614.0, 616.0, 614.0, 617.0, 614.0, 618.0, 615.0, 616.0, 615.0, 614.0, 616.0, 615.0, 618.0, 616.0, 617.0, 616.0, 618.0, 615.0, 619.0, 616.0, 620.0, 616.0, 617.0, 618.0, 616.0, 617.0, 616.0, 619.0, 617.0, 621.0, 616.0, 616.0, 617.0, 617.0, 618.0, 616.0, 619.0, 616.0, 619.0, 616.0, 620.0, 617.0, 620.0, 617.0, 617.0, 620.0, 617.0, 620.0, 618.0, 619.0, 618.0, 621.0, 618.0, 621.0, 618.0, 617.0, 622.0, 618.0, 620.0, 617.0, 620.0, 617.0, 621.0, 619.0, 617.0, 620.0, 617.0, 619.0, 616.0, 620.0, 617.0, 621.0, 618.0, 620.0, 617.0, 617.0, 620.0, 617.0, 620.0, 616.0, 620.0, 617.0, 620.0, 617.0, 619.0, 616.0, 617.0, 617.0, 616.0, 621.0, 617.0, 620.0, 616.0, 620.0, 616.0, 620.0, 616.0, 621.0, 617.0, 620.0, 619.0, 616.0, 619.0, 616.0, 618.0, 615.0, 619.0, 616.0, 621.0, 616.0, 616.0, 616.0, 616.0, 619.0, 616.0, 618.0, 617.0, 620.0, 617.0, 620.0, 616.0, 616.0, 617.0, 616.0, 619.0, 617.0, 620.0, 617.0, 622.0, 616.0, 619.0, 617.0, 617.0, 620.0, 616.0, 620.0, 616.0, 619.0, 617.0, 621.0, 617.0, 620.0, 619.0, 616.0, 618.0, 616.0, 619.0, 616.0, 619.0, 617.0, 622.0, 618.0, 623.0, 620.0, 617.0, 618.0, 617.0, 619.0, 617.0, 620.0, 617.0, 621.0, 618.0, 621.0, 617.0, 621.0, 619.0, 620.0, 617.0, 618.0, 617.0, 617.0, 615.0, 614.0, 617.0, 612.0, 617.0, 613.0, 614.0, 613.0, 613.0, 613.0, 613.0, 614.0, 612.0, 616.0, 613.0, 617.0, 613.0, 616.0, 613.0, 617.0, 613.0, 617.0, 613.0, 616.0, 614.0, 615.0, 613.0, 614.0, 618.0, 614.0, 617.0, 615.0, 618.0, 615.0, 620.0, 616.0, 620.0, 618.0, 616.0, 618.0, 615.0, 616.0, 615.0, 618.0, 615.0, 620.0, 616.0, 617.0, 618.0, 616.0, 617.0, 616.0, 617.0, 616.0, 619.0, 616.0, 616.0, 617.0, 617.0, 620.0, 616.0, 620.0, 616.0, 619.0, 616.0, 619.0, 616.0, 619.0, 616.0, 618.0, 616.0, 616.0, 618.0, 616.0, 617.0, 616.0, 618.0, 616.0, 620.0, 616.0, 616.0, 616.0, 616.0, 619.0, 617.0, 621.0, 617.0, 620.0, 617.0, 617.0, 620.0, 616.0, 621.0, 617.0, 621.0, 617.0, 618.0, 617.0, 617.0, 620.0, 617.0, 620.0, 617.0, 618.0, 616.0, 617.0, 620.0, 617.0, 620.0, 617.0, 622.0, 618.0, 621.0, 621.0, 616.0, 621.0, 617.0, 621.0, 618.0, 621.0, 619.0, 617.0, 620.0, 616.0, 620.0, 616.0, 621.0, 617.0, 619.0, 618.0, 615.0, 619.0, 616.0, 619.0, 617.0, 620.0, 617.0, 616.0, 619.0, 616.0, 619.0, 616.0, 621.0, 618.0, 620.0, 617.0, 616.0, 619.0, 616.0, 618.0, 616.0, 620.0, 619.0, 619.0, 618.0, 616.0, 617.0, 617.0, 619.0, 618.0, 622.0, 617.0, 616.0, 619.0, 616.0, 620.0, 618.0, 622.0, 619.0, 622.0, 619.0, 620.0, 617.0, 616.0, 620.0, 619.0, 622.0, 619.0, 621.0, 620.0, 616.0, 620.0, 617.0, 620.0, 617.0, 622.0, 618.0, 616.0, 620.0, 616.0, 620.0, 616.0, 623.0, 618.0, 621.0, 618.0, 618.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.0015514793577981654</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.018849110435779814</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.791485235568324</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.279182064443169</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0213086214695761</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4441</td></tr>
|
|
<tr><td colspan=3>fber</td><td>9490.6562</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07561966950009913</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.7201834862385321</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3520861505828226</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2732859458006396</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.530639212392132</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.252333293555696</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0257391</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01827886328101158</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.01654762774705887</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>872</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.060099280659675</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>39.8684</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>2.9686</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>10.2241</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>3.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>308336.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>1.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>48.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>22.1886</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.836</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>36.3884</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>236.6974</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>249.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>68208.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>87.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>307.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>61.3281</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>45.00248110666871</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> |