=== 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-0091 --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-0091",
"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-0091_ses-04_task-social_acq-mb8_run-02_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-0091_ses-04_task-social_acq-mb8_run-02_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-02_session-04_subject-0091_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-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0091_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-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0091_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-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0091_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-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-02_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-02_session-04_subject-0091_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-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-02_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-02_session-04_subject-0091_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-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0091_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-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-02_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-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-02_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-0091/ses-04/func/sub-0091_ses-04_task-social_acq-mb8_run-02_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>7ec7fadda82112d07b11016102edef25</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:31:15.877500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999752, 0.020132, -0.00951115, -0.0218146, 0.971181, -0.237342]</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.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_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.113129</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-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4223, -7720, -7266, 232, -193, -83, -118, 105]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</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>268.45</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>9a3c8a76-0d80-4f0c-a279-f0f29c76c74c||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6822617053985596, -0.058527007699012756, -0.01203901320695877, 115.17770385742188], [-0.05401265621185303, 2.6056084632873535, -0.641223669052124, -75.16514587402344], [-0.025517724454402924, 0.6367701888084412, 2.622725009918213, -118.92366027832031], [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': ['153115.877500', '153116.337500', '153116.797500', '153117.257500', '153117.717500', '153118.177500', '153118.637500', '153119.097500', '153119.557500', '153120.017500', '153120.477500', '153120.937500', '153121.397500', '153121.857500', '153122.317500', '153122.777500', '153123.237500', '153123.697500', '153124.157500', '153124.617500', '153125.077500', '153125.537500', '153125.997500', '153126.457500', '153126.917500', '153127.377500', '153127.837500', '153128.297500', '153128.757500', '153129.217500', '153129.677500', '153130.137500', '153130.597500', '153131.057500', '153131.517500', '153131.977500', '153132.437500', '153132.897500', '153133.357500', '153133.817500', '153134.277500', '153134.737500', '153135.197500', '153135.657500', '153136.117500', '153136.577500', '153137.037500', '153137.497500', '153137.957500', '153138.417500', '153138.877500', '153139.337500', '153139.797500', '153140.257500', '153140.717500', '153141.177500', '153141.637500', '153142.097500', '153142.557500', '153143.017500', '153143.477500', '153143.937500', '153144.397500', '153144.857500', '153145.317500', '153145.777500', '153146.237500', '153146.697500', '153147.157500', '153147.617500', '153148.077500', '153148.537500', '153148.997500', '153149.457500', '153149.917500', '153150.377500', '153150.837500', '153151.297500', '153151.757500', '153152.217500', '153152.677500', '153153.137500', '153153.597500', '153154.057500', '153154.517500', '153154.977500', '153155.437500', '153155.897500', '153156.357500', '153156.817500', '153157.277500', '153157.737500', '153158.197500', '153158.657500', '153159.117500', '153159.577500', '153200.037500', '153200.497500', '153200.957500', '153201.417500', '153201.877500', '153202.337500', '153202.797500', '153203.257500', '153203.717500', '153204.177500', '153204.637500', '153205.097500', '153205.557500', '153206.017500', '153206.477500', '153206.937500', '153207.397500', '153207.857500', '153208.317500', '153208.777500', '153209.237500', '153209.697500', '153210.157500', '153210.617500', '153211.077500', '153211.537500', '153211.997500', '153212.457500', '153212.917500', '153213.377500', '153213.837500', '153214.297500', '153214.757500', '153215.217500', '153215.677500', '153216.137500', '153216.597500', '153217.057500', '153217.517500', '153217.977500', '153218.437500', '153218.897500', '153219.357500', '153219.817500', '153220.277500', '153220.737500', '153221.197500', '153221.657500', '153222.117500', '153222.577500', '153223.037500', '153223.497500', '153223.957500', '153224.417500', '153224.877500', '153225.337500', '153225.797500', '153226.257500', '153226.717500', '153227.177500', '153227.637500', '153228.097500', '153228.557500', '153229.017500', '153229.477500', '153229.937500', '153230.397500', '153230.857500', '153231.317500', '153231.777500', '153232.237500', '153232.697500', '153233.157500', '153233.617500', '153234.077500', '153234.537500', '153234.997500', '153235.457500', '153235.917500', '153236.377500', '153236.837500', '153237.297500', '153237.757500', '153238.217500', '153238.677500', '153239.137500', '153239.597500', '153240.057500', '153240.517500', '153240.977500', '153241.437500', '153241.897500', '153242.357500', '153242.817500', '153243.277500', '153243.737500', '153244.197500', '153244.657500', '153245.117500', '153245.577500', '153246.037500', '153246.497500', '153246.957500', '153247.417500', '153247.877500', '153248.337500', '153248.797500', '153249.257500', '153249.717500', '153250.177500', '153250.637500', '153251.097500', '153251.557500', '153252.017500', '153252.477500', '153252.937500', '153253.397500', '153253.857500', '153254.317500', '153254.777500', '153255.237500', '153255.697500', '153256.157500', '153256.617500', '153257.077500', '153257.537500', '153257.997500', '153258.457500', '153258.917500', '153259.377500', '153259.837500', '153300.297500', '153300.757500', '153301.217500', '153301.677500', '153302.137500', '153302.597500', '153303.057500', '153303.517500', '153303.977500', '153304.437500', '153304.897500', '153305.357500', '153305.817500', '153306.277500', '153306.737500', '153307.197500', '153307.657500', '153308.117500', '153308.577500', '153309.037500', '153309.497500', '153309.957500', '153310.417500', '153310.877500', '153311.337500', '153311.797500', '153312.257500', '153312.717500', '153313.177500', '153313.637500', '153314.097500', '153314.557500', '153315.017500', '153315.477500', '153315.937500', '153316.397500', '153316.857500', '153317.317500', '153317.777500', '153318.237500', '153318.697500', '153319.157500', '153319.617500', '153320.077500', '153320.537500', '153320.997500', '153321.457500', '153321.917500', '153322.377500', '153322.837500', '153323.297500', '153323.757500', '153324.217500', '153324.677500', '153325.137500', '153325.597500', '153326.057500', '153326.517500', '153326.977500', '153327.437500', '153327.897500', '153328.357500', '153328.817500', '153329.277500', '153329.737500', '153330.197500', '153330.657500', '153331.117500', '153331.577500', '153332.037500', '153332.497500', '153332.957500', '153333.417500', '153333.877500', '153334.337500', '153334.797500', '153335.257500', '153335.717500', '153336.177500', '153336.637500', '153337.097500', '153337.557500', '153338.017500', '153338.477500', '153338.937500', '153339.397500', '153339.857500', '153340.317500', '153340.777500', '153341.237500', '153341.697500', '153342.157500', '153342.617500', '153343.077500', '153343.537500', '153343.997500', '153344.457500', '153344.917500', '153345.377500', '153345.837500', '153346.297500', '153346.757500', '153347.217500', '153347.677500', '153348.137500', '153348.597500', '153349.057500', '153349.517500', '153349.977500', '153350.437500', '153350.897500', '153351.357500', '153351.817500', '153352.277500', '153352.737500', '153353.197500', '153353.657500', '153354.117500', '153354.577500', '153355.037500', '153355.497500', '153355.957500', '153356.417500', '153356.877500', '153357.337500', '153357.797500', '153358.257500', '153358.717500', '153359.177500', '153359.637500', '153400.097500', '153400.557500', '153401.017500', '153401.477500', '153401.937500', '153402.397500', '153402.857500', '153403.317500', '153403.777500', '153404.237500', '153404.697500', '153405.157500', '153405.617500', '153406.077500', '153406.537500', '153406.997500', '153407.457500', '153407.917500', '153408.377500', '153408.837500', '153409.297500', '153409.757500', '153410.217500', '153410.677500', '153411.137500', '153411.597500', '153412.057500', '153412.517500', '153412.977500', '153413.437500', '153413.897500', '153414.357500', '153414.817500', '153415.277500', '153415.737500', '153416.197500', '153416.657500', '153417.117500', '153417.577500', '153418.037500', '153418.497500', '153418.957500', '153419.417500', '153419.877500', '153420.337500', '153420.797500', '153421.257500', '153421.717500', '153422.177500', '153422.637500', '153423.097500', '153423.557500', '153424.017500', '153424.477500', '153424.937500', '153425.397500', '153425.857500', '153426.317500', '153426.777500', '153427.237500', '153427.697500', '153428.157500', '153428.617500', '153429.077500', '153429.537500', '153429.997500', '153430.457500', '153430.917500', '153431.377500', '153431.837500', '153432.297500', '153432.757500', '153433.217500', '153433.677500', '153434.137500', '153434.597500', '153435.057500', '153435.517500', '153435.977500', '153436.437500', '153436.897500', '153437.357500', '153437.817500', '153438.277500', '153438.737500', '153439.197500', '153439.657500', '153440.117500', '153440.577500', '153441.037500', '153441.497500', '153441.957500', '153442.417500', '153442.877500', '153443.337500', '153443.797500', '153444.257500', '153444.717500', '153445.177500', '153445.637500', '153446.097500', '153446.557500', '153447.017500', '153447.477500', '153447.937500', '153448.397500', '153448.857500', '153449.317500', '153449.777500', '153450.237500', '153450.697500', '153451.157500', '153451.617500', '153452.077500', '153452.537500', '153452.997500', '153453.457500', '153453.917500', '153454.377500', '153454.837500', '153455.297500', '153455.757500', '153456.217500', '153456.677500', '153457.137500', '153457.597500', '153458.057500', '153458.517500', '153458.977500', '153459.437500', '153459.897500', '153500.357500', '153500.817500', '153501.277500', '153501.737500', '153502.197500', '153502.657500', '153503.117500', '153503.577500', '153504.037500', '153504.497500', '153504.957500', '153505.417500', '153505.877500', '153506.337500', '153506.797500', '153507.257500', '153507.717500', '153508.177500', '153508.637500', '153509.097500', '153509.557500', '153510.017500', '153510.477500', '153510.937500', '153511.397500', '153511.857500', '153512.317500', '153512.777500', '153513.237500', '153513.697500', '153514.157500', '153514.617500', '153515.077500', '153515.537500', '153515.997500', '153516.457500', '153516.917500', '153517.377500', '153517.837500', '153518.297500', '153518.757500', '153519.217500', '153519.677500', '153520.137500', '153520.597500', '153521.057500', '153521.517500', '153521.977500', '153522.437500', '153522.897500', '153523.357500', '153523.817500', '153524.277500', '153524.737500', '153525.197500', '153525.657500', '153526.117500', '153526.577500', '153527.037500', '153527.497500', '153527.957500', '153528.417500', '153528.877500', '153529.337500', '153529.797500', '153530.257500', '153530.717500', '153531.177500', '153531.637500', '153532.097500', '153532.557500', '153533.017500', '153533.477500', '153533.937500', '153534.397500', '153534.857500', '153535.317500', '153535.777500', '153536.237500', '153536.697500', '153537.157500', '153537.617500', '153538.077500', '153538.537500', '153538.997500', '153539.457500', '153539.917500', '153540.377500', '153540.837500', '153541.297500', '153541.757500', '153542.217500', '153542.677500', '153543.137500', '153543.597500', '153544.057500', '153544.517500', '153544.977500', '153545.437500', '153545.897500', '153546.357500', '153546.817500', '153547.277500', '153547.737500', '153548.197500', '153548.657500', '153549.117500', '153549.577500', '153550.037500', '153550.497500', '153550.957500', '153551.417500', '153551.877500', '153552.337500', '153552.797500', '153553.257500', '153553.717500', '153554.177500', '153554.637500', '153555.097500', '153555.557500', '153556.017500', '153556.477500', '153556.937500', '153557.397500', '153557.857500', '153558.317500', '153558.777500', '153559.237500', '153559.697500', '153600.157500', '153600.617500', '153601.077500', '153601.537500', '153601.997500', '153602.457500', '153602.917500', '153603.377500', '153603.837500', '153604.297500', '153604.757500', '153605.217500', '153605.677500', '153606.137500', '153606.597500', '153607.057500', '153607.517500', '153607.977500', '153608.437500', '153608.897500', '153609.357500', '153609.817500', '153610.277500', '153610.737500', '153611.197500', '153611.657500', '153612.117500', '153612.577500', '153613.037500', '153613.497500', '153613.957500', '153614.417500', '153614.877500', '153615.337500', '153615.797500', '153616.257500', '153616.717500', '153617.177500', '153617.637500', '153618.097500', '153618.557500', '153619.017500', '153619.477500', '153619.937500', '153620.397500', '153620.857500', '153621.317500', '153621.777500', '153622.237500', '153622.697500', '153623.157500', '153623.617500', '153624.077500', '153624.537500', '153624.997500', '153625.457500', '153625.917500', '153626.377500', '153626.837500', '153627.297500', '153627.757500', '153628.217500', '153628.677500', '153629.137500', '153629.597500', '153630.057500', '153630.517500', '153630.977500', '153631.437500', '153631.897500', '153632.357500', '153632.817500', '153633.277500', '153633.737500', '153634.197500', '153634.657500', '153635.117500', '153635.577500', '153636.037500', '153636.497500', '153636.957500', '153637.417500', '153637.877500', '153638.337500', '153638.797500', '153639.257500', '153639.717500', '153640.177500', '153640.637500', '153641.097500', '153641.557500', '153642.017500', '153642.477500', '153642.937500', '153643.397500', '153643.857500', '153644.317500', '153644.777500', '153645.237500', '153645.697500', '153646.157500', '153646.617500', '153647.077500', '153647.537500', '153647.997500', '153648.457500', '153648.917500', '153649.377500', '153649.837500', '153650.297500', '153650.757500', '153651.217500', '153651.677500', '153652.137500', '153652.597500', '153653.057500', '153653.517500', '153653.977500', '153654.437500', '153654.897500', '153655.357500', '153655.817500', '153656.277500', '153656.737500', '153657.197500', '153657.657500', '153658.117500', '153658.577500', '153659.037500', '153659.497500', '153659.957500', '153700.417500', '153700.877500', '153701.337500', '153701.797500', '153702.257500', '153702.717500', '153703.177500', '153703.637500', '153704.097500', '153704.557500', '153705.017500', '153705.477500', '153705.937500', '153706.397500', '153706.857500', '153707.317500', '153707.777500', '153708.237500', '153708.697500', '153709.157500', '153709.617500', '153710.077500', '153710.537500', '153710.997500', '153711.457500', '153711.917500', '153712.377500', '153712.837500', '153713.297500', '153713.757500', '153714.217500', '153714.677500', '153715.137500', '153715.597500', '153716.057500', '153716.517500', '153716.977500', '153717.437500', '153717.897500', '153718.357500', '153718.817500', '153719.277500', '153719.737500', '153720.197500', '153720.657500', '153721.117500', '153721.577500', '153722.037500', '153722.497500', '153722.957500', '153723.417500', '153723.877500', '153724.337500', '153724.797500', '153725.257500', '153725.717500', '153726.177500', '153726.637500', '153727.097500', '153727.557500', '153728.017500', '153728.477500', '153728.937500', '153729.397500', '153729.857500', '153730.317500', '153730.777500', '153731.237500', '153731.697500', '153732.157500', '153732.617500', '153733.077500', '153733.537500', '153733.997500', '153734.457500', '153734.917500', '153735.377500', '153735.837500', '153736.297500', '153736.757500', '153737.217500', '153737.677500', '153738.137500', '153738.597500', '153739.057500', '153739.517500', '153739.977500', '153740.437500', '153740.897500', '153741.357500', '153741.817500', '153742.277500', '153742.737500', '153743.197500', '153743.657500', '153744.117500', '153744.577500', '153745.037500', '153745.497500', '153745.957500', '153746.417500', '153746.877500', '153747.337500', '153747.797500', '153748.257500', '153748.717500', '153749.177500', '153749.637500', '153750.097500', '153750.557500', '153751.017500', '153751.477500', '153751.937500', '153752.397500', '153752.857500', '153753.317500', '153753.777500', '153754.237500', '153754.697500', '153755.157500', '153755.617500', '153756.077500', '153756.537500'], 'ContentTime': ['153132.980000', '153132.983000', '153132.985000', '153132.988000', '153132.991000', '153132.993000', '153132.996000', '153133.000000', '153133.002000', '153133.005000', '153133.008000', '153133.010000', '153133.013000', '153133.015000', '153133.018000', '153133.021000', '153133.023000', '153133.026000', '153133.028000', '153133.031000', '153133.034000', '153133.036000', '153133.039000', '153133.041000', '153133.044000', '153133.047000', '153133.049000', '153133.052000', '153133.055000', '153133.057000', '153133.060000', '153133.062000', '153133.065000', '153133.067000', '153152.943000', '153152.947000', '153152.949000', '153152.958000', '153152.961000', '153152.964000', '153152.966000', '153152.969000', '153152.971000', '153152.974000', '153152.977000', '153152.979000', '153152.982000', '153152.984000', '153152.987000', '153152.990000', '153152.992000', '153152.995000', '153152.997000', '153153.001000', '153153.003000', '153153.007000', '153153.009000', '153153.012000', '153153.014000', '153153.017000', '153153.019000', '153153.022000', '153153.025000', '153153.027000', '153153.030000', '153153.032000', '153153.035000', '153153.037000', '153153.040000', '153153.043000', '153153.045000', '153153.048000', '153153.050000', '153153.053000', '153153.055000', '153153.058000', '153153.061000', '153153.063000', '153212.944000', '153212.946000', '153212.949000', '153212.952000', '153212.955000', '153212.957000', '153212.960000', '153212.963000', '153212.965000', '153212.968000', '153212.970000', '153212.973000', '153212.976000', '153212.978000', '153212.981000', '153212.992000', '153212.995000', '153212.997000', '153213.000000', '153213.002000', '153213.005000', '153213.008000', '153213.010000', '153213.013000', '153213.015000', '153213.018000', '153213.021000', '153213.023000', '153213.026000', '153213.028000', '153213.031000', '153213.034000', '153213.038000', '153213.040000', '153213.043000', '153213.046000', '153213.048000', '153213.051000', '153213.053000', '153213.056000', '153213.059000', '153213.061000', '153213.064000', '153232.943000', '153232.946000', '153232.949000', '153232.951000', '153232.959000', '153232.970000', '153232.973000', '153232.975000', '153232.978000', '153232.981000', '153232.983000', '153232.986000', '153232.988000', '153232.991000', '153232.994000', '153232.996000', '153233.000000', '153233.003000', '153233.005000', '153233.008000', '153233.011000', '153233.013000', '153233.016000', '153233.018000', '153233.021000', '153233.023000', '153233.026000', '153233.029000', '153233.031000', '153233.034000', '153233.036000', '153233.039000', '153233.042000', '153233.044000', '153233.047000', '153233.049000', '153233.052000', '153233.055000', '153233.057000', '153233.060000', '153233.062000', '153233.065000', '153233.067000', '153233.070000', '153252.944000', '153252.946000', '153252.949000', '153252.952000', '153252.954000', '153252.957000', '153252.960000', '153252.962000', '153252.965000', '153252.967000', '153252.970000', '153252.973000', '153252.975000', '153252.978000', '153252.980000', '153252.983000', '153252.986000', '153252.988000', '153252.991000', '153252.994000', '153252.996000', '153253.000000', '153253.002000', '153253.005000', '153253.007000', '153253.010000', '153253.013000', '153253.015000', '153253.018000', '153253.021000', '153253.023000', '153253.026000', '153253.029000', '153253.031000', '153253.034000', '153253.045000', '153253.048000', '153253.050000', '153253.053000', '153253.055000', '153253.058000', '153253.063000', '153253.065000', '153312.944000', '153312.946000', '153312.950000', '153312.952000', '153312.955000', '153312.957000', '153312.960000', '153312.963000', '153312.965000', '153312.968000', '153312.970000', '153312.973000', '153312.976000', '153312.978000', '153312.981000', '153312.984000', '153312.986000', '153312.989000', '153312.992000', '153312.994000', '153312.997000', '153313.000000', '153313.003000', '153313.006000', '153313.008000', '153313.011000', '153313.013000', '153313.016000', '153313.018000', '153313.021000', '153313.024000', '153313.026000', '153313.029000', '153313.032000', '153313.034000', '153313.037000', '153313.040000', '153313.042000', '153313.045000', '153313.047000', '153313.050000', '153313.053000', '153313.055000', '153313.058000', '153332.942000', '153332.945000', '153332.948000', '153332.950000', '153332.953000', '153332.956000', '153332.958000', '153332.961000', '153332.964000', '153332.966000', '153332.969000', '153332.971000', '153332.974000', '153332.977000', '153332.979000', '153332.982000', '153332.985000', '153332.987000', '153332.990000', '153332.992000', '153332.995000', '153332.997000', '153333.001000', '153333.004000', '153333.006000', '153333.009000', '153333.012000', '153333.014000', '153333.017000', '153333.019000', '153333.022000', '153333.025000', '153333.027000', '153333.030000', '153333.032000', '153333.035000', '153333.038000', '153333.040000', '153333.043000', '153333.045000', '153333.048000', '153333.051000', '153333.053000', '153352.943000', '153352.947000', '153352.950000', '153352.952000', '153352.955000', '153352.957000', '153352.960000', '153352.963000', '153352.965000', '153352.968000', '153352.970000', '153352.973000', '153352.975000', '153352.978000', '153352.981000', '153352.983000', '153352.986000', '153352.988000', '153352.991000', '153352.994000', '153352.996000', '153353.000000', '153353.002000', '153353.005000', '153353.007000', '153353.010000', '153353.013000', '153353.016000', '153353.018000', '153353.021000', '153353.023000', '153353.026000', '153353.028000', '153353.031000', '153353.034000', '153353.036000', '153353.039000', '153353.041000', '153353.044000', '153353.047000', '153353.049000', '153353.052000', '153353.055000', '153353.057000', '153412.953000', '153412.955000', '153412.958000', '153412.961000', '153412.964000', '153412.966000', '153412.969000', '153412.971000', '153412.974000', '153412.976000', '153412.979000', '153412.981000', '153412.984000', '153412.987000', '153412.989000', '153412.992000', '153412.994000', '153412.997000', '153413.001000', '153413.003000', '153413.006000', '153413.008000', '153413.011000', '153413.014000', '153413.016000', '153413.019000', '153413.021000', '153413.024000', '153413.026000', '153413.029000', '153413.032000', '153413.034000', '153413.037000', '153413.039000', '153413.042000', '153413.045000', '153413.047000', '153413.050000', '153413.052000', '153413.055000', '153413.058000', '153413.060000', '153413.063000', '153432.944000', '153432.946000', '153432.949000', '153432.952000', '153432.954000', '153432.957000', '153432.959000', '153432.962000', '153432.965000', '153432.967000', '153432.970000', '153432.972000', '153432.975000', '153432.978000', '153432.980000', '153432.983000', '153432.986000', '153432.988000', '153432.991000', '153432.993000', '153432.996000', '153432.998000', '153433.002000', '153433.005000', '153433.008000', '153433.010000', '153433.013000', '153433.015000', '153433.018000', '153433.021000', '153433.023000', '153433.026000', '153433.029000', '153433.031000', '153433.034000', '153433.036000', '153433.039000', '153433.041000', '153433.044000', '153433.046000', '153433.049000', '153433.052000', '153433.054000', '153433.057000', '153452.944000', '153452.946000', '153452.949000', '153452.952000', '153452.954000', '153452.957000', '153452.959000', '153452.962000', '153452.964000', '153452.967000', '153452.970000', '153452.972000', '153452.975000', '153452.977000', '153452.980000', '153452.983000', '153452.985000', '153452.988000', '153452.990000', '153452.993000', '153452.995000', '153452.998000', '153453.002000', '153453.005000', '153453.007000', '153453.010000', '153453.012000', '153453.015000', '153453.018000', '153453.020000', '153453.023000', '153453.025000', '153453.028000', '153453.030000', '153453.033000', '153453.036000', '153453.038000', '153453.041000', '153453.043000', '153453.046000', '153453.049000', '153453.051000', '153453.054000', '153512.943000', '153512.946000', '153512.949000', '153512.951000', '153512.954000', '153512.956000', '153512.959000', '153512.962000', '153512.965000', '153512.967000', '153512.970000', '153512.972000', '153512.975000', '153512.978000', '153512.980000', '153512.983000', '153512.985000', '153512.988000', '153512.990000', '153512.993000', '153512.996000', '153512.998000', '153513.002000', '153513.005000', '153513.007000', '153513.010000', '153513.012000', '153513.015000', '153513.018000', '153513.020000', '153513.023000', '153513.026000', '153513.028000', '153513.031000', '153513.033000', '153513.036000', '153513.038000', '153513.041000', '153513.043000', '153513.046000', '153513.049000', '153513.052000', '153513.054000', '153513.057000', '153532.943000', '153532.946000', '153532.949000', '153532.951000', '153532.954000', '153532.957000', '153532.959000', '153532.962000', '153532.964000', '153532.967000', '153532.970000', '153532.972000', '153532.975000', '153532.978000', '153532.980000', '153532.983000', '153532.985000', '153532.988000', '153532.991000', '153532.993000', '153532.996000', '153532.998000', '153533.002000', '153533.004000', '153533.007000', '153533.038000', '153533.041000', '153533.043000', '153533.046000', '153533.048000', '153533.051000', '153533.054000', '153533.057000', '153533.059000', '153533.062000', '153533.064000', '153533.069000', '153533.071000', '153533.074000', '153533.077000', '153533.079000', '153533.082000', '153533.084000', '153552.942000', '153552.945000', '153552.948000', '153552.951000', '153552.953000', '153552.956000', '153552.958000', '153552.961000', '153552.964000', '153552.966000', '153552.969000', '153552.972000', '153552.974000', '153552.977000', '153552.980000', '153552.982000', '153552.985000', '153552.987000', '153552.990000', '153552.993000', '153552.995000', '153552.998000', '153553.002000', '153553.004000', '153553.007000', '153553.009000', '153553.012000', '153553.015000', '153553.017000', '153553.020000', '153553.022000', '153553.025000', '153553.027000', '153553.030000', '153553.033000', '153553.035000', '153553.038000', '153553.040000', '153553.043000', '153553.046000', '153553.048000', '153553.051000', '153553.053000', '153553.056000', '153612.943000', '153612.946000', '153612.949000', '153612.951000', '153612.954000', '153612.957000', '153612.959000', '153612.962000', '153612.964000', '153612.967000', '153612.970000', '153612.972000', '153612.975000', '153612.978000', '153612.980000', '153612.983000', '153612.986000', '153612.988000', '153612.991000', '153612.993000', '153612.996000', '153612.998000', '153613.002000', '153613.005000', '153613.007000', '153613.010000', '153613.012000', '153613.015000', '153613.018000', '153613.020000', '153613.023000', '153613.025000', '153613.028000', '153613.031000', '153613.033000', '153613.036000', '153613.038000', '153613.041000', '153613.044000', '153613.046000', '153613.049000', '153613.051000', '153613.054000', '153632.943000', '153632.946000', '153632.949000', '153632.952000', '153632.954000', '153632.957000', '153632.960000', '153632.962000', '153632.965000', '153632.967000', '153632.970000', '153632.973000', '153632.975000', '153632.978000', '153632.980000', '153632.983000', '153632.986000', '153632.988000', '153632.991000', '153632.993000', '153632.996000', '153632.998000', '153633.002000', '153633.005000', '153633.007000', '153633.010000', '153633.012000', '153633.015000', '153633.017000', '153633.020000', '153633.023000', '153633.025000', '153633.028000', '153633.031000', '153633.033000', '153633.036000', '153633.038000', '153633.041000', '153633.044000', '153633.046000', '153633.049000', '153633.051000', '153633.054000', '153633.056000', '153652.943000', '153652.946000', '153652.949000', '153652.952000', '153652.954000', '153652.957000', '153652.959000', '153652.962000', '153652.965000', '153652.967000', '153652.970000', '153652.972000', '153652.975000', '153652.977000', '153652.980000', '153652.983000', '153652.985000', '153652.988000', '153652.990000', '153652.993000', '153652.996000', '153652.998000', '153653.002000', '153653.004000', '153653.007000', '153653.010000', '153653.012000', '153653.015000', '153653.017000', '153653.020000', '153653.023000', '153653.025000', '153653.028000', '153653.030000', '153653.033000', '153653.036000', '153653.046000', '153653.048000', '153653.051000', '153653.053000', '153653.056000', '153653.059000', '153653.061000', '153712.944000', '153712.946000', '153712.949000', '153712.952000', '153712.955000', '153712.958000', '153712.960000', '153712.963000', '153712.966000', '153712.969000', '153712.971000', '153712.974000', '153712.976000', '153712.979000', '153712.982000', '153712.984000', '153712.987000', '153712.989000', '153712.992000', '153712.995000', '153713.000000', '153713.002000', '153713.005000', '153713.008000', '153713.011000', '153713.013000', '153713.016000', '153713.019000', '153713.021000', '153713.024000', '153713.027000', '153713.029000', '153713.032000', '153713.035000', '153713.037000', '153713.040000', '153713.043000', '153713.045000', '153713.048000', '153713.050000', '153713.053000', '153713.056000', '153713.058000', '153713.061000', '153732.944000', '153732.946000', '153732.949000', '153732.952000', '153732.954000', '153732.957000', '153732.960000', '153732.962000', '153732.965000', '153732.967000', '153732.970000', '153732.972000', '153732.975000', '153732.977000', '153732.980000', '153732.983000', '153732.985000', '153732.988000', '153732.991000', '153732.993000', '153732.996000', '153733.000000', '153733.002000', '153733.005000', '153733.008000', '153733.010000', '153733.013000', '153733.016000', '153733.018000', '153733.021000', '153733.023000', '153733.026000', '153733.029000', '153733.031000', '153733.034000', '153733.036000', '153733.039000', '153733.041000', '153733.044000', '153733.047000', '153733.049000', '153733.052000', '153733.054000', '153752.944000', '153752.946000', '153752.949000', '153752.951000', '153752.954000', '153752.957000', '153752.959000', '153752.962000', '153752.965000', '153752.967000', '153752.970000', '153752.973000', '153752.975000', '153752.978000', '153752.980000', '153752.983000', '153752.986000', '153752.988000', '153752.991000', '153752.993000', '153752.996000', '153753.000000', '153753.002000', '153753.005000', '153753.008000', '153753.010000', '153753.013000', '153753.016000', '153753.018000', '153753.021000', '153753.023000', '153753.026000', '153753.029000', '153753.031000', '153753.034000', '153753.036000', '153753.039000', '153753.042000', '153753.044000', '153753.047000', '153753.049000', '153753.052000', '153753.055000', '153753.057000', '153757.996000', '153758.000000', '153758.003000', '153758.005000', '153758.008000', '153758.011000', '153758.013000', '153758.016000', '153758.019000', '153758.021000', '153758.024000'], 'InstanceCreationTime': ['153132.980000', '153132.983000', '153132.985000', '153132.988000', '153132.991000', '153132.993000', '153132.996000', '153133.000000', '153133.002000', '153133.005000', '153133.008000', '153133.010000', '153133.013000', '153133.015000', '153133.018000', '153133.021000', '153133.023000', '153133.026000', '153133.028000', '153133.031000', '153133.034000', '153133.036000', '153133.039000', '153133.041000', '153133.044000', '153133.047000', '153133.049000', '153133.052000', '153133.055000', '153133.057000', '153133.060000', '153133.062000', '153133.065000', '153133.067000', '153152.943000', '153152.947000', '153152.949000', '153152.958000', '153152.961000', '153152.964000', '153152.966000', '153152.969000', '153152.971000', '153152.974000', '153152.977000', '153152.979000', '153152.982000', '153152.984000', '153152.987000', '153152.990000', '153152.992000', '153152.995000', '153152.997000', '153153.001000', '153153.003000', '153153.007000', '153153.009000', '153153.012000', '153153.014000', '153153.017000', '153153.019000', '153153.022000', '153153.025000', '153153.027000', '153153.030000', '153153.032000', '153153.035000', '153153.037000', '153153.040000', '153153.043000', '153153.045000', '153153.048000', '153153.050000', '153153.053000', '153153.055000', '153153.058000', '153153.061000', '153153.063000', '153212.944000', '153212.946000', '153212.949000', '153212.952000', '153212.955000', '153212.957000', '153212.960000', '153212.963000', '153212.965000', '153212.968000', '153212.970000', '153212.973000', '153212.976000', '153212.978000', '153212.981000', '153212.992000', '153212.995000', '153212.997000', '153213.000000', '153213.002000', '153213.005000', '153213.008000', '153213.010000', '153213.013000', '153213.015000', '153213.018000', '153213.021000', '153213.023000', '153213.026000', '153213.028000', '153213.031000', '153213.034000', '153213.038000', '153213.040000', '153213.043000', '153213.046000', '153213.048000', '153213.051000', '153213.053000', '153213.056000', '153213.059000', '153213.061000', '153213.064000', '153232.943000', '153232.946000', '153232.949000', '153232.951000', '153232.959000', '153232.970000', '153232.973000', '153232.975000', '153232.978000', '153232.981000', '153232.983000', '153232.986000', '153232.988000', '153232.991000', '153232.994000', '153232.996000', '153233.000000', '153233.003000', '153233.005000', '153233.008000', '153233.011000', '153233.013000', '153233.016000', '153233.018000', '153233.021000', '153233.023000', '153233.026000', '153233.029000', '153233.031000', '153233.034000', '153233.036000', '153233.039000', '153233.042000', '153233.044000', '153233.047000', '153233.049000', '153233.052000', '153233.055000', '153233.057000', '153233.060000', '153233.062000', '153233.065000', '153233.067000', '153233.070000', '153252.944000', '153252.946000', '153252.949000', '153252.952000', '153252.954000', '153252.957000', '153252.960000', '153252.962000', '153252.965000', '153252.967000', '153252.970000', '153252.973000', '153252.975000', '153252.978000', '153252.980000', '153252.983000', '153252.986000', '153252.988000', '153252.991000', '153252.994000', '153252.996000', '153253.000000', '153253.002000', '153253.005000', '153253.007000', '153253.010000', '153253.013000', '153253.015000', '153253.018000', '153253.021000', '153253.023000', '153253.026000', '153253.029000', '153253.031000', '153253.034000', '153253.045000', '153253.048000', '153253.050000', '153253.053000', '153253.055000', '153253.058000', '153253.063000', '153253.065000', '153312.944000', '153312.946000', '153312.950000', '153312.952000', '153312.955000', '153312.957000', '153312.960000', '153312.963000', '153312.965000', '153312.968000', '153312.970000', '153312.973000', '153312.976000', '153312.978000', '153312.981000', '153312.984000', '153312.986000', '153312.989000', '153312.992000', '153312.994000', '153312.997000', '153313.000000', '153313.003000', '153313.006000', '153313.008000', '153313.011000', '153313.013000', '153313.016000', '153313.018000', '153313.021000', '153313.024000', '153313.026000', '153313.029000', '153313.032000', '153313.034000', '153313.037000', '153313.040000', '153313.042000', '153313.045000', '153313.047000', '153313.050000', '153313.053000', '153313.055000', '153313.058000', '153332.942000', '153332.945000', '153332.948000', '153332.950000', '153332.953000', '153332.956000', '153332.958000', '153332.961000', '153332.964000', '153332.966000', '153332.969000', '153332.971000', '153332.974000', '153332.977000', '153332.979000', '153332.982000', '153332.985000', '153332.987000', '153332.990000', '153332.992000', '153332.995000', '153332.997000', '153333.001000', '153333.004000', '153333.006000', '153333.009000', '153333.012000', '153333.014000', '153333.017000', '153333.019000', '153333.022000', '153333.025000', '153333.027000', '153333.030000', '153333.032000', '153333.035000', '153333.038000', '153333.040000', '153333.043000', '153333.045000', '153333.048000', '153333.051000', '153333.053000', '153352.943000', '153352.947000', '153352.950000', '153352.952000', '153352.955000', '153352.957000', '153352.960000', '153352.963000', '153352.965000', '153352.968000', '153352.970000', '153352.973000', '153352.975000', '153352.978000', '153352.981000', '153352.983000', '153352.986000', '153352.988000', '153352.991000', '153352.994000', '153352.996000', '153353.000000', '153353.002000', '153353.005000', '153353.007000', '153353.010000', '153353.013000', '153353.016000', '153353.018000', '153353.021000', '153353.023000', '153353.026000', '153353.028000', '153353.031000', '153353.034000', '153353.036000', '153353.039000', '153353.041000', '153353.044000', '153353.047000', '153353.049000', '153353.052000', '153353.055000', '153353.057000', '153412.953000', '153412.955000', '153412.958000', '153412.961000', '153412.964000', '153412.966000', '153412.969000', '153412.971000', '153412.974000', '153412.976000', '153412.979000', '153412.981000', '153412.984000', '153412.987000', '153412.989000', '153412.992000', '153412.994000', '153412.997000', '153413.001000', '153413.003000', '153413.006000', '153413.008000', '153413.011000', '153413.014000', '153413.016000', '153413.019000', '153413.021000', '153413.024000', '153413.026000', '153413.029000', '153413.032000', '153413.034000', '153413.037000', '153413.039000', '153413.042000', '153413.045000', '153413.047000', '153413.050000', '153413.052000', '153413.055000', '153413.058000', '153413.060000', '153413.063000', '153432.944000', '153432.946000', '153432.949000', '153432.952000', '153432.954000', '153432.957000', '153432.959000', '153432.962000', '153432.965000', '153432.967000', '153432.970000', '153432.972000', '153432.975000', '153432.978000', '153432.980000', '153432.983000', '153432.986000', '153432.988000', '153432.991000', '153432.993000', '153432.996000', '153432.998000', '153433.002000', '153433.005000', '153433.008000', '153433.010000', '153433.013000', '153433.015000', '153433.018000', '153433.021000', '153433.023000', '153433.026000', '153433.029000', '153433.031000', '153433.034000', '153433.036000', '153433.039000', '153433.041000', '153433.044000', '153433.046000', '153433.049000', '153433.052000', '153433.054000', '153433.057000', '153452.944000', '153452.946000', '153452.949000', '153452.952000', '153452.954000', '153452.957000', '153452.959000', '153452.962000', '153452.964000', '153452.967000', '153452.970000', '153452.972000', '153452.975000', '153452.977000', '153452.980000', '153452.983000', '153452.985000', '153452.988000', '153452.990000', '153452.993000', '153452.995000', '153452.998000', '153453.002000', '153453.005000', '153453.007000', '153453.010000', '153453.012000', '153453.015000', '153453.018000', '153453.020000', '153453.023000', '153453.025000', '153453.028000', '153453.030000', '153453.033000', '153453.036000', '153453.038000', '153453.041000', '153453.043000', '153453.046000', '153453.049000', '153453.051000', '153453.054000', '153512.943000', '153512.946000', '153512.949000', '153512.951000', '153512.954000', '153512.956000', '153512.959000', '153512.962000', '153512.965000', '153512.967000', '153512.970000', '153512.972000', '153512.975000', '153512.978000', '153512.980000', '153512.983000', '153512.985000', '153512.988000', '153512.990000', '153512.993000', '153512.996000', '153512.998000', '153513.002000', '153513.005000', '153513.007000', '153513.010000', '153513.012000', '153513.015000', '153513.018000', '153513.020000', '153513.023000', '153513.026000', '153513.028000', '153513.031000', '153513.033000', '153513.036000', '153513.038000', '153513.041000', '153513.043000', '153513.046000', '153513.049000', '153513.052000', '153513.054000', '153513.057000', '153532.943000', '153532.946000', '153532.949000', '153532.951000', '153532.954000', '153532.957000', '153532.959000', '153532.962000', '153532.964000', '153532.967000', '153532.970000', '153532.972000', '153532.975000', '153532.978000', '153532.980000', '153532.983000', '153532.985000', '153532.988000', '153532.991000', '153532.993000', '153532.996000', '153532.998000', '153533.002000', '153533.004000', '153533.007000', '153533.038000', '153533.041000', '153533.043000', '153533.046000', '153533.048000', '153533.051000', '153533.054000', '153533.057000', '153533.059000', '153533.062000', '153533.064000', '153533.069000', '153533.071000', '153533.074000', '153533.077000', '153533.079000', '153533.082000', '153533.084000', '153552.942000', '153552.945000', '153552.948000', '153552.951000', '153552.953000', '153552.956000', '153552.958000', '153552.961000', '153552.964000', '153552.966000', '153552.969000', '153552.972000', '153552.974000', '153552.977000', '153552.980000', '153552.982000', '153552.985000', '153552.987000', '153552.990000', '153552.993000', '153552.995000', '153552.998000', '153553.002000', '153553.004000', '153553.007000', '153553.009000', '153553.012000', '153553.015000', '153553.017000', '153553.020000', '153553.022000', '153553.025000', '153553.027000', '153553.030000', '153553.033000', '153553.035000', '153553.038000', '153553.040000', '153553.043000', '153553.046000', '153553.048000', '153553.051000', '153553.053000', '153553.056000', '153612.943000', '153612.946000', '153612.949000', '153612.951000', '153612.954000', '153612.957000', '153612.959000', '153612.962000', '153612.964000', '153612.967000', '153612.970000', '153612.972000', '153612.975000', '153612.978000', '153612.980000', '153612.983000', '153612.986000', '153612.988000', '153612.991000', '153612.993000', '153612.996000', '153612.998000', '153613.002000', '153613.005000', '153613.007000', '153613.010000', '153613.012000', '153613.015000', '153613.018000', '153613.020000', '153613.023000', '153613.025000', '153613.028000', '153613.031000', '153613.033000', '153613.036000', '153613.038000', '153613.041000', '153613.044000', '153613.046000', '153613.049000', '153613.051000', '153613.054000', '153632.943000', '153632.946000', '153632.949000', '153632.952000', '153632.954000', '153632.957000', '153632.960000', '153632.962000', '153632.965000', '153632.967000', '153632.970000', '153632.973000', '153632.975000', '153632.978000', '153632.980000', '153632.983000', '153632.986000', '153632.988000', '153632.991000', '153632.993000', '153632.996000', '153632.998000', '153633.002000', '153633.005000', '153633.007000', '153633.010000', '153633.012000', '153633.015000', '153633.017000', '153633.020000', '153633.023000', '153633.025000', '153633.028000', '153633.031000', '153633.033000', '153633.036000', '153633.038000', '153633.041000', '153633.044000', '153633.046000', '153633.049000', '153633.051000', '153633.054000', '153633.056000', '153652.943000', '153652.946000', '153652.949000', '153652.952000', '153652.954000', '153652.957000', '153652.959000', '153652.962000', '153652.965000', '153652.967000', '153652.970000', '153652.972000', '153652.975000', '153652.977000', '153652.980000', '153652.983000', '153652.985000', '153652.988000', '153652.990000', '153652.993000', '153652.996000', '153652.998000', '153653.002000', '153653.004000', '153653.007000', '153653.010000', '153653.012000', '153653.015000', '153653.017000', '153653.020000', '153653.023000', '153653.025000', '153653.028000', '153653.030000', '153653.033000', '153653.036000', '153653.046000', '153653.048000', '153653.051000', '153653.053000', '153653.056000', '153653.059000', '153653.061000', '153712.944000', '153712.946000', '153712.949000', '153712.952000', '153712.955000', '153712.958000', '153712.960000', '153712.963000', '153712.966000', '153712.969000', '153712.971000', '153712.974000', '153712.976000', '153712.979000', '153712.982000', '153712.984000', '153712.987000', '153712.989000', '153712.992000', '153712.995000', '153713.000000', '153713.002000', '153713.005000', '153713.008000', '153713.011000', '153713.013000', '153713.016000', '153713.019000', '153713.021000', '153713.024000', '153713.027000', '153713.029000', '153713.032000', '153713.035000', '153713.037000', '153713.040000', '153713.043000', '153713.045000', '153713.048000', '153713.050000', '153713.053000', '153713.056000', '153713.058000', '153713.061000', '153732.944000', '153732.946000', '153732.949000', '153732.952000', '153732.954000', '153732.957000', '153732.960000', '153732.962000', '153732.965000', '153732.967000', '153732.970000', '153732.972000', '153732.975000', '153732.977000', '153732.980000', '153732.983000', '153732.985000', '153732.988000', '153732.991000', '153732.993000', '153732.996000', '153733.000000', '153733.002000', '153733.005000', '153733.008000', '153733.010000', '153733.013000', '153733.016000', '153733.018000', '153733.021000', '153733.023000', '153733.026000', '153733.029000', '153733.031000', '153733.034000', '153733.036000', '153733.039000', '153733.041000', '153733.044000', '153733.047000', '153733.049000', '153733.052000', '153733.054000', '153752.944000', '153752.946000', '153752.949000', '153752.951000', '153752.954000', '153752.957000', '153752.959000', '153752.962000', '153752.965000', '153752.967000', '153752.970000', '153752.973000', '153752.975000', '153752.978000', '153752.980000', '153752.983000', '153752.986000', '153752.988000', '153752.991000', '153752.993000', '153752.996000', '153753.000000', '153753.002000', '153753.005000', '153753.008000', '153753.010000', '153753.013000', '153753.016000', '153753.018000', '153753.021000', '153753.023000', '153753.026000', '153753.029000', '153753.031000', '153753.034000', '153753.036000', '153753.039000', '153753.042000', '153753.044000', '153753.047000', '153753.049000', '153753.052000', '153753.055000', '153753.057000', '153757.996000', '153758.000000', '153758.003000', '153758.005000', '153758.008000', '153758.011000', '153758.013000', '153758.016000', '153758.019000', '153758.021000', '153758.024000'], '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': [11588, 12298, 11972, 7411, 9646, 7919, 6992, 12168, 8677, 10766, 10206, 6946, 13171, 9969, 14565, 14144, 8440, 13954, 10860, 7324, 11218, 8197, 9425, 11605, 7013, 9108, 8700, 6891, 9043, 7937, 7179, 16361, 13849, 8417, 12448, 12401, 8124, 8941, 7757, 7351, 8579, 8809, 8135, 8684, 8356, 7942, 9029, 10116, 8506, 9319, 8000, 8138, 9992, 9752, 8578, 8922, 7742, 9456, 7749, 7679, 7984, 7676, 8872, 7875, 9158, 11690, 7886, 10319, 7590, 10001, 8815, 8854, 8517, 7159, 6816, 6994, 8896, 7031, 7512, 7873, 8216, 8784, 10098, 8942, 12345, 7230, 8114, 7691, 7871, 8087, 8258, 7951, 6898, 9127, 7880, 8864, 6929, 7364, 11814, 8125, 10194, 9194, 7852, 14349, 9211, 9293, 10302, 7403, 10754, 8932, 8948, 12024, 7954, 8432, 8035, 7724, 10204, 8573, 8483, 7738, 7364, 8158, 8156, 9088, 8459, 9556, 7777, 7870, 8627, 7299, 9429, 7733, 9090, 8081, 9153, 8686, 9899, 8359, 9182, 7378, 7817, 7548, 6936, 7667, 7270, 7400, 8855, 6903, 9228, 7526, 7175, 8115, 7242, 7800, 7029, 9184, 8350, 10290, 7660, 8930, 7160, 8150, 7531, 7975, 7175, 7973, 6898, 7643, 6857, 7644, 8053, 7463, 8317, 7257, 7875, 7511, 8350, 6950, 10402, 9328, 8123, 7514, 9642, 7099, 7606, 7712, 8260, 7721, 6966, 7602, 6988, 7153, 7285, 8170, 8277, 7878, 7032, 6923, 6864, 10200, 6462, 8414, 7057, 7095, 6857, 7543, 10004, 6828, 11430, 9318, 7116, 8635, 6717, 10111, 8826, 6824, 8258, 8222, 7715, 10282, 9339, 14090, 10332, 6966, 12751, 8983, 8327, 8753, 8703, 8213, 12379, 9459, 8962, 11308, 7914, 8494, 7230, 7402, 7874, 8709, 8274, 10473, 9108, 9461, 9882, 9048, 13289, 11231, 9083, 9196, 10021, 10527, 7989, 9836, 7705, 7674, 7445, 8275, 8274, 8806, 7525, 8034, 7179, 9117, 7689, 9788, 7403, 9218, 7308, 9110, 7707, 8442, 9914, 7415, 7806, 7572, 7345, 9860, 9392, 9121, 7597, 8761, 7283, 9089, 7633, 9365, 9302, 9325, 7225, 8845, 7689, 8570, 7617, 7590, 8163, 7288, 8301, 7431, 8605, 8748, 11686, 7601, 8902, 7423, 8150, 7566, 7881, 7508, 9148, 7657, 8466, 7301, 7779, 7374, 10240, 8910, 9388, 7654, 8680, 7765, 8531, 7236, 9600, 8104, 9608, 7205, 9751, 7134, 9359, 7275, 9478, 7960, 8740, 7648, 8905, 7470, 9628, 9022, 12047, 9810, 7907, 7643, 8370, 7502, 8227, 7232, 7608, 7578, 8840, 7414, 9170, 7042, 7509, 7430, 9104, 7241, 9749, 7192, 8467, 7709, 11256, 9175, 10289, 8020, 8118, 7353, 7650, 7984, 7994, 7680, 8761, 7832, 8445, 7863, 8304, 7540, 8072, 7305, 8336, 7683, 8495, 7332, 8144, 7503, 9275, 7804, 8381, 7179, 8107, 7253, 8027, 9197, 8142, 8818, 8599, 9430, 7636, 9207, 7795, 8205, 7725, 8534, 7963, 8274, 7904, 6918, 8282, 7520, 7968, 7514, 7588, 6876, 7145, 6995, 7393, 7052, 7074, 7118, 7410, 6967, 7415, 7711, 7518, 7467, 7292, 9368, 7998, 11479, 6965, 7681, 8097, 7692, 9548, 7551, 8586, 7254, 7867, 7531, 9092, 7000, 9463, 7057, 9355, 7273, 8045, 7580, 7520, 7800, 8863, 7429, 8197, 7936, 10039, 7336, 10438, 7534, 8072, 7414, 8148, 8165, 7478, 8744, 7487, 8329, 7685, 7197, 7949, 7010, 7973, 7783, 8017, 7891, 7778, 7077, 7726, 7993, 7479, 8518, 7619, 8134, 7603, 9044, 7569, 10460, 10280, 9018, 7962, 7073, 6795, 7337, 10317, 7499, 10595, 7084, 8660, 7519, 7596, 7608, 10701, 9216, 12403, 9846, 7247, 9604, 7497, 10266, 7226, 10980, 7716, 9237, 8160, 7846, 8090, 9124, 7805, 9719, 7913, 8234, 8330, 8045, 8166, 8021, 8313, 8134, 7464, 8341, 8432, 8130, 8288, 8199, 8713, 7996, 9207, 7143, 8739, 7427, 8618, 7289, 8622, 8057, 8651, 8761, 8815, 8645, 9063, 8038, 8657, 7774, 8850, 8319, 7242, 8291, 8775, 8053, 8531, 8358, 7058, 8279, 7315, 8195, 7073, 8317, 6863, 8754, 7092, 8250, 7681, 8192, 7041, 8199, 7629, 7946, 7680, 8023, 7977, 8272, 7631, 7876, 7049, 8115, 9506, 8467, 9509, 8819, 8973, 8614, 7443, 8793, 7826, 9158, 8705, 9214, 8724, 8900, 7680, 9248, 8096, 8848, 7733, 9064, 7154, 9185, 7193, 9145, 7872, 9035, 9795, 8467, 9338, 9205, 8129, 6966, 8269, 10032, 8352, 8957, 8777, 7142, 8390, 7108, 8316, 7716, 8332, 8062, 8261, 7167, 8340, 7220, 7994, 7980, 7938, 7009, 8135, 7182, 8352, 7218, 8304, 7104, 9312, 6956, 8146, 7405, 9892, 8365, 10068, 9357, 9912, 7437, 7844, 7249, 8212, 7440, 7889, 7696, 7772, 7410, 7796, 8042, 7724, 7808, 8330, 7445, 8466, 7994, 8741, 7245, 8883, 7254, 8854, 7456, 8285, 7426, 8295, 7335, 8575, 7390, 8625, 7235, 8361, 7962, 8439, 9887, 8655, 8720, 8466, 8050, 8329, 7093, 8264, 8109, 9155, 9094, 9526, 9837, 9284, 8434, 8780, 8892, 7278, 10113, 8347, 7669, 8361, 7789, 8123, 7621, 7162, 8554, 7112, 7339, 7068, 7869, 7834, 7740, 9343, 8453, 7748, 7577, 7137, 7953, 7861, 8590, 7560, 8424, 8090, 8141, 7337, 8704, 8066, 8153, 9673, 8239, 9525, 8743, 8045, 8358, 7498, 7417, 7762, 7912, 7707, 7230, 7776, 7522, 7555, 8853, 7982, 7581, 8416, 7700, 8210, 7256, 8306, 7497, 8448, 7556, 8487, 7352, 8542, 7446, 8698, 8014, 7967, 9611, 7187, 7859, 7845, 7368, 7248, 7723, 7712, 7529, 7418, 7906, 7686, 7901, 7375, 8200, 7637, 8256, 9312, 8346, 9493, 8691, 9832, 8138, 10426, 7170, 7986, 7214, 7371, 7420, 7468, 7457, 7823, 7529, 7935, 7330, 8168, 7738, 8190, 8244, 8760, 8391, 9044, 7616, 8342, 7614, 8691, 7711, 8347, 8458, 8150, 7568, 7928, 7412, 7216, 7366, 9214, 8187, 7244, 7841, 7242, 7683, 7451, 8355, 7303, 6867, 7217, 7332, 8759, 8155, 8660, 10205, 9122, 7967, 7694, 7548, 7764, 8497, 8414, 9038, 10056, 6913, 7608, 7338, 7119, 6947, 8044, 7607, 8423, 9004, 7809, 8888, 7945, 8373, 7434, 8192, 7175, 7535, 7570, 7902, 7655, 7669, 7181, 7350, 7502, 7426, 7283, 7886, 8187, 8395], 'WindowCenter': [4165.0, 4163.0, 4195.0, 4186.0, 4248.0, 4182.0, 4142.0, 4207.0, 4190.0, 4195.0, 4185.0, 4156.0, 4205.0, 4169.0, 4211.0, 4172.0, 4178.0, 4186.0, 4167.0, 4141.0, 4178.0, 4148.0, 4155.0, 4166.0, 4141.0, 4162.0, 4162.0, 4140.0, 4158.0, 4133.0, 4124.0, 4223.0, 4158.0, 4028.0, 4102.0, 4119.0, 4092.0, 4116.0, 4107.0, 4108.0, 4130.0, 4142.0, 4146.0, 4146.0, 4135.0, 4134.0, 4143.0, 4167.0, 4147.0, 4145.0, 4133.0, 4136.0, 4157.0, 4157.0, 4147.0, 4145.0, 4124.0, 4155.0, 4125.0, 4138.0, 4136.0, 4137.0, 4145.0, 4137.0, 4157.0, 4179.0, 4138.0, 4158.0, 4126.0, 4155.0, 4146.0, 4145.0, 4147.0, 4126.0, 4114.0, 4125.0, 4157.0, 4126.0, 4151.0, 4148.0, 4148.0, 4135.0, 4157.0, 4147.0, 4190.0, 4128.0, 4136.0, 4125.0, 4133.0, 4253.0, 4237.0, 4196.0, 4156.0, 4174.0, 4163.0, 4159.0, 4141.0, 4154.0, 4208.0, 4162.0, 4183.0, 4173.0, 4135.0, 4203.0, 4160.0, 4140.0, 4078.0, 4053.0, 4112.0, 4115.0, 4132.0, 4150.0, 4122.0, 4122.0, 4122.0, 4124.0, 4154.0, 4148.0, 4147.0, 4136.0, 4124.0, 4133.0, 4132.0, 4143.0, 4134.0, 4143.0, 4123.0, 4133.0, 4146.0, 4124.0, 4156.0, 4135.0, 4144.0, 4134.0, 4143.0, 4144.0, 4153.0, 4134.0, 4142.0, 4122.0, 4122.0, 4122.0, 4111.0, 4134.0, 4122.0, 4125.0, 4143.0, 4125.0, 4155.0, 4136.0, 4126.0, 4136.0, 4126.0, 4138.0, 4138.0, 4159.0, 4148.0, 4168.0, 4138.0, 4147.0, 4125.0, 4135.0, 4124.0, 4136.0, 4124.0, 4135.0, 4124.0, 4124.0, 4115.0, 4138.0, 4147.0, 4137.0, 4146.0, 4126.0, 4136.0, 4126.0, 4135.0, 4127.0, 4166.0, 4158.0, 4134.0, 4126.0, 4144.0, 4114.0, 4123.0, 4137.0, 4135.0, 4135.0, 4123.0, 4136.0, 4112.0, 4125.0, 4093.0, 4222.0, 4239.0, 4225.0, 4168.0, 4168.0, 4126.0, 4168.0, 4113.0, 4147.0, 4106.0, 4150.0, 4128.0, 4134.0, 4142.0, 4141.0, 4178.0, 4158.0, 4123.0, 4131.0, 4098.0, 4168.0, 4157.0, 4109.0, 4146.0, 4133.0, 4133.0, 4151.0, 4153.0, 4184.0, 4137.0, 4121.0, 4011.0, 4069.0, 4089.0, 4101.0, 4106.0, 4090.0, 4162.0, 4129.0, 4130.0, 4152.0, 4135.0, 4133.0, 4123.0, 4124.0, 4134.0, 4147.0, 4149.0, 4169.0, 4145.0, 4141.0, 4155.0, 4144.0, 4187.0, 4167.0, 4134.0, 4143.0, 4155.0, 4153.0, 4132.0, 4151.0, 4121.0, 4117.0, 4123.0, 4132.0, 4132.0, 4142.0, 4135.0, 4130.0, 4122.0, 4141.0, 4134.0, 4153.0, 4123.0, 4154.0, 4122.0, 4144.0, 4133.0, 4132.0, 4156.0, 4123.0, 4135.0, 4133.0, 4124.0, 4153.0, 4145.0, 4154.0, 4122.0, 4142.0, 4122.0, 4141.0, 4133.0, 4142.0, 4144.0, 4142.0, 4122.0, 4142.0, 4124.0, 4143.0, 4133.0, 4133.0, 4133.0, 4123.0, 4133.0, 4123.0, 4145.0, 4144.0, 4175.0, 4123.0, 4144.0, 4122.0, 4132.0, 4134.0, 4134.0, 4123.0, 4154.0, 4134.0, 4133.0, 4125.0, 4122.0, 4135.0, 4163.0, 4145.0, 4143.0, 4134.0, 4131.0, 4121.0, 4143.0, 4134.0, 4141.0, 4133.0, 4151.0, 4122.0, 4152.0, 4122.0, 4142.0, 4124.0, 4153.0, 4133.0, 4132.0, 4123.0, 4142.0, 4122.0, 4152.0, 4142.0, 4172.0, 4153.0, 4120.0, 4133.0, 4132.0, 4122.0, 4132.0, 4123.0, 4122.0, 4134.0, 4142.0, 4124.0, 4141.0, 4124.0, 4134.0, 4134.0, 4143.0, 4135.0, 4155.0, 4124.0, 4132.0, 4135.0, 4165.0, 4144.0, 4152.0, 4132.0, 4119.0, 4122.0, 4120.0, 4132.0, 4121.0, 4122.0, 4132.0, 4122.0, 4132.0, 4132.0, 4131.0, 4132.0, 4131.0, 4122.0, 4131.0, 4122.0, 4143.0, 4122.0, 4132.0, 4122.0, 4143.0, 4121.0, 4133.0, 4111.0, 4132.0, 4121.0, 4133.0, 4142.0, 4134.0, 4143.0, 4144.0, 4142.0, 4122.0, 4141.0, 4122.0, 4132.0, 4123.0, 4131.0, 4134.0, 4132.0, 4134.0, 4111.0, 4134.0, 4122.0, 4134.0, 4122.0, 4135.0, 4111.0, 4123.0, 4110.0, 4122.0, 4110.0, 4123.0, 4112.0, 4138.0, 4125.0, 4137.0, 4135.0, 4125.0, 4123.0, 4123.0, 4144.0, 4121.0, 4165.0, 4112.0, 4123.0, 4132.0, 4125.0, 4143.0, 4135.0, 4132.0, 4123.0, 4131.0, 4135.0, 4143.0, 4125.0, 4144.0, 4125.0, 4156.0, 4137.0, 4135.0, 4136.0, 4124.0, 4137.0, 4144.0, 4125.0, 4132.0, 4134.0, 4154.0, 4123.0, 4153.0, 4122.0, 4123.0, 4112.0, 4123.0, 4133.0, 4124.0, 4132.0, 4124.0, 4134.0, 4123.0, 4112.0, 4134.0, 4123.0, 4147.0, 4135.0, 4149.0, 4163.0, 4150.0, 4112.0, 4120.0, 4118.0, 4121.0, 4133.0, 4139.0, 4138.0, 4149.0, 4159.0, 4152.0, 4178.0, 4167.0, 4146.0, 4136.0, 4124.0, 4101.0, 4102.0, 4127.0, 4144.0, 4173.0, 4114.0, 4163.0, 4142.0, 4140.0, 4152.0, 4169.0, 4147.0, 4175.0, 4160.0, 4115.0, 4143.0, 4113.0, 4157.0, 4123.0, 4155.0, 4124.0, 4145.0, 4123.0, 4122.0, 4121.0, 4144.0, 4125.0, 4144.0, 4123.0, 4123.0, 4133.0, 4123.0, 4123.0, 4137.0, 4135.0, 4123.0, 4125.0, 4134.0, 4134.0, 4125.0, 4134.0, 4136.0, 4148.0, 4125.0, 4158.0, 4114.0, 4137.0, 4114.0, 4148.0, 4115.0, 4148.0, 4138.0, 4149.0, 4137.0, 4149.0, 4136.0, 4137.0, 4125.0, 4136.0, 4126.0, 4148.0, 4138.0, 4126.0, 4138.0, 4137.0, 4137.0, 4148.0, 4138.0, 4129.0, 4140.0, 4127.0, 4138.0, 4128.0, 4139.0, 4117.0, 4138.0, 4130.0, 4152.0, 4139.0, 4151.0, 4129.0, 4151.0, 4128.0, 4140.0, 4140.0, 4140.0, 4138.0, 4151.0, 4129.0, 4140.0, 4129.0, 4141.0, 4159.0, 4150.0, 4158.0, 4149.0, 4146.0, 4148.0, 4115.0, 4138.0, 4128.0, 4159.0, 4137.0, 4148.0, 4135.0, 4148.0, 4125.0, 4147.0, 4136.0, 4158.0, 4126.0, 4161.0, 4127.0, 4162.0, 4128.0, 4161.0, 4140.0, 4161.0, 4158.0, 4138.0, 4149.0, 4149.0, 4140.0, 4117.0, 4139.0, 4158.0, 4138.0, 4135.0, 4149.0, 4115.0, 4138.0, 4115.0, 4150.0, 4140.0, 4150.0, 4139.0, 4151.0, 4130.0, 4152.0, 4140.0, 4153.0, 4141.0, 4141.0, 4130.0, 4141.0, 4131.0, 4153.0, 4141.0, 4153.0, 4130.0, 4163.0, 4130.0, 4142.0, 4132.0, 4162.0, 4139.0, 4160.0, 4148.0, 4159.0, 4115.0, 4126.0, 4114.0, 4138.0, 4127.0, 4138.0, 4126.0, 4128.0, 4126.0, 4128.0, 4125.0, 4139.0, 4126.0, 4137.0, 4116.0, 4138.0, 4123.0, 4138.0, 4115.0, 4148.0, 4125.0, 4148.0, 4126.0, 4140.0, 4128.0, 4150.0, 4130.0, 4163.0, 4128.0, 4164.0, 4131.0, 4154.0, 4141.0, 4152.0, 4161.0, 4151.0, 4150.0, 4151.0, 4138.0, 4139.0, 4118.0, 4151.0, 4140.0, 4160.0, 4149.0, 4160.0, 4159.0, 4150.0, 4137.0, 4150.0, 4149.0, 4125.0, 4159.0, 4137.0, 4128.0, 4138.0, 4129.0, 4138.0, 4140.0, 4117.0, 4150.0, 4129.0, 4129.0, 4117.0, 4140.0, 4128.0, 4139.0, 4149.0, 4142.0, 4128.0, 4141.0, 4117.0, 4141.0, 4140.0, 4152.0, 4129.0, 4152.0, 4139.0, 4141.0, 4128.0, 4152.0, 4140.0, 4137.0, 4159.0, 4138.0, 4148.0, 4138.0, 4126.0, 4138.0, 4127.0, 4125.0, 4126.0, 4137.0, 4127.0, 4128.0, 4129.0, 4129.0, 4143.0, 4149.0, 4139.0, 4126.0, 4140.0, 4125.0, 4137.0, 4115.0, 4150.0, 4127.0, 4139.0, 4128.0, 4150.0, 4128.0, 4150.0, 4128.0, 4150.0, 4140.0, 4139.0, 4160.0, 4118.0, 4140.0, 4141.0, 4130.0, 4128.0, 4143.0, 4139.0, 4140.0, 4129.0, 4143.0, 4130.0, 4141.0, 4129.0, 4151.0, 4128.0, 4152.0, 4150.0, 4142.0, 4150.0, 4139.0, 4161.0, 4129.0, 4158.0, 4115.0, 4126.0, 4115.0, 4116.0, 4115.0, 4128.0, 4127.0, 4129.0, 4126.0, 4139.0, 4116.0, 4140.0, 4128.0, 4138.0, 4137.0, 4137.0, 4137.0, 4149.0, 4126.0, 4139.0, 4128.0, 4150.0, 4142.0, 4140.0, 4141.0, 4141.0, 4131.0, 4140.0, 4131.0, 4130.0, 4131.0, 4149.0, 4140.0, 4128.0, 4140.0, 4117.0, 4129.0, 4129.0, 4140.0, 4130.0, 4120.0, 4130.0, 4131.0, 4152.0, 4143.0, 4153.0, 4162.0, 4165.0, 4141.0, 4143.0, 4130.0, 4130.0, 4139.0, 4142.0, 4139.0, 4162.0, 4117.0, 4129.0, 4117.0, 4119.0, 4119.0, 4128.0, 4129.0, 4141.0, 4150.0, 4128.0, 4150.0, 4139.0, 4142.0, 4130.0, 4143.0, 4120.0, 4143.0, 4132.0, 4143.0, 4140.0, 4144.0, 4134.0, 4134.0, 4134.0, 4146.0, 4145.0, 4144.0, 4155.0, 4155.0], 'WindowWidth': [9231.0, 9225.0, 9289.0, 9296.0, 9399.0, 9283.0, 9211.0, 9308.0, 9292.0, 9286.0, 9274.0, 9238.0, 9298.0, 9241.0, 9304.0, 9232.0, 9272.0, 9260.0, 9236.0, 9210.0, 9252.0, 9212.0, 9218.0, 9228.0, 9212.0, 9234.0, 9236.0, 9205.0, 9225.0, 9185.0, 9176.0, 9321.0, 9204.0, 8978.0, 9106.0, 9139.0, 9109.0, 9148.0, 9139.0, 9145.0, 9180.0, 9199.0, 9212.0, 9210.0, 9193.0, 9192.0, 9203.0, 9241.0, 9214.0, 9208.0, 9189.0, 9195.0, 9221.0, 9225.0, 9211.0, 9205.0, 9177.0, 9219.0, 9179.0, 9201.0, 9195.0, 9198.0, 9207.0, 9199.0, 9224.0, 9258.0, 9201.0, 9228.0, 9181.0, 9218.0, 9207.0, 9205.0, 9211.0, 9184.0, 9165.0, 9181.0, 9226.0, 9187.0, 9227.0, 9218.0, 9217.0, 9191.0, 9220.0, 9210.0, 9272.0, 9187.0, 9196.0, 9180.0, 9189.0, 9423.0, 9387.0, 9307.0, 9236.0, 9256.0, 9241.0, 9232.0, 9210.0, 9232.0, 9307.0, 9241.0, 9267.0, 9255.0, 9188.0, 9290.0, 9231.0, 9187.0, 9065.0, 9037.0, 9133.0, 9145.0, 9179.0, 9201.0, 9167.0, 9168.0, 9170.0, 9176.0, 9215.0, 9215.0, 9210.0, 9194.0, 9175.0, 9189.0, 9186.0, 9202.0, 9189.0, 9201.0, 9175.0, 9189.0, 9210.0, 9177.0, 9222.0, 9193.0, 9203.0, 9190.0, 9202.0, 9204.0, 9214.0, 9190.0, 9197.0, 9173.0, 9173.0, 9174.0, 9155.0, 9192.0, 9171.0, 9181.0, 9201.0, 9181.0, 9221.0, 9195.0, 9183.0, 9198.0, 9183.0, 9202.0, 9205.0, 9230.0, 9215.0, 9243.0, 9203.0, 9212.0, 9181.0, 9194.0, 9178.0, 9197.0, 9177.0, 9195.0, 9177.0, 9178.0, 9167.0, 9203.0, 9215.0, 9199.0, 9208.0, 9184.0, 9196.0, 9185.0, 9194.0, 9188.0, 9238.0, 9227.0, 9192.0, 9184.0, 9204.0, 9166.0, 9174.0, 9200.0, 9193.0, 9195.0, 9175.0, 9196.0, 9160.0, 9181.0, 9119.0, 9360.0, 9394.0, 9362.0, 9260.0, 9260.0, 9185.0, 9243.0, 9163.0, 9214.0, 9138.0, 9228.0, 9188.0, 9188.0, 9195.0, 9212.0, 9253.0, 9224.0, 9171.0, 9175.0, 9129.0, 9242.0, 9225.0, 9151.0, 9208.0, 9186.0, 9184.0, 9206.0, 9213.0, 9255.0, 9180.0, 9173.0, 8926.0, 9058.0, 9098.0, 9117.0, 9132.0, 9103.0, 9217.0, 9170.0, 9171.0, 9207.0, 9189.0, 9183.0, 9173.0, 9174.0, 9190.0, 9212.0, 9214.0, 9243.0, 9207.0, 9195.0, 9219.0, 9202.0, 9262.0, 9236.0, 9186.0, 9199.0, 9215.0, 9213.0, 9185.0, 9209.0, 9169.0, 9160.0, 9175.0, 9186.0, 9185.0, 9198.0, 9193.0, 9181.0, 9174.0, 9198.0, 9192.0, 9216.0, 9177.0, 9220.0, 9174.0, 9204.0, 9190.0, 9186.0, 9224.0, 9176.0, 9196.0, 9191.0, 9179.0, 9216.0, 9205.0, 9218.0, 9174.0, 9199.0, 9173.0, 9197.0, 9190.0, 9198.0, 9205.0, 9199.0, 9171.0, 9197.0, 9177.0, 9203.0, 9188.0, 9191.0, 9190.0, 9177.0, 9191.0, 9176.0, 9207.0, 9204.0, 9245.0, 9175.0, 9205.0, 9171.0, 9184.0, 9193.0, 9193.0, 9178.0, 9219.0, 9193.0, 9190.0, 9182.0, 9173.0, 9197.0, 9231.0, 9209.0, 9202.0, 9194.0, 9183.0, 9171.0, 9202.0, 9193.0, 9196.0, 9190.0, 9211.0, 9175.0, 9214.0, 9175.0, 9200.0, 9179.0, 9214.0, 9190.0, 9185.0, 9176.0, 9200.0, 9172.0, 9213.0, 9201.0, 9238.0, 9216.0, 9167.0, 9191.0, 9185.0, 9174.0, 9187.0, 9178.0, 9173.0, 9194.0, 9200.0, 9179.0, 9197.0, 9180.0, 9195.0, 9194.0, 9202.0, 9196.0, 9221.0, 9180.0, 9186.0, 9195.0, 9233.0, 9205.0, 9211.0, 9188.0, 9165.0, 9172.0, 9166.0, 9187.0, 9169.0, 9172.0, 9185.0, 9172.0, 9186.0, 9186.0, 9184.0, 9188.0, 9185.0, 9172.0, 9185.0, 9174.0, 9203.0, 9173.0, 9187.0, 9175.0, 9202.0, 9171.0, 9188.0, 9157.0, 9186.0, 9172.0, 9189.0, 9200.0, 9191.0, 9201.0, 9204.0, 9199.0, 9172.0, 9196.0, 9174.0, 9188.0, 9176.0, 9183.0, 9192.0, 9187.0, 9193.0, 9157.0, 9192.0, 9174.0, 9192.0, 9174.0, 9194.0, 9157.0, 9177.0, 9154.0, 9172.0, 9156.0, 9176.0, 9160.0, 9202.0, 9183.0, 9201.0, 9193.0, 9182.0, 9174.0, 9177.0, 9203.0, 9168.0, 9233.0, 9159.0, 9176.0, 9186.0, 9179.0, 9201.0, 9194.0, 9186.0, 9175.0, 9183.0, 9192.0, 9201.0, 9179.0, 9202.0, 9181.0, 9221.0, 9200.0, 9193.0, 9196.0, 9177.0, 9198.0, 9203.0, 9179.0, 9184.0, 9190.0, 9218.0, 9173.0, 9214.0, 9172.0, 9172.0, 9156.0, 9173.0, 9187.0, 9179.0, 9185.0, 9175.0, 9189.0, 9174.0, 9159.0, 9189.0, 9175.0, 9213.0, 9195.0, 9223.0, 9246.0, 9221.0, 9159.0, 9164.0, 9160.0, 9169.0, 9187.0, 9206.0, 9201.0, 9222.0, 9232.0, 9229.0, 9257.0, 9239.0, 9209.0, 9197.0, 9179.0, 9141.0, 9143.0, 9166.0, 9217.0, 9250.0, 9161.0, 9240.0, 9212.0, 9207.0, 9226.0, 9242.0, 9210.0, 9245.0, 9233.0, 9164.0, 9198.0, 9159.0, 9223.0, 9174.0, 9219.0, 9178.0, 9204.0, 9172.0, 9170.0, 9167.0, 9200.0, 9178.0, 9203.0, 9172.0, 9171.0, 9186.0, 9172.0, 9172.0, 9198.0, 9191.0, 9172.0, 9178.0, 9189.0, 9188.0, 9177.0, 9188.0, 9194.0, 9214.0, 9178.0, 9226.0, 9164.0, 9196.0, 9161.0, 9213.0, 9165.0, 9214.0, 9199.0, 9215.0, 9195.0, 9213.0, 9193.0, 9195.0, 9176.0, 9191.0, 9181.0, 9214.0, 9200.0, 9179.0, 9198.0, 9196.0, 9197.0, 9213.0, 9200.0, 9190.0, 9205.0, 9182.0, 9201.0, 9187.0, 9202.0, 9171.0, 9201.0, 9194.0, 9226.0, 9204.0, 9222.0, 9190.0, 9223.0, 9187.0, 9205.0, 9207.0, 9208.0, 9200.0, 9222.0, 9189.0, 9206.0, 9190.0, 9209.0, 9232.0, 9221.0, 9227.0, 9216.0, 9208.0, 9214.0, 9166.0, 9200.0, 9188.0, 9232.0, 9196.0, 9212.0, 9192.0, 9212.0, 9179.0, 9212.0, 9197.0, 9231.0, 9184.0, 9236.0, 9187.0, 9238.0, 9187.0, 9236.0, 9208.0, 9237.0, 9229.0, 9202.0, 9217.0, 9216.0, 9205.0, 9172.0, 9205.0, 9228.0, 9200.0, 9191.0, 9216.0, 9168.0, 9200.0, 9166.0, 9221.0, 9209.0, 9221.0, 9205.0, 9222.0, 9195.0, 9226.0, 9208.0, 9229.0, 9210.0, 9209.0, 9194.0, 9211.0, 9197.0, 9227.0, 9213.0, 9229.0, 9195.0, 9243.0, 9195.0, 9214.0, 9200.0, 9239.0, 9204.0, 9234.0, 9214.0, 9231.0, 9167.0, 9181.0, 9164.0, 9202.0, 9186.0, 9200.0, 9184.0, 9187.0, 9182.0, 9185.0, 9180.0, 9204.0, 9182.0, 9198.0, 9168.0, 9201.0, 9175.0, 9201.0, 9165.0, 9215.0, 9181.0, 9214.0, 9182.0, 9208.0, 9189.0, 9222.0, 9195.0, 9243.0, 9191.0, 9246.0, 9197.0, 9234.0, 9210.0, 9227.0, 9235.0, 9221.0, 9218.0, 9221.0, 9200.0, 9204.0, 9172.0, 9221.0, 9207.0, 9232.0, 9217.0, 9234.0, 9229.0, 9218.0, 9198.0, 9219.0, 9217.0, 9183.0, 9229.0, 9198.0, 9188.0, 9202.0, 9190.0, 9202.0, 9206.0, 9172.0, 9221.0, 9190.0, 9191.0, 9172.0, 9205.0, 9189.0, 9203.0, 9215.0, 9211.0, 9186.0, 9208.0, 9172.0, 9210.0, 9207.0, 9223.0, 9190.0, 9223.0, 9202.0, 9207.0, 9185.0, 9224.0, 9205.0, 9198.0, 9227.0, 9198.0, 9212.0, 9198.0, 9182.0, 9201.0, 9184.0, 9179.0, 9182.0, 9196.0, 9185.0, 9186.0, 9191.0, 9189.0, 9213.0, 9215.0, 9202.0, 9182.0, 9203.0, 9178.0, 9197.0, 9167.0, 9220.0, 9186.0, 9204.0, 9186.0, 9219.0, 9185.0, 9218.0, 9185.0, 9220.0, 9206.0, 9201.0, 9230.0, 9175.0, 9205.0, 9206.0, 9192.0, 9187.0, 9215.0, 9205.0, 9205.0, 9189.0, 9214.0, 9192.0, 9210.0, 9193.0, 9221.0, 9186.0, 9225.0, 9217.0, 9210.0, 9217.0, 9203.0, 9235.0, 9186.0, 9227.0, 9165.0, 9180.0, 9164.0, 9168.0, 9165.0, 9186.0, 9184.0, 9187.0, 9182.0, 9203.0, 9167.0, 9204.0, 9184.0, 9200.0, 9198.0, 9197.0, 9195.0, 9214.0, 9181.0, 9204.0, 9187.0, 9221.0, 9210.0, 9207.0, 9207.0, 9207.0, 9195.0, 9206.0, 9194.0, 9192.0, 9195.0, 9215.0, 9207.0, 9186.0, 9205.0, 9171.0, 9191.0, 9189.0, 9206.0, 9191.0, 9180.0, 9193.0, 9195.0, 9223.0, 9214.0, 9228.0, 9236.0, 9246.0, 9207.0, 9212.0, 9191.0, 9192.0, 9202.0, 9208.0, 9198.0, 9235.0, 9170.0, 9187.0, 9168.0, 9176.0, 9176.0, 9185.0, 9188.0, 9205.0, 9217.0, 9186.0, 9219.0, 9205.0, 9209.0, 9190.0, 9211.0, 9178.0, 9215.0, 9196.0, 9216.0, 9207.0, 9219.0, 9205.0, 9204.0, 9202.0, 9221.0, 9219.0, 9215.0, 9230.0, 9231.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.014397660550458718</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.1488555605504587</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>49.89362226579795</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.111850715120552</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1543037643168768</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5568</td></tr>
|
|
<tr><td colspan=3>fber</td><td>2049.2778</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.3059692769849996</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>295</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>33.830275229357795</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.769949578069818</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.612083846813977</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0272945641873092</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6704703232081677</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00587529</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01658453606069088</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.08756602555513382</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.683231973750074</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>10.9308</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>81.708</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>271.961</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>76.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>283912.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1151.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>426.7317</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2956</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>424.8151</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3289.6111</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3421.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>92632.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1568.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4142.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>730.4745</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>16.82597601247835</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> |