=== 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-0041 --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-0041",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 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-0041_ses-04_task-social_acq-mb8_run-04_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-0041_ses-04_task-social_acq-mb8_run-04_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-04_session-04_subject-0041_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-0041/figures/sub-0041_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-04_subject-0041_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-0041/figures/sub-0041_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-04_subject-0041_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-0041/figures/sub-0041_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-04_subject-0041_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-0041/figures/sub-0041_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-04_task-social_acq-mb8_run-04_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-04_session-04_subject-0041_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-0041/figures/sub-0041_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-04_task-social_acq-mb8_run-04_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-04_session-04_subject-0041_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-0041/figures/sub-0041_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-04_subject-0041_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-0041/figures/sub-0041_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0041/figures/sub-0041_ses-04_task-social_acq-mb8_run-04_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-0041/figures/sub-0041_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-04_task-social_acq-mb8_run-04_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-0041/ses-04/func/sub-0041_ses-04_task-social_acq-mb8_run-04_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>a8dc904c1d0f9c4c75468431d7a037f5</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>15:54:6.322500</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.999852, -0.0171893, 0.000972382, 0.0171033, 0.998149, 0.0583565]</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_brain_imaging_center</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-04_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.103977</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-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4149, -7767, -7244, 441, -53, -235, -19, 81]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>250.825</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>68aeb2bf-06bf-425e-bbac-e04ac1da9b92||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.6825292110443115, 0.04588695243000984, 0.005328970029950142, 110.12684631347656], [0.04611774533987045, 2.677961587905884, 0.15749430656433105, -99.40980529785156], [0.002608830574899912, -0.15656624734401703, 2.69539737701416, -49.91384506225586], [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': ['155406.322500', '155406.782500', '155407.242500', '155407.702500', '155408.162500', '155408.622500', '155409.082500', '155409.542500', '155410.002500', '155410.462500', '155410.922500', '155411.382500', '155411.842500', '155412.302500', '155412.762500', '155413.222500', '155413.682500', '155414.142500', '155414.602500', '155415.062500', '155415.522500', '155415.982500', '155416.442500', '155416.902500', '155417.362500', '155417.822500', '155418.282500', '155418.742500', '155419.202500', '155419.662500', '155420.122500', '155420.582500', '155421.042500', '155421.502500', '155421.962500', '155422.422500', '155422.882500', '155423.342500', '155423.802500', '155424.262500', '155424.722500', '155425.182500', '155425.642500', '155426.102500', '155426.562500', '155427.022500', '155427.482500', '155427.942500', '155428.402500', '155428.862500', '155429.322500', '155429.782500', '155430.242500', '155430.702500', '155431.162500', '155431.622500', '155432.082500', '155432.542500', '155433.002500', '155433.462500', '155433.922500', '155434.382500', '155434.842500', '155435.302500', '155435.762500', '155436.222500', '155436.682500', '155437.142500', '155437.602500', '155438.062500', '155438.522500', '155438.982500', '155439.442500', '155439.902500', '155440.362500', '155440.822500', '155441.282500', '155441.742500', '155442.202500', '155442.662500', '155443.122500', '155443.582500', '155444.042500', '155444.502500', '155444.962500', '155445.422500', '155445.882500', '155446.342500', '155446.802500', '155447.262500', '155447.722500', '155448.182500', '155448.642500', '155449.102500', '155449.562500', '155450.022500', '155450.482500', '155450.942500', '155451.402500', '155451.862500', '155452.322500', '155452.782500', '155453.242500', '155453.702500', '155454.162500', '155454.622500', '155455.082500', '155455.542500', '155456.002500', '155456.462500', '155456.922500', '155457.382500', '155457.842500', '155458.302500', '155458.762500', '155459.222500', '155459.682500', '155500.142500', '155500.602500', '155501.062500', '155501.522500', '155501.982500', '155502.442500', '155502.902500', '155503.362500', '155503.822500', '155504.282500', '155504.742500', '155505.202500', '155505.662500', '155506.122500', '155506.582500', '155507.042500', '155507.502500', '155507.962500', '155508.422500', '155508.882500', '155509.342500', '155509.802500', '155510.262500', '155510.722500', '155511.182500', '155511.642500', '155512.102500', '155512.562500', '155513.022500', '155513.482500', '155513.942500', '155514.402500', '155514.862500', '155515.322500', '155515.782500', '155516.242500', '155516.702500', '155517.162500', '155517.622500', '155518.082500', '155518.542500', '155519.002500', '155519.462500', '155519.922500', '155520.382500', '155520.842500', '155521.302500', '155521.762500', '155522.222500', '155522.682500', '155523.142500', '155523.602500', '155524.062500', '155524.522500', '155524.982500', '155525.442500', '155525.902500', '155526.362500', '155526.822500', '155527.282500', '155527.742500', '155528.202500', '155528.662500', '155529.122500', '155529.582500', '155530.042500', '155530.502500', '155530.962500', '155531.422500', '155531.882500', '155532.342500', '155532.802500', '155533.262500', '155533.722500', '155534.182500', '155534.642500', '155535.102500', '155535.562500', '155536.022500', '155536.482500', '155536.942500', '155537.402500', '155537.862500', '155538.322500', '155538.782500', '155539.242500', '155539.702500', '155540.162500', '155540.622500', '155541.082500', '155541.542500', '155542.002500', '155542.462500', '155542.922500', '155543.382500', '155543.842500', '155544.302500', '155544.762500', '155545.222500', '155545.682500', '155546.142500', '155546.602500', '155547.062500', '155547.522500', '155547.982500', '155548.442500', '155548.902500', '155549.362500', '155549.822500', '155550.282500', '155550.742500', '155551.202500', '155551.662500', '155552.122500', '155552.582500', '155553.042500', '155553.502500', '155553.962500', '155554.422500', '155554.882500', '155555.342500', '155555.802500', '155556.262500', '155556.722500', '155557.182500', '155557.642500', '155558.102500', '155558.562500', '155559.022500', '155559.482500', '155559.942500', '155600.402500', '155600.862500', '155601.322500', '155601.782500', '155602.242500', '155602.702500', '155603.162500', '155603.622500', '155604.082500', '155604.542500', '155605.002500', '155605.462500', '155605.922500', '155606.382500', '155606.842500', '155607.302500', '155607.762500', '155608.222500', '155608.682500', '155609.142500', '155609.602500', '155610.062500', '155610.522500', '155610.982500', '155611.442500', '155611.902500', '155612.362500', '155612.822500', '155613.282500', '155613.742500', '155614.202500', '155614.662500', '155615.122500', '155615.582500', '155616.042500', '155616.502500', '155616.962500', '155617.422500', '155617.882500', '155618.342500', '155618.802500', '155619.262500', '155619.722500', '155620.182500', '155620.642500', '155621.102500', '155621.562500', '155622.022500', '155622.482500', '155622.942500', '155623.402500', '155623.862500', '155624.322500', '155624.782500', '155625.242500', '155625.702500', '155626.162500', '155626.622500', '155627.082500', '155627.542500', '155628.002500', '155628.462500', '155628.922500', '155629.382500', '155629.842500', '155630.302500', '155630.762500', '155631.222500', '155631.682500', '155632.142500', '155632.602500', '155633.062500', '155633.522500', '155633.982500', '155634.442500', '155634.902500', '155635.362500', '155635.822500', '155636.282500', '155636.742500', '155637.202500', '155637.662500', '155638.122500', '155638.582500', '155639.042500', '155639.502500', '155639.962500', '155640.422500', '155640.882500', '155641.342500', '155641.802500', '155642.262500', '155642.722500', '155643.182500', '155643.642500', '155644.102500', '155644.562500', '155645.022500', '155645.482500', '155645.942500', '155646.402500', '155646.862500', '155647.322500', '155647.782500', '155648.242500', '155648.702500', '155649.162500', '155649.622500', '155650.082500', '155650.542500', '155651.002500', '155651.462500', '155651.922500', '155652.382500', '155652.842500', '155653.302500', '155653.762500', '155654.222500', '155654.682500', '155655.142500', '155655.602500', '155656.062500', '155656.522500', '155656.982500', '155657.442500', '155657.902500', '155658.362500', '155658.822500', '155659.282500', '155659.742500', '155700.202500', '155700.662500', '155701.122500', '155701.582500', '155702.042500', '155702.502500', '155702.962500', '155703.422500', '155703.882500', '155704.342500', '155704.802500', '155705.262500', '155705.722500', '155706.182500', '155706.642500', '155707.102500', '155707.562500', '155708.022500', '155708.482500', '155708.942500', '155709.402500', '155709.862500', '155710.322500', '155710.782500', '155711.242500', '155711.702500', '155712.162500', '155712.622500', '155713.082500', '155713.542500', '155714.002500', '155714.462500', '155714.922500', '155715.382500', '155715.842500', '155716.302500', '155716.762500', '155717.222500', '155717.682500', '155718.142500', '155718.602500', '155719.062500', '155719.522500', '155719.982500', '155720.442500', '155720.902500', '155721.362500', '155721.822500', '155722.282500', '155722.742500', '155723.202500', '155723.662500', '155724.122500', '155724.582500', '155725.042500', '155725.502500', '155725.962500', '155726.422500', '155726.882500', '155727.342500', '155727.802500', '155728.262500', '155728.722500', '155729.182500', '155729.642500', '155730.102500', '155730.562500', '155731.022500', '155731.482500', '155731.942500', '155732.402500', '155732.862500', '155733.322500', '155733.782500', '155734.242500', '155734.702500', '155735.162500', '155735.622500', '155736.082500', '155736.542500', '155737.002500', '155737.462500', '155737.922500', '155738.382500', '155738.842500', '155739.302500', '155739.762500', '155740.222500', '155740.682500', '155741.142500', '155741.602500', '155742.062500', '155742.522500', '155742.982500', '155743.442500', '155743.902500', '155744.362500', '155744.822500', '155745.282500', '155745.742500', '155746.202500', '155746.662500', '155747.122500', '155747.582500', '155748.042500', '155748.502500', '155748.962500', '155749.422500', '155749.882500', '155750.342500', '155750.802500', '155751.262500', '155751.722500', '155752.182500', '155752.642500', '155753.102500', '155753.562500', '155754.022500', '155754.482500', '155754.942500', '155755.402500', '155755.862500', '155756.322500', '155756.782500', '155757.242500', '155757.702500', '155758.162500', '155758.622500', '155759.082500', '155759.542500', '155800.002500', '155800.462500', '155800.922500', '155801.382500', '155801.842500', '155802.302500', '155802.762500', '155803.222500', '155803.682500', '155804.142500', '155804.602500', '155805.062500', '155805.522500', '155805.982500', '155806.442500', '155806.902500', '155807.362500', '155807.822500', '155808.282500', '155808.742500', '155809.202500', '155809.662500', '155810.122500', '155810.582500', '155811.042500', '155811.502500', '155811.962500', '155812.422500', '155812.882500', '155813.342500', '155813.802500', '155814.262500', '155814.722500', '155815.182500', '155815.642500', '155816.102500', '155816.562500', '155817.022500', '155817.482500', '155817.942500', '155818.402500', '155818.862500', '155819.322500', '155819.782500', '155820.242500', '155820.702500', '155821.162500', '155821.622500', '155822.082500', '155822.542500', '155823.002500', '155823.462500', '155823.922500', '155824.382500', '155824.842500', '155825.302500', '155825.762500', '155826.222500', '155826.682500', '155827.142500', '155827.602500', '155828.062500', '155828.522500', '155828.982500', '155829.442500', '155829.902500', '155830.362500', '155830.822500', '155831.282500', '155831.742500', '155832.202500', '155832.662500', '155833.122500', '155833.582500', '155834.042500', '155834.502500', '155834.962500', '155835.422500', '155835.882500', '155836.342500', '155836.802500', '155837.262500', '155837.722500', '155838.182500', '155838.642500', '155839.102500', '155839.562500', '155840.022500', '155840.482500', '155840.942500', '155841.402500', '155841.862500', '155842.322500', '155842.782500', '155843.242500', '155843.702500', '155844.162500', '155844.622500', '155845.082500', '155845.542500', '155846.002500', '155846.462500', '155846.922500', '155847.382500', '155847.842500', '155848.302500', '155848.762500', '155849.222500', '155849.682500', '155850.142500', '155850.602500', '155851.062500', '155851.522500', '155851.982500', '155852.442500', '155852.902500', '155853.362500', '155853.822500', '155854.282500', '155854.742500', '155855.202500', '155855.662500', '155856.122500', '155856.582500', '155857.042500', '155857.502500', '155857.962500', '155858.422500', '155858.882500', '155859.342500', '155859.802500', '155900.262500', '155900.722500', '155901.182500', '155901.642500', '155902.102500', '155902.562500', '155903.022500', '155903.482500', '155903.942500', '155904.402500', '155904.862500', '155905.322500', '155905.782500', '155906.242500', '155906.702500', '155907.162500', '155907.622500', '155908.082500', '155908.542500', '155909.002500', '155909.462500', '155909.922500', '155910.382500', '155910.842500', '155911.302500', '155911.762500', '155912.222500', '155912.682500', '155913.142500', '155913.602500', '155914.062500', '155914.522500', '155914.982500', '155915.442500', '155915.902500', '155916.362500', '155916.822500', '155917.282500', '155917.742500', '155918.202500', '155918.662500', '155919.122500', '155919.582500', '155920.042500', '155920.502500', '155920.962500', '155921.422500', '155921.882500', '155922.342500', '155922.802500', '155923.262500', '155923.722500', '155924.182500', '155924.642500', '155925.102500', '155925.562500', '155926.022500', '155926.482500', '155926.942500', '155927.402500', '155927.862500', '155928.322500', '155928.782500', '155929.242500', '155929.702500', '155930.162500', '155930.622500', '155931.082500', '155931.542500', '155932.002500', '155932.462500', '155932.922500', '155933.382500', '155933.842500', '155934.302500', '155934.762500', '155935.222500', '155935.682500', '155936.142500', '155936.602500', '155937.062500', '155937.522500', '155937.982500', '155938.442500', '155938.902500', '155939.362500', '155939.822500', '155940.282500', '155940.742500', '155941.202500', '155941.662500', '155942.122500', '155942.582500', '155943.042500', '155943.502500', '155943.962500', '155944.422500', '155944.882500', '155945.342500', '155945.802500', '155946.262500', '155946.722500', '155947.182500', '155947.642500', '155948.102500', '155948.562500', '155949.022500', '155949.482500', '155949.942500', '155950.402500', '155950.862500', '155951.322500', '155951.782500', '155952.242500', '155952.702500', '155953.162500', '155953.622500', '155954.082500', '155954.542500', '155955.002500', '155955.462500', '155955.922500', '155956.382500', '155956.842500', '155957.302500', '155957.762500', '155958.222500', '155958.682500', '155959.142500', '155959.602500', '160000.062500', '160000.522500', '160000.982500', '160001.442500', '160001.902500', '160002.362500', '160002.822500', '160003.282500', '160003.742500', '160004.202500', '160004.662500', '160005.122500', '160005.582500', '160006.042500', '160006.502500', '160006.962500', '160007.422500', '160007.882500', '160008.342500', '160008.802500', '160009.262500', '160009.722500', '160010.182500', '160010.642500', '160011.102500', '160011.562500', '160012.022500', '160012.482500', '160012.942500', '160013.402500', '160013.862500', '160014.322500', '160014.782500', '160015.242500', '160015.702500', '160016.162500', '160016.622500', '160017.082500', '160017.542500', '160018.002500', '160018.462500', '160018.922500', '160019.382500', '160019.842500', '160020.302500', '160020.762500', '160021.222500', '160021.682500', '160022.142500', '160022.602500', '160023.062500', '160023.522500', '160023.982500', '160024.442500', '160024.902500', '160025.362500', '160025.822500', '160026.282500', '160026.742500', '160027.202500', '160027.662500', '160028.122500', '160028.582500', '160029.042500', '160029.502500', '160029.962500', '160030.422500', '160030.882500', '160031.342500', '160031.802500', '160032.262500', '160032.722500', '160033.182500', '160033.642500', '160034.102500', '160034.562500', '160035.022500', '160035.482500', '160035.942500', '160036.402500', '160036.862500', '160037.322500', '160037.782500', '160038.242500', '160038.702500', '160039.162500', '160039.622500', '160040.082500', '160040.542500', '160041.002500', '160041.462500', '160041.922500', '160042.382500', '160042.842500', '160043.302500', '160043.762500', '160044.222500', '160044.682500', '160045.142500', '160045.602500', '160046.062500', '160046.522500', '160046.982500'], 'ContentTime': ['155432.714000', '155432.717000', '155432.720000', '155432.723000', '155432.725000', '155432.728000', '155432.731000', '155432.733000', '155432.736000', '155432.738000', '155432.741000', '155432.744000', '155432.746000', '155432.749000', '155432.751000', '155432.754000', '155432.756000', '155432.759000', '155432.761000', '155432.764000', '155432.767000', '155432.769000', '155432.772000', '155432.774000', '155432.777000', '155432.779000', '155432.782000', '155432.785000', '155432.787000', '155432.790000', '155432.792000', '155432.802000', '155432.804000', '155432.807000', '155432.809000', '155432.812000', '155432.814000', '155432.817000', '155432.819000', '155432.822000', '155432.825000', '155432.827000', '155432.830000', '155432.832000', '155432.835000', '155432.837000', '155432.840000', '155432.843000', '155432.845000', '155432.848000', '155432.850000', '155432.853000', '155432.855000', '155432.858000', '155452.687000', '155452.690000', '155452.693000', '155452.696000', '155452.698000', '155452.701000', '155452.703000', '155452.706000', '155452.710000', '155452.713000', '155452.715000', '155452.718000', '155452.720000', '155452.723000', '155452.726000', '155452.728000', '155452.731000', '155452.733000', '155452.736000', '155452.738000', '155452.741000', '155452.744000', '155452.746000', '155452.749000', '155452.751000', '155452.754000', '155452.756000', '155452.759000', '155452.761000', '155452.764000', '155452.767000', '155452.769000', '155452.772000', '155452.774000', '155452.777000', '155452.779000', '155452.782000', '155452.784000', '155452.787000', '155452.789000', '155452.792000', '155452.795000', '155452.797000', '155452.800000', '155512.688000', '155512.691000', '155512.694000', '155512.696000', '155512.699000', '155512.701000', '155512.710000', '155512.712000', '155512.715000', '155512.718000', '155512.720000', '155512.723000', '155512.725000', '155512.728000', '155512.731000', '155512.733000', '155512.736000', '155512.738000', '155512.741000', '155512.743000', '155512.746000', '155512.749000', '155512.751000', '155512.754000', '155512.756000', '155512.759000', '155512.761000', '155512.764000', '155512.767000', '155512.769000', '155512.772000', '155512.774000', '155512.777000', '155512.779000', '155512.782000', '155512.785000', '155512.787000', '155512.790000', '155512.793000', '155512.796000', '155512.799000', '155512.899000', '155512.902000', '155532.688000', '155532.691000', '155532.694000', '155532.696000', '155532.699000', '155532.702000', '155532.704000', '155532.707000', '155532.709000', '155532.739000', '155532.741000', '155532.744000', '155532.747000', '155532.749000', '155532.767000', '155532.769000', '155532.772000', '155532.775000', '155532.777000', '155532.780000', '155532.782000', '155532.785000', '155532.787000', '155532.790000', '155532.793000', '155532.795000', '155532.798000', '155532.800000', '155532.803000', '155532.806000', '155532.808000', '155532.831000', '155532.833000', '155532.836000', '155532.838000', '155532.841000', '155532.844000', '155532.846000', '155532.849000', '155532.851000', '155532.854000', '155532.857000', '155532.859000', '155532.862000', '155552.689000', '155552.691000', '155552.694000', '155552.697000', '155552.699000', '155552.702000', '155552.705000', '155552.707000', '155552.710000', '155552.712000', '155552.715000', '155552.717000', '155552.720000', '155552.723000', '155552.725000', '155552.728000', '155552.730000', '155552.733000', '155552.736000', '155552.738000', '155552.741000', '155552.743000', '155552.746000', '155552.751000', '155552.753000', '155552.756000', '155552.758000', '155552.761000', '155552.764000', '155552.766000', '155552.769000', '155552.771000', '155552.774000', '155552.776000', '155552.779000', '155552.782000', '155552.785000', '155552.788000', '155552.791000', '155552.793000', '155552.796000', '155552.799000', '155552.855000', '155612.689000', '155612.691000', '155612.694000', '155612.697000', '155612.699000', '155612.702000', '155612.711000', '155612.714000', '155612.716000', '155612.719000', '155612.721000', '155612.724000', '155612.727000', '155612.729000', '155612.732000', '155612.734000', '155612.737000', '155612.739000', '155612.742000', '155612.745000', '155612.747000', '155612.750000', '155612.752000', '155612.755000', '155612.757000', '155612.760000', '155612.763000', '155612.765000', '155612.768000', '155612.770000', '155612.773000', '155612.776000', '155612.778000', '155612.781000', '155612.783000', '155612.786000', '155612.789000', '155612.791000', '155612.794000', '155612.796000', '155612.799000', '155612.802000', '155612.804000', '155612.807000', '155632.687000', '155632.690000', '155632.693000', '155632.696000', '155632.698000', '155632.701000', '155632.704000', '155632.706000', '155632.709000', '155632.711000', '155632.714000', '155632.716000', '155632.719000', '155632.722000', '155632.724000', '155632.727000', '155632.729000', '155632.732000', '155632.734000', '155632.737000', '155632.740000', '155632.742000', '155632.745000', '155632.747000', '155632.750000', '155632.753000', '155632.755000', '155632.758000', '155632.760000', '155632.763000', '155632.765000', '155632.768000', '155632.770000', '155632.773000', '155632.776000', '155632.778000', '155632.781000', '155632.783000', '155632.786000', '155632.789000', '155632.792000', '155632.795000', '155632.797000', '155652.687000', '155652.690000', '155652.693000', '155652.695000', '155652.698000', '155652.701000', '155652.703000', '155652.706000', '155652.708000', '155652.711000', '155652.714000', '155652.716000', '155652.719000', '155652.721000', '155652.724000', '155652.727000', '155652.729000', '155652.732000', '155652.734000', '155652.737000', '155652.740000', '155652.742000', '155652.745000', '155652.747000', '155652.750000', '155652.752000', '155652.755000', '155652.758000', '155652.760000', '155652.763000', '155652.765000', '155652.768000', '155652.770000', '155652.773000', '155652.776000', '155652.778000', '155652.781000', '155652.783000', '155652.786000', '155652.789000', '155652.791000', '155652.794000', '155652.796000', '155652.799000', '155712.688000', '155712.690000', '155712.693000', '155712.696000', '155712.698000', '155712.701000', '155712.704000', '155712.706000', '155712.709000', '155712.722000', '155712.725000', '155712.727000', '155712.730000', '155712.732000', '155712.735000', '155712.737000', '155712.740000', '155712.743000', '155712.745000', '155712.748000', '155712.750000', '155712.753000', '155712.756000', '155712.758000', '155712.761000', '155712.763000', '155712.766000', '155712.768000', '155712.771000', '155712.774000', '155712.776000', '155712.779000', '155712.781000', '155712.784000', '155712.787000', '155712.789000', '155712.792000', '155712.794000', '155712.797000', '155712.827000', '155712.830000', '155712.832000', '155712.835000', '155732.689000', '155732.691000', '155732.694000', '155732.697000', '155732.699000', '155732.702000', '155732.704000', '155732.707000', '155732.710000', '155732.712000', '155732.715000', '155732.718000', '155732.720000', '155732.723000', '155732.725000', '155732.728000', '155732.730000', '155732.733000', '155732.736000', '155732.738000', '155732.741000', '155732.744000', '155732.746000', '155732.749000', '155732.751000', '155732.754000', '155732.757000', '155732.759000', '155732.762000', '155732.764000', '155732.767000', '155732.770000', '155732.772000', '155732.775000', '155732.777000', '155732.780000', '155732.783000', '155732.785000', '155732.788000', '155732.790000', '155732.793000', '155732.796000', '155732.798000', '155732.852000', '155752.688000', '155752.691000', '155752.694000', '155752.696000', '155752.699000', '155752.701000', '155752.704000', '155752.707000', '155752.709000', '155752.712000', '155752.714000', '155752.717000', '155752.720000', '155752.722000', '155752.725000', '155752.727000', '155752.730000', '155752.732000', '155752.735000', '155752.738000', '155752.740000', '155752.743000', '155752.745000', '155752.748000', '155752.751000', '155752.753000', '155752.756000', '155752.758000', '155752.761000', '155752.763000', '155752.766000', '155752.769000', '155752.771000', '155752.774000', '155752.776000', '155752.779000', '155752.781000', '155752.784000', '155752.787000', '155752.789000', '155752.792000', '155752.794000', '155752.797000', '155812.689000', '155812.691000', '155812.694000', '155812.697000', '155812.699000', '155812.702000', '155812.705000', '155812.707000', '155812.710000', '155812.712000', '155812.715000', '155812.718000', '155812.720000', '155812.723000', '155812.725000', '155812.728000', '155812.730000', '155812.733000', '155812.736000', '155812.738000', '155812.741000', '155812.743000', '155812.746000', '155812.749000', '155812.751000', '155812.754000', '155812.756000', '155812.759000', '155812.761000', '155812.764000', '155812.767000', '155812.769000', '155812.772000', '155812.775000', '155812.777000', '155812.780000', '155812.782000', '155812.785000', '155812.797000', '155812.799000', '155812.824000', '155812.827000', '155812.830000', '155812.832000', '155832.689000', '155832.691000', '155832.694000', '155832.697000', '155832.699000', '155832.702000', '155832.705000', '155832.707000', '155832.710000', '155832.712000', '155832.715000', '155832.717000', '155832.720000', '155832.723000', '155832.725000', '155832.728000', '155832.731000', '155832.733000', '155832.736000', '155832.738000', '155832.741000', '155832.744000', '155832.746000', '155832.749000', '155832.751000', '155832.754000', '155832.756000', '155832.759000', '155832.762000', '155832.764000', '155832.767000', '155832.769000', '155832.772000', '155832.775000', '155832.787000', '155832.789000', '155832.792000', '155832.795000', '155832.797000', '155832.836000', '155832.839000', '155832.841000', '155832.844000', '155852.687000', '155852.690000', '155852.693000', '155852.696000', '155852.698000', '155852.701000', '155852.703000', '155852.706000', '155852.709000', '155852.711000', '155852.714000', '155852.716000', '155852.719000', '155852.721000', '155852.724000', '155852.727000', '155852.729000', '155852.732000', '155852.735000', '155852.737000', '155852.740000', '155852.743000', '155852.745000', '155852.748000', '155852.750000', '155852.753000', '155852.755000', '155852.758000', '155852.761000', '155852.763000', '155852.766000', '155852.768000', '155852.771000', '155852.774000', '155852.776000', '155852.779000', '155852.781000', '155852.784000', '155852.787000', '155852.789000', '155852.792000', '155852.794000', '155852.797000', '155852.846000', '155912.687000', '155912.690000', '155912.693000', '155912.695000', '155912.698000', '155912.701000', '155912.703000', '155912.706000', '155912.708000', '155912.711000', '155912.714000', '155912.716000', '155912.719000', '155912.721000', '155912.724000', '155912.727000', '155912.729000', '155912.732000', '155912.735000', '155912.737000', '155912.740000', '155912.742000', '155912.745000', '155912.747000', '155912.750000', '155912.753000', '155912.755000', '155912.758000', '155912.760000', '155912.763000', '155912.766000', '155912.768000', '155912.771000', '155912.773000', '155912.776000', '155912.779000', '155912.781000', '155912.784000', '155912.786000', '155912.789000', '155912.791000', '155912.794000', '155912.796000', '155932.687000', '155932.690000', '155932.693000', '155932.695000', '155932.698000', '155932.701000', '155932.703000', '155932.706000', '155932.708000', '155932.711000', '155932.713000', '155932.716000', '155932.718000', '155932.721000', '155932.724000', '155932.726000', '155932.729000', '155932.732000', '155932.734000', '155932.737000', '155932.739000', '155932.742000', '155932.745000', '155932.747000', '155932.750000', '155932.752000', '155932.755000', '155932.757000', '155932.760000', '155932.763000', '155932.765000', '155932.768000', '155932.770000', '155932.773000', '155932.776000', '155932.778000', '155932.781000', '155932.783000', '155932.786000', '155932.789000', '155932.791000', '155932.794000', '155932.797000', '155932.799000', '155952.689000', '155952.691000', '155952.694000', '155952.697000', '155952.699000', '155952.702000', '155952.705000', '155952.707000', '155952.710000', '155952.712000', '155952.715000', '155952.717000', '155952.720000', '155952.722000', '155952.725000', '155952.728000', '155952.730000', '155952.733000', '155952.736000', '155952.738000', '155952.741000', '155952.744000', '155952.746000', '155952.749000', '155952.752000', '155952.754000', '155952.757000', '155952.761000', '155952.763000', '155952.766000', '155952.769000', '155952.771000', '155952.774000', '155952.777000', '155952.779000', '155952.782000', '155952.784000', '155952.787000', '155952.789000', '155952.792000', '155952.795000', '155952.797000', '155952.855000', '160012.688000', '160012.700000', '160012.703000', '160012.706000', '160012.708000', '160012.711000', '160012.713000', '160012.716000', '160012.719000', '160012.722000', '160012.725000', '160012.728000', '160012.730000', '160012.733000', '160012.736000', '160012.738000', '160012.741000', '160012.743000', '160012.746000', '160012.749000', '160012.751000', '160012.754000', '160012.756000', '160012.759000', '160012.761000', '160012.764000', '160012.767000', '160012.769000', '160012.772000', '160012.775000', '160012.777000', '160012.780000', '160012.783000', '160012.785000', '160012.788000', '160012.790000', '160012.793000', '160012.796000', '160012.798000', '160012.887000', '160012.890000', '160012.892000', '160012.895000', '160012.897000', '160032.688000', '160032.691000', '160032.694000', '160032.696000', '160032.699000', '160032.702000', '160032.704000', '160032.707000', '160032.709000', '160032.712000', '160032.714000', '160032.717000', '160032.720000', '160032.722000', '160032.725000', '160032.727000', '160032.730000', '160032.732000', '160032.735000', '160032.738000', '160032.740000', '160032.743000', '160032.745000', '160032.748000', '160032.750000', '160032.753000', '160032.756000', '160032.758000', '160032.761000', '160032.764000', '160032.766000', '160032.769000', '160032.771000', '160032.774000', '160032.776000', '160032.779000', '160032.782000', '160032.784000', '160032.787000', '160032.789000', '160032.792000', '160032.794000', '160032.797000', '160048.542000', '160048.545000', '160048.548000', '160048.551000', '160048.553000', '160048.556000', '160048.559000', '160048.562000', '160048.565000', '160048.570000', '160048.575000', '160048.578000', '160048.580000', '160048.583000', '160048.586000', '160048.589000', '160048.592000', '160048.595000', '160048.599000', '160048.602000', '160048.605000', '160048.607000', '160048.610000', '160048.612000', '160048.615000', '160048.618000', '160048.620000', '160048.623000', '160048.626000', '160048.629000', '160048.633000', '160048.636000', '160048.639000', '160048.642000', '160048.644000'], 'InstanceCreationTime': ['155432.714000', '155432.717000', '155432.720000', '155432.723000', '155432.725000', '155432.728000', '155432.731000', '155432.733000', '155432.736000', '155432.738000', '155432.741000', '155432.744000', '155432.746000', '155432.749000', '155432.751000', '155432.754000', '155432.756000', '155432.759000', '155432.761000', '155432.764000', '155432.767000', '155432.769000', '155432.772000', '155432.774000', '155432.777000', '155432.779000', '155432.782000', '155432.785000', '155432.787000', '155432.790000', '155432.792000', '155432.802000', '155432.804000', '155432.807000', '155432.809000', '155432.812000', '155432.814000', '155432.817000', '155432.819000', '155432.822000', '155432.825000', '155432.827000', '155432.830000', '155432.832000', '155432.835000', '155432.837000', '155432.840000', '155432.843000', '155432.845000', '155432.848000', '155432.850000', '155432.853000', '155432.855000', '155432.858000', '155452.687000', '155452.690000', '155452.693000', '155452.696000', '155452.698000', '155452.701000', '155452.703000', '155452.706000', '155452.710000', '155452.713000', '155452.715000', '155452.718000', '155452.720000', '155452.723000', '155452.726000', '155452.728000', '155452.731000', '155452.733000', '155452.736000', '155452.738000', '155452.741000', '155452.744000', '155452.746000', '155452.749000', '155452.751000', '155452.754000', '155452.756000', '155452.759000', '155452.761000', '155452.764000', '155452.767000', '155452.769000', '155452.772000', '155452.774000', '155452.777000', '155452.779000', '155452.782000', '155452.784000', '155452.787000', '155452.789000', '155452.792000', '155452.795000', '155452.797000', '155452.800000', '155512.688000', '155512.691000', '155512.694000', '155512.696000', '155512.699000', '155512.701000', '155512.710000', '155512.712000', '155512.715000', '155512.718000', '155512.720000', '155512.723000', '155512.725000', '155512.728000', '155512.731000', '155512.733000', '155512.736000', '155512.738000', '155512.741000', '155512.743000', '155512.746000', '155512.749000', '155512.751000', '155512.754000', '155512.756000', '155512.759000', '155512.761000', '155512.764000', '155512.767000', '155512.769000', '155512.772000', '155512.774000', '155512.777000', '155512.779000', '155512.782000', '155512.785000', '155512.787000', '155512.790000', '155512.793000', '155512.796000', '155512.799000', '155512.899000', '155512.902000', '155532.688000', '155532.691000', '155532.694000', '155532.696000', '155532.699000', '155532.702000', '155532.704000', '155532.707000', '155532.709000', '155532.739000', '155532.741000', '155532.744000', '155532.747000', '155532.749000', '155532.767000', '155532.769000', '155532.772000', '155532.775000', '155532.777000', '155532.780000', '155532.782000', '155532.785000', '155532.787000', '155532.790000', '155532.793000', '155532.795000', '155532.798000', '155532.800000', '155532.803000', '155532.806000', '155532.808000', '155532.831000', '155532.833000', '155532.836000', '155532.838000', '155532.841000', '155532.844000', '155532.846000', '155532.849000', '155532.851000', '155532.854000', '155532.857000', '155532.859000', '155532.862000', '155552.689000', '155552.691000', '155552.694000', '155552.697000', '155552.699000', '155552.702000', '155552.705000', '155552.707000', '155552.710000', '155552.712000', '155552.715000', '155552.717000', '155552.720000', '155552.723000', '155552.725000', '155552.728000', '155552.730000', '155552.733000', '155552.736000', '155552.738000', '155552.741000', '155552.743000', '155552.746000', '155552.751000', '155552.753000', '155552.756000', '155552.758000', '155552.761000', '155552.764000', '155552.766000', '155552.769000', '155552.771000', '155552.774000', '155552.776000', '155552.779000', '155552.782000', '155552.785000', '155552.788000', '155552.791000', '155552.793000', '155552.796000', '155552.799000', '155552.855000', '155612.689000', '155612.691000', '155612.694000', '155612.697000', '155612.699000', '155612.702000', '155612.711000', '155612.714000', '155612.716000', '155612.719000', '155612.721000', '155612.724000', '155612.727000', '155612.729000', '155612.732000', '155612.734000', '155612.737000', '155612.739000', '155612.742000', '155612.745000', '155612.747000', '155612.750000', '155612.752000', '155612.755000', '155612.757000', '155612.760000', '155612.763000', '155612.765000', '155612.768000', '155612.770000', '155612.773000', '155612.776000', '155612.778000', '155612.781000', '155612.783000', '155612.786000', '155612.789000', '155612.791000', '155612.794000', '155612.796000', '155612.799000', '155612.802000', '155612.804000', '155612.807000', '155632.687000', '155632.690000', '155632.693000', '155632.696000', '155632.698000', '155632.701000', '155632.704000', '155632.706000', '155632.709000', '155632.711000', '155632.714000', '155632.716000', '155632.719000', '155632.722000', '155632.724000', '155632.727000', '155632.729000', '155632.732000', '155632.734000', '155632.737000', '155632.740000', '155632.742000', '155632.745000', '155632.747000', '155632.750000', '155632.753000', '155632.755000', '155632.758000', '155632.760000', '155632.763000', '155632.765000', '155632.768000', '155632.770000', '155632.773000', '155632.776000', '155632.778000', '155632.781000', '155632.783000', '155632.786000', '155632.789000', '155632.792000', '155632.795000', '155632.797000', '155652.687000', '155652.690000', '155652.693000', '155652.695000', '155652.698000', '155652.701000', '155652.703000', '155652.706000', '155652.708000', '155652.711000', '155652.714000', '155652.716000', '155652.719000', '155652.721000', '155652.724000', '155652.727000', '155652.729000', '155652.732000', '155652.734000', '155652.737000', '155652.740000', '155652.742000', '155652.745000', '155652.747000', '155652.750000', '155652.752000', '155652.755000', '155652.758000', '155652.760000', '155652.763000', '155652.765000', '155652.768000', '155652.770000', '155652.773000', '155652.776000', '155652.778000', '155652.781000', '155652.783000', '155652.786000', '155652.789000', '155652.791000', '155652.794000', '155652.796000', '155652.799000', '155712.688000', '155712.690000', '155712.693000', '155712.696000', '155712.698000', '155712.701000', '155712.704000', '155712.706000', '155712.709000', '155712.722000', '155712.725000', '155712.727000', '155712.730000', '155712.732000', '155712.735000', '155712.737000', '155712.740000', '155712.743000', '155712.745000', '155712.748000', '155712.750000', '155712.753000', '155712.756000', '155712.758000', '155712.761000', '155712.763000', '155712.766000', '155712.768000', '155712.771000', '155712.774000', '155712.776000', '155712.779000', '155712.781000', '155712.784000', '155712.787000', '155712.789000', '155712.792000', '155712.794000', '155712.797000', '155712.827000', '155712.830000', '155712.832000', '155712.835000', '155732.689000', '155732.691000', '155732.694000', '155732.697000', '155732.699000', '155732.702000', '155732.704000', '155732.707000', '155732.710000', '155732.712000', '155732.715000', '155732.718000', '155732.720000', '155732.723000', '155732.725000', '155732.728000', '155732.730000', '155732.733000', '155732.736000', '155732.738000', '155732.741000', '155732.744000', '155732.746000', '155732.749000', '155732.751000', '155732.754000', '155732.757000', '155732.759000', '155732.762000', '155732.764000', '155732.767000', '155732.770000', '155732.772000', '155732.775000', '155732.777000', '155732.780000', '155732.783000', '155732.785000', '155732.788000', '155732.790000', '155732.793000', '155732.796000', '155732.798000', '155732.852000', '155752.688000', '155752.691000', '155752.694000', '155752.696000', '155752.699000', '155752.701000', '155752.704000', '155752.707000', '155752.709000', '155752.712000', '155752.714000', '155752.717000', '155752.720000', '155752.722000', '155752.725000', '155752.727000', '155752.730000', '155752.732000', '155752.735000', '155752.738000', '155752.740000', '155752.743000', '155752.745000', '155752.748000', '155752.751000', '155752.753000', '155752.756000', '155752.758000', '155752.761000', '155752.763000', '155752.766000', '155752.769000', '155752.771000', '155752.774000', '155752.776000', '155752.779000', '155752.781000', '155752.784000', '155752.787000', '155752.789000', '155752.792000', '155752.794000', '155752.797000', '155812.689000', '155812.691000', '155812.694000', '155812.697000', '155812.699000', '155812.702000', '155812.705000', '155812.707000', '155812.710000', '155812.712000', '155812.715000', '155812.718000', '155812.720000', '155812.723000', '155812.725000', '155812.728000', '155812.730000', '155812.733000', '155812.736000', '155812.738000', '155812.741000', '155812.743000', '155812.746000', '155812.749000', '155812.751000', '155812.754000', '155812.756000', '155812.759000', '155812.761000', '155812.764000', '155812.767000', '155812.769000', '155812.772000', '155812.775000', '155812.777000', '155812.780000', '155812.782000', '155812.785000', '155812.797000', '155812.799000', '155812.824000', '155812.827000', '155812.830000', '155812.832000', '155832.689000', '155832.691000', '155832.694000', '155832.697000', '155832.699000', '155832.702000', '155832.705000', '155832.707000', '155832.710000', '155832.712000', '155832.715000', '155832.717000', '155832.720000', '155832.723000', '155832.725000', '155832.728000', '155832.731000', '155832.733000', '155832.736000', '155832.738000', '155832.741000', '155832.744000', '155832.746000', '155832.749000', '155832.751000', '155832.754000', '155832.756000', '155832.759000', '155832.762000', '155832.764000', '155832.767000', '155832.769000', '155832.772000', '155832.775000', '155832.787000', '155832.789000', '155832.792000', '155832.795000', '155832.797000', '155832.836000', '155832.839000', '155832.841000', '155832.844000', '155852.687000', '155852.690000', '155852.693000', '155852.696000', '155852.698000', '155852.701000', '155852.703000', '155852.706000', '155852.709000', '155852.711000', '155852.714000', '155852.716000', '155852.719000', '155852.721000', '155852.724000', '155852.727000', '155852.729000', '155852.732000', '155852.735000', '155852.737000', '155852.740000', '155852.743000', '155852.745000', '155852.748000', '155852.750000', '155852.753000', '155852.755000', '155852.758000', '155852.761000', '155852.763000', '155852.766000', '155852.768000', '155852.771000', '155852.774000', '155852.776000', '155852.779000', '155852.781000', '155852.784000', '155852.787000', '155852.789000', '155852.792000', '155852.794000', '155852.797000', '155852.846000', '155912.687000', '155912.690000', '155912.693000', '155912.695000', '155912.698000', '155912.701000', '155912.703000', '155912.706000', '155912.708000', '155912.711000', '155912.714000', '155912.716000', '155912.719000', '155912.721000', '155912.724000', '155912.727000', '155912.729000', '155912.732000', '155912.735000', '155912.737000', '155912.740000', '155912.742000', '155912.745000', '155912.747000', '155912.750000', '155912.753000', '155912.755000', '155912.758000', '155912.760000', '155912.763000', '155912.766000', '155912.768000', '155912.771000', '155912.773000', '155912.776000', '155912.779000', '155912.781000', '155912.784000', '155912.786000', '155912.789000', '155912.791000', '155912.794000', '155912.796000', '155932.687000', '155932.690000', '155932.693000', '155932.695000', '155932.698000', '155932.701000', '155932.703000', '155932.706000', '155932.708000', '155932.711000', '155932.713000', '155932.716000', '155932.718000', '155932.721000', '155932.724000', '155932.726000', '155932.729000', '155932.732000', '155932.734000', '155932.737000', '155932.739000', '155932.742000', '155932.745000', '155932.747000', '155932.750000', '155932.752000', '155932.755000', '155932.757000', '155932.760000', '155932.763000', '155932.765000', '155932.768000', '155932.770000', '155932.773000', '155932.776000', '155932.778000', '155932.781000', '155932.783000', '155932.786000', '155932.789000', '155932.791000', '155932.794000', '155932.797000', '155932.799000', '155952.689000', '155952.691000', '155952.694000', '155952.697000', '155952.699000', '155952.702000', '155952.705000', '155952.707000', '155952.710000', '155952.712000', '155952.715000', '155952.717000', '155952.720000', '155952.722000', '155952.725000', '155952.728000', '155952.730000', '155952.733000', '155952.736000', '155952.738000', '155952.741000', '155952.744000', '155952.746000', '155952.749000', '155952.752000', '155952.754000', '155952.757000', '155952.761000', '155952.763000', '155952.766000', '155952.769000', '155952.771000', '155952.774000', '155952.777000', '155952.779000', '155952.782000', '155952.784000', '155952.787000', '155952.789000', '155952.792000', '155952.795000', '155952.797000', '155952.855000', '160012.688000', '160012.700000', '160012.703000', '160012.706000', '160012.708000', '160012.711000', '160012.713000', '160012.716000', '160012.719000', '160012.722000', '160012.725000', '160012.728000', '160012.730000', '160012.733000', '160012.736000', '160012.738000', '160012.741000', '160012.743000', '160012.746000', '160012.749000', '160012.751000', '160012.754000', '160012.756000', '160012.759000', '160012.761000', '160012.764000', '160012.767000', '160012.769000', '160012.772000', '160012.775000', '160012.777000', '160012.780000', '160012.783000', '160012.785000', '160012.788000', '160012.790000', '160012.793000', '160012.796000', '160012.798000', '160012.887000', '160012.890000', '160012.892000', '160012.895000', '160012.897000', '160032.688000', '160032.691000', '160032.694000', '160032.696000', '160032.699000', '160032.702000', '160032.704000', '160032.707000', '160032.709000', '160032.712000', '160032.714000', '160032.717000', '160032.720000', '160032.722000', '160032.725000', '160032.727000', '160032.730000', '160032.732000', '160032.735000', '160032.738000', '160032.740000', '160032.743000', '160032.745000', '160032.748000', '160032.750000', '160032.753000', '160032.756000', '160032.758000', '160032.761000', '160032.764000', '160032.766000', '160032.769000', '160032.771000', '160032.774000', '160032.776000', '160032.779000', '160032.782000', '160032.784000', '160032.787000', '160032.789000', '160032.792000', '160032.794000', '160032.797000', '160048.542000', '160048.545000', '160048.548000', '160048.551000', '160048.553000', '160048.556000', '160048.559000', '160048.562000', '160048.565000', '160048.570000', '160048.575000', '160048.578000', '160048.580000', '160048.583000', '160048.586000', '160048.589000', '160048.592000', '160048.595000', '160048.599000', '160048.602000', '160048.605000', '160048.607000', '160048.610000', '160048.612000', '160048.615000', '160048.618000', '160048.620000', '160048.623000', '160048.626000', '160048.629000', '160048.633000', '160048.636000', '160048.639000', '160048.642000', '160048.644000'], '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': [11111, 11226, 10589, 10750, 12878, 11159, 10717, 13624, 11032, 10649, 15884, 11494, 10555, 15658, 10963, 10270, 16353, 11320, 10476, 14675, 11324, 11644, 11240, 11083, 11821, 11539, 10743, 14989, 11826, 11325, 16747, 11076, 13611, 16247, 11712, 13271, 11725, 10760, 13386, 10792, 10641, 14900, 11689, 10481, 15608, 11296, 10880, 13306, 11519, 11696, 10900, 10952, 12192, 11206, 10830, 14977, 11452, 10944, 16243, 10715, 13073, 16507, 11013, 13835, 14608, 11091, 13098, 11053, 11057, 12617, 11094, 10586, 10623, 11282, 10969, 10996, 11754, 10793, 10774, 16442, 10987, 12592, 17034, 10884, 13838, 17166, 11053, 14113, 11202, 10754, 14632, 10862, 10222, 15929, 10628, 12885, 12120, 10878, 12539, 10314, 10191, 13710, 10650, 10126, 16146, 10860, 11981, 10892, 10660, 11949, 10630, 10527, 15149, 10848, 10133, 15281, 10559, 10441, 11606, 10811, 11167, 10535, 10224, 13869, 10513, 11501, 11796, 10958, 13186, 10352, 10494, 17088, 10892, 10760, 17295, 10480, 11683, 18262, 11939, 14054, 11000, 10577, 10555, 10804, 10605, 10628, 10817, 12038, 10494, 16004, 10416, 14117, 17627, 11290, 12967, 15960, 10674, 13734, 11004, 10457, 12724, 10155, 9937, 14307, 10686, 11406, 10654, 9646, 14277, 10284, 10985, 10439, 9959, 16485, 12025, 13091, 10672, 9969, 14580, 10901, 11585, 17706, 10589, 13994, 11893, 10445, 13791, 9854, 9944, 16648, 10368, 11355, 10230, 9819, 14215, 10301, 10883, 16914, 10185, 12513, 12466, 10200, 12138, 10421, 9863, 14821, 10280, 10303, 16034, 10138, 12424, 11728, 10338, 12397, 10489, 9989, 15322, 10341, 10866, 14466, 10701, 12210, 10374, 10101, 12691, 10528, 10051, 14371, 10766, 10836, 13994, 10599, 11543, 10311, 9843, 14422, 10339, 11637, 10364, 10010, 14398, 10137, 11625, 12718, 10530, 14018, 10133, 9790, 16474, 10635, 13237, 11810, 10320, 14012, 10522, 10603, 15535, 10547, 12719, 10610, 10155, 15484, 10421, 12355, 10226, 10252, 17506, 11181, 14589, 10302, 10348, 13237, 10846, 10288, 11125, 10436, 10285, 10574, 17980, 13532, 15314, 18098, 10501, 14158, 14354, 10186, 13794, 10594, 9563, 15209, 10731, 11556, 10555, 10014, 11429, 10539, 9900, 10922, 10251, 11670, 10630, 10418, 10374, 10249, 14688, 10346, 12289, 10428, 9717, 10139, 9633, 9823, 12256, 17828, 13488, 15289, 10227, 10242, 15529, 10453, 13445, 10616, 10088, 15505, 10397, 12441, 10375, 9938, 16072, 10097, 11556, 10313, 10001, 16320, 10250, 12487, 10479, 10085, 14664, 10514, 10867, 11774, 10449, 10529, 10478, 13476, 10290, 9630, 17249, 10165, 13897, 10384, 10039, 16429, 9970, 11539, 17242, 10264, 13711, 15105, 10039, 14098, 9895, 10001, 13959, 10224, 10276, 10491, 9507, 10050, 10158, 12820, 10746, 13178, 10258, 10305, 15766, 10680, 10348, 17421, 10659, 13106, 16061, 10922, 11778, 10698, 11975, 10185, 10311, 15751, 10133, 10932, 16770, 10700, 11896, 12295, 10859, 13792, 10863, 10031, 16419, 10365, 11962, 11471, 10328, 14028, 10892, 10995, 14125, 10584, 16389, 10126, 12059, 17691, 10393, 15245, 10625, 10049, 17466, 10496, 13008, 14292, 10410, 14097, 10393, 10103, 15561, 10471, 11326, 10300, 9664, 14315, 10501, 11674, 10031, 9839, 13740, 10693, 11583, 10864, 10158, 15445, 10508, 11176, 14250, 10293, 13572, 10252, 9742, 14317, 10210, 14663, 10141, 10223, 17497, 10655, 14070, 10287, 10475, 14431, 10745, 11100, 10260, 10458, 11730, 10051, 9816, 10124, 10481, 12132, 10119, 10069, 17427, 10203, 14143, 18154, 12037, 15376, 10459, 10144, 13879, 10219, 10386, 16571, 10433, 12248, 10154, 10193, 14458, 9961, 10322, 17187, 10211, 13689, 12686, 10081, 13150, 10113, 10165, 14378, 10161, 11499, 10260, 9656, 11376, 17296, 12753, 15154, 18007, 11510, 14964, 15894, 10339, 14200, 11918, 10119, 12570, 10093, 9778, 12499, 10543, 9639, 9773, 10117, 10760, 10037, 9879, 11581, 10174, 9807, 15026, 10114, 12071, 10482, 10024, 14627, 9857, 9741, 16653, 10221, 12593, 13352, 10250, 13281, 10100, 9777, 16419, 10459, 11511, 17705, 10107, 14064, 13158, 10363, 14359, 10227, 9919, 16300, 10668, 11584, 11275, 10230, 13050, 10174, 9732, 14884, 10389, 12243, 10188, 10302, 14970, 10368, 10871, 17295, 10248, 13628, 10248, 10094, 16008, 10029, 10921, 17169, 11819, 14029, 15441, 10402, 13798, 11351, 10448, 14004, 10553, 9986, 16256, 10248, 10904, 9888, 10379, 13619, 10486, 11363, 12547, 10361, 16442, 10721, 12945, 17322, 11396, 15177, 10448, 10532, 17010, 10252, 14524, 10221, 10210, 15473, 10346, 11657, 17566, 10388, 13326, 11073, 10572, 15101, 10993, 10556, 10721, 10347, 14283, 10658, 11351, 10361, 10186, 16681, 10591, 13268, 10471, 9916, 17073, 10368, 11565, 12208, 10286, 13543, 10548, 10856, 10383, 10162, 15802, 10586, 12975, 10011, 9843, 16695, 10441, 12479, 10290, 10218, 13742, 10408, 11404, 9922, 9889, 15875, 10360, 12078, 10170, 9933, 9648, 10176, 9623, 9859, 15302, 16499, 12319, 16062, 11013, 10656, 15178, 9637, 10340, 17106, 9994, 13733, 10160, 9707, 12812, 9708, 9760, 14992, 9958, 11686, 9828, 9662, 14050, 10021, 10281, 14872, 9969, 11386, 10020, 9722, 14654, 10154, 11076, 16308, 10028, 13395, 9889, 9613, 15081, 10250, 11415, 11584, 9888, 12308, 10079, 9645, 16606, 10033, 12306, 11160, 10038, 11677, 9836, 9546, 15457, 10058, 11897, 13824, 10102, 14774, 9900, 9744, 17022, 10213, 13286, 12220, 10072, 13511, 10345, 11075, 14328, 10131, 14681, 10573, 9747, 16992, 9758, 11045, 17898, 11679, 14108, 17763, 10272, 15597, 11160, 10087, 16041, 10169, 10552, 15036, 9882, 13287, 9956, 9404, 16395, 10223, 12814, 9759, 9551, 16232, 10041, 13346, 10032, 9646, 15483, 10257, 12393, 10202, 9600, 16809, 10206, 12533, 9757, 9670, 17536, 9569, 13081, 10213, 9368, 15297, 9812, 13811, 9406, 11417, 14404, 10018, 15664, 9659, 11130, 10151, 9635, 13880, 10353, 12104, 10149, 9517, 15711, 9838, 12769, 10263, 10051, 9893, 14251, 9711, 13605, 15498, 11430, 16542, 10691, 10221, 16781, 9694, 11145, 17228, 9944, 14030, 11299, 9778, 12340, 9929, 9211, 14942, 10040, 10414, 15629, 9929, 10851, 9995, 9581, 11584, 9813, 9414, 13949, 9955, 10418, 13550, 9934, 14170, 9936, 10430, 12794, 9994, 12038, 10077, 9548, 14745, 9843, 9784, 16539, 9879, 11186, 17223, 10053, 12969, 16610, 9516, 12509, 10242, 9524, 12998], 'WindowCenter': [4392.0, 4377.0, 4353.0, 4351.0, 4358.0, 4338.0, 4336.0, 4357.0, 4327.0, 4335.0, 4366.0, 4321.0, 4326.0, 4354.0, 4324.0, 4314.0, 4356.0, 4321.0, 4323.0, 4343.0, 4321.0, 4336.0, 4334.0, 4337.0, 4337.0, 4334.0, 4335.0, 4356.0, 4333.0, 4337.0, 4366.0, 4323.0, 4359.0, 4354.0, 4336.0, 4345.0, 4335.0, 4325.0, 4342.0, 4324.0, 4324.0, 4351.0, 4333.0, 4323.0, 4351.0, 4322.0, 4324.0, 4332.0, 4335.0, 4333.0, 4323.0, 4324.0, 4333.0, 4322.0, 4325.0, 4356.0, 4332.0, 4325.0, 4354.0, 4324.0, 4344.0, 4353.0, 4323.0, 4342.0, 4340.0, 4323.0, 4334.0, 4320.0, 4324.0, 4332.0, 4319.0, 4324.0, 4323.0, 4337.0, 4337.0, 4334.0, 4346.0, 4322.0, 4337.0, 4367.0, 4324.0, 4344.0, 4364.0, 4324.0, 4357.0, 4364.0, 4322.0, 4343.0, 4321.0, 4323.0, 4352.0, 4323.0, 4311.0, 4353.0, 4323.0, 4334.0, 4332.0, 4324.0, 4345.0, 4313.0, 4326.0, 4358.0, 4325.0, 4323.0, 4351.0, 4323.0, 4332.0, 4319.0, 4320.0, 4331.0, 4310.0, 4312.0, 4353.0, 4321.0, 4309.0, 4352.0, 4323.0, 4324.0, 4334.0, 4334.0, 4323.0, 4321.0, 4323.0, 4343.0, 4322.0, 4334.0, 4334.0, 4321.0, 4341.0, 4311.0, 4322.0, 4365.0, 4322.0, 4323.0, 4352.0, 4311.0, 4334.0, 4363.0, 4334.0, 4354.0, 4334.0, 4323.0, 4322.0, 4320.0, 4335.0, 4337.0, 4349.0, 4362.0, 4354.0, 4384.0, 4336.0, 4355.0, 4365.0, 4321.0, 4332.0, 4339.0, 4311.0, 4340.0, 4319.0, 4322.0, 4330.0, 4310.0, 4311.0, 4340.0, 4322.0, 4320.0, 4323.0, 4314.0, 4352.0, 4324.0, 4324.0, 4323.0, 4322.0, 4367.0, 4346.0, 4347.0, 4323.0, 4313.0, 4341.0, 4319.0, 4333.0, 4361.0, 4322.0, 4354.0, 4319.0, 4321.0, 4342.0, 4310.0, 4310.0, 4351.0, 4310.0, 4321.0, 4311.0, 4312.0, 4343.0, 4310.0, 4321.0, 4350.0, 4311.0, 4332.0, 4328.0, 4312.0, 4329.0, 4308.0, 4312.0, 4340.0, 4308.0, 4312.0, 4350.0, 4311.0, 4331.0, 4318.0, 4311.0, 4329.0, 4308.0, 4312.0, 4352.0, 4324.0, 4321.0, 4341.0, 4322.0, 4329.0, 4311.0, 4322.0, 4330.0, 4320.0, 4313.0, 4342.0, 4323.0, 4323.0, 4343.0, 4324.0, 4335.0, 4325.0, 4326.0, 4355.0, 4324.0, 4344.0, 4327.0, 4337.0, 4368.0, 4338.0, 4348.0, 4347.0, 4338.0, 4366.0, 4326.0, 4326.0, 4363.0, 4326.0, 4356.0, 4344.0, 4325.0, 4356.0, 4336.0, 4337.0, 4366.0, 4336.0, 4354.0, 4336.0, 4338.0, 4367.0, 4335.0, 4357.0, 4322.0, 4326.0, 4378.0, 4336.0, 4356.0, 4313.0, 4322.0, 4345.0, 4324.0, 4322.0, 4334.0, 4337.0, 4328.0, 4336.0, 4380.0, 4345.0, 4354.0, 4353.0, 4309.0, 4339.0, 4326.0, 4298.0, 4329.0, 4294.0, 4297.0, 4336.0, 4304.0, 4308.0, 4298.0, 4298.0, 4308.0, 4306.0, 4300.0, 4308.0, 4311.0, 4322.0, 4322.0, 4312.0, 4312.0, 4323.0, 4354.0, 4314.0, 4333.0, 4322.0, 4312.0, 4325.0, 4314.0, 4322.0, 4346.0, 4366.0, 4344.0, 4355.0, 4311.0, 4309.0, 4341.0, 4311.0, 4342.0, 4312.0, 4312.0, 4340.0, 4311.0, 4332.0, 4310.0, 4311.0, 4351.0, 4311.0, 4322.0, 4310.0, 4312.0, 4352.0, 4313.0, 4332.0, 4309.0, 4324.0, 4342.0, 4313.0, 4322.0, 4320.0, 4322.0, 4322.0, 4325.0, 4353.0, 4324.0, 4312.0, 4364.0, 4310.0, 4344.0, 4310.0, 4311.0, 4351.0, 4308.0, 4322.0, 4362.0, 4310.0, 4340.0, 4340.0, 4310.0, 4340.0, 4297.0, 4311.0, 4338.0, 4311.0, 4312.0, 4324.0, 4325.0, 4337.0, 4327.0, 4342.0, 4334.0, 4348.0, 4322.0, 4325.0, 4367.0, 4324.0, 4326.0, 4365.0, 4324.0, 4342.0, 4352.0, 4324.0, 4332.0, 4336.0, 4346.0, 4325.0, 4325.0, 4355.0, 4326.0, 4334.0, 4365.0, 4324.0, 4335.0, 4333.0, 4336.0, 4342.0, 4323.0, 4327.0, 4366.0, 4325.0, 4335.0, 4323.0, 4325.0, 4355.0, 4324.0, 4325.0, 4344.0, 4324.0, 4365.0, 4324.0, 4334.0, 4361.0, 4313.0, 4354.0, 4308.0, 4312.0, 4351.0, 4308.0, 4331.0, 4340.0, 4311.0, 4341.0, 4300.0, 4310.0, 4338.0, 4311.0, 4321.0, 4312.0, 4311.0, 4340.0, 4311.0, 4322.0, 4312.0, 4313.0, 4342.0, 4309.0, 4331.0, 4322.0, 4312.0, 4354.0, 4311.0, 4324.0, 4344.0, 4314.0, 4341.0, 4310.0, 4312.0, 4342.0, 4325.0, 4353.0, 4312.0, 4324.0, 4365.0, 4324.0, 4355.0, 4310.0, 4323.0, 4350.0, 4323.0, 4334.0, 4324.0, 4325.0, 4330.0, 4313.0, 4326.0, 4337.0, 4337.0, 4345.0, 4326.0, 4327.0, 4377.0, 4325.0, 4355.0, 4364.0, 4334.0, 4353.0, 4323.0, 4324.0, 4342.0, 4310.0, 4324.0, 4364.0, 4323.0, 4333.0, 4312.0, 4322.0, 4353.0, 4313.0, 4323.0, 4361.0, 4313.0, 4344.0, 4333.0, 4320.0, 4355.0, 4324.0, 4326.0, 4353.0, 4325.0, 4337.0, 4325.0, 4329.0, 4351.0, 4379.0, 4334.0, 4354.0, 4353.0, 4323.0, 4353.0, 4340.0, 4300.0, 4329.0, 4308.0, 4299.0, 4320.0, 4299.0, 4296.0, 4317.0, 4311.0, 4302.0, 4300.0, 4311.0, 4324.0, 4312.0, 4313.0, 4323.0, 4324.0, 4312.0, 4354.0, 4324.0, 4335.0, 4323.0, 4314.0, 4344.0, 4310.0, 4312.0, 4354.0, 4312.0, 4333.0, 4331.0, 4314.0, 4343.0, 4313.0, 4311.0, 4354.0, 4313.0, 4334.0, 4361.0, 4314.0, 4341.0, 4332.0, 4313.0, 4343.0, 4314.0, 4314.0, 4351.0, 4313.0, 4333.0, 4321.0, 4324.0, 4329.0, 4310.0, 4314.0, 4354.0, 4325.0, 4334.0, 4311.0, 4323.0, 4355.0, 4326.0, 4336.0, 4360.0, 4325.0, 4344.0, 4314.0, 4323.0, 4353.0, 4311.0, 4325.0, 4363.0, 4334.0, 4355.0, 4353.0, 4323.0, 4342.0, 4321.0, 4322.0, 4343.0, 4322.0, 4311.0, 4352.0, 4324.0, 4334.0, 4315.0, 4326.0, 4357.0, 4335.0, 4335.0, 4347.0, 4325.0, 4367.0, 4326.0, 4345.0, 4366.0, 4333.0, 4354.0, 4325.0, 4324.0, 4353.0, 4314.0, 4345.0, 4313.0, 4314.0, 4351.0, 4312.0, 4334.0, 4364.0, 4313.0, 4340.0, 4320.0, 4312.0, 4342.0, 4323.0, 4312.0, 4311.0, 4313.0, 4343.0, 4323.0, 4323.0, 4311.0, 4312.0, 4354.0, 4313.0, 4330.0, 4310.0, 4298.0, 4352.0, 4312.0, 4322.0, 4318.0, 4312.0, 4342.0, 4322.0, 4322.0, 4312.0, 4313.0, 4352.0, 4323.0, 4343.0, 4311.0, 4313.0, 4350.0, 4309.0, 4332.0, 4310.0, 4313.0, 4343.0, 4323.0, 4335.0, 4313.0, 4314.0, 4354.0, 4313.0, 4335.0, 4314.0, 4313.0, 4325.0, 4327.0, 4328.0, 4340.0, 4383.0, 4368.0, 4337.0, 4356.0, 4310.0, 4313.0, 4341.0, 4300.0, 4311.0, 4351.0, 4300.0, 4330.0, 4300.0, 4301.0, 4318.0, 4300.0, 4302.0, 4341.0, 4301.0, 4320.0, 4298.0, 4303.0, 4342.0, 4312.0, 4314.0, 4342.0, 4314.0, 4324.0, 4313.0, 4315.0, 4355.0, 4324.0, 4336.0, 4354.0, 4313.0, 4346.0, 4314.0, 4315.0, 4353.0, 4315.0, 4334.0, 4323.0, 4314.0, 4335.0, 4313.0, 4316.0, 4365.0, 4315.0, 4347.0, 4324.0, 4323.0, 4336.0, 4327.0, 4326.0, 4366.0, 4328.0, 4347.0, 4347.0, 4327.0, 4358.0, 4314.0, 4317.0, 4368.0, 4315.0, 4345.0, 4333.0, 4315.0, 4346.0, 4327.0, 4338.0, 4354.0, 4326.0, 4357.0, 4325.0, 4312.0, 4364.0, 4313.0, 4323.0, 4366.0, 4323.0, 4345.0, 4365.0, 4312.0, 4354.0, 4309.0, 4313.0, 4352.0, 4310.0, 4312.0, 4342.0, 4313.0, 4344.0, 4302.0, 4300.0, 4353.0, 4311.0, 4333.0, 4302.0, 4302.0, 4352.0, 4300.0, 4333.0, 4302.0, 4303.0, 4341.0, 4311.0, 4333.0, 4312.0, 4301.0, 4352.0, 4312.0, 4331.0, 4298.0, 4303.0, 4365.0, 4300.0, 4333.0, 4311.0, 4304.0, 4353.0, 4313.0, 4343.0, 4300.0, 4324.0, 4342.0, 4311.0, 4352.0, 4300.0, 4321.0, 4312.0, 4302.0, 4341.0, 4312.0, 4334.0, 4314.0, 4314.0, 4353.0, 4314.0, 4333.0, 4326.0, 4327.0, 4339.0, 4357.0, 4313.0, 4347.0, 4344.0, 4323.0, 4356.0, 4311.0, 4310.0, 4352.0, 4300.0, 4311.0, 4347.0, 4298.0, 4328.0, 4309.0, 4296.0, 4319.0, 4300.0, 4301.0, 4340.0, 4301.0, 4311.0, 4340.0, 4300.0, 4309.0, 4300.0, 4302.0, 4323.0, 4302.0, 4303.0, 4343.0, 4312.0, 4326.0, 4343.0, 4314.0, 4345.0, 4314.0, 4326.0, 4333.0, 4311.0, 4333.0, 4314.0, 4316.0, 4355.0, 4315.0, 4327.0, 4366.0, 4315.0, 4324.0, 4361.0, 4314.0, 4371.0, 4366.0, 4314.0, 4335.0, 4314.0, 4312.0, 4343.0], 'WindowWidth': [9690.0, 9662.0, 9618.0, 9611.0, 9617.0, 9585.0, 9582.0, 9613.0, 9568.0, 9579.0, 9626.0, 9555.0, 9566.0, 9605.0, 9559.0, 9546.0, 9606.0, 9553.0, 9558.0, 9584.0, 9555.0, 9579.0, 9573.0, 9582.0, 9582.0, 9574.0, 9578.0, 9609.0, 9574.0, 9582.0, 9623.0, 9560.0, 9617.0, 9602.0, 9577.0, 9592.0, 9578.0, 9564.0, 9585.0, 9559.0, 9560.0, 9596.0, 9571.0, 9557.0, 9597.0, 9556.0, 9561.0, 9567.0, 9575.0, 9572.0, 9556.0, 9561.0, 9574.0, 9554.0, 9564.0, 9608.0, 9571.0, 9564.0, 9605.0, 9560.0, 9591.0, 9601.0, 9558.0, 9585.0, 9576.0, 9556.0, 9574.0, 9551.0, 9559.0, 9569.0, 9548.0, 9560.0, 9558.0, 9584.0, 9585.0, 9579.0, 9597.0, 9558.0, 9582.0, 9627.0, 9563.0, 9590.0, 9620.0, 9560.0, 9611.0, 9619.0, 9555.0, 9587.0, 9553.0, 9557.0, 9598.0, 9558.0, 9542.0, 9599.0, 9557.0, 9575.0, 9567.0, 9561.0, 9593.0, 9544.0, 9569.0, 9615.0, 9567.0, 9560.0, 9595.0, 9558.0, 9571.0, 9549.0, 9552.0, 9568.0, 9535.0, 9542.0, 9600.0, 9551.0, 9536.0, 9596.0, 9561.0, 9561.0, 9579.0, 9576.0, 9559.0, 9555.0, 9559.0, 9587.0, 9556.0, 9576.0, 9575.0, 9555.0, 9583.0, 9541.0, 9558.0, 9623.0, 9555.0, 9556.0, 9599.0, 9537.0, 9574.0, 9616.0, 9575.0, 9605.0, 9579.0, 9561.0, 9556.0, 9552.0, 9580.0, 9587.0, 9608.0, 9628.0, 9622.0, 9668.0, 9586.0, 9610.0, 9628.0, 9554.0, 9569.0, 9578.0, 9539.0, 9580.0, 9550.0, 9556.0, 9566.0, 9538.0, 9540.0, 9579.0, 9555.0, 9552.0, 9557.0, 9549.0, 9599.0, 9562.0, 9563.0, 9559.0, 9560.0, 9628.0, 9597.0, 9600.0, 9561.0, 9547.0, 9582.0, 9548.0, 9573.0, 9613.0, 9557.0, 9606.0, 9549.0, 9554.0, 9585.0, 9540.0, 9539.0, 9597.0, 9538.0, 9554.0, 9538.0, 9542.0, 9586.0, 9538.0, 9555.0, 9596.0, 9540.0, 9570.0, 9560.0, 9541.0, 9564.0, 9533.0, 9542.0, 9581.0, 9534.0, 9542.0, 9595.0, 9540.0, 9569.0, 9545.0, 9539.0, 9562.0, 9533.0, 9542.0, 9599.0, 9564.0, 9556.0, 9581.0, 9556.0, 9565.0, 9540.0, 9556.0, 9567.0, 9553.0, 9547.0, 9586.0, 9561.0, 9560.0, 9587.0, 9563.0, 9582.0, 9568.0, 9571.0, 9608.0, 9565.0, 9594.0, 9571.0, 9588.0, 9631.0, 9588.0, 9603.0, 9599.0, 9588.0, 9628.0, 9570.0, 9569.0, 9622.0, 9569.0, 9612.0, 9594.0, 9569.0, 9611.0, 9583.0, 9587.0, 9627.0, 9588.0, 9609.0, 9582.0, 9587.0, 9632.0, 9586.0, 9615.0, 9561.0, 9571.0, 9650.0, 9586.0, 9613.0, 9546.0, 9559.0, 9592.0, 9561.0, 9558.0, 9579.0, 9588.0, 9575.0, 9585.0, 9658.0, 9594.0, 9606.0, 9603.0, 9535.0, 9578.0, 9554.0, 9516.0, 9559.0, 9508.0, 9513.0, 9565.0, 9521.0, 9529.0, 9515.0, 9516.0, 9528.0, 9526.0, 9521.0, 9530.0, 9538.0, 9555.0, 9556.0, 9543.0, 9540.0, 9563.0, 9605.0, 9548.0, 9573.0, 9557.0, 9545.0, 9565.0, 9551.0, 9560.0, 9600.0, 9628.0, 9590.0, 9608.0, 9539.0, 9535.0, 9581.0, 9539.0, 9583.0, 9540.0, 9541.0, 9580.0, 9538.0, 9570.0, 9537.0, 9542.0, 9598.0, 9540.0, 9556.0, 9537.0, 9543.0, 9601.0, 9545.0, 9572.0, 9536.0, 9561.0, 9584.0, 9543.0, 9554.0, 9550.0, 9556.0, 9557.0, 9566.0, 9604.0, 9561.0, 9544.0, 9618.0, 9539.0, 9589.0, 9538.0, 9541.0, 9597.0, 9533.0, 9554.0, 9614.0, 9537.0, 9579.0, 9576.0, 9537.0, 9578.0, 9517.0, 9538.0, 9573.0, 9537.0, 9542.0, 9563.0, 9568.0, 9587.0, 9572.0, 9585.0, 9578.0, 9600.0, 9560.0, 9566.0, 9625.0, 9562.0, 9566.0, 9621.0, 9562.0, 9584.0, 9596.0, 9560.0, 9570.0, 9583.0, 9597.0, 9565.0, 9566.0, 9609.0, 9566.0, 9577.0, 9620.0, 9561.0, 9579.0, 9574.0, 9582.0, 9586.0, 9558.0, 9571.0, 9623.0, 9562.0, 9577.0, 9559.0, 9563.0, 9604.0, 9562.0, 9566.0, 9589.0, 9563.0, 9621.0, 9563.0, 9575.0, 9610.0, 9544.0, 9605.0, 9534.0, 9542.0, 9597.0, 9530.0, 9565.0, 9576.0, 9538.0, 9581.0, 9520.0, 9535.0, 9572.0, 9537.0, 9550.0, 9542.0, 9541.0, 9578.0, 9539.0, 9557.0, 9542.0, 9544.0, 9583.0, 9536.0, 9568.0, 9557.0, 9544.0, 9602.0, 9540.0, 9561.0, 9588.0, 9546.0, 9582.0, 9539.0, 9544.0, 9585.0, 9563.0, 9602.0, 9543.0, 9561.0, 9621.0, 9562.0, 9606.0, 9539.0, 9561.0, 9594.0, 9560.0, 9577.0, 9563.0, 9566.0, 9568.0, 9546.0, 9569.0, 9587.0, 9589.0, 9597.0, 9569.0, 9571.0, 9642.0, 9566.0, 9607.0, 9621.0, 9576.0, 9605.0, 9558.0, 9560.0, 9584.0, 9538.0, 9561.0, 9618.0, 9561.0, 9574.0, 9542.0, 9556.0, 9601.0, 9547.0, 9560.0, 9612.0, 9544.0, 9590.0, 9571.0, 9553.0, 9607.0, 9563.0, 9570.0, 9601.0, 9566.0, 9585.0, 9569.0, 9578.0, 9610.0, 9650.0, 9577.0, 9606.0, 9604.0, 9556.0, 9601.0, 9576.0, 9519.0, 9559.0, 9529.0, 9518.0, 9548.0, 9518.0, 9511.0, 9540.0, 9536.0, 9526.0, 9521.0, 9540.0, 9563.0, 9540.0, 9546.0, 9558.0, 9561.0, 9544.0, 9602.0, 9562.0, 9579.0, 9560.0, 9548.0, 9589.0, 9536.0, 9541.0, 9603.0, 9542.0, 9572.0, 9565.0, 9545.0, 9586.0, 9546.0, 9542.0, 9602.0, 9543.0, 9573.0, 9611.0, 9546.0, 9583.0, 9568.0, 9544.0, 9587.0, 9546.0, 9547.0, 9597.0, 9544.0, 9572.0, 9554.0, 9562.0, 9563.0, 9540.0, 9549.0, 9603.0, 9565.0, 9578.0, 9542.0, 9562.0, 9606.0, 9568.0, 9582.0, 9611.0, 9563.0, 9591.0, 9549.0, 9561.0, 9604.0, 9541.0, 9565.0, 9616.0, 9574.0, 9606.0, 9602.0, 9558.0, 9585.0, 9553.0, 9557.0, 9586.0, 9555.0, 9543.0, 9599.0, 9564.0, 9578.0, 9552.0, 9569.0, 9611.0, 9580.0, 9581.0, 9596.0, 9566.0, 9628.0, 9568.0, 9593.0, 9623.0, 9573.0, 9606.0, 9563.0, 9561.0, 9603.0, 9546.0, 9593.0, 9545.0, 9548.0, 9595.0, 9542.0, 9573.0, 9620.0, 9543.0, 9579.0, 9550.0, 9542.0, 9583.0, 9556.0, 9542.0, 9538.0, 9544.0, 9585.0, 9558.0, 9558.0, 9539.0, 9543.0, 9603.0, 9545.0, 9567.0, 9535.0, 9519.0, 9599.0, 9542.0, 9555.0, 9544.0, 9542.0, 9582.0, 9557.0, 9557.0, 9540.0, 9544.0, 9599.0, 9557.0, 9586.0, 9538.0, 9543.0, 9594.0, 9535.0, 9570.0, 9537.0, 9544.0, 9585.0, 9559.0, 9578.0, 9546.0, 9548.0, 9603.0, 9546.0, 9575.0, 9547.0, 9546.0, 9566.0, 9573.0, 9575.0, 9593.0, 9660.0, 9632.0, 9582.0, 9613.0, 9534.0, 9541.0, 9579.0, 9522.0, 9537.0, 9593.0, 9520.0, 9562.0, 9521.0, 9525.0, 9544.0, 9521.0, 9526.0, 9578.0, 9526.0, 9551.0, 9517.0, 9529.0, 9581.0, 9540.0, 9546.0, 9582.0, 9546.0, 9559.0, 9543.0, 9549.0, 9603.0, 9561.0, 9579.0, 9602.0, 9545.0, 9594.0, 9548.0, 9550.0, 9601.0, 9549.0, 9576.0, 9559.0, 9548.0, 9577.0, 9546.0, 9555.0, 9619.0, 9550.0, 9598.0, 9560.0, 9560.0, 9579.0, 9569.0, 9569.0, 9624.0, 9572.0, 9600.0, 9598.0, 9571.0, 9615.0, 9549.0, 9556.0, 9628.0, 9550.0, 9592.0, 9570.0, 9549.0, 9593.0, 9568.0, 9585.0, 9603.0, 9567.0, 9612.0, 9563.0, 9546.0, 9617.0, 9544.0, 9559.0, 9623.0, 9559.0, 9591.0, 9619.0, 9542.0, 9603.0, 9534.0, 9543.0, 9596.0, 9536.0, 9541.0, 9581.0, 9543.0, 9588.0, 9527.0, 9523.0, 9600.0, 9539.0, 9571.0, 9527.0, 9528.0, 9596.0, 9522.0, 9569.0, 9527.0, 9530.0, 9579.0, 9537.0, 9570.0, 9540.0, 9526.0, 9596.0, 9539.0, 9567.0, 9519.0, 9530.0, 9619.0, 9524.0, 9570.0, 9538.0, 9533.0, 9599.0, 9544.0, 9586.0, 9524.0, 9558.0, 9582.0, 9538.0, 9596.0, 9521.0, 9551.0, 9541.0, 9528.0, 9578.0, 9543.0, 9573.0, 9547.0, 9548.0, 9599.0, 9545.0, 9572.0, 9565.0, 9569.0, 9591.0, 9613.0, 9550.0, 9597.0, 9588.0, 9557.0, 9609.0, 9536.0, 9537.0, 9597.0, 9520.0, 9536.0, 9585.0, 9516.0, 9557.0, 9530.0, 9512.0, 9544.0, 9519.0, 9524.0, 9575.0, 9523.0, 9536.0, 9575.0, 9521.0, 9534.0, 9522.0, 9528.0, 9556.0, 9526.0, 9530.0, 9584.0, 9541.0, 9565.0, 9586.0, 9546.0, 9591.0, 9549.0, 9567.0, 9570.0, 9542.0, 9573.0, 9547.0, 9553.0, 9606.0, 9550.0, 9568.0, 9622.0, 9549.0, 9560.0, 9609.0, 9548.0, 9639.0, 9621.0, 9546.0, 9575.0, 9547.0, 9545.0, 9585.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.00030236175115207377</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.01807161785714286</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.615408544267595</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2240183962399092</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9957881924221467</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4763</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5921.5298</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07798391494635713</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>11</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.2672811059907834</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.537306880336345</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4969372131956504</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.783639024541965</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.331344403271421</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0114038</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016024550423026085</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.024892061948776245</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>868</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.7972257884713816</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>32.5642</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.8434</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>187.3249</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>300395.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>900.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>363.0961</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3596</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>504.7801</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3520.1539</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3748.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>76149.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1056.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4644.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>987.0299</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>45.496990964747965</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> |