=== 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-0014 --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-0014",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0014_ses-01_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0014_ses-01_task-social_acq-mb8_run-01_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-01_subject-0014_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-0014/figures/sub-0014_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0014_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-0014/figures/sub-0014_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0014_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-0014/figures/sub-0014_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0014_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-0014/figures/sub-0014_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-01_subject-0014_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-0014/figures/sub-0014_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-01_subject-0014_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-0014/figures/sub-0014_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0014_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-0014/figures/sub-0014_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0014/figures/sub-0014_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0014/ses-01/func/sub-0014_ses-01_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>8aa6b7721fbbbeeded4197e32365b3c5</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>15:35:46.300000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998249, 0.0134953, 0.0575929, -0.00470418, 0.988655, -0.150128]</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-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.107149</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4155, -7724, -7249, 368, -85, -7, 18, 55]</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>262.462</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>f151bf4f-d938-4d96-9e85-50fc4e2554c2||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6782288551330566, -0.012620976194739342, 0.15920695662498474, 110.52030944824219], [-0.03620697185397148, 2.6524901390075684, -0.4039033055305481, -72.58659362792969], [0.1545175015926361, 0.4027814567089081, 2.6648669242858887, -74.20563507080078], [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': ['153546.300000', '153546.760000', '153547.220000', '153547.680000', '153548.140000', '153548.600000', '153549.060000', '153549.520000', '153549.980000', '153550.440000', '153550.900000', '153551.360000', '153551.820000', '153552.280000', '153552.740000', '153553.200000', '153553.660000', '153554.120000', '153554.580000', '153555.040000', '153555.500000', '153555.960000', '153556.420000', '153556.880000', '153557.340000', '153557.800000', '153558.260000', '153558.720000', '153559.180000', '153559.640000', '153600.100000', '153600.560000', '153601.020000', '153601.480000', '153601.940000', '153602.400000', '153602.860000', '153603.320000', '153603.780000', '153604.240000', '153604.700000', '153605.160000', '153605.620000', '153606.080000', '153606.540000', '153607.000000', '153607.460000', '153607.920000', '153608.380000', '153608.840000', '153609.300000', '153609.760000', '153610.220000', '153610.680000', '153611.140000', '153611.600000', '153612.060000', '153612.520000', '153612.980000', '153613.440000', '153613.900000', '153614.360000', '153614.820000', '153615.280000', '153615.740000', '153616.200000', '153616.660000', '153617.120000', '153617.580000', '153618.040000', '153618.500000', '153618.960000', '153619.420000', '153619.880000', '153620.340000', '153620.800000', '153621.260000', '153621.720000', '153622.180000', '153622.640000', '153623.100000', '153623.560000', '153624.020000', '153624.480000', '153624.940000', '153625.400000', '153625.860000', '153626.320000', '153626.780000', '153627.240000', '153627.700000', '153628.160000', '153628.620000', '153629.080000', '153629.540000', '153630.000000', '153630.460000', '153630.920000', '153631.380000', '153631.840000', '153632.300000', '153632.760000', '153633.220000', '153633.680000', '153634.140000', '153634.600000', '153635.060000', '153635.520000', '153635.980000', '153636.440000', '153636.900000', '153637.360000', '153637.820000', '153638.280000', '153638.740000', '153639.200000', '153639.660000', '153640.120000', '153640.580000', '153641.040000', '153641.500000', '153641.960000', '153642.420000', '153642.880000', '153643.340000', '153643.800000', '153644.260000', '153644.720000', '153645.180000', '153645.640000', '153646.100000', '153646.560000', '153647.020000', '153647.480000', '153647.940000', '153648.400000', '153648.860000', '153649.320000', '153649.780000', '153650.240000', '153650.700000', '153651.160000', '153651.620000', '153652.080000', '153652.540000', '153653.000000', '153653.460000', '153653.920000', '153654.380000', '153654.840000', '153655.300000', '153655.760000', '153656.220000', '153656.680000', '153657.140000', '153657.600000', '153658.060000', '153658.520000', '153658.980000', '153659.440000', '153659.900000', '153700.360000', '153700.820000', '153701.280000', '153701.740000', '153702.200000', '153702.660000', '153703.120000', '153703.580000', '153704.040000', '153704.500000', '153704.960000', '153705.420000', '153705.880000', '153706.340000', '153706.800000', '153707.260000', '153707.720000', '153708.180000', '153708.640000', '153709.100000', '153709.560000', '153710.020000', '153710.480000', '153710.940000', '153711.400000', '153711.860000', '153712.320000', '153712.780000', '153713.240000', '153713.700000', '153714.160000', '153714.620000', '153715.080000', '153715.540000', '153716.000000', '153716.460000', '153716.920000', '153717.380000', '153717.840000', '153718.300000', '153718.760000', '153719.220000', '153719.680000', '153720.140000', '153720.600000', '153721.060000', '153721.520000', '153721.980000', '153722.440000', '153722.900000', '153723.360000', '153723.820000', '153724.280000', '153724.740000', '153725.200000', '153725.660000', '153726.120000', '153726.580000', '153727.040000', '153727.500000', '153727.960000', '153728.420000', '153728.880000', '153729.340000', '153729.800000', '153730.260000', '153730.720000', '153731.180000', '153731.640000', '153732.100000', '153732.560000', '153733.020000', '153733.480000', '153733.940000', '153734.400000', '153734.860000', '153735.320000', '153735.780000', '153736.240000', '153736.700000', '153737.160000', '153737.620000', '153738.080000', '153738.540000', '153739.000000', '153739.460000', '153739.920000', '153740.380000', '153740.840000', '153741.300000', '153741.760000', '153742.220000', '153742.680000', '153743.140000', '153743.600000', '153744.060000', '153744.520000', '153744.980000', '153745.440000', '153745.900000', '153746.360000', '153746.820000', '153747.280000', '153747.740000', '153748.200000', '153748.660000', '153749.120000', '153749.580000', '153750.040000', '153750.500000', '153750.960000', '153751.420000', '153751.880000', '153752.340000', '153752.800000', '153753.260000', '153753.720000', '153754.180000', '153754.640000', '153755.100000', '153755.560000', '153756.020000', '153756.480000', '153756.940000', '153757.400000', '153757.860000', '153758.320000', '153758.780000', '153759.240000', '153759.700000', '153800.160000', '153800.620000', '153801.080000', '153801.540000', '153802.000000', '153802.460000', '153802.920000', '153803.380000', '153803.840000', '153804.300000', '153804.760000', '153805.220000', '153805.680000', '153806.140000', '153806.600000', '153807.060000', '153807.520000', '153807.980000', '153808.440000', '153808.900000', '153809.360000', '153809.820000', '153810.280000', '153810.740000', '153811.200000', '153811.660000', '153812.120000', '153812.580000', '153813.040000', '153813.500000', '153813.960000', '153814.420000', '153814.880000', '153815.340000', '153815.800000', '153816.260000', '153816.720000', '153817.180000', '153817.640000', '153818.100000', '153818.560000', '153819.020000', '153819.480000', '153819.940000', '153820.400000', '153820.860000', '153821.320000', '153821.780000', '153822.240000', '153822.700000', '153823.160000', '153823.620000', '153824.080000', '153824.540000', '153825.000000', '153825.460000', '153825.920000', '153826.380000', '153826.840000', '153827.300000', '153827.760000', '153828.220000', '153828.680000', '153829.140000', '153829.600000', '153830.060000', '153830.520000', '153830.980000', '153831.440000', '153831.900000', '153832.360000', '153832.820000', '153833.280000', '153833.740000', '153834.200000', '153834.660000', '153835.120000', '153835.580000', '153836.040000', '153836.500000', '153836.960000', '153837.420000', '153837.880000', '153838.340000', '153838.800000', '153839.260000', '153839.720000', '153840.180000', '153840.640000', '153841.100000', '153841.560000', '153842.020000', '153842.480000', '153842.940000', '153843.400000', '153843.860000', '153844.320000', '153844.780000', '153845.240000', '153845.700000', '153846.160000', '153846.620000', '153847.080000', '153847.540000', '153848.000000', '153848.460000', '153848.920000', '153849.380000', '153849.840000', '153850.300000', '153850.760000', '153851.220000', '153851.680000', '153852.140000', '153852.600000', '153853.060000', '153853.520000', '153853.980000', '153854.440000', '153854.900000', '153855.360000', '153855.820000', '153856.280000', '153856.740000', '153857.200000', '153857.660000', '153858.120000', '153858.580000', '153859.040000', '153859.500000', '153859.960000', '153900.420000', '153900.880000', '153901.340000', '153901.800000', '153902.260000', '153902.720000', '153903.180000', '153903.640000', '153904.100000', '153904.560000', '153905.020000', '153905.480000', '153905.940000', '153906.400000', '153906.860000', '153907.320000', '153907.780000', '153908.240000', '153908.700000', '153909.160000', '153909.620000', '153910.080000', '153910.540000', '153911.000000', '153911.460000', '153911.920000', '153912.380000', '153912.840000', '153913.300000', '153913.760000', '153914.220000', '153914.680000', '153915.140000', '153915.600000', '153916.060000', '153916.520000', '153916.980000', '153917.440000', '153917.900000', '153918.360000', '153918.820000', '153919.280000', '153919.740000', '153920.200000', '153920.660000', '153921.120000', '153921.580000', '153922.040000', '153922.500000', '153922.960000', '153923.420000', '153923.880000', '153924.340000', '153924.800000', '153925.260000', '153925.720000', '153926.180000', '153926.640000', '153927.100000', '153927.560000', '153928.020000', '153928.480000', '153928.940000', '153929.400000', '153929.860000', '153930.320000', '153930.780000', '153931.240000', '153931.700000', '153932.160000', '153932.620000', '153933.080000', '153933.540000', '153934.000000', '153934.460000', '153934.920000', '153935.380000', '153935.840000', '153936.300000', '153936.760000', '153937.220000', '153937.680000', '153938.140000', '153938.600000', '153939.060000', '153939.520000', '153939.980000', '153940.440000', '153940.900000', '153941.360000', '153941.820000', '153942.280000', '153942.740000', '153943.200000', '153943.660000', '153944.120000', '153944.580000', '153945.040000', '153945.500000', '153945.960000', '153946.420000', '153946.880000', '153947.340000', '153947.800000', '153948.260000', '153948.720000', '153949.180000', '153949.640000', '153950.100000', '153950.560000', '153951.020000', '153951.480000', '153951.940000', '153952.400000', '153952.860000', '153953.320000', '153953.780000', '153954.240000', '153954.700000', '153955.160000', '153955.620000', '153956.080000', '153956.540000', '153957.000000', '153957.460000', '153957.920000', '153958.380000', '153958.840000', '153959.300000', '153959.760000', '154000.220000', '154000.680000', '154001.140000', '154001.600000', '154002.060000', '154002.520000', '154002.980000', '154003.440000', '154003.900000', '154004.360000', '154004.820000', '154005.280000', '154005.740000', '154006.200000', '154006.660000', '154007.120000', '154007.580000', '154008.040000', '154008.500000', '154008.960000', '154009.420000', '154009.880000', '154010.340000', '154010.800000', '154011.260000', '154011.720000', '154012.180000', '154012.640000', '154013.100000', '154013.560000', '154014.020000', '154014.480000', '154014.940000', '154015.400000', '154015.860000', '154016.320000', '154016.780000', '154017.240000', '154017.700000', '154018.160000', '154018.620000', '154019.080000', '154019.540000', '154020.000000', '154020.460000', '154020.920000', '154021.380000', '154021.840000', '154022.300000', '154022.760000', '154023.220000', '154023.680000', '154024.140000', '154024.600000', '154025.060000', '154025.520000', '154025.980000', '154026.440000', '154026.900000', '154027.360000', '154027.820000', '154028.280000', '154028.740000', '154029.200000', '154029.660000', '154030.120000', '154030.580000', '154031.040000', '154031.500000', '154031.960000', '154032.420000', '154032.880000', '154033.340000', '154033.800000', '154034.260000', '154034.720000', '154035.180000', '154035.640000', '154036.100000', '154036.560000', '154037.020000', '154037.480000', '154037.940000', '154038.400000', '154038.860000', '154039.320000', '154039.780000', '154040.240000', '154040.700000', '154041.160000', '154041.620000', '154042.080000', '154042.540000', '154043.000000', '154043.460000', '154043.920000', '154044.380000', '154044.840000', '154045.300000', '154045.760000', '154046.220000', '154046.680000', '154047.140000', '154047.600000', '154048.060000', '154048.520000', '154048.980000', '154049.440000', '154049.900000', '154050.360000', '154050.820000', '154051.280000', '154051.740000', '154052.200000', '154052.660000', '154053.120000', '154053.580000', '154054.040000', '154054.500000', '154054.960000', '154055.420000', '154055.880000', '154056.340000', '154056.800000', '154057.260000', '154057.720000', '154058.180000', '154058.640000', '154059.100000', '154059.560000', '154100.020000', '154100.480000', '154100.940000', '154101.400000', '154101.860000', '154102.320000', '154102.780000', '154103.240000', '154103.700000', '154104.160000', '154104.620000', '154105.080000', '154105.540000', '154106.000000', '154106.460000', '154106.920000', '154107.380000', '154107.840000', '154108.300000', '154108.760000', '154109.220000', '154109.680000', '154110.140000', '154110.600000', '154111.060000', '154111.520000', '154111.980000', '154112.440000', '154112.900000', '154113.360000', '154113.820000', '154114.280000', '154114.740000', '154115.200000', '154115.660000', '154116.120000', '154116.580000', '154117.040000', '154117.500000', '154117.960000', '154118.420000', '154118.880000', '154119.340000', '154119.800000', '154120.260000', '154120.720000', '154121.180000', '154121.640000', '154122.100000', '154122.560000', '154123.020000', '154123.480000', '154123.940000', '154124.400000', '154124.860000', '154125.320000', '154125.780000', '154126.240000', '154126.700000', '154127.160000', '154127.620000', '154128.080000', '154128.540000', '154129.000000', '154129.460000', '154129.920000', '154130.380000', '154130.840000', '154131.300000', '154131.760000', '154132.220000', '154132.680000', '154133.140000', '154133.600000', '154134.060000', '154134.520000', '154134.980000', '154135.440000', '154135.900000', '154136.360000', '154136.820000', '154137.280000', '154137.740000', '154138.200000', '154138.660000', '154139.120000', '154139.580000', '154140.040000', '154140.500000', '154140.960000', '154141.420000', '154141.880000', '154142.340000', '154142.800000', '154143.260000', '154143.720000', '154144.180000', '154144.640000', '154145.100000', '154145.560000', '154146.020000', '154146.480000', '154146.940000', '154147.400000', '154147.860000', '154148.320000', '154148.780000', '154149.240000', '154149.700000', '154150.160000', '154150.620000', '154151.080000', '154151.540000', '154152.000000', '154152.460000', '154152.920000', '154153.380000', '154153.840000', '154154.300000', '154154.760000', '154155.220000', '154155.680000', '154156.140000', '154156.600000', '154157.060000', '154157.520000', '154157.980000', '154158.440000', '154158.900000', '154159.360000', '154159.820000', '154200.280000', '154200.740000', '154201.200000', '154201.660000', '154202.120000', '154202.580000', '154203.040000', '154203.500000', '154203.960000', '154204.420000', '154204.880000', '154205.340000', '154205.800000', '154206.260000', '154206.720000', '154207.180000', '154207.640000', '154208.100000', '154208.560000', '154209.020000', '154209.480000', '154209.940000', '154210.400000', '154210.860000', '154211.320000', '154211.780000', '154212.240000', '154212.700000', '154213.160000', '154213.620000', '154214.080000', '154214.540000', '154215.000000', '154215.460000', '154215.920000', '154216.380000', '154216.840000', '154217.300000', '154217.760000', '154218.220000', '154218.680000', '154219.140000', '154219.600000', '154220.060000', '154220.520000', '154220.980000', '154221.440000', '154221.900000', '154222.360000', '154222.820000', '154223.280000', '154223.740000', '154224.200000', '154224.660000', '154225.120000', '154225.580000', '154226.040000', '154226.500000', '154226.960000'], 'ContentTime': ['153602.887000', '153602.890000', '153602.893000', '153602.896000', '153602.899000', '153602.902000', '153602.905000', '153602.907000', '153602.910000', '153602.913000', '153602.916000', '153602.918000', '153602.948000', '153602.951000', '153602.954000', '153602.957000', '153602.960000', '153602.962000', '153602.965000', '153602.968000', '153602.971000', '153602.973000', '153602.976000', '153602.979000', '153602.982000', '153602.986000', '153602.988000', '153602.991000', '153602.994000', '153602.997000', '153603.000000', '153603.002000', '153603.005000', '153603.008000', '153622.853000', '153622.856000', '153622.859000', '153622.861000', '153622.864000', '153622.867000', '153622.870000', '153622.872000', '153622.875000', '153622.878000', '153622.881000', '153622.884000', '153622.886000', '153622.890000', '153622.892000', '153622.895000', '153622.898000', '153622.901000', '153622.904000', '153622.907000', '153622.909000', '153622.912000', '153622.915000', '153622.918000', '153622.921000', '153622.923000', '153622.926000', '153622.929000', '153622.932000', '153622.934000', '153622.937000', '153622.940000', '153622.943000', '153622.946000', '153622.949000', '153622.951000', '153622.954000', '153622.957000', '153622.960000', '153622.963000', '153622.965000', '153622.968000', '153622.971000', '153642.853000', '153642.856000', '153642.859000', '153642.861000', '153642.864000', '153642.867000', '153642.870000', '153642.873000', '153642.876000', '153642.878000', '153642.881000', '153642.884000', '153642.887000', '153642.889000', '153642.892000', '153642.895000', '153642.901000', '153642.903000', '153642.906000', '153642.909000', '153642.912000', '153642.915000', '153642.918000', '153642.921000', '153642.924000', '153642.926000', '153642.929000', '153642.932000', '153642.935000', '153642.938000', '153642.940000', '153642.943000', '153642.946000', '153642.949000', '153642.952000', '153642.955000', '153642.957000', '153642.960000', '153642.963000', '153642.966000', '153642.968000', '153642.971000', '153642.974000', '153642.977000', '153702.853000', '153702.856000', '153702.859000', '153702.862000', '153702.864000', '153702.867000', '153702.870000', '153702.873000', '153702.876000', '153702.878000', '153702.881000', '153702.884000', '153702.887000', '153702.890000', '153702.893000', '153702.895000', '153702.898000', '153702.901000', '153702.904000', '153702.906000', '153702.910000', '153702.912000', '153702.915000', '153702.918000', '153702.921000', '153702.924000', '153702.927000', '153702.929000', '153702.933000', '153702.936000', '153702.939000', '153702.942000', '153702.945000', '153702.947000', '153702.950000', '153702.953000', '153702.956000', '153702.959000', '153702.962000', '153702.964000', '153702.967000', '153702.970000', '153702.973000', '153722.853000', '153722.856000', '153722.859000', '153722.861000', '153722.864000', '153722.882000', '153722.885000', '153722.888000', '153722.891000', '153722.894000', '153722.896000', '153722.899000', '153722.902000', '153722.905000', '153722.908000', '153722.911000', '153722.913000', '153722.916000', '153722.919000', '153722.922000', '153722.925000', '153722.928000', '153722.930000', '153722.933000', '153722.936000', '153722.939000', '153722.942000', '153722.945000', '153722.947000', '153722.950000', '153722.953000', '153722.956000', '153722.959000', '153722.962000', '153722.964000', '153722.967000', '153722.970000', '153722.973000', '153722.976000', '153722.978000', '153722.981000', '153722.984000', '153722.987000', '153722.989000', '153742.853000', '153742.856000', '153742.859000', '153742.862000', '153742.865000', '153742.867000', '153742.870000', '153742.873000', '153742.876000', '153742.879000', '153742.881000', '153742.884000', '153742.887000', '153742.890000', '153742.893000', '153742.896000', '153742.898000', '153742.901000', '153742.904000', '153742.907000', '153742.910000', '153742.913000', '153742.915000', '153742.918000', '153742.921000', '153742.927000', '153742.930000', '153742.933000', '153742.936000', '153742.938000', '153742.941000', '153742.944000', '153742.947000', '153742.950000', '153742.952000', '153742.955000', '153742.958000', '153742.961000', '153742.963000', '153742.966000', '153742.969000', '153742.972000', '153742.974000', '153802.853000', '153802.856000', '153802.859000', '153802.861000', '153802.864000', '153802.867000', '153802.870000', '153802.873000', '153802.875000', '153802.878000', '153802.881000', '153802.884000', '153802.886000', '153802.889000', '153802.892000', '153802.895000', '153802.897000', '153802.900000', '153802.903000', '153802.906000', '153802.909000', '153802.911000', '153802.914000', '153802.917000', '153802.920000', '153802.922000', '153802.925000', '153802.928000', '153802.931000', '153802.934000', '153802.936000', '153802.939000', '153802.942000', '153802.945000', '153802.947000', '153802.950000', '153802.953000', '153802.956000', '153802.959000', '153802.961000', '153802.964000', '153802.967000', '153802.970000', '153802.973000', '153822.854000', '153822.857000', '153822.860000', '153822.862000', '153822.865000', '153822.868000', '153822.871000', '153822.875000', '153822.878000', '153822.881000', '153822.884000', '153822.886000', '153822.889000', '153822.892000', '153822.895000', '153822.898000', '153822.901000', '153822.903000', '153822.906000', '153822.909000', '153822.912000', '153822.915000', '153822.918000', '153822.920000', '153822.923000', '153822.926000', '153822.929000', '153822.932000', '153822.935000', '153822.938000', '153822.941000', '153822.944000', '153822.946000', '153822.949000', '153822.952000', '153822.955000', '153822.958000', '153822.961000', '153822.963000', '153822.966000', '153822.969000', '153822.972000', '153822.975000', '153842.853000', '153842.856000', '153842.859000', '153842.862000', '153842.864000', '153842.867000', '153842.870000', '153842.873000', '153842.876000', '153842.878000', '153842.881000', '153842.884000', '153842.887000', '153842.890000', '153842.892000', '153842.895000', '153842.898000', '153842.901000', '153842.904000', '153842.907000', '153842.909000', '153842.912000', '153842.915000', '153842.918000', '153842.921000', '153842.924000', '153842.926000', '153842.929000', '153842.932000', '153842.935000', '153842.938000', '153842.941000', '153842.943000', '153842.946000', '153842.949000', '153842.952000', '153842.955000', '153842.958000', '153842.961000', '153842.964000', '153842.967000', '153842.969000', '153842.972000', '153842.975000', '153902.853000', '153902.856000', '153902.859000', '153902.862000', '153902.865000', '153902.868000', '153902.870000', '153902.873000', '153902.876000', '153902.884000', '153902.887000', '153902.890000', '153902.892000', '153902.895000', '153902.898000', '153902.901000', '153902.904000', '153902.907000', '153902.910000', '153902.912000', '153902.915000', '153902.918000', '153902.921000', '153902.924000', '153902.926000', '153902.929000', '153902.932000', '153902.935000', '153902.938000', '153902.941000', '153902.944000', '153902.946000', '153902.949000', '153902.952000', '153902.955000', '153902.958000', '153902.961000', '153902.964000', '153902.967000', '153902.970000', '153902.973000', '153902.976000', '153902.978000', '153922.853000', '153922.856000', '153922.859000', '153922.862000', '153922.864000', '153922.867000', '153922.870000', '153922.873000', '153922.876000', '153922.879000', '153922.882000', '153922.884000', '153922.887000', '153922.890000', '153922.893000', '153922.896000', '153922.899000', '153922.901000', '153922.904000', '153922.907000', '153922.910000', '153922.913000', '153922.916000', '153922.919000', '153922.921000', '153922.924000', '153922.927000', '153922.930000', '153922.933000', '153922.936000', '153922.939000', '153922.941000', '153922.944000', '153922.947000', '153922.950000', '153922.952000', '153922.955000', '153922.958000', '153922.961000', '153922.964000', '153922.966000', '153922.969000', '153922.972000', '153922.975000', '153942.853000', '153942.856000', '153942.859000', '153942.862000', '153942.865000', '153942.867000', '153942.870000', '153942.873000', '153942.876000', '153942.879000', '153942.881000', '153942.884000', '153942.887000', '153942.890000', '153942.893000', '153942.896000', '153942.899000', '153942.901000', '153942.904000', '153942.907000', '153942.910000', '153942.913000', '153942.916000', '153942.919000', '153942.922000', '153942.925000', '153942.927000', '153942.930000', '153942.933000', '153942.936000', '153942.939000', '153942.941000', '153942.944000', '153942.947000', '153942.950000', '153942.953000', '153942.956000', '153942.958000', '153942.961000', '153942.964000', '153942.967000', '153942.980000', '153942.982000', '154002.853000', '154002.860000', '154002.863000', '154002.866000', '154002.869000', '154002.872000', '154002.874000', '154002.877000', '154002.880000', '154002.883000', '154002.886000', '154002.889000', '154002.891000', '154002.894000', '154002.897000', '154002.900000', '154002.903000', '154002.905000', '154002.908000', '154002.911000', '154002.914000', '154002.917000', '154002.919000', '154002.922000', '154002.925000', '154002.928000', '154002.931000', '154002.933000', '154002.936000', '154002.939000', '154002.942000', '154002.945000', '154002.947000', '154002.950000', '154002.953000', '154002.956000', '154002.959000', '154002.962000', '154002.964000', '154002.967000', '154002.970000', '154002.973000', '154002.976000', '154002.979000', '154022.853000', '154022.856000', '154022.859000', '154022.862000', '154022.865000', '154022.867000', '154022.870000', '154022.873000', '154022.876000', '154022.879000', '154022.882000', '154022.885000', '154022.887000', '154022.890000', '154022.893000', '154022.896000', '154022.899000', '154022.901000', '154022.904000', '154022.907000', '154022.910000', '154022.913000', '154022.916000', '154022.919000', '154022.921000', '154022.924000', '154022.927000', '154022.930000', '154022.933000', '154022.935000', '154022.938000', '154022.941000', '154022.944000', '154022.947000', '154022.950000', '154022.953000', '154022.955000', '154022.958000', '154022.961000', '154022.964000', '154022.967000', '154022.970000', '154022.972000', '154042.854000', '154042.857000', '154042.860000', '154042.863000', '154042.866000', '154042.868000', '154042.871000', '154042.874000', '154042.877000', '154042.880000', '154042.883000', '154042.885000', '154042.888000', '154042.891000', '154042.894000', '154042.897000', '154042.900000', '154042.903000', '154042.905000', '154042.908000', '154042.911000', '154042.914000', '154042.917000', '154042.920000', '154042.923000', '154042.925000', '154042.928000', '154042.931000', '154042.934000', '154042.937000', '154042.939000', '154042.942000', '154042.945000', '154042.948000', '154042.951000', '154042.953000', '154042.956000', '154042.959000', '154042.962000', '154042.965000', '154042.967000', '154042.970000', '154042.973000', '154042.976000', '154102.853000', '154102.856000', '154102.859000', '154102.862000', '154102.865000', '154102.867000', '154102.870000', '154102.873000', '154102.876000', '154102.879000', '154102.882000', '154102.885000', '154102.887000', '154102.890000', '154102.893000', '154102.896000', '154102.899000', '154102.902000', '154102.905000', '154102.907000', '154102.910000', '154102.913000', '154102.916000', '154102.919000', '154102.922000', '154102.924000', '154102.927000', '154102.930000', '154102.933000', '154102.936000', '154102.939000', '154102.942000', '154102.944000', '154102.947000', '154102.952000', '154102.954000', '154102.957000', '154102.960000', '154102.963000', '154102.966000', '154102.969000', '154102.972000', '154102.975000', '154122.853000', '154122.856000', '154122.859000', '154122.862000', '154122.864000', '154122.871000', '154122.874000', '154122.877000', '154122.896000', '154122.898000', '154122.901000', '154122.911000', '154122.914000', '154122.917000', '154122.920000', '154122.923000', '154122.926000', '154122.929000', '154122.931000', '154122.934000', '154122.937000', '154122.940000', '154122.943000', '154122.946000', '154122.948000', '154122.951000', '154122.954000', '154122.957000', '154122.960000', '154122.963000', '154122.965000', '154122.968000', '154122.971000', '154122.974000', '154122.977000', '154122.980000', '154122.982000', '154122.985000', '154122.988000', '154122.991000', '154122.994000', '154122.997000', '154123.000000', '154123.003000', '154142.853000', '154142.856000', '154142.859000', '154142.862000', '154142.865000', '154142.868000', '154142.871000', '154142.873000', '154142.876000', '154142.879000', '154142.882000', '154142.885000', '154142.887000', '154142.890000', '154142.893000', '154142.896000', '154142.899000', '154142.902000', '154142.905000', '154142.907000', '154142.910000', '154142.913000', '154142.916000', '154142.919000', '154142.922000', '154142.925000', '154142.927000', '154142.930000', '154142.933000', '154142.936000', '154142.939000', '154142.942000', '154142.944000', '154142.947000', '154142.950000', '154142.953000', '154142.956000', '154142.959000', '154142.962000', '154142.965000', '154142.967000', '154142.970000', '154142.973000', '154202.853000', '154202.856000', '154202.859000', '154202.862000', '154202.864000', '154202.867000', '154202.870000', '154202.873000', '154202.876000', '154202.879000', '154202.881000', '154202.884000', '154202.887000', '154202.890000', '154202.893000', '154202.896000', '154202.899000', '154202.901000', '154202.904000', '154202.907000', '154202.910000', '154202.914000', '154202.917000', '154202.920000', '154202.923000', '154202.926000', '154202.929000', '154202.932000', '154202.934000', '154202.937000', '154202.940000', '154202.943000', '154202.946000', '154202.949000', '154202.952000', '154202.954000', '154202.957000', '154202.960000', '154202.963000', '154202.966000', '154202.969000', '154202.971000', '154202.974000', '154202.977000', '154222.853000', '154222.856000', '154222.859000', '154222.861000', '154222.864000', '154222.867000', '154222.870000', '154222.873000', '154222.876000', '154222.879000', '154222.881000', '154222.884000', '154222.887000', '154222.890000', '154222.893000', '154222.895000', '154222.898000', '154222.901000', '154222.904000', '154222.907000', '154222.910000', '154222.913000', '154222.915000', '154222.918000', '154222.921000', '154222.924000', '154222.927000', '154222.929000', '154222.933000', '154222.935000', '154222.938000', '154222.941000', '154222.944000', '154222.947000', '154222.949000', '154222.952000', '154222.955000', '154222.958000', '154222.961000', '154222.963000', '154222.966000', '154222.969000', '154222.972000', '154228.155000', '154228.159000', '154228.162000', '154228.165000', '154228.169000', '154228.172000', '154228.175000', '154228.178000', '154228.182000', '154228.185000', '154228.188000', '154228.191000'], 'InstanceCreationTime': ['153602.887000', '153602.890000', '153602.893000', '153602.896000', '153602.899000', '153602.902000', '153602.905000', '153602.907000', '153602.910000', '153602.913000', '153602.916000', '153602.918000', '153602.948000', '153602.951000', '153602.954000', '153602.957000', '153602.960000', '153602.962000', '153602.965000', '153602.968000', '153602.971000', '153602.973000', '153602.976000', '153602.979000', '153602.982000', '153602.986000', '153602.988000', '153602.991000', '153602.994000', '153602.997000', '153603.000000', '153603.002000', '153603.005000', '153603.008000', '153622.853000', '153622.856000', '153622.859000', '153622.861000', '153622.864000', '153622.867000', '153622.870000', '153622.872000', '153622.875000', '153622.878000', '153622.881000', '153622.884000', '153622.886000', '153622.890000', '153622.892000', '153622.895000', '153622.898000', '153622.901000', '153622.904000', '153622.907000', '153622.909000', '153622.912000', '153622.915000', '153622.918000', '153622.921000', '153622.923000', '153622.926000', '153622.929000', '153622.932000', '153622.934000', '153622.937000', '153622.940000', '153622.943000', '153622.946000', '153622.949000', '153622.951000', '153622.954000', '153622.957000', '153622.960000', '153622.963000', '153622.965000', '153622.968000', '153622.971000', '153642.853000', '153642.856000', '153642.859000', '153642.861000', '153642.864000', '153642.867000', '153642.870000', '153642.873000', '153642.876000', '153642.878000', '153642.881000', '153642.884000', '153642.887000', '153642.889000', '153642.892000', '153642.895000', '153642.901000', '153642.903000', '153642.906000', '153642.909000', '153642.912000', '153642.915000', '153642.918000', '153642.921000', '153642.924000', '153642.926000', '153642.929000', '153642.932000', '153642.935000', '153642.938000', '153642.940000', '153642.943000', '153642.946000', '153642.949000', '153642.952000', '153642.955000', '153642.957000', '153642.960000', '153642.963000', '153642.966000', '153642.968000', '153642.971000', '153642.974000', '153642.977000', '153702.853000', '153702.856000', '153702.859000', '153702.862000', '153702.864000', '153702.867000', '153702.870000', '153702.873000', '153702.876000', '153702.878000', '153702.881000', '153702.884000', '153702.887000', '153702.890000', '153702.893000', '153702.895000', '153702.898000', '153702.901000', '153702.904000', '153702.906000', '153702.910000', '153702.912000', '153702.915000', '153702.918000', '153702.921000', '153702.924000', '153702.927000', '153702.929000', '153702.933000', '153702.936000', '153702.939000', '153702.942000', '153702.945000', '153702.947000', '153702.950000', '153702.953000', '153702.956000', '153702.959000', '153702.962000', '153702.964000', '153702.967000', '153702.970000', '153702.973000', '153722.853000', '153722.856000', '153722.859000', '153722.861000', '153722.864000', '153722.882000', '153722.885000', '153722.888000', '153722.891000', '153722.894000', '153722.896000', '153722.899000', '153722.902000', '153722.905000', '153722.908000', '153722.911000', '153722.913000', '153722.916000', '153722.919000', '153722.922000', '153722.925000', '153722.928000', '153722.930000', '153722.933000', '153722.936000', '153722.939000', '153722.942000', '153722.945000', '153722.947000', '153722.950000', '153722.953000', '153722.956000', '153722.959000', '153722.962000', '153722.964000', '153722.967000', '153722.970000', '153722.973000', '153722.976000', '153722.978000', '153722.981000', '153722.984000', '153722.987000', '153722.989000', '153742.853000', '153742.856000', '153742.859000', '153742.862000', '153742.865000', '153742.867000', '153742.870000', '153742.873000', '153742.876000', '153742.879000', '153742.881000', '153742.884000', '153742.887000', '153742.890000', '153742.893000', '153742.896000', '153742.898000', '153742.901000', '153742.904000', '153742.907000', '153742.910000', '153742.913000', '153742.915000', '153742.918000', '153742.921000', '153742.927000', '153742.930000', '153742.933000', '153742.936000', '153742.938000', '153742.941000', '153742.944000', '153742.947000', '153742.950000', '153742.952000', '153742.955000', '153742.958000', '153742.961000', '153742.963000', '153742.966000', '153742.969000', '153742.972000', '153742.974000', '153802.853000', '153802.856000', '153802.859000', '153802.861000', '153802.864000', '153802.867000', '153802.870000', '153802.873000', '153802.875000', '153802.878000', '153802.881000', '153802.884000', '153802.886000', '153802.889000', '153802.892000', '153802.895000', '153802.897000', '153802.900000', '153802.903000', '153802.906000', '153802.909000', '153802.911000', '153802.914000', '153802.917000', '153802.920000', '153802.922000', '153802.925000', '153802.928000', '153802.931000', '153802.934000', '153802.936000', '153802.939000', '153802.942000', '153802.945000', '153802.947000', '153802.950000', '153802.953000', '153802.956000', '153802.959000', '153802.961000', '153802.964000', '153802.967000', '153802.970000', '153802.973000', '153822.854000', '153822.857000', '153822.860000', '153822.862000', '153822.865000', '153822.868000', '153822.871000', '153822.875000', '153822.878000', '153822.881000', '153822.884000', '153822.886000', '153822.889000', '153822.892000', '153822.895000', '153822.898000', '153822.901000', '153822.903000', '153822.906000', '153822.909000', '153822.912000', '153822.915000', '153822.918000', '153822.920000', '153822.923000', '153822.926000', '153822.929000', '153822.932000', '153822.935000', '153822.938000', '153822.941000', '153822.944000', '153822.946000', '153822.949000', '153822.952000', '153822.955000', '153822.958000', '153822.961000', '153822.963000', '153822.966000', '153822.969000', '153822.972000', '153822.975000', '153842.853000', '153842.856000', '153842.859000', '153842.862000', '153842.864000', '153842.867000', '153842.870000', '153842.873000', '153842.876000', '153842.878000', '153842.881000', '153842.884000', '153842.887000', '153842.890000', '153842.892000', '153842.895000', '153842.898000', '153842.901000', '153842.904000', '153842.907000', '153842.909000', '153842.912000', '153842.915000', '153842.918000', '153842.921000', '153842.924000', '153842.926000', '153842.929000', '153842.932000', '153842.935000', '153842.938000', '153842.941000', '153842.943000', '153842.946000', '153842.949000', '153842.952000', '153842.955000', '153842.958000', '153842.961000', '153842.964000', '153842.967000', '153842.969000', '153842.972000', '153842.975000', '153902.853000', '153902.856000', '153902.859000', '153902.862000', '153902.865000', '153902.868000', '153902.870000', '153902.873000', '153902.876000', '153902.884000', '153902.887000', '153902.890000', '153902.892000', '153902.895000', '153902.898000', '153902.901000', '153902.904000', '153902.907000', '153902.910000', '153902.912000', '153902.915000', '153902.918000', '153902.921000', '153902.924000', '153902.926000', '153902.929000', '153902.932000', '153902.935000', '153902.938000', '153902.941000', '153902.944000', '153902.946000', '153902.949000', '153902.952000', '153902.955000', '153902.958000', '153902.961000', '153902.964000', '153902.967000', '153902.970000', '153902.973000', '153902.976000', '153902.978000', '153922.853000', '153922.856000', '153922.859000', '153922.862000', '153922.864000', '153922.867000', '153922.870000', '153922.873000', '153922.876000', '153922.879000', '153922.882000', '153922.884000', '153922.887000', '153922.890000', '153922.893000', '153922.896000', '153922.899000', '153922.901000', '153922.904000', '153922.907000', '153922.910000', '153922.913000', '153922.916000', '153922.919000', '153922.921000', '153922.924000', '153922.927000', '153922.930000', '153922.933000', '153922.936000', '153922.939000', '153922.941000', '153922.944000', '153922.947000', '153922.950000', '153922.952000', '153922.955000', '153922.958000', '153922.961000', '153922.964000', '153922.966000', '153922.969000', '153922.972000', '153922.975000', '153942.853000', '153942.856000', '153942.859000', '153942.862000', '153942.865000', '153942.867000', '153942.870000', '153942.873000', '153942.876000', '153942.879000', '153942.881000', '153942.884000', '153942.887000', '153942.890000', '153942.893000', '153942.896000', '153942.899000', '153942.901000', '153942.904000', '153942.907000', '153942.910000', '153942.913000', '153942.916000', '153942.919000', '153942.922000', '153942.925000', '153942.927000', '153942.930000', '153942.933000', '153942.936000', '153942.939000', '153942.941000', '153942.944000', '153942.947000', '153942.950000', '153942.953000', '153942.956000', '153942.958000', '153942.961000', '153942.964000', '153942.967000', '153942.980000', '153942.982000', '154002.853000', '154002.860000', '154002.863000', '154002.866000', '154002.869000', '154002.872000', '154002.874000', '154002.877000', '154002.880000', '154002.883000', '154002.886000', '154002.889000', '154002.891000', '154002.894000', '154002.897000', '154002.900000', '154002.903000', '154002.905000', '154002.908000', '154002.911000', '154002.914000', '154002.917000', '154002.919000', '154002.922000', '154002.925000', '154002.928000', '154002.931000', '154002.933000', '154002.936000', '154002.939000', '154002.942000', '154002.945000', '154002.947000', '154002.950000', '154002.953000', '154002.956000', '154002.959000', '154002.962000', '154002.964000', '154002.967000', '154002.970000', '154002.973000', '154002.976000', '154002.979000', '154022.853000', '154022.856000', '154022.859000', '154022.862000', '154022.865000', '154022.867000', '154022.870000', '154022.873000', '154022.876000', '154022.879000', '154022.882000', '154022.885000', '154022.887000', '154022.890000', '154022.893000', '154022.896000', '154022.899000', '154022.901000', '154022.904000', '154022.907000', '154022.910000', '154022.913000', '154022.916000', '154022.919000', '154022.921000', '154022.924000', '154022.927000', '154022.930000', '154022.933000', '154022.935000', '154022.938000', '154022.941000', '154022.944000', '154022.947000', '154022.950000', '154022.953000', '154022.955000', '154022.958000', '154022.961000', '154022.964000', '154022.967000', '154022.970000', '154022.972000', '154042.854000', '154042.857000', '154042.860000', '154042.863000', '154042.866000', '154042.868000', '154042.871000', '154042.874000', '154042.877000', '154042.880000', '154042.883000', '154042.885000', '154042.888000', '154042.891000', '154042.894000', '154042.897000', '154042.900000', '154042.903000', '154042.905000', '154042.908000', '154042.911000', '154042.914000', '154042.917000', '154042.920000', '154042.923000', '154042.925000', '154042.928000', '154042.931000', '154042.934000', '154042.937000', '154042.939000', '154042.942000', '154042.945000', '154042.948000', '154042.951000', '154042.953000', '154042.956000', '154042.959000', '154042.962000', '154042.965000', '154042.967000', '154042.970000', '154042.973000', '154042.976000', '154102.853000', '154102.856000', '154102.859000', '154102.862000', '154102.865000', '154102.867000', '154102.870000', '154102.873000', '154102.876000', '154102.879000', '154102.882000', '154102.885000', '154102.887000', '154102.890000', '154102.893000', '154102.896000', '154102.899000', '154102.902000', '154102.905000', '154102.907000', '154102.910000', '154102.913000', '154102.916000', '154102.919000', '154102.922000', '154102.924000', '154102.927000', '154102.930000', '154102.933000', '154102.936000', '154102.939000', '154102.942000', '154102.944000', '154102.947000', '154102.952000', '154102.954000', '154102.957000', '154102.960000', '154102.963000', '154102.966000', '154102.969000', '154102.972000', '154102.975000', '154122.853000', '154122.856000', '154122.859000', '154122.862000', '154122.864000', '154122.871000', '154122.874000', '154122.877000', '154122.896000', '154122.898000', '154122.901000', '154122.911000', '154122.914000', '154122.917000', '154122.920000', '154122.923000', '154122.926000', '154122.929000', '154122.931000', '154122.934000', '154122.937000', '154122.940000', '154122.943000', '154122.946000', '154122.948000', '154122.951000', '154122.954000', '154122.957000', '154122.960000', '154122.963000', '154122.965000', '154122.968000', '154122.971000', '154122.974000', '154122.977000', '154122.980000', '154122.982000', '154122.985000', '154122.988000', '154122.991000', '154122.994000', '154122.997000', '154123.000000', '154123.003000', '154142.853000', '154142.856000', '154142.859000', '154142.862000', '154142.865000', '154142.868000', '154142.871000', '154142.873000', '154142.876000', '154142.879000', '154142.882000', '154142.885000', '154142.887000', '154142.890000', '154142.893000', '154142.896000', '154142.899000', '154142.902000', '154142.905000', '154142.907000', '154142.910000', '154142.913000', '154142.916000', '154142.919000', '154142.922000', '154142.925000', '154142.927000', '154142.930000', '154142.933000', '154142.936000', '154142.939000', '154142.942000', '154142.944000', '154142.947000', '154142.950000', '154142.953000', '154142.956000', '154142.959000', '154142.962000', '154142.965000', '154142.967000', '154142.970000', '154142.973000', '154202.853000', '154202.856000', '154202.859000', '154202.862000', '154202.864000', '154202.867000', '154202.870000', '154202.873000', '154202.876000', '154202.879000', '154202.881000', '154202.884000', '154202.887000', '154202.890000', '154202.893000', '154202.896000', '154202.899000', '154202.901000', '154202.904000', '154202.907000', '154202.910000', '154202.914000', '154202.917000', '154202.920000', '154202.923000', '154202.926000', '154202.929000', '154202.932000', '154202.934000', '154202.937000', '154202.940000', '154202.943000', '154202.946000', '154202.949000', '154202.952000', '154202.954000', '154202.957000', '154202.960000', '154202.963000', '154202.966000', '154202.969000', '154202.971000', '154202.974000', '154202.977000', '154222.853000', '154222.856000', '154222.859000', '154222.861000', '154222.864000', '154222.867000', '154222.870000', '154222.873000', '154222.876000', '154222.879000', '154222.881000', '154222.884000', '154222.887000', '154222.890000', '154222.893000', '154222.895000', '154222.898000', '154222.901000', '154222.904000', '154222.907000', '154222.910000', '154222.913000', '154222.915000', '154222.918000', '154222.921000', '154222.924000', '154222.927000', '154222.929000', '154222.933000', '154222.935000', '154222.938000', '154222.941000', '154222.944000', '154222.947000', '154222.949000', '154222.952000', '154222.955000', '154222.958000', '154222.961000', '154222.963000', '154222.966000', '154222.969000', '154222.972000', '154228.155000', '154228.159000', '154228.162000', '154228.165000', '154228.169000', '154228.172000', '154228.175000', '154228.178000', '154228.182000', '154228.185000', '154228.188000', '154228.191000'], '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': [13280, 10913, 8735, 12849, 9846, 8771, 13549, 10758, 8790, 11536, 9128, 9347, 11925, 9666, 12988, 10193, 8854, 12116, 9307, 9470, 12417, 9966, 12075, 8981, 9007, 11519, 9105, 9156, 10454, 9162, 8920, 9466, 9801, 11317, 10055, 8806, 11198, 8927, 9065, 11890, 9072, 9241, 9967, 9612, 12099, 10452, 9344, 12404, 8915, 9073, 11721, 9463, 10578, 11797, 10055, 13747, 9396, 9015, 12113, 9366, 10717, 11212, 9320, 12232, 9154, 9461, 12252, 9507, 11176, 9616, 8538, 11678, 9067, 9142, 12031, 8998, 8702, 9698, 9436, 11037, 9905, 9104, 12408, 9181, 9165, 10332, 9046, 13310, 10179, 13195, 11129, 9004, 11774, 9010, 8804, 10292, 9298, 9576, 9015, 8376, 10808, 8552, 8651, 11349, 8693, 9008, 9493, 8240, 11893, 9033, 9536, 12501, 9455, 12698, 9289, 8493, 12186, 9150, 9770, 11045, 9250, 12004, 9129, 8765, 12006, 8679, 8766, 9438, 8939, 12215, 10128, 8420, 11372, 8447, 8423, 10050, 8869, 10367, 9983, 8472, 11009, 8481, 8079, 11727, 9685, 8945, 11679, 8647, 9651, 11513, 9252, 12534, 10589, 8791, 12445, 9763, 8463, 13021, 9488, 8638, 11309, 9272, 11258, 10384, 9024, 12256, 8455, 8426, 11743, 8583, 9150, 11767, 8556, 9038, 10399, 9245, 10957, 10653, 9184, 14008, 9079, 8487, 11610, 8957, 10875, 11149, 9546, 13627, 8936, 8262, 11742, 8865, 8418, 11092, 7977, 8387, 11032, 8840, 10142, 10732, 9279, 11522, 9722, 8446, 12471, 10087, 9349, 11277, 8987, 9693, 10623, 9656, 15899, 10025, 8828, 11510, 8999, 9167, 11753, 8931, 8896, 9163, 8748, 11836, 9967, 8576, 11342, 8740, 9159, 10969, 9857, 11196, 10538, 8823, 11892, 9106, 8612, 11962, 9105, 10998, 9698, 8565, 12065, 8980, 10528, 11074, 9191, 12266, 8846, 8631, 11648, 8904, 8825, 11580, 8830, 8463, 10948, 9590, 12156, 11208, 9378, 11720, 9002, 9979, 11381, 9476, 11291, 9126, 8329, 11878, 9524, 9709, 11607, 8796, 9379, 9837, 9096, 12499, 9688, 8668, 10495, 9336, 11983, 9676, 8818, 11487, 8455, 8165, 10116, 8618, 9716, 9915, 8804, 10923, 8911, 8670, 11479, 9237, 9386, 10525, 9085, 11856, 9487, 9791, 12109, 9300, 14681, 9148, 8741, 11685, 8848, 11006, 10571, 9140, 11014, 9043, 8138, 11637, 9139, 8808, 10618, 8334, 11597, 9742, 10177, 12014, 9134, 12421, 8859, 10159, 11384, 8955, 14786, 8970, 8417, 10402, 9487, 11524, 9993, 9187, 10776, 8399, 8756, 10536, 9476, 13040, 9033, 8329, 10566, 8586, 10747, 10404, 8326, 11305, 8336, 8047, 10968, 8634, 10193, 10335, 8999, 11034, 9681, 8672, 12050, 9414, 8461, 11579, 8434, 9380, 11723, 9112, 12509, 9739, 8846, 11918, 9575, 8586, 12565, 8452, 8377, 11378, 8513, 8910, 11562, 8334, 8355, 10820, 8836, 10652, 9930, 9117, 11409, 9179, 8174, 11646, 9386, 8859, 10675, 8294, 8518, 11518, 8762, 9121, 11058, 8477, 9384, 9883, 9036, 15108, 11259, 9167, 11390, 8769, 8827, 11774, 8760, 10811, 9740, 8806, 10539, 9371, 8212, 11304, 8790, 8642, 11147, 8220, 9229, 11231, 8721, 11597, 9918, 9191, 11804, 9680, 10540, 12852, 8647, 9593, 9695, 8687, 12370, 9574, 8277, 11133, 8547, 8856, 11512, 8504, 9512, 9684, 9011, 10684, 9558, 8825, 11608, 9081, 8233, 11141, 8981, 9331, 11312, 8607, 9630, 10528, 9485, 15475, 12816, 9548, 11365, 9057, 9475, 11346, 9379, 16113, 10080, 8271, 11501, 8824, 11238, 10257, 9760, 11408, 9390, 8200, 11407, 8554, 7905, 9698, 8201, 8369, 10323, 8693, 8856, 9431, 8932, 11265, 9935, 9255, 11973, 8755, 9577, 10545, 9190, 16041, 9179, 8954, 10646, 9269, 15110, 10316, 9094, 11220, 8654, 9614, 10706, 9267, 11210, 9853, 9363, 10338, 9226, 8571, 12321, 9235, 8653, 10813, 8515, 9668, 10485, 9205, 14684, 9821, 9143, 11770, 9533, 13963, 11647, 8574, 11187, 8910, 8817, 11213, 8584, 9105, 9485, 8663, 10165, 9622, 8616, 12759, 9243, 8499, 10750, 8664, 11447, 10253, 9820, 13074, 9344, 8918, 11357, 8987, 12999, 10241, 9301, 11329, 9193, 9436, 10759, 9949, 11833, 9303, 8380, 10890, 8963, 11347, 10172, 9731, 10147, 9610, 8285, 10684, 9447, 8694, 10338, 8371, 9811, 10578, 9503, 13397, 9382, 9196, 11351, 9151, 11328, 10057, 9677, 11521, 9556, 8633, 14179, 9094, 9880, 10935, 9376, 13361, 12151, 9426, 11608, 9343, 9251, 11205, 8421, 9575, 9913, 9350, 10531, 9520, 8837, 11233, 9209, 8516, 10339, 9160, 13692, 11769, 8907, 10968, 9246, 9490, 10709, 9751, 15514, 10024, 8656, 11041, 9376, 9910, 10362, 9620, 10427, 9721, 8203, 11017, 8833, 11079, 10281, 9341, 11021, 9140, 7840, 10497, 8983, 8661, 10379, 8469, 8717, 10852, 9041, 8865, 10357, 8922, 9332, 11301, 9665, 14031, 11745, 8973, 11190, 8684, 12415, 10045, 9871, 13950, 9913, 8107, 12722, 8819, 7907, 11729, 9698, 8973, 10545, 8769, 8416, 11169, 8591, 9646, 9636, 8849, 10063, 9296, 8427, 11173, 9587, 8572, 10625, 8411, 9416, 9604, 8066, 13854, 9632, 9154, 10128, 8816, 11266, 10207, 8214, 12609, 8761, 8218, 10533, 8726, 11368, 9869, 9196, 10726, 9369, 8199, 11390, 9226, 8532, 10576, 8545, 8679, 10747, 8482, 10406, 9974, 9041, 10604, 9068, 8404, 12680, 8455, 9450, 9610, 7964, 11631, 8967, 12030, 10233, 8840, 10827, 8304, 10003, 9917, 9544, 11268, 8948, 8284, 11181, 8301, 9270, 9439, 8052, 10795, 8168, 9256, 10391, 8439, 10065, 9262, 8446, 10998, 9080, 8623, 10409, 8627, 8989, 9647, 9341, 14118, 10859, 8780, 11005, 8589, 9573, 11569, 8801, 14589, 11357, 8111, 11586, 8768, 9891, 14436, 8700, 9785, 9778, 9323, 12141, 10447, 8436, 10929, 8671, 8098, 10784, 9132, 10326, 11376, 8527, 9677, 9770, 9202, 16631, 12961, 10028, 10925, 8637, 7801, 10815, 8720, 9501, 10414, 8302, 9409, 9590, 9005, 12737, 9650, 8619, 10546, 8460, 9133, 10167, 8828, 15635, 9226, 8322, 10696, 8708, 9190, 10736, 8875, 9493, 9417, 8647, 8591, 9411, 7868, 11798, 9068, 10177, 9621, 8610, 10961, 9161, 9436, 11937, 8465, 9350, 9744, 9229, 11117, 10028, 8842, 10532, 9341, 8184, 10947, 8775, 9965, 9714, 8713, 10670, 9285, 8427, 11820], 'WindowCenter': [3872.0, 3833.0, 3800.0, 3828.0, 3806.0, 3784.0, 3824.0, 3803.0, 3770.0, 3800.0, 3780.0, 3780.0, 3800.0, 3780.0, 3810.0, 3777.0, 3768.0, 3798.0, 3778.0, 3778.0, 3799.0, 3778.0, 3796.0, 3766.0, 3767.0, 3798.0, 3768.0, 3778.0, 3788.0, 3780.0, 3779.0, 3789.0, 3792.0, 3801.0, 3792.0, 3781.0, 3801.0, 3782.0, 3782.0, 3813.0, 3782.0, 3781.0, 3789.0, 3791.0, 3811.0, 3803.0, 3780.0, 3812.0, 3781.0, 3781.0, 3812.0, 3793.0, 3801.0, 3802.0, 3791.0, 3812.0, 3777.0, 3779.0, 3798.0, 3778.0, 3789.0, 3788.0, 3778.0, 3797.0, 3777.0, 3779.0, 3799.0, 3779.0, 3787.0, 3777.0, 3767.0, 3798.0, 3768.0, 3778.0, 3799.0, 3767.0, 3767.0, 3778.0, 3780.0, 3800.0, 3790.0, 3781.0, 3811.0, 3780.0, 3779.0, 3788.0, 3779.0, 3810.0, 3791.0, 3810.0, 3786.0, 3767.0, 3786.0, 3767.0, 3766.0, 3788.0, 3779.0, 3777.0, 3778.0, 3780.0, 3800.0, 3781.0, 3783.0, 3813.0, 3783.0, 3782.0, 3792.0, 3781.0, 3813.0, 3794.0, 3792.0, 3814.0, 3780.0, 3811.0, 3779.0, 3769.0, 3800.0, 3780.0, 3779.0, 3787.0, 3778.0, 3798.0, 3779.0, 3769.0, 3810.0, 3769.0, 3767.0, 3777.0, 3779.0, 3809.0, 3791.0, 3768.0, 3800.0, 3770.0, 3768.0, 3790.0, 3782.0, 3790.0, 3792.0, 3781.0, 3803.0, 3782.0, 3784.0, 3813.0, 3794.0, 3783.0, 3802.0, 3782.0, 3792.0, 3802.0, 3783.0, 3812.0, 3790.0, 3769.0, 3811.0, 3792.0, 3770.0, 3811.0, 3780.0, 3768.0, 3800.0, 3792.0, 3801.0, 3791.0, 3781.0, 3811.0, 3770.0, 3770.0, 3812.0, 3782.0, 3792.0, 3813.0, 3782.0, 3781.0, 3791.0, 3794.0, 3803.0, 3803.0, 3782.0, 3824.0, 3780.0, 3781.0, 3801.0, 3781.0, 3802.0, 3803.0, 3781.0, 3822.0, 3781.0, 3769.0, 3811.0, 3781.0, 3770.0, 3802.0, 3772.0, 3783.0, 3815.0, 3795.0, 3803.0, 3804.0, 3794.0, 3814.0, 3793.0, 3772.0, 3813.0, 3793.0, 3779.0, 3800.0, 3780.0, 3779.0, 3790.0, 3780.0, 3832.0, 3790.0, 3769.0, 3799.0, 3780.0, 3780.0, 3800.0, 3779.0, 3768.0, 3778.0, 3781.0, 3801.0, 3790.0, 3769.0, 3800.0, 3769.0, 3780.0, 3801.0, 3791.0, 3800.0, 3790.0, 3780.0, 3800.0, 3780.0, 3770.0, 3801.0, 3780.0, 3789.0, 3778.0, 3768.0, 3798.0, 3780.0, 3789.0, 3788.0, 3767.0, 3797.0, 3767.0, 3769.0, 3799.0, 3780.0, 3779.0, 3800.0, 3781.0, 3769.0, 3801.0, 3792.0, 3812.0, 3802.0, 3781.0, 3799.0, 3780.0, 3790.0, 3801.0, 3780.0, 3801.0, 3779.0, 3769.0, 3811.0, 3792.0, 3791.0, 3800.0, 3769.0, 3777.0, 3790.0, 3779.0, 3811.0, 3778.0, 3767.0, 3788.0, 3779.0, 3799.0, 3779.0, 3779.0, 3800.0, 3768.0, 3767.0, 3790.0, 3782.0, 3790.0, 3792.0, 3781.0, 3802.0, 3794.0, 3783.0, 3813.0, 3794.0, 3793.0, 3791.0, 3780.0, 3801.0, 3792.0, 3790.0, 3812.0, 3778.0, 3820.0, 3779.0, 3768.0, 3799.0, 3780.0, 3788.0, 3789.0, 3779.0, 3788.0, 3779.0, 3771.0, 3800.0, 3782.0, 3782.0, 3802.0, 3770.0, 3813.0, 3794.0, 3804.0, 3813.0, 3780.0, 3799.0, 3780.0, 3789.0, 3800.0, 3767.0, 3820.0, 3767.0, 3755.0, 3787.0, 3778.0, 3799.0, 3778.0, 3778.0, 3788.0, 3769.0, 3769.0, 3789.0, 3790.0, 3812.0, 3779.0, 3769.0, 3789.0, 3781.0, 3799.0, 3791.0, 3769.0, 3799.0, 3770.0, 3758.0, 3789.0, 3770.0, 3789.0, 3789.0, 3770.0, 3790.0, 3779.0, 3769.0, 3801.0, 3779.0, 3757.0, 3788.0, 3768.0, 3778.0, 3799.0, 3769.0, 3799.0, 3777.0, 3768.0, 3798.0, 3779.0, 3768.0, 3799.0, 3756.0, 3757.0, 3799.0, 3769.0, 3780.0, 3799.0, 3770.0, 3769.0, 3801.0, 3782.0, 3790.0, 3780.0, 3779.0, 3799.0, 3781.0, 3769.0, 3800.0, 3781.0, 3781.0, 3789.0, 3770.0, 3780.0, 3801.0, 3781.0, 3781.0, 3802.0, 3771.0, 3780.0, 3791.0, 3781.0, 3834.0, 3802.0, 3781.0, 3799.0, 3769.0, 3779.0, 3800.0, 3769.0, 3789.0, 3778.0, 3779.0, 3789.0, 3781.0, 3770.0, 3801.0, 3770.0, 3782.0, 3801.0, 3782.0, 3791.0, 3813.0, 3782.0, 3802.0, 3790.0, 3779.0, 3800.0, 3781.0, 3789.0, 3800.0, 3768.0, 3765.0, 3766.0, 3768.0, 3798.0, 3777.0, 3756.0, 3787.0, 3767.0, 3767.0, 3800.0, 3769.0, 3779.0, 3779.0, 3780.0, 3789.0, 3780.0, 3780.0, 3800.0, 3780.0, 3770.0, 3802.0, 3782.0, 3780.0, 3801.0, 3771.0, 3779.0, 3789.0, 3781.0, 3821.0, 3812.0, 3778.0, 3786.0, 3766.0, 3767.0, 3788.0, 3766.0, 3819.0, 3774.0, 3755.0, 3784.0, 3766.0, 3785.0, 3775.0, 3775.0, 3785.0, 3765.0, 3766.0, 3787.0, 3766.0, 3756.0, 3778.0, 3767.0, 3768.0, 3790.0, 3781.0, 3780.0, 3780.0, 3782.0, 3812.0, 3793.0, 3791.0, 3813.0, 3770.0, 3781.0, 3790.0, 3779.0, 3831.0, 3768.0, 3767.0, 3787.0, 3778.0, 3818.0, 3778.0, 3766.0, 3787.0, 3755.0, 3765.0, 3776.0, 3767.0, 3787.0, 3776.0, 3779.0, 3787.0, 3780.0, 3769.0, 3811.0, 3780.0, 3769.0, 3801.0, 3769.0, 3790.0, 3791.0, 3781.0, 3832.0, 3780.0, 3780.0, 3801.0, 3781.0, 3809.0, 3798.0, 3767.0, 3788.0, 3768.0, 3767.0, 3788.0, 3767.0, 3765.0, 3776.0, 3768.0, 3788.0, 3780.0, 3769.0, 3811.0, 3780.0, 3769.0, 3788.0, 3781.0, 3800.0, 3789.0, 3778.0, 3809.0, 3767.0, 3767.0, 3787.0, 3768.0, 3796.0, 3775.0, 3764.0, 3785.0, 3766.0, 3765.0, 3786.0, 3777.0, 3785.0, 3765.0, 3754.0, 3787.0, 3767.0, 3787.0, 3776.0, 3777.0, 3775.0, 3776.0, 3767.0, 3789.0, 3779.0, 3769.0, 3789.0, 3770.0, 3790.0, 3802.0, 3791.0, 3810.0, 3779.0, 3780.0, 3800.0, 3780.0, 3801.0, 3779.0, 3779.0, 3798.0, 3779.0, 3768.0, 3820.0, 3767.0, 3777.0, 3787.0, 3778.0, 3808.0, 3798.0, 3765.0, 3786.0, 3766.0, 3765.0, 3786.0, 3755.0, 3777.0, 3776.0, 3779.0, 3788.0, 3790.0, 3778.0, 3799.0, 3779.0, 3766.0, 3789.0, 3779.0, 3820.0, 3799.0, 3767.0, 3787.0, 3766.0, 3776.0, 3777.0, 3767.0, 3819.0, 3764.0, 3754.0, 3784.0, 3765.0, 3775.0, 3775.0, 3766.0, 3774.0, 3764.0, 3755.0, 3787.0, 3767.0, 3786.0, 3775.0, 3766.0, 3786.0, 3766.0, 3757.0, 3789.0, 3767.0, 3768.0, 3788.0, 3769.0, 3780.0, 3801.0, 3780.0, 3780.0, 3790.0, 3781.0, 3780.0, 3801.0, 3791.0, 3821.0, 3800.0, 3768.0, 3789.0, 3770.0, 3811.0, 3778.0, 3778.0, 3821.0, 3779.0, 3769.0, 3812.0, 3781.0, 3771.0, 3801.0, 3781.0, 3780.0, 3790.0, 3768.0, 3757.0, 3788.0, 3768.0, 3778.0, 3777.0, 3768.0, 3777.0, 3767.0, 3768.0, 3788.0, 3780.0, 3768.0, 3788.0, 3758.0, 3766.0, 3779.0, 3758.0, 3810.0, 3778.0, 3767.0, 3776.0, 3768.0, 3788.0, 3778.0, 3757.0, 3798.0, 3768.0, 3756.0, 3787.0, 3769.0, 3799.0, 3779.0, 3779.0, 3787.0, 3766.0, 3768.0, 3798.0, 3779.0, 3767.0, 3787.0, 3767.0, 3767.0, 3788.0, 3769.0, 3789.0, 3789.0, 3781.0, 3788.0, 3779.0, 3768.0, 3810.0, 3768.0, 3778.0, 3777.0, 3757.0, 3799.0, 3768.0, 3800.0, 3777.0, 3767.0, 3787.0, 3768.0, 3776.0, 3776.0, 3776.0, 3786.0, 3766.0, 3767.0, 3788.0, 3768.0, 3777.0, 3778.0, 3758.0, 3800.0, 3770.0, 3779.0, 3790.0, 3770.0, 3778.0, 3778.0, 3769.0, 3790.0, 3769.0, 3768.0, 3789.0, 3769.0, 3767.0, 3778.0, 3779.0, 3820.0, 3789.0, 3768.0, 3788.0, 3768.0, 3780.0, 3800.0, 3768.0, 3820.0, 3788.0, 3757.0, 3788.0, 3769.0, 3778.0, 3810.0, 3756.0, 3776.0, 3775.0, 3778.0, 3800.0, 3790.0, 3757.0, 3790.0, 3768.0, 3759.0, 3789.0, 3779.0, 3789.0, 3789.0, 3767.0, 3779.0, 3779.0, 3779.0, 3831.0, 3811.0, 3778.0, 3789.0, 3768.0, 3758.0, 3798.0, 3768.0, 3790.0, 3790.0, 3769.0, 3779.0, 3778.0, 3780.0, 3810.0, 3779.0, 3767.0, 3787.0, 3757.0, 3766.0, 3777.0, 3766.0, 3819.0, 3765.0, 3754.0, 3774.0, 3754.0, 3766.0, 3786.0, 3767.0, 3777.0, 3777.0, 3768.0, 3767.0, 3778.0, 3768.0, 3800.0, 3769.0, 3777.0, 3776.0, 3767.0, 3789.0, 3779.0, 3777.0, 3797.0, 3756.0, 3765.0, 3776.0, 3778.0, 3787.0, 3776.0, 3767.0, 3775.0, 3767.0, 3767.0, 3787.0, 3755.0, 3777.0, 3766.0, 3766.0, 3787.0, 3777.0, 3767.0, 3798.0], 'WindowWidth': [8672.0, 8603.0, 8552.0, 8583.0, 8551.0, 8518.0, 8571.0, 8539.0, 8491.0, 8528.0, 8503.0, 8503.0, 8531.0, 8504.0, 8542.0, 8495.0, 8483.0, 8522.0, 8500.0, 8497.0, 8526.0, 8495.0, 8520.0, 8477.0, 8481.0, 8524.0, 8486.0, 8497.0, 8510.0, 8503.0, 8501.0, 8515.0, 8524.0, 8534.0, 8522.0, 8509.0, 8535.0, 8512.0, 8510.0, 8553.0, 8510.0, 8506.0, 8516.0, 8521.0, 8547.0, 8539.0, 8505.0, 8550.0, 8506.0, 8506.0, 8548.0, 8526.0, 8534.0, 8536.0, 8518.0, 8549.0, 8496.0, 8501.0, 8526.0, 8501.0, 8513.0, 8512.0, 8498.0, 8522.0, 8497.0, 8501.0, 8529.0, 8503.0, 8509.0, 8496.0, 8483.0, 8524.0, 8487.0, 8498.0, 8528.0, 8484.0, 8482.0, 8496.0, 8504.0, 8532.0, 8519.0, 8507.0, 8550.0, 8506.0, 8501.0, 8512.0, 8502.0, 8544.0, 8519.0, 8542.0, 8507.0, 8480.0, 8504.0, 8481.0, 8479.0, 8512.0, 8503.0, 8497.0, 8500.0, 8507.0, 8534.0, 8512.0, 8515.0, 8555.0, 8516.0, 8510.0, 8524.0, 8509.0, 8553.0, 8529.0, 8525.0, 8555.0, 8505.0, 8547.0, 8502.0, 8487.0, 8530.0, 8504.0, 8500.0, 8509.0, 8498.0, 8524.0, 8502.0, 8488.0, 8544.0, 8487.0, 8484.0, 8496.0, 8503.0, 8543.0, 8520.0, 8487.0, 8529.0, 8491.0, 8486.0, 8519.0, 8511.0, 8517.0, 8525.0, 8509.0, 8539.0, 8512.0, 8516.0, 8554.0, 8531.0, 8514.0, 8537.0, 8511.0, 8525.0, 8537.0, 8513.0, 8548.0, 8518.0, 8491.0, 8548.0, 8523.0, 8491.0, 8548.0, 8504.0, 8487.0, 8527.0, 8524.0, 8532.0, 8522.0, 8505.0, 8546.0, 8492.0, 8491.0, 8549.0, 8512.0, 8525.0, 8553.0, 8510.0, 8508.0, 8520.0, 8529.0, 8538.0, 8540.0, 8511.0, 8569.0, 8507.0, 8508.0, 8533.0, 8511.0, 8538.0, 8540.0, 8507.0, 8562.0, 8507.0, 8489.0, 8547.0, 8510.0, 8493.0, 8537.0, 8500.0, 8514.0, 8558.0, 8534.0, 8543.0, 8543.0, 8529.0, 8556.0, 8525.0, 8498.0, 8554.0, 8526.0, 8503.0, 8529.0, 8502.0, 8501.0, 8517.0, 8505.0, 8578.0, 8517.0, 8487.0, 8527.0, 8504.0, 8503.0, 8530.0, 8501.0, 8486.0, 8499.0, 8507.0, 8533.0, 8519.0, 8489.0, 8530.0, 8489.0, 8503.0, 8532.0, 8522.0, 8530.0, 8518.0, 8505.0, 8530.0, 8505.0, 8491.0, 8532.0, 8506.0, 8514.0, 8499.0, 8484.0, 8523.0, 8504.0, 8513.0, 8512.0, 8483.0, 8524.0, 8483.0, 8488.0, 8527.0, 8505.0, 8504.0, 8532.0, 8509.0, 8489.0, 8535.0, 8525.0, 8552.0, 8538.0, 8508.0, 8530.0, 8506.0, 8518.0, 8535.0, 8505.0, 8534.0, 8502.0, 8490.0, 8547.0, 8525.0, 8521.0, 8532.0, 8490.0, 8498.0, 8516.0, 8502.0, 8548.0, 8501.0, 8485.0, 8510.0, 8501.0, 8528.0, 8504.0, 8502.0, 8529.0, 8487.0, 8485.0, 8517.0, 8512.0, 8520.0, 8524.0, 8510.0, 8537.0, 8532.0, 8515.0, 8553.0, 8532.0, 8526.0, 8521.0, 8506.0, 8534.0, 8524.0, 8519.0, 8550.0, 8499.0, 8558.0, 8501.0, 8486.0, 8526.0, 8505.0, 8512.0, 8513.0, 8502.0, 8511.0, 8501.0, 8495.0, 8533.0, 8512.0, 8509.0, 8536.0, 8495.0, 8554.0, 8531.0, 8542.0, 8551.0, 8505.0, 8528.0, 8503.0, 8514.0, 8530.0, 8481.0, 8556.0, 8481.0, 8463.0, 8507.0, 8499.0, 8526.0, 8498.0, 8498.0, 8512.0, 8487.0, 8489.0, 8516.0, 8519.0, 8549.0, 8502.0, 8490.0, 8514.0, 8507.0, 8527.0, 8521.0, 8488.0, 8529.0, 8490.0, 8473.0, 8516.0, 8492.0, 8516.0, 8515.0, 8491.0, 8515.0, 8502.0, 8488.0, 8533.0, 8501.0, 8470.0, 8511.0, 8487.0, 8499.0, 8528.0, 8487.0, 8528.0, 8495.0, 8483.0, 8524.0, 8501.0, 8484.0, 8527.0, 8468.0, 8470.0, 8527.0, 8489.0, 8504.0, 8528.0, 8490.0, 8488.0, 8532.0, 8509.0, 8516.0, 8504.0, 8503.0, 8528.0, 8505.0, 8490.0, 8532.0, 8507.0, 8506.0, 8514.0, 8492.0, 8506.0, 8536.0, 8509.0, 8507.0, 8536.0, 8496.0, 8504.0, 8521.0, 8509.0, 8581.0, 8538.0, 8506.0, 8528.0, 8488.0, 8503.0, 8531.0, 8491.0, 8515.0, 8497.0, 8502.0, 8515.0, 8507.0, 8492.0, 8536.0, 8492.0, 8509.0, 8533.0, 8511.0, 8523.0, 8554.0, 8511.0, 8536.0, 8518.0, 8501.0, 8532.0, 8506.0, 8515.0, 8527.0, 8484.0, 8475.0, 8479.0, 8483.0, 8524.0, 8497.0, 8468.0, 8507.0, 8484.0, 8484.0, 8531.0, 8489.0, 8501.0, 8499.0, 8504.0, 8514.0, 8504.0, 8503.0, 8532.0, 8504.0, 8492.0, 8536.0, 8510.0, 8506.0, 8535.0, 8494.0, 8500.0, 8516.0, 8507.0, 8560.0, 8550.0, 8499.0, 8506.0, 8479.0, 8480.0, 8510.0, 8478.0, 8552.0, 8486.0, 8460.0, 8499.0, 8480.0, 8502.0, 8488.0, 8489.0, 8501.0, 8476.0, 8482.0, 8507.0, 8481.0, 8467.0, 8496.0, 8485.0, 8487.0, 8518.0, 8509.0, 8505.0, 8506.0, 8513.0, 8552.0, 8528.0, 8522.0, 8551.0, 8492.0, 8506.0, 8518.0, 8503.0, 8576.0, 8486.0, 8482.0, 8508.0, 8500.0, 8553.0, 8499.0, 8480.0, 8506.0, 8465.0, 8476.0, 8492.0, 8482.0, 8507.0, 8492.0, 8499.0, 8509.0, 8504.0, 8491.0, 8548.0, 8506.0, 8489.0, 8533.0, 8491.0, 8519.0, 8522.0, 8507.0, 8578.0, 8505.0, 8505.0, 8533.0, 8507.0, 8541.0, 8526.0, 8483.0, 8510.0, 8486.0, 8483.0, 8513.0, 8482.0, 8476.0, 8493.0, 8487.0, 8511.0, 8506.0, 8490.0, 8548.0, 8505.0, 8490.0, 8513.0, 8508.0, 8529.0, 8513.0, 8497.0, 8540.0, 8482.0, 8481.0, 8509.0, 8483.0, 8519.0, 8488.0, 8472.0, 8503.0, 8480.0, 8475.0, 8505.0, 8493.0, 8504.0, 8475.0, 8460.0, 8505.0, 8481.0, 8507.0, 8492.0, 8495.0, 8490.0, 8494.0, 8484.0, 8514.0, 8503.0, 8490.0, 8516.0, 8494.0, 8520.0, 8537.0, 8521.0, 8546.0, 8503.0, 8504.0, 8533.0, 8505.0, 8532.0, 8501.0, 8501.0, 8526.0, 8501.0, 8486.0, 8557.0, 8484.0, 8494.0, 8507.0, 8498.0, 8538.0, 8527.0, 8477.0, 8504.0, 8477.0, 8476.0, 8505.0, 8464.0, 8493.0, 8493.0, 8501.0, 8511.0, 8519.0, 8501.0, 8530.0, 8502.0, 8482.0, 8514.0, 8504.0, 8558.0, 8530.0, 8484.0, 8508.0, 8480.0, 8493.0, 8495.0, 8480.0, 8552.0, 8474.0, 8460.0, 8500.0, 8477.0, 8489.0, 8488.0, 8478.0, 8487.0, 8474.0, 8464.0, 8507.0, 8482.0, 8504.0, 8488.0, 8478.0, 8504.0, 8480.0, 8470.0, 8513.0, 8484.0, 8487.0, 8514.0, 8491.0, 8505.0, 8534.0, 8506.0, 8507.0, 8519.0, 8509.0, 8507.0, 8537.0, 8523.0, 8560.0, 8531.0, 8486.0, 8516.0, 8492.0, 8545.0, 8500.0, 8498.0, 8558.0, 8501.0, 8491.0, 8550.0, 8506.0, 8495.0, 8533.0, 8508.0, 8505.0, 8517.0, 8486.0, 8470.0, 8511.0, 8486.0, 8498.0, 8494.0, 8487.0, 8494.0, 8483.0, 8487.0, 8513.0, 8504.0, 8485.0, 8511.0, 8472.0, 8481.0, 8502.0, 8473.0, 8544.0, 8497.0, 8483.0, 8492.0, 8483.0, 8510.0, 8499.0, 8469.0, 8525.0, 8483.0, 8465.0, 8510.0, 8489.0, 8527.0, 8499.0, 8500.0, 8509.0, 8480.0, 8484.0, 8525.0, 8503.0, 8483.0, 8507.0, 8483.0, 8483.0, 8513.0, 8489.0, 8514.0, 8516.0, 8509.0, 8514.0, 8503.0, 8487.0, 8547.0, 8487.0, 8500.0, 8495.0, 8470.0, 8528.0, 8488.0, 8529.0, 8495.0, 8482.0, 8508.0, 8485.0, 8491.0, 8493.0, 8492.0, 8506.0, 8481.0, 8484.0, 8511.0, 8486.0, 8495.0, 8498.0, 8474.0, 8529.0, 8492.0, 8501.0, 8517.0, 8490.0, 8498.0, 8499.0, 8489.0, 8516.0, 8490.0, 8485.0, 8513.0, 8487.0, 8482.0, 8497.0, 8502.0, 8557.0, 8516.0, 8486.0, 8511.0, 8486.0, 8503.0, 8529.0, 8487.0, 8557.0, 8512.0, 8469.0, 8511.0, 8488.0, 8499.0, 8543.0, 8465.0, 8491.0, 8489.0, 8500.0, 8528.0, 8517.0, 8470.0, 8516.0, 8485.0, 8475.0, 8515.0, 8503.0, 8516.0, 8513.0, 8482.0, 8501.0, 8500.0, 8503.0, 8576.0, 8550.0, 8499.0, 8516.0, 8487.0, 8472.0, 8526.0, 8489.0, 8517.0, 8516.0, 8490.0, 8503.0, 8501.0, 8505.0, 8544.0, 8503.0, 8483.0, 8507.0, 8469.0, 8480.0, 8497.0, 8480.0, 8554.0, 8476.0, 8459.0, 8486.0, 8460.0, 8479.0, 8507.0, 8483.0, 8496.0, 8496.0, 8487.0, 8484.0, 8501.0, 8489.0, 8532.0, 8490.0, 8497.0, 8494.0, 8483.0, 8513.0, 8501.0, 8497.0, 8521.0, 8466.0, 8477.0, 8494.0, 8498.0, 8509.0, 8495.0, 8484.0, 8491.0, 8482.0, 8483.0, 8509.0, 8465.0, 8494.0, 8478.0, 8479.0, 8509.0, 8497.0, 8483.0, 8526.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.00019204833141542004</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.020137594706559264</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.006131726002295</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1467330423156687</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9760335519700466</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5065</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3022.0366</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08690664922327253</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>2</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.23014959723820483</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.605870560224894</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5615457571098084</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7955141151679315</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4605518083969433</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00485109</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01171414740383625</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.030062653124332428</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</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.6386265225167325</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>20.6986</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.711</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>211.1095</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>297476.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>1057.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>378.4797</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7527</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>516.4873</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2942.122</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3117.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>79068.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>870.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3971.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>856.6365</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>35.729128596838564</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> |