=== 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-0094 --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-0094",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
103 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
103 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-0094_ses-02_task-alignvideo_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0094_ses-02_task-alignvideo_acq-mb8_run-01_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-02_subject-0094_suffix-bold_task-alignvideo" 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-0094/figures/sub-0094_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-02_subject-0094_suffix-bold_task-alignvideo" 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-0094/figures/sub-0094_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-02_subject-0094_suffix-bold_task-alignvideo" 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-0094/figures/sub-0094_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-02_subject-0094_suffix-bold_task-alignvideo" 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-0094/figures/sub-0094_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-02_subject-0094_suffix-bold_task-alignvideo" 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-0094/figures/sub-0094_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-02_subject-0094_suffix-bold_task-alignvideo" 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-0094/figures/sub-0094_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-02_subject-0094_suffix-bold_task-alignvideo" 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-0094/figures/sub-0094_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0094/figures/sub-0094_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0094/ses-02/func/sub-0094_ses-02_task-alignvideo_acq-mb8_run-01_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>87113f51deaf15774caaf1263b49b208</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>12:06:24.965000</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.99619, 0.0795447, 0.0357561, -0.0799765, 0.996738, 0.0108113]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_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.112947</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4257, -7867, -7208, 508, -86, -424, 264, 42]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>231.71</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>9b81fa93-6f1b-4919-b9a1-4013f744e7c2||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.6727044582366943, -0.21457114815711975, 0.09390459209680557, 115.64945220947266], [-0.2134125828742981, 2.674175500869751, 0.03680038824677467, -87.45577239990234], [0.09593098610639572, -0.029005978256464005, 2.698115587234497, -58.326778411865234], [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, 839]</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], 'AcquisitionTime': ['120624.965000', '120625.425000', '120625.885000', '120626.345000', '120626.805000', '120627.265000', '120627.725000', '120628.185000', '120628.645000', '120629.105000', '120629.565000', '120630.025000', '120630.485000', '120630.945000', '120631.405000', '120631.865000', '120632.325000', '120632.785000', '120633.245000', '120633.705000', '120634.165000', '120634.625000', '120635.085000', '120635.545000', '120636.005000', '120636.465000', '120636.925000', '120637.385000', '120637.845000', '120638.305000', '120638.765000', '120639.225000', '120639.685000', '120640.145000', '120640.605000', '120641.065000', '120641.525000', '120641.985000', '120642.445000', '120642.905000', '120643.365000', '120643.825000', '120644.285000', '120644.745000', '120645.205000', '120645.665000', '120646.125000', '120646.585000', '120647.045000', '120647.505000', '120647.965000', '120648.425000', '120648.885000', '120649.345000', '120649.805000', '120650.265000', '120650.725000', '120651.185000', '120651.645000', '120652.105000', '120652.565000', '120653.025000', '120653.485000', '120653.945000', '120654.405000', '120654.865000', '120655.325000', '120655.785000', '120656.245000', '120656.705000', '120657.165000', '120657.625000', '120658.085000', '120658.545000', '120659.005000', '120659.465000', '120659.925000', '120700.385000', '120700.845000', '120701.305000', '120701.765000', '120702.225000', '120702.685000', '120703.145000', '120703.605000', '120704.065000', '120704.525000', '120704.985000', '120705.445000', '120705.905000', '120706.365000', '120706.825000', '120707.285000', '120707.745000', '120708.205000', '120708.665000', '120709.125000', '120709.585000', '120710.045000', '120710.505000', '120710.965000', '120711.425000', '120711.885000', '120712.345000', '120712.805000', '120713.265000', '120713.725000', '120714.185000', '120714.645000', '120715.105000', '120715.565000', '120716.025000', '120716.485000', '120716.945000', '120717.405000', '120717.865000', '120718.325000', '120718.785000', '120719.245000', '120719.705000', '120720.165000', '120720.625000', '120721.085000', '120721.545000', '120722.005000', '120722.465000', '120722.925000', '120723.385000', '120723.845000', '120724.305000', '120724.765000', '120725.225000', '120725.685000', '120726.145000', '120726.605000', '120727.065000', '120727.525000', '120727.985000', '120728.445000', '120728.905000', '120729.365000', '120729.825000', '120730.285000', '120730.745000', '120731.205000', '120731.665000', '120732.125000', '120732.585000', '120733.045000', '120733.505000', '120733.965000', '120734.425000', '120734.885000', '120735.345000', '120735.805000', '120736.265000', '120736.725000', '120737.185000', '120737.645000', '120738.105000', '120738.565000', '120739.025000', '120739.485000', '120739.945000', '120740.405000', '120740.865000', '120741.325000', '120741.785000', '120742.245000', '120742.705000', '120743.165000', '120743.625000', '120744.085000', '120744.545000', '120745.005000', '120745.465000', '120745.925000', '120746.385000', '120746.845000', '120747.305000', '120747.765000', '120748.225000', '120748.685000', '120749.145000', '120749.605000', '120750.065000', '120750.525000', '120750.985000', '120751.445000', '120751.905000', '120752.365000', '120752.825000', '120753.285000', '120753.745000', '120754.205000', '120754.665000', '120755.125000', '120755.585000', '120756.045000', '120756.505000', '120756.965000', '120757.425000', '120757.885000', '120758.345000', '120758.805000', '120759.265000', '120759.725000', '120800.185000', '120800.645000', '120801.105000', '120801.565000', '120802.025000', '120802.485000', '120802.945000', '120803.405000', '120803.865000', '120804.325000', '120804.785000', '120805.245000', '120805.705000', '120806.165000', '120806.625000', '120807.085000', '120807.545000', '120808.005000', '120808.465000', '120808.925000', '120809.385000', '120809.845000', '120810.305000', '120810.765000', '120811.225000', '120811.685000', '120812.145000', '120812.605000', '120813.065000', '120813.525000', '120813.985000', '120814.445000', '120814.905000', '120815.365000', '120815.825000', '120816.285000', '120816.745000', '120817.205000', '120817.665000', '120818.125000', '120818.585000', '120819.045000', '120819.505000', '120819.965000', '120820.425000', '120820.885000', '120821.345000', '120821.805000', '120822.265000', '120822.725000', '120823.185000', '120823.645000', '120824.105000', '120824.565000', '120825.025000', '120825.485000', '120825.945000', '120826.405000', '120826.865000', '120827.325000', '120827.785000', '120828.245000', '120828.705000', '120829.165000', '120829.625000', '120830.085000', '120830.545000', '120831.005000', '120831.465000', '120831.925000', '120832.385000', '120832.845000', '120833.305000', '120833.765000', '120834.225000', '120834.685000', '120835.145000', '120835.605000', '120836.065000', '120836.525000', '120836.985000', '120837.445000', '120837.905000', '120838.365000', '120838.825000', '120839.285000', '120839.745000', '120840.205000', '120840.665000', '120841.125000', '120841.585000', '120842.045000', '120842.505000', '120842.965000', '120843.425000', '120843.885000', '120844.345000', '120844.805000', '120845.265000', '120845.725000', '120846.185000', '120846.645000', '120847.105000', '120847.565000', '120848.025000', '120848.485000', '120848.945000', '120849.405000', '120849.865000', '120850.325000', '120850.785000', '120851.245000', '120851.705000', '120852.165000', '120852.625000', '120853.085000', '120853.545000', '120854.005000', '120854.465000', '120854.925000', '120855.385000', '120855.845000', '120856.305000', '120856.765000', '120857.225000', '120857.685000', '120858.145000', '120858.605000', '120859.065000', '120859.525000', '120859.985000', '120900.445000', '120900.905000', '120901.365000', '120901.825000', '120902.285000', '120902.745000', '120903.205000', '120903.665000', '120904.125000', '120904.585000', '120905.045000', '120905.505000', '120905.965000', '120906.425000', '120906.885000', '120907.345000', '120907.805000', '120908.265000', '120908.725000', '120909.185000', '120909.645000', '120910.105000', '120910.565000', '120911.025000', '120911.485000', '120911.945000', '120912.405000', '120912.865000', '120913.325000', '120913.785000', '120914.245000', '120914.705000', '120915.165000', '120915.625000', '120916.085000', '120916.545000', '120917.005000', '120917.465000', '120917.925000', '120918.385000', '120918.845000', '120919.305000', '120919.765000', '120920.225000', '120920.685000', '120921.145000', '120921.605000', '120922.065000', '120922.525000', '120922.985000', '120923.445000', '120923.905000', '120924.365000', '120924.825000', '120925.285000', '120925.745000', '120926.205000', '120926.665000', '120927.125000', '120927.585000', '120928.045000', '120928.505000', '120928.965000', '120929.425000', '120929.885000', '120930.345000', '120930.805000', '120931.265000', '120931.725000', '120932.185000', '120932.645000', '120933.105000', '120933.565000', '120934.025000', '120934.485000', '120934.945000', '120935.405000', '120935.865000', '120936.325000', '120936.785000', '120937.245000', '120937.705000', '120938.165000', '120938.625000', '120939.085000', '120939.545000', '120940.005000', '120940.465000', '120940.925000', '120941.385000', '120941.845000', '120942.305000', '120942.765000', '120943.225000', '120943.685000', '120944.145000', '120944.605000', '120945.065000', '120945.525000', '120945.985000', '120946.445000', '120946.905000', '120947.365000', '120947.825000', '120948.285000', '120948.745000', '120949.205000', '120949.665000', '120950.125000', '120950.585000', '120951.045000', '120951.505000', '120951.965000', '120952.425000', '120952.885000', '120953.345000', '120953.805000', '120954.265000', '120954.725000', '120955.185000', '120955.645000', '120956.105000', '120956.565000', '120957.025000', '120957.485000', '120957.945000', '120958.405000', '120958.865000', '120959.325000', '120959.785000', '121000.245000', '121000.705000', '121001.165000', '121001.625000', '121002.085000', '121002.545000', '121003.005000', '121003.465000', '121003.925000', '121004.385000', '121004.845000', '121005.305000', '121005.765000', '121006.225000', '121006.685000', '121007.145000', '121007.605000', '121008.065000', '121008.525000', '121008.985000', '121009.445000', '121009.905000', '121010.365000', '121010.825000', '121011.285000', '121011.745000', '121012.205000', '121012.665000', '121013.125000', '121013.585000', '121014.045000', '121014.505000', '121014.965000', '121015.425000', '121015.885000', '121016.345000', '121016.805000', '121017.265000', '121017.725000', '121018.185000', '121018.645000', '121019.105000', '121019.565000', '121020.025000', '121020.485000', '121020.945000', '121021.405000', '121021.865000', '121022.325000', '121022.785000', '121023.245000', '121023.705000', '121024.165000', '121024.625000', '121025.085000', '121025.545000', '121026.005000', '121026.465000', '121026.925000', '121027.385000', '121027.845000', '121028.305000', '121028.765000', '121029.225000', '121029.685000', '121030.145000', '121030.605000', '121031.065000', '121031.525000', '121031.985000', '121032.445000', '121032.905000', '121033.365000', '121033.825000', '121034.285000', '121034.745000', '121035.205000', '121035.665000', '121036.125000', '121036.585000', '121037.045000', '121037.505000', '121037.965000', '121038.425000', '121038.885000', '121039.345000', '121039.805000', '121040.265000', '121040.725000', '121041.185000', '121041.645000', '121042.105000', '121042.565000', '121043.025000', '121043.485000', '121043.945000', '121044.405000', '121044.865000', '121045.325000', '121045.785000', '121046.245000', '121046.705000', '121047.165000', '121047.625000', '121048.085000', '121048.545000', '121049.005000', '121049.465000', '121049.925000', '121050.385000', '121050.845000', '121051.305000', '121051.765000', '121052.225000', '121052.685000', '121053.145000', '121053.605000', '121054.065000', '121054.525000', '121054.985000', '121055.445000', '121055.905000', '121056.365000', '121056.825000', '121057.285000', '121057.745000', '121058.205000', '121058.665000', '121059.125000', '121059.585000', '121100.045000', '121100.505000', '121100.965000', '121101.425000', '121101.885000', '121102.345000', '121102.805000', '121103.265000', '121103.725000', '121104.185000', '121104.645000', '121105.105000', '121105.565000', '121106.025000', '121106.485000', '121106.945000', '121107.405000', '121107.865000', '121108.325000', '121108.785000', '121109.245000', '121109.705000', '121110.165000', '121110.625000', '121111.085000', '121111.545000', '121112.005000', '121112.465000', '121112.925000', '121113.385000', '121113.845000', '121114.305000', '121114.765000', '121115.225000', '121115.685000', '121116.145000', '121116.605000', '121117.065000', '121117.525000', '121117.985000', '121118.445000', '121118.905000', '121119.365000', '121119.825000', '121120.285000', '121120.745000', '121121.205000', '121121.665000', '121122.125000', '121122.585000', '121123.045000', '121123.505000', '121123.965000', '121124.425000', '121124.885000', '121125.345000', '121125.805000', '121126.265000', '121126.725000', '121127.185000', '121127.645000', '121128.105000', '121128.565000', '121129.025000', '121129.485000', '121129.945000', '121130.405000', '121130.865000', '121131.325000', '121131.785000', '121132.245000', '121132.705000', '121133.165000', '121133.625000', '121134.085000', '121134.545000', '121135.005000', '121135.465000', '121135.925000', '121136.385000', '121136.845000', '121137.305000', '121137.765000', '121138.225000', '121138.685000', '121139.145000', '121139.605000', '121140.065000', '121140.525000', '121140.985000', '121141.445000', '121141.905000', '121142.365000', '121142.825000', '121143.285000', '121143.745000', '121144.205000', '121144.665000', '121145.125000', '121145.585000', '121146.045000', '121146.505000', '121146.965000', '121147.425000', '121147.885000', '121148.345000', '121148.805000', '121149.265000', '121149.725000', '121150.185000', '121150.645000', '121151.105000', '121151.565000', '121152.025000', '121152.485000', '121152.945000', '121153.405000', '121153.865000', '121154.325000', '121154.785000', '121155.245000', '121155.705000', '121156.165000', '121156.625000', '121157.085000', '121157.545000', '121158.005000', '121158.465000', '121158.925000', '121159.385000', '121159.845000', '121200.305000', '121200.765000', '121201.225000', '121201.685000', '121202.145000', '121202.605000', '121203.065000', '121203.525000', '121203.985000', '121204.445000', '121204.905000', '121205.365000', '121205.825000', '121206.285000', '121206.745000', '121207.205000', '121207.665000', '121208.125000', '121208.585000', '121209.045000', '121209.505000', '121209.965000', '121210.425000', '121210.885000', '121211.345000', '121211.805000', '121212.265000', '121212.725000', '121213.185000', '121213.645000', '121214.105000', '121214.565000', '121215.025000', '121215.485000', '121215.945000', '121216.405000', '121216.865000', '121217.325000', '121217.785000', '121218.245000', '121218.705000', '121219.165000', '121219.625000', '121220.085000', '121220.545000', '121221.005000', '121221.465000', '121221.925000', '121222.385000', '121222.845000', '121223.305000', '121223.765000', '121224.225000', '121224.685000', '121225.145000', '121225.605000', '121226.065000', '121226.525000', '121226.985000', '121227.445000', '121227.905000', '121228.365000', '121228.825000', '121229.285000', '121229.745000', '121230.205000', '121230.665000', '121231.125000', '121231.585000', '121232.045000', '121232.505000', '121232.965000', '121233.425000', '121233.885000', '121234.345000', '121234.805000', '121235.265000', '121235.725000', '121236.185000', '121236.645000', '121237.105000', '121237.565000', '121238.025000', '121238.485000', '121238.945000', '121239.405000', '121239.865000', '121240.325000', '121240.785000', '121241.245000', '121241.705000', '121242.165000', '121242.625000', '121243.085000', '121243.545000', '121244.005000', '121244.465000', '121244.925000', '121245.385000', '121245.845000', '121246.305000', '121246.765000', '121247.225000', '121247.685000', '121248.145000', '121248.605000', '121249.065000', '121249.525000', '121249.985000', '121250.445000'], 'ContentTime': ['120642.740000', '120642.743000', '120642.746000', '120642.748000', '120642.751000', '120642.753000', '120642.756000', '120642.759000', '120642.761000', '120642.764000', '120642.766000', '120642.769000', '120642.772000', '120642.774000', '120642.777000', '120642.779000', '120642.782000', '120642.785000', '120642.787000', '120642.790000', '120642.792000', '120642.795000', '120642.797000', '120642.800000', '120642.803000', '120642.805000', '120642.808000', '120642.811000', '120642.813000', '120642.816000', '120642.819000', '120642.821000', '120642.824000', '120642.826000', '120642.836000', '120642.838000', '120702.702000', '120702.705000', '120702.708000', '120702.711000', '120702.713000', '120702.722000', '120702.724000', '120702.727000', '120702.730000', '120702.732000', '120702.735000', '120702.738000', '120702.740000', '120702.743000', '120702.746000', '120702.749000', '120702.752000', '120702.755000', '120702.757000', '120702.760000', '120702.763000', '120702.765000', '120702.768000', '120702.770000', '120702.773000', '120702.775000', '120702.778000', '120702.781000', '120702.783000', '120702.786000', '120702.789000', '120702.791000', '120702.794000', '120702.796000', '120702.799000', '120702.802000', '120702.805000', '120702.807000', '120702.810000', '120702.812000', '120702.815000', '120702.818000', '120702.820000', '120722.703000', '120722.706000', '120722.708000', '120722.711000', '120722.714000', '120722.716000', '120722.719000', '120722.722000', '120722.728000', '120722.730000', '120722.733000', '120722.736000', '120722.738000', '120722.741000', '120722.744000', '120722.746000', '120722.749000', '120722.751000', '120722.754000', '120722.757000', '120722.759000', '120722.762000', '120722.765000', '120722.767000', '120722.770000', '120722.773000', '120722.775000', '120722.778000', '120722.780000', '120722.783000', '120722.786000', '120722.788000', '120722.791000', '120722.793000', '120722.796000', '120722.799000', '120722.801000', '120722.804000', '120722.807000', '120722.809000', '120722.812000', '120722.814000', '120722.817000', '120722.819000', '120742.703000', '120742.706000', '120742.709000', '120742.712000', '120742.715000', '120742.717000', '120742.720000', '120742.723000', '120742.725000', '120742.728000', '120742.731000', '120742.734000', '120742.736000', '120742.739000', '120742.741000', '120742.750000', '120742.752000', '120742.755000', '120742.758000', '120742.761000', '120742.764000', '120742.766000', '120742.769000', '120742.772000', '120742.774000', '120742.777000', '120742.780000', '120742.782000', '120742.785000', '120742.788000', '120742.790000', '120742.793000', '120742.795000', '120742.798000', '120742.801000', '120742.804000', '120742.806000', '120742.809000', '120742.812000', '120742.814000', '120742.817000', '120742.820000', '120742.822000', '120802.703000', '120802.706000', '120802.709000', '120802.712000', '120802.714000', '120802.717000', '120802.720000', '120802.722000', '120802.725000', '120802.728000', '120802.730000', '120802.733000', '120802.735000', '120802.738000', '120802.741000', '120802.743000', '120802.746000', '120802.749000', '120802.751000', '120802.754000', '120802.757000', '120802.759000', '120802.762000', '120802.764000', '120802.767000', '120802.770000', '120802.772000', '120802.775000', '120802.778000', '120802.780000', '120802.783000', '120802.786000', '120802.788000', '120802.791000', '120802.794000', '120802.796000', '120802.799000', '120802.802000', '120802.804000', '120802.807000', '120802.810000', '120802.812000', '120802.815000', '120802.817000', '120822.704000', '120822.707000', '120822.709000', '120822.712000', '120822.715000', '120822.717000', '120822.720000', '120822.723000', '120822.725000', '120822.728000', '120822.731000', '120822.733000', '120822.736000', '120822.738000', '120822.741000', '120822.744000', '120822.747000', '120822.749000', '120822.752000', '120822.755000', '120822.757000', '120822.760000', '120822.763000', '120822.765000', '120822.768000', '120822.771000', '120822.773000', '120822.776000', '120822.779000', '120822.781000', '120822.784000', '120822.786000', '120822.790000', '120822.793000', '120822.796000', '120822.799000', '120822.828000', '120822.830000', '120822.833000', '120822.835000', '120822.838000', '120822.841000', '120822.844000', '120842.702000', '120842.747000', '120842.750000', '120842.753000', '120842.755000', '120842.758000', '120842.760000', '120842.763000', '120842.766000', '120842.769000', '120842.771000', '120842.774000', '120842.777000', '120842.779000', '120842.782000', '120842.785000', '120842.787000', '120842.790000', '120842.793000', '120842.795000', '120842.798000', '120842.801000', '120842.803000', '120842.806000', '120842.809000', '120842.811000', '120842.814000', '120842.817000', '120842.819000', '120842.822000', '120842.824000', '120842.827000', '120842.830000', '120842.832000', '120842.835000', '120842.838000', '120842.840000', '120842.843000', '120842.846000', '120842.848000', '120842.851000', '120842.854000', '120842.856000', '120842.859000', '120902.703000', '120902.706000', '120902.708000', '120902.711000', '120902.714000', '120902.716000', '120902.719000', '120902.721000', '120902.724000', '120902.727000', '120902.729000', '120902.732000', '120902.735000', '120902.738000', '120902.740000', '120902.743000', '120902.746000', '120902.749000', '120902.751000', '120902.754000', '120902.757000', '120902.759000', '120902.762000', '120902.764000', '120902.767000', '120902.770000', '120902.773000', '120902.776000', '120902.779000', '120902.782000', '120902.785000', '120902.788000', '120902.790000', '120902.793000', '120902.796000', '120902.798000', '120902.842000', '120902.845000', '120902.848000', '120902.850000', '120902.853000', '120902.856000', '120902.858000', '120922.702000', '120922.706000', '120922.709000', '120922.711000', '120922.714000', '120922.717000', '120922.720000', '120922.722000', '120922.725000', '120922.728000', '120922.730000', '120922.733000', '120922.736000', '120922.738000', '120922.741000', '120922.744000', '120922.746000', '120922.749000', '120922.752000', '120922.754000', '120922.757000', '120922.760000', '120922.762000', '120922.765000', '120922.768000', '120922.770000', '120922.773000', '120922.776000', '120922.778000', '120922.781000', '120922.784000', '120922.786000', '120922.789000', '120922.792000', '120922.794000', '120922.797000', '120922.843000', '120922.846000', '120922.849000', '120922.851000', '120922.854000', '120922.857000', '120922.859000', '120922.862000', '120942.703000', '120942.705000', '120942.708000', '120942.711000', '120942.714000', '120942.716000', '120942.719000', '120942.722000', '120942.724000', '120942.727000', '120942.729000', '120942.732000', '120942.735000', '120942.737000', '120942.740000', '120942.743000', '120942.746000', '120942.748000', '120942.751000', '120942.754000', '120942.756000', '120942.759000', '120942.761000', '120942.764000', '120942.767000', '120942.769000', '120942.772000', '120942.775000', '120942.777000', '120942.780000', '120942.783000', '120942.785000', '120942.788000', '120942.791000', '120942.793000', '120942.796000', '120942.799000', '120942.802000', '120942.804000', '120942.807000', '120942.810000', '120942.812000', '120942.815000', '121002.703000', '121002.706000', '121002.709000', '121002.712000', '121002.714000', '121002.717000', '121002.720000', '121002.722000', '121002.725000', '121002.727000', '121002.730000', '121002.733000', '121002.736000', '121002.738000', '121002.741000', '121002.743000', '121002.746000', '121002.749000', '121002.751000', '121002.754000', '121002.757000', '121002.759000', '121002.762000', '121002.765000', '121002.767000', '121002.770000', '121002.773000', '121002.775000', '121002.778000', '121002.781000', '121002.783000', '121002.786000', '121002.789000', '121002.791000', '121002.794000', '121002.797000', '121002.847000', '121002.850000', '121002.852000', '121002.855000', '121002.866000', '121002.869000', '121002.872000', '121002.874000', '121022.703000', '121022.706000', '121022.709000', '121022.712000', '121022.714000', '121022.717000', '121022.720000', '121022.722000', '121022.725000', '121022.728000', '121022.730000', '121022.733000', '121022.736000', '121022.738000', '121022.741000', '121022.744000', '121022.746000', '121022.749000', '121022.752000', '121022.754000', '121022.757000', '121022.759000', '121022.762000', '121022.765000', '121022.767000', '121022.770000', '121022.773000', '121022.775000', '121022.779000', '121022.782000', '121022.784000', '121022.787000', '121022.790000', '121022.793000', '121022.795000', '121022.798000', '121022.856000', '121022.859000', '121022.861000', '121022.864000', '121022.867000', '121022.869000', '121022.872000', '121042.704000', '121042.707000', '121042.709000', '121042.713000', '121042.715000', '121042.718000', '121042.721000', '121042.723000', '121042.726000', '121042.728000', '121042.731000', '121042.734000', '121042.737000', '121042.739000', '121042.742000', '121042.745000', '121042.747000', '121042.750000', '121042.752000', '121042.755000', '121042.758000', '121042.760000', '121042.763000', '121042.766000', '121042.768000', '121042.771000', '121042.774000', '121042.776000', '121042.779000', '121042.782000', '121042.784000', '121042.787000', '121042.790000', '121042.792000', '121042.795000', '121042.798000', '121042.857000', '121042.860000', '121042.862000', '121042.865000', '121042.868000', '121042.870000', '121042.873000', '121042.875000', '121102.702000', '121102.706000', '121102.708000', '121102.711000', '121102.713000', '121102.716000', '121102.719000', '121102.721000', '121102.724000', '121102.727000', '121102.729000', '121102.732000', '121102.735000', '121102.737000', '121102.740000', '121102.742000', '121102.745000', '121102.748000', '121102.750000', '121102.753000', '121102.756000', '121102.758000', '121102.761000', '121102.764000', '121102.766000', '121102.769000', '121102.772000', '121102.774000', '121102.777000', '121102.780000', '121102.782000', '121102.785000', '121102.787000', '121102.790000', '121102.793000', '121102.795000', '121102.798000', '121102.855000', '121102.858000', '121102.861000', '121102.863000', '121102.866000', '121102.869000', '121122.702000', '121122.705000', '121122.708000', '121122.711000', '121122.713000', '121122.716000', '121122.719000', '121122.721000', '121122.724000', '121122.727000', '121122.729000', '121122.732000', '121122.735000', '121122.737000', '121122.740000', '121122.743000', '121122.745000', '121122.748000', '121122.750000', '121122.753000', '121122.756000', '121122.758000', '121122.761000', '121122.764000', '121122.766000', '121122.769000', '121122.772000', '121122.774000', '121122.777000', '121122.780000', '121122.782000', '121122.785000', '121122.788000', '121122.790000', '121122.793000', '121122.796000', '121122.798000', '121122.801000', '121122.804000', '121122.806000', '121122.809000', '121122.812000', '121122.814000', '121122.817000', '121142.702000', '121142.705000', '121142.708000', '121142.711000', '121142.714000', '121142.716000', '121142.719000', '121142.721000', '121142.724000', '121142.727000', '121142.729000', '121142.732000', '121142.735000', '121142.737000', '121142.740000', '121142.743000', '121142.745000', '121142.748000', '121142.750000', '121142.753000', '121142.756000', '121142.772000', '121142.775000', '121142.777000', '121142.780000', '121142.783000', '121142.785000', '121142.788000', '121142.791000', '121142.794000', '121142.796000', '121142.799000', '121142.801000', '121142.804000', '121142.807000', '121142.809000', '121142.812000', '121142.814000', '121142.817000', '121142.820000', '121142.823000', '121142.825000', '121142.828000', '121202.703000', '121202.706000', '121202.708000', '121202.711000', '121202.713000', '121202.716000', '121202.719000', '121202.722000', '121202.725000', '121202.727000', '121202.730000', '121202.732000', '121202.735000', '121202.738000', '121202.740000', '121202.743000', '121202.746000', '121202.748000', '121202.753000', '121202.755000', '121202.758000', '121202.761000', '121202.763000', '121202.766000', '121202.768000', '121202.771000', '121202.774000', '121202.776000', '121202.779000', '121202.782000', '121202.784000', '121202.787000', '121202.789000', '121202.792000', '121202.795000', '121202.797000', '121202.837000', '121202.840000', '121202.842000', '121202.845000', '121202.848000', '121202.854000', '121202.857000', '121202.860000', '121222.703000', '121222.706000', '121222.709000', '121222.712000', '121222.714000', '121222.717000', '121222.720000', '121222.723000', '121222.725000', '121222.728000', '121222.730000', '121222.733000', '121222.736000', '121222.738000', '121222.741000', '121222.743000', '121222.746000', '121222.749000', '121222.751000', '121222.754000', '121222.757000', '121222.759000', '121222.762000', '121222.764000', '121222.767000', '121222.770000', '121222.772000', '121222.775000', '121222.778000', '121222.780000', '121222.783000', '121222.785000', '121222.788000', '121222.791000', '121222.793000', '121222.796000', '121222.799000', '121222.868000', '121222.870000', '121222.873000', '121222.876000', '121222.878000', '121222.881000', '121242.704000', '121242.707000', '121242.709000', '121242.712000', '121242.715000', '121242.717000', '121242.720000', '121242.722000', '121242.725000', '121242.728000', '121242.730000', '121242.733000', '121242.736000', '121242.738000', '121242.741000', '121242.743000', '121242.746000', '121242.749000', '121242.751000', '121242.754000', '121242.757000', '121242.759000', '121242.762000', '121242.764000', '121242.767000', '121242.770000', '121242.772000', '121242.775000', '121242.778000', '121242.780000', '121242.783000', '121242.785000', '121242.788000', '121242.791000', '121242.793000', '121242.796000', '121242.799000', '121242.848000', '121242.851000', '121242.853000', '121242.856000', '121242.859000', '121242.861000', '121242.864000', '121251.836000', '121251.839000', '121251.842000', '121251.844000', '121251.847000', '121251.850000', '121251.853000', '121251.856000', '121251.859000', '121251.861000', '121251.864000', '121251.867000', '121251.870000', '121251.872000', '121251.875000', '121251.878000', '121251.881000', '121251.883000', '121251.886000', '121251.889000'], 'InstanceCreationTime': ['120642.740000', '120642.743000', '120642.746000', '120642.748000', '120642.751000', '120642.753000', '120642.756000', '120642.759000', '120642.761000', '120642.764000', '120642.766000', '120642.769000', '120642.772000', '120642.774000', '120642.777000', '120642.779000', '120642.782000', '120642.785000', '120642.787000', '120642.790000', '120642.792000', '120642.795000', '120642.797000', '120642.800000', '120642.803000', '120642.805000', '120642.808000', '120642.811000', '120642.813000', '120642.816000', '120642.819000', '120642.821000', '120642.824000', '120642.826000', '120642.836000', '120642.838000', '120702.702000', '120702.705000', '120702.708000', '120702.711000', '120702.713000', '120702.722000', '120702.724000', '120702.727000', '120702.730000', '120702.732000', '120702.735000', '120702.738000', '120702.740000', '120702.743000', '120702.746000', '120702.749000', '120702.752000', '120702.755000', '120702.757000', '120702.760000', '120702.763000', '120702.765000', '120702.768000', '120702.770000', '120702.773000', '120702.775000', '120702.778000', '120702.781000', '120702.783000', '120702.786000', '120702.789000', '120702.791000', '120702.794000', '120702.796000', '120702.799000', '120702.802000', '120702.805000', '120702.807000', '120702.810000', '120702.812000', '120702.815000', '120702.818000', '120702.820000', '120722.703000', '120722.706000', '120722.708000', '120722.711000', '120722.714000', '120722.716000', '120722.719000', '120722.722000', '120722.728000', '120722.730000', '120722.733000', '120722.736000', '120722.738000', '120722.741000', '120722.744000', '120722.746000', '120722.749000', '120722.751000', '120722.754000', '120722.757000', '120722.759000', '120722.762000', '120722.765000', '120722.767000', '120722.770000', '120722.773000', '120722.775000', '120722.778000', '120722.780000', '120722.783000', '120722.786000', '120722.788000', '120722.791000', '120722.793000', '120722.796000', '120722.799000', '120722.801000', '120722.804000', '120722.807000', '120722.809000', '120722.812000', '120722.814000', '120722.817000', '120722.819000', '120742.703000', '120742.706000', '120742.709000', '120742.712000', '120742.715000', '120742.717000', '120742.720000', '120742.723000', '120742.725000', '120742.728000', '120742.731000', '120742.734000', '120742.736000', '120742.739000', '120742.741000', '120742.750000', '120742.752000', '120742.755000', '120742.758000', '120742.761000', '120742.764000', '120742.766000', '120742.769000', '120742.772000', '120742.774000', '120742.777000', '120742.780000', '120742.782000', '120742.785000', '120742.788000', '120742.790000', '120742.793000', '120742.795000', '120742.798000', '120742.801000', '120742.804000', '120742.806000', '120742.809000', '120742.812000', '120742.814000', '120742.817000', '120742.820000', '120742.822000', '120802.703000', '120802.706000', '120802.709000', '120802.712000', '120802.714000', '120802.717000', '120802.720000', '120802.722000', '120802.725000', '120802.728000', '120802.730000', '120802.733000', '120802.735000', '120802.738000', '120802.741000', '120802.743000', '120802.746000', '120802.749000', '120802.751000', '120802.754000', '120802.757000', '120802.759000', '120802.762000', '120802.764000', '120802.767000', '120802.770000', '120802.772000', '120802.775000', '120802.778000', '120802.780000', '120802.783000', '120802.786000', '120802.788000', '120802.791000', '120802.794000', '120802.796000', '120802.799000', '120802.802000', '120802.804000', '120802.807000', '120802.810000', '120802.812000', '120802.815000', '120802.817000', '120822.704000', '120822.707000', '120822.709000', '120822.712000', '120822.715000', '120822.717000', '120822.720000', '120822.723000', '120822.725000', '120822.728000', '120822.731000', '120822.733000', '120822.736000', '120822.738000', '120822.741000', '120822.744000', '120822.747000', '120822.749000', '120822.752000', '120822.755000', '120822.757000', '120822.760000', '120822.763000', '120822.765000', '120822.768000', '120822.771000', '120822.773000', '120822.776000', '120822.779000', '120822.781000', '120822.784000', '120822.786000', '120822.790000', '120822.793000', '120822.796000', '120822.799000', '120822.828000', '120822.830000', '120822.833000', '120822.835000', '120822.838000', '120822.841000', '120822.844000', '120842.702000', '120842.747000', '120842.750000', '120842.753000', '120842.755000', '120842.758000', '120842.760000', '120842.763000', '120842.766000', '120842.769000', '120842.771000', '120842.774000', '120842.777000', '120842.779000', '120842.782000', '120842.785000', '120842.787000', '120842.790000', '120842.793000', '120842.795000', '120842.798000', '120842.801000', '120842.803000', '120842.806000', '120842.809000', '120842.811000', '120842.814000', '120842.817000', '120842.819000', '120842.822000', '120842.824000', '120842.827000', '120842.830000', '120842.832000', '120842.835000', '120842.838000', '120842.840000', '120842.843000', '120842.846000', '120842.848000', '120842.851000', '120842.854000', '120842.856000', '120842.859000', '120902.703000', '120902.706000', '120902.708000', '120902.711000', '120902.714000', '120902.716000', '120902.719000', '120902.721000', '120902.724000', '120902.727000', '120902.729000', '120902.732000', '120902.735000', '120902.738000', '120902.740000', '120902.743000', '120902.746000', '120902.749000', '120902.751000', '120902.754000', '120902.757000', '120902.759000', '120902.762000', '120902.764000', '120902.767000', '120902.770000', '120902.773000', '120902.776000', '120902.779000', '120902.782000', '120902.785000', '120902.788000', '120902.790000', '120902.793000', '120902.796000', '120902.798000', '120902.842000', '120902.845000', '120902.848000', '120902.850000', '120902.853000', '120902.856000', '120902.858000', '120922.702000', '120922.706000', '120922.709000', '120922.711000', '120922.714000', '120922.717000', '120922.720000', '120922.722000', '120922.725000', '120922.728000', '120922.730000', '120922.733000', '120922.736000', '120922.738000', '120922.741000', '120922.744000', '120922.746000', '120922.749000', '120922.752000', '120922.754000', '120922.757000', '120922.760000', '120922.762000', '120922.765000', '120922.768000', '120922.770000', '120922.773000', '120922.776000', '120922.778000', '120922.781000', '120922.784000', '120922.786000', '120922.789000', '120922.792000', '120922.794000', '120922.797000', '120922.843000', '120922.846000', '120922.849000', '120922.851000', '120922.854000', '120922.857000', '120922.859000', '120922.862000', '120942.703000', '120942.705000', '120942.708000', '120942.711000', '120942.714000', '120942.716000', '120942.719000', '120942.722000', '120942.724000', '120942.727000', '120942.729000', '120942.732000', '120942.735000', '120942.737000', '120942.740000', '120942.743000', '120942.746000', '120942.748000', '120942.751000', '120942.754000', '120942.756000', '120942.759000', '120942.761000', '120942.764000', '120942.767000', '120942.769000', '120942.772000', '120942.775000', '120942.777000', '120942.780000', '120942.783000', '120942.785000', '120942.788000', '120942.791000', '120942.793000', '120942.796000', '120942.799000', '120942.802000', '120942.804000', '120942.807000', '120942.810000', '120942.812000', '120942.815000', '121002.703000', '121002.706000', '121002.709000', '121002.712000', '121002.714000', '121002.717000', '121002.720000', '121002.722000', '121002.725000', '121002.727000', '121002.730000', '121002.733000', '121002.736000', '121002.738000', '121002.741000', '121002.743000', '121002.746000', '121002.749000', '121002.751000', '121002.754000', '121002.757000', '121002.759000', '121002.762000', '121002.765000', '121002.767000', '121002.770000', '121002.773000', '121002.775000', '121002.778000', '121002.781000', '121002.783000', '121002.786000', '121002.789000', '121002.791000', '121002.794000', '121002.797000', '121002.847000', '121002.850000', '121002.852000', '121002.855000', '121002.866000', '121002.869000', '121002.872000', '121002.874000', '121022.703000', '121022.706000', '121022.709000', '121022.712000', '121022.714000', '121022.717000', '121022.720000', '121022.722000', '121022.725000', '121022.728000', '121022.730000', '121022.733000', '121022.736000', '121022.738000', '121022.741000', '121022.744000', '121022.746000', '121022.749000', '121022.752000', '121022.754000', '121022.757000', '121022.759000', '121022.762000', '121022.765000', '121022.767000', '121022.770000', '121022.773000', '121022.775000', '121022.779000', '121022.782000', '121022.784000', '121022.787000', '121022.790000', '121022.793000', '121022.795000', '121022.798000', '121022.856000', '121022.859000', '121022.861000', '121022.864000', '121022.867000', '121022.869000', '121022.872000', '121042.704000', '121042.707000', '121042.709000', '121042.713000', '121042.715000', '121042.718000', '121042.721000', '121042.723000', '121042.726000', '121042.728000', '121042.731000', '121042.734000', '121042.737000', '121042.739000', '121042.742000', '121042.745000', '121042.747000', '121042.750000', '121042.752000', '121042.755000', '121042.758000', '121042.760000', '121042.763000', '121042.766000', '121042.768000', '121042.771000', '121042.774000', '121042.776000', '121042.779000', '121042.782000', '121042.784000', '121042.787000', '121042.790000', '121042.792000', '121042.795000', '121042.798000', '121042.857000', '121042.860000', '121042.862000', '121042.865000', '121042.868000', '121042.870000', '121042.873000', '121042.875000', '121102.702000', '121102.706000', '121102.708000', '121102.711000', '121102.713000', '121102.716000', '121102.719000', '121102.721000', '121102.724000', '121102.727000', '121102.729000', '121102.732000', '121102.735000', '121102.737000', '121102.740000', '121102.742000', '121102.745000', '121102.748000', '121102.750000', '121102.753000', '121102.756000', '121102.758000', '121102.761000', '121102.764000', '121102.766000', '121102.769000', '121102.772000', '121102.774000', '121102.777000', '121102.780000', '121102.782000', '121102.785000', '121102.787000', '121102.790000', '121102.793000', '121102.795000', '121102.798000', '121102.855000', '121102.858000', '121102.861000', '121102.863000', '121102.866000', '121102.869000', '121122.702000', '121122.705000', '121122.708000', '121122.711000', '121122.713000', '121122.716000', '121122.719000', '121122.721000', '121122.724000', '121122.727000', '121122.729000', '121122.732000', '121122.735000', '121122.737000', '121122.740000', '121122.743000', '121122.745000', '121122.748000', '121122.750000', '121122.753000', '121122.756000', '121122.758000', '121122.761000', '121122.764000', '121122.766000', '121122.769000', '121122.772000', '121122.774000', '121122.777000', '121122.780000', '121122.782000', '121122.785000', '121122.788000', '121122.790000', '121122.793000', '121122.796000', '121122.798000', '121122.801000', '121122.804000', '121122.806000', '121122.809000', '121122.812000', '121122.814000', '121122.817000', '121142.702000', '121142.705000', '121142.708000', '121142.711000', '121142.714000', '121142.716000', '121142.719000', '121142.721000', '121142.724000', '121142.727000', '121142.729000', '121142.732000', '121142.735000', '121142.737000', '121142.740000', '121142.743000', '121142.745000', '121142.748000', '121142.750000', '121142.753000', '121142.756000', '121142.772000', '121142.775000', '121142.777000', '121142.780000', '121142.783000', '121142.785000', '121142.788000', '121142.791000', '121142.794000', '121142.796000', '121142.799000', '121142.801000', '121142.804000', '121142.807000', '121142.809000', '121142.812000', '121142.814000', '121142.817000', '121142.820000', '121142.823000', '121142.825000', '121142.828000', '121202.703000', '121202.706000', '121202.708000', '121202.711000', '121202.713000', '121202.716000', '121202.719000', '121202.722000', '121202.725000', '121202.727000', '121202.730000', '121202.732000', '121202.735000', '121202.738000', '121202.740000', '121202.743000', '121202.746000', '121202.748000', '121202.753000', '121202.755000', '121202.758000', '121202.761000', '121202.763000', '121202.766000', '121202.768000', '121202.771000', '121202.774000', '121202.776000', '121202.779000', '121202.782000', '121202.784000', '121202.787000', '121202.789000', '121202.792000', '121202.795000', '121202.797000', '121202.837000', '121202.840000', '121202.842000', '121202.845000', '121202.848000', '121202.854000', '121202.857000', '121202.860000', '121222.703000', '121222.706000', '121222.709000', '121222.712000', '121222.714000', '121222.717000', '121222.720000', '121222.723000', '121222.725000', '121222.728000', '121222.730000', '121222.733000', '121222.736000', '121222.738000', '121222.741000', '121222.743000', '121222.746000', '121222.749000', '121222.751000', '121222.754000', '121222.757000', '121222.759000', '121222.762000', '121222.764000', '121222.767000', '121222.770000', '121222.772000', '121222.775000', '121222.778000', '121222.780000', '121222.783000', '121222.785000', '121222.788000', '121222.791000', '121222.793000', '121222.796000', '121222.799000', '121222.868000', '121222.870000', '121222.873000', '121222.876000', '121222.878000', '121222.881000', '121242.704000', '121242.707000', '121242.709000', '121242.712000', '121242.715000', '121242.717000', '121242.720000', '121242.722000', '121242.725000', '121242.728000', '121242.730000', '121242.733000', '121242.736000', '121242.738000', '121242.741000', '121242.743000', '121242.746000', '121242.749000', '121242.751000', '121242.754000', '121242.757000', '121242.759000', '121242.762000', '121242.764000', '121242.767000', '121242.770000', '121242.772000', '121242.775000', '121242.778000', '121242.780000', '121242.783000', '121242.785000', '121242.788000', '121242.791000', '121242.793000', '121242.796000', '121242.799000', '121242.848000', '121242.851000', '121242.853000', '121242.856000', '121242.859000', '121242.861000', '121242.864000', '121251.836000', '121251.839000', '121251.842000', '121251.844000', '121251.847000', '121251.850000', '121251.853000', '121251.856000', '121251.859000', '121251.861000', '121251.864000', '121251.867000', '121251.870000', '121251.872000', '121251.875000', '121251.878000', '121251.881000', '121251.883000', '121251.886000', '121251.889000'], '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], 'LargestImagePixelValue': [8758, 8598, 7715, 8883, 8363, 8341, 7057, 8283, 8376, 8196, 9050, 9517, 8412, 7802, 8483, 7677, 8031, 8974, 9024, 8511, 8774, 8167, 8818, 7793, 8768, 7916, 8834, 8141, 8361, 8850, 8241, 8878, 8250, 8831, 8635, 8414, 8670, 7828, 8864, 8738, 8422, 8710, 8039, 8651, 8847, 8333, 8688, 8592, 8646, 8640, 8358, 8788, 7786, 8615, 8788, 8343, 8718, 8347, 8710, 7401, 8453, 9003, 8330, 8978, 8327, 8345, 9232, 8485, 8737, 7621, 8347, 8719, 8263, 8486, 7874, 8317, 8300, 8044, 8891, 8179, 8438, 7656, 8137, 8797, 8244, 8569, 8456, 8561, 8912, 8503, 8848, 8082, 8566, 7387, 8151, 9061, 8514, 8842, 8400, 8391, 9016, 8592, 8785, 8331, 8974, 8386, 8489, 9024, 8484, 8657, 8384, 8814, 7408, 8266, 8797, 8616, 9092, 8700, 8411, 9186, 8766, 8960, 8219, 8396, 9049, 8550, 8495, 7514, 8428, 8831, 8217, 8351, 7392, 8512, 8745, 8083, 8559, 7856, 8356, 8705, 8682, 8420, 8594, 8343, 8801, 8529, 8416, 8702, 8379, 8720, 8267, 8078, 8780, 8444, 8531, 8782, 8403, 8299, 8263, 8424, 8898, 8614, 7902, 8582, 7633, 8579, 8249, 8158, 8577, 7992, 8682, 8298, 8309, 8661, 7762, 9132, 8322, 8586, 7942, 8768, 8918, 8541, 8945, 8352, 9202, 8751, 9011, 8771, 8921, 9240, 8756, 8758, 8666, 8900, 9113, 8478, 8554, 8978, 8634, 8767, 8667, 8491, 8812, 8342, 8825, 8765, 8408, 8742, 8682, 8918, 8450, 7949, 8909, 8573, 8200, 8722, 8478, 8615, 8797, 7377, 8858, 8613, 7733, 8423, 7892, 8599, 8820, 6743, 8814, 7649, 8332, 8622, 6754, 9016, 8118, 8509, 8681, 6942, 8553, 8689, 7716, 8560, 7552, 8631, 8366, 7815, 8416, 7567, 8806, 8549, 7777, 8369, 7914, 8955, 8626, 7840, 8621, 8107, 8497, 8646, 8421, 8695, 8461, 8684, 8473, 8458, 8768, 8137, 8732, 8634, 8198, 8508, 8366, 8416, 8648, 7258, 8581, 8317, 8038, 8393, 7482, 8488, 8158, 8302, 8446, 7193, 8414, 8070, 8191, 8635, 7091, 8527, 8133, 7924, 8704, 8184, 8506, 8410, 8462, 8688, 7177, 8562, 7911, 8382, 8376, 7793, 8352, 7586, 8336, 7901, 8105, 8616, 7924, 8646, 8123, 8515, 8590, 8339, 8515, 8240, 8645, 8773, 7960, 8507, 8117, 8646, 8012, 8191, 8401, 7982, 8447, 7842, 8388, 8472, 7734, 8431, 7781, 8582, 8296, 8332, 8106, 8131, 8522, 7399, 8717, 7907, 7820, 8773, 6680, 7457, 6990, 8662, 7696, 7976, 8194, 8826, 8058, 8327, 8808, 8508, 8850, 7905, 8573, 9007, 8669, 8998, 8565, 9600, 7083, 8370, 8587, 8516, 10186, 8360, 7804, 8090, 7496, 8596, 8539, 8671, 8297, 8512, 8515, 8167, 8232, 8194, 8328, 8522, 8067, 8544, 8328, 8059, 8316, 8047, 8725, 7838, 8907, 8168, 8288, 8415, 8267, 8832, 8196, 8646, 8635, 9213, 8626, 8477, 8451, 8712, 9255, 8770, 8035, 8740, 8628, 9156, 8373, 7557, 8952, 8304, 9160, 9378, 8427, 9065, 7291, 8917, 7810, 9197, 9330, 7631, 8964, 7786, 9012, 8431, 9883, 9188, 7595, 8930, 8191, 9111, 8382, 10218, 8907, 9560, 8933, 7003, 8869, 8347, 9166, 9266, 8844, 8936, 7059, 8844, 8037, 9101, 8919, 8384, 9094, 7414, 9108, 7890, 8975, 8914, 8359, 8831, 7992, 8998, 8506, 8828, 9079, 7082, 9054, 7996, 9053, 8805, 8217, 8873, 7631, 9069, 8891, 8501, 8619, 7875, 8983, 8987, 8275, 8957, 7190, 9031, 8221, 8217, 9096, 8302, 9000, 7844, 8928, 8997, 8522, 8922, 7212, 8769, 7630, 9639, 8807, 9057, 8765, 7931, 8956, 8304, 8768, 9104, 8660, 8693, 7028, 8997, 8529, 9304, 8629, 8744, 8871, 7339, 9421, 8187, 9289, 8877, 8461, 9188, 7385, 9032, 8064, 8612, 8913, 8643, 8889, 9154, 8818, 7444, 8898, 8274, 9275, 8904, 8222, 8628, 7539, 8971, 8560, 8225, 8811, 7928, 8925, 7851, 9224, 8812, 8382, 8637, 6962, 9079, 7772, 9420, 8937, 8560, 8659, 7765, 9145, 8826, 8725, 8739, 8027, 9036, 9033, 8603, 8704, 7722, 9048, 7579, 9433, 8974, 8597, 8832, 7688, 8916, 9004, 7592, 9119, 7585, 9119, 8943, 7148, 9094, 8105, 8876, 8649, 7584, 8826, 8349, 9066, 8688, 8311, 8701, 7966, 8916, 8768, 8381, 8789, 7568, 8660, 8871, 8619, 8840, 7866, 8587, 8241, 8570, 8644, 8680, 8704, 7692, 8763, 8946, 8420, 8634, 7268, 8656, 8303, 8529, 8297, 8068, 8497, 7776, 8448, 7841, 8650, 8204, 8936, 7944, 8342, 8535, 7757, 8582, 7682, 8458, 8632, 7748, 8425, 7925, 8538, 7437, 8571, 8530, 7744, 8666, 8252, 8607, 7566, 8917, 8408, 8089, 8664, 8072, 8455, 7754, 8669, 7624, 7929, 8698, 8222, 8795, 7968, 8929, 8318, 8154, 8686, 8193, 8608, 8081, 8467, 8541, 8471, 8096, 8371, 8651, 8435, 7993, 8519, 8026, 8749, 8081, 8515, 8566, 7926, 8524, 8233, 8212, 8311, 8494, 8598, 8175, 8736, 8257, 8401, 8441, 8316, 8207, 8355, 8637, 8787, 8526, 8396, 8209, 8698, 8610, 8399, 8792, 8590, 8526, 8412, 8496, 8876, 8257, 8805, 8438, 8569, 8958, 8646, 8649, 8629, 8651, 8869, 8320, 8770, 8980, 8306, 7234, 8288, 8587, 8634, 8325, 7201, 8800, 8541, 8580, 8492, 6822, 8887, 7724, 8902, 8558, 8742, 8683, 7391, 8919, 8318, 8327, 8927, 8691, 8604, 7727, 8793, 8079, 8645, 8786, 8064, 8375, 7181, 8950, 7604, 8766, 8125, 8820, 8552, 8106, 9176, 7325, 9016, 8107, 8885, 8336, 8649, 8657, 8715, 8832, 8005, 8525, 7301, 9137, 7792, 9188, 7818, 8786, 8666, 8800, 9003, 7793, 9020, 8073, 9166, 8556, 8533, 8809, 8757, 9186, 8647, 8895, 8187, 9003, 8219, 8707, 8054, 8690, 8742, 8556, 8509, 8670, 8524, 7387, 9088, 8095, 9035, 8369, 8062, 8571, 6801, 9063, 7600, 9153, 7981, 8612, 8241, 8131, 8488, 7596, 7698, 8391, 8280, 7441, 8723, 8258, 7244], 'WindowCenter': [4236.0, 4222.0, 4199.0, 4214.0, 4192.0, 4209.0, 4185.0, 4197.0, 4194.0, 4194.0, 4214.0, 4215.0, 4207.0, 4196.0, 4213.0, 4197.0, 4207.0, 4219.0, 4219.0, 4223.0, 4218.0, 4221.0, 4219.0, 4208.0, 4214.0, 4207.0, 4219.0, 4195.0, 4195.0, 4206.0, 4195.0, 4205.0, 4191.0, 4192.0, 4194.0, 4175.0, 4195.0, 4170.0, 4183.0, 4180.0, 4172.0, 4179.0, 4168.0, 4178.0, 4185.0, 4174.0, 4178.0, 4177.0, 4184.0, 4190.0, 4181.0, 4190.0, 4169.0, 4188.0, 4188.0, 4192.0, 4190.0, 4189.0, 4191.0, 4182.0, 4190.0, 4205.0, 4177.0, 4186.0, 4181.0, 4182.0, 4199.0, 4186.0, 4188.0, 4176.0, 4198.0, 4205.0, 4194.0, 4198.0, 4194.0, 4198.0, 4191.0, 4191.0, 4211.0, 4202.0, 4200.0, 4188.0, 4190.0, 4201.0, 4188.0, 4199.0, 4190.0, 4199.0, 4200.0, 4188.0, 4201.0, 4177.0, 4187.0, 4166.0, 4176.0, 4188.0, 4186.0, 4188.0, 4185.0, 4187.0, 4187.0, 4185.0, 4186.0, 4177.0, 4187.0, 4176.0, 4187.0, 4185.0, 4186.0, 4189.0, 4175.0, 4187.0, 4167.0, 4188.0, 4189.0, 4186.0, 4187.0, 4185.0, 4187.0, 4209.0, 4188.0, 4199.0, 4191.0, 4188.0, 4188.0, 4186.0, 4187.0, 4165.0, 4177.0, 4186.0, 4176.0, 4186.0, 4176.0, 4188.0, 4200.0, 4189.0, 4188.0, 4178.0, 4188.0, 4188.0, 4189.0, 4201.0, 4201.0, 4191.0, 4199.0, 4189.0, 4191.0, 4188.0, 4189.0, 4187.0, 4175.0, 4177.0, 4186.0, 4187.0, 4188.0, 4187.0, 4177.0, 4175.0, 4176.0, 4175.0, 4186.0, 4189.0, 4179.0, 4188.0, 4178.0, 4188.0, 4189.0, 4188.0, 4189.0, 4188.0, 4189.0, 4189.0, 4188.0, 4189.0, 4180.0, 4187.0, 4176.0, 4176.0, 4178.0, 4177.0, 4189.0, 4188.0, 4187.0, 4176.0, 4186.0, 4176.0, 4174.0, 4174.0, 4174.0, 4174.0, 4173.0, 4162.0, 4162.0, 4161.0, 4160.0, 4162.0, 4161.0, 4159.0, 4159.0, 4161.0, 4160.0, 4160.0, 4171.0, 4162.0, 4173.0, 4173.0, 4162.0, 4173.0, 4174.0, 4173.0, 4174.0, 4163.0, 4188.0, 4175.0, 4165.0, 4173.0, 4175.0, 4174.0, 4174.0, 4164.0, 4186.0, 4186.0, 4165.0, 4176.0, 4177.0, 4189.0, 4201.0, 4169.0, 4200.0, 4178.0, 4189.0, 4201.0, 4171.0, 4203.0, 4194.0, 4201.0, 4203.0, 4182.0, 4202.0, 4203.0, 4192.0, 4203.0, 4191.0, 4200.0, 4192.0, 4180.0, 4193.0, 4191.0, 4200.0, 4202.0, 4179.0, 4188.0, 4190.0, 4202.0, 4190.0, 4179.0, 4188.0, 4178.0, 4188.0, 4189.0, 4188.0, 4189.0, 4188.0, 4187.0, 4187.0, 4176.0, 4188.0, 4176.0, 4176.0, 4177.0, 4174.0, 4176.0, 4175.0, 4175.0, 4174.0, 4164.0, 4175.0, 4174.0, 4162.0, 4175.0, 4164.0, 4174.0, 4176.0, 4174.0, 4175.0, 4167.0, 4176.0, 4177.0, 4174.0, 4176.0, 4155.0, 4175.0, 4178.0, 4177.0, 4188.0, 4177.0, 4189.0, 4188.0, 4177.0, 4188.0, 4168.0, 4188.0, 4177.0, 4178.0, 4188.0, 4179.0, 4191.0, 4180.0, 4191.0, 4192.0, 4192.0, 4203.0, 4192.0, 4202.0, 4191.0, 4190.0, 4201.0, 4189.0, 4190.0, 4191.0, 4191.0, 4190.0, 4178.0, 4188.0, 4178.0, 4190.0, 4179.0, 4188.0, 4190.0, 4179.0, 4189.0, 4180.0, 4191.0, 4191.0, 4167.0, 4178.0, 4178.0, 4189.0, 4189.0, 4190.0, 4191.0, 4180.0, 4189.0, 4170.0, 4192.0, 4191.0, 4181.0, 4198.0, 4181.0, 4178.0, 4177.0, 4199.0, 4188.0, 4206.0, 4201.0, 4217.0, 4208.0, 4207.0, 4201.0, 4208.0, 4200.0, 4189.0, 4190.0, 4200.0, 4189.0, 4197.0, 4189.0, 4187.0, 4154.0, 4178.0, 4189.0, 4210.0, 4235.0, 4222.0, 4203.0, 4222.0, 4206.0, 4199.0, 4212.0, 4198.0, 4186.0, 4197.0, 4188.0, 4193.0, 4185.0, 4192.0, 4184.0, 4194.0, 4178.0, 4181.0, 4163.0, 4153.0, 4155.0, 4145.0, 4152.0, 4139.0, 4151.0, 4134.0, 4132.0, 4136.0, 4122.0, 4134.0, 4123.0, 4136.0, 4134.0, 4141.0, 4129.0, 4131.0, 4132.0, 4131.0, 4142.0, 4141.0, 4132.0, 4144.0, 4142.0, 4145.0, 4145.0, 4147.0, 4158.0, 4158.0, 4169.0, 4182.0, 4161.0, 4171.0, 4150.0, 4171.0, 4164.0, 4183.0, 4196.0, 4174.0, 4187.0, 4177.0, 4185.0, 4188.0, 4197.0, 4200.0, 4177.0, 4198.0, 4188.0, 4198.0, 4191.0, 4210.0, 4211.0, 4210.0, 4202.0, 4180.0, 4201.0, 4202.0, 4200.0, 4211.0, 4200.0, 4201.0, 4168.0, 4199.0, 4190.0, 4188.0, 4200.0, 4186.0, 4187.0, 4179.0, 4199.0, 4179.0, 4185.0, 4187.0, 4177.0, 4186.0, 4175.0, 4185.0, 4186.0, 4185.0, 4185.0, 4165.0, 4187.0, 4178.0, 4188.0, 4190.0, 4176.0, 4187.0, 4176.0, 4185.0, 4188.0, 4175.0, 4176.0, 4176.0, 4186.0, 4186.0, 4175.0, 4185.0, 4166.0, 4186.0, 4188.0, 4176.0, 4185.0, 4176.0, 4187.0, 4175.0, 4187.0, 4190.0, 4187.0, 4188.0, 4165.0, 4186.0, 4176.0, 4198.0, 4190.0, 4186.0, 4189.0, 4176.0, 4189.0, 4190.0, 4187.0, 4199.0, 4188.0, 4188.0, 4168.0, 4200.0, 4190.0, 4200.0, 4189.0, 4190.0, 4200.0, 4178.0, 4199.0, 4191.0, 4199.0, 4198.0, 4178.0, 4198.0, 4168.0, 4188.0, 4178.0, 4190.0, 4201.0, 4191.0, 4200.0, 4199.0, 4201.0, 4180.0, 4201.0, 4189.0, 4200.0, 4202.0, 4189.0, 4190.0, 4178.0, 4201.0, 4190.0, 4178.0, 4187.0, 4175.0, 4187.0, 4189.0, 4198.0, 4198.0, 4188.0, 4188.0, 4166.0, 4186.0, 4177.0, 4186.0, 4188.0, 4187.0, 4188.0, 4177.0, 4186.0, 4188.0, 4176.0, 4185.0, 4176.0, 4185.0, 4186.0, 4176.0, 4187.0, 4166.0, 4186.0, 4177.0, 4187.0, 4189.0, 4186.0, 4185.0, 4164.0, 4186.0, 4186.0, 4164.0, 4187.0, 4177.0, 4185.0, 4185.0, 4155.0, 4187.0, 4178.0, 4188.0, 4186.0, 4175.0, 4189.0, 4187.0, 4188.0, 4189.0, 4178.0, 4190.0, 4179.0, 4199.0, 4200.0, 4187.0, 4200.0, 4179.0, 4190.0, 4203.0, 4191.0, 4199.0, 4190.0, 4190.0, 4191.0, 4190.0, 4202.0, 4200.0, 4201.0, 4192.0, 4204.0, 4215.0, 4192.0, 4202.0, 4180.0, 4201.0, 4206.0, 4200.0, 4209.0, 4204.0, 4211.0, 4189.0, 4199.0, 4186.0, 4198.0, 4185.0, 4198.0, 4191.0, 4192.0, 4191.0, 4182.0, 4194.0, 4172.0, 4180.0, 4177.0, 4170.0, 4180.0, 4168.0, 4180.0, 4168.0, 4181.0, 4179.0, 4182.0, 4191.0, 4177.0, 4184.0, 4168.0, 4193.0, 4175.0, 4180.0, 4192.0, 4193.0, 4194.0, 4181.0, 4192.0, 4179.0, 4180.0, 4193.0, 4180.0, 4190.0, 4181.0, 4195.0, 4180.0, 4178.0, 4186.0, 4179.0, 4190.0, 4178.0, 4180.0, 4191.0, 4196.0, 4196.0, 4191.0, 4190.0, 4179.0, 4194.0, 4203.0, 4182.0, 4195.0, 4189.0, 4206.0, 4192.0, 4180.0, 4192.0, 4178.0, 4179.0, 4179.0, 4193.0, 4192.0, 4189.0, 4203.0, 4194.0, 4193.0, 4189.0, 4190.0, 4180.0, 4182.0, 4186.0, 4192.0, 4179.0, 4177.0, 4178.0, 4178.0, 4176.0, 4181.0, 4174.0, 4174.0, 4164.0, 4165.0, 4176.0, 4174.0, 4165.0, 4173.0, 4165.0, 4165.0, 4161.0, 4163.0, 4164.0, 4166.0, 4165.0, 4161.0, 4163.0, 4172.0, 4171.0, 4164.0, 4155.0, 4165.0, 4179.0, 4174.0, 4178.0, 4165.0, 4183.0, 4190.0, 4177.0, 4192.0, 4154.0, 4185.0, 4176.0, 4185.0, 4185.0, 4186.0, 4185.0, 4176.0, 4197.0, 4188.0, 4187.0, 4198.0, 4186.0, 4188.0, 4178.0, 4198.0, 4191.0, 4199.0, 4202.0, 4189.0, 4201.0, 4191.0, 4199.0, 4188.0, 4199.0, 4189.0, 4204.0, 4199.0, 4187.0, 4199.0, 4177.0, 4201.0, 4188.0, 4192.0, 4186.0, 4186.0, 4185.0, 4184.0, 4187.0, 4175.0, 4173.0, 4163.0, 4185.0, 4174.0, 4189.0, 4164.0, 4172.0, 4184.0, 4182.0, 4183.0, 4174.0, 4193.0, 4173.0, 4183.0, 4172.0, 4173.0, 4184.0, 4185.0, 4197.0, 4183.0, 4183.0, 4174.0, 4189.0, 4179.0, 4178.0, 4179.0, 4189.0, 4187.0, 4178.0, 4179.0, 4177.0, 4172.0, 4166.0, 4188.0, 4181.0, 4189.0, 4178.0, 4164.0, 4178.0, 4158.0, 4195.0, 4174.0, 4199.0, 4175.0, 4202.0, 4204.0, 4176.0, 4194.0, 4185.0, 4184.0, 4192.0, 4204.0, 4183.0, 4204.0, 4205.0, 4183.0], 'WindowWidth': [9413.0, 9380.0, 9341.0, 9353.0, 9319.0, 9346.0, 9308.0, 9326.0, 9318.0, 9318.0, 9346.0, 9349.0, 9343.0, 9326.0, 9346.0, 9326.0, 9340.0, 9360.0, 9359.0, 9370.0, 9358.0, 9363.0, 9360.0, 9344.0, 9350.0, 9339.0, 9356.0, 9320.0, 9320.0, 9335.0, 9319.0, 9332.0, 9308.0, 9309.0, 9314.0, 9279.0, 9313.0, 9276.0, 9287.0, 9288.0, 9270.0, 9285.0, 9269.0, 9284.0, 9291.0, 9273.0, 9284.0, 9282.0, 9296.0, 9302.0, 9290.0, 9303.0, 9274.0, 9300.0, 9299.0, 9309.0, 9305.0, 9301.0, 9307.0, 9296.0, 9307.0, 9331.0, 9285.0, 9297.0, 9292.0, 9295.0, 9317.0, 9297.0, 9302.0, 9285.0, 9325.0, 9332.0, 9316.0, 9316.0, 9316.0, 9319.0, 9312.0, 9313.0, 9341.0, 9328.0, 9322.0, 9303.0, 9312.0, 9325.0, 9305.0, 9320.0, 9309.0, 9321.0, 9321.0, 9305.0, 9325.0, 9287.0, 9299.0, 9270.0, 9284.0, 9300.0, 9295.0, 9299.0, 9294.0, 9299.0, 9299.0, 9294.0, 9297.0, 9282.0, 9296.0, 9282.0, 9298.0, 9293.0, 9296.0, 9304.0, 9281.0, 9298.0, 9272.0, 9301.0, 9305.0, 9296.0, 9298.0, 9292.0, 9300.0, 9333.0, 9301.0, 9317.0, 9308.0, 9301.0, 9299.0, 9294.0, 9298.0, 9267.0, 9284.0, 9296.0, 9281.0, 9297.0, 9283.0, 9301.0, 9322.0, 9303.0, 9302.0, 9289.0, 9303.0, 9302.0, 9305.0, 9326.0, 9324.0, 9310.0, 9320.0, 9305.0, 9310.0, 9302.0, 9302.0, 9298.0, 9280.0, 9284.0, 9295.0, 9299.0, 9300.0, 9296.0, 9284.0, 9278.0, 9281.0, 9280.0, 9295.0, 9303.0, 9288.0, 9301.0, 9287.0, 9301.0, 9306.0, 9302.0, 9305.0, 9303.0, 9305.0, 9305.0, 9300.0, 9306.0, 9293.0, 9298.0, 9279.0, 9280.0, 9286.0, 9282.0, 9304.0, 9302.0, 9296.0, 9281.0, 9294.0, 9279.0, 9275.0, 9273.0, 9273.0, 9272.0, 9270.0, 9253.0, 9253.0, 9249.0, 9246.0, 9250.0, 9247.0, 9244.0, 9243.0, 9248.0, 9247.0, 9247.0, 9264.0, 9253.0, 9269.0, 9270.0, 9253.0, 9270.0, 9274.0, 9269.0, 9273.0, 9259.0, 9298.0, 9277.0, 9261.0, 9270.0, 9274.0, 9273.0, 9276.0, 9260.0, 9294.0, 9294.0, 9265.0, 9282.0, 9285.0, 9303.0, 9321.0, 9278.0, 9320.0, 9290.0, 9306.0, 9325.0, 9283.0, 9330.0, 9320.0, 9323.0, 9330.0, 9300.0, 9328.0, 9330.0, 9312.0, 9328.0, 9311.0, 9322.0, 9314.0, 9295.0, 9316.0, 9311.0, 9319.0, 9324.0, 9291.0, 9302.0, 9308.0, 9326.0, 9306.0, 9290.0, 9301.0, 9286.0, 9300.0, 9304.0, 9301.0, 9302.0, 9301.0, 9297.0, 9298.0, 9282.0, 9301.0, 9281.0, 9281.0, 9283.0, 9275.0, 9280.0, 9278.0, 9277.0, 9277.0, 9262.0, 9275.0, 9274.0, 9255.0, 9277.0, 9262.0, 9274.0, 9280.0, 9274.0, 9278.0, 9269.0, 9279.0, 9282.0, 9275.0, 9279.0, 9251.0, 9279.0, 9288.0, 9285.0, 9300.0, 9283.0, 9301.0, 9300.0, 9283.0, 9300.0, 9276.0, 9301.0, 9284.0, 9286.0, 9301.0, 9290.0, 9312.0, 9294.0, 9311.0, 9314.0, 9312.0, 9330.0, 9311.0, 9325.0, 9310.0, 9307.0, 9323.0, 9303.0, 9307.0, 9311.0, 9308.0, 9305.0, 9287.0, 9300.0, 9287.0, 9305.0, 9292.0, 9300.0, 9305.0, 9290.0, 9305.0, 9293.0, 9309.0, 9307.0, 9270.0, 9286.0, 9287.0, 9302.0, 9304.0, 9304.0, 9307.0, 9291.0, 9304.0, 9279.0, 9312.0, 9309.0, 9295.0, 9319.0, 9300.0, 9292.0, 9290.0, 9321.0, 9307.0, 9340.0, 9328.0, 9355.0, 9343.0, 9340.0, 9324.0, 9338.0, 9320.0, 9304.0, 9307.0, 9319.0, 9302.0, 9318.0, 9304.0, 9295.0, 9249.0, 9287.0, 9307.0, 9344.0, 9383.0, 9372.0, 9339.0, 9373.0, 9344.0, 9320.0, 9346.0, 9320.0, 9298.0, 9317.0, 9304.0, 9311.0, 9295.0, 9309.0, 9295.0, 9311.0, 9283.0, 9288.0, 9254.0, 9237.0, 9241.0, 9226.0, 9231.0, 9211.0, 9226.0, 9197.0, 9191.0, 9200.0, 9175.0, 9194.0, 9178.0, 9199.0, 9196.0, 9203.0, 9186.0, 9189.0, 9193.0, 9193.0, 9205.0, 9207.0, 9194.0, 9213.0, 9211.0, 9215.0, 9221.0, 9225.0, 9243.0, 9242.0, 9258.0, 9281.0, 9250.0, 9266.0, 9238.0, 9268.0, 9262.0, 9287.0, 9309.0, 9278.0, 9297.0, 9283.0, 9294.0, 9302.0, 9313.0, 9320.0, 9285.0, 9316.0, 9302.0, 9316.0, 9310.0, 9336.0, 9340.0, 9336.0, 9327.0, 9297.0, 9325.0, 9327.0, 9321.0, 9336.0, 9320.0, 9324.0, 9276.0, 9316.0, 9306.0, 9300.0, 9319.0, 9296.0, 9298.0, 9289.0, 9317.0, 9289.0, 9292.0, 9297.0, 9282.0, 9294.0, 9280.0, 9291.0, 9294.0, 9290.0, 9294.0, 9264.0, 9297.0, 9286.0, 9299.0, 9304.0, 9281.0, 9297.0, 9280.0, 9291.0, 9297.0, 9278.0, 9279.0, 9280.0, 9294.0, 9294.0, 9278.0, 9292.0, 9267.0, 9293.0, 9298.0, 9280.0, 9293.0, 9280.0, 9296.0, 9280.0, 9297.0, 9304.0, 9296.0, 9300.0, 9266.0, 9297.0, 9284.0, 9314.0, 9304.0, 9295.0, 9302.0, 9282.0, 9303.0, 9305.0, 9298.0, 9317.0, 9300.0, 9301.0, 9275.0, 9320.0, 9307.0, 9319.0, 9303.0, 9305.0, 9320.0, 9288.0, 9317.0, 9309.0, 9315.0, 9315.0, 9286.0, 9314.0, 9273.0, 9302.0, 9289.0, 9307.0, 9323.0, 9308.0, 9322.0, 9317.0, 9325.0, 9296.0, 9322.0, 9307.0, 9320.0, 9326.0, 9302.0, 9305.0, 9287.0, 9322.0, 9305.0, 9286.0, 9299.0, 9280.0, 9299.0, 9305.0, 9314.0, 9315.0, 9299.0, 9299.0, 9266.0, 9293.0, 9283.0, 9294.0, 9300.0, 9297.0, 9300.0, 9284.0, 9295.0, 9300.0, 9281.0, 9292.0, 9282.0, 9292.0, 9296.0, 9280.0, 9296.0, 9266.0, 9296.0, 9284.0, 9296.0, 9300.0, 9295.0, 9293.0, 9264.0, 9295.0, 9296.0, 9262.0, 9295.0, 9284.0, 9291.0, 9292.0, 9253.0, 9297.0, 9285.0, 9299.0, 9297.0, 9280.0, 9303.0, 9299.0, 9301.0, 9304.0, 9287.0, 9307.0, 9291.0, 9316.0, 9324.0, 9300.0, 9320.0, 9293.0, 9307.0, 9329.0, 9309.0, 9317.0, 9305.0, 9305.0, 9310.0, 9306.0, 9326.0, 9322.0, 9326.0, 9316.0, 9336.0, 9349.0, 9315.0, 9329.0, 9296.0, 9325.0, 9338.0, 9324.0, 9344.0, 9336.0, 9340.0, 9309.0, 9323.0, 9298.0, 9318.0, 9297.0, 9318.0, 9309.0, 9309.0, 9306.0, 9294.0, 9312.0, 9279.0, 9290.0, 9281.0, 9275.0, 9289.0, 9270.0, 9289.0, 9271.0, 9291.0, 9285.0, 9295.0, 9306.0, 9282.0, 9296.0, 9271.0, 9310.0, 9277.0, 9290.0, 9310.0, 9315.0, 9316.0, 9294.0, 9310.0, 9289.0, 9292.0, 9309.0, 9288.0, 9304.0, 9291.0, 9313.0, 9290.0, 9288.0, 9295.0, 9287.0, 9303.0, 9283.0, 9287.0, 9305.0, 9323.0, 9320.0, 9307.0, 9305.0, 9285.0, 9316.0, 9327.0, 9296.0, 9318.0, 9306.0, 9336.0, 9310.0, 9290.0, 9308.0, 9284.0, 9287.0, 9285.0, 9311.0, 9309.0, 9306.0, 9327.0, 9316.0, 9313.0, 9302.0, 9307.0, 9290.0, 9295.0, 9297.0, 9305.0, 9286.0, 9280.0, 9281.0, 9282.0, 9277.0, 9289.0, 9271.0, 9271.0, 9257.0, 9258.0, 9276.0, 9269.0, 9260.0, 9268.0, 9258.0, 9260.0, 9248.0, 9254.0, 9258.0, 9260.0, 9259.0, 9250.0, 9255.0, 9268.0, 9263.0, 9260.0, 9248.0, 9262.0, 9283.0, 9271.0, 9285.0, 9264.0, 9287.0, 9301.0, 9283.0, 9310.0, 9250.0, 9294.0, 9283.0, 9293.0, 9293.0, 9294.0, 9296.0, 9285.0, 9315.0, 9304.0, 9299.0, 9316.0, 9300.0, 9303.0, 9290.0, 9318.0, 9312.0, 9320.0, 9330.0, 9308.0, 9328.0, 9315.0, 9322.0, 9306.0, 9320.0, 9305.0, 9331.0, 9321.0, 9301.0, 9320.0, 9288.0, 9325.0, 9303.0, 9309.0, 9296.0, 9295.0, 9295.0, 9291.0, 9298.0, 9279.0, 9274.0, 9259.0, 9294.0, 9277.0, 9300.0, 9263.0, 9271.0, 9289.0, 9284.0, 9288.0, 9278.0, 9310.0, 9275.0, 9286.0, 9272.0, 9274.0, 9289.0, 9295.0, 9310.0, 9290.0, 9290.0, 9279.0, 9300.0, 9286.0, 9285.0, 9288.0, 9304.0, 9298.0, 9285.0, 9287.0, 9281.0, 9269.0, 9264.0, 9298.0, 9294.0, 9301.0, 9285.0, 9261.0, 9284.0, 9258.0, 9310.0, 9278.0, 9316.0, 9281.0, 9325.0, 9331.0, 9283.0, 9315.0, 9302.0, 9298.0, 9312.0, 9333.0, 9303.0, 9332.0, 9333.0, 9299.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.0036560190703218112</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.032237434326579266</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.81975043754177</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1879580245823393</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0294252640572805</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4556</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7465.9678</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1058159906900862</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>68</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>8.104886769964244</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.506340260332402</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4738914864723762</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.758092297878319</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2870369966465103</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0144315</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018001195043325424</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.030713945627212524</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>839</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.9711186970173182</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.5358</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.439</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>170.955</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>306866.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>872.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>375.055</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4216</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>544.5047</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3452.7662</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3627.5</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>69678.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1240.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4519.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>913.464</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>35.14708816073835</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> |