=== 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-0095 --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-0095",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0095_ses-01_task-social_acq-mb8_run-06_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-0095_ses-01_task-social_acq-mb8_run-06_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-06_session-01_subject-0095_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-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-01_subject-0095_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-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-01_subject-0095_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-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-01_subject-0095_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-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-06_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-06_session-01_subject-0095_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-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-06_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-06_session-01_subject-0095_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-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0095_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-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-06_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-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-06_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-0095/ses-01/func/sub-0095_ses-01_task-social_acq-mb8_run-06_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>ca0cdfeda9450942dfe36123b2f4995a</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>14:56:9.715000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99829, 0.0499808, 0.0303313, -0.0489992, 0.998277, -0.0322874]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.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-06_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.10365</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-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4154, -7805, -7195, 505, -51, -294, -140, 54]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 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>263.489</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>8d17ef8e-e274-429e-b452-132084422d2a||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.678337812423706, -0.13146118819713593, 0.08611041307449341, 115.68257904052734], [-0.13409483432769775, 2.6783037185668945, -0.08301421999931335, -85.75643920898438], [0.08137655258178711, 0.08662484586238861, 2.6973493099212646, -63.48495864868164], [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': ['145609.715000', '145610.175000', '145610.635000', '145611.095000', '145611.555000', '145612.015000', '145612.475000', '145612.935000', '145613.395000', '145613.855000', '145614.315000', '145614.775000', '145615.235000', '145615.695000', '145616.155000', '145616.615000', '145617.075000', '145617.535000', '145617.995000', '145618.455000', '145618.915000', '145619.375000', '145619.835000', '145620.295000', '145620.755000', '145621.215000', '145621.675000', '145622.135000', '145622.595000', '145623.055000', '145623.515000', '145623.975000', '145624.435000', '145624.895000', '145625.355000', '145625.815000', '145626.275000', '145626.735000', '145627.195000', '145627.655000', '145628.115000', '145628.575000', '145629.035000', '145629.495000', '145629.955000', '145630.415000', '145630.875000', '145631.335000', '145631.795000', '145632.255000', '145632.715000', '145633.175000', '145633.635000', '145634.095000', '145634.555000', '145635.015000', '145635.475000', '145635.935000', '145636.395000', '145636.855000', '145637.315000', '145637.775000', '145638.235000', '145638.695000', '145639.155000', '145639.615000', '145640.075000', '145640.535000', '145640.995000', '145641.455000', '145641.915000', '145642.375000', '145642.835000', '145643.295000', '145643.755000', '145644.215000', '145644.675000', '145645.135000', '145645.595000', '145646.055000', '145646.515000', '145646.975000', '145647.435000', '145647.895000', '145648.355000', '145648.815000', '145649.275000', '145649.735000', '145650.195000', '145650.655000', '145651.115000', '145651.575000', '145652.035000', '145652.495000', '145652.955000', '145653.415000', '145653.875000', '145654.335000', '145654.795000', '145655.255000', '145655.715000', '145656.175000', '145656.635000', '145657.095000', '145657.555000', '145658.015000', '145658.475000', '145658.935000', '145659.395000', '145659.855000', '145700.315000', '145700.775000', '145701.235000', '145701.695000', '145702.155000', '145702.615000', '145703.075000', '145703.535000', '145703.995000', '145704.455000', '145704.915000', '145705.375000', '145705.835000', '145706.295000', '145706.755000', '145707.215000', '145707.675000', '145708.135000', '145708.595000', '145709.055000', '145709.515000', '145709.975000', '145710.435000', '145710.895000', '145711.355000', '145711.815000', '145712.275000', '145712.735000', '145713.195000', '145713.655000', '145714.115000', '145714.575000', '145715.035000', '145715.495000', '145715.955000', '145716.415000', '145716.875000', '145717.335000', '145717.795000', '145718.255000', '145718.715000', '145719.175000', '145719.635000', '145720.095000', '145720.555000', '145721.015000', '145721.475000', '145721.935000', '145722.395000', '145722.855000', '145723.315000', '145723.775000', '145724.235000', '145724.695000', '145725.155000', '145725.615000', '145726.075000', '145726.535000', '145726.995000', '145727.455000', '145727.915000', '145728.375000', '145728.835000', '145729.295000', '145729.755000', '145730.215000', '145730.675000', '145731.135000', '145731.595000', '145732.055000', '145732.515000', '145732.975000', '145733.435000', '145733.895000', '145734.355000', '145734.815000', '145735.275000', '145735.735000', '145736.195000', '145736.655000', '145737.115000', '145737.575000', '145738.035000', '145738.495000', '145738.955000', '145739.415000', '145739.875000', '145740.335000', '145740.795000', '145741.255000', '145741.715000', '145742.175000', '145742.635000', '145743.095000', '145743.555000', '145744.015000', '145744.475000', '145744.935000', '145745.395000', '145745.855000', '145746.315000', '145746.775000', '145747.235000', '145747.695000', '145748.155000', '145748.615000', '145749.075000', '145749.535000', '145749.995000', '145750.455000', '145750.915000', '145751.375000', '145751.835000', '145752.295000', '145752.755000', '145753.215000', '145753.675000', '145754.135000', '145754.595000', '145755.055000', '145755.515000', '145755.975000', '145756.435000', '145756.895000', '145757.355000', '145757.815000', '145758.275000', '145758.735000', '145759.195000', '145759.655000', '145800.115000', '145800.575000', '145801.035000', '145801.495000', '145801.955000', '145802.415000', '145802.875000', '145803.335000', '145803.795000', '145804.255000', '145804.715000', '145805.175000', '145805.635000', '145806.095000', '145806.555000', '145807.015000', '145807.475000', '145807.935000', '145808.395000', '145808.855000', '145809.315000', '145809.775000', '145810.235000', '145810.695000', '145811.155000', '145811.615000', '145812.075000', '145812.535000', '145812.995000', '145813.455000', '145813.915000', '145814.375000', '145814.835000', '145815.295000', '145815.755000', '145816.215000', '145816.675000', '145817.135000', '145817.595000', '145818.055000', '145818.515000', '145818.975000', '145819.435000', '145819.895000', '145820.355000', '145820.815000', '145821.275000', '145821.735000', '145822.195000', '145822.655000', '145823.115000', '145823.575000', '145824.035000', '145824.495000', '145824.955000', '145825.415000', '145825.875000', '145826.335000', '145826.795000', '145827.255000', '145827.715000', '145828.175000', '145828.635000', '145829.095000', '145829.555000', '145830.015000', '145830.475000', '145830.935000', '145831.395000', '145831.855000', '145832.315000', '145832.775000', '145833.235000', '145833.695000', '145834.155000', '145834.615000', '145835.075000', '145835.535000', '145835.995000', '145836.455000', '145836.915000', '145837.375000', '145837.835000', '145838.295000', '145838.755000', '145839.215000', '145839.675000', '145840.135000', '145840.595000', '145841.055000', '145841.515000', '145841.975000', '145842.435000', '145842.895000', '145843.355000', '145843.815000', '145844.275000', '145844.735000', '145845.195000', '145845.655000', '145846.115000', '145846.575000', '145847.035000', '145847.495000', '145847.955000', '145848.415000', '145848.875000', '145849.335000', '145849.795000', '145850.255000', '145850.715000', '145851.175000', '145851.635000', '145852.095000', '145852.555000', '145853.015000', '145853.475000', '145853.935000', '145854.395000', '145854.855000', '145855.315000', '145855.775000', '145856.235000', '145856.695000', '145857.155000', '145857.615000', '145858.075000', '145858.535000', '145858.995000', '145859.455000', '145859.915000', '145900.375000', '145900.835000', '145901.295000', '145901.755000', '145902.215000', '145902.675000', '145903.135000', '145903.595000', '145904.055000', '145904.515000', '145904.975000', '145905.435000', '145905.895000', '145906.355000', '145906.815000', '145907.275000', '145907.735000', '145908.195000', '145908.655000', '145909.115000', '145909.575000', '145910.035000', '145910.495000', '145910.955000', '145911.415000', '145911.875000', '145912.335000', '145912.795000', '145913.255000', '145913.715000', '145914.175000', '145914.635000', '145915.095000', '145915.555000', '145916.015000', '145916.475000', '145916.935000', '145917.395000', '145917.855000', '145918.315000', '145918.775000', '145919.235000', '145919.695000', '145920.155000', '145920.615000', '145921.075000', '145921.535000', '145921.995000', '145922.455000', '145922.915000', '145923.375000', '145923.835000', '145924.295000', '145924.755000', '145925.215000', '145925.675000', '145926.135000', '145926.595000', '145927.055000', '145927.515000', '145927.975000', '145928.435000', '145928.895000', '145929.355000', '145929.815000', '145930.275000', '145930.735000', '145931.195000', '145931.655000', '145932.115000', '145932.575000', '145933.035000', '145933.495000', '145933.955000', '145934.415000', '145934.875000', '145935.335000', '145935.795000', '145936.255000', '145936.715000', '145937.175000', '145937.635000', '145938.095000', '145938.555000', '145939.015000', '145939.475000', '145939.935000', '145940.395000', '145940.855000', '145941.315000', '145941.775000', '145942.235000', '145942.695000', '145943.155000', '145943.615000', '145944.075000', '145944.535000', '145944.995000', '145945.455000', '145945.915000', '145946.375000', '145946.835000', '145947.295000', '145947.755000', '145948.215000', '145948.675000', '145949.135000', '145949.595000', '145950.055000', '145950.515000', '145950.975000', '145951.435000', '145951.895000', '145952.355000', '145952.815000', '145953.275000', '145953.735000', '145954.195000', '145954.655000', '145955.115000', '145955.575000', '145956.035000', '145956.495000', '145956.955000', '145957.415000', '145957.875000', '145958.335000', '145958.795000', '145959.255000', '145959.715000', '150000.175000', '150000.635000', '150001.095000', '150001.555000', '150002.015000', '150002.475000', '150002.935000', '150003.395000', '150003.855000', '150004.315000', '150004.775000', '150005.235000', '150005.695000', '150006.155000', '150006.615000', '150007.075000', '150007.535000', '150007.995000', '150008.455000', '150008.915000', '150009.375000', '150009.835000', '150010.295000', '150010.755000', '150011.215000', '150011.675000', '150012.135000', '150012.595000', '150013.055000', '150013.515000', '150013.975000', '150014.435000', '150014.895000', '150015.355000', '150015.815000', '150016.275000', '150016.735000', '150017.195000', '150017.655000', '150018.115000', '150018.575000', '150019.035000', '150019.495000', '150019.955000', '150020.415000', '150020.875000', '150021.335000', '150021.795000', '150022.255000', '150022.715000', '150023.175000', '150023.635000', '150024.095000', '150024.555000', '150025.015000', '150025.475000', '150025.935000', '150026.395000', '150026.855000', '150027.315000', '150027.775000', '150028.235000', '150028.695000', '150029.155000', '150029.615000', '150030.075000', '150030.535000', '150030.995000', '150031.455000', '150031.915000', '150032.375000', '150032.835000', '150033.295000', '150033.755000', '150034.215000', '150034.675000', '150035.135000', '150035.595000', '150036.055000', '150036.515000', '150036.975000', '150037.435000', '150037.895000', '150038.355000', '150038.815000', '150039.275000', '150039.735000', '150040.195000', '150040.655000', '150041.115000', '150041.575000', '150042.035000', '150042.495000', '150042.955000', '150043.415000', '150043.875000', '150044.335000', '150044.795000', '150045.255000', '150045.715000', '150046.175000', '150046.635000', '150047.095000', '150047.555000', '150048.015000', '150048.475000', '150048.935000', '150049.395000', '150049.855000', '150050.315000', '150050.775000', '150051.235000', '150051.695000', '150052.155000', '150052.615000', '150053.075000', '150053.535000', '150053.995000', '150054.455000', '150054.915000', '150055.375000', '150055.835000', '150056.295000', '150056.755000', '150057.215000', '150057.675000', '150058.135000', '150058.595000', '150059.055000', '150059.515000', '150059.975000', '150100.435000', '150100.895000', '150101.355000', '150101.815000', '150102.275000', '150102.735000', '150103.195000', '150103.655000', '150104.115000', '150104.575000', '150105.035000', '150105.495000', '150105.955000', '150106.415000', '150106.875000', '150107.335000', '150107.795000', '150108.255000', '150108.715000', '150109.175000', '150109.635000', '150110.095000', '150110.555000', '150111.015000', '150111.475000', '150111.935000', '150112.395000', '150112.855000', '150113.315000', '150113.775000', '150114.235000', '150114.695000', '150115.155000', '150115.615000', '150116.075000', '150116.535000', '150116.995000', '150117.455000', '150117.915000', '150118.375000', '150118.835000', '150119.295000', '150119.755000', '150120.215000', '150120.675000', '150121.135000', '150121.595000', '150122.055000', '150122.515000', '150122.975000', '150123.435000', '150123.895000', '150124.355000', '150124.815000', '150125.275000', '150125.735000', '150126.195000', '150126.655000', '150127.115000', '150127.575000', '150128.035000', '150128.495000', '150128.955000', '150129.415000', '150129.875000', '150130.335000', '150130.795000', '150131.255000', '150131.715000', '150132.175000', '150132.635000', '150133.095000', '150133.555000', '150134.015000', '150134.475000', '150134.935000', '150135.395000', '150135.855000', '150136.315000', '150136.775000', '150137.235000', '150137.695000', '150138.155000', '150138.615000', '150139.075000', '150139.535000', '150139.995000', '150140.455000', '150140.915000', '150141.375000', '150141.835000', '150142.295000', '150142.755000', '150143.215000', '150143.675000', '150144.135000', '150144.595000', '150145.055000', '150145.515000', '150145.975000', '150146.435000', '150146.895000', '150147.355000', '150147.815000', '150148.275000', '150148.735000', '150149.195000', '150149.655000', '150150.115000', '150150.575000', '150151.035000', '150151.495000', '150151.955000', '150152.415000', '150152.875000', '150153.335000', '150153.795000', '150154.255000', '150154.715000', '150155.175000', '150155.635000', '150156.095000', '150156.555000', '150157.015000', '150157.475000', '150157.935000', '150158.395000', '150158.855000', '150159.315000', '150159.775000', '150200.235000', '150200.695000', '150201.155000', '150201.615000', '150202.075000', '150202.535000', '150202.995000', '150203.455000', '150203.915000', '150204.375000', '150204.835000', '150205.295000', '150205.755000', '150206.215000', '150206.675000', '150207.135000', '150207.595000', '150208.055000', '150208.515000', '150208.975000', '150209.435000', '150209.895000', '150210.355000', '150210.815000', '150211.275000', '150211.735000', '150212.195000', '150212.655000', '150213.115000', '150213.575000', '150214.035000', '150214.495000', '150214.955000', '150215.415000', '150215.875000', '150216.335000', '150216.795000', '150217.255000', '150217.715000', '150218.175000', '150218.635000', '150219.095000', '150219.555000', '150220.015000', '150220.475000', '150220.935000', '150221.395000', '150221.855000', '150222.315000', '150222.775000', '150223.235000', '150223.695000', '150224.155000', '150224.615000', '150225.075000', '150225.535000', '150225.995000', '150226.455000', '150226.915000', '150227.375000', '150227.835000', '150228.295000', '150228.755000', '150229.215000', '150229.675000', '150230.135000', '150230.595000', '150231.055000', '150231.515000', '150231.975000', '150232.435000', '150232.895000', '150233.355000', '150233.815000', '150234.275000', '150234.735000', '150235.195000', '150235.655000', '150236.115000', '150236.575000', '150237.035000', '150237.495000', '150237.955000', '150238.415000', '150238.875000', '150239.335000', '150239.795000', '150240.255000', '150240.715000', '150241.175000', '150241.635000', '150242.095000', '150242.555000', '150243.015000', '150243.475000', '150243.935000', '150244.395000', '150244.855000', '150245.315000', '150245.775000', '150246.235000', '150246.695000', '150247.155000', '150247.615000', '150248.075000', '150248.535000', '150248.995000', '150249.455000', '150249.915000', '150250.375000'], 'ContentTime': ['145627.513000', '145627.516000', '145627.519000', '145627.521000', '145627.524000', '145627.526000', '145627.529000', '145627.532000', '145627.534000', '145627.537000', '145627.539000', '145627.542000', '145627.544000', '145627.547000', '145627.550000', '145627.552000', '145627.561000', '145627.563000', '145627.566000', '145627.569000', '145627.571000', '145627.574000', '145627.576000', '145627.579000', '145627.581000', '145627.584000', '145627.587000', '145627.604000', '145627.612000', '145627.614000', '145627.617000', '145627.620000', '145627.622000', '145627.625000', '145627.627000', '145627.630000', '145647.461000', '145647.464000', '145647.467000', '145647.470000', '145647.472000', '145647.493000', '145647.495000', '145647.498000', '145647.500000', '145647.503000', '145647.506000', '145647.508000', '145647.511000', '145647.513000', '145647.516000', '145647.519000', '145647.521000', '145647.524000', '145647.526000', '145647.529000', '145647.531000', '145647.534000', '145647.536000', '145647.539000', '145647.541000', '145647.544000', '145647.546000', '145647.549000', '145647.552000', '145647.554000', '145647.557000', '145647.559000', '145647.562000', '145647.564000', '145647.567000', '145647.569000', '145647.572000', '145647.575000', '145647.577000', '145647.580000', '145647.582000', '145647.585000', '145647.587000', '145707.461000', '145707.464000', '145707.467000', '145707.469000', '145707.472000', '145707.475000', '145707.477000', '145707.480000', '145707.482000', '145707.485000', '145707.487000', '145707.490000', '145707.492000', '145707.495000', '145707.497000', '145707.500000', '145707.503000', '145707.505000', '145707.508000', '145707.510000', '145707.521000', '145707.524000', '145707.526000', '145707.529000', '145707.531000', '145707.534000', '145707.536000', '145707.539000', '145707.542000', '145707.544000', '145707.547000', '145707.549000', '145707.552000', '145707.554000', '145707.557000', '145707.559000', '145707.562000', '145707.564000', '145707.567000', '145707.570000', '145707.572000', '145707.575000', '145707.577000', '145707.580000', '145727.462000', '145727.465000', '145727.467000', '145727.470000', '145727.472000', '145727.475000', '145727.478000', '145727.480000', '145727.483000', '145727.486000', '145727.488000', '145727.491000', '145727.493000', '145727.496000', '145727.498000', '145727.501000', '145727.503000', '145727.506000', '145727.509000', '145727.511000', '145727.514000', '145727.517000', '145727.519000', '145727.522000', '145727.524000', '145727.527000', '145727.530000', '145727.532000', '145727.535000', '145727.538000', '145727.540000', '145727.543000', '145727.545000', '145727.548000', '145727.550000', '145727.553000', '145727.555000', '145727.558000', '145727.561000', '145727.563000', '145727.566000', '145727.568000', '145727.571000', '145747.460000', '145747.463000', '145747.466000', '145747.469000', '145747.471000', '145747.474000', '145747.477000', '145747.479000', '145747.482000', '145747.484000', '145747.487000', '145747.490000', '145747.493000', '145747.495000', '145747.498000', '145747.501000', '145747.503000', '145747.506000', '145747.509000', '145747.511000', '145747.514000', '145747.516000', '145747.519000', '145747.522000', '145747.524000', '145747.527000', '145747.529000', '145747.532000', '145747.534000', '145747.537000', '145747.540000', '145747.543000', '145747.545000', '145747.548000', '145747.550000', '145747.553000', '145747.556000', '145747.558000', '145747.561000', '145747.564000', '145747.566000', '145747.569000', '145747.571000', '145747.574000', '145807.460000', '145807.463000', '145807.466000', '145807.469000', '145807.471000', '145807.474000', '145807.476000', '145807.479000', '145807.482000', '145807.484000', '145807.487000', '145807.489000', '145807.492000', '145807.495000', '145807.497000', '145807.500000', '145807.502000', '145807.505000', '145807.508000', '145807.510000', '145807.513000', '145807.515000', '145807.518000', '145807.520000', '145807.523000', '145807.526000', '145807.528000', '145807.531000', '145807.533000', '145807.536000', '145807.549000', '145807.552000', '145807.554000', '145807.557000', '145807.559000', '145807.562000', '145807.564000', '145807.567000', '145807.571000', '145807.573000', '145807.576000', '145807.578000', '145807.581000', '145827.461000', '145827.465000', '145827.468000', '145827.471000', '145827.473000', '145827.476000', '145827.479000', '145827.481000', '145827.484000', '145827.487000', '145827.489000', '145827.492000', '145827.494000', '145827.497000', '145827.500000', '145827.503000', '145827.505000', '145827.508000', '145827.510000', '145827.513000', '145827.515000', '145827.518000', '145827.521000', '145827.523000', '145827.526000', '145827.528000', '145827.531000', '145827.534000', '145827.536000', '145827.539000', '145827.542000', '145827.544000', '145827.547000', '145827.549000', '145827.552000', '145827.555000', '145827.557000', '145827.560000', '145827.563000', '145827.565000', '145827.568000', '145827.570000', '145827.573000', '145847.462000', '145847.465000', '145847.467000', '145847.470000', '145847.473000', '145847.475000', '145847.478000', '145847.481000', '145847.483000', '145847.486000', '145847.489000', '145847.491000', '145847.494000', '145847.496000', '145847.499000', '145847.502000', '145847.504000', '145847.507000', '145847.509000', '145847.512000', '145847.515000', '145847.517000', '145847.520000', '145847.522000', '145847.525000', '145847.528000', '145847.530000', '145847.533000', '145847.536000', '145847.538000', '145847.541000', '145847.543000', '145847.546000', '145847.549000', '145847.551000', '145847.554000', '145847.556000', '145847.559000', '145847.561000', '145847.564000', '145847.567000', '145847.569000', '145847.572000', '145847.574000', '145907.462000', '145907.464000', '145907.467000', '145907.469000', '145907.472000', '145907.475000', '145907.477000', '145907.480000', '145907.482000', '145907.485000', '145907.487000', '145907.490000', '145907.493000', '145907.495000', '145907.498000', '145907.500000', '145907.503000', '145907.505000', '145907.508000', '145907.511000', '145907.513000', '145907.516000', '145907.518000', '145907.521000', '145907.524000', '145907.526000', '145907.529000', '145907.532000', '145907.535000', '145907.537000', '145907.540000', '145907.543000', '145907.545000', '145907.548000', '145907.550000', '145907.553000', '145907.555000', '145907.558000', '145907.561000', '145907.563000', '145907.566000', '145907.568000', '145907.571000', '145927.461000', '145927.464000', '145927.467000', '145927.469000', '145927.472000', '145927.474000', '145927.477000', '145927.480000', '145927.482000', '145927.485000', '145927.487000', '145927.490000', '145927.492000', '145927.495000', '145927.498000', '145927.500000', '145927.503000', '145927.506000', '145927.508000', '145927.511000', '145927.513000', '145927.516000', '145927.518000', '145927.521000', '145927.523000', '145927.526000', '145927.529000', '145927.531000', '145927.534000', '145927.536000', '145927.539000', '145927.541000', '145927.544000', '145927.547000', '145927.549000', '145927.552000', '145927.554000', '145927.557000', '145927.560000', '145927.562000', '145927.565000', '145927.568000', '145927.570000', '145927.573000', '145947.462000', '145947.464000', '145947.467000', '145947.470000', '145947.472000', '145947.475000', '145947.477000', '145947.480000', '145947.483000', '145947.486000', '145947.489000', '145947.492000', '145947.507000', '145947.509000', '145947.512000', '145947.515000', '145947.517000', '145947.520000', '145947.522000', '145947.525000', '145947.527000', '145947.530000', '145947.533000', '145947.535000', '145947.538000', '145947.540000', '145947.543000', '145947.545000', '145947.548000', '145947.551000', '145947.553000', '145947.556000', '145947.558000', '145947.561000', '145947.564000', '145947.566000', '145947.569000', '145947.571000', '145947.574000', '145947.577000', '145947.579000', '145947.582000', '145947.584000', '150007.461000', '150007.463000', '150007.466000', '150007.469000', '150007.471000', '150007.474000', '150007.476000', '150007.479000', '150007.481000', '150007.484000', '150007.487000', '150007.489000', '150007.492000', '150007.494000', '150007.497000', '150007.499000', '150007.502000', '150007.505000', '150007.507000', '150007.510000', '150007.512000', '150007.515000', '150007.517000', '150007.520000', '150007.522000', '150007.525000', '150007.528000', '150007.530000', '150007.533000', '150007.535000', '150007.538000', '150007.540000', '150007.543000', '150007.545000', '150007.548000', '150007.551000', '150007.553000', '150007.556000', '150007.558000', '150007.561000', '150007.563000', '150007.566000', '150007.569000', '150007.571000', '150027.462000', '150027.465000', '150027.467000', '150027.470000', '150027.472000', '150027.475000', '150027.477000', '150027.480000', '150027.483000', '150027.485000', '150027.488000', '150027.490000', '150027.493000', '150027.495000', '150027.498000', '150027.501000', '150027.503000', '150027.506000', '150027.508000', '150027.511000', '150027.513000', '150027.516000', '150027.519000', '150027.521000', '150027.524000', '150027.526000', '150027.529000', '150027.534000', '150027.536000', '150027.539000', '150027.542000', '150027.544000', '150027.547000', '150027.549000', '150027.552000', '150027.555000', '150027.557000', '150027.560000', '150027.563000', '150027.565000', '150027.568000', '150027.571000', '150027.574000', '150047.462000', '150047.465000', '150047.467000', '150047.470000', '150047.472000', '150047.475000', '150047.478000', '150047.480000', '150047.483000', '150047.486000', '150047.488000', '150047.491000', '150047.493000', '150047.496000', '150047.499000', '150047.501000', '150047.504000', '150047.506000', '150047.509000', '150047.511000', '150047.514000', '150047.517000', '150047.519000', '150047.522000', '150047.524000', '150047.527000', '150047.529000', '150047.532000', '150047.535000', '150047.537000', '150047.540000', '150047.542000', '150047.545000', '150047.547000', '150047.550000', '150047.553000', '150047.555000', '150047.558000', '150047.560000', '150047.563000', '150047.565000', '150047.568000', '150047.571000', '150047.573000', '150107.462000', '150107.464000', '150107.467000', '150107.470000', '150107.472000', '150107.475000', '150107.477000', '150107.480000', '150107.482000', '150107.485000', '150107.488000', '150107.490000', '150107.493000', '150107.495000', '150107.498000', '150107.500000', '150107.503000', '150107.505000', '150107.508000', '150107.511000', '150107.513000', '150107.516000', '150107.518000', '150107.525000', '150107.528000', '150107.531000', '150107.533000', '150107.536000', '150107.539000', '150107.542000', '150107.544000', '150107.547000', '150107.549000', '150107.552000', '150107.554000', '150107.557000', '150107.560000', '150107.569000', '150107.572000', '150107.574000', '150107.577000', '150107.579000', '150107.582000', '150127.461000', '150127.464000', '150127.467000', '150127.470000', '150127.472000', '150127.475000', '150127.477000', '150127.480000', '150127.483000', '150127.485000', '150127.488000', '150127.490000', '150127.493000', '150127.495000', '150127.498000', '150127.501000', '150127.503000', '150127.506000', '150127.509000', '150127.511000', '150127.514000', '150127.516000', '150127.519000', '150127.522000', '150127.524000', '150127.527000', '150127.529000', '150127.532000', '150127.534000', '150127.537000', '150127.540000', '150127.542000', '150127.545000', '150127.547000', '150127.550000', '150127.552000', '150127.555000', '150127.558000', '150127.560000', '150127.563000', '150127.565000', '150127.568000', '150127.570000', '150127.573000', '150147.462000', '150147.464000', '150147.467000', '150147.470000', '150147.472000', '150147.475000', '150147.478000', '150147.480000', '150147.483000', '150147.485000', '150147.488000', '150147.491000', '150147.493000', '150147.496000', '150147.498000', '150147.501000', '150147.504000', '150147.506000', '150147.509000', '150147.512000', '150147.514000', '150147.517000', '150147.519000', '150147.522000', '150147.525000', '150147.527000', '150147.530000', '150147.532000', '150147.535000', '150147.538000', '150147.540000', '150147.543000', '150147.545000', '150147.548000', '150147.550000', '150147.553000', '150147.556000', '150147.558000', '150147.561000', '150147.563000', '150147.566000', '150147.568000', '150147.571000', '150207.461000', '150207.464000', '150207.468000', '150207.471000', '150207.474000', '150207.476000', '150207.479000', '150207.482000', '150207.484000', '150207.487000', '150207.489000', '150207.492000', '150207.494000', '150207.497000', '150207.499000', '150207.508000', '150207.510000', '150207.513000', '150207.515000', '150207.518000', '150207.521000', '150207.523000', '150207.526000', '150207.529000', '150207.531000', '150207.534000', '150207.536000', '150207.539000', '150207.542000', '150207.544000', '150207.547000', '150207.549000', '150207.552000', '150207.554000', '150207.557000', '150207.559000', '150207.562000', '150207.565000', '150207.567000', '150207.570000', '150207.572000', '150207.575000', '150207.578000', '150207.580000', '150227.460000', '150227.480000', '150227.483000', '150227.485000', '150227.488000', '150227.491000', '150227.493000', '150227.496000', '150227.498000', '150227.501000', '150227.504000', '150227.506000', '150227.509000', '150227.512000', '150227.514000', '150227.517000', '150227.519000', '150227.522000', '150227.525000', '150227.527000', '150227.530000', '150227.532000', '150227.535000', '150227.538000', '150227.540000', '150227.543000', '150227.545000', '150227.548000', '150227.550000', '150227.553000', '150227.556000', '150227.558000', '150227.561000', '150227.563000', '150227.566000', '150227.569000', '150227.571000', '150227.574000', '150227.576000', '150227.579000', '150227.582000', '150227.585000', '150227.587000', '150247.462000', '150247.465000', '150247.468000', '150247.470000', '150247.480000', '150247.482000', '150247.485000', '150247.488000', '150247.490000', '150247.493000', '150247.496000', '150247.498000', '150247.501000', '150247.503000', '150247.506000', '150247.508000', '150247.511000', '150247.513000', '150247.516000', '150247.519000', '150247.521000', '150247.524000', '150247.527000', '150247.530000', '150247.532000', '150247.535000', '150247.537000', '150247.540000', '150247.542000', '150247.545000', '150247.548000', '150247.550000', '150247.553000', '150247.556000', '150247.558000', '150247.561000', '150247.564000', '150247.566000', '150247.569000', '150247.572000', '150247.574000', '150247.577000', '150247.579000', '150247.582000', '150251.945000', '150251.948000', '150251.950000', '150251.953000', '150251.956000', '150251.958000', '150251.961000', '150251.964000', '150251.966000', '150251.969000'], 'InstanceCreationTime': ['145627.513000', '145627.516000', '145627.519000', '145627.521000', '145627.524000', '145627.526000', '145627.529000', '145627.532000', '145627.534000', '145627.537000', '145627.539000', '145627.542000', '145627.544000', '145627.547000', '145627.550000', '145627.552000', '145627.561000', '145627.563000', '145627.566000', '145627.569000', '145627.571000', '145627.574000', '145627.576000', '145627.579000', '145627.581000', '145627.584000', '145627.587000', '145627.604000', '145627.612000', '145627.614000', '145627.617000', '145627.620000', '145627.622000', '145627.625000', '145627.627000', '145627.630000', '145647.461000', '145647.464000', '145647.467000', '145647.470000', '145647.472000', '145647.493000', '145647.495000', '145647.498000', '145647.500000', '145647.503000', '145647.506000', '145647.508000', '145647.511000', '145647.513000', '145647.516000', '145647.519000', '145647.521000', '145647.524000', '145647.526000', '145647.529000', '145647.531000', '145647.534000', '145647.536000', '145647.539000', '145647.541000', '145647.544000', '145647.546000', '145647.549000', '145647.552000', '145647.554000', '145647.557000', '145647.559000', '145647.562000', '145647.564000', '145647.567000', '145647.569000', '145647.572000', '145647.575000', '145647.577000', '145647.580000', '145647.582000', '145647.585000', '145647.587000', '145707.461000', '145707.464000', '145707.467000', '145707.469000', '145707.472000', '145707.475000', '145707.477000', '145707.480000', '145707.482000', '145707.485000', '145707.487000', '145707.490000', '145707.492000', '145707.495000', '145707.497000', '145707.500000', '145707.503000', '145707.505000', '145707.508000', '145707.510000', '145707.521000', '145707.524000', '145707.526000', '145707.529000', '145707.531000', '145707.534000', '145707.536000', '145707.539000', '145707.542000', '145707.544000', '145707.547000', '145707.549000', '145707.552000', '145707.554000', '145707.557000', '145707.559000', '145707.562000', '145707.564000', '145707.567000', '145707.570000', '145707.572000', '145707.575000', '145707.577000', '145707.580000', '145727.462000', '145727.465000', '145727.467000', '145727.470000', '145727.472000', '145727.475000', '145727.478000', '145727.480000', '145727.483000', '145727.486000', '145727.488000', '145727.491000', '145727.493000', '145727.496000', '145727.498000', '145727.501000', '145727.503000', '145727.506000', '145727.509000', '145727.511000', '145727.514000', '145727.517000', '145727.519000', '145727.522000', '145727.524000', '145727.527000', '145727.530000', '145727.532000', '145727.535000', '145727.538000', '145727.540000', '145727.543000', '145727.545000', '145727.548000', '145727.550000', '145727.553000', '145727.555000', '145727.558000', '145727.561000', '145727.563000', '145727.566000', '145727.568000', '145727.571000', '145747.460000', '145747.463000', '145747.466000', '145747.469000', '145747.471000', '145747.474000', '145747.477000', '145747.479000', '145747.482000', '145747.484000', '145747.487000', '145747.490000', '145747.493000', '145747.495000', '145747.498000', '145747.501000', '145747.503000', '145747.506000', '145747.509000', '145747.511000', '145747.514000', '145747.516000', '145747.519000', '145747.522000', '145747.524000', '145747.527000', '145747.529000', '145747.532000', '145747.534000', '145747.537000', '145747.540000', '145747.543000', '145747.545000', '145747.548000', '145747.550000', '145747.553000', '145747.556000', '145747.558000', '145747.561000', '145747.564000', '145747.566000', '145747.569000', '145747.571000', '145747.574000', '145807.460000', '145807.463000', '145807.466000', '145807.469000', '145807.471000', '145807.474000', '145807.476000', '145807.479000', '145807.482000', '145807.484000', '145807.487000', '145807.489000', '145807.492000', '145807.495000', '145807.497000', '145807.500000', '145807.502000', '145807.505000', '145807.508000', '145807.510000', '145807.513000', '145807.515000', '145807.518000', '145807.520000', '145807.523000', '145807.526000', '145807.528000', '145807.531000', '145807.533000', '145807.536000', '145807.549000', '145807.552000', '145807.554000', '145807.557000', '145807.559000', '145807.562000', '145807.564000', '145807.567000', '145807.571000', '145807.573000', '145807.576000', '145807.578000', '145807.581000', '145827.461000', '145827.465000', '145827.468000', '145827.471000', '145827.473000', '145827.476000', '145827.479000', '145827.481000', '145827.484000', '145827.487000', '145827.489000', '145827.492000', '145827.494000', '145827.497000', '145827.500000', '145827.503000', '145827.505000', '145827.508000', '145827.510000', '145827.513000', '145827.515000', '145827.518000', '145827.521000', '145827.523000', '145827.526000', '145827.528000', '145827.531000', '145827.534000', '145827.536000', '145827.539000', '145827.542000', '145827.544000', '145827.547000', '145827.549000', '145827.552000', '145827.555000', '145827.557000', '145827.560000', '145827.563000', '145827.565000', '145827.568000', '145827.570000', '145827.573000', '145847.462000', '145847.465000', '145847.467000', '145847.470000', '145847.473000', '145847.475000', '145847.478000', '145847.481000', '145847.483000', '145847.486000', '145847.489000', '145847.491000', '145847.494000', '145847.496000', '145847.499000', '145847.502000', '145847.504000', '145847.507000', '145847.509000', '145847.512000', '145847.515000', '145847.517000', '145847.520000', '145847.522000', '145847.525000', '145847.528000', '145847.530000', '145847.533000', '145847.536000', '145847.538000', '145847.541000', '145847.543000', '145847.546000', '145847.549000', '145847.551000', '145847.554000', '145847.556000', '145847.559000', '145847.561000', '145847.564000', '145847.567000', '145847.569000', '145847.572000', '145847.574000', '145907.462000', '145907.464000', '145907.467000', '145907.469000', '145907.472000', '145907.475000', '145907.477000', '145907.480000', '145907.482000', '145907.485000', '145907.487000', '145907.490000', '145907.493000', '145907.495000', '145907.498000', '145907.500000', '145907.503000', '145907.505000', '145907.508000', '145907.511000', '145907.513000', '145907.516000', '145907.518000', '145907.521000', '145907.524000', '145907.526000', '145907.529000', '145907.532000', '145907.535000', '145907.537000', '145907.540000', '145907.543000', '145907.545000', '145907.548000', '145907.550000', '145907.553000', '145907.555000', '145907.558000', '145907.561000', '145907.563000', '145907.566000', '145907.568000', '145907.571000', '145927.461000', '145927.464000', '145927.467000', '145927.469000', '145927.472000', '145927.474000', '145927.477000', '145927.480000', '145927.482000', '145927.485000', '145927.487000', '145927.490000', '145927.492000', '145927.495000', '145927.498000', '145927.500000', '145927.503000', '145927.506000', '145927.508000', '145927.511000', '145927.513000', '145927.516000', '145927.518000', '145927.521000', '145927.523000', '145927.526000', '145927.529000', '145927.531000', '145927.534000', '145927.536000', '145927.539000', '145927.541000', '145927.544000', '145927.547000', '145927.549000', '145927.552000', '145927.554000', '145927.557000', '145927.560000', '145927.562000', '145927.565000', '145927.568000', '145927.570000', '145927.573000', '145947.462000', '145947.464000', '145947.467000', '145947.470000', '145947.472000', '145947.475000', '145947.477000', '145947.480000', '145947.483000', '145947.486000', '145947.489000', '145947.492000', '145947.507000', '145947.509000', '145947.512000', '145947.515000', '145947.517000', '145947.520000', '145947.522000', '145947.525000', '145947.527000', '145947.530000', '145947.533000', '145947.535000', '145947.538000', '145947.540000', '145947.543000', '145947.545000', '145947.548000', '145947.551000', '145947.553000', '145947.556000', '145947.558000', '145947.561000', '145947.564000', '145947.566000', '145947.569000', '145947.571000', '145947.574000', '145947.577000', '145947.579000', '145947.582000', '145947.584000', '150007.461000', '150007.463000', '150007.466000', '150007.469000', '150007.471000', '150007.474000', '150007.476000', '150007.479000', '150007.481000', '150007.484000', '150007.487000', '150007.489000', '150007.492000', '150007.494000', '150007.497000', '150007.499000', '150007.502000', '150007.505000', '150007.507000', '150007.510000', '150007.512000', '150007.515000', '150007.517000', '150007.520000', '150007.522000', '150007.525000', '150007.528000', '150007.530000', '150007.533000', '150007.535000', '150007.538000', '150007.540000', '150007.543000', '150007.545000', '150007.548000', '150007.551000', '150007.553000', '150007.556000', '150007.558000', '150007.561000', '150007.563000', '150007.566000', '150007.569000', '150007.571000', '150027.462000', '150027.465000', '150027.467000', '150027.470000', '150027.472000', '150027.475000', '150027.477000', '150027.480000', '150027.483000', '150027.485000', '150027.488000', '150027.490000', '150027.493000', '150027.495000', '150027.498000', '150027.501000', '150027.503000', '150027.506000', '150027.508000', '150027.511000', '150027.513000', '150027.516000', '150027.519000', '150027.521000', '150027.524000', '150027.526000', '150027.529000', '150027.534000', '150027.536000', '150027.539000', '150027.542000', '150027.544000', '150027.547000', '150027.549000', '150027.552000', '150027.555000', '150027.557000', '150027.560000', '150027.563000', '150027.565000', '150027.568000', '150027.571000', '150027.574000', '150047.462000', '150047.465000', '150047.467000', '150047.470000', '150047.472000', '150047.475000', '150047.478000', '150047.480000', '150047.483000', '150047.486000', '150047.488000', '150047.491000', '150047.493000', '150047.496000', '150047.499000', '150047.501000', '150047.504000', '150047.506000', '150047.509000', '150047.511000', '150047.514000', '150047.517000', '150047.519000', '150047.522000', '150047.524000', '150047.527000', '150047.529000', '150047.532000', '150047.535000', '150047.537000', '150047.540000', '150047.542000', '150047.545000', '150047.547000', '150047.550000', '150047.553000', '150047.555000', '150047.558000', '150047.560000', '150047.563000', '150047.565000', '150047.568000', '150047.571000', '150047.573000', '150107.462000', '150107.464000', '150107.467000', '150107.470000', '150107.472000', '150107.475000', '150107.477000', '150107.480000', '150107.482000', '150107.485000', '150107.488000', '150107.490000', '150107.493000', '150107.495000', '150107.498000', '150107.500000', '150107.503000', '150107.505000', '150107.508000', '150107.511000', '150107.513000', '150107.516000', '150107.518000', '150107.525000', '150107.528000', '150107.531000', '150107.533000', '150107.536000', '150107.539000', '150107.542000', '150107.544000', '150107.547000', '150107.549000', '150107.552000', '150107.554000', '150107.557000', '150107.560000', '150107.569000', '150107.572000', '150107.574000', '150107.577000', '150107.579000', '150107.582000', '150127.461000', '150127.464000', '150127.467000', '150127.470000', '150127.472000', '150127.475000', '150127.477000', '150127.480000', '150127.483000', '150127.485000', '150127.488000', '150127.490000', '150127.493000', '150127.495000', '150127.498000', '150127.501000', '150127.503000', '150127.506000', '150127.509000', '150127.511000', '150127.514000', '150127.516000', '150127.519000', '150127.522000', '150127.524000', '150127.527000', '150127.529000', '150127.532000', '150127.534000', '150127.537000', '150127.540000', '150127.542000', '150127.545000', '150127.547000', '150127.550000', '150127.552000', '150127.555000', '150127.558000', '150127.560000', '150127.563000', '150127.565000', '150127.568000', '150127.570000', '150127.573000', '150147.462000', '150147.464000', '150147.467000', '150147.470000', '150147.472000', '150147.475000', '150147.478000', '150147.480000', '150147.483000', '150147.485000', '150147.488000', '150147.491000', '150147.493000', '150147.496000', '150147.498000', '150147.501000', '150147.504000', '150147.506000', '150147.509000', '150147.512000', '150147.514000', '150147.517000', '150147.519000', '150147.522000', '150147.525000', '150147.527000', '150147.530000', '150147.532000', '150147.535000', '150147.538000', '150147.540000', '150147.543000', '150147.545000', '150147.548000', '150147.550000', '150147.553000', '150147.556000', '150147.558000', '150147.561000', '150147.563000', '150147.566000', '150147.568000', '150147.571000', '150207.461000', '150207.464000', '150207.468000', '150207.471000', '150207.474000', '150207.476000', '150207.479000', '150207.482000', '150207.484000', '150207.487000', '150207.489000', '150207.492000', '150207.494000', '150207.497000', '150207.499000', '150207.508000', '150207.510000', '150207.513000', '150207.515000', '150207.518000', '150207.521000', '150207.523000', '150207.526000', '150207.529000', '150207.531000', '150207.534000', '150207.536000', '150207.539000', '150207.542000', '150207.544000', '150207.547000', '150207.549000', '150207.552000', '150207.554000', '150207.557000', '150207.559000', '150207.562000', '150207.565000', '150207.567000', '150207.570000', '150207.572000', '150207.575000', '150207.578000', '150207.580000', '150227.460000', '150227.480000', '150227.483000', '150227.485000', '150227.488000', '150227.491000', '150227.493000', '150227.496000', '150227.498000', '150227.501000', '150227.504000', '150227.506000', '150227.509000', '150227.512000', '150227.514000', '150227.517000', '150227.519000', '150227.522000', '150227.525000', '150227.527000', '150227.530000', '150227.532000', '150227.535000', '150227.538000', '150227.540000', '150227.543000', '150227.545000', '150227.548000', '150227.550000', '150227.553000', '150227.556000', '150227.558000', '150227.561000', '150227.563000', '150227.566000', '150227.569000', '150227.571000', '150227.574000', '150227.576000', '150227.579000', '150227.582000', '150227.585000', '150227.587000', '150247.462000', '150247.465000', '150247.468000', '150247.470000', '150247.480000', '150247.482000', '150247.485000', '150247.488000', '150247.490000', '150247.493000', '150247.496000', '150247.498000', '150247.501000', '150247.503000', '150247.506000', '150247.508000', '150247.511000', '150247.513000', '150247.516000', '150247.519000', '150247.521000', '150247.524000', '150247.527000', '150247.530000', '150247.532000', '150247.535000', '150247.537000', '150247.540000', '150247.542000', '150247.545000', '150247.548000', '150247.550000', '150247.553000', '150247.556000', '150247.558000', '150247.561000', '150247.564000', '150247.566000', '150247.569000', '150247.572000', '150247.574000', '150247.577000', '150247.579000', '150247.582000', '150251.945000', '150251.948000', '150251.950000', '150251.953000', '150251.956000', '150251.958000', '150251.961000', '150251.964000', '150251.966000', '150251.969000'], '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': [12135, 12926, 7912, 14166, 13076, 7705, 11594, 7827, 6525, 9858, 6641, 6922, 8705, 6130, 7886, 8779, 6590, 6286, 8591, 6027, 6067, 8962, 5813, 5883, 8657, 8733, 6157, 6400, 10019, 6742, 6522, 6368, 7083, 6632, 9840, 10467, 8850, 7831, 11227, 9573, 7600, 6571, 9268, 10522, 7400, 6032, 8511, 10524, 7672, 6281, 8054, 9786, 7108, 6285, 10106, 7639, 7156, 7905, 10012, 7180, 6214, 7996, 10958, 8153, 6592, 6837, 10684, 8702, 7891, 10523, 10410, 7652, 6499, 11670, 9380, 6971, 6645, 10500, 8287, 7135, 10058, 7524, 7864, 11043, 7681, 6451, 9987, 8656, 6787, 6391, 9155, 7657, 6400, 6216, 7755, 6359, 6412, 9742, 8882, 6721, 5763, 5519, 10351, 8215, 11039, 10072, 7534, 10927, 7852, 7153, 12750, 6884, 5802, 10514, 12084, 12089, 11194, 11264, 15951, 10816, 7201, 11550, 9535, 7039, 9405, 10397, 7559, 6294, 9210, 7922, 6284, 6206, 9301, 6961, 6191, 6561, 9499, 7612, 5888, 9258, 7847, 6165, 6271, 9907, 7498, 6607, 6337, 8417, 7747, 6572, 9894, 7782, 6570, 7980, 9686, 7161, 6529, 10419, 8466, 7013, 6487, 9387, 7409, 6670, 10994, 8763, 7008, 6800, 9690, 8323, 7028, 6812, 8803, 7480, 7707, 10540, 7856, 6687, 10712, 8212, 7142, 9517, 6784, 6164, 11249, 8187, 6520, 6385, 8630, 7195, 6588, 8185, 8555, 6852, 6547, 10367, 9134, 7007, 10762, 7253, 6508, 13158, 10271, 6727, 9057, 9185, 7865, 7839, 9042, 6721, 6119, 11430, 8540, 6542, 8282, 8706, 7872, 6493, 9269, 7148, 6689, 6426, 9255, 6848, 6373, 8858, 9640, 7311, 6502, 9866, 8278, 7186, 10119, 8291, 6688, 7447, 10864, 7835, 6703, 8012, 8772, 6895, 6664, 9012, 7193, 7240, 6755, 10424, 7796, 7328, 7006, 11686, 8600, 7285, 7539, 10970, 8708, 7033, 10029, 8589, 8077, 6990, 10990, 8554, 6864, 6718, 10661, 8636, 6952, 6708, 11010, 9160, 6862, 6434, 8854, 7671, 7029, 6786, 9397, 7916, 7430, 9524, 9427, 7376, 6797, 11116, 8938, 7102, 6998, 8830, 9533, 6910, 7063, 7574, 9360, 7689, 6898, 9748, 8057, 7091, 7039, 10924, 8027, 6936, 8122, 10635, 7855, 6962, 6919, 9650, 7942, 7011, 6734, 9016, 7569, 7105, 6855, 9461, 7625, 7031, 6950, 9209, 7197, 6768, 8861, 9623, 7465, 6681, 10509, 9266, 7162, 6992, 7527, 10569, 7634, 7148, 6797, 9555, 7509, 7116, 7165, 9346, 7853, 6793, 11085, 10935, 7223, 7067, 10804, 8713, 7130, 10825, 7607, 6807, 8895, 9836, 7052, 6602, 7209, 10538, 7916, 5903, 6534, 8291, 9577, 7427, 7028, 6749, 10412, 8459, 7001, 7718, 9179, 7259, 6689, 11481, 8693, 6715, 6469, 10562, 9745, 6677, 7093, 8832, 9167, 7102, 7275, 7409, 8939, 8604, 7533, 6812, 7255, 7117, 9480, 8218, 6713, 6435, 8212, 9507, 7519, 5894, 6831, 7060, 9005, 7601, 6490, 6735, 11333, 10662, 7410, 7241, 9796, 8227, 7939, 13840, 8532, 7065, 8784, 10349, 7759, 7010, 6843, 10277, 9073, 7283, 6764, 10123, 8074, 7060, 9289, 7830, 7138, 7764, 7739, 6686, 7174, 9849, 6746, 6726, 9017, 8811, 6767, 7094, 9252, 7159, 6653, 6826, 8388, 6864, 6670, 11133, 7942, 6960, 10204, 8035, 7189, 6755, 8628, 7163, 6825, 9746, 8511, 6913, 6786, 11147, 8441, 7080, 10907, 9950, 7198, 6856, 8804, 7761, 7018, 9995, 7108, 6666, 11848, 8680, 6894, 7914, 8892, 7007, 6884, 8911, 7677, 6874, 9602, 6635, 6702, 8076, 9610, 7130, 6713, 10636, 8621, 7366, 8879, 6759, 5824, 6908, 11211, 8001, 10806, 8931, 6555, 10792, 8377, 6893, 11445, 8811, 7152, 12760, 10545, 11651, 12279, 6520, 9817, 10820, 6855, 9076, 8931, 6681, 9298, 9681, 6906, 6817, 8480, 6526, 9002, 9248, 6722, 7063, 8992, 7048, 6902, 6732, 7325, 7479, 6728, 7618, 7928, 6713, 7494, 10391, 7540, 7208, 9773, 7499, 6885, 10666, 7439, 6766, 8299, 9532, 7088, 6660, 9084, 7044, 7022, 9984, 7192, 6583, 9639, 7709, 7079, 6665, 10250, 8237, 7008, 6770, 8762, 7224, 6902, 10640, 8773, 7002, 6872, 11189, 8509, 7030, 11265, 8023, 6594, 11841, 8585, 6952, 6576, 9881, 7710, 7173, 6792, 9275, 7705, 6865, 8840, 8192, 6703, 7788, 10545, 7593, 7057, 10119, 8014, 7083, 8450, 8122, 7227, 6820, 10438, 7750, 6756, 8285, 10265, 7555, 7106, 9428, 7887, 6893, 6769, 8416, 6778, 7081, 9913, 7204, 6462, 8217, 10555, 7574, 6949, 6875, 9761, 8301, 6958, 8520, 8345, 6805, 9368, 10615, 7497, 6964, 10168, 8696, 7388, 9811, 8264, 6168, 6526, 9676, 8176, 6427, 6702, 10226, 9287, 6899, 9262, 7661, 6719, 11582, 9438, 6961, 8056, 8372, 6957, 6982, 8914, 6920, 6576, 10671, 8161, 6879, 9357, 7102, 6842, 10901, 7723, 6747, 9744, 8233, 7135, 6769, 7954, 6873, 6893, 9590, 7042, 6518, 8102, 9943, 7096, 7070, 9867, 7760, 6993, 6825, 7754, 7268, 6673, 10086, 6948, 6682, 10506, 9365, 7097, 6662, 9801, 7888, 6684, 10614, 7697, 6497, 10663, 9232, 7064, 6750, 9820, 8093, 6748, 10239, 7703, 6718, 6278, 11526, 9472, 6865, 6754, 8232, 7577, 10026, 10127, 6834, 6161, 10311, 9067, 6621, 6884, 9529, 7954, 6648, 6836, 7915, 5621, 6594, 10813, 10059, 7524, 6779, 9157, 7489, 6725, 11173, 8009, 6497, 8446, 9843, 6632, 7228, 7214, 8726, 7576, 6578, 10459, 9581, 7293, 6669, 6618, 11567, 9312, 7596, 11542, 11187, 11041, 10567, 15098, 9015, 6699, 9975, 7803, 6745, 10153, 7206, 6356, 9848, 7927, 6505, 8758, 6681, 6237, 9315, 8461, 6418, 6252, 9984, 7231, 6640, 7339, 8238, 7308, 6641, 9718, 7281, 6504, 7984, 9456, 6859, 6526, 10155, 7755, 6645, 9084, 7724, 6885, 6758, 9855, 7377, 6425, 9145, 9746, 7262, 6625, 9901, 8068, 6719, 6299, 9408, 7021, 6120, 11365, 8802, 6397, 6614, 9456, 7063, 6753, 9437, 7740, 6948, 6692, 9769, 7243, 6284, 9656, 9449, 6952, 6480, 11167, 8641, 6606, 7927, 8533, 8064, 9101, 10671, 7887, 6403, 11532, 9479, 6639, 6561, 8604, 7745, 6422, 8320, 8225, 6492, 6258, 10953, 8671, 6501, 6306, 10640], 'WindowCenter': [3640.0, 3626.0, 3580.0, 3620.0, 3607.0, 3564.0, 3595.0, 3551.0, 3529.0, 3583.0, 3540.0, 3540.0, 3572.0, 3530.0, 3574.0, 3574.0, 3554.0, 3555.0, 3589.0, 3559.0, 3558.0, 3613.0, 3560.0, 3561.0, 3603.0, 3603.0, 3571.0, 3570.0, 3613.0, 3582.0, 3572.0, 3570.0, 3581.0, 3571.0, 3616.0, 3626.0, 3602.0, 3592.0, 3613.0, 3601.0, 3592.0, 3572.0, 3602.0, 3611.0, 3568.0, 3546.0, 3589.0, 3611.0, 3578.0, 3557.0, 3578.0, 3600.0, 3569.0, 3569.0, 3612.0, 3580.0, 3580.0, 3604.0, 3614.0, 3581.0, 3572.0, 3606.0, 3628.0, 3606.0, 3583.0, 3571.0, 3610.0, 3591.0, 3591.0, 3613.0, 3612.0, 3580.0, 3558.0, 3613.0, 3600.0, 3569.0, 3557.0, 3613.0, 3605.0, 3568.0, 3598.0, 3578.0, 3578.0, 3610.0, 3566.0, 3556.0, 3599.0, 3589.0, 3557.0, 3557.0, 3588.0, 3578.0, 3558.0, 3559.0, 3580.0, 3571.0, 3571.0, 3628.0, 3616.0, 3585.0, 3563.0, 3552.0, 3615.0, 3594.0, 3601.0, 3589.0, 3567.0, 3599.0, 3579.0, 3569.0, 3624.0, 3581.0, 3546.0, 3598.0, 3598.0, 3596.0, 3584.0, 3582.0, 3593.0, 3570.0, 3538.0, 3570.0, 3557.0, 3525.0, 3558.0, 3557.0, 3535.0, 3514.0, 3557.0, 3547.0, 3527.0, 3529.0, 3572.0, 3551.0, 3531.0, 3542.0, 3585.0, 3577.0, 3549.0, 3588.0, 3577.0, 3547.0, 3571.0, 3601.0, 3568.0, 3557.0, 3558.0, 3588.0, 3579.0, 3569.0, 3601.0, 3579.0, 3570.0, 3591.0, 3601.0, 3569.0, 3558.0, 3612.0, 3590.0, 3569.0, 3558.0, 3601.0, 3582.0, 3570.0, 3613.0, 3591.0, 3582.0, 3570.0, 3601.0, 3592.0, 3582.0, 3570.0, 3590.0, 3580.0, 3581.0, 3613.0, 3579.0, 3557.0, 3601.0, 3590.0, 3568.0, 3600.0, 3557.0, 3546.0, 3612.0, 3590.0, 3559.0, 3560.0, 3591.0, 3581.0, 3571.0, 3593.0, 3604.0, 3571.0, 3559.0, 3613.0, 3602.0, 3569.0, 3611.0, 3568.0, 3557.0, 3611.0, 3599.0, 3557.0, 3577.0, 3587.0, 3577.0, 3566.0, 3587.0, 3555.0, 3544.0, 3609.0, 3577.0, 3556.0, 3576.0, 3576.0, 3578.0, 3557.0, 3588.0, 3555.0, 3556.0, 3557.0, 3600.0, 3557.0, 3558.0, 3590.0, 3601.0, 3569.0, 3555.0, 3600.0, 3578.0, 3568.0, 3601.0, 3578.0, 3557.0, 3567.0, 3600.0, 3578.0, 3558.0, 3578.0, 3589.0, 3568.0, 3569.0, 3589.0, 3580.0, 3582.0, 3584.0, 3601.0, 3581.0, 3579.0, 3579.0, 3624.0, 3592.0, 3568.0, 3579.0, 3600.0, 3589.0, 3556.0, 3588.0, 3576.0, 3578.0, 3556.0, 3598.0, 3577.0, 3555.0, 3555.0, 3599.0, 3577.0, 3566.0, 3557.0, 3613.0, 3603.0, 3557.0, 3559.0, 3590.0, 3579.0, 3568.0, 3569.0, 3588.0, 3577.0, 3568.0, 3590.0, 3588.0, 3566.0, 3555.0, 3599.0, 3588.0, 3556.0, 3555.0, 3587.0, 3588.0, 3555.0, 3567.0, 3566.0, 3588.0, 3580.0, 3568.0, 3601.0, 3580.0, 3569.0, 3568.0, 3613.0, 3591.0, 3571.0, 3591.0, 3600.0, 3579.0, 3568.0, 3567.0, 3587.0, 3577.0, 3567.0, 3568.0, 3588.0, 3578.0, 3568.0, 3570.0, 3599.0, 3578.0, 3568.0, 3580.0, 3601.0, 3567.0, 3557.0, 3591.0, 3600.0, 3568.0, 3557.0, 3600.0, 3589.0, 3567.0, 3556.0, 3566.0, 3599.0, 3567.0, 3567.0, 3556.0, 3600.0, 3579.0, 3568.0, 3569.0, 3601.0, 3578.0, 3568.0, 3611.0, 3610.0, 3569.0, 3567.0, 3599.0, 3577.0, 3556.0, 3598.0, 3565.0, 3544.0, 3576.0, 3586.0, 3555.0, 3554.0, 3565.0, 3599.0, 3578.0, 3547.0, 3557.0, 3589.0, 3600.0, 3579.0, 3569.0, 3556.0, 3600.0, 3578.0, 3567.0, 3568.0, 3588.0, 3565.0, 3555.0, 3598.0, 3576.0, 3555.0, 3544.0, 3598.0, 3588.0, 3556.0, 3567.0, 3589.0, 3588.0, 3556.0, 3567.0, 3578.0, 3589.0, 3589.0, 3579.0, 3557.0, 3568.0, 3568.0, 3600.0, 3577.0, 3555.0, 3545.0, 3578.0, 3588.0, 3567.0, 3535.0, 3557.0, 3570.0, 3601.0, 3580.0, 3558.0, 3569.0, 3625.0, 3613.0, 3580.0, 3568.0, 3599.0, 3578.0, 3578.0, 3610.0, 3576.0, 3555.0, 3576.0, 3587.0, 3565.0, 3555.0, 3554.0, 3598.0, 3588.0, 3567.0, 3556.0, 3599.0, 3578.0, 3567.0, 3588.0, 3577.0, 3567.0, 3578.0, 3576.0, 3557.0, 3567.0, 3599.0, 3556.0, 3556.0, 3588.0, 3601.0, 3569.0, 3568.0, 3599.0, 3567.0, 3568.0, 3569.0, 3590.0, 3568.0, 3568.0, 3612.0, 3591.0, 3569.0, 3600.0, 3579.0, 3569.0, 3569.0, 3589.0, 3568.0, 3569.0, 3601.0, 3590.0, 3569.0, 3569.0, 3614.0, 3591.0, 3570.0, 3613.0, 3602.0, 3569.0, 3568.0, 3589.0, 3579.0, 3568.0, 3600.0, 3568.0, 3554.0, 3611.0, 3589.0, 3568.0, 3577.0, 3588.0, 3567.0, 3567.0, 3589.0, 3578.0, 3558.0, 3599.0, 3556.0, 3558.0, 3591.0, 3601.0, 3581.0, 3569.0, 3611.0, 3592.0, 3582.0, 3604.0, 3571.0, 3550.0, 3570.0, 3611.0, 3578.0, 3597.0, 3576.0, 3543.0, 3598.0, 3578.0, 3568.0, 3612.0, 3590.0, 3567.0, 3609.0, 3585.0, 3583.0, 3582.0, 3517.0, 3559.0, 3571.0, 3539.0, 3561.0, 3560.0, 3528.0, 3560.0, 3571.0, 3539.0, 3539.0, 3560.0, 3529.0, 3573.0, 3573.0, 3542.0, 3553.0, 3574.0, 3554.0, 3565.0, 3555.0, 3566.0, 3567.0, 3569.0, 3592.0, 3591.0, 3569.0, 3580.0, 3601.0, 3580.0, 3568.0, 3599.0, 3568.0, 3568.0, 3600.0, 3567.0, 3557.0, 3578.0, 3600.0, 3568.0, 3567.0, 3589.0, 3569.0, 3569.0, 3601.0, 3568.0, 3569.0, 3602.0, 3581.0, 3581.0, 3569.0, 3612.0, 3591.0, 3581.0, 3570.0, 3591.0, 3580.0, 3570.0, 3613.0, 3603.0, 3581.0, 3570.0, 3612.0, 3592.0, 3569.0, 3612.0, 3578.0, 3557.0, 3612.0, 3589.0, 3568.0, 3557.0, 3600.0, 3579.0, 3569.0, 3569.0, 3600.0, 3580.0, 3570.0, 3602.0, 3591.0, 3570.0, 3580.0, 3612.0, 3580.0, 3569.0, 3601.0, 3580.0, 3569.0, 3591.0, 3579.0, 3580.0, 3570.0, 3613.0, 3580.0, 3569.0, 3590.0, 3602.0, 3580.0, 3570.0, 3601.0, 3579.0, 3569.0, 3570.0, 3590.0, 3569.0, 3581.0, 3602.0, 3580.0, 3572.0, 3591.0, 3614.0, 3592.0, 3582.0, 3571.0, 3613.0, 3592.0, 3581.0, 3603.0, 3591.0, 3569.0, 3601.0, 3612.0, 3569.0, 3568.0, 3599.0, 3578.0, 3567.0, 3599.0, 3577.0, 3545.0, 3556.0, 3601.0, 3589.0, 3571.0, 3569.0, 3600.0, 3601.0, 3569.0, 3601.0, 3579.0, 3557.0, 3611.0, 3589.0, 3567.0, 3577.0, 3576.0, 3556.0, 3557.0, 3588.0, 3568.0, 3556.0, 3600.0, 3590.0, 3557.0, 3590.0, 3568.0, 3558.0, 3611.0, 3579.0, 3557.0, 3588.0, 3589.0, 3569.0, 3569.0, 3579.0, 3569.0, 3569.0, 3602.0, 3580.0, 3560.0, 3591.0, 3613.0, 3582.0, 3581.0, 3601.0, 3581.0, 3581.0, 3570.0, 3579.0, 3580.0, 3570.0, 3613.0, 3570.0, 3570.0, 3613.0, 3602.0, 3571.0, 3570.0, 3601.0, 3579.0, 3569.0, 3601.0, 3568.0, 3557.0, 3600.0, 3590.0, 3568.0, 3558.0, 3599.0, 3578.0, 3557.0, 3600.0, 3578.0, 3557.0, 3556.0, 3610.0, 3589.0, 3558.0, 3557.0, 3577.0, 3578.0, 3600.0, 3599.0, 3556.0, 3546.0, 3600.0, 3588.0, 3557.0, 3568.0, 3588.0, 3578.0, 3568.0, 3569.0, 3579.0, 3548.0, 3570.0, 3613.0, 3601.0, 3579.0, 3557.0, 3588.0, 3567.0, 3557.0, 3612.0, 3578.0, 3546.0, 3591.0, 3602.0, 3570.0, 3581.0, 3581.0, 3591.0, 3580.0, 3556.0, 3600.0, 3589.0, 3580.0, 3571.0, 3572.0, 3626.0, 3604.0, 3581.0, 3611.0, 3598.0, 3586.0, 3585.0, 3606.0, 3563.0, 3529.0, 3572.0, 3551.0, 3530.0, 3583.0, 3551.0, 3529.0, 3572.0, 3562.0, 3542.0, 3574.0, 3543.0, 3544.0, 3588.0, 3577.0, 3557.0, 3556.0, 3600.0, 3568.0, 3569.0, 3568.0, 3579.0, 3580.0, 3570.0, 3602.0, 3580.0, 3571.0, 3592.0, 3602.0, 3570.0, 3559.0, 3601.0, 3580.0, 3570.0, 3602.0, 3580.0, 3570.0, 3571.0, 3613.0, 3581.0, 3559.0, 3602.0, 3602.0, 3581.0, 3571.0, 3602.0, 3580.0, 3570.0, 3560.0, 3602.0, 3569.0, 3560.0, 3624.0, 3602.0, 3560.0, 3570.0, 3602.0, 3581.0, 3571.0, 3603.0, 3592.0, 3582.0, 3572.0, 3614.0, 3582.0, 3571.0, 3615.0, 3614.0, 3582.0, 3560.0, 3614.0, 3592.0, 3571.0, 3591.0, 3591.0, 3580.0, 3591.0, 3613.0, 3580.0, 3557.0, 3611.0, 3601.0, 3558.0, 3568.0, 3588.0, 3579.0, 3558.0, 3591.0, 3590.0, 3558.0, 3558.0, 3613.0, 3591.0, 3559.0, 3559.0, 3613.0], 'WindowWidth': [8213.0, 8186.0, 8115.0, 8167.0, 8144.0, 8080.0, 8124.0, 8060.0, 8029.0, 8104.0, 8045.0, 8044.0, 8088.0, 8032.0, 8097.0, 8095.0, 8070.0, 8072.0, 8125.0, 8089.0, 8085.0, 8165.0, 8090.0, 8094.0, 8150.0, 8150.0, 8107.0, 8104.0, 8164.0, 8123.0, 8109.0, 8103.0, 8117.0, 8106.0, 8173.0, 8187.0, 8146.0, 8134.0, 8164.0, 8144.0, 8136.0, 8108.0, 8147.0, 8158.0, 8094.0, 8063.0, 8125.0, 8156.0, 8109.0, 8080.0, 8107.0, 8141.0, 8100.0, 8100.0, 8159.0, 8114.0, 8115.0, 8153.0, 8165.0, 8118.0, 8110.0, 8160.0, 8195.0, 8158.0, 8125.0, 8106.0, 8155.0, 8129.0, 8131.0, 8164.0, 8159.0, 8112.0, 8082.0, 8166.0, 8141.0, 8096.0, 8079.0, 8164.0, 8155.0, 8095.0, 8135.0, 8106.0, 8109.0, 8152.0, 8089.0, 8075.0, 8138.0, 8123.0, 8078.0, 8079.0, 8121.0, 8108.0, 8083.0, 8086.0, 8114.0, 8106.0, 8105.0, 8192.0, 8172.0, 8129.0, 8099.0, 8082.0, 8168.0, 8138.0, 8143.0, 8122.0, 8091.0, 8138.0, 8110.0, 8098.0, 8179.0, 8119.0, 8063.0, 8132.0, 8135.0, 8127.0, 8106.0, 8099.0, 8117.0, 8080.0, 8035.0, 8081.0, 8058.0, 8012.0, 8059.0, 8059.0, 8026.0, 7998.0, 8057.0, 8044.0, 8021.0, 8026.0, 8088.0, 8060.0, 8035.0, 8049.0, 8111.0, 8104.0, 8072.0, 8121.0, 8105.0, 8066.0, 8106.0, 8143.0, 8094.0, 8078.0, 8080.0, 8122.0, 8111.0, 8097.0, 8143.0, 8110.0, 8100.0, 8129.0, 8144.0, 8100.0, 8083.0, 8158.0, 8128.0, 8098.0, 8083.0, 8141.0, 8118.0, 8102.0, 8164.0, 8131.0, 8119.0, 8101.0, 8144.0, 8131.0, 8119.0, 8101.0, 8127.0, 8114.0, 8115.0, 8160.0, 8111.0, 8078.0, 8143.0, 8127.0, 8095.0, 8138.0, 8079.0, 8063.0, 8160.0, 8127.0, 8085.0, 8087.0, 8129.0, 8116.0, 8106.0, 8136.0, 8150.0, 8105.0, 8085.0, 8161.0, 8145.0, 8098.0, 8156.0, 8093.0, 8076.0, 8158.0, 8137.0, 8077.0, 8102.0, 8116.0, 8103.0, 8087.0, 8115.0, 8072.0, 8056.0, 8151.0, 8103.0, 8074.0, 8100.0, 8101.0, 8108.0, 8078.0, 8119.0, 8072.0, 8077.0, 8080.0, 8140.0, 8080.0, 8081.0, 8126.0, 8144.0, 8098.0, 8075.0, 8138.0, 8108.0, 8093.0, 8142.0, 8106.0, 8078.0, 8092.0, 8140.0, 8107.0, 8079.0, 8106.0, 8122.0, 8094.0, 8096.0, 8124.0, 8114.0, 8119.0, 8125.0, 8141.0, 8116.0, 8113.0, 8113.0, 8180.0, 8131.0, 8095.0, 8108.0, 8140.0, 8122.0, 8075.0, 8120.0, 8101.0, 8104.0, 8074.0, 8135.0, 8102.0, 8070.0, 8072.0, 8137.0, 8103.0, 8089.0, 8077.0, 8161.0, 8147.0, 8077.0, 8084.0, 8127.0, 8109.0, 8093.0, 8096.0, 8121.0, 8103.0, 8094.0, 8125.0, 8121.0, 8088.0, 8071.0, 8136.0, 8119.0, 8074.0, 8072.0, 8117.0, 8119.0, 8073.0, 8090.0, 8089.0, 8121.0, 8115.0, 8095.0, 8143.0, 8112.0, 8097.0, 8096.0, 8164.0, 8130.0, 8102.0, 8129.0, 8141.0, 8112.0, 8093.0, 8089.0, 8117.0, 8104.0, 8091.0, 8094.0, 8120.0, 8107.0, 8095.0, 8100.0, 8138.0, 8109.0, 8095.0, 8116.0, 8142.0, 8093.0, 8078.0, 8128.0, 8141.0, 8093.0, 8079.0, 8139.0, 8124.0, 8092.0, 8075.0, 8088.0, 8136.0, 8091.0, 8092.0, 8076.0, 8139.0, 8111.0, 8096.0, 8099.0, 8144.0, 8109.0, 8095.0, 8158.0, 8153.0, 8096.0, 8092.0, 8136.0, 8105.0, 8074.0, 8135.0, 8083.0, 8054.0, 8102.0, 8115.0, 8072.0, 8068.0, 8085.0, 8137.0, 8107.0, 8068.0, 8081.0, 8124.0, 8141.0, 8111.0, 8097.0, 8077.0, 8140.0, 8109.0, 8092.0, 8093.0, 8119.0, 8086.0, 8070.0, 8135.0, 8101.0, 8073.0, 8057.0, 8135.0, 8119.0, 8077.0, 8090.0, 8123.0, 8120.0, 8074.0, 8093.0, 8109.0, 8124.0, 8123.0, 8110.0, 8081.0, 8094.0, 8095.0, 8141.0, 8106.0, 8073.0, 8058.0, 8107.0, 8122.0, 8092.0, 8048.0, 8078.0, 8101.0, 8145.0, 8114.0, 8084.0, 8098.0, 8185.0, 8163.0, 8114.0, 8094.0, 8137.0, 8107.0, 8105.0, 8154.0, 8102.0, 8071.0, 8101.0, 8118.0, 8086.0, 8071.0, 8071.0, 8135.0, 8120.0, 8092.0, 8075.0, 8135.0, 8106.0, 8090.0, 8119.0, 8105.0, 8091.0, 8107.0, 8101.0, 8078.0, 8093.0, 8137.0, 8076.0, 8075.0, 8122.0, 8144.0, 8099.0, 8097.0, 8139.0, 8094.0, 8097.0, 8099.0, 8128.0, 8096.0, 8095.0, 8160.0, 8130.0, 8097.0, 8141.0, 8112.0, 8098.0, 8098.0, 8125.0, 8094.0, 8097.0, 8144.0, 8127.0, 8098.0, 8098.0, 8168.0, 8132.0, 8100.0, 8165.0, 8147.0, 8098.0, 8097.0, 8124.0, 8109.0, 8095.0, 8141.0, 8094.0, 8074.0, 8158.0, 8125.0, 8095.0, 8105.0, 8120.0, 8092.0, 8092.0, 8122.0, 8106.0, 8081.0, 8138.0, 8076.0, 8081.0, 8129.0, 8145.0, 8120.0, 8100.0, 8157.0, 8135.0, 8119.0, 8154.0, 8103.0, 8075.0, 8101.0, 8157.0, 8107.0, 8130.0, 8099.0, 8053.0, 8132.0, 8109.0, 8096.0, 8161.0, 8129.0, 8092.0, 8149.0, 8111.0, 8101.0, 8098.0, 8007.0, 8065.0, 8083.0, 8040.0, 8071.0, 8067.0, 8023.0, 8068.0, 8082.0, 8041.0, 8040.0, 8067.0, 8027.0, 8089.0, 8090.0, 8051.0, 8066.0, 8095.0, 8069.0, 8086.0, 8074.0, 8088.0, 8093.0, 8098.0, 8134.0, 8132.0, 8100.0, 8113.0, 8144.0, 8113.0, 8094.0, 8137.0, 8095.0, 8094.0, 8140.0, 8092.0, 8077.0, 8108.0, 8138.0, 8096.0, 8093.0, 8123.0, 8097.0, 8099.0, 8142.0, 8096.0, 8097.0, 8147.0, 8116.0, 8118.0, 8099.0, 8158.0, 8131.0, 8116.0, 8103.0, 8130.0, 8114.0, 8103.0, 8164.0, 8148.0, 8119.0, 8100.0, 8161.0, 8132.0, 8099.0, 8160.0, 8108.0, 8078.0, 8159.0, 8124.0, 8095.0, 8078.0, 8139.0, 8112.0, 8099.0, 8098.0, 8140.0, 8115.0, 8102.0, 8148.0, 8130.0, 8099.0, 8115.0, 8160.0, 8113.0, 8096.0, 8143.0, 8114.0, 8099.0, 8129.0, 8111.0, 8112.0, 8100.0, 8161.0, 8114.0, 8098.0, 8127.0, 8145.0, 8113.0, 8100.0, 8142.0, 8112.0, 8099.0, 8101.0, 8126.0, 8097.0, 8117.0, 8147.0, 8114.0, 8109.0, 8130.0, 8164.0, 8134.0, 8119.0, 8104.0, 8161.0, 8133.0, 8117.0, 8150.0, 8131.0, 8099.0, 8143.0, 8160.0, 8098.0, 8093.0, 8135.0, 8106.0, 8091.0, 8136.0, 8104.0, 8060.0, 8075.0, 8143.0, 8125.0, 8105.0, 8098.0, 8142.0, 8141.0, 8098.0, 8142.0, 8112.0, 8079.0, 8156.0, 8122.0, 8092.0, 8104.0, 8102.0, 8075.0, 8078.0, 8120.0, 8093.0, 8076.0, 8139.0, 8126.0, 8081.0, 8128.0, 8093.0, 8081.0, 8156.0, 8111.0, 8077.0, 8121.0, 8125.0, 8096.0, 8098.0, 8110.0, 8097.0, 8100.0, 8146.0, 8115.0, 8088.0, 8130.0, 8162.0, 8121.0, 8117.0, 8144.0, 8118.0, 8117.0, 8102.0, 8111.0, 8114.0, 8102.0, 8161.0, 8101.0, 8099.0, 8162.0, 8146.0, 8104.0, 8100.0, 8143.0, 8111.0, 8098.0, 8143.0, 8093.0, 8079.0, 8138.0, 8125.0, 8096.0, 8080.0, 8135.0, 8105.0, 8078.0, 8140.0, 8107.0, 8077.0, 8074.0, 8154.0, 8122.0, 8081.0, 8078.0, 8105.0, 8107.0, 8138.0, 8137.0, 8077.0, 8061.0, 8139.0, 8121.0, 8080.0, 8093.0, 8121.0, 8108.0, 8095.0, 8097.0, 8112.0, 8071.0, 8102.0, 8163.0, 8143.0, 8111.0, 8080.0, 8120.0, 8091.0, 8079.0, 8158.0, 8108.0, 8061.0, 8131.0, 8145.0, 8103.0, 8117.0, 8117.0, 8133.0, 8114.0, 8072.0, 8138.0, 8124.0, 8112.0, 8103.0, 8108.0, 8184.0, 8154.0, 8117.0, 8157.0, 8134.0, 8114.0, 8108.0, 8140.0, 8075.0, 8025.0, 8085.0, 8057.0, 8028.0, 8104.0, 8057.0, 8027.0, 8088.0, 8075.0, 8049.0, 8094.0, 8050.0, 8056.0, 8118.0, 8105.0, 8077.0, 8076.0, 8137.0, 8094.0, 8099.0, 8096.0, 8109.0, 8113.0, 8099.0, 8146.0, 8115.0, 8103.0, 8131.0, 8147.0, 8102.0, 8085.0, 8142.0, 8114.0, 8100.0, 8146.0, 8114.0, 8102.0, 8103.0, 8163.0, 8117.0, 8086.0, 8145.0, 8147.0, 8118.0, 8103.0, 8144.0, 8114.0, 8102.0, 8089.0, 8147.0, 8100.0, 8087.0, 8180.0, 8146.0, 8088.0, 8100.0, 8147.0, 8117.0, 8104.0, 8149.0, 8134.0, 8120.0, 8107.0, 8165.0, 8119.0, 8105.0, 8168.0, 8165.0, 8120.0, 8090.0, 8165.0, 8135.0, 8103.0, 8131.0, 8128.0, 8115.0, 8130.0, 8162.0, 8115.0, 8079.0, 8155.0, 8141.0, 8081.0, 8096.0, 8121.0, 8109.0, 8082.0, 8129.0, 8127.0, 8083.0, 8083.0, 8162.0, 8129.0, 8087.0, 8085.0, 8161.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.0010884174311926605</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.021532252637614678</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.38098049493682</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.203262181297358</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.009905283673938</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.463</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5983.562</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.11672080802152984</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>85</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>9.747706422018348</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6244130018469325</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6500722095446276</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.82845202347354</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.39471477252263</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0149747</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009670273400843143</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02137453854084015</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.6804885104895453</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>29.5131</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.3503</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>127.7399</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>38.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>301576.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>554.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>248.8156</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0054</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>476.1338</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2767.779</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>2959.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>74968.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>786.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3673.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>803.964</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>37.94556619471405</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> |