<?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-0122_ses-02_task-faces_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0122_ses-02_task-faces_acq-mb8_run-03_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-02_subject-0122_suffix-bold_task-faces" 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-0122/figures/sub-0122_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-02_subject-0122_suffix-bold_task-faces" 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-0122/figures/sub-0122_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-02_subject-0122_suffix-bold_task-faces" 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-0122/figures/sub-0122_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0122_suffix-bold_task-faces" 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 &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0122/figures/sub-0122_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-02_subject-0122_suffix-bold_task-faces" 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-0122/figures/sub-0122_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-02_subject-0122_suffix-bold_task-faces" 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-0122/figures/sub-0122_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0122_suffix-bold_task-faces" 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-0122/figures/sub-0122_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0122/figures/sub-0122_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0122/ses-02/func/sub-0122_ses-02_task-faces_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>9370307e5291d74ec5c77e22a835be95</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>21:48:3.237500</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.999735, 0.0226404, 0.00416075, -0.0228617, 0.997657, 0.0644778]</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-03_task-faces_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.0819669</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4229, -7635, -7101, 878, -170, 296, -456, 76]</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>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.155</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>77113331-9065-43a6-ae4f-57b283c06467||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.682215929031372, -0.06133631244301796, 0.007266220636665821, 112.47217559814453], [-0.06074260175228119, 2.6766414642333984, 0.17430077493190765, -97.40086364746094], [0.011162974871695042, -0.17298923432826996, 2.6943583488464355, -53.669227600097656], [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, 914]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914], 'AcquisitionTime': ['214803.237500', '214803.697500', '214804.157500', '214804.617500', '214805.077500', '214805.537500', '214805.997500', '214806.457500', '214806.917500', '214807.377500', '214807.837500', '214808.297500', '214808.757500', '214809.217500', '214809.677500', '214810.137500', '214810.597500', '214811.057500', '214811.517500', '214811.977500', '214812.437500', '214812.897500', '214813.357500', '214813.817500', '214814.277500', '214814.737500', '214815.197500', '214815.657500', '214816.117500', '214816.577500', '214817.037500', '214817.497500', '214817.957500', '214818.417500', '214818.877500', '214819.337500', '214819.797500', '214820.257500', '214820.717500', '214821.177500', '214821.637500', '214822.097500', '214822.557500', '214823.017500', '214823.477500', '214823.937500', '214824.397500', '214824.857500', '214825.317500', '214825.777500', '214826.237500', '214826.697500', '214827.157500', '214827.617500', '214828.077500', '214828.537500', '214828.997500', '214829.457500', '214829.917500', '214830.377500', '214830.837500', '214831.297500', '214831.757500', '214832.217500', '214832.677500', '214833.137500', '214833.597500', '214834.057500', '214834.517500', '214834.977500', '214835.437500', '214835.897500', '214836.357500', '214836.817500', '214837.277500', '214837.737500', '214838.197500', '214838.657500', '214839.117500', '214839.577500', '214840.037500', '214840.497500', '214840.957500', '214841.417500', '214841.877500', '214842.337500', '214842.797500', '214843.257500', '214843.717500', '214844.177500', '214844.637500', '214845.097500', '214845.557500', '214846.017500', '214846.477500', '214846.937500', '214847.397500', '214847.857500', '214848.317500', '214848.777500', '214849.237500', '214849.697500', '214850.157500', '214850.617500', '214851.077500', '214851.537500', '214851.997500', '214852.457500', '214852.917500', '214853.377500', '214853.837500', '214854.297500', '214854.757500', '214855.217500', '214855.677500', '214856.137500', '214856.597500', '214857.057500', '214857.517500', '214857.977500', '214858.437500', '214858.897500', '214859.357500', '214859.817500', '214900.277500', '214900.737500', '214901.197500', '214901.657500', '214902.117500', '214902.577500', '214903.037500', '214903.497500', '214903.957500', '214904.417500', '214904.877500', '214905.337500', '214905.797500', '214906.257500', '214906.717500', '214907.177500', '214907.637500', '214908.097500', '214908.557500', '214909.017500', '214909.477500', '214909.937500', '214910.397500', '214910.857500', '214911.317500', '214911.777500', '214912.237500', '214912.697500', '214913.157500', '214913.617500', '214914.077500', '214914.537500', '214914.997500', '214915.457500', '214915.917500', '214916.377500', '214916.837500', '214917.297500', '214917.757500', '214918.217500', '214918.677500', '214919.137500', '214919.597500', '214920.057500', '214920.517500', '214920.977500', '214921.437500', '214921.897500', '214922.357500', '214922.817500', '214923.277500', '214923.737500', '214924.197500', '214924.657500', '214925.117500', '214925.577500', '214926.037500', '214926.497500', '214926.957500', '214927.417500', '214927.877500', '214928.337500', '214928.797500', '214929.257500', '214929.717500', '214930.177500', '214930.637500', '214931.097500', '214931.557500', '214932.017500', '214932.477500', '214932.937500', '214933.397500', '214933.857500', '214934.317500', '214934.777500', '214935.237500', '214935.697500', '214936.157500', '214936.617500', '214937.077500', '214937.537500', '214937.997500', '214938.457500', '214938.917500', '214939.377500', '214939.837500', '214940.297500', '214940.757500', '214941.217500', '214941.677500', '214942.137500', '214942.597500', '214943.057500', '214943.517500', '214943.977500', '214944.437500', '214944.897500', '214945.357500', '214945.817500', '214946.277500', '214946.737500', '214947.197500', '214947.657500', '214948.117500', '214948.577500', '214949.037500', '214949.497500', '214949.957500', '214950.417500', '214950.877500', '214951.337500', '214951.797500', '214952.257500', '214952.717500', '214953.177500', '214953.637500', '214954.097500', '214954.557500', '214955.017500', '214955.477500', '214955.937500', '214956.397500', '214956.857500', '214957.317500', '214957.777500', '214958.237500', '214958.697500', '214959.157500', '214959.617500', '215000.077500', '215000.537500', '215000.997500', '215001.457500', '215001.917500', '215002.377500', '215002.837500', '215003.297500', '215003.757500', '215004.217500', '215004.677500', '215005.137500', '215005.597500', '215006.057500', '215006.517500', '215006.977500', '215007.437500', '215007.897500', '215008.357500', '215008.817500', '215009.277500', '215009.737500', '215010.197500', '215010.657500', '215011.117500', '215011.577500', '215012.037500', '215012.497500', '215012.957500', '215013.417500', '215013.877500', '215014.337500', '215014.797500', '215015.257500', '215015.717500', '215016.177500', '215016.637500', '215017.097500', '215017.557500', '215018.017500', '215018.477500', '215018.937500', '215019.397500', '215019.857500', '215020.317500', '215020.777500', '215021.237500', '215021.697500', '215022.157500', '215022.617500', '215023.077500', '215023.537500', '215023.997500', '215024.457500', '215024.917500', '215025.377500', '215025.837500', '215026.297500', '215026.757500', '215027.217500', '215027.677500', '215028.137500', '215028.597500', '215029.057500', '215029.517500', '215029.977500', '215030.437500', '215030.897500', '215031.357500', '215031.817500', '215032.277500', '215032.737500', '215033.197500', '215033.657500', '215034.117500', '215034.577500', '215035.037500', '215035.497500', '215035.957500', '215036.417500', '215036.877500', '215037.337500', '215037.797500', '215038.257500', '215038.717500', '215039.177500', '215039.637500', '215040.097500', '215040.557500', '215041.017500', '215041.477500', '215041.937500', '215042.397500', '215042.857500', '215043.317500', '215043.777500', '215044.237500', '215044.697500', '215045.157500', '215045.617500', '215046.077500', '215046.537500', '215046.997500', '215047.457500', '215047.917500', '215048.377500', '215048.837500', '215049.297500', '215049.757500', '215050.217500', '215050.677500', '215051.137500', '215051.597500', '215052.057500', '215052.517500', '215052.977500', '215053.437500', '215053.897500', '215054.357500', '215054.817500', '215055.277500', '215055.737500', '215056.197500', '215056.657500', '215057.117500', '215057.577500', '215058.037500', '215058.497500', '215058.957500', '215059.417500', '215059.877500', '215100.337500', '215100.797500', '215101.257500', '215101.717500', '215102.177500', '215102.637500', '215103.097500', '215103.557500', '215104.017500', '215104.477500', '215104.937500', '215105.397500', '215105.857500', '215106.317500', '215106.777500', '215107.237500', '215107.697500', '215108.157500', '215108.617500', '215109.077500', '215109.537500', '215109.997500', '215110.457500', '215110.917500', '215111.377500', '215111.837500', '215112.297500', '215112.757500', '215113.217500', '215113.677500', '215114.137500', '215114.597500', '215115.057500', '215115.517500', '215115.977500', '215116.437500', '215116.897500', '215117.357500', '215117.817500', '215118.277500', '215118.737500', '215119.197500', '215119.657500', '215120.117500', '215120.577500', '215121.037500', '215121.497500', '215121.957500', '215122.417500', '215122.877500', '215123.337500', '215123.797500', '215124.257500', '215124.717500', '215125.177500', '215125.637500', '215126.097500', '215126.557500', '215127.017500', '215127.477500', '215127.937500', '215128.397500', '215128.857500', '215129.317500', '215129.777500', '215130.237500', '215130.697500', '215131.157500', '215131.617500', '215132.077500', '215132.537500', '215132.997500', '215133.457500', '215133.917500', '215134.377500', '215134.837500', '215135.297500', '215135.757500', '215136.217500', '215136.677500', '215137.137500', '215137.597500', '215138.057500', '215138.517500', '215138.977500', '215139.437500', '215139.897500', '215140.357500', '215140.817500', '215141.277500', '215141.737500', '215142.197500', '215142.657500', '215143.117500', '215143.577500', '215144.037500', '215144.497500', '215144.957500', '215145.417500', '215145.877500', '215146.337500', '215146.797500', '215147.257500', '215147.717500', '215148.177500', '215148.637500', '215149.097500', '215149.557500', '215150.017500', '215150.477500', '215150.937500', '215151.397500', '215151.857500', '215152.317500', '215152.777500', '215153.237500', '215153.697500', '215154.157500', '215154.617500', '215155.077500', '215155.537500', '215155.997500', '215156.457500', '215156.917500', '215157.377500', '215157.837500', '215158.297500', '215158.757500', '215159.217500', '215159.677500', '215200.137500', '215200.597500', '215201.057500', '215201.517500', '215201.977500', '215202.437500', '215202.897500', '215203.357500', '215203.817500', '215204.277500', '215204.737500', '215205.197500', '215205.657500', '215206.117500', '215206.577500', '215207.037500', '215207.497500', '215207.957500', '215208.417500', '215208.877500', '215209.337500', '215209.797500', '215210.257500', '215210.717500', '215211.177500', '215211.637500', '215212.097500', '215212.557500', '215213.017500', '215213.477500', '215213.937500', '215214.397500', '215214.857500', '215215.317500', '215215.777500', '215216.237500', '215216.697500', '215217.157500', '215217.617500', '215218.077500', '215218.537500', '215218.997500', '215219.457500', '215219.917500', '215220.377500', '215220.837500', '215221.297500', '215221.757500', '215222.217500', '215222.677500', '215223.137500', '215223.597500', '215224.057500', '215224.517500', '215224.977500', '215225.437500', '215225.897500', '215226.357500', '215226.817500', '215227.277500', '215227.737500', '215228.197500', '215228.657500', '215229.117500', '215229.577500', '215230.037500', '215230.497500', '215230.957500', '215231.417500', '215231.877500', '215232.337500', '215232.797500', '215233.257500', '215233.717500', '215234.177500', '215234.637500', '215235.097500', '215235.557500', '215236.017500', '215236.477500', '215236.937500', '215237.397500', '215237.857500', '215238.317500', '215238.777500', '215239.237500', '215239.697500', '215240.157500', '215240.617500', '215241.077500', '215241.537500', '215241.997500', '215242.457500', '215242.917500', '215243.377500', '215243.837500', '215244.297500', '215244.757500', '215245.217500', '215245.677500', '215246.137500', '215246.597500', '215247.057500', '215247.517500', '215247.977500', '215248.437500', '215248.897500', '215249.357500', '215249.817500', '215250.277500', '215250.737500', '215251.197500', '215251.657500', '215252.117500', '215252.577500', '215253.037500', '215253.497500', '215253.957500', '215254.417500', '215254.877500', '215255.337500', '215255.797500', '215256.257500', '215256.717500', '215257.177500', '215257.637500', '215258.097500', '215258.557500', '215259.017500', '215259.477500', '215259.937500', '215300.397500', '215300.857500', '215301.317500', '215301.777500', '215302.237500', '215302.697500', '215303.157500', '215303.617500', '215304.077500', '215304.537500', '215304.997500', '215305.457500', '215305.917500', '215306.377500', '215306.837500', '215307.297500', '215307.757500', '215308.217500', '215308.677500', '215309.137500', '215309.597500', '215310.057500', '215310.517500', '215310.977500', '215311.437500', '215311.897500', '215312.357500', '215312.817500', '215313.277500', '215313.737500', '215314.197500', '215314.657500', '215315.117500', '215315.577500', '215316.037500', '215316.497500', '215316.957500', '215317.417500', '215317.877500', '215318.337500', '215318.797500', '215319.257500', '215319.717500', '215320.177500', '215320.637500', '215321.097500', '215321.557500', '215322.017500', '215322.477500', '215322.937500', '215323.397500', '215323.857500', '215324.317500', '215324.777500', '215325.237500', '215325.697500', '215326.157500', '215326.617500', '215327.077500', '215327.537500', '215327.997500', '215328.457500', '215328.917500', '215329.377500', '215329.837500', '215330.297500', '215330.757500', '215331.217500', '215331.677500', '215332.137500', '215332.597500', '215333.057500', '215333.517500', '215333.977500', '215334.437500', '215334.897500', '215335.357500', '215335.817500', '215336.277500', '215336.737500', '215337.197500', '215337.657500', '215338.117500', '215338.577500', '215339.037500', '215339.497500', '215339.957500', '215340.417500', '215340.877500', '215341.337500', '215341.797500', '215342.257500', '215342.717500', '215343.177500', '215343.637500', '215344.097500', '215344.557500', '215345.017500', '215345.477500', '215345.937500', '215346.397500', '215346.857500', '215347.317500', '215347.777500', '215348.237500', '215348.697500', '215349.157500', '215349.617500', '215350.077500', '215350.537500', '215350.997500', '215351.457500', '215351.917500', '215352.377500', '215352.837500', '215353.297500', '215353.757500', '215354.217500', '215354.677500', '215355.137500', '215355.597500', '215356.057500', '215356.517500', '215356.977500', '215357.437500', '215357.897500', '215358.357500', '215358.817500', '215359.277500', '215359.737500', '215400.197500', '215400.657500', '215401.117500', '215401.577500', '215402.037500', '215402.497500', '215402.957500', '215403.417500', '215403.877500', '215404.337500', '215404.797500', '215405.257500', '215405.717500', '215406.177500', '215406.637500', '215407.097500', '215407.557500', '215408.017500', '215408.477500', '215408.937500', '215409.397500', '215409.857500', '215410.317500', '215410.777500', '215411.237500', '215411.697500', '215412.157500', '215412.617500', '215413.077500', '215413.537500', '215413.997500', '215414.457500', '215414.917500', '215415.377500', '215415.837500', '215416.297500', '215416.757500', '215417.217500', '215417.677500', '215418.137500', '215418.597500', '215419.057500', '215419.517500', '215419.977500', '215420.437500', '215420.897500', '215421.357500', '215421.817500', '215422.277500', '215422.737500', '215423.197500', '215423.657500', '215424.117500', '215424.577500', '215425.037500', '215425.497500', '215425.957500', '215426.417500', '215426.877500', '215427.337500', '215427.797500', '215428.257500', '215428.717500', '215429.177500', '215429.637500', '215430.097500', '215430.557500', '215431.017500', '215431.477500', '215431.937500', '215432.397500', '215432.857500', '215433.317500', '215433.777500', '215434.237500', '215434.697500', '215435.157500', '215435.617500', '215436.077500', '215436.537500', '215436.997500', '215437.457500', '215437.917500', '215438.377500', '215438.837500', '215439.297500', '215439.757500', '215440.217500', '215440.677500', '215441.137500', '215441.597500', '215442.057500', '215442.517500', '215442.977500', '215443.437500', '215443.897500', '215444.357500', '215444.817500', '215445.277500', '215445.737500', '215446.197500', '215446.657500', '215447.117500', '215447.577500', '215448.037500', '215448.497500', '215448.957500', '215449.417500', '215449.877500', '215450.337500', '215450.797500', '215451.257500', '215451.717500', '215452.177500', '215452.637500', '215453.097500', '215453.557500', '215454.017500', '215454.477500', '215454.937500', '215455.397500', '215455.857500', '215456.317500', '215456.777500', '215457.237500', '215457.697500', '215458.157500', '215458.617500', '215459.077500', '215459.537500', '215459.997500', '215500.457500', '215500.917500', '215501.377500', '215501.837500', '215502.297500', '215502.757500', '215503.217500'], 'ContentTime': ['214818.239000', '214818.242000', '214818.245000', '214818.258000', '214818.270000', '214818.272000', '214818.275000', '214818.278000', '214818.280000', '214818.283000', '214818.285000', '214818.288000', '214818.291000', '214818.293000', '214818.296000', '214818.298000', '214818.304000', '214818.307000', '214818.309000', '214818.312000', '214818.315000', '214818.317000', '214818.320000', '214818.322000', '214818.325000', '214818.328000', '214818.330000', '214818.333000', '214818.335000', '214838.203000', '214838.206000', '214838.209000', '214838.211000', '214838.214000', '214838.216000', '214838.219000', '214838.222000', '214838.224000', '214838.227000', '214838.229000', '214838.232000', '214838.234000', '214838.237000', '214838.240000', '214838.242000', '214838.245000', '214838.247000', '214838.250000', '214838.252000', '214838.255000', '214838.258000', '214838.260000', '214838.263000', '214838.265000', '214838.268000', '214838.270000', '214838.273000', '214838.276000', '214838.278000', '214838.281000', '214838.283000', '214838.286000', '214838.291000', '214838.294000', '214838.296000', '214838.299000', '214838.302000', '214838.304000', '214838.307000', '214838.319000', '214838.321000', '214838.324000', '214858.203000', '214858.205000', '214858.208000', '214858.211000', '214858.213000', '214858.216000', '214858.218000', '214858.221000', '214858.223000', '214858.226000', '214858.228000', '214858.231000', '214858.234000', '214858.236000', '214858.239000', '214858.241000', '214858.244000', '214858.246000', '214858.249000', '214858.252000', '214858.254000', '214858.257000', '214858.259000', '214858.262000', '214858.264000', '214858.267000', '214858.270000', '214858.272000', '214858.275000', '214858.277000', '214858.280000', '214858.282000', '214858.285000', '214858.295000', '214858.298000', '214858.300000', '214858.303000', '214858.306000', '214858.308000', '214858.311000', '214858.313000', '214858.316000', '214858.318000', '214858.321000', '214918.202000', '214918.205000', '214918.208000', '214918.210000', '214918.213000', '214918.216000', '214918.219000', '214918.222000', '214918.225000', '214918.227000', '214918.230000', '214918.232000', '214918.235000', '214918.238000', '214918.240000', '214918.243000', '214918.245000', '214918.248000', '214918.251000', '214918.253000', '214918.256000', '214918.258000', '214918.261000', '214918.263000', '214918.266000', '214918.269000', '214918.271000', '214918.274000', '214918.277000', '214918.279000', '214918.282000', '214918.284000', '214918.287000', '214918.289000', '214918.292000', '214918.295000', '214918.297000', '214918.300000', '214918.302000', '214918.305000', '214918.307000', '214918.310000', '214918.313000', '214938.203000', '214938.205000', '214938.208000', '214938.211000', '214938.213000', '214938.216000', '214938.218000', '214938.221000', '214938.223000', '214938.226000', '214938.229000', '214938.231000', '214938.234000', '214938.236000', '214938.239000', '214938.241000', '214938.244000', '214938.247000', '214938.249000', '214938.252000', '214938.254000', '214938.257000', '214938.259000', '214938.262000', '214938.265000', '214938.267000', '214938.270000', '214938.272000', '214938.275000', '214938.278000', '214938.280000', '214938.283000', '214938.285000', '214938.288000', '214938.291000', '214938.293000', '214938.296000', '214938.298000', '214938.301000', '214938.304000', '214938.306000', '214938.309000', '214938.311000', '214938.314000', '214958.202000', '214958.205000', '214958.208000', '214958.210000', '214958.213000', '214958.216000', '214958.218000', '214958.221000', '214958.223000', '214958.226000', '214958.229000', '214958.231000', '214958.234000', '214958.236000', '214958.239000', '214958.242000', '214958.244000', '214958.247000', '214958.249000', '214958.252000', '214958.254000', '214958.257000', '214958.259000', '214958.262000', '214958.265000', '214958.267000', '214958.270000', '214958.272000', '214958.275000', '214958.278000', '214958.280000', '214958.283000', '214958.285000', '214958.288000', '214958.290000', '214958.293000', '214958.296000', '214958.299000', '214958.302000', '214958.304000', '214958.307000', '214958.310000', '214958.312000', '215018.203000', '215018.206000', '215018.209000', '215018.211000', '215018.214000', '215018.217000', '215018.219000', '215018.222000', '215018.224000', '215018.227000', '215018.230000', '215018.232000', '215018.235000', '215018.237000', '215018.240000', '215018.243000', '215018.245000', '215018.248000', '215018.251000', '215018.253000', '215018.256000', '215018.258000', '215018.261000', '215018.264000', '215018.266000', '215018.269000', '215018.271000', '215018.274000', '215018.277000', '215018.279000', '215018.282000', '215018.284000', '215018.287000', '215018.289000', '215018.292000', '215018.295000', '215018.311000', '215018.313000', '215018.316000', '215018.319000', '215018.321000', '215018.324000', '215018.326000', '215018.329000', '215038.204000', '215038.207000', '215038.209000', '215038.212000', '215038.214000', '215038.217000', '215038.219000', '215038.222000', '215038.225000', '215038.227000', '215038.230000', '215038.233000', '215038.236000', '215038.239000', '215038.242000', '215038.245000', '215038.247000', '215038.250000', '215038.252000', '215038.255000', '215038.258000', '215038.261000', '215038.264000', '215038.267000', '215038.269000', '215038.272000', '215038.275000', '215038.277000', '215038.280000', '215038.282000', '215038.285000', '215038.288000', '215038.290000', '215038.293000', '215038.296000', '215038.298000', '215038.301000', '215038.304000', '215038.306000', '215038.309000', '215038.311000', '215038.314000', '215038.317000', '215058.203000', '215058.206000', '215058.209000', '215058.211000', '215058.214000', '215058.217000', '215058.219000', '215058.222000', '215058.225000', '215058.227000', '215058.230000', '215058.233000', '215058.235000', '215058.238000', '215058.240000', '215058.243000', '215058.246000', '215058.248000', '215058.251000', '215058.253000', '215058.256000', '215058.259000', '215058.261000', '215058.264000', '215058.266000', '215058.269000', '215058.272000', '215058.274000', '215058.277000', '215058.279000', '215058.282000', '215058.284000', '215058.287000', '215058.290000', '215058.292000', '215058.295000', '215058.297000', '215058.300000', '215058.303000', '215058.305000', '215058.308000', '215058.310000', '215058.313000', '215058.316000', '215118.202000', '215118.205000', '215118.208000', '215118.211000', '215118.213000', '215118.216000', '215118.218000', '215118.221000', '215118.224000', '215118.226000', '215118.229000', '215118.231000', '215118.234000', '215118.236000', '215118.239000', '215118.242000', '215118.244000', '215118.247000', '215118.249000', '215118.252000', '215118.255000', '215118.257000', '215118.260000', '215118.263000', '215118.265000', '215118.268000', '215118.270000', '215118.273000', '215118.276000', '215118.278000', '215118.281000', '215118.284000', '215118.286000', '215118.289000', '215118.301000', '215118.303000', '215118.306000', '215118.309000', '215118.311000', '215118.314000', '215118.316000', '215118.319000', '215118.322000', '215138.203000', '215138.206000', '215138.208000', '215138.211000', '215138.213000', '215138.216000', '215138.219000', '215138.221000', '215138.224000', '215138.226000', '215138.229000', '215138.232000', '215138.234000', '215138.237000', '215138.239000', '215138.242000', '215138.245000', '215138.247000', '215138.250000', '215138.253000', '215138.255000', '215138.258000', '215138.260000', '215138.263000', '215138.266000', '215138.268000', '215138.271000', '215138.273000', '215138.276000', '215138.279000', '215138.281000', '215138.284000', '215138.286000', '215138.289000', '215138.292000', '215138.294000', '215138.297000', '215138.299000', '215138.302000', '215138.305000', '215138.307000', '215138.310000', '215138.312000', '215138.315000', '215158.203000', '215158.205000', '215158.208000', '215158.211000', '215158.213000', '215158.216000', '215158.218000', '215158.221000', '215158.224000', '215158.226000', '215158.229000', '215158.231000', '215158.234000', '215158.236000', '215158.239000', '215158.242000', '215158.244000', '215158.257000', '215158.259000', '215158.262000', '215158.264000', '215158.267000', '215158.270000', '215158.272000', '215158.275000', '215158.278000', '215158.280000', '215158.283000', '215158.285000', '215158.288000', '215158.291000', '215158.293000', '215158.296000', '215158.300000', '215158.303000', '215158.306000', '215158.309000', '215158.311000', '215158.314000', '215158.317000', '215158.319000', '215158.322000', '215158.324000', '215218.202000', '215218.205000', '215218.208000', '215218.211000', '215218.213000', '215218.216000', '215218.218000', '215218.221000', '215218.224000', '215218.226000', '215218.229000', '215218.231000', '215218.234000', '215218.237000', '215218.239000', '215218.242000', '215218.244000', '215218.247000', '215218.250000', '215218.252000', '215218.255000', '215218.258000', '215218.260000', '215218.263000', '215218.265000', '215218.294000', '215218.297000', '215218.300000', '215218.302000', '215218.305000', '215218.308000', '215218.310000', '215218.313000', '215218.315000', '215218.318000', '215218.321000', '215218.323000', '215218.326000', '215218.329000', '215218.331000', '215218.334000', '215218.336000', '215218.339000', '215218.342000', '215238.203000', '215238.206000', '215238.209000', '215238.212000', '215238.214000', '215238.217000', '215238.219000', '215238.222000', '215238.224000', '215238.227000', '215238.230000', '215238.232000', '215238.235000', '215238.237000', '215238.240000', '215238.243000', '215238.245000', '215238.248000', '215238.251000', '215238.253000', '215238.256000', '215238.258000', '215238.261000', '215238.264000', '215238.266000', '215238.269000', '215238.271000', '215238.274000', '215238.277000', '215238.279000', '215238.282000', '215238.284000', '215238.287000', '215238.290000', '215238.292000', '215238.295000', '215238.297000', '215238.300000', '215238.303000', '215238.306000', '215238.308000', '215238.311000', '215238.313000', '215258.203000', '215258.206000', '215258.209000', '215258.212000', '215258.214000', '215258.217000', '215258.219000', '215258.222000', '215258.225000', '215258.227000', '215258.230000', '215258.232000', '215258.235000', '215258.237000', '215258.240000', '215258.243000', '215258.245000', '215258.248000', '215258.250000', '215258.253000', '215258.256000', '215258.258000', '215258.261000', '215258.263000', '215258.266000', '215258.269000', '215258.271000', '215258.274000', '215258.276000', '215258.279000', '215258.282000', '215258.284000', '215258.287000', '215258.289000', '215258.292000', '215258.295000', '215258.297000', '215258.300000', '215258.302000', '215258.305000', '215258.308000', '215258.310000', '215258.313000', '215258.315000', '215318.204000', '215318.206000', '215318.209000', '215318.212000', '215318.214000', '215318.217000', '215318.219000', '215318.222000', '215318.225000', '215318.227000', '215318.230000', '215318.232000', '215318.235000', '215318.238000', '215318.240000', '215318.243000', '215318.245000', '215318.248000', '215318.251000', '215318.253000', '215318.256000', '215318.258000', '215318.261000', '215318.263000', '215318.266000', '215318.269000', '215318.271000', '215318.274000', '215318.277000', '215318.279000', '215318.282000', '215318.285000', '215318.287000', '215318.290000', '215318.292000', '215318.295000', '215318.298000', '215318.300000', '215318.303000', '215318.306000', '215318.308000', '215318.311000', '215318.328000', '215338.202000', '215338.205000', '215338.208000', '215338.211000', '215338.213000', '215338.216000', '215338.218000', '215338.221000', '215338.223000', '215338.226000', '215338.229000', '215338.231000', '215338.234000', '215338.236000', '215338.239000', '215338.241000', '215338.244000', '215338.247000', '215338.249000', '215338.252000', '215338.254000', '215338.261000', '215338.264000', '215338.267000', '215338.269000', '215338.272000', '215338.275000', '215338.277000', '215338.280000', '215338.282000', '215338.285000', '215338.288000', '215338.290000', '215338.293000', '215338.295000', '215338.298000', '215338.301000', '215338.303000', '215338.306000', '215338.309000', '215338.311000', '215338.314000', '215338.319000', '215338.321000', '215358.203000', '215358.206000', '215358.208000', '215358.211000', '215358.213000', '215358.216000', '215358.219000', '215358.221000', '215358.224000', '215358.226000', '215358.229000', '215358.231000', '215358.234000', '215358.237000', '215358.239000', '215358.242000', '215358.245000', '215358.247000', '215358.250000', '215358.253000', '215358.255000', '215358.258000', '215358.260000', '215358.263000', '215358.266000', '215358.268000', '215358.271000', '215358.274000', '215358.276000', '215358.279000', '215358.281000', '215358.284000', '215358.287000', '215358.289000', '215358.292000', '215358.295000', '215358.297000', '215358.300000', '215358.302000', '215358.305000', '215358.308000', '215358.310000', '215358.313000', '215418.203000', '215418.206000', '215418.208000', '215418.211000', '215418.213000', '215418.216000', '215418.219000', '215418.221000', '215418.224000', '215418.226000', '215418.229000', '215418.232000', '215418.235000', '215418.238000', '215418.241000', '215418.243000', '215418.246000', '215418.249000', '215418.251000', '215418.254000', '215418.256000', '215418.259000', '215418.261000', '215418.264000', '215418.267000', '215418.269000', '215418.272000', '215418.275000', '215418.277000', '215418.280000', '215418.282000', '215418.285000', '215418.288000', '215418.290000', '215418.293000', '215418.295000', '215418.298000', '215418.301000', '215418.303000', '215418.306000', '215418.309000', '215418.311000', '215418.314000', '215438.202000', '215438.205000', '215438.208000', '215438.210000', '215438.213000', '215438.216000', '215438.218000', '215438.221000', '215438.223000', '215438.226000', '215438.229000', '215438.231000', '215438.234000', '215438.236000', '215438.239000', '215438.242000', '215438.244000', '215438.247000', '215438.249000', '215438.252000', '215438.255000', '215438.257000', '215438.260000', '215438.263000', '215438.265000', '215438.268000', '215438.270000', '215438.273000', '215438.275000', '215438.278000', '215438.281000', '215438.283000', '215438.286000', '215438.288000', '215438.291000', '215438.294000', '215438.296000', '215438.299000', '215438.301000', '215438.304000', '215438.307000', '215438.309000', '215438.312000', '215438.314000', '215458.203000', '215458.206000', '215458.209000', '215458.211000', '215458.214000', '215458.217000', '215458.219000', '215458.222000', '215458.225000', '215458.227000', '215458.230000', '215458.232000', '215458.235000', '215458.238000', '215458.240000', '215458.243000', '215458.245000', '215458.248000', '215458.251000', '215458.253000', '215458.256000', '215458.258000', '215458.261000', '215458.264000', '215458.266000', '215458.269000', '215458.271000', '215458.274000', '215458.277000', '215458.279000', '215458.282000', '215458.284000', '215458.287000', '215458.290000', '215458.292000', '215458.295000', '215458.297000', '215458.300000', '215458.303000', '215458.305000', '215458.308000', '215458.311000', '215458.313000', '215458.316000', '215505.021000', '215505.024000', '215505.027000', '215505.029000', '215505.032000', '215505.035000', '215505.037000', '215505.040000', '215505.043000', '215505.045000', '215505.048000', '215505.051000', '215505.053000', '215505.056000', '215505.059000'], 'InstanceCreationTime': ['214818.239000', '214818.242000', '214818.245000', '214818.258000', '214818.270000', '214818.272000', '214818.275000', '214818.278000', '214818.280000', '214818.283000', '214818.285000', '214818.288000', '214818.291000', '214818.293000', '214818.296000', '214818.298000', '214818.304000', '214818.307000', '214818.309000', '214818.312000', '214818.315000', '214818.317000', '214818.320000', '214818.322000', '214818.325000', '214818.328000', '214818.330000', '214818.333000', '214818.335000', '214838.203000', '214838.206000', '214838.209000', '214838.211000', '214838.214000', '214838.216000', '214838.219000', '214838.222000', '214838.224000', '214838.227000', '214838.229000', '214838.232000', '214838.234000', '214838.237000', '214838.240000', '214838.242000', '214838.245000', '214838.247000', '214838.250000', '214838.252000', '214838.255000', '214838.258000', '214838.260000', '214838.263000', '214838.265000', '214838.268000', '214838.270000', '214838.273000', '214838.276000', '214838.278000', '214838.281000', '214838.283000', '214838.286000', '214838.291000', '214838.294000', '214838.296000', '214838.299000', '214838.302000', '214838.304000', '214838.307000', '214838.319000', '214838.321000', '214838.324000', '214858.203000', '214858.205000', '214858.208000', '214858.211000', '214858.213000', '214858.216000', '214858.218000', '214858.221000', '214858.223000', '214858.226000', '214858.228000', '214858.231000', '214858.234000', '214858.236000', '214858.239000', '214858.241000', '214858.244000', '214858.246000', '214858.249000', '214858.252000', '214858.254000', '214858.257000', '214858.259000', '214858.262000', '214858.264000', '214858.267000', '214858.270000', '214858.272000', '214858.275000', '214858.277000', '214858.280000', '214858.282000', '214858.285000', '214858.295000', '214858.298000', '214858.300000', '214858.303000', '214858.306000', '214858.308000', '214858.311000', '214858.313000', '214858.316000', '214858.318000', '214858.321000', '214918.202000', '214918.205000', '214918.208000', '214918.210000', '214918.213000', '214918.216000', '214918.219000', '214918.222000', '214918.225000', '214918.227000', '214918.230000', '214918.232000', '214918.235000', '214918.238000', '214918.240000', '214918.243000', '214918.245000', '214918.248000', '214918.251000', '214918.253000', '214918.256000', '214918.258000', '214918.261000', '214918.263000', '214918.266000', '214918.269000', '214918.271000', '214918.274000', '214918.277000', '214918.279000', '214918.282000', '214918.284000', '214918.287000', '214918.289000', '214918.292000', '214918.295000', '214918.297000', '214918.300000', '214918.302000', '214918.305000', '214918.307000', '214918.310000', '214918.313000', '214938.203000', '214938.205000', '214938.208000', '214938.211000', '214938.213000', '214938.216000', '214938.218000', '214938.221000', '214938.223000', '214938.226000', '214938.229000', '214938.231000', '214938.234000', '214938.236000', '214938.239000', '214938.241000', '214938.244000', '214938.247000', '214938.249000', '214938.252000', '214938.254000', '214938.257000', '214938.259000', '214938.262000', '214938.265000', '214938.267000', '214938.270000', '214938.272000', '214938.275000', '214938.278000', '214938.280000', '214938.283000', '214938.285000', '214938.288000', '214938.291000', '214938.293000', '214938.296000', '214938.298000', '214938.301000', '214938.304000', '214938.306000', '214938.309000', '214938.311000', '214938.314000', '214958.202000', '214958.205000', '214958.208000', '214958.210000', '214958.213000', '214958.216000', '214958.218000', '214958.221000', '214958.223000', '214958.226000', '214958.229000', '214958.231000', '214958.234000', '214958.236000', '214958.239000', '214958.242000', '214958.244000', '214958.247000', '214958.249000', '214958.252000', '214958.254000', '214958.257000', '214958.259000', '214958.262000', '214958.265000', '214958.267000', '214958.270000', '214958.272000', '214958.275000', '214958.278000', '214958.280000', '214958.283000', '214958.285000', '214958.288000', '214958.290000', '214958.293000', '214958.296000', '214958.299000', '214958.302000', '214958.304000', '214958.307000', '214958.310000', '214958.312000', '215018.203000', '215018.206000', '215018.209000', '215018.211000', '215018.214000', '215018.217000', '215018.219000', '215018.222000', '215018.224000', '215018.227000', '215018.230000', '215018.232000', '215018.235000', '215018.237000', '215018.240000', '215018.243000', '215018.245000', '215018.248000', '215018.251000', '215018.253000', '215018.256000', '215018.258000', '215018.261000', '215018.264000', '215018.266000', '215018.269000', '215018.271000', '215018.274000', '215018.277000', '215018.279000', '215018.282000', '215018.284000', '215018.287000', '215018.289000', '215018.292000', '215018.295000', '215018.311000', '215018.313000', '215018.316000', '215018.319000', '215018.321000', '215018.324000', '215018.326000', '215018.329000', '215038.204000', '215038.207000', '215038.209000', '215038.212000', '215038.214000', '215038.217000', '215038.219000', '215038.222000', '215038.225000', '215038.227000', '215038.230000', '215038.233000', '215038.236000', '215038.239000', '215038.242000', '215038.245000', '215038.247000', '215038.250000', '215038.252000', '215038.255000', '215038.258000', '215038.261000', '215038.264000', '215038.267000', '215038.269000', '215038.272000', '215038.275000', '215038.277000', '215038.280000', '215038.282000', '215038.285000', '215038.288000', '215038.290000', '215038.293000', '215038.296000', '215038.298000', '215038.301000', '215038.304000', '215038.306000', '215038.309000', '215038.311000', '215038.314000', '215038.317000', '215058.203000', '215058.206000', '215058.209000', '215058.211000', '215058.214000', '215058.217000', '215058.219000', '215058.222000', '215058.225000', '215058.227000', '215058.230000', '215058.233000', '215058.235000', '215058.238000', '215058.240000', '215058.243000', '215058.246000', '215058.248000', '215058.251000', '215058.253000', '215058.256000', '215058.259000', '215058.261000', '215058.264000', '215058.266000', '215058.269000', '215058.272000', '215058.274000', '215058.277000', '215058.279000', '215058.282000', '215058.284000', '215058.287000', '215058.290000', '215058.292000', '215058.295000', '215058.297000', '215058.300000', '215058.303000', '215058.305000', '215058.308000', '215058.310000', '215058.313000', '215058.316000', '215118.202000', '215118.205000', '215118.208000', '215118.211000', '215118.213000', '215118.216000', '215118.218000', '215118.221000', '215118.224000', '215118.226000', '215118.229000', '215118.231000', '215118.234000', '215118.236000', '215118.239000', '215118.242000', '215118.244000', '215118.247000', '215118.249000', '215118.252000', '215118.255000', '215118.257000', '215118.260000', '215118.263000', '215118.265000', '215118.268000', '215118.270000', '215118.273000', '215118.276000', '215118.278000', '215118.281000', '215118.284000', '215118.286000', '215118.289000', '215118.301000', '215118.303000', '215118.306000', '215118.309000', '215118.311000', '215118.314000', '215118.316000', '215118.319000', '215118.322000', '215138.203000', '215138.206000', '215138.208000', '215138.211000', '215138.213000', '215138.216000', '215138.219000', '215138.221000', '215138.224000', '215138.226000', '215138.229000', '215138.232000', '215138.234000', '215138.237000', '215138.239000', '215138.242000', '215138.245000', '215138.247000', '215138.250000', '215138.253000', '215138.255000', '215138.258000', '215138.260000', '215138.263000', '215138.266000', '215138.268000', '215138.271000', '215138.273000', '215138.276000', '215138.279000', '215138.281000', '215138.284000', '215138.286000', '215138.289000', '215138.292000', '215138.294000', '215138.297000', '215138.299000', '215138.302000', '215138.305000', '215138.307000', '215138.310000', '215138.312000', '215138.315000', '215158.203000', '215158.205000', '215158.208000', '215158.211000', '215158.213000', '215158.216000', '215158.218000', '215158.221000', '215158.224000', '215158.226000', '215158.229000', '215158.231000', '215158.234000', '215158.236000', '215158.239000', '215158.242000', '215158.244000', '215158.257000', '215158.259000', '215158.262000', '215158.264000', '215158.267000', '215158.270000', '215158.272000', '215158.275000', '215158.278000', '215158.280000', '215158.283000', '215158.285000', '215158.288000', '215158.291000', '215158.293000', '215158.296000', '215158.300000', '215158.303000', '215158.306000', '215158.309000', '215158.311000', '215158.314000', '215158.317000', '215158.319000', '215158.322000', '215158.324000', '215218.202000', '215218.205000', '215218.208000', '215218.211000', '215218.213000', '215218.216000', '215218.218000', '215218.221000', '215218.224000', '215218.226000', '215218.229000', '215218.231000', '215218.234000', '215218.237000', '215218.239000', '215218.242000', '215218.244000', '215218.247000', '215218.250000', '215218.252000', '215218.255000', '215218.258000', '215218.260000', '215218.263000', '215218.265000', '215218.294000', '215218.297000', '215218.300000', '215218.302000', '215218.305000', '215218.308000', '215218.310000', '215218.313000', '215218.315000', '215218.318000', '215218.321000', '215218.323000', '215218.326000', '215218.329000', '215218.331000', '215218.334000', '215218.336000', '215218.339000', '215218.342000', '215238.203000', '215238.206000', '215238.209000', '215238.212000', '215238.214000', '215238.217000', '215238.219000', '215238.222000', '215238.224000', '215238.227000', '215238.230000', '215238.232000', '215238.235000', '215238.237000', '215238.240000', '215238.243000', '215238.245000', '215238.248000', '215238.251000', '215238.253000', '215238.256000', '215238.258000', '215238.261000', '215238.264000', '215238.266000', '215238.269000', '215238.271000', '215238.274000', '215238.277000', '215238.279000', '215238.282000', '215238.284000', '215238.287000', '215238.290000', '215238.292000', '215238.295000', '215238.297000', '215238.300000', '215238.303000', '215238.306000', '215238.308000', '215238.311000', '215238.313000', '215258.203000', '215258.206000', '215258.209000', '215258.212000', '215258.214000', '215258.217000', '215258.219000', '215258.222000', '215258.225000', '215258.227000', '215258.230000', '215258.232000', '215258.235000', '215258.237000', '215258.240000', '215258.243000', '215258.245000', '215258.248000', '215258.250000', '215258.253000', '215258.256000', '215258.258000', '215258.261000', '215258.263000', '215258.266000', '215258.269000', '215258.271000', '215258.274000', '215258.276000', '215258.279000', '215258.282000', '215258.284000', '215258.287000', '215258.289000', '215258.292000', '215258.295000', '215258.297000', '215258.300000', '215258.302000', '215258.305000', '215258.308000', '215258.310000', '215258.313000', '215258.315000', '215318.204000', '215318.206000', '215318.209000', '215318.212000', '215318.214000', '215318.217000', '215318.219000', '215318.222000', '215318.225000', '215318.227000', '215318.230000', '215318.232000', '215318.235000', '215318.238000', '215318.240000', '215318.243000', '215318.245000', '215318.248000', '215318.251000', '215318.253000', '215318.256000', '215318.258000', '215318.261000', '215318.263000', '215318.266000', '215318.269000', '215318.271000', '215318.274000', '215318.277000', '215318.279000', '215318.282000', '215318.285000', '215318.287000', '215318.290000', '215318.292000', '215318.295000', '215318.298000', '215318.300000', '215318.303000', '215318.306000', '215318.308000', '215318.311000', '215318.328000', '215338.202000', '215338.205000', '215338.208000', '215338.211000', '215338.213000', '215338.216000', '215338.218000', '215338.221000', '215338.223000', '215338.226000', '215338.229000', '215338.231000', '215338.234000', '215338.236000', '215338.239000', '215338.241000', '215338.244000', '215338.247000', '215338.249000', '215338.252000', '215338.254000', '215338.261000', '215338.264000', '215338.267000', '215338.269000', '215338.272000', '215338.275000', '215338.277000', '215338.280000', '215338.282000', '215338.285000', '215338.288000', '215338.290000', '215338.293000', '215338.295000', '215338.298000', '215338.301000', '215338.303000', '215338.306000', '215338.309000', '215338.311000', '215338.314000', '215338.319000', '215338.321000', '215358.203000', '215358.206000', '215358.208000', '215358.211000', '215358.213000', '215358.216000', '215358.219000', '215358.221000', '215358.224000', '215358.226000', '215358.229000', '215358.231000', '215358.234000', '215358.237000', '215358.239000', '215358.242000', '215358.245000', '215358.247000', '215358.250000', '215358.253000', '215358.255000', '215358.258000', '215358.260000', '215358.263000', '215358.266000', '215358.268000', '215358.271000', '215358.274000', '215358.276000', '215358.279000', '215358.281000', '215358.284000', '215358.287000', '215358.289000', '215358.292000', '215358.295000', '215358.297000', '215358.300000', '215358.302000', '215358.305000', '215358.308000', '215358.310000', '215358.313000', '215418.203000', '215418.206000', '215418.208000', '215418.211000', '215418.213000', '215418.216000', '215418.219000', '215418.221000', '215418.224000', '215418.226000', '215418.229000', '215418.232000', '215418.235000', '215418.238000', '215418.241000', '215418.243000', '215418.246000', '215418.249000', '215418.251000', '215418.254000', '215418.256000', '215418.259000', '215418.261000', '215418.264000', '215418.267000', '215418.269000', '215418.272000', '215418.275000', '215418.277000', '215418.280000', '215418.282000', '215418.285000', '215418.288000', '215418.290000', '215418.293000', '215418.295000', '215418.298000', '215418.301000', '215418.303000', '215418.306000', '215418.309000', '215418.311000', '215418.314000', '215438.202000', '215438.205000', '215438.208000', '215438.210000', '215438.213000', '215438.216000', '215438.218000', '215438.221000', '215438.223000', '215438.226000', '215438.229000', '215438.231000', '215438.234000', '215438.236000', '215438.239000', '215438.242000', '215438.244000', '215438.247000', '215438.249000', '215438.252000', '215438.255000', '215438.257000', '215438.260000', '215438.263000', '215438.265000', '215438.268000', '215438.270000', '215438.273000', '215438.275000', '215438.278000', '215438.281000', '215438.283000', '215438.286000', '215438.288000', '215438.291000', '215438.294000', '215438.296000', '215438.299000', '215438.301000', '215438.304000', '215438.307000', '215438.309000', '215438.312000', '215438.314000', '215458.203000', '215458.206000', '215458.209000', '215458.211000', '215458.214000', '215458.217000', '215458.219000', '215458.222000', '215458.225000', '215458.227000', '215458.230000', '215458.232000', '215458.235000', '215458.238000', '215458.240000', '215458.243000', '215458.245000', '215458.248000', '215458.251000', '215458.253000', '215458.256000', '215458.258000', '215458.261000', '215458.264000', '215458.266000', '215458.269000', '215458.271000', '215458.274000', '215458.277000', '215458.279000', '215458.282000', '215458.284000', '215458.287000', '215458.290000', '215458.292000', '215458.295000', '215458.297000', '215458.300000', '215458.303000', '215458.305000', '215458.308000', '215458.311000', '215458.313000', '215458.316000', '215505.021000', '215505.024000', '215505.027000', '215505.029000', '215505.032000', '215505.035000', '215505.037000', '215505.040000', '215505.043000', '215505.045000', '215505.048000', '215505.051000', '215505.053000', '215505.056000', '215505.059000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914], 'LargestImagePixelValue': [9088, 11036, 8569, 11088, 8276, 11197, 9104, 10372, 8209, 10492, 8502, 10885, 8396, 9405, 8514, 9182, 9272, 8401, 9853, 7862, 9829, 8252, 9944, 8379, 8784, 9844, 7817, 10125, 8169, 9592, 8671, 8601, 8994, 9472, 8337, 9551, 8030, 10562, 7783, 10736, 10195, 9574, 9939, 8995, 9340, 7824, 10442, 8334, 9565, 8380, 8463, 8642, 9105, 8811, 8992, 9256, 9035, 9338, 9435, 9721, 8025, 10467, 7776, 10125, 9346, 10417, 8112, 10678, 8482, 10763, 8410, 9659, 8752, 9835, 9202, 9831, 9122, 8727, 9504, 7787, 10345, 8176, 10510, 8169, 9923, 8687, 10033, 8831, 9290, 9072, 7778, 10156, 8051, 9575, 7747, 9928, 7757, 10357, 7863, 10422, 9652, 10137, 9569, 10710, 8639, 9390, 8948, 9342, 9082, 9619, 9559, 10059, 10143, 8421, 9737, 8999, 10110, 7779, 10601, 7782, 10140, 7837, 10533, 8862, 10439, 8436, 10706, 8801, 10296, 9263, 10298, 9669, 9074, 9441, 7919, 10875, 8818, 8453, 11066, 7993, 10956, 7813, 10997, 8876, 10876, 9812, 11150, 8340, 11242, 8292, 10450, 8711, 10085, 9387, 9996, 9938, 7800, 10690, 7850, 10933, 7767, 10866, 7824, 11159, 8540, 10543, 9586, 9931, 10521, 9676, 11622, 8014, 11148, 8726, 10046, 9479, 7815, 10558, 8085, 10271, 8449, 9251, 8701, 8183, 10039, 8032, 10115, 8229, 10238, 8306, 9835, 9255, 9258, 9884, 9587, 9783, 9243, 10462, 9596, 10612, 7939, 11297, 7952, 11722, 8858, 10567, 9155, 10596, 10495, 7928, 11650, 8778, 10245, 9108, 10528, 10440, 7810, 11429, 9085, 10235, 9080, 9309, 10100, 7766, 11089, 8911, 10148, 9074, 9091, 9613, 8230, 11050, 8802, 10114, 9002, 9662, 9266, 9446, 10283, 7794, 10466, 8628, 10330, 9185, 9866, 10147, 7763, 10778, 7900, 10811, 9144, 10218, 9328, 8115, 10210, 8056, 10536, 8788, 10793, 9146, 10213, 9594, 10675, 10305, 8165, 10637, 8223, 11223, 7872, 11864, 9001, 9760, 10801, 8764, 10970, 9365, 11238, 9136, 10267, 10670, 8377, 10611, 7847, 11021, 9010, 10626, 9088, 10695, 9593, 10652, 10133, 8147, 10753, 7942, 11139, 9084, 11218, 9485, 9078, 10015, 8012, 10522, 7825, 11337, 9000, 9967, 9480, 8295, 10447, 7870, 10704, 8953, 9051, 9492, 8550, 10537, 7911, 10712, 9004, 9831, 9483, 8593, 10536, 7832, 10887, 8954, 10859, 9432, 10405, 9365, 9814, 10281, 9447, 10697, 8178, 11640, 7775, 11211, 9640, 11104, 10043, 9257, 9864, 8924, 11991, 8506, 10918, 9798, 11098, 9967, 11015, 8221, 11712, 8437, 11511, 9690, 10330, 10872, 8004, 11396, 9059, 9753, 9566, 8093, 10830, 9230, 10925, 9497, 9159, 10297, 8686, 11201, 9413, 9624, 10114, 8764, 11005, 9365, 10272, 10356, 9448, 10394, 9409, 10894, 9563, 9336, 10274, 8489, 10893, 8008, 11137, 9735, 9900, 9781, 10650, 10764, 8100, 11626, 9202, 9268, 10458, 8365, 11353, 9669, 8207, 11124, 9162, 10155, 9563, 8161, 10935, 9094, 10074, 9593, 8156, 10701, 9170, 9979, 9645, 8063, 10709, 7925, 10702, 9628, 7857, 10672, 9309, 10650, 10089, 8013, 10742, 9342, 9604, 10014, 7847, 10693, 9231, 9754, 10033, 8593, 10684, 9352, 10639, 9597, 9409, 10582, 8230, 10773, 9633, 10364, 10306, 8039, 10713, 9456, 10562, 10512, 8124, 10714, 9267, 9311, 9863, 7857, 10834, 9297, 9733, 9753, 8095, 10522, 9372, 9551, 10320, 9077, 9999, 9271, 8733, 10035, 7942, 10183, 9466, 9396, 9663, 9194, 10772, 8253, 10750, 9263, 9848, 9843, 9486, 10927, 9271, 11025, 9393, 8888, 10613, 9474, 10510, 9915, 8501, 10207, 9484, 10802, 9561, 10188, 9992, 7987, 10792, 8355, 10614, 8060, 10772, 9661, 9694, 10393, 8315, 11105, 9583, 10722, 9979, 8732, 10534, 9542, 10853, 9875, 7892, 10328, 9554, 9090, 9969, 8163, 10614, 9754, 8311, 9943, 9488, 9874, 9735, 8647, 10252, 9226, 9891, 9676, 8680, 10062, 8134, 10275, 9435, 9023, 9869, 8630, 10687, 8319, 10872, 9376, 9741, 10100, 8026, 11321, 9573, 10604, 9520, 8469, 10706, 9477, 10466, 9608, 8145, 10510, 8839, 10559, 9660, 8900, 10314, 8250, 10985, 9634, 10184, 10029, 8224, 10722, 9666, 10105, 10145, 8419, 10829, 9594, 10013, 9648, 10013, 10125, 9354, 11001, 9502, 9159, 9918, 8306, 11038, 9616, 9541, 9911, 9228, 10153, 9540, 8966, 10091, 8427, 10836, 9643, 9462, 10021, 8544, 10903, 9621, 8504, 9927, 8049, 10584, 8203, 10547, 9846, 9255, 10339, 8235, 9627, 9465, 9674, 8508, 10211, 8717, 10520, 9982, 8599, 11765, 8364, 11238, 10855, 8388, 11107, 9563, 9858, 9980, 8484, 11380, 9354, 10912, 9660, 9671, 10892, 7992, 11144, 9781, 8107, 11018, 9328, 11313, 9981, 9445, 10932, 8139, 10793, 9796, 11338, 9686, 9418, 10901, 8212, 10865, 9567, 11238, 9827, 9091, 10979, 8379, 11300, 9497, 10286, 9990, 8128, 11240, 9662, 10878, 10138, 9208, 10837, 9421, 11012, 9609, 7932, 10278, 7940, 11040, 9421, 10476, 10283, 7884, 10719, 9036, 10903, 9478, 8216, 11023, 9074, 9321, 9825, 8365, 11125, 9321, 8767, 10072, 8896, 9629, 9288, 9548, 10078, 8189, 10755, 9289, 9412, 10405, 8065, 10384, 9339, 9029, 10409, 9288, 9867, 9590, 8986, 10434, 8413, 10988, 8988, 9203, 10605, 8365, 11347, 9571, 9032, 10241, 10200, 10799, 9482, 8026, 10988, 9296, 9822, 10146, 8044, 10863, 9227, 10078, 10233, 7937, 10524, 9201, 10361, 9634, 8336, 11084, 9364, 9466, 9940, 7957, 11010, 9584, 10819, 9602, 8033, 10677, 8230, 11162, 9339, 9809, 10233, 8924, 10630, 9760, 9937, 10289, 8482, 11269, 9302, 9577, 10201, 8116, 10644, 9480, 8729, 10593, 8232, 10891, 7987, 10971, 9585, 9046, 10163, 8392, 11108, 8325, 11654, 9781, 9766, 9634, 8843, 10649, 8860, 10322, 9699, 9556, 9902, 10185, 9878, 10362, 9755, 10644, 9941, 9492, 10435, 9258, 10179, 9609, 10301, 10407, 8420, 11733, 9605, 9564, 9815, 9028, 10673, 8840, 10776, 9795, 8569, 10455, 8676, 11109, 8318, 11144, 10588, 8380, 10883, 9670, 10205, 10421, 9579, 11372, 10540, 8275, 10830, 9733, 10994, 9929, 8358, 11213, 9310, 9624, 9977, 8340, 11527, 9645, 10122, 10206, 8519, 10429, 9707, 9291, 10735, 9733, 10122, 10062, 8271, 10304, 9656, 10517, 10031, 8678, 11220, 9590, 8419, 10166, 8558, 10722, 10173, 8870, 11055, 9618, 8459, 10701, 9352, 10009, 10030, 8532, 10657, 9582, 9402, 10713, 8484, 10392, 9800, 8243, 10260, 8454, 10883, 9883, 8828, 10712, 9655, 10116, 9871, 8282, 11143, 9736, 8821], 'WindowCenter': [4775.0, 4787.0, 4731.0, 4757.0, 4717.0, 4745.0, 4712.0, 4732.0, 4700.0, 4731.0, 4699.0, 4730.0, 4699.0, 4722.0, 4710.0, 4720.0, 4720.0, 4700.0, 4720.0, 4699.0, 4731.0, 4698.0, 4719.0, 4699.0, 4708.0, 4729.0, 4701.0, 4731.0, 4700.0, 4734.0, 4712.0, 4726.0, 4731.0, 4746.0, 4737.0, 4747.0, 4723.0, 4756.0, 4716.0, 4756.0, 4745.0, 4734.0, 4733.0, 4713.0, 4722.0, 4688.0, 4733.0, 4711.0, 4731.0, 4711.0, 4711.0, 4709.0, 4722.0, 4721.0, 4724.0, 4722.0, 4724.0, 4733.0, 4722.0, 4733.0, 4712.0, 4742.0, 4701.0, 4743.0, 4722.0, 4731.0, 4701.0, 4731.0, 4709.0, 4740.0, 4699.0, 4718.0, 4699.0, 4718.0, 4708.0, 4719.0, 4720.0, 4699.0, 4719.0, 4688.0, 4729.0, 4696.0, 4731.0, 4698.0, 4719.0, 4708.0, 4719.0, 4710.0, 4722.0, 4720.0, 4701.0, 4730.0, 4703.0, 4720.0, 4702.0, 4732.0, 4700.0, 4730.0, 4712.0, 4743.0, 4721.0, 4733.0, 4720.0, 4741.0, 4710.0, 4720.0, 4720.0, 4721.0, 4723.0, 4719.0, 4720.0, 4719.0, 4730.0, 4710.0, 4719.0, 4709.0, 4732.0, 4699.0, 4740.0, 4699.0, 4730.0, 4702.0, 4742.0, 4720.0, 4742.0, 4702.0, 4741.0, 4721.0, 4742.0, 4722.0, 4741.0, 4731.0, 4723.0, 4734.0, 4713.0, 4753.0, 4736.0, 4723.0, 4754.0, 4713.0, 4753.0, 4713.0, 4755.0, 4724.0, 4744.0, 4730.0, 4742.0, 4709.0, 4741.0, 4698.0, 4729.0, 4714.0, 4730.0, 4721.0, 4719.0, 4719.0, 4689.0, 4728.0, 4710.0, 4741.0, 4699.0, 4742.0, 4701.0, 4742.0, 4721.0, 4744.0, 4731.0, 4730.0, 4742.0, 4719.0, 4742.0, 4700.0, 4742.0, 4710.0, 4718.0, 4719.0, 4688.0, 4728.0, 4699.0, 4731.0, 4699.0, 4708.0, 4709.0, 4698.0, 4728.0, 4698.0, 4741.0, 4710.0, 4742.0, 4711.0, 4742.0, 4733.0, 4744.0, 4759.0, 4746.0, 4745.0, 4734.0, 4756.0, 4735.0, 4756.0, 4714.0, 4755.0, 4714.0, 4752.0, 4722.0, 4742.0, 4723.0, 4730.0, 4732.0, 4699.0, 4740.0, 4708.0, 4730.0, 4708.0, 4729.0, 4730.0, 4688.0, 4739.0, 4708.0, 4741.0, 4721.0, 4720.0, 4731.0, 4690.0, 4738.0, 4719.0, 4742.0, 4720.0, 4723.0, 4731.0, 4713.0, 4741.0, 4721.0, 4741.0, 4720.0, 4720.0, 4720.0, 4719.0, 4730.0, 4713.0, 4744.0, 4722.0, 4744.0, 4733.0, 4731.0, 4743.0, 4713.0, 4753.0, 4712.0, 4743.0, 4723.0, 4732.0, 4733.0, 4712.0, 4735.0, 4701.0, 4741.0, 4708.0, 4741.0, 4731.0, 4743.0, 4732.0, 4741.0, 4741.0, 4714.0, 4755.0, 4726.0, 4756.0, 4712.0, 4753.0, 4722.0, 4732.0, 4743.0, 4709.0, 4731.0, 4708.0, 4727.0, 4709.0, 4728.0, 4730.0, 4700.0, 4732.0, 4700.0, 4740.0, 4720.0, 4753.0, 4720.0, 4742.0, 4732.0, 4741.0, 4741.0, 4713.0, 4754.0, 4702.0, 4741.0, 4721.0, 4739.0, 4719.0, 4722.0, 4731.0, 4701.0, 4741.0, 4700.0, 4739.0, 4720.0, 4732.0, 4732.0, 4710.0, 4739.0, 4699.0, 4729.0, 4721.0, 4722.0, 4730.0, 4709.0, 4741.0, 4700.0, 4743.0, 4721.0, 4731.0, 4732.0, 4712.0, 4743.0, 4702.0, 4754.0, 4722.0, 4742.0, 4731.0, 4744.0, 4733.0, 4757.0, 4756.0, 4745.0, 4755.0, 4726.0, 4767.0, 4727.0, 4765.0, 4745.0, 4754.0, 4744.0, 4735.0, 4761.0, 4736.0, 4765.0, 4734.0, 4755.0, 4742.0, 4752.0, 4731.0, 4742.0, 4711.0, 4753.0, 4712.0, 4751.0, 4722.0, 4731.0, 4739.0, 4700.0, 4740.0, 4707.0, 4708.0, 4708.0, 4686.0, 4727.0, 4707.0, 4728.0, 4719.0, 4706.0, 4719.0, 4696.0, 4726.0, 4719.0, 4720.0, 4728.0, 4708.0, 4728.0, 4707.0, 4729.0, 4732.0, 4719.0, 4729.0, 4719.0, 4730.0, 4720.0, 4720.0, 4743.0, 4710.0, 4743.0, 4710.0, 4753.0, 4732.0, 4757.0, 4745.0, 4755.0, 4757.0, 4726.0, 4767.0, 4744.0, 4734.0, 4744.0, 4710.0, 4741.0, 4730.0, 4712.0, 4742.0, 4708.0, 4718.0, 4720.0, 4697.0, 4727.0, 4709.0, 4729.0, 4719.0, 4699.0, 4739.0, 4721.0, 4741.0, 4732.0, 4699.0, 4741.0, 4711.0, 4742.0, 4732.0, 4711.0, 4742.0, 4720.0, 4741.0, 4731.0, 4698.0, 4728.0, 4720.0, 4721.0, 4731.0, 4697.0, 4730.0, 4717.0, 4718.0, 4730.0, 4711.0, 4741.0, 4719.0, 4739.0, 4730.0, 4734.0, 4744.0, 4709.0, 4743.0, 4721.0, 4731.0, 4741.0, 4713.0, 4731.0, 4719.0, 4728.0, 4730.0, 4700.0, 4728.0, 4717.0, 4721.0, 4730.0, 4699.0, 4741.0, 4721.0, 4730.0, 4732.0, 4699.0, 4729.0, 4720.0, 4718.0, 4731.0, 4720.0, 4733.0, 4719.0, 4710.0, 4732.0, 4710.0, 4741.0, 4731.0, 4734.0, 4743.0, 4734.0, 4767.0, 4726.0, 4768.0, 4746.0, 4757.0, 4756.0, 4746.0, 4767.0, 4735.0, 4756.0, 4734.0, 4722.0, 4742.0, 4720.0, 4729.0, 4720.0, 4709.0, 4729.0, 4719.0, 4739.0, 4717.0, 4729.0, 4730.0, 4713.0, 4751.0, 4711.0, 4743.0, 4711.0, 4741.0, 4731.0, 4734.0, 4743.0, 4710.0, 4742.0, 4720.0, 4739.0, 4731.0, 4712.0, 4728.0, 4719.0, 4728.0, 4729.0, 4697.0, 4729.0, 4718.0, 4706.0, 4719.0, 4697.0, 4728.0, 4719.0, 4709.0, 4728.0, 4718.0, 4729.0, 4720.0, 4707.0, 4742.0, 4730.0, 4729.0, 4731.0, 4722.0, 4741.0, 4713.0, 4753.0, 4735.0, 4734.0, 4745.0, 4724.0, 4756.0, 4723.0, 4766.0, 4744.0, 4745.0, 4754.0, 4720.0, 4765.0, 4732.0, 4755.0, 4745.0, 4714.0, 4743.0, 4721.0, 4741.0, 4732.0, 4710.0, 4741.0, 4721.0, 4740.0, 4730.0, 4720.0, 4742.0, 4711.0, 4741.0, 4729.0, 4730.0, 4730.0, 4709.0, 4742.0, 4720.0, 4728.0, 4731.0, 4711.0, 4738.0, 4729.0, 4743.0, 4732.0, 4742.0, 4744.0, 4733.0, 4754.0, 4733.0, 4734.0, 4743.0, 4713.0, 4741.0, 4730.0, 4719.0, 4735.0, 4719.0, 4728.0, 4721.0, 4719.0, 4739.0, 4709.0, 4739.0, 4731.0, 4730.0, 4743.0, 4710.0, 4742.0, 4731.0, 4722.0, 4745.0, 4711.0, 4742.0, 4711.0, 4741.0, 4742.0, 4743.0, 4756.0, 4727.0, 4773.0, 4757.0, 4760.0, 4748.0, 4770.0, 4748.0, 4768.0, 4758.0, 4722.0, 4752.0, 4700.0, 4741.0, 4743.0, 4709.0, 4740.0, 4719.0, 4720.0, 4719.0, 4698.0, 4737.0, 4705.0, 4728.0, 4718.0, 4718.0, 4727.0, 4696.0, 4737.0, 4717.0, 4698.0, 4726.0, 4706.0, 4727.0, 4717.0, 4717.0, 4727.0, 4698.0, 4742.0, 4729.0, 4738.0, 4719.0, 4723.0, 4740.0, 4711.0, 4751.0, 4730.0, 4751.0, 4730.0, 4723.0, 4751.0, 4721.0, 4753.0, 4731.0, 4732.0, 4730.0, 4700.0, 4740.0, 4718.0, 4738.0, 4729.0, 4708.0, 4725.0, 4718.0, 4741.0, 4732.0, 4714.0, 4740.0, 4699.0, 4738.0, 4719.0, 4738.0, 4730.0, 4710.0, 4741.0, 4720.0, 4738.0, 4720.0, 4708.0, 4739.0, 4718.0, 4720.0, 4728.0, 4698.0, 4738.0, 4717.0, 4710.0, 4730.0, 4719.0, 4719.0, 4720.0, 4731.0, 4741.0, 4709.0, 4753.0, 4733.0, 4732.0, 4753.0, 4712.0, 4753.0, 4733.0, 4736.0, 4766.0, 4734.0, 4746.0, 4744.0, 4733.0, 4755.0, 4722.0, 4763.0, 4736.0, 4733.0, 4754.0, 4721.0, 4754.0, 4731.0, 4734.0, 4743.0, 4731.0, 4741.0, 4731.0, 4701.0, 4740.0, 4719.0, 4729.0, 4731.0, 4702.0, 4740.0, 4717.0, 4729.0, 4741.0, 4709.0, 4740.0, 4730.0, 4740.0, 4732.0, 4709.0, 4751.0, 4721.0, 4719.0, 4731.0, 4710.0, 4753.0, 4730.0, 4740.0, 4732.0, 4714.0, 4742.0, 4711.0, 4751.0, 4731.0, 4730.0, 4742.0, 4718.0, 4730.0, 4731.0, 4718.0, 4730.0, 4706.0, 4739.0, 4720.0, 4715.0, 4728.0, 4696.0, 4726.0, 4717.0, 4708.0, 4738.0, 4708.0, 4739.0, 4709.0, 4751.0, 4730.0, 4734.0, 4754.0, 4724.0, 4753.0, 4724.0, 4762.0, 4741.0, 4744.0, 4733.0, 4721.0, 4745.0, 4719.0, 4745.0, 4732.0, 4732.0, 4741.0, 4743.0, 4742.0, 4754.0, 4731.0, 4741.0, 4730.0, 4730.0, 4743.0, 4719.0, 4730.0, 4720.0, 4730.0, 4729.0, 4707.0, 4749.0, 4720.0, 4730.0, 4730.0, 4707.0, 4728.0, 4707.0, 4738.0, 4730.0, 4724.0, 4742.0, 4724.0, 4752.0, 4724.0, 4753.0, 4754.0, 4722.0, 4738.0, 4732.0, 4729.0, 4739.0, 4718.0, 4738.0, 4731.0, 4696.0, 4727.0, 4718.0, 4725.0, 4717.0, 4697.0, 4739.0, 4718.0, 4718.0, 4730.0, 4707.0, 4751.0, 4718.0, 4728.0, 4742.0, 4709.0, 4728.0, 4729.0, 4717.0, 4740.0, 4717.0, 4729.0, 4731.0, 4709.0, 4730.0, 4729.0, 4739.0, 4730.0, 4723.0, 4752.0, 4732.0, 4724.0, 4744.0, 4724.0, 4755.0, 4754.0, 4720.0, 4753.0, 4744.0, 4711.0, 4741.0, 4720.0, 4743.0, 4742.0, 4722.0, 4742.0, 4731.0, 4722.0, 4740.0, 4710.0, 4739.0, 4733.0, 4711.0, 4742.0, 4720.0, 4742.0, 4742.0, 4721.0, 4744.0, 4731.0, 4741.0, 4741.0, 4710.0, 4750.0, 4730.0, 4722.0], 'WindowWidth': [10467.0, 10466.0, 10375.0, 10402.0, 10341.0, 10374.0, 10326.0, 10350.0, 10304.0, 10346.0, 10300.0, 10343.0, 10301.0, 10339.0, 10318.0, 10330.0, 10329.0, 10302.0, 10330.0, 10302.0, 10346.0, 10297.0, 10325.0, 10298.0, 10311.0, 10341.0, 10306.0, 10346.0, 10303.0, 10353.0, 10321.0, 10350.0, 10351.0, 10379.0, 10370.0, 10383.0, 10344.0, 10392.0, 10335.0, 10390.0, 10375.0, 10356.0, 10352.0, 10324.0, 10334.0, 10284.0, 10350.0, 10319.0, 10349.0, 10319.0, 10320.0, 10314.0, 10337.0, 10334.0, 10341.0, 10337.0, 10340.0, 10353.0, 10338.0, 10354.0, 10324.0, 10365.0, 10310.0, 10366.0, 10336.0, 10348.0, 10305.0, 10346.0, 10314.0, 10359.0, 10300.0, 10324.0, 10298.0, 10324.0, 10309.0, 10327.0, 10330.0, 10299.0, 10327.0, 10283.0, 10341.0, 10293.0, 10345.0, 10299.0, 10328.0, 10311.0, 10326.0, 10315.0, 10333.0, 10330.0, 10309.0, 10344.0, 10311.0, 10332.0, 10308.0, 10350.0, 10304.0, 10347.0, 10323.0, 10369.0, 10334.0, 10353.0, 10332.0, 10362.0, 10316.0, 10331.0, 10331.0, 10334.0, 10340.0, 10328.0, 10331.0, 10328.0, 10345.0, 10319.0, 10330.0, 10315.0, 10348.0, 10303.0, 10358.0, 10303.0, 10346.0, 10311.0, 10365.0, 10332.0, 10363.0, 10308.0, 10362.0, 10335.0, 10367.0, 10336.0, 10363.0, 10349.0, 10338.0, 10355.0, 10327.0, 10381.0, 10366.0, 10344.0, 10386.0, 10330.0, 10382.0, 10329.0, 10388.0, 10346.0, 10370.0, 10346.0, 10363.0, 10315.0, 10362.0, 10301.0, 10342.0, 10329.0, 10345.0, 10333.0, 10328.0, 10329.0, 10288.0, 10341.0, 10320.0, 10363.0, 10305.0, 10365.0, 10307.0, 10365.0, 10336.0, 10373.0, 10349.0, 10348.0, 10364.0, 10331.0, 10364.0, 10307.0, 10364.0, 10319.0, 10326.0, 10328.0, 10284.0, 10339.0, 10302.0, 10348.0, 10300.0, 10312.0, 10314.0, 10300.0, 10341.0, 10302.0, 10363.0, 10318.0, 10364.0, 10324.0, 10366.0, 10357.0, 10376.0, 10399.0, 10381.0, 10375.0, 10359.0, 10390.0, 10361.0, 10390.0, 10331.0, 10386.0, 10330.0, 10379.0, 10337.0, 10367.0, 10340.0, 10346.0, 10351.0, 10302.0, 10358.0, 10314.0, 10347.0, 10313.0, 10341.0, 10342.0, 10285.0, 10354.0, 10315.0, 10364.0, 10333.0, 10332.0, 10347.0, 10289.0, 10355.0, 10330.0, 10367.0, 10334.0, 10339.0, 10348.0, 10323.0, 10361.0, 10335.0, 10363.0, 10333.0, 10332.0, 10331.0, 10330.0, 10347.0, 10329.0, 10371.0, 10340.0, 10371.0, 10353.0, 10351.0, 10369.0, 10332.0, 10382.0, 10325.0, 10368.0, 10340.0, 10349.0, 10354.0, 10325.0, 10357.0, 10308.0, 10361.0, 10315.0, 10361.0, 10349.0, 10369.0, 10353.0, 10364.0, 10363.0, 10332.0, 10389.0, 10351.0, 10389.0, 10328.0, 10382.0, 10339.0, 10352.0, 10367.0, 10314.0, 10346.0, 10312.0, 10337.0, 10313.0, 10340.0, 10343.0, 10302.0, 10350.0, 10305.0, 10359.0, 10332.0, 10383.0, 10334.0, 10366.0, 10353.0, 10363.0, 10364.0, 10330.0, 10384.0, 10310.0, 10363.0, 10333.0, 10358.0, 10329.0, 10340.0, 10348.0, 10309.0, 10361.0, 10305.0, 10358.0, 10334.0, 10352.0, 10350.0, 10317.0, 10358.0, 10302.0, 10344.0, 10336.0, 10338.0, 10347.0, 10318.0, 10361.0, 10307.0, 10369.0, 10337.0, 10349.0, 10351.0, 10323.0, 10367.0, 10314.0, 10385.0, 10338.0, 10368.0, 10350.0, 10371.0, 10357.0, 10396.0, 10391.0, 10377.0, 10391.0, 10352.0, 10408.0, 10359.0, 10405.0, 10375.0, 10387.0, 10372.0, 10359.0, 10407.0, 10365.0, 10401.0, 10362.0, 10388.0, 10366.0, 10380.0, 10350.0, 10366.0, 10321.0, 10382.0, 10324.0, 10376.0, 10336.0, 10347.0, 10357.0, 10307.0, 10360.0, 10310.0, 10310.0, 10310.0, 10280.0, 10334.0, 10307.0, 10339.0, 10327.0, 10306.0, 10326.0, 10293.0, 10334.0, 10328.0, 10329.0, 10341.0, 10311.0, 10339.0, 10310.0, 10340.0, 10351.0, 10330.0, 10343.0, 10327.0, 10344.0, 10330.0, 10336.0, 10368.0, 10320.0, 10366.0, 10320.0, 10380.0, 10354.0, 10396.0, 10375.0, 10390.0, 10393.0, 10352.0, 10408.0, 10375.0, 10359.0, 10371.0, 10321.0, 10362.0, 10347.0, 10322.0, 10363.0, 10311.0, 10325.0, 10328.0, 10297.0, 10336.0, 10315.0, 10344.0, 10329.0, 10304.0, 10358.0, 10334.0, 10365.0, 10353.0, 10305.0, 10365.0, 10322.0, 10366.0, 10353.0, 10326.0, 10366.0, 10334.0, 10360.0, 10348.0, 10299.0, 10341.0, 10333.0, 10333.0, 10347.0, 10299.0, 10344.0, 10325.0, 10327.0, 10347.0, 10320.0, 10362.0, 10330.0, 10359.0, 10346.0, 10359.0, 10372.0, 10319.0, 10368.0, 10336.0, 10349.0, 10362.0, 10326.0, 10349.0, 10332.0, 10341.0, 10343.0, 10303.0, 10342.0, 10325.0, 10334.0, 10347.0, 10304.0, 10361.0, 10333.0, 10348.0, 10351.0, 10302.0, 10344.0, 10331.0, 10328.0, 10348.0, 10334.0, 10354.0, 10332.0, 10319.0, 10351.0, 10319.0, 10364.0, 10352.0, 10359.0, 10371.0, 10360.0, 10408.0, 10353.0, 10413.0, 10383.0, 10398.0, 10395.0, 10380.0, 10409.0, 10363.0, 10392.0, 10360.0, 10339.0, 10363.0, 10332.0, 10341.0, 10331.0, 10316.0, 10343.0, 10329.0, 10355.0, 10326.0, 10343.0, 10346.0, 10329.0, 10378.0, 10325.0, 10369.0, 10325.0, 10366.0, 10352.0, 10359.0, 10370.0, 10323.0, 10365.0, 10332.0, 10358.0, 10351.0, 10322.0, 10341.0, 10327.0, 10340.0, 10342.0, 10298.0, 10344.0, 10325.0, 10309.0, 10328.0, 10296.0, 10340.0, 10330.0, 10316.0, 10342.0, 10328.0, 10342.0, 10331.0, 10313.0, 10367.0, 10348.0, 10346.0, 10350.0, 10339.0, 10366.0, 10328.0, 10385.0, 10362.0, 10359.0, 10376.0, 10345.0, 10393.0, 10346.0, 10407.0, 10377.0, 10377.0, 10390.0, 10339.0, 10404.0, 10357.0, 10392.0, 10376.0, 10330.0, 10369.0, 10335.0, 10362.0, 10352.0, 10321.0, 10363.0, 10336.0, 10360.0, 10348.0, 10333.0, 10366.0, 10323.0, 10363.0, 10346.0, 10348.0, 10349.0, 10316.0, 10364.0, 10332.0, 10340.0, 10346.0, 10320.0, 10356.0, 10346.0, 10373.0, 10353.0, 10369.0, 10374.0, 10358.0, 10387.0, 10358.0, 10360.0, 10371.0, 10327.0, 10363.0, 10347.0, 10331.0, 10359.0, 10331.0, 10342.0, 10335.0, 10332.0, 10359.0, 10317.0, 10360.0, 10351.0, 10349.0, 10370.0, 10321.0, 10366.0, 10351.0, 10340.0, 10374.0, 10323.0, 10367.0, 10324.0, 10367.0, 10366.0, 10372.0, 10394.0, 10355.0, 10428.0, 10400.0, 10406.0, 10391.0, 10419.0, 10388.0, 10418.0, 10399.0, 10342.0, 10380.0, 10306.0, 10362.0, 10367.0, 10318.0, 10358.0, 10329.0, 10330.0, 10328.0, 10299.0, 10351.0, 10304.0, 10339.0, 10325.0, 10325.0, 10336.0, 10295.0, 10352.0, 10323.0, 10299.0, 10337.0, 10308.0, 10337.0, 10324.0, 10325.0, 10337.0, 10301.0, 10363.0, 10342.0, 10357.0, 10330.0, 10341.0, 10361.0, 10324.0, 10379.0, 10348.0, 10378.0, 10348.0, 10341.0, 10378.0, 10340.0, 10382.0, 10349.0, 10352.0, 10346.0, 10306.0, 10360.0, 10328.0, 10356.0, 10343.0, 10313.0, 10334.0, 10327.0, 10364.0, 10355.0, 10331.0, 10361.0, 10303.0, 10356.0, 10329.0, 10357.0, 10347.0, 10320.0, 10365.0, 10332.0, 10356.0, 10333.0, 10315.0, 10357.0, 10329.0, 10333.0, 10343.0, 10301.0, 10354.0, 10326.0, 10316.0, 10347.0, 10330.0, 10330.0, 10333.0, 10349.0, 10365.0, 10321.0, 10383.0, 10359.0, 10356.0, 10385.0, 10330.0, 10386.0, 10358.0, 10365.0, 10410.0, 10361.0, 10378.0, 10375.0, 10359.0, 10389.0, 10342.0, 10401.0, 10364.0, 10356.0, 10387.0, 10339.0, 10386.0, 10353.0, 10363.0, 10372.0, 10349.0, 10365.0, 10349.0, 10309.0, 10362.0, 10334.0, 10347.0, 10349.0, 10309.0, 10359.0, 10327.0, 10346.0, 10365.0, 10320.0, 10364.0, 10350.0, 10364.0, 10354.0, 10318.0, 10378.0, 10338.0, 10331.0, 10351.0, 10321.0, 10381.0, 10346.0, 10361.0, 10353.0, 10330.0, 10366.0, 10324.0, 10378.0, 10349.0, 10347.0, 10366.0, 10331.0, 10347.0, 10348.0, 10327.0, 10345.0, 10308.0, 10358.0, 10332.0, 10320.0, 10341.0, 10294.0, 10336.0, 10324.0, 10316.0, 10357.0, 10314.0, 10360.0, 10320.0, 10380.0, 10351.0, 10361.0, 10387.0, 10345.0, 10385.0, 10345.0, 10397.0, 10366.0, 10377.0, 10357.0, 10338.0, 10375.0, 10332.0, 10372.0, 10354.0, 10354.0, 10367.0, 10372.0, 10370.0, 10388.0, 10351.0, 10367.0, 10350.0, 10351.0, 10370.0, 10332.0, 10348.0, 10332.0, 10345.0, 10345.0, 10312.0, 10369.0, 10331.0, 10347.0, 10344.0, 10311.0, 10340.0, 10312.0, 10355.0, 10347.0, 10347.0, 10368.0, 10344.0, 10381.0, 10345.0, 10384.0, 10388.0, 10341.0, 10358.0, 10354.0, 10344.0, 10359.0, 10327.0, 10353.0, 10348.0, 10296.0, 10339.0, 10325.0, 10332.0, 10324.0, 10297.0, 10356.0, 10329.0, 10328.0, 10345.0, 10311.0, 10375.0, 10328.0, 10341.0, 10365.0, 10319.0, 10342.0, 10345.0, 10325.0, 10358.0, 10324.0, 10343.0, 10350.0, 10316.0, 10346.0, 10346.0, 10361.0, 10349.0, 10342.0, 10383.0, 10356.0, 10346.0, 10374.0, 10346.0, 10389.0, 10388.0, 10335.0, 10383.0, 10373.0, 10322.0, 10366.0, 10335.0, 10368.0, 10367.0, 10339.0, 10367.0, 10349.0, 10337.0, 10361.0, 10320.0, 10359.0, 10354.0, 10325.0, 10366.0, 10335.0, 10366.0, 10366.0, 10336.0, 10372.0, 10352.0, 10364.0, 10365.0, 10322.0, 10375.0, 10348.0, 10343.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.000292719298245614</td></tr>
<tr><td colspan=3>aqi</td><td>0.01682443168859649</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.93714074847418</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2153108516794744</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9928589663336986</td></tr>
<tr><td colspan=3>efc</td><td>0.4805</td></tr>
<tr><td colspan=3>fber</td><td>6244.1094</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07281641859640835</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>6</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.6578947368421053</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.301112222269633</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.327521489962109</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4378152146052288</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1379999622415617</td></tr>
<tr><td colspan=3>gcor</td><td>0.0106334</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01208427082747221</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024148834869265556</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>912</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.232316031474568</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>23.3983</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.0487</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>198.7659</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297705.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>969.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>405.7351</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0068</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>608.3823</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3968.6205</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4116.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78839.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1686.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5165.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>972.511</td></tr>
<tr><td colspan=3>tsnr</td><td>46.40668527595699</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><script>{let postHeight = () => {window.parent.postMessage({frameHeight: document.documentElement.offsetHeight || document.documentElement.scrollHeight}, '*')}; window.addEventListener('load', postHeight); window.addEventListener('message', (event) => {if (event.source === window.parent && event.data.requestOffsetHeight) postHeight()});}</script>