=== Do not change lines below ===
{
"chain": [],
"cmd": "./code/containers/scripts/singularity_cmd exec code/containers/images/bids/bids-mriqc--24.0.2.sing mriqc sourcedata/raw . participant --participant-label sub-0095 --no-datalad-get --no-sub --verbose --nprocs 1 --mem 3000 --work-dir /tmp --float32 --verbose-reports",
"dsid": "2d58dd48-4166-4dc3-9cd1-64f3d0665a8c",
"exit": 0,
"extra_inputs": [
"code/containers/images/bids/bids-mriqc--24.0.2.sing"
],
"inputs": [
"sourcedata/raw/sub-0095",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0095_ses-01_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0095_ses-01_task-social_acq-mb8_run-03_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-03_session-01_subject-0095_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-01_subject-0095_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-01_subject-0095_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-01_subject-0095_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called «carpetplot» may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-03_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-03_session-01_subject-0095_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-03_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-03_session-01_subject-0095_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0095_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
|
|
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0095/ses-01/func/sub-0095_ses-01_task-social_acq-mb8_run-03_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>3dd0e851821feee884dc751f29027c07</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>14:33:26.157500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99829, 0.0499808, 0.0303313, -0.0489992, 0.998277, -0.0322874]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.10365</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4154, -7805, -7195, 505, -51, -294, -140, 54]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 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>263.489</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>3b51a4e0-b4ba-4acc-abb1-c54802ad65df||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.678337812423706, -0.13146118819713593, 0.08611041307449341, 115.68257904052734], [-0.13409483432769775, 2.6783037185668945, -0.08301421999931335, -85.75643920898438], [0.08137655258178711, 0.08662484586238861, 2.6973493099212646, -63.48495864868164], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 872]</td></tr>
|
|
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
|
|
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
|
|
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'AcquisitionTime': ['143326.157500', '143326.617500', '143327.077500', '143327.537500', '143327.997500', '143328.457500', '143328.917500', '143329.377500', '143329.837500', '143330.297500', '143330.757500', '143331.217500', '143331.677500', '143332.137500', '143332.597500', '143333.057500', '143333.517500', '143333.977500', '143334.437500', '143334.897500', '143335.357500', '143335.817500', '143336.277500', '143336.737500', '143337.197500', '143337.657500', '143338.117500', '143338.577500', '143339.037500', '143339.497500', '143339.957500', '143340.417500', '143340.877500', '143341.337500', '143341.797500', '143342.257500', '143342.717500', '143343.177500', '143343.637500', '143344.097500', '143344.557500', '143345.017500', '143345.477500', '143345.937500', '143346.397500', '143346.857500', '143347.317500', '143347.777500', '143348.237500', '143348.697500', '143349.157500', '143349.617500', '143350.077500', '143350.537500', '143350.997500', '143351.457500', '143351.917500', '143352.377500', '143352.837500', '143353.297500', '143353.757500', '143354.217500', '143354.677500', '143355.137500', '143355.597500', '143356.057500', '143356.517500', '143356.977500', '143357.437500', '143357.897500', '143358.357500', '143358.817500', '143359.277500', '143359.737500', '143400.197500', '143400.657500', '143401.117500', '143401.577500', '143402.037500', '143402.497500', '143402.957500', '143403.417500', '143403.877500', '143404.337500', '143404.797500', '143405.257500', '143405.717500', '143406.177500', '143406.637500', '143407.097500', '143407.557500', '143408.017500', '143408.477500', '143408.937500', '143409.397500', '143409.857500', '143410.317500', '143410.777500', '143411.237500', '143411.697500', '143412.157500', '143412.617500', '143413.077500', '143413.537500', '143413.997500', '143414.457500', '143414.917500', '143415.377500', '143415.837500', '143416.297500', '143416.757500', '143417.217500', '143417.677500', '143418.137500', '143418.597500', '143419.057500', '143419.517500', '143419.977500', '143420.437500', '143420.897500', '143421.357500', '143421.817500', '143422.277500', '143422.737500', '143423.197500', '143423.657500', '143424.117500', '143424.577500', '143425.037500', '143425.497500', '143425.957500', '143426.417500', '143426.877500', '143427.337500', '143427.797500', '143428.257500', '143428.717500', '143429.177500', '143429.637500', '143430.097500', '143430.557500', '143431.017500', '143431.477500', '143431.937500', '143432.397500', '143432.857500', '143433.317500', '143433.777500', '143434.237500', '143434.697500', '143435.157500', '143435.617500', '143436.077500', '143436.537500', '143436.997500', '143437.457500', '143437.917500', '143438.377500', '143438.837500', '143439.297500', '143439.757500', '143440.217500', '143440.677500', '143441.137500', '143441.597500', '143442.057500', '143442.517500', '143442.977500', '143443.437500', '143443.897500', '143444.357500', '143444.817500', '143445.277500', '143445.737500', '143446.197500', '143446.657500', '143447.117500', '143447.577500', '143448.037500', '143448.497500', '143448.957500', '143449.417500', '143449.877500', '143450.337500', '143450.797500', '143451.257500', '143451.717500', '143452.177500', '143452.637500', '143453.097500', '143453.557500', '143454.017500', '143454.477500', '143454.937500', '143455.397500', '143455.857500', '143456.317500', '143456.777500', '143457.237500', '143457.697500', '143458.157500', '143458.617500', '143459.077500', '143459.537500', '143459.997500', '143500.457500', '143500.917500', '143501.377500', '143501.837500', '143502.297500', '143502.757500', '143503.217500', '143503.677500', '143504.137500', '143504.597500', '143505.057500', '143505.517500', '143505.977500', '143506.437500', '143506.897500', '143507.357500', '143507.817500', '143508.277500', '143508.737500', '143509.197500', '143509.657500', '143510.117500', '143510.577500', '143511.037500', '143511.497500', '143511.957500', '143512.417500', '143512.877500', '143513.337500', '143513.797500', '143514.257500', '143514.717500', '143515.177500', '143515.637500', '143516.097500', '143516.557500', '143517.017500', '143517.477500', '143517.937500', '143518.397500', '143518.857500', '143519.317500', '143519.777500', '143520.237500', '143520.697500', '143521.157500', '143521.617500', '143522.077500', '143522.537500', '143522.997500', '143523.457500', '143523.917500', '143524.377500', '143524.837500', '143525.297500', '143525.757500', '143526.217500', '143526.677500', '143527.137500', '143527.597500', '143528.057500', '143528.517500', '143528.977500', '143529.437500', '143529.897500', '143530.357500', '143530.817500', '143531.277500', '143531.737500', '143532.197500', '143532.657500', '143533.117500', '143533.577500', '143534.037500', '143534.497500', '143534.957500', '143535.417500', '143535.877500', '143536.337500', '143536.797500', '143537.257500', '143537.717500', '143538.177500', '143538.637500', '143539.097500', '143539.557500', '143540.017500', '143540.477500', '143540.937500', '143541.397500', '143541.857500', '143542.317500', '143542.777500', '143543.237500', '143543.697500', '143544.157500', '143544.617500', '143545.077500', '143545.537500', '143545.997500', '143546.457500', '143546.917500', '143547.377500', '143547.837500', '143548.297500', '143548.757500', '143549.217500', '143549.677500', '143550.137500', '143550.597500', '143551.057500', '143551.517500', '143551.977500', '143552.437500', '143552.897500', '143553.357500', '143553.817500', '143554.277500', '143554.737500', '143555.197500', '143555.657500', '143556.117500', '143556.577500', '143557.037500', '143557.497500', '143557.957500', '143558.417500', '143558.877500', '143559.337500', '143559.797500', '143600.257500', '143600.717500', '143601.177500', '143601.637500', '143602.097500', '143602.557500', '143603.017500', '143603.477500', '143603.937500', '143604.397500', '143604.857500', '143605.317500', '143605.777500', '143606.237500', '143606.697500', '143607.157500', '143607.617500', '143608.077500', '143608.537500', '143608.997500', '143609.457500', '143609.917500', '143610.377500', '143610.837500', '143611.297500', '143611.757500', '143612.217500', '143612.677500', '143613.137500', '143613.597500', '143614.057500', '143614.517500', '143614.977500', '143615.437500', '143615.897500', '143616.357500', '143616.817500', '143617.277500', '143617.737500', '143618.197500', '143618.657500', '143619.117500', '143619.577500', '143620.037500', '143620.497500', '143620.957500', '143621.417500', '143621.877500', '143622.337500', '143622.797500', '143623.257500', '143623.717500', '143624.177500', '143624.637500', '143625.097500', '143625.557500', '143626.017500', '143626.477500', '143626.937500', '143627.397500', '143627.857500', '143628.317500', '143628.777500', '143629.237500', '143629.697500', '143630.157500', '143630.617500', '143631.077500', '143631.537500', '143631.997500', '143632.457500', '143632.917500', '143633.377500', '143633.837500', '143634.297500', '143634.757500', '143635.217500', '143635.677500', '143636.137500', '143636.597500', '143637.057500', '143637.517500', '143637.977500', '143638.437500', '143638.897500', '143639.357500', '143639.817500', '143640.277500', '143640.737500', '143641.197500', '143641.657500', '143642.117500', '143642.577500', '143643.037500', '143643.497500', '143643.957500', '143644.417500', '143644.877500', '143645.337500', '143645.797500', '143646.257500', '143646.717500', '143647.177500', '143647.637500', '143648.097500', '143648.557500', '143649.017500', '143649.477500', '143649.937500', '143650.397500', '143650.857500', '143651.317500', '143651.777500', '143652.237500', '143652.697500', '143653.157500', '143653.617500', '143654.077500', '143654.537500', '143654.997500', '143655.457500', '143655.917500', '143656.377500', '143656.837500', '143657.297500', '143657.757500', '143658.217500', '143658.677500', '143659.137500', '143659.597500', '143700.057500', '143700.517500', '143700.977500', '143701.437500', '143701.897500', '143702.357500', '143702.817500', '143703.277500', '143703.737500', '143704.197500', '143704.657500', '143705.117500', '143705.577500', '143706.037500', '143706.497500', '143706.957500', '143707.417500', '143707.877500', '143708.337500', '143708.797500', '143709.257500', '143709.717500', '143710.177500', '143710.637500', '143711.097500', '143711.557500', '143712.017500', '143712.477500', '143712.937500', '143713.397500', '143713.857500', '143714.317500', '143714.777500', '143715.237500', '143715.697500', '143716.157500', '143716.617500', '143717.077500', '143717.537500', '143717.997500', '143718.457500', '143718.917500', '143719.377500', '143719.837500', '143720.297500', '143720.757500', '143721.217500', '143721.677500', '143722.137500', '143722.597500', '143723.057500', '143723.517500', '143723.977500', '143724.437500', '143724.897500', '143725.357500', '143725.817500', '143726.277500', '143726.737500', '143727.197500', '143727.657500', '143728.117500', '143728.577500', '143729.037500', '143729.497500', '143729.957500', '143730.417500', '143730.877500', '143731.337500', '143731.797500', '143732.257500', '143732.717500', '143733.177500', '143733.637500', '143734.097500', '143734.557500', '143735.017500', '143735.477500', '143735.937500', '143736.397500', '143736.857500', '143737.317500', '143737.777500', '143738.237500', '143738.697500', '143739.157500', '143739.617500', '143740.077500', '143740.537500', '143740.997500', '143741.457500', '143741.917500', '143742.377500', '143742.837500', '143743.297500', '143743.757500', '143744.217500', '143744.677500', '143745.137500', '143745.597500', '143746.057500', '143746.517500', '143746.977500', '143747.437500', '143747.897500', '143748.357500', '143748.817500', '143749.277500', '143749.737500', '143750.197500', '143750.657500', '143751.117500', '143751.577500', '143752.037500', '143752.497500', '143752.957500', '143753.417500', '143753.877500', '143754.337500', '143754.797500', '143755.257500', '143755.717500', '143756.177500', '143756.637500', '143757.097500', '143757.557500', '143758.017500', '143758.477500', '143758.937500', '143759.397500', '143759.857500', '143800.317500', '143800.777500', '143801.237500', '143801.697500', '143802.157500', '143802.617500', '143803.077500', '143803.537500', '143803.997500', '143804.457500', '143804.917500', '143805.377500', '143805.837500', '143806.297500', '143806.757500', '143807.217500', '143807.677500', '143808.137500', '143808.597500', '143809.057500', '143809.517500', '143809.977500', '143810.437500', '143810.897500', '143811.357500', '143811.817500', '143812.277500', '143812.737500', '143813.197500', '143813.657500', '143814.117500', '143814.577500', '143815.037500', '143815.497500', '143815.957500', '143816.417500', '143816.877500', '143817.337500', '143817.797500', '143818.257500', '143818.717500', '143819.177500', '143819.637500', '143820.097500', '143820.557500', '143821.017500', '143821.477500', '143821.937500', '143822.397500', '143822.857500', '143823.317500', '143823.777500', '143824.237500', '143824.697500', '143825.157500', '143825.617500', '143826.077500', '143826.537500', '143826.997500', '143827.457500', '143827.917500', '143828.377500', '143828.837500', '143829.297500', '143829.757500', '143830.217500', '143830.677500', '143831.137500', '143831.597500', '143832.057500', '143832.517500', '143832.977500', '143833.437500', '143833.897500', '143834.357500', '143834.817500', '143835.277500', '143835.737500', '143836.197500', '143836.657500', '143837.117500', '143837.577500', '143838.037500', '143838.497500', '143838.957500', '143839.417500', '143839.877500', '143840.337500', '143840.797500', '143841.257500', '143841.717500', '143842.177500', '143842.637500', '143843.097500', '143843.557500', '143844.017500', '143844.477500', '143844.937500', '143845.397500', '143845.857500', '143846.317500', '143846.777500', '143847.237500', '143847.697500', '143848.157500', '143848.617500', '143849.077500', '143849.537500', '143849.997500', '143850.457500', '143850.917500', '143851.377500', '143851.837500', '143852.297500', '143852.757500', '143853.217500', '143853.677500', '143854.137500', '143854.597500', '143855.057500', '143855.517500', '143855.977500', '143856.437500', '143856.897500', '143857.357500', '143857.817500', '143858.277500', '143858.737500', '143859.197500', '143859.657500', '143900.117500', '143900.577500', '143901.037500', '143901.497500', '143901.957500', '143902.417500', '143902.877500', '143903.337500', '143903.797500', '143904.257500', '143904.717500', '143905.177500', '143905.637500', '143906.097500', '143906.557500', '143907.017500', '143907.477500', '143907.937500', '143908.397500', '143908.857500', '143909.317500', '143909.777500', '143910.237500', '143910.697500', '143911.157500', '143911.617500', '143912.077500', '143912.537500', '143912.997500', '143913.457500', '143913.917500', '143914.377500', '143914.837500', '143915.297500', '143915.757500', '143916.217500', '143916.677500', '143917.137500', '143917.597500', '143918.057500', '143918.517500', '143918.977500', '143919.437500', '143919.897500', '143920.357500', '143920.817500', '143921.277500', '143921.737500', '143922.197500', '143922.657500', '143923.117500', '143923.577500', '143924.037500', '143924.497500', '143924.957500', '143925.417500', '143925.877500', '143926.337500', '143926.797500', '143927.257500', '143927.717500', '143928.177500', '143928.637500', '143929.097500', '143929.557500', '143930.017500', '143930.477500', '143930.937500', '143931.397500', '143931.857500', '143932.317500', '143932.777500', '143933.237500', '143933.697500', '143934.157500', '143934.617500', '143935.077500', '143935.537500', '143935.997500', '143936.457500', '143936.917500', '143937.377500', '143937.837500', '143938.297500', '143938.757500', '143939.217500', '143939.677500', '143940.137500', '143940.597500', '143941.057500', '143941.517500', '143941.977500', '143942.437500', '143942.897500', '143943.357500', '143943.817500', '143944.277500', '143944.737500', '143945.197500', '143945.657500', '143946.117500', '143946.577500', '143947.037500', '143947.497500', '143947.957500', '143948.417500', '143948.877500', '143949.337500', '143949.797500', '143950.257500', '143950.717500', '143951.177500', '143951.637500', '143952.097500', '143952.557500', '143953.017500', '143953.477500', '143953.937500', '143954.397500', '143954.857500', '143955.317500', '143955.777500', '143956.237500', '143956.697500', '143957.157500', '143957.617500', '143958.077500', '143958.537500', '143958.997500', '143959.457500', '143959.917500', '144000.377500', '144000.837500', '144001.297500', '144001.757500', '144002.217500', '144002.677500', '144003.137500', '144003.597500', '144004.057500', '144004.517500', '144004.977500', '144005.437500', '144005.897500', '144006.357500', '144006.817500'], 'ContentTime': ['143347.502000', '143347.505000', '143347.507000', '143347.510000', '143347.513000', '143347.515000', '143347.518000', '143347.520000', '143347.523000', '143347.526000', '143347.528000', '143347.531000', '143347.539000', '143347.542000', '143347.544000', '143347.547000', '143347.550000', '143347.552000', '143347.555000', '143347.557000', '143347.560000', '143347.563000', '143347.565000', '143347.568000', '143347.570000', '143347.573000', '143347.575000', '143347.578000', '143347.581000', '143347.583000', '143347.586000', '143347.588000', '143347.591000', '143347.594000', '143347.596000', '143347.599000', '143347.601000', '143347.604000', '143347.606000', '143347.609000', '143347.611000', '143347.614000', '143347.617000', '143347.619000', '143347.622000', '143407.461000', '143407.464000', '143407.467000', '143407.469000', '143407.472000', '143407.475000', '143407.477000', '143407.480000', '143407.482000', '143407.485000', '143407.487000', '143407.490000', '143407.492000', '143407.495000', '143407.498000', '143407.500000', '143407.503000', '143407.505000', '143407.508000', '143407.510000', '143407.513000', '143407.515000', '143407.518000', '143407.520000', '143407.523000', '143407.525000', '143407.528000', '143407.530000', '143407.533000', '143407.536000', '143407.538000', '143407.541000', '143407.543000', '143407.546000', '143407.548000', '143407.558000', '143407.561000', '143407.563000', '143407.566000', '143407.568000', '143407.571000', '143407.574000', '143407.576000', '143427.461000', '143427.464000', '143427.467000', '143427.469000', '143427.472000', '143427.475000', '143427.477000', '143427.480000', '143427.482000', '143427.485000', '143427.487000', '143427.490000', '143427.493000', '143427.495000', '143427.498000', '143427.500000', '143427.503000', '143427.506000', '143427.508000', '143427.511000', '143427.513000', '143427.516000', '143427.519000', '143427.521000', '143427.524000', '143427.526000', '143427.529000', '143427.531000', '143427.534000', '143427.537000', '143427.540000', '143427.543000', '143427.545000', '143427.554000', '143427.556000', '143427.559000', '143427.561000', '143427.564000', '143427.579000', '143427.581000', '143427.584000', '143427.586000', '143427.589000', '143447.461000', '143447.463000', '143447.466000', '143447.468000', '143447.471000', '143447.473000', '143447.476000', '143447.479000', '143447.481000', '143447.484000', '143447.486000', '143447.489000', '143447.491000', '143447.494000', '143447.497000', '143447.499000', '143447.502000', '143447.504000', '143447.507000', '143447.510000', '143447.512000', '143447.515000', '143447.518000', '143447.520000', '143447.523000', '143447.525000', '143447.528000', '143447.530000', '143447.533000', '143447.544000', '143447.547000', '143447.549000', '143447.552000', '143447.554000', '143447.557000', '143447.560000', '143447.562000', '143447.565000', '143447.567000', '143447.570000', '143447.573000', '143447.575000', '143447.578000', '143447.580000', '143507.462000', '143507.464000', '143507.467000', '143507.469000', '143507.472000', '143507.475000', '143507.477000', '143507.480000', '143507.482000', '143507.485000', '143507.487000', '143507.490000', '143507.492000', '143507.495000', '143507.498000', '143507.500000', '143507.503000', '143507.505000', '143507.508000', '143507.510000', '143507.513000', '143507.515000', '143507.518000', '143507.521000', '143507.523000', '143507.526000', '143507.528000', '143507.531000', '143507.533000', '143507.536000', '143507.538000', '143507.541000', '143507.543000', '143507.546000', '143507.549000', '143507.551000', '143507.554000', '143507.556000', '143507.559000', '143507.561000', '143507.564000', '143507.567000', '143507.569000', '143527.461000', '143527.464000', '143527.467000', '143527.469000', '143527.472000', '143527.474000', '143527.477000', '143527.480000', '143527.482000', '143527.485000', '143527.487000', '143527.490000', '143527.492000', '143527.495000', '143527.497000', '143527.500000', '143527.503000', '143527.505000', '143527.508000', '143527.510000', '143527.513000', '143527.515000', '143527.518000', '143527.520000', '143527.523000', '143527.526000', '143527.528000', '143527.531000', '143527.533000', '143527.536000', '143527.538000', '143527.541000', '143527.543000', '143527.546000', '143527.549000', '143527.551000', '143527.554000', '143527.556000', '143527.559000', '143527.561000', '143527.564000', '143527.567000', '143527.569000', '143527.572000', '143547.461000', '143547.464000', '143547.467000', '143547.469000', '143547.472000', '143547.474000', '143547.477000', '143547.480000', '143547.482000', '143547.485000', '143547.487000', '143547.490000', '143547.492000', '143547.495000', '143547.497000', '143547.500000', '143547.502000', '143547.505000', '143547.508000', '143547.510000', '143547.513000', '143547.515000', '143547.518000', '143547.520000', '143547.523000', '143547.526000', '143547.528000', '143547.531000', '143547.533000', '143547.536000', '143547.539000', '143547.541000', '143547.544000', '143547.546000', '143547.549000', '143547.552000', '143547.554000', '143547.557000', '143547.559000', '143547.562000', '143547.564000', '143547.567000', '143547.569000', '143607.461000', '143607.464000', '143607.467000', '143607.469000', '143607.472000', '143607.474000', '143607.477000', '143607.480000', '143607.482000', '143607.485000', '143607.487000', '143607.490000', '143607.492000', '143607.495000', '143607.497000', '143607.500000', '143607.502000', '143607.505000', '143607.508000', '143607.510000', '143607.513000', '143607.515000', '143607.518000', '143607.520000', '143607.523000', '143607.525000', '143607.528000', '143607.530000', '143607.533000', '143607.536000', '143607.538000', '143607.541000', '143607.543000', '143607.546000', '143607.573000', '143607.575000', '143607.578000', '143607.580000', '143607.583000', '143607.585000', '143607.588000', '143607.591000', '143607.593000', '143607.596000', '143627.462000', '143627.464000', '143627.467000', '143627.470000', '143627.472000', '143627.475000', '143627.477000', '143627.480000', '143627.482000', '143627.485000', '143627.488000', '143627.490000', '143627.493000', '143627.495000', '143627.498000', '143627.501000', '143627.503000', '143627.506000', '143627.508000', '143627.511000', '143627.514000', '143627.516000', '143627.519000', '143627.521000', '143627.524000', '143627.527000', '143627.530000', '143627.532000', '143627.535000', '143627.538000', '143627.540000', '143627.543000', '143627.545000', '143627.548000', '143627.550000', '143627.559000', '143627.562000', '143627.565000', '143627.567000', '143627.570000', '143627.572000', '143627.575000', '143627.577000', '143647.461000', '143647.464000', '143647.467000', '143647.469000', '143647.472000', '143647.474000', '143647.477000', '143647.480000', '143647.482000', '143647.485000', '143647.487000', '143647.490000', '143647.492000', '143647.495000', '143647.498000', '143647.500000', '143647.503000', '143647.505000', '143647.508000', '143647.510000', '143647.517000', '143647.520000', '143647.522000', '143647.525000', '143647.527000', '143647.530000', '143647.533000', '143647.535000', '143647.538000', '143647.540000', '143647.543000', '143647.545000', '143647.548000', '143647.551000', '143647.553000', '143647.556000', '143647.558000', '143647.561000', '143647.564000', '143647.566000', '143647.569000', '143647.571000', '143647.574000', '143647.577000', '143707.460000', '143707.463000', '143707.466000', '143707.468000', '143707.471000', '143707.474000', '143707.476000', '143707.479000', '143707.481000', '143707.484000', '143707.486000', '143707.489000', '143707.492000', '143707.494000', '143707.497000', '143707.499000', '143707.502000', '143707.504000', '143707.507000', '143707.509000', '143707.512000', '143707.514000', '143707.517000', '143707.520000', '143707.522000', '143707.525000', '143707.527000', '143707.530000', '143707.532000', '143707.535000', '143707.537000', '143707.540000', '143707.543000', '143707.545000', '143707.548000', '143707.551000', '143707.553000', '143707.556000', '143707.559000', '143707.563000', '143707.566000', '143707.568000', '143707.571000', '143727.461000', '143727.464000', '143727.467000', '143727.470000', '143727.472000', '143727.481000', '143727.484000', '143727.486000', '143727.489000', '143727.491000', '143727.494000', '143727.496000', '143727.499000', '143727.502000', '143727.504000', '143727.507000', '143727.509000', '143727.512000', '143727.515000', '143727.517000', '143727.520000', '143727.522000', '143727.525000', '143727.527000', '143727.530000', '143727.532000', '143727.535000', '143727.537000', '143727.540000', '143727.543000', '143727.545000', '143727.548000', '143727.550000', '143727.553000', '143727.556000', '143727.558000', '143727.561000', '143727.563000', '143727.566000', '143727.568000', '143727.571000', '143727.574000', '143727.576000', '143727.579000', '143747.461000', '143747.464000', '143747.467000', '143747.469000', '143747.472000', '143747.474000', '143747.477000', '143747.480000', '143747.482000', '143747.485000', '143747.487000', '143747.490000', '143747.492000', '143747.495000', '143747.498000', '143747.512000', '143747.514000', '143747.517000', '143747.519000', '143747.522000', '143747.524000', '143747.527000', '143747.530000', '143747.532000', '143747.535000', '143747.537000', '143747.540000', '143747.543000', '143747.545000', '143747.548000', '143747.551000', '143747.553000', '143747.556000', '143747.558000', '143747.561000', '143747.564000', '143747.566000', '143747.569000', '143747.572000', '143747.574000', '143747.577000', '143747.579000', '143747.582000', '143807.462000', '143807.464000', '143807.467000', '143807.470000', '143807.473000', '143807.475000', '143807.478000', '143807.481000', '143807.483000', '143807.486000', '143807.488000', '143807.491000', '143807.493000', '143807.497000', '143807.500000', '143807.502000', '143807.505000', '143807.508000', '143807.510000', '143807.513000', '143807.515000', '143807.518000', '143807.520000', '143807.523000', '143807.525000', '143807.528000', '143807.531000', '143807.533000', '143807.536000', '143807.538000', '143807.541000', '143807.543000', '143807.546000', '143807.548000', '143807.551000', '143807.554000', '143807.556000', '143807.559000', '143807.561000', '143807.564000', '143807.566000', '143807.569000', '143807.571000', '143827.462000', '143827.464000', '143827.467000', '143827.470000', '143827.472000', '143827.475000', '143827.477000', '143827.480000', '143827.482000', '143827.485000', '143827.488000', '143827.490000', '143827.493000', '143827.495000', '143827.498000', '143827.501000', '143827.503000', '143827.506000', '143827.508000', '143827.511000', '143827.513000', '143827.516000', '143827.518000', '143827.521000', '143827.524000', '143827.526000', '143827.529000', '143827.531000', '143827.534000', '143827.537000', '143827.539000', '143827.542000', '143827.544000', '143827.547000', '143827.549000', '143827.552000', '143827.555000', '143827.557000', '143827.560000', '143827.562000', '143827.565000', '143827.567000', '143827.570000', '143827.572000', '143847.462000', '143847.464000', '143847.467000', '143847.469000', '143847.472000', '143847.475000', '143847.477000', '143847.480000', '143847.482000', '143847.485000', '143847.487000', '143847.490000', '143847.492000', '143847.495000', '143847.498000', '143847.500000', '143847.503000', '143847.505000', '143847.508000', '143847.510000', '143847.513000', '143847.516000', '143847.518000', '143847.521000', '143847.523000', '143847.526000', '143847.529000', '143847.531000', '143847.534000', '143847.536000', '143847.539000', '143847.542000', '143847.544000', '143847.547000', '143847.549000', '143847.552000', '143847.554000', '143847.557000', '143847.559000', '143847.562000', '143847.565000', '143847.567000', '143847.570000', '143847.572000', '143907.461000', '143907.464000', '143907.467000', '143907.470000', '143907.472000', '143907.475000', '143907.477000', '143907.480000', '143907.482000', '143907.485000', '143907.488000', '143907.490000', '143907.493000', '143907.496000', '143907.498000', '143907.501000', '143907.503000', '143907.506000', '143907.509000', '143907.511000', '143907.514000', '143907.516000', '143907.519000', '143907.522000', '143907.524000', '143907.527000', '143907.543000', '143907.546000', '143907.548000', '143907.551000', '143907.553000', '143907.556000', '143907.559000', '143907.561000', '143907.564000', '143907.566000', '143907.569000', '143907.571000', '143907.574000', '143907.577000', '143907.579000', '143907.582000', '143907.584000', '143927.461000', '143927.464000', '143927.466000', '143927.469000', '143927.471000', '143927.474000', '143927.477000', '143927.479000', '143927.482000', '143927.484000', '143927.487000', '143927.489000', '143927.492000', '143927.495000', '143927.497000', '143927.500000', '143927.502000', '143927.505000', '143927.507000', '143927.510000', '143927.513000', '143927.515000', '143927.518000', '143927.520000', '143927.523000', '143927.525000', '143927.528000', '143927.531000', '143927.533000', '143927.537000', '143927.540000', '143927.542000', '143927.545000', '143927.547000', '143927.550000', '143927.553000', '143927.555000', '143927.558000', '143927.560000', '143927.563000', '143927.566000', '143927.568000', '143927.571000', '143927.573000', '143947.461000', '143947.464000', '143947.467000', '143947.470000', '143947.472000', '143947.475000', '143947.477000', '143947.480000', '143947.482000', '143947.485000', '143947.488000', '143947.490000', '143947.493000', '143947.495000', '143947.498000', '143947.500000', '143947.503000', '143947.506000', '143947.508000', '143947.511000', '143947.513000', '143947.516000', '143947.519000', '143947.521000', '143947.524000', '143947.526000', '143947.529000', '143947.532000', '143947.534000', '143947.537000', '143947.539000', '143947.542000', '143947.544000', '143947.547000', '143947.550000', '143947.552000', '143947.555000', '143947.557000', '143947.560000', '143947.562000', '143947.565000', '143947.568000', '143947.570000', '144007.461000', '144007.464000', '144007.467000', '144007.469000', '144007.472000', '144007.474000', '144007.477000', '144007.480000', '144007.482000', '144007.485000', '144007.487000', '144007.490000', '144007.493000', '144007.495000', '144007.498000', '144007.501000', '144007.504000', '144007.507000', '144007.510000', '144007.512000', '144007.515000', '144007.517000', '144007.520000', '144007.523000', '144007.526000', '144007.528000', '144007.531000', '144007.534000', '144007.536000', '144007.539000', '144007.542000', '144007.544000', '144007.547000', '144007.549000', '144007.552000', '144007.555000', '144007.562000', '144007.565000', '144007.567000', '144007.570000', '144007.573000', '144007.576000', '144007.578000', '144007.581000', '144007.895000'], 'InstanceCreationTime': ['143347.502000', '143347.505000', '143347.507000', '143347.510000', '143347.513000', '143347.515000', '143347.518000', '143347.520000', '143347.523000', '143347.526000', '143347.528000', '143347.531000', '143347.539000', '143347.542000', '143347.544000', '143347.547000', '143347.550000', '143347.552000', '143347.555000', '143347.557000', '143347.560000', '143347.563000', '143347.565000', '143347.568000', '143347.570000', '143347.573000', '143347.575000', '143347.578000', '143347.581000', '143347.583000', '143347.586000', '143347.588000', '143347.591000', '143347.594000', '143347.596000', '143347.599000', '143347.601000', '143347.604000', '143347.606000', '143347.609000', '143347.611000', '143347.614000', '143347.617000', '143347.619000', '143347.622000', '143407.461000', '143407.464000', '143407.467000', '143407.469000', '143407.472000', '143407.475000', '143407.477000', '143407.480000', '143407.482000', '143407.485000', '143407.487000', '143407.490000', '143407.492000', '143407.495000', '143407.498000', '143407.500000', '143407.503000', '143407.505000', '143407.508000', '143407.510000', '143407.513000', '143407.515000', '143407.518000', '143407.520000', '143407.523000', '143407.525000', '143407.528000', '143407.530000', '143407.533000', '143407.536000', '143407.538000', '143407.541000', '143407.543000', '143407.546000', '143407.548000', '143407.558000', '143407.561000', '143407.563000', '143407.566000', '143407.568000', '143407.571000', '143407.574000', '143407.576000', '143427.461000', '143427.464000', '143427.467000', '143427.469000', '143427.472000', '143427.475000', '143427.477000', '143427.480000', '143427.482000', '143427.485000', '143427.487000', '143427.490000', '143427.493000', '143427.495000', '143427.498000', '143427.500000', '143427.503000', '143427.506000', '143427.508000', '143427.511000', '143427.513000', '143427.516000', '143427.519000', '143427.521000', '143427.524000', '143427.526000', '143427.529000', '143427.531000', '143427.534000', '143427.537000', '143427.540000', '143427.543000', '143427.545000', '143427.554000', '143427.556000', '143427.559000', '143427.561000', '143427.564000', '143427.579000', '143427.581000', '143427.584000', '143427.586000', '143427.589000', '143447.461000', '143447.463000', '143447.466000', '143447.468000', '143447.471000', '143447.473000', '143447.476000', '143447.479000', '143447.481000', '143447.484000', '143447.486000', '143447.489000', '143447.491000', '143447.494000', '143447.497000', '143447.499000', '143447.502000', '143447.504000', '143447.507000', '143447.510000', '143447.512000', '143447.515000', '143447.518000', '143447.520000', '143447.523000', '143447.525000', '143447.528000', '143447.530000', '143447.533000', '143447.544000', '143447.547000', '143447.549000', '143447.552000', '143447.554000', '143447.557000', '143447.560000', '143447.562000', '143447.565000', '143447.567000', '143447.570000', '143447.573000', '143447.575000', '143447.578000', '143447.580000', '143507.462000', '143507.464000', '143507.467000', '143507.469000', '143507.472000', '143507.475000', '143507.477000', '143507.480000', '143507.482000', '143507.485000', '143507.487000', '143507.490000', '143507.492000', '143507.495000', '143507.498000', '143507.500000', '143507.503000', '143507.505000', '143507.508000', '143507.510000', '143507.513000', '143507.515000', '143507.518000', '143507.521000', '143507.523000', '143507.526000', '143507.528000', '143507.531000', '143507.533000', '143507.536000', '143507.538000', '143507.541000', '143507.543000', '143507.546000', '143507.549000', '143507.551000', '143507.554000', '143507.556000', '143507.559000', '143507.561000', '143507.564000', '143507.567000', '143507.569000', '143527.461000', '143527.464000', '143527.467000', '143527.469000', '143527.472000', '143527.474000', '143527.477000', '143527.480000', '143527.482000', '143527.485000', '143527.487000', '143527.490000', '143527.492000', '143527.495000', '143527.497000', '143527.500000', '143527.503000', '143527.505000', '143527.508000', '143527.510000', '143527.513000', '143527.515000', '143527.518000', '143527.520000', '143527.523000', '143527.526000', '143527.528000', '143527.531000', '143527.533000', '143527.536000', '143527.538000', '143527.541000', '143527.543000', '143527.546000', '143527.549000', '143527.551000', '143527.554000', '143527.556000', '143527.559000', '143527.561000', '143527.564000', '143527.567000', '143527.569000', '143527.572000', '143547.461000', '143547.464000', '143547.467000', '143547.469000', '143547.472000', '143547.474000', '143547.477000', '143547.480000', '143547.482000', '143547.485000', '143547.487000', '143547.490000', '143547.492000', '143547.495000', '143547.497000', '143547.500000', '143547.502000', '143547.505000', '143547.508000', '143547.510000', '143547.513000', '143547.515000', '143547.518000', '143547.520000', '143547.523000', '143547.526000', '143547.528000', '143547.531000', '143547.533000', '143547.536000', '143547.539000', '143547.541000', '143547.544000', '143547.546000', '143547.549000', '143547.552000', '143547.554000', '143547.557000', '143547.559000', '143547.562000', '143547.564000', '143547.567000', '143547.569000', '143607.461000', '143607.464000', '143607.467000', '143607.469000', '143607.472000', '143607.474000', '143607.477000', '143607.480000', '143607.482000', '143607.485000', '143607.487000', '143607.490000', '143607.492000', '143607.495000', '143607.497000', '143607.500000', '143607.502000', '143607.505000', '143607.508000', '143607.510000', '143607.513000', '143607.515000', '143607.518000', '143607.520000', '143607.523000', '143607.525000', '143607.528000', '143607.530000', '143607.533000', '143607.536000', '143607.538000', '143607.541000', '143607.543000', '143607.546000', '143607.573000', '143607.575000', '143607.578000', '143607.580000', '143607.583000', '143607.585000', '143607.588000', '143607.591000', '143607.593000', '143607.596000', '143627.462000', '143627.464000', '143627.467000', '143627.470000', '143627.472000', '143627.475000', '143627.477000', '143627.480000', '143627.482000', '143627.485000', '143627.488000', '143627.490000', '143627.493000', '143627.495000', '143627.498000', '143627.501000', '143627.503000', '143627.506000', '143627.508000', '143627.511000', '143627.514000', '143627.516000', '143627.519000', '143627.521000', '143627.524000', '143627.527000', '143627.530000', '143627.532000', '143627.535000', '143627.538000', '143627.540000', '143627.543000', '143627.545000', '143627.548000', '143627.550000', '143627.559000', '143627.562000', '143627.565000', '143627.567000', '143627.570000', '143627.572000', '143627.575000', '143627.577000', '143647.461000', '143647.464000', '143647.467000', '143647.469000', '143647.472000', '143647.474000', '143647.477000', '143647.480000', '143647.482000', '143647.485000', '143647.487000', '143647.490000', '143647.492000', '143647.495000', '143647.498000', '143647.500000', '143647.503000', '143647.505000', '143647.508000', '143647.510000', '143647.517000', '143647.520000', '143647.522000', '143647.525000', '143647.527000', '143647.530000', '143647.533000', '143647.535000', '143647.538000', '143647.540000', '143647.543000', '143647.545000', '143647.548000', '143647.551000', '143647.553000', '143647.556000', '143647.558000', '143647.561000', '143647.564000', '143647.566000', '143647.569000', '143647.571000', '143647.574000', '143647.577000', '143707.460000', '143707.463000', '143707.466000', '143707.468000', '143707.471000', '143707.474000', '143707.476000', '143707.479000', '143707.481000', '143707.484000', '143707.486000', '143707.489000', '143707.492000', '143707.494000', '143707.497000', '143707.499000', '143707.502000', '143707.504000', '143707.507000', '143707.509000', '143707.512000', '143707.514000', '143707.517000', '143707.520000', '143707.522000', '143707.525000', '143707.527000', '143707.530000', '143707.532000', '143707.535000', '143707.537000', '143707.540000', '143707.543000', '143707.545000', '143707.548000', '143707.551000', '143707.553000', '143707.556000', '143707.559000', '143707.563000', '143707.566000', '143707.568000', '143707.571000', '143727.461000', '143727.464000', '143727.467000', '143727.470000', '143727.472000', '143727.481000', '143727.484000', '143727.486000', '143727.489000', '143727.491000', '143727.494000', '143727.496000', '143727.499000', '143727.502000', '143727.504000', '143727.507000', '143727.509000', '143727.512000', '143727.515000', '143727.517000', '143727.520000', '143727.522000', '143727.525000', '143727.527000', '143727.530000', '143727.532000', '143727.535000', '143727.537000', '143727.540000', '143727.543000', '143727.545000', '143727.548000', '143727.550000', '143727.553000', '143727.556000', '143727.558000', '143727.561000', '143727.563000', '143727.566000', '143727.568000', '143727.571000', '143727.574000', '143727.576000', '143727.579000', '143747.461000', '143747.464000', '143747.467000', '143747.469000', '143747.472000', '143747.474000', '143747.477000', '143747.480000', '143747.482000', '143747.485000', '143747.487000', '143747.490000', '143747.492000', '143747.495000', '143747.498000', '143747.512000', '143747.514000', '143747.517000', '143747.519000', '143747.522000', '143747.524000', '143747.527000', '143747.530000', '143747.532000', '143747.535000', '143747.537000', '143747.540000', '143747.543000', '143747.545000', '143747.548000', '143747.551000', '143747.553000', '143747.556000', '143747.558000', '143747.561000', '143747.564000', '143747.566000', '143747.569000', '143747.572000', '143747.574000', '143747.577000', '143747.579000', '143747.582000', '143807.462000', '143807.464000', '143807.467000', '143807.470000', '143807.473000', '143807.475000', '143807.478000', '143807.481000', '143807.483000', '143807.486000', '143807.488000', '143807.491000', '143807.493000', '143807.497000', '143807.500000', '143807.502000', '143807.505000', '143807.508000', '143807.510000', '143807.513000', '143807.515000', '143807.518000', '143807.520000', '143807.523000', '143807.525000', '143807.528000', '143807.531000', '143807.533000', '143807.536000', '143807.538000', '143807.541000', '143807.543000', '143807.546000', '143807.548000', '143807.551000', '143807.554000', '143807.556000', '143807.559000', '143807.561000', '143807.564000', '143807.566000', '143807.569000', '143807.571000', '143827.462000', '143827.464000', '143827.467000', '143827.470000', '143827.472000', '143827.475000', '143827.477000', '143827.480000', '143827.482000', '143827.485000', '143827.488000', '143827.490000', '143827.493000', '143827.495000', '143827.498000', '143827.501000', '143827.503000', '143827.506000', '143827.508000', '143827.511000', '143827.513000', '143827.516000', '143827.518000', '143827.521000', '143827.524000', '143827.526000', '143827.529000', '143827.531000', '143827.534000', '143827.537000', '143827.539000', '143827.542000', '143827.544000', '143827.547000', '143827.549000', '143827.552000', '143827.555000', '143827.557000', '143827.560000', '143827.562000', '143827.565000', '143827.567000', '143827.570000', '143827.572000', '143847.462000', '143847.464000', '143847.467000', '143847.469000', '143847.472000', '143847.475000', '143847.477000', '143847.480000', '143847.482000', '143847.485000', '143847.487000', '143847.490000', '143847.492000', '143847.495000', '143847.498000', '143847.500000', '143847.503000', '143847.505000', '143847.508000', '143847.510000', '143847.513000', '143847.516000', '143847.518000', '143847.521000', '143847.523000', '143847.526000', '143847.529000', '143847.531000', '143847.534000', '143847.536000', '143847.539000', '143847.542000', '143847.544000', '143847.547000', '143847.549000', '143847.552000', '143847.554000', '143847.557000', '143847.559000', '143847.562000', '143847.565000', '143847.567000', '143847.570000', '143847.572000', '143907.461000', '143907.464000', '143907.467000', '143907.470000', '143907.472000', '143907.475000', '143907.477000', '143907.480000', '143907.482000', '143907.485000', '143907.488000', '143907.490000', '143907.493000', '143907.496000', '143907.498000', '143907.501000', '143907.503000', '143907.506000', '143907.509000', '143907.511000', '143907.514000', '143907.516000', '143907.519000', '143907.522000', '143907.524000', '143907.527000', '143907.543000', '143907.546000', '143907.548000', '143907.551000', '143907.553000', '143907.556000', '143907.559000', '143907.561000', '143907.564000', '143907.566000', '143907.569000', '143907.571000', '143907.574000', '143907.577000', '143907.579000', '143907.582000', '143907.584000', '143927.461000', '143927.464000', '143927.466000', '143927.469000', '143927.471000', '143927.474000', '143927.477000', '143927.479000', '143927.482000', '143927.484000', '143927.487000', '143927.489000', '143927.492000', '143927.495000', '143927.497000', '143927.500000', '143927.502000', '143927.505000', '143927.507000', '143927.510000', '143927.513000', '143927.515000', '143927.518000', '143927.520000', '143927.523000', '143927.525000', '143927.528000', '143927.531000', '143927.533000', '143927.537000', '143927.540000', '143927.542000', '143927.545000', '143927.547000', '143927.550000', '143927.553000', '143927.555000', '143927.558000', '143927.560000', '143927.563000', '143927.566000', '143927.568000', '143927.571000', '143927.573000', '143947.461000', '143947.464000', '143947.467000', '143947.470000', '143947.472000', '143947.475000', '143947.477000', '143947.480000', '143947.482000', '143947.485000', '143947.488000', '143947.490000', '143947.493000', '143947.495000', '143947.498000', '143947.500000', '143947.503000', '143947.506000', '143947.508000', '143947.511000', '143947.513000', '143947.516000', '143947.519000', '143947.521000', '143947.524000', '143947.526000', '143947.529000', '143947.532000', '143947.534000', '143947.537000', '143947.539000', '143947.542000', '143947.544000', '143947.547000', '143947.550000', '143947.552000', '143947.555000', '143947.557000', '143947.560000', '143947.562000', '143947.565000', '143947.568000', '143947.570000', '144007.461000', '144007.464000', '144007.467000', '144007.469000', '144007.472000', '144007.474000', '144007.477000', '144007.480000', '144007.482000', '144007.485000', '144007.487000', '144007.490000', '144007.493000', '144007.495000', '144007.498000', '144007.501000', '144007.504000', '144007.507000', '144007.510000', '144007.512000', '144007.515000', '144007.517000', '144007.520000', '144007.523000', '144007.526000', '144007.528000', '144007.531000', '144007.534000', '144007.536000', '144007.539000', '144007.542000', '144007.544000', '144007.547000', '144007.549000', '144007.552000', '144007.555000', '144007.562000', '144007.565000', '144007.567000', '144007.570000', '144007.573000', '144007.576000', '144007.578000', '144007.581000', '144007.895000'], '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': [9419, 10809, 7023, 6996, 11538, 7582, 6912, 9410, 6899, 6872, 6453, 6751, 7155, 6815, 10476, 7285, 6687, 9306, 7148, 11822, 10444, 6796, 9514, 7275, 10724, 10092, 6712, 8043, 7864, 7525, 10586, 7716, 7191, 11448, 9391, 6940, 10281, 8124, 7384, 12495, 8497, 6960, 10242, 8197, 10351, 9061, 7261, 11135, 7418, 8139, 6934, 7203, 10783, 8957, 6973, 8860, 7008, 10150, 7296, 6906, 9578, 7152, 6781, 9732, 7012, 6919, 7294, 6964, 11243, 7689, 6727, 9038, 7882, 7174, 10076, 7125, 11234, 10312, 7062, 10146, 7784, 6960, 11276, 7887, 6874, 8989, 7488, 7633, 9075, 7234, 9181, 9875, 6902, 6667, 8326, 7168, 10893, 10223, 7336, 11843, 9782, 7065, 10929, 7192, 10800, 9912, 6992, 10671, 7126, 10929, 8267, 6968, 9428, 6930, 6914, 10997, 7681, 6924, 9418, 7412, 8304, 11486, 7381, 7097, 6663, 8183, 10624, 8493, 8050, 11072, 7451, 6967, 8915, 8110, 7445, 10859, 7973, 9356, 14863, 8122, 8972, 9558, 7793, 12540, 8004, 7002, 9084, 7516, 6855, 9995, 6915, 6862, 9720, 7379, 6980, 6925, 10028, 7407, 7127, 7666, 12590, 10446, 7002, 6895, 9160, 7242, 7405, 10552, 7460, 6857, 8886, 7134, 7098, 10492, 7501, 9163, 8885, 7185, 10535, 7260, 6978, 10447, 7173, 6831, 8992, 7230, 8086, 11155, 7584, 6947, 9317, 7145, 9664, 9787, 6945, 11151, 8360, 6991, 10027, 7775, 6997, 11498, 7635, 6916, 8755, 7801, 6881, 9499, 7304, 6817, 11366, 8193, 6948, 9335, 7136, 6926, 11257, 7309, 9130, 7212, 7000, 11790, 8156, 7163, 9787, 8647, 8115, 8250, 9526, 7227, 9232, 9731, 8031, 13035, 8269, 7082, 10566, 8079, 7227, 10337, 7007, 10807, 8757, 7040, 9976, 6261, 6960, 11038, 7902, 7191, 6678, 8684, 7820, 6784, 9030, 6956, 6862, 11370, 7792, 6976, 9090, 8153, 8904, 11238, 6763, 6538, 6591, 10267, 6853, 9472, 6689, 6639, 9211, 8171, 9757, 12849, 10775, 8968, 16526, 15338, 11785, 18256, 13789, 8748, 13815, 8361, 8625, 8998, 6996, 10071, 7344, 6994, 9383, 6891, 6888, 9724, 6933, 6480, 8066, 7095, 10469, 8242, 6846, 6485, 7407, 6821, 7693, 9558, 6990, 6553, 8967, 6891, 7307, 9737, 6729, 10785, 7190, 6654, 10696, 7108, 7607, 8701, 6883, 11688, 8280, 6708, 9176, 7108, 6860, 11027, 7223, 6867, 8930, 7887, 6745, 10453, 6716, 6790, 11113, 8067, 6869, 9367, 7102, 7084, 11233, 7624, 6827, 9425, 7684, 7009, 7780, 7690, 7202, 10305, 11570, 8152, 6920, 11072, 9581, 7623, 11308, 6839, 7061, 11783, 8407, 7064, 9477, 7889, 6853, 9655, 6872, 6839, 11543, 7940, 6998, 10206, 8503, 6842, 8311, 6753, 6898, 11666, 10202, 6906, 7074, 8609, 7870, 11906, 8308, 7046, 10564, 8500, 7051, 6746, 8267, 7194, 9553, 10563, 7298, 10620, 6876, 8342, 10991, 7124, 9678, 7941, 7270, 11819, 7955, 7062, 10271, 9138, 7165, 8122, 7217, 6832, 12060, 8443, 6879, 10005, 8262, 7003, 10088, 6877, 6890, 11487, 8086, 6914, 9718, 8724, 6983, 9572, 6703, 6915, 10929, 10419, 6973, 7024, 10448, 9050, 8072, 10462, 8370, 7056, 6972, 9001, 7385, 10784, 7698, 14003, 8158, 6927, 9415, 8152, 7024, 10911, 7348, 6874, 11464, 9994, 7107, 10278, 6973, 6936, 11325, 7996, 7017, 9000, 6971, 11380, 8621, 6981, 10413, 7761, 6851, 8328, 7343, 6926, 6705, 9764, 6795, 6878, 9242, 8289, 6729, 9561, 6924, 10690, 8510, 6993, 9562, 6879, 6680, 10892, 7750, 6967, 9417, 7445, 7057, 8994, 7445, 6882, 10398, 10043, 6878, 6688, 9338, 8820, 7956, 10289, 7534, 6398, 6868, 9609, 7018, 11015, 11022, 6973, 7009, 8772, 7115, 11352, 9464, 6971, 10184, 10621, 7592, 6969, 9708, 6835, 8890, 10699, 7550, 6794, 8940, 7040, 6720, 9394, 6857, 8085, 8903, 6958, 6748, 7616, 6516, 6254, 5987, 5870, 9464, 7908, 12071, 9668, 8913, 6978, 6731, 10891, 8836, 7001, 8465, 8609, 8574, 9023, 12895, 6866, 6726, 8812, 9772, 6678, 6927, 6612, 8291, 6828, 6902, 11112, 7562, 6983, 8039, 10473, 8239, 7213, 10919, 8712, 7189, 9366, 10978, 7233, 11762, 7645, 11141, 11297, 7093, 9835, 7133, 11118, 10449, 7143, 10400, 6800, 6933, 10756, 8195, 7164, 9081, 6918, 7099, 10246, 7141, 6988, 8721, 6966, 11633, 7605, 7180, 8748, 6999, 9193, 7750, 7112, 10012, 8892, 7274, 6866, 7870, 7279, 11875, 9825, 5974, 6635, 6981, 7177, 13862, 7178, 9832, 7191, 6841, 9729, 7072, 10473, 8518, 7511, 14365, 11884, 8497, 15440, 11840, 9851, 14493, 7816, 12359, 7229, 10395, 7876, 7152, 10181, 6838, 7057, 9687, 8271, 7097, 10582, 6931, 7145, 8769, 6804, 7083, 10001, 7085, 6982, 9158, 6344, 7068, 10454, 9863, 7342, 6848, 8584, 7461, 7829, 11137, 7155, 7151, 9920, 7479, 7385, 10119, 6992, 6721, 9676, 6320, 6987, 7123, 9023, 6221, 7288, 6783, 8625, 8300, 7134, 9698, 6469, 7203, 10543, 9736, 6989, 6892, 6368, 7221, 6783, 8687, 5720, 6867, 9818, 8758, 7174, 6746, 8596, 7106, 8839, 10275, 7279, 6911, 9206, 8524, 9593, 11170, 7371, 7032, 11156, 10133, 9248, 13705, 7050, 7332, 10560, 9769, 7998, 9862, 6667, 7117, 10842, 10170, 7211, 10121, 7073, 7092, 10634, 7261, 6936, 7685, 7114, 11551, 8052, 7061, 9670, 8535, 7276, 6732, 7418, 7063, 7193, 11269, 8367, 7314, 6865, 7484, 7413, 10807, 7854, 9792, 10008, 7204, 6956, 8323, 7377, 8025, 10386, 7086, 7292, 10845, 8241, 12754, 8737, 7082, 9441, 7046, 9494, 7789, 7045, 9500, 8236, 7212, 7136, 8397, 7059, 7086, 9995, 6893, 6907, 8655, 8015, 7474, 9203, 7099, 7105, 9912, 7237, 6940, 8567, 7410, 7216, 9807, 6509, 7032, 11105, 10158, 7320, 7718, 8037, 7616, 10918, 7952, 7260, 9196, 9081, 7323, 7052, 8066, 7984, 7194, 11360, 10664, 7367, 7293, 11161, 9523, 8416, 8378, 9322, 7160, 8332, 11889, 7480, 7394, 10062, 7695, 7322, 9427, 7790, 6940, 10502, 9841, 7207, 9039, 6409, 6898, 8673, 7793, 6854, 6669, 9127, 7780, 7170, 9015, 6612, 6980, 9089, 7878, 7107, 7659, 8355, 7334, 7162], 'WindowCenter': [3618.0, 3614.0, 3569.0, 3555.0, 3599.0, 3566.0, 3555.0, 3575.0, 3554.0, 3556.0, 3556.0, 3556.0, 3568.0, 3558.0, 3601.0, 3570.0, 3569.0, 3590.0, 3569.0, 3600.0, 3599.0, 3555.0, 3587.0, 3565.0, 3598.0, 3587.0, 3554.0, 3565.0, 3566.0, 3566.0, 3597.0, 3565.0, 3556.0, 3599.0, 3588.0, 3567.0, 3588.0, 3578.0, 3566.0, 3609.0, 3576.0, 3554.0, 3585.0, 3564.0, 3574.0, 3562.0, 3541.0, 3584.0, 3551.0, 3551.0, 3540.0, 3551.0, 3584.0, 3573.0, 3542.0, 3563.0, 3541.0, 3584.0, 3553.0, 3554.0, 3586.0, 3555.0, 3556.0, 3588.0, 3555.0, 3555.0, 3566.0, 3556.0, 3599.0, 3567.0, 3554.0, 3577.0, 3578.0, 3568.0, 3588.0, 3557.0, 3598.0, 3588.0, 3556.0, 3586.0, 3566.0, 3555.0, 3598.0, 3566.0, 3555.0, 3576.0, 3566.0, 3566.0, 3576.0, 3567.0, 3588.0, 3600.0, 3568.0, 3556.0, 3577.0, 3557.0, 3599.0, 3587.0, 3565.0, 3598.0, 3587.0, 3555.0, 3587.0, 3555.0, 3585.0, 3575.0, 3541.0, 3573.0, 3541.0, 3584.0, 3563.0, 3551.0, 3574.0, 3553.0, 3554.0, 3597.0, 3566.0, 3554.0, 3575.0, 3555.0, 3579.0, 3612.0, 3568.0, 3568.0, 3556.0, 3578.0, 3585.0, 3561.0, 3552.0, 3585.0, 3552.0, 3553.0, 3575.0, 3565.0, 3566.0, 3597.0, 3564.0, 3574.0, 3606.0, 3564.0, 3562.0, 3574.0, 3551.0, 3583.0, 3549.0, 3539.0, 3560.0, 3551.0, 3540.0, 3572.0, 3540.0, 3540.0, 3572.0, 3553.0, 3567.0, 3556.0, 3588.0, 3567.0, 3556.0, 3579.0, 3610.0, 3598.0, 3556.0, 3555.0, 3575.0, 3553.0, 3553.0, 3587.0, 3554.0, 3544.0, 3577.0, 3556.0, 3555.0, 3598.0, 3566.0, 3575.0, 3575.0, 3542.0, 3585.0, 3552.0, 3542.0, 3586.0, 3555.0, 3544.0, 3575.0, 3554.0, 3565.0, 3598.0, 3565.0, 3554.0, 3574.0, 3554.0, 3587.0, 3587.0, 3554.0, 3597.0, 3566.0, 3555.0, 3586.0, 3564.0, 3555.0, 3599.0, 3566.0, 3556.0, 3576.0, 3567.0, 3556.0, 3587.0, 3566.0, 3557.0, 3611.0, 3580.0, 3568.0, 3589.0, 3567.0, 3556.0, 3599.0, 3567.0, 3587.0, 3566.0, 3567.0, 3610.0, 3578.0, 3567.0, 3587.0, 3589.0, 3579.0, 3579.0, 3589.0, 3568.0, 3575.0, 3576.0, 3565.0, 3597.0, 3565.0, 3553.0, 3585.0, 3564.0, 3553.0, 3584.0, 3541.0, 3584.0, 3563.0, 3541.0, 3573.0, 3531.0, 3543.0, 3586.0, 3565.0, 3556.0, 3555.0, 3577.0, 3567.0, 3557.0, 3588.0, 3567.0, 3557.0, 3611.0, 3579.0, 3556.0, 3577.0, 3578.0, 3590.0, 3613.0, 3559.0, 3558.0, 3557.0, 3599.0, 3556.0, 3575.0, 3541.0, 3542.0, 3574.0, 3564.0, 3588.0, 3610.0, 3600.0, 3587.0, 3608.0, 3597.0, 3585.0, 3593.0, 3569.0, 3535.0, 3567.0, 3536.0, 3534.0, 3534.0, 3513.0, 3544.0, 3523.0, 3524.0, 3545.0, 3525.0, 3526.0, 3559.0, 3538.0, 3529.0, 3550.0, 3552.0, 3584.0, 3563.0, 3543.0, 3544.0, 3565.0, 3554.0, 3567.0, 3589.0, 3568.0, 3559.0, 3589.0, 3557.0, 3556.0, 3588.0, 3545.0, 3587.0, 3555.0, 3545.0, 3598.0, 3556.0, 3566.0, 3576.0, 3555.0, 3598.0, 3576.0, 3556.0, 3576.0, 3555.0, 3556.0, 3598.0, 3567.0, 3556.0, 3577.0, 3578.0, 3556.0, 3600.0, 3556.0, 3556.0, 3599.0, 3578.0, 3557.0, 3589.0, 3557.0, 3567.0, 3612.0, 3580.0, 3558.0, 3590.0, 3581.0, 3570.0, 3581.0, 3580.0, 3579.0, 3602.0, 3612.0, 3580.0, 3568.0, 3599.0, 3589.0, 3567.0, 3598.0, 3554.0, 3556.0, 3609.0, 3576.0, 3567.0, 3602.0, 3579.0, 3557.0, 3599.0, 3556.0, 3557.0, 3611.0, 3580.0, 3568.0, 3600.0, 3589.0, 3558.0, 3590.0, 3557.0, 3557.0, 3600.0, 3598.0, 3568.0, 3555.0, 3576.0, 3567.0, 3598.0, 3575.0, 3556.0, 3586.0, 3576.0, 3555.0, 3555.0, 3576.0, 3556.0, 3588.0, 3599.0, 3569.0, 3612.0, 3570.0, 3577.0, 3598.0, 3555.0, 3587.0, 3563.0, 3552.0, 3597.0, 3564.0, 3553.0, 3586.0, 3587.0, 3556.0, 3576.0, 3554.0, 3554.0, 3610.0, 3576.0, 3555.0, 3587.0, 3577.0, 3556.0, 3599.0, 3556.0, 3556.0, 3599.0, 3577.0, 3567.0, 3588.0, 3589.0, 3567.0, 3588.0, 3555.0, 3567.0, 3600.0, 3599.0, 3568.0, 3566.0, 3598.0, 3590.0, 3579.0, 3600.0, 3579.0, 3569.0, 3568.0, 3576.0, 3553.0, 3585.0, 3552.0, 3596.0, 3563.0, 3542.0, 3574.0, 3563.0, 3542.0, 3584.0, 3540.0, 3527.0, 3571.0, 3572.0, 3540.0, 3573.0, 3541.0, 3541.0, 3584.0, 3552.0, 3541.0, 3561.0, 3540.0, 3581.0, 3561.0, 3539.0, 3572.0, 3551.0, 3541.0, 3563.0, 3553.0, 3552.0, 3543.0, 3586.0, 3555.0, 3555.0, 3586.0, 3577.0, 3556.0, 3587.0, 3555.0, 3586.0, 3576.0, 3555.0, 3587.0, 3554.0, 3544.0, 3598.0, 3566.0, 3556.0, 3587.0, 3566.0, 3557.0, 3588.0, 3566.0, 3556.0, 3599.0, 3600.0, 3556.0, 3557.0, 3589.0, 3590.0, 3592.0, 3602.0, 3579.0, 3558.0, 3567.0, 3588.0, 3556.0, 3598.0, 3599.0, 3567.0, 3555.0, 3577.0, 3567.0, 3599.0, 3587.0, 3555.0, 3585.0, 3586.0, 3552.0, 3542.0, 3574.0, 3541.0, 3563.0, 3584.0, 3552.0, 3543.0, 3574.0, 3541.0, 3541.0, 3573.0, 3542.0, 3562.0, 3574.0, 3552.0, 3544.0, 3564.0, 3543.0, 3558.0, 3557.0, 3547.0, 3588.0, 3577.0, 3610.0, 3602.0, 3601.0, 3570.0, 3558.0, 3611.0, 3592.0, 3571.0, 3579.0, 3577.0, 3577.0, 3590.0, 3610.0, 3544.0, 3556.0, 3590.0, 3599.0, 3557.0, 3567.0, 3556.0, 3577.0, 3556.0, 3567.0, 3610.0, 3568.0, 3568.0, 3578.0, 3600.0, 3579.0, 3568.0, 3598.0, 3575.0, 3555.0, 3576.0, 3587.0, 3555.0, 3597.0, 3566.0, 3586.0, 3586.0, 3541.0, 3573.0, 3541.0, 3583.0, 3573.0, 3539.0, 3572.0, 3530.0, 3541.0, 3584.0, 3563.0, 3553.0, 3574.0, 3553.0, 3554.0, 3585.0, 3554.0, 3554.0, 3575.0, 3555.0, 3598.0, 3564.0, 3555.0, 3575.0, 3554.0, 3576.0, 3566.0, 3555.0, 3586.0, 3577.0, 3567.0, 3556.0, 3566.0, 3566.0, 3599.0, 3601.0, 3546.0, 3557.0, 3567.0, 3569.0, 3610.0, 3553.0, 3573.0, 3553.0, 3543.0, 3586.0, 3556.0, 3598.0, 3577.0, 3566.0, 3608.0, 3585.0, 3561.0, 3592.0, 3570.0, 3559.0, 3580.0, 3537.0, 3568.0, 3525.0, 3555.0, 3535.0, 3525.0, 3557.0, 3525.0, 3526.0, 3558.0, 3549.0, 3540.0, 3584.0, 3541.0, 3541.0, 3561.0, 3529.0, 3539.0, 3572.0, 3542.0, 3554.0, 3586.0, 3544.0, 3553.0, 3586.0, 3586.0, 3554.0, 3542.0, 3563.0, 3554.0, 3565.0, 3597.0, 3555.0, 3554.0, 3586.0, 3553.0, 3553.0, 3585.0, 3553.0, 3554.0, 3587.0, 3544.0, 3555.0, 3554.0, 3575.0, 3533.0, 3554.0, 3554.0, 3576.0, 3577.0, 3556.0, 3588.0, 3545.0, 3565.0, 3587.0, 3587.0, 3555.0, 3555.0, 3544.0, 3566.0, 3556.0, 3588.0, 3547.0, 3557.0, 3601.0, 3591.0, 3571.0, 3571.0, 3591.0, 3570.0, 3602.0, 3602.0, 3581.0, 3569.0, 3590.0, 3590.0, 3590.0, 3600.0, 3567.0, 3555.0, 3597.0, 3588.0, 3588.0, 3609.0, 3555.0, 3554.0, 3586.0, 3585.0, 3565.0, 3586.0, 3543.0, 3554.0, 3585.0, 3586.0, 3555.0, 3586.0, 3554.0, 3554.0, 3598.0, 3566.0, 3555.0, 3554.0, 3553.0, 3598.0, 3565.0, 3555.0, 3586.0, 3576.0, 3566.0, 3556.0, 3566.0, 3556.0, 3556.0, 3600.0, 3577.0, 3569.0, 3569.0, 3568.0, 3567.0, 3585.0, 3564.0, 3586.0, 3586.0, 3555.0, 3555.0, 3575.0, 3566.0, 3566.0, 3587.0, 3554.0, 3552.0, 3583.0, 3563.0, 3595.0, 3563.0, 3540.0, 3562.0, 3541.0, 3572.0, 3551.0, 3541.0, 3572.0, 3562.0, 3552.0, 3552.0, 3564.0, 3554.0, 3555.0, 3586.0, 3555.0, 3555.0, 3575.0, 3566.0, 3566.0, 3588.0, 3555.0, 3555.0, 3587.0, 3565.0, 3554.0, 3575.0, 3566.0, 3567.0, 3599.0, 3557.0, 3556.0, 3599.0, 3600.0, 3567.0, 3567.0, 3577.0, 3566.0, 3599.0, 3566.0, 3566.0, 3587.0, 3588.0, 3567.0, 3555.0, 3576.0, 3564.0, 3555.0, 3599.0, 3598.0, 3566.0, 3565.0, 3586.0, 3587.0, 3565.0, 3565.0, 3575.0, 3553.0, 3564.0, 3596.0, 3553.0, 3553.0, 3573.0, 3552.0, 3553.0, 3573.0, 3552.0, 3552.0, 3584.0, 3573.0, 3552.0, 3572.0, 3530.0, 3541.0, 3563.0, 3564.0, 3555.0, 3543.0, 3575.0, 3565.0, 3554.0, 3576.0, 3543.0, 3555.0, 3576.0, 3565.0, 3555.0, 3565.0, 3575.0, 3554.0, 3555.0], 'WindowWidth': [8178.0, 8165.0, 8095.0, 8071.0, 8135.0, 8086.0, 8068.0, 8094.0, 8066.0, 8072.0, 8075.0, 8076.0, 8093.0, 8081.0, 8143.0, 8099.0, 8097.0, 8124.0, 8095.0, 8137.0, 8133.0, 8070.0, 8113.0, 8083.0, 8129.0, 8115.0, 8068.0, 8083.0, 8084.0, 8085.0, 8128.0, 8083.0, 8074.0, 8133.0, 8120.0, 8089.0, 8117.0, 8104.0, 8086.0, 8148.0, 8099.0, 8065.0, 8107.0, 8078.0, 8093.0, 8074.0, 8042.0, 8104.0, 8058.0, 8057.0, 8042.0, 8057.0, 8104.0, 8090.0, 8047.0, 8074.0, 8044.0, 8106.0, 8064.0, 8065.0, 8111.0, 8070.0, 8072.0, 8117.0, 8072.0, 8070.0, 8086.0, 8074.0, 8135.0, 8088.0, 8069.0, 8102.0, 8105.0, 8091.0, 8119.0, 8076.0, 8132.0, 8118.0, 8072.0, 8113.0, 8086.0, 8071.0, 8133.0, 8086.0, 8069.0, 8099.0, 8086.0, 8086.0, 8099.0, 8089.0, 8118.0, 8137.0, 8092.0, 8074.0, 8103.0, 8076.0, 8134.0, 8115.0, 8084.0, 8132.0, 8115.0, 8070.0, 8115.0, 8069.0, 8107.0, 8094.0, 8045.0, 8089.0, 8043.0, 8104.0, 8078.0, 8059.0, 8091.0, 8063.0, 8067.0, 8129.0, 8085.0, 8068.0, 8096.0, 8069.0, 8107.0, 8158.0, 8094.0, 8092.0, 8076.0, 8105.0, 8106.0, 8071.0, 8059.0, 8109.0, 8061.0, 8064.0, 8096.0, 8085.0, 8087.0, 8128.0, 8080.0, 8092.0, 8139.0, 8080.0, 8073.0, 8090.0, 8058.0, 8103.0, 8052.0, 8039.0, 8069.0, 8055.0, 8042.0, 8085.0, 8041.0, 8040.0, 8086.0, 8066.0, 8091.0, 8073.0, 8118.0, 8091.0, 8075.0, 8109.0, 8151.0, 8130.0, 8073.0, 8070.0, 8096.0, 8064.0, 8061.0, 8113.0, 8068.0, 8054.0, 8101.0, 8073.0, 8071.0, 8133.0, 8086.0, 8094.0, 8095.0, 8046.0, 8109.0, 8060.0, 8045.0, 8112.0, 8069.0, 8053.0, 8094.0, 8067.0, 8081.0, 8130.0, 8083.0, 8067.0, 8094.0, 8068.0, 8114.0, 8113.0, 8067.0, 8128.0, 8084.0, 8069.0, 8112.0, 8079.0, 8070.0, 8134.0, 8088.0, 8073.0, 8101.0, 8089.0, 8074.0, 8115.0, 8086.0, 8075.0, 8153.0, 8111.0, 8094.0, 8122.0, 8090.0, 8074.0, 8135.0, 8090.0, 8115.0, 8085.0, 8091.0, 8152.0, 8105.0, 8090.0, 8115.0, 8123.0, 8109.0, 8108.0, 8121.0, 8091.0, 8096.0, 8098.0, 8083.0, 8129.0, 8081.0, 8062.0, 8108.0, 8081.0, 8063.0, 8106.0, 8045.0, 8103.0, 8077.0, 8044.0, 8089.0, 8030.0, 8049.0, 8113.0, 8083.0, 8073.0, 8070.0, 8101.0, 8090.0, 8076.0, 8119.0, 8091.0, 8077.0, 8154.0, 8107.0, 8072.0, 8102.0, 8105.0, 8125.0, 8161.0, 8082.0, 8081.0, 8078.0, 8134.0, 8072.0, 8093.0, 8045.0, 8046.0, 8092.0, 8081.0, 8117.0, 8152.0, 8138.0, 8117.0, 8147.0, 8131.0, 8108.0, 8118.0, 8075.0, 8020.0, 8070.0, 8024.0, 8020.0, 8020.0, 7990.0, 8033.0, 8005.0, 8007.0, 8039.0, 8013.0, 8015.0, 8063.0, 8036.0, 8026.0, 8056.0, 8061.0, 8106.0, 8078.0, 8052.0, 8053.0, 8082.0, 8067.0, 8090.0, 8121.0, 8094.0, 8082.0, 8123.0, 8076.0, 8071.0, 8117.0, 8056.0, 8116.0, 8070.0, 8055.0, 8132.0, 8074.0, 8087.0, 8099.0, 8068.0, 8132.0, 8099.0, 8072.0, 8100.0, 8071.0, 8071.0, 8132.0, 8088.0, 8074.0, 8101.0, 8105.0, 8074.0, 8137.0, 8076.0, 8074.0, 8135.0, 8107.0, 8076.0, 8121.0, 8075.0, 8091.0, 8156.0, 8111.0, 8080.0, 8125.0, 8116.0, 8100.0, 8116.0, 8112.0, 8109.0, 8144.0, 8160.0, 8113.0, 8093.0, 8136.0, 8122.0, 8088.0, 8134.0, 8069.0, 8072.0, 8149.0, 8101.0, 8090.0, 8144.0, 8108.0, 8078.0, 8135.0, 8073.0, 8077.0, 8156.0, 8114.0, 8093.0, 8139.0, 8123.0, 8078.0, 8126.0, 8078.0, 8078.0, 8137.0, 8133.0, 8093.0, 8071.0, 8099.0, 8088.0, 8133.0, 8097.0, 8072.0, 8111.0, 8099.0, 8071.0, 8071.0, 8100.0, 8072.0, 8117.0, 8135.0, 8096.0, 8161.0, 8101.0, 8101.0, 8131.0, 8070.0, 8114.0, 8077.0, 8061.0, 8130.0, 8080.0, 8065.0, 8113.0, 8115.0, 8073.0, 8099.0, 8068.0, 8069.0, 8151.0, 8101.0, 8071.0, 8115.0, 8102.0, 8073.0, 8133.0, 8073.0, 8072.0, 8135.0, 8104.0, 8089.0, 8120.0, 8122.0, 8090.0, 8118.0, 8069.0, 8088.0, 8137.0, 8135.0, 8092.0, 8087.0, 8132.0, 8123.0, 8106.0, 8140.0, 8109.0, 8095.0, 8092.0, 8101.0, 8064.0, 8107.0, 8059.0, 8125.0, 8077.0, 8047.0, 8091.0, 8076.0, 8047.0, 8106.0, 8041.0, 8020.0, 8084.0, 8085.0, 8041.0, 8088.0, 8043.0, 8043.0, 8107.0, 8060.0, 8042.0, 8069.0, 8040.0, 8097.0, 8068.0, 8038.0, 8084.0, 8056.0, 8044.0, 8077.0, 8063.0, 8063.0, 8051.0, 8114.0, 8071.0, 8071.0, 8113.0, 8102.0, 8074.0, 8115.0, 8070.0, 8113.0, 8099.0, 8069.0, 8114.0, 8067.0, 8053.0, 8131.0, 8086.0, 8072.0, 8115.0, 8086.0, 8076.0, 8118.0, 8087.0, 8074.0, 8135.0, 8136.0, 8075.0, 8076.0, 8120.0, 8124.0, 8130.0, 8145.0, 8111.0, 8082.0, 8091.0, 8119.0, 8072.0, 8131.0, 8134.0, 8089.0, 8073.0, 8104.0, 8091.0, 8135.0, 8116.0, 8070.0, 8107.0, 8111.0, 8062.0, 8047.0, 8090.0, 8044.0, 8074.0, 8106.0, 8060.0, 8051.0, 8093.0, 8046.0, 8046.0, 8089.0, 8046.0, 8072.0, 8091.0, 8062.0, 8054.0, 8079.0, 8051.0, 8081.0, 8081.0, 8067.0, 8119.0, 8101.0, 8153.0, 8144.0, 8144.0, 8099.0, 8081.0, 8155.0, 8131.0, 8102.0, 8108.0, 8102.0, 8102.0, 8123.0, 8151.0, 8055.0, 8072.0, 8125.0, 8136.0, 8079.0, 8090.0, 8076.0, 8102.0, 8073.0, 8089.0, 8153.0, 8091.0, 8092.0, 8106.0, 8139.0, 8109.0, 8091.0, 8133.0, 8096.0, 8068.0, 8099.0, 8113.0, 8070.0, 8128.0, 8084.0, 8110.0, 8109.0, 8043.0, 8089.0, 8044.0, 8102.0, 8087.0, 8038.0, 8086.0, 8027.0, 8044.0, 8106.0, 8076.0, 8065.0, 8092.0, 8064.0, 8066.0, 8111.0, 8068.0, 8067.0, 8095.0, 8069.0, 8131.0, 8081.0, 8068.0, 8096.0, 8067.0, 8098.0, 8087.0, 8070.0, 8111.0, 8101.0, 8087.0, 8073.0, 8085.0, 8084.0, 8136.0, 8143.0, 8062.0, 8078.0, 8092.0, 8099.0, 8153.0, 8063.0, 8089.0, 8064.0, 8049.0, 8112.0, 8072.0, 8132.0, 8102.0, 8086.0, 8145.0, 8108.0, 8069.0, 8112.0, 8079.0, 8061.0, 8094.0, 8027.0, 8072.0, 8012.0, 8051.0, 8024.0, 8011.0, 8057.0, 8012.0, 8014.0, 8062.0, 8052.0, 8042.0, 8106.0, 8046.0, 8046.0, 8071.0, 8025.0, 8038.0, 8086.0, 8048.0, 8066.0, 8112.0, 8055.0, 8065.0, 8114.0, 8111.0, 8067.0, 8050.0, 8077.0, 8068.0, 8083.0, 8129.0, 8069.0, 8066.0, 8110.0, 8065.0, 8064.0, 8108.0, 8063.0, 8067.0, 8117.0, 8056.0, 8070.0, 8064.0, 8096.0, 8039.0, 8067.0, 8069.0, 8099.0, 8103.0, 8073.0, 8120.0, 8058.0, 8084.0, 8116.0, 8114.0, 8070.0, 8069.0, 8052.0, 8087.0, 8074.0, 8119.0, 8064.0, 8078.0, 8139.0, 8130.0, 8102.0, 8103.0, 8129.0, 8100.0, 8145.0, 8144.0, 8114.0, 8095.0, 8123.0, 8122.0, 8124.0, 8137.0, 8090.0, 8069.0, 8128.0, 8117.0, 8116.0, 8147.0, 8070.0, 8065.0, 8111.0, 8109.0, 8081.0, 8113.0, 8051.0, 8066.0, 8109.0, 8112.0, 8069.0, 8112.0, 8068.0, 8066.0, 8130.0, 8086.0, 8069.0, 8066.0, 8065.0, 8132.0, 8084.0, 8068.0, 8111.0, 8099.0, 8086.0, 8074.0, 8086.0, 8073.0, 8072.0, 8137.0, 8106.0, 8095.0, 8096.0, 8093.0, 8088.0, 8110.0, 8080.0, 8109.0, 8110.0, 8069.0, 8068.0, 8097.0, 8085.0, 8087.0, 8115.0, 8067.0, 8060.0, 8103.0, 8075.0, 8123.0, 8073.0, 8040.0, 8071.0, 8043.0, 8085.0, 8057.0, 8043.0, 8086.0, 8073.0, 8060.0, 8062.0, 8078.0, 8066.0, 8068.0, 8113.0, 8071.0, 8072.0, 8098.0, 8087.0, 8087.0, 8117.0, 8072.0, 8071.0, 8116.0, 8085.0, 8068.0, 8097.0, 8087.0, 8089.0, 8135.0, 8076.0, 8074.0, 8138.0, 8137.0, 8091.0, 8091.0, 8101.0, 8088.0, 8136.0, 8087.0, 8086.0, 8114.0, 8119.0, 8090.0, 8072.0, 8099.0, 8081.0, 8070.0, 8135.0, 8130.0, 8085.0, 8083.0, 8112.0, 8114.0, 8084.0, 8083.0, 8096.0, 8063.0, 8079.0, 8127.0, 8064.0, 8062.0, 8090.0, 8060.0, 8062.0, 8091.0, 8061.0, 8059.0, 8104.0, 8089.0, 8060.0, 8087.0, 8028.0, 8045.0, 8077.0, 8079.0, 8070.0, 8052.0, 8097.0, 8085.0, 8068.0, 8098.0, 8050.0, 8068.0, 8099.0, 8083.0, 8069.0, 8082.0, 8096.0, 8068.0, 8069.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.00047445977011494257</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.019344860689655168</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.597750840379796</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2139268532796321</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0066342018757197</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4631</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5957.3877</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10798301019357379</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>63</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>7.241379310344827</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6030423334062327</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.630656846371162</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8026257513620134</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3758444024855225</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0158656</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010199694894254208</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.020558718591928482</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.7051429445016337</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>30.1056</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.1946</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>128.0697</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>38.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>301775.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>555.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>250.8443</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0898</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>469.1003</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2760.4002</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>2947.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>74769.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>800.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3658.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>795.3756</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>39.93971737776883</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> |