=== 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-0020 --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-0020",
"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-0020_ses-01_task-social_acq-mb8_run-05_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0020_ses-01_task-social_acq-mb8_run-05_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-05_session-01_subject-0020_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-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-01_subject-0020_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-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-01_subject-0020_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-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-01_subject-0020_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-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-05_session-01_subject-0020_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-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-05_session-01_subject-0020_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-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-01_subject-0020_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-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0020/ses-01/func/sub-0020_ses-01_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>2d8814f80528901042f9df7e19994a42</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>10:42:16.885000</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.997011, -0.0504457, 0.0585112, 0.0402185, 0.985572, 0.164406]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'FMRI', 'NONE', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0844904</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>24</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4163, -7779, -7224, 556, -74, -260, 108, 64]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>245.349</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>7eb44004-1e35-4680-acbc-57486a249fcd||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.6749086380004883, 0.10790318250656128, 0.17809374630451202, 105.45602416992188], [0.1353420466184616, 2.644218921661377, 0.4362161159515381, -96.76367950439453], [0.15698139369487762, -0.44108957052230835, 2.6585707664489746, -45.64893341064453], [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': ['104216.885000', '104217.345000', '104217.805000', '104218.265000', '104218.725000', '104219.185000', '104219.645000', '104220.105000', '104220.565000', '104221.025000', '104221.485000', '104221.945000', '104222.405000', '104222.865000', '104223.325000', '104223.785000', '104224.245000', '104224.705000', '104225.165000', '104225.625000', '104226.085000', '104226.545000', '104227.005000', '104227.465000', '104227.925000', '104228.385000', '104228.845000', '104229.305000', '104229.765000', '104230.225000', '104230.685000', '104231.145000', '104231.605000', '104232.065000', '104232.525000', '104232.985000', '104233.445000', '104233.905000', '104234.365000', '104234.825000', '104235.285000', '104235.745000', '104236.205000', '104236.665000', '104237.125000', '104237.585000', '104238.045000', '104238.505000', '104238.965000', '104239.425000', '104239.885000', '104240.345000', '104240.805000', '104241.265000', '104241.725000', '104242.185000', '104242.645000', '104243.105000', '104243.565000', '104244.025000', '104244.485000', '104244.945000', '104245.405000', '104245.865000', '104246.325000', '104246.785000', '104247.245000', '104247.705000', '104248.165000', '104248.625000', '104249.085000', '104249.545000', '104250.005000', '104250.465000', '104250.925000', '104251.385000', '104251.845000', '104252.305000', '104252.765000', '104253.225000', '104253.685000', '104254.145000', '104254.605000', '104255.065000', '104255.525000', '104255.985000', '104256.445000', '104256.905000', '104257.365000', '104257.825000', '104258.285000', '104258.745000', '104259.205000', '104259.665000', '104300.125000', '104300.585000', '104301.045000', '104301.505000', '104301.965000', '104302.425000', '104302.885000', '104303.345000', '104303.805000', '104304.265000', '104304.725000', '104305.185000', '104305.645000', '104306.105000', '104306.565000', '104307.025000', '104307.485000', '104307.945000', '104308.405000', '104308.865000', '104309.325000', '104309.785000', '104310.245000', '104310.705000', '104311.165000', '104311.625000', '104312.085000', '104312.545000', '104313.005000', '104313.465000', '104313.925000', '104314.385000', '104314.845000', '104315.305000', '104315.765000', '104316.225000', '104316.685000', '104317.145000', '104317.605000', '104318.065000', '104318.525000', '104318.985000', '104319.445000', '104319.905000', '104320.365000', '104320.825000', '104321.285000', '104321.745000', '104322.205000', '104322.665000', '104323.125000', '104323.585000', '104324.045000', '104324.505000', '104324.965000', '104325.425000', '104325.885000', '104326.345000', '104326.805000', '104327.265000', '104327.725000', '104328.185000', '104328.645000', '104329.105000', '104329.565000', '104330.025000', '104330.485000', '104330.945000', '104331.405000', '104331.865000', '104332.325000', '104332.785000', '104333.245000', '104333.705000', '104334.165000', '104334.625000', '104335.085000', '104335.545000', '104336.005000', '104336.465000', '104336.925000', '104337.385000', '104337.845000', '104338.305000', '104338.765000', '104339.225000', '104339.685000', '104340.145000', '104340.605000', '104341.065000', '104341.525000', '104341.985000', '104342.445000', '104342.905000', '104343.365000', '104343.825000', '104344.285000', '104344.745000', '104345.205000', '104345.665000', '104346.125000', '104346.585000', '104347.045000', '104347.505000', '104347.965000', '104348.425000', '104348.885000', '104349.345000', '104349.805000', '104350.265000', '104350.725000', '104351.185000', '104351.645000', '104352.105000', '104352.565000', '104353.025000', '104353.485000', '104353.945000', '104354.405000', '104354.865000', '104355.325000', '104355.785000', '104356.245000', '104356.705000', '104357.165000', '104357.625000', '104358.085000', '104358.545000', '104359.005000', '104359.465000', '104359.925000', '104400.385000', '104400.845000', '104401.305000', '104401.765000', '104402.225000', '104402.685000', '104403.145000', '104403.605000', '104404.065000', '104404.525000', '104404.985000', '104405.445000', '104405.905000', '104406.365000', '104406.825000', '104407.285000', '104407.745000', '104408.205000', '104408.665000', '104409.125000', '104409.585000', '104410.045000', '104410.505000', '104410.965000', '104411.425000', '104411.885000', '104412.345000', '104412.805000', '104413.265000', '104413.725000', '104414.185000', '104414.645000', '104415.105000', '104415.565000', '104416.025000', '104416.485000', '104416.945000', '104417.405000', '104417.865000', '104418.325000', '104418.785000', '104419.245000', '104419.705000', '104420.165000', '104420.625000', '104421.085000', '104421.545000', '104422.005000', '104422.465000', '104422.925000', '104423.385000', '104423.845000', '104424.305000', '104424.765000', '104425.225000', '104425.685000', '104426.145000', '104426.605000', '104427.065000', '104427.525000', '104427.985000', '104428.445000', '104428.905000', '104429.365000', '104429.825000', '104430.285000', '104430.745000', '104431.205000', '104431.665000', '104432.125000', '104432.585000', '104433.045000', '104433.505000', '104433.965000', '104434.425000', '104434.885000', '104435.345000', '104435.805000', '104436.265000', '104436.725000', '104437.185000', '104437.645000', '104438.105000', '104438.565000', '104439.025000', '104439.485000', '104439.945000', '104440.405000', '104440.865000', '104441.325000', '104441.785000', '104442.245000', '104442.705000', '104443.165000', '104443.625000', '104444.085000', '104444.545000', '104445.005000', '104445.465000', '104445.925000', '104446.385000', '104446.845000', '104447.305000', '104447.765000', '104448.225000', '104448.685000', '104449.145000', '104449.605000', '104450.065000', '104450.525000', '104450.985000', '104451.445000', '104451.905000', '104452.365000', '104452.825000', '104453.285000', '104453.745000', '104454.205000', '104454.665000', '104455.125000', '104455.585000', '104456.045000', '104456.505000', '104456.965000', '104457.425000', '104457.885000', '104458.345000', '104458.805000', '104459.265000', '104459.725000', '104500.185000', '104500.645000', '104501.105000', '104501.565000', '104502.025000', '104502.485000', '104502.945000', '104503.405000', '104503.865000', '104504.325000', '104504.785000', '104505.245000', '104505.705000', '104506.165000', '104506.625000', '104507.085000', '104507.545000', '104508.005000', '104508.465000', '104508.925000', '104509.385000', '104509.845000', '104510.305000', '104510.765000', '104511.225000', '104511.685000', '104512.145000', '104512.605000', '104513.065000', '104513.525000', '104513.985000', '104514.445000', '104514.905000', '104515.365000', '104515.825000', '104516.285000', '104516.745000', '104517.205000', '104517.665000', '104518.125000', '104518.585000', '104519.045000', '104519.505000', '104519.965000', '104520.425000', '104520.885000', '104521.345000', '104521.805000', '104522.265000', '104522.725000', '104523.185000', '104523.645000', '104524.105000', '104524.565000', '104525.025000', '104525.485000', '104525.945000', '104526.405000', '104526.865000', '104527.325000', '104527.785000', '104528.245000', '104528.705000', '104529.165000', '104529.625000', '104530.085000', '104530.545000', '104531.005000', '104531.465000', '104531.925000', '104532.385000', '104532.845000', '104533.305000', '104533.765000', '104534.225000', '104534.685000', '104535.145000', '104535.605000', '104536.065000', '104536.525000', '104536.985000', '104537.445000', '104537.905000', '104538.365000', '104538.825000', '104539.285000', '104539.745000', '104540.205000', '104540.665000', '104541.125000', '104541.585000', '104542.045000', '104542.505000', '104542.965000', '104543.425000', '104543.885000', '104544.345000', '104544.805000', '104545.265000', '104545.725000', '104546.185000', '104546.645000', '104547.105000', '104547.565000', '104548.025000', '104548.485000', '104548.945000', '104549.405000', '104549.865000', '104550.325000', '104550.785000', '104551.245000', '104551.705000', '104552.165000', '104552.625000', '104553.085000', '104553.545000', '104554.005000', '104554.465000', '104554.925000', '104555.385000', '104555.845000', '104556.305000', '104556.765000', '104557.225000', '104557.685000', '104558.145000', '104558.605000', '104559.065000', '104559.525000', '104559.985000', '104600.445000', '104600.905000', '104601.365000', '104601.825000', '104602.285000', '104602.745000', '104603.205000', '104603.665000', '104604.125000', '104604.585000', '104605.045000', '104605.505000', '104605.965000', '104606.425000', '104606.885000', '104607.345000', '104607.805000', '104608.265000', '104608.725000', '104609.185000', '104609.645000', '104610.105000', '104610.565000', '104611.025000', '104611.485000', '104611.945000', '104612.405000', '104612.865000', '104613.325000', '104613.785000', '104614.245000', '104614.705000', '104615.165000', '104615.625000', '104616.085000', '104616.545000', '104617.005000', '104617.465000', '104617.925000', '104618.385000', '104618.845000', '104619.305000', '104619.765000', '104620.225000', '104620.685000', '104621.145000', '104621.605000', '104622.065000', '104622.525000', '104622.985000', '104623.445000', '104623.905000', '104624.365000', '104624.825000', '104625.285000', '104625.745000', '104626.205000', '104626.665000', '104627.125000', '104627.585000', '104628.045000', '104628.505000', '104628.965000', '104629.425000', '104629.885000', '104630.345000', '104630.805000', '104631.265000', '104631.725000', '104632.185000', '104632.645000', '104633.105000', '104633.565000', '104634.025000', '104634.485000', '104634.945000', '104635.405000', '104635.865000', '104636.325000', '104636.785000', '104637.245000', '104637.705000', '104638.165000', '104638.625000', '104639.085000', '104639.545000', '104640.005000', '104640.465000', '104640.925000', '104641.385000', '104641.845000', '104642.305000', '104642.765000', '104643.225000', '104643.685000', '104644.145000', '104644.605000', '104645.065000', '104645.525000', '104645.985000', '104646.445000', '104646.905000', '104647.365000', '104647.825000', '104648.285000', '104648.745000', '104649.205000', '104649.665000', '104650.125000', '104650.585000', '104651.045000', '104651.505000', '104651.965000', '104652.425000', '104652.885000', '104653.345000', '104653.805000', '104654.265000', '104654.725000', '104655.185000', '104655.645000', '104656.105000', '104656.565000', '104657.025000', '104657.485000', '104657.945000', '104658.405000', '104658.865000', '104659.325000', '104659.785000', '104700.245000', '104700.705000', '104701.165000', '104701.625000', '104702.085000', '104702.545000', '104703.005000', '104703.465000', '104703.925000', '104704.385000', '104704.845000', '104705.305000', '104705.765000', '104706.225000', '104706.685000', '104707.145000', '104707.605000', '104708.065000', '104708.525000', '104708.985000', '104709.445000', '104709.905000', '104710.365000', '104710.825000', '104711.285000', '104711.745000', '104712.205000', '104712.665000', '104713.125000', '104713.585000', '104714.045000', '104714.505000', '104714.965000', '104715.425000', '104715.885000', '104716.345000', '104716.805000', '104717.265000', '104717.725000', '104718.185000', '104718.645000', '104719.105000', '104719.565000', '104720.025000', '104720.485000', '104720.945000', '104721.405000', '104721.865000', '104722.325000', '104722.785000', '104723.245000', '104723.705000', '104724.165000', '104724.625000', '104725.085000', '104725.545000', '104726.005000', '104726.465000', '104726.925000', '104727.385000', '104727.845000', '104728.305000', '104728.765000', '104729.225000', '104729.685000', '104730.145000', '104730.605000', '104731.065000', '104731.525000', '104731.985000', '104732.445000', '104732.905000', '104733.365000', '104733.825000', '104734.285000', '104734.745000', '104735.205000', '104735.665000', '104736.125000', '104736.585000', '104737.045000', '104737.505000', '104737.965000', '104738.425000', '104738.885000', '104739.345000', '104739.805000', '104740.265000', '104740.725000', '104741.185000', '104741.645000', '104742.105000', '104742.565000', '104743.025000', '104743.485000', '104743.945000', '104744.405000', '104744.865000', '104745.325000', '104745.785000', '104746.245000', '104746.705000', '104747.165000', '104747.625000', '104748.085000', '104748.545000', '104749.005000', '104749.465000', '104749.925000', '104750.385000', '104750.845000', '104751.305000', '104751.765000', '104752.225000', '104752.685000', '104753.145000', '104753.605000', '104754.065000', '104754.525000', '104754.985000', '104755.445000', '104755.905000', '104756.365000', '104756.825000', '104757.285000', '104757.745000', '104758.205000', '104758.665000', '104759.125000', '104759.585000', '104800.045000', '104800.505000', '104800.965000', '104801.425000', '104801.885000', '104802.345000', '104802.805000', '104803.265000', '104803.725000', '104804.185000', '104804.645000', '104805.105000', '104805.565000', '104806.025000', '104806.485000', '104806.945000', '104807.405000', '104807.865000', '104808.325000', '104808.785000', '104809.245000', '104809.705000', '104810.165000', '104810.625000', '104811.085000', '104811.545000', '104812.005000', '104812.465000', '104812.925000', '104813.385000', '104813.845000', '104814.305000', '104814.765000', '104815.225000', '104815.685000', '104816.145000', '104816.605000', '104817.065000', '104817.525000', '104817.985000', '104818.445000', '104818.905000', '104819.365000', '104819.825000', '104820.285000', '104820.745000', '104821.205000', '104821.665000', '104822.125000', '104822.585000', '104823.045000', '104823.505000', '104823.965000', '104824.425000', '104824.885000', '104825.345000', '104825.805000', '104826.265000', '104826.725000', '104827.185000', '104827.645000', '104828.105000', '104828.565000', '104829.025000', '104829.485000', '104829.945000', '104830.405000', '104830.865000', '104831.325000', '104831.785000', '104832.245000', '104832.705000', '104833.165000', '104833.625000', '104834.085000', '104834.545000', '104835.005000', '104835.465000', '104835.925000', '104836.385000', '104836.845000', '104837.305000', '104837.765000', '104838.225000', '104838.685000', '104839.145000', '104839.605000', '104840.065000', '104840.525000', '104840.985000', '104841.445000', '104841.905000', '104842.365000', '104842.825000', '104843.285000', '104843.745000', '104844.205000', '104844.665000', '104845.125000', '104845.585000', '104846.045000', '104846.505000', '104846.965000', '104847.425000', '104847.885000', '104848.345000', '104848.805000', '104849.265000', '104849.725000', '104850.185000', '104850.645000', '104851.105000', '104851.565000', '104852.025000', '104852.485000', '104852.945000', '104853.405000', '104853.865000', '104854.325000', '104854.785000', '104855.245000', '104855.705000', '104856.165000', '104856.625000', '104857.085000', '104857.545000'], 'ContentTime': ['104220.949000', '104221.177000', '104221.389000', '104221.617000', '104221.807000', '104222.025000', '104222.209000', '104222.386000', '104222.602000', '104222.788000', '104222.989000', '104223.459000', '104223.910000', '104224.366000', '104224.866000', '104225.309000', '104225.768000', '104226.240000', '104226.699000', '104227.150000', '104227.605000', '104228.076000', '104228.549000', '104229.002000', '104229.457000', '104229.950000', '104230.379000', '104230.848000', '104231.301000', '104231.754000', '104232.220000', '104232.668000', '104233.154000', '104233.596000', '104234.058000', '104234.522000', '104234.992000', '104235.446000', '104235.937000', '104236.349000', '104236.821000', '104237.276000', '104237.740000', '104238.198000', '104238.656000', '104239.122000', '104239.587000', '104240.028000', '104240.488000', '104240.953000', '104241.425000', '104241.868000', '104242.336000', '104242.818000', '104243.250000', '104243.709000', '104244.175000', '104244.663000', '104245.093000', '104245.556000', '104246.011000', '104246.485000', '104246.934000', '104247.410000', '104247.878000', '104248.327000', '104248.769000', '104249.234000', '104249.775000', '104250.247000', '104250.628000', '104251.071000', '104251.528000', '104251.989000', '104252.454000', '104252.928000', '104253.382000', '104253.889000', '104254.301000', '104254.752000', '104255.205000', '104255.676000', '104256.135000', '104256.671000', '104257.056000', '104257.531000', '104257.979000', '104258.430000', '104258.897000', '104259.346000', '104259.821000', '104300.283000', '104300.731000', '104301.228000', '104301.664000', '104302.153000', '104302.576000', '104303.029000', '104303.500000', '104303.967000', '104304.416000', '104304.866000', '104305.338000', '104305.791000', '104306.251000', '104306.715000', '104307.172000', '104307.636000', '104308.086000', '104308.562000', '104309.034000', '104309.484000', '104309.955000', '104310.388000', '104310.851000', '104311.332000', '104311.772000', '104312.239000', '104312.720000', '104313.148000', '104313.607000', '104314.074000', '104314.550000', '104315.005000', '104315.458000', '104315.921000', '104316.380000', '104316.847000', '104317.291000', '104317.750000', '104318.227000', '104318.677000', '104319.198000', '104319.594000', '104320.094000', '104320.520000', '104320.991000', '104321.430000', '104321.904000', '104322.386000', '104322.815000', '104323.341000', '104323.738000', '104324.189000', '104324.660000', '104325.160000', '104325.585000', '104326.048000', '104326.505000', '104326.953000', '104327.423000', '104327.886000', '104328.337000', '104328.793000', '104329.250000', '104329.709000', '104330.177000', '104330.635000', '104331.088000', '104331.550000', '104332.016000', '104332.471000', '104332.958000', '104333.394000', '104333.849000', '104334.316000', '104334.792000', '104335.243000', '104335.703000', '104336.186000', '104336.629000', '104337.086000', '104337.535000', '104337.989000', '104338.451000', '104338.932000', '104339.373000', '104339.855000', '104340.305000', '104340.773000', '104341.218000', '104341.670000', '104342.133000', '104342.592000', '104343.051000', '104343.514000', '104343.969000', '104344.432000', '104344.913000', '104345.354000', '104345.834000', '104346.282000', '104346.762000', '104347.209000', '104347.652000', '104348.127000', '104348.578000', '104349.045000', '104349.507000', '104349.954000', '104350.433000', '104350.884000', '104351.336000', '104351.794000', '104352.260000', '104352.728000', '104353.171000', '104353.651000', '104354.098000', '104354.564000', '104355.013000', '104355.474000', '104355.929000', '104356.407000', '104356.851000', '104357.320000', '104357.772000', '104358.234000', '104358.693000', '104359.169000', '104359.612000', '104400.070000', '104400.532000', '104401.009000', '104401.461000', '104401.914000', '104402.378000', '104402.881000', '104403.297000', '104403.768000', '104404.234000', '104404.672000', '104405.144000', '104405.600000', '104406.102000', '104406.542000', '104406.973000', '104407.455000', '104407.903000', '104408.354000', '104408.823000', '104409.277000', '104409.740000', '104410.202000', '104410.663000', '104411.115000', '104411.585000', '104412.042000', '104412.510000', '104412.959000', '104413.428000', '104413.891000', '104414.343000', '104414.805000', '104415.256000', '104415.717000', '104416.190000', '104416.651000', '104417.094000', '104417.560000', '104418.012000', '104418.483000', '104418.939000', '104419.405000', '104419.930000', '104420.312000', '104420.790000', '104421.247000', '104421.699000', '104422.170000', '104422.668000', '104423.091000', '104423.541000', '104424.014000', '104424.458000', '104424.922000', '104425.383000', '104425.843000', '104426.315000', '104426.781000', '104427.226000', '104427.695000', '104428.148000', '104428.596000', '104429.067000', '104429.517000', '104429.975000', '104430.437000', '104430.908000', '104431.358000', '104431.816000', '104432.295000', '104432.740000', '104433.197000', '104433.655000', '104434.123000', '104434.583000', '104435.040000', '104435.495000', '104435.970000', '104436.425000', '104436.882000', '104437.337000', '104437.808000', '104438.256000', '104438.731000', '104439.177000', '104439.647000', '104440.118000', '104440.572000', '104441.033000', '104441.497000', '104441.954000', '104442.395000', '104442.863000', '104443.322000', '104443.778000', '104444.241000', '104444.704000', '104445.176000', '104445.630000', '104446.073000', '104446.551000', '104447.011000', '104447.520000', '104447.919000', '104448.376000', '104448.845000', '104449.299000', '104449.758000', '104450.240000', '104450.677000', '104451.153000', '104451.598000', '104452.058000', '104452.528000', '104452.991000', '104453.436000', '104453.899000', '104454.364000', '104454.823000', '104455.275000', '104455.755000', '104456.202000', '104456.667000', '104457.129000', '104457.579000', '104458.062000', '104458.511000', '104458.967000', '104459.429000', '104459.876000', '104500.339000', '104500.805000', '104501.281000', '104501.735000', '104502.221000', '104502.649000', '104503.114000', '104503.568000', '104504.019000', '104504.490000', '104504.953000', '104505.454000', '104505.855000', '104506.338000', '104506.778000', '104507.250000', '104507.709000', '104508.221000', '104508.620000', '104509.091000', '104509.540000', '104509.997000', '104510.459000', '104510.935000', '104511.388000', '104511.852000', '104512.301000', '104512.758000', '104513.219000', '104513.692000', '104514.143000', '104514.598000', '104515.059000', '104515.538000', '104516.032000', '104516.447000', '104516.969000', '104517.372000', '104517.825000', '104518.285000', '104518.734000', '104519.214000', '104519.662000', '104520.124000', '104520.582000', '104521.039000', '104521.497000', '104521.964000', '104522.437000', '104522.886000', '104523.342000', '104523.819000', '104524.283000', '104524.724000', '104525.181000', '104525.642000', '104526.109000', '104526.635000', '104527.020000', '104527.497000', '104527.941000', '104528.402000', '104528.883000', '104529.324000', '104529.794000', '104530.244000', '104530.704000', '104531.171000', '104531.624000', '104532.085000', '104532.540000', '104533.023000', '104533.461000', '104533.931000', '104534.391000', '104534.899000', '104535.315000', '104535.779000', '104536.240000', '104536.682000', '104537.142000', '104537.620000', '104538.114000', '104538.531000', '104538.995000', '104539.440000', '104539.901000', '104540.364000', '104540.838000', '104541.283000', '104541.748000', '104542.216000', '104542.674000', '104543.123000', '104543.585000', '104544.056000', '104544.514000', '104544.973000', '104545.439000', '104545.886000', '104546.343000', '104546.803000', '104547.259000', '104547.720000', '104548.207000', '104548.641000', '104549.100000', '104549.584000', '104550.033000', '104550.492000', '104550.940000', '104551.407000', '104551.868000', '104552.325000', '104552.792000', '104553.278000', '104553.712000', '104554.254000', '104554.639000', '104555.088000', '104555.544000', '104556.015000', '104556.465000', '104556.931000', '104557.389000', '104557.853000', '104558.305000', '104558.782000', '104559.291000', '104559.684000', '104600.165000', '104600.612000', '104601.063000', '104601.526000', '104601.993000', '104602.454000', '104602.912000', '104603.364000', '104603.827000', '104604.295000', '104604.761000', '104605.214000', '104605.695000', '104606.136000', '104606.589000', '104607.057000', '104607.511000', '104607.977000', '104608.438000', '104608.915000', '104609.359000', '104609.829000', '104610.285000', '104610.722000', '104611.189000', '104611.664000', '104612.108000', '104612.581000', '104613.039000', '104613.526000', '104613.954000', '104614.413000', '104614.863000', '104615.325000', '104615.803000', '104616.259000', '104616.709000', '104617.180000', '104617.635000', '104618.100000', '104618.553000', '104619.015000', '104619.465000', '104619.980000', '104620.402000', '104620.861000', '104621.323000', '104621.778000', '104622.242000', '104622.716000', '104623.159000', '104623.614000', '104624.068000', '104624.524000', '104625.004000', '104625.459000', '104625.956000', '104626.363000', '104626.835000', '104627.305000', '104627.768000', '104628.204000', '104628.673000', '104629.136000', '104629.606000', '104630.054000', '104630.511000', '104630.967000', '104631.432000', '104631.902000', '104632.342000', '104632.814000', '104633.276000', '104633.727000', '104634.188000', '104634.665000', '104635.119000', '104635.592000', '104636.027000', '104636.501000', '104636.944000', '104637.407000', '104637.879000', '104638.341000', '104638.805000', '104639.262000', '104639.713000', '104640.234000', '104640.641000', '104641.096000', '104641.549000', '104642.017000', '104642.476000', '104642.948000', '104643.388000', '104643.855000', '104644.307000', '104644.785000', '104645.249000', '104645.692000', '104646.164000', '104646.630000', '104647.082000', '104647.536000', '104648.008000', '104648.461000', '104648.920000', '104649.373000', '104649.832000', '104650.315000', '104650.767000', '104651.216000', '104651.666000', '104652.140000', '104652.626000', '104653.061000', '104653.523000', '104653.984000', '104654.428000', '104654.887000', '104655.370000', '104655.808000', '104656.271000', '104656.731000', '104657.197000', '104657.661000', '104658.128000', '104658.586000', '104659.034000', '104659.500000', '104659.953000', '104700.416000', '104700.892000', '104701.341000', '104701.796000', '104702.344000', '104702.771000', '104703.191000', '104703.637000', '104704.089000', '104704.568000', '104705.020000', '104705.470000', '104705.928000', '104706.406000', '104706.919000', '104707.308000', '104707.770000', '104708.263000', '104708.744000', '104709.158000', '104709.612000', '104710.088000', '104710.536000', '104711.019000', '104711.453000', '104711.920000', '104712.380000', '104712.850000', '104713.299000', '104713.751000', '104714.425000', '104714.679000', '104715.146000', '104715.605000', '104716.066000', '104716.522000', '104716.990000', '104717.437000', '104717.907000', '104718.359000', '104718.820000', '104719.274000', '104719.738000', '104720.218000', '104720.669000', '104721.121000', '104721.590000', '104722.052000', '104722.492000', '104722.967000', '104723.412000', '104723.888000', '104724.401000', '104724.801000', '104725.257000', '104725.718000', '104726.187000', '104726.640000', '104727.108000', '104727.553000', '104728.025000', '104728.476000', '104728.936000', '104729.400000', '104729.867000', '104730.331000', '104730.778000', '104731.255000', '104731.696000', '104732.168000', '104732.631000', '104733.073000', '104733.537000', '104733.995000', '104734.466000', '104734.932000', '104735.387000', '104735.844000', '104736.301000', '104736.757000', '104737.227000', '104737.691000', '104738.148000', '104738.594000', '104739.055000', '104739.545000', '104739.994000', '104740.436000', '104740.902000', '104741.371000', '104741.837000', '104742.282000', '104742.769000', '104743.197000', '104743.657000', '104744.130000', '104744.575000', '104745.050000', '104745.498000', '104745.979000', '104746.432000', '104746.888000', '104747.339000', '104747.811000', '104748.255000', '104748.721000', '104749.196000', '104749.650000', '104750.100000', '104750.574000', '104751.019000', '104751.478000', '104751.958000', '104752.393000', '104752.857000', '104753.317000', '104753.790000', '104754.234000', '104754.717000', '104755.157000', '104755.618000', '104756.093000', '104756.556000', '104757.001000', '104757.513000', '104757.919000', '104758.377000', '104758.851000', '104759.296000', '104759.754000', '104800.257000', '104800.693000', '104801.142000', '104801.598000', '104802.076000', '104802.519000', '104802.981000', '104803.455000', '104803.917000', '104804.358000', '104804.825000', '104805.293000', '104805.737000', '104806.217000', '104806.660000', '104807.120000', '104807.591000', '104808.038000', '104808.511000', '104808.956000', '104809.436000', '104809.886000', '104810.347000', '104810.800000', '104811.284000', '104811.718000', '104812.206000', '104812.653000', '104813.122000', '104813.565000', '104814.038000', '104814.485000', '104814.942000', '104815.402000', '104815.863000', '104816.320000', '104816.790000', '104817.259000', '104817.707000', '104818.162000', '104818.624000', '104819.085000', '104819.541000', '104820.023000', '104820.478000', '104820.943000', '104821.387000', '104821.852000', '104822.322000', '104822.762000', '104823.236000', '104823.688000', '104824.138000', '104824.607000', '104825.083000', '104825.577000', '104825.985000', '104826.462000', '104826.909000', '104827.374000', '104827.828000', '104828.292000', '104828.762000', '104829.202000', '104829.720000', '104830.128000', '104830.606000', '104831.051000', '104831.501000', '104831.983000', '104832.422000', '104832.935000', '104833.342000', '104833.809000', '104834.268000', '104834.721000', '104835.214000', '104835.658000', '104836.115000', '104836.567000', '104837.025000', '104837.493000', '104837.969000', '104838.422000', '104838.871000', '104839.326000', '104839.792000', '104840.245000', '104840.707000', '104841.177000', '104841.630000', '104842.086000', '104842.558000', '104843.026000', '104843.464000', '104843.934000', '104844.381000', '104844.856000', '104845.312000', '104845.783000', '104846.224000', '104846.685000', '104847.144000', '104847.613000', '104848.085000', '104848.528000', '104848.988000', '104849.452000', '104849.920000', '104850.374000', '104850.823000', '104851.288000', '104851.813000', '104852.207000', '104852.670000', '104853.130000', '104853.595000', '104854.066000', '104854.515000', '104854.971000', '104855.444000', '104855.887000', '104856.347000', '104856.809000', '104857.275000', '104857.741000', '104858.203000', '104858.659000', '104859.101000'], 'InstanceCreationTime': ['104220.949000', '104221.177000', '104221.389000', '104221.617000', '104221.807000', '104222.025000', '104222.209000', '104222.386000', '104222.602000', '104222.788000', '104222.989000', '104223.459000', '104223.910000', '104224.366000', '104224.866000', '104225.309000', '104225.768000', '104226.240000', '104226.699000', '104227.150000', '104227.605000', '104228.076000', '104228.549000', '104229.002000', '104229.457000', '104229.950000', '104230.379000', '104230.848000', '104231.301000', '104231.754000', '104232.220000', '104232.668000', '104233.154000', '104233.596000', '104234.058000', '104234.522000', '104234.992000', '104235.446000', '104235.937000', '104236.349000', '104236.821000', '104237.276000', '104237.740000', '104238.198000', '104238.656000', '104239.122000', '104239.587000', '104240.028000', '104240.488000', '104240.953000', '104241.425000', '104241.868000', '104242.336000', '104242.818000', '104243.250000', '104243.709000', '104244.175000', '104244.663000', '104245.093000', '104245.556000', '104246.011000', '104246.485000', '104246.934000', '104247.410000', '104247.878000', '104248.327000', '104248.769000', '104249.234000', '104249.775000', '104250.247000', '104250.628000', '104251.071000', '104251.528000', '104251.989000', '104252.454000', '104252.928000', '104253.382000', '104253.889000', '104254.301000', '104254.752000', '104255.205000', '104255.676000', '104256.135000', '104256.671000', '104257.056000', '104257.531000', '104257.979000', '104258.430000', '104258.897000', '104259.346000', '104259.821000', '104300.283000', '104300.731000', '104301.228000', '104301.664000', '104302.153000', '104302.576000', '104303.029000', '104303.500000', '104303.967000', '104304.416000', '104304.866000', '104305.338000', '104305.791000', '104306.251000', '104306.715000', '104307.172000', '104307.636000', '104308.086000', '104308.562000', '104309.034000', '104309.484000', '104309.955000', '104310.388000', '104310.851000', '104311.332000', '104311.772000', '104312.239000', '104312.720000', '104313.148000', '104313.607000', '104314.074000', '104314.550000', '104315.005000', '104315.458000', '104315.921000', '104316.380000', '104316.847000', '104317.291000', '104317.750000', '104318.227000', '104318.677000', '104319.198000', '104319.594000', '104320.094000', '104320.520000', '104320.991000', '104321.430000', '104321.904000', '104322.386000', '104322.815000', '104323.341000', '104323.738000', '104324.189000', '104324.660000', '104325.160000', '104325.585000', '104326.048000', '104326.505000', '104326.953000', '104327.423000', '104327.886000', '104328.337000', '104328.793000', '104329.250000', '104329.709000', '104330.177000', '104330.635000', '104331.088000', '104331.550000', '104332.016000', '104332.471000', '104332.958000', '104333.394000', '104333.849000', '104334.316000', '104334.792000', '104335.243000', '104335.703000', '104336.186000', '104336.629000', '104337.086000', '104337.535000', '104337.989000', '104338.451000', '104338.932000', '104339.373000', '104339.855000', '104340.305000', '104340.773000', '104341.218000', '104341.670000', '104342.133000', '104342.592000', '104343.051000', '104343.514000', '104343.969000', '104344.432000', '104344.913000', '104345.354000', '104345.834000', '104346.282000', '104346.762000', '104347.209000', '104347.652000', '104348.127000', '104348.578000', '104349.045000', '104349.507000', '104349.954000', '104350.433000', '104350.884000', '104351.336000', '104351.794000', '104352.260000', '104352.728000', '104353.171000', '104353.651000', '104354.098000', '104354.564000', '104355.013000', '104355.474000', '104355.929000', '104356.407000', '104356.851000', '104357.320000', '104357.772000', '104358.234000', '104358.693000', '104359.169000', '104359.612000', '104400.070000', '104400.532000', '104401.009000', '104401.461000', '104401.914000', '104402.378000', '104402.881000', '104403.297000', '104403.768000', '104404.234000', '104404.672000', '104405.144000', '104405.600000', '104406.102000', '104406.542000', '104406.973000', '104407.455000', '104407.903000', '104408.354000', '104408.823000', '104409.277000', '104409.740000', '104410.202000', '104410.663000', '104411.115000', '104411.585000', '104412.042000', '104412.510000', '104412.959000', '104413.428000', '104413.891000', '104414.343000', '104414.805000', '104415.256000', '104415.717000', '104416.190000', '104416.651000', '104417.094000', '104417.560000', '104418.012000', '104418.483000', '104418.939000', '104419.405000', '104419.930000', '104420.312000', '104420.790000', '104421.247000', '104421.699000', '104422.170000', '104422.668000', '104423.091000', '104423.541000', '104424.014000', '104424.458000', '104424.922000', '104425.383000', '104425.843000', '104426.315000', '104426.781000', '104427.226000', '104427.695000', '104428.148000', '104428.596000', '104429.067000', '104429.517000', '104429.975000', '104430.437000', '104430.908000', '104431.358000', '104431.816000', '104432.295000', '104432.740000', '104433.197000', '104433.655000', '104434.123000', '104434.583000', '104435.040000', '104435.495000', '104435.970000', '104436.425000', '104436.882000', '104437.337000', '104437.808000', '104438.256000', '104438.731000', '104439.177000', '104439.647000', '104440.118000', '104440.572000', '104441.033000', '104441.497000', '104441.954000', '104442.395000', '104442.863000', '104443.322000', '104443.778000', '104444.241000', '104444.704000', '104445.176000', '104445.630000', '104446.073000', '104446.551000', '104447.011000', '104447.520000', '104447.919000', '104448.376000', '104448.845000', '104449.299000', '104449.758000', '104450.240000', '104450.677000', '104451.153000', '104451.598000', '104452.058000', '104452.528000', '104452.991000', '104453.436000', '104453.899000', '104454.364000', '104454.823000', '104455.275000', '104455.755000', '104456.202000', '104456.667000', '104457.129000', '104457.579000', '104458.062000', '104458.511000', '104458.967000', '104459.429000', '104459.876000', '104500.339000', '104500.805000', '104501.281000', '104501.735000', '104502.221000', '104502.649000', '104503.114000', '104503.568000', '104504.019000', '104504.490000', '104504.953000', '104505.454000', '104505.855000', '104506.338000', '104506.778000', '104507.250000', '104507.709000', '104508.221000', '104508.620000', '104509.091000', '104509.540000', '104509.997000', '104510.459000', '104510.935000', '104511.388000', '104511.852000', '104512.301000', '104512.758000', '104513.219000', '104513.692000', '104514.143000', '104514.598000', '104515.059000', '104515.538000', '104516.032000', '104516.447000', '104516.969000', '104517.372000', '104517.825000', '104518.285000', '104518.734000', '104519.214000', '104519.662000', '104520.124000', '104520.582000', '104521.039000', '104521.497000', '104521.964000', '104522.437000', '104522.886000', '104523.342000', '104523.819000', '104524.283000', '104524.724000', '104525.181000', '104525.642000', '104526.109000', '104526.635000', '104527.020000', '104527.497000', '104527.941000', '104528.402000', '104528.883000', '104529.324000', '104529.794000', '104530.244000', '104530.704000', '104531.171000', '104531.624000', '104532.085000', '104532.540000', '104533.023000', '104533.461000', '104533.931000', '104534.391000', '104534.899000', '104535.315000', '104535.779000', '104536.240000', '104536.682000', '104537.142000', '104537.620000', '104538.114000', '104538.531000', '104538.995000', '104539.440000', '104539.901000', '104540.364000', '104540.838000', '104541.283000', '104541.748000', '104542.216000', '104542.674000', '104543.123000', '104543.585000', '104544.056000', '104544.514000', '104544.973000', '104545.439000', '104545.886000', '104546.343000', '104546.803000', '104547.259000', '104547.720000', '104548.207000', '104548.641000', '104549.100000', '104549.584000', '104550.033000', '104550.492000', '104550.940000', '104551.407000', '104551.868000', '104552.325000', '104552.792000', '104553.278000', '104553.712000', '104554.254000', '104554.639000', '104555.088000', '104555.544000', '104556.015000', '104556.465000', '104556.931000', '104557.389000', '104557.853000', '104558.305000', '104558.782000', '104559.291000', '104559.684000', '104600.165000', '104600.612000', '104601.063000', '104601.526000', '104601.993000', '104602.454000', '104602.912000', '104603.364000', '104603.827000', '104604.295000', '104604.761000', '104605.214000', '104605.695000', '104606.136000', '104606.589000', '104607.057000', '104607.511000', '104607.977000', '104608.438000', '104608.915000', '104609.359000', '104609.829000', '104610.285000', '104610.722000', '104611.189000', '104611.664000', '104612.108000', '104612.581000', '104613.039000', '104613.526000', '104613.954000', '104614.413000', '104614.863000', '104615.325000', '104615.803000', '104616.259000', '104616.709000', '104617.180000', '104617.635000', '104618.100000', '104618.553000', '104619.015000', '104619.465000', '104619.980000', '104620.402000', '104620.861000', '104621.323000', '104621.778000', '104622.242000', '104622.716000', '104623.159000', '104623.614000', '104624.068000', '104624.524000', '104625.004000', '104625.459000', '104625.956000', '104626.363000', '104626.835000', '104627.305000', '104627.768000', '104628.204000', '104628.673000', '104629.136000', '104629.606000', '104630.054000', '104630.511000', '104630.967000', '104631.432000', '104631.902000', '104632.342000', '104632.814000', '104633.276000', '104633.727000', '104634.188000', '104634.665000', '104635.119000', '104635.592000', '104636.027000', '104636.501000', '104636.944000', '104637.407000', '104637.879000', '104638.341000', '104638.805000', '104639.262000', '104639.713000', '104640.234000', '104640.641000', '104641.096000', '104641.549000', '104642.017000', '104642.476000', '104642.948000', '104643.388000', '104643.855000', '104644.307000', '104644.785000', '104645.249000', '104645.692000', '104646.164000', '104646.630000', '104647.082000', '104647.536000', '104648.008000', '104648.461000', '104648.920000', '104649.373000', '104649.832000', '104650.315000', '104650.767000', '104651.216000', '104651.666000', '104652.140000', '104652.626000', '104653.061000', '104653.523000', '104653.984000', '104654.428000', '104654.887000', '104655.370000', '104655.808000', '104656.271000', '104656.731000', '104657.197000', '104657.661000', '104658.128000', '104658.586000', '104659.034000', '104659.500000', '104659.953000', '104700.416000', '104700.892000', '104701.341000', '104701.796000', '104702.344000', '104702.771000', '104703.191000', '104703.637000', '104704.089000', '104704.568000', '104705.020000', '104705.470000', '104705.928000', '104706.406000', '104706.919000', '104707.308000', '104707.770000', '104708.263000', '104708.744000', '104709.158000', '104709.612000', '104710.088000', '104710.536000', '104711.019000', '104711.453000', '104711.920000', '104712.380000', '104712.850000', '104713.299000', '104713.751000', '104714.425000', '104714.679000', '104715.146000', '104715.605000', '104716.066000', '104716.522000', '104716.990000', '104717.437000', '104717.907000', '104718.359000', '104718.820000', '104719.274000', '104719.738000', '104720.218000', '104720.669000', '104721.121000', '104721.590000', '104722.052000', '104722.492000', '104722.967000', '104723.412000', '104723.888000', '104724.401000', '104724.801000', '104725.257000', '104725.718000', '104726.187000', '104726.640000', '104727.108000', '104727.553000', '104728.025000', '104728.476000', '104728.936000', '104729.400000', '104729.867000', '104730.331000', '104730.778000', '104731.255000', '104731.696000', '104732.168000', '104732.631000', '104733.073000', '104733.537000', '104733.995000', '104734.466000', '104734.932000', '104735.387000', '104735.844000', '104736.301000', '104736.757000', '104737.227000', '104737.691000', '104738.148000', '104738.594000', '104739.055000', '104739.545000', '104739.994000', '104740.436000', '104740.902000', '104741.371000', '104741.837000', '104742.282000', '104742.769000', '104743.197000', '104743.657000', '104744.130000', '104744.575000', '104745.050000', '104745.498000', '104745.979000', '104746.432000', '104746.888000', '104747.339000', '104747.811000', '104748.255000', '104748.721000', '104749.196000', '104749.650000', '104750.100000', '104750.574000', '104751.019000', '104751.478000', '104751.958000', '104752.393000', '104752.857000', '104753.317000', '104753.790000', '104754.234000', '104754.717000', '104755.157000', '104755.618000', '104756.093000', '104756.556000', '104757.001000', '104757.513000', '104757.919000', '104758.377000', '104758.851000', '104759.296000', '104759.754000', '104800.257000', '104800.693000', '104801.142000', '104801.598000', '104802.076000', '104802.519000', '104802.981000', '104803.455000', '104803.917000', '104804.358000', '104804.825000', '104805.293000', '104805.737000', '104806.217000', '104806.660000', '104807.120000', '104807.591000', '104808.038000', '104808.511000', '104808.956000', '104809.436000', '104809.886000', '104810.347000', '104810.800000', '104811.284000', '104811.718000', '104812.206000', '104812.653000', '104813.122000', '104813.565000', '104814.038000', '104814.485000', '104814.942000', '104815.402000', '104815.863000', '104816.320000', '104816.790000', '104817.259000', '104817.707000', '104818.162000', '104818.624000', '104819.085000', '104819.541000', '104820.023000', '104820.478000', '104820.943000', '104821.387000', '104821.852000', '104822.322000', '104822.762000', '104823.236000', '104823.688000', '104824.138000', '104824.607000', '104825.083000', '104825.577000', '104825.985000', '104826.462000', '104826.909000', '104827.374000', '104827.828000', '104828.292000', '104828.762000', '104829.202000', '104829.720000', '104830.128000', '104830.606000', '104831.051000', '104831.501000', '104831.983000', '104832.422000', '104832.935000', '104833.342000', '104833.809000', '104834.268000', '104834.721000', '104835.214000', '104835.658000', '104836.115000', '104836.567000', '104837.025000', '104837.493000', '104837.969000', '104838.422000', '104838.871000', '104839.326000', '104839.792000', '104840.245000', '104840.707000', '104841.177000', '104841.630000', '104842.086000', '104842.558000', '104843.026000', '104843.464000', '104843.934000', '104844.381000', '104844.856000', '104845.312000', '104845.783000', '104846.224000', '104846.685000', '104847.144000', '104847.613000', '104848.085000', '104848.528000', '104848.988000', '104849.452000', '104849.920000', '104850.374000', '104850.823000', '104851.288000', '104851.813000', '104852.207000', '104852.670000', '104853.130000', '104853.595000', '104854.066000', '104854.515000', '104854.971000', '104855.444000', '104855.887000', '104856.347000', '104856.809000', '104857.275000', '104857.741000', '104858.203000', '104858.659000', '104859.101000'], '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': [749, 762, 962, 801, 937, 788, 1004, 778, 869, 748, 903, 756, 737, 724, 762, 938, 764, 758, 769, 860, 734, 928, 713, 746, 746, 728, 742, 730, 739, 718, 734, 723, 744, 728, 837, 730, 753, 725, 755, 760, 804, 768, 737, 773, 756, 997, 763, 767, 748, 715, 756, 742, 754, 723, 758, 715, 733, 710, 750, 712, 752, 728, 741, 727, 709, 744, 712, 748, 732, 738, 712, 941, 712, 854, 712, 777, 876, 760, 951, 807, 731, 737, 721, 757, 721, 762, 744, 799, 729, 727, 732, 732, 754, 1052, 744, 1133, 738, 960, 740, 1125, 721, 749, 728, 742, 728, 720, 712, 723, 743, 735, 675, 741, 697, 702, 706, 727, 706, 710, 692, 722, 720, 697, 699, 704, 689, 699, 716, 723, 734, 1088, 716, 747, 717, 698, 714, 692, 717, 707, 728, 686, 630, 675, 625, 712, 679, 710, 709, 720, 697, 737, 715, 723, 734, 716, 720, 789, 719, 1124, 713, 964, 871, 1038, 715, 799, 723, 704, 725, 706, 701, 724, 1119, 730, 794, 707, 712, 706, 712, 735, 725, 715, 731, 753, 729, 695, 727, 692, 741, 716, 736, 725, 994, 719, 696, 719, 689, 730, 666, 684, 705, 699, 675, 710, 675, 714, 673, 712, 667, 730, 721, 736, 778, 667, 705, 562, 617, 600, 529, 655, 601, 718, 659, 923, 703, 1168, 934, 1008, 885, 997, 1024, 781, 1137, 704, 1146, 901, 1128, 896, 721, 731, 676, 666, 659, 656, 633, 645, 562, 635, 600, 605, 605, 624, 601, 546, 613, 620, 642, 611, 679, 598, 744, 672, 1014, 782, 1045, 962, 937, 975, 1032, 966, 1098, 763, 1059, 1203, 757, 1130, 671, 658, 613, 611, 560, 618, 609, 651, 580, 630, 602, 622, 574, 580, 588, 565, 611, 563, 602, 869, 682, 941, 737, 1008, 635, 1072, 955, 1075, 667, 1108, 764, 740, 646, 727, 726, 681, 712, 654, 587, 632, 577, 622, 576, 615, 798, 595, 621, 632, 611, 567, 606, 574, 594, 576, 585, 540, 589, 538, 573, 550, 559, 546, 569, 536, 601, 575, 599, 569, 600, 535, 694, 698, 615, 1077, 748, 1080, 714, 1096, 782, 776, 573, 596, 553, 594, 561, 577, 554, 571, 555, 598, 580, 601, 669, 577, 716, 579, 790, 609, 1019, 613, 626, 580, 632, 616, 655, 665, 770, 694, 773, 688, 1075, 791, 1097, 735, 1101, 730, 972, 690, 956, 686, 876, 697, 723, 731, 677, 716, 670, 640, 642, 636, 621, 620, 611, 642, 648, 632, 642, 642, 628, 623, 639, 622, 629, 611, 612, 604, 615, 605, 614, 622, 545, 614, 595, 633, 599, 552, 571, 627, 643, 643, 683, 648, 721, 658, 1017, 702, 1070, 698, 1068, 1060, 878, 1171, 738, 1246, 967, 720, 853, 647, 685, 693, 673, 647, 676, 643, 683, 655, 684, 657, 687, 660, 695, 663, 676, 866, 635, 818, 640, 662, 564, 705, 616, 1054, 586, 624, 591, 625, 619, 644, 875, 637, 1147, 591, 842, 588, 597, 599, 617, 590, 622, 566, 610, 578, 643, 626, 669, 664, 682, 686, 977, 737, 711, 694, 1130, 752, 1159, 695, 725, 714, 692, 585, 603, 566, 580, 635, 633, 647, 672, 696, 700, 736, 731, 714, 749, 866, 754, 721, 1057, 752, 1165, 778, 1147, 777, 822, 741, 766, 781, 793, 727, 771, 717, 779, 719, 716, 719, 732, 707, 738, 747, 754, 752, 717, 708, 688, 692, 708, 726, 721, 757, 756, 779, 721, 701, 667, 640, 687, 825, 735, 974, 743, 1052, 731, 1109, 715, 1104, 741, 1151, 739, 1002, 752, 719, 747, 706, 751, 715, 737, 699, 701, 710, 685, 710, 687, 723, 697, 699, 648, 693, 673, 692, 699, 676, 657, 671, 705, 699, 703, 671, 588, 871, 621, 588, 607, 579, 627, 628, 633, 664, 660, 660, 671, 1043, 688, 1012, 948, 707, 899, 673, 851, 654, 914, 706, 1039, 669, 674, 657, 659, 642, 691, 714, 678, 710, 668, 973, 663, 1105, 670, 955, 657, 1082, 653, 1209, 813, 1026, 642, 595, 629, 628, 688, 592, 701, 593, 839, 622, 909, 623, 817, 637, 787, 650, 527, 660, 591, 694, 654, 1082, 847, 1176, 1073, 863, 673, 545, 635, 633, 663, 634, 652, 688, 679, 725, 693, 963, 1025, 780, 1143, 693, 997, 574, 660, 605, 743, 702, 745, 715, 744, 697, 680, 710, 679, 709, 743, 708, 672, 650, 604, 590, 581, 584, 574, 598, 592, 656, 649, 679, 644, 652, 652, 707, 672, 695, 678, 682, 667, 689, 682, 706, 667, 692, 645, 705, 634, 697, 645, 668, 679, 680, 679, 657, 703, 697, 709, 676, 709, 1056, 697, 1122, 704, 1106, 715, 1152, 798, 704, 706, 703, 940, 689, 654, 688, 667, 703, 648, 695, 650, 698, 667, 707, 662, 709, 653, 682, 680, 695, 673, 891, 636, 846, 661, 688, 614, 615, 616, 675, 609, 697, 672, 731, 803, 726, 939, 722, 1072, 771, 1132, 737, 1042, 727, 1010, 713, 1146, 708, 721, 725, 710, 722, 745, 712, 709, 731, 701, 724, 665, 684, 682, 713, 737, 747, 701, 757, 724, 764, 722, 752, 703, 746, 733, 959, 723, 863, 728, 738, 706, 730, 687, 708, 721, 729, 704, 691, 716, 678, 705, 679, 701, 682, 717, 715, 710, 731, 711, 727, 713, 747, 723, 701, 719, 667, 713, 663, 716, 694], 'WindowCenter': [300.0, 300.0, 301.0, 300.0, 300.0, 298.0, 300.0, 298.0, 298.0, 297.0, 298.0, 296.0, 296.0, 296.0, 296.0, 298.0, 296.0, 296.0, 297.0, 299.0, 297.0, 299.0, 297.0, 297.0, 296.0, 297.0, 297.0, 297.0, 297.0, 297.0, 297.0, 296.0, 297.0, 296.0, 298.0, 296.0, 297.0, 296.0, 296.0, 296.0, 297.0, 296.0, 296.0, 296.0, 296.0, 297.0, 296.0, 295.0, 295.0, 295.0, 296.0, 296.0, 297.0, 296.0, 296.0, 296.0, 296.0, 296.0, 297.0, 297.0, 298.0, 297.0, 297.0, 297.0, 298.0, 298.0, 297.0, 297.0, 297.0, 297.0, 298.0, 299.0, 297.0, 298.0, 298.0, 298.0, 299.0, 298.0, 299.0, 298.0, 297.0, 296.0, 296.0, 297.0, 296.0, 297.0, 297.0, 298.0, 296.0, 296.0, 296.0, 296.0, 296.0, 299.0, 296.0, 299.0, 296.0, 297.0, 296.0, 299.0, 295.0, 295.0, 295.0, 296.0, 296.0, 295.0, 295.0, 295.0, 295.0, 296.0, 296.0, 297.0, 296.0, 296.0, 296.0, 297.0, 296.0, 297.0, 296.0, 296.0, 296.0, 296.0, 296.0, 296.0, 296.0, 296.0, 296.0, 296.0, 297.0, 299.0, 296.0, 296.0, 296.0, 296.0, 296.0, 296.0, 296.0, 296.0, 296.0, 297.0, 296.0, 296.0, 295.0, 297.0, 297.0, 297.0, 297.0, 297.0, 297.0, 297.0, 297.0, 296.0, 297.0, 296.0, 297.0, 297.0, 296.0, 299.0, 297.0, 299.0, 298.0, 299.0, 296.0, 297.0, 296.0, 296.0, 296.0, 296.0, 295.0, 296.0, 299.0, 296.0, 296.0, 295.0, 295.0, 295.0, 295.0, 295.0, 296.0, 295.0, 296.0, 296.0, 296.0, 296.0, 296.0, 296.0, 296.0, 296.0, 295.0, 296.0, 298.0, 295.0, 295.0, 295.0, 295.0, 296.0, 296.0, 296.0, 296.0, 296.0, 296.0, 297.0, 296.0, 297.0, 296.0, 297.0, 296.0, 299.0, 297.0, 297.0, 297.0, 296.0, 296.0, 293.0, 293.0, 293.0, 294.0, 297.0, 297.0, 298.0, 297.0, 300.0, 298.0, 301.0, 300.0, 299.0, 299.0, 299.0, 299.0, 297.0, 299.0, 295.0, 298.0, 297.0, 297.0, 296.0, 294.0, 294.0, 294.0, 293.0, 294.0, 294.0, 293.0, 293.0, 292.0, 293.0, 293.0, 292.0, 293.0, 293.0, 293.0, 293.0, 296.0, 296.0, 297.0, 297.0, 297.0, 297.0, 298.0, 296.0, 299.0, 298.0, 300.0, 298.0, 297.0, 298.0, 298.0, 297.0, 298.0, 295.0, 297.0, 297.0, 294.0, 297.0, 293.0, 292.0, 292.0, 293.0, 292.0, 292.0, 292.0, 293.0, 292.0, 294.0, 294.0, 294.0, 294.0, 294.0, 295.0, 295.0, 296.0, 295.0, 296.0, 299.0, 296.0, 298.0, 296.0, 298.0, 295.0, 298.0, 297.0, 298.0, 294.0, 298.0, 295.0, 295.0, 294.0, 296.0, 294.0, 294.0, 295.0, 295.0, 293.0, 294.0, 293.0, 294.0, 293.0, 294.0, 295.0, 293.0, 293.0, 294.0, 294.0, 293.0, 293.0, 293.0, 293.0, 293.0, 294.0, 294.0, 294.0, 294.0, 294.0, 294.0, 295.0, 295.0, 296.0, 296.0, 297.0, 296.0, 297.0, 295.0, 297.0, 296.0, 298.0, 298.0, 297.0, 300.0, 297.0, 300.0, 297.0, 299.0, 297.0, 297.0, 293.0, 294.0, 294.0, 295.0, 294.0, 294.0, 295.0, 295.0, 295.0, 296.0, 295.0, 296.0, 296.0, 295.0, 297.0, 295.0, 298.0, 296.0, 301.0, 297.0, 297.0, 295.0, 296.0, 296.0, 297.0, 297.0, 298.0, 298.0, 298.0, 297.0, 300.0, 298.0, 299.0, 296.0, 299.0, 296.0, 298.0, 296.0, 298.0, 295.0, 297.0, 295.0, 295.0, 297.0, 296.0, 296.0, 295.0, 296.0, 295.0, 295.0, 295.0, 295.0, 295.0, 296.0, 295.0, 296.0, 295.0, 296.0, 295.0, 295.0, 295.0, 295.0, 295.0, 295.0, 295.0, 295.0, 296.0, 295.0, 296.0, 297.0, 296.0, 297.0, 296.0, 296.0, 296.0, 295.0, 296.0, 297.0, 298.0, 297.0, 297.0, 297.0, 298.0, 297.0, 300.0, 297.0, 300.0, 296.0, 299.0, 298.0, 297.0, 298.0, 295.0, 298.0, 296.0, 294.0, 294.0, 292.0, 293.0, 294.0, 294.0, 293.0, 294.0, 294.0, 295.0, 295.0, 295.0, 295.0, 296.0, 296.0, 296.0, 295.0, 296.0, 298.0, 296.0, 297.0, 296.0, 297.0, 295.0, 297.0, 295.0, 299.0, 295.0, 295.0, 295.0, 295.0, 295.0, 295.0, 297.0, 295.0, 299.0, 294.0, 297.0, 293.0, 294.0, 294.0, 295.0, 295.0, 296.0, 296.0, 296.0, 295.0, 295.0, 295.0, 295.0, 295.0, 295.0, 296.0, 299.0, 296.0, 295.0, 296.0, 299.0, 296.0, 298.0, 295.0, 295.0, 295.0, 296.0, 294.0, 294.0, 293.0, 293.0, 295.0, 295.0, 295.0, 296.0, 297.0, 297.0, 298.0, 298.0, 298.0, 298.0, 299.0, 299.0, 297.0, 300.0, 297.0, 300.0, 297.0, 299.0, 296.0, 297.0, 296.0, 295.0, 295.0, 295.0, 295.0, 295.0, 295.0, 295.0, 295.0, 295.0, 295.0, 295.0, 295.0, 296.0, 296.0, 296.0, 296.0, 296.0, 296.0, 295.0, 296.0, 296.0, 296.0, 297.0, 299.0, 299.0, 299.0, 299.0, 299.0, 297.0, 297.0, 297.0, 299.0, 297.0, 300.0, 297.0, 300.0, 297.0, 300.0, 296.0, 298.0, 295.0, 298.0, 295.0, 297.0, 294.0, 294.0, 294.0, 294.0, 294.0, 295.0, 295.0, 295.0, 295.0, 295.0, 295.0, 295.0, 295.0, 295.0, 295.0, 296.0, 296.0, 296.0, 295.0, 296.0, 296.0, 297.0, 297.0, 296.0, 297.0, 297.0, 297.0, 299.0, 298.0, 300.0, 297.0, 296.0, 296.0, 296.0, 297.0, 296.0, 297.0, 297.0, 297.0, 297.0, 297.0, 300.0, 296.0, 300.0, 298.0, 296.0, 297.0, 296.0, 297.0, 296.0, 299.0, 296.0, 299.0, 296.0, 295.0, 296.0, 296.0, 296.0, 296.0, 297.0, 296.0, 296.0, 296.0, 300.0, 296.0, 299.0, 295.0, 298.0, 295.0, 299.0, 295.0, 298.0, 296.0, 297.0, 293.0, 293.0, 294.0, 294.0, 295.0, 294.0, 295.0, 294.0, 297.0, 294.0, 297.0, 294.0, 297.0, 295.0, 297.0, 295.0, 292.0, 295.0, 294.0, 296.0, 296.0, 299.0, 297.0, 299.0, 299.0, 297.0, 295.0, 293.0, 294.0, 295.0, 295.0, 294.0, 294.0, 296.0, 295.0, 296.0, 296.0, 298.0, 298.0, 296.0, 297.0, 294.0, 296.0, 292.0, 293.0, 293.0, 294.0, 294.0, 294.0, 294.0, 295.0, 296.0, 295.0, 295.0, 295.0, 295.0, 295.0, 296.0, 296.0, 296.0, 293.0, 293.0, 293.0, 294.0, 293.0, 294.0, 294.0, 296.0, 297.0, 296.0, 296.0, 296.0, 297.0, 297.0, 296.0, 296.0, 296.0, 296.0, 296.0, 296.0, 296.0, 296.0, 296.0, 297.0, 296.0, 296.0, 296.0, 296.0, 297.0, 298.0, 297.0, 297.0, 297.0, 297.0, 297.0, 297.0, 297.0, 297.0, 297.0, 300.0, 297.0, 300.0, 297.0, 300.0, 296.0, 299.0, 297.0, 296.0, 295.0, 296.0, 298.0, 296.0, 295.0, 296.0, 295.0, 296.0, 296.0, 296.0, 296.0, 297.0, 296.0, 297.0, 297.0, 298.0, 297.0, 297.0, 297.0, 297.0, 297.0, 300.0, 297.0, 298.0, 297.0, 297.0, 297.0, 297.0, 296.0, 297.0, 297.0, 298.0, 297.0, 298.0, 298.0, 298.0, 300.0, 297.0, 300.0, 298.0, 299.0, 296.0, 299.0, 295.0, 298.0, 295.0, 299.0, 295.0, 295.0, 295.0, 296.0, 296.0, 296.0, 296.0, 296.0, 296.0, 296.0, 298.0, 297.0, 297.0, 297.0, 298.0, 297.0, 297.0, 296.0, 297.0, 296.0, 297.0, 296.0, 297.0, 296.0, 296.0, 296.0, 298.0, 296.0, 298.0, 296.0, 296.0, 296.0, 296.0, 295.0, 295.0, 296.0, 296.0, 295.0, 295.0, 296.0, 295.0, 296.0, 296.0, 296.0, 296.0, 296.0, 296.0, 296.0, 297.0, 297.0, 297.0, 297.0, 297.0, 297.0, 297.0, 297.0, 296.0, 297.0, 297.0, 298.0, 297.0], 'WindowWidth': [654.0, 653.0, 654.0, 653.0, 653.0, 650.0, 652.0, 649.0, 649.0, 648.0, 649.0, 647.0, 647.0, 646.0, 647.0, 649.0, 647.0, 647.0, 648.0, 652.0, 649.0, 651.0, 649.0, 648.0, 647.0, 649.0, 649.0, 648.0, 649.0, 649.0, 649.0, 647.0, 648.0, 647.0, 650.0, 647.0, 648.0, 646.0, 647.0, 647.0, 648.0, 647.0, 647.0, 646.0, 647.0, 648.0, 647.0, 645.0, 645.0, 645.0, 646.0, 647.0, 648.0, 646.0, 647.0, 647.0, 647.0, 647.0, 648.0, 648.0, 649.0, 649.0, 648.0, 649.0, 650.0, 650.0, 649.0, 649.0, 649.0, 649.0, 651.0, 652.0, 649.0, 651.0, 650.0, 650.0, 652.0, 650.0, 651.0, 649.0, 648.0, 647.0, 647.0, 648.0, 647.0, 648.0, 649.0, 649.0, 648.0, 647.0, 647.0, 647.0, 647.0, 650.0, 647.0, 650.0, 646.0, 648.0, 647.0, 650.0, 644.0, 645.0, 644.0, 647.0, 647.0, 646.0, 645.0, 645.0, 645.0, 646.0, 646.0, 648.0, 647.0, 647.0, 647.0, 648.0, 647.0, 649.0, 647.0, 647.0, 647.0, 646.0, 647.0, 647.0, 646.0, 647.0, 647.0, 647.0, 648.0, 651.0, 647.0, 647.0, 647.0, 646.0, 646.0, 647.0, 646.0, 646.0, 646.0, 649.0, 648.0, 648.0, 645.0, 649.0, 649.0, 649.0, 648.0, 648.0, 648.0, 648.0, 648.0, 648.0, 648.0, 647.0, 648.0, 648.0, 647.0, 652.0, 649.0, 651.0, 649.0, 650.0, 647.0, 647.0, 647.0, 646.0, 647.0, 646.0, 646.0, 646.0, 650.0, 646.0, 646.0, 644.0, 645.0, 644.0, 645.0, 645.0, 647.0, 646.0, 647.0, 646.0, 646.0, 646.0, 647.0, 646.0, 647.0, 647.0, 646.0, 647.0, 649.0, 646.0, 645.0, 645.0, 644.0, 647.0, 646.0, 648.0, 647.0, 647.0, 647.0, 648.0, 647.0, 648.0, 647.0, 648.0, 647.0, 652.0, 649.0, 649.0, 648.0, 647.0, 646.0, 642.0, 642.0, 643.0, 644.0, 649.0, 650.0, 650.0, 649.0, 653.0, 650.0, 654.0, 653.0, 652.0, 651.0, 651.0, 651.0, 647.0, 651.0, 645.0, 650.0, 648.0, 648.0, 647.0, 644.0, 643.0, 642.0, 641.0, 643.0, 643.0, 641.0, 642.0, 640.0, 642.0, 641.0, 641.0, 642.0, 642.0, 643.0, 643.0, 646.0, 647.0, 649.0, 649.0, 649.0, 648.0, 650.0, 648.0, 652.0, 650.0, 652.0, 650.0, 648.0, 649.0, 649.0, 648.0, 649.0, 644.0, 647.0, 646.0, 642.0, 646.0, 641.0, 640.0, 640.0, 642.0, 639.0, 641.0, 640.0, 641.0, 641.0, 643.0, 643.0, 644.0, 644.0, 645.0, 646.0, 645.0, 647.0, 645.0, 648.0, 651.0, 648.0, 650.0, 647.0, 649.0, 645.0, 649.0, 648.0, 649.0, 643.0, 648.0, 644.0, 644.0, 643.0, 646.0, 643.0, 643.0, 644.0, 645.0, 643.0, 643.0, 641.0, 644.0, 641.0, 643.0, 645.0, 642.0, 642.0, 643.0, 643.0, 642.0, 642.0, 642.0, 643.0, 643.0, 644.0, 643.0, 644.0, 643.0, 645.0, 645.0, 646.0, 646.0, 648.0, 647.0, 649.0, 648.0, 649.0, 647.0, 649.0, 648.0, 651.0, 650.0, 648.0, 653.0, 649.0, 652.0, 648.0, 652.0, 648.0, 648.0, 643.0, 644.0, 643.0, 645.0, 644.0, 645.0, 645.0, 646.0, 645.0, 647.0, 646.0, 647.0, 647.0, 646.0, 648.0, 646.0, 649.0, 647.0, 655.0, 648.0, 648.0, 646.0, 647.0, 647.0, 648.0, 649.0, 651.0, 650.0, 649.0, 649.0, 652.0, 649.0, 651.0, 647.0, 650.0, 646.0, 649.0, 646.0, 649.0, 645.0, 647.0, 645.0, 645.0, 648.0, 647.0, 647.0, 645.0, 646.0, 645.0, 645.0, 645.0, 645.0, 645.0, 646.0, 645.0, 646.0, 646.0, 646.0, 645.0, 645.0, 645.0, 645.0, 645.0, 645.0, 645.0, 645.0, 646.0, 645.0, 647.0, 648.0, 647.0, 648.0, 647.0, 647.0, 647.0, 647.0, 648.0, 649.0, 650.0, 650.0, 649.0, 649.0, 650.0, 650.0, 654.0, 649.0, 652.0, 647.0, 651.0, 649.0, 647.0, 649.0, 644.0, 648.0, 644.0, 642.0, 642.0, 640.0, 641.0, 642.0, 642.0, 642.0, 643.0, 643.0, 644.0, 644.0, 645.0, 645.0, 646.0, 646.0, 647.0, 645.0, 648.0, 650.0, 647.0, 648.0, 646.0, 648.0, 646.0, 648.0, 645.0, 651.0, 646.0, 645.0, 645.0, 645.0, 645.0, 645.0, 648.0, 645.0, 651.0, 644.0, 647.0, 643.0, 644.0, 644.0, 645.0, 645.0, 647.0, 648.0, 647.0, 646.0, 646.0, 645.0, 645.0, 645.0, 645.0, 646.0, 650.0, 647.0, 646.0, 646.0, 652.0, 647.0, 649.0, 645.0, 645.0, 645.0, 646.0, 645.0, 644.0, 642.0, 641.0, 645.0, 645.0, 645.0, 646.0, 648.0, 649.0, 650.0, 650.0, 650.0, 650.0, 652.0, 651.0, 649.0, 652.0, 649.0, 652.0, 648.0, 651.0, 647.0, 647.0, 646.0, 645.0, 645.0, 644.0, 644.0, 645.0, 644.0, 645.0, 644.0, 644.0, 644.0, 645.0, 644.0, 647.0, 646.0, 647.0, 647.0, 647.0, 646.0, 645.0, 646.0, 647.0, 647.0, 648.0, 651.0, 651.0, 652.0, 652.0, 652.0, 650.0, 650.0, 649.0, 651.0, 649.0, 653.0, 649.0, 653.0, 648.0, 652.0, 646.0, 649.0, 644.0, 649.0, 644.0, 647.0, 643.0, 643.0, 643.0, 643.0, 643.0, 644.0, 644.0, 646.0, 645.0, 645.0, 644.0, 645.0, 644.0, 645.0, 645.0, 647.0, 647.0, 647.0, 646.0, 647.0, 647.0, 649.0, 649.0, 648.0, 649.0, 649.0, 648.0, 652.0, 650.0, 652.0, 648.0, 647.0, 647.0, 647.0, 650.0, 648.0, 649.0, 649.0, 649.0, 649.0, 649.0, 653.0, 648.0, 652.0, 650.0, 647.0, 648.0, 646.0, 648.0, 646.0, 652.0, 647.0, 650.0, 646.0, 645.0, 646.0, 646.0, 646.0, 647.0, 648.0, 646.0, 647.0, 646.0, 652.0, 646.0, 651.0, 645.0, 649.0, 645.0, 651.0, 646.0, 649.0, 646.0, 647.0, 642.0, 642.0, 644.0, 644.0, 645.0, 643.0, 645.0, 644.0, 647.0, 644.0, 648.0, 644.0, 647.0, 645.0, 647.0, 644.0, 641.0, 645.0, 644.0, 646.0, 646.0, 650.0, 648.0, 651.0, 650.0, 648.0, 645.0, 642.0, 643.0, 645.0, 645.0, 644.0, 644.0, 646.0, 645.0, 646.0, 646.0, 650.0, 649.0, 646.0, 647.0, 642.0, 645.0, 639.0, 642.0, 642.0, 644.0, 642.0, 642.0, 642.0, 643.0, 646.0, 644.0, 645.0, 644.0, 644.0, 645.0, 647.0, 646.0, 646.0, 643.0, 642.0, 643.0, 643.0, 643.0, 644.0, 644.0, 647.0, 648.0, 647.0, 647.0, 647.0, 648.0, 649.0, 647.0, 647.0, 646.0, 647.0, 646.0, 647.0, 647.0, 648.0, 647.0, 649.0, 647.0, 648.0, 647.0, 648.0, 648.0, 651.0, 649.0, 649.0, 648.0, 648.0, 649.0, 649.0, 649.0, 649.0, 649.0, 653.0, 649.0, 653.0, 648.0, 653.0, 648.0, 652.0, 647.0, 646.0, 645.0, 646.0, 649.0, 646.0, 644.0, 646.0, 645.0, 646.0, 646.0, 647.0, 647.0, 648.0, 647.0, 649.0, 648.0, 650.0, 648.0, 649.0, 649.0, 649.0, 649.0, 652.0, 648.0, 650.0, 650.0, 649.0, 649.0, 648.0, 648.0, 649.0, 648.0, 650.0, 649.0, 650.0, 650.0, 650.0, 652.0, 649.0, 652.0, 649.0, 651.0, 647.0, 650.0, 646.0, 649.0, 646.0, 651.0, 646.0, 645.0, 645.0, 646.0, 646.0, 646.0, 647.0, 647.0, 647.0, 647.0, 650.0, 648.0, 649.0, 648.0, 650.0, 648.0, 648.0, 647.0, 648.0, 647.0, 648.0, 647.0, 647.0, 646.0, 647.0, 646.0, 649.0, 647.0, 649.0, 646.0, 647.0, 647.0, 646.0, 646.0, 645.0, 647.0, 647.0, 645.0, 645.0, 647.0, 646.0, 647.0, 646.0, 647.0, 646.0, 647.0, 647.0, 647.0, 648.0, 648.0, 648.0, 649.0, 648.0, 649.0, 649.0, 649.0, 648.0, 649.0, 650.0, 650.0, 649.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.00506772675086108</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.043563905740528125</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.10434001602301</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2321990326781607</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0720954564597707</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4913</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5421.4336</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.16874720178720073</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>248</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>28.473019517795638</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.8815367078556604</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.803363751344418</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>3.1655241972552948</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.675722174967268</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0142521</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015257998369634151</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.028876453638076782</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.5067206741868833</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>24.2086</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>3.2001</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>13.4241</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>294133.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>0.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>62.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>24.1285</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.5754</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>41.0839</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>237.6652</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>257.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>82411.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>56.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>318.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>73.2874</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>28.63799616706092</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> |