<?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-0086_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-0086_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-0086_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-0086/figures/sub-0086_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0086/figures/sub-0086_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-0086/figures/sub-0086_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086/ses-02/func/sub-0086_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>844b2f6abf3cb9f49994d2db5b79d0c4</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>17:31:50.912500</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.999659, -0.00200857, -0.0260303, 0.00471085, 0.994548, 0.104172]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-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.103956</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>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4135, -7765, -7255, 637, -58, -168, 112, 68]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>240.828</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5b43f82a-1363-42b9-a0e5-7dd70317c877||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.6820123195648193, 0.01263886597007513, -0.06933370977640152, 113.42427825927734], [0.005388855002820492, 2.668299913406372, 0.28149887919425964, -99.28156280517578], [-0.06983739137649536, -0.27948513627052307, 2.6843903064727783, -51.106658935546875], [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': ['173150.912500', '173151.372500', '173151.832500', '173152.292500', '173152.752500', '173153.212500', '173153.672500', '173154.132500', '173154.592500', '173155.052500', '173155.512500', '173155.972500', '173156.432500', '173156.892500', '173157.352500', '173157.812500', '173158.272500', '173158.732500', '173159.192500', '173159.652500', '173200.112500', '173200.572500', '173201.032500', '173201.492500', '173201.952500', '173202.412500', '173202.872500', '173203.332500', '173203.792500', '173204.252500', '173204.712500', '173205.172500', '173205.632500', '173206.092500', '173206.552500', '173207.012500', '173207.472500', '173207.932500', '173208.392500', '173208.852500', '173209.312500', '173209.772500', '173210.232500', '173210.692500', '173211.152500', '173211.612500', '173212.072500', '173212.532500', '173212.992500', '173213.452500', '173213.912500', '173214.372500', '173214.832500', '173215.292500', '173215.752500', '173216.212500', '173216.672500', '173217.132500', '173217.592500', '173218.052500', '173218.512500', '173218.972500', '173219.432500', '173219.892500', '173220.352500', '173220.812500', '173221.272500', '173221.732500', '173222.192500', '173222.652500', '173223.112500', '173223.572500', '173224.032500', '173224.492500', '173224.952500', '173225.412500', '173225.872500', '173226.332500', '173226.792500', '173227.252500', '173227.712500', '173228.172500', '173228.632500', '173229.092500', '173229.552500', '173230.012500', '173230.472500', '173230.932500', '173231.392500', '173231.852500', '173232.312500', '173232.772500', '173233.232500', '173233.692500', '173234.152500', '173234.612500', '173235.072500', '173235.532500', '173235.992500', '173236.452500', '173236.912500', '173237.372500', '173237.832500', '173238.292500', '173238.752500', '173239.212500', '173239.672500', '173240.132500', '173240.592500', '173241.052500', '173241.512500', '173241.972500', '173242.432500', '173242.892500', '173243.352500', '173243.812500', '173244.272500', '173244.732500', '173245.192500', '173245.652500', '173246.112500', '173246.572500', '173247.032500', '173247.492500', '173247.952500', '173248.412500', '173248.872500', '173249.332500', '173249.792500', '173250.252500', '173250.712500', '173251.172500', '173251.632500', '173252.092500', '173252.552500', '173253.012500', '173253.472500', '173253.932500', '173254.392500', '173254.852500', '173255.312500', '173255.772500', '173256.232500', '173256.692500', '173257.152500', '173257.612500', '173258.072500', '173258.532500', '173258.992500', '173259.452500', '173259.912500', '173300.372500', '173300.832500', '173301.292500', '173301.752500', '173302.212500', '173302.672500', '173303.132500', '173303.592500', '173304.052500', '173304.512500', '173304.972500', '173305.432500', '173305.892500', '173306.352500', '173306.812500', '173307.272500', '173307.732500', '173308.192500', '173308.652500', '173309.112500', '173309.572500', '173310.032500', '173310.492500', '173310.952500', '173311.412500', '173311.872500', '173312.332500', '173312.792500', '173313.252500', '173313.712500', '173314.172500', '173314.632500', '173315.092500', '173315.552500', '173316.012500', '173316.472500', '173316.932500', '173317.392500', '173317.852500', '173318.312500', '173318.772500', '173319.232500', '173319.692500', '173320.152500', '173320.612500', '173321.072500', '173321.532500', '173321.992500', '173322.452500', '173322.912500', '173323.372500', '173323.832500', '173324.292500', '173324.752500', '173325.212500', '173325.672500', '173326.132500', '173326.592500', '173327.052500', '173327.512500', '173327.972500', '173328.432500', '173328.892500', '173329.352500', '173329.812500', '173330.272500', '173330.732500', '173331.192500', '173331.652500', '173332.112500', '173332.572500', '173333.032500', '173333.492500', '173333.952500', '173334.412500', '173334.872500', '173335.332500', '173335.792500', '173336.252500', '173336.712500', '173337.172500', '173337.632500', '173338.092500', '173338.552500', '173339.012500', '173339.472500', '173339.932500', '173340.392500', '173340.852500', '173341.312500', '173341.772500', '173342.232500', '173342.692500', '173343.152500', '173343.612500', '173344.072500', '173344.532500', '173344.992500', '173345.452500', '173345.912500', '173346.372500', '173346.832500', '173347.292500', '173347.752500', '173348.212500', '173348.672500', '173349.132500', '173349.592500', '173350.052500', '173350.512500', '173350.972500', '173351.432500', '173351.892500', '173352.352500', '173352.812500', '173353.272500', '173353.732500', '173354.192500', '173354.652500', '173355.112500', '173355.572500', '173356.032500', '173356.492500', '173356.952500', '173357.412500', '173357.872500', '173358.332500', '173358.792500', '173359.252500', '173359.712500', '173400.172500', '173400.632500', '173401.092500', '173401.552500', '173402.012500', '173402.472500', '173402.932500', '173403.392500', '173403.852500', '173404.312500', '173404.772500', '173405.232500', '173405.692500', '173406.152500', '173406.612500', '173407.072500', '173407.532500', '173407.992500', '173408.452500', '173408.912500', '173409.372500', '173409.832500', '173410.292500', '173410.752500', '173411.212500', '173411.672500', '173412.132500', '173412.592500', '173413.052500', '173413.512500', '173413.972500', '173414.432500', '173414.892500', '173415.352500', '173415.812500', '173416.272500', '173416.732500', '173417.192500', '173417.652500', '173418.112500', '173418.572500', '173419.032500', '173419.492500', '173419.952500', '173420.412500', '173420.872500', '173421.332500', '173421.792500', '173422.252500', '173422.712500', '173423.172500', '173423.632500', '173424.092500', '173424.552500', '173425.012500', '173425.472500', '173425.932500', '173426.392500', '173426.852500', '173427.312500', '173427.772500', '173428.232500', '173428.692500', '173429.152500', '173429.612500', '173430.072500', '173430.532500', '173430.992500', '173431.452500', '173431.912500', '173432.372500', '173432.832500', '173433.292500', '173433.752500', '173434.212500', '173434.672500', '173435.132500', '173435.592500', '173436.052500', '173436.512500', '173436.972500', '173437.432500', '173437.892500', '173438.352500', '173438.812500', '173439.272500', '173439.732500', '173440.192500', '173440.652500', '173441.112500', '173441.572500', '173442.032500', '173442.492500', '173442.952500', '173443.412500', '173443.872500', '173444.332500', '173444.792500', '173445.252500', '173445.712500', '173446.172500', '173446.632500', '173447.092500', '173447.552500', '173448.012500', '173448.472500', '173448.932500', '173449.392500', '173449.852500', '173450.312500', '173450.772500', '173451.232500', '173451.692500', '173452.152500', '173452.612500', '173453.072500', '173453.532500', '173453.992500', '173454.452500', '173454.912500', '173455.372500', '173455.832500', '173456.292500', '173456.752500', '173457.212500', '173457.672500', '173458.132500', '173458.592500', '173459.052500', '173459.512500', '173459.972500', '173500.432500', '173500.892500', '173501.352500', '173501.812500', '173502.272500', '173502.732500', '173503.192500', '173503.652500', '173504.112500', '173504.572500', '173505.032500', '173505.492500', '173505.952500', '173506.412500', '173506.872500', '173507.332500', '173507.792500', '173508.252500', '173508.712500', '173509.172500', '173509.632500', '173510.092500', '173510.552500', '173511.012500', '173511.472500', '173511.932500', '173512.392500', '173512.852500', '173513.312500', '173513.772500', '173514.232500', '173514.692500', '173515.152500', '173515.612500', '173516.072500', '173516.532500', '173516.992500', '173517.452500', '173517.912500', '173518.372500', '173518.832500', '173519.292500', '173519.752500', '173520.212500', '173520.672500', '173521.132500', '173521.592500', '173522.052500', '173522.512500', '173522.972500', '173523.432500', '173523.892500', '173524.352500', '173524.812500', '173525.272500', '173525.732500', '173526.192500', '173526.652500', '173527.112500', '173527.572500', '173528.032500', '173528.492500', '173528.952500', '173529.412500', '173529.872500', '173530.332500', '173530.792500', '173531.252500', '173531.712500', '173532.172500', '173532.632500', '173533.092500', '173533.552500', '173534.012500', '173534.472500', '173534.932500', '173535.392500', '173535.852500', '173536.312500', '173536.772500', '173537.232500', '173537.692500', '173538.152500', '173538.612500', '173539.072500', '173539.532500', '173539.992500', '173540.452500', '173540.912500', '173541.372500', '173541.832500', '173542.292500', '173542.752500', '173543.212500', '173543.672500', '173544.132500', '173544.592500', '173545.052500', '173545.512500', '173545.972500', '173546.432500', '173546.892500', '173547.352500', '173547.812500', '173548.272500', '173548.732500', '173549.192500', '173549.652500', '173550.112500', '173550.572500', '173551.032500', '173551.492500', '173551.952500', '173552.412500', '173552.872500', '173553.332500', '173553.792500', '173554.252500', '173554.712500', '173555.172500', '173555.632500', '173556.092500', '173556.552500', '173557.012500', '173557.472500', '173557.932500', '173558.392500', '173558.852500', '173559.312500', '173559.772500', '173600.232500', '173600.692500', '173601.152500', '173601.612500', '173602.072500', '173602.532500', '173602.992500', '173603.452500', '173603.912500', '173604.372500', '173604.832500', '173605.292500', '173605.752500', '173606.212500', '173606.672500', '173607.132500', '173607.592500', '173608.052500', '173608.512500', '173608.972500', '173609.432500', '173609.892500', '173610.352500', '173610.812500', '173611.272500', '173611.732500', '173612.192500', '173612.652500', '173613.112500', '173613.572500', '173614.032500', '173614.492500', '173614.952500', '173615.412500', '173615.872500', '173616.332500', '173616.792500', '173617.252500', '173617.712500', '173618.172500', '173618.632500', '173619.092500', '173619.552500', '173620.012500', '173620.472500', '173620.932500', '173621.392500', '173621.852500', '173622.312500', '173622.772500', '173623.232500', '173623.692500', '173624.152500', '173624.612500', '173625.072500', '173625.532500', '173625.992500', '173626.452500', '173626.912500', '173627.372500', '173627.832500', '173628.292500', '173628.752500', '173629.212500', '173629.672500', '173630.132500', '173630.592500', '173631.052500', '173631.512500', '173631.972500', '173632.432500', '173632.892500', '173633.352500', '173633.812500', '173634.272500', '173634.732500', '173635.192500', '173635.652500', '173636.112500', '173636.572500', '173637.032500', '173637.492500', '173637.952500', '173638.412500', '173638.872500', '173639.332500', '173639.792500', '173640.252500', '173640.712500', '173641.172500', '173641.632500', '173642.092500', '173642.552500', '173643.012500', '173643.472500', '173643.932500', '173644.392500', '173644.852500', '173645.312500', '173645.772500', '173646.232500', '173646.692500', '173647.152500', '173647.612500', '173648.072500', '173648.532500', '173648.992500', '173649.452500', '173649.912500', '173650.372500', '173650.832500', '173651.292500', '173651.752500', '173652.212500', '173652.672500', '173653.132500', '173653.592500', '173654.052500', '173654.512500', '173654.972500', '173655.432500', '173655.892500', '173656.352500', '173656.812500', '173657.272500', '173657.732500', '173658.192500', '173658.652500', '173659.112500', '173659.572500', '173700.032500', '173700.492500', '173700.952500', '173701.412500', '173701.872500', '173702.332500', '173702.792500', '173703.252500', '173703.712500', '173704.172500', '173704.632500', '173705.092500', '173705.552500', '173706.012500', '173706.472500', '173706.932500', '173707.392500', '173707.852500', '173708.312500', '173708.772500', '173709.232500', '173709.692500', '173710.152500', '173710.612500', '173711.072500', '173711.532500', '173711.992500', '173712.452500', '173712.912500', '173713.372500', '173713.832500', '173714.292500', '173714.752500', '173715.212500', '173715.672500', '173716.132500', '173716.592500', '173717.052500', '173717.512500', '173717.972500', '173718.432500', '173718.892500', '173719.352500', '173719.812500', '173720.272500', '173720.732500', '173721.192500', '173721.652500', '173722.112500', '173722.572500', '173723.032500', '173723.492500', '173723.952500', '173724.412500', '173724.872500', '173725.332500', '173725.792500', '173726.252500', '173726.712500', '173727.172500', '173727.632500', '173728.092500', '173728.552500', '173729.012500', '173729.472500', '173729.932500', '173730.392500', '173730.852500', '173731.312500', '173731.772500', '173732.232500', '173732.692500', '173733.152500', '173733.612500', '173734.072500', '173734.532500', '173734.992500', '173735.452500', '173735.912500', '173736.372500', '173736.832500', '173737.292500', '173737.752500', '173738.212500', '173738.672500', '173739.132500', '173739.592500', '173740.052500', '173740.512500', '173740.972500', '173741.432500', '173741.892500', '173742.352500', '173742.812500', '173743.272500', '173743.732500', '173744.192500', '173744.652500', '173745.112500', '173745.572500', '173746.032500', '173746.492500', '173746.952500', '173747.412500', '173747.872500', '173748.332500', '173748.792500', '173749.252500', '173749.712500', '173750.172500', '173750.632500', '173751.092500', '173751.552500', '173752.012500', '173752.472500', '173752.932500', '173753.392500', '173753.852500', '173754.312500', '173754.772500', '173755.232500', '173755.692500', '173756.152500', '173756.612500', '173757.072500', '173757.532500', '173757.992500', '173758.452500', '173758.912500', '173759.372500', '173759.832500', '173800.292500', '173800.752500', '173801.212500', '173801.672500', '173802.132500', '173802.592500', '173803.052500', '173803.512500', '173803.972500', '173804.432500', '173804.892500', '173805.352500', '173805.812500', '173806.272500', '173806.732500', '173807.192500', '173807.652500', '173808.112500', '173808.572500', '173809.032500', '173809.492500', '173809.952500', '173810.412500', '173810.872500', '173811.332500', '173811.792500', '173812.252500', '173812.712500', '173813.172500', '173813.632500', '173814.092500', '173814.552500', '173815.012500', '173815.472500', '173815.932500', '173816.392500', '173816.852500', '173817.312500', '173817.772500', '173818.232500', '173818.692500', '173819.152500', '173819.612500', '173820.072500', '173820.532500', '173820.992500', '173821.452500', '173821.912500', '173822.372500', '173822.832500', '173823.292500', '173823.752500', '173824.212500', '173824.672500', '173825.132500', '173825.592500', '173826.052500', '173826.512500', '173826.972500', '173827.432500', '173827.892500', '173828.352500', '173828.812500', '173829.272500', '173829.732500', '173830.192500', '173830.652500', '173831.112500', '173831.572500', '173832.032500', '173832.492500', '173832.952500', '173833.412500', '173833.872500', '173834.332500', '173834.792500', '173835.252500', '173835.712500', '173836.172500', '173836.632500', '173837.092500', '173837.552500', '173838.012500', '173838.472500', '173838.932500', '173839.392500', '173839.852500', '173840.312500', '173840.772500', '173841.232500', '173841.692500', '173842.152500', '173842.612500', '173843.072500', '173843.532500', '173843.992500', '173844.452500', '173844.912500', '173845.372500', '173845.832500', '173846.292500', '173846.752500', '173847.212500', '173847.672500', '173848.132500', '173848.592500', '173849.052500', '173849.512500', '173849.972500', '173850.432500', '173850.892500'], 'ContentTime': ['173204.597000', '173204.600000', '173204.603000', '173204.606000', '173204.608000', '173204.611000', '173204.614000', '173204.616000', '173204.619000', '173204.624000', '173204.626000', '173204.629000', '173204.632000', '173204.634000', '173204.637000', '173204.639000', '173204.642000', '173204.644000', '173204.647000', '173204.649000', '173204.652000', '173204.655000', '173204.658000', '173204.661000', '173204.664000', '173204.666000', '173224.572000', '173224.575000', '173224.578000', '173224.580000', '173224.583000', '173224.585000', '173224.588000', '173224.591000', '173224.593000', '173224.598000', '173224.601000', '173224.603000', '173224.606000', '173224.609000', '173224.611000', '173224.614000', '173224.616000', '173224.619000', '173224.622000', '173224.624000', '173224.627000', '173224.629000', '173224.632000', '173224.634000', '173224.637000', '173224.639000', '173224.642000', '173224.644000', '173224.647000', '173224.650000', '173224.652000', '173224.655000', '173224.657000', '173224.660000', '173224.662000', '173224.665000', '173224.667000', '173224.670000', '173224.673000', '173224.675000', '173224.678000', '173224.680000', '173224.683000', '173224.685000', '173244.573000', '173244.575000', '173244.578000', '173244.581000', '173244.583000', '173244.586000', '173244.588000', '173244.591000', '173244.593000', '173244.596000', '173244.599000', '173244.601000', '173244.604000', '173244.607000', '173244.609000', '173244.612000', '173244.614000', '173244.617000', '173244.619000', '173244.622000', '173244.624000', '173244.627000', '173244.630000', '173244.632000', '173244.635000', '173244.637000', '173244.640000', '173244.642000', '173244.645000', '173244.648000', '173244.654000', '173244.657000', '173244.659000', '173244.662000', '173244.665000', '173244.667000', '173244.670000', '173244.673000', '173244.675000', '173244.678000', '173244.681000', '173244.684000', '173244.686000', '173304.572000', '173304.575000', '173304.578000', '173304.580000', '173304.583000', '173304.586000', '173304.588000', '173304.591000', '173304.593000', '173304.596000', '173304.599000', '173304.601000', '173304.604000', '173304.606000', '173304.609000', '173304.612000', '173304.614000', '173304.617000', '173304.619000', '173304.622000', '173304.624000', '173304.627000', '173304.630000', '173304.632000', '173304.635000', '173304.637000', '173304.640000', '173304.651000', '173304.654000', '173304.656000', '173304.659000', '173304.661000', '173304.664000', '173304.666000', '173304.669000', '173304.672000', '173304.674000', '173304.677000', '173304.679000', '173304.682000', '173304.684000', '173304.687000', '173304.689000', '173304.692000', '173324.572000', '173324.575000', '173324.578000', '173324.580000', '173324.583000', '173324.585000', '173324.588000', '173324.591000', '173324.593000', '173324.596000', '173324.599000', '173324.601000', '173324.604000', '173324.606000', '173324.609000', '173324.612000', '173324.614000', '173324.617000', '173324.619000', '173324.622000', '173324.625000', '173324.627000', '173324.630000', '173324.632000', '173324.635000', '173324.638000', '173324.640000', '173324.643000', '173324.646000', '173324.648000', '173324.651000', '173324.653000', '173324.656000', '173324.659000', '173324.661000', '173324.664000', '173324.666000', '173324.669000', '173324.671000', '173324.674000', '173324.677000', '173324.679000', '173324.682000', '173344.573000', '173344.576000', '173344.579000', '173344.582000', '173344.585000', '173344.587000', '173344.590000', '173344.592000', '173344.595000', '173344.597000', '173344.600000', '173344.603000', '173344.605000', '173344.608000', '173344.611000', '173344.613000', '173344.616000', '173344.619000', '173344.621000', '173344.624000', '173344.626000', '173344.629000', '173344.631000', '173344.634000', '173344.637000', '173344.639000', '173344.642000', '173344.644000', '173344.647000', '173344.649000', '173344.652000', '173344.655000', '173344.657000', '173344.660000', '173344.662000', '173344.665000', '173344.668000', '173344.670000', '173344.673000', '173344.675000', '173344.678000', '173344.681000', '173344.684000', '173344.686000', '173404.574000', '173404.577000', '173404.579000', '173404.582000', '173404.584000', '173404.587000', '173404.589000', '173404.592000', '173404.595000', '173404.597000', '173404.600000', '173404.603000', '173404.605000', '173404.608000', '173404.610000', '173404.613000', '173404.616000', '173404.618000', '173404.621000', '173404.623000', '173404.626000', '173404.629000', '173404.631000', '173404.634000', '173404.637000', '173404.639000', '173404.642000', '173404.644000', '173404.647000', '173404.650000', '173404.652000', '173404.655000', '173404.657000', '173404.660000', '173404.662000', '173404.665000', '173404.668000', '173404.670000', '173404.673000', '173404.676000', '173404.678000', '173404.681000', '173404.684000', '173424.572000', '173424.575000', '173424.578000', '173424.581000', '173424.583000', '173424.586000', '173424.589000', '173424.591000', '173424.594000', '173424.596000', '173424.599000', '173424.602000', '173424.604000', '173424.607000', '173424.610000', '173424.612000', '173424.615000', '173424.617000', '173424.620000', '173424.623000', '173424.625000', '173424.628000', '173424.630000', '173424.633000', '173424.636000', '173424.638000', '173424.641000', '173424.643000', '173424.646000', '173424.649000', '173424.651000', '173424.654000', '173424.656000', '173424.659000', '173424.661000', '173424.664000', '173424.667000', '173424.669000', '173424.672000', '173424.674000', '173424.677000', '173424.680000', '173424.682000', '173444.573000', '173444.575000', '173444.578000', '173444.581000', '173444.583000', '173444.586000', '173444.588000', '173444.591000', '173444.593000', '173444.596000', '173444.599000', '173444.602000', '173444.604000', '173444.607000', '173444.609000', '173444.612000', '173444.615000', '173444.617000', '173444.620000', '173444.622000', '173444.625000', '173444.628000', '173444.630000', '173444.643000', '173444.645000', '173444.648000', '173444.650000', '173444.653000', '173444.655000', '173444.658000', '173444.661000', '173444.663000', '173444.666000', '173444.668000', '173444.671000', '173444.673000', '173444.676000', '173444.679000', '173444.681000', '173444.684000', '173444.686000', '173444.689000', '173444.692000', '173444.695000', '173504.573000', '173504.575000', '173504.578000', '173504.581000', '173504.583000', '173504.586000', '173504.588000', '173504.591000', '173504.594000', '173504.596000', '173504.599000', '173504.601000', '173504.604000', '173504.607000', '173504.609000', '173504.612000', '173504.614000', '173504.617000', '173504.620000', '173504.622000', '173504.625000', '173504.627000', '173504.630000', '173504.633000', '173504.635000', '173504.638000', '173504.641000', '173504.643000', '173504.646000', '173504.648000', '173504.651000', '173504.654000', '173504.656000', '173504.659000', '173504.661000', '173504.664000', '173504.667000', '173504.669000', '173504.672000', '173504.675000', '173504.677000', '173504.680000', '173504.682000', '173504.685000', '173524.572000', '173524.575000', '173524.578000', '173524.602000', '173524.604000', '173524.607000', '173524.610000', '173524.612000', '173524.615000', '173524.618000', '173524.620000', '173524.623000', '173524.626000', '173524.628000', '173524.631000', '173524.633000', '173524.636000', '173524.638000', '173524.641000', '173524.644000', '173524.646000', '173524.649000', '173524.651000', '173524.654000', '173524.657000', '173524.659000', '173524.662000', '173524.665000', '173524.667000', '173524.670000', '173524.672000', '173524.675000', '173524.678000', '173524.680000', '173524.683000', '173524.685000', '173524.688000', '173524.691000', '173524.693000', '173524.696000', '173524.698000', '173524.701000', '173524.703000', '173544.572000', '173544.575000', '173544.578000', '173544.580000', '173544.583000', '173544.586000', '173544.588000', '173544.591000', '173544.593000', '173544.596000', '173544.599000', '173544.601000', '173544.604000', '173544.606000', '173544.609000', '173544.612000', '173544.614000', '173544.617000', '173544.619000', '173544.622000', '173544.625000', '173544.627000', '173544.630000', '173544.632000', '173544.635000', '173544.638000', '173544.640000', '173544.643000', '173544.645000', '173544.648000', '173544.650000', '173544.653000', '173544.656000', '173544.658000', '173544.661000', '173544.663000', '173544.666000', '173544.669000', '173544.671000', '173544.674000', '173544.676000', '173544.679000', '173544.681000', '173544.684000', '173604.574000', '173604.576000', '173604.579000', '173604.582000', '173604.584000', '173604.587000', '173604.589000', '173604.592000', '173604.595000', '173604.597000', '173604.600000', '173604.603000', '173604.605000', '173604.608000', '173604.610000', '173604.613000', '173604.616000', '173604.618000', '173604.621000', '173604.623000', '173604.626000', '173604.629000', '173604.631000', '173604.634000', '173604.637000', '173604.640000', '173604.642000', '173604.645000', '173604.647000', '173604.650000', '173604.653000', '173604.655000', '173604.658000', '173604.660000', '173604.663000', '173604.666000', '173604.668000', '173604.671000', '173604.673000', '173604.676000', '173604.679000', '173604.681000', '173604.684000', '173624.574000', '173624.576000', '173624.579000', '173624.582000', '173624.604000', '173624.607000', '173624.610000', '173624.613000', '173624.615000', '173624.618000', '173624.620000', '173624.623000', '173624.625000', '173624.628000', '173624.631000', '173624.633000', '173624.636000', '173624.638000', '173624.641000', '173624.644000', '173624.646000', '173624.649000', '173624.651000', '173624.654000', '173624.657000', '173624.659000', '173624.662000', '173624.665000', '173624.667000', '173624.670000', '173624.672000', '173624.675000', '173624.678000', '173624.680000', '173624.683000', '173624.685000', '173624.688000', '173624.691000', '173624.693000', '173624.696000', '173624.698000', '173624.701000', '173624.703000', '173644.572000', '173644.575000', '173644.578000', '173644.581000', '173644.584000', '173644.586000', '173644.589000', '173644.591000', '173644.594000', '173644.597000', '173644.599000', '173644.602000', '173644.604000', '173644.607000', '173644.610000', '173644.612000', '173644.615000', '173644.617000', '173644.620000', '173644.623000', '173644.625000', '173644.628000', '173644.630000', '173644.633000', '173644.636000', '173644.638000', '173644.641000', '173644.643000', '173644.646000', '173644.648000', '173644.651000', '173644.654000', '173644.656000', '173644.659000', '173644.662000', '173644.664000', '173644.667000', '173644.669000', '173644.672000', '173644.674000', '173644.677000', '173644.680000', '173644.682000', '173644.685000', '173704.573000', '173704.575000', '173704.578000', '173704.581000', '173704.583000', '173704.586000', '173704.589000', '173704.591000', '173704.594000', '173704.596000', '173704.599000', '173704.602000', '173704.604000', '173704.607000', '173704.609000', '173704.612000', '173704.614000', '173704.617000', '173704.620000', '173704.622000', '173704.625000', '173704.628000', '173704.630000', '173704.633000', '173704.635000', '173704.638000', '173704.640000', '173704.643000', '173704.646000', '173704.648000', '173704.651000', '173704.653000', '173704.656000', '173704.658000', '173704.661000', '173704.664000', '173704.666000', '173704.669000', '173704.671000', '173704.674000', '173704.676000', '173704.679000', '173704.682000', '173724.573000', '173724.576000', '173724.578000', '173724.581000', '173724.583000', '173724.586000', '173724.589000', '173724.591000', '173724.594000', '173724.597000', '173724.599000', '173724.602000', '173724.605000', '173724.607000', '173724.610000', '173724.612000', '173724.615000', '173724.618000', '173724.620000', '173724.623000', '173724.625000', '173724.628000', '173724.631000', '173724.633000', '173724.636000', '173724.639000', '173724.641000', '173724.644000', '173724.646000', '173724.649000', '173724.652000', '173724.654000', '173724.657000', '173724.660000', '173724.662000', '173724.665000', '173724.667000', '173724.670000', '173724.673000', '173724.675000', '173724.678000', '173724.680000', '173724.683000', '173724.686000', '173744.573000', '173744.575000', '173744.578000', '173744.581000', '173744.583000', '173744.586000', '173744.588000', '173744.591000', '173744.594000', '173744.596000', '173744.599000', '173744.601000', '173744.604000', '173744.607000', '173744.610000', '173744.617000', '173744.620000', '173744.622000', '173744.625000', '173744.627000', '173744.630000', '173744.633000', '173744.635000', '173744.638000', '173744.640000', '173744.644000', '173744.647000', '173744.649000', '173744.652000', '173744.655000', '173744.657000', '173744.660000', '173744.662000', '173744.665000', '173744.668000', '173744.670000', '173744.673000', '173744.675000', '173744.678000', '173744.681000', '173744.683000', '173744.686000', '173744.688000', '173804.573000', '173804.575000', '173804.578000', '173804.581000', '173804.583000', '173804.586000', '173804.588000', '173804.591000', '173804.594000', '173804.596000', '173804.599000', '173804.601000', '173804.604000', '173804.607000', '173804.609000', '173804.612000', '173804.615000', '173804.617000', '173804.620000', '173804.622000', '173804.625000', '173804.627000', '173804.630000', '173804.633000', '173804.635000', '173804.638000', '173804.640000', '173804.643000', '173804.645000', '173804.648000', '173804.651000', '173804.653000', '173804.656000', '173804.659000', '173804.661000', '173804.664000', '173804.666000', '173804.669000', '173804.671000', '173804.674000', '173804.677000', '173804.679000', '173804.682000', '173804.684000', '173824.573000', '173824.576000', '173824.579000', '173824.582000', '173824.584000', '173824.587000', '173824.589000', '173824.592000', '173824.594000', '173824.597000', '173824.600000', '173824.602000', '173824.605000', '173824.608000', '173824.610000', '173824.613000', '173824.615000', '173824.618000', '173824.621000', '173824.624000', '173824.627000', '173824.630000', '173824.632000', '173824.635000', '173824.638000', '173824.640000', '173824.643000', '173824.645000', '173824.648000', '173824.651000', '173824.653000', '173824.656000', '173824.658000', '173824.661000', '173824.664000', '173824.666000', '173824.669000', '173824.672000', '173824.674000', '173824.677000', '173824.679000', '173824.682000', '173824.685000', '173844.573000', '173844.576000', '173844.579000', '173844.582000', '173844.584000', '173844.587000', '173844.589000', '173844.592000', '173844.595000', '173844.597000', '173844.600000', '173844.602000', '173844.605000', '173844.608000', '173844.610000', '173844.613000', '173844.615000', '173844.618000', '173844.621000', '173844.623000', '173844.626000', '173844.628000', '173844.631000', '173844.634000', '173844.636000', '173844.639000', '173844.641000', '173844.644000', '173844.647000', '173844.649000', '173844.652000', '173844.654000', '173844.657000', '173844.659000', '173844.662000', '173844.665000', '173844.667000', '173844.670000', '173844.672000', '173844.675000', '173844.677000', '173844.680000', '173844.683000', '173844.685000', '173852.668000', '173852.671000', '173852.674000', '173852.676000', '173852.679000', '173852.682000', '173852.684000', '173852.687000', '173852.689000', '173852.692000', '173852.695000', '173852.697000', '173852.700000', '173852.702000', '173852.705000', '173852.708000', '173852.710000', '173852.713000'], 'InstanceCreationTime': ['173204.597000', '173204.600000', '173204.603000', '173204.606000', '173204.608000', '173204.611000', '173204.614000', '173204.616000', '173204.619000', '173204.624000', '173204.626000', '173204.629000', '173204.632000', '173204.634000', '173204.637000', '173204.639000', '173204.642000', '173204.644000', '173204.647000', '173204.649000', '173204.652000', '173204.655000', '173204.658000', '173204.661000', '173204.664000', '173204.666000', '173224.572000', '173224.575000', '173224.578000', '173224.580000', '173224.583000', '173224.585000', '173224.588000', '173224.591000', '173224.593000', '173224.598000', '173224.601000', '173224.603000', '173224.606000', '173224.609000', '173224.611000', '173224.614000', '173224.616000', '173224.619000', '173224.622000', '173224.624000', '173224.627000', '173224.629000', '173224.632000', '173224.634000', '173224.637000', '173224.639000', '173224.642000', '173224.644000', '173224.647000', '173224.650000', '173224.652000', '173224.655000', '173224.657000', '173224.660000', '173224.662000', '173224.665000', '173224.667000', '173224.670000', '173224.673000', '173224.675000', '173224.678000', '173224.680000', '173224.683000', '173224.685000', '173244.573000', '173244.575000', '173244.578000', '173244.581000', '173244.583000', '173244.586000', '173244.588000', '173244.591000', '173244.593000', '173244.596000', '173244.599000', '173244.601000', '173244.604000', '173244.607000', '173244.609000', '173244.612000', '173244.614000', '173244.617000', '173244.619000', '173244.622000', '173244.624000', '173244.627000', '173244.630000', '173244.632000', '173244.635000', '173244.637000', '173244.640000', '173244.642000', '173244.645000', '173244.648000', '173244.654000', '173244.657000', '173244.659000', '173244.662000', '173244.665000', '173244.667000', '173244.670000', '173244.673000', '173244.675000', '173244.678000', '173244.681000', '173244.684000', '173244.686000', '173304.572000', '173304.575000', '173304.578000', '173304.580000', '173304.583000', '173304.586000', '173304.588000', '173304.591000', '173304.593000', '173304.596000', '173304.599000', '173304.601000', '173304.604000', '173304.606000', '173304.609000', '173304.612000', '173304.614000', '173304.617000', '173304.619000', '173304.622000', '173304.624000', '173304.627000', '173304.630000', '173304.632000', '173304.635000', '173304.637000', '173304.640000', '173304.651000', '173304.654000', '173304.656000', '173304.659000', '173304.661000', '173304.664000', '173304.666000', '173304.669000', '173304.672000', '173304.674000', '173304.677000', '173304.679000', '173304.682000', '173304.684000', '173304.687000', '173304.689000', '173304.692000', '173324.572000', '173324.575000', '173324.578000', '173324.580000', '173324.583000', '173324.585000', '173324.588000', '173324.591000', '173324.593000', '173324.596000', '173324.599000', '173324.601000', '173324.604000', '173324.606000', '173324.609000', '173324.612000', '173324.614000', '173324.617000', '173324.619000', '173324.622000', '173324.625000', '173324.627000', '173324.630000', '173324.632000', '173324.635000', '173324.638000', '173324.640000', '173324.643000', '173324.646000', '173324.648000', '173324.651000', '173324.653000', '173324.656000', '173324.659000', '173324.661000', '173324.664000', '173324.666000', '173324.669000', '173324.671000', '173324.674000', '173324.677000', '173324.679000', '173324.682000', '173344.573000', '173344.576000', '173344.579000', '173344.582000', '173344.585000', '173344.587000', '173344.590000', '173344.592000', '173344.595000', '173344.597000', '173344.600000', '173344.603000', '173344.605000', '173344.608000', '173344.611000', '173344.613000', '173344.616000', '173344.619000', '173344.621000', '173344.624000', '173344.626000', '173344.629000', '173344.631000', '173344.634000', '173344.637000', '173344.639000', '173344.642000', '173344.644000', '173344.647000', '173344.649000', '173344.652000', '173344.655000', '173344.657000', '173344.660000', '173344.662000', '173344.665000', '173344.668000', '173344.670000', '173344.673000', '173344.675000', '173344.678000', '173344.681000', '173344.684000', '173344.686000', '173404.574000', '173404.577000', '173404.579000', '173404.582000', '173404.584000', '173404.587000', '173404.589000', '173404.592000', '173404.595000', '173404.597000', '173404.600000', '173404.603000', '173404.605000', '173404.608000', '173404.610000', '173404.613000', '173404.616000', '173404.618000', '173404.621000', '173404.623000', '173404.626000', '173404.629000', '173404.631000', '173404.634000', '173404.637000', '173404.639000', '173404.642000', '173404.644000', '173404.647000', '173404.650000', '173404.652000', '173404.655000', '173404.657000', '173404.660000', '173404.662000', '173404.665000', '173404.668000', '173404.670000', '173404.673000', '173404.676000', '173404.678000', '173404.681000', '173404.684000', '173424.572000', '173424.575000', '173424.578000', '173424.581000', '173424.583000', '173424.586000', '173424.589000', '173424.591000', '173424.594000', '173424.596000', '173424.599000', '173424.602000', '173424.604000', '173424.607000', '173424.610000', '173424.612000', '173424.615000', '173424.617000', '173424.620000', '173424.623000', '173424.625000', '173424.628000', '173424.630000', '173424.633000', '173424.636000', '173424.638000', '173424.641000', '173424.643000', '173424.646000', '173424.649000', '173424.651000', '173424.654000', '173424.656000', '173424.659000', '173424.661000', '173424.664000', '173424.667000', '173424.669000', '173424.672000', '173424.674000', '173424.677000', '173424.680000', '173424.682000', '173444.573000', '173444.575000', '173444.578000', '173444.581000', '173444.583000', '173444.586000', '173444.588000', '173444.591000', '173444.593000', '173444.596000', '173444.599000', '173444.602000', '173444.604000', '173444.607000', '173444.609000', '173444.612000', '173444.615000', '173444.617000', '173444.620000', '173444.622000', '173444.625000', '173444.628000', '173444.630000', '173444.643000', '173444.645000', '173444.648000', '173444.650000', '173444.653000', '173444.655000', '173444.658000', '173444.661000', '173444.663000', '173444.666000', '173444.668000', '173444.671000', '173444.673000', '173444.676000', '173444.679000', '173444.681000', '173444.684000', '173444.686000', '173444.689000', '173444.692000', '173444.695000', '173504.573000', '173504.575000', '173504.578000', '173504.581000', '173504.583000', '173504.586000', '173504.588000', '173504.591000', '173504.594000', '173504.596000', '173504.599000', '173504.601000', '173504.604000', '173504.607000', '173504.609000', '173504.612000', '173504.614000', '173504.617000', '173504.620000', '173504.622000', '173504.625000', '173504.627000', '173504.630000', '173504.633000', '173504.635000', '173504.638000', '173504.641000', '173504.643000', '173504.646000', '173504.648000', '173504.651000', '173504.654000', '173504.656000', '173504.659000', '173504.661000', '173504.664000', '173504.667000', '173504.669000', '173504.672000', '173504.675000', '173504.677000', '173504.680000', '173504.682000', '173504.685000', '173524.572000', '173524.575000', '173524.578000', '173524.602000', '173524.604000', '173524.607000', '173524.610000', '173524.612000', '173524.615000', '173524.618000', '173524.620000', '173524.623000', '173524.626000', '173524.628000', '173524.631000', '173524.633000', '173524.636000', '173524.638000', '173524.641000', '173524.644000', '173524.646000', '173524.649000', '173524.651000', '173524.654000', '173524.657000', '173524.659000', '173524.662000', '173524.665000', '173524.667000', '173524.670000', '173524.672000', '173524.675000', '173524.678000', '173524.680000', '173524.683000', '173524.685000', '173524.688000', '173524.691000', '173524.693000', '173524.696000', '173524.698000', '173524.701000', '173524.703000', '173544.572000', '173544.575000', '173544.578000', '173544.580000', '173544.583000', '173544.586000', '173544.588000', '173544.591000', '173544.593000', '173544.596000', '173544.599000', '173544.601000', '173544.604000', '173544.606000', '173544.609000', '173544.612000', '173544.614000', '173544.617000', '173544.619000', '173544.622000', '173544.625000', '173544.627000', '173544.630000', '173544.632000', '173544.635000', '173544.638000', '173544.640000', '173544.643000', '173544.645000', '173544.648000', '173544.650000', '173544.653000', '173544.656000', '173544.658000', '173544.661000', '173544.663000', '173544.666000', '173544.669000', '173544.671000', '173544.674000', '173544.676000', '173544.679000', '173544.681000', '173544.684000', '173604.574000', '173604.576000', '173604.579000', '173604.582000', '173604.584000', '173604.587000', '173604.589000', '173604.592000', '173604.595000', '173604.597000', '173604.600000', '173604.603000', '173604.605000', '173604.608000', '173604.610000', '173604.613000', '173604.616000', '173604.618000', '173604.621000', '173604.623000', '173604.626000', '173604.629000', '173604.631000', '173604.634000', '173604.637000', '173604.640000', '173604.642000', '173604.645000', '173604.647000', '173604.650000', '173604.653000', '173604.655000', '173604.658000', '173604.660000', '173604.663000', '173604.666000', '173604.668000', '173604.671000', '173604.673000', '173604.676000', '173604.679000', '173604.681000', '173604.684000', '173624.574000', '173624.576000', '173624.579000', '173624.582000', '173624.604000', '173624.607000', '173624.610000', '173624.613000', '173624.615000', '173624.618000', '173624.620000', '173624.623000', '173624.625000', '173624.628000', '173624.631000', '173624.633000', '173624.636000', '173624.638000', '173624.641000', '173624.644000', '173624.646000', '173624.649000', '173624.651000', '173624.654000', '173624.657000', '173624.659000', '173624.662000', '173624.665000', '173624.667000', '173624.670000', '173624.672000', '173624.675000', '173624.678000', '173624.680000', '173624.683000', '173624.685000', '173624.688000', '173624.691000', '173624.693000', '173624.696000', '173624.698000', '173624.701000', '173624.703000', '173644.572000', '173644.575000', '173644.578000', '173644.581000', '173644.584000', '173644.586000', '173644.589000', '173644.591000', '173644.594000', '173644.597000', '173644.599000', '173644.602000', '173644.604000', '173644.607000', '173644.610000', '173644.612000', '173644.615000', '173644.617000', '173644.620000', '173644.623000', '173644.625000', '173644.628000', '173644.630000', '173644.633000', '173644.636000', '173644.638000', '173644.641000', '173644.643000', '173644.646000', '173644.648000', '173644.651000', '173644.654000', '173644.656000', '173644.659000', '173644.662000', '173644.664000', '173644.667000', '173644.669000', '173644.672000', '173644.674000', '173644.677000', '173644.680000', '173644.682000', '173644.685000', '173704.573000', '173704.575000', '173704.578000', '173704.581000', '173704.583000', '173704.586000', '173704.589000', '173704.591000', '173704.594000', '173704.596000', '173704.599000', '173704.602000', '173704.604000', '173704.607000', '173704.609000', '173704.612000', '173704.614000', '173704.617000', '173704.620000', '173704.622000', '173704.625000', '173704.628000', '173704.630000', '173704.633000', '173704.635000', '173704.638000', '173704.640000', '173704.643000', '173704.646000', '173704.648000', '173704.651000', '173704.653000', '173704.656000', '173704.658000', '173704.661000', '173704.664000', '173704.666000', '173704.669000', '173704.671000', '173704.674000', '173704.676000', '173704.679000', '173704.682000', '173724.573000', '173724.576000', '173724.578000', '173724.581000', '173724.583000', '173724.586000', '173724.589000', '173724.591000', '173724.594000', '173724.597000', '173724.599000', '173724.602000', '173724.605000', '173724.607000', '173724.610000', '173724.612000', '173724.615000', '173724.618000', '173724.620000', '173724.623000', '173724.625000', '173724.628000', '173724.631000', '173724.633000', '173724.636000', '173724.639000', '173724.641000', '173724.644000', '173724.646000', '173724.649000', '173724.652000', '173724.654000', '173724.657000', '173724.660000', '173724.662000', '173724.665000', '173724.667000', '173724.670000', '173724.673000', '173724.675000', '173724.678000', '173724.680000', '173724.683000', '173724.686000', '173744.573000', '173744.575000', '173744.578000', '173744.581000', '173744.583000', '173744.586000', '173744.588000', '173744.591000', '173744.594000', '173744.596000', '173744.599000', '173744.601000', '173744.604000', '173744.607000', '173744.610000', '173744.617000', '173744.620000', '173744.622000', '173744.625000', '173744.627000', '173744.630000', '173744.633000', '173744.635000', '173744.638000', '173744.640000', '173744.644000', '173744.647000', '173744.649000', '173744.652000', '173744.655000', '173744.657000', '173744.660000', '173744.662000', '173744.665000', '173744.668000', '173744.670000', '173744.673000', '173744.675000', '173744.678000', '173744.681000', '173744.683000', '173744.686000', '173744.688000', '173804.573000', '173804.575000', '173804.578000', '173804.581000', '173804.583000', '173804.586000', '173804.588000', '173804.591000', '173804.594000', '173804.596000', '173804.599000', '173804.601000', '173804.604000', '173804.607000', '173804.609000', '173804.612000', '173804.615000', '173804.617000', '173804.620000', '173804.622000', '173804.625000', '173804.627000', '173804.630000', '173804.633000', '173804.635000', '173804.638000', '173804.640000', '173804.643000', '173804.645000', '173804.648000', '173804.651000', '173804.653000', '173804.656000', '173804.659000', '173804.661000', '173804.664000', '173804.666000', '173804.669000', '173804.671000', '173804.674000', '173804.677000', '173804.679000', '173804.682000', '173804.684000', '173824.573000', '173824.576000', '173824.579000', '173824.582000', '173824.584000', '173824.587000', '173824.589000', '173824.592000', '173824.594000', '173824.597000', '173824.600000', '173824.602000', '173824.605000', '173824.608000', '173824.610000', '173824.613000', '173824.615000', '173824.618000', '173824.621000', '173824.624000', '173824.627000', '173824.630000', '173824.632000', '173824.635000', '173824.638000', '173824.640000', '173824.643000', '173824.645000', '173824.648000', '173824.651000', '173824.653000', '173824.656000', '173824.658000', '173824.661000', '173824.664000', '173824.666000', '173824.669000', '173824.672000', '173824.674000', '173824.677000', '173824.679000', '173824.682000', '173824.685000', '173844.573000', '173844.576000', '173844.579000', '173844.582000', '173844.584000', '173844.587000', '173844.589000', '173844.592000', '173844.595000', '173844.597000', '173844.600000', '173844.602000', '173844.605000', '173844.608000', '173844.610000', '173844.613000', '173844.615000', '173844.618000', '173844.621000', '173844.623000', '173844.626000', '173844.628000', '173844.631000', '173844.634000', '173844.636000', '173844.639000', '173844.641000', '173844.644000', '173844.647000', '173844.649000', '173844.652000', '173844.654000', '173844.657000', '173844.659000', '173844.662000', '173844.665000', '173844.667000', '173844.670000', '173844.672000', '173844.675000', '173844.677000', '173844.680000', '173844.683000', '173844.685000', '173852.668000', '173852.671000', '173852.674000', '173852.676000', '173852.679000', '173852.682000', '173852.684000', '173852.687000', '173852.689000', '173852.692000', '173852.695000', '173852.697000', '173852.700000', '173852.702000', '173852.705000', '173852.708000', '173852.710000', '173852.713000'], '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': [12216, 8610, 10912, 10302, 8747, 13343, 8811, 13520, 8524, 9641, 13777, 8606, 10099, 8619, 10283, 8584, 8739, 10400, 8616, 9825, 8434, 9509, 7929, 8717, 10531, 9049, 10237, 8304, 9550, 8162, 8834, 10022, 8841, 9063, 8749, 9075, 8489, 8969, 9924, 8568, 10304, 8586, 9183, 11062, 9008, 10302, 8399, 9129, 7680, 8573, 12754, 7649, 7422, 7347, 8896, 7262, 9062, 7533, 9639, 7534, 8660, 7489, 9746, 7300, 9941, 7593, 8258, 13635, 8677, 13009, 7429, 9572, 7773, 9412, 7642, 7771, 9661, 7793, 9359, 7599, 8817, 8174, 7792, 9443, 7580, 9575, 8034, 8751, 8805, 7830, 10949, 7434, 9480, 7675, 7952, 11033, 7750, 9762, 7834, 8862, 7623, 7923, 8892, 7533, 8944, 7766, 8634, 7167, 7814, 9507, 7683, 9722, 7746, 8665, 8609, 7993, 9129, 7833, 8810, 7700, 8183, 7683, 7968, 7636, 7730, 10249, 7546, 9621, 7876, 8936, 8014, 7927, 10008, 7581, 9525, 8332, 8877, 8655, 8112, 9648, 7538, 9608, 7562, 7885, 10465, 7929, 9385, 7599, 7686, 9830, 8124, 8939, 7749, 8912, 7561, 8041, 9969, 7822, 9286, 7446, 9016, 7502, 7744, 9956, 7936, 9200, 7922, 8894, 7704, 8010, 9022, 7434, 8351, 7505, 7798, 9299, 7883, 9039, 7747, 9709, 7416, 8125, 10768, 7972, 10770, 7548, 9274, 7749, 8131, 10182, 7871, 10052, 7707, 8986, 8179, 7595, 10639, 7918, 9330, 7594, 7881, 8342, 7842, 9541, 7659, 8807, 7335, 8339, 7348, 8132, 10100, 8899, 10529, 8745, 10907, 8752, 11063, 8744, 11642, 9058, 9534, 13487, 8805, 12133, 8942, 12381, 9311, 10098, 13846, 9008, 11625, 8818, 11824, 8699, 8750, 11794, 8695, 12242, 8932, 10655, 9031, 9533, 11652, 9212, 12044, 8810, 10104, 12146, 9437, 11518, 8873, 10674, 9059, 9109, 12001, 8781, 12000, 9117, 11780, 9098, 11247, 7954, 11021, 8576, 9488, 12079, 9023, 12485, 8466, 11866, 8802, 9716, 12199, 8986, 11741, 8786, 10582, 8204, 8991, 11545, 8831, 10832, 8939, 10150, 8463, 10737, 8277, 11654, 8368, 11657, 8503, 11173, 16724, 10949, 15161, 9383, 13022, 8656, 13078, 12015, 11006, 14307, 8724, 11411, 7652, 10507, 10167, 8199, 10913, 7713, 10275, 7062, 9462, 12213, 8272, 10945, 7668, 11966, 7238, 9301, 12352, 8226, 11940, 7713, 11277, 7350, 9232, 12050, 9280, 12571, 8300, 11894, 7913, 11011, 10134, 9821, 12374, 8081, 11052, 7358, 10394, 10965, 9360, 12156, 7404, 9720, 7397, 8779, 11014, 7503, 11760, 7314, 10622, 7503, 9581, 11879, 7907, 12024, 8187, 12718, 7303, 9982, 13192, 8067, 11099, 7470, 10262, 11058, 7855, 11891, 7667, 11356, 7495, 10218, 12980, 8455, 12313, 7959, 11869, 10787, 8415, 12080, 7573, 12132, 7304, 10021, 12935, 8030, 12207, 7797, 13167, 7253, 10772, 12634, 9049, 13047, 8009, 12115, 7173, 8287, 12679, 8208, 13554, 7486, 11489, 7547, 9811, 13097, 9154, 13725, 7900, 11881, 9466, 10755, 12687, 8264, 12310, 7443, 11541, 7697, 10071, 13636, 8158, 12535, 7646, 12445, 7563, 9625, 13245, 7943, 11847, 7820, 9869, 12263, 8080, 10579, 7846, 8215, 12557, 8058, 11062, 7589, 10334, 7520, 10699, 7203, 9958, 13221, 8819, 12450, 10690, 11238, 14090, 9609, 13329, 8235, 10801, 14290, 10300, 13917, 7565, 11049, 14168, 10588, 14882, 7977, 12577, 7505, 9773, 13185, 9490, 12254, 7545, 11474, 7428, 10403, 8199, 9938, 13428, 8260, 11904, 7563, 12287, 7692, 9851, 13288, 8231, 12982, 7663, 12042, 7371, 9213, 12914, 8498, 13504, 7764, 12415, 7510, 10444, 13743, 10614, 13738, 7806, 11173, 13145, 7819, 11693, 7544, 11435, 7364, 9116, 12759, 8237, 13712, 7668, 11046, 12898, 8592, 12724, 7642, 11481, 13291, 7831, 12276, 7718, 11800, 7575, 9588, 12789, 8075, 12372, 7951, 11038, 13297, 7782, 10705, 7561, 9727, 7547, 8212, 11814, 7521, 11449, 7571, 11133, 14114, 8005, 12676, 7675, 12331, 7605, 9579, 13066, 7944, 12775, 7727, 11423, 14260, 8774, 13066, 8120, 13837, 7681, 11030, 13352, 8895, 12683, 7843, 11214, 9334, 8245, 12349, 7943, 12358, 7791, 10131, 12297, 8648, 12544, 7486, 10278, 12760, 7952, 9925, 7809, 9505, 12712, 7952, 11836, 7568, 8644, 7310, 9547, 7601, 8907, 13471, 8271, 12312, 13707, 10826, 14421, 9344, 12898, 16065, 13647, 13049, 8568, 12023, 12387, 8769, 13209, 7757, 12254, 8363, 9368, 13875, 9708, 13258, 7565, 10577, 13250, 9226, 13275, 7625, 11033, 12609, 7513, 9478, 7618, 9687, 11668, 8383, 11985, 7876, 11557, 8776, 10839, 13338, 8334, 12238, 8265, 13394, 7887, 11326, 13464, 8738, 12394, 8372, 13277, 7394, 10276, 13019, 7968, 11668, 7427, 10087, 8187, 7795, 11799, 7913, 11867, 7636, 12218, 7524, 11361, 14211, 11212, 14757, 9960, 13584, 8392, 13362, 8870, 13877, 9091, 11079, 13812, 9552, 13975, 8376, 11429, 13581, 7719, 10739, 7601, 9985, 7764, 8719, 11927, 7728, 11264, 7861, 11383, 13246, 9077, 12742, 8291, 12707, 8315, 11030, 13696, 8410, 11905, 9771, 11138, 12344, 7440, 10060, 7503, 9639, 11441, 8483, 11673, 7916, 11738, 8544, 10941, 13030, 8620, 12142, 8821, 12218, 11729, 9416, 12531, 7787, 10834, 13193, 8997, 10747, 8236, 9473, 7510, 7971, 11362, 8542, 11454, 7665, 9848, 7543, 9844, 13135, 9085, 13225, 8108, 12270, 9563, 12116, 10934, 9918, 13413, 8932, 13889, 10825, 11674, 15170, 8759, 13056, 10292, 12644, 13150, 8830, 12612, 7775, 11582, 13068, 9823, 12880, 7732, 11071, 14078, 9705, 12038, 7518, 10454, 10011, 9030, 12171, 8721, 11821, 7601, 10501, 13480, 10317, 13015, 7601, 10891, 13471, 8485, 12224, 7618, 10698, 7494, 8044, 12238, 7716, 12714, 7710, 11456, 9512, 10411, 13804, 10500, 13417, 7608, 12056, 14369, 10314, 13969, 8479, 12558, 10951, 10059, 14282, 9481, 13441, 11094, 8498, 12186, 7372, 11284, 11410, 9159, 12218, 7791, 10965, 8354, 10922, 12419, 9669, 12819, 8126, 12358, 8632, 11691, 12854, 8794, 12074, 7738, 11429, 12773, 9221, 12532, 7881, 9375, 7371, 9458, 11758, 8822, 11850, 7728, 11527, 8666, 12373, 12624, 10407, 9488, 10273, 8445, 11473, 13660, 11791, 15829, 9778, 12920, 9245, 13884, 9465, 11781, 13886, 8840, 12392, 7948, 10896, 12917, 9036, 11442, 7494, 9403, 9415, 9618, 11454, 8395, 11612, 8101, 12142, 14183, 9945, 13381, 8185, 11869, 9311, 11665, 12510, 8720, 11782, 8674, 11275, 13414, 8941, 12633, 7647, 10679, 13810, 9777, 11802, 7906, 11310, 7368, 9862, 12922, 8590, 11106, 8667], 'WindowCenter': [4575.0, 4505.0, 4507.0, 4481.0, 4459.0, 4497.0, 4456.0, 4495.0, 4441.0, 4449.0, 4479.0, 4428.0, 4448.0, 4430.0, 4447.0, 4416.0, 4427.0, 4448.0, 4441.0, 4450.0, 4417.0, 4438.0, 4417.0, 4427.0, 4447.0, 4428.0, 4448.0, 4418.0, 4437.0, 4415.0, 4428.0, 4448.0, 4428.0, 4426.0, 4414.0, 4427.0, 4427.0, 4429.0, 4438.0, 4428.0, 4461.0, 4429.0, 4438.0, 4446.0, 4426.0, 4450.0, 4430.0, 4454.0, 4423.0, 4430.0, 4478.0, 4417.0, 4408.0, 4419.0, 4447.0, 4416.0, 4436.0, 4414.0, 4449.0, 4431.0, 4450.0, 4434.0, 4450.0, 4419.0, 4459.0, 4417.0, 4441.0, 4516.0, 4440.0, 4476.0, 4406.0, 4435.0, 4415.0, 4435.0, 4415.0, 4428.0, 4448.0, 4415.0, 4435.0, 4415.0, 4436.0, 4427.0, 4429.0, 4450.0, 4419.0, 4447.0, 4415.0, 4426.0, 4437.0, 4419.0, 4467.0, 4407.0, 4433.0, 4405.0, 4413.0, 4457.0, 4416.0, 4445.0, 4404.0, 4424.0, 4401.0, 4416.0, 4436.0, 4415.0, 4426.0, 4405.0, 4425.0, 4406.0, 4418.0, 4447.0, 4417.0, 4446.0, 4406.0, 4425.0, 4427.0, 4417.0, 4436.0, 4406.0, 4426.0, 4416.0, 4439.0, 4418.0, 4429.0, 4418.0, 4418.0, 4458.0, 4432.0, 4462.0, 4430.0, 4450.0, 4428.0, 4431.0, 4460.0, 4420.0, 4448.0, 4426.0, 4435.0, 4428.0, 4428.0, 4448.0, 4418.0, 4446.0, 4406.0, 4417.0, 4456.0, 4417.0, 4437.0, 4405.0, 4403.0, 4443.0, 4428.0, 4437.0, 4418.0, 4438.0, 4417.0, 4427.0, 4457.0, 4430.0, 4448.0, 4420.0, 4439.0, 4417.0, 4430.0, 4461.0, 4442.0, 4450.0, 4430.0, 4451.0, 4429.0, 4428.0, 4439.0, 4419.0, 4439.0, 4418.0, 4431.0, 4461.0, 4441.0, 4450.0, 4431.0, 4462.0, 4430.0, 4445.0, 4471.0, 4431.0, 4470.0, 4419.0, 4451.0, 4431.0, 4430.0, 4459.0, 4418.0, 4447.0, 4416.0, 4439.0, 4427.0, 4417.0, 4444.0, 4413.0, 4437.0, 4415.0, 4417.0, 4412.0, 4414.0, 4435.0, 4417.0, 4452.0, 4435.0, 4443.0, 4422.0, 4443.0, 4484.0, 4464.0, 4462.0, 4450.0, 4469.0, 4454.0, 4482.0, 4466.0, 4506.0, 4452.0, 4474.0, 4502.0, 4452.0, 4480.0, 4451.0, 4503.0, 4450.0, 4459.0, 4485.0, 4435.0, 4478.0, 4437.0, 4479.0, 4433.0, 4438.0, 4478.0, 4450.0, 4491.0, 4448.0, 4469.0, 4437.0, 4449.0, 4492.0, 4454.0, 4480.0, 4436.0, 4457.0, 4479.0, 4462.0, 4483.0, 4451.0, 4458.0, 4438.0, 4446.0, 4488.0, 4452.0, 4489.0, 4463.0, 4489.0, 4464.0, 4495.0, 4444.0, 4481.0, 4439.0, 4460.0, 4492.0, 4464.0, 4494.0, 4442.0, 4480.0, 4437.0, 4447.0, 4471.0, 4450.0, 4479.0, 4436.0, 4457.0, 4438.0, 4449.0, 4472.0, 4450.0, 4469.0, 4476.0, 4483.0, 4453.0, 4493.0, 4453.0, 4493.0, 4452.0, 4492.0, 4463.0, 4522.0, 4547.0, 4484.0, 4511.0, 4447.0, 4490.0, 4452.0, 4501.0, 4491.0, 4471.0, 4486.0, 4425.0, 4464.0, 4414.0, 4455.0, 4444.0, 4424.0, 4454.0, 4416.0, 4457.0, 4406.0, 4446.0, 4465.0, 4427.0, 4466.0, 4428.0, 4467.0, 4404.0, 4437.0, 4476.0, 4439.0, 4478.0, 4418.0, 4468.0, 4416.0, 4450.0, 4490.0, 4450.0, 4489.0, 4442.0, 4481.0, 4430.0, 4482.0, 4467.0, 4459.0, 4478.0, 4428.0, 4468.0, 4416.0, 4459.0, 4468.0, 4447.0, 4477.0, 4406.0, 4447.0, 4419.0, 4439.0, 4467.0, 4418.0, 4479.0, 4423.0, 4482.0, 4431.0, 4462.0, 4481.0, 4441.0, 4492.0, 4452.0, 4504.0, 4432.0, 4473.0, 4489.0, 4430.0, 4482.0, 4431.0, 4470.0, 4467.0, 4429.0, 4479.0, 4442.0, 4482.0, 4431.0, 4470.0, 4490.0, 4440.0, 4493.0, 4431.0, 4480.0, 4468.0, 4428.0, 4478.0, 4430.0, 4479.0, 4415.0, 4458.0, 4488.0, 4429.0, 4490.0, 4430.0, 4500.0, 4420.0, 4482.0, 4491.0, 4451.0, 4500.0, 4428.0, 4477.0, 4405.0, 4439.0, 4491.0, 4442.0, 4499.0, 4430.0, 4481.0, 4430.0, 4472.0, 4502.0, 4462.0, 4502.0, 4441.0, 4480.0, 4461.0, 4482.0, 4490.0, 4440.0, 4477.0, 4432.0, 4492.0, 4431.0, 4461.0, 4500.0, 4430.0, 4492.0, 4431.0, 4491.0, 4419.0, 4448.0, 4488.0, 4429.0, 4478.0, 4429.0, 4473.0, 4480.0, 4444.0, 4472.0, 4441.0, 4454.0, 4505.0, 4454.0, 4482.0, 4444.0, 4484.0, 4458.0, 4511.0, 4448.0, 4489.0, 4517.0, 4478.0, 4519.0, 4499.0, 4497.0, 4514.0, 4463.0, 4504.0, 4441.0, 4482.0, 4503.0, 4473.0, 4501.0, 4419.0, 4469.0, 4501.0, 4472.0, 4499.0, 4427.0, 4478.0, 4407.0, 4472.0, 4501.0, 4460.0, 4478.0, 4418.0, 4479.0, 4432.0, 4472.0, 4440.0, 4458.0, 4488.0, 4439.0, 4481.0, 4431.0, 4491.0, 4428.0, 4459.0, 4488.0, 4441.0, 4502.0, 4428.0, 4479.0, 4417.0, 4446.0, 4490.0, 4451.0, 4500.0, 4431.0, 4491.0, 4428.0, 4472.0, 4499.0, 4472.0, 4499.0, 4417.0, 4467.0, 4477.0, 4431.0, 4481.0, 4430.0, 4480.0, 4419.0, 4451.0, 4490.0, 4442.0, 4499.0, 4431.0, 4470.0, 4479.0, 4441.0, 4490.0, 4417.0, 4469.0, 4486.0, 4415.0, 4477.0, 4429.0, 4479.0, 4427.0, 4448.0, 4489.0, 4441.0, 4493.0, 4444.0, 4472.0, 4488.0, 4418.0, 4457.0, 4430.0, 4461.0, 4429.0, 4441.0, 4478.0, 4443.0, 4494.0, 4443.0, 4481.0, 4499.0, 4441.0, 4504.0, 4445.0, 4494.0, 4431.0, 4463.0, 4490.0, 4442.0, 4504.0, 4431.0, 4482.0, 4501.0, 4441.0, 4491.0, 4440.0, 4501.0, 4430.0, 4469.0, 4488.0, 4450.0, 4491.0, 4428.0, 4467.0, 4437.0, 4428.0, 4479.0, 4430.0, 4479.0, 4417.0, 4460.0, 4479.0, 4439.0, 4481.0, 4421.0, 4473.0, 4476.0, 4444.0, 4473.0, 4429.0, 4463.0, 4492.0, 4440.0, 4492.0, 4442.0, 4466.0, 4446.0, 4487.0, 4457.0, 4478.0, 4518.0, 4469.0, 4522.0, 4529.0, 4500.0, 4517.0, 4466.0, 4507.0, 4524.0, 4503.0, 4493.0, 4440.0, 4480.0, 4481.0, 4453.0, 4490.0, 4429.0, 4481.0, 4429.0, 4451.0, 4500.0, 4460.0, 4490.0, 4430.0, 4471.0, 4489.0, 4450.0, 4492.0, 4430.0, 4471.0, 4476.0, 4418.0, 4448.0, 4432.0, 4463.0, 4481.0, 4443.0, 4480.0, 4443.0, 4492.0, 4454.0, 4483.0, 4490.0, 4441.0, 4492.0, 4444.0, 4503.0, 4432.0, 4482.0, 4501.0, 4441.0, 4490.0, 4442.0, 4491.0, 4422.0, 4474.0, 4502.0, 4430.0, 4469.0, 4419.0, 4474.0, 4453.0, 4442.0, 4492.0, 4457.0, 4504.0, 4446.0, 4503.0, 4441.0, 4495.0, 4525.0, 4496.0, 4516.0, 4476.0, 4503.0, 4444.0, 4504.0, 4452.0, 4502.0, 4439.0, 4471.0, 4500.0, 4463.0, 4502.0, 4429.0, 4481.0, 4489.0, 4416.0, 4469.0, 4430.0, 4461.0, 4431.0, 4452.0, 4480.0, 4431.0, 4483.0, 4441.0, 4481.0, 4492.0, 4451.0, 4490.0, 4453.0, 4491.0, 4439.0, 4471.0, 4503.0, 4442.0, 4470.0, 4446.0, 4470.0, 4466.0, 4418.0, 4460.0, 4431.0, 4461.0, 4479.0, 4450.0, 4480.0, 4440.0, 4493.0, 4451.0, 4484.0, 4491.0, 4441.0, 4492.0, 4452.0, 4482.0, 4481.0, 4451.0, 4479.0, 4432.0, 4472.0, 4492.0, 4451.0, 4470.0, 4456.0, 4465.0, 4434.0, 4454.0, 4494.0, 4452.0, 4481.0, 4432.0, 4473.0, 4456.0, 4501.0, 4529.0, 4492.0, 4520.0, 4458.0, 4507.0, 4478.0, 4505.0, 4482.0, 4473.0, 4503.0, 4465.0, 4506.0, 4472.0, 4482.0, 4499.0, 4439.0, 4493.0, 4472.0, 4491.0, 4479.0, 4439.0, 4478.0, 4430.0, 4481.0, 4492.0, 4459.0, 4478.0, 4415.0, 4464.0, 4486.0, 4447.0, 4466.0, 4406.0, 4456.0, 4457.0, 4451.0, 4477.0, 4440.0, 4480.0, 4419.0, 4471.0, 4501.0, 4462.0, 4490.0, 4418.0, 4469.0, 4492.0, 4455.0, 4493.0, 4430.0, 4472.0, 4420.0, 4441.0, 4494.0, 4446.0, 4504.0, 4442.0, 4493.0, 4474.0, 4496.0, 4513.0, 4487.0, 4503.0, 4434.0, 4492.0, 4513.0, 4473.0, 4503.0, 4443.0, 4483.0, 4471.0, 4461.0, 4500.0, 4450.0, 4490.0, 4473.0, 4441.0, 4467.0, 4420.0, 4482.0, 4468.0, 4449.0, 4479.0, 4418.0, 4470.0, 4440.0, 4472.0, 4481.0, 4461.0, 4480.0, 4430.0, 4492.0, 4442.0, 4480.0, 4480.0, 4440.0, 4480.0, 4420.0, 4471.0, 4493.0, 4466.0, 4490.0, 4441.0, 4463.0, 4432.0, 4472.0, 4491.0, 4454.0, 4483.0, 4433.0, 4494.0, 4463.0, 4506.0, 4492.0, 4485.0, 4464.0, 4474.0, 4455.0, 4499.0, 4515.0, 4497.0, 4514.0, 4460.0, 4482.0, 4450.0, 4506.0, 4463.0, 4471.0, 4477.0, 4440.0, 4482.0, 4429.0, 4469.0, 4476.0, 4439.0, 4468.0, 4419.0, 4462.0, 4450.0, 4460.0, 4469.0, 4441.0, 4482.0, 4443.0, 4496.0, 4503.0, 4464.0, 4492.0, 4442.0, 4484.0, 4464.0, 4483.0, 4494.0, 4453.0, 4481.0, 4442.0, 4482.0, 4490.0, 4440.0, 4478.0, 4418.0, 4471.0, 4498.0, 4461.0, 4482.0, 4444.0, 4484.0, 4422.0, 4475.0, 4490.0, 4454.0, 4471.0, 4440.0], 'WindowWidth': [10058.0, 9940.0, 9926.0, 9877.0, 9841.0, 9885.0, 9828.0, 9879.0, 9802.0, 9808.0, 9844.0, 9774.0, 9803.0, 9780.0, 9799.0, 9757.0, 9773.0, 9802.0, 9798.0, 9808.0, 9760.0, 9787.0, 9758.0, 9772.0, 9797.0, 9774.0, 9801.0, 9761.0, 9785.0, 9753.0, 9774.0, 9800.0, 9776.0, 9769.0, 9750.0, 9770.0, 9772.0, 9776.0, 9787.0, 9777.0, 9826.0, 9779.0, 9788.0, 9795.0, 9768.0, 9808.0, 9780.0, 9820.0, 9772.0, 9781.0, 9845.0, 9763.0, 9753.0, 9771.0, 9807.0, 9763.0, 9786.0, 9758.0, 9810.0, 9789.0, 9818.0, 9802.0, 9814.0, 9770.0, 9823.0, 9763.0, 9807.0, 9913.0, 9804.0, 9840.0, 9746.0, 9782.0, 9761.0, 9786.0, 9758.0, 9782.0, 9808.0, 9760.0, 9785.0, 9757.0, 9786.0, 9777.0, 9785.0, 9815.0, 9770.0, 9805.0, 9760.0, 9775.0, 9789.0, 9772.0, 9833.0, 9751.0, 9781.0, 9743.0, 9753.0, 9817.0, 9761.0, 9799.0, 9742.0, 9770.0, 9736.0, 9759.0, 9789.0, 9759.0, 9773.0, 9745.0, 9772.0, 9749.0, 9769.0, 9804.0, 9764.0, 9801.0, 9747.0, 9772.0, 9777.0, 9764.0, 9786.0, 9746.0, 9773.0, 9763.0, 9799.0, 9768.0, 9785.0, 9766.0, 9767.0, 9823.0, 9794.0, 9832.0, 9788.0, 9813.0, 9780.0, 9788.0, 9828.0, 9771.0, 9806.0, 9774.0, 9786.0, 9781.0, 9783.0, 9806.0, 9766.0, 9801.0, 9745.0, 9764.0, 9817.0, 9762.0, 9790.0, 9743.0, 9741.0, 9795.0, 9781.0, 9792.0, 9766.0, 9792.0, 9763.0, 9778.0, 9820.0, 9789.0, 9808.0, 9773.0, 9797.0, 9766.0, 9786.0, 9829.0, 9807.0, 9813.0, 9785.0, 9815.0, 9784.0, 9782.0, 9798.0, 9771.0, 9797.0, 9769.0, 9793.0, 9833.0, 9805.0, 9814.0, 9790.0, 9831.0, 9791.0, 9814.0, 9843.0, 9790.0, 9838.0, 9770.0, 9816.0, 9789.0, 9786.0, 9821.0, 9765.0, 9805.0, 9763.0, 9798.0, 9776.0, 9762.0, 9795.0, 9752.0, 9788.0, 9760.0, 9763.0, 9753.0, 9757.0, 9785.0, 9767.0, 9819.0, 9801.0, 9809.0, 9778.0, 9808.0, 9869.0, 9840.0, 9828.0, 9814.0, 9837.0, 9826.0, 9861.0, 9846.0, 9902.0, 9821.0, 9851.0, 9887.0, 9820.0, 9854.0, 9818.0, 9892.0, 9813.0, 9821.0, 9854.0, 9786.0, 9849.0, 9793.0, 9851.0, 9784.0, 9796.0, 9850.0, 9818.0, 9874.0, 9808.0, 9837.0, 9791.0, 9808.0, 9877.0, 9822.0, 9853.0, 9790.0, 9818.0, 9852.0, 9835.0, 9865.0, 9816.0, 9821.0, 9793.0, 9805.0, 9865.0, 9822.0, 9867.0, 9835.0, 9867.0, 9839.0, 9884.0, 9814.0, 9857.0, 9801.0, 9829.0, 9875.0, 9840.0, 9875.0, 9805.0, 9854.0, 9793.0, 9807.0, 9839.0, 9814.0, 9851.0, 9790.0, 9818.0, 9796.0, 9814.0, 9842.0, 9813.0, 9840.0, 9862.0, 9867.0, 9828.0, 9881.0, 9825.0, 9879.0, 9824.0, 9875.0, 9842.0, 9933.0, 9960.0, 9867.0, 9900.0, 9809.0, 9868.0, 9824.0, 9889.0, 9870.0, 9844.0, 9856.0, 9771.0, 9824.0, 9758.0, 9811.0, 9794.0, 9768.0, 9808.0, 9763.0, 9820.0, 9749.0, 9802.0, 9826.0, 9778.0, 9831.0, 9783.0, 9831.0, 9745.0, 9790.0, 9843.0, 9797.0, 9849.0, 9770.0, 9835.0, 9764.0, 9813.0, 9870.0, 9816.0, 9866.0, 9806.0, 9856.0, 9787.0, 9862.0, 9836.0, 9824.0, 9847.0, 9780.0, 9833.0, 9766.0, 9824.0, 9836.0, 9806.0, 9843.0, 9750.0, 9806.0, 9773.0, 9799.0, 9833.0, 9769.0, 9850.0, 9778.0, 9862.0, 9790.0, 9834.0, 9856.0, 9805.0, 9874.0, 9821.0, 9894.0, 9794.0, 9848.0, 9865.0, 9786.0, 9860.0, 9791.0, 9840.0, 9832.0, 9784.0, 9852.0, 9809.0, 9862.0, 9790.0, 9841.0, 9866.0, 9801.0, 9875.0, 9790.0, 9855.0, 9833.0, 9779.0, 9847.0, 9789.0, 9851.0, 9763.0, 9821.0, 9862.0, 9786.0, 9870.0, 9790.0, 9882.0, 9774.0, 9859.0, 9871.0, 9816.0, 9882.0, 9783.0, 9845.0, 9748.0, 9799.0, 9871.0, 9806.0, 9880.0, 9788.0, 9855.0, 9789.0, 9849.0, 9888.0, 9833.0, 9886.0, 9803.0, 9856.0, 9831.0, 9860.0, 9867.0, 9800.0, 9846.0, 9793.0, 9875.0, 9790.0, 9829.0, 9880.0, 9787.0, 9872.0, 9791.0, 9869.0, 9770.0, 9808.0, 9863.0, 9782.0, 9849.0, 9785.0, 9849.0, 9852.0, 9813.0, 9844.0, 9802.0, 9827.0, 9897.0, 9827.0, 9860.0, 9812.0, 9865.0, 9839.0, 9915.0, 9825.0, 9882.0, 9917.0, 9864.0, 9920.0, 9895.0, 9891.0, 9907.0, 9836.0, 9890.0, 9802.0, 9861.0, 9890.0, 9847.0, 9882.0, 9769.0, 9836.0, 9885.0, 9845.0, 9878.0, 9779.0, 9845.0, 9751.0, 9845.0, 9886.0, 9826.0, 9848.0, 9769.0, 9850.0, 9793.0, 9848.0, 9801.0, 9823.0, 9861.0, 9798.0, 9856.0, 9791.0, 9871.0, 9782.0, 9822.0, 9861.0, 9802.0, 9886.0, 9783.0, 9850.0, 9765.0, 9804.0, 9869.0, 9820.0, 9881.0, 9791.0, 9872.0, 9784.0, 9844.0, 9882.0, 9845.0, 9881.0, 9765.0, 9831.0, 9846.0, 9789.0, 9856.0, 9785.0, 9852.0, 9769.0, 9814.0, 9869.0, 9807.0, 9881.0, 9788.0, 9839.0, 9849.0, 9801.0, 9868.0, 9767.0, 9836.0, 9855.0, 9760.0, 9846.0, 9785.0, 9850.0, 9779.0, 9808.0, 9864.0, 9805.0, 9877.0, 9810.0, 9843.0, 9860.0, 9765.0, 9819.0, 9788.0, 9830.0, 9784.0, 9803.0, 9849.0, 9809.0, 9881.0, 9811.0, 9860.0, 9881.0, 9803.0, 9891.0, 9814.0, 9877.0, 9790.0, 9834.0, 9868.0, 9808.0, 9892.0, 9790.0, 9858.0, 9882.0, 9800.0, 9869.0, 9802.0, 9885.0, 9785.0, 9837.0, 9861.0, 9812.0, 9870.0, 9780.0, 9830.0, 9788.0, 9778.0, 9850.0, 9787.0, 9849.0, 9766.0, 9824.0, 9850.0, 9796.0, 9853.0, 9774.0, 9845.0, 9842.0, 9812.0, 9846.0, 9786.0, 9835.0, 9871.0, 9801.0, 9870.0, 9808.0, 9845.0, 9822.0, 9877.0, 9837.0, 9864.0, 9918.0, 9856.0, 9930.0, 9935.0, 9895.0, 9915.0, 9841.0, 9898.0, 9922.0, 9890.0, 9872.0, 9797.0, 9850.0, 9854.0, 9819.0, 9868.0, 9785.0, 9853.0, 9781.0, 9813.0, 9881.0, 9825.0, 9867.0, 9784.0, 9839.0, 9865.0, 9814.0, 9872.0, 9787.0, 9841.0, 9842.0, 9767.0, 9808.0, 9792.0, 9835.0, 9857.0, 9807.0, 9854.0, 9808.0, 9875.0, 9824.0, 9862.0, 9866.0, 9801.0, 9872.0, 9811.0, 9888.0, 9791.0, 9858.0, 9883.0, 9802.0, 9868.0, 9804.0, 9868.0, 9778.0, 9852.0, 9887.0, 9784.0, 9834.0, 9771.0, 9852.0, 9823.0, 9809.0, 9875.0, 9837.0, 9896.0, 9818.0, 9891.0, 9805.0, 9881.0, 9925.0, 9887.0, 9913.0, 9855.0, 9889.0, 9810.0, 9894.0, 9820.0, 9887.0, 9797.0, 9839.0, 9881.0, 9835.0, 9885.0, 9781.0, 9856.0, 9864.0, 9763.0, 9837.0, 9789.0, 9831.0, 9788.0, 9817.0, 9853.0, 9789.0, 9864.0, 9805.0, 9858.0, 9870.0, 9815.0, 9867.0, 9823.0, 9870.0, 9798.0, 9840.0, 9887.0, 9803.0, 9837.0, 9802.0, 9835.0, 9826.0, 9765.0, 9824.0, 9790.0, 9829.0, 9850.0, 9814.0, 9852.0, 9801.0, 9875.0, 9815.0, 9862.0, 9868.0, 9799.0, 9872.0, 9816.0, 9856.0, 9852.0, 9813.0, 9851.0, 9795.0, 9846.0, 9869.0, 9813.0, 9835.0, 9828.0, 9838.0, 9796.0, 9826.0, 9878.0, 9820.0, 9854.0, 9792.0, 9849.0, 9835.0, 9901.0, 9939.0, 9891.0, 9923.0, 9836.0, 9901.0, 9862.0, 9896.0, 9860.0, 9846.0, 9887.0, 9840.0, 9896.0, 9844.0, 9857.0, 9877.0, 9796.0, 9874.0, 9846.0, 9865.0, 9846.0, 9795.0, 9846.0, 9786.0, 9855.0, 9870.0, 9823.0, 9846.0, 9760.0, 9823.0, 9856.0, 9802.0, 9824.0, 9746.0, 9812.0, 9821.0, 9816.0, 9845.0, 9799.0, 9853.0, 9769.0, 9843.0, 9883.0, 9829.0, 9864.0, 9765.0, 9837.0, 9871.0, 9826.0, 9874.0, 9785.0, 9844.0, 9773.0, 9804.0, 9879.0, 9816.0, 9889.0, 9805.0, 9875.0, 9851.0, 9885.0, 9906.0, 9871.0, 9891.0, 9795.0, 9871.0, 9904.0, 9848.0, 9888.0, 9805.0, 9858.0, 9841.0, 9827.0, 9880.0, 9811.0, 9865.0, 9846.0, 9799.0, 9828.0, 9773.0, 9855.0, 9833.0, 9808.0, 9846.0, 9766.0, 9839.0, 9801.0, 9843.0, 9853.0, 9828.0, 9851.0, 9783.0, 9870.0, 9803.0, 9852.0, 9850.0, 9796.0, 9852.0, 9769.0, 9840.0, 9875.0, 9844.0, 9864.0, 9803.0, 9832.0, 9793.0, 9846.0, 9870.0, 9822.0, 9858.0, 9792.0, 9879.0, 9839.0, 9893.0, 9872.0, 9864.0, 9835.0, 9851.0, 9829.0, 9893.0, 9910.0, 9884.0, 9903.0, 9824.0, 9857.0, 9815.0, 9895.0, 9832.0, 9839.0, 9842.0, 9798.0, 9857.0, 9782.0, 9837.0, 9839.0, 9792.0, 9829.0, 9767.0, 9831.0, 9813.0, 9824.0, 9835.0, 9801.0, 9856.0, 9807.0, 9881.0, 9887.0, 9834.0, 9870.0, 9802.0, 9863.0, 9836.0, 9860.0, 9874.0, 9821.0, 9853.0, 9801.0, 9858.0, 9864.0, 9797.0, 9844.0, 9764.0, 9840.0, 9875.0, 9825.0, 9854.0, 9808.0, 9864.0, 9777.0, 9854.0, 9866.0, 9824.0, 9837.0, 9797.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.02062415011037528</td></tr>
<tr><td colspan=3>aqi</td><td>0.07722029944812361</td></tr>
<tr><td colspan=3>dummy_trs</td><td>8</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.64634669604419</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.239486457458563</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.150238998187845</td></tr>
<tr><td colspan=3>efc</td><td>0.5048</td></tr>
<tr><td colspan=3>fber</td><td>4353.8867</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1156226004498774</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>82</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.050772626931566</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.636286560741322</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.513829212792914</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8765934768712125</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5184369925598395</td></tr>
<tr><td colspan=3>gcor</td><td>0.00530967</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014831249602138996</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03984392434358597</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>906</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.181055718234774</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>19.0017</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>54.5257</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>204.1947</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291442.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>931.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>368.7552</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7262</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>576.8664</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3612.3865</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3757.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>85102.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1510.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4743.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>898.5716</td></tr>
<tr><td colspan=3>tsnr</td><td>23.65003172773868</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>